Trace number 4484817

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)-42 3600.09 3617.17

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb53-24-opb/normalized-frb53-24-3.opb
MD5SUM4c4220841569fe2ff0ce6d0e8718e711
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-53
Best CPU time to get the best result obtained on this benchmark1827.29
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1272
Total number of constraints94127
Number of constraints which are clauses94127
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 1272
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 1272
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 1272
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-4484817-1751301353.opb'
0.00/0.06	c 	read 2.30MB  (39.84ms)
0.00/0.06	c	 [cnf: #variables 1272 #clauses 94128 #duplicates 0 #arr 189526]
0.00/0.06	c output proof to 'PROOFDIR/proof-4484817-1751301353'
0.00/0.06	c 
0.00/0.06	c make graph and approximate orbits
0.00/0.09	c	 [group: #orbits ~= 0] (26.69ms)
0.00/0.09	c 
0.00/0.09	c detect special group actions
0.00/0.09	c 	probe for Johnson action (limit=64)
0.00/0.09	c 	probe for row-column symmetry (limit=64, splits=16.78M)
0.00/0.09	c 	probe for row symmetry (limit=64, splits=16.78M)
0.00/0.09	c 	 (3.54ms)
0.00/0.09	c 
0.00/0.09	c detect symmetries on remainder
0.00/0.09	c 	[graph: #vertices 97944 #edges 384140]
0.00/0.09	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.00/0.10	c 	 [group: #symmetries 1.00*10^0 #generators 0] (6.42ms)
0.00/0.10	c 
0.00/0.10	c finalize break order and special generators
0.00/0.10	c 
0.00/0.10	c generation finished
0.00/0.10	c 	[sbp: #constraints 0 #add_vars 0]
0.00/0.10	c 
0.00/0.10	c write result to 'HOME/instance-4484817-1751301353.opb.pre'
0.07/0.10	c 	wrote 2.30MB (5.16ms)
0.07/0.10	c ------------------------------------------------------------------
0.07/0.10	c                  39.84ms 48.15% parse
0.07/0.10	c                  26.69ms 32.26% approx_orbits
0.07/0.10	c                   6.42ms  7.76% detect_generic
0.07/0.10	c                   5.16ms  6.24% output
0.07/0.10	c                   3.54ms  4.28% detect_special
0.07/0.10	c                   1.02ms  1.23% other
0.07/0.10	c                   0.06ms  0.08% finalize_order
0.07/0.10	c         ───────────────────────────────────────────────
0.07/0.10	c                  82.74ms   100% total
0.07/0.10	c ------------------------------------------------------------------
0.07/0.12	c RoundingSat 2
0.07/0.12	c branch pb25
0.07/0.12	c commit 63f22ad
0.55/0.64	c #variables 1272 #constraints 94127
0.55/0.64	c objective is ce32 
0.55/0.69	c initial watched  CF 32, 64, 128, Arb: 0 , 0 , 0 , 0
0.55/0.69	c initial counting CF 32, 64, 128, Arb: 1 , 0 , 0 , 0
0.55/0.69	c bounds -16 >= -1272 @ 0.457476
0.95/1.09	c bounds -17 >= -1272 @ 0.847088
1.34/1.40	c rational objective -636
1.74/1.85	c bounds -17 >= -1271 @ 1.60252
1.74/1.85	c bounds -17 >= -1270 @ 1.6029
1.74/1.85	c bounds -17 >= -1269 @ 1.60326
1.74/1.85	c bounds -17 >= -1268 @ 1.60361
1.74/1.85	c bounds -17 >= -1267 @ 1.60395
1.74/1.85	c bounds -17 >= -1266 @ 1.6043
1.74/1.86	c bounds -17 >= -1265 @ 1.60465
1.74/1.86	c bounds -17 >= -1264 @ 1.605
1.74/1.86	c bounds -17 >= -1263 @ 1.60537
1.74/1.86	c bounds -17 >= -1262 @ 1.60573
1.74/1.86	c bounds -18 >= -1262 @ 1.60591
1.74/1.86	c bounds -18 >= -1261 @ 1.60591
1.74/1.86	c bounds -18 >= -1260 @ 1.6063
1.74/1.86	c bounds -18 >= -1259 @ 1.60668
1.74/1.86	c bounds -18 >= -1258 @ 1.60706
1.74/1.86	c bounds -18 >= -1257 @ 1.60744
1.74/1.86	c bounds -18 >= -1256 @ 1.60781
1.74/1.86	c bounds -18 >= -1255 @ 1.60818
1.74/1.86	c bounds -18 >= -1254 @ 1.60856
1.74/1.86	c bounds -18 >= -1253 @ 1.60894
1.74/1.86	c bounds -18 >= -1252 @ 1.60932
1.74/1.86	c bounds -18 >= -1251 @ 1.6097
1.74/1.87	c bounds -19 >= -1251 @ 1.61384
1.74/1.87	c bounds -19 >= -1250 @ 1.61421
1.74/1.87	c bounds -19 >= -1249 @ 1.61455
1.74/1.87	c bounds -19 >= -1248 @ 1.6149
1.74/1.87	c bounds -19 >= -1247 @ 1.61528
1.74/1.87	c bounds -19 >= -1246 @ 1.61566
1.74/1.87	c bounds -19 >= -1245 @ 1.61604
1.74/1.87	c bounds -19 >= -1244 @ 1.61643
1.74/1.87	c bounds -19 >= -1243 @ 1.61681
1.74/1.87	c bounds -19 >= -1242 @ 1.61718
1.74/1.87	c bounds -19 >= -1241 @ 1.61756
1.74/1.87	c bounds -19 >= -1240 @ 1.61794
1.74/1.87	c bounds -19 >= -1239 @ 1.61831
1.74/1.87	c bounds -19 >= -1238 @ 1.6187
1.74/1.87	c bounds -19 >= -1237 @ 1.61907
1.74/1.87	c bounds -19 >= -1236 @ 1.61945
1.74/1.87	c bounds -19 >= -1235 @ 1.61982
1.74/1.87	c bounds -19 >= -1234 @ 1.6199
1.74/1.87	c bounds -19 >= -1233 @ 1.6199
1.74/1.87	c bounds -19 >= -1232 @ 1.62004
1.74/1.87	c bounds -19 >= -1231 @ 1.62039
1.74/1.87	c bounds -19 >= -1230 @ 1.62074
1.74/1.87	c bounds -19 >= -1229 @ 1.62111
1.74/1.88	c bounds -19 >= -1228 @ 1.62148
1.74/1.88	c bounds -19 >= -1227 @ 1.62183
1.74/1.88	c bounds -19 >= -1226 @ 1.62189
1.74/1.88	c bounds -19 >= -1225 @ 1.62189
1.74/1.88	c bounds -19 >= -1224 @ 1.62202
1.74/1.88	c bounds -19 >= -1223 @ 1.62236
1.74/1.88	c bounds -19 >= -1222 @ 1.62271
1.74/1.88	c bounds -19 >= -1221 @ 1.62308
1.74/1.88	c bounds -19 >= -1220 @ 1.62343
1.74/1.88	c bounds -19 >= -1219 @ 1.62379
1.74/1.88	c bounds -19 >= -1218 @ 1.62415
1.74/1.88	c bounds -19 >= -1217 @ 1.62451
1.74/1.88	c bounds -19 >= -1216 @ 1.62486
1.74/1.88	c bounds -19 >= -1215 @ 1.62522
1.74/1.88	c bounds -19 >= -1214 @ 1.62557
1.74/1.88	c bounds -19 >= -1213 @ 1.62593
1.74/1.88	c bounds -19 >= -1212 @ 1.62629
1.74/1.88	c bounds -19 >= -1211 @ 1.62663
1.74/1.88	c bounds -19 >= -1210 @ 1.62698
1.74/1.88	c bounds -19 >= -1209 @ 1.62734
1.74/1.88	c bounds -19 >= -1208 @ 1.62768
1.74/1.88	c bounds -19 >= -1207 @ 1.62803
1.74/1.88	c bounds -19 >= -1206 @ 1.62838
1.74/1.88	c bounds -19 >= -1205 @ 1.62874
1.74/1.88	c bounds -19 >= -1204 @ 1.62912
1.74/1.88	c bounds -19 >= -1203 @ 1.62948
1.74/1.88	c bounds -19 >= -1202 @ 1.62985
1.74/1.88	c bounds -19 >= -1201 @ 1.6302
1.74/1.89	c bounds -19 >= -1200 @ 1.63055
1.74/1.89	c bounds -19 >= -1199 @ 1.6309
1.74/1.89	c bounds -19 >= -1198 @ 1.63125
1.74/1.89	c bounds -19 >= -1197 @ 1.6316
1.74/1.89	c bounds -19 >= -1196 @ 1.63195
1.74/1.89	c bounds -19 >= -1195 @ 1.6323
1.74/1.89	c bounds -19 >= -1194 @ 1.63267
1.74/1.89	c bounds -19 >= -1193 @ 1.63303
1.74/1.89	c bounds -19 >= -1192 @ 1.6334
1.74/1.89	c bounds -19 >= -1191 @ 1.63377
1.74/1.89	c bounds -19 >= -1190 @ 1.63413
1.74/1.89	c bounds -19 >= -1189 @ 1.6345
1.74/1.89	c bounds -19 >= -1188 @ 1.63487
1.74/1.89	c bounds -19 >= -1187 @ 1.63523
1.74/1.89	c bounds -19 >= -1186 @ 1.6356
1.74/1.89	c bounds -19 >= -1185 @ 1.63597
1.74/1.89	c bounds -19 >= -1184 @ 1.63633
1.74/1.89	c bounds -19 >= -1183 @ 1.6367
1.74/1.89	c bounds -19 >= -1182 @ 1.63706
1.74/1.89	c bounds -19 >= -1181 @ 1.63742
1.74/1.89	c bounds -19 >= -1180 @ 1.63779
1.74/1.89	c bounds -19 >= -1179 @ 1.63816
1.74/1.89	c bounds -19 >= -1178 @ 1.63853
1.74/1.89	c bounds -19 >= -1177 @ 1.63889
1.74/1.89	c bounds -19 >= -1176 @ 1.63925
1.74/1.89	c bounds -19 >= -1175 @ 1.63963
1.74/1.89	c bounds -19 >= -1174 @ 1.63996
1.74/1.89	c bounds -19 >= -1173 @ 1.6403
1.74/1.90	c bounds -19 >= -1172 @ 1.64064
1.85/1.90	c bounds -19 >= -1171 @ 1.64098
1.85/1.90	c bounds -19 >= -1170 @ 1.64131
1.85/1.90	c bounds -19 >= -1169 @ 1.64165
1.85/1.90	c bounds -19 >= -1168 @ 1.64199
1.85/1.90	c bounds -19 >= -1167 @ 1.64233
1.85/1.90	c bounds -19 >= -1166 @ 1.64267
1.85/1.90	c bounds -19 >= -1165 @ 1.64301
1.85/1.90	c bounds -19 >= -1164 @ 1.64334
1.85/1.90	c bounds -19 >= -1163 @ 1.64368
1.85/1.90	c bounds -19 >= -1162 @ 1.64404
1.85/1.90	c bounds -19 >= -1161 @ 1.64438
1.85/1.90	c bounds -19 >= -1160 @ 1.64472
1.85/1.90	c bounds -19 >= -1159 @ 1.64514
1.85/1.90	c bounds -19 >= -1158 @ 1.64552
1.85/1.90	c bounds -19 >= -1157 @ 1.64586
1.85/1.90	c bounds -19 >= -1156 @ 1.64619
1.85/1.90	c bounds -19 >= -1155 @ 1.64654
1.85/1.90	c bounds -19 >= -1154 @ 1.64689
1.85/1.90	c bounds -19 >= -1153 @ 1.64722
1.85/1.90	c bounds -19 >= -1152 @ 1.64759
1.85/1.90	c bounds -19 >= -1151 @ 1.64792
1.85/1.90	c bounds -19 >= -1150 @ 1.64826
1.85/1.90	c bounds -19 >= -1149 @ 1.64859
1.85/1.90	c bounds -19 >= -1148 @ 1.64892
1.85/1.90	c bounds -19 >= -1147 @ 1.64926
1.85/1.90	c bounds -19 >= -1146 @ 1.6496
1.85/1.90	c bounds -19 >= -1145 @ 1.64968
1.85/1.90	c bounds -19 >= -1144 @ 1.64968
1.85/1.91	c bounds -19 >= -1143 @ 1.64968
1.85/1.91	c bounds -19 >= -1142 @ 1.64996
1.85/1.91	c bounds -19 >= -1141 @ 1.65029
1.85/1.91	c bounds -19 >= -1140 @ 1.65064
1.85/1.91	c bounds -19 >= -1139 @ 1.65098
1.85/1.91	c bounds -19 >= -1138 @ 1.65131
1.85/1.91	c bounds -19 >= -1137 @ 1.65164
1.85/1.91	c bounds -19 >= -1136 @ 1.65198
1.85/1.91	c bounds -19 >= -1135 @ 1.65231
1.85/1.91	c bounds -19 >= -1134 @ 1.65265
1.85/1.91	c bounds -19 >= -1133 @ 1.65299
1.85/1.91	c bounds -19 >= -1132 @ 1.65333
1.85/1.91	c bounds -19 >= -1131 @ 1.65366
1.85/1.91	c bounds -19 >= -1130 @ 1.65399
1.85/1.91	c bounds -19 >= -1129 @ 1.65432
1.85/1.91	c bounds -19 >= -1128 @ 1.65466
1.85/1.91	c bounds -19 >= -1127 @ 1.65473
1.85/1.91	c bounds -19 >= -1126 @ 1.65473
1.85/1.91	c bounds -19 >= -1125 @ 1.65473
1.85/1.91	c bounds -19 >= -1124 @ 1.655
1.85/1.91	c bounds -19 >= -1123 @ 1.65533
1.85/1.91	c bounds -19 >= -1122 @ 1.65566
1.85/1.91	c bounds -19 >= -1121 @ 1.65599
1.85/1.91	c bounds -19 >= -1120 @ 1.65633
1.85/1.91	c bounds -19 >= -1119 @ 1.65665
1.85/1.91	c bounds -19 >= -1118 @ 1.65698
1.85/1.91	c bounds -19 >= -1117 @ 1.65732
1.85/1.91	c bounds -19 >= -1116 @ 1.65765
1.85/1.91	c bounds -19 >= -1115 @ 1.65798
1.85/1.92	c bounds -19 >= -1114 @ 1.65832
1.85/1.92	c bounds -19 >= -1113 @ 1.65865
1.85/1.92	c bounds -19 >= -1112 @ 1.65898
1.85/1.92	c bounds -19 >= -1111 @ 1.65931
1.85/1.92	c bounds -19 >= -1110 @ 1.65964
1.85/1.92	c bounds -19 >= -1109 @ 1.65997
1.85/1.92	c bounds -19 >= -1108 @ 1.66031
1.85/1.92	c bounds -19 >= -1107 @ 1.66064
1.85/1.92	c bounds -19 >= -1106 @ 1.66097
1.85/1.92	c bounds -19 >= -1105 @ 1.6613
1.85/1.92	c bounds -19 >= -1104 @ 1.66162
1.85/1.92	c bounds -19 >= -1103 @ 1.66195
1.85/1.92	c bounds -19 >= -1102 @ 1.66228
1.85/1.92	c bounds -19 >= -1101 @ 1.66261
1.85/1.92	c bounds -20 >= -1101 @ 1.66499
1.85/1.92	c bounds -20 >= -1100 @ 1.66535
1.85/1.92	c bounds -20 >= -1099 @ 1.66568
1.85/1.92	c bounds -20 >= -1098 @ 1.66601
1.85/1.92	c bounds -20 >= -1097 @ 1.66634
1.85/1.92	c bounds -20 >= -1096 @ 1.66667
1.85/1.92	c bounds -20 >= -1095 @ 1.667
1.85/1.92	c bounds -20 >= -1094 @ 1.66733
1.85/1.92	c bounds -20 >= -1093 @ 1.66765
1.85/1.92	c bounds -20 >= -1092 @ 1.66798
1.85/1.93	c bounds -20 >= -1091 @ 1.66831
1.85/1.93	c bounds -20 >= -1090 @ 1.66863
1.85/1.93	c bounds -20 >= -1089 @ 1.66896
1.85/1.93	c bounds -20 >= -1088 @ 1.66928
1.85/1.93	c bounds -20 >= -1087 @ 1.6696
1.85/1.93	c bounds -20 >= -1086 @ 1.66994
1.85/1.93	c bounds -20 >= -1085 @ 1.67027
1.85/1.93	c bounds -20 >= -1084 @ 1.6706
1.85/1.93	c bounds -20 >= -1083 @ 1.67092
1.85/1.93	c bounds -20 >= -1082 @ 1.67124
1.85/1.93	c bounds -20 >= -1081 @ 1.67157
1.85/1.93	c bounds -20 >= -1080 @ 1.6719
1.85/1.93	c bounds -20 >= -1079 @ 1.67222
1.85/1.93	c bounds -20 >= -1078 @ 1.67254
1.85/1.93	c bounds -20 >= -1077 @ 1.67286
1.85/1.93	c bounds -20 >= -1076 @ 1.67318
1.85/1.93	c bounds -20 >= -1075 @ 1.67349
1.85/1.93	c bounds -20 >= -1074 @ 1.67382
1.85/1.93	c bounds -20 >= -1073 @ 1.67414
1.85/1.93	c bounds -20 >= -1072 @ 1.67446
1.85/1.93	c bounds -20 >= -1071 @ 1.67478
1.85/1.93	c bounds -20 >= -1070 @ 1.6751
1.85/1.93	c bounds -20 >= -1069 @ 1.67545
1.85/1.93	c bounds -20 >= -1068 @ 1.67577
1.85/1.93	c bounds -20 >= -1067 @ 1.67609
1.85/1.93	c bounds -20 >= -1066 @ 1.67641
1.85/1.93	c bounds -20 >= -1065 @ 1.67648
1.85/1.93	c bounds -20 >= -1064 @ 1.67648
1.85/1.93	c bounds -20 >= -1063 @ 1.67648
1.85/1.93	c bounds -20 >= -1062 @ 1.6767
1.85/1.93	c bounds -20 >= -1061 @ 1.67702
1.85/1.94	c bounds -20 >= -1060 @ 1.67733
1.85/1.94	c bounds -20 >= -1059 @ 1.67765
1.85/1.94	c bounds -20 >= -1058 @ 1.67797
1.85/1.94	c bounds -20 >= -1057 @ 1.6783
1.85/1.94	c bounds -20 >= -1056 @ 1.67862
1.85/1.94	c bounds -20 >= -1055 @ 1.67868
1.85/1.94	c bounds -20 >= -1054 @ 1.67868
1.85/1.94	c bounds -20 >= -1053 @ 1.67868
1.85/1.94	c bounds -20 >= -1052 @ 1.67894
1.85/1.94	c bounds -20 >= -1051 @ 1.67926
1.85/1.94	c bounds -20 >= -1050 @ 1.67957
1.85/1.94	c bounds -20 >= -1049 @ 1.67989
1.85/1.94	c bounds -20 >= -1048 @ 1.68021
1.85/1.94	c bounds -20 >= -1047 @ 1.68053
1.85/1.94	c bounds -20 >= -1046 @ 1.68085
1.85/1.94	c bounds -20 >= -1045 @ 1.68118
1.85/1.94	c bounds -20 >= -1044 @ 1.6815
1.85/1.94	c bounds -20 >= -1043 @ 1.68182
1.85/1.94	c bounds -20 >= -1042 @ 1.68215
1.85/1.94	c bounds -20 >= -1041 @ 1.68247
1.85/1.94	c bounds -20 >= -1040 @ 1.6828
1.85/1.94	c bounds -20 >= -1039 @ 1.68312
1.85/1.94	c bounds -20 >= -1038 @ 1.68344
1.85/1.94	c bounds -21 >= -1038 @ 1.68367
1.85/1.94	c bounds -21 >= -1037 @ 1.68367
1.85/1.94	c bounds -21 >= -1036 @ 1.68367
1.85/1.94	c bounds -21 >= -1035 @ 1.68399
1.85/1.94	c bounds -21 >= -1034 @ 1.68432
1.85/1.94	c bounds -21 >= -1033 @ 1.68464
1.85/1.94	c bounds -21 >= -1032 @ 1.68497
1.85/1.95	c bounds -21 >= -1031 @ 1.68528
1.85/1.95	c bounds -21 >= -1030 @ 1.68563
1.85/1.95	c bounds -22 >= -1030 @ 1.68622
1.85/1.95	c bounds -22 >= -1029 @ 1.68655
1.85/1.95	c bounds -22 >= -1028 @ 1.68687
1.85/1.95	c bounds -22 >= -1027 @ 1.68719
1.85/1.95	c bounds -22 >= -1026 @ 1.68751
1.85/1.95	c bounds -22 >= -1025 @ 1.68783
1.85/1.95	c bounds -22 >= -1024 @ 1.68815
1.85/1.95	c bounds -22 >= -1023 @ 1.68847
1.85/1.95	c bounds -22 >= -1022 @ 1.68878
1.85/1.95	c bounds -22 >= -1021 @ 1.68912
1.85/1.95	c bounds -23 >= -1021 @ 1.69042
1.85/1.95	c bounds -23 >= -1020 @ 1.69076
1.85/1.95	c bounds -23 >= -1019 @ 1.69108
1.85/1.95	c bounds -23 >= -1018 @ 1.6914
1.85/1.95	c bounds -23 >= -1017 @ 1.69171
1.85/1.95	c bounds -23 >= -1016 @ 1.69203
1.85/1.95	c bounds -23 >= -1015 @ 1.69235
1.85/1.95	c bounds -23 >= -1014 @ 1.69266
1.85/1.95	c bounds -23 >= -1013 @ 1.69298
1.85/1.95	c bounds -23 >= -1012 @ 1.69329
1.85/1.95	c bounds -23 >= -1011 @ 1.6936
1.85/1.95	c bounds -23 >= -1010 @ 1.69391
1.85/1.95	c bounds -23 >= -1009 @ 1.69423
1.85/1.95	c bounds -23 >= -1008 @ 1.69455
1.85/1.95	c bounds -23 >= -1007 @ 1.69486
1.85/1.96	c bounds -23 >= -1006 @ 1.69517
1.85/1.96	c bounds -23 >= -1005 @ 1.69548
1.85/1.96	c bounds -23 >= -1004 @ 1.6958
1.85/1.96	c bounds -23 >= -1003 @ 1.69611
1.85/1.96	c bounds -23 >= -1002 @ 1.69643
1.85/1.96	c bounds -23 >= -1001 @ 1.69673
1.85/1.96	c bounds -23 >= -1000 @ 1.69705
1.85/1.96	c bounds -23 >= -999 @ 1.69736
1.85/1.96	c bounds -23 >= -998 @ 1.69767
1.85/1.96	c bounds -23 >= -997 @ 1.69798
1.85/1.96	c bounds -24 >= -997 @ 1.7032
1.85/1.96	c bounds -24 >= -996 @ 1.70352
1.85/1.96	c bounds -24 >= -995 @ 1.70385
1.85/1.96	c bounds -24 >= -994 @ 1.70416
1.85/1.96	c bounds -24 >= -993 @ 1.70447
1.85/1.96	c bounds -24 >= -992 @ 1.70478
1.85/1.96	c bounds -24 >= -991 @ 1.7051
1.85/1.97	c bounds -24 >= -990 @ 1.70542
1.85/1.97	c bounds -24 >= -989 @ 1.70574
1.85/1.97	c bounds -24 >= -988 @ 1.70605
1.85/1.97	c bounds -24 >= -987 @ 1.70636
1.85/1.97	c bounds -24 >= -986 @ 1.70667
1.85/1.97	c bounds -24 >= -985 @ 1.70698
1.85/1.97	c bounds -24 >= -984 @ 1.7073
1.85/1.97	c bounds -24 >= -983 @ 1.70738
1.85/1.97	c bounds -24 >= -982 @ 1.70738
1.85/1.97	c bounds -24 >= -981 @ 1.70738
1.85/1.97	c bounds -24 >= -980 @ 1.70758
1.85/1.97	c bounds -24 >= -979 @ 1.7079
1.85/1.97	c bounds -24 >= -978 @ 1.70821
1.85/1.97	c bounds -24 >= -977 @ 1.70853
1.85/1.97	c bounds -24 >= -976 @ 1.70884
1.85/1.97	c bounds -24 >= -975 @ 1.70916
1.85/1.97	c bounds -24 >= -974 @ 1.70948
1.85/1.97	c bounds -24 >= -973 @ 1.70981
1.85/1.97	c bounds -24 >= -972 @ 1.71013
1.85/1.97	c bounds -24 >= -971 @ 1.71043
1.85/1.97	c bounds -24 >= -970 @ 1.71074
1.85/1.97	c bounds -24 >= -969 @ 1.71106
1.85/1.97	c bounds -24 >= -968 @ 1.71137
1.85/1.97	c bounds -24 >= -967 @ 1.71169
1.85/1.97	c bounds -24 >= -966 @ 1.712
1.85/1.97	c bounds -24 >= -965 @ 1.71232
1.85/1.97	c bounds -24 >= -964 @ 1.71263
1.85/1.97	c bounds -24 >= -963 @ 1.71293
1.85/1.97	c bounds -24 >= -962 @ 1.71324
1.85/1.97	c bounds -24 >= -961 @ 1.71355
1.85/1.97	c bounds -24 >= -960 @ 1.71385
1.85/1.98	c bounds -24 >= -959 @ 1.71416
1.85/1.98	c bounds -24 >= -958 @ 1.71447
1.85/1.98	c bounds -24 >= -957 @ 1.71478
1.85/1.98	c bounds -24 >= -956 @ 1.71509
1.85/1.98	c bounds -24 >= -955 @ 1.71539
1.85/1.98	c bounds -24 >= -954 @ 1.7157
1.85/1.98	c bounds -24 >= -953 @ 1.716
1.85/1.98	c bounds -24 >= -952 @ 1.7163
1.85/1.98	c bounds -24 >= -951 @ 1.71661
1.85/1.98	c bounds -24 >= -950 @ 1.71694
1.85/1.98	c bounds -24 >= -949 @ 1.71726
1.85/1.98	c bounds -24 >= -948 @ 1.71759
1.85/1.98	c bounds -24 >= -947 @ 1.71789
1.85/1.98	c bounds -24 >= -946 @ 1.7182
1.85/1.98	c bounds -24 >= -945 @ 1.7185
1.85/1.98	c bounds -24 >= -944 @ 1.71882
1.85/1.98	c bounds -24 >= -943 @ 1.71913
1.85/1.98	c bounds -24 >= -942 @ 1.71945
1.85/1.98	c bounds -24 >= -941 @ 1.71976
1.85/1.98	c bounds -24 >= -940 @ 1.72007
1.85/1.98	c bounds -24 >= -939 @ 1.72039
1.85/1.98	c bounds -24 >= -938 @ 1.72069
1.85/1.98	c bounds -24 >= -937 @ 1.721
1.85/1.98	c bounds -24 >= -936 @ 1.7213
1.85/1.98	c bounds -24 >= -935 @ 1.72161
1.85/1.98	c bounds -24 >= -934 @ 1.72192
1.85/1.98	c bounds -24 >= -933 @ 1.72222
1.85/1.98	c bounds -24 >= -932 @ 1.72252
1.85/1.98	c bounds -24 >= -931 @ 1.72282
1.85/1.98	c bounds -24 >= -930 @ 1.72313
1.85/1.98	c bounds -24 >= -929 @ 1.72342
1.85/1.98	c bounds -24 >= -928 @ 1.72372
1.85/1.98	c bounds -24 >= -927 @ 1.72402
1.85/1.99	c bounds -24 >= -926 @ 1.72432
1.85/1.99	c bounds -24 >= -925 @ 1.72462
1.85/1.99	c bounds -24 >= -924 @ 1.72492
1.85/1.99	c bounds -24 >= -923 @ 1.72523
1.85/1.99	c bounds -24 >= -922 @ 1.72553
1.85/1.99	c bounds -24 >= -921 @ 1.72583
1.85/1.99	c bounds -24 >= -920 @ 1.72613
1.85/1.99	c bounds -24 >= -919 @ 1.72643
1.85/1.99	c bounds -24 >= -918 @ 1.72674
1.85/1.99	c bounds -24 >= -917 @ 1.72703
1.85/1.99	c bounds -24 >= -916 @ 1.72733
1.85/1.99	c bounds -24 >= -915 @ 1.72763
1.85/1.99	c bounds -24 >= -914 @ 1.72793
1.85/1.99	c bounds -24 >= -913 @ 1.72824
1.85/1.99	c bounds -24 >= -912 @ 1.72853
1.85/1.99	c bounds -24 >= -911 @ 1.72884
1.85/1.99	c bounds -24 >= -910 @ 1.72913
1.85/1.99	c bounds -24 >= -909 @ 1.72943
1.85/1.99	c bounds -24 >= -908 @ 1.72974
1.85/1.99	c bounds -24 >= -907 @ 1.73003
1.85/1.99	c bounds -24 >= -906 @ 1.73034
1.85/1.99	c bounds -24 >= -905 @ 1.73066
1.85/1.99	c bounds -24 >= -904 @ 1.73096
1.85/1.99	c bounds -24 >= -903 @ 1.73125
1.85/1.99	c bounds -24 >= -902 @ 1.73155
1.85/1.99	c bounds -24 >= -901 @ 1.73185
1.85/1.99	c bounds -24 >= -900 @ 1.73218
1.85/1.99	c bounds -24 >= -899 @ 1.73248
1.85/1.99	c bounds -24 >= -898 @ 1.73278
1.85/1.99	c bounds -24 >= -897 @ 1.73309
1.85/1.99	c bounds -24 >= -896 @ 1.73339
1.85/1.99	c bounds -24 >= -895 @ 1.73369
1.85/1.99	c bounds -24 >= -894 @ 1.734
1.85/2.00	c bounds -24 >= -893 @ 1.73433
1.85/2.00	c bounds -24 >= -892 @ 1.73463
1.85/2.00	c bounds -24 >= -891 @ 1.73495
1.85/2.00	c bounds -24 >= -890 @ 1.73526
1.85/2.00	c bounds -24 >= -889 @ 1.73557
1.85/2.00	c bounds -24 >= -888 @ 1.73588
1.85/2.00	c bounds -24 >= -887 @ 1.73619
1.85/2.00	c bounds -24 >= -886 @ 1.7365
1.85/2.00	c bounds -24 >= -885 @ 1.73681
1.85/2.00	c bounds -24 >= -884 @ 1.73711
1.85/2.00	c bounds -24 >= -883 @ 1.73742
1.85/2.00	c bounds -24 >= -882 @ 1.73772
1.85/2.00	c bounds -24 >= -881 @ 1.73803
1.85/2.00	c bounds -24 >= -880 @ 1.73835
1.85/2.00	c bounds -24 >= -879 @ 1.73866
1.85/2.00	c bounds -24 >= -878 @ 1.73896
1.85/2.00	c bounds -24 >= -877 @ 1.73927
1.85/2.00	c bounds -24 >= -876 @ 1.73958
1.94/2.00	c bounds -24 >= -875 @ 1.73989
1.94/2.00	c bounds -24 >= -874 @ 1.7402
1.94/2.00	c bounds -24 >= -873 @ 1.7405
1.94/2.00	c bounds -24 >= -872 @ 1.74082
1.94/2.00	c bounds -24 >= -871 @ 1.74113
1.94/2.00	c bounds -24 >= -870 @ 1.74144
1.94/2.00	c bounds -24 >= -869 @ 1.74174
1.94/2.00	c bounds -24 >= -868 @ 1.74205
1.94/2.00	c bounds -24 >= -867 @ 1.74235
1.94/2.00	c bounds -24 >= -866 @ 1.74266
1.94/2.00	c bounds -24 >= -865 @ 1.74296
1.94/2.00	c bounds -24 >= -864 @ 1.74327
1.94/2.00	c bounds -24 >= -863 @ 1.74358
1.94/2.01	c bounds -24 >= -862 @ 1.74388
1.94/2.01	c bounds -24 >= -861 @ 1.74418
1.94/2.01	c bounds -24 >= -860 @ 1.74448
1.94/2.01	c bounds -24 >= -859 @ 1.74477
1.94/2.01	c bounds -24 >= -858 @ 1.74507
1.94/2.01	c bounds -24 >= -857 @ 1.74537
1.94/2.01	c bounds -24 >= -856 @ 1.74567
1.94/2.01	c bounds -24 >= -855 @ 1.74597
1.94/2.04	c bounds -25 >= -855 @ 1.77558
1.94/2.04	c bounds -25 >= -854 @ 1.77592
1.94/2.04	c bounds -25 >= -853 @ 1.77624
1.94/2.04	c bounds -25 >= -852 @ 1.77655
1.94/2.04	c bounds -25 >= -851 @ 1.77687
1.94/2.04	c bounds -25 >= -850 @ 1.77716
1.94/2.04	c bounds -25 >= -849 @ 1.77716
1.94/2.04	c bounds -25 >= -848 @ 1.77716
1.94/2.04	c bounds -25 >= -847 @ 1.77716
1.94/2.04	c bounds -25 >= -846 @ 1.77744
1.94/2.04	c bounds -25 >= -845 @ 1.77774
1.94/2.04	c bounds -25 >= -844 @ 1.77804
1.94/2.04	c bounds -25 >= -843 @ 1.77833
1.94/2.04	c bounds -25 >= -842 @ 1.77863
1.94/2.04	c bounds -25 >= -841 @ 1.77893
1.94/2.04	c bounds -25 >= -840 @ 1.77923
1.94/2.04	c bounds -25 >= -839 @ 1.77955
1.94/2.04	c bounds -25 >= -838 @ 1.77986
1.94/2.04	c bounds -25 >= -837 @ 1.78017
1.94/2.04	c bounds -25 >= -836 @ 1.78048
1.94/2.04	c bounds -25 >= -835 @ 1.7808
1.94/2.04	c bounds -25 >= -834 @ 1.78112
1.94/2.04	c bounds -25 >= -833 @ 1.78143
1.94/2.05	c bounds -25 >= -832 @ 1.78174
1.94/2.05	c bounds -25 >= -831 @ 1.78204
1.94/2.05	c bounds -25 >= -830 @ 1.78235
1.94/2.05	c bounds -25 >= -829 @ 1.78266
1.94/2.05	c bounds -25 >= -828 @ 1.78297
1.94/2.05	c bounds -25 >= -827 @ 1.78327
1.94/2.05	c bounds -25 >= -826 @ 1.78357
1.94/2.05	c bounds -25 >= -825 @ 1.78387
1.94/2.05	c bounds -25 >= -824 @ 1.78417
1.94/2.05	c bounds -25 >= -823 @ 1.78446
1.94/2.05	c bounds -25 >= -822 @ 1.78476
1.94/2.05	c bounds -25 >= -821 @ 1.78506
1.94/2.05	c bounds -25 >= -820 @ 1.78537
1.94/2.05	c bounds -25 >= -819 @ 1.78566
1.94/2.05	c bounds -25 >= -818 @ 1.78596
1.94/2.05	c bounds -25 >= -817 @ 1.78626
1.94/2.05	c bounds -25 >= -816 @ 1.78656
1.94/2.05	c bounds -25 >= -815 @ 1.78687
1.94/2.05	c bounds -25 >= -814 @ 1.78716
1.94/2.05	c bounds -25 >= -813 @ 1.78746
1.94/2.05	c bounds -25 >= -812 @ 1.78775
1.94/2.05	c bounds -25 >= -811 @ 1.78805
1.94/2.05	c bounds -25 >= -810 @ 1.78812
1.94/2.05	c bounds -25 >= -809 @ 1.78812
1.94/2.05	c bounds -25 >= -808 @ 1.78812
1.94/2.05	c bounds -25 >= -807 @ 1.78832
1.94/2.05	c bounds -25 >= -806 @ 1.7886
1.94/2.05	c bounds -25 >= -805 @ 1.78887
1.94/2.05	c bounds -25 >= -804 @ 1.78915
1.94/2.05	c bounds -25 >= -803 @ 1.78945
1.94/2.05	c bounds -25 >= -802 @ 1.78974
1.94/2.05	c bounds -25 >= -801 @ 1.79005
1.94/2.05	c bounds -25 >= -800 @ 1.79011
1.94/2.06	c bounds -25 >= -799 @ 1.79011
1.94/2.06	c bounds -25 >= -798 @ 1.79011
1.94/2.06	c bounds -25 >= -797 @ 1.7903
1.94/2.06	c bounds -25 >= -796 @ 1.79057
1.94/2.06	c bounds -25 >= -795 @ 1.79084
1.94/2.06	c bounds -25 >= -794 @ 1.79112
1.94/2.06	c bounds -25 >= -793 @ 1.79141
1.94/2.06	c bounds -25 >= -792 @ 1.7917
1.94/2.06	c bounds -25 >= -791 @ 1.792
1.94/2.06	c bounds -25 >= -790 @ 1.79229
1.94/2.06	c bounds -25 >= -789 @ 1.79258
1.94/2.06	c bounds -25 >= -788 @ 1.79287
1.94/2.06	c bounds -25 >= -787 @ 1.79293
1.94/2.06	c bounds -25 >= -786 @ 1.79293
1.94/2.06	c bounds -25 >= -785 @ 1.79293
1.94/2.06	c bounds -25 >= -784 @ 1.79305
1.94/2.06	c bounds -25 >= -783 @ 1.79334
1.94/2.06	c bounds -25 >= -782 @ 1.79363
1.94/2.06	c bounds -25 >= -781 @ 1.79392
1.94/2.06	c bounds -25 >= -780 @ 1.7942
1.94/2.06	c bounds -25 >= -779 @ 1.79451
1.94/2.06	c bounds -25 >= -778 @ 1.79481
1.94/2.06	c bounds -25 >= -777 @ 1.79511
1.94/2.06	c bounds -25 >= -776 @ 1.79541
1.94/2.06	c bounds -25 >= -775 @ 1.79571
1.94/2.06	c bounds -25 >= -774 @ 1.79601
1.94/2.06	c bounds -25 >= -773 @ 1.79631
1.94/2.06	c bounds -25 >= -772 @ 1.79661
1.94/2.06	c bounds -25 >= -771 @ 1.79691
1.94/2.06	c bounds -25 >= -770 @ 1.79721
1.94/2.06	c bounds -25 >= -769 @ 1.79751
1.94/2.06	c bounds -25 >= -768 @ 1.79781
1.94/2.06	c bounds -25 >= -767 @ 1.7981
1.94/2.06	c bounds -25 >= -766 @ 1.79839
1.94/2.07	c bounds -25 >= -765 @ 1.79868
1.94/2.07	c bounds -25 >= -764 @ 1.79896
1.94/2.07	c bounds -25 >= -763 @ 1.79925
1.94/2.07	c bounds -25 >= -762 @ 1.79953
1.94/2.07	c bounds -25 >= -761 @ 1.79982
1.94/2.07	c bounds -25 >= -760 @ 1.80011
1.94/2.07	c bounds -25 >= -759 @ 1.80039
1.94/2.07	c bounds -25 >= -758 @ 1.80068
1.94/2.07	c bounds -25 >= -757 @ 1.80096
1.94/2.07	c bounds -25 >= -756 @ 1.80124
1.94/2.07	c bounds -25 >= -755 @ 1.80153
1.94/2.07	c bounds -25 >= -754 @ 1.80181
1.94/2.07	c bounds -25 >= -753 @ 1.80187
1.94/2.07	c bounds -25 >= -752 @ 1.80187
1.94/2.07	c bounds -25 >= -751 @ 1.80187
1.94/2.07	c bounds -25 >= -750 @ 1.80203
1.94/2.07	c bounds -25 >= -749 @ 1.80231
1.94/2.07	c bounds -25 >= -748 @ 1.8026
1.94/2.07	c bounds -25 >= -747 @ 1.80287
1.94/2.07	c bounds -25 >= -746 @ 1.80315
1.94/2.07	c bounds -25 >= -745 @ 1.80343
1.94/2.07	c bounds -25 >= -744 @ 1.8037
1.94/2.07	c bounds -25 >= -743 @ 1.804
1.94/2.07	c bounds -25 >= -742 @ 1.80428
1.94/2.07	c bounds -25 >= -741 @ 1.80457
1.94/2.07	c bounds -25 >= -740 @ 1.80486
1.94/2.07	c bounds -25 >= -739 @ 1.80515
1.94/2.07	c bounds -25 >= -738 @ 1.80544
1.94/2.07	c bounds -25 >= -737 @ 1.80573
1.94/2.07	c bounds -25 >= -736 @ 1.80601
1.94/2.07	c bounds -25 >= -735 @ 1.8063
1.94/2.07	c bounds -25 >= -734 @ 1.80659
1.94/2.07	c bounds -25 >= -733 @ 1.80687
1.94/2.07	c bounds -25 >= -732 @ 1.80716
1.94/2.07	c bounds -25 >= -731 @ 1.80746
1.94/2.08	c bounds -25 >= -730 @ 1.80776
1.94/2.08	c bounds -25 >= -729 @ 1.80805
1.94/2.08	c bounds -25 >= -728 @ 1.80805
1.94/2.08	c bounds -25 >= -727 @ 1.80805
1.94/2.08	c bounds -25 >= -726 @ 1.80805
1.94/2.08	c bounds -25 >= -725 @ 1.80827
1.94/2.08	c bounds -25 >= -724 @ 1.80856
1.94/2.08	c bounds -25 >= -723 @ 1.80882
1.94/2.08	c bounds -25 >= -722 @ 1.8091
1.94/2.08	c bounds -25 >= -721 @ 1.80938
1.94/2.08	c bounds -25 >= -720 @ 1.80967
1.94/2.08	c bounds -25 >= -719 @ 1.80995
1.94/2.08	c bounds -25 >= -718 @ 1.81026
1.94/2.08	c bounds -25 >= -717 @ 1.81055
1.94/2.08	c bounds -25 >= -716 @ 1.81083
1.94/2.08	c bounds -25 >= -715 @ 1.81112
1.94/2.08	c bounds -25 >= -714 @ 1.8114
1.94/2.08	c bounds -25 >= -713 @ 1.81168
1.94/2.08	c bounds -25 >= -712 @ 1.81198
1.94/2.08	c bounds -25 >= -711 @ 1.81203
1.94/2.08	c bounds -25 >= -710 @ 1.81203
1.94/2.08	c bounds -25 >= -709 @ 1.81203
1.94/2.08	c bounds -25 >= -708 @ 1.8122
1.94/2.08	c bounds -25 >= -707 @ 1.81248
1.94/2.08	c bounds -25 >= -706 @ 1.81274
1.94/2.08	c bounds -25 >= -705 @ 1.813
1.94/2.08	c bounds -25 >= -704 @ 1.81326
1.94/2.08	c bounds -25 >= -703 @ 1.81355
1.94/2.08	c bounds -25 >= -702 @ 1.81383
1.94/2.08	c bounds -25 >= -701 @ 1.8141
1.94/2.08	c bounds -25 >= -700 @ 1.81438
1.94/2.08	c bounds -25 >= -699 @ 1.81466
1.94/2.08	c bounds -25 >= -698 @ 1.81493
1.94/2.08	c bounds -25 >= -697 @ 1.81521
1.94/2.08	c bounds -25 >= -696 @ 1.81548
1.94/2.09	c bounds -25 >= -695 @ 1.81577
1.94/2.09	c bounds -25 >= -694 @ 1.81602
1.94/2.09	c bounds -25 >= -693 @ 1.81602
1.94/2.09	c bounds -25 >= -692 @ 1.81602
1.94/2.09	c bounds -25 >= -691 @ 1.81602
1.94/2.09	c bounds -25 >= -690 @ 1.81623
1.94/2.09	c bounds -25 >= -689 @ 1.81649
1.94/2.09	c bounds -25 >= -688 @ 1.81675
1.94/2.09	c bounds -25 >= -687 @ 1.817
1.94/2.09	c bounds -25 >= -686 @ 1.81702
1.94/2.09	c bounds -25 >= -685 @ 1.81702
1.94/2.09	c bounds -25 >= -684 @ 1.81702
1.94/2.09	c bounds -25 >= -683 @ 1.81718
1.94/2.09	c bounds -25 >= -682 @ 1.81744
1.94/2.09	c bounds -25 >= -681 @ 1.81771
1.94/2.09	c bounds -25 >= -680 @ 1.81797
1.94/2.09	c bounds -25 >= -679 @ 1.81824
1.94/2.09	c bounds -25 >= -678 @ 1.81852
1.94/2.09	c bounds -25 >= -677 @ 1.8188
1.94/2.09	c bounds -25 >= -676 @ 1.81908
1.94/2.09	c bounds -25 >= -675 @ 1.81936
1.94/2.09	c bounds -25 >= -674 @ 1.81963
1.94/2.09	c bounds -25 >= -673 @ 1.8199
1.94/2.09	c bounds -25 >= -672 @ 1.82019
1.94/2.09	c bounds -25 >= -671 @ 1.82047
1.94/2.09	c bounds -25 >= -670 @ 1.82075
1.94/2.09	c bounds -25 >= -669 @ 1.82102
1.94/2.09	c bounds -25 >= -668 @ 1.8213
1.94/2.09	c bounds -25 >= -667 @ 1.82158
1.94/2.09	c bounds -25 >= -666 @ 1.82185
1.94/2.09	c bounds -25 >= -665 @ 1.82213
1.94/2.09	c bounds -25 >= -664 @ 1.82239
1.94/2.09	c bounds -25 >= -663 @ 1.82268
1.94/2.09	c bounds -25 >= -662 @ 1.82296
1.94/2.09	c bounds -25 >= -661 @ 1.82323
1.94/2.09	c bounds -25 >= -660 @ 1.82351
1.94/2.10	c bounds -25 >= -659 @ 1.82379
1.94/2.10	c bounds -25 >= -658 @ 1.82406
1.94/2.10	c bounds -25 >= -657 @ 1.82434
1.94/2.10	c bounds -25 >= -656 @ 1.82462
1.94/2.10	c bounds -25 >= -655 @ 1.82489
1.94/2.10	c bounds -25 >= -654 @ 1.82517
1.94/2.10	c bounds -25 >= -653 @ 1.82545
1.94/2.10	c bounds -25 >= -652 @ 1.82573
1.94/2.10	c bounds -25 >= -651 @ 1.826
1.94/2.10	c bounds -25 >= -650 @ 1.82628
1.94/2.10	c bounds -25 >= -649 @ 1.82655
1.94/2.10	c bounds -25 >= -648 @ 1.82683
1.94/2.10	c bounds -25 >= -647 @ 1.82711
1.94/2.10	c bounds -25 >= -646 @ 1.82739
1.94/2.10	c bounds -25 >= -645 @ 1.82768
1.94/2.10	c bounds -25 >= -644 @ 1.82796
1.94/2.10	c bounds -25 >= -643 @ 1.82823
1.94/2.10	c bounds -25 >= -642 @ 1.82851
1.94/2.10	c bounds -25 >= -641 @ 1.82879
1.94/2.10	c bounds -25 >= -640 @ 1.82907
1.94/2.10	c bounds -25 >= -639 @ 1.82934
2.04/2.10	c bounds -25 >= -638 @ 1.82964
2.04/2.10	c bounds -25 >= -637 @ 1.82992
2.04/2.10	c bounds -25 >= -636 @ 1.8302
2.04/2.10	c bounds -25 >= -635 @ 1.83095
2.04/2.10	c bounds -25 >= -634 @ 1.83095
2.04/2.11	c bounds -25 >= -633 @ 1.83095
2.04/2.11	c bounds -25 >= -632 @ 1.83111
2.04/2.11	c bounds -25 >= -631 @ 1.83195
2.04/2.11	c bounds -25 >= -630 @ 1.83274
2.04/2.11	c bounds -25 >= -629 @ 1.83363
2.04/2.11	c bounds -25 >= -628 @ 1.83409
2.04/2.12	c bounds -25 >= -627 @ 1.83494
2.04/2.12	c bounds -25 >= -626 @ 1.83579
2.04/2.12	c bounds -25 >= -625 @ 1.83622
2.04/2.12	c bounds -25 >= -624 @ 1.83715
2.04/2.13	c bounds -25 >= -623 @ 1.83893
2.04/2.13	c bounds -25 >= -622 @ 1.84067
2.04/2.13	c bounds -25 >= -621 @ 1.84106
2.04/2.13	c bounds -25 >= -620 @ 1.84231
2.04/2.13	c bounds -25 >= -619 @ 1.84313
2.04/2.14	c bounds -25 >= -618 @ 1.84497
2.04/2.14	c bounds -25 >= -617 @ 1.84591
2.04/2.14	c bounds -25 >= -616 @ 1.84613
2.04/2.14	c bounds -25 >= -615 @ 1.84788
2.04/2.14	c bounds -25 >= -614 @ 1.84987
2.04/2.15	c bounds -25 >= -613 @ 1.8508
2.04/2.15	c bounds -25 >= -612 @ 1.85203
2.04/2.15	c bounds -25 >= -611 @ 1.85288
2.04/2.15	c bounds -25 >= -610 @ 1.85288
2.04/2.15	c bounds -25 >= -609 @ 1.85335
2.04/2.16	c bounds -25 >= -608 @ 1.85511
2.04/2.16	c bounds -25 >= -607 @ 1.85686
2.04/2.16	c bounds -25 >= -606 @ 1.85799
2.04/2.17	c bounds -25 >= -605 @ 1.85886
2.04/2.17	c bounds -25 >= -604 @ 1.85987
2.04/2.17	c bounds -25 >= -603 @ 1.86313
2.04/2.18	c bounds -25 >= -602 @ 1.86484
2.04/2.18	c bounds -25 >= -601 @ 1.86503
2.04/2.19	c bounds -25 >= -600 @ 1.86687
2.44/2.56	c bounds -25 >= -599 @ 2.232
2.44/2.57	c bounds -25 >= -598 @ 2.23271
2.44/2.57	c bounds -25 >= -597 @ 2.23399
2.44/2.57	c bounds -25 >= -596 @ 2.23674
2.44/2.58	c bounds -25 >= -595 @ 2.23989
2.44/2.59	c bounds -25 >= -594 @ 2.24267
2.44/2.59	c bounds -25 >= -593 @ 2.24356
2.44/2.59	c bounds -25 >= -592 @ 2.24538
2.54/2.60	c bounds -25 >= -591 @ 2.24669
2.54/2.60	c bounds -25 >= -590 @ 2.24963
2.54/2.61	c bounds -25 >= -589 @ 2.25361
2.54/2.62	c bounds -25 >= -588 @ 2.25745
2.54/2.69	c #Conflicts:       1000 | #Constraints:      97332
2.54/2.69	c bounds -26 >= -588 @ 2.32945
2.54/2.69	c bounds -26 >= -587 @ 2.33031
2.54/2.69	c bounds -26 >= -586 @ 2.33142
2.54/2.69	c bounds -26 >= -585 @ 2.33248
2.54/2.69	c bounds -26 >= -584 @ 2.33352
2.54/2.69	c bounds -26 >= -583 @ 2.33438
2.54/2.69	c bounds -26 >= -582 @ 2.33467
2.64/2.70	c bounds -26 >= -581 @ 2.33538
2.64/2.70	c bounds -26 >= -580 @ 2.33629
2.64/2.70	c bounds -26 >= -579 @ 2.33638
2.64/2.70	c bounds -26 >= -578 @ 2.33638
2.64/2.70	c bounds -26 >= -577 @ 2.33766
2.64/2.70	c bounds -26 >= -576 @ 2.33837
2.64/2.71	c bounds -26 >= -575 @ 2.33837
2.64/2.71	c bounds -26 >= -574 @ 2.33936
2.64/2.71	c bounds -26 >= -573 @ 2.34054
2.64/2.71	c bounds -26 >= -572 @ 2.34271
2.64/2.72	c bounds -26 >= -571 @ 2.34435
2.64/2.72	c bounds -26 >= -570 @ 2.34438
2.64/2.72	c bounds -26 >= -569 @ 2.34637
2.64/2.72	c bounds -26 >= -568 @ 2.34815
2.64/2.72	c bounds -26 >= -567 @ 2.34911
2.64/2.73	c bounds -26 >= -566 @ 2.34999
2.64/2.73	c bounds -26 >= -565 @ 2.35032
2.64/2.73	c bounds -26 >= -564 @ 2.35032
2.64/2.73	c bounds -26 >= -563 @ 2.35032
2.64/2.73	c bounds -26 >= -562 @ 2.35132
2.64/2.73	c bounds -26 >= -561 @ 2.35132
2.64/2.74	c bounds -26 >= -560 @ 2.35308
2.64/2.74	c bounds -26 >= -559 @ 2.35805
2.64/2.74	c bounds -26 >= -558 @ 2.35976
2.64/2.75	c bounds -26 >= -557 @ 2.3605
2.64/2.75	c bounds -26 >= -556 @ 2.36129
2.64/2.75	c bounds -26 >= -555 @ 2.36185
2.64/2.75	c bounds -26 >= -554 @ 2.36349
2.64/2.75	c bounds -26 >= -553 @ 2.36483
2.64/2.75	c bounds -26 >= -552 @ 2.36528
2.64/2.76	c bounds -26 >= -551 @ 2.36528
2.64/2.76	c bounds -26 >= -550 @ 2.36528
2.64/2.76	c bounds -26 >= -549 @ 2.36528
2.64/2.76	c bounds -26 >= -548 @ 2.36627
2.64/2.76	c bounds -26 >= -547 @ 2.36752
2.64/2.77	c bounds -26 >= -546 @ 2.36874
2.64/2.77	c bounds -26 >= -545 @ 2.36958
2.64/2.77	c bounds -26 >= -544 @ 2.37054
2.64/2.77	c bounds -26 >= -543 @ 2.37126
2.64/2.77	c bounds -26 >= -542 @ 2.37126
2.64/2.78	c bounds -26 >= -541 @ 2.37126
2.64/2.78	c bounds -26 >= -540 @ 2.37226
2.64/2.78	c bounds -26 >= -539 @ 2.37353
2.64/2.78	c bounds -26 >= -538 @ 2.3748
2.64/2.78	c bounds -26 >= -537 @ 2.37555
2.64/2.78	c bounds -26 >= -536 @ 2.37624
2.64/2.78	c bounds -26 >= -535 @ 2.37725
2.64/2.78	c bounds -26 >= -534 @ 2.3784
2.64/2.79	c bounds -26 >= -533 @ 2.37923
2.64/2.79	c bounds -26 >= -532 @ 2.38041
2.64/2.79	c bounds -26 >= -531 @ 2.38122
2.64/2.79	c bounds -26 >= -530 @ 2.38259
2.64/2.79	c bounds -26 >= -529 @ 2.38362
2.64/2.79	c bounds -26 >= -528 @ 2.38421
2.64/2.79	c bounds -26 >= -527 @ 2.38421
2.64/2.79	c bounds -26 >= -526 @ 2.38455
2.74/2.80	c bounds -26 >= -525 @ 2.38521
2.74/2.80	c bounds -26 >= -524 @ 2.38521
2.74/2.80	c bounds -26 >= -523 @ 2.38548
2.74/2.80	c bounds -26 >= -522 @ 2.38621
2.74/2.80	c bounds -26 >= -521 @ 2.38671
2.74/2.80	c bounds -26 >= -520 @ 2.3872
2.74/2.80	c bounds -26 >= -519 @ 2.38754
2.74/2.81	c bounds -26 >= -518 @ 2.3882
2.74/2.81	c bounds -26 >= -517 @ 2.3884
2.74/2.81	c bounds -26 >= -516 @ 2.38927
2.74/2.81	c bounds -26 >= -515 @ 2.39012
2.74/2.81	c bounds -26 >= -514 @ 2.39019
2.74/2.81	c bounds -26 >= -513 @ 2.39019
2.74/2.81	c bounds -26 >= -512 @ 2.39019
2.74/2.81	c bounds -26 >= -511 @ 2.39128
2.74/2.81	c bounds -26 >= -510 @ 2.39218
2.74/2.82	c bounds -26 >= -509 @ 2.39218
2.74/2.82	c bounds -26 >= -508 @ 2.39245
2.74/2.82	c bounds -26 >= -507 @ 2.39318
2.74/2.82	c bounds -26 >= -506 @ 2.39356
2.74/2.82	c bounds -26 >= -505 @ 2.39418
2.74/2.82	c bounds -26 >= -504 @ 2.39418
2.74/2.82	c bounds -26 >= -503 @ 2.39451
2.74/2.83	c bounds -26 >= -502 @ 2.39517
2.74/2.83	c bounds -26 >= -501 @ 2.397
2.74/2.83	c bounds -26 >= -500 @ 2.39916
2.74/2.83	c bounds -26 >= -499 @ 2.4018
2.74/2.84	c bounds -26 >= -498 @ 2.404
2.74/2.84	c bounds -26 >= -497 @ 2.40531
2.74/2.84	c bounds -26 >= -496 @ 2.40614
2.74/2.84	c bounds -26 >= -495 @ 2.40614
2.74/2.84	c bounds -26 >= -494 @ 2.40614
2.74/2.84	c bounds -26 >= -493 @ 2.40617
2.74/2.84	c bounds -26 >= -492 @ 2.40733
2.74/2.85	c bounds -26 >= -491 @ 2.40825
2.74/2.85	c bounds -26 >= -490 @ 2.40913
2.74/2.85	c bounds -26 >= -489 @ 2.4097
2.74/2.85	c bounds -26 >= -488 @ 2.41012
2.74/2.85	c bounds -26 >= -487 @ 2.41012
2.74/2.85	c bounds -26 >= -486 @ 2.41123
2.74/2.85	c bounds -26 >= -485 @ 2.412
2.74/2.85	c bounds -26 >= -484 @ 2.41239
2.74/2.86	c bounds -26 >= -483 @ 2.41311
2.74/2.86	c bounds -26 >= -482 @ 2.41329
2.74/2.86	c bounds -26 >= -481 @ 2.41403
2.74/2.86	c bounds -26 >= -480 @ 2.41411
2.74/2.86	c bounds -26 >= -479 @ 2.41553
2.74/2.86	c bounds -26 >= -478 @ 2.41715
2.74/2.86	c bounds -26 >= -477 @ 2.41897
2.74/2.89	c #Conflicts:       2000 | #Constraints:      98917
2.74/2.89	c INPROCESSING
2.74/2.89	c GARBAGE COLLECT
2.74/2.89	c bounds -26 >= -476 @ 2.43833
2.74/2.89	c bounds -26 >= -475 @ 2.44018
2.74/2.89	c bounds -26 >= -474 @ 2.4423
2.74/2.89	c bounds -26 >= -473 @ 2.44402
2.84/2.90	c bounds -26 >= -472 @ 2.44513
2.84/2.90	c bounds -26 >= -471 @ 2.44722
2.84/2.90	c bounds -26 >= -470 @ 2.45007
2.84/2.90	c bounds -26 >= -469 @ 2.45099
2.84/2.91	c bounds -26 >= -468 @ 2.45267
3.14/3.20	c bounds -26 >= -467 @ 2.74221
3.14/3.21	c bounds -26 >= -466 @ 2.74733
3.14/3.22	c bounds -26 >= -465 @ 2.75455
3.14/3.22	c bounds -26 >= -464 @ 2.7607
3.14/3.23	c bounds -26 >= -463 @ 2.77158
3.14/3.25	c #Conflicts:       3000 | #Constraints:      98307
3.14/3.25	c bounds -26 >= -462 @ 2.783
3.14/3.26	c bounds -26 >= -461 @ 2.7947
3.14/3.27	c bounds -26 >= -460 @ 2.80837
3.14/3.29	c bounds -26 >= -459 @ 2.81811
3.14/3.29	c bounds -26 >= -458 @ 2.8242
3.24/3.31	c bounds -26 >= -457 @ 2.84429
3.24/3.32	c #Conflicts:       4000 | #Constraints:      99503
3.24/3.32	c bounds -27 >= -457 @ 2.8491
3.24/3.32	c bounds -28 >= -457 @ 2.85086
3.24/3.32	c bounds -29 >= -457 @ 2.85187
3.24/3.32	c bounds -30 >= -457 @ 2.85309
3.24/3.32	c bounds -31 >= -457 @ 2.85408
3.24/3.33	c bounds -32 >= -457 @ 2.85624
3.24/3.33	c bounds -33 >= -457 @ 2.85927
3.24/3.33	c bounds -34 >= -457 @ 2.86073
3.24/3.33	c bounds -35 >= -457 @ 2.86235
3.24/3.34	c bounds -36 >= -457 @ 2.86514
3.24/3.34	c bounds -37 >= -457 @ 2.86611
3.24/3.34	c bounds -37 >= -456 @ 2.86798
3.24/3.34	c bounds -38 >= -456 @ 2.869
3.24/3.34	c bounds -39 >= -456 @ 2.87021
3.24/3.34	c bounds -39 >= -455 @ 2.87223
3.24/3.35	c bounds -40 >= -455 @ 2.87797
3.24/3.35	c bounds -40 >= -454 @ 2.88029
3.54/3.69	c bounds -40 >= -453 @ 3.20959
3.64/3.70	c bounds -41 >= -453 @ 3.21463
3.64/3.70	c bounds -41 >= -452 @ 3.21535
3.64/3.70	c bounds -41 >= -451 @ 3.21562
3.64/3.70	c bounds -41 >= -450 @ 3.2162
3.64/3.70	c bounds -41 >= -449 @ 3.218
3.64/3.70	c bounds -41 >= -448 @ 3.22009
4.54/4.63	c #Conflicts:       5000 | #Constraints:     100698
4.54/4.63	c #Conflicts:       6000 | #Constraints:     101698
4.54/4.63	c INPROCESSING
4.54/4.63	c GARBAGE COLLECT
4.54/4.63	c rational objective -448
4.94/5.09	c bounds -41 >= -447 @ 4.58204
4.94/5.09	c bounds -41 >= -446 @ 4.58456
4.94/5.09	c bounds -41 >= -445 @ 4.58949
5.43/5.55	c bounds -41 >= -444 @ 5.03139
5.43/5.55	c bounds -41 >= -443 @ 5.03739
5.43/5.56	c bounds -41 >= -442 @ 5.04369
5.43/5.57	c bounds -41 >= -441 @ 5.05215
5.43/5.58	c bounds -41 >= -440 @ 5.06072
5.43/5.59	c bounds -41 >= -439 @ 5.07127
5.53/5.61	c #Conflicts:       7000 | #Constraints:     100139
5.53/5.61	c bounds -41 >= -438 @ 5.08967
5.53/5.63	c bounds -41 >= -437 @ 5.10903
5.53/5.66	c bounds -41 >= -436 @ 5.1354
5.63/5.71	c #Conflicts:       8000 | #Constraints:     101223
5.63/5.71	c bounds -41 >= -435 @ 5.19102
6.03/6.12	c bounds -41 >= -434 @ 5.58549
6.43/6.52	c #Conflicts:       9000 | #Constraints:     102313
6.43/6.52	c INPROCESSING
6.43/6.52	c rational objective -434
7.32/7.40	c #Conflicts:      10000 | #Constraints:     100265
7.32/7.40	c bounds -41 >= -433 @ 6.85327
7.43/7.59	c #Conflicts:      11000 | #Constraints:     101328
7.43/7.59	c bounds -41 >= -432 @ 7.03533
7.93/8.03	c #Conflicts:      12000 | #Constraints:     102394
7.93/8.03	c INPROCESSING
7.93/8.03	c GARBAGE COLLECT
7.93/8.03	c rational objective -432
8.92/9.01	c #Conflicts:      13000 | #Constraints:     100115
8.92/9.01	c bounds -41 >= -431 @ 8.42739
9.61/9.75	c #Conflicts:      14000 | #Constraints:     101160
9.61/9.75	c #Conflicts:      15000 | #Constraints:     102160
9.61/9.75	c #Conflicts:      16000 | #Constraints:     103160
9.61/9.75	c INPROCESSING
9.61/9.75	c rational objective -431
10.12/10.21	c bounds -41 >= -430 @ 9.6027
10.71/10.83	c #Conflicts:      17000 | #Constraints:     100718
10.71/10.83	c #Conflicts:      18000 | #Constraints:     101718
10.71/10.83	c bounds -41 >= -429 @ 10.1978
11.31/11.40	c #Conflicts:      19000 | #Constraints:     102787
11.31/11.40	c #Conflicts:      20000 | #Constraints:     103787
11.31/11.40	c INPROCESSING
11.31/11.40	c GARBAGE COLLECT
11.31/11.40	c rational objective -429
11.92/12.01	c bounds -42 >= -429 @ 11.3542
11.92/12.01	c bounds -42 >= -428 @ 11.3562
11.92/12.02	c #Conflicts:      21000 | #Constraints:     101026
11.92/12.02	c bounds -42 >= -427 @ 11.3583
11.92/12.02	c bounds -42 >= -426 @ 11.3641
12.11/12.29	c bounds -42 >= -425 @ 11.6266
12.11/12.29	c bounds -42 >= -424 @ 11.6304
12.21/12.30	c bounds -42 >= -423 @ 11.6385
12.21/12.31	c bounds -42 >= -422 @ 11.647
12.21/12.34	c #Conflicts:      22000 | #Constraints:     102110
12.21/12.34	c bounds -42 >= -421 @ 11.6734
12.21/12.37	c bounds -42 >= -420 @ 11.7078
12.21/12.38	c bounds -42 >= -419 @ 11.7169
12.21/12.39	c bounds -42 >= -418 @ 11.7242
12.51/12.69	c bounds -42 >= -417 @ 12.0181
12.61/12.73	c #Conflicts:      23000 | #Constraints:     103215
12.61/12.73	c bounds -42 >= -416 @ 12.0563
12.71/12.80	c bounds -42 >= -415 @ 12.1204
13.11/13.23	c #Conflicts:      24000 | #Constraints:     104272
13.11/13.23	c INPROCESSING
13.11/13.23	c GARBAGE COLLECT
13.11/13.23	c rational objective -415
25.17/25.34	c #Conflicts:      25000 | #Constraints:     101156
25.17/25.34	c #Conflicts:      26000 | #Constraints:     102156
25.17/25.34	c #Conflicts:      27000 | #Constraints:     103166
25.17/25.34	c #Conflicts:      28000 | #Constraints:     104194
25.17/25.34	c #Conflicts:      29000 | #Constraints:     105221
25.17/25.34	c #Conflicts:      30000 | #Constraints:     106264
25.17/25.34	c #Conflicts:      31000 | #Constraints:     107296
25.17/25.34	c #Conflicts:      32000 | #Constraints:     108332
25.17/25.34	c #Conflicts:      33000 | #Constraints:     109369
25.17/25.34	c #Conflicts:      34000 | #Constraints:     110417
25.17/25.34	c #Conflicts:      35000 | #Constraints:     111455
25.17/25.34	c #Conflicts:      36000 | #Constraints:     112501
25.17/25.34	c INPROCESSING
25.17/25.34	c GARBAGE COLLECT
25.17/25.34	c rational objective -415
26.16/26.31	c bounds -42 >= -414 @ 25.4628
26.16/26.32	c bounds -42 >= -413 @ 25.4691
26.16/26.33	c bounds -42 >= -412 @ 25.4755
26.16/26.36	c bounds -42 >= -411 @ 25.509
26.16/26.38	c bounds -42 >= -410 @ 25.5301
26.27/26.43	c bounds -42 >= -409 @ 25.5765
26.27/26.47	c bounds -42 >= -408 @ 25.6116
26.27/26.49	c #Conflicts:      37000 | #Constraints:     105777
26.27/26.49	c bounds -42 >= -407 @ 25.634
26.36/26.51	c bounds -42 >= -406 @ 25.6569
26.36/26.53	c bounds -42 >= -405 @ 25.6738
26.36/26.53	c bounds -42 >= -404 @ 25.6785
26.36/26.55	c bounds -42 >= -403 @ 25.6899
26.36/26.56	c bounds -42 >= -402 @ 25.6989
26.36/26.57	c bounds -42 >= -401 @ 25.7155
26.36/26.59	c bounds -42 >= -400 @ 25.7313
26.66/26.89	c bounds -42 >= -399 @ 26.0282
26.76/26.90	c bounds -42 >= -398 @ 26.0385
26.76/26.91	c bounds -42 >= -397 @ 26.0527
26.76/26.95	c #Conflicts:      38000 | #Constraints:     106951
26.76/26.95	c bounds -42 >= -396 @ 26.0834
26.76/26.97	c bounds -42 >= -395 @ 26.103
26.87/27.01	c bounds -42 >= -394 @ 26.1421
26.87/27.07	c bounds -42 >= -393 @ 26.2028
26.97/27.16	c #Conflicts:      39000 | #Constraints:     108053
26.97/27.16	c bounds -42 >= -392 @ 26.2935
27.36/27.58	c bounds -42 >= -391 @ 26.7055
27.56/27.78	c #Conflicts:      40000 | #Constraints:     109131
27.56/27.78	c bounds -42 >= -390 @ 26.902
28.16/28.32	c #Conflicts:      41000 | #Constraints:     110158
28.16/28.32	c INPROCESSING
28.16/28.32	c GARBAGE COLLECT
28.16/28.32	c rational objective -390
28.66/28.83	c bounds -42 >= -389 @ 27.9424
29.16/29.38	c #Conflicts:      42000 | #Constraints:     103615
29.16/29.38	c #Conflicts:      43000 | #Constraints:     104615
29.16/29.38	c bounds -42 >= -388 @ 28.475
31.15/31.30	c #Conflicts:      44000 | #Constraints:     105675
31.15/31.30	c #Conflicts:      45000 | #Constraints:     106675
31.15/31.30	c bounds -42 >= -387 @ 30.3576
31.55/31.79	c #Conflicts:      46000 | #Constraints:     107720
31.55/31.79	c #Conflicts:      47000 | #Constraints:     108720
31.55/31.79	c INPROCESSING
31.55/31.79	c GARBAGE COLLECT
31.55/31.79	c rational objective -387
32.95/33.18	c #Conflicts:      48000 | #Constraints:     103827
32.95/33.18	c #Conflicts:      49000 | #Constraints:     104827
32.95/33.18	c #Conflicts:      50000 | #Constraints:     105827
32.95/33.18	c bounds -42 >= -386 @ 32.1935
33.94/34.17	c #Conflicts:      51000 | #Constraints:     106875
33.94/34.17	c #Conflicts:      52000 | #Constraints:     107875
33.94/34.17	c INPROCESSING
33.94/34.17	c GARBAGE COLLECT
33.94/34.17	c rational objective -386
34.94/35.10	c #Conflicts:      53000 | #Constraints:     103131
34.94/35.10	c bounds -42 >= -385 @ 34.0883
37.58/38.07	c #Conflicts:      54000 | #Constraints:     104173
37.58/38.07	c #Conflicts:      55000 | #Constraints:     105173
37.58/38.07	c #Conflicts:      56000 | #Constraints:     106173
37.58/38.07	c #Conflicts:      57000 | #Constraints:     107173
37.58/38.07	c #Conflicts:      58000 | #Constraints:     108173
37.58/38.07	c INPROCESSING
37.58/38.07	c GARBAGE COLLECT
37.58/38.07	c rational objective -385
38.18/38.62	c #Conflicts:      59000 | #Constraints:     103248
38.18/38.62	c bounds -42 >= -384 @ 37.3031
40.47/40.98	c #Conflicts:      60000 | #Constraints:     104284
40.47/40.98	c #Conflicts:      61000 | #Constraints:     105284
40.47/40.98	c #Conflicts:      62000 | #Constraints:     106284
40.47/40.98	c #Conflicts:      63000 | #Constraints:     107284
40.47/40.98	c bounds -42 >= -383 @ 39.6221
44.76/45.27	c #Conflicts:      64000 | #Constraints:     108338
44.76/45.27	c #Conflicts:      65000 | #Constraints:     109338
44.76/45.27	c #Conflicts:      66000 | #Constraints:     110338
44.76/45.27	c #Conflicts:      67000 | #Constraints:     111338
44.76/45.27	c #Conflicts:      68000 | #Constraints:     112338
44.76/45.27	c #Conflicts:      69000 | #Constraints:     113338
44.76/45.27	c bounds -42 >= -382 @ 43.8426
47.45/47.96	c #Conflicts:      70000 | #Constraints:     114377
47.45/47.96	c #Conflicts:      71000 | #Constraints:     115377
47.45/47.96	c #Conflicts:      72000 | #Constraints:     116377
47.45/47.96	c #Conflicts:      73000 | #Constraints:     117377
47.45/47.96	c bounds -42 >= -381 @ 46.4834
49.55/50.10	c #Conflicts:      74000 | #Constraints:     118401
49.55/50.10	c #Conflicts:      75000 | #Constraints:     119401
49.55/50.10	c #Conflicts:      76000 | #Constraints:     120401
49.55/50.10	c INPROCESSING
49.55/50.10	c GARBAGE COLLECT
49.55/50.10	c rational objective -381
51.73/52.23	c #Conflicts:      77000 | #Constraints:     109215
51.73/52.23	c #Conflicts:      78000 | #Constraints:     110215
51.73/52.23	c bounds -42 >= -380 @ 50.694
54.73/55.29	c #Conflicts:      79000 | #Constraints:     111251
54.73/55.29	c #Conflicts:      80000 | #Constraints:     112251
54.73/55.29	c #Conflicts:      81000 | #Constraints:     113251
54.73/55.29	c #Conflicts:      82000 | #Constraints:     114251
54.73/55.29	c #Conflicts:      83000 | #Constraints:     115251
54.73/55.29	c #Conflicts:      84000 | #Constraints:     116251
54.73/55.29	c INPROCESSING
54.73/55.29	c GARBAGE COLLECT
54.73/55.29	c rational objective -380
55.63/56.16	c bounds -42 >= -379 @ 54.5696
56.42/56.94	c #Conflicts:      85000 | #Constraints:     107781
56.42/56.94	c #Conflicts:      86000 | #Constraints:     108781
56.42/56.94	c bounds -42 >= -378 @ 55.3332
56.42/56.96	c bounds -42 >= -377 @ 55.3454
56.42/56.99	c #Conflicts:      87000 | #Constraints:     109817
56.42/56.99	c bounds -42 >= -376 @ 55.3812
56.82/57.31	c bounds -42 >= -375 @ 55.6891
56.93/57.45	c #Conflicts:      88000 | #Constraints:     110859
56.93/57.45	c #Conflicts:      89000 | #Constraints:     111859
56.93/57.45	c bounds -42 >= -374 @ 55.8296
57.42/57.90	c #Conflicts:      90000 | #Constraints:     112904
57.42/57.90	c bounds -42 >= -373 @ 56.2527
57.83/58.35	c #Conflicts:      91000 | #Constraints:     113931
57.83/58.35	c INPROCESSING
57.83/58.35	c GARBAGE COLLECT
57.83/58.35	c rational objective -373
58.32/58.86	c #Conflicts:      92000 | #Constraints:     106129
58.32/58.86	c bounds -42 >= -372 @ 57.1976
58.92/59.49	c #Conflicts:      93000 | #Constraints:     107153
58.92/59.49	c #Conflicts:      94000 | #Constraints:     108153
58.92/59.49	c bounds -42 >= -371 @ 57.8164
60.02/60.52	c #Conflicts:      95000 | #Constraints:     109177
60.02/60.52	c #Conflicts:      96000 | #Constraints:     110177
60.02/60.52	c #Conflicts:      97000 | #Constraints:     111177
60.02/60.52	c bounds -42 >= -370 @ 58.8218
60.71/61.26	c #Conflicts:      98000 | #Constraints:     112198
60.71/61.26	c #Conflicts:      99000 | #Constraints:     113198
60.71/61.26	c INPROCESSING
60.71/61.26	c GARBAGE COLLECT
60.71/61.26	c rational objective -370
61.52/62.08	c #Conflicts:     100000 | #Constraints:     106185
61.52/62.08	c bounds -42 >= -369 @ 60.3573
62.62/63.15	c #Conflicts:     101000 | #Constraints:     107224
62.62/63.15	c #Conflicts:     102000 | #Constraints:     108224
62.62/63.15	c #Conflicts:     103000 | #Constraints:     109224
62.62/63.15	c bounds -42 >= -368 @ 61.4043
63.81/64.30	c #Conflicts:     104000 | #Constraints:     110245
63.81/64.30	c #Conflicts:     105000 | #Constraints:     111245
63.81/64.30	c #Conflicts:     106000 | #Constraints:     112245
63.81/64.30	c bounds -42 >= -367 @ 62.5226
64.41/64.93	c #Conflicts:     107000 | #Constraints:     113305
64.41/64.93	c bounds -42 >= -366 @ 63.1376
65.41/65.94	c #Conflicts:     108000 | #Constraints:     114326
65.41/65.94	c #Conflicts:     109000 | #Constraints:     115326
65.41/65.94	c #Conflicts:     110000 | #Constraints:     116326
65.41/65.94	c bounds -42 >= -365 @ 64.1188
67.52/68.22	c #Conflicts:     111000 | #Constraints:     117347
67.52/68.22	c #Conflicts:     112000 | #Constraints:     118347
67.52/68.22	c #Conflicts:     113000 | #Constraints:     119347
67.52/68.22	c bounds -42 >= -364 @ 66.1798
70.22/70.99	c #Conflicts:     114000 | #Constraints:     120395
70.22/70.99	c #Conflicts:     115000 | #Constraints:     121395
70.22/70.99	c #Conflicts:     116000 | #Constraints:     122395
70.22/70.99	c #Conflicts:     117000 | #Constraints:     123395
70.22/70.99	c bounds -42 >= -363 @ 68.9135
71.01/71.72	c #Conflicts:     118000 | #Constraints:     124422
71.01/71.72	c bounds -42 >= -362 @ 69.6266
72.01/72.78	c #Conflicts:     119000 | #Constraints:     125440
72.01/72.78	c #Conflicts:     120000 | #Constraints:     126440
72.01/72.78	c #Conflicts:     121000 | #Constraints:     127440
72.01/72.78	c bounds -42 >= -361 @ 70.6594
72.71/73.40	c #Conflicts:     122000 | #Constraints:     128461
72.71/73.40	c INPROCESSING
72.71/73.40	c GARBAGE COLLECT
72.71/73.40	c rational objective -361
74.10/74.84	c #Conflicts:     123000 | #Constraints:     113503
74.10/74.84	c #Conflicts:     124000 | #Constraints:     114503
74.10/74.84	c #Conflicts:     125000 | #Constraints:     115503
74.10/74.84	c bounds -42 >= -360 @ 72.6887
76.70/77.45	c #Conflicts:     126000 | #Constraints:     116545
76.70/77.45	c #Conflicts:     127000 | #Constraints:     117545
76.70/77.45	c #Conflicts:     128000 | #Constraints:     118545
76.70/77.45	c #Conflicts:     129000 | #Constraints:     119545
76.70/77.45	c bounds -42 >= -359 @ 75.2699
77.99/78.76	c #Conflicts:     130000 | #Constraints:     120581
77.99/78.76	c #Conflicts:     131000 | #Constraints:     121581
77.99/78.76	c INPROCESSING
77.99/78.76	c GARBAGE COLLECT
77.99/78.76	c rational objective -359
80.39/81.16	c #Conflicts:     132000 | #Constraints:     110372
80.39/81.16	c #Conflicts:     133000 | #Constraints:     111372
80.39/81.16	c #Conflicts:     134000 | #Constraints:     112372
80.39/81.16	c #Conflicts:     135000 | #Constraints:     113372
80.39/81.16	c bounds -42 >= -358 @ 78.9111
81.98/82.77	c #Conflicts:     136000 | #Constraints:     114423
81.98/82.77	c #Conflicts:     137000 | #Constraints:     115423
81.98/82.77	c #Conflicts:     138000 | #Constraints:     116423
81.98/82.77	c bounds -42 >= -357 @ 80.495
82.98/83.72	c #Conflicts:     139000 | #Constraints:     117444
82.98/83.72	c #Conflicts:     140000 | #Constraints:     118444
82.98/83.72	c INPROCESSING
82.98/83.72	c GARBAGE COLLECT
82.98/83.72	c rational objective -357
83.88/84.68	c #Conflicts:     141000 | #Constraints:     108662
83.88/84.68	c bounds -42 >= -356 @ 82.3734
87.37/88.19	c #Conflicts:     142000 | #Constraints:     109713
87.37/88.19	c #Conflicts:     143000 | #Constraints:     110713
87.37/88.19	c #Conflicts:     144000 | #Constraints:     111713
87.37/88.19	c #Conflicts:     145000 | #Constraints:     112713
87.37/88.19	c bounds -42 >= -355 @ 85.8414
89.06/89.81	c #Conflicts:     146000 | #Constraints:     113761
89.06/89.81	c #Conflicts:     147000 | #Constraints:     114761
89.06/89.81	c #Conflicts:     148000 | #Constraints:     115761
89.06/89.81	c #Conflicts:     149000 | #Constraints:     116761
89.06/89.81	c #Conflicts:     150000 | #Constraints:     117761
89.06/89.81	c bounds -42 >= -354 @ 87.4186
90.56/91.39	c #Conflicts:     151000 | #Constraints:     118800
90.56/91.39	c #Conflicts:     152000 | #Constraints:     119800
90.56/91.39	c bounds -42 >= -353 @ 88.9717
92.75/93.59	c #Conflicts:     153000 | #Constraints:     120824
92.75/93.59	c #Conflicts:     154000 | #Constraints:     121824
92.75/93.59	c #Conflicts:     155000 | #Constraints:     122824
92.75/93.59	c #Conflicts:     156000 | #Constraints:     123824
92.75/93.59	c bounds -42 >= -352 @ 91.1241
104.48/105.59	c #Conflicts:     157000 | #Constraints:     124874
104.48/105.59	c #Conflicts:     158000 | #Constraints:     125920
104.48/105.59	c #Conflicts:     159000 | #Constraints:     126959
104.48/105.59	c #Conflicts:     160000 | #Constraints:     127993
104.48/105.59	c #Conflicts:     161000 | #Constraints:     129036
104.48/105.59	c #Conflicts:     162000 | #Constraints:     130078
104.48/105.59	c #Conflicts:     163000 | #Constraints:     131122
104.48/105.59	c #Conflicts:     164000 | #Constraints:     132160
104.48/105.59	c #Conflicts:     165000 | #Constraints:     133181
104.48/105.59	c #Conflicts:     166000 | #Constraints:     134199
104.48/105.59	c #Conflicts:     167000 | #Constraints:     135228
104.48/105.59	c #Conflicts:     168000 | #Constraints:     136275
104.48/105.59	c INPROCESSING
104.48/105.59	c GARBAGE COLLECT
104.48/105.59	c rational objective -352
107.17/108.28	c #Conflicts:     169000 | #Constraints:     117558
107.17/108.28	c #Conflicts:     170000 | #Constraints:     118558
107.17/108.28	c #Conflicts:     171000 | #Constraints:     119558
107.17/108.28	c bounds -42 >= -351 @ 105.405
110.16/111.29	c #Conflicts:     172000 | #Constraints:     120591
110.16/111.29	c #Conflicts:     173000 | #Constraints:     121591
110.16/111.29	c #Conflicts:     174000 | #Constraints:     122591
110.16/111.29	c #Conflicts:     175000 | #Constraints:     123591
110.16/111.29	c bounds -42 >= -350 @ 108.366
111.86/112.96	c #Conflicts:     176000 | #Constraints:     124621
111.86/112.96	c #Conflicts:     177000 | #Constraints:     125621
111.86/112.96	c #Conflicts:     178000 | #Constraints:     126621
111.86/112.96	c INPROCESSING
111.86/112.96	c GARBAGE COLLECT
111.86/112.96	c rational objective -350
112.96/114.01	c #Conflicts:     179000 | #Constraints:     112842
112.96/114.01	c bounds -42 >= -349 @ 111.033
115.54/116.66	c #Conflicts:     180000 | #Constraints:     113890
115.54/116.66	c #Conflicts:     181000 | #Constraints:     114890
115.54/116.66	c #Conflicts:     182000 | #Constraints:     115890
115.54/116.66	c #Conflicts:     183000 | #Constraints:     116890
115.54/116.66	c bounds -42 >= -348 @ 113.641
117.24/118.39	c #Conflicts:     184000 | #Constraints:     117935
117.24/118.39	c #Conflicts:     185000 | #Constraints:     118935
117.24/118.39	c #Conflicts:     186000 | #Constraints:     119935
117.24/118.39	c #Conflicts:     187000 | #Constraints:     120935
117.24/118.39	c bounds -42 >= -347 @ 115.341
118.34/119.45	c #Conflicts:     188000 | #Constraints:     121956
118.34/119.45	c #Conflicts:     189000 | #Constraints:     122956
118.34/119.45	c INPROCESSING
118.34/119.45	c GARBAGE COLLECT
118.34/119.45	c rational objective -347
120.03/121.15	c #Conflicts:     190000 | #Constraints:     111070
120.03/121.15	c #Conflicts:     191000 | #Constraints:     112070
120.03/121.15	c bounds -42 >= -346 @ 118.061
123.03/124.16	c #Conflicts:     192000 | #Constraints:     113124
123.03/124.16	c #Conflicts:     193000 | #Constraints:     114124
123.03/124.16	c #Conflicts:     194000 | #Constraints:     115124
123.03/124.16	c #Conflicts:     195000 | #Constraints:     116124
123.03/124.16	c #Conflicts:     196000 | #Constraints:     117124
123.03/124.16	c bounds -42 >= -345 @ 121.014
125.71/126.81	c #Conflicts:     197000 | #Constraints:     118175
125.71/126.81	c #Conflicts:     198000 | #Constraints:     119175
125.71/126.81	c #Conflicts:     199000 | #Constraints:     120175
125.71/126.81	c #Conflicts:     200000 | #Constraints:     121175
125.71/126.81	c bounds -42 >= -344 @ 123.6
129.05/130.37	c #Conflicts:     201000 | #Constraints:     122202
129.05/130.37	c #Conflicts:     202000 | #Constraints:     123202
129.05/130.37	c #Conflicts:     203000 | #Constraints:     124202
129.05/130.37	c #Conflicts:     204000 | #Constraints:     125202
129.05/130.37	c #Conflicts:     205000 | #Constraints:     126202
129.05/130.37	c bounds -42 >= -343 @ 126.96
133.34/134.63	c #Conflicts:     206000 | #Constraints:     127229
133.34/134.63	c #Conflicts:     207000 | #Constraints:     128229
133.34/134.63	c #Conflicts:     208000 | #Constraints:     129229
133.34/134.63	c #Conflicts:     209000 | #Constraints:     130229
133.34/134.63	c #Conflicts:     210000 | #Constraints:     131229
133.34/134.63	c #Conflicts:     211000 | #Constraints:     132229
133.34/134.63	c bounds -42 >= -342 @ 131.155
140.02/141.36	c #Conflicts:     212000 | #Constraints:     133259
140.02/141.36	c #Conflicts:     213000 | #Constraints:     134259
140.02/141.36	c #Conflicts:     214000 | #Constraints:     135259
140.02/141.36	c #Conflicts:     215000 | #Constraints:     136259
140.02/141.36	c #Conflicts:     216000 | #Constraints:     137259
140.02/141.36	c #Conflicts:     217000 | #Constraints:     138259
140.02/141.36	c #Conflicts:     218000 | #Constraints:     139259
140.02/141.36	c #Conflicts:     219000 | #Constraints:     140259
140.02/141.36	c bounds -42 >= -341 @ 137.798
141.21/142.50	c #Conflicts:     220000 | #Constraints:     141289
141.21/142.50	c INPROCESSING
141.21/142.50	c GARBAGE COLLECT
141.21/142.50	c rational objective -341
151.59/152.99	c #Conflicts:     221000 | #Constraints:     119753
151.59/152.99	c #Conflicts:     222000 | #Constraints:     120753
151.59/152.99	c #Conflicts:     223000 | #Constraints:     121753
151.59/152.99	c #Conflicts:     224000 | #Constraints:     122753
151.59/152.99	c #Conflicts:     225000 | #Constraints:     123753
151.59/152.99	c #Conflicts:     226000 | #Constraints:     124753
151.59/152.99	c #Conflicts:     227000 | #Constraints:     125753
151.59/152.99	c #Conflicts:     228000 | #Constraints:     126753
151.59/152.99	c #Conflicts:     229000 | #Constraints:     127753
151.59/152.99	c #Conflicts:     230000 | #Constraints:     128753
151.59/152.99	c #Conflicts:     231000 | #Constraints:     129753
151.59/152.99	c #Conflicts:     232000 | #Constraints:     130753
151.59/152.99	c INPROCESSING
151.59/152.99	c GARBAGE COLLECT
151.59/152.99	c rational objective -341
156.57/157.97	c #Conflicts:     233000 | #Constraints:     114934
156.57/157.97	c #Conflicts:     234000 | #Constraints:     115934
156.57/157.97	c #Conflicts:     235000 | #Constraints:     116934
156.57/157.97	c #Conflicts:     236000 | #Constraints:     117934
156.57/157.97	c #Conflicts:     237000 | #Constraints:     118934
156.57/157.97	c #Conflicts:     238000 | #Constraints:     119934
156.57/157.97	c #Conflicts:     239000 | #Constraints:     120934
156.57/157.97	c #Conflicts:     240000 | #Constraints:     121934
156.57/157.97	c bounds -42 >= -340 @ 154.166
160.34/161.83	c #Conflicts:     241000 | #Constraints:     123021
160.34/161.83	c #Conflicts:     242000 | #Constraints:     124022
160.34/161.83	c #Conflicts:     243000 | #Constraints:     125037
160.34/161.83	c #Conflicts:     244000 | #Constraints:     126063
160.34/161.83	c #Conflicts:     245000 | #Constraints:     127096
160.34/161.83	c INPROCESSING
160.34/161.83	c GARBAGE COLLECT
160.34/161.83	c rational objective -340
166.03/167.52	c #Conflicts:     246000 | #Constraints:     113434
166.03/167.52	c #Conflicts:     247000 | #Constraints:     114434
166.03/167.52	c #Conflicts:     248000 | #Constraints:     115434
166.03/167.52	c #Conflicts:     249000 | #Constraints:     116434
166.03/167.52	c #Conflicts:     250000 | #Constraints:     117434
166.03/167.52	c #Conflicts:     251000 | #Constraints:     118434
166.03/167.52	c bounds -42 >= -339 @ 163.458
168.72/170.26	c #Conflicts:     252000 | #Constraints:     119464
168.72/170.26	c #Conflicts:     253000 | #Constraints:     120464
168.72/170.26	c #Conflicts:     254000 | #Constraints:     121464
168.72/170.26	c #Conflicts:     255000 | #Constraints:     122464
168.72/170.26	c #Conflicts:     256000 | #Constraints:     123464
168.72/170.26	c bounds -42 >= -338 @ 166.152
172.51/174.03	c #Conflicts:     257000 | #Constraints:     124485
172.51/174.03	c #Conflicts:     258000 | #Constraints:     125485
172.51/174.03	c #Conflicts:     259000 | #Constraints:     126485
172.51/174.03	c #Conflicts:     260000 | #Constraints:     127485
172.51/174.03	c #Conflicts:     261000 | #Constraints:     128485
172.51/174.03	c bounds -42 >= -337 @ 169.872
176.49/178.02	c #Conflicts:     262000 | #Constraints:     129506
176.49/178.02	c #Conflicts:     263000 | #Constraints:     130506
176.49/178.02	c #Conflicts:     264000 | #Constraints:     131506
176.49/178.02	c #Conflicts:     265000 | #Constraints:     132506
176.49/178.02	c #Conflicts:     266000 | #Constraints:     133506
176.49/178.02	c bounds -42 >= -336 @ 173.797
193.11/194.71	c #Conflicts:     267000 | #Constraints:     134530
193.11/194.71	c #Conflicts:     268000 | #Constraints:     135530
193.11/194.71	c #Conflicts:     269000 | #Constraints:     136531
193.11/194.71	c #Conflicts:     270000 | #Constraints:     137558
193.11/194.71	c #Conflicts:     271000 | #Constraints:     138607
193.11/194.71	c #Conflicts:     272000 | #Constraints:     139650
193.11/194.71	c #Conflicts:     273000 | #Constraints:     140686
193.11/194.71	c #Conflicts:     274000 | #Constraints:     141725
193.11/194.71	c #Conflicts:     275000 | #Constraints:     142765
193.11/194.71	c #Conflicts:     276000 | #Constraints:     143800
193.11/194.71	c #Conflicts:     277000 | #Constraints:     144845
193.11/194.71	c #Conflicts:     278000 | #Constraints:     145889
193.11/194.71	c #Conflicts:     279000 | #Constraints:     146928
193.11/194.71	c #Conflicts:     280000 | #Constraints:     147964
193.11/194.71	c INPROCESSING
193.11/194.71	c GARBAGE COLLECT
193.11/194.71	c rational objective -336
195.10/196.79	c #Conflicts:     281000 | #Constraints:     122761
195.10/196.79	c #Conflicts:     282000 | #Constraints:     123761
195.10/196.79	c #Conflicts:     283000 | #Constraints:     124761
195.10/196.79	c bounds -42 >= -335 @ 192.327
197.50/199.16	c #Conflicts:     284000 | #Constraints:     125779
197.50/199.16	c #Conflicts:     285000 | #Constraints:     126779
197.50/199.16	c #Conflicts:     286000 | #Constraints:     127779
197.50/199.16	c bounds -42 >= -334 @ 194.656
200.49/202.13	c #Conflicts:     287000 | #Constraints:     128809
200.49/202.13	c #Conflicts:     288000 | #Constraints:     129809
200.49/202.13	c #Conflicts:     289000 | #Constraints:     130810
200.49/202.13	c #Conflicts:     290000 | #Constraints:     131812
200.49/202.13	c bounds -42 >= -333 @ 197.59
202.38/204.05	c #Conflicts:     291000 | #Constraints:     132833
202.38/204.05	c #Conflicts:     292000 | #Constraints:     133833
202.38/204.05	WSVECS04 Frhs2[83]: 6 0 1.00006 shouldn't be
203.28/204.96	c bounds -42 >= -332 @ 200.393
204.17/205.86	c #Conflicts:     293000 | #Constraints:     134851
204.17/205.86	c #Conflicts:     294000 | #Constraints:     135851
204.17/205.86	c INPROCESSING
204.17/205.86	c GARBAGE COLLECT
204.17/205.86	c rational objective -332
205.07/206.73	c #Conflicts:     295000 | #Constraints:     117727
205.07/206.73	c bounds -42 >= -331 @ 202.136
208.96/210.60	c #Conflicts:     296000 | #Constraints:     118766
208.96/210.60	c #Conflicts:     297000 | #Constraints:     119766
208.96/210.60	c #Conflicts:     298000 | #Constraints:     120766
208.96/210.60	c #Conflicts:     299000 | #Constraints:     121766
208.96/210.60	c #Conflicts:     300000 | #Constraints:     122766
208.96/210.60	c #Conflicts:     301000 | #Constraints:     123766
208.96/210.60	c bounds -42 >= -330 @ 205.944
213.05/214.77	c #Conflicts:     302000 | #Constraints:     124802
213.05/214.77	c #Conflicts:     303000 | #Constraints:     125802
213.05/214.77	c #Conflicts:     304000 | #Constraints:     126802
213.05/214.77	c #Conflicts:     305000 | #Constraints:     127802
213.05/214.77	c #Conflicts:     306000 | #Constraints:     128802
213.05/214.77	c #Conflicts:     307000 | #Constraints:     129802
213.05/214.77	c bounds -42 >= -329 @ 210.057
213.65/215.39	c #Conflicts:     308000 | #Constraints:     130850
213.65/215.39	c INPROCESSING
213.65/215.39	c GARBAGE COLLECT
213.65/215.39	c rational objective -329
218.67/220.42	c #Conflicts:     309000 | #Constraints:     115377
218.67/220.42	c #Conflicts:     310000 | #Constraints:     116377
218.67/220.42	c #Conflicts:     311000 | #Constraints:     117377
218.67/220.42	c #Conflicts:     312000 | #Constraints:     118377
218.67/220.42	c #Conflicts:     313000 | #Constraints:     119377
218.67/220.42	c #Conflicts:     314000 | #Constraints:     120377
218.67/220.42	c #Conflicts:     315000 | #Constraints:     121377
218.67/220.42	c #Conflicts:     316000 | #Constraints:     122377
218.67/220.42	c bounds -42 >= -328 @ 215.537
224.44/226.28	c #Conflicts:     317000 | #Constraints:     123440
224.44/226.28	c #Conflicts:     318000 | #Constraints:     124440
224.44/226.28	c #Conflicts:     319000 | #Constraints:     125440
224.44/226.28	c #Conflicts:     320000 | #Constraints:     126440
224.44/226.28	c #Conflicts:     321000 | #Constraints:     127440
224.44/226.28	c #Conflicts:     322000 | #Constraints:     128440
224.44/226.28	c #Conflicts:     323000 | #Constraints:     129440
224.44/226.28	c #Conflicts:     324000 | #Constraints:     130440
224.44/226.28	c bounds -42 >= -327 @ 221.302
231.12/232.93	c #Conflicts:     325000 | #Constraints:     131485
231.12/232.93	c #Conflicts:     326000 | #Constraints:     132485
231.12/232.93	c #Conflicts:     327000 | #Constraints:     133485
231.12/232.93	c #Conflicts:     328000 | #Constraints:     134485
231.12/232.93	c #Conflicts:     329000 | #Constraints:     135485
231.12/232.93	c #Conflicts:     330000 | #Constraints:     136485
231.12/232.93	c #Conflicts:     331000 | #Constraints:     137485
231.12/232.93	c #Conflicts:     332000 | #Constraints:     138485
231.12/232.93	c #Conflicts:     333000 | #Constraints:     139485
231.12/232.93	c bounds -42 >= -326 @ 227.865
241.09/242.96	c #Conflicts:     334000 | #Constraints:     140515
241.09/242.96	c #Conflicts:     335000 | #Constraints:     141515
241.09/242.96	c #Conflicts:     336000 | #Constraints:     142515
241.09/242.96	c #Conflicts:     337000 | #Constraints:     143515
241.09/242.96	c #Conflicts:     338000 | #Constraints:     144515
241.09/242.96	c #Conflicts:     339000 | #Constraints:     145515
241.09/242.96	c #Conflicts:     340000 | #Constraints:     146515
241.09/242.96	c #Conflicts:     341000 | #Constraints:     147515
241.09/242.96	c #Conflicts:     342000 | #Constraints:     148515
241.09/242.96	c #Conflicts:     343000 | #Constraints:     149515
241.09/242.96	c bounds -42 >= -325 @ 237.757
245.97/247.88	c #Conflicts:     344000 | #Constraints:     150557
245.97/247.88	c #Conflicts:     345000 | #Constraints:     151557
245.97/247.88	c #Conflicts:     346000 | #Constraints:     152557
245.97/247.88	c #Conflicts:     347000 | #Constraints:     153557
245.97/247.88	c #Conflicts:     348000 | #Constraints:     154557
245.97/247.88	c INPROCESSING
245.97/247.88	c GARBAGE COLLECT
245.97/247.88	c rational objective -325
252.86/255.02	c #Conflicts:     349000 | #Constraints:     127404
252.86/255.02	c #Conflicts:     350000 | #Constraints:     128404
252.86/255.02	c #Conflicts:     351000 | #Constraints:     129404
252.86/255.02	c #Conflicts:     352000 | #Constraints:     130404
252.86/255.02	c #Conflicts:     353000 | #Constraints:     131404
252.86/255.02	c #Conflicts:     354000 | #Constraints:     132404
252.86/255.02	c #Conflicts:     355000 | #Constraints:     133404
252.86/255.02	c #Conflicts:     356000 | #Constraints:     134404
252.86/255.02	c bounds -42 >= -324 @ 249.366
258.15/260.36	c #Conflicts:     357000 | #Constraints:     135434
258.15/260.36	c #Conflicts:     358000 | #Constraints:     136434
258.15/260.36	c #Conflicts:     359000 | #Constraints:     137434
258.15/260.36	c #Conflicts:     360000 | #Constraints:     138434
258.15/260.36	c #Conflicts:     361000 | #Constraints:     139434
258.15/260.36	c #Conflicts:     362000 | #Constraints:     140434
258.15/260.36	c #Conflicts:     363000 | #Constraints:     141434
258.15/260.36	c INPROCESSING
258.15/260.36	c GARBAGE COLLECT
258.15/260.36	c rational objective -324
265.63/267.82	c #Conflicts:     364000 | #Constraints:     120808
265.63/267.82	c #Conflicts:     365000 | #Constraints:     121808
265.63/267.82	c #Conflicts:     366000 | #Constraints:     122808
265.63/267.82	c #Conflicts:     367000 | #Constraints:     123808
265.63/267.82	c #Conflicts:     368000 | #Constraints:     124808
265.63/267.82	c #Conflicts:     369000 | #Constraints:     125808
265.63/267.82	c #Conflicts:     370000 | #Constraints:     126808
265.63/267.82	c #Conflicts:     371000 | #Constraints:     127808
265.63/267.82	c #Conflicts:     372000 | #Constraints:     128808
265.63/267.82	c #Conflicts:     373000 | #Constraints:     129808
265.63/267.82	c #Conflicts:     374000 | #Constraints:     130808
265.63/267.82	c bounds -42 >= -323 @ 261.988
268.72/270.99	c #Conflicts:     375000 | #Constraints:     131874
268.72/270.99	c #Conflicts:     376000 | #Constraints:     132874
268.72/270.99	c #Conflicts:     377000 | #Constraints:     133874
268.72/270.99	c #Conflicts:     378000 | #Constraints:     134874
268.72/270.99	c INPROCESSING
268.72/270.99	c GARBAGE COLLECT
268.72/270.99	c rational objective -323
332.16/334.60	c #Conflicts:     379000 | #Constraints:     117427
332.16/334.60	c #Conflicts:     380000 | #Constraints:     118433
332.16/334.60	c #Conflicts:     381000 | #Constraints:     119466
332.16/334.60	c #Conflicts:     382000 | #Constraints:     120490
332.16/334.60	c #Conflicts:     383000 | #Constraints:     121516
332.16/334.60	c #Conflicts:     384000 | #Constraints:     122539
332.16/334.60	c #Conflicts:     385000 | #Constraints:     123575
332.16/334.60	c #Conflicts:     386000 | #Constraints:     124620
332.16/334.60	c #Conflicts:     387000 | #Constraints:     125646
332.16/334.60	c #Conflicts:     388000 | #Constraints:     126682
332.16/334.60	c #Conflicts:     389000 | #Constraints:     127709
332.16/334.60	c #Conflicts:     390000 | #Constraints:     128749
332.16/334.60	c #Conflicts:     391000 | #Constraints:     129784
332.16/334.60	c #Conflicts:     392000 | #Constraints:     130817
332.16/334.60	c #Conflicts:     393000 | #Constraints:     131856
332.16/334.60	c #Conflicts:     394000 | #Constraints:     132893
332.16/334.60	c #Conflicts:     395000 | #Constraints:     133933
332.16/334.60	c #Conflicts:     396000 | #Constraints:     134980
332.16/334.60	c #Conflicts:     397000 | #Constraints:     136019
332.16/334.60	c #Conflicts:     398000 | #Constraints:     137045
332.16/334.60	c #Conflicts:     399000 | #Constraints:     138074
332.16/334.60	c #Conflicts:     400000 | #Constraints:     139110
332.16/334.60	c #Conflicts:     401000 | #Constraints:     140150
332.16/334.60	c #Conflicts:     402000 | #Constraints:     141176
332.16/334.60	c #Conflicts:     403000 | #Constraints:     142205
332.16/334.60	c #Conflicts:     404000 | #Constraints:     143252
332.16/334.60	c #Conflicts:     405000 | #Constraints:     144294
332.16/334.60	c #Conflicts:     406000 | #Constraints:     145337
332.16/334.60	c #Conflicts:     407000 | #Constraints:     146367
332.16/334.60	c #Conflicts:     408000 | #Constraints:     147398
332.16/334.60	c #Conflicts:     409000 | #Constraints:     148444
332.16/334.60	c #Conflicts:     410000 | #Constraints:     149473
332.16/334.60	c #Conflicts:     411000 | #Constraints:     150500
332.16/334.60	c #Conflicts:     412000 | #Constraints:     151525
332.16/334.60	c #Conflicts:     413000 | #Constraints:     152564
332.16/334.60	c #Conflicts:     414000 | #Constraints:     153609
332.16/334.60	c #Conflicts:     415000 | #Constraints:     154649
332.16/334.60	c #Conflicts:     416000 | #Constraints:     155690
332.16/334.60	c #Conflicts:     417000 | #Constraints:     156737
332.16/334.60	c #Conflicts:     418000 | #Constraints:     157778
332.16/334.60	c #Conflicts:     419000 | #Constraints:     158808
332.16/334.60	c #Conflicts:     420000 | #Constraints:     159834
332.16/334.60	c #Conflicts:     421000 | #Constraints:     160864
332.16/334.60	c #Conflicts:     422000 | #Constraints:     161886
332.16/334.60	c INPROCESSING
332.16/334.60	c GARBAGE COLLECT
332.16/334.60	c rational objective -323
346.99/349.53	c #Conflicts:     423000 | #Constraints:     130912
346.99/349.53	c #Conflicts:     424000 | #Constraints:     131912
346.99/349.53	c #Conflicts:     425000 | #Constraints:     132912
346.99/349.53	c #Conflicts:     426000 | #Constraints:     133912
346.99/349.53	c #Conflicts:     427000 | #Constraints:     134912
346.99/349.53	c #Conflicts:     428000 | #Constraints:     135912
346.99/349.53	c #Conflicts:     429000 | #Constraints:     136912
346.99/349.53	c #Conflicts:     430000 | #Constraints:     137912
346.99/349.53	c #Conflicts:     431000 | #Constraints:     138912
346.99/349.53	c #Conflicts:     432000 | #Constraints:     139912
346.99/349.53	c #Conflicts:     433000 | #Constraints:     140912
346.99/349.53	c #Conflicts:     434000 | #Constraints:     141912
346.99/349.53	c #Conflicts:     435000 | #Constraints:     142912
346.99/349.53	c #Conflicts:     436000 | #Constraints:     143912
346.99/349.53	c bounds -42 >= -322 @ 342.719
349.58/352.17	c #Conflicts:     437000 | #Constraints:     144969
349.58/352.17	c #Conflicts:     438000 | #Constraints:     145969
349.58/352.17	c INPROCESSING
349.58/352.17	c GARBAGE COLLECT
349.58/352.17	c rational objective -322
356.57/359.16	c #Conflicts:     439000 | #Constraints:     122746
356.57/359.16	c #Conflicts:     440000 | #Constraints:     123746
356.57/359.16	c #Conflicts:     441000 | #Constraints:     124746
356.57/359.16	c #Conflicts:     442000 | #Constraints:     125746
356.57/359.16	c #Conflicts:     443000 | #Constraints:     126746
356.57/359.16	c #Conflicts:     444000 | #Constraints:     127746
356.57/359.16	c #Conflicts:     445000 | #Constraints:     128746
356.57/359.16	c #Conflicts:     446000 | #Constraints:     129746
356.57/359.16	c #Conflicts:     447000 | #Constraints:     130746
356.57/359.16	c #Conflicts:     448000 | #Constraints:     131746
356.57/359.16	c bounds -42 >= -321 @ 352.212
362.94/365.57	c #Conflicts:     449000 | #Constraints:     132800
362.94/365.57	c #Conflicts:     450000 | #Constraints:     133800
362.94/365.57	c #Conflicts:     451000 | #Constraints:     134800
362.94/365.57	c #Conflicts:     452000 | #Constraints:     135800
362.94/365.57	c #Conflicts:     453000 | #Constraints:     136800
362.94/365.57	c #Conflicts:     454000 | #Constraints:     137800
362.94/365.57	c #Conflicts:     455000 | #Constraints:     138800
362.94/365.57	c INPROCESSING
362.94/365.57	c GARBAGE COLLECT
362.94/365.57	c rational objective -321
364.73/367.38	c #Conflicts:     456000 | #Constraints:     119319
364.73/367.38	c #Conflicts:     457000 | #Constraints:     120319
364.73/367.38	c #Conflicts:     458000 | #Constraints:     121319
364.73/367.38	c bounds -42 >= -320 @ 360.339
378.66/381.33	c #Conflicts:     459000 | #Constraints:     122367
378.66/381.33	c #Conflicts:     460000 | #Constraints:     123367
378.66/381.33	c #Conflicts:     461000 | #Constraints:     124367
378.66/381.33	c #Conflicts:     462000 | #Constraints:     125367
378.66/381.33	c #Conflicts:     463000 | #Constraints:     126367
378.66/381.33	c #Conflicts:     464000 | #Constraints:     127368
378.66/381.33	c #Conflicts:     465000 | #Constraints:     128368
378.66/381.33	c #Conflicts:     466000 | #Constraints:     129368
378.66/381.33	c #Conflicts:     467000 | #Constraints:     130368
378.66/381.33	c #Conflicts:     468000 | #Constraints:     131369
378.66/381.33	c #Conflicts:     469000 | #Constraints:     132369
378.66/381.33	c #Conflicts:     470000 | #Constraints:     133369
378.66/381.33	c #Conflicts:     471000 | #Constraints:     134370
378.66/381.33	c #Conflicts:     472000 | #Constraints:     135370
378.66/381.33	c bounds -42 >= -319 @ 374.091
379.86/382.60	c #Conflicts:     473000 | #Constraints:     136425
379.86/382.60	WSVECS04 Frhs2[894]: 6 0 1.00005 shouldn't be
379.86/382.60	WSVECS04 Frhs2[900]: 6 0 1.00002 shouldn't be
399.00/401.74	c #Conflicts:     474000 | #Constraints:     137425
399.00/401.74	c #Conflicts:     475000 | #Constraints:     138425
399.00/401.74	c #Conflicts:     476000 | #Constraints:     139425
399.00/401.74	c #Conflicts:     477000 | #Constraints:     140426
399.00/401.74	c #Conflicts:     478000 | #Constraints:     141426
399.00/401.74	c #Conflicts:     479000 | #Constraints:     142426
399.00/401.74	c #Conflicts:     480000 | #Constraints:     143426
399.00/401.74	c #Conflicts:     481000 | #Constraints:     144426
399.00/401.74	c #Conflicts:     482000 | #Constraints:     145428
399.00/401.74	c #Conflicts:     483000 | #Constraints:     146428
399.00/401.74	c #Conflicts:     484000 | #Constraints:     147429
399.00/401.74	c #Conflicts:     485000 | #Constraints:     148429
399.00/401.74	c #Conflicts:     486000 | #Constraints:     149430
399.00/401.74	c #Conflicts:     487000 | #Constraints:     150431
399.00/401.74	c #Conflicts:     488000 | #Constraints:     151431
399.00/401.74	c #Conflicts:     489000 | #Constraints:     152431
399.00/401.74	c #Conflicts:     490000 | #Constraints:     153433
399.00/401.74	c bounds -42 >= -318 @ 394.271
415.48/418.38	c #Conflicts:     491000 | #Constraints:     154454
415.48/418.38	c #Conflicts:     492000 | #Constraints:     155455
415.48/418.38	c #Conflicts:     493000 | #Constraints:     156455
415.48/418.38	c #Conflicts:     494000 | #Constraints:     157455
415.48/418.38	c #Conflicts:     495000 | #Constraints:     158456
415.48/418.38	c #Conflicts:     496000 | #Constraints:     159456
415.48/418.38	c #Conflicts:     497000 | #Constraints:     160456
415.48/418.38	c #Conflicts:     498000 | #Constraints:     161456
415.48/418.38	c #Conflicts:     499000 | #Constraints:     162457
415.48/418.38	c #Conflicts:     500000 | #Constraints:     163457
415.48/418.38	c #Conflicts:     501000 | #Constraints:     164458
415.48/418.38	c #Conflicts:     502000 | #Constraints:     165458
415.48/418.38	c #Conflicts:     503000 | #Constraints:     166458
415.48/418.38	c #Conflicts:     504000 | #Constraints:     167458
415.48/418.38	c INPROCESSING
415.48/418.38	c GARBAGE COLLECT
415.48/418.38	c rational objective -318
421.06/423.95	c #Conflicts:     505000 | #Constraints:     133945
421.06/423.95	c #Conflicts:     506000 | #Constraints:     134945
421.06/423.95	c #Conflicts:     507000 | #Constraints:     135945
421.06/423.95	c #Conflicts:     508000 | #Constraints:     136945
421.06/423.95	c #Conflicts:     509000 | #Constraints:     137945
421.06/423.95	c #Conflicts:     510000 | #Constraints:     138945
421.06/423.95	c #Conflicts:     511000 | #Constraints:     139945
421.06/423.95	c bounds -42 >= -317 @ 416.154
430.03/432.93	c #Conflicts:     512000 | #Constraints:     140984
430.03/432.93	c #Conflicts:     513000 | #Constraints:     141984
430.03/432.93	c #Conflicts:     514000 | #Constraints:     142984
430.03/432.93	c #Conflicts:     515000 | #Constraints:     143984
430.03/432.93	c #Conflicts:     516000 | #Constraints:     144984
430.03/432.93	c #Conflicts:     517000 | #Constraints:     145984
430.03/432.93	c #Conflicts:     518000 | #Constraints:     146984
430.03/432.93	c #Conflicts:     519000 | #Constraints:     147984
430.03/432.93	c #Conflicts:     520000 | #Constraints:     148984
430.03/432.93	c #Conflicts:     521000 | #Constraints:     149984
430.03/432.93	c #Conflicts:     522000 | #Constraints:     150984
430.03/432.93	c INPROCESSING
430.03/432.93	c GARBAGE COLLECT
430.03/432.93	c rational objective -317
441.70/444.60	c #Conflicts:     523000 | #Constraints:     125707
441.70/444.60	c #Conflicts:     524000 | #Constraints:     126707
441.70/444.60	c #Conflicts:     525000 | #Constraints:     127707
441.70/444.60	c #Conflicts:     526000 | #Constraints:     128707
441.70/444.60	c #Conflicts:     527000 | #Constraints:     129707
441.70/444.60	c #Conflicts:     528000 | #Constraints:     130707
441.70/444.60	c #Conflicts:     529000 | #Constraints:     131707
441.70/444.60	c #Conflicts:     530000 | #Constraints:     132707
441.70/444.60	c #Conflicts:     531000 | #Constraints:     133707
441.70/444.60	c #Conflicts:     532000 | #Constraints:     134707
441.70/444.60	c #Conflicts:     533000 | #Constraints:     135707
441.70/444.60	c #Conflicts:     534000 | #Constraints:     136707
441.70/444.60	c #Conflicts:     535000 | #Constraints:     137707
441.70/444.60	c #Conflicts:     536000 | #Constraints:     138707
441.70/444.60	c #Conflicts:     537000 | #Constraints:     139707
441.70/444.60	c bounds -42 >= -316 @ 436.495
443.59/446.55	c #Conflicts:     538000 | #Constraints:     140782
443.59/446.55	c #Conflicts:     539000 | #Constraints:     141782
443.59/446.55	c #Conflicts:     540000 | #Constraints:     142782
443.59/446.55	c INPROCESSING
443.59/446.55	c GARBAGE COLLECT
443.59/446.55	c rational objective -316
487.16/490.24	c #Conflicts:     541000 | #Constraints:     121488
487.16/490.24	c #Conflicts:     542000 | #Constraints:     122488
487.16/490.24	c #Conflicts:     543000 | #Constraints:     123488
487.16/490.24	c #Conflicts:     544000 | #Constraints:     124488
487.16/490.24	c #Conflicts:     545000 | #Constraints:     125488
487.16/490.24	c #Conflicts:     546000 | #Constraints:     126488
487.16/490.24	c #Conflicts:     547000 | #Constraints:     127488
487.16/490.24	c #Conflicts:     548000 | #Constraints:     128488
487.16/490.24	c #Conflicts:     549000 | #Constraints:     129488
487.16/490.24	c #Conflicts:     550000 | #Constraints:     130488
487.16/490.24	c #Conflicts:     551000 | #Constraints:     131488
487.16/490.24	c #Conflicts:     552000 | #Constraints:     132488
487.16/490.24	c #Conflicts:     553000 | #Constraints:     133488
487.16/490.24	c #Conflicts:     554000 | #Constraints:     134488
487.16/490.24	c #Conflicts:     555000 | #Constraints:     135488
487.16/490.24	c #Conflicts:     556000 | #Constraints:     136488
487.16/490.24	c #Conflicts:     557000 | #Constraints:     137488
487.16/490.24	c #Conflicts:     558000 | #Constraints:     138488
487.16/490.24	c #Conflicts:     559000 | #Constraints:     139488
487.16/490.24	c #Conflicts:     560000 | #Constraints:     140488
487.16/490.24	c #Conflicts:     561000 | #Constraints:     141488
487.16/490.24	c #Conflicts:     562000 | #Constraints:     142488
487.16/490.24	c #Conflicts:     563000 | #Constraints:     143488
487.16/490.24	c #Conflicts:     564000 | #Constraints:     144488
487.16/490.24	c #Conflicts:     565000 | #Constraints:     145488
487.16/490.24	c #Conflicts:     566000 | #Constraints:     146488
487.16/490.24	c #Conflicts:     567000 | #Constraints:     147488
487.16/490.24	c #Conflicts:     568000 | #Constraints:     148488
487.16/490.24	c #Conflicts:     569000 | #Constraints:     149488
487.16/490.24	c #Conflicts:     570000 | #Constraints:     150488
487.16/490.24	c #Conflicts:     571000 | #Constraints:     151488
487.16/490.24	c #Conflicts:     572000 | #Constraints:     152488
487.16/490.24	c #Conflicts:     573000 | #Constraints:     153488
487.16/490.24	c #Conflicts:     574000 | #Constraints:     154488
487.16/490.24	c #Conflicts:     575000 | #Constraints:     155488
487.16/490.24	c #Conflicts:     576000 | #Constraints:     156488
487.16/490.24	c #Conflicts:     577000 | #Constraints:     157488
487.16/490.24	c #Conflicts:     578000 | #Constraints:     158488
487.16/490.24	c #Conflicts:     579000 | #Constraints:     159488
487.16/490.24	c #Conflicts:     580000 | #Constraints:     160488
487.16/490.24	c #Conflicts:     581000 | #Constraints:     161488
487.16/490.24	c #Conflicts:     582000 | #Constraints:     162488
487.16/490.24	c #Conflicts:     583000 | #Constraints:     163488
487.16/490.24	c #Conflicts:     584000 | #Constraints:     164488
487.16/490.24	c #Conflicts:     585000 | #Constraints:     165488
487.16/490.24	c bounds -42 >= -315 @ 481.521
496.41/499.61	c #Conflicts:     586000 | #Constraints:     166572
496.41/499.61	c #Conflicts:     587000 | #Constraints:     167572
496.41/499.61	c #Conflicts:     588000 | #Constraints:     168572
496.41/499.61	c #Conflicts:     589000 | #Constraints:     169572
496.41/499.61	c #Conflicts:     590000 | #Constraints:     170572
496.41/499.61	c #Conflicts:     591000 | #Constraints:     171572
496.41/499.61	c #Conflicts:     592000 | #Constraints:     172572
496.41/499.61	c INPROCESSING
496.41/499.61	c GARBAGE COLLECT
496.41/499.61	c rational objective -315
521.76/525.06	c #Conflicts:     593000 | #Constraints:     135880
521.76/525.06	c #Conflicts:     594000 | #Constraints:     136880
521.76/525.06	c #Conflicts:     595000 | #Constraints:     137880
521.76/525.06	c #Conflicts:     596000 | #Constraints:     138880
521.76/525.06	c #Conflicts:     597000 | #Constraints:     139880
521.76/525.06	c #Conflicts:     598000 | #Constraints:     140881
521.76/525.06	c #Conflicts:     599000 | #Constraints:     141882
521.76/525.06	c #Conflicts:     600000 | #Constraints:     143153
521.76/525.06	c #Conflicts:     601000 | #Constraints:     144288
521.76/525.06	c #Conflicts:     602000 | #Constraints:     145288
521.76/525.06	c #Conflicts:     603000 | #Constraints:     146288
521.76/525.06	c #Conflicts:     604000 | #Constraints:     147288
521.76/525.06	c #Conflicts:     605000 | #Constraints:     148289
521.76/525.06	c #Conflicts:     606000 | #Constraints:     149290
521.76/525.06	c #Conflicts:     607000 | #Constraints:     150291
521.76/525.06	c #Conflicts:     608000 | #Constraints:     151291
521.76/525.06	c #Conflicts:     609000 | #Constraints:     152292
521.76/525.06	c #Conflicts:     610000 | #Constraints:     153292
521.76/525.06	c #Conflicts:     611000 | #Constraints:     154294
521.76/525.06	c #Conflicts:     612000 | #Constraints:     155295
521.76/525.06	c INPROCESSING
521.76/525.06	c GARBAGE COLLECT
521.76/525.06	c rational objective -315
523.64/526.92	c #Conflicts:     613000 | #Constraints:     127669
523.64/526.92	c #Conflicts:     614000 | #Constraints:     128669
523.64/526.92	c bounds -42 >= -314 @ 517.691
536.43/539.89	c #Conflicts:     615000 | #Constraints:     129717
536.43/539.89	c #Conflicts:     616000 | #Constraints:     130717
536.43/539.89	c #Conflicts:     617000 | #Constraints:     131717
536.43/539.89	c #Conflicts:     618000 | #Constraints:     132717
536.43/539.89	c #Conflicts:     619000 | #Constraints:     133717
536.43/539.89	c #Conflicts:     620000 | #Constraints:     134717
536.43/539.89	c #Conflicts:     621000 | #Constraints:     135717
536.43/539.89	c #Conflicts:     622000 | #Constraints:     136717
536.43/539.89	c #Conflicts:     623000 | #Constraints:     137717
536.43/539.89	c #Conflicts:     624000 | #Constraints:     138717
536.43/539.89	c #Conflicts:     625000 | #Constraints:     139717
536.43/539.89	c #Conflicts:     626000 | #Constraints:     140717
536.43/539.89	c #Conflicts:     627000 | #Constraints:     141717
536.43/539.89	c #Conflicts:     628000 | #Constraints:     142717
536.43/539.89	c #Conflicts:     629000 | #Constraints:     143717
536.43/539.89	c #Conflicts:     630000 | #Constraints:     144717
536.43/539.89	c #Conflicts:     631000 | #Constraints:     145717
536.43/539.89	c #Conflicts:     632000 | #Constraints:     146717
536.43/539.89	c INPROCESSING
536.43/539.89	c GARBAGE COLLECT
536.43/539.89	c rational objective -314
558.16/561.65	c #Conflicts:     633000 | #Constraints:     123703
558.16/561.65	c #Conflicts:     634000 | #Constraints:     124703
558.16/561.65	c #Conflicts:     635000 | #Constraints:     125703
558.16/561.65	c #Conflicts:     636000 | #Constraints:     126703
558.16/561.65	c #Conflicts:     637000 | #Constraints:     127703
558.16/561.65	c #Conflicts:     638000 | #Constraints:     128703
558.16/561.65	c #Conflicts:     639000 | #Constraints:     129703
558.16/561.65	c #Conflicts:     640000 | #Constraints:     130703
558.16/561.65	c #Conflicts:     641000 | #Constraints:     131703
558.16/561.65	c #Conflicts:     642000 | #Constraints:     132703
558.16/561.65	c #Conflicts:     643000 | #Constraints:     133703
558.16/561.65	c #Conflicts:     644000 | #Constraints:     134703
558.16/561.65	c #Conflicts:     645000 | #Constraints:     135703
558.16/561.65	c #Conflicts:     646000 | #Constraints:     136703
558.16/561.65	c #Conflicts:     647000 | #Constraints:     137703
558.16/561.65	c #Conflicts:     648000 | #Constraints:     138703
558.16/561.65	c #Conflicts:     649000 | #Constraints:     139703
558.16/561.65	c #Conflicts:     650000 | #Constraints:     140703
558.16/561.65	c #Conflicts:     651000 | #Constraints:     141703
558.16/561.65	c #Conflicts:     652000 | #Constraints:     142703
558.16/561.65	c #Conflicts:     653000 | #Constraints:     143703
558.16/561.65	c #Conflicts:     654000 | #Constraints:     144703
558.16/561.65	c #Conflicts:     655000 | #Constraints:     145703
558.16/561.65	c #Conflicts:     656000 | #Constraints:     146703
558.16/561.65	c #Conflicts:     657000 | #Constraints:     147703
558.16/561.65	c #Conflicts:     658000 | #Constraints:     148703
558.16/561.65	c bounds -42 >= -313 @ 551.839
590.16/593.75	c #Conflicts:     659000 | #Constraints:     149760
590.16/593.75	c #Conflicts:     660000 | #Constraints:     150760
590.16/593.75	c #Conflicts:     661000 | #Constraints:     151760
590.16/593.75	c #Conflicts:     662000 | #Constraints:     152760
590.16/593.75	c #Conflicts:     663000 | #Constraints:     153760
590.16/593.75	c #Conflicts:     664000 | #Constraints:     154760
590.16/593.75	c #Conflicts:     665000 | #Constraints:     155760
590.16/593.75	c #Conflicts:     666000 | #Constraints:     156760
590.16/593.75	c #Conflicts:     667000 | #Constraints:     157760
590.16/593.75	c #Conflicts:     668000 | #Constraints:     158760
590.16/593.75	c #Conflicts:     669000 | #Constraints:     159760
590.16/593.75	c #Conflicts:     670000 | #Constraints:     160760
590.16/593.75	c #Conflicts:     671000 | #Constraints:     161760
590.16/593.75	c #Conflicts:     672000 | #Constraints:     162760
590.16/593.75	c #Conflicts:     673000 | #Constraints:     163760
590.16/593.75	c #Conflicts:     674000 | #Constraints:     164760
590.16/593.75	c #Conflicts:     675000 | #Constraints:     165760
590.16/593.75	c #Conflicts:     676000 | #Constraints:     166760
590.16/593.75	c #Conflicts:     677000 | #Constraints:     167760
590.16/593.75	c #Conflicts:     678000 | #Constraints:     168760
590.16/593.75	c #Conflicts:     679000 | #Constraints:     169760
590.16/593.75	c #Conflicts:     680000 | #Constraints:     170760
590.16/593.75	c #Conflicts:     681000 | #Constraints:     171760
590.16/593.75	c #Conflicts:     682000 | #Constraints:     172760
590.16/593.75	c #Conflicts:     683000 | #Constraints:     173760
590.16/593.75	c #Conflicts:     684000 | #Constraints:     174760
590.16/593.75	c #Conflicts:     685000 | #Constraints:     175760
590.16/593.75	c #Conflicts:     686000 | #Constraints:     176760
590.16/593.75	c #Conflicts:     687000 | #Constraints:     177760
590.16/593.75	c #Conflicts:     688000 | #Constraints:     178760
590.16/593.75	c INPROCESSING
590.16/593.75	c GARBAGE COLLECT
590.16/593.75	c rational objective -313
599.23/602.85	c #Conflicts:     689000 | #Constraints:     139144
599.23/602.85	c #Conflicts:     690000 | #Constraints:     140144
599.23/602.85	c #Conflicts:     691000 | #Constraints:     141144
599.23/602.85	c #Conflicts:     692000 | #Constraints:     142144
599.23/602.85	c #Conflicts:     693000 | #Constraints:     143144
599.23/602.85	c #Conflicts:     694000 | #Constraints:     144144
599.23/602.85	c #Conflicts:     695000 | #Constraints:     145144
599.23/602.85	c #Conflicts:     696000 | #Constraints:     146144
599.23/602.85	c #Conflicts:     697000 | #Constraints:     147144
599.23/602.85	c #Conflicts:     698000 | #Constraints:     148144
599.23/602.85	c #Conflicts:     699000 | #Constraints:     149144
599.23/602.85	c #Conflicts:     700000 | #Constraints:     150144
599.23/602.85	c bounds -42 >= -312 @ 592.519
606.91/610.58	c #Conflicts:     701000 | #Constraints:     151180
606.91/610.58	c #Conflicts:     702000 | #Constraints:     152180
606.91/610.58	c #Conflicts:     703000 | #Constraints:     153180
606.91/610.58	c #Conflicts:     704000 | #Constraints:     154180
606.91/610.58	c #Conflicts:     705000 | #Constraints:     155180
606.91/610.58	c #Conflicts:     706000 | #Constraints:     156180
606.91/610.58	c #Conflicts:     707000 | #Constraints:     157180
606.91/610.58	c #Conflicts:     708000 | #Constraints:     158180
606.91/610.58	c #Conflicts:     709000 | #Constraints:     159180
606.91/610.58	c INPROCESSING
606.91/610.58	c GARBAGE COLLECT
606.91/610.58	c rational objective -312
624.15/627.86	c #Conflicts:     710000 | #Constraints:     129540
624.15/627.86	c #Conflicts:     711000 | #Constraints:     130540
624.15/627.86	c #Conflicts:     712000 | #Constraints:     131540
624.15/627.86	c #Conflicts:     713000 | #Constraints:     132540
624.15/627.86	c #Conflicts:     714000 | #Constraints:     133540
624.15/627.86	c #Conflicts:     715000 | #Constraints:     134540
624.15/627.86	c #Conflicts:     716000 | #Constraints:     135540
624.15/627.86	c #Conflicts:     717000 | #Constraints:     136540
624.15/627.86	c #Conflicts:     718000 | #Constraints:     137540
624.15/627.86	c #Conflicts:     719000 | #Constraints:     138540
624.15/627.86	c #Conflicts:     720000 | #Constraints:     139540
624.15/627.86	c #Conflicts:     721000 | #Constraints:     140540
624.15/627.86	c #Conflicts:     722000 | #Constraints:     141540
624.15/627.86	c #Conflicts:     723000 | #Constraints:     142540
624.15/627.86	c #Conflicts:     724000 | #Constraints:     143540
624.15/627.86	c #Conflicts:     725000 | #Constraints:     144540
624.15/627.86	c #Conflicts:     726000 | #Constraints:     145540
624.15/627.86	c #Conflicts:     727000 | #Constraints:     146540
624.15/627.86	c #Conflicts:     728000 | #Constraints:     147540
624.15/627.86	c #Conflicts:     729000 | #Constraints:     148540
624.15/627.86	c #Conflicts:     730000 | #Constraints:     149540
624.15/627.86	c #Conflicts:     731000 | #Constraints:     150540
624.15/627.86	c INPROCESSING
624.15/627.86	c GARBAGE COLLECT
624.15/627.86	c rational objective -312
629.93/633.67	c #Conflicts:     732000 | #Constraints:     126274
629.93/633.67	c #Conflicts:     733000 | #Constraints:     127274
629.93/633.67	c #Conflicts:     734000 | #Constraints:     128274
629.93/633.67	c #Conflicts:     735000 | #Constraints:     129274
629.93/633.67	c #Conflicts:     736000 | #Constraints:     130274
629.93/633.67	c #Conflicts:     737000 | #Constraints:     131274
629.93/633.67	c #Conflicts:     738000 | #Constraints:     132274
629.93/633.67	c #Conflicts:     739000 | #Constraints:     133274
629.93/633.67	c bounds -42 >= -311 @ 622.888
685.81/689.72	c #Conflicts:     740000 | #Constraints:     134346
685.81/689.72	c #Conflicts:     741000 | #Constraints:     135346
685.81/689.72	c #Conflicts:     742000 | #Constraints:     136346
685.81/689.72	c #Conflicts:     743000 | #Constraints:     137346
685.81/689.72	c #Conflicts:     744000 | #Constraints:     138346
685.81/689.72	c #Conflicts:     745000 | #Constraints:     139346
685.81/689.72	c #Conflicts:     746000 | #Constraints:     140346
685.81/689.72	c #Conflicts:     747000 | #Constraints:     141346
685.81/689.72	c #Conflicts:     748000 | #Constraints:     142346
685.81/689.72	c #Conflicts:     749000 | #Constraints:     143346
685.81/689.72	c #Conflicts:     750000 | #Constraints:     144346
685.81/689.72	c #Conflicts:     751000 | #Constraints:     145346
685.81/689.72	c #Conflicts:     752000 | #Constraints:     146346
685.81/689.72	c #Conflicts:     753000 | #Constraints:     147346
685.81/689.72	c #Conflicts:     754000 | #Constraints:     148346
685.81/689.72	c #Conflicts:     755000 | #Constraints:     149346
685.81/689.72	c #Conflicts:     756000 | #Constraints:     150346
685.81/689.72	c #Conflicts:     757000 | #Constraints:     151346
685.81/689.72	c #Conflicts:     758000 | #Constraints:     152346
685.81/689.72	c #Conflicts:     759000 | #Constraints:     153346
685.81/689.72	c #Conflicts:     760000 | #Constraints:     154346
685.81/689.72	c #Conflicts:     761000 | #Constraints:     155346
685.81/689.72	c #Conflicts:     762000 | #Constraints:     156346
685.81/689.72	c #Conflicts:     763000 | #Constraints:     157346
685.81/689.72	c #Conflicts:     764000 | #Constraints:     158346
685.81/689.72	c #Conflicts:     765000 | #Constraints:     159346
685.81/689.72	c #Conflicts:     766000 | #Constraints:     160346
685.81/689.72	c #Conflicts:     767000 | #Constraints:     161346
685.81/689.72	c #Conflicts:     768000 | #Constraints:     162346
685.81/689.72	c #Conflicts:     769000 | #Constraints:     163346
685.81/689.72	c #Conflicts:     770000 | #Constraints:     164346
685.81/689.72	c #Conflicts:     771000 | #Constraints:     165346
685.81/689.72	c #Conflicts:     772000 | #Constraints:     166346
685.81/689.72	c #Conflicts:     773000 | #Constraints:     167346
685.81/689.72	c #Conflicts:     774000 | #Constraints:     168346
685.81/689.72	c #Conflicts:     775000 | #Constraints:     169346
685.81/689.72	c #Conflicts:     776000 | #Constraints:     170346
685.81/689.72	c #Conflicts:     777000 | #Constraints:     171346
685.81/689.72	c #Conflicts:     778000 | #Constraints:     172346
685.81/689.72	c #Conflicts:     779000 | #Constraints:     173346
685.81/689.72	c #Conflicts:     780000 | #Constraints:     174346
685.81/689.72	c #Conflicts:     781000 | #Constraints:     175346
685.81/689.72	c #Conflicts:     782000 | #Constraints:     176346
685.81/689.72	c #Conflicts:     783000 | #Constraints:     177346
685.81/689.72	c #Conflicts:     784000 | #Constraints:     178346
685.81/689.72	c #Conflicts:     785000 | #Constraints:     179346
685.81/689.72	c #Conflicts:     786000 | #Constraints:     180346
685.81/689.72	c #Conflicts:     787000 | #Constraints:     181346
685.81/689.72	c #Conflicts:     788000 | #Constraints:     182346
685.81/689.72	c bounds -42 >= -310 @ 678.256
688.99/692.92	c #Conflicts:     789000 | #Constraints:     183367
688.99/692.92	c #Conflicts:     790000 | #Constraints:     184368
688.99/692.92	c #Conflicts:     791000 | #Constraints:     185381
688.99/692.92	c #Conflicts:     792000 | #Constraints:     186424
688.99/692.92	c INPROCESSING
688.99/692.92	c GARBAGE COLLECT
688.99/692.92	c rational objective -310
722.70/726.76	c #Conflicts:     793000 | #Constraints:     143549
722.70/726.76	c #Conflicts:     794000 | #Constraints:     144589
722.70/726.76	c #Conflicts:     795000 | #Constraints:     145637
722.70/726.76	c #Conflicts:     796000 | #Constraints:     146686
722.70/726.76	c #Conflicts:     797000 | #Constraints:     147724
722.70/726.76	c #Conflicts:     798000 | #Constraints:     148765
722.70/726.76	c #Conflicts:     799000 | #Constraints:     149808
722.70/726.76	c #Conflicts:     800000 | #Constraints:     150844
722.70/726.76	c #Conflicts:     801000 | #Constraints:     151872
722.70/726.76	c #Conflicts:     802000 | #Constraints:     152903
722.70/726.76	c #Conflicts:     803000 | #Constraints:     153941
722.70/726.76	c #Conflicts:     804000 | #Constraints:     154981
722.70/726.76	c #Conflicts:     805000 | #Constraints:     156017
722.70/726.76	c #Conflicts:     806000 | #Constraints:     157067
722.70/726.76	c #Conflicts:     807000 | #Constraints:     158095
722.70/726.76	c #Conflicts:     808000 | #Constraints:     159128
722.70/726.76	c #Conflicts:     809000 | #Constraints:     160160
722.70/726.76	c #Conflicts:     810000 | #Constraints:     161188
722.70/726.76	c #Conflicts:     811000 | #Constraints:     162229
722.70/726.76	c #Conflicts:     812000 | #Constraints:     163259
722.70/726.76	c #Conflicts:     813000 | #Constraints:     164286
722.70/726.76	c #Conflicts:     814000 | #Constraints:     165313
722.70/726.76	c INPROCESSING
722.70/726.76	c GARBAGE COLLECT
722.70/726.76	c rational objective -310
742.34/746.42	c #Conflicts:     815000 | #Constraints:     132709
742.34/746.42	c #Conflicts:     816000 | #Constraints:     133709
742.34/746.42	c #Conflicts:     817000 | #Constraints:     134709
742.34/746.42	c #Conflicts:     818000 | #Constraints:     135709
742.34/746.42	c #Conflicts:     819000 | #Constraints:     136709
742.34/746.42	c #Conflicts:     820000 | #Constraints:     137709
742.34/746.42	c #Conflicts:     821000 | #Constraints:     138709
742.34/746.42	c #Conflicts:     822000 | #Constraints:     139709
742.34/746.42	c #Conflicts:     823000 | #Constraints:     140709
742.34/746.42	c #Conflicts:     824000 | #Constraints:     141709
742.34/746.42	c #Conflicts:     825000 | #Constraints:     142709
742.34/746.42	c #Conflicts:     826000 | #Constraints:     143709
742.34/746.42	c #Conflicts:     827000 | #Constraints:     144709
742.34/746.42	c #Conflicts:     828000 | #Constraints:     145709
742.34/746.42	c #Conflicts:     829000 | #Constraints:     146709
742.34/746.42	c #Conflicts:     830000 | #Constraints:     147709
742.34/746.42	c #Conflicts:     831000 | #Constraints:     148709
742.34/746.42	c #Conflicts:     832000 | #Constraints:     149709
742.34/746.42	c #Conflicts:     833000 | #Constraints:     150709
742.34/746.42	c #Conflicts:     834000 | #Constraints:     151709
742.34/746.42	c #Conflicts:     835000 | #Constraints:     152709
742.34/746.42	c #Conflicts:     836000 | #Constraints:     153709
742.34/746.42	c #Conflicts:     837000 | #Constraints:     154709
742.34/746.42	c INPROCESSING
742.34/746.42	c GARBAGE COLLECT
742.34/746.42	c rational objective -310
766.08/770.24	c #Conflicts:     838000 | #Constraints:     128636
766.08/770.24	c #Conflicts:     839000 | #Constraints:     129636
766.08/770.24	c #Conflicts:     840000 | #Constraints:     130636
766.08/770.24	c #Conflicts:     841000 | #Constraints:     131636
766.08/770.24	c #Conflicts:     842000 | #Constraints:     132636
766.08/770.24	c #Conflicts:     843000 | #Constraints:     133636
766.08/770.24	c #Conflicts:     844000 | #Constraints:     134636
766.08/770.24	c #Conflicts:     845000 | #Constraints:     135636
766.08/770.24	c #Conflicts:     846000 | #Constraints:     136636
766.08/770.24	c #Conflicts:     847000 | #Constraints:     137636
766.08/770.24	c #Conflicts:     848000 | #Constraints:     138636
766.08/770.24	c #Conflicts:     849000 | #Constraints:     139636
766.08/770.24	c #Conflicts:     850000 | #Constraints:     140636
766.08/770.24	c #Conflicts:     851000 | #Constraints:     141636
766.08/770.24	c #Conflicts:     852000 | #Constraints:     142636
766.08/770.24	c #Conflicts:     853000 | #Constraints:     143636
766.08/770.24	c #Conflicts:     854000 | #Constraints:     144636
766.08/770.24	c #Conflicts:     855000 | #Constraints:     145636
766.08/770.24	c #Conflicts:     856000 | #Constraints:     146636
766.08/770.24	c #Conflicts:     857000 | #Constraints:     147636
766.08/770.24	c #Conflicts:     858000 | #Constraints:     148636
766.08/770.24	c #Conflicts:     859000 | #Constraints:     149636
766.08/770.24	c #Conflicts:     860000 | #Constraints:     150636
766.08/770.24	c #Conflicts:     861000 | #Constraints:     151636
766.08/770.24	c #Conflicts:     862000 | #Constraints:     152636
766.08/770.24	c #Conflicts:     863000 | #Constraints:     153636
766.08/770.24	c bounds -42 >= -309 @ 757.88
811.60/816.04	c #Conflicts:     864000 | #Constraints:     154699
811.60/816.04	c #Conflicts:     865000 | #Constraints:     155699
811.60/816.04	c #Conflicts:     866000 | #Constraints:     156699
811.60/816.04	c #Conflicts:     867000 | #Constraints:     157699
811.60/816.04	c #Conflicts:     868000 | #Constraints:     158699
811.60/816.04	c #Conflicts:     869000 | #Constraints:     159699
811.60/816.04	c #Conflicts:     870000 | #Constraints:     160699
811.60/816.04	c #Conflicts:     871000 | #Constraints:     161699
811.60/816.04	c #Conflicts:     872000 | #Constraints:     162699
811.60/816.04	c #Conflicts:     873000 | #Constraints:     163699
811.60/816.04	c #Conflicts:     874000 | #Constraints:     164699
811.60/816.04	c #Conflicts:     875000 | #Constraints:     165699
811.60/816.04	c #Conflicts:     876000 | #Constraints:     166699
811.60/816.04	c #Conflicts:     877000 | #Constraints:     167699
811.60/816.04	c #Conflicts:     878000 | #Constraints:     168699
811.60/816.04	c #Conflicts:     879000 | #Constraints:     169699
811.60/816.04	c #Conflicts:     880000 | #Constraints:     170699
811.60/816.04	c #Conflicts:     881000 | #Constraints:     171699
811.60/816.04	c #Conflicts:     882000 | #Constraints:     172699
811.60/816.04	c #Conflicts:     883000 | #Constraints:     173699
811.60/816.04	c #Conflicts:     884000 | #Constraints:     174699
811.60/816.04	c #Conflicts:     885000 | #Constraints:     175699
811.60/816.04	c #Conflicts:     886000 | #Constraints:     176699
811.60/816.04	c #Conflicts:     887000 | #Constraints:     177699
811.60/816.04	c #Conflicts:     888000 | #Constraints:     178699
811.60/816.04	c #Conflicts:     889000 | #Constraints:     179699
811.60/816.04	c #Conflicts:     890000 | #Constraints:     180699
811.60/816.04	c #Conflicts:     891000 | #Constraints:     181699
811.60/816.04	c #Conflicts:     892000 | #Constraints:     182699
811.60/816.04	c #Conflicts:     893000 | #Constraints:     183699
811.60/816.04	c #Conflicts:     894000 | #Constraints:     184699
811.60/816.04	c #Conflicts:     895000 | #Constraints:     185699
811.60/816.04	c #Conflicts:     896000 | #Constraints:     186699
811.60/816.04	c #Conflicts:     897000 | #Constraints:     187699
811.60/816.04	c #Conflicts:     898000 | #Constraints:     188699
811.60/816.04	c #Conflicts:     899000 | #Constraints:     189699
811.60/816.04	c #Conflicts:     900000 | #Constraints:     190699
811.60/816.04	c #Conflicts:     901000 | #Constraints:     191699
811.60/816.04	c #Conflicts:     902000 | #Constraints:     192699
811.60/816.04	c INPROCESSING
811.60/816.04	c GARBAGE COLLECT
811.60/816.04	c rational objective -309
821.48/825.94	c #Conflicts:     903000 | #Constraints:     146175
821.48/825.94	c #Conflicts:     904000 | #Constraints:     147175
821.48/825.94	c #Conflicts:     905000 | #Constraints:     148175
821.48/825.94	c #Conflicts:     906000 | #Constraints:     149175
821.48/825.94	c #Conflicts:     907000 | #Constraints:     150175
821.48/825.94	c #Conflicts:     908000 | #Constraints:     151175
821.48/825.94	c #Conflicts:     909000 | #Constraints:     152175
821.48/825.94	c #Conflicts:     910000 | #Constraints:     153175
821.48/825.94	c #Conflicts:     911000 | #Constraints:     154175
821.48/825.94	c #Conflicts:     912000 | #Constraints:     155175
821.48/825.94	c bounds -42 >= -308 @ 812.823
835.23/839.71	c #Conflicts:     913000 | #Constraints:     156217
835.23/839.71	c #Conflicts:     914000 | #Constraints:     157217
835.23/839.71	c #Conflicts:     915000 | #Constraints:     158217
835.23/839.71	c #Conflicts:     916000 | #Constraints:     159217
835.23/839.71	c #Conflicts:     917000 | #Constraints:     160217
835.23/839.71	c #Conflicts:     918000 | #Constraints:     161217
835.23/839.71	c #Conflicts:     919000 | #Constraints:     162217
835.23/839.71	c #Conflicts:     920000 | #Constraints:     163217
835.23/839.71	c #Conflicts:     921000 | #Constraints:     164217
835.23/839.71	c #Conflicts:     922000 | #Constraints:     165217
835.23/839.71	c #Conflicts:     923000 | #Constraints:     166217
835.23/839.71	c #Conflicts:     924000 | #Constraints:     167217
835.23/839.71	c #Conflicts:     925000 | #Constraints:     168217
835.23/839.71	c #Conflicts:     926000 | #Constraints:     169217
835.23/839.71	c INPROCESSING
835.23/839.71	c GARBAGE COLLECT
835.23/839.71	c rational objective -308
857.37/861.90	c #Conflicts:     927000 | #Constraints:     134582
857.37/861.90	c #Conflicts:     928000 | #Constraints:     135582
857.37/861.90	c #Conflicts:     929000 | #Constraints:     136582
857.37/861.90	c #Conflicts:     930000 | #Constraints:     137582
857.37/861.90	c #Conflicts:     931000 | #Constraints:     138582
857.37/861.90	c #Conflicts:     932000 | #Constraints:     139582
857.37/861.90	c #Conflicts:     933000 | #Constraints:     140582
857.37/861.90	c #Conflicts:     934000 | #Constraints:     141582
857.37/861.90	c #Conflicts:     935000 | #Constraints:     142582
857.37/861.90	c #Conflicts:     936000 | #Constraints:     143582
857.37/861.90	c #Conflicts:     937000 | #Constraints:     144582
857.37/861.90	c #Conflicts:     938000 | #Constraints:     145582
857.37/861.90	c #Conflicts:     939000 | #Constraints:     146582
857.37/861.90	c #Conflicts:     940000 | #Constraints:     147582
857.37/861.90	c #Conflicts:     941000 | #Constraints:     148582
857.37/861.90	c #Conflicts:     942000 | #Constraints:     149582
857.37/861.90	c #Conflicts:     943000 | #Constraints:     150582
857.37/861.90	c #Conflicts:     944000 | #Constraints:     151582
857.37/861.90	c #Conflicts:     945000 | #Constraints:     152582
857.37/861.90	c #Conflicts:     946000 | #Constraints:     153582
857.37/861.90	c #Conflicts:     947000 | #Constraints:     154582
857.37/861.90	c #Conflicts:     948000 | #Constraints:     155582
857.37/861.90	c #Conflicts:     949000 | #Constraints:     156582
857.37/861.90	c #Conflicts:     950000 | #Constraints:     157582
857.37/861.90	c INPROCESSING
857.37/861.90	c GARBAGE COLLECT
857.37/861.90	c rational objective -308
869.47/874.16	c #Conflicts:     951000 | #Constraints:     130371
869.47/874.16	c #Conflicts:     952000 | #Constraints:     131371
869.47/874.16	c #Conflicts:     953000 | #Constraints:     132371
869.47/874.16	c #Conflicts:     954000 | #Constraints:     133371
869.47/874.16	c #Conflicts:     955000 | #Constraints:     134371
869.47/874.16	c #Conflicts:     956000 | #Constraints:     135371
869.47/874.16	c #Conflicts:     957000 | #Constraints:     136371
869.47/874.16	c #Conflicts:     958000 | #Constraints:     137371
869.47/874.16	c #Conflicts:     959000 | #Constraints:     138371
869.47/874.16	c #Conflicts:     960000 | #Constraints:     139371
869.47/874.16	c #Conflicts:     961000 | #Constraints:     140371
869.47/874.16	c #Conflicts:     962000 | #Constraints:     141371
869.47/874.16	c #Conflicts:     963000 | #Constraints:     142371
869.47/874.16	c #Conflicts:     964000 | #Constraints:     143371
869.47/874.16	c #Conflicts:     965000 | #Constraints:     144371
869.47/874.16	c #Conflicts:     966000 | #Constraints:     145371
869.47/874.16	c bounds -42 >= -307 @ 860.379
930.03/934.96	c #Conflicts:     967000 | #Constraints:     146449
930.03/934.96	c #Conflicts:     968000 | #Constraints:     147449
930.03/934.96	c #Conflicts:     969000 | #Constraints:     148449
930.03/934.96	c #Conflicts:     970000 | #Constraints:     149449
930.03/934.96	c #Conflicts:     971000 | #Constraints:     150449
930.03/934.96	c #Conflicts:     972000 | #Constraints:     151449
930.03/934.96	c #Conflicts:     973000 | #Constraints:     152449
930.03/934.96	c #Conflicts:     974000 | #Constraints:     153449
930.03/934.96	c #Conflicts:     975000 | #Constraints:     154449
930.03/934.96	c #Conflicts:     976000 | #Constraints:     155449
930.03/934.96	c #Conflicts:     977000 | #Constraints:     156449
930.03/934.96	c #Conflicts:     978000 | #Constraints:     157449
930.03/934.96	c #Conflicts:     979000 | #Constraints:     158449
930.03/934.96	c #Conflicts:     980000 | #Constraints:     159449
930.03/934.96	c #Conflicts:     981000 | #Constraints:     160449
930.03/934.96	c #Conflicts:     982000 | #Constraints:     161449
930.03/934.96	c #Conflicts:     983000 | #Constraints:     162449
930.03/934.96	c #Conflicts:     984000 | #Constraints:     163449
930.03/934.96	c #Conflicts:     985000 | #Constraints:     164449
930.03/934.96	c #Conflicts:     986000 | #Constraints:     165449
930.03/934.96	c #Conflicts:     987000 | #Constraints:     166449
930.03/934.96	c #Conflicts:     988000 | #Constraints:     167449
930.03/934.96	c #Conflicts:     989000 | #Constraints:     168449
930.03/934.96	c #Conflicts:     990000 | #Constraints:     169449
930.03/934.96	c #Conflicts:     991000 | #Constraints:     170449
930.03/934.96	c #Conflicts:     992000 | #Constraints:     171449
930.03/934.96	c #Conflicts:     993000 | #Constraints:     172449
930.03/934.96	c #Conflicts:     994000 | #Constraints:     173449
930.03/934.96	c #Conflicts:     995000 | #Constraints:     174449
930.03/934.96	c #Conflicts:     996000 | #Constraints:     175449
930.03/934.96	c #Conflicts:     997000 | #Constraints:     176449
930.03/934.96	c #Conflicts:     998000 | #Constraints:     177449
930.03/934.96	c #Conflicts:     999000 | #Constraints:     178449
930.03/934.96	c #Conflicts:    1000000 | #Constraints:     179449
930.03/934.96	c #Conflicts:    1001000 | #Constraints:     180449
930.03/934.96	c #Conflicts:    1002000 | #Constraints:     181449
930.03/934.96	c #Conflicts:    1003000 | #Constraints:     182449
930.03/934.96	c #Conflicts:    1004000 | #Constraints:     183449
930.03/934.96	c #Conflicts:    1005000 | #Constraints:     184449
930.03/934.96	c #Conflicts:    1006000 | #Constraints:     185449
930.03/934.96	c #Conflicts:    1007000 | #Constraints:     186449
930.03/934.96	c #Conflicts:    1008000 | #Constraints:     187449
930.03/934.96	c #Conflicts:    1009000 | #Constraints:     188449
930.03/934.96	c #Conflicts:    1010000 | #Constraints:     189449
930.03/934.96	c #Conflicts:    1011000 | #Constraints:     190449
930.03/934.96	c #Conflicts:    1012000 | #Constraints:     191449
930.03/934.96	c #Conflicts:    1013000 | #Constraints:     192449
930.03/934.96	c #Conflicts:    1014000 | #Constraints:     193449
930.03/934.96	c #Conflicts:    1015000 | #Constraints:     194449
930.03/934.96	c #Conflicts:    1016000 | #Constraints:     195449
930.03/934.96	c #Conflicts:    1017000 | #Constraints:     196449
930.03/934.96	c #Conflicts:    1018000 | #Constraints:     197449
930.03/934.96	c #Conflicts:    1019000 | #Constraints:     198449
930.03/934.96	c #Conflicts:    1020000 | #Constraints:     199449
930.03/934.96	c INPROCESSING
930.03/934.96	c GARBAGE COLLECT
930.03/934.96	c rational objective -307
959.72/964.71	c #Conflicts:    1021000 | #Constraints:     150125
959.72/964.71	c #Conflicts:    1022000 | #Constraints:     151158
959.72/964.71	c #Conflicts:    1023000 | #Constraints:     152202
959.72/964.71	c #Conflicts:    1024000 | #Constraints:     153234
959.72/964.71	c #Conflicts:    1025000 | #Constraints:     154253
959.72/964.71	c #Conflicts:    1026000 | #Constraints:     155269
959.72/964.71	c #Conflicts:    1027000 | #Constraints:     156303
959.72/964.71	c #Conflicts:    1028000 | #Constraints:     157346
959.72/964.71	c #Conflicts:    1029000 | #Constraints:     158387
959.72/964.71	c #Conflicts:    1030000 | #Constraints:     159426
959.72/964.71	c #Conflicts:    1031000 | #Constraints:     160467
959.72/964.71	c #Conflicts:    1032000 | #Constraints:     161507
959.72/964.71	c #Conflicts:    1033000 | #Constraints:     162548
959.72/964.71	c #Conflicts:    1034000 | #Constraints:     163576
959.72/964.71	c #Conflicts:    1035000 | #Constraints:     164609
959.72/964.71	c #Conflicts:    1036000 | #Constraints:     165655
959.72/964.71	c #Conflicts:    1037000 | #Constraints:     166700
959.72/964.71	c #Conflicts:    1038000 | #Constraints:     167731
959.72/964.71	c #Conflicts:    1039000 | #Constraints:     168777
959.72/964.71	c #Conflicts:    1040000 | #Constraints:     169808
959.72/964.71	c #Conflicts:    1041000 | #Constraints:     170834
959.72/964.71	c #Conflicts:    1042000 | #Constraints:     171863
959.72/964.71	c #Conflicts:    1043000 | #Constraints:     172910
959.72/964.71	c #Conflicts:    1044000 | #Constraints:     173951
959.72/964.71	c #Conflicts:    1045000 | #Constraints:     174979
959.72/964.71	c INPROCESSING
959.72/964.71	c GARBAGE COLLECT
959.72/964.71	c rational objective -307
981.75/986.87	c #Conflicts:    1046000 | #Constraints:     137627
981.75/986.87	c #Conflicts:    1047000 | #Constraints:     138627
981.75/986.87	c #Conflicts:    1048000 | #Constraints:     139627
981.75/986.87	c #Conflicts:    1049000 | #Constraints:     140627
981.75/986.87	c #Conflicts:    1050000 | #Constraints:     141627
981.75/986.87	c #Conflicts:    1051000 | #Constraints:     142627
981.75/986.87	c #Conflicts:    1052000 | #Constraints:     143627
981.75/986.87	c #Conflicts:    1053000 | #Constraints:     144627
981.75/986.87	c #Conflicts:    1054000 | #Constraints:     145627
981.75/986.87	c #Conflicts:    1055000 | #Constraints:     146627
981.75/986.87	c #Conflicts:    1056000 | #Constraints:     147627
981.75/986.87	c #Conflicts:    1057000 | #Constraints:     148627
981.75/986.87	c #Conflicts:    1058000 | #Constraints:     149627
981.75/986.87	c #Conflicts:    1059000 | #Constraints:     150627
981.75/986.87	c #Conflicts:    1060000 | #Constraints:     151627
981.75/986.87	c #Conflicts:    1061000 | #Constraints:     152627
981.75/986.87	c #Conflicts:    1062000 | #Constraints:     153627
981.75/986.87	c #Conflicts:    1063000 | #Constraints:     154627
981.75/986.87	c #Conflicts:    1064000 | #Constraints:     155627
981.75/986.87	c #Conflicts:    1065000 | #Constraints:     156627
981.75/986.87	c #Conflicts:    1066000 | #Constraints:     157627
981.75/986.87	c #Conflicts:    1067000 | #Constraints:     158627
981.75/986.87	c #Conflicts:    1068000 | #Constraints:     159627
981.75/986.87	c #Conflicts:    1069000 | #Constraints:     160627
981.75/986.87	c #Conflicts:    1070000 | #Constraints:     161627
981.75/986.87	c #Conflicts:    1071000 | #Constraints:     162627
981.75/986.87	c INPROCESSING
981.75/986.87	c GARBAGE COLLECT
981.75/986.87	c rational objective -307
996.15/1001.38	c #Conflicts:    1072000 | #Constraints:     132480
996.15/1001.38	c #Conflicts:    1073000 | #Constraints:     133480
996.15/1001.38	c #Conflicts:    1074000 | #Constraints:     134480
996.15/1001.38	c #Conflicts:    1075000 | #Constraints:     135480
996.15/1001.38	c #Conflicts:    1076000 | #Constraints:     136480
996.15/1001.38	c #Conflicts:    1077000 | #Constraints:     137480
996.15/1001.38	c #Conflicts:    1078000 | #Constraints:     138480
996.15/1001.38	c #Conflicts:    1079000 | #Constraints:     139480
996.15/1001.38	c #Conflicts:    1080000 | #Constraints:     140480
996.15/1001.38	c #Conflicts:    1081000 | #Constraints:     141480
996.15/1001.38	c #Conflicts:    1082000 | #Constraints:     142480
996.15/1001.38	c #Conflicts:    1083000 | #Constraints:     143480
996.15/1001.38	c #Conflicts:    1084000 | #Constraints:     144480
996.15/1001.38	c #Conflicts:    1085000 | #Constraints:     145480
996.15/1001.38	c #Conflicts:    1086000 | #Constraints:     146480
996.15/1001.38	c #Conflicts:    1087000 | #Constraints:     147480
996.15/1001.38	c #Conflicts:    1088000 | #Constraints:     148480
996.15/1001.38	c #Conflicts:    1089000 | #Constraints:     149480
996.15/1001.38	c bounds -42 >= -306 @ 985.986
1069.27/1074.78	c #Conflicts:    1090000 | #Constraints:     150546
1069.27/1074.78	c #Conflicts:    1091000 | #Constraints:     151546
1069.27/1074.78	c #Conflicts:    1092000 | #Constraints:     152546
1069.27/1074.78	c #Conflicts:    1093000 | #Constraints:     153546
1069.27/1074.78	c #Conflicts:    1094000 | #Constraints:     154546
1069.27/1074.78	c #Conflicts:    1095000 | #Constraints:     155546
1069.27/1074.78	c #Conflicts:    1096000 | #Constraints:     156546
1069.27/1074.78	c #Conflicts:    1097000 | #Constraints:     157546
1069.27/1074.78	c #Conflicts:    1098000 | #Constraints:     158546
1069.27/1074.78	c #Conflicts:    1099000 | #Constraints:     159546
1069.27/1074.78	c #Conflicts:    1100000 | #Constraints:     160546
1069.27/1074.78	c #Conflicts:    1101000 | #Constraints:     161546
1069.27/1074.78	c #Conflicts:    1102000 | #Constraints:     162546
1069.27/1074.78	c #Conflicts:    1103000 | #Constraints:     163546
1069.27/1074.78	c #Conflicts:    1104000 | #Constraints:     164546
1069.27/1074.78	c #Conflicts:    1105000 | #Constraints:     165546
1069.27/1074.78	c #Conflicts:    1106000 | #Constraints:     166546
1069.27/1074.78	c #Conflicts:    1107000 | #Constraints:     167546
1069.27/1074.78	c #Conflicts:    1108000 | #Constraints:     168546
1069.27/1074.78	c #Conflicts:    1109000 | #Constraints:     169546
1069.27/1074.78	c #Conflicts:    1110000 | #Constraints:     170546
1069.27/1074.78	c #Conflicts:    1111000 | #Constraints:     171546
1069.27/1074.78	c #Conflicts:    1112000 | #Constraints:     172546
1069.27/1074.78	c #Conflicts:    1113000 | #Constraints:     173546
1069.27/1074.78	c #Conflicts:    1114000 | #Constraints:     174546
1069.27/1074.78	c #Conflicts:    1115000 | #Constraints:     175546
1069.27/1074.78	c #Conflicts:    1116000 | #Constraints:     176546
1069.27/1074.78	c #Conflicts:    1117000 | #Constraints:     177546
1069.27/1074.78	c #Conflicts:    1118000 | #Constraints:     178546
1069.27/1074.78	c #Conflicts:    1119000 | #Constraints:     179546
1069.27/1074.78	c #Conflicts:    1120000 | #Constraints:     180546
1069.27/1074.78	c #Conflicts:    1121000 | #Constraints:     181546
1069.27/1074.78	c #Conflicts:    1122000 | #Constraints:     182546
1069.27/1074.78	c #Conflicts:    1123000 | #Constraints:     183546
1069.27/1074.78	c #Conflicts:    1124000 | #Constraints:     184546
1069.27/1074.78	c #Conflicts:    1125000 | #Constraints:     185546
1069.27/1074.78	c #Conflicts:    1126000 | #Constraints:     186546
1069.27/1074.78	c #Conflicts:    1127000 | #Constraints:     187546
1069.27/1074.78	c #Conflicts:    1128000 | #Constraints:     188546
1069.27/1074.78	c #Conflicts:    1129000 | #Constraints:     189546
1069.27/1074.78	c #Conflicts:    1130000 | #Constraints:     190546
1069.27/1074.78	c #Conflicts:    1131000 | #Constraints:     191546
1069.27/1074.78	c #Conflicts:    1132000 | #Constraints:     192546
1069.27/1074.78	c #Conflicts:    1133000 | #Constraints:     193546
1069.27/1074.78	c #Conflicts:    1134000 | #Constraints:     194546
1069.27/1074.78	c #Conflicts:    1135000 | #Constraints:     195546
1069.27/1074.78	c #Conflicts:    1136000 | #Constraints:     196546
1069.27/1074.78	c #Conflicts:    1137000 | #Constraints:     197546
1069.27/1074.78	c #Conflicts:    1138000 | #Constraints:     198546
1069.27/1074.78	c #Conflicts:    1139000 | #Constraints:     199546
1069.27/1074.78	c #Conflicts:    1140000 | #Constraints:     200546
1069.27/1074.78	c #Conflicts:    1141000 | #Constraints:     201546
1069.27/1074.78	c #Conflicts:    1142000 | #Constraints:     202546
1069.27/1074.78	c #Conflicts:    1143000 | #Constraints:     203546
1069.27/1074.78	c #Conflicts:    1144000 | #Constraints:     204546
1069.27/1074.78	c INPROCESSING
1069.27/1074.78	c GARBAGE COLLECT
1069.27/1074.78	c rational objective -306
1102.24/1107.81	c #Conflicts:    1145000 | #Constraints:     152307
1102.24/1107.81	c #Conflicts:    1146000 | #Constraints:     153307
1102.24/1107.81	c #Conflicts:    1147000 | #Constraints:     154307
1102.24/1107.81	c #Conflicts:    1148000 | #Constraints:     155307
1102.24/1107.81	c #Conflicts:    1149000 | #Constraints:     156336
1102.24/1107.81	c #Conflicts:    1150000 | #Constraints:     157374
1102.24/1107.81	c #Conflicts:    1151000 | #Constraints:     158416
1102.24/1107.81	c #Conflicts:    1152000 | #Constraints:     159436
1102.24/1107.81	c #Conflicts:    1153000 | #Constraints:     160464
1102.24/1107.81	c #Conflicts:    1154000 | #Constraints:     161509
1102.24/1107.81	c #Conflicts:    1155000 | #Constraints:     162543
1102.24/1107.81	c #Conflicts:    1156000 | #Constraints:     163586
1102.24/1107.81	c #Conflicts:    1157000 | #Constraints:     164615
1102.24/1107.81	c #Conflicts:    1158000 | #Constraints:     165639
1102.24/1107.81	c #Conflicts:    1159000 | #Constraints:     166665
1102.24/1107.81	c #Conflicts:    1160000 | #Constraints:     167685
1102.24/1107.81	c #Conflicts:    1161000 | #Constraints:     168709
1102.24/1107.81	c #Conflicts:    1162000 | #Constraints:     169733
1102.24/1107.81	c #Conflicts:    1163000 | #Constraints:     170764
1102.24/1107.81	c #Conflicts:    1164000 | #Constraints:     171798
1102.24/1107.81	c #Conflicts:    1165000 | #Constraints:     172831
1102.24/1107.81	c #Conflicts:    1166000 | #Constraints:     173866
1102.24/1107.81	c #Conflicts:    1167000 | #Constraints:     174898
1102.24/1107.81	c #Conflicts:    1168000 | #Constraints:     175933
1102.24/1107.81	c #Conflicts:    1169000 | #Constraints:     176971
1102.24/1107.81	c #Conflicts:    1170000 | #Constraints:     178007
1102.24/1107.81	c #Conflicts:    1171000 | #Constraints:     179032
1102.24/1107.81	c INPROCESSING
1102.24/1107.81	c GARBAGE COLLECT
1102.24/1107.81	c rational objective -306
1126.96/1132.65	c #Conflicts:    1172000 | #Constraints:     139469
1126.96/1132.65	c #Conflicts:    1173000 | #Constraints:     140469
1126.96/1132.65	c #Conflicts:    1174000 | #Constraints:     141469
1126.96/1132.65	c #Conflicts:    1175000 | #Constraints:     142469
1126.96/1132.65	c #Conflicts:    1176000 | #Constraints:     143469
1126.96/1132.65	c #Conflicts:    1177000 | #Constraints:     144469
1126.96/1132.65	c #Conflicts:    1178000 | #Constraints:     145469
1126.96/1132.65	c #Conflicts:    1179000 | #Constraints:     146469
1126.96/1132.65	c #Conflicts:    1180000 | #Constraints:     147469
1126.96/1132.65	c #Conflicts:    1181000 | #Constraints:     148469
1126.96/1132.65	c #Conflicts:    1182000 | #Constraints:     149469
1126.96/1132.65	c #Conflicts:    1183000 | #Constraints:     150469
1126.96/1132.65	c #Conflicts:    1184000 | #Constraints:     151469
1126.96/1132.65	c #Conflicts:    1185000 | #Constraints:     152469
1126.96/1132.65	c #Conflicts:    1186000 | #Constraints:     153469
1126.96/1132.65	c #Conflicts:    1187000 | #Constraints:     154469
1126.96/1132.65	c #Conflicts:    1188000 | #Constraints:     155469
1126.96/1132.65	c #Conflicts:    1189000 | #Constraints:     156469
1126.96/1132.65	c #Conflicts:    1190000 | #Constraints:     157469
1126.96/1132.65	c #Conflicts:    1191000 | #Constraints:     158469
1126.96/1132.65	c #Conflicts:    1192000 | #Constraints:     159469
1126.96/1132.65	c #Conflicts:    1193000 | #Constraints:     160469
1126.96/1132.65	c #Conflicts:    1194000 | #Constraints:     161469
1126.96/1132.65	c #Conflicts:    1195000 | #Constraints:     162469
1126.96/1132.65	c #Conflicts:    1196000 | #Constraints:     163469
1126.96/1132.65	c #Conflicts:    1197000 | #Constraints:     164469
1126.96/1132.65	c #Conflicts:    1198000 | #Constraints:     165469
1126.96/1132.65	c #Conflicts:    1199000 | #Constraints:     166469
1126.96/1132.65	c INPROCESSING
1126.96/1132.65	c GARBAGE COLLECT
1126.96/1132.65	c rational objective -306
1185.16/1191.19	c #Conflicts:    1200000 | #Constraints:     135094
1185.16/1191.19	c #Conflicts:    1201000 | #Constraints:     136094
1185.16/1191.19	c #Conflicts:    1202000 | #Constraints:     137094
1185.16/1191.19	c #Conflicts:    1203000 | #Constraints:     138094
1185.16/1191.19	c #Conflicts:    1204000 | #Constraints:     139094
1185.16/1191.19	c #Conflicts:    1205000 | #Constraints:     140094
1185.16/1191.19	c #Conflicts:    1206000 | #Constraints:     141094
1185.16/1191.19	c #Conflicts:    1207000 | #Constraints:     142094
1185.16/1191.19	c #Conflicts:    1208000 | #Constraints:     143094
1185.16/1191.19	c #Conflicts:    1209000 | #Constraints:     144094
1185.16/1191.19	c #Conflicts:    1210000 | #Constraints:     145094
1185.16/1191.19	c #Conflicts:    1211000 | #Constraints:     146094
1185.16/1191.19	c #Conflicts:    1212000 | #Constraints:     147094
1185.16/1191.19	c #Conflicts:    1213000 | #Constraints:     148094
1185.16/1191.19	c #Conflicts:    1214000 | #Constraints:     149094
1185.16/1191.19	c #Conflicts:    1215000 | #Constraints:     150094
1185.16/1191.19	c #Conflicts:    1216000 | #Constraints:     151094
1185.16/1191.19	c #Conflicts:    1217000 | #Constraints:     152094
1185.16/1191.19	c #Conflicts:    1218000 | #Constraints:     153094
1185.16/1191.19	c #Conflicts:    1219000 | #Constraints:     154094
1185.16/1191.19	c #Conflicts:    1220000 | #Constraints:     155094
1185.16/1191.19	c #Conflicts:    1221000 | #Constraints:     156094
1185.16/1191.19	c #Conflicts:    1222000 | #Constraints:     157094
1185.16/1191.19	c #Conflicts:    1223000 | #Constraints:     158094
1185.16/1191.19	c #Conflicts:    1224000 | #Constraints:     159094
1185.16/1191.19	c #Conflicts:    1225000 | #Constraints:     160094
1185.16/1191.19	c #Conflicts:    1226000 | #Constraints:     161094
1185.16/1191.19	c #Conflicts:    1227000 | #Constraints:     162094
1185.16/1191.19	c #Conflicts:    1228000 | #Constraints:     163094
1185.16/1191.19	c #Conflicts:    1229000 | #Constraints:     164094
1185.16/1191.19	c #Conflicts:    1230000 | #Constraints:     165094
1185.16/1191.19	c #Conflicts:    1231000 | #Constraints:     166094
1185.16/1191.19	c #Conflicts:    1232000 | #Constraints:     167094
1185.16/1191.19	c #Conflicts:    1233000 | #Constraints:     168094
1185.16/1191.19	c #Conflicts:    1234000 | #Constraints:     169094
1185.16/1191.19	c #Conflicts:    1235000 | #Constraints:     170094
1185.16/1191.19	c #Conflicts:    1236000 | #Constraints:     171094
1185.16/1191.19	c #Conflicts:    1237000 | #Constraints:     172094
1185.16/1191.19	c #Conflicts:    1238000 | #Constraints:     173094
1185.16/1191.19	c #Conflicts:    1239000 | #Constraints:     174094
1185.16/1191.19	c #Conflicts:    1240000 | #Constraints:     175094
1185.16/1191.19	c #Conflicts:    1241000 | #Constraints:     176094
1185.16/1191.19	c #Conflicts:    1242000 | #Constraints:     177094
1185.16/1191.19	c #Conflicts:    1243000 | #Constraints:     178094
1185.16/1191.19	c #Conflicts:    1244000 | #Constraints:     179094
1185.16/1191.19	c #Conflicts:    1245000 | #Constraints:     180094
1185.16/1191.19	c #Conflicts:    1246000 | #Constraints:     181094
1185.16/1191.19	c #Conflicts:    1247000 | #Constraints:     182094
1185.16/1191.19	c #Conflicts:    1248000 | #Constraints:     183094
1185.16/1191.19	c #Conflicts:    1249000 | #Constraints:     184094
1185.16/1191.19	c #Conflicts:    1250000 | #Constraints:     185094
1185.16/1191.19	c #Conflicts:    1251000 | #Constraints:     186094
1185.16/1191.19	c bounds -42 >= -305 @ 1173.5
1214.26/1220.34	c #Conflicts:    1252000 | #Constraints:     187157
1214.26/1220.34	c #Conflicts:    1253000 | #Constraints:     188157
1214.26/1220.34	c #Conflicts:    1254000 | #Constraints:     189161
1214.26/1220.34	c #Conflicts:    1255000 | #Constraints:     190212
1214.26/1220.34	c #Conflicts:    1256000 | #Constraints:     191257
1214.26/1220.34	c #Conflicts:    1257000 | #Constraints:     192307
1214.26/1220.34	c #Conflicts:    1258000 | #Constraints:     193346
1214.26/1220.34	c #Conflicts:    1259000 | #Constraints:     194395
1214.26/1220.34	c #Conflicts:    1260000 | #Constraints:     195445
1214.26/1220.34	c #Conflicts:    1261000 | #Constraints:     196494
1214.26/1220.34	c #Conflicts:    1262000 | #Constraints:     197541
1214.26/1220.34	c #Conflicts:    1263000 | #Constraints:     198581
1214.26/1220.34	c #Conflicts:    1264000 | #Constraints:     199633
1214.26/1220.34	c #Conflicts:    1265000 | #Constraints:     200690
1214.26/1220.34	c #Conflicts:    1266000 | #Constraints:     201745
1214.26/1220.34	c #Conflicts:    1267000 | #Constraints:     202782
1214.26/1220.34	c #Conflicts:    1268000 | #Constraints:     203823
1214.26/1220.34	c #Conflicts:    1269000 | #Constraints:     204864
1214.26/1220.34	c #Conflicts:    1270000 | #Constraints:     205912
1214.26/1220.34	c #Conflicts:    1271000 | #Constraints:     206941
1214.26/1220.34	c #Conflicts:    1272000 | #Constraints:     207969
1214.26/1220.34	c #Conflicts:    1273000 | #Constraints:     208986
1214.26/1220.34	c #Conflicts:    1274000 | #Constraints:     210005
1214.26/1220.34	c #Conflicts:    1275000 | #Constraints:     211023
1214.26/1220.34	c #Conflicts:    1276000 | #Constraints:     212037
1214.26/1220.34	c INPROCESSING
1214.26/1220.34	c GARBAGE COLLECT
1214.26/1220.34	c rational objective -305
1243.36/1249.58	c #Conflicts:    1277000 | #Constraints:     155936
1243.36/1249.58	c #Conflicts:    1278000 | #Constraints:     156936
1243.36/1249.58	c #Conflicts:    1279000 | #Constraints:     157936
1243.36/1249.58	c #Conflicts:    1280000 | #Constraints:     158936
1243.36/1249.58	c #Conflicts:    1281000 | #Constraints:     159936
1243.36/1249.58	c #Conflicts:    1282000 | #Constraints:     160936
1243.36/1249.58	c #Conflicts:    1283000 | #Constraints:     161936
1243.36/1249.58	c #Conflicts:    1284000 | #Constraints:     162936
1243.36/1249.58	c #Conflicts:    1285000 | #Constraints:     163936
1243.36/1249.58	c #Conflicts:    1286000 | #Constraints:     164936
1243.36/1249.58	c #Conflicts:    1287000 | #Constraints:     165936
1243.36/1249.58	c #Conflicts:    1288000 | #Constraints:     166936
1243.36/1249.58	c #Conflicts:    1289000 | #Constraints:     167936
1243.36/1249.58	c #Conflicts:    1290000 | #Constraints:     168936
1243.36/1249.58	c #Conflicts:    1291000 | #Constraints:     169936
1243.36/1249.58	c #Conflicts:    1292000 | #Constraints:     170936
1243.36/1249.58	c #Conflicts:    1293000 | #Constraints:     171936
1243.36/1249.58	c #Conflicts:    1294000 | #Constraints:     172936
1243.36/1249.58	c #Conflicts:    1295000 | #Constraints:     173936
1243.36/1249.58	c #Conflicts:    1296000 | #Constraints:     174936
1243.36/1249.58	c #Conflicts:    1297000 | #Constraints:     175936
1243.36/1249.58	c #Conflicts:    1298000 | #Constraints:     176936
1243.36/1249.58	c #Conflicts:    1299000 | #Constraints:     177936
1243.36/1249.58	c #Conflicts:    1300000 | #Constraints:     178936
1243.36/1249.58	c #Conflicts:    1301000 | #Constraints:     179936
1243.36/1249.58	c #Conflicts:    1302000 | #Constraints:     180936
1243.36/1249.58	c #Conflicts:    1303000 | #Constraints:     181936
1243.36/1249.58	c #Conflicts:    1304000 | #Constraints:     182936
1243.36/1249.58	c #Conflicts:    1305000 | #Constraints:     183936
1243.36/1249.58	c INPROCESSING
1243.36/1249.58	c GARBAGE COLLECT
1243.36/1249.58	c rational objective -305
1268.09/1274.35	c #Conflicts:    1306000 | #Constraints:     142217
1268.09/1274.35	c #Conflicts:    1307000 | #Constraints:     143217
1268.09/1274.35	c #Conflicts:    1308000 | #Constraints:     144217
1268.09/1274.35	c #Conflicts:    1309000 | #Constraints:     145217
1268.09/1274.35	c #Conflicts:    1310000 | #Constraints:     146217
1268.09/1274.35	c #Conflicts:    1311000 | #Constraints:     147217
1268.09/1274.35	c #Conflicts:    1312000 | #Constraints:     148217
1268.09/1274.35	c #Conflicts:    1313000 | #Constraints:     149217
1268.09/1274.35	c #Conflicts:    1314000 | #Constraints:     150217
1268.09/1274.35	c #Conflicts:    1315000 | #Constraints:     151217
1268.09/1274.35	c #Conflicts:    1316000 | #Constraints:     152217
1268.09/1274.35	c #Conflicts:    1317000 | #Constraints:     153217
1268.09/1274.35	c #Conflicts:    1318000 | #Constraints:     154217
1268.09/1274.35	c #Conflicts:    1319000 | #Constraints:     155217
1268.09/1274.35	c #Conflicts:    1320000 | #Constraints:     156217
1268.09/1274.35	c #Conflicts:    1321000 | #Constraints:     157217
1268.09/1274.35	c #Conflicts:    1322000 | #Constraints:     158217
1268.09/1274.35	c #Conflicts:    1323000 | #Constraints:     159217
1268.09/1274.35	c #Conflicts:    1324000 | #Constraints:     160217
1268.09/1274.35	c #Conflicts:    1325000 | #Constraints:     161217
1268.09/1274.35	c #Conflicts:    1326000 | #Constraints:     162217
1268.09/1274.35	c #Conflicts:    1327000 | #Constraints:     163217
1268.09/1274.35	c #Conflicts:    1328000 | #Constraints:     164217
1268.09/1274.35	c #Conflicts:    1329000 | #Constraints:     165217
1268.09/1274.35	c #Conflicts:    1330000 | #Constraints:     166217
1268.09/1274.35	c #Conflicts:    1331000 | #Constraints:     167217
1268.09/1274.35	c bounds -42 >= -304 @ 1255.72
1270.18/1276.41	c #Conflicts:    1332000 | #Constraints:     168268
1270.18/1276.41	c #Conflicts:    1333000 | #Constraints:     169268
1270.18/1276.41	c #Conflicts:    1334000 | #Constraints:     170268
1270.18/1276.41	c INPROCESSING
1270.18/1276.41	c GARBAGE COLLECT
1270.18/1276.41	c rational objective -304
1457.90/1464.79	c #Conflicts:    1335000 | #Constraints:     137708
1457.90/1464.79	c #Conflicts:    1336000 | #Constraints:     138763
1457.90/1464.79	c #Conflicts:    1337000 | #Constraints:     139799
1457.90/1464.79	c #Conflicts:    1338000 | #Constraints:     140843
1457.90/1464.79	c #Conflicts:    1339000 | #Constraints:     141876
1457.90/1464.79	c #Conflicts:    1340000 | #Constraints:     142921
1457.90/1464.79	c #Conflicts:    1341000 | #Constraints:     143963
1457.90/1464.79	c #Conflicts:    1342000 | #Constraints:     145012
1457.90/1464.79	c #Conflicts:    1343000 | #Constraints:     146047
1457.90/1464.79	c #Conflicts:    1344000 | #Constraints:     147099
1457.90/1464.79	c #Conflicts:    1345000 | #Constraints:     148147
1457.90/1464.79	c #Conflicts:    1346000 | #Constraints:     149197
1457.90/1464.79	c #Conflicts:    1347000 | #Constraints:     150241
1457.90/1464.79	c #Conflicts:    1348000 | #Constraints:     151289
1457.90/1464.79	c #Conflicts:    1349000 | #Constraints:     152334
1457.90/1464.79	c #Conflicts:    1350000 | #Constraints:     153380
1457.90/1464.79	c #Conflicts:    1351000 | #Constraints:     154432
1457.90/1464.79	c #Conflicts:    1352000 | #Constraints:     155483
1457.90/1464.79	c #Conflicts:    1353000 | #Constraints:     156535
1457.90/1464.79	c #Conflicts:    1354000 | #Constraints:     157584
1457.90/1464.79	c #Conflicts:    1355000 | #Constraints:     158638
1457.90/1464.79	c #Conflicts:    1356000 | #Constraints:     159680
1457.90/1464.79	c #Conflicts:    1357000 | #Constraints:     160726
1457.90/1464.79	c #Conflicts:    1358000 | #Constraints:     161777
1457.90/1464.79	c #Conflicts:    1359000 | #Constraints:     162824
1457.90/1464.79	c #Conflicts:    1360000 | #Constraints:     163862
1457.90/1464.79	c #Conflicts:    1361000 | #Constraints:     164899
1457.90/1464.79	c #Conflicts:    1362000 | #Constraints:     165931
1457.90/1464.79	c #Conflicts:    1363000 | #Constraints:     166968
1457.90/1464.79	c #Conflicts:    1364000 | #Constraints:     168001
1457.90/1464.79	c #Conflicts:    1365000 | #Constraints:     169041
1457.90/1464.79	c #Conflicts:    1366000 | #Constraints:     170075
1457.90/1464.79	c #Conflicts:    1367000 | #Constraints:     171116
1457.90/1464.79	c #Conflicts:    1368000 | #Constraints:     172149
1457.90/1464.79	c #Conflicts:    1369000 | #Constraints:     173179
1457.90/1464.79	c #Conflicts:    1370000 | #Constraints:     174211
1457.90/1464.79	c #Conflicts:    1371000 | #Constraints:     175245
1457.90/1464.79	c #Conflicts:    1372000 | #Constraints:     176273
1457.90/1464.79	c #Conflicts:    1373000 | #Constraints:     177301
1457.90/1464.79	c #Conflicts:    1374000 | #Constraints:     178328
1457.90/1464.79	c #Conflicts:    1375000 | #Constraints:     179368
1457.90/1464.79	c #Conflicts:    1376000 | #Constraints:     180411
1457.90/1464.79	c #Conflicts:    1377000 | #Constraints:     181450
1457.90/1464.79	c #Conflicts:    1378000 | #Constraints:     182486
1457.90/1464.79	c #Conflicts:    1379000 | #Constraints:     183514
1457.90/1464.79	c #Conflicts:    1380000 | #Constraints:     184545
1457.90/1464.79	c #Conflicts:    1381000 | #Constraints:     185578
1457.90/1464.79	c #Conflicts:    1382000 | #Constraints:     186611
1457.90/1464.79	c #Conflicts:    1383000 | #Constraints:     187638
1457.90/1464.79	c #Conflicts:    1384000 | #Constraints:     188672
1457.90/1464.79	c #Conflicts:    1385000 | #Constraints:     189714
1457.90/1464.79	c #Conflicts:    1386000 | #Constraints:     190751
1457.90/1464.79	c #Conflicts:    1387000 | #Constraints:     191791
1457.90/1464.79	c #Conflicts:    1388000 | #Constraints:     192821
1457.90/1464.79	c #Conflicts:    1389000 | #Constraints:     193853
1457.90/1464.79	c #Conflicts:    1390000 | #Constraints:     194888
1457.90/1464.79	c #Conflicts:    1391000 | #Constraints:     195920
1457.90/1464.79	c #Conflicts:    1392000 | #Constraints:     196947
1457.90/1464.79	c #Conflicts:    1393000 | #Constraints:     197975
1457.90/1464.79	c #Conflicts:    1394000 | #Constraints:     199006
1457.90/1464.79	c #Conflicts:    1395000 | #Constraints:     200044
1457.90/1464.79	c #Conflicts:    1396000 | #Constraints:     201071
1457.90/1464.79	c #Conflicts:    1397000 | #Constraints:     202105
1457.90/1464.79	c #Conflicts:    1398000 | #Constraints:     203142
1457.90/1464.79	c #Conflicts:    1399000 | #Constraints:     204176
1457.90/1464.79	c #Conflicts:    1400000 | #Constraints:     205213
1457.90/1464.79	c #Conflicts:    1401000 | #Constraints:     206254
1457.90/1464.79	c #Conflicts:    1402000 | #Constraints:     207293
1457.90/1464.79	c #Conflicts:    1403000 | #Constraints:     208337
1457.90/1464.79	c #Conflicts:    1404000 | #Constraints:     209372
1457.90/1464.79	c #Conflicts:    1405000 | #Constraints:     210405
1457.90/1464.79	c #Conflicts:    1406000 | #Constraints:     211436
1457.90/1464.79	c #Conflicts:    1407000 | #Constraints:     212464
1457.90/1464.79	c #Conflicts:    1408000 | #Constraints:     213487
1457.90/1464.79	c #Conflicts:    1409000 | #Constraints:     214523
1457.90/1464.79	c #Conflicts:    1410000 | #Constraints:     215549
1457.90/1464.79	c #Conflicts:    1411000 | #Constraints:     216581
1457.90/1464.79	c #Conflicts:    1412000 | #Constraints:     217630
1457.90/1464.79	c #Conflicts:    1413000 | #Constraints:     218660
1469.27/1476.19	c #Conflicts:    1414000 | #Constraints:     219686
1469.27/1476.19	c #Conflicts:    1415000 | #Constraints:     220710
1469.27/1476.19	c #Conflicts:    1416000 | #Constraints:     221746
1469.27/1476.19	c INPROCESSING
1469.27/1476.19	c GARBAGE COLLECT
1469.27/1476.19	c rational objective -304
1524.64/1531.78	c #Conflicts:    1417000 | #Constraints:     161277
1524.64/1531.78	c #Conflicts:    1418000 | #Constraints:     162277
1524.64/1531.78	c #Conflicts:    1419000 | #Constraints:     163277
1524.64/1531.78	c #Conflicts:    1420000 | #Constraints:     164277
1524.64/1531.78	c #Conflicts:    1421000 | #Constraints:     165277
1524.64/1531.78	c #Conflicts:    1422000 | #Constraints:     166277
1524.64/1531.78	c #Conflicts:    1423000 | #Constraints:     167277
1524.64/1531.78	c #Conflicts:    1424000 | #Constraints:     168277
1524.64/1531.78	c #Conflicts:    1425000 | #Constraints:     169277
1524.64/1531.78	c #Conflicts:    1426000 | #Constraints:     170277
1524.64/1531.78	c #Conflicts:    1427000 | #Constraints:     171277
1524.64/1531.78	c #Conflicts:    1428000 | #Constraints:     172277
1524.64/1531.78	c #Conflicts:    1429000 | #Constraints:     173277
1524.64/1531.78	c #Conflicts:    1430000 | #Constraints:     174277
1524.64/1531.78	c #Conflicts:    1431000 | #Constraints:     175277
1524.64/1531.78	c #Conflicts:    1432000 | #Constraints:     176277
1524.64/1531.78	c #Conflicts:    1433000 | #Constraints:     177277
1524.64/1531.78	c #Conflicts:    1434000 | #Constraints:     178277
1524.64/1531.78	c #Conflicts:    1435000 | #Constraints:     179277
1524.64/1531.78	c #Conflicts:    1436000 | #Constraints:     180277
1524.64/1531.78	c #Conflicts:    1437000 | #Constraints:     181277
1524.64/1531.78	c #Conflicts:    1438000 | #Constraints:     182277
1524.64/1531.78	c #Conflicts:    1439000 | #Constraints:     183277
1524.64/1531.78	c #Conflicts:    1440000 | #Constraints:     184277
1524.64/1531.78	c #Conflicts:    1441000 | #Constraints:     185277
1524.64/1531.78	c #Conflicts:    1442000 | #Constraints:     186277
1524.64/1531.78	c #Conflicts:    1443000 | #Constraints:     187277
1524.64/1531.78	c #Conflicts:    1444000 | #Constraints:     188277
1524.64/1531.78	c #Conflicts:    1445000 | #Constraints:     189277
1524.64/1531.78	c #Conflicts:    1446000 | #Constraints:     190277
1524.64/1531.78	c INPROCESSING
1524.64/1531.78	c GARBAGE COLLECT
1524.64/1531.78	c rational objective -304
1552.05/1559.29	c #Conflicts:    1447000 | #Constraints:     145590
1552.05/1559.29	c #Conflicts:    1448000 | #Constraints:     146590
1552.05/1559.29	c #Conflicts:    1449000 | #Constraints:     147590
1552.05/1559.29	c #Conflicts:    1450000 | #Constraints:     148590
1552.05/1559.29	c #Conflicts:    1451000 | #Constraints:     149590
1552.05/1559.29	c #Conflicts:    1452000 | #Constraints:     150590
1552.05/1559.29	c #Conflicts:    1453000 | #Constraints:     151590
1552.05/1559.29	c #Conflicts:    1454000 | #Constraints:     152590
1552.05/1559.29	c #Conflicts:    1455000 | #Constraints:     153590
1552.05/1559.29	c #Conflicts:    1456000 | #Constraints:     154590
1552.05/1559.29	c #Conflicts:    1457000 | #Constraints:     155590
1552.05/1559.29	c #Conflicts:    1458000 | #Constraints:     156590
1552.05/1559.29	c #Conflicts:    1459000 | #Constraints:     157590
1552.05/1559.29	c #Conflicts:    1460000 | #Constraints:     158590
1552.05/1559.29	c #Conflicts:    1461000 | #Constraints:     159590
1552.05/1559.29	c #Conflicts:    1462000 | #Constraints:     160590
1552.05/1559.29	c #Conflicts:    1463000 | #Constraints:     161590
1552.05/1559.29	c #Conflicts:    1464000 | #Constraints:     162590
1552.05/1559.29	c #Conflicts:    1465000 | #Constraints:     163590
1552.05/1559.29	c #Conflicts:    1466000 | #Constraints:     164590
1552.05/1559.29	c #Conflicts:    1467000 | #Constraints:     165590
1552.05/1559.29	c #Conflicts:    1468000 | #Constraints:     166590
1552.05/1559.29	c #Conflicts:    1469000 | #Constraints:     167590
1552.05/1559.29	c #Conflicts:    1470000 | #Constraints:     168590
1552.05/1559.29	c #Conflicts:    1471000 | #Constraints:     169590
1552.05/1559.29	c #Conflicts:    1472000 | #Constraints:     170590
1552.05/1559.29	c #Conflicts:    1473000 | #Constraints:     171590
1552.05/1559.29	c #Conflicts:    1474000 | #Constraints:     172590
1552.05/1559.29	c #Conflicts:    1475000 | #Constraints:     173590
1552.05/1559.29	c #Conflicts:    1476000 | #Constraints:     174590
1552.05/1559.29	c INPROCESSING
1552.05/1559.29	c GARBAGE COLLECT
1552.05/1559.29	c rational objective -304
1578.59/1585.90	c #Conflicts:    1477000 | #Constraints:     139048
1578.59/1585.90	c #Conflicts:    1478000 | #Constraints:     140048
1578.59/1585.90	c #Conflicts:    1479000 | #Constraints:     141048
1578.59/1585.90	c #Conflicts:    1480000 | #Constraints:     142048
1578.59/1585.90	c #Conflicts:    1481000 | #Constraints:     143048
1578.59/1585.90	c #Conflicts:    1482000 | #Constraints:     144048
1578.59/1585.90	c #Conflicts:    1483000 | #Constraints:     145048
1578.59/1585.90	c #Conflicts:    1484000 | #Constraints:     146048
1578.59/1585.90	c #Conflicts:    1485000 | #Constraints:     147048
1578.59/1585.90	c #Conflicts:    1486000 | #Constraints:     148048
1578.59/1585.90	c #Conflicts:    1487000 | #Constraints:     149048
1578.59/1585.90	c #Conflicts:    1488000 | #Constraints:     150048
1578.59/1585.90	c #Conflicts:    1489000 | #Constraints:     151048
1578.59/1585.90	c #Conflicts:    1490000 | #Constraints:     152048
1578.59/1585.90	c #Conflicts:    1491000 | #Constraints:     153048
1578.59/1585.90	c #Conflicts:    1492000 | #Constraints:     154048
1578.59/1585.90	c #Conflicts:    1493000 | #Constraints:     155048
1578.59/1585.90	c #Conflicts:    1494000 | #Constraints:     156048
1578.59/1585.90	c #Conflicts:    1495000 | #Constraints:     157048
1578.59/1585.90	c #Conflicts:    1496000 | #Constraints:     158048
1578.59/1585.90	c #Conflicts:    1497000 | #Constraints:     159048
1578.59/1585.90	c #Conflicts:    1498000 | #Constraints:     160048
1578.59/1585.90	c #Conflicts:    1499000 | #Constraints:     161048
1578.59/1585.90	c #Conflicts:    1500000 | #Constraints:     162048
1578.59/1585.90	c #Conflicts:    1501000 | #Constraints:     163048
1578.59/1585.90	c #Conflicts:    1502000 | #Constraints:     164048
1578.59/1585.90	c #Conflicts:    1503000 | #Constraints:     165048
1578.59/1585.90	c #Conflicts:    1504000 | #Constraints:     166048
1578.59/1585.90	c #Conflicts:    1505000 | #Constraints:     167048
1578.59/1585.90	c bounds -42 >= -303 @ 1564.51
1631.07/1638.69	c #Conflicts:    1506000 | #Constraints:     168120
1631.07/1638.69	c #Conflicts:    1507000 | #Constraints:     169120
1631.07/1638.69	c #Conflicts:    1508000 | #Constraints:     170120
1631.07/1638.69	c #Conflicts:    1509000 | #Constraints:     171120
1631.07/1638.69	c #Conflicts:    1510000 | #Constraints:     172120
1631.07/1638.69	c #Conflicts:    1511000 | #Constraints:     173120
1631.07/1638.69	c #Conflicts:    1512000 | #Constraints:     174120
1631.07/1638.69	c #Conflicts:    1513000 | #Constraints:     175120
1631.07/1638.69	c #Conflicts:    1514000 | #Constraints:     176120
1631.07/1638.69	c #Conflicts:    1515000 | #Constraints:     177120
1631.07/1638.69	c #Conflicts:    1516000 | #Constraints:     178120
1631.07/1638.69	c #Conflicts:    1517000 | #Constraints:     179120
1631.07/1638.69	c #Conflicts:    1518000 | #Constraints:     180120
1631.07/1638.69	c #Conflicts:    1519000 | #Constraints:     181120
1631.07/1638.69	c #Conflicts:    1520000 | #Constraints:     182120
1631.07/1638.69	c #Conflicts:    1521000 | #Constraints:     183120
1631.07/1638.69	c #Conflicts:    1522000 | #Constraints:     184120
1631.07/1638.69	c #Conflicts:    1523000 | #Constraints:     185120
1631.07/1638.69	c #Conflicts:    1524000 | #Constraints:     186120
1631.07/1638.69	c #Conflicts:    1525000 | #Constraints:     187120
1631.07/1638.69	c #Conflicts:    1526000 | #Constraints:     188120
1631.07/1638.69	c #Conflicts:    1527000 | #Constraints:     189120
1631.07/1638.69	c #Conflicts:    1528000 | #Constraints:     190120
1631.07/1638.69	c #Conflicts:    1529000 | #Constraints:     191120
1631.07/1638.69	c #Conflicts:    1530000 | #Constraints:     192120
1631.07/1638.69	c #Conflicts:    1531000 | #Constraints:     193120
1631.07/1638.69	c #Conflicts:    1532000 | #Constraints:     194120
1631.07/1638.69	c #Conflicts:    1533000 | #Constraints:     195120
1631.07/1638.69	c #Conflicts:    1534000 | #Constraints:     196120
1631.07/1638.69	c #Conflicts:    1535000 | #Constraints:     197120
1631.07/1638.69	c #Conflicts:    1536000 | #Constraints:     198120
1631.07/1638.69	c #Conflicts:    1537000 | #Constraints:     199120
1631.07/1638.69	c #Conflicts:    1538000 | #Constraints:     200120
1631.07/1638.69	c #Conflicts:    1539000 | #Constraints:     201120
1631.07/1638.69	c #Conflicts:    1540000 | #Constraints:     202120
1631.07/1638.69	c #Conflicts:    1541000 | #Constraints:     203120
1631.07/1638.69	c #Conflicts:    1542000 | #Constraints:     204120
1631.07/1638.69	c #Conflicts:    1543000 | #Constraints:     205120
1631.07/1638.69	c #Conflicts:    1544000 | #Constraints:     206120
1631.07/1638.69	c #Conflicts:    1545000 | #Constraints:     207120
1631.07/1638.69	c #Conflicts:    1546000 | #Constraints:     208120
1631.07/1638.69	c #Conflicts:    1547000 | #Constraints:     209120
1631.07/1638.69	c #Conflicts:    1548000 | #Constraints:     210120
1631.07/1638.69	c #Conflicts:    1549000 | #Constraints:     211120
1631.07/1638.69	c bounds -42 >= -302 @ 1616.71
1647.73/1655.31	c #Conflicts:    1550000 | #Constraints:     212138
1647.73/1655.31	c #Conflicts:    1551000 | #Constraints:     213138
1647.73/1655.31	c #Conflicts:    1552000 | #Constraints:     214138
1647.73/1655.31	c #Conflicts:    1553000 | #Constraints:     215138
1647.73/1655.31	c #Conflicts:    1554000 | #Constraints:     216138
1647.73/1655.31	c #Conflicts:    1555000 | #Constraints:     217138
1647.73/1655.31	c #Conflicts:    1556000 | #Constraints:     218138
1647.73/1655.31	c #Conflicts:    1557000 | #Constraints:     219138
1647.73/1655.31	c #Conflicts:    1558000 | #Constraints:     220138
1647.73/1655.31	c #Conflicts:    1559000 | #Constraints:     221138
1647.73/1655.31	c #Conflicts:    1560000 | #Constraints:     222138
1647.73/1655.31	c #Conflicts:    1561000 | #Constraints:     223138
1647.73/1655.31	c #Conflicts:    1562000 | #Constraints:     224138
1647.73/1655.31	c INPROCESSING
1647.73/1655.31	c GARBAGE COLLECT
1647.73/1655.31	c rational objective -302
1668.32/1676.07	c #Conflicts:    1563000 | #Constraints:     162249
1668.32/1676.07	c #Conflicts:    1564000 | #Constraints:     163249
1668.32/1676.07	c #Conflicts:    1565000 | #Constraints:     164249
1668.32/1676.07	c #Conflicts:    1566000 | #Constraints:     165249
1668.32/1676.07	c #Conflicts:    1567000 | #Constraints:     166249
1668.32/1676.07	c #Conflicts:    1568000 | #Constraints:     167249
1668.32/1676.07	c #Conflicts:    1569000 | #Constraints:     168249
1668.32/1676.07	c #Conflicts:    1570000 | #Constraints:     169249
1668.32/1676.07	c #Conflicts:    1571000 | #Constraints:     170249
1668.32/1676.07	c #Conflicts:    1572000 | #Constraints:     171249
1668.32/1676.07	c #Conflicts:    1573000 | #Constraints:     172249
1668.32/1676.07	c #Conflicts:    1574000 | #Constraints:     173249
1668.32/1676.07	c #Conflicts:    1575000 | #Constraints:     174249
1668.32/1676.07	c #Conflicts:    1576000 | #Constraints:     175249
1668.32/1676.07	c #Conflicts:    1577000 | #Constraints:     176249
1668.32/1676.07	c #Conflicts:    1578000 | #Constraints:     177249
1668.32/1676.07	c #Conflicts:    1579000 | #Constraints:     178249
1668.32/1676.07	c #Conflicts:    1580000 | #Constraints:     179249
1668.32/1676.07	c #Conflicts:    1581000 | #Constraints:     180249
1668.32/1676.07	c #Conflicts:    1582000 | #Constraints:     181249
1668.32/1676.07	c bounds -42 >= -301 @ 1653.65
1679.38/1687.15	c #Conflicts:    1583000 | #Constraints:     182285
1679.38/1687.15	c #Conflicts:    1584000 | #Constraints:     183285
1679.38/1687.15	c #Conflicts:    1585000 | #Constraints:     184285
1679.38/1687.15	c #Conflicts:    1586000 | #Constraints:     185285
1679.38/1687.15	c #Conflicts:    1587000 | #Constraints:     186285
1679.38/1687.15	c #Conflicts:    1588000 | #Constraints:     187285
1679.38/1687.15	c #Conflicts:    1589000 | #Constraints:     188285
1679.38/1687.15	c #Conflicts:    1590000 | #Constraints:     189285
1679.38/1687.15	c #Conflicts:    1591000 | #Constraints:     190285
1679.38/1687.15	c #Conflicts:    1592000 | #Constraints:     191285
1679.38/1687.15	c #Conflicts:    1593000 | #Constraints:     192285
1679.38/1687.15	c INPROCESSING
1679.38/1687.15	c GARBAGE COLLECT
1679.38/1687.15	c rational objective -301
1708.09/1715.92	c #Conflicts:    1594000 | #Constraints:     146191
1708.09/1715.92	c #Conflicts:    1595000 | #Constraints:     147191
1708.09/1715.92	c #Conflicts:    1596000 | #Constraints:     148191
1708.09/1715.92	c #Conflicts:    1597000 | #Constraints:     149191
1708.09/1715.92	c #Conflicts:    1598000 | #Constraints:     150191
1708.09/1715.92	c #Conflicts:    1599000 | #Constraints:     151191
1708.09/1715.92	c #Conflicts:    1600000 | #Constraints:     152191
1708.09/1715.92	c #Conflicts:    1601000 | #Constraints:     153191
1708.09/1715.92	c #Conflicts:    1602000 | #Constraints:     154191
1708.09/1715.92	c #Conflicts:    1603000 | #Constraints:     155191
1708.09/1715.92	c #Conflicts:    1604000 | #Constraints:     156191
1708.09/1715.92	c #Conflicts:    1605000 | #Constraints:     157191
1708.09/1715.92	c #Conflicts:    1606000 | #Constraints:     158191
1708.09/1715.92	c #Conflicts:    1607000 | #Constraints:     159191
1708.09/1715.92	c #Conflicts:    1608000 | #Constraints:     160191
1708.09/1715.92	c #Conflicts:    1609000 | #Constraints:     161191
1708.09/1715.92	c #Conflicts:    1610000 | #Constraints:     162191
1708.09/1715.92	c #Conflicts:    1611000 | #Constraints:     163191
1708.09/1715.92	c #Conflicts:    1612000 | #Constraints:     164191
1708.09/1715.92	c #Conflicts:    1613000 | #Constraints:     165191
1708.09/1715.92	c #Conflicts:    1614000 | #Constraints:     166191
1708.09/1715.92	c #Conflicts:    1615000 | #Constraints:     167191
1708.09/1715.92	c #Conflicts:    1616000 | #Constraints:     168191
1708.09/1715.92	c #Conflicts:    1617000 | #Constraints:     169191
1708.09/1715.92	c #Conflicts:    1618000 | #Constraints:     170191
1708.09/1715.92	c #Conflicts:    1619000 | #Constraints:     171191
1708.09/1715.92	c #Conflicts:    1620000 | #Constraints:     172191
1708.09/1715.92	c #Conflicts:    1621000 | #Constraints:     173191
1708.09/1715.92	c #Conflicts:    1622000 | #Constraints:     174191
1708.09/1715.92	c #Conflicts:    1623000 | #Constraints:     175191
1708.09/1715.92	c #Conflicts:    1624000 | #Constraints:     176191
1708.09/1715.92	c #Conflicts:    1625000 | #Constraints:     177191
1708.09/1715.92	c INPROCESSING
1708.09/1715.92	c GARBAGE COLLECT
1708.09/1715.92	c rational objective -301
1769.78/1777.90	c #Conflicts:    1626000 | #Constraints:     141581
1769.78/1777.90	c #Conflicts:    1627000 | #Constraints:     142581
1769.78/1777.90	c #Conflicts:    1628000 | #Constraints:     143581
1769.78/1777.90	c #Conflicts:    1629000 | #Constraints:     144581
1769.78/1777.90	c #Conflicts:    1630000 | #Constraints:     145581
1769.78/1777.90	c #Conflicts:    1631000 | #Constraints:     146581
1769.78/1777.90	c #Conflicts:    1632000 | #Constraints:     147581
1769.78/1777.90	c #Conflicts:    1633000 | #Constraints:     148581
1769.78/1777.90	c #Conflicts:    1634000 | #Constraints:     149581
1769.78/1777.90	c #Conflicts:    1635000 | #Constraints:     150581
1769.78/1777.90	c #Conflicts:    1636000 | #Constraints:     151581
1769.78/1777.90	c #Conflicts:    1637000 | #Constraints:     152581
1769.78/1777.90	c #Conflicts:    1638000 | #Constraints:     153581
1769.78/1777.90	c #Conflicts:    1639000 | #Constraints:     154581
1769.78/1777.90	c #Conflicts:    1640000 | #Constraints:     155581
1769.78/1777.90	c #Conflicts:    1641000 | #Constraints:     156581
1769.78/1777.90	c #Conflicts:    1642000 | #Constraints:     157581
1769.78/1777.90	c #Conflicts:    1643000 | #Constraints:     158581
1769.78/1777.90	c #Conflicts:    1644000 | #Constraints:     159581
1769.78/1777.90	c #Conflicts:    1645000 | #Constraints:     160581
1769.78/1777.90	c #Conflicts:    1646000 | #Constraints:     161581
1769.78/1777.90	c #Conflicts:    1647000 | #Constraints:     162581
1769.78/1777.90	c #Conflicts:    1648000 | #Constraints:     163581
1769.78/1777.90	c #Conflicts:    1649000 | #Constraints:     164581
1769.78/1777.90	c #Conflicts:    1650000 | #Constraints:     165581
1769.78/1777.90	c #Conflicts:    1651000 | #Constraints:     166581
1769.78/1777.90	c #Conflicts:    1652000 | #Constraints:     167581
1769.78/1777.90	c #Conflicts:    1653000 | #Constraints:     168581
1769.78/1777.90	c #Conflicts:    1654000 | #Constraints:     169581
1769.78/1777.90	c #Conflicts:    1655000 | #Constraints:     170581
1769.78/1777.90	c #Conflicts:    1656000 | #Constraints:     171581
1769.78/1777.90	c #Conflicts:    1657000 | #Constraints:     172581
1769.78/1777.90	c #Conflicts:    1658000 | #Constraints:     173581
1769.78/1777.90	c #Conflicts:    1659000 | #Constraints:     174581
1769.78/1777.90	c #Conflicts:    1660000 | #Constraints:     175581
1769.78/1777.90	c #Conflicts:    1661000 | #Constraints:     176581
1769.78/1777.90	c #Conflicts:    1662000 | #Constraints:     177581
1769.78/1777.90	c #Conflicts:    1663000 | #Constraints:     178581
1769.78/1777.90	c #Conflicts:    1664000 | #Constraints:     179581
1769.78/1777.90	c #Conflicts:    1665000 | #Constraints:     180581
1769.78/1777.90	c #Conflicts:    1666000 | #Constraints:     181581
1769.78/1777.90	c #Conflicts:    1667000 | #Constraints:     182581
1769.78/1777.90	c #Conflicts:    1668000 | #Constraints:     183581
1769.78/1777.90	c #Conflicts:    1669000 | #Constraints:     184581
1769.78/1777.90	c #Conflicts:    1670000 | #Constraints:     185581
1769.78/1777.90	c #Conflicts:    1671000 | #Constraints:     186581
1769.78/1777.90	c #Conflicts:    1672000 | #Constraints:     187581
1769.78/1777.90	c #Conflicts:    1673000 | #Constraints:     188581
1769.78/1777.90	c #Conflicts:    1674000 | #Constraints:     189581
1769.78/1777.90	c #Conflicts:    1675000 | #Constraints:     190581
1769.78/1777.90	c #Conflicts:    1676000 | #Constraints:     191581
1769.78/1777.90	c #Conflicts:    1677000 | #Constraints:     192581
1769.78/1777.90	c #Conflicts:    1678000 | #Constraints:     193581
1769.78/1777.90	c #Conflicts:    1679000 | #Constraints:     194581
1769.78/1777.90	c #Conflicts:    1680000 | #Constraints:     195581
1769.78/1777.90	c #Conflicts:    1681000 | #Constraints:     196581
1769.78/1777.90	c bounds -42 >= -300 @ 1754.12
1817.10/1825.45	c #Conflicts:    1682000 | #Constraints:     197659
1817.10/1825.45	c #Conflicts:    1683000 | #Constraints:     198659
1817.10/1825.45	c #Conflicts:    1684000 | #Constraints:     199659
1817.10/1825.45	c #Conflicts:    1685000 | #Constraints:     200659
1817.10/1825.45	c #Conflicts:    1686000 | #Constraints:     201659
1817.10/1825.45	c #Conflicts:    1687000 | #Constraints:     202659
1817.10/1825.45	c #Conflicts:    1688000 | #Constraints:     203659
1817.10/1825.45	c #Conflicts:    1689000 | #Constraints:     204659
1817.10/1825.45	c #Conflicts:    1690000 | #Constraints:     205659
1817.10/1825.45	c #Conflicts:    1691000 | #Constraints:     206659
1817.10/1825.45	c #Conflicts:    1692000 | #Constraints:     207659
1817.10/1825.45	c #Conflicts:    1693000 | #Constraints:     208659
1817.10/1825.45	c #Conflicts:    1694000 | #Constraints:     209659
1817.10/1825.45	c #Conflicts:    1695000 | #Constraints:     210659
1817.10/1825.45	c #Conflicts:    1696000 | #Constraints:     211659
1817.10/1825.45	c #Conflicts:    1697000 | #Constraints:     212659
1817.10/1825.45	c #Conflicts:    1698000 | #Constraints:     213659
1817.10/1825.45	c #Conflicts:    1699000 | #Constraints:     214659
1817.10/1825.45	c #Conflicts:    1700000 | #Constraints:     215659
1817.10/1825.45	c #Conflicts:    1701000 | #Constraints:     216659
1817.10/1825.46	c #Conflicts:    1702000 | #Constraints:     217659
1817.10/1825.46	c #Conflicts:    1703000 | #Constraints:     218659
1817.10/1825.46	c #Conflicts:    1704000 | #Constraints:     219659
1817.10/1825.46	c #Conflicts:    1705000 | #Constraints:     220659
1817.10/1825.46	c #Conflicts:    1706000 | #Constraints:     221659
1817.10/1825.46	c #Conflicts:    1707000 | #Constraints:     222659
1817.10/1825.46	c #Conflicts:    1708000 | #Constraints:     223659
1817.10/1825.46	c #Conflicts:    1709000 | #Constraints:     224659
1817.10/1825.46	c #Conflicts:    1710000 | #Constraints:     225659
1817.10/1825.46	c #Conflicts:    1711000 | #Constraints:     226659
1817.10/1825.46	c #Conflicts:    1712000 | #Constraints:     227659
1817.10/1825.46	c #Conflicts:    1713000 | #Constraints:     228659
1817.10/1825.46	c #Conflicts:    1714000 | #Constraints:     229659
1817.10/1825.46	c #Conflicts:    1715000 | #Constraints:     230659
1817.10/1825.46	c #Conflicts:    1716000 | #Constraints:     231659
1817.10/1825.46	c INPROCESSING
1817.10/1825.46	c GARBAGE COLLECT
1817.10/1825.46	c rational objective -300
1843.68/1852.11	c #Conflicts:    1717000 | #Constraints:     166288
1843.68/1852.11	c #Conflicts:    1718000 | #Constraints:     167288
1843.68/1852.11	c #Conflicts:    1719000 | #Constraints:     168288
1843.68/1852.11	c #Conflicts:    1720000 | #Constraints:     169288
1843.68/1852.11	c #Conflicts:    1721000 | #Constraints:     170288
1843.68/1852.11	c #Conflicts:    1722000 | #Constraints:     171288
1843.68/1852.11	c #Conflicts:    1723000 | #Constraints:     172288
1843.68/1852.11	c #Conflicts:    1724000 | #Constraints:     173288
1843.68/1852.11	c #Conflicts:    1725000 | #Constraints:     174288
1843.68/1852.11	c #Conflicts:    1726000 | #Constraints:     175288
1843.68/1852.11	c #Conflicts:    1727000 | #Constraints:     176288
1843.68/1852.11	c #Conflicts:    1728000 | #Constraints:     177288
1843.68/1852.11	c #Conflicts:    1729000 | #Constraints:     178288
1843.68/1852.11	c #Conflicts:    1730000 | #Constraints:     179288
1843.68/1852.11	c #Conflicts:    1731000 | #Constraints:     180288
1843.68/1852.11	c #Conflicts:    1732000 | #Constraints:     181288
1843.68/1852.11	c #Conflicts:    1733000 | #Constraints:     182288
1843.68/1852.11	c #Conflicts:    1734000 | #Constraints:     183288
1843.68/1852.11	c #Conflicts:    1735000 | #Constraints:     184288
1843.68/1852.11	c #Conflicts:    1736000 | #Constraints:     185288
1843.68/1852.11	c #Conflicts:    1737000 | #Constraints:     186288
1843.68/1852.11	c #Conflicts:    1738000 | #Constraints:     187288
1843.68/1852.11	c #Conflicts:    1739000 | #Constraints:     188288
1843.68/1852.11	c #Conflicts:    1740000 | #Constraints:     189288
1843.68/1852.11	c #Conflicts:    1741000 | #Constraints:     190288
1843.68/1852.11	c #Conflicts:    1742000 | #Constraints:     191288
1843.68/1852.11	c bounds -42 >= -299 @ 1827.42
1850.66/1859.13	c #Conflicts:    1743000 | #Constraints:     192318
1850.66/1859.13	c #Conflicts:    1744000 | #Constraints:     193318
1850.66/1859.13	c #Conflicts:    1745000 | #Constraints:     194318
1850.66/1859.13	c #Conflicts:    1746000 | #Constraints:     195318
1850.66/1859.13	c #Conflicts:    1747000 | #Constraints:     196318
1850.66/1859.13	c #Conflicts:    1748000 | #Constraints:     197318
1850.66/1859.13	c #Conflicts:    1749000 | #Constraints:     198318
1850.66/1859.13	c INPROCESSING
1850.66/1859.13	c GARBAGE COLLECT
1850.66/1859.13	c rational objective -299
1883.57/1892.12	c #Conflicts:    1750000 | #Constraints:     149755
1883.57/1892.12	c #Conflicts:    1751000 | #Constraints:     150755
1883.57/1892.12	c #Conflicts:    1752000 | #Constraints:     151755
1883.57/1892.12	c #Conflicts:    1753000 | #Constraints:     152755
1883.57/1892.12	c #Conflicts:    1754000 | #Constraints:     153755
1883.57/1892.12	c #Conflicts:    1755000 | #Constraints:     154755
1883.57/1892.12	c #Conflicts:    1756000 | #Constraints:     155755
1883.57/1892.12	c #Conflicts:    1757000 | #Constraints:     156755
1883.57/1892.12	c #Conflicts:    1758000 | #Constraints:     157755
1883.57/1892.12	c #Conflicts:    1759000 | #Constraints:     158755
1883.57/1892.12	c #Conflicts:    1760000 | #Constraints:     159755
1883.57/1892.12	c #Conflicts:    1761000 | #Constraints:     160755
1883.57/1892.12	c #Conflicts:    1762000 | #Constraints:     161755
1883.57/1892.12	c #Conflicts:    1763000 | #Constraints:     162755
1883.57/1892.12	c #Conflicts:    1764000 | #Constraints:     163755
1883.57/1892.12	c #Conflicts:    1765000 | #Constraints:     164755
1883.57/1892.12	c #Conflicts:    1766000 | #Constraints:     165755
1883.57/1892.12	c #Conflicts:    1767000 | #Constraints:     166755
1883.57/1892.12	c #Conflicts:    1768000 | #Constraints:     167755
1883.57/1892.12	c #Conflicts:    1769000 | #Constraints:     168755
1883.57/1892.12	c #Conflicts:    1770000 | #Constraints:     169755
1883.57/1892.12	c #Conflicts:    1771000 | #Constraints:     170755
1883.57/1892.12	c #Conflicts:    1772000 | #Constraints:     171755
1883.57/1892.12	c #Conflicts:    1773000 | #Constraints:     172755
1883.57/1892.12	c #Conflicts:    1774000 | #Constraints:     173755
1883.57/1892.12	c #Conflicts:    1775000 | #Constraints:     174755
1883.57/1892.12	c #Conflicts:    1776000 | #Constraints:     175755
1883.57/1892.12	c #Conflicts:    1777000 | #Constraints:     176755
1883.57/1892.12	c #Conflicts:    1778000 | #Constraints:     177755
1883.57/1892.12	c #Conflicts:    1779000 | #Constraints:     178755
1883.57/1892.12	c #Conflicts:    1780000 | #Constraints:     179755
1883.57/1892.12	c #Conflicts:    1781000 | #Constraints:     180755
1883.57/1892.12	c #Conflicts:    1782000 | #Constraints:     181755
1883.57/1892.12	c INPROCESSING
1883.57/1892.12	c GARBAGE COLLECT
1883.57/1892.12	c rational objective -299
1942.76/1951.63	c #Conflicts:    1783000 | #Constraints:     145159
1942.76/1951.63	c #Conflicts:    1784000 | #Constraints:     146159
1942.76/1951.63	c #Conflicts:    1785000 | #Constraints:     147159
1942.76/1951.63	c #Conflicts:    1786000 | #Constraints:     148159
1942.76/1951.63	c #Conflicts:    1787000 | #Constraints:     149159
1942.76/1951.63	c #Conflicts:    1788000 | #Constraints:     150159
1942.76/1951.63	c #Conflicts:    1789000 | #Constraints:     151159
1942.76/1951.63	c #Conflicts:    1790000 | #Constraints:     152159
1942.76/1951.63	c #Conflicts:    1791000 | #Constraints:     153159
1942.76/1951.63	c #Conflicts:    1792000 | #Constraints:     154159
1942.76/1951.63	c #Conflicts:    1793000 | #Constraints:     155159
1942.76/1951.63	c #Conflicts:    1794000 | #Constraints:     156159
1942.76/1951.63	c #Conflicts:    1795000 | #Constraints:     157159
1942.76/1951.63	c #Conflicts:    1796000 | #Constraints:     158159
1942.76/1951.63	c #Conflicts:    1797000 | #Constraints:     159159
1942.76/1951.63	c #Conflicts:    1798000 | #Constraints:     160159
1942.76/1951.63	c #Conflicts:    1799000 | #Constraints:     161159
1942.76/1951.63	c #Conflicts:    1800000 | #Constraints:     162159
1942.76/1951.63	c #Conflicts:    1801000 | #Constraints:     163159
1942.76/1951.63	c #Conflicts:    1802000 | #Constraints:     164159
1942.76/1951.63	c #Conflicts:    1803000 | #Constraints:     165159
1942.76/1951.63	c #Conflicts:    1804000 | #Constraints:     166159
1942.76/1951.63	c #Conflicts:    1805000 | #Constraints:     167159
1942.76/1951.63	c #Conflicts:    1806000 | #Constraints:     168159
1942.76/1951.63	c #Conflicts:    1807000 | #Constraints:     169159
1942.76/1951.63	c #Conflicts:    1808000 | #Constraints:     170159
1942.76/1951.63	c #Conflicts:    1809000 | #Constraints:     171159
1942.76/1951.63	c #Conflicts:    1810000 | #Constraints:     172159
1942.76/1951.63	c #Conflicts:    1811000 | #Constraints:     173159
1942.76/1951.63	c #Conflicts:    1812000 | #Constraints:     174159
1942.76/1951.63	c #Conflicts:    1813000 | #Constraints:     175159
1942.76/1951.63	c #Conflicts:    1814000 | #Constraints:     176159
1942.76/1951.63	c #Conflicts:    1815000 | #Constraints:     177159
1942.76/1951.63	c #Conflicts:    1816000 | #Constraints:     178159
1942.76/1951.63	c #Conflicts:    1817000 | #Constraints:     179159
1942.76/1951.63	c #Conflicts:    1818000 | #Constraints:     180159
1942.76/1951.63	c #Conflicts:    1819000 | #Constraints:     181159
1942.76/1951.63	c #Conflicts:    1820000 | #Constraints:     182159
1942.76/1951.63	c #Conflicts:    1821000 | #Constraints:     183159
1942.76/1951.63	c #Conflicts:    1822000 | #Constraints:     184159
1942.76/1951.63	c #Conflicts:    1823000 | #Constraints:     185159
1942.76/1951.63	c #Conflicts:    1824000 | #Constraints:     186159
1942.76/1951.63	c #Conflicts:    1825000 | #Constraints:     187159
1942.76/1951.63	c #Conflicts:    1826000 | #Constraints:     188159
1942.76/1951.63	c #Conflicts:    1827000 | #Constraints:     189159
1942.76/1951.63	c #Conflicts:    1828000 | #Constraints:     190159
1942.76/1951.63	c #Conflicts:    1829000 | #Constraints:     191159
1942.76/1951.63	c #Conflicts:    1830000 | #Constraints:     192159
1942.76/1951.63	c #Conflicts:    1831000 | #Constraints:     193159
1942.76/1951.63	c #Conflicts:    1832000 | #Constraints:     194159
1942.76/1951.63	c #Conflicts:    1833000 | #Constraints:     195159
1942.76/1951.63	c #Conflicts:    1834000 | #Constraints:     196159
1942.76/1951.63	c #Conflicts:    1835000 | #Constraints:     197159
1942.76/1951.63	c #Conflicts:    1836000 | #Constraints:     198159
1942.76/1951.63	c #Conflicts:    1837000 | #Constraints:     199159
1942.76/1951.63	c #Conflicts:    1838000 | #Constraints:     200159
1942.76/1951.63	c bounds -42 >= -298 @ 1925.59
1997.57/2006.64	c #Conflicts:    1839000 | #Constraints:     201231
1997.57/2006.64	c #Conflicts:    1840000 | #Constraints:     202231
1997.57/2006.64	c #Conflicts:    1841000 | #Constraints:     203231
1997.57/2006.64	c #Conflicts:    1842000 | #Constraints:     204231
1997.57/2006.64	c #Conflicts:    1843000 | #Constraints:     205231
1997.57/2006.64	c #Conflicts:    1844000 | #Constraints:     206231
1997.57/2006.64	c #Conflicts:    1845000 | #Constraints:     207231
1997.57/2006.64	c #Conflicts:    1846000 | #Constraints:     208231
1997.57/2006.64	c #Conflicts:    1847000 | #Constraints:     209231
1997.57/2006.64	c #Conflicts:    1848000 | #Constraints:     210231
1997.57/2006.64	c #Conflicts:    1849000 | #Constraints:     211231
1997.57/2006.64	c #Conflicts:    1850000 | #Constraints:     212231
1997.57/2006.64	c #Conflicts:    1851000 | #Constraints:     213231
1997.57/2006.64	c #Conflicts:    1852000 | #Constraints:     214231
1997.57/2006.64	c #Conflicts:    1853000 | #Constraints:     215231
1997.57/2006.64	c #Conflicts:    1854000 | #Constraints:     216231
1997.57/2006.64	c #Conflicts:    1855000 | #Constraints:     217231
1997.57/2006.64	c #Conflicts:    1856000 | #Constraints:     218231
1997.57/2006.64	c #Conflicts:    1857000 | #Constraints:     219231
1997.57/2006.64	c #Conflicts:    1858000 | #Constraints:     220231
1997.57/2006.64	c #Conflicts:    1859000 | #Constraints:     221231
1997.57/2006.64	c #Conflicts:    1860000 | #Constraints:     222231
1997.57/2006.64	c #Conflicts:    1861000 | #Constraints:     223231
1997.57/2006.64	c #Conflicts:    1862000 | #Constraints:     224231
1997.57/2006.64	c #Conflicts:    1863000 | #Constraints:     225231
1997.57/2006.64	c #Conflicts:    1864000 | #Constraints:     226231
1997.57/2006.64	c #Conflicts:    1865000 | #Constraints:     227231
1997.57/2006.64	c #Conflicts:    1866000 | #Constraints:     228231
1997.57/2006.64	c #Conflicts:    1867000 | #Constraints:     229231
1997.57/2006.64	c #Conflicts:    1868000 | #Constraints:     230231
1997.57/2006.64	c #Conflicts:    1869000 | #Constraints:     231231
1997.57/2006.64	c #Conflicts:    1870000 | #Constraints:     232231
1997.57/2006.64	c #Conflicts:    1871000 | #Constraints:     233231
1997.57/2006.64	c #Conflicts:    1872000 | #Constraints:     234231
1997.57/2006.64	c #Conflicts:    1873000 | #Constraints:     235231
1997.57/2006.64	c #Conflicts:    1874000 | #Constraints:     236231
1997.57/2006.64	c #Conflicts:    1875000 | #Constraints:     237231
1997.57/2006.64	c #Conflicts:    1876000 | #Constraints:     238231
1997.57/2006.64	c INPROCESSING
1997.57/2006.64	c GARBAGE COLLECT
1997.57/2006.64	c rational objective -298
2008.53/2017.65	c #Conflicts:    1877000 | #Constraints:     168871
2008.53/2017.65	c #Conflicts:    1878000 | #Constraints:     169871
2008.53/2017.65	c #Conflicts:    1879000 | #Constraints:     170871
2008.53/2017.65	c #Conflicts:    1880000 | #Constraints:     171871
2008.53/2017.65	c #Conflicts:    1881000 | #Constraints:     172871
2008.53/2017.65	c #Conflicts:    1882000 | #Constraints:     173871
2008.53/2017.65	c #Conflicts:    1883000 | #Constraints:     174871
2008.53/2017.65	c #Conflicts:    1884000 | #Constraints:     175871
2008.53/2017.65	c #Conflicts:    1885000 | #Constraints:     176871
2008.53/2017.65	c #Conflicts:    1886000 | #Constraints:     177871
2008.53/2017.65	c #Conflicts:    1887000 | #Constraints:     178871
2008.53/2017.65	c bounds -42 >= -297 @ 1990.89
2037.47/2046.78	c #Conflicts:    1888000 | #Constraints:     179904
2037.47/2046.78	c #Conflicts:    1889000 | #Constraints:     180904
2037.47/2046.78	c #Conflicts:    1890000 | #Constraints:     181904
2037.47/2046.78	c #Conflicts:    1891000 | #Constraints:     182904
2037.47/2046.78	c #Conflicts:    1892000 | #Constraints:     183904
2037.47/2046.78	c #Conflicts:    1893000 | #Constraints:     184904
2037.47/2046.78	c #Conflicts:    1894000 | #Constraints:     185904
2037.47/2046.78	c #Conflicts:    1895000 | #Constraints:     186904
2037.47/2046.78	c #Conflicts:    1896000 | #Constraints:     187904
2037.47/2046.78	c #Conflicts:    1897000 | #Constraints:     188904
2037.47/2046.78	c #Conflicts:    1898000 | #Constraints:     189904
2037.47/2046.78	c #Conflicts:    1899000 | #Constraints:     190904
2037.47/2046.78	c #Conflicts:    1900000 | #Constraints:     191904
2037.47/2046.78	c #Conflicts:    1901000 | #Constraints:     192904
2037.47/2046.78	c #Conflicts:    1902000 | #Constraints:     193904
2037.47/2046.78	c #Conflicts:    1903000 | #Constraints:     194904
2037.47/2046.78	c #Conflicts:    1904000 | #Constraints:     195904
2037.47/2046.78	c #Conflicts:    1905000 | #Constraints:     196904
2037.47/2046.78	c #Conflicts:    1906000 | #Constraints:     197904
2037.47/2046.78	c #Conflicts:    1907000 | #Constraints:     198904
2037.47/2046.78	c #Conflicts:    1908000 | #Constraints:     199904
2037.47/2046.78	c #Conflicts:    1909000 | #Constraints:     200904
2037.47/2046.78	c #Conflicts:    1910000 | #Constraints:     201904
2037.47/2046.78	c #Conflicts:    1911000 | #Constraints:     202904
2037.47/2046.78	c INPROCESSING
2037.47/2046.78	c GARBAGE COLLECT
2037.47/2046.78	c rational objective -297
2056.13/2065.51	c #Conflicts:    1912000 | #Constraints:     151809
2056.13/2065.51	c #Conflicts:    1913000 | #Constraints:     152809
2056.13/2065.51	c #Conflicts:    1914000 | #Constraints:     153809
2056.13/2065.51	c #Conflicts:    1915000 | #Constraints:     154809
2056.13/2065.51	c #Conflicts:    1916000 | #Constraints:     155809
2056.13/2065.51	c #Conflicts:    1917000 | #Constraints:     156809
2056.13/2065.51	c #Conflicts:    1918000 | #Constraints:     157809
2056.13/2065.51	c #Conflicts:    1919000 | #Constraints:     158809
2056.13/2065.51	c #Conflicts:    1920000 | #Constraints:     159809
2056.13/2065.51	c #Conflicts:    1921000 | #Constraints:     160809
2056.13/2065.51	c #Conflicts:    1922000 | #Constraints:     161809
2056.13/2065.51	c #Conflicts:    1923000 | #Constraints:     162809
2056.13/2065.51	c #Conflicts:    1924000 | #Constraints:     163809
2056.13/2065.51	c #Conflicts:    1925000 | #Constraints:     164809
2056.13/2065.51	c #Conflicts:    1926000 | #Constraints:     165809
2056.13/2065.51	c #Conflicts:    1927000 | #Constraints:     166809
2056.13/2065.51	c #Conflicts:    1928000 | #Constraints:     167809
2056.13/2065.51	c #Conflicts:    1929000 | #Constraints:     168809
2056.13/2065.51	c #Conflicts:    1930000 | #Constraints:     169809
2056.13/2065.51	c #Conflicts:    1931000 | #Constraints:     170809
2056.13/2065.51	c bounds -42 >= -296 @ 2038.02
2070.29/2079.79	c #Conflicts:    1932000 | #Constraints:     171857
2070.29/2079.79	c #Conflicts:    1933000 | #Constraints:     172857
2070.29/2079.79	c #Conflicts:    1934000 | #Constraints:     173857
2070.29/2079.79	c #Conflicts:    1935000 | #Constraints:     174857
2070.29/2079.79	c #Conflicts:    1936000 | #Constraints:     175857
2070.29/2079.79	c #Conflicts:    1937000 | #Constraints:     176857
2070.29/2079.79	c #Conflicts:    1938000 | #Constraints:     177857
2070.29/2079.79	c #Conflicts:    1939000 | #Constraints:     178857
2070.29/2079.79	c #Conflicts:    1940000 | #Constraints:     179857
2070.29/2079.79	c #Conflicts:    1941000 | #Constraints:     180857
2070.29/2079.79	c #Conflicts:    1942000 | #Constraints:     181857
2070.29/2079.79	c #Conflicts:    1943000 | #Constraints:     182857
2070.29/2079.79	c #Conflicts:    1944000 | #Constraints:     183857
2070.29/2079.79	c #Conflicts:    1945000 | #Constraints:     184857
2070.29/2079.79	c #Conflicts:    1946000 | #Constraints:     185857
2070.29/2079.79	c INPROCESSING
2070.29/2079.79	c GARBAGE COLLECT
2070.29/2079.79	c rational objective -296
2168.06/2177.95	c #Conflicts:    1947000 | #Constraints:     147486
2168.06/2177.95	c #Conflicts:    1948000 | #Constraints:     148486
2168.06/2177.95	c #Conflicts:    1949000 | #Constraints:     149486
2168.06/2177.95	c #Conflicts:    1950000 | #Constraints:     150486
2168.06/2177.95	c #Conflicts:    1951000 | #Constraints:     151486
2168.06/2177.95	c #Conflicts:    1952000 | #Constraints:     152486
2168.06/2177.95	c #Conflicts:    1953000 | #Constraints:     153486
2168.06/2177.95	c #Conflicts:    1954000 | #Constraints:     154486
2168.06/2177.95	c #Conflicts:    1955000 | #Constraints:     155486
2168.06/2177.95	c #Conflicts:    1956000 | #Constraints:     156486
2168.06/2177.95	c #Conflicts:    1957000 | #Constraints:     157486
2168.06/2177.95	c #Conflicts:    1958000 | #Constraints:     158486
2168.06/2177.95	c #Conflicts:    1959000 | #Constraints:     159486
2168.06/2177.95	c #Conflicts:    1960000 | #Constraints:     160486
2168.06/2177.95	c #Conflicts:    1961000 | #Constraints:     161486
2168.06/2177.95	c #Conflicts:    1962000 | #Constraints:     162486
2168.06/2177.95	c #Conflicts:    1963000 | #Constraints:     163486
2168.06/2177.95	c #Conflicts:    1964000 | #Constraints:     164486
2168.06/2177.95	c #Conflicts:    1965000 | #Constraints:     165486
2168.06/2177.95	c #Conflicts:    1966000 | #Constraints:     166486
2168.06/2177.95	c #Conflicts:    1967000 | #Constraints:     167486
2168.06/2177.95	c #Conflicts:    1968000 | #Constraints:     168486
2168.06/2177.95	c #Conflicts:    1969000 | #Constraints:     169486
2168.06/2177.95	c #Conflicts:    1970000 | #Constraints:     170486
2168.06/2177.95	c #Conflicts:    1971000 | #Constraints:     171486
2168.06/2177.95	c #Conflicts:    1972000 | #Constraints:     172486
2168.06/2177.95	c #Conflicts:    1973000 | #Constraints:     173486
2168.06/2177.95	c #Conflicts:    1974000 | #Constraints:     174486
2168.06/2177.95	c #Conflicts:    1975000 | #Constraints:     175486
2168.06/2177.95	c #Conflicts:    1976000 | #Constraints:     176486
2168.06/2177.95	c #Conflicts:    1977000 | #Constraints:     177486
2168.06/2177.95	c #Conflicts:    1978000 | #Constraints:     178486
2168.06/2177.95	c #Conflicts:    1979000 | #Constraints:     179486
2168.06/2177.95	c #Conflicts:    1980000 | #Constraints:     180486
2168.06/2177.95	c #Conflicts:    1981000 | #Constraints:     181486
2168.06/2177.95	c #Conflicts:    1982000 | #Constraints:     182486
2168.06/2177.95	c #Conflicts:    1983000 | #Constraints:     183486
2168.06/2177.95	c #Conflicts:    1984000 | #Constraints:     184486
2168.06/2177.95	c #Conflicts:    1985000 | #Constraints:     185486
2168.06/2177.95	c #Conflicts:    1986000 | #Constraints:     186486
2168.06/2177.95	c #Conflicts:    1987000 | #Constraints:     187486
2168.06/2177.95	c #Conflicts:    1988000 | #Constraints:     188486
2168.06/2177.95	c #Conflicts:    1989000 | #Constraints:     189486
2168.06/2177.95	c #Conflicts:    1990000 | #Constraints:     190486
2168.06/2177.95	c #Conflicts:    1991000 | #Constraints:     191486
2168.06/2177.95	c #Conflicts:    1992000 | #Constraints:     192486
2168.06/2177.95	c #Conflicts:    1993000 | #Constraints:     193486
2168.06/2177.95	c #Conflicts:    1994000 | #Constraints:     194486
2168.06/2177.95	c #Conflicts:    1995000 | #Constraints:     195486
2168.06/2177.95	c #Conflicts:    1996000 | #Constraints:     196486
2168.06/2177.95	c #Conflicts:    1997000 | #Constraints:     197486
2168.06/2177.95	c #Conflicts:    1998000 | #Constraints:     198486
2168.06/2177.95	c #Conflicts:    1999000 | #Constraints:     199486
2168.06/2177.95	c #Conflicts:    2000000 | #Constraints:     200486
2168.06/2177.95	c #Conflicts:    2001000 | #Constraints:     201486
2168.06/2177.95	c #Conflicts:    2002000 | #Constraints:     202486
2168.06/2177.95	c #Conflicts:    2003000 | #Constraints:     203486
2168.06/2177.95	c #Conflicts:    2004000 | #Constraints:     204486
2168.06/2177.95	c #Conflicts:    2005000 | #Constraints:     205486
2168.06/2177.95	c #Conflicts:    2006000 | #Constraints:     206486
2168.06/2177.95	c #Conflicts:    2007000 | #Constraints:     207486
2168.06/2177.95	c #Conflicts:    2008000 | #Constraints:     208486
2168.06/2177.95	c #Conflicts:    2009000 | #Constraints:     209486
2168.06/2177.95	c #Conflicts:    2010000 | #Constraints:     210486
2168.06/2177.95	c #Conflicts:    2011000 | #Constraints:     211486
2168.06/2177.95	c #Conflicts:    2012000 | #Constraints:     212486
2168.06/2177.95	c #Conflicts:    2013000 | #Constraints:     213486
2168.06/2177.95	c #Conflicts:    2014000 | #Constraints:     214486
2168.06/2177.95	c #Conflicts:    2015000 | #Constraints:     215486
2168.06/2177.95	c #Conflicts:    2016000 | #Constraints:     216486
2168.06/2177.95	c #Conflicts:    2017000 | #Constraints:     217486
2168.06/2177.95	c bounds -42 >= -295 @ 2149.11
2204.03/2214.05	c #Conflicts:    2018000 | #Constraints:     218558
2204.03/2214.05	c #Conflicts:    2019000 | #Constraints:     219558
2204.03/2214.05	c #Conflicts:    2020000 | #Constraints:     220558
2204.03/2214.05	c #Conflicts:    2021000 | #Constraints:     221558
2204.03/2214.05	c #Conflicts:    2022000 | #Constraints:     222590
2204.03/2214.05	c #Conflicts:    2023000 | #Constraints:     223627
2204.03/2214.05	c #Conflicts:    2024000 | #Constraints:     224651
2204.03/2214.05	c #Conflicts:    2025000 | #Constraints:     225677
2204.03/2214.05	c #Conflicts:    2026000 | #Constraints:     226710
2204.03/2214.05	c #Conflicts:    2027000 | #Constraints:     227744
2204.03/2214.05	c #Conflicts:    2028000 | #Constraints:     228780
2204.03/2214.05	c #Conflicts:    2029000 | #Constraints:     229804
2204.03/2214.05	c #Conflicts:    2030000 | #Constraints:     230826
2204.03/2214.05	c #Conflicts:    2031000 | #Constraints:     231857
2204.03/2214.05	c #Conflicts:    2032000 | #Constraints:     232886
2204.03/2214.05	c #Conflicts:    2033000 | #Constraints:     233910
2204.03/2214.05	c #Conflicts:    2034000 | #Constraints:     234942
2204.03/2214.05	c #Conflicts:    2035000 | #Constraints:     235980
2204.03/2214.05	c #Conflicts:    2036000 | #Constraints:     237021
2204.03/2214.05	c #Conflicts:    2037000 | #Constraints:     238057
2204.03/2214.05	c #Conflicts:    2038000 | #Constraints:     239095
2204.03/2214.05	c #Conflicts:    2039000 | #Constraints:     240126
2204.03/2214.05	c #Conflicts:    2040000 | #Constraints:     241151
2204.03/2214.05	c #Conflicts:    2041000 | #Constraints:     242184
2204.03/2214.05	c #Conflicts:    2042000 | #Constraints:     243212
2204.03/2214.05	c #Conflicts:    2043000 | #Constraints:     244239
2204.03/2214.05	c #Conflicts:    2044000 | #Constraints:     245258
2204.03/2214.05	c INPROCESSING
2204.03/2214.05	c GARBAGE COLLECT
2204.03/2214.05	c rational objective -295
2250.69/2260.94	c #Conflicts:    2045000 | #Constraints:     172573
2250.69/2260.94	c #Conflicts:    2046000 | #Constraints:     173573
2250.69/2260.94	c #Conflicts:    2047000 | #Constraints:     174573
2250.69/2260.94	c #Conflicts:    2048000 | #Constraints:     175573
2250.69/2260.94	c #Conflicts:    2049000 | #Constraints:     176573
2250.69/2260.94	c #Conflicts:    2050000 | #Constraints:     177573
2250.69/2260.94	c #Conflicts:    2051000 | #Constraints:     178573
2250.69/2260.94	c #Conflicts:    2052000 | #Constraints:     179573
2250.69/2260.94	c #Conflicts:    2053000 | #Constraints:     180573
2250.69/2260.94	c #Conflicts:    2054000 | #Constraints:     181573
2250.69/2260.94	c #Conflicts:    2055000 | #Constraints:     182573
2250.69/2260.94	c #Conflicts:    2056000 | #Constraints:     183573
2250.69/2260.94	c #Conflicts:    2057000 | #Constraints:     184573
2250.69/2260.94	c #Conflicts:    2058000 | #Constraints:     185573
2250.69/2260.94	c #Conflicts:    2059000 | #Constraints:     186573
2250.69/2260.94	c #Conflicts:    2060000 | #Constraints:     187573
2250.69/2260.94	c #Conflicts:    2061000 | #Constraints:     188573
2250.69/2260.94	c #Conflicts:    2062000 | #Constraints:     189573
2250.69/2260.94	c #Conflicts:    2063000 | #Constraints:     190573
2250.69/2260.94	c #Conflicts:    2064000 | #Constraints:     191573
2250.69/2260.94	c #Conflicts:    2065000 | #Constraints:     192573
2250.69/2260.94	c #Conflicts:    2066000 | #Constraints:     193573
2250.69/2260.94	c #Conflicts:    2067000 | #Constraints:     194573
2250.69/2260.94	c #Conflicts:    2068000 | #Constraints:     195573
2250.69/2260.94	c #Conflicts:    2069000 | #Constraints:     196573
2250.69/2260.94	c #Conflicts:    2070000 | #Constraints:     197573
2250.69/2260.94	c #Conflicts:    2071000 | #Constraints:     198573
2250.69/2260.94	c #Conflicts:    2072000 | #Constraints:     199573
2250.69/2260.94	c #Conflicts:    2073000 | #Constraints:     200573
2250.69/2260.94	c #Conflicts:    2074000 | #Constraints:     201573
2250.69/2260.94	c #Conflicts:    2075000 | #Constraints:     202573
2250.69/2260.94	c #Conflicts:    2076000 | #Constraints:     203573
2250.69/2260.94	c #Conflicts:    2077000 | #Constraints:     204573
2250.69/2260.94	c #Conflicts:    2078000 | #Constraints:     205573
2250.69/2260.94	c #Conflicts:    2079000 | #Constraints:     206573
2250.69/2260.94	c #Conflicts:    2080000 | #Constraints:     207573
2250.69/2260.94	c INPROCESSING
2250.69/2260.94	c GARBAGE COLLECT
2250.69/2260.94	c rational objective -295
2297.64/2308.07	c #Conflicts:    2081000 | #Constraints:     154064
2297.64/2308.07	c #Conflicts:    2082000 | #Constraints:     155064
2297.64/2308.07	c #Conflicts:    2083000 | #Constraints:     156064
2297.64/2308.07	c #Conflicts:    2084000 | #Constraints:     157064
2297.64/2308.07	c #Conflicts:    2085000 | #Constraints:     158064
2297.64/2308.07	c #Conflicts:    2086000 | #Constraints:     159064
2297.64/2308.07	c #Conflicts:    2087000 | #Constraints:     160065
2297.64/2308.07	c #Conflicts:    2088000 | #Constraints:     161086
2297.64/2308.07	c #Conflicts:    2089000 | #Constraints:     162124
2297.64/2308.07	c #Conflicts:    2090000 | #Constraints:     163125
2297.64/2308.07	c #Conflicts:    2091000 | #Constraints:     164159
2297.64/2308.07	c #Conflicts:    2092000 | #Constraints:     165197
2297.64/2308.07	c #Conflicts:    2093000 | #Constraints:     166248
2297.64/2308.07	c #Conflicts:    2094000 | #Constraints:     167292
2297.64/2308.07	c #Conflicts:    2095000 | #Constraints:     168330
2297.64/2308.07	c #Conflicts:    2096000 | #Constraints:     169375
2297.64/2308.07	c #Conflicts:    2097000 | #Constraints:     170415
2297.64/2308.07	c #Conflicts:    2098000 | #Constraints:     171467
2297.64/2308.07	c #Conflicts:    2099000 | #Constraints:     172509
2297.64/2308.07	c #Conflicts:    2100000 | #Constraints:     173560
2297.64/2308.07	c #Conflicts:    2101000 | #Constraints:     174609
2297.64/2308.07	c #Conflicts:    2102000 | #Constraints:     175664
2297.64/2308.07	c #Conflicts:    2103000 | #Constraints:     176721
2297.64/2308.07	c #Conflicts:    2104000 | #Constraints:     177764
2297.64/2308.07	c #Conflicts:    2105000 | #Constraints:     178811
2297.64/2308.07	c #Conflicts:    2106000 | #Constraints:     179844
2297.64/2308.07	c #Conflicts:    2107000 | #Constraints:     180882
2297.64/2308.07	c #Conflicts:    2108000 | #Constraints:     181931
2297.64/2308.07	c #Conflicts:    2109000 | #Constraints:     182971
2297.64/2308.07	c #Conflicts:    2110000 | #Constraints:     184014
2297.64/2308.07	c #Conflicts:    2111000 | #Constraints:     185044
2297.64/2308.07	c #Conflicts:    2112000 | #Constraints:     186089
2297.64/2308.07	c #Conflicts:    2113000 | #Constraints:     187132
2297.64/2308.07	c #Conflicts:    2114000 | #Constraints:     188169
2297.64/2308.07	c #Conflicts:    2115000 | #Constraints:     189208
2297.64/2308.07	c #Conflicts:    2116000 | #Constraints:     190252
2297.64/2308.07	c #Conflicts:    2117000 | #Constraints:     191299
2297.64/2308.07	c INPROCESSING
2297.64/2308.07	c GARBAGE COLLECT
2297.64/2308.07	c rational objective -295
2393.94/2404.87	c #Conflicts:    2118000 | #Constraints:     150320
2393.94/2404.87	c #Conflicts:    2119000 | #Constraints:     151320
2393.94/2404.87	c #Conflicts:    2120000 | #Constraints:     152320
2393.94/2404.87	c #Conflicts:    2121000 | #Constraints:     153320
2393.94/2404.87	c #Conflicts:    2122000 | #Constraints:     154320
2393.94/2404.87	c #Conflicts:    2123000 | #Constraints:     155320
2393.94/2404.87	c #Conflicts:    2124000 | #Constraints:     156320
2393.94/2404.87	c #Conflicts:    2125000 | #Constraints:     157320
2393.94/2404.87	c #Conflicts:    2126000 | #Constraints:     158320
2393.94/2404.87	c #Conflicts:    2127000 | #Constraints:     159320
2393.94/2404.87	c #Conflicts:    2128000 | #Constraints:     160320
2393.94/2404.87	c #Conflicts:    2129000 | #Constraints:     161320
2393.94/2404.87	c #Conflicts:    2130000 | #Constraints:     162320
2393.94/2404.87	c #Conflicts:    2131000 | #Constraints:     163320
2393.94/2404.87	c #Conflicts:    2132000 | #Constraints:     164320
2393.94/2404.87	c #Conflicts:    2133000 | #Constraints:     165320
2393.94/2404.87	c #Conflicts:    2134000 | #Constraints:     166320
2393.94/2404.87	c #Conflicts:    2135000 | #Constraints:     167320
2393.94/2404.87	c #Conflicts:    2136000 | #Constraints:     168320
2393.94/2404.87	c #Conflicts:    2137000 | #Constraints:     169320
2393.94/2404.87	c #Conflicts:    2138000 | #Constraints:     170320
2393.94/2404.87	c #Conflicts:    2139000 | #Constraints:     171320
2393.94/2404.87	c #Conflicts:    2140000 | #Constraints:     172320
2393.94/2404.87	c #Conflicts:    2141000 | #Constraints:     173320
2393.94/2404.87	c #Conflicts:    2142000 | #Constraints:     174320
2393.94/2404.87	c #Conflicts:    2143000 | #Constraints:     175320
2393.94/2404.87	c #Conflicts:    2144000 | #Constraints:     176320
2393.94/2404.87	c #Conflicts:    2145000 | #Constraints:     177320
2393.94/2404.87	c #Conflicts:    2146000 | #Constraints:     178320
2393.94/2404.87	c #Conflicts:    2147000 | #Constraints:     179320
2393.94/2404.87	c #Conflicts:    2148000 | #Constraints:     180320
2393.94/2404.87	c #Conflicts:    2149000 | #Constraints:     181320
2393.94/2404.87	c #Conflicts:    2150000 | #Constraints:     182320
2393.94/2404.87	c #Conflicts:    2151000 | #Constraints:     183320
2393.94/2404.87	c #Conflicts:    2152000 | #Constraints:     184320
2393.94/2404.87	c #Conflicts:    2153000 | #Constraints:     185320
2393.94/2404.87	c #Conflicts:    2154000 | #Constraints:     186320
2393.94/2404.87	c #Conflicts:    2155000 | #Constraints:     187320
2393.94/2404.87	c #Conflicts:    2156000 | #Constraints:     188320
2393.94/2404.87	c #Conflicts:    2157000 | #Constraints:     189320
2393.94/2404.87	c #Conflicts:    2158000 | #Constraints:     190320
2393.94/2404.87	c #Conflicts:    2159000 | #Constraints:     191320
2393.94/2404.87	c #Conflicts:    2160000 | #Constraints:     192320
2393.94/2404.87	c #Conflicts:    2161000 | #Constraints:     193320
2393.94/2404.87	c #Conflicts:    2162000 | #Constraints:     194320
2393.94/2404.87	c #Conflicts:    2163000 | #Constraints:     195320
2393.94/2404.87	c #Conflicts:    2164000 | #Constraints:     196320
2393.94/2404.87	c #Conflicts:    2165000 | #Constraints:     197320
2393.94/2404.87	c #Conflicts:    2166000 | #Constraints:     198320
2393.94/2404.87	c #Conflicts:    2167000 | #Constraints:     199320
2393.94/2404.87	c #Conflicts:    2168000 | #Constraints:     200320
2393.94/2404.87	c #Conflicts:    2169000 | #Constraints:     201320
2393.94/2404.87	c #Conflicts:    2170000 | #Constraints:     202320
2393.94/2404.87	c #Conflicts:    2171000 | #Constraints:     203320
2393.94/2404.87	c #Conflicts:    2172000 | #Constraints:     204320
2393.94/2404.87	c #Conflicts:    2173000 | #Constraints:     205320
2393.94/2404.87	c #Conflicts:    2174000 | #Constraints:     206320
2393.94/2404.87	c #Conflicts:    2175000 | #Constraints:     207320
2393.94/2404.87	c #Conflicts:    2176000 | #Constraints:     208320
2393.94/2404.87	c #Conflicts:    2177000 | #Constraints:     209320
2393.94/2404.87	c #Conflicts:    2178000 | #Constraints:     210320
2393.94/2404.87	c #Conflicts:    2179000 | #Constraints:     211320
2393.94/2404.87	c #Conflicts:    2180000 | #Constraints:     212320
2393.94/2404.87	c #Conflicts:    2181000 | #Constraints:     213320
2393.94/2404.87	c #Conflicts:    2182000 | #Constraints:     214320
2393.94/2404.87	c #Conflicts:    2183000 | #Constraints:     215320
2393.94/2404.87	c #Conflicts:    2184000 | #Constraints:     216320
2393.94/2404.87	c #Conflicts:    2185000 | #Constraints:     217320
2393.94/2404.87	c #Conflicts:    2186000 | #Constraints:     218320
2393.94/2404.87	c #Conflicts:    2187000 | #Constraints:     219320
2393.94/2404.87	c #Conflicts:    2188000 | #Constraints:     220320
2393.94/2404.87	c #Conflicts:    2189000 | #Constraints:     221320
2393.94/2404.87	c #Conflicts:    2190000 | #Constraints:     222320
2393.94/2404.87	c #Conflicts:    2191000 | #Constraints:     223320
2393.94/2404.87	c #Conflicts:    2192000 | #Constraints:     224320
2393.94/2404.87	c #Conflicts:    2193000 | #Constraints:     225320
2393.94/2404.87	c #Conflicts:    2194000 | #Constraints:     226320
2393.94/2404.87	c #Conflicts:    2195000 | #Constraints:     227320
2393.94/2404.87	c #Conflicts:    2196000 | #Constraints:     228320
2415.98/2426.95	c #Conflicts:    2197000 | #Constraints:     229320
2415.98/2426.95	c #Conflicts:    2198000 | #Constraints:     230320
2415.98/2426.95	c #Conflicts:    2199000 | #Constraints:     231320
2415.98/2426.95	c #Conflicts:    2200000 | #Constraints:     232320
2415.98/2426.95	c #Conflicts:    2201000 | #Constraints:     233320
2415.98/2426.95	c #Conflicts:    2202000 | #Constraints:     234320
2415.98/2426.95	c #Conflicts:    2203000 | #Constraints:     235320
2415.98/2426.95	c #Conflicts:    2204000 | #Constraints:     236320
2415.98/2426.95	c #Conflicts:    2205000 | #Constraints:     237320
2415.98/2426.95	c #Conflicts:    2206000 | #Constraints:     238320
2415.98/2426.95	c #Conflicts:    2207000 | #Constraints:     239320
2415.98/2426.95	c #Conflicts:    2208000 | #Constraints:     240320
2415.98/2426.95	c #Conflicts:    2209000 | #Constraints:     241320
2415.98/2426.95	c bounds -42 >= -294 @ 2395.21
2434.25/2445.34	c #Conflicts:    2210000 | #Constraints:     242359
2434.25/2445.34	c #Conflicts:    2211000 | #Constraints:     243359
2434.25/2445.34	c #Conflicts:    2212000 | #Constraints:     244359
2434.25/2445.34	c #Conflicts:    2213000 | #Constraints:     245359
2434.25/2445.34	c #Conflicts:    2214000 | #Constraints:     246359
2434.25/2445.34	c #Conflicts:    2215000 | #Constraints:     247359
2434.25/2445.34	c #Conflicts:    2216000 | #Constraints:     248359
2434.25/2445.34	c #Conflicts:    2217000 | #Constraints:     249359
2434.25/2445.34	c #Conflicts:    2218000 | #Constraints:     250359
2434.25/2445.34	c #Conflicts:    2219000 | #Constraints:     251359
2434.25/2445.34	c #Conflicts:    2220000 | #Constraints:     252359
2434.25/2445.34	c INPROCESSING
2434.25/2445.34	c GARBAGE COLLECT
2434.25/2445.34	c rational objective -294
2455.60/2466.78	c #Conflicts:    2221000 | #Constraints:     176721
2455.60/2466.78	c #Conflicts:    2222000 | #Constraints:     177721
2455.60/2466.78	c #Conflicts:    2223000 | #Constraints:     178721
2455.60/2466.78	c #Conflicts:    2224000 | #Constraints:     179721
2455.60/2466.78	c #Conflicts:    2225000 | #Constraints:     180721
2455.60/2466.78	c #Conflicts:    2226000 | #Constraints:     181721
2455.60/2466.78	c #Conflicts:    2227000 | #Constraints:     182721
2455.60/2466.78	c #Conflicts:    2228000 | #Constraints:     183721
2455.60/2466.78	c #Conflicts:    2229000 | #Constraints:     184721
2455.60/2466.78	c #Conflicts:    2230000 | #Constraints:     185721
2455.60/2466.78	c #Conflicts:    2231000 | #Constraints:     186721
2455.60/2466.78	c #Conflicts:    2232000 | #Constraints:     187721
2455.60/2466.78	c #Conflicts:    2233000 | #Constraints:     188721
2455.60/2466.78	c #Conflicts:    2234000 | #Constraints:     189721
2455.60/2466.78	c #Conflicts:    2235000 | #Constraints:     190721
2455.60/2466.78	c #Conflicts:    2236000 | #Constraints:     191721
2455.60/2466.78	c #Conflicts:    2237000 | #Constraints:     192721
2455.60/2466.78	c #Conflicts:    2238000 | #Constraints:     193721
2455.60/2466.78	c #Conflicts:    2239000 | #Constraints:     194721
2455.60/2466.78	c bounds -42 >= -293 @ 2434.54
2477.83/2489.05	c #Conflicts:    2240000 | #Constraints:     195763
2477.83/2489.05	c #Conflicts:    2241000 | #Constraints:     196763
2477.83/2489.05	c #Conflicts:    2242000 | #Constraints:     197763
2477.83/2489.05	c #Conflicts:    2243000 | #Constraints:     198763
2477.83/2489.05	c #Conflicts:    2244000 | #Constraints:     199763
2477.83/2489.05	c #Conflicts:    2245000 | #Constraints:     200763
2477.83/2489.05	c #Conflicts:    2246000 | #Constraints:     201763
2477.83/2489.05	c #Conflicts:    2247000 | #Constraints:     202763
2477.83/2489.05	c #Conflicts:    2248000 | #Constraints:     203763
2477.83/2489.05	c #Conflicts:    2249000 | #Constraints:     204763
2477.83/2489.05	c #Conflicts:    2250000 | #Constraints:     205763
2477.83/2489.05	c #Conflicts:    2251000 | #Constraints:     206763
2477.83/2489.05	c #Conflicts:    2252000 | #Constraints:     207763
2477.83/2489.05	c #Conflicts:    2253000 | #Constraints:     208763
2477.83/2489.05	c #Conflicts:    2254000 | #Constraints:     209763
2477.83/2489.05	c #Conflicts:    2255000 | #Constraints:     210763
2477.83/2489.05	c #Conflicts:    2256000 | #Constraints:     211763
2477.83/2489.05	c #Conflicts:    2257000 | #Constraints:     212763
2477.83/2489.05	c INPROCESSING
2477.83/2489.05	c GARBAGE COLLECT
2477.83/2489.05	c rational objective -293
2516.25/2527.64	c #Conflicts:    2258000 | #Constraints:     156773
2516.25/2527.64	c #Conflicts:    2259000 | #Constraints:     157773
2516.25/2527.64	c #Conflicts:    2260000 | #Constraints:     158773
2516.25/2527.64	c #Conflicts:    2261000 | #Constraints:     159773
2516.25/2527.64	c #Conflicts:    2262000 | #Constraints:     160773
2516.25/2527.64	c #Conflicts:    2263000 | #Constraints:     161773
2516.25/2527.64	c #Conflicts:    2264000 | #Constraints:     162773
2516.25/2527.64	c #Conflicts:    2265000 | #Constraints:     163773
2516.25/2527.64	c #Conflicts:    2266000 | #Constraints:     164773
2516.25/2527.64	c #Conflicts:    2267000 | #Constraints:     165773
2516.25/2527.64	c #Conflicts:    2268000 | #Constraints:     166773
2516.25/2527.64	c #Conflicts:    2269000 | #Constraints:     167773
2516.25/2527.64	c #Conflicts:    2270000 | #Constraints:     168773
2516.25/2527.64	c #Conflicts:    2271000 | #Constraints:     169773
2516.25/2527.64	c #Conflicts:    2272000 | #Constraints:     170773
2516.25/2527.64	c #Conflicts:    2273000 | #Constraints:     171773
2516.25/2527.64	c #Conflicts:    2274000 | #Constraints:     172773
2516.25/2527.64	c #Conflicts:    2275000 | #Constraints:     173773
2516.25/2527.64	c #Conflicts:    2276000 | #Constraints:     174773
2516.25/2527.64	c #Conflicts:    2277000 | #Constraints:     175773
2516.25/2527.64	c #Conflicts:    2278000 | #Constraints:     176773
2516.25/2527.64	c #Conflicts:    2279000 | #Constraints:     177773
2516.25/2527.64	c #Conflicts:    2280000 | #Constraints:     178773
2516.25/2527.64	c #Conflicts:    2281000 | #Constraints:     179773
2516.25/2527.64	c #Conflicts:    2282000 | #Constraints:     180773
2516.25/2527.64	c #Conflicts:    2283000 | #Constraints:     181773
2516.25/2527.64	c #Conflicts:    2284000 | #Constraints:     182773
2516.25/2527.64	c #Conflicts:    2285000 | #Constraints:     183773
2516.25/2527.64	c #Conflicts:    2286000 | #Constraints:     184773
2516.25/2527.64	c #Conflicts:    2287000 | #Constraints:     185773
2516.25/2527.64	c #Conflicts:    2288000 | #Constraints:     186773
2516.25/2527.64	c #Conflicts:    2289000 | #Constraints:     187773
2516.25/2527.64	c #Conflicts:    2290000 | #Constraints:     188773
2516.25/2527.64	c #Conflicts:    2291000 | #Constraints:     189773
2516.25/2527.64	c #Conflicts:    2292000 | #Constraints:     190773
2516.25/2527.64	c #Conflicts:    2293000 | #Constraints:     191773
2516.25/2527.64	c #Conflicts:    2294000 | #Constraints:     192773
2516.25/2527.64	c #Conflicts:    2295000 | #Constraints:     193773
2516.25/2527.64	c INPROCESSING
2516.25/2527.64	c GARBAGE COLLECT
2516.25/2527.64	c rational objective -293
2775.30/2787.59	c #Conflicts:    2296000 | #Constraints:     153531
2775.30/2787.59	c #Conflicts:    2297000 | #Constraints:     154531
2775.30/2787.59	c #Conflicts:    2298000 | #Constraints:     155532
2775.30/2787.59	c #Conflicts:    2299000 | #Constraints:     156541
2775.30/2787.59	c #Conflicts:    2300000 | #Constraints:     157542
2775.30/2787.59	c #Conflicts:    2301000 | #Constraints:     158578
2775.30/2787.59	c #Conflicts:    2302000 | #Constraints:     159619
2775.30/2787.59	c #Conflicts:    2303000 | #Constraints:     160649
2775.30/2787.59	c #Conflicts:    2304000 | #Constraints:     161693
2775.30/2787.59	c #Conflicts:    2305000 | #Constraints:     162732
2775.30/2787.59	c #Conflicts:    2306000 | #Constraints:     163776
2775.30/2787.59	c #Conflicts:    2307000 | #Constraints:     164808
2775.30/2787.59	c #Conflicts:    2308000 | #Constraints:     165845
2775.30/2787.59	c #Conflicts:    2309000 | #Constraints:     166872
2775.30/2787.59	c #Conflicts:    2310000 | #Constraints:     167897
2775.30/2787.59	c #Conflicts:    2311000 | #Constraints:     168942
2775.30/2787.59	c #Conflicts:    2312000 | #Constraints:     169987
2775.30/2787.59	c #Conflicts:    2313000 | #Constraints:     171027
2775.30/2787.59	c #Conflicts:    2314000 | #Constraints:     172058
2775.30/2787.59	c #Conflicts:    2315000 | #Constraints:     173096
2775.30/2787.59	c #Conflicts:    2316000 | #Constraints:     174140
2775.30/2787.59	c #Conflicts:    2317000 | #Constraints:     175182
2775.30/2787.59	c #Conflicts:    2318000 | #Constraints:     176222
2775.30/2787.59	c #Conflicts:    2319000 | #Constraints:     177263
2775.30/2787.59	c #Conflicts:    2320000 | #Constraints:     178294
2775.30/2787.59	c #Conflicts:    2321000 | #Constraints:     179336
2775.30/2787.59	c #Conflicts:    2322000 | #Constraints:     180370
2775.30/2787.59	c #Conflicts:    2323000 | #Constraints:     181414
2775.30/2787.59	c #Conflicts:    2324000 | #Constraints:     182464
2775.30/2787.59	c #Conflicts:    2325000 | #Constraints:     183493
2775.30/2787.59	c #Conflicts:    2326000 | #Constraints:     184525
2775.30/2787.59	c #Conflicts:    2327000 | #Constraints:     185560
2775.30/2787.59	c #Conflicts:    2328000 | #Constraints:     186587
2775.30/2787.59	c #Conflicts:    2329000 | #Constraints:     187619
2775.30/2787.59	c #Conflicts:    2330000 | #Constraints:     188654
2775.30/2787.59	c #Conflicts:    2331000 | #Constraints:     189682
2775.30/2787.59	c #Conflicts:    2332000 | #Constraints:     190715
2775.30/2787.59	c #Conflicts:    2333000 | #Constraints:     191760
2775.30/2787.59	c #Conflicts:    2334000 | #Constraints:     192798
2775.30/2787.59	c #Conflicts:    2335000 | #Constraints:     193830
2775.30/2787.59	c #Conflicts:    2336000 | #Constraints:     194854
2775.30/2787.59	c #Conflicts:    2337000 | #Constraints:     195882
2775.30/2787.59	c #Conflicts:    2338000 | #Constraints:     196912
2775.30/2787.59	c #Conflicts:    2339000 | #Constraints:     197950
2775.30/2787.59	c #Conflicts:    2340000 | #Constraints:     198978
2775.30/2787.59	c #Conflicts:    2341000 | #Constraints:     200012
2775.30/2787.59	c #Conflicts:    2342000 | #Constraints:     201067
2775.30/2787.59	c #Conflicts:    2343000 | #Constraints:     202114
2775.30/2787.59	c #Conflicts:    2344000 | #Constraints:     203155
2775.30/2787.59	c #Conflicts:    2345000 | #Constraints:     204196
2775.30/2787.59	c #Conflicts:    2346000 | #Constraints:     205238
2775.30/2787.59	c #Conflicts:    2347000 | #Constraints:     206269
2775.30/2787.59	c #Conflicts:    2348000 | #Constraints:     207317
2775.30/2787.59	c #Conflicts:    2349000 | #Constraints:     208348
2775.30/2787.59	c #Conflicts:    2350000 | #Constraints:     209362
2775.30/2787.59	c #Conflicts:    2351000 | #Constraints:     210402
2775.30/2787.59	c #Conflicts:    2352000 | #Constraints:     211424
2775.30/2787.59	c #Conflicts:    2353000 | #Constraints:     212463
2775.30/2787.59	c #Conflicts:    2354000 | #Constraints:     213499
2775.30/2787.59	c #Conflicts:    2355000 | #Constraints:     214537
2775.30/2787.59	c #Conflicts:    2356000 | #Constraints:     215573
2775.30/2787.59	c #Conflicts:    2357000 | #Constraints:     216611
2775.30/2787.59	c #Conflicts:    2358000 | #Constraints:     217636
2775.30/2787.59	c #Conflicts:    2359000 | #Constraints:     218670
2775.30/2787.59	c #Conflicts:    2360000 | #Constraints:     219698
2775.30/2787.59	c #Conflicts:    2361000 | #Constraints:     220739
2775.30/2787.59	c #Conflicts:    2362000 | #Constraints:     221772
2775.30/2787.59	c #Conflicts:    2363000 | #Constraints:     222797
2775.30/2787.59	c #Conflicts:    2364000 | #Constraints:     223818
2775.30/2787.59	c #Conflicts:    2365000 | #Constraints:     224843
2775.30/2787.59	c #Conflicts:    2366000 | #Constraints:     225873
2775.30/2787.59	c #Conflicts:    2367000 | #Constraints:     226917
2775.30/2787.59	c #Conflicts:    2368000 | #Constraints:     227945
2775.30/2787.59	c #Conflicts:    2369000 | #Constraints:     228976
2775.30/2787.59	c #Conflicts:    2370000 | #Constraints:     230018
2775.30/2787.59	c #Conflicts:    2371000 | #Constraints:     231053
2775.30/2787.59	c #Conflicts:    2372000 | #Constraints:     232099
2775.30/2787.59	c #Conflicts:    2373000 | #Constraints:     233128
2775.30/2787.59	c #Conflicts:    2374000 | #Constraints:     234161
2955.82/2968.67	c #Conflicts:    2375000 | #Constraints:     235198
2955.82/2968.67	c #Conflicts:    2376000 | #Constraints:     236220
2955.82/2968.67	c #Conflicts:    2377000 | #Constraints:     237245
2955.82/2968.67	c #Conflicts:    2378000 | #Constraints:     238273
2955.82/2968.67	c #Conflicts:    2379000 | #Constraints:     239292
2955.82/2968.67	c #Conflicts:    2380000 | #Constraints:     240311
2955.82/2968.67	c #Conflicts:    2381000 | #Constraints:     241339
2955.82/2968.67	c #Conflicts:    2382000 | #Constraints:     242361
2955.82/2968.67	c #Conflicts:    2383000 | #Constraints:     243380
2955.82/2968.67	c #Conflicts:    2384000 | #Constraints:     244408
2955.82/2968.67	c #Conflicts:    2385000 | #Constraints:     245435
2955.82/2968.67	c #Conflicts:    2386000 | #Constraints:     246481
2955.82/2968.67	c #Conflicts:    2387000 | #Constraints:     247514
2955.82/2968.67	c #Conflicts:    2388000 | #Constraints:     248561
2955.82/2968.67	c #Conflicts:    2389000 | #Constraints:     249607
2955.82/2968.67	c #Conflicts:    2390000 | #Constraints:     250634
2955.82/2968.67	c #Conflicts:    2391000 | #Constraints:     251679
2955.82/2968.67	c #Conflicts:    2392000 | #Constraints:     252707
2955.82/2968.67	c #Conflicts:    2393000 | #Constraints:     253739
2955.82/2968.67	c #Conflicts:    2394000 | #Constraints:     254768
2955.82/2968.67	c #Conflicts:    2395000 | #Constraints:     255795
2955.82/2968.67	c #Conflicts:    2396000 | #Constraints:     256826
2955.82/2968.67	c #Conflicts:    2397000 | #Constraints:     257857
2955.82/2968.67	c #Conflicts:    2398000 | #Constraints:     258910
2955.82/2968.67	c #Conflicts:    2399000 | #Constraints:     259949
2955.82/2968.67	c #Conflicts:    2400000 | #Constraints:     260972
2955.82/2968.67	c #Conflicts:    2401000 | #Constraints:     262010
2955.82/2968.67	c #Conflicts:    2402000 | #Constraints:     263051
2955.82/2968.67	c INPROCESSING
2955.82/2968.67	c GARBAGE COLLECT
2955.82/2968.67	c rational objective -293
3010.69/3023.76	c #Conflicts:    2403000 | #Constraints:     181898
3010.69/3023.76	c #Conflicts:    2404000 | #Constraints:     182898
3010.69/3023.76	c #Conflicts:    2405000 | #Constraints:     183898
3010.69/3023.76	c #Conflicts:    2406000 | #Constraints:     184898
3010.69/3023.76	c #Conflicts:    2407000 | #Constraints:     185898
3010.69/3023.76	c #Conflicts:    2408000 | #Constraints:     186898
3010.69/3023.76	c #Conflicts:    2409000 | #Constraints:     187898
3010.69/3023.76	c #Conflicts:    2410000 | #Constraints:     188898
3010.69/3023.76	c #Conflicts:    2411000 | #Constraints:     189898
3010.69/3023.76	c #Conflicts:    2412000 | #Constraints:     190898
3010.69/3023.76	c #Conflicts:    2413000 | #Constraints:     191898
3010.69/3023.76	c #Conflicts:    2414000 | #Constraints:     192898
3010.69/3023.76	c #Conflicts:    2415000 | #Constraints:     193898
3010.69/3023.76	c #Conflicts:    2416000 | #Constraints:     194898
3010.69/3023.76	c #Conflicts:    2417000 | #Constraints:     195898
3010.69/3023.76	c #Conflicts:    2418000 | #Constraints:     196898
3010.69/3023.76	c #Conflicts:    2419000 | #Constraints:     197898
3010.69/3023.76	c #Conflicts:    2420000 | #Constraints:     198898
3010.69/3023.76	c #Conflicts:    2421000 | #Constraints:     199898
3010.69/3023.76	c #Conflicts:    2422000 | #Constraints:     200898
3010.69/3023.76	c #Conflicts:    2423000 | #Constraints:     201898
3010.69/3023.76	c #Conflicts:    2424000 | #Constraints:     202898
3010.69/3023.76	c #Conflicts:    2425000 | #Constraints:     203898
3010.69/3023.76	c #Conflicts:    2426000 | #Constraints:     204898
3010.69/3023.76	c #Conflicts:    2427000 | #Constraints:     205898
3010.69/3023.76	c #Conflicts:    2428000 | #Constraints:     206898
3010.69/3023.76	c #Conflicts:    2429000 | #Constraints:     207898
3010.69/3023.76	c #Conflicts:    2430000 | #Constraints:     208898
3010.69/3023.76	c #Conflicts:    2431000 | #Constraints:     209898
3010.69/3023.76	c bounds -42 >= -292 @ 2987.71
3028.43/3041.54	c #Conflicts:    2432000 | #Constraints:     210952
3028.43/3041.54	c #Conflicts:    2433000 | #Constraints:     211952
3028.43/3041.54	c #Conflicts:    2434000 | #Constraints:     212952
3028.43/3041.54	c #Conflicts:    2435000 | #Constraints:     213952
3028.43/3041.54	c #Conflicts:    2436000 | #Constraints:     214952
3028.43/3041.54	c #Conflicts:    2437000 | #Constraints:     215952
3028.43/3041.54	c #Conflicts:    2438000 | #Constraints:     216952
3028.43/3041.54	c #Conflicts:    2439000 | #Constraints:     217952
3028.43/3041.54	c #Conflicts:    2440000 | #Constraints:     218952
3028.43/3041.54	c #Conflicts:    2441000 | #Constraints:     219952
3028.43/3041.54	c INPROCESSING
3028.43/3041.54	c GARBAGE COLLECT
3028.43/3041.54	c rational objective -292
3070.20/3083.41	c #Conflicts:    2442000 | #Constraints:     160455
3070.20/3083.41	c #Conflicts:    2443000 | #Constraints:     161455
3070.20/3083.41	c #Conflicts:    2444000 | #Constraints:     162455
3070.20/3083.41	c #Conflicts:    2445000 | #Constraints:     163455
3070.20/3083.41	c #Conflicts:    2446000 | #Constraints:     164455
3070.20/3083.41	c #Conflicts:    2447000 | #Constraints:     165455
3070.20/3083.41	c #Conflicts:    2448000 | #Constraints:     166455
3070.20/3083.41	c #Conflicts:    2449000 | #Constraints:     167455
3070.20/3083.41	c #Conflicts:    2450000 | #Constraints:     168455
3070.20/3083.41	c #Conflicts:    2451000 | #Constraints:     169455
3070.20/3083.41	c #Conflicts:    2452000 | #Constraints:     170455
3070.20/3083.41	c #Conflicts:    2453000 | #Constraints:     171455
3070.20/3083.41	c #Conflicts:    2454000 | #Constraints:     172455
3070.20/3083.41	c #Conflicts:    2455000 | #Constraints:     173455
3070.20/3083.41	c #Conflicts:    2456000 | #Constraints:     174455
3070.20/3083.41	c #Conflicts:    2457000 | #Constraints:     175455
3070.20/3083.41	c #Conflicts:    2458000 | #Constraints:     176455
3070.20/3083.41	c #Conflicts:    2459000 | #Constraints:     177455
3070.20/3083.41	c #Conflicts:    2460000 | #Constraints:     178455
3070.20/3083.41	c #Conflicts:    2461000 | #Constraints:     179455
3070.20/3083.41	c #Conflicts:    2462000 | #Constraints:     180455
3070.20/3083.41	c #Conflicts:    2463000 | #Constraints:     181455
3070.20/3083.41	c #Conflicts:    2464000 | #Constraints:     182455
3070.20/3083.41	c #Conflicts:    2465000 | #Constraints:     183455
3070.20/3083.41	c #Conflicts:    2466000 | #Constraints:     184455
3070.20/3083.41	c #Conflicts:    2467000 | #Constraints:     185455
3070.20/3083.41	c #Conflicts:    2468000 | #Constraints:     186455
3070.20/3083.41	c #Conflicts:    2469000 | #Constraints:     187455
3070.20/3083.41	c #Conflicts:    2470000 | #Constraints:     188455
3070.20/3083.41	c #Conflicts:    2471000 | #Constraints:     189455
3070.20/3083.41	c #Conflicts:    2472000 | #Constraints:     190455
3070.20/3083.41	c #Conflicts:    2473000 | #Constraints:     191455
3070.20/3083.41	c #Conflicts:    2474000 | #Constraints:     192455
3070.20/3083.41	c #Conflicts:    2475000 | #Constraints:     193455
3070.20/3083.41	c #Conflicts:    2476000 | #Constraints:     194455
3070.20/3083.41	c #Conflicts:    2477000 | #Constraints:     195455
3070.20/3083.41	c #Conflicts:    2478000 | #Constraints:     196455
3070.20/3083.41	c #Conflicts:    2479000 | #Constraints:     197455
3070.20/3083.41	c #Conflicts:    2480000 | #Constraints:     198455
3070.20/3083.41	c INPROCESSING
3070.20/3083.41	c GARBAGE COLLECT
3070.20/3083.41	c rational objective -292
3118.08/3132.87	c #Conflicts:    2481000 | #Constraints:     154650
3118.08/3132.87	c #Conflicts:    2482000 | #Constraints:     155650
3118.08/3132.87	c #Conflicts:    2483000 | #Constraints:     156650
3118.08/3132.87	c #Conflicts:    2484000 | #Constraints:     157650
3118.08/3132.87	c #Conflicts:    2485000 | #Constraints:     158650
3118.08/3132.87	c #Conflicts:    2486000 | #Constraints:     159650
3118.08/3132.87	c #Conflicts:    2487000 | #Constraints:     160650
3118.08/3132.87	c #Conflicts:    2488000 | #Constraints:     161650
3118.08/3132.87	c #Conflicts:    2489000 | #Constraints:     162650
3118.08/3132.87	c #Conflicts:    2490000 | #Constraints:     163650
3118.08/3132.87	c #Conflicts:    2491000 | #Constraints:     164650
3118.08/3132.87	c #Conflicts:    2492000 | #Constraints:     165650
3118.08/3132.87	c #Conflicts:    2493000 | #Constraints:     166650
3118.08/3132.87	c #Conflicts:    2494000 | #Constraints:     167650
3118.08/3132.87	c #Conflicts:    2495000 | #Constraints:     168650
3118.08/3132.87	c #Conflicts:    2496000 | #Constraints:     169650
3118.08/3132.87	c #Conflicts:    2497000 | #Constraints:     170650
3118.08/3132.87	c #Conflicts:    2498000 | #Constraints:     171650
3118.08/3132.87	c #Conflicts:    2499000 | #Constraints:     172650
3118.08/3132.87	c #Conflicts:    2500000 | #Constraints:     173650
3118.08/3132.87	c #Conflicts:    2501000 | #Constraints:     174650
3118.08/3132.87	c #Conflicts:    2502000 | #Constraints:     175650
3118.08/3132.87	c #Conflicts:    2503000 | #Constraints:     176650
3118.08/3132.87	c #Conflicts:    2504000 | #Constraints:     177650
3118.08/3132.87	c #Conflicts:    2505000 | #Constraints:     178650
3118.08/3132.87	c #Conflicts:    2506000 | #Constraints:     179650
3118.08/3132.87	c #Conflicts:    2507000 | #Constraints:     180650
3118.08/3132.87	c #Conflicts:    2508000 | #Constraints:     181650
3118.08/3132.87	c #Conflicts:    2509000 | #Constraints:     182650
3118.08/3132.87	c #Conflicts:    2510000 | #Constraints:     183650
3118.08/3132.87	c #Conflicts:    2511000 | #Constraints:     184650
3118.08/3132.87	c #Conflicts:    2512000 | #Constraints:     185650
3118.08/3132.87	c #Conflicts:    2513000 | #Constraints:     186650
3118.08/3132.87	c #Conflicts:    2514000 | #Constraints:     187650
3118.08/3132.87	c #Conflicts:    2515000 | #Constraints:     188650
3118.08/3132.87	c #Conflicts:    2516000 | #Constraints:     189650
3118.08/3132.87	c #Conflicts:    2517000 | #Constraints:     190650
3118.08/3132.87	c #Conflicts:    2518000 | #Constraints:     191650
3118.08/3132.87	c #Conflicts:    2519000 | #Constraints:     192650
3118.08/3132.87	c #Conflicts:    2520000 | #Constraints:     193650
3118.08/3132.87	c #Conflicts:    2521000 | #Constraints:     194650
3118.08/3132.87	c #Conflicts:    2522000 | #Constraints:     195650
3118.08/3132.87	c #Conflicts:    2523000 | #Constraints:     196650
3118.08/3132.87	c #Conflicts:    2524000 | #Constraints:     197650
3118.08/3132.87	c #Conflicts:    2525000 | #Constraints:     198650
3118.08/3132.87	c #Conflicts:    2526000 | #Constraints:     199650
3118.08/3132.87	c bounds -42 >= -291 @ 3094.21
3188.26/3203.37	c #Conflicts:    2527000 | #Constraints:     200725
3188.26/3203.37	c #Conflicts:    2528000 | #Constraints:     201725
3188.26/3203.37	c #Conflicts:    2529000 | #Constraints:     202725
3188.26/3203.37	c #Conflicts:    2530000 | #Constraints:     203725
3188.26/3203.37	c #Conflicts:    2531000 | #Constraints:     204725
3188.26/3203.37	c #Conflicts:    2532000 | #Constraints:     205725
3188.26/3203.37	c #Conflicts:    2533000 | #Constraints:     206725
3188.26/3203.37	c #Conflicts:    2534000 | #Constraints:     207725
3188.26/3203.37	c #Conflicts:    2535000 | #Constraints:     208725
3188.26/3203.37	c #Conflicts:    2536000 | #Constraints:     209725
3188.26/3203.37	c #Conflicts:    2537000 | #Constraints:     210725
3188.26/3203.37	c #Conflicts:    2538000 | #Constraints:     211725
3188.26/3203.37	c #Conflicts:    2539000 | #Constraints:     212725
3188.26/3203.37	c #Conflicts:    2540000 | #Constraints:     213725
3188.26/3203.37	c #Conflicts:    2541000 | #Constraints:     214725
3188.26/3203.37	c #Conflicts:    2542000 | #Constraints:     215725
3188.26/3203.37	c #Conflicts:    2543000 | #Constraints:     216725
3188.26/3203.37	c #Conflicts:    2544000 | #Constraints:     217725
3188.26/3203.37	c #Conflicts:    2545000 | #Constraints:     218725
3188.26/3203.37	c #Conflicts:    2546000 | #Constraints:     219725
3188.26/3203.37	c #Conflicts:    2547000 | #Constraints:     220725
3188.26/3203.37	c #Conflicts:    2548000 | #Constraints:     221725
3188.26/3203.37	c #Conflicts:    2549000 | #Constraints:     222725
3188.26/3203.37	c #Conflicts:    2550000 | #Constraints:     223725
3188.26/3203.37	c #Conflicts:    2551000 | #Constraints:     224725
3188.26/3203.37	c #Conflicts:    2552000 | #Constraints:     225725
3188.26/3203.37	c #Conflicts:    2553000 | #Constraints:     226725
3188.26/3203.37	c #Conflicts:    2554000 | #Constraints:     227725
3188.26/3203.37	c #Conflicts:    2555000 | #Constraints:     228725
3188.26/3203.37	c #Conflicts:    2556000 | #Constraints:     229725
3188.26/3203.37	c #Conflicts:    2557000 | #Constraints:     230725
3188.26/3203.37	c #Conflicts:    2558000 | #Constraints:     231725
3188.26/3203.37	c #Conflicts:    2559000 | #Constraints:     232725
3188.26/3203.37	c #Conflicts:    2560000 | #Constraints:     233725
3188.26/3203.37	c #Conflicts:    2561000 | #Constraints:     234725
3188.26/3203.37	c #Conflicts:    2562000 | #Constraints:     235725
3188.26/3203.37	c #Conflicts:    2563000 | #Constraints:     236725
3188.26/3203.37	c #Conflicts:    2564000 | #Constraints:     237725
3188.26/3203.37	c #Conflicts:    2565000 | #Constraints:     238725
3188.26/3203.37	c #Conflicts:    2566000 | #Constraints:     239725
3188.26/3203.37	c #Conflicts:    2567000 | #Constraints:     240725
3188.26/3203.37	c #Conflicts:    2568000 | #Constraints:     241725
3188.26/3203.37	c #Conflicts:    2569000 | #Constraints:     242725
3188.26/3203.37	c #Conflicts:    2570000 | #Constraints:     243725
3188.26/3203.37	c #Conflicts:    2571000 | #Constraints:     244725
3188.26/3203.37	c bounds -42 >= -290 @ 3163.88
3223.74/3238.93	c #Conflicts:    2572000 | #Constraints:     245752
3223.74/3238.93	c #Conflicts:    2573000 | #Constraints:     246752
3223.74/3238.93	c #Conflicts:    2574000 | #Constraints:     247752
3223.74/3238.93	c #Conflicts:    2575000 | #Constraints:     248752
3223.74/3238.93	c #Conflicts:    2576000 | #Constraints:     249752
3223.74/3238.93	c #Conflicts:    2577000 | #Constraints:     250752
3223.74/3238.93	c #Conflicts:    2578000 | #Constraints:     251752
3223.74/3238.93	c #Conflicts:    2579000 | #Constraints:     252752
3223.74/3238.93	c #Conflicts:    2580000 | #Constraints:     253752
3223.74/3238.93	c #Conflicts:    2581000 | #Constraints:     254752
3223.74/3238.93	c #Conflicts:    2582000 | #Constraints:     255752
3223.74/3238.93	c #Conflicts:    2583000 | #Constraints:     256752
3223.74/3238.93	c #Conflicts:    2584000 | #Constraints:     257752
3223.74/3238.93	c #Conflicts:    2585000 | #Constraints:     258752
3223.74/3238.93	c #Conflicts:    2586000 | #Constraints:     259752
3223.74/3238.93	c #Conflicts:    2587000 | #Constraints:     260752
3223.74/3238.93	c #Conflicts:    2588000 | #Constraints:     261752
3223.74/3238.93	c #Conflicts:    2589000 | #Constraints:     262752
3223.74/3238.93	c #Conflicts:    2590000 | #Constraints:     263752
3223.74/3238.93	c #Conflicts:    2591000 | #Constraints:     264752
3223.74/3238.93	c #Conflicts:    2592000 | #Constraints:     265752
3223.74/3238.93	c INPROCESSING
3223.74/3238.93	c GARBAGE COLLECT
3223.74/3238.93	c rational objective -290
3260.66/3276.47	c #Conflicts:    2593000 | #Constraints:     183314
3260.66/3276.47	c #Conflicts:    2594000 | #Constraints:     184314
3260.66/3276.47	c #Conflicts:    2595000 | #Constraints:     185314
3260.66/3276.47	c #Conflicts:    2596000 | #Constraints:     186314
3260.66/3276.47	c #Conflicts:    2597000 | #Constraints:     187314
3260.66/3276.47	c #Conflicts:    2598000 | #Constraints:     188314
3260.66/3276.47	c #Conflicts:    2599000 | #Constraints:     189314
3260.66/3276.47	c #Conflicts:    2600000 | #Constraints:     190314
3260.66/3276.47	c #Conflicts:    2601000 | #Constraints:     191314
3260.66/3276.47	c #Conflicts:    2602000 | #Constraints:     192314
3260.66/3276.47	c #Conflicts:    2603000 | #Constraints:     193314
3260.66/3276.47	c #Conflicts:    2604000 | #Constraints:     194314
3260.66/3276.47	c #Conflicts:    2605000 | #Constraints:     195314
3260.66/3276.47	c #Conflicts:    2606000 | #Constraints:     196314
3260.66/3276.47	c #Conflicts:    2607000 | #Constraints:     197314
3260.66/3276.47	c #Conflicts:    2608000 | #Constraints:     198314
3260.66/3276.47	c #Conflicts:    2609000 | #Constraints:     199314
3260.66/3276.47	c #Conflicts:    2610000 | #Constraints:     200314
3260.66/3276.47	c #Conflicts:    2611000 | #Constraints:     201314
3260.66/3276.47	c #Conflicts:    2612000 | #Constraints:     202314
3260.66/3276.47	c #Conflicts:    2613000 | #Constraints:     203314
3260.66/3276.47	c #Conflicts:    2614000 | #Constraints:     204314
3260.66/3276.47	c #Conflicts:    2615000 | #Constraints:     205314
3260.66/3276.47	c #Conflicts:    2616000 | #Constraints:     206314
3260.66/3276.47	c #Conflicts:    2617000 | #Constraints:     207314
3260.66/3276.47	c #Conflicts:    2618000 | #Constraints:     208314
3260.66/3276.47	c #Conflicts:    2619000 | #Constraints:     209314
3260.66/3276.47	c #Conflicts:    2620000 | #Constraints:     210314
3260.66/3276.47	c #Conflicts:    2621000 | #Constraints:     211314
3260.66/3276.47	c #Conflicts:    2622000 | #Constraints:     212314
3260.66/3276.47	c #Conflicts:    2623000 | #Constraints:     213314
3260.66/3276.47	c #Conflicts:    2624000 | #Constraints:     214314
3260.66/3276.47	c #Conflicts:    2625000 | #Constraints:     215314
3260.66/3276.47	c bounds -42 >= -289 @ 3235.75
3270.13/3285.99	c #Conflicts:    2626000 | #Constraints:     216362
3270.13/3285.99	c #Conflicts:    2627000 | #Constraints:     217362
3270.13/3285.99	c #Conflicts:    2628000 | #Constraints:     218362
3270.13/3285.99	c #Conflicts:    2629000 | #Constraints:     219362
3270.13/3285.99	c #Conflicts:    2630000 | #Constraints:     220362
3270.13/3285.99	c #Conflicts:    2631000 | #Constraints:     221362
3270.13/3285.99	c #Conflicts:    2632000 | #Constraints:     222362
3270.13/3285.99	c INPROCESSING
3270.13/3285.99	c GARBAGE COLLECT
3270.13/3285.99	c rational objective -289
3316.67/3332.60	c #Conflicts:    2633000 | #Constraints:     161668
3316.67/3332.60	c #Conflicts:    2634000 | #Constraints:     162668
3316.67/3332.60	c #Conflicts:    2635000 | #Constraints:     163668
3316.67/3332.60	c #Conflicts:    2636000 | #Constraints:     164668
3316.67/3332.60	c #Conflicts:    2637000 | #Constraints:     165668
3316.67/3332.60	c #Conflicts:    2638000 | #Constraints:     166668
3316.67/3332.60	c #Conflicts:    2639000 | #Constraints:     167668
3316.67/3332.60	c #Conflicts:    2640000 | #Constraints:     168668
3316.67/3332.60	c #Conflicts:    2641000 | #Constraints:     169668
3316.67/3332.60	c #Conflicts:    2642000 | #Constraints:     170668
3316.67/3332.60	c #Conflicts:    2643000 | #Constraints:     171668
3316.67/3332.60	c #Conflicts:    2644000 | #Constraints:     172668
3316.67/3332.60	c #Conflicts:    2645000 | #Constraints:     173668
3316.67/3332.60	c #Conflicts:    2646000 | #Constraints:     174668
3316.67/3332.60	c #Conflicts:    2647000 | #Constraints:     175668
3316.67/3332.60	c #Conflicts:    2648000 | #Constraints:     176668
3316.67/3332.60	c #Conflicts:    2649000 | #Constraints:     177668
3316.67/3332.60	c #Conflicts:    2650000 | #Constraints:     178668
3316.67/3332.60	c #Conflicts:    2651000 | #Constraints:     179668
3316.67/3332.60	c #Conflicts:    2652000 | #Constraints:     180668
3316.67/3332.60	c #Conflicts:    2653000 | #Constraints:     181668
3316.67/3332.60	c #Conflicts:    2654000 | #Constraints:     182668
3316.67/3332.60	c #Conflicts:    2655000 | #Constraints:     183668
3316.67/3332.60	c #Conflicts:    2656000 | #Constraints:     184668
3316.67/3332.60	c #Conflicts:    2657000 | #Constraints:     185668
3316.67/3332.60	c #Conflicts:    2658000 | #Constraints:     186668
3316.67/3332.60	c #Conflicts:    2659000 | #Constraints:     187668
3316.67/3332.60	c #Conflicts:    2660000 | #Constraints:     188668
3316.67/3332.60	c #Conflicts:    2661000 | #Constraints:     189668
3316.67/3332.60	c #Conflicts:    2662000 | #Constraints:     190668
3316.67/3332.60	c #Conflicts:    2663000 | #Constraints:     191668
3316.67/3332.60	c #Conflicts:    2664000 | #Constraints:     192668
3316.67/3332.60	c #Conflicts:    2665000 | #Constraints:     193668
3316.67/3332.60	c #Conflicts:    2666000 | #Constraints:     194668
3316.67/3332.60	c #Conflicts:    2667000 | #Constraints:     195668
3316.67/3332.60	c #Conflicts:    2668000 | #Constraints:     196668
3316.67/3332.60	c #Conflicts:    2669000 | #Constraints:     197668
3316.67/3332.60	c #Conflicts:    2670000 | #Constraints:     198668
3316.67/3332.60	c #Conflicts:    2671000 | #Constraints:     199668
3316.67/3332.60	c #Conflicts:    2672000 | #Constraints:     200668
3316.67/3332.60	c #Conflicts:    2673000 | #Constraints:     201668
3316.67/3332.60	c INPROCESSING
3316.67/3332.60	c GARBAGE COLLECT
3316.67/3332.60	c rational objective -289
3401.21/3417.46	c #Conflicts:    2674000 | #Constraints:     158416
3401.21/3417.46	c #Conflicts:    2675000 | #Constraints:     159416
3401.21/3417.46	c #Conflicts:    2676000 | #Constraints:     160416
3401.21/3417.46	c #Conflicts:    2677000 | #Constraints:     161416
3401.21/3417.46	c #Conflicts:    2678000 | #Constraints:     162416
3401.21/3417.46	c #Conflicts:    2679000 | #Constraints:     163416
3401.21/3417.46	c #Conflicts:    2680000 | #Constraints:     164416
3401.21/3417.46	c #Conflicts:    2681000 | #Constraints:     165416
3401.21/3417.46	c #Conflicts:    2682000 | #Constraints:     166416
3401.21/3417.46	c #Conflicts:    2683000 | #Constraints:     167416
3401.21/3417.46	c #Conflicts:    2684000 | #Constraints:     168416
3401.21/3417.46	c #Conflicts:    2685000 | #Constraints:     169416
3401.21/3417.46	c #Conflicts:    2686000 | #Constraints:     170416
3401.21/3417.46	c #Conflicts:    2687000 | #Constraints:     171416
3401.21/3417.46	c #Conflicts:    2688000 | #Constraints:     172416
3401.21/3417.46	c #Conflicts:    2689000 | #Constraints:     173416
3401.21/3417.46	c #Conflicts:    2690000 | #Constraints:     174416
3401.21/3417.46	c #Conflicts:    2691000 | #Constraints:     175416
3401.21/3417.46	c #Conflicts:    2692000 | #Constraints:     176416
3401.21/3417.46	c #Conflicts:    2693000 | #Constraints:     177416
3401.21/3417.46	c #Conflicts:    2694000 | #Constraints:     178416
3401.21/3417.46	c #Conflicts:    2695000 | #Constraints:     179416
3401.21/3417.46	c #Conflicts:    2696000 | #Constraints:     180416
3401.21/3417.46	c #Conflicts:    2697000 | #Constraints:     181416
3401.21/3417.46	c #Conflicts:    2698000 | #Constraints:     182416
3401.21/3417.46	c #Conflicts:    2699000 | #Constraints:     183416
3401.21/3417.46	c #Conflicts:    2700000 | #Constraints:     184416
3401.21/3417.46	c #Conflicts:    2701000 | #Constraints:     185416
3401.21/3417.46	c #Conflicts:    2702000 | #Constraints:     186416
3401.21/3417.46	c #Conflicts:    2703000 | #Constraints:     187416
3401.21/3417.46	c #Conflicts:    2704000 | #Constraints:     188416
3401.21/3417.46	c #Conflicts:    2705000 | #Constraints:     189416
3401.21/3417.46	c #Conflicts:    2706000 | #Constraints:     190416
3401.21/3417.46	c #Conflicts:    2707000 | #Constraints:     191416
3401.21/3417.46	c #Conflicts:    2708000 | #Constraints:     192416
3401.21/3417.46	c #Conflicts:    2709000 | #Constraints:     193416
3401.21/3417.46	c #Conflicts:    2710000 | #Constraints:     194416
3401.21/3417.46	c #Conflicts:    2711000 | #Constraints:     195416
3401.21/3417.46	c #Conflicts:    2712000 | #Constraints:     196416
3401.21/3417.46	c #Conflicts:    2713000 | #Constraints:     197416
3401.21/3417.46	c #Conflicts:    2714000 | #Constraints:     198416
3401.21/3417.46	c #Conflicts:    2715000 | #Constraints:     199416
3401.21/3417.46	c #Conflicts:    2716000 | #Constraints:     200416
3401.21/3417.46	c #Conflicts:    2717000 | #Constraints:     201416
3401.21/3417.46	c #Conflicts:    2718000 | #Constraints:     202416
3401.21/3417.46	c #Conflicts:    2719000 | #Constraints:     203416
3401.21/3417.46	c #Conflicts:    2720000 | #Constraints:     204416
3401.21/3417.46	c #Conflicts:    2721000 | #Constraints:     205416
3401.21/3417.46	c #Conflicts:    2722000 | #Constraints:     206416
3401.21/3417.46	c #Conflicts:    2723000 | #Constraints:     207416
3401.21/3417.46	c #Conflicts:    2724000 | #Constraints:     208416
3401.21/3417.46	c #Conflicts:    2725000 | #Constraints:     209416
3401.21/3417.46	c #Conflicts:    2726000 | #Constraints:     210416
3401.21/3417.46	c #Conflicts:    2727000 | #Constraints:     211416
3401.21/3417.46	c #Conflicts:    2728000 | #Constraints:     212416
3401.21/3417.46	c #Conflicts:    2729000 | #Constraints:     213416
3401.21/3417.46	c #Conflicts:    2730000 | #Constraints:     214416
3401.21/3417.46	c #Conflicts:    2731000 | #Constraints:     215416
3401.21/3417.46	c #Conflicts:    2732000 | #Constraints:     216416
3401.21/3417.46	c #Conflicts:    2733000 | #Constraints:     217416
3401.21/3417.46	c #Conflicts:    2734000 | #Constraints:     218416
3401.21/3417.46	c #Conflicts:    2735000 | #Constraints:     219416
3401.21/3417.46	c #Conflicts:    2736000 | #Constraints:     220416
3401.21/3417.46	c #Conflicts:    2737000 | #Constraints:     221416
3401.21/3417.46	c bounds -42 >= -288 @ 3375.13
3500.08/3516.77	c #Conflicts:    2738000 | #Constraints:     222497
3500.08/3516.77	c #Conflicts:    2739000 | #Constraints:     223497
3500.08/3516.77	c #Conflicts:    2740000 | #Constraints:     224497
3500.08/3516.77	c #Conflicts:    2741000 | #Constraints:     225497
3500.08/3516.77	c #Conflicts:    2742000 | #Constraints:     226497
3500.08/3516.77	c #Conflicts:    2743000 | #Constraints:     227497
3500.08/3516.77	c #Conflicts:    2744000 | #Constraints:     228497
3500.08/3516.77	c #Conflicts:    2745000 | #Constraints:     229497
3500.08/3516.77	c #Conflicts:    2746000 | #Constraints:     230497
3500.08/3516.77	c #Conflicts:    2747000 | #Constraints:     231497
3500.08/3516.77	c #Conflicts:    2748000 | #Constraints:     232497
3500.08/3516.77	c #Conflicts:    2749000 | #Constraints:     233497
3500.08/3516.77	c #Conflicts:    2750000 | #Constraints:     234497
3500.08/3516.77	c #Conflicts:    2751000 | #Constraints:     235497
3500.08/3516.77	c #Conflicts:    2752000 | #Constraints:     236497
3500.08/3516.77	c #Conflicts:    2753000 | #Constraints:     237497
3500.08/3516.77	c #Conflicts:    2754000 | #Constraints:     238497
3500.08/3516.77	c #Conflicts:    2755000 | #Constraints:     239497
3500.08/3516.77	c #Conflicts:    2756000 | #Constraints:     240497
3500.08/3516.77	c #Conflicts:    2757000 | #Constraints:     241497
3500.08/3516.77	c #Conflicts:    2758000 | #Constraints:     242497
3500.08/3516.77	c #Conflicts:    2759000 | #Constraints:     243497
3500.08/3516.77	c #Conflicts:    2760000 | #Constraints:     244497
3500.08/3516.77	c #Conflicts:    2761000 | #Constraints:     245497
3500.08/3516.77	c #Conflicts:    2762000 | #Constraints:     246497
3500.08/3516.77	c #Conflicts:    2763000 | #Constraints:     247497
3500.08/3516.77	c #Conflicts:    2764000 | #Constraints:     248497
3500.08/3516.77	c #Conflicts:    2765000 | #Constraints:     249497
3500.08/3516.77	c #Conflicts:    2766000 | #Constraints:     250497
3500.08/3516.77	c #Conflicts:    2767000 | #Constraints:     251497
3500.08/3516.77	c #Conflicts:    2768000 | #Constraints:     252497
3500.08/3516.77	c #Conflicts:    2769000 | #Constraints:     253497
3500.08/3516.77	c #Conflicts:    2770000 | #Constraints:     254497
3500.08/3516.77	c #Conflicts:    2771000 | #Constraints:     255497
3500.08/3516.77	c #Conflicts:    2772000 | #Constraints:     256497
3500.08/3516.77	c #Conflicts:    2773000 | #Constraints:     257497
3500.08/3516.77	c #Conflicts:    2774000 | #Constraints:     258497
3500.08/3516.77	c #Conflicts:    2775000 | #Constraints:     259497
3500.08/3516.77	c #Conflicts:    2776000 | #Constraints:     260497
3500.08/3516.77	c #Conflicts:    2777000 | #Constraints:     261497
3500.08/3516.77	c #Conflicts:    2778000 | #Constraints:     262497
3500.08/3516.77	c #Conflicts:    2779000 | #Constraints:     263497
3500.08/3516.77	c #Conflicts:    2780000 | #Constraints:     264497
3500.08/3516.77	c #Conflicts:    2781000 | #Constraints:     265497
3500.08/3516.77	c #Conflicts:    2782000 | #Constraints:     266497
3500.08/3516.77	c #Conflicts:    2783000 | #Constraints:     267497
3500.08/3516.77	c #Conflicts:    2784000 | #Constraints:     268497
3500.08/3516.77	c #Conflicts:    2785000 | #Constraints:     269497
3500.08/3516.77	c #Conflicts:    2786000 | #Constraints:     270497
3500.08/3516.77	c #Conflicts:    2787000 | #Constraints:     271497
3500.08/3516.77	c #Conflicts:    2788000 | #Constraints:     272497
3500.08/3516.77	c INPROCESSING
3500.08/3516.77	c GARBAGE COLLECT
3500.08/3516.77	c rational objective -288
3502.25/3518.91	c #Conflicts:    2789000 | #Constraints:     186134
3502.25/3518.91	c #Conflicts:    2790000 | #Constraints:     187134
3502.25/3518.91	c bounds -42 >= -287 @ 3475.48
3554.44/3571.30	c #Conflicts:    2791000 | #Constraints:     188155
3554.44/3571.30	c #Conflicts:    2792000 | #Constraints:     189155
3554.44/3571.30	c #Conflicts:    2793000 | #Constraints:     190155
3554.44/3571.30	c #Conflicts:    2794000 | #Constraints:     191155
3554.44/3571.30	c #Conflicts:    2795000 | #Constraints:     192155
3554.44/3571.30	c #Conflicts:    2796000 | #Constraints:     193155
3554.44/3571.30	c #Conflicts:    2797000 | #Constraints:     194155
3554.44/3571.30	c #Conflicts:    2798000 | #Constraints:     195155
3554.44/3571.30	c #Conflicts:    2799000 | #Constraints:     196155
3554.44/3571.30	c #Conflicts:    2800000 | #Constraints:     197155
3554.44/3571.30	c #Conflicts:    2801000 | #Constraints:     198155
3554.44/3571.30	c #Conflicts:    2802000 | #Constraints:     199155
3554.44/3571.30	c #Conflicts:    2803000 | #Constraints:     200155
3554.44/3571.30	c #Conflicts:    2804000 | #Constraints:     201155
3554.44/3571.30	c #Conflicts:    2805000 | #Constraints:     202155
3554.44/3571.30	c #Conflicts:    2806000 | #Constraints:     203155
3554.44/3571.30	c #Conflicts:    2807000 | #Constraints:     204155
3554.44/3571.30	c #Conflicts:    2808000 | #Constraints:     205155
3554.44/3571.30	c #Conflicts:    2809000 | #Constraints:     206155
3554.44/3571.30	c #Conflicts:    2810000 | #Constraints:     207155
3554.44/3571.30	c #Conflicts:    2811000 | #Constraints:     208155
3554.44/3571.30	c #Conflicts:    2812000 | #Constraints:     209155
3554.44/3571.30	c #Conflicts:    2813000 | #Constraints:     210155
3554.44/3571.30	c #Conflicts:    2814000 | #Constraints:     211155
3554.44/3571.30	c #Conflicts:    2815000 | #Constraints:     212155
3554.44/3571.30	c #Conflicts:    2816000 | #Constraints:     213155
3554.44/3571.30	c #Conflicts:    2817000 | #Constraints:     214155
3554.44/3571.30	c #Conflicts:    2818000 | #Constraints:     215155
3554.44/3571.30	c #Conflicts:    2819000 | #Constraints:     216155
3554.44/3571.30	c #Conflicts:    2820000 | #Constraints:     217155
3554.44/3571.30	c #Conflicts:    2821000 | #Constraints:     218155
3554.44/3571.30	c #Conflicts:    2822000 | #Constraints:     219155
3554.44/3571.30	c #Conflicts:    2823000 | #Constraints:     220155
3554.44/3571.30	c #Conflicts:    2824000 | #Constraints:     221155
3554.44/3571.30	c #Conflicts:    2825000 | #Constraints:     222155
3554.44/3571.30	c #Conflicts:    2826000 | #Constraints:     223155
3554.44/3571.30	c #Conflicts:    2827000 | #Constraints:     224155
3554.44/3571.30	c #Conflicts:    2828000 | #Constraints:     225155
3554.44/3571.30	c #Conflicts:    2829000 | #Constraints:     226155
3554.44/3571.30	c #Conflicts:    2830000 | #Constraints:     227155
3554.44/3571.30	c INPROCESSING
3554.44/3571.30	c GARBAGE COLLECT
3554.44/3571.30	c rational objective -287
3600.03/3617.10	c #Conflicts:    2831000 | #Constraints:     163890
3600.03/3617.10	c #Conflicts:    2832000 | #Constraints:     164890
3600.03/3617.10	c #Conflicts:    2833000 | #Constraints:     165890
3600.03/3617.10	c #Conflicts:    2834000 | #Constraints:     166890
3600.03/3617.10	c #Conflicts:    2835000 | #Constraints:     167890
3600.03/3617.10	c #Conflicts:    2836000 | #Constraints:     168890
3600.03/3617.10	c #Conflicts:    2837000 | #Constraints:     169890
3600.03/3617.10	c #Conflicts:    2838000 | #Constraints:     170890
3600.03/3617.10	c #Conflicts:    2839000 | #Constraints:     171890
3600.03/3617.10	c #Conflicts:    2840000 | #Constraints:     172890
3600.03/3617.10	c #Conflicts:    2841000 | #Constraints:     173890
3600.03/3617.10	c #Conflicts:    2842000 | #Constraints:     174890
3600.03/3617.10	c #Conflicts:    2843000 | #Constraints:     175890
3600.03/3617.10	c #Conflicts:    2844000 | #Constraints:     176890
3600.03/3617.10	c #Conflicts:    2845000 | #Constraints:     177890
3600.03/3617.10	c #Conflicts:    2846000 | #Constraints:     178890
3600.03/3617.10	c #Conflicts:    2847000 | #Constraints:     179890
3600.03/3617.10	c #Conflicts:    2848000 | #Constraints:     180890
3600.03/3617.10	c #Conflicts:    2849000 | #Constraints:     181890
3600.03/3617.10	c #Conflicts:    2850000 | #Constraints:     182890
3600.03/3617.10	c #Conflicts:    2851000 | #Constraints:     183890
3600.03/3617.10	c #Conflicts:    2852000 | #Constraints:     184890
3600.03/3617.10	c #Conflicts:    2853000 | #Constraints:     185890
3600.03/3617.10	c #Conflicts:    2854000 | #Constraints:     186890
3600.03/3617.10	c #Conflicts:    2855000 | #Constraints:     187890
3600.03/3617.10	c #Conflicts:    2856000 | #Constraints:     188890
3600.03/3617.10	c #Conflicts:    2857000 | #Constraints:     189890
3600.03/3617.10	c #Conflicts:    2858000 | #Constraints:     190890
3600.03/3617.10	c #Conflicts:    2859000 | #Constraints:     191890
3600.03/3617.10	c #Conflicts:    2860000 | #Constraints:     192890
3600.03/3617.10	c #Conflicts:    2861000 | #Constraints:     193890
3600.03/3617.10	c #Conflicts:    2862000 | #Constraints:     194890
3600.03/3617.10	c #Conflicts:    2863000 | #Constraints:     195890
3600.03/3617.10	c #Conflicts:    2864000 | #Constraints:     196890
3600.03/3617.10	c #Conflicts:    2865000 | #Constraints:     197890
3600.03/3617.10	c #Conflicts:    2866000 | #Constraints:     198890
3600.03/3617.10	c #Conflicts:    2867000 | #Constraints:     199890
3600.03/3617.10	c #Conflicts:    2868000 | #Constraints:     200890
3600.03/3617.10	c #Conflicts:    2869000 | #Constraints:     201890
3600.03/3617.10	c #Conflicts:    2870000 | #Constraints:     202890
3600.03/3617.10	c #Conflicts:    2871000 | #Constraints:     203890
3600.03/3617.10	c #Conflicts:    2872000 | #Constraints:     204890
3600.03/3617.10	c cpu time 3572.41 s
3600.03/3617.10	c deterministic time 206373859991 2.06e+11
3600.03/3617.10	c optimization time 45.064 s
3600.03/3617.10	c total solve time 3526.94 s
3600.03/3617.10	c core-guided solve time 2562.59 s
3600.03/3617.10	c propagation time 2809.19 s
3600.03/3617.10	c conflict analysis time 660.998 s
3600.03/3617.10	c propagations 1003497572
3600.03/3617.10	c resolve steps 77760251
3600.03/3617.10	c decisions 5744741
3600.03/3617.10	c conflicts 2872175
3600.03/3617.10	c restarts 5105
3600.03/3617.10	c inprocessing phases 84
3600.03/3617.10	c garbage collections 82 ,( 97.62 )
3600.03/3617.10	c input clauses 96837 ,( 93.81 )
3600.03/3617.10	c input cardinalities 4318 ,( 4.18 )
3600.03/3617.10	c input general constraints 2070 ,( 2.01 )
3600.03/3617.10	c input average constraint length 15.20
3600.03/3617.10	c input average constraint degree 6.08
3600.03/3617.10	c learned clauses 2531059 ,( 87.61 )
3600.03/3617.10	c learned cardinalities 84900 ,( 2.94 )
3600.03/3617.10	c learned general constraints 273168 ,( 9.46 )
3600.03/3617.10	c learned average constraint length 329.26
3600.03/3617.10	c learned average constraint degree 12416476.27
3600.03/3617.10	c watched  CF 32, 64, 128, Arb: 153210 , 0 , 0 , 0
3600.03/3617.10	c counting CF 32, 64, 128, Arb: 122029 , 0 , 0 , 0
3600.03/3617.10	c watched   constraints 153210 ,( 55.66 ) 
3600.03/3617.10	c counting  constraints 122028 ,( 44.34 ) 
3600.03/3617.10	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 4805571316 , 2773448480 , 8291739709 ,( 1086059834 , 7205679875 )
3600.03/3617.10	c gcd simplifications 75250
3600.03/3617.10	c detected cardinalities 20058
3600.03/3617.10	c weakened non-implied lits 93752750
3600.03/3617.10	c weakened non-implying lits 705146
3600.03/3617.10	c original variables 1272
3600.03/3617.10	c clausal propagations 729748583
3600.03/3617.10	c cardinality propagations 62278462
3600.03/3617.10	c watched propagations 1558041
3600.03/3617.10	c counting propagations 205791509
3600.03/3617.10	c watch lookups 48061770163
3600.03/3617.10	c watch backjump lookups 0
3600.03/3617.10	c watch checks 143969011966
3600.03/3617.10	c propagation checks 9477122455
3600.03/3617.10	c constraint additions 2841716683
3600.03/3617.10	c trail pops 1012097177
3600.03/3617.10	c formula constraints 94127
3600.03/3617.10	c learned constraints 2857383
3600.03/3617.10	c bound constraints 1012
3600.03/3617.10	c core-guided constraints 8086
3600.03/3617.10	c encountered formula constraints 7921188
3600.03/3617.10	c encountered learned constraints 45747670
3600.03/3617.10	c encountered bound constraints 527
3600.03/3617.10	c encountered core-guided constraints 26756811
3600.03/3617.10	c LP total time 1174.8 s
3600.03/3617.10	c LP solve time 1092.07 s
3600.03/3617.10	c LP constraints added 96015
3600.03/3617.10	c LP constraints removed 1871
3600.03/3617.10	c LP pivots internal 2872195
3600.03/3617.10	c LP pivots root 27038
3600.03/3617.10	c LP calls 31613
3600.03/3617.10	c LP optimalities 16381
3600.03/3617.10	c LP no pivot count 5181
3600.03/3617.10	c LP infeasibilities 15229
3600.03/3617.10	c LP valid Farkas constraints 15228
3600.03/3617.10	c LP learned Farkas constraints 14793
3600.03/3617.10	c LP basis resets 1
3600.03/3617.10	c LP cycling count 0
3600.03/3617.10	c LP singular count 0
3600.03/3617.10	c LP no primal count 0
3600.03/3617.10	c LP no farkas count 1
3600.03/3617.10	c LP other issue count 0
3600.03/3617.10	c LP Gomory cuts 1723
3600.03/3617.10	c LP learned cuts 165
3600.03/3617.10	c LP deleted cuts 1871
3600.03/3617.10	c LP encountered Gomory constraints 31
3600.03/3617.10	c LP encountered Farkas constraints 158726
3600.03/3617.10	c LP encountered learned Farkas constraints 32680
3600.03/3617.10	c CG auxiliary variables introduced 3023
3600.03/3617.10	c CG solutions found 26
3600.03/3617.10	c CG cores constructed 985
3600.03/3617.10	c CG core cardinality constraints returned 0
3600.03/3617.10	c CG unit cores 0
3600.03/3617.10	c CG single cores 985
3600.03/3617.10	c CG blocks removed during cardinality reduction 0
3600.03/3617.10	c CG first core best 0
3600.03/3617.10	c CG decision core best 0
3600.03/3617.10	c CG core reduction tie 0
3600.03/3617.10	c CG core degree average 1.00
3600.03/3617.10	c CG core slack average 3.33
3600.03/3617.10	c CG core upper bound improvements 0
3600.03/3617.10	c STR number of successful calls 0
3600.03/3617.10	c STR number of unsuccessful calls 0
3600.03/3617.10	c STR number of inconclusive calls 0
3600.03/3617.10	c STR number of successful attempts 0
3600.03/3617.10	c STR number of unsuccessful attempts 0
3600.03/3617.10	c STR number of inconclusive attempts 0
3600.03/3617.10	c STR average degree increase per successful call inf
3600.03/3617.10	c STR average degree increase per successful attempt inf
3600.03/3617.10	c STR total number of conflicts for successful attempts 0
3600.03/3617.10	c STR total number of conflicts for unsuccessful attempts 0
3600.03/3617.10	c STR total number of conflicts for inconclusive attempts 0
3600.03/3617.10	c STR average number of conflicts per successful attempt inf
3600.03/3617.10	c STR average number of conflicts per unsuccessful attempt inf
3600.03/3617.10	c STR average number of conflicts per inconclusive attempt inf
3600.03/3617.10	c AVG.sumWPerc 35.69 
3600.03/3617.10	c bigint constraints 0 
3600.03/3617.10	o -42
3600.03/3617.10	s SATISFIABLE
3600.03/3617.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 -x1151 -x1152 -x1153 -x1154 -x1155 -x1156 -x1157 -x1158 -x1159 -x1160 -x1161 -x1162 -x1163 -x1164 -x1165 -x1166 -x1167 -x1168 -x1169 -x1170 -x1171 -x1172 -x1173 -x1174 x1175 -x1176 -x1177 -x1178 -x1179 -x1180 -x1181 -x1182 x1183 -x1184 -x1185 -x1186 -x1187 -x1188 -x1189 -x1190 -x1191 -x1192 -x1193 -x1194 -x1195 -x1196 -x1197 -x1198 -x1199 -x1200 x1201 -x1202 -x1203 -x1204 -x1205 -x1206 -x1207 -x1208 -x1209 -x1210 -x1211 -x1212 -x1213 -x1214 -x1215 -x1216 -x1217 -x1218 -x1219 -x1220 -x1221 -x1222 -x1223 -x1224 -x1225 -x1226 -x1227 -x1228 -x1229 -x1230 -x1231 -x1232 -x1233 -x1234 -x1235 -x1236 -x1237 -x1238 -x1239 -x1240 -x1241 -x1242 -x1243 -x1244 -x1245 -x1246 x1247 -x1248 -x1249 -x1250 -x1251 -x1252 -x1253 -x1254 -x1255 -x1256 -x1257 -x1258 -x1259 -x1260 -x1261 -x1262 -x1263 -x1264 -x1265 -x1266 -x1267 -x1268 -x1269 -x1270 -x1271 x1272
3600.03/3617.10	c Program interrupted by user.

Verifier Data

OK	-42

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 (62337 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-4484817-1751301353/watcher-4484817-1751301353 -o /tmp/evaluation-result-4484817-1751301353/solver-4484817-1751301353 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1751301353-38982 --watchdog 3760 --file-size-limit 100000 run-opt-ls-log.sh HOME/instance-4484817-1751301353.opb PROOFDIR/proof-4484817-1751301353 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=39029, runsolver pid=39023

[startup+0.100059 s]*
/proc/loadavg: 0.54 1.53 2.70 5/267 39046
/proc/meminfo: memFree=129172820/131250000 swapFree=33010684/33010684
[pid=39029] ppid=39023 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/39029/stat : 39029 (run-opt-ls-log.) S 39023 39029 38972 0 -1 4194304 209 0 0 0 0 0 0 0 20 0 1 0 45815237 4292608 736 18446744073709551615 94782794940416 94782795834949 140724552225008 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94782796074000 94782796121744 94782818050048 140724552231195 140724552231393 140724552231393 140724552236995 0
/proc/39029/statm: 1048 736 672 219 0 110 0
[pid=39039] ppid=39029 vsize=36872 memory=28588 CPUtime=0.07 cores=0,2
/proc/39039/stat : 39039 (pbsuma) R 39029 39029 38972 0 -1 4194304 9774 0 0 0 6 1 0 0 20 0 1 0 45815238 37756928 7147 18446744073709551615 4210688 4653049 140733969799072 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 4700520 4703148 26091520 140733969807587 140733969807922 140733969807922 140733969813487 0
/proc/39039/statm: 9218 7147 1056 108 0 6626 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 41064 KiB
Current children cumulated memory: 31532 KiB

[startup+0.206046 s]*
/proc/loadavg: 0.54 1.53 2.70 5/267 39050
/proc/meminfo: memFree=129170516/131250000 swapFree=33010684/33010684
[pid=39029] ppid=39023 vsize=4192 memory=2944 CPUtime=0.08 cores=0,2
/proc/39029/stat : 39029 (run-opt-ls-log.) S 39023 39029 38972 0 -1 4194304 242 9777 0 0 0 0 7 1 20 0 1 0 45815237 4292608 736 18446744073709551615 94782794940416 94782795834949 140724552225008 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94782796074000 94782796121744 94782818050048 140724552231195 140724552231393 140724552231393 140724552236995 0
/proc/39029/statm: 1048 736 672 219 0 110 0
[pid=39048] ppid=39029 vsize=62936 memory=18216 CPUtime=0.08 cores=0,2
/proc/39048/stat : 39048 (roundingsat) R 39029 39029 38972 0 -1 4194304 2381 0 0 0 7 1 0 0 20 0 1 0 45815249 64446464 4554 18446744073709551615 4227072 8923433 140728316730656 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 16637952 140728316737782 140728316738088 140728316738088 140728316743658 0
/proc/39048/statm: 15734 4554 2016 1147 0 3161 0
Current children cumulated CPU time: 0.16 s
Current children cumulated vsize: 67128 KiB
Current children cumulated memory: 21160 KiB

[startup+0.305791 s]*
/proc/loadavg: 0.54 1.53 2.70 5/267 39050
/proc/meminfo: memFree=129170516/131250000 swapFree=33010684/33010684
[pid=39029] ppid=39023 vsize=4192 memory=2944 CPUtime=0.08 cores=0,2
/proc/39029/stat : 39029 (run-opt-ls-log.) S 39023 39029 38972 0 -1 4194304 242 9777 0 0 0 0 7 1 20 0 1 0 45815237 4292608 736 18446744073709551615 94782794940416 94782795834949 140724552225008 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94782796074000 94782796121744 94782818050048 140724552231195 140724552231393 140724552231393 140724552236995 0
/proc/39029/statm: 1048 736 672 219 0 110 0
[pid=39048] ppid=39029 vsize=71136 memory=26264 CPUtime=0.18 cores=0,2
/proc/39048/stat : 39048 (roundingsat) R 39029 39029 38972 0 -1 4194304 4654 0 0 0 14 4 0 0 20 0 1 0 45815249 72843264 6566 18446744073709551615 4227072 8923433 140728316730656 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 16637952 140728316737782 140728316738088 140728316738088 140728316743658 0
/proc/39048/statm: 17784 6566 2016 1147 0 5211 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 75328 KiB
Current children cumulated memory: 29208 KiB

[startup+0.7002 s]
/proc/loadavg: 0.54 1.53 2.70 5/267 39050
/proc/meminfo: memFree=129072288/131250000 swapFree=33010684/33010684
[pid=39029] ppid=39023 vsize=4192 memory=2944 CPUtime=0.08 cores=0,2
/proc/39029/stat : 39029 (run-opt-ls-log.) S 39023 39029 38972 0 -1 4194304 242 9777 0 0 0 0 7 1 20 0 1 0 45815237 4292608 736 18446744073709551615 94782794940416 94782795834949 140724552225008 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94782796074000 94782796121744 94782818050048 140724552231195 140724552231393 140724552231393 140724552236995 0
/proc/39029/statm: 1048 736 672 219 0 110 0
[pid=39048] ppid=39029 vsize=182316 memory=119124 CPUtime=0.57 cores=0,2
/proc/39048/stat : 39048 (roundingsat) R 39029 39029 38972 0 -1 4194304 15683 0 0 0 46 11 0 0 20 0 1 0 45815249 186691584 29781 18446744073709551615 4227072 8923433 140728316730656 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 16637952 140728316737782 140728316738088 140728316738088 140728316743658 0
/proc/39048/statm: 45579 29781 2304 1147 0 33006 0
Current children cumulated CPU time: 0.65 s
Current children cumulated vsize: 186508 KiB
Current children cumulated memory: 122068 KiB

[startup+1.50019 s]
/proc/loadavg: 0.54 1.53 2.70 5/267 39050
/proc/meminfo: memFree=128766756/131250000 swapFree=33010684/33010684
[pid=39029] ppid=39023 vsize=4192 memory=2944 CPUtime=0.08 cores=0,2
/proc/39029/stat : 39029 (run-opt-ls-log.) S 39023 39029 38972 0 -1 4194304 242 9777 0 0 0 0 7 1 20 0 1 0 45815237 4292608 736 18446744073709551615 94782794940416 94782795834949 140724552225008 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94782796074000 94782796121744 94782818050048 140724552231195 140724552231393 140724552231393 140724552236995 0
/proc/39029/statm: 1048 736 672 219 0 110 0
[pid=39048] ppid=39029 vsize=203300 memory=142456 CPUtime=1.36 cores=0,2
/proc/39048/stat : 39048 (roundingsat) R 39029 39029 38972 0 -1 4194304 19896 0 0 0 124 12 0 0 20 0 1 0 45815249 208179200 35614 18446744073709551615 4227072 8923433 140728316730656 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 16637952 140728316737782 140728316738088 140728316738088 140728316743658 0
/proc/39048/statm: 50825 35614 2400 1147 0 38252 0
Current children cumulated CPU time: 1.44 s
Current children cumulated vsize: 207492 KiB
Current children cumulated memory: 145400 KiB

[startup+3.10566 s]
/proc/loadavg: 0.54 1.53 2.70 5/267 39050
/proc/meminfo: memFree=128663144/131250000 swapFree=33010684/33010684
[pid=39029] ppid=39023 vsize=4192 memory=2944 CPUtime=0.08 cores=0,2
/proc/39029/stat : 39029 (run-opt-ls-log.) S 39023 39029 38972 0 -1 4194304 242 9777 0 0 0 0 7 1 20 0 1 0 45815237 4292608 736 18446744073709551615 94782794940416 94782795834949 140724552225008 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94782796074000 94782796121744 94782818050048 140724552231195 140724552231393 140724552231393 140724552236995 0
/proc/39029/statm: 1048 736 672 219 0 110 0
[pid=39048] ppid=39029 vsize=232016 memory=167824 CPUtime=2.97 cores=0,2
/proc/39048/stat : 39048 (roundingsat) R 39029 39029 38972 0 -1 4194304 24687 0 0 0 264 33 0 0 20 0 1 0 45815249 237584384 41956 18446744073709551615 4227072 8923433 140728316730656 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 16637952 140728316737782 140728316738088 140728316738088 140728316743658 0
/proc/39048/statm: 58004 41956 2432 1147 0 45431 0
Current children cumulated CPU time: 3.05 s
Current children cumulated vsize: 236208 KiB
Current children cumulated memory: 170768 KiB

[startup+6.3002 s]
/proc/loadavg: 0.82 1.57 2.71 5/267 39050
/proc/meminfo: memFree=128653824/131250000 swapFree=33010684/33010684
[pid=39029] ppid=39023 vsize=4192 memory=2944 CPUtime=0.08 cores=0,2
/proc/39029/stat : 39029 (run-opt-ls-log.) S 39023 39029 38972 0 -1 4194304 242 9777 0 0 0 0 7 1 20 0 1 0 45815237 4292608 736 18446744073709551615 94782794940416 94782795834949 140724552225008 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94782796074000 94782796121744 94782818050048 140724552231195 140724552231393 140724552231393 140724552236995 0
/proc/39029/statm: 1048 736 672 219 0 110 0
[pid=39048] ppid=39029 vsize=242316 memory=175660 CPUtime=6.15 cores=0,2
/proc/39048/stat : 39048 (roundingsat) R 39029 39029 38972 0 -1 4194304 26141 0 0 0 576 39 0 0 20 0 1 0 45815249 248131584 43915 18446744073709551615 4227072 8923433 140728316730656 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 16637952 140728316737782 140728316738088 140728316738088 140728316743658 0
/proc/39048/statm: 60579 43915 2432 1147 0 48006 0
Current children cumulated CPU time: 6.23 s
Current children cumulated vsize: 246508 KiB
Current children cumulated memory: 178604 KiB

[startup+12.7002 s]
/proc/loadavg: 1.08 1.61 2.72 5/267 39050
/proc/meminfo: memFree=128559488/131250000 swapFree=33010684/33010684
[pid=39029] ppid=39023 vsize=4192 memory=2944 CPUtime=0.08 cores=0,2
/proc/39029/stat : 39029 (run-opt-ls-log.) S 39023 39029 38972 0 -1 4194304 242 9777 0 0 0 0 7 1 20 0 1 0 45815237 4292608 736 18446744073709551615 94782794940416 94782795834949 140724552225008 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94782796074000 94782796121744 94782818050048 140724552231195 140724552231393 140724552231393 140724552236995 0
/proc/39029/statm: 1048 736 672 219 0 110 0
[pid=39048] ppid=39029 vsize=243668 memory=177068 CPUtime=12.53 cores=0,2
/proc/39048/stat : 39048 (roundingsat) R 39029 39029 38972 0 -1 4194304 26498 0 0 0 1202 51 0 0 20 0 1 0 45815249 249516032 44267 18446744073709551615 4227072 8923433 140728316730656 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 16637952 140728316737782 140728316738088 140728316738088 140728316743658 0
/proc/39048/statm: 60917 44267 2432 1147 0 48344 0
Current children cumulated CPU time: 12.61 s
Current children cumulated vsize: 247860 KiB
Current children cumulated memory: 180012 KiB

[startup+25.5002 s]
/proc/loadavg: 1.79 1.75 2.74 5/267 39050
/proc/meminfo: memFree=128333356/131250000 swapFree=33010684/33010684
[pid=39029] ppid=39023 vsize=4192 memory=2944 CPUtime=0.08 cores=0,2
/proc/39029/stat : 39029 (run-opt-ls-log.) S 39023 39029 38972 0 -1 4194304 242 9777 0 0 0 0 7 1 20 0 1 0 45815237 4292608 736 18446744073709551615 94782794940416 94782795834949 140724552225008 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94782796074000 94782796121744 94782818050048 140724552231195 140724552231393 140724552231393 140724552236995 0
/proc/39029/statm: 1048 736 672 219 0 110 0
[pid=39048] ppid=39029 vsize=316584 memory=244928 CPUtime=25.28 cores=0,2
/proc/39048/stat : 39048 (roundingsat) R 39029 39029 38972 0 -1 4194304 30705 0 0 0 2464 64 0 0 20 0 1 0 45815249 324182016 61232 18446744073709551615 4227072 8923433 140728316730656 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 16637952 140728316737782 140728316738088 140728316738088 140728316743658 0
/proc/39048/statm: 79146 61232 2432 1147 0 66573 0
Current children cumulated CPU time: 25.36 s
Current children cumulated vsize: 320776 KiB
Current children cumulated memory: 247872 KiB

[startup+51.1057 s]
/proc/loadavg: 2.60 1.94 2.78 5/269 39053
/proc/meminfo: memFree=128030700/131250000 swapFree=33010684/33010684
[pid=39029] ppid=39023 vsize=4192 memory=2944 CPUtime=0.08 cores=0,2
/proc/39029/stat : 39029 (run-opt-ls-log.) S 39023 39029 38972 0 -1 4194304 242 9777 0 0 0 0 7 1 20 0 1 0 45815237 4292608 736 18446744073709551615 94782794940416 94782795834949 140724552225008 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94782796074000 94782796121744 94782818050048 140724552231195 140724552231393 140724552231393 140724552236995 0
/proc/39029/statm: 1048 736 672 219 0 110 0
[pid=39048] ppid=39029 vsize=320668 memory=249024 CPUtime=50.57 cores=0,2
/proc/39048/stat : 39048 (roundingsat) R 39029 39029 38972 0 -1 4194304 31721 0 0 0 4958 99 0 0 20 0 1 0 45815249 328364032 62256 18446744073709551615 4227072 8923433 140728316730656 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 16637952 140728316737782 140728316738088 140728316738088 140728316743658 0
/proc/39048/statm: 80167 62256 2432 1147 0 67594 0
Current children cumulated CPU time: 50.65 s
Current children cumulated vsize: 324860 KiB
Current children cumulated memory: 251968 KiB

[startup+102.3 s]
/proc/loadavg: 3.44 2.28 2.85 5/270 39056
/proc/meminfo: memFree=127401528/131250000 swapFree=33010684/33010684
[pid=39029] ppid=39023 vsize=4192 memory=2944 CPUtime=0.08 cores=0,2
/proc/39029/stat : 39029 (run-opt-ls-log.) S 39023 39029 38972 0 -1 4194304 242 9777 0 0 0 0 7 1 20 0 1 0 45815237 4292608 736 18446744073709551615 94782794940416 94782795834949 140724552225008 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94782796074000 94782796121744 94782818050048 140724552231195 140724552231393 140724552231393 140724552236995 0
/proc/39029/statm: 1048 736 672 219 0 110 0
[pid=39048] ppid=39029 vsize=329684 memory=255280 CPUtime=101.21 cores=0,2
/proc/39048/stat : 39048 (roundingsat) R 39029 39029 38972 0 -1 4194304 33539 0 0 0 9949 172 0 0 20 0 1 0 45815249 337596416 63820 18446744073709551615 4227072 8923433 140728316730656 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 16637952 140728316737782 140728316738088 140728316738088 140728316743658 0
/proc/39048/statm: 82421 63820 2432 1147 0 69848 0
Current children cumulated CPU time: 101.29 s
Current children cumulated vsize: 333876 KiB
Current children cumulated memory: 258224 KiB

[startup+162.3 s]
/proc/loadavg: 3.83 2.61 2.93 5/272 39061
/proc/meminfo: memFree=126745048/131250000 swapFree=33010684/33010684
[pid=39029] ppid=39023 vsize=4192 memory=2944 CPUtime=0.08 cores=0,2
/proc/39029/stat : 39029 (run-opt-ls-log.) S 39023 39029 38972 0 -1 4194304 242 9777 0 0 0 0 7 1 20 0 1 0 45815237 4292608 736 18446744073709551615 94782794940416 94782795834949 140724552225008 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94782796074000 94782796121744 94782818050048 140724552231195 140724552231393 140724552231393 140724552236995 0
/proc/39029/statm: 1048 736 672 219 0 110 0
[pid=39048] ppid=39029 vsize=389196 memory=277532 CPUtime=160.76 cores=0,2
/proc/39048/stat : 39048 (roundingsat) R 39029 39029 38972 0 -1 4194304 36569 0 0 0 15831 245 0 0 20 0 1 0 45815249 398536704 69383 18446744073709551615 4227072 8923433 140728316730656 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 16637952 140728316737782 140728316738088 140728316738088 140728316743658 0
/proc/39048/statm: 97299 69383 2432 1147 0 84726 0
Current children cumulated CPU time: 160.84 s
Current children cumulated vsize: 393388 KiB
Current children cumulated memory: 280476 KiB

[startup+222.3 s]
/proc/loadavg: 3.98 2.88 3.01 5/273 39070
/proc/meminfo: memFree=126038912/131250000 swapFree=33010684/33010684
[pid=39029] ppid=39023 vsize=4192 memory=2944 CPUtime=0.08 cores=0,2
/proc/39029/stat : 39029 (run-opt-ls-log.) S 39023 39029 38972 0 -1 4194304 242 9777 0 0 0 0 7 1 20 0 1 0 45815237 4292608 736 18446744073709551615 94782794940416 94782795834949 140724552225008 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94782796074000 94782796121744 94782818050048 140724552231195 140724552231393 140724552231393 140724552236995 0
/proc/39029/statm: 1048 736 672 219 0 110 0
[pid=39048] ppid=39029 vsize=416528 memory=317256 CPUtime=220.47 cores=0,2
/proc/39048/stat : 39048 (roundingsat) R 39029 39029 38972 0 -1 4194304 41902 0 0 0 21738 309 0 0 20 0 1 0 45815249 426524672 79314 18446744073709551615 4227072 8923433 140728316730656 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 16637952 140728316737782 140728316738088 140728316738088 140728316743658 0

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

/proc/39048/statm: 383769 314624 2432 1147 0 371196 0
Current children cumulated CPU time: 3089.05 s
Current children cumulated vsize: 1539268 KiB
Current children cumulated memory: 1261440 KiB

[startup+3162.3 s]
/proc/loadavg: 4.17 4.15 4.09 5/270 39216
/proc/meminfo: memFree=104688496/131250000 swapFree=33010684/33010684
[pid=39029] ppid=39023 vsize=4192 memory=2944 CPUtime=0.08 cores=0,2
/proc/39029/stat : 39029 (run-opt-ls-log.) S 39023 39029 38972 0 -1 4194304 242 9777 0 0 0 0 7 1 20 0 1 0 45815237 4292608 736 18446744073709551615 94782794940416 94782795834949 140724552225008 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94782796074000 94782796121744 94782818050048 140724552231195 140724552231393 140724552231393 140724552236995 0
/proc/39029/statm: 1048 736 672 219 0 110 0
[pid=39048] ppid=39029 vsize=1535076 memory=1258496 CPUtime=3147.35 cores=0,2
/proc/39048/stat : 39048 (roundingsat) R 39029 39029 38972 0 -1 4194304 118390 0 0 0 312325 2410 0 0 20 0 1 0 45815249 1571917824 314624 18446744073709551615 4227072 8923433 140728316730656 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 16637952 140728316737782 140728316738088 140728316738088 140728316743658 0
/proc/39048/statm: 383769 314624 2432 1147 0 371196 0
Current children cumulated CPU time: 3147.43 s
Current children cumulated vsize: 1539268 KiB
Current children cumulated memory: 1261440 KiB

[startup+3222.3 s]
/proc/loadavg: 4.06 4.12 4.08 5/271 39225
/proc/meminfo: memFree=104463536/131250000 swapFree=33010684/33010684
[pid=39029] ppid=39023 vsize=4192 memory=2944 CPUtime=0.08 cores=0,2
/proc/39029/stat : 39029 (run-opt-ls-log.) S 39023 39029 38972 0 -1 4194304 242 9777 0 0 0 0 7 1 20 0 1 0 45815237 4292608 736 18446744073709551615 94782794940416 94782795834949 140724552225008 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94782796074000 94782796121744 94782818050048 140724552231195 140724552231393 140724552231393 140724552236995 0
/proc/39029/statm: 1048 736 672 219 0 110 0
[pid=39048] ppid=39029 vsize=1535076 memory=1258496 CPUtime=3207.1 cores=0,2
/proc/39048/stat : 39048 (roundingsat) R 39029 39029 38972 0 -1 4194304 118390 0 0 0 318260 2450 0 0 20 0 1 0 45815249 1571917824 314624 18446744073709551615 4227072 8923433 140728316730656 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 16637952 140728316737782 140728316738088 140728316738088 140728316743658 0
/proc/39048/statm: 383769 314624 2432 1147 0 371196 0
Current children cumulated CPU time: 3207.18 s
Current children cumulated vsize: 1539268 KiB
Current children cumulated memory: 1261440 KiB

[startup+3282.3 s]
/proc/loadavg: 4.06 4.11 4.08 5/271 39227
/proc/meminfo: memFree=104080064/131250000 swapFree=33010684/33010684
[pid=39029] ppid=39023 vsize=4192 memory=2944 CPUtime=0.08 cores=0,2
/proc/39029/stat : 39029 (run-opt-ls-log.) S 39023 39029 38972 0 -1 4194304 242 9777 0 0 0 0 7 1 20 0 1 0 45815237 4292608 736 18446744073709551615 94782794940416 94782795834949 140724552225008 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94782796074000 94782796121744 94782818050048 140724552231195 140724552231393 140724552231393 140724552236995 0
/proc/39029/statm: 1048 736 672 219 0 110 0
[pid=39048] ppid=39029 vsize=1537276 memory=1260800 CPUtime=3266.46 cores=0,2
/proc/39048/stat : 39048 (roundingsat) R 39029 39029 38972 0 -1 4194304 118940 0 0 0 324151 2495 0 0 20 0 1 0 45815249 1574170624 315200 18446744073709551615 4227072 8923433 140728316730656 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 16637952 140728316737782 140728316738088 140728316738088 140728316743658 0
/proc/39048/statm: 384319 315200 2432 1147 0 371746 0
Current children cumulated CPU time: 3266.54 s
Current children cumulated vsize: 1541468 KiB
Current children cumulated memory: 1263744 KiB

[startup+3342.3 s]
/proc/loadavg: 4.12 4.12 4.09 5/271 39229
/proc/meminfo: memFree=103556272/131250000 swapFree=33010684/33010684
[pid=39029] ppid=39023 vsize=4192 memory=2944 CPUtime=0.08 cores=0,2
/proc/39029/stat : 39029 (run-opt-ls-log.) S 39023 39029 38972 0 -1 4194304 242 9777 0 0 0 0 7 1 20 0 1 0 45815237 4292608 736 18446744073709551615 94782794940416 94782795834949 140724552225008 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94782796074000 94782796121744 94782818050048 140724552231195 140724552231393 140724552231393 140724552236995 0
/proc/39029/statm: 1048 736 672 219 0 110 0
[pid=39048] ppid=39029 vsize=1537276 memory=1260800 CPUtime=3326.27 cores=0,2
/proc/39048/stat : 39048 (roundingsat) R 39029 39029 38972 0 -1 4194304 118940 0 0 0 330080 2547 0 0 20 0 1 0 45815249 1574170624 315200 18446744073709551615 4227072 8923433 140728316730656 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 16637952 140728316737782 140728316738088 140728316738088 140728316743658 0
/proc/39048/statm: 384319 315200 2432 1147 0 371746 0
Current children cumulated CPU time: 3326.35 s
Current children cumulated vsize: 1541468 KiB
Current children cumulated memory: 1263744 KiB

[startup+3402.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/271 39232
/proc/meminfo: memFree=103142456/131250000 swapFree=33010684/33010684
[pid=39029] ppid=39023 vsize=4192 memory=2944 CPUtime=0.08 cores=0,2
/proc/39029/stat : 39029 (run-opt-ls-log.) S 39023 39029 38972 0 -1 4194304 242 9777 0 0 0 0 7 1 20 0 1 0 45815237 4292608 736 18446744073709551615 94782794940416 94782795834949 140724552225008 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94782796074000 94782796121744 94782818050048 140724552231195 140724552231393 140724552231393 140724552236995 0
/proc/39029/statm: 1048 736 672 219 0 110 0
[pid=39048] ppid=39029 vsize=1537276 memory=1260800 CPUtime=3386.08 cores=0,2
/proc/39048/stat : 39048 (roundingsat) R 39029 39029 38972 0 -1 4194304 118940 0 0 0 336012 2596 0 0 20 0 1 0 45815249 1574170624 315200 18446744073709551615 4227072 8923433 140728316730656 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 16637952 140728316737782 140728316738088 140728316738088 140728316743658 0
/proc/39048/statm: 384319 315200 2432 1147 0 371746 0
Current children cumulated CPU time: 3386.16 s
Current children cumulated vsize: 1541468 KiB
Current children cumulated memory: 1263744 KiB

[startup+3462.3 s]
/proc/loadavg: 4.11 4.10 4.09 5/271 39234
/proc/meminfo: memFree=102812152/131250000 swapFree=33010684/33010684
[pid=39029] ppid=39023 vsize=4192 memory=2944 CPUtime=0.08 cores=0,2
/proc/39029/stat : 39029 (run-opt-ls-log.) S 39023 39029 38972 0 -1 4194304 242 9777 0 0 0 0 7 1 20 0 1 0 45815237 4292608 736 18446744073709551615 94782794940416 94782795834949 140724552225008 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94782796074000 94782796121744 94782818050048 140724552231195 140724552231393 140724552231393 140724552236995 0
/proc/39029/statm: 1048 736 672 219 0 110 0
[pid=39048] ppid=39029 vsize=1537276 memory=1260800 CPUtime=3445.78 cores=0,2
/proc/39048/stat : 39048 (roundingsat) R 39029 39029 38972 0 -1 4194304 118940 0 0 0 341940 2638 0 0 20 0 1 0 45815249 1574170624 315200 18446744073709551615 4227072 8923433 140728316730656 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 16637952 140728316737782 140728316738088 140728316738088 140728316743658 0
/proc/39048/statm: 384319 315200 2432 1147 0 371746 0
Current children cumulated CPU time: 3445.86 s
Current children cumulated vsize: 1541468 KiB
Current children cumulated memory: 1263744 KiB

[startup+3522.3 s]
/proc/loadavg: 4.75 4.27 4.15 5/270 39236
/proc/meminfo: memFree=102524024/131250000 swapFree=33010684/33010684
[pid=39029] ppid=39023 vsize=4192 memory=2944 CPUtime=0.08 cores=0,2
/proc/39029/stat : 39029 (run-opt-ls-log.) S 39023 39029 38972 0 -1 4194304 242 9777 0 0 0 0 7 1 20 0 1 0 45815237 4292608 736 18446744073709551615 94782794940416 94782795834949 140724552225008 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94782796074000 94782796121744 94782818050048 140724552231195 140724552231393 140724552231393 140724552236995 0
/proc/39029/statm: 1048 736 672 219 0 110 0
[pid=39048] ppid=39029 vsize=1537680 memory=1261184 CPUtime=3505.55 cores=0,2
/proc/39048/stat : 39048 (roundingsat) R 39029 39029 38972 0 -1 4194304 119041 0 0 0 347882 2673 0 0 20 0 1 0 45815249 1574584320 315296 18446744073709551615 4227072 8923433 140728316730656 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 16637952 140728316737782 140728316738088 140728316738088 140728316743658 0
/proc/39048/statm: 384420 315296 2432 1147 0 371847 0
Current children cumulated CPU time: 3505.63 s
Current children cumulated vsize: 1541872 KiB
Current children cumulated memory: 1264128 KiB

[startup+3582.3 s]
/proc/loadavg: 4.58 4.33 4.18 5/272 39240
/proc/meminfo: memFree=102075756/131250000 swapFree=33010684/33010684
[pid=39029] ppid=39023 vsize=4192 memory=2944 CPUtime=0.08 cores=0,2
/proc/39029/stat : 39029 (run-opt-ls-log.) S 39023 39029 38972 0 -1 4194304 242 9777 0 0 0 0 7 1 20 0 1 0 45815237 4292608 736 18446744073709551615 94782794940416 94782795834949 140724552225008 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94782796074000 94782796121744 94782818050048 140724552231195 140724552231393 140724552231393 140724552236995 0
/proc/39029/statm: 1048 736 672 219 0 110 0
[pid=39048] ppid=39029 vsize=1537680 memory=1261184 CPUtime=3565.28 cores=0,2
/proc/39048/stat : 39048 (roundingsat) R 39029 39029 38972 0 -1 4194304 119041 0 0 0 353806 2722 0 0 20 0 1 0 45815249 1574584320 315296 18446744073709551615 4227072 8923433 140728316730656 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 16637952 140728316737782 140728316738088 140728316738088 140728316743658 0
/proc/39048/statm: 384420 315296 2432 1147 0 371847 0
Current children cumulated CPU time: 3565.36 s
Current children cumulated vsize: 1541872 KiB
Current children cumulated memory: 1264128 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3617.11 s]
/proc/loadavg: 4.66 4.38 4.20 5/272 39242
/proc/meminfo: memFree=101897244/131250000 swapFree=33010684/33010684
[pid=39029] ppid=39023 vsize=4192 memory=2944 CPUtime=0.08 cores=0,2
/proc/39029/stat : 39029 (run-opt-ls-log.) S 39023 39029 38972 0 -1 4194304 242 9777 0 0 0 0 7 1 20 0 1 0 45815237 4292608 736 18446744073709551615 94782794940416 94782795834949 140724552225008 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94782796074000 94782796121744 94782818050048 140724552231195 140724552231393 140724552231393 140724552236995 0
/proc/39029/statm: 1048 736 672 219 0 110 0
[pid=39048] ppid=39029 vsize=1537680 memory=1261184 CPUtime=3599.95 cores=0,2
/proc/39048/stat : 39048 (roundingsat) R 39029 39029 38972 0 -1 4194304 119041 0 0 0 357241 2754 0 0 20 0 1 0 45815249 1574584320 315296 18446744073709551615 4227072 8923433 140728316730656 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 16637952 140728316737782 140728316738088 140728316738088 140728316743658 0
/proc/39048/statm: 384420 315296 2432 1147 0 371847 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 1541872 KiB
Current children cumulated memory: 1264128 KiB

Sending SIGTERM to process tree (bottom up)

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

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

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

# cumulated CPU time of all completed processes:  user=3572.51 s, system=27.5754 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+3617.11 s]
/proc/loadavg: 4.66 4.38 4.20 5/272 39242
/proc/meminfo: memFree=101897244/131250000 swapFree=33010684/33010684
[pid=39029] ppid=39023 vsize=4192 memory=2944 CPUtime=0.08 cores=0,2
/proc/39029/stat : 39029 (run-opt-ls-log.) S 39023 39029 38972 0 -1 4194304 242 9777 0 0 0 0 7 1 20 0 1 0 45815237 4292608 736 18446744073709551615 94782794940416 94782795834949 140724552225008 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94782796074000 94782796121744 94782818050048 140724552231195 140724552231393 140724552231393 140724552236995 0
/proc/39029/statm: 1048 736 672 219 0 110 0
[pid=39048] ppid=39029 vsize=1537680 memory=1261184 CPUtime=3599.95 cores=0,2
/proc/39048/stat : 39048 (roundingsat) R 39029 39029 38972 0 -1 4194304 119041 0 0 0 357241 2754 0 0 20 0 1 0 45815249 1574584320 315296 18446744073709551615 4227072 8923433 140728316730656 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 16637952 140728316737782 140728316738088 140728316738088 140728316743658 0
/proc/39048/statm: 384420 315296 2432 1147 0 371847 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 1541872 KiB
Current children cumulated memory: 1264128 KiB

Child status: 2

Real time (s): 3617.17
CPU time (s): 3600.09
CPU user time (s): 3572.51
CPU system time (s): 27.5754
CPU usage (%): 99.5278
Max. virtual memory (cumulated for all children) (KiB): 1541872
Max. memory (cumulated for all children) (KiB): 1264128

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3572.51
system time used= 27.5754
maximum resident set size= 1261440
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 129081
page faults= 0
swaps= 0
block input operations= 0
block output operations= 11953848
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 688
involuntary context switches= 8648


# summary of solver processes directly reported to runsolver:
#   pid: 39029,39048
#   total CPU time (s): 3600.09
#   total CPU user time (s): 3572.51
#   total CPU system time (s): 27.5754

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.60232 second user time and 15.9216 second system time

The end

Launcher Data

Begin job on nodeC027 at 2025-06-30 18:35:53
IDJOB=4484817
IDBENCH=146671
IDSOLVER=3356
FILE ID=nodeC027/4484817-1751301353
RUNJOBID= nodeC027-1751301353-38982
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/frb53-24-opb/normalized-frb53-24-3.opb
COMMAND LINE= run-opt-ls-log.sh BENCHNAME PROOFFILE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4484817-1751301353/watcher-4484817-1751301353 -o /tmp/evaluation-result-4484817-1751301353/solver-4484817-1751301353 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1751301353-38982 --watchdog 3760 --file-size-limit 100000 run-opt-ls-log.sh HOME/instance-4484817-1751301353.opb PROOFDIR/proof-4484817-1751301353

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

MD5SUM BENCH= 4c4220841569fe2ff0ce6d0e8718e711
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.638
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.649
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		: 3604.502
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		: 3651.031
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		: 3658.172
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.981
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.673
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		: 3700.038
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:     335764 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:11