Trace number 4484955

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-log 63f22adSAT (TO)-43 3600.15 3626.22

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb50-23-opb/normalized-frb50-23-5.opb
MD5SUMf240478745515edc7850a10c9aa5c21f
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-50
Best CPU time to get the best result obtained on this benchmark1849.76
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1150
Total number of constraints80035
Number of constraints which are clauses80035
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 1150
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 1150
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1150
Number of bits of the biggest sum of numbers11
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.02	c ┌────────────────────────────────────────────────────────────────┐
0.00/0.02	c │      pbsuma -- a PB interface for satsuma                      │
0.00/0.02	c │      satsuma_version=1.2, dejavu_version=2.1                   │
0.00/0.02	c │      (c) 2025 Markus Anders                                    │
0.00/0.02	c └────────────────────────────────────────────────────────────────┘
0.00/0.02	c parse 'HOME/instance-4484955-1751301353.opb'
0.00/0.05	c 	read 1.94MB  (34.31ms)
0.00/0.05	c	 [cnf: #variables 1150 #clauses 80036 #duplicates 0 #arr 161220]
0.00/0.05	c output proof to 'PROOFDIR/proof-4484955-1751301353'
0.00/0.05	c 
0.00/0.05	c make graph and approximate orbits
0.00/0.08	c	 [group: #orbits ~= 0] (22.99ms)
0.00/0.08	c 
0.00/0.08	c detect special group actions
0.00/0.08	c 	probe for Johnson action (limit=64)
0.00/0.08	c 	probe for row-column symmetry (limit=64, splits=16.78M)
0.00/0.08	c 	probe for row symmetry (limit=64, splits=16.78M)
0.00/0.08	c 	 (3.07ms)
0.00/0.08	c 
0.00/0.08	c detect symmetries on remainder
0.00/0.08	c 	[graph: #vertices 83486 #edges 327040]
0.00/0.08	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.00/0.08	c 	 [group: #symmetries 1.00*10^0 #generators 0] (5.18ms)
0.00/0.08	c 
0.00/0.08	c finalize break order and special generators
0.00/0.08	c 
0.00/0.08	c generation finished
0.00/0.08	c 	[sbp: #constraints 0 #add_vars 0]
0.00/0.08	c 
0.00/0.08	c write result to 'HOME/instance-4484955-1751301353.opb.pre'
0.00/0.09	c 	wrote 1.94MB (4.26ms)
0.00/0.09	c ------------------------------------------------------------------
0.00/0.09	c                  34.31ms 47.22% parse
0.00/0.09	c                  22.99ms 31.64% approx_orbits
0.00/0.09	c                   5.18ms  7.14% detect_generic
0.00/0.09	c                   4.26ms  5.87% output
0.00/0.09	c                   3.07ms  4.22% detect_special
0.00/0.09	c                   2.80ms  3.86% other
0.00/0.09	c                   0.05ms  0.06% finalize_order
0.00/0.09	c         ───────────────────────────────────────────────
0.00/0.09	c                  72.66ms   100% total
0.00/0.09	c ------------------------------------------------------------------
0.06/0.11	c RoundingSat 2
0.06/0.11	c branch pb25
0.06/0.11	c commit 63f22ad
0.45/0.55	c #variables 1150 #constraints 80035
0.45/0.55	c objective is ce32 
0.45/0.60	c initial watched  CF 32, 64, 128, Arb: 0 , 0 , 0 , 0
0.45/0.60	c initial counting CF 32, 64, 128, Arb: 1 , 0 , 0 , 0
0.45/0.60	c bounds -15 >= -1150 @ 0.401228
0.84/0.93	c bounds -16 >= -1150 @ 0.722643
1.14/1.20	c rational objective -575
1.44/1.58	c bounds -16 >= -1149 @ 1.37418
1.44/1.58	c bounds -16 >= -1148 @ 1.37453
1.44/1.59	c bounds -16 >= -1147 @ 1.37485
1.44/1.59	c bounds -16 >= -1146 @ 1.37518
1.44/1.59	c bounds -16 >= -1145 @ 1.37551
1.44/1.59	c bounds -16 >= -1144 @ 1.37585
1.44/1.59	c bounds -16 >= -1143 @ 1.37619
1.44/1.59	c bounds -16 >= -1142 @ 1.37652
1.44/1.59	c bounds -16 >= -1141 @ 1.37686
1.44/1.59	c bounds -16 >= -1140 @ 1.37719
1.44/1.59	c bounds -17 >= -1140 @ 1.37786
1.44/1.59	c bounds -17 >= -1139 @ 1.3782
1.44/1.59	c bounds -17 >= -1138 @ 1.37854
1.44/1.59	c bounds -17 >= -1137 @ 1.37887
1.44/1.59	c bounds -17 >= -1136 @ 1.3792
1.44/1.59	c bounds -17 >= -1135 @ 1.37954
1.44/1.59	c bounds -17 >= -1134 @ 1.37987
1.44/1.59	c bounds -17 >= -1133 @ 1.3802
1.44/1.59	c bounds -17 >= -1132 @ 1.38054
1.44/1.59	c bounds -17 >= -1131 @ 1.38087
1.44/1.59	c bounds -17 >= -1130 @ 1.3812
1.54/1.62	c bounds -18 >= -1130 @ 1.41103
1.54/1.62	c bounds -18 >= -1129 @ 1.41136
1.54/1.62	c bounds -18 >= -1128 @ 1.41169
1.54/1.62	c bounds -18 >= -1127 @ 1.41202
1.54/1.62	c bounds -18 >= -1126 @ 1.41236
1.54/1.62	c bounds -18 >= -1125 @ 1.4127
1.54/1.62	c bounds -18 >= -1124 @ 1.41304
1.54/1.62	c bounds -18 >= -1123 @ 1.41338
1.54/1.62	c bounds -18 >= -1122 @ 1.41372
1.54/1.62	c bounds -18 >= -1121 @ 1.41405
1.54/1.62	c bounds -18 >= -1120 @ 1.4144
1.54/1.63	c bounds -18 >= -1119 @ 1.41474
1.54/1.63	c bounds -18 >= -1118 @ 1.41507
1.54/1.63	c bounds -18 >= -1117 @ 1.4154
1.54/1.63	c bounds -18 >= -1116 @ 1.41575
1.54/1.63	c bounds -18 >= -1115 @ 1.41608
1.54/1.63	c bounds -18 >= -1114 @ 1.41642
1.54/1.63	c bounds -18 >= -1113 @ 1.41676
1.54/1.63	c bounds -18 >= -1112 @ 1.41709
1.54/1.63	c bounds -18 >= -1111 @ 1.41743
1.54/1.63	c bounds -18 >= -1110 @ 1.41776
1.54/1.63	c bounds -18 >= -1109 @ 1.4181
1.54/1.63	c bounds -18 >= -1108 @ 1.41843
1.54/1.63	c bounds -18 >= -1107 @ 1.41876
1.54/1.63	c bounds -18 >= -1106 @ 1.4191
1.54/1.63	c bounds -18 >= -1105 @ 1.41943
1.54/1.63	c bounds -18 >= -1104 @ 1.41976
1.54/1.63	c bounds -18 >= -1103 @ 1.42009
1.54/1.63	c bounds -18 >= -1102 @ 1.42042
1.54/1.63	c bounds -18 >= -1101 @ 1.42077
1.54/1.63	c bounds -18 >= -1100 @ 1.4211
1.54/1.63	c bounds -18 >= -1099 @ 1.42143
1.54/1.63	c bounds -18 >= -1098 @ 1.42176
1.54/1.63	c bounds -18 >= -1097 @ 1.42209
1.54/1.63	c bounds -18 >= -1096 @ 1.42242
1.54/1.63	c bounds -18 >= -1095 @ 1.42275
1.54/1.63	c bounds -18 >= -1094 @ 1.42308
1.54/1.63	c bounds -18 >= -1093 @ 1.42341
1.54/1.63	c bounds -18 >= -1092 @ 1.42373
1.54/1.63	c bounds -18 >= -1091 @ 1.42406
1.54/1.63	c bounds -18 >= -1090 @ 1.42439
1.54/1.64	c bounds -18 >= -1089 @ 1.42472
1.54/1.64	c bounds -18 >= -1088 @ 1.42504
1.54/1.64	c bounds -18 >= -1087 @ 1.42537
1.54/1.64	c bounds -18 >= -1086 @ 1.4257
1.54/1.64	c bounds -18 >= -1085 @ 1.42603
1.54/1.64	c bounds -18 >= -1084 @ 1.42635
1.54/1.64	c bounds -18 >= -1083 @ 1.42668
1.54/1.64	c bounds -18 >= -1082 @ 1.42701
1.54/1.64	c bounds -18 >= -1081 @ 1.42734
1.54/1.64	c bounds -18 >= -1080 @ 1.42766
1.54/1.64	c bounds -18 >= -1079 @ 1.42798
1.54/1.64	c bounds -18 >= -1078 @ 1.42832
1.54/1.64	c bounds -18 >= -1077 @ 1.42864
1.54/1.64	c bounds -18 >= -1076 @ 1.42897
1.54/1.64	c bounds -18 >= -1075 @ 1.42929
1.54/1.64	c bounds -18 >= -1074 @ 1.42962
1.54/1.64	c bounds -18 >= -1073 @ 1.42995
1.54/1.64	c bounds -18 >= -1072 @ 1.43028
1.54/1.64	c bounds -18 >= -1071 @ 1.43061
1.54/1.64	c bounds -18 >= -1070 @ 1.43092
1.54/1.64	c bounds -18 >= -1069 @ 1.43124
1.54/1.64	c bounds -18 >= -1068 @ 1.43156
1.54/1.64	c bounds -18 >= -1067 @ 1.43188
1.54/1.64	c bounds -18 >= -1066 @ 1.43221
1.54/1.64	c bounds -18 >= -1065 @ 1.43254
1.54/1.64	c bounds -18 >= -1064 @ 1.43286
1.54/1.64	c bounds -18 >= -1063 @ 1.43319
1.54/1.64	c bounds -18 >= -1062 @ 1.43352
1.54/1.64	c bounds -18 >= -1061 @ 1.43385
1.54/1.64	c bounds -18 >= -1060 @ 1.43417
1.54/1.64	c bounds -18 >= -1059 @ 1.4345
1.54/1.65	c bounds -18 >= -1058 @ 1.43483
1.54/1.65	c bounds -18 >= -1057 @ 1.43515
1.54/1.65	c bounds -18 >= -1056 @ 1.43548
1.54/1.65	c bounds -18 >= -1055 @ 1.43581
1.54/1.65	c bounds -18 >= -1054 @ 1.43613
1.54/1.65	c bounds -18 >= -1053 @ 1.43647
1.54/1.65	c bounds -18 >= -1052 @ 1.43679
1.54/1.65	c bounds -18 >= -1051 @ 1.43711
1.54/1.65	c bounds -18 >= -1050 @ 1.43743
1.54/1.65	c bounds -18 >= -1049 @ 1.43776
1.54/1.65	c bounds -18 >= -1048 @ 1.43809
1.54/1.65	c bounds -18 >= -1047 @ 1.43841
1.54/1.65	c bounds -18 >= -1046 @ 1.43874
1.54/1.65	c bounds -18 >= -1045 @ 1.43906
1.54/1.65	c bounds -18 >= -1044 @ 1.43939
1.54/1.65	c bounds -18 >= -1043 @ 1.43971
1.54/1.65	c bounds -18 >= -1042 @ 1.44003
1.54/1.65	c bounds -18 >= -1041 @ 1.44036
1.54/1.65	c bounds -18 >= -1040 @ 1.44068
1.54/1.65	c bounds -18 >= -1039 @ 1.44101
1.54/1.65	c bounds -18 >= -1038 @ 1.44133
1.54/1.65	c bounds -18 >= -1037 @ 1.44165
1.54/1.65	c bounds -18 >= -1036 @ 1.44197
1.54/1.65	c bounds -18 >= -1035 @ 1.4423
1.54/1.65	c bounds -18 >= -1034 @ 1.44263
1.54/1.65	c bounds -18 >= -1033 @ 1.44295
1.54/1.65	c bounds -18 >= -1032 @ 1.443
1.54/1.65	c bounds -18 >= -1031 @ 1.443
1.54/1.65	c bounds -18 >= -1030 @ 1.44304
1.54/1.65	c bounds -18 >= -1029 @ 1.44337
1.54/1.66	c bounds -18 >= -1028 @ 1.4437
1.54/1.66	c bounds -18 >= -1027 @ 1.44401
1.54/1.66	c bounds -18 >= -1026 @ 1.44432
1.54/1.66	c bounds -18 >= -1025 @ 1.44463
1.54/1.66	c bounds -18 >= -1024 @ 1.44494
1.54/1.66	c bounds -18 >= -1023 @ 1.44525
1.54/1.66	c bounds -18 >= -1022 @ 1.44557
1.54/1.66	c bounds -18 >= -1021 @ 1.44587
1.54/1.66	c bounds -18 >= -1020 @ 1.44618
1.54/1.66	c bounds -18 >= -1019 @ 1.44648
1.54/1.66	c bounds -18 >= -1018 @ 1.44679
1.54/1.66	c bounds -18 >= -1017 @ 1.44711
1.54/1.66	c bounds -18 >= -1016 @ 1.44743
1.54/1.66	c bounds -18 >= -1015 @ 1.44773
1.54/1.66	c bounds -18 >= -1014 @ 1.44804
1.54/1.66	c bounds -18 >= -1013 @ 1.44835
1.54/1.66	c bounds -18 >= -1012 @ 1.44866
1.54/1.66	c bounds -18 >= -1011 @ 1.44896
1.54/1.66	c bounds -18 >= -1010 @ 1.44926
1.54/1.66	c bounds -18 >= -1009 @ 1.44957
1.54/1.66	c bounds -18 >= -1008 @ 1.44988
1.54/1.66	c bounds -18 >= -1007 @ 1.45019
1.54/1.66	c bounds -18 >= -1006 @ 1.4505
1.54/1.66	c bounds -18 >= -1005 @ 1.4508
1.54/1.66	c bounds -18 >= -1004 @ 1.4511
1.54/1.66	c bounds -18 >= -1003 @ 1.4514
1.54/1.66	c bounds -18 >= -1002 @ 1.4517
1.54/1.66	c bounds -18 >= -1001 @ 1.452
1.54/1.66	c bounds -18 >= -1000 @ 1.45208
1.54/1.66	c bounds -18 >= -999 @ 1.45208
1.54/1.66	c bounds -18 >= -998 @ 1.45208
1.54/1.66	c bounds -18 >= -997 @ 1.45231
1.54/1.66	c bounds -18 >= -996 @ 1.45261
1.54/1.67	c bounds -18 >= -995 @ 1.45291
1.54/1.67	c bounds -18 >= -994 @ 1.45321
1.54/1.67	c bounds -18 >= -993 @ 1.45351
1.54/1.67	c bounds -18 >= -992 @ 1.45381
1.54/1.67	c bounds -18 >= -991 @ 1.45411
1.54/1.67	c bounds -18 >= -990 @ 1.45441
1.54/1.67	c bounds -18 >= -989 @ 1.4547
1.54/1.67	c bounds -18 >= -988 @ 1.455
1.54/1.67	c bounds -18 >= -987 @ 1.4553
1.54/1.67	c bounds -18 >= -986 @ 1.45559
1.54/1.67	c bounds -18 >= -985 @ 1.45589
1.54/1.67	c bounds -18 >= -984 @ 1.45619
1.54/1.67	c bounds -18 >= -983 @ 1.45648
1.54/1.67	c bounds -18 >= -982 @ 1.45679
1.54/1.67	c bounds -18 >= -981 @ 1.45709
1.54/1.67	c bounds -18 >= -980 @ 1.45739
1.54/1.67	c bounds -18 >= -979 @ 1.45768
1.54/1.67	c bounds -18 >= -978 @ 1.45798
1.54/1.67	c bounds -18 >= -977 @ 1.45827
1.54/1.67	c bounds -18 >= -976 @ 1.45858
1.54/1.67	c bounds -18 >= -975 @ 1.45888
1.54/1.67	c bounds -18 >= -974 @ 1.45918
1.54/1.67	c bounds -18 >= -973 @ 1.45948
1.54/1.67	c bounds -18 >= -972 @ 1.4598
1.54/1.67	c bounds -18 >= -971 @ 1.46011
1.54/1.67	c bounds -18 >= -970 @ 1.46041
1.54/1.67	c bounds -18 >= -969 @ 1.46072
1.54/1.67	c bounds -18 >= -968 @ 1.46102
1.54/1.67	c bounds -18 >= -967 @ 1.46133
1.54/1.67	c bounds -18 >= -966 @ 1.46163
1.54/1.67	c bounds -18 >= -965 @ 1.46193
1.54/1.67	c bounds -18 >= -964 @ 1.46223
1.54/1.67	c bounds -18 >= -963 @ 1.46253
1.54/1.68	c bounds -18 >= -962 @ 1.46283
1.54/1.68	c bounds -18 >= -961 @ 1.46312
1.54/1.68	c bounds -18 >= -960 @ 1.46342
1.54/1.68	c bounds -18 >= -959 @ 1.46371
1.54/1.68	c bounds -18 >= -958 @ 1.46401
1.54/1.68	c bounds -18 >= -957 @ 1.4643
1.54/1.68	c bounds -18 >= -956 @ 1.46459
1.54/1.68	c bounds -18 >= -955 @ 1.46488
1.54/1.68	c bounds -18 >= -954 @ 1.46518
1.54/1.68	c bounds -18 >= -953 @ 1.46548
1.54/1.68	c bounds -18 >= -952 @ 1.46578
1.54/1.68	c bounds -18 >= -951 @ 1.46608
1.54/1.68	c bounds -18 >= -950 @ 1.46638
1.54/1.68	c bounds -18 >= -949 @ 1.46667
1.54/1.68	c bounds -18 >= -948 @ 1.46696
1.54/1.68	c bounds -18 >= -947 @ 1.46726
1.54/1.68	c bounds -18 >= -946 @ 1.46756
1.54/1.68	c bounds -18 >= -945 @ 1.46785
1.54/1.68	c bounds -18 >= -944 @ 1.46815
1.54/1.68	c bounds -18 >= -943 @ 1.46844
1.54/1.68	c bounds -18 >= -942 @ 1.46873
1.54/1.68	c bounds -18 >= -941 @ 1.46903
1.54/1.68	c bounds -18 >= -940 @ 1.46933
1.54/1.68	c bounds -18 >= -939 @ 1.46962
1.54/1.68	c bounds -18 >= -938 @ 1.46992
1.54/1.68	c bounds -18 >= -937 @ 1.47022
1.54/1.68	c bounds -18 >= -936 @ 1.47052
1.54/1.68	c bounds -18 >= -935 @ 1.47082
1.54/1.68	c bounds -18 >= -934 @ 1.47111
1.54/1.68	c bounds -18 >= -933 @ 1.4714
1.54/1.68	c bounds -18 >= -932 @ 1.47171
1.54/1.68	c bounds -18 >= -931 @ 1.47201
1.54/1.68	c bounds -18 >= -930 @ 1.47231
1.54/1.69	c bounds -18 >= -929 @ 1.4726
1.54/1.69	c bounds -18 >= -928 @ 1.47289
1.54/1.69	c bounds -18 >= -927 @ 1.47318
1.54/1.69	c bounds -18 >= -926 @ 1.47347
1.54/1.69	c bounds -18 >= -925 @ 1.47377
1.54/1.69	c bounds -18 >= -924 @ 1.47406
1.54/1.69	c bounds -18 >= -923 @ 1.47435
1.54/1.69	c bounds -18 >= -922 @ 1.47464
1.54/1.69	c bounds -18 >= -921 @ 1.47493
1.54/1.69	c bounds -18 >= -920 @ 1.47522
1.54/1.69	c bounds -18 >= -919 @ 1.47551
1.54/1.69	c bounds -18 >= -918 @ 1.47579
1.54/1.69	c bounds -18 >= -917 @ 1.47608
1.54/1.69	c bounds -18 >= -916 @ 1.47637
1.54/1.69	c bounds -18 >= -915 @ 1.47665
1.54/1.69	c bounds -18 >= -914 @ 1.47694
1.54/1.69	c bounds -18 >= -913 @ 1.47723
1.54/1.69	c bounds -18 >= -912 @ 1.47751
1.54/1.69	c bounds -18 >= -911 @ 1.4778
1.54/1.69	c bounds -18 >= -910 @ 1.47808
1.54/1.69	c bounds -18 >= -909 @ 1.47836
1.54/1.69	c bounds -18 >= -908 @ 1.47864
1.54/1.69	c bounds -18 >= -907 @ 1.47893
1.54/1.69	c bounds -18 >= -906 @ 1.47922
1.54/1.69	c bounds -18 >= -905 @ 1.47951
1.54/1.69	c bounds -18 >= -904 @ 1.4798
1.54/1.69	c bounds -18 >= -903 @ 1.48009
1.54/1.69	c bounds -18 >= -902 @ 1.48037
1.54/1.69	c bounds -18 >= -901 @ 1.48066
1.54/1.69	c bounds -18 >= -900 @ 1.48094
1.54/1.69	c bounds -18 >= -899 @ 1.48124
1.54/1.69	c bounds -18 >= -898 @ 1.48153
1.54/1.69	c bounds -18 >= -897 @ 1.48182
1.54/1.69	c bounds -18 >= -896 @ 1.48212
1.54/1.69	c bounds -18 >= -895 @ 1.48241
1.54/1.70	c bounds -18 >= -894 @ 1.4827
1.64/1.70	c bounds -18 >= -893 @ 1.48299
1.64/1.70	c bounds -18 >= -892 @ 1.48328
1.64/1.70	c bounds -18 >= -891 @ 1.48357
1.64/1.70	c bounds -18 >= -890 @ 1.48386
1.64/1.70	c bounds -18 >= -889 @ 1.48415
1.64/1.70	c bounds -18 >= -888 @ 1.48443
1.64/1.70	c bounds -18 >= -887 @ 1.48471
1.64/1.70	c bounds -18 >= -886 @ 1.485
1.64/1.70	c bounds -18 >= -885 @ 1.48529
1.64/1.70	c bounds -18 >= -884 @ 1.48558
1.64/1.70	c bounds -18 >= -883 @ 1.48587
1.64/1.70	c bounds -18 >= -882 @ 1.48616
1.64/1.70	c bounds -18 >= -881 @ 1.48645
1.64/1.70	c bounds -18 >= -880 @ 1.48674
1.64/1.70	c bounds -18 >= -879 @ 1.48703
1.64/1.70	c bounds -18 >= -878 @ 1.48731
1.64/1.70	c bounds -18 >= -877 @ 1.48759
1.64/1.70	c bounds -18 >= -876 @ 1.48788
1.64/1.70	c bounds -18 >= -875 @ 1.48816
1.64/1.70	c bounds -18 >= -874 @ 1.48844
1.64/1.70	c bounds -18 >= -873 @ 1.48873
1.64/1.70	c bounds -18 >= -872 @ 1.48902
1.64/1.70	c bounds -18 >= -871 @ 1.48931
1.64/1.70	c bounds -18 >= -870 @ 1.48959
1.64/1.70	c bounds -18 >= -869 @ 1.48987
1.64/1.70	c bounds -18 >= -868 @ 1.49016
1.64/1.70	c bounds -18 >= -867 @ 1.49044
1.64/1.70	c bounds -18 >= -866 @ 1.49073
1.64/1.70	c bounds -18 >= -865 @ 1.49079
1.64/1.70	c bounds -18 >= -864 @ 1.49079
1.64/1.70	c bounds -18 >= -863 @ 1.49079
1.64/1.70	c bounds -18 >= -862 @ 1.49087
1.64/1.70	c bounds -18 >= -861 @ 1.49116
1.64/1.70	c bounds -18 >= -860 @ 1.49145
1.64/1.71	c bounds -18 >= -859 @ 1.49173
1.64/1.71	c bounds -18 >= -858 @ 1.49202
1.64/1.71	c bounds -18 >= -857 @ 1.49231
1.64/1.71	c bounds -18 >= -856 @ 1.49259
1.64/1.71	c bounds -18 >= -855 @ 1.49287
1.64/1.71	c bounds -18 >= -854 @ 1.49315
1.64/1.71	c bounds -18 >= -853 @ 1.49344
1.64/1.71	c bounds -18 >= -852 @ 1.49373
1.64/1.71	c bounds -18 >= -851 @ 1.49401
1.64/1.71	c bounds -18 >= -850 @ 1.4943
1.64/1.71	c bounds -18 >= -849 @ 1.49459
1.64/1.71	c bounds -18 >= -848 @ 1.49486
1.64/1.71	c bounds -18 >= -847 @ 1.49514
1.64/1.71	c bounds -18 >= -846 @ 1.49542
1.64/1.71	c bounds -18 >= -845 @ 1.49569
1.64/1.71	c bounds -18 >= -844 @ 1.49597
1.64/1.71	c bounds -18 >= -843 @ 1.49625
1.64/1.71	c bounds -18 >= -842 @ 1.49652
1.64/1.71	c bounds -18 >= -841 @ 1.4968
1.64/1.71	c bounds -18 >= -840 @ 1.49708
1.64/1.71	c bounds -18 >= -839 @ 1.49735
1.64/1.71	c bounds -18 >= -838 @ 1.49764
1.64/1.71	c bounds -18 >= -837 @ 1.49791
1.64/1.71	c bounds -18 >= -836 @ 1.4982
1.64/1.71	c bounds -18 >= -835 @ 1.49848
1.64/1.71	c bounds -18 >= -834 @ 1.49877
1.64/1.71	c bounds -18 >= -833 @ 1.49905
1.64/1.71	c bounds -18 >= -832 @ 1.49933
1.64/1.71	c bounds -18 >= -831 @ 1.49961
1.64/1.71	c bounds -18 >= -830 @ 1.4999
1.64/1.71	c bounds -18 >= -829 @ 1.50018
1.64/1.71	c bounds -18 >= -828 @ 1.50045
1.64/1.71	c bounds -18 >= -827 @ 1.50075
1.64/1.71	c bounds -18 >= -826 @ 1.50103
1.64/1.71	c bounds -18 >= -825 @ 1.50131
1.64/1.72	c bounds -18 >= -824 @ 1.50159
1.64/1.72	c bounds -18 >= -823 @ 1.50187
1.64/1.72	c bounds -18 >= -822 @ 1.50215
1.64/1.72	c bounds -18 >= -821 @ 1.50244
1.64/1.72	c bounds -18 >= -820 @ 1.50273
1.64/1.72	c bounds -18 >= -819 @ 1.50301
1.64/1.72	c bounds -18 >= -818 @ 1.50328
1.64/1.72	c bounds -18 >= -817 @ 1.50356
1.64/1.72	c bounds -18 >= -816 @ 1.50384
1.64/1.72	c bounds -18 >= -815 @ 1.50412
1.64/1.72	c bounds -18 >= -814 @ 1.50441
1.64/1.72	c bounds -18 >= -813 @ 1.50469
1.64/1.72	c bounds -18 >= -812 @ 1.50497
1.64/1.72	c bounds -18 >= -811 @ 1.50525
1.64/1.72	c bounds -18 >= -810 @ 1.50553
1.64/1.72	c bounds -18 >= -809 @ 1.50582
1.64/1.72	c bounds -18 >= -808 @ 1.5061
1.64/1.72	c bounds -18 >= -807 @ 1.50637
1.64/1.72	c bounds -18 >= -806 @ 1.50666
1.64/1.72	c bounds -18 >= -805 @ 1.50695
1.64/1.72	c bounds -18 >= -804 @ 1.50724
1.64/1.72	c bounds -18 >= -803 @ 1.50753
1.64/1.72	c bounds -18 >= -802 @ 1.50781
1.64/1.72	c bounds -18 >= -801 @ 1.50809
1.64/1.72	c bounds -18 >= -800 @ 1.50837
1.64/1.72	c bounds -18 >= -799 @ 1.50865
1.64/1.72	c bounds -18 >= -798 @ 1.50892
1.64/1.72	c bounds -18 >= -797 @ 1.5092
1.64/1.72	c bounds -18 >= -796 @ 1.50948
1.64/1.72	c bounds -18 >= -795 @ 1.50976
1.64/1.72	c bounds -18 >= -794 @ 1.50982
1.64/1.72	c bounds -18 >= -793 @ 1.50982
1.64/1.72	c bounds -18 >= -792 @ 1.50982
1.64/1.72	c bounds -18 >= -791 @ 1.50988
1.64/1.72	c bounds -18 >= -790 @ 1.51015
1.64/1.72	c bounds -18 >= -789 @ 1.51043
1.64/1.73	c bounds -18 >= -788 @ 1.5107
1.64/1.73	c bounds -18 >= -787 @ 1.51098
1.64/1.73	c bounds -18 >= -786 @ 1.51126
1.64/1.73	c bounds -18 >= -785 @ 1.51154
1.64/1.73	c bounds -18 >= -784 @ 1.51181
1.64/1.73	c bounds -18 >= -783 @ 1.51208
1.64/1.73	c bounds -18 >= -782 @ 1.51236
1.64/1.73	c bounds -18 >= -781 @ 1.51263
1.64/1.73	c bounds -18 >= -780 @ 1.51289
1.64/1.73	c bounds -18 >= -779 @ 1.51317
1.64/1.73	c bounds -18 >= -778 @ 1.51344
1.64/1.73	c bounds -18 >= -777 @ 1.51371
1.64/1.73	c bounds -18 >= -776 @ 1.51398
1.64/1.73	c bounds -18 >= -775 @ 1.51425
1.64/1.73	c bounds -18 >= -774 @ 1.51452
1.64/1.73	c bounds -18 >= -773 @ 1.51479
1.64/1.73	c bounds -18 >= -772 @ 1.51506
1.64/1.73	c bounds -18 >= -771 @ 1.51533
1.64/1.73	c bounds -18 >= -770 @ 1.5156
1.64/1.73	c bounds -18 >= -769 @ 1.51586
1.64/1.73	c bounds -18 >= -768 @ 1.51614
1.64/1.73	c bounds -18 >= -767 @ 1.51642
1.64/1.73	c bounds -18 >= -766 @ 1.51669
1.64/1.73	c bounds -18 >= -765 @ 1.51697
1.64/1.73	c bounds -18 >= -764 @ 1.51725
1.64/1.73	c bounds -18 >= -763 @ 1.51752
1.64/1.73	c bounds -18 >= -762 @ 1.51778
1.64/1.73	c bounds -18 >= -761 @ 1.51806
1.64/1.73	c bounds -18 >= -760 @ 1.51832
1.64/1.73	c bounds -18 >= -759 @ 1.51859
1.64/1.73	c bounds -18 >= -758 @ 1.51886
1.64/1.73	c bounds -18 >= -757 @ 1.51889
1.64/1.73	c bounds -18 >= -756 @ 1.51889
1.64/1.73	c bounds -18 >= -755 @ 1.51889
1.64/1.73	c bounds -18 >= -754 @ 1.519
1.64/1.73	c bounds -18 >= -753 @ 1.51925
1.64/1.74	c bounds -18 >= -752 @ 1.51949
1.64/1.74	c bounds -18 >= -751 @ 1.51974
1.64/1.74	c bounds -18 >= -750 @ 1.52
1.64/1.74	c bounds -18 >= -749 @ 1.52027
1.64/1.74	c bounds -18 >= -748 @ 1.52055
1.64/1.74	c bounds -18 >= -747 @ 1.52082
1.64/1.74	c bounds -18 >= -746 @ 1.52108
1.64/1.74	c bounds -18 >= -745 @ 1.52135
1.64/1.74	c bounds -18 >= -744 @ 1.52162
1.64/1.74	c bounds -18 >= -743 @ 1.5219
1.64/1.74	c bounds -18 >= -742 @ 1.52217
1.64/1.74	c bounds -18 >= -741 @ 1.52244
1.64/1.74	c bounds -18 >= -740 @ 1.52272
1.64/1.74	c bounds -18 >= -739 @ 1.523
1.64/1.74	c bounds -18 >= -738 @ 1.52327
1.64/1.74	c bounds -18 >= -737 @ 1.52354
1.64/1.74	c bounds -18 >= -736 @ 1.5238
1.64/1.74	c bounds -18 >= -735 @ 1.52387
1.64/1.74	c bounds -18 >= -734 @ 1.52387
1.64/1.74	c bounds -18 >= -733 @ 1.52387
1.64/1.74	c bounds -18 >= -732 @ 1.5239
1.64/1.74	c bounds -18 >= -731 @ 1.52418
1.64/1.74	c bounds -18 >= -730 @ 1.52445
1.64/1.74	c bounds -18 >= -729 @ 1.52471
1.64/1.74	c bounds -18 >= -728 @ 1.52499
1.64/1.74	c bounds -18 >= -727 @ 1.52525
1.64/1.74	c bounds -18 >= -726 @ 1.52553
1.64/1.74	c bounds -18 >= -725 @ 1.5258
1.64/1.74	c bounds -18 >= -724 @ 1.52607
1.64/1.74	c bounds -18 >= -723 @ 1.52634
1.64/1.74	c bounds -18 >= -722 @ 1.5266
1.64/1.74	c bounds -18 >= -721 @ 1.52688
1.64/1.74	c bounds -18 >= -720 @ 1.52715
1.64/1.74	c bounds -18 >= -719 @ 1.52742
1.64/1.74	c bounds -18 >= -718 @ 1.5277
1.64/1.74	c bounds -18 >= -717 @ 1.52797
1.64/1.74	c bounds -18 >= -716 @ 1.52824
1.64/1.75	c bounds -18 >= -715 @ 1.52851
1.64/1.75	c bounds -18 >= -714 @ 1.52877
1.64/1.75	c bounds -18 >= -713 @ 1.52905
1.64/1.75	c bounds -18 >= -712 @ 1.52932
1.64/1.75	c bounds -18 >= -711 @ 1.52959
1.64/1.75	c bounds -18 >= -710 @ 1.52985
1.64/1.75	c bounds -18 >= -709 @ 1.53012
1.64/1.75	c bounds -18 >= -708 @ 1.53038
1.64/1.75	c bounds -18 >= -707 @ 1.53065
1.64/1.75	c bounds -18 >= -706 @ 1.53092
1.64/1.75	c bounds -18 >= -705 @ 1.53122
1.64/1.75	c bounds -18 >= -704 @ 1.53148
1.64/1.75	c bounds -18 >= -703 @ 1.53175
1.64/1.75	c bounds -18 >= -702 @ 1.53202
1.64/1.75	c bounds -18 >= -701 @ 1.5323
1.64/1.75	c bounds -18 >= -700 @ 1.53256
1.64/1.75	c bounds -18 >= -699 @ 1.53284
1.64/1.75	c bounds -18 >= -698 @ 1.5331
1.64/1.75	c bounds -18 >= -697 @ 1.53337
1.64/1.75	c bounds -18 >= -696 @ 1.53364
1.64/1.75	c bounds -18 >= -695 @ 1.53391
1.64/1.75	c bounds -18 >= -694 @ 1.53418
1.64/1.75	c bounds -18 >= -693 @ 1.53443
1.64/1.75	c bounds -18 >= -692 @ 1.53469
1.64/1.75	c bounds -18 >= -691 @ 1.53496
1.64/1.75	c bounds -18 >= -690 @ 1.53522
1.64/1.75	c bounds -18 >= -689 @ 1.53549
1.64/1.75	c bounds -18 >= -688 @ 1.53575
1.64/1.75	c bounds -18 >= -687 @ 1.536
1.64/1.75	c bounds -18 >= -686 @ 1.53626
1.64/1.75	c bounds -18 >= -685 @ 1.53652
1.64/1.75	c bounds -18 >= -684 @ 1.53677
1.64/1.75	c bounds -18 >= -683 @ 1.53703
1.64/1.75	c bounds -18 >= -682 @ 1.53728
1.64/1.75	c bounds -18 >= -681 @ 1.53754
1.64/1.75	c bounds -18 >= -680 @ 1.5378
1.64/1.75	c bounds -18 >= -679 @ 1.53784
1.64/1.75	c bounds -18 >= -678 @ 1.53784
1.64/1.76	c bounds -18 >= -677 @ 1.53784
1.64/1.76	c bounds -18 >= -676 @ 1.53784
1.64/1.76	c bounds -18 >= -675 @ 1.5381
1.64/1.76	c bounds -18 >= -674 @ 1.53836
1.64/1.76	c bounds -18 >= -673 @ 1.53862
1.64/1.76	c bounds -18 >= -672 @ 1.53886
1.64/1.76	c bounds -18 >= -671 @ 1.53912
1.64/1.76	c bounds -18 >= -670 @ 1.53938
1.64/1.76	c bounds -18 >= -669 @ 1.53964
1.64/1.76	c bounds -18 >= -668 @ 1.53988
1.64/1.76	c bounds -18 >= -667 @ 1.54014
1.64/1.76	c bounds -18 >= -666 @ 1.5404
1.64/1.76	c bounds -18 >= -665 @ 1.54066
1.64/1.76	c bounds -18 >= -664 @ 1.54092
1.64/1.76	c bounds -18 >= -663 @ 1.54118
1.64/1.76	c bounds -18 >= -662 @ 1.54143
1.64/1.76	c bounds -18 >= -661 @ 1.54169
1.64/1.76	c bounds -18 >= -660 @ 1.54195
1.64/1.76	c bounds -18 >= -659 @ 1.5422
1.64/1.76	c bounds -18 >= -658 @ 1.54246
1.64/1.76	c bounds -18 >= -657 @ 1.54272
1.64/1.76	c bounds -18 >= -656 @ 1.54278
1.64/1.76	c bounds -18 >= -655 @ 1.54278
1.64/1.76	c bounds -18 >= -654 @ 1.54278
1.64/1.76	c bounds -18 >= -653 @ 1.54278
1.64/1.76	c bounds -18 >= -652 @ 1.54301
1.64/1.76	c bounds -18 >= -651 @ 1.54327
1.64/1.76	c bounds -18 >= -650 @ 1.54351
1.64/1.76	c bounds -18 >= -649 @ 1.54377
1.64/1.76	c bounds -18 >= -648 @ 1.54402
1.64/1.76	c bounds -18 >= -647 @ 1.54428
1.64/1.76	c bounds -18 >= -646 @ 1.54453
1.64/1.76	c bounds -18 >= -645 @ 1.54478
1.64/1.76	c bounds -18 >= -644 @ 1.54503
1.64/1.76	c bounds -18 >= -643 @ 1.54529
1.64/1.76	c bounds -18 >= -642 @ 1.54555
1.64/1.76	c bounds -18 >= -641 @ 1.54581
1.64/1.76	c bounds -18 >= -640 @ 1.54583
1.64/1.76	c bounds -18 >= -639 @ 1.54583
1.64/1.77	c bounds -18 >= -638 @ 1.54583
1.64/1.77	c bounds -18 >= -637 @ 1.54586
1.64/1.77	c bounds -18 >= -636 @ 1.54612
1.64/1.77	c bounds -18 >= -635 @ 1.54638
1.64/1.77	c bounds -18 >= -634 @ 1.54664
1.64/1.77	c bounds -18 >= -633 @ 1.54689
1.64/1.77	c bounds -18 >= -632 @ 1.54715
1.64/1.77	c bounds -18 >= -631 @ 1.54741
1.64/1.77	c bounds -18 >= -630 @ 1.54768
1.64/1.77	c bounds -18 >= -629 @ 1.54793
1.64/1.77	c bounds -18 >= -628 @ 1.54819
1.64/1.77	c bounds -18 >= -627 @ 1.54845
1.64/1.77	c bounds -18 >= -626 @ 1.5487
1.64/1.77	c bounds -18 >= -625 @ 1.54896
1.64/1.77	c bounds -18 >= -624 @ 1.54922
1.64/1.77	c bounds -18 >= -623 @ 1.54948
1.64/1.77	c bounds -18 >= -622 @ 1.54973
1.64/1.77	c bounds -18 >= -621 @ 1.54999
1.64/1.77	c bounds -18 >= -620 @ 1.55025
1.64/1.77	c bounds -18 >= -619 @ 1.55052
1.64/1.77	c bounds -18 >= -618 @ 1.55076
1.64/1.77	c bounds -18 >= -617 @ 1.55102
1.64/1.77	c bounds -18 >= -616 @ 1.55129
1.64/1.77	c bounds -18 >= -615 @ 1.55154
1.64/1.77	c bounds -18 >= -614 @ 1.55179
1.64/1.77	c bounds -18 >= -613 @ 1.55204
1.64/1.77	c bounds -18 >= -612 @ 1.5523
1.64/1.77	c bounds -18 >= -611 @ 1.55255
1.64/1.77	c bounds -18 >= -610 @ 1.5528
1.64/1.77	c bounds -18 >= -609 @ 1.55305
1.64/1.77	c bounds -18 >= -608 @ 1.55332
1.64/1.77	c bounds -18 >= -607 @ 1.55358
1.64/1.77	c bounds -18 >= -606 @ 1.55384
1.64/1.77	c bounds -18 >= -605 @ 1.5541
1.64/1.77	c bounds -18 >= -604 @ 1.55434
1.64/1.77	c bounds -18 >= -603 @ 1.5546
1.64/1.77	c bounds -18 >= -602 @ 1.55486
1.64/1.77	c bounds -18 >= -601 @ 1.5551
1.64/1.78	c bounds -18 >= -600 @ 1.55536
1.64/1.78	c bounds -18 >= -599 @ 1.55561
1.64/1.78	c bounds -18 >= -598 @ 1.55587
1.64/1.78	c bounds -18 >= -597 @ 1.55612
1.64/1.78	c bounds -18 >= -596 @ 1.55639
1.64/1.78	c bounds -18 >= -595 @ 1.55664
1.64/1.78	c bounds -18 >= -594 @ 1.55688
1.64/1.78	c bounds -18 >= -593 @ 1.55713
1.64/1.78	c bounds -18 >= -592 @ 1.55737
1.64/1.78	c bounds -18 >= -591 @ 1.55761
1.64/1.78	c bounds -18 >= -590 @ 1.55786
1.64/1.78	c bounds -18 >= -589 @ 1.55811
1.64/1.78	c bounds -18 >= -588 @ 1.55834
1.64/1.78	c bounds -18 >= -587 @ 1.55859
1.64/1.78	c bounds -18 >= -586 @ 1.55884
1.64/1.78	c bounds -18 >= -585 @ 1.55908
1.64/1.78	c bounds -18 >= -584 @ 1.55933
1.64/1.78	c bounds -18 >= -583 @ 1.55957
1.64/1.78	c bounds -18 >= -582 @ 1.55981
1.64/1.78	c bounds -18 >= -581 @ 1.56004
1.64/1.78	c bounds -18 >= -580 @ 1.56028
1.64/1.78	c bounds -18 >= -579 @ 1.56052
1.64/1.78	c bounds -18 >= -578 @ 1.56076
1.64/1.78	c bounds -18 >= -577 @ 1.561
1.64/1.78	c bounds -18 >= -576 @ 1.56123
1.64/1.78	c bounds -18 >= -575 @ 1.56147
1.64/1.78	c bounds -18 >= -574 @ 1.56172
1.64/1.78	c bounds -18 >= -573 @ 1.562
1.64/1.78	c bounds -18 >= -572 @ 1.56349
1.64/1.79	c bounds -18 >= -571 @ 1.56413
1.64/1.79	c bounds -18 >= -570 @ 1.56531
1.64/1.79	c bounds -18 >= -569 @ 1.56592
1.64/1.79	c bounds -18 >= -568 @ 1.56748
1.64/1.79	c bounds -18 >= -567 @ 1.56795
1.64/1.79	c bounds -18 >= -566 @ 1.56876
1.64/1.79	c bounds -18 >= -565 @ 1.56876
1.74/1.80	c bounds -18 >= -564 @ 1.56879
1.74/1.80	c bounds -18 >= -563 @ 1.56995
1.74/1.80	c bounds -18 >= -562 @ 1.57075
1.74/1.80	c bounds -18 >= -561 @ 1.57137
1.74/1.80	c bounds -18 >= -560 @ 1.57256
1.74/1.80	c bounds -18 >= -559 @ 1.57275
1.74/1.80	c bounds -18 >= -558 @ 1.57374
1.74/1.81	c bounds -18 >= -557 @ 1.57474
1.74/1.81	c bounds -18 >= -556 @ 1.57574
1.74/1.81	c bounds -18 >= -555 @ 1.57574
1.74/1.81	c bounds -18 >= -554 @ 1.57574
1.74/1.82	c bounds -18 >= -553 @ 1.57577
1.74/1.82	c bounds -18 >= -552 @ 1.57673
1.74/1.82	c bounds -18 >= -551 @ 1.57673
1.74/1.82	c bounds -18 >= -550 @ 1.57797
1.74/1.82	c bounds -18 >= -549 @ 1.57937
1.74/1.82	c bounds -18 >= -548 @ 1.57972
1.74/1.83	c bounds -18 >= -547 @ 1.57972
1.74/1.83	c bounds -18 >= -546 @ 1.58032
1.74/1.83	c bounds -18 >= -545 @ 1.58092
1.74/1.83	c bounds -18 >= -544 @ 1.58171
1.74/1.83	c bounds -18 >= -543 @ 1.58285
1.74/1.84	c bounds -18 >= -542 @ 1.5837
1.74/1.84	c bounds -18 >= -541 @ 1.5837
1.74/1.84	c bounds -18 >= -540 @ 1.5847
1.74/1.84	c bounds -18 >= -539 @ 1.58603
1.74/1.84	c bounds -18 >= -538 @ 1.58669
1.74/1.85	c bounds -18 >= -537 @ 1.58713
2.04/2.14	c bounds -18 >= -536 @ 1.87199
2.04/2.14	c bounds -18 >= -535 @ 1.87223
2.04/2.14	c bounds -18 >= -534 @ 1.87298
2.04/2.14	c bounds -18 >= -533 @ 1.87299
2.04/2.15	c bounds -18 >= -532 @ 1.87299
2.04/2.15	c bounds -18 >= -531 @ 1.87506
2.04/2.15	c bounds -18 >= -530 @ 1.87697
2.04/2.15	c bounds -18 >= -529 @ 1.878
2.04/2.16	c bounds -18 >= -528 @ 1.87997
2.04/2.16	c bounds -18 >= -527 @ 1.88076
2.04/2.16	c bounds -18 >= -526 @ 1.88196
2.04/2.16	c bounds -18 >= -525 @ 1.88196
2.04/2.17	c bounds -18 >= -524 @ 1.88352
2.04/2.17	c bounds -18 >= -523 @ 1.88458
2.04/2.17	c bounds -18 >= -522 @ 1.88495
2.04/2.17	c bounds -18 >= -521 @ 1.88518
2.04/2.17	c bounds -18 >= -520 @ 1.88614
2.04/2.17	c bounds -18 >= -519 @ 1.88694
2.04/2.17	c bounds -18 >= -518 @ 1.88794
2.04/2.18	c bounds -18 >= -517 @ 1.88827
2.04/2.18	c bounds -18 >= -516 @ 1.88953
2.04/2.18	c bounds -18 >= -515 @ 1.89093
2.04/2.18	c bounds -18 >= -514 @ 1.89108
2.04/2.18	c bounds -18 >= -513 @ 1.89193
2.04/2.19	c bounds -18 >= -512 @ 1.89204
2.04/2.19	c bounds -18 >= -511 @ 1.893
2.04/2.19	c bounds -18 >= -510 @ 1.89392
2.04/2.19	c bounds -18 >= -509 @ 1.89392
2.04/2.19	c bounds -18 >= -508 @ 1.89392
2.04/2.19	c bounds -18 >= -507 @ 1.89505
2.04/2.20	c bounds -18 >= -506 @ 1.89591
2.13/2.20	c bounds -18 >= -505 @ 1.89691
2.13/2.20	c bounds -18 >= -504 @ 1.89811
2.13/2.20	c bounds -18 >= -503 @ 1.8989
2.13/2.20	c bounds -18 >= -502 @ 1.8989
2.13/2.20	c bounds -18 >= -501 @ 1.8989
2.13/2.20	c bounds -18 >= -500 @ 1.8989
2.13/2.21	c bounds -18 >= -499 @ 1.8989
2.13/2.21	c bounds -18 >= -498 @ 1.89943
2.13/2.21	c bounds -18 >= -497 @ 1.89989
2.13/2.21	c bounds -18 >= -496 @ 1.90154
2.13/2.21	c bounds -18 >= -495 @ 1.90189
2.13/2.21	c bounds -18 >= -494 @ 1.90189
2.13/2.22	c bounds -18 >= -493 @ 1.90251
2.13/2.22	c bounds -18 >= -492 @ 1.90455
2.13/2.22	c bounds -18 >= -491 @ 1.90755
2.13/2.22	c bounds -18 >= -490 @ 1.90787
2.13/2.22	c bounds -18 >= -489 @ 1.90886
2.13/2.23	c bounds -18 >= -488 @ 1.90886
2.13/2.23	c bounds -18 >= -487 @ 1.90886
2.13/2.23	c bounds -18 >= -486 @ 1.90886
2.13/2.23	c bounds -18 >= -485 @ 1.91004
2.13/2.23	c bounds -18 >= -484 @ 1.91086
2.13/2.23	c bounds -18 >= -483 @ 1.91086
2.13/2.24	c bounds -18 >= -482 @ 1.91224
2.13/2.24	c bounds -18 >= -481 @ 1.91312
2.13/2.24	c bounds -18 >= -480 @ 1.91435
2.13/2.24	c bounds -18 >= -479 @ 1.91484
2.13/2.24	c bounds -18 >= -478 @ 1.91549
2.13/2.24	c bounds -18 >= -477 @ 1.91684
2.13/2.24	c bounds -18 >= -476 @ 1.91701
2.13/2.25	c bounds -18 >= -475 @ 1.91789
2.13/2.25	c bounds -18 >= -474 @ 1.9188
2.13/2.25	c bounds -18 >= -473 @ 1.9194
2.13/2.25	c bounds -18 >= -472 @ 1.91983
2.13/2.25	c bounds -18 >= -471 @ 1.91983
2.13/2.25	c bounds -18 >= -470 @ 1.91983
2.13/2.28	c bounds -19 >= -470 @ 1.94967
2.13/2.28	c bounds -19 >= -469 @ 1.94975
2.13/2.28	c bounds -19 >= -468 @ 1.94975
2.13/2.29	c bounds -19 >= -467 @ 1.94975
2.13/2.29	c bounds -19 >= -466 @ 1.94975
2.13/2.29	c bounds -19 >= -465 @ 1.94997
2.13/2.29	c bounds -19 >= -464 @ 1.95095
2.13/2.29	c bounds -19 >= -463 @ 1.95177
2.13/2.29	c bounds -19 >= -462 @ 1.95262
2.13/2.29	c bounds -19 >= -461 @ 1.95289
2.13/2.29	c bounds -19 >= -460 @ 1.95389
2.13/2.29	c bounds -19 >= -459 @ 1.95474
2.13/2.29	c bounds -19 >= -458 @ 1.95565
2.23/2.30	c bounds -19 >= -457 @ 1.95588
2.23/2.30	c bounds -19 >= -456 @ 1.95696
2.23/2.30	c bounds -19 >= -455 @ 1.95846
2.23/2.30	c bounds -19 >= -454 @ 1.95873
2.23/2.30	c bounds -19 >= -453 @ 1.95873
2.23/2.30	c bounds -19 >= -452 @ 1.95873
2.23/2.30	c bounds -19 >= -451 @ 1.95873
2.23/2.30	c bounds -19 >= -450 @ 1.95873
2.23/2.31	c bounds -19 >= -449 @ 1.95873
2.23/2.31	c bounds -19 >= -448 @ 1.95873
2.23/2.31	c bounds -19 >= -447 @ 1.95894
2.23/2.31	c bounds -19 >= -446 @ 1.96071
2.23/2.31	c bounds -19 >= -445 @ 1.96171
2.23/2.32	c bounds -19 >= -444 @ 1.96385
2.23/2.32	c #Conflicts:       1000 | #Constraints:      83361
2.23/2.32	c bounds -19 >= -443 @ 1.9647
2.23/2.32	c bounds -19 >= -442 @ 1.96584
2.23/2.32	c bounds -19 >= -441 @ 1.96773
2.23/2.33	c bounds -19 >= -440 @ 1.96917
2.23/2.33	c bounds -19 >= -439 @ 1.96969
2.23/2.33	c bounds -19 >= -438 @ 1.97027
2.23/2.33	c bounds -19 >= -437 @ 1.97105
2.23/2.33	c bounds -19 >= -436 @ 1.97178
2.23/2.33	c bounds -19 >= -435 @ 1.97268
2.23/2.33	c bounds -19 >= -434 @ 1.97268
2.23/2.33	c bounds -19 >= -433 @ 1.97268
2.23/2.33	c bounds -19 >= -432 @ 1.97268
2.23/2.34	c bounds -19 >= -431 @ 1.97268
2.23/2.34	c bounds -19 >= -430 @ 1.97268
2.23/2.34	c bounds -19 >= -429 @ 1.97346
2.23/2.34	c bounds -19 >= -428 @ 1.97367
2.23/2.34	c bounds -19 >= -427 @ 1.97471
2.23/2.34	c bounds -19 >= -426 @ 1.97614
2.23/2.34	c bounds -19 >= -425 @ 1.97759
2.23/2.35	c bounds -19 >= -424 @ 1.97785
2.23/2.35	c bounds -19 >= -423 @ 1.97866
2.23/2.35	c bounds -19 >= -422 @ 1.97923
2.23/2.35	c bounds -19 >= -421 @ 1.97965
2.23/2.35	c bounds -19 >= -420 @ 1.97965
2.23/2.35	c bounds -19 >= -419 @ 1.97968
2.23/2.35	c bounds -19 >= -418 @ 1.98091
2.23/2.35	c bounds -19 >= -417 @ 1.98209
2.23/2.35	c bounds -19 >= -416 @ 1.98265
2.23/2.36	c bounds -19 >= -415 @ 1.98342
2.23/2.36	c bounds -19 >= -414 @ 1.98364
2.23/2.36	c bounds -19 >= -413 @ 1.98474
2.23/2.36	c bounds -19 >= -412 @ 1.98547
2.23/2.36	c bounds -19 >= -411 @ 1.98564
2.23/2.36	c bounds -19 >= -410 @ 1.98564
2.23/2.36	c bounds -19 >= -409 @ 1.98564
2.23/2.36	c bounds -19 >= -408 @ 1.98564
2.23/2.36	c bounds -19 >= -407 @ 1.98622
2.23/2.37	c bounds -19 >= -406 @ 1.98751
2.23/2.37	c bounds -19 >= -405 @ 1.98812
2.23/2.37	c bounds -19 >= -404 @ 1.98937
2.23/2.37	c bounds -19 >= -403 @ 1.99037
2.23/2.37	c bounds -19 >= -402 @ 1.99162
2.23/2.37	c bounds -19 >= -401 @ 1.99262
2.23/2.38	c bounds -19 >= -400 @ 1.99362
2.23/2.38	c bounds -19 >= -399 @ 1.99461
2.23/2.38	c bounds -19 >= -398 @ 1.99461
2.23/2.38	c bounds -19 >= -397 @ 1.9951
2.23/2.38	c bounds -19 >= -396 @ 1.99656
2.23/2.38	c bounds -19 >= -395 @ 1.99678
2.23/2.38	c bounds -19 >= -394 @ 1.99763
2.23/2.38	c bounds -19 >= -393 @ 1.99881
2.23/2.39	c bounds -19 >= -392 @ 1.99944
2.23/2.39	c bounds -19 >= -391 @ 1.99977
2.23/2.39	c bounds -19 >= -390 @ 2.00053
2.23/2.39	c bounds -19 >= -389 @ 2.00079
2.23/2.39	c bounds -19 >= -388 @ 2.00174
2.23/2.40	c bounds -19 >= -387 @ 2.00547
2.33/2.40	c bounds -19 >= -386 @ 2.00574
2.33/2.40	c bounds -19 >= -385 @ 2.00651
2.33/2.40	c bounds -19 >= -384 @ 2.00657
2.33/2.40	c bounds -19 >= -383 @ 2.00766
2.33/2.40	c bounds -19 >= -382 @ 2.00853
2.33/2.40	c bounds -19 >= -381 @ 2.01046
2.33/2.41	c bounds -19 >= -380 @ 2.01293
2.33/2.41	c bounds -19 >= -379 @ 2.01501
2.33/2.41	c bounds -19 >= -378 @ 2.01659
2.33/2.42	c bounds -19 >= -377 @ 2.02163
2.33/2.42	c bounds -19 >= -376 @ 2.02367
2.33/2.42	c bounds -19 >= -375 @ 2.02493
2.33/2.42	c bounds -19 >= -374 @ 2.02635
2.33/2.43	c bounds -19 >= -373 @ 2.03186
2.33/2.45	c #Conflicts:       2000 | #Constraints:      84951
2.33/2.45	c INPROCESSING
2.33/2.45	c GARBAGE COLLECT
2.33/2.45	c bounds -19 >= -372 @ 2.05277
2.64/2.71	c bounds -19 >= -371 @ 2.30328
2.64/2.72	c bounds -19 >= -370 @ 2.3094
2.64/2.72	c bounds -19 >= -369 @ 2.31477
2.64/2.73	c bounds -20 >= -369 @ 2.31667
2.64/2.73	c bounds -21 >= -369 @ 2.31752
2.64/2.73	c bounds -22 >= -369 @ 2.31776
2.64/2.73	c bounds -23 >= -369 @ 2.31834
2.64/2.73	c bounds -24 >= -369 @ 2.31911
2.64/2.73	c bounds -24 >= -368 @ 2.32052
2.64/2.73	c bounds -25 >= -368 @ 2.32153
2.64/2.73	c bounds -25 >= -367 @ 2.3224
2.64/2.73	c bounds -26 >= -367 @ 2.32364
2.64/2.74	c bounds -26 >= -366 @ 2.32537
2.64/2.74	c bounds -27 >= -366 @ 2.32677
2.64/2.74	c bounds -27 >= -365 @ 2.328
2.64/2.74	c bounds -28 >= -365 @ 2.32951
2.64/2.74	c bounds -28 >= -364 @ 2.33139
2.64/2.74	c bounds -29 >= -364 @ 2.33267
2.64/2.74	c bounds -29 >= -363 @ 2.33334
2.64/2.75	c bounds -30 >= -363 @ 2.33443
2.64/2.75	c bounds -31 >= -363 @ 2.33808
2.64/2.75	c bounds -31 >= -362 @ 2.33871
2.64/2.75	c bounds -31 >= -361 @ 2.33903
2.64/2.75	c bounds -31 >= -360 @ 2.34023
2.64/2.75	c bounds -31 >= -359 @ 2.34194
2.64/2.76	c bounds -32 >= -359 @ 2.34985
2.64/2.76	c bounds -32 >= -358 @ 2.3508
2.64/2.76	c bounds -32 >= -357 @ 2.35178
2.64/2.77	c bounds -32 >= -356 @ 2.35364
2.64/2.77	c bounds -32 >= -355 @ 2.35566
2.64/2.77	c bounds -32 >= -354 @ 2.35798
2.64/2.78	c bounds -32 >= -353 @ 2.36573
2.74/2.83	c #Conflicts:       3000 | #Constraints:      84478
2.74/2.83	c bounds -33 >= -353 @ 2.41228
2.74/2.83	c bounds -33 >= -352 @ 2.4134
2.74/2.83	c bounds -33 >= -351 @ 2.41381
2.74/2.83	c bounds -33 >= -350 @ 2.41561
2.74/2.84	c bounds -33 >= -349 @ 2.41836
2.74/2.84	c bounds -33 >= -348 @ 2.42431
2.74/2.86	c bounds -33 >= -347 @ 2.44135
2.94/3.09	c bounds -33 >= -346 @ 2.66379
3.04/3.13	c #Conflicts:       4000 | #Constraints:      85644
3.04/3.13	c bounds -33 >= -345 @ 2.70295
3.04/3.16	c bounds -34 >= -345 @ 2.73331
3.04/3.16	c bounds -34 >= -344 @ 2.7369
3.04/3.17	c bounds -34 >= -343 @ 2.74354
3.04/3.18	c bounds -34 >= -342 @ 2.74722
3.04/3.18	c bounds -34 >= -341 @ 2.75443
3.13/3.20	c #Conflicts:       5000 | #Constraints:      86747
3.13/3.20	c bounds -34 >= -340 @ 2.7686
3.13/3.22	c bounds -34 >= -339 @ 2.78557
3.13/3.23	c bounds -35 >= -339 @ 2.79971
3.34/3.44	c bounds -35 >= -338 @ 2.99822
3.34/3.45	c bounds -35 >= -337 @ 3.00382
3.34/3.45	c bounds -35 >= -336 @ 3.01111
3.53/3.67	c #Conflicts:       6000 | #Constraints:      87874
3.53/3.67	c INPROCESSING
3.53/3.67	c GARBAGE COLLECT
3.53/3.67	c rational objective -336
3.94/4.06	c bounds -36 >= -336 @ 3.61651
3.94/4.07	c bounds -36 >= -335 @ 3.6212
3.94/4.07	c bounds -37 >= -335 @ 3.62337
3.94/4.08	c bounds -38 >= -335 @ 3.62909
3.94/4.09	c bounds -38 >= -334 @ 3.64235
8.88/9.08	c #Conflicts:       7000 | #Constraints:      86073
8.88/9.08	c #Conflicts:       8000 | #Constraints:      87110
8.88/9.08	c #Conflicts:       9000 | #Constraints:      88162
8.88/9.08	c #Conflicts:      10000 | #Constraints:      89195
8.88/9.08	c #Conflicts:      11000 | #Constraints:      90243
8.88/9.08	c #Conflicts:      12000 | #Constraints:      91281
8.88/9.08	c INPROCESSING
8.88/9.08	c GARBAGE COLLECT
8.88/9.08	c rational objective -334
9.78/9.90	c bounds -38 >= -333 @ 9.33533
9.78/9.91	c bounds -38 >= -332 @ 9.3404
9.78/9.91	c bounds -38 >= -331 @ 9.34745
9.78/9.92	c bounds -38 >= -330 @ 9.35586
9.78/9.94	c bounds -38 >= -329 @ 9.36987
9.78/9.96	c bounds -38 >= -328 @ 9.38788
9.78/9.98	c bounds -38 >= -327 @ 9.40607
9.89/10.03	c #Conflicts:      13000 | #Constraints:      88020
9.89/10.03	c bounds -38 >= -326 @ 9.45507
9.98/10.11	c bounds -38 >= -325 @ 9.53204
10.37/10.50	c #Conflicts:      14000 | #Constraints:      89077
10.37/10.50	c bounds -38 >= -324 @ 9.91856
10.37/10.55	c bounds -38 >= -323 @ 9.96726
10.48/10.66	c #Conflicts:      15000 | #Constraints:      90122
10.48/10.66	c bounds -38 >= -322 @ 10.0781
10.88/11.01	c #Conflicts:      16000 | #Constraints:      91167
10.88/11.01	c bounds -38 >= -321 @ 10.4113
11.08/11.28	c INPROCESSING
11.08/11.28	c GARBAGE COLLECT
11.08/11.28	c rational objective -321
11.57/11.72	c bounds -38 >= -320 @ 11.1159
11.88/12.04	c #Conflicts:      17000 | #Constraints:      87478
11.88/12.04	c bounds -38 >= -319 @ 11.4289
11.98/12.16	c #Conflicts:      18000 | #Constraints:      88520
11.98/12.16	c bounds -38 >= -318 @ 11.5404
12.37/12.57	c #Conflicts:      19000 | #Constraints:      89556
12.37/12.57	c bounds -38 >= -317 @ 11.9401
12.88/13.01	c #Conflicts:      20000 | #Constraints:      90586
12.88/13.01	c #Conflicts:      21000 | #Constraints:      91586
12.88/13.01	c INPROCESSING
12.88/13.01	c rational objective -317
13.37/13.52	c bounds -38 >= -316 @ 12.879
14.07/14.27	c #Conflicts:      22000 | #Constraints:      87854
14.07/14.27	c #Conflicts:      23000 | #Constraints:      88854
14.07/14.27	c #Conflicts:      24000 | #Constraints:      89854
14.07/14.27	c bounds -38 >= -315 @ 13.598
14.97/15.14	c #Conflicts:      25000 | #Constraints:      90893
14.97/15.14	c #Conflicts:      26000 | #Constraints:      91893
14.97/15.14	c bounds -38 >= -314 @ 14.4615
17.27/17.42	c #Conflicts:      27000 | #Constraints:      92935
17.27/17.42	c #Conflicts:      28000 | #Constraints:      93935
17.27/17.42	c #Conflicts:      29000 | #Constraints:      94935
17.27/17.42	c bounds -38 >= -313 @ 16.7012
17.76/17.94	c #Conflicts:      30000 | #Constraints:      95983
17.76/17.94	c #Conflicts:      31000 | #Constraints:      96983
17.76/17.94	c INPROCESSING
17.76/17.94	c GARBAGE COLLECT
17.76/17.94	c rational objective -313
19.45/19.61	c #Conflicts:      32000 | #Constraints:      90695
19.45/19.61	c #Conflicts:      33000 | #Constraints:      91695
19.45/19.61	c #Conflicts:      34000 | #Constraints:      92695
19.45/19.61	c bounds -38 >= -312 @ 18.8459
20.55/20.72	c #Conflicts:      35000 | #Constraints:      93743
20.55/20.72	c #Conflicts:      36000 | #Constraints:      94743
20.55/20.72	c #Conflicts:      37000 | #Constraints:      95743
20.55/20.72	c INPROCESSING
20.55/20.72	c GARBAGE COLLECT
20.55/20.72	c rational objective -312
21.95/22.19	c #Conflicts:      38000 | #Constraints:      90168
21.95/22.19	c #Conflicts:      39000 | #Constraints:      91168
21.95/22.19	c bounds -38 >= -311 @ 21.381
23.65/23.86	c #Conflicts:      40000 | #Constraints:      92225
23.65/23.86	c #Conflicts:      41000 | #Constraints:      93225
23.65/23.86	c #Conflicts:      42000 | #Constraints:      94225
23.65/23.86	c #Conflicts:      43000 | #Constraints:      95225
23.65/23.86	c INPROCESSING
23.65/23.86	c GARBAGE COLLECT
23.65/23.86	c rational objective -311
24.54/24.74	c #Conflicts:      44000 | #Constraints:      89933
24.54/24.74	c bounds -38 >= -310 @ 23.8976
26.34/26.51	c #Conflicts:      45000 | #Constraints:      91002
26.34/26.51	c #Conflicts:      46000 | #Constraints:      92002
26.34/26.51	c #Conflicts:      47000 | #Constraints:      93002
26.34/26.51	c #Conflicts:      48000 | #Constraints:      94002
26.34/26.51	c bounds -38 >= -309 @ 25.6252
27.13/27.30	c #Conflicts:      49000 | #Constraints:      95026
27.13/27.30	c #Conflicts:      50000 | #Constraints:      96026
27.13/27.30	c bounds -38 >= -308 @ 26.3999
27.83/28.02	c #Conflicts:      51000 | #Constraints:      97053
27.83/28.02	c #Conflicts:      52000 | #Constraints:      98053
27.83/28.02	c bounds -38 >= -307 @ 27.1007
30.42/30.69	c #Conflicts:      53000 | #Constraints:      99080
30.42/30.69	c #Conflicts:      54000 | #Constraints:     100080
30.42/30.69	c #Conflicts:      55000 | #Constraints:     101080
30.42/30.69	c #Conflicts:      56000 | #Constraints:     102080
30.42/30.69	c bounds -38 >= -306 @ 29.7312
31.02/31.21	c #Conflicts:      57000 | #Constraints:     103107
31.02/31.21	c INPROCESSING
31.02/31.21	c GARBAGE COLLECT
31.02/31.21	c rational objective -306
33.12/33.30	c #Conflicts:      58000 | #Constraints:      93057
33.12/33.30	c #Conflicts:      59000 | #Constraints:      94057
33.12/33.30	c #Conflicts:      60000 | #Constraints:      95057
33.12/33.30	c #Conflicts:      61000 | #Constraints:      96057
33.12/33.30	c bounds -38 >= -305 @ 32.3065
34.81/35.09	c #Conflicts:      62000 | #Constraints:      97117
34.81/35.09	c #Conflicts:      63000 | #Constraints:      98117
34.81/35.09	c #Conflicts:      64000 | #Constraints:      99117
34.81/35.09	c #Conflicts:      65000 | #Constraints:     100117
34.81/35.09	c INPROCESSING
34.81/35.09	c GARBAGE COLLECT
34.81/35.09	c rational objective -305
35.52/35.73	c bounds -39 >= -305 @ 34.693
35.82/36.05	WSVECS04 Frhs2[1]: 6 0 1.00006 shouldn't be
35.82/36.05	WSVECS04 Frhs2[2]: 6 0 1.00001 shouldn't be
35.82/36.05	WSVECS04 Frhs2[3]: 6 0 1.00003 shouldn't be
35.82/36.05	WSVECS04 Frhs2[4]: 6 0 1.00004 shouldn't be
35.82/36.05	WSVECS04 Frhs2[5]: 6 0 1.00005 shouldn't be
35.82/36.05	WSVECS04 Frhs2[6]: 6 0 1.00008 shouldn't be
35.82/36.05	WSVECS04 Frhs2[8]: 6 0 1.00004 shouldn't be
35.82/36.05	WSVECS04 Frhs2[9]: 6 0 1.0001 shouldn't be
35.82/36.05	WSVECS04 Frhs2[10]: 6 0 1.00004 shouldn't be
35.82/36.05	WSVECS04 Frhs2[11]: 6 0 1.00009 shouldn't be
35.82/36.05	WSVECS04 Frhs2[12]: 6 0 1.00002 shouldn't be
35.82/36.05	WSVECS04 Frhs2[13]: 6 0 1.00009 shouldn't be
35.82/36.05	WSVECS04 Frhs2[14]: 6 0 1.00004 shouldn't be
35.82/36.05	WSVECS04 Frhs2[15]: 6 0 1.00007 shouldn't be
35.82/36.05	WSVECS04 Frhs2[16]: 6 0 1.00005 shouldn't be
35.82/36.05	WSVECS04 Frhs2[17]: 6 0 1.00008 shouldn't be
35.82/36.05	WSVECS04 Frhs2[18]: 6 0 1.00004 shouldn't be
35.82/36.05	WSVECS04 Frhs2[19]: 6 0 1.00007 shouldn't be
35.82/36.05	WSVECS04 Frhs2[20]: 6 0 1.00003 shouldn't be
35.82/36.05	WSVECS04 Frhs2[21]: 6 0 1.00005 shouldn't be
35.82/36.05	WSVECS04 Frhs2[22]: 6 0 1.00006 shouldn't be
35.82/36.05	WSVECS04 Frhs2[23]: 6 0 1.00006 shouldn't be
35.82/36.05	WSVECS04 Frhs2[24]: 6 0 1.00007 shouldn't be
35.82/36.05	WSVECS04 Frhs2[26]: 6 0 1.00005 shouldn't be
35.82/36.05	WSVECS04 Frhs2[27]: 6 0 1.00005 shouldn't be
35.82/36.05	WSVECS04 Frhs2[29]: 6 0 1.00008 shouldn't be
35.82/36.05	WSVECS04 Frhs2[30]: 6 0 1.00005 shouldn't be
35.82/36.05	WSVECS04 Frhs2[31]: 6 0 1.00008 shouldn't be
35.82/36.05	WSVECS04 Frhs2[32]: 6 0 1.00008 shouldn't be
35.82/36.05	WSVECS04 Frhs2[33]: 6 0 1.00009 shouldn't be
35.82/36.05	WSVECS04 Frhs2[34]: 6 0 1.00004 shouldn't be
35.82/36.05	WSVECS04 Frhs2[35]: 6 0 1.00004 shouldn't be
35.82/36.05	WSVECS04 Frhs2[36]: 6 0 1.00008 shouldn't be
35.82/36.05	WSVECS04 Frhs2[37]: 6 0 1.00007 shouldn't be
35.82/36.05	WSVECS04 Frhs2[38]: 6 0 1.00009 shouldn't be
35.82/36.05	WSVECS04 Frhs2[39]: 6 0 1.00009 shouldn't be
35.82/36.05	WSVECS04 Frhs2[40]: 6 0 1.00002 shouldn't be
35.82/36.05	WSVECS04 Frhs2[41]: 6 0 1.00003 shouldn't be
35.82/36.05	WSVECS04 Frhs2[44]: 6 0 1.00001 shouldn't be
35.82/36.05	WSVECS04 Frhs2[45]: 6 0 1.00005 shouldn't be
35.82/36.05	WSVECS04 Frhs2[46]: 6 0 1.00005 shouldn't be
35.82/36.05	WSVECS04 Frhs2[47]: 6 0 1.00003 shouldn't be
35.82/36.05	WSVECS04 Frhs2[48]: 6 0 1.00008 shouldn't be
35.82/36.05	WSVECS04 Frhs2[49]: 6 0 1.00006 shouldn't be
35.82/36.05	WSVECS04 Frhs2[50]: 6 0 1.00002 shouldn't be
35.82/36.05	WSVECS04 Frhs2[52]: 6 0 1.00004 shouldn't be
35.82/36.05	WSVECS04 Frhs2[55]: 6 0 1.00004 shouldn't be
35.82/36.05	WSVECS04 Frhs2[57]: 6 0 1.0001 shouldn't be
35.82/36.05	WSVECS04 Frhs2[60]: 6 0 1.0001 shouldn't be
35.82/36.05	WSVECS04 Frhs2[61]: 6 0 1.00004 shouldn't be
35.82/36.05	WSVECS04 Frhs2[64]: 6 0 1.00007 shouldn't be
35.82/36.05	WSVECS04 Frhs2[65]: 6 0 1.00004 shouldn't be
35.82/36.05	WSVECS04 Frhs2[66]: 6 0 1.00005 shouldn't be
35.82/36.05	WSVECS04 Frhs2[67]: 6 0 1.00002 shouldn't be
35.82/36.05	WSVECS04 Frhs2[69]: 6 0 1.00008 shouldn't be
35.82/36.05	WSVECS04 Frhs2[79]: 6 0 1.00009 shouldn't be
35.82/36.05	WSVECS04 Frhs2[84]: 6 0 1.00003 shouldn't be
35.82/36.05	WSVECS04 Frhs2[85]: 6 0 1.00001 shouldn't be
35.82/36.05	WSVECS04 Frhs2[90]: 6 0 1.00003 shouldn't be
35.82/36.05	WSVECS04 Frhs2[91]: 6 0 1.00001 shouldn't be
35.82/36.05	WSVECS04 Frhs2[93]: 6 0 1.00001 shouldn't be
35.82/36.05	WSVECS04 Frhs2[94]: 6 0 1.00002 shouldn't be
35.82/36.05	WSVECS04 Frhs2[95]: 6 0 1.00006 shouldn't be
35.82/36.05	WSVECS04 Frhs2[96]: 6 0 1.00005 shouldn't be
35.82/36.05	WSVECS04 Frhs2[97]: 6 0 1.00009 shouldn't be
35.82/36.05	WSVECS04 Frhs2[98]: 6 0 1.00007 shouldn't be
35.82/36.05	WSVECS04 Frhs2[99]: 6 0 1.00006 shouldn't be
35.82/36.05	WSVECS04 Frhs2[100]: 6 0 1.00008 shouldn't be
35.82/36.05	WSVECS04 Frhs2[101]: 6 0 1.00006 shouldn't be
35.82/36.05	WSVECS04 Frhs2[102]: 6 0 1.00009 shouldn't be
35.82/36.05	WSVECS04 Frhs2[103]: 6 0 1.00005 shouldn't be
35.82/36.05	WSVECS04 Frhs2[104]: 6 0 1.00009 shouldn't be
35.82/36.05	WSVECS04 Frhs2[105]: 6 0 1.00009 shouldn't be
35.82/36.05	WSVECS04 Frhs2[106]: 6 0 1.00008 shouldn't be
35.82/36.05	WSVECS04 Frhs2[107]: 6 0 1.00002 shouldn't be
35.82/36.05	WSVECS04 Frhs2[108]: 6 0 1.00009 shouldn't be
35.82/36.05	WSVECS04 Frhs2[109]: 6 0 1.00008 shouldn't be
35.82/36.05	WSVECS04 Frhs2[110]: 6 0 1.00002 shouldn't be
35.82/36.05	WSVECS04 Frhs2[111]: 6 0 1.00003 shouldn't be
35.82/36.05	WSVECS04 Frhs2[112]: 6 0 1.00005 shouldn't be
35.82/36.05	WSVECS04 Frhs2[113]: 6 0 1.00007 shouldn't be
35.82/36.05	WSVECS04 Frhs2[114]: 6 0 1.00009 shouldn't be
35.82/36.05	WSVECS04 Frhs2[115]: 6 0 1.00005 shouldn't be
35.82/36.05	WSVECS04 Frhs2[118]: 6 0 1.00002 shouldn't be
35.82/36.05	WSVECS04 Frhs2[120]: 6 0 1.00005 shouldn't be
35.82/36.05	WSVECS04 Frhs2[121]: 6 0 1.00004 shouldn't be
35.82/36.05	WSVECS04 Frhs2[122]: 6 0 1.00005 shouldn't be
35.82/36.05	WSVECS04 Frhs2[125]: 6 0 1.00007 shouldn't be
35.82/36.05	WSVECS04 Frhs2[126]: 6 0 1.00007 shouldn't be
35.82/36.05	WSVECS04 Frhs2[127]: 6 0 1.00008 shouldn't be
35.82/36.05	WSVECS04 Frhs2[129]: 6 0 1.00009 shouldn't be
35.82/36.05	WSVECS04 Frhs2[131]: 6 0 1.00002 shouldn't be
35.82/36.05	WSVECS04 Frhs2[133]: 6 0 1.00005 shouldn't be
35.82/36.05	WSVECS04 Frhs2[135]: 6 0 1.0001 shouldn't be
35.82/36.05	WSVECS04 Frhs2[136]: 6 0 1.00004 shouldn't be
35.82/36.05	WSVECS04 Frhs2[137]: 6 0 1.00002 shouldn't be
35.82/36.05	WSVECS04 Frhs2[139]: 6 0 1.00004 shouldn't be
35.82/36.05	WSVECS04 Frhs2[143]: 6 0 1.0001 shouldn't be
35.82/36.05	WSVECS04 Frhs2[146]: 6 0 1.00003 shouldn't be
35.82/36.05	WSVECS04 Frhs2[150]: 6 0 1.00006 shouldn't be
35.82/36.05	WSVECS04 Frhs2[151]: 6 0 1.00006 shouldn't be
35.82/36.05	WSVECS04 Frhs2[162]: 6 0 1.0001 shouldn't be
35.82/36.05	WSVECS04 Frhs2[163]: 6 0 1.00001 shouldn't be
35.82/36.05	WSVECS04 Frhs2[164]: 6 0 1.00003 shouldn't be
35.82/36.05	WSVECS04 Frhs2[165]: 6 0 1.00009 shouldn't be
35.82/36.05	WSVECS04 Frhs2[166]: 6 0 1.00004 shouldn't be
35.82/36.05	WSVECS04 Frhs2[167]: 6 0 1.00007 shouldn't be
35.82/36.05	WSVECS04 Frhs2[168]: 6 0 1.00007 shouldn't be
35.82/36.05	WSVECS04 Frhs2[169]: 6 0 1.00008 shouldn't be
35.82/36.05	WSVECS04 Frhs2[170]: 6 0 1.00008 shouldn't be
35.82/36.05	WSVECS04 Frhs2[171]: 6 0 1.00002 shouldn't be
35.82/36.05	WSVECS04 Frhs2[172]: 6 0 1.00003 shouldn't be
35.82/36.05	WSVECS04 Frhs2[173]: 6 0 1.00008 shouldn't be
35.82/36.05	WSVECS04 Frhs2[174]: 6 0 1.00005 shouldn't be
35.82/36.05	WSVECS04 Frhs2[175]: 6 0 1.00009 shouldn't be
35.82/36.05	WSVECS04 Frhs2[176]: 6 0 1.00006 shouldn't be
35.82/36.05	WSVECS04 Frhs2[177]: 6 0 1.00003 shouldn't be
35.82/36.05	WSVECS04 Frhs2[178]: 6 0 1.00006 shouldn't be
35.82/36.05	WSVECS04 Frhs2[179]: 6 0 1.00002 shouldn't be
35.82/36.05	WSVECS04 Frhs2[181]: 6 0 1.00007 shouldn't be
35.82/36.05	WSVECS04 Frhs2[182]: 6 0 1.00008 shouldn't be
35.82/36.05	WSVECS04 Frhs2[183]: 6 0 1.00004 shouldn't be
35.82/36.05	WSVECS04 Frhs2[184]: 6 0 1.00003 shouldn't be
35.82/36.05	WSVECS04 Frhs2[211]: 6 0 1.00006 shouldn't be
35.82/36.05	WSVECS04 Frhs2[213]: 6 0 1.00007 shouldn't be
35.82/36.05	WSVECS04 Frhs2[215]: 6 0 1.00007 shouldn't be
35.82/36.05	WSVECS04 Frhs2[217]: 6 0 1.00006 shouldn't be
35.82/36.05	WSVECS04 Frhs2[218]: 6 0 1.0001 shouldn't be
35.82/36.05	WSVECS04 Frhs2[220]: 6 0 1.00002 shouldn't be
35.82/36.05	WSVECS04 Frhs2[221]: 6 0 1.00003 shouldn't be
35.82/36.05	WSVECS04 Frhs2[228]: 6 0 1.00009 shouldn't be
35.82/36.05	WSVECS04 Frhs2[234]: 6 0 1.00004 shouldn't be
35.82/36.05	WSVECS04 Frhs2[235]: 6 0 1.00003 shouldn't be
35.82/36.05	WSVECS04 Frhs2[237]: 6 0 1.00006 shouldn't be
35.82/36.05	WSVECS04 Frhs2[239]: 6 0 1.00007 shouldn't be
35.82/36.05	WSVECS04 Frhs2[246]: 6 0 1.00001 shouldn't be
35.82/36.05	WSVECS04 Frhs2[250]: 6 0 1.00003 shouldn't be
35.82/36.05	WSVECS04 Frhs2[257]: 6 0 1.00002 shouldn't be
35.82/36.05	WSVECS04 Frhs2[258]: 6 0 1.00003 shouldn't be
35.82/36.05	WSVECS04 Frhs2[260]: 6 0 1.00008 shouldn't be
35.82/36.05	WSVECS04 Frhs2[262]: 6 0 1.00007 shouldn't be
35.82/36.05	WSVECS04 Frhs2[263]: 6 0 1.00003 shouldn't be
35.82/36.05	WSVECS04 Frhs2[265]: 6 0 1.00006 shouldn't be
35.82/36.05	WSVECS04 Frhs2[266]: 6 0 1.00002 shouldn't be
35.82/36.05	WSVECS04 Frhs2[268]: 6 0 1.00002 shouldn't be
35.82/36.05	WSVECS04 Frhs2[271]: 6 0 1.00005 shouldn't be
35.82/36.05	WSVECS04 Frhs2[272]: 6 0 1.00003 shouldn't be
35.82/36.05	WSVECS04 Frhs2[273]: 6 0 1.00004 shouldn't be
35.82/36.05	WSVECS04 Frhs2[274]: 6 0 1.00003 shouldn't be
35.82/36.05	WSVECS04 Frhs2[275]: 6 0 1.00001 shouldn't be
35.82/36.05	WSVECS04 Frhs2[276]: 6 0 1.00006 shouldn't be
35.82/36.05	WSVECS04 Frhs2[300]: 6 0 1.00004 shouldn't be
35.82/36.05	WSVECS04 Frhs2[301]: 6 0 1.00002 shouldn't be
35.82/36.05	WSVECS04 Frhs2[303]: 6 0 1.00004 shouldn't be
35.82/36.05	WSVECS04 Frhs2[304]: 6 0 1.00007 shouldn't be
35.82/36.05	WSVECS04 Frhs2[305]: 6 0 1.00007 shouldn't be
35.82/36.05	WSVECS04 Frhs2[306]: 6 0 1.00007 shouldn't be
35.82/36.05	WSVECS04 Frhs2[307]: 6 0 1.00003 shouldn't be
35.82/36.05	WSVECS04 Frhs2[309]: 6 0 1.00006 shouldn't be
35.82/36.05	WSVECS04 Frhs2[311]: 6 0 1.00009 shouldn't be
35.82/36.05	WSVECS04 Frhs2[312]: 6 0 1.00006 shouldn't be
35.82/36.05	WSVECS04 Frhs2[313]: 6 0 1.00005 shouldn't be
35.82/36.05	WSVECS04 Frhs2[314]: 6 0 1.00005 shouldn't be
35.82/36.05	WSVECS04 Frhs2[315]: 6 0 1.00009 shouldn't be
35.82/36.05	WSVECS04 Frhs2[316]: 6 0 1.00009 shouldn't be
35.82/36.05	WSVECS04 Frhs2[317]: 6 0 1.0001 shouldn't be
35.82/36.05	WSVECS04 Frhs2[318]: 6 0 1.00002 shouldn't be
35.82/36.05	WSVECS04 Frhs2[319]: 6 0 1.00009 shouldn't be
35.82/36.05	WSVECS04 Frhs2[320]: 6 0 1.00005 shouldn't be
35.82/36.05	WSVECS04 Frhs2[321]: 6 0 1.00009 shouldn't be
35.82/36.05	WSVECS04 Frhs2[322]: 6 0 1.00009 shouldn't be
35.82/36.05	WSVECS04 Frhs2[324]: 6 0 1.00007 shouldn't be
35.82/36.05	WSVECS04 Frhs2[325]: 6 0 1.00004 shouldn't be
35.82/36.05	WSVECS04 Frhs2[326]: 6 0 1.00002 shouldn't be
35.82/36.05	WSVECS04 Frhs2[327]: 6 0 1.00005 shouldn't be
35.82/36.05	WSVECS04 Frhs2[330]: 6 0 1.00008 shouldn't be
35.82/36.05	WSVECS04 Frhs2[334]: 6 0 1.00002 shouldn't be
35.82/36.05	WSVECS04 Frhs2[335]: 6 0 1.00001 shouldn't be
35.82/36.05	WSVECS04 Frhs2[336]: 6 0 1.00002 shouldn't be
35.82/36.05	WSVECS04 Frhs2[339]: 6 0 1.00005 shouldn't be
35.82/36.05	WSVECS04 Frhs2[340]: 6 0 1.00003 shouldn't be
35.82/36.05	WSVECS04 Frhs2[343]: 6 0 1.00008 shouldn't be
35.82/36.05	WSVECS04 Frhs2[345]: 6 0 1.00004 shouldn't be
35.82/36.05	WSVECS04 Frhs2[346]: 6 0 1.00005 shouldn't be
35.82/36.05	WSVECS04 Frhs2[347]: 6 0 1.00004 shouldn't be
35.82/36.05	WSVECS04 Frhs2[349]: 6 0 1.00007 shouldn't be
35.82/36.05	WSVECS04 Frhs2[350]: 6 0 1.00002 shouldn't be
35.82/36.05	WSVECS04 Frhs2[352]: 6 0 1.00007 shouldn't be
35.82/36.05	WSVECS04 Frhs2[355]: 6 0 1.00002 shouldn't be
35.82/36.05	WSVECS04 Frhs2[357]: 6 0 1.00005 shouldn't be
35.82/36.05	WSVECS04 Frhs2[393]: 6 0 1.00002 shouldn't be
35.82/36.05	WSVECS04 Frhs2[394]: 6 0 1.00002 shouldn't be
35.82/36.05	WSVECS04 Frhs2[396]: 6 0 1.00005 shouldn't be
35.82/36.05	WSVECS04 Frhs2[397]: 6 0 1.00002 shouldn't be
35.82/36.05	WSVECS04 Frhs2[399]: 6 0 1.00007 shouldn't be
35.82/36.05	WSVECS04 Frhs2[400]: 6 0 1.00007 shouldn't be
35.82/36.05	WSVECS04 Frhs2[401]: 6 0 1.00003 shouldn't be
35.82/36.05	WSVECS04 Frhs2[402]: 6 0 1.00005 shouldn't be
35.82/36.05	WSVECS04 Frhs2[403]: 6 0 1.00008 shouldn't be
35.82/36.05	WSVECS04 Frhs2[404]: 6 0 1.00003 shouldn't be
35.82/36.05	WSVECS04 Frhs2[405]: 6 0 1.00008 shouldn't be
35.82/36.05	WSVECS04 Frhs2[406]: 6 0 1.00004 shouldn't be
35.82/36.05	WSVECS04 Frhs2[407]: 6 0 1.00005 shouldn't be
35.82/36.05	WSVECS04 Frhs2[408]: 6 0 1.0001 shouldn't be
35.82/36.05	WSVECS04 Frhs2[414]: 6 0 1.0001 shouldn't be
35.82/36.05	WSVECS04 Frhs2[416]: 6 0 1.00004 shouldn't be
35.82/36.05	WSVECS04 Frhs2[417]: 6 0 1.00007 shouldn't be
35.82/36.05	WSVECS04 Frhs2[418]: 6 0 1.00006 shouldn't be
35.82/36.05	WSVECS04 Frhs2[419]: 6 0 1.00007 shouldn't be
35.82/36.05	WSVECS04 Frhs2[420]: 6 0 1.00006 shouldn't be
35.82/36.05	WSVECS04 Frhs2[422]: 6 0 1.00008 shouldn't be
35.82/36.05	WSVECS04 Frhs2[423]: 6 0 1.00008 shouldn't be
35.82/36.05	WSVECS04 Frhs2[424]: 6 0 1.00005 shouldn't be
35.82/36.05	WSVECS04 Frhs2[425]: 6 0 1.00005 shouldn't be
35.82/36.05	WSVECS04 Frhs2[427]: 6 0 1.00009 shouldn't be
35.82/36.05	WSVECS04 Frhs2[428]: 6 0 1.00002 shouldn't be
35.82/36.05	WSVECS04 Frhs2[429]: 6 0 1.00005 shouldn't be
35.82/36.05	WSVECS04 Frhs2[431]: 6 0 1.0001 shouldn't be
35.82/36.05	WSVECS04 Frhs2[432]: 6 0 1.00003 shouldn't be
35.82/36.05	WSVECS04 Frhs2[435]: 6 0 1.00006 shouldn't be
35.82/36.05	WSVECS04 Frhs2[436]: 6 0 1.00003 shouldn't be
35.82/36.05	WSVECS04 Frhs2[440]: 6 0 1.00007 shouldn't be
35.82/36.05	WSVECS04 Frhs2[445]: 6 0 1.00008 shouldn't be
35.82/36.05	WSVECS04 Frhs2[447]: 6 0 1.00004 shouldn't be
35.82/36.05	WSVECS04 Frhs2[455]: 6 0 1.00003 shouldn't be
35.82/36.05	WSVECS04 Frhs2[461]: 6 0 1.00003 shouldn't be
35.82/36.05	WSVECS04 Frhs2[462]: 6 0 1.00002 shouldn't be
35.82/36.05	WSVECS04 Frhs2[463]: 6 0 1.00003 shouldn't be
35.82/36.05	WSVECS04 Frhs2[464]: 6 0 1.00005 shouldn't be
35.82/36.05	WSVECS04 Frhs2[465]: 6 0 1.00001 shouldn't be
35.82/36.05	WSVECS04 Frhs2[467]: 6 0 1.0001 shouldn't be
35.82/36.05	WSVECS04 Frhs2[468]: 6 0 1.00004 shouldn't be
35.82/36.05	WSVECS04 Frhs2[470]: 6 0 1.00001 shouldn't be
35.82/36.05	WSVECS04 Frhs2[471]: 6 0 1.00006 shouldn't be
35.82/36.05	WSVECS04 Frhs2[472]: 6 0 1.00009 shouldn't be
35.82/36.05	WSVECS04 Frhs2[474]: 6 0 1.0001 shouldn't be
35.82/36.05	WSVECS04 Frhs2[475]: 6 0 1.00001 shouldn't be
35.82/36.05	WSVECS04 Frhs2[476]: 6 0 1.00006 shouldn't be
35.82/36.05	WSVECS04 Frhs2[477]: 6 0 1.00003 shouldn't be
35.82/36.05	WSVECS04 Frhs2[478]: 6 0 1.00004 shouldn't be
35.82/36.05	WSVECS04 Frhs2[480]: 6 0 1.00006 shouldn't be
35.82/36.05	WSVECS04 Frhs2[481]: 6 0 1.00002 shouldn't be
35.82/36.05	WSVECS04 Frhs2[482]: 6 0 1.00008 shouldn't be
35.82/36.05	WSVECS04 Frhs2[483]: 6 0 1.00003 shouldn't be
35.82/36.05	WSVECS04 Frhs2[501]: 6 0 1.00006 shouldn't be
35.82/36.05	WSVECS04 Frhs2[506]: 6 0 1.00005 shouldn't be
35.82/36.05	WSVECS04 Frhs2[507]: 6 0 1.00004 shouldn't be
35.82/36.05	WSVECS04 Frhs2[509]: 6 0 1.00007 shouldn't be
35.82/36.05	WSVECS04 Frhs2[510]: 6 0 1.00005 shouldn't be
35.82/36.05	WSVECS04 Frhs2[511]: 6 0 1.00004 shouldn't be
35.82/36.05	WSVECS04 Frhs2[512]: 6 0 1.00003 shouldn't be
35.82/36.05	WSVECS04 Frhs2[513]: 6 0 1.00005 shouldn't be
35.82/36.05	WSVECS04 Frhs2[514]: 6 0 1.00001 shouldn't be
35.82/36.05	WSVECS04 Frhs2[516]: 6 0 1.00002 shouldn't be
35.82/36.05	WSVECS04 Frhs2[521]: 6 0 1.00003 shouldn't be
35.82/36.05	WSVECS04 Frhs2[522]: 6 0 1.00003 shouldn't be
35.82/36.05	WSVECS04 Frhs2[524]: 6 0 1.00009 shouldn't be
35.82/36.05	WSVECS04 Frhs2[525]: 6 0 1.00007 shouldn't be
35.82/36.05	WSVECS04 Frhs2[526]: 6 0 1.00007 shouldn't be
35.82/36.05	WSVECS04 Frhs2[527]: 6 0 1.00003 shouldn't be
35.82/36.05	WSVECS04 Frhs2[528]: 6 0 1.00008 shouldn't be
35.82/36.05	WSVECS04 Frhs2[529]: 6 0 1.00006 shouldn't be
35.82/36.05	WSVECS04 Frhs2[530]: 6 0 1.00003 shouldn't be
35.82/36.05	WSVECS04 Frhs2[531]: 6 0 1.00007 shouldn't be
35.82/36.05	WSVECS04 Frhs2[532]: 6 0 1.00009 shouldn't be
35.82/36.05	WSVECS04 Frhs2[533]: 6 0 1.00009 shouldn't be
35.82/36.05	WSVECS04 Frhs2[534]: 6 0 1.00002 shouldn't be
35.82/36.05	WSVECS04 Frhs2[535]: 6 0 1.00004 shouldn't be
35.82/36.05	WSVECS04 Frhs2[536]: 6 0 1.00009 shouldn't be
35.82/36.05	WSVECS04 Frhs2[537]: 6 0 1.00002 shouldn't be
35.82/36.05	WSVECS04 Frhs2[538]: 6 0 1.00005 shouldn't be
35.82/36.05	WSVECS04 Frhs2[539]: 6 0 1.00009 shouldn't be
35.82/36.05	WSVECS04 Frhs2[541]: 6 0 1.00003 shouldn't be
35.82/36.05	WSVECS04 Frhs2[542]: 6 0 1.00003 shouldn't be
35.82/36.05	WSVECS04 Frhs2[543]: 6 0 1.00004 shouldn't be
35.82/36.05	WSVECS04 Frhs2[544]: 6 0 1.00002 shouldn't be
35.82/36.05	WSVECS04 Frhs2[545]: 6 0 1.00004 shouldn't be
35.82/36.05	WSVECS04 Frhs2[546]: 6 0 1.00001 shouldn't be
35.82/36.05	WSVECS04 Frhs2[547]: 6 0 1.00009 shouldn't be
35.82/36.05	WSVECS04 Frhs2[548]: 6 0 1.00005 shouldn't be
35.82/36.05	WSVECS04 Frhs2[549]: 6 0 1.00004 shouldn't be
35.82/36.05	WSVECS04 Frhs2[550]: 6 0 1.00007 shouldn't be
35.82/36.05	WSVECS04 Frhs2[551]: 6 0 1.00007 shouldn't be
35.82/36.05	WSVECS04 Frhs2[552]: 6 0 1.00006 shouldn't be
35.82/36.05	WSVECS04 Frhs2[553]: 6 0 1.00008 shouldn't be
35.82/36.05	WSVECS04 Frhs2[558]: 6 0 1.00006 shouldn't be
35.82/36.05	WSVECS04 Frhs2[560]: 6 0 1.00007 shouldn't be
35.82/36.05	WSVECS04 Frhs2[561]: 6 0 1.00007 shouldn't be
35.82/36.05	WSVECS04 Frhs2[564]: 6 0 1.00008 shouldn't be
35.82/36.05	WSVECS04 Frhs2[565]: 6 0 1.00007 shouldn't be
35.82/36.05	WSVECS04 Frhs2[569]: 6 0 1.00007 shouldn't be
35.82/36.05	WSVECS04 Frhs2[570]: 6 0 1.00002 shouldn't be
35.82/36.05	WSVECS04 Frhs2[572]: 6 0 1.00009 shouldn't be
35.82/36.05	WSVECS04 Frhs2[573]: 6 0 1.00007 shouldn't be
35.82/36.05	WSVECS04 Frhs2[576]: 6 0 1.00006 shouldn't be
35.82/36.05	WSVECS04 Frhs2[577]: 6 0 1.00004 shouldn't be
35.82/36.05	WSVECS04 Frhs2[578]: 6 0 1.00005 shouldn't be
35.82/36.05	WSVECS04 Frhs2[579]: 6 0 1.00005 shouldn't be
35.82/36.05	WSVECS04 Frhs2[581]: 6 0 1.00007 shouldn't be
35.82/36.05	WSVECS04 Frhs2[582]: 6 0 1.0001 shouldn't be
35.82/36.05	WSVECS04 Frhs2[583]: 6 0 1.00004 shouldn't be
35.82/36.05	WSVECS04 Frhs2[584]: 6 0 1.00009 shouldn't be
35.82/36.05	WSVECS04 Frhs2[585]: 6 0 1.00006 shouldn't be
35.82/36.05	WSVECS04 Frhs2[586]: 6 0 1.00007 shouldn't be
35.82/36.05	WSVECS04 Frhs2[587]: 6 0 1.00008 shouldn't be
35.82/36.05	WSVECS04 Frhs2[588]: 6 0 1.00004 shouldn't be
35.82/36.05	WSVECS04 Frhs2[589]: 6 0 1.00007 shouldn't be
35.82/36.05	WSVECS04 Frhs2[590]: 6 0 1.00007 shouldn't be
35.82/36.05	WSVECS04 Frhs2[591]: 6 0 1.00002 shouldn't be
35.82/36.05	WSVECS04 Frhs2[592]: 6 0 1.00007 shouldn't be
35.82/36.05	WSVECS04 Frhs2[593]: 6 0 1.00009 shouldn't be
35.82/36.05	WSVECS04 Frhs2[594]: 6 0 1.00004 shouldn't be
35.82/36.05	WSVECS04 Frhs2[595]: 6 0 1.00005 shouldn't be
35.82/36.05	WSVECS04 Frhs2[596]: 6 0 1.00006 shouldn't be
35.82/36.05	WSVECS04 Frhs2[597]: 6 0 1.00005 shouldn't be
35.82/36.05	WSVECS04 Frhs2[598]: 6 0 1.00003 shouldn't be
35.82/36.05	WSVECS04 Frhs2[622]: 6 0 1.00006 shouldn't be
35.82/36.05	WSVECS04 Frhs2[623]: 6 0 1.00004 shouldn't be
35.82/36.05	WSVECS04 Frhs2[624]: 6 0 1.00003 shouldn't be
35.82/36.05	WSVECS04 Frhs2[625]: 6 0 1.00002 shouldn't be
35.82/36.05	WSVECS04 Frhs2[626]: 6 0 1.00007 shouldn't be
35.82/36.05	WSVECS04 Frhs2[627]: 6 0 1.00005 shouldn't be
35.82/36.05	WSVECS04 Frhs2[628]: 6 0 1.00001 shouldn't be
35.82/36.05	WSVECS04 Frhs2[629]: 6 0 1.00002 shouldn't be
35.82/36.05	WSVECS04 Frhs2[630]: 6 0 1.00006 shouldn't be
35.82/36.05	WSVECS04 Frhs2[631]: 6 0 1.00008 shouldn't be
35.82/36.05	WSVECS04 Frhs2[632]: 6 0 1.00009 shouldn't be
35.82/36.05	WSVECS04 Frhs2[633]: 6 0 1.00002 shouldn't be
35.82/36.05	WSVECS04 Frhs2[634]: 6 0 1.00007 shouldn't be
35.82/36.05	WSVECS04 Frhs2[635]: 6 0 1.0001 shouldn't be
35.82/36.05	WSVECS04 Frhs2[636]: 6 0 1.0001 shouldn't be
35.82/36.05	WSVECS04 Frhs2[637]: 6 0 1.00008 shouldn't be
35.82/36.05	WSVECS04 Frhs2[638]: 6 0 1.00009 shouldn't be
35.82/36.05	WSVECS04 Frhs2[639]: 6 0 1.00004 shouldn't be
35.82/36.05	WSVECS04 Frhs2[640]: 6 0 1.00003 shouldn't be
35.82/36.05	WSVECS04 Frhs2[641]: 6 0 1.00003 shouldn't be
35.82/36.05	WSVECS04 Frhs2[642]: 6 0 1.00003 shouldn't be
35.82/36.05	WSVECS04 Frhs2[643]: 6 0 1.00005 shouldn't be
35.82/36.05	WSVECS04 Frhs2[644]: 6 0 1.00004 shouldn't be
35.82/36.05	WSVECS04 Frhs2[646]: 6 0 1.0001 shouldn't be
35.82/36.05	WSVECS04 Frhs2[647]: 6 0 1.0001 shouldn't be
35.82/36.05	WSVECS04 Frhs2[649]: 6 0 1.00006 shouldn't be
35.82/36.05	WSVECS04 Frhs2[650]: 6 0 1.00003 shouldn't be
35.82/36.05	WSVECS04 Frhs2[651]: 6 0 1.00006 shouldn't be
35.82/36.05	WSVECS04 Frhs2[652]: 6 0 1.00006 shouldn't be
35.82/36.05	WSVECS04 Frhs2[653]: 6 0 1.00004 shouldn't be
35.82/36.05	WSVECS04 Frhs2[654]: 6 0 1.00005 shouldn't be
35.82/36.05	WSVECS04 Frhs2[657]: 6 0 1.00008 shouldn't be
35.82/36.05	WSVECS04 Frhs2[658]: 6 0 1.00008 shouldn't be
35.82/36.05	WSVECS04 Frhs2[659]: 6 0 1.0001 shouldn't be
35.82/36.05	WSVECS04 Frhs2[660]: 6 0 1.0001 shouldn't be
35.82/36.05	WSVECS04 Frhs2[661]: 6 0 1.00009 shouldn't be
35.82/36.05	WSVECS04 Frhs2[663]: 6 0 1.00002 shouldn't be
35.82/36.05	WSVECS04 Frhs2[664]: 6 0 1.00008 shouldn't be
35.82/36.05	WSVECS04 Frhs2[665]: 6 0 1.00007 shouldn't be
35.82/36.05	WSVECS04 Frhs2[666]: 6 0 1.00006 shouldn't be
35.82/36.05	WSVECS04 Frhs2[667]: 6 0 1.00007 shouldn't be
35.82/36.05	WSVECS04 Frhs2[668]: 6 0 1.00008 shouldn't be
35.82/36.05	WSVECS04 Frhs2[670]: 6 0 1.00005 shouldn't be
35.82/36.05	WSVECS04 Frhs2[671]: 6 0 1.00006 shouldn't be
35.82/36.05	WSVECS04 Frhs2[672]: 6 0 1.00002 shouldn't be
35.82/36.05	WSVECS04 Frhs2[673]: 6 0 1.00008 shouldn't be
35.82/36.05	WSVECS04 Frhs2[674]: 6 0 1.00008 shouldn't be
35.82/36.05	WSVECS04 Frhs2[676]: 6 0 1.00004 shouldn't be
35.82/36.05	WSVECS04 Frhs2[677]: 6 0 1.00002 shouldn't be
35.82/36.05	WSVECS04 Frhs2[678]: 6 0 1.00003 shouldn't be
35.82/36.05	WSVECS04 Frhs2[682]: 6 0 1.00009 shouldn't be
35.82/36.05	WSVECS04 Frhs2[683]: 6 0 1.00002 shouldn't be
35.82/36.05	WSVECS04 Frhs2[685]: 6 0 1.00003 shouldn't be
35.82/36.05	WSVECS04 Frhs2[686]: 6 0 1.00001 shouldn't be
35.82/36.05	WSVECS04 Frhs2[687]: 6 0 1.00001 shouldn't be
35.82/36.05	WSVECS04 Frhs2[688]: 6 0 1.00006 shouldn't be
35.82/36.05	WSVECS04 Frhs2[689]: 6 0 1.00002 shouldn't be
35.82/36.05	WSVECS04 Frhs2[690]: 6 0 1.00009 shouldn't be
35.82/36.05	WSVECS04 Frhs2[691]: 6 0 1.00004 shouldn't be
35.82/36.05	WSVECS04 Frhs2[694]: 6 0 1.00009 shouldn't be
35.82/36.05	WSVECS04 Frhs2[697]: 6 0 1.00002 shouldn't be
35.82/36.05	WSVECS04 Frhs2[700]: 6 0 1.00002 shouldn't be
35.82/36.05	WSVECS04 Frhs2[701]: 6 0 1.00005 shouldn't be
35.82/36.05	WSVECS04 Frhs2[704]: 6 0 1.00005 shouldn't be
35.82/36.05	WSVECS04 Frhs2[707]: 6 0 1.00001 shouldn't be
35.82/36.05	WSVECS04 Frhs2[710]: 6 0 1.00005 shouldn't be
35.82/36.05	WSVECS04 Frhs2[711]: 6 0 1.00002 shouldn't be
35.82/36.05	WSVECS04 Frhs2[716]: 6 0 1.00007 shouldn't be
35.82/36.05	WSVECS04 Frhs2[718]: 6 0 1.00001 shouldn't be
35.82/36.05	WSVECS04 Frhs2[721]: 6 0 1.00003 shouldn't be
35.82/36.05	WSVECS04 Frhs2[724]: 6 0 1.00008 shouldn't be
35.82/36.05	WSVECS04 Frhs2[725]: 6 0 1.00008 shouldn't be
35.82/36.05	WSVECS04 Frhs2[728]: 6 0 1.00007 shouldn't be
35.82/36.05	WSVECS04 Frhs2[729]: 6 0 1.00005 shouldn't be
35.82/36.05	WSVECS04 Frhs2[730]: 6 0 1.00001 shouldn't be
35.82/36.05	WSVECS04 Frhs2[732]: 6 0 1.00003 shouldn't be
35.82/36.05	WSVECS04 Frhs2[735]: 6 0 1.00005 shouldn't be
35.82/36.05	WSVECS04 Frhs2[736]: 6 0 1.00001 shouldn't be
35.82/36.05	WSVECS04 Frhs2[739]: 6 0 1.00009 shouldn't be
35.82/36.05	WSVECS04 Frhs2[740]: 6 0 1.00007 shouldn't be
35.82/36.05	WSVECS04 Frhs2[741]: 6 0 1.00008 shouldn't be
35.82/36.05	WSVECS04 Frhs2[742]: 6 0 1.00001 shouldn't be
35.82/36.05	WSVECS04 Frhs2[743]: 6 0 1.00008 shouldn't be
35.82/36.05	WSVECS04 Frhs2[745]: 6 0 1.00006 shouldn't be
35.82/36.05	WSVECS04 Frhs2[747]: 6 0 1.00004 shouldn't be
35.82/36.05	WSVECS04 Frhs2[748]: 6 0 1.00005 shouldn't be
35.82/36.05	WSVECS04 Frhs2[750]: 6 0 1.00007 shouldn't be
35.82/36.05	WSVECS04 Frhs2[752]: 6 0 1.00005 shouldn't be
35.82/36.05	WSVECS04 Frhs2[755]: 6 0 1.00008 shouldn't be
35.82/36.05	WSVECS04 Frhs2[756]: 6 0 1.00005 shouldn't be
35.82/36.05	WSVECS04 Frhs2[758]: 6 0 1.00006 shouldn't be
35.82/36.05	WSVECS04 Frhs2[759]: 6 0 1.00009 shouldn't be
35.82/36.05	WSVECS04 Frhs2[760]: 6 0 1.00001 shouldn't be
35.82/36.05	WSVECS04 Frhs2[761]: 6 0 1.00002 shouldn't be
35.82/36.05	WSVECS04 Frhs2[762]: 6 0 1.00009 shouldn't be
35.82/36.05	WSVECS04 Frhs2[765]: 6 0 1.00007 shouldn't be
35.82/36.05	WSVECS04 Frhs2[767]: 6 0 1.00005 shouldn't be
35.82/36.05	WSVECS04 Frhs2[769]: 6 0 1.00009 shouldn't be
35.82/36.05	WSVECS04 Frhs2[770]: 6 0 1.00006 shouldn't be
35.82/36.05	WSVECS04 Frhs2[773]: 6 0 1.00002 shouldn't be
35.82/36.05	WSVECS04 Frhs2[777]: 6 0 1.00005 shouldn't be
35.82/36.05	WSVECS04 Frhs2[780]: 6 0 1.00007 shouldn't be
35.82/36.05	WSVECS04 Frhs2[784]: 6 0 1.00004 shouldn't be
35.82/36.05	WSVECS04 Frhs2[786]: 6 0 1.00006 shouldn't be
35.82/36.05	WSVECS04 Frhs2[787]: 6 0 1.00004 shouldn't be
35.82/36.05	WSVECS04 Frhs2[789]: 6 0 1.00007 shouldn't be
35.82/36.05	WSVECS04 Frhs2[790]: 6 0 1.00003 shouldn't be
35.82/36.05	WSVECS04 Frhs2[792]: 6 0 1.00003 shouldn't be
35.82/36.05	WSVECS04 Frhs2[793]: 6 0 1.00005 shouldn't be
35.82/36.05	WSVECS04 Frhs2[794]: 6 0 1.0001 shouldn't be
35.82/36.05	WSVECS04 Frhs2[795]: 6 0 1.00003 shouldn't be
35.82/36.05	WSVECS04 Frhs2[797]: 6 0 1.00008 shouldn't be
35.82/36.05	WSVECS04 Frhs2[800]: 6 0 1.00002 shouldn't be
35.82/36.05	WSVECS04 Frhs2[802]: 6 0 1.00004 shouldn't be
35.82/36.05	WSVECS04 Frhs2[803]: 6 0 1.00009 shouldn't be
35.82/36.05	WSVECS04 Frhs2[804]: 6 0 1.00006 shouldn't be
35.82/36.05	WSVECS04 Frhs2[805]: 6 0 1.00005 shouldn't be
35.82/36.05	WSVECS04 Frhs2[806]: 6 0 1.0001 shouldn't be
35.82/36.05	WSVECS04 Frhs2[807]: 6 0 1.00008 shouldn't be
35.82/36.05	WSVECS04 Frhs2[811]: 6 0 1.00006 shouldn't be
35.82/36.05	WSVECS04 Frhs2[814]: 6 0 1.00002 shouldn't be
35.82/36.05	WSVECS04 Frhs2[815]: 6 0 1.00005 shouldn't be
35.82/36.05	WSVECS04 Frhs2[816]: 6 0 1.00002 shouldn't be
35.82/36.05	WSVECS04 Frhs2[817]: 6 0 1.00008 shouldn't be
35.82/36.05	WSVECS04 Frhs2[818]: 6 0 1.00003 shouldn't be
35.82/36.05	WSVECS04 Frhs2[819]: 6 0 1.00006 shouldn't be
35.82/36.05	WSVECS04 Frhs2[820]: 6 0 1.0001 shouldn't be
35.82/36.05	WSVECS04 Frhs2[822]: 6 0 1.00003 shouldn't be
35.82/36.05	WSVECS04 Frhs2[825]: 6 0 1.00008 shouldn't be
35.82/36.05	WSVECS04 Frhs2[826]: 6 0 1.00008 shouldn't be
35.82/36.05	WSVECS04 Frhs2[831]: 6 0 1.00004 shouldn't be
35.82/36.05	WSVECS04 Frhs2[832]: 6 0 1.00007 shouldn't be
35.82/36.05	WSVECS04 Frhs2[833]: 6 0 1.00006 shouldn't be
35.82/36.05	WSVECS04 Frhs2[834]: 6 0 1.00003 shouldn't be
35.82/36.05	WSVECS04 Frhs2[835]: 6 0 1.00009 shouldn't be
35.82/36.05	WSVECS04 Frhs2[839]: 6 0 1.00005 shouldn't be
35.82/36.05	WSVECS04 Frhs2[840]: 6 0 1.00005 shouldn't be
35.82/36.05	WSVECS04 Frhs2[841]: 6 0 1.00003 shouldn't be
35.82/36.05	WSVECS04 Frhs2[842]: 6 0 1.00009 shouldn't be
35.82/36.05	WSVECS04 Frhs2[843]: 6 0 1.00003 shouldn't be
35.82/36.05	WSVECS04 Frhs2[844]: 6 0 1.00008 shouldn't be
35.82/36.05	WSVECS04 Frhs2[845]: 6 0 1.00002 shouldn't be
35.82/36.05	WSVECS04 Frhs2[846]: 6 0 1.00002 shouldn't be
35.82/36.05	WSVECS04 Frhs2[847]: 6 0 1.00008 shouldn't be
35.82/36.05	WSVECS04 Frhs2[849]: 6 0 1.00002 shouldn't be
35.82/36.05	WSVECS04 Frhs2[850]: 6 0 1.00003 shouldn't be
35.82/36.05	WSVECS04 Frhs2[851]: 6 0 1.00009 shouldn't be
35.82/36.05	WSVECS04 Frhs2[853]: 6 0 1.00008 shouldn't be
35.82/36.05	WSVECS04 Frhs2[857]: 6 0 1.00008 shouldn't be
35.82/36.05	WSVECS04 Frhs2[860]: 6 0 1.00003 shouldn't be
35.82/36.05	WSVECS04 Frhs2[863]: 6 0 1.00009 shouldn't be
35.82/36.05	WSVECS04 Frhs2[864]: 6 0 1.00009 shouldn't be
35.82/36.05	WSVECS04 Frhs2[868]: 6 0 1.00006 shouldn't be
35.82/36.05	WSVECS04 Frhs2[869]: 6 0 1.00003 shouldn't be
35.82/36.05	WSVECS04 Frhs2[870]: 6 0 1.00005 shouldn't be
35.82/36.05	WSVECS04 Frhs2[871]: 6 0 1.00003 shouldn't be
35.82/36.05	WSVECS04 Frhs2[876]: 6 0 1.00004 shouldn't be
35.82/36.05	WSVECS04 Frhs2[878]: 6 0 1.00009 shouldn't be
35.82/36.05	WSVECS04 Frhs2[881]: 6 0 1.00005 shouldn't be
35.82/36.05	WSVECS04 Frhs2[887]: 6 0 1.00006 shouldn't be
35.82/36.05	WSVECS04 Frhs2[896]: 6 0 1.00006 shouldn't be
35.82/36.05	WSVECS04 Frhs2[898]: 6 0 1.00009 shouldn't be
35.82/36.05	WSVECS04 Frhs2[899]: 6 0 1.00006 shouldn't be
35.82/36.05	WSVECS04 Frhs2[900]: 6 0 1.00008 shouldn't be
35.82/36.05	WSVECS04 Frhs2[901]: 6 0 1.00007 shouldn't be
35.82/36.05	WSVECS04 Frhs2[903]: 6 0 1.00005 shouldn't be
35.82/36.05	WSVECS04 Frhs2[906]: 6 0 1.00001 shouldn't be
35.82/36.05	WSVECS04 Frhs2[909]: 6 0 1.00003 shouldn't be
35.82/36.05	WSVECS04 Frhs2[912]: 6 0 1.00002 shouldn't be
35.82/36.05	WSVECS04 Frhs2[914]: 6 0 1.00005 shouldn't be
35.82/36.05	WSVECS04 Frhs2[915]: 6 0 1.00007 shouldn't be
35.82/36.05	WSVECS04 Frhs2[916]: 6 0 1.00005 shouldn't be
35.82/36.05	WSVECS04 Frhs2[917]: 6 0 1.00004 shouldn't be
35.82/36.05	WSVECS04 Frhs2[919]: 6 0 1.00007 shouldn't be
35.82/36.05	WSVECS04 Frhs2[922]: 6 0 1.00008 shouldn't be
35.82/36.05	WSVECS04 Frhs2[923]: 6 0 1.00005 shouldn't be
35.82/36.05	WSVECS04 Frhs2[925]: 6 0 1.00008 shouldn't be
35.82/36.05	WSVECS04 Frhs2[927]: 6 0 1.00004 shouldn't be
35.82/36.05	WSVECS04 Frhs2[928]: 6 0 1.00005 shouldn't be
35.82/36.05	WSVECS04 Frhs2[929]: 6 0 1.00005 shouldn't be
35.82/36.05	WSVECS04 Frhs2[930]: 6 0 1.0001 shouldn't be
35.82/36.05	WSVECS04 Frhs2[931]: 6 0 1.00006 shouldn't be
35.82/36.05	WSVECS04 Frhs2[933]: 6 0 1.00009 shouldn't be
35.82/36.05	WSVECS04 Frhs2[938]: 6 0 1.00009 shouldn't be
35.82/36.05	WSVECS04 Frhs2[943]: 6 0 1.00003 shouldn't be
35.82/36.05	WSVECS04 Frhs2[944]: 6 0 1.00007 shouldn't be
35.82/36.05	WSVECS04 Frhs2[945]: 6 0 1.00006 shouldn't be
35.82/36.05	WSVECS04 Frhs2[946]: 6 0 1.00009 shouldn't be
35.82/36.05	WSVECS04 Frhs2[949]: 6 0 1.00009 shouldn't be
35.82/36.05	WSVECS04 Frhs2[950]: 6 0 1.00007 shouldn't be
35.82/36.05	WSVECS04 Frhs2[953]: 6 0 1.00008 shouldn't be
35.82/36.05	WSVECS04 Frhs2[954]: 6 0 1.00006 shouldn't be
35.82/36.05	WSVECS04 Frhs2[955]: 6 0 1.00007 shouldn't be
35.82/36.05	WSVECS04 Frhs2[956]: 6 0 1.00003 shouldn't be
35.82/36.05	WSVECS04 Frhs2[960]: 6 0 1.00009 shouldn't be
35.82/36.05	WSVECS04 Frhs2[961]: 6 0 1.00006 shouldn't be
35.82/36.05	WSVECS04 Frhs2[962]: 6 0 1.00001 shouldn't be
35.82/36.05	WSVECS04 Frhs2[965]: 6 0 1.00003 shouldn't be
35.82/36.05	WSVECS04 Frhs2[967]: 6 0 1.00006 shouldn't be
35.82/36.05	WSVECS04 Frhs2[968]: 6 0 1.00006 shouldn't be
35.82/36.05	WSVECS04 Frhs2[969]: 6 0 1.00009 shouldn't be
35.82/36.05	WSVECS04 Frhs2[970]: 6 0 1.00006 shouldn't be
35.82/36.05	WSVECS04 Frhs2[971]: 6 0 1.00002 shouldn't be
35.82/36.05	WSVECS04 Frhs2[972]: 6 0 1.00009 shouldn't be
35.82/36.05	WSVECS04 Frhs2[973]: 6 0 1.00005 shouldn't be
35.82/36.05	WSVECS04 Frhs2[974]: 6 0 1.00004 shouldn't be
35.82/36.05	WSVECS04 Frhs2[976]: 6 0 1.00008 shouldn't be
35.82/36.05	WSVECS04 Frhs2[977]: 6 0 1.00006 shouldn't be
35.82/36.05	WSVECS04 Frhs2[978]: 6 0 1.00005 shouldn't be
35.82/36.05	WSVECS04 Frhs2[979]: 6 0 1.00009 shouldn't be
35.82/36.05	WSVECS04 Frhs2[980]: 6 0 1.00006 shouldn't be
35.82/36.05	WSVECS04 Frhs2[981]: 6 0 1.00009 shouldn't be
35.82/36.05	WSVECS04 Frhs2[982]: 6 0 1.00009 shouldn't be
35.82/36.05	WSVECS04 Frhs2[983]: 6 0 1.00009 shouldn't be
35.82/36.05	WSVECS04 Frhs2[984]: 6 0 1.00008 shouldn't be
35.82/36.05	WSVECS04 Frhs2[985]: 6 0 1.00006 shouldn't be
35.82/36.05	WSVECS04 Frhs2[986]: 6 0 1.00009 shouldn't be
35.82/36.05	WSVECS04 Frhs2[987]: 6 0 1.00006 shouldn't be
35.82/36.05	WSVECS04 Frhs2[988]: 6 0 1.00007 shouldn't be
35.82/36.05	WSVECS04 Frhs2[989]: 6 0 1.00004 shouldn't be
35.82/36.05	WSVECS04 Frhs2[990]: 6 0 1.00008 shouldn't be
35.82/36.05	WSVECS04 Frhs2[992]: 6 0 1.00008 shouldn't be
35.82/36.05	WSVECS04 Frhs2[993]: 6 0 1.00005 shouldn't be
35.82/36.05	WSVECS04 Frhs2[995]: 6 0 1.00005 shouldn't be
35.82/36.05	WSVECS04 Frhs2[996]: 6 0 1.00003 shouldn't be
35.82/36.05	WSVECS04 Frhs2[999]: 6 0 1.00007 shouldn't be
35.82/36.05	WSVECS04 Frhs2[1000]: 6 0 1.00001 shouldn't be
35.82/36.05	WSVECS04 Frhs2[1001]: 6 0 1.00005 shouldn't be
35.82/36.05	WSVECS04 Frhs2[1002]: 6 0 1.00005 shouldn't be
35.82/36.05	WSVECS04 Frhs2[1003]: 6 0 1.00004 shouldn't be
35.82/36.05	WSVECS04 Frhs2[1005]: 6 0 1.00009 shouldn't be
35.82/36.05	WSVECS04 Frhs2[1006]: 6 0 1.00004 shouldn't be
35.82/36.05	WSVECS04 Frhs2[1009]: 6 0 1.00001 shouldn't be
35.82/36.05	WSVECS04 Frhs2[1010]: 6 0 1.00006 shouldn't be
35.82/36.05	WSVECS04 Frhs2[1012]: 6 0 1.00007 shouldn't be
35.82/36.05	WSVECS04 Frhs2[1013]: 6 0 1.00007 shouldn't be
35.82/36.05	WSVECS04 Frhs2[1014]: 6 0 1.00005 shouldn't be
35.82/36.05	WSVECS04 Frhs2[1015]: 6 0 1.0001 shouldn't be
35.82/36.05	WSVECS04 Frhs2[1017]: 6 0 1.00009 shouldn't be
35.82/36.05	WSVECS04 Frhs2[1018]: 6 0 1.00003 shouldn't be
35.82/36.05	WSVECS04 Frhs2[1019]: 6 0 1.00004 shouldn't be
35.82/36.05	WSVECS04 Frhs2[1020]: 6 0 1.00006 shouldn't be
35.82/36.05	WSVECS04 Frhs2[1021]: 6 0 1.00008 shouldn't be
35.82/36.05	WSVECS04 Frhs2[1022]: 6 0 1.00009 shouldn't be
35.82/36.05	WSVECS04 Frhs2[1023]: 6 0 1.00001 shouldn't be
35.82/36.05	WSVECS04 Frhs2[1024]: 6 0 1.00002 shouldn't be
35.82/36.05	WSVECS04 Frhs2[1025]: 6 0 1.00007 shouldn't be
35.82/36.05	WSVECS04 Frhs2[1026]: 6 0 1.00004 shouldn't be
35.82/36.05	WSVECS04 Frhs2[1027]: 6 0 1.00003 shouldn't be
35.82/36.05	WSVECS04 Frhs2[1028]: 6 0 1.00003 shouldn't be
35.82/36.05	WSVECS04 Frhs2[1029]: 6 0 1.00007 shouldn't be
35.82/36.05	WSVECS04 Frhs2[1030]: 6 0 1.00008 shouldn't be
35.82/36.05	WSVECS04 Frhs2[1031]: 6 0 1.00008 shouldn't be
35.82/36.05	WSVECS04 Frhs2[1032]: 6 0 1.00001 shouldn't be
35.82/36.05	WSVECS04 Frhs2[1033]: 6 0 1.00001 shouldn't be
35.82/36.05	WSVECS04 Frhs2[1034]: 6 0 1.00006 shouldn't be
35.82/36.05	WSVECS04 Frhs2[1035]: 6 0 1.00001 shouldn't be
35.82/36.05	WSVECS04 Frhs2[1036]: 6 0 1.00009 shouldn't be
35.82/36.05	WSVECS04 Frhs2[1038]: 6 0 1.00006 shouldn't be
35.82/36.05	WSVECS04 Frhs2[1039]: 6 0 1.00002 shouldn't be
35.82/36.05	WSVECS04 Frhs2[1043]: 6 0 1.00001 shouldn't be
35.82/36.05	WSVECS04 Frhs2[1044]: 6 0 1.0001 shouldn't be
35.82/36.05	WSVECS04 Frhs2[1046]: 6 0 1.00008 shouldn't be
35.82/36.05	WSVECS04 Frhs2[1048]: 6 0 1.00009 shouldn't be
35.82/36.05	WSVECS04 Frhs2[1049]: 6 0 1.00002 shouldn't be
35.82/36.05	WSVECS04 Frhs2[1050]: 6 0 1.00003 shouldn't be
35.82/36.05	WSVECS04 Frhs2[1051]: 6 0 1.00006 shouldn't be
35.82/36.05	WSVECS04 Frhs2[1053]: 6 0 1.00006 shouldn't be
35.82/36.05	WSVECS04 Frhs2[1054]: 6 0 1.00004 shouldn't be
35.82/36.05	WSVECS04 Frhs2[1056]: 6 0 1.00001 shouldn't be
35.82/36.05	WSVECS04 Frhs2[1057]: 6 0 1.00007 shouldn't be
35.82/36.05	WSVECS04 Frhs2[1059]: 6 0 1.00003 shouldn't be
35.82/36.05	WSVECS04 Frhs2[1060]: 6 0 1.0001 shouldn't be
35.82/36.05	WSVECS04 Frhs2[1061]: 6 0 1.00003 shouldn't be
35.82/36.05	WSVECS04 Frhs2[1062]: 6 0 1.00009 shouldn't be
35.82/36.05	WSVECS04 Frhs2[1063]: 6 0 1.00005 shouldn't be
35.82/36.05	WSVECS04 Frhs2[1064]: 6 0 1.00008 shouldn't be
35.82/36.05	WSVECS04 Frhs2[1065]: 6 0 1.00009 shouldn't be
35.82/36.05	WSVECS04 Frhs2[1067]: 6 0 1.00008 shouldn't be
35.82/36.05	WSVECS04 Frhs2[1068]: 6 0 1.00007 shouldn't be
35.82/36.05	WSVECS04 Frhs2[1069]: 6 0 1.00009 shouldn't be
35.82/36.05	WSVECS04 Frhs2[1070]: 6 0 1.00003 shouldn't be
35.82/36.05	WSVECS04 Frhs2[1071]: 6 0 1.00003 shouldn't be
35.82/36.05	WSVECS04 Frhs2[1072]: 6 0 1.00006 shouldn't be
35.82/36.05	WSVECS04 Frhs2[1073]: 6 0 1.00009 shouldn't be
35.82/36.05	WSVECS04 Frhs2[1074]: 6 0 1.00009 shouldn't be
35.82/36.05	WSVECS04 Frhs2[1075]: 6 0 1.00002 shouldn't be
35.82/36.05	WSVECS04 Frhs2[1076]: 6 0 1.00002 shouldn't be
35.82/36.05	WSVECS04 Frhs2[1077]: 6 0 1.00005 shouldn't be
35.82/36.05	WSVECS04 Frhs2[1078]: 6 0 1.00001 shouldn't be
35.82/36.05	WSVECS04 Frhs2[1079]: 6 0 1.00004 shouldn't be
35.82/36.05	WSVECS04 Frhs2[1080]: 6 0 1.00006 shouldn't be
35.82/36.05	WSVECS04 Frhs2[1081]: 6 0 1.00007 shouldn't be
35.82/36.05	WSVECS04 Frhs2[1083]: 6 0 1.0001 shouldn't be
35.82/36.05	WSVECS04 Frhs2[1084]: 6 0 1.00005 shouldn't be
35.82/36.05	WSVECS04 Frhs2[1085]: 6 0 1.00003 shouldn't be
35.82/36.05	WSVECS04 Frhs2[1086]: 6 0 1.00007 shouldn't be
35.82/36.05	WSVECS04 Frhs2[1087]: 6 0 1.00009 shouldn't be
35.82/36.05	WSVECS04 Frhs2[1088]: 6 0 1.00004 shouldn't be
35.82/36.05	WSVECS04 Frhs2[1089]: 6 0 1.00004 shouldn't be
35.82/36.05	WSVECS04 Frhs2[1090]: 6 0 1.00006 shouldn't be
35.82/36.05	WSVECS04 Frhs2[1091]: 6 0 1.00007 shouldn't be
35.82/36.05	WSVECS04 Frhs2[1092]: 6 0 1.00005 shouldn't be
35.82/36.05	WSVECS04 Frhs2[1094]: 6 0 1.00004 shouldn't be
35.82/36.05	WSVECS04 Frhs2[1095]: 6 0 1.00003 shouldn't be
35.82/36.05	WSVECS04 Frhs2[1096]: 6 0 1.00009 shouldn't be
35.82/36.05	WSVECS04 Frhs2[1097]: 6 0 1.0001 shouldn't be
35.82/36.05	WSVECS04 Frhs2[1099]: 6 0 1.0001 shouldn't be
35.82/36.05	WSVECS04 Frhs2[1100]: 6 0 1.00008 shouldn't be
35.82/36.05	WSVECS04 Frhs2[1101]: 6 0 1.00008 shouldn't be
35.82/36.05	WSVECS04 Frhs2[1102]: 6 0 1.00002 shouldn't be
35.82/36.05	WSVECS04 Frhs2[1103]: 6 0 1.00009 shouldn't be
35.82/36.05	WSVECS04 Frhs2[1105]: 6 0 1.00003 shouldn't be
35.82/36.05	WSVECS04 Frhs2[1106]: 6 0 1.00002 shouldn't be
35.82/36.05	WSVECS04 Frhs2[1107]: 6 0 1.00002 shouldn't be
35.82/36.05	WSVECS04 Frhs2[1108]: 6 0 1.00009 shouldn't be
35.82/36.05	WSVECS04 Frhs2[1109]: 6 0 1.00004 shouldn't be
35.82/36.05	WSVECS04 Frhs2[1110]: 6 0 1.00008 shouldn't be
35.82/36.05	WSVECS04 Frhs2[1111]: 6 0 1.00005 shouldn't be
35.82/36.05	WSVECS04 Frhs2[1112]: 6 0 1.00006 shouldn't be
35.82/36.05	WSVECS04 Frhs2[1113]: 6 0 1.0001 shouldn't be
35.82/36.05	WSVECS04 Frhs2[1115]: 6 0 1.00009 shouldn't be
35.82/36.05	WSVECS04 Frhs2[1116]: 6 0 1.00007 shouldn't be
35.82/36.05	WSVECS04 Frhs2[1117]: 6 0 1.0001 shouldn't be
35.82/36.05	WSVECS04 Frhs2[1118]: 6 0 1.00009 shouldn't be
35.82/36.05	WSVECS04 Frhs2[1119]: 6 0 1.00005 shouldn't be
35.82/36.05	WSVECS04 Frhs2[1120]: 6 0 1.00005 shouldn't be
35.82/36.05	WSVECS04 Frhs2[1121]: 6 0 1.00006 shouldn't be
35.82/36.05	WSVECS04 Frhs2[1122]: 6 0 1.00008 shouldn't be
35.82/36.05	WSVECS04 Frhs2[1123]: 6 0 1.00002 shouldn't be
35.82/36.05	WSVECS04 Frhs2[1124]: 6 0 1.00007 shouldn't be
35.82/36.05	WSVECS04 Frhs2[1125]: 6 0 1.00008 shouldn't be
35.82/36.05	WSVECS04 Frhs2[1126]: 6 0 1.00005 shouldn't be
35.82/36.05	WSVECS04 Frhs2[1127]: 6 0 1.00002 shouldn't be
35.82/36.05	WSVECS04 Frhs2[1128]: 6 0 1.00009 shouldn't be
35.82/36.05	WSVECS04 Frhs2[1130]: 6 0 1.00006 shouldn't be
35.82/36.05	WSVECS04 Frhs2[1132]: 6 0 1.00006 shouldn't be
35.82/36.05	WSVECS04 Frhs2[1133]: 6 0 1.00009 shouldn't be
35.82/36.05	WSVECS04 Frhs2[1137]: 6 0 1.00001 shouldn't be
35.82/36.05	WSVECS04 Frhs2[1138]: 6 0 1.00003 shouldn't be
35.82/36.05	WSVECS04 Frhs2[1139]: 6 0 1.00002 shouldn't be
35.82/36.05	WSVECS04 Frhs2[1142]: 6 0 1.00005 shouldn't be
35.82/36.05	WSVECS04 Frhs2[1145]: 6 0 1.0001 shouldn't be
35.82/36.05	WSVECS04 Frhs2[1146]: 6 0 1.00002 shouldn't be
35.82/36.05	WSVECS04 Frhs2[1147]: 6 0 1.00001 shouldn't be
35.82/36.05	WSVECS04 Frhs2[1148]: 6 0 1.00004 shouldn't be
35.82/36.05	WSVECS04 Frhs2[1150]: 6 0 1.00005 shouldn't be
36.05/36.42	c #Conflicts:      66000 | #Constraints:      92463
36.05/36.42	c bounds -39 >= -304 @ 35.2116
41.43/41.80	c #Conflicts:      67000 | #Constraints:      93532
41.43/41.80	c #Conflicts:      68000 | #Constraints:      94547
41.43/41.80	c #Conflicts:      69000 | #Constraints:      95562
41.43/41.80	c #Conflicts:      70000 | #Constraints:      96584
41.43/41.80	c #Conflicts:      71000 | #Constraints:      97603
41.43/41.80	c #Conflicts:      72000 | #Constraints:      98638
41.43/41.80	c INPROCESSING
41.43/41.80	c GARBAGE COLLECT
41.43/41.80	c rational objective -304
44.13/44.58	c #Conflicts:      73000 | #Constraints:      91402
44.13/44.58	c #Conflicts:      74000 | #Constraints:      92402
44.13/44.58	c #Conflicts:      75000 | #Constraints:      93402
44.13/44.58	c #Conflicts:      76000 | #Constraints:      94402
44.13/44.58	c bounds -39 >= -303 @ 43.2509
45.83/46.21	c #Conflicts:      77000 | #Constraints:      95432
45.83/46.21	c #Conflicts:      78000 | #Constraints:      96432
45.83/46.21	c #Conflicts:      79000 | #Constraints:      97432
45.83/46.21	c bounds -39 >= -302 @ 44.8441
46.12/46.58	c #Conflicts:      80000 | #Constraints:      98456
46.12/46.58	c INPROCESSING
46.12/46.58	c GARBAGE COLLECT
46.12/46.58	c rational objective -302
48.12/48.58	c #Conflicts:      81000 | #Constraints:      91450
48.12/48.58	c #Conflicts:      82000 | #Constraints:      92450
48.12/48.58	c #Conflicts:      83000 | #Constraints:      93450
48.12/48.58	c bounds -39 >= -301 @ 47.1744
52.41/52.85	c #Conflicts:      84000 | #Constraints:      94507
52.41/52.85	c #Conflicts:      85000 | #Constraints:      95507
52.41/52.85	c #Conflicts:      86000 | #Constraints:      96507
52.41/52.85	c #Conflicts:      87000 | #Constraints:      97507
52.41/52.85	c #Conflicts:      88000 | #Constraints:      98507
52.41/52.85	c #Conflicts:      89000 | #Constraints:      99507
52.41/52.85	c bounds -39 >= -300 @ 51.3775
59.09/59.58	c #Conflicts:      90000 | #Constraints:     100537
59.09/59.58	c #Conflicts:      91000 | #Constraints:     101537
59.09/59.58	c #Conflicts:      92000 | #Constraints:     102537
59.09/59.58	c #Conflicts:      93000 | #Constraints:     103537
59.09/59.58	c #Conflicts:      94000 | #Constraints:     104537
59.09/59.58	c #Conflicts:      95000 | #Constraints:     105537
59.09/59.58	c #Conflicts:      96000 | #Constraints:     106537
59.09/59.58	c #Conflicts:      97000 | #Constraints:     107537
59.09/59.58	c #Conflicts:      98000 | #Constraints:     108537
59.09/59.58	c bounds -39 >= -299 @ 58.0143
59.78/60.26	c #Conflicts:      99000 | #Constraints:     109591
59.78/60.26	c #Conflicts:     100000 | #Constraints:     110591
59.78/60.26	c INPROCESSING
59.78/60.26	c GARBAGE COLLECT
59.78/60.26	c rational objective -299
61.98/62.40	c #Conflicts:     101000 | #Constraints:      97185
61.98/62.40	c #Conflicts:     102000 | #Constraints:      98185
61.98/62.40	c #Conflicts:     103000 | #Constraints:      99185
61.98/62.40	c bounds -39 >= -298 @ 60.788
65.77/66.28	c #Conflicts:     104000 | #Constraints:     100233
65.77/66.28	c #Conflicts:     105000 | #Constraints:     101233
65.77/66.28	c #Conflicts:     106000 | #Constraints:     102233
65.77/66.28	c #Conflicts:     107000 | #Constraints:     103233
65.77/66.28	c #Conflicts:     108000 | #Constraints:     104233
65.77/66.28	c #Conflicts:     109000 | #Constraints:     105233
65.77/66.28	c INPROCESSING
65.77/66.28	c GARBAGE COLLECT
65.77/66.28	c rational objective -298
68.09/68.85	c #Conflicts:     110000 | #Constraints:      95079
68.09/68.85	c #Conflicts:     111000 | #Constraints:      96079
68.09/68.85	c #Conflicts:     112000 | #Constraints:      97079
68.09/68.85	c bounds -39 >= -297 @ 66.8564
71.47/72.25	c #Conflicts:     113000 | #Constraints:      98139
71.47/72.25	c #Conflicts:     114000 | #Constraints:      99139
71.47/72.25	c #Conflicts:     115000 | #Constraints:     100139
71.47/72.25	c #Conflicts:     116000 | #Constraints:     101139
71.47/72.25	c #Conflicts:     117000 | #Constraints:     102139
71.47/72.25	c #Conflicts:     118000 | #Constraints:     103139
71.47/72.25	c bounds -39 >= -296 @ 70.1985
71.67/72.49	c INPROCESSING
71.67/72.49	c GARBAGE COLLECT
71.67/72.49	c rational objective -296
100.95/101.97	c #Conflicts:     119000 | #Constraints:      93616
100.95/101.97	c #Conflicts:     120000 | #Constraints:      94631
100.95/101.97	c #Conflicts:     121000 | #Constraints:      95669
100.95/101.97	c #Conflicts:     122000 | #Constraints:      96708
100.95/101.97	c #Conflicts:     123000 | #Constraints:      97747
100.95/101.97	c #Conflicts:     124000 | #Constraints:      98778
100.95/101.97	c #Conflicts:     125000 | #Constraints:      99822
100.95/101.97	c #Conflicts:     126000 | #Constraints:     100858
100.95/101.97	c #Conflicts:     127000 | #Constraints:     101889
100.95/101.97	c #Conflicts:     128000 | #Constraints:     102940
100.95/101.97	c #Conflicts:     129000 | #Constraints:     103992
100.95/101.97	c #Conflicts:     130000 | #Constraints:     105050
100.95/101.97	c #Conflicts:     131000 | #Constraints:     106094
100.95/101.97	c #Conflicts:     132000 | #Constraints:     107128
100.95/101.97	c #Conflicts:     133000 | #Constraints:     108152
100.95/101.97	c #Conflicts:     134000 | #Constraints:     109185
100.95/101.97	c #Conflicts:     135000 | #Constraints:     110223
100.95/101.97	c #Conflicts:     136000 | #Constraints:     111265
100.95/101.97	c #Conflicts:     137000 | #Constraints:     112303
100.95/101.97	c #Conflicts:     138000 | #Constraints:     113341
100.95/101.97	c #Conflicts:     139000 | #Constraints:     114386
100.95/101.97	c #Conflicts:     140000 | #Constraints:     115434
100.95/101.97	c #Conflicts:     141000 | #Constraints:     116481
100.95/101.97	c #Conflicts:     142000 | #Constraints:     117518
100.95/101.97	c INPROCESSING
100.95/101.97	c GARBAGE COLLECT
100.95/101.97	c rational objective -296
110.72/111.73	c #Conflicts:     143000 | #Constraints:     101155
110.72/111.73	c #Conflicts:     144000 | #Constraints:     102155
110.72/111.73	c #Conflicts:     145000 | #Constraints:     103155
110.72/111.73	c #Conflicts:     146000 | #Constraints:     104155
110.72/111.73	c #Conflicts:     147000 | #Constraints:     105155
110.72/111.73	c #Conflicts:     148000 | #Constraints:     106155
110.72/111.73	c #Conflicts:     149000 | #Constraints:     107155
110.72/111.73	c #Conflicts:     150000 | #Constraints:     108155
110.72/111.73	c #Conflicts:     151000 | #Constraints:     109155
110.72/111.73	c #Conflicts:     152000 | #Constraints:     110155
110.72/111.73	c #Conflicts:     153000 | #Constraints:     111155
110.72/111.73	c INPROCESSING
110.72/111.73	c GARBAGE COLLECT
110.72/111.73	c rational objective -296
111.52/112.55	c bounds -39 >= -295 @ 109.874
112.82/113.82	c #Conflicts:     154000 | #Constraints:      98098
112.82/113.82	c #Conflicts:     155000 | #Constraints:      99098
112.82/113.82	c #Conflicts:     156000 | #Constraints:     100098
112.82/113.82	c bounds -39 >= -294 @ 111.112
115.41/116.41	c #Conflicts:     157000 | #Constraints:     101122
115.41/116.41	c #Conflicts:     158000 | #Constraints:     102122
115.41/116.41	c #Conflicts:     159000 | #Constraints:     103122
115.41/116.41	c #Conflicts:     160000 | #Constraints:     104122
115.41/116.41	c bounds -39 >= -293 @ 113.66
117.51/118.54	c #Conflicts:     161000 | #Constraints:     105143
117.51/118.54	c #Conflicts:     162000 | #Constraints:     106143
117.51/118.54	c #Conflicts:     163000 | #Constraints:     107143
117.51/118.54	c INPROCESSING
117.51/118.54	c GARBAGE COLLECT
117.51/118.54	c rational objective -293
119.19/120.20	c #Conflicts:     164000 | #Constraints:      95404
119.19/120.20	c #Conflicts:     165000 | #Constraints:      96404
119.19/120.20	c #Conflicts:     166000 | #Constraints:      97404
119.19/120.20	c bounds -39 >= -292 @ 117.378
128.32/129.59	c #Conflicts:     167000 | #Constraints:      98449
128.32/129.59	c #Conflicts:     168000 | #Constraints:      99449
128.32/129.59	c #Conflicts:     169000 | #Constraints:     100449
128.32/129.59	c #Conflicts:     170000 | #Constraints:     101449
128.32/129.59	c #Conflicts:     171000 | #Constraints:     102449
128.32/129.59	c #Conflicts:     172000 | #Constraints:     103449
128.32/129.59	c #Conflicts:     173000 | #Constraints:     104449
128.32/129.59	c #Conflicts:     174000 | #Constraints:     105449
128.32/129.59	c INPROCESSING
128.32/129.59	c GARBAGE COLLECT
128.32/129.59	c rational objective -292
129.42/130.68	c #Conflicts:     175000 | #Constraints:      94653
129.42/130.68	c #Conflicts:     176000 | #Constraints:      95653
129.42/130.68	c #Conflicts:     177000 | #Constraints:      96653
129.42/130.68	c bounds -39 >= -291 @ 127.585
136.09/137.37	c #Conflicts:     178000 | #Constraints:      97695
136.09/137.37	c #Conflicts:     179000 | #Constraints:      98695
136.09/137.37	c #Conflicts:     180000 | #Constraints:      99695
136.09/137.37	c #Conflicts:     181000 | #Constraints:     100695
136.09/137.37	c #Conflicts:     182000 | #Constraints:     101695
136.09/137.37	c #Conflicts:     183000 | #Constraints:     102695
136.09/137.37	c #Conflicts:     184000 | #Constraints:     103695
136.09/137.37	c bounds -39 >= -290 @ 134.197
143.67/144.94	c #Conflicts:     185000 | #Constraints:     104731
143.67/144.94	c #Conflicts:     186000 | #Constraints:     105731
143.67/144.94	c #Conflicts:     187000 | #Constraints:     106731
143.67/144.94	c #Conflicts:     188000 | #Constraints:     107731
143.67/144.94	c #Conflicts:     189000 | #Constraints:     108731
143.67/144.94	c #Conflicts:     190000 | #Constraints:     109731
143.67/144.94	c #Conflicts:     191000 | #Constraints:     110731
143.67/144.94	c #Conflicts:     192000 | #Constraints:     111731
143.67/144.94	c #Conflicts:     193000 | #Constraints:     112731
143.67/144.94	c bounds -39 >= -289 @ 141.658
152.95/154.25	c #Conflicts:     194000 | #Constraints:     113755
152.95/154.25	c #Conflicts:     195000 | #Constraints:     114755
152.95/154.25	c #Conflicts:     196000 | #Constraints:     115755
152.95/154.25	c #Conflicts:     197000 | #Constraints:     116755
152.95/154.25	c #Conflicts:     198000 | #Constraints:     117755
152.95/154.25	c #Conflicts:     199000 | #Constraints:     118755
152.95/154.25	c #Conflicts:     200000 | #Constraints:     119755
152.95/154.25	c #Conflicts:     201000 | #Constraints:     120755
152.95/154.25	c bounds -39 >= -288 @ 150.865
154.64/155.99	c #Conflicts:     202000 | #Constraints:     121782
154.64/155.99	c #Conflicts:     203000 | #Constraints:     122782
154.64/155.99	c #Conflicts:     204000 | #Constraints:     123782
154.64/155.99	c INPROCESSING
154.64/155.99	c GARBAGE COLLECT
154.64/155.99	c rational objective -288
158.13/159.41	c #Conflicts:     205000 | #Constraints:     104301
158.13/159.41	c #Conflicts:     206000 | #Constraints:     105301
158.13/159.41	c #Conflicts:     207000 | #Constraints:     106301
158.13/159.41	c #Conflicts:     208000 | #Constraints:     107301
158.13/159.41	c bounds -39 >= -287 @ 155.94
164.11/165.42	c #Conflicts:     209000 | #Constraints:     108337
164.11/165.42	c #Conflicts:     210000 | #Constraints:     109337
164.11/165.42	c #Conflicts:     211000 | #Constraints:     110337
164.11/165.42	c #Conflicts:     212000 | #Constraints:     111337
164.11/165.42	c #Conflicts:     213000 | #Constraints:     112337
164.11/165.42	c #Conflicts:     214000 | #Constraints:     113337
164.11/165.42	c #Conflicts:     215000 | #Constraints:     114337
164.11/165.42	c bounds -39 >= -286 @ 161.865
164.71/166.06	c #Conflicts:     216000 | #Constraints:     115367
164.71/166.06	c INPROCESSING
164.71/166.06	c GARBAGE COLLECT
164.71/166.06	c rational objective -286
173.18/174.58	c #Conflicts:     217000 | #Constraints:      99986
173.18/174.58	c #Conflicts:     218000 | #Constraints:     100986
173.18/174.58	c #Conflicts:     219000 | #Constraints:     101986
173.18/174.58	c #Conflicts:     220000 | #Constraints:     102986
173.18/174.58	c #Conflicts:     221000 | #Constraints:     103986
173.18/174.58	c #Conflicts:     222000 | #Constraints:     104986
173.18/174.58	c #Conflicts:     223000 | #Constraints:     105986
173.18/174.58	c #Conflicts:     224000 | #Constraints:     106986
173.18/174.58	c #Conflicts:     225000 | #Constraints:     107986
173.18/174.58	c #Conflicts:     226000 | #Constraints:     108986
173.18/174.58	c #Conflicts:     227000 | #Constraints:     109986
173.18/174.58	c bounds -39 >= -285 @ 170.881
173.69/175.10	c #Conflicts:     228000 | #Constraints:     111031
173.69/175.10	c INPROCESSING
173.69/175.10	c GARBAGE COLLECT
173.69/175.10	c rational objective -285
177.87/179.29	c #Conflicts:     229000 | #Constraints:      97767
177.87/179.29	c #Conflicts:     230000 | #Constraints:      98767
177.87/179.29	c #Conflicts:     231000 | #Constraints:      99767
177.87/179.29	c #Conflicts:     232000 | #Constraints:     100767
177.87/179.29	c #Conflicts:     233000 | #Constraints:     101767
177.87/179.29	c #Conflicts:     234000 | #Constraints:     102767
177.87/179.29	c #Conflicts:     235000 | #Constraints:     103767
177.87/179.29	c bounds -39 >= -284 @ 175.512
178.47/179.85	c #Conflicts:     236000 | #Constraints:     104839
178.47/179.85	c bounds -39 >= -283 @ 176.067
178.96/180.36	c #Conflicts:     237000 | #Constraints:     105854
178.96/180.36	c bounds -39 >= -282 @ 176.562
179.26/180.65	c #Conflicts:     238000 | #Constraints:     106872
179.26/180.65	c bounds -39 >= -281 @ 176.854
180.16/181.58	c #Conflicts:     239000 | #Constraints:     107887
180.16/181.58	c #Conflicts:     240000 | #Constraints:     108887
180.16/181.58	c bounds -39 >= -280 @ 177.763
180.86/182.24	c #Conflicts:     241000 | #Constraints:     109917
180.86/182.24	c #Conflicts:     242000 | #Constraints:     110917
180.86/182.24	c bounds -39 >= -279 @ 178.408
182.56/183.98	c #Conflicts:     243000 | #Constraints:     111941
182.56/183.98	c #Conflicts:     244000 | #Constraints:     112941
182.56/183.98	c #Conflicts:     245000 | #Constraints:     113941
182.56/183.98	c bounds -39 >= -278 @ 180.102
184.45/185.85	c #Conflicts:     246000 | #Constraints:     114968
184.45/185.85	c #Conflicts:     247000 | #Constraints:     115968
184.45/185.85	c #Conflicts:     248000 | #Constraints:     116968
184.45/185.85	c bounds -39 >= -277 @ 181.953
188.73/190.14	c #Conflicts:     249000 | #Constraints:     117986
188.73/190.14	c #Conflicts:     250000 | #Constraints:     118986
188.73/190.14	c #Conflicts:     251000 | #Constraints:     119986
188.73/190.14	c #Conflicts:     252000 | #Constraints:     120986
188.73/190.14	c #Conflicts:     253000 | #Constraints:     121986
188.73/190.14	c #Conflicts:     254000 | #Constraints:     122986
188.73/190.14	c bounds -39 >= -276 @ 186.175
193.42/194.85	c #Conflicts:     255000 | #Constraints:     124013
193.42/194.85	c #Conflicts:     256000 | #Constraints:     125013
193.42/194.85	c #Conflicts:     257000 | #Constraints:     126013
193.42/194.85	c #Conflicts:     258000 | #Constraints:     127013
193.42/194.85	c #Conflicts:     259000 | #Constraints:     128013
193.42/194.85	c #Conflicts:     260000 | #Constraints:     129013
193.42/194.85	c bounds -39 >= -275 @ 190.815
195.01/196.47	c #Conflicts:     261000 | #Constraints:     130037
195.01/196.47	c #Conflicts:     262000 | #Constraints:     131037
195.01/196.47	c INPROCESSING
195.01/196.47	c GARBAGE COLLECT
195.01/196.47	c rational objective -275
199.60/201.04	c #Conflicts:     263000 | #Constraints:     104644
199.60/201.04	c #Conflicts:     264000 | #Constraints:     105644
199.60/201.04	c #Conflicts:     265000 | #Constraints:     106644
199.60/201.04	c #Conflicts:     266000 | #Constraints:     107644
199.60/201.04	c #Conflicts:     267000 | #Constraints:     108644
199.60/201.04	c #Conflicts:     268000 | #Constraints:     109644
199.60/201.04	c bounds -39 >= -274 @ 196.912
204.48/205.94	c #Conflicts:     269000 | #Constraints:     110695
204.48/205.94	c #Conflicts:     270000 | #Constraints:     111695
204.48/205.94	c #Conflicts:     271000 | #Constraints:     112695
204.48/205.94	c #Conflicts:     272000 | #Constraints:     113695
204.48/205.94	c #Conflicts:     273000 | #Constraints:     114695
204.48/205.94	c #Conflicts:     274000 | #Constraints:     115695
204.48/205.94	c #Conflicts:     275000 | #Constraints:     116695
204.48/205.94	c #Conflicts:     276000 | #Constraints:     117695
204.48/205.94	c INPROCESSING
204.48/205.94	c GARBAGE COLLECT
204.48/205.94	c rational objective -274
209.77/211.27	c #Conflicts:     277000 | #Constraints:     101604
209.77/211.27	c #Conflicts:     278000 | #Constraints:     102604
209.77/211.27	c #Conflicts:     279000 | #Constraints:     103604
209.77/211.27	c #Conflicts:     280000 | #Constraints:     104604
209.77/211.27	c #Conflicts:     281000 | #Constraints:     105604
209.77/211.27	c #Conflicts:     282000 | #Constraints:     106604
209.77/211.27	c #Conflicts:     283000 | #Constraints:     107604
209.77/211.27	c bounds -39 >= -273 @ 206.981
213.85/215.33	c #Conflicts:     284000 | #Constraints:     108661
213.85/215.33	c #Conflicts:     285000 | #Constraints:     109661
213.85/215.33	c #Conflicts:     286000 | #Constraints:     110661
213.85/215.33	c #Conflicts:     287000 | #Constraints:     111661
213.85/215.33	c #Conflicts:     288000 | #Constraints:     112661
213.85/215.33	c #Conflicts:     289000 | #Constraints:     113661
213.85/215.33	c #Conflicts:     290000 | #Constraints:     114661
213.85/215.33	c INPROCESSING
213.85/215.33	c GARBAGE COLLECT
213.85/215.33	c rational objective -273
218.99/220.65	c #Conflicts:     291000 | #Constraints:      99936
218.99/220.65	c #Conflicts:     292000 | #Constraints:     100936
218.99/220.65	c #Conflicts:     293000 | #Constraints:     101936
218.99/220.65	c #Conflicts:     294000 | #Constraints:     102936
218.99/220.65	c #Conflicts:     295000 | #Constraints:     103936
218.99/220.65	c #Conflicts:     296000 | #Constraints:     104936
218.99/220.65	c #Conflicts:     297000 | #Constraints:     105936
218.99/220.65	c bounds -39 >= -272 @ 216.077
249.20/250.91	c #Conflicts:     298000 | #Constraints:     107011
249.20/250.91	c #Conflicts:     299000 | #Constraints:     108061
249.20/250.91	c #Conflicts:     300000 | #Constraints:     109106
249.20/250.91	c #Conflicts:     301000 | #Constraints:     110160
249.20/250.91	c #Conflicts:     302000 | #Constraints:     111209
249.20/250.91	c #Conflicts:     303000 | #Constraints:     112255
249.20/250.91	c #Conflicts:     304000 | #Constraints:     113297
249.20/250.91	c #Conflicts:     305000 | #Constraints:     114333
249.20/250.91	c #Conflicts:     306000 | #Constraints:     115373
249.20/250.91	c #Conflicts:     307000 | #Constraints:     116412
249.20/250.91	c #Conflicts:     308000 | #Constraints:     117453
249.20/250.91	c #Conflicts:     309000 | #Constraints:     118504
249.20/250.91	c #Conflicts:     310000 | #Constraints:     119532
249.20/250.91	c #Conflicts:     311000 | #Constraints:     120573
249.20/250.91	c #Conflicts:     312000 | #Constraints:     121606
249.20/250.91	c #Conflicts:     313000 | #Constraints:     122641
249.20/250.91	c #Conflicts:     314000 | #Constraints:     123657
249.20/250.91	c #Conflicts:     315000 | #Constraints:     124682
249.20/250.91	c #Conflicts:     316000 | #Constraints:     125705
249.20/250.91	c #Conflicts:     317000 | #Constraints:     126737
249.20/250.91	c #Conflicts:     318000 | #Constraints:     127766
249.20/250.91	c #Conflicts:     319000 | #Constraints:     128782
249.20/250.91	c #Conflicts:     320000 | #Constraints:     129809
249.20/250.91	c #Conflicts:     321000 | #Constraints:     130840
249.20/250.91	c #Conflicts:     322000 | #Constraints:     131860
249.20/250.91	c #Conflicts:     323000 | #Constraints:     132879
249.20/250.91	c #Conflicts:     324000 | #Constraints:     133905
249.20/250.91	c #Conflicts:     325000 | #Constraints:     134924
249.20/250.91	c #Conflicts:     326000 | #Constraints:     135958
249.20/250.91	c #Conflicts:     327000 | #Constraints:     136978
249.20/250.91	c INPROCESSING
249.20/250.91	c GARBAGE COLLECT
249.20/250.91	c rational objective -272
254.00/255.98	c #Conflicts:     328000 | #Constraints:     110724
254.00/255.98	c #Conflicts:     329000 | #Constraints:     111724
254.00/255.98	c #Conflicts:     330000 | #Constraints:     112724
254.00/255.98	c #Conflicts:     331000 | #Constraints:     113724
254.00/255.98	c #Conflicts:     332000 | #Constraints:     114724
254.00/255.98	c #Conflicts:     333000 | #Constraints:     115724
254.00/255.98	c bounds -39 >= -271 @ 250.817
256.98/258.92	c #Conflicts:     334000 | #Constraints:     116757
256.98/258.92	c #Conflicts:     335000 | #Constraints:     117757
256.98/258.92	c #Conflicts:     336000 | #Constraints:     118757
256.98/258.92	c #Conflicts:     337000 | #Constraints:     119757
256.98/258.92	c #Conflicts:     338000 | #Constraints:     120757
256.98/258.92	c bounds -39 >= -270 @ 253.705
259.38/261.34	c #Conflicts:     339000 | #Constraints:     121775
259.38/261.34	c #Conflicts:     340000 | #Constraints:     122775
259.38/261.34	c #Conflicts:     341000 | #Constraints:     123775
259.38/261.34	c #Conflicts:     342000 | #Constraints:     124775
259.38/261.34	c bounds -39 >= -269 @ 256.083
259.98/261.98	c INPROCESSING
259.98/261.98	c GARBAGE COLLECT
259.98/261.98	c rational objective -269
264.17/266.12	c #Conflicts:     343000 | #Constraints:     103989
264.17/266.12	c #Conflicts:     344000 | #Constraints:     104989
264.17/266.12	c #Conflicts:     345000 | #Constraints:     105989
264.17/266.12	c #Conflicts:     346000 | #Constraints:     106989
264.17/266.12	c #Conflicts:     347000 | #Constraints:     107989
264.17/266.12	c #Conflicts:     348000 | #Constraints:     108989
264.17/266.12	c #Conflicts:     349000 | #Constraints:     109989
264.17/266.12	c #Conflicts:     350000 | #Constraints:     110989
264.17/266.12	c bounds -39 >= -268 @ 260.797
266.35/268.36	c #Conflicts:     351000 | #Constraints:     112022
266.35/268.36	c #Conflicts:     352000 | #Constraints:     113022
266.35/268.36	c #Conflicts:     353000 | #Constraints:     114022
266.35/268.36	c bounds -39 >= -267 @ 262.985
269.75/271.76	c #Conflicts:     354000 | #Constraints:     115058
269.75/271.76	c #Conflicts:     355000 | #Constraints:     116058
269.75/271.76	c #Conflicts:     356000 | #Constraints:     117058
269.75/271.76	c #Conflicts:     357000 | #Constraints:     118058
269.75/271.76	c #Conflicts:     358000 | #Constraints:     119058
269.75/271.76	c INPROCESSING
269.75/271.76	c GARBAGE COLLECT
269.75/271.76	c rational objective -267
271.64/273.66	c #Conflicts:     359000 | #Constraints:     102160
271.64/273.66	c #Conflicts:     360000 | #Constraints:     103160
271.64/273.66	c #Conflicts:     361000 | #Constraints:     104160
271.64/273.66	c bounds -39 >= -266 @ 268.214
277.73/279.70	c #Conflicts:     362000 | #Constraints:     105214
277.73/279.70	c #Conflicts:     363000 | #Constraints:     106214
277.73/279.70	c #Conflicts:     364000 | #Constraints:     107214
277.73/279.70	c #Conflicts:     365000 | #Constraints:     108214
277.73/279.70	c #Conflicts:     366000 | #Constraints:     109214
277.73/279.70	c #Conflicts:     367000 | #Constraints:     110214
277.73/279.70	c #Conflicts:     368000 | #Constraints:     111214
277.73/279.70	c #Conflicts:     369000 | #Constraints:     112214
277.73/279.70	c bounds -39 >= -265 @ 274.175
283.86/286.06	c #Conflicts:     370000 | #Constraints:     113250
283.86/286.06	c #Conflicts:     371000 | #Constraints:     114250
283.86/286.06	c #Conflicts:     372000 | #Constraints:     115250
283.86/286.06	c #Conflicts:     373000 | #Constraints:     116250
283.86/286.06	c #Conflicts:     374000 | #Constraints:     117250
283.86/286.06	c #Conflicts:     375000 | #Constraints:     118250
283.86/286.06	c #Conflicts:     376000 | #Constraints:     119250
283.86/286.06	c #Conflicts:     377000 | #Constraints:     120250
283.86/286.06	c #Conflicts:     378000 | #Constraints:     121250
283.86/286.06	c bounds -39 >= -264 @ 280.275
298.60/300.86	c #Conflicts:     379000 | #Constraints:     122277
298.60/300.86	c #Conflicts:     380000 | #Constraints:     123277
298.60/300.86	c #Conflicts:     381000 | #Constraints:     124277
298.60/300.86	c #Conflicts:     382000 | #Constraints:     125277
298.60/300.86	c #Conflicts:     383000 | #Constraints:     126277
298.60/300.86	c #Conflicts:     384000 | #Constraints:     127277
298.60/300.86	c #Conflicts:     385000 | #Constraints:     128277
298.60/300.86	c #Conflicts:     386000 | #Constraints:     129277
298.60/300.86	c #Conflicts:     387000 | #Constraints:     130277
298.60/300.86	c #Conflicts:     388000 | #Constraints:     131277
298.60/300.86	c #Conflicts:     389000 | #Constraints:     132277
298.60/300.86	c #Conflicts:     390000 | #Constraints:     133277
298.60/300.86	c #Conflicts:     391000 | #Constraints:     134277
298.60/300.86	c #Conflicts:     392000 | #Constraints:     135277
298.60/300.86	c #Conflicts:     393000 | #Constraints:     136277
298.60/300.86	c bounds -39 >= -263 @ 294.881
305.38/307.64	c #Conflicts:     394000 | #Constraints:     137298
305.38/307.64	c #Conflicts:     395000 | #Constraints:     138298
305.38/307.64	c #Conflicts:     396000 | #Constraints:     139298
305.38/307.64	c #Conflicts:     397000 | #Constraints:     140298
305.38/307.64	c #Conflicts:     398000 | #Constraints:     141298
305.38/307.64	c #Conflicts:     399000 | #Constraints:     142298
305.38/307.64	c #Conflicts:     400000 | #Constraints:     143298
305.38/307.64	c INPROCESSING
305.38/307.64	c GARBAGE COLLECT
305.38/307.64	c rational objective -263
311.37/313.65	c #Conflicts:     401000 | #Constraints:     114306
311.37/313.65	c #Conflicts:     402000 | #Constraints:     115306
311.37/313.65	c #Conflicts:     403000 | #Constraints:     116306
311.37/313.65	c #Conflicts:     404000 | #Constraints:     117306
311.37/313.65	c #Conflicts:     405000 | #Constraints:     118306
311.37/313.65	c #Conflicts:     406000 | #Constraints:     119306
311.37/313.65	c #Conflicts:     407000 | #Constraints:     120306
311.37/313.65	c bounds -39 >= -262 @ 307.511
318.64/320.93	c #Conflicts:     408000 | #Constraints:     121342
318.64/320.93	c #Conflicts:     409000 | #Constraints:     122342
318.64/320.93	c #Conflicts:     410000 | #Constraints:     123342
318.64/320.93	c #Conflicts:     411000 | #Constraints:     124342
318.64/320.93	c #Conflicts:     412000 | #Constraints:     125342
318.64/320.93	c #Conflicts:     413000 | #Constraints:     126342
318.64/320.93	c #Conflicts:     414000 | #Constraints:     127342
318.64/320.93	c #Conflicts:     415000 | #Constraints:     128342
318.64/320.93	c #Conflicts:     416000 | #Constraints:     129342
318.64/320.93	c #Conflicts:     417000 | #Constraints:     130342
318.64/320.93	c INPROCESSING
318.64/320.93	c GARBAGE COLLECT
318.64/320.93	c rational objective -262
322.53/324.83	c #Conflicts:     418000 | #Constraints:     108044
322.53/324.83	c #Conflicts:     419000 | #Constraints:     109044
322.53/324.83	c #Conflicts:     420000 | #Constraints:     110044
322.53/324.83	c #Conflicts:     421000 | #Constraints:     111044
322.53/324.83	c #Conflicts:     422000 | #Constraints:     112044
322.53/324.83	c bounds -39 >= -261 @ 318.507
331.70/334.09	c #Conflicts:     423000 | #Constraints:     113101
331.70/334.09	c #Conflicts:     424000 | #Constraints:     114101
331.70/334.09	c #Conflicts:     425000 | #Constraints:     115101
331.70/334.09	c #Conflicts:     426000 | #Constraints:     116101
331.70/334.09	c #Conflicts:     427000 | #Constraints:     117101
331.70/334.09	c #Conflicts:     428000 | #Constraints:     118101
331.70/334.09	c #Conflicts:     429000 | #Constraints:     119101
331.70/334.09	c #Conflicts:     430000 | #Constraints:     120101
331.70/334.09	c #Conflicts:     431000 | #Constraints:     121101
331.70/334.09	c #Conflicts:     432000 | #Constraints:     122101
331.70/334.09	c #Conflicts:     433000 | #Constraints:     123101
331.70/334.09	c #Conflicts:     434000 | #Constraints:     124101
331.70/334.09	c INPROCESSING
331.70/334.09	c GARBAGE COLLECT
331.70/334.09	c rational objective -261
332.70/335.05	c #Conflicts:     435000 | #Constraints:     104589
332.70/335.05	c bounds -39 >= -260 @ 328.603
347.95/350.31	c #Conflicts:     436000 | #Constraints:     105646
347.95/350.31	c #Conflicts:     437000 | #Constraints:     106646
347.95/350.31	c #Conflicts:     438000 | #Constraints:     107646
347.95/350.31	c #Conflicts:     439000 | #Constraints:     108646
347.95/350.31	c #Conflicts:     440000 | #Constraints:     109646
347.95/350.31	c #Conflicts:     441000 | #Constraints:     110646
347.95/350.31	c #Conflicts:     442000 | #Constraints:     111646
347.95/350.31	c #Conflicts:     443000 | #Constraints:     112646
347.95/350.31	c #Conflicts:     444000 | #Constraints:     113646
347.95/350.31	c #Conflicts:     445000 | #Constraints:     114646
347.95/350.31	c #Conflicts:     446000 | #Constraints:     115646
347.95/350.31	c #Conflicts:     447000 | #Constraints:     116646
347.95/350.31	c #Conflicts:     448000 | #Constraints:     117646
347.95/350.31	c #Conflicts:     449000 | #Constraints:     118646
347.95/350.31	c #Conflicts:     450000 | #Constraints:     119646
347.95/350.31	c #Conflicts:     451000 | #Constraints:     120646
347.95/350.31	c #Conflicts:     452000 | #Constraints:     121646
347.95/350.31	c #Conflicts:     453000 | #Constraints:     122646
347.95/350.31	c #Conflicts:     454000 | #Constraints:     123646
347.95/350.31	c #Conflicts:     455000 | #Constraints:     124646
347.95/350.31	c bounds -39 >= -259 @ 343.627
359.72/362.18	c #Conflicts:     456000 | #Constraints:     125670
359.72/362.18	c #Conflicts:     457000 | #Constraints:     126670
359.72/362.18	c #Conflicts:     458000 | #Constraints:     127670
359.72/362.18	c #Conflicts:     459000 | #Constraints:     128670
359.72/362.18	c #Conflicts:     460000 | #Constraints:     129670
359.72/362.18	c #Conflicts:     461000 | #Constraints:     130670
359.72/362.18	c #Conflicts:     462000 | #Constraints:     131670
359.72/362.18	c #Conflicts:     463000 | #Constraints:     132670
359.72/362.18	c #Conflicts:     464000 | #Constraints:     133670
359.72/362.18	c #Conflicts:     465000 | #Constraints:     134670
359.72/362.18	c #Conflicts:     466000 | #Constraints:     135670
359.72/362.18	c #Conflicts:     467000 | #Constraints:     136670
359.72/362.18	c #Conflicts:     468000 | #Constraints:     137670
359.72/362.18	c #Conflicts:     469000 | #Constraints:     138670
359.72/362.18	c bounds -39 >= -258 @ 355.344
368.89/371.35	c #Conflicts:     470000 | #Constraints:     139700
368.89/371.35	c #Conflicts:     471000 | #Constraints:     140711
368.89/371.35	c #Conflicts:     472000 | #Constraints:     141748
368.89/371.35	c #Conflicts:     473000 | #Constraints:     142789
368.89/371.35	c #Conflicts:     474000 | #Constraints:     143831
368.89/371.35	c #Conflicts:     475000 | #Constraints:     144870
368.89/371.35	c #Conflicts:     476000 | #Constraints:     145913
368.89/371.35	c #Conflicts:     477000 | #Constraints:     146959
368.89/371.35	c #Conflicts:     478000 | #Constraints:     147989
368.89/371.35	c #Conflicts:     479000 | #Constraints:     149027
368.89/371.35	c #Conflicts:     480000 | #Constraints:     150057
368.89/371.35	c INPROCESSING
368.89/371.35	c GARBAGE COLLECT
368.89/371.35	c rational objective -258
384.57/387.29	c #Conflicts:     481000 | #Constraints:     117439
384.57/387.29	c #Conflicts:     482000 | #Constraints:     118439
384.57/387.29	c #Conflicts:     483000 | #Constraints:     119439
384.57/387.29	c #Conflicts:     484000 | #Constraints:     120439
384.57/387.29	c #Conflicts:     485000 | #Constraints:     121439
384.57/387.29	c #Conflicts:     486000 | #Constraints:     122439
384.57/387.29	c #Conflicts:     487000 | #Constraints:     123439
384.57/387.29	c #Conflicts:     488000 | #Constraints:     124439
384.57/387.29	c #Conflicts:     489000 | #Constraints:     125439
384.57/387.29	c #Conflicts:     490000 | #Constraints:     126439
384.57/387.29	c #Conflicts:     491000 | #Constraints:     127439
384.57/387.29	c #Conflicts:     492000 | #Constraints:     128439
384.57/387.29	c #Conflicts:     493000 | #Constraints:     129439
384.57/387.29	c #Conflicts:     494000 | #Constraints:     130439
384.57/387.29	c #Conflicts:     495000 | #Constraints:     131439
384.57/387.29	c #Conflicts:     496000 | #Constraints:     132439
384.57/387.29	c #Conflicts:     497000 | #Constraints:     133439
384.57/387.29	c #Conflicts:     498000 | #Constraints:     134439
384.57/387.29	c INPROCESSING
384.57/387.29	c GARBAGE COLLECT
384.57/387.29	c rational objective -258
392.95/395.68	c #Conflicts:     499000 | #Constraints:     109983
392.95/395.68	c #Conflicts:     500000 | #Constraints:     110983
392.95/395.68	c #Conflicts:     501000 | #Constraints:     111983
392.95/395.68	c #Conflicts:     502000 | #Constraints:     112983
392.95/395.68	c #Conflicts:     503000 | #Constraints:     113983
392.95/395.68	c #Conflicts:     504000 | #Constraints:     114983
392.95/395.68	c #Conflicts:     505000 | #Constraints:     115983
392.95/395.68	c #Conflicts:     506000 | #Constraints:     116983
392.95/395.68	c #Conflicts:     507000 | #Constraints:     117983
392.95/395.68	c #Conflicts:     508000 | #Constraints:     118983
392.95/395.68	c #Conflicts:     509000 | #Constraints:     119983
392.95/395.68	c #Conflicts:     510000 | #Constraints:     120983
392.95/395.68	c bounds -39 >= -257 @ 388.246
397.83/400.55	c #Conflicts:     511000 | #Constraints:     122025
397.83/400.55	c #Conflicts:     512000 | #Constraints:     123025
397.83/400.55	c #Conflicts:     513000 | #Constraints:     124025
397.83/400.55	c #Conflicts:     514000 | #Constraints:     125025
397.83/400.55	c #Conflicts:     515000 | #Constraints:     126025
397.83/400.55	c #Conflicts:     516000 | #Constraints:     127025
397.83/400.55	c INPROCESSING
397.83/400.55	c GARBAGE COLLECT
397.83/400.55	c rational objective -257
408.00/410.79	c #Conflicts:     517000 | #Constraints:     106063
408.00/410.79	c #Conflicts:     518000 | #Constraints:     107063
408.00/410.79	c #Conflicts:     519000 | #Constraints:     108063
408.00/410.79	c #Conflicts:     520000 | #Constraints:     109063
408.00/410.79	c #Conflicts:     521000 | #Constraints:     110063
408.00/410.79	c #Conflicts:     522000 | #Constraints:     111063
408.00/410.79	c #Conflicts:     523000 | #Constraints:     112063
408.00/410.79	c #Conflicts:     524000 | #Constraints:     113063
408.00/410.79	c #Conflicts:     525000 | #Constraints:     114063
408.00/410.79	c #Conflicts:     526000 | #Constraints:     115063
408.00/410.79	c #Conflicts:     527000 | #Constraints:     116063
408.00/410.79	c #Conflicts:     528000 | #Constraints:     117063
408.00/410.79	c #Conflicts:     529000 | #Constraints:     118063
408.00/410.79	c #Conflicts:     530000 | #Constraints:     119063
408.00/410.79	c #Conflicts:     531000 | #Constraints:     120063
408.00/410.79	c bounds -39 >= -256 @ 403.117
453.58/456.66	c #Conflicts:     532000 | #Constraints:     121132
453.58/456.66	c #Conflicts:     533000 | #Constraints:     122132
453.58/456.66	c #Conflicts:     534000 | #Constraints:     123160
453.58/456.66	c #Conflicts:     535000 | #Constraints:     124203
453.58/456.66	c #Conflicts:     536000 | #Constraints:     125232
453.58/456.66	c #Conflicts:     537000 | #Constraints:     126265
453.58/456.66	c #Conflicts:     538000 | #Constraints:     127287
453.58/456.66	c #Conflicts:     539000 | #Constraints:     128303
453.58/456.66	c #Conflicts:     540000 | #Constraints:     129331
453.58/456.66	c #Conflicts:     541000 | #Constraints:     130358
453.58/456.66	c #Conflicts:     542000 | #Constraints:     131382
453.58/456.66	c #Conflicts:     543000 | #Constraints:     132409
453.58/456.66	c #Conflicts:     544000 | #Constraints:     133439
453.58/456.66	c #Conflicts:     545000 | #Constraints:     134461
453.58/456.66	c #Conflicts:     546000 | #Constraints:     135489
453.58/456.66	c #Conflicts:     547000 | #Constraints:     136526
453.58/456.66	c #Conflicts:     548000 | #Constraints:     137567
453.58/456.66	c #Conflicts:     549000 | #Constraints:     138606
453.58/456.66	c #Conflicts:     550000 | #Constraints:     139649
453.58/456.66	c #Conflicts:     551000 | #Constraints:     140679
453.58/456.66	c #Conflicts:     552000 | #Constraints:     141704
453.58/456.66	c #Conflicts:     553000 | #Constraints:     142728
453.58/456.66	c #Conflicts:     554000 | #Constraints:     143756
453.58/456.66	c #Conflicts:     555000 | #Constraints:     144778
453.58/456.66	c #Conflicts:     556000 | #Constraints:     145801
453.58/456.66	c #Conflicts:     557000 | #Constraints:     146815
453.58/456.66	c #Conflicts:     558000 | #Constraints:     147824
453.58/456.66	c #Conflicts:     559000 | #Constraints:     148844
453.58/456.66	c #Conflicts:     560000 | #Constraints:     149868
453.58/456.66	c #Conflicts:     561000 | #Constraints:     150894
453.58/456.66	c #Conflicts:     562000 | #Constraints:     151912
453.58/456.66	c #Conflicts:     563000 | #Constraints:     152936
453.58/456.66	c #Conflicts:     564000 | #Constraints:     153960
453.58/456.66	c #Conflicts:     565000 | #Constraints:     154985
453.58/456.66	c #Conflicts:     566000 | #Constraints:     156007
453.58/456.66	c #Conflicts:     567000 | #Constraints:     157032
453.58/456.66	c INPROCESSING
453.58/456.66	c GARBAGE COLLECT
453.58/456.66	c rational objective -256
467.36/470.61	c #Conflicts:     568000 | #Constraints:     121242
467.36/470.61	c #Conflicts:     569000 | #Constraints:     122242
467.36/470.61	c #Conflicts:     570000 | #Constraints:     123242
467.36/470.61	c #Conflicts:     571000 | #Constraints:     124242
467.36/470.61	c #Conflicts:     572000 | #Constraints:     125242
467.36/470.61	c #Conflicts:     573000 | #Constraints:     126242
467.36/470.61	c #Conflicts:     574000 | #Constraints:     127242
467.36/470.61	c #Conflicts:     575000 | #Constraints:     128242
467.36/470.61	c #Conflicts:     576000 | #Constraints:     129242
467.36/470.61	c #Conflicts:     577000 | #Constraints:     130242
467.36/470.61	c #Conflicts:     578000 | #Constraints:     131242
467.36/470.61	c #Conflicts:     579000 | #Constraints:     132242
467.36/470.61	c #Conflicts:     580000 | #Constraints:     133242
467.36/470.61	c #Conflicts:     581000 | #Constraints:     134242
467.36/470.61	c #Conflicts:     582000 | #Constraints:     135242
467.36/470.61	c #Conflicts:     583000 | #Constraints:     136242
467.36/470.61	c bounds -39 >= -255 @ 461.961
470.44/473.77	c #Conflicts:     584000 | #Constraints:     137263
470.44/473.77	c #Conflicts:     585000 | #Constraints:     138263
470.44/473.77	c #Conflicts:     586000 | #Constraints:     139263
470.44/473.77	c INPROCESSING
470.44/473.77	c GARBAGE COLLECT
470.44/473.77	c rational objective -255
481.82/485.18	c #Conflicts:     587000 | #Constraints:     112190
481.82/485.18	c #Conflicts:     588000 | #Constraints:     113190
481.82/485.18	c #Conflicts:     589000 | #Constraints:     114190
481.82/485.18	c #Conflicts:     590000 | #Constraints:     115190
481.82/485.18	c #Conflicts:     591000 | #Constraints:     116190
481.82/485.18	c #Conflicts:     592000 | #Constraints:     117190
481.82/485.18	c #Conflicts:     593000 | #Constraints:     118190
481.82/485.18	c #Conflicts:     594000 | #Constraints:     119190
481.82/485.18	c #Conflicts:     595000 | #Constraints:     120190
481.82/485.18	c #Conflicts:     596000 | #Constraints:     121190
481.82/485.18	c #Conflicts:     597000 | #Constraints:     122190
481.82/485.18	c #Conflicts:     598000 | #Constraints:     123190
481.82/485.18	c #Conflicts:     599000 | #Constraints:     124190
481.82/485.18	c #Conflicts:     600000 | #Constraints:     125190
481.82/485.18	c #Conflicts:     601000 | #Constraints:     126190
481.82/485.18	c bounds -39 >= -254 @ 476.355
486.30/489.65	c #Conflicts:     602000 | #Constraints:     127241
486.30/489.65	c #Conflicts:     603000 | #Constraints:     128241
486.30/489.65	c #Conflicts:     604000 | #Constraints:     129241
486.30/489.65	c #Conflicts:     605000 | #Constraints:     130241
486.30/489.65	c #Conflicts:     606000 | #Constraints:     131241
486.30/489.65	c INPROCESSING
486.30/489.65	c GARBAGE COLLECT
486.30/489.65	c rational objective -254
500.43/504.01	c #Conflicts:     607000 | #Constraints:     108208
500.43/504.01	c #Conflicts:     608000 | #Constraints:     109208
500.43/504.01	c #Conflicts:     609000 | #Constraints:     110208
500.43/504.01	c #Conflicts:     610000 | #Constraints:     111208
500.43/504.01	c #Conflicts:     611000 | #Constraints:     112208
500.43/504.01	c #Conflicts:     612000 | #Constraints:     113208
500.43/504.01	c #Conflicts:     613000 | #Constraints:     114208
500.43/504.01	c #Conflicts:     614000 | #Constraints:     115208
500.43/504.01	c #Conflicts:     615000 | #Constraints:     116208
500.43/504.01	c #Conflicts:     616000 | #Constraints:     117208
500.43/504.01	c #Conflicts:     617000 | #Constraints:     118208
500.43/504.01	c #Conflicts:     618000 | #Constraints:     119208
500.43/504.01	c #Conflicts:     619000 | #Constraints:     120208
500.43/504.01	c #Conflicts:     620000 | #Constraints:     121208
500.43/504.01	c #Conflicts:     621000 | #Constraints:     122208
500.43/504.01	c #Conflicts:     622000 | #Constraints:     123208
500.43/504.01	c #Conflicts:     623000 | #Constraints:     124208
500.43/504.01	c #Conflicts:     624000 | #Constraints:     125208
500.43/504.01	c #Conflicts:     625000 | #Constraints:     126208
500.43/504.01	c #Conflicts:     626000 | #Constraints:     127208
500.43/504.01	c bounds -39 >= -253 @ 494.656
521.56/525.21	c #Conflicts:     627000 | #Constraints:     128268
521.56/525.21	c #Conflicts:     628000 | #Constraints:     129268
521.56/525.21	c #Conflicts:     629000 | #Constraints:     130268
521.56/525.21	c #Conflicts:     630000 | #Constraints:     131268
521.56/525.21	c #Conflicts:     631000 | #Constraints:     132268
521.56/525.21	c #Conflicts:     632000 | #Constraints:     133268
521.56/525.21	c #Conflicts:     633000 | #Constraints:     134268
521.56/525.21	c #Conflicts:     634000 | #Constraints:     135268
521.56/525.21	c #Conflicts:     635000 | #Constraints:     136268
521.56/525.21	c #Conflicts:     636000 | #Constraints:     137268
521.56/525.21	c #Conflicts:     637000 | #Constraints:     138268
521.56/525.21	c #Conflicts:     638000 | #Constraints:     139268
521.56/525.21	c #Conflicts:     639000 | #Constraints:     140268
521.56/525.21	c #Conflicts:     640000 | #Constraints:     141268
521.56/525.21	c #Conflicts:     641000 | #Constraints:     142268
521.56/525.21	c #Conflicts:     642000 | #Constraints:     143268
521.56/525.21	c #Conflicts:     643000 | #Constraints:     144268
521.56/525.21	c #Conflicts:     644000 | #Constraints:     145268
521.56/525.21	c #Conflicts:     645000 | #Constraints:     146268
521.56/525.21	c #Conflicts:     646000 | #Constraints:     147268
521.56/525.21	c #Conflicts:     647000 | #Constraints:     148268
521.56/525.21	c #Conflicts:     648000 | #Constraints:     149268
521.56/525.21	c #Conflicts:     649000 | #Constraints:     150268
521.56/525.21	c bounds -39 >= -252 @ 515.602
534.42/538.13	c #Conflicts:     650000 | #Constraints:     151295
534.42/538.13	c #Conflicts:     651000 | #Constraints:     152295
534.42/538.13	c #Conflicts:     652000 | #Constraints:     153295
534.42/538.13	c #Conflicts:     653000 | #Constraints:     154295
534.42/538.13	c #Conflicts:     654000 | #Constraints:     155295
534.42/538.13	c #Conflicts:     655000 | #Constraints:     156295
534.42/538.13	c #Conflicts:     656000 | #Constraints:     157295
534.42/538.13	c #Conflicts:     657000 | #Constraints:     158295
534.42/538.13	c #Conflicts:     658000 | #Constraints:     159295
534.42/538.13	c #Conflicts:     659000 | #Constraints:     160295
534.42/538.13	c #Conflicts:     660000 | #Constraints:     161295
534.42/538.13	c #Conflicts:     661000 | #Constraints:     162295
534.42/538.13	c INPROCESSING
534.42/538.13	c GARBAGE COLLECT
534.42/538.13	c rational objective -252
541.89/545.60	c #Conflicts:     662000 | #Constraints:     123705
541.89/545.60	c #Conflicts:     663000 | #Constraints:     124705
541.89/545.60	c #Conflicts:     664000 | #Constraints:     125705
541.89/545.60	c #Conflicts:     665000 | #Constraints:     126705
541.89/545.60	c #Conflicts:     666000 | #Constraints:     127705
541.89/545.60	c #Conflicts:     667000 | #Constraints:     128705
541.89/545.60	c #Conflicts:     668000 | #Constraints:     129705
541.89/545.60	c #Conflicts:     669000 | #Constraints:     130705
541.89/545.60	c #Conflicts:     670000 | #Constraints:     131705
541.89/545.60	c bounds -39 >= -251 @ 535.736
551.37/555.14	c #Conflicts:     671000 | #Constraints:     132741
551.37/555.14	c #Conflicts:     672000 | #Constraints:     133741
551.37/555.14	c #Conflicts:     673000 | #Constraints:     134741
551.37/555.14	c #Conflicts:     674000 | #Constraints:     135741
551.37/555.14	c #Conflicts:     675000 | #Constraints:     136741
551.37/555.14	c #Conflicts:     676000 | #Constraints:     137741
551.37/555.14	c #Conflicts:     677000 | #Constraints:     138741
551.37/555.14	c #Conflicts:     678000 | #Constraints:     139741
551.37/555.14	c #Conflicts:     679000 | #Constraints:     140741
551.37/555.14	c #Conflicts:     680000 | #Constraints:     141741
551.37/555.14	c #Conflicts:     681000 | #Constraints:     142741
551.37/555.14	c #Conflicts:     682000 | #Constraints:     143741
551.37/555.14	c INPROCESSING
551.37/555.14	c GARBAGE COLLECT
551.37/555.14	c rational objective -251
565.16/569.14	c #Conflicts:     683000 | #Constraints:     114514
565.16/569.14	c #Conflicts:     684000 | #Constraints:     115514
565.16/569.14	c #Conflicts:     685000 | #Constraints:     116514
565.16/569.14	c #Conflicts:     686000 | #Constraints:     117514
565.16/569.14	c #Conflicts:     687000 | #Constraints:     118514
565.16/569.14	c #Conflicts:     688000 | #Constraints:     119514
565.16/569.14	c #Conflicts:     689000 | #Constraints:     120514
565.16/569.14	c #Conflicts:     690000 | #Constraints:     121514
565.16/569.14	c #Conflicts:     691000 | #Constraints:     122514
565.16/569.14	c #Conflicts:     692000 | #Constraints:     123514
565.16/569.14	c #Conflicts:     693000 | #Constraints:     124514
565.16/569.14	c #Conflicts:     694000 | #Constraints:     125514
565.16/569.14	c #Conflicts:     695000 | #Constraints:     126514
565.16/569.14	c #Conflicts:     696000 | #Constraints:     127514
565.16/569.14	c #Conflicts:     697000 | #Constraints:     128514
565.16/569.14	c #Conflicts:     698000 | #Constraints:     129514
565.16/569.14	c #Conflicts:     699000 | #Constraints:     130514
565.16/569.14	c #Conflicts:     700000 | #Constraints:     131514
565.16/569.14	c bounds -39 >= -250 @ 558.786
567.85/571.84	c #Conflicts:     701000 | #Constraints:     132562
567.85/571.84	c #Conflicts:     702000 | #Constraints:     133562
567.85/571.84	c #Conflicts:     703000 | #Constraints:     134562
567.85/571.84	c #Conflicts:     704000 | #Constraints:     135562
567.85/571.84	c INPROCESSING
567.85/571.84	c GARBAGE COLLECT
567.85/571.84	c rational objective -250
580.32/584.38	c #Conflicts:     705000 | #Constraints:     110558
580.32/584.38	c #Conflicts:     706000 | #Constraints:     111558
580.32/584.38	c #Conflicts:     707000 | #Constraints:     112558
580.32/584.38	c #Conflicts:     708000 | #Constraints:     113558
580.32/584.38	c #Conflicts:     709000 | #Constraints:     114558
580.32/584.38	c #Conflicts:     710000 | #Constraints:     115558
580.32/584.38	c #Conflicts:     711000 | #Constraints:     116558
580.32/584.38	c #Conflicts:     712000 | #Constraints:     117558
580.32/584.38	c #Conflicts:     713000 | #Constraints:     118558
580.32/584.38	c #Conflicts:     714000 | #Constraints:     119558
580.32/584.38	c #Conflicts:     715000 | #Constraints:     120558
580.32/584.38	c #Conflicts:     716000 | #Constraints:     121558
580.32/584.38	c #Conflicts:     717000 | #Constraints:     122558
580.32/584.38	c #Conflicts:     718000 | #Constraints:     123558
580.32/584.38	c #Conflicts:     719000 | #Constraints:     124558
580.32/584.38	c #Conflicts:     720000 | #Constraints:     125558
580.32/584.38	c #Conflicts:     721000 | #Constraints:     126558
580.32/584.38	c bounds -39 >= -249 @ 573.815
610.47/614.70	c #Conflicts:     722000 | #Constraints:     127621
610.47/614.70	c #Conflicts:     723000 | #Constraints:     128621
610.47/614.70	c #Conflicts:     724000 | #Constraints:     129621
610.47/614.70	c #Conflicts:     725000 | #Constraints:     130621
610.47/614.70	c #Conflicts:     726000 | #Constraints:     131621
610.47/614.70	c #Conflicts:     727000 | #Constraints:     132621
610.47/614.70	c #Conflicts:     728000 | #Constraints:     133621
610.47/614.70	c #Conflicts:     729000 | #Constraints:     134621
610.47/614.70	c #Conflicts:     730000 | #Constraints:     135621
610.47/614.70	c #Conflicts:     731000 | #Constraints:     136621
610.47/614.70	c #Conflicts:     732000 | #Constraints:     137621
610.47/614.70	c #Conflicts:     733000 | #Constraints:     138621
610.47/614.70	c #Conflicts:     734000 | #Constraints:     139621
610.47/614.70	c #Conflicts:     735000 | #Constraints:     140621
610.47/614.70	c #Conflicts:     736000 | #Constraints:     141621
610.47/614.70	c #Conflicts:     737000 | #Constraints:     142621
610.47/614.70	c #Conflicts:     738000 | #Constraints:     143621
610.47/614.70	c #Conflicts:     739000 | #Constraints:     144621
610.47/614.70	c #Conflicts:     740000 | #Constraints:     145621
610.47/614.70	c #Conflicts:     741000 | #Constraints:     146621
610.47/614.70	c #Conflicts:     742000 | #Constraints:     147621
610.47/614.70	c #Conflicts:     743000 | #Constraints:     148621
610.47/614.70	c #Conflicts:     744000 | #Constraints:     149621
610.47/614.70	c #Conflicts:     745000 | #Constraints:     150621
610.47/614.70	c #Conflicts:     746000 | #Constraints:     151621
610.47/614.70	c #Conflicts:     747000 | #Constraints:     152621
610.47/614.70	c #Conflicts:     748000 | #Constraints:     153621
610.47/614.70	c #Conflicts:     749000 | #Constraints:     154621
610.47/614.70	c #Conflicts:     750000 | #Constraints:     155621
610.47/614.70	c #Conflicts:     751000 | #Constraints:     156621
610.47/614.70	c bounds -39 >= -248 @ 603.606
623.67/628.19	c #Conflicts:     752000 | #Constraints:     157645
623.67/628.19	c #Conflicts:     753000 | #Constraints:     158645
623.67/628.19	c #Conflicts:     754000 | #Constraints:     159645
623.67/628.19	c #Conflicts:     755000 | #Constraints:     160645
623.67/628.19	c #Conflicts:     756000 | #Constraints:     161645
623.67/628.19	c #Conflicts:     757000 | #Constraints:     162645
623.67/628.19	c #Conflicts:     758000 | #Constraints:     163645
623.67/628.19	c #Conflicts:     759000 | #Constraints:     164645
623.67/628.19	c #Conflicts:     760000 | #Constraints:     165645
623.67/628.19	c #Conflicts:     761000 | #Constraints:     166645
623.67/628.19	c #Conflicts:     762000 | #Constraints:     167645
623.67/628.19	c INPROCESSING
623.67/628.19	c GARBAGE COLLECT
623.67/628.19	c rational objective -248
643.51/648.05	c #Conflicts:     763000 | #Constraints:     125966
643.51/648.05	c #Conflicts:     764000 | #Constraints:     126966
643.51/648.05	c #Conflicts:     765000 | #Constraints:     127966
643.51/648.05	c #Conflicts:     766000 | #Constraints:     128966
643.51/648.05	c #Conflicts:     767000 | #Constraints:     129966
643.51/648.05	c #Conflicts:     768000 | #Constraints:     130966
643.51/648.05	c #Conflicts:     769000 | #Constraints:     131966
643.51/648.05	c #Conflicts:     770000 | #Constraints:     132966
643.51/648.05	c #Conflicts:     771000 | #Constraints:     133966
643.51/648.05	c #Conflicts:     772000 | #Constraints:     134966
643.51/648.05	c #Conflicts:     773000 | #Constraints:     135966
643.51/648.05	c #Conflicts:     774000 | #Constraints:     136966
643.51/648.05	c #Conflicts:     775000 | #Constraints:     137966
643.51/648.05	c #Conflicts:     776000 | #Constraints:     138966
643.51/648.05	c #Conflicts:     777000 | #Constraints:     139966
643.51/648.05	c #Conflicts:     778000 | #Constraints:     140966
643.51/648.05	c #Conflicts:     779000 | #Constraints:     141966
643.51/648.05	c #Conflicts:     780000 | #Constraints:     142966
643.51/648.05	c #Conflicts:     781000 | #Constraints:     143966
643.51/648.05	c #Conflicts:     782000 | #Constraints:     144966
643.51/648.05	c #Conflicts:     783000 | #Constraints:     145966
643.51/648.05	c #Conflicts:     784000 | #Constraints:     146966
643.51/648.05	c #Conflicts:     785000 | #Constraints:     147966
643.51/648.05	c bounds -39 >= -247 @ 636.391
643.81/648.37	c INPROCESSING
643.81/648.37	c GARBAGE COLLECT
643.81/648.37	c rational objective -247
662.01/666.72	c #Conflicts:     786000 | #Constraints:     116876
662.01/666.72	c #Conflicts:     787000 | #Constraints:     117876
662.01/666.72	c #Conflicts:     788000 | #Constraints:     118876
662.01/666.72	c #Conflicts:     789000 | #Constraints:     119876
662.01/666.72	c #Conflicts:     790000 | #Constraints:     120876
662.01/666.72	c #Conflicts:     791000 | #Constraints:     121876
662.01/666.72	c #Conflicts:     792000 | #Constraints:     122876
662.01/666.72	c #Conflicts:     793000 | #Constraints:     123876
662.01/666.72	c #Conflicts:     794000 | #Constraints:     124876
662.01/666.72	c #Conflicts:     795000 | #Constraints:     125876
662.01/666.72	c #Conflicts:     796000 | #Constraints:     126876
662.01/666.72	c #Conflicts:     797000 | #Constraints:     127876
662.01/666.72	c #Conflicts:     798000 | #Constraints:     128876
662.01/666.72	c #Conflicts:     799000 | #Constraints:     129876
662.01/666.72	c #Conflicts:     800000 | #Constraints:     130876
662.01/666.72	c #Conflicts:     801000 | #Constraints:     131876
662.01/666.72	c #Conflicts:     802000 | #Constraints:     132876
662.01/666.72	c #Conflicts:     803000 | #Constraints:     133876
662.01/666.72	c #Conflicts:     804000 | #Constraints:     134876
662.01/666.72	c #Conflicts:     805000 | #Constraints:     135876
662.01/666.72	c #Conflicts:     806000 | #Constraints:     136876
662.01/666.72	c #Conflicts:     807000 | #Constraints:     137876
662.01/666.72	c #Conflicts:     808000 | #Constraints:     138876
662.01/666.72	c INPROCESSING
662.01/666.72	c GARBAGE COLLECT
662.01/666.72	c rational objective -247
675.87/680.61	c #Conflicts:     809000 | #Constraints:     112179
675.87/680.61	c #Conflicts:     810000 | #Constraints:     113179
675.87/680.61	c #Conflicts:     811000 | #Constraints:     114179
675.87/680.61	c #Conflicts:     812000 | #Constraints:     115179
675.87/680.61	c #Conflicts:     813000 | #Constraints:     116179
675.87/680.61	c #Conflicts:     814000 | #Constraints:     117179
675.87/680.61	c #Conflicts:     815000 | #Constraints:     118179
675.87/680.61	c #Conflicts:     816000 | #Constraints:     119179
675.87/680.61	c #Conflicts:     817000 | #Constraints:     120179
675.87/680.61	c #Conflicts:     818000 | #Constraints:     121179
675.87/680.61	c #Conflicts:     819000 | #Constraints:     122179
675.87/680.61	c #Conflicts:     820000 | #Constraints:     123179
675.87/680.61	c #Conflicts:     821000 | #Constraints:     124179
675.87/680.61	c #Conflicts:     822000 | #Constraints:     125179
675.87/680.61	c #Conflicts:     823000 | #Constraints:     126179
675.87/680.61	c #Conflicts:     824000 | #Constraints:     127179
675.87/680.61	c #Conflicts:     825000 | #Constraints:     128179
675.87/680.61	c #Conflicts:     826000 | #Constraints:     129179
675.87/680.61	c #Conflicts:     827000 | #Constraints:     130179
675.87/680.61	c bounds -39 >= -246 @ 668.312
738.81/743.96	c #Conflicts:     828000 | #Constraints:     131239
738.81/743.96	c #Conflicts:     829000 | #Constraints:     132239
738.81/743.96	c #Conflicts:     830000 | #Constraints:     133239
738.81/743.96	c #Conflicts:     831000 | #Constraints:     134265
738.81/743.96	c #Conflicts:     832000 | #Constraints:     135273
738.81/743.96	c #Conflicts:     833000 | #Constraints:     136315
738.81/743.96	c #Conflicts:     834000 | #Constraints:     137348
738.81/743.96	c #Conflicts:     835000 | #Constraints:     138373
738.81/743.96	c #Conflicts:     836000 | #Constraints:     139399
738.81/743.96	c #Conflicts:     837000 | #Constraints:     140431
738.81/743.96	c #Conflicts:     838000 | #Constraints:     141452
738.81/743.96	c #Conflicts:     839000 | #Constraints:     142466
738.81/743.96	c #Conflicts:     840000 | #Constraints:     143483
738.81/743.96	c #Conflicts:     841000 | #Constraints:     144505
738.81/743.96	c #Conflicts:     842000 | #Constraints:     145521
738.81/743.96	c #Conflicts:     843000 | #Constraints:     146544
738.81/743.96	c #Conflicts:     844000 | #Constraints:     147566
738.81/743.96	c #Conflicts:     845000 | #Constraints:     148594
738.81/743.96	c #Conflicts:     846000 | #Constraints:     149614
738.81/743.96	c #Conflicts:     847000 | #Constraints:     150653
738.81/743.96	c #Conflicts:     848000 | #Constraints:     151704
738.81/743.96	c #Conflicts:     849000 | #Constraints:     152761
738.81/743.96	c #Conflicts:     850000 | #Constraints:     153804
738.81/743.96	c #Conflicts:     851000 | #Constraints:     154843
738.81/743.96	c #Conflicts:     852000 | #Constraints:     155885
738.81/743.96	c #Conflicts:     853000 | #Constraints:     156930
738.81/743.96	c #Conflicts:     854000 | #Constraints:     157969
738.81/743.96	c #Conflicts:     855000 | #Constraints:     159020
738.81/743.96	c #Conflicts:     856000 | #Constraints:     160068
738.81/743.96	c #Conflicts:     857000 | #Constraints:     161121
738.81/743.96	c #Conflicts:     858000 | #Constraints:     162165
738.81/743.96	c #Conflicts:     859000 | #Constraints:     163210
738.81/743.96	c #Conflicts:     860000 | #Constraints:     164259
738.81/743.96	c #Conflicts:     861000 | #Constraints:     165308
738.81/743.96	c #Conflicts:     862000 | #Constraints:     166363
738.81/743.96	c #Conflicts:     863000 | #Constraints:     167411
738.81/743.96	c #Conflicts:     864000 | #Constraints:     168453
738.81/743.96	c #Conflicts:     865000 | #Constraints:     169503
738.81/743.96	c #Conflicts:     866000 | #Constraints:     170557
738.81/743.96	c #Conflicts:     867000 | #Constraints:     171600
738.81/743.96	c #Conflicts:     868000 | #Constraints:     172636
738.81/743.96	c #Conflicts:     869000 | #Constraints:     173684
738.81/743.96	c #Conflicts:     870000 | #Constraints:     174722
738.81/743.96	c #Conflicts:     871000 | #Constraints:     175765
738.81/743.96	c INPROCESSING
738.81/743.96	c GARBAGE COLLECT
738.81/743.96	c rational objective -246
761.15/766.32	c #Conflicts:     872000 | #Constraints:     130837
761.15/766.32	c #Conflicts:     873000 | #Constraints:     131837
761.15/766.32	c #Conflicts:     874000 | #Constraints:     132837
761.15/766.32	c #Conflicts:     875000 | #Constraints:     133837
761.15/766.32	c #Conflicts:     876000 | #Constraints:     134837
761.15/766.32	c #Conflicts:     877000 | #Constraints:     135837
761.15/766.32	c #Conflicts:     878000 | #Constraints:     136837
761.15/766.32	c #Conflicts:     879000 | #Constraints:     137837
761.15/766.32	c #Conflicts:     880000 | #Constraints:     138837
761.15/766.32	c #Conflicts:     881000 | #Constraints:     139837
761.15/766.32	c #Conflicts:     882000 | #Constraints:     140837
761.15/766.32	c #Conflicts:     883000 | #Constraints:     141837
761.15/766.32	c #Conflicts:     884000 | #Constraints:     142837
761.15/766.32	c #Conflicts:     885000 | #Constraints:     143837
761.15/766.32	c #Conflicts:     886000 | #Constraints:     144837
761.15/766.32	c #Conflicts:     887000 | #Constraints:     145837
761.15/766.32	c #Conflicts:     888000 | #Constraints:     146837
761.15/766.32	c #Conflicts:     889000 | #Constraints:     147837
761.15/766.32	c #Conflicts:     890000 | #Constraints:     148837
761.15/766.32	c #Conflicts:     891000 | #Constraints:     149837
761.15/766.32	c #Conflicts:     892000 | #Constraints:     150837
761.15/766.32	c #Conflicts:     893000 | #Constraints:     151837
761.15/766.32	c #Conflicts:     894000 | #Constraints:     152837
761.15/766.32	c #Conflicts:     895000 | #Constraints:     153837
761.15/766.32	c INPROCESSING
761.15/766.32	c GARBAGE COLLECT
761.15/766.32	c rational objective -246
771.75/777.15	c #Conflicts:     896000 | #Constraints:     119525
771.75/777.15	c #Conflicts:     897000 | #Constraints:     120525
771.75/777.15	c #Conflicts:     898000 | #Constraints:     121525
771.75/777.15	c #Conflicts:     899000 | #Constraints:     122525
771.75/777.15	c #Conflicts:     900000 | #Constraints:     123525
771.75/777.15	c #Conflicts:     901000 | #Constraints:     124525
771.75/777.15	c #Conflicts:     902000 | #Constraints:     125525
771.75/777.15	c #Conflicts:     903000 | #Constraints:     126525
771.75/777.15	c #Conflicts:     904000 | #Constraints:     127525
771.75/777.15	c #Conflicts:     905000 | #Constraints:     128525
771.75/777.15	c #Conflicts:     906000 | #Constraints:     129525
771.75/777.15	c #Conflicts:     907000 | #Constraints:     130525
771.75/777.15	c #Conflicts:     908000 | #Constraints:     131525
771.75/777.15	c #Conflicts:     909000 | #Constraints:     132525
771.75/777.15	c #Conflicts:     910000 | #Constraints:     133525
771.75/777.15	c bounds -39 >= -245 @ 763.476
780.22/785.64	c #Conflicts:     911000 | #Constraints:     134567
780.22/785.64	c #Conflicts:     912000 | #Constraints:     135567
780.22/785.64	c #Conflicts:     913000 | #Constraints:     136567
780.22/785.64	c #Conflicts:     914000 | #Constraints:     137567
780.22/785.64	c #Conflicts:     915000 | #Constraints:     138567
780.22/785.64	c #Conflicts:     916000 | #Constraints:     139567
780.22/785.64	c #Conflicts:     917000 | #Constraints:     140567
780.22/785.64	c #Conflicts:     918000 | #Constraints:     141567
780.22/785.64	c #Conflicts:     919000 | #Constraints:     142567
780.22/785.64	c #Conflicts:     920000 | #Constraints:     143567
780.22/785.64	c INPROCESSING
780.22/785.64	c GARBAGE COLLECT
780.22/785.64	c rational objective -245
798.81/804.44	c #Conflicts:     921000 | #Constraints:     114686
798.81/804.44	c #Conflicts:     922000 | #Constraints:     115686
798.81/804.44	c #Conflicts:     923000 | #Constraints:     116686
798.81/804.44	c #Conflicts:     924000 | #Constraints:     117686
798.81/804.44	c #Conflicts:     925000 | #Constraints:     118686
798.81/804.44	c #Conflicts:     926000 | #Constraints:     119686
798.81/804.44	c #Conflicts:     927000 | #Constraints:     120686
798.81/804.44	c #Conflicts:     928000 | #Constraints:     121686
798.81/804.44	c #Conflicts:     929000 | #Constraints:     122686
798.81/804.44	c #Conflicts:     930000 | #Constraints:     123686
798.81/804.44	c #Conflicts:     931000 | #Constraints:     124686
798.81/804.44	c #Conflicts:     932000 | #Constraints:     125686
798.81/804.44	c #Conflicts:     933000 | #Constraints:     126686
798.81/804.44	c #Conflicts:     934000 | #Constraints:     127686
798.81/804.44	c #Conflicts:     935000 | #Constraints:     128686
798.81/804.44	c #Conflicts:     936000 | #Constraints:     129686
798.81/804.44	c #Conflicts:     937000 | #Constraints:     130686
798.81/804.44	c #Conflicts:     938000 | #Constraints:     131686
798.81/804.44	c #Conflicts:     939000 | #Constraints:     132686
798.81/804.44	c #Conflicts:     940000 | #Constraints:     133686
798.81/804.44	c #Conflicts:     941000 | #Constraints:     134686
798.81/804.44	c bounds -39 >= -244 @ 790.248
823.73/829.49	c #Conflicts:     942000 | #Constraints:     135755
823.73/829.49	c #Conflicts:     943000 | #Constraints:     136755
823.73/829.49	c #Conflicts:     944000 | #Constraints:     137755
823.73/829.49	c #Conflicts:     945000 | #Constraints:     138755
823.73/829.49	c #Conflicts:     946000 | #Constraints:     139755
823.73/829.49	c #Conflicts:     947000 | #Constraints:     140755
823.73/829.49	c #Conflicts:     948000 | #Constraints:     141755
823.73/829.49	c #Conflicts:     949000 | #Constraints:     142755
823.73/829.49	c #Conflicts:     950000 | #Constraints:     143755
823.73/829.49	c #Conflicts:     951000 | #Constraints:     144755
823.73/829.49	c #Conflicts:     952000 | #Constraints:     145755
823.73/829.49	c #Conflicts:     953000 | #Constraints:     146755
823.73/829.49	c #Conflicts:     954000 | #Constraints:     147755
823.73/829.49	c #Conflicts:     955000 | #Constraints:     148755
823.73/829.49	c #Conflicts:     956000 | #Constraints:     149755
823.73/829.49	c #Conflicts:     957000 | #Constraints:     150755
823.73/829.49	c #Conflicts:     958000 | #Constraints:     151755
823.73/829.49	c #Conflicts:     959000 | #Constraints:     152755
823.73/829.49	c #Conflicts:     960000 | #Constraints:     153755
823.73/829.49	c #Conflicts:     961000 | #Constraints:     154755
823.73/829.49	c #Conflicts:     962000 | #Constraints:     155755
823.73/829.49	c #Conflicts:     963000 | #Constraints:     156755
823.73/829.49	c #Conflicts:     964000 | #Constraints:     157755
823.73/829.49	c bounds -39 >= -243 @ 814.98
854.75/860.62	c #Conflicts:     965000 | #Constraints:     158770
854.75/860.62	c #Conflicts:     966000 | #Constraints:     159770
854.75/860.62	c #Conflicts:     967000 | #Constraints:     160770
854.75/860.62	c #Conflicts:     968000 | #Constraints:     161770
854.75/860.62	c #Conflicts:     969000 | #Constraints:     162770
854.75/860.62	c #Conflicts:     970000 | #Constraints:     163770
854.75/860.62	c #Conflicts:     971000 | #Constraints:     164770
854.75/860.62	c #Conflicts:     972000 | #Constraints:     165770
854.75/860.62	c #Conflicts:     973000 | #Constraints:     166770
854.75/860.62	c #Conflicts:     974000 | #Constraints:     167770
854.75/860.62	c #Conflicts:     975000 | #Constraints:     168770
854.75/860.62	c #Conflicts:     976000 | #Constraints:     169770
854.75/860.62	c #Conflicts:     977000 | #Constraints:     170770
854.75/860.62	c #Conflicts:     978000 | #Constraints:     171770
854.75/860.62	c #Conflicts:     979000 | #Constraints:     172770
854.75/860.62	c #Conflicts:     980000 | #Constraints:     173770
854.75/860.62	c #Conflicts:     981000 | #Constraints:     174770
854.75/860.62	c #Conflicts:     982000 | #Constraints:     175770
854.75/860.62	c #Conflicts:     983000 | #Constraints:     176770
854.75/860.62	c #Conflicts:     984000 | #Constraints:     177770
854.75/860.62	c #Conflicts:     985000 | #Constraints:     178770
854.75/860.62	c #Conflicts:     986000 | #Constraints:     179770
854.75/860.62	c #Conflicts:     987000 | #Constraints:     180770
854.75/860.62	c INPROCESSING
854.75/860.62	c GARBAGE COLLECT
854.75/860.62	c rational objective -243
856.14/862.07	c #Conflicts:     988000 | #Constraints:     133543
856.14/862.07	c bounds -39 >= -242 @ 847.118
879.52/885.68	c #Conflicts:     989000 | #Constraints:     134567
879.52/885.68	c #Conflicts:     990000 | #Constraints:     135567
879.52/885.68	c #Conflicts:     991000 | #Constraints:     136567
879.52/885.68	c #Conflicts:     992000 | #Constraints:     137567
879.52/885.68	c #Conflicts:     993000 | #Constraints:     138567
879.52/885.68	c #Conflicts:     994000 | #Constraints:     139567
879.52/885.68	c #Conflicts:     995000 | #Constraints:     140567
879.52/885.68	c #Conflicts:     996000 | #Constraints:     141567
879.52/885.68	c #Conflicts:     997000 | #Constraints:     142567
879.52/885.68	c #Conflicts:     998000 | #Constraints:     143567
879.52/885.68	c #Conflicts:     999000 | #Constraints:     144567
879.52/885.68	c #Conflicts:    1000000 | #Constraints:     145567
879.52/885.68	c #Conflicts:    1001000 | #Constraints:     146567
879.52/885.68	c #Conflicts:    1002000 | #Constraints:     147567
879.52/885.68	c #Conflicts:    1003000 | #Constraints:     148567
879.52/885.68	c #Conflicts:    1004000 | #Constraints:     149567
879.52/885.68	c #Conflicts:    1005000 | #Constraints:     150567
879.52/885.68	c #Conflicts:    1006000 | #Constraints:     151567
879.52/885.68	c #Conflicts:    1007000 | #Constraints:     152567
879.52/885.68	c #Conflicts:    1008000 | #Constraints:     153567
879.52/885.68	c #Conflicts:    1009000 | #Constraints:     154567
879.52/885.68	c #Conflicts:    1010000 | #Constraints:     155567
879.52/885.68	c #Conflicts:    1011000 | #Constraints:     156567
879.52/885.68	c #Conflicts:    1012000 | #Constraints:     157567
879.52/885.68	c INPROCESSING
879.52/885.68	c GARBAGE COLLECT
879.52/885.68	c rational objective -242
880.52/886.62	c #Conflicts:    1013000 | #Constraints:     121554
880.52/886.62	c bounds -39 >= -241 @ 871.215
900.82/907.18	c #Conflicts:    1014000 | #Constraints:     122593
900.82/907.18	c #Conflicts:    1015000 | #Constraints:     123593
900.82/907.18	c #Conflicts:    1016000 | #Constraints:     124593
900.82/907.18	c #Conflicts:    1017000 | #Constraints:     125593
900.82/907.18	c #Conflicts:    1018000 | #Constraints:     126593
900.82/907.18	c #Conflicts:    1019000 | #Constraints:     127593
900.82/907.18	c #Conflicts:    1020000 | #Constraints:     128593
900.82/907.18	c #Conflicts:    1021000 | #Constraints:     129593
900.82/907.18	c #Conflicts:    1022000 | #Constraints:     130593
900.82/907.18	c #Conflicts:    1023000 | #Constraints:     131593
900.82/907.18	c #Conflicts:    1024000 | #Constraints:     132593
900.82/907.18	c #Conflicts:    1025000 | #Constraints:     133593
900.82/907.18	c #Conflicts:    1026000 | #Constraints:     134593
900.82/907.18	c #Conflicts:    1027000 | #Constraints:     135593
900.82/907.18	c #Conflicts:    1028000 | #Constraints:     136593
900.82/907.18	c #Conflicts:    1029000 | #Constraints:     137593
900.82/907.18	c #Conflicts:    1030000 | #Constraints:     138593
900.82/907.18	c #Conflicts:    1031000 | #Constraints:     139593
900.82/907.18	c #Conflicts:    1032000 | #Constraints:     140593
900.82/907.18	c #Conflicts:    1033000 | #Constraints:     141593
900.82/907.18	c #Conflicts:    1034000 | #Constraints:     142593
900.82/907.18	c #Conflicts:    1035000 | #Constraints:     143593
900.82/907.18	c #Conflicts:    1036000 | #Constraints:     144593
900.82/907.18	c #Conflicts:    1037000 | #Constraints:     145593
900.82/907.18	c #Conflicts:    1038000 | #Constraints:     146593
900.82/907.18	c INPROCESSING
900.82/907.18	c GARBAGE COLLECT
900.82/907.18	c rational objective -241
943.60/950.26	c #Conflicts:    1039000 | #Constraints:     116019
943.60/950.26	c #Conflicts:    1040000 | #Constraints:     117019
943.60/950.26	c #Conflicts:    1041000 | #Constraints:     118019
943.60/950.26	c #Conflicts:    1042000 | #Constraints:     119019
943.60/950.26	c #Conflicts:    1043000 | #Constraints:     120019
943.60/950.26	c #Conflicts:    1044000 | #Constraints:     121019
943.60/950.26	c #Conflicts:    1045000 | #Constraints:     122019
943.60/950.26	c #Conflicts:    1046000 | #Constraints:     123019
943.60/950.26	c #Conflicts:    1047000 | #Constraints:     124019
943.60/950.26	c #Conflicts:    1048000 | #Constraints:     125019
943.60/950.26	c #Conflicts:    1049000 | #Constraints:     126019
943.60/950.26	c #Conflicts:    1050000 | #Constraints:     127019
943.60/950.26	c #Conflicts:    1051000 | #Constraints:     128019
943.60/950.26	c #Conflicts:    1052000 | #Constraints:     129019
943.60/950.26	c #Conflicts:    1053000 | #Constraints:     130019
943.60/950.26	c #Conflicts:    1054000 | #Constraints:     131019
943.60/950.26	c #Conflicts:    1055000 | #Constraints:     132019
943.60/950.26	c #Conflicts:    1056000 | #Constraints:     133019
943.60/950.26	c #Conflicts:    1057000 | #Constraints:     134019
943.60/950.26	c #Conflicts:    1058000 | #Constraints:     135019
943.60/950.26	c #Conflicts:    1059000 | #Constraints:     136019
943.60/950.26	c #Conflicts:    1060000 | #Constraints:     137019
943.60/950.26	c #Conflicts:    1061000 | #Constraints:     138019
943.60/950.26	c #Conflicts:    1062000 | #Constraints:     139019
943.60/950.26	c #Conflicts:    1063000 | #Constraints:     140019
943.60/950.26	c #Conflicts:    1064000 | #Constraints:     141019
943.60/950.26	c #Conflicts:    1065000 | #Constraints:     142019
943.60/950.26	c #Conflicts:    1066000 | #Constraints:     143019
943.60/950.26	c #Conflicts:    1067000 | #Constraints:     144019
943.60/950.26	c #Conflicts:    1068000 | #Constraints:     145019
943.60/950.26	c #Conflicts:    1069000 | #Constraints:     146019
943.60/950.26	c #Conflicts:    1070000 | #Constraints:     147019
943.60/950.26	c #Conflicts:    1071000 | #Constraints:     148019
943.60/950.26	c #Conflicts:    1072000 | #Constraints:     149019
943.60/950.26	c #Conflicts:    1073000 | #Constraints:     150019
943.60/950.26	c #Conflicts:    1074000 | #Constraints:     151019
943.60/950.26	c #Conflicts:    1075000 | #Constraints:     152019
943.60/950.26	c #Conflicts:    1076000 | #Constraints:     153019
943.60/950.26	c #Conflicts:    1077000 | #Constraints:     154019
943.60/950.26	c #Conflicts:    1078000 | #Constraints:     155019
943.60/950.26	c #Conflicts:    1079000 | #Constraints:     156019
943.60/950.26	c #Conflicts:    1080000 | #Constraints:     157019
943.60/950.26	c #Conflicts:    1081000 | #Constraints:     158019
943.60/950.26	c #Conflicts:    1082000 | #Constraints:     159019
943.60/950.26	c #Conflicts:    1083000 | #Constraints:     160019
943.60/950.26	c #Conflicts:    1084000 | #Constraints:     161019
943.60/950.26	c #Conflicts:    1085000 | #Constraints:     162019
943.60/950.26	c bounds -39 >= -240 @ 933.644
979.08/985.91	c #Conflicts:    1086000 | #Constraints:     163097
979.08/985.91	c #Conflicts:    1087000 | #Constraints:     164097
979.08/985.91	c #Conflicts:    1088000 | #Constraints:     165097
979.08/985.91	c #Conflicts:    1089000 | #Constraints:     166097
979.08/985.91	c #Conflicts:    1090000 | #Constraints:     167097
979.08/985.91	c #Conflicts:    1091000 | #Constraints:     168097
979.08/985.91	c #Conflicts:    1092000 | #Constraints:     169097
979.08/985.91	c #Conflicts:    1093000 | #Constraints:     170097
979.08/985.91	c #Conflicts:    1094000 | #Constraints:     171097
979.08/985.91	c #Conflicts:    1095000 | #Constraints:     172097
979.08/985.91	c #Conflicts:    1096000 | #Constraints:     173097
979.08/985.91	c #Conflicts:    1097000 | #Constraints:     174097
979.08/985.91	c #Conflicts:    1098000 | #Constraints:     175097
979.08/985.91	c #Conflicts:    1099000 | #Constraints:     176097
979.08/985.91	c #Conflicts:    1100000 | #Constraints:     177097
979.08/985.91	c #Conflicts:    1101000 | #Constraints:     178097
979.08/985.91	c #Conflicts:    1102000 | #Constraints:     179097
979.08/985.91	c #Conflicts:    1103000 | #Constraints:     180097
979.08/985.91	c #Conflicts:    1104000 | #Constraints:     181097
979.08/985.91	c #Conflicts:    1105000 | #Constraints:     182097
979.08/985.91	c #Conflicts:    1106000 | #Constraints:     183097
979.08/985.91	c #Conflicts:    1107000 | #Constraints:     184097
979.08/985.91	c #Conflicts:    1108000 | #Constraints:     185097
979.08/985.91	c #Conflicts:    1109000 | #Constraints:     186097
979.08/985.91	c #Conflicts:    1110000 | #Constraints:     187097
979.08/985.91	c INPROCESSING
979.08/985.91	c GARBAGE COLLECT
979.08/985.91	c rational objective -240
1018.51/1025.71	c #Conflicts:    1111000 | #Constraints:     136651
1018.51/1025.71	c #Conflicts:    1112000 | #Constraints:     137698
1018.51/1025.71	c #Conflicts:    1113000 | #Constraints:     138734
1018.51/1025.71	c #Conflicts:    1114000 | #Constraints:     139781
1018.51/1025.71	c #Conflicts:    1115000 | #Constraints:     140823
1018.51/1025.71	c #Conflicts:    1116000 | #Constraints:     141854
1018.51/1025.71	c #Conflicts:    1117000 | #Constraints:     142894
1018.51/1025.71	c #Conflicts:    1118000 | #Constraints:     143949
1018.51/1025.71	c #Conflicts:    1119000 | #Constraints:     144998
1018.51/1025.71	c #Conflicts:    1120000 | #Constraints:     146043
1018.51/1025.71	c #Conflicts:    1121000 | #Constraints:     147090
1018.51/1025.71	c #Conflicts:    1122000 | #Constraints:     148127
1018.51/1025.71	c #Conflicts:    1123000 | #Constraints:     149158
1018.51/1025.71	c #Conflicts:    1124000 | #Constraints:     150192
1018.51/1025.71	c #Conflicts:    1125000 | #Constraints:     151239
1018.51/1025.71	c #Conflicts:    1126000 | #Constraints:     152277
1018.51/1025.71	c #Conflicts:    1127000 | #Constraints:     153317
1018.51/1025.71	c #Conflicts:    1128000 | #Constraints:     154373
1018.51/1025.71	c #Conflicts:    1129000 | #Constraints:     155417
1018.51/1025.71	c #Conflicts:    1130000 | #Constraints:     156458
1018.51/1025.71	c #Conflicts:    1131000 | #Constraints:     157499
1018.51/1025.71	c #Conflicts:    1132000 | #Constraints:     158544
1018.51/1025.71	c #Conflicts:    1133000 | #Constraints:     159582
1018.51/1025.71	c #Conflicts:    1134000 | #Constraints:     160631
1018.51/1025.71	c #Conflicts:    1135000 | #Constraints:     161672
1018.51/1025.71	c #Conflicts:    1136000 | #Constraints:     162713
1018.51/1025.71	c #Conflicts:    1137000 | #Constraints:     163754
1018.51/1025.71	c INPROCESSING
1018.51/1025.71	c GARBAGE COLLECT
1018.51/1025.71	c rational objective -240
1041.75/1049.02	c #Conflicts:    1138000 | #Constraints:     124849
1041.75/1049.02	c #Conflicts:    1139000 | #Constraints:     125849
1041.75/1049.02	c #Conflicts:    1140000 | #Constraints:     126849
1041.75/1049.02	c #Conflicts:    1141000 | #Constraints:     127849
1041.75/1049.02	c #Conflicts:    1142000 | #Constraints:     128849
1041.75/1049.02	c #Conflicts:    1143000 | #Constraints:     129849
1041.75/1049.02	c #Conflicts:    1144000 | #Constraints:     130849
1041.75/1049.02	c #Conflicts:    1145000 | #Constraints:     131849
1041.75/1049.02	c #Conflicts:    1146000 | #Constraints:     132849
1041.75/1049.02	c #Conflicts:    1147000 | #Constraints:     133849
1041.75/1049.02	c #Conflicts:    1148000 | #Constraints:     134849
1041.75/1049.02	c #Conflicts:    1149000 | #Constraints:     135849
1041.75/1049.02	c #Conflicts:    1150000 | #Constraints:     136849
1041.75/1049.02	c #Conflicts:    1151000 | #Constraints:     137849
1041.75/1049.02	c #Conflicts:    1152000 | #Constraints:     138849
1041.75/1049.02	c #Conflicts:    1153000 | #Constraints:     139849
1041.75/1049.02	c #Conflicts:    1154000 | #Constraints:     140849
1041.75/1049.02	c #Conflicts:    1155000 | #Constraints:     141849
1041.75/1049.02	c #Conflicts:    1156000 | #Constraints:     142849
1041.75/1049.02	c #Conflicts:    1157000 | #Constraints:     143849
1041.75/1049.02	c #Conflicts:    1158000 | #Constraints:     144849
1041.75/1049.02	c #Conflicts:    1159000 | #Constraints:     145849
1041.75/1049.02	c #Conflicts:    1160000 | #Constraints:     146849
1041.75/1049.02	c #Conflicts:    1161000 | #Constraints:     147849
1041.75/1049.02	c #Conflicts:    1162000 | #Constraints:     148849
1041.75/1049.02	c #Conflicts:    1163000 | #Constraints:     149849
1041.75/1049.02	c #Conflicts:    1164000 | #Constraints:     150849
1041.75/1049.02	c INPROCESSING
1041.75/1049.02	c GARBAGE COLLECT
1041.75/1049.02	c rational objective -240
1052.47/1060.12	c #Conflicts:    1165000 | #Constraints:     118244
1052.47/1060.12	c #Conflicts:    1166000 | #Constraints:     119244
1052.47/1060.12	c #Conflicts:    1167000 | #Constraints:     120244
1052.47/1060.12	c #Conflicts:    1168000 | #Constraints:     121244
1052.47/1060.12	c #Conflicts:    1169000 | #Constraints:     122244
1052.47/1060.12	c #Conflicts:    1170000 | #Constraints:     123244
1052.47/1060.12	c #Conflicts:    1171000 | #Constraints:     124244
1052.47/1060.12	c #Conflicts:    1172000 | #Constraints:     125244
1052.47/1060.12	c #Conflicts:    1173000 | #Constraints:     126244
1052.47/1060.12	c #Conflicts:    1174000 | #Constraints:     127244
1052.47/1060.12	c #Conflicts:    1175000 | #Constraints:     128244
1052.47/1060.12	c #Conflicts:    1176000 | #Constraints:     129244
1052.47/1060.12	c #Conflicts:    1177000 | #Constraints:     130244
1052.47/1060.12	c #Conflicts:    1178000 | #Constraints:     131244
1052.47/1060.12	c bounds -39 >= -239 @ 1041.6
1110.95/1119.10	c #Conflicts:    1179000 | #Constraints:     132304
1110.95/1119.10	c #Conflicts:    1180000 | #Constraints:     133304
1110.95/1119.10	c #Conflicts:    1181000 | #Constraints:     134304
1110.95/1119.10	c #Conflicts:    1182000 | #Constraints:     135304
1110.95/1119.10	c #Conflicts:    1183000 | #Constraints:     136304
1110.95/1119.10	c #Conflicts:    1184000 | #Constraints:     137304
1110.95/1119.10	c #Conflicts:    1185000 | #Constraints:     138304
1110.95/1119.10	c #Conflicts:    1186000 | #Constraints:     139304
1110.95/1119.10	c #Conflicts:    1187000 | #Constraints:     140304
1110.95/1119.10	c #Conflicts:    1188000 | #Constraints:     141304
1110.95/1119.10	c #Conflicts:    1189000 | #Constraints:     142304
1110.95/1119.10	c #Conflicts:    1190000 | #Constraints:     143304
1110.95/1119.10	c #Conflicts:    1191000 | #Constraints:     144304
1110.95/1119.10	c #Conflicts:    1192000 | #Constraints:     145304
1110.95/1119.10	c #Conflicts:    1193000 | #Constraints:     146304
1110.95/1119.10	c #Conflicts:    1194000 | #Constraints:     147304
1110.95/1119.10	c #Conflicts:    1195000 | #Constraints:     148304
1110.95/1119.10	c #Conflicts:    1196000 | #Constraints:     149304
1110.95/1119.10	c #Conflicts:    1197000 | #Constraints:     150304
1110.95/1119.10	c #Conflicts:    1198000 | #Constraints:     151304
1110.95/1119.10	c #Conflicts:    1199000 | #Constraints:     152304
1110.95/1119.10	c #Conflicts:    1200000 | #Constraints:     153304
1110.95/1119.10	c #Conflicts:    1201000 | #Constraints:     154304
1110.95/1119.10	c #Conflicts:    1202000 | #Constraints:     155304
1110.95/1119.10	c #Conflicts:    1203000 | #Constraints:     156304
1110.95/1119.10	c #Conflicts:    1204000 | #Constraints:     157304
1110.95/1119.10	c #Conflicts:    1205000 | #Constraints:     158304
1110.95/1119.10	c #Conflicts:    1206000 | #Constraints:     159304
1110.95/1119.10	c #Conflicts:    1207000 | #Constraints:     160304
1110.95/1119.10	c #Conflicts:    1208000 | #Constraints:     161304
1110.95/1119.10	c #Conflicts:    1209000 | #Constraints:     162304
1110.95/1119.10	c #Conflicts:    1210000 | #Constraints:     163304
1110.95/1119.10	c #Conflicts:    1211000 | #Constraints:     164304
1110.95/1119.10	c #Conflicts:    1212000 | #Constraints:     165304
1110.95/1119.10	c #Conflicts:    1213000 | #Constraints:     166304
1110.95/1119.10	c #Conflicts:    1214000 | #Constraints:     167304
1110.95/1119.10	c #Conflicts:    1215000 | #Constraints:     168304
1110.95/1119.10	c #Conflicts:    1216000 | #Constraints:     169304
1110.95/1119.10	c #Conflicts:    1217000 | #Constraints:     170304
1110.95/1119.10	c #Conflicts:    1218000 | #Constraints:     171304
1110.95/1119.10	c #Conflicts:    1219000 | #Constraints:     172304
1110.95/1119.10	c #Conflicts:    1220000 | #Constraints:     173304
1110.95/1119.10	c #Conflicts:    1221000 | #Constraints:     174304
1110.95/1119.10	c #Conflicts:    1222000 | #Constraints:     175304
1110.95/1119.10	c #Conflicts:    1223000 | #Constraints:     176304
1110.95/1119.10	c #Conflicts:    1224000 | #Constraints:     177304
1110.95/1119.10	c #Conflicts:    1225000 | #Constraints:     178304
1110.95/1119.10	c #Conflicts:    1226000 | #Constraints:     179304
1110.95/1119.10	c bounds -39 >= -238 @ 1099.65
1131.19/1139.30	c #Conflicts:    1227000 | #Constraints:     180343
1131.19/1139.30	c #Conflicts:    1228000 | #Constraints:     181343
1131.19/1139.30	c #Conflicts:    1229000 | #Constraints:     182343
1131.19/1139.30	c #Conflicts:    1230000 | #Constraints:     183343
1131.19/1139.30	c #Conflicts:    1231000 | #Constraints:     184343
1131.19/1139.30	c #Conflicts:    1232000 | #Constraints:     185343
1131.19/1139.30	c #Conflicts:    1233000 | #Constraints:     186343
1131.19/1139.30	c #Conflicts:    1234000 | #Constraints:     187343
1131.19/1139.30	c #Conflicts:    1235000 | #Constraints:     188343
1131.19/1139.30	c #Conflicts:    1236000 | #Constraints:     189343
1131.19/1139.30	c #Conflicts:    1237000 | #Constraints:     190343
1131.19/1139.30	c #Conflicts:    1238000 | #Constraints:     191343
1131.19/1139.30	c #Conflicts:    1239000 | #Constraints:     192343
1131.19/1139.30	c #Conflicts:    1240000 | #Constraints:     193343
1131.19/1139.30	c INPROCESSING
1131.19/1139.30	c GARBAGE COLLECT
1131.19/1139.30	c rational objective -238
1160.95/1169.37	c #Conflicts:    1241000 | #Constraints:     139342
1160.95/1169.37	c #Conflicts:    1242000 | #Constraints:     140342
1160.95/1169.37	c #Conflicts:    1243000 | #Constraints:     141342
1160.95/1169.37	c #Conflicts:    1244000 | #Constraints:     142342
1160.95/1169.37	c #Conflicts:    1245000 | #Constraints:     143342
1160.95/1169.37	c #Conflicts:    1246000 | #Constraints:     144342
1160.95/1169.37	c #Conflicts:    1247000 | #Constraints:     145342
1160.95/1169.37	c #Conflicts:    1248000 | #Constraints:     146342
1160.95/1169.37	c #Conflicts:    1249000 | #Constraints:     147342
1160.95/1169.37	c #Conflicts:    1250000 | #Constraints:     148342
1160.95/1169.37	c #Conflicts:    1251000 | #Constraints:     149342
1160.95/1169.37	c #Conflicts:    1252000 | #Constraints:     150342
1160.95/1169.37	c #Conflicts:    1253000 | #Constraints:     151342
1160.95/1169.37	c #Conflicts:    1254000 | #Constraints:     152342
1160.95/1169.37	c #Conflicts:    1255000 | #Constraints:     153342
1160.95/1169.37	c #Conflicts:    1256000 | #Constraints:     154342
1160.95/1169.37	c #Conflicts:    1257000 | #Constraints:     155342
1160.95/1169.37	c #Conflicts:    1258000 | #Constraints:     156342
1160.95/1169.37	c #Conflicts:    1259000 | #Constraints:     157342
1160.95/1169.37	c #Conflicts:    1260000 | #Constraints:     158342
1160.95/1169.37	c #Conflicts:    1261000 | #Constraints:     159342
1160.95/1169.37	c #Conflicts:    1262000 | #Constraints:     160342
1160.95/1169.37	c #Conflicts:    1263000 | #Constraints:     161342
1160.95/1169.37	c #Conflicts:    1264000 | #Constraints:     162342
1160.95/1169.37	c #Conflicts:    1265000 | #Constraints:     163342
1160.95/1169.37	c #Conflicts:    1266000 | #Constraints:     164342
1160.95/1169.37	c #Conflicts:    1267000 | #Constraints:     165342
1160.95/1169.37	c #Conflicts:    1268000 | #Constraints:     166342
1160.95/1169.37	c #Conflicts:    1269000 | #Constraints:     167342
1160.95/1169.37	c INPROCESSING
1160.95/1169.37	c GARBAGE COLLECT
1160.95/1169.37	c rational objective -238
1202.29/1210.97	c #Conflicts:    1270000 | #Constraints:     126585
1202.29/1210.97	c #Conflicts:    1271000 | #Constraints:     127586
1202.29/1210.97	c #Conflicts:    1272000 | #Constraints:     128597
1202.29/1210.97	c #Conflicts:    1273000 | #Constraints:     129601
1202.29/1210.97	c #Conflicts:    1274000 | #Constraints:     130631
1202.29/1210.97	c #Conflicts:    1275000 | #Constraints:     131681
1202.29/1210.97	c #Conflicts:    1276000 | #Constraints:     132720
1202.29/1210.97	c #Conflicts:    1277000 | #Constraints:     133747
1202.29/1210.97	c #Conflicts:    1278000 | #Constraints:     134790
1202.29/1210.97	c #Conflicts:    1279000 | #Constraints:     135832
1202.29/1210.97	c #Conflicts:    1280000 | #Constraints:     136873
1202.29/1210.97	c #Conflicts:    1281000 | #Constraints:     137914
1202.29/1210.97	c #Conflicts:    1282000 | #Constraints:     138951
1202.29/1210.97	c #Conflicts:    1283000 | #Constraints:     139984
1202.29/1210.97	c #Conflicts:    1284000 | #Constraints:     141015
1202.29/1210.97	c #Conflicts:    1285000 | #Constraints:     142051
1202.29/1210.97	c #Conflicts:    1286000 | #Constraints:     143093
1202.29/1210.97	c #Conflicts:    1287000 | #Constraints:     144133
1202.29/1210.97	c #Conflicts:    1288000 | #Constraints:     145170
1202.29/1210.97	c #Conflicts:    1289000 | #Constraints:     146200
1202.29/1210.97	c #Conflicts:    1290000 | #Constraints:     147236
1202.29/1210.97	c #Conflicts:    1291000 | #Constraints:     148270
1202.29/1210.97	c #Conflicts:    1292000 | #Constraints:     149321
1202.29/1210.97	c #Conflicts:    1293000 | #Constraints:     150360
1202.29/1210.97	c #Conflicts:    1294000 | #Constraints:     151392
1202.29/1210.97	c #Conflicts:    1295000 | #Constraints:     152429
1202.29/1210.97	c #Conflicts:    1296000 | #Constraints:     153459
1202.29/1210.97	c #Conflicts:    1297000 | #Constraints:     154484
1202.29/1210.97	c #Conflicts:    1298000 | #Constraints:     155519
1202.29/1210.97	c INPROCESSING
1202.29/1210.97	c GARBAGE COLLECT
1202.29/1210.97	c rational objective -238
1258.35/1267.44	c #Conflicts:    1299000 | #Constraints:     121147
1258.35/1267.44	c #Conflicts:    1300000 | #Constraints:     122147
1258.35/1267.44	c #Conflicts:    1301000 | #Constraints:     123147
1258.35/1267.44	c #Conflicts:    1302000 | #Constraints:     124147
1258.35/1267.44	c #Conflicts:    1303000 | #Constraints:     125147
1258.35/1267.44	c #Conflicts:    1304000 | #Constraints:     126147
1258.35/1267.44	c #Conflicts:    1305000 | #Constraints:     127147
1258.35/1267.44	c #Conflicts:    1306000 | #Constraints:     128147
1258.35/1267.44	c #Conflicts:    1307000 | #Constraints:     129147
1258.35/1267.44	c #Conflicts:    1308000 | #Constraints:     130147
1258.35/1267.44	c #Conflicts:    1309000 | #Constraints:     131147
1258.35/1267.44	c #Conflicts:    1310000 | #Constraints:     132147
1258.35/1267.44	c #Conflicts:    1311000 | #Constraints:     133147
1258.35/1267.44	c #Conflicts:    1312000 | #Constraints:     134147
1258.35/1267.44	c #Conflicts:    1313000 | #Constraints:     135147
1258.35/1267.44	c #Conflicts:    1314000 | #Constraints:     136147
1258.35/1267.44	c #Conflicts:    1315000 | #Constraints:     137147
1258.35/1267.44	c #Conflicts:    1316000 | #Constraints:     138147
1258.35/1267.44	c #Conflicts:    1317000 | #Constraints:     139147
1258.35/1267.44	c #Conflicts:    1318000 | #Constraints:     140147
1258.35/1267.44	c #Conflicts:    1319000 | #Constraints:     141147
1258.35/1267.44	c #Conflicts:    1320000 | #Constraints:     142147
1258.35/1267.44	c #Conflicts:    1321000 | #Constraints:     143147
1258.35/1267.44	c #Conflicts:    1322000 | #Constraints:     144147
1258.35/1267.44	c #Conflicts:    1323000 | #Constraints:     145147
1258.35/1267.44	c #Conflicts:    1324000 | #Constraints:     146147
1258.35/1267.44	c #Conflicts:    1325000 | #Constraints:     147147
1258.35/1267.44	c #Conflicts:    1326000 | #Constraints:     148147
1258.35/1267.44	c #Conflicts:    1327000 | #Constraints:     149147
1258.35/1267.44	c #Conflicts:    1328000 | #Constraints:     150147
1258.35/1267.44	c #Conflicts:    1329000 | #Constraints:     151147
1258.35/1267.44	c #Conflicts:    1330000 | #Constraints:     152147
1258.35/1267.44	c #Conflicts:    1331000 | #Constraints:     153147
1258.35/1267.44	c #Conflicts:    1332000 | #Constraints:     154147
1258.35/1267.44	c #Conflicts:    1333000 | #Constraints:     155147
1258.35/1267.44	c #Conflicts:    1334000 | #Constraints:     156147
1258.35/1267.44	c #Conflicts:    1335000 | #Constraints:     157147
1258.35/1267.44	c #Conflicts:    1336000 | #Constraints:     158147
1258.35/1267.44	c #Conflicts:    1337000 | #Constraints:     159147
1258.35/1267.44	c #Conflicts:    1338000 | #Constraints:     160147
1258.35/1267.44	c #Conflicts:    1339000 | #Constraints:     161147
1258.35/1267.44	c #Conflicts:    1340000 | #Constraints:     162147
1258.35/1267.44	c #Conflicts:    1341000 | #Constraints:     163147
1258.35/1267.44	c #Conflicts:    1342000 | #Constraints:     164147
1258.35/1267.44	c #Conflicts:    1343000 | #Constraints:     165147
1258.35/1267.44	c #Conflicts:    1344000 | #Constraints:     166147
1258.35/1267.44	c #Conflicts:    1345000 | #Constraints:     167147
1258.35/1267.44	c #Conflicts:    1346000 | #Constraints:     168147
1258.35/1267.44	c #Conflicts:    1347000 | #Constraints:     169147
1258.35/1267.44	c #Conflicts:    1348000 | #Constraints:     170147
1258.35/1267.44	c #Conflicts:    1349000 | #Constraints:     171147
1258.35/1267.44	c #Conflicts:    1350000 | #Constraints:     172147
1258.35/1267.44	c #Conflicts:    1351000 | #Constraints:     173147
1258.35/1267.44	c #Conflicts:    1352000 | #Constraints:     174147
1258.35/1267.44	c #Conflicts:    1353000 | #Constraints:     175147
1258.35/1267.44	c #Conflicts:    1354000 | #Constraints:     176147
1258.35/1267.44	c #Conflicts:    1355000 | #Constraints:     177147
1258.35/1267.44	c bounds -39 >= -237 @ 1245.72
1289.16/1298.49	c #Conflicts:    1356000 | #Constraints:     178189
1289.16/1298.49	c #Conflicts:    1357000 | #Constraints:     179189
1289.16/1298.49	c #Conflicts:    1358000 | #Constraints:     180189
1289.16/1298.49	c #Conflicts:    1359000 | #Constraints:     181189
1289.16/1298.49	c #Conflicts:    1360000 | #Constraints:     182189
1289.16/1298.49	c #Conflicts:    1361000 | #Constraints:     183189
1289.16/1298.49	c #Conflicts:    1362000 | #Constraints:     184189
1289.16/1298.49	c #Conflicts:    1363000 | #Constraints:     185189
1289.16/1298.49	c #Conflicts:    1364000 | #Constraints:     186189
1289.16/1298.49	c #Conflicts:    1365000 | #Constraints:     187189
1289.16/1298.49	c #Conflicts:    1366000 | #Constraints:     188189
1289.16/1298.49	c #Conflicts:    1367000 | #Constraints:     189189
1289.16/1298.49	c #Conflicts:    1368000 | #Constraints:     190189
1289.16/1298.49	c #Conflicts:    1369000 | #Constraints:     191189
1289.16/1298.49	c #Conflicts:    1370000 | #Constraints:     192189
1289.16/1298.49	c #Conflicts:    1371000 | #Constraints:     193189
1289.16/1298.49	c #Conflicts:    1372000 | #Constraints:     194189
1289.16/1298.49	c #Conflicts:    1373000 | #Constraints:     195189
1289.16/1298.49	c #Conflicts:    1374000 | #Constraints:     196189
1289.16/1298.49	c #Conflicts:    1375000 | #Constraints:     197189
1289.16/1298.49	c #Conflicts:    1376000 | #Constraints:     198189
1289.16/1298.49	c #Conflicts:    1377000 | #Constraints:     199189
1289.16/1298.49	c INPROCESSING
1289.16/1298.49	c GARBAGE COLLECT
1289.16/1298.49	c rational objective -237
1315.09/1324.40	c #Conflicts:    1378000 | #Constraints:     142450
1315.09/1324.40	c #Conflicts:    1379000 | #Constraints:     143450
1315.09/1324.40	c #Conflicts:    1380000 | #Constraints:     144450
1315.09/1324.40	c #Conflicts:    1381000 | #Constraints:     145450
1315.09/1324.40	c #Conflicts:    1382000 | #Constraints:     146450
1315.09/1324.40	c #Conflicts:    1383000 | #Constraints:     147450
1315.09/1324.40	c #Conflicts:    1384000 | #Constraints:     148450
1315.09/1324.40	c #Conflicts:    1385000 | #Constraints:     149450
1315.09/1324.40	c #Conflicts:    1386000 | #Constraints:     150450
1315.09/1324.40	c #Conflicts:    1387000 | #Constraints:     151450
1315.09/1324.40	c #Conflicts:    1388000 | #Constraints:     152450
1315.09/1324.40	c #Conflicts:    1389000 | #Constraints:     153450
1315.09/1324.40	c #Conflicts:    1390000 | #Constraints:     154450
1315.09/1324.40	c #Conflicts:    1391000 | #Constraints:     155450
1315.09/1324.40	c #Conflicts:    1392000 | #Constraints:     156450
1315.09/1324.40	c #Conflicts:    1393000 | #Constraints:     157450
1315.09/1324.40	c #Conflicts:    1394000 | #Constraints:     158450
1315.09/1324.40	c #Conflicts:    1395000 | #Constraints:     159450
1315.09/1324.40	c #Conflicts:    1396000 | #Constraints:     160450
1315.09/1324.40	c #Conflicts:    1397000 | #Constraints:     161450
1315.09/1324.40	c #Conflicts:    1398000 | #Constraints:     162450
1315.09/1324.40	c #Conflicts:    1399000 | #Constraints:     163450
1315.09/1324.40	c #Conflicts:    1400000 | #Constraints:     164450
1315.09/1324.40	c #Conflicts:    1401000 | #Constraints:     165450
1315.09/1324.40	c #Conflicts:    1402000 | #Constraints:     166450
1315.09/1324.40	c #Conflicts:    1403000 | #Constraints:     167450
1315.09/1324.40	c #Conflicts:    1404000 | #Constraints:     168450
1315.09/1324.40	c bounds -39 >= -236 @ 1301.89
1318.99/1328.44	c #Conflicts:    1405000 | #Constraints:     169480
1318.99/1328.44	c #Conflicts:    1406000 | #Constraints:     170480
1318.99/1328.44	c #Conflicts:    1407000 | #Constraints:     171480
1318.99/1328.44	c INPROCESSING
1318.99/1328.44	c GARBAGE COLLECT
1318.99/1328.44	c rational objective -236
1345.11/1354.63	c #Conflicts:    1408000 | #Constraints:     128239
1345.11/1354.63	c #Conflicts:    1409000 | #Constraints:     129239
1345.11/1354.63	c #Conflicts:    1410000 | #Constraints:     130239
1345.11/1354.63	c #Conflicts:    1411000 | #Constraints:     131239
1345.11/1354.63	c #Conflicts:    1412000 | #Constraints:     132239
1345.11/1354.63	c #Conflicts:    1413000 | #Constraints:     133239
1345.11/1354.63	c #Conflicts:    1414000 | #Constraints:     134239
1345.11/1354.63	c #Conflicts:    1415000 | #Constraints:     135239
1345.11/1354.63	c #Conflicts:    1416000 | #Constraints:     136239
1345.11/1354.63	c #Conflicts:    1417000 | #Constraints:     137239
1345.11/1354.63	c #Conflicts:    1418000 | #Constraints:     138239
1345.11/1354.63	c #Conflicts:    1419000 | #Constraints:     139239
1345.11/1354.63	c #Conflicts:    1420000 | #Constraints:     140239
1345.11/1354.63	c #Conflicts:    1421000 | #Constraints:     141239
1345.11/1354.63	c #Conflicts:    1422000 | #Constraints:     142239
1345.11/1354.63	c #Conflicts:    1423000 | #Constraints:     143239
1345.11/1354.63	c #Conflicts:    1424000 | #Constraints:     144239
1345.11/1354.63	c #Conflicts:    1425000 | #Constraints:     145239
1345.11/1354.63	c #Conflicts:    1426000 | #Constraints:     146239
1345.11/1354.63	c #Conflicts:    1427000 | #Constraints:     147239
1345.11/1354.63	c #Conflicts:    1428000 | #Constraints:     148239
1345.11/1354.63	c #Conflicts:    1429000 | #Constraints:     149239
1345.11/1354.63	c #Conflicts:    1430000 | #Constraints:     150239
1345.11/1354.63	c #Conflicts:    1431000 | #Constraints:     151239
1345.11/1354.63	c #Conflicts:    1432000 | #Constraints:     152239
1345.11/1354.63	c #Conflicts:    1433000 | #Constraints:     153239
1345.11/1354.63	c #Conflicts:    1434000 | #Constraints:     154239
1345.11/1354.63	c #Conflicts:    1435000 | #Constraints:     155239
1345.11/1354.63	c #Conflicts:    1436000 | #Constraints:     156239
1345.11/1354.63	c #Conflicts:    1437000 | #Constraints:     157239
1345.11/1354.63	c #Conflicts:    1438000 | #Constraints:     158239
1345.11/1354.63	c INPROCESSING
1345.11/1354.63	c GARBAGE COLLECT
1345.11/1354.63	c rational objective -236
1382.61/1392.45	c #Conflicts:    1439000 | #Constraints:     125053
1382.61/1392.45	c #Conflicts:    1440000 | #Constraints:     126053
1382.61/1392.45	c #Conflicts:    1441000 | #Constraints:     127053
1382.61/1392.45	c #Conflicts:    1442000 | #Constraints:     128053
1382.61/1392.45	c #Conflicts:    1443000 | #Constraints:     129053
1382.61/1392.45	c #Conflicts:    1444000 | #Constraints:     130053
1382.61/1392.45	c #Conflicts:    1445000 | #Constraints:     131053
1382.61/1392.45	c #Conflicts:    1446000 | #Constraints:     132053
1382.61/1392.45	c #Conflicts:    1447000 | #Constraints:     133053
1382.61/1392.45	c #Conflicts:    1448000 | #Constraints:     134053
1382.61/1392.45	c #Conflicts:    1449000 | #Constraints:     135053
1382.61/1392.45	c #Conflicts:    1450000 | #Constraints:     136053
1382.61/1392.45	c #Conflicts:    1451000 | #Constraints:     137053
1382.61/1392.45	c #Conflicts:    1452000 | #Constraints:     138053
1382.61/1392.45	c #Conflicts:    1453000 | #Constraints:     139053
1382.61/1392.45	c #Conflicts:    1454000 | #Constraints:     140053
1382.61/1392.45	c #Conflicts:    1455000 | #Constraints:     141053
1382.61/1392.45	c #Conflicts:    1456000 | #Constraints:     142053
1382.61/1392.45	c #Conflicts:    1457000 | #Constraints:     143053
1382.61/1392.45	c #Conflicts:    1458000 | #Constraints:     144053
1382.61/1392.45	c #Conflicts:    1459000 | #Constraints:     145053
1382.61/1392.45	c #Conflicts:    1460000 | #Constraints:     146053
1382.61/1392.45	c #Conflicts:    1461000 | #Constraints:     147053
1382.61/1392.45	c #Conflicts:    1462000 | #Constraints:     148053
1382.61/1392.45	c #Conflicts:    1463000 | #Constraints:     149053
1382.61/1392.45	c #Conflicts:    1464000 | #Constraints:     150053
1382.61/1392.45	c #Conflicts:    1465000 | #Constraints:     151053
1382.61/1392.45	c #Conflicts:    1466000 | #Constraints:     152053
1382.61/1392.45	c #Conflicts:    1467000 | #Constraints:     153053
1382.61/1392.45	c #Conflicts:    1468000 | #Constraints:     154053
1382.61/1392.45	c #Conflicts:    1469000 | #Constraints:     155053
1382.61/1392.45	c #Conflicts:    1470000 | #Constraints:     156053
1382.61/1392.45	c #Conflicts:    1471000 | #Constraints:     157053
1382.61/1392.45	c #Conflicts:    1472000 | #Constraints:     158053
1382.61/1392.45	c #Conflicts:    1473000 | #Constraints:     159053
1382.61/1392.45	c #Conflicts:    1474000 | #Constraints:     160053
1382.61/1392.45	c #Conflicts:    1475000 | #Constraints:     161053
1382.61/1392.45	c #Conflicts:    1476000 | #Constraints:     162053
1382.61/1392.45	c #Conflicts:    1477000 | #Constraints:     163053
1382.61/1392.45	c #Conflicts:    1478000 | #Constraints:     164053
1382.61/1392.45	c bounds -39 >= -235 @ 1368.73
1457.25/1467.36	c #Conflicts:    1479000 | #Constraints:     165125
1457.25/1467.36	c #Conflicts:    1480000 | #Constraints:     166126
1457.25/1467.36	c #Conflicts:    1481000 | #Constraints:     167162
1457.25/1467.36	c #Conflicts:    1482000 | #Constraints:     168194
1457.25/1467.36	c #Conflicts:    1483000 | #Constraints:     169239
1457.25/1467.36	c #Conflicts:    1484000 | #Constraints:     170277
1457.25/1467.36	c #Conflicts:    1485000 | #Constraints:     171315
1457.25/1467.36	c #Conflicts:    1486000 | #Constraints:     172354
1457.25/1467.36	c #Conflicts:    1487000 | #Constraints:     173393
1457.25/1467.36	c #Conflicts:    1488000 | #Constraints:     174436
1457.25/1467.36	c #Conflicts:    1489000 | #Constraints:     175477
1457.25/1467.36	c #Conflicts:    1490000 | #Constraints:     176518
1457.25/1467.36	c #Conflicts:    1491000 | #Constraints:     177564
1457.25/1467.36	c #Conflicts:    1492000 | #Constraints:     178606
1457.25/1467.36	c #Conflicts:    1493000 | #Constraints:     179654
1457.25/1467.36	c #Conflicts:    1494000 | #Constraints:     180688
1457.25/1467.36	c #Conflicts:    1495000 | #Constraints:     181725
1457.25/1467.36	c #Conflicts:    1496000 | #Constraints:     182772
1457.25/1467.36	c #Conflicts:    1497000 | #Constraints:     183820
1457.25/1467.36	c #Conflicts:    1498000 | #Constraints:     184858
1457.25/1467.36	c #Conflicts:    1499000 | #Constraints:     185902
1457.25/1467.36	c #Conflicts:    1500000 | #Constraints:     186931
1457.25/1467.36	c #Conflicts:    1501000 | #Constraints:     187975
1457.25/1467.36	c #Conflicts:    1502000 | #Constraints:     189013
1457.25/1467.36	c #Conflicts:    1503000 | #Constraints:     190051
1457.25/1467.36	c #Conflicts:    1504000 | #Constraints:     191082
1457.25/1467.36	c #Conflicts:    1505000 | #Constraints:     192120
1457.25/1467.36	c #Conflicts:    1506000 | #Constraints:     193157
1457.25/1467.36	c #Conflicts:    1507000 | #Constraints:     194197
1457.25/1467.36	c #Conflicts:    1508000 | #Constraints:     195231
1457.25/1467.36	c #Conflicts:    1509000 | #Constraints:     196267
1457.25/1467.36	c #Conflicts:    1510000 | #Constraints:     197310
1457.25/1467.36	c #Conflicts:    1511000 | #Constraints:     198349
1457.25/1467.36	c #Conflicts:    1512000 | #Constraints:     199395
1457.25/1467.36	c #Conflicts:    1513000 | #Constraints:     200434
1457.25/1467.36	c #Conflicts:    1514000 | #Constraints:     201478
1457.25/1467.36	c #Conflicts:    1515000 | #Constraints:     202522
1457.25/1467.36	c #Conflicts:    1516000 | #Constraints:     203550
1457.25/1467.36	c #Conflicts:    1517000 | #Constraints:     204587
1457.25/1467.36	c #Conflicts:    1518000 | #Constraints:     205624
1457.25/1467.36	c #Conflicts:    1519000 | #Constraints:     206660
1457.25/1467.36	c #Conflicts:    1520000 | #Constraints:     207696
1457.25/1467.36	c #Conflicts:    1521000 | #Constraints:     208732
1457.25/1467.36	c #Conflicts:    1522000 | #Constraints:     209773
1457.25/1467.36	c INPROCESSING
1457.25/1467.36	c GARBAGE COLLECT
1457.25/1467.36	c rational objective -235
1484.69/1494.94	c #Conflicts:    1523000 | #Constraints:     147643
1484.69/1494.94	c #Conflicts:    1524000 | #Constraints:     148643
1484.69/1494.94	c #Conflicts:    1525000 | #Constraints:     149643
1484.69/1494.94	c #Conflicts:    1526000 | #Constraints:     150643
1484.69/1494.94	c #Conflicts:    1527000 | #Constraints:     151643
1484.69/1494.94	c #Conflicts:    1528000 | #Constraints:     152643
1484.69/1494.94	c #Conflicts:    1529000 | #Constraints:     153643
1484.69/1494.94	c #Conflicts:    1530000 | #Constraints:     154643
1484.69/1494.94	c #Conflicts:    1531000 | #Constraints:     155643
1484.69/1494.94	c #Conflicts:    1532000 | #Constraints:     156643
1484.69/1494.94	c #Conflicts:    1533000 | #Constraints:     157643
1484.69/1494.94	c #Conflicts:    1534000 | #Constraints:     158643
1484.69/1494.94	c #Conflicts:    1535000 | #Constraints:     159643
1484.69/1494.94	c #Conflicts:    1536000 | #Constraints:     160643
1484.69/1494.94	c #Conflicts:    1537000 | #Constraints:     161643
1484.69/1494.94	c #Conflicts:    1538000 | #Constraints:     162643
1484.69/1494.94	c #Conflicts:    1539000 | #Constraints:     163643
1484.69/1494.94	c #Conflicts:    1540000 | #Constraints:     164643
1484.69/1494.94	c #Conflicts:    1541000 | #Constraints:     165643
1484.69/1494.94	c #Conflicts:    1542000 | #Constraints:     166643
1484.69/1494.94	c #Conflicts:    1543000 | #Constraints:     167643
1484.69/1494.94	c #Conflicts:    1544000 | #Constraints:     168643
1484.69/1494.94	c #Conflicts:    1545000 | #Constraints:     169643
1484.69/1494.94	c #Conflicts:    1546000 | #Constraints:     170643
1484.69/1494.94	c #Conflicts:    1547000 | #Constraints:     171643
1484.69/1494.94	c bounds -39 >= -234 @ 1470.13
1491.88/1502.17	c #Conflicts:    1548000 | #Constraints:     172676
1491.88/1502.17	c #Conflicts:    1549000 | #Constraints:     173676
1491.88/1502.17	c #Conflicts:    1550000 | #Constraints:     174676
1491.88/1502.17	c #Conflicts:    1551000 | #Constraints:     175676
1491.88/1502.17	c #Conflicts:    1552000 | #Constraints:     176676
1491.88/1502.17	c #Conflicts:    1553000 | #Constraints:     177676
1491.88/1502.17	c #Conflicts:    1554000 | #Constraints:     178676
1491.88/1502.17	c INPROCESSING
1491.88/1502.17	c GARBAGE COLLECT
1491.88/1502.17	c rational objective -234
1513.48/1523.97	c #Conflicts:    1555000 | #Constraints:     132634
1513.48/1523.97	c #Conflicts:    1556000 | #Constraints:     133634
1513.48/1523.97	c #Conflicts:    1557000 | #Constraints:     134634
1513.48/1523.97	c #Conflicts:    1558000 | #Constraints:     135634
1513.48/1523.97	c #Conflicts:    1559000 | #Constraints:     136634
1513.48/1523.97	c #Conflicts:    1560000 | #Constraints:     137634
1513.48/1523.97	c #Conflicts:    1561000 | #Constraints:     138634
1513.48/1523.97	c #Conflicts:    1562000 | #Constraints:     139634
1513.48/1523.97	c #Conflicts:    1563000 | #Constraints:     140634
1513.48/1523.97	c #Conflicts:    1564000 | #Constraints:     141634
1513.48/1523.97	c #Conflicts:    1565000 | #Constraints:     142634
1513.48/1523.97	c #Conflicts:    1566000 | #Constraints:     143634
1513.48/1523.97	c #Conflicts:    1567000 | #Constraints:     144634
1513.48/1523.97	c #Conflicts:    1568000 | #Constraints:     145634
1513.48/1523.97	c #Conflicts:    1569000 | #Constraints:     146634
1513.48/1523.97	c #Conflicts:    1570000 | #Constraints:     147634
1513.48/1523.97	c #Conflicts:    1571000 | #Constraints:     148634
1513.48/1523.97	c #Conflicts:    1572000 | #Constraints:     149634
1513.48/1523.97	c #Conflicts:    1573000 | #Constraints:     150634
1513.48/1523.97	c #Conflicts:    1574000 | #Constraints:     151634
1513.48/1523.97	c #Conflicts:    1575000 | #Constraints:     152634
1513.48/1523.97	c #Conflicts:    1576000 | #Constraints:     153634
1513.48/1523.97	c #Conflicts:    1577000 | #Constraints:     154634
1513.48/1523.97	c #Conflicts:    1578000 | #Constraints:     155634
1513.48/1523.97	c bounds -39 >= -233 @ 1498.61
1520.46/1530.92	c #Conflicts:    1579000 | #Constraints:     156688
1520.46/1530.92	c #Conflicts:    1580000 | #Constraints:     157688
1520.46/1530.92	c #Conflicts:    1581000 | #Constraints:     158688
1520.46/1530.92	c #Conflicts:    1582000 | #Constraints:     159688
1520.46/1530.92	c #Conflicts:    1583000 | #Constraints:     160688
1520.46/1530.92	c #Conflicts:    1584000 | #Constraints:     161688
1520.46/1530.92	c #Conflicts:    1585000 | #Constraints:     162688
1520.46/1530.92	c #Conflicts:    1586000 | #Constraints:     163688
1520.46/1530.92	c INPROCESSING
1520.46/1530.92	c GARBAGE COLLECT
1520.46/1530.92	c rational objective -233
1561.61/1572.31	c #Conflicts:    1587000 | #Constraints:     128538
1561.61/1572.31	c #Conflicts:    1588000 | #Constraints:     129538
1561.61/1572.31	c #Conflicts:    1589000 | #Constraints:     130538
1561.61/1572.31	c #Conflicts:    1590000 | #Constraints:     131538
1561.61/1572.31	c #Conflicts:    1591000 | #Constraints:     132538
1561.61/1572.31	c #Conflicts:    1592000 | #Constraints:     133538
1561.61/1572.31	c #Conflicts:    1593000 | #Constraints:     134538
1561.61/1572.31	c #Conflicts:    1594000 | #Constraints:     135538
1561.61/1572.31	c #Conflicts:    1595000 | #Constraints:     136538
1561.61/1572.31	c #Conflicts:    1596000 | #Constraints:     137538
1561.61/1572.31	c #Conflicts:    1597000 | #Constraints:     138538
1561.61/1572.31	c #Conflicts:    1598000 | #Constraints:     139538
1561.61/1572.31	c #Conflicts:    1599000 | #Constraints:     140538
1561.61/1572.31	c #Conflicts:    1600000 | #Constraints:     141538
1561.61/1572.31	c #Conflicts:    1601000 | #Constraints:     142538
1561.61/1572.31	c #Conflicts:    1602000 | #Constraints:     143538
1561.61/1572.31	c #Conflicts:    1603000 | #Constraints:     144538
1561.61/1572.31	c #Conflicts:    1604000 | #Constraints:     145538
1561.61/1572.31	c #Conflicts:    1605000 | #Constraints:     146538
1561.61/1572.31	c #Conflicts:    1606000 | #Constraints:     147538
1561.61/1572.31	c #Conflicts:    1607000 | #Constraints:     148538
1561.61/1572.31	c #Conflicts:    1608000 | #Constraints:     149538
1561.61/1572.31	c #Conflicts:    1609000 | #Constraints:     150538
1561.61/1572.31	c #Conflicts:    1610000 | #Constraints:     151538
1561.61/1572.31	c #Conflicts:    1611000 | #Constraints:     152538
1561.61/1572.31	c #Conflicts:    1612000 | #Constraints:     153538
1561.61/1572.31	c #Conflicts:    1613000 | #Constraints:     154538
1561.61/1572.31	c #Conflicts:    1614000 | #Constraints:     155538
1561.61/1572.31	c #Conflicts:    1615000 | #Constraints:     156538
1561.61/1572.31	c #Conflicts:    1616000 | #Constraints:     157538
1561.61/1572.31	c #Conflicts:    1617000 | #Constraints:     158538
1561.61/1572.31	c #Conflicts:    1618000 | #Constraints:     159538
1561.61/1572.31	c #Conflicts:    1619000 | #Constraints:     160538
1561.61/1572.31	c #Conflicts:    1620000 | #Constraints:     161538
1561.61/1572.31	c #Conflicts:    1621000 | #Constraints:     162538
1561.61/1572.31	c #Conflicts:    1622000 | #Constraints:     163538
1561.61/1572.31	c #Conflicts:    1623000 | #Constraints:     164538
1561.61/1572.31	c #Conflicts:    1624000 | #Constraints:     165538
1561.61/1572.31	c #Conflicts:    1625000 | #Constraints:     166538
1561.61/1572.31	c #Conflicts:    1626000 | #Constraints:     167538
1561.61/1572.31	c #Conflicts:    1627000 | #Constraints:     168538
1561.61/1572.31	c #Conflicts:    1628000 | #Constraints:     169538
1561.61/1572.31	c #Conflicts:    1629000 | #Constraints:     170538
1561.61/1572.31	c #Conflicts:    1630000 | #Constraints:     171538
1561.61/1572.31	c #Conflicts:    1631000 | #Constraints:     172538
1561.61/1572.31	c bounds -39 >= -232 @ 1546.24
1624.58/1635.63	c #Conflicts:    1632000 | #Constraints:     173607
1624.58/1635.63	c #Conflicts:    1633000 | #Constraints:     174607
1624.58/1635.63	c #Conflicts:    1634000 | #Constraints:     175607
1624.58/1635.63	c #Conflicts:    1635000 | #Constraints:     176607
1624.58/1635.63	c #Conflicts:    1636000 | #Constraints:     177607
1624.58/1635.63	c #Conflicts:    1637000 | #Constraints:     178607
1624.58/1635.63	c #Conflicts:    1638000 | #Constraints:     179607
1624.58/1635.63	c #Conflicts:    1639000 | #Constraints:     180607
1624.58/1635.63	c #Conflicts:    1640000 | #Constraints:     181607
1624.58/1635.63	c #Conflicts:    1641000 | #Constraints:     182607
1624.58/1635.63	c #Conflicts:    1642000 | #Constraints:     183607
1624.58/1635.63	c #Conflicts:    1643000 | #Constraints:     184607
1624.58/1635.63	c #Conflicts:    1644000 | #Constraints:     185607
1624.58/1635.63	c #Conflicts:    1645000 | #Constraints:     186607
1624.58/1635.63	c #Conflicts:    1646000 | #Constraints:     187607
1624.58/1635.63	c #Conflicts:    1647000 | #Constraints:     188607
1624.58/1635.63	c #Conflicts:    1648000 | #Constraints:     189607
1624.58/1635.63	c #Conflicts:    1649000 | #Constraints:     190607
1624.58/1635.63	c #Conflicts:    1650000 | #Constraints:     191607
1624.58/1635.63	c #Conflicts:    1651000 | #Constraints:     192607
1624.58/1635.63	c #Conflicts:    1652000 | #Constraints:     193607
1624.58/1635.63	c #Conflicts:    1653000 | #Constraints:     194607
1624.58/1635.63	c #Conflicts:    1654000 | #Constraints:     195607
1624.58/1635.63	c #Conflicts:    1655000 | #Constraints:     196607
1624.58/1635.63	c #Conflicts:    1656000 | #Constraints:     197607
1624.58/1635.63	c #Conflicts:    1657000 | #Constraints:     198607
1624.58/1635.63	c #Conflicts:    1658000 | #Constraints:     199607
1624.58/1635.63	c #Conflicts:    1659000 | #Constraints:     200607
1624.58/1635.63	c #Conflicts:    1660000 | #Constraints:     201607
1624.58/1635.63	c #Conflicts:    1661000 | #Constraints:     202607
1624.58/1635.63	c #Conflicts:    1662000 | #Constraints:     203607
1624.58/1635.63	c #Conflicts:    1663000 | #Constraints:     204607
1624.58/1635.63	c #Conflicts:    1664000 | #Constraints:     205607
1624.58/1635.63	c #Conflicts:    1665000 | #Constraints:     206607
1624.58/1635.63	c #Conflicts:    1666000 | #Constraints:     207607
1624.58/1635.63	c #Conflicts:    1667000 | #Constraints:     208607
1624.58/1635.63	c #Conflicts:    1668000 | #Constraints:     209607
1624.58/1635.63	c #Conflicts:    1669000 | #Constraints:     210607
1624.58/1635.63	c #Conflicts:    1670000 | #Constraints:     211607
1624.58/1635.63	c #Conflicts:    1671000 | #Constraints:     212607
1624.58/1635.63	c #Conflicts:    1672000 | #Constraints:     213607
1624.58/1635.63	c #Conflicts:    1673000 | #Constraints:     214607
1624.58/1635.63	c #Conflicts:    1674000 | #Constraints:     215607
1624.58/1635.63	c INPROCESSING
1624.58/1635.63	c GARBAGE COLLECT
1624.58/1635.63	c rational objective -232
1657.31/1668.47	c #Conflicts:    1675000 | #Constraints:     150662
1657.31/1668.47	c #Conflicts:    1676000 | #Constraints:     151662
1657.31/1668.47	c #Conflicts:    1677000 | #Constraints:     152662
1657.31/1668.47	c #Conflicts:    1678000 | #Constraints:     153662
1657.31/1668.47	c #Conflicts:    1679000 | #Constraints:     154662
1657.31/1668.47	c #Conflicts:    1680000 | #Constraints:     155662
1657.31/1668.47	c #Conflicts:    1681000 | #Constraints:     156662
1657.31/1668.47	c #Conflicts:    1682000 | #Constraints:     157662
1657.31/1668.47	c #Conflicts:    1683000 | #Constraints:     158662
1657.31/1668.47	c #Conflicts:    1684000 | #Constraints:     159662
1657.31/1668.47	c #Conflicts:    1685000 | #Constraints:     160662
1657.31/1668.47	c #Conflicts:    1686000 | #Constraints:     161662
1657.31/1668.47	c #Conflicts:    1687000 | #Constraints:     162662
1657.31/1668.47	c #Conflicts:    1688000 | #Constraints:     163662
1657.31/1668.47	c #Conflicts:    1689000 | #Constraints:     164662
1657.31/1668.47	c #Conflicts:    1690000 | #Constraints:     165662
1657.31/1668.47	c #Conflicts:    1691000 | #Constraints:     166662
1657.31/1668.47	c #Conflicts:    1692000 | #Constraints:     167662
1657.31/1668.47	c #Conflicts:    1693000 | #Constraints:     168662
1657.31/1668.47	c #Conflicts:    1694000 | #Constraints:     169662
1657.31/1668.47	c #Conflicts:    1695000 | #Constraints:     170662
1657.31/1668.47	c #Conflicts:    1696000 | #Constraints:     171662
1657.31/1668.47	c #Conflicts:    1697000 | #Constraints:     172662
1657.31/1668.47	c #Conflicts:    1698000 | #Constraints:     173662
1657.31/1668.47	c #Conflicts:    1699000 | #Constraints:     174662
1657.31/1668.47	c #Conflicts:    1700000 | #Constraints:     175662
1657.31/1668.47	c #Conflicts:    1701000 | #Constraints:     176662
1657.31/1668.47	c #Conflicts:    1702000 | #Constraints:     177662
1657.31/1668.47	c #Conflicts:    1703000 | #Constraints:     178662
1657.31/1668.47	c #Conflicts:    1704000 | #Constraints:     179662
1657.31/1668.47	c #Conflicts:    1705000 | #Constraints:     180662
1657.31/1668.47	c #Conflicts:    1706000 | #Constraints:     181662
1657.31/1668.47	c #Conflicts:    1707000 | #Constraints:     182662
1657.31/1668.47	c INPROCESSING
1657.31/1668.47	c GARBAGE COLLECT
1657.31/1668.47	c rational objective -232
1667.28/1678.44	c #Conflicts:    1708000 | #Constraints:     134497
1667.28/1678.44	c #Conflicts:    1709000 | #Constraints:     135497
1667.28/1678.44	c #Conflicts:    1710000 | #Constraints:     136497
1667.28/1678.44	c #Conflicts:    1711000 | #Constraints:     137497
1667.28/1678.44	c #Conflicts:    1712000 | #Constraints:     138497
1667.28/1678.44	c #Conflicts:    1713000 | #Constraints:     139497
1667.28/1678.44	c #Conflicts:    1714000 | #Constraints:     140497
1667.28/1678.44	c #Conflicts:    1715000 | #Constraints:     141497
1667.28/1678.44	c #Conflicts:    1716000 | #Constraints:     142497
1667.28/1678.44	c #Conflicts:    1717000 | #Constraints:     143497
1667.28/1678.44	c #Conflicts:    1718000 | #Constraints:     144497
1667.28/1678.44	c #Conflicts:    1719000 | #Constraints:     145497
1667.28/1678.44	c #Conflicts:    1720000 | #Constraints:     146497
1667.28/1678.44	c bounds -39 >= -231 @ 1651.03
1763.42/1775.20	c #Conflicts:    1721000 | #Constraints:     147551
1763.42/1775.20	c #Conflicts:    1722000 | #Constraints:     148551
1763.42/1775.20	c #Conflicts:    1723000 | #Constraints:     149551
1763.42/1775.20	c #Conflicts:    1724000 | #Constraints:     150551
1763.42/1775.20	c #Conflicts:    1725000 | #Constraints:     151551
1763.42/1775.20	c #Conflicts:    1726000 | #Constraints:     152551
1763.42/1775.20	c #Conflicts:    1727000 | #Constraints:     153551
1763.42/1775.20	c #Conflicts:    1728000 | #Constraints:     154551
1763.42/1775.20	c #Conflicts:    1729000 | #Constraints:     155551
1763.42/1775.20	c #Conflicts:    1730000 | #Constraints:     156551
1763.42/1775.20	c #Conflicts:    1731000 | #Constraints:     157551
1763.42/1775.20	c #Conflicts:    1732000 | #Constraints:     158551
1763.42/1775.20	c #Conflicts:    1733000 | #Constraints:     159551
1763.42/1775.20	c #Conflicts:    1734000 | #Constraints:     160551
1763.42/1775.20	c #Conflicts:    1735000 | #Constraints:     161551
1763.42/1775.20	c #Conflicts:    1736000 | #Constraints:     162551
1763.42/1775.20	c #Conflicts:    1737000 | #Constraints:     163551
1763.42/1775.20	c #Conflicts:    1738000 | #Constraints:     164551
1763.42/1775.20	c #Conflicts:    1739000 | #Constraints:     165551
1763.42/1775.20	c #Conflicts:    1740000 | #Constraints:     166551
1763.42/1775.20	c #Conflicts:    1741000 | #Constraints:     167551
1763.42/1775.20	c #Conflicts:    1742000 | #Constraints:     168551
1763.42/1775.20	c #Conflicts:    1743000 | #Constraints:     169551
1763.42/1775.20	c #Conflicts:    1744000 | #Constraints:     170551
1763.42/1775.20	c #Conflicts:    1745000 | #Constraints:     171551
1763.42/1775.20	c #Conflicts:    1746000 | #Constraints:     172551
1763.42/1775.20	c #Conflicts:    1747000 | #Constraints:     173551
1763.42/1775.20	c #Conflicts:    1748000 | #Constraints:     174551
1763.42/1775.20	c #Conflicts:    1749000 | #Constraints:     175551
1763.42/1775.20	c #Conflicts:    1750000 | #Constraints:     176551
1763.42/1775.20	c #Conflicts:    1751000 | #Constraints:     177551
1763.42/1775.20	c #Conflicts:    1752000 | #Constraints:     178551
1763.42/1775.20	c #Conflicts:    1753000 | #Constraints:     179551
1763.42/1775.20	c #Conflicts:    1754000 | #Constraints:     180551
1763.42/1775.20	c #Conflicts:    1755000 | #Constraints:     181551
1763.42/1775.20	c #Conflicts:    1756000 | #Constraints:     182551
1763.42/1775.20	c #Conflicts:    1757000 | #Constraints:     183551
1763.42/1775.20	c #Conflicts:    1758000 | #Constraints:     184551
1763.42/1775.20	c #Conflicts:    1759000 | #Constraints:     185551
1763.42/1775.20	c #Conflicts:    1760000 | #Constraints:     186551
1763.42/1775.20	c #Conflicts:    1761000 | #Constraints:     187551
1763.42/1775.20	c #Conflicts:    1762000 | #Constraints:     188551
1763.42/1775.20	c #Conflicts:    1763000 | #Constraints:     189551
1763.42/1775.20	c #Conflicts:    1764000 | #Constraints:     190551
1763.42/1775.20	c #Conflicts:    1765000 | #Constraints:     191551
1763.42/1775.20	c #Conflicts:    1766000 | #Constraints:     192551
1763.42/1775.20	c #Conflicts:    1767000 | #Constraints:     193551
1763.42/1775.20	c #Conflicts:    1768000 | #Constraints:     194551
1763.42/1775.20	c #Conflicts:    1769000 | #Constraints:     195551
1763.42/1775.20	c #Conflicts:    1770000 | #Constraints:     196551
1763.42/1775.20	c #Conflicts:    1771000 | #Constraints:     197551
1763.42/1775.20	c #Conflicts:    1772000 | #Constraints:     198551
1763.42/1775.20	c #Conflicts:    1773000 | #Constraints:     199551
1763.42/1775.20	c #Conflicts:    1774000 | #Constraints:     200551
1763.42/1775.20	c #Conflicts:    1775000 | #Constraints:     201551
1763.42/1775.20	c #Conflicts:    1776000 | #Constraints:     202551
1763.42/1775.20	c #Conflicts:    1777000 | #Constraints:     203551
1763.42/1775.20	c #Conflicts:    1778000 | #Constraints:     204551
1763.42/1775.20	c #Conflicts:    1779000 | #Constraints:     205551
1763.42/1775.20	c #Conflicts:    1780000 | #Constraints:     206551
1763.42/1775.20	c #Conflicts:    1781000 | #Constraints:     207551
1763.42/1775.20	c #Conflicts:    1782000 | #Constraints:     208551
1763.42/1775.20	c #Conflicts:    1783000 | #Constraints:     209551
1763.42/1775.20	c #Conflicts:    1784000 | #Constraints:     210551
1763.42/1775.20	c #Conflicts:    1785000 | #Constraints:     211551
1763.42/1775.20	c #Conflicts:    1786000 | #Constraints:     212551
1763.42/1775.20	c #Conflicts:    1787000 | #Constraints:     213551
1763.42/1775.20	c #Conflicts:    1788000 | #Constraints:     214551
1763.42/1775.20	c #Conflicts:    1789000 | #Constraints:     215551
1763.42/1775.20	c #Conflicts:    1790000 | #Constraints:     216551
1763.42/1775.20	c #Conflicts:    1791000 | #Constraints:     217551
1763.42/1775.20	c #Conflicts:    1792000 | #Constraints:     218551
1763.42/1775.20	c #Conflicts:    1793000 | #Constraints:     219551
1763.42/1775.20	c #Conflicts:    1794000 | #Constraints:     220551
1763.42/1775.20	c #Conflicts:    1795000 | #Constraints:     221551
1763.42/1775.20	c #Conflicts:    1796000 | #Constraints:     222551
1763.42/1775.20	c #Conflicts:    1797000 | #Constraints:     223551
1763.42/1775.20	c #Conflicts:    1798000 | #Constraints:     224551
1763.42/1775.20	c bounds -39 >= -230 @ 1746.34
1763.72/1775.59	c INPROCESSING
1763.72/1775.59	c GARBAGE COLLECT
1763.72/1775.59	c rational objective -230
1764.32/1776.19	c bounds -40 >= -230 @ 1747.32
1808.02/1820.19	c #Conflicts:    1799000 | #Constraints:     154778
1808.02/1820.19	c #Conflicts:    1800000 | #Constraints:     155819
1808.02/1820.19	c #Conflicts:    1801000 | #Constraints:     156857
1808.02/1820.19	c #Conflicts:    1802000 | #Constraints:     157909
1808.02/1820.19	c #Conflicts:    1803000 | #Constraints:     158940
1808.02/1820.19	c #Conflicts:    1804000 | #Constraints:     159977
1808.02/1820.19	c #Conflicts:    1805000 | #Constraints:     161005
1808.02/1820.19	c #Conflicts:    1806000 | #Constraints:     162043
1808.02/1820.19	c #Conflicts:    1807000 | #Constraints:     163086
1808.02/1820.19	c #Conflicts:    1808000 | #Constraints:     164128
1808.02/1820.19	c #Conflicts:    1809000 | #Constraints:     165159
1808.02/1820.19	c #Conflicts:    1810000 | #Constraints:     166192
1808.02/1820.19	c #Conflicts:    1811000 | #Constraints:     167222
1808.02/1820.19	c #Conflicts:    1812000 | #Constraints:     168256
1808.02/1820.19	c #Conflicts:    1813000 | #Constraints:     169281
1808.02/1820.19	c #Conflicts:    1814000 | #Constraints:     170314
1808.02/1820.19	c #Conflicts:    1815000 | #Constraints:     171351
1808.02/1820.19	c #Conflicts:    1816000 | #Constraints:     172403
1808.02/1820.19	c #Conflicts:    1817000 | #Constraints:     173442
1808.02/1820.19	c #Conflicts:    1818000 | #Constraints:     174473
1808.02/1820.19	c #Conflicts:    1819000 | #Constraints:     175507
1808.02/1820.19	c #Conflicts:    1820000 | #Constraints:     176548
1808.02/1820.19	c #Conflicts:    1821000 | #Constraints:     177578
1808.02/1820.19	c #Conflicts:    1822000 | #Constraints:     178604
1808.02/1820.19	c #Conflicts:    1823000 | #Constraints:     179633
1808.02/1820.19	c #Conflicts:    1824000 | #Constraints:     180667
1808.02/1820.19	c #Conflicts:    1825000 | #Constraints:     181709
1808.02/1820.19	c #Conflicts:    1826000 | #Constraints:     182744
1808.02/1820.19	c #Conflicts:    1827000 | #Constraints:     183788
1808.02/1820.19	c #Conflicts:    1828000 | #Constraints:     184823
1808.02/1820.19	c #Conflicts:    1829000 | #Constraints:     185871
1808.02/1820.19	c #Conflicts:    1830000 | #Constraints:     186911
1808.02/1820.19	c #Conflicts:    1831000 | #Constraints:     187952
1808.02/1820.19	c #Conflicts:    1832000 | #Constraints:     188987
1808.02/1820.19	c #Conflicts:    1833000 | #Constraints:     190029
1808.02/1820.19	c INPROCESSING
1808.02/1820.19	c GARBAGE COLLECT
1808.02/1820.19	c rational objective -230
1895.85/1908.56	c #Conflicts:    1834000 | #Constraints:     138229
1895.85/1908.56	c #Conflicts:    1835000 | #Constraints:     139229
1895.85/1908.56	c #Conflicts:    1836000 | #Constraints:     140229
1895.85/1908.56	c #Conflicts:    1837000 | #Constraints:     141229
1895.85/1908.56	c #Conflicts:    1838000 | #Constraints:     142229
1895.85/1908.56	c #Conflicts:    1839000 | #Constraints:     143229
1895.85/1908.56	c #Conflicts:    1840000 | #Constraints:     144229
1895.85/1908.56	c #Conflicts:    1841000 | #Constraints:     145229
1895.85/1908.56	c #Conflicts:    1842000 | #Constraints:     146229
1895.85/1908.56	c #Conflicts:    1843000 | #Constraints:     147229
1895.85/1908.56	c #Conflicts:    1844000 | #Constraints:     148229
1895.85/1908.56	c #Conflicts:    1845000 | #Constraints:     149229
1895.85/1908.56	c #Conflicts:    1846000 | #Constraints:     150229
1895.85/1908.56	c #Conflicts:    1847000 | #Constraints:     151229
1895.85/1908.56	c #Conflicts:    1848000 | #Constraints:     152229
1895.85/1908.56	c #Conflicts:    1849000 | #Constraints:     153229
1895.85/1908.56	c #Conflicts:    1850000 | #Constraints:     154229
1895.85/1908.56	c #Conflicts:    1851000 | #Constraints:     155229
1895.85/1908.56	c #Conflicts:    1852000 | #Constraints:     156229
1895.85/1908.56	c #Conflicts:    1853000 | #Constraints:     157229
1895.85/1908.56	c #Conflicts:    1854000 | #Constraints:     158229
1895.85/1908.56	c #Conflicts:    1855000 | #Constraints:     159229
1895.85/1908.56	c #Conflicts:    1856000 | #Constraints:     160229
1895.85/1908.56	c #Conflicts:    1857000 | #Constraints:     161229
1895.85/1908.56	c #Conflicts:    1858000 | #Constraints:     162229
1895.85/1908.56	c #Conflicts:    1859000 | #Constraints:     163229
1895.85/1908.56	c #Conflicts:    1860000 | #Constraints:     164229
1895.85/1908.56	c #Conflicts:    1861000 | #Constraints:     165229
1895.85/1908.56	c #Conflicts:    1862000 | #Constraints:     166229
1895.85/1908.56	c #Conflicts:    1863000 | #Constraints:     167229
1895.85/1908.56	c #Conflicts:    1864000 | #Constraints:     168229
1895.85/1908.56	c #Conflicts:    1865000 | #Constraints:     169229
1895.85/1908.56	c #Conflicts:    1866000 | #Constraints:     170229
1895.85/1908.56	c #Conflicts:    1867000 | #Constraints:     171229
1895.85/1908.56	c #Conflicts:    1868000 | #Constraints:     172229
1895.85/1908.56	c #Conflicts:    1869000 | #Constraints:     173229
1895.85/1908.56	c #Conflicts:    1870000 | #Constraints:     174229
1895.85/1908.56	c #Conflicts:    1871000 | #Constraints:     175229
1895.85/1908.56	c #Conflicts:    1872000 | #Constraints:     176229
1895.85/1908.56	c #Conflicts:    1873000 | #Constraints:     177229
1895.85/1908.56	c #Conflicts:    1874000 | #Constraints:     178229
1895.85/1908.56	c #Conflicts:    1875000 | #Constraints:     179229
1895.85/1908.56	c #Conflicts:    1876000 | #Constraints:     180229
1895.85/1908.56	c #Conflicts:    1877000 | #Constraints:     181229
1895.85/1908.56	c #Conflicts:    1878000 | #Constraints:     182229
1895.85/1908.56	c #Conflicts:    1879000 | #Constraints:     183229
1895.85/1908.56	c #Conflicts:    1880000 | #Constraints:     184229
1895.85/1908.56	c #Conflicts:    1881000 | #Constraints:     185229
1895.85/1908.56	c #Conflicts:    1882000 | #Constraints:     186229
1895.85/1908.56	c #Conflicts:    1883000 | #Constraints:     187229
1895.85/1908.56	c #Conflicts:    1884000 | #Constraints:     188229
1895.85/1908.56	c #Conflicts:    1885000 | #Constraints:     189229
1895.85/1908.56	c #Conflicts:    1886000 | #Constraints:     190229
1895.85/1908.56	c #Conflicts:    1887000 | #Constraints:     191229
1895.85/1908.56	c #Conflicts:    1888000 | #Constraints:     192229
1895.85/1908.56	c #Conflicts:    1889000 | #Constraints:     193229
1895.85/1908.56	c #Conflicts:    1890000 | #Constraints:     194229
1895.85/1908.56	c #Conflicts:    1891000 | #Constraints:     195229
1895.85/1908.56	c #Conflicts:    1892000 | #Constraints:     196229
1895.85/1908.56	c #Conflicts:    1893000 | #Constraints:     197229
1895.85/1908.56	c #Conflicts:    1894000 | #Constraints:     198229
1895.85/1908.56	c #Conflicts:    1895000 | #Constraints:     199229
1895.85/1908.56	c #Conflicts:    1896000 | #Constraints:     200229
1895.85/1908.56	c #Conflicts:    1897000 | #Constraints:     201229
1895.85/1908.56	c #Conflicts:    1898000 | #Constraints:     202229
1895.85/1908.56	c #Conflicts:    1899000 | #Constraints:     203229
1895.85/1908.56	c #Conflicts:    1900000 | #Constraints:     204229
1895.85/1908.56	c #Conflicts:    1901000 | #Constraints:     205229
1895.85/1908.56	c #Conflicts:    1902000 | #Constraints:     206229
1895.85/1908.56	c #Conflicts:    1903000 | #Constraints:     207229
1895.85/1908.56	c #Conflicts:    1904000 | #Constraints:     208229
1895.85/1908.56	c #Conflicts:    1905000 | #Constraints:     209229
1895.85/1908.56	c #Conflicts:    1906000 | #Constraints:     210229
1895.85/1908.56	c #Conflicts:    1907000 | #Constraints:     211229
1895.85/1908.56	c #Conflicts:    1908000 | #Constraints:     212229
1895.85/1908.56	c #Conflicts:    1909000 | #Constraints:     213229
1895.85/1908.56	c #Conflicts:    1910000 | #Constraints:     214229
1895.85/1908.56	c #Conflicts:    1911000 | #Constraints:     215229
1895.85/1908.56	c #Conflicts:    1912000 | #Constraints:     216229
1920.26/1933.18	c #Conflicts:    1913000 | #Constraints:     217229
1920.26/1933.18	c #Conflicts:    1914000 | #Constraints:     218229
1920.26/1933.18	c #Conflicts:    1915000 | #Constraints:     219229
1920.26/1933.18	c #Conflicts:    1916000 | #Constraints:     220229
1920.26/1933.18	c #Conflicts:    1917000 | #Constraints:     221229
1920.26/1933.18	c #Conflicts:    1918000 | #Constraints:     222229
1920.26/1933.18	c #Conflicts:    1919000 | #Constraints:     223229
1920.26/1933.18	c #Conflicts:    1920000 | #Constraints:     224229
1920.26/1933.18	c #Conflicts:    1921000 | #Constraints:     225229
1920.26/1933.18	c #Conflicts:    1922000 | #Constraints:     226229
1920.26/1933.18	c #Conflicts:    1923000 | #Constraints:     227229
1920.26/1933.18	c #Conflicts:    1924000 | #Constraints:     228229
1920.26/1933.18	c #Conflicts:    1925000 | #Constraints:     229229
1920.26/1933.18	c #Conflicts:    1926000 | #Constraints:     230229
1920.26/1933.18	c #Conflicts:    1927000 | #Constraints:     231229
1920.26/1933.18	c INPROCESSING
1920.26/1933.18	c GARBAGE COLLECT
1920.26/1933.18	c rational objective -230
1963.85/1977.07	c #Conflicts:    1928000 | #Constraints:     158786
1963.85/1977.07	c #Conflicts:    1929000 | #Constraints:     159813
1963.85/1977.07	c #Conflicts:    1930000 | #Constraints:     160842
1963.85/1977.07	c #Conflicts:    1931000 | #Constraints:     161871
1963.85/1977.07	c #Conflicts:    1932000 | #Constraints:     162915
1963.85/1977.07	c #Conflicts:    1933000 | #Constraints:     163951
1963.85/1977.07	c #Conflicts:    1934000 | #Constraints:     164991
1963.85/1977.07	c #Conflicts:    1935000 | #Constraints:     166041
1963.85/1977.07	c #Conflicts:    1936000 | #Constraints:     167075
1963.85/1977.07	c #Conflicts:    1937000 | #Constraints:     168109
1963.85/1977.07	c #Conflicts:    1938000 | #Constraints:     169135
1963.85/1977.07	c #Conflicts:    1939000 | #Constraints:     170162
1963.85/1977.07	c #Conflicts:    1940000 | #Constraints:     171197
1963.85/1977.07	c #Conflicts:    1941000 | #Constraints:     172230
1963.85/1977.07	c #Conflicts:    1942000 | #Constraints:     173250
1963.85/1977.07	c #Conflicts:    1943000 | #Constraints:     174288
1963.85/1977.07	c #Conflicts:    1944000 | #Constraints:     175319
1963.85/1977.07	c #Conflicts:    1945000 | #Constraints:     176356
1963.85/1977.07	c #Conflicts:    1946000 | #Constraints:     177391
1963.85/1977.07	c #Conflicts:    1947000 | #Constraints:     178418
1963.85/1977.07	c #Conflicts:    1948000 | #Constraints:     179439
1963.85/1977.07	c #Conflicts:    1949000 | #Constraints:     180472
1963.85/1977.07	c #Conflicts:    1950000 | #Constraints:     181496
1963.85/1977.07	c #Conflicts:    1951000 | #Constraints:     182524
1963.85/1977.07	c #Conflicts:    1952000 | #Constraints:     183552
1963.85/1977.07	c #Conflicts:    1953000 | #Constraints:     184588
1963.85/1977.07	c #Conflicts:    1954000 | #Constraints:     185625
1963.85/1977.07	c #Conflicts:    1955000 | #Constraints:     186672
1963.85/1977.07	c #Conflicts:    1956000 | #Constraints:     187712
1963.85/1977.07	c #Conflicts:    1957000 | #Constraints:     188754
1963.85/1977.07	c #Conflicts:    1958000 | #Constraints:     189793
1963.85/1977.07	c #Conflicts:    1959000 | #Constraints:     190832
1963.85/1977.07	c #Conflicts:    1960000 | #Constraints:     191867
1963.85/1977.07	c #Conflicts:    1961000 | #Constraints:     192904
1963.85/1977.07	c #Conflicts:    1962000 | #Constraints:     193933
1963.85/1977.07	c #Conflicts:    1963000 | #Constraints:     194972
1963.85/1977.07	c INPROCESSING
1963.85/1977.07	c GARBAGE COLLECT
1963.85/1977.07	c rational objective -230
2036.90/2050.56	c #Conflicts:    1964000 | #Constraints:     140644
2036.90/2050.56	c #Conflicts:    1965000 | #Constraints:     141644
2036.90/2050.56	c #Conflicts:    1966000 | #Constraints:     142644
2036.90/2050.56	c #Conflicts:    1967000 | #Constraints:     143644
2036.90/2050.56	c #Conflicts:    1968000 | #Constraints:     144644
2036.90/2050.56	c #Conflicts:    1969000 | #Constraints:     145644
2036.90/2050.56	c #Conflicts:    1970000 | #Constraints:     146644
2036.90/2050.56	c #Conflicts:    1971000 | #Constraints:     147644
2036.90/2050.56	c #Conflicts:    1972000 | #Constraints:     148644
2036.90/2050.56	c #Conflicts:    1973000 | #Constraints:     149644
2036.90/2050.56	c #Conflicts:    1974000 | #Constraints:     150644
2036.90/2050.56	c #Conflicts:    1975000 | #Constraints:     151644
2036.90/2050.56	c #Conflicts:    1976000 | #Constraints:     152644
2036.90/2050.56	c #Conflicts:    1977000 | #Constraints:     153644
2036.90/2050.56	c #Conflicts:    1978000 | #Constraints:     154644
2036.90/2050.56	c #Conflicts:    1979000 | #Constraints:     155644
2036.90/2050.56	c #Conflicts:    1980000 | #Constraints:     156644
2036.90/2050.56	c #Conflicts:    1981000 | #Constraints:     157644
2036.90/2050.56	c #Conflicts:    1982000 | #Constraints:     158644
2036.90/2050.56	c #Conflicts:    1983000 | #Constraints:     159644
2036.90/2050.56	c #Conflicts:    1984000 | #Constraints:     160644
2036.90/2050.56	c #Conflicts:    1985000 | #Constraints:     161644
2036.90/2050.56	c #Conflicts:    1986000 | #Constraints:     162644
2036.90/2050.56	c #Conflicts:    1987000 | #Constraints:     163644
2036.90/2050.56	c #Conflicts:    1988000 | #Constraints:     164644
2036.90/2050.56	c #Conflicts:    1989000 | #Constraints:     165644
2036.90/2050.56	c #Conflicts:    1990000 | #Constraints:     166644
2036.90/2050.56	c #Conflicts:    1991000 | #Constraints:     167644
2036.90/2050.56	c #Conflicts:    1992000 | #Constraints:     168644
2036.90/2050.56	c #Conflicts:    1993000 | #Constraints:     169644
2036.90/2050.56	c #Conflicts:    1994000 | #Constraints:     170644
2036.90/2050.56	c #Conflicts:    1995000 | #Constraints:     171644
2036.90/2050.56	c #Conflicts:    1996000 | #Constraints:     172644
2036.90/2050.56	c #Conflicts:    1997000 | #Constraints:     173644
2036.90/2050.56	c #Conflicts:    1998000 | #Constraints:     174644
2036.90/2050.56	c #Conflicts:    1999000 | #Constraints:     175644
2036.90/2050.56	c #Conflicts:    2000000 | #Constraints:     176644
2036.90/2050.56	c #Conflicts:    2001000 | #Constraints:     177644
2036.90/2050.56	c #Conflicts:    2002000 | #Constraints:     178644
2036.90/2050.56	c #Conflicts:    2003000 | #Constraints:     179644
2036.90/2050.56	c #Conflicts:    2004000 | #Constraints:     180644
2036.90/2050.56	c #Conflicts:    2005000 | #Constraints:     181644
2036.90/2050.56	c #Conflicts:    2006000 | #Constraints:     182644
2036.90/2050.56	c #Conflicts:    2007000 | #Constraints:     183644
2036.90/2050.56	c #Conflicts:    2008000 | #Constraints:     184644
2036.90/2050.56	c #Conflicts:    2009000 | #Constraints:     185644
2036.90/2050.56	c #Conflicts:    2010000 | #Constraints:     186644
2036.90/2050.56	c #Conflicts:    2011000 | #Constraints:     187644
2036.90/2050.56	c #Conflicts:    2012000 | #Constraints:     188644
2036.90/2050.56	c #Conflicts:    2013000 | #Constraints:     189644
2036.90/2050.56	c #Conflicts:    2014000 | #Constraints:     190644
2036.90/2050.56	c #Conflicts:    2015000 | #Constraints:     191644
2036.90/2050.56	c #Conflicts:    2016000 | #Constraints:     192644
2036.90/2050.56	c #Conflicts:    2017000 | #Constraints:     193644
2036.90/2050.56	c #Conflicts:    2018000 | #Constraints:     194644
2036.90/2050.56	c #Conflicts:    2019000 | #Constraints:     195644
2036.90/2050.56	c #Conflicts:    2020000 | #Constraints:     196644
2036.90/2050.56	c #Conflicts:    2021000 | #Constraints:     197644
2036.90/2050.56	c #Conflicts:    2022000 | #Constraints:     198644
2036.90/2050.56	c #Conflicts:    2023000 | #Constraints:     199644
2036.90/2050.56	c #Conflicts:    2024000 | #Constraints:     200644
2036.90/2050.56	c #Conflicts:    2025000 | #Constraints:     201644
2036.90/2050.56	c #Conflicts:    2026000 | #Constraints:     202644
2036.90/2050.56	c #Conflicts:    2027000 | #Constraints:     203644
2036.90/2050.56	c #Conflicts:    2028000 | #Constraints:     204644
2036.90/2050.56	c #Conflicts:    2029000 | #Constraints:     205644
2036.90/2050.56	c #Conflicts:    2030000 | #Constraints:     206644
2036.90/2050.56	c #Conflicts:    2031000 | #Constraints:     207644
2036.90/2050.56	c #Conflicts:    2032000 | #Constraints:     208644
2036.90/2050.56	c #Conflicts:    2033000 | #Constraints:     209644
2036.90/2050.56	c #Conflicts:    2034000 | #Constraints:     210644
2036.90/2050.56	c #Conflicts:    2035000 | #Constraints:     211644
2036.90/2050.56	c bounds -40 >= -229 @ 2017.73
2072.96/2086.89	c #Conflicts:    2036000 | #Constraints:     212683
2072.96/2086.89	c #Conflicts:    2037000 | #Constraints:     213683
2072.96/2086.89	c #Conflicts:    2038000 | #Constraints:     214683
2072.96/2086.89	c #Conflicts:    2039000 | #Constraints:     215683
2072.96/2086.89	c #Conflicts:    2040000 | #Constraints:     216683
2072.96/2086.89	c #Conflicts:    2041000 | #Constraints:     217683
2072.96/2086.89	c #Conflicts:    2042000 | #Constraints:     218683
2072.96/2086.89	c #Conflicts:    2043000 | #Constraints:     219683
2072.96/2086.89	c #Conflicts:    2044000 | #Constraints:     220683
2072.96/2086.89	c #Conflicts:    2045000 | #Constraints:     221683
2072.96/2086.89	c #Conflicts:    2046000 | #Constraints:     222683
2072.96/2086.89	c #Conflicts:    2047000 | #Constraints:     223683
2072.96/2086.89	c #Conflicts:    2048000 | #Constraints:     224683
2072.96/2086.89	c #Conflicts:    2049000 | #Constraints:     225683
2072.96/2086.89	c #Conflicts:    2050000 | #Constraints:     226683
2072.96/2086.89	c #Conflicts:    2051000 | #Constraints:     227683
2072.96/2086.89	c #Conflicts:    2052000 | #Constraints:     228683
2072.96/2086.89	c #Conflicts:    2053000 | #Constraints:     229683
2072.96/2086.89	c #Conflicts:    2054000 | #Constraints:     230683
2072.96/2086.89	c #Conflicts:    2055000 | #Constraints:     231683
2072.96/2086.89	c #Conflicts:    2056000 | #Constraints:     232683
2072.96/2086.89	c #Conflicts:    2057000 | #Constraints:     233683
2072.96/2086.89	c #Conflicts:    2058000 | #Constraints:     234683
2072.96/2086.89	c #Conflicts:    2059000 | #Constraints:     235683
2072.96/2086.89	c #Conflicts:    2060000 | #Constraints:     236683
2072.96/2086.89	c INPROCESSING
2072.96/2086.89	c GARBAGE COLLECT
2072.96/2086.89	c rational objective -229
2077.75/2091.62	c #Conflicts:    2061000 | #Constraints:     161124
2077.75/2091.62	c #Conflicts:    2062000 | #Constraints:     162124
2077.75/2091.62	c #Conflicts:    2063000 | #Constraints:     163124
2077.75/2091.62	c #Conflicts:    2064000 | #Constraints:     164124
2077.75/2091.62	c #Conflicts:    2065000 | #Constraints:     165124
2077.75/2091.62	c #Conflicts:    2066000 | #Constraints:     166128
2077.75/2091.62	c #Conflicts:    2067000 | #Constraints:     167161
2077.75/2091.62	c bounds -41 >= -229 @ 2058.26
2113.96/2128.23	c #Conflicts:    2068000 | #Constraints:     168208
2113.96/2128.23	c #Conflicts:    2069000 | #Constraints:     169259
2113.96/2128.23	c #Conflicts:    2070000 | #Constraints:     170305
2113.96/2128.23	c #Conflicts:    2071000 | #Constraints:     171349
2113.96/2128.23	c #Conflicts:    2072000 | #Constraints:     172389
2113.96/2128.23	c #Conflicts:    2073000 | #Constraints:     173420
2113.96/2128.23	c #Conflicts:    2074000 | #Constraints:     174458
2113.96/2128.23	c #Conflicts:    2075000 | #Constraints:     175494
2113.96/2128.23	c #Conflicts:    2076000 | #Constraints:     176524
2113.96/2128.23	c #Conflicts:    2077000 | #Constraints:     177559
2113.96/2128.23	c #Conflicts:    2078000 | #Constraints:     178587
2113.96/2128.23	c #Conflicts:    2079000 | #Constraints:     179619
2113.96/2128.23	c #Conflicts:    2080000 | #Constraints:     180650
2113.96/2128.23	c #Conflicts:    2081000 | #Constraints:     181687
2113.96/2128.23	c #Conflicts:    2082000 | #Constraints:     182716
2113.96/2128.23	c #Conflicts:    2083000 | #Constraints:     183756
2113.96/2128.23	c #Conflicts:    2084000 | #Constraints:     184790
2113.96/2128.23	c #Conflicts:    2085000 | #Constraints:     185830
2113.96/2128.23	c #Conflicts:    2086000 | #Constraints:     186862
2113.96/2128.23	c #Conflicts:    2087000 | #Constraints:     187895
2113.96/2128.23	c #Conflicts:    2088000 | #Constraints:     188932
2113.96/2128.23	c #Conflicts:    2089000 | #Constraints:     189960
2113.96/2128.23	c #Conflicts:    2090000 | #Constraints:     190999
2113.96/2128.23	c #Conflicts:    2091000 | #Constraints:     192033
2113.96/2128.23	c #Conflicts:    2092000 | #Constraints:     193061
2113.96/2128.23	c #Conflicts:    2093000 | #Constraints:     194104
2113.96/2128.23	c #Conflicts:    2094000 | #Constraints:     195133
2113.96/2128.23	c #Conflicts:    2095000 | #Constraints:     196161
2113.96/2128.23	c #Conflicts:    2096000 | #Constraints:     197191
2113.96/2128.23	c #Conflicts:    2097000 | #Constraints:     198226
2113.96/2128.23	c INPROCESSING
2113.96/2128.23	c GARBAGE COLLECT
2113.96/2128.23	c rational objective -229
2212.55/2227.62	c #Conflicts:    2098000 | #Constraints:     142051
2212.55/2227.62	c #Conflicts:    2099000 | #Constraints:     143051
2212.55/2227.62	c #Conflicts:    2100000 | #Constraints:     144051
2212.55/2227.62	c #Conflicts:    2101000 | #Constraints:     145051
2212.55/2227.62	c #Conflicts:    2102000 | #Constraints:     146051
2212.55/2227.62	c #Conflicts:    2103000 | #Constraints:     147051
2212.55/2227.62	c #Conflicts:    2104000 | #Constraints:     148051
2212.55/2227.62	c #Conflicts:    2105000 | #Constraints:     149051
2212.55/2227.62	c #Conflicts:    2106000 | #Constraints:     150051
2212.55/2227.62	c #Conflicts:    2107000 | #Constraints:     151051
2212.55/2227.62	c #Conflicts:    2108000 | #Constraints:     152051
2212.55/2227.62	c #Conflicts:    2109000 | #Constraints:     153051
2212.55/2227.62	c #Conflicts:    2110000 | #Constraints:     154051
2212.55/2227.62	c #Conflicts:    2111000 | #Constraints:     155051
2212.55/2227.62	c #Conflicts:    2112000 | #Constraints:     156051
2212.55/2227.62	c #Conflicts:    2113000 | #Constraints:     157051
2212.55/2227.62	c #Conflicts:    2114000 | #Constraints:     158051
2212.55/2227.62	c #Conflicts:    2115000 | #Constraints:     159051
2212.55/2227.62	c #Conflicts:    2116000 | #Constraints:     160051
2212.55/2227.62	c #Conflicts:    2117000 | #Constraints:     161051
2212.55/2227.62	c #Conflicts:    2118000 | #Constraints:     162051
2212.55/2227.62	c #Conflicts:    2119000 | #Constraints:     163051
2212.55/2227.62	c #Conflicts:    2120000 | #Constraints:     164051
2212.55/2227.62	c #Conflicts:    2121000 | #Constraints:     165051
2212.55/2227.62	c #Conflicts:    2122000 | #Constraints:     166051
2212.55/2227.62	c #Conflicts:    2123000 | #Constraints:     167051
2212.55/2227.62	c #Conflicts:    2124000 | #Constraints:     168051
2212.55/2227.62	c #Conflicts:    2125000 | #Constraints:     169051
2212.55/2227.62	c #Conflicts:    2126000 | #Constraints:     170051
2212.55/2227.62	c #Conflicts:    2127000 | #Constraints:     171051
2212.55/2227.62	c #Conflicts:    2128000 | #Constraints:     172051
2212.55/2227.62	c #Conflicts:    2129000 | #Constraints:     173051
2212.55/2227.62	c #Conflicts:    2130000 | #Constraints:     174051
2212.55/2227.62	c #Conflicts:    2131000 | #Constraints:     175051
2212.55/2227.62	c #Conflicts:    2132000 | #Constraints:     176051
2212.55/2227.62	c #Conflicts:    2133000 | #Constraints:     177051
2212.55/2227.62	c #Conflicts:    2134000 | #Constraints:     178051
2212.55/2227.62	c #Conflicts:    2135000 | #Constraints:     179051
2212.55/2227.62	c #Conflicts:    2136000 | #Constraints:     180051
2212.55/2227.62	c #Conflicts:    2137000 | #Constraints:     181051
2212.55/2227.62	c #Conflicts:    2138000 | #Constraints:     182051
2212.55/2227.62	c #Conflicts:    2139000 | #Constraints:     183051
2212.55/2227.62	c #Conflicts:    2140000 | #Constraints:     184051
2212.55/2227.62	c #Conflicts:    2141000 | #Constraints:     185051
2212.55/2227.62	c #Conflicts:    2142000 | #Constraints:     186051
2212.55/2227.62	c #Conflicts:    2143000 | #Constraints:     187051
2212.55/2227.62	c #Conflicts:    2144000 | #Constraints:     188051
2212.55/2227.62	c #Conflicts:    2145000 | #Constraints:     189051
2212.55/2227.62	c #Conflicts:    2146000 | #Constraints:     190051
2212.55/2227.62	c #Conflicts:    2147000 | #Constraints:     191051
2212.55/2227.62	c #Conflicts:    2148000 | #Constraints:     192051
2212.55/2227.62	c #Conflicts:    2149000 | #Constraints:     193051
2212.55/2227.62	c #Conflicts:    2150000 | #Constraints:     194051
2212.55/2227.62	c #Conflicts:    2151000 | #Constraints:     195051
2212.55/2227.62	c #Conflicts:    2152000 | #Constraints:     196051
2212.55/2227.62	c #Conflicts:    2153000 | #Constraints:     197051
2212.55/2227.62	c #Conflicts:    2154000 | #Constraints:     198051
2212.55/2227.62	c #Conflicts:    2155000 | #Constraints:     199051
2212.55/2227.62	c #Conflicts:    2156000 | #Constraints:     200051
2212.55/2227.62	c #Conflicts:    2157000 | #Constraints:     201051
2212.55/2227.62	c #Conflicts:    2158000 | #Constraints:     202051
2212.55/2227.62	c #Conflicts:    2159000 | #Constraints:     203051
2212.55/2227.62	c #Conflicts:    2160000 | #Constraints:     204051
2212.55/2227.62	c #Conflicts:    2161000 | #Constraints:     205051
2212.55/2227.62	c #Conflicts:    2162000 | #Constraints:     206051
2212.55/2227.62	c #Conflicts:    2163000 | #Constraints:     207051
2212.55/2227.62	c #Conflicts:    2164000 | #Constraints:     208051
2212.55/2227.62	c #Conflicts:    2165000 | #Constraints:     209051
2212.55/2227.62	c #Conflicts:    2166000 | #Constraints:     210051
2212.55/2227.62	c #Conflicts:    2167000 | #Constraints:     211051
2212.55/2227.62	c #Conflicts:    2168000 | #Constraints:     212051
2212.55/2227.62	c #Conflicts:    2169000 | #Constraints:     213051
2212.55/2227.62	c #Conflicts:    2170000 | #Constraints:     214051
2212.55/2227.62	c #Conflicts:    2171000 | #Constraints:     215051
2212.55/2227.62	c #Conflicts:    2172000 | #Constraints:     216051
2212.55/2227.62	c #Conflicts:    2173000 | #Constraints:     217051
2212.55/2227.62	c #Conflicts:    2174000 | #Constraints:     218051
2212.55/2227.62	c #Conflicts:    2175000 | #Constraints:     219051
2212.55/2227.62	c #Conflicts:    2176000 | #Constraints:     220051
2215.24/2230.35	c #Conflicts:    2177000 | #Constraints:     221051
2215.24/2230.35	c bounds -41 >= -228 @ 2194.89
2236.96/2252.26	c #Conflicts:    2178000 | #Constraints:     222076
2236.96/2252.26	c #Conflicts:    2179000 | #Constraints:     223088
2236.96/2252.26	c #Conflicts:    2180000 | #Constraints:     224137
2236.96/2252.26	c #Conflicts:    2181000 | #Constraints:     225176
2236.96/2252.26	c #Conflicts:    2182000 | #Constraints:     226219
2236.96/2252.26	c #Conflicts:    2183000 | #Constraints:     227268
2236.96/2252.26	c #Conflicts:    2184000 | #Constraints:     228307
2236.96/2252.26	c #Conflicts:    2185000 | #Constraints:     229339
2236.96/2252.26	c #Conflicts:    2186000 | #Constraints:     230376
2236.96/2252.26	c #Conflicts:    2187000 | #Constraints:     231411
2236.96/2252.26	c #Conflicts:    2188000 | #Constraints:     232450
2236.96/2252.26	c #Conflicts:    2189000 | #Constraints:     233479
2236.96/2252.26	c #Conflicts:    2190000 | #Constraints:     234511
2236.96/2252.26	c #Conflicts:    2191000 | #Constraints:     235539
2236.96/2252.26	c #Conflicts:    2192000 | #Constraints:     236562
2236.96/2252.26	c #Conflicts:    2193000 | #Constraints:     237606
2236.96/2252.26	c #Conflicts:    2194000 | #Constraints:     238636
2236.96/2252.26	c #Conflicts:    2195000 | #Constraints:     239659
2236.96/2252.26	c #Conflicts:    2196000 | #Constraints:     240690
2236.96/2252.26	c #Conflicts:    2197000 | #Constraints:     241734
2236.96/2252.26	c #Conflicts:    2198000 | #Constraints:     242769
2236.96/2252.26	c INPROCESSING
2236.96/2252.26	c GARBAGE COLLECT
2236.96/2252.26	c rational objective -228
2276.92/2292.43	c #Conflicts:    2199000 | #Constraints:     164267
2276.92/2292.43	c #Conflicts:    2200000 | #Constraints:     165267
2276.92/2292.43	c #Conflicts:    2201000 | #Constraints:     166267
2276.92/2292.43	c #Conflicts:    2202000 | #Constraints:     167267
2276.92/2292.43	c #Conflicts:    2203000 | #Constraints:     168267
2276.92/2292.43	c #Conflicts:    2204000 | #Constraints:     169267
2276.92/2292.43	c #Conflicts:    2205000 | #Constraints:     170267
2276.92/2292.43	c #Conflicts:    2206000 | #Constraints:     171267
2276.92/2292.43	c #Conflicts:    2207000 | #Constraints:     172267
2276.92/2292.43	c #Conflicts:    2208000 | #Constraints:     173267
2276.92/2292.43	c #Conflicts:    2209000 | #Constraints:     174267
2276.92/2292.43	c #Conflicts:    2210000 | #Constraints:     175267
2276.92/2292.43	c #Conflicts:    2211000 | #Constraints:     176267
2276.92/2292.43	c #Conflicts:    2212000 | #Constraints:     177267
2276.92/2292.43	c #Conflicts:    2213000 | #Constraints:     178267
2276.92/2292.43	c #Conflicts:    2214000 | #Constraints:     179267
2276.92/2292.43	c #Conflicts:    2215000 | #Constraints:     180267
2276.92/2292.43	c #Conflicts:    2216000 | #Constraints:     181267
2276.92/2292.43	c #Conflicts:    2217000 | #Constraints:     182267
2276.92/2292.43	c #Conflicts:    2218000 | #Constraints:     183267
2276.92/2292.43	c #Conflicts:    2219000 | #Constraints:     184267
2276.92/2292.43	c #Conflicts:    2220000 | #Constraints:     185267
2276.92/2292.43	c #Conflicts:    2221000 | #Constraints:     186267
2276.92/2292.43	c #Conflicts:    2222000 | #Constraints:     187267
2276.92/2292.43	c #Conflicts:    2223000 | #Constraints:     188267
2276.92/2292.43	c #Conflicts:    2224000 | #Constraints:     189267
2276.92/2292.43	c #Conflicts:    2225000 | #Constraints:     190267
2276.92/2292.43	c #Conflicts:    2226000 | #Constraints:     191267
2276.92/2292.43	c #Conflicts:    2227000 | #Constraints:     192267
2276.92/2292.43	c #Conflicts:    2228000 | #Constraints:     193267
2276.92/2292.43	c #Conflicts:    2229000 | #Constraints:     194267
2276.92/2292.43	c #Conflicts:    2230000 | #Constraints:     195267
2276.92/2292.43	c #Conflicts:    2231000 | #Constraints:     196267
2276.92/2292.43	c #Conflicts:    2232000 | #Constraints:     197267
2276.92/2292.43	c #Conflicts:    2233000 | #Constraints:     198267
2276.92/2292.43	c #Conflicts:    2234000 | #Constraints:     199267
2276.92/2292.43	c #Conflicts:    2235000 | #Constraints:     200267
2276.92/2292.43	c #Conflicts:    2236000 | #Constraints:     201267
2276.92/2292.43	c INPROCESSING
2276.92/2292.43	c GARBAGE COLLECT
2276.92/2292.43	c rational objective -228
2291.69/2307.20	c #Conflicts:    2237000 | #Constraints:     143668
2291.69/2307.20	c #Conflicts:    2238000 | #Constraints:     144698
2291.69/2307.20	c #Conflicts:    2239000 | #Constraints:     145761
2291.69/2307.20	c #Conflicts:    2240000 | #Constraints:     146818
2291.69/2307.20	c #Conflicts:    2241000 | #Constraints:     147869
2291.69/2307.20	c #Conflicts:    2242000 | #Constraints:     148909
2291.69/2307.20	c #Conflicts:    2243000 | #Constraints:     149941
2291.69/2307.20	c #Conflicts:    2244000 | #Constraints:     150973
2291.69/2307.20	c #Conflicts:    2245000 | #Constraints:     152022
2291.69/2307.20	c #Conflicts:    2246000 | #Constraints:     153068
2291.69/2307.20	c #Conflicts:    2247000 | #Constraints:     154114
2291.69/2307.20	c bounds -42 >= -228 @ 2270.7
2403.01/2419.66	c #Conflicts:    2248000 | #Constraints:     155163
2403.01/2419.66	c #Conflicts:    2249000 | #Constraints:     156163
2403.01/2419.66	c #Conflicts:    2250000 | #Constraints:     157163
2403.01/2419.66	c #Conflicts:    2251000 | #Constraints:     158163
2403.01/2419.66	c #Conflicts:    2252000 | #Constraints:     159163
2403.01/2419.66	c #Conflicts:    2253000 | #Constraints:     160163
2403.01/2419.66	c #Conflicts:    2254000 | #Constraints:     161163
2403.01/2419.66	c #Conflicts:    2255000 | #Constraints:     162163
2403.01/2419.66	c #Conflicts:    2256000 | #Constraints:     163163
2403.01/2419.66	c #Conflicts:    2257000 | #Constraints:     164163
2403.01/2419.66	c #Conflicts:    2258000 | #Constraints:     165163
2403.01/2419.66	c #Conflicts:    2259000 | #Constraints:     166163
2403.01/2419.66	c #Conflicts:    2260000 | #Constraints:     167163
2403.01/2419.66	c #Conflicts:    2261000 | #Constraints:     168163
2403.01/2419.66	c #Conflicts:    2262000 | #Constraints:     169163
2403.01/2419.66	c #Conflicts:    2263000 | #Constraints:     170163
2403.01/2419.66	c #Conflicts:    2264000 | #Constraints:     171163
2403.01/2419.66	c #Conflicts:    2265000 | #Constraints:     172163
2403.01/2419.66	c #Conflicts:    2266000 | #Constraints:     173163
2403.01/2419.66	c #Conflicts:    2267000 | #Constraints:     174163
2403.01/2419.66	c #Conflicts:    2268000 | #Constraints:     175163
2403.01/2419.66	c #Conflicts:    2269000 | #Constraints:     176163
2403.01/2419.66	c #Conflicts:    2270000 | #Constraints:     177163
2403.01/2419.66	c #Conflicts:    2271000 | #Constraints:     178163
2403.01/2419.66	c #Conflicts:    2272000 | #Constraints:     179163
2403.01/2419.66	c #Conflicts:    2273000 | #Constraints:     180163
2403.01/2419.66	c #Conflicts:    2274000 | #Constraints:     181163
2403.01/2419.66	c #Conflicts:    2275000 | #Constraints:     182163
2403.01/2419.66	c #Conflicts:    2276000 | #Constraints:     183163
2403.01/2419.66	c #Conflicts:    2277000 | #Constraints:     184163
2403.01/2419.66	c #Conflicts:    2278000 | #Constraints:     185163
2403.01/2419.66	c #Conflicts:    2279000 | #Constraints:     186163
2403.01/2419.66	c #Conflicts:    2280000 | #Constraints:     187163
2403.01/2419.66	c #Conflicts:    2281000 | #Constraints:     188163
2403.01/2419.66	c #Conflicts:    2282000 | #Constraints:     189163
2403.01/2419.66	c #Conflicts:    2283000 | #Constraints:     190163
2403.01/2419.66	c #Conflicts:    2284000 | #Constraints:     191163
2403.01/2419.66	c #Conflicts:    2285000 | #Constraints:     192163
2403.01/2419.66	c #Conflicts:    2286000 | #Constraints:     193163
2403.01/2419.66	c #Conflicts:    2287000 | #Constraints:     194163
2403.01/2419.66	c #Conflicts:    2288000 | #Constraints:     195163
2403.01/2419.66	c #Conflicts:    2289000 | #Constraints:     196163
2403.01/2419.66	c #Conflicts:    2290000 | #Constraints:     197163
2403.01/2419.66	c #Conflicts:    2291000 | #Constraints:     198163
2403.01/2419.66	c #Conflicts:    2292000 | #Constraints:     199163
2403.01/2419.66	c #Conflicts:    2293000 | #Constraints:     200163
2403.01/2419.66	c #Conflicts:    2294000 | #Constraints:     201163
2403.01/2419.66	c #Conflicts:    2295000 | #Constraints:     202163
2403.01/2419.66	c #Conflicts:    2296000 | #Constraints:     203163
2403.01/2419.66	c #Conflicts:    2297000 | #Constraints:     204163
2403.01/2419.66	c #Conflicts:    2298000 | #Constraints:     205163
2403.01/2419.66	c #Conflicts:    2299000 | #Constraints:     206163
2403.01/2419.66	c #Conflicts:    2300000 | #Constraints:     207163
2403.01/2419.66	c #Conflicts:    2301000 | #Constraints:     208163
2403.01/2419.66	c #Conflicts:    2302000 | #Constraints:     209163
2403.01/2419.66	c #Conflicts:    2303000 | #Constraints:     210163
2403.01/2419.66	c #Conflicts:    2304000 | #Constraints:     211163
2403.01/2419.66	c #Conflicts:    2305000 | #Constraints:     212163
2403.01/2419.66	c #Conflicts:    2306000 | #Constraints:     213163
2403.01/2419.66	c #Conflicts:    2307000 | #Constraints:     214163
2403.01/2419.66	c #Conflicts:    2308000 | #Constraints:     215163
2403.01/2419.66	c #Conflicts:    2309000 | #Constraints:     216163
2403.01/2419.66	c #Conflicts:    2310000 | #Constraints:     217163
2403.01/2419.66	c #Conflicts:    2311000 | #Constraints:     218163
2403.01/2419.66	c #Conflicts:    2312000 | #Constraints:     219163
2403.01/2419.66	c #Conflicts:    2313000 | #Constraints:     220163
2403.01/2419.66	c #Conflicts:    2314000 | #Constraints:     221163
2403.01/2419.66	c #Conflicts:    2315000 | #Constraints:     222163
2403.01/2419.66	c #Conflicts:    2316000 | #Constraints:     223163
2403.01/2419.66	c #Conflicts:    2317000 | #Constraints:     224163
2403.01/2419.66	c #Conflicts:    2318000 | #Constraints:     225163
2403.01/2419.66	c #Conflicts:    2319000 | #Constraints:     226163
2403.01/2419.66	c #Conflicts:    2320000 | #Constraints:     227163
2403.01/2419.66	c #Conflicts:    2321000 | #Constraints:     228163
2403.01/2419.66	c #Conflicts:    2322000 | #Constraints:     229163
2403.01/2419.66	c #Conflicts:    2323000 | #Constraints:     230163
2403.01/2419.66	c #Conflicts:    2324000 | #Constraints:     231163
2403.01/2419.66	c #Conflicts:    2325000 | #Constraints:     232163
2403.01/2419.66	c #Conflicts:    2326000 | #Constraints:     233163
2427.19/2444.06	c #Conflicts:    2327000 | #Constraints:     234163
2427.19/2444.06	c #Conflicts:    2328000 | #Constraints:     235163
2427.19/2444.06	c #Conflicts:    2329000 | #Constraints:     236163
2427.19/2444.06	c #Conflicts:    2330000 | #Constraints:     237163
2427.19/2444.06	c #Conflicts:    2331000 | #Constraints:     238163
2427.19/2444.06	c #Conflicts:    2332000 | #Constraints:     239163
2427.19/2444.06	c #Conflicts:    2333000 | #Constraints:     240163
2427.19/2444.06	c #Conflicts:    2334000 | #Constraints:     241163
2427.19/2444.06	c #Conflicts:    2335000 | #Constraints:     242163
2427.19/2444.06	c #Conflicts:    2336000 | #Constraints:     243163
2427.19/2444.06	c #Conflicts:    2337000 | #Constraints:     244163
2427.19/2444.06	c #Conflicts:    2338000 | #Constraints:     245163
2427.19/2444.06	c bounds -42 >= -227 @ 2405.43
2429.38/2446.24	c #Conflicts:    2339000 | #Constraints:     246214
2429.38/2446.24	c #Conflicts:    2340000 | #Constraints:     247247
2429.38/2446.24	c INPROCESSING
2429.38/2446.24	c GARBAGE COLLECT
2429.38/2446.24	c rational objective -227
2471.64/2488.73	c #Conflicts:    2341000 | #Constraints:     166705
2471.64/2488.73	c #Conflicts:    2342000 | #Constraints:     167713
2471.64/2488.73	c #Conflicts:    2343000 | #Constraints:     168727
2471.64/2488.73	c #Conflicts:    2344000 | #Constraints:     169736
2471.64/2488.73	c #Conflicts:    2345000 | #Constraints:     170743
2471.64/2488.73	c #Conflicts:    2346000 | #Constraints:     171762
2471.64/2488.73	c #Conflicts:    2347000 | #Constraints:     172783
2471.64/2488.73	c #Conflicts:    2348000 | #Constraints:     173790
2471.64/2488.73	c #Conflicts:    2349000 | #Constraints:     174803
2471.64/2488.73	c #Conflicts:    2350000 | #Constraints:     175818
2471.64/2488.73	c #Conflicts:    2351000 | #Constraints:     176832
2471.64/2488.73	c #Conflicts:    2352000 | #Constraints:     177849
2471.64/2488.73	c #Conflicts:    2353000 | #Constraints:     178868
2471.64/2488.73	c #Conflicts:    2354000 | #Constraints:     179892
2471.64/2488.73	c #Conflicts:    2355000 | #Constraints:     180916
2471.64/2488.73	c #Conflicts:    2356000 | #Constraints:     181927
2471.64/2488.73	c #Conflicts:    2357000 | #Constraints:     182931
2471.64/2488.73	c #Conflicts:    2358000 | #Constraints:     183941
2471.64/2488.73	c #Conflicts:    2359000 | #Constraints:     184950
2471.64/2488.73	c #Conflicts:    2360000 | #Constraints:     185961
2471.64/2488.73	c #Conflicts:    2361000 | #Constraints:     186970
2471.64/2488.73	c #Conflicts:    2362000 | #Constraints:     187979
2471.64/2488.73	c #Conflicts:    2363000 | #Constraints:     188983
2471.64/2488.73	c #Conflicts:    2364000 | #Constraints:     189997
2471.64/2488.73	c #Conflicts:    2365000 | #Constraints:     191015
2471.64/2488.73	c #Conflicts:    2366000 | #Constraints:     192036
2471.64/2488.73	c #Conflicts:    2367000 | #Constraints:     193049
2471.64/2488.73	c #Conflicts:    2368000 | #Constraints:     194071
2471.64/2488.73	c #Conflicts:    2369000 | #Constraints:     195084
2471.64/2488.73	c #Conflicts:    2370000 | #Constraints:     196109
2471.64/2488.73	c #Conflicts:    2371000 | #Constraints:     197136
2471.64/2488.73	c #Conflicts:    2372000 | #Constraints:     198157
2471.64/2488.73	c #Conflicts:    2373000 | #Constraints:     199167
2471.64/2488.73	c #Conflicts:    2374000 | #Constraints:     200182
2471.64/2488.73	c #Conflicts:    2375000 | #Constraints:     201200
2471.64/2488.73	c #Conflicts:    2376000 | #Constraints:     202219
2471.64/2488.73	c #Conflicts:    2377000 | #Constraints:     203237
2471.64/2488.73	c #Conflicts:    2378000 | #Constraints:     204246
2471.64/2488.73	c #Conflicts:    2379000 | #Constraints:     205259
2471.64/2488.73	c INPROCESSING
2471.64/2488.73	c GARBAGE COLLECT
2471.64/2488.73	c rational objective -227
2553.59/2571.30	c #Conflicts:    2380000 | #Constraints:     145478
2553.59/2571.30	c #Conflicts:    2381000 | #Constraints:     146478
2553.59/2571.30	c #Conflicts:    2382000 | #Constraints:     147478
2553.59/2571.30	c #Conflicts:    2383000 | #Constraints:     148478
2553.59/2571.30	c #Conflicts:    2384000 | #Constraints:     149478
2553.59/2571.30	c #Conflicts:    2385000 | #Constraints:     150478
2553.59/2571.30	c #Conflicts:    2386000 | #Constraints:     151478
2553.59/2571.30	c #Conflicts:    2387000 | #Constraints:     152478
2553.59/2571.30	c #Conflicts:    2388000 | #Constraints:     153478
2553.59/2571.30	c #Conflicts:    2389000 | #Constraints:     154478
2553.59/2571.30	c #Conflicts:    2390000 | #Constraints:     155478
2553.59/2571.30	c #Conflicts:    2391000 | #Constraints:     156478
2553.59/2571.30	c #Conflicts:    2392000 | #Constraints:     157478
2553.59/2571.30	c #Conflicts:    2393000 | #Constraints:     158478
2553.59/2571.30	c #Conflicts:    2394000 | #Constraints:     159478
2553.59/2571.30	c #Conflicts:    2395000 | #Constraints:     160478
2553.59/2571.30	c #Conflicts:    2396000 | #Constraints:     161478
2553.59/2571.30	c #Conflicts:    2397000 | #Constraints:     162478
2553.59/2571.30	c #Conflicts:    2398000 | #Constraints:     163478
2553.59/2571.30	c #Conflicts:    2399000 | #Constraints:     164478
2553.59/2571.30	c #Conflicts:    2400000 | #Constraints:     165478
2553.59/2571.30	c #Conflicts:    2401000 | #Constraints:     166478
2553.59/2571.30	c #Conflicts:    2402000 | #Constraints:     167478
2553.59/2571.30	c #Conflicts:    2403000 | #Constraints:     168478
2553.59/2571.30	c #Conflicts:    2404000 | #Constraints:     169478
2553.59/2571.30	c #Conflicts:    2405000 | #Constraints:     170478
2553.59/2571.30	c #Conflicts:    2406000 | #Constraints:     171478
2553.59/2571.30	c #Conflicts:    2407000 | #Constraints:     172478
2553.59/2571.30	c #Conflicts:    2408000 | #Constraints:     173478
2553.59/2571.30	c #Conflicts:    2409000 | #Constraints:     174478
2553.59/2571.30	c #Conflicts:    2410000 | #Constraints:     175478
2553.59/2571.30	c #Conflicts:    2411000 | #Constraints:     176478
2553.59/2571.30	c #Conflicts:    2412000 | #Constraints:     177478
2553.59/2571.30	c #Conflicts:    2413000 | #Constraints:     178478
2553.59/2571.30	c #Conflicts:    2414000 | #Constraints:     179478
2553.59/2571.30	c #Conflicts:    2415000 | #Constraints:     180478
2553.59/2571.30	c #Conflicts:    2416000 | #Constraints:     181478
2553.59/2571.30	c #Conflicts:    2417000 | #Constraints:     182478
2553.59/2571.30	c #Conflicts:    2418000 | #Constraints:     183478
2553.59/2571.30	c #Conflicts:    2419000 | #Constraints:     184478
2553.59/2571.30	c #Conflicts:    2420000 | #Constraints:     185478
2553.59/2571.30	c #Conflicts:    2421000 | #Constraints:     186478
2553.59/2571.30	c #Conflicts:    2422000 | #Constraints:     187478
2553.59/2571.30	c #Conflicts:    2423000 | #Constraints:     188478
2553.59/2571.30	c #Conflicts:    2424000 | #Constraints:     189478
2553.59/2571.30	c #Conflicts:    2425000 | #Constraints:     190478
2553.59/2571.30	c #Conflicts:    2426000 | #Constraints:     191478
2553.59/2571.30	c #Conflicts:    2427000 | #Constraints:     192478
2553.59/2571.30	c #Conflicts:    2428000 | #Constraints:     193478
2553.59/2571.30	c #Conflicts:    2429000 | #Constraints:     194478
2553.59/2571.30	c #Conflicts:    2430000 | #Constraints:     195478
2553.59/2571.30	c #Conflicts:    2431000 | #Constraints:     196478
2553.59/2571.30	c #Conflicts:    2432000 | #Constraints:     197478
2553.59/2571.30	c #Conflicts:    2433000 | #Constraints:     198478
2553.59/2571.30	c #Conflicts:    2434000 | #Constraints:     199478
2553.59/2571.30	c #Conflicts:    2435000 | #Constraints:     200478
2553.59/2571.30	c #Conflicts:    2436000 | #Constraints:     201478
2553.59/2571.30	c #Conflicts:    2437000 | #Constraints:     202478
2553.59/2571.30	c #Conflicts:    2438000 | #Constraints:     203478
2553.59/2571.30	c #Conflicts:    2439000 | #Constraints:     204478
2553.59/2571.30	c #Conflicts:    2440000 | #Constraints:     205478
2553.59/2571.30	c #Conflicts:    2441000 | #Constraints:     206478
2553.59/2571.30	c #Conflicts:    2442000 | #Constraints:     207478
2553.59/2571.30	c #Conflicts:    2443000 | #Constraints:     208478
2553.59/2571.30	c #Conflicts:    2444000 | #Constraints:     209478
2553.59/2571.30	c #Conflicts:    2445000 | #Constraints:     210478
2553.59/2571.30	c #Conflicts:    2446000 | #Constraints:     211478
2553.59/2571.30	c #Conflicts:    2447000 | #Constraints:     212478
2553.59/2571.30	c #Conflicts:    2448000 | #Constraints:     213478
2553.59/2571.30	c #Conflicts:    2449000 | #Constraints:     214478
2553.59/2571.30	c #Conflicts:    2450000 | #Constraints:     215478
2553.59/2571.30	c #Conflicts:    2451000 | #Constraints:     216478
2553.59/2571.30	c #Conflicts:    2452000 | #Constraints:     217478
2553.59/2571.30	c #Conflicts:    2453000 | #Constraints:     218478
2553.59/2571.30	c #Conflicts:    2454000 | #Constraints:     219478
2553.59/2571.30	c #Conflicts:    2455000 | #Constraints:     220478
2553.59/2571.30	c #Conflicts:    2456000 | #Constraints:     221478
2553.59/2571.30	c #Conflicts:    2457000 | #Constraints:     222478
2553.59/2571.30	c #Conflicts:    2458000 | #Constraints:     223478
2600.01/2618.02	c #Conflicts:    2459000 | #Constraints:     224478
2600.01/2618.02	c #Conflicts:    2460000 | #Constraints:     225478
2600.01/2618.02	c #Conflicts:    2461000 | #Constraints:     226478
2600.01/2618.02	c #Conflicts:    2462000 | #Constraints:     227478
2600.01/2618.02	c #Conflicts:    2463000 | #Constraints:     228478
2600.01/2618.02	c #Conflicts:    2464000 | #Constraints:     229478
2600.01/2618.02	c #Conflicts:    2465000 | #Constraints:     230478
2600.01/2618.02	c #Conflicts:    2466000 | #Constraints:     231478
2600.01/2618.02	c #Conflicts:    2467000 | #Constraints:     232478
2600.01/2618.02	c #Conflicts:    2468000 | #Constraints:     233478
2600.01/2618.02	c #Conflicts:    2469000 | #Constraints:     234478
2600.01/2618.02	c #Conflicts:    2470000 | #Constraints:     235478
2600.01/2618.02	c #Conflicts:    2471000 | #Constraints:     236478
2600.01/2618.02	c #Conflicts:    2472000 | #Constraints:     237478
2600.01/2618.02	c #Conflicts:    2473000 | #Constraints:     238478
2600.01/2618.02	c #Conflicts:    2474000 | #Constraints:     239478
2600.01/2618.02	c #Conflicts:    2475000 | #Constraints:     240478
2600.01/2618.02	c #Conflicts:    2476000 | #Constraints:     241478
2600.01/2618.02	c #Conflicts:    2477000 | #Constraints:     242478
2600.01/2618.02	c #Conflicts:    2478000 | #Constraints:     243478
2600.01/2618.02	c #Conflicts:    2479000 | #Constraints:     244478
2600.01/2618.02	c #Conflicts:    2480000 | #Constraints:     245478
2600.01/2618.02	c #Conflicts:    2481000 | #Constraints:     246478
2600.01/2618.02	c #Conflicts:    2482000 | #Constraints:     247478
2600.01/2618.02	c #Conflicts:    2483000 | #Constraints:     248478
2600.01/2618.02	c #Conflicts:    2484000 | #Constraints:     249478
2600.01/2618.02	c #Conflicts:    2485000 | #Constraints:     250478
2600.01/2618.02	c #Conflicts:    2486000 | #Constraints:     251478
2600.01/2618.02	c INPROCESSING
2600.01/2618.02	c GARBAGE COLLECT
2600.01/2618.02	c rational objective -227
2682.28/2700.55	c #Conflicts:    2487000 | #Constraints:     168515
2682.28/2700.55	c #Conflicts:    2488000 | #Constraints:     169563
2682.28/2700.55	c #Conflicts:    2489000 | #Constraints:     170614
2682.28/2700.55	c #Conflicts:    2490000 | #Constraints:     171654
2682.28/2700.55	c #Conflicts:    2491000 | #Constraints:     172684
2682.28/2700.55	c #Conflicts:    2492000 | #Constraints:     173733
2682.28/2700.55	c #Conflicts:    2493000 | #Constraints:     174782
2682.28/2700.55	c #Conflicts:    2494000 | #Constraints:     175828
2682.28/2700.55	c #Conflicts:    2495000 | #Constraints:     176877
2682.28/2700.55	c #Conflicts:    2496000 | #Constraints:     177917
2682.28/2700.55	c #Conflicts:    2497000 | #Constraints:     178960
2682.28/2700.55	c #Conflicts:    2498000 | #Constraints:     180005
2682.28/2700.55	c #Conflicts:    2499000 | #Constraints:     181038
2682.28/2700.55	c #Conflicts:    2500000 | #Constraints:     182074
2682.28/2700.55	c #Conflicts:    2501000 | #Constraints:     183121
2682.28/2700.55	c #Conflicts:    2502000 | #Constraints:     184166
2682.28/2700.55	c #Conflicts:    2503000 | #Constraints:     185207
2682.28/2700.55	c #Conflicts:    2504000 | #Constraints:     186253
2682.28/2700.55	c #Conflicts:    2505000 | #Constraints:     187294
2682.28/2700.55	c #Conflicts:    2506000 | #Constraints:     188331
2682.28/2700.55	c #Conflicts:    2507000 | #Constraints:     189376
2682.28/2700.55	c #Conflicts:    2508000 | #Constraints:     190429
2682.28/2700.55	c #Conflicts:    2509000 | #Constraints:     191471
2682.28/2700.55	c #Conflicts:    2510000 | #Constraints:     192523
2682.28/2700.55	c #Conflicts:    2511000 | #Constraints:     193572
2682.28/2700.55	c #Conflicts:    2512000 | #Constraints:     194611
2682.28/2700.55	c #Conflicts:    2513000 | #Constraints:     195665
2682.28/2700.55	c #Conflicts:    2514000 | #Constraints:     196717
2682.28/2700.55	c #Conflicts:    2515000 | #Constraints:     197752
2682.28/2700.55	c #Conflicts:    2516000 | #Constraints:     198783
2682.28/2700.55	c #Conflicts:    2517000 | #Constraints:     199823
2682.28/2700.55	c #Conflicts:    2518000 | #Constraints:     200857
2682.28/2700.55	c #Conflicts:    2519000 | #Constraints:     201893
2682.28/2700.55	c #Conflicts:    2520000 | #Constraints:     202937
2682.28/2700.55	c #Conflicts:    2521000 | #Constraints:     203974
2682.28/2700.55	c #Conflicts:    2522000 | #Constraints:     205031
2682.28/2700.55	c #Conflicts:    2523000 | #Constraints:     206073
2682.28/2700.55	c #Conflicts:    2524000 | #Constraints:     207119
2682.28/2700.55	c #Conflicts:    2525000 | #Constraints:     208156
2682.28/2700.55	c #Conflicts:    2526000 | #Constraints:     209187
2682.28/2700.55	c #Conflicts:    2527000 | #Constraints:     210236
2682.28/2700.55	c INPROCESSING
2682.28/2700.55	c GARBAGE COLLECT
2682.28/2700.55	c rational objective -227
2762.06/2780.82	c #Conflicts:    2528000 | #Constraints:     148096
2762.06/2780.82	c #Conflicts:    2529000 | #Constraints:     149096
2762.06/2780.82	c #Conflicts:    2530000 | #Constraints:     150096
2762.06/2780.82	c #Conflicts:    2531000 | #Constraints:     151096
2762.06/2780.82	c #Conflicts:    2532000 | #Constraints:     152096
2762.06/2780.82	c #Conflicts:    2533000 | #Constraints:     153096
2762.06/2780.82	c #Conflicts:    2534000 | #Constraints:     154096
2762.06/2780.82	c #Conflicts:    2535000 | #Constraints:     155096
2762.06/2780.82	c #Conflicts:    2536000 | #Constraints:     156096
2762.06/2780.82	c #Conflicts:    2537000 | #Constraints:     157096
2762.06/2780.82	c #Conflicts:    2538000 | #Constraints:     158096
2762.06/2780.82	c #Conflicts:    2539000 | #Constraints:     159096
2762.06/2780.82	c #Conflicts:    2540000 | #Constraints:     160096
2762.06/2780.82	c #Conflicts:    2541000 | #Constraints:     161096
2762.06/2780.82	c #Conflicts:    2542000 | #Constraints:     162096
2762.06/2780.82	c #Conflicts:    2543000 | #Constraints:     163096
2762.06/2780.82	c #Conflicts:    2544000 | #Constraints:     164096
2762.06/2780.82	c #Conflicts:    2545000 | #Constraints:     165096
2762.06/2780.82	c #Conflicts:    2546000 | #Constraints:     166096
2762.06/2780.82	c #Conflicts:    2547000 | #Constraints:     167096
2762.06/2780.82	c #Conflicts:    2548000 | #Constraints:     168096
2762.06/2780.82	c #Conflicts:    2549000 | #Constraints:     169096
2762.06/2780.82	c #Conflicts:    2550000 | #Constraints:     170096
2762.06/2780.82	c #Conflicts:    2551000 | #Constraints:     171096
2762.06/2780.82	c #Conflicts:    2552000 | #Constraints:     172096
2762.06/2780.82	c #Conflicts:    2553000 | #Constraints:     173096
2762.06/2780.82	c #Conflicts:    2554000 | #Constraints:     174096
2762.06/2780.82	c #Conflicts:    2555000 | #Constraints:     175096
2762.06/2780.82	c #Conflicts:    2556000 | #Constraints:     176096
2762.06/2780.82	c #Conflicts:    2557000 | #Constraints:     177096
2762.06/2780.82	c #Conflicts:    2558000 | #Constraints:     178096
2762.06/2780.82	c #Conflicts:    2559000 | #Constraints:     179096
2762.06/2780.82	c #Conflicts:    2560000 | #Constraints:     180096
2762.06/2780.82	c #Conflicts:    2561000 | #Constraints:     181096
2762.06/2780.82	c #Conflicts:    2562000 | #Constraints:     182096
2762.06/2780.82	c #Conflicts:    2563000 | #Constraints:     183096
2762.06/2780.82	c #Conflicts:    2564000 | #Constraints:     184096
2762.06/2780.82	c #Conflicts:    2565000 | #Constraints:     185096
2762.06/2780.82	c #Conflicts:    2566000 | #Constraints:     186096
2762.06/2780.82	c #Conflicts:    2567000 | #Constraints:     187096
2762.06/2780.82	c #Conflicts:    2568000 | #Constraints:     188096
2762.06/2780.82	c #Conflicts:    2569000 | #Constraints:     189096
2762.06/2780.82	c #Conflicts:    2570000 | #Constraints:     190096
2762.06/2780.82	c #Conflicts:    2571000 | #Constraints:     191096
2762.06/2780.82	c #Conflicts:    2572000 | #Constraints:     192096
2762.06/2780.82	c #Conflicts:    2573000 | #Constraints:     193096
2762.06/2780.82	c #Conflicts:    2574000 | #Constraints:     194096
2762.06/2780.82	c #Conflicts:    2575000 | #Constraints:     195096
2762.06/2780.82	c #Conflicts:    2576000 | #Constraints:     196096
2762.06/2780.82	c #Conflicts:    2577000 | #Constraints:     197096
2762.06/2780.82	c #Conflicts:    2578000 | #Constraints:     198096
2762.06/2780.82	c #Conflicts:    2579000 | #Constraints:     199096
2762.06/2780.82	c #Conflicts:    2580000 | #Constraints:     200096
2762.06/2780.82	c #Conflicts:    2581000 | #Constraints:     201096
2762.06/2780.82	c #Conflicts:    2582000 | #Constraints:     202096
2762.06/2780.82	c #Conflicts:    2583000 | #Constraints:     203096
2762.06/2780.82	c #Conflicts:    2584000 | #Constraints:     204096
2762.06/2780.82	c #Conflicts:    2585000 | #Constraints:     205096
2762.06/2780.82	c #Conflicts:    2586000 | #Constraints:     206096
2762.06/2780.82	c #Conflicts:    2587000 | #Constraints:     207096
2762.06/2780.82	c #Conflicts:    2588000 | #Constraints:     208096
2762.06/2780.82	c #Conflicts:    2589000 | #Constraints:     209096
2762.06/2780.82	c #Conflicts:    2590000 | #Constraints:     210096
2762.06/2780.82	c #Conflicts:    2591000 | #Constraints:     211096
2762.06/2780.82	c #Conflicts:    2592000 | #Constraints:     212096
2762.06/2780.82	c #Conflicts:    2593000 | #Constraints:     213096
2762.06/2780.82	c #Conflicts:    2594000 | #Constraints:     214096
2762.06/2780.82	c #Conflicts:    2595000 | #Constraints:     215096
2762.06/2780.82	c #Conflicts:    2596000 | #Constraints:     216096
2762.06/2780.82	c #Conflicts:    2597000 | #Constraints:     217096
2762.06/2780.82	c #Conflicts:    2598000 | #Constraints:     218096
2762.06/2780.82	c #Conflicts:    2599000 | #Constraints:     219096
2762.06/2780.82	c #Conflicts:    2600000 | #Constraints:     220096
2762.06/2780.82	c #Conflicts:    2601000 | #Constraints:     221096
2762.06/2780.82	c #Conflicts:    2602000 | #Constraints:     222096
2762.06/2780.82	c #Conflicts:    2603000 | #Constraints:     223096
2762.06/2780.82	c #Conflicts:    2604000 | #Constraints:     224096
2762.06/2780.82	c #Conflicts:    2605000 | #Constraints:     225096
2762.06/2780.82	c #Conflicts:    2606000 | #Constraints:     226096
2794.54/2813.41	c #Conflicts:    2607000 | #Constraints:     227096
2794.54/2813.41	c #Conflicts:    2608000 | #Constraints:     228096
2794.54/2813.41	c #Conflicts:    2609000 | #Constraints:     229096
2794.54/2813.41	c #Conflicts:    2610000 | #Constraints:     230096
2794.54/2813.41	c #Conflicts:    2611000 | #Constraints:     231096
2794.54/2813.41	c #Conflicts:    2612000 | #Constraints:     232096
2794.54/2813.41	c #Conflicts:    2613000 | #Constraints:     233096
2794.54/2813.41	c #Conflicts:    2614000 | #Constraints:     234096
2794.54/2813.41	c #Conflicts:    2615000 | #Constraints:     235096
2794.54/2813.41	c #Conflicts:    2616000 | #Constraints:     236096
2794.54/2813.41	c #Conflicts:    2617000 | #Constraints:     237096
2794.54/2813.41	c #Conflicts:    2618000 | #Constraints:     238096
2794.54/2813.41	c #Conflicts:    2619000 | #Constraints:     239096
2794.54/2813.41	c #Conflicts:    2620000 | #Constraints:     240096
2794.54/2813.41	c #Conflicts:    2621000 | #Constraints:     241096
2794.54/2813.41	c #Conflicts:    2622000 | #Constraints:     242096
2794.54/2813.41	c #Conflicts:    2623000 | #Constraints:     243096
2794.54/2813.41	c #Conflicts:    2624000 | #Constraints:     244096
2794.54/2813.41	c #Conflicts:    2625000 | #Constraints:     245096
2794.54/2813.41	c #Conflicts:    2626000 | #Constraints:     246096
2794.54/2813.41	c #Conflicts:    2627000 | #Constraints:     247096
2794.54/2813.41	c bounds -42 >= -226 @ 2770.06
2808.40/2827.34	c #Conflicts:    2628000 | #Constraints:     248129
2808.40/2827.34	c #Conflicts:    2629000 | #Constraints:     249129
2808.40/2827.34	c #Conflicts:    2630000 | #Constraints:     250129
2808.40/2827.34	c #Conflicts:    2631000 | #Constraints:     251129
2808.40/2827.34	c #Conflicts:    2632000 | #Constraints:     252129
2808.40/2827.34	c #Conflicts:    2633000 | #Constraints:     253129
2808.40/2827.34	c #Conflicts:    2634000 | #Constraints:     254129
2808.40/2827.34	c #Conflicts:    2635000 | #Constraints:     255129
2808.40/2827.34	c #Conflicts:    2636000 | #Constraints:     256129
2808.40/2827.34	c #Conflicts:    2637000 | #Constraints:     257129
2808.40/2827.34	c INPROCESSING
2808.40/2827.34	c GARBAGE COLLECT
2808.40/2827.34	c rational objective -226
2850.02/2869.52	c #Conflicts:    2638000 | #Constraints:     171620
2850.02/2869.52	c #Conflicts:    2639000 | #Constraints:     172620
2850.02/2869.52	c #Conflicts:    2640000 | #Constraints:     173620
2850.02/2869.52	c #Conflicts:    2641000 | #Constraints:     174620
2850.02/2869.52	c #Conflicts:    2642000 | #Constraints:     175620
2850.02/2869.52	c #Conflicts:    2643000 | #Constraints:     176620
2850.02/2869.52	c #Conflicts:    2644000 | #Constraints:     177620
2850.02/2869.52	c #Conflicts:    2645000 | #Constraints:     178620
2850.02/2869.52	c #Conflicts:    2646000 | #Constraints:     179620
2850.02/2869.52	c #Conflicts:    2647000 | #Constraints:     180620
2850.02/2869.52	c #Conflicts:    2648000 | #Constraints:     181620
2850.02/2869.52	c #Conflicts:    2649000 | #Constraints:     182620
2850.02/2869.52	c #Conflicts:    2650000 | #Constraints:     183620
2850.02/2869.52	c #Conflicts:    2651000 | #Constraints:     184620
2850.02/2869.52	c #Conflicts:    2652000 | #Constraints:     185620
2850.02/2869.52	c #Conflicts:    2653000 | #Constraints:     186620
2850.02/2869.52	c #Conflicts:    2654000 | #Constraints:     187620
2850.02/2869.52	c #Conflicts:    2655000 | #Constraints:     188620
2850.02/2869.52	c #Conflicts:    2656000 | #Constraints:     189620
2850.02/2869.52	c #Conflicts:    2657000 | #Constraints:     190620
2850.02/2869.52	c #Conflicts:    2658000 | #Constraints:     191620
2850.02/2869.52	c #Conflicts:    2659000 | #Constraints:     192620
2850.02/2869.52	c #Conflicts:    2660000 | #Constraints:     193620
2850.02/2869.52	c #Conflicts:    2661000 | #Constraints:     194620
2850.02/2869.52	c #Conflicts:    2662000 | #Constraints:     195620
2850.02/2869.52	c #Conflicts:    2663000 | #Constraints:     196620
2850.02/2869.52	c #Conflicts:    2664000 | #Constraints:     197620
2850.02/2869.52	c #Conflicts:    2665000 | #Constraints:     198620
2850.02/2869.52	c #Conflicts:    2666000 | #Constraints:     199620
2850.02/2869.52	c #Conflicts:    2667000 | #Constraints:     200620
2850.02/2869.52	c #Conflicts:    2668000 | #Constraints:     201620
2850.02/2869.52	c #Conflicts:    2669000 | #Constraints:     202620
2850.02/2869.52	c #Conflicts:    2670000 | #Constraints:     203620
2850.02/2869.52	c #Conflicts:    2671000 | #Constraints:     204620
2850.02/2869.52	c #Conflicts:    2672000 | #Constraints:     205620
2850.02/2869.52	c #Conflicts:    2673000 | #Constraints:     206620
2850.02/2869.52	c #Conflicts:    2674000 | #Constraints:     207620
2850.02/2869.52	c #Conflicts:    2675000 | #Constraints:     208620
2850.02/2869.52	c #Conflicts:    2676000 | #Constraints:     209620
2850.02/2869.52	c #Conflicts:    2677000 | #Constraints:     210620
2850.02/2869.52	c #Conflicts:    2678000 | #Constraints:     211620
2850.02/2869.52	c #Conflicts:    2679000 | #Constraints:     212620
2850.02/2869.52	c INPROCESSING
2850.02/2869.52	c GARBAGE COLLECT
2850.02/2869.52	c rational objective -226
2930.19/2951.20	c #Conflicts:    2680000 | #Constraints:     149351
2930.19/2951.20	c #Conflicts:    2681000 | #Constraints:     150351
2930.19/2951.20	c #Conflicts:    2682000 | #Constraints:     151351
2930.19/2951.20	c #Conflicts:    2683000 | #Constraints:     152351
2930.19/2951.20	c #Conflicts:    2684000 | #Constraints:     153351
2930.19/2951.20	c #Conflicts:    2685000 | #Constraints:     154351
2930.19/2951.20	c #Conflicts:    2686000 | #Constraints:     155351
2930.19/2951.20	c #Conflicts:    2687000 | #Constraints:     156351
2930.19/2951.20	c #Conflicts:    2688000 | #Constraints:     157351
2930.19/2951.20	c #Conflicts:    2689000 | #Constraints:     158351
2930.19/2951.20	c #Conflicts:    2690000 | #Constraints:     159351
2930.19/2951.20	c #Conflicts:    2691000 | #Constraints:     160351
2930.19/2951.20	c #Conflicts:    2692000 | #Constraints:     161351
2930.19/2951.20	c #Conflicts:    2693000 | #Constraints:     162351
2930.19/2951.20	c #Conflicts:    2694000 | #Constraints:     163351
2930.19/2951.20	c #Conflicts:    2695000 | #Constraints:     164351
2930.19/2951.20	c #Conflicts:    2696000 | #Constraints:     165351
2930.19/2951.20	c #Conflicts:    2697000 | #Constraints:     166351
2930.19/2951.20	c #Conflicts:    2698000 | #Constraints:     167351
2930.19/2951.20	c #Conflicts:    2699000 | #Constraints:     168351
2930.19/2951.20	c #Conflicts:    2700000 | #Constraints:     169351
2930.19/2951.20	c #Conflicts:    2701000 | #Constraints:     170351
2930.19/2951.20	c #Conflicts:    2702000 | #Constraints:     171351
2930.19/2951.20	c #Conflicts:    2703000 | #Constraints:     172351
2930.19/2951.20	c #Conflicts:    2704000 | #Constraints:     173351
2930.19/2951.20	c #Conflicts:    2705000 | #Constraints:     174351
2930.19/2951.20	c #Conflicts:    2706000 | #Constraints:     175351
2930.19/2951.20	c #Conflicts:    2707000 | #Constraints:     176351
2930.19/2951.20	c #Conflicts:    2708000 | #Constraints:     177351
2930.19/2951.20	c #Conflicts:    2709000 | #Constraints:     178351
2930.19/2951.20	c #Conflicts:    2710000 | #Constraints:     179351
2930.19/2951.20	c #Conflicts:    2711000 | #Constraints:     180351
2930.19/2951.20	c #Conflicts:    2712000 | #Constraints:     181351
2930.19/2951.20	c #Conflicts:    2713000 | #Constraints:     182351
2930.19/2951.20	c #Conflicts:    2714000 | #Constraints:     183351
2930.19/2951.20	c #Conflicts:    2715000 | #Constraints:     184351
2930.19/2951.20	c #Conflicts:    2716000 | #Constraints:     185351
2930.19/2951.20	c #Conflicts:    2717000 | #Constraints:     186351
2930.19/2951.20	c #Conflicts:    2718000 | #Constraints:     187351
2930.19/2951.20	c #Conflicts:    2719000 | #Constraints:     188351
2930.19/2951.20	c #Conflicts:    2720000 | #Constraints:     189351
2930.19/2951.20	c #Conflicts:    2721000 | #Constraints:     190351
2930.19/2951.20	c #Conflicts:    2722000 | #Constraints:     191351
2930.19/2951.20	c #Conflicts:    2723000 | #Constraints:     192351
2930.19/2951.20	c #Conflicts:    2724000 | #Constraints:     193351
2930.19/2951.20	c #Conflicts:    2725000 | #Constraints:     194351
2930.19/2951.20	c #Conflicts:    2726000 | #Constraints:     195351
2930.19/2951.20	c #Conflicts:    2727000 | #Constraints:     196351
2930.19/2951.20	c #Conflicts:    2728000 | #Constraints:     197351
2930.19/2951.20	c #Conflicts:    2729000 | #Constraints:     198351
2930.19/2951.20	c #Conflicts:    2730000 | #Constraints:     199351
2930.19/2951.20	c #Conflicts:    2731000 | #Constraints:     200351
2930.19/2951.20	c #Conflicts:    2732000 | #Constraints:     201351
2930.19/2951.20	c #Conflicts:    2733000 | #Constraints:     202351
2930.19/2951.20	c #Conflicts:    2734000 | #Constraints:     203351
2930.19/2951.20	c #Conflicts:    2735000 | #Constraints:     204351
2930.19/2951.20	c #Conflicts:    2736000 | #Constraints:     205351
2930.19/2951.20	c #Conflicts:    2737000 | #Constraints:     206351
2930.19/2951.20	c #Conflicts:    2738000 | #Constraints:     207351
2930.19/2951.20	c #Conflicts:    2739000 | #Constraints:     208351
2930.19/2951.20	c #Conflicts:    2740000 | #Constraints:     209351
2930.19/2951.20	c #Conflicts:    2741000 | #Constraints:     210351
2930.19/2951.20	c #Conflicts:    2742000 | #Constraints:     211351
2930.19/2951.20	c #Conflicts:    2743000 | #Constraints:     212351
2930.19/2951.20	c #Conflicts:    2744000 | #Constraints:     213351
2930.19/2951.20	c #Conflicts:    2745000 | #Constraints:     214351
2930.19/2951.20	c #Conflicts:    2746000 | #Constraints:     215351
2930.19/2951.20	c #Conflicts:    2747000 | #Constraints:     216351
2930.19/2951.20	c #Conflicts:    2748000 | #Constraints:     217351
2930.19/2951.20	c #Conflicts:    2749000 | #Constraints:     218351
2930.19/2951.20	c #Conflicts:    2750000 | #Constraints:     219351
2930.19/2951.20	c #Conflicts:    2751000 | #Constraints:     220351
2930.19/2951.20	c #Conflicts:    2752000 | #Constraints:     221351
2930.19/2951.20	c #Conflicts:    2753000 | #Constraints:     222351
2930.19/2951.20	c #Conflicts:    2754000 | #Constraints:     223351
2930.19/2951.20	c #Conflicts:    2755000 | #Constraints:     224351
2930.19/2951.20	c #Conflicts:    2756000 | #Constraints:     225351
2930.19/2951.20	c #Conflicts:    2757000 | #Constraints:     226351
2930.19/2951.20	c #Conflicts:    2758000 | #Constraints:     227351
2957.78/2978.96	c #Conflicts:    2759000 | #Constraints:     228351
2957.78/2978.96	c #Conflicts:    2760000 | #Constraints:     229351
2957.78/2978.96	c #Conflicts:    2761000 | #Constraints:     230351
2957.78/2978.96	c #Conflicts:    2762000 | #Constraints:     231351
2957.78/2978.96	c #Conflicts:    2763000 | #Constraints:     232351
2957.78/2978.96	c #Conflicts:    2764000 | #Constraints:     233351
2957.78/2978.96	c #Conflicts:    2765000 | #Constraints:     234351
2957.78/2978.96	c #Conflicts:    2766000 | #Constraints:     235351
2957.78/2978.96	c #Conflicts:    2767000 | #Constraints:     236351
2957.78/2978.96	c #Conflicts:    2768000 | #Constraints:     237351
2957.78/2978.96	c #Conflicts:    2769000 | #Constraints:     238351
2957.78/2978.96	c #Conflicts:    2770000 | #Constraints:     239351
2957.78/2978.96	c #Conflicts:    2771000 | #Constraints:     240351
2957.78/2978.96	c #Conflicts:    2772000 | #Constraints:     241351
2957.78/2978.96	c #Conflicts:    2773000 | #Constraints:     242351
2957.78/2978.96	c #Conflicts:    2774000 | #Constraints:     243351
2957.78/2978.96	c #Conflicts:    2775000 | #Constraints:     244351
2957.78/2978.96	c #Conflicts:    2776000 | #Constraints:     245351
2957.78/2978.96	c #Conflicts:    2777000 | #Constraints:     246351
2957.78/2978.96	c bounds -42 >= -225 @ 2931.92
2980.25/3001.57	c #Conflicts:    2778000 | #Constraints:     247411
2980.25/3001.57	c #Conflicts:    2779000 | #Constraints:     248411
2980.25/3001.57	c #Conflicts:    2780000 | #Constraints:     249411
2980.25/3001.57	c #Conflicts:    2781000 | #Constraints:     250411
2980.25/3001.57	c #Conflicts:    2782000 | #Constraints:     251411
2980.25/3001.57	c #Conflicts:    2783000 | #Constraints:     252411
2980.25/3001.57	c #Conflicts:    2784000 | #Constraints:     253411
2980.25/3001.57	c #Conflicts:    2785000 | #Constraints:     254411
2980.25/3001.57	c #Conflicts:    2786000 | #Constraints:     255411
2980.25/3001.57	c #Conflicts:    2787000 | #Constraints:     256411
2980.25/3001.57	c #Conflicts:    2788000 | #Constraints:     257411
2980.25/3001.57	c #Conflicts:    2789000 | #Constraints:     258411
2980.25/3001.57	c #Conflicts:    2790000 | #Constraints:     259411
2980.25/3001.57	c #Conflicts:    2791000 | #Constraints:     260411
2980.25/3001.57	c #Conflicts:    2792000 | #Constraints:     261411
2980.25/3001.57	c INPROCESSING
2980.25/3001.57	c GARBAGE COLLECT
2980.25/3001.57	c rational objective -225
3022.00/3043.58	c #Conflicts:    2793000 | #Constraints:     173734
3022.00/3043.58	c #Conflicts:    2794000 | #Constraints:     174734
3022.00/3043.58	c #Conflicts:    2795000 | #Constraints:     175734
3022.00/3043.58	c #Conflicts:    2796000 | #Constraints:     176734
3022.00/3043.58	c #Conflicts:    2797000 | #Constraints:     177734
3022.00/3043.58	c #Conflicts:    2798000 | #Constraints:     178734
3022.00/3043.58	c #Conflicts:    2799000 | #Constraints:     179734
3022.00/3043.58	c #Conflicts:    2800000 | #Constraints:     180734
3022.00/3043.58	c #Conflicts:    2801000 | #Constraints:     181734
3022.00/3043.58	c #Conflicts:    2802000 | #Constraints:     182734
3022.00/3043.58	c #Conflicts:    2803000 | #Constraints:     183734
3022.00/3043.58	c #Conflicts:    2804000 | #Constraints:     184734
3022.00/3043.58	c #Conflicts:    2805000 | #Constraints:     185734
3022.00/3043.58	c #Conflicts:    2806000 | #Constraints:     186734
3022.00/3043.58	c #Conflicts:    2807000 | #Constraints:     187734
3022.00/3043.58	c #Conflicts:    2808000 | #Constraints:     188734
3022.00/3043.58	c #Conflicts:    2809000 | #Constraints:     189734
3022.00/3043.58	c #Conflicts:    2810000 | #Constraints:     190734
3022.00/3043.58	c #Conflicts:    2811000 | #Constraints:     191734
3022.00/3043.58	c #Conflicts:    2812000 | #Constraints:     192734
3022.00/3043.58	c #Conflicts:    2813000 | #Constraints:     193734
3022.00/3043.58	c #Conflicts:    2814000 | #Constraints:     194734
3022.00/3043.58	c #Conflicts:    2815000 | #Constraints:     195734
3022.00/3043.58	c #Conflicts:    2816000 | #Constraints:     196734
3022.00/3043.58	c #Conflicts:    2817000 | #Constraints:     197734
3022.00/3043.58	c #Conflicts:    2818000 | #Constraints:     198734
3022.00/3043.58	c #Conflicts:    2819000 | #Constraints:     199734
3022.00/3043.58	c #Conflicts:    2820000 | #Constraints:     200734
3022.00/3043.58	c #Conflicts:    2821000 | #Constraints:     201734
3022.00/3043.58	c #Conflicts:    2822000 | #Constraints:     202734
3022.00/3043.58	c #Conflicts:    2823000 | #Constraints:     203734
3022.00/3043.58	c #Conflicts:    2824000 | #Constraints:     204734
3022.00/3043.58	c #Conflicts:    2825000 | #Constraints:     205734
3022.00/3043.58	c #Conflicts:    2826000 | #Constraints:     206734
3022.00/3043.58	c #Conflicts:    2827000 | #Constraints:     207734
3022.00/3043.58	c #Conflicts:    2828000 | #Constraints:     208734
3022.00/3043.58	c #Conflicts:    2829000 | #Constraints:     209734
3022.00/3043.58	c #Conflicts:    2830000 | #Constraints:     210734
3022.00/3043.58	c #Conflicts:    2831000 | #Constraints:     211734
3022.00/3043.58	c #Conflicts:    2832000 | #Constraints:     212734
3022.00/3043.58	c #Conflicts:    2833000 | #Constraints:     213734
3022.00/3043.58	c #Conflicts:    2834000 | #Constraints:     214734
3022.00/3043.58	c #Conflicts:    2835000 | #Constraints:     215734
3022.00/3043.58	c #Conflicts:    2836000 | #Constraints:     216734
3022.00/3043.58	c INPROCESSING
3022.00/3043.58	c GARBAGE COLLECT
3022.00/3043.58	c rational objective -225
3065.51/3087.38	c #Conflicts:    2837000 | #Constraints:     151856
3065.51/3087.38	c #Conflicts:    2838000 | #Constraints:     152856
3065.51/3087.38	c #Conflicts:    2839000 | #Constraints:     153856
3065.51/3087.38	c #Conflicts:    2840000 | #Constraints:     154856
3065.51/3087.38	c #Conflicts:    2841000 | #Constraints:     155856
3065.51/3087.38	c #Conflicts:    2842000 | #Constraints:     156856
3065.51/3087.38	c #Conflicts:    2843000 | #Constraints:     157856
3065.51/3087.38	c #Conflicts:    2844000 | #Constraints:     158856
3065.51/3087.38	c #Conflicts:    2845000 | #Constraints:     159856
3065.51/3087.38	c #Conflicts:    2846000 | #Constraints:     160856
3065.51/3087.38	c #Conflicts:    2847000 | #Constraints:     161856
3065.51/3087.38	c #Conflicts:    2848000 | #Constraints:     162856
3065.51/3087.38	c #Conflicts:    2849000 | #Constraints:     163856
3065.51/3087.38	c #Conflicts:    2850000 | #Constraints:     164856
3065.51/3087.38	c #Conflicts:    2851000 | #Constraints:     165856
3065.51/3087.38	c #Conflicts:    2852000 | #Constraints:     166856
3065.51/3087.38	c #Conflicts:    2853000 | #Constraints:     167856
3065.51/3087.38	c #Conflicts:    2854000 | #Constraints:     168856
3065.51/3087.38	c #Conflicts:    2855000 | #Constraints:     169856
3065.51/3087.38	c #Conflicts:    2856000 | #Constraints:     170856
3065.51/3087.38	c #Conflicts:    2857000 | #Constraints:     171856
3065.51/3087.38	c #Conflicts:    2858000 | #Constraints:     172856
3065.51/3087.38	c #Conflicts:    2859000 | #Constraints:     173856
3065.51/3087.38	c #Conflicts:    2860000 | #Constraints:     174856
3065.51/3087.38	c #Conflicts:    2861000 | #Constraints:     175856
3065.51/3087.38	c #Conflicts:    2862000 | #Constraints:     176856
3065.51/3087.38	c #Conflicts:    2863000 | #Constraints:     177856
3065.51/3087.38	c #Conflicts:    2864000 | #Constraints:     178856
3065.51/3087.38	c #Conflicts:    2865000 | #Constraints:     179856
3065.51/3087.38	c #Conflicts:    2866000 | #Constraints:     180856
3065.51/3087.38	c #Conflicts:    2867000 | #Constraints:     181856
3065.51/3087.38	c #Conflicts:    2868000 | #Constraints:     182856
3065.51/3087.38	c #Conflicts:    2869000 | #Constraints:     183856
3065.51/3087.38	c #Conflicts:    2870000 | #Constraints:     184856
3065.51/3087.38	c #Conflicts:    2871000 | #Constraints:     185856
3065.51/3087.38	c #Conflicts:    2872000 | #Constraints:     186856
3065.51/3087.38	c #Conflicts:    2873000 | #Constraints:     187856
3065.51/3087.38	c #Conflicts:    2874000 | #Constraints:     188856
3065.51/3087.38	c #Conflicts:    2875000 | #Constraints:     189856
3065.51/3087.38	c #Conflicts:    2876000 | #Constraints:     190856
3065.51/3087.38	c #Conflicts:    2877000 | #Constraints:     191856
3065.51/3087.38	c #Conflicts:    2878000 | #Constraints:     192856
3065.51/3087.38	c #Conflicts:    2879000 | #Constraints:     193856
3065.51/3087.38	c #Conflicts:    2880000 | #Constraints:     194856
3065.51/3087.38	c #Conflicts:    2881000 | #Constraints:     195856
3065.51/3087.38	c #Conflicts:    2882000 | #Constraints:     196856
3065.51/3087.38	c #Conflicts:    2883000 | #Constraints:     197856
3065.51/3087.38	c #Conflicts:    2884000 | #Constraints:     198856
3065.51/3087.38	c #Conflicts:    2885000 | #Constraints:     199856
3065.51/3087.38	c bounds -42 >= -224 @ 3038.7
3158.51/3181.91	c #Conflicts:    2886000 | #Constraints:     200904
3158.51/3181.91	c #Conflicts:    2887000 | #Constraints:     201904
3158.51/3181.91	c #Conflicts:    2888000 | #Constraints:     202904
3158.51/3181.91	c #Conflicts:    2889000 | #Constraints:     203904
3158.51/3181.91	c #Conflicts:    2890000 | #Constraints:     204904
3158.51/3181.91	c #Conflicts:    2891000 | #Constraints:     205904
3158.51/3181.91	c #Conflicts:    2892000 | #Constraints:     206904
3158.51/3181.91	c #Conflicts:    2893000 | #Constraints:     207904
3158.51/3181.91	c #Conflicts:    2894000 | #Constraints:     208904
3158.51/3181.91	c #Conflicts:    2895000 | #Constraints:     209904
3158.51/3181.91	c #Conflicts:    2896000 | #Constraints:     210904
3158.51/3181.91	c #Conflicts:    2897000 | #Constraints:     211904
3158.51/3181.91	c #Conflicts:    2898000 | #Constraints:     212904
3158.51/3181.91	c #Conflicts:    2899000 | #Constraints:     213904
3158.51/3181.91	c #Conflicts:    2900000 | #Constraints:     214904
3158.51/3181.91	c #Conflicts:    2901000 | #Constraints:     215904
3158.51/3181.91	c #Conflicts:    2902000 | #Constraints:     216904
3158.51/3181.91	c #Conflicts:    2903000 | #Constraints:     217904
3158.51/3181.91	c #Conflicts:    2904000 | #Constraints:     218904
3158.51/3181.91	c #Conflicts:    2905000 | #Constraints:     219904
3158.51/3181.91	c #Conflicts:    2906000 | #Constraints:     220904
3158.51/3181.91	c #Conflicts:    2907000 | #Constraints:     221904
3158.51/3181.91	c #Conflicts:    2908000 | #Constraints:     222904
3158.51/3181.91	c #Conflicts:    2909000 | #Constraints:     223904
3158.51/3181.91	c #Conflicts:    2910000 | #Constraints:     224904
3158.51/3181.91	c #Conflicts:    2911000 | #Constraints:     225904
3158.51/3181.91	c #Conflicts:    2912000 | #Constraints:     226904
3158.51/3181.91	c #Conflicts:    2913000 | #Constraints:     227904
3158.51/3181.91	c #Conflicts:    2914000 | #Constraints:     228904
3158.51/3181.91	c #Conflicts:    2915000 | #Constraints:     229904
3158.51/3181.91	c #Conflicts:    2916000 | #Constraints:     230904
3158.51/3181.91	c #Conflicts:    2917000 | #Constraints:     231904
3158.51/3181.91	c #Conflicts:    2918000 | #Constraints:     232904
3158.51/3181.91	c #Conflicts:    2919000 | #Constraints:     233904
3158.51/3181.91	c #Conflicts:    2920000 | #Constraints:     234904
3158.51/3181.91	c #Conflicts:    2921000 | #Constraints:     235904
3158.51/3181.91	c #Conflicts:    2922000 | #Constraints:     236904
3158.51/3181.91	c #Conflicts:    2923000 | #Constraints:     237904
3158.51/3181.91	c #Conflicts:    2924000 | #Constraints:     238904
3158.51/3181.91	c #Conflicts:    2925000 | #Constraints:     239904
3158.51/3181.91	c #Conflicts:    2926000 | #Constraints:     240904
3158.51/3181.91	c #Conflicts:    2927000 | #Constraints:     241904
3158.51/3181.91	c #Conflicts:    2928000 | #Constraints:     242904
3158.51/3181.91	c #Conflicts:    2929000 | #Constraints:     243904
3158.51/3181.91	c #Conflicts:    2930000 | #Constraints:     244904
3158.51/3181.91	c #Conflicts:    2931000 | #Constraints:     245904
3158.51/3181.91	c #Conflicts:    2932000 | #Constraints:     246904
3158.51/3181.91	c #Conflicts:    2933000 | #Constraints:     247904
3158.51/3181.91	c #Conflicts:    2934000 | #Constraints:     248904
3158.51/3181.91	c #Conflicts:    2935000 | #Constraints:     249904
3158.51/3181.91	c #Conflicts:    2936000 | #Constraints:     250904
3158.51/3181.91	c #Conflicts:    2937000 | #Constraints:     251904
3158.51/3181.91	c #Conflicts:    2938000 | #Constraints:     252904
3158.51/3181.91	c #Conflicts:    2939000 | #Constraints:     253904
3158.51/3181.91	c #Conflicts:    2940000 | #Constraints:     254904
3158.51/3181.91	c #Conflicts:    2941000 | #Constraints:     255904
3158.51/3181.91	c #Conflicts:    2942000 | #Constraints:     256904
3158.51/3181.91	c #Conflicts:    2943000 | #Constraints:     257904
3158.51/3181.91	c #Conflicts:    2944000 | #Constraints:     258904
3158.51/3181.91	c #Conflicts:    2945000 | #Constraints:     259904
3158.51/3181.91	c #Conflicts:    2946000 | #Constraints:     260904
3158.51/3181.91	c #Conflicts:    2947000 | #Constraints:     261904
3158.51/3181.91	c #Conflicts:    2948000 | #Constraints:     262904
3158.51/3181.91	c #Conflicts:    2949000 | #Constraints:     263904
3158.51/3181.91	c #Conflicts:    2950000 | #Constraints:     264904
3158.51/3181.91	c #Conflicts:    2951000 | #Constraints:     265904
3158.51/3181.91	c #Conflicts:    2952000 | #Constraints:     266904
3158.51/3181.91	c INPROCESSING
3158.51/3181.91	c GARBAGE COLLECT
3158.51/3181.91	c rational objective -224
3162.20/3185.67	c #Conflicts:    2953000 | #Constraints:     176841
3162.20/3185.67	c #Conflicts:    2954000 | #Constraints:     177841
3162.20/3185.67	c #Conflicts:    2955000 | #Constraints:     178841
3162.20/3185.67	c #Conflicts:    2956000 | #Constraints:     179841
3162.20/3185.67	c #Conflicts:    2957000 | #Constraints:     180842
3162.20/3185.67	c #Conflicts:    2958000 | #Constraints:     181870
3162.20/3185.67	c bounds -43 >= -224 @ 3134.7
3207.78/3231.34	c #Conflicts:    2959000 | #Constraints:     182899
3207.78/3231.34	c #Conflicts:    2960000 | #Constraints:     183921
3207.78/3231.34	c #Conflicts:    2961000 | #Constraints:     184939
3207.78/3231.34	c #Conflicts:    2962000 | #Constraints:     185955
3207.78/3231.34	c #Conflicts:    2963000 | #Constraints:     186978
3207.78/3231.34	c #Conflicts:    2964000 | #Constraints:     187997
3207.78/3231.34	c #Conflicts:    2965000 | #Constraints:     189028
3207.78/3231.34	c #Conflicts:    2966000 | #Constraints:     190048
3207.78/3231.34	c #Conflicts:    2967000 | #Constraints:     191068
3207.78/3231.34	c #Conflicts:    2968000 | #Constraints:     192090
3207.78/3231.34	c #Conflicts:    2969000 | #Constraints:     193108
3207.78/3231.34	c #Conflicts:    2970000 | #Constraints:     194134
3207.78/3231.34	c #Conflicts:    2971000 | #Constraints:     195150
3207.78/3231.34	c #Conflicts:    2972000 | #Constraints:     196175
3207.78/3231.34	c #Conflicts:    2973000 | #Constraints:     197195
3207.78/3231.34	c #Conflicts:    2974000 | #Constraints:     198217
3207.78/3231.34	c #Conflicts:    2975000 | #Constraints:     199242
3207.78/3231.34	c #Conflicts:    2976000 | #Constraints:     200260
3207.78/3231.34	c #Conflicts:    2977000 | #Constraints:     201293
3207.78/3231.34	c #Conflicts:    2978000 | #Constraints:     202339
3207.78/3231.34	c #Conflicts:    2979000 | #Constraints:     203366
3207.78/3231.34	c #Conflicts:    2980000 | #Constraints:     204398
3207.78/3231.34	c #Conflicts:    2981000 | #Constraints:     205421
3207.78/3231.34	c #Conflicts:    2982000 | #Constraints:     206462
3207.78/3231.34	c #Conflicts:    2983000 | #Constraints:     207497
3207.78/3231.34	c #Conflicts:    2984000 | #Constraints:     208535
3207.78/3231.34	c #Conflicts:    2985000 | #Constraints:     209573
3207.78/3231.34	c #Conflicts:    2986000 | #Constraints:     210602
3207.78/3231.34	c #Conflicts:    2987000 | #Constraints:     211630
3207.78/3231.34	c #Conflicts:    2988000 | #Constraints:     212661
3207.78/3231.34	c #Conflicts:    2989000 | #Constraints:     213688
3207.78/3231.34	c #Conflicts:    2990000 | #Constraints:     214732
3207.78/3231.34	c #Conflicts:    2991000 | #Constraints:     215771
3207.78/3231.34	c #Conflicts:    2992000 | #Constraints:     216814
3207.78/3231.34	c #Conflicts:    2993000 | #Constraints:     217848
3207.78/3231.34	c #Conflicts:    2994000 | #Constraints:     218882
3207.78/3231.34	c #Conflicts:    2995000 | #Constraints:     219923
3207.78/3231.34	c #Conflicts:    2996000 | #Constraints:     220968
3207.78/3231.34	c #Conflicts:    2997000 | #Constraints:     222017
3207.78/3231.34	c INPROCESSING
3207.78/3231.34	c GARBAGE COLLECT
3207.78/3231.34	c rational objective -224
3286.56/3310.65	c #Conflicts:    2998000 | #Constraints:     155644
3286.56/3310.65	c #Conflicts:    2999000 | #Constraints:     156644
3286.56/3310.65	c #Conflicts:    3000000 | #Constraints:     157644
3286.56/3310.65	c #Conflicts:    3001000 | #Constraints:     158644
3286.56/3310.65	c #Conflicts:    3002000 | #Constraints:     159644
3286.56/3310.65	c #Conflicts:    3003000 | #Constraints:     160644
3286.56/3310.65	c #Conflicts:    3004000 | #Constraints:     161644
3286.56/3310.65	c #Conflicts:    3005000 | #Constraints:     162644
3286.56/3310.65	c #Conflicts:    3006000 | #Constraints:     163644
3286.56/3310.65	c #Conflicts:    3007000 | #Constraints:     164644
3286.56/3310.65	c #Conflicts:    3008000 | #Constraints:     165644
3286.56/3310.65	c #Conflicts:    3009000 | #Constraints:     166644
3286.56/3310.65	c #Conflicts:    3010000 | #Constraints:     167644
3286.56/3310.65	c #Conflicts:    3011000 | #Constraints:     168644
3286.56/3310.65	c #Conflicts:    3012000 | #Constraints:     169644
3286.56/3310.65	c #Conflicts:    3013000 | #Constraints:     170644
3286.56/3310.65	c #Conflicts:    3014000 | #Constraints:     171644
3286.56/3310.65	c #Conflicts:    3015000 | #Constraints:     172644
3286.56/3310.65	c #Conflicts:    3016000 | #Constraints:     173644
3286.56/3310.65	c #Conflicts:    3017000 | #Constraints:     174644
3286.56/3310.65	c #Conflicts:    3018000 | #Constraints:     175644
3286.56/3310.65	c #Conflicts:    3019000 | #Constraints:     176644
3286.56/3310.65	c #Conflicts:    3020000 | #Constraints:     177644
3286.56/3310.65	c #Conflicts:    3021000 | #Constraints:     178644
3286.56/3310.65	c #Conflicts:    3022000 | #Constraints:     179644
3286.56/3310.65	c #Conflicts:    3023000 | #Constraints:     180644
3286.56/3310.65	c #Conflicts:    3024000 | #Constraints:     181644
3286.56/3310.65	c #Conflicts:    3025000 | #Constraints:     182644
3286.56/3310.65	c #Conflicts:    3026000 | #Constraints:     183644
3286.56/3310.65	c #Conflicts:    3027000 | #Constraints:     184644
3286.56/3310.65	c #Conflicts:    3028000 | #Constraints:     185644
3286.56/3310.65	c #Conflicts:    3029000 | #Constraints:     186644
3286.56/3310.65	c #Conflicts:    3030000 | #Constraints:     187644
3286.56/3310.65	c #Conflicts:    3031000 | #Constraints:     188644
3286.56/3310.65	c #Conflicts:    3032000 | #Constraints:     189644
3286.56/3310.65	c #Conflicts:    3033000 | #Constraints:     190644
3286.56/3310.65	c #Conflicts:    3034000 | #Constraints:     191644
3286.56/3310.65	c #Conflicts:    3035000 | #Constraints:     192644
3286.56/3310.65	c #Conflicts:    3036000 | #Constraints:     193644
3286.56/3310.65	c #Conflicts:    3037000 | #Constraints:     194644
3286.56/3310.65	c #Conflicts:    3038000 | #Constraints:     195644
3286.56/3310.65	c #Conflicts:    3039000 | #Constraints:     196644
3286.56/3310.65	c #Conflicts:    3040000 | #Constraints:     197644
3286.56/3310.65	c #Conflicts:    3041000 | #Constraints:     198644
3286.56/3310.65	c #Conflicts:    3042000 | #Constraints:     199644
3286.56/3310.65	c #Conflicts:    3043000 | #Constraints:     200644
3286.56/3310.65	c #Conflicts:    3044000 | #Constraints:     201644
3286.56/3310.65	c #Conflicts:    3045000 | #Constraints:     202644
3286.56/3310.65	c #Conflicts:    3046000 | #Constraints:     203644
3286.56/3310.65	c #Conflicts:    3047000 | #Constraints:     204644
3286.56/3310.65	c #Conflicts:    3048000 | #Constraints:     205644
3286.56/3310.65	c #Conflicts:    3049000 | #Constraints:     206644
3286.56/3310.65	c #Conflicts:    3050000 | #Constraints:     207644
3286.56/3310.65	c #Conflicts:    3051000 | #Constraints:     208644
3286.56/3310.65	c #Conflicts:    3052000 | #Constraints:     209644
3286.56/3310.65	c #Conflicts:    3053000 | #Constraints:     210644
3286.56/3310.65	c #Conflicts:    3054000 | #Constraints:     211644
3286.56/3310.65	c #Conflicts:    3055000 | #Constraints:     212644
3286.56/3310.65	c #Conflicts:    3056000 | #Constraints:     213644
3286.56/3310.65	c #Conflicts:    3057000 | #Constraints:     214644
3286.56/3310.65	c #Conflicts:    3058000 | #Constraints:     215644
3286.56/3310.65	c #Conflicts:    3059000 | #Constraints:     216644
3286.56/3310.65	c #Conflicts:    3060000 | #Constraints:     217644
3286.56/3310.65	c #Conflicts:    3061000 | #Constraints:     218644
3286.56/3310.65	c #Conflicts:    3062000 | #Constraints:     219644
3286.56/3310.65	c #Conflicts:    3063000 | #Constraints:     220644
3286.56/3310.65	c #Conflicts:    3064000 | #Constraints:     221644
3286.56/3310.65	c #Conflicts:    3065000 | #Constraints:     222644
3286.56/3310.65	c #Conflicts:    3066000 | #Constraints:     223644
3286.56/3310.65	c #Conflicts:    3067000 | #Constraints:     224644
3286.56/3310.65	c #Conflicts:    3068000 | #Constraints:     225644
3286.56/3310.65	c #Conflicts:    3069000 | #Constraints:     226644
3286.56/3310.65	c #Conflicts:    3070000 | #Constraints:     227644
3286.56/3310.65	c #Conflicts:    3071000 | #Constraints:     228644
3286.56/3310.65	c #Conflicts:    3072000 | #Constraints:     229644
3286.56/3310.65	c #Conflicts:    3073000 | #Constraints:     230644
3286.56/3310.65	c #Conflicts:    3074000 | #Constraints:     231644
3286.56/3310.65	c #Conflicts:    3075000 | #Constraints:     232644
3286.56/3310.65	c #Conflicts:    3076000 | #Constraints:     233644
3349.14/3373.83	c #Conflicts:    3077000 | #Constraints:     234644
3349.14/3373.83	c #Conflicts:    3078000 | #Constraints:     235644
3349.14/3373.83	c #Conflicts:    3079000 | #Constraints:     236644
3349.14/3373.83	c #Conflicts:    3080000 | #Constraints:     237644
3349.14/3373.83	c #Conflicts:    3081000 | #Constraints:     238644
3349.14/3373.83	c #Conflicts:    3082000 | #Constraints:     239644
3349.14/3373.83	c #Conflicts:    3083000 | #Constraints:     240644
3349.14/3373.83	c #Conflicts:    3084000 | #Constraints:     241644
3349.14/3373.83	c #Conflicts:    3085000 | #Constraints:     242644
3349.14/3373.83	c #Conflicts:    3086000 | #Constraints:     243644
3349.14/3373.83	c #Conflicts:    3087000 | #Constraints:     244644
3349.14/3373.83	c #Conflicts:    3088000 | #Constraints:     245644
3349.14/3373.83	c #Conflicts:    3089000 | #Constraints:     246644
3349.14/3373.83	c #Conflicts:    3090000 | #Constraints:     247644
3349.14/3373.83	c #Conflicts:    3091000 | #Constraints:     248644
3349.14/3373.83	c #Conflicts:    3092000 | #Constraints:     249644
3349.14/3373.83	c #Conflicts:    3093000 | #Constraints:     250644
3349.14/3373.83	c #Conflicts:    3094000 | #Constraints:     251644
3349.14/3373.83	c #Conflicts:    3095000 | #Constraints:     252644
3349.14/3373.83	c #Conflicts:    3096000 | #Constraints:     253644
3349.14/3373.83	c #Conflicts:    3097000 | #Constraints:     254644
3349.14/3373.83	c #Conflicts:    3098000 | #Constraints:     255644
3349.14/3373.83	c #Conflicts:    3099000 | #Constraints:     256644
3349.14/3373.83	c #Conflicts:    3100000 | #Constraints:     257644
3349.14/3373.83	c #Conflicts:    3101000 | #Constraints:     258644
3349.14/3373.83	c #Conflicts:    3102000 | #Constraints:     259644
3349.14/3373.83	c #Conflicts:    3103000 | #Constraints:     260644
3349.14/3373.83	c #Conflicts:    3104000 | #Constraints:     261644
3349.14/3373.83	c #Conflicts:    3105000 | #Constraints:     262644
3349.14/3373.83	c #Conflicts:    3106000 | #Constraints:     263644
3349.14/3373.83	c #Conflicts:    3107000 | #Constraints:     264644
3349.14/3373.83	c #Conflicts:    3108000 | #Constraints:     265644
3349.14/3373.83	c #Conflicts:    3109000 | #Constraints:     266644
3349.14/3373.83	c #Conflicts:    3110000 | #Constraints:     267644
3349.14/3373.83	c #Conflicts:    3111000 | #Constraints:     268644
3349.14/3373.83	c #Conflicts:    3112000 | #Constraints:     269644
3349.14/3373.83	c #Conflicts:    3113000 | #Constraints:     270644
3349.14/3373.83	c #Conflicts:    3114000 | #Constraints:     271644
3349.14/3373.83	c #Conflicts:    3115000 | #Constraints:     272644
3349.14/3373.83	c #Conflicts:    3116000 | #Constraints:     273644
3349.14/3373.83	c INPROCESSING
3349.14/3373.83	c GARBAGE COLLECT
3349.14/3373.83	c rational objective -224
3411.75/3436.83	c #Conflicts:    3117000 | #Constraints:     179690
3411.75/3436.83	c #Conflicts:    3118000 | #Constraints:     180724
3411.75/3436.83	c #Conflicts:    3119000 | #Constraints:     181756
3411.75/3436.83	c #Conflicts:    3120000 | #Constraints:     182774
3411.75/3436.83	c #Conflicts:    3121000 | #Constraints:     183799
3411.75/3436.83	c #Conflicts:    3122000 | #Constraints:     184846
3411.75/3436.83	c #Conflicts:    3123000 | #Constraints:     185895
3411.75/3436.83	c #Conflicts:    3124000 | #Constraints:     186944
3411.75/3436.83	c #Conflicts:    3125000 | #Constraints:     187995
3411.75/3436.83	c #Conflicts:    3126000 | #Constraints:     189033
3411.75/3436.83	c #Conflicts:    3127000 | #Constraints:     190072
3411.75/3436.83	c #Conflicts:    3128000 | #Constraints:     191104
3411.75/3436.83	c #Conflicts:    3129000 | #Constraints:     192140
3411.75/3436.83	c #Conflicts:    3130000 | #Constraints:     193179
3411.75/3436.83	c #Conflicts:    3131000 | #Constraints:     194208
3411.75/3436.83	c #Conflicts:    3132000 | #Constraints:     195244
3411.75/3436.83	c #Conflicts:    3133000 | #Constraints:     196280
3411.75/3436.83	c #Conflicts:    3134000 | #Constraints:     197318
3411.75/3436.83	c #Conflicts:    3135000 | #Constraints:     198362
3411.75/3436.83	c #Conflicts:    3136000 | #Constraints:     199400
3411.75/3436.83	c #Conflicts:    3137000 | #Constraints:     200433
3411.75/3436.83	c #Conflicts:    3138000 | #Constraints:     201476
3411.75/3436.83	c #Conflicts:    3139000 | #Constraints:     202510
3411.75/3436.83	c #Conflicts:    3140000 | #Constraints:     203548
3411.75/3436.83	c #Conflicts:    3141000 | #Constraints:     204592
3411.75/3436.83	c #Conflicts:    3142000 | #Constraints:     205635
3411.75/3436.83	c #Conflicts:    3143000 | #Constraints:     206663
3411.75/3436.83	c #Conflicts:    3144000 | #Constraints:     207691
3411.75/3436.83	c #Conflicts:    3145000 | #Constraints:     208726
3411.75/3436.83	c #Conflicts:    3146000 | #Constraints:     209760
3411.75/3436.83	c #Conflicts:    3147000 | #Constraints:     210788
3411.75/3436.83	c #Conflicts:    3148000 | #Constraints:     211827
3411.75/3436.83	c #Conflicts:    3149000 | #Constraints:     212867
3411.75/3436.83	c #Conflicts:    3150000 | #Constraints:     213902
3411.75/3436.83	c #Conflicts:    3151000 | #Constraints:     214938
3411.75/3436.83	c #Conflicts:    3152000 | #Constraints:     215968
3411.75/3436.83	c #Conflicts:    3153000 | #Constraints:     216995
3411.75/3436.83	c #Conflicts:    3154000 | #Constraints:     218036
3411.75/3436.83	c #Conflicts:    3155000 | #Constraints:     219070
3411.75/3436.83	c #Conflicts:    3156000 | #Constraints:     220115
3411.75/3436.84	c #Conflicts:    3157000 | #Constraints:     221155
3411.75/3436.84	c #Conflicts:    3158000 | #Constraints:     222201
3411.75/3436.84	c #Conflicts:    3159000 | #Constraints:     223243
3411.75/3436.84	c #Conflicts:    3160000 | #Constraints:     224283
3411.75/3436.84	c #Conflicts:    3161000 | #Constraints:     225320
3411.75/3436.84	c #Conflicts:    3162000 | #Constraints:     226373
3411.75/3436.84	c INPROCESSING
3411.75/3436.84	c GARBAGE COLLECT
3411.75/3436.84	c rational objective -224
3495.42/3520.95	c #Conflicts:    3163000 | #Constraints:     158043
3495.42/3520.95	c #Conflicts:    3164000 | #Constraints:     159043
3495.42/3520.95	c #Conflicts:    3165000 | #Constraints:     160043
3495.42/3520.95	c #Conflicts:    3166000 | #Constraints:     161043
3495.42/3520.95	c #Conflicts:    3167000 | #Constraints:     162043
3495.42/3520.95	c #Conflicts:    3168000 | #Constraints:     163043
3495.42/3520.95	c #Conflicts:    3169000 | #Constraints:     164043
3495.42/3520.95	c #Conflicts:    3170000 | #Constraints:     165043
3495.42/3520.95	c #Conflicts:    3171000 | #Constraints:     166043
3495.42/3520.95	c #Conflicts:    3172000 | #Constraints:     167043
3495.42/3520.95	c #Conflicts:    3173000 | #Constraints:     168043
3495.42/3520.95	c #Conflicts:    3174000 | #Constraints:     169043
3495.42/3520.95	c #Conflicts:    3175000 | #Constraints:     170043
3495.42/3520.95	c #Conflicts:    3176000 | #Constraints:     171043
3495.42/3520.95	c #Conflicts:    3177000 | #Constraints:     172043
3495.42/3520.95	c #Conflicts:    3178000 | #Constraints:     173043
3495.42/3520.95	c #Conflicts:    3179000 | #Constraints:     174043
3495.42/3520.95	c #Conflicts:    3180000 | #Constraints:     175043
3495.42/3520.95	c #Conflicts:    3181000 | #Constraints:     176043
3495.42/3520.95	c #Conflicts:    3182000 | #Constraints:     177043
3495.42/3520.95	c #Conflicts:    3183000 | #Constraints:     178043
3495.42/3520.95	c #Conflicts:    3184000 | #Constraints:     179043
3495.42/3520.95	c #Conflicts:    3185000 | #Constraints:     180043
3495.42/3520.95	c #Conflicts:    3186000 | #Constraints:     181043
3495.42/3520.95	c #Conflicts:    3187000 | #Constraints:     182043
3495.42/3520.95	c #Conflicts:    3188000 | #Constraints:     183043
3495.42/3520.95	c #Conflicts:    3189000 | #Constraints:     184043
3495.42/3520.95	c #Conflicts:    3190000 | #Constraints:     185043
3495.42/3520.95	c #Conflicts:    3191000 | #Constraints:     186043
3495.42/3520.95	c #Conflicts:    3192000 | #Constraints:     187043
3495.42/3520.95	c #Conflicts:    3193000 | #Constraints:     188043
3495.42/3520.95	c #Conflicts:    3194000 | #Constraints:     189043
3495.42/3520.95	c #Conflicts:    3195000 | #Constraints:     190043
3495.42/3520.95	c #Conflicts:    3196000 | #Constraints:     191043
3495.42/3520.95	c #Conflicts:    3197000 | #Constraints:     192043
3495.42/3520.95	c #Conflicts:    3198000 | #Constraints:     193043
3495.42/3520.95	c #Conflicts:    3199000 | #Constraints:     194043
3495.42/3520.95	c #Conflicts:    3200000 | #Constraints:     195043
3495.42/3520.95	c #Conflicts:    3201000 | #Constraints:     196043
3495.42/3520.95	c #Conflicts:    3202000 | #Constraints:     197043
3495.42/3520.95	c #Conflicts:    3203000 | #Constraints:     198043
3495.42/3520.95	c #Conflicts:    3204000 | #Constraints:     199043
3495.42/3520.95	c #Conflicts:    3205000 | #Constraints:     200043
3495.42/3520.95	c #Conflicts:    3206000 | #Constraints:     201043
3495.42/3520.95	c #Conflicts:    3207000 | #Constraints:     202043
3495.42/3520.95	c #Conflicts:    3208000 | #Constraints:     203043
3495.42/3520.95	c #Conflicts:    3209000 | #Constraints:     204043
3495.42/3520.95	c #Conflicts:    3210000 | #Constraints:     205043
3495.42/3520.95	c #Conflicts:    3211000 | #Constraints:     206043
3495.42/3520.95	c #Conflicts:    3212000 | #Constraints:     207043
3495.42/3520.95	c #Conflicts:    3213000 | #Constraints:     208043
3495.42/3520.95	c #Conflicts:    3214000 | #Constraints:     209043
3495.42/3520.95	c #Conflicts:    3215000 | #Constraints:     210043
3495.42/3520.95	c #Conflicts:    3216000 | #Constraints:     211043
3495.42/3520.95	c #Conflicts:    3217000 | #Constraints:     212043
3495.42/3520.95	c #Conflicts:    3218000 | #Constraints:     213043
3495.42/3520.95	c #Conflicts:    3219000 | #Constraints:     214043
3495.42/3520.95	c #Conflicts:    3220000 | #Constraints:     215043
3495.42/3520.95	c #Conflicts:    3221000 | #Constraints:     216043
3495.42/3520.95	c #Conflicts:    3222000 | #Constraints:     217043
3495.42/3520.95	c #Conflicts:    3223000 | #Constraints:     218043
3495.42/3520.95	c #Conflicts:    3224000 | #Constraints:     219043
3495.42/3520.95	c #Conflicts:    3225000 | #Constraints:     220043
3495.42/3520.95	c #Conflicts:    3226000 | #Constraints:     221043
3495.42/3520.95	c #Conflicts:    3227000 | #Constraints:     222043
3495.42/3520.95	c #Conflicts:    3228000 | #Constraints:     223043
3495.42/3520.95	c #Conflicts:    3229000 | #Constraints:     224043
3495.42/3520.95	c #Conflicts:    3230000 | #Constraints:     225043
3495.42/3520.95	c #Conflicts:    3231000 | #Constraints:     226043
3495.42/3520.95	c #Conflicts:    3232000 | #Constraints:     227043
3495.42/3520.95	c #Conflicts:    3233000 | #Constraints:     228043
3495.42/3520.95	c #Conflicts:    3234000 | #Constraints:     229043
3495.42/3520.95	c #Conflicts:    3235000 | #Constraints:     230043
3495.42/3520.95	c #Conflicts:    3236000 | #Constraints:     231043
3495.42/3520.95	c #Conflicts:    3237000 | #Constraints:     232043
3495.42/3520.95	c #Conflicts:    3238000 | #Constraints:     233043
3495.42/3520.95	c #Conflicts:    3239000 | #Constraints:     234043
3495.42/3520.95	c #Conflicts:    3240000 | #Constraints:     235043
3495.42/3520.95	c #Conflicts:    3241000 | #Constraints:     236043
3566.86/3592.77	c #Conflicts:    3242000 | #Constraints:     237043
3566.86/3592.77	c #Conflicts:    3243000 | #Constraints:     238043
3566.86/3592.77	c #Conflicts:    3244000 | #Constraints:     239043
3566.86/3592.77	c #Conflicts:    3245000 | #Constraints:     240043
3566.86/3592.77	c #Conflicts:    3246000 | #Constraints:     241043
3566.86/3592.77	c #Conflicts:    3247000 | #Constraints:     242043
3566.86/3592.77	c #Conflicts:    3248000 | #Constraints:     243043
3566.86/3592.77	c #Conflicts:    3249000 | #Constraints:     244043
3566.86/3592.77	c #Conflicts:    3250000 | #Constraints:     245043
3566.86/3592.77	c #Conflicts:    3251000 | #Constraints:     246043
3566.86/3592.77	c #Conflicts:    3252000 | #Constraints:     247043
3566.86/3592.77	c #Conflicts:    3253000 | #Constraints:     248043
3566.86/3592.77	c #Conflicts:    3254000 | #Constraints:     249043
3566.86/3592.77	c #Conflicts:    3255000 | #Constraints:     250043
3566.86/3592.77	c #Conflicts:    3256000 | #Constraints:     251043
3566.86/3592.77	c #Conflicts:    3257000 | #Constraints:     252043
3566.86/3592.77	c #Conflicts:    3258000 | #Constraints:     253043
3566.86/3592.77	c #Conflicts:    3259000 | #Constraints:     254043
3566.86/3592.77	c #Conflicts:    3260000 | #Constraints:     255043
3566.86/3592.77	c #Conflicts:    3261000 | #Constraints:     256043
3566.86/3592.77	c #Conflicts:    3262000 | #Constraints:     257043
3566.86/3592.77	c #Conflicts:    3263000 | #Constraints:     258043
3566.86/3592.77	c #Conflicts:    3264000 | #Constraints:     259043
3566.86/3592.77	c #Conflicts:    3265000 | #Constraints:     260043
3566.86/3592.77	c #Conflicts:    3266000 | #Constraints:     261043
3566.86/3592.77	c #Conflicts:    3267000 | #Constraints:     262043
3566.86/3592.77	c #Conflicts:    3268000 | #Constraints:     263043
3566.86/3592.77	c #Conflicts:    3269000 | #Constraints:     264043
3566.86/3592.77	c #Conflicts:    3270000 | #Constraints:     265043
3566.86/3592.77	c #Conflicts:    3271000 | #Constraints:     266043
3566.86/3592.77	c #Conflicts:    3272000 | #Constraints:     267043
3566.86/3592.77	c #Conflicts:    3273000 | #Constraints:     268043
3566.86/3592.77	c #Conflicts:    3274000 | #Constraints:     269043
3566.86/3592.77	c #Conflicts:    3275000 | #Constraints:     270043
3566.86/3592.77	c #Conflicts:    3276000 | #Constraints:     271043
3566.86/3592.77	c #Conflicts:    3277000 | #Constraints:     272043
3566.86/3592.77	c #Conflicts:    3278000 | #Constraints:     273043
3566.86/3592.77	c #Conflicts:    3279000 | #Constraints:     274043
3566.86/3592.77	c #Conflicts:    3280000 | #Constraints:     275043
3566.86/3592.77	c #Conflicts:    3281000 | #Constraints:     276043
3566.86/3592.77	c #Conflicts:    3282000 | #Constraints:     277043
3566.86/3592.77	c #Conflicts:    3283000 | #Constraints:     278043
3566.86/3592.77	c #Conflicts:    3284000 | #Constraints:     279043
3566.86/3592.77	c INPROCESSING
3566.86/3592.77	c GARBAGE COLLECT
3566.86/3592.77	c rational objective -224
3600.09/3626.10	c #Conflicts:    3285000 | #Constraints:     182587
3600.09/3626.10	c #Conflicts:    3286000 | #Constraints:     183620
3600.09/3626.10	c #Conflicts:    3287000 | #Constraints:     184657
3600.09/3626.10	c #Conflicts:    3288000 | #Constraints:     185684
3600.09/3626.10	c #Conflicts:    3289000 | #Constraints:     186715
3600.09/3626.10	c #Conflicts:    3290000 | #Constraints:     187752
3600.09/3626.10	c #Conflicts:    3291000 | #Constraints:     188782
3600.09/3626.10	c #Conflicts:    3292000 | #Constraints:     189811
3600.09/3626.10	c #Conflicts:    3293000 | #Constraints:     190840
3600.09/3626.10	c #Conflicts:    3294000 | #Constraints:     191869
3600.09/3626.10	c #Conflicts:    3295000 | #Constraints:     192903
3600.09/3626.10	c #Conflicts:    3296000 | #Constraints:     193935
3600.09/3626.10	c #Conflicts:    3297000 | #Constraints:     194958
3600.09/3626.10	c #Conflicts:    3298000 | #Constraints:     195990
3600.09/3626.10	c #Conflicts:    3299000 | #Constraints:     197017
3600.09/3626.10	c #Conflicts:    3300000 | #Constraints:     198040
3600.09/3626.10	c #Conflicts:    3301000 | #Constraints:     199073
3600.09/3626.10	c #Conflicts:    3302000 | #Constraints:     200087
3600.09/3626.10	c #Conflicts:    3303000 | #Constraints:     201108
3600.09/3626.10	c #Conflicts:    3304000 | #Constraints:     202125
3600.09/3626.10	c #Conflicts:    3305000 | #Constraints:     203156
3600.09/3626.10	c #Conflicts:    3306000 | #Constraints:     204178
3600.09/3626.10	c #Conflicts:    3307000 | #Constraints:     205198
3600.09/3626.10	c #Conflicts:    3308000 | #Constraints:     206219
3600.09/3626.10	c #Conflicts:    3309000 | #Constraints:     207249
3600.09/3626.10	c #Conflicts:    3310000 | #Constraints:     208290
3600.09/3626.10	c #Conflicts:    3311000 | #Constraints:     209330
3600.09/3626.10	c #Conflicts:    3312000 | #Constraints:     210364
3600.09/3626.10	c cpu time 3569.39 s
3600.09/3626.10	c deterministic time 163757054399 1.64e+11
3600.09/3626.10	c optimization time 32.8746 s
3600.09/3626.10	c total solve time 3536.16 s
3600.09/3626.10	c core-guided solve time 2788.18 s
3600.09/3626.10	c propagation time 2796.79 s
3600.09/3626.10	c conflict analysis time 678.773 s
3600.09/3626.10	c propagations 1128944370
3600.09/3626.10	c resolve steps 90706599
3600.09/3626.10	c decisions 6239306
3600.09/3626.10	c conflicts 3312331
3600.09/3626.10	c restarts 5904
3600.09/3626.10	c inprocessing phases 84
3600.09/3626.10	c garbage collections 83 ,( 98.81 )
3600.09/3626.10	c input clauses 82388 ,( 93.56 )
3600.09/3626.10	c input cardinalities 3904 ,( 4.43 )
3600.09/3626.10	c input general constraints 1765 ,( 2.00 )
3600.09/3626.10	c input average constraint length 15.14
3600.09/3626.10	c input average constraint degree 6.22
3600.09/3626.10	c learned clauses 2916051 ,( 87.48 )
3600.09/3626.10	c learned cardinalities 107440 ,( 3.22 )
3600.09/3626.10	c learned general constraints 309828 ,( 9.29 )
3600.09/3626.10	c learned average constraint length 299.78
3600.09/3626.10	c learned average constraint degree 7509086.52
3600.09/3626.10	c watched  CF 32, 64, 128, Arb: 177616 , 0 , 0 , 0
3600.09/3626.10	c counting CF 32, 64, 128, Arb: 133978 , 0 , 0 , 0
3600.09/3626.10	c watched   constraints 177616 ,( 57.00 ) 
3600.09/3626.10	c counting  constraints 133977 ,( 43.00 ) 
3600.09/3626.10	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 6362648515 , 2471997979 , 10510243325 ,( 824943983 , 9685299342 )
3600.09/3626.10	c gcd simplifications 92469
3600.09/3626.10	c detected cardinalities 25394
3600.09/3626.10	c weakened non-implied lits 88446609
3600.09/3626.10	c weakened non-implying lits 335014
3600.09/3626.10	c original variables 1150
3600.09/3626.10	c clausal propagations 847986301
3600.09/3626.10	c cardinality propagations 71597746
3600.09/3626.10	c watched propagations 2241793
3600.09/3626.10	c counting propagations 202357282
3600.09/3626.10	c watch lookups 55021492088
3600.09/3626.10	c watch backjump lookups 0
3600.09/3626.10	c watch checks 93417769462
3600.09/3626.10	c propagation checks 10164566958
3600.09/3626.10	c constraint additions 2876233813
3600.09/3626.10	c trail pops 1138473134
3600.09/3626.10	c formula constraints 80035
3600.09/3626.10	c learned constraints 3292759
3600.09/3626.10	c bound constraints 955
3600.09/3626.10	c core-guided constraints 7067
3600.09/3626.10	c encountered formula constraints 12400747
3600.09/3626.10	c encountered learned constraints 51843786
3600.09/3626.10	c encountered bound constraints 675
3600.09/3626.10	c encountered core-guided constraints 29497059
3600.09/3626.10	c LP total time 1096.78 s
3600.09/3626.10	c LP solve time 1016.12 s
3600.09/3626.10	c LP constraints added 81521
3600.09/3626.10	c LP constraints removed 1480
3600.09/3626.10	c LP pivots internal 3312370
3600.09/3626.10	c LP pivots root 22897
3600.09/3626.10	c LP calls 39257
3600.09/3626.10	c LP optimalities 19680
3600.09/3626.10	c LP no pivot count 5997
3600.09/3626.10	c LP infeasibilities 19575
3600.09/3626.10	c LP valid Farkas constraints 19575
3600.09/3626.10	c LP learned Farkas constraints 19575
3600.09/3626.10	c LP basis resets 0
3600.09/3626.10	c LP cycling count 0
3600.09/3626.10	c LP singular count 0
3600.09/3626.10	c LP no primal count 0
3600.09/3626.10	c LP no farkas count 0
3600.09/3626.10	c LP other issue count 0
3600.09/3626.10	c LP Gomory cuts 1410
3600.09/3626.10	c LP learned cuts 76
3600.09/3626.10	c LP deleted cuts 1480
3600.09/3626.10	c LP encountered Gomory constraints 0
3600.09/3626.10	c LP encountered Farkas constraints 211797
3600.09/3626.10	c LP encountered learned Farkas constraints 45291
3600.09/3626.10	c CG auxiliary variables introduced 2664
3600.09/3626.10	c CG solutions found 28
3600.09/3626.10	c CG cores constructed 926
3600.09/3626.10	c CG core cardinality constraints returned 0
3600.09/3626.10	c CG unit cores 0
3600.09/3626.10	c CG single cores 926
3600.09/3626.10	c CG blocks removed during cardinality reduction 0
3600.09/3626.10	c CG first core best 0
3600.09/3626.10	c CG decision core best 0
3600.09/3626.10	c CG core reduction tie 0
3600.09/3626.10	c CG core degree average 1.00
3600.09/3626.10	c CG core slack average 3.09
3600.09/3626.10	c CG core upper bound improvements 0
3600.09/3626.10	c STR number of successful calls 0
3600.09/3626.10	c STR number of unsuccessful calls 0
3600.09/3626.10	c STR number of inconclusive calls 0
3600.09/3626.10	c STR number of successful attempts 0
3600.09/3626.10	c STR number of unsuccessful attempts 0
3600.09/3626.10	c STR number of inconclusive attempts 0
3600.09/3626.10	c STR average degree increase per successful call inf
3600.09/3626.10	c STR average degree increase per successful attempt inf
3600.09/3626.10	c STR total number of conflicts for successful attempts 0
3600.09/3626.10	c STR total number of conflicts for unsuccessful attempts 0
3600.09/3626.10	c STR total number of conflicts for inconclusive attempts 0
3600.09/3626.10	c STR average number of conflicts per successful attempt inf
3600.09/3626.10	c STR average number of conflicts per unsuccessful attempt inf
3600.09/3626.10	c STR average number of conflicts per inconclusive attempt inf
3600.09/3626.10	c AVG.sumWPerc 35.31 
3600.09/3626.10	c bigint constraints 0 
3600.09/3626.10	o -43
3600.09/3626.10	s SATISFIABLE
3600.09/3626.10	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 -x946 -x947 -x948 -x949 -x950 -x951 -x952 -x953 -x954 -x955 -x956 -x957 x958 -x959 -x960 -x961 -x962 -x963 -x964 -x965 -x966 -x967 -x968 -x969 -x970 -x971 -x972 -x973 -x974 -x975 -x976 -x977 -x978 -x979 -x980 -x981 -x982 -x983 -x984 -x985 -x986 -x987 -x988 -x989 -x990 -x991 -x992 -x993 -x994 -x995 -x996 x997 -x998 -x999 -x1000 -x1001 -x1002 -x1003 -x1004 -x1005 -x1006 -x1007 -x1008 -x1009 -x1010 -x1011 -x1012 -x1013 -x1014 -x1015 x1016 -x1017 -x1018 -x1019 -x1020 -x1021 -x1022 -x1023 -x1024 -x1025 -x1026 -x1027 -x1028 -x1029 -x1030 -x1031 -x1032 -x1033 -x1034 -x1035 -x1036 -x1037 -x1038 -x1039 -x1040 -x1041 x1042 -x1043 -x1044 -x1045 -x1046 -x1047 -x1048 -x1049 -x1050 -x1051 -x1052 -x1053 -x1054 -x1055 -x1056 -x1057 -x1058 -x1059 -x1060 -x1061 -x1062 -x1063 -x1064 -x1065 x1066 -x1067 -x1068 -x1069 -x1070 -x1071 -x1072 -x1073 -x1074 -x1075 -x1076 -x1077 -x1078 -x1079 -x1080 -x1081 x1082 -x1083 -x1084 -x1085 -x1086 -x1087 -x1088 -x1089 -x1090 -x1091 -x1092 -x1093 -x1094 -x1095 -x1096 -x1097 -x1098 -x1099 -x1100 -x1101 -x1102 -x1103 -x1104 -x1105 -x1106 -x1107 -x1108 -x1109 x1110 -x1111 -x1112 -x1113 -x1114 -x1115 -x1116 -x1117 -x1118 -x1119 -x1120 -x1121 -x1122 -x1123 -x1124 -x1125 -x1126 -x1127 -x1128 -x1129 -x1130 -x1131 -x1132 -x1133 x1134 -x1135 -x1136 -x1137 -x1138 -x1139 -x1140 -x1141 -x1142 -x1143 -x1144 -x1145 -x1146 -x1147 -x1148 -x1149 -x1150
3600.09/3626.10	c Program interrupted by user.

Verifier Data

OK	-43

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: 63665 MiB (62332 MiB free)
  memory of node 1: 64507 MiB (63909 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4484955-1751301353/watcher-4484955-1751301353 -o /tmp/evaluation-result-4484955-1751301353/solver-4484955-1751301353 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1751301353-38983 --watchdog 3760 --file-size-limit 100000 run-opt-ls-log.sh HOME/instance-4484955-1751301353.opb PROOFDIR/proof-4484955-1751301353 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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 FSIZE limit: 102400000 KiB
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=39033, runsolver pid=39024

[startup+0.100059 s]*
/proc/loadavg: 0.54 1.53 2.70 6/267 39047
/proc/meminfo: memFree=129170804/131250000 swapFree=33010684/33010684
[pid=39033] ppid=39024 vsize=4192 memory=3072 CPUtime=0.06 cores=4,6
/proc/39033/stat : 39033 (run-opt-ls-log.) S 39024 39033 38972 0 -1 4194304 242 8736 0 0 0 0 5 1 20 0 1 0 45815238 4292608 768 18446744073709551615 94616391913472 94616392808005 140733423944464 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94616393047056 94616393094800 94616400396288 140733423946011 140733423946209 140733423946209 140733423951811 0
/proc/39033/statm: 1048 768 704 219 0 110 0
[pid=39047] ppid=39033 vsize=5932 memory=128 CPUtime=0 cores=4,6
/proc/39047/stat : 39047 (roundingsat) D 39033 39033 38972 0 -1 4456448 44 0 0 0 0 0 0 0 20 0 1 0 45815248 6074368 32 18446744073709551615 4227072 8923433 140722033680224 0 0 0 0 0 0 1 0 0 17 4 0 0 0 0 0 9823104 9832592 30007296 140722033682678 140722033682984 140722033682984 140722033688554 0
/proc/39047/statm: 1483 32 32 1147 0 51 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 10124 KiB
Current children cumulated memory: 3200 KiB

[startup+0.205153 s]*
/proc/loadavg: 0.54 1.53 2.70 6/267 39050
/proc/meminfo: memFree=129170516/131250000 swapFree=33010684/33010684
[pid=39033] ppid=39024 vsize=4192 memory=3072 CPUtime=0.06 cores=4,6
/proc/39033/stat : 39033 (run-opt-ls-log.) S 39024 39033 38972 0 -1 4194304 242 8736 0 0 0 0 5 1 20 0 1 0 45815238 4292608 768 18446744073709551615 94616391913472 94616392808005 140733423944464 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94616393047056 94616393094800 94616400396288 140733423946011 140733423946209 140733423946209 140733423951811 0
/proc/39033/statm: 1048 768 704 219 0 110 0
[pid=39047] ppid=39033 vsize=63708 memory=19208 CPUtime=0.1 cores=4,6
/proc/39047/stat : 39047 (roundingsat) R 39033 39033 38972 0 -1 4194304 2603 0 0 0 8 2 0 0 20 0 1 0 45815248 65236992 4770 18446744073709551615 4227072 8923433 140722033680224 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 30007296 140722033682678 140722033682984 140722033682984 140722033688554 0
/proc/39047/statm: 15927 4802 2016 1147 0 3354 0
Current children cumulated CPU time: 0.16 s
Current children cumulated vsize: 67900 KiB
Current children cumulated memory: 22280 KiB

[startup+0.304736 s]*
/proc/loadavg: 0.54 1.53 2.70 6/267 39050
/proc/meminfo: memFree=129170516/131250000 swapFree=33010684/33010684
[pid=39033] ppid=39024 vsize=4192 memory=3072 CPUtime=0.06 cores=4,6
/proc/39033/stat : 39033 (run-opt-ls-log.) S 39024 39033 38972 0 -1 4194304 242 8736 0 0 0 0 5 1 20 0 1 0 45815238 4292608 768 18446744073709551615 94616391913472 94616392808005 140733423944464 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94616393047056 94616393094800 94616400396288 140733423946011 140733423946209 140733423946209 140733423951811 0
/proc/39033/statm: 1048 768 704 219 0 110 0
[pid=39047] ppid=39033 vsize=71736 memory=27064 CPUtime=0.2 cores=4,6
/proc/39047/stat : 39047 (roundingsat) R 39033 39033 38972 0 -1 4194304 4850 0 0 0 16 4 0 0 20 0 1 0 45815248 73457664 6766 18446744073709551615 4227072 8923433 140722033680224 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 30007296 140722033682678 140722033682984 140722033682984 140722033688554 0
/proc/39047/statm: 17934 6766 2016 1147 0 5361 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 75928 KiB
Current children cumulated memory: 30136 KiB

[startup+0.700188 s]
/proc/loadavg: 0.54 1.53 2.70 6/267 39050
/proc/meminfo: memFree=129072288/131250000 swapFree=33010684/33010684
[pid=39033] ppid=39024 vsize=4192 memory=3072 CPUtime=0.06 cores=4,6
/proc/39033/stat : 39033 (run-opt-ls-log.) S 39024 39033 38972 0 -1 4194304 242 8736 0 0 0 0 5 1 20 0 1 0 45815238 4292608 768 18446744073709551615 94616391913472 94616392808005 140733423944464 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94616393047056 94616393094800 94616400396288 140733423946011 140733423946209 140733423946209 140733423951811 0
/proc/39033/statm: 1048 768 704 219 0 110 0
[pid=39047] ppid=39033 vsize=190004 memory=121528 CPUtime=0.58 cores=4,6
/proc/39047/stat : 39047 (roundingsat) R 39033 39033 38972 0 -1 4194304 18124 0 0 0 49 9 0 0 20 0 1 0 45815248 194564096 30382 18446744073709551615 4227072 8923433 140722033680224 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 30007296 140722033682678 140722033682984 140722033682984 140722033688554 0
/proc/39047/statm: 47501 30382 2336 1147 0 34928 0
Current children cumulated CPU time: 0.64 s
Current children cumulated vsize: 194196 KiB
Current children cumulated memory: 124600 KiB

[startup+1.50019 s]
/proc/loadavg: 0.54 1.53 2.70 6/267 39050
/proc/meminfo: memFree=128766756/131250000 swapFree=33010684/33010684
[pid=39033] ppid=39024 vsize=4192 memory=3072 CPUtime=0.06 cores=4,6
/proc/39033/stat : 39033 (run-opt-ls-log.) S 39024 39033 38972 0 -1 4194304 242 8736 0 0 0 0 5 1 20 0 1 0 45815238 4292608 768 18446744073709551615 94616391913472 94616392808005 140733423944464 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94616393047056 94616393094800 94616400396288 140733423946011 140733423946209 140733423946209 140733423951811 0
/proc/39033/statm: 1048 768 704 219 0 110 0
[pid=39047] ppid=39033 vsize=190004 memory=121912 CPUtime=1.38 cores=4,6
/proc/39047/stat : 39047 (roundingsat) R 39033 39033 38972 0 -1 4194304 18167 0 0 0 128 10 0 0 20 0 1 0 45815248 194564096 30478 18446744073709551615 4227072 8923433 140722033680224 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 30007296 140722033682678 140722033682984 140722033682984 140722033688554 0
/proc/39047/statm: 47501 30478 2400 1147 0 34928 0
Current children cumulated CPU time: 1.44 s
Current children cumulated vsize: 194196 KiB
Current children cumulated memory: 124984 KiB

[startup+3.10474 s]
/proc/loadavg: 0.54 1.53 2.70 6/267 39050
/proc/meminfo: memFree=128663144/131250000 swapFree=33010684/33010684
[pid=39033] ppid=39024 vsize=4192 memory=3072 CPUtime=0.06 cores=4,6
/proc/39033/stat : 39033 (run-opt-ls-log.) S 39024 39033 38972 0 -1 4194304 242 8736 0 0 0 0 5 1 20 0 1 0 45815238 4292608 768 18446744073709551615 94616391913472 94616392808005 140733423944464 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94616393047056 94616393094800 94616400396288 140733423946011 140733423946209 140733423946209 140733423951811 0
/proc/39033/statm: 1048 768 704 219 0 110 0
[pid=39047] ppid=39033 vsize=218704 memory=142836 CPUtime=2.98 cores=4,6
/proc/39047/stat : 39047 (roundingsat) R 39033 39033 38972 0 -1 4194304 22504 0 0 0 267 31 0 0 20 0 1 0 45815248 223952896 35709 18446744073709551615 4227072 8923433 140722033680224 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 30007296 140722033682678 140722033682984 140722033682984 140722033688554 0
/proc/39047/statm: 54676 35709 2432 1147 0 42103 0
Current children cumulated CPU time: 3.04 s
Current children cumulated vsize: 222896 KiB
Current children cumulated memory: 145908 KiB

[startup+6.30015 s]
/proc/loadavg: 0.82 1.57 2.71 6/267 39050
/proc/meminfo: memFree=128653824/131250000 swapFree=33010684/33010684
[pid=39033] ppid=39024 vsize=4192 memory=3072 CPUtime=0.06 cores=4,6
/proc/39033/stat : 39033 (run-opt-ls-log.) S 39024 39033 38972 0 -1 4194304 242 8736 0 0 0 0 5 1 20 0 1 0 45815238 4292608 768 18446744073709551615 94616391913472 94616392808005 140733423944464 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94616393047056 94616393094800 94616400396288 140733423946011 140733423946209 140733423946209 140733423951811 0
/proc/39033/statm: 1048 768 704 219 0 110 0
[pid=39047] ppid=39033 vsize=243056 memory=159624 CPUtime=6.13 cores=4,6
/proc/39047/stat : 39047 (roundingsat) R 39033 39033 38972 0 -1 4194304 24683 0 0 0 578 35 0 0 20 0 1 0 45815248 248889344 39906 18446744073709551615 4227072 8923433 140722033680224 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 30007296 140722033682678 140722033682984 140722033682984 140722033688554 0
/proc/39047/statm: 60764 39906 2432 1147 0 48191 0
Current children cumulated CPU time: 6.19 s
Current children cumulated vsize: 247248 KiB
Current children cumulated memory: 162696 KiB

[startup+12.7001 s]
/proc/loadavg: 1.08 1.61 2.72 6/267 39050
/proc/meminfo: memFree=128559488/131250000 swapFree=33010684/33010684
[pid=39033] ppid=39024 vsize=4192 memory=3072 CPUtime=0.06 cores=4,6
/proc/39033/stat : 39033 (run-opt-ls-log.) S 39024 39033 38972 0 -1 4194304 242 8736 0 0 0 0 5 1 20 0 1 0 45815238 4292608 768 18446744073709551615 94616391913472 94616392808005 140733423944464 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94616393047056 94616393094800 94616400396288 140733423946011 140733423946209 140733423946209 140733423951811 0
/proc/39033/statm: 1048 768 704 219 0 110 0
[pid=39047] ppid=39033 vsize=267076 memory=181324 CPUtime=12.51 cores=4,6
/proc/39047/stat : 39047 (roundingsat) R 39033 39033 38972 0 -1 4194304 26516 0 0 0 1206 45 0 0 20 0 1 0 45815248 273485824 45331 18446744073709551615 4227072 8923433 140722033680224 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 30007296 140722033682678 140722033682984 140722033682984 140722033688554 0
/proc/39047/statm: 66769 45331 2432 1147 0 54196 0
Current children cumulated CPU time: 12.57 s
Current children cumulated vsize: 271268 KiB
Current children cumulated memory: 184396 KiB

[startup+25.5002 s]
/proc/loadavg: 1.79 1.75 2.74 6/267 39050
/proc/meminfo: memFree=128333356/131250000 swapFree=33010684/33010684
[pid=39033] ppid=39024 vsize=4192 memory=3072 CPUtime=0.06 cores=4,6
/proc/39033/stat : 39033 (run-opt-ls-log.) S 39024 39033 38972 0 -1 4194304 242 8736 0 0 0 0 5 1 20 0 1 0 45815238 4292608 768 18446744073709551615 94616391913472 94616392808005 140733423944464 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94616393047056 94616393094800 94616400396288 140733423946011 140733423946209 140733423946209 140733423951811 0
/proc/39033/statm: 1048 768 704 219 0 110 0
[pid=39047] ppid=39033 vsize=268792 memory=183116 CPUtime=25.28 cores=4,6
/proc/39047/stat : 39047 (roundingsat) R 39033 39033 38972 0 -1 4194304 26962 0 0 0 2463 65 0 0 20 0 1 0 45815248 275243008 45779 18446744073709551615 4227072 8923433 140722033680224 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 30007296 140722033682678 140722033682984 140722033682984 140722033688554 0
/proc/39047/statm: 67198 45779 2432 1147 0 54625 0
Current children cumulated CPU time: 25.34 s
Current children cumulated vsize: 272984 KiB
Current children cumulated memory: 186188 KiB

[startup+51.1048 s]
/proc/loadavg: 2.60 1.94 2.78 6/269 39053
/proc/meminfo: memFree=128030700/131250000 swapFree=33010684/33010684
[pid=39033] ppid=39024 vsize=4192 memory=3072 CPUtime=0.06 cores=4,6
/proc/39033/stat : 39033 (run-opt-ls-log.) S 39024 39033 38972 0 -1 4194304 242 8736 0 0 0 0 5 1 20 0 1 0 45815238 4292608 768 18446744073709551615 94616391913472 94616392808005 140733423944464 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94616393047056 94616393094800 94616400396288 140733423946011 140733423946209 140733423946209 140733423951811 0
/proc/39033/statm: 1048 768 704 219 0 110 0
[pid=39047] ppid=39033 vsize=274176 memory=192692 CPUtime=50.65 cores=4,6
/proc/39047/stat : 39047 (roundingsat) R 39033 39033 38972 0 -1 4194304 28329 0 0 0 4965 100 0 0 20 0 1 0 45815248 280756224 48173 18446744073709551615 4227072 8923433 140722033680224 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 30007296 140722033682678 140722033682984 140722033682984 140722033688554 0
/proc/39047/statm: 68544 48173 2432 1147 0 55971 0
Current children cumulated CPU time: 50.71 s
Current children cumulated vsize: 278368 KiB
Current children cumulated memory: 195764 KiB

[startup+102.3 s]
/proc/loadavg: 3.44 2.28 2.85 6/270 39056
/proc/meminfo: memFree=127401528/131250000 swapFree=33010684/33010684
[pid=39033] ppid=39024 vsize=4192 memory=3072 CPUtime=0.06 cores=4,6
/proc/39033/stat : 39033 (run-opt-ls-log.) S 39024 39033 38972 0 -1 4194304 242 8736 0 0 0 0 5 1 20 0 1 0 45815238 4292608 768 18446744073709551615 94616391913472 94616392808005 140733423944464 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94616393047056 94616393094800 94616400396288 140733423946011 140733423946209 140733423946209 140733423951811 0
/proc/39033/statm: 1048 768 704 219 0 110 0
[pid=39047] ppid=39033 vsize=374516 memory=302260 CPUtime=101.29 cores=4,6
/proc/39047/stat : 39047 (roundingsat) R 39033 39033 38972 0 -1 4194304 34286 0 0 0 9978 151 0 0 20 0 1 0 45815248 383504384 75565 18446744073709551615 4227072 8923433 140722033680224 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 30007296 140722033682678 140722033682984 140722033682984 140722033688554 0
/proc/39047/statm: 93629 75565 2432 1147 0 81056 0
Current children cumulated CPU time: 101.35 s
Current children cumulated vsize: 378708 KiB
Current children cumulated memory: 305332 KiB

[startup+162.3 s]
/proc/loadavg: 3.83 2.61 2.93 6/272 39061
/proc/meminfo: memFree=126745048/131250000 swapFree=33010684/33010684
[pid=39033] ppid=39024 vsize=4192 memory=3072 CPUtime=0.06 cores=4,6
/proc/39033/stat : 39033 (run-opt-ls-log.) S 39024 39033 38972 0 -1 4194304 242 8736 0 0 0 0 5 1 20 0 1 0 45815238 4292608 768 18446744073709551615 94616391913472 94616392808005 140733423944464 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94616393047056 94616393094800 94616400396288 140733423946011 140733423946209 140733423946209 140733423951811 0
/proc/39033/statm: 1048 768 704 219 0 110 0
[pid=39047] ppid=39033 vsize=378332 memory=310836 CPUtime=160.96 cores=4,6
/proc/39047/stat : 39047 (roundingsat) R 39033 39033 38972 0 -1 4194304 35327 0 0 0 15878 218 0 0 20 0 1 0 45815248 387411968 77709 18446744073709551615 4227072 8923433 140722033680224 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 30007296 140722033682678 140722033682984 140722033682984 140722033688554 0
/proc/39047/statm: 94583 77709 2432 1147 0 82010 0
Current children cumulated CPU time: 161.02 s
Current children cumulated vsize: 382524 KiB
Current children cumulated memory: 313908 KiB

[startup+222.3 s]
/proc/loadavg: 3.98 2.88 3.01 6/273 39070
/proc/meminfo: memFree=126038912/131250000 swapFree=33010684/33010684
[pid=39033] ppid=39024 vsize=4192 memory=3072 CPUtime=0.06 cores=4,6
/proc/39033/stat : 39033 (run-opt-ls-log.) S 39024 39033 38972 0 -1 4194304 242 8736 0 0 0 0 5 1 20 0 1 0 45815238 4292608 768 18446744073709551615 94616391913472 94616392808005 140733423944464 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94616393047056 94616393094800 94616400396288 140733423946011 140733423946209 140733423946209 140733423951811 0
/proc/39033/statm: 1048 768 704 219 0 110 0
[pid=39047] ppid=39033 vsize=383696 memory=314996 CPUtime=220.63 cores=4,6
/proc/39047/stat : 39047 (roundingsat) R 39033 39033 38972 0 -1 4194304 36622 0 0 0 21770 293 0 0 20 0 1 0 45815248 392904704 78749 18446744073709551615 4227072 8923433 140722033680224 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 30007296 140722033682678 140722033682984 140722033682984 140722033688554 0
/proc/39047/statm: 95924 78749 2432 1147 0 83351 0

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

[pid=39047] ppid=39033 vsize=783316 memory=644588 CPUtime=3080.41 cores=4,6
/proc/39047/stat : 39047 (roundingsat) R 39033 39033 38972 0 -1 4194304 84506 0 0 0 305347 2694 0 0 20 0 1 0 45815248 802115584 161147 18446744073709551615 4227072 8923433 140722033680224 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 30007296 140722033682678 140722033682984 140722033682984 140722033688554 0
/proc/39047/statm: 195829 161147 2432 1147 0 183256 0
Current children cumulated CPU time: 3080.47 s
Current children cumulated vsize: 787508 KiB
Current children cumulated memory: 647660 KiB

[startup+3162.3 s]
/proc/loadavg: 4.17 4.15 4.09 6/270 39216
/proc/meminfo: memFree=104688496/131250000 swapFree=33010684/33010684
[pid=39033] ppid=39024 vsize=4192 memory=3072 CPUtime=0.06 cores=4,6
/proc/39033/stat : 39033 (run-opt-ls-log.) S 39024 39033 38972 0 -1 4194304 242 8736 0 0 0 0 5 1 20 0 1 0 45815238 4292608 768 18446744073709551615 94616391913472 94616392808005 140733423944464 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94616393047056 94616393094800 94616400396288 140733423946011 140733423946209 140733423946209 140733423951811 0
/proc/39033/statm: 1048 768 704 219 0 110 0
[pid=39047] ppid=39033 vsize=783316 memory=644588 CPUtime=3138.97 cores=4,6
/proc/39047/stat : 39047 (roundingsat) R 39033 39033 38972 0 -1 4194304 84518 0 0 0 311162 2735 0 0 20 0 1 0 45815248 802115584 161147 18446744073709551615 4227072 8923433 140722033680224 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 30007296 140722033682678 140722033682984 140722033682984 140722033688554 0
/proc/39047/statm: 195829 161147 2432 1147 0 183256 0
Current children cumulated CPU time: 3139.03 s
Current children cumulated vsize: 787508 KiB
Current children cumulated memory: 647660 KiB

[startup+3222.3 s]
/proc/loadavg: 4.06 4.12 4.08 6/271 39225
/proc/meminfo: memFree=104463536/131250000 swapFree=33010684/33010684
[pid=39033] ppid=39024 vsize=4192 memory=3072 CPUtime=0.06 cores=4,6
/proc/39033/stat : 39033 (run-opt-ls-log.) S 39024 39033 38972 0 -1 4194304 242 8736 0 0 0 0 5 1 20 0 1 0 45815238 4292608 768 18446744073709551615 94616391913472 94616392808005 140733423944464 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94616393047056 94616393094800 94616400396288 140733423946011 140733423946209 140733423946209 140733423951811 0
/proc/39033/statm: 1048 768 704 219 0 110 0
[pid=39047] ppid=39033 vsize=788460 memory=649708 CPUtime=3198.74 cores=4,6
/proc/39047/stat : 39047 (roundingsat) R 39033 39033 38972 0 -1 4194304 85867 0 0 0 317099 2775 0 0 20 0 1 0 45815248 807383040 162427 18446744073709551615 4227072 8923433 140722033680224 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 30007296 140722033682678 140722033682984 140722033682984 140722033688554 0
/proc/39047/statm: 197115 162427 2432 1147 0 184542 0
Current children cumulated CPU time: 3198.8 s
Current children cumulated vsize: 792652 KiB
Current children cumulated memory: 652780 KiB

[startup+3282.3 s]
/proc/loadavg: 4.06 4.11 4.08 6/271 39227
/proc/meminfo: memFree=104080064/131250000 swapFree=33010684/33010684
[pid=39033] ppid=39024 vsize=4192 memory=3072 CPUtime=0.06 cores=4,6
/proc/39033/stat : 39033 (run-opt-ls-log.) S 39024 39033 38972 0 -1 4194304 242 8736 0 0 0 0 5 1 20 0 1 0 45815238 4292608 768 18446744073709551615 94616391913472 94616392808005 140733423944464 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94616393047056 94616393094800 94616400396288 140733423946011 140733423946209 140733423946209 140733423951811 0
/proc/39033/statm: 1048 768 704 219 0 110 0
[pid=39047] ppid=39033 vsize=790300 memory=651500 CPUtime=3258.5 cores=4,6
/proc/39047/stat : 39047 (roundingsat) R 39033 39033 38972 0 -1 4194304 86341 0 0 0 323024 2826 0 0 20 0 1 0 45815248 809267200 162875 18446744073709551615 4227072 8923433 140722033680224 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 30007296 140722033682678 140722033682984 140722033682984 140722033688554 0
/proc/39047/statm: 197575 162875 2432 1147 0 185002 0
Current children cumulated CPU time: 3258.56 s
Current children cumulated vsize: 794492 KiB
Current children cumulated memory: 654572 KiB

[startup+3342.3 s]
/proc/loadavg: 4.12 4.12 4.09 6/271 39229
/proc/meminfo: memFree=103556272/131250000 swapFree=33010684/33010684
[pid=39033] ppid=39024 vsize=4192 memory=3072 CPUtime=0.06 cores=4,6
/proc/39033/stat : 39033 (run-opt-ls-log.) S 39024 39033 38972 0 -1 4194304 242 8736 0 0 0 0 5 1 20 0 1 0 45815238 4292608 768 18446744073709551615 94616391913472 94616392808005 140733423944464 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94616393047056 94616393094800 94616400396288 140733423946011 140733423946209 140733423946209 140733423951811 0
/proc/39033/statm: 1048 768 704 219 0 110 0
[pid=39047] ppid=39033 vsize=790300 memory=651500 CPUtime=3318.01 cores=4,6
/proc/39047/stat : 39047 (roundingsat) R 39033 39033 38972 0 -1 4194304 86341 0 0 0 328931 2870 0 0 20 0 1 0 45815248 809267200 162875 18446744073709551615 4227072 8923433 140722033680224 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 30007296 140722033682678 140722033682984 140722033682984 140722033688554 0
/proc/39047/statm: 197575 162875 2432 1147 0 185002 0
Current children cumulated CPU time: 3318.07 s
Current children cumulated vsize: 794492 KiB
Current children cumulated memory: 654572 KiB

[startup+3402.3 s]
/proc/loadavg: 4.10 4.11 4.09 6/271 39232
/proc/meminfo: memFree=103142456/131250000 swapFree=33010684/33010684
[pid=39033] ppid=39024 vsize=4192 memory=3072 CPUtime=0.06 cores=4,6
/proc/39033/stat : 39033 (run-opt-ls-log.) S 39024 39033 38972 0 -1 4194304 242 8736 0 0 0 0 5 1 20 0 1 0 45815238 4292608 768 18446744073709551615 94616391913472 94616392808005 140733423944464 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94616393047056 94616393094800 94616400396288 140733423946011 140733423946209 140733423946209 140733423951811 0
/proc/39033/statm: 1048 768 704 219 0 110 0
[pid=39047] ppid=39033 vsize=795128 memory=656364 CPUtime=3377.46 cores=4,6
/proc/39047/stat : 39047 (roundingsat) R 39033 39033 38972 0 -1 4194304 87548 0 0 0 334833 2913 0 0 20 0 1 0 45815248 814211072 164091 18446744073709551615 4227072 8923433 140722033680224 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 30007296 140722033682678 140722033682984 140722033682984 140722033688554 0
/proc/39047/statm: 198782 164091 2432 1147 0 186209 0
Current children cumulated CPU time: 3377.52 s
Current children cumulated vsize: 799320 KiB
Current children cumulated memory: 659436 KiB

[startup+3462.3 s]
/proc/loadavg: 4.11 4.10 4.09 6/271 39234
/proc/meminfo: memFree=102812152/131250000 swapFree=33010684/33010684
[pid=39033] ppid=39024 vsize=4192 memory=3072 CPUtime=0.06 cores=4,6
/proc/39033/stat : 39033 (run-opt-ls-log.) S 39024 39033 38972 0 -1 4194304 242 8736 0 0 0 0 5 1 20 0 1 0 45815238 4292608 768 18446744073709551615 94616391913472 94616392808005 140733423944464 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94616393047056 94616393094800 94616400396288 140733423946011 140733423946209 140733423946209 140733423951811 0
/proc/39033/statm: 1048 768 704 219 0 110 0
[pid=39047] ppid=39033 vsize=801412 memory=662636 CPUtime=3437.04 cores=4,6
/proc/39047/stat : 39047 (roundingsat) R 39033 39033 38972 0 -1 4194304 89139 0 0 0 340748 2956 0 0 20 0 1 0 45815248 820645888 165659 18446744073709551615 4227072 8923433 140722033680224 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 30007296 140722033682678 140722033682984 140722033682984 140722033688554 0
/proc/39047/statm: 200353 165659 2432 1147 0 187780 0
Current children cumulated CPU time: 3437.1 s
Current children cumulated vsize: 805604 KiB
Current children cumulated memory: 665708 KiB

[startup+3522.3 s]
/proc/loadavg: 4.75 4.27 4.15 6/270 39236
/proc/meminfo: memFree=102524024/131250000 swapFree=33010684/33010684
[pid=39033] ppid=39024 vsize=4192 memory=3072 CPUtime=0.06 cores=4,6
/proc/39033/stat : 39033 (run-opt-ls-log.) S 39024 39033 38972 0 -1 4194304 242 8736 0 0 0 0 5 1 20 0 1 0 45815238 4292608 768 18446744073709551615 94616391913472 94616392808005 140733423944464 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94616393047056 94616393094800 94616400396288 140733423946011 140733423946209 140733423946209 140733423951811 0
/proc/39033/statm: 1048 768 704 219 0 110 0
[pid=39047] ppid=39033 vsize=801412 memory=662636 CPUtime=3496.76 cores=4,6
/proc/39047/stat : 39047 (roundingsat) R 39033 39033 38972 0 -1 4194304 89266 0 0 0 346672 3004 0 0 20 0 1 0 45815248 820645888 165659 18446744073709551615 4227072 8923433 140722033680224 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 30007296 140722033682678 140722033682984 140722033682984 140722033688554 0
/proc/39047/statm: 200353 165659 2432 1147 0 187780 0
Current children cumulated CPU time: 3496.82 s
Current children cumulated vsize: 805604 KiB
Current children cumulated memory: 665708 KiB

[startup+3582.3 s]
/proc/loadavg: 4.58 4.33 4.18 6/272 39240
/proc/meminfo: memFree=102075756/131250000 swapFree=33010684/33010684
[pid=39033] ppid=39024 vsize=4192 memory=3072 CPUtime=0.06 cores=4,6
/proc/39033/stat : 39033 (run-opt-ls-log.) S 39024 39033 38972 0 -1 4194304 242 8736 0 0 0 0 5 1 20 0 1 0 45815238 4292608 768 18446744073709551615 94616391913472 94616392808005 140733423944464 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94616393047056 94616393094800 94616400396288 140733423946011 140733423946209 140733423946209 140733423951811 0
/proc/39033/statm: 1048 768 704 219 0 110 0
[pid=39047] ppid=39033 vsize=801412 memory=662636 CPUtime=3556.42 cores=4,6
/proc/39047/stat : 39047 (roundingsat) R 39033 39033 38972 0 -1 4194304 89306 0 0 0 352606 3036 0 0 20 0 1 0 45815248 820645888 165659 18446744073709551615 4227072 8923433 140722033680224 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 30007296 140722033682678 140722033682984 140722033682984 140722033688554 0
/proc/39047/statm: 200353 165659 2432 1147 0 187780 0
Current children cumulated CPU time: 3556.48 s
Current children cumulated vsize: 805604 KiB
Current children cumulated memory: 665708 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3626.11 s]
/proc/loadavg: 4.56 4.37 4.20 5/272 39383
/proc/meminfo: memFree=122334328/131250000 swapFree=33010684/33010684
[pid=39033] ppid=39024 vsize=4192 memory=3072 CPUtime=0.06 cores=4,6
/proc/39033/stat : 39033 (run-opt-ls-log.) S 39024 39033 38972 0 -1 4194304 242 8736 0 0 0 0 5 1 20 0 1 0 45815238 4292608 768 18446744073709551615 94616391913472 94616392808005 140733423944464 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94616393047056 94616393094800 94616400396288 140733423946011 140733423946209 140733423946209 140733423951811 0
/proc/39033/statm: 1048 768 704 219 0 110 0
[pid=39047] ppid=39033 vsize=806328 memory=667500 CPUtime=3600.03 cores=4,6
/proc/39047/stat : 39047 (roundingsat) R 39033 39033 38972 0 -1 4194304 90065 0 0 0 356939 3064 0 0 20 0 1 0 45815248 825679872 166875 18446744073709551615 4227072 8923433 140722033680224 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 30007296 140722033682678 140722033682984 140722033682984 140722033688554 0
/proc/39047/statm: 201582 166875 2432 1147 0 189009 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 810520 KiB
Current children cumulated memory: 670572 KiB

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

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

# cumulated CPU time of all completed processes:  user=0.057267 s, system=0.022252 s

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

# cumulated CPU time of all completed processes:  user=3569.48 s, system=30.6694 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

[startup+3626.2 s]*
/proc/loadavg: 4.56 4.37 4.20 5/271 39383
/proc/meminfo: memFree=122634964/131250000 swapFree=33010684/33010684
[pid=39047] ppid=39024 vsize=392812 memory=351868 CPUtime=3600.05 cores=4,6
/proc/39047/stat : 39047 (roundingsat) R 39024 39033 38972 0 -1 4194304 90070 0 0 0 356941 3064 0 0 20 0 1 0 45815248 402239488 87967 18446744073709551615 4227072 8923433 140722033680224 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 30007296 140722033682678 140722033682984 140722033682984 140722033688554 0
/proc/39047/statm: 98203 87967 2496 1147 0 85630 0
Current cumulated CPU time of completed processes: 0.079519 s
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 392812 KiB
Current children cumulated memory: 351868 KiB

Child status: 2

Real time (s): 3626.22
CPU time (s): 3600.15
CPU user time (s): 3569.48
CPU system time (s): 30.6694
CPU usage (%): 99.2809
Max. virtual memory (cumulated for all children) (KiB): 810520
Max. memory (cumulated for all children) (KiB): 670572

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3569.48
system time used= 30.6694
maximum resident set size= 667756
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 99063
page faults= 0
swaps= 0
block input operations= 0
block output operations= 11661824
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 680
involuntary context switches= 6929


# summary of solver processes directly reported to runsolver:
#   pid: 39033,39047
#   total CPU time (s): 3600.15
#   total CPU user time (s): 3569.48
#   total CPU system time (s): 30.6694

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.61975 second user time and 14.1667 second system time

The end

Launcher Data

Begin job on nodeC027 at 2025-06-30 18:35:53
IDJOB=4484955
IDBENCH=146676
IDSOLVER=3356
FILE ID=nodeC027/4484955-1751301353
RUNJOBID= nodeC027-1751301353-38983
SLURM_JOB_ID= 9594276
Free space on /tmp= 433056 MiB

SOLVER NAME= roundingsat-ls+pbsuma-log 63f22ad
BENCH NAME= PB24/normalized-PB06/OPT-LIN/web/www.nlsde.buaa.edu.cn/~kexu/benchmarks/frb50-23-opb/normalized-frb50-23-5.opb
COMMAND LINE= run-opt-ls-log.sh BENCHNAME PROOFFILE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4484955-1751301353/watcher-4484955-1751301353 -o /tmp/evaluation-result-4484955-1751301353/solver-4484955-1751301353 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1751301353-38983 --watchdog 3760 --file-size-limit 100000 run-opt-ls-log.sh HOME/instance-4484955-1751301353.opb PROOFDIR/proof-4484955-1751301353

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

MD5SUM BENCH= f240478745515edc7850a10c9aa5c21f
RANDOM SEED=1565698183

nodeC027 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	: 0xb00002a
cpu MHz		: 3599.665
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.29
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	: 0xb00002a
cpu MHz		: 3599.647
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.29
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	: 0xb00002a
cpu MHz		: 3599.641
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.29
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	: 0xb00002a
cpu MHz		: 3595.798
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.29
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	: 0xb00002a
cpu MHz		: 3588.008
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.29
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	: 0xb00002a
cpu MHz		: 3599.645
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.29
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	: 0xb00002a
cpu MHz		: 3599.624
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.29
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	: 0xb00002a
cpu MHz		: 3598.579
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        129275520 kB
MemAvailable:   129743796 kB
Buffers:            3280 kB
Cached:          1270848 kB
SwapCached:            0 kB
Active:           331944 kB
Inactive:        1014268 kB
Active(anon):      90152 kB
Inactive(anon):        0 kB
Active(file):     241792 kB
Inactive(file):  1014268 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             36936 kB
Writeback:             0 kB
AnonPages:         75128 kB
Mapped:           102752 kB
Shmem:             18068 kB
KReclaimable:     102512 kB
Slab:             188480 kB
SReclaimable:     102512 kB
SUnreclaim:        85968 kB
KernelStack:        3908 kB
PageTables:         2344 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     336156 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150360 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     16384 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:      203476 kB
DirectMap2M:     9005056 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433016 MiB
End job on nodeC027 at 2025-06-30 19:36:20