Trace number 4532733
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-4532733-1752597699.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-4532733-1752597699'
0.00/0.02 c
0.00/0.02 c make graph and approximate orbits
0.00/0.02 c [group: #orbits ~= 2] (0.36ms)
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.41ms)
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.60ms)
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 (22.74ms)
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.05 c added predicates for 243 generators (1.23ms)
0.08/0.12 c
0.08/0.12 c generation finished
0.08/0.12 c [sbp: #constraints 14094 #add_vars 4617]
0.08/0.12 c
0.08/0.12 c write result to 'HOME/instance-4532733-1752597699.opb.pre'
0.08/0.13 c wrote 0.51MB (1.51ms)
0.08/0.13 c ------------------------------------------------------------------
0.08/0.13 c 87.15ms 74.97% other
0.08/0.13 c 22.74ms 19.56% optimize_gens
0.08/0.13 c 1.60ms 1.38% detect_generic
0.08/0.13 c 1.51ms 1.30% output
0.08/0.13 c 1.23ms 1.05% break_generic
0.08/0.13 c 0.74ms 0.64% finalize_order
0.08/0.13 c 0.51ms 0.44% parse
0.08/0.13 c 0.41ms 0.35% detect_special
0.08/0.13 c 0.36ms 0.31% approx_orbits
0.08/0.13 c ───────────────────────────────────────────────
0.08/0.13 c 116.24ms 100% total
0.08/0.13 c ------------------------------------------------------------------
0.08/0.19 c RoundingSat 2
0.08/0.19 c branch pb25
0.08/0.19 c commit 0f876b3
0.29/0.48 c #variables 5123 #constraints 15106
0.29/0.48 c objective is ce32
0.29/0.48 c initial watched CF 32, 64, 128, Arb: 0 , 0 , 0 , 0
0.29/0.48 c initial counting CF 32, 64, 128, Arb: 1 , 0 , 0 , 0
0.29/0.48 c bounds - >= 0 @ 0.204446
0.38/0.56 c rational objective 253
0.74/0.94 c bounds 264 >= 0 @ 0.631131
0.74/0.94 c bounds 264 >= 1 @ 0.631257
0.74/0.94 c bounds 264 >= 2 @ 0.631563
0.74/0.94 c bounds 264 >= 3 @ 0.631859
0.74/0.94 c bounds 264 >= 4 @ 0.632144
0.74/0.94 c bounds 264 >= 5 @ 0.632428
0.74/0.94 c bounds 264 >= 6 @ 0.632719
0.74/0.94 c bounds 264 >= 7 @ 0.633004
0.74/0.94 c bounds 264 >= 8 @ 0.633283
0.74/0.94 c bounds 264 >= 9 @ 0.633566
0.74/0.94 c bounds 264 >= 10 @ 0.633856
0.74/0.94 c bounds 264 >= 11 @ 0.634146
0.74/0.94 c bounds 264 >= 12 @ 0.63442
0.74/0.94 c bounds 264 >= 13 @ 0.634711
0.74/0.94 c bounds 264 >= 14 @ 0.634985
0.74/0.94 c bounds 264 >= 15 @ 0.635272
0.74/0.94 c bounds 264 >= 16 @ 0.635549
0.74/0.94 c bounds 264 >= 17 @ 0.635845
0.74/0.94 c bounds 264 >= 18 @ 0.636127
0.74/0.94 c bounds 264 >= 19 @ 0.636412
0.74/0.94 c bounds 264 >= 20 @ 0.636737
0.74/0.95 c bounds 264 >= 21 @ 0.637019
0.74/0.95 c bounds 264 >= 22 @ 0.637336
0.74/0.95 c bounds 264 >= 23 @ 0.637336
0.74/0.95 c bounds 264 >= 24 @ 0.637336
0.74/0.95 c bounds 264 >= 25 @ 0.637336
0.74/0.95 c bounds 264 >= 26 @ 0.637532
0.74/0.95 c bounds 264 >= 27 @ 0.637804
0.74/0.95 c bounds 264 >= 28 @ 0.638053
0.74/0.95 c bounds 264 >= 29 @ 0.638306
0.74/0.95 c bounds 264 >= 30 @ 0.638588
0.74/0.95 c bounds 264 >= 31 @ 0.638863
0.74/0.95 c bounds 264 >= 32 @ 0.639135
0.74/0.95 c bounds 264 >= 33 @ 0.639417
0.74/0.95 c bounds 264 >= 34 @ 0.639685
0.74/0.95 c bounds 264 >= 35 @ 0.63996
0.74/0.95 c bounds 264 >= 36 @ 0.640226
0.74/0.95 c bounds 264 >= 37 @ 0.640501
0.74/0.95 c bounds 264 >= 38 @ 0.640769
0.74/0.95 c bounds 264 >= 39 @ 0.641042
0.74/0.95 c bounds 264 >= 40 @ 0.64131
0.74/0.95 c bounds 264 >= 41 @ 0.641589
0.74/0.95 c bounds 264 >= 42 @ 0.641861
0.74/0.95 c bounds 264 >= 43 @ 0.642145
0.74/0.95 c bounds 264 >= 44 @ 0.642409
0.74/0.95 c bounds 264 >= 45 @ 0.642693
0.74/0.95 c bounds 264 >= 46 @ 0.642955
0.74/0.95 c bounds 264 >= 47 @ 0.643242
0.74/0.95 c bounds 264 >= 48 @ 0.643512
0.74/0.95 c bounds 264 >= 49 @ 0.643793
0.74/0.95 c bounds 264 >= 50 @ 0.644057
0.74/0.95 c bounds 264 >= 51 @ 0.644336
0.74/0.95 c bounds 264 >= 52 @ 0.644598
0.74/0.95 c bounds 264 >= 53 @ 0.644874
0.74/0.95 c bounds 264 >= 54 @ 0.645135
0.74/0.95 c bounds 264 >= 55 @ 0.645408
0.74/0.95 c bounds 264 >= 56 @ 0.645671
0.74/0.96 c bounds 264 >= 57 @ 0.64594
0.74/0.96 c bounds 264 >= 58 @ 0.646194
0.74/0.96 c bounds 264 >= 59 @ 0.646451
0.74/0.96 c bounds 264 >= 60 @ 0.646721
0.74/0.96 c bounds 264 >= 61 @ 0.646982
0.74/0.96 c bounds 264 >= 62 @ 0.647257
0.74/0.96 c bounds 264 >= 63 @ 0.647521
0.74/0.96 c bounds 264 >= 64 @ 0.647799
0.74/0.96 c bounds 264 >= 65 @ 0.648052
0.74/0.96 c bounds 264 >= 66 @ 0.648323
0.74/0.96 c bounds 264 >= 67 @ 0.648575
0.74/0.96 c bounds 264 >= 68 @ 0.648846
0.74/0.96 c bounds 264 >= 69 @ 0.649098
0.74/0.96 c bounds 264 >= 70 @ 0.649173
0.74/0.96 c bounds 264 >= 71 @ 0.649173
0.74/0.96 c bounds 264 >= 72 @ 0.649173
0.74/0.96 c bounds 264 >= 73 @ 0.649179
0.74/0.96 c bounds 264 >= 74 @ 0.649439
0.74/0.96 c bounds 264 >= 75 @ 0.649695
0.74/0.96 c bounds 264 >= 76 @ 0.649944
0.74/0.96 c bounds 264 >= 77 @ 0.65021
0.74/0.96 c bounds 264 >= 78 @ 0.650461
0.74/0.96 c bounds 264 >= 79 @ 0.650731
0.74/0.96 c bounds 264 >= 80 @ 0.650978
0.74/0.96 c bounds 264 >= 81 @ 0.65124
0.74/0.96 c bounds 264 >= 82 @ 0.651489
0.74/0.96 c bounds 264 >= 83 @ 0.65176
0.74/0.96 c bounds 264 >= 84 @ 0.652012
0.74/0.96 c bounds 264 >= 85 @ 0.652282
0.74/0.96 c bounds 264 >= 86 @ 0.652534
0.74/0.96 c bounds 264 >= 87 @ 0.652804
0.74/0.96 c bounds 264 >= 88 @ 0.653052
0.74/0.96 c bounds 264 >= 89 @ 0.65331
0.74/0.96 c bounds 264 >= 90 @ 0.653565
0.74/0.96 c bounds 264 >= 91 @ 0.653819
0.74/0.96 c bounds 264 >= 92 @ 0.65408
0.74/0.96 c bounds 264 >= 93 @ 0.654344
0.74/0.96 c bounds 264 >= 94 @ 0.654615
0.74/0.97 c bounds 264 >= 95 @ 0.654862
0.74/0.97 c bounds 264 >= 96 @ 0.655135
0.74/0.97 c bounds 264 >= 97 @ 0.655381
0.74/0.97 c bounds 264 >= 98 @ 0.655636
0.74/0.97 c bounds 264 >= 99 @ 0.65589
0.74/0.97 c bounds 264 >= 100 @ 0.656145
0.74/0.97 c bounds 264 >= 101 @ 0.656403
0.74/0.97 c bounds 264 >= 102 @ 0.656664
0.74/0.97 c bounds 264 >= 103 @ 0.656917
0.74/0.97 c bounds 264 >= 104 @ 0.657163
0.74/0.97 c bounds 264 >= 105 @ 0.657416
0.74/0.97 c bounds 264 >= 106 @ 0.657663
0.74/0.97 c bounds 264 >= 107 @ 0.657907
0.74/0.97 c bounds 264 >= 108 @ 0.658159
0.74/0.97 c bounds 264 >= 109 @ 0.658416
0.74/0.97 c bounds 264 >= 110 @ 0.65867
0.74/0.97 c bounds 264 >= 111 @ 0.658918
0.74/0.97 c bounds 264 >= 112 @ 0.659169
0.74/0.97 c bounds 264 >= 113 @ 0.659419
0.74/0.97 c bounds 264 >= 114 @ 0.659658
0.74/0.97 c bounds 264 >= 115 @ 0.659913
0.74/0.97 c bounds 264 >= 116 @ 0.660154
0.74/0.97 c bounds 264 >= 117 @ 0.660618
0.74/0.97 c bounds 264 >= 118 @ 0.66088
0.74/0.97 c bounds 264 >= 119 @ 0.661147
0.74/0.97 c bounds 264 >= 120 @ 0.66139
0.74/0.97 c bounds 264 >= 121 @ 0.661646
0.74/0.97 c bounds 264 >= 122 @ 0.661898
0.74/0.97 c bounds 264 >= 123 @ 0.662203
0.74/0.97 c bounds 264 >= 124 @ 0.662464
0.74/0.97 c bounds 264 >= 125 @ 0.662754
0.74/0.97 c bounds 264 >= 126 @ 0.663013
0.74/0.97 c bounds 264 >= 127 @ 0.663309
0.74/0.97 c bounds 264 >= 128 @ 0.663558
0.74/0.97 c bounds 264 >= 129 @ 0.663805
0.74/0.97 c bounds 264 >= 130 @ 0.664045
0.74/0.97 c bounds 264 >= 131 @ 0.664119
0.74/0.97 c bounds 264 >= 132 @ 0.664119
0.74/0.98 c bounds 264 >= 133 @ 0.664119
0.74/0.98 c bounds 264 >= 134 @ 0.664119
0.74/0.98 c bounds 264 >= 135 @ 0.664291
0.74/0.98 c bounds 264 >= 136 @ 0.66454
0.74/0.98 c bounds 264 >= 137 @ 0.664769
0.74/0.98 c bounds 264 >= 138 @ 0.665065
0.74/0.98 c bounds 264 >= 139 @ 0.665311
0.74/0.98 c bounds 264 >= 140 @ 0.665544
0.74/0.98 c bounds 264 >= 141 @ 0.665791
0.74/0.98 c bounds 264 >= 142 @ 0.666023
0.74/0.98 c bounds 264 >= 143 @ 0.666272
0.74/0.98 c bounds 264 >= 144 @ 0.666502
0.74/0.98 c bounds 264 >= 145 @ 0.666733
0.74/0.98 c bounds 264 >= 146 @ 0.666974
0.74/0.98 c bounds 264 >= 147 @ 0.667208
0.74/0.98 c bounds 264 >= 148 @ 0.667447
0.74/0.98 c bounds 264 >= 149 @ 0.667679
0.74/0.98 c bounds 264 >= 150 @ 0.667905
0.74/0.98 c bounds 264 >= 151 @ 0.668144
0.74/0.98 c bounds 264 >= 152 @ 0.668371
0.74/0.98 c bounds 264 >= 153 @ 0.668611
0.74/0.98 c bounds 264 >= 154 @ 0.668836
0.74/0.98 c bounds 264 >= 155 @ 0.669063
0.74/0.98 c bounds 264 >= 156 @ 0.669308
0.74/0.98 c bounds 264 >= 157 @ 0.669535
0.74/0.98 c bounds 264 >= 158 @ 0.669798
0.74/0.98 c bounds 264 >= 159 @ 0.670025
0.74/0.98 c bounds 264 >= 160 @ 0.670257
0.74/0.98 c bounds 264 >= 161 @ 0.670501
0.74/0.98 c bounds 264 >= 162 @ 0.670747
0.74/0.98 c bounds 264 >= 163 @ 0.670992
0.74/0.98 c bounds 264 >= 164 @ 0.671226
0.74/0.98 c bounds 264 >= 165 @ 0.671458
0.74/0.98 c bounds 264 >= 166 @ 0.671701
0.74/0.98 c bounds 264 >= 167 @ 0.671929
0.74/0.98 c bounds 264 >= 168 @ 0.672167
0.74/0.98 c bounds 264 >= 169 @ 0.672393
0.74/0.98 c bounds 264 >= 170 @ 0.672624
0.74/0.98 c bounds 264 >= 171 @ 0.672874
0.74/0.98 c bounds 264 >= 172 @ 0.673099
0.74/0.98 c bounds 264 >= 173 @ 0.673323
0.74/0.98 c bounds 264 >= 174 @ 0.673554
0.74/0.99 c bounds 264 >= 175 @ 0.67378
0.74/0.99 c bounds 264 >= 176 @ 0.674014
0.74/0.99 c bounds 264 >= 177 @ 0.674245
0.74/0.99 c bounds 264 >= 178 @ 0.674468
0.74/0.99 c bounds 264 >= 179 @ 0.67471
0.74/0.99 c bounds 264 >= 180 @ 0.674932
0.74/0.99 c bounds 264 >= 181 @ 0.675162
0.74/0.99 c bounds 264 >= 182 @ 0.675396
0.74/0.99 c bounds 264 >= 183 @ 0.675625
0.74/0.99 c bounds 264 >= 184 @ 0.675866
0.74/0.99 c bounds 264 >= 185 @ 0.676115
0.74/0.99 c bounds 264 >= 186 @ 0.67614
0.74/0.99 c bounds 264 >= 187 @ 0.67614
0.74/0.99 c bounds 264 >= 188 @ 0.67614
0.74/0.99 c bounds 264 >= 189 @ 0.67614
0.74/0.99 c bounds 264 >= 190 @ 0.67632
0.74/0.99 c bounds 264 >= 191 @ 0.676539
0.74/0.99 c bounds 264 >= 192 @ 0.676777
0.74/0.99 c bounds 264 >= 193 @ 0.676991
0.74/0.99 c bounds 264 >= 194 @ 0.677215
0.74/0.99 c bounds 264 >= 195 @ 0.677444
0.74/0.99 c bounds 264 >= 196 @ 0.677669
0.74/0.99 c bounds 264 >= 197 @ 0.677888
0.74/0.99 c bounds 264 >= 198 @ 0.678112
0.74/0.99 c bounds 264 >= 199 @ 0.678335
0.74/0.99 c bounds 264 >= 200 @ 0.678572
0.74/0.99 c bounds 264 >= 201 @ 0.678814
0.74/0.99 c bounds 264 >= 202 @ 0.679045
0.74/0.99 c bounds 264 >= 203 @ 0.679264
0.74/0.99 c bounds 264 >= 204 @ 0.679496
0.74/0.99 c bounds 264 >= 205 @ 0.679716
0.74/0.99 c bounds 264 >= 206 @ 0.679944
0.74/0.99 c bounds 264 >= 207 @ 0.680171
0.74/0.99 c bounds 264 >= 208 @ 0.6804
0.74/0.99 c bounds 264 >= 209 @ 0.680634
0.74/0.99 c bounds 264 >= 210 @ 0.680855
0.74/0.99 c bounds 264 >= 211 @ 0.681079
0.74/0.99 c bounds 264 >= 212 @ 0.681306
0.74/0.99 c bounds 264 >= 213 @ 0.681527
0.74/0.99 c bounds 264 >= 214 @ 0.681743
0.74/0.99 c bounds 264 >= 215 @ 0.68197
0.74/0.99 c bounds 264 >= 216 @ 0.682187
0.74/0.99 c bounds 264 >= 217 @ 0.682406
0.74/0.99 c bounds 264 >= 218 @ 0.682633
0.74/1.00 c bounds 264 >= 219 @ 0.682848
0.74/1.00 c bounds 264 >= 220 @ 0.683059
0.74/1.00 c bounds 264 >= 221 @ 0.683113
0.84/1.01 c bounds 264 >= 222 @ 0.683113
0.84/1.01 c bounds 264 >= 223 @ 0.683113
0.84/1.01 c bounds 264 >= 224 @ 0.683113
0.84/1.01 c bounds 264 >= 225 @ 0.683297
0.84/1.01 c bounds 264 >= 226 @ 0.68349
0.84/1.01 c bounds 264 >= 227 @ 0.683703
0.84/1.01 c bounds 264 >= 228 @ 0.683945
0.84/1.01 c bounds 264 >= 229 @ 0.684172
0.84/1.01 c bounds 264 >= 230 @ 0.684409
0.84/1.01 c bounds 264 >= 231 @ 0.684666
0.84/1.01 c bounds 264 >= 232 @ 0.684913
0.84/1.01 c bounds 264 >= 233 @ 0.685139
0.84/1.01 c bounds 264 >= 234 @ 0.685357
0.84/1.01 c bounds 264 >= 235 @ 0.685568
0.84/1.01 c bounds 264 >= 236 @ 0.685778
0.84/1.01 c bounds 264 >= 237 @ 0.685992
0.84/1.01 c bounds 264 >= 238 @ 0.686199
0.84/1.01 c bounds 264 >= 239 @ 0.686423
0.84/1.01 c bounds 264 >= 240 @ 0.686631
0.84/1.01 c bounds 264 >= 241 @ 0.686683
0.84/1.01 c bounds 264 >= 242 @ 0.686683
0.84/1.01 c bounds 264 >= 243 @ 0.686683
0.84/1.01 c bounds 264 >= 244 @ 0.686683
0.84/1.01 c bounds 264 >= 245 @ 0.686697
0.84/1.01 c bounds 264 >= 246 @ 0.686898
0.84/1.01 c bounds 264 >= 247 @ 0.687101
0.84/1.01 c bounds 264 >= 248 @ 0.687319
0.84/1.01 c bounds 264 >= 249 @ 0.687523
0.84/1.01 c bounds 264 >= 250 @ 0.687725
0.84/1.01 c bounds 264 >= 251 @ 0.687938
0.84/1.01 c bounds 264 >= 252 @ 0.688155
0.84/1.01 c bounds 264 >= 253 @ 0.688367
0.84/1.01 c bounds 264 >= 254 @ 0.69003
1.52/1.72 c #Conflicts: 1000 | #Constraints: 16869
1.52/1.72 c #Conflicts: 2000 | #Constraints: 17875
1.52/1.72 c INPROCESSING
1.52/1.72 c GARBAGE COLLECT
1.52/1.72 c bounds 264 >= 255 @ 1.37377
1.52/1.73 c bounds 264 >= 256 @ 1.37885
1.52/1.74 c bounds 264 >= 257 @ 1.38578
1.52/1.76 c bounds 264 >= 258 @ 1.40583
2.11/2.33 c bounds 264 >= 259 @ 1.9392
2.40/2.69 c #Conflicts: 3000 | #Constraints: 17690
2.40/2.69 c bounds 264 >= 260 @ 2.28478
3.10/3.38 c #Conflicts: 4000 | #Constraints: 18705
3.10/3.38 c INPROCESSING
3.10/3.38 c GARBAGE COLLECT
3.10/3.38 WSVECS04 Frhs2[2]: 6 -1.00002 0 shouldn't be
3.10/3.38 WSVECS04 Frhs2[19]: 6 -1.00001 0 shouldn't be
3.10/3.38 WSVECS04 Frhs2[23]: 6 -1.00005 0 shouldn't be
3.10/3.38 WSVECS04 Frhs2[41]: 6 -1.00003 0 shouldn't be
3.10/3.38 WSVECS04 Frhs2[43]: 6 -1.00003 0 shouldn't be
3.10/3.38 WSVECS04 Frhs2[45]: 6 -1.00004 0 shouldn't be
3.10/3.38 WSVECS04 Frhs2[65]: 6 -1.00003 0 shouldn't be
3.10/3.38 WSVECS04 Frhs2[67]: 6 -1.00004 0 shouldn't be
3.10/3.38 WSVECS04 Frhs2[72]: 6 -1.00003 0 shouldn't be
3.10/3.38 WSVECS04 Frhs2[87]: 6 -1.00004 0 shouldn't be
3.10/3.38 WSVECS04 Frhs2[89]: 6 -1.00005 0 shouldn't be
3.10/3.38 WSVECS04 Frhs2[94]: 6 -1.00005 0 shouldn't be
3.10/3.38 WSVECS04 Frhs2[107]: 6 -1.00005 0 shouldn't be
3.10/3.38 WSVECS04 Frhs2[111]: 6 -1.00007 0 shouldn't be
3.10/3.38 WSVECS04 Frhs2[113]: 6 -1.00006 0 shouldn't be
3.10/3.38 WSVECS04 Frhs2[116]: 6 -1.00004 0 shouldn't be
3.10/3.38 WSVECS04 Frhs2[118]: 6 -1.00003 0 shouldn't be
3.10/3.38 WSVECS04 Frhs2[120]: 6 -1.00003 0 shouldn't be
3.10/3.38 WSVECS04 Frhs2[129]: 6 -1.00002 0 shouldn't be
3.10/3.38 WSVECS04 Frhs2[131]: 6 -1.00007 0 shouldn't be
3.10/3.38 WSVECS04 Frhs2[133]: 6 -1.00004 0 shouldn't be
3.10/3.38 WSVECS04 Frhs2[135]: 6 -1.00006 0 shouldn't be
3.10/3.38 WSVECS04 Frhs2[137]: 6 -1.00006 0 shouldn't be
3.10/3.38 WSVECS04 Frhs2[140]: 6 -1.00002 0 shouldn't be
3.10/3.38 WSVECS04 Frhs2[142]: 6 -1.00001 0 shouldn't be
3.10/3.38 WSVECS04 Frhs2[153]: 6 -1.00005 0 shouldn't be
3.10/3.38 WSVECS04 Frhs2[155]: 6 -1.00005 0 shouldn't be
3.10/3.38 WSVECS04 Frhs2[157]: 6 -1.00007 0 shouldn't be
3.10/3.38 WSVECS04 Frhs2[159]: 6 -1.00007 0 shouldn't be
3.10/3.38 WSVECS04 Frhs2[166]: 6 -1.00005 0 shouldn't be
3.10/3.38 WSVECS04 Frhs2[181]: 6 -1.00006 0 shouldn't be
3.10/3.38 WSVECS04 Frhs2[183]: 6 -1.00005 0 shouldn't be
3.10/3.38 WSVECS04 Frhs2[186]: 6 -1.00004 0 shouldn't be
3.10/3.38 WSVECS04 Frhs2[203]: 6 -1.00004 0 shouldn't be
3.10/3.38 WSVECS04 Frhs2[205]: 6 -1.00004 0 shouldn't be
3.10/3.38 WSVECS04 Frhs2[207]: 6 -1.00006 0 shouldn't be
3.10/3.38 WSVECS04 Frhs2[208]: 6 -1.00003 0 shouldn't be
3.10/3.38 WSVECS04 Frhs2[210]: 6 -1.00005 0 shouldn't be
3.10/3.38 WSVECS04 Frhs2[212]: 6 -1.00002 0 shouldn't be
3.10/3.38 WSVECS04 Frhs2[227]: 6 -1.00005 0 shouldn't be
3.10/3.38 WSVECS04 Frhs2[229]: 6 -1.00006 0 shouldn't be
3.10/3.38 WSVECS04 Frhs2[234]: 6 -1.0001 0 shouldn't be
3.10/3.38 WSVECS04 Frhs2[238]: 6 -1.00005 0 shouldn't be
3.10/3.38 WSVECS04 Frhs2[242]: 6 -1.00004 0 shouldn't be
3.10/3.38 WSVECS04 Frhs2[249]: 6 -1.00001 0 shouldn't be
3.10/3.38 WSVECS04 Frhs2[251]: 6 -1.00003 0 shouldn't be
3.10/3.38 WSVECS04 Frhs2[253]: 6 -1.00003 0 shouldn't be
3.10/3.38 WSVECS04 Frhs2[256]: 6 -1.00005 0 shouldn't be
3.10/3.38 WSVECS04 Frhs2[258]: 6 -1.00006 0 shouldn't be
3.10/3.38 WSVECS04 Frhs2[260]: 6 -1.00002 0 shouldn't be
3.10/3.38 WSVECS04 Frhs2[273]: 6 -1.00001 0 shouldn't be
3.10/3.38 WSVECS04 Frhs2[278]: 6 -1.00002 0 shouldn't be
3.10/3.38 WSVECS04 Frhs2[280]: 6 -1.00006 0 shouldn't be
3.10/3.38 WSVECS04 Frhs2[295]: 6 -1.00005 0 shouldn't be
3.10/3.38 WSVECS04 Frhs2[300]: 6 -1.00004 0 shouldn't be
3.10/3.38 WSVECS04 Frhs2[302]: 6 -1.00007 0 shouldn't be
3.10/3.38 WSVECS04 Frhs2[304]: 6 -1.00001 0 shouldn't be
3.10/3.38 WSVECS04 Frhs2[324]: 6 -1.00006 0 shouldn't be
3.10/3.38 WSVECS04 Frhs2[440]: 6 -1.00003 0 shouldn't be
3.10/3.38 WSVECS04 Frhs2[457]: 6 -1.00004 0 shouldn't be
3.10/3.38 WSVECS04 Frhs2[462]: 6 -1.00004 0 shouldn't be
3.10/3.38 WSVECS04 Frhs2[464]: 6 -1.00002 0 shouldn't be
3.10/3.38 WSVECS04 Frhs2[479]: 6 -1.00004 0 shouldn't be
3.10/3.38 WSVECS04 Frhs2[481]: 6 -1.00001 0 shouldn't be
3.10/3.38 WSVECS04 Frhs2[484]: 6 -1.00001 0 shouldn't be
3.10/3.38 WSVECS04 Frhs2[488]: 6 -1.00007 0 shouldn't be
3.10/3.38 WSVECS04 Frhs2[503]: 6 -1.00008 0 shouldn't be
3.10/3.38 WSVECS04 Frhs2[505]: 6 -1.00004 0 shouldn't be
3.90/4.16 c #Conflicts: 5000 | #Constraints: 18097
3.90/4.16 c #Conflicts: 6000 | #Constraints: 19097
3.90/4.16 c bounds 264 >= 261 @ 3.69806
5.50/5.78 c INPROCESSING
5.50/5.78 c GARBAGE COLLECT
5.50/5.78 c #Conflicts: 7000 | #Constraints: 18114
5.50/5.78 c #Conflicts: 8000 | #Constraints: 19115
5.50/5.78 c #Conflicts: 9000 | #Constraints: 20127
5.50/5.78 c INPROCESSING
5.50/5.78 c GARBAGE COLLECT
5.50/5.78 c #Conflicts: 10000 | #Constraints: 18822
5.50/5.78 c #Conflicts: 11000 | #Constraints: 19822
5.50/5.78 c #Conflicts: 12000 | #Constraints: 20822
5.50/5.78 c INPROCESSING
5.50/5.78 c GARBAGE COLLECT
5.50/5.78 c rational objective 261
6.49/6.78 c #Conflicts: 13000 | #Constraints: 19266
6.49/6.78 c #Conflicts: 14000 | #Constraints: 20267
6.49/6.78 c #Conflicts: 15000 | #Constraints: 21267
6.49/6.78 c INPROCESSING
6.49/6.78 c GARBAGE COLLECT
6.49/6.78 c rational objective 261
8.19/8.40 c #Conflicts: 16000 | #Constraints: 19500
8.19/8.40 c #Conflicts: 17000 | #Constraints: 20500
8.19/8.40 c #Conflicts: 18000 | #Constraints: 21500
8.19/8.40 c INPROCESSING
8.19/8.40 c GARBAGE COLLECT
8.19/8.40 c rational objective 261
9.38/9.60 c #Conflicts: 19000 | #Constraints: 19514
9.38/9.60 c #Conflicts: 20000 | #Constraints: 20514
9.38/9.60 c #Conflicts: 21000 | #Constraints: 21515
9.38/9.60 c INPROCESSING
9.38/9.60 c GARBAGE COLLECT
9.38/9.60 c rational objective 261
10.48/10.78 c #Conflicts: 22000 | #Constraints: 19321
10.48/10.78 c #Conflicts: 23000 | #Constraints: 20321
10.48/10.78 c bounds 264 >= 262 @ 10.1326
10.89/11.15 c #Conflicts: 24000 | #Constraints: 21345
10.89/11.15 c #Conflicts: 25000 | #Constraints: 22345
10.89/11.15 c INPROCESSING
10.89/11.15 c GARBAGE COLLECT
10.89/11.15 c rational objective 262
12.37/12.64 c #Conflicts: 26000 | #Constraints: 19929
12.37/12.64 c #Conflicts: 27000 | #Constraints: 20929
12.37/12.64 c #Conflicts: 28000 | #Constraints: 21930
12.37/12.64 c #Conflicts: 29000 | #Constraints: 22931
12.37/12.64 c INPROCESSING
12.37/12.64 c GARBAGE COLLECT
12.37/12.64 c rational objective 262
13.68/13.95 c #Conflicts: 30000 | #Constraints: 20349
13.68/13.95 c #Conflicts: 31000 | #Constraints: 21350
13.68/13.95 c #Conflicts: 32000 | #Constraints: 22355
13.68/13.95 c #Conflicts: 33000 | #Constraints: 23359
13.68/13.95 c INPROCESSING
13.68/13.95 c GARBAGE COLLECT
13.68/13.95 c rational objective 262
15.36/15.60 c #Conflicts: 34000 | #Constraints: 20561
15.36/15.60 c #Conflicts: 35000 | #Constraints: 21562
15.36/15.60 c #Conflicts: 36000 | #Constraints: 22566
15.36/15.60 c #Conflicts: 37000 | #Constraints: 23571
15.36/15.60 c INPROCESSING
15.36/15.60 c GARBAGE COLLECT
15.36/15.60 c rational objective 262
17.65/17.97 c #Conflicts: 38000 | #Constraints: 20546
17.65/17.97 c #Conflicts: 39000 | #Constraints: 21546
17.65/17.97 c #Conflicts: 40000 | #Constraints: 22546
17.65/17.97 c #Conflicts: 41000 | #Constraints: 23546
17.65/17.97 c INPROCESSING
17.65/17.97 c GARBAGE COLLECT
17.65/17.97 c rational objective 262
19.63/19.93 c #Conflicts: 42000 | #Constraints: 20364
19.63/19.93 c #Conflicts: 43000 | #Constraints: 21364
19.63/19.93 c #Conflicts: 44000 | #Constraints: 22365
19.63/19.93 c #Conflicts: 45000 | #Constraints: 23366
19.63/19.93 c #Conflicts: 46000 | #Constraints: 24367
19.63/19.93 c INPROCESSING
19.63/19.93 c GARBAGE COLLECT
19.63/19.93 c rational objective 262
21.92/22.23 c #Conflicts: 47000 | #Constraints: 20951
21.92/22.23 c #Conflicts: 48000 | #Constraints: 21951
21.92/22.23 c #Conflicts: 49000 | #Constraints: 22952
21.92/22.23 c #Conflicts: 50000 | #Constraints: 23953
21.92/22.23 c #Conflicts: 51000 | #Constraints: 24953
21.92/22.23 c INPROCESSING
21.92/22.23 c GARBAGE COLLECT
21.92/22.23 c rational objective 262
23.73/24.03 c #Conflicts: 52000 | #Constraints: 21361
23.73/24.03 c #Conflicts: 53000 | #Constraints: 22362
23.73/24.03 c #Conflicts: 54000 | #Constraints: 23362
23.73/24.03 c #Conflicts: 55000 | #Constraints: 24370
23.73/24.03 c #Conflicts: 56000 | #Constraints: 25375
23.73/24.03 c INPROCESSING
23.73/24.03 c GARBAGE COLLECT
23.73/24.03 c rational objective 262
26.10/26.43 c #Conflicts: 57000 | #Constraints: 21560
26.10/26.43 c #Conflicts: 58000 | #Constraints: 22560
26.10/26.43 c #Conflicts: 59000 | #Constraints: 23560
26.10/26.43 c #Conflicts: 60000 | #Constraints: 24560
26.10/26.43 c #Conflicts: 61000 | #Constraints: 25560
26.10/26.43 c INPROCESSING
26.10/26.43 c GARBAGE COLLECT
26.10/26.43 c rational objective 262
28.39/28.71 c #Conflicts: 62000 | #Constraints: 21575
28.39/28.71 c #Conflicts: 63000 | #Constraints: 22575
28.39/28.71 c #Conflicts: 64000 | #Constraints: 23576
28.39/28.71 c #Conflicts: 65000 | #Constraints: 24576
28.39/28.71 c #Conflicts: 66000 | #Constraints: 25577
28.39/28.71 c INPROCESSING
28.39/28.71 c GARBAGE COLLECT
28.39/28.71 c rational objective 262
30.88/31.26 c #Conflicts: 67000 | #Constraints: 21359
30.88/31.26 c #Conflicts: 68000 | #Constraints: 22359
30.88/31.26 c #Conflicts: 69000 | #Constraints: 23359
30.88/31.26 c #Conflicts: 70000 | #Constraints: 24359
30.88/31.26 c #Conflicts: 71000 | #Constraints: 25359
30.88/31.26 c #Conflicts: 72000 | #Constraints: 26359
30.88/31.26 c INPROCESSING
30.88/31.26 c GARBAGE COLLECT
30.88/31.26 c rational objective 262
32.98/33.37 c #Conflicts: 73000 | #Constraints: 21968
32.98/33.37 c #Conflicts: 74000 | #Constraints: 22971
32.98/33.37 c #Conflicts: 75000 | #Constraints: 23974
32.98/33.37 c #Conflicts: 76000 | #Constraints: 24980
32.98/33.37 c #Conflicts: 77000 | #Constraints: 25983
32.98/33.37 c #Conflicts: 78000 | #Constraints: 26987
32.98/33.37 c INPROCESSING
32.98/33.37 c GARBAGE COLLECT
32.98/33.37 c rational objective 262
36.02/36.51 c #Conflicts: 79000 | #Constraints: 22375
36.02/36.51 c #Conflicts: 80000 | #Constraints: 23376
36.02/36.51 c #Conflicts: 81000 | #Constraints: 24376
36.02/36.51 c #Conflicts: 82000 | #Constraints: 25376
36.02/36.51 c #Conflicts: 83000 | #Constraints: 26376
36.02/36.51 c bounds 264 >= 263 @ 34.9889
36.41/37.01 c #Conflicts: 84000 | #Constraints: 27401
36.41/37.01 c INPROCESSING
36.41/37.01 c GARBAGE COLLECT
36.41/37.01 WSVECS04 Frhs2[2]: 6 -1.00007 0 shouldn't be
36.41/37.01 WSVECS04 Frhs2[4]: 6 -1.00009 0 shouldn't be
36.41/37.01 WSVECS04 Frhs2[6]: 6 -1.00003 0 shouldn't be
36.41/37.01 WSVECS04 Frhs2[8]: 6 -1.00009 0 shouldn't be
36.41/37.01 WSVECS04 Frhs2[10]: 6 -1.00002 0 shouldn't be
36.41/37.01 WSVECS04 Frhs2[17]: 6 -1.00009 0 shouldn't be
36.41/37.01 WSVECS04 Frhs2[19]: 6 -1.00003 0 shouldn't be
36.41/37.01 WSVECS04 Frhs2[21]: 6 -1.00003 0 shouldn't be
36.41/37.01 WSVECS04 Frhs2[23]: 6 -1.00001 0 shouldn't be
36.41/37.01 WSVECS04 Frhs2[24]: 6 -1.00005 0 shouldn't be
36.41/37.01 WSVECS04 Frhs2[26]: 6 -1.00005 0 shouldn't be
36.41/37.01 WSVECS04 Frhs2[28]: 6 -1.00009 0 shouldn't be
36.41/37.01 WSVECS04 Frhs2[30]: 6 -1.00007 0 shouldn't be
36.41/37.01 WSVECS04 Frhs2[32]: 6 -1.00007 0 shouldn't be
36.41/37.01 WSVECS04 Frhs2[34]: 6 -1.00008 0 shouldn't be
36.41/37.01 WSVECS04 Frhs2[36]: 6 -1.00009 0 shouldn't be
36.41/37.01 WSVECS04 Frhs2[39]: 6 -1.00003 0 shouldn't be
36.41/37.01 WSVECS04 Frhs2[41]: 6 -1.00007 0 shouldn't be
36.41/37.01 WSVECS04 Frhs2[43]: 6 -1.00007 0 shouldn't be
36.41/37.01 WSVECS04 Frhs2[45]: 6 -1.00007 0 shouldn't be
36.41/37.01 WSVECS04 Frhs2[48]: 6 -1.00004 0 shouldn't be
36.41/37.01 WSVECS04 Frhs2[50]: 6 -1.00003 0 shouldn't be
36.41/37.01 WSVECS04 Frhs2[52]: 6 -1.00007 0 shouldn't be
36.41/37.01 WSVECS04 Frhs2[54]: 6 -1.00009 0 shouldn't be
36.41/37.01 WSVECS04 Frhs2[56]: 6 -1.00009 0 shouldn't be
36.41/37.01 WSVECS04 Frhs2[58]: 6 -1.00002 0 shouldn't be
36.41/37.01 WSVECS04 Frhs2[60]: 6 -1.00003 0 shouldn't be
36.41/37.01 WSVECS04 Frhs2[61]: 6 -1.00005 0 shouldn't be
36.41/37.01 WSVECS04 Frhs2[63]: 6 -1.00008 0 shouldn't be
36.41/37.01 WSVECS04 Frhs2[65]: 6 -1.00007 0 shouldn't be
36.41/37.01 WSVECS04 Frhs2[67]: 6 -1.00006 0 shouldn't be
36.41/37.01 WSVECS04 Frhs2[69]: 6 -1.00008 0 shouldn't be
36.41/37.01 WSVECS04 Frhs2[70]: 6 -1.0001 0 shouldn't be
36.41/37.01 WSVECS04 Frhs2[72]: 6 -1.00005 0 shouldn't be
36.41/37.01 WSVECS04 Frhs2[74]: 6 -1.00008 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[76]: 6 -1.00005 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[78]: 6 -1.00007 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[80]: 6 -1.00007 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[82]: 6 -1.00007 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[83]: 6 -1.00003 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[85]: 6 -1.0001 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[87]: 6 -1.00006 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[89]: 6 -1.00004 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[91]: 6 -1.0001 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[94]: 6 -1.0001 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[96]: 6 -1.00007 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[98]: 6 -1.0001 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[100]: 6 -1.00007 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[102]: 6 -1.00006 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[104]: 6 -1.00001 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[106]: 6 -1.00001 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[107]: 6 -1.00006 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[109]: 6 -1.00008 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[111]: 6 -1.00006 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[113]: 6 -1.00003 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[115]: 6 -1.00003 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[116]: 6 -1.00002 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[118]: 6 -1.00004 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[120]: 6 -1.0001 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[122]: 6 -1.00003 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[124]: 6 -1.00008 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[126]: 6 -1.00009 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[128]: 6 -1.00002 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[130]: 6 -1.00009 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[133]: 6 -1.00002 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[135]: 6 -1.00006 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[137]: 6 -1.00002 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[140]: 6 -1.0001 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[142]: 6 -1.00001 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[144]: 6 -1.00006 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[146]: 6 -1.00009 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[148]: 6 -1.00008 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[150]: 6 -1.00004 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[152]: 6 -1.00005 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[157]: 6 -1.00002 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[159]: 6 -1.00004 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[161]: 6 -1.00004 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[162]: 6 -1.00004 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[164]: 6 -1.00008 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[166]: 6 -1.00006 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[168]: 6 -1.00005 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[170]: 6 -1.00004 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[172]: 6 -1.00002 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[174]: 6 -1.00002 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[176]: 6 -1.00008 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[178]: 6 -1.00006 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[179]: 6 -1.00009 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[181]: 6 -1.00005 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[183]: 6 -1.00008 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[186]: 6 -1.00002 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[188]: 6 -1.00003 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[190]: 6 -1.00001 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[192]: 6 -1.00007 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[194]: 6 -1.0001 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[196]: 6 -1.00003 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[198]: 6 -1.00005 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[200]: 6 -1.00002 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[202]: 6 -1.00002 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[203]: 6 -1.00006 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[205]: 6 -1.00001 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[207]: 6 -1.00006 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[208]: 6 -1.00006 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[210]: 6 -1.00007 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[212]: 6 -1.00007 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[214]: 6 -1.00005 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[216]: 6 -1.00004 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[218]: 6 -1.00009 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[220]: 6 -1.00009 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[222]: 6 -1.00006 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[224]: 6 -1.00008 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[225]: 6 -1.00003 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[227]: 6 -1.00004 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[229]: 6 -1.00004 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[232]: 6 -1.00004 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[234]: 6 -1.00006 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[236]: 6 -1.00005 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[238]: 6 -1.00006 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[240]: 6 -1.00003 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[242]: 6 -1.00007 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[244]: 6 -1.00004 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[246]: 6 -1.00001 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[249]: 6 -1.00006 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[251]: 6 -1.00007 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[253]: 6 -1.00009 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[254]: 6 -1.00006 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[256]: 6 -1.00009 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[258]: 6 -1.00008 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[260]: 6 -1.00001 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[262]: 6 -1.00007 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[264]: 6 -1.00004 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[266]: 6 -1.00007 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[268]: 6 -1.00008 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[271]: 6 -1.00006 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[273]: 6 -1.00001 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[275]: 6 -1.00006 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[278]: 6 -1.00006 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[280]: 6 -1.00003 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[282]: 6 -1.00009 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[284]: 6 -1.00003 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[286]: 6 -1.00006 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[288]: 6 -1.00004 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[290]: 6 -1.00004 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[295]: 6 -1.00004 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[297]: 6 -1.00009 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[299]: 6 -1.00004 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[300]: 6 -1.00006 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[302]: 6 -1.00001 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[304]: 6 -1.00008 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[306]: 6 -1.00007 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[308]: 6 -1.00003 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[310]: 6 -1.00004 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[317]: 6 -1.00003 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[319]: 6 -1.00003 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[321]: 6 -1.00009 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[324]: 6 -1.00003 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[326]: 6 -1.00008 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[328]: 6 -1.00005 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[330]: 6 -1.00006 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[339]: 6 -1.00003 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[341]: 6 -1.00003 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[343]: 6 -1.00008 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[345]: 6 -1.00004 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[346]: 6 -1.00005 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[348]: 6 -1.00001 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[350]: 6 -1.00001 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[363]: 6 -1.00005 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[365]: 6 -1.0001 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[367]: 6 -1.00006 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[370]: 6 -1.00009 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[372]: 6 -1.00009 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[374]: 6 -1.00001 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[387]: 6 -1.00004 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[389]: 6 -1.0001 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[391]: 6 -1.00003 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[392]: 6 -1.00008 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[394]: 6 -1.00006 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[396]: 6 -1.00006 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[398]: 6 -1.00008 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[409]: 6 -1.00007 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[411]: 6 -1.00005 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[413]: 6 -1.00002 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[416]: 6 -1.00008 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[418]: 6 -1.00004 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[420]: 6 -1.00005 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[422]: 6 -1.00004 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[433]: 6 -1.0001 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[435]: 6 -1.00005 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[437]: 6 -1.00009 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[438]: 6 -1.00001 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[440]: 6 -1.00002 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[442]: 6 -1.00002 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[444]: 6 -1.00009 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[446]: 6 -1.00003 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[455]: 6 -1.00004 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[457]: 6 -1.0001 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[459]: 6 -1.00007 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[462]: 6 -1.00006 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[464]: 6 -1.00009 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[466]: 6 -1.00009 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[468]: 6 -1.00006 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[470]: 6 -1.00003 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[479]: 6 -1.00006 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[481]: 6 -1.00002 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[483]: 6 -1.00007 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[484]: 6 -1.00004 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[486]: 6 -1.00005 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[488]: 6 -1.00003 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[490]: 6 -1.00009 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[492]: 6 -1.0001 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[494]: 6 -1.00003 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[501]: 6 -1.00007 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[503]: 6 -1.00005 0 shouldn't be
36.52/37.01 WSVECS04 Frhs2[505]: 6 -1.00005 0 shouldn't be
36.63/37.11 c rational objective 263
39.30/39.86 c #Conflicts: 85000 | #Constraints: 22579
39.30/39.86 c #Conflicts: 86000 | #Constraints: 23580
39.30/39.86 c #Conflicts: 87000 | #Constraints: 24580
39.30/39.86 c #Conflicts: 88000 | #Constraints: 25581
39.30/39.86 c #Conflicts: 89000 | #Constraints: 26581
39.30/39.86 c #Conflicts: 90000 | #Constraints: 27582
39.30/39.86 c INPROCESSING
39.30/39.86 c GARBAGE COLLECT
39.30/39.86 c rational objective 263
41.79/42.36 c #Conflicts: 91000 | #Constraints: 22602
41.79/42.36 c #Conflicts: 92000 | #Constraints: 23602
41.79/42.36 c #Conflicts: 93000 | #Constraints: 24602
41.79/42.36 c #Conflicts: 94000 | #Constraints: 25602
41.79/42.36 c #Conflicts: 95000 | #Constraints: 26602
41.79/42.36 c #Conflicts: 96000 | #Constraints: 27602
41.79/42.36 c INPROCESSING
41.79/42.36 c GARBAGE COLLECT
41.79/42.36 c rational objective 263
44.60/45.17 c #Conflicts: 97000 | #Constraints: 22418
44.60/45.17 c #Conflicts: 98000 | #Constraints: 23418
44.60/45.17 c #Conflicts: 99000 | #Constraints: 24419
44.60/45.17 c #Conflicts: 100000 | #Constraints: 25419
44.60/45.17 c #Conflicts: 101000 | #Constraints: 26419
44.60/45.17 c #Conflicts: 102000 | #Constraints: 27419
44.60/45.17 c #Conflicts: 103000 | #Constraints: 28419
44.60/45.17 c INPROCESSING
44.60/45.17 c GARBAGE COLLECT
44.60/45.17 c rational objective 263
47.69/48.26 c #Conflicts: 104000 | #Constraints: 23002
47.69/48.26 c #Conflicts: 105000 | #Constraints: 24003
47.69/48.26 c #Conflicts: 106000 | #Constraints: 25003
47.69/48.26 c #Conflicts: 107000 | #Constraints: 26003
47.69/48.26 c #Conflicts: 108000 | #Constraints: 27003
47.69/48.26 c #Conflicts: 109000 | #Constraints: 28003
47.69/48.26 c #Conflicts: 110000 | #Constraints: 29003
47.69/48.26 c INPROCESSING
47.69/48.26 c GARBAGE COLLECT
47.69/48.26 c rational objective 263
50.59/51.16 c #Conflicts: 111000 | #Constraints: 23425
50.59/51.16 c #Conflicts: 112000 | #Constraints: 24425
50.59/51.16 c #Conflicts: 113000 | #Constraints: 25426
50.59/51.16 c #Conflicts: 114000 | #Constraints: 26426
50.59/51.16 c #Conflicts: 115000 | #Constraints: 27427
50.59/51.16 c #Conflicts: 116000 | #Constraints: 28427
50.59/51.16 c #Conflicts: 117000 | #Constraints: 29427
50.59/51.16 c INPROCESSING
50.59/51.16 c GARBAGE COLLECT
50.59/51.16 c rational objective 263
54.27/54.81 c #Conflicts: 118000 | #Constraints: 23607
54.27/54.81 c #Conflicts: 119000 | #Constraints: 24607
54.27/54.81 c #Conflicts: 120000 | #Constraints: 25607
54.27/54.81 c #Conflicts: 121000 | #Constraints: 26607
54.27/54.81 c #Conflicts: 122000 | #Constraints: 27607
54.27/54.81 c #Conflicts: 123000 | #Constraints: 28607
54.27/54.81 c #Conflicts: 124000 | #Constraints: 29608
54.27/54.81 c INPROCESSING
54.27/54.81 c GARBAGE COLLECT
54.27/54.81 c rational objective 263
56.85/57.46 c #Conflicts: 125000 | #Constraints: 23640
56.85/57.46 c #Conflicts: 126000 | #Constraints: 24640
56.85/57.46 c #Conflicts: 127000 | #Constraints: 25640
56.85/57.46 c #Conflicts: 128000 | #Constraints: 26640
56.85/57.46 c #Conflicts: 129000 | #Constraints: 27640
56.85/57.46 c #Conflicts: 130000 | #Constraints: 28641
56.85/57.46 c #Conflicts: 131000 | #Constraints: 29642
56.85/57.46 c INPROCESSING
56.85/57.46 c GARBAGE COLLECT
56.85/57.46 c rational objective 263
60.47/61.05 c #Conflicts: 132000 | #Constraints: 23416
60.47/61.05 c #Conflicts: 133000 | #Constraints: 24416
60.47/61.05 c #Conflicts: 134000 | #Constraints: 25416
60.47/61.05 c #Conflicts: 135000 | #Constraints: 26417
60.47/61.05 c #Conflicts: 136000 | #Constraints: 27417
60.47/61.05 c #Conflicts: 137000 | #Constraints: 28417
60.47/61.05 c #Conflicts: 138000 | #Constraints: 29417
60.47/61.05 c #Conflicts: 139000 | #Constraints: 30417
60.47/61.05 c INPROCESSING
60.47/61.05 c GARBAGE COLLECT
60.47/61.05 c rational objective 263
61.25/61.82 c #Conflicts: 140000 | #Constraints: 24027
61.25/61.82 WSVECS04 Frhs2[4]: 6 -1.00005 0 shouldn't be
61.25/61.82 WSVECS04 Frhs2[6]: 6 -1.00003 0 shouldn't be
61.25/61.82 WSVECS04 Frhs2[8]: 6 -1.00007 0 shouldn't be
61.25/61.82 WSVECS04 Frhs2[24]: 6 -1.00009 0 shouldn't be
61.25/61.82 WSVECS04 Frhs2[26]: 6 -1.00009 0 shouldn't be
61.25/61.82 WSVECS04 Frhs2[28]: 6 -1.00008 0 shouldn't be
61.25/61.82 WSVECS04 Frhs2[30]: 6 -1.00003 0 shouldn't be
61.25/61.82 WSVECS04 Frhs2[32]: 6 -1.0001 0 shouldn't be
61.25/61.82 WSVECS04 Frhs2[48]: 6 -1.00003 0 shouldn't be
61.25/61.82 WSVECS04 Frhs2[50]: 6 -1.00001 0 shouldn't be
61.25/61.82 WSVECS04 Frhs2[52]: 6 -1.00002 0 shouldn't be
61.25/61.82 WSVECS04 Frhs2[54]: 6 -1.00003 0 shouldn't be
61.25/61.82 WSVECS04 Frhs2[61]: 6 -1.00003 0 shouldn't be
61.25/61.82 WSVECS04 Frhs2[74]: 6 -1.0001 0 shouldn't be
61.25/61.82 WSVECS04 Frhs2[76]: 6 -1.00006 0 shouldn't be
61.25/61.82 WSVECS04 Frhs2[78]: 6 -1.00002 0 shouldn't be
61.25/61.82 WSVECS04 Frhs2[84]: 6 -1.0001 0 shouldn't be
61.25/61.82 WSVECS04 Frhs2[98]: 6 -1.00006 0 shouldn't be
61.25/61.82 WSVECS04 Frhs2[100]: 6 -1.00001 0 shouldn't be
61.25/61.82 WSVECS04 Frhs2[102]: 6 -1.00007 0 shouldn't be
61.25/61.82 WSVECS04 Frhs2[120]: 6 -1.00009 0 shouldn't be
61.25/61.82 WSVECS04 Frhs2[122]: 6 -1.00002 0 shouldn't be
61.25/61.82 WSVECS04 Frhs2[124]: 6 -1.00003 0 shouldn't be
61.25/61.82 WSVECS04 Frhs2[126]: 6 -1.00005 0 shouldn't be
61.25/61.82 WSVECS04 Frhs2[144]: 6 -1.00007 0 shouldn't be
61.25/61.82 WSVECS04 Frhs2[146]: 6 -1.00008 0 shouldn't be
61.25/61.82 WSVECS04 Frhs2[148]: 6 -1.00006 0 shouldn't be
61.25/61.82 WSVECS04 Frhs2[166]: 6 -1.00005 0 shouldn't be
61.25/61.82 WSVECS04 Frhs2[168]: 6 -1.00009 0 shouldn't be
61.25/61.82 WSVECS04 Frhs2[170]: 6 -1.00007 0 shouldn't be
61.25/61.82 WSVECS04 Frhs2[180]: 6 -1.00007 0 shouldn't be
61.25/61.82 WSVECS04 Frhs2[190]: 6 -1.00002 0 shouldn't be
61.25/61.82 WSVECS04 Frhs2[192]: 6 -1.00005 0 shouldn't be
61.25/61.82 WSVECS04 Frhs2[194]: 6 -1.00005 0 shouldn't be
61.25/61.82 WSVECS04 Frhs2[202]: 6 -1.00009 0 shouldn't be
61.25/61.82 WSVECS04 Frhs2[204]: 6 -1.00006 0 shouldn't be
61.25/61.82 WSVECS04 Frhs2[212]: 6 -1.00007 0 shouldn't be
61.25/61.82 WSVECS04 Frhs2[214]: 6 -1.00006 0 shouldn't be
61.25/61.82 WSVECS04 Frhs2[216]: 6 -1.0001 0 shouldn't be
61.25/61.82 WSVECS04 Frhs2[218]: 6 -1.00005 0 shouldn't be
61.25/61.82 WSVECS04 Frhs2[220]: 6 -1.00003 0 shouldn't be
61.25/61.82 WSVECS04 Frhs2[222]: 6 -1.00003 0 shouldn't be
61.25/61.82 WSVECS04 Frhs2[224]: 6 -1.00005 0 shouldn't be
61.25/61.82 WSVECS04 Frhs2[226]: 6 -1.00004 0 shouldn't be
61.25/61.82 WSVECS04 Frhs2[228]: 6 -1.00009 0 shouldn't be
61.25/61.82 WSVECS04 Frhs2[236]: 6 -1.00007 0 shouldn't be
61.25/61.82 WSVECS04 Frhs2[238]: 6 -1.00007 0 shouldn't be
61.25/61.82 WSVECS04 Frhs2[240]: 6 -1.00005 0 shouldn't be
61.25/61.82 WSVECS04 Frhs2[244]: 6 -1.00004 0 shouldn't be
61.25/61.82 WSVECS04 Frhs2[246]: 6 -1.00009 0 shouldn't be
61.25/61.82 WSVECS04 Frhs2[248]: 6 -1.00006 0 shouldn't be
61.25/61.82 WSVECS04 Frhs2[250]: 6 -1.00008 0 shouldn't be
61.25/61.82 WSVECS04 Frhs2[258]: 6 -1.00007 0 shouldn't be
61.25/61.82 WSVECS04 Frhs2[260]: 6 -1.00009 0 shouldn't be
61.25/61.82 WSVECS04 Frhs2[262]: 6 -1.00007 0 shouldn't be
61.25/61.82 WSVECS04 Frhs2[264]: 6 -1.00009 0 shouldn't be
61.25/61.82 WSVECS04 Frhs2[266]: 6 -1.00004 0 shouldn't be
61.25/61.82 WSVECS04 Frhs2[268]: 6 -1.00001 0 shouldn't be
61.25/61.82 WSVECS04 Frhs2[270]: 6 -1.00003 0 shouldn't be
61.25/61.82 WSVECS04 Frhs2[272]: 6 -1.00004 0 shouldn't be
61.25/61.82 WSVECS04 Frhs2[274]: 6 -1.00008 0 shouldn't be
61.25/61.82 WSVECS04 Frhs2[280]: 6 -1.00006 0 shouldn't be
61.25/61.82 WSVECS04 Frhs2[282]: 6 -1.00002 0 shouldn't be
61.25/61.82 WSVECS04 Frhs2[284]: 6 -1.00003 0 shouldn't be
61.25/61.82 WSVECS04 Frhs2[286]: 6 -1.00005 0 shouldn't be
61.25/61.82 WSVECS04 Frhs2[288]: 6 -1.00006 0 shouldn't be
61.25/61.82 WSVECS04 Frhs2[290]: 6 -1.00001 0 shouldn't be
61.25/61.82 WSVECS04 Frhs2[292]: 6 -1.00008 0 shouldn't be
61.25/61.82 WSVECS04 Frhs2[294]: 6 -1.00002 0 shouldn't be
61.25/61.82 WSVECS04 Frhs2[296]: 6 -1.00007 0 shouldn't be
61.25/61.82 WSVECS04 Frhs2[298]: 6 -1.00003 0 shouldn't be
61.25/61.82 WSVECS04 Frhs2[304]: 6 -1.00003 0 shouldn't be
61.25/61.82 WSVECS04 Frhs2[306]: 6 -1.00003 0 shouldn't be
61.25/61.82 WSVECS04 Frhs2[308]: 6 -1.00006 0 shouldn't be
61.25/61.82 WSVECS04 Frhs2[310]: 6 -1.00009 0 shouldn't be
61.25/61.82 WSVECS04 Frhs2[312]: 6 -1.00001 0 shouldn't be
61.25/61.82 WSVECS04 Frhs2[314]: 6 -1.0001 0 shouldn't be
61.25/61.82 WSVECS04 Frhs2[316]: 6 -1.00005 0 shouldn't be
61.25/61.82 WSVECS04 Frhs2[318]: 6 -1.00009 0 shouldn't be
61.25/61.82 WSVECS04 Frhs2[320]: 6 -1.00004 0 shouldn't be
61.25/61.82 WSVECS04 Frhs2[322]: 6 -1.00003 0 shouldn't be
61.25/61.82 WSVECS04 Frhs2[328]: 6 -1.00008 0 shouldn't be
61.25/61.82 WSVECS04 Frhs2[330]: 6 -1.00007 0 shouldn't be
61.25/61.82 WSVECS04 Frhs2[332]: 6 -1.00002 0 shouldn't be
61.25/61.82 WSVECS04 Frhs2[334]: 6 -1.00005 0 shouldn't be
61.25/61.82 WSVECS04 Frhs2[336]: 6 -1.00006 0 shouldn't be
61.25/61.82 WSVECS04 Frhs2[338]: 6 -1.00007 0 shouldn't be
61.25/61.82 WSVECS04 Frhs2[340]: 6 -1.00007 0 shouldn't be
61.25/61.82 WSVECS04 Frhs2[342]: 6 -1.00005 0 shouldn't be
61.25/61.82 WSVECS04 Frhs2[344]: 6 -1.00007 0 shouldn't be
61.25/61.82 WSVECS04 Frhs2[415]: 6 -1.00006 0 shouldn't be
61.25/61.82 WSVECS04 Frhs2[490]: 6 -1.00005 0 shouldn't be
66.24/67.05 c #Conflicts: 141000 | #Constraints: 25028
66.24/67.05 c #Conflicts: 142000 | #Constraints: 26028
66.24/67.05 c #Conflicts: 143000 | #Constraints: 27028
66.24/67.05 c #Conflicts: 144000 | #Constraints: 28028
66.24/67.05 c #Conflicts: 145000 | #Constraints: 29028
66.24/67.05 c #Conflicts: 146000 | #Constraints: 30028
66.24/67.05 c #Conflicts: 147000 | #Constraints: 31028
66.24/67.05 c INPROCESSING
66.24/67.05 c GARBAGE COLLECT
66.24/67.05 c rational objective 263
70.00/70.84 c #Conflicts: 148000 | #Constraints: 24424
70.00/70.84 c #Conflicts: 149000 | #Constraints: 25425
70.00/70.84 c #Conflicts: 150000 | #Constraints: 26426
70.00/70.84 c #Conflicts: 151000 | #Constraints: 27426
70.00/70.84 c #Conflicts: 152000 | #Constraints: 28426
70.00/70.84 c #Conflicts: 153000 | #Constraints: 29426
70.00/70.84 c #Conflicts: 154000 | #Constraints: 30426
70.00/70.84 c #Conflicts: 155000 | #Constraints: 31426
70.00/70.84 c INPROCESSING
70.00/70.84 c GARBAGE COLLECT
70.00/70.84 c rational objective 263
73.56/74.45 c #Conflicts: 156000 | #Constraints: 24650
73.56/74.45 c #Conflicts: 157000 | #Constraints: 25654
73.56/74.45 c #Conflicts: 158000 | #Constraints: 26657
73.56/74.45 c #Conflicts: 159000 | #Constraints: 27662
73.56/74.45 c #Conflicts: 160000 | #Constraints: 28662
73.56/74.45 c #Conflicts: 161000 | #Constraints: 29665
73.56/74.45 c #Conflicts: 162000 | #Constraints: 30667
73.56/74.45 c #Conflicts: 163000 | #Constraints: 31672
73.56/74.45 c INPROCESSING
73.56/74.45 c GARBAGE COLLECT
73.56/74.45 c rational objective 263
78.02/78.94 c #Conflicts: 164000 | #Constraints: 24635
78.02/78.94 c #Conflicts: 165000 | #Constraints: 25635
78.02/78.94 c #Conflicts: 166000 | #Constraints: 26635
78.02/78.94 c #Conflicts: 167000 | #Constraints: 27635
78.02/78.94 c #Conflicts: 168000 | #Constraints: 28635
78.02/78.94 c #Conflicts: 169000 | #Constraints: 29635
78.02/78.94 c #Conflicts: 170000 | #Constraints: 30635
78.02/78.94 c #Conflicts: 171000 | #Constraints: 31635
78.02/78.94 c INPROCESSING
78.02/78.94 c GARBAGE COLLECT
78.02/78.94 c rational objective 263
82.41/83.38 c #Conflicts: 172000 | #Constraints: 24451
82.41/83.38 c #Conflicts: 173000 | #Constraints: 25452
82.41/83.38 c #Conflicts: 174000 | #Constraints: 26452
82.41/83.38 c #Conflicts: 175000 | #Constraints: 27452
82.41/83.38 c #Conflicts: 176000 | #Constraints: 28454
82.41/83.38 c #Conflicts: 177000 | #Constraints: 29454
82.41/83.38 c #Conflicts: 178000 | #Constraints: 30463
82.41/83.38 c #Conflicts: 179000 | #Constraints: 31466
82.41/83.38 c #Conflicts: 180000 | #Constraints: 32469
82.41/83.38 c INPROCESSING
82.41/83.38 c GARBAGE COLLECT
82.41/83.38 c rational objective 263
86.60/87.58 c #Conflicts: 181000 | #Constraints: 25034
86.60/87.58 c #Conflicts: 182000 | #Constraints: 26034
86.60/87.58 c #Conflicts: 183000 | #Constraints: 27035
86.60/87.58 c #Conflicts: 184000 | #Constraints: 28035
86.60/87.58 c #Conflicts: 185000 | #Constraints: 29035
86.60/87.58 c #Conflicts: 186000 | #Constraints: 30035
86.60/87.58 c #Conflicts: 187000 | #Constraints: 31035
86.60/87.58 c #Conflicts: 188000 | #Constraints: 32035
86.60/87.58 c #Conflicts: 189000 | #Constraints: 33035
86.60/87.58 c INPROCESSING
86.60/87.58 c GARBAGE COLLECT
86.60/87.58 c rational objective 263
91.69/92.62 c #Conflicts: 190000 | #Constraints: 25441
91.69/92.62 c #Conflicts: 191000 | #Constraints: 26441
91.69/92.62 c #Conflicts: 192000 | #Constraints: 27441
91.69/92.62 c #Conflicts: 193000 | #Constraints: 28441
91.69/92.62 c #Conflicts: 194000 | #Constraints: 29442
91.69/92.62 c #Conflicts: 195000 | #Constraints: 30442
91.69/92.62 c #Conflicts: 196000 | #Constraints: 31442
91.69/92.62 c #Conflicts: 197000 | #Constraints: 32442
91.69/92.62 c #Conflicts: 198000 | #Constraints: 33442
91.69/92.62 c INPROCESSING
91.69/92.62 c GARBAGE COLLECT
91.69/92.62 c rational objective 263
93.59/94.58 c #Conflicts: 199000 | #Constraints: 25640
93.59/94.58 c #Conflicts: 200000 | #Constraints: 26640
93.59/94.58 c #Conflicts: 201000 | #Constraints: 27640
93.59/94.58 WSVECS04 Frhs2[1]: 6 -1.00006 0 shouldn't be
93.59/94.58 WSVECS04 Frhs2[8]: 6 -1.00002 0 shouldn't be
93.59/94.58 WSVECS04 Frhs2[10]: 6 -1.00002 0 shouldn't be
93.59/94.58 WSVECS04 Frhs2[25]: 6 -1.00002 0 shouldn't be
93.59/94.58 WSVECS04 Frhs2[32]: 6 -1.00006 0 shouldn't be
93.59/94.58 WSVECS04 Frhs2[46]: 6 -1.0001 0 shouldn't be
93.59/94.58 WSVECS04 Frhs2[47]: 6 -1.00008 0 shouldn't be
93.59/94.58 WSVECS04 Frhs2[71]: 6 -1.00002 0 shouldn't be
93.59/94.58 WSVECS04 Frhs2[90]: 6 -1.00002 0 shouldn't be
93.59/94.58 WSVECS04 Frhs2[92]: 6 -1.00002 0 shouldn't be
93.59/94.58 WSVECS04 Frhs2[93]: 6 -1.00007 0 shouldn't be
93.59/94.58 WSVECS04 Frhs2[117]: 6 -1.00004 0 shouldn't be
93.59/94.58 WSVECS04 Frhs2[120]: 6 -1.00004 0 shouldn't be
93.59/94.58 WSVECS04 Frhs2[128]: 6 -1.00007 0 shouldn't be
93.59/94.58 WSVECS04 Frhs2[138]: 6 -1.00003 0 shouldn't be
93.59/94.58 WSVECS04 Frhs2[139]: 6 -1.00007 0 shouldn't be
93.59/94.58 WSVECS04 Frhs2[141]: 6 -1.00007 0 shouldn't be
93.59/94.58 WSVECS04 Frhs2[150]: 6 -1.00009 0 shouldn't be
93.59/94.58 WSVECS04 Frhs2[152]: 6 -1.00006 0 shouldn't be
93.59/94.58 WSVECS04 Frhs2[163]: 6 -1.00002 0 shouldn't be
93.59/94.58 WSVECS04 Frhs2[174]: 6 -1.00009 0 shouldn't be
93.59/94.58 WSVECS04 Frhs2[184]: 6 -1.00007 0 shouldn't be
93.59/94.58 WSVECS04 Frhs2[185]: 6 -1.00005 0 shouldn't be
93.59/94.58 WSVECS04 Frhs2[196]: 6 -1.0001 0 shouldn't be
93.59/94.58 WSVECS04 Frhs2[198]: 6 -1.00006 0 shouldn't be
93.59/94.58 WSVECS04 Frhs2[206]: 6 -1.00005 0 shouldn't be
93.59/94.58 WSVECS04 Frhs2[209]: 6 -1.0001 0 shouldn't be
93.59/94.58 WSVECS04 Frhs2[211]: 6 -1.00007 0 shouldn't be
93.59/94.58 WSVECS04 Frhs2[220]: 6 -1.00006 0 shouldn't be
93.59/94.58 WSVECS04 Frhs2[222]: 6 -1.00007 0 shouldn't be
93.59/94.58 WSVECS04 Frhs2[226]: 6 -1.00004 0 shouldn't be
93.59/94.58 WSVECS04 Frhs2[228]: 6 -1.00002 0 shouldn't be
93.59/94.58 WSVECS04 Frhs2[230]: 6 -1.00006 0 shouldn't be
93.59/94.58 WSVECS04 Frhs2[231]: 6 -1.00009 0 shouldn't be
93.59/94.58 WSVECS04 Frhs2[233]: 6 -1.00008 0 shouldn't be
93.59/94.58 WSVECS04 Frhs2[235]: 6 -1.00004 0 shouldn't be
93.59/94.58 WSVECS04 Frhs2[242]: 6 -1.00008 0 shouldn't be
93.59/94.58 WSVECS04 Frhs2[250]: 6 -1.00009 0 shouldn't be
93.59/94.58 WSVECS04 Frhs2[252]: 6 -1.00003 0 shouldn't be
93.59/94.58 WSVECS04 Frhs2[255]: 6 -1.00002 0 shouldn't be
93.59/94.58 WSVECS04 Frhs2[274]: 6 -2.00003 0 shouldn't be
93.59/94.58 WSVECS04 Frhs2[276]: 6 -2.00003 0 shouldn't be
93.59/94.58 WSVECS04 Frhs2[288]: 6 -1.00009 0 shouldn't be
93.59/94.58 WSVECS04 Frhs2[292]: 6 -1.00005 0 shouldn't be
93.59/94.58 WSVECS04 Frhs2[294]: 6 -1.00007 0 shouldn't be
93.59/94.58 WSVECS04 Frhs2[301]: 6 -1.00002 0 shouldn't be
93.59/94.58 WSVECS04 Frhs2[307]: 6 -1.0001 0 shouldn't be
93.59/94.58 WSVECS04 Frhs2[310]: 6 -1.00006 0 shouldn't be
93.59/94.58 WSVECS04 Frhs2[312]: 6 -1.00003 0 shouldn't be
93.59/94.58 WSVECS04 Frhs2[314]: 6 -1.00002 0 shouldn't be
93.59/94.58 WSVECS04 Frhs2[316]: 6 -1.00007 0 shouldn't be
93.59/94.58 WSVECS04 Frhs2[318]: 6 -1.00009 0 shouldn't be
93.59/94.58 WSVECS04 Frhs2[320]: 6 -1.00008 0 shouldn't be
93.59/94.58 WSVECS04 Frhs2[322]: 6 -1.00003 0 shouldn't be
93.59/94.58 WSVECS04 Frhs2[323]: 6 -1.00007 0 shouldn't be
93.59/94.58 WSVECS04 Frhs2[325]: 6 -1.00001 0 shouldn't be
93.59/94.58 WSVECS04 Frhs2[332]: 6 -1.00002 0 shouldn't be
93.59/94.58 WSVECS04 Frhs2[336]: 6 -1.00009 0 shouldn't be
93.59/94.58 WSVECS04 Frhs2[338]: 6 -1.00002 0 shouldn't be
93.59/94.58 WSVECS04 Frhs2[340]: 6 -1.00006 0 shouldn't be
93.59/94.58 WSVECS04 Frhs2[347]: 6 -1.0001 0 shouldn't be
93.59/94.58 WSVECS04 Frhs2[356]: 6 -1.00005 0 shouldn't be
93.59/94.58 WSVECS04 Frhs2[358]: 6 -1.00006 0 shouldn't be
93.59/94.58 WSVECS04 Frhs2[368]: 6 -1.00007 0 shouldn't be
93.59/94.58 WSVECS04 Frhs2[369]: 6 -1.00006 0 shouldn't be
93.59/94.58 WSVECS04 Frhs2[393]: 6 -1.00002 0 shouldn't be
93.59/94.58 WSVECS04 Frhs2[396]: 6 -1.0001 0 shouldn't be
93.59/94.58 WSVECS04 Frhs2[414]: 6 -1.00005 0 shouldn't be
93.59/94.58 WSVECS04 Frhs2[415]: 6 -1.00004 0 shouldn't be
93.59/94.58 WSVECS04 Frhs2[439]: 6 -1.00009 0 shouldn't be
93.59/94.58 WSVECS04 Frhs2[460]: 6 -1.00003 0 shouldn't be
93.59/94.58 WSVECS04 Frhs2[461]: 6 -1.00004 0 shouldn't be
93.59/94.58 WSVECS04 Frhs2[485]: 6 -1.00001 0 shouldn't be
93.59/94.58 WSVECS04 Frhs2[492]: 6 -1.00006 0 shouldn't be
93.59/94.58 WSVECS04 Frhs2[506]: 6 -1.00007 0 shouldn't be
96.16/97.28 c #Conflicts: 202000 | #Constraints: 28640
96.16/97.28 c #Conflicts: 203000 | #Constraints: 29640
96.16/97.28 c #Conflicts: 204000 | #Constraints: 30640
96.16/97.28 c #Conflicts: 205000 | #Constraints: 31640
96.16/97.28 c #Conflicts: 206000 | #Constraints: 32640
96.16/97.28 c #Conflicts: 207000 | #Constraints: 33640
96.16/97.28 c INPROCESSING
96.16/97.28 c GARBAGE COLLECT
96.16/97.28 c rational objective 263
99.95/101.03 c #Conflicts: 208000 | #Constraints: 25658
99.95/101.03 c #Conflicts: 209000 | #Constraints: 26659
99.95/101.03 c #Conflicts: 210000 | #Constraints: 27659
99.95/101.03 c #Conflicts: 211000 | #Constraints: 28659
99.95/101.03 c #Conflicts: 212000 | #Constraints: 29659
99.95/101.03 c #Conflicts: 213000 | #Constraints: 30659
99.95/101.03 c #Conflicts: 214000 | #Constraints: 31659
99.95/101.03 WSVECS04 Frhs2[9]: 6 -1.00004 0 shouldn't be
99.95/101.03 WSVECS04 Frhs2[13]: 6 -1.00005 0 shouldn't be
99.95/101.03 WSVECS04 Frhs2[15]: 6 -1.00005 0 shouldn't be
99.95/101.03 WSVECS04 Frhs2[21]: 6 -1.00007 0 shouldn't be
99.95/101.03 WSVECS04 Frhs2[33]: 6 -1.00006 0 shouldn't be
99.95/101.03 WSVECS04 Frhs2[41]: 6 -1.00004 0 shouldn't be
99.95/101.03 WSVECS04 Frhs2[62]: 6 0 1.00009 shouldn't be
99.95/101.03 WSVECS04 Frhs2[67]: 6 -1.00002 0 shouldn't be
99.95/101.03 WSVECS04 Frhs2[70]: 6 -1.00003 0 shouldn't be
99.95/101.03 WSVECS04 Frhs2[77]: 6 -1.00007 0 shouldn't be
99.95/101.03 WSVECS04 Frhs2[80]: 6 0 1.00003 shouldn't be
99.95/101.03 WSVECS04 Frhs2[90]: 6 0 1.00001 shouldn't be
99.95/101.03 WSVECS04 Frhs2[93]: 6 0 1.00002 shouldn't be
99.95/101.03 WSVECS04 Frhs2[101]: 6 -1.00006 0 shouldn't be
99.95/101.03 WSVECS04 Frhs2[116]: 6 -1.00002 0 shouldn't be
99.95/101.03 WSVECS04 Frhs2[135]: 6 -1.00005 0 shouldn't be
99.95/101.03 WSVECS04 Frhs2[151]: 6 -1.00004 0 shouldn't be
99.95/101.03 WSVECS04 Frhs2[175]: 6 -1.0001 0 shouldn't be
99.95/101.03 WSVECS04 Frhs2[273]: 6 -1.00003 0 shouldn't be
99.95/101.03 WSVECS04 Frhs2[462]: 6 -1.00009 0 shouldn't be
99.95/101.03 WSVECS04 Frhs2[471]: 6 -1.00007 0 shouldn't be
99.95/101.03 WSVECS04 Frhs2[473]: 6 -1.00003 0 shouldn't be
99.95/101.03 WSVECS04 Frhs2[475]: 6 -1.00009 0 shouldn't be
99.95/101.03 WSVECS04 Frhs2[477]: 6 -1.00003 0 shouldn't be
99.95/101.03 WSVECS04 Frhs2[485]: 6 -1.0001 0 shouldn't be
99.95/101.03 WSVECS04 Frhs2[493]: 6 -1.00009 0 shouldn't be
99.95/101.03 WSVECS04 Frhs2[495]: 6 -1.00008 0 shouldn't be
99.95/101.03 WSVECS04 Frhs2[503]: 6 -0.133411 0 shouldn't be
99.95/101.03 WSVECS04 Frhs2[602]: 6 -1.00003 0 shouldn't be
100.84/101.99 c #Conflicts: 215000 | #Constraints: 32659
100.84/101.99 c #Conflicts: 216000 | #Constraints: 33659
100.84/101.99 c INPROCESSING
100.84/101.99 c GARBAGE COLLECT
100.84/101.99 c rational objective 263
105.94/107.03 c #Conflicts: 217000 | #Constraints: 25478
105.94/107.03 c #Conflicts: 218000 | #Constraints: 26478
105.94/107.03 c #Conflicts: 219000 | #Constraints: 27478
105.94/107.03 c #Conflicts: 220000 | #Constraints: 28479
105.94/107.03 c #Conflicts: 221000 | #Constraints: 29481
105.94/107.03 c #Conflicts: 222000 | #Constraints: 30482
105.94/107.03 c #Conflicts: 223000 | #Constraints: 31482
105.94/107.03 c #Conflicts: 224000 | #Constraints: 32483
105.94/107.03 c #Conflicts: 225000 | #Constraints: 33483
105.94/107.03 c #Conflicts: 226000 | #Constraints: 34484
105.94/107.03 c INPROCESSING
105.94/107.03 c GARBAGE COLLECT
105.94/107.03 c rational objective 263
110.82/111.91 c #Conflicts: 227000 | #Constraints: 26075
110.82/111.91 c #Conflicts: 228000 | #Constraints: 27076
110.82/111.91 c #Conflicts: 229000 | #Constraints: 28076
110.82/111.91 c #Conflicts: 230000 | #Constraints: 29077
110.82/111.91 c #Conflicts: 231000 | #Constraints: 30077
110.82/111.91 c #Conflicts: 232000 | #Constraints: 31078
110.82/111.91 c #Conflicts: 233000 | #Constraints: 32078
110.82/111.91 c #Conflicts: 234000 | #Constraints: 33078
110.82/111.91 c #Conflicts: 235000 | #Constraints: 34078
110.82/111.91 c #Conflicts: 236000 | #Constraints: 35078
110.82/111.91 c INPROCESSING
110.82/111.91 c GARBAGE COLLECT
110.82/111.91 c rational objective 263
115.70/116.82 c #Conflicts: 237000 | #Constraints: 26436
115.70/116.82 c #Conflicts: 238000 | #Constraints: 27437
115.70/116.82 c #Conflicts: 239000 | #Constraints: 28438
115.70/116.82 c #Conflicts: 240000 | #Constraints: 29438
115.70/116.82 c #Conflicts: 241000 | #Constraints: 30438
115.70/116.82 c #Conflicts: 242000 | #Constraints: 31438
115.70/116.82 c #Conflicts: 243000 | #Constraints: 32439
115.70/116.82 c #Conflicts: 244000 | #Constraints: 33439
115.70/116.82 c #Conflicts: 245000 | #Constraints: 34439
115.70/116.82 c #Conflicts: 246000 | #Constraints: 35439
115.70/116.82 c INPROCESSING
115.70/116.82 c GARBAGE COLLECT
115.70/116.82 c rational objective 263
120.59/121.70 c #Conflicts: 247000 | #Constraints: 26671
120.59/121.70 c #Conflicts: 248000 | #Constraints: 27671
120.59/121.70 c #Conflicts: 249000 | #Constraints: 28671
120.59/121.70 c #Conflicts: 250000 | #Constraints: 29671
120.59/121.70 c #Conflicts: 251000 | #Constraints: 30671
120.59/121.70 c #Conflicts: 252000 | #Constraints: 31672
120.59/121.70 c #Conflicts: 253000 | #Constraints: 32675
120.59/121.70 c #Conflicts: 254000 | #Constraints: 33675
120.59/121.70 c #Conflicts: 255000 | #Constraints: 34675
120.59/121.70 c #Conflicts: 256000 | #Constraints: 35675
120.59/121.70 c INPROCESSING
120.59/121.70 c GARBAGE COLLECT
120.59/121.70 c rational objective 263
126.03/127.41 c #Conflicts: 257000 | #Constraints: 26641
126.03/127.41 c #Conflicts: 258000 | #Constraints: 27642
126.03/127.41 c #Conflicts: 259000 | #Constraints: 28642
126.03/127.41 c #Conflicts: 260000 | #Constraints: 29642
126.03/127.41 c #Conflicts: 261000 | #Constraints: 30642
126.03/127.41 c #Conflicts: 262000 | #Constraints: 31642
126.03/127.41 c #Conflicts: 263000 | #Constraints: 32643
126.03/127.41 c #Conflicts: 264000 | #Constraints: 33643
126.03/127.41 c #Conflicts: 265000 | #Constraints: 34643
126.03/127.41 c #Conflicts: 266000 | #Constraints: 35643
126.03/127.41 c INPROCESSING
126.03/127.41 c GARBAGE COLLECT
126.03/127.41 c rational objective 263
132.62/134.06 c #Conflicts: 267000 | #Constraints: 26446
132.62/134.06 c #Conflicts: 268000 | #Constraints: 27453
132.62/134.06 c #Conflicts: 269000 | #Constraints: 28458
132.62/134.06 c #Conflicts: 270000 | #Constraints: 29461
132.62/134.06 c #Conflicts: 271000 | #Constraints: 30462
132.62/134.06 c #Conflicts: 272000 | #Constraints: 31462
132.62/134.06 c #Conflicts: 273000 | #Constraints: 32463
132.62/134.06 c #Conflicts: 274000 | #Constraints: 33463
132.62/134.06 c #Conflicts: 275000 | #Constraints: 34464
132.62/134.06 c #Conflicts: 276000 | #Constraints: 35464
132.62/134.06 c #Conflicts: 277000 | #Constraints: 36464
132.62/134.06 c INPROCESSING
132.62/134.06 c GARBAGE COLLECT
132.62/134.06 c rational objective 263
136.90/138.33 c #Conflicts: 278000 | #Constraints: 27029
136.90/138.33 c #Conflicts: 279000 | #Constraints: 28029
136.90/138.33 c #Conflicts: 280000 | #Constraints: 29030
136.90/138.33 c #Conflicts: 281000 | #Constraints: 30030
136.90/138.33 c #Conflicts: 282000 | #Constraints: 31030
136.90/138.33 c #Conflicts: 283000 | #Constraints: 32030
136.90/138.33 c #Conflicts: 284000 | #Constraints: 33030
136.90/138.33 c #Conflicts: 285000 | #Constraints: 34030
136.90/138.33 WSVECS04 Frhs2[19]: 6 -1.00004 0 shouldn't be
136.90/138.33 WSVECS04 Frhs2[21]: 6 -1.0001 0 shouldn't be
136.90/138.33 WSVECS04 Frhs2[23]: 6 -1.00008 0 shouldn't be
136.90/138.33 WSVECS04 Frhs2[39]: 6 -1.00008 0 shouldn't be
136.90/138.33 WSVECS04 Frhs2[41]: 6 -1.00003 0 shouldn't be
136.90/138.33 WSVECS04 Frhs2[43]: 6 -1.00006 0 shouldn't be
136.90/138.33 WSVECS04 Frhs2[45]: 6 -1.00002 0 shouldn't be
136.90/138.33 WSVECS04 Frhs2[57]: 6 -1.00003 0 shouldn't be
136.90/138.33 WSVECS04 Frhs2[61]: 6 -2.00008 0 shouldn't be
136.90/138.33 WSVECS04 Frhs2[63]: 6 -2.00004 0 shouldn't be
136.90/138.33 WSVECS04 Frhs2[65]: 6 -2.00003 0 shouldn't be
136.90/138.33 WSVECS04 Frhs2[67]: 6 -2.00006 0 shouldn't be
136.90/138.33 WSVECS04 Frhs2[69]: 6 -1.00001 0 shouldn't be
136.90/138.33 WSVECS04 Frhs2[72]: 6 -1.00003 0 shouldn't be
136.90/138.33 WSVECS04 Frhs2[74]: 6 -2.00002 0 shouldn't be
136.90/138.33 WSVECS04 Frhs2[78]: 6 -2.00003 0 shouldn't be
136.90/138.33 WSVECS04 Frhs2[80]: 6 -1.00002 0 shouldn't be
136.90/138.33 WSVECS04 Frhs2[85]: 6 -1.00007 0 shouldn't be
136.90/138.33 WSVECS04 Frhs2[87]: 6 -1.00009 0 shouldn't be
136.90/138.33 WSVECS04 Frhs2[89]: 6 -1.00002 0 shouldn't be
136.90/138.33 WSVECS04 Frhs2[91]: 6 -2.00007 0 shouldn't be
136.90/138.33 WSVECS04 Frhs2[94]: 6 -1.00007 0 shouldn't be
136.90/138.33 WSVECS04 Frhs2[96]: 6 -1.00004 0 shouldn't be
136.90/138.33 WSVECS04 Frhs2[98]: 6 -1.00002 0 shouldn't be
136.90/138.33 WSVECS04 Frhs2[100]: 6 -1.00001 0 shouldn't be
136.90/138.33 WSVECS04 Frhs2[102]: 6 -1.00004 0 shouldn't be
136.90/138.33 WSVECS04 Frhs2[104]: 6 -1.00005 0 shouldn't be
136.90/138.33 WSVECS04 Frhs2[107]: 6 -1.00008 0 shouldn't be
136.90/138.33 WSVECS04 Frhs2[109]: 6 -1.00004 0 shouldn't be
136.90/138.33 WSVECS04 Frhs2[111]: 6 -1.00002 0 shouldn't be
136.90/138.33 WSVECS04 Frhs2[113]: 6 -1.00005 0 shouldn't be
136.90/138.33 WSVECS04 Frhs2[115]: 6 -1.00008 0 shouldn't be
136.90/138.33 WSVECS04 Frhs2[116]: 6 -1.00006 0 shouldn't be
136.90/138.33 WSVECS04 Frhs2[118]: 6 -1.00006 0 shouldn't be
136.90/138.33 WSVECS04 Frhs2[120]: 6 -1.00004 0 shouldn't be
136.90/138.33 WSVECS04 Frhs2[122]: 6 -1.00001 0 shouldn't be
136.90/138.33 WSVECS04 Frhs2[124]: 6 -1.00008 0 shouldn't be
136.90/138.33 WSVECS04 Frhs2[126]: 6 -1.0001 0 shouldn't be
136.90/138.33 WSVECS04 Frhs2[129]: 6 -1.00007 0 shouldn't be
136.90/138.33 WSVECS04 Frhs2[131]: 6 -1.00004 0 shouldn't be
136.90/138.33 WSVECS04 Frhs2[133]: 6 -1.00002 0 shouldn't be
136.90/138.33 WSVECS04 Frhs2[135]: 6 -1.00002 0 shouldn't be
136.90/138.33 WSVECS04 Frhs2[137]: 6 -1.00006 0 shouldn't be
136.90/138.33 WSVECS04 Frhs2[140]: 6 -1.00008 0 shouldn't be
136.90/138.33 WSVECS04 Frhs2[142]: 6 -1.00003 0 shouldn't be
136.90/138.33 WSVECS04 Frhs2[144]: 6 -1.00006 0 shouldn't be
136.90/138.33 WSVECS04 Frhs2[148]: 6 -1.00004 0 shouldn't be
136.90/138.33 WSVECS04 Frhs2[153]: 6 -1.00009 0 shouldn't be
136.90/138.33 WSVECS04 Frhs2[155]: 6 -1.00006 0 shouldn't be
136.90/138.33 WSVECS04 Frhs2[157]: 6 -1.00004 0 shouldn't be
136.90/138.33 WSVECS04 Frhs2[159]: 6 -1.00008 0 shouldn't be
136.90/138.33 WSVECS04 Frhs2[161]: 6 -1.00004 0 shouldn't be
136.90/138.33 WSVECS04 Frhs2[164]: 6 -1.00008 0 shouldn't be
136.90/138.33 WSVECS04 Frhs2[166]: 6 -1.00005 0 shouldn't be
136.90/138.33 WSVECS04 Frhs2[175]: 6 -1.00008 0 shouldn't be
136.90/138.33 WSVECS04 Frhs2[177]: 6 -1.00009 0 shouldn't be
136.90/138.33 WSVECS04 Frhs2[179]: 6 -1.00007 0 shouldn't be
136.90/138.33 WSVECS04 Frhs2[181]: 6 -1.00007 0 shouldn't be
136.90/138.33 WSVECS04 Frhs2[183]: 6 -1.0001 0 shouldn't be
136.90/138.33 WSVECS04 Frhs2[186]: 6 -1.0001 0 shouldn't be
136.90/138.33 WSVECS04 Frhs2[188]: 6 -1.00006 0 shouldn't be
136.90/138.33 WSVECS04 Frhs2[190]: 6 -1.00002 0 shouldn't be
136.90/138.33 WSVECS04 Frhs2[199]: 6 -1.0001 0 shouldn't be
136.90/138.33 WSVECS04 Frhs2[201]: 6 -1.00005 0 shouldn't be
136.90/138.33 WSVECS04 Frhs2[203]: 6 -1.00002 0 shouldn't be
136.90/138.33 WSVECS04 Frhs2[205]: 6 -1.00007 0 shouldn't be
136.90/138.33 WSVECS04 Frhs2[207]: 6 -1.00008 0 shouldn't be
136.90/138.33 WSVECS04 Frhs2[210]: 6 -1.00003 0 shouldn't be
136.90/138.33 WSVECS04 Frhs2[212]: 6 -1.00008 0 shouldn't be
136.90/138.33 WSVECS04 Frhs2[214]: 6 -1.00004 0 shouldn't be
136.90/138.33 WSVECS04 Frhs2[225]: 6 -1.00009 0 shouldn't be
136.90/138.33 WSVECS04 Frhs2[227]: 6 -1.00007 0 shouldn't be
136.90/138.33 WSVECS04 Frhs2[234]: 6 -5.00008 0 shouldn't be
136.90/138.33 WSVECS04 Frhs2[236]: 6 -1.00004 0 shouldn't be
136.90/138.33 WSVECS04 Frhs2[249]: 6 -1.00008 0 shouldn't be
136.90/138.33 WSVECS04 Frhs2[273]: 6 -1.00006 0 shouldn't be
136.90/138.33 WSVECS04 Frhs2[297]: 6 -1.00008 0 shouldn't be
136.90/138.33 WSVECS04 Frhs2[392]: 6 -1.00006 0 shouldn't be
136.90/138.33 WSVECS04 Frhs2[438]: 6 -2.00007 0 shouldn't be
136.90/138.33 WSVECS04 Frhs2[459]: 6 -2.00008 0 shouldn't be
136.90/138.33 WSVECS04 Frhs2[481]: 6 -1.00006 0 shouldn't be
136.90/138.33 WSVECS04 Frhs2[483]: 6 -1.00002 0 shouldn't be
136.90/138.33 WSVECS04 Frhs2[484]: 6 -7.00003 0 shouldn't be
136.90/138.33 WSVECS04 Frhs2[503]: 6 -2.00004 0 shouldn't be
136.90/138.33 WSVECS04 Frhs2[505]: 6 -3.00007 0 shouldn't be
138.49/139.99 c #Conflicts: 286000 | #Constraints: 35030
138.49/139.99 c #Conflicts: 287000 | #Constraints: 36030
138.49/139.99 c #Conflicts: 288000 | #Constraints: 37030
138.49/139.99 c INPROCESSING
138.49/139.99 c GARBAGE COLLECT
138.49/139.99 c rational objective 263
144.48/145.96 c #Conflicts: 289000 | #Constraints: 27470
144.48/145.96 c #Conflicts: 290000 | #Constraints: 28470
144.48/145.96 c #Conflicts: 291000 | #Constraints: 29470
144.48/145.96 c #Conflicts: 292000 | #Constraints: 30470
144.48/145.96 c #Conflicts: 293000 | #Constraints: 31470
144.48/145.96 c #Conflicts: 294000 | #Constraints: 32470
144.48/145.96 c #Conflicts: 295000 | #Constraints: 33471
144.48/145.96 c #Conflicts: 296000 | #Constraints: 34471
144.48/145.96 c #Conflicts: 297000 | #Constraints: 35471
144.48/145.96 c #Conflicts: 298000 | #Constraints: 36471
144.48/145.96 c #Conflicts: 299000 | #Constraints: 37471
144.48/145.96 c INPROCESSING
144.48/145.96 c GARBAGE COLLECT
144.48/145.96 c rational objective 263
149.47/150.92 c #Conflicts: 300000 | #Constraints: 27700
149.47/150.92 c #Conflicts: 301000 | #Constraints: 28701
149.47/150.92 c #Conflicts: 302000 | #Constraints: 29701
149.47/150.92 c #Conflicts: 303000 | #Constraints: 30712
149.47/150.92 c #Conflicts: 304000 | #Constraints: 31713
149.47/150.92 c #Conflicts: 305000 | #Constraints: 32717
149.47/150.92 c #Conflicts: 306000 | #Constraints: 33720
149.47/150.92 c #Conflicts: 307000 | #Constraints: 34722
149.47/150.92 c #Conflicts: 308000 | #Constraints: 35724
149.47/150.92 c #Conflicts: 309000 | #Constraints: 36724
149.47/150.92 c #Conflicts: 310000 | #Constraints: 37724
149.47/150.92 c INPROCESSING
149.47/150.92 c GARBAGE COLLECT
149.47/150.92 c rational objective 263
155.56/157.01 c #Conflicts: 311000 | #Constraints: 27662
155.56/157.01 c #Conflicts: 312000 | #Constraints: 28664
155.56/157.01 c #Conflicts: 313000 | #Constraints: 29665
155.56/157.01 c #Conflicts: 314000 | #Constraints: 30666
155.56/157.01 c #Conflicts: 315000 | #Constraints: 31666
155.56/157.01 c #Conflicts: 316000 | #Constraints: 32667
155.56/157.01 c #Conflicts: 317000 | #Constraints: 33667
155.56/157.01 c #Conflicts: 318000 | #Constraints: 34667
155.56/157.01 c #Conflicts: 319000 | #Constraints: 35667
155.56/157.01 c #Conflicts: 320000 | #Constraints: 36668
155.56/157.01 c #Conflicts: 321000 | #Constraints: 37668
155.56/157.01 c INPROCESSING
155.56/157.01 c GARBAGE COLLECT
155.56/157.01 c rational objective 263
160.18/161.97 c #Conflicts: 322000 | #Constraints: 27447
160.18/161.97 c #Conflicts: 323000 | #Constraints: 28447
160.18/161.97 c #Conflicts: 324000 | #Constraints: 29447
160.18/161.97 c #Conflicts: 325000 | #Constraints: 30448
160.18/161.97 c #Conflicts: 326000 | #Constraints: 31448
160.18/161.97 c #Conflicts: 327000 | #Constraints: 32448
160.18/161.97 c #Conflicts: 328000 | #Constraints: 33448
160.18/161.97 WSVECS04 Frhs2[25]: 6 -1.00009 0 shouldn't be
160.18/161.97 WSVECS04 Frhs2[40]: 6 -1.00006 0 shouldn't be
160.18/161.97 WSVECS04 Frhs2[71]: 6 -1.00004 0 shouldn't be
160.18/161.97 WSVECS04 Frhs2[106]: 6 -1.00002 0 shouldn't be
160.18/161.97 WSVECS04 Frhs2[152]: 6 -1.00001 0 shouldn't be
160.18/161.97 WSVECS04 Frhs2[230]: 6 -1.00007 0 shouldn't be
160.18/161.97 WSVECS04 Frhs2[235]: 6 -1.00007 0 shouldn't be
160.18/161.97 WSVECS04 Frhs2[255]: 6 -1.00008 0 shouldn't be
160.18/161.97 WSVECS04 Frhs2[257]: 6 -1.00001 0 shouldn't be
160.18/161.97 WSVECS04 Frhs2[272]: 6 -1.00002 0 shouldn't be
160.18/161.97 WSVECS04 Frhs2[277]: 6 -1.00006 0 shouldn't be
160.18/161.97 WSVECS04 Frhs2[296]: 6 -1.00004 0 shouldn't be
160.18/161.97 WSVECS04 Frhs2[301]: 6 -1.00001 0 shouldn't be
160.18/161.97 WSVECS04 Frhs2[320]: 6 -1.00008 0 shouldn't be
160.18/161.97 WSVECS04 Frhs2[352]: 6 -1.00001 0 shouldn't be
160.18/161.97 WSVECS04 Frhs2[354]: 6 -1.00004 0 shouldn't be
160.18/161.97 WSVECS04 Frhs2[356]: 6 -1.00007 0 shouldn't be
160.18/161.97 WSVECS04 Frhs2[358]: 6 -1.00009 0 shouldn't be
160.18/161.97 WSVECS04 Frhs2[364]: 6 -1.00007 0 shouldn't be
160.18/161.97 WSVECS04 Frhs2[373]: 6 -1.00009 0 shouldn't be
160.18/161.97 WSVECS04 Frhs2[374]: 6 -1.00005 0 shouldn't be
160.18/161.97 WSVECS04 Frhs2[375]: 6 0 2.00002 shouldn't be
160.18/161.97 WSVECS04 Frhs2[377]: 6 0 1.00002 shouldn't be
160.18/161.97 WSVECS04 Frhs2[386]: 6 -1.00009 0 shouldn't be
160.18/161.97 WSVECS04 Frhs2[387]: 6 0 1.0001 shouldn't be
160.18/161.97 WSVECS04 Frhs2[388]: 6 -1.00002 0 shouldn't be
160.18/161.97 WSVECS04 Frhs2[389]: 6 0 2.00007 shouldn't be
160.18/161.97 WSVECS04 Frhs2[392]: 6 0 1.00003 shouldn't be
160.18/161.97 WSVECS04 Frhs2[393]: 6 -1.00003 0 shouldn't be
160.18/161.97 WSVECS04 Frhs2[417]: 6 -1.00002 0 shouldn't be
160.18/161.97 WSVECS04 Frhs2[438]: 6 0 2.00009 shouldn't be
160.18/161.97 WSVECS04 Frhs2[445]: 6 0 1.00008 shouldn't be
160.18/161.97 WSVECS04 Frhs2[447]: 6 0 1.00003 shouldn't be
160.18/161.97 WSVECS04 Frhs2[458]: 6 -1.00008 0 shouldn't be
160.18/161.97 WSVECS04 Frhs2[485]: 6 -1.00007 0 shouldn't be
160.18/161.97 WSVECS04 Frhs2[504]: 6 -1.00009 0 shouldn't be
160.18/161.97 WSVECS04 Frhs2[982]: 6 -1.00001 0 shouldn't be
162.85/164.69 c #Conflicts: 329000 | #Constraints: 34449
162.85/164.69 c #Conflicts: 330000 | #Constraints: 35449
162.85/164.69 c #Conflicts: 331000 | #Constraints: 36449
162.85/164.69 c #Conflicts: 332000 | #Constraints: 37449
162.85/164.69 c #Conflicts: 333000 | #Constraints: 38449
162.85/164.69 c INPROCESSING
162.85/164.69 c GARBAGE COLLECT
162.85/164.69 c rational objective 263
168.99/170.82 c #Conflicts: 334000 | #Constraints: 28080
168.99/170.82 c #Conflicts: 335000 | #Constraints: 29080
168.99/170.82 c #Conflicts: 336000 | #Constraints: 30080
168.99/170.82 c #Conflicts: 337000 | #Constraints: 31081
168.99/170.82 c #Conflicts: 338000 | #Constraints: 32081
168.99/170.82 c #Conflicts: 339000 | #Constraints: 33081
168.99/170.82 c #Conflicts: 340000 | #Constraints: 34081
168.99/170.82 c #Conflicts: 341000 | #Constraints: 35082
168.99/170.82 c #Conflicts: 342000 | #Constraints: 36083
168.99/170.82 c #Conflicts: 343000 | #Constraints: 37085
168.99/170.82 c #Conflicts: 344000 | #Constraints: 38087
168.99/170.82 c #Conflicts: 345000 | #Constraints: 39090
168.99/170.82 c INPROCESSING
168.99/170.82 c GARBAGE COLLECT
168.99/170.82 c rational objective 263
176.64/178.53 c #Conflicts: 346000 | #Constraints: 28473
176.64/178.53 c #Conflicts: 347000 | #Constraints: 29473
176.64/178.53 c #Conflicts: 348000 | #Constraints: 30473
176.64/178.53 c #Conflicts: 349000 | #Constraints: 31473
176.64/178.53 c #Conflicts: 350000 | #Constraints: 32473
176.64/178.53 c #Conflicts: 351000 | #Constraints: 33474
176.64/178.53 c #Conflicts: 352000 | #Constraints: 34474
176.64/178.53 c #Conflicts: 353000 | #Constraints: 35474
176.64/178.53 c #Conflicts: 354000 | #Constraints: 36474
176.64/178.53 c #Conflicts: 355000 | #Constraints: 37474
176.64/178.53 c #Conflicts: 356000 | #Constraints: 38474
176.64/178.53 c #Conflicts: 357000 | #Constraints: 39474
176.64/178.53 c INPROCESSING
176.64/178.53 c GARBAGE COLLECT
176.64/178.53 c rational objective 263
182.72/184.65 c #Conflicts: 358000 | #Constraints: 28684
182.72/184.65 c #Conflicts: 359000 | #Constraints: 29685
182.72/184.65 c #Conflicts: 360000 | #Constraints: 30685
182.72/184.65 c #Conflicts: 361000 | #Constraints: 31687
182.72/184.65 c #Conflicts: 362000 | #Constraints: 32688
182.72/184.65 c #Conflicts: 363000 | #Constraints: 33689
182.72/184.65 c #Conflicts: 364000 | #Constraints: 34689
182.72/184.65 c #Conflicts: 365000 | #Constraints: 35690
182.72/184.65 c #Conflicts: 366000 | #Constraints: 36690
182.72/184.65 c #Conflicts: 367000 | #Constraints: 37691
182.72/184.65 c #Conflicts: 368000 | #Constraints: 38692
182.72/184.65 c #Conflicts: 369000 | #Constraints: 39692
182.72/184.65 c INPROCESSING
182.72/184.65 c GARBAGE COLLECT
182.72/184.65 c rational objective 263
190.12/192.37 c #Conflicts: 370000 | #Constraints: 28654
190.12/192.37 c #Conflicts: 371000 | #Constraints: 29654
190.12/192.37 c #Conflicts: 372000 | #Constraints: 30654
190.12/192.37 c #Conflicts: 373000 | #Constraints: 31654
190.12/192.37 c #Conflicts: 374000 | #Constraints: 32655
190.12/192.37 c #Conflicts: 375000 | #Constraints: 33656
190.12/192.37 c #Conflicts: 376000 | #Constraints: 34656
190.12/192.37 c #Conflicts: 377000 | #Constraints: 35656
190.12/192.37 c #Conflicts: 378000 | #Constraints: 36657
190.12/192.37 c #Conflicts: 379000 | #Constraints: 37657
190.12/192.37 c #Conflicts: 380000 | #Constraints: 38657
190.12/192.37 c #Conflicts: 381000 | #Constraints: 39658
190.12/192.37 c INPROCESSING
190.12/192.37 c GARBAGE COLLECT
190.12/192.37 c rational objective 263
196.70/198.92 c #Conflicts: 382000 | #Constraints: 28480
196.70/198.92 c #Conflicts: 383000 | #Constraints: 29481
196.70/198.92 c #Conflicts: 384000 | #Constraints: 30481
196.70/198.92 c #Conflicts: 385000 | #Constraints: 31481
196.70/198.92 c #Conflicts: 386000 | #Constraints: 32482
196.70/198.92 c #Conflicts: 387000 | #Constraints: 33483
196.70/198.92 c #Conflicts: 388000 | #Constraints: 34484
196.70/198.92 c #Conflicts: 389000 | #Constraints: 35485
196.70/198.92 c #Conflicts: 390000 | #Constraints: 36488
196.70/198.92 c #Conflicts: 391000 | #Constraints: 37490
196.70/198.92 c #Conflicts: 392000 | #Constraints: 38491
196.70/198.92 c #Conflicts: 393000 | #Constraints: 39492
196.70/198.92 c #Conflicts: 394000 | #Constraints: 40492
196.70/198.92 c INPROCESSING
196.70/198.92 c GARBAGE COLLECT
196.70/198.92 c rational objective 263
203.98/206.22 c #Conflicts: 395000 | #Constraints: 29057
203.98/206.22 c #Conflicts: 396000 | #Constraints: 30057
203.98/206.22 c #Conflicts: 397000 | #Constraints: 31058
203.98/206.22 c #Conflicts: 398000 | #Constraints: 32058
203.98/206.22 c #Conflicts: 399000 | #Constraints: 33058
203.98/206.22 c #Conflicts: 400000 | #Constraints: 34058
203.98/206.22 c #Conflicts: 401000 | #Constraints: 35058
203.98/206.22 c #Conflicts: 402000 | #Constraints: 36058
203.98/206.22 c #Conflicts: 403000 | #Constraints: 37058
203.98/206.22 c #Conflicts: 404000 | #Constraints: 38058
203.98/206.22 c #Conflicts: 405000 | #Constraints: 39058
203.98/206.22 c #Conflicts: 406000 | #Constraints: 40058
203.98/206.22 c #Conflicts: 407000 | #Constraints: 41059
203.98/206.22 c INPROCESSING
203.98/206.22 c GARBAGE COLLECT
203.98/206.22 c rational objective 263
210.76/213.05 c #Conflicts: 408000 | #Constraints: 29501
210.76/213.05 c #Conflicts: 409000 | #Constraints: 30501
210.76/213.05 c #Conflicts: 410000 | #Constraints: 31502
210.76/213.05 c #Conflicts: 411000 | #Constraints: 32504
210.76/213.05 c #Conflicts: 412000 | #Constraints: 33504
210.76/213.05 c #Conflicts: 413000 | #Constraints: 34505
210.76/213.05 c #Conflicts: 414000 | #Constraints: 35506
210.76/213.05 c #Conflicts: 415000 | #Constraints: 36506
210.76/213.05 c #Conflicts: 416000 | #Constraints: 37507
210.76/213.05 c #Conflicts: 417000 | #Constraints: 38507
210.76/213.05 c #Conflicts: 418000 | #Constraints: 39507
210.76/213.05 c #Conflicts: 419000 | #Constraints: 40508
210.76/213.05 c #Conflicts: 420000 | #Constraints: 41509
210.76/213.05 c INPROCESSING
210.76/213.05 c GARBAGE COLLECT
210.76/213.05 c rational objective 263
218.56/220.94 c #Conflicts: 421000 | #Constraints: 29675
218.56/220.94 c #Conflicts: 422000 | #Constraints: 30675
218.56/220.94 c #Conflicts: 423000 | #Constraints: 31675
218.56/220.94 c #Conflicts: 424000 | #Constraints: 32675
218.56/220.94 c #Conflicts: 425000 | #Constraints: 33675
218.56/220.94 c #Conflicts: 426000 | #Constraints: 34675
218.56/220.94 c #Conflicts: 427000 | #Constraints: 35675
218.56/220.94 c #Conflicts: 428000 | #Constraints: 36675
218.56/220.94 c #Conflicts: 429000 | #Constraints: 37675
218.56/220.94 c #Conflicts: 430000 | #Constraints: 38676
218.56/220.94 c #Conflicts: 431000 | #Constraints: 39676
218.56/220.94 c #Conflicts: 432000 | #Constraints: 40676
218.56/220.94 c #Conflicts: 433000 | #Constraints: 41676
218.56/220.94 c INPROCESSING
218.56/220.94 c GARBAGE COLLECT
218.56/220.94 c rational objective 263
226.53/228.96 c #Conflicts: 434000 | #Constraints: 29695
226.53/228.96 c #Conflicts: 435000 | #Constraints: 30695
226.53/228.96 c #Conflicts: 436000 | #Constraints: 31695
226.53/228.96 c #Conflicts: 437000 | #Constraints: 32696
226.53/228.96 c #Conflicts: 438000 | #Constraints: 33696
226.53/228.96 c #Conflicts: 439000 | #Constraints: 34697
226.53/228.96 c #Conflicts: 440000 | #Constraints: 35697
226.53/228.96 c #Conflicts: 441000 | #Constraints: 36697
226.53/228.96 c #Conflicts: 442000 | #Constraints: 37697
226.53/228.96 c #Conflicts: 443000 | #Constraints: 38698
226.53/228.96 c #Conflicts: 444000 | #Constraints: 39699
226.53/228.96 c #Conflicts: 445000 | #Constraints: 40699
226.53/228.96 c #Conflicts: 446000 | #Constraints: 41699
226.53/228.96 c INPROCESSING
226.53/228.96 c GARBAGE COLLECT
226.53/228.96 c rational objective 263
234.80/237.26 c #Conflicts: 447000 | #Constraints: 29463
234.80/237.26 c #Conflicts: 448000 | #Constraints: 30463
234.80/237.26 c #Conflicts: 449000 | #Constraints: 31463
234.80/237.26 c #Conflicts: 450000 | #Constraints: 32463
234.80/237.26 c #Conflicts: 451000 | #Constraints: 33463
234.80/237.26 c #Conflicts: 452000 | #Constraints: 34463
234.80/237.26 c #Conflicts: 453000 | #Constraints: 35463
234.80/237.26 c #Conflicts: 454000 | #Constraints: 36463
234.80/237.26 c #Conflicts: 455000 | #Constraints: 37463
234.80/237.26 c #Conflicts: 456000 | #Constraints: 38463
234.80/237.26 c #Conflicts: 457000 | #Constraints: 39463
234.80/237.26 c #Conflicts: 458000 | #Constraints: 40463
234.80/237.26 c #Conflicts: 459000 | #Constraints: 41463
234.80/237.26 c #Conflicts: 460000 | #Constraints: 42463
234.80/237.26 c INPROCESSING
234.80/237.26 c GARBAGE COLLECT
234.80/237.26 c rational objective 263
242.37/244.86 c #Conflicts: 461000 | #Constraints: 30070
242.37/244.86 c #Conflicts: 462000 | #Constraints: 31071
242.37/244.86 c #Conflicts: 463000 | #Constraints: 32072
242.37/244.86 c #Conflicts: 464000 | #Constraints: 33072
242.37/244.86 c #Conflicts: 465000 | #Constraints: 34073
242.37/244.86 c #Conflicts: 466000 | #Constraints: 35074
242.37/244.86 c #Conflicts: 467000 | #Constraints: 36075
242.37/244.86 c #Conflicts: 468000 | #Constraints: 37075
242.37/244.86 c #Conflicts: 469000 | #Constraints: 38075
242.37/244.86 c #Conflicts: 470000 | #Constraints: 39076
242.37/244.86 c #Conflicts: 471000 | #Constraints: 40077
242.37/244.86 c #Conflicts: 472000 | #Constraints: 41077
242.37/244.86 c #Conflicts: 473000 | #Constraints: 42077
242.37/244.86 c #Conflicts: 474000 | #Constraints: 43077
242.37/244.86 c INPROCESSING
242.37/244.86 c GARBAGE COLLECT
242.37/244.86 c rational objective 263
252.59/255.32 c #Conflicts: 475000 | #Constraints: 30454
252.59/255.32 c #Conflicts: 476000 | #Constraints: 31454
252.59/255.32 c #Conflicts: 477000 | #Constraints: 32454
252.59/255.32 c #Conflicts: 478000 | #Constraints: 33454
252.59/255.32 c #Conflicts: 479000 | #Constraints: 34454
252.59/255.32 c #Conflicts: 480000 | #Constraints: 35454
252.59/255.32 c #Conflicts: 481000 | #Constraints: 36454
252.59/255.32 c #Conflicts: 482000 | #Constraints: 37454
252.59/255.32 c #Conflicts: 483000 | #Constraints: 38455
252.59/255.32 c #Conflicts: 484000 | #Constraints: 39455
252.59/255.32 c #Conflicts: 485000 | #Constraints: 40455
252.59/255.32 c #Conflicts: 486000 | #Constraints: 41455
252.59/255.32 c #Conflicts: 487000 | #Constraints: 42455
252.59/255.32 c bounds 264 >= 264 @ 248.201
252.59/255.32 c cpu time 248.201 s
252.59/255.32 c deterministic time 12639416610 1.26e+10
252.59/255.32 c optimization time 0.059268 s
252.59/255.32 c total solve time 247.938 s
252.59/255.32 c core-guided solve time 128.784 s
252.59/255.32 c propagation time 160.757 s
252.59/255.32 c conflict analysis time 59.6368 s
252.59/255.32 c propagations 179398102
252.59/255.32 c resolve steps 11573200
252.59/255.32 c decisions 1102323
252.59/255.32 c conflicts 487451
252.59/255.32 c restarts 1022
252.59/255.32 c inprocessing phases 60
252.59/255.32 c garbage collections 60 ,( 100.00 )
252.59/255.32 c input clauses 15402 ,( 96.17 )
252.59/255.32 c input cardinalities 574 ,( 3.58 )
252.59/255.32 c input general constraints 40 ,( 0.25 )
252.59/255.32 c input average constraint length 11.45
252.59/255.32 c input average constraint degree 3.32
252.59/255.32 c learned clauses 341930 ,( 70.09 )
252.59/255.32 c learned cardinalities 12556 ,( 2.57 )
252.59/255.32 c learned general constraints 133339 ,( 27.33 )
252.59/255.32 c learned average constraint length 79.85
252.59/255.32 c learned average constraint degree 24282975.33
252.59/255.32 c watched CF 32, 64, 128, Arb: 43909 , 0 , 0 , 0
252.59/255.32 c counting CF 32, 64, 128, Arb: 89471 , 0 , 0 , 0
252.59/255.32 c watched constraints 43909 ,( 32.92 )
252.59/255.32 c counting constraints 89470 ,( 67.08 )
252.59/255.32 c loaded clauses, cards, PBs, (WATCHED, COUNTING): 371351687 , 439626005 , 859353543 ,( 20630964 , 838722579 )
252.59/255.32 c gcd simplifications 6089
252.59/255.32 c detected cardinalities 399
252.59/255.32 c weakened non-implied lits 32771866
252.59/255.32 c weakened non-implying lits 12195
252.59/255.32 c original variables 5123
252.59/255.32 c clausal propagations 134309800
252.59/255.32 c cardinality propagations 4430515
252.59/255.32 c watched propagations 422281
252.59/255.32 c counting propagations 37761524
252.59/255.32 c watch lookups 6354334993
252.59/255.32 c watch backjump lookups 0
252.59/255.32 c watch checks 2239205796
252.59/255.32 c propagation checks 3480957240
252.59/255.32 c constraint additions 202843511
252.59/255.32 c trail pops 180987563
252.59/255.32 c formula constraints 15106
252.59/255.32 c learned constraints 487141
252.59/255.32 c bound constraints 268
252.59/255.32 c core-guided constraints 642
252.59/255.32 c encountered formula constraints 5372351
252.59/255.32 c encountered learned constraints 4072928
252.59/255.32 c encountered bound constraints 89
252.59/255.32 c encountered core-guided constraints 2595901
252.59/255.32 c LP total time 56.3294 s
252.59/255.32 c LP solve time 43.81 s
252.59/255.32 c LP constraints added 15346
252.59/255.32 c LP constraints removed 232
252.59/255.32 c LP pivots internal 487499
252.59/255.32 c LP pivots root 99582
252.59/255.32 c LP calls 465
252.59/255.32 c LP optimalities 151
252.59/255.32 c LP no pivot count 22
252.59/255.32 c LP infeasibilities 310
252.59/255.32 c LP valid Farkas constraints 310
252.59/255.32 c LP learned Farkas constraints 310
252.59/255.32 c LP basis resets 0
252.59/255.32 c LP cycling count 0
252.59/255.32 c LP singular count 0
252.59/255.32 c LP no primal count 0
252.59/255.32 c LP no farkas count 0
252.59/255.32 c LP other issue count 0
252.59/255.32 c LP Gomory cuts 64
252.59/255.32 c LP learned cuts 176
252.59/255.32 c LP deleted cuts 232
252.59/255.32 c LP encountered Gomory constraints 1546
252.59/255.32 c LP encountered Farkas constraints 13430
252.59/255.32 c LP encountered learned Farkas constraints 4096
252.59/255.32 c CG auxiliary variables introduced 301
252.59/255.32 c CG solutions found 1
252.59/255.32 c CG cores constructed 264
252.59/255.32 c CG core cardinality constraints returned 0
252.59/255.32 c CG unit cores 0
252.59/255.32 c CG single cores 264
252.59/255.32 c CG blocks removed during cardinality reduction 0
252.59/255.32 c CG first core best 0
252.59/255.32 c CG decision core best 0
252.59/255.32 c CG core reduction tie 0
252.59/255.32 c CG core degree average 1.00
252.59/255.32 c CG core slack average 2.05
252.59/255.32 c CG core upper bound improvements 0
252.59/255.32 c STR number of successful calls 0
252.59/255.32 c STR number of unsuccessful calls 0
252.59/255.32 c STR number of inconclusive calls 0
252.59/255.32 c STR number of successful attempts 0
252.59/255.32 c STR number of unsuccessful attempts 0
252.59/255.32 c STR number of inconclusive attempts 0
252.59/255.32 c STR average degree increase per successful call inf
252.59/255.32 c STR average degree increase per successful attempt inf
252.59/255.32 c STR total number of conflicts for successful attempts 0
252.59/255.32 c STR total number of conflicts for unsuccessful attempts 0
252.59/255.32 c STR total number of conflicts for inconclusive attempts 0
252.59/255.32 c STR average number of conflicts per successful attempt inf
252.59/255.32 c STR average number of conflicts per unsuccessful attempt inf
252.59/255.32 c STR average number of conflicts per inconclusive attempt inf
252.59/255.32 c AVG.sumWPerc 53.03
252.59/255.32 c bigint constraints 0
252.59/255.32 o 264
252.59/255.32 s OPTIMUM FOUND
252.59/255.34 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
Wed Jul 16 16:00:21 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: 63794 MiB (51456 MiB free)
memory of node 1: 64507 MiB (61578 MiB free)
node distances:
10 21
21 10
command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4532733-1752597699/watcher-4532733-1752597699 -o /tmp/evaluation-result-4532733-1752597699/solver-4532733-1752597699 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1752597638-134298 --watchdog 3760 --file-size-limit 100000 run-opt-break-log.sh HOME/instance-4532733-1752597699.opb PROOFDIR/proof-4532733-1752597699
running on 2 cores: 5,7
CPU governors:
performance: 5 7
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing FSIZE limit: 102400000 KiB
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB
solver pid=134436, runsolver pid=134433
[startup+0.100106 s]*
/proc/loadavg: 3.13 1.92 2.89 5/255 134438
/proc/meminfo: memFree=115731820/131382112 swapFree=33010416/33010684
[pid=134436] ppid=134433 vsize=4192 memory=2816 CPUtime=0 cores=5,7
/proc/134436/stat : 134436 (run-opt-break-l) S 134433 134436 134285 0 -1 4194304 208 0 0 0 0 0 0 0 20 0 1 0 175449653 4292608 704 18446744073709551615 94742041047040 94742041941573 140731552031152 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94742042180624 94742042228368 94742042411008 140731552033043 140731552033244 140731552033244 140731552038848 0
/proc/134436/statm: 1048 704 640 219 0 110 0
[pid=134438] ppid=134436 vsize=14728 memory=7520 CPUtime=0.08 cores=5,7
/proc/134438/stat : 134438 (pbsuma) R 134436 134436 134285 0 -1 4194304 1039 0 0 0 7 1 0 0 20 0 1 0 175449654 15081472 1880 18446744073709551615 4210688 4653049 140729233762000 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 4700520 4703148 25374720 140729233766625 140729233766960 140729233766960 140729233772527 0
/proc/134438/statm: 3682 1880 1024 108 0 1090 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 18920 KiB
Current children cumulated memory: 10336 KiB
[startup+0.213632 s]*
/proc/loadavg: 3.13 1.92 2.89 5/255 134439
/proc/meminfo: memFree=115740340/131382112 swapFree=33010416/33010684
[pid=134436] ppid=134433 vsize=4192 memory=2816 CPUtime=0.1 cores=5,7
/proc/134436/stat : 134436 (run-opt-break-l) S 134433 134436 134285 0 -1 4194304 240 1206 0 0 0 0 9 1 20 0 1 0 175449653 4292608 704 18446744073709551615 94742041047040 94742041941573 140731552031152 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94742042180624 94742042228368 94742042411008 140731552033043 140731552033244 140731552033244 140731552038848 0
/proc/134436/statm: 1048 704 640 219 0 110 0
[pid=134439] ppid=134436 vsize=56288 memory=9344 CPUtime=0.02 cores=5,7
/proc/134439/stat : 134439 (roundingsat) R 134436 134436 134285 0 -1 4194304 611 0 0 0 1 1 0 0 20 0 1 0 175449671 57638912 2336 18446744073709551615 4227072 8923577 140735271586640 0 0 0 0 0 8405026 0 0 0 17 7 0 0 0 0 0 9827200 9836688 40361984 140735271594258 140735271594534 140735271594534 140735271600106 0
/proc/134439/statm: 14072 2336 1920 1147 0 1498 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 60480 KiB
Current children cumulated memory: 12160 KiB
[startup+0.31356 s]*
/proc/loadavg: 3.13 1.92 2.89 5/255 134439
/proc/meminfo: memFree=115740088/131382112 swapFree=33010416/33010684
[pid=134436] ppid=134433 vsize=4192 memory=2816 CPUtime=0.1 cores=5,7
/proc/134436/stat : 134436 (run-opt-break-l) S 134433 134436 134285 0 -1 4194304 240 1206 0 0 0 0 9 1 20 0 1 0 175449653 4292608 704 18446744073709551615 94742041047040 94742041941573 140731552031152 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94742042180624 94742042228368 94742042411008 140731552033043 140731552033244 140731552033244 140731552038848 0
/proc/134436/statm: 1048 704 640 219 0 110 0
[pid=134439] ppid=134436 vsize=57224 memory=10368 CPUtime=0.1 cores=5,7
/proc/134439/stat : 134439 (roundingsat) R 134436 134436 134285 0 -1 4194304 901 0 0 0 8 2 0 0 20 0 1 0 175449671 58597376 2592 18446744073709551615 4227072 8923577 140735271586640 0 0 0 0 0 8405026 0 0 0 17 7 0 0 0 0 0 9827200 9836688 40361984 140735271594258 140735271594534 140735271594534 140735271600106 0
/proc/134439/statm: 14306 2592 1920 1147 0 1732 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 61416 KiB
Current children cumulated memory: 13184 KiB
[startup+0.700295 s]
/proc/loadavg: 3.13 1.92 2.89 5/255 134439
/proc/meminfo: memFree=115717784/131382112 swapFree=33010416/33010684
[pid=134436] ppid=134433 vsize=4192 memory=2816 CPUtime=0.1 cores=5,7
/proc/134436/stat : 134436 (run-opt-break-l) S 134433 134436 134285 0 -1 4194304 240 1206 0 0 0 0 9 1 20 0 1 0 175449653 4292608 704 18446744073709551615 94742041047040 94742041941573 140731552031152 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94742042180624 94742042228368 94742042411008 140731552033043 140731552033244 140731552033244 140731552038848 0
/proc/134436/statm: 1048 704 640 219 0 110 0
[pid=134439] ppid=134436 vsize=75676 memory=30004 CPUtime=0.44 cores=5,7
/proc/134439/stat : 134439 (roundingsat) R 134436 134436 134285 0 -1 4194304 5507 0 0 0 39 5 0 0 20 0 1 0 175449671 77492224 7501 18446744073709551615 4227072 8923577 140735271586640 0 0 0 0 0 8405026 0 0 0 17 7 0 0 0 0 0 9827200 9836688 40361984 140735271594258 140735271594534 140735271594534 140735271600106 0
/proc/134439/statm: 18919 7501 2304 1147 0 6345 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 79868 KiB
Current children cumulated memory: 32820 KiB
[startup+1.50024 s]
/proc/loadavg: 3.13 1.92 2.89 5/255 134439
/proc/meminfo: memFree=115706192/131382112 swapFree=33010416/33010684
[pid=134436] ppid=134433 vsize=4192 memory=2816 CPUtime=0.1 cores=5,7
/proc/134436/stat : 134436 (run-opt-break-l) S 134433 134436 134285 0 -1 4194304 240 1206 0 0 0 0 9 1 20 0 1 0 175449653 4292608 704 18446744073709551615 94742041047040 94742041941573 140731552031152 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94742042180624 94742042228368 94742042411008 140731552033043 140731552033244 140731552033244 140731552038848 0
/proc/134436/statm: 1048 704 640 219 0 110 0
[pid=134439] ppid=134436 vsize=87200 memory=43072 CPUtime=1.23 cores=5,7
/proc/134439/stat : 134439 (roundingsat) R 134436 134436 134285 0 -1 4194304 8310 0 0 0 115 8 0 0 20 0 1 0 175449671 89292800 10768 18446744073709551615 4227072 8923577 140735271586640 0 0 0 0 0 8405026 0 0 0 17 7 0 0 0 0 0 9827200 9836688 40361984 140735271594258 140735271594534 140735271594534 140735271600106 0
/proc/134439/statm: 21800 10768 2368 1147 0 9226 0
Current children cumulated CPU time: 1.33 s
Current children cumulated vsize: 91392 KiB
Current children cumulated memory: 45888 KiB
[startup+3.11311 s]
/proc/loadavg: 3.13 1.92 2.89 4/250 134447
/proc/meminfo: memFree=117829880/131382112 swapFree=33010416/33010684
[pid=134436] ppid=134433 vsize=4192 memory=2816 CPUtime=0.1 cores=5,7
/proc/134436/stat : 134436 (run-opt-break-l) S 134433 134436 134285 0 -1 4194304 240 1206 0 0 0 0 9 1 20 0 1 0 175449653 4292608 704 18446744073709551615 94742041047040 94742041941573 140731552031152 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94742042180624 94742042228368 94742042411008 140731552033043 140731552033244 140731552033244 140731552038848 0
/proc/134436/statm: 1048 704 640 219 0 110 0
[pid=134439] ppid=134436 vsize=89008 memory=45120 CPUtime=2.82 cores=5,7
/proc/134439/stat : 134439 (roundingsat) R 134436 134436 134285 0 -1 4194304 8846 0 0 0 269 13 0 0 20 0 1 0 175449671 91144192 11280 18446744073709551615 4227072 8923577 140735271586640 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 40361984 140735271594258 140735271594534 140735271594534 140735271600106 0
/proc/134439/statm: 22252 11280 2368 1147 0 9678 0
Current children cumulated CPU time: 2.92 s
Current children cumulated vsize: 93200 KiB
Current children cumulated memory: 47936 KiB
[startup+6.30033 s]
/proc/loadavg: 3.20 1.95 2.90 5/250 134466
/proc/meminfo: memFree=117773380/131382112 swapFree=33010416/33010684
[pid=134436] ppid=134433 vsize=4192 memory=2816 CPUtime=0.1 cores=5,7
/proc/134436/stat : 134436 (run-opt-break-l) S 134433 134436 134285 0 -1 4194304 240 1206 0 0 0 0 9 1 20 0 1 0 175449653 4292608 704 18446744073709551615 94742041047040 94742041941573 140731552031152 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94742042180624 94742042228368 94742042411008 140731552033043 140731552033244 140731552033244 140731552038848 0
/proc/134436/statm: 1048 704 640 219 0 110 0
[pid=134439] ppid=134436 vsize=93028 memory=48688 CPUtime=5.99 cores=5,7
/proc/134439/stat : 134439 (roundingsat) R 134436 134436 134285 0 -1 4194304 9769 0 0 0 576 23 0 0 20 0 1 0 175449671 95260672 12172 18446744073709551615 4227072 8923577 140735271586640 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 40361984 140735271594258 140735271594534 140735271594534 140735271600106 0
/proc/134439/statm: 23257 12172 2368 1147 0 10683 0
Current children cumulated CPU time: 6.09 s
Current children cumulated vsize: 97220 KiB
Current children cumulated memory: 51504 KiB
[startup+12.7003 s]
/proc/loadavg: 3.26 1.98 2.90 5/250 134466
/proc/meminfo: memFree=117588264/131382112 swapFree=33010416/33010684
[pid=134436] ppid=134433 vsize=4192 memory=2816 CPUtime=0.1 cores=5,7
/proc/134436/stat : 134436 (run-opt-break-l) S 134433 134436 134285 0 -1 4194304 240 1206 0 0 0 0 9 1 20 0 1 0 175449653 4292608 704 18446744073709551615 94742041047040 94742041941573 140731552031152 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94742042180624 94742042228368 94742042411008 140731552033043 140731552033244 140731552033244 140731552038848 0
/proc/134436/statm: 1048 704 640 219 0 110 0
[pid=134439] ppid=134436 vsize=102568 memory=56496 CPUtime=12.37 cores=5,7
/proc/134439/stat : 134439 (roundingsat) R 134436 134436 134285 0 -1 4194304 11714 0 0 0 1200 37 0 0 20 0 1 0 175449671 105029632 14124 18446744073709551615 4227072 8923577 140735271586640 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 40361984 140735271594258 140735271594534 140735271594534 140735271600106 0
/proc/134439/statm: 25642 14124 2368 1147 0 13068 0
Current children cumulated CPU time: 12.47 s
Current children cumulated vsize: 106760 KiB
Current children cumulated memory: 59312 KiB
[startup+25.5004 s]
/proc/loadavg: 3.65 2.13 2.94 5/261 134510
/proc/meminfo: memFree=117757380/131382112 swapFree=33010416/33010684
[pid=134436] ppid=134433 vsize=4192 memory=2816 CPUtime=0.1 cores=5,7
/proc/134436/stat : 134436 (run-opt-break-l) S 134433 134436 134285 0 -1 4194304 240 1206 0 0 0 0 9 1 20 0 1 0 175449653 4292608 704 18446744073709551615 94742041047040 94742041941573 140731552031152 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94742042180624 94742042228368 94742042411008 140731552033043 140731552033244 140731552033244 140731552038848 0
/proc/134436/statm: 1048 704 640 219 0 110 0
[pid=134439] ppid=134436 vsize=108180 memory=63792 CPUtime=25.11 cores=5,7
/proc/134439/stat : 134439 (roundingsat) R 134436 134436 134285 0 -1 4194304 13560 0 0 0 2441 70 0 0 20 0 1 0 175449671 110776320 15948 18446744073709551615 4227072 8923577 140735271586640 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 40361984 140735271594258 140735271594534 140735271594534 140735271600106 0
/proc/134439/statm: 27045 15948 2368 1147 0 14471 0
Current children cumulated CPU time: 25.21 s
Current children cumulated vsize: 112372 KiB
Current children cumulated memory: 66608 KiB
[startup+51.1134 s]
/proc/loadavg: 3.83 2.30 2.97 5/255 134537
/proc/meminfo: memFree=117265348/131382112 swapFree=33010416/33010684
[pid=134436] ppid=134433 vsize=4192 memory=2816 CPUtime=0.1 cores=5,7
/proc/134436/stat : 134436 (run-opt-break-l) S 134433 134436 134285 0 -1 4194304 240 1206 0 0 0 0 9 1 20 0 1 0 175449653 4292608 704 18446744073709551615 94742041047040 94742041941573 140731552031152 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94742042180624 94742042228368 94742042411008 140731552033043 140731552033244 140731552033244 140731552038848 0
/proc/134436/statm: 1048 704 640 219 0 110 0
[pid=134439] ppid=134436 vsize=118856 memory=73720 CPUtime=50.49 cores=5,7
/proc/134439/stat : 134439 (roundingsat) R 134436 134436 134285 0 -1 4194304 15505 0 0 0 4929 120 0 0 20 0 1 0 175449671 121708544 18430 18446744073709551615 4227072 8923577 140735271586640 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 40361984 140735271594258 140735271594534 140735271594534 140735271600106 0
/proc/134439/statm: 29714 18430 2368 1147 0 17140 0
Current children cumulated CPU time: 50.59 s
Current children cumulated vsize: 123048 KiB
Current children cumulated memory: 76536 KiB
[startup+102.3 s]
/proc/loadavg: 4.03 2.59 3.04 5/261 134565
/proc/meminfo: memFree=117334700/131382112 swapFree=33010416/33010684
[pid=134436] ppid=134433 vsize=4192 memory=2816 CPUtime=0.1 cores=5,7
/proc/134436/stat : 134436 (run-opt-break-l) S 134433 134436 134285 0 -1 4194304 240 1206 0 0 0 0 9 1 20 0 1 0 175449653 4292608 704 18446744073709551615 94742041047040 94742041941573 140731552031152 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94742042180624 94742042228368 94742042411008 140731552033043 140731552033244 140731552033244 140731552038848 0
/proc/134436/statm: 1048 704 640 219 0 110 0
[pid=134439] ppid=134436 vsize=123264 memory=77944 CPUtime=101.14 cores=5,7
/proc/134439/stat : 134439 (roundingsat) R 134436 134436 134285 0 -1 4194304 16587 0 0 0 9911 203 0 0 20 0 1 0 175449671 126222336 19486 18446744073709551615 4227072 8923577 140735271586640 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 40361984 140735271594258 140735271594534 140735271594534 140735271600106 0
/proc/134439/statm: 30816 19486 2368 1147 0 18242 0
Current children cumulated CPU time: 101.24 s
Current children cumulated vsize: 127456 KiB
Current children cumulated memory: 80760 KiB
[startup+162.3 s]
/proc/loadavg: 4.33 2.93 3.13 5/262 134615
/proc/meminfo: memFree=115680724/131382112 swapFree=33010416/33010684
[pid=134436] ppid=134433 vsize=4192 memory=2816 CPUtime=0.1 cores=5,7
/proc/134436/stat : 134436 (run-opt-break-l) S 134433 134436 134285 0 -1 4194304 240 1206 0 0 0 0 9 1 20 0 1 0 175449653 4292608 704 18446744073709551615 94742041047040 94742041941573 140731552031152 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94742042180624 94742042228368 94742042411008 140731552033043 140731552033244 140731552033244 140731552038848 0
/proc/134436/statm: 1048 704 640 219 0 110 0
[pid=134439] ppid=134436 vsize=133988 memory=83064 CPUtime=160.47 cores=5,7
/proc/134439/stat : 134439 (roundingsat) R 134436 134436 134285 0 -1 4194304 17888 0 0 0 15750 297 0 0 20 0 1 0 175449671 137203712 20766 18446744073709551615 4227072 8923577 140735271586640 0 0 0 0 0 8405026 0 0 0 17 7 0 0 0 0 0 9827200 9836688 40361984 140735271594258 140735271594534 140735271594534 140735271600106 0
/proc/134439/statm: 33497 20766 2368 1147 0 20923 0
Current children cumulated CPU time: 160.57 s
Current children cumulated vsize: 138180 KiB
Current children cumulated memory: 85880 KiB
[startup+222.3 s]
/proc/loadavg: 4.72 3.31 3.25 5/257 134644
/proc/meminfo: memFree=115375276/131382112 swapFree=33010416/33010684
[pid=134436] ppid=134433 vsize=4192 memory=2816 CPUtime=0.1 cores=5,7
/proc/134436/stat : 134436 (run-opt-break-l) S 134433 134436 134285 0 -1 4194304 240 1206 0 0 0 0 9 1 20 0 1 0 175449653 4292608 704 18446744073709551615 94742041047040 94742041941573 140731552031152 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94742042180624 94742042228368 94742042411008 140731552033043 140731552033244 140731552033244 140731552038848 0
/proc/134436/statm: 1048 704 640 219 0 110 0
[pid=134439] ppid=134436 vsize=136332 memory=85496 CPUtime=219.85 cores=5,7
/proc/134439/stat : 134439 (roundingsat) R 134436 134436 134285 0 -1 4194304 18468 0 0 0 21597 388 0 0 20 0 1 0 175449671 139603968 21374 18446744073709551615 4227072 8923577 140735271586640 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 40361984 140735271594258 140735271594534 140735271594534 140735271600106 0
/proc/134439/statm: 34083 21374 2368 1147 0 21509 0
Current children cumulated CPU time: 219.95 s
Current children cumulated vsize: 140524 KiB
Current children cumulated memory: 88312 KiB
[startup+255.345 s]
# the end of solver process 134436 was just reported to runsolver
# Child status: 0
# cumulated CPU time of all completed processes: user=248.304 s, system=4.33854 s
Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples
[startup+230.4 s]
/proc/loadavg: 4.69 3.35 3.26 5/262 134665
/proc/meminfo: memFree=115231344/131382112 swapFree=33010416/33010684
[pid=134436] ppid=134433 vsize=4192 memory=2816 CPUtime=0.1 cores=5,7
/proc/134436/stat : 134436 (run-opt-break-l) S 134433 134436 134285 0 -1 4194304 240 1206 0 0 0 0 9 1 20 0 1 0 175449653 4292608 704 18446744073709551615 94742041047040 94742041941573 140731552031152 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94742042180624 94742042228368 94742042411008 140731552033043 140731552033244 140731552033244 140731552038848 0
/proc/134436/statm: 1048 704 640 219 0 110 0
[pid=134439] ppid=134436 vsize=136664 memory=85880 CPUtime=227.93 cores=5,7
/proc/134439/stat : 134439 (roundingsat) R 134436 134436 134285 0 -1 4194304 18564 0 0 0 22394 399 0 0 20 0 1 0 175449671 139943936 21470 18446744073709551615 4227072 8923577 140735271586640 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 40361984 140735271594258 140735271594534 140735271594534 140735271600106 0
/proc/134439/statm: 34166 21470 2368 1147 0 21592 0
Current children cumulated CPU time: 228.03 s
Current children cumulated vsize: 140856 KiB
Current children cumulated memory: 88696 KiB
[startup+243.2 s]
/proc/loadavg: 4.58 3.37 3.27 5/262 134713
/proc/meminfo: memFree=115112412/131382112 swapFree=33010416/33010684
[pid=134436] ppid=134433 vsize=4192 memory=2816 CPUtime=0.1 cores=5,7
/proc/134436/stat : 134436 (run-opt-break-l) S 134433 134436 134285 0 -1 4194304 240 1206 0 0 0 0 9 1 20 0 1 0 175449653 4292608 704 18446744073709551615 94742041047040 94742041941573 140731552031152 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94742042180624 94742042228368 94742042411008 140731552033043 140731552033244 140731552033244 140731552038848 0
/proc/134436/statm: 1048 704 640 219 0 110 0
[pid=134439] ppid=134436 vsize=137084 memory=86264 CPUtime=240.67 cores=5,7
/proc/134439/stat : 134439 (roundingsat) R 134436 134436 134285 0 -1 4194304 18670 0 0 0 23652 415 0 0 20 0 1 0 175449671 140374016 21566 18446744073709551615 4227072 8923577 140735271586640 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 40361984 140735271594258 140735271594534 140735271594534 140735271600106 0
/proc/134439/statm: 34271 21566 2368 1147 0 21697 0
Current children cumulated CPU time: 240.77 s
Current children cumulated vsize: 141276 KiB
Current children cumulated memory: 89080 KiB
[startup+249.6 s]
/proc/loadavg: 4.54 3.38 3.27 5/262 134713
/proc/meminfo: memFree=115007356/131382112 swapFree=33010416/33010684
[pid=134436] ppid=134433 vsize=4192 memory=2816 CPUtime=0.1 cores=5,7
/proc/134436/stat : 134436 (run-opt-break-l) S 134433 134436 134285 0 -1 4194304 240 1206 0 0 0 0 9 1 20 0 1 0 175449653 4292608 704 18446744073709551615 94742041047040 94742041941573 140731552031152 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94742042180624 94742042228368 94742042411008 140731552033043 140731552033244 140731552033244 140731552038848 0
/proc/134436/statm: 1048 704 640 219 0 110 0
[pid=134439] ppid=134436 vsize=137084 memory=86264 CPUtime=246.84 cores=5,7
/proc/134439/stat : 134439 (roundingsat) D 134436 134436 134285 0 -1 4194304 18671 0 0 0 24261 423 0 0 20 0 1 0 175449671 140374016 21566 18446744073709551615 4227072 8923577 140735271586640 0 0 0 0 0 8405026 1 0 0 17 5 0 0 0 0 0 9827200 9836688 40361984 140735271594258 140735271594534 140735271594534 140735271600106 0
/proc/134439/statm: 34271 21566 2368 1147 0 21697 0
Current children cumulated CPU time: 246.94 s
Current children cumulated vsize: 141276 KiB
Current children cumulated memory: 89080 KiB
[startup+252.8 s]
/proc/loadavg: 4.57 3.41 3.28 5/262 134713
/proc/meminfo: memFree=114984840/131382112 swapFree=33010416/33010684
[pid=134436] ppid=134433 vsize=4192 memory=2816 CPUtime=0.1 cores=5,7
/proc/134436/stat : 134436 (run-opt-break-l) S 134433 134436 134285 0 -1 4194304 240 1206 0 0 0 0 9 1 20 0 1 0 175449653 4292608 704 18446744073709551615 94742041047040 94742041941573 140731552031152 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94742042180624 94742042228368 94742042411008 140731552033043 140731552033244 140731552033244 140731552038848 0
/proc/134436/statm: 1048 704 640 219 0 110 0
[pid=134439] ppid=134436 vsize=137084 memory=86264 CPUtime=249.99 cores=5,7
/proc/134439/stat : 134439 (roundingsat) R 134436 134436 134285 0 -1 4194304 18671 0 0 0 24571 428 0 0 20 0 1 0 175449671 140374016 21566 18446744073709551615 4227072 8923577 140735271586640 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 40361984 140735271594258 140735271594534 140735271594534 140735271600106 0
/proc/134439/statm: 34271 21566 2368 1147 0 21697 0
Current children cumulated CPU time: 250.09 s
Current children cumulated vsize: 141276 KiB
Current children cumulated memory: 89080 KiB
[startup+254.4 s]
/proc/loadavg: 4.57 3.41 3.28 5/262 134713
/proc/meminfo: memFree=114933056/131382112 swapFree=33010416/33010684
[pid=134436] ppid=134433 vsize=4192 memory=2816 CPUtime=0.1 cores=5,7
/proc/134436/stat : 134436 (run-opt-break-l) S 134433 134436 134285 0 -1 4194304 240 1206 0 0 0 0 9 1 20 0 1 0 175449653 4292608 704 18446744073709551615 94742041047040 94742041941573 140731552031152 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94742042180624 94742042228368 94742042411008 140731552033043 140731552033244 140731552033244 140731552038848 0
/proc/134436/statm: 1048 704 640 219 0 110 0
[pid=134439] ppid=134436 vsize=137084 memory=86264 CPUtime=251.59 cores=5,7
/proc/134439/stat : 134439 (roundingsat) R 134436 134436 134285 0 -1 4194304 18671 0 0 0 24729 430 0 0 20 0 1 0 175449671 140374016 21566 18446744073709551615 4227072 8923577 140735271586640 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 40361984 140735271594258 140735271594534 140735271594534 140735271600106 0
/proc/134439/statm: 34271 21566 2368 1147 0 21697 0
Current children cumulated CPU time: 251.69 s
Current children cumulated vsize: 141276 KiB
Current children cumulated memory: 89080 KiB
[startup+254.8 s]
/proc/loadavg: 4.57 3.41 3.28 5/262 134713
/proc/meminfo: memFree=114933056/131382112 swapFree=33010416/33010684
[pid=134436] ppid=134433 vsize=4192 memory=2816 CPUtime=0.1 cores=5,7
/proc/134436/stat : 134436 (run-opt-break-l) S 134433 134436 134285 0 -1 4194304 240 1206 0 0 0 0 9 1 20 0 1 0 175449653 4292608 704 18446744073709551615 94742041047040 94742041941573 140731552031152 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94742042180624 94742042228368 94742042411008 140731552033043 140731552033244 140731552033244 140731552038848 0
/proc/134436/statm: 1048 704 640 219 0 110 0
[pid=134439] ppid=134436 vsize=137084 memory=86264 CPUtime=251.99 cores=5,7
/proc/134439/stat : 134439 (roundingsat) R 134436 134436 134285 0 -1 4194304 18671 0 0 0 24769 430 0 0 20 0 1 0 175449671 140374016 21566 18446744073709551615 4227072 8923577 140735271586640 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 40361984 140735271594258 140735271594534 140735271594534 140735271600106 0
/proc/134439/statm: 34271 21566 2368 1147 0 21697 0
Current children cumulated CPU time: 252.09 s
Current children cumulated vsize: 141276 KiB
Current children cumulated memory: 89080 KiB
[startup+255.2 s]
/proc/loadavg: 4.53 3.42 3.29 5/262 134713
/proc/meminfo: memFree=114913212/131382112 swapFree=33010416/33010684
[pid=134436] ppid=134433 vsize=4192 memory=2816 CPUtime=0.1 cores=5,7
/proc/134436/stat : 134436 (run-opt-break-l) S 134433 134436 134285 0 -1 4194304 240 1206 0 0 0 0 9 1 20 0 1 0 175449653 4292608 704 18446744073709551615 94742041047040 94742041941573 140731552031152 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94742042180624 94742042228368 94742042411008 140731552033043 140731552033244 140731552033244 140731552038848 0
/proc/134436/statm: 1048 704 640 219 0 110 0
[pid=134439] ppid=134436 vsize=137084 memory=86264 CPUtime=252.39 cores=5,7
/proc/134439/stat : 134439 (roundingsat) R 134436 134436 134285 0 -1 4194304 18672 0 0 0 24808 431 0 0 20 0 1 0 175449671 140374016 21566 18446744073709551615 4227072 8923577 140735271586640 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 40361984 140735271594258 140735271594534 140735271594534 140735271600106 0
/proc/134439/statm: 34271 21566 2368 1147 0 21697 0
Current children cumulated CPU time: 252.49 s
Current children cumulated vsize: 141276 KiB
Current children cumulated memory: 89080 KiB
[startup+255.3 s]
/proc/loadavg: 4.53 3.42 3.29 5/262 134713
/proc/meminfo: memFree=114913212/131382112 swapFree=33010416/33010684
[pid=134436] ppid=134433 vsize=4192 memory=2816 CPUtime=0.1 cores=5,7
/proc/134436/stat : 134436 (run-opt-break-l) S 134433 134436 134285 0 -1 4194304 240 1206 0 0 0 0 9 1 20 0 1 0 175449653 4292608 704 18446744073709551615 94742041047040 94742041941573 140731552031152 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94742042180624 94742042228368 94742042411008 140731552033043 140731552033244 140731552033244 140731552038848 0
/proc/134436/statm: 1048 704 640 219 0 110 0
[pid=134439] ppid=134436 vsize=137084 memory=86264 CPUtime=252.49 cores=5,7
/proc/134439/stat : 134439 (roundingsat) R 134436 134436 134285 0 -1 4194304 18672 0 0 0 24818 431 0 0 20 0 1 0 175449671 140374016 21566 18446744073709551615 4227072 8923577 140735271586640 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 40361984 140735271594258 140735271594534 140735271594534 140735271600106 0
/proc/134439/statm: 34271 21566 2368 1147 0 21697 0
Current children cumulated CPU time: 252.59 s
Current children cumulated vsize: 141276 KiB
Current children cumulated memory: 89080 KiB
Child status: 0
Real time (s): 255.345
CPU time (s): 252.643
CPU user time (s): 248.304
CPU system time (s): 4.33854
CPU usage (%): 98.9416
Max. virtual memory (cumulated for all children) (KiB): 141276
Max. memory (cumulated for all children) (KiB): 89080
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 248.304
system time used= 4.33854
maximum resident set size= 86264
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20143
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= 1321
involuntary context switches= 1191
# summary of solver processes directly reported to runsolver:
# pid: 134436
# total CPU time (s): 252.643
# total CPU user time (s): 248.304
# total CPU system time (s): 4.33854
??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.27719 second user time and 2.48468 second system time
The end
Launcher Data
Begin job on nodeC012 at 2025-07-15 18:41:39
IDJOB=4532733
IDBENCH=178397
IDSOLVER=3393
FILE ID=nodeC012/4532733-1752597699
RUNJOBID= nodeC012-1752597638-134298
SLURM_JOB_ID= 9684396
Free space on /tmp= 432448 MiB
SOLVER NAME= roundingsat+pbsuma-opt-log 0f876b3
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 -w /tmp/evaluation-result-4532733-1752597699/watcher-4532733-1752597699 -o /tmp/evaluation-result-4532733-1752597699/solver-4532733-1752597699 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1752597638-134298 --watchdog 3760 --file-size-limit 100000 run-opt-break-log.sh HOME/instance-4532733-1752597699.opb PROOFDIR/proof-4532733-1752597699
TIME LIMIT= 3600 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 2
MD5SUM BENCH= 8e50416028301376aa06deda864f0965
RANDOM SEED=1284234724
nodeC012 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024
/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance
/proc/cpuinfo:
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00001f
cpu MHz : 3661.956
cache size : 15360 KB
physical id : 0
siblings : 4
core id : 0
cpu cores : 4
apicid : 0
initial apicid : 0
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 6983.39
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 1
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00001f
cpu MHz : 3691.252
cache size : 15360 KB
physical id : 1
siblings : 4
core id : 0
cpu cores : 4
apicid : 16
initial apicid : 16
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 6983.39
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 2
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00001f
cpu MHz : 1197.445
cache size : 15360 KB
physical id : 0
siblings : 4
core id : 1
cpu cores : 4
apicid : 2
initial apicid : 2
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 6983.39
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 3
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00001f
cpu MHz : 3700.000
cache size : 15360 KB
physical id : 1
siblings : 4
core id : 1
cpu cores : 4
apicid : 18
initial apicid : 18
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 6983.39
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 4
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00001f
cpu MHz : 3491.691
cache size : 15360 KB
physical id : 0
siblings : 4
core id : 2
cpu cores : 4
apicid : 4
initial apicid : 4
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 6983.39
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 5
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00001f
cpu MHz : 3492.915
cache size : 15360 KB
physical id : 1
siblings : 4
core id : 2
cpu cores : 4
apicid : 20
initial apicid : 20
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 6983.39
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 6
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00001f
cpu MHz : 1197.334
cache size : 15360 KB
physical id : 0
siblings : 4
core id : 3
cpu cores : 4
apicid : 6
initial apicid : 6
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 6983.39
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 7
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00001f
cpu MHz : 1197.154
cache size : 15360 KB
physical id : 1
siblings : 4
core id : 3
cpu cores : 4
apicid : 22
initial apicid : 22
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 6983.39
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
/proc/meminfo:
MemTotal: 131382112 kB
MemFree: 115747948 kB
MemAvailable: 127401976 kB
Buffers: 2136 kB
Cached: 12434468 kB
SwapCached: 16 kB
Active: 3173064 kB
Inactive: 11801424 kB
Active(anon): 2559128 kB
Inactive(anon): 4948 kB
Active(file): 613936 kB
Inactive(file): 11796476 kB
Unevictable: 3072 kB
Mlocked: 0 kB
SwapTotal: 33010684 kB
SwapFree: 33010416 kB
Zswap: 0 kB
Zswapped: 0 kB
Dirty: 754168 kB
Writeback: 12 kB
AnonPages: 2540944 kB
Mapped: 117492 kB
Shmem: 26136 kB
KReclaimable: 166100 kB
Slab: 281284 kB
SReclaimable: 166100 kB
SUnreclaim: 115184 kB
KernelStack: 4096 kB
PageTables: 8480 kB
SecPageTables: 0 kB
NFS_Unstable: 0 kB
Bounce: 0 kB
WritebackTmp: 0 kB
CommitLimit: 98701740 kB
Committed_AS: 3199100 kB
VmallocTotal: 34359738367 kB
VmallocUsed: 149512 kB
VmallocChunk: 0 kB
Percpu: 3872 kB
HardwareCorrupted: 0 kB
AnonHugePages: 241664 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: 187208 kB
DirectMap2M: 8103936 kB
DirectMap1G: 127926272 kB
Free space on /tmp at the end= 432440 MiB
End job on nodeC012 at 2025-07-15 18:45:55