Trace number 4521635
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:
-
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.
-
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.
-
CONVERSION SCRIPT DATA (Optionnal)
When a conversion script is used, this section shows the messages that were output by the conversion script.
-
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.
-
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
General information on the benchmark
Name | PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/vertex_cover/ vertexcover_opt_grid_oddrowevencolsquare/normalized-vertexcover_opt_grid_oddrowevencolsquare_dim_022.opb |
MD5SUM | 8e50416028301376aa06deda864f0965 |
Bench Category | OPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate) |
Best result obtained on this benchmark | OPT |
Best value of the objective obtained on this benchmark | 264 |
Best CPU time to get the best result obtained on this benchmark | 0.021602 |
Has Objective Function | YES |
Satisfiable | |
(Un)Satisfiability was proved | |
Best value of the objective function | |
Optimality of the best value was proved | |
Number of variables | 506 |
Total number of constraints | 1012 |
Number of constraints which are clauses | 1012 |
Number of constraints which are cardinality constraints (but not clauses) | 0 |
Number of constraints which are nor clauses,nor cardinality constraints | 0 |
Minimum length of a constraint | 2 |
Maximum length of a constraint | 2 |
Number of terms in the objective function | 506 |
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 | 506 |
Number of bits of the sum of numbers in the objective function | 9 |
Biggest number in a constraint | 1 |
Number of bits of the biggest number in a constraint | 1 |
Biggest sum of numbers in a constraint | 506 |
Number of bits of the biggest sum of numbers | 9 |
Number of products (including duplicates) | 0 |
Sum of products size (including duplicates) | 0 |
Number of different products | 0 |
Sum of products size | 0 |
Solver Data
0.00/0.01 c ┌────────────────────────────────────────────────────────────────┐
0.00/0.01 c │ pbsuma -- a PB interface for satsuma │
0.00/0.01 c │ satsuma_version=1.2, dejavu_version=2.1 │
0.00/0.01 c │ (c) 2025 Markus Anders │
0.00/0.01 c └────────────────────────────────────────────────────────────────┘
0.00/0.01 c parse 'HOME/instance-4521635-1751569920.opb'
0.00/0.01 c read 0.03MB (0.51ms)
0.00/0.01 c [cnf: #variables 506 #clauses 1013 #duplicates 0 #arr 2530]
0.00/0.02 c output proof to 'PROOFDIR/proof-4521635-1751569920'
0.00/0.02 c
0.00/0.02 c make graph and approximate orbits
0.00/0.02 c [group: #orbits ~= 2] (0.34ms)
0.00/0.02 c
0.00/0.02 c detect special group actions
0.00/0.02 c probe for Johnson action (limit=64)
0.00/0.02 c probe for row-column symmetry (limit=64, splits=16.78M)
0.00/0.02 c probe for row symmetry (limit=64, splits=16.78M)
0.00/0.02 c (0.37ms)
0.00/0.02 c
0.00/0.02 c detect symmetries on remainder
0.00/0.02 c [graph: #vertices 2531 #edges 7084]
0.00/0.02 c dejavu (support_limit=2048.00MB, budget_limit=64)
0.00/0.02 c [group: #symmetries 2.02*10^3 #generators 3] (1.51ms)
0.00/0.02 c
0.00/0.02 c optimize generators (opt_passes=64, conjugate_limit=256)
0.00/0.02 c ran it=0, +gens=3
0.00/0.04 c con best_support=920, best_gens=1, +gens=237
0.00/0.04 c (20.36ms)
0.00/0.04 c
0.00/0.04 c finalize break order and special generators
0.00/0.04 c
0.00/0.04 c add generic predicates (break_depth=20)
0.00/0.04 c added predicates for 243 generators (1.18ms)
0.07/0.12 c
0.07/0.12 c generation finished
0.07/0.12 c [sbp: #constraints 14094 #add_vars 4617]
0.07/0.12 c
0.07/0.12 c write result to 'HOME/instance-4521635-1751569920.opb.pre'
0.07/0.12 c wrote 0.51MB (1.33ms)
0.07/0.12 c ------------------------------------------------------------------
0.07/0.12 c 89.88ms 77.34% other
0.07/0.12 c 20.36ms 17.52% optimize_gens
0.07/0.12 c 1.51ms 1.30% detect_generic
0.07/0.12 c 1.33ms 1.15% output
0.07/0.12 c 1.18ms 1.02% break_generic
0.07/0.12 c 0.72ms 0.62% finalize_order
0.07/0.12 c 0.50ms 0.43% parse
0.07/0.12 c 0.37ms 0.32% detect_special
0.07/0.12 c 0.34ms 0.29% approx_orbits
0.07/0.12 c ───────────────────────────────────────────────
0.07/0.12 c 116.22ms 100% total
0.07/0.12 c ------------------------------------------------------------------
0.07/0.19 c RoundingSat 2
0.07/0.19 c branch pb25
0.07/0.19 c commit 63f22ad
0.11/0.28 c #variables 5123 #constraints 15106
0.11/0.28 c objective is ce32
0.11/0.28 c initial watched CF 32, 64, 128, Arb: 0 , 0 , 0 , 0
0.11/0.28 c initial counting CF 32, 64, 128, Arb: 1 , 0 , 0 , 0
0.11/0.28 c bounds - >= 0 @ 0.076062
0.11/0.31 c rational objective 253
0.31/0.47 c bounds 264 >= 0 @ 0.258556
0.31/0.47 c bounds 264 >= 1 @ 0.259217
0.31/0.47 c bounds 264 >= 2 @ 0.259394
0.31/0.47 c bounds 264 >= 3 @ 0.25955
0.31/0.47 c bounds 264 >= 4 @ 0.259701
0.31/0.47 c bounds 264 >= 5 @ 0.259849
0.31/0.47 c bounds 264 >= 6 @ 0.259995
0.31/0.47 c bounds 264 >= 7 @ 0.260143
0.31/0.47 c bounds 264 >= 8 @ 0.260288
0.31/0.48 c bounds 264 >= 9 @ 0.260434
0.31/0.48 c bounds 264 >= 10 @ 0.260582
0.31/0.48 c bounds 264 >= 11 @ 0.260735
0.31/0.48 c bounds 264 >= 12 @ 0.260876
0.31/0.48 c bounds 264 >= 13 @ 0.261029
0.31/0.48 c bounds 264 >= 14 @ 0.261171
0.31/0.48 c bounds 264 >= 15 @ 0.261321
0.31/0.48 c bounds 264 >= 16 @ 0.261462
0.31/0.48 c bounds 264 >= 17 @ 0.2615
0.31/0.48 c bounds 264 >= 18 @ 0.2615
0.31/0.48 c bounds 264 >= 19 @ 0.2615
0.31/0.48 c bounds 264 >= 20 @ 0.2615
0.31/0.48 c bounds 264 >= 21 @ 0.2615
0.31/0.48 c bounds 264 >= 22 @ 0.2615
0.31/0.48 c bounds 264 >= 23 @ 0.2615
0.31/0.48 c bounds 264 >= 24 @ 0.2615
0.31/0.48 c bounds 264 >= 25 @ 0.2615
0.31/0.48 c bounds 264 >= 26 @ 0.2615
0.31/0.48 c bounds 264 >= 27 @ 0.2615
0.31/0.48 c bounds 264 >= 28 @ 0.2615
0.31/0.48 c bounds 264 >= 29 @ 0.2615
0.31/0.48 c bounds 264 >= 30 @ 0.261603
0.31/0.48 c bounds 264 >= 31 @ 0.261749
0.31/0.48 c bounds 264 >= 32 @ 0.26189
0.31/0.48 c bounds 264 >= 33 @ 0.262038
0.31/0.48 c bounds 264 >= 34 @ 0.262177
0.31/0.48 c bounds 264 >= 35 @ 0.262308
0.31/0.48 c bounds 264 >= 36 @ 0.262435
0.31/0.48 c bounds 264 >= 37 @ 0.262576
0.31/0.48 c bounds 264 >= 38 @ 0.262717
0.31/0.48 c bounds 264 >= 39 @ 0.262865
0.31/0.48 c bounds 264 >= 40 @ 0.263004
0.31/0.48 c bounds 264 >= 41 @ 0.263149
0.31/0.48 c bounds 264 >= 42 @ 0.263289
0.31/0.48 c bounds 264 >= 43 @ 0.26344
0.31/0.48 c bounds 264 >= 44 @ 0.263575
0.31/0.48 c bounds 264 >= 45 @ 0.263726
0.31/0.48 c bounds 264 >= 46 @ 0.263862
0.31/0.48 c bounds 264 >= 47 @ 0.264013
0.31/0.48 c bounds 264 >= 48 @ 0.264152
0.31/0.48 c bounds 264 >= 49 @ 0.264297
0.31/0.48 c bounds 264 >= 50 @ 0.264434
0.31/0.48 c bounds 264 >= 51 @ 0.264581
0.31/0.48 c bounds 264 >= 52 @ 0.264716
0.31/0.48 c bounds 264 >= 53 @ 0.264865
0.31/0.48 c bounds 264 >= 54 @ 0.265011
0.31/0.48 c bounds 264 >= 55 @ 0.265162
0.31/0.48 c bounds 264 >= 56 @ 0.265302
0.31/0.48 c bounds 264 >= 57 @ 0.265444
0.31/0.48 c bounds 264 >= 58 @ 0.265578
0.31/0.48 c bounds 264 >= 59 @ 0.265712
0.31/0.48 c bounds 264 >= 60 @ 0.265853
0.31/0.48 c bounds 264 >= 61 @ 0.265991
0.31/0.48 c bounds 264 >= 62 @ 0.266136
0.31/0.48 c bounds 264 >= 63 @ 0.266273
0.31/0.48 c bounds 264 >= 64 @ 0.266419
0.31/0.48 c bounds 264 >= 65 @ 0.266552
0.31/0.48 c bounds 264 >= 66 @ 0.266695
0.31/0.48 c bounds 264 >= 67 @ 0.266825
0.31/0.48 c bounds 264 >= 68 @ 0.266967
0.31/0.48 c bounds 264 >= 69 @ 0.267098
0.31/0.48 c bounds 264 >= 70 @ 0.267244
0.31/0.48 c bounds 264 >= 71 @ 0.267392
0.31/0.48 c bounds 264 >= 72 @ 0.267428
0.31/0.48 c bounds 264 >= 73 @ 0.267428
0.31/0.48 c bounds 264 >= 74 @ 0.267428
0.31/0.48 c bounds 264 >= 75 @ 0.267428
0.31/0.48 c bounds 264 >= 76 @ 0.267428
0.31/0.48 c bounds 264 >= 77 @ 0.267428
0.31/0.49 c bounds 264 >= 78 @ 0.267428
0.31/0.49 c bounds 264 >= 79 @ 0.267494
0.31/0.49 c bounds 264 >= 80 @ 0.267623
0.31/0.49 c bounds 264 >= 81 @ 0.267769
0.31/0.49 c bounds 264 >= 82 @ 0.267897
0.31/0.49 c bounds 264 >= 83 @ 0.268038
0.31/0.49 c bounds 264 >= 84 @ 0.268169
0.31/0.49 c bounds 264 >= 85 @ 0.268307
0.31/0.49 c bounds 264 >= 86 @ 0.268439
0.31/0.49 c bounds 264 >= 87 @ 0.268589
0.31/0.49 c bounds 264 >= 88 @ 0.268719
0.31/0.49 c bounds 264 >= 89 @ 0.268853
0.31/0.49 c bounds 264 >= 90 @ 0.268987
0.31/0.49 c bounds 264 >= 91 @ 0.26912
0.31/0.49 c bounds 264 >= 92 @ 0.269259
0.31/0.49 c bounds 264 >= 93 @ 0.2694
0.31/0.49 c bounds 264 >= 94 @ 0.269545
0.31/0.49 c bounds 264 >= 95 @ 0.269674
0.31/0.49 c bounds 264 >= 96 @ 0.269821
0.31/0.49 c bounds 264 >= 97 @ 0.26995
0.31/0.49 c bounds 264 >= 98 @ 0.270083
0.31/0.49 c bounds 264 >= 99 @ 0.270216
0.31/0.49 c bounds 264 >= 100 @ 0.270361
0.31/0.49 c bounds 264 >= 101 @ 0.270496
0.31/0.49 c bounds 264 >= 102 @ 0.270635
0.31/0.49 c bounds 264 >= 103 @ 0.270769
0.31/0.49 c bounds 264 >= 104 @ 0.270899
0.31/0.49 c bounds 264 >= 105 @ 0.271032
0.31/0.49 c bounds 264 >= 106 @ 0.271161
0.31/0.49 c bounds 264 >= 107 @ 0.271288
0.31/0.49 c bounds 264 >= 108 @ 0.271421
0.31/0.49 c bounds 264 >= 109 @ 0.27155
0.31/0.49 c bounds 264 >= 110 @ 0.271685
0.31/0.49 c bounds 264 >= 111 @ 0.271814
0.31/0.49 c bounds 264 >= 112 @ 0.271947
0.31/0.49 c bounds 264 >= 113 @ 0.272075
0.31/0.49 c bounds 264 >= 114 @ 0.272199
0.31/0.49 c bounds 264 >= 115 @ 0.272333
0.31/0.49 c bounds 264 >= 116 @ 0.272458
0.31/0.49 c bounds 264 >= 117 @ 0.272729
0.31/0.49 c bounds 264 >= 118 @ 0.272871
0.31/0.49 c bounds 264 >= 119 @ 0.27301
0.31/0.49 c bounds 264 >= 120 @ 0.273136
0.31/0.49 c bounds 264 >= 121 @ 0.27327
0.31/0.49 c bounds 264 >= 122 @ 0.273404
0.31/0.49 c bounds 264 >= 123 @ 0.273571
0.31/0.49 c bounds 264 >= 124 @ 0.273715
0.31/0.49 c bounds 264 >= 125 @ 0.273872
0.31/0.49 c bounds 264 >= 126 @ 0.274012
0.31/0.49 c bounds 264 >= 127 @ 0.274168
0.31/0.49 c bounds 264 >= 128 @ 0.2743
0.31/0.49 c bounds 264 >= 129 @ 0.27443
0.31/0.49 c bounds 264 >= 130 @ 0.274556
0.31/0.49 c bounds 264 >= 131 @ 0.274695
0.31/0.49 c bounds 264 >= 132 @ 0.274818
0.31/0.49 c bounds 264 >= 133 @ 0.274952
0.31/0.49 c bounds 264 >= 134 @ 0.275075
0.31/0.49 c bounds 264 >= 135 @ 0.275199
0.31/0.49 c bounds 264 >= 136 @ 0.275331
0.31/0.49 c bounds 264 >= 137 @ 0.27545
0.31/0.49 c bounds 264 >= 138 @ 0.275615
0.31/0.49 c bounds 264 >= 139 @ 0.275748
0.31/0.49 c bounds 264 >= 140 @ 0.275868
0.31/0.49 c bounds 264 >= 141 @ 0.275999
0.31/0.49 c bounds 264 >= 142 @ 0.27612
0.31/0.49 c bounds 264 >= 143 @ 0.276251
0.31/0.49 c bounds 264 >= 144 @ 0.276371
0.31/0.49 c bounds 264 >= 145 @ 0.276492
0.31/0.49 c bounds 264 >= 146 @ 0.27662
0.31/0.49 c bounds 264 >= 147 @ 0.276742
0.31/0.49 c bounds 264 >= 148 @ 0.276868
0.31/0.49 c bounds 264 >= 149 @ 0.276991
0.31/0.49 c bounds 264 >= 150 @ 0.277109
0.31/0.49 c bounds 264 >= 151 @ 0.277236
0.31/0.50 c bounds 264 >= 152 @ 0.277354
0.31/0.50 c bounds 264 >= 153 @ 0.277481
0.31/0.50 c bounds 264 >= 154 @ 0.2776
0.31/0.50 c bounds 264 >= 155 @ 0.27772
0.31/0.50 c bounds 264 >= 156 @ 0.27785
0.31/0.50 c bounds 264 >= 157 @ 0.277968
0.31/0.50 c bounds 264 >= 158 @ 0.278096
0.31/0.50 c bounds 264 >= 159 @ 0.278214
0.31/0.50 c bounds 264 >= 160 @ 0.278335
0.31/0.50 c bounds 264 >= 161 @ 0.278462
0.31/0.50 c bounds 264 >= 162 @ 0.278595
0.31/0.50 c bounds 264 >= 163 @ 0.27873
0.31/0.50 c bounds 264 >= 164 @ 0.278851
0.31/0.50 c bounds 264 >= 165 @ 0.278973
0.31/0.50 c bounds 264 >= 166 @ 0.279115
0.31/0.50 c bounds 264 >= 167 @ 0.279235
0.31/0.50 c bounds 264 >= 168 @ 0.279361
0.31/0.50 c bounds 264 >= 169 @ 0.279479
0.31/0.50 c bounds 264 >= 170 @ 0.279479
0.31/0.50 c bounds 264 >= 171 @ 0.279479
0.31/0.50 c bounds 264 >= 172 @ 0.279479
0.31/0.50 c bounds 264 >= 173 @ 0.279479
0.31/0.50 c bounds 264 >= 174 @ 0.279479
0.31/0.50 c bounds 264 >= 175 @ 0.279479
0.31/0.50 c bounds 264 >= 176 @ 0.279479
0.31/0.50 c bounds 264 >= 177 @ 0.279479
0.31/0.50 c bounds 264 >= 178 @ 0.279577
0.31/0.50 c bounds 264 >= 179 @ 0.279707
0.31/0.50 c bounds 264 >= 180 @ 0.279824
0.31/0.50 c bounds 264 >= 181 @ 0.279945
0.31/0.50 c bounds 264 >= 182 @ 0.280068
0.31/0.50 c bounds 264 >= 183 @ 0.280189
0.31/0.50 c bounds 264 >= 184 @ 0.280317
0.31/0.50 c bounds 264 >= 185 @ 0.28045
0.31/0.50 c bounds 264 >= 186 @ 0.280575
0.31/0.50 c bounds 264 >= 187 @ 0.280704
0.31/0.50 c bounds 264 >= 188 @ 0.28083
0.31/0.50 c bounds 264 >= 189 @ 0.280947
0.31/0.50 c bounds 264 >= 190 @ 0.281074
0.31/0.50 c bounds 264 >= 191 @ 0.281189
0.31/0.50 c bounds 264 >= 192 @ 0.281315
0.31/0.50 c bounds 264 >= 193 @ 0.281428
0.31/0.50 c bounds 264 >= 194 @ 0.281551
0.31/0.50 c bounds 264 >= 195 @ 0.281671
0.31/0.50 c bounds 264 >= 196 @ 0.281789
0.31/0.50 c bounds 264 >= 197 @ 0.281903
0.31/0.50 c bounds 264 >= 198 @ 0.282037
0.31/0.50 c bounds 264 >= 199 @ 0.282163
0.31/0.50 c bounds 264 >= 200 @ 0.282285
0.31/0.50 c bounds 264 >= 201 @ 0.282422
0.31/0.50 c bounds 264 >= 202 @ 0.282548
0.31/0.50 c bounds 264 >= 203 @ 0.28266
0.31/0.50 c bounds 264 >= 204 @ 0.282782
0.31/0.50 c bounds 264 >= 205 @ 0.282895
0.31/0.50 c bounds 264 >= 206 @ 0.283018
0.31/0.50 c bounds 264 >= 207 @ 0.283134
0.31/0.50 c bounds 264 >= 208 @ 0.283252
0.31/0.50 c bounds 264 >= 209 @ 0.283385
0.31/0.50 c bounds 264 >= 210 @ 0.283511
0.31/0.50 c bounds 264 >= 211 @ 0.283637
0.31/0.50 c bounds 264 >= 212 @ 0.283765
0.31/0.50 c bounds 264 >= 213 @ 0.28389
0.31/0.50 c bounds 264 >= 214 @ 0.284011
0.31/0.50 c bounds 264 >= 215 @ 0.284141
0.31/0.50 c bounds 264 >= 216 @ 0.284264
0.31/0.50 c bounds 264 >= 217 @ 0.284389
0.31/0.50 c bounds 264 >= 218 @ 0.284519
0.31/0.50 c bounds 264 >= 219 @ 0.284639
0.31/0.50 c bounds 264 >= 220 @ 0.284758
0.31/0.50 c bounds 264 >= 221 @ 0.284887
0.31/0.50 c bounds 264 >= 222 @ 0.285007
0.31/0.50 c bounds 264 >= 223 @ 0.285123
0.31/0.50 c bounds 264 >= 224 @ 0.285253
0.31/0.50 c bounds 264 >= 225 @ 0.285366
0.31/0.50 c bounds 264 >= 226 @ 0.285474
0.31/0.50 c bounds 264 >= 227 @ 0.285598
0.31/0.50 c bounds 264 >= 228 @ 0.285708
0.31/0.50 c bounds 264 >= 229 @ 0.285818
0.31/0.51 c bounds 264 >= 230 @ 0.285942
0.40/0.51 c bounds 264 >= 231 @ 0.286091
0.40/0.51 c bounds 264 >= 232 @ 0.286229
0.40/0.51 c bounds 264 >= 233 @ 0.28635
0.40/0.51 c bounds 264 >= 234 @ 0.286467
0.40/0.51 c bounds 264 >= 235 @ 0.286575
0.40/0.51 c bounds 264 >= 236 @ 0.28669
0.40/0.51 c bounds 264 >= 237 @ 0.286802
0.40/0.51 c bounds 264 >= 238 @ 0.28691
0.40/0.51 c bounds 264 >= 239 @ 0.28703
0.40/0.51 c bounds 264 >= 240 @ 0.28715
0.40/0.51 c bounds 264 >= 241 @ 0.287262
0.40/0.51 c bounds 264 >= 242 @ 0.287382
0.40/0.51 c bounds 264 >= 243 @ 0.28749
0.40/0.51 c bounds 264 >= 244 @ 0.287597
0.40/0.51 c bounds 264 >= 245 @ 0.287712
0.40/0.51 c bounds 264 >= 246 @ 0.287818
0.40/0.51 c bounds 264 >= 247 @ 0.287925
0.40/0.51 c bounds 264 >= 248 @ 0.288041
0.40/0.51 c bounds 264 >= 249 @ 0.28815
0.40/0.51 c bounds 264 >= 250 @ 0.288255
0.40/0.51 c bounds 264 >= 251 @ 0.288369
0.40/0.51 c bounds 264 >= 252 @ 0.288481
0.40/0.51 c bounds 264 >= 253 @ 0.288594
0.40/0.51 c bounds 264 >= 254 @ 0.288958
0.80/0.97 c #Conflicts: 1000 | #Constraints: 16869
0.80/0.97 c #Conflicts: 2000 | #Constraints: 17875
0.80/0.97 c INPROCESSING
0.80/0.97 c GARBAGE COLLECT
0.80/0.97 c bounds 264 >= 255 @ 0.73189
0.80/0.97 c bounds 264 >= 256 @ 0.735506
0.80/0.98 c bounds 264 >= 257 @ 0.741454
0.80/1.00 c bounds 264 >= 258 @ 0.758737
1.19/1.31 c bounds 264 >= 259 @ 1.06192
1.29/1.46 c #Conflicts: 3000 | #Constraints: 17690
1.29/1.46 c bounds 264 >= 260 @ 1.20168
1.70/1.86 c #Conflicts: 4000 | #Constraints: 18705
1.70/1.86 c INPROCESSING
1.70/1.86 c GARBAGE COLLECT
1.70/1.86 WSVECS04 Frhs2[2]: 6 -1.00002 0 shouldn't be
1.70/1.86 WSVECS04 Frhs2[19]: 6 -1.00001 0 shouldn't be
1.70/1.86 WSVECS04 Frhs2[23]: 6 -1.00005 0 shouldn't be
1.70/1.86 WSVECS04 Frhs2[41]: 6 -1.00003 0 shouldn't be
1.70/1.86 WSVECS04 Frhs2[43]: 6 -1.00003 0 shouldn't be
1.70/1.86 WSVECS04 Frhs2[45]: 6 -1.00004 0 shouldn't be
1.70/1.86 WSVECS04 Frhs2[65]: 6 -1.00003 0 shouldn't be
1.70/1.86 WSVECS04 Frhs2[67]: 6 -1.00004 0 shouldn't be
1.70/1.86 WSVECS04 Frhs2[72]: 6 -1.00003 0 shouldn't be
1.70/1.86 WSVECS04 Frhs2[87]: 6 -1.00004 0 shouldn't be
1.70/1.86 WSVECS04 Frhs2[89]: 6 -1.00005 0 shouldn't be
1.70/1.86 WSVECS04 Frhs2[94]: 6 -1.00005 0 shouldn't be
1.70/1.86 WSVECS04 Frhs2[107]: 6 -1.00005 0 shouldn't be
1.70/1.86 WSVECS04 Frhs2[111]: 6 -1.00007 0 shouldn't be
1.70/1.86 WSVECS04 Frhs2[113]: 6 -1.00006 0 shouldn't be
1.70/1.86 WSVECS04 Frhs2[116]: 6 -1.00004 0 shouldn't be
1.70/1.86 WSVECS04 Frhs2[118]: 6 -1.00003 0 shouldn't be
1.70/1.86 WSVECS04 Frhs2[120]: 6 -1.00003 0 shouldn't be
1.70/1.86 WSVECS04 Frhs2[129]: 6 -1.00002 0 shouldn't be
1.70/1.86 WSVECS04 Frhs2[131]: 6 -1.00007 0 shouldn't be
1.70/1.86 WSVECS04 Frhs2[133]: 6 -1.00004 0 shouldn't be
1.70/1.86 WSVECS04 Frhs2[135]: 6 -1.00006 0 shouldn't be
1.70/1.86 WSVECS04 Frhs2[137]: 6 -1.00006 0 shouldn't be
1.70/1.86 WSVECS04 Frhs2[140]: 6 -1.00002 0 shouldn't be
1.70/1.86 WSVECS04 Frhs2[142]: 6 -1.00001 0 shouldn't be
1.70/1.86 WSVECS04 Frhs2[153]: 6 -1.00005 0 shouldn't be
1.70/1.86 WSVECS04 Frhs2[155]: 6 -1.00005 0 shouldn't be
1.70/1.86 WSVECS04 Frhs2[157]: 6 -1.00007 0 shouldn't be
1.70/1.86 WSVECS04 Frhs2[159]: 6 -1.00007 0 shouldn't be
1.70/1.86 WSVECS04 Frhs2[166]: 6 -1.00005 0 shouldn't be
1.70/1.86 WSVECS04 Frhs2[181]: 6 -1.00006 0 shouldn't be
1.70/1.86 WSVECS04 Frhs2[183]: 6 -1.00005 0 shouldn't be
1.70/1.86 WSVECS04 Frhs2[186]: 6 -1.00004 0 shouldn't be
1.70/1.86 WSVECS04 Frhs2[203]: 6 -1.00004 0 shouldn't be
1.70/1.86 WSVECS04 Frhs2[205]: 6 -1.00004 0 shouldn't be
1.70/1.86 WSVECS04 Frhs2[207]: 6 -1.00006 0 shouldn't be
1.70/1.86 WSVECS04 Frhs2[208]: 6 -1.00003 0 shouldn't be
1.70/1.86 WSVECS04 Frhs2[210]: 6 -1.00005 0 shouldn't be
1.70/1.86 WSVECS04 Frhs2[212]: 6 -1.00002 0 shouldn't be
1.70/1.86 WSVECS04 Frhs2[227]: 6 -1.00005 0 shouldn't be
1.70/1.86 WSVECS04 Frhs2[229]: 6 -1.00006 0 shouldn't be
1.70/1.86 WSVECS04 Frhs2[234]: 6 -1.0001 0 shouldn't be
1.70/1.86 WSVECS04 Frhs2[238]: 6 -1.00005 0 shouldn't be
1.70/1.86 WSVECS04 Frhs2[242]: 6 -1.00004 0 shouldn't be
1.70/1.86 WSVECS04 Frhs2[249]: 6 -1.00001 0 shouldn't be
1.70/1.86 WSVECS04 Frhs2[251]: 6 -1.00003 0 shouldn't be
1.70/1.86 WSVECS04 Frhs2[253]: 6 -1.00003 0 shouldn't be
1.70/1.86 WSVECS04 Frhs2[256]: 6 -1.00005 0 shouldn't be
1.70/1.86 WSVECS04 Frhs2[258]: 6 -1.00006 0 shouldn't be
1.70/1.86 WSVECS04 Frhs2[260]: 6 -1.00002 0 shouldn't be
1.70/1.86 WSVECS04 Frhs2[273]: 6 -1.00001 0 shouldn't be
1.70/1.86 WSVECS04 Frhs2[278]: 6 -1.00002 0 shouldn't be
1.70/1.86 WSVECS04 Frhs2[280]: 6 -1.00006 0 shouldn't be
1.70/1.86 WSVECS04 Frhs2[295]: 6 -1.00005 0 shouldn't be
1.70/1.86 WSVECS04 Frhs2[300]: 6 -1.00004 0 shouldn't be
1.70/1.86 WSVECS04 Frhs2[302]: 6 -1.00007 0 shouldn't be
1.70/1.86 WSVECS04 Frhs2[304]: 6 -1.00001 0 shouldn't be
1.70/1.86 WSVECS04 Frhs2[324]: 6 -1.00006 0 shouldn't be
1.70/1.86 WSVECS04 Frhs2[440]: 6 -1.00003 0 shouldn't be
1.70/1.86 WSVECS04 Frhs2[457]: 6 -1.00004 0 shouldn't be
1.70/1.86 WSVECS04 Frhs2[462]: 6 -1.00004 0 shouldn't be
1.70/1.86 WSVECS04 Frhs2[464]: 6 -1.00002 0 shouldn't be
1.70/1.86 WSVECS04 Frhs2[479]: 6 -1.00004 0 shouldn't be
1.70/1.86 WSVECS04 Frhs2[481]: 6 -1.00001 0 shouldn't be
1.70/1.86 WSVECS04 Frhs2[484]: 6 -1.00001 0 shouldn't be
1.70/1.86 WSVECS04 Frhs2[488]: 6 -1.00007 0 shouldn't be
1.70/1.86 WSVECS04 Frhs2[503]: 6 -1.00008 0 shouldn't be
1.70/1.86 WSVECS04 Frhs2[505]: 6 -1.00004 0 shouldn't be
2.39/2.50 c #Conflicts: 5000 | #Constraints: 18097
2.39/2.50 c #Conflicts: 6000 | #Constraints: 19097
2.39/2.50 c bounds 264 >= 261 @ 2.20608
3.89/4.09 c INPROCESSING
3.89/4.09 c GARBAGE COLLECT
3.89/4.09 c #Conflicts: 7000 | #Constraints: 18114
3.89/4.09 c #Conflicts: 8000 | #Constraints: 19115
3.89/4.09 c #Conflicts: 9000 | #Constraints: 20127
3.89/4.09 c INPROCESSING
3.89/4.09 c GARBAGE COLLECT
3.89/4.09 c #Conflicts: 10000 | #Constraints: 18822
3.89/4.09 c #Conflicts: 11000 | #Constraints: 19822
3.89/4.09 c #Conflicts: 12000 | #Constraints: 20822
3.89/4.09 c INPROCESSING
3.89/4.09 c GARBAGE COLLECT
3.89/4.09 c rational objective 261
4.99/5.12 c #Conflicts: 13000 | #Constraints: 19266
4.99/5.12 c #Conflicts: 14000 | #Constraints: 20267
4.99/5.12 c #Conflicts: 15000 | #Constraints: 21267
4.99/5.12 c INPROCESSING
4.99/5.12 c GARBAGE COLLECT
4.99/5.12 c rational objective 261
6.58/6.79 c #Conflicts: 16000 | #Constraints: 19500
6.58/6.79 c #Conflicts: 17000 | #Constraints: 20500
6.58/6.79 c #Conflicts: 18000 | #Constraints: 21500
6.58/6.79 c INPROCESSING
6.58/6.79 c GARBAGE COLLECT
6.58/6.79 c rational objective 261
7.88/8.03 c #Conflicts: 19000 | #Constraints: 19514
7.88/8.03 c #Conflicts: 20000 | #Constraints: 20514
7.88/8.03 c #Conflicts: 21000 | #Constraints: 21515
7.88/8.03 c INPROCESSING
7.88/8.03 c GARBAGE COLLECT
7.88/8.03 c rational objective 261
9.07/9.25 c #Conflicts: 22000 | #Constraints: 19321
9.07/9.25 c #Conflicts: 23000 | #Constraints: 20321
9.07/9.25 c bounds 264 >= 262 @ 8.80439
9.48/9.63 c #Conflicts: 24000 | #Constraints: 21345
9.48/9.63 c #Conflicts: 25000 | #Constraints: 22345
9.48/9.63 c INPROCESSING
9.48/9.63 c GARBAGE COLLECT
9.48/9.63 c rational objective 262
10.98/11.17 c #Conflicts: 26000 | #Constraints: 19929
10.98/11.17 c #Conflicts: 27000 | #Constraints: 20929
10.98/11.17 c #Conflicts: 28000 | #Constraints: 21930
10.98/11.17 c #Conflicts: 29000 | #Constraints: 22931
10.98/11.17 c INPROCESSING
10.98/11.17 c GARBAGE COLLECT
10.98/11.17 c rational objective 262
12.37/12.52 c #Conflicts: 30000 | #Constraints: 20349
12.37/12.52 c #Conflicts: 31000 | #Constraints: 21350
12.37/12.52 c #Conflicts: 32000 | #Constraints: 22355
12.37/12.52 c #Conflicts: 33000 | #Constraints: 23359
12.37/12.52 c INPROCESSING
12.37/12.52 c GARBAGE COLLECT
12.37/12.52 c rational objective 262
14.06/14.21 c #Conflicts: 34000 | #Constraints: 20561
14.06/14.21 c #Conflicts: 35000 | #Constraints: 21562
14.06/14.21 c #Conflicts: 36000 | #Constraints: 22566
14.06/14.21 c #Conflicts: 37000 | #Constraints: 23571
14.06/14.21 c INPROCESSING
14.06/14.21 c GARBAGE COLLECT
14.06/14.21 c rational objective 262
16.46/16.62 c #Conflicts: 38000 | #Constraints: 20546
16.46/16.62 c #Conflicts: 39000 | #Constraints: 21546
16.46/16.62 c #Conflicts: 40000 | #Constraints: 22546
16.46/16.62 c #Conflicts: 41000 | #Constraints: 23546
16.46/16.62 c INPROCESSING
16.46/16.62 c GARBAGE COLLECT
16.46/16.62 c rational objective 262
18.35/18.56 c #Conflicts: 42000 | #Constraints: 20364
18.35/18.56 c #Conflicts: 43000 | #Constraints: 21364
18.35/18.56 c #Conflicts: 44000 | #Constraints: 22365
18.35/18.56 c #Conflicts: 45000 | #Constraints: 23366
18.35/18.56 c #Conflicts: 46000 | #Constraints: 24367
18.35/18.56 c INPROCESSING
18.35/18.56 c GARBAGE COLLECT
18.35/18.56 c rational objective 262
20.75/20.90 c #Conflicts: 47000 | #Constraints: 20951
20.75/20.90 c #Conflicts: 48000 | #Constraints: 21951
20.75/20.90 c #Conflicts: 49000 | #Constraints: 22952
20.75/20.90 c #Conflicts: 50000 | #Constraints: 23953
20.75/20.90 c #Conflicts: 51000 | #Constraints: 24953
20.75/20.90 c INPROCESSING
20.75/20.90 c GARBAGE COLLECT
20.75/20.90 c rational objective 262
22.45/22.69 c #Conflicts: 52000 | #Constraints: 21361
22.45/22.69 c #Conflicts: 53000 | #Constraints: 22362
22.45/22.69 c #Conflicts: 54000 | #Constraints: 23362
22.45/22.69 c #Conflicts: 55000 | #Constraints: 24370
22.45/22.69 c #Conflicts: 56000 | #Constraints: 25375
22.45/22.69 c INPROCESSING
22.45/22.69 c GARBAGE COLLECT
22.45/22.69 c rational objective 262
24.94/25.15 c #Conflicts: 57000 | #Constraints: 21560
24.94/25.15 c #Conflicts: 58000 | #Constraints: 22560
24.94/25.15 c #Conflicts: 59000 | #Constraints: 23560
24.94/25.15 c #Conflicts: 60000 | #Constraints: 24560
24.94/25.15 c #Conflicts: 61000 | #Constraints: 25560
24.94/25.15 c INPROCESSING
24.94/25.15 c GARBAGE COLLECT
24.94/25.15 c rational objective 262
27.23/27.43 c #Conflicts: 62000 | #Constraints: 21575
27.23/27.43 c #Conflicts: 63000 | #Constraints: 22575
27.23/27.43 c #Conflicts: 64000 | #Constraints: 23576
27.23/27.43 c #Conflicts: 65000 | #Constraints: 24576
27.23/27.43 c #Conflicts: 66000 | #Constraints: 25577
27.23/27.43 c INPROCESSING
27.23/27.43 c GARBAGE COLLECT
27.23/27.43 c rational objective 262
29.83/30.03 c #Conflicts: 67000 | #Constraints: 21359
29.83/30.03 c #Conflicts: 68000 | #Constraints: 22359
29.83/30.03 c #Conflicts: 69000 | #Constraints: 23359
29.83/30.03 c #Conflicts: 70000 | #Constraints: 24359
29.83/30.03 c #Conflicts: 71000 | #Constraints: 25359
29.83/30.03 c #Conflicts: 72000 | #Constraints: 26359
29.83/30.03 c INPROCESSING
29.83/30.03 c GARBAGE COLLECT
29.83/30.03 c rational objective 262
31.94/32.25 c #Conflicts: 73000 | #Constraints: 21968
31.94/32.25 c #Conflicts: 74000 | #Constraints: 22971
31.94/32.25 c #Conflicts: 75000 | #Constraints: 23974
31.94/32.25 c #Conflicts: 76000 | #Constraints: 24980
31.94/32.25 c #Conflicts: 77000 | #Constraints: 25983
31.94/32.25 c #Conflicts: 78000 | #Constraints: 26987
31.94/32.25 c INPROCESSING
31.94/32.25 c GARBAGE COLLECT
31.94/32.25 c rational objective 262
34.64/34.94 c #Conflicts: 79000 | #Constraints: 22375
34.64/34.94 c #Conflicts: 80000 | #Constraints: 23376
34.64/34.94 c #Conflicts: 81000 | #Constraints: 24376
34.64/34.94 c #Conflicts: 82000 | #Constraints: 25376
34.64/34.94 c #Conflicts: 83000 | #Constraints: 26376
34.64/34.94 c bounds 264 >= 263 @ 33.8371
35.13/35.45 c #Conflicts: 84000 | #Constraints: 27401
35.13/35.45 c INPROCESSING
35.13/35.45 c GARBAGE COLLECT
35.13/35.45 WSVECS04 Frhs2[2]: 6 -1.00007 0 shouldn't be
35.13/35.45 WSVECS04 Frhs2[4]: 6 -1.00009 0 shouldn't be
35.13/35.45 WSVECS04 Frhs2[6]: 6 -1.00003 0 shouldn't be
35.13/35.45 WSVECS04 Frhs2[8]: 6 -1.00009 0 shouldn't be
35.13/35.45 WSVECS04 Frhs2[10]: 6 -1.00002 0 shouldn't be
35.13/35.45 WSVECS04 Frhs2[17]: 6 -1.00009 0 shouldn't be
35.13/35.45 WSVECS04 Frhs2[19]: 6 -1.00003 0 shouldn't be
35.13/35.45 WSVECS04 Frhs2[21]: 6 -1.00003 0 shouldn't be
35.13/35.45 WSVECS04 Frhs2[23]: 6 -1.00001 0 shouldn't be
35.13/35.45 WSVECS04 Frhs2[24]: 6 -1.00005 0 shouldn't be
35.13/35.45 WSVECS04 Frhs2[26]: 6 -1.00005 0 shouldn't be
35.13/35.45 WSVECS04 Frhs2[28]: 6 -1.00009 0 shouldn't be
35.13/35.45 WSVECS04 Frhs2[30]: 6 -1.00007 0 shouldn't be
35.13/35.45 WSVECS04 Frhs2[32]: 6 -1.00007 0 shouldn't be
35.13/35.45 WSVECS04 Frhs2[34]: 6 -1.00008 0 shouldn't be
35.13/35.45 WSVECS04 Frhs2[36]: 6 -1.00009 0 shouldn't be
35.13/35.45 WSVECS04 Frhs2[39]: 6 -1.00003 0 shouldn't be
35.13/35.45 WSVECS04 Frhs2[41]: 6 -1.00007 0 shouldn't be
35.13/35.45 WSVECS04 Frhs2[43]: 6 -1.00007 0 shouldn't be
35.13/35.45 WSVECS04 Frhs2[45]: 6 -1.00007 0 shouldn't be
35.13/35.45 WSVECS04 Frhs2[48]: 6 -1.00004 0 shouldn't be
35.13/35.45 WSVECS04 Frhs2[50]: 6 -1.00003 0 shouldn't be
35.13/35.45 WSVECS04 Frhs2[52]: 6 -1.00007 0 shouldn't be
35.13/35.45 WSVECS04 Frhs2[54]: 6 -1.00009 0 shouldn't be
35.13/35.45 WSVECS04 Frhs2[56]: 6 -1.00009 0 shouldn't be
35.13/35.45 WSVECS04 Frhs2[58]: 6 -1.00002 0 shouldn't be
35.13/35.45 WSVECS04 Frhs2[60]: 6 -1.00003 0 shouldn't be
35.13/35.45 WSVECS04 Frhs2[61]: 6 -1.00005 0 shouldn't be
35.13/35.45 WSVECS04 Frhs2[63]: 6 -1.00008 0 shouldn't be
35.13/35.45 WSVECS04 Frhs2[65]: 6 -1.00007 0 shouldn't be
35.13/35.45 WSVECS04 Frhs2[67]: 6 -1.00006 0 shouldn't be
35.13/35.45 WSVECS04 Frhs2[69]: 6 -1.00008 0 shouldn't be
35.13/35.45 WSVECS04 Frhs2[70]: 6 -1.0001 0 shouldn't be
35.13/35.45 WSVECS04 Frhs2[72]: 6 -1.00005 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[74]: 6 -1.00008 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[76]: 6 -1.00005 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[78]: 6 -1.00007 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[80]: 6 -1.00007 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[82]: 6 -1.00007 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[83]: 6 -1.00003 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[85]: 6 -1.0001 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[87]: 6 -1.00006 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[89]: 6 -1.00004 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[91]: 6 -1.0001 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[94]: 6 -1.0001 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[96]: 6 -1.00007 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[98]: 6 -1.0001 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[100]: 6 -1.00007 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[102]: 6 -1.00006 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[104]: 6 -1.00001 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[106]: 6 -1.00001 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[107]: 6 -1.00006 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[109]: 6 -1.00008 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[111]: 6 -1.00006 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[113]: 6 -1.00003 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[115]: 6 -1.00003 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[116]: 6 -1.00002 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[118]: 6 -1.00004 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[120]: 6 -1.0001 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[122]: 6 -1.00003 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[124]: 6 -1.00008 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[126]: 6 -1.00009 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[128]: 6 -1.00002 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[130]: 6 -1.00009 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[133]: 6 -1.00002 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[135]: 6 -1.00006 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[137]: 6 -1.00002 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[140]: 6 -1.0001 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[142]: 6 -1.00001 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[144]: 6 -1.00006 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[146]: 6 -1.00009 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[148]: 6 -1.00008 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[150]: 6 -1.00004 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[152]: 6 -1.00005 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[157]: 6 -1.00002 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[159]: 6 -1.00004 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[161]: 6 -1.00004 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[162]: 6 -1.00004 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[164]: 6 -1.00008 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[166]: 6 -1.00006 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[168]: 6 -1.00005 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[170]: 6 -1.00004 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[172]: 6 -1.00002 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[174]: 6 -1.00002 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[176]: 6 -1.00008 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[178]: 6 -1.00006 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[179]: 6 -1.00009 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[181]: 6 -1.00005 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[183]: 6 -1.00008 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[186]: 6 -1.00002 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[188]: 6 -1.00003 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[190]: 6 -1.00001 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[192]: 6 -1.00007 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[194]: 6 -1.0001 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[196]: 6 -1.00003 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[198]: 6 -1.00005 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[200]: 6 -1.00002 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[202]: 6 -1.00002 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[203]: 6 -1.00006 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[205]: 6 -1.00001 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[207]: 6 -1.00006 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[208]: 6 -1.00006 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[210]: 6 -1.00007 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[212]: 6 -1.00007 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[214]: 6 -1.00005 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[216]: 6 -1.00004 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[218]: 6 -1.00009 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[220]: 6 -1.00009 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[222]: 6 -1.00006 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[224]: 6 -1.00008 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[225]: 6 -1.00003 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[227]: 6 -1.00004 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[229]: 6 -1.00004 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[232]: 6 -1.00004 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[234]: 6 -1.00006 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[236]: 6 -1.00005 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[238]: 6 -1.00006 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[240]: 6 -1.00003 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[242]: 6 -1.00007 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[244]: 6 -1.00004 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[246]: 6 -1.00001 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[249]: 6 -1.00006 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[251]: 6 -1.00007 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[253]: 6 -1.00009 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[254]: 6 -1.00006 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[256]: 6 -1.00009 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[258]: 6 -1.00008 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[260]: 6 -1.00001 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[262]: 6 -1.00007 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[264]: 6 -1.00004 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[266]: 6 -1.00007 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[268]: 6 -1.00008 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[271]: 6 -1.00006 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[273]: 6 -1.00001 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[275]: 6 -1.00006 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[278]: 6 -1.00006 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[280]: 6 -1.00003 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[282]: 6 -1.00009 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[284]: 6 -1.00003 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[286]: 6 -1.00006 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[288]: 6 -1.00004 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[290]: 6 -1.00004 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[295]: 6 -1.00004 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[297]: 6 -1.00009 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[299]: 6 -1.00004 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[300]: 6 -1.00006 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[302]: 6 -1.00001 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[304]: 6 -1.00008 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[306]: 6 -1.00007 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[308]: 6 -1.00003 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[310]: 6 -1.00004 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[317]: 6 -1.00003 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[319]: 6 -1.00003 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[321]: 6 -1.00009 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[324]: 6 -1.00003 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[326]: 6 -1.00008 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[328]: 6 -1.00005 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[330]: 6 -1.00006 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[339]: 6 -1.00003 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[341]: 6 -1.00003 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[343]: 6 -1.00008 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[345]: 6 -1.00004 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[346]: 6 -1.00005 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[348]: 6 -1.00001 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[350]: 6 -1.00001 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[363]: 6 -1.00005 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[365]: 6 -1.0001 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[367]: 6 -1.00006 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[370]: 6 -1.00009 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[372]: 6 -1.00009 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[374]: 6 -1.00001 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[387]: 6 -1.00004 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[389]: 6 -1.0001 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[391]: 6 -1.00003 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[392]: 6 -1.00008 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[394]: 6 -1.00006 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[396]: 6 -1.00006 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[398]: 6 -1.00008 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[409]: 6 -1.00007 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[411]: 6 -1.00005 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[413]: 6 -1.00002 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[416]: 6 -1.00008 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[418]: 6 -1.00004 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[420]: 6 -1.00005 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[422]: 6 -1.00004 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[433]: 6 -1.0001 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[435]: 6 -1.00005 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[437]: 6 -1.00009 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[438]: 6 -1.00001 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[440]: 6 -1.00002 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[442]: 6 -1.00002 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[444]: 6 -1.00009 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[446]: 6 -1.00003 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[455]: 6 -1.00004 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[457]: 6 -1.0001 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[459]: 6 -1.00007 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[462]: 6 -1.00006 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[464]: 6 -1.00009 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[466]: 6 -1.00009 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[468]: 6 -1.00006 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[470]: 6 -1.00003 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[479]: 6 -1.00006 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[481]: 6 -1.00002 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[483]: 6 -1.00007 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[484]: 6 -1.00004 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[486]: 6 -1.00005 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[488]: 6 -1.00003 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[490]: 6 -1.00009 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[492]: 6 -1.0001 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[494]: 6 -1.00003 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[501]: 6 -1.00007 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[503]: 6 -1.00005 0 shouldn't be
35.13/35.46 WSVECS04 Frhs2[505]: 6 -1.00005 0 shouldn't be
35.23/35.56 c rational objective 263
38.12/38.41 c #Conflicts: 85000 | #Constraints: 22579
38.12/38.41 c #Conflicts: 86000 | #Constraints: 23580
38.12/38.41 c #Conflicts: 87000 | #Constraints: 24580
38.12/38.41 c #Conflicts: 88000 | #Constraints: 25581
38.12/38.41 c #Conflicts: 89000 | #Constraints: 26581
38.12/38.41 c #Conflicts: 90000 | #Constraints: 27582
38.12/38.41 c INPROCESSING
38.12/38.41 c GARBAGE COLLECT
38.12/38.41 c rational objective 263
40.62/41.00 c #Conflicts: 91000 | #Constraints: 22602
40.62/41.00 c #Conflicts: 92000 | #Constraints: 23602
40.62/41.00 c #Conflicts: 93000 | #Constraints: 24602
40.62/41.00 c #Conflicts: 94000 | #Constraints: 25602
40.62/41.00 c #Conflicts: 95000 | #Constraints: 26602
40.62/41.00 c #Conflicts: 96000 | #Constraints: 27602
40.62/41.00 c INPROCESSING
40.62/41.00 c GARBAGE COLLECT
40.62/41.00 c rational objective 263
43.51/43.89 c #Conflicts: 97000 | #Constraints: 22418
43.51/43.89 c #Conflicts: 98000 | #Constraints: 23418
43.51/43.89 c #Conflicts: 99000 | #Constraints: 24419
43.51/43.89 c #Conflicts: 100000 | #Constraints: 25419
43.51/43.89 c #Conflicts: 101000 | #Constraints: 26419
43.51/43.89 c #Conflicts: 102000 | #Constraints: 27419
43.51/43.89 c #Conflicts: 103000 | #Constraints: 28419
43.51/43.89 c INPROCESSING
43.51/43.89 c GARBAGE COLLECT
43.51/43.89 c rational objective 263
46.70/47.07 c #Conflicts: 104000 | #Constraints: 23002
46.70/47.07 c #Conflicts: 105000 | #Constraints: 24003
46.70/47.07 c #Conflicts: 106000 | #Constraints: 25003
46.70/47.07 c #Conflicts: 107000 | #Constraints: 26003
46.70/47.07 c #Conflicts: 108000 | #Constraints: 27003
46.70/47.07 c #Conflicts: 109000 | #Constraints: 28003
46.70/47.07 c #Conflicts: 110000 | #Constraints: 29003
46.70/47.07 c INPROCESSING
46.70/47.07 c GARBAGE COLLECT
46.70/47.07 c rational objective 263
49.70/50.06 c #Conflicts: 111000 | #Constraints: 23425
49.70/50.06 c #Conflicts: 112000 | #Constraints: 24425
49.70/50.06 c #Conflicts: 113000 | #Constraints: 25426
49.70/50.06 c #Conflicts: 114000 | #Constraints: 26426
49.70/50.06 c #Conflicts: 115000 | #Constraints: 27427
49.70/50.06 c #Conflicts: 116000 | #Constraints: 28427
49.70/50.06 c #Conflicts: 117000 | #Constraints: 29427
49.70/50.06 c INPROCESSING
49.70/50.06 c GARBAGE COLLECT
49.70/50.06 c rational objective 263
53.49/53.85 c #Conflicts: 118000 | #Constraints: 23607
53.49/53.85 c #Conflicts: 119000 | #Constraints: 24607
53.49/53.85 c #Conflicts: 120000 | #Constraints: 25607
53.49/53.85 c #Conflicts: 121000 | #Constraints: 26607
53.49/53.85 c #Conflicts: 122000 | #Constraints: 27607
53.49/53.85 c #Conflicts: 123000 | #Constraints: 28607
53.49/53.85 c #Conflicts: 124000 | #Constraints: 29608
53.49/53.85 c INPROCESSING
53.49/53.85 c GARBAGE COLLECT
53.49/53.85 c rational objective 263
56.18/56.59 c #Conflicts: 125000 | #Constraints: 23640
56.18/56.59 c #Conflicts: 126000 | #Constraints: 24640
56.18/56.59 c #Conflicts: 127000 | #Constraints: 25640
56.18/56.59 c #Conflicts: 128000 | #Constraints: 26640
56.18/56.59 c #Conflicts: 129000 | #Constraints: 27640
56.18/56.59 c #Conflicts: 130000 | #Constraints: 28641
56.18/56.59 c #Conflicts: 131000 | #Constraints: 29642
56.18/56.59 c INPROCESSING
56.18/56.59 c GARBAGE COLLECT
56.18/56.59 c rational objective 263
59.97/60.30 c #Conflicts: 132000 | #Constraints: 23416
59.97/60.30 c #Conflicts: 133000 | #Constraints: 24416
59.97/60.30 c #Conflicts: 134000 | #Constraints: 25416
59.97/60.30 c #Conflicts: 135000 | #Constraints: 26417
59.97/60.30 c #Conflicts: 136000 | #Constraints: 27417
59.97/60.30 c #Conflicts: 137000 | #Constraints: 28417
59.97/60.30 c #Conflicts: 138000 | #Constraints: 29417
59.97/60.30 c #Conflicts: 139000 | #Constraints: 30417
59.97/60.30 c INPROCESSING
59.97/60.30 c GARBAGE COLLECT
59.97/60.30 c rational objective 263
60.77/61.11 c #Conflicts: 140000 | #Constraints: 24027
60.77/61.11 WSVECS04 Frhs2[4]: 6 -1.00005 0 shouldn't be
60.77/61.11 WSVECS04 Frhs2[6]: 6 -1.00003 0 shouldn't be
60.77/61.11 WSVECS04 Frhs2[8]: 6 -1.00007 0 shouldn't be
60.77/61.11 WSVECS04 Frhs2[24]: 6 -1.00009 0 shouldn't be
60.77/61.11 WSVECS04 Frhs2[26]: 6 -1.00009 0 shouldn't be
60.77/61.11 WSVECS04 Frhs2[28]: 6 -1.00008 0 shouldn't be
60.77/61.11 WSVECS04 Frhs2[30]: 6 -1.00003 0 shouldn't be
60.77/61.11 WSVECS04 Frhs2[32]: 6 -1.0001 0 shouldn't be
60.77/61.11 WSVECS04 Frhs2[48]: 6 -1.00003 0 shouldn't be
60.77/61.11 WSVECS04 Frhs2[50]: 6 -1.00001 0 shouldn't be
60.77/61.11 WSVECS04 Frhs2[52]: 6 -1.00002 0 shouldn't be
60.77/61.11 WSVECS04 Frhs2[54]: 6 -1.00003 0 shouldn't be
60.77/61.11 WSVECS04 Frhs2[61]: 6 -1.00003 0 shouldn't be
60.77/61.11 WSVECS04 Frhs2[74]: 6 -1.0001 0 shouldn't be
60.77/61.11 WSVECS04 Frhs2[76]: 6 -1.00006 0 shouldn't be
60.77/61.11 WSVECS04 Frhs2[78]: 6 -1.00002 0 shouldn't be
60.77/61.11 WSVECS04 Frhs2[84]: 6 -1.0001 0 shouldn't be
60.77/61.11 WSVECS04 Frhs2[98]: 6 -1.00006 0 shouldn't be
60.77/61.11 WSVECS04 Frhs2[100]: 6 -1.00001 0 shouldn't be
60.77/61.11 WSVECS04 Frhs2[102]: 6 -1.00007 0 shouldn't be
60.77/61.11 WSVECS04 Frhs2[120]: 6 -1.00009 0 shouldn't be
60.77/61.11 WSVECS04 Frhs2[122]: 6 -1.00002 0 shouldn't be
60.77/61.11 WSVECS04 Frhs2[124]: 6 -1.00003 0 shouldn't be
60.77/61.11 WSVECS04 Frhs2[126]: 6 -1.00005 0 shouldn't be
60.77/61.11 WSVECS04 Frhs2[144]: 6 -1.00007 0 shouldn't be
60.77/61.11 WSVECS04 Frhs2[146]: 6 -1.00008 0 shouldn't be
60.77/61.11 WSVECS04 Frhs2[148]: 6 -1.00006 0 shouldn't be
60.77/61.11 WSVECS04 Frhs2[166]: 6 -1.00005 0 shouldn't be
60.77/61.11 WSVECS04 Frhs2[168]: 6 -1.00009 0 shouldn't be
60.77/61.11 WSVECS04 Frhs2[170]: 6 -1.00007 0 shouldn't be
60.77/61.11 WSVECS04 Frhs2[180]: 6 -1.00007 0 shouldn't be
60.77/61.11 WSVECS04 Frhs2[190]: 6 -1.00002 0 shouldn't be
60.77/61.11 WSVECS04 Frhs2[192]: 6 -1.00005 0 shouldn't be
60.77/61.11 WSVECS04 Frhs2[194]: 6 -1.00005 0 shouldn't be
60.77/61.11 WSVECS04 Frhs2[202]: 6 -1.00009 0 shouldn't be
60.77/61.11 WSVECS04 Frhs2[204]: 6 -1.00006 0 shouldn't be
60.77/61.11 WSVECS04 Frhs2[212]: 6 -1.00007 0 shouldn't be
60.77/61.11 WSVECS04 Frhs2[214]: 6 -1.00006 0 shouldn't be
60.77/61.11 WSVECS04 Frhs2[216]: 6 -1.0001 0 shouldn't be
60.77/61.11 WSVECS04 Frhs2[218]: 6 -1.00005 0 shouldn't be
60.77/61.11 WSVECS04 Frhs2[220]: 6 -1.00003 0 shouldn't be
60.77/61.11 WSVECS04 Frhs2[222]: 6 -1.00003 0 shouldn't be
60.77/61.11 WSVECS04 Frhs2[224]: 6 -1.00005 0 shouldn't be
60.77/61.11 WSVECS04 Frhs2[226]: 6 -1.00004 0 shouldn't be
60.77/61.11 WSVECS04 Frhs2[228]: 6 -1.00009 0 shouldn't be
60.77/61.11 WSVECS04 Frhs2[236]: 6 -1.00007 0 shouldn't be
60.77/61.11 WSVECS04 Frhs2[238]: 6 -1.00007 0 shouldn't be
60.77/61.11 WSVECS04 Frhs2[240]: 6 -1.00005 0 shouldn't be
60.77/61.11 WSVECS04 Frhs2[244]: 6 -1.00004 0 shouldn't be
60.77/61.11 WSVECS04 Frhs2[246]: 6 -1.00009 0 shouldn't be
60.77/61.11 WSVECS04 Frhs2[248]: 6 -1.00006 0 shouldn't be
60.77/61.11 WSVECS04 Frhs2[250]: 6 -1.00008 0 shouldn't be
60.77/61.11 WSVECS04 Frhs2[258]: 6 -1.00007 0 shouldn't be
60.77/61.11 WSVECS04 Frhs2[260]: 6 -1.00009 0 shouldn't be
60.77/61.11 WSVECS04 Frhs2[262]: 6 -1.00007 0 shouldn't be
60.77/61.11 WSVECS04 Frhs2[264]: 6 -1.00009 0 shouldn't be
60.77/61.11 WSVECS04 Frhs2[266]: 6 -1.00004 0 shouldn't be
60.77/61.11 WSVECS04 Frhs2[268]: 6 -1.00001 0 shouldn't be
60.77/61.11 WSVECS04 Frhs2[270]: 6 -1.00003 0 shouldn't be
60.77/61.11 WSVECS04 Frhs2[272]: 6 -1.00004 0 shouldn't be
60.77/61.11 WSVECS04 Frhs2[274]: 6 -1.00008 0 shouldn't be
60.77/61.11 WSVECS04 Frhs2[280]: 6 -1.00006 0 shouldn't be
60.77/61.11 WSVECS04 Frhs2[282]: 6 -1.00002 0 shouldn't be
60.77/61.11 WSVECS04 Frhs2[284]: 6 -1.00003 0 shouldn't be
60.77/61.11 WSVECS04 Frhs2[286]: 6 -1.00005 0 shouldn't be
60.77/61.11 WSVECS04 Frhs2[288]: 6 -1.00006 0 shouldn't be
60.77/61.11 WSVECS04 Frhs2[290]: 6 -1.00001 0 shouldn't be
60.77/61.11 WSVECS04 Frhs2[292]: 6 -1.00008 0 shouldn't be
60.77/61.11 WSVECS04 Frhs2[294]: 6 -1.00002 0 shouldn't be
60.77/61.11 WSVECS04 Frhs2[296]: 6 -1.00007 0 shouldn't be
60.77/61.11 WSVECS04 Frhs2[298]: 6 -1.00003 0 shouldn't be
60.77/61.11 WSVECS04 Frhs2[304]: 6 -1.00003 0 shouldn't be
60.77/61.11 WSVECS04 Frhs2[306]: 6 -1.00003 0 shouldn't be
60.77/61.11 WSVECS04 Frhs2[308]: 6 -1.00006 0 shouldn't be
60.77/61.11 WSVECS04 Frhs2[310]: 6 -1.00009 0 shouldn't be
60.77/61.11 WSVECS04 Frhs2[312]: 6 -1.00001 0 shouldn't be
60.77/61.11 WSVECS04 Frhs2[314]: 6 -1.0001 0 shouldn't be
60.77/61.11 WSVECS04 Frhs2[316]: 6 -1.00005 0 shouldn't be
60.77/61.11 WSVECS04 Frhs2[318]: 6 -1.00009 0 shouldn't be
60.77/61.11 WSVECS04 Frhs2[320]: 6 -1.00004 0 shouldn't be
60.77/61.11 WSVECS04 Frhs2[322]: 6 -1.00003 0 shouldn't be
60.77/61.11 WSVECS04 Frhs2[328]: 6 -1.00008 0 shouldn't be
60.77/61.11 WSVECS04 Frhs2[330]: 6 -1.00007 0 shouldn't be
60.77/61.11 WSVECS04 Frhs2[332]: 6 -1.00002 0 shouldn't be
60.77/61.11 WSVECS04 Frhs2[334]: 6 -1.00005 0 shouldn't be
60.77/61.11 WSVECS04 Frhs2[336]: 6 -1.00006 0 shouldn't be
60.77/61.11 WSVECS04 Frhs2[338]: 6 -1.00007 0 shouldn't be
60.77/61.11 WSVECS04 Frhs2[340]: 6 -1.00007 0 shouldn't be
60.77/61.11 WSVECS04 Frhs2[342]: 6 -1.00005 0 shouldn't be
60.77/61.11 WSVECS04 Frhs2[344]: 6 -1.00007 0 shouldn't be
60.77/61.11 WSVECS04 Frhs2[415]: 6 -1.00006 0 shouldn't be
60.77/61.11 WSVECS04 Frhs2[490]: 6 -1.00005 0 shouldn't be
65.27/65.77 c #Conflicts: 141000 | #Constraints: 25028
65.27/65.77 c #Conflicts: 142000 | #Constraints: 26028
65.27/65.77 c #Conflicts: 143000 | #Constraints: 27028
65.27/65.77 c #Conflicts: 144000 | #Constraints: 28028
65.27/65.77 c #Conflicts: 145000 | #Constraints: 29028
65.27/65.77 c #Conflicts: 146000 | #Constraints: 30028
65.27/65.77 c #Conflicts: 147000 | #Constraints: 31028
65.27/65.77 c INPROCESSING
65.27/65.77 c GARBAGE COLLECT
65.27/65.77 c rational objective 263
69.17/69.61 c #Conflicts: 148000 | #Constraints: 24424
69.17/69.61 c #Conflicts: 149000 | #Constraints: 25425
69.17/69.61 c #Conflicts: 150000 | #Constraints: 26426
69.17/69.61 c #Conflicts: 151000 | #Constraints: 27426
69.17/69.61 c #Conflicts: 152000 | #Constraints: 28426
69.17/69.61 c #Conflicts: 153000 | #Constraints: 29426
69.17/69.61 c #Conflicts: 154000 | #Constraints: 30426
69.17/69.61 c #Conflicts: 155000 | #Constraints: 31426
69.17/69.61 c INPROCESSING
69.17/69.61 c GARBAGE COLLECT
69.17/69.61 c rational objective 263
72.85/73.30 c #Conflicts: 156000 | #Constraints: 24650
72.85/73.30 c #Conflicts: 157000 | #Constraints: 25654
72.85/73.30 c #Conflicts: 158000 | #Constraints: 26657
72.85/73.30 c #Conflicts: 159000 | #Constraints: 27662
72.85/73.30 c #Conflicts: 160000 | #Constraints: 28662
72.85/73.30 c #Conflicts: 161000 | #Constraints: 29665
72.85/73.30 c #Conflicts: 162000 | #Constraints: 30667
72.85/73.30 c #Conflicts: 163000 | #Constraints: 31672
72.85/73.30 c INPROCESSING
72.85/73.30 c GARBAGE COLLECT
72.85/73.30 c rational objective 263
76.85/77.34 c #Conflicts: 164000 | #Constraints: 24635
76.85/77.34 c #Conflicts: 165000 | #Constraints: 25635
76.85/77.34 c #Conflicts: 166000 | #Constraints: 26635
76.85/77.34 c #Conflicts: 167000 | #Constraints: 27635
76.85/77.34 c #Conflicts: 168000 | #Constraints: 28635
76.85/77.34 c #Conflicts: 169000 | #Constraints: 29635
76.85/77.34 c #Conflicts: 170000 | #Constraints: 30635
76.85/77.34 c #Conflicts: 171000 | #Constraints: 31635
76.85/77.34 c INPROCESSING
76.85/77.34 c GARBAGE COLLECT
76.85/77.34 c rational objective 263
81.04/81.51 c #Conflicts: 172000 | #Constraints: 24451
81.04/81.51 c #Conflicts: 173000 | #Constraints: 25452
81.04/81.51 c #Conflicts: 174000 | #Constraints: 26452
81.04/81.51 c #Conflicts: 175000 | #Constraints: 27452
81.04/81.51 c #Conflicts: 176000 | #Constraints: 28454
81.04/81.51 c #Conflicts: 177000 | #Constraints: 29454
81.04/81.51 c #Conflicts: 178000 | #Constraints: 30463
81.04/81.51 c #Conflicts: 179000 | #Constraints: 31466
81.04/81.51 c #Conflicts: 180000 | #Constraints: 32469
81.04/81.51 c INPROCESSING
81.04/81.51 c GARBAGE COLLECT
81.04/81.51 c rational objective 263
85.33/85.86 c #Conflicts: 181000 | #Constraints: 25034
85.33/85.86 c #Conflicts: 182000 | #Constraints: 26034
85.33/85.86 c #Conflicts: 183000 | #Constraints: 27035
85.33/85.86 c #Conflicts: 184000 | #Constraints: 28035
85.33/85.86 c #Conflicts: 185000 | #Constraints: 29035
85.33/85.86 c #Conflicts: 186000 | #Constraints: 30035
85.33/85.86 c #Conflicts: 187000 | #Constraints: 31035
85.33/85.86 c #Conflicts: 188000 | #Constraints: 32035
85.33/85.86 c #Conflicts: 189000 | #Constraints: 33035
85.33/85.86 c INPROCESSING
85.33/85.86 c GARBAGE COLLECT
85.33/85.86 c rational objective 263
90.52/91.02 c #Conflicts: 190000 | #Constraints: 25441
90.52/91.02 c #Conflicts: 191000 | #Constraints: 26441
90.52/91.02 c #Conflicts: 192000 | #Constraints: 27441
90.52/91.02 c #Conflicts: 193000 | #Constraints: 28441
90.52/91.02 c #Conflicts: 194000 | #Constraints: 29442
90.52/91.02 c #Conflicts: 195000 | #Constraints: 30442
90.52/91.02 c #Conflicts: 196000 | #Constraints: 31442
90.52/91.02 c #Conflicts: 197000 | #Constraints: 32442
90.52/91.02 c #Conflicts: 198000 | #Constraints: 33442
90.52/91.02 c INPROCESSING
90.52/91.02 c GARBAGE COLLECT
90.52/91.02 c rational objective 263
92.52/93.15 c #Conflicts: 199000 | #Constraints: 25640
92.52/93.15 c #Conflicts: 200000 | #Constraints: 26640
92.52/93.15 c #Conflicts: 201000 | #Constraints: 27640
92.52/93.15 WSVECS04 Frhs2[1]: 6 -1.00006 0 shouldn't be
92.52/93.15 WSVECS04 Frhs2[8]: 6 -1.00002 0 shouldn't be
92.52/93.15 WSVECS04 Frhs2[10]: 6 -1.00002 0 shouldn't be
92.52/93.15 WSVECS04 Frhs2[25]: 6 -1.00002 0 shouldn't be
92.52/93.15 WSVECS04 Frhs2[32]: 6 -1.00006 0 shouldn't be
92.52/93.15 WSVECS04 Frhs2[46]: 6 -1.0001 0 shouldn't be
92.52/93.15 WSVECS04 Frhs2[47]: 6 -1.00008 0 shouldn't be
92.52/93.15 WSVECS04 Frhs2[71]: 6 -1.00002 0 shouldn't be
92.52/93.15 WSVECS04 Frhs2[90]: 6 -1.00002 0 shouldn't be
92.52/93.15 WSVECS04 Frhs2[92]: 6 -1.00002 0 shouldn't be
92.52/93.15 WSVECS04 Frhs2[93]: 6 -1.00007 0 shouldn't be
92.52/93.15 WSVECS04 Frhs2[117]: 6 -1.00004 0 shouldn't be
92.52/93.15 WSVECS04 Frhs2[120]: 6 -1.00004 0 shouldn't be
92.52/93.15 WSVECS04 Frhs2[128]: 6 -1.00007 0 shouldn't be
92.52/93.15 WSVECS04 Frhs2[138]: 6 -1.00003 0 shouldn't be
92.52/93.15 WSVECS04 Frhs2[139]: 6 -1.00007 0 shouldn't be
92.52/93.15 WSVECS04 Frhs2[141]: 6 -1.00007 0 shouldn't be
92.52/93.15 WSVECS04 Frhs2[150]: 6 -1.00009 0 shouldn't be
92.52/93.15 WSVECS04 Frhs2[152]: 6 -1.00006 0 shouldn't be
92.52/93.15 WSVECS04 Frhs2[163]: 6 -1.00002 0 shouldn't be
92.52/93.15 WSVECS04 Frhs2[174]: 6 -1.00009 0 shouldn't be
92.52/93.15 WSVECS04 Frhs2[184]: 6 -1.00007 0 shouldn't be
92.52/93.15 WSVECS04 Frhs2[185]: 6 -1.00005 0 shouldn't be
92.52/93.15 WSVECS04 Frhs2[196]: 6 -1.0001 0 shouldn't be
92.52/93.15 WSVECS04 Frhs2[198]: 6 -1.00006 0 shouldn't be
92.52/93.15 WSVECS04 Frhs2[206]: 6 -1.00005 0 shouldn't be
92.52/93.15 WSVECS04 Frhs2[209]: 6 -1.0001 0 shouldn't be
92.52/93.15 WSVECS04 Frhs2[211]: 6 -1.00007 0 shouldn't be
92.52/93.15 WSVECS04 Frhs2[220]: 6 -1.00006 0 shouldn't be
92.52/93.15 WSVECS04 Frhs2[222]: 6 -1.00007 0 shouldn't be
92.52/93.15 WSVECS04 Frhs2[226]: 6 -1.00004 0 shouldn't be
92.52/93.15 WSVECS04 Frhs2[228]: 6 -1.00002 0 shouldn't be
92.52/93.15 WSVECS04 Frhs2[230]: 6 -1.00006 0 shouldn't be
92.52/93.15 WSVECS04 Frhs2[231]: 6 -1.00009 0 shouldn't be
92.52/93.15 WSVECS04 Frhs2[233]: 6 -1.00008 0 shouldn't be
92.52/93.15 WSVECS04 Frhs2[235]: 6 -1.00004 0 shouldn't be
92.52/93.15 WSVECS04 Frhs2[242]: 6 -1.00008 0 shouldn't be
92.52/93.15 WSVECS04 Frhs2[250]: 6 -1.00009 0 shouldn't be
92.52/93.15 WSVECS04 Frhs2[252]: 6 -1.00003 0 shouldn't be
92.52/93.15 WSVECS04 Frhs2[255]: 6 -1.00002 0 shouldn't be
92.52/93.15 WSVECS04 Frhs2[274]: 6 -2.00003 0 shouldn't be
92.52/93.15 WSVECS04 Frhs2[276]: 6 -2.00003 0 shouldn't be
92.52/93.15 WSVECS04 Frhs2[288]: 6 -1.00009 0 shouldn't be
92.52/93.15 WSVECS04 Frhs2[292]: 6 -1.00005 0 shouldn't be
92.52/93.15 WSVECS04 Frhs2[294]: 6 -1.00007 0 shouldn't be
92.52/93.15 WSVECS04 Frhs2[301]: 6 -1.00002 0 shouldn't be
92.52/93.15 WSVECS04 Frhs2[307]: 6 -1.0001 0 shouldn't be
92.52/93.15 WSVECS04 Frhs2[310]: 6 -1.00006 0 shouldn't be
92.52/93.15 WSVECS04 Frhs2[312]: 6 -1.00003 0 shouldn't be
92.52/93.15 WSVECS04 Frhs2[314]: 6 -1.00002 0 shouldn't be
92.52/93.15 WSVECS04 Frhs2[316]: 6 -1.00007 0 shouldn't be
92.52/93.15 WSVECS04 Frhs2[318]: 6 -1.00009 0 shouldn't be
92.52/93.15 WSVECS04 Frhs2[320]: 6 -1.00008 0 shouldn't be
92.52/93.15 WSVECS04 Frhs2[322]: 6 -1.00003 0 shouldn't be
92.52/93.15 WSVECS04 Frhs2[323]: 6 -1.00007 0 shouldn't be
92.52/93.15 WSVECS04 Frhs2[325]: 6 -1.00001 0 shouldn't be
92.52/93.15 WSVECS04 Frhs2[332]: 6 -1.00002 0 shouldn't be
92.52/93.15 WSVECS04 Frhs2[336]: 6 -1.00009 0 shouldn't be
92.52/93.15 WSVECS04 Frhs2[338]: 6 -1.00002 0 shouldn't be
92.52/93.15 WSVECS04 Frhs2[340]: 6 -1.00006 0 shouldn't be
92.52/93.15 WSVECS04 Frhs2[347]: 6 -1.0001 0 shouldn't be
92.52/93.15 WSVECS04 Frhs2[356]: 6 -1.00005 0 shouldn't be
92.52/93.15 WSVECS04 Frhs2[358]: 6 -1.00006 0 shouldn't be
92.52/93.15 WSVECS04 Frhs2[368]: 6 -1.00007 0 shouldn't be
92.52/93.15 WSVECS04 Frhs2[369]: 6 -1.00006 0 shouldn't be
92.52/93.15 WSVECS04 Frhs2[393]: 6 -1.00002 0 shouldn't be
92.52/93.15 WSVECS04 Frhs2[396]: 6 -1.0001 0 shouldn't be
92.52/93.15 WSVECS04 Frhs2[414]: 6 -1.00005 0 shouldn't be
92.52/93.15 WSVECS04 Frhs2[415]: 6 -1.00004 0 shouldn't be
92.52/93.15 WSVECS04 Frhs2[439]: 6 -1.00009 0 shouldn't be
92.52/93.15 WSVECS04 Frhs2[460]: 6 -1.00003 0 shouldn't be
92.52/93.15 WSVECS04 Frhs2[461]: 6 -1.00004 0 shouldn't be
92.52/93.15 WSVECS04 Frhs2[485]: 6 -1.00001 0 shouldn't be
92.52/93.15 WSVECS04 Frhs2[492]: 6 -1.00006 0 shouldn't be
92.52/93.15 WSVECS04 Frhs2[506]: 6 -1.00007 0 shouldn't be
95.01/95.67 c #Conflicts: 202000 | #Constraints: 28640
95.01/95.67 c #Conflicts: 203000 | #Constraints: 29640
95.01/95.67 c #Conflicts: 204000 | #Constraints: 30640
95.01/95.67 c #Conflicts: 205000 | #Constraints: 31640
95.01/95.67 c #Conflicts: 206000 | #Constraints: 32640
95.01/95.67 c #Conflicts: 207000 | #Constraints: 33640
95.01/95.67 c INPROCESSING
95.01/95.67 c GARBAGE COLLECT
95.01/95.67 c rational objective 263
98.89/99.51 c #Conflicts: 208000 | #Constraints: 25658
98.89/99.51 c #Conflicts: 209000 | #Constraints: 26659
98.89/99.51 c #Conflicts: 210000 | #Constraints: 27659
98.89/99.51 c #Conflicts: 211000 | #Constraints: 28659
98.89/99.51 c #Conflicts: 212000 | #Constraints: 29659
98.89/99.51 c #Conflicts: 213000 | #Constraints: 30659
98.89/99.51 c #Conflicts: 214000 | #Constraints: 31659
98.89/99.51 WSVECS04 Frhs2[9]: 6 -1.00004 0 shouldn't be
98.89/99.51 WSVECS04 Frhs2[13]: 6 -1.00005 0 shouldn't be
98.89/99.51 WSVECS04 Frhs2[15]: 6 -1.00005 0 shouldn't be
98.89/99.51 WSVECS04 Frhs2[21]: 6 -1.00007 0 shouldn't be
98.89/99.51 WSVECS04 Frhs2[33]: 6 -1.00006 0 shouldn't be
98.89/99.51 WSVECS04 Frhs2[41]: 6 -1.00004 0 shouldn't be
98.89/99.51 WSVECS04 Frhs2[62]: 6 0 1.00009 shouldn't be
98.89/99.51 WSVECS04 Frhs2[67]: 6 -1.00002 0 shouldn't be
98.89/99.51 WSVECS04 Frhs2[70]: 6 -1.00003 0 shouldn't be
98.89/99.51 WSVECS04 Frhs2[77]: 6 -1.00007 0 shouldn't be
98.89/99.51 WSVECS04 Frhs2[80]: 6 0 1.00003 shouldn't be
98.89/99.51 WSVECS04 Frhs2[90]: 6 0 1.00001 shouldn't be
98.89/99.51 WSVECS04 Frhs2[93]: 6 0 1.00002 shouldn't be
98.89/99.51 WSVECS04 Frhs2[101]: 6 -1.00006 0 shouldn't be
98.89/99.51 WSVECS04 Frhs2[116]: 6 -1.00002 0 shouldn't be
98.89/99.51 WSVECS04 Frhs2[135]: 6 -1.00005 0 shouldn't be
98.89/99.51 WSVECS04 Frhs2[151]: 6 -1.00004 0 shouldn't be
98.89/99.51 WSVECS04 Frhs2[175]: 6 -1.0001 0 shouldn't be
98.89/99.51 WSVECS04 Frhs2[273]: 6 -1.00003 0 shouldn't be
98.89/99.51 WSVECS04 Frhs2[462]: 6 -1.00009 0 shouldn't be
98.89/99.51 WSVECS04 Frhs2[471]: 6 -1.00007 0 shouldn't be
98.89/99.51 WSVECS04 Frhs2[473]: 6 -1.00003 0 shouldn't be
98.89/99.51 WSVECS04 Frhs2[475]: 6 -1.00009 0 shouldn't be
98.89/99.51 WSVECS04 Frhs2[477]: 6 -1.00003 0 shouldn't be
98.89/99.51 WSVECS04 Frhs2[485]: 6 -1.0001 0 shouldn't be
98.89/99.51 WSVECS04 Frhs2[493]: 6 -1.00009 0 shouldn't be
98.89/99.51 WSVECS04 Frhs2[495]: 6 -1.00008 0 shouldn't be
98.89/99.51 WSVECS04 Frhs2[503]: 6 -0.133411 0 shouldn't be
98.89/99.51 WSVECS04 Frhs2[602]: 6 -1.00003 0 shouldn't be
99.89/100.50 c #Conflicts: 215000 | #Constraints: 32659
99.89/100.50 c #Conflicts: 216000 | #Constraints: 33659
99.89/100.50 c INPROCESSING
99.89/100.50 c GARBAGE COLLECT
99.89/100.50 c rational objective 263
104.98/105.66 c #Conflicts: 217000 | #Constraints: 25478
104.98/105.66 c #Conflicts: 218000 | #Constraints: 26478
104.98/105.66 c #Conflicts: 219000 | #Constraints: 27478
104.98/105.66 c #Conflicts: 220000 | #Constraints: 28479
104.98/105.66 c #Conflicts: 221000 | #Constraints: 29481
104.98/105.66 c #Conflicts: 222000 | #Constraints: 30482
104.98/105.66 c #Conflicts: 223000 | #Constraints: 31482
104.98/105.66 c #Conflicts: 224000 | #Constraints: 32483
104.98/105.66 c #Conflicts: 225000 | #Constraints: 33483
104.98/105.66 c #Conflicts: 226000 | #Constraints: 34484
104.98/105.66 c INPROCESSING
104.98/105.66 c GARBAGE COLLECT
104.98/105.66 c rational objective 263
109.97/110.64 c #Conflicts: 227000 | #Constraints: 26075
109.97/110.64 c #Conflicts: 228000 | #Constraints: 27076
109.97/110.64 c #Conflicts: 229000 | #Constraints: 28076
109.97/110.64 c #Conflicts: 230000 | #Constraints: 29077
109.97/110.64 c #Conflicts: 231000 | #Constraints: 30077
109.97/110.64 c #Conflicts: 232000 | #Constraints: 31078
109.97/110.64 c #Conflicts: 233000 | #Constraints: 32078
109.97/110.64 c #Conflicts: 234000 | #Constraints: 33078
109.97/110.64 c #Conflicts: 235000 | #Constraints: 34078
109.97/110.64 c #Conflicts: 236000 | #Constraints: 35078
109.97/110.64 c INPROCESSING
109.97/110.64 c GARBAGE COLLECT
109.97/110.64 c rational objective 263
115.05/115.75 c #Conflicts: 237000 | #Constraints: 26436
115.05/115.75 c #Conflicts: 238000 | #Constraints: 27437
115.05/115.75 c #Conflicts: 239000 | #Constraints: 28438
115.05/115.75 c #Conflicts: 240000 | #Constraints: 29438
115.05/115.75 c #Conflicts: 241000 | #Constraints: 30438
115.05/115.75 c #Conflicts: 242000 | #Constraints: 31438
115.05/115.75 c #Conflicts: 243000 | #Constraints: 32439
115.05/115.75 c #Conflicts: 244000 | #Constraints: 33439
115.05/115.75 c #Conflicts: 245000 | #Constraints: 34439
115.05/115.75 c #Conflicts: 246000 | #Constraints: 35439
115.05/115.75 c INPROCESSING
115.05/115.75 c GARBAGE COLLECT
115.05/115.75 c rational objective 263
119.94/120.63 c #Conflicts: 247000 | #Constraints: 26671
119.94/120.63 c #Conflicts: 248000 | #Constraints: 27671
119.94/120.63 c #Conflicts: 249000 | #Constraints: 28671
119.94/120.63 c #Conflicts: 250000 | #Constraints: 29671
119.94/120.63 c #Conflicts: 251000 | #Constraints: 30671
119.94/120.63 c #Conflicts: 252000 | #Constraints: 31672
119.94/120.63 c #Conflicts: 253000 | #Constraints: 32675
119.94/120.63 c #Conflicts: 254000 | #Constraints: 33675
119.94/120.63 c #Conflicts: 255000 | #Constraints: 34675
119.94/120.63 c #Conflicts: 256000 | #Constraints: 35675
119.94/120.63 c INPROCESSING
119.94/120.63 c GARBAGE COLLECT
119.94/120.63 c rational objective 263
125.46/126.22 c #Conflicts: 257000 | #Constraints: 26641
125.46/126.22 c #Conflicts: 258000 | #Constraints: 27642
125.46/126.22 c #Conflicts: 259000 | #Constraints: 28642
125.46/126.22 c #Conflicts: 260000 | #Constraints: 29642
125.46/126.22 c #Conflicts: 261000 | #Constraints: 30642
125.46/126.22 c #Conflicts: 262000 | #Constraints: 31642
125.46/126.22 c #Conflicts: 263000 | #Constraints: 32643
125.46/126.22 c #Conflicts: 264000 | #Constraints: 33643
125.46/126.22 c #Conflicts: 265000 | #Constraints: 34643
125.46/126.22 c #Conflicts: 266000 | #Constraints: 35643
125.46/126.22 c INPROCESSING
125.46/126.22 c GARBAGE COLLECT
125.46/126.22 c rational objective 263
132.15/132.91 c #Conflicts: 267000 | #Constraints: 26446
132.15/132.91 c #Conflicts: 268000 | #Constraints: 27453
132.15/132.91 c #Conflicts: 269000 | #Constraints: 28458
132.15/132.91 c #Conflicts: 270000 | #Constraints: 29461
132.15/132.91 c #Conflicts: 271000 | #Constraints: 30462
132.15/132.91 c #Conflicts: 272000 | #Constraints: 31462
132.15/132.91 c #Conflicts: 273000 | #Constraints: 32463
132.15/132.91 c #Conflicts: 274000 | #Constraints: 33463
132.15/132.91 c #Conflicts: 275000 | #Constraints: 34464
132.15/132.91 c #Conflicts: 276000 | #Constraints: 35464
132.15/132.91 c #Conflicts: 277000 | #Constraints: 36464
132.15/132.91 c INPROCESSING
132.15/132.91 c GARBAGE COLLECT
132.15/132.91 c rational objective 263
136.44/137.28 c #Conflicts: 278000 | #Constraints: 27029
136.44/137.28 c #Conflicts: 279000 | #Constraints: 28029
136.44/137.28 c #Conflicts: 280000 | #Constraints: 29030
136.44/137.28 c #Conflicts: 281000 | #Constraints: 30030
136.44/137.28 c #Conflicts: 282000 | #Constraints: 31030
136.44/137.28 c #Conflicts: 283000 | #Constraints: 32030
136.44/137.28 c #Conflicts: 284000 | #Constraints: 33030
136.44/137.28 c #Conflicts: 285000 | #Constraints: 34030
136.44/137.28 WSVECS04 Frhs2[19]: 6 -1.00004 0 shouldn't be
136.44/137.28 WSVECS04 Frhs2[21]: 6 -1.0001 0 shouldn't be
136.44/137.28 WSVECS04 Frhs2[23]: 6 -1.00008 0 shouldn't be
136.44/137.28 WSVECS04 Frhs2[39]: 6 -1.00008 0 shouldn't be
136.44/137.28 WSVECS04 Frhs2[41]: 6 -1.00003 0 shouldn't be
136.44/137.28 WSVECS04 Frhs2[43]: 6 -1.00006 0 shouldn't be
136.44/137.28 WSVECS04 Frhs2[45]: 6 -1.00002 0 shouldn't be
136.44/137.28 WSVECS04 Frhs2[57]: 6 -1.00003 0 shouldn't be
136.44/137.28 WSVECS04 Frhs2[61]: 6 -2.00008 0 shouldn't be
136.44/137.28 WSVECS04 Frhs2[63]: 6 -2.00004 0 shouldn't be
136.44/137.28 WSVECS04 Frhs2[65]: 6 -2.00003 0 shouldn't be
136.44/137.28 WSVECS04 Frhs2[67]: 6 -2.00006 0 shouldn't be
136.44/137.28 WSVECS04 Frhs2[69]: 6 -1.00001 0 shouldn't be
136.44/137.28 WSVECS04 Frhs2[72]: 6 -1.00003 0 shouldn't be
136.44/137.28 WSVECS04 Frhs2[74]: 6 -2.00002 0 shouldn't be
136.44/137.28 WSVECS04 Frhs2[78]: 6 -2.00003 0 shouldn't be
136.44/137.28 WSVECS04 Frhs2[80]: 6 -1.00002 0 shouldn't be
136.44/137.28 WSVECS04 Frhs2[85]: 6 -1.00007 0 shouldn't be
136.44/137.28 WSVECS04 Frhs2[87]: 6 -1.00009 0 shouldn't be
136.44/137.28 WSVECS04 Frhs2[89]: 6 -1.00002 0 shouldn't be
136.44/137.28 WSVECS04 Frhs2[91]: 6 -2.00007 0 shouldn't be
136.44/137.28 WSVECS04 Frhs2[94]: 6 -1.00007 0 shouldn't be
136.44/137.28 WSVECS04 Frhs2[96]: 6 -1.00004 0 shouldn't be
136.44/137.28 WSVECS04 Frhs2[98]: 6 -1.00002 0 shouldn't be
136.44/137.28 WSVECS04 Frhs2[100]: 6 -1.00001 0 shouldn't be
136.44/137.28 WSVECS04 Frhs2[102]: 6 -1.00004 0 shouldn't be
136.44/137.28 WSVECS04 Frhs2[104]: 6 -1.00005 0 shouldn't be
136.44/137.28 WSVECS04 Frhs2[107]: 6 -1.00008 0 shouldn't be
136.44/137.28 WSVECS04 Frhs2[109]: 6 -1.00004 0 shouldn't be
136.44/137.28 WSVECS04 Frhs2[111]: 6 -1.00002 0 shouldn't be
136.44/137.28 WSVECS04 Frhs2[113]: 6 -1.00005 0 shouldn't be
136.44/137.28 WSVECS04 Frhs2[115]: 6 -1.00008 0 shouldn't be
136.44/137.28 WSVECS04 Frhs2[116]: 6 -1.00006 0 shouldn't be
136.44/137.28 WSVECS04 Frhs2[118]: 6 -1.00006 0 shouldn't be
136.44/137.28 WSVECS04 Frhs2[120]: 6 -1.00004 0 shouldn't be
136.44/137.28 WSVECS04 Frhs2[122]: 6 -1.00001 0 shouldn't be
136.44/137.28 WSVECS04 Frhs2[124]: 6 -1.00008 0 shouldn't be
136.44/137.28 WSVECS04 Frhs2[126]: 6 -1.0001 0 shouldn't be
136.44/137.28 WSVECS04 Frhs2[129]: 6 -1.00007 0 shouldn't be
136.44/137.28 WSVECS04 Frhs2[131]: 6 -1.00004 0 shouldn't be
136.44/137.28 WSVECS04 Frhs2[133]: 6 -1.00002 0 shouldn't be
136.44/137.28 WSVECS04 Frhs2[135]: 6 -1.00002 0 shouldn't be
136.44/137.28 WSVECS04 Frhs2[137]: 6 -1.00006 0 shouldn't be
136.44/137.28 WSVECS04 Frhs2[140]: 6 -1.00008 0 shouldn't be
136.44/137.28 WSVECS04 Frhs2[142]: 6 -1.00003 0 shouldn't be
136.44/137.28 WSVECS04 Frhs2[144]: 6 -1.00006 0 shouldn't be
136.44/137.28 WSVECS04 Frhs2[148]: 6 -1.00004 0 shouldn't be
136.44/137.28 WSVECS04 Frhs2[153]: 6 -1.00009 0 shouldn't be
136.44/137.28 WSVECS04 Frhs2[155]: 6 -1.00006 0 shouldn't be
136.44/137.28 WSVECS04 Frhs2[157]: 6 -1.00004 0 shouldn't be
136.44/137.28 WSVECS04 Frhs2[159]: 6 -1.00008 0 shouldn't be
136.44/137.28 WSVECS04 Frhs2[161]: 6 -1.00004 0 shouldn't be
136.44/137.28 WSVECS04 Frhs2[164]: 6 -1.00008 0 shouldn't be
136.44/137.28 WSVECS04 Frhs2[166]: 6 -1.00005 0 shouldn't be
136.44/137.28 WSVECS04 Frhs2[175]: 6 -1.00008 0 shouldn't be
136.44/137.28 WSVECS04 Frhs2[177]: 6 -1.00009 0 shouldn't be
136.44/137.28 WSVECS04 Frhs2[179]: 6 -1.00007 0 shouldn't be
136.44/137.28 WSVECS04 Frhs2[181]: 6 -1.00007 0 shouldn't be
136.44/137.28 WSVECS04 Frhs2[183]: 6 -1.0001 0 shouldn't be
136.44/137.28 WSVECS04 Frhs2[186]: 6 -1.0001 0 shouldn't be
136.44/137.28 WSVECS04 Frhs2[188]: 6 -1.00006 0 shouldn't be
136.44/137.28 WSVECS04 Frhs2[190]: 6 -1.00002 0 shouldn't be
136.44/137.28 WSVECS04 Frhs2[199]: 6 -1.0001 0 shouldn't be
136.44/137.28 WSVECS04 Frhs2[201]: 6 -1.00005 0 shouldn't be
136.44/137.28 WSVECS04 Frhs2[203]: 6 -1.00002 0 shouldn't be
136.44/137.28 WSVECS04 Frhs2[205]: 6 -1.00007 0 shouldn't be
136.44/137.28 WSVECS04 Frhs2[207]: 6 -1.00008 0 shouldn't be
136.44/137.28 WSVECS04 Frhs2[210]: 6 -1.00003 0 shouldn't be
136.44/137.28 WSVECS04 Frhs2[212]: 6 -1.00008 0 shouldn't be
136.44/137.28 WSVECS04 Frhs2[214]: 6 -1.00004 0 shouldn't be
136.44/137.28 WSVECS04 Frhs2[225]: 6 -1.00009 0 shouldn't be
136.44/137.28 WSVECS04 Frhs2[227]: 6 -1.00007 0 shouldn't be
136.44/137.28 WSVECS04 Frhs2[234]: 6 -5.00008 0 shouldn't be
136.44/137.28 WSVECS04 Frhs2[236]: 6 -1.00004 0 shouldn't be
136.44/137.28 WSVECS04 Frhs2[249]: 6 -1.00008 0 shouldn't be
136.44/137.28 WSVECS04 Frhs2[273]: 6 -1.00006 0 shouldn't be
136.44/137.28 WSVECS04 Frhs2[297]: 6 -1.00008 0 shouldn't be
136.44/137.28 WSVECS04 Frhs2[392]: 6 -1.00006 0 shouldn't be
136.44/137.28 WSVECS04 Frhs2[438]: 6 -2.00007 0 shouldn't be
136.44/137.28 WSVECS04 Frhs2[459]: 6 -2.00008 0 shouldn't be
136.44/137.28 WSVECS04 Frhs2[481]: 6 -1.00006 0 shouldn't be
136.44/137.28 WSVECS04 Frhs2[483]: 6 -1.00002 0 shouldn't be
136.44/137.28 WSVECS04 Frhs2[484]: 6 -7.00003 0 shouldn't be
136.44/137.28 WSVECS04 Frhs2[503]: 6 -2.00004 0 shouldn't be
136.44/137.28 WSVECS04 Frhs2[505]: 6 -3.00007 0 shouldn't be
138.13/138.90 c #Conflicts: 286000 | #Constraints: 35030
138.13/138.90 c #Conflicts: 287000 | #Constraints: 36030
138.13/138.90 c #Conflicts: 288000 | #Constraints: 37030
138.13/138.90 c INPROCESSING
138.13/138.90 c GARBAGE COLLECT
138.13/138.90 c rational objective 263
144.11/144.94 c #Conflicts: 289000 | #Constraints: 27470
144.11/144.94 c #Conflicts: 290000 | #Constraints: 28470
144.11/144.94 c #Conflicts: 291000 | #Constraints: 29470
144.11/144.94 c #Conflicts: 292000 | #Constraints: 30470
144.11/144.94 c #Conflicts: 293000 | #Constraints: 31470
144.11/144.94 c #Conflicts: 294000 | #Constraints: 32470
144.11/144.94 c #Conflicts: 295000 | #Constraints: 33471
144.11/144.94 c #Conflicts: 296000 | #Constraints: 34471
144.11/144.94 c #Conflicts: 297000 | #Constraints: 35471
144.11/144.94 c #Conflicts: 298000 | #Constraints: 36471
144.11/144.94 c #Conflicts: 299000 | #Constraints: 37471
144.11/144.94 c INPROCESSING
144.11/144.94 c GARBAGE COLLECT
144.11/144.94 c rational objective 263
149.20/150.05 c #Conflicts: 300000 | #Constraints: 27700
149.20/150.05 c #Conflicts: 301000 | #Constraints: 28701
149.20/150.05 c #Conflicts: 302000 | #Constraints: 29701
149.20/150.05 c #Conflicts: 303000 | #Constraints: 30712
149.20/150.05 c #Conflicts: 304000 | #Constraints: 31713
149.20/150.05 c #Conflicts: 305000 | #Constraints: 32717
149.20/150.05 c #Conflicts: 306000 | #Constraints: 33720
149.20/150.05 c #Conflicts: 307000 | #Constraints: 34722
149.20/150.05 c #Conflicts: 308000 | #Constraints: 35724
149.20/150.05 c #Conflicts: 309000 | #Constraints: 36724
149.20/150.05 c #Conflicts: 310000 | #Constraints: 37724
149.20/150.05 c INPROCESSING
149.20/150.05 c GARBAGE COLLECT
149.20/150.05 c rational objective 263
155.51/156.40 c #Conflicts: 311000 | #Constraints: 27662
155.51/156.40 c #Conflicts: 312000 | #Constraints: 28664
155.51/156.40 c #Conflicts: 313000 | #Constraints: 29665
155.51/156.40 c #Conflicts: 314000 | #Constraints: 30666
155.51/156.40 c #Conflicts: 315000 | #Constraints: 31666
155.51/156.40 c #Conflicts: 316000 | #Constraints: 32667
155.51/156.40 c #Conflicts: 317000 | #Constraints: 33667
155.51/156.40 c #Conflicts: 318000 | #Constraints: 34667
155.51/156.40 c #Conflicts: 319000 | #Constraints: 35667
155.51/156.40 c #Conflicts: 320000 | #Constraints: 36668
155.51/156.40 c #Conflicts: 321000 | #Constraints: 37668
155.51/156.40 c INPROCESSING
155.51/156.40 c GARBAGE COLLECT
155.51/156.40 c rational objective 263
159.29/160.23 c #Conflicts: 322000 | #Constraints: 27447
159.29/160.23 c #Conflicts: 323000 | #Constraints: 28447
159.29/160.23 c #Conflicts: 324000 | #Constraints: 29447
159.29/160.23 c #Conflicts: 325000 | #Constraints: 30448
159.29/160.23 c #Conflicts: 326000 | #Constraints: 31448
159.29/160.23 c #Conflicts: 327000 | #Constraints: 32448
159.29/160.23 c #Conflicts: 328000 | #Constraints: 33448
159.29/160.23 WSVECS04 Frhs2[25]: 6 -1.00009 0 shouldn't be
159.29/160.23 WSVECS04 Frhs2[40]: 6 -1.00006 0 shouldn't be
159.29/160.23 WSVECS04 Frhs2[71]: 6 -1.00004 0 shouldn't be
159.29/160.23 WSVECS04 Frhs2[106]: 6 -1.00002 0 shouldn't be
159.29/160.23 WSVECS04 Frhs2[152]: 6 -1.00001 0 shouldn't be
159.29/160.23 WSVECS04 Frhs2[230]: 6 -1.00007 0 shouldn't be
159.29/160.23 WSVECS04 Frhs2[235]: 6 -1.00007 0 shouldn't be
159.29/160.23 WSVECS04 Frhs2[255]: 6 -1.00008 0 shouldn't be
159.29/160.23 WSVECS04 Frhs2[257]: 6 -1.00001 0 shouldn't be
159.29/160.23 WSVECS04 Frhs2[272]: 6 -1.00002 0 shouldn't be
159.29/160.23 WSVECS04 Frhs2[277]: 6 -1.00006 0 shouldn't be
159.29/160.23 WSVECS04 Frhs2[296]: 6 -1.00004 0 shouldn't be
159.29/160.23 WSVECS04 Frhs2[301]: 6 -1.00001 0 shouldn't be
159.29/160.23 WSVECS04 Frhs2[320]: 6 -1.00008 0 shouldn't be
159.29/160.23 WSVECS04 Frhs2[352]: 6 -1.00001 0 shouldn't be
159.29/160.23 WSVECS04 Frhs2[354]: 6 -1.00004 0 shouldn't be
159.29/160.23 WSVECS04 Frhs2[356]: 6 -1.00007 0 shouldn't be
159.29/160.23 WSVECS04 Frhs2[358]: 6 -1.00009 0 shouldn't be
159.29/160.23 WSVECS04 Frhs2[364]: 6 -1.00007 0 shouldn't be
159.29/160.23 WSVECS04 Frhs2[373]: 6 -1.00009 0 shouldn't be
159.29/160.23 WSVECS04 Frhs2[374]: 6 -1.00005 0 shouldn't be
159.29/160.23 WSVECS04 Frhs2[375]: 6 0 2.00002 shouldn't be
159.29/160.23 WSVECS04 Frhs2[377]: 6 0 1.00002 shouldn't be
159.29/160.23 WSVECS04 Frhs2[386]: 6 -1.00009 0 shouldn't be
159.29/160.23 WSVECS04 Frhs2[387]: 6 0 1.0001 shouldn't be
159.29/160.23 WSVECS04 Frhs2[388]: 6 -1.00002 0 shouldn't be
159.29/160.23 WSVECS04 Frhs2[389]: 6 0 2.00007 shouldn't be
159.29/160.23 WSVECS04 Frhs2[392]: 6 0 1.00003 shouldn't be
159.29/160.23 WSVECS04 Frhs2[393]: 6 -1.00003 0 shouldn't be
159.29/160.23 WSVECS04 Frhs2[417]: 6 -1.00002 0 shouldn't be
159.29/160.23 WSVECS04 Frhs2[438]: 6 0 2.00009 shouldn't be
159.29/160.23 WSVECS04 Frhs2[445]: 6 0 1.00008 shouldn't be
159.29/160.23 WSVECS04 Frhs2[447]: 6 0 1.00003 shouldn't be
159.29/160.23 WSVECS04 Frhs2[458]: 6 -1.00008 0 shouldn't be
159.29/160.23 WSVECS04 Frhs2[485]: 6 -1.00007 0 shouldn't be
159.29/160.23 WSVECS04 Frhs2[504]: 6 -1.00009 0 shouldn't be
159.29/160.23 WSVECS04 Frhs2[982]: 6 -1.00001 0 shouldn't be
161.89/162.88 c #Conflicts: 329000 | #Constraints: 34449
161.89/162.88 c #Conflicts: 330000 | #Constraints: 35449
161.89/162.88 c #Conflicts: 331000 | #Constraints: 36449
161.89/162.88 c #Conflicts: 332000 | #Constraints: 37449
161.89/162.88 c #Conflicts: 333000 | #Constraints: 38449
161.89/162.88 c INPROCESSING
161.89/162.88 c GARBAGE COLLECT
161.89/162.88 c rational objective 263
167.85/168.89 c #Conflicts: 334000 | #Constraints: 28080
167.85/168.89 c #Conflicts: 335000 | #Constraints: 29080
167.85/168.89 c #Conflicts: 336000 | #Constraints: 30080
167.85/168.89 c #Conflicts: 337000 | #Constraints: 31081
167.85/168.89 c #Conflicts: 338000 | #Constraints: 32081
167.85/168.89 c #Conflicts: 339000 | #Constraints: 33081
167.85/168.89 c #Conflicts: 340000 | #Constraints: 34081
167.85/168.89 c #Conflicts: 341000 | #Constraints: 35082
167.85/168.89 c #Conflicts: 342000 | #Constraints: 36083
167.85/168.89 c #Conflicts: 343000 | #Constraints: 37085
167.85/168.89 c #Conflicts: 344000 | #Constraints: 38087
167.85/168.89 c #Conflicts: 345000 | #Constraints: 39090
167.85/168.89 c INPROCESSING
167.85/168.89 c GARBAGE COLLECT
167.85/168.89 c rational objective 263
174.42/175.48 c #Conflicts: 346000 | #Constraints: 28473
174.42/175.48 c #Conflicts: 347000 | #Constraints: 29473
174.42/175.48 c #Conflicts: 348000 | #Constraints: 30473
174.42/175.48 c #Conflicts: 349000 | #Constraints: 31473
174.42/175.48 c #Conflicts: 350000 | #Constraints: 32473
174.42/175.48 c #Conflicts: 351000 | #Constraints: 33474
174.42/175.48 c #Conflicts: 352000 | #Constraints: 34474
174.42/175.48 c #Conflicts: 353000 | #Constraints: 35474
174.42/175.48 c #Conflicts: 354000 | #Constraints: 36474
174.42/175.48 c #Conflicts: 355000 | #Constraints: 37474
174.42/175.48 c #Conflicts: 356000 | #Constraints: 38474
174.42/175.48 c #Conflicts: 357000 | #Constraints: 39474
174.42/175.48 c INPROCESSING
174.42/175.48 c GARBAGE COLLECT
174.42/175.48 c rational objective 263
180.60/181.69 c #Conflicts: 358000 | #Constraints: 28684
180.60/181.69 c #Conflicts: 359000 | #Constraints: 29685
180.60/181.69 c #Conflicts: 360000 | #Constraints: 30685
180.60/181.69 c #Conflicts: 361000 | #Constraints: 31687
180.60/181.69 c #Conflicts: 362000 | #Constraints: 32688
180.60/181.69 c #Conflicts: 363000 | #Constraints: 33689
180.60/181.69 c #Conflicts: 364000 | #Constraints: 34689
180.60/181.69 c #Conflicts: 365000 | #Constraints: 35690
180.60/181.69 c #Conflicts: 366000 | #Constraints: 36690
180.60/181.69 c #Conflicts: 367000 | #Constraints: 37691
180.60/181.69 c #Conflicts: 368000 | #Constraints: 38692
180.60/181.69 c #Conflicts: 369000 | #Constraints: 39692
180.60/181.69 c INPROCESSING
180.60/181.69 c GARBAGE COLLECT
180.60/181.69 c rational objective 263
188.09/196.18 c #Conflicts: 370000 | #Constraints: 28654
188.09/196.18 c #Conflicts: 371000 | #Constraints: 29654
188.09/196.18 c #Conflicts: 372000 | #Constraints: 30654
188.09/196.18 c #Conflicts: 373000 | #Constraints: 31654
188.09/196.18 c #Conflicts: 374000 | #Constraints: 32655
188.09/196.18 c #Conflicts: 375000 | #Constraints: 33656
188.09/196.18 c #Conflicts: 376000 | #Constraints: 34656
188.09/196.18 c #Conflicts: 377000 | #Constraints: 35656
188.09/196.18 c #Conflicts: 378000 | #Constraints: 36657
188.09/196.18 c #Conflicts: 379000 | #Constraints: 37657
188.09/196.18 c #Conflicts: 380000 | #Constraints: 38657
188.09/196.18 c #Conflicts: 381000 | #Constraints: 39658
188.09/196.18 c INPROCESSING
188.09/196.18 c GARBAGE COLLECT
188.09/196.18 c rational objective 263
194.77/202.84 c #Conflicts: 382000 | #Constraints: 28480
194.77/202.84 c #Conflicts: 383000 | #Constraints: 29481
194.77/202.84 c #Conflicts: 384000 | #Constraints: 30481
194.77/202.84 c #Conflicts: 385000 | #Constraints: 31481
194.77/202.84 c #Conflicts: 386000 | #Constraints: 32482
194.77/202.84 c #Conflicts: 387000 | #Constraints: 33483
194.77/202.84 c #Conflicts: 388000 | #Constraints: 34484
194.77/202.84 c #Conflicts: 389000 | #Constraints: 35485
194.77/202.84 c #Conflicts: 390000 | #Constraints: 36488
194.77/202.84 c #Conflicts: 391000 | #Constraints: 37490
194.77/202.84 c #Conflicts: 392000 | #Constraints: 38491
194.77/202.84 c #Conflicts: 393000 | #Constraints: 39492
194.77/202.84 c #Conflicts: 394000 | #Constraints: 40492
194.77/202.84 c INPROCESSING
194.77/202.84 c GARBAGE COLLECT
194.77/202.84 c rational objective 263
202.23/210.30 c #Conflicts: 395000 | #Constraints: 29057
202.23/210.30 c #Conflicts: 396000 | #Constraints: 30057
202.23/210.30 c #Conflicts: 397000 | #Constraints: 31058
202.23/210.30 c #Conflicts: 398000 | #Constraints: 32058
202.23/210.30 c #Conflicts: 399000 | #Constraints: 33058
202.23/210.30 c #Conflicts: 400000 | #Constraints: 34058
202.23/210.30 c #Conflicts: 401000 | #Constraints: 35058
202.23/210.30 c #Conflicts: 402000 | #Constraints: 36058
202.23/210.30 c #Conflicts: 403000 | #Constraints: 37058
202.23/210.30 c #Conflicts: 404000 | #Constraints: 38058
202.23/210.30 c #Conflicts: 405000 | #Constraints: 39058
202.23/210.30 c #Conflicts: 406000 | #Constraints: 40058
202.23/210.30 c #Conflicts: 407000 | #Constraints: 41059
202.23/210.30 c INPROCESSING
202.23/210.30 c GARBAGE COLLECT
202.23/210.30 c rational objective 263
209.11/217.27 c #Conflicts: 408000 | #Constraints: 29501
209.11/217.27 c #Conflicts: 409000 | #Constraints: 30501
209.11/217.27 c #Conflicts: 410000 | #Constraints: 31502
209.11/217.27 c #Conflicts: 411000 | #Constraints: 32504
209.11/217.27 c #Conflicts: 412000 | #Constraints: 33504
209.11/217.27 c #Conflicts: 413000 | #Constraints: 34505
209.11/217.27 c #Conflicts: 414000 | #Constraints: 35506
209.11/217.27 c #Conflicts: 415000 | #Constraints: 36506
209.11/217.27 c #Conflicts: 416000 | #Constraints: 37507
209.11/217.27 c #Conflicts: 417000 | #Constraints: 38507
209.11/217.27 c #Conflicts: 418000 | #Constraints: 39507
209.11/217.27 c #Conflicts: 419000 | #Constraints: 40508
209.11/217.27 c #Conflicts: 420000 | #Constraints: 41509
209.11/217.27 c INPROCESSING
209.11/217.27 c GARBAGE COLLECT
209.11/217.27 c rational objective 263
216.97/229.57 c #Conflicts: 421000 | #Constraints: 29675
216.97/229.57 c #Conflicts: 422000 | #Constraints: 30675
216.97/229.57 c #Conflicts: 423000 | #Constraints: 31675
216.97/229.57 c #Conflicts: 424000 | #Constraints: 32675
216.97/229.57 c #Conflicts: 425000 | #Constraints: 33675
216.97/229.57 c #Conflicts: 426000 | #Constraints: 34675
216.97/229.57 c #Conflicts: 427000 | #Constraints: 35675
216.97/229.57 c #Conflicts: 428000 | #Constraints: 36675
216.97/229.57 c #Conflicts: 429000 | #Constraints: 37675
216.97/229.57 c #Conflicts: 430000 | #Constraints: 38676
216.97/229.57 c #Conflicts: 431000 | #Constraints: 39676
216.97/229.57 c #Conflicts: 432000 | #Constraints: 40676
216.97/229.57 c #Conflicts: 433000 | #Constraints: 41676
216.97/229.57 c INPROCESSING
216.97/229.57 c GARBAGE COLLECT
216.97/229.57 c rational objective 263
225.08/237.75 c #Conflicts: 434000 | #Constraints: 29695
225.08/237.75 c #Conflicts: 435000 | #Constraints: 30695
225.08/237.75 c #Conflicts: 436000 | #Constraints: 31695
225.08/237.75 c #Conflicts: 437000 | #Constraints: 32696
225.08/237.75 c #Conflicts: 438000 | #Constraints: 33696
225.08/237.75 c #Conflicts: 439000 | #Constraints: 34697
225.08/237.75 c #Conflicts: 440000 | #Constraints: 35697
225.08/237.75 c #Conflicts: 441000 | #Constraints: 36697
225.08/237.75 c #Conflicts: 442000 | #Constraints: 37697
225.08/237.75 c #Conflicts: 443000 | #Constraints: 38698
225.08/237.75 c #Conflicts: 444000 | #Constraints: 39699
225.08/237.75 c #Conflicts: 445000 | #Constraints: 40699
225.08/237.75 c #Conflicts: 446000 | #Constraints: 41699
225.08/237.75 c INPROCESSING
225.08/237.75 c GARBAGE COLLECT
225.08/237.75 c rational objective 263
233.56/246.27 c #Conflicts: 447000 | #Constraints: 29463
233.56/246.27 c #Conflicts: 448000 | #Constraints: 30463
233.56/246.27 c #Conflicts: 449000 | #Constraints: 31463
233.56/246.27 c #Conflicts: 450000 | #Constraints: 32463
233.56/246.27 c #Conflicts: 451000 | #Constraints: 33463
233.56/246.27 c #Conflicts: 452000 | #Constraints: 34463
233.56/246.27 c #Conflicts: 453000 | #Constraints: 35463
233.56/246.27 c #Conflicts: 454000 | #Constraints: 36463
233.56/246.27 c #Conflicts: 455000 | #Constraints: 37463
233.56/246.27 c #Conflicts: 456000 | #Constraints: 38463
233.56/246.27 c #Conflicts: 457000 | #Constraints: 39463
233.56/246.27 c #Conflicts: 458000 | #Constraints: 40463
233.56/246.27 c #Conflicts: 459000 | #Constraints: 41463
233.56/246.27 c #Conflicts: 460000 | #Constraints: 42463
233.56/246.27 c INPROCESSING
233.56/246.27 c GARBAGE COLLECT
233.56/246.27 c rational objective 263
241.35/254.02 c #Conflicts: 461000 | #Constraints: 30070
241.35/254.02 c #Conflicts: 462000 | #Constraints: 31071
241.35/254.02 c #Conflicts: 463000 | #Constraints: 32072
241.35/254.02 c #Conflicts: 464000 | #Constraints: 33072
241.35/254.02 c #Conflicts: 465000 | #Constraints: 34073
241.35/254.02 c #Conflicts: 466000 | #Constraints: 35074
241.35/254.02 c #Conflicts: 467000 | #Constraints: 36075
241.35/254.02 c #Conflicts: 468000 | #Constraints: 37075
241.35/254.02 c #Conflicts: 469000 | #Constraints: 38075
241.35/254.02 c #Conflicts: 470000 | #Constraints: 39076
241.35/254.02 c #Conflicts: 471000 | #Constraints: 40077
241.35/254.02 c #Conflicts: 472000 | #Constraints: 41077
241.35/254.02 c #Conflicts: 473000 | #Constraints: 42077
241.35/254.02 c #Conflicts: 474000 | #Constraints: 43077
241.35/254.02 c INPROCESSING
241.35/254.02 c GARBAGE COLLECT
241.35/254.02 c rational objective 263
249.77/262.59 c #Conflicts: 475000 | #Constraints: 30454
249.77/262.59 c #Conflicts: 476000 | #Constraints: 31454
249.77/262.59 c #Conflicts: 477000 | #Constraints: 32454
249.77/262.59 c #Conflicts: 478000 | #Constraints: 33454
249.77/262.59 c #Conflicts: 479000 | #Constraints: 34454
249.77/262.59 c #Conflicts: 480000 | #Constraints: 35454
249.77/262.59 c #Conflicts: 481000 | #Constraints: 36454
249.77/262.59 c #Conflicts: 482000 | #Constraints: 37454
249.77/262.59 c #Conflicts: 483000 | #Constraints: 38455
249.77/262.59 c #Conflicts: 484000 | #Constraints: 39455
249.77/262.59 c #Conflicts: 485000 | #Constraints: 40455
249.77/262.59 c #Conflicts: 486000 | #Constraints: 41455
249.77/262.59 c #Conflicts: 487000 | #Constraints: 42455
249.77/262.59 c bounds 264 >= 264 @ 245.537
249.77/262.59 c cpu time 245.538 s
249.77/262.59 c deterministic time 12639416610 1.26e+10
249.77/262.59 c optimization time 0.03161 s
249.77/262.59 c total solve time 245.43 s
249.77/262.59 c core-guided solve time 125.819 s
249.77/262.59 c propagation time 159.046 s
249.77/262.59 c conflict analysis time 59.07 s
249.77/262.59 c propagations 179398102
249.77/262.59 c resolve steps 11573200
249.77/262.59 c decisions 1102323
249.77/262.59 c conflicts 487451
249.77/262.59 c restarts 1022
249.77/262.59 c inprocessing phases 60
249.77/262.59 c garbage collections 60 ,( 100.00 )
249.77/262.59 c input clauses 15402 ,( 96.17 )
249.77/262.59 c input cardinalities 574 ,( 3.58 )
249.77/262.59 c input general constraints 40 ,( 0.25 )
249.77/262.59 c input average constraint length 11.45
249.77/262.59 c input average constraint degree 3.32
249.77/262.59 c learned clauses 341930 ,( 70.09 )
249.77/262.59 c learned cardinalities 12556 ,( 2.57 )
249.77/262.59 c learned general constraints 133339 ,( 27.33 )
249.77/262.59 c learned average constraint length 79.85
249.77/262.59 c learned average constraint degree 24282975.33
249.77/262.59 c watched CF 32, 64, 128, Arb: 43909 , 0 , 0 , 0
249.77/262.59 c counting CF 32, 64, 128, Arb: 89471 , 0 , 0 , 0
249.77/262.59 c watched constraints 43909 ,( 32.92 )
249.77/262.59 c counting constraints 89470 ,( 67.08 )
249.77/262.59 c loaded clauses, cards, PBs, (WATCHED, COUNTING): 371351687 , 439626005 , 859353543 ,( 20630964 , 838722579 )
249.77/262.59 c gcd simplifications 6089
249.77/262.59 c detected cardinalities 399
249.77/262.59 c weakened non-implied lits 32771866
249.77/262.59 c weakened non-implying lits 12195
249.77/262.59 c original variables 5123
249.77/262.59 c clausal propagations 134309800
249.77/262.59 c cardinality propagations 4430515
249.77/262.59 c watched propagations 422281
249.77/262.59 c counting propagations 37761524
249.77/262.59 c watch lookups 6354334993
249.77/262.59 c watch backjump lookups 0
249.77/262.59 c watch checks 2239205796
249.77/262.59 c propagation checks 3480957240
249.77/262.59 c constraint additions 202843511
249.77/262.59 c trail pops 180987563
249.77/262.59 c formula constraints 15106
249.77/262.59 c learned constraints 487141
249.77/262.59 c bound constraints 268
249.77/262.59 c core-guided constraints 642
249.77/262.59 c encountered formula constraints 5372351
249.77/262.59 c encountered learned constraints 4072928
249.77/262.59 c encountered bound constraints 89
249.77/262.59 c encountered core-guided constraints 2595901
249.77/262.59 c LP total time 56.4299 s
249.77/262.59 c LP solve time 43.83 s
249.77/262.59 c LP constraints added 15346
249.77/262.59 c LP constraints removed 232
249.77/262.59 c LP pivots internal 487499
249.77/262.59 c LP pivots root 99582
249.77/262.59 c LP calls 465
249.77/262.59 c LP optimalities 151
249.77/262.59 c LP no pivot count 22
249.77/262.59 c LP infeasibilities 310
249.77/262.59 c LP valid Farkas constraints 310
249.77/262.59 c LP learned Farkas constraints 310
249.77/262.59 c LP basis resets 0
249.77/262.59 c LP cycling count 0
249.77/262.59 c LP singular count 0
249.77/262.59 c LP no primal count 0
249.77/262.59 c LP no farkas count 0
249.77/262.59 c LP other issue count 0
249.77/262.59 c LP Gomory cuts 64
249.77/262.59 c LP learned cuts 176
249.77/262.59 c LP deleted cuts 232
249.77/262.59 c LP encountered Gomory constraints 1546
249.77/262.59 c LP encountered Farkas constraints 13430
249.77/262.59 c LP encountered learned Farkas constraints 4096
249.77/262.59 c CG auxiliary variables introduced 301
249.77/262.59 c CG solutions found 1
249.77/262.59 c CG cores constructed 264
249.77/262.59 c CG core cardinality constraints returned 0
249.77/262.59 c CG unit cores 0
249.77/262.59 c CG single cores 264
249.77/262.59 c CG blocks removed during cardinality reduction 0
249.77/262.59 c CG first core best 0
249.77/262.59 c CG decision core best 0
249.77/262.59 c CG core reduction tie 0
249.77/262.59 c CG core degree average 1.00
249.77/262.59 c CG core slack average 2.05
249.77/262.59 c CG core upper bound improvements 0
249.77/262.59 c STR number of successful calls 0
249.77/262.59 c STR number of unsuccessful calls 0
249.77/262.59 c STR number of inconclusive calls 0
249.77/262.59 c STR number of successful attempts 0
249.77/262.59 c STR number of unsuccessful attempts 0
249.77/262.59 c STR number of inconclusive attempts 0
249.77/262.59 c STR average degree increase per successful call inf
249.77/262.59 c STR average degree increase per successful attempt inf
249.77/262.59 c STR total number of conflicts for successful attempts 0
249.77/262.59 c STR total number of conflicts for unsuccessful attempts 0
249.77/262.59 c STR total number of conflicts for inconclusive attempts 0
249.77/262.59 c STR average number of conflicts per successful attempt inf
249.77/262.59 c STR average number of conflicts per unsuccessful attempt inf
249.77/262.59 c STR average number of conflicts per inconclusive attempt inf
249.77/262.59 c AVG.sumWPerc 53.03
249.77/262.59 c bigint constraints 0
249.77/262.59 o 264
249.77/262.59 s OPTIMUM FOUND
249.87/267.35 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
Verifier Data
Checking of UNSAT/OPT proofs:
VeriPB + CakePB
Thu Jul 3 23:29:36 CEST 2025
extraparms=--no-checkDeletion
-- veripb --
Running VeriPB version 2.3.0
s VERIFIED BOUNDS 264 <= obj <= 264
Verification succeeded.
-- cakepb --
s VERIFIED BOUNDS 264 <= obj <= 264
--summary--
ALL OK
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 (60198 MiB free)
memory of node 1: 64507 MiB (51493 MiB free)
node distances:
10 21
21 10
command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4521635-1751569920/watcher-4521635-1751569920 -o /tmp/evaluation-result-4521635-1751569920/solver-4521635-1751569920 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1751562311-88611 --watchdog 3760 --file-size-limit 100000 run-opt-break-log.sh HOME/instance-4521635-1751569920.opb PROOFDIR/proof-4521635-1751569920
running on 2 cores: 4,6
CPU governors:
performance: 4 6
Enforcing FSIZE limit: 104857600 KiB
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing FSIZE limit: 102400000 KiB
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB
solver pid=90978, runsolver pid=90975
[startup+0.100058 s]*
/proc/loadavg: 4.18 4.13 4.10 5/273 90980
/proc/meminfo: memFree=114343680/131249996 swapFree=33010684/33010684
[pid=90978] ppid=90975 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/90978/stat : 90978 (run-opt-break-l) S 90975 90978 88600 0 -1 4194304 209 0 0 0 0 0 0 0 20 0 1 0 72669926 4292608 768 18446744073709551615 94814741454848 94814742349381 140726394692384 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94814742588432 94814742636176 94814753320960 140726394698005 140726394698206 140726394698206 140726394703808 0
/proc/90978/statm: 1048 768 704 219 0 110 0
[pid=90980] ppid=90978 vsize=14600 memory=7388 CPUtime=0.07 cores=4,6
/proc/90980/stat : 90980 (pbsuma) R 90978 90978 88600 0 -1 4194304 1020 0 0 0 7 0 0 0 20 0 1 0 72669926 14950400 1847 18446744073709551615 4210688 4653049 140732664550752 0 0 0 0 0 0 0 0 0 17 6 0 0 0 0 0 4700520 4703148 30445568 140732664559843 140732664560178 140732664560178 140732664565743 0
/proc/90980/statm: 3650 1847 1024 108 0 1058 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 18792 KiB
Current children cumulated memory: 10460 KiB
[startup+0.205675 s]*
/proc/loadavg: 4.18 4.13 4.10 6/273 90981
/proc/meminfo: memFree=114336736/131249996 swapFree=33010684/33010684
[pid=90978] ppid=90975 vsize=4192 memory=3072 CPUtime=0.1 cores=4,6
/proc/90978/stat : 90978 (run-opt-break-l) S 90975 90978 88600 0 -1 4194304 242 1203 0 0 0 0 9 1 20 0 1 0 72669926 4292608 768 18446744073709551615 94814741454848 94814742349381 140726394692384 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94814742588432 94814742636176 94814753320960 140726394698005 140726394698206 140726394698206 140726394703808 0
/proc/90978/statm: 1048 768 704 219 0 110 0
[pid=90981] ppid=90978 vsize=56560 memory=9728 CPUtime=0.01 cores=4,6
/proc/90981/stat : 90981 (roundingsat) R 90978 90978 88600 0 -1 4194304 706 0 0 0 1 0 0 0 20 0 1 0 72669945 57917440 2432 18446744073709551615 4227072 8923433 140731720098128 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 30584832 140731720104212 140731720104488 140731720104488 140731720110058 0
/proc/90981/statm: 14140 2432 1952 1147 0 1567 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 60752 KiB
Current children cumulated memory: 12800 KiB
[startup+0.305624 s]*
/proc/loadavg: 4.18 4.13 4.10 5/273 90981
/proc/meminfo: memFree=114319060/131249996 swapFree=33010684/33010684
[pid=90978] ppid=90975 vsize=4192 memory=3072 CPUtime=0.1 cores=4,6
/proc/90978/stat : 90978 (run-opt-break-l) S 90975 90978 88600 0 -1 4194304 242 1203 0 0 0 0 9 1 20 0 1 0 72669926 4292608 768 18446744073709551615 94814741454848 94814742349381 140726394692384 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94814742588432 94814742636176 94814753320960 140726394698005 140726394698206 140726394698206 140726394703808 0
/proc/90978/statm: 1048 768 704 219 0 110 0
[pid=90981] ppid=90978 vsize=75288 memory=29784 CPUtime=0.1 cores=4,6
/proc/90981/stat : 90981 (roundingsat) R 90978 90978 88600 0 -1 4194304 5415 0 0 0 9 1 0 0 20 0 1 0 72669945 77094912 7446 18446744073709551615 4227072 8923433 140731720098128 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 30584832 140731720104212 140731720104488 140731720104488 140731720110058 0
/proc/90981/statm: 18822 7446 2336 1147 0 6249 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 79480 KiB
Current children cumulated memory: 32856 KiB
[startup+0.700162 s]
/proc/loadavg: 4.18 4.13 4.10 5/273 90981
/proc/meminfo: memFree=114315532/131249996 swapFree=33010684/33010684
[pid=90978] ppid=90975 vsize=4192 memory=3072 CPUtime=0.1 cores=4,6
/proc/90978/stat : 90978 (run-opt-break-l) S 90975 90978 88600 0 -1 4194304 242 1203 0 0 0 0 9 1 20 0 1 0 72669926 4292608 768 18446744073709551615 94814741454848 94814742349381 140726394692384 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94814742588432 94814742636176 94814753320960 140726394698005 140726394698206 140726394698206 140726394703808 0
/proc/90978/statm: 1048 768 704 219 0 110 0
[pid=90981] ppid=90978 vsize=84496 memory=41404 CPUtime=0.5 cores=4,6
/proc/90981/stat : 90981 (roundingsat) R 90978 90978 88600 0 -1 4194304 7847 0 0 0 47 3 0 0 20 0 1 0 72669945 86523904 10351 18446744073709551615 4227072 8923433 140731720098128 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 30584832 140731720104212 140731720104488 140731720104488 140731720110058 0
/proc/90981/statm: 21124 10351 2400 1147 0 8551 0
Current children cumulated CPU time: 0.6 s
Current children cumulated vsize: 88688 KiB
Current children cumulated memory: 44476 KiB
[startup+1.50017 s]
/proc/loadavg: 4.18 4.13 4.10 5/273 90981
/proc/meminfo: memFree=114301608/131249996 swapFree=33010684/33010684
[pid=90978] ppid=90975 vsize=4192 memory=3072 CPUtime=0.1 cores=4,6
/proc/90978/stat : 90978 (run-opt-break-l) S 90975 90978 88600 0 -1 4194304 242 1203 0 0 0 0 9 1 20 0 1 0 72669926 4292608 768 18446744073709551615 94814741454848 94814742349381 140726394692384 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94814742588432 94814742636176 94814753320960 140726394698005 140726394698206 140726394698206 140726394703808 0
/proc/90978/statm: 1048 768 704 219 0 110 0
[pid=90981] ppid=90978 vsize=88660 memory=44860 CPUtime=1.29 cores=4,6
/proc/90981/stat : 90981 (roundingsat) R 90978 90978 88600 0 -1 4194304 8720 0 0 0 124 5 0 0 20 0 1 0 72669945 90787840 11215 18446744073709551615 4227072 8923433 140731720098128 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 30584832 140731720104212 140731720104488 140731720104488 140731720110058 0
/proc/90981/statm: 22165 11215 2400 1147 0 9592 0
Current children cumulated CPU time: 1.39 s
Current children cumulated vsize: 92852 KiB
Current children cumulated memory: 47932 KiB
[startup+3.10549 s]
/proc/loadavg: 4.16 4.12 4.09 5/273 90981
/proc/meminfo: memFree=114285184/131249996 swapFree=33010684/33010684
[pid=90978] ppid=90975 vsize=4192 memory=3072 CPUtime=0.1 cores=4,6
/proc/90978/stat : 90978 (run-opt-break-l) S 90975 90978 88600 0 -1 4194304 242 1203 0 0 0 0 9 1 20 0 1 0 72669926 4292608 768 18446744073709551615 94814741454848 94814742349381 140726394692384 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94814742588432 94814742636176 94814753320960 140726394698005 140726394698206 140726394698206 140726394703808 0
/proc/90978/statm: 1048 768 704 219 0 110 0
[pid=90981] ppid=90978 vsize=90348 memory=46396 CPUtime=2.89 cores=4,6
/proc/90981/stat : 90981 (roundingsat) R 90978 90978 88600 0 -1 4194304 9102 0 0 0 279 10 0 0 20 0 1 0 72669945 92516352 11599 18446744073709551615 4227072 8923433 140731720098128 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 30584832 140731720104212 140731720104488 140731720104488 140731720110058 0
/proc/90981/statm: 22587 11599 2400 1147 0 10014 0
Current children cumulated CPU time: 2.99 s
Current children cumulated vsize: 94540 KiB
Current children cumulated memory: 49468 KiB
[startup+6.30015 s]
/proc/loadavg: 4.16 4.12 4.09 5/273 90981
/proc/meminfo: memFree=114206308/131249996 swapFree=33010684/33010684
[pid=90978] ppid=90975 vsize=4192 memory=3072 CPUtime=0.1 cores=4,6
/proc/90978/stat : 90978 (run-opt-break-l) S 90975 90978 88600 0 -1 4194304 242 1203 0 0 0 0 9 1 20 0 1 0 72669926 4292608 768 18446744073709551615 94814741454848 94814742349381 140726394692384 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94814742588432 94814742636176 94814753320960 140726394698005 140726394698206 140726394698206 140726394703808 0
/proc/90978/statm: 1048 768 704 219 0 110 0
[pid=90981] ppid=90978 vsize=101112 memory=54588 CPUtime=6.08 cores=4,6
/proc/90981/stat : 90981 (roundingsat) R 90978 90978 88600 0 -1 4194304 11204 0 0 0 591 17 0 0 20 0 1 0 72669945 103538688 13647 18446744073709551615 4227072 8923433 140731720098128 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 30584832 140731720104212 140731720104488 140731720104488 140731720110058 0
/proc/90981/statm: 25278 13647 2400 1147 0 12705 0
Current children cumulated CPU time: 6.18 s
Current children cumulated vsize: 105304 KiB
Current children cumulated memory: 57660 KiB
[startup+12.7001 s]
/proc/loadavg: 4.14 4.12 4.09 5/273 90981
/proc/meminfo: memFree=114140104/131249996 swapFree=33010684/33010684
[pid=90978] ppid=90975 vsize=4192 memory=3072 CPUtime=0.1 cores=4,6
/proc/90978/stat : 90978 (run-opt-break-l) S 90975 90978 88600 0 -1 4194304 242 1203 0 0 0 0 9 1 20 0 1 0 72669926 4292608 768 18446744073709551615 94814741454848 94814742349381 140726394692384 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94814742588432 94814742636176 94814753320960 140726394698005 140726394698206 140726394698206 140726394703808 0
/proc/90978/statm: 1048 768 704 219 0 110 0
[pid=90981] ppid=90978 vsize=104348 memory=58428 CPUtime=12.47 cores=4,6
/proc/90981/stat : 90981 (roundingsat) R 90978 90978 88600 0 -1 4194304 12158 0 0 0 1217 30 0 0 20 0 1 0 72669945 106852352 14607 18446744073709551615 4227072 8923433 140731720098128 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 30584832 140731720104212 140731720104488 140731720104488 140731720110058 0
/proc/90981/statm: 26087 14607 2400 1147 0 13514 0
Current children cumulated CPU time: 12.57 s
Current children cumulated vsize: 108540 KiB
Current children cumulated memory: 61500 KiB
[startup+25.5001 s]
/proc/loadavg: 4.12 4.12 4.09 5/273 90981
/proc/meminfo: memFree=113895452/131249996 swapFree=33010684/33010684
[pid=90978] ppid=90975 vsize=4192 memory=3072 CPUtime=0.1 cores=4,6
/proc/90978/stat : 90978 (run-opt-break-l) S 90975 90978 88600 0 -1 4194304 242 1203 0 0 0 0 9 1 20 0 1 0 72669926 4292608 768 18446744073709551615 94814741454848 94814742349381 140726394692384 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94814742588432 94814742636176 94814753320960 140726394698005 140726394698206 140726394698206 140726394703808 0
/proc/90978/statm: 1048 768 704 219 0 110 0
[pid=90981] ppid=90978 vsize=108176 memory=64060 CPUtime=25.23 cores=4,6
/proc/90981/stat : 90981 (roundingsat) R 90978 90978 88600 0 -1 4194304 13564 0 0 0 2467 56 0 0 20 0 1 0 72669945 110772224 16015 18446744073709551615 4227072 8923433 140731720098128 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 30584832 140731720104212 140731720104488 140731720104488 140731720110058 0
/proc/90981/statm: 27044 16015 2400 1147 0 14471 0
Current children cumulated CPU time: 25.33 s
Current children cumulated vsize: 112368 KiB
Current children cumulated memory: 67132 KiB
[startup+51.1064 s]
/proc/loadavg: 4.08 4.11 4.09 7/273 90982
/proc/meminfo: memFree=113460572/131249996 swapFree=33010684/33010684
[pid=90978] ppid=90975 vsize=4192 memory=3072 CPUtime=0.1 cores=4,6
/proc/90978/stat : 90978 (run-opt-break-l) S 90975 90978 88600 0 -1 4194304 242 1203 0 0 0 0 9 1 20 0 1 0 72669926 4292608 768 18446744073709551615 94814741454848 94814742349381 140726394692384 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94814742588432 94814742636176 94814753320960 140726394698005 140726394698206 140726394698206 140726394703808 0
/proc/90978/statm: 1048 768 704 219 0 110 0
[pid=90981] ppid=90978 vsize=119804 memory=74648 CPUtime=50.7 cores=4,6
/proc/90981/stat : 90981 (roundingsat) R 90978 90978 88600 0 -1 4194304 15693 0 0 0 4968 102 0 0 20 0 1 0 72669945 122679296 18662 18446744073709551615 4227072 8923433 140731720098128 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 30584832 140731720104212 140731720104488 140731720104488 140731720110058 0
/proc/90981/statm: 29951 18662 2400 1147 0 17378 0
Current children cumulated CPU time: 50.8 s
Current children cumulated vsize: 123996 KiB
Current children cumulated memory: 77720 KiB
[startup+102.3 s]
/proc/loadavg: 4.08 4.10 4.09 5/274 90986
/proc/meminfo: memFree=112603180/131249996 swapFree=33010684/33010684
[pid=90978] ppid=90975 vsize=4192 memory=3072 CPUtime=0.1 cores=4,6
/proc/90978/stat : 90978 (run-opt-break-l) S 90975 90978 88600 0 -1 4194304 242 1203 0 0 0 0 9 1 20 0 1 0 72669926 4292608 768 18446744073709551615 94814741454848 94814742349381 140726394692384 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94814742588432 94814742636176 94814753320960 140726394698005 140726394698206 140726394698206 140726394703808 0
/proc/90978/statm: 1048 768 704 219 0 110 0
[pid=90981] ppid=90978 vsize=123452 memory=78104 CPUtime=101.59 cores=4,6
/proc/90981/stat : 90981 (roundingsat) R 90978 90978 88600 0 -1 4194304 16585 0 0 0 9972 187 0 0 20 0 1 0 72669945 126414848 19526 18446744073709551615 4227072 8923433 140731720098128 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 30584832 140731720104212 140731720104488 140731720104488 140731720110058 0
/proc/90981/statm: 30863 19526 2400 1147 0 18290 0
Current children cumulated CPU time: 101.69 s
Current children cumulated vsize: 127644 KiB
Current children cumulated memory: 81176 KiB
[startup+162.3 s]
/proc/loadavg: 4.07 4.09 4.09 4/264 91023
/proc/meminfo: memFree=113179624/131249996 swapFree=33010684/33010684
[pid=90978] ppid=90975 vsize=4192 memory=3072 CPUtime=0.1 cores=4,6
/proc/90978/stat : 90978 (run-opt-break-l) S 90975 90978 88600 0 -1 4194304 242 1203 0 0 0 0 9 1 20 0 1 0 72669926 4292608 768 18446744073709551615 94814741454848 94814742349381 140726394692384 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94814742588432 94814742636176 94814753320960 140726394698005 140726394698206 140726394698206 140726394703808 0
/proc/90978/statm: 1048 768 704 219 0 110 0
[pid=90981] ppid=90978 vsize=133984 memory=83352 CPUtime=161.3 cores=4,6
/proc/90981/stat : 90981 (roundingsat) R 90978 90978 88600 0 -1 4194304 17887 0 0 0 15846 284 0 0 20 0 1 0 72669945 137199616 20838 18446744073709551615 4227072 8923433 140731720098128 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 30584832 140731720104212 140731720104488 140731720104488 140731720110058 0
/proc/90981/statm: 33496 20838 2400 1147 0 20923 0
Current children cumulated CPU time: 161.4 s
Current children cumulated vsize: 138176 KiB
Current children cumulated memory: 86424 KiB
[startup+222.3 s]
/proc/loadavg: 4.24 4.15 4.10 5/269 91065
/proc/meminfo: memFree=111289604/131249996 swapFree=33010684/33010684
[pid=90978] ppid=90975 vsize=4192 memory=3072 CPUtime=0.1 cores=4,6
/proc/90978/stat : 90978 (run-opt-break-l) S 90975 90978 88600 0 -1 4194304 242 1203 0 0 0 0 9 1 20 0 1 0 72669926 4292608 768 18446744073709551615 94814741454848 94814742349381 140726394692384 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94814742588432 94814742636176 94814753320960 140726394698005 140726394698206 140726394698206 140726394703808 0
/proc/90978/statm: 1048 768 704 219 0 110 0
[pid=90981] ppid=90978 vsize=135860 memory=85272 CPUtime=214.1 cores=4,6
/proc/90981/stat : 90981 (roundingsat) R 90978 90978 88600 0 -1 4194304 18384 0 0 0 21039 371 0 0 20 0 1 0 72669945 139120640 21318 18446744073709551615 4227072 8923433 140731720098128 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 30584832 140731720104212 140731720104488 140731720104488 140731720110058 0
/proc/90981/statm: 33965 21318 2400 1147 0 21392 0
Current children cumulated CPU time: 214.2 s
Current children cumulated vsize: 140052 KiB
Current children cumulated memory: 88344 KiB
[startup+267.359 s]
# the end of solver process 90978 was just reported to runsolver
# Child status: 0
# cumulated CPU time of all completed processes: user=245.635 s, system=4.26062 s
Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples
[startup+230.4 s]
/proc/loadavg: 4.22 4.15 4.10 5/269 91065
/proc/meminfo: memFree=110870984/131249996 swapFree=33010684/33010684
[pid=90978] ppid=90975 vsize=4192 memory=3072 CPUtime=0.1 cores=4,6
/proc/90978/stat : 90978 (run-opt-break-l) S 90975 90978 88600 0 -1 4194304 242 1203 0 0 0 0 9 1 20 0 1 0 72669926 4292608 768 18446744073709551615 94814741454848 94814742349381 140726394692384 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94814742588432 94814742636176 94814753320960 140726394698005 140726394698206 140726394698206 140726394703808 0
/proc/90978/statm: 1048 768 704 219 0 110 0
[pid=90981] ppid=90978 vsize=136328 memory=85528 CPUtime=217.73 cores=4,6
/proc/90981/stat : 90981 (roundingsat) R 90978 90978 88600 0 -1 4194304 18467 0 0 0 21398 375 0 0 20 0 1 0 72669945 139599872 21382 18446744073709551615 4227072 8923433 140731720098128 0 0 0 0 0 8405026 0 0 0 17 6 0 0 0 0 0 9823104 9832592 30584832 140731720104212 140731720104488 140731720104488 140731720110058 0
/proc/90981/statm: 34082 21382 2400 1147 0 21509 0
Current children cumulated CPU time: 217.83 s
Current children cumulated vsize: 140520 KiB
Current children cumulated memory: 88600 KiB
[startup+243.2 s]
/proc/loadavg: 4.17 4.14 4.10 5/268 91113
/proc/meminfo: memFree=111814004/131249996 swapFree=33010684/33010684
[pid=90978] ppid=90975 vsize=4192 memory=3072 CPUtime=0.1 cores=4,6
/proc/90978/stat : 90978 (run-opt-break-l) S 90975 90978 88600 0 -1 4194304 242 1203 0 0 0 0 9 1 20 0 1 0 72669926 4292608 768 18446744073709551615 94814741454848 94814742349381 140726394692384 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94814742588432 94814742636176 94814753320960 140726394698005 140726394698206 140726394698206 140726394703808 0
/proc/90978/statm: 1048 768 704 219 0 110 0
[pid=90981] ppid=90978 vsize=136660 memory=85912 CPUtime=230.47 cores=4,6
/proc/90981/stat : 90981 (roundingsat) R 90978 90978 88600 0 -1 4194304 18563 0 0 0 22653 394 0 0 20 0 1 0 72669945 139939840 21478 18446744073709551615 4227072 8923433 140731720098128 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 30584832 140731720104212 140731720104488 140731720104488 140731720110058 0
/proc/90981/statm: 34165 21478 2400 1147 0 21592 0
Current children cumulated CPU time: 230.57 s
Current children cumulated vsize: 140852 KiB
Current children cumulated memory: 88984 KiB
[startup+256 s]*
/proc/loadavg: 4.14 4.13 4.10 5/268 91113
/proc/meminfo: memFree=111631116/131249996 swapFree=33010684/33010684
[pid=90978] ppid=90975 vsize=4192 memory=3072 CPUtime=0.1 cores=4,6
/proc/90978/stat : 90978 (run-opt-break-l) S 90975 90978 88600 0 -1 4194304 242 1203 0 0 0 0 9 1 20 0 1 0 72669926 4292608 768 18446744073709551615 94814741454848 94814742349381 140726394692384 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94814742588432 94814742636176 94814753320960 140726394698005 140726394698206 140726394698206 140726394703808 0
/proc/90978/statm: 1048 768 704 219 0 110 0
[pid=90981] ppid=90978 vsize=137080 memory=86424 CPUtime=243.19 cores=4,6
/proc/90981/stat : 90981 (roundingsat) R 90978 90978 88600 0 -1 4194304 18670 0 0 0 23904 415 0 0 20 0 1 0 72669945 140369920 21606 18446744073709551615 4227072 8923433 140731720098128 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 30584832 140731720104212 140731720104488 140731720104488 140731720110058 0
/proc/90981/statm: 34270 21606 2400 1147 0 21697 0
Current children cumulated CPU time: 243.29 s
Current children cumulated vsize: 141272 KiB
Current children cumulated memory: 89496 KiB
[startup+262.4 s]
/proc/loadavg: 4.19 4.15 4.10 5/268 91113
/proc/meminfo: memFree=111539004/131249996 swapFree=33010684/33010684
[pid=90978] ppid=90975 vsize=4192 memory=3072 CPUtime=0.1 cores=4,6
/proc/90978/stat : 90978 (run-opt-break-l) S 90975 90978 88600 0 -1 4194304 242 1203 0 0 0 0 9 1 20 0 1 0 72669926 4292608 768 18446744073709551615 94814741454848 94814742349381 140726394692384 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94814742588432 94814742636176 94814753320960 140726394698005 140726394698206 140726394698206 140726394703808 0
/proc/90978/statm: 1048 768 704 219 0 110 0
[pid=90981] ppid=90978 vsize=137080 memory=86424 CPUtime=249.57 cores=4,6
/proc/90981/stat : 90981 (roundingsat) R 90978 90978 88600 0 -1 4194304 18670 0 0 0 24534 423 0 0 20 0 1 0 72669945 140369920 21606 18446744073709551615 4227072 8923433 140731720098128 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 30584832 140731720104212 140731720104488 140731720104488 140731720110058 0
/proc/90981/statm: 34270 21606 2400 1147 0 21697 0
Current children cumulated CPU time: 249.67 s
Current children cumulated vsize: 141272 KiB
Current children cumulated memory: 89496 KiB
[startup+265.6 s]
/proc/loadavg: 4.19 4.15 4.10 4/268 91113
/proc/meminfo: memFree=111478320/131249996 swapFree=33010684/33010684
[pid=90978] ppid=90975 vsize=4192 memory=3072 CPUtime=0.1 cores=4,6
/proc/90978/stat : 90978 (run-opt-break-l) S 90975 90978 88600 0 -1 4194304 242 1203 0 0 0 0 9 1 20 0 1 0 72669926 4292608 768 18446744073709551615 94814741454848 94814742349381 140726394692384 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94814742588432 94814742636176 94814753320960 140726394698005 140726394698206 140726394698206 140726394703808 0
/proc/90978/statm: 1048 768 704 219 0 110 0
[pid=90981] ppid=90978 vsize=137080 memory=86424 CPUtime=249.77 cores=4,6
/proc/90981/stat : 90981 (roundingsat) D 90978 90978 88600 0 -1 4194304 18671 0 0 0 24554 423 0 0 20 0 1 0 72669945 140369920 21606 18446744073709551615 4227072 8923433 140731720098128 0 0 0 0 0 8405026 1 0 0 17 4 0 0 0 0 0 9823104 9832592 30584832 140731720104212 140731720104488 140731720104488 140731720110058 0
/proc/90981/statm: 34270 21606 2400 1147 0 21697 0
Current children cumulated CPU time: 249.87 s
Current children cumulated vsize: 141272 KiB
Current children cumulated memory: 89496 KiB
[startup+266.4 s]
/proc/loadavg: 4.19 4.15 4.10 4/268 91113
/proc/meminfo: memFree=111453880/131249996 swapFree=33010684/33010684
[pid=90978] ppid=90975 vsize=4192 memory=3072 CPUtime=0.1 cores=4,6
/proc/90978/stat : 90978 (run-opt-break-l) S 90975 90978 88600 0 -1 4194304 242 1203 0 0 0 0 9 1 20 0 1 0 72669926 4292608 768 18446744073709551615 94814741454848 94814742349381 140726394692384 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94814742588432 94814742636176 94814753320960 140726394698005 140726394698206 140726394698206 140726394703808 0
/proc/90978/statm: 1048 768 704 219 0 110 0
[pid=90981] ppid=90978 vsize=137080 memory=86424 CPUtime=249.77 cores=4,6
/proc/90981/stat : 90981 (roundingsat) D 90978 90978 88600 0 -1 4194304 18671 0 0 0 24554 423 0 0 20 0 1 0 72669945 140369920 21606 18446744073709551615 4227072 8923433 140731720098128 0 0 0 0 0 8405026 1 0 0 17 4 0 0 0 0 0 9823104 9832592 30584832 140731720104212 140731720104488 140731720104488 140731720110058 0
/proc/90981/statm: 34270 21606 2400 1147 0 21697 0
Current children cumulated CPU time: 249.87 s
Current children cumulated vsize: 141272 KiB
Current children cumulated memory: 89496 KiB
[startup+266.8 s]
/proc/loadavg: 4.19 4.15 4.10 4/268 91113
/proc/meminfo: memFree=111453880/131249996 swapFree=33010684/33010684
[pid=90978] ppid=90975 vsize=4192 memory=3072 CPUtime=0.1 cores=4,6
/proc/90978/stat : 90978 (run-opt-break-l) S 90975 90978 88600 0 -1 4194304 242 1203 0 0 0 0 9 1 20 0 1 0 72669926 4292608 768 18446744073709551615 94814741454848 94814742349381 140726394692384 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94814742588432 94814742636176 94814753320960 140726394698005 140726394698206 140726394698206 140726394703808 0
/proc/90978/statm: 1048 768 704 219 0 110 0
[pid=90981] ppid=90978 vsize=137080 memory=86424 CPUtime=249.77 cores=4,6
/proc/90981/stat : 90981 (roundingsat) D 90978 90978 88600 0 -1 4194304 18671 0 0 0 24554 423 0 0 20 0 1 0 72669945 140369920 21606 18446744073709551615 4227072 8923433 140731720098128 0 0 0 0 0 8405026 1 0 0 17 4 0 0 0 0 0 9823104 9832592 30584832 140731720104212 140731720104488 140731720104488 140731720110058 0
/proc/90981/statm: 34270 21606 2400 1147 0 21697 0
Current children cumulated CPU time: 249.87 s
Current children cumulated vsize: 141272 KiB
Current children cumulated memory: 89496 KiB
[startup+267.2 s]
/proc/loadavg: 4.18 4.14 4.10 4/268 91113
/proc/meminfo: memFree=111437240/131249996 swapFree=33010684/33010684
[pid=90978] ppid=90975 vsize=4192 memory=3072 CPUtime=0.1 cores=4,6
/proc/90978/stat : 90978 (run-opt-break-l) S 90975 90978 88600 0 -1 4194304 242 1203 0 0 0 0 9 1 20 0 1 0 72669926 4292608 768 18446744073709551615 94814741454848 94814742349381 140726394692384 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94814742588432 94814742636176 94814753320960 140726394698005 140726394698206 140726394698206 140726394703808 0
/proc/90978/statm: 1048 768 704 219 0 110 0
[pid=90981] ppid=90978 vsize=137080 memory=86424 CPUtime=249.77 cores=4,6
/proc/90981/stat : 90981 (roundingsat) D 90978 90978 88600 0 -1 4194304 18671 0 0 0 24554 423 0 0 20 0 1 0 72669945 140369920 21606 18446744073709551615 4227072 8923433 140731720098128 0 0 0 0 0 8405026 1 0 0 17 4 0 0 0 0 0 9823104 9832592 30584832 140731720104212 140731720104488 140731720104488 140731720110058 0
/proc/90981/statm: 34270 21606 2400 1147 0 21697 0
Current children cumulated CPU time: 249.87 s
Current children cumulated vsize: 141272 KiB
Current children cumulated memory: 89496 KiB
[startup+267.3 s]
/proc/loadavg: 4.18 4.14 4.10 4/268 91113
/proc/meminfo: memFree=111437240/131249996 swapFree=33010684/33010684
[pid=90978] ppid=90975 vsize=4192 memory=3072 CPUtime=0.1 cores=4,6
/proc/90978/stat : 90978 (run-opt-break-l) S 90975 90978 88600 0 -1 4194304 242 1203 0 0 0 0 9 1 20 0 1 0 72669926 4292608 768 18446744073709551615 94814741454848 94814742349381 140726394692384 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94814742588432 94814742636176 94814753320960 140726394698005 140726394698206 140726394698206 140726394703808 0
/proc/90978/statm: 1048 768 704 219 0 110 0
[pid=90981] ppid=90978 vsize=137080 memory=86424 CPUtime=249.77 cores=4,6
/proc/90981/stat : 90981 (roundingsat) D 90978 90978 88600 0 -1 4194304 18671 0 0 0 24554 423 0 0 20 0 1 0 72669945 140369920 21606 18446744073709551615 4227072 8923433 140731720098128 0 0 0 0 0 8405026 1 0 0 17 4 0 0 0 0 0 9823104 9832592 30584832 140731720104212 140731720104488 140731720104488 140731720110058 0
/proc/90981/statm: 34270 21606 2400 1147 0 21697 0
Current children cumulated CPU time: 249.87 s
Current children cumulated vsize: 141272 KiB
Current children cumulated memory: 89496 KiB
Child status: 0
Real time (s): 267.359
CPU time (s): 249.896
CPU user time (s): 245.635
CPU system time (s): 4.26062
CPU usage (%): 93.4683
Max. virtual memory (cumulated for all children) (KiB): 141272
Max. memory (cumulated for all children) (KiB): 89496
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 245.635
system time used= 4.26062
maximum resident set size= 86424
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20141
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1396672
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1267
involuntary context switches= 481
# summary of solver processes directly reported to runsolver:
# pid: 90978
# total CPU time (s): 249.896
# total CPU user time (s): 245.635
# total CPU system time (s): 4.26062
??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.514526 second user time and 1.20131 second system time
The end
Launcher Data
Begin job on nodeC024 at 2025-07-03 21:12:00
IDJOB=4521635
IDBENCH=178397
IDSOLVER=3360
FILE ID=nodeC024/4521635-1751569920
RUNJOBID= nodeC024-1751562311-88611
SLURM_JOB_ID= 9598763
Free space on /tmp= 432332 MiB
SOLVER NAME= roundingsat+pbsuma-opt-log 63f22ad
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/vertex_cover/vertexcover_opt_grid_oddrowevencolsquare/normalized-vertexcover_opt_grid_oddrowevencolsquare_dim_022.opb
COMMAND LINE= run-opt-break-log.sh BENCHNAME PROOFFILE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4521635-1751569920/watcher-4521635-1751569920 -o /tmp/evaluation-result-4521635-1751569920/solver-4521635-1751569920 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1751562311-88611 --watchdog 3760 --file-size-limit 100000 run-opt-break-log.sh HOME/instance-4521635-1751569920.opb PROOFDIR/proof-4521635-1751569920
TIME LIMIT= 3600 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 2
MD5SUM BENCH= 8e50416028301376aa06deda864f0965
RANDOM SEED=1066447699
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.671
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 : 3599.730
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 : 3570.017
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 : 3581.078
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.673
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 : 3599.670
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 : 3370.554
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 : 3640.268
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: 114372472 kB
MemAvailable: 128961168 kB
Buffers: 2144 kB
Cached: 15355680 kB
SwapCached: 0 kB
Active: 1386404 kB
Inactive: 14821940 kB
Active(anon): 866568 kB
Inactive(anon): 2084 kB
Active(file): 519836 kB
Inactive(file): 14819856 kB
Unevictable: 3072 kB
Mlocked: 0 kB
SwapTotal: 33010684 kB
SwapFree: 33010684 kB
Zswap: 0 kB
Zswapped: 0 kB
Dirty: 163948 kB
Writeback: 0 kB
AnonPages: 851668 kB
Mapped: 117776 kB
Shmem: 18064 kB
KReclaimable: 176084 kB
Slab: 272928 kB
SReclaimable: 176084 kB
SUnreclaim: 96844 kB
KernelStack: 4400 kB
PageTables: 4968 kB
SecPageTables: 0 kB
NFS_Unstable: 0 kB
Bounce: 0 kB
WritebackTmp: 0 kB
CommitLimit: 98635680 kB
Committed_AS: 1335476 kB
VmallocTotal: 34359738367 kB
VmallocUsed: 150696 kB
VmallocChunk: 0 kB
Percpu: 3808 kB
HardwareCorrupted: 0 kB
AnonHugePages: 327680 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= 432328 MiB
End job on nodeC024 at 2025-07-03 21:16:28