Trace number 4532427

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+pbsuma-opt-log 0f876b3SAT (TO)-42 3600.08 3656.85

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb53-24-opb/normalized-frb53-24-1.opb
MD5SUM05a4468103b1b74e5a90bd7e67aed0d9
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-52
Best CPU time to get the best result obtained on this benchmark3585.04
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 constraints94227
Number of constraints which are clauses94227
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.05	c ┌────────────────────────────────────────────────────────────────┐
0.00/0.05	c │      pbsuma -- a PB interface for satsuma                      │
0.00/0.05	c │      satsuma_version=1.2, dejavu_version=2.1                   │
0.00/0.05	c │      (c) 2025 Markus Anders                                    │
0.00/0.05	c └────────────────────────────────────────────────────────────────┘
0.00/0.05	c parse 'HOME/instance-4532427-1752584603.opb'
0.00/0.09	c 	read 2.30MB  (38.32ms)
0.00/0.09	c	 [cnf: #variables 1272 #clauses 94228 #duplicates 0 #arr 189726]
0.00/0.09	c output proof to 'PROOFDIR/proof-4532427-1752584603'
0.00/0.09	c 
0.00/0.09	c make graph and approximate orbits
0.04/0.12	c	 [group: #orbits ~= 0] (29.08ms)
0.04/0.12	c 
0.04/0.12	c detect special group actions
0.04/0.12	c 	probe for Johnson action (limit=64)
0.04/0.12	c 	probe for row-column symmetry (limit=64, splits=16.78M)
0.04/0.12	c 	probe for row symmetry (limit=64, splits=16.78M)
0.04/0.12	c 	 (3.35ms)
0.04/0.12	c 
0.04/0.12	c detect symmetries on remainder
0.04/0.12	c 	[graph: #vertices 98044 #edges 384540]
0.04/0.12	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.04/0.13	c 	 [group: #symmetries 1.00*10^0 #generators 0] (6.14ms)
0.04/0.13	c 
0.04/0.13	c finalize break order and special generators
0.04/0.13	c 
0.04/0.13	c generation finished
0.04/0.13	c 	[sbp: #constraints 0 #add_vars 0]
0.04/0.13	c 
0.04/0.13	c write result to 'HOME/instance-4532427-1752584603.opb.pre'
0.04/0.13	c 	wrote 2.30MB (4.87ms)
0.04/0.13	c ------------------------------------------------------------------
0.04/0.13	c                  38.32ms 46.23% parse
0.04/0.13	c                  29.08ms 35.09% approx_orbits
0.04/0.13	c                   6.14ms  7.40% detect_generic
0.04/0.13	c                   4.87ms  5.88% output
0.04/0.13	c                   3.35ms  4.04% detect_special
0.04/0.13	c                   1.08ms  1.31% other
0.04/0.13	c                   0.04ms  0.05% finalize_order
0.04/0.13	c         ───────────────────────────────────────────────
0.04/0.13	c                  82.89ms   100% total
0.04/0.13	c ------------------------------------------------------------------
0.04/0.18	c RoundingSat 2
0.04/0.18	c branch pb25
0.04/0.18	c commit 0f876b3
0.48/0.67	c #variables 1272 #constraints 94227
0.48/0.67	c objective is ce32 
0.48/0.67	c initial watched  CF 32, 64, 128, Arb: 0 , 0 , 0 , 0
0.48/0.67	c initial counting CF 32, 64, 128, Arb: 1 , 0 , 0 , 0
0.48/0.67	c bounds - >= -1272 @ 0.378677
0.88/1.05	c bounds 0 >= -1272 @ 0.749724
1.18/1.35	c rational objective -636
1.57/1.79	c bounds 0 >= -1271 @ 1.48231
1.57/1.79	c bounds 0 >= -1270 @ 1.48267
1.57/1.79	c bounds 0 >= -1269 @ 1.48302
1.57/1.79	c bounds 0 >= -1268 @ 1.48336
1.57/1.79	c bounds 0 >= -1267 @ 1.4837
1.57/1.80	c bounds -1 >= -1267 @ 1.48407
1.67/1.80	c bounds -1 >= -1266 @ 1.48441
1.67/1.80	c bounds -1 >= -1265 @ 1.48472
1.67/1.80	c bounds -1 >= -1264 @ 1.48506
1.67/1.80	c bounds -1 >= -1263 @ 1.4854
1.67/1.80	c bounds -1 >= -1262 @ 1.48573
1.67/1.80	c bounds -1 >= -1261 @ 1.48607
1.67/1.80	c bounds -1 >= -1260 @ 1.48641
1.67/1.80	c bounds -1 >= -1259 @ 1.48675
1.67/1.80	c bounds -1 >= -1258 @ 1.48709
1.67/1.80	c bounds -1 >= -1257 @ 1.48743
1.67/1.80	c bounds -1 >= -1256 @ 1.48776
1.67/1.80	c bounds -1 >= -1255 @ 1.4881
1.67/1.80	c bounds -1 >= -1254 @ 1.48844
1.67/1.80	c bounds -1 >= -1253 @ 1.48877
1.67/1.80	c bounds -1 >= -1252 @ 1.48911
1.67/1.80	c bounds -2 >= -1252 @ 1.48989
1.67/1.80	c bounds -2 >= -1251 @ 1.48989
1.67/1.80	c bounds -2 >= -1250 @ 1.49006
1.67/1.80	c bounds -2 >= -1249 @ 1.49038
1.67/1.80	c bounds -2 >= -1248 @ 1.49069
1.67/1.80	c bounds -2 >= -1247 @ 1.49102
1.67/1.80	c bounds -2 >= -1246 @ 1.49136
1.67/1.80	c bounds -2 >= -1245 @ 1.4917
1.67/1.80	c bounds -4 >= -1245 @ 1.49288
1.67/1.81	c bounds -4 >= -1244 @ 1.49322
1.67/1.81	c bounds -4 >= -1243 @ 1.49356
1.67/1.81	c bounds -4 >= -1242 @ 1.4939
1.67/1.81	c bounds -4 >= -1241 @ 1.49423
1.67/1.81	c bounds -4 >= -1240 @ 1.49456
1.67/1.81	c bounds -4 >= -1239 @ 1.4949
1.67/1.81	c bounds -4 >= -1238 @ 1.49524
1.67/1.81	c bounds -5 >= -1238 @ 1.50014
1.67/1.81	c bounds -5 >= -1237 @ 1.50048
1.67/1.81	c bounds -5 >= -1236 @ 1.50082
1.67/1.81	c bounds -5 >= -1235 @ 1.50082
1.67/1.81	c bounds -5 >= -1234 @ 1.50082
1.67/1.81	c bounds -5 >= -1233 @ 1.50083
1.67/1.81	c bounds -5 >= -1232 @ 1.50117
1.67/1.81	c bounds -5 >= -1231 @ 1.5015
1.67/1.81	c bounds -5 >= -1230 @ 1.50183
1.67/1.82	c bounds -5 >= -1229 @ 1.50216
1.67/1.82	c bounds -5 >= -1228 @ 1.50249
1.67/1.82	c bounds -5 >= -1227 @ 1.50283
1.67/1.82	c bounds -5 >= -1226 @ 1.50316
1.67/1.82	c bounds -5 >= -1225 @ 1.5035
1.67/1.82	c bounds -5 >= -1224 @ 1.50383
1.67/1.82	c bounds -5 >= -1223 @ 1.50416
1.67/1.82	c bounds -5 >= -1222 @ 1.5045
1.67/1.82	c bounds -5 >= -1221 @ 1.50483
1.67/1.82	c bounds -5 >= -1220 @ 1.50516
1.67/1.82	c bounds -5 >= -1219 @ 1.5055
1.67/1.82	c bounds -5 >= -1218 @ 1.50584
1.67/1.82	c bounds -5 >= -1217 @ 1.5062
1.67/1.82	c bounds -5 >= -1216 @ 1.50655
1.67/1.82	c bounds -5 >= -1215 @ 1.5069
1.67/1.82	c bounds -5 >= -1214 @ 1.50725
1.67/1.82	c bounds -5 >= -1213 @ 1.5076
1.67/1.82	c bounds -5 >= -1212 @ 1.50795
1.67/1.82	c bounds -5 >= -1211 @ 1.5083
1.67/1.82	c bounds -5 >= -1210 @ 1.50865
1.67/1.82	c bounds -5 >= -1209 @ 1.50901
1.67/1.82	c bounds -5 >= -1208 @ 1.50936
1.67/1.82	c bounds -5 >= -1207 @ 1.50971
1.67/1.82	c bounds -5 >= -1206 @ 1.51006
1.67/1.82	c bounds -5 >= -1205 @ 1.51041
1.67/1.82	c bounds -5 >= -1204 @ 1.51077
1.67/1.82	c bounds -5 >= -1203 @ 1.51112
1.67/1.82	c bounds -5 >= -1202 @ 1.51147
1.67/1.82	c bounds -5 >= -1201 @ 1.51182
1.67/1.83	c bounds -5 >= -1200 @ 1.51217
1.67/1.83	c bounds -5 >= -1199 @ 1.51252
1.67/1.83	c bounds -5 >= -1198 @ 1.51286
1.67/1.83	c bounds -5 >= -1197 @ 1.51321
1.67/1.83	c bounds -5 >= -1196 @ 1.51355
1.67/1.83	c bounds -5 >= -1195 @ 1.5139
1.67/1.83	c bounds -5 >= -1194 @ 1.51425
1.67/1.83	c bounds -5 >= -1193 @ 1.51459
1.67/1.83	c bounds -5 >= -1192 @ 1.51494
1.67/1.83	c bounds -5 >= -1191 @ 1.51529
1.67/1.83	c bounds -5 >= -1190 @ 1.51563
1.67/1.83	c bounds -5 >= -1189 @ 1.51598
1.67/1.83	c bounds -5 >= -1188 @ 1.51633
1.67/1.83	c bounds -5 >= -1187 @ 1.51667
1.67/1.83	c bounds -5 >= -1186 @ 1.51702
1.67/1.83	c bounds -5 >= -1185 @ 1.51737
1.67/1.83	c bounds -5 >= -1184 @ 1.51771
1.67/1.83	c bounds -5 >= -1183 @ 1.51806
1.67/1.83	c bounds -5 >= -1182 @ 1.51841
1.67/1.83	c bounds -5 >= -1181 @ 1.51876
1.67/1.83	c bounds -5 >= -1180 @ 1.5191
1.67/1.83	c bounds -5 >= -1179 @ 1.51945
1.67/1.83	c bounds -5 >= -1178 @ 1.5198
1.67/1.83	c bounds -5 >= -1177 @ 1.52014
1.67/1.83	c bounds -5 >= -1176 @ 1.52048
1.67/1.83	c bounds -5 >= -1175 @ 1.52083
1.67/1.83	c bounds -5 >= -1174 @ 1.52118
1.67/1.83	c bounds -5 >= -1173 @ 1.52152
1.67/1.84	c bounds -5 >= -1172 @ 1.52186
1.67/1.84	c bounds -5 >= -1171 @ 1.52219
1.67/1.84	c bounds -5 >= -1170 @ 1.52253
1.67/1.84	c bounds -5 >= -1169 @ 1.52286
1.67/1.84	c bounds -5 >= -1168 @ 1.52318
1.67/1.84	c bounds -5 >= -1167 @ 1.52352
1.67/1.84	c bounds -5 >= -1166 @ 1.52359
1.67/1.84	c bounds -5 >= -1165 @ 1.52359
1.67/1.84	c bounds -5 >= -1164 @ 1.52359
1.67/1.84	c bounds -5 >= -1163 @ 1.52384
1.67/1.84	c bounds -5 >= -1162 @ 1.52416
1.67/1.84	c bounds -5 >= -1161 @ 1.5245
1.67/1.84	c bounds -5 >= -1160 @ 1.52483
1.67/1.84	c bounds -5 >= -1159 @ 1.52516
1.67/1.84	c bounds -5 >= -1158 @ 1.5255
1.67/1.84	c bounds -5 >= -1157 @ 1.52557
1.67/1.84	c bounds -5 >= -1156 @ 1.52557
1.67/1.84	c bounds -5 >= -1155 @ 1.52562
1.67/1.84	c bounds -5 >= -1154 @ 1.52594
1.67/1.84	c bounds -5 >= -1153 @ 1.52628
1.67/1.84	c bounds -5 >= -1152 @ 1.52661
1.67/1.84	c bounds -5 >= -1151 @ 1.52693
1.67/1.84	c bounds -5 >= -1150 @ 1.52725
1.67/1.84	c bounds -5 >= -1149 @ 1.52758
1.67/1.84	c bounds -5 >= -1148 @ 1.52791
1.67/1.84	c bounds -5 >= -1147 @ 1.52823
1.67/1.84	c bounds -5 >= -1146 @ 1.52857
1.67/1.84	c bounds -5 >= -1145 @ 1.52889
1.67/1.84	c bounds -5 >= -1144 @ 1.52922
1.67/1.84	c bounds -5 >= -1143 @ 1.52955
1.67/1.85	c bounds -5 >= -1142 @ 1.52988
1.67/1.85	c bounds -5 >= -1141 @ 1.5302
1.67/1.85	c bounds -5 >= -1140 @ 1.53054
1.67/1.85	c bounds -5 >= -1139 @ 1.53087
1.67/1.85	c bounds -5 >= -1138 @ 1.5312
1.67/1.85	c bounds -5 >= -1137 @ 1.53152
1.67/1.85	c bounds -5 >= -1136 @ 1.53185
1.67/1.85	c bounds -5 >= -1135 @ 1.53217
1.67/1.85	c bounds -5 >= -1134 @ 1.53251
1.67/1.85	c bounds -5 >= -1133 @ 1.53284
1.67/1.85	c bounds -5 >= -1132 @ 1.53316
1.67/1.85	c bounds -5 >= -1131 @ 1.53349
1.67/1.85	c bounds -5 >= -1130 @ 1.53381
1.67/1.89	c bounds -6 >= -1130 @ 1.56986
1.67/1.89	c bounds -6 >= -1129 @ 1.57017
1.67/1.89	c bounds -6 >= -1128 @ 1.57049
1.67/1.89	c bounds -6 >= -1127 @ 1.57081
1.67/1.89	c bounds -6 >= -1126 @ 1.57114
1.67/1.89	c bounds -6 >= -1125 @ 1.57147
1.67/1.89	c bounds -6 >= -1124 @ 1.5718
1.67/1.89	c bounds -6 >= -1123 @ 1.57212
1.67/1.89	c bounds -6 >= -1122 @ 1.57245
1.67/1.89	c bounds -6 >= -1121 @ 1.57277
1.67/1.89	c bounds -6 >= -1120 @ 1.5731
1.67/1.89	c bounds -6 >= -1119 @ 1.57343
1.67/1.89	c bounds -6 >= -1118 @ 1.57376
1.67/1.89	c bounds -6 >= -1117 @ 1.57408
1.67/1.89	c bounds -6 >= -1116 @ 1.57441
1.67/1.89	c bounds -6 >= -1115 @ 1.57448
1.67/1.89	c bounds -6 >= -1114 @ 1.57448
1.67/1.89	c bounds -6 >= -1113 @ 1.57448
1.67/1.89	c bounds -6 >= -1112 @ 1.57471
1.67/1.89	c bounds -6 >= -1111 @ 1.57503
1.67/1.89	c bounds -6 >= -1110 @ 1.57535
1.67/1.89	c bounds -6 >= -1109 @ 1.57568
1.67/1.89	c bounds -6 >= -1108 @ 1.57601
1.67/1.89	c bounds -6 >= -1107 @ 1.57633
1.67/1.89	c bounds -6 >= -1106 @ 1.57665
1.67/1.90	c bounds -6 >= -1105 @ 1.57697
1.77/1.90	c bounds -6 >= -1104 @ 1.57729
1.77/1.90	c bounds -6 >= -1103 @ 1.57761
1.77/1.90	c bounds -6 >= -1102 @ 1.57793
1.77/1.90	c bounds -6 >= -1101 @ 1.57825
1.77/1.90	c bounds -6 >= -1100 @ 1.57857
1.77/1.90	c bounds -6 >= -1099 @ 1.57889
1.77/1.90	c bounds -6 >= -1098 @ 1.57921
1.77/1.90	c bounds -6 >= -1097 @ 1.57953
1.77/1.90	c bounds -6 >= -1096 @ 1.57985
1.77/1.90	c bounds -6 >= -1095 @ 1.58017
1.77/1.90	c bounds -6 >= -1094 @ 1.58049
1.77/1.90	c bounds -6 >= -1093 @ 1.58081
1.77/1.90	c bounds -6 >= -1092 @ 1.58113
1.77/1.90	c bounds -6 >= -1091 @ 1.58145
1.77/1.90	c bounds -6 >= -1090 @ 1.58178
1.77/1.90	c bounds -6 >= -1089 @ 1.5821
1.77/1.90	c bounds -6 >= -1088 @ 1.58242
1.77/1.90	c bounds -6 >= -1087 @ 1.58274
1.77/1.90	c bounds -6 >= -1086 @ 1.58306
1.77/1.90	c bounds -6 >= -1085 @ 1.58338
1.77/1.90	c bounds -6 >= -1084 @ 1.5837
1.77/1.90	c bounds -6 >= -1083 @ 1.58402
1.77/1.90	c bounds -6 >= -1082 @ 1.58434
1.77/1.90	c bounds -6 >= -1081 @ 1.58465
1.77/1.90	c bounds -6 >= -1080 @ 1.58498
1.77/1.90	c bounds -6 >= -1079 @ 1.58529
1.77/1.90	c bounds -6 >= -1078 @ 1.58561
1.77/1.90	c bounds -6 >= -1077 @ 1.58593
1.77/1.90	c bounds -6 >= -1076 @ 1.58626
1.77/1.90	c bounds -6 >= -1075 @ 1.58658
1.77/1.91	c bounds -6 >= -1074 @ 1.5869
1.77/1.91	c bounds -6 >= -1073 @ 1.58722
1.77/1.91	c bounds -6 >= -1072 @ 1.58754
1.77/1.91	c bounds -6 >= -1071 @ 1.58786
1.77/1.91	c bounds -6 >= -1070 @ 1.58818
1.77/1.91	c bounds -6 >= -1069 @ 1.5885
1.77/1.91	c bounds -6 >= -1068 @ 1.58882
1.77/1.91	c bounds -6 >= -1067 @ 1.58915
1.77/1.91	c bounds -6 >= -1066 @ 1.58946
1.77/1.91	c bounds -6 >= -1065 @ 1.58977
1.77/1.91	c bounds -6 >= -1064 @ 1.59009
1.77/1.91	c bounds -6 >= -1063 @ 1.59041
1.77/1.91	c bounds -6 >= -1062 @ 1.59073
1.77/1.91	c bounds -6 >= -1061 @ 1.59105
1.77/1.91	c bounds -6 >= -1060 @ 1.59136
1.77/1.91	c bounds -6 >= -1059 @ 1.59168
1.77/1.91	c bounds -6 >= -1058 @ 1.592
1.77/1.91	c bounds -6 >= -1057 @ 1.59232
1.77/1.91	c bounds -6 >= -1056 @ 1.59264
1.77/1.91	c bounds -6 >= -1055 @ 1.59296
1.77/1.91	c bounds -6 >= -1054 @ 1.59328
1.77/1.91	c bounds -6 >= -1053 @ 1.5936
1.77/1.91	c bounds -6 >= -1052 @ 1.59391
1.77/1.91	c bounds -6 >= -1051 @ 1.59423
1.77/1.91	c bounds -6 >= -1050 @ 1.59454
1.77/1.91	c bounds -6 >= -1049 @ 1.59486
1.77/1.91	c bounds -6 >= -1048 @ 1.59517
1.77/1.91	c bounds -6 >= -1047 @ 1.59548
1.77/1.91	c bounds -6 >= -1046 @ 1.59581
1.77/1.91	c bounds -6 >= -1045 @ 1.59612
1.77/1.91	c bounds -6 >= -1044 @ 1.59643
1.77/1.92	c bounds -6 >= -1043 @ 1.59675
1.77/1.92	c bounds -6 >= -1042 @ 1.59707
1.77/1.92	c bounds -6 >= -1041 @ 1.59738
1.77/1.92	c bounds -6 >= -1040 @ 1.5977
1.77/1.92	c bounds -6 >= -1039 @ 1.59802
1.77/1.92	c bounds -6 >= -1038 @ 1.59833
1.77/1.92	c bounds -6 >= -1037 @ 1.59865
1.77/1.92	c bounds -6 >= -1036 @ 1.59896
1.77/1.92	c bounds -6 >= -1035 @ 1.59928
1.77/1.92	c bounds -6 >= -1034 @ 1.5996
1.77/1.92	c bounds -6 >= -1033 @ 1.59991
1.77/1.92	c bounds -6 >= -1032 @ 1.60022
1.77/1.92	c bounds -6 >= -1031 @ 1.60054
1.77/1.92	c bounds -6 >= -1030 @ 1.60085
1.77/1.92	c bounds -6 >= -1029 @ 1.60116
1.77/1.92	c bounds -6 >= -1028 @ 1.60146
1.77/1.92	c bounds -6 >= -1027 @ 1.60177
1.77/1.92	c bounds -6 >= -1026 @ 1.60208
1.77/1.92	c bounds -6 >= -1025 @ 1.60239
1.77/1.92	c bounds -6 >= -1024 @ 1.6027
1.77/1.92	c bounds -6 >= -1023 @ 1.60301
1.77/1.92	c bounds -6 >= -1022 @ 1.60332
1.77/1.92	c bounds -6 >= -1021 @ 1.60364
1.77/1.92	c bounds -6 >= -1020 @ 1.60394
1.77/1.92	c bounds -6 >= -1019 @ 1.60426
1.77/1.92	c bounds -6 >= -1018 @ 1.60457
1.77/1.92	c bounds -6 >= -1017 @ 1.60489
1.77/1.92	c bounds -6 >= -1016 @ 1.60521
1.77/1.92	c bounds -6 >= -1015 @ 1.60552
1.77/1.92	c bounds -6 >= -1014 @ 1.60583
1.77/1.92	c bounds -6 >= -1013 @ 1.60614
1.77/1.92	c bounds -6 >= -1012 @ 1.60645
1.77/1.93	c bounds -6 >= -1011 @ 1.60677
1.77/1.93	c bounds -6 >= -1010 @ 1.60709
1.77/1.93	c bounds -6 >= -1009 @ 1.6074
1.77/1.93	c bounds -6 >= -1008 @ 1.60771
1.77/1.93	c bounds -6 >= -1007 @ 1.60803
1.77/1.93	c bounds -6 >= -1006 @ 1.60833
1.77/1.93	c bounds -6 >= -1005 @ 1.6084
1.77/1.93	c bounds -6 >= -1004 @ 1.6084
1.77/1.93	c bounds -6 >= -1003 @ 1.6084
1.77/1.93	c bounds -6 >= -1002 @ 1.6086
1.77/1.93	c bounds -6 >= -1001 @ 1.60891
1.77/1.93	c bounds -6 >= -1000 @ 1.60922
1.77/1.93	c bounds -6 >= -999 @ 1.60953
1.77/1.93	c bounds -6 >= -998 @ 1.60984
1.77/1.93	c bounds -6 >= -997 @ 1.61015
1.77/1.93	c bounds -6 >= -996 @ 1.61045
1.77/1.93	c bounds -6 >= -995 @ 1.61075
1.77/1.93	c bounds -6 >= -994 @ 1.61106
1.77/1.93	c bounds -6 >= -993 @ 1.61137
1.77/1.93	c bounds -6 >= -992 @ 1.61168
1.77/1.93	c bounds -6 >= -991 @ 1.61199
1.77/1.93	c bounds -6 >= -990 @ 1.6123
1.77/1.93	c bounds -6 >= -989 @ 1.61261
1.77/1.93	c bounds -6 >= -988 @ 1.61292
1.77/1.93	c bounds -6 >= -987 @ 1.61323
1.77/1.93	c bounds -6 >= -986 @ 1.61353
1.77/1.93	c bounds -6 >= -985 @ 1.61384
1.77/1.93	c bounds -6 >= -984 @ 1.61415
1.77/1.93	c bounds -6 >= -983 @ 1.61445
1.77/1.93	c bounds -6 >= -982 @ 1.61475
1.77/1.93	c bounds -6 >= -981 @ 1.61505
1.77/1.93	c bounds -6 >= -980 @ 1.61535
1.77/1.94	c bounds -6 >= -979 @ 1.61567
1.77/1.94	c bounds -6 >= -978 @ 1.61598
1.77/1.94	c bounds -6 >= -977 @ 1.61628
1.77/1.94	c bounds -6 >= -976 @ 1.61659
1.77/1.94	c bounds -6 >= -975 @ 1.6169
1.77/1.94	c bounds -6 >= -974 @ 1.61721
1.77/1.94	c bounds -6 >= -973 @ 1.61751
1.77/1.94	c bounds -6 >= -972 @ 1.61782
1.77/1.94	c bounds -6 >= -971 @ 1.61813
1.77/1.94	c bounds -6 >= -970 @ 1.61845
1.77/1.94	c bounds -6 >= -969 @ 1.61875
1.77/1.94	c bounds -6 >= -968 @ 1.61907
1.77/1.94	c bounds -6 >= -967 @ 1.61938
1.77/1.94	c bounds -6 >= -966 @ 1.61968
1.77/1.94	c bounds -6 >= -965 @ 1.61999
1.77/1.94	c bounds -6 >= -964 @ 1.62031
1.77/1.94	c bounds -6 >= -963 @ 1.62062
1.77/1.94	c bounds -6 >= -962 @ 1.62092
1.77/1.94	c bounds -6 >= -961 @ 1.62123
1.77/1.94	c bounds -6 >= -960 @ 1.62154
1.77/1.94	c bounds -6 >= -959 @ 1.62184
1.77/1.94	c bounds -6 >= -958 @ 1.62214
1.77/1.94	c bounds -6 >= -957 @ 1.62245
1.77/1.94	c bounds -6 >= -956 @ 1.62276
1.77/1.94	c bounds -6 >= -955 @ 1.62306
1.77/1.94	c bounds -6 >= -954 @ 1.62336
1.77/1.94	c bounds -6 >= -953 @ 1.62366
1.77/1.94	c bounds -6 >= -952 @ 1.62396
1.77/1.94	c bounds -6 >= -951 @ 1.62426
1.77/1.94	c bounds -6 >= -950 @ 1.62457
1.77/1.94	c bounds -6 >= -949 @ 1.62487
1.77/1.94	c bounds -6 >= -948 @ 1.62517
1.77/1.94	c bounds -6 >= -947 @ 1.62547
1.77/1.95	c bounds -6 >= -946 @ 1.62577
1.77/1.95	c bounds -6 >= -945 @ 1.62607
1.77/1.95	c bounds -6 >= -944 @ 1.62637
1.77/1.95	c bounds -6 >= -943 @ 1.62667
1.77/1.95	c bounds -6 >= -942 @ 1.62698
1.77/1.95	c bounds -6 >= -941 @ 1.62728
1.77/1.95	c bounds -6 >= -940 @ 1.62758
1.77/1.95	c bounds -6 >= -939 @ 1.62788
1.77/1.95	c bounds -6 >= -938 @ 1.62819
1.77/1.95	c bounds -6 >= -937 @ 1.6285
1.77/1.95	c bounds -6 >= -936 @ 1.6288
1.77/1.95	c bounds -6 >= -935 @ 1.6291
1.77/1.95	c bounds -6 >= -934 @ 1.6294
1.77/1.95	c bounds -6 >= -933 @ 1.62969
1.77/1.95	c bounds -6 >= -932 @ 1.63
1.77/1.95	c bounds -6 >= -931 @ 1.6303
1.77/1.95	c bounds -6 >= -930 @ 1.63061
1.77/1.95	c bounds -6 >= -929 @ 1.63091
1.77/1.95	c bounds -6 >= -928 @ 1.63122
1.77/1.95	c bounds -6 >= -927 @ 1.63152
1.77/1.95	c bounds -6 >= -926 @ 1.63182
1.77/1.95	c bounds -6 >= -925 @ 1.63213
1.77/1.95	c bounds -6 >= -924 @ 1.63243
1.77/1.95	c bounds -6 >= -923 @ 1.63273
1.77/1.95	c bounds -6 >= -922 @ 1.63303
1.77/1.95	c bounds -6 >= -921 @ 1.63334
1.77/1.95	c bounds -6 >= -920 @ 1.63364
1.77/1.95	c bounds -6 >= -919 @ 1.63394
1.77/1.95	c bounds -6 >= -918 @ 1.63425
1.77/1.95	c bounds -6 >= -917 @ 1.63455
1.77/1.95	c bounds -6 >= -916 @ 1.63485
1.77/1.95	c bounds -6 >= -915 @ 1.63516
1.77/1.95	c bounds -6 >= -914 @ 1.63547
1.77/1.96	c bounds -6 >= -913 @ 1.63577
1.77/1.96	c bounds -6 >= -912 @ 1.63607
1.77/1.96	c bounds -6 >= -911 @ 1.63636
1.77/1.96	c bounds -6 >= -910 @ 1.63666
1.77/1.96	c bounds -6 >= -909 @ 1.63695
1.77/1.96	c bounds -6 >= -908 @ 1.63725
1.77/1.96	c bounds -6 >= -907 @ 1.63755
1.77/1.96	c bounds -6 >= -906 @ 1.63784
1.77/1.96	c bounds -6 >= -905 @ 1.63813
1.77/1.96	c bounds -6 >= -904 @ 1.63842
1.77/1.96	c bounds -6 >= -903 @ 1.63871
1.77/1.96	c bounds -6 >= -902 @ 1.639
1.77/1.96	c bounds -6 >= -901 @ 1.63929
1.77/1.96	c bounds -6 >= -900 @ 1.63959
1.77/1.96	c bounds -6 >= -899 @ 1.6399
1.77/1.96	c bounds -6 >= -898 @ 1.64019
1.77/1.96	c bounds -6 >= -897 @ 1.64048
1.77/1.96	c bounds -6 >= -896 @ 1.64052
1.77/1.96	c bounds -6 >= -895 @ 1.64052
1.77/1.96	c bounds -6 >= -894 @ 1.64052
1.77/1.96	c bounds -6 >= -893 @ 1.64052
1.77/1.96	c bounds -6 >= -892 @ 1.64052
1.77/1.96	c bounds -6 >= -891 @ 1.64052
1.77/1.96	c bounds -6 >= -890 @ 1.64065
1.77/1.96	c bounds -6 >= -889 @ 1.64093
1.77/1.96	c bounds -6 >= -888 @ 1.6412
1.77/1.96	c bounds -6 >= -887 @ 1.64147
1.77/1.96	c bounds -6 >= -886 @ 1.64177
1.77/1.96	c bounds -6 >= -885 @ 1.64207
1.77/1.96	c bounds -6 >= -884 @ 1.64237
1.77/1.96	c bounds -6 >= -883 @ 1.64266
1.77/1.96	c bounds -6 >= -882 @ 1.64296
1.77/1.96	c bounds -6 >= -881 @ 1.64326
1.77/1.97	c bounds -6 >= -880 @ 1.64357
1.77/1.97	c bounds -6 >= -879 @ 1.64387
1.77/1.97	c bounds -6 >= -878 @ 1.64416
1.77/1.97	c bounds -6 >= -877 @ 1.64449
1.77/1.97	c bounds -6 >= -876 @ 1.64479
1.77/1.97	c bounds -6 >= -875 @ 1.6451
1.77/1.97	c bounds -6 >= -874 @ 1.6454
1.77/1.97	c bounds -6 >= -873 @ 1.6457
1.77/1.97	c bounds -6 >= -872 @ 1.646
1.77/1.97	c bounds -6 >= -871 @ 1.6463
1.77/1.97	c bounds -6 >= -870 @ 1.6466
1.77/1.97	c bounds -6 >= -869 @ 1.6469
1.77/1.97	c bounds -6 >= -868 @ 1.6472
1.77/1.97	c bounds -6 >= -867 @ 1.64751
1.77/1.97	c bounds -6 >= -866 @ 1.6478
1.77/1.97	c bounds -6 >= -865 @ 1.64811
1.77/1.97	c bounds -6 >= -864 @ 1.6484
1.77/1.97	c bounds -6 >= -863 @ 1.64872
1.77/1.97	c bounds -6 >= -862 @ 1.64902
1.77/1.97	c bounds -6 >= -861 @ 1.64932
1.77/1.97	c bounds -6 >= -860 @ 1.64962
1.77/1.97	c bounds -6 >= -859 @ 1.64991
1.77/1.97	c bounds -6 >= -858 @ 1.6502
1.77/1.97	c bounds -6 >= -857 @ 1.6505
1.77/1.97	c bounds -6 >= -856 @ 1.6508
1.77/1.97	c bounds -6 >= -855 @ 1.6511
1.77/1.97	c bounds -6 >= -854 @ 1.65139
1.77/1.97	c bounds -6 >= -853 @ 1.65169
1.77/1.97	c bounds -6 >= -852 @ 1.65199
1.77/1.97	c bounds -6 >= -851 @ 1.65227
1.77/1.97	c bounds -6 >= -850 @ 1.65256
1.77/1.97	c bounds -6 >= -849 @ 1.65286
1.77/1.97	c bounds -6 >= -848 @ 1.65314
1.77/1.97	c bounds -6 >= -847 @ 1.65343
1.77/1.98	c bounds -6 >= -846 @ 1.65372
1.77/1.98	c bounds -6 >= -845 @ 1.65401
1.77/1.98	c bounds -6 >= -844 @ 1.65429
1.77/1.98	c bounds -6 >= -843 @ 1.65458
1.77/1.98	c bounds -6 >= -842 @ 1.65487
1.77/1.98	c bounds -6 >= -841 @ 1.65515
1.77/1.98	c bounds -6 >= -840 @ 1.65544
1.77/1.98	c bounds -6 >= -839 @ 1.65573
1.77/1.98	c bounds -6 >= -838 @ 1.65602
1.77/1.98	c bounds -6 >= -837 @ 1.65631
1.77/1.98	c bounds -6 >= -836 @ 1.6566
1.77/1.98	c bounds -6 >= -835 @ 1.65689
1.77/1.98	c bounds -6 >= -834 @ 1.65717
1.77/1.98	c bounds -6 >= -833 @ 1.65745
1.77/1.98	c bounds -6 >= -832 @ 1.65775
1.77/1.98	c bounds -6 >= -831 @ 1.65804
1.77/1.98	c bounds -6 >= -830 @ 1.65833
1.77/1.98	c bounds -6 >= -829 @ 1.65839
1.77/1.98	c bounds -6 >= -828 @ 1.65839
1.77/1.98	c bounds -6 >= -827 @ 1.65839
1.77/1.98	c bounds -6 >= -826 @ 1.6585
1.77/1.98	c bounds -6 >= -825 @ 1.65879
1.77/1.98	c bounds -6 >= -824 @ 1.65908
1.77/1.98	c bounds -6 >= -823 @ 1.65936
1.77/1.98	c bounds -6 >= -822 @ 1.65965
1.77/1.98	c bounds -6 >= -821 @ 1.65994
1.77/1.98	c bounds -6 >= -820 @ 1.66023
1.77/1.98	c bounds -6 >= -819 @ 1.66051
1.77/1.98	c bounds -6 >= -818 @ 1.6608
1.77/1.98	c bounds -6 >= -817 @ 1.66108
1.77/1.98	c bounds -6 >= -816 @ 1.66137
1.77/1.98	c bounds -6 >= -815 @ 1.66165
1.77/1.98	c bounds -6 >= -814 @ 1.66192
1.77/1.98	c bounds -6 >= -813 @ 1.66221
1.77/1.99	c bounds -6 >= -812 @ 1.66249
1.77/1.99	c bounds -6 >= -811 @ 1.66277
1.77/1.99	c bounds -6 >= -810 @ 1.66305
1.77/1.99	c bounds -6 >= -809 @ 1.66334
1.77/1.99	c bounds -6 >= -808 @ 1.66362
1.77/1.99	c bounds -6 >= -807 @ 1.6639
1.77/1.99	c bounds -6 >= -806 @ 1.66418
1.77/1.99	c bounds -6 >= -805 @ 1.66446
1.77/1.99	c bounds -6 >= -804 @ 1.66474
1.77/1.99	c bounds -6 >= -803 @ 1.66503
1.77/1.99	c bounds -6 >= -802 @ 1.66532
1.77/1.99	c bounds -6 >= -801 @ 1.66561
1.77/1.99	c bounds -6 >= -800 @ 1.66594
1.77/1.99	c bounds -6 >= -799 @ 1.66622
1.77/1.99	c bounds -6 >= -798 @ 1.66651
1.77/1.99	c bounds -6 >= -797 @ 1.66679
1.77/1.99	c bounds -6 >= -796 @ 1.66707
1.77/1.99	c bounds -6 >= -795 @ 1.66736
1.77/1.99	c bounds -6 >= -794 @ 1.66742
1.77/1.99	c bounds -6 >= -793 @ 1.66742
1.77/1.99	c bounds -6 >= -792 @ 1.66742
1.77/1.99	c bounds -6 >= -791 @ 1.66742
1.77/1.99	c bounds -6 >= -790 @ 1.66742
1.77/1.99	c bounds -6 >= -789 @ 1.66742
1.77/1.99	c bounds -6 >= -788 @ 1.66742
1.77/1.99	c bounds -6 >= -787 @ 1.66765
1.77/1.99	c bounds -6 >= -786 @ 1.66793
1.77/1.99	c bounds -6 >= -785 @ 1.6682
1.77/1.99	c bounds -6 >= -784 @ 1.66846
1.77/1.99	c bounds -6 >= -783 @ 1.66874
1.77/1.99	c bounds -6 >= -782 @ 1.66901
1.77/1.99	c bounds -6 >= -781 @ 1.66929
1.77/1.99	c bounds -6 >= -780 @ 1.66957
1.77/1.99	c bounds -6 >= -779 @ 1.66985
1.77/1.99	c bounds -6 >= -778 @ 1.67014
1.77/1.99	c bounds -6 >= -777 @ 1.67042
1.77/2.00	c bounds -6 >= -776 @ 1.6707
1.77/2.00	c bounds -6 >= -775 @ 1.67099
1.77/2.00	c bounds -6 >= -774 @ 1.67129
1.77/2.00	c bounds -6 >= -773 @ 1.67158
1.77/2.00	c bounds -6 >= -772 @ 1.67187
1.77/2.00	c bounds -6 >= -771 @ 1.67217
1.77/2.00	c bounds -6 >= -770 @ 1.67246
1.77/2.00	c bounds -6 >= -769 @ 1.67276
1.77/2.00	c bounds -6 >= -768 @ 1.67304
1.77/2.00	c bounds -6 >= -767 @ 1.67334
1.77/2.00	c bounds -6 >= -766 @ 1.67363
1.77/2.00	c bounds -6 >= -765 @ 1.67392
1.77/2.00	c bounds -6 >= -764 @ 1.67422
1.77/2.00	c bounds -6 >= -763 @ 1.67451
1.77/2.00	c bounds -6 >= -762 @ 1.6748
1.77/2.00	c bounds -6 >= -761 @ 1.67509
1.77/2.00	c bounds -6 >= -760 @ 1.67538
1.77/2.00	c bounds -6 >= -759 @ 1.67567
1.87/2.00	c bounds -6 >= -758 @ 1.67596
1.87/2.00	c bounds -6 >= -757 @ 1.67624
1.87/2.00	c bounds -6 >= -756 @ 1.67653
1.87/2.00	c bounds -6 >= -755 @ 1.67681
1.87/2.00	c bounds -6 >= -754 @ 1.6771
1.87/2.00	c bounds -6 >= -753 @ 1.67738
1.87/2.00	c bounds -6 >= -752 @ 1.67766
1.87/2.00	c bounds -6 >= -751 @ 1.67794
1.87/2.00	c bounds -6 >= -750 @ 1.67823
1.87/2.00	c bounds -6 >= -749 @ 1.67852
1.87/2.00	c bounds -6 >= -748 @ 1.6788
1.87/2.00	c bounds -6 >= -747 @ 1.67908
1.87/2.00	c bounds -6 >= -746 @ 1.67937
1.87/2.00	c bounds -6 >= -745 @ 1.67965
1.87/2.00	c bounds -6 >= -744 @ 1.67993
1.87/2.00	c bounds -6 >= -743 @ 1.68021
1.87/2.01	c bounds -6 >= -742 @ 1.68049
1.87/2.01	c bounds -6 >= -741 @ 1.68078
1.87/2.01	c bounds -6 >= -740 @ 1.68106
1.87/2.01	c bounds -6 >= -739 @ 1.68134
1.87/2.01	c bounds -6 >= -738 @ 1.68162
1.87/2.01	c bounds -6 >= -737 @ 1.6819
1.87/2.01	c bounds -6 >= -736 @ 1.68218
1.87/2.01	c bounds -6 >= -735 @ 1.68247
1.87/2.01	c bounds -6 >= -734 @ 1.68275
1.87/2.01	c bounds -6 >= -733 @ 1.68304
1.87/2.01	c bounds -6 >= -732 @ 1.68331
1.87/2.01	c bounds -6 >= -731 @ 1.68361
1.87/2.01	c bounds -6 >= -730 @ 1.6839
1.87/2.01	c bounds -6 >= -729 @ 1.6842
1.87/2.01	c bounds -6 >= -728 @ 1.68449
1.87/2.01	c bounds -6 >= -727 @ 1.68478
1.87/2.01	c bounds -6 >= -726 @ 1.68506
1.87/2.01	c bounds -6 >= -725 @ 1.68534
1.87/2.01	c bounds -6 >= -724 @ 1.68563
1.87/2.01	c bounds -6 >= -723 @ 1.68591
1.87/2.01	c bounds -6 >= -722 @ 1.68619
1.87/2.01	c bounds -6 >= -721 @ 1.68647
1.87/2.01	c bounds -6 >= -720 @ 1.68682
1.87/2.01	c bounds -6 >= -719 @ 1.6871
1.87/2.01	c bounds -6 >= -718 @ 1.68739
1.87/2.01	c bounds -6 >= -717 @ 1.68766
1.87/2.01	c bounds -6 >= -716 @ 1.68794
1.87/2.01	c bounds -6 >= -715 @ 1.68821
1.87/2.01	c bounds -6 >= -714 @ 1.68849
1.87/2.01	c bounds -6 >= -713 @ 1.68876
1.87/2.01	c bounds -6 >= -712 @ 1.68902
1.87/2.01	c bounds -6 >= -711 @ 1.6893
1.87/2.01	c bounds -6 >= -710 @ 1.68957
1.87/2.01	c bounds -6 >= -709 @ 1.68984
1.87/2.01	c bounds -6 >= -708 @ 1.69011
1.87/2.02	c bounds -6 >= -707 @ 1.69038
1.87/2.02	c bounds -6 >= -706 @ 1.69065
1.87/2.02	c bounds -6 >= -705 @ 1.69092
1.87/2.02	c bounds -6 >= -704 @ 1.69118
1.87/2.02	c bounds -6 >= -703 @ 1.69144
1.87/2.02	c bounds -6 >= -702 @ 1.69171
1.87/2.02	c bounds -6 >= -701 @ 1.69197
1.87/2.02	c bounds -6 >= -700 @ 1.69224
1.87/2.02	c bounds -6 >= -699 @ 1.69251
1.87/2.02	c bounds -6 >= -698 @ 1.69277
1.87/2.02	c bounds -6 >= -697 @ 1.69304
1.87/2.02	c bounds -6 >= -696 @ 1.69331
1.87/2.02	c bounds -6 >= -695 @ 1.69359
1.87/2.02	c bounds -6 >= -694 @ 1.69386
1.87/2.02	c bounds -6 >= -693 @ 1.69414
1.87/2.02	c bounds -6 >= -692 @ 1.69442
1.87/2.02	c bounds -6 >= -691 @ 1.69469
1.87/2.02	c bounds -6 >= -690 @ 1.69497
1.87/2.02	c bounds -6 >= -689 @ 1.69523
1.87/2.02	c bounds -6 >= -688 @ 1.69551
1.87/2.02	c bounds -6 >= -687 @ 1.69578
1.87/2.02	c bounds -6 >= -686 @ 1.69605
1.87/2.02	c bounds -6 >= -685 @ 1.69633
1.87/2.02	c bounds -6 >= -684 @ 1.6966
1.87/2.02	c bounds -6 >= -683 @ 1.69687
1.87/2.02	c bounds -6 >= -682 @ 1.69715
1.87/2.02	c bounds -6 >= -681 @ 1.69743
1.87/2.02	c bounds -6 >= -680 @ 1.6977
1.87/2.02	c bounds -6 >= -679 @ 1.69797
1.87/2.02	c bounds -6 >= -678 @ 1.69824
1.87/2.02	c bounds -6 >= -677 @ 1.69852
1.87/2.02	c bounds -6 >= -676 @ 1.69879
1.87/2.02	c bounds -6 >= -675 @ 1.69906
1.87/2.02	c bounds -6 >= -674 @ 1.69933
1.87/2.02	c bounds -6 >= -673 @ 1.6996
1.87/2.02	c bounds -6 >= -672 @ 1.69988
1.87/2.02	c bounds -6 >= -671 @ 1.70015
1.87/2.03	c bounds -6 >= -670 @ 1.70042
1.87/2.03	c bounds -6 >= -669 @ 1.70069
1.87/2.03	c bounds -6 >= -668 @ 1.70097
1.87/2.03	c bounds -6 >= -667 @ 1.70124
1.87/2.03	c bounds -6 >= -666 @ 1.70152
1.87/2.03	c bounds -6 >= -665 @ 1.70178
1.87/2.03	c bounds -6 >= -664 @ 1.70205
1.87/2.03	c bounds -6 >= -663 @ 1.70232
1.87/2.03	c bounds -6 >= -662 @ 1.7026
1.87/2.03	c bounds -6 >= -661 @ 1.70286
1.87/2.03	c bounds -6 >= -660 @ 1.70313
1.87/2.03	c bounds -6 >= -659 @ 1.7034
1.87/2.03	c bounds -6 >= -658 @ 1.70367
1.87/2.03	c bounds -6 >= -657 @ 1.70393
1.87/2.03	c bounds -6 >= -656 @ 1.7042
1.87/2.03	c bounds -6 >= -655 @ 1.70448
1.87/2.03	c bounds -6 >= -654 @ 1.70475
1.87/2.03	c bounds -6 >= -653 @ 1.70501
1.87/2.03	c bounds -6 >= -652 @ 1.70528
1.87/2.03	c bounds -6 >= -651 @ 1.70555
1.87/2.03	c bounds -6 >= -650 @ 1.70581
1.87/2.03	c bounds -6 >= -649 @ 1.70608
1.87/2.03	c bounds -6 >= -648 @ 1.70634
1.87/2.03	c bounds -6 >= -647 @ 1.70661
1.87/2.03	c bounds -6 >= -646 @ 1.70688
1.87/2.03	c bounds -6 >= -645 @ 1.70695
1.87/2.03	c bounds -6 >= -644 @ 1.70695
1.87/2.03	c bounds -6 >= -643 @ 1.70709
1.87/2.03	c bounds -6 >= -642 @ 1.70735
1.87/2.03	c bounds -6 >= -641 @ 1.70761
1.87/2.03	c bounds -6 >= -640 @ 1.70787
1.87/2.03	c bounds -6 >= -639 @ 1.70814
1.87/2.03	c bounds -6 >= -638 @ 1.7084
1.87/2.03	c bounds -6 >= -637 @ 1.70867
1.87/2.03	c bounds -6 >= -636 @ 1.70892
1.87/2.04	c bounds -6 >= -635 @ 1.70983
1.87/2.04	c bounds -6 >= -634 @ 1.71019
1.87/2.04	c bounds -6 >= -633 @ 1.71115
1.87/2.04	c bounds -6 >= -632 @ 1.71115
1.87/2.04	c bounds -6 >= -631 @ 1.71224
1.87/2.04	c bounds -6 >= -630 @ 1.71418
1.87/2.05	c bounds -6 >= -629 @ 1.71563
1.87/2.05	c bounds -6 >= -628 @ 1.71711
1.87/2.05	c bounds -6 >= -627 @ 1.71813
1.87/2.05	c bounds -6 >= -626 @ 1.71813
1.87/2.06	c bounds -6 >= -625 @ 1.71889
1.87/2.06	c bounds -6 >= -624 @ 1.71913
1.87/2.06	c bounds -6 >= -623 @ 1.71913
1.87/2.06	c bounds -6 >= -622 @ 1.71913
1.87/2.07	c bounds -6 >= -621 @ 1.71913
1.87/2.07	c bounds -6 >= -620 @ 1.71928
1.87/2.07	c bounds -6 >= -619 @ 1.72013
1.87/2.07	c bounds -6 >= -618 @ 1.72084
1.87/2.07	c bounds -6 >= -617 @ 1.72113
1.87/2.07	c bounds -6 >= -616 @ 1.72213
1.87/2.08	c bounds -6 >= -615 @ 1.72287
1.87/2.08	c bounds -6 >= -614 @ 1.72416
1.87/2.08	c bounds -6 >= -613 @ 1.72512
1.87/2.08	c bounds -6 >= -612 @ 1.72512
1.87/2.08	c bounds -6 >= -611 @ 1.72692
1.87/2.09	c bounds -6 >= -610 @ 1.72911
1.87/2.09	c bounds -6 >= -609 @ 1.7298
1.87/2.09	c bounds -6 >= -608 @ 1.73111
1.87/2.09	c bounds -6 >= -607 @ 1.73111
1.87/2.10	c bounds -6 >= -606 @ 1.73217
1.87/2.10	c bounds -6 >= -605 @ 1.73311
1.87/2.10	c bounds -6 >= -604 @ 1.73324
1.98/2.10	c bounds -6 >= -603 @ 1.7351
1.98/2.10	c bounds -6 >= -602 @ 1.73558
1.98/2.11	c bounds -6 >= -601 @ 1.73632
1.98/2.11	c bounds -6 >= -600 @ 1.7371
1.98/2.11	c bounds -6 >= -599 @ 1.7371
1.98/2.11	c bounds -6 >= -598 @ 1.73845
1.98/2.11	c bounds -6 >= -597 @ 1.7391
1.98/2.11	c bounds -6 >= -596 @ 1.73929
1.98/2.11	c bounds -6 >= -595 @ 1.74009
1.98/2.12	c bounds -6 >= -594 @ 1.74009
1.98/2.12	c bounds -6 >= -593 @ 1.74116
1.98/2.12	c bounds -6 >= -592 @ 1.7428
1.98/2.12	c bounds -6 >= -591 @ 1.74409
1.98/2.13	c bounds -6 >= -590 @ 1.74503
1.98/2.13	c bounds -6 >= -589 @ 1.74716
1.98/2.13	c bounds -6 >= -588 @ 1.74905
1.98/2.13	c bounds -6 >= -587 @ 1.74908
1.98/2.14	c bounds -6 >= -586 @ 1.75039
1.98/2.14	c bounds -6 >= -585 @ 1.75145
1.98/2.14	c bounds -6 >= -584 @ 1.75307
1.98/2.14	c bounds -6 >= -583 @ 1.75407
2.27/2.49	c bounds -6 >= -582 @ 2.09557
2.27/2.49	c bounds -6 >= -581 @ 2.09753
2.27/2.49	c bounds -6 >= -580 @ 2.09831
2.37/2.50	c bounds -6 >= -579 @ 2.09876
2.37/2.50	c bounds -6 >= -578 @ 2.09931
2.37/2.50	c bounds -6 >= -577 @ 2.10048
2.37/2.50	c bounds -6 >= -576 @ 2.10244
2.37/2.50	c bounds -6 >= -575 @ 2.1033
2.37/2.51	c bounds -6 >= -574 @ 2.1033
2.37/2.51	c bounds -6 >= -573 @ 2.10436
2.37/2.51	c bounds -6 >= -572 @ 2.10593
2.37/2.51	c bounds -6 >= -571 @ 2.10629
2.37/2.51	c bounds -6 >= -570 @ 2.10629
2.37/2.51	c bounds -6 >= -569 @ 2.10738
2.37/2.52	c bounds -6 >= -568 @ 2.10846
2.37/2.52	c bounds -6 >= -567 @ 2.10929
2.37/2.52	c bounds -6 >= -566 @ 2.11028
2.37/2.52	c bounds -6 >= -565 @ 2.11228
2.37/2.52	c bounds -6 >= -564 @ 2.11244
2.37/2.53	c bounds -6 >= -563 @ 2.11328
2.37/2.53	c bounds -6 >= -562 @ 2.11379
2.37/2.53	c bounds -6 >= -561 @ 2.11428
2.37/2.53	c bounds -6 >= -560 @ 2.11528
2.37/2.53	c bounds -6 >= -559 @ 2.11557
2.37/2.54	c bounds -6 >= -558 @ 2.11724
2.37/2.54	c bounds -6 >= -557 @ 2.11755
2.37/2.54	c bounds -6 >= -556 @ 2.11886
2.37/2.54	c bounds -6 >= -555 @ 2.12045
2.37/2.54	c bounds -6 >= -554 @ 2.12226
2.37/2.55	c bounds -6 >= -553 @ 2.12302
2.37/2.55	c bounds -6 >= -552 @ 2.12367
2.37/2.55	c bounds -6 >= -551 @ 2.12426
2.37/2.55	c bounds -6 >= -550 @ 2.12525
2.37/2.56	c bounds -6 >= -549 @ 2.12625
2.37/2.56	c bounds -6 >= -548 @ 2.12625
2.37/2.56	c bounds -6 >= -547 @ 2.12639
2.37/2.56	c bounds -6 >= -546 @ 2.12725
2.37/2.56	c bounds -6 >= -545 @ 2.12725
2.37/2.56	c bounds -6 >= -544 @ 2.12725
2.37/2.56	c bounds -6 >= -543 @ 2.12779
2.37/2.57	c bounds -6 >= -542 @ 2.12945
2.37/2.57	c bounds -6 >= -541 @ 2.13049
2.37/2.57	c bounds -6 >= -540 @ 2.13147
2.37/2.57	c bounds -6 >= -539 @ 2.13324
2.37/2.58	c bounds -6 >= -538 @ 2.13549
2.37/2.59	c bounds -6 >= -537 @ 2.14014
2.37/2.59	c bounds -6 >= -536 @ 2.14044
2.37/2.59	c bounds -6 >= -535 @ 2.1428
2.47/2.60	c bounds -6 >= -534 @ 2.14454
2.47/2.60	c bounds -6 >= -533 @ 2.14745
2.47/2.61	c bounds -6 >= -532 @ 2.15075
2.47/2.61	c bounds -6 >= -531 @ 2.15419
2.47/2.61	c bounds -6 >= -530 @ 2.15441
2.47/2.62	c #Conflicts:       1000 | #Constraints:      97658
2.47/2.62	c bounds -6 >= -529 @ 2.15918
2.47/2.62	c bounds -6 >= -528 @ 2.16273
2.47/2.62	c bounds -6 >= -527 @ 2.16417
2.47/2.63	c bounds -6 >= -526 @ 2.16508
2.47/2.63	c bounds -6 >= -525 @ 2.16642
2.47/2.63	c bounds -6 >= -524 @ 2.1684
2.47/2.63	c bounds -6 >= -523 @ 2.17002
2.47/2.64	c bounds -6 >= -522 @ 2.17256
2.47/2.64	c bounds -6 >= -521 @ 2.17315
2.47/2.64	c bounds -6 >= -520 @ 2.17315
2.47/2.64	c bounds -6 >= -519 @ 2.17315
2.47/2.64	c bounds -6 >= -518 @ 2.17445
2.47/2.65	c bounds -6 >= -517 @ 2.17677
2.47/2.65	c bounds -6 >= -516 @ 2.17714
2.47/2.65	c bounds -6 >= -515 @ 2.17738
2.47/2.66	c bounds -6 >= -514 @ 2.17999
2.47/2.66	c bounds -6 >= -513 @ 2.18013
2.47/2.66	c bounds -6 >= -512 @ 2.18052
2.47/2.66	c bounds -6 >= -511 @ 2.18316
2.47/2.67	c bounds -6 >= -510 @ 2.18612
2.47/2.67	c bounds -6 >= -509 @ 2.18612
2.47/2.67	c bounds -6 >= -508 @ 2.19028
2.47/2.68	c bounds -18 >= -508 @ 2.1941
2.47/2.68	c bounds -18 >= -507 @ 2.1941
2.47/2.68	c bounds -18 >= -506 @ 2.1941
2.47/2.68	c bounds -18 >= -505 @ 2.19498
2.47/2.68	c bounds -18 >= -504 @ 2.1951
2.47/2.68	c bounds -18 >= -503 @ 2.1965
2.47/2.69	c bounds -18 >= -502 @ 2.19722
2.47/2.69	c bounds -18 >= -501 @ 2.19796
2.47/2.69	c bounds -18 >= -500 @ 2.19809
2.47/2.69	c bounds -18 >= -499 @ 2.19853
2.47/2.69	c bounds -18 >= -498 @ 2.19922
2.47/2.69	c bounds -18 >= -497 @ 2.1999
2.47/2.69	c bounds -18 >= -496 @ 2.20009
2.47/2.69	c bounds -18 >= -495 @ 2.20122
2.47/2.69	c bounds -18 >= -494 @ 2.20273
2.47/2.69	c bounds -18 >= -493 @ 2.20362
2.47/2.69	c bounds -18 >= -492 @ 2.20441
2.47/2.70	c bounds -18 >= -491 @ 2.20519
2.57/2.70	c bounds -18 >= -490 @ 2.20634
2.57/2.70	c bounds -18 >= -489 @ 2.20681
2.57/2.70	c bounds -18 >= -488 @ 2.20707
2.57/2.70	c bounds -18 >= -487 @ 2.20723
2.57/2.70	c bounds -18 >= -486 @ 2.20807
2.57/2.70	c bounds -19 >= -486 @ 2.20916
2.57/2.70	c bounds -19 >= -485 @ 2.21006
2.57/2.70	c bounds -20 >= -485 @ 2.21006
2.57/2.71	c bounds -20 >= -484 @ 2.21106
2.57/2.71	c bounds -21 >= -484 @ 2.21195
2.57/2.71	c bounds -21 >= -483 @ 2.21394
2.57/2.71	c bounds -22 >= -483 @ 2.21538
2.57/2.72	c bounds -22 >= -482 @ 2.21805
2.57/2.72	c bounds -23 >= -482 @ 2.21949
2.57/2.72	c bounds -24 >= -482 @ 2.22063
2.57/2.72	c bounds -25 >= -482 @ 2.22136
2.57/2.74	c #Conflicts:       2000 | #Constraints:      99118
2.57/2.74	c INPROCESSING
2.57/2.74	c GARBAGE COLLECT
2.57/2.74	c bounds -26 >= -482 @ 2.23983
2.57/2.74	c bounds -26 >= -481 @ 2.23999
2.57/2.74	c bounds -27 >= -481 @ 2.24002
2.57/2.75	c bounds -27 >= -480 @ 2.24213
2.57/2.75	c bounds -28 >= -480 @ 2.24298
2.57/2.75	c bounds -28 >= -479 @ 2.24527
2.57/2.75	c bounds -29 >= -479 @ 2.24663
2.57/2.75	c bounds -30 >= -479 @ 2.24745
2.57/2.76	c bounds -30 >= -478 @ 2.25256
2.57/2.76	c bounds -31 >= -478 @ 2.25343
2.57/2.76	c bounds -32 >= -478 @ 2.25557
2.57/2.76	c bounds -33 >= -478 @ 2.25687
2.57/2.76	c bounds -34 >= -478 @ 2.25819
2.57/2.76	c bounds -34 >= -477 @ 2.25912
2.57/2.76	c bounds -35 >= -477 @ 2.25995
2.57/2.77	c bounds -35 >= -476 @ 2.26391
2.67/2.80	c bounds -36 >= -476 @ 2.30054
2.88/3.03	c bounds -36 >= -475 @ 2.52096
2.88/3.03	c bounds -36 >= -474 @ 2.52159
2.88/3.03	c bounds -36 >= -473 @ 2.52236
2.88/3.03	c bounds -36 >= -472 @ 2.52328
2.88/3.03	c bounds -36 >= -471 @ 2.52336
2.88/3.03	c bounds -36 >= -470 @ 2.52435
2.88/3.04	c bounds -36 >= -469 @ 2.52435
2.88/3.04	c bounds -36 >= -468 @ 2.52453
2.88/3.04	c bounds -36 >= -467 @ 2.52525
2.88/3.04	c bounds -36 >= -466 @ 2.52536
2.88/3.04	c bounds -36 >= -465 @ 2.526
2.88/3.04	c bounds -36 >= -464 @ 2.52722
2.88/3.04	c bounds -36 >= -463 @ 2.52735
2.88/3.04	c bounds -36 >= -462 @ 2.52843
2.88/3.04	c bounds -36 >= -461 @ 2.52954
2.88/3.04	c bounds -36 >= -460 @ 2.53097
2.88/3.05	c bounds -36 >= -459 @ 2.53252
2.88/3.05	c bounds -36 >= -458 @ 2.53413
2.88/3.05	c bounds -36 >= -457 @ 2.53639
2.88/3.05	c bounds -36 >= -456 @ 2.5384
2.88/3.06	c bounds -36 >= -455 @ 2.54203
2.88/3.06	c bounds -36 >= -454 @ 2.54816
2.88/3.06	c bounds -36 >= -453 @ 2.54981
2.88/3.07	c bounds -36 >= -452 @ 2.55478
2.88/3.08	c #Conflicts:       3000 | #Constraints:      98643
2.88/3.08	c bounds -36 >= -451 @ 2.56422
2.88/3.09	c bounds -36 >= -450 @ 2.57499
2.97/3.20	c bounds -37 >= -450 @ 2.67907
2.97/3.20	c bounds -37 >= -449 @ 2.67945
3.07/3.20	c bounds -37 >= -448 @ 2.68042
3.07/3.20	c bounds -37 >= -447 @ 2.681
3.07/3.20	c bounds -37 >= -446 @ 2.68139
3.07/3.20	c bounds -37 >= -445 @ 2.68203
3.07/3.20	c bounds -37 >= -444 @ 2.68268
3.07/3.20	c bounds -37 >= -443 @ 2.68299
3.07/3.20	c bounds -37 >= -442 @ 2.68299
3.07/3.20	c bounds -37 >= -441 @ 2.68299
3.07/3.20	c bounds -37 >= -440 @ 2.68346
3.07/3.20	c bounds -37 >= -439 @ 2.68597
3.07/3.21	c bounds -37 >= -438 @ 2.68598
3.07/3.21	c bounds -37 >= -437 @ 2.68686
3.07/3.21	c bounds -37 >= -436 @ 2.68698
3.07/3.21	c bounds -37 >= -435 @ 2.68838
3.07/3.21	c bounds -37 >= -434 @ 2.69097
3.07/3.22	c bounds -37 >= -433 @ 2.69454
3.07/3.22	c #Conflicts:       4000 | #Constraints:      99836
3.07/3.22	c bounds -37 >= -432 @ 2.70153
3.07/3.23	c bounds -37 >= -431 @ 2.70629
3.37/3.52	c bounds -37 >= -430 @ 2.99766
3.37/3.53	c bounds -37 >= -429 @ 3.00343
3.37/3.55	c bounds -37 >= -428 @ 3.01845
3.37/3.55	c bounds -37 >= -427 @ 3.02506
3.37/3.56	c bounds -37 >= -426 @ 3.03105
3.37/3.57	c bounds -37 >= -425 @ 3.03847
3.37/3.57	c bounds -37 >= -424 @ 3.04515
3.37/3.59	c #Conflicts:       5000 | #Constraints:     101058
3.37/3.59	c bounds -37 >= -423 @ 3.05593
3.47/3.60	c bounds -37 >= -422 @ 3.06643
3.47/3.61	c bounds -37 >= -421 @ 3.08008
3.47/3.62	c bounds -37 >= -420 @ 3.09111
3.47/3.64	c bounds -37 >= -419 @ 3.10538
3.47/3.66	c bounds -37 >= -418 @ 3.12309
3.76/3.98	c #Conflicts:       6000 | #Constraints:     102202
3.76/3.98	c INPROCESSING
3.76/3.98	c GARBAGE COLLECT
3.76/3.98	c rational objective -418
4.26/4.43	c bounds -37 >= -417 @ 3.88827
4.26/4.44	c bounds -37 >= -416 @ 3.89952
4.26/4.46	c bounds -38 >= -416 @ 3.91948
4.26/4.47	c bounds -38 >= -415 @ 3.92388
4.26/4.47	c bounds -38 >= -414 @ 3.92617
4.26/4.47	c bounds -38 >= -413 @ 3.93103
4.26/4.48	c bounds -38 >= -412 @ 3.93316
4.26/4.48	c bounds -38 >= -411 @ 3.93672
4.37/4.50	c bounds -38 >= -410 @ 3.95285
4.87/5.05	c #Conflicts:       7000 | #Constraints:     100214
4.87/5.05	c #Conflicts:       8000 | #Constraints:     101221
4.87/5.05	c bounds -39 >= -410 @ 4.49995
5.07/5.20	c bounds -39 >= -409 @ 4.64463
5.07/5.20	c bounds -39 >= -408 @ 4.6492
5.07/5.22	c bounds -39 >= -407 @ 4.65946
5.07/5.24	c bounds -39 >= -406 @ 4.67685
5.07/5.25	c bounds -39 >= -405 @ 4.68759
5.07/5.25	c bounds -39 >= -404 @ 4.6952
5.07/5.26	c bounds -39 >= -403 @ 4.70256
5.07/5.28	c bounds -39 >= -402 @ 4.71277
5.07/5.29	c bounds -39 >= -401 @ 4.72604
5.17/5.32	c #Conflicts:       9000 | #Constraints:     102420
5.17/5.32	c bounds -39 >= -400 @ 4.75043
5.46/5.62	c bounds -39 >= -399 @ 5.04591
5.46/5.66	c bounds -39 >= -398 @ 5.08032
5.56/5.70	c #Conflicts:      10000 | #Constraints:     103486
5.56/5.70	c bounds -39 >= -397 @ 5.11893
5.56/5.75	c bounds -39 >= -396 @ 5.16668
5.87/6.06	c #Conflicts:      11000 | #Constraints:     104552
5.87/6.06	c bounds -39 >= -395 @ 5.48126
6.26/6.47	c #Conflicts:      12000 | #Constraints:     105588
6.26/6.47	c INPROCESSING
6.26/6.47	c GARBAGE COLLECT
6.26/6.47	c rational objective -395
6.76/6.92	c bounds -39 >= -394 @ 6.32469
7.06/7.28	c bounds -39 >= -393 @ 6.68591
7.16/7.38	c #Conflicts:      13000 | #Constraints:     102180
7.16/7.38	c bounds -39 >= -392 @ 6.78505
7.56/7.77	c #Conflicts:      14000 | #Constraints:     103210
7.56/7.77	c bounds -39 >= -391 @ 7.15383
7.76/7.95	c #Conflicts:      15000 | #Constraints:     104279
7.76/7.95	c bounds -39 >= -390 @ 7.32957
8.16/8.32	c #Conflicts:      16000 | #Constraints:     105327
8.16/8.32	c INPROCESSING
8.16/8.32	c rational objective -390
8.75/8.93	c #Conflicts:      17000 | #Constraints:     101806
8.75/8.93	c bounds -39 >= -389 @ 8.29777
9.15/9.31	c #Conflicts:      18000 | #Constraints:     102848
9.15/9.31	c bounds -40 >= -389 @ 8.67548
9.36/9.55	c bounds -40 >= -388 @ 8.91294
9.36/9.55	c bounds -40 >= -387 @ 8.91536
9.36/9.55	c bounds -40 >= -386 @ 8.918
9.36/9.56	c bounds -40 >= -385 @ 8.92062
9.36/9.56	c bounds -40 >= -384 @ 8.92706
9.36/9.57	c bounds -40 >= -383 @ 8.93472
9.36/9.58	c bounds -40 >= -382 @ 8.9451
9.45/9.60	c #Conflicts:      19000 | #Constraints:     104000
9.45/9.60	c bounds -40 >= -381 @ 8.95904
9.45/9.63	c bounds -40 >= -380 @ 8.98807
9.45/9.66	c bounds -40 >= -379 @ 9.01663
9.75/9.97	c #Conflicts:      20000 | #Constraints:     105057
9.75/9.97	c bounds -40 >= -378 @ 9.32141
9.86/10.03	c bounds -40 >= -377 @ 9.38937
9.96/10.13	c #Conflicts:      21000 | #Constraints:     106117
9.96/10.13	c bounds -40 >= -376 @ 9.47944
10.46/10.63	c #Conflicts:      22000 | #Constraints:     107144
10.46/10.63	c bounds -40 >= -375 @ 9.9776
10.65/10.82	c #Conflicts:      23000 | #Constraints:     108171
10.65/10.82	c bounds -40 >= -374 @ 10.1543
10.85/11.01	c bounds -41 >= -374 @ 10.3395
10.96/11.12	c bounds -41 >= -373 @ 10.4545
10.96/11.13	c bounds -41 >= -372 @ 10.4608
10.96/11.16	c #Conflicts:      24000 | #Constraints:     109250
10.96/11.16	c bounds -41 >= -371 @ 10.4877
10.96/11.18	c bounds -41 >= -370 @ 10.5101
11.05/11.21	c bounds -41 >= -369 @ 10.5339
11.05/11.25	c bounds -41 >= -368 @ 10.5721
11.55/11.78	c #Conflicts:      25000 | #Constraints:     110358
11.55/11.78	c INPROCESSING
11.55/11.78	c GARBAGE COLLECT
11.55/11.78	c rational objective -368
12.05/12.24	c bounds -41 >= -367 @ 11.5455
12.05/12.27	c bounds -41 >= -366 @ 11.5772
12.15/12.30	c #Conflicts:      26000 | #Constraints:     104123
12.15/12.30	c bounds -41 >= -365 @ 11.6069
12.54/12.71	c bounds -41 >= -364 @ 12.0041
12.54/12.76	c #Conflicts:      27000 | #Constraints:     105186
12.54/12.76	c bounds -41 >= -363 @ 12.0586
12.64/12.80	c bounds -41 >= -362 @ 12.0919
12.64/12.85	c bounds -41 >= -361 @ 12.1404
12.95/13.18	c #Conflicts:      28000 | #Constraints:     106252
12.95/13.18	c bounds -41 >= -360 @ 12.4597
13.14/13.30	c #Conflicts:      29000 | #Constraints:     107291
13.14/13.30	c bounds -41 >= -359 @ 12.5753
13.54/13.70	c #Conflicts:      30000 | #Constraints:     108315
13.54/13.70	c bounds -41 >= -358 @ 12.9726
13.85/14.07	c #Conflicts:      31000 | #Constraints:     109351
13.85/14.07	c INPROCESSING
13.85/14.07	c rational objective -358
14.34/14.59	c bounds -42 >= -358 @ 13.8511
14.44/14.60	c bounds -42 >= -357 @ 13.8624
14.44/14.61	c bounds -42 >= -356 @ 13.8727
14.74/14.92	c #Conflicts:      32000 | #Constraints:     104099
14.74/14.92	c bounds -42 >= -355 @ 14.1702
25.01/25.28	c #Conflicts:      33000 | #Constraints:     105126
25.01/25.28	c #Conflicts:      34000 | #Constraints:     106149
25.01/25.28	c #Conflicts:      35000 | #Constraints:     107182
25.01/25.28	c #Conflicts:      36000 | #Constraints:     108218
25.01/25.28	c #Conflicts:      37000 | #Constraints:     109239
25.01/25.28	c #Conflicts:      38000 | #Constraints:     110264
25.01/25.28	c #Conflicts:      39000 | #Constraints:     111293
25.01/25.28	c #Conflicts:      40000 | #Constraints:     112329
25.01/25.28	c #Conflicts:      41000 | #Constraints:     113371
25.01/25.28	c #Conflicts:      42000 | #Constraints:     114409
25.01/25.28	c #Conflicts:      43000 | #Constraints:     115451
25.01/25.28	c INPROCESSING
25.01/25.28	c GARBAGE COLLECT
25.01/25.28	c rational objective -355
26.00/26.20	c bounds -42 >= -354 @ 25.3072
26.00/26.21	c bounds -42 >= -353 @ 25.3251
26.00/26.26	c #Conflicts:      44000 | #Constraints:     107195
26.00/26.26	c bounds -42 >= -352 @ 25.3739
26.10/26.35	c bounds -42 >= -351 @ 25.4608
26.51/26.71	c #Conflicts:      45000 | #Constraints:     108252
26.51/26.71	c bounds -42 >= -350 @ 25.8115
26.60/26.85	c #Conflicts:      46000 | #Constraints:     109273
26.60/26.85	c bounds -42 >= -349 @ 25.9374
27.01/27.22	c bounds -42 >= -348 @ 26.3009
27.10/27.35	c #Conflicts:      47000 | #Constraints:     110336
27.10/27.35	c bounds -42 >= -347 @ 26.4287
27.50/27.76	c #Conflicts:      48000 | #Constraints:     111363
27.50/27.76	c bounds -42 >= -346 @ 26.8318
27.70/27.93	c #Conflicts:      49000 | #Constraints:     112396
27.70/27.93	c bounds -42 >= -345 @ 26.9922
28.10/28.35	c #Conflicts:      50000 | #Constraints:     113417
28.10/28.35	c INPROCESSING
28.10/28.35	c GARBAGE COLLECT
28.10/28.35	c rational objective -345
28.60/28.83	c bounds -42 >= -344 @ 27.888
28.70/28.98	c #Conflicts:      51000 | #Constraints:     105762
28.70/28.98	c bounds -42 >= -343 @ 28.0316
29.20/29.45	c #Conflicts:      52000 | #Constraints:     106801
29.20/29.45	c #Conflicts:      53000 | #Constraints:     107801
29.20/29.45	c bounds -42 >= -342 @ 28.4903
29.90/30.14	c #Conflicts:      54000 | #Constraints:     108858
29.90/30.14	c #Conflicts:      55000 | #Constraints:     109858
29.90/30.14	c bounds -42 >= -341 @ 29.1559
31.00/31.22	c #Conflicts:      56000 | #Constraints:     110894
31.00/31.22	c #Conflicts:      57000 | #Constraints:     111894
31.00/31.22	c INPROCESSING
31.00/31.22	c GARBAGE COLLECT
31.00/31.22	c rational objective -341
31.99/32.27	c #Conflicts:      58000 | #Constraints:     105366
31.99/32.27	c #Conflicts:      59000 | #Constraints:     106366
31.99/32.27	c bounds -42 >= -340 @ 31.256
33.58/33.80	c #Conflicts:      60000 | #Constraints:     107435
33.58/33.80	c #Conflicts:      61000 | #Constraints:     108435
33.58/33.80	c #Conflicts:      62000 | #Constraints:     109435
33.58/33.80	c bounds -42 >= -339 @ 32.7606
35.95/36.35	c #Conflicts:      63000 | #Constraints:     110465
35.95/36.35	c #Conflicts:      64000 | #Constraints:     111465
35.95/36.35	c #Conflicts:      65000 | #Constraints:     112465
35.95/36.35	c #Conflicts:      66000 | #Constraints:     113465
35.95/36.35	c bounds -42 >= -338 @ 35.1489
39.54/39.91	c #Conflicts:      67000 | #Constraints:     114510
39.54/39.91	c #Conflicts:      68000 | #Constraints:     115510
39.54/39.91	c #Conflicts:      69000 | #Constraints:     116510
39.54/39.91	c #Conflicts:      70000 | #Constraints:     117510
39.54/39.91	c #Conflicts:      71000 | #Constraints:     118510
39.54/39.91	c #Conflicts:      72000 | #Constraints:     119510
39.54/39.91	c bounds -42 >= -337 @ 38.6461
40.24/40.65	c #Conflicts:      73000 | #Constraints:     120543
40.24/40.65	c #Conflicts:      74000 | #Constraints:     121543
40.24/40.65	c INPROCESSING
40.24/40.65	c GARBAGE COLLECT
40.24/40.65	c rational objective -337
45.93/46.39	c #Conflicts:      75000 | #Constraints:     110624
45.93/46.39	c #Conflicts:      76000 | #Constraints:     111624
45.93/46.39	c #Conflicts:      77000 | #Constraints:     112624
45.93/46.39	c #Conflicts:      78000 | #Constraints:     113624
45.93/46.39	c #Conflicts:      79000 | #Constraints:     114624
45.93/46.39	c #Conflicts:      80000 | #Constraints:     115624
45.93/46.39	c #Conflicts:      81000 | #Constraints:     116624
45.93/46.39	c #Conflicts:      82000 | #Constraints:     117624
45.93/46.39	c bounds -42 >= -336 @ 45.0357
46.33/46.70	c INPROCESSING
46.33/46.70	c GARBAGE COLLECT
46.33/46.70	c rational objective -336
53.50/53.95	c #Conflicts:      83000 | #Constraints:     108390
53.50/53.95	c #Conflicts:      84000 | #Constraints:     109390
53.50/53.95	c #Conflicts:      85000 | #Constraints:     110390
53.50/53.95	c #Conflicts:      86000 | #Constraints:     111390
53.50/53.95	c #Conflicts:      87000 | #Constraints:     112391
53.50/53.95	c #Conflicts:      88000 | #Constraints:     113392
53.50/53.95	c #Conflicts:      89000 | #Constraints:     114393
53.50/53.95	c #Conflicts:      90000 | #Constraints:     115393
53.50/53.95	c #Conflicts:      91000 | #Constraints:     116394
53.50/53.95	c INPROCESSING
53.50/53.95	c GARBAGE COLLECT
53.50/53.95	c rational objective -336
56.30/56.78	c #Conflicts:      92000 | #Constraints:     107976
56.30/56.78	c #Conflicts:      93000 | #Constraints:     108976
56.30/56.78	c #Conflicts:      94000 | #Constraints:     109976
56.30/56.78	c #Conflicts:      95000 | #Constraints:     110976
56.30/56.78	c #Conflicts:      96000 | #Constraints:     111976
56.30/56.78	c bounds -42 >= -335 @ 55.2714
62.79/63.24	c #Conflicts:      97000 | #Constraints:     113081
62.79/63.24	c #Conflicts:      98000 | #Constraints:     114081
62.79/63.24	c #Conflicts:      99000 | #Constraints:     115081
62.79/63.24	c #Conflicts:     100000 | #Constraints:     116081
62.79/63.24	c #Conflicts:     101000 | #Constraints:     117081
62.79/63.24	c #Conflicts:     102000 | #Constraints:     118081
62.79/63.24	c #Conflicts:     103000 | #Constraints:     119081
62.79/63.24	c #Conflicts:     104000 | #Constraints:     120081
62.79/63.24	c #Conflicts:     105000 | #Constraints:     121081
62.79/63.24	c #Conflicts:     106000 | #Constraints:     122081
62.79/63.24	c bounds -42 >= -334 @ 61.6411
66.07/66.53	c #Conflicts:     107000 | #Constraints:     123114
66.07/66.53	c #Conflicts:     108000 | #Constraints:     124114
66.07/66.53	c #Conflicts:     109000 | #Constraints:     125114
66.07/66.53	c #Conflicts:     110000 | #Constraints:     126114
66.07/66.53	c #Conflicts:     111000 | #Constraints:     127114
66.07/66.53	c INPROCESSING
66.07/66.53	c GARBAGE COLLECT
66.07/66.53	c rational objective -334
71.82/72.63	c #Conflicts:     112000 | #Constraints:     113066
71.82/72.63	c #Conflicts:     113000 | #Constraints:     114066
71.82/72.63	c #Conflicts:     114000 | #Constraints:     115066
71.82/72.63	c #Conflicts:     115000 | #Constraints:     116066
71.82/72.63	c #Conflicts:     116000 | #Constraints:     117066
71.82/72.63	c #Conflicts:     117000 | #Constraints:     118066
71.82/72.63	c #Conflicts:     118000 | #Constraints:     119066
71.82/72.63	c #Conflicts:     119000 | #Constraints:     120066
71.82/72.63	c #Conflicts:     120000 | #Constraints:     121066
71.82/72.63	c bounds -42 >= -333 @ 70.5567
72.42/73.22	c #Conflicts:     121000 | #Constraints:     122129
72.42/73.22	c INPROCESSING
72.42/73.22	c GARBAGE COLLECT
72.42/73.22	c rational objective -333
78.41/79.20	c #Conflicts:     122000 | #Constraints:     110623
78.41/79.20	c #Conflicts:     123000 | #Constraints:     111623
78.41/79.20	c #Conflicts:     124000 | #Constraints:     112623
78.41/79.20	c #Conflicts:     125000 | #Constraints:     113623
78.41/79.20	c #Conflicts:     126000 | #Constraints:     114623
78.41/79.20	c #Conflicts:     127000 | #Constraints:     115623
78.41/79.20	c #Conflicts:     128000 | #Constraints:     116623
78.41/79.20	c #Conflicts:     129000 | #Constraints:     117623
78.41/79.20	c #Conflicts:     130000 | #Constraints:     118623
78.41/79.20	c #Conflicts:     131000 | #Constraints:     119623
78.41/79.20	c #Conflicts:     132000 | #Constraints:     120623
78.41/79.20	c INPROCESSING
78.41/79.20	c GARBAGE COLLECT
78.41/79.20	c rational objective -333
153.48/155.88	c #Conflicts:     133000 | #Constraints:     110268
153.48/155.88	c #Conflicts:     134000 | #Constraints:     111268
153.48/155.88	c #Conflicts:     135000 | #Constraints:     112268
153.48/155.88	c #Conflicts:     136000 | #Constraints:     113269
153.48/155.88	c #Conflicts:     137000 | #Constraints:     114448
153.48/155.88	c #Conflicts:     138000 | #Constraints:     115773
153.48/155.88	c #Conflicts:     139000 | #Constraints:     117044
153.48/155.88	c #Conflicts:     140000 | #Constraints:     118295
153.48/155.88	c #Conflicts:     141000 | #Constraints:     119507
153.48/155.88	c #Conflicts:     142000 | #Constraints:     120826
153.48/155.88	c #Conflicts:     143000 | #Constraints:     122110
153.48/155.88	c #Conflicts:     144000 | #Constraints:     123367
153.48/155.88	c #Conflicts:     145000 | #Constraints:     124586
153.48/155.88	c #Conflicts:     146000 | #Constraints:     125831
153.48/155.88	c #Conflicts:     147000 | #Constraints:     127052
153.48/155.88	c #Conflicts:     148000 | #Constraints:     128348
153.48/155.88	c #Conflicts:     149000 | #Constraints:     129679
153.48/155.88	c #Conflicts:     150000 | #Constraints:     131030
153.48/155.88	c #Conflicts:     151000 | #Constraints:     132392
153.48/155.88	c #Conflicts:     152000 | #Constraints:     133725
153.48/155.88	c #Conflicts:     153000 | #Constraints:     135085
153.48/155.88	c #Conflicts:     154000 | #Constraints:     136439
153.48/155.88	c #Conflicts:     155000 | #Constraints:     137801
153.48/155.88	c #Conflicts:     156000 | #Constraints:     139171
153.48/155.88	c INPROCESSING
153.48/155.88	c GARBAGE COLLECT
153.48/155.88	c rational objective -333
161.16/163.55	c #Conflicts:     157000 | #Constraints:     119293
161.16/163.55	c bounds -42 >= -332 @ 158.837
164.05/166.43	c #Conflicts:     158000 | #Constraints:     120317
164.05/166.43	c #Conflicts:     159000 | #Constraints:     121317
164.05/166.43	c #Conflicts:     160000 | #Constraints:     122317
164.05/166.43	c bounds -42 >= -331 @ 161.677
166.54/168.98	c #Conflicts:     161000 | #Constraints:     123431
166.54/168.98	c #Conflicts:     162000 | #Constraints:     124431
166.54/168.98	c #Conflicts:     163000 | #Constraints:     125431
166.54/168.98	c #Conflicts:     164000 | #Constraints:     126431
166.54/168.98	c bounds -42 >= -330 @ 164.19
169.54/171.99	c #Conflicts:     165000 | #Constraints:     127467
169.54/171.99	c #Conflicts:     166000 | #Constraints:     128467
169.54/171.99	c #Conflicts:     167000 | #Constraints:     129467
169.54/171.99	c #Conflicts:     168000 | #Constraints:     130467
169.54/171.99	c INPROCESSING
169.54/171.99	c GARBAGE COLLECT
169.54/171.99	c rational objective -330
173.23/175.67	c #Conflicts:     169000 | #Constraints:     115025
173.23/175.67	c #Conflicts:     170000 | #Constraints:     116025
173.23/175.67	c #Conflicts:     171000 | #Constraints:     117025
173.23/175.67	c #Conflicts:     172000 | #Constraints:     118025
173.23/175.67	c #Conflicts:     173000 | #Constraints:     119025
173.23/175.67	c #Conflicts:     174000 | #Constraints:     120025
173.23/175.67	c bounds -42 >= -329 @ 170.792
177.12/179.55	c #Conflicts:     175000 | #Constraints:     121073
177.12/179.55	c #Conflicts:     176000 | #Constraints:     122073
177.12/179.55	c #Conflicts:     177000 | #Constraints:     123073
177.12/179.55	c #Conflicts:     178000 | #Constraints:     124073
177.12/179.55	c #Conflicts:     179000 | #Constraints:     125073
177.12/179.55	c #Conflicts:     180000 | #Constraints:     126073
177.12/179.55	c INPROCESSING
177.12/179.55	c GARBAGE COLLECT
177.12/179.55	c rational objective -329
181.62/184.07	c #Conflicts:     181000 | #Constraints:     112585
181.62/184.07	c #Conflicts:     182000 | #Constraints:     113585
181.62/184.07	c #Conflicts:     183000 | #Constraints:     114585
181.62/184.07	c #Conflicts:     184000 | #Constraints:     115585
181.62/184.07	c #Conflicts:     185000 | #Constraints:     116585
181.62/184.07	c #Conflicts:     186000 | #Constraints:     117585
181.62/184.07	c #Conflicts:     187000 | #Constraints:     118585
181.62/184.07	c bounds -42 >= -328 @ 179.058
188.99/191.47	c #Conflicts:     188000 | #Constraints:     119654
188.99/191.47	c #Conflicts:     189000 | #Constraints:     120654
188.99/191.47	c #Conflicts:     190000 | #Constraints:     121654
188.99/191.47	c #Conflicts:     191000 | #Constraints:     122654
188.99/191.47	c #Conflicts:     192000 | #Constraints:     123654
188.99/191.47	c #Conflicts:     193000 | #Constraints:     124654
188.99/191.47	c #Conflicts:     194000 | #Constraints:     125654
188.99/191.47	c #Conflicts:     195000 | #Constraints:     126654
188.99/191.47	c #Conflicts:     196000 | #Constraints:     127654
188.99/191.47	c #Conflicts:     197000 | #Constraints:     128654
188.99/191.47	c #Conflicts:     198000 | #Constraints:     129654
188.99/191.47	c bounds -42 >= -327 @ 186.371
195.08/197.54	c #Conflicts:     199000 | #Constraints:     130672
195.08/197.54	c #Conflicts:     200000 | #Constraints:     131672
195.08/197.54	c #Conflicts:     201000 | #Constraints:     132672
195.08/197.54	c #Conflicts:     202000 | #Constraints:     133672
195.08/197.54	c #Conflicts:     203000 | #Constraints:     134672
195.08/197.54	c #Conflicts:     204000 | #Constraints:     135672
195.08/197.54	c #Conflicts:     205000 | #Constraints:     136672
195.08/197.54	c #Conflicts:     206000 | #Constraints:     137672
195.08/197.54	c bounds -42 >= -326 @ 192.354
196.58/199.04	c #Conflicts:     207000 | #Constraints:     138696
196.58/199.04	c #Conflicts:     208000 | #Constraints:     139696
196.58/199.04	c #Conflicts:     209000 | #Constraints:     140696
196.58/199.04	c INPROCESSING
196.58/199.04	c GARBAGE COLLECT
196.58/199.04	c rational objective -326
199.87/202.34	c #Conflicts:     210000 | #Constraints:     120239
199.87/202.34	c #Conflicts:     211000 | #Constraints:     121239
199.87/202.34	c #Conflicts:     212000 | #Constraints:     122239
199.87/202.34	c #Conflicts:     213000 | #Constraints:     123239
199.87/202.34	c #Conflicts:     214000 | #Constraints:     124239
199.87/202.34	c bounds -42 >= -325 @ 197.07
205.15/207.67	c #Conflicts:     215000 | #Constraints:     125260
205.15/207.67	c #Conflicts:     216000 | #Constraints:     126260
205.15/207.67	c #Conflicts:     217000 | #Constraints:     127260
205.15/207.67	c #Conflicts:     218000 | #Constraints:     128260
205.15/207.67	c #Conflicts:     219000 | #Constraints:     129260
205.15/207.67	c #Conflicts:     220000 | #Constraints:     130260
205.15/207.67	c #Conflicts:     221000 | #Constraints:     131260
205.15/207.67	c #Conflicts:     222000 | #Constraints:     132260
205.15/207.67	c INPROCESSING
205.15/207.67	c GARBAGE COLLECT
205.15/207.67	c rational objective -325
206.94/209.47	c #Conflicts:     223000 | #Constraints:     116195
206.94/209.47	c #Conflicts:     224000 | #Constraints:     117195
206.94/209.47	c bounds -42 >= -324 @ 204.123
213.83/216.34	c #Conflicts:     225000 | #Constraints:     118231
213.83/216.34	c #Conflicts:     226000 | #Constraints:     119231
213.83/216.34	c #Conflicts:     227000 | #Constraints:     120231
213.83/216.34	c #Conflicts:     228000 | #Constraints:     121231
213.83/216.34	c #Conflicts:     229000 | #Constraints:     122231
213.83/216.34	c #Conflicts:     230000 | #Constraints:     123231
213.83/216.34	c #Conflicts:     231000 | #Constraints:     124231
213.83/216.34	c #Conflicts:     232000 | #Constraints:     125231
213.83/216.34	c #Conflicts:     233000 | #Constraints:     126231
213.83/216.34	c #Conflicts:     234000 | #Constraints:     127231
213.83/216.34	c #Conflicts:     235000 | #Constraints:     128231
213.83/216.34	c INPROCESSING
213.83/216.34	c GARBAGE COLLECT
213.83/216.34	c rational objective -324
219.94/224.55	c #Conflicts:     236000 | #Constraints:     114079
219.94/224.55	c #Conflicts:     237000 | #Constraints:     115079
219.94/224.55	c #Conflicts:     238000 | #Constraints:     116079
219.94/224.55	c #Conflicts:     239000 | #Constraints:     117079
219.94/224.55	c #Conflicts:     240000 | #Constraints:     118079
219.94/224.55	c #Conflicts:     241000 | #Constraints:     119079
219.94/224.55	c #Conflicts:     242000 | #Constraints:     120079
219.94/224.55	c #Conflicts:     243000 | #Constraints:     121079
219.94/224.55	c #Conflicts:     244000 | #Constraints:     122079
219.94/224.55	c bounds -42 >= -323 @ 216.921
234.41/239.09	c #Conflicts:     245000 | #Constraints:     123130
234.41/239.09	c #Conflicts:     246000 | #Constraints:     124130
234.41/239.09	c #Conflicts:     247000 | #Constraints:     125130
234.41/239.09	c #Conflicts:     248000 | #Constraints:     126130
234.41/239.09	c #Conflicts:     249000 | #Constraints:     127130
234.41/239.09	c #Conflicts:     250000 | #Constraints:     128130
234.41/239.09	c #Conflicts:     251000 | #Constraints:     129130
234.41/239.09	c #Conflicts:     252000 | #Constraints:     130130
234.41/239.09	c #Conflicts:     253000 | #Constraints:     131130
234.41/239.09	c #Conflicts:     254000 | #Constraints:     132130
234.41/239.09	c #Conflicts:     255000 | #Constraints:     133130
234.41/239.09	c #Conflicts:     256000 | #Constraints:     134130
234.41/239.09	c #Conflicts:     257000 | #Constraints:     135130
234.41/239.09	c #Conflicts:     258000 | #Constraints:     136130
234.41/239.09	c #Conflicts:     259000 | #Constraints:     137130
234.41/239.09	c #Conflicts:     260000 | #Constraints:     138130
234.41/239.09	c #Conflicts:     261000 | #Constraints:     139130
234.41/239.09	c #Conflicts:     262000 | #Constraints:     140130
234.41/239.09	c bounds -42 >= -322 @ 231.262
239.60/244.28	c #Conflicts:     263000 | #Constraints:     141151
239.60/244.28	c #Conflicts:     264000 | #Constraints:     142151
239.60/244.28	c #Conflicts:     265000 | #Constraints:     143151
239.60/244.28	c #Conflicts:     266000 | #Constraints:     144151
239.60/244.28	c #Conflicts:     267000 | #Constraints:     145151
239.60/244.28	c #Conflicts:     268000 | #Constraints:     146151
239.60/244.28	c INPROCESSING
239.60/244.28	c GARBAGE COLLECT
239.60/244.28	c rational objective -322
246.39/251.04	c #Conflicts:     269000 | #Constraints:     122852
246.39/251.04	c #Conflicts:     270000 | #Constraints:     123852
246.39/251.04	c #Conflicts:     271000 | #Constraints:     124852
246.39/251.04	c #Conflicts:     272000 | #Constraints:     125852
246.39/251.04	c #Conflicts:     273000 | #Constraints:     126852
246.39/251.04	c #Conflicts:     274000 | #Constraints:     127852
246.39/251.04	c #Conflicts:     275000 | #Constraints:     128852
246.39/251.04	c #Conflicts:     276000 | #Constraints:     129852
246.39/251.04	c #Conflicts:     277000 | #Constraints:     130852
246.39/251.04	c bounds -42 >= -321 @ 243.056
250.47/256.26	c #Conflicts:     278000 | #Constraints:     131894
250.47/256.26	c #Conflicts:     279000 | #Constraints:     132894
250.47/256.26	c #Conflicts:     280000 | #Constraints:     133894
250.47/256.26	c #Conflicts:     281000 | #Constraints:     134894
250.47/256.26	c #Conflicts:     282000 | #Constraints:     135894
250.47/256.26	c INPROCESSING
250.47/256.26	c GARBAGE COLLECT
250.47/256.26	c rational objective -321
259.95/265.76	c #Conflicts:     283000 | #Constraints:     117601
259.95/265.76	c #Conflicts:     284000 | #Constraints:     118601
259.95/265.76	c #Conflicts:     285000 | #Constraints:     119601
259.95/265.76	c #Conflicts:     286000 | #Constraints:     120601
259.95/265.76	c #Conflicts:     287000 | #Constraints:     121601
259.95/265.76	c #Conflicts:     288000 | #Constraints:     122601
259.95/265.76	c #Conflicts:     289000 | #Constraints:     123601
259.95/265.76	c #Conflicts:     290000 | #Constraints:     124601
259.95/265.76	c #Conflicts:     291000 | #Constraints:     125601
259.95/265.76	c #Conflicts:     292000 | #Constraints:     126601
259.95/265.76	c #Conflicts:     293000 | #Constraints:     127601
259.95/265.76	c #Conflicts:     294000 | #Constraints:     128601
259.95/265.76	c #Conflicts:     295000 | #Constraints:     129601
259.95/265.76	c #Conflicts:     296000 | #Constraints:     130601
259.95/265.76	c #Conflicts:     297000 | #Constraints:     131601
259.95/265.76	c INPROCESSING
259.95/265.76	c GARBAGE COLLECT
259.95/265.76	c rational objective -321
267.73/273.50	c #Conflicts:     298000 | #Constraints:     115596
267.73/273.50	c #Conflicts:     299000 | #Constraints:     116596
267.73/273.50	c #Conflicts:     300000 | #Constraints:     117596
267.73/273.50	c #Conflicts:     301000 | #Constraints:     118596
267.73/273.50	c #Conflicts:     302000 | #Constraints:     119596
267.73/273.50	c #Conflicts:     303000 | #Constraints:     120596
267.73/273.50	c #Conflicts:     304000 | #Constraints:     121596
267.73/273.50	c #Conflicts:     305000 | #Constraints:     122596
267.73/273.50	c #Conflicts:     306000 | #Constraints:     123596
267.73/273.50	c #Conflicts:     307000 | #Constraints:     124596
267.73/273.50	c #Conflicts:     308000 | #Constraints:     125596
267.73/273.50	c #Conflicts:     309000 | #Constraints:     126596
267.73/273.50	c bounds -42 >= -320 @ 264.137
285.99/292.87	c #Conflicts:     310000 | #Constraints:     127650
285.99/292.87	c #Conflicts:     311000 | #Constraints:     128650
285.99/292.87	c #Conflicts:     312000 | #Constraints:     129650
285.99/292.87	c #Conflicts:     313000 | #Constraints:     130650
285.99/292.87	c #Conflicts:     314000 | #Constraints:     131650
285.99/292.87	c #Conflicts:     315000 | #Constraints:     132650
285.99/292.87	c #Conflicts:     316000 | #Constraints:     133650
285.99/292.87	c #Conflicts:     317000 | #Constraints:     134650
285.99/292.87	c #Conflicts:     318000 | #Constraints:     135650
285.99/292.87	c #Conflicts:     319000 | #Constraints:     136650
285.99/292.87	c #Conflicts:     320000 | #Constraints:     137650
285.99/292.87	c #Conflicts:     321000 | #Constraints:     138650
285.99/292.87	c #Conflicts:     322000 | #Constraints:     139650
285.99/292.87	c #Conflicts:     323000 | #Constraints:     140650
285.99/292.87	c #Conflicts:     324000 | #Constraints:     141650
285.99/292.87	c #Conflicts:     325000 | #Constraints:     142650
285.99/292.87	c #Conflicts:     326000 | #Constraints:     143650
285.99/292.87	c #Conflicts:     327000 | #Constraints:     144650
285.99/292.87	c #Conflicts:     328000 | #Constraints:     145650
285.99/292.87	c #Conflicts:     329000 | #Constraints:     146650
285.99/292.87	c #Conflicts:     330000 | #Constraints:     147650
285.99/292.87	c bounds -42 >= -319 @ 282.274
289.67/296.51	c #Conflicts:     331000 | #Constraints:     148683
289.67/296.51	c #Conflicts:     332000 | #Constraints:     149683
289.67/296.51	c #Conflicts:     333000 | #Constraints:     150683
289.67/296.51	c #Conflicts:     334000 | #Constraints:     151683
289.67/296.51	c #Conflicts:     335000 | #Constraints:     152683
289.67/296.51	c INPROCESSING
289.67/296.51	c GARBAGE COLLECT
289.67/296.51	c rational objective -319
306.44/313.33	c #Conflicts:     336000 | #Constraints:     126462
306.44/313.33	c #Conflicts:     337000 | #Constraints:     127462
306.44/313.33	c #Conflicts:     338000 | #Constraints:     128462
306.44/313.33	c #Conflicts:     339000 | #Constraints:     129464
306.44/313.33	c #Conflicts:     340000 | #Constraints:     130464
306.44/313.33	c #Conflicts:     341000 | #Constraints:     131464
306.44/313.33	c #Conflicts:     342000 | #Constraints:     132465
306.44/313.33	c #Conflicts:     343000 | #Constraints:     133465
306.44/313.33	c #Conflicts:     344000 | #Constraints:     134465
306.44/313.33	c #Conflicts:     345000 | #Constraints:     135465
306.44/313.33	c #Conflicts:     346000 | #Constraints:     136466
306.44/313.33	c #Conflicts:     347000 | #Constraints:     137466
306.44/313.33	c #Conflicts:     348000 | #Constraints:     138466
306.44/313.33	c #Conflicts:     349000 | #Constraints:     139466
306.44/313.33	c #Conflicts:     350000 | #Constraints:     140466
306.44/313.33	c #Conflicts:     351000 | #Constraints:     141467
306.44/313.33	c INPROCESSING
306.44/313.33	c GARBAGE COLLECT
306.44/313.33	c rational objective -319
325.99/332.95	c #Conflicts:     352000 | #Constraints:     120861
325.99/332.95	c #Conflicts:     353000 | #Constraints:     121899
325.99/332.95	c #Conflicts:     354000 | #Constraints:     122954
325.99/332.95	c #Conflicts:     355000 | #Constraints:     124006
325.99/332.95	c #Conflicts:     356000 | #Constraints:     125048
325.99/332.95	c #Conflicts:     357000 | #Constraints:     126091
325.99/332.95	c #Conflicts:     358000 | #Constraints:     127136
325.99/332.95	c #Conflicts:     359000 | #Constraints:     128181
325.99/332.95	c #Conflicts:     360000 | #Constraints:     129229
325.99/332.95	c #Conflicts:     361000 | #Constraints:     130259
325.99/332.95	c #Conflicts:     362000 | #Constraints:     131299
325.99/332.95	c #Conflicts:     363000 | #Constraints:     132352
325.99/332.95	c #Conflicts:     364000 | #Constraints:     133398
325.99/332.95	c #Conflicts:     365000 | #Constraints:     134447
325.99/332.95	c #Conflicts:     366000 | #Constraints:     135493
325.99/332.95	c #Conflicts:     367000 | #Constraints:     136551
325.99/332.95	c INPROCESSING
325.99/332.95	c GARBAGE COLLECT
325.99/332.95	c rational objective -319
352.98/360.16	c #Conflicts:     368000 | #Constraints:     118309
352.98/360.16	c #Conflicts:     369000 | #Constraints:     119309
352.98/360.16	c #Conflicts:     370000 | #Constraints:     120309
352.98/360.16	c #Conflicts:     371000 | #Constraints:     121309
352.98/360.16	c #Conflicts:     372000 | #Constraints:     122309
352.98/360.16	c #Conflicts:     373000 | #Constraints:     123309
352.98/360.16	c #Conflicts:     374000 | #Constraints:     124309
352.98/360.16	c #Conflicts:     375000 | #Constraints:     125309
352.98/360.16	c #Conflicts:     376000 | #Constraints:     126309
352.98/360.16	c #Conflicts:     377000 | #Constraints:     127309
352.98/360.16	c #Conflicts:     378000 | #Constraints:     128309
352.98/360.16	c #Conflicts:     379000 | #Constraints:     129309
352.98/360.16	c #Conflicts:     380000 | #Constraints:     130309
352.98/360.16	c #Conflicts:     381000 | #Constraints:     131309
352.98/360.16	c #Conflicts:     382000 | #Constraints:     132309
352.98/360.16	c #Conflicts:     383000 | #Constraints:     133309
352.98/360.16	c #Conflicts:     384000 | #Constraints:     134309
352.98/360.16	c #Conflicts:     385000 | #Constraints:     135309
352.98/360.16	c #Conflicts:     386000 | #Constraints:     136309
352.98/360.16	c #Conflicts:     387000 | #Constraints:     137309
352.98/360.16	c #Conflicts:     388000 | #Constraints:     138309
352.98/360.16	c #Conflicts:     389000 | #Constraints:     139309
352.98/360.16	c #Conflicts:     390000 | #Constraints:     140309
352.98/360.16	c #Conflicts:     391000 | #Constraints:     141309
352.98/360.16	c #Conflicts:     392000 | #Constraints:     142309
352.98/360.16	c #Conflicts:     393000 | #Constraints:     143309
352.98/360.16	c #Conflicts:     394000 | #Constraints:     144309
352.98/360.16	c #Conflicts:     395000 | #Constraints:     145309
352.98/360.16	c #Conflicts:     396000 | #Constraints:     146309
352.98/360.16	c #Conflicts:     397000 | #Constraints:     147309
352.98/360.16	c #Conflicts:     398000 | #Constraints:     148309
352.98/360.16	c bounds -42 >= -318 @ 348.66
362.74/369.93	c #Conflicts:     399000 | #Constraints:     149363
362.74/369.93	c #Conflicts:     400000 | #Constraints:     150363
362.74/369.93	c #Conflicts:     401000 | #Constraints:     151363
362.74/369.93	c #Conflicts:     402000 | #Constraints:     152363
362.74/369.93	c #Conflicts:     403000 | #Constraints:     153363
362.74/369.93	c #Conflicts:     404000 | #Constraints:     154363
362.74/369.93	c #Conflicts:     405000 | #Constraints:     155363
362.74/369.93	c #Conflicts:     406000 | #Constraints:     156363
362.74/369.93	c #Conflicts:     407000 | #Constraints:     157363
362.74/369.93	c #Conflicts:     408000 | #Constraints:     158363
362.74/369.93	c INPROCESSING
362.74/369.93	c GARBAGE COLLECT
362.74/369.93	c rational objective -318
372.90/380.26	c #Conflicts:     409000 | #Constraints:     128775
372.90/380.26	c #Conflicts:     410000 | #Constraints:     129775
372.90/380.26	c #Conflicts:     411000 | #Constraints:     130775
372.90/380.26	c #Conflicts:     412000 | #Constraints:     131775
372.90/380.26	c #Conflicts:     413000 | #Constraints:     132775
372.90/380.26	c #Conflicts:     414000 | #Constraints:     133775
372.90/380.26	c #Conflicts:     415000 | #Constraints:     134775
372.90/380.26	c #Conflicts:     416000 | #Constraints:     135775
372.90/380.26	c #Conflicts:     417000 | #Constraints:     136775
372.90/380.26	c #Conflicts:     418000 | #Constraints:     137775
372.90/380.26	c #Conflicts:     419000 | #Constraints:     138775
372.90/380.26	c #Conflicts:     420000 | #Constraints:     139775
372.90/380.26	c #Conflicts:     421000 | #Constraints:     140775
372.90/380.26	c bounds -42 >= -317 @ 368.371
376.98/384.37	c #Conflicts:     422000 | #Constraints:     141823
376.98/384.37	c #Conflicts:     423000 | #Constraints:     142823
376.98/384.37	c #Conflicts:     424000 | #Constraints:     143823
376.98/384.37	c #Conflicts:     425000 | #Constraints:     144823
376.98/384.37	c #Conflicts:     426000 | #Constraints:     145823
376.98/384.37	c INPROCESSING
376.98/384.37	c GARBAGE COLLECT
376.98/384.37	c rational objective -317
391.25/398.68	c #Conflicts:     427000 | #Constraints:     122927
391.25/398.68	c #Conflicts:     428000 | #Constraints:     123927
391.25/398.68	c #Conflicts:     429000 | #Constraints:     124927
391.25/398.68	c #Conflicts:     430000 | #Constraints:     125927
391.25/398.68	c #Conflicts:     431000 | #Constraints:     126927
391.25/398.68	c #Conflicts:     432000 | #Constraints:     127927
391.25/398.68	c #Conflicts:     433000 | #Constraints:     128927
391.25/398.68	c #Conflicts:     434000 | #Constraints:     129927
391.25/398.68	c #Conflicts:     435000 | #Constraints:     130927
391.25/398.68	c #Conflicts:     436000 | #Constraints:     131927
391.25/398.68	c #Conflicts:     437000 | #Constraints:     132927
391.25/398.68	c #Conflicts:     438000 | #Constraints:     133927
391.25/398.68	c #Conflicts:     439000 | #Constraints:     134927
391.25/398.68	c #Conflicts:     440000 | #Constraints:     135927
391.25/398.68	c #Conflicts:     441000 | #Constraints:     136927
391.25/398.68	c #Conflicts:     442000 | #Constraints:     137927
391.25/398.68	c bounds -42 >= -316 @ 386.57
392.15/399.55	c #Conflicts:     443000 | #Constraints:     138984
392.15/399.55	c #Conflicts:     444000 | #Constraints:     139984
392.15/399.55	c INPROCESSING
392.15/399.55	c GARBAGE COLLECT
392.15/399.55	c rational objective -316
427.30/436.30	c #Conflicts:     445000 | #Constraints:     120146
427.30/436.30	c #Conflicts:     446000 | #Constraints:     121146
427.30/436.30	c #Conflicts:     447000 | #Constraints:     122146
427.30/436.30	c #Conflicts:     448000 | #Constraints:     123146
427.30/436.30	c #Conflicts:     449000 | #Constraints:     124146
427.30/436.30	c #Conflicts:     450000 | #Constraints:     125146
427.30/436.30	c #Conflicts:     451000 | #Constraints:     126146
427.30/436.30	c #Conflicts:     452000 | #Constraints:     127146
427.30/436.30	c #Conflicts:     453000 | #Constraints:     128146
427.30/436.30	c #Conflicts:     454000 | #Constraints:     129146
427.30/436.30	c #Conflicts:     455000 | #Constraints:     130146
427.30/436.30	c #Conflicts:     456000 | #Constraints:     131146
427.30/436.30	c #Conflicts:     457000 | #Constraints:     132146
427.30/436.30	c #Conflicts:     458000 | #Constraints:     133146
427.30/436.30	c #Conflicts:     459000 | #Constraints:     134146
427.30/436.30	c #Conflicts:     460000 | #Constraints:     135146
427.30/436.30	c #Conflicts:     461000 | #Constraints:     136146
427.30/436.30	c #Conflicts:     462000 | #Constraints:     137146
427.30/436.30	c #Conflicts:     463000 | #Constraints:     138146
427.30/436.30	c #Conflicts:     464000 | #Constraints:     139146
427.30/436.30	c #Conflicts:     465000 | #Constraints:     140146
427.30/436.30	c #Conflicts:     466000 | #Constraints:     141146
427.30/436.30	c #Conflicts:     467000 | #Constraints:     142146
427.30/436.30	c #Conflicts:     468000 | #Constraints:     143146
427.30/436.30	c #Conflicts:     469000 | #Constraints:     144146
427.30/436.30	c #Conflicts:     470000 | #Constraints:     145146
427.30/436.30	c #Conflicts:     471000 | #Constraints:     146146
427.30/436.30	c #Conflicts:     472000 | #Constraints:     147146
427.30/436.30	c #Conflicts:     473000 | #Constraints:     148146
427.30/436.30	c #Conflicts:     474000 | #Constraints:     149146
427.30/436.30	c #Conflicts:     475000 | #Constraints:     150146
427.30/436.30	c #Conflicts:     476000 | #Constraints:     151146
427.30/436.30	c #Conflicts:     477000 | #Constraints:     152146
427.30/436.30	c #Conflicts:     478000 | #Constraints:     153146
427.30/436.30	c #Conflicts:     479000 | #Constraints:     154146
427.30/436.30	c bounds -42 >= -315 @ 422.19
437.87/446.98	c #Conflicts:     480000 | #Constraints:     155203
437.87/446.98	c #Conflicts:     481000 | #Constraints:     156203
437.87/446.98	c #Conflicts:     482000 | #Constraints:     157204
437.87/446.98	c #Conflicts:     483000 | #Constraints:     158231
437.87/446.98	c #Conflicts:     484000 | #Constraints:     159268
437.87/446.98	c #Conflicts:     485000 | #Constraints:     160319
437.87/446.98	c #Conflicts:     486000 | #Constraints:     161359
437.87/446.98	c #Conflicts:     487000 | #Constraints:     162397
437.87/446.98	c #Conflicts:     488000 | #Constraints:     163437
437.87/446.98	c #Conflicts:     489000 | #Constraints:     164477
437.87/446.98	c INPROCESSING
437.87/446.98	c GARBAGE COLLECT
437.87/446.98	c rational objective -315
454.53/463.67	c #Conflicts:     490000 | #Constraints:     131864
454.53/463.67	c #Conflicts:     491000 | #Constraints:     132864
454.53/463.67	c #Conflicts:     492000 | #Constraints:     133864
454.53/463.67	c #Conflicts:     493000 | #Constraints:     134864
454.53/463.67	c #Conflicts:     494000 | #Constraints:     135864
454.53/463.67	c #Conflicts:     495000 | #Constraints:     136864
454.53/463.67	c #Conflicts:     496000 | #Constraints:     137864
454.53/463.67	c #Conflicts:     497000 | #Constraints:     138864
454.53/463.67	c #Conflicts:     498000 | #Constraints:     139864
454.53/463.67	c #Conflicts:     499000 | #Constraints:     140864
454.53/463.67	c #Conflicts:     500000 | #Constraints:     141864
454.53/463.67	c #Conflicts:     501000 | #Constraints:     142864
454.53/463.67	c #Conflicts:     502000 | #Constraints:     143864
454.53/463.67	c #Conflicts:     503000 | #Constraints:     144864
454.53/463.67	c #Conflicts:     504000 | #Constraints:     145864
454.53/463.67	c #Conflicts:     505000 | #Constraints:     146864
454.53/463.67	c #Conflicts:     506000 | #Constraints:     147864
454.53/463.67	c #Conflicts:     507000 | #Constraints:     148864
454.53/463.67	c #Conflicts:     508000 | #Constraints:     149864
454.53/463.67	c INPROCESSING
454.53/463.67	c GARBAGE COLLECT
454.53/463.67	c rational objective -315
471.11/480.46	c #Conflicts:     509000 | #Constraints:     124683
471.11/480.46	c #Conflicts:     510000 | #Constraints:     125683
471.11/480.46	c #Conflicts:     511000 | #Constraints:     126683
471.11/480.46	c #Conflicts:     512000 | #Constraints:     127683
471.11/480.46	c #Conflicts:     513000 | #Constraints:     128683
471.11/480.46	c #Conflicts:     514000 | #Constraints:     129683
471.11/480.46	c #Conflicts:     515000 | #Constraints:     130683
471.11/480.46	c #Conflicts:     516000 | #Constraints:     131683
471.11/480.46	c #Conflicts:     517000 | #Constraints:     132683
471.11/480.46	c #Conflicts:     518000 | #Constraints:     133683
471.11/480.46	c #Conflicts:     519000 | #Constraints:     134683
471.11/480.46	c #Conflicts:     520000 | #Constraints:     135683
471.11/480.46	c #Conflicts:     521000 | #Constraints:     136683
471.11/480.46	c #Conflicts:     522000 | #Constraints:     137683
471.11/480.46	c #Conflicts:     523000 | #Constraints:     138683
471.11/480.46	c #Conflicts:     524000 | #Constraints:     139683
471.11/480.46	c #Conflicts:     525000 | #Constraints:     140683
471.11/480.46	c #Conflicts:     526000 | #Constraints:     141683
471.11/480.46	c #Conflicts:     527000 | #Constraints:     142683
471.11/480.46	c #Conflicts:     528000 | #Constraints:     143683
471.11/480.46	c INPROCESSING
471.11/480.46	c GARBAGE COLLECT
471.11/480.46	c rational objective -315
545.79/555.52	c #Conflicts:     529000 | #Constraints:     121944
545.79/555.52	c #Conflicts:     530000 | #Constraints:     122982
545.79/555.52	c #Conflicts:     531000 | #Constraints:     124016
545.79/555.52	c #Conflicts:     532000 | #Constraints:     125048
545.79/555.52	c #Conflicts:     533000 | #Constraints:     126087
545.79/555.52	c #Conflicts:     534000 | #Constraints:     127128
545.79/555.52	c #Conflicts:     535000 | #Constraints:     128173
545.79/555.52	c #Conflicts:     536000 | #Constraints:     129207
545.79/555.52	c #Conflicts:     537000 | #Constraints:     130248
545.79/555.52	c #Conflicts:     538000 | #Constraints:     131287
545.79/555.52	c #Conflicts:     539000 | #Constraints:     132336
545.79/555.52	c #Conflicts:     540000 | #Constraints:     133378
545.79/555.52	c #Conflicts:     541000 | #Constraints:     134426
545.79/555.52	c #Conflicts:     542000 | #Constraints:     135479
545.79/555.52	c #Conflicts:     543000 | #Constraints:     136518
545.79/555.52	c #Conflicts:     544000 | #Constraints:     137559
545.79/555.52	c #Conflicts:     545000 | #Constraints:     138600
545.79/555.52	c #Conflicts:     546000 | #Constraints:     139646
545.79/555.52	c #Conflicts:     547000 | #Constraints:     140692
545.79/555.52	c #Conflicts:     548000 | #Constraints:     141744
545.79/555.52	c #Conflicts:     549000 | #Constraints:     142790
545.79/555.52	c #Conflicts:     550000 | #Constraints:     143827
545.79/555.52	c #Conflicts:     551000 | #Constraints:     144864
545.79/555.52	c #Conflicts:     552000 | #Constraints:     145913
545.79/555.52	c #Conflicts:     553000 | #Constraints:     146951
545.79/555.52	c #Conflicts:     554000 | #Constraints:     147994
545.79/555.52	c #Conflicts:     555000 | #Constraints:     149035
545.79/555.52	c #Conflicts:     556000 | #Constraints:     150079
545.79/555.52	c #Conflicts:     557000 | #Constraints:     151127
545.79/555.52	c #Conflicts:     558000 | #Constraints:     152158
545.79/555.52	c #Conflicts:     559000 | #Constraints:     153195
545.79/555.52	c #Conflicts:     560000 | #Constraints:     154238
545.79/555.52	c #Conflicts:     561000 | #Constraints:     155277
545.79/555.52	c #Conflicts:     562000 | #Constraints:     156308
545.79/555.52	c #Conflicts:     563000 | #Constraints:     157344
545.79/555.52	c #Conflicts:     564000 | #Constraints:     158379
545.79/555.52	c #Conflicts:     565000 | #Constraints:     159416
545.79/555.52	c #Conflicts:     566000 | #Constraints:     160448
545.79/555.52	c #Conflicts:     567000 | #Constraints:     161497
545.79/555.52	c #Conflicts:     568000 | #Constraints:     162533
545.79/555.52	c #Conflicts:     569000 | #Constraints:     163582
545.79/555.52	c #Conflicts:     570000 | #Constraints:     164631
545.79/555.52	c #Conflicts:     571000 | #Constraints:     165679
545.79/555.52	c #Conflicts:     572000 | #Constraints:     166732
545.79/555.52	c #Conflicts:     573000 | #Constraints:     167785
545.79/555.52	c #Conflicts:     574000 | #Constraints:     168828
545.79/555.52	c #Conflicts:     575000 | #Constraints:     169874
545.79/555.52	c #Conflicts:     576000 | #Constraints:     170912
545.79/555.52	c #Conflicts:     577000 | #Constraints:     171961
545.79/555.52	c #Conflicts:     578000 | #Constraints:     173001
545.79/555.52	c INPROCESSING
545.79/555.52	c GARBAGE COLLECT
545.79/555.52	c rational objective -315
565.44/575.28	c #Conflicts:     579000 | #Constraints:     136659
565.44/575.28	c #Conflicts:     580000 | #Constraints:     137659
565.44/575.28	c #Conflicts:     581000 | #Constraints:     138659
565.44/575.28	c #Conflicts:     582000 | #Constraints:     139659
565.44/575.28	c #Conflicts:     583000 | #Constraints:     140659
565.44/575.28	c #Conflicts:     584000 | #Constraints:     141659
565.44/575.28	c #Conflicts:     585000 | #Constraints:     142659
565.44/575.28	c #Conflicts:     586000 | #Constraints:     143659
565.44/575.28	c #Conflicts:     587000 | #Constraints:     144659
565.44/575.28	c #Conflicts:     588000 | #Constraints:     145659
565.44/575.28	c #Conflicts:     589000 | #Constraints:     146659
565.44/575.28	c #Conflicts:     590000 | #Constraints:     147659
565.44/575.28	c #Conflicts:     591000 | #Constraints:     148659
565.44/575.28	c #Conflicts:     592000 | #Constraints:     149659
565.44/575.28	c #Conflicts:     593000 | #Constraints:     150659
565.44/575.28	c #Conflicts:     594000 | #Constraints:     151659
565.44/575.28	c #Conflicts:     595000 | #Constraints:     152659
565.44/575.28	c #Conflicts:     596000 | #Constraints:     153659
565.44/575.28	c #Conflicts:     597000 | #Constraints:     154659
565.44/575.28	c #Conflicts:     598000 | #Constraints:     155659
565.44/575.28	c INPROCESSING
565.44/575.28	c GARBAGE COLLECT
565.44/575.28	c rational objective -315
581.59/591.69	c #Conflicts:     599000 | #Constraints:     127706
581.59/591.69	c #Conflicts:     600000 | #Constraints:     128706
581.59/591.69	c #Conflicts:     601000 | #Constraints:     129706
581.59/591.69	c #Conflicts:     602000 | #Constraints:     130706
581.59/591.69	c #Conflicts:     603000 | #Constraints:     131706
581.59/591.69	c #Conflicts:     604000 | #Constraints:     132706
581.59/591.69	c #Conflicts:     605000 | #Constraints:     133706
581.59/591.69	c #Conflicts:     606000 | #Constraints:     134706
581.59/591.69	c #Conflicts:     607000 | #Constraints:     135706
581.59/591.69	c #Conflicts:     608000 | #Constraints:     136706
581.59/591.69	c #Conflicts:     609000 | #Constraints:     137706
581.59/591.69	c #Conflicts:     610000 | #Constraints:     138706
581.59/591.69	c #Conflicts:     611000 | #Constraints:     139706
581.59/591.69	c #Conflicts:     612000 | #Constraints:     140706
581.59/591.69	c #Conflicts:     613000 | #Constraints:     141706
581.59/591.69	c #Conflicts:     614000 | #Constraints:     142706
581.59/591.69	c #Conflicts:     615000 | #Constraints:     143706
581.59/591.69	c #Conflicts:     616000 | #Constraints:     144706
581.59/591.69	c #Conflicts:     617000 | #Constraints:     145706
581.59/591.69	c bounds -42 >= -314 @ 575.386
582.50/592.54	c #Conflicts:     618000 | #Constraints:     146775
582.50/592.54	c #Conflicts:     619000 | #Constraints:     147775
582.50/592.54	c INPROCESSING
582.50/592.54	c GARBAGE COLLECT
582.50/592.54	c rational objective -314
599.65/609.70	c #Conflicts:     620000 | #Constraints:     124000
599.65/609.70	c #Conflicts:     621000 | #Constraints:     125000
599.65/609.70	c #Conflicts:     622000 | #Constraints:     126000
599.65/609.70	c #Conflicts:     623000 | #Constraints:     127000
599.65/609.70	c #Conflicts:     624000 | #Constraints:     128000
599.65/609.70	c #Conflicts:     625000 | #Constraints:     129000
599.65/609.70	c #Conflicts:     626000 | #Constraints:     130000
599.65/609.70	c #Conflicts:     627000 | #Constraints:     131000
599.65/609.70	c #Conflicts:     628000 | #Constraints:     132000
599.65/609.70	c #Conflicts:     629000 | #Constraints:     133000
599.65/609.70	c #Conflicts:     630000 | #Constraints:     134000
599.65/609.70	c #Conflicts:     631000 | #Constraints:     135000
599.65/609.70	c #Conflicts:     632000 | #Constraints:     136000
599.65/609.70	c #Conflicts:     633000 | #Constraints:     137000
599.65/609.70	c #Conflicts:     634000 | #Constraints:     138000
599.65/609.70	c #Conflicts:     635000 | #Constraints:     139000
599.65/609.70	c #Conflicts:     636000 | #Constraints:     140000
599.65/609.70	c #Conflicts:     637000 | #Constraints:     141000
599.65/609.70	c #Conflicts:     638000 | #Constraints:     142000
599.65/609.70	c #Conflicts:     639000 | #Constraints:     143000
599.65/609.70	c #Conflicts:     640000 | #Constraints:     144000
599.65/609.70	c INPROCESSING
599.65/609.70	c GARBAGE COLLECT
599.65/609.70	c rational objective -314
640.19/650.86	c #Conflicts:     641000 | #Constraints:     122140
640.19/650.86	c #Conflicts:     642000 | #Constraints:     123140
640.19/650.86	c #Conflicts:     643000 | #Constraints:     124140
640.19/650.86	c #Conflicts:     644000 | #Constraints:     125140
640.19/650.86	c #Conflicts:     645000 | #Constraints:     126140
640.19/650.86	c #Conflicts:     646000 | #Constraints:     127140
640.19/650.86	c #Conflicts:     647000 | #Constraints:     128140
640.19/650.86	c #Conflicts:     648000 | #Constraints:     129140
640.19/650.86	c #Conflicts:     649000 | #Constraints:     130140
640.19/650.86	c #Conflicts:     650000 | #Constraints:     131140
640.19/650.86	c #Conflicts:     651000 | #Constraints:     132140
640.19/650.86	c #Conflicts:     652000 | #Constraints:     133140
640.19/650.86	c #Conflicts:     653000 | #Constraints:     134140
640.19/650.86	c #Conflicts:     654000 | #Constraints:     135140
640.19/650.86	c #Conflicts:     655000 | #Constraints:     136140
640.19/650.86	c #Conflicts:     656000 | #Constraints:     137140
640.19/650.86	c #Conflicts:     657000 | #Constraints:     138140
640.19/650.86	c #Conflicts:     658000 | #Constraints:     139140
640.19/650.86	c #Conflicts:     659000 | #Constraints:     140140
640.19/650.86	c #Conflicts:     660000 | #Constraints:     141140
640.19/650.86	c #Conflicts:     661000 | #Constraints:     142140
640.19/650.86	c #Conflicts:     662000 | #Constraints:     143140
640.19/650.86	c #Conflicts:     663000 | #Constraints:     144140
640.19/650.86	c #Conflicts:     664000 | #Constraints:     145140
640.19/650.86	c #Conflicts:     665000 | #Constraints:     146140
640.19/650.86	c #Conflicts:     666000 | #Constraints:     147140
640.19/650.86	c #Conflicts:     667000 | #Constraints:     148140
640.19/650.86	c #Conflicts:     668000 | #Constraints:     149140
640.19/650.86	c #Conflicts:     669000 | #Constraints:     150140
640.19/650.86	c #Conflicts:     670000 | #Constraints:     151140
640.19/650.86	c #Conflicts:     671000 | #Constraints:     152140
640.19/650.86	c #Conflicts:     672000 | #Constraints:     153140
640.19/650.86	c #Conflicts:     673000 | #Constraints:     154140
640.19/650.86	c #Conflicts:     674000 | #Constraints:     155140
640.19/650.86	c #Conflicts:     675000 | #Constraints:     156140
640.19/650.86	c #Conflicts:     676000 | #Constraints:     157140
640.19/650.86	c #Conflicts:     677000 | #Constraints:     158140
640.19/650.86	c #Conflicts:     678000 | #Constraints:     159140
640.19/650.86	c #Conflicts:     679000 | #Constraints:     160140
640.19/650.86	c #Conflicts:     680000 | #Constraints:     161140
640.19/650.86	c #Conflicts:     681000 | #Constraints:     162140
640.19/650.86	c #Conflicts:     682000 | #Constraints:     163140
640.19/650.86	c #Conflicts:     683000 | #Constraints:     164140
640.19/650.86	c bounds -42 >= -313 @ 633.37
652.55/663.25	c #Conflicts:     684000 | #Constraints:     165212
652.55/663.25	c #Conflicts:     685000 | #Constraints:     166212
652.55/663.25	c #Conflicts:     686000 | #Constraints:     167212
652.55/663.25	c #Conflicts:     687000 | #Constraints:     168212
652.55/663.25	c #Conflicts:     688000 | #Constraints:     169212
652.55/663.25	c #Conflicts:     689000 | #Constraints:     170212
652.55/663.25	c #Conflicts:     690000 | #Constraints:     171212
652.55/663.25	c #Conflicts:     691000 | #Constraints:     172212
652.55/663.25	c #Conflicts:     692000 | #Constraints:     173212
652.55/663.25	c #Conflicts:     693000 | #Constraints:     174212
652.55/663.25	c #Conflicts:     694000 | #Constraints:     175212
652.55/663.25	c #Conflicts:     695000 | #Constraints:     176212
652.55/663.25	c INPROCESSING
652.55/663.25	c GARBAGE COLLECT
652.55/663.25	c rational objective -313
667.32/678.08	c #Conflicts:     696000 | #Constraints:     138049
667.32/678.08	c #Conflicts:     697000 | #Constraints:     139049
667.32/678.08	c #Conflicts:     698000 | #Constraints:     140049
667.32/678.08	c #Conflicts:     699000 | #Constraints:     141049
667.32/678.08	c #Conflicts:     700000 | #Constraints:     142049
667.32/678.08	c #Conflicts:     701000 | #Constraints:     143049
667.32/678.08	c #Conflicts:     702000 | #Constraints:     144049
667.32/678.08	c #Conflicts:     703000 | #Constraints:     145049
667.32/678.08	c #Conflicts:     704000 | #Constraints:     146049
667.32/678.08	c #Conflicts:     705000 | #Constraints:     147049
667.32/678.08	c #Conflicts:     706000 | #Constraints:     148049
667.32/678.08	c #Conflicts:     707000 | #Constraints:     149049
667.32/678.08	c #Conflicts:     708000 | #Constraints:     150049
667.32/678.08	c #Conflicts:     709000 | #Constraints:     151049
667.32/678.08	c #Conflicts:     710000 | #Constraints:     152049
667.32/678.08	c #Conflicts:     711000 | #Constraints:     153049
667.32/678.08	c #Conflicts:     712000 | #Constraints:     154049
667.32/678.08	c bounds -42 >= -312 @ 660.282
671.58/682.54	c #Conflicts:     713000 | #Constraints:     155088
671.58/682.54	c #Conflicts:     714000 | #Constraints:     156088
671.58/682.54	c #Conflicts:     715000 | #Constraints:     157088
671.58/682.54	c #Conflicts:     716000 | #Constraints:     158088
671.58/682.54	c #Conflicts:     717000 | #Constraints:     159088
671.58/682.54	c INPROCESSING
671.58/682.54	c GARBAGE COLLECT
671.58/682.54	c rational objective -312
692.23/703.25	c #Conflicts:     718000 | #Constraints:     129461
692.23/703.25	c #Conflicts:     719000 | #Constraints:     130461
692.23/703.25	c #Conflicts:     720000 | #Constraints:     131461
692.23/703.25	c #Conflicts:     721000 | #Constraints:     132461
692.23/703.25	c #Conflicts:     722000 | #Constraints:     133461
692.23/703.25	c #Conflicts:     723000 | #Constraints:     134461
692.23/703.25	c #Conflicts:     724000 | #Constraints:     135461
692.23/703.25	c #Conflicts:     725000 | #Constraints:     136461
692.23/703.25	c #Conflicts:     726000 | #Constraints:     137461
692.23/703.25	c #Conflicts:     727000 | #Constraints:     138461
692.23/703.25	c #Conflicts:     728000 | #Constraints:     139461
692.23/703.25	c #Conflicts:     729000 | #Constraints:     140461
692.23/703.25	c #Conflicts:     730000 | #Constraints:     141461
692.23/703.25	c #Conflicts:     731000 | #Constraints:     142461
692.23/703.25	c #Conflicts:     732000 | #Constraints:     143461
692.23/703.25	c #Conflicts:     733000 | #Constraints:     144461
692.23/703.25	c #Conflicts:     734000 | #Constraints:     145461
692.23/703.25	c #Conflicts:     735000 | #Constraints:     146461
692.23/703.25	c #Conflicts:     736000 | #Constraints:     147461
692.23/703.25	c #Conflicts:     737000 | #Constraints:     148461
692.23/703.25	c #Conflicts:     738000 | #Constraints:     149461
692.23/703.25	c #Conflicts:     739000 | #Constraints:     150461
692.23/703.25	c #Conflicts:     740000 | #Constraints:     151461
692.23/703.25	c INPROCESSING
692.23/703.25	c GARBAGE COLLECT
692.23/703.25	c rational objective -312
693.53/704.58	c #Conflicts:     741000 | #Constraints:     125848
693.53/704.58	c #Conflicts:     742000 | #Constraints:     126848
693.53/704.58	c bounds -42 >= -311 @ 686.247
734.20/745.91	c #Conflicts:     743000 | #Constraints:     127908
734.20/745.91	c #Conflicts:     744000 | #Constraints:     128908
734.20/745.91	c #Conflicts:     745000 | #Constraints:     129908
734.20/745.91	c #Conflicts:     746000 | #Constraints:     130908
734.20/745.91	c #Conflicts:     747000 | #Constraints:     131908
734.20/745.91	c #Conflicts:     748000 | #Constraints:     132908
734.20/745.91	c #Conflicts:     749000 | #Constraints:     133908
734.20/745.91	c #Conflicts:     750000 | #Constraints:     134908
734.20/745.91	c #Conflicts:     751000 | #Constraints:     135908
734.20/745.91	c #Conflicts:     752000 | #Constraints:     136908
734.20/745.91	c #Conflicts:     753000 | #Constraints:     137908
734.20/745.91	c #Conflicts:     754000 | #Constraints:     138908
734.20/745.91	c #Conflicts:     755000 | #Constraints:     139908
734.20/745.91	c #Conflicts:     756000 | #Constraints:     140908
734.20/745.91	c #Conflicts:     757000 | #Constraints:     141908
734.20/745.91	c #Conflicts:     758000 | #Constraints:     142908
734.20/745.91	c #Conflicts:     759000 | #Constraints:     143908
734.20/745.91	c #Conflicts:     760000 | #Constraints:     144908
734.20/745.91	c #Conflicts:     761000 | #Constraints:     145908
734.20/745.91	c #Conflicts:     762000 | #Constraints:     146908
734.20/745.91	c #Conflicts:     763000 | #Constraints:     147908
734.20/745.91	c #Conflicts:     764000 | #Constraints:     148908
734.20/745.91	c #Conflicts:     765000 | #Constraints:     149908
734.20/745.91	c #Conflicts:     766000 | #Constraints:     150908
734.20/745.91	c #Conflicts:     767000 | #Constraints:     151908
734.20/745.91	c #Conflicts:     768000 | #Constraints:     152908
734.20/745.91	c #Conflicts:     769000 | #Constraints:     153908
734.20/745.91	c #Conflicts:     770000 | #Constraints:     154908
734.20/745.91	c #Conflicts:     771000 | #Constraints:     155908
734.20/745.91	c #Conflicts:     772000 | #Constraints:     156908
734.20/745.91	c #Conflicts:     773000 | #Constraints:     157908
734.20/745.91	c #Conflicts:     774000 | #Constraints:     158908
734.20/745.91	c #Conflicts:     775000 | #Constraints:     159908
734.20/745.91	c #Conflicts:     776000 | #Constraints:     160908
734.20/745.91	c #Conflicts:     777000 | #Constraints:     161908
734.20/745.91	c #Conflicts:     778000 | #Constraints:     162908
734.20/745.91	c #Conflicts:     779000 | #Constraints:     163908
734.20/745.91	c #Conflicts:     780000 | #Constraints:     164908
734.20/745.91	c #Conflicts:     781000 | #Constraints:     165908
734.20/745.91	c #Conflicts:     782000 | #Constraints:     166908
734.20/745.91	c #Conflicts:     783000 | #Constraints:     167908
734.20/745.91	c #Conflicts:     784000 | #Constraints:     168908
734.20/745.91	c bounds -42 >= -310 @ 726.446
750.56/762.34	c #Conflicts:     785000 | #Constraints:     169959
750.56/762.34	c #Conflicts:     786000 | #Constraints:     170959
750.56/762.34	c #Conflicts:     787000 | #Constraints:     171959
750.56/762.34	c #Conflicts:     788000 | #Constraints:     172959
750.56/762.34	c #Conflicts:     789000 | #Constraints:     173959
750.56/762.34	c #Conflicts:     790000 | #Constraints:     174959
750.56/762.34	c #Conflicts:     791000 | #Constraints:     175959
750.56/762.34	c #Conflicts:     792000 | #Constraints:     176959
750.56/762.34	c #Conflicts:     793000 | #Constraints:     177959
750.56/762.34	c #Conflicts:     794000 | #Constraints:     178959
750.56/762.34	c #Conflicts:     795000 | #Constraints:     179959
750.56/762.34	c #Conflicts:     796000 | #Constraints:     180959
750.56/762.34	c #Conflicts:     797000 | #Constraints:     181959
750.56/762.34	c #Conflicts:     798000 | #Constraints:     182959
750.56/762.34	c #Conflicts:     799000 | #Constraints:     183959
750.56/762.34	c INPROCESSING
750.56/762.34	c GARBAGE COLLECT
750.56/762.34	c rational objective -310
764.84/776.96	c #Conflicts:     800000 | #Constraints:     141766
764.84/776.96	c #Conflicts:     801000 | #Constraints:     142766
764.84/776.96	c #Conflicts:     802000 | #Constraints:     143766
764.84/776.96	c #Conflicts:     803000 | #Constraints:     144766
764.84/776.96	c #Conflicts:     804000 | #Constraints:     145766
764.84/776.96	c #Conflicts:     805000 | #Constraints:     146766
764.84/776.96	c #Conflicts:     806000 | #Constraints:     147766
764.84/776.96	c #Conflicts:     807000 | #Constraints:     148766
764.84/776.96	c #Conflicts:     808000 | #Constraints:     149766
764.84/776.96	c #Conflicts:     809000 | #Constraints:     150766
764.84/776.96	c #Conflicts:     810000 | #Constraints:     151766
764.84/776.96	c #Conflicts:     811000 | #Constraints:     152766
764.84/776.96	c #Conflicts:     812000 | #Constraints:     153766
764.84/776.96	c #Conflicts:     813000 | #Constraints:     154766
764.84/776.96	c #Conflicts:     814000 | #Constraints:     155766
764.84/776.96	c bounds -42 >= -309 @ 756.858
773.32/785.44	c #Conflicts:     815000 | #Constraints:     156793
773.32/785.44	c #Conflicts:     816000 | #Constraints:     157793
773.32/785.44	c #Conflicts:     817000 | #Constraints:     158793
773.32/785.44	c #Conflicts:     818000 | #Constraints:     159793
773.32/785.44	c #Conflicts:     819000 | #Constraints:     160793
773.32/785.44	c #Conflicts:     820000 | #Constraints:     161793
773.32/785.44	c #Conflicts:     821000 | #Constraints:     162793
773.32/785.44	c #Conflicts:     822000 | #Constraints:     163793
773.32/785.44	c #Conflicts:     823000 | #Constraints:     164793
773.32/785.44	c INPROCESSING
773.32/785.44	c GARBAGE COLLECT
773.32/785.44	c rational objective -309
794.80/807.58	c #Conflicts:     824000 | #Constraints:     132476
794.80/807.58	c #Conflicts:     825000 | #Constraints:     133476
794.80/807.58	c #Conflicts:     826000 | #Constraints:     134476
794.80/807.58	c #Conflicts:     827000 | #Constraints:     135476
794.80/807.58	c #Conflicts:     828000 | #Constraints:     136476
794.80/807.58	c #Conflicts:     829000 | #Constraints:     137476
794.80/807.58	c #Conflicts:     830000 | #Constraints:     138476
794.80/807.58	c #Conflicts:     831000 | #Constraints:     139476
794.80/807.58	c #Conflicts:     832000 | #Constraints:     140476
794.80/807.58	c #Conflicts:     833000 | #Constraints:     141476
794.80/807.58	c #Conflicts:     834000 | #Constraints:     142476
794.80/807.58	c #Conflicts:     835000 | #Constraints:     143476
794.80/807.58	c #Conflicts:     836000 | #Constraints:     144476
794.80/807.58	c #Conflicts:     837000 | #Constraints:     145476
794.80/807.58	c #Conflicts:     838000 | #Constraints:     146476
794.80/807.58	c #Conflicts:     839000 | #Constraints:     147476
794.80/807.58	c #Conflicts:     840000 | #Constraints:     148476
794.80/807.58	c #Conflicts:     841000 | #Constraints:     149476
794.80/807.58	c #Conflicts:     842000 | #Constraints:     150476
794.80/807.58	c #Conflicts:     843000 | #Constraints:     151476
794.80/807.58	c #Conflicts:     844000 | #Constraints:     152476
794.80/807.58	c #Conflicts:     845000 | #Constraints:     153476
794.80/807.58	c #Conflicts:     846000 | #Constraints:     154476
794.80/807.58	c #Conflicts:     847000 | #Constraints:     155476
794.80/807.58	c INPROCESSING
794.80/807.58	c GARBAGE COLLECT
794.80/807.58	c rational objective -309
817.34/830.15	c #Conflicts:     848000 | #Constraints:     127946
817.34/830.15	c #Conflicts:     849000 | #Constraints:     128946
817.34/830.15	c #Conflicts:     850000 | #Constraints:     129946
817.34/830.15	c #Conflicts:     851000 | #Constraints:     130946
817.34/830.15	c #Conflicts:     852000 | #Constraints:     131946
817.34/830.15	c #Conflicts:     853000 | #Constraints:     132946
817.34/830.15	c #Conflicts:     854000 | #Constraints:     133946
817.34/830.15	c #Conflicts:     855000 | #Constraints:     134946
817.34/830.15	c #Conflicts:     856000 | #Constraints:     135946
817.34/830.15	c #Conflicts:     857000 | #Constraints:     136946
817.34/830.15	c #Conflicts:     858000 | #Constraints:     137946
817.34/830.15	c #Conflicts:     859000 | #Constraints:     138946
817.34/830.15	c #Conflicts:     860000 | #Constraints:     139946
817.34/830.15	c #Conflicts:     861000 | #Constraints:     140946
817.34/830.15	c #Conflicts:     862000 | #Constraints:     141946
817.34/830.15	c #Conflicts:     863000 | #Constraints:     142946
817.34/830.15	c #Conflicts:     864000 | #Constraints:     143946
817.34/830.15	c #Conflicts:     865000 | #Constraints:     144946
817.34/830.15	c #Conflicts:     866000 | #Constraints:     145946
817.34/830.15	c #Conflicts:     867000 | #Constraints:     146946
817.34/830.15	c #Conflicts:     868000 | #Constraints:     147946
817.34/830.15	c #Conflicts:     869000 | #Constraints:     148946
817.34/830.15	c #Conflicts:     870000 | #Constraints:     149946
817.34/830.15	c #Conflicts:     871000 | #Constraints:     150946
817.34/830.15	c #Conflicts:     872000 | #Constraints:     151946
817.34/830.15	c bounds -42 >= -308 @ 808.873
833.78/847.17	c #Conflicts:     873000 | #Constraints:     153018
833.78/847.17	c #Conflicts:     874000 | #Constraints:     154018
833.78/847.17	c #Conflicts:     875000 | #Constraints:     155018
833.78/847.17	c #Conflicts:     876000 | #Constraints:     156018
833.78/847.17	c #Conflicts:     877000 | #Constraints:     157018
833.78/847.17	c #Conflicts:     878000 | #Constraints:     158018
833.78/847.17	c #Conflicts:     879000 | #Constraints:     159018
833.78/847.17	c #Conflicts:     880000 | #Constraints:     160018
833.78/847.17	c #Conflicts:     881000 | #Constraints:     161018
833.78/847.17	c #Conflicts:     882000 | #Constraints:     162018
833.78/847.17	c #Conflicts:     883000 | #Constraints:     163018
833.78/847.17	c #Conflicts:     884000 | #Constraints:     164018
833.78/847.17	c bounds -42 >= -307 @ 825.202
871.52/885.17	c #Conflicts:     885000 | #Constraints:     165036
871.52/885.17	c #Conflicts:     886000 | #Constraints:     166036
871.52/885.17	c #Conflicts:     887000 | #Constraints:     167075
871.52/885.17	c #Conflicts:     888000 | #Constraints:     168118
871.52/885.17	c #Conflicts:     889000 | #Constraints:     169161
871.52/885.17	c #Conflicts:     890000 | #Constraints:     170200
871.52/885.17	c #Conflicts:     891000 | #Constraints:     171249
871.52/885.17	c #Conflicts:     892000 | #Constraints:     172281
871.52/885.17	c #Conflicts:     893000 | #Constraints:     173319
871.52/885.17	c #Conflicts:     894000 | #Constraints:     174357
871.52/885.17	c #Conflicts:     895000 | #Constraints:     175395
871.52/885.17	c #Conflicts:     896000 | #Constraints:     176439
871.52/885.17	c #Conflicts:     897000 | #Constraints:     177496
871.52/885.17	c #Conflicts:     898000 | #Constraints:     178560
871.52/885.17	c #Conflicts:     899000 | #Constraints:     179614
871.52/885.17	c #Conflicts:     900000 | #Constraints:     180652
871.52/885.17	c #Conflicts:     901000 | #Constraints:     181689
871.52/885.17	c #Conflicts:     902000 | #Constraints:     182730
871.52/885.17	c #Conflicts:     903000 | #Constraints:     183782
871.52/885.17	c #Conflicts:     904000 | #Constraints:     184821
871.52/885.17	c #Conflicts:     905000 | #Constraints:     185862
871.52/885.17	c #Conflicts:     906000 | #Constraints:     186913
871.52/885.17	c #Conflicts:     907000 | #Constraints:     187971
871.52/885.17	c #Conflicts:     908000 | #Constraints:     189001
871.52/885.17	c #Conflicts:     909000 | #Constraints:     190037
871.52/885.17	c #Conflicts:     910000 | #Constraints:     191067
871.52/885.17	c INPROCESSING
871.52/885.17	c GARBAGE COLLECT
871.52/885.17	c rational objective -307
885.63/899.32	c #Conflicts:     911000 | #Constraints:     145299
885.63/899.32	c #Conflicts:     912000 | #Constraints:     146299
885.63/899.32	c #Conflicts:     913000 | #Constraints:     147299
885.63/899.32	c #Conflicts:     914000 | #Constraints:     148299
885.63/899.32	c #Conflicts:     915000 | #Constraints:     149299
885.63/899.32	c #Conflicts:     916000 | #Constraints:     150299
885.63/899.32	c #Conflicts:     917000 | #Constraints:     151299
885.63/899.32	c #Conflicts:     918000 | #Constraints:     152299
885.63/899.32	c #Conflicts:     919000 | #Constraints:     153299
885.63/899.32	c #Conflicts:     920000 | #Constraints:     154299
885.63/899.32	c #Conflicts:     921000 | #Constraints:     155299
885.63/899.32	c #Conflicts:     922000 | #Constraints:     156299
885.63/899.32	c #Conflicts:     923000 | #Constraints:     157299
885.63/899.32	c #Conflicts:     924000 | #Constraints:     158299
885.63/899.32	c bounds -42 >= -306 @ 876.646
899.30/913.10	c #Conflicts:     925000 | #Constraints:     159320
899.30/913.10	c #Conflicts:     926000 | #Constraints:     160320
899.30/913.10	c #Conflicts:     927000 | #Constraints:     161320
899.30/913.10	c #Conflicts:     928000 | #Constraints:     162320
899.30/913.10	c #Conflicts:     929000 | #Constraints:     163320
899.30/913.10	c #Conflicts:     930000 | #Constraints:     164320
899.30/913.10	c #Conflicts:     931000 | #Constraints:     165320
899.30/913.10	c #Conflicts:     932000 | #Constraints:     166320
899.30/913.10	c #Conflicts:     933000 | #Constraints:     167320
899.30/913.10	c #Conflicts:     934000 | #Constraints:     168320
899.30/913.10	c #Conflicts:     935000 | #Constraints:     169320
899.30/913.10	c #Conflicts:     936000 | #Constraints:     170320
899.30/913.10	c INPROCESSING
899.30/913.10	c GARBAGE COLLECT
899.30/913.10	c rational objective -306
903.99/917.73	c #Conflicts:     937000 | #Constraints:     135476
903.99/917.73	c #Conflicts:     938000 | #Constraints:     136476
903.99/917.73	c #Conflicts:     939000 | #Constraints:     137476
903.99/917.73	c #Conflicts:     940000 | #Constraints:     138476
903.99/917.73	c #Conflicts:     941000 | #Constraints:     139476
903.99/917.73	c bounds -42 >= -305 @ 894.863
923.84/938.19	c #Conflicts:     942000 | #Constraints:     140521
923.84/938.19	c #Conflicts:     943000 | #Constraints:     141521
923.84/938.19	c #Conflicts:     944000 | #Constraints:     142521
923.84/938.19	c #Conflicts:     945000 | #Constraints:     143521
923.84/938.19	c #Conflicts:     946000 | #Constraints:     144521
923.84/938.19	c #Conflicts:     947000 | #Constraints:     145521
923.84/938.19	c #Conflicts:     948000 | #Constraints:     146521
923.84/938.19	c #Conflicts:     949000 | #Constraints:     147521
923.84/938.19	c #Conflicts:     950000 | #Constraints:     148521
923.84/938.19	c #Conflicts:     951000 | #Constraints:     149521
923.84/938.19	c #Conflicts:     952000 | #Constraints:     150521
923.84/938.19	c #Conflicts:     953000 | #Constraints:     151521
923.84/938.19	c #Conflicts:     954000 | #Constraints:     152521
923.84/938.19	c #Conflicts:     955000 | #Constraints:     153521
923.84/938.19	c #Conflicts:     956000 | #Constraints:     154521
923.84/938.19	c #Conflicts:     957000 | #Constraints:     155521
923.84/938.19	c #Conflicts:     958000 | #Constraints:     156521
923.84/938.19	c #Conflicts:     959000 | #Constraints:     157521
923.84/938.19	c #Conflicts:     960000 | #Constraints:     158521
923.84/938.19	c #Conflicts:     961000 | #Constraints:     159521
923.84/938.19	c bounds -42 >= -304 @ 914.594
924.34/938.60	c INPROCESSING
924.34/938.60	c GARBAGE COLLECT
924.34/938.60	c rational objective -304
960.91/975.67	c #Conflicts:     962000 | #Constraints:     129857
960.91/975.67	c #Conflicts:     963000 | #Constraints:     130857
960.91/975.67	c #Conflicts:     964000 | #Constraints:     131857
960.91/975.67	c #Conflicts:     965000 | #Constraints:     132857
960.91/975.67	c #Conflicts:     966000 | #Constraints:     133857
960.91/975.67	c #Conflicts:     967000 | #Constraints:     134857
960.91/975.67	c #Conflicts:     968000 | #Constraints:     135857
960.91/975.67	c #Conflicts:     969000 | #Constraints:     136857
960.91/975.67	c #Conflicts:     970000 | #Constraints:     137857
960.91/975.67	c #Conflicts:     971000 | #Constraints:     138857
960.91/975.67	c #Conflicts:     972000 | #Constraints:     139857
960.91/975.67	c #Conflicts:     973000 | #Constraints:     140857
960.91/975.67	c #Conflicts:     974000 | #Constraints:     141857
960.91/975.67	c #Conflicts:     975000 | #Constraints:     142857
960.91/975.67	c #Conflicts:     976000 | #Constraints:     143857
960.91/975.67	c #Conflicts:     977000 | #Constraints:     144857
960.91/975.67	c #Conflicts:     978000 | #Constraints:     145857
960.91/975.67	c #Conflicts:     979000 | #Constraints:     146857
960.91/975.67	c #Conflicts:     980000 | #Constraints:     147857
960.91/975.67	c #Conflicts:     981000 | #Constraints:     148857
960.91/975.67	c #Conflicts:     982000 | #Constraints:     149857
960.91/975.67	c #Conflicts:     983000 | #Constraints:     150857
960.91/975.67	c #Conflicts:     984000 | #Constraints:     151857
960.91/975.67	c #Conflicts:     985000 | #Constraints:     152857
960.91/975.67	c #Conflicts:     986000 | #Constraints:     153857
960.91/975.67	c #Conflicts:     987000 | #Constraints:     154857
960.91/975.67	c #Conflicts:     988000 | #Constraints:     155857
960.91/975.67	c #Conflicts:     989000 | #Constraints:     156857
960.91/975.67	c #Conflicts:     990000 | #Constraints:     157857
960.91/975.67	c #Conflicts:     991000 | #Constraints:     158857
960.91/975.67	c #Conflicts:     992000 | #Constraints:     159857
960.91/975.67	c #Conflicts:     993000 | #Constraints:     160857
960.91/975.67	c #Conflicts:     994000 | #Constraints:     161857
960.91/975.67	c #Conflicts:     995000 | #Constraints:     162857
960.91/975.67	c #Conflicts:     996000 | #Constraints:     163857
960.91/975.67	c bounds -42 >= -303 @ 951.32
988.12/1003.20	c #Conflicts:     997000 | #Constraints:     164935
988.12/1003.20	c #Conflicts:     998000 | #Constraints:     165935
988.12/1003.20	c #Conflicts:     999000 | #Constraints:     166935
988.12/1003.20	c #Conflicts:    1000000 | #Constraints:     167935
988.12/1003.20	c #Conflicts:    1001000 | #Constraints:     168935
988.12/1003.20	c #Conflicts:    1002000 | #Constraints:     169935
988.12/1003.20	c #Conflicts:    1003000 | #Constraints:     170935
988.12/1003.20	c #Conflicts:    1004000 | #Constraints:     171935
988.12/1003.20	c #Conflicts:    1005000 | #Constraints:     172935
988.12/1003.20	c #Conflicts:    1006000 | #Constraints:     173935
988.12/1003.20	c #Conflicts:    1007000 | #Constraints:     174935
988.12/1003.20	c #Conflicts:    1008000 | #Constraints:     175935
988.12/1003.20	c #Conflicts:    1009000 | #Constraints:     176935
988.12/1003.20	c #Conflicts:    1010000 | #Constraints:     177935
988.12/1003.20	c #Conflicts:    1011000 | #Constraints:     178935
988.12/1003.20	c #Conflicts:    1012000 | #Constraints:     179935
988.12/1003.20	c #Conflicts:    1013000 | #Constraints:     180935
988.12/1003.20	c #Conflicts:    1014000 | #Constraints:     181935
988.12/1003.20	c #Conflicts:    1015000 | #Constraints:     182935
988.12/1003.20	c #Conflicts:    1016000 | #Constraints:     183935
988.12/1003.20	c #Conflicts:    1017000 | #Constraints:     184935
988.12/1003.20	c bounds -42 >= -302 @ 978.276
1004.35/1019.94	c #Conflicts:    1018000 | #Constraints:     185950
1004.35/1019.94	c #Conflicts:    1019000 | #Constraints:     186950
1004.35/1019.94	c #Conflicts:    1020000 | #Constraints:     187950
1004.35/1019.94	c #Conflicts:    1021000 | #Constraints:     188950
1004.35/1019.94	c #Conflicts:    1022000 | #Constraints:     189950
1004.35/1019.94	c #Conflicts:    1023000 | #Constraints:     190950
1004.35/1019.94	c #Conflicts:    1024000 | #Constraints:     191950
1004.35/1019.94	c #Conflicts:    1025000 | #Constraints:     192950
1004.35/1019.94	c #Conflicts:    1026000 | #Constraints:     193950
1004.35/1019.94	c #Conflicts:    1027000 | #Constraints:     194950
1004.35/1019.94	c #Conflicts:    1028000 | #Constraints:     195950
1004.35/1019.94	c #Conflicts:    1029000 | #Constraints:     196950
1004.35/1019.94	c INPROCESSING
1004.35/1019.94	c GARBAGE COLLECT
1004.35/1019.94	c rational objective -302
1036.01/1052.06	c #Conflicts:    1030000 | #Constraints:     148665
1036.01/1052.06	c #Conflicts:    1031000 | #Constraints:     149665
1036.01/1052.06	c #Conflicts:    1032000 | #Constraints:     150665
1036.01/1052.06	c #Conflicts:    1033000 | #Constraints:     151665
1036.01/1052.06	c #Conflicts:    1034000 | #Constraints:     152665
1036.01/1052.06	c #Conflicts:    1035000 | #Constraints:     153665
1036.01/1052.06	c #Conflicts:    1036000 | #Constraints:     154665
1036.01/1052.06	c #Conflicts:    1037000 | #Constraints:     155665
1036.01/1052.06	c #Conflicts:    1038000 | #Constraints:     156665
1036.01/1052.06	c #Conflicts:    1039000 | #Constraints:     157665
1036.01/1052.06	c #Conflicts:    1040000 | #Constraints:     158665
1036.01/1052.06	c #Conflicts:    1041000 | #Constraints:     159665
1036.01/1052.06	c #Conflicts:    1042000 | #Constraints:     160665
1036.01/1052.06	c #Conflicts:    1043000 | #Constraints:     161665
1036.01/1052.06	c #Conflicts:    1044000 | #Constraints:     162665
1036.01/1052.06	c #Conflicts:    1045000 | #Constraints:     163665
1036.01/1052.06	c #Conflicts:    1046000 | #Constraints:     164665
1036.01/1052.06	c #Conflicts:    1047000 | #Constraints:     165665
1036.01/1052.06	c #Conflicts:    1048000 | #Constraints:     166665
1036.01/1052.06	c #Conflicts:    1049000 | #Constraints:     167665
1036.01/1052.06	c #Conflicts:    1050000 | #Constraints:     168665
1036.01/1052.06	c #Conflicts:    1051000 | #Constraints:     169665
1036.01/1052.06	c #Conflicts:    1052000 | #Constraints:     170665
1036.01/1052.06	c #Conflicts:    1053000 | #Constraints:     171665
1036.01/1052.06	c #Conflicts:    1054000 | #Constraints:     172665
1036.01/1052.06	c #Conflicts:    1055000 | #Constraints:     173665
1036.01/1052.06	c #Conflicts:    1056000 | #Constraints:     174665
1036.01/1052.06	c INPROCESSING
1036.01/1052.06	c GARBAGE COLLECT
1036.01/1052.06	c rational objective -302
1070.08/1086.21	c #Conflicts:    1057000 | #Constraints:     137708
1070.08/1086.21	c #Conflicts:    1058000 | #Constraints:     138753
1070.08/1086.21	c #Conflicts:    1059000 | #Constraints:     139808
1070.08/1086.21	c #Conflicts:    1060000 | #Constraints:     140843
1070.08/1086.21	c #Conflicts:    1061000 | #Constraints:     141876
1070.08/1086.21	c #Conflicts:    1062000 | #Constraints:     142905
1070.08/1086.21	c #Conflicts:    1063000 | #Constraints:     143948
1070.08/1086.21	c #Conflicts:    1064000 | #Constraints:     144991
1070.08/1086.21	c #Conflicts:    1065000 | #Constraints:     146027
1070.08/1086.21	c #Conflicts:    1066000 | #Constraints:     147067
1070.08/1086.21	c #Conflicts:    1067000 | #Constraints:     148102
1070.08/1086.21	c #Conflicts:    1068000 | #Constraints:     149139
1070.08/1086.21	c #Conflicts:    1069000 | #Constraints:     150187
1070.08/1086.21	c #Conflicts:    1070000 | #Constraints:     151233
1070.08/1086.21	c #Conflicts:    1071000 | #Constraints:     152269
1070.08/1086.21	c #Conflicts:    1072000 | #Constraints:     153324
1070.08/1086.21	c #Conflicts:    1073000 | #Constraints:     154371
1070.08/1086.21	c #Conflicts:    1074000 | #Constraints:     155418
1070.08/1086.21	c #Conflicts:    1075000 | #Constraints:     156453
1070.08/1086.21	c #Conflicts:    1076000 | #Constraints:     157492
1070.08/1086.21	c #Conflicts:    1077000 | #Constraints:     158534
1070.08/1086.21	c #Conflicts:    1078000 | #Constraints:     159575
1070.08/1086.21	c #Conflicts:    1079000 | #Constraints:     160608
1070.08/1086.21	c #Conflicts:    1080000 | #Constraints:     161643
1070.08/1086.21	c #Conflicts:    1081000 | #Constraints:     162680
1070.08/1086.21	c #Conflicts:    1082000 | #Constraints:     163720
1070.08/1086.21	c INPROCESSING
1070.08/1086.21	c GARBAGE COLLECT
1070.08/1086.21	c rational objective -302
1091.63/1107.82	c #Conflicts:    1083000 | #Constraints:     131754
1091.63/1107.82	c #Conflicts:    1084000 | #Constraints:     132754
1091.63/1107.82	c #Conflicts:    1085000 | #Constraints:     133754
1091.63/1107.82	c #Conflicts:    1086000 | #Constraints:     134754
1091.63/1107.82	c #Conflicts:    1087000 | #Constraints:     135754
1091.63/1107.82	c #Conflicts:    1088000 | #Constraints:     136754
1091.63/1107.82	c #Conflicts:    1089000 | #Constraints:     137754
1091.63/1107.82	c #Conflicts:    1090000 | #Constraints:     138754
1091.63/1107.82	c #Conflicts:    1091000 | #Constraints:     139754
1091.63/1107.82	c #Conflicts:    1092000 | #Constraints:     140754
1091.63/1107.82	c #Conflicts:    1093000 | #Constraints:     141754
1091.63/1107.82	c #Conflicts:    1094000 | #Constraints:     142754
1091.63/1107.82	c #Conflicts:    1095000 | #Constraints:     143754
1091.63/1107.82	c #Conflicts:    1096000 | #Constraints:     144754
1091.63/1107.82	c #Conflicts:    1097000 | #Constraints:     145754
1091.63/1107.82	c #Conflicts:    1098000 | #Constraints:     146754
1091.63/1107.82	c #Conflicts:    1099000 | #Constraints:     147754
1091.63/1107.82	c #Conflicts:    1100000 | #Constraints:     148754
1091.63/1107.82	c #Conflicts:    1101000 | #Constraints:     149754
1091.63/1107.82	c #Conflicts:    1102000 | #Constraints:     150754
1091.63/1107.82	c #Conflicts:    1103000 | #Constraints:     151754
1091.63/1107.82	c #Conflicts:    1104000 | #Constraints:     152754
1091.63/1107.82	c #Conflicts:    1105000 | #Constraints:     153754
1091.63/1107.82	c #Conflicts:    1106000 | #Constraints:     154754
1091.63/1107.82	c #Conflicts:    1107000 | #Constraints:     155754
1091.63/1107.82	c bounds -42 >= -301 @ 1081.02
1117.59/1135.17	c #Conflicts:    1108000 | #Constraints:     156808
1117.59/1135.17	c #Conflicts:    1109000 | #Constraints:     157808
1117.59/1135.17	c #Conflicts:    1110000 | #Constraints:     158808
1117.59/1135.17	c #Conflicts:    1111000 | #Constraints:     159808
1117.59/1135.17	c #Conflicts:    1112000 | #Constraints:     160808
1117.59/1135.17	c #Conflicts:    1113000 | #Constraints:     161808
1117.59/1135.17	c #Conflicts:    1114000 | #Constraints:     162808
1117.59/1135.17	c #Conflicts:    1115000 | #Constraints:     163808
1117.59/1135.17	c #Conflicts:    1116000 | #Constraints:     164808
1117.59/1135.17	c #Conflicts:    1117000 | #Constraints:     165808
1117.59/1135.17	c #Conflicts:    1118000 | #Constraints:     166808
1117.59/1135.17	c #Conflicts:    1119000 | #Constraints:     167808
1117.59/1135.17	c #Conflicts:    1120000 | #Constraints:     168808
1117.59/1135.17	c #Conflicts:    1121000 | #Constraints:     169808
1117.59/1135.17	c #Conflicts:    1122000 | #Constraints:     170808
1117.59/1135.17	c #Conflicts:    1123000 | #Constraints:     171808
1117.59/1135.17	c #Conflicts:    1124000 | #Constraints:     172808
1117.59/1135.17	c #Conflicts:    1125000 | #Constraints:     173808
1117.59/1135.17	c #Conflicts:    1126000 | #Constraints:     174808
1117.59/1135.17	c #Conflicts:    1127000 | #Constraints:     175808
1117.59/1135.17	c #Conflicts:    1128000 | #Constraints:     176808
1117.59/1135.17	c #Conflicts:    1129000 | #Constraints:     177808
1117.59/1135.17	c #Conflicts:    1130000 | #Constraints:     178808
1117.59/1135.17	c bounds -42 >= -300 @ 1106.81
1138.53/1156.16	c #Conflicts:    1131000 | #Constraints:     179829
1138.53/1156.16	c #Conflicts:    1132000 | #Constraints:     180829
1138.53/1156.16	c #Conflicts:    1133000 | #Constraints:     181829
1138.53/1156.16	c #Conflicts:    1134000 | #Constraints:     182829
1138.53/1156.16	c #Conflicts:    1135000 | #Constraints:     183829
1138.53/1156.16	c #Conflicts:    1136000 | #Constraints:     184829
1138.53/1156.16	c #Conflicts:    1137000 | #Constraints:     185829
1138.53/1156.16	c #Conflicts:    1138000 | #Constraints:     186829
1138.53/1156.16	c #Conflicts:    1139000 | #Constraints:     187829
1138.53/1156.16	c #Conflicts:    1140000 | #Constraints:     188829
1138.53/1156.16	c #Conflicts:    1141000 | #Constraints:     189829
1138.53/1156.16	c #Conflicts:    1142000 | #Constraints:     190829
1138.53/1156.16	c #Conflicts:    1143000 | #Constraints:     191829
1138.53/1156.16	c #Conflicts:    1144000 | #Constraints:     192829
1138.53/1156.16	c #Conflicts:    1145000 | #Constraints:     193829
1138.53/1156.16	c #Conflicts:    1146000 | #Constraints:     194829
1138.53/1156.16	c bounds -42 >= -299 @ 1127.57
1150.18/1168.34	c #Conflicts:    1147000 | #Constraints:     195853
1150.18/1168.34	c #Conflicts:    1148000 | #Constraints:     196853
1150.18/1168.34	c #Conflicts:    1149000 | #Constraints:     197853
1150.18/1168.34	c #Conflicts:    1150000 | #Constraints:     198853
1150.18/1168.34	c #Conflicts:    1151000 | #Constraints:     199853
1150.18/1168.34	c #Conflicts:    1152000 | #Constraints:     200853
1150.18/1168.34	c #Conflicts:    1153000 | #Constraints:     201853
1150.18/1168.34	c #Conflicts:    1154000 | #Constraints:     202853
1150.18/1168.34	c #Conflicts:    1155000 | #Constraints:     203853
1150.18/1168.34	c INPROCESSING
1150.18/1168.34	c GARBAGE COLLECT
1150.18/1168.34	c rational objective -299
1210.20/1228.50	c #Conflicts:    1156000 | #Constraints:     151693
1210.20/1228.50	c #Conflicts:    1157000 | #Constraints:     152694
1210.20/1228.50	c #Conflicts:    1158000 | #Constraints:     153720
1210.20/1228.50	c #Conflicts:    1159000 | #Constraints:     154779
1210.20/1228.50	c #Conflicts:    1160000 | #Constraints:     155825
1210.20/1228.50	c #Conflicts:    1161000 | #Constraints:     156870
1210.20/1228.50	c #Conflicts:    1162000 | #Constraints:     157922
1210.20/1228.50	c #Conflicts:    1163000 | #Constraints:     158978
1210.20/1228.50	c #Conflicts:    1164000 | #Constraints:     160029
1210.20/1228.50	c #Conflicts:    1165000 | #Constraints:     161067
1210.20/1228.50	c #Conflicts:    1166000 | #Constraints:     162114
1210.20/1228.50	c #Conflicts:    1167000 | #Constraints:     163172
1210.20/1228.50	c #Conflicts:    1168000 | #Constraints:     164213
1210.20/1228.50	c #Conflicts:    1169000 | #Constraints:     165240
1210.20/1228.50	c #Conflicts:    1170000 | #Constraints:     166263
1210.20/1228.50	c #Conflicts:    1171000 | #Constraints:     167302
1210.20/1228.50	c #Conflicts:    1172000 | #Constraints:     168341
1210.20/1228.50	c #Conflicts:    1173000 | #Constraints:     169376
1210.20/1228.50	c #Conflicts:    1174000 | #Constraints:     170412
1210.20/1228.50	c #Conflicts:    1175000 | #Constraints:     171453
1210.20/1228.50	c #Conflicts:    1176000 | #Constraints:     172501
1210.20/1228.50	c #Conflicts:    1177000 | #Constraints:     173546
1210.20/1228.50	c #Conflicts:    1178000 | #Constraints:     174584
1210.20/1228.50	c #Conflicts:    1179000 | #Constraints:     175622
1210.20/1228.50	c #Conflicts:    1180000 | #Constraints:     176671
1210.20/1228.50	c #Conflicts:    1181000 | #Constraints:     177707
1210.20/1228.50	c #Conflicts:    1182000 | #Constraints:     178740
1210.20/1228.50	c #Conflicts:    1183000 | #Constraints:     179781
1210.20/1228.50	c INPROCESSING
1210.20/1228.50	c GARBAGE COLLECT
1210.20/1228.50	c rational objective -299
1230.76/1249.16	c #Conflicts:    1184000 | #Constraints:     140159
1230.76/1249.16	c #Conflicts:    1185000 | #Constraints:     141159
1230.76/1249.16	c #Conflicts:    1186000 | #Constraints:     142159
1230.76/1249.16	c #Conflicts:    1187000 | #Constraints:     143159
1230.76/1249.16	c #Conflicts:    1188000 | #Constraints:     144159
1230.76/1249.16	c #Conflicts:    1189000 | #Constraints:     145159
1230.76/1249.16	c #Conflicts:    1190000 | #Constraints:     146159
1230.76/1249.16	c #Conflicts:    1191000 | #Constraints:     147159
1230.76/1249.16	c #Conflicts:    1192000 | #Constraints:     148159
1230.76/1249.16	c #Conflicts:    1193000 | #Constraints:     149159
1230.76/1249.16	c #Conflicts:    1194000 | #Constraints:     150159
1230.76/1249.16	c #Conflicts:    1195000 | #Constraints:     151159
1230.76/1249.16	c #Conflicts:    1196000 | #Constraints:     152159
1230.76/1249.16	c #Conflicts:    1197000 | #Constraints:     153159
1230.76/1249.16	c #Conflicts:    1198000 | #Constraints:     154159
1230.76/1249.16	c #Conflicts:    1199000 | #Constraints:     155159
1230.76/1249.16	c #Conflicts:    1200000 | #Constraints:     156159
1230.76/1249.16	c #Conflicts:    1201000 | #Constraints:     157159
1230.76/1249.16	c #Conflicts:    1202000 | #Constraints:     158159
1230.76/1249.16	c #Conflicts:    1203000 | #Constraints:     159159
1230.76/1249.16	c #Conflicts:    1204000 | #Constraints:     160159
1230.76/1249.16	c bounds -42 >= -298 @ 1219.26
1236.68/1255.41	c #Conflicts:    1205000 | #Constraints:     161186
1236.68/1255.41	c #Conflicts:    1206000 | #Constraints:     162186
1236.68/1255.41	c #Conflicts:    1207000 | #Constraints:     163186
1236.68/1255.41	c #Conflicts:    1208000 | #Constraints:     164186
1236.68/1255.41	c #Conflicts:    1209000 | #Constraints:     165186
1236.68/1255.41	c #Conflicts:    1210000 | #Constraints:     166186
1236.68/1255.41	c #Conflicts:    1211000 | #Constraints:     167186
1236.68/1255.41	c INPROCESSING
1236.68/1255.41	c GARBAGE COLLECT
1236.68/1255.41	c rational objective -298
1268.94/1287.99	c #Conflicts:    1212000 | #Constraints:     133550
1268.94/1287.99	c #Conflicts:    1213000 | #Constraints:     134550
1268.94/1287.99	c #Conflicts:    1214000 | #Constraints:     135550
1268.94/1287.99	c #Conflicts:    1215000 | #Constraints:     136550
1268.94/1287.99	c #Conflicts:    1216000 | #Constraints:     137550
1268.94/1287.99	c #Conflicts:    1217000 | #Constraints:     138550
1268.94/1287.99	c #Conflicts:    1218000 | #Constraints:     139550
1268.94/1287.99	c #Conflicts:    1219000 | #Constraints:     140550
1268.94/1287.99	c #Conflicts:    1220000 | #Constraints:     141550
1268.94/1287.99	c #Conflicts:    1221000 | #Constraints:     142550
1268.94/1287.99	c #Conflicts:    1222000 | #Constraints:     143550
1268.94/1287.99	c #Conflicts:    1223000 | #Constraints:     144550
1268.94/1287.99	c #Conflicts:    1224000 | #Constraints:     145550
1268.94/1287.99	c #Conflicts:    1225000 | #Constraints:     146550
1268.94/1287.99	c #Conflicts:    1226000 | #Constraints:     147550
1268.94/1287.99	c #Conflicts:    1227000 | #Constraints:     148550
1268.94/1287.99	c #Conflicts:    1228000 | #Constraints:     149550
1268.94/1287.99	c #Conflicts:    1229000 | #Constraints:     150550
1268.94/1287.99	c #Conflicts:    1230000 | #Constraints:     151550
1268.94/1287.99	c #Conflicts:    1231000 | #Constraints:     152550
1268.94/1287.99	c #Conflicts:    1232000 | #Constraints:     153550
1268.94/1287.99	c #Conflicts:    1233000 | #Constraints:     154550
1268.94/1287.99	c #Conflicts:    1234000 | #Constraints:     155550
1268.94/1287.99	c #Conflicts:    1235000 | #Constraints:     156550
1268.94/1287.99	c #Conflicts:    1236000 | #Constraints:     157550
1268.94/1287.99	c #Conflicts:    1237000 | #Constraints:     158550
1268.94/1287.99	c #Conflicts:    1238000 | #Constraints:     159550
1268.94/1287.99	c #Conflicts:    1239000 | #Constraints:     160550
1268.94/1287.99	c #Conflicts:    1240000 | #Constraints:     161550
1268.94/1287.99	c #Conflicts:    1241000 | #Constraints:     162550
1268.94/1287.99	c #Conflicts:    1242000 | #Constraints:     163550
1268.94/1287.99	c #Conflicts:    1243000 | #Constraints:     164550
1268.94/1287.99	c #Conflicts:    1244000 | #Constraints:     165550
1268.94/1287.99	c #Conflicts:    1245000 | #Constraints:     166550
1268.94/1287.99	c bounds -42 >= -297 @ 1257.12
1309.59/1329.01	c #Conflicts:    1246000 | #Constraints:     167610
1309.59/1329.01	c #Conflicts:    1247000 | #Constraints:     168610
1309.59/1329.01	c #Conflicts:    1248000 | #Constraints:     169610
1309.59/1329.01	c #Conflicts:    1249000 | #Constraints:     170610
1309.59/1329.01	c #Conflicts:    1250000 | #Constraints:     171610
1309.59/1329.01	c #Conflicts:    1251000 | #Constraints:     172610
1309.59/1329.01	c #Conflicts:    1252000 | #Constraints:     173610
1309.59/1329.01	c #Conflicts:    1253000 | #Constraints:     174610
1309.59/1329.01	c #Conflicts:    1254000 | #Constraints:     175610
1309.59/1329.01	c #Conflicts:    1255000 | #Constraints:     176610
1309.59/1329.01	c #Conflicts:    1256000 | #Constraints:     177610
1309.59/1329.01	c #Conflicts:    1257000 | #Constraints:     178610
1309.59/1329.01	c #Conflicts:    1258000 | #Constraints:     179610
1309.59/1329.01	c #Conflicts:    1259000 | #Constraints:     180610
1309.59/1329.01	c #Conflicts:    1260000 | #Constraints:     181610
1309.59/1329.01	c #Conflicts:    1261000 | #Constraints:     182610
1309.59/1329.01	c #Conflicts:    1262000 | #Constraints:     183610
1309.59/1329.01	c #Conflicts:    1263000 | #Constraints:     184610
1309.59/1329.01	c #Conflicts:    1264000 | #Constraints:     185610
1309.59/1329.01	c #Conflicts:    1265000 | #Constraints:     186610
1309.59/1329.01	c #Conflicts:    1266000 | #Constraints:     187610
1309.59/1329.01	c #Conflicts:    1267000 | #Constraints:     188610
1309.59/1329.01	c #Conflicts:    1268000 | #Constraints:     189610
1309.59/1329.01	c #Conflicts:    1269000 | #Constraints:     190610
1309.59/1329.01	c #Conflicts:    1270000 | #Constraints:     191610
1309.59/1329.01	c #Conflicts:    1271000 | #Constraints:     192610
1309.59/1329.01	c #Conflicts:    1272000 | #Constraints:     193610
1309.59/1329.01	c #Conflicts:    1273000 | #Constraints:     194610
1309.59/1329.01	c #Conflicts:    1274000 | #Constraints:     195610
1309.59/1329.01	c bounds -42 >= -296 @ 1297.38
1330.91/1351.02	c #Conflicts:    1275000 | #Constraints:     196640
1330.91/1351.02	c #Conflicts:    1276000 | #Constraints:     197640
1330.91/1351.02	c #Conflicts:    1277000 | #Constraints:     198640
1330.91/1351.02	c #Conflicts:    1278000 | #Constraints:     199640
1330.91/1351.02	c #Conflicts:    1279000 | #Constraints:     200640
1330.91/1351.02	c #Conflicts:    1280000 | #Constraints:     201640
1330.91/1351.02	c #Conflicts:    1281000 | #Constraints:     202640
1330.91/1351.02	c #Conflicts:    1282000 | #Constraints:     203640
1330.91/1351.02	c #Conflicts:    1283000 | #Constraints:     204640
1330.91/1351.02	c #Conflicts:    1284000 | #Constraints:     205640
1330.91/1351.02	c #Conflicts:    1285000 | #Constraints:     206640
1330.91/1351.02	c #Conflicts:    1286000 | #Constraints:     207640
1330.91/1351.02	c #Conflicts:    1287000 | #Constraints:     208640
1330.91/1351.02	c INPROCESSING
1330.91/1351.02	c GARBAGE COLLECT
1330.91/1351.02	c rational objective -296
1347.17/1367.39	c #Conflicts:    1288000 | #Constraints:     153912
1347.17/1367.39	c #Conflicts:    1289000 | #Constraints:     154912
1347.17/1367.39	c #Conflicts:    1290000 | #Constraints:     155912
1347.17/1367.39	c #Conflicts:    1291000 | #Constraints:     156912
1347.17/1367.39	c #Conflicts:    1292000 | #Constraints:     157912
1347.17/1367.39	c #Conflicts:    1293000 | #Constraints:     158912
1347.17/1367.39	c #Conflicts:    1294000 | #Constraints:     159912
1347.17/1367.39	c #Conflicts:    1295000 | #Constraints:     160912
1347.17/1367.39	c #Conflicts:    1296000 | #Constraints:     161912
1347.17/1367.39	c #Conflicts:    1297000 | #Constraints:     162912
1347.17/1367.39	c #Conflicts:    1298000 | #Constraints:     163912
1347.17/1367.39	c #Conflicts:    1299000 | #Constraints:     164912
1347.17/1367.39	c #Conflicts:    1300000 | #Constraints:     165912
1347.17/1367.39	c #Conflicts:    1301000 | #Constraints:     166912
1347.17/1367.39	c #Conflicts:    1302000 | #Constraints:     167912
1347.17/1367.39	c bounds -42 >= -295 @ 1334.72
1365.87/1386.66	c #Conflicts:    1303000 | #Constraints:     168954
1365.87/1386.66	c #Conflicts:    1304000 | #Constraints:     169954
1365.87/1386.66	c #Conflicts:    1305000 | #Constraints:     170954
1365.87/1386.66	c #Conflicts:    1306000 | #Constraints:     171954
1365.87/1386.66	c #Conflicts:    1307000 | #Constraints:     172954
1365.87/1386.66	c #Conflicts:    1308000 | #Constraints:     173954
1365.87/1386.66	c #Conflicts:    1309000 | #Constraints:     174954
1365.87/1386.66	c #Conflicts:    1310000 | #Constraints:     175954
1365.87/1386.66	c #Conflicts:    1311000 | #Constraints:     176954
1365.87/1386.66	c #Conflicts:    1312000 | #Constraints:     177954
1365.87/1386.66	c #Conflicts:    1313000 | #Constraints:     178954
1365.87/1386.66	c #Conflicts:    1314000 | #Constraints:     179954
1365.87/1386.66	c #Conflicts:    1315000 | #Constraints:     180954
1365.87/1386.66	c #Conflicts:    1316000 | #Constraints:     181954
1365.87/1386.66	c #Conflicts:    1317000 | #Constraints:     182954
1365.87/1386.66	c INPROCESSING
1365.87/1386.66	c GARBAGE COLLECT
1365.87/1386.66	c rational objective -295
1390.82/1411.88	c #Conflicts:    1318000 | #Constraints:     141614
1390.82/1411.88	c #Conflicts:    1319000 | #Constraints:     142614
1390.82/1411.88	c #Conflicts:    1320000 | #Constraints:     143614
1390.82/1411.88	c #Conflicts:    1321000 | #Constraints:     144614
1390.82/1411.88	c #Conflicts:    1322000 | #Constraints:     145614
1390.82/1411.88	c #Conflicts:    1323000 | #Constraints:     146614
1390.82/1411.88	c #Conflicts:    1324000 | #Constraints:     147614
1390.82/1411.88	c #Conflicts:    1325000 | #Constraints:     148614
1390.82/1411.88	c #Conflicts:    1326000 | #Constraints:     149614
1390.82/1411.88	c #Conflicts:    1327000 | #Constraints:     150614
1390.82/1411.88	c #Conflicts:    1328000 | #Constraints:     151614
1390.82/1411.88	c #Conflicts:    1329000 | #Constraints:     152614
1390.82/1411.88	c #Conflicts:    1330000 | #Constraints:     153614
1390.82/1411.88	c #Conflicts:    1331000 | #Constraints:     154614
1390.82/1411.88	c #Conflicts:    1332000 | #Constraints:     155614
1390.82/1411.88	c #Conflicts:    1333000 | #Constraints:     156614
1390.82/1411.88	c #Conflicts:    1334000 | #Constraints:     157614
1390.82/1411.88	c #Conflicts:    1335000 | #Constraints:     158614
1390.82/1411.88	c #Conflicts:    1336000 | #Constraints:     159614
1390.82/1411.88	c #Conflicts:    1337000 | #Constraints:     160614
1390.82/1411.88	c #Conflicts:    1338000 | #Constraints:     161614
1390.82/1411.88	c #Conflicts:    1339000 | #Constraints:     162614
1390.82/1411.88	c #Conflicts:    1340000 | #Constraints:     163614
1390.82/1411.88	c #Conflicts:    1341000 | #Constraints:     164614
1390.82/1411.88	c #Conflicts:    1342000 | #Constraints:     165614
1390.82/1411.88	c bounds -42 >= -294 @ 1377.98
1396.50/1417.52	c #Conflicts:    1343000 | #Constraints:     166662
1396.50/1417.52	c #Conflicts:    1344000 | #Constraints:     167662
1396.50/1417.52	c #Conflicts:    1345000 | #Constraints:     168662
1396.50/1417.52	c #Conflicts:    1346000 | #Constraints:     169662
1396.50/1417.52	c #Conflicts:    1347000 | #Constraints:     170662
1396.50/1417.52	c INPROCESSING
1396.50/1417.52	c GARBAGE COLLECT
1396.50/1417.52	c rational objective -294
1451.31/1472.78	c #Conflicts:    1348000 | #Constraints:     135490
1451.31/1472.78	c #Conflicts:    1349000 | #Constraints:     136490
1451.31/1472.78	c #Conflicts:    1350000 | #Constraints:     137490
1451.31/1472.78	c #Conflicts:    1351000 | #Constraints:     138490
1451.31/1472.78	c #Conflicts:    1352000 | #Constraints:     139490
1451.31/1472.78	c #Conflicts:    1353000 | #Constraints:     140490
1451.31/1472.78	c #Conflicts:    1354000 | #Constraints:     141490
1451.31/1472.78	c #Conflicts:    1355000 | #Constraints:     142490
1451.31/1472.78	c #Conflicts:    1356000 | #Constraints:     143490
1451.31/1472.78	c #Conflicts:    1357000 | #Constraints:     144490
1451.31/1472.78	c #Conflicts:    1358000 | #Constraints:     145490
1451.31/1472.78	c #Conflicts:    1359000 | #Constraints:     146490
1451.31/1472.78	c #Conflicts:    1360000 | #Constraints:     147490
1451.31/1472.78	c #Conflicts:    1361000 | #Constraints:     148490
1451.31/1472.78	c #Conflicts:    1362000 | #Constraints:     149490
1451.31/1472.78	c #Conflicts:    1363000 | #Constraints:     150490
1451.31/1472.78	c #Conflicts:    1364000 | #Constraints:     151490
1451.31/1472.78	c #Conflicts:    1365000 | #Constraints:     152490
1451.31/1472.78	c #Conflicts:    1366000 | #Constraints:     153490
1451.31/1472.78	c #Conflicts:    1367000 | #Constraints:     154490
1451.31/1472.78	c #Conflicts:    1368000 | #Constraints:     155490
1451.31/1472.78	c #Conflicts:    1369000 | #Constraints:     156490
1451.31/1472.78	c #Conflicts:    1370000 | #Constraints:     157490
1451.31/1472.78	c #Conflicts:    1371000 | #Constraints:     158490
1451.31/1472.78	c #Conflicts:    1372000 | #Constraints:     159490
1451.31/1472.78	c #Conflicts:    1373000 | #Constraints:     160490
1451.31/1472.78	c #Conflicts:    1374000 | #Constraints:     161490
1451.31/1472.78	c #Conflicts:    1375000 | #Constraints:     162490
1451.31/1472.78	c #Conflicts:    1376000 | #Constraints:     163490
1451.31/1472.78	c #Conflicts:    1377000 | #Constraints:     164490
1451.31/1472.78	c #Conflicts:    1378000 | #Constraints:     165490
1451.31/1472.78	c #Conflicts:    1379000 | #Constraints:     166490
1451.31/1472.78	c #Conflicts:    1380000 | #Constraints:     167490
1451.31/1472.78	c #Conflicts:    1381000 | #Constraints:     168490
1451.31/1472.78	c #Conflicts:    1382000 | #Constraints:     169490
1451.31/1472.78	c #Conflicts:    1383000 | #Constraints:     170490
1451.31/1472.78	c #Conflicts:    1384000 | #Constraints:     171490
1451.31/1472.78	c #Conflicts:    1385000 | #Constraints:     172490
1451.31/1472.78	c #Conflicts:    1386000 | #Constraints:     173490
1451.31/1472.78	c #Conflicts:    1387000 | #Constraints:     174490
1451.31/1472.78	c #Conflicts:    1388000 | #Constraints:     175490
1451.31/1472.78	c #Conflicts:    1389000 | #Constraints:     176490
1451.31/1472.78	c #Conflicts:    1390000 | #Constraints:     177490
1451.31/1472.78	c #Conflicts:    1391000 | #Constraints:     178490
1451.31/1472.78	c #Conflicts:    1392000 | #Constraints:     179490
1451.31/1472.78	c #Conflicts:    1393000 | #Constraints:     180490
1451.31/1472.78	c #Conflicts:    1394000 | #Constraints:     181490
1451.31/1472.78	c #Conflicts:    1395000 | #Constraints:     182490
1451.31/1472.78	c #Conflicts:    1396000 | #Constraints:     183490
1451.31/1472.78	c bounds -42 >= -293 @ 1437.98
1503.80/1525.46	c #Conflicts:    1397000 | #Constraints:     184541
1503.80/1525.46	c #Conflicts:    1398000 | #Constraints:     185541
1503.80/1525.46	c #Conflicts:    1399000 | #Constraints:     186541
1503.80/1525.46	c #Conflicts:    1400000 | #Constraints:     187541
1503.80/1525.46	c #Conflicts:    1401000 | #Constraints:     188541
1503.80/1525.46	c #Conflicts:    1402000 | #Constraints:     189541
1503.80/1525.46	c #Conflicts:    1403000 | #Constraints:     190541
1503.80/1525.46	c #Conflicts:    1404000 | #Constraints:     191541
1503.80/1525.46	c #Conflicts:    1405000 | #Constraints:     192541
1503.80/1525.46	c #Conflicts:    1406000 | #Constraints:     193541
1503.80/1525.46	c #Conflicts:    1407000 | #Constraints:     194541
1503.80/1525.46	c #Conflicts:    1408000 | #Constraints:     195541
1503.80/1525.46	c #Conflicts:    1409000 | #Constraints:     196541
1503.80/1525.46	c #Conflicts:    1410000 | #Constraints:     197541
1503.80/1525.46	c #Conflicts:    1411000 | #Constraints:     198541
1503.80/1525.46	c #Conflicts:    1412000 | #Constraints:     199541
1503.80/1525.46	c #Conflicts:    1413000 | #Constraints:     200541
1503.80/1525.46	c #Conflicts:    1414000 | #Constraints:     201541
1503.80/1525.46	c #Conflicts:    1415000 | #Constraints:     202541
1503.80/1525.46	c #Conflicts:    1416000 | #Constraints:     203541
1503.80/1525.46	c #Conflicts:    1417000 | #Constraints:     204541
1503.80/1525.46	c #Conflicts:    1418000 | #Constraints:     205541
1503.80/1525.46	c #Conflicts:    1419000 | #Constraints:     206541
1503.80/1525.46	c #Conflicts:    1420000 | #Constraints:     207541
1503.80/1525.46	c #Conflicts:    1421000 | #Constraints:     208541
1503.80/1525.46	c #Conflicts:    1422000 | #Constraints:     209541
1503.80/1525.46	c #Conflicts:    1423000 | #Constraints:     210541
1503.80/1525.46	c #Conflicts:    1424000 | #Constraints:     211541
1503.80/1525.46	c #Conflicts:    1425000 | #Constraints:     212541
1503.80/1525.46	c #Conflicts:    1426000 | #Constraints:     213541
1503.80/1525.46	c #Conflicts:    1427000 | #Constraints:     214541
1503.80/1525.46	c #Conflicts:    1428000 | #Constraints:     215541
1503.80/1525.46	c INPROCESSING
1503.80/1525.46	c GARBAGE COLLECT
1503.80/1525.46	c rational objective -293
1505.69/1527.36	c #Conflicts:    1429000 | #Constraints:     157347
1505.69/1527.36	c bounds -42 >= -292 @ 1492.02
1543.07/1565.06	c #Conflicts:    1430000 | #Constraints:     158365
1543.07/1565.06	c #Conflicts:    1431000 | #Constraints:     159365
1543.07/1565.06	c #Conflicts:    1432000 | #Constraints:     160365
1543.07/1565.06	c #Conflicts:    1433000 | #Constraints:     161365
1543.07/1565.06	c #Conflicts:    1434000 | #Constraints:     162365
1543.07/1565.06	c #Conflicts:    1435000 | #Constraints:     163365
1543.07/1565.06	c #Conflicts:    1436000 | #Constraints:     164365
1543.07/1565.06	c #Conflicts:    1437000 | #Constraints:     165365
1543.07/1565.06	c #Conflicts:    1438000 | #Constraints:     166365
1543.07/1565.06	c #Conflicts:    1439000 | #Constraints:     167365
1543.07/1565.06	c #Conflicts:    1440000 | #Constraints:     168365
1543.07/1565.06	c #Conflicts:    1441000 | #Constraints:     169365
1543.07/1565.06	c #Conflicts:    1442000 | #Constraints:     170365
1543.07/1565.06	c #Conflicts:    1443000 | #Constraints:     171365
1543.07/1565.06	c #Conflicts:    1444000 | #Constraints:     172365
1543.07/1565.06	c #Conflicts:    1445000 | #Constraints:     173365
1543.07/1565.06	c #Conflicts:    1446000 | #Constraints:     174365
1543.07/1565.06	c #Conflicts:    1447000 | #Constraints:     175365
1543.07/1565.06	c #Conflicts:    1448000 | #Constraints:     176365
1543.07/1565.06	c #Conflicts:    1449000 | #Constraints:     177365
1543.07/1565.06	c #Conflicts:    1450000 | #Constraints:     178365
1543.07/1565.06	c #Conflicts:    1451000 | #Constraints:     179365
1543.07/1565.06	c #Conflicts:    1452000 | #Constraints:     180365
1543.07/1565.06	c #Conflicts:    1453000 | #Constraints:     181365
1543.07/1565.06	c #Conflicts:    1454000 | #Constraints:     182365
1543.07/1565.06	c #Conflicts:    1455000 | #Constraints:     183365
1543.07/1565.06	c #Conflicts:    1456000 | #Constraints:     184365
1543.07/1565.06	c #Conflicts:    1457000 | #Constraints:     185365
1543.07/1565.06	c #Conflicts:    1458000 | #Constraints:     186365
1543.07/1565.06	c #Conflicts:    1459000 | #Constraints:     187365
1543.07/1565.06	c INPROCESSING
1543.07/1565.06	c GARBAGE COLLECT
1543.07/1565.06	c rational objective -292
1561.02/1583.38	c #Conflicts:    1460000 | #Constraints:     143999
1561.02/1583.38	c #Conflicts:    1461000 | #Constraints:     144999
1561.02/1583.38	c #Conflicts:    1462000 | #Constraints:     145999
1561.02/1583.38	c #Conflicts:    1463000 | #Constraints:     146999
1561.02/1583.38	c #Conflicts:    1464000 | #Constraints:     147999
1561.02/1583.38	c #Conflicts:    1465000 | #Constraints:     148999
1561.02/1583.38	c #Conflicts:    1466000 | #Constraints:     149999
1561.02/1583.38	c #Conflicts:    1467000 | #Constraints:     150999
1561.02/1583.38	c #Conflicts:    1468000 | #Constraints:     151999
1561.02/1583.38	c #Conflicts:    1469000 | #Constraints:     152999
1561.02/1583.38	c #Conflicts:    1470000 | #Constraints:     153999
1561.02/1583.38	c #Conflicts:    1471000 | #Constraints:     154999
1561.02/1583.38	c #Conflicts:    1472000 | #Constraints:     155999
1561.02/1583.38	c #Conflicts:    1473000 | #Constraints:     156999
1561.02/1583.38	c #Conflicts:    1474000 | #Constraints:     157999
1561.02/1583.38	c #Conflicts:    1475000 | #Constraints:     158999
1561.02/1583.38	c #Conflicts:    1476000 | #Constraints:     159999
1561.02/1583.38	c #Conflicts:    1477000 | #Constraints:     160999
1561.02/1583.38	c bounds -42 >= -291 @ 1546.89
1574.99/1597.32	c #Conflicts:    1478000 | #Constraints:     162041
1574.99/1597.32	c #Conflicts:    1479000 | #Constraints:     163041
1574.99/1597.32	c #Conflicts:    1480000 | #Constraints:     164041
1574.99/1597.32	c #Conflicts:    1481000 | #Constraints:     165041
1574.99/1597.32	c #Conflicts:    1482000 | #Constraints:     166041
1574.99/1597.32	c #Conflicts:    1483000 | #Constraints:     167041
1574.99/1597.32	c #Conflicts:    1484000 | #Constraints:     168041
1574.99/1597.32	c #Conflicts:    1485000 | #Constraints:     169041
1574.99/1597.32	c #Conflicts:    1486000 | #Constraints:     170041
1574.99/1597.32	c #Conflicts:    1487000 | #Constraints:     171041
1574.99/1597.32	c #Conflicts:    1488000 | #Constraints:     172041
1574.99/1597.32	c #Conflicts:    1489000 | #Constraints:     173041
1574.99/1597.32	c #Conflicts:    1490000 | #Constraints:     174041
1574.99/1597.32	c INPROCESSING
1574.99/1597.32	c GARBAGE COLLECT
1574.99/1597.32	c rational objective -291
1600.47/1623.00	c #Conflicts:    1491000 | #Constraints:     136853
1600.47/1623.00	c #Conflicts:    1492000 | #Constraints:     137853
1600.47/1623.00	c #Conflicts:    1493000 | #Constraints:     138853
1600.47/1623.00	c #Conflicts:    1494000 | #Constraints:     139853
1600.47/1623.00	c #Conflicts:    1495000 | #Constraints:     140853
1600.47/1623.00	c #Conflicts:    1496000 | #Constraints:     141853
1600.47/1623.00	c #Conflicts:    1497000 | #Constraints:     142853
1600.47/1623.00	c #Conflicts:    1498000 | #Constraints:     143853
1600.47/1623.00	c #Conflicts:    1499000 | #Constraints:     144853
1600.47/1623.00	c #Conflicts:    1500000 | #Constraints:     145853
1600.47/1623.00	c #Conflicts:    1501000 | #Constraints:     146853
1600.47/1623.00	c #Conflicts:    1502000 | #Constraints:     147853
1600.47/1623.00	c #Conflicts:    1503000 | #Constraints:     148853
1600.47/1623.00	c #Conflicts:    1504000 | #Constraints:     149853
1600.47/1623.00	c #Conflicts:    1505000 | #Constraints:     150853
1600.47/1623.00	c #Conflicts:    1506000 | #Constraints:     151853
1600.47/1623.00	c #Conflicts:    1507000 | #Constraints:     152853
1600.47/1623.00	c #Conflicts:    1508000 | #Constraints:     153853
1600.47/1623.00	c #Conflicts:    1509000 | #Constraints:     154853
1600.47/1623.00	c #Conflicts:    1510000 | #Constraints:     155853
1600.47/1623.00	c #Conflicts:    1511000 | #Constraints:     156853
1600.47/1623.00	c #Conflicts:    1512000 | #Constraints:     157853
1600.47/1623.00	c #Conflicts:    1513000 | #Constraints:     158853
1600.47/1623.00	c #Conflicts:    1514000 | #Constraints:     159853
1600.47/1623.00	c #Conflicts:    1515000 | #Constraints:     160853
1600.47/1623.00	c bounds -42 >= -290 @ 1586.03
1624.76/1647.39	c #Conflicts:    1516000 | #Constraints:     161910
1624.76/1647.39	c #Conflicts:    1517000 | #Constraints:     162910
1624.76/1647.39	c #Conflicts:    1518000 | #Constraints:     163910
1624.76/1647.39	c #Conflicts:    1519000 | #Constraints:     164910
1624.76/1647.39	c #Conflicts:    1520000 | #Constraints:     165910
1624.76/1647.39	c #Conflicts:    1521000 | #Constraints:     166910
1624.76/1647.39	c #Conflicts:    1522000 | #Constraints:     167910
1624.76/1647.39	c #Conflicts:    1523000 | #Constraints:     168910
1624.76/1647.39	c #Conflicts:    1524000 | #Constraints:     169910
1624.76/1647.39	c #Conflicts:    1525000 | #Constraints:     170910
1624.76/1647.39	c #Conflicts:    1526000 | #Constraints:     171910
1624.76/1647.39	c #Conflicts:    1527000 | #Constraints:     172910
1624.76/1647.39	c #Conflicts:    1528000 | #Constraints:     173910
1624.76/1647.39	c #Conflicts:    1529000 | #Constraints:     174910
1624.76/1647.39	c #Conflicts:    1530000 | #Constraints:     175910
1624.76/1647.39	c #Conflicts:    1531000 | #Constraints:     176910
1624.76/1647.39	c #Conflicts:    1532000 | #Constraints:     177910
1624.76/1647.39	c #Conflicts:    1533000 | #Constraints:     178910
1624.76/1647.39	c #Conflicts:    1534000 | #Constraints:     179910
1624.76/1647.39	c bounds -42 >= -289 @ 1610.13
1664.57/1687.34	c #Conflicts:    1535000 | #Constraints:     180934
1664.57/1687.34	c #Conflicts:    1536000 | #Constraints:     181934
1664.57/1687.34	c #Conflicts:    1537000 | #Constraints:     182934
1664.57/1687.34	c #Conflicts:    1538000 | #Constraints:     183934
1664.57/1687.34	c #Conflicts:    1539000 | #Constraints:     184934
1664.57/1687.34	c #Conflicts:    1540000 | #Constraints:     185934
1664.57/1687.34	c #Conflicts:    1541000 | #Constraints:     186934
1664.57/1687.34	c #Conflicts:    1542000 | #Constraints:     187934
1664.57/1687.34	c #Conflicts:    1543000 | #Constraints:     188934
1664.57/1687.34	c #Conflicts:    1544000 | #Constraints:     189934
1664.57/1687.34	c #Conflicts:    1545000 | #Constraints:     190934
1664.57/1687.34	c #Conflicts:    1546000 | #Constraints:     191934
1664.57/1687.34	c #Conflicts:    1547000 | #Constraints:     192934
1664.57/1687.34	c #Conflicts:    1548000 | #Constraints:     193934
1664.57/1687.34	c #Conflicts:    1549000 | #Constraints:     194934
1664.57/1687.34	c #Conflicts:    1550000 | #Constraints:     195934
1664.57/1687.34	c #Conflicts:    1551000 | #Constraints:     196934
1664.57/1687.34	c #Conflicts:    1552000 | #Constraints:     197934
1664.57/1687.34	c #Conflicts:    1553000 | #Constraints:     198934
1664.57/1687.34	c #Conflicts:    1554000 | #Constraints:     199934
1664.57/1687.34	c #Conflicts:    1555000 | #Constraints:     200934
1664.57/1687.34	c #Conflicts:    1556000 | #Constraints:     201934
1664.57/1687.34	c #Conflicts:    1557000 | #Constraints:     202934
1664.57/1687.34	c #Conflicts:    1558000 | #Constraints:     203934
1664.57/1687.34	c #Conflicts:    1559000 | #Constraints:     204934
1664.57/1687.34	c #Conflicts:    1560000 | #Constraints:     205934
1664.57/1687.34	c bounds -42 >= -288 @ 1649.63
1692.80/1715.65	c #Conflicts:    1561000 | #Constraints:     206958
1692.80/1715.65	c #Conflicts:    1562000 | #Constraints:     207958
1692.80/1715.65	c #Conflicts:    1563000 | #Constraints:     208958
1692.80/1715.65	c #Conflicts:    1564000 | #Constraints:     209958
1692.80/1715.65	c #Conflicts:    1565000 | #Constraints:     210958
1692.80/1715.65	c #Conflicts:    1566000 | #Constraints:     211958
1692.80/1715.65	c #Conflicts:    1567000 | #Constraints:     212958
1692.80/1715.65	c #Conflicts:    1568000 | #Constraints:     213958
1692.80/1715.65	c #Conflicts:    1569000 | #Constraints:     214958
1692.80/1715.65	c #Conflicts:    1570000 | #Constraints:     215958
1692.80/1715.65	c #Conflicts:    1571000 | #Constraints:     216958
1692.80/1715.65	c #Conflicts:    1572000 | #Constraints:     217958
1692.80/1715.65	c #Conflicts:    1573000 | #Constraints:     218958
1692.80/1715.65	c #Conflicts:    1574000 | #Constraints:     219958
1692.80/1715.65	c #Conflicts:    1575000 | #Constraints:     220958
1692.80/1715.65	c INPROCESSING
1692.80/1715.65	c GARBAGE COLLECT
1692.80/1715.65	c rational objective -288
1740.23/1763.22	c #Conflicts:    1576000 | #Constraints:     160330
1740.23/1763.22	c #Conflicts:    1577000 | #Constraints:     161349
1740.23/1763.22	c #Conflicts:    1578000 | #Constraints:     162383
1740.23/1763.22	c #Conflicts:    1579000 | #Constraints:     163411
1740.23/1763.22	c #Conflicts:    1580000 | #Constraints:     164454
1740.23/1763.22	c #Conflicts:    1581000 | #Constraints:     165497
1740.23/1763.22	c #Conflicts:    1582000 | #Constraints:     166530
1740.23/1763.22	c #Conflicts:    1583000 | #Constraints:     167574
1740.23/1763.22	c #Conflicts:    1584000 | #Constraints:     168607
1740.23/1763.22	c #Conflicts:    1585000 | #Constraints:     169643
1740.23/1763.22	c #Conflicts:    1586000 | #Constraints:     170665
1740.23/1763.22	c #Conflicts:    1587000 | #Constraints:     171701
1740.23/1763.22	c #Conflicts:    1588000 | #Constraints:     172729
1740.23/1763.22	c #Conflicts:    1589000 | #Constraints:     173774
1740.23/1763.22	c #Conflicts:    1590000 | #Constraints:     174794
1740.23/1763.22	c #Conflicts:    1591000 | #Constraints:     175843
1740.23/1763.22	c #Conflicts:    1592000 | #Constraints:     176873
1740.23/1763.22	c #Conflicts:    1593000 | #Constraints:     177916
1740.23/1763.22	c #Conflicts:    1594000 | #Constraints:     178956
1740.23/1763.22	c #Conflicts:    1595000 | #Constraints:     180000
1740.23/1763.22	c #Conflicts:    1596000 | #Constraints:     181039
1740.23/1763.22	c #Conflicts:    1597000 | #Constraints:     182084
1740.23/1763.22	c #Conflicts:    1598000 | #Constraints:     183126
1740.23/1763.22	c #Conflicts:    1599000 | #Constraints:     184178
1740.23/1763.22	c #Conflicts:    1600000 | #Constraints:     185221
1740.23/1763.22	c #Conflicts:    1601000 | #Constraints:     186271
1740.23/1763.22	c #Conflicts:    1602000 | #Constraints:     187312
1740.23/1763.22	c #Conflicts:    1603000 | #Constraints:     188352
1740.23/1763.22	c #Conflicts:    1604000 | #Constraints:     189398
1740.23/1763.22	c #Conflicts:    1605000 | #Constraints:     190438
1740.23/1763.22	c #Conflicts:    1606000 | #Constraints:     191480
1740.23/1763.22	c #Conflicts:    1607000 | #Constraints:     192523
1740.23/1763.22	c #Conflicts:    1608000 | #Constraints:     193558
1740.23/1763.22	c INPROCESSING
1740.23/1763.22	c GARBAGE COLLECT
1740.23/1763.22	c rational objective -288
1776.24/1799.32	c #Conflicts:    1609000 | #Constraints:     147204
1776.24/1799.32	c #Conflicts:    1610000 | #Constraints:     148204
1776.24/1799.32	c #Conflicts:    1611000 | #Constraints:     149204
1776.24/1799.32	c #Conflicts:    1612000 | #Constraints:     150204
1776.24/1799.32	c #Conflicts:    1613000 | #Constraints:     151204
1776.24/1799.32	c #Conflicts:    1614000 | #Constraints:     152204
1776.24/1799.32	c #Conflicts:    1615000 | #Constraints:     153204
1776.24/1799.32	c #Conflicts:    1616000 | #Constraints:     154204
1776.24/1799.32	c #Conflicts:    1617000 | #Constraints:     155204
1776.24/1799.32	c #Conflicts:    1618000 | #Constraints:     156204
1776.24/1799.32	c #Conflicts:    1619000 | #Constraints:     157204
1776.24/1799.32	c #Conflicts:    1620000 | #Constraints:     158204
1776.24/1799.32	c #Conflicts:    1621000 | #Constraints:     159204
1776.24/1799.32	c #Conflicts:    1622000 | #Constraints:     160204
1776.24/1799.32	c #Conflicts:    1623000 | #Constraints:     161204
1776.24/1799.32	c #Conflicts:    1624000 | #Constraints:     162204
1776.24/1799.32	c #Conflicts:    1625000 | #Constraints:     163204
1776.24/1799.32	c #Conflicts:    1626000 | #Constraints:     164204
1776.24/1799.32	c #Conflicts:    1627000 | #Constraints:     165204
1776.24/1799.32	c #Conflicts:    1628000 | #Constraints:     166204
1776.24/1799.32	c #Conflicts:    1629000 | #Constraints:     167204
1776.24/1799.32	c #Conflicts:    1630000 | #Constraints:     168204
1776.24/1799.32	c #Conflicts:    1631000 | #Constraints:     169204
1776.24/1799.32	c #Conflicts:    1632000 | #Constraints:     170204
1776.24/1799.32	c #Conflicts:    1633000 | #Constraints:     171204
1776.24/1799.32	c #Conflicts:    1634000 | #Constraints:     172204
1776.24/1799.32	c #Conflicts:    1635000 | #Constraints:     173204
1776.24/1799.32	c #Conflicts:    1636000 | #Constraints:     174204
1776.24/1799.32	c #Conflicts:    1637000 | #Constraints:     175204
1776.24/1799.32	c #Conflicts:    1638000 | #Constraints:     176204
1776.24/1799.32	c #Conflicts:    1639000 | #Constraints:     177204
1776.24/1799.32	c #Conflicts:    1640000 | #Constraints:     178204
1776.24/1799.32	c INPROCESSING
1776.24/1799.32	c GARBAGE COLLECT
1776.24/1799.32	c rational objective -288
1805.92/1829.15	c #Conflicts:    1641000 | #Constraints:     139137
1805.92/1829.15	c #Conflicts:    1642000 | #Constraints:     140137
1805.92/1829.15	c #Conflicts:    1643000 | #Constraints:     141137
1805.92/1829.15	c #Conflicts:    1644000 | #Constraints:     142137
1805.92/1829.15	c #Conflicts:    1645000 | #Constraints:     143137
1805.92/1829.15	c #Conflicts:    1646000 | #Constraints:     144137
1805.92/1829.15	c #Conflicts:    1647000 | #Constraints:     145137
1805.92/1829.15	c #Conflicts:    1648000 | #Constraints:     146137
1805.92/1829.15	c #Conflicts:    1649000 | #Constraints:     147137
1805.92/1829.15	c #Conflicts:    1650000 | #Constraints:     148137
1805.92/1829.15	c #Conflicts:    1651000 | #Constraints:     149137
1805.92/1829.15	c #Conflicts:    1652000 | #Constraints:     150137
1805.92/1829.15	c #Conflicts:    1653000 | #Constraints:     151137
1805.92/1829.15	c #Conflicts:    1654000 | #Constraints:     152137
1805.92/1829.15	c #Conflicts:    1655000 | #Constraints:     153137
1805.92/1829.15	c #Conflicts:    1656000 | #Constraints:     154137
1805.92/1829.15	c #Conflicts:    1657000 | #Constraints:     155137
1805.92/1829.15	c #Conflicts:    1658000 | #Constraints:     156137
1805.92/1829.15	c #Conflicts:    1659000 | #Constraints:     157137
1805.92/1829.15	c #Conflicts:    1660000 | #Constraints:     158137
1805.92/1829.15	c #Conflicts:    1661000 | #Constraints:     159137
1805.92/1829.15	c #Conflicts:    1662000 | #Constraints:     160137
1805.92/1829.15	c #Conflicts:    1663000 | #Constraints:     161137
1805.92/1829.15	c #Conflicts:    1664000 | #Constraints:     162137
1805.92/1829.15	c #Conflicts:    1665000 | #Constraints:     163137
1805.92/1829.15	c #Conflicts:    1666000 | #Constraints:     164137
1805.92/1829.15	c #Conflicts:    1667000 | #Constraints:     165137
1805.92/1829.15	c #Conflicts:    1668000 | #Constraints:     166137
1805.92/1829.15	c #Conflicts:    1669000 | #Constraints:     167137
1805.92/1829.15	c #Conflicts:    1670000 | #Constraints:     168137
1805.92/1829.15	c #Conflicts:    1671000 | #Constraints:     169137
1805.92/1829.15	c bounds -42 >= -287 @ 1789.97
1848.10/1871.57	c #Conflicts:    1672000 | #Constraints:     170188
1848.10/1871.57	c #Conflicts:    1673000 | #Constraints:     171188
1848.10/1871.57	c #Conflicts:    1674000 | #Constraints:     172188
1848.10/1871.57	c #Conflicts:    1675000 | #Constraints:     173188
1848.10/1871.57	c #Conflicts:    1676000 | #Constraints:     174188
1848.10/1871.57	c #Conflicts:    1677000 | #Constraints:     175188
1848.10/1871.57	c #Conflicts:    1678000 | #Constraints:     176188
1848.10/1871.57	c #Conflicts:    1679000 | #Constraints:     177188
1848.10/1871.57	c #Conflicts:    1680000 | #Constraints:     178188
1848.10/1871.57	c #Conflicts:    1681000 | #Constraints:     179188
1848.10/1871.57	c #Conflicts:    1682000 | #Constraints:     180188
1848.10/1871.57	c #Conflicts:    1683000 | #Constraints:     181188
1848.10/1871.57	c #Conflicts:    1684000 | #Constraints:     182188
1848.10/1871.57	c #Conflicts:    1685000 | #Constraints:     183188
1848.10/1871.57	c #Conflicts:    1686000 | #Constraints:     184188
1848.10/1871.57	c #Conflicts:    1687000 | #Constraints:     185188
1848.10/1871.57	c #Conflicts:    1688000 | #Constraints:     186188
1848.10/1871.57	c #Conflicts:    1689000 | #Constraints:     187188
1848.10/1871.57	c #Conflicts:    1690000 | #Constraints:     188188
1848.10/1871.57	c #Conflicts:    1691000 | #Constraints:     189188
1848.10/1871.57	c #Conflicts:    1692000 | #Constraints:     190188
1848.10/1871.57	c #Conflicts:    1693000 | #Constraints:     191188
1848.10/1871.57	c #Conflicts:    1694000 | #Constraints:     192188
1848.10/1871.57	c #Conflicts:    1695000 | #Constraints:     193188
1848.10/1871.57	c #Conflicts:    1696000 | #Constraints:     194188
1848.10/1871.57	c #Conflicts:    1697000 | #Constraints:     195188
1848.10/1871.57	c #Conflicts:    1698000 | #Constraints:     196188
1848.10/1871.57	c #Conflicts:    1699000 | #Constraints:     197188
1848.10/1871.57	c #Conflicts:    1700000 | #Constraints:     198188
1848.10/1871.57	c #Conflicts:    1701000 | #Constraints:     199188
1848.10/1871.57	c #Conflicts:    1702000 | #Constraints:     200188
1848.10/1871.57	c #Conflicts:    1703000 | #Constraints:     201188
1848.10/1871.57	c bounds -42 >= -286 @ 1831.9
1891.46/1915.01	c #Conflicts:    1704000 | #Constraints:     202224
1891.46/1915.01	c #Conflicts:    1705000 | #Constraints:     203224
1891.46/1915.01	c #Conflicts:    1706000 | #Constraints:     204224
1891.46/1915.01	c #Conflicts:    1707000 | #Constraints:     205224
1891.46/1915.01	c #Conflicts:    1708000 | #Constraints:     206224
1891.46/1915.01	c #Conflicts:    1709000 | #Constraints:     207224
1891.46/1915.01	c #Conflicts:    1710000 | #Constraints:     208224
1891.46/1915.01	c #Conflicts:    1711000 | #Constraints:     209224
1891.46/1915.01	c #Conflicts:    1712000 | #Constraints:     210224
1891.46/1915.01	c #Conflicts:    1713000 | #Constraints:     211224
1891.46/1915.01	c #Conflicts:    1714000 | #Constraints:     212224
1891.46/1915.01	c #Conflicts:    1715000 | #Constraints:     213224
1891.46/1915.01	c #Conflicts:    1716000 | #Constraints:     214224
1891.46/1915.01	c #Conflicts:    1717000 | #Constraints:     215224
1891.46/1915.01	c #Conflicts:    1718000 | #Constraints:     216224
1891.46/1915.01	c #Conflicts:    1719000 | #Constraints:     217224
1891.46/1915.01	c #Conflicts:    1720000 | #Constraints:     218224
1891.46/1915.01	c #Conflicts:    1721000 | #Constraints:     219224
1891.46/1915.01	c #Conflicts:    1722000 | #Constraints:     220224
1891.46/1915.01	c #Conflicts:    1723000 | #Constraints:     221224
1891.46/1915.01	c #Conflicts:    1724000 | #Constraints:     222224
1891.46/1915.01	c #Conflicts:    1725000 | #Constraints:     223224
1891.46/1915.01	c #Conflicts:    1726000 | #Constraints:     224224
1891.46/1915.01	c #Conflicts:    1727000 | #Constraints:     225224
1891.46/1915.01	c #Conflicts:    1728000 | #Constraints:     226224
1891.46/1915.01	c #Conflicts:    1729000 | #Constraints:     227224
1891.46/1915.01	c INPROCESSING
1891.46/1915.01	c GARBAGE COLLECT
1891.46/1915.01	c rational objective -286
1941.91/1965.65	c #Conflicts:    1730000 | #Constraints:     163535
1941.91/1965.65	c #Conflicts:    1731000 | #Constraints:     164535
1941.91/1965.65	c #Conflicts:    1732000 | #Constraints:     165536
1941.91/1965.65	c #Conflicts:    1733000 | #Constraints:     166572
1941.91/1965.65	c #Conflicts:    1734000 | #Constraints:     167619
1941.91/1965.65	c #Conflicts:    1735000 | #Constraints:     168666
1941.91/1965.65	c #Conflicts:    1736000 | #Constraints:     169712
1941.91/1965.65	c #Conflicts:    1737000 | #Constraints:     170751
1941.91/1965.65	c #Conflicts:    1738000 | #Constraints:     171798
1941.91/1965.65	c #Conflicts:    1739000 | #Constraints:     172840
1941.91/1965.65	c #Conflicts:    1740000 | #Constraints:     173882
1941.91/1965.65	c #Conflicts:    1741000 | #Constraints:     174921
1941.91/1965.65	c #Conflicts:    1742000 | #Constraints:     175965
1941.91/1965.65	c #Conflicts:    1743000 | #Constraints:     177007
1941.91/1965.65	c #Conflicts:    1744000 | #Constraints:     178050
1941.91/1965.65	c #Conflicts:    1745000 | #Constraints:     179091
1941.91/1965.65	c #Conflicts:    1746000 | #Constraints:     180131
1941.91/1965.65	c #Conflicts:    1747000 | #Constraints:     181168
1941.91/1965.65	c #Conflicts:    1748000 | #Constraints:     182198
1941.91/1965.65	c #Conflicts:    1749000 | #Constraints:     183232
1941.91/1965.65	c #Conflicts:    1750000 | #Constraints:     184269
1941.91/1965.65	c #Conflicts:    1751000 | #Constraints:     185310
1941.91/1965.65	c #Conflicts:    1752000 | #Constraints:     186357
1941.91/1965.65	c #Conflicts:    1753000 | #Constraints:     187403
1941.91/1965.65	c #Conflicts:    1754000 | #Constraints:     188447
1941.91/1965.65	c #Conflicts:    1755000 | #Constraints:     189494
1941.91/1965.65	c #Conflicts:    1756000 | #Constraints:     190526
1941.91/1965.65	c #Conflicts:    1757000 | #Constraints:     191563
1941.91/1965.65	c #Conflicts:    1758000 | #Constraints:     192604
1941.91/1965.65	c #Conflicts:    1759000 | #Constraints:     193648
1941.91/1965.65	c #Conflicts:    1760000 | #Constraints:     194697
1941.91/1965.65	c #Conflicts:    1761000 | #Constraints:     195742
1941.91/1965.65	c #Conflicts:    1762000 | #Constraints:     196781
1941.91/1965.65	c #Conflicts:    1763000 | #Constraints:     197818
1941.91/1965.65	c #Conflicts:    1764000 | #Constraints:     198857
1941.91/1965.65	c INPROCESSING
1941.91/1965.65	c GARBAGE COLLECT
1941.91/1965.65	c rational objective -286
1956.07/1979.89	c #Conflicts:    1765000 | #Constraints:     149868
1956.07/1979.89	c #Conflicts:    1766000 | #Constraints:     150868
1956.07/1979.89	c #Conflicts:    1767000 | #Constraints:     151868
1956.07/1979.89	c #Conflicts:    1768000 | #Constraints:     152868
1956.07/1979.89	c #Conflicts:    1769000 | #Constraints:     153868
1956.07/1979.89	c #Conflicts:    1770000 | #Constraints:     154868
1956.07/1979.89	c #Conflicts:    1771000 | #Constraints:     155868
1956.07/1979.89	c #Conflicts:    1772000 | #Constraints:     156868
1956.07/1979.89	c #Conflicts:    1773000 | #Constraints:     157868
1956.07/1979.89	c #Conflicts:    1774000 | #Constraints:     158868
1956.07/1979.89	c #Conflicts:    1775000 | #Constraints:     159868
1956.07/1979.89	c #Conflicts:    1776000 | #Constraints:     160868
1956.07/1979.89	c #Conflicts:    1777000 | #Constraints:     161868
1956.07/1979.89	c #Conflicts:    1778000 | #Constraints:     162868
1956.07/1979.89	c bounds -42 >= -285 @ 1939.21
1979.39/2003.23	c #Conflicts:    1779000 | #Constraints:     163889
1979.39/2003.23	c #Conflicts:    1780000 | #Constraints:     164889
1979.39/2003.23	c #Conflicts:    1781000 | #Constraints:     165889
1979.39/2003.23	c #Conflicts:    1782000 | #Constraints:     166889
1979.39/2003.23	c #Conflicts:    1783000 | #Constraints:     167889
1979.39/2003.23	c #Conflicts:    1784000 | #Constraints:     168889
1979.39/2003.23	c #Conflicts:    1785000 | #Constraints:     169889
1979.39/2003.23	c #Conflicts:    1786000 | #Constraints:     170889
1979.39/2003.23	c #Conflicts:    1787000 | #Constraints:     171889
1979.39/2003.23	c #Conflicts:    1788000 | #Constraints:     172889
1979.39/2003.23	c #Conflicts:    1789000 | #Constraints:     173889
1979.39/2003.23	c #Conflicts:    1790000 | #Constraints:     174889
1979.39/2003.23	c #Conflicts:    1791000 | #Constraints:     175889
1979.39/2003.23	c #Conflicts:    1792000 | #Constraints:     176889
1979.39/2003.23	c #Conflicts:    1793000 | #Constraints:     177889
1979.39/2003.23	c #Conflicts:    1794000 | #Constraints:     178889
1979.39/2003.23	c #Conflicts:    1795000 | #Constraints:     179889
1979.39/2003.23	c #Conflicts:    1796000 | #Constraints:     180889
1979.39/2003.23	c #Conflicts:    1797000 | #Constraints:     181889
1979.39/2003.23	c #Conflicts:    1798000 | #Constraints:     182889
1979.39/2003.23	c bounds -42 >= -284 @ 1962.28
1979.69/2003.58	c INPROCESSING
1979.69/2003.58	c GARBAGE COLLECT
1979.69/2003.58	c rational objective -284
2009.31/2033.24	c #Conflicts:    1799000 | #Constraints:     141454
2009.31/2033.24	c #Conflicts:    1800000 | #Constraints:     142454
2009.31/2033.24	c #Conflicts:    1801000 | #Constraints:     143454
2009.31/2033.24	c #Conflicts:    1802000 | #Constraints:     144454
2009.31/2033.24	c #Conflicts:    1803000 | #Constraints:     145454
2009.31/2033.24	c #Conflicts:    1804000 | #Constraints:     146454
2009.31/2033.24	c #Conflicts:    1805000 | #Constraints:     147454
2009.31/2033.24	c #Conflicts:    1806000 | #Constraints:     148454
2009.31/2033.24	c #Conflicts:    1807000 | #Constraints:     149454
2009.31/2033.24	c #Conflicts:    1808000 | #Constraints:     150454
2009.31/2033.24	c #Conflicts:    1809000 | #Constraints:     151454
2009.31/2033.24	c #Conflicts:    1810000 | #Constraints:     152454
2009.31/2033.24	c #Conflicts:    1811000 | #Constraints:     153454
2009.31/2033.24	c #Conflicts:    1812000 | #Constraints:     154454
2009.31/2033.24	c #Conflicts:    1813000 | #Constraints:     155454
2009.31/2033.24	c #Conflicts:    1814000 | #Constraints:     156454
2009.31/2033.24	c #Conflicts:    1815000 | #Constraints:     157454
2009.31/2033.24	c #Conflicts:    1816000 | #Constraints:     158454
2009.31/2033.24	c #Conflicts:    1817000 | #Constraints:     159454
2009.31/2033.24	c #Conflicts:    1818000 | #Constraints:     160454
2009.31/2033.24	c #Conflicts:    1819000 | #Constraints:     161454
2009.31/2033.24	c #Conflicts:    1820000 | #Constraints:     162454
2009.31/2033.24	c #Conflicts:    1821000 | #Constraints:     163454
2009.31/2033.24	c #Conflicts:    1822000 | #Constraints:     164454
2009.31/2033.24	c #Conflicts:    1823000 | #Constraints:     165454
2009.31/2033.24	c #Conflicts:    1824000 | #Constraints:     166454
2009.31/2033.24	c #Conflicts:    1825000 | #Constraints:     167454
2009.31/2033.24	c #Conflicts:    1826000 | #Constraints:     168454
2009.31/2033.24	c #Conflicts:    1827000 | #Constraints:     169454
2009.31/2033.24	c #Conflicts:    1828000 | #Constraints:     170454
2009.31/2033.24	c bounds -42 >= -283 @ 1991.93
2038.57/2062.86	c #Conflicts:    1829000 | #Constraints:     171526
2038.57/2062.86	c #Conflicts:    1830000 | #Constraints:     172526
2038.57/2062.86	c #Conflicts:    1831000 | #Constraints:     173526
2038.57/2062.86	c #Conflicts:    1832000 | #Constraints:     174526
2038.57/2062.86	c #Conflicts:    1833000 | #Constraints:     175526
2038.57/2062.86	c #Conflicts:    1834000 | #Constraints:     176526
2038.57/2062.86	c #Conflicts:    1835000 | #Constraints:     177526
2038.57/2062.86	c #Conflicts:    1836000 | #Constraints:     178526
2038.57/2062.86	c #Conflicts:    1837000 | #Constraints:     179526
2038.57/2062.86	c #Conflicts:    1838000 | #Constraints:     180526
2038.57/2062.86	c #Conflicts:    1839000 | #Constraints:     181526
2038.57/2062.86	c #Conflicts:    1840000 | #Constraints:     182526
2038.57/2062.86	c #Conflicts:    1841000 | #Constraints:     183526
2038.57/2062.86	c #Conflicts:    1842000 | #Constraints:     184526
2038.57/2062.86	c #Conflicts:    1843000 | #Constraints:     185526
2038.57/2062.86	c #Conflicts:    1844000 | #Constraints:     186526
2038.57/2062.86	c #Conflicts:    1845000 | #Constraints:     187526
2038.57/2062.86	c #Conflicts:    1846000 | #Constraints:     188526
2038.57/2062.86	c #Conflicts:    1847000 | #Constraints:     189526
2038.57/2062.86	c #Conflicts:    1848000 | #Constraints:     190526
2038.57/2062.86	c #Conflicts:    1849000 | #Constraints:     191526
2038.57/2062.86	c #Conflicts:    1850000 | #Constraints:     192526
2038.57/2062.86	c #Conflicts:    1851000 | #Constraints:     193526
2038.57/2062.86	c bounds -42 >= -282 @ 2020.97
2083.64/2108.05	c #Conflicts:    1852000 | #Constraints:     194550
2083.64/2108.05	c #Conflicts:    1853000 | #Constraints:     195550
2083.64/2108.05	c #Conflicts:    1854000 | #Constraints:     196550
2083.64/2108.05	c #Conflicts:    1855000 | #Constraints:     197550
2083.64/2108.05	c #Conflicts:    1856000 | #Constraints:     198550
2083.64/2108.05	c #Conflicts:    1857000 | #Constraints:     199550
2083.64/2108.05	c #Conflicts:    1858000 | #Constraints:     200550
2083.64/2108.05	c #Conflicts:    1859000 | #Constraints:     201550
2083.64/2108.05	c #Conflicts:    1860000 | #Constraints:     202550
2083.64/2108.05	c #Conflicts:    1861000 | #Constraints:     203550
2083.64/2108.05	c #Conflicts:    1862000 | #Constraints:     204550
2083.64/2108.05	c #Conflicts:    1863000 | #Constraints:     205550
2083.64/2108.05	c #Conflicts:    1864000 | #Constraints:     206550
2083.64/2108.05	c #Conflicts:    1865000 | #Constraints:     207550
2083.64/2108.05	c #Conflicts:    1866000 | #Constraints:     208550
2083.64/2108.05	c #Conflicts:    1867000 | #Constraints:     209550
2083.64/2108.05	c #Conflicts:    1868000 | #Constraints:     210550
2083.64/2108.05	c #Conflicts:    1869000 | #Constraints:     211550
2083.64/2108.05	c #Conflicts:    1870000 | #Constraints:     212550
2083.64/2108.05	c #Conflicts:    1871000 | #Constraints:     213550
2083.64/2108.05	c #Conflicts:    1872000 | #Constraints:     214550
2083.64/2108.05	c #Conflicts:    1873000 | #Constraints:     215550
2083.64/2108.05	c #Conflicts:    1874000 | #Constraints:     216550
2083.64/2108.05	c #Conflicts:    1875000 | #Constraints:     217550
2083.64/2108.05	c #Conflicts:    1876000 | #Constraints:     218550
2083.64/2108.05	c bounds -42 >= -281 @ 2065.75
2099.98/2124.49	c #Conflicts:    1877000 | #Constraints:     219571
2099.98/2124.49	c #Conflicts:    1878000 | #Constraints:     220602
2099.98/2124.49	c #Conflicts:    1879000 | #Constraints:     221639
2099.98/2124.49	c #Conflicts:    1880000 | #Constraints:     222682
2099.98/2124.49	c #Conflicts:    1881000 | #Constraints:     223717
2099.98/2124.49	c #Conflicts:    1882000 | #Constraints:     224755
2099.98/2124.49	c #Conflicts:    1883000 | #Constraints:     225792
2099.98/2124.49	c #Conflicts:    1884000 | #Constraints:     226835
2099.98/2124.49	c #Conflicts:    1885000 | #Constraints:     227867
2099.98/2124.49	c #Conflicts:    1886000 | #Constraints:     228909
2099.98/2124.49	c #Conflicts:    1887000 | #Constraints:     229949
2099.98/2124.49	c #Conflicts:    1888000 | #Constraints:     230982
2099.98/2124.49	c #Conflicts:    1889000 | #Constraints:     232014
2099.98/2124.49	c #Conflicts:    1890000 | #Constraints:     233057
2099.98/2124.49	c #Conflicts:    1891000 | #Constraints:     234094
2099.98/2124.49	c INPROCESSING
2099.98/2124.49	c GARBAGE COLLECT
2099.98/2124.49	c rational objective -281
2148.06/2172.62	c #Conflicts:    1892000 | #Constraints:     167202
2148.06/2172.62	c #Conflicts:    1893000 | #Constraints:     168238
2148.06/2172.62	c #Conflicts:    1894000 | #Constraints:     169270
2148.06/2172.62	c #Conflicts:    1895000 | #Constraints:     170311
2148.06/2172.62	c #Conflicts:    1896000 | #Constraints:     171346
2148.06/2172.62	c #Conflicts:    1897000 | #Constraints:     172374
2148.06/2172.62	c #Conflicts:    1898000 | #Constraints:     173412
2148.06/2172.62	c #Conflicts:    1899000 | #Constraints:     174449
2148.06/2172.62	c #Conflicts:    1900000 | #Constraints:     175477
2148.06/2172.62	c #Conflicts:    1901000 | #Constraints:     176508
2148.06/2172.62	c #Conflicts:    1902000 | #Constraints:     177554
2148.06/2172.62	c #Conflicts:    1903000 | #Constraints:     178586
2148.06/2172.62	c #Conflicts:    1904000 | #Constraints:     179620
2148.06/2172.62	c #Conflicts:    1905000 | #Constraints:     180658
2148.06/2172.62	c #Conflicts:    1906000 | #Constraints:     181697
2148.06/2172.62	c #Conflicts:    1907000 | #Constraints:     182739
2148.06/2172.62	c #Conflicts:    1908000 | #Constraints:     183783
2148.06/2172.62	c #Conflicts:    1909000 | #Constraints:     184828
2148.06/2172.62	c #Conflicts:    1910000 | #Constraints:     185868
2148.06/2172.62	c #Conflicts:    1911000 | #Constraints:     186905
2148.06/2172.62	c #Conflicts:    1912000 | #Constraints:     187951
2148.06/2172.62	c #Conflicts:    1913000 | #Constraints:     188983
2148.06/2172.62	c #Conflicts:    1914000 | #Constraints:     190010
2148.06/2172.62	c #Conflicts:    1915000 | #Constraints:     191050
2148.06/2172.62	c #Conflicts:    1916000 | #Constraints:     192085
2148.06/2172.62	c #Conflicts:    1917000 | #Constraints:     193118
2148.06/2172.62	c #Conflicts:    1918000 | #Constraints:     194146
2148.06/2172.62	c #Conflicts:    1919000 | #Constraints:     195184
2148.06/2172.62	c #Conflicts:    1920000 | #Constraints:     196218
2148.06/2172.62	c #Conflicts:    1921000 | #Constraints:     197242
2148.06/2172.62	c #Conflicts:    1922000 | #Constraints:     198277
2148.06/2172.62	c #Conflicts:    1923000 | #Constraints:     199308
2148.06/2172.62	c #Conflicts:    1924000 | #Constraints:     200355
2148.06/2172.62	c #Conflicts:    1925000 | #Constraints:     201392
2148.06/2172.62	c #Conflicts:    1926000 | #Constraints:     202423
2148.06/2172.62	c #Conflicts:    1927000 | #Constraints:     203454
2148.06/2172.62	c INPROCESSING
2148.06/2172.62	c GARBAGE COLLECT
2148.06/2172.62	c rational objective -281
2187.30/2212.07	c #Conflicts:    1928000 | #Constraints:     152103
2187.30/2212.07	c #Conflicts:    1929000 | #Constraints:     153103
2187.30/2212.07	c #Conflicts:    1930000 | #Constraints:     154103
2187.30/2212.07	c #Conflicts:    1931000 | #Constraints:     155103
2187.30/2212.07	c #Conflicts:    1932000 | #Constraints:     156103
2187.30/2212.07	c #Conflicts:    1933000 | #Constraints:     157103
2187.30/2212.07	c #Conflicts:    1934000 | #Constraints:     158103
2187.30/2212.07	c #Conflicts:    1935000 | #Constraints:     159103
2187.30/2212.07	c #Conflicts:    1936000 | #Constraints:     160103
2187.30/2212.07	c #Conflicts:    1937000 | #Constraints:     161103
2187.30/2212.07	c #Conflicts:    1938000 | #Constraints:     162103
2187.30/2212.07	c #Conflicts:    1939000 | #Constraints:     163103
2187.30/2212.07	c #Conflicts:    1940000 | #Constraints:     164103
2187.30/2212.07	c #Conflicts:    1941000 | #Constraints:     165103
2187.30/2212.07	c #Conflicts:    1942000 | #Constraints:     166103
2187.30/2212.07	c #Conflicts:    1943000 | #Constraints:     167103
2187.30/2212.07	c #Conflicts:    1944000 | #Constraints:     168103
2187.30/2212.07	c #Conflicts:    1945000 | #Constraints:     169103
2187.30/2212.07	c #Conflicts:    1946000 | #Constraints:     170103
2187.30/2212.07	c #Conflicts:    1947000 | #Constraints:     171103
2187.30/2212.07	c #Conflicts:    1948000 | #Constraints:     172103
2187.30/2212.07	c #Conflicts:    1949000 | #Constraints:     173103
2187.30/2212.07	c #Conflicts:    1950000 | #Constraints:     174103
2187.30/2212.07	c #Conflicts:    1951000 | #Constraints:     175103
2187.30/2212.07	c #Conflicts:    1952000 | #Constraints:     176103
2187.30/2212.07	c #Conflicts:    1953000 | #Constraints:     177103
2187.30/2212.07	c #Conflicts:    1954000 | #Constraints:     178103
2187.30/2212.07	c #Conflicts:    1955000 | #Constraints:     179103
2187.30/2212.07	c #Conflicts:    1956000 | #Constraints:     180103
2187.30/2212.07	c #Conflicts:    1957000 | #Constraints:     181103
2187.30/2212.07	c #Conflicts:    1958000 | #Constraints:     182103
2187.30/2212.07	c #Conflicts:    1959000 | #Constraints:     183103
2187.30/2212.07	c #Conflicts:    1960000 | #Constraints:     184103
2187.30/2212.07	c #Conflicts:    1961000 | #Constraints:     185103
2187.30/2212.07	c #Conflicts:    1962000 | #Constraints:     186103
2187.30/2212.07	c #Conflicts:    1963000 | #Constraints:     187103
2187.30/2212.07	c INPROCESSING
2187.30/2212.07	c GARBAGE COLLECT
2187.30/2212.07	c rational objective -281
2250.04/2275.04	c #Conflicts:    1964000 | #Constraints:     144106
2250.04/2275.04	c #Conflicts:    1965000 | #Constraints:     145106
2250.04/2275.04	c #Conflicts:    1966000 | #Constraints:     146106
2250.04/2275.04	c #Conflicts:    1967000 | #Constraints:     147106
2250.04/2275.04	c #Conflicts:    1968000 | #Constraints:     148106
2250.04/2275.04	c #Conflicts:    1969000 | #Constraints:     149106
2250.04/2275.04	c #Conflicts:    1970000 | #Constraints:     150106
2250.04/2275.04	c #Conflicts:    1971000 | #Constraints:     151106
2250.04/2275.04	c #Conflicts:    1972000 | #Constraints:     152106
2250.04/2275.04	c #Conflicts:    1973000 | #Constraints:     153106
2250.04/2275.04	c #Conflicts:    1974000 | #Constraints:     154106
2250.04/2275.04	c #Conflicts:    1975000 | #Constraints:     155106
2250.04/2275.04	c #Conflicts:    1976000 | #Constraints:     156106
2250.04/2275.04	c #Conflicts:    1977000 | #Constraints:     157106
2250.04/2275.04	c #Conflicts:    1978000 | #Constraints:     158106
2250.04/2275.04	c #Conflicts:    1979000 | #Constraints:     159106
2250.04/2275.04	c #Conflicts:    1980000 | #Constraints:     160106
2250.04/2275.04	c #Conflicts:    1981000 | #Constraints:     161106
2250.04/2275.04	c #Conflicts:    1982000 | #Constraints:     162106
2250.04/2275.04	c #Conflicts:    1983000 | #Constraints:     163106
2250.04/2275.05	c #Conflicts:    1984000 | #Constraints:     164106
2250.04/2275.05	c #Conflicts:    1985000 | #Constraints:     165106
2250.04/2275.05	c #Conflicts:    1986000 | #Constraints:     166106
2250.04/2275.05	c #Conflicts:    1987000 | #Constraints:     167106
2250.04/2275.05	c #Conflicts:    1988000 | #Constraints:     168106
2250.04/2275.05	c #Conflicts:    1989000 | #Constraints:     169106
2250.04/2275.05	c #Conflicts:    1990000 | #Constraints:     170106
2250.04/2275.05	c #Conflicts:    1991000 | #Constraints:     171106
2250.04/2275.05	c #Conflicts:    1992000 | #Constraints:     172106
2250.04/2275.05	c #Conflicts:    1993000 | #Constraints:     173106
2250.04/2275.05	c #Conflicts:    1994000 | #Constraints:     174106
2250.04/2275.05	c #Conflicts:    1995000 | #Constraints:     175106
2250.04/2275.05	c #Conflicts:    1996000 | #Constraints:     176106
2250.04/2275.05	c #Conflicts:    1997000 | #Constraints:     177106
2250.04/2275.05	c #Conflicts:    1998000 | #Constraints:     178106
2250.04/2275.05	c #Conflicts:    1999000 | #Constraints:     179106
2250.04/2275.05	c #Conflicts:    2000000 | #Constraints:     180106
2250.04/2275.05	c #Conflicts:    2001000 | #Constraints:     181106
2250.04/2275.05	c #Conflicts:    2002000 | #Constraints:     182106
2250.04/2275.05	c #Conflicts:    2003000 | #Constraints:     183106
2250.04/2275.05	c #Conflicts:    2004000 | #Constraints:     184106
2250.04/2275.05	c #Conflicts:    2005000 | #Constraints:     185106
2250.04/2275.05	c #Conflicts:    2006000 | #Constraints:     186106
2250.04/2275.05	c #Conflicts:    2007000 | #Constraints:     187106
2250.04/2275.05	c #Conflicts:    2008000 | #Constraints:     188106
2250.04/2275.05	c #Conflicts:    2009000 | #Constraints:     189106
2250.04/2275.05	c #Conflicts:    2010000 | #Constraints:     190106
2250.04/2275.05	c #Conflicts:    2011000 | #Constraints:     191106
2250.04/2275.05	c #Conflicts:    2012000 | #Constraints:     192106
2250.04/2275.05	c #Conflicts:    2013000 | #Constraints:     193106
2250.04/2275.05	c #Conflicts:    2014000 | #Constraints:     194106
2250.04/2275.05	c #Conflicts:    2015000 | #Constraints:     195106
2250.04/2275.05	c #Conflicts:    2016000 | #Constraints:     196106
2250.04/2275.05	c #Conflicts:    2017000 | #Constraints:     197106
2250.04/2275.05	c bounds -42 >= -280 @ 2230.84
2326.74/2352.15	c #Conflicts:    2018000 | #Constraints:     198178
2326.74/2352.15	c #Conflicts:    2019000 | #Constraints:     199178
2326.74/2352.15	c #Conflicts:    2020000 | #Constraints:     200178
2326.74/2352.15	c #Conflicts:    2021000 | #Constraints:     201178
2326.74/2352.15	c #Conflicts:    2022000 | #Constraints:     202178
2326.74/2352.15	c #Conflicts:    2023000 | #Constraints:     203178
2326.74/2352.15	c #Conflicts:    2024000 | #Constraints:     204178
2326.74/2352.15	c #Conflicts:    2025000 | #Constraints:     205178
2326.74/2352.15	c #Conflicts:    2026000 | #Constraints:     206178
2326.74/2352.15	c #Conflicts:    2027000 | #Constraints:     207178
2326.74/2352.15	c #Conflicts:    2028000 | #Constraints:     208178
2326.74/2352.15	c #Conflicts:    2029000 | #Constraints:     209178
2326.74/2352.15	c #Conflicts:    2030000 | #Constraints:     210178
2326.74/2352.15	c #Conflicts:    2031000 | #Constraints:     211178
2326.74/2352.15	c #Conflicts:    2032000 | #Constraints:     212178
2326.74/2352.15	c #Conflicts:    2033000 | #Constraints:     213178
2326.74/2352.15	c #Conflicts:    2034000 | #Constraints:     214178
2326.74/2352.15	c #Conflicts:    2035000 | #Constraints:     215178
2326.74/2352.15	c #Conflicts:    2036000 | #Constraints:     216178
2326.74/2352.15	c #Conflicts:    2037000 | #Constraints:     217178
2326.74/2352.15	c #Conflicts:    2038000 | #Constraints:     218178
2326.74/2352.15	c #Conflicts:    2039000 | #Constraints:     219178
2326.74/2352.15	c #Conflicts:    2040000 | #Constraints:     220178
2326.74/2352.15	c #Conflicts:    2041000 | #Constraints:     221178
2326.74/2352.15	c #Conflicts:    2042000 | #Constraints:     222178
2326.74/2352.15	c #Conflicts:    2043000 | #Constraints:     223178
2326.74/2352.15	c #Conflicts:    2044000 | #Constraints:     224178
2326.74/2352.15	c #Conflicts:    2045000 | #Constraints:     225178
2326.74/2352.15	c #Conflicts:    2046000 | #Constraints:     226178
2326.74/2352.15	c #Conflicts:    2047000 | #Constraints:     227178
2326.74/2352.15	c #Conflicts:    2048000 | #Constraints:     228178
2326.74/2352.15	c #Conflicts:    2049000 | #Constraints:     229178
2326.74/2352.15	c #Conflicts:    2050000 | #Constraints:     230178
2326.74/2352.15	c #Conflicts:    2051000 | #Constraints:     231178
2326.74/2352.15	c #Conflicts:    2052000 | #Constraints:     232178
2326.74/2352.15	c #Conflicts:    2053000 | #Constraints:     233178
2326.74/2352.15	c #Conflicts:    2054000 | #Constraints:     234178
2326.74/2352.15	c #Conflicts:    2055000 | #Constraints:     235178
2326.74/2352.15	c #Conflicts:    2056000 | #Constraints:     236178
2326.74/2352.15	c #Conflicts:    2057000 | #Constraints:     237178
2326.74/2352.15	c #Conflicts:    2058000 | #Constraints:     238178
2326.74/2352.15	c #Conflicts:    2059000 | #Constraints:     239178
2326.74/2352.15	c #Conflicts:    2060000 | #Constraints:     240178
2326.74/2352.15	c INPROCESSING
2326.74/2352.15	c GARBAGE COLLECT
2326.74/2352.15	c rational objective -280
2372.39/2397.91	c #Conflicts:    2061000 | #Constraints:     170415
2372.39/2397.91	c #Conflicts:    2062000 | #Constraints:     171415
2372.39/2397.91	c #Conflicts:    2063000 | #Constraints:     172415
2372.39/2397.91	c #Conflicts:    2064000 | #Constraints:     173415
2372.39/2397.91	c #Conflicts:    2065000 | #Constraints:     174415
2372.39/2397.91	c #Conflicts:    2066000 | #Constraints:     175415
2372.39/2397.91	c #Conflicts:    2067000 | #Constraints:     176416
2372.39/2397.91	c #Conflicts:    2068000 | #Constraints:     177453
2372.39/2397.91	c #Conflicts:    2069000 | #Constraints:     178489
2372.39/2397.91	c #Conflicts:    2070000 | #Constraints:     179511
2372.39/2397.91	c #Conflicts:    2071000 | #Constraints:     180566
2372.39/2397.91	c #Conflicts:    2072000 | #Constraints:     181603
2372.39/2397.91	c #Conflicts:    2073000 | #Constraints:     182635
2372.39/2397.91	c #Conflicts:    2074000 | #Constraints:     183671
2372.39/2397.91	c #Conflicts:    2075000 | #Constraints:     184699
2372.39/2397.91	c #Conflicts:    2076000 | #Constraints:     185746
2372.39/2397.91	c #Conflicts:    2077000 | #Constraints:     186779
2372.39/2397.91	c #Conflicts:    2078000 | #Constraints:     187814
2372.39/2397.91	c #Conflicts:    2079000 | #Constraints:     188831
2372.39/2397.91	c #Conflicts:    2080000 | #Constraints:     189863
2372.39/2397.91	c #Conflicts:    2081000 | #Constraints:     190900
2372.39/2397.91	c #Conflicts:    2082000 | #Constraints:     191937
2372.39/2397.91	c #Conflicts:    2083000 | #Constraints:     192971
2372.39/2397.91	c #Conflicts:    2084000 | #Constraints:     194006
2372.39/2397.91	c #Conflicts:    2085000 | #Constraints:     195051
2372.39/2397.91	c #Conflicts:    2086000 | #Constraints:     196087
2372.39/2397.91	c #Conflicts:    2087000 | #Constraints:     197134
2372.39/2397.91	c #Conflicts:    2088000 | #Constraints:     198174
2372.39/2397.91	c #Conflicts:    2089000 | #Constraints:     199214
2372.39/2397.91	c #Conflicts:    2090000 | #Constraints:     200241
2372.39/2397.91	c #Conflicts:    2091000 | #Constraints:     201264
2372.39/2397.91	c #Conflicts:    2092000 | #Constraints:     202307
2372.39/2397.91	c #Conflicts:    2093000 | #Constraints:     203353
2372.39/2397.91	c #Conflicts:    2094000 | #Constraints:     204383
2372.39/2397.91	c #Conflicts:    2095000 | #Constraints:     205419
2372.39/2397.91	c #Conflicts:    2096000 | #Constraints:     206462
2372.39/2397.91	c #Conflicts:    2097000 | #Constraints:     207504
2372.39/2397.91	c INPROCESSING
2372.39/2397.91	c GARBAGE COLLECT
2372.39/2397.91	c rational objective -280
2413.04/2438.72	c #Conflicts:    2098000 | #Constraints:     153978
2413.04/2438.72	c #Conflicts:    2099000 | #Constraints:     154978
2413.04/2438.72	c #Conflicts:    2100000 | #Constraints:     155978
2413.04/2438.72	c #Conflicts:    2101000 | #Constraints:     156978
2413.04/2438.72	c #Conflicts:    2102000 | #Constraints:     157978
2413.04/2438.72	c #Conflicts:    2103000 | #Constraints:     158978
2413.04/2438.72	c #Conflicts:    2104000 | #Constraints:     159978
2413.04/2438.72	c #Conflicts:    2105000 | #Constraints:     160978
2413.04/2438.72	c #Conflicts:    2106000 | #Constraints:     161978
2413.04/2438.72	c #Conflicts:    2107000 | #Constraints:     162978
2413.04/2438.72	c #Conflicts:    2108000 | #Constraints:     163978
2413.04/2438.72	c #Conflicts:    2109000 | #Constraints:     164978
2413.04/2438.72	c #Conflicts:    2110000 | #Constraints:     165978
2413.04/2438.72	c #Conflicts:    2111000 | #Constraints:     166978
2413.04/2438.72	c #Conflicts:    2112000 | #Constraints:     167978
2413.04/2438.72	c #Conflicts:    2113000 | #Constraints:     168978
2413.04/2438.72	c #Conflicts:    2114000 | #Constraints:     169978
2413.04/2438.72	c #Conflicts:    2115000 | #Constraints:     170978
2413.04/2438.72	c #Conflicts:    2116000 | #Constraints:     171978
2413.04/2438.72	c #Conflicts:    2117000 | #Constraints:     172978
2413.04/2438.72	c #Conflicts:    2118000 | #Constraints:     173978
2413.04/2438.72	c #Conflicts:    2119000 | #Constraints:     174978
2413.04/2438.72	c #Conflicts:    2120000 | #Constraints:     175978
2413.04/2438.72	c #Conflicts:    2121000 | #Constraints:     176978
2413.04/2438.72	c #Conflicts:    2122000 | #Constraints:     177978
2413.04/2438.72	c #Conflicts:    2123000 | #Constraints:     178978
2413.04/2438.72	c #Conflicts:    2124000 | #Constraints:     179978
2413.04/2438.72	c #Conflicts:    2125000 | #Constraints:     180978
2413.04/2438.72	c #Conflicts:    2126000 | #Constraints:     181978
2413.04/2438.72	c #Conflicts:    2127000 | #Constraints:     182978
2413.04/2438.72	c #Conflicts:    2128000 | #Constraints:     183978
2413.04/2438.72	c #Conflicts:    2129000 | #Constraints:     184978
2413.04/2438.72	c #Conflicts:    2130000 | #Constraints:     185978
2413.04/2438.72	c #Conflicts:    2131000 | #Constraints:     186978
2413.04/2438.72	c #Conflicts:    2132000 | #Constraints:     187978
2413.04/2438.72	c #Conflicts:    2133000 | #Constraints:     188978
2413.04/2438.72	c #Conflicts:    2134000 | #Constraints:     189978
2413.04/2438.72	c #Conflicts:    2135000 | #Constraints:     190978
2413.04/2438.72	c INPROCESSING
2413.04/2438.72	c GARBAGE COLLECT
2413.04/2438.72	c rational objective -280
2452.89/2478.70	c #Conflicts:    2136000 | #Constraints:     146094
2452.89/2478.70	c #Conflicts:    2137000 | #Constraints:     147094
2452.89/2478.70	c #Conflicts:    2138000 | #Constraints:     148094
2452.89/2478.70	c #Conflicts:    2139000 | #Constraints:     149094
2452.89/2478.70	c #Conflicts:    2140000 | #Constraints:     150094
2452.89/2478.70	c #Conflicts:    2141000 | #Constraints:     151094
2452.89/2478.70	c #Conflicts:    2142000 | #Constraints:     152094
2452.89/2478.70	c #Conflicts:    2143000 | #Constraints:     153094
2452.89/2478.70	c #Conflicts:    2144000 | #Constraints:     154094
2452.89/2478.70	c #Conflicts:    2145000 | #Constraints:     155094
2452.89/2478.70	c #Conflicts:    2146000 | #Constraints:     156094
2452.89/2478.70	c #Conflicts:    2147000 | #Constraints:     157094
2452.89/2478.70	c #Conflicts:    2148000 | #Constraints:     158094
2452.89/2478.70	c #Conflicts:    2149000 | #Constraints:     159094
2452.89/2478.70	c #Conflicts:    2150000 | #Constraints:     160094
2452.89/2478.70	c #Conflicts:    2151000 | #Constraints:     161094
2452.89/2478.70	c #Conflicts:    2152000 | #Constraints:     162094
2452.89/2478.70	c #Conflicts:    2153000 | #Constraints:     163094
2452.89/2478.70	c #Conflicts:    2154000 | #Constraints:     164094
2452.89/2478.70	c #Conflicts:    2155000 | #Constraints:     165094
2452.89/2478.70	c #Conflicts:    2156000 | #Constraints:     166094
2452.89/2478.70	c #Conflicts:    2157000 | #Constraints:     167094
2452.89/2478.70	c #Conflicts:    2158000 | #Constraints:     168094
2452.89/2478.70	c #Conflicts:    2159000 | #Constraints:     169094
2452.89/2478.70	c #Conflicts:    2160000 | #Constraints:     170094
2452.89/2478.70	c #Conflicts:    2161000 | #Constraints:     171094
2452.89/2478.70	c #Conflicts:    2162000 | #Constraints:     172094
2452.89/2478.70	c #Conflicts:    2163000 | #Constraints:     173094
2452.89/2478.70	c #Conflicts:    2164000 | #Constraints:     174094
2452.89/2478.70	c #Conflicts:    2165000 | #Constraints:     175094
2452.89/2478.70	c #Conflicts:    2166000 | #Constraints:     176094
2452.89/2478.70	c #Conflicts:    2167000 | #Constraints:     177094
2452.89/2478.70	c #Conflicts:    2168000 | #Constraints:     178094
2452.89/2478.70	c #Conflicts:    2169000 | #Constraints:     179094
2452.89/2478.70	c #Conflicts:    2170000 | #Constraints:     180094
2452.89/2478.70	c #Conflicts:    2171000 | #Constraints:     181094
2452.89/2478.70	c #Conflicts:    2172000 | #Constraints:     182094
2452.89/2478.70	c bounds -42 >= -279 @ 2432.22
2570.67/2596.89	c #Conflicts:    2173000 | #Constraints:     183155
2570.67/2596.89	c #Conflicts:    2174000 | #Constraints:     184184
2570.67/2596.89	c #Conflicts:    2175000 | #Constraints:     185233
2570.67/2596.89	c #Conflicts:    2176000 | #Constraints:     186278
2570.67/2596.89	c #Conflicts:    2177000 | #Constraints:     187318
2570.67/2596.89	c #Conflicts:    2178000 | #Constraints:     188361
2570.67/2596.89	c #Conflicts:    2179000 | #Constraints:     189402
2570.67/2596.89	c #Conflicts:    2180000 | #Constraints:     190439
2570.67/2596.89	c #Conflicts:    2181000 | #Constraints:     191473
2570.67/2596.89	c #Conflicts:    2182000 | #Constraints:     192507
2570.67/2596.89	c #Conflicts:    2183000 | #Constraints:     193555
2570.67/2596.89	c #Conflicts:    2184000 | #Constraints:     194592
2570.67/2596.89	c #Conflicts:    2185000 | #Constraints:     195632
2570.67/2596.89	c #Conflicts:    2186000 | #Constraints:     196673
2570.67/2596.89	c #Conflicts:    2187000 | #Constraints:     197716
2570.67/2596.89	c #Conflicts:    2188000 | #Constraints:     198756
2570.67/2596.89	c #Conflicts:    2189000 | #Constraints:     199803
2570.67/2596.89	c #Conflicts:    2190000 | #Constraints:     200831
2570.67/2596.89	c #Conflicts:    2191000 | #Constraints:     201874
2570.67/2596.89	c #Conflicts:    2192000 | #Constraints:     202902
2570.67/2596.89	c #Conflicts:    2193000 | #Constraints:     203940
2570.67/2596.89	c #Conflicts:    2194000 | #Constraints:     204966
2570.67/2596.89	c #Conflicts:    2195000 | #Constraints:     205996
2570.67/2596.89	c #Conflicts:    2196000 | #Constraints:     207033
2570.67/2596.89	c #Conflicts:    2197000 | #Constraints:     208066
2570.67/2596.89	c #Conflicts:    2198000 | #Constraints:     209102
2570.67/2596.89	c #Conflicts:    2199000 | #Constraints:     210137
2570.67/2596.89	c #Conflicts:    2200000 | #Constraints:     211174
2570.67/2596.89	c #Conflicts:    2201000 | #Constraints:     212205
2570.67/2596.89	c #Conflicts:    2202000 | #Constraints:     213246
2570.67/2596.89	c #Conflicts:    2203000 | #Constraints:     214280
2570.67/2596.89	c #Conflicts:    2204000 | #Constraints:     215312
2570.67/2596.89	c #Conflicts:    2205000 | #Constraints:     216354
2570.67/2596.89	c #Conflicts:    2206000 | #Constraints:     217392
2570.67/2596.89	c #Conflicts:    2207000 | #Constraints:     218426
2570.67/2596.89	c #Conflicts:    2208000 | #Constraints:     219461
2570.67/2596.89	c #Conflicts:    2209000 | #Constraints:     220484
2570.67/2596.89	c #Conflicts:    2210000 | #Constraints:     221510
2570.67/2596.89	c #Conflicts:    2211000 | #Constraints:     222542
2570.67/2596.89	c #Conflicts:    2212000 | #Constraints:     223580
2570.67/2596.89	c #Conflicts:    2213000 | #Constraints:     224621
2570.67/2596.89	c #Conflicts:    2214000 | #Constraints:     225659
2570.67/2596.89	c #Conflicts:    2215000 | #Constraints:     226688
2570.67/2596.89	c #Conflicts:    2216000 | #Constraints:     227722
2570.67/2596.89	c #Conflicts:    2217000 | #Constraints:     228754
2570.67/2596.89	c #Conflicts:    2218000 | #Constraints:     229795
2570.67/2596.89	c #Conflicts:    2219000 | #Constraints:     230830
2570.67/2596.89	c #Conflicts:    2220000 | #Constraints:     231867
2570.67/2596.89	c #Conflicts:    2221000 | #Constraints:     232898
2570.67/2596.89	c #Conflicts:    2222000 | #Constraints:     233928
2570.67/2596.89	c #Conflicts:    2223000 | #Constraints:     234967
2570.67/2596.89	c #Conflicts:    2224000 | #Constraints:     236009
2570.67/2596.89	c #Conflicts:    2225000 | #Constraints:     237042
2570.67/2596.89	c #Conflicts:    2226000 | #Constraints:     238066
2570.67/2596.89	c #Conflicts:    2227000 | #Constraints:     239094
2570.67/2596.89	c #Conflicts:    2228000 | #Constraints:     240122
2570.67/2596.89	c #Conflicts:    2229000 | #Constraints:     241147
2570.67/2596.89	c #Conflicts:    2230000 | #Constraints:     242182
2570.67/2596.89	c #Conflicts:    2231000 | #Constraints:     243217
2570.67/2596.89	c #Conflicts:    2232000 | #Constraints:     244257
2570.67/2596.89	c #Conflicts:    2233000 | #Constraints:     245283
2570.67/2596.89	c #Conflicts:    2234000 | #Constraints:     246314
2570.67/2596.89	c #Conflicts:    2235000 | #Constraints:     247356
2570.67/2596.89	c #Conflicts:    2236000 | #Constraints:     248388
2570.67/2596.89	c INPROCESSING
2570.67/2596.89	c GARBAGE COLLECT
2570.67/2596.89	c rational objective -279
2627.91/2654.22	c #Conflicts:    2237000 | #Constraints:     174504
2627.91/2654.22	c #Conflicts:    2238000 | #Constraints:     175504
2627.91/2654.22	c #Conflicts:    2239000 | #Constraints:     176504
2627.91/2654.22	c #Conflicts:    2240000 | #Constraints:     177504
2627.91/2654.22	c #Conflicts:    2241000 | #Constraints:     178504
2627.91/2654.22	c #Conflicts:    2242000 | #Constraints:     179504
2627.91/2654.22	c #Conflicts:    2243000 | #Constraints:     180504
2627.91/2654.22	c #Conflicts:    2244000 | #Constraints:     181504
2627.91/2654.22	c #Conflicts:    2245000 | #Constraints:     182504
2627.91/2654.22	c #Conflicts:    2246000 | #Constraints:     183504
2627.91/2654.22	c #Conflicts:    2247000 | #Constraints:     184504
2627.91/2654.22	c #Conflicts:    2248000 | #Constraints:     185504
2627.91/2654.22	c #Conflicts:    2249000 | #Constraints:     186504
2627.91/2654.22	c #Conflicts:    2250000 | #Constraints:     187504
2627.91/2654.22	c #Conflicts:    2251000 | #Constraints:     188504
2627.91/2654.22	c #Conflicts:    2252000 | #Constraints:     189504
2627.91/2654.22	c #Conflicts:    2253000 | #Constraints:     190504
2627.91/2654.22	c #Conflicts:    2254000 | #Constraints:     191504
2627.91/2654.22	c #Conflicts:    2255000 | #Constraints:     192504
2627.91/2654.22	c #Conflicts:    2256000 | #Constraints:     193504
2627.91/2654.22	c #Conflicts:    2257000 | #Constraints:     194504
2627.91/2654.22	c #Conflicts:    2258000 | #Constraints:     195504
2627.91/2654.22	c #Conflicts:    2259000 | #Constraints:     196504
2627.91/2654.22	c #Conflicts:    2260000 | #Constraints:     197504
2627.91/2654.22	c #Conflicts:    2261000 | #Constraints:     198504
2627.91/2654.22	c #Conflicts:    2262000 | #Constraints:     199504
2627.91/2654.22	c #Conflicts:    2263000 | #Constraints:     200504
2627.91/2654.22	c #Conflicts:    2264000 | #Constraints:     201504
2627.91/2654.22	c #Conflicts:    2265000 | #Constraints:     202504
2627.91/2654.22	c #Conflicts:    2266000 | #Constraints:     203504
2627.91/2654.22	c #Conflicts:    2267000 | #Constraints:     204504
2627.91/2654.22	c #Conflicts:    2268000 | #Constraints:     205504
2627.91/2654.22	c #Conflicts:    2269000 | #Constraints:     206504
2627.91/2654.22	c #Conflicts:    2270000 | #Constraints:     207504
2627.91/2654.22	c #Conflicts:    2271000 | #Constraints:     208504
2627.91/2654.22	c #Conflicts:    2272000 | #Constraints:     209504
2627.91/2654.22	c #Conflicts:    2273000 | #Constraints:     210504
2627.91/2654.22	c #Conflicts:    2274000 | #Constraints:     211504
2627.91/2654.22	c #Conflicts:    2275000 | #Constraints:     212504
2627.91/2654.22	c INPROCESSING
2627.91/2654.22	c GARBAGE COLLECT
2627.91/2654.22	c rational objective -279
2669.63/2696.12	c #Conflicts:    2276000 | #Constraints:     156799
2669.63/2696.12	c #Conflicts:    2277000 | #Constraints:     157799
2669.63/2696.12	c #Conflicts:    2278000 | #Constraints:     158799
2669.63/2696.12	c #Conflicts:    2279000 | #Constraints:     159799
2669.63/2696.12	c #Conflicts:    2280000 | #Constraints:     160799
2669.63/2696.12	c #Conflicts:    2281000 | #Constraints:     161799
2669.63/2696.12	c #Conflicts:    2282000 | #Constraints:     162799
2669.63/2696.12	c #Conflicts:    2283000 | #Constraints:     163799
2669.63/2696.12	c #Conflicts:    2284000 | #Constraints:     164799
2669.63/2696.12	c #Conflicts:    2285000 | #Constraints:     165799
2669.63/2696.12	c #Conflicts:    2286000 | #Constraints:     166799
2669.63/2696.12	c #Conflicts:    2287000 | #Constraints:     167799
2669.63/2696.12	c #Conflicts:    2288000 | #Constraints:     168799
2669.63/2696.12	c #Conflicts:    2289000 | #Constraints:     169799
2669.63/2696.12	c #Conflicts:    2290000 | #Constraints:     170799
2669.63/2696.12	c #Conflicts:    2291000 | #Constraints:     171799
2669.63/2696.12	c #Conflicts:    2292000 | #Constraints:     172799
2669.63/2696.12	c #Conflicts:    2293000 | #Constraints:     173799
2669.63/2696.12	c #Conflicts:    2294000 | #Constraints:     174799
2669.63/2696.12	c #Conflicts:    2295000 | #Constraints:     175799
2669.63/2696.12	c #Conflicts:    2296000 | #Constraints:     176799
2669.63/2696.12	c #Conflicts:    2297000 | #Constraints:     177799
2669.63/2696.12	c #Conflicts:    2298000 | #Constraints:     178799
2669.63/2696.12	c #Conflicts:    2299000 | #Constraints:     179799
2669.63/2696.12	c #Conflicts:    2300000 | #Constraints:     180799
2669.63/2696.12	c #Conflicts:    2301000 | #Constraints:     181799
2669.63/2696.12	c #Conflicts:    2302000 | #Constraints:     182799
2669.63/2696.12	c #Conflicts:    2303000 | #Constraints:     183799
2669.63/2696.12	c #Conflicts:    2304000 | #Constraints:     184799
2669.63/2696.12	c #Conflicts:    2305000 | #Constraints:     185799
2669.63/2696.12	c #Conflicts:    2306000 | #Constraints:     186799
2669.63/2696.12	c #Conflicts:    2307000 | #Constraints:     187799
2669.63/2696.12	c #Conflicts:    2308000 | #Constraints:     188799
2669.63/2696.12	c #Conflicts:    2309000 | #Constraints:     189799
2669.63/2696.12	c #Conflicts:    2310000 | #Constraints:     190799
2669.63/2696.12	c #Conflicts:    2311000 | #Constraints:     191799
2669.63/2696.12	c #Conflicts:    2312000 | #Constraints:     192799
2669.63/2696.12	c #Conflicts:    2313000 | #Constraints:     193799
2669.63/2696.12	c #Conflicts:    2314000 | #Constraints:     194799
2669.63/2696.12	c INPROCESSING
2669.63/2696.12	c GARBAGE COLLECT
2669.63/2696.12	c rational objective -279
2706.47/2733.19	c #Conflicts:    2315000 | #Constraints:     147942
2706.47/2733.19	c #Conflicts:    2316000 | #Constraints:     148942
2706.47/2733.19	c #Conflicts:    2317000 | #Constraints:     149942
2706.47/2733.19	c #Conflicts:    2318000 | #Constraints:     150942
2706.47/2733.19	c #Conflicts:    2319000 | #Constraints:     151942
2706.47/2733.19	c #Conflicts:    2320000 | #Constraints:     152942
2706.47/2733.19	c #Conflicts:    2321000 | #Constraints:     153942
2706.47/2733.19	c #Conflicts:    2322000 | #Constraints:     154942
2706.47/2733.19	c #Conflicts:    2323000 | #Constraints:     155942
2706.47/2733.19	c #Conflicts:    2324000 | #Constraints:     156942
2706.47/2733.19	c #Conflicts:    2325000 | #Constraints:     157942
2706.47/2733.19	c #Conflicts:    2326000 | #Constraints:     158942
2706.47/2733.19	c #Conflicts:    2327000 | #Constraints:     159942
2706.47/2733.19	c #Conflicts:    2328000 | #Constraints:     160942
2706.47/2733.19	c #Conflicts:    2329000 | #Constraints:     161942
2706.47/2733.19	c #Conflicts:    2330000 | #Constraints:     162942
2706.47/2733.19	c #Conflicts:    2331000 | #Constraints:     163942
2706.47/2733.19	c #Conflicts:    2332000 | #Constraints:     164942
2706.47/2733.19	c #Conflicts:    2333000 | #Constraints:     165942
2706.47/2733.19	c #Conflicts:    2334000 | #Constraints:     166942
2706.47/2733.19	c #Conflicts:    2335000 | #Constraints:     167942
2706.47/2733.19	c #Conflicts:    2336000 | #Constraints:     168942
2706.47/2733.19	c #Conflicts:    2337000 | #Constraints:     169942
2706.47/2733.19	c #Conflicts:    2338000 | #Constraints:     170942
2706.47/2733.19	c #Conflicts:    2339000 | #Constraints:     171942
2706.47/2733.19	c #Conflicts:    2340000 | #Constraints:     172942
2706.47/2733.19	c #Conflicts:    2341000 | #Constraints:     173942
2706.47/2733.19	c #Conflicts:    2342000 | #Constraints:     174942
2706.47/2733.19	c #Conflicts:    2343000 | #Constraints:     175942
2706.47/2733.19	c #Conflicts:    2344000 | #Constraints:     176942
2706.47/2733.19	c #Conflicts:    2345000 | #Constraints:     177942
2706.47/2733.19	c #Conflicts:    2346000 | #Constraints:     178942
2706.47/2733.19	c #Conflicts:    2347000 | #Constraints:     179942
2706.47/2733.19	c #Conflicts:    2348000 | #Constraints:     180942
2706.47/2733.19	c #Conflicts:    2349000 | #Constraints:     181942
2706.47/2733.19	c #Conflicts:    2350000 | #Constraints:     182942
2706.47/2733.19	c #Conflicts:    2351000 | #Constraints:     183942
2706.47/2733.19	c bounds -42 >= -278 @ 2684.24
2795.72/2824.67	c #Conflicts:    2352000 | #Constraints:     185017
2795.72/2824.67	c #Conflicts:    2353000 | #Constraints:     186017
2795.72/2824.67	c #Conflicts:    2354000 | #Constraints:     187017
2795.72/2824.67	c #Conflicts:    2355000 | #Constraints:     188017
2795.72/2824.67	c #Conflicts:    2356000 | #Constraints:     189017
2795.72/2824.67	c #Conflicts:    2357000 | #Constraints:     190017
2795.72/2824.67	c #Conflicts:    2358000 | #Constraints:     191017
2795.72/2824.67	c #Conflicts:    2359000 | #Constraints:     192017
2795.72/2824.67	c #Conflicts:    2360000 | #Constraints:     193017
2795.72/2824.67	c #Conflicts:    2361000 | #Constraints:     194017
2795.72/2824.67	c #Conflicts:    2362000 | #Constraints:     195017
2795.72/2824.67	c #Conflicts:    2363000 | #Constraints:     196017
2795.72/2824.67	c #Conflicts:    2364000 | #Constraints:     197017
2795.72/2824.67	c #Conflicts:    2365000 | #Constraints:     198017
2795.72/2824.67	c #Conflicts:    2366000 | #Constraints:     199017
2795.72/2824.67	c #Conflicts:    2367000 | #Constraints:     200017
2795.72/2824.67	c #Conflicts:    2368000 | #Constraints:     201017
2795.72/2824.67	c #Conflicts:    2369000 | #Constraints:     202017
2795.72/2824.67	c #Conflicts:    2370000 | #Constraints:     203017
2795.72/2824.67	c #Conflicts:    2371000 | #Constraints:     204017
2795.72/2824.67	c #Conflicts:    2372000 | #Constraints:     205017
2795.72/2824.67	c #Conflicts:    2373000 | #Constraints:     206017
2795.72/2824.67	c #Conflicts:    2374000 | #Constraints:     207017
2795.72/2824.67	c #Conflicts:    2375000 | #Constraints:     208017
2795.72/2824.67	c #Conflicts:    2376000 | #Constraints:     209017
2795.72/2824.67	c #Conflicts:    2377000 | #Constraints:     210017
2795.72/2824.67	c #Conflicts:    2378000 | #Constraints:     211017
2795.72/2824.67	c #Conflicts:    2379000 | #Constraints:     212017
2795.72/2824.67	c #Conflicts:    2380000 | #Constraints:     213017
2795.72/2824.67	c #Conflicts:    2381000 | #Constraints:     214017
2795.72/2824.67	c #Conflicts:    2382000 | #Constraints:     215017
2795.72/2824.67	c #Conflicts:    2383000 | #Constraints:     216017
2795.72/2824.67	c #Conflicts:    2384000 | #Constraints:     217017
2795.72/2824.67	c #Conflicts:    2385000 | #Constraints:     218017
2795.72/2824.67	c #Conflicts:    2386000 | #Constraints:     219017
2795.72/2824.67	c #Conflicts:    2387000 | #Constraints:     220017
2795.72/2824.67	c #Conflicts:    2388000 | #Constraints:     221017
2795.72/2824.67	c #Conflicts:    2389000 | #Constraints:     222017
2795.72/2824.67	c #Conflicts:    2390000 | #Constraints:     223017
2795.72/2824.67	c #Conflicts:    2391000 | #Constraints:     224017
2795.72/2824.67	c #Conflicts:    2392000 | #Constraints:     225017
2795.72/2824.67	c #Conflicts:    2393000 | #Constraints:     226017
2795.72/2824.67	c #Conflicts:    2394000 | #Constraints:     227017
2795.72/2824.67	c #Conflicts:    2395000 | #Constraints:     228017
2795.72/2824.67	c #Conflicts:    2396000 | #Constraints:     229017
2795.72/2824.67	c #Conflicts:    2397000 | #Constraints:     230017
2795.72/2824.67	c #Conflicts:    2398000 | #Constraints:     231017
2795.72/2824.67	c #Conflicts:    2399000 | #Constraints:     232017
2795.72/2824.67	c #Conflicts:    2400000 | #Constraints:     233017
2795.72/2824.67	c #Conflicts:    2401000 | #Constraints:     234017
2795.72/2824.67	c #Conflicts:    2402000 | #Constraints:     235017
2795.72/2824.67	c #Conflicts:    2403000 | #Constraints:     236017
2795.72/2824.67	c #Conflicts:    2404000 | #Constraints:     237017
2795.72/2824.67	c #Conflicts:    2405000 | #Constraints:     238017
2795.72/2824.67	c #Conflicts:    2406000 | #Constraints:     239017
2795.72/2824.67	c #Conflicts:    2407000 | #Constraints:     240017
2795.72/2824.67	c #Conflicts:    2408000 | #Constraints:     241017
2795.72/2824.67	c #Conflicts:    2409000 | #Constraints:     242017
2795.72/2824.67	c #Conflicts:    2410000 | #Constraints:     243017
2795.72/2824.67	c #Conflicts:    2411000 | #Constraints:     244017
2795.72/2824.67	c #Conflicts:    2412000 | #Constraints:     245017
2795.72/2824.67	c bounds -42 >= -277 @ 2772.89
2811.07/2840.19	c #Conflicts:    2413000 | #Constraints:     246053
2811.07/2840.19	c #Conflicts:    2414000 | #Constraints:     247053
2811.07/2840.19	c #Conflicts:    2415000 | #Constraints:     248053
2811.07/2840.19	c #Conflicts:    2416000 | #Constraints:     249053
2811.07/2840.19	c #Conflicts:    2417000 | #Constraints:     250053
2811.07/2840.19	c #Conflicts:    2418000 | #Constraints:     251053
2811.07/2840.19	c #Conflicts:    2419000 | #Constraints:     252053
2811.07/2840.19	c INPROCESSING
2811.07/2840.19	c GARBAGE COLLECT
2811.07/2840.19	c rational objective -277
2866.19/2896.13	c #Conflicts:    2420000 | #Constraints:     176203
2866.19/2896.13	c #Conflicts:    2421000 | #Constraints:     177203
2866.19/2896.13	c #Conflicts:    2422000 | #Constraints:     178203
2866.19/2896.13	c #Conflicts:    2423000 | #Constraints:     179203
2866.19/2896.13	c #Conflicts:    2424000 | #Constraints:     180203
2866.19/2896.13	c #Conflicts:    2425000 | #Constraints:     181203
2866.19/2896.13	c #Conflicts:    2426000 | #Constraints:     182203
2866.19/2896.13	c #Conflicts:    2427000 | #Constraints:     183203
2866.19/2896.13	c #Conflicts:    2428000 | #Constraints:     184203
2866.19/2896.13	c #Conflicts:    2429000 | #Constraints:     185203
2866.19/2896.13	c #Conflicts:    2430000 | #Constraints:     186203
2866.19/2896.13	c #Conflicts:    2431000 | #Constraints:     187203
2866.19/2896.13	c #Conflicts:    2432000 | #Constraints:     188203
2866.19/2896.13	c #Conflicts:    2433000 | #Constraints:     189203
2866.19/2896.13	c #Conflicts:    2434000 | #Constraints:     190203
2866.19/2896.13	c #Conflicts:    2435000 | #Constraints:     191203
2866.19/2896.13	c #Conflicts:    2436000 | #Constraints:     192203
2866.19/2896.13	c #Conflicts:    2437000 | #Constraints:     193203
2866.19/2896.13	c #Conflicts:    2438000 | #Constraints:     194203
2866.19/2896.13	c #Conflicts:    2439000 | #Constraints:     195203
2866.19/2896.13	c #Conflicts:    2440000 | #Constraints:     196203
2866.19/2896.13	c #Conflicts:    2441000 | #Constraints:     197203
2866.19/2896.13	c #Conflicts:    2442000 | #Constraints:     198203
2866.19/2896.13	c #Conflicts:    2443000 | #Constraints:     199203
2866.19/2896.13	c #Conflicts:    2444000 | #Constraints:     200203
2866.19/2896.13	c #Conflicts:    2445000 | #Constraints:     201203
2866.19/2896.13	c #Conflicts:    2446000 | #Constraints:     202203
2866.19/2896.13	c #Conflicts:    2447000 | #Constraints:     203203
2866.19/2896.13	c #Conflicts:    2448000 | #Constraints:     204203
2866.19/2896.13	c #Conflicts:    2449000 | #Constraints:     205203
2866.19/2896.13	c #Conflicts:    2450000 | #Constraints:     206203
2866.19/2896.13	c #Conflicts:    2451000 | #Constraints:     207203
2866.19/2896.13	c #Conflicts:    2452000 | #Constraints:     208203
2866.19/2896.13	c #Conflicts:    2453000 | #Constraints:     209203
2866.19/2896.13	c #Conflicts:    2454000 | #Constraints:     210203
2866.19/2896.13	c #Conflicts:    2455000 | #Constraints:     211203
2866.19/2896.13	c #Conflicts:    2456000 | #Constraints:     212203
2866.19/2896.13	c #Conflicts:    2457000 | #Constraints:     213203
2866.19/2896.13	c #Conflicts:    2458000 | #Constraints:     214203
2866.19/2896.13	c #Conflicts:    2459000 | #Constraints:     215203
2866.19/2896.13	c #Conflicts:    2460000 | #Constraints:     216203
2866.19/2896.13	c INPROCESSING
2866.19/2896.13	c GARBAGE COLLECT
2866.19/2896.13	c rational objective -277
2883.14/2913.12	c #Conflicts:    2461000 | #Constraints:     158790
2883.14/2913.12	c #Conflicts:    2462000 | #Constraints:     159790
2883.14/2913.12	c #Conflicts:    2463000 | #Constraints:     160790
2883.14/2913.12	c #Conflicts:    2464000 | #Constraints:     161790
2883.14/2913.12	c #Conflicts:    2465000 | #Constraints:     162790
2883.14/2913.12	c #Conflicts:    2466000 | #Constraints:     163790
2883.14/2913.12	c #Conflicts:    2467000 | #Constraints:     164790
2883.14/2913.12	c #Conflicts:    2468000 | #Constraints:     165790
2883.14/2913.12	c #Conflicts:    2469000 | #Constraints:     166790
2883.14/2913.12	c #Conflicts:    2470000 | #Constraints:     167790
2883.14/2913.12	c #Conflicts:    2471000 | #Constraints:     168790
2883.14/2913.12	c #Conflicts:    2472000 | #Constraints:     169790
2883.14/2913.12	c #Conflicts:    2473000 | #Constraints:     170790
2883.14/2913.12	c #Conflicts:    2474000 | #Constraints:     171790
2883.14/2913.12	c #Conflicts:    2475000 | #Constraints:     172790
2883.14/2913.12	c #Conflicts:    2476000 | #Constraints:     173790
2883.14/2913.12	c #Conflicts:    2477000 | #Constraints:     174790
2883.14/2913.12	c #Conflicts:    2478000 | #Constraints:     175790
2883.14/2913.12	c bounds -42 >= -276 @ 2859.59
2906.88/2937.12	c #Conflicts:    2479000 | #Constraints:     176841
2906.88/2937.12	c #Conflicts:    2480000 | #Constraints:     177841
2906.88/2937.12	c #Conflicts:    2481000 | #Constraints:     178841
2906.88/2937.12	c #Conflicts:    2482000 | #Constraints:     179841
2906.88/2937.12	c #Conflicts:    2483000 | #Constraints:     180841
2906.88/2937.12	c #Conflicts:    2484000 | #Constraints:     181841
2906.88/2937.12	c #Conflicts:    2485000 | #Constraints:     182841
2906.88/2937.12	c #Conflicts:    2486000 | #Constraints:     183841
2906.88/2937.12	c #Conflicts:    2487000 | #Constraints:     184841
2906.88/2937.12	c #Conflicts:    2488000 | #Constraints:     185841
2906.88/2937.12	c #Conflicts:    2489000 | #Constraints:     186841
2906.88/2937.12	c #Conflicts:    2490000 | #Constraints:     187841
2906.88/2937.12	c #Conflicts:    2491000 | #Constraints:     188841
2906.88/2937.12	c #Conflicts:    2492000 | #Constraints:     189841
2906.88/2937.12	c #Conflicts:    2493000 | #Constraints:     190841
2906.88/2937.12	c #Conflicts:    2494000 | #Constraints:     191841
2906.88/2937.12	c #Conflicts:    2495000 | #Constraints:     192841
2906.88/2937.12	c #Conflicts:    2496000 | #Constraints:     193841
2906.88/2937.12	c #Conflicts:    2497000 | #Constraints:     194841
2906.88/2937.12	c #Conflicts:    2498000 | #Constraints:     195841
2906.88/2937.12	c #Conflicts:    2499000 | #Constraints:     196841
2906.88/2937.12	c #Conflicts:    2500000 | #Constraints:     197841
2906.88/2937.12	c INPROCESSING
2906.88/2937.12	c GARBAGE COLLECT
2906.88/2937.12	c rational objective -276
3064.81/3098.31	c #Conflicts:    2501000 | #Constraints:     149799
3064.81/3098.31	c #Conflicts:    2502000 | #Constraints:     150799
3064.81/3098.31	c #Conflicts:    2503000 | #Constraints:     151799
3064.81/3098.31	c #Conflicts:    2504000 | #Constraints:     152800
3064.81/3098.31	c #Conflicts:    2505000 | #Constraints:     153838
3064.81/3098.31	c #Conflicts:    2506000 | #Constraints:     154890
3064.81/3098.31	c #Conflicts:    2507000 | #Constraints:     155936
3064.81/3098.31	c #Conflicts:    2508000 | #Constraints:     156979
3064.81/3098.31	c #Conflicts:    2509000 | #Constraints:     158028
3064.81/3098.31	c #Conflicts:    2510000 | #Constraints:     159070
3064.81/3098.31	c #Conflicts:    2511000 | #Constraints:     160106
3064.81/3098.31	c #Conflicts:    2512000 | #Constraints:     161147
3064.81/3098.31	c #Conflicts:    2513000 | #Constraints:     162191
3064.81/3098.31	c #Conflicts:    2514000 | #Constraints:     163228
3064.81/3098.31	c #Conflicts:    2515000 | #Constraints:     164258
3064.81/3098.31	c #Conflicts:    2516000 | #Constraints:     165297
3064.81/3098.31	c #Conflicts:    2517000 | #Constraints:     166340
3064.81/3098.31	c #Conflicts:    2518000 | #Constraints:     167381
3064.81/3098.31	c #Conflicts:    2519000 | #Constraints:     168426
3064.81/3098.31	c #Conflicts:    2520000 | #Constraints:     169470
3064.81/3098.31	c #Conflicts:    2521000 | #Constraints:     170521
3064.81/3098.31	c #Conflicts:    2522000 | #Constraints:     171558
3064.81/3098.31	c #Conflicts:    2523000 | #Constraints:     172599
3064.81/3098.31	c #Conflicts:    2524000 | #Constraints:     173636
3064.81/3098.31	c #Conflicts:    2525000 | #Constraints:     174671
3064.81/3098.31	c #Conflicts:    2526000 | #Constraints:     175711
3064.81/3098.31	c #Conflicts:    2527000 | #Constraints:     176753
3064.81/3098.31	c #Conflicts:    2528000 | #Constraints:     177783
3064.81/3098.31	c #Conflicts:    2529000 | #Constraints:     178817
3064.81/3098.31	c #Conflicts:    2530000 | #Constraints:     179853
3064.81/3098.31	c #Conflicts:    2531000 | #Constraints:     180894
3064.81/3098.31	c #Conflicts:    2532000 | #Constraints:     181934
3064.81/3098.31	c #Conflicts:    2533000 | #Constraints:     182979
3064.81/3098.31	c #Conflicts:    2534000 | #Constraints:     184030
3064.81/3098.31	c #Conflicts:    2535000 | #Constraints:     185066
3064.81/3098.31	c #Conflicts:    2536000 | #Constraints:     186094
3064.81/3098.31	c #Conflicts:    2537000 | #Constraints:     187133
3064.81/3098.31	c #Conflicts:    2538000 | #Constraints:     188167
3064.81/3098.31	c #Conflicts:    2539000 | #Constraints:     189203
3064.81/3098.31	c #Conflicts:    2540000 | #Constraints:     190236
3064.81/3098.31	c #Conflicts:    2541000 | #Constraints:     191282
3064.81/3098.31	c #Conflicts:    2542000 | #Constraints:     192322
3064.81/3098.31	c #Conflicts:    2543000 | #Constraints:     193370
3064.81/3098.31	c #Conflicts:    2544000 | #Constraints:     194405
3064.81/3098.31	c #Conflicts:    2545000 | #Constraints:     195449
3064.81/3098.31	c #Conflicts:    2546000 | #Constraints:     196485
3064.81/3098.31	c #Conflicts:    2547000 | #Constraints:     197510
3064.81/3098.31	c #Conflicts:    2548000 | #Constraints:     198544
3064.81/3098.31	c #Conflicts:    2549000 | #Constraints:     199564
3064.81/3098.31	c #Conflicts:    2550000 | #Constraints:     200600
3064.81/3098.31	c #Conflicts:    2551000 | #Constraints:     201632
3064.81/3098.31	c #Conflicts:    2552000 | #Constraints:     202667
3064.81/3098.31	c #Conflicts:    2553000 | #Constraints:     203703
3064.81/3098.31	c #Conflicts:    2554000 | #Constraints:     204734
3064.81/3098.31	c #Conflicts:    2555000 | #Constraints:     205763
3064.81/3098.31	c #Conflicts:    2556000 | #Constraints:     206797
3064.81/3098.31	c #Conflicts:    2557000 | #Constraints:     207827
3064.81/3098.31	c #Conflicts:    2558000 | #Constraints:     208864
3064.81/3098.31	c #Conflicts:    2559000 | #Constraints:     209897
3064.81/3098.31	c #Conflicts:    2560000 | #Constraints:     210938
3064.81/3098.31	c #Conflicts:    2561000 | #Constraints:     211971
3064.81/3098.31	c #Conflicts:    2562000 | #Constraints:     213005
3064.81/3098.31	c #Conflicts:    2563000 | #Constraints:     214047
3064.81/3098.31	c #Conflicts:    2564000 | #Constraints:     215065
3064.81/3098.31	c #Conflicts:    2565000 | #Constraints:     216105
3064.81/3098.31	c #Conflicts:    2566000 | #Constraints:     217157
3064.81/3098.31	c #Conflicts:    2567000 | #Constraints:     218198
3064.81/3098.31	c #Conflicts:    2568000 | #Constraints:     219228
3064.81/3098.31	c #Conflicts:    2569000 | #Constraints:     220265
3064.81/3098.31	c #Conflicts:    2570000 | #Constraints:     221307
3064.81/3098.31	c #Conflicts:    2571000 | #Constraints:     222347
3064.81/3098.31	c #Conflicts:    2572000 | #Constraints:     223396
3064.81/3098.31	c #Conflicts:    2573000 | #Constraints:     224433
3064.81/3098.31	c #Conflicts:    2574000 | #Constraints:     225460
3064.81/3098.31	c #Conflicts:    2575000 | #Constraints:     226498
3064.81/3098.31	c #Conflicts:    2576000 | #Constraints:     227529
3064.81/3098.31	c #Conflicts:    2577000 | #Constraints:     228561
3064.81/3098.31	c #Conflicts:    2578000 | #Constraints:     229601
3064.81/3098.31	c #Conflicts:    2579000 | #Constraints:     230631
3193.28/3227.17	c #Conflicts:    2580000 | #Constraints:     231668
3193.28/3227.17	c #Conflicts:    2581000 | #Constraints:     232714
3193.28/3227.17	c #Conflicts:    2582000 | #Constraints:     233755
3193.28/3227.17	c #Conflicts:    2583000 | #Constraints:     234798
3193.28/3227.17	c #Conflicts:    2584000 | #Constraints:     235832
3193.28/3227.17	c #Conflicts:    2585000 | #Constraints:     236869
3193.28/3227.17	c #Conflicts:    2586000 | #Constraints:     237894
3193.28/3227.17	c #Conflicts:    2587000 | #Constraints:     238928
3193.28/3227.17	c #Conflicts:    2588000 | #Constraints:     239963
3193.28/3227.17	c #Conflicts:    2589000 | #Constraints:     240997
3193.28/3227.17	c #Conflicts:    2590000 | #Constraints:     242038
3193.28/3227.17	c #Conflicts:    2591000 | #Constraints:     243079
3193.28/3227.17	c #Conflicts:    2592000 | #Constraints:     244111
3193.28/3227.17	c #Conflicts:    2593000 | #Constraints:     245134
3193.28/3227.17	c #Conflicts:    2594000 | #Constraints:     246166
3193.28/3227.17	c #Conflicts:    2595000 | #Constraints:     247203
3193.28/3227.17	c #Conflicts:    2596000 | #Constraints:     248227
3193.28/3227.17	c #Conflicts:    2597000 | #Constraints:     249259
3193.28/3227.17	c #Conflicts:    2598000 | #Constraints:     250289
3193.28/3227.17	c #Conflicts:    2599000 | #Constraints:     251331
3193.28/3227.17	c #Conflicts:    2600000 | #Constraints:     252382
3193.28/3227.17	c #Conflicts:    2601000 | #Constraints:     253428
3193.28/3227.17	c #Conflicts:    2602000 | #Constraints:     254477
3193.28/3227.17	c #Conflicts:    2603000 | #Constraints:     255515
3193.28/3227.17	c #Conflicts:    2604000 | #Constraints:     256561
3193.28/3227.17	c #Conflicts:    2605000 | #Constraints:     257609
3193.28/3227.17	c #Conflicts:    2606000 | #Constraints:     258655
3193.28/3227.17	c #Conflicts:    2607000 | #Constraints:     259705
3193.28/3227.17	c #Conflicts:    2608000 | #Constraints:     260743
3193.28/3227.17	c #Conflicts:    2609000 | #Constraints:     261789
3193.28/3227.17	c #Conflicts:    2610000 | #Constraints:     262828
3193.28/3227.17	c INPROCESSING
3193.28/3227.17	c GARBAGE COLLECT
3193.28/3227.17	c rational objective -276
3256.89/3290.98	c #Conflicts:    2611000 | #Constraints:     181828
3256.89/3290.98	c #Conflicts:    2612000 | #Constraints:     182828
3256.89/3290.98	c #Conflicts:    2613000 | #Constraints:     183828
3256.89/3290.98	c #Conflicts:    2614000 | #Constraints:     184828
3256.89/3290.98	c #Conflicts:    2615000 | #Constraints:     185828
3256.89/3290.98	c #Conflicts:    2616000 | #Constraints:     186828
3256.89/3290.98	c #Conflicts:    2617000 | #Constraints:     187828
3256.89/3290.98	c #Conflicts:    2618000 | #Constraints:     188828
3256.89/3290.98	c #Conflicts:    2619000 | #Constraints:     189828
3256.89/3290.98	c #Conflicts:    2620000 | #Constraints:     190828
3256.89/3290.98	c #Conflicts:    2621000 | #Constraints:     191828
3256.89/3290.98	c #Conflicts:    2622000 | #Constraints:     192828
3256.89/3290.98	c #Conflicts:    2623000 | #Constraints:     193828
3256.89/3290.98	c #Conflicts:    2624000 | #Constraints:     194828
3256.89/3290.98	c #Conflicts:    2625000 | #Constraints:     195828
3256.89/3290.98	c #Conflicts:    2626000 | #Constraints:     196828
3256.89/3290.98	c #Conflicts:    2627000 | #Constraints:     197828
3256.89/3290.98	c #Conflicts:    2628000 | #Constraints:     198828
3256.89/3290.98	c #Conflicts:    2629000 | #Constraints:     199828
3256.89/3290.98	c #Conflicts:    2630000 | #Constraints:     200828
3256.89/3290.98	c #Conflicts:    2631000 | #Constraints:     201828
3256.89/3290.98	c #Conflicts:    2632000 | #Constraints:     202828
3256.89/3290.98	c #Conflicts:    2633000 | #Constraints:     203828
3256.89/3290.98	c #Conflicts:    2634000 | #Constraints:     204828
3256.89/3290.98	c #Conflicts:    2635000 | #Constraints:     205828
3256.89/3290.98	c #Conflicts:    2636000 | #Constraints:     206828
3256.89/3290.98	c #Conflicts:    2637000 | #Constraints:     207828
3256.89/3290.98	c #Conflicts:    2638000 | #Constraints:     208828
3256.89/3290.98	c #Conflicts:    2639000 | #Constraints:     209828
3256.89/3290.98	c #Conflicts:    2640000 | #Constraints:     210828
3256.89/3290.98	c #Conflicts:    2641000 | #Constraints:     211828
3256.89/3290.98	c #Conflicts:    2642000 | #Constraints:     212828
3256.89/3290.98	c #Conflicts:    2643000 | #Constraints:     213828
3256.89/3290.98	c #Conflicts:    2644000 | #Constraints:     214828
3256.89/3290.98	c #Conflicts:    2645000 | #Constraints:     215828
3256.89/3290.98	c #Conflicts:    2646000 | #Constraints:     216828
3256.89/3290.98	c #Conflicts:    2647000 | #Constraints:     217828
3256.89/3290.98	c #Conflicts:    2648000 | #Constraints:     218828
3256.89/3290.98	c #Conflicts:    2649000 | #Constraints:     219828
3256.89/3290.98	c #Conflicts:    2650000 | #Constraints:     220828
3256.89/3290.98	c #Conflicts:    2651000 | #Constraints:     221828
3256.89/3290.98	c #Conflicts:    2652000 | #Constraints:     222828
3256.89/3290.98	c INPROCESSING
3256.89/3290.98	c GARBAGE COLLECT
3256.89/3290.98	c rational objective -276
3302.17/3344.73	c #Conflicts:    2653000 | #Constraints:     162047
3302.17/3344.73	c #Conflicts:    2654000 | #Constraints:     163047
3302.17/3344.73	c #Conflicts:    2655000 | #Constraints:     164047
3302.17/3344.73	c #Conflicts:    2656000 | #Constraints:     165047
3302.17/3344.73	c #Conflicts:    2657000 | #Constraints:     166047
3302.17/3344.73	c #Conflicts:    2658000 | #Constraints:     167047
3302.17/3344.73	c #Conflicts:    2659000 | #Constraints:     168047
3302.17/3344.73	c #Conflicts:    2660000 | #Constraints:     169047
3302.17/3344.73	c #Conflicts:    2661000 | #Constraints:     170047
3302.17/3344.73	c #Conflicts:    2662000 | #Constraints:     171047
3302.17/3344.73	c #Conflicts:    2663000 | #Constraints:     172047
3302.17/3344.73	c #Conflicts:    2664000 | #Constraints:     173047
3302.17/3344.73	c #Conflicts:    2665000 | #Constraints:     174047
3302.17/3344.73	c #Conflicts:    2666000 | #Constraints:     175047
3302.17/3344.73	c #Conflicts:    2667000 | #Constraints:     176047
3302.17/3344.73	c #Conflicts:    2668000 | #Constraints:     177047
3302.17/3344.73	c #Conflicts:    2669000 | #Constraints:     178047
3302.17/3344.73	c #Conflicts:    2670000 | #Constraints:     179047
3302.17/3344.73	c #Conflicts:    2671000 | #Constraints:     180047
3302.17/3344.73	c #Conflicts:    2672000 | #Constraints:     181047
3302.17/3344.73	c #Conflicts:    2673000 | #Constraints:     182047
3302.17/3344.73	c #Conflicts:    2674000 | #Constraints:     183047
3302.17/3344.73	c #Conflicts:    2675000 | #Constraints:     184047
3302.17/3344.73	c #Conflicts:    2676000 | #Constraints:     185047
3302.17/3344.73	c #Conflicts:    2677000 | #Constraints:     186047
3302.17/3344.73	c #Conflicts:    2678000 | #Constraints:     187047
3302.17/3344.73	c #Conflicts:    2679000 | #Constraints:     188047
3302.17/3344.73	c #Conflicts:    2680000 | #Constraints:     189047
3302.17/3344.73	c #Conflicts:    2681000 | #Constraints:     190047
3302.17/3344.73	c #Conflicts:    2682000 | #Constraints:     191047
3302.17/3344.73	c #Conflicts:    2683000 | #Constraints:     192047
3302.17/3344.73	c #Conflicts:    2684000 | #Constraints:     193047
3302.17/3344.73	c #Conflicts:    2685000 | #Constraints:     194047
3302.17/3344.73	c #Conflicts:    2686000 | #Constraints:     195047
3302.17/3344.73	c #Conflicts:    2687000 | #Constraints:     196047
3302.17/3344.73	c #Conflicts:    2688000 | #Constraints:     197047
3302.17/3344.73	c #Conflicts:    2689000 | #Constraints:     198047
3302.17/3344.73	c #Conflicts:    2690000 | #Constraints:     199047
3302.17/3344.73	c #Conflicts:    2691000 | #Constraints:     200047
3302.17/3344.73	c #Conflicts:    2692000 | #Constraints:     201047
3302.17/3344.73	c #Conflicts:    2693000 | #Constraints:     202047
3302.17/3344.73	c INPROCESSING
3302.17/3344.73	c GARBAGE COLLECT
3302.17/3344.73	c rational objective -276
3340.65/3383.49	c #Conflicts:    2694000 | #Constraints:     151655
3340.65/3383.49	c #Conflicts:    2695000 | #Constraints:     152655
3340.65/3383.49	c #Conflicts:    2696000 | #Constraints:     153655
3340.65/3383.49	c #Conflicts:    2697000 | #Constraints:     154655
3340.65/3383.49	c #Conflicts:    2698000 | #Constraints:     155655
3340.65/3383.49	c #Conflicts:    2699000 | #Constraints:     156655
3340.65/3383.49	c #Conflicts:    2700000 | #Constraints:     157655
3340.65/3383.49	c #Conflicts:    2701000 | #Constraints:     158655
3340.65/3383.49	c #Conflicts:    2702000 | #Constraints:     159655
3340.65/3383.49	c #Conflicts:    2703000 | #Constraints:     160655
3340.65/3383.49	c #Conflicts:    2704000 | #Constraints:     161655
3340.65/3383.49	c #Conflicts:    2705000 | #Constraints:     162655
3340.65/3383.49	c #Conflicts:    2706000 | #Constraints:     163655
3340.65/3383.49	c #Conflicts:    2707000 | #Constraints:     164655
3340.65/3383.49	c #Conflicts:    2708000 | #Constraints:     165655
3340.65/3383.49	c #Conflicts:    2709000 | #Constraints:     166655
3340.65/3383.49	c #Conflicts:    2710000 | #Constraints:     167655
3340.65/3383.49	c #Conflicts:    2711000 | #Constraints:     168655
3340.65/3383.49	c #Conflicts:    2712000 | #Constraints:     169655
3340.65/3383.49	c #Conflicts:    2713000 | #Constraints:     170655
3340.65/3383.49	c #Conflicts:    2714000 | #Constraints:     171655
3340.65/3383.49	c #Conflicts:    2715000 | #Constraints:     172655
3340.65/3383.49	c #Conflicts:    2716000 | #Constraints:     173655
3340.65/3383.49	c #Conflicts:    2717000 | #Constraints:     174655
3340.65/3383.49	c #Conflicts:    2718000 | #Constraints:     175655
3340.65/3383.49	c #Conflicts:    2719000 | #Constraints:     176655
3340.65/3383.49	c #Conflicts:    2720000 | #Constraints:     177655
3340.65/3383.49	c #Conflicts:    2721000 | #Constraints:     178655
3340.65/3383.49	c #Conflicts:    2722000 | #Constraints:     179655
3340.65/3383.49	c #Conflicts:    2723000 | #Constraints:     180655
3340.65/3383.49	c #Conflicts:    2724000 | #Constraints:     181655
3340.65/3383.49	c #Conflicts:    2725000 | #Constraints:     182655
3340.65/3383.49	c #Conflicts:    2726000 | #Constraints:     183655
3340.65/3383.49	c #Conflicts:    2727000 | #Constraints:     184655
3340.65/3383.49	c #Conflicts:    2728000 | #Constraints:     185655
3340.65/3383.49	c #Conflicts:    2729000 | #Constraints:     186655
3340.65/3383.49	c #Conflicts:    2730000 | #Constraints:     187655
3340.65/3383.49	c #Conflicts:    2731000 | #Constraints:     188655
3340.65/3383.49	c #Conflicts:    2732000 | #Constraints:     189655
3340.65/3383.49	c bounds -42 >= -275 @ 3314.71
3408.68/3452.35	c #Conflicts:    2733000 | #Constraints:     190730
3408.68/3452.35	c #Conflicts:    2734000 | #Constraints:     191730
3408.68/3452.35	c #Conflicts:    2735000 | #Constraints:     192730
3408.68/3452.35	c #Conflicts:    2736000 | #Constraints:     193730
3408.68/3452.35	c #Conflicts:    2737000 | #Constraints:     194730
3408.68/3452.35	c #Conflicts:    2738000 | #Constraints:     195730
3408.68/3452.35	c #Conflicts:    2739000 | #Constraints:     196730
3408.68/3452.35	c #Conflicts:    2740000 | #Constraints:     197730
3408.68/3452.35	c #Conflicts:    2741000 | #Constraints:     198730
3408.68/3452.35	c #Conflicts:    2742000 | #Constraints:     199730
3408.68/3452.35	c #Conflicts:    2743000 | #Constraints:     200730
3408.68/3452.35	c #Conflicts:    2744000 | #Constraints:     201730
3408.68/3452.35	c #Conflicts:    2745000 | #Constraints:     202730
3408.68/3452.35	c #Conflicts:    2746000 | #Constraints:     203730
3408.68/3452.35	c #Conflicts:    2747000 | #Constraints:     204730
3408.68/3452.35	c #Conflicts:    2748000 | #Constraints:     205730
3408.68/3452.35	c #Conflicts:    2749000 | #Constraints:     206730
3408.68/3452.35	c #Conflicts:    2750000 | #Constraints:     207730
3408.68/3452.35	c #Conflicts:    2751000 | #Constraints:     208730
3408.68/3452.35	c #Conflicts:    2752000 | #Constraints:     209730
3408.68/3452.35	c #Conflicts:    2753000 | #Constraints:     210730
3408.68/3452.35	c #Conflicts:    2754000 | #Constraints:     211730
3408.68/3452.35	c #Conflicts:    2755000 | #Constraints:     212730
3408.68/3452.35	c #Conflicts:    2756000 | #Constraints:     213730
3408.68/3452.35	c #Conflicts:    2757000 | #Constraints:     214730
3408.68/3452.35	c #Conflicts:    2758000 | #Constraints:     215730
3408.68/3452.35	c #Conflicts:    2759000 | #Constraints:     216730
3408.68/3452.35	c #Conflicts:    2760000 | #Constraints:     217730
3408.68/3452.35	c #Conflicts:    2761000 | #Constraints:     218730
3408.68/3452.35	c #Conflicts:    2762000 | #Constraints:     219730
3408.68/3452.35	c #Conflicts:    2763000 | #Constraints:     220730
3408.68/3452.35	c #Conflicts:    2764000 | #Constraints:     221730
3408.68/3452.35	c #Conflicts:    2765000 | #Constraints:     222730
3408.68/3452.35	c #Conflicts:    2766000 | #Constraints:     223730
3408.68/3452.35	c #Conflicts:    2767000 | #Constraints:     224730
3408.68/3452.35	c #Conflicts:    2768000 | #Constraints:     225730
3408.68/3452.35	c #Conflicts:    2769000 | #Constraints:     226730
3408.68/3452.35	c #Conflicts:    2770000 | #Constraints:     227730
3408.68/3452.35	c #Conflicts:    2771000 | #Constraints:     228730
3408.68/3452.35	c #Conflicts:    2772000 | #Constraints:     229730
3408.68/3452.35	c #Conflicts:    2773000 | #Constraints:     230730
3408.68/3452.35	c #Conflicts:    2774000 | #Constraints:     231730
3408.68/3452.35	c #Conflicts:    2775000 | #Constraints:     232730
3408.68/3452.35	c #Conflicts:    2776000 | #Constraints:     233730
3408.68/3452.35	c #Conflicts:    2777000 | #Constraints:     234730
3408.68/3452.35	c #Conflicts:    2778000 | #Constraints:     235730
3408.68/3452.35	c bounds -42 >= -274 @ 3382.2
3451.41/3495.47	c #Conflicts:    2779000 | #Constraints:     236754
3451.41/3495.47	c #Conflicts:    2780000 | #Constraints:     237754
3451.41/3495.47	c #Conflicts:    2781000 | #Constraints:     238754
3451.41/3495.47	c #Conflicts:    2782000 | #Constraints:     239754
3451.41/3495.47	c #Conflicts:    2783000 | #Constraints:     240754
3451.41/3495.47	c #Conflicts:    2784000 | #Constraints:     241754
3451.41/3495.47	c #Conflicts:    2785000 | #Constraints:     242754
3451.41/3495.47	c #Conflicts:    2786000 | #Constraints:     243754
3451.41/3495.47	c #Conflicts:    2787000 | #Constraints:     244754
3451.41/3495.47	c #Conflicts:    2788000 | #Constraints:     245754
3451.41/3495.47	c #Conflicts:    2789000 | #Constraints:     246754
3451.41/3495.47	c #Conflicts:    2790000 | #Constraints:     247754
3451.41/3495.47	c #Conflicts:    2791000 | #Constraints:     248754
3451.41/3495.47	c #Conflicts:    2792000 | #Constraints:     249754
3451.41/3495.47	c #Conflicts:    2793000 | #Constraints:     250754
3451.41/3495.47	c #Conflicts:    2794000 | #Constraints:     251754
3451.41/3495.47	c #Conflicts:    2795000 | #Constraints:     252754
3451.41/3495.47	c #Conflicts:    2796000 | #Constraints:     253754
3451.41/3495.47	c #Conflicts:    2797000 | #Constraints:     254754
3451.41/3495.47	c #Conflicts:    2798000 | #Constraints:     255754
3451.41/3495.47	c #Conflicts:    2799000 | #Constraints:     256754
3451.41/3495.47	c #Conflicts:    2800000 | #Constraints:     257754
3451.41/3495.47	c bounds -42 >= -273 @ 3424.7
3468.97/3513.03	c #Conflicts:    2801000 | #Constraints:     258766
3468.97/3513.03	c #Conflicts:    2802000 | #Constraints:     259766
3468.97/3513.03	c #Conflicts:    2803000 | #Constraints:     260766
3468.97/3513.03	c #Conflicts:    2804000 | #Constraints:     261766
3468.97/3513.03	c #Conflicts:    2805000 | #Constraints:     262766
3468.97/3513.03	c #Conflicts:    2806000 | #Constraints:     263766
3468.97/3513.03	c #Conflicts:    2807000 | #Constraints:     264766
3468.97/3513.03	c #Conflicts:    2808000 | #Constraints:     265766
3468.97/3513.03	c INPROCESSING
3468.97/3513.03	c GARBAGE COLLECT
3468.97/3513.03	c rational objective -273
3501.20/3547.16	c #Conflicts:    2809000 | #Constraints:     183186
3501.20/3547.16	c #Conflicts:    2810000 | #Constraints:     184186
3501.20/3547.16	c #Conflicts:    2811000 | #Constraints:     185186
3501.20/3547.16	c #Conflicts:    2812000 | #Constraints:     186186
3501.20/3547.16	c #Conflicts:    2813000 | #Constraints:     187186
3501.20/3547.16	c #Conflicts:    2814000 | #Constraints:     188186
3501.20/3547.16	c #Conflicts:    2815000 | #Constraints:     189186
3501.20/3547.16	c #Conflicts:    2816000 | #Constraints:     190186
3501.20/3547.16	c #Conflicts:    2817000 | #Constraints:     191186
3501.20/3547.16	c #Conflicts:    2818000 | #Constraints:     192186
3501.20/3547.16	c #Conflicts:    2819000 | #Constraints:     193186
3501.20/3547.16	c #Conflicts:    2820000 | #Constraints:     194186
3501.20/3547.16	c #Conflicts:    2821000 | #Constraints:     195186
3501.20/3547.16	c #Conflicts:    2822000 | #Constraints:     196186
3501.20/3547.16	c #Conflicts:    2823000 | #Constraints:     197186
3501.20/3547.16	c #Conflicts:    2824000 | #Constraints:     198186
3501.20/3547.16	c #Conflicts:    2825000 | #Constraints:     199186
3501.20/3547.16	c #Conflicts:    2826000 | #Constraints:     200186
3501.20/3547.16	c #Conflicts:    2827000 | #Constraints:     201186
3501.20/3547.16	c #Conflicts:    2828000 | #Constraints:     202186
3501.20/3547.16	c #Conflicts:    2829000 | #Constraints:     203186
3501.20/3547.16	c #Conflicts:    2830000 | #Constraints:     204186
3501.20/3547.16	c #Conflicts:    2831000 | #Constraints:     205186
3501.20/3547.16	c #Conflicts:    2832000 | #Constraints:     206186
3501.20/3547.16	c #Conflicts:    2833000 | #Constraints:     207186
3501.20/3547.16	c #Conflicts:    2834000 | #Constraints:     208186
3501.20/3547.16	c bounds -42 >= -272 @ 3474.11
3524.54/3575.09	c #Conflicts:    2835000 | #Constraints:     209243
3524.54/3575.09	c #Conflicts:    2836000 | #Constraints:     210243
3524.54/3575.09	c #Conflicts:    2837000 | #Constraints:     211243
3524.54/3575.09	c #Conflicts:    2838000 | #Constraints:     212243
3524.54/3575.09	c #Conflicts:    2839000 | #Constraints:     213243
3524.54/3575.09	c #Conflicts:    2840000 | #Constraints:     214243
3524.54/3575.09	c #Conflicts:    2841000 | #Constraints:     215243
3524.54/3575.09	c #Conflicts:    2842000 | #Constraints:     216243
3524.54/3575.09	c #Conflicts:    2843000 | #Constraints:     217243
3524.54/3575.09	c #Conflicts:    2844000 | #Constraints:     218243
3524.54/3575.09	c #Conflicts:    2845000 | #Constraints:     219243
3524.54/3575.09	c #Conflicts:    2846000 | #Constraints:     220243
3524.54/3575.09	c #Conflicts:    2847000 | #Constraints:     221243
3524.54/3575.09	c #Conflicts:    2848000 | #Constraints:     222243
3524.54/3575.09	c #Conflicts:    2849000 | #Constraints:     223243
3524.54/3575.09	c #Conflicts:    2850000 | #Constraints:     224243
3524.54/3575.09	c #Conflicts:    2851000 | #Constraints:     225243
3524.54/3575.09	c INPROCESSING
3524.54/3575.09	c GARBAGE COLLECT
3524.54/3575.09	c rational objective -272
3576.58/3628.15	c #Conflicts:    2852000 | #Constraints:     162909
3576.58/3628.15	c #Conflicts:    2853000 | #Constraints:     163909
3576.58/3628.15	c #Conflicts:    2854000 | #Constraints:     164909
3576.58/3628.15	c #Conflicts:    2855000 | #Constraints:     165909
3576.58/3628.15	c #Conflicts:    2856000 | #Constraints:     166909
3576.58/3628.15	c #Conflicts:    2857000 | #Constraints:     167909
3576.58/3628.15	c #Conflicts:    2858000 | #Constraints:     168909
3576.58/3628.15	c #Conflicts:    2859000 | #Constraints:     169909
3576.58/3628.15	c #Conflicts:    2860000 | #Constraints:     170909
3576.58/3628.15	c #Conflicts:    2861000 | #Constraints:     171909
3576.58/3628.15	c #Conflicts:    2862000 | #Constraints:     172909
3576.58/3628.15	c #Conflicts:    2863000 | #Constraints:     173909
3576.58/3628.15	c #Conflicts:    2864000 | #Constraints:     174909
3576.58/3628.15	c #Conflicts:    2865000 | #Constraints:     175909
3576.58/3628.15	c #Conflicts:    2866000 | #Constraints:     176909
3576.58/3628.15	c #Conflicts:    2867000 | #Constraints:     177909
3576.58/3628.15	c #Conflicts:    2868000 | #Constraints:     178909
3576.58/3628.15	c #Conflicts:    2869000 | #Constraints:     179909
3576.58/3628.15	c #Conflicts:    2870000 | #Constraints:     180909
3576.58/3628.15	c #Conflicts:    2871000 | #Constraints:     181909
3576.58/3628.15	c #Conflicts:    2872000 | #Constraints:     182909
3576.58/3628.15	c #Conflicts:    2873000 | #Constraints:     183909
3576.58/3628.15	c #Conflicts:    2874000 | #Constraints:     184909
3576.58/3628.15	c #Conflicts:    2875000 | #Constraints:     185909
3576.58/3628.15	c #Conflicts:    2876000 | #Constraints:     186909
3576.58/3628.15	c #Conflicts:    2877000 | #Constraints:     187909
3576.58/3628.15	c #Conflicts:    2878000 | #Constraints:     188909
3576.58/3628.15	c #Conflicts:    2879000 | #Constraints:     189909
3576.58/3628.15	c #Conflicts:    2880000 | #Constraints:     190909
3576.58/3628.15	c #Conflicts:    2881000 | #Constraints:     191909
3576.58/3628.15	c #Conflicts:    2882000 | #Constraints:     192909
3576.58/3628.15	c #Conflicts:    2883000 | #Constraints:     193909
3576.58/3628.15	c #Conflicts:    2884000 | #Constraints:     194909
3576.58/3628.15	c #Conflicts:    2885000 | #Constraints:     195909
3576.58/3628.15	c #Conflicts:    2886000 | #Constraints:     196909
3576.58/3628.15	c #Conflicts:    2887000 | #Constraints:     197909
3576.58/3628.15	c #Conflicts:    2888000 | #Constraints:     198909
3576.58/3628.15	c #Conflicts:    2889000 | #Constraints:     199909
3576.58/3628.15	c #Conflicts:    2890000 | #Constraints:     200909
3576.58/3628.15	c #Conflicts:    2891000 | #Constraints:     201909
3576.58/3628.15	c #Conflicts:    2892000 | #Constraints:     202909
3576.58/3628.15	c #Conflicts:    2893000 | #Constraints:     203909
3576.58/3628.15	c #Conflicts:    2894000 | #Constraints:     204909
3576.58/3628.15	c INPROCESSING
3576.58/3628.15	c GARBAGE COLLECT
3576.58/3628.15	c rational objective -272
3578.96/3630.54	c #Conflicts:    2895000 | #Constraints:     156494
3578.96/3630.54	c #Conflicts:    2896000 | #Constraints:     157494
3578.96/3630.54	c #Conflicts:    2897000 | #Constraints:     158494
3578.96/3630.54	c #Conflicts:    2898000 | #Constraints:     159494
3578.96/3630.54	c bounds -42 >= -271 @ 3551.26
3600.00/3651.60	c #Conflicts:    2899000 | #Constraints:     160569
3600.00/3651.60	c #Conflicts:    2900000 | #Constraints:     161569
3600.00/3651.60	c #Conflicts:    2901000 | #Constraints:     162569
3600.00/3651.60	c #Conflicts:    2902000 | #Constraints:     163569
3600.00/3651.60	c #Conflicts:    2903000 | #Constraints:     164569
3600.00/3651.60	c #Conflicts:    2904000 | #Constraints:     165569
3600.00/3651.60	c #Conflicts:    2905000 | #Constraints:     166569
3600.00/3651.60	c #Conflicts:    2906000 | #Constraints:     167569
3600.00/3651.60	c #Conflicts:    2907000 | #Constraints:     168569
3600.00/3651.60	c #Conflicts:    2908000 | #Constraints:     169569
3600.00/3651.60	c #Conflicts:    2909000 | #Constraints:     170569
3600.00/3651.60	c #Conflicts:    2910000 | #Constraints:     171569
3600.00/3651.60	c #Conflicts:    2911000 | #Constraints:     172569
3600.00/3651.60	c #Conflicts:    2912000 | #Constraints:     173569
3600.00/3651.60	c #Conflicts:    2913000 | #Constraints:     174569
3600.00/3651.60	c #Conflicts:    2914000 | #Constraints:     175569
3600.00/3651.60	c #Conflicts:    2915000 | #Constraints:     176569
3600.00/3651.60	c #Conflicts:    2916000 | #Constraints:     177569
3600.00/3651.60	c #Conflicts:    2917000 | #Constraints:     178569
3600.00/3651.60	c #Conflicts:    2918000 | #Constraints:     179569
3600.00/3651.60	c #Conflicts:    2919000 | #Constraints:     180569
3600.00/3651.60	c #Conflicts:    2920000 | #Constraints:     181569
3600.00/3651.60	c #Conflicts:    2921000 | #Constraints:     182569
3600.00/3651.60	c cpu time 3572.04 s
3600.00/3651.60	c deterministic time 166644512280 1.67e+11
3600.00/3651.60	c optimization time 21.0943 s
3600.00/3651.60	c total solve time 3550.57 s
3600.00/3651.60	c core-guided solve time 2613.78 s
3600.00/3651.60	c propagation time 2865.42 s
3600.00/3651.60	c conflict analysis time 607.632 s
3600.00/3651.60	c propagations 868696991
3600.00/3651.60	c resolve steps 71263705
3600.00/3651.60	c decisions 5318690
3600.00/3651.60	c conflicts 2921548
3600.00/3651.60	c restarts 5116
3600.00/3651.60	c inprocessing phases 82
3600.00/3651.60	c garbage collections 80 ,( 97.56 )
3600.00/3651.60	c input clauses 96907 ,( 93.88 )
3600.00/3651.60	c input cardinalities 4297 ,( 4.16 )
3600.00/3651.60	c input general constraints 2024 ,( 1.96 )
3600.00/3651.60	c input average constraint length 15.40
3600.00/3651.60	c input average constraint degree 6.21
3600.00/3651.60	c learned clauses 2538387 ,( 86.11 )
3600.00/3651.60	c learned cardinalities 94260 ,( 3.20 )
3600.00/3651.60	c learned general constraints 315096 ,( 10.69 )
3600.00/3651.60	c learned average constraint length 322.71
3600.00/3651.60	c learned average constraint degree 9765741.13
3600.00/3651.60	c watched  CF 32, 64, 128, Arb: 182301 , 0 , 0 , 0
3600.00/3651.60	c counting CF 32, 64, 128, Arb: 134820 , 0 , 0 , 0
3600.00/3651.60	c watched   constraints 182301 ,( 57.49 ) 
3600.00/3651.60	c counting  constraints 134819 ,( 42.51 ) 
3600.00/3651.60	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 4645217196 , 2163533653 , 9838319538 ,( 1179157515 , 8659162023 )
3600.00/3651.60	c gcd simplifications 93056
3600.00/3651.60	c detected cardinalities 24675
3600.00/3651.60	c weakened non-implied lits 87271254
3600.00/3651.60	c weakened non-implying lits 310346
3600.00/3651.60	c original variables 1272
3600.00/3651.60	c clausal propagations 614213565
3600.00/3651.60	c cardinality propagations 58407018
3600.00/3651.60	c watched propagations 2194208
3600.00/3651.60	c counting propagations 189058416
3600.00/3651.60	c watch lookups 47871965161
3600.00/3651.60	c watch backjump lookups 0
3600.00/3651.60	c watch checks 105022815084
3600.00/3651.60	c propagation checks 9214256725
3600.00/3651.60	c constraint additions 2781596376
3600.00/3651.60	c trail pops 876917486
3600.00/3651.60	c formula constraints 94227
3600.00/3651.60	c learned constraints 2903146
3600.00/3651.60	c bound constraints 1032
3600.00/3651.60	c core-guided constraints 7969
3600.00/3651.60	c encountered formula constraints 7045827
3600.00/3651.60	c encountered learned constraints 42798331
3600.00/3651.60	c encountered bound constraints 657
3600.00/3651.60	c encountered core-guided constraints 24039307
3600.00/3651.60	c LP total time 1287.35 s
3600.00/3651.60	c LP solve time 1170.51 s
3600.00/3651.60	c LP constraints added 95891
3600.00/3651.60	c LP constraints removed 1657
3600.00/3651.60	c LP pivots internal 2922162
3600.00/3651.60	c LP pivots root 23604
3600.00/3651.60	c LP calls 50421
3600.00/3651.60	c LP optimalities 25820
3600.00/3651.60	c LP no pivot count 12075
3600.00/3651.60	c LP infeasibilities 24598
3600.00/3651.60	c LP valid Farkas constraints 24597
3600.00/3651.60	c LP learned Farkas constraints 18405
3600.00/3651.60	c LP basis resets 1
3600.00/3651.60	c LP cycling count 0
3600.00/3651.60	c LP singular count 0
3600.00/3651.60	c LP no primal count 0
3600.00/3651.60	c LP no farkas count 1
3600.00/3651.60	c LP other issue count 0
3600.00/3651.60	c LP Gomory cuts 1595
3600.00/3651.60	c LP learned cuts 69
3600.00/3651.60	c LP deleted cuts 1657
3600.00/3651.60	c LP encountered Gomory constraints 0
3600.00/3651.60	c LP encountered Farkas constraints 236361
3600.00/3651.60	c LP encountered learned Farkas constraints 46365
3600.00/3651.60	c CG auxiliary variables introduced 2990
3600.00/3651.60	c CG solutions found 31
3600.00/3651.60	c CG cores constructed 1001
3600.00/3651.60	c CG core cardinality constraints returned 0
3600.00/3651.60	c CG unit cores 0
3600.00/3651.60	c CG single cores 1001
3600.00/3651.60	c CG blocks removed during cardinality reduction 0
3600.00/3651.60	c CG first core best 0
3600.00/3651.60	c CG decision core best 0
3600.00/3651.60	c CG core reduction tie 0
3600.00/3651.60	c CG core degree average 1.00
3600.00/3651.60	c CG core slack average 3.22
3600.00/3651.60	c CG core upper bound improvements 0
3600.00/3651.60	c STR number of successful calls 0
3600.00/3651.60	c STR number of unsuccessful calls 0
3600.00/3651.60	c STR number of inconclusive calls 0
3600.00/3651.60	c STR number of successful attempts 0
3600.00/3651.60	c STR number of unsuccessful attempts 0
3600.00/3651.60	c STR number of inconclusive attempts 0
3600.00/3651.60	c STR average degree increase per successful call inf
3600.00/3651.60	c STR average degree increase per successful attempt inf
3600.00/3651.60	c STR total number of conflicts for successful attempts 0
3600.00/3651.60	c STR total number of conflicts for unsuccessful attempts 0
3600.00/3651.60	c STR total number of conflicts for inconclusive attempts 0
3600.00/3651.60	c STR average number of conflicts per successful attempt inf
3600.00/3651.60	c STR average number of conflicts per unsuccessful attempt inf
3600.00/3651.60	c STR average number of conflicts per inconclusive attempt inf
3600.00/3651.60	c AVG.sumWPerc 33.62 
3600.00/3651.60	c bigint constraints 0 
3600.00/3651.60	o -42
3600.00/3651.60	s SATISFIABLE
3600.00/3651.60	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.00/3651.60	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 (60368 MiB free)
  memory of node 1: 64507 MiB (53712 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4532427-1752584603/watcher-4532427-1752584603 -o /tmp/evaluation-result-4532427-1752584603/solver-4532427-1752584603 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1752584602-135205 --watchdog 3760 --file-size-limit 100000 run-opt-break-log.sh HOME/instance-4532427-1752584603.opb PROOFDIR/proof-4532427-1752584603 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=135245, runsolver pid=135239

[startup+0.10006 s]*
/proc/loadavg: 0.12 0.37 0.28 4/260 135251
/proc/meminfo: memFree=116800620/131249996 swapFree=33010684/33010684
[pid=135245] ppid=135239 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/135245/stat : 135245 (run-opt-break-l) S 135239 135245 135192 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 174138246 4292608 736 18446744073709551615 93884497620992 93884498515525 140735236524832 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93884498754576 93884498802320 93884526829568 140735236528403 140735236528604 140735236528604 140735236534208 0
/proc/135245/statm: 1048 736 672 219 0 110 0
[pid=135249] ppid=135245 vsize=50744 memory=37616 CPUtime=0.04 cores=5,7
/proc/135249/stat : 135249 (pbsuma) R 135245 135245 135192 0 -1 4194304 5626 0 0 0 3 1 0 0 20 0 1 0 174138249 51961856 9404 18446744073709551615 4210688 4653049 140728405704912 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 4700520 4703148 19210240 140728405711073 140728405711408 140728405711408 140728405716975 0
/proc/135249/statm: 12686 9404 992 108 0 10094 0
Current children cumulated CPU time: 0.04 s
Current children cumulated vsize: 54936 KiB
Current children cumulated memory: 40560 KiB

[startup+0.205621 s]*
/proc/loadavg: 0.12 0.37 0.28 3/265 135261
/proc/meminfo: memFree=116787248/131249996 swapFree=33010684/33010684
[pid=135245] ppid=135239 vsize=4192 memory=2944 CPUtime=0.07 cores=5,7
/proc/135245/stat : 135245 (run-opt-break-l) S 135239 135245 135192 0 -1 4194304 238 9270 0 0 0 0 6 1 20 0 1 0 174138246 4292608 736 18446744073709551615 93884497620992 93884498515525 140735236524832 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93884498754576 93884498802320 93884526829568 140735236528403 140735236528604 140735236528604 140735236534208 0
/proc/135245/statm: 1048 736 672 219 0 110 0
[pid=135255] ppid=135245 vsize=56188 memory=11312 CPUtime=0.01 cores=5,7
/proc/135255/stat : 135255 (roundingsat) R 135245 135245 135192 0 -1 4194304 627 0 0 0 1 0 0 0 20 0 1 0 174138260 57536512 2828 18446744073709551615 4227072 8923577 140729694157488 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 11177984 140729694165266 140729694165542 140729694165542 140729694171114 0
/proc/135255/statm: 14047 2828 1920 1147 0 1473 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 60380 KiB
Current children cumulated memory: 14256 KiB

[startup+0.305539 s]*
/proc/loadavg: 0.12 0.37 0.28 4/268 135268
/proc/meminfo: memFree=116782200/131249996 swapFree=33010684/33010684
[pid=135245] ppid=135239 vsize=4192 memory=2944 CPUtime=0.07 cores=5,7
/proc/135245/stat : 135245 (run-opt-break-l) S 135239 135245 135192 0 -1 4194304 238 9270 0 0 0 0 6 1 20 0 1 0 174138246 4292608 736 18446744073709551615 93884497620992 93884498515525 140735236524832 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93884498754576 93884498802320 93884526829568 140735236528403 140735236528604 140735236528604 140735236534208 0
/proc/135245/statm: 1048 736 672 219 0 110 0
[pid=135255] ppid=135245 vsize=59500 memory=14256 CPUtime=0.11 cores=5,7
/proc/135255/stat : 135255 (roundingsat) R 135245 135245 135192 0 -1 4194304 1502 0 0 0 8 3 0 0 20 0 1 0 174138260 60928000 3564 18446744073709551615 4227072 8923577 140729694157488 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 11177984 140729694165266 140729694165542 140729694165542 140729694171114 0
/proc/135255/statm: 14875 3564 1920 1147 0 2301 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 63692 KiB
Current children cumulated memory: 17200 KiB

[startup+0.700197 s]
/proc/loadavg: 0.12 0.37 0.28 5/263 135277
/proc/meminfo: memFree=116782016/131249996 swapFree=33010684/33010684
[pid=135245] ppid=135239 vsize=4192 memory=2944 CPUtime=0.07 cores=5,7
/proc/135245/stat : 135245 (run-opt-break-l) S 135239 135245 135192 0 -1 4194304 238 9270 0 0 0 0 6 1 20 0 1 0 174138246 4292608 736 18446744073709551615 93884497620992 93884498515525 140735236524832 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93884498754576 93884498802320 93884526829568 140735236528403 140735236528604 140735236528604 140735236534208 0
/proc/135245/statm: 1048 736 672 219 0 110 0
[pid=135255] ppid=135245 vsize=180144 memory=119444 CPUtime=0.51 cores=5,7
/proc/135255/stat : 135255 (roundingsat) R 135245 135245 135192 0 -1 4194304 13307 0 0 0 40 11 0 0 20 0 1 0 174138260 184467456 29861 18446744073709551615 4227072 8923577 140729694157488 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 11177984 140729694165266 140729694165542 140729694165542 140729694171114 0
/proc/135255/statm: 45036 29861 2272 1147 0 32462 0
Current children cumulated CPU time: 0.58 s
Current children cumulated vsize: 184336 KiB
Current children cumulated memory: 122388 KiB

[startup+1.50019 s]
/proc/loadavg: 0.43 0.43 0.30 4/263 135277
/proc/meminfo: memFree=116637560/131249996 swapFree=33010684/33010684
[pid=135245] ppid=135239 vsize=4192 memory=2944 CPUtime=0.07 cores=5,7
/proc/135245/stat : 135245 (run-opt-break-l) S 135239 135245 135192 0 -1 4194304 238 9270 0 0 0 0 6 1 20 0 1 0 174138246 4292608 736 18446744073709551615 93884497620992 93884498515525 140735236524832 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93884498754576 93884498802320 93884526829568 140735236528403 140735236528604 140735236528604 140735236534208 0
/proc/135245/statm: 1048 736 672 219 0 110 0
[pid=135255] ppid=135245 vsize=183088 memory=122900 CPUtime=1.3 cores=5,7
/proc/135255/stat : 135255 (roundingsat) R 135245 135245 135192 0 -1 4194304 14133 0 0 0 118 12 0 0 20 0 1 0 174138260 187482112 30725 18446744073709551615 4227072 8923577 140729694157488 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 11177984 140729694165266 140729694165542 140729694165542 140729694171114 0
/proc/135255/statm: 45772 30725 2336 1147 0 33198 0
Current children cumulated CPU time: 1.37 s
Current children cumulated vsize: 187280 KiB
Current children cumulated memory: 125844 KiB

[startup+3.10538 s]
/proc/loadavg: 0.43 0.43 0.30 4/263 135277
/proc/meminfo: memFree=116520440/131249996 swapFree=33010684/33010684
[pid=135245] ppid=135239 vsize=4192 memory=2944 CPUtime=0.07 cores=5,7
/proc/135245/stat : 135245 (run-opt-break-l) S 135239 135245 135192 0 -1 4194304 238 9270 0 0 0 0 6 1 20 0 1 0 174138246 4292608 736 18446744073709551615 93884497620992 93884498515525 140735236524832 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93884498754576 93884498802320 93884526829568 140735236528403 140735236528604 140735236528604 140735236534208 0
/proc/135245/statm: 1048 736 672 219 0 110 0
[pid=135255] ppid=135245 vsize=211220 memory=146036 CPUtime=2.9 cores=5,7
/proc/135255/stat : 135255 (roundingsat) R 135245 135245 135192 0 -1 4194304 18375 0 0 0 258 32 0 0 20 0 1 0 174138260 216289280 36509 18446744073709551615 4227072 8923577 140729694157488 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 11177984 140729694165266 140729694165542 140729694165542 140729694171114 0
/proc/135255/statm: 52805 36509 2400 1147 0 40231 0
Current children cumulated CPU time: 2.97 s
Current children cumulated vsize: 215412 KiB
Current children cumulated memory: 148980 KiB

[startup+6.30018 s]
/proc/loadavg: 0.72 0.49 0.32 4/265 135279
/proc/meminfo: memFree=116452620/131249996 swapFree=33010684/33010684
[pid=135245] ppid=135239 vsize=4192 memory=2944 CPUtime=0.07 cores=5,7
/proc/135245/stat : 135245 (run-opt-break-l) S 135239 135245 135192 0 -1 4194304 238 9270 0 0 0 0 6 1 20 0 1 0 174138246 4292608 736 18446744073709551615 93884497620992 93884498515525 140735236524832 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93884498754576 93884498802320 93884526829568 140735236528403 140735236528604 140735236528604 140735236534208 0
/proc/135245/statm: 1048 736 672 219 0 110 0
[pid=135255] ppid=135245 vsize=224044 memory=156252 CPUtime=6.09 cores=5,7
/proc/135255/stat : 135255 (roundingsat) R 135245 135245 135192 0 -1 4194304 19939 0 0 0 570 39 0 0 20 0 1 0 174138260 229421056 39063 18446744073709551615 4227072 8923577 140729694157488 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 11177984 140729694165266 140729694165542 140729694165542 140729694171114 0
/proc/135255/statm: 56011 39063 2400 1147 0 43437 0
Current children cumulated CPU time: 6.16 s
Current children cumulated vsize: 228236 KiB
Current children cumulated memory: 159196 KiB

[startup+12.7002 s]
/proc/loadavg: 0.98 0.55 0.34 4/266 135280
/proc/meminfo: memFree=116215160/131249996 swapFree=33010684/33010684
[pid=135245] ppid=135239 vsize=4192 memory=2944 CPUtime=0.07 cores=5,7
/proc/135245/stat : 135245 (run-opt-break-l) S 135239 135245 135192 0 -1 4194304 238 9270 0 0 0 0 6 1 20 0 1 0 174138246 4292608 736 18446744073709551615 93884497620992 93884498515525 140735236524832 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93884498754576 93884498802320 93884526829568 140735236528403 140735236528604 140735236528604 140735236534208 0
/proc/135245/statm: 1048 736 672 219 0 110 0
[pid=135255] ppid=135245 vsize=226500 memory=160856 CPUtime=12.47 cores=5,7
/proc/135255/stat : 135255 (roundingsat) R 135245 135245 135192 0 -1 4194304 20580 0 0 0 1199 48 0 0 20 0 1 0 174138260 231936000 40214 18446744073709551615 4227072 8923577 140729694157488 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 11177984 140729694165266 140729694165542 140729694165542 140729694171114 0
/proc/135255/statm: 56625 40214 2400 1147 0 44051 0
Current children cumulated CPU time: 12.54 s
Current children cumulated vsize: 230692 KiB
Current children cumulated memory: 163800 KiB

[startup+25.5002 s]
/proc/loadavg: 1.44 0.66 0.38 5/271 135368
/proc/meminfo: memFree=115428196/131249996 swapFree=33010684/33010684
[pid=135245] ppid=135239 vsize=4192 memory=2944 CPUtime=0.07 cores=5,7
/proc/135245/stat : 135245 (run-opt-break-l) S 135239 135245 135192 0 -1 4194304 238 9270 0 0 0 0 6 1 20 0 1 0 174138246 4292608 736 18446744073709551615 93884497620992 93884498515525 140735236524832 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93884498754576 93884498802320 93884526829568 140735236528403 140735236528604 140735236528604 140735236534208 0
/proc/135245/statm: 1048 736 672 219 0 110 0
[pid=135255] ppid=135245 vsize=295444 memory=224712 CPUtime=25.24 cores=5,7
/proc/135255/stat : 135255 (roundingsat) R 135245 135245 135192 0 -1 4194304 23787 0 0 0 2461 63 0 0 20 0 1 0 174138260 302534656 56178 18446744073709551615 4227072 8923577 140729694157488 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 11177984 140729694165266 140729694165542 140729694165542 140729694171114 0
/proc/135255/statm: 73861 56178 2400 1147 0 61287 0
Current children cumulated CPU time: 25.31 s
Current children cumulated vsize: 299636 KiB
Current children cumulated memory: 227656 KiB

[startup+51.1054 s]
/proc/loadavg: 2.45 0.99 0.50 5/271 135369
/proc/meminfo: memFree=114193072/131249996 swapFree=33010684/33010684
[pid=135245] ppid=135239 vsize=4192 memory=2944 CPUtime=0.07 cores=5,7
/proc/135245/stat : 135245 (run-opt-break-l) S 135239 135245 135192 0 -1 4194304 238 9270 0 0 0 0 6 1 20 0 1 0 174138246 4292608 736 18446744073709551615 93884497620992 93884498515525 140735236524832 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93884498754576 93884498802320 93884526829568 140735236528403 140735236528604 140735236528604 140735236534208 0
/proc/135245/statm: 1048 736 672 219 0 110 0
[pid=135255] ppid=135245 vsize=303812 memory=231624 CPUtime=50.65 cores=5,7
/proc/135255/stat : 135255 (roundingsat) R 135245 135245 135192 0 -1 4194304 25518 0 0 0 4966 99 0 0 20 0 1 0 174138260 311103488 57906 18446744073709551615 4227072 8923577 140729694157488 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 11177984 140729694165266 140729694165542 140729694165542 140729694171114 0
/proc/135255/statm: 75953 57906 2400 1147 0 63379 0
Current children cumulated CPU time: 50.72 s
Current children cumulated vsize: 308004 KiB
Current children cumulated memory: 234568 KiB

[startup+102.3 s]
/proc/loadavg: 3.83 1.59 0.73 5/271 135419
/proc/meminfo: memFree=112611136/131249996 swapFree=33010684/33010684
[pid=135245] ppid=135239 vsize=4192 memory=2944 CPUtime=0.07 cores=5,7
/proc/135245/stat : 135245 (run-opt-break-l) S 135239 135245 135192 0 -1 4194304 238 9270 0 0 0 0 6 1 20 0 1 0 174138246 4292608 736 18446744073709551615 93884497620992 93884498515525 140735236524832 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93884498754576 93884498802320 93884526829568 140735236528403 140735236528604 140735236528604 140735236534208 0
/proc/135245/statm: 1048 736 672 219 0 110 0
[pid=135255] ppid=135245 vsize=322232 memory=253752 CPUtime=100.04 cores=5,7
/proc/135255/stat : 135255 (roundingsat) R 135245 135245 135192 0 -1 4194304 28504 0 0 0 9847 157 0 0 20 0 1 0 174138260 329965568 63438 18446744073709551615 4227072 8923577 140729694157488 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 11177984 140729694165266 140729694165542 140729694165542 140729694171114 0
/proc/135255/statm: 80558 63438 2400 1147 0 67984 0
Current children cumulated CPU time: 100.11 s
Current children cumulated vsize: 326424 KiB
Current children cumulated memory: 256696 KiB

[startup+162.3 s]
/proc/loadavg: 4.00 2.05 0.94 5/271 135421
/proc/meminfo: memFree=109849280/131249996 swapFree=33010684/33010684
[pid=135245] ppid=135239 vsize=4192 memory=2944 CPUtime=0.07 cores=5,7
/proc/135245/stat : 135245 (run-opt-break-l) S 135239 135245 135192 0 -1 4194304 238 9270 0 0 0 0 6 1 20 0 1 0 174138246 4292608 736 18446744073709551615 93884497620992 93884498515525 140735236524832 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93884498754576 93884498802320 93884526829568 140735236528403 140735236528604 140735236528604 140735236534208 0
/proc/135245/statm: 1048 736 672 219 0 110 0
[pid=135255] ppid=135245 vsize=477564 memory=385136 CPUtime=159.89 cores=5,7
/proc/135255/stat : 135255 (roundingsat) R 135245 135245 135192 0 -1 4194304 34041 0 0 0 15759 230 0 0 20 0 1 0 174138260 489025536 96284 18446744073709551615 4227072 8923577 140729694157488 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 11177984 140729694165266 140729694165542 140729694165542 140729694171114 0
/proc/135255/statm: 119391 96284 2400 1147 0 106817 0
Current children cumulated CPU time: 159.96 s
Current children cumulated vsize: 481756 KiB
Current children cumulated memory: 388080 KiB

[startup+222.3 s]
/proc/loadavg: 4.05 2.42 1.14 4/271 135423
/proc/meminfo: memFree=107898968/131249996 swapFree=33010684/33010684
[pid=135245] ppid=135239 vsize=4192 memory=2944 CPUtime=0.07 cores=5,7
/proc/135245/stat : 135245 (run-opt-break-l) S 135239 135245 135192 0 -1 4194304 238 9270 0 0 0 0 6 1 20 0 1 0 174138246 4292608 736 18446744073709551615 93884497620992 93884498515525 140735236524832 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93884498754576 93884498802320 93884526829568 140735236528403 140735236528604 140735236528604 140735236534208 0
/proc/135245/statm: 1048 736 672 219 0 110 0
[pid=135255] ppid=135245 vsize=486588 memory=394268 CPUtime=217.87 cores=5,7
/proc/135255/stat : 135255 (roundingsat) D 135245 135245 135192 0 -1 4194304 35295 0 0 0 21487 300 0 0 20 0 1 0 174138260 498266112 98567 18446744073709551615 4227072 8923577 140729694157488 0 0 0 0 0 8405026 1 0 0 17 5 0 0 0 0 0 9827200 9836688 11177984 140729694165266 140729694165542 140729694165542 140729694171114 0
/proc/135255/statm: 121647 98567 2400 1147 0 109073 0
Current children cumulated CPU time: 217.94 s

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

[startup+3342.3 s]
/proc/loadavg: 4.10 4.12 4.04 5/273 135583
/proc/meminfo: memFree=41295912/131249996 swapFree=33010684/33010684
[pid=135245] ppid=135239 vsize=4192 memory=2944 CPUtime=0.07 cores=5,7
/proc/135245/stat : 135245 (run-opt-break-l) S 135239 135245 135192 0 -1 4194304 238 9270 0 0 0 0 6 1 20 0 1 0 174138246 4292608 736 18446744073709551615 93884497620992 93884498515525 140735236524832 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93884498754576 93884498802320 93884526829568 140735236528403 140735236528604 140735236528604 140735236534208 0
/proc/135245/statm: 1048 736 672 219 0 110 0
[pid=135255] ppid=135245 vsize=1517636 memory=1203952 CPUtime=3299.7 cores=5,7
/proc/135255/stat : 135255 (roundingsat) R 135245 135245 135192 0 -1 4194304 117056 0 0 0 327406 2564 0 0 20 0 1 0 174138260 1554059264 300988 18446744073709551615 4227072 8923577 140729694157488 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 11177984 140729694165266 140729694165542 140729694165542 140729694171114 0
/proc/135255/statm: 379409 300988 2400 1147 0 366835 0
Current children cumulated CPU time: 3299.77 s
Current children cumulated vsize: 1521828 KiB
Current children cumulated memory: 1206896 KiB

[startup+3402.3 s]
/proc/loadavg: 4.14 4.12 4.04 5/273 135586
/proc/meminfo: memFree=40799996/131249996 swapFree=33010684/33010684
[pid=135245] ppid=135239 vsize=4192 memory=2944 CPUtime=0.07 cores=5,7
/proc/135245/stat : 135245 (run-opt-break-l) S 135239 135245 135192 0 -1 4194304 238 9270 0 0 0 0 6 1 20 0 1 0 174138246 4292608 736 18446744073709551615 93884497620992 93884498515525 140735236524832 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93884498754576 93884498802320 93884526829568 140735236528403 140735236528604 140735236528604 140735236534208 0
/proc/135245/statm: 1048 736 672 219 0 110 0
[pid=135255] ppid=135245 vsize=1517636 memory=1203952 CPUtime=3359.1 cores=5,7
/proc/135255/stat : 135255 (roundingsat) R 135245 135245 135192 0 -1 4194304 117056 0 0 0 333298 2612 0 0 20 0 1 0 174138260 1554059264 300988 18446744073709551615 4227072 8923577 140729694157488 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 11177984 140729694165266 140729694165542 140729694165542 140729694171114 0
/proc/135255/statm: 379409 300988 2400 1147 0 366835 0
Current children cumulated CPU time: 3359.17 s
Current children cumulated vsize: 1521828 KiB
Current children cumulated memory: 1206896 KiB

[startup+3462.3 s]
/proc/loadavg: 4.20 4.15 4.05 5/273 135599
/proc/meminfo: memFree=40492588/131249996 swapFree=33010684/33010684
[pid=135245] ppid=135239 vsize=4192 memory=2944 CPUtime=0.07 cores=5,7
/proc/135245/stat : 135245 (run-opt-break-l) S 135239 135245 135192 0 -1 4194304 238 9270 0 0 0 0 6 1 20 0 1 0 174138246 4292608 736 18446744073709551615 93884497620992 93884498515525 140735236524832 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93884498754576 93884498802320 93884526829568 140735236528403 140735236528604 140735236528604 140735236534208 0
/proc/135245/statm: 1048 736 672 219 0 110 0
[pid=135255] ppid=135245 vsize=1518000 memory=1203952 CPUtime=3418.56 cores=5,7
/proc/135255/stat : 135255 (roundingsat) R 135245 135245 135192 0 -1 4194304 117058 0 0 0 339203 2653 0 0 20 0 1 0 174138260 1554432000 300988 18446744073709551615 4227072 8923577 140729694157488 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 11177984 140729694165266 140729694165542 140729694165542 140729694171114 0
/proc/135255/statm: 379500 300988 2400 1147 0 366926 0
Current children cumulated CPU time: 3418.63 s
Current children cumulated vsize: 1522192 KiB
Current children cumulated memory: 1206896 KiB

[startup+3522.3 s]
/proc/loadavg: 4.07 4.12 4.05 5/273 135601
/proc/meminfo: memFree=40090508/131249996 swapFree=33010684/33010684
[pid=135245] ppid=135239 vsize=4192 memory=2944 CPUtime=0.07 cores=5,7
/proc/135245/stat : 135245 (run-opt-break-l) S 135239 135245 135192 0 -1 4194304 238 9270 0 0 0 0 6 1 20 0 1 0 174138246 4292608 736 18446744073709551615 93884497620992 93884498515525 140735236524832 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93884498754576 93884498802320 93884526829568 140735236528403 140735236528604 140735236528604 140735236534208 0
/proc/135245/statm: 1048 736 672 219 0 110 0
[pid=135255] ppid=135245 vsize=1522700 memory=1209072 CPUtime=3476.38 cores=5,7
/proc/135255/stat : 135255 (roundingsat) R 135245 135245 135192 0 -1 4194304 118322 0 0 0 344950 2688 0 0 20 0 1 0 174138260 1559244800 302268 18446744073709551615 4227072 8923577 140729694157488 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 11177984 140729694165266 140729694165542 140729694165542 140729694171114 0
/proc/135255/statm: 380675 302268 2400 1147 0 368101 0
Current children cumulated CPU time: 3476.45 s
Current children cumulated vsize: 1526892 KiB
Current children cumulated memory: 1212016 KiB

[startup+3582.3 s]
/proc/loadavg: 4.12 4.12 4.05 5/273 135603
/proc/meminfo: memFree=39300332/131249996 swapFree=33010684/33010684
[pid=135245] ppid=135239 vsize=4192 memory=2944 CPUtime=0.07 cores=5,7
/proc/135245/stat : 135245 (run-opt-break-l) S 135239 135245 135192 0 -1 4194304 238 9270 0 0 0 0 6 1 20 0 1 0 174138246 4292608 736 18446744073709551615 93884497620992 93884498515525 140735236524832 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93884498754576 93884498802320 93884526829568 140735236528403 140735236528604 140735236528604 140735236534208 0
/proc/135245/statm: 1048 736 672 219 0 110 0
[pid=135255] ppid=135245 vsize=1522700 memory=1209072 CPUtime=3531.75 cores=5,7
/proc/135255/stat : 135255 (roundingsat) R 135245 135245 135192 0 -1 4194304 118322 0 0 0 350443 2732 0 0 20 0 1 0 174138260 1559244800 302268 18446744073709551615 4227072 8923577 140729694157488 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 11177984 140729694165266 140729694165542 140729694165542 140729694171114 0
/proc/135255/statm: 380675 302268 2400 1147 0 368101 0
Current children cumulated CPU time: 3531.82 s
Current children cumulated vsize: 1526892 KiB
Current children cumulated memory: 1212016 KiB

[startup+3642.3 s]
/proc/loadavg: 4.14 4.13 4.06 3/268 135606
/proc/meminfo: memFree=38835644/131249996 swapFree=33010684/33010684
[pid=135245] ppid=135239 vsize=4192 memory=2944 CPUtime=0.07 cores=5,7
/proc/135245/stat : 135245 (run-opt-break-l) S 135239 135245 135192 0 -1 4194304 238 9270 0 0 0 0 6 1 20 0 1 0 174138246 4292608 736 18446744073709551615 93884497620992 93884498515525 140735236524832 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93884498754576 93884498802320 93884526829568 140735236528403 140735236528604 140735236528604 140735236534208 0
/proc/135245/statm: 1048 736 672 219 0 110 0
[pid=135255] ppid=135245 vsize=1522700 memory=1209072 CPUtime=3590.66 cores=5,7
/proc/135255/stat : 135255 (roundingsat) R 135245 135245 135192 0 -1 4194304 118322 0 0 0 356285 2781 0 0 20 0 1 0 174138260 1559244800 302268 18446744073709551615 4227072 8923577 140729694157488 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 11177984 140729694165266 140729694165542 140729694165542 140729694171114 0
/proc/135255/statm: 380675 302268 2400 1147 0 368101 0
Current children cumulated CPU time: 3590.73 s
Current children cumulated vsize: 1526892 KiB
Current children cumulated memory: 1212016 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3651.6 s]
/proc/loadavg: 4.13 4.13 4.06 3/268 135606
/proc/meminfo: memFree=38797940/131249996 swapFree=33010684/33010684
[pid=135245] ppid=135239 vsize=4192 memory=2944 CPUtime=0.07 cores=5,7
/proc/135245/stat : 135245 (run-opt-break-l) S 135239 135245 135192 0 -1 4194304 238 9270 0 0 0 0 6 1 20 0 1 0 174138246 4292608 736 18446744073709551615 93884497620992 93884498515525 140735236524832 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93884498754576 93884498802320 93884526829568 140735236528403 140735236528604 140735236528604 140735236534208 0
/proc/135245/statm: 1048 736 672 219 0 110 0
[pid=135255] ppid=135245 vsize=1522700 memory=1209072 CPUtime=3599.93 cores=5,7
/proc/135255/stat : 135255 (roundingsat) R 135245 135245 135192 0 -1 4194304 118322 0 0 0 357204 2789 0 0 20 0 1 0 174138260 1559244800 302268 18446744073709551615 4227072 8923577 140729694157488 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 11177984 140729694165266 140729694165542 140729694165542 140729694171114 0
/proc/135255/statm: 380675 302268 2400 1147 0 368101 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 1526892 KiB
Current children cumulated memory: 1212016 KiB

Sending SIGTERM to process tree (bottom up)

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

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

Sending SIGKILL to process tree (bottom up)
WARNING: unexpectedly, some solver processes are still present and will be killed:

[startup+0 s]*
/proc/loadavg: 4.12 4.12 4.06 2/264 135614
/proc/meminfo: memFree=43877880/131249996 swapFree=33010684/33010684
[pid=135255] ppid=135239 vsize=1522700 memory=1209456 CPUtime=3599.95 cores=5,7
/proc/135255/stat : 135255 (roundingsat) D 135239 135245 135192 0 -1 4194304 118329 0 0 0 357204 2791 0 0 20 0 1 0 174138260 1559244800 302364 18446744073709551615 4227072 8923577 140729694157488 0 0 256 0 0 8405026 1 0 0 17 5 0 0 0 0 0 9827200 9836688 11177984 140729694165266 140729694165542 140729694165542 140729694171114 9
/proc/135255/statm: 380675 302364 2496 1147 0 368101 0
??? kill 135255 sig 9
??? end of watcher thread

[startup+3656.85 s]
# the end of solver process 135255 was just reported to runsolver
# Child ended because it received signal 9 (SIGKILL)

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

Solver just ended.
Dumping a history of the last processes samples

[startup+3652.8 s]
/proc/loadavg: 4.12 4.12 4.06 2/267 135606
/proc/meminfo: memFree=38799412/131249996 swapFree=33010684/33010684
[pid=135255] ppid=135239 vsize=1522700 memory=1209456 CPUtime=3599.95 cores=5,7
/proc/135255/stat : 135255 (roundingsat) D 135239 135245 135192 0 -1 4194304 118329 0 0 0 357204 2791 0 0 20 0 1 0 174138260 1559244800 302364 18446744073709551615 4227072 8923577 140729694157488 0 0 0 0 0 8405026 1 0 0 17 5 0 0 0 0 0 9827200 9836688 11177984 140729694165266 140729694165542 140729694165542 140729694171114 0
/proc/135255/statm: 380675 302364 2496 1147 0 368101 0
Current cumulated CPU time of completed processes: 0.091816 s
Current children cumulated CPU time: 3599.95 s
Current children cumulated vsize: 1522700 KiB
Current children cumulated memory: 1209456 KiB

[startup+3653.2 s]
/proc/loadavg: 4.12 4.12 4.06 2/264 135614
/proc/meminfo: memFree=43871292/131249996 swapFree=33010684/33010684
[pid=135255] ppid=135239 vsize=1522700 memory=1209456 CPUtime=3599.95 cores=5,7
/proc/135255/stat : 135255 (roundingsat) D 135239 135245 135192 0 -1 4194304 118329 0 0 0 357204 2791 0 0 20 0 1 0 174138260 1559244800 302364 18446744073709551615 4227072 8923577 140729694157488 0 0 0 0 0 8405026 1 0 0 17 5 0 0 0 0 0 9827200 9836688 11177984 140729694165266 140729694165542 140729694165542 140729694171114 0
/proc/135255/statm: 380675 302364 2496 1147 0 368101 0
Current cumulated CPU time of completed processes: 0.091816 s
Current children cumulated CPU time: 3599.95 s
Current children cumulated vsize: 1522700 KiB
Current children cumulated memory: 1209456 KiB

[startup+3653.6 s]
/proc/loadavg: 4.12 4.12 4.06 2/264 135614
/proc/meminfo: memFree=43871292/131249996 swapFree=33010684/33010684
[pid=135255] ppid=135239 vsize=1522700 memory=1209456 CPUtime=3599.95 cores=5,7
/proc/135255/stat : 135255 (roundingsat) D 135239 135245 135192 0 -1 4194304 118329 0 0 0 357204 2791 0 0 20 0 1 0 174138260 1559244800 302364 18446744073709551615 4227072 8923577 140729694157488 0 0 0 0 0 8405026 1 0 0 17 5 0 0 0 0 0 9827200 9836688 11177984 140729694165266 140729694165542 140729694165542 140729694171114 0
/proc/135255/statm: 380675 302364 2496 1147 0 368101 0
Current cumulated CPU time of completed processes: 0.091816 s
Current children cumulated CPU time: 3599.95 s
Current children cumulated vsize: 1522700 KiB
Current children cumulated memory: 1209456 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 3656.85
CPU time (s): 3600.08
CPU user time (s): 3572.12
CPU system time (s): 27.9616
CPU usage (%): 98.4477
Max. virtual memory (cumulated for all children) (KiB): 1526892
Max. memory (cumulated for all children) (KiB): 1212016

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3572.12
system time used= 27.9616
maximum resident set size= 1209456
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 127837
page faults= 0
swaps= 0
block input operations= 0
block output operations= 12454552
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6107
involuntary context switches= 4883


# summary of solver processes directly reported to runsolver:
#   pid: 135245,135255
#   total CPU time (s): 3600.08
#   total CPU user time (s): 3572.12
#   total CPU system time (s): 27.9616

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.80367 second user time and 16.4253 second system time

The end

Launcher Data

Begin job on nodeC024 at 2025-07-15 15:03:23
IDJOB=4532427
IDBENCH=146672
IDSOLVER=3393
FILE ID=nodeC024/4532427-1752584603
RUNJOBID= nodeC024-1752584602-135205
SLURM_JOB_ID= 9684354
Free space on /tmp= 432884 MiB

SOLVER NAME= roundingsat+pbsuma-opt-log 0f876b3
BENCH NAME= PB24/normalized-PB06/OPT-LIN/web/www.nlsde.buaa.edu.cn/~kexu/benchmarks/frb53-24-opb/normalized-frb53-24-1.opb
COMMAND LINE= run-opt-break-log.sh BENCHNAME PROOFFILE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4532427-1752584603/watcher-4532427-1752584603 -o /tmp/evaluation-result-4532427-1752584603/solver-4532427-1752584603 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1752584602-135205 --watchdog 3760 --file-size-limit 100000 run-opt-break-log.sh HOME/instance-4532427-1752584603.opb PROOFDIR/proof-4532427-1752584603

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

MD5SUM BENCH= 05a4468103b1b74e5a90bd7e67aed0d9
RANDOM SEED=1057340159

nodeC024 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.892
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.36
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		: 3700.000
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.36
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		: 3598.635
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.36
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		: 3599.630
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.36
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		: 3599.686
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.36
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		: 3608.708
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.36
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		: 3600.171
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.36
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		: 3599.657
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.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        116839120 kB
MemAvailable:   129732212 kB
Buffers:            2144 kB
Cached:         13656400 kB
SwapCached:            0 kB
Active:           648432 kB
Inactive:       13075856 kB
Active(anon):      83812 kB
Inactive(anon):       36 kB
Active(file):     564620 kB
Inactive(file): 13075820 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             16744 kB
Writeback:             0 kB
AnonPages:         69044 kB
Mapped:           106688 kB
Shmem:             18064 kB
KReclaimable:     183380 kB
Slab:             277832 kB
SReclaimable:     183380 kB
SUnreclaim:        94452 kB
KernelStack:        4112 kB
PageTables:         2912 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     342332 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150392 kB
VmallocChunk:          0 kB
Percpu:             3904 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 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:      195284 kB
DirectMap2M:     6916096 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 432860 MiB
End job on nodeC024 at 2025-07-15 16:04:20