Trace number 4502421

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
roundingsat+pbsuma-opt-log 63f22adSAT (TO)-29 3600.11 3632.28

General information on the benchmark

NamePB24/normalized-PB11/OPT-LIN/
heinz/normalized-protfold.opb
MD5SUM7d697abe2607c9e2486f4e4c4676f6ab
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-31
Best CPU time to get the best result obtained on this benchmark72000.6
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1835
Total number of constraints2112
Number of constraints which are clauses1906
Number of constraints which are cardinality constraints (but not clauses)86
Number of constraints which are nor clauses,nor cardinality constraints120
Minimum length of a constraint3
Maximum length of a constraint882
Number of terms in the objective function 120
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 120
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 18
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 900
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.02	c ┌────────────────────────────────────────────────────────────────┐
0.00/0.02	c │      pbsuma -- a PB interface for satsuma                      │
0.00/0.02	c │      satsuma_version=1.2, dejavu_version=2.1                   │
0.00/0.02	c │      (c) 2025 Markus Anders                                    │
0.00/0.02	c └────────────────────────────────────────────────────────────────┘
0.00/0.02	c parse 'HOME/instance-4502421-1751421462.opb'
0.00/0.02	c 	read 0.21MB  (2.71ms)
0.00/0.02	c	 [cnf: #variables 1835 #clauses 2113 #duplicates 0 #arr 23611]
0.00/0.03	c output proof to 'PROOFDIR/proof-4502421-1751421462'
0.00/0.03	c 
0.00/0.03	c make graph and approximate orbits
0.00/0.03	c	 [group: #orbits ~= 1116] (2.69ms)
0.00/0.03	c 
0.00/0.03	c detect special group actions
0.00/0.03	c 	probe for Johnson action (limit=64)
0.00/0.03	c 	probe for row-column symmetry (limit=64, splits=16.78M)
0.00/0.03	c 	probe for row symmetry (limit=64, splits=16.78M)
0.00/0.06	c 	 (36.84ms)
0.00/0.06	c 
0.00/0.06	c detect symmetries on remainder
0.00/0.06	c 	[graph: #vertices 9453 #edges 58232]
0.00/0.07	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.00/0.07	c 	 [group: #symmetries 4.00*10^0 #generators 2] (6.93ms)
0.00/0.07	c 
0.00/0.07	c optimize generators (opt_passes=64, conjugate_limit=256)
0.00/0.07	c 	(0.00ms)
0.00/0.07	c 
0.00/0.07	c finalize break order and special generators
0.00/0.07	c 
0.00/0.07	c add generic predicates (break_depth=20)
0.00/0.07	c 	added predicates for 2 generators (0.02ms)
0.00/0.09	c 
0.00/0.09	c generation finished
0.00/0.09	c 	[sbp: #constraints 116 #add_vars 38]
0.00/0.09	c 
0.00/0.09	c write result to 'HOME/instance-4502421-1751421462.opb.pre'
0.00/0.09	c 	wrote 0.22MB (0.57ms)
0.00/0.09	c ------------------------------------------------------------------
0.00/0.09	c                  36.84ms 55.36% detect_special
0.00/0.09	c                  16.70ms 25.09% other
0.00/0.09	c                   6.93ms 10.41% detect_generic
0.00/0.09	c                   2.71ms  4.06% parse
0.00/0.09	c                   2.69ms  4.04% approx_orbits
0.00/0.09	c                   0.57ms  0.86% output
0.00/0.09	c                   0.09ms  0.14% finalize_order
0.00/0.09	c                   0.02ms  0.04% break_generic
0.00/0.09	c                   0.00ms  0.00% optimize_gens
0.00/0.09	c         ───────────────────────────────────────────────
0.00/0.09	c                  66.56ms   100% total
0.00/0.09	c ------------------------------------------------------------------
0.06/0.11	c RoundingSat 2
0.06/0.11	c branch pb25
0.06/0.11	c commit 63f22ad
0.06/0.13	c #variables 1873 #constraints 2265
0.06/0.13	c objective is ce32 
0.06/0.13	c initial watched  CF 32, 64, 128, Arb: 0 , 0 , 0 , 0
0.06/0.13	c initial counting CF 32, 64, 128, Arb: 1 , 0 , 0 , 0
0.06/0.13	c bounds - >= -120 @ 0.017861
0.74/0.89	c bounds -11 >= -120 @ 0.753808
1.84/1.99	c bounds -11 >= -119 @ 1.83018
4.91/5.10	c bounds -11 >= -118 @ 4.87276
10.00/10.18	c rational objective -41.9574
10.80/10.99	c bounds -11 >= -117 @ 10.6924
10.80/10.99	c bounds -11 >= -116 @ 10.6949
10.80/11.00	c bounds -11 >= -115 @ 10.7003
10.90/11.01	c bounds -11 >= -114 @ 10.7144
10.90/11.03	c bounds -11 >= -113 @ 10.7287
10.90/11.05	c bounds -11 >= -112 @ 10.7454
10.90/11.06	c bounds -12 >= -112 @ 10.7582
11.01/11.11	c #Conflicts:       1000 | #Constraints:       3325
11.01/11.11	c bounds -12 >= -111 @ 10.8029
11.01/11.11	c bounds -13 >= -111 @ 10.8045
11.01/11.15	c bounds -14 >= -111 @ 10.8457
11.20/11.33	c bounds -14 >= -110 @ 11.0224
11.20/11.33	c bounds -15 >= -110 @ 11.0259
11.20/11.33	c bounds -18 >= -110 @ 11.0277
11.20/11.38	c #Conflicts:       2000 | #Constraints:       4359
11.20/11.38	c INPROCESSING
11.20/11.38	c GARBAGE COLLECT
11.20/11.38	c bounds -19 >= -110 @ 11.0701
11.20/11.39	c bounds -20 >= -110 @ 11.0848
11.39/11.55	c bounds -21 >= -110 @ 11.2358
13.69/13.84	c #Conflicts:       3000 | #Constraints:       4362
13.69/13.84	c #Conflicts:       4000 | #Constraints:       5371
13.69/13.84	c INPROCESSING
13.69/13.84	c GARBAGE COLLECT
13.69/13.84	c #Conflicts:       5000 | #Constraints:       4791
13.69/13.84	c bounds -21 >= -109 @ 13.4703
13.89/14.02	c bounds -21 >= -108 @ 13.6445
13.89/14.02	c bounds -23 >= -108 @ 13.6506
14.29/14.42	c #Conflicts:       6000 | #Constraints:       5840
14.29/14.42	c INPROCESSING
14.29/14.42	c GARBAGE COLLECT
14.29/14.42	c #Conflicts:       7000 | #Constraints:       4851
14.29/14.42	c bounds -23 >= -107 @ 14.0326
14.29/14.45	c bounds -24 >= -107 @ 14.0594
14.89/15.04	c #Conflicts:       8000 | #Constraints:       5870
14.89/15.04	c #Conflicts:       9000 | #Constraints:       6870
14.89/15.04	c INPROCESSING
14.89/15.04	c GARBAGE COLLECT
14.89/15.04	c #Conflicts:      10000 | #Constraints:       5578
14.89/15.04	c bounds -24 >= -106 @ 14.6339
15.28/15.43	c #Conflicts:      11000 | #Constraints:       6602
15.28/15.43	c bounds -24 >= -105 @ 15.0077
15.28/15.49	c #Conflicts:      12000 | #Constraints:       7629
15.28/15.49	c INPROCESSING
15.28/15.49	c GARBAGE COLLECT
15.28/15.49	c bounds -25 >= -105 @ 15.0648
15.39/15.53	c bounds -26 >= -105 @ 15.1031
16.48/16.60	c #Conflicts:      13000 | #Constraints:       6011
16.48/16.60	c #Conflicts:      14000 | #Constraints:       7011
16.48/16.60	c #Conflicts:      15000 | #Constraints:       8013
16.48/16.60	c INPROCESSING
16.48/16.60	c GARBAGE COLLECT
16.48/16.60	c bounds -26 >= -104 @ 16.1504
16.68/16.81	WSVECS04 Frhs2[4]: 6 0 1.00005 shouldn't be
16.68/16.81	WSVECS04 Frhs2[81]: 6 0 1.0001 shouldn't be
18.58/18.77	c bounds -26 >= -103 @ 18.2907
18.67/18.84	c #Conflicts:      16000 | #Constraints:       6319
18.67/18.84	c bounds -26 >= -102 @ 18.3575
18.88/19.01	c #Conflicts:      17000 | #Constraints:       7343
18.88/19.01	c bounds -26 >= -101 @ 18.5254
18.98/19.19	c #Conflicts:      18000 | #Constraints:       8367
18.98/19.19	c bounds -26 >= -100 @ 18.6963
20.07/20.29	c INPROCESSING
20.07/20.29	c GARBAGE COLLECT
20.07/20.29	c #Conflicts:      19000 | #Constraints:       6240
20.07/20.29	c #Conflicts:      20000 | #Constraints:       7240
20.07/20.29	c #Conflicts:      21000 | #Constraints:       8240
20.07/20.29	c INPROCESSING
20.07/20.29	c GARBAGE COLLECT
20.07/20.29	c #Conflicts:      22000 | #Constraints:       6133
20.07/20.29	c bounds -26 >= -99 @ 19.7596
20.47/20.61	c #Conflicts:      23000 | #Constraints:       7151
20.47/20.61	WSVECS04 Frhs2[2]: 6 0 1.00006 shouldn't be
20.47/20.61	WSVECS04 Frhs2[39]: 6 0 1.00007 shouldn't be
20.47/20.61	WSVECS04 Frhs2[46]: 6 0 1.00002 shouldn't be
20.47/20.61	WSVECS04 Frhs2[87]: 6 0 1.0001 shouldn't be
26.16/26.35	c bounds -26 >= -98 @ 25.7262
26.35/26.51	c #Conflicts:      24000 | #Constraints:       8187
26.35/26.51	c bounds -26 >= -97 @ 25.8805
26.65/26.82	c #Conflicts:      25000 | #Constraints:       9208
26.65/26.82	c INPROCESSING
26.65/26.82	c GARBAGE COLLECT
26.65/26.82	c #Conflicts:      26000 | #Constraints:       6807
26.65/26.82	c bounds -26 >= -96 @ 26.1811
30.24/30.40	c #Conflicts:      27000 | #Constraints:       7843
30.24/30.40	c #Conflicts:      28000 | #Constraints:       8843
30.24/30.40	c #Conflicts:      29000 | #Constraints:       9843
30.24/30.40	c INPROCESSING
30.24/30.40	c GARBAGE COLLECT
30.24/30.40	c rational objective -41.9574
32.62/32.86	c #Conflicts:      30000 | #Constraints:       7252
32.62/32.86	c #Conflicts:      31000 | #Constraints:       8252
32.62/32.86	c #Conflicts:      32000 | #Constraints:       9252
32.62/32.86	c #Conflicts:      33000 | #Constraints:      10252
32.62/32.86	c INPROCESSING
32.62/32.86	c GARBAGE COLLECT
32.62/32.86	c #Conflicts:      34000 | #Constraints:       7472
32.62/32.86	c #Conflicts:      35000 | #Constraints:       8472
32.62/32.86	c bounds -26 >= -95 @ 32.1039
35.50/35.79	c #Conflicts:      36000 | #Constraints:       9499
35.50/35.79	c #Conflicts:      37000 | #Constraints:      10499
35.50/35.79	c INPROCESSING
35.50/35.79	c GARBAGE COLLECT
35.50/35.79	c rational objective -41.9574
36.71/36.90	c #Conflicts:      38000 | #Constraints:       7493
36.71/36.90	c bounds -26 >= -94 @ 36.0866
42.69/42.90	c #Conflicts:      39000 | #Constraints:       8520
42.69/42.90	c #Conflicts:      40000 | #Constraints:       9520
42.69/42.90	c #Conflicts:      41000 | #Constraints:      10520
42.69/42.90	c INPROCESSING
42.69/42.90	c GARBAGE COLLECT
42.69/42.90	c #Conflicts:      42000 | #Constraints:       7303
42.69/42.90	c #Conflicts:      43000 | #Constraints:       8303
42.69/42.90	c #Conflicts:      44000 | #Constraints:       9303
42.69/42.90	c #Conflicts:      45000 | #Constraints:      10303
42.69/42.90	c #Conflicts:      46000 | #Constraints:      11303
42.69/42.90	c INPROCESSING
42.69/42.90	c GARBAGE COLLECT
42.69/42.90	c rational objective -41.9574
44.19/44.45	c #Conflicts:      47000 | #Constraints:       7913
44.19/44.45	c #Conflicts:      48000 | #Constraints:       8913
44.19/44.45	c #Conflicts:      49000 | #Constraints:       9913
44.19/44.45	c #Conflicts:      50000 | #Constraints:      10913
44.19/44.45	c bounds -26 >= -93 @ 43.4786
45.18/45.47	c #Conflicts:      51000 | #Constraints:      11949
45.18/45.47	c INPROCESSING
45.18/45.47	c GARBAGE COLLECT
45.18/45.47	c #Conflicts:      52000 | #Constraints:       8254
45.18/45.47	WSVECS04 Frhs2[27]: 6 0 1.00001 shouldn't be
45.18/45.47	WSVECS04 Frhs2[46]: 6 -0.500035 0 shouldn't be
45.18/45.47	WSVECS04 Frhs2[54]: 6 -3.00007 0 shouldn't be
45.18/45.47	WSVECS04 Frhs2[81]: 6 0 1.00008 shouldn't be
45.18/45.47	WSVECS04 Frhs2[105]: 6 0 1.00004 shouldn't be
46.48/46.76	WSVECS04 Frhs2[37]: 6 -3.00002 0 shouldn't be
46.48/46.76	WSVECS04 Frhs2[41]: 6 -2.50008 0 shouldn't be
46.48/46.76	WSVECS04 Frhs2[88]: 6 -5.00006 0 shouldn't be
48.58/48.80	WSVECS04 Frhs2[1]: 6 -2.50003 0 shouldn't be
49.47/49.71	WSVECS04 Frhs2[67]: 6 -6.00009 0 shouldn't be
54.16/54.44	WSVECS04 Frhs2[85]: 6 -2.50005 0 shouldn't be
54.77/55.09	WSVECS04 Frhs2[14]: 6 0 1.0001 shouldn't be
54.77/55.09	WSVECS04 Frhs2[21]: 6 0 1.00002 shouldn't be
54.77/55.09	WSVECS04 Frhs2[56]: 6 0 1.0001 shouldn't be
54.77/55.09	WSVECS04 Frhs2[83]: 6 0 1.00002 shouldn't be
58.04/58.30	c #Conflicts:      53000 | #Constraints:       9254
58.04/58.30	c #Conflicts:      54000 | #Constraints:      10254
58.04/58.30	c #Conflicts:      55000 | #Constraints:      11254
58.04/58.30	c #Conflicts:      56000 | #Constraints:      12254
58.04/58.30	c INPROCESSING
58.04/58.30	c GARBAGE COLLECT
58.04/58.30	c rational objective -41.3191
62.93/63.26	c #Conflicts:      57000 | #Constraints:       8480
62.93/63.26	c #Conflicts:      58000 | #Constraints:       9480
62.93/63.26	c #Conflicts:      59000 | #Constraints:      10480
62.93/63.26	c #Conflicts:      60000 | #Constraints:      11480
62.93/63.26	c #Conflicts:      61000 | #Constraints:      12480
62.93/63.26	c INPROCESSING
62.93/63.26	c GARBAGE COLLECT
62.93/63.26	c rational objective -41.1775
64.73/65.04	c #Conflicts:      62000 | #Constraints:       8540
64.73/65.04	c #Conflicts:      63000 | #Constraints:       9540
64.73/65.04	c #Conflicts:      64000 | #Constraints:      10540
64.73/65.04	c #Conflicts:      65000 | #Constraints:      11540
64.73/65.04	c #Conflicts:      66000 | #Constraints:      12540
64.73/65.04	c bounds -26 >= -92 @ 63.8117
71.30/71.62	c INPROCESSING
71.30/71.62	c GARBAGE COLLECT
71.30/71.62	c #Conflicts:      67000 | #Constraints:       8318
71.30/71.62	c #Conflicts:      68000 | #Constraints:       9318
71.30/71.62	c #Conflicts:      69000 | #Constraints:      10318
71.30/71.62	c #Conflicts:      70000 | #Constraints:      11318
71.30/71.62	c #Conflicts:      71000 | #Constraints:      12318
71.30/71.62	c #Conflicts:      72000 | #Constraints:      13318
71.30/71.62	c INPROCESSING
71.30/71.62	c GARBAGE COLLECT
71.30/71.62	c #Conflicts:      73000 | #Constraints:       8922
71.30/71.62	c #Conflicts:      74000 | #Constraints:       9922
71.30/71.62	c #Conflicts:      75000 | #Constraints:      10922
71.30/71.62	c #Conflicts:      76000 | #Constraints:      11922
71.30/71.62	c #Conflicts:      77000 | #Constraints:      12922
71.30/71.62	c #Conflicts:      78000 | #Constraints:      13922
71.30/71.62	c INPROCESSING
71.30/71.62	c GARBAGE COLLECT
71.30/71.62	WSVECS04 Frhs2[151]: 6 0 0.226189 shouldn't be
71.30/71.63	WSVECS04 Frhs2[205]: 6 0 3.66666 shouldn't be
71.30/71.63	WSVECS04 Frhs2[272]: 6 0 1.07325 shouldn't be
71.30/71.63	WSVECS04 Frhs2[278]: 6 0 0.27508 shouldn't be
71.30/71.63	WSVECS04 Frhs2[445]: 6 0 0.602602 shouldn't be
71.30/71.63	WSVECS04 Frhs2[448]: 6 0 0.261684 shouldn't be
71.30/71.63	WSVECS04 Frhs2[462]: 6 0 0.525334 shouldn't be
71.30/71.63	WSVECS04 Frhs2[470]: 6 0 0.101363 shouldn't be
71.30/71.63	WSVECS04 Frhs2[601]: 6 0 0.10375 shouldn't be
71.30/71.63	WSVECS04 Frhs2[661]: 6 0 0.277834 shouldn't be
71.30/71.63	WSVECS04 Frhs2[665]: 6 0 0.351403 shouldn't be
71.30/71.63	WSVECS04 Frhs2[673]: 6 0 0.196489 shouldn't be
71.30/71.63	WSVECS04 Frhs2[704]: 6 0 0.0422743 shouldn't be
71.30/71.63	WSVECS04 Frhs2[723]: 6 0 1.22719 shouldn't be
71.30/71.63	WSVECS04 Frhs2[737]: 6 0 0.140064 shouldn't be
71.30/71.63	WSVECS04 Frhs2[889]: 6 0 0.257774 shouldn't be
71.30/71.63	WSVECS04 Frhs2[1077]: 6 0 1.64159 shouldn't be
71.30/71.63	WSVECS04 Frhs2[1123]: 6 0 0.367774 shouldn't be
71.30/71.63	WSVECS04 Frhs2[1345]: 6 0 0.280008 shouldn't be
71.30/71.63	WSVECS04 Frhs2[1428]: 6 0 0.0625377 shouldn't be
71.30/71.63	WSVECS04 Frhs2[1479]: 6 0 0.0738752 shouldn't be
71.30/71.63	WSVECS04 Frhs2[1544]: 6 0 0.0831431 shouldn't be
71.30/71.63	WSVECS04 Frhs2[1552]: 6 0 0.046188 shouldn't be
71.30/71.63	WSVECS04 Frhs2[1614]: 6 0 0.0515498 shouldn't be
71.30/71.63	WSVECS04 Frhs2[1656]: 6 0 0.352174 shouldn't be
71.30/71.63	WSVECS04 Frhs2[1678]: 6 0 0.072721 shouldn't be
71.30/71.63	WSVECS04 Frhs2[1696]: 6 0 0.528715 shouldn't be
71.30/71.63	WSVECS04 Frhs2[1846]: 6 -1.09173 0 shouldn't be
71.30/71.63	WSVECS04 Frhs2[1848]: 6 -0.0532178 0 shouldn't be
71.61/71.98	WSVECS04 Frhs2[146]: 6 0 0.268445 shouldn't be
71.61/71.98	WSVECS04 Frhs2[347]: 6 0 1.25215 shouldn't be
71.61/71.98	WSVECS04 Frhs2[369]: 6 0 1.00523 shouldn't be
71.61/71.98	WSVECS04 Frhs2[373]: 6 0 0.00182658 shouldn't be
71.61/71.98	WSVECS04 Frhs2[413]: 6 0 0.0960558 shouldn't be
71.61/71.98	WSVECS04 Frhs2[449]: 6 0 0.549964 shouldn't be
71.61/71.98	WSVECS04 Frhs2[491]: 6 0 0.210482 shouldn't be
71.61/71.98	WSVECS04 Frhs2[509]: 6 0 1.45957 shouldn't be
71.61/71.98	WSVECS04 Frhs2[554]: 6 0 0.278944 shouldn't be
71.61/71.98	WSVECS04 Frhs2[567]: 6 0 0.513051 shouldn't be
71.61/71.98	WSVECS04 Frhs2[572]: 6 0 0.464462 shouldn't be
71.61/71.98	WSVECS04 Frhs2[670]: 6 0 0.085506 shouldn't be
71.61/71.98	WSVECS04 Frhs2[892]: 6 0 0.356096 shouldn't be
71.61/71.98	WSVECS04 Frhs2[1011]: 6 0 1.44362 shouldn't be
71.61/71.98	WSVECS04 Frhs2[1142]: 6 0 0.944952 shouldn't be
71.61/71.98	WSVECS04 Frhs2[1177]: 6 0 0.80314 shouldn't be
71.61/71.98	WSVECS04 Frhs2[1193]: 6 0 0.3656 shouldn't be
71.61/71.98	WSVECS04 Frhs2[1195]: 6 0 0.0914438 shouldn't be
71.61/71.98	WSVECS04 Frhs2[1279]: 6 0 0.0247702 shouldn't be
71.61/71.98	WSVECS04 Frhs2[1334]: 6 0 1.07148 shouldn't be
71.61/71.98	WSVECS04 Frhs2[1464]: 6 0 0.353907 shouldn't be
71.61/71.98	WSVECS04 Frhs2[1491]: 6 0 0.171637 shouldn't be
71.61/71.98	WSVECS04 Frhs2[1523]: 6 0 0.181 shouldn't be
71.61/71.98	WSVECS04 Frhs2[1654]: 6 0 0.446965 shouldn't be
71.61/71.98	WSVECS04 Frhs2[1663]: 6 0 0.532045 shouldn't be
71.61/71.98	WSVECS04 Frhs2[1699]: 6 0 0.247149 shouldn't be
71.61/71.98	WSVECS04 Frhs2[1757]: 6 0 0.688303 shouldn't be
71.61/71.98	WSVECS04 Frhs2[1804]: 6 0 0.075433 shouldn't be
82.48/82.84	c #Conflicts:      79000 | #Constraints:       9378
82.48/82.84	c #Conflicts:      80000 | #Constraints:      10378
82.48/82.84	c #Conflicts:      81000 | #Constraints:      11378
82.48/82.84	c #Conflicts:      82000 | #Constraints:      12378
82.48/82.84	c #Conflicts:      83000 | #Constraints:      13378
82.48/82.84	c #Conflicts:      84000 | #Constraints:      14378
82.48/82.84	c INPROCESSING
82.48/82.84	c GARBAGE COLLECT
82.48/82.84	c #Conflicts:      85000 | #Constraints:       9553
82.48/82.84	c #Conflicts:      86000 | #Constraints:      10553
82.48/82.84	c #Conflicts:      87000 | #Constraints:      11553
82.48/82.84	c #Conflicts:      88000 | #Constraints:      12553
82.48/82.84	c bounds -26 >= -91 @ 81.2712
111.94/112.43	c #Conflicts:      89000 | #Constraints:      13586
111.94/112.43	c #Conflicts:      90000 | #Constraints:      14586
111.94/112.43	c INPROCESSING
111.94/112.43	c GARBAGE COLLECT
111.94/112.43	c #Conflicts:      91000 | #Constraints:       9573
111.94/112.43	c #Conflicts:      92000 | #Constraints:      10586
111.94/112.43	c #Conflicts:      93000 | #Constraints:      11588
111.94/112.43	c #Conflicts:      94000 | #Constraints:      12595
111.94/112.43	c #Conflicts:      95000 | #Constraints:      13618
111.94/112.43	c #Conflicts:      96000 | #Constraints:      14624
111.94/112.43	c #Conflicts:      97000 | #Constraints:      15655
111.94/112.43	c #Conflicts:      98000 | #Constraints:      16669
111.94/112.43	c #Conflicts:      99000 | #Constraints:      17695
111.94/112.43	c #Conflicts:     100000 | #Constraints:      18731
111.94/112.43	c #Conflicts:     101000 | #Constraints:      19740
111.94/112.43	c #Conflicts:     102000 | #Constraints:      20749
111.94/112.43	c #Conflicts:     103000 | #Constraints:      21773
111.94/112.43	c #Conflicts:     104000 | #Constraints:      22773
111.94/112.43	c #Conflicts:     105000 | #Constraints:      23775
111.94/112.43	c #Conflicts:     106000 | #Constraints:      24796
111.94/112.43	c #Conflicts:     107000 | #Constraints:      25812
111.94/112.43	c #Conflicts:     108000 | #Constraints:      26815
111.94/112.43	c #Conflicts:     109000 | #Constraints:      27816
111.94/112.43	c #Conflicts:     110000 | #Constraints:      28818
111.94/112.43	c #Conflicts:     111000 | #Constraints:      29839
111.94/112.43	c #Conflicts:     112000 | #Constraints:      30843
111.94/112.43	c #Conflicts:     113000 | #Constraints:      31855
111.94/112.43	c #Conflicts:     114000 | #Constraints:      32866
111.94/112.43	c #Conflicts:     115000 | #Constraints:      33924
111.94/112.43	c #Conflicts:     116000 | #Constraints:      34928
111.94/112.43	c #Conflicts:     117000 | #Constraints:      35939
111.94/112.43	c INPROCESSING
111.94/112.43	c GARBAGE COLLECT
111.94/112.43	c #Conflicts:     118000 | #Constraints:      20278
111.94/112.43	c #Conflicts:     119000 | #Constraints:      21281
111.94/112.43	WSVECS04 Frhs2[2]: 6 0 1.38225 shouldn't be
111.94/112.43	WSVECS04 Frhs2[4]: 6 -6.2727 0 shouldn't be
111.94/112.43	WSVECS04 Frhs2[8]: 6 -4.21017 0 shouldn't be
111.94/112.43	WSVECS04 Frhs2[13]: 6 -1.05245 0 shouldn't be
111.94/112.43	WSVECS04 Frhs2[22]: 6 0 0.343275 shouldn't be
111.94/112.43	WSVECS04 Frhs2[35]: 6 0 0.635734 shouldn't be
111.94/112.43	WSVECS04 Frhs2[38]: 6 -2.39557 0 shouldn't be
111.94/112.43	WSVECS04 Frhs2[40]: 6 0 5.3962 shouldn't be
111.94/112.43	WSVECS04 Frhs2[52]: 6 -0.625412 0 shouldn't be
111.94/112.43	WSVECS04 Frhs2[59]: 6 -2.00008 0 shouldn't be
111.94/112.43	WSVECS04 Frhs2[69]: 6 0 1.38221 shouldn't be
111.94/112.43	WSVECS04 Frhs2[74]: 6 -3.77708 0 shouldn't be
111.94/112.43	WSVECS04 Frhs2[93]: 6 -4.21814 0 shouldn't be
111.94/112.43	WSVECS04 Frhs2[101]: 6 0 1.26254 shouldn't be
111.94/112.43	WSVECS04 Frhs2[103]: 6 0 1.00009 shouldn't be
111.94/112.43	WSVECS04 Frhs2[105]: 6 -8.16216 0 shouldn't be
114.63/115.12	WSVECS04 Frhs2[3]: 6 0 1.00002 shouldn't be
114.63/115.12	WSVECS04 Frhs2[46]: 6 0 1.00008 shouldn't be
114.63/115.12	WSVECS04 Frhs2[88]: 6 0 1.00003 shouldn't be
115.23/115.73	WSVECS04 Frhs2[21]: 6 0 1.43618 shouldn't be
115.72/116.20	WSVECS04 Frhs2[53]: 6 0 1.00006 shouldn't be
116.63/117.16	WSVECS04 Frhs2[52]: 6 -0.625315 0 shouldn't be
117.72/118.28	WSVECS04 Frhs2[2]: 6 0 1.38217 shouldn't be
117.72/118.28	WSVECS04 Frhs2[4]: 6 -6.2726 0 shouldn't be
117.72/118.28	WSVECS04 Frhs2[8]: 6 -4.2101 0 shouldn't be
117.72/118.28	WSVECS04 Frhs2[13]: 6 -1.05236 0 shouldn't be
117.72/118.28	WSVECS04 Frhs2[34]: 6 0 1.5596 shouldn't be
117.72/118.28	WSVECS04 Frhs2[40]: 6 0 5.39616 shouldn't be
117.72/118.28	WSVECS04 Frhs2[53]: 6 0 1 shouldn't be
117.72/118.28	WSVECS04 Frhs2[59]: 6 -2 0 shouldn't be
117.72/118.28	WSVECS04 Frhs2[69]: 6 0 1.38217 shouldn't be
117.72/118.28	WSVECS04 Frhs2[74]: 6 -3.77706 0 shouldn't be
117.72/118.28	WSVECS04 Frhs2[93]: 6 -4.21806 0 shouldn't be
117.72/118.28	WSVECS04 Frhs2[103]: 6 0 1 shouldn't be
117.72/118.28	WSVECS04 Frhs2[105]: 6 -8.16208 0 shouldn't be
118.51/119.09	WSVECS04 Frhs2[12]: 6 0 0.139015 shouldn't be
118.51/119.09	WSVECS04 Frhs2[21]: 6 0 1.43612 shouldn't be
118.51/119.09	WSVECS04 Frhs2[22]: 6 0 0.343227 shouldn't be
118.51/119.09	WSVECS04 Frhs2[35]: 6 0 0.635639 shouldn't be
121.00/121.59	c #Conflicts:     120000 | #Constraints:      22282
121.00/121.59	c #Conflicts:     121000 | #Constraints:      23282
121.00/121.59	c #Conflicts:     122000 | #Constraints:      24282
121.00/121.59	c #Conflicts:     123000 | #Constraints:      25282
121.00/121.59	c #Conflicts:     124000 | #Constraints:      26282
121.00/121.59	c INPROCESSING
121.00/121.59	c GARBAGE COLLECT
121.00/121.59	c #Conflicts:     125000 | #Constraints:      15119
121.00/121.59	c #Conflicts:     126000 | #Constraints:      16119
121.00/121.59	c bounds -26 >= -90 @ 119.366
124.39/124.92	c #Conflicts:     127000 | #Constraints:      17146
124.39/124.92	c #Conflicts:     128000 | #Constraints:      18146
124.39/124.92	c #Conflicts:     129000 | #Constraints:      19146
124.39/124.92	c #Conflicts:     130000 | #Constraints:      20146
124.39/124.92	c #Conflicts:     131000 | #Constraints:      21146
124.39/124.92	c #Conflicts:     132000 | #Constraints:      22146
124.39/124.92	c INPROCESSING
124.39/124.92	c GARBAGE COLLECT
124.39/124.92	WSVECS04 Frhs2[86]: 6 0 1.00008 shouldn't be
124.70/125.29	WSVECS04 Frhs2[48]: 6 0 1.00009 shouldn't be
129.49/130.05	c #Conflicts:     133000 | #Constraints:      13195
129.49/130.05	c #Conflicts:     134000 | #Constraints:      14195
129.49/130.05	c #Conflicts:     135000 | #Constraints:      15195
129.49/130.05	WSVECS04 Frhs2[9]: 6 0 1.00003 shouldn't be
136.07/136.66	c #Conflicts:     136000 | #Constraints:      16196
136.07/136.66	c #Conflicts:     137000 | #Constraints:      17196
136.07/136.66	c #Conflicts:     138000 | #Constraints:      18196
136.07/136.66	c bounds -26 >= -89 @ 134.227
137.66/138.24	c #Conflicts:     139000 | #Constraints:      19229
137.66/138.24	c #Conflicts:     140000 | #Constraints:      20229
137.66/138.24	c INPROCESSING
137.66/138.24	c GARBAGE COLLECT
137.66/138.24	WSVECS04 Frhs2[86]: 6 0 1.00009 shouldn't be
138.07/138.62	WSVECS04 Frhs2[105]: 6 0 1.00002 shouldn't be
143.64/144.29	WSVECS04 Frhs2[60]: 6 0 1.00004 shouldn't be
151.52/152.14	c #Conflicts:     141000 | #Constraints:      12307
151.52/152.14	c #Conflicts:     142000 | #Constraints:      13307
151.52/152.14	c #Conflicts:     143000 | #Constraints:      14307
151.52/152.14	c #Conflicts:     144000 | #Constraints:      15307
151.52/152.14	c #Conflicts:     145000 | #Constraints:      16307
151.52/152.14	c #Conflicts:     146000 | #Constraints:      17307
151.52/152.14	c #Conflicts:     147000 | #Constraints:      18307
151.52/152.14	c #Conflicts:     148000 | #Constraints:      19307
151.52/152.14	c INPROCESSING
151.52/152.14	c GARBAGE COLLECT
151.52/152.14	c #Conflicts:     149000 | #Constraints:      11798
151.52/152.14	c #Conflicts:     150000 | #Constraints:      12798
151.52/152.14	c #Conflicts:     151000 | #Constraints:      13798
151.52/152.14	c #Conflicts:     152000 | #Constraints:      14798
151.52/152.14	c bounds -26 >= -88 @ 149.484
161.78/162.47	c #Conflicts:     153000 | #Constraints:      15834
161.78/162.47	c #Conflicts:     154000 | #Constraints:      16834
161.78/162.47	c #Conflicts:     155000 | #Constraints:      17834
161.78/162.47	c #Conflicts:     156000 | #Constraints:      18834
161.78/162.47	c INPROCESSING
161.78/162.47	c GARBAGE COLLECT
161.78/162.47	c #Conflicts:     157000 | #Constraints:      11423
161.78/162.47	c #Conflicts:     158000 | #Constraints:      12423
161.78/162.47	c #Conflicts:     159000 | #Constraints:      13424
161.78/162.47	c #Conflicts:     160000 | #Constraints:      14424
161.78/162.47	c #Conflicts:     161000 | #Constraints:      15424
161.78/162.47	c #Conflicts:     162000 | #Constraints:      16424
161.78/162.47	c #Conflicts:     163000 | #Constraints:      17424
161.78/162.47	c #Conflicts:     164000 | #Constraints:      18424
161.78/162.47	c #Conflicts:     165000 | #Constraints:      19424
161.78/162.47	c #Conflicts:     166000 | #Constraints:      20424
161.78/162.47	c #Conflicts:     167000 | #Constraints:      21424
161.78/162.47	c #Conflicts:     168000 | #Constraints:      22424
161.78/162.47	c #Conflicts:     169000 | #Constraints:      23424
161.78/162.47	c #Conflicts:     170000 | #Constraints:      24424
161.78/162.47	c #Conflicts:     171000 | #Constraints:      25425
161.78/162.47	c #Conflicts:     172000 | #Constraints:      26425
161.78/162.47	c #Conflicts:     173000 | #Constraints:      27425
161.78/162.47	c bounds -26 >= -87 @ 159.594
165.07/165.76	c #Conflicts:     174000 | #Constraints:      28461
165.07/165.76	c #Conflicts:     175000 | #Constraints:      29461
165.07/165.76	c #Conflicts:     176000 | #Constraints:      30461
165.07/165.76	c #Conflicts:     177000 | #Constraints:      31461
165.07/165.76	c #Conflicts:     178000 | #Constraints:      32461
165.07/165.76	c #Conflicts:     179000 | #Constraints:      33461
165.07/165.76	c #Conflicts:     180000 | #Constraints:      34462
165.07/165.76	WSVECS04 Frhs2[21]: 6 0 8.2209 shouldn't be
165.07/165.76	WSVECS04 Frhs2[32]: 6 -21.8157 0 shouldn't be
165.07/165.76	WSVECS04 Frhs2[105]: 6 0 3.04597 shouldn't be
168.76/169.43	WSVECS04 Frhs2[20]: 6 0 1.00003 shouldn't be
168.76/169.43	WSVECS04 Frhs2[60]: 6 0 1.00002 shouldn't be
187.69/188.40	c #Conflicts:     181000 | #Constraints:      35462
187.69/188.40	c #Conflicts:     182000 | #Constraints:      36462
187.69/188.40	c #Conflicts:     183000 | #Constraints:      37462
187.69/188.40	c #Conflicts:     184000 | #Constraints:      38462
187.69/188.40	c #Conflicts:     185000 | #Constraints:      39462
187.69/188.40	c #Conflicts:     186000 | #Constraints:      40462
187.69/188.40	c #Conflicts:     187000 | #Constraints:      41462
187.69/188.40	c #Conflicts:     188000 | #Constraints:      42462
187.69/188.40	c #Conflicts:     189000 | #Constraints:      43462
187.69/188.40	c #Conflicts:     190000 | #Constraints:      44462
187.69/188.40	c #Conflicts:     191000 | #Constraints:      45462
187.69/188.40	c INPROCESSING
187.69/188.40	c GARBAGE COLLECT
187.69/188.40	c #Conflicts:     192000 | #Constraints:      24906
187.69/188.40	c bounds -26 >= -86 @ 185.156
200.84/201.62	c #Conflicts:     193000 | #Constraints:      25924
200.84/201.62	c #Conflicts:     194000 | #Constraints:      26924
200.84/201.62	c #Conflicts:     195000 | #Constraints:      27924
200.84/201.62	c #Conflicts:     196000 | #Constraints:      28924
200.84/201.62	c #Conflicts:     197000 | #Constraints:      29924
200.84/201.62	c #Conflicts:     198000 | #Constraints:      30924
200.84/201.62	c #Conflicts:     199000 | #Constraints:      31924
200.84/201.62	c #Conflicts:     200000 | #Constraints:      32924
200.84/201.62	c #Conflicts:     201000 | #Constraints:      33924
200.84/201.62	c INPROCESSING
200.84/201.62	c GARBAGE COLLECT
200.84/201.62	c #Conflicts:     202000 | #Constraints:      19385
200.84/201.62	c #Conflicts:     203000 | #Constraints:      20385
200.84/201.62	c #Conflicts:     204000 | #Constraints:      21385
200.84/201.62	c #Conflicts:     205000 | #Constraints:      22386
200.84/201.62	c #Conflicts:     206000 | #Constraints:      23386
200.84/201.62	c #Conflicts:     207000 | #Constraints:      24386
200.84/201.62	c #Conflicts:     208000 | #Constraints:      25386
200.84/201.62	c #Conflicts:     209000 | #Constraints:      26386
200.84/201.62	c #Conflicts:     210000 | #Constraints:      27386
200.84/201.62	c INPROCESSING
200.84/201.62	c GARBAGE COLLECT
200.84/201.62	WSVECS04 Frhs2[7]: 6 0 59.9059 shouldn't be
200.84/201.62	WSVECS04 Frhs2[32]: 6 -123.504 0 shouldn't be
200.84/201.62	WSVECS04 Frhs2[60]: 6 0 45.9496 shouldn't be
200.84/201.62	WSVECS04 Frhs2[86]: 6 -170.21 0 shouldn't be
202.94/203.74	WSVECS04 Frhs2[53]: 6 0 1.00006 shouldn't be
202.94/203.74	WSVECS04 Frhs2[72]: 6 0 1.00002 shouldn't be
206.43/207.28	WSVECS04 Frhs2[7]: 6 0 59.9059 shouldn't be
206.43/207.28	WSVECS04 Frhs2[20]: 6 -98.9778 0 shouldn't be
206.43/207.28	WSVECS04 Frhs2[32]: 6 -123.504 0 shouldn't be
206.43/207.28	WSVECS04 Frhs2[86]: 6 -170.21 0 shouldn't be
234.61/235.52	c #Conflicts:     211000 | #Constraints:      15511
234.61/235.52	c #Conflicts:     212000 | #Constraints:      16511
234.61/235.52	c #Conflicts:     213000 | #Constraints:      17511
234.61/235.52	c #Conflicts:     214000 | #Constraints:      18511
234.61/235.52	c #Conflicts:     215000 | #Constraints:      19511
234.61/235.52	c #Conflicts:     216000 | #Constraints:      20511
234.61/235.52	c #Conflicts:     217000 | #Constraints:      21511
234.61/235.52	c #Conflicts:     218000 | #Constraints:      22512
234.61/235.52	c #Conflicts:     219000 | #Constraints:      23512
234.61/235.52	c #Conflicts:     220000 | #Constraints:      24519
234.61/235.52	c INPROCESSING
234.61/235.52	c GARBAGE COLLECT
234.61/235.52	c #Conflicts:     221000 | #Constraints:      14334
234.61/235.52	c #Conflicts:     222000 | #Constraints:      15334
234.61/235.52	c #Conflicts:     223000 | #Constraints:      16334
234.61/235.52	c #Conflicts:     224000 | #Constraints:      17334
234.61/235.52	c #Conflicts:     225000 | #Constraints:      18334
234.61/235.52	c #Conflicts:     226000 | #Constraints:      19334
234.61/235.52	c #Conflicts:     227000 | #Constraints:      20334
234.61/235.52	c #Conflicts:     228000 | #Constraints:      21334
234.61/235.52	c #Conflicts:     229000 | #Constraints:      22334
234.61/235.52	c #Conflicts:     230000 | #Constraints:      23334
234.61/235.52	c #Conflicts:     231000 | #Constraints:      24334
234.61/235.52	c INPROCESSING
234.61/235.52	c GARBAGE COLLECT
234.61/235.52	c #Conflicts:     232000 | #Constraints:      14521
234.61/235.52	c #Conflicts:     233000 | #Constraints:      15521
234.61/235.52	c #Conflicts:     234000 | #Constraints:      16522
234.61/235.52	c #Conflicts:     235000 | #Constraints:      17522
234.61/235.52	c #Conflicts:     236000 | #Constraints:      18522
234.61/235.52	c #Conflicts:     237000 | #Constraints:      19522
234.61/235.52	c #Conflicts:     238000 | #Constraints:      20522
234.61/235.52	c #Conflicts:     239000 | #Constraints:      21522
234.61/235.52	c #Conflicts:     240000 | #Constraints:      22522
234.61/235.52	c #Conflicts:     241000 | #Constraints:      23522
234.61/235.52	c bounds -26 >= -85 @ 231.492
259.26/260.69	c INPROCESSING
259.26/260.69	c GARBAGE COLLECT
259.26/260.69	c #Conflicts:     242000 | #Constraints:      14018
259.26/260.69	c #Conflicts:     243000 | #Constraints:      15022
259.26/260.69	c #Conflicts:     244000 | #Constraints:      16031
259.26/260.69	c #Conflicts:     245000 | #Constraints:      17035
259.26/260.69	c #Conflicts:     246000 | #Constraints:      18065
259.26/260.69	c #Conflicts:     247000 | #Constraints:      19111
259.26/260.69	c #Conflicts:     248000 | #Constraints:      20118
259.26/260.69	c #Conflicts:     249000 | #Constraints:      21132
259.26/260.69	c #Conflicts:     250000 | #Constraints:      22162
259.26/260.69	c #Conflicts:     251000 | #Constraints:      23164
259.26/260.69	c #Conflicts:     252000 | #Constraints:      24165
259.26/260.69	c #Conflicts:     253000 | #Constraints:      25174
259.26/260.69	c #Conflicts:     254000 | #Constraints:      26178
259.26/260.69	c #Conflicts:     255000 | #Constraints:      27214
259.26/260.69	c #Conflicts:     256000 | #Constraints:      28253
259.26/260.69	c #Conflicts:     257000 | #Constraints:      29340
259.26/260.69	c #Conflicts:     258000 | #Constraints:      30342
259.26/260.69	c #Conflicts:     259000 | #Constraints:      31349
259.26/260.69	c #Conflicts:     260000 | #Constraints:      32351
259.26/260.69	c #Conflicts:     261000 | #Constraints:      33357
259.26/260.69	c #Conflicts:     262000 | #Constraints:      34361
259.26/260.69	c #Conflicts:     263000 | #Constraints:      35362
259.26/260.69	c #Conflicts:     264000 | #Constraints:      36362
259.26/260.69	c #Conflicts:     265000 | #Constraints:      37363
259.26/260.69	c #Conflicts:     266000 | #Constraints:      38365
259.26/260.69	c #Conflicts:     267000 | #Constraints:      39368
259.26/260.69	c #Conflicts:     268000 | #Constraints:      40373
259.26/260.69	c bounds -27 >= -85 @ 255.881
259.76/261.10	WSVECS04 Frhs2[10]: 6 0 1.00001 shouldn't be
259.76/261.10	WSVECS04 Frhs2[45]: 6 0 1.00009 shouldn't be
259.76/261.10	WSVECS04 Frhs2[75]: 6 0 1.00005 shouldn't be
259.76/261.10	WSVECS04 Frhs2[111]: 6 0 1.00008 shouldn't be
259.76/261.10	WSVECS04 Frhs2[112]: 6 0 1.00002 shouldn't be
263.45/264.88	c #Conflicts:     269000 | #Constraints:      41376
263.45/264.88	c #Conflicts:     270000 | #Constraints:      42376
263.45/264.88	c #Conflicts:     271000 | #Constraints:      43376
263.45/264.88	c #Conflicts:     272000 | #Constraints:      44376
263.45/264.88	WSVECS04 Frhs2[13]: 6 0 1.00002 shouldn't be
263.45/264.88	WSVECS04 Frhs2[16]: 6 -2.96263 0 shouldn't be
263.45/264.88	WSVECS04 Frhs2[17]: 6 -2.92508 0 shouldn't be
263.45/264.88	WSVECS04 Frhs2[19]: 6 0 1.00008 shouldn't be
263.45/264.88	WSVECS04 Frhs2[34]: 6 0 1.00003 shouldn't be
263.45/264.88	WSVECS04 Frhs2[44]: 6 0 1.00005 shouldn't be
263.45/264.88	WSVECS04 Frhs2[51]: 6 0 1.00008 shouldn't be
263.45/264.88	WSVECS04 Frhs2[58]: 6 0 1.00002 shouldn't be
263.45/264.88	WSVECS04 Frhs2[59]: 6 -1.89458 0 shouldn't be
263.45/264.88	WSVECS04 Frhs2[63]: 6 -2.92512 0 shouldn't be
263.45/264.88	WSVECS04 Frhs2[68]: 6 -2.87861 0 shouldn't be
263.45/264.88	WSVECS04 Frhs2[76]: 6 0 1.00003 shouldn't be
263.45/264.88	WSVECS04 Frhs2[89]: 6 -6.85023 0 shouldn't be
263.45/264.88	WSVECS04 Frhs2[91]: 6 0 1.00008 shouldn't be
263.45/264.88	WSVECS04 Frhs2[92]: 6 -6.76929 0 shouldn't be
263.45/264.88	WSVECS04 Frhs2[94]: 6 -6.85264 0 shouldn't be
263.45/264.88	WSVECS04 Frhs2[97]: 6 0 1.00009 shouldn't be
263.45/264.88	WSVECS04 Frhs2[98]: 6 -3.07009 0 shouldn't be
263.45/264.88	WSVECS04 Frhs2[105]: 6 -2.92508 0 shouldn't be
263.45/264.88	WSVECS04 Frhs2[118]: 6 0 1.00002 shouldn't be
263.45/264.88	WSVECS04 Frhs2[119]: 6 0 1.00005 shouldn't be
263.45/264.88	WSVECS04 Frhs2[454]: 6 0 0.0012616 shouldn't be
263.45/264.88	WSVECS04 Frhs2[503]: 6 -4.07009 0 shouldn't be
263.45/264.88	WSVECS04 Frhs2[540]: 6 0 0.196952 shouldn't be
263.45/264.88	WSVECS04 Frhs2[556]: 6 0 0.0387286 shouldn't be
263.45/264.88	WSVECS04 Frhs2[573]: 6 0 0.00123152 shouldn't be
263.45/264.88	WSVECS04 Frhs2[674]: 6 0 0.0805441 shouldn't be
263.45/264.88	WSVECS04 Frhs2[691]: 6 0 0.0805875 shouldn't be
263.45/264.88	WSVECS04 Frhs2[692]: 6 0 0.0012945 shouldn't be
263.45/264.88	WSVECS04 Frhs2[795]: 6 0 0.0220285 shouldn't be
263.45/264.88	WSVECS04 Frhs2[812]: 6 0 0.336738 shouldn't be
263.45/264.88	WSVECS04 Frhs2[849]: 6 0 0.00735833 shouldn't be
263.45/264.88	WSVECS04 Frhs2[946]: 6 0 0.0761138 shouldn't be
263.45/264.88	WSVECS04 Frhs2[1156]: 6 0 0.215327 shouldn't be
263.45/264.88	WSVECS04 Frhs2[1183]: 6 0 0.000473241 shouldn't be
263.45/264.88	WSVECS04 Frhs2[1208]: 6 0 0.000974306 shouldn't be
263.45/264.88	WSVECS04 Frhs2[1209]: 6 0 0.0125106 shouldn't be
263.45/264.88	WSVECS04 Frhs2[1244]: 6 0 0.996211 shouldn't be
263.45/264.88	WSVECS04 Frhs2[1246]: 6 0 0.00248213 shouldn't be
263.45/264.88	WSVECS04 Frhs2[1249]: 6 0 0.00112202 shouldn't be
263.45/264.88	WSVECS04 Frhs2[1254]: 6 0 0.145256 shouldn't be
263.45/264.88	WSVECS04 Frhs2[1255]: 6 0 0.879872 shouldn't be
263.45/264.88	WSVECS04 Frhs2[1262]: 6 0 0.0332375 shouldn't be
263.45/264.88	WSVECS04 Frhs2[1264]: 6 0 0.145251 shouldn't be
263.45/264.88	WSVECS04 Frhs2[1265]: 6 0 0.220896 shouldn't be
263.45/264.88	WSVECS04 Frhs2[1271]: 6 0 0.000854115 shouldn't be
263.45/264.88	WSVECS04 Frhs2[1272]: 6 0 0.199363 shouldn't be
263.45/264.88	WSVECS04 Frhs2[1273]: 6 0 0.0805186 shouldn't be
263.45/264.88	WSVECS04 Frhs2[1276]: 6 0 0.0781267 shouldn't be
263.45/264.88	WSVECS04 Frhs2[1277]: 6 0 0.0780651 shouldn't be
263.45/264.88	WSVECS04 Frhs2[1278]: 6 0 0.0377533 shouldn't be
263.45/264.88	WSVECS04 Frhs2[1279]: 6 0 0.0377801 shouldn't be
263.45/264.88	WSVECS04 Frhs2[1282]: 6 0 0.215355 shouldn't be
263.45/264.88	WSVECS04 Frhs2[1289]: 6 0 0.00145619 shouldn't be
263.45/264.88	WSVECS04 Frhs2[1291]: 6 0 0.110478 shouldn't be
263.45/264.88	WSVECS04 Frhs2[1292]: 6 0 0.0738415 shouldn't be
263.45/264.88	WSVECS04 Frhs2[1294]: 6 0 0.037708 shouldn't be
263.45/264.88	WSVECS04 Frhs2[1336]: 6 0 0.00248941 shouldn't be
263.45/264.88	WSVECS04 Frhs2[1346]: 6 0 0.035845 shouldn't be
263.45/264.88	WSVECS04 Frhs2[1373]: 6 0 0.0384456 shouldn't be
263.45/264.88	WSVECS04 Frhs2[1380]: 6 0 0.428745 shouldn't be
263.45/264.88	WSVECS04 Frhs2[1381]: 6 0 0.199203 shouldn't be
263.45/264.88	WSVECS04 Frhs2[1385]: 6 0 0.354446 shouldn't be
263.45/264.88	WSVECS04 Frhs2[1405]: 6 0 0.0399756 shouldn't be
263.45/264.88	WSVECS04 Frhs2[1406]: 6 0 0.0174168 shouldn't be
263.45/264.88	WSVECS04 Frhs2[1407]: 6 0 0.11317 shouldn't be
263.45/264.88	WSVECS04 Frhs2[1409]: 6 0 0.182759 shouldn't be
263.45/264.88	WSVECS04 Frhs2[1417]: 6 0 0.114237 shouldn't be
263.45/264.88	WSVECS04 Frhs2[1420]: 6 0 0.0399455 shouldn't be
263.45/264.88	WSVECS04 Frhs2[1426]: 6 0 0.0739986 shouldn't be
263.45/264.88	WSVECS04 Frhs2[1453]: 6 0 0.073001 shouldn't be
263.45/264.88	WSVECS04 Frhs2[1470]: 6 0 0.0011238 shouldn't be
263.45/264.88	WSVECS04 Frhs2[1479]: 6 0 0.309212 shouldn't be
263.45/264.88	WSVECS04 Frhs2[1489]: 6 0 0.000484775 shouldn't be
263.45/264.88	WSVECS04 Frhs2[1492]: 6 0 0.21094 shouldn't be
263.45/264.88	WSVECS04 Frhs2[1516]: 6 0 0.00247712 shouldn't be
263.45/264.88	WSVECS04 Frhs2[1525]: 6 0 0.989482 shouldn't be
263.45/264.88	WSVECS04 Frhs2[1542]: 6 0 0.55072 shouldn't be
263.45/264.88	WSVECS04 Frhs2[1551]: 6 0 0.0473212 shouldn't be
263.45/264.88	WSVECS04 Frhs2[1552]: 6 0 0.0482455 shouldn't be
263.45/264.88	WSVECS04 Frhs2[1553]: 6 0 0.0360304 shouldn't be
263.45/264.88	WSVECS04 Frhs2[1579]: 6 0 0.0729859 shouldn't be
263.45/264.88	WSVECS04 Frhs2[1598]: 6 0 0.0358654 shouldn't be
263.45/264.88	WSVECS04 Frhs2[1641]: 6 0 0.381746 shouldn't be
263.45/264.88	WSVECS04 Frhs2[1655]: 6 0 0.320505 shouldn't be
263.45/264.88	WSVECS04 Frhs2[1659]: 6 0 0.111033 shouldn't be
263.45/264.88	WSVECS04 Frhs2[1673]: 6 0 0.00447287 shouldn't be
263.45/264.88	WSVECS04 Frhs2[1777]: 6 0 0.110088 shouldn't be
263.45/264.88	WSVECS04 Frhs2[1812]: 6 0 0.00112276 shouldn't be
263.85/265.29	WSVECS04 Frhs2[1548]: 6 0 0.0374852 shouldn't be
263.85/265.29	WSVECS04 Frhs2[1549]: 6 0 0.0375183 shouldn't be
264.65/266.10	WSVECS04 Frhs2[1340]: 6 -1.5807 0 shouldn't be
264.65/266.10	WSVECS04 Frhs2[1344]: 6 0 0.00116258 shouldn't be
278.55/280.06	c #Conflicts:     273000 | #Constraints:      45376
278.55/280.06	c #Conflicts:     274000 | #Constraints:      46376
278.55/280.06	c #Conflicts:     275000 | #Constraints:      47376
278.55/280.06	c #Conflicts:     276000 | #Constraints:      48376
278.55/280.06	c #Conflicts:     277000 | #Constraints:      49376
278.55/280.06	c #Conflicts:     278000 | #Constraints:      50376
278.55/280.06	c #Conflicts:     279000 | #Constraints:      51376
278.55/280.06	c #Conflicts:     280000 | #Constraints:      52376
278.55/280.06	c #Conflicts:     281000 | #Constraints:      53376
278.55/280.06	c #Conflicts:     282000 | #Constraints:      54376
278.55/280.06	c #Conflicts:     283000 | #Constraints:      55376
278.55/280.06	c INPROCESSING
278.55/280.06	c GARBAGE COLLECT
278.55/280.06	c rational objective -41.1775
289.22/290.71	c #Conflicts:     284000 | #Constraints:      29631
289.22/290.71	c #Conflicts:     285000 | #Constraints:      30632
289.22/290.71	c #Conflicts:     286000 | #Constraints:      31632
289.22/290.71	c #Conflicts:     287000 | #Constraints:      32632
289.22/290.71	c #Conflicts:     288000 | #Constraints:      33632
289.22/290.71	c #Conflicts:     289000 | #Constraints:      34632
289.22/290.71	c #Conflicts:     290000 | #Constraints:      35632
289.22/290.71	c #Conflicts:     291000 | #Constraints:      36632
289.22/290.71	c #Conflicts:     292000 | #Constraints:      37632
289.22/290.71	c #Conflicts:     293000 | #Constraints:      38632
289.22/290.71	c #Conflicts:     294000 | #Constraints:      39632
289.22/290.71	c #Conflicts:     295000 | #Constraints:      40632
289.22/290.71	c INPROCESSING
289.22/290.71	c GARBAGE COLLECT
289.22/290.71	c rational objective -41.1775
291.51/293.04	c #Conflicts:     296000 | #Constraints:      22667
291.51/293.04	c #Conflicts:     297000 | #Constraints:      23667
291.51/293.04	c #Conflicts:     298000 | #Constraints:      24667
291.51/293.04	c #Conflicts:     299000 | #Constraints:      25667
291.51/293.04	c bounds -27 >= -84 @ 287.754
299.28/300.82	c #Conflicts:     300000 | #Constraints:      26700
299.28/300.82	c #Conflicts:     301000 | #Constraints:      27700
299.28/300.82	c #Conflicts:     302000 | #Constraints:      28700
299.28/300.82	c #Conflicts:     303000 | #Constraints:      29700
299.28/300.82	c #Conflicts:     304000 | #Constraints:      30700
299.28/300.82	c #Conflicts:     305000 | #Constraints:      31700
299.28/300.82	c #Conflicts:     306000 | #Constraints:      32700
299.28/300.82	c #Conflicts:     307000 | #Constraints:      33700
299.28/300.82	c INPROCESSING
299.28/300.82	c GARBAGE COLLECT
299.28/300.82	WSVECS04 Frhs2[86]: 6 -34.3585 0 shouldn't be
299.28/300.82	WSVECS04 Frhs2[270]: 6 0 0.0765355 shouldn't be
299.28/300.82	WSVECS04 Frhs2[718]: 6 0 0.156043 shouldn't be
299.28/300.82	WSVECS04 Frhs2[735]: 6 0 0.153131 shouldn't be
299.28/300.82	WSVECS04 Frhs2[1016]: 6 0 0.0306509 shouldn't be
299.28/300.82	WSVECS04 Frhs2[1062]: 6 0 0.0102528 shouldn't be
299.28/300.82	WSVECS04 Frhs2[1126]: 6 0 0.0131518 shouldn't be
299.28/300.82	WSVECS04 Frhs2[1130]: 6 0 0.00650832 shouldn't be
299.28/300.82	WSVECS04 Frhs2[1197]: 6 0 0.0128763 shouldn't be
299.28/300.82	WSVECS04 Frhs2[1231]: 6 0 0.0126056 shouldn't be
299.28/300.82	WSVECS04 Frhs2[1242]: 6 0 0.000832518 shouldn't be
299.28/300.82	WSVECS04 Frhs2[1243]: 6 0 0.0208688 shouldn't be
299.28/300.82	WSVECS04 Frhs2[1807]: 6 0 0.0200858 shouldn't be
306.38/308.03	c #Conflicts:     308000 | #Constraints:      19230
306.38/308.03	c #Conflicts:     309000 | #Constraints:      20230
306.38/308.03	c #Conflicts:     310000 | #Constraints:      21230
306.38/308.03	c #Conflicts:     311000 | #Constraints:      22230
306.38/308.03	c #Conflicts:     312000 | #Constraints:      23230
306.38/308.03	c #Conflicts:     313000 | #Constraints:      24230
306.38/308.03	c #Conflicts:     314000 | #Constraints:      25230
306.38/308.03	c #Conflicts:     315000 | #Constraints:      26230
306.38/308.03	c #Conflicts:     316000 | #Constraints:      27230
306.38/308.03	c #Conflicts:     317000 | #Constraints:      28230
306.38/308.03	c #Conflicts:     318000 | #Constraints:      29231
306.38/308.03	c #Conflicts:     319000 | #Constraints:      30231
306.38/308.03	c INPROCESSING
306.38/308.03	c GARBAGE COLLECT
306.38/308.03	WSVECS04 Frhs2[1]: 6 0 1.00001 shouldn't be
306.38/308.03	WSVECS04 Frhs2[2]: 6 0 0.800082 shouldn't be
306.38/308.03	WSVECS04 Frhs2[3]: 6 0 1.00009 shouldn't be
306.38/308.03	WSVECS04 Frhs2[5]: 6 0 0.800058 shouldn't be
306.38/308.03	WSVECS04 Frhs2[6]: 6 0 4.10426 shouldn't be
306.38/308.03	WSVECS04 Frhs2[7]: 6 0 1.00002 shouldn't be
306.38/308.03	WSVECS04 Frhs2[8]: 6 0 1.00004 shouldn't be
306.38/308.03	WSVECS04 Frhs2[9]: 6 0 1.00007 shouldn't be
306.38/308.03	WSVECS04 Frhs2[12]: 6 0 6.83103 shouldn't be
306.38/308.03	WSVECS04 Frhs2[14]: 6 0 0.800094 shouldn't be
306.38/308.03	WSVECS04 Frhs2[15]: 6 0 6.63106 shouldn't be
306.38/308.03	WSVECS04 Frhs2[17]: 6 -58.5719 0 shouldn't be
306.38/308.03	WSVECS04 Frhs2[18]: 6 0 1.00008 shouldn't be
306.38/308.03	WSVECS04 Frhs2[21]: 6 0 12.662 shouldn't be
306.38/308.03	WSVECS04 Frhs2[22]: 6 0 1.00004 shouldn't be
306.38/308.03	WSVECS04 Frhs2[24]: 6 0 1.00009 shouldn't be
306.38/308.03	WSVECS04 Frhs2[26]: 6 0 1.00003 shouldn't be
306.38/308.03	WSVECS04 Frhs2[27]: 6 -37.4902 0 shouldn't be
306.38/308.03	WSVECS04 Frhs2[28]: 6 -31.4592 0 shouldn't be
306.38/308.03	WSVECS04 Frhs2[29]: 6 0 1.00001 shouldn't be
306.38/308.03	WSVECS04 Frhs2[32]: 6 0 0.800055 shouldn't be
306.38/308.03	WSVECS04 Frhs2[33]: 6 0 34.7803 shouldn't be
306.38/308.03	WSVECS04 Frhs2[34]: 6 0 1.00005 shouldn't be
306.38/308.03	WSVECS04 Frhs2[36]: 6 0 1.00008 shouldn't be
306.38/308.03	WSVECS04 Frhs2[37]: 6 0 1.00006 shouldn't be
306.38/308.03	WSVECS04 Frhs2[38]: 6 0 22.924 shouldn't be
306.38/308.03	WSVECS04 Frhs2[39]: 6 0 6.83103 shouldn't be
306.38/308.03	WSVECS04 Frhs2[42]: 6 0 1.00004 shouldn't be
306.38/308.03	WSVECS04 Frhs2[43]: 6 0 1.00003 shouldn't be
306.38/308.03	WSVECS04 Frhs2[45]: 6 0 35.986 shouldn't be
306.38/308.03	WSVECS04 Frhs2[46]: 6 0 1.00008 shouldn't be
306.38/308.03	WSVECS04 Frhs2[47]: 6 0 4.10429 shouldn't be
306.38/308.03	WSVECS04 Frhs2[49]: 6 0 1.00004 shouldn't be
306.38/308.03	WSVECS04 Frhs2[50]: 6 0 7.60849 shouldn't be
306.38/308.03	WSVECS04 Frhs2[53]: 6 0 1.0001 shouldn't be
306.38/308.03	WSVECS04 Frhs2[54]: 6 0 1.0001 shouldn't be
306.38/308.03	WSVECS04 Frhs2[57]: 6 0 0.600094 shouldn't be
306.38/308.03	WSVECS04 Frhs2[60]: 6 0 1.00004 shouldn't be
306.38/308.03	WSVECS04 Frhs2[61]: 6 0 0.400064 shouldn't be
306.38/308.03	WSVECS04 Frhs2[63]: 6 -58.5719 0 shouldn't be
306.38/308.03	WSVECS04 Frhs2[64]: 6 0 47.8367 shouldn't be
306.38/308.03	WSVECS04 Frhs2[67]: 6 0 1.00001 shouldn't be
306.38/308.03	WSVECS04 Frhs2[70]: 6 0 57.1719 shouldn't be
306.38/308.03	WSVECS04 Frhs2[71]: 6 0 53.8677 shouldn't be
306.38/308.03	WSVECS04 Frhs2[74]: 6 0 1.00002 shouldn't be
306.38/308.03	WSVECS04 Frhs2[76]: 6 0 34.0423 shouldn't be
306.38/308.03	WSVECS04 Frhs2[78]: 6 0 56.9719 shouldn't be
306.38/308.03	WSVECS04 Frhs2[79]: 6 0 0.800062 shouldn't be
306.38/308.03	WSVECS04 Frhs2[80]: 6 0 6.77471 shouldn't be
306.38/308.03	WSVECS04 Frhs2[82]: 6 0 8.19161 shouldn't be
306.38/308.03	WSVECS04 Frhs2[83]: 6 0 0.600061 shouldn't be
306.38/308.03	WSVECS04 Frhs2[84]: 6 0 1.00003 shouldn't be
306.38/308.03	WSVECS04 Frhs2[86]: 6 0 1.00002 shouldn't be
306.38/308.03	WSVECS04 Frhs2[87]: 6 0 1.00002 shouldn't be
306.38/308.03	WSVECS04 Frhs2[88]: 6 0 1.00003 shouldn't be
306.38/308.03	WSVECS04 Frhs2[89]: 6 0 1.00008 shouldn't be
306.38/308.03	WSVECS04 Frhs2[90]: 6 0 1.00008 shouldn't be
306.38/308.03	WSVECS04 Frhs2[92]: 6 -4.83105 0 shouldn't be
306.38/308.03	WSVECS04 Frhs2[98]: 6 0 6.83101 shouldn't be
306.38/308.03	WSVECS04 Frhs2[99]: 6 0 1.00005 shouldn't be
306.38/308.03	WSVECS04 Frhs2[100]: 6 0 0.800048 shouldn't be
306.38/308.03	WSVECS04 Frhs2[102]: 6 0 36.3521 shouldn't be
306.38/308.03	WSVECS04 Frhs2[103]: 6 0 1.00007 shouldn't be
306.38/308.03	WSVECS04 Frhs2[108]: 6 0 1.00008 shouldn't be
306.38/308.03	WSVECS04 Frhs2[111]: 6 0 50.9522 shouldn't be
306.38/308.03	WSVECS04 Frhs2[113]: 6 0 37.3465 shouldn't be
306.38/308.03	WSVECS04 Frhs2[117]: 6 0 1.00009 shouldn't be
306.38/308.03	WSVECS04 Frhs2[118]: 6 0 25.4451 shouldn't be
306.38/308.03	WSVECS04 Frhs2[788]: 6 -36.3465 0 shouldn't be
306.88/308.54	WSVECS04 Frhs2[31]: 6 0 0.800071 shouldn't be
307.67/309.31	WSVECS04 Frhs2[115]: 6 0 1.00005 shouldn't be
307.67/309.31	WSVECS04 Frhs2[304]: 6 0 52.8677 shouldn't be
307.67/309.31	WSVECS04 Frhs2[306]: 6 0 52.8676 shouldn't be
314.95/316.61	c rational objective -41.1775
330.61/332.40	c #Conflicts:     320000 | #Constraints:      17488
330.61/332.40	c #Conflicts:     321000 | #Constraints:      18488
330.61/332.40	c #Conflicts:     322000 | #Constraints:      19488
330.61/332.40	c #Conflicts:     323000 | #Constraints:      20488
330.61/332.40	c #Conflicts:     324000 | #Constraints:      21488
330.61/332.40	c #Conflicts:     325000 | #Constraints:      22488
330.61/332.40	c #Conflicts:     326000 | #Constraints:      23488
330.61/332.40	c #Conflicts:     327000 | #Constraints:      24488
330.61/332.40	c #Conflicts:     328000 | #Constraints:      25488
330.61/332.40	c #Conflicts:     329000 | #Constraints:      26488
330.61/332.40	c #Conflicts:     330000 | #Constraints:      27488
330.61/332.40	c #Conflicts:     331000 | #Constraints:      28488
330.61/332.40	c INPROCESSING
330.61/332.40	c GARBAGE COLLECT
330.61/332.40	c rational objective -41.1775
334.49/336.25	c #Conflicts:     332000 | #Constraints:      16440
334.49/336.25	c #Conflicts:     333000 | #Constraints:      17440
334.49/336.25	c #Conflicts:     334000 | #Constraints:      18440
334.49/336.25	c #Conflicts:     335000 | #Constraints:      19440
334.49/336.25	c #Conflicts:     336000 | #Constraints:      20440
334.49/336.25	c #Conflicts:     337000 | #Constraints:      21440
334.49/336.25	c #Conflicts:     338000 | #Constraints:      22442
334.49/336.25	WSVECS04 Frhs2[69]: 6 0 125.142 shouldn't be
334.49/336.25	WSVECS04 Frhs2[70]: 6 -0.642205 0 shouldn't be
334.49/336.25	WSVECS04 Frhs2[76]: 6 -2.79223 0 shouldn't be
345.36/347.17	WSVECS04 Frhs2[76]: 6 -2.79217 0 shouldn't be
348.06/349.88	WSVECS04 Frhs2[69]: 6 0 125.142 shouldn't be
348.06/349.88	WSVECS04 Frhs2[70]: 6 -0.642111 0 shouldn't be
359.51/361.31	c #Conflicts:     339000 | #Constraints:      23442
359.51/361.31	c #Conflicts:     340000 | #Constraints:      24442
359.51/361.31	c #Conflicts:     341000 | #Constraints:      25442
359.51/361.31	c #Conflicts:     342000 | #Constraints:      26442
359.51/361.31	c #Conflicts:     343000 | #Constraints:      27442
359.51/361.31	c #Conflicts:     344000 | #Constraints:      28442
359.51/361.31	c INPROCESSING
359.51/361.31	c GARBAGE COLLECT
359.51/361.31	c rational objective -40.9257
368.16/370.07	c #Conflicts:     345000 | #Constraints:      16659
368.16/370.07	c #Conflicts:     346000 | #Constraints:      17659
368.16/370.07	c #Conflicts:     347000 | #Constraints:      18659
368.16/370.07	c #Conflicts:     348000 | #Constraints:      19659
368.16/370.07	c #Conflicts:     349000 | #Constraints:      20659
368.16/370.07	c #Conflicts:     350000 | #Constraints:      21659
368.16/370.07	c #Conflicts:     351000 | #Constraints:      22659
368.16/370.07	c #Conflicts:     352000 | #Constraints:      23659
368.16/370.07	c #Conflicts:     353000 | #Constraints:      24659
368.16/370.07	c #Conflicts:     354000 | #Constraints:      25659
368.16/370.07	c #Conflicts:     355000 | #Constraints:      26659
368.16/370.07	c #Conflicts:     356000 | #Constraints:      27659
368.16/370.07	c INPROCESSING
368.16/370.07	c GARBAGE COLLECT
368.16/370.07	c rational objective -40.9219
383.51/385.46	c #Conflicts:     357000 | #Constraints:      15980
383.51/385.46	c #Conflicts:     358000 | #Constraints:      16980
383.51/385.46	c #Conflicts:     359000 | #Constraints:      17980
383.51/385.46	c #Conflicts:     360000 | #Constraints:      18980
383.51/385.46	c #Conflicts:     361000 | #Constraints:      19980
383.51/385.46	c #Conflicts:     362000 | #Constraints:      20980
383.51/385.46	c #Conflicts:     363000 | #Constraints:      21980
383.51/385.46	c #Conflicts:     364000 | #Constraints:      22980
383.51/385.46	c #Conflicts:     365000 | #Constraints:      23980
383.51/385.46	c #Conflicts:     366000 | #Constraints:      24980
383.51/385.46	c #Conflicts:     367000 | #Constraints:      25980
383.51/385.46	c #Conflicts:     368000 | #Constraints:      26980
383.51/385.46	c #Conflicts:     369000 | #Constraints:      27980
383.51/385.46	c INPROCESSING
383.51/385.46	c GARBAGE COLLECT
383.51/385.46	c #Conflicts:     370000 | #Constraints:      16128
383.51/385.46	c #Conflicts:     371000 | #Constraints:      17129
383.51/385.46	c #Conflicts:     372000 | #Constraints:      18129
383.51/385.46	c #Conflicts:     373000 | #Constraints:      19129
383.51/385.46	c #Conflicts:     374000 | #Constraints:      20129
383.51/385.46	c #Conflicts:     375000 | #Constraints:      21129
383.51/385.46	c #Conflicts:     376000 | #Constraints:      22129
383.51/385.46	c #Conflicts:     377000 | #Constraints:      23129
383.51/385.46	c #Conflicts:     378000 | #Constraints:      24129
383.51/385.46	c #Conflicts:     379000 | #Constraints:      25129
383.51/385.46	c #Conflicts:     380000 | #Constraints:      26129
383.51/385.46	c #Conflicts:     381000 | #Constraints:      27129
383.51/385.46	c #Conflicts:     382000 | #Constraints:      28130
383.51/385.46	c INPROCESSING
383.51/385.46	c GARBAGE COLLECT
383.51/385.46	WSVECS04 Frhs2[20]: 6 -59.757 0 shouldn't be
383.51/385.46	WSVECS04 Frhs2[32]: 6 0 10.5694 shouldn't be
383.51/385.46	WSVECS04 Frhs2[60]: 6 -72.8716 0 shouldn't be
383.51/385.46	WSVECS04 Frhs2[85]: 6 0 5.38494 shouldn't be
383.51/385.46	WSVECS04 Frhs2[86]: 6 0 24.6289 shouldn't be
383.51/385.46	WSVECS04 Frhs2[98]: 6 -4.60043 0 shouldn't be
384.51/386.46	WSVECS04 Frhs2[20]: 6 -59.7569 0 shouldn't be
384.51/386.46	WSVECS04 Frhs2[32]: 6 0 10.5693 shouldn't be
384.51/386.46	WSVECS04 Frhs2[60]: 6 -72.8716 0 shouldn't be
384.51/386.46	WSVECS04 Frhs2[85]: 6 0 5.38486 shouldn't be
384.51/386.46	WSVECS04 Frhs2[86]: 6 0 24.6288 shouldn't be
384.51/386.46	WSVECS04 Frhs2[98]: 6 -4.6004 0 shouldn't be
410.64/412.64	c #Conflicts:     383000 | #Constraints:      16169
410.64/412.64	c #Conflicts:     384000 | #Constraints:      17169
410.64/412.64	c #Conflicts:     385000 | #Constraints:      18169
410.64/412.64	c #Conflicts:     386000 | #Constraints:      19169
410.64/412.64	c #Conflicts:     387000 | #Constraints:      20169
410.64/412.64	c #Conflicts:     388000 | #Constraints:      21169
410.64/412.64	c #Conflicts:     389000 | #Constraints:      22169
410.64/412.64	c #Conflicts:     390000 | #Constraints:      23169
410.64/412.64	c #Conflicts:     391000 | #Constraints:      24169
410.64/412.64	c #Conflicts:     392000 | #Constraints:      25169
410.64/412.64	c #Conflicts:     393000 | #Constraints:      26169
410.64/412.64	c bounds -27 >= -83 @ 405.558
430.51/432.69	c #Conflicts:     394000 | #Constraints:      27202
430.51/432.69	c #Conflicts:     395000 | #Constraints:      28202
430.51/432.69	c #Conflicts:     396000 | #Constraints:      29202
430.51/432.69	c #Conflicts:     397000 | #Constraints:      30202
430.51/432.69	c #Conflicts:     398000 | #Constraints:      31202
430.51/432.69	c #Conflicts:     399000 | #Constraints:      32202
430.51/432.69	c #Conflicts:     400000 | #Constraints:      33202
430.51/432.69	c #Conflicts:     401000 | #Constraints:      34202
430.51/432.69	c #Conflicts:     402000 | #Constraints:      35202
430.51/432.69	c #Conflicts:     403000 | #Constraints:      36202
430.51/432.69	c #Conflicts:     404000 | #Constraints:      37202
430.51/432.69	c #Conflicts:     405000 | #Constraints:      38202
430.51/432.69	c #Conflicts:     406000 | #Constraints:      39202
430.51/432.69	c #Conflicts:     407000 | #Constraints:      40202
430.51/432.69	c #Conflicts:     408000 | #Constraints:      41202
430.51/432.69	c #Conflicts:     409000 | #Constraints:      42205
430.51/432.69	c #Conflicts:     410000 | #Constraints:      43210
430.51/432.69	c #Conflicts:     411000 | #Constraints:      44211
430.51/432.69	c #Conflicts:     412000 | #Constraints:      45212
430.51/432.69	c #Conflicts:     413000 | #Constraints:      46212
430.51/432.69	c #Conflicts:     414000 | #Constraints:      47220
430.51/432.69	c #Conflicts:     415000 | #Constraints:      48221
430.51/432.69	c #Conflicts:     416000 | #Constraints:      49221
430.51/432.69	c #Conflicts:     417000 | #Constraints:      50221
430.51/432.69	c #Conflicts:     418000 | #Constraints:      51221
430.51/432.69	c bounds -28 >= -83 @ 425.268
430.91/433.08	WSVECS04 Frhs2[46]: 6 0 1.00009 shouldn't be
430.91/433.08	WSVECS04 Frhs2[68]: 6 0 1.0001 shouldn't be
431.30/433.42	WSVECS04 Frhs2[40]: 6 0 1.00003 shouldn't be
431.60/433.77	WSVECS04 Frhs2[2]: 6 0 1.00005 shouldn't be
431.60/433.77	WSVECS04 Frhs2[10]: 6 0 1.00009 shouldn't be
432.01/434.14	WSVECS04 Frhs2[5]: 6 0 1.00006 shouldn't be
432.01/434.14	WSVECS04 Frhs2[78]: 6 0 1.00006 shouldn't be
432.40/434.53	WSVECS04 Frhs2[3]: 6 0 1.00006 shouldn't be
432.40/434.53	WSVECS04 Frhs2[12]: 6 0 1.00008 shouldn't be
432.40/434.53	WSVECS04 Frhs2[22]: 6 0 1.00008 shouldn't be
432.40/434.53	WSVECS04 Frhs2[25]: 6 0 1.00003 shouldn't be
432.40/434.53	WSVECS04 Frhs2[26]: 6 0 1.00009 shouldn't be
432.40/434.53	WSVECS04 Frhs2[29]: 6 0 1.0001 shouldn't be
432.40/434.53	WSVECS04 Frhs2[30]: 6 0 1.00008 shouldn't be
432.40/434.53	WSVECS04 Frhs2[31]: 6 0 1.00007 shouldn't be
432.40/434.53	WSVECS04 Frhs2[32]: 6 0 1.00008 shouldn't be
432.40/434.53	WSVECS04 Frhs2[33]: 6 0 1.00005 shouldn't be
432.40/434.53	WSVECS04 Frhs2[36]: 6 0 1.00007 shouldn't be
432.40/434.53	WSVECS04 Frhs2[37]: 6 0 1.00006 shouldn't be
432.40/434.53	WSVECS04 Frhs2[42]: 6 0 1.00002 shouldn't be
432.40/434.53	WSVECS04 Frhs2[43]: 6 0 1.00007 shouldn't be
432.40/434.53	WSVECS04 Frhs2[44]: 6 0 1.00008 shouldn't be
432.40/434.53	WSVECS04 Frhs2[47]: 6 0 1.00005 shouldn't be
432.40/434.53	WSVECS04 Frhs2[50]: 6 0 1.00007 shouldn't be
432.40/434.53	WSVECS04 Frhs2[54]: 6 0 1.00006 shouldn't be
432.40/434.53	WSVECS04 Frhs2[61]: 6 0 1.00003 shouldn't be
432.40/434.53	WSVECS04 Frhs2[64]: 6 0 1.00009 shouldn't be
432.40/434.53	WSVECS04 Frhs2[65]: 6 0 1.00003 shouldn't be
432.40/434.53	WSVECS04 Frhs2[67]: 6 0 1.00009 shouldn't be
432.40/434.53	WSVECS04 Frhs2[70]: 6 0 1.00003 shouldn't be
432.40/434.53	WSVECS04 Frhs2[71]: 6 0 1.00004 shouldn't be
432.40/434.53	WSVECS04 Frhs2[72]: 6 0 1.00009 shouldn't be
432.40/434.53	WSVECS04 Frhs2[75]: 6 0 1.00006 shouldn't be
432.40/434.53	WSVECS04 Frhs2[77]: 6 0 1.00001 shouldn't be
432.40/434.53	WSVECS04 Frhs2[79]: 6 0 1.00002 shouldn't be
432.40/434.53	WSVECS04 Frhs2[82]: 6 0 1.00009 shouldn't be
432.40/434.53	WSVECS04 Frhs2[83]: 6 0 1.00004 shouldn't be
432.40/434.53	WSVECS04 Frhs2[87]: 6 0 1.00003 shouldn't be
432.40/434.53	WSVECS04 Frhs2[88]: 6 0 1.00007 shouldn't be
432.40/434.53	WSVECS04 Frhs2[91]: 6 0 1.00008 shouldn't be
432.40/434.53	WSVECS04 Frhs2[96]: 6 0 1.00004 shouldn't be
432.40/434.53	WSVECS04 Frhs2[108]: 6 0 1.00008 shouldn't be
432.40/434.53	WSVECS04 Frhs2[110]: 6 0 1.0001 shouldn't be
432.40/434.53	WSVECS04 Frhs2[111]: 6 0 1.00006 shouldn't be
432.40/434.53	WSVECS04 Frhs2[113]: 6 0 1.00005 shouldn't be
432.40/434.53	WSVECS04 Frhs2[114]: 6 0 1.00008 shouldn't be
432.40/434.53	WSVECS04 Frhs2[116]: 6 0 1.00003 shouldn't be
432.40/434.53	WSVECS04 Frhs2[117]: 6 0 1.00007 shouldn't be
433.01/435.18	WSVECS04 Frhs2[6]: 6 0 1.00003 shouldn't be
433.01/435.18	WSVECS04 Frhs2[100]: 6 0 1.00008 shouldn't be
433.01/435.18	WSVECS04 Frhs2[109]: 6 0 1.00004 shouldn't be
433.70/435.81	WSVECS04 Frhs2[84]: 6 0 1.00002 shouldn't be
434.30/436.42	WSVECS04 Frhs2[15]: 6 0 1.00004 shouldn't be
434.30/436.42	WSVECS04 Frhs2[24]: 6 0 1.00002 shouldn't be
434.30/436.42	WSVECS04 Frhs2[57]: 6 0 1.00006 shouldn't be
434.30/436.42	WSVECS04 Frhs2[66]: 6 0 1.00003 shouldn't be
434.30/436.42	WSVECS04 Frhs2[73]: 6 0 1.00004 shouldn't be
434.30/436.42	WSVECS04 Frhs2[74]: 6 0 1.00004 shouldn't be
434.30/436.42	WSVECS04 Frhs2[99]: 6 0 1.00007 shouldn't be
456.94/459.16	c #Conflicts:     419000 | #Constraints:      52223
456.94/459.16	c #Conflicts:     420000 | #Constraints:      53223
456.94/459.16	c #Conflicts:     421000 | #Constraints:      54223
456.94/459.16	c #Conflicts:     422000 | #Constraints:      55223
456.94/459.16	c #Conflicts:     423000 | #Constraints:      56223
456.94/459.16	c #Conflicts:     424000 | #Constraints:      57223
456.94/459.16	c #Conflicts:     425000 | #Constraints:      58223
456.94/459.16	c #Conflicts:     426000 | #Constraints:      59223
456.94/459.16	c #Conflicts:     427000 | #Constraints:      60223
456.94/459.16	c #Conflicts:     428000 | #Constraints:      61223
456.94/459.16	c #Conflicts:     429000 | #Constraints:      62223
456.94/459.16	c #Conflicts:     430000 | #Constraints:      63223
456.94/459.16	c #Conflicts:     431000 | #Constraints:      64223
456.94/459.16	c #Conflicts:     432000 | #Constraints:      65223
456.94/459.16	c #Conflicts:     433000 | #Constraints:      66223
456.94/459.16	c #Conflicts:     434000 | #Constraints:      67223
456.94/459.16	c #Conflicts:     435000 | #Constraints:      68223
456.94/459.16	c INPROCESSING
456.94/459.16	c GARBAGE COLLECT
456.94/459.16	c rational objective -41.0724
473.75/476.10	c #Conflicts:     436000 | #Constraints:      36268
473.75/476.10	c #Conflicts:     437000 | #Constraints:      37268
473.75/476.10	c #Conflicts:     438000 | #Constraints:      38366
473.75/476.10	c #Conflicts:     439000 | #Constraints:      39406
473.75/476.10	c #Conflicts:     440000 | #Constraints:      40426
473.75/476.10	c #Conflicts:     441000 | #Constraints:      41426
473.75/476.10	c #Conflicts:     442000 | #Constraints:      42426
473.75/476.10	c #Conflicts:     443000 | #Constraints:      43427
473.75/476.10	c #Conflicts:     444000 | #Constraints:      44427
473.75/476.10	c #Conflicts:     445000 | #Constraints:      45428
473.75/476.10	c #Conflicts:     446000 | #Constraints:      46429
473.75/476.10	c #Conflicts:     447000 | #Constraints:      47430
473.75/476.10	c #Conflicts:     448000 | #Constraints:      48430
473.75/476.10	c #Conflicts:     449000 | #Constraints:      49430
473.75/476.10	c #Conflicts:     450000 | #Constraints:      50430
473.75/476.10	c INPROCESSING
473.75/476.10	c GARBAGE COLLECT
473.75/476.10	c rational objective -41.0724
476.14/478.49	c #Conflicts:     451000 | #Constraints:      27768
476.14/478.49	c #Conflicts:     452000 | #Constraints:      28768
476.14/478.49	WSVECS04 Frhs2[2]: 6 0 2.4229 shouldn't be
476.14/478.49	WSVECS04 Frhs2[10]: 6 0 1.43141 shouldn't be
476.14/478.49	WSVECS04 Frhs2[14]: 6 0 0.531007 shouldn't be
476.14/478.49	WSVECS04 Frhs2[15]: 6 0 0.198231 shouldn't be
476.14/478.49	WSVECS04 Frhs2[32]: 6 0 1.13497 shouldn't be
476.14/478.49	WSVECS04 Frhs2[65]: 6 -0.955299 0 shouldn't be
476.64/478.99	WSVECS04 Frhs2[10]: 6 0 1.43135 shouldn't be
476.64/478.99	WSVECS04 Frhs2[15]: 6 0 0.198173 shouldn't be
476.64/478.99	WSVECS04 Frhs2[65]: 6 -0.95523 0 shouldn't be
477.14/479.46	WSVECS04 Frhs2[2]: 6 0 2.42284 shouldn't be
477.14/479.46	WSVECS04 Frhs2[12]: 6 -1.35327 0 shouldn't be
477.14/479.46	WSVECS04 Frhs2[14]: 6 0 0.530916 shouldn't be
477.14/479.46	WSVECS04 Frhs2[32]: 6 0 1.13494 shouldn't be
477.14/479.46	WSVECS04 Frhs2[51]: 6 -0.499992 0 shouldn't be
477.14/479.46	WSVECS04 Frhs2[58]: 6 -1.68822 0 shouldn't be
477.54/479.89	WSVECS04 Frhs2[8]: 6 0 1 shouldn't be
477.54/479.89	WSVECS04 Frhs2[46]: 6 0 1.33845 shouldn't be
477.54/479.89	WSVECS04 Frhs2[63]: 6 0 3.58781 shouldn't be
485.19/487.50	c #Conflicts:     453000 | #Constraints:      29768
485.19/487.50	c #Conflicts:     454000 | #Constraints:      30768
485.19/487.50	c #Conflicts:     455000 | #Constraints:      31768
485.19/487.50	c #Conflicts:     456000 | #Constraints:      32768
485.19/487.50	c #Conflicts:     457000 | #Constraints:      33768
485.19/487.50	c #Conflicts:     458000 | #Constraints:      34768
485.19/487.50	c #Conflicts:     459000 | #Constraints:      35768
485.19/487.50	c #Conflicts:     460000 | #Constraints:      36768
485.19/487.50	c #Conflicts:     461000 | #Constraints:      37769
485.19/487.50	c #Conflicts:     462000 | #Constraints:      38769
485.19/487.50	c #Conflicts:     463000 | #Constraints:      39769
485.19/487.50	c #Conflicts:     464000 | #Constraints:      40769
485.19/487.50	c INPROCESSING
485.19/487.50	c GARBAGE COLLECT
485.19/487.50	WSVECS04 Frhs2[14]: 6 -33.1979 0 shouldn't be
485.19/487.50	WSVECS04 Frhs2[21]: 6 0 6.1377 shouldn't be
485.19/487.50	WSVECS04 Frhs2[28]: 6 0 62.283 shouldn't be
485.19/487.50	WSVECS04 Frhs2[60]: 6 -56.3559 0 shouldn't be
485.19/487.50	WSVECS04 Frhs2[61]: 6 0 2.77769 shouldn't be
485.19/487.50	WSVECS04 Frhs2[68]: 6 0 9.77607 shouldn't be
485.19/487.50	WSVECS04 Frhs2[85]: 6 -36.477 0 shouldn't be
485.19/487.50	WSVECS04 Frhs2[98]: 6 -7.23738 0 shouldn't be
485.19/487.50	WSVECS04 Frhs2[103]: 6 0 4.33915 shouldn't be
485.19/487.50	WSVECS04 Frhs2[106]: 6 0 6.69634 shouldn't be
486.28/488.68	WSVECS04 Frhs2[52]: 6 -3.80662 0 shouldn't be
487.48/489.87	WSVECS04 Frhs2[89]: 6 0 24.998 shouldn't be
487.48/489.87	WSVECS04 Frhs2[105]: 6 0 58.2741 shouldn't be
500.85/503.21	WSVECS04 Frhs2[28]: 6 0 62.2829 shouldn't be
503.54/505.99	WSVECS04 Frhs2[21]: 6 0 6.13769 shouldn't be
503.54/505.99	WSVECS04 Frhs2[68]: 6 0 9.77598 shouldn't be
503.54/505.99	WSVECS04 Frhs2[85]: 6 -36.477 0 shouldn't be
503.54/505.99	WSVECS04 Frhs2[98]: 6 -7.23734 0 shouldn't be
503.54/505.99	WSVECS04 Frhs2[103]: 6 0 4.33913 shouldn't be
514.02/516.45	c #Conflicts:     465000 | #Constraints:      22551
514.02/516.45	c #Conflicts:     466000 | #Constraints:      23551
514.02/516.45	c #Conflicts:     467000 | #Constraints:      24551
514.02/516.45	c #Conflicts:     468000 | #Constraints:      25551
514.02/516.45	c #Conflicts:     469000 | #Constraints:      26551
514.02/516.45	c #Conflicts:     470000 | #Constraints:      27551
514.02/516.45	c #Conflicts:     471000 | #Constraints:      28551
514.02/516.45	c #Conflicts:     472000 | #Constraints:      29551
514.02/516.45	c #Conflicts:     473000 | #Constraints:      30551
514.02/516.45	c #Conflicts:     474000 | #Constraints:      31551
514.02/516.45	c #Conflicts:     475000 | #Constraints:      32551
514.02/516.45	c #Conflicts:     476000 | #Constraints:      33551
514.02/516.45	c #Conflicts:     477000 | #Constraints:      34551
514.02/516.45	c #Conflicts:     478000 | #Constraints:      35551
514.02/516.45	c #Conflicts:     479000 | #Constraints:      36551
514.02/516.45	c INPROCESSING
514.02/516.45	c GARBAGE COLLECT
514.02/516.45	c rational objective -41.0671
528.64/531.14	c #Conflicts:     480000 | #Constraints:      20537
528.64/531.14	c #Conflicts:     481000 | #Constraints:      21538
528.64/531.14	c #Conflicts:     482000 | #Constraints:      22554
528.64/531.14	c #Conflicts:     483000 | #Constraints:      23555
528.64/531.14	c #Conflicts:     484000 | #Constraints:      24556
528.64/531.14	c #Conflicts:     485000 | #Constraints:      25570
528.64/531.14	c #Conflicts:     486000 | #Constraints:      26576
528.64/531.14	c #Conflicts:     487000 | #Constraints:      27576
528.64/531.14	c #Conflicts:     488000 | #Constraints:      28578
528.64/531.14	c #Conflicts:     489000 | #Constraints:      29579
528.64/531.14	c #Conflicts:     490000 | #Constraints:      30579
528.64/531.14	c #Conflicts:     491000 | #Constraints:      31579
528.64/531.14	c #Conflicts:     492000 | #Constraints:      32579
528.64/531.14	c #Conflicts:     493000 | #Constraints:      33579
528.64/531.14	c #Conflicts:     494000 | #Constraints:      34579
528.64/531.14	c INPROCESSING
528.64/531.14	c GARBAGE COLLECT
528.64/531.14	c rational objective -41.0671
538.61/541.16	c #Conflicts:     495000 | #Constraints:      19621
538.61/541.16	c #Conflicts:     496000 | #Constraints:      20623
538.61/541.16	c #Conflicts:     497000 | #Constraints:      21626
538.61/541.16	c #Conflicts:     498000 | #Constraints:      22627
538.61/541.16	c #Conflicts:     499000 | #Constraints:      23627
538.61/541.16	c #Conflicts:     500000 | #Constraints:      24627
538.61/541.16	c #Conflicts:     501000 | #Constraints:      25627
538.61/541.16	c #Conflicts:     502000 | #Constraints:      26627
538.61/541.16	c #Conflicts:     503000 | #Constraints:      27627
538.61/541.16	c #Conflicts:     504000 | #Constraints:      28627
538.61/541.16	c #Conflicts:     505000 | #Constraints:      29627
538.61/541.16	c #Conflicts:     506000 | #Constraints:      30627
538.61/541.16	c #Conflicts:     507000 | #Constraints:      31629
538.61/541.16	c #Conflicts:     508000 | #Constraints:      32629
538.61/541.16	c #Conflicts:     509000 | #Constraints:      33630
538.61/541.16	c INPROCESSING
538.61/541.16	c GARBAGE COLLECT
538.61/541.16	WSVECS04 Frhs2[60]: 6 -25.1715 0 shouldn't be
538.61/541.16	WSVECS04 Frhs2[69]: 6 -117.682 0 shouldn't be
538.61/541.16	WSVECS04 Frhs2[86]: 6 -56.9646 0 shouldn't be
540.31/542.82	WSVECS04 Frhs2[351]: 6 0 0.0135802 shouldn't be
544.09/546.61	WSVECS04 Frhs2[234]: 6 0 0.186487 shouldn't be
544.99/547.56	WSVECS04 Frhs2[230]: 6 0 0.186448 shouldn't be
545.99/548.50	WSVECS04 Frhs2[69]: 6 -117.682 0 shouldn't be
549.28/551.80	WSVECS04 Frhs2[60]: 6 -25.1714 0 shouldn't be
549.28/551.80	WSVECS04 Frhs2[351]: 6 0 0.0135593 shouldn't be
549.28/551.80	WSVECS04 Frhs2[356]: 6 0 0.312294 shouldn't be
549.88/552.48	WSVECS04 Frhs2[173]: 6 0 0.372873 shouldn't be
550.59/553.14	WSVECS04 Frhs2[7]: 6 0 11.8615 shouldn't be
550.59/553.14	WSVECS04 Frhs2[86]: 6 -56.9645 0 shouldn't be
550.59/553.14	WSVECS04 Frhs2[1154]: 6 0 0.372873 shouldn't be
551.18/553.77	WSVECS04 Frhs2[1185]: 6 0 0.372873 shouldn't be
551.97/554.51	WSVECS04 Frhs2[309]: 6 0 0.372873 shouldn't be
551.97/554.51	WSVECS04 Frhs2[1077]: 6 0 0.372873 shouldn't be
554.07/556.66	WSVECS04 Frhs2[231]: 6 0 0.186437 shouldn't be
554.07/556.66	WSVECS04 Frhs2[234]: 6 0 0.186437 shouldn't be
554.07/556.66	WSVECS04 Frhs2[1329]: 6 0 0.372873 shouldn't be
561.95/564.55	WSVECS04 Frhs2[232]: 6 0 0.186437 shouldn't be
563.35/565.94	WSVECS04 Frhs2[1298]: 6 0 0.372873 shouldn't be
566.14/568.78	WSVECS04 Frhs2[233]: 6 0 0.186436 shouldn't be
574.43/577.07	c #Conflicts:     510000 | #Constraints:      18979
574.43/577.07	c #Conflicts:     511000 | #Constraints:      19979
574.43/577.07	c #Conflicts:     512000 | #Constraints:      20979
574.43/577.07	c #Conflicts:     513000 | #Constraints:      21979
574.43/577.07	c #Conflicts:     514000 | #Constraints:      22979
574.43/577.07	c #Conflicts:     515000 | #Constraints:      23979
574.43/577.07	c #Conflicts:     516000 | #Constraints:      24979
574.43/577.07	WSVECS04 Frhs2[31]: 6 -0.391233 0 shouldn't be
574.43/577.07	WSVECS04 Frhs2[33]: 6 0 1.43204 shouldn't be
574.43/577.07	WSVECS04 Frhs2[41]: 6 0 1.1093 shouldn't be
574.43/577.07	WSVECS04 Frhs2[49]: 6 0 1.00007 shouldn't be
574.43/577.07	WSVECS04 Frhs2[79]: 6 0 0.105906 shouldn't be
574.43/577.07	WSVECS04 Frhs2[97]: 6 0 0.0769282 shouldn't be
574.43/577.07	WSVECS04 Frhs2[102]: 6 0 1.02334 shouldn't be
574.43/577.07	WSVECS04 Frhs2[120]: 6 0 1.18962 shouldn't be
574.43/577.07	WSVECS04 Frhs2[129]: 6 0 0.160112 shouldn't be
574.43/577.07	WSVECS04 Frhs2[138]: 6 0 0.596032 shouldn't be
574.43/577.07	WSVECS04 Frhs2[159]: 6 -1.53666 0 shouldn't be
574.43/577.07	WSVECS04 Frhs2[161]: 6 -5.98797 0 shouldn't be
574.43/577.07	WSVECS04 Frhs2[177]: 6 -0.648736 0 shouldn't be
574.43/577.07	WSVECS04 Frhs2[179]: 6 0 0.742564 shouldn't be
574.43/577.07	WSVECS04 Frhs2[181]: 6 -0.623542 0 shouldn't be
574.43/577.07	WSVECS04 Frhs2[223]: 6 0 0.217045 shouldn't be
574.43/577.07	WSVECS04 Frhs2[228]: 6 -2.20949 0 shouldn't be
574.43/577.07	WSVECS04 Frhs2[241]: 6 0 0.0361885 shouldn't be
574.43/577.07	WSVECS04 Frhs2[245]: 6 0 0.662674 shouldn't be
574.43/577.07	WSVECS04 Frhs2[264]: 6 -0.79423 0 shouldn't be
574.43/577.07	WSVECS04 Frhs2[271]: 6 0 0.343632 shouldn't be
574.43/577.07	WSVECS04 Frhs2[274]: 6 -0.509763 0 shouldn't be
574.43/577.07	WSVECS04 Frhs2[301]: 6 0 2.03765 shouldn't be
574.43/577.07	WSVECS04 Frhs2[331]: 6 0 2.7216 shouldn't be
574.43/577.07	WSVECS04 Frhs2[343]: 6 -0.0268955 0 shouldn't be
574.43/577.07	WSVECS04 Frhs2[363]: 6 0 0.00932536 shouldn't be
574.43/577.07	WSVECS04 Frhs2[376]: 6 -0.362163 0 shouldn't be
574.43/577.07	WSVECS04 Frhs2[507]: 6 -0.173433 0 shouldn't be
574.43/577.07	WSVECS04 Frhs2[550]: 6 0 0.0950957 shouldn't be
574.43/577.07	WSVECS04 Frhs2[574]: 6 0 0.870382 shouldn't be
574.43/577.07	WSVECS04 Frhs2[585]: 6 0 0.238217 shouldn't be
574.43/577.07	WSVECS04 Frhs2[610]: 6 0 2.5772 shouldn't be
574.43/577.07	WSVECS04 Frhs2[613]: 6 -0.299907 0 shouldn't be
574.43/577.07	WSVECS04 Frhs2[625]: 6 0 1.47319 shouldn't be
574.43/577.07	WSVECS04 Frhs2[629]: 6 -0.800376 0 shouldn't be
574.43/577.07	WSVECS04 Frhs2[638]: 6 0 1.3959 shouldn't be
574.43/577.07	WSVECS04 Frhs2[641]: 6 0 0.603559 shouldn't be
574.43/577.07	WSVECS04 Frhs2[656]: 6 -0.0947972 0 shouldn't be
574.43/577.07	WSVECS04 Frhs2[661]: 6 0 0.38514 shouldn't be
574.43/577.07	WSVECS04 Frhs2[663]: 6 0 0.0217432 shouldn't be
574.43/577.07	WSVECS04 Frhs2[674]: 6 0 0.127217 shouldn't be
574.43/577.07	WSVECS04 Frhs2[679]: 6 0 0.155334 shouldn't be
574.43/577.07	WSVECS04 Frhs2[694]: 6 -3.97785 0 shouldn't be
574.43/577.07	WSVECS04 Frhs2[699]: 6 0 0.553538 shouldn't be
574.43/577.07	WSVECS04 Frhs2[736]: 6 0 0.177297 shouldn't be
574.43/577.07	WSVECS04 Frhs2[755]: 6 -0.373502 0 shouldn't be
574.43/577.07	WSVECS04 Frhs2[762]: 6 -0.134277 0 shouldn't be
574.43/577.07	WSVECS04 Frhs2[776]: 6 -0.0284677 0 shouldn't be
574.43/577.07	WSVECS04 Frhs2[778]: 6 0 0.425182 shouldn't be
574.43/577.07	WSVECS04 Frhs2[784]: 6 -0.216089 0 shouldn't be
574.43/577.07	WSVECS04 Frhs2[791]: 6 0 0.429607 shouldn't be
574.43/577.07	WSVECS04 Frhs2[804]: 6 0 0.826225 shouldn't be
574.43/577.07	WSVECS04 Frhs2[823]: 6 0 0.419706 shouldn't be
574.43/577.07	WSVECS04 Frhs2[824]: 6 -0.666292 0 shouldn't be
574.43/577.07	WSVECS04 Frhs2[829]: 6 0 0.681744 shouldn't be
574.43/577.07	WSVECS04 Frhs2[835]: 6 -0.669755 0 shouldn't be
574.43/577.07	WSVECS04 Frhs2[868]: 6 -1.723 0 shouldn't be
574.43/577.07	WSVECS04 Frhs2[877]: 6 -0.942588 0 shouldn't be
574.43/577.07	WSVECS04 Frhs2[889]: 6 -0.74243 0 shouldn't be
574.43/577.07	WSVECS04 Frhs2[894]: 6 -0.268871 0 shouldn't be
574.43/577.07	WSVECS04 Frhs2[898]: 6 -0.363333 0 shouldn't be
574.43/577.07	WSVECS04 Frhs2[899]: 6 -2.06833 0 shouldn't be
574.43/577.07	WSVECS04 Frhs2[904]: 6 -1.73843 0 shouldn't be
574.43/577.07	WSVECS04 Frhs2[906]: 6 -1.03177 0 shouldn't be
574.43/577.07	WSVECS04 Frhs2[921]: 6 -2.0227 0 shouldn't be
574.43/577.07	WSVECS04 Frhs2[926]: 6 -0.737795 0 shouldn't be
574.43/577.07	WSVECS04 Frhs2[967]: 6 0 0.0117248 shouldn't be
574.43/577.07	WSVECS04 Frhs2[1000]: 6 0 0.313813 shouldn't be
574.43/577.07	WSVECS04 Frhs2[1004]: 6 -4.52658 0 shouldn't be
574.43/577.07	WSVECS04 Frhs2[1013]: 6 -0.52241 0 shouldn't be
574.43/577.07	WSVECS04 Frhs2[1014]: 6 0 2.94615 shouldn't be
574.43/577.07	WSVECS04 Frhs2[1046]: 6 0 1.41399 shouldn't be
574.43/577.07	WSVECS04 Frhs2[1062]: 6 0 0.662348 shouldn't be
574.43/577.07	WSVECS04 Frhs2[1063]: 6 -0.0766415 0 shouldn't be
574.43/577.07	WSVECS04 Frhs2[1134]: 6 0 0.855218 shouldn't be
574.43/577.07	WSVECS04 Frhs2[1139]: 6 -1.05568 0 shouldn't be
574.43/577.07	WSVECS04 Frhs2[1145]: 6 0 1.84839 shouldn't be
574.43/577.07	WSVECS04 Frhs2[1159]: 6 0 0.398383 shouldn't be
574.43/577.07	WSVECS04 Frhs2[1165]: 6 0 2.75325 shouldn't be
574.43/577.07	WSVECS04 Frhs2[1176]: 6 -0.584144 0 shouldn't be
574.43/577.07	WSVECS04 Frhs2[1181]: 6 0 1.62425 shouldn't be
574.43/577.07	WSVECS04 Frhs2[1194]: 6 0 0.107722 shouldn't be
574.43/577.07	WSVECS04 Frhs2[1211]: 6 0 0.85553 shouldn't be
574.43/577.07	WSVECS04 Frhs2[1222]: 6 0 0.876624 shouldn't be
574.43/577.07	WSVECS04 Frhs2[1223]: 6 0 0.343079 shouldn't be
574.43/577.07	WSVECS04 Frhs2[1247]: 6 -1.96384 0 shouldn't be
574.43/577.07	WSVECS04 Frhs2[1249]: 6 0 1.28908 shouldn't be
574.43/577.07	WSVECS04 Frhs2[1251]: 6 0 2.06603 shouldn't be
574.43/577.07	WSVECS04 Frhs2[1307]: 6 -2.9399 0 shouldn't be
574.43/577.07	WSVECS04 Frhs2[1327]: 6 -4.56028 0 shouldn't be
574.43/577.07	WSVECS04 Frhs2[1337]: 6 0 1.0129 shouldn't be
574.43/577.07	WSVECS04 Frhs2[1339]: 6 0 1.01172 shouldn't be
574.43/577.07	WSVECS04 Frhs2[1372]: 6 -0.120585 0 shouldn't be
574.43/577.07	WSVECS04 Frhs2[1384]: 6 0 0.830207 shouldn't be
574.43/577.07	WSVECS04 Frhs2[1393]: 6 -0.531625 0 shouldn't be
574.43/577.07	WSVECS04 Frhs2[1416]: 6 0 0.462827 shouldn't be
574.43/577.07	WSVECS04 Frhs2[1460]: 6 0 0.819384 shouldn't be
574.43/577.07	WSVECS04 Frhs2[1476]: 6 -1.01142 0 shouldn't be
574.43/577.07	WSVECS04 Frhs2[1493]: 6 -0.667795 0 shouldn't be
574.43/577.07	WSVECS04 Frhs2[1555]: 6 0 0.129049 shouldn't be
574.43/577.07	WSVECS04 Frhs2[1563]: 6 0 4.13768 shouldn't be
574.43/577.07	WSVECS04 Frhs2[1577]: 6 -0.993985 0 shouldn't be
574.43/577.07	WSVECS04 Frhs2[1583]: 6 -2.02406 0 shouldn't be
574.43/577.07	WSVECS04 Frhs2[1606]: 6 -0.126831 0 shouldn't be
574.43/577.07	WSVECS04 Frhs2[1614]: 6 -2.29713 0 shouldn't be
574.43/577.07	WSVECS04 Frhs2[1621]: 6 0 0.0300885 shouldn't be
574.43/577.07	WSVECS04 Frhs2[1628]: 6 -1.13277 0 shouldn't be
574.43/577.07	WSVECS04 Frhs2[1633]: 6 0 1.17696 shouldn't be
574.43/577.07	WSVECS04 Frhs2[1644]: 6 0 0.0289117 shouldn't be
574.43/577.07	WSVECS04 Frhs2[1646]: 6 -1.08051 0 shouldn't be
574.43/577.07	WSVECS04 Frhs2[1650]: 6 -1.199 0 shouldn't be
574.43/577.07	WSVECS04 Frhs2[1674]: 6 -1.87177 0 shouldn't be
574.43/577.07	WSVECS04 Frhs2[1697]: 6 0 0.708417 shouldn't be
574.43/577.07	WSVECS04 Frhs2[1728]: 6 0 0.933979 shouldn't be
574.43/577.07	WSVECS04 Frhs2[1747]: 6 0 0.623425 shouldn't be
574.43/577.07	WSVECS04 Frhs2[1773]: 6 0 1.0674 shouldn't be
574.43/577.07	WSVECS04 Frhs2[1795]: 6 0 0.473911 shouldn't be
574.43/577.07	WSVECS04 Frhs2[1813]: 6 -0.98905 0 shouldn't be
574.43/577.07	WSVECS04 Frhs2[1814]: 6 0 0.274491 shouldn't be
574.43/577.07	WSVECS04 Frhs2[1852]: 6 -0.873092 0 shouldn't be
574.43/577.07	WSVECS04 Frhs2[1864]: 6 -1.91891 0 shouldn't be
574.92/577.58	WSVECS04 Frhs2[88]: 6 0 1.00002 shouldn't be
574.92/577.58	WSVECS04 Frhs2[116]: 6 0 1.18839 shouldn't be
574.92/577.58	WSVECS04 Frhs2[170]: 6 0 0.201645 shouldn't be
574.92/577.58	WSVECS04 Frhs2[184]: 6 0 1.31587 shouldn't be
574.92/577.58	WSVECS04 Frhs2[222]: 6 0 1.65812 shouldn't be
574.92/577.58	WSVECS04 Frhs2[225]: 6 0 0.644954 shouldn't be
574.92/577.58	WSVECS04 Frhs2[246]: 6 0 7.29006 shouldn't be
574.92/577.58	WSVECS04 Frhs2[282]: 6 0 0.047305 shouldn't be
574.92/577.58	WSVECS04 Frhs2[302]: 6 0 2.30395 shouldn't be
574.92/577.58	WSVECS04 Frhs2[339]: 6 -6.07146 0 shouldn't be
574.92/577.58	WSVECS04 Frhs2[389]: 6 0 0.417811 shouldn't be
574.92/577.58	WSVECS04 Frhs2[454]: 6 0 1.56048 shouldn't be
574.92/577.58	WSVECS04 Frhs2[535]: 6 0 7.17365 shouldn't be
574.92/577.58	WSVECS04 Frhs2[556]: 6 0 0.634743 shouldn't be
574.92/577.58	WSVECS04 Frhs2[558]: 6 0 0.0143447 shouldn't be
574.92/577.58	WSVECS04 Frhs2[562]: 6 0 0.2039 shouldn't be
574.92/577.58	WSVECS04 Frhs2[580]: 6 0 1.45988 shouldn't be
574.92/577.58	WSVECS04 Frhs2[590]: 6 0 1.3788 shouldn't be
574.92/577.58	WSVECS04 Frhs2[597]: 6 -2.11144 0 shouldn't be
574.92/577.58	WSVECS04 Frhs2[707]: 6 0 0.23887 shouldn't be
574.92/577.58	WSVECS04 Frhs2[769]: 6 -0.692381 0 shouldn't be
574.92/577.58	WSVECS04 Frhs2[781]: 6 0 2.07037 shouldn't be
574.92/577.58	WSVECS04 Frhs2[799]: 6 0 1.39486 shouldn't be
574.92/577.58	WSVECS04 Frhs2[807]: 6 0 1.36615 shouldn't be
574.92/577.58	WSVECS04 Frhs2[814]: 6 0 0.539462 shouldn't be
574.92/577.58	WSVECS04 Frhs2[842]: 6 0 1.42473 shouldn't be
574.92/577.58	WSVECS04 Frhs2[856]: 6 0 2.21597 shouldn't be
574.92/577.58	WSVECS04 Frhs2[961]: 6 0 1.91454 shouldn't be
574.92/577.58	WSVECS04 Frhs2[996]: 6 0 7.21324 shouldn't be
574.92/577.58	WSVECS04 Frhs2[998]: 6 0 0.0534127 shouldn't be
574.92/577.58	WSVECS04 Frhs2[1073]: 6 0 1.30981 shouldn't be
574.92/577.58	WSVECS04 Frhs2[1243]: 6 0 3.10339 shouldn't be
574.92/577.58	WSVECS04 Frhs2[1253]: 6 0 0.904613 shouldn't be
574.92/577.58	WSVECS04 Frhs2[1259]: 6 0 1.23593 shouldn't be
574.92/577.58	WSVECS04 Frhs2[1296]: 6 0 0.359146 shouldn't be
574.92/577.58	WSVECS04 Frhs2[1306]: 6 0 0.346222 shouldn't be
574.92/577.58	WSVECS04 Frhs2[1380]: 6 0 1.27027 shouldn't be
574.92/577.58	WSVECS04 Frhs2[1391]: 6 0 4.52643 shouldn't be
574.92/577.58	WSVECS04 Frhs2[1396]: 6 0 0.665834 shouldn't be
574.92/577.58	WSVECS04 Frhs2[1428]: 6 0 0.0285988 shouldn't be
574.92/577.58	WSVECS04 Frhs2[1465]: 6 0 3.77483 shouldn't be
574.92/577.58	WSVECS04 Frhs2[1562]: 6 0 0.835355 shouldn't be
574.92/577.58	WSVECS04 Frhs2[1567]: 6 0 0.235891 shouldn't be
574.92/577.58	WSVECS04 Frhs2[1580]: 6 0 1.0162 shouldn't be
574.92/577.58	WSVECS04 Frhs2[1613]: 6 0 2.76616 shouldn't be
574.92/577.58	WSVECS04 Frhs2[1622]: 6 -1.74666 0 shouldn't be
574.92/577.58	WSVECS04 Frhs2[1678]: 6 0 0.106022 shouldn't be
574.92/577.58	WSVECS04 Frhs2[1691]: 6 0 2.46892 shouldn't be
574.92/577.58	WSVECS04 Frhs2[1696]: 6 0 0.370072 shouldn't be
574.92/577.58	WSVECS04 Frhs2[1739]: 6 0 0.231455 shouldn't be
574.92/577.58	WSVECS04 Frhs2[1756]: 6 0 0.487323 shouldn't be
574.92/577.58	WSVECS04 Frhs2[1800]: 6 -1.69582 0 shouldn't be
574.92/577.58	WSVECS04 Frhs2[1804]: 6 0 2.20429 shouldn't be
574.92/577.58	WSVECS04 Frhs2[1835]: 6 0 1.3469 shouldn't be
574.92/577.58	WSVECS04 Frhs2[1841]: 6 -1.22587 0 shouldn't be
574.92/577.58	WSVECS04 Frhs2[1842]: 6 0 1.0961 shouldn't be
575.42/578.03	WSVECS04 Frhs2[27]: 6 0 0.989049 shouldn't be
575.42/578.03	WSVECS04 Frhs2[82]: 6 0 0.88719 shouldn't be
575.42/578.03	WSVECS04 Frhs2[217]: 6 0 0.231116 shouldn't be
575.42/578.03	WSVECS04 Frhs2[240]: 6 0 0.46435 shouldn't be
575.42/578.03	WSVECS04 Frhs2[267]: 6 0 0.471485 shouldn't be
575.42/578.03	WSVECS04 Frhs2[303]: 6 0 2.51781 shouldn't be
575.42/578.03	WSVECS04 Frhs2[316]: 6 0 1.61974 shouldn't be
575.42/578.03	WSVECS04 Frhs2[346]: 6 0 4.85896 shouldn't be
575.42/578.03	WSVECS04 Frhs2[356]: 6 0 0.764829 shouldn't be
575.42/578.03	WSVECS04 Frhs2[408]: 6 0 0.0089707 shouldn't be
575.42/578.03	WSVECS04 Frhs2[418]: 6 0 2.222 shouldn't be
575.42/578.03	WSVECS04 Frhs2[450]: 6 0 7.15302 shouldn't be
575.42/578.03	WSVECS04 Frhs2[479]: 6 -2.02381 0 shouldn't be
575.42/578.03	WSVECS04 Frhs2[485]: 6 -1.93483 0 shouldn't be
575.42/578.03	WSVECS04 Frhs2[605]: 6 0 0.234145 shouldn't be
575.42/578.03	WSVECS04 Frhs2[627]: 6 0 0.958031 shouldn't be
575.42/578.03	WSVECS04 Frhs2[651]: 6 0 0.313078 shouldn't be
575.42/578.03	WSVECS04 Frhs2[668]: 6 0 2.90354 shouldn't be
575.42/578.03	WSVECS04 Frhs2[706]: 6 0 1.36955 shouldn't be
575.42/578.03	WSVECS04 Frhs2[758]: 6 0 0.56584 shouldn't be
575.42/578.03	WSVECS04 Frhs2[822]: 6 0 5.74179 shouldn't be
575.42/578.03	WSVECS04 Frhs2[919]: 6 -0.287148 0 shouldn't be
575.42/578.03	WSVECS04 Frhs2[1052]: 6 0 0.0663292 shouldn't be
575.42/578.03	WSVECS04 Frhs2[1298]: 6 -1.29543 0 shouldn't be
575.42/578.03	WSVECS04 Frhs2[1315]: 6 0 1.2008 shouldn't be
575.42/578.03	WSVECS04 Frhs2[1374]: 6 0 3.00299 shouldn't be
575.42/578.03	WSVECS04 Frhs2[1620]: 6 0 0.706609 shouldn't be
575.42/578.03	WSVECS04 Frhs2[1629]: 6 0 3.08581 shouldn't be
575.42/578.03	WSVECS04 Frhs2[1641]: 6 0 3.49991 shouldn't be
575.82/578.48	WSVECS04 Frhs2[133]: 6 0 0.774277 shouldn't be
575.82/578.48	WSVECS04 Frhs2[334]: 6 -4.05257 0 shouldn't be
575.82/578.48	WSVECS04 Frhs2[543]: 6 0 3.76207 shouldn't be
575.82/578.48	WSVECS04 Frhs2[636]: 6 0 1.9044 shouldn't be
575.82/578.48	WSVECS04 Frhs2[649]: 6 -1.47428 0 shouldn't be
575.82/578.48	WSVECS04 Frhs2[664]: 6 -0.421366 0 shouldn't be
575.82/578.48	WSVECS04 Frhs2[696]: 6 0 2.33352 shouldn't be
575.82/578.48	WSVECS04 Frhs2[773]: 6 0 4.64157 shouldn't be
575.82/578.48	WSVECS04 Frhs2[890]: 6 0 1.23112 shouldn't be
575.82/578.48	WSVECS04 Frhs2[918]: 6 0 0.636232 shouldn't be
575.82/578.48	WSVECS04 Frhs2[940]: 6 0 1.47862 shouldn't be
575.82/578.48	WSVECS04 Frhs2[946]: 6 -1.07392 0 shouldn't be
575.82/578.48	WSVECS04 Frhs2[1065]: 6 0 3.51547 shouldn't be
575.82/578.48	WSVECS04 Frhs2[1070]: 6 0 3.50202 shouldn't be
575.82/578.48	WSVECS04 Frhs2[1197]: 6 0 2.56586 shouldn't be
575.82/578.48	WSVECS04 Frhs2[1213]: 6 0 7.41775 shouldn't be
575.82/578.48	WSVECS04 Frhs2[1321]: 6 0 0.3791 shouldn't be
575.82/578.48	WSVECS04 Frhs2[1336]: 6 0 1.77712 shouldn't be
575.82/578.48	WSVECS04 Frhs2[1352]: 6 -1.46041 0 shouldn't be
575.82/578.48	WSVECS04 Frhs2[1377]: 6 0 0.578742 shouldn't be
575.82/578.48	WSVECS04 Frhs2[1422]: 6 0 2.63802 shouldn't be
575.82/578.48	WSVECS04 Frhs2[1438]: 6 0 3.20321 shouldn't be
575.82/578.48	WSVECS04 Frhs2[1481]: 6 0 3.22207 shouldn't be
575.82/578.48	WSVECS04 Frhs2[1552]: 6 0 0.360365 shouldn't be
575.82/578.48	WSVECS04 Frhs2[1681]: 6 0 0.421509 shouldn't be
575.82/578.48	WSVECS04 Frhs2[1784]: 6 -2.33393 0 shouldn't be
575.82/578.48	WSVECS04 Frhs2[1827]: 6 0 0.208141 shouldn't be
576.21/578.87	WSVECS04 Frhs2[74]: 6 0 1.00004 shouldn't be
576.21/578.87	WSVECS04 Frhs2[230]: 6 0 2.10346 shouldn't be
576.21/578.87	WSVECS04 Frhs2[307]: 6 0 2.06115 shouldn't be
576.21/578.87	WSVECS04 Frhs2[328]: 6 0 0.408897 shouldn't be
576.21/578.87	WSVECS04 Frhs2[433]: 6 0 7.62277 shouldn't be
576.21/578.87	WSVECS04 Frhs2[474]: 6 0 0.525781 shouldn't be
576.21/578.87	WSVECS04 Frhs2[561]: 6 -2.81674 0 shouldn't be
576.21/578.87	WSVECS04 Frhs2[596]: 6 0 1.20139 shouldn't be
576.21/578.87	WSVECS04 Frhs2[630]: 6 0 0.682141 shouldn't be
576.21/578.87	WSVECS04 Frhs2[646]: 6 0 1.42347 shouldn't be
576.21/578.87	WSVECS04 Frhs2[954]: 6 0 0.132419 shouldn't be
576.21/578.87	WSVECS04 Frhs2[1036]: 6 0 0.232262 shouldn't be
576.21/578.87	WSVECS04 Frhs2[1157]: 6 0 4.62308 shouldn't be
576.21/578.87	WSVECS04 Frhs2[1183]: 6 -0.336806 0 shouldn't be
576.21/578.87	WSVECS04 Frhs2[1193]: 6 0 2.21651 shouldn't be
576.21/578.87	WSVECS04 Frhs2[1421]: 6 0 2.15511 shouldn't be
576.21/578.87	WSVECS04 Frhs2[1489]: 6 0 2.01627 shouldn't be
576.21/578.87	WSVECS04 Frhs2[1491]: 6 -2.88255 0 shouldn't be
576.21/578.87	WSVECS04 Frhs2[1557]: 6 -3.04936 0 shouldn't be
576.21/578.87	WSVECS04 Frhs2[1861]: 6 0 2.96007 shouldn't be
576.91/579.56	WSVECS04 Frhs2[145]: 6 0 1.22474 shouldn't be
576.91/579.56	WSVECS04 Frhs2[233]: 6 -1.44704 0 shouldn't be
576.91/579.56	WSVECS04 Frhs2[270]: 6 0 0.158394 shouldn't be
576.91/579.56	WSVECS04 Frhs2[451]: 6 0 2.74357 shouldn't be
576.91/579.56	WSVECS04 Frhs2[549]: 6 0 1.86627 shouldn't be
576.91/579.56	WSVECS04 Frhs2[1049]: 6 0 8.05577 shouldn't be
576.91/579.56	WSVECS04 Frhs2[1203]: 6 0 1.44732 shouldn't be
576.91/579.56	WSVECS04 Frhs2[1564]: 6 0 2.56924 shouldn't be
576.91/579.56	WSVECS04 Frhs2[1694]: 6 0 1.41976 shouldn't be
576.91/579.56	WSVECS04 Frhs2[1776]: 6 0 1.03062 shouldn't be
577.71/580.38	WSVECS04 Frhs2[127]: 6 -7.71709 0 shouldn't be
577.71/580.38	WSVECS04 Frhs2[191]: 6 0 1.72343 shouldn't be
577.71/580.38	WSVECS04 Frhs2[471]: 6 0 1.74943 shouldn't be
577.71/580.38	WSVECS04 Frhs2[721]: 6 0 0.236042 shouldn't be
577.71/580.38	WSVECS04 Frhs2[1255]: 6 0 0.354196 shouldn't be
577.71/580.38	WSVECS04 Frhs2[1553]: 6 0 6.38721 shouldn't be
577.71/580.38	WSVECS04 Frhs2[1560]: 6 0 0.837408 shouldn't be
577.71/580.38	WSVECS04 Frhs2[1625]: 6 0 2.38417 shouldn't be
577.71/580.38	WSVECS04 Frhs2[1648]: 6 -0.26537 0 shouldn't be
578.41/581.07	WSVECS04 Frhs2[653]: 6 0 3.11159 shouldn't be
583.28/585.95	c #Conflicts:     517000 | #Constraints:      25979
583.28/585.95	c #Conflicts:     518000 | #Constraints:      26979
583.28/585.95	c #Conflicts:     519000 | #Constraints:      27979
583.28/585.95	c #Conflicts:     520000 | #Constraints:      28979
583.28/585.95	c #Conflicts:     521000 | #Constraints:      29979
583.28/585.95	c #Conflicts:     522000 | #Constraints:      30979
583.28/585.95	c #Conflicts:     523000 | #Constraints:      31979
583.28/585.95	c #Conflicts:     524000 | #Constraints:      32979
583.28/585.95	c #Conflicts:     525000 | #Constraints:      33979
583.28/585.95	c INPROCESSING
583.28/585.95	c GARBAGE COLLECT
583.28/585.95	WSVECS04 Frhs2[1]: 6 0 0.341631 shouldn't be
583.28/585.95	WSVECS04 Frhs2[3]: 6 0 0.00770295 shouldn't be
583.28/585.95	WSVECS04 Frhs2[4]: 6 0 0.22708 shouldn't be
583.28/585.95	WSVECS04 Frhs2[12]: 6 0 3.15128 shouldn't be
583.28/585.95	WSVECS04 Frhs2[13]: 6 0 0.564011 shouldn't be
583.28/585.95	WSVECS04 Frhs2[18]: 6 0 0.636886 shouldn't be
583.28/585.95	WSVECS04 Frhs2[21]: 6 0 0.988939 shouldn't be
583.28/585.95	WSVECS04 Frhs2[26]: 6 0 0.712171 shouldn't be
583.28/585.95	WSVECS04 Frhs2[28]: 6 -0.268809 0 shouldn't be
583.28/585.95	WSVECS04 Frhs2[30]: 6 0 0.984108 shouldn't be
583.28/585.95	WSVECS04 Frhs2[40]: 6 0 2.23445 shouldn't be
583.28/585.95	WSVECS04 Frhs2[45]: 6 -2.81524 0 shouldn't be
583.28/585.95	WSVECS04 Frhs2[50]: 6 0 2.54934 shouldn't be
583.28/585.95	WSVECS04 Frhs2[53]: 6 0 1.1853 shouldn't be
583.28/585.95	WSVECS04 Frhs2[63]: 6 0 0.752904 shouldn't be
583.28/585.95	WSVECS04 Frhs2[65]: 6 0 0.194459 shouldn't be
583.28/585.95	WSVECS04 Frhs2[66]: 6 0 2.46425 shouldn't be
583.28/585.95	WSVECS04 Frhs2[74]: 6 0 1.45259 shouldn't be
583.28/585.95	WSVECS04 Frhs2[85]: 6 -0.703011 0 shouldn't be
583.28/585.95	WSVECS04 Frhs2[86]: 6 -1.685 0 shouldn't be
583.28/585.95	WSVECS04 Frhs2[91]: 6 0 0.728218 shouldn't be
583.28/585.95	WSVECS04 Frhs2[92]: 6 0 1.52752 shouldn't be
583.28/585.95	WSVECS04 Frhs2[93]: 6 0 0.0421965 shouldn't be
583.28/585.95	WSVECS04 Frhs2[94]: 6 -1.28154 0 shouldn't be
583.28/585.95	WSVECS04 Frhs2[97]: 6 0 0.733788 shouldn't be
583.28/585.95	WSVECS04 Frhs2[98]: 6 0 0.873129 shouldn't be
583.28/585.95	WSVECS04 Frhs2[99]: 6 0 0.9578 shouldn't be
583.28/585.95	WSVECS04 Frhs2[102]: 6 -0.164944 0 shouldn't be
583.28/585.95	WSVECS04 Frhs2[105]: 6 -1.25611 0 shouldn't be
583.28/585.95	WSVECS04 Frhs2[106]: 6 -0.0164771 0 shouldn't be
583.28/585.95	WSVECS04 Frhs2[164]: 6 -1.08427 0 shouldn't be
583.28/585.95	WSVECS04 Frhs2[176]: 6 -2.05188 0 shouldn't be
583.28/585.95	WSVECS04 Frhs2[224]: 6 0 1.08426 shouldn't be
583.28/585.95	WSVECS04 Frhs2[227]: 6 0 1.08426 shouldn't be
583.28/585.95	WSVECS04 Frhs2[294]: 6 0 1.15909 shouldn't be
583.28/585.95	WSVECS04 Frhs2[319]: 6 0 0.304958 shouldn't be
583.28/585.95	WSVECS04 Frhs2[516]: 6 0 0.0388869 shouldn't be
583.28/585.95	WSVECS04 Frhs2[539]: 6 0 0.707391 shouldn't be
583.28/585.95	WSVECS04 Frhs2[671]: 6 0 0.0951165 shouldn't be
583.28/585.95	WSVECS04 Frhs2[725]: 6 -1.0843 0 shouldn't be
583.28/585.95	WSVECS04 Frhs2[812]: 6 0 0.389658 shouldn't be
583.28/585.95	WSVECS04 Frhs2[844]: 6 -1.0843 0 shouldn't be
583.28/585.95	WSVECS04 Frhs2[932]: 6 0 0.121461 shouldn't be
583.28/585.95	WSVECS04 Frhs2[1020]: 6 0 0.389707 shouldn't be
583.28/585.95	WSVECS04 Frhs2[1192]: 6 0 1.08426 shouldn't be
583.28/585.95	WSVECS04 Frhs2[1197]: 6 0 2.16852 shouldn't be
583.28/585.95	WSVECS04 Frhs2[1299]: 6 0 2.05409 shouldn't be
583.28/585.95	WSVECS04 Frhs2[1301]: 6 0 1.15902 shouldn't be
583.28/585.95	WSVECS04 Frhs2[1452]: 6 0 0.0847547 shouldn't be
583.28/585.95	WSVECS04 Frhs2[1683]: 6 0 0.542185 shouldn't be
583.28/585.95	WSVECS04 Frhs2[1714]: 6 0 0.00424233 shouldn't be
583.28/585.95	WSVECS04 Frhs2[1737]: 6 0 2.1685 shouldn't be
583.77/586.41	WSVECS04 Frhs2[17]: 6 0 0.636803 shouldn't be
583.77/586.41	WSVECS04 Frhs2[84]: 6 0 0.905629 shouldn't be
583.77/586.41	WSVECS04 Frhs2[131]: 6 0 0.30498 shouldn't be
583.77/586.41	WSVECS04 Frhs2[268]: 6 0 0.694634 shouldn't be
583.77/586.41	WSVECS04 Frhs2[284]: 6 0 0.304989 shouldn't be
583.77/586.41	WSVECS04 Frhs2[512]: 6 0 0.0389006 shouldn't be
583.77/586.41	WSVECS04 Frhs2[514]: 6 0 0.0389146 shouldn't be
583.77/586.41	WSVECS04 Frhs2[517]: 6 0 0.0389624 shouldn't be
583.77/586.41	WSVECS04 Frhs2[519]: 6 0 0.0389163 shouldn't be
583.77/586.41	WSVECS04 Frhs2[520]: 6 0 0.0389652 shouldn't be
583.77/586.41	WSVECS04 Frhs2[522]: 6 0 0.0389265 shouldn't be
583.77/586.41	WSVECS04 Frhs2[523]: 6 0 0.0389526 shouldn't be
583.77/586.41	WSVECS04 Frhs2[524]: 6 0 0.0389464 shouldn't be
583.77/586.41	WSVECS04 Frhs2[525]: 6 0 0.0389382 shouldn't be
583.77/586.41	WSVECS04 Frhs2[527]: 6 0 0.0389223 shouldn't be
583.77/586.41	WSVECS04 Frhs2[528]: 6 0 0.0389249 shouldn't be
583.77/586.41	WSVECS04 Frhs2[920]: 6 0 0.121469 shouldn't be
583.77/586.41	WSVECS04 Frhs2[921]: 6 0 0.121498 shouldn't be
583.77/586.41	WSVECS04 Frhs2[929]: 6 0 0.12149 shouldn't be
583.77/586.41	WSVECS04 Frhs2[930]: 6 0 0.121495 shouldn't be
583.77/586.41	WSVECS04 Frhs2[931]: 6 0 0.121468 shouldn't be
583.77/586.41	WSVECS04 Frhs2[933]: 6 0 0.1215 shouldn't be
583.77/586.41	WSVECS04 Frhs2[934]: 6 0 0.121518 shouldn't be
583.77/586.41	WSVECS04 Frhs2[1710]: 6 0 0.0042708 shouldn't be
583.77/586.41	WSVECS04 Frhs2[1711]: 6 0 0.00427294 shouldn't be
583.77/586.41	WSVECS04 Frhs2[1712]: 6 0 0.00428163 shouldn't be
583.77/586.41	WSVECS04 Frhs2[1715]: 6 0 0.00424923 shouldn't be
583.77/586.41	WSVECS04 Frhs2[1716]: 6 0 0.00426762 shouldn't be
584.27/586.91	WSVECS04 Frhs2[521]: 6 0 0.0389071 shouldn't be
584.27/586.91	WSVECS04 Frhs2[667]: 6 0 0.095131 shouldn't be
584.27/586.91	WSVECS04 Frhs2[669]: 6 0 0.0951327 shouldn't be
584.27/586.91	WSVECS04 Frhs2[672]: 6 0 0.095142 shouldn't be
584.27/586.91	WSVECS04 Frhs2[673]: 6 0 0.637248 shouldn't be
584.27/586.91	WSVECS04 Frhs2[678]: 6 0 0.095165 shouldn't be
584.27/586.91	WSVECS04 Frhs2[681]: 6 0 0.0951801 shouldn't be
584.27/586.91	WSVECS04 Frhs2[826]: 6 0 0.542146 shouldn't be
584.27/586.91	WSVECS04 Frhs2[922]: 6 0 0.121528 shouldn't be
584.27/586.91	WSVECS04 Frhs2[923]: 6 0 0.121485 shouldn't be
584.27/586.91	WSVECS04 Frhs2[927]: 6 0 0.121538 shouldn't be
584.27/586.91	WSVECS04 Frhs2[1002]: 6 0 0.389728 shouldn't be
584.27/586.91	WSVECS04 Frhs2[1110]: 6 0 0.389743 shouldn't be
584.27/586.91	WSVECS04 Frhs2[1125]: 6 0 1.08433 shouldn't be
584.27/586.91	WSVECS04 Frhs2[1412]: 6 0 0.542146 shouldn't be
584.27/586.91	WSVECS04 Frhs2[1538]: 6 0 0.542199 shouldn't be
584.27/586.91	WSVECS04 Frhs2[1552]: 6 0 0.542189 shouldn't be
584.27/586.91	WSVECS04 Frhs2[1557]: 6 0 2.16852 shouldn't be
584.27/586.91	WSVECS04 Frhs2[1574]: 6 0 0.542168 shouldn't be
584.27/586.91	WSVECS04 Frhs2[1721]: 6 0 0.00424242 shouldn't be
584.77/587.47	WSVECS04 Frhs2[125]: 6 0 1.15902 shouldn't be
584.77/587.47	WSVECS04 Frhs2[223]: 6 0 1.08431 shouldn't be
584.77/587.47	WSVECS04 Frhs2[226]: 6 0 1.08431 shouldn't be
584.77/587.47	WSVECS04 Frhs2[236]: 6 0 1.08432 shouldn't be
584.77/587.47	WSVECS04 Frhs2[278]: 6 0 1.15902 shouldn't be
584.77/587.47	WSVECS04 Frhs2[402]: 6 0 1.08428 shouldn't be
584.77/587.47	WSVECS04 Frhs2[413]: 6 0 1.15909 shouldn't be
584.77/587.47	WSVECS04 Frhs2[513]: 6 0 0.0389584 shouldn't be
584.77/587.47	WSVECS04 Frhs2[515]: 6 0 0.0389114 shouldn't be
584.77/587.47	WSVECS04 Frhs2[518]: 6 0 0.0389421 shouldn't be
584.77/587.47	WSVECS04 Frhs2[526]: 6 0 0.03893 shouldn't be
584.77/587.47	WSVECS04 Frhs2[549]: 6 0 1.15906 shouldn't be
584.77/587.47	WSVECS04 Frhs2[676]: 6 0 0.0951767 shouldn't be
584.77/587.47	WSVECS04 Frhs2[679]: 6 0 0.0951358 shouldn't be
584.77/587.47	WSVECS04 Frhs2[714]: 6 0 1.15904 shouldn't be
584.77/587.47	WSVECS04 Frhs2[768]: 6 0 1.08426 shouldn't be
584.77/587.47	WSVECS04 Frhs2[769]: 6 0 1.08426 shouldn't be
584.77/587.47	WSVECS04 Frhs2[770]: 6 0 1.08431 shouldn't be
584.77/587.47	WSVECS04 Frhs2[774]: 6 0 1.08425 shouldn't be
584.77/587.47	WSVECS04 Frhs2[775]: 6 0 1.08427 shouldn't be
584.77/587.47	WSVECS04 Frhs2[781]: 6 0 1.08431 shouldn't be
584.77/587.47	WSVECS04 Frhs2[957]: 6 0 1.15902 shouldn't be
584.77/587.47	WSVECS04 Frhs2[981]: 6 0 2.16848 shouldn't be
584.77/587.47	WSVECS04 Frhs2[1101]: 6 0 1.15903 shouldn't be
584.77/587.47	WSVECS04 Frhs2[1218]: 6 0 0.389712 shouldn't be
584.77/587.47	WSVECS04 Frhs2[1427]: 6 0 1.15909 shouldn't be
584.77/587.47	WSVECS04 Frhs2[1467]: 6 0 1.08424 shouldn't be
584.77/587.47	WSVECS04 Frhs2[1499]: 6 0 1.08429 shouldn't be
584.77/587.47	WSVECS04 Frhs2[1720]: 6 0 0.00424936 shouldn't be
584.77/587.47	WSVECS04 Frhs2[1722]: 6 0 0.00431324 shouldn't be
584.77/587.47	WSVECS04 Frhs2[1723]: 6 0 0.00430659 shouldn't be
584.77/587.47	WSVECS04 Frhs2[1725]: 6 0 0.00432328 shouldn't be
584.77/587.47	WSVECS04 Frhs2[1791]: 6 0 2.16847 shouldn't be
584.77/587.47	WSVECS04 Frhs2[1827]: 6 0 3.25273 shouldn't be
585.27/587.99	WSVECS04 Frhs2[233]: 6 0 1.47393 shouldn't be
585.27/587.99	WSVECS04 Frhs2[244]: 6 0 1.15908 shouldn't be
585.27/587.99	WSVECS04 Frhs2[346]: 6 0 1.07435 shouldn't be
585.27/587.99	WSVECS04 Frhs2[347]: 6 0 3.01791 shouldn't be
585.27/587.99	WSVECS04 Frhs2[353]: 6 0 0.769401 shouldn't be
585.27/587.99	WSVECS04 Frhs2[380]: 6 0 1.15907 shouldn't be
585.27/587.99	WSVECS04 Frhs2[386]: 6 0 1.08429 shouldn't be
585.27/587.99	WSVECS04 Frhs2[403]: 6 0 1.08427 shouldn't be
585.27/587.99	WSVECS04 Frhs2[505]: 6 0 1.08426 shouldn't be
585.27/587.99	WSVECS04 Frhs2[665]: 6 0 0.0951714 shouldn't be
585.27/587.99	WSVECS04 Frhs2[666]: 6 0 0.095138 shouldn't be
585.27/587.99	WSVECS04 Frhs2[668]: 6 0 0.0951591 shouldn't be
585.27/587.99	WSVECS04 Frhs2[675]: 6 0 0.0952016 shouldn't be
585.27/587.99	WSVECS04 Frhs2[726]: 6 0 1.08429 shouldn't be
585.27/587.99	WSVECS04 Frhs2[926]: 6 0 0.121535 shouldn't be
585.27/587.99	WSVECS04 Frhs2[945]: 6 0 0.542158 shouldn't be
585.27/587.99	WSVECS04 Frhs2[1089]: 6 0 2.16848 shouldn't be
585.27/587.99	WSVECS04 Frhs2[1430]: 6 0 0.542136 shouldn't be
585.27/587.99	WSVECS04 Frhs2[1449]: 6 0 1.08428 shouldn't be
585.27/587.99	WSVECS04 Frhs2[1575]: 6 0 2.1685 shouldn't be
585.27/587.99	WSVECS04 Frhs2[1593]: 6 0 1.08427 shouldn't be
585.27/587.99	WSVECS04 Frhs2[1632]: 6 0 1.08432 shouldn't be
585.27/587.99	WSVECS04 Frhs2[1700]: 6 0 0.542139 shouldn't be
585.27/587.99	WSVECS04 Frhs2[1713]: 6 0 0.00425239 shouldn't be
585.27/587.99	WSVECS04 Frhs2[1786]: 6 0 1.08424 shouldn't be
586.17/588.86	WSVECS04 Frhs2[60]: 6 0 1.00006 shouldn't be
586.17/588.86	WSVECS04 Frhs2[159]: 6 0 1.15909 shouldn't be
586.17/588.86	WSVECS04 Frhs2[193]: 6 0 1.42525 shouldn't be
586.17/588.86	WSVECS04 Frhs2[235]: 6 0 1.0843 shouldn't be
586.17/588.86	WSVECS04 Frhs2[277]: 6 0 1.1591 shouldn't be
586.17/588.86	WSVECS04 Frhs2[312]: 6 0 1.42525 shouldn't be
586.17/588.86	WSVECS04 Frhs2[416]: 6 0 1.1591 shouldn't be
586.17/588.86	WSVECS04 Frhs2[438]: 6 0 0.0848023 shouldn't be
586.17/588.86	WSVECS04 Frhs2[465]: 6 0 1.15903 shouldn't be
586.17/588.86	WSVECS04 Frhs2[476]: 6 0 1.15908 shouldn't be
586.17/588.86	WSVECS04 Frhs2[488]: 6 0 1.08428 shouldn't be
586.17/588.86	WSVECS04 Frhs2[771]: 6 0 0.54214 shouldn't be
586.17/588.86	WSVECS04 Frhs2[892]: 6 0 1.08426 shouldn't be
586.17/588.86	WSVECS04 Frhs2[1017]: 6 0 1.08428 shouldn't be
586.17/588.86	WSVECS04 Frhs2[1049]: 6 0 1.08426 shouldn't be
586.17/588.86	WSVECS04 Frhs2[1071]: 6 0 2.16852 shouldn't be
586.17/588.86	WSVECS04 Frhs2[1326]: 6 0 0.0848081 shouldn't be
586.17/588.86	WSVECS04 Frhs2[1344]: 6 0 0.389723 shouldn't be
586.17/588.86	WSVECS04 Frhs2[1416]: 6 0 0.609947 shouldn't be
586.17/588.86	WSVECS04 Frhs2[1488]: 6 0 0.389711 shouldn't be
586.17/588.86	WSVECS04 Frhs2[1717]: 6 0 0.00432896 shouldn't be
586.17/588.86	WSVECS04 Frhs2[1718]: 6 0 0.004264 shouldn't be
587.17/589.83	WSVECS04 Frhs2[35]: 6 0 1.00004 shouldn't be
587.17/589.83	WSVECS04 Frhs2[72]: 6 -1.14195 0 shouldn't be
587.17/589.83	WSVECS04 Frhs2[234]: 6 0 1.08428 shouldn't be
587.17/589.83	WSVECS04 Frhs2[310]: 6 0 1.15905 shouldn't be
587.17/589.83	WSVECS04 Frhs2[397]: 6 0 1.15903 shouldn't be
587.17/589.83	WSVECS04 Frhs2[412]: 6 0 1.1591 shouldn't be
587.17/589.83	WSVECS04 Frhs2[578]: 6 0 0.895167 shouldn't be
587.17/589.83	WSVECS04 Frhs2[999]: 6 0 2.16847 shouldn't be
587.17/589.83	WSVECS04 Frhs2[1053]: 6 0 1.08426 shouldn't be
587.17/589.83	WSVECS04 Frhs2[1157]: 6 0 1.15904 shouldn't be
587.17/589.83	WSVECS04 Frhs2[1265]: 6 0 1.15908 shouldn't be
587.17/589.83	WSVECS04 Frhs2[1542]: 6 0 0.694614 shouldn't be
587.17/589.83	WSVECS04 Frhs2[1650]: 6 0 0.389729 shouldn't be
587.17/589.83	WSVECS04 Frhs2[1682]: 6 0 0.542127 shouldn't be
591.16/593.81	c rational objective -40.9356
603.02/605.75	c #Conflicts:     526000 | #Constraints:      19443
603.02/605.75	c #Conflicts:     527000 | #Constraints:      20443
603.02/605.75	c #Conflicts:     528000 | #Constraints:      21443
603.02/605.75	c #Conflicts:     529000 | #Constraints:      22443
603.02/605.75	c #Conflicts:     530000 | #Constraints:      23443
603.02/605.75	c #Conflicts:     531000 | #Constraints:      24443
603.02/605.75	c #Conflicts:     532000 | #Constraints:      25443
603.02/605.75	c #Conflicts:     533000 | #Constraints:      26443
603.02/605.75	c #Conflicts:     534000 | #Constraints:      27443
603.02/605.75	c #Conflicts:     535000 | #Constraints:      28443
603.02/605.75	c #Conflicts:     536000 | #Constraints:      29443
603.02/605.75	c #Conflicts:     537000 | #Constraints:      30443
603.02/605.75	c #Conflicts:     538000 | #Constraints:      31443
603.02/605.75	c #Conflicts:     539000 | #Constraints:      32444
603.02/605.75	c #Conflicts:     540000 | #Constraints:      33444
603.02/605.75	c INPROCESSING
603.02/605.75	c GARBAGE COLLECT
603.02/605.75	WSVECS04 Frhs2[7]: 6 -10.2624 0 shouldn't be
603.02/605.75	WSVECS04 Frhs2[85]: 6 -34.6527 0 shouldn't be
603.02/605.75	WSVECS04 Frhs2[86]: 6 -12.3583 0 shouldn't be
623.58/626.36	WSVECS04 Frhs2[85]: 6 -34.6527 0 shouldn't be
623.58/626.36	WSVECS04 Frhs2[86]: 6 -12.3583 0 shouldn't be
628.47/631.27	WSVECS04 Frhs2[7]: 6 -10.2623 0 shouldn't be
726.52/729.94	c #Conflicts:     541000 | #Constraints:      18890
726.52/729.94	c #Conflicts:     542000 | #Constraints:      19890
726.52/729.94	c #Conflicts:     543000 | #Constraints:      20890
726.52/729.94	c #Conflicts:     544000 | #Constraints:      21890
726.52/729.94	c #Conflicts:     545000 | #Constraints:      22890
726.52/729.94	c #Conflicts:     546000 | #Constraints:      23890
726.52/729.94	c #Conflicts:     547000 | #Constraints:      24890
726.52/729.94	c #Conflicts:     548000 | #Constraints:      25890
726.52/729.94	c #Conflicts:     549000 | #Constraints:      26890
726.52/729.94	c #Conflicts:     550000 | #Constraints:      27890
726.52/729.94	c #Conflicts:     551000 | #Constraints:      28890
726.52/729.94	c #Conflicts:     552000 | #Constraints:      29890
726.52/729.94	c #Conflicts:     553000 | #Constraints:      30896
726.52/729.94	c #Conflicts:     554000 | #Constraints:      31903
726.52/729.94	c #Conflicts:     555000 | #Constraints:      32907
726.52/729.94	c #Conflicts:     556000 | #Constraints:      33914
726.52/729.94	c #Conflicts:     557000 | #Constraints:      34917
726.52/729.94	c #Conflicts:     558000 | #Constraints:      35917
726.52/729.94	c #Conflicts:     559000 | #Constraints:      36917
726.52/729.94	c #Conflicts:     560000 | #Constraints:      37920
726.52/729.94	c #Conflicts:     561000 | #Constraints:      38921
726.52/729.94	c #Conflicts:     562000 | #Constraints:      39926
726.52/729.94	c #Conflicts:     563000 | #Constraints:      40931
726.52/729.94	c #Conflicts:     564000 | #Constraints:      41935
726.52/729.94	c #Conflicts:     565000 | #Constraints:      42938
726.52/729.94	c #Conflicts:     566000 | #Constraints:      43945
726.52/729.94	c #Conflicts:     567000 | #Constraints:      44947
726.52/729.94	c #Conflicts:     568000 | #Constraints:      45947
726.52/729.94	c #Conflicts:     569000 | #Constraints:      46951
726.52/729.94	c #Conflicts:     570000 | #Constraints:      47955
726.52/729.94	c #Conflicts:     571000 | #Constraints:      48955
726.52/729.94	c #Conflicts:     572000 | #Constraints:      49956
726.52/729.94	c #Conflicts:     573000 | #Constraints:      50956
726.52/729.94	c #Conflicts:     574000 | #Constraints:      51956
726.52/729.94	c #Conflicts:     575000 | #Constraints:      52956
726.52/729.94	c #Conflicts:     576000 | #Constraints:      53961
726.52/729.94	c #Conflicts:     577000 | #Constraints:      54963
726.52/729.94	c #Conflicts:     578000 | #Constraints:      55963
726.52/729.94	c #Conflicts:     579000 | #Constraints:      56963
726.52/729.94	c #Conflicts:     580000 | #Constraints:      57964
726.52/729.94	c #Conflicts:     581000 | #Constraints:      58965
726.52/729.94	c #Conflicts:     582000 | #Constraints:      59971
726.52/729.94	c #Conflicts:     583000 | #Constraints:      60972
726.52/729.94	c #Conflicts:     584000 | #Constraints:      61973
726.52/729.94	c #Conflicts:     585000 | #Constraints:      62976
726.52/729.94	c #Conflicts:     586000 | #Constraints:      63979
726.52/729.94	c #Conflicts:     587000 | #Constraints:      64979
726.52/729.94	c #Conflicts:     588000 | #Constraints:      65979
726.52/729.94	c #Conflicts:     589000 | #Constraints:      66979
726.52/729.94	c #Conflicts:     590000 | #Constraints:      67979
726.52/729.94	c #Conflicts:     591000 | #Constraints:      68981
726.52/729.94	c #Conflicts:     592000 | #Constraints:      69984
726.52/729.94	c #Conflicts:     593000 | #Constraints:      70986
726.52/729.94	c #Conflicts:     594000 | #Constraints:      71986
726.52/729.94	c #Conflicts:     595000 | #Constraints:      72990
726.52/729.94	c #Conflicts:     596000 | #Constraints:      73998
726.52/729.94	c #Conflicts:     597000 | #Constraints:      75002
726.52/729.94	c #Conflicts:     598000 | #Constraints:      76002
726.52/729.94	c #Conflicts:     599000 | #Constraints:      77007
726.52/729.94	c #Conflicts:     600000 | #Constraints:      78008
726.52/729.94	c #Conflicts:     601000 | #Constraints:      79008
726.52/729.94	c #Conflicts:     602000 | #Constraints:      80008
726.52/729.94	c #Conflicts:     603000 | #Constraints:      81008
726.52/729.94	c INPROCESSING
726.52/729.94	c GARBAGE COLLECT
726.52/729.94	c rational objective -40.9631
729.41/732.86	c #Conflicts:     604000 | #Constraints:      42962
729.41/732.86	c bounds -28 >= -82 @ 721.304
745.85/749.33	c #Conflicts:     605000 | #Constraints:      43998
745.85/749.33	c #Conflicts:     606000 | #Constraints:      44998
745.85/749.33	c #Conflicts:     607000 | #Constraints:      45998
745.85/749.33	c #Conflicts:     608000 | #Constraints:      46998
745.85/749.33	c #Conflicts:     609000 | #Constraints:      47998
745.85/749.33	c #Conflicts:     610000 | #Constraints:      48999
745.85/749.33	c #Conflicts:     611000 | #Constraints:      49999
745.85/749.33	c #Conflicts:     612000 | #Constraints:      51005
745.85/749.33	c #Conflicts:     613000 | #Constraints:      52011
745.85/749.33	c #Conflicts:     614000 | #Constraints:      53011
745.85/749.33	c #Conflicts:     615000 | #Constraints:      54011
745.85/749.33	c #Conflicts:     616000 | #Constraints:      55011
745.85/749.33	c #Conflicts:     617000 | #Constraints:      56011
745.85/749.33	c #Conflicts:     618000 | #Constraints:      57011
745.85/749.33	c #Conflicts:     619000 | #Constraints:      58011
745.85/749.33	c #Conflicts:     620000 | #Constraints:      59011
745.85/749.33	c INPROCESSING
745.85/749.33	c GARBAGE COLLECT
745.85/749.33	WSVECS04 Frhs2[14]: 6 -16.336 0 shouldn't be
745.85/749.33	WSVECS04 Frhs2[18]: 6 0 2.19007 shouldn't be
745.85/749.33	WSVECS04 Frhs2[20]: 6 0 3.44751 shouldn't be
745.85/749.33	WSVECS04 Frhs2[21]: 6 -0.311483 0 shouldn't be
745.85/749.33	WSVECS04 Frhs2[27]: 6 0 6.19032 shouldn't be
745.85/749.33	WSVECS04 Frhs2[28]: 6 -22.4199 0 shouldn't be
745.85/749.33	WSVECS04 Frhs2[39]: 6 -29.6565 0 shouldn't be
745.85/749.33	WSVECS04 Frhs2[44]: 6 0 8.30271 shouldn't be
745.85/749.33	WSVECS04 Frhs2[55]: 6 -18.9308 0 shouldn't be
745.85/749.33	WSVECS04 Frhs2[60]: 6 0 7.73683 shouldn't be
745.85/749.33	WSVECS04 Frhs2[69]: 6 -32.2252 0 shouldn't be
745.85/749.33	WSVECS04 Frhs2[80]: 6 -8.84945 0 shouldn't be
745.85/749.33	WSVECS04 Frhs2[85]: 6 0 7.36389 shouldn't be
745.85/749.33	WSVECS04 Frhs2[86]: 6 -4.20505 0 shouldn't be
745.85/749.33	WSVECS04 Frhs2[91]: 6 -33.3336 0 shouldn't be
745.85/749.33	WSVECS04 Frhs2[94]: 6 -5.14524 0 shouldn't be
745.85/749.33	WSVECS04 Frhs2[117]: 6 0 3.28654 shouldn't be
748.75/752.26	WSVECS04 Frhs2[7]: 6 0 1.00003 shouldn't be
752.03/755.56	WSVECS04 Frhs2[39]: 6 -29.6564 0 shouldn't be
752.03/755.56	WSVECS04 Frhs2[69]: 6 -32.2251 0 shouldn't be
752.03/755.56	WSVECS04 Frhs2[91]: 6 -33.3335 0 shouldn't be
772.66/776.29	c #Conflicts:     621000 | #Constraints:      31922
772.66/776.29	c #Conflicts:     622000 | #Constraints:      32922
772.66/776.29	c #Conflicts:     623000 | #Constraints:      33923
772.66/776.29	c #Conflicts:     624000 | #Constraints:      34923
772.66/776.29	c #Conflicts:     625000 | #Constraints:      35923
772.66/776.29	c #Conflicts:     626000 | #Constraints:      36923
772.66/776.29	c #Conflicts:     627000 | #Constraints:      37923
772.66/776.29	c #Conflicts:     628000 | #Constraints:      38923
772.66/776.29	c #Conflicts:     629000 | #Constraints:      39923
772.66/776.29	c #Conflicts:     630000 | #Constraints:      40923
772.66/776.29	c #Conflicts:     631000 | #Constraints:      41923
772.66/776.29	c #Conflicts:     632000 | #Constraints:      42923
772.66/776.29	c #Conflicts:     633000 | #Constraints:      43923
772.66/776.29	c #Conflicts:     634000 | #Constraints:      44923
772.66/776.29	c #Conflicts:     635000 | #Constraints:      45923
772.66/776.29	c #Conflicts:     636000 | #Constraints:      46924
772.66/776.29	c #Conflicts:     637000 | #Constraints:      47924
772.66/776.29	c INPROCESSING
772.66/776.29	c GARBAGE COLLECT
772.66/776.29	c rational objective -40.9588
776.85/780.46	c #Conflicts:     638000 | #Constraints:      26335
776.85/780.46	c #Conflicts:     639000 | #Constraints:      27335
776.85/780.46	c #Conflicts:     640000 | #Constraints:      28335
776.85/780.46	c #Conflicts:     641000 | #Constraints:      29336
776.85/780.46	WSVECS04 Frhs2[1]: 6 -0.927393 0 shouldn't be
776.85/780.46	WSVECS04 Frhs2[46]: 6 0 1.20768 shouldn't be
776.85/780.46	WSVECS04 Frhs2[48]: 6 0 2.70081 shouldn't be
776.85/780.46	WSVECS04 Frhs2[81]: 6 0 4.80824 shouldn't be
776.85/780.46	WSVECS04 Frhs2[85]: 6 -6.21794 0 shouldn't be
776.85/780.46	WSVECS04 Frhs2[94]: 6 0 1.50473 shouldn't be
776.85/780.46	WSVECS04 Frhs2[95]: 6 0 0.251143 shouldn't be
776.85/780.46	WSVECS04 Frhs2[103]: 6 0 0.672245 shouldn't be
776.85/780.46	WSVECS04 Frhs2[105]: 6 0 0.0238127 shouldn't be
776.85/780.46	WSVECS04 Frhs2[112]: 6 0 2.10505 shouldn't be
795.87/799.59	c #Conflicts:     642000 | #Constraints:      30336
795.87/799.59	c #Conflicts:     643000 | #Constraints:      31336
795.87/799.59	c #Conflicts:     644000 | #Constraints:      32336
795.87/799.59	c #Conflicts:     645000 | #Constraints:      33337
795.87/799.59	c #Conflicts:     646000 | #Constraints:      34337
795.87/799.59	c #Conflicts:     647000 | #Constraints:      35337
795.87/799.59	c #Conflicts:     648000 | #Constraints:      36337
795.87/799.59	c #Conflicts:     649000 | #Constraints:      37337
795.87/799.59	c #Conflicts:     650000 | #Constraints:      38337
795.87/799.59	c #Conflicts:     651000 | #Constraints:      39337
795.87/799.59	c #Conflicts:     652000 | #Constraints:      40337
795.87/799.59	c #Conflicts:     653000 | #Constraints:      41337
795.87/799.59	c #Conflicts:     654000 | #Constraints:      42338
795.87/799.59	c INPROCESSING
795.87/799.59	c GARBAGE COLLECT
795.87/799.59	c rational objective -40.9588
826.41/830.13	c #Conflicts:     655000 | #Constraints:      23380
826.41/830.13	c #Conflicts:     656000 | #Constraints:      24380
826.41/830.13	c #Conflicts:     657000 | #Constraints:      25380
826.41/830.13	c #Conflicts:     658000 | #Constraints:      26380
826.41/830.13	c #Conflicts:     659000 | #Constraints:      27380
826.41/830.13	c #Conflicts:     660000 | #Constraints:      28380
826.41/830.13	c #Conflicts:     661000 | #Constraints:      29380
826.41/830.13	c #Conflicts:     662000 | #Constraints:      30380
826.41/830.13	c #Conflicts:     663000 | #Constraints:      31380
826.41/830.13	c #Conflicts:     664000 | #Constraints:      32380
826.41/830.13	c #Conflicts:     665000 | #Constraints:      33380
826.41/830.13	c #Conflicts:     666000 | #Constraints:      34380
826.41/830.13	c #Conflicts:     667000 | #Constraints:      35380
826.41/830.13	c #Conflicts:     668000 | #Constraints:      36380
826.41/830.13	c #Conflicts:     669000 | #Constraints:      37380
826.41/830.13	c #Conflicts:     670000 | #Constraints:      38380
826.41/830.13	c #Conflicts:     671000 | #Constraints:      39380
826.41/830.13	c #Conflicts:     672000 | #Constraints:      40380
826.41/830.13	c INPROCESSING
826.41/830.13	c GARBAGE COLLECT
826.41/830.13	c rational objective -40.9588
839.37/843.19	c #Conflicts:     673000 | #Constraints:      22653
839.37/843.19	c #Conflicts:     674000 | #Constraints:      23653
839.37/843.19	c #Conflicts:     675000 | #Constraints:      24653
839.37/843.19	c #Conflicts:     676000 | #Constraints:      25653
839.37/843.19	c #Conflicts:     677000 | #Constraints:      26653
839.37/843.19	c #Conflicts:     678000 | #Constraints:      27653
839.37/843.19	c #Conflicts:     679000 | #Constraints:      28653
839.37/843.19	c #Conflicts:     680000 | #Constraints:      29653
839.37/843.19	c #Conflicts:     681000 | #Constraints:      30653
839.37/843.19	c #Conflicts:     682000 | #Constraints:      31653
839.37/843.19	c #Conflicts:     683000 | #Constraints:      32653
839.37/843.19	c #Conflicts:     684000 | #Constraints:      33653
839.37/843.19	c #Conflicts:     685000 | #Constraints:      34653
839.37/843.19	c #Conflicts:     686000 | #Constraints:      35653
839.37/843.19	c #Conflicts:     687000 | #Constraints:      36653
839.37/843.19	c #Conflicts:     688000 | #Constraints:      37653
839.37/843.19	c #Conflicts:     689000 | #Constraints:      38653
839.37/843.19	c INPROCESSING
839.37/843.19	c GARBAGE COLLECT
839.37/843.19	c rational objective -40.9588
850.66/854.51	c #Conflicts:     690000 | #Constraints:      21426
850.66/854.51	c #Conflicts:     691000 | #Constraints:      22426
850.66/854.51	c #Conflicts:     692000 | #Constraints:      23426
850.66/854.51	c #Conflicts:     693000 | #Constraints:      24426
850.66/854.51	c #Conflicts:     694000 | #Constraints:      25426
850.66/854.51	c #Conflicts:     695000 | #Constraints:      26426
850.66/854.51	c #Conflicts:     696000 | #Constraints:      27426
850.66/854.51	c #Conflicts:     697000 | #Constraints:      28426
850.66/854.51	c #Conflicts:     698000 | #Constraints:      29426
850.66/854.51	c #Conflicts:     699000 | #Constraints:      30426
850.66/854.51	c #Conflicts:     700000 | #Constraints:      31426
850.66/854.51	c #Conflicts:     701000 | #Constraints:      32426
850.66/854.51	c #Conflicts:     702000 | #Constraints:      33426
850.66/854.51	c #Conflicts:     703000 | #Constraints:      34426
850.66/854.51	c #Conflicts:     704000 | #Constraints:      35426
850.66/854.51	c #Conflicts:     705000 | #Constraints:      36426
850.66/854.51	c #Conflicts:     706000 | #Constraints:      37426
850.66/854.51	c #Conflicts:     707000 | #Constraints:      38426
850.66/854.51	c INPROCESSING
850.66/854.51	c GARBAGE COLLECT
850.66/854.51	WSVECS04 Frhs2[7]: 6 -27.5866 0 shouldn't be
850.66/854.51	WSVECS04 Frhs2[69]: 6 -12.9503 0 shouldn't be
850.66/854.51	WSVECS04 Frhs2[86]: 6 0 18.8839 shouldn't be
851.46/855.33	WSVECS04 Frhs2[60]: 6 0 5.26902 shouldn't be
866.61/870.50	WSVECS04 Frhs2[7]: 6 -27.5866 0 shouldn't be
866.61/870.50	WSVECS04 Frhs2[60]: 6 0 5.26895 shouldn't be
866.61/870.50	WSVECS04 Frhs2[69]: 6 -12.9502 0 shouldn't be
866.61/870.50	WSVECS04 Frhs2[86]: 6 0 18.8838 shouldn't be
880.73/886.73	c #Conflicts:     708000 | #Constraints:      21387
880.73/886.73	c #Conflicts:     709000 | #Constraints:      22387
880.73/886.73	c #Conflicts:     710000 | #Constraints:      23387
880.73/886.73	c #Conflicts:     711000 | #Constraints:      24387
880.73/886.73	c #Conflicts:     712000 | #Constraints:      25387
880.73/886.73	c #Conflicts:     713000 | #Constraints:      26387
880.73/886.73	c #Conflicts:     714000 | #Constraints:      27387
880.73/886.73	c #Conflicts:     715000 | #Constraints:      28387
880.73/886.73	c #Conflicts:     716000 | #Constraints:      29387
880.73/886.73	c #Conflicts:     717000 | #Constraints:      30387
880.73/886.73	c #Conflicts:     718000 | #Constraints:      31388
880.73/886.73	c #Conflicts:     719000 | #Constraints:      32388
880.73/886.73	c #Conflicts:     720000 | #Constraints:      33388
880.73/886.73	c #Conflicts:     721000 | #Constraints:      34388
880.73/886.73	c #Conflicts:     722000 | #Constraints:      35388
880.73/886.73	c #Conflicts:     723000 | #Constraints:      36388
880.73/886.73	c #Conflicts:     724000 | #Constraints:      37388
880.73/886.73	c #Conflicts:     725000 | #Constraints:      38388
880.73/886.73	c bounds -28 >= -81 @ 870.868
882.93/888.93	c #Conflicts:     726000 | #Constraints:      39427
882.93/888.93	c #Conflicts:     727000 | #Constraints:      40427
882.93/888.93	c #Conflicts:     728000 | #Constraints:      41427
882.93/888.93	c #Conflicts:     729000 | #Constraints:      42427
882.93/888.93	WSVECS04 Frhs2[2]: 6 0 1.00002 shouldn't be
882.93/888.93	WSVECS04 Frhs2[40]: 6 0 1.00005 shouldn't be
882.93/888.93	WSVECS04 Frhs2[46]: 6 0 1.00003 shouldn't be
882.93/888.93	WSVECS04 Frhs2[61]: 6 0 1.00008 shouldn't be
882.93/888.93	WSVECS04 Frhs2[68]: 6 0 1.00008 shouldn't be
882.93/888.93	WSVECS04 Frhs2[88]: 6 0 1.00002 shouldn't be
882.93/888.93	WSVECS04 Frhs2[105]: 6 0 1.00007 shouldn't be
890.60/896.63	c #Conflicts:     730000 | #Constraints:      43428
890.60/896.63	c #Conflicts:     731000 | #Constraints:      44428
890.60/896.63	c #Conflicts:     732000 | #Constraints:      45428
890.60/896.63	c #Conflicts:     733000 | #Constraints:      46428
890.60/896.63	c #Conflicts:     734000 | #Constraints:      47428
890.60/896.63	c #Conflicts:     735000 | #Constraints:      48428
890.60/896.63	c #Conflicts:     736000 | #Constraints:      49428
890.60/896.63	c #Conflicts:     737000 | #Constraints:      50428
890.60/896.63	c #Conflicts:     738000 | #Constraints:      51428
890.60/896.63	c #Conflicts:     739000 | #Constraints:      52429
890.60/896.63	WSVECS04 Frhs2[2]: 6 0 0.908659 shouldn't be
890.60/896.63	WSVECS04 Frhs2[14]: 6 0 0.165825 shouldn't be
890.60/896.63	WSVECS04 Frhs2[21]: 6 0 0.0887863 shouldn't be
890.60/896.63	WSVECS04 Frhs2[22]: 6 0 0.265179 shouldn't be
890.60/896.63	WSVECS04 Frhs2[29]: 6 0 0.295884 shouldn't be
890.60/896.63	WSVECS04 Frhs2[39]: 6 0 0.859782 shouldn't be
890.60/896.63	WSVECS04 Frhs2[46]: 6 0 0.467985 shouldn't be
890.60/896.63	WSVECS04 Frhs2[49]: 6 -5.5037 0 shouldn't be
890.60/896.63	WSVECS04 Frhs2[53]: 6 0 0.389559 shouldn't be
890.60/896.63	WSVECS04 Frhs2[62]: 6 0 0.951654 shouldn't be
890.60/896.63	WSVECS04 Frhs2[81]: 6 -4.24607 0 shouldn't be
890.60/896.63	WSVECS04 Frhs2[85]: 6 0 0.451886 shouldn't be
890.60/896.63	WSVECS04 Frhs2[94]: 6 0 0.644973 shouldn't be
890.60/896.63	WSVECS04 Frhs2[98]: 6 0 0.94433 shouldn't be
890.60/896.63	WSVECS04 Frhs2[99]: 6 0 1.00005 shouldn't be
890.60/896.63	WSVECS04 Frhs2[100]: 6 -4.06155 0 shouldn't be
890.60/896.63	WSVECS04 Frhs2[103]: 6 -5.73306 0 shouldn't be
890.60/896.63	WSVECS04 Frhs2[104]: 6 -2.51731 0 shouldn't be
890.60/896.63	WSVECS04 Frhs2[105]: 6 -1.27693 0 shouldn't be
890.60/896.63	WSVECS04 Frhs2[106]: 6 0 0.253102 shouldn't be
890.60/896.63	WSVECS04 Frhs2[107]: 6 0 0.269167 shouldn't be
890.60/896.63	WSVECS04 Frhs2[109]: 6 0 0.817322 shouldn't be
890.60/896.63	WSVECS04 Frhs2[115]: 6 -5.12673 0 shouldn't be
901.18/907.25	c #Conflicts:     740000 | #Constraints:      53429
901.18/907.25	c #Conflicts:     741000 | #Constraints:      54429
901.18/907.25	c #Conflicts:     742000 | #Constraints:      55429
901.18/907.25	c #Conflicts:     743000 | #Constraints:      56429
901.18/907.25	c #Conflicts:     744000 | #Constraints:      57429
901.18/907.25	c #Conflicts:     745000 | #Constraints:      58429
901.18/907.25	c #Conflicts:     746000 | #Constraints:      59429
901.18/907.25	c #Conflicts:     747000 | #Constraints:      60429
901.18/907.25	c #Conflicts:     748000 | #Constraints:      61429
901.18/907.25	c #Conflicts:     749000 | #Constraints:      62429
901.18/907.25	c #Conflicts:     750000 | #Constraints:      63429
901.18/907.25	WSVECS04 Frhs2[72]: 6 -4.23079 0 shouldn't be
911.44/917.70	c #Conflicts:     751000 | #Constraints:      64429
911.44/917.70	c #Conflicts:     752000 | #Constraints:      65429
911.44/917.70	c #Conflicts:     753000 | #Constraints:      66429
911.44/917.70	c #Conflicts:     754000 | #Constraints:      67429
911.44/917.70	c #Conflicts:     755000 | #Constraints:      68429
911.44/917.70	c #Conflicts:     756000 | #Constraints:      69429
911.44/917.70	c #Conflicts:     757000 | #Constraints:      70429
911.44/917.70	c #Conflicts:     758000 | #Constraints:      71429
911.44/917.70	c #Conflicts:     759000 | #Constraints:      72429
911.44/917.70	c #Conflicts:     760000 | #Constraints:      73429
911.44/917.70	WSVECS04 Frhs2[48]: 6 -1.64714 0 shouldn't be
911.44/917.70	WSVECS04 Frhs2[89]: 6 -3.94124 0 shouldn't be
911.44/917.70	WSVECS04 Frhs2[94]: 6 -1.64712 0 shouldn't be
922.21/928.54	c #Conflicts:     761000 | #Constraints:      74429
922.21/928.54	c #Conflicts:     762000 | #Constraints:      75429
922.21/928.54	c #Conflicts:     763000 | #Constraints:      76429
922.21/928.54	c #Conflicts:     764000 | #Constraints:      77429
922.21/928.54	c #Conflicts:     765000 | #Constraints:      78429
922.21/928.54	c #Conflicts:     766000 | #Constraints:      79429
922.21/928.54	c #Conflicts:     767000 | #Constraints:      80429
922.21/928.54	c #Conflicts:     768000 | #Constraints:      81429
922.21/928.54	c #Conflicts:     769000 | #Constraints:      82429
922.21/928.54	c #Conflicts:     770000 | #Constraints:      83429
922.21/928.54	WSVECS04 Frhs2[10]: 6 0 1.00004 shouldn't be
922.21/928.54	WSVECS04 Frhs2[16]: 6 -3.65514 0 shouldn't be
922.21/928.54	WSVECS04 Frhs2[52]: 6 -1.47372 0 shouldn't be
922.21/928.54	WSVECS04 Frhs2[62]: 6 -1.47372 0 shouldn't be
923.01/929.32	WSVECS04 Frhs2[1405]: 6 0 0.23409 shouldn't be
923.01/929.32	WSVECS04 Frhs2[1406]: 6 0 0.234131 shouldn't be
923.01/929.32	WSVECS04 Frhs2[1407]: 6 0 0.234148 shouldn't be
923.01/929.32	WSVECS04 Frhs2[1408]: 6 0 0.234065 shouldn't be
923.01/929.32	WSVECS04 Frhs2[1412]: 6 0 0.234082 shouldn't be
923.01/929.32	WSVECS04 Frhs2[1413]: 6 0 0.234074 shouldn't be
923.01/929.32	WSVECS04 Frhs2[1417]: 6 0 0.234075 shouldn't be
923.01/929.32	WSVECS04 Frhs2[1531]: 6 0 0.234121 shouldn't be
923.01/929.32	WSVECS04 Frhs2[1541]: 6 0 0.234137 shouldn't be
923.71/930.03	WSVECS04 Frhs2[796]: 6 0 0.00351082 shouldn't be
923.71/930.03	WSVECS04 Frhs2[1404]: 6 0 0.234143 shouldn't be
923.71/930.03	WSVECS04 Frhs2[1409]: 6 0 0.234131 shouldn't be
923.71/930.03	WSVECS04 Frhs2[1410]: 6 0 0.234148 shouldn't be
923.71/930.03	WSVECS04 Frhs2[1414]: 6 0 0.234151 shouldn't be
923.71/930.03	WSVECS04 Frhs2[1538]: 6 0 0.234065 shouldn't be
923.71/930.03	WSVECS04 Frhs2[1543]: 6 0 0.234134 shouldn't be
924.41/930.71	WSVECS04 Frhs2[787]: 6 0 0.0035337 shouldn't be
924.41/930.71	WSVECS04 Frhs2[1533]: 6 0 0.234143 shouldn't be
924.41/930.71	WSVECS04 Frhs2[1534]: 6 0 0.234118 shouldn't be
924.41/930.71	WSVECS04 Frhs2[1535]: 6 0 0.2341 shouldn't be
924.41/930.71	WSVECS04 Frhs2[1536]: 6 0 0.234138 shouldn't be
924.41/930.71	WSVECS04 Frhs2[1537]: 6 0 0.234122 shouldn't be
924.41/930.71	WSVECS04 Frhs2[1547]: 6 0 0.234134 shouldn't be
925.10/931.45	WSVECS04 Frhs2[1411]: 6 0 0.234132 shouldn't be
925.10/931.45	WSVECS04 Frhs2[1416]: 6 0 0.234126 shouldn't be
925.10/931.45	WSVECS04 Frhs2[1420]: 6 0 0.234105 shouldn't be
925.10/931.45	WSVECS04 Frhs2[1421]: 6 0 0.23412 shouldn't be
926.10/932.43	WSVECS04 Frhs2[1415]: 6 0 0.234109 shouldn't be
926.10/932.43	WSVECS04 Frhs2[1546]: 6 0 0.234128 shouldn't be
928.70/935.10	WSVECS04 Frhs2[28]: 6 0 0.581119 shouldn't be
928.70/935.10	WSVECS04 Frhs2[1530]: 6 0 0.234098 shouldn't be
929.30/935.62	WSVECS04 Frhs2[35]: 6 0 1.00003 shouldn't be
929.30/935.62	WSVECS04 Frhs2[69]: 6 0 1.00009 shouldn't be
929.30/935.62	WSVECS04 Frhs2[72]: 6 0 1.00006 shouldn't be
929.30/935.62	WSVECS04 Frhs2[76]: 6 0 1.00002 shouldn't be
929.30/935.62	WSVECS04 Frhs2[103]: 6 0 1.00003 shouldn't be
929.80/936.18	WSVECS04 Frhs2[1532]: 6 0 0.234126 shouldn't be
930.50/936.87	WSVECS04 Frhs2[1539]: 6 0 0.234095 shouldn't be
930.50/936.87	WSVECS04 Frhs2[1540]: 6 0 0.234076 shouldn't be
930.50/936.87	WSVECS04 Frhs2[1542]: 6 0 0.234134 shouldn't be
941.14/947.50	c #Conflicts:     771000 | #Constraints:      84429
941.14/947.50	c #Conflicts:     772000 | #Constraints:      85429
941.14/947.50	c #Conflicts:     773000 | #Constraints:      86429
941.14/947.50	c #Conflicts:     774000 | #Constraints:      87429
941.14/947.50	c #Conflicts:     775000 | #Constraints:      88429
941.14/947.50	c #Conflicts:     776000 | #Constraints:      89429
941.14/947.50	c #Conflicts:     777000 | #Constraints:      90429
941.14/947.50	c #Conflicts:     778000 | #Constraints:      91429
941.14/947.50	c INPROCESSING
941.14/947.50	c GARBAGE COLLECT
941.14/947.50	c rational objective -40.9582
954.90/961.31	c #Conflicts:     779000 | #Constraints:      47792
954.90/961.31	c #Conflicts:     780000 | #Constraints:      48792
954.90/961.31	c #Conflicts:     781000 | #Constraints:      49792
954.90/961.31	c #Conflicts:     782000 | #Constraints:      50792
954.90/961.31	c #Conflicts:     783000 | #Constraints:      51792
954.90/961.31	c #Conflicts:     784000 | #Constraints:      52792
954.90/961.31	c #Conflicts:     785000 | #Constraints:      53792
954.90/961.31	c #Conflicts:     786000 | #Constraints:      54792
954.90/961.31	c #Conflicts:     787000 | #Constraints:      55792
954.90/961.31	c #Conflicts:     788000 | #Constraints:      56792
954.90/961.31	c #Conflicts:     789000 | #Constraints:      57792
954.90/961.31	c #Conflicts:     790000 | #Constraints:      58792
954.90/961.31	c #Conflicts:     791000 | #Constraints:      59792
954.90/961.31	c #Conflicts:     792000 | #Constraints:      60792
954.90/961.31	c #Conflicts:     793000 | #Constraints:      61792
954.90/961.31	c #Conflicts:     794000 | #Constraints:      62792
954.90/961.31	c #Conflicts:     795000 | #Constraints:      63792
954.90/961.31	c #Conflicts:     796000 | #Constraints:      64792
954.90/961.31	c bounds -28 >= -80 @ 944.331
957.77/964.42	c #Conflicts:     797000 | #Constraints:      65810
957.77/964.42	c #Conflicts:     798000 | #Constraints:      66810
957.77/964.42	c INPROCESSING
957.77/964.42	c GARBAGE COLLECT
957.77/964.42	c rational objective -40.9582
965.25/971.99	c #Conflicts:     799000 | #Constraints:      35946
965.25/971.99	c #Conflicts:     800000 | #Constraints:      36950
965.25/971.99	c #Conflicts:     801000 | #Constraints:      37952
965.25/971.99	c #Conflicts:     802000 | #Constraints:      38952
965.25/971.99	c #Conflicts:     803000 | #Constraints:      39952
965.25/971.99	c #Conflicts:     804000 | #Constraints:      40953
965.25/971.99	c #Conflicts:     805000 | #Constraints:      41953
965.25/971.99	c #Conflicts:     806000 | #Constraints:      42953
965.25/971.99	WSVECS04 Frhs2[13]: 6 0 1.00004 shouldn't be
965.25/971.99	WSVECS04 Frhs2[15]: 6 0 1.00004 shouldn't be
965.25/971.99	WSVECS04 Frhs2[22]: 6 0 1.00007 shouldn't be
965.25/971.99	WSVECS04 Frhs2[38]: 6 0 1.00003 shouldn't be
965.25/971.99	WSVECS04 Frhs2[51]: 6 0 1.00005 shouldn't be
965.25/971.99	WSVECS04 Frhs2[54]: 6 0 1.00007 shouldn't be
965.25/971.99	WSVECS04 Frhs2[61]: 6 0 1.00005 shouldn't be
965.25/971.99	WSVECS04 Frhs2[67]: 6 -1.70613 0 shouldn't be
965.25/971.99	WSVECS04 Frhs2[79]: 6 0 1.00006 shouldn't be
965.25/971.99	WSVECS04 Frhs2[91]: 6 0 1.00001 shouldn't be
965.25/971.99	WSVECS04 Frhs2[99]: 6 0 1.00003 shouldn't be
965.25/971.99	WSVECS04 Frhs2[100]: 6 0 1.00007 shouldn't be
965.25/971.99	WSVECS04 Frhs2[116]: 6 0 1.00006 shouldn't be
965.25/971.99	WSVECS04 Frhs2[379]: 6 0 0.0310801 shouldn't be
965.25/971.99	WSVECS04 Frhs2[380]: 6 0 0.0406342 shouldn't be
965.25/971.99	WSVECS04 Frhs2[381]: 6 0 0.0603608 shouldn't be
965.25/971.99	WSVECS04 Frhs2[498]: 6 0 0.00600513 shouldn't be
965.25/971.99	WSVECS04 Frhs2[499]: 6 0 0.00294853 shouldn't be
965.25/971.99	WSVECS04 Frhs2[501]: 6 0 0.00118477 shouldn't be
965.25/971.99	WSVECS04 Frhs2[517]: 6 0 0.0326822 shouldn't be
965.25/971.99	WSVECS04 Frhs2[550]: 6 0 0.0119761 shouldn't be
965.25/971.99	WSVECS04 Frhs2[552]: 6 0 0.0102544 shouldn't be
965.25/971.99	WSVECS04 Frhs2[619]: 6 0 0.0226784 shouldn't be
965.25/971.99	WSVECS04 Frhs2[620]: 6 0 0.00116734 shouldn't be
965.25/971.99	WSVECS04 Frhs2[703]: 6 0 0.00183396 shouldn't be
965.25/971.99	WSVECS04 Frhs2[754]: 6 0 0.0406863 shouldn't be
965.25/971.99	WSVECS04 Frhs2[878]: 6 0 0.641582 shouldn't be
965.25/971.99	WSVECS04 Frhs2[905]: 6 0 0.00150988 shouldn't be
965.25/971.99	WSVECS04 Frhs2[1083]: 6 0 0.00237354 shouldn't be
965.25/971.99	WSVECS04 Frhs2[1209]: 6 0 0.00237949 shouldn't be
965.25/971.99	WSVECS04 Frhs2[1621]: 6 0 0.296809 shouldn't be
977.08/984.04	c #Conflicts:     807000 | #Constraints:      43954
977.08/984.04	c #Conflicts:     808000 | #Constraints:      44954
977.08/984.04	c #Conflicts:     809000 | #Constraints:      45955
977.08/984.04	c #Conflicts:     810000 | #Constraints:      46958
977.08/984.04	c #Conflicts:     811000 | #Constraints:      47963
977.08/984.04	c #Conflicts:     812000 | #Constraints:      48974
977.08/984.04	c #Conflicts:     813000 | #Constraints:      49976
977.08/984.04	c #Conflicts:     814000 | #Constraints:      50978
977.08/984.04	c #Conflicts:     815000 | #Constraints:      51980
977.08/984.04	c #Conflicts:     816000 | #Constraints:      52980
977.08/984.04	c #Conflicts:     817000 | #Constraints:      53981
977.08/984.04	c INPROCESSING
977.08/984.04	c GARBAGE COLLECT
977.08/984.04	c rational objective -40.9582
996.66/1003.75	c #Conflicts:     818000 | #Constraints:      29358
996.66/1003.75	c #Conflicts:     819000 | #Constraints:      30358
996.66/1003.75	c #Conflicts:     820000 | #Constraints:      31358
996.66/1003.75	c #Conflicts:     821000 | #Constraints:      32359
996.66/1003.75	c #Conflicts:     822000 | #Constraints:      33359
996.66/1003.75	c #Conflicts:     823000 | #Constraints:      34359
996.66/1003.75	c #Conflicts:     824000 | #Constraints:      35359
996.66/1003.75	c #Conflicts:     825000 | #Constraints:      36359
996.66/1003.75	c #Conflicts:     826000 | #Constraints:      37359
996.66/1003.75	c #Conflicts:     827000 | #Constraints:      38359
996.66/1003.75	c #Conflicts:     828000 | #Constraints:      39359
996.66/1003.75	c #Conflicts:     829000 | #Constraints:      40359
996.66/1003.75	c #Conflicts:     830000 | #Constraints:      41359
996.66/1003.75	c #Conflicts:     831000 | #Constraints:      42359
996.66/1003.75	c #Conflicts:     832000 | #Constraints:      43359
996.66/1003.75	c #Conflicts:     833000 | #Constraints:      44359
996.66/1003.75	c #Conflicts:     834000 | #Constraints:      45360
996.66/1003.75	c #Conflicts:     835000 | #Constraints:      46360
996.66/1003.75	c #Conflicts:     836000 | #Constraints:      47360
996.66/1003.75	c #Conflicts:     837000 | #Constraints:      48361
996.66/1003.75	c INPROCESSING
996.66/1003.75	c GARBAGE COLLECT
996.66/1003.75	WSVECS04 Frhs2[7]: 6 -14.7654 0 shouldn't be
996.66/1003.75	WSVECS04 Frhs2[10]: 6 -13.9966 0 shouldn't be
996.66/1003.75	WSVECS04 Frhs2[18]: 6 0 1.8562 shouldn't be
996.66/1003.75	WSVECS04 Frhs2[60]: 6 0 4.95415 shouldn't be
996.66/1003.75	WSVECS04 Frhs2[89]: 6 0 0.641585 shouldn't be
996.66/1003.75	WSVECS04 Frhs2[117]: 6 0 3.08944 shouldn't be
998.15/1005.20	WSVECS04 Frhs2[86]: 6 0 12.2527 shouldn't be
1005.73/1012.85	WSVECS04 Frhs2[9]: 6 0 2.60583 shouldn't be
1109.48/1116.96	c #Conflicts:     838000 | #Constraints:      26675
1109.48/1116.96	c #Conflicts:     839000 | #Constraints:      27675
1109.48/1116.96	c #Conflicts:     840000 | #Constraints:      28675
1109.48/1116.96	c #Conflicts:     841000 | #Constraints:      29675
1109.48/1116.96	c #Conflicts:     842000 | #Constraints:      30675
1109.48/1116.96	c #Conflicts:     843000 | #Constraints:      31675
1109.48/1116.96	c #Conflicts:     844000 | #Constraints:      32675
1109.48/1116.96	c #Conflicts:     845000 | #Constraints:      33675
1109.48/1116.96	c #Conflicts:     846000 | #Constraints:      34675
1109.48/1116.96	c #Conflicts:     847000 | #Constraints:      35675
1109.48/1116.96	c #Conflicts:     848000 | #Constraints:      36675
1109.48/1116.96	c #Conflicts:     849000 | #Constraints:      37675
1109.48/1116.96	c #Conflicts:     850000 | #Constraints:      38675
1109.48/1116.96	c #Conflicts:     851000 | #Constraints:      39675
1109.48/1116.96	c #Conflicts:     852000 | #Constraints:      40675
1109.48/1116.96	c #Conflicts:     853000 | #Constraints:      41675
1109.48/1116.96	c #Conflicts:     854000 | #Constraints:      42675
1109.48/1116.96	c #Conflicts:     855000 | #Constraints:      43675
1109.48/1116.96	c #Conflicts:     856000 | #Constraints:      44675
1109.48/1116.96	c INPROCESSING
1109.48/1116.96	c GARBAGE COLLECT
1109.48/1116.96	c #Conflicts:     857000 | #Constraints:      24420
1109.48/1116.96	c #Conflicts:     858000 | #Constraints:      25420
1109.48/1116.96	c #Conflicts:     859000 | #Constraints:      26420
1109.48/1116.96	c #Conflicts:     860000 | #Constraints:      27420
1109.48/1116.96	c #Conflicts:     861000 | #Constraints:      28420
1109.48/1116.96	c #Conflicts:     862000 | #Constraints:      29421
1109.48/1116.96	c #Conflicts:     863000 | #Constraints:      30422
1109.48/1116.96	c #Conflicts:     864000 | #Constraints:      31424
1109.48/1116.96	c #Conflicts:     865000 | #Constraints:      32425
1109.48/1116.96	c #Conflicts:     866000 | #Constraints:      33426
1109.48/1116.96	c #Conflicts:     867000 | #Constraints:      34434
1109.48/1116.96	c #Conflicts:     868000 | #Constraints:      35435
1109.48/1116.96	c #Conflicts:     869000 | #Constraints:      36436
1109.48/1116.96	c #Conflicts:     870000 | #Constraints:      37436
1109.48/1116.96	c #Conflicts:     871000 | #Constraints:      38437
1109.48/1116.96	c #Conflicts:     872000 | #Constraints:      39438
1109.48/1116.96	c #Conflicts:     873000 | #Constraints:      40438
1109.48/1116.96	c #Conflicts:     874000 | #Constraints:      41438
1109.48/1116.96	c #Conflicts:     875000 | #Constraints:      42438
1109.48/1116.96	c #Conflicts:     876000 | #Constraints:      43439
1109.48/1116.96	c INPROCESSING
1109.48/1116.96	c GARBAGE COLLECT
1109.48/1116.96	c #Conflicts:     877000 | #Constraints:      23897
1109.48/1116.96	c #Conflicts:     878000 | #Constraints:      24897
1109.48/1116.96	WSVECS04 Frhs2[11]: 6 -2.2059 0 shouldn't be
1109.48/1116.96	WSVECS04 Frhs2[17]: 6 -2.34841 0 shouldn't be
1109.48/1116.96	WSVECS04 Frhs2[20]: 6 -2.23621 0 shouldn't be
1109.48/1116.96	WSVECS04 Frhs2[23]: 6 -4.738 0 shouldn't be
1109.48/1116.96	WSVECS04 Frhs2[52]: 6 -1.726 0 shouldn't be
1109.48/1116.96	WSVECS04 Frhs2[53]: 6 -1.8321 0 shouldn't be
1109.48/1116.96	WSVECS04 Frhs2[56]: 6 -2.26268 0 shouldn't be
1109.48/1116.96	WSVECS04 Frhs2[58]: 6 0 0.695347 shouldn't be
1109.48/1116.96	WSVECS04 Frhs2[59]: 6 -0.666701 0 shouldn't be
1109.48/1116.96	WSVECS04 Frhs2[87]: 6 0 0.0119459 shouldn't be
1109.48/1116.96	WSVECS04 Frhs2[92]: 6 -1.74205 0 shouldn't be
1109.48/1116.96	WSVECS04 Frhs2[95]: 6 -2.23621 0 shouldn't be
1109.48/1116.96	WSVECS04 Frhs2[102]: 6 -2.23622 0 shouldn't be
1109.48/1116.96	WSVECS04 Frhs2[121]: 6 0 0.266546 shouldn't be
1109.48/1116.96	WSVECS04 Frhs2[192]: 6 0 0.324145 shouldn't be
1109.48/1116.96	WSVECS04 Frhs2[193]: 6 0 0.32411 shouldn't be
1109.48/1116.96	WSVECS04 Frhs2[194]: 6 0 0.324142 shouldn't be
1109.48/1116.96	WSVECS04 Frhs2[254]: 6 0 0.0100505 shouldn't be
1109.48/1116.96	WSVECS04 Frhs2[292]: 6 0 0.0315138 shouldn't be
1109.48/1116.96	WSVECS04 Frhs2[295]: 6 0 0.0161143 shouldn't be
1109.48/1116.96	WSVECS04 Frhs2[310]: 6 0 0.388577 shouldn't be
1109.48/1116.96	WSVECS04 Frhs2[311]: 6 0 0.336984 shouldn't be
1109.48/1116.96	WSVECS04 Frhs2[312]: 6 0 0.336938 shouldn't be
1109.48/1116.96	WSVECS04 Frhs2[326]: 6 0 0.159109 shouldn't be
1109.48/1116.96	WSVECS04 Frhs2[329]: 6 0 0.237295 shouldn't be
1109.48/1116.96	WSVECS04 Frhs2[330]: 6 0 0.237254 shouldn't be
1109.48/1116.96	WSVECS04 Frhs2[331]: 6 0 0.312585 shouldn't be
1109.48/1116.96	WSVECS04 Frhs2[348]: 6 0 0.375675 shouldn't be
1109.48/1116.96	WSVECS04 Frhs2[353]: 6 0 0.3668 shouldn't be
1109.48/1116.96	WSVECS04 Frhs2[381]: 6 0 0.00359592 shouldn't be
1109.48/1116.96	WSVECS04 Frhs2[383]: 6 0 0.234921 shouldn't be
1109.48/1116.96	WSVECS04 Frhs2[384]: 6 0 0.234902 shouldn't be
1109.48/1116.96	WSVECS04 Frhs2[390]: 6 0 0.233726 shouldn't be
1109.48/1116.96	WSVECS04 Frhs2[393]: 6 0 0.0824036 shouldn't be
1109.48/1116.96	WSVECS04 Frhs2[394]: 6 0 0.0276809 shouldn't be
1109.48/1116.96	WSVECS04 Frhs2[401]: 6 0 0.165447 shouldn't be
1109.48/1116.96	WSVECS04 Frhs2[405]: 6 0 0.844013 shouldn't be
1109.48/1116.96	WSVECS04 Frhs2[407]: 6 0 0.0924631 shouldn't be
1109.48/1116.96	WSVECS04 Frhs2[418]: 6 0 0.150734 shouldn't be
1109.48/1116.96	WSVECS04 Frhs2[430]: 6 0 0.479407 shouldn't be
1109.48/1116.96	WSVECS04 Frhs2[431]: 6 0 0.479489 shouldn't be
1109.48/1116.96	WSVECS04 Frhs2[432]: 6 0 0.479447 shouldn't be
1109.48/1116.96	WSVECS04 Frhs2[435]: 6 0 0.482748 shouldn't be
1109.48/1116.96	WSVECS04 Frhs2[446]: 6 0 0.434936 shouldn't be
1109.48/1116.96	WSVECS04 Frhs2[447]: 6 0 0.367207 shouldn't be
1109.48/1116.96	WSVECS04 Frhs2[448]: 6 0 0.367243 shouldn't be
1109.48/1116.96	WSVECS04 Frhs2[449]: 6 0 0.367213 shouldn't be
1109.48/1116.96	WSVECS04 Frhs2[455]: 6 0 0.490252 shouldn't be
1109.48/1116.96	WSVECS04 Frhs2[456]: 6 0 0.0303362 shouldn't be
1109.48/1116.96	WSVECS04 Frhs2[483]: 6 0 0.213034 shouldn't be
1109.48/1116.96	WSVECS04 Frhs2[530]: 6 0 0.0645827 shouldn't be
1109.48/1116.96	WSVECS04 Frhs2[540]: 6 0 0.0369127 shouldn't be
1109.48/1116.96	WSVECS04 Frhs2[554]: 6 0 0.202317 shouldn't be
1109.48/1116.96	WSVECS04 Frhs2[557]: 6 0 0.0369587 shouldn't be
1109.48/1116.96	WSVECS04 Frhs2[566]: 6 0 0.393751 shouldn't be
1109.48/1116.96	WSVECS04 Frhs2[567]: 6 0 0.393721 shouldn't be
1109.48/1116.96	WSVECS04 Frhs2[568]: 6 0 0.393682 shouldn't be
1109.48/1116.96	WSVECS04 Frhs2[575]: 6 0 0.0568436 shouldn't be
1109.48/1116.96	WSVECS04 Frhs2[582]: 6 0 0.418789 shouldn't be
1109.48/1116.96	WSVECS04 Frhs2[584]: 6 0 0.367248 shouldn't be
1109.48/1116.96	WSVECS04 Frhs2[591]: 6 0 0.490256 shouldn't be
1109.48/1116.96	WSVECS04 Frhs2[592]: 6 0 0.0303072 shouldn't be
1109.48/1116.96	WSVECS04 Frhs2[593]: 6 0 0.0251356 shouldn't be
1109.48/1116.96	WSVECS04 Frhs2[602]: 6 0 0.306905 shouldn't be
1109.48/1116.96	WSVECS04 Frhs2[618]: 6 0 0.535146 shouldn't be
1109.48/1116.96	WSVECS04 Frhs2[631]: 6 -0.876919 0 shouldn't be
1109.48/1116.96	WSVECS04 Frhs2[656]: 6 0 0.137862 shouldn't be
1109.48/1116.96	WSVECS04 Frhs2[657]: 6 0 0.29738 shouldn't be
1109.48/1116.96	WSVECS04 Frhs2[666]: 6 0 0.0774386 shouldn't be
1109.48/1116.96	WSVECS04 Frhs2[673]: 6 0 0.202366 shouldn't be
1109.48/1116.96	WSVECS04 Frhs2[676]: 6 0 0.0369346 shouldn't be
1109.48/1116.96	WSVECS04 Frhs2[700]: 6 0 0.00973453 shouldn't be
1109.48/1116.96	WSVECS04 Frhs2[707]: 6 0 0.059258 shouldn't be
1109.48/1116.96	WSVECS04 Frhs2[751]: 6 0 0.0103049 shouldn't be
1109.48/1116.96	WSVECS04 Frhs2[775]: 6 0 0.123768 shouldn't be
1109.48/1116.96	WSVECS04 Frhs2[776]: 6 0 0.00526941 shouldn't be
1109.48/1116.96	WSVECS04 Frhs2[791]: 6 0 0.211176 shouldn't be
1109.48/1116.96	WSVECS04 Frhs2[792]: 6 0 0.110892 shouldn't be
1109.48/1116.96	WSVECS04 Frhs2[896]: 6 0 0.126454 shouldn't be
1109.48/1116.96	WSVECS04 Frhs2[911]: 6 0 0.161504 shouldn't be
1109.48/1116.96	WSVECS04 Frhs2[917]: 6 0 0.0178009 shouldn't be
1109.48/1116.96	WSVECS04 Frhs2[929]: 6 0 0.0573427 shouldn't be
1109.48/1116.96	WSVECS04 Frhs2[994]: 6 0 0.0753648 shouldn't be
1109.48/1116.96	WSVECS04 Frhs2[1008]: 6 0 0.0355031 shouldn't be
1109.48/1116.96	WSVECS04 Frhs2[1010]: 6 0 0.0129094 shouldn't be
1109.48/1116.96	WSVECS04 Frhs2[1050]: 6 0 0.00525745 shouldn't be
1109.48/1116.96	WSVECS04 Frhs2[1068]: 6 0 0.00521342 shouldn't be
1109.48/1116.96	WSVECS04 Frhs2[1100]: 6 0 0.0129465 shouldn't be
1109.48/1116.96	WSVECS04 Frhs2[1107]: 6 0 0.0516831 shouldn't be
1109.48/1116.96	WSVECS04 Frhs2[1112]: 6 0 0.0355411 shouldn't be
1109.48/1116.96	WSVECS04 Frhs2[1130]: 6 0 0.429754 shouldn't be
1109.48/1116.96	WSVECS04 Frhs2[1230]: 6 0 0.00527802 shouldn't be
1109.48/1116.96	WSVECS04 Frhs2[1238]: 6 0 0.453479 shouldn't be
1109.48/1116.96	WSVECS04 Frhs2[1239]: 6 0 0.312776 shouldn't be
1109.48/1116.96	WSVECS04 Frhs2[1246]: 6 0 0.075424 shouldn't be
1109.48/1116.96	WSVECS04 Frhs2[1248]: 6 0 0.00527341 shouldn't be
1109.48/1116.96	WSVECS04 Frhs2[1249]: 6 0 0.00457433 shouldn't be
1109.48/1116.96	WSVECS04 Frhs2[1256]: 6 0 0.45351 shouldn't be
1109.48/1116.96	WSVECS04 Frhs2[1261]: 6 0 0.568902 shouldn't be
1109.48/1116.96	WSVECS04 Frhs2[1314]: 6 0 0.0322771 shouldn't be
1109.48/1116.96	WSVECS04 Frhs2[1316]: 6 0 0.00966125 shouldn't be
1109.48/1116.96	WSVECS04 Frhs2[1335]: 6 0 0.0162043 shouldn't be
1109.48/1116.96	WSVECS04 Frhs2[1374]: 6 0 0.00522122 shouldn't be
1109.48/1116.96	WSVECS04 Frhs2[1378]: 6 0 0.0753837 shouldn't be
1109.48/1116.96	WSVECS04 Frhs2[1379]: 6 0 0.0237821 shouldn't be
1109.48/1116.96	WSVECS04 Frhs2[1380]: 6 0 0.0238131 shouldn't be
1109.48/1116.96	WSVECS04 Frhs2[1425]: 6 0 0.075387 shouldn't be
1109.48/1116.96	WSVECS04 Frhs2[1426]: 6 0 0.0645645 shouldn't be
1109.48/1116.96	WSVECS04 Frhs2[1430]: 6 0 0.199127 shouldn't be
1109.48/1116.96	WSVECS04 Frhs2[1435]: 6 0 0.199102 shouldn't be
1109.48/1116.96	WSVECS04 Frhs2[1436]: 6 0 0.19092 shouldn't be
1109.48/1116.96	WSVECS04 Frhs2[1438]: 6 0 0.233387 shouldn't be
1109.48/1116.96	WSVECS04 Frhs2[1500]: 6 0 0.00527474 shouldn't be
1109.48/1116.96	WSVECS04 Frhs2[1549]: 6 0 0.224024 shouldn't be
1109.48/1116.96	WSVECS04 Frhs2[1552]: 6 0 0.0753644 shouldn't be
1109.48/1116.96	WSVECS04 Frhs2[1554]: 6 0 0.00521818 shouldn't be
1109.48/1116.96	WSVECS04 Frhs2[1560]: 6 0 0.0238199 shouldn't be
1109.48/1116.96	WSVECS04 Frhs2[1563]: 6 0 0.0238246 shouldn't be
1109.48/1116.96	WSVECS04 Frhs2[1566]: 6 0 0.059306 shouldn't be
1109.48/1116.96	WSVECS04 Frhs2[1581]: 6 0 0.0238472 shouldn't be
1109.48/1116.96	WSVECS04 Frhs2[1582]: 6 0 0.0535222 shouldn't be
1109.48/1116.96	WSVECS04 Frhs2[1701]: 6 0 0.0593032 shouldn't be
1109.48/1116.96	WSVECS04 Frhs2[1707]: 6 0 0.0238382 shouldn't be
1109.77/1117.25	WSVECS04 Frhs2[40]: 6 0 1.00004 shouldn't be
1109.77/1117.25	WSVECS04 Frhs2[141]: 6 0 0.0175585 shouldn't be
1109.77/1117.25	WSVECS04 Frhs2[179]: 6 0 0.290834 shouldn't be
1109.77/1117.25	WSVECS04 Frhs2[332]: 6 0 0.599023 shouldn't be
1109.77/1117.25	WSVECS04 Frhs2[398]: 6 0 0.0789758 shouldn't be
1109.77/1117.25	WSVECS04 Frhs2[411]: 6 0 0.0129606 shouldn't be
1109.77/1117.25	WSVECS04 Frhs2[472]: 6 0 0.391035 shouldn't be
1109.77/1117.25	WSVECS04 Frhs2[508]: 6 0 0.218844 shouldn't be
1109.77/1117.25	WSVECS04 Frhs2[536]: 6 0 0.361875 shouldn't be
1109.77/1117.25	WSVECS04 Frhs2[552]: 6 0 0.0754092 shouldn't be
1109.77/1117.25	WSVECS04 Frhs2[553]: 6 0 0.361856 shouldn't be
1109.77/1117.25	WSVECS04 Frhs2[574]: 6 0 0.543701 shouldn't be
1109.77/1117.25	WSVECS04 Frhs2[578]: 6 0 0.0800015 shouldn't be
1109.77/1117.25	WSVECS04 Frhs2[634]: 6 0 0.367262 shouldn't be
1109.77/1117.25	WSVECS04 Frhs2[635]: 6 0 0.431689 shouldn't be
1109.77/1117.25	WSVECS04 Frhs2[637]: 6 0 0.447731 shouldn't be
1109.77/1117.25	WSVECS04 Frhs2[644]: 6 0 0.729068 shouldn't be
1109.77/1117.25	WSVECS04 Frhs2[672]: 6 0 0.286502 shouldn't be
1109.77/1117.25	WSVECS04 Frhs2[693]: 6 0 0.150066 shouldn't be
1109.77/1117.25	WSVECS04 Frhs2[710]: 6 0 0.00703174 shouldn't be
1109.77/1117.25	WSVECS04 Frhs2[755]: 6 0 0.528432 shouldn't be
1109.77/1117.25	WSVECS04 Frhs2[759]: 6 0 0.274431 shouldn't be
1109.77/1117.25	WSVECS04 Frhs2[761]: 6 0 0.809289 shouldn't be
1109.77/1117.25	WSVECS04 Frhs2[802]: 6 0 0.0325803 shouldn't be
1109.77/1117.25	WSVECS04 Frhs2[804]: 6 0 0.0326202 shouldn't be
1109.77/1117.25	WSVECS04 Frhs2[808]: 6 0 0.168339 shouldn't be
1109.77/1117.25	WSVECS04 Frhs2[809]: 6 0 0.0681015 shouldn't be
1109.77/1117.25	WSVECS04 Frhs2[944]: 6 0 0.211132 shouldn't be
1109.77/1117.25	WSVECS04 Frhs2[993]: 6 0 0.0753798 shouldn't be
1109.77/1117.25	WSVECS04 Frhs2[1004]: 6 0 0.0592726 shouldn't be
1109.77/1117.25	WSVECS04 Frhs2[1011]: 6 0 0.0516772 shouldn't be
1109.77/1117.25	WSVECS04 Frhs2[1026]: 6 0 0.0592992 shouldn't be
1109.77/1117.25	WSVECS04 Frhs2[1029]: 6 0 0.0754303 shouldn't be
1109.77/1117.25	WSVECS04 Frhs2[1030]: 6 0 0.0645148 shouldn't be
1109.77/1117.25	WSVECS04 Frhs2[1039]: 6 0 0.0566385 shouldn't be
1109.77/1117.25	WSVECS04 Frhs2[1047]: 6 0 0.0754109 shouldn't be
1109.77/1117.25	WSVECS04 Frhs2[1066]: 6 0 0.0645714 shouldn't be
1109.77/1117.25	WSVECS04 Frhs2[1075]: 6 0 0.0566226 shouldn't be
1109.77/1117.25	WSVECS04 Frhs2[1093]: 6 0 0.0566025 shouldn't be
1109.77/1117.25	WSVECS04 Frhs2[1115]: 6 0 0.00330502 shouldn't be
1109.77/1117.25	WSVECS04 Frhs2[1116]: 6 0 0.0355783 shouldn't be
1109.77/1117.25	WSVECS04 Frhs2[1201]: 6 0 0.0566499 shouldn't be
1109.77/1117.25	WSVECS04 Frhs2[1227]: 6 0 0.075444 shouldn't be
1109.77/1117.25	WSVECS04 Frhs2[1228]: 6 0 0.077197 shouldn't be
1109.77/1117.25	WSVECS04 Frhs2[1231]: 6 0 0.0192908 shouldn't be
1109.77/1117.25	WSVECS04 Frhs2[1237]: 6 0 0.0566309 shouldn't be
1109.77/1117.25	WSVECS04 Frhs2[1245]: 6 0 0.0754147 shouldn't be
1109.77/1117.25	WSVECS04 Frhs2[1255]: 6 0 0.056594 shouldn't be
1109.77/1117.25	WSVECS04 Frhs2[1262]: 6 0 0.100349 shouldn't be
1109.77/1117.25	WSVECS04 Frhs2[1315]: 6 0 0.275273 shouldn't be
1109.77/1117.25	WSVECS04 Frhs2[1333]: 6 0 0.100345 shouldn't be
1109.77/1117.25	WSVECS04 Frhs2[1336]: 6 0 0.0352196 shouldn't be
1109.77/1117.25	WSVECS04 Frhs2[1354]: 6 0 0.0645554 shouldn't be
1109.77/1117.25	WSVECS04 Frhs2[1357]: 6 0 0.159569 shouldn't be
1109.77/1117.25	WSVECS04 Frhs2[1363]: 6 0 0.0565753 shouldn't be
1109.77/1117.25	WSVECS04 Frhs2[1364]: 6 0 0.0592657 shouldn't be
1109.77/1117.25	WSVECS04 Frhs2[1372]: 6 0 0.0753936 shouldn't be
1109.77/1117.25	WSVECS04 Frhs2[1381]: 6 0 0.056651 shouldn't be
1109.77/1117.25	WSVECS04 Frhs2[1382]: 6 0 0.0592952 shouldn't be
1109.77/1117.25	WSVECS04 Frhs2[1497]: 6 0 0.0753907 shouldn't be
1109.77/1117.25	WSVECS04 Frhs2[1498]: 6 0 0.0754087 shouldn't be
1109.77/1117.25	WSVECS04 Frhs2[1503]: 6 0 0.0593111 shouldn't be
1109.77/1117.25	WSVECS04 Frhs2[1507]: 6 0 0.0566227 shouldn't be
1109.77/1117.25	WSVECS04 Frhs2[1572]: 6 0 0.00525412 shouldn't be
1109.77/1117.25	WSVECS04 Frhs2[1578]: 6 0 0.0237687 shouldn't be
1109.77/1117.25	WSVECS04 Frhs2[1596]: 6 0 0.403873 shouldn't be
1109.77/1117.25	WSVECS04 Frhs2[1611]: 6 0 0.059268 shouldn't be
1109.77/1117.25	WSVECS04 Frhs2[1616]: 6 0 0.0593261 shouldn't be
1109.77/1117.25	WSVECS04 Frhs2[1719]: 6 0 0.0592706 shouldn't be
1109.77/1117.25	WSVECS04 Frhs2[1724]: 6 0 0.0593191 shouldn't be
1109.77/1117.25	WSVECS04 Frhs2[1760]: 6 0 0.0592705 shouldn't be
1109.77/1117.25	WSVECS04 Frhs2[1796]: 6 0 0.0593427 shouldn't be
1109.77/1117.25	WSVECS04 Frhs2[1831]: 6 0 0.0566178 shouldn't be
1110.17/1117.61	WSVECS04 Frhs2[145]: 6 0 0.276107 shouldn't be
1110.17/1117.61	WSVECS04 Frhs2[147]: 6 0 0.0811071 shouldn't be
1110.17/1117.61	WSVECS04 Frhs2[181]: 6 0 0.0811034 shouldn't be
1110.17/1117.61	WSVECS04 Frhs2[200]: 6 0 0.393792 shouldn't be
1110.17/1117.61	WSVECS04 Frhs2[318]: 6 0 0.397597 shouldn't be
1110.17/1117.61	WSVECS04 Frhs2[395]: 6 0 0.014754 shouldn't be
1110.17/1117.61	WSVECS04 Frhs2[410]: 6 0 0.596295 shouldn't be
1110.17/1117.61	WSVECS04 Frhs2[417]: 6 0 0.320448 shouldn't be
1110.17/1117.61	WSVECS04 Frhs2[433]: 6 0 0.554768 shouldn't be
1110.17/1117.61	WSVECS04 Frhs2[434]: 6 0 0.676179 shouldn't be
1110.17/1117.61	WSVECS04 Frhs2[539]: 6 0 0.0607306 shouldn't be
1110.17/1117.61	WSVECS04 Frhs2[590]: 6 0 0.427858 shouldn't be
1110.17/1117.61	WSVECS04 Frhs2[625]: 6 0 1.26363 shouldn't be
1110.17/1117.61	WSVECS04 Frhs2[692]: 6 0 0.0607223 shouldn't be
1110.17/1117.61	WSVECS04 Frhs2[912]: 6 0 0.361687 shouldn't be
1110.17/1117.61	WSVECS04 Frhs2[946]: 6 0 0.151621 shouldn't be
1110.17/1117.61	WSVECS04 Frhs2[985]: 6 0 0.0566214 shouldn't be
1110.17/1117.61	WSVECS04 Frhs2[1028]: 6 0 0.0367437 shouldn't be
1110.17/1117.61	WSVECS04 Frhs2[1038]: 6 0 0.0238333 shouldn't be
1110.17/1117.61	WSVECS04 Frhs2[1048]: 6 0 0.0645157 shouldn't be
1110.17/1117.61	WSVECS04 Frhs2[1118]: 6 0 0.0129178 shouldn't be
1110.17/1117.61	WSVECS04 Frhs2[1129]: 6 0 0.0328163 shouldn't be
1110.17/1117.61	WSVECS04 Frhs2[1133]: 6 0 0.00327713 shouldn't be
1110.17/1117.61	WSVECS04 Frhs2[1200]: 6 0 0.023769 shouldn't be
1110.17/1117.61	WSVECS04 Frhs2[1232]: 6 0 0.0593073 shouldn't be
1110.17/1117.61	WSVECS04 Frhs2[1252]: 6 0 0.0238239 shouldn't be
1110.17/1117.61	WSVECS04 Frhs2[1353]: 6 0 0.0753736 shouldn't be
1110.17/1117.61	WSVECS04 Frhs2[1362]: 6 0 0.0237765 shouldn't be
1110.17/1117.61	WSVECS04 Frhs2[1371]: 6 0 0.0754231 shouldn't be
1110.17/1117.61	WSVECS04 Frhs2[1376]: 6 0 0.218787 shouldn't be
1110.17/1117.61	WSVECS04 Frhs2[1584]: 6 0 0.0593343 shouldn't be
1110.17/1117.61	WSVECS04 Frhs2[1741]: 6 0 0.0566434 shouldn't be
1110.17/1117.61	WSVECS04 Frhs2[1759]: 6 0 0.227386 shouldn't be
1110.17/1117.61	WSVECS04 Frhs2[1774]: 6 0 0.279386 shouldn't be
1110.48/1117.91	WSVECS04 Frhs2[39]: 6 0 1.00008 shouldn't be
1110.48/1117.91	WSVECS04 Frhs2[42]: 6 0 1.00007 shouldn't be
1110.48/1117.91	WSVECS04 Frhs2[173]: 6 0 0.0154355 shouldn't be
1110.48/1117.91	WSVECS04 Frhs2[319]: 6 0 0.421379 shouldn't be
1110.48/1117.91	WSVECS04 Frhs2[328]: 6 0 0.237264 shouldn't be
1110.48/1117.91	WSVECS04 Frhs2[400]: 6 0 0.305714 shouldn't be
1110.48/1117.91	WSVECS04 Frhs2[454]: 6 0 0.427909 shouldn't be
1110.48/1117.91	WSVECS04 Frhs2[520]: 6 0 1.17392 shouldn't be
1110.48/1117.91	WSVECS04 Frhs2[524]: 6 0 0.634648 shouldn't be
1110.48/1117.91	WSVECS04 Frhs2[538]: 6 0 0.143111 shouldn't be
1110.48/1117.91	WSVECS04 Frhs2[564]: 6 0 0.546442 shouldn't be
1110.48/1117.91	WSVECS04 Frhs2[583]: 6 0 0.351167 shouldn't be
1110.48/1117.91	WSVECS04 Frhs2[585]: 6 0 0.367214 shouldn't be
1110.48/1117.91	WSVECS04 Frhs2[588]: 6 0 0.569541 shouldn't be
1110.48/1117.91	WSVECS04 Frhs2[645]: 6 0 0.111998 shouldn't be
1110.48/1117.91	WSVECS04 Frhs2[667]: 6 0 0.127009 shouldn't be
1110.48/1117.91	WSVECS04 Frhs2[754]: 6 0 0.413696 shouldn't be
1110.48/1117.91	WSVECS04 Frhs2[760]: 6 0 0.480062 shouldn't be
1110.48/1117.91	WSVECS04 Frhs2[778]: 6 0 0.224055 shouldn't be
1110.48/1117.91	WSVECS04 Frhs2[793]: 6 0 0.370383 shouldn't be
1110.48/1117.91	WSVECS04 Frhs2[810]: 6 0 0.108768 shouldn't be
1110.48/1117.91	WSVECS04 Frhs2[910]: 6 0 0.202477 shouldn't be
1110.48/1117.91	WSVECS04 Frhs2[921]: 6 0 0.0650272 shouldn't be
1110.48/1117.91	WSVECS04 Frhs2[927]: 6 0 0.276098 shouldn't be
1110.48/1117.91	WSVECS04 Frhs2[931]: 6 0 0.007724 shouldn't be
1110.48/1117.91	WSVECS04 Frhs2[938]: 6 0 0.0516696 shouldn't be
1110.48/1117.91	WSVECS04 Frhs2[971]: 6 0 0.0270314 shouldn't be
1110.48/1117.91	WSVECS04 Frhs2[1009]: 6 0 0.135778 shouldn't be
1110.48/1117.91	WSVECS04 Frhs2[1012]: 6 0 0.0516733 shouldn't be
1110.48/1117.91	WSVECS04 Frhs2[1017]: 6 0 0.0355792 shouldn't be
1110.48/1117.91	WSVECS04 Frhs2[1037]: 6 0 0.0271018 shouldn't be
1110.48/1117.91	WSVECS04 Frhs2[1055]: 6 0 0.0270489 shouldn't be
1110.48/1117.91	WSVECS04 Frhs2[1056]: 6 0 0.0238264 shouldn't be
1110.48/1117.91	WSVECS04 Frhs2[1199]: 6 0 0.0270758 shouldn't be
1110.48/1117.91	WSVECS04 Frhs2[1240]: 6 0 0.0192562 shouldn't be
1110.48/1117.91	WSVECS04 Frhs2[1367]: 6 0 0.0270377 shouldn't be
1110.48/1117.91	WSVECS04 Frhs2[1375]: 6 0 0.019256 shouldn't be
1110.48/1117.91	WSVECS04 Frhs2[1384]: 6 0 0.0192813 shouldn't be
1110.48/1117.91	WSVECS04 Frhs2[1437]: 6 0 0.18436 shouldn't be
1110.48/1117.91	WSVECS04 Frhs2[1439]: 6 0 0.184379 shouldn't be
1110.48/1117.91	WSVECS04 Frhs2[1496]: 6 0 1.08238 shouldn't be
1110.48/1117.91	WSVECS04 Frhs2[1501]: 6 0 0.159536 shouldn't be
1110.48/1117.91	WSVECS04 Frhs2[1505]: 6 0 0.159222 shouldn't be
1110.48/1117.91	WSVECS04 Frhs2[1509]: 6 0 0.0237724 shouldn't be
1110.48/1117.91	WSVECS04 Frhs2[1598]: 6 0 0.0593077 shouldn't be
1110.48/1117.91	WSVECS04 Frhs2[1601]: 6 0 0.0270357 shouldn't be
1110.48/1117.91	WSVECS04 Frhs2[1605]: 6 0 0.20231 shouldn't be
1110.48/1117.91	WSVECS04 Frhs2[1617]: 6 0 0.0238356 shouldn't be
1110.48/1117.91	WSVECS04 Frhs2[1630]: 6 0 0.0599775 shouldn't be
1110.48/1117.91	WSVECS04 Frhs2[1709]: 6 0 0.027082 shouldn't be
1110.48/1117.91	WSVECS04 Frhs2[1725]: 6 0 0.0238387 shouldn't be
1110.48/1117.91	WSVECS04 Frhs2[1792]: 6 0 0.159209 shouldn't be
1110.48/1117.91	WSVECS04 Frhs2[1799]: 6 0 0.0270733 shouldn't be
1110.48/1117.91	WSVECS04 Frhs2[1817]: 6 0 0.0270251 shouldn't be
1110.77/1118.25	WSVECS04 Frhs2[143]: 6 0 0.107219 shouldn't be
1110.77/1118.25	WSVECS04 Frhs2[152]: 6 0 0.380157 shouldn't be
1110.77/1118.25	WSVECS04 Frhs2[191]: 6 0 0.375661 shouldn't be
1110.77/1118.25	WSVECS04 Frhs2[327]: 6 0 0.288829 shouldn't be
1110.77/1118.25	WSVECS04 Frhs2[334]: 6 0 0.380346 shouldn't be
1110.77/1118.25	WSVECS04 Frhs2[336]: 6 0 0.303708 shouldn't be
1110.77/1118.25	WSVECS04 Frhs2[344]: 6 0 0.351989 shouldn't be
1110.77/1118.25	WSVECS04 Frhs2[349]: 6 0 0.662175 shouldn't be
1110.77/1118.25	WSVECS04 Frhs2[422]: 6 0 0.829324 shouldn't be
1110.77/1118.25	WSVECS04 Frhs2[429]: 6 0 0.531044 shouldn't be
1110.77/1118.25	WSVECS04 Frhs2[436]: 6 0 0.622507 shouldn't be
1110.77/1118.25	WSVECS04 Frhs2[450]: 6 0 0.442583 shouldn't be
1110.77/1118.25	WSVECS04 Frhs2[452]: 6 0 0.569495 shouldn't be
1110.77/1118.25	WSVECS04 Frhs2[453]: 6 0 0.510298 shouldn't be
1110.77/1118.25	WSVECS04 Frhs2[464]: 6 0 0.297578 shouldn't be
1110.77/1118.25	WSVECS04 Frhs2[467]: 6 0 0.372987 shouldn't be
1110.77/1118.25	WSVECS04 Frhs2[471]: 6 0 0.358234 shouldn't be
1110.77/1118.25	WSVECS04 Frhs2[517]: 6 0 0.971568 shouldn't be
1110.77/1118.25	WSVECS04 Frhs2[519]: 6 0 1.33336 shouldn't be
1110.77/1118.25	WSVECS04 Frhs2[525]: 6 0 0.492205 shouldn't be
1110.77/1118.25	WSVECS04 Frhs2[556]: 6 0 0.060727 shouldn't be
1110.77/1118.25	WSVECS04 Frhs2[601]: 6 0 0.808215 shouldn't be
1110.77/1118.25	WSVECS04 Frhs2[619]: 6 0 1.03347 shouldn't be
1110.77/1118.25	WSVECS04 Frhs2[638]: 6 0 0.729051 shouldn't be
1110.77/1118.25	WSVECS04 Frhs2[639]: 6 0 0.41001 shouldn't be
1110.77/1118.25	WSVECS04 Frhs2[642]: 6 0 0.672507 shouldn't be
1110.77/1118.25	WSVECS04 Frhs2[706]: 6 0 0.218823 shouldn't be
1110.77/1118.25	WSVECS04 Frhs2[774]: 6 0 0.224085 shouldn't be
1110.77/1118.25	WSVECS04 Frhs2[928]: 6 0 0.116585 shouldn't be
1110.77/1118.25	WSVECS04 Frhs2[954]: 6 0 0.0592734 shouldn't be
1110.77/1118.25	WSVECS04 Frhs2[957]: 6 0 0.075402 shouldn't be
1110.77/1118.25	WSVECS04 Frhs2[990]: 6 0 0.0593244 shouldn't be
1110.77/1118.25	WSVECS04 Frhs2[1044]: 6 0 0.0592958 shouldn't be
1110.77/1118.25	WSVECS04 Frhs2[1057]: 6 0 0.0565638 shouldn't be
1110.77/1118.25	WSVECS04 Frhs2[1092]: 6 0 0.0237961 shouldn't be
1110.77/1118.25	WSVECS04 Frhs2[1125]: 6 0 0.035522 shouldn't be
1110.77/1118.25	WSVECS04 Frhs2[1188]: 6 0 0.0593108 shouldn't be
1110.77/1118.25	WSVECS04 Frhs2[1317]: 6 0 0.0483522 shouldn't be
1110.77/1118.25	WSVECS04 Frhs2[1318]: 6 0 0.0375044 shouldn't be
1110.77/1118.25	WSVECS04 Frhs2[1342]: 6 0 0.0763394 shouldn't be
1110.77/1118.25	WSVECS04 Frhs2[1358]: 6 0 0.15954 shouldn't be
1110.77/1118.25	WSVECS04 Frhs2[1368]: 6 0 0.159543 shouldn't be
1110.77/1118.25	WSVECS04 Frhs2[1385]: 6 0 0.0270787 shouldn't be
1110.77/1118.25	WSVECS04 Frhs2[1424]: 6 0 0.215289 shouldn't be
1110.77/1118.25	WSVECS04 Frhs2[1429]: 6 0 0.179869 shouldn't be
1110.77/1118.25	WSVECS04 Frhs2[1504]: 6 0 0.135314 shouldn't be
1110.77/1118.25	WSVECS04 Frhs2[1675]: 6 0 0.49658 shouldn't be
1110.77/1118.25	WSVECS04 Frhs2[1711]: 6 0 0.159573 shouldn't be
1110.77/1118.25	WSVECS04 Frhs2[1720]: 6 0 0.120493 shouldn't be
1110.77/1118.25	WSVECS04 Frhs2[1727]: 6 0 0.0270419 shouldn't be
1110.77/1118.25	WSVECS04 Frhs2[1746]: 6 0 0.0593234 shouldn't be
1110.77/1118.25	WSVECS04 Frhs2[1756]: 6 0 0.279318 shouldn't be
1110.77/1118.25	WSVECS04 Frhs2[1776]: 6 0 0.0238302 shouldn't be
1110.77/1118.25	WSVECS04 Frhs2[1819]: 6 0 0.15952 shouldn't be
1110.77/1118.25	WSVECS04 Frhs2[1827]: 6 0 0.0592768 shouldn't be
1110.77/1118.25	WSVECS04 Frhs2[1830]: 6 0 0.0237677 shouldn't be
1110.77/1118.25	WSVECS04 Frhs2[1835]: 6 0 0.0270492 shouldn't be
1111.47/1118.97	WSVECS04 Frhs2[150]: 6 0 0.795175 shouldn't be
1111.47/1118.97	WSVECS04 Frhs2[195]: 6 0 0.399464 shouldn't be
1111.47/1118.97	WSVECS04 Frhs2[197]: 6 0 0.585652 shouldn't be
1111.47/1118.97	WSVECS04 Frhs2[247]: 6 0 0.218775 shouldn't be
1111.47/1118.97	WSVECS04 Frhs2[248]: 6 0 0.118518 shouldn't be
1111.47/1118.97	WSVECS04 Frhs2[308]: 6 0 0.159736 shouldn't be
1111.47/1118.97	WSVECS04 Frhs2[396]: 6 0 0.066375 shouldn't be
1111.47/1118.97	WSVECS04 Frhs2[468]: 6 0 0.659428 shouldn't be
1111.47/1118.97	WSVECS04 Frhs2[516]: 6 0 0.971542 shouldn't be
1111.47/1118.97	WSVECS04 Frhs2[523]: 6 0 1.00848 shouldn't be
1111.47/1118.97	WSVECS04 Frhs2[528]: 6 0 0.604421 shouldn't be
1111.47/1118.97	WSVECS04 Frhs2[565]: 6 0 0.536812 shouldn't be
1111.47/1118.97	WSVECS04 Frhs2[569]: 6 0 0.46903 shouldn't be
1111.47/1118.97	WSVECS04 Frhs2[581]: 6 0 0.519971 shouldn't be
1111.47/1118.97	WSVECS04 Frhs2[586]: 6 0 0.44259 shouldn't be
1111.47/1118.97	WSVECS04 Frhs2[587]: 6 0 0.729003 shouldn't be
1111.47/1118.97	WSVECS04 Frhs2[589]: 6 0 0.510328 shouldn't be
1111.47/1118.97	WSVECS04 Frhs2[608]: 6 0 0.860584 shouldn't be
1111.47/1118.97	WSVECS04 Frhs2[641]: 6 0 0.427839 shouldn't be
1111.47/1118.97	WSVECS04 Frhs2[688]: 6 0 0.0805647 shouldn't be
1111.47/1118.97	WSVECS04 Frhs2[974]: 6 0 0.0366884 shouldn't be
1111.47/1118.97	WSVECS04 Frhs2[978]: 6 0 0.0238185 shouldn't be
1111.47/1118.97	WSVECS04 Frhs2[981]: 6 0 0.0592557 shouldn't be
1111.47/1118.97	WSVECS04 Frhs2[999]: 6 0 0.0592967 shouldn't be
1111.47/1118.97	WSVECS04 Frhs2[1001]: 6 0 0.0147551 shouldn't be
1111.47/1118.97	WSVECS04 Frhs2[1003]: 6 0 0.0565668 shouldn't be
1111.47/1118.97	WSVECS04 Frhs2[1032]: 6 0 0.00522095 shouldn't be
1111.47/1118.97	WSVECS04 Frhs2[1074]: 6 0 0.0238329 shouldn't be
1111.47/1118.97	WSVECS04 Frhs2[1111]: 6 0 0.0328677 shouldn't be
1111.47/1118.97	WSVECS04 Frhs2[1192]: 6 0 0.0645889 shouldn't be
1111.47/1118.97	WSVECS04 Frhs2[1194]: 6 0 0.00527657 shouldn't be
1111.47/1118.97	WSVECS04 Frhs2[1234]: 6 0 0.0754094 shouldn't be
1111.47/1118.97	WSVECS04 Frhs2[1236]: 6 0 0.0238152 shouldn't be
1111.47/1118.97	WSVECS04 Frhs2[1241]: 6 0 0.0270307 shouldn't be
1111.47/1118.97	WSVECS04 Frhs2[1247]: 6 0 1.16743 shouldn't be
1111.47/1118.97	WSVECS04 Frhs2[1251]: 6 0 0.0754244 shouldn't be
1111.47/1118.97	WSVECS04 Frhs2[1338]: 6 0 0.105554 shouldn't be
1111.47/1118.97	WSVECS04 Frhs2[1352]: 6 0 1.05983 shouldn't be
1111.47/1118.97	WSVECS04 Frhs2[1355]: 6 0 1.06839 shouldn't be
1111.47/1118.97	WSVECS04 Frhs2[1356]: 6 0 0.00528337 shouldn't be
1111.47/1118.97	WSVECS04 Frhs2[1359]: 6 0 0.0753636 shouldn't be
1111.47/1118.97	WSVECS04 Frhs2[1422]: 6 0 1.18676 shouldn't be
1111.47/1118.97	WSVECS04 Frhs2[1434]: 6 0 0.0238361 shouldn't be
1111.47/1118.97	WSVECS04 Frhs2[1550]: 6 0 0.163672 shouldn't be
1111.47/1118.97	WSVECS04 Frhs2[1585]: 6 0 0.159526 shouldn't be
1111.47/1118.97	WSVECS04 Frhs2[1689]: 6 0 0.0590913 shouldn't be
1111.47/1118.97	WSVECS04 Frhs2[1692]: 6 0 0.0592595 shouldn't be
1111.47/1118.97	WSVECS04 Frhs2[1704]: 6 0 0.0238091 shouldn't be
1111.47/1118.97	WSVECS04 Frhs2[1712]: 6 0 0.0366864 shouldn't be
1111.47/1118.97	WSVECS04 Frhs2[1728]: 6 0 0.0593309 shouldn't be
1111.47/1118.97	WSVECS04 Frhs2[1740]: 6 0 0.0237734 shouldn't be
1111.47/1118.97	WSVECS04 Frhs2[1742]: 6 0 0.0592619 shouldn't be
1111.47/1118.97	WSVECS04 Frhs2[1747]: 6 0 0.159562 shouldn't be
1111.47/1118.97	WSVECS04 Frhs2[1755]: 6 0 0.0593224 shouldn't be
1111.47/1118.97	WSVECS04 Frhs2[1763]: 6 0 0.0270686 shouldn't be
1111.47/1118.97	WSVECS04 Frhs2[1777]: 6 0 0.0566315 shouldn't be
1111.47/1118.97	WSVECS04 Frhs2[1814]: 6 0 0.059333 shouldn't be
1111.47/1118.97	WSVECS04 Frhs2[1833]: 6 0 0.0238353 shouldn't be
1112.27/1119.73	WSVECS04 Frhs2[199]: 6 0 0.38474 shouldn't be
1112.27/1119.73	WSVECS04 Frhs2[303]: 6 0 0.811234 shouldn't be
1112.27/1119.73	WSVECS04 Frhs2[335]: 6 0 0.270917 shouldn't be
1112.27/1119.73	WSVECS04 Frhs2[399]: 6 0 0.0385009 shouldn't be
1112.27/1119.73	WSVECS04 Frhs2[419]: 6 0 0.0915106 shouldn't be
1112.27/1119.73	WSVECS04 Frhs2[466]: 6 0 0.297588 shouldn't be
1112.27/1119.73	WSVECS04 Frhs2[502]: 6 0 0.218804 shouldn't be
1112.27/1119.73	WSVECS04 Frhs2[521]: 6 0 1.11461 shouldn't be
1112.27/1119.73	WSVECS04 Frhs2[571]: 6 0 0.596059 shouldn't be
1112.27/1119.73	WSVECS04 Frhs2[572]: 6 0 0.536757 shouldn't be
1112.27/1119.73	WSVECS04 Frhs2[620]: 6 0 0.207689 shouldn't be
1112.27/1119.73	WSVECS04 Frhs2[624]: 6 0 0.285932 shouldn't be
1112.27/1119.73	WSVECS04 Frhs2[655]: 6 0 0.297383 shouldn't be
1112.27/1119.73	WSVECS04 Frhs2[687]: 6 0 0.0645921 shouldn't be
1112.27/1119.73	WSVECS04 Frhs2[1065]: 6 0 0.0754409 shouldn't be
1112.27/1119.73	WSVECS04 Frhs2[1197]: 6 0 0.0593374 shouldn't be
1112.27/1119.73	WSVECS04 Frhs2[1243]: 6 0 2.11379 shouldn't be
1112.27/1119.73	WSVECS04 Frhs2[1244]: 6 0 1.19563 shouldn't be
1112.27/1119.73	WSVECS04 Frhs2[1257]: 6 0 0.312778 shouldn't be
1112.27/1119.73	WSVECS04 Frhs2[1551]: 6 0 0.0754245 shouldn't be
1112.27/1119.73	WSVECS04 Frhs2[1557]: 6 0 1.18681 shouldn't be
1112.27/1119.73	WSVECS04 Frhs2[1737]: 6 0 0.0593098 shouldn't be
1112.27/1119.73	WSVECS04 Frhs2[1738]: 6 0 0.120508 shouldn't be
1112.27/1119.73	WSVECS04 Frhs2[1764]: 6 0 0.0593227 shouldn't be
1112.27/1119.73	WSVECS04 Frhs2[1781]: 6 0 0.0270238 shouldn't be
1112.27/1119.73	WSVECS04 Frhs2[1791]: 6 0 0.0592857 shouldn't be
1112.27/1119.73	WSVECS04 Frhs2[1832]: 6 0 0.0593151 shouldn't be
1112.76/1120.25	WSVECS04 Frhs2[2]: 6 0 1.00004 shouldn't be
1112.76/1120.25	WSVECS04 Frhs2[24]: 6 0 1.00003 shouldn't be
1112.76/1120.25	WSVECS04 Frhs2[31]: 6 0 1.00006 shouldn't be
1112.76/1120.25	WSVECS04 Frhs2[32]: 6 0 1.00001 shouldn't be
1112.76/1120.25	WSVECS04 Frhs2[36]: 6 0 1.00009 shouldn't be
1112.76/1120.25	WSVECS04 Frhs2[51]: 6 0 1.00005 shouldn't be
1112.76/1120.25	WSVECS04 Frhs2[64]: 6 0 1.00004 shouldn't be
1112.76/1120.25	WSVECS04 Frhs2[109]: 6 0 1.00003 shouldn't be
1112.76/1120.25	WSVECS04 Frhs2[300]: 6 0 0.0971564 shouldn't be
1112.76/1120.25	WSVECS04 Frhs2[313]: 6 0 0.336973 shouldn't be
1112.76/1120.25	WSVECS04 Frhs2[333]: 6 0 0.498783 shouldn't be
1112.76/1120.25	WSVECS04 Frhs2[345]: 6 0 0.300398 shouldn't be
1112.76/1120.25	WSVECS04 Frhs2[347]: 6 0 0.300309 shouldn't be
1112.76/1120.25	WSVECS04 Frhs2[570]: 6 0 0.755519 shouldn't be
1112.76/1120.25	WSVECS04 Frhs2[623]: 6 0 0.241542 shouldn't be
1112.76/1120.25	WSVECS04 Frhs2[640]: 6 0 0.729037 shouldn't be
1112.76/1120.25	WSVECS04 Frhs2[989]: 6 0 0.0270419 shouldn't be
1112.76/1120.25	WSVECS04 Frhs2[1191]: 6 0 0.0754155 shouldn't be
1112.76/1120.25	WSVECS04 Frhs2[1269]: 6 0 0.987734 shouldn't be
1112.76/1120.25	WSVECS04 Frhs2[1555]: 6 0 0.0754186 shouldn't be
1112.76/1120.25	WSVECS04 Frhs2[1565]: 6 0 0.0535691 shouldn't be
1112.76/1120.25	WSVECS04 Frhs2[1570]: 6 0 0.064552 shouldn't be
1112.76/1120.25	WSVECS04 Frhs2[1602]: 6 0 0.0592757 shouldn't be
1112.76/1120.25	WSVECS04 Frhs2[1619]: 6 0 0.0270822 shouldn't be
1112.76/1120.25	WSVECS04 Frhs2[1685]: 6 0 0.961009 shouldn't be
1112.76/1120.25	WSVECS04 Frhs2[1729]: 6 0 0.15955 shouldn't be
1112.76/1120.25	WSVECS04 Frhs2[1801]: 6 0 0.159574 shouldn't be
1112.76/1120.25	WSVECS04 Frhs2[1818]: 6 0 0.0592933 shouldn't be
1113.37/1120.88	WSVECS04 Frhs2[146]: 6 0 0.175824 shouldn't be
1113.37/1120.88	WSVECS04 Frhs2[257]: 6 0 2.26243 shouldn't be
1113.37/1120.88	WSVECS04 Frhs2[317]: 6 0 0.479984 shouldn't be
1113.37/1120.88	WSVECS04 Frhs2[451]: 6 0 0.729031 shouldn't be
1113.37/1120.88	WSVECS04 Frhs2[689]: 6 0 0.36186 shouldn't be
1113.37/1120.88	WSVECS04 Frhs2[690]: 6 0 0.20232 shouldn't be
1113.37/1120.88	WSVECS04 Frhs2[691]: 6 0 0.143113 shouldn't be
1113.37/1120.88	WSVECS04 Frhs2[966]: 6 0 0.0238275 shouldn't be
1113.37/1120.88	WSVECS04 Frhs2[1035]: 6 0 0.0593129 shouldn't be
1113.37/1120.88	WSVECS04 Frhs2[1082]: 6 0 0.0367439 shouldn't be
1113.37/1120.88	WSVECS04 Frhs2[1365]: 6 0 0.0237786 shouldn't be
1113.37/1120.88	WSVECS04 Frhs2[1370]: 6 0 0.19501 shouldn't be
1113.37/1120.88	WSVECS04 Frhs2[1511]: 6 0 0.0270956 shouldn't be
1113.37/1120.88	WSVECS04 Frhs2[1569]: 6 0 0.0754405 shouldn't be
1114.07/1121.54	WSVECS04 Frhs2[180]: 6 0 0.116653 shouldn't be
1114.07/1121.54	WSVECS04 Frhs2[839]: 6 0 0.0841915 shouldn't be
1114.07/1121.54	WSVECS04 Frhs2[967]: 6 0 0.0566484 shouldn't be
1114.07/1121.54	WSVECS04 Frhs2[982]: 6 0 0.0238459 shouldn't be
1114.07/1121.54	WSVECS04 Frhs2[1258]: 6 0 0.00459299 shouldn't be
1114.07/1121.54	WSVECS04 Frhs2[1339]: 6 0 0.100331 shouldn't be
1114.07/1121.54	WSVECS04 Frhs2[1351]: 6 0 1.19561 shouldn't be
1114.07/1121.54	WSVECS04 Frhs2[1373]: 6 0 0.0988336 shouldn't be
1114.07/1121.54	WSVECS04 Frhs2[1428]: 6 0 0.00524714 shouldn't be
1114.77/1122.23	WSVECS04 Frhs2[437]: 6 0 0.540076 shouldn't be
1114.77/1122.23	WSVECS04 Frhs2[1207]: 6 0 0.0842106 shouldn't be
1114.77/1122.23	WSVECS04 Frhs2[1242]: 6 0 0.0593122 shouldn't be
1114.77/1122.23	WSVECS04 Frhs2[1383]: 6 0 0.0238296 shouldn't be
1114.77/1122.23	WSVECS04 Frhs2[1502]: 6 0 0.059302 shouldn't be
1114.77/1122.23	WSVECS04 Frhs2[1713]: 6 0 0.202388 shouldn't be
1126.75/1134.36	c #Conflicts:     879000 | #Constraints:      25897
1126.75/1134.36	c #Conflicts:     880000 | #Constraints:      26897
1126.75/1134.36	c #Conflicts:     881000 | #Constraints:      27897
1126.75/1134.36	c #Conflicts:     882000 | #Constraints:      28897
1126.75/1134.36	c #Conflicts:     883000 | #Constraints:      29897
1126.75/1134.36	c #Conflicts:     884000 | #Constraints:      30897
1126.75/1134.36	c #Conflicts:     885000 | #Constraints:      31897
1126.75/1134.36	c #Conflicts:     886000 | #Constraints:      32897
1126.75/1134.36	c #Conflicts:     887000 | #Constraints:      33897
1126.75/1134.36	c #Conflicts:     888000 | #Constraints:      34897
1126.75/1134.36	c #Conflicts:     889000 | #Constraints:      35897
1126.75/1134.36	c #Conflicts:     890000 | #Constraints:      36897
1126.75/1134.36	c #Conflicts:     891000 | #Constraints:      37897
1126.75/1134.36	c #Conflicts:     892000 | #Constraints:      38897
1126.75/1134.36	c #Conflicts:     893000 | #Constraints:      39897
1126.75/1134.36	c #Conflicts:     894000 | #Constraints:      40897
1126.75/1134.36	c #Conflicts:     895000 | #Constraints:      41897
1126.75/1134.36	c #Conflicts:     896000 | #Constraints:      42897
1126.75/1134.36	c #Conflicts:     897000 | #Constraints:      43897
1126.75/1134.36	c #Conflicts:     898000 | #Constraints:      44897
1126.75/1134.36	c #Conflicts:     899000 | #Constraints:      45897
1126.75/1134.36	c #Conflicts:     900000 | #Constraints:      46897
1126.75/1134.36	WSVECS04 Frhs2[10]: 6 -2.00006 0 shouldn't be
1126.75/1134.36	WSVECS04 Frhs2[18]: 6 -2.00001 0 shouldn't be
1126.75/1134.36	WSVECS04 Frhs2[48]: 6 -1.00004 0 shouldn't be
1126.75/1134.36	WSVECS04 Frhs2[49]: 6 -4.00004 0 shouldn't be
1132.74/1140.39	WSVECS04 Frhs2[103]: 6 -5.00006 0 shouldn't be
1155.12/1162.86	c #Conflicts:     901000 | #Constraints:      47897
1155.12/1162.86	c #Conflicts:     902000 | #Constraints:      48897
1155.12/1162.86	c #Conflicts:     903000 | #Constraints:      49897
1155.12/1162.86	c #Conflicts:     904000 | #Constraints:      50897
1155.12/1162.86	c #Conflicts:     905000 | #Constraints:      51897
1155.12/1162.86	c #Conflicts:     906000 | #Constraints:      52897
1155.12/1162.86	c #Conflicts:     907000 | #Constraints:      53897
1155.12/1162.86	c #Conflicts:     908000 | #Constraints:      54897
1155.12/1162.86	c #Conflicts:     909000 | #Constraints:      55897
1155.12/1162.86	c #Conflicts:     910000 | #Constraints:      56897
1155.12/1162.86	c #Conflicts:     911000 | #Constraints:      57897
1155.12/1162.86	c #Conflicts:     912000 | #Constraints:      58897
1155.12/1162.86	c #Conflicts:     913000 | #Constraints:      59897
1155.12/1162.86	c #Conflicts:     914000 | #Constraints:      60897
1155.12/1162.86	c #Conflicts:     915000 | #Constraints:      61897
1155.12/1162.86	c #Conflicts:     916000 | #Constraints:      62897
1155.12/1162.86	c #Conflicts:     917000 | #Constraints:      63897
1155.12/1162.86	c #Conflicts:     918000 | #Constraints:      64897
1155.12/1162.86	c #Conflicts:     919000 | #Constraints:      65897
1155.12/1162.86	c #Conflicts:     920000 | #Constraints:      66897
1155.12/1162.86	c #Conflicts:     921000 | #Constraints:      67897
1155.12/1162.86	c #Conflicts:     922000 | #Constraints:      68897
1155.12/1162.86	c #Conflicts:     923000 | #Constraints:      69897
1155.12/1162.86	c #Conflicts:     924000 | #Constraints:      70897
1155.12/1162.86	c #Conflicts:     925000 | #Constraints:      71897
1155.12/1162.86	WSVECS04 Frhs2[33]: 6 0 0.763171 shouldn't be
1155.12/1162.86	WSVECS04 Frhs2[74]: 6 -3.64701 0 shouldn't be
1155.12/1162.86	WSVECS04 Frhs2[118]: 6 0 0.729364 shouldn't be
1155.12/1162.86	WSVECS04 Frhs2[1620]: 6 0 0.0198657 shouldn't be
1155.12/1162.86	WSVECS04 Frhs2[1621]: 6 0 0.0198774 shouldn't be
1155.12/1162.86	WSVECS04 Frhs2[1622]: 6 0 0.0198818 shouldn't be
1155.12/1162.86	WSVECS04 Frhs2[1623]: 6 0 0.0202806 shouldn't be
1155.12/1162.86	WSVECS04 Frhs2[1625]: 6 0 0.019848 shouldn't be
1155.12/1162.86	WSVECS04 Frhs2[1626]: 6 0 0.0188369 shouldn't be
1155.12/1162.86	WSVECS04 Frhs2[1627]: 6 0 0.0209546 shouldn't be
1155.12/1162.86	WSVECS04 Frhs2[1628]: 6 0 0.0199217 shouldn't be
1155.12/1162.86	WSVECS04 Frhs2[1629]: 6 0 0.0198766 shouldn't be
1155.12/1162.86	WSVECS04 Frhs2[1630]: 6 0 0.0210094 shouldn't be
1155.12/1162.86	WSVECS04 Frhs2[1631]: 6 0 0.020413 shouldn't be
1155.12/1162.86	WSVECS04 Frhs2[1632]: 6 0 0.019877 shouldn't be
1155.12/1162.86	WSVECS04 Frhs2[1633]: 6 0 0.0198836 shouldn't be
1155.12/1162.86	WSVECS04 Frhs2[1635]: 6 0 0.0194648 shouldn't be
1155.12/1162.86	WSVECS04 Frhs2[1636]: 6 0 0.0207445 shouldn't be
1155.12/1162.86	WSVECS04 Frhs2[1637]: 6 0 0.019936 shouldn't be
1155.12/1162.86	WSVECS04 Frhs2[1747]: 6 0 0.00973434 shouldn't be
1155.12/1162.86	WSVECS04 Frhs2[1749]: 6 0 0.0110078 shouldn't be
1155.12/1162.86	WSVECS04 Frhs2[1754]: 6 0 0.00994391 shouldn't be
1155.12/1162.86	WSVECS04 Frhs2[1756]: 6 0 0.0102517 shouldn't be
1155.12/1162.86	WSVECS04 Frhs2[1757]: 6 0 0.0104273 shouldn't be
1155.12/1162.86	WSVECS04 Frhs2[1759]: 6 0 0.00979163 shouldn't be
1155.12/1162.86	WSVECS04 Frhs2[1760]: 6 0 0.0109863 shouldn't be
1155.12/1162.86	WSVECS04 Frhs2[1762]: 6 0 0.0105259 shouldn't be
1155.12/1162.86	WSVECS04 Frhs2[1763]: 6 0 0.00977602 shouldn't be
1155.91/1163.61	WSVECS04 Frhs2[1624]: 6 0 0.014777 shouldn't be
1155.91/1163.61	WSVECS04 Frhs2[1634]: 6 0 0.0203264 shouldn't be
1155.91/1163.61	WSVECS04 Frhs2[1748]: 6 0 0.00974489 shouldn't be
1155.91/1163.61	WSVECS04 Frhs2[1751]: 6 0 0.0118707 shouldn't be
1155.91/1163.61	WSVECS04 Frhs2[1755]: 6 0 0.00990795 shouldn't be
1156.51/1164.23	WSVECS04 Frhs2[1746]: 6 0 0.0098141 shouldn't be
1156.51/1164.23	WSVECS04 Frhs2[1758]: 6 0 0.00991801 shouldn't be
1156.51/1164.23	WSVECS04 Frhs2[1761]: 6 0 0.00968619 shouldn't be
1157.51/1165.21	WSVECS04 Frhs2[1752]: 6 0 0.00935395 shouldn't be
1157.51/1165.21	WSVECS04 Frhs2[1753]: 6 0 0.0111597 shouldn't be
1203.16/1211.11	c #Conflicts:     926000 | #Constraints:      72897
1203.16/1211.11	c #Conflicts:     927000 | #Constraints:      73897
1203.16/1211.11	c #Conflicts:     928000 | #Constraints:      74897
1203.16/1211.11	c #Conflicts:     929000 | #Constraints:      75897
1203.16/1211.11	c #Conflicts:     930000 | #Constraints:      76897
1203.16/1211.11	c #Conflicts:     931000 | #Constraints:      77897
1203.16/1211.11	c #Conflicts:     932000 | #Constraints:      78897
1203.16/1211.11	c #Conflicts:     933000 | #Constraints:      79897
1203.16/1211.11	c #Conflicts:     934000 | #Constraints:      80897
1203.16/1211.11	c #Conflicts:     935000 | #Constraints:      81897
1203.16/1211.11	c #Conflicts:     936000 | #Constraints:      82897
1203.16/1211.11	c #Conflicts:     937000 | #Constraints:      83897
1203.16/1211.11	c #Conflicts:     938000 | #Constraints:      84897
1203.16/1211.11	c #Conflicts:     939000 | #Constraints:      85898
1203.16/1211.11	c #Conflicts:     940000 | #Constraints:      86898
1203.16/1211.11	c #Conflicts:     941000 | #Constraints:      87898
1203.16/1211.11	c #Conflicts:     942000 | #Constraints:      88898
1203.16/1211.11	c #Conflicts:     943000 | #Constraints:      89898
1203.16/1211.11	c #Conflicts:     944000 | #Constraints:      90898
1203.16/1211.11	c #Conflicts:     945000 | #Constraints:      91898
1203.16/1211.11	c #Conflicts:     946000 | #Constraints:      92898
1203.16/1211.11	c #Conflicts:     947000 | #Constraints:      93898
1203.16/1211.11	c #Conflicts:     948000 | #Constraints:      94898
1203.16/1211.11	c #Conflicts:     949000 | #Constraints:      95898
1203.16/1211.11	c #Conflicts:     950000 | #Constraints:      96898
1203.16/1211.11	c #Conflicts:     951000 | #Constraints:      97898
1203.16/1211.11	c #Conflicts:     952000 | #Constraints:      98898
1203.16/1211.11	c #Conflicts:     953000 | #Constraints:      99899
1203.16/1211.11	c #Conflicts:     954000 | #Constraints:     100899
1203.16/1211.11	c #Conflicts:     955000 | #Constraints:     101899
1203.16/1211.11	c INPROCESSING
1203.16/1211.11	c GARBAGE COLLECT
1203.16/1211.11	c rational objective -40.9252
1212.68/1220.76	c #Conflicts:     956000 | #Constraints:      53177
1212.68/1220.76	c #Conflicts:     957000 | #Constraints:      54177
1212.68/1220.76	c #Conflicts:     958000 | #Constraints:      55177
1212.68/1220.76	c #Conflicts:     959000 | #Constraints:      56177
1212.68/1220.76	c #Conflicts:     960000 | #Constraints:      57183
1212.68/1220.76	c #Conflicts:     961000 | #Constraints:      58183
1212.68/1220.76	c #Conflicts:     962000 | #Constraints:      59186
1212.68/1220.76	c #Conflicts:     963000 | #Constraints:      60187
1212.68/1220.76	c #Conflicts:     964000 | #Constraints:      61189
1212.68/1220.76	c #Conflicts:     965000 | #Constraints:      62190
1212.68/1220.76	c #Conflicts:     966000 | #Constraints:      63190
1212.68/1220.76	c #Conflicts:     967000 | #Constraints:      64191
1212.68/1220.76	WSVECS04 Frhs2[48]: 6 -1.00007 0 shouldn't be
1212.68/1220.76	WSVECS04 Frhs2[113]: 6 -2.00006 0 shouldn't be
1220.41/1228.57	c #Conflicts:     968000 | #Constraints:      65191
1220.41/1228.57	c #Conflicts:     969000 | #Constraints:      66191
1220.41/1228.57	c #Conflicts:     970000 | #Constraints:      67192
1220.41/1228.57	c #Conflicts:     971000 | #Constraints:      68192
1220.41/1228.57	c #Conflicts:     972000 | #Constraints:      69194
1220.41/1228.57	c #Conflicts:     973000 | #Constraints:      70194
1220.41/1228.57	c #Conflicts:     974000 | #Constraints:      71196
1220.41/1228.57	c #Conflicts:     975000 | #Constraints:      72196
1220.41/1228.57	WSVECS04 Frhs2[32]: 6 0 1.00004 shouldn't be
1220.41/1228.57	WSVECS04 Frhs2[48]: 6 -1.00005 0 shouldn't be
1220.41/1228.57	WSVECS04 Frhs2[70]: 6 0 1.00004 shouldn't be
1220.41/1228.57	WSVECS04 Frhs2[108]: 6 0 1.00005 shouldn't be
1223.50/1231.67	c #Conflicts:     976000 | #Constraints:      73196
1223.50/1231.67	c INPROCESSING
1223.50/1231.67	c GARBAGE COLLECT
1223.50/1231.67	c rational objective -40.9507
1246.70/1255.07	c #Conflicts:     977000 | #Constraints:      38756
1246.70/1255.07	c #Conflicts:     978000 | #Constraints:      39756
1246.70/1255.07	c #Conflicts:     979000 | #Constraints:      40756
1246.70/1255.07	c #Conflicts:     980000 | #Constraints:      41758
1246.70/1255.07	c #Conflicts:     981000 | #Constraints:      42761
1246.70/1255.07	c #Conflicts:     982000 | #Constraints:      43762
1246.70/1255.07	c #Conflicts:     983000 | #Constraints:      44762
1246.70/1255.07	c #Conflicts:     984000 | #Constraints:      45762
1246.70/1255.07	c #Conflicts:     985000 | #Constraints:      46762
1246.70/1255.07	c #Conflicts:     986000 | #Constraints:      47762
1246.70/1255.07	c #Conflicts:     987000 | #Constraints:      48762
1246.70/1255.07	c #Conflicts:     988000 | #Constraints:      49764
1246.70/1255.07	c #Conflicts:     989000 | #Constraints:      50765
1246.70/1255.07	c #Conflicts:     990000 | #Constraints:      51767
1246.70/1255.07	c #Conflicts:     991000 | #Constraints:      52767
1246.70/1255.07	c #Conflicts:     992000 | #Constraints:      53767
1246.70/1255.07	c #Conflicts:     993000 | #Constraints:      54767
1246.70/1255.07	c #Conflicts:     994000 | #Constraints:      55767
1246.70/1255.07	c #Conflicts:     995000 | #Constraints:      56767
1246.70/1255.07	c #Conflicts:     996000 | #Constraints:      57769
1246.70/1255.07	c #Conflicts:     997000 | #Constraints:      58771
1246.70/1255.07	c #Conflicts:     998000 | #Constraints:      59771
1246.70/1255.07	c INPROCESSING
1246.70/1255.07	c GARBAGE COLLECT
1246.70/1255.07	c rational objective -40.9499
1279.61/1288.00	c #Conflicts:     999000 | #Constraints:      32313
1279.61/1288.00	c #Conflicts:    1000000 | #Constraints:      33313
1279.61/1288.00	c #Conflicts:    1001000 | #Constraints:      34313
1279.61/1288.00	c #Conflicts:    1002000 | #Constraints:      35313
1279.61/1288.00	c #Conflicts:    1003000 | #Constraints:      36313
1279.61/1288.00	c #Conflicts:    1004000 | #Constraints:      37313
1279.61/1288.00	c #Conflicts:    1005000 | #Constraints:      38313
1279.61/1288.00	c #Conflicts:    1006000 | #Constraints:      39313
1279.61/1288.00	c #Conflicts:    1007000 | #Constraints:      40313
1279.61/1288.00	c #Conflicts:    1008000 | #Constraints:      41313
1279.61/1288.00	c #Conflicts:    1009000 | #Constraints:      42313
1279.61/1288.00	c #Conflicts:    1010000 | #Constraints:      43313
1279.61/1288.00	c #Conflicts:    1011000 | #Constraints:      44313
1279.61/1288.00	c #Conflicts:    1012000 | #Constraints:      45313
1279.61/1288.00	c #Conflicts:    1013000 | #Constraints:      46313
1279.61/1288.00	c #Conflicts:    1014000 | #Constraints:      47313
1279.61/1288.00	c #Conflicts:    1015000 | #Constraints:      48313
1279.61/1288.00	c #Conflicts:    1016000 | #Constraints:      49313
1279.61/1288.00	c #Conflicts:    1017000 | #Constraints:      50313
1279.61/1288.00	c #Conflicts:    1018000 | #Constraints:      51313
1279.61/1288.00	c #Conflicts:    1019000 | #Constraints:      52313
1279.61/1288.00	c #Conflicts:    1020000 | #Constraints:      53313
1279.61/1288.00	c INPROCESSING
1279.61/1288.00	c GARBAGE COLLECT
1279.61/1288.00	c rational objective -40.9499
1301.24/1310.48	c #Conflicts:    1021000 | #Constraints:      29148
1301.24/1310.48	c #Conflicts:    1022000 | #Constraints:      30148
1301.24/1310.48	c #Conflicts:    1023000 | #Constraints:      31148
1301.24/1310.48	c #Conflicts:    1024000 | #Constraints:      32148
1301.24/1310.48	c #Conflicts:    1025000 | #Constraints:      33148
1301.24/1310.48	c #Conflicts:    1026000 | #Constraints:      34148
1301.24/1310.48	c #Conflicts:    1027000 | #Constraints:      35148
1301.24/1310.48	c #Conflicts:    1028000 | #Constraints:      36148
1301.24/1310.48	c #Conflicts:    1029000 | #Constraints:      37148
1301.24/1310.48	c #Conflicts:    1030000 | #Constraints:      38148
1301.24/1310.48	c #Conflicts:    1031000 | #Constraints:      39148
1301.24/1310.48	c #Conflicts:    1032000 | #Constraints:      40148
1301.24/1310.48	c #Conflicts:    1033000 | #Constraints:      41148
1301.24/1310.48	c #Conflicts:    1034000 | #Constraints:      42149
1301.24/1310.48	c #Conflicts:    1035000 | #Constraints:      43150
1301.24/1310.48	c #Conflicts:    1036000 | #Constraints:      44151
1301.24/1310.48	c #Conflicts:    1037000 | #Constraints:      45152
1301.24/1310.48	c #Conflicts:    1038000 | #Constraints:      46153
1301.24/1310.48	c #Conflicts:    1039000 | #Constraints:      47155
1301.24/1310.48	c #Conflicts:    1040000 | #Constraints:      48156
1301.24/1310.48	c #Conflicts:    1041000 | #Constraints:      49158
1301.24/1310.48	c INPROCESSING
1301.24/1310.48	c GARBAGE COLLECT
1301.24/1310.48	c rational objective -40.9499
1319.45/1328.81	c #Conflicts:    1042000 | #Constraints:      26697
1319.45/1328.81	c #Conflicts:    1043000 | #Constraints:      27700
1319.45/1328.81	c #Conflicts:    1044000 | #Constraints:      28700
1319.45/1328.81	c #Conflicts:    1045000 | #Constraints:      29700
1319.45/1328.81	c #Conflicts:    1046000 | #Constraints:      30700
1319.45/1328.81	c #Conflicts:    1047000 | #Constraints:      31701
1319.45/1328.81	c #Conflicts:    1048000 | #Constraints:      32701
1319.45/1328.81	c #Conflicts:    1049000 | #Constraints:      33701
1319.45/1328.81	c #Conflicts:    1050000 | #Constraints:      34701
1319.45/1328.81	c #Conflicts:    1051000 | #Constraints:      35701
1319.45/1328.81	c #Conflicts:    1052000 | #Constraints:      36701
1319.45/1328.81	c #Conflicts:    1053000 | #Constraints:      37701
1319.45/1328.81	c #Conflicts:    1054000 | #Constraints:      38701
1319.45/1328.81	c #Conflicts:    1055000 | #Constraints:      39701
1319.45/1328.81	c #Conflicts:    1056000 | #Constraints:      40701
1319.45/1328.81	c #Conflicts:    1057000 | #Constraints:      41701
1319.45/1328.81	c #Conflicts:    1058000 | #Constraints:      42701
1319.45/1328.81	c #Conflicts:    1059000 | #Constraints:      43701
1319.45/1328.81	c #Conflicts:    1060000 | #Constraints:      44702
1319.45/1328.81	c #Conflicts:    1061000 | #Constraints:      45702
1319.45/1328.81	c #Conflicts:    1062000 | #Constraints:      46702
1319.45/1328.81	c #Conflicts:    1063000 | #Constraints:      47702
1319.45/1328.81	c #Conflicts:    1064000 | #Constraints:      48702
1319.45/1328.81	c INPROCESSING
1319.45/1328.81	c GARBAGE COLLECT
1319.45/1328.81	WSVECS04 Frhs2[7]: 6 -45.5795 0 shouldn't be
1319.45/1328.81	WSVECS04 Frhs2[9]: 6 0 2.38681 shouldn't be
1319.45/1328.81	WSVECS04 Frhs2[60]: 6 0 6.62165 shouldn't be
1319.45/1328.81	WSVECS04 Frhs2[62]: 6 0 53.4684 shouldn't be
1319.45/1328.81	WSVECS04 Frhs2[69]: 6 0 3.83193 shouldn't be
1319.45/1328.81	WSVECS04 Frhs2[86]: 6 0 9.78976 shouldn't be
1319.45/1328.81	WSVECS04 Frhs2[89]: 6 0 1.80556 shouldn't be
1319.45/1328.81	WSVECS04 Frhs2[101]: 6 0 8.68784 shouldn't be
1319.45/1328.81	WSVECS04 Frhs2[103]: 6 0 0.883071 shouldn't be
1319.45/1328.81	WSVECS04 Frhs2[117]: 6 -13.9505 0 shouldn't be
1320.26/1329.65	WSVECS04 Frhs2[469]: 6 0 0.00123279 shouldn't be
1336.90/1346.34	WSVECS04 Frhs2[7]: 6 -45.5794 0 shouldn't be
1336.90/1346.34	WSVECS04 Frhs2[60]: 6 0 6.62156 shouldn't be
1336.90/1346.34	WSVECS04 Frhs2[86]: 6 0 9.78973 shouldn't be
1336.90/1346.34	WSVECS04 Frhs2[117]: 6 -13.9504 0 shouldn't be
1339.01/1348.43	WSVECS04 Frhs2[69]: 6 0 3.83184 shouldn't be
1339.01/1348.43	WSVECS04 Frhs2[89]: 6 0 1.8055 shouldn't be
1339.90/1349.30	WSVECS04 Frhs2[469]: 6 0 0.00120254 shouldn't be
1403.04/1412.72	c #Conflicts:    1065000 | #Constraints:      26855
1403.04/1412.72	c #Conflicts:    1066000 | #Constraints:      27855
1403.04/1412.72	c #Conflicts:    1067000 | #Constraints:      28855
1403.04/1412.72	c #Conflicts:    1068000 | #Constraints:      29855
1403.04/1412.72	c #Conflicts:    1069000 | #Constraints:      30856
1403.04/1412.72	c #Conflicts:    1070000 | #Constraints:      31856
1403.04/1412.72	c #Conflicts:    1071000 | #Constraints:      32856
1403.04/1412.72	c #Conflicts:    1072000 | #Constraints:      33856
1403.04/1412.72	c #Conflicts:    1073000 | #Constraints:      34856
1403.04/1412.72	c #Conflicts:    1074000 | #Constraints:      35856
1403.04/1412.72	c #Conflicts:    1075000 | #Constraints:      36856
1403.04/1412.72	c #Conflicts:    1076000 | #Constraints:      37856
1403.04/1412.72	c #Conflicts:    1077000 | #Constraints:      38856
1403.04/1412.72	c #Conflicts:    1078000 | #Constraints:      39856
1403.04/1412.72	c #Conflicts:    1079000 | #Constraints:      40856
1403.04/1412.72	c #Conflicts:    1080000 | #Constraints:      41856
1403.04/1412.72	c #Conflicts:    1081000 | #Constraints:      42856
1403.04/1412.72	c #Conflicts:    1082000 | #Constraints:      43856
1403.04/1412.72	c #Conflicts:    1083000 | #Constraints:      44856
1403.04/1412.72	c #Conflicts:    1084000 | #Constraints:      45856
1403.04/1412.72	c #Conflicts:    1085000 | #Constraints:      46856
1403.04/1412.72	c #Conflicts:    1086000 | #Constraints:      47856
1403.04/1412.72	c #Conflicts:    1087000 | #Constraints:      48856
1403.04/1412.72	c #Conflicts:    1088000 | #Constraints:      49856
1403.04/1412.72	c #Conflicts:    1089000 | #Constraints:      50856
1403.04/1412.72	c #Conflicts:    1090000 | #Constraints:      51856
1403.04/1412.72	c #Conflicts:    1091000 | #Constraints:      52856
1403.04/1412.72	c #Conflicts:    1092000 | #Constraints:      53856
1403.04/1412.72	c #Conflicts:    1093000 | #Constraints:      54856
1403.04/1412.72	c #Conflicts:    1094000 | #Constraints:      55856
1403.04/1412.72	c #Conflicts:    1095000 | #Constraints:      56856
1403.04/1412.72	c #Conflicts:    1096000 | #Constraints:      57856
1403.04/1412.72	c #Conflicts:    1097000 | #Constraints:      58856
1403.04/1412.72	c #Conflicts:    1098000 | #Constraints:      59856
1403.04/1412.72	c #Conflicts:    1099000 | #Constraints:      60856
1403.04/1412.72	c #Conflicts:    1100000 | #Constraints:      61856
1403.04/1412.72	c #Conflicts:    1101000 | #Constraints:      62856
1403.04/1412.72	c #Conflicts:    1102000 | #Constraints:      63856
1403.04/1412.72	c #Conflicts:    1103000 | #Constraints:      64856
1403.04/1412.72	c #Conflicts:    1104000 | #Constraints:      65856
1403.04/1412.72	c #Conflicts:    1105000 | #Constraints:      66856
1403.04/1412.72	c #Conflicts:    1106000 | #Constraints:      67856
1403.04/1412.72	c #Conflicts:    1107000 | #Constraints:      68856
1403.04/1412.72	c #Conflicts:    1108000 | #Constraints:      69856
1403.04/1412.72	c #Conflicts:    1109000 | #Constraints:      70856
1403.04/1412.72	c #Conflicts:    1110000 | #Constraints:      71856
1403.04/1412.72	c #Conflicts:    1111000 | #Constraints:      72856
1403.04/1412.72	c #Conflicts:    1112000 | #Constraints:      73856
1403.04/1412.72	c #Conflicts:    1113000 | #Constraints:      74856
1403.04/1412.72	c #Conflicts:    1114000 | #Constraints:      75856
1403.04/1412.72	c #Conflicts:    1115000 | #Constraints:      76856
1403.04/1412.72	c #Conflicts:    1116000 | #Constraints:      77856
1403.04/1412.72	c #Conflicts:    1117000 | #Constraints:      78856
1403.04/1412.72	c #Conflicts:    1118000 | #Constraints:      79856
1403.04/1412.72	c #Conflicts:    1119000 | #Constraints:      80856
1403.04/1412.72	c #Conflicts:    1120000 | #Constraints:      81856
1403.04/1412.72	c #Conflicts:    1121000 | #Constraints:      82856
1403.04/1412.72	c #Conflicts:    1122000 | #Constraints:      83856
1403.04/1412.72	c #Conflicts:    1123000 | #Constraints:      84856
1403.04/1412.72	c #Conflicts:    1124000 | #Constraints:      85856
1403.04/1412.72	c #Conflicts:    1125000 | #Constraints:      86856
1403.04/1412.72	c #Conflicts:    1126000 | #Constraints:      87856
1403.04/1412.72	c #Conflicts:    1127000 | #Constraints:      88856
1403.04/1412.72	c bounds -28 >= -79 @ 1388.13
1428.60/1438.49	c #Conflicts:    1128000 | #Constraints:      89892
1428.60/1438.49	c #Conflicts:    1129000 | #Constraints:      90892
1428.60/1438.49	c #Conflicts:    1130000 | #Constraints:      91892
1428.60/1438.49	c #Conflicts:    1131000 | #Constraints:      92893
1428.60/1438.49	c #Conflicts:    1132000 | #Constraints:      93893
1428.60/1438.49	c #Conflicts:    1133000 | #Constraints:      94893
1428.60/1438.49	c #Conflicts:    1134000 | #Constraints:      95894
1428.60/1438.49	c #Conflicts:    1135000 | #Constraints:      96894
1428.60/1438.49	c #Conflicts:    1136000 | #Constraints:      97895
1428.60/1438.49	c #Conflicts:    1137000 | #Constraints:      98897
1428.60/1438.49	c #Conflicts:    1138000 | #Constraints:      99898
1428.60/1438.49	c #Conflicts:    1139000 | #Constraints:     100898
1428.60/1438.49	c #Conflicts:    1140000 | #Constraints:     101898
1428.60/1438.49	c #Conflicts:    1141000 | #Constraints:     102898
1428.60/1438.49	c #Conflicts:    1142000 | #Constraints:     103899
1428.60/1438.49	c #Conflicts:    1143000 | #Constraints:     104899
1428.60/1438.49	c #Conflicts:    1144000 | #Constraints:     105899
1428.60/1438.49	c #Conflicts:    1145000 | #Constraints:     106899
1428.60/1438.49	c #Conflicts:    1146000 | #Constraints:     107899
1428.60/1438.49	c #Conflicts:    1147000 | #Constraints:     108899
1428.60/1438.49	c #Conflicts:    1148000 | #Constraints:     109899
1428.60/1438.49	c #Conflicts:    1149000 | #Constraints:     110899
1428.60/1438.49	c #Conflicts:    1150000 | #Constraints:     111900
1428.60/1438.49	c INPROCESSING
1428.60/1438.49	c GARBAGE COLLECT
1428.60/1438.49	c rational objective -40.9499
1455.77/1465.75	c #Conflicts:    1151000 | #Constraints:      58456
1455.77/1465.75	c #Conflicts:    1152000 | #Constraints:      59463
1455.77/1465.75	c #Conflicts:    1153000 | #Constraints:      60467
1455.77/1465.75	c #Conflicts:    1154000 | #Constraints:      61469
1455.77/1465.75	c #Conflicts:    1155000 | #Constraints:      62472
1455.77/1465.75	c #Conflicts:    1156000 | #Constraints:      63474
1455.77/1465.75	c #Conflicts:    1157000 | #Constraints:      64475
1455.77/1465.75	c #Conflicts:    1158000 | #Constraints:      65475
1455.77/1465.75	c #Conflicts:    1159000 | #Constraints:      66482
1455.77/1465.75	c #Conflicts:    1160000 | #Constraints:      67487
1455.77/1465.75	c #Conflicts:    1161000 | #Constraints:      68493
1455.77/1465.75	c #Conflicts:    1162000 | #Constraints:      69503
1455.77/1465.75	c #Conflicts:    1163000 | #Constraints:      70503
1455.77/1465.75	c #Conflicts:    1164000 | #Constraints:      71504
1455.77/1465.75	c #Conflicts:    1165000 | #Constraints:      72507
1455.77/1465.75	c #Conflicts:    1166000 | #Constraints:      73508
1455.77/1465.75	c #Conflicts:    1167000 | #Constraints:      74514
1455.77/1465.75	c #Conflicts:    1168000 | #Constraints:      75522
1455.77/1465.75	c #Conflicts:    1169000 | #Constraints:      76528
1455.77/1465.75	c #Conflicts:    1170000 | #Constraints:      77531
1455.77/1465.75	c #Conflicts:    1171000 | #Constraints:      78535
1455.77/1465.75	c #Conflicts:    1172000 | #Constraints:      79538
1455.77/1465.75	c #Conflicts:    1173000 | #Constraints:      80544
1455.77/1465.75	c INPROCESSING
1455.77/1465.75	c GARBAGE COLLECT
1455.77/1465.75	c rational objective -40.9499
1484.25/1494.36	c #Conflicts:    1174000 | #Constraints:      42571
1484.25/1494.36	c #Conflicts:    1175000 | #Constraints:      43571
1484.25/1494.36	c #Conflicts:    1176000 | #Constraints:      44572
1484.25/1494.36	c #Conflicts:    1177000 | #Constraints:      45572
1484.25/1494.36	c #Conflicts:    1178000 | #Constraints:      46572
1484.25/1494.36	c #Conflicts:    1179000 | #Constraints:      47572
1484.25/1494.36	c #Conflicts:    1180000 | #Constraints:      48572
1484.25/1494.36	c #Conflicts:    1181000 | #Constraints:      49572
1484.25/1494.36	c #Conflicts:    1182000 | #Constraints:      50572
1484.25/1494.36	c #Conflicts:    1183000 | #Constraints:      51572
1484.25/1494.36	c #Conflicts:    1184000 | #Constraints:      52572
1484.25/1494.36	c #Conflicts:    1185000 | #Constraints:      53572
1484.25/1494.36	c #Conflicts:    1186000 | #Constraints:      54572
1484.25/1494.36	c #Conflicts:    1187000 | #Constraints:      55572
1484.25/1494.36	c #Conflicts:    1188000 | #Constraints:      56572
1484.25/1494.36	c #Conflicts:    1189000 | #Constraints:      57572
1484.25/1494.36	c #Conflicts:    1190000 | #Constraints:      58572
1484.25/1494.36	c #Conflicts:    1191000 | #Constraints:      59572
1484.25/1494.36	c #Conflicts:    1192000 | #Constraints:      60573
1484.25/1494.36	c #Conflicts:    1193000 | #Constraints:      61573
1484.25/1494.36	c #Conflicts:    1194000 | #Constraints:      62573
1484.25/1494.36	c #Conflicts:    1195000 | #Constraints:      63573
1484.25/1494.36	c #Conflicts:    1196000 | #Constraints:      64573
1484.25/1494.36	c #Conflicts:    1197000 | #Constraints:      65573
1484.25/1494.36	c INPROCESSING
1484.25/1494.36	c GARBAGE COLLECT
1484.25/1494.36	c rational objective -40.9499
1507.37/1517.53	c #Conflicts:    1198000 | #Constraints:      35186
1507.37/1517.53	c #Conflicts:    1199000 | #Constraints:      36187
1507.37/1517.53	c #Conflicts:    1200000 | #Constraints:      37188
1507.37/1517.53	c #Conflicts:    1201000 | #Constraints:      38188
1507.37/1517.53	c #Conflicts:    1202000 | #Constraints:      39189
1507.37/1517.53	c #Conflicts:    1203000 | #Constraints:      40194
1507.37/1517.53	c #Conflicts:    1204000 | #Constraints:      41194
1507.37/1517.53	c #Conflicts:    1205000 | #Constraints:      42194
1507.37/1517.53	c #Conflicts:    1206000 | #Constraints:      43194
1507.37/1517.53	c #Conflicts:    1207000 | #Constraints:      44194
1507.37/1517.53	c #Conflicts:    1208000 | #Constraints:      45195
1507.37/1517.53	c #Conflicts:    1209000 | #Constraints:      46198
1507.37/1517.53	c #Conflicts:    1210000 | #Constraints:      47202
1507.37/1517.53	c #Conflicts:    1211000 | #Constraints:      48205
1507.37/1517.53	c #Conflicts:    1212000 | #Constraints:      49208
1507.37/1517.53	c #Conflicts:    1213000 | #Constraints:      50211
1507.37/1517.53	c #Conflicts:    1214000 | #Constraints:      51211
1507.37/1517.53	c #Conflicts:    1215000 | #Constraints:      52211
1507.37/1517.53	c #Conflicts:    1216000 | #Constraints:      53212
1507.37/1517.53	c #Conflicts:    1217000 | #Constraints:      54212
1507.37/1517.53	c #Conflicts:    1218000 | #Constraints:      55212
1507.37/1517.53	c #Conflicts:    1219000 | #Constraints:      56218
1507.37/1517.53	c #Conflicts:    1220000 | #Constraints:      57223
1507.37/1517.53	c #Conflicts:    1221000 | #Constraints:      58233
1507.37/1517.53	c INPROCESSING
1507.37/1517.53	c GARBAGE COLLECT
1507.37/1517.53	c rational objective -40.9499
1530.95/1541.27	c #Conflicts:    1222000 | #Constraints:      31738
1530.95/1541.27	c #Conflicts:    1223000 | #Constraints:      32739
1530.95/1541.27	c #Conflicts:    1224000 | #Constraints:      33739
1530.95/1541.27	c #Conflicts:    1225000 | #Constraints:      34739
1530.95/1541.27	c #Conflicts:    1226000 | #Constraints:      35739
1530.95/1541.27	c #Conflicts:    1227000 | #Constraints:      36739
1530.95/1541.27	c #Conflicts:    1228000 | #Constraints:      37739
1530.95/1541.27	c #Conflicts:    1229000 | #Constraints:      38739
1530.95/1541.27	c #Conflicts:    1230000 | #Constraints:      39739
1530.95/1541.27	c #Conflicts:    1231000 | #Constraints:      40739
1530.95/1541.27	c #Conflicts:    1232000 | #Constraints:      41739
1530.95/1541.27	c #Conflicts:    1233000 | #Constraints:      42739
1530.95/1541.27	c #Conflicts:    1234000 | #Constraints:      43739
1530.95/1541.27	c #Conflicts:    1235000 | #Constraints:      44739
1530.95/1541.27	c #Conflicts:    1236000 | #Constraints:      45739
1530.95/1541.27	c #Conflicts:    1237000 | #Constraints:      46739
1530.95/1541.27	c #Conflicts:    1238000 | #Constraints:      47739
1530.95/1541.27	c #Conflicts:    1239000 | #Constraints:      48739
1530.95/1541.27	c #Conflicts:    1240000 | #Constraints:      49739
1530.95/1541.27	c #Conflicts:    1241000 | #Constraints:      50739
1530.95/1541.27	c #Conflicts:    1242000 | #Constraints:      51739
1530.95/1541.27	c #Conflicts:    1243000 | #Constraints:      52739
1530.95/1541.27	c #Conflicts:    1244000 | #Constraints:      53739
1530.95/1541.27	c #Conflicts:    1245000 | #Constraints:      54739
1530.95/1541.27	c INPROCESSING
1530.95/1541.27	c GARBAGE COLLECT
1530.95/1541.27	c rational objective -40.9499
1538.30/1548.66	c #Conflicts:    1246000 | #Constraints:      29876
1538.30/1548.66	c #Conflicts:    1247000 | #Constraints:      30876
1538.30/1548.66	c #Conflicts:    1248000 | #Constraints:      31876
1538.30/1548.66	c #Conflicts:    1249000 | #Constraints:      32876
1538.30/1548.66	c #Conflicts:    1250000 | #Constraints:      33876
1538.30/1548.66	c #Conflicts:    1251000 | #Constraints:      34877
1538.30/1548.66	c #Conflicts:    1252000 | #Constraints:      35878
1538.30/1548.66	WSVECS04 Frhs2[14]: 6 0 44.2763 shouldn't be
1538.30/1548.66	WSVECS04 Frhs2[23]: 6 0 95.9813 shouldn't be
1538.30/1548.66	WSVECS04 Frhs2[62]: 6 0 49.143 shouldn't be
1538.30/1548.66	WSVECS04 Frhs2[100]: 6 0 125.572 shouldn't be
1538.30/1548.66	WSVECS04 Frhs2[105]: 6 -153.126 0 shouldn't be
1538.30/1548.66	WSVECS04 Frhs2[106]: 6 -73.8437 0 shouldn't be
1539.49/1549.85	WSVECS04 Frhs2[14]: 6 0 44.2762 shouldn't be
1539.49/1549.85	WSVECS04 Frhs2[16]: 6 0 25.4578 shouldn't be
1539.49/1549.85	WSVECS04 Frhs2[23]: 6 0 95.9813 shouldn't be
1539.49/1549.85	WSVECS04 Frhs2[62]: 6 0 49.143 shouldn't be
1539.49/1549.85	WSVECS04 Frhs2[100]: 6 0 125.572 shouldn't be
1539.49/1549.85	WSVECS04 Frhs2[103]: 6 0 3.65865 shouldn't be
1539.49/1549.85	WSVECS04 Frhs2[105]: 6 -153.126 0 shouldn't be
1539.49/1549.85	WSVECS04 Frhs2[106]: 6 -73.8436 0 shouldn't be
1555.83/1566.26	c #Conflicts:    1253000 | #Constraints:      36878
1555.83/1566.26	c #Conflicts:    1254000 | #Constraints:      37878
1555.83/1566.26	c #Conflicts:    1255000 | #Constraints:      38878
1555.83/1566.26	c #Conflicts:    1256000 | #Constraints:      39878
1555.83/1566.26	c #Conflicts:    1257000 | #Constraints:      40878
1555.83/1566.26	c #Conflicts:    1258000 | #Constraints:      41878
1555.83/1566.26	c #Conflicts:    1259000 | #Constraints:      42878
1555.83/1566.26	c #Conflicts:    1260000 | #Constraints:      43878
1555.83/1566.26	c #Conflicts:    1261000 | #Constraints:      44878
1555.83/1566.26	c #Conflicts:    1262000 | #Constraints:      45878
1555.83/1566.26	c #Conflicts:    1263000 | #Constraints:      46878
1555.83/1566.26	c #Conflicts:    1264000 | #Constraints:      47878
1555.83/1566.26	c #Conflicts:    1265000 | #Constraints:      48878
1555.83/1566.26	c #Conflicts:    1266000 | #Constraints:      49878
1555.83/1566.26	c #Conflicts:    1267000 | #Constraints:      50878
1555.83/1566.26	c #Conflicts:    1268000 | #Constraints:      51878
1555.83/1566.26	c #Conflicts:    1269000 | #Constraints:      52878
1555.83/1566.26	c INPROCESSING
1555.83/1566.26	c GARBAGE COLLECT
1555.83/1566.26	c rational objective -40.9499
1702.44/1713.77	c #Conflicts:    1270000 | #Constraints:      28839
1702.44/1713.77	c #Conflicts:    1271000 | #Constraints:      29840
1702.44/1713.77	c #Conflicts:    1272000 | #Constraints:      30840
1702.44/1713.77	c #Conflicts:    1273000 | #Constraints:      31847
1702.44/1713.77	c #Conflicts:    1274000 | #Constraints:      32850
1702.44/1713.77	c #Conflicts:    1275000 | #Constraints:      33857
1702.44/1713.77	c #Conflicts:    1276000 | #Constraints:      34865
1702.44/1713.77	c #Conflicts:    1277000 | #Constraints:      35867
1702.44/1713.77	c #Conflicts:    1278000 | #Constraints:      36870
1702.44/1713.77	c #Conflicts:    1279000 | #Constraints:      37870
1702.44/1713.77	c #Conflicts:    1280000 | #Constraints:      38872
1702.44/1713.77	c #Conflicts:    1281000 | #Constraints:      39875
1702.44/1713.77	c #Conflicts:    1282000 | #Constraints:      40875
1702.44/1713.77	c #Conflicts:    1283000 | #Constraints:      41876
1702.44/1713.77	c #Conflicts:    1284000 | #Constraints:      42879
1702.44/1713.77	c #Conflicts:    1285000 | #Constraints:      43881
1702.44/1713.77	c #Conflicts:    1286000 | #Constraints:      44884
1702.44/1713.77	c #Conflicts:    1287000 | #Constraints:      45888
1702.44/1713.77	c #Conflicts:    1288000 | #Constraints:      46890
1702.44/1713.77	c #Conflicts:    1289000 | #Constraints:      47890
1702.44/1713.77	c #Conflicts:    1290000 | #Constraints:      48890
1702.44/1713.77	c #Conflicts:    1291000 | #Constraints:      49892
1702.44/1713.77	c #Conflicts:    1292000 | #Constraints:      50894
1702.44/1713.77	c #Conflicts:    1293000 | #Constraints:      51897
1702.44/1713.77	c #Conflicts:    1294000 | #Constraints:      52903
1702.44/1713.77	c #Conflicts:    1295000 | #Constraints:      53904
1702.44/1713.77	c #Conflicts:    1296000 | #Constraints:      54910
1702.44/1713.77	c #Conflicts:    1297000 | #Constraints:      55911
1702.44/1713.77	c #Conflicts:    1298000 | #Constraints:      56912
1702.44/1713.77	c #Conflicts:    1299000 | #Constraints:      57912
1702.44/1713.77	c #Conflicts:    1300000 | #Constraints:      58914
1702.44/1713.77	c #Conflicts:    1301000 | #Constraints:      59915
1702.44/1713.77	c #Conflicts:    1302000 | #Constraints:      60915
1702.44/1713.77	c #Conflicts:    1303000 | #Constraints:      61915
1702.44/1713.77	c #Conflicts:    1304000 | #Constraints:      62915
1702.44/1713.77	c #Conflicts:    1305000 | #Constraints:      63915
1702.44/1713.77	c #Conflicts:    1306000 | #Constraints:      64915
1702.44/1713.77	c #Conflicts:    1307000 | #Constraints:      65915
1702.44/1713.77	c #Conflicts:    1308000 | #Constraints:      66916
1702.44/1713.77	c #Conflicts:    1309000 | #Constraints:      67921
1702.44/1713.77	c #Conflicts:    1310000 | #Constraints:      68921
1702.44/1713.77	c #Conflicts:    1311000 | #Constraints:      69922
1702.44/1713.77	c #Conflicts:    1312000 | #Constraints:      70922
1702.44/1713.77	c #Conflicts:    1313000 | #Constraints:      71926
1702.44/1713.77	c #Conflicts:    1314000 | #Constraints:      72929
1702.44/1713.77	c #Conflicts:    1315000 | #Constraints:      73931
1702.44/1713.77	c #Conflicts:    1316000 | #Constraints:      74932
1702.44/1713.77	c #Conflicts:    1317000 | #Constraints:      75933
1702.44/1713.77	c #Conflicts:    1318000 | #Constraints:      76937
1702.44/1713.77	c #Conflicts:    1319000 | #Constraints:      77938
1702.44/1713.77	c #Conflicts:    1320000 | #Constraints:      78941
1702.44/1713.77	c #Conflicts:    1321000 | #Constraints:      79945
1702.44/1713.77	c #Conflicts:    1322000 | #Constraints:      80949
1702.44/1713.77	c #Conflicts:    1323000 | #Constraints:      81949
1702.44/1713.77	c #Conflicts:    1324000 | #Constraints:      82953
1702.44/1713.77	c #Conflicts:    1325000 | #Constraints:      83953
1702.44/1713.77	c #Conflicts:    1326000 | #Constraints:      84956
1702.44/1713.77	c #Conflicts:    1327000 | #Constraints:      85963
1702.44/1713.77	c #Conflicts:    1328000 | #Constraints:      86963
1702.44/1713.77	c #Conflicts:    1329000 | #Constraints:      87967
1702.44/1713.77	c #Conflicts:    1330000 | #Constraints:      88969
1702.44/1713.77	c #Conflicts:    1331000 | #Constraints:      89973
1702.44/1713.77	c #Conflicts:    1332000 | #Constraints:      90975
1702.44/1713.77	c #Conflicts:    1333000 | #Constraints:      91975
1702.44/1713.77	c #Conflicts:    1334000 | #Constraints:      92977
1702.44/1713.77	c #Conflicts:    1335000 | #Constraints:      93982
1702.44/1713.77	c #Conflicts:    1336000 | #Constraints:      94985
1702.44/1713.77	c #Conflicts:    1337000 | #Constraints:      95985
1702.44/1713.77	c #Conflicts:    1338000 | #Constraints:      96985
1702.44/1713.77	c #Conflicts:    1339000 | #Constraints:      97986
1702.44/1713.77	c #Conflicts:    1340000 | #Constraints:      98987
1702.44/1713.77	c #Conflicts:    1341000 | #Constraints:      99987
1702.44/1713.77	c #Conflicts:    1342000 | #Constraints:     100987
1702.44/1713.77	c #Conflicts:    1343000 | #Constraints:     101990
1702.44/1713.77	c #Conflicts:    1344000 | #Constraints:     102992
1702.44/1713.77	c #Conflicts:    1345000 | #Constraints:     103992
1702.44/1713.77	c #Conflicts:    1346000 | #Constraints:     104992
1702.44/1713.77	c #Conflicts:    1347000 | #Constraints:     105996
1702.44/1713.77	c #Conflicts:    1348000 | #Constraints:     106997
1757.33/1768.89	c #Conflicts:    1349000 | #Constraints:     108001
1757.33/1768.89	c #Conflicts:    1350000 | #Constraints:     109001
1757.33/1768.89	c #Conflicts:    1351000 | #Constraints:     110001
1757.33/1768.89	c #Conflicts:    1352000 | #Constraints:     111003
1757.33/1768.89	c #Conflicts:    1353000 | #Constraints:     112007
1757.33/1768.89	c #Conflicts:    1354000 | #Constraints:     113008
1757.33/1768.89	c #Conflicts:    1355000 | #Constraints:     114009
1757.33/1768.89	c #Conflicts:    1356000 | #Constraints:     115011
1757.33/1768.89	c #Conflicts:    1357000 | #Constraints:     116012
1757.33/1768.89	c #Conflicts:    1358000 | #Constraints:     117013
1757.33/1768.89	c #Conflicts:    1359000 | #Constraints:     118013
1757.33/1768.89	c #Conflicts:    1360000 | #Constraints:     119013
1757.33/1768.89	c #Conflicts:    1361000 | #Constraints:     120013
1757.33/1768.89	c #Conflicts:    1362000 | #Constraints:     121014
1757.33/1768.89	c INPROCESSING
1757.33/1768.89	c GARBAGE COLLECT
1757.33/1768.89	c rational objective -40.9499
1803.62/1815.37	c #Conflicts:    1363000 | #Constraints:      62659
1803.62/1815.37	c #Conflicts:    1364000 | #Constraints:      63659
1803.62/1815.37	c #Conflicts:    1365000 | #Constraints:      64660
1803.62/1815.37	c #Conflicts:    1366000 | #Constraints:      65664
1803.62/1815.37	c #Conflicts:    1367000 | #Constraints:      66664
1803.62/1815.37	c #Conflicts:    1368000 | #Constraints:      67664
1803.62/1815.37	c #Conflicts:    1369000 | #Constraints:      68664
1803.62/1815.37	c #Conflicts:    1370000 | #Constraints:      69664
1803.62/1815.37	c #Conflicts:    1371000 | #Constraints:      70664
1803.62/1815.37	c #Conflicts:    1372000 | #Constraints:      71664
1803.62/1815.37	c #Conflicts:    1373000 | #Constraints:      72664
1803.62/1815.37	c #Conflicts:    1374000 | #Constraints:      73664
1803.62/1815.37	c #Conflicts:    1375000 | #Constraints:      74664
1803.62/1815.37	c #Conflicts:    1376000 | #Constraints:      75664
1803.62/1815.37	c #Conflicts:    1377000 | #Constraints:      76664
1803.62/1815.37	c #Conflicts:    1378000 | #Constraints:      77664
1803.62/1815.37	c #Conflicts:    1379000 | #Constraints:      78664
1803.62/1815.37	c #Conflicts:    1380000 | #Constraints:      79664
1803.62/1815.37	c #Conflicts:    1381000 | #Constraints:      80664
1803.62/1815.37	c #Conflicts:    1382000 | #Constraints:      81664
1803.62/1815.37	c #Conflicts:    1383000 | #Constraints:      82664
1803.62/1815.37	c #Conflicts:    1384000 | #Constraints:      83664
1803.62/1815.37	c #Conflicts:    1385000 | #Constraints:      84664
1803.62/1815.37	c #Conflicts:    1386000 | #Constraints:      85664
1803.62/1815.37	c #Conflicts:    1387000 | #Constraints:      86664
1803.62/1815.37	c #Conflicts:    1388000 | #Constraints:      87664
1803.62/1815.37	c INPROCESSING
1803.62/1815.37	c GARBAGE COLLECT
1803.62/1815.37	c rational objective -40.9499
1815.10/1826.82	c #Conflicts:    1389000 | #Constraints:      46134
1815.10/1826.82	c #Conflicts:    1390000 | #Constraints:      47134
1815.10/1826.82	c #Conflicts:    1391000 | #Constraints:      48134
1815.10/1826.82	c #Conflicts:    1392000 | #Constraints:      49134
1815.10/1826.82	c #Conflicts:    1393000 | #Constraints:      50134
1815.10/1826.82	c #Conflicts:    1394000 | #Constraints:      51134
1815.10/1826.82	c #Conflicts:    1395000 | #Constraints:      52134
1815.10/1826.82	c #Conflicts:    1396000 | #Constraints:      53134
1815.10/1826.82	c #Conflicts:    1397000 | #Constraints:      54134
1815.10/1826.82	c #Conflicts:    1398000 | #Constraints:      55134
1815.10/1826.82	c #Conflicts:    1399000 | #Constraints:      56134
1815.10/1826.82	c #Conflicts:    1400000 | #Constraints:      57134
1815.10/1826.82	WSVECS04 Frhs2[16]: 6 0 4.51481 shouldn't be
1815.10/1826.82	WSVECS04 Frhs2[23]: 6 0 12.5597 shouldn't be
1815.10/1826.82	WSVECS04 Frhs2[55]: 6 0 11.4315 shouldn't be
1815.10/1826.82	WSVECS04 Frhs2[72]: 6 0 1 shouldn't be
1815.10/1826.82	WSVECS04 Frhs2[100]: 6 0 2.5264 shouldn't be
1815.10/1826.82	WSVECS04 Frhs2[101]: 6 0 2.39416 shouldn't be
1815.10/1826.82	WSVECS04 Frhs2[118]: 6 0 8.74046 shouldn't be
1829.26/1841.03	c #Conflicts:    1401000 | #Constraints:      58134
1829.26/1841.03	c #Conflicts:    1402000 | #Constraints:      59134
1829.26/1841.03	c #Conflicts:    1403000 | #Constraints:      60135
1829.26/1841.03	c #Conflicts:    1404000 | #Constraints:      61135
1829.26/1841.03	c #Conflicts:    1405000 | #Constraints:      62135
1829.26/1841.03	c #Conflicts:    1406000 | #Constraints:      63135
1829.26/1841.03	c #Conflicts:    1407000 | #Constraints:      64135
1829.26/1841.03	c #Conflicts:    1408000 | #Constraints:      65135
1829.26/1841.03	c #Conflicts:    1409000 | #Constraints:      66135
1829.26/1841.03	c #Conflicts:    1410000 | #Constraints:      67135
1829.26/1841.03	c #Conflicts:    1411000 | #Constraints:      68135
1829.26/1841.03	c #Conflicts:    1412000 | #Constraints:      69135
1829.26/1841.03	c #Conflicts:    1413000 | #Constraints:      70135
1829.26/1841.03	c #Conflicts:    1414000 | #Constraints:      71136
1829.26/1841.03	c INPROCESSING
1829.26/1841.03	c GARBAGE COLLECT
1829.26/1841.03	WSVECS04 Frhs2[1]: 6 0 0.23779 shouldn't be
1829.26/1841.03	WSVECS04 Frhs2[7]: 6 0 2.70855 shouldn't be
1829.26/1841.03	WSVECS04 Frhs2[8]: 6 0 14.5419 shouldn't be
1829.26/1841.03	WSVECS04 Frhs2[14]: 6 0 42.5049 shouldn't be
1829.26/1841.03	WSVECS04 Frhs2[18]: 6 0 4.41422 shouldn't be
1829.26/1841.03	WSVECS04 Frhs2[41]: 6 0 0.525144 shouldn't be
1829.26/1841.03	WSVECS04 Frhs2[47]: 6 -24.5884 0 shouldn't be
1829.26/1841.03	WSVECS04 Frhs2[60]: 6 0 130.103 shouldn't be
1829.26/1841.03	WSVECS04 Frhs2[62]: 6 0 243.578 shouldn't be
1829.26/1841.03	WSVECS04 Frhs2[69]: 6 0 13.3234 shouldn't be
1829.26/1841.03	WSVECS04 Frhs2[74]: 6 0 1.69757 shouldn't be
1829.26/1841.03	WSVECS04 Frhs2[83]: 6 0 0.722714 shouldn't be
1829.26/1841.03	WSVECS04 Frhs2[86]: 6 0 87.6223 shouldn't be
1829.26/1841.03	WSVECS04 Frhs2[87]: 6 -0.808852 0 shouldn't be
1829.26/1841.03	WSVECS04 Frhs2[88]: 6 -165.454 0 shouldn't be
1829.26/1841.03	WSVECS04 Frhs2[94]: 6 -29.1234 0 shouldn't be
1829.26/1841.03	WSVECS04 Frhs2[103]: 6 0 9.54702 shouldn't be
1829.26/1841.03	WSVECS04 Frhs2[117]: 6 0 48.1931 shouldn't be
1830.74/1842.52	WSVECS04 Frhs2[716]: 6 -0.000666504 0 shouldn't be
1830.74/1842.52	WSVECS04 Frhs2[717]: 6 -0.000714798 0 shouldn't be
1830.74/1842.52	WSVECS04 Frhs2[719]: 6 -0.000680339 0 shouldn't be
1830.74/1842.52	WSVECS04 Frhs2[722]: 6 -0.000718667 0 shouldn't be
1830.74/1842.52	WSVECS04 Frhs2[726]: 6 -0.000655518 0 shouldn't be
1830.74/1842.52	WSVECS04 Frhs2[727]: 6 -0.000669775 0 shouldn't be
1830.74/1842.52	WSVECS04 Frhs2[728]: 6 -0.000662472 0 shouldn't be
1830.74/1842.52	WSVECS04 Frhs2[729]: 6 -0.000515882 0 shouldn't be
1830.74/1842.52	WSVECS04 Frhs2[730]: 6 -0.000656393 0 shouldn't be
1831.35/1843.19	WSVECS04 Frhs2[721]: 6 -0.000662374 0 shouldn't be
1835.13/1846.97	WSVECS04 Frhs2[63]: 6 0 3.23356 shouldn't be
1838.63/1850.44	WSVECS04 Frhs2[47]: 6 -24.5883 0 shouldn't be
1838.63/1850.44	WSVECS04 Frhs2[62]: 6 0 243.578 shouldn't be
1838.63/1850.44	WSVECS04 Frhs2[69]: 6 0 13.3234 shouldn't be
1838.63/1850.44	WSVECS04 Frhs2[88]: 6 -165.454 0 shouldn't be
1838.63/1850.44	WSVECS04 Frhs2[722]: 6 -0.000641566 0 shouldn't be
1839.92/1851.71	WSVECS04 Frhs2[1]: 6 0 0.237732 shouldn't be
1839.92/1851.71	WSVECS04 Frhs2[74]: 6 0 1.69748 shouldn't be
1839.92/1851.71	WSVECS04 Frhs2[718]: 6 -0.000641388 0 shouldn't be
1839.92/1851.71	WSVECS04 Frhs2[719]: 6 -0.000640957 0 shouldn't be
1839.92/1851.71	WSVECS04 Frhs2[726]: 6 -0.000641411 0 shouldn't be
1839.92/1851.71	WSVECS04 Frhs2[728]: 6 -0.000640823 0 shouldn't be
1841.12/1852.98	WSVECS04 Frhs2[41]: 6 0 0.525124 shouldn't be
1841.12/1852.98	WSVECS04 Frhs2[721]: 6 -0.000641507 0 shouldn't be
1842.22/1854.03	WSVECS04 Frhs2[717]: 6 -0.000641535 0 shouldn't be
1843.41/1855.26	WSVECS04 Frhs2[43]: 6 0 1 shouldn't be
1843.41/1855.26	WSVECS04 Frhs2[727]: 6 -0.000641338 0 shouldn't be
1844.62/1856.44	WSVECS04 Frhs2[60]: 6 0 130.103 shouldn't be
1844.62/1856.44	WSVECS04 Frhs2[63]: 6 0 3.23349 shouldn't be
1844.62/1856.44	WSVECS04 Frhs2[94]: 6 -29.1233 0 shouldn't be
1845.51/1857.32	WSVECS04 Frhs2[86]: 6 0 87.6223 shouldn't be
1846.41/1858.21	WSVECS04 Frhs2[716]: 6 -0.00064159 0 shouldn't be
1847.21/1859.06	WSVECS04 Frhs2[7]: 6 0 2.70852 shouldn't be
1847.21/1859.06	WSVECS04 Frhs2[14]: 6 0 42.5048 shouldn't be
1847.21/1859.06	WSVECS04 Frhs2[730]: 6 -0.000641579 0 shouldn't be
1848.91/1860.76	WSVECS04 Frhs2[729]: 6 -0.000498439 0 shouldn't be
1850.50/1862.32	WSVECS04 Frhs2[18]: 6 0 4.41419 shouldn't be
1850.50/1862.32	WSVECS04 Frhs2[103]: 6 0 9.54693 shouldn't be
1850.50/1862.32	WSVECS04 Frhs2[117]: 6 0 48.193 shouldn't be
1852.00/1863.87	WSVECS04 Frhs2[8]: 6 0 14.5418 shouldn't be
1852.00/1863.87	WSVECS04 Frhs2[83]: 6 0 0.722642 shouldn't be
1861.67/1873.56	c #Conflicts:    1415000 | #Constraints:      38035
1861.67/1873.56	c #Conflicts:    1416000 | #Constraints:      39035
1861.67/1873.56	c #Conflicts:    1417000 | #Constraints:      40035
1861.67/1873.56	c #Conflicts:    1418000 | #Constraints:      41035
1861.67/1873.56	c #Conflicts:    1419000 | #Constraints:      42035
1861.67/1873.56	c #Conflicts:    1420000 | #Constraints:      43035
1861.67/1873.56	c #Conflicts:    1421000 | #Constraints:      44035
1861.67/1873.56	c #Conflicts:    1422000 | #Constraints:      45035
1861.67/1873.56	c #Conflicts:    1423000 | #Constraints:      46035
1861.67/1873.56	c #Conflicts:    1424000 | #Constraints:      47035
1861.67/1873.56	WSVECS04 Frhs2[43]: 6 0 1 shouldn't be
1861.67/1873.56	WSVECS04 Frhs2[76]: 6 -23.5963 0 shouldn't be
1861.67/1873.56	WSVECS04 Frhs2[118]: 6 -4.80917 0 shouldn't be
1862.37/1874.22	WSVECS04 Frhs2[3]: 6 -1.60739 0 shouldn't be
1863.66/1875.51	WSVECS04 Frhs2[32]: 6 0 2.41169 shouldn't be
1863.66/1875.51	WSVECS04 Frhs2[116]: 6 0 1 shouldn't be
1877.15/1889.12	c #Conflicts:    1425000 | #Constraints:      48035
1877.15/1889.12	c #Conflicts:    1426000 | #Constraints:      49035
1877.15/1889.12	c #Conflicts:    1427000 | #Constraints:      50035
1877.15/1889.12	c #Conflicts:    1428000 | #Constraints:      51035
1877.15/1889.12	c #Conflicts:    1429000 | #Constraints:      52035
1877.15/1889.12	c #Conflicts:    1430000 | #Constraints:      53035
1877.15/1889.12	c #Conflicts:    1431000 | #Constraints:      54035
1877.15/1889.12	c #Conflicts:    1432000 | #Constraints:      55035
1877.15/1889.12	c #Conflicts:    1433000 | #Constraints:      56035
1877.15/1889.12	c #Conflicts:    1434000 | #Constraints:      57035
1877.15/1889.12	c #Conflicts:    1435000 | #Constraints:      58035
1877.15/1889.12	c #Conflicts:    1436000 | #Constraints:      59035
1877.15/1889.12	c #Conflicts:    1437000 | #Constraints:      60035
1877.15/1889.12	c #Conflicts:    1438000 | #Constraints:      61035
1877.15/1889.12	c #Conflicts:    1439000 | #Constraints:      62036
1877.15/1889.12	WSVECS04 Frhs2[5]: 6 0 0.863372 shouldn't be
1877.15/1889.12	WSVECS04 Frhs2[13]: 6 0 0.00323366 shouldn't be
1877.15/1889.12	WSVECS04 Frhs2[16]: 6 0 0.768241 shouldn't be
1877.15/1889.12	WSVECS04 Frhs2[28]: 6 -1.37405 0 shouldn't be
1877.15/1889.12	WSVECS04 Frhs2[29]: 6 -3.96707 0 shouldn't be
1877.15/1889.12	WSVECS04 Frhs2[31]: 6 0 0.826603 shouldn't be
1877.15/1889.12	WSVECS04 Frhs2[39]: 6 -2.75834 0 shouldn't be
1877.15/1889.12	WSVECS04 Frhs2[41]: 6 0 0.924808 shouldn't be
1877.15/1889.12	WSVECS04 Frhs2[42]: 6 -6.46223 0 shouldn't be
1877.15/1889.12	WSVECS04 Frhs2[43]: 6 0 1.00004 shouldn't be
1877.15/1889.12	WSVECS04 Frhs2[45]: 6 -4.63091 0 shouldn't be
1877.15/1889.12	WSVECS04 Frhs2[46]: 6 -2.77256 0 shouldn't be
1877.15/1889.12	WSVECS04 Frhs2[48]: 6 -2.85673 0 shouldn't be
1877.15/1889.12	WSVECS04 Frhs2[49]: 6 -2.48861 0 shouldn't be
1877.15/1889.12	WSVECS04 Frhs2[57]: 6 0 0.93466 shouldn't be
1877.15/1889.12	WSVECS04 Frhs2[62]: 6 0 0.709072 shouldn't be
1877.15/1889.12	WSVECS04 Frhs2[64]: 6 0 0.874261 shouldn't be
1877.15/1889.12	WSVECS04 Frhs2[72]: 6 0 1.00003 shouldn't be
1877.15/1889.12	WSVECS04 Frhs2[79]: 6 0 0.758466 shouldn't be
1877.15/1889.12	WSVECS04 Frhs2[82]: 6 0 0.853778 shouldn't be
1877.15/1889.12	WSVECS04 Frhs2[83]: 6 0 0.956132 shouldn't be
1877.15/1889.12	WSVECS04 Frhs2[87]: 6 -2.14537 0 shouldn't be
1877.15/1889.12	WSVECS04 Frhs2[92]: 6 -1.60243 0 shouldn't be
1877.15/1889.12	WSVECS04 Frhs2[93]: 6 -2.1818 0 shouldn't be
1877.15/1889.12	WSVECS04 Frhs2[94]: 6 -1.51049 0 shouldn't be
1877.15/1889.12	WSVECS04 Frhs2[100]: 6 0 0.281674 shouldn't be
1877.15/1889.12	WSVECS04 Frhs2[101]: 6 0 0.841353 shouldn't be
1877.15/1889.12	WSVECS04 Frhs2[102]: 6 0 0.85629 shouldn't be
1877.15/1889.12	WSVECS04 Frhs2[103]: 6 0 0.95813 shouldn't be
1877.15/1889.12	WSVECS04 Frhs2[106]: 6 -0.190638 0 shouldn't be
1877.15/1889.12	WSVECS04 Frhs2[108]: 6 -4.76236 0 shouldn't be
1877.15/1889.12	WSVECS04 Frhs2[113]: 6 -2.05699 0 shouldn't be
1878.15/1890.16	WSVECS04 Frhs2[36]: 6 -2.69901 0 shouldn't be
1882.24/1894.29	c #Conflicts:    1440000 | #Constraints:      63036
1882.24/1894.29	c INPROCESSING
1882.24/1894.29	c GARBAGE COLLECT
1882.24/1894.29	c rational objective -40.9397
1911.49/1923.68	c #Conflicts:    1441000 | #Constraints:      33775
1911.49/1923.68	c #Conflicts:    1442000 | #Constraints:      34775
1911.49/1923.68	c #Conflicts:    1443000 | #Constraints:      35775
1911.49/1923.68	c #Conflicts:    1444000 | #Constraints:      36775
1911.49/1923.68	c #Conflicts:    1445000 | #Constraints:      37775
1911.49/1923.68	c #Conflicts:    1446000 | #Constraints:      38775
1911.49/1923.68	c #Conflicts:    1447000 | #Constraints:      39775
1911.49/1923.68	c #Conflicts:    1448000 | #Constraints:      40775
1911.49/1923.68	c #Conflicts:    1449000 | #Constraints:      41775
1911.49/1923.68	c #Conflicts:    1450000 | #Constraints:      42775
1911.49/1923.68	c #Conflicts:    1451000 | #Constraints:      43775
1911.49/1923.68	c #Conflicts:    1452000 | #Constraints:      44775
1911.49/1923.68	c #Conflicts:    1453000 | #Constraints:      45775
1911.49/1923.68	c #Conflicts:    1454000 | #Constraints:      46775
1911.49/1923.68	c #Conflicts:    1455000 | #Constraints:      47775
1911.49/1923.68	c #Conflicts:    1456000 | #Constraints:      48775
1911.49/1923.68	c #Conflicts:    1457000 | #Constraints:      49775
1911.49/1923.68	c #Conflicts:    1458000 | #Constraints:      50775
1911.49/1923.68	c #Conflicts:    1459000 | #Constraints:      51775
1911.49/1923.68	c #Conflicts:    1460000 | #Constraints:      52775
1911.49/1923.68	c #Conflicts:    1461000 | #Constraints:      53775
1911.49/1923.68	c #Conflicts:    1462000 | #Constraints:      54775
1911.49/1923.68	c #Conflicts:    1463000 | #Constraints:      55775
1911.49/1923.68	c #Conflicts:    1464000 | #Constraints:      56775
1911.49/1923.68	c #Conflicts:    1465000 | #Constraints:      57775
1911.49/1923.68	c #Conflicts:    1466000 | #Constraints:      58775
1911.49/1923.68	c INPROCESSING
1911.49/1923.68	c GARBAGE COLLECT
1911.49/1923.68	c rational objective -40.9397
1941.17/1953.43	c #Conflicts:    1467000 | #Constraints:      31851
1941.17/1953.43	c #Conflicts:    1468000 | #Constraints:      32851
1941.17/1953.43	c #Conflicts:    1469000 | #Constraints:      33851
1941.17/1953.43	c #Conflicts:    1470000 | #Constraints:      34851
1941.17/1953.43	c #Conflicts:    1471000 | #Constraints:      35851
1941.17/1953.43	c #Conflicts:    1472000 | #Constraints:      36851
1941.17/1953.43	c #Conflicts:    1473000 | #Constraints:      37851
1941.17/1953.43	c #Conflicts:    1474000 | #Constraints:      38851
1941.17/1953.43	c #Conflicts:    1475000 | #Constraints:      39851
1941.17/1953.43	c #Conflicts:    1476000 | #Constraints:      40851
1941.17/1953.43	c #Conflicts:    1477000 | #Constraints:      41851
1941.17/1953.43	c #Conflicts:    1478000 | #Constraints:      42851
1941.17/1953.43	c #Conflicts:    1479000 | #Constraints:      43851
1941.17/1953.43	c #Conflicts:    1480000 | #Constraints:      44851
1941.17/1953.43	c #Conflicts:    1481000 | #Constraints:      45851
1941.17/1953.43	c #Conflicts:    1482000 | #Constraints:      46851
1941.17/1953.43	c #Conflicts:    1483000 | #Constraints:      47851
1941.17/1953.43	c #Conflicts:    1484000 | #Constraints:      48851
1941.17/1953.43	c #Conflicts:    1485000 | #Constraints:      49851
1941.17/1953.43	c #Conflicts:    1486000 | #Constraints:      50851
1941.17/1953.43	c #Conflicts:    1487000 | #Constraints:      51851
1941.17/1953.43	c #Conflicts:    1488000 | #Constraints:      52851
1941.17/1953.43	c #Conflicts:    1489000 | #Constraints:      53851
1941.17/1953.43	c #Conflicts:    1490000 | #Constraints:      54851
1941.17/1953.43	c #Conflicts:    1491000 | #Constraints:      55851
1941.17/1953.43	c #Conflicts:    1492000 | #Constraints:      56851
1941.17/1953.43	c INPROCESSING
1941.17/1953.43	c GARBAGE COLLECT
1941.17/1953.43	c rational objective -40.9397
1971.04/1983.44	c #Conflicts:    1493000 | #Constraints:      30720
1971.04/1983.44	c #Conflicts:    1494000 | #Constraints:      31720
1971.04/1983.44	c #Conflicts:    1495000 | #Constraints:      32720
1971.04/1983.44	c #Conflicts:    1496000 | #Constraints:      33720
1971.04/1983.44	c #Conflicts:    1497000 | #Constraints:      34720
1971.04/1983.44	c #Conflicts:    1498000 | #Constraints:      35720
1971.04/1983.44	c #Conflicts:    1499000 | #Constraints:      36720
1971.04/1983.44	c #Conflicts:    1500000 | #Constraints:      37720
1971.04/1983.44	c #Conflicts:    1501000 | #Constraints:      38720
1971.04/1983.44	c #Conflicts:    1502000 | #Constraints:      39720
1971.04/1983.44	c #Conflicts:    1503000 | #Constraints:      40720
1971.04/1983.44	c #Conflicts:    1504000 | #Constraints:      41720
1971.04/1983.44	c #Conflicts:    1505000 | #Constraints:      42720
1971.04/1983.44	c #Conflicts:    1506000 | #Constraints:      43720
1971.04/1983.44	c #Conflicts:    1507000 | #Constraints:      44720
1971.04/1983.44	c #Conflicts:    1508000 | #Constraints:      45720
1971.04/1983.44	c #Conflicts:    1509000 | #Constraints:      46720
1971.04/1983.44	c #Conflicts:    1510000 | #Constraints:      47720
1971.04/1983.44	c #Conflicts:    1511000 | #Constraints:      48720
1971.04/1983.44	c #Conflicts:    1512000 | #Constraints:      49720
1971.04/1983.44	c #Conflicts:    1513000 | #Constraints:      50720
1971.04/1983.44	c #Conflicts:    1514000 | #Constraints:      51720
1971.04/1983.44	c #Conflicts:    1515000 | #Constraints:      52720
1971.04/1983.44	c #Conflicts:    1516000 | #Constraints:      53720
1971.04/1983.44	c #Conflicts:    1517000 | #Constraints:      54720
1971.04/1983.44	c #Conflicts:    1518000 | #Constraints:      55720
1971.04/1983.44	c INPROCESSING
1971.04/1983.44	c GARBAGE COLLECT
1971.04/1983.44	c rational objective -40.9397
1996.71/2009.20	c #Conflicts:    1519000 | #Constraints:      29911
1996.71/2009.20	c #Conflicts:    1520000 | #Constraints:      30911
1996.71/2009.20	c #Conflicts:    1521000 | #Constraints:      31911
1996.71/2009.20	c #Conflicts:    1522000 | #Constraints:      32911
1996.71/2009.20	c #Conflicts:    1523000 | #Constraints:      33911
1996.71/2009.20	c #Conflicts:    1524000 | #Constraints:      34911
1996.71/2009.20	c #Conflicts:    1525000 | #Constraints:      35911
1996.71/2009.20	c #Conflicts:    1526000 | #Constraints:      36911
1996.71/2009.20	c #Conflicts:    1527000 | #Constraints:      37911
1996.71/2009.20	c #Conflicts:    1528000 | #Constraints:      38911
1996.71/2009.20	c #Conflicts:    1529000 | #Constraints:      39911
1996.71/2009.20	c #Conflicts:    1530000 | #Constraints:      40911
1996.71/2009.20	c #Conflicts:    1531000 | #Constraints:      41911
1996.71/2009.20	c #Conflicts:    1532000 | #Constraints:      42911
1996.71/2009.20	c #Conflicts:    1533000 | #Constraints:      43911
1996.71/2009.20	c #Conflicts:    1534000 | #Constraints:      44911
1996.71/2009.20	c #Conflicts:    1535000 | #Constraints:      45912
1996.71/2009.20	c #Conflicts:    1536000 | #Constraints:      46912
1996.71/2009.20	c #Conflicts:    1537000 | #Constraints:      47912
1996.71/2009.20	c #Conflicts:    1538000 | #Constraints:      48912
1996.71/2009.20	c #Conflicts:    1539000 | #Constraints:      49912
1996.71/2009.20	c #Conflicts:    1540000 | #Constraints:      50912
1996.71/2009.20	c #Conflicts:    1541000 | #Constraints:      51912
1996.71/2009.20	c #Conflicts:    1542000 | #Constraints:      52912
1996.71/2009.20	c #Conflicts:    1543000 | #Constraints:      53912
1996.71/2009.20	c #Conflicts:    1544000 | #Constraints:      54912
1996.71/2009.20	c #Conflicts:    1545000 | #Constraints:      55912
1996.71/2009.20	c #Conflicts:    1546000 | #Constraints:      56912
1996.71/2009.20	c #Conflicts:    1547000 | #Constraints:      57913
1996.71/2009.20	WSVECS04 Frhs2[350]: 6 0 0.000268095 shouldn't be
2028.39/2041.04	c #Conflicts:    1548000 | #Constraints:      58913
2028.39/2041.04	c #Conflicts:    1549000 | #Constraints:      59913
2028.39/2041.04	c #Conflicts:    1550000 | #Constraints:      60913
2028.39/2041.04	c #Conflicts:    1551000 | #Constraints:      61914
2028.39/2041.04	c #Conflicts:    1552000 | #Constraints:      62914
2028.39/2041.04	c #Conflicts:    1553000 | #Constraints:      63914
2028.39/2041.04	c #Conflicts:    1554000 | #Constraints:      64914
2028.39/2041.04	c #Conflicts:    1555000 | #Constraints:      65914
2028.39/2041.04	c #Conflicts:    1556000 | #Constraints:      66914
2028.39/2041.04	c #Conflicts:    1557000 | #Constraints:      67914
2028.39/2041.04	c #Conflicts:    1558000 | #Constraints:      68914
2028.39/2041.04	c #Conflicts:    1559000 | #Constraints:      69914
2028.39/2041.04	c #Conflicts:    1560000 | #Constraints:      70914
2028.39/2041.04	c #Conflicts:    1561000 | #Constraints:      71914
2028.39/2041.04	c #Conflicts:    1562000 | #Constraints:      72914
2028.39/2041.04	c #Conflicts:    1563000 | #Constraints:      73914
2028.39/2041.04	c #Conflicts:    1564000 | #Constraints:      74915
2028.39/2041.04	c #Conflicts:    1565000 | #Constraints:      75915
2028.39/2041.04	c #Conflicts:    1566000 | #Constraints:      76915
2028.39/2041.04	c #Conflicts:    1567000 | #Constraints:      77915
2028.39/2041.04	c #Conflicts:    1568000 | #Constraints:      78915
2028.39/2041.04	c #Conflicts:    1569000 | #Constraints:      79915
2028.39/2041.04	c #Conflicts:    1570000 | #Constraints:      80915
2028.39/2041.04	c #Conflicts:    1571000 | #Constraints:      81915
2028.39/2041.04	c #Conflicts:    1572000 | #Constraints:      82915
2028.39/2041.04	c #Conflicts:    1573000 | #Constraints:      83915
2028.39/2041.04	c #Conflicts:    1574000 | #Constraints:      84915
2028.39/2041.04	c #Conflicts:    1575000 | #Constraints:      85915
2028.39/2041.04	c #Conflicts:    1576000 | #Constraints:      86915
2028.39/2041.04	c #Conflicts:    1577000 | #Constraints:      87915
2028.39/2041.04	WSVECS04 Frhs2[16]: 6 0 13.54 shouldn't be
2028.39/2041.04	WSVECS04 Frhs2[54]: 6 0 3.37388 shouldn't be
2028.39/2041.04	WSVECS04 Frhs2[106]: 6 -28.3471 0 shouldn't be
2044.74/2057.43	c #Conflicts:    1578000 | #Constraints:      88915
2044.74/2057.43	c #Conflicts:    1579000 | #Constraints:      89915
2044.74/2057.43	c #Conflicts:    1580000 | #Constraints:      90915
2044.74/2057.43	c #Conflicts:    1581000 | #Constraints:      91916
2044.74/2057.43	c #Conflicts:    1582000 | #Constraints:      92916
2044.74/2057.43	c #Conflicts:    1583000 | #Constraints:      93916
2044.74/2057.43	c #Conflicts:    1584000 | #Constraints:      94916
2044.74/2057.43	c #Conflicts:    1585000 | #Constraints:      95916
2044.74/2057.43	c #Conflicts:    1586000 | #Constraints:      96916
2044.74/2057.43	c #Conflicts:    1587000 | #Constraints:      97916
2044.74/2057.43	c #Conflicts:    1588000 | #Constraints:      98916
2044.74/2057.43	c #Conflicts:    1589000 | #Constraints:      99916
2044.74/2057.43	c #Conflicts:    1590000 | #Constraints:     100916
2044.74/2057.43	WSVECS04 Frhs2[14]: 6 0 9.54806 shouldn't be
2044.74/2057.43	WSVECS04 Frhs2[21]: 6 0 6.85461 shouldn't be
2044.74/2057.43	WSVECS04 Frhs2[55]: 6 0 7.73814 shouldn't be
2044.74/2057.43	WSVECS04 Frhs2[85]: 6 0 3.71379 shouldn't be
2044.74/2057.43	WSVECS04 Frhs2[92]: 6 0 2.34446 shouldn't be
2044.74/2057.43	WSVECS04 Frhs2[98]: 6 0 1.14525 shouldn't be
2044.74/2057.43	WSVECS04 Frhs2[105]: 6 -15.493 0 shouldn't be
2060.86/2073.68	c #Conflicts:    1591000 | #Constraints:     101916
2060.86/2073.68	c #Conflicts:    1592000 | #Constraints:     102916
2060.86/2073.68	c #Conflicts:    1593000 | #Constraints:     103916
2060.86/2073.68	c #Conflicts:    1594000 | #Constraints:     104916
2060.86/2073.68	c #Conflicts:    1595000 | #Constraints:     105916
2060.86/2073.68	c #Conflicts:    1596000 | #Constraints:     106916
2060.86/2073.68	c #Conflicts:    1597000 | #Constraints:     107916
2060.86/2073.68	c #Conflicts:    1598000 | #Constraints:     108916
2060.86/2073.68	c #Conflicts:    1599000 | #Constraints:     109916
2060.86/2073.68	c #Conflicts:    1600000 | #Constraints:     110916
2060.86/2073.68	c bounds -28 >= -78 @ 2040.24
2090.16/2103.43	c #Conflicts:    1601000 | #Constraints:     111949
2090.16/2103.43	c #Conflicts:    1602000 | #Constraints:     112949
2090.16/2103.43	c #Conflicts:    1603000 | #Constraints:     113949
2090.16/2103.43	c #Conflicts:    1604000 | #Constraints:     114949
2090.16/2103.43	c #Conflicts:    1605000 | #Constraints:     115949
2090.16/2103.43	c #Conflicts:    1606000 | #Constraints:     116949
2090.16/2103.43	c #Conflicts:    1607000 | #Constraints:     117949
2090.16/2103.43	c #Conflicts:    1608000 | #Constraints:     118949
2090.16/2103.43	c #Conflicts:    1609000 | #Constraints:     119949
2090.16/2103.43	c #Conflicts:    1610000 | #Constraints:     120949
2090.16/2103.43	c #Conflicts:    1611000 | #Constraints:     121949
2090.16/2103.43	c #Conflicts:    1612000 | #Constraints:     122949
2090.16/2103.43	c #Conflicts:    1613000 | #Constraints:     123949
2090.16/2103.43	c #Conflicts:    1614000 | #Constraints:     124949
2090.16/2103.43	c #Conflicts:    1615000 | #Constraints:     125949
2090.16/2103.43	c #Conflicts:    1616000 | #Constraints:     126949
2090.16/2103.43	c #Conflicts:    1617000 | #Constraints:     127949
2090.16/2103.43	c #Conflicts:    1618000 | #Constraints:     128949
2090.16/2103.43	c #Conflicts:    1619000 | #Constraints:     129949
2090.16/2103.43	c #Conflicts:    1620000 | #Constraints:     130949
2090.16/2103.43	c #Conflicts:    1621000 | #Constraints:     131949
2090.16/2103.43	c INPROCESSING
2090.16/2103.43	c GARBAGE COLLECT
2090.16/2103.43	c rational objective -40.9397
2113.73/2127.18	c #Conflicts:    1622000 | #Constraints:      68010
2113.73/2127.18	c #Conflicts:    1623000 | #Constraints:      69010
2113.73/2127.18	c #Conflicts:    1624000 | #Constraints:      70011
2113.73/2127.18	c #Conflicts:    1625000 | #Constraints:      71011
2113.73/2127.18	c #Conflicts:    1626000 | #Constraints:      72011
2113.73/2127.18	c #Conflicts:    1627000 | #Constraints:      73011
2113.73/2127.18	c #Conflicts:    1628000 | #Constraints:      74011
2113.73/2127.18	c #Conflicts:    1629000 | #Constraints:      75011
2113.73/2127.18	c #Conflicts:    1630000 | #Constraints:      76011
2113.73/2127.18	c #Conflicts:    1631000 | #Constraints:      77011
2113.73/2127.18	c #Conflicts:    1632000 | #Constraints:      78011
2113.73/2127.18	c #Conflicts:    1633000 | #Constraints:      79011
2113.73/2127.18	c #Conflicts:    1634000 | #Constraints:      80011
2113.73/2127.18	c #Conflicts:    1635000 | #Constraints:      81011
2113.73/2127.18	c #Conflicts:    1636000 | #Constraints:      82011
2113.73/2127.18	c #Conflicts:    1637000 | #Constraints:      83011
2113.73/2127.18	c #Conflicts:    1638000 | #Constraints:      84011
2113.73/2127.18	c #Conflicts:    1639000 | #Constraints:      85011
2113.73/2127.18	WSVECS04 Frhs2[45]: 6 0 0.584814 shouldn't be
2114.63/2128.01	WSVECS04 Frhs2[8]: 6 0 1.29719 shouldn't be
2116.91/2130.33	WSVECS04 Frhs2[45]: 6 0 0.584767 shouldn't be
2118.52/2131.90	WSVECS04 Frhs2[80]: 6 0 6.06155 shouldn't be
2118.52/2131.90	WSVECS04 Frhs2[85]: 6 0 8.48997 shouldn't be
2120.91/2134.36	WSVECS04 Frhs2[1]: 6 0 1 shouldn't be
2120.91/2134.36	WSVECS04 Frhs2[3]: 6 0 2.40164 shouldn't be
2126.90/2140.32	WSVECS04 Frhs2[8]: 6 0 1.29714 shouldn't be
2143.44/2156.96	c #Conflicts:    1640000 | #Constraints:      86011
2143.44/2156.96	c #Conflicts:    1641000 | #Constraints:      87011
2143.44/2156.96	c #Conflicts:    1642000 | #Constraints:      88011
2143.44/2156.96	c #Conflicts:    1643000 | #Constraints:      89011
2143.44/2156.96	c #Conflicts:    1644000 | #Constraints:      90011
2143.44/2156.96	c #Conflicts:    1645000 | #Constraints:      91011
2143.44/2156.96	c #Conflicts:    1646000 | #Constraints:      92011
2143.44/2156.96	c #Conflicts:    1647000 | #Constraints:      93011
2143.44/2156.96	c #Conflicts:    1648000 | #Constraints:      94011
2143.44/2156.96	c #Conflicts:    1649000 | #Constraints:      95011
2143.44/2156.96	c INPROCESSING
2143.44/2156.96	c GARBAGE COLLECT
2143.44/2156.96	c rational objective -40.9397
2171.82/2185.40	c #Conflicts:    1650000 | #Constraints:      50023
2171.82/2185.40	c #Conflicts:    1651000 | #Constraints:      51023
2171.82/2185.40	c #Conflicts:    1652000 | #Constraints:      52023
2171.82/2185.40	c #Conflicts:    1653000 | #Constraints:      53023
2171.82/2185.40	c #Conflicts:    1654000 | #Constraints:      54023
2171.82/2185.40	c #Conflicts:    1655000 | #Constraints:      55023
2171.82/2185.40	c #Conflicts:    1656000 | #Constraints:      56023
2171.82/2185.40	c #Conflicts:    1657000 | #Constraints:      57023
2171.82/2185.40	c #Conflicts:    1658000 | #Constraints:      58023
2171.82/2185.40	c #Conflicts:    1659000 | #Constraints:      59023
2171.82/2185.40	c #Conflicts:    1660000 | #Constraints:      60023
2171.82/2185.40	c #Conflicts:    1661000 | #Constraints:      61023
2171.82/2185.40	c #Conflicts:    1662000 | #Constraints:      62023
2171.82/2185.40	c #Conflicts:    1663000 | #Constraints:      63023
2171.82/2185.40	c #Conflicts:    1664000 | #Constraints:      64023
2171.82/2185.40	c #Conflicts:    1665000 | #Constraints:      65023
2171.82/2185.40	c #Conflicts:    1666000 | #Constraints:      66024
2171.82/2185.40	c #Conflicts:    1667000 | #Constraints:      67024
2171.82/2185.40	c #Conflicts:    1668000 | #Constraints:      68024
2171.82/2185.40	c #Conflicts:    1669000 | #Constraints:      69024
2171.82/2185.40	c #Conflicts:    1670000 | #Constraints:      70024
2171.82/2185.40	c #Conflicts:    1671000 | #Constraints:      71024
2171.82/2185.40	c #Conflicts:    1672000 | #Constraints:      72024
2171.82/2185.40	c #Conflicts:    1673000 | #Constraints:      73024
2171.82/2185.40	c #Conflicts:    1674000 | #Constraints:      74024
2171.82/2185.40	c #Conflicts:    1675000 | #Constraints:      75024
2171.82/2185.40	c #Conflicts:    1676000 | #Constraints:      76024
2171.82/2185.40	c #Conflicts:    1677000 | #Constraints:      77024
2171.82/2185.40	c INPROCESSING
2171.82/2185.40	c GARBAGE COLLECT
2171.82/2185.40	WSVECS04 Frhs2[9]: 6 0 4.89319 shouldn't be
2171.82/2185.40	WSVECS04 Frhs2[11]: 6 -1.74283 0 shouldn't be
2171.82/2185.40	WSVECS04 Frhs2[18]: 6 -1.05288 0 shouldn't be
2171.82/2185.40	WSVECS04 Frhs2[39]: 6 0 4.33476 shouldn't be
2171.82/2185.40	WSVECS04 Frhs2[49]: 6 -10.8547 0 shouldn't be
2171.82/2185.40	WSVECS04 Frhs2[60]: 6 0 10.9823 shouldn't be
2171.82/2185.40	WSVECS04 Frhs2[62]: 6 0 16.6475 shouldn't be
2171.82/2185.40	WSVECS04 Frhs2[69]: 6 0 17.688 shouldn't be
2171.82/2185.40	WSVECS04 Frhs2[72]: 6 -2.55684 0 shouldn't be
2171.82/2185.40	WSVECS04 Frhs2[86]: 6 0 9.70557 shouldn't be
2171.82/2185.40	WSVECS04 Frhs2[89]: 6 -1.85846 0 shouldn't be
2171.82/2185.40	WSVECS04 Frhs2[103]: 6 0 2.26886 shouldn't be
2171.82/2185.40	WSVECS04 Frhs2[117]: 6 0 6.36023 shouldn't be
2172.62/2186.29	WSVECS04 Frhs2[87]: 6 0 9.04268 shouldn't be
2173.53/2187.11	WSVECS04 Frhs2[7]: 6 0 2.04257 shouldn't be
2182.40/2196.06	WSVECS04 Frhs2[11]: 6 -1.74276 0 shouldn't be
2182.40/2196.06	WSVECS04 Frhs2[60]: 6 0 10.9822 shouldn't be
2182.40/2196.06	WSVECS04 Frhs2[69]: 6 0 17.6879 shouldn't be
2182.40/2196.06	WSVECS04 Frhs2[72]: 6 -2.55683 0 shouldn't be
2183.58/2197.23	WSVECS04 Frhs2[49]: 6 -10.8547 0 shouldn't be
2183.58/2197.23	WSVECS04 Frhs2[86]: 6 0 9.70554 shouldn't be
2184.49/2198.18	WSVECS04 Frhs2[9]: 6 0 4.89312 shouldn't be
2184.49/2198.18	WSVECS04 Frhs2[39]: 6 0 4.33471 shouldn't be
2184.49/2198.18	WSVECS04 Frhs2[87]: 6 0 9.04262 shouldn't be
2184.49/2198.18	WSVECS04 Frhs2[89]: 6 -1.85837 0 shouldn't be
2184.49/2198.18	WSVECS04 Frhs2[117]: 6 0 6.36022 shouldn't be
2185.48/2199.14	WSVECS04 Frhs2[7]: 6 0 2.04252 shouldn't be
2186.58/2200.28	WSVECS04 Frhs2[62]: 6 0 16.6475 shouldn't be
2187.68/2201.31	WSVECS04 Frhs2[18]: 6 -1.05285 0 shouldn't be
2187.68/2201.31	WSVECS04 Frhs2[103]: 6 0 2.26878 shouldn't be
2226.58/2240.45	c #Conflicts:    1678000 | #Constraints:      41027
2226.58/2240.45	c #Conflicts:    1679000 | #Constraints:      42027
2226.58/2240.45	c #Conflicts:    1680000 | #Constraints:      43027
2226.58/2240.45	c #Conflicts:    1681000 | #Constraints:      44035
2226.58/2240.45	c #Conflicts:    1682000 | #Constraints:      45045
2226.58/2240.45	c #Conflicts:    1683000 | #Constraints:      46046
2226.58/2240.45	c #Conflicts:    1684000 | #Constraints:      47052
2226.58/2240.45	c #Conflicts:    1685000 | #Constraints:      48059
2226.58/2240.45	c #Conflicts:    1686000 | #Constraints:      49061
2226.58/2240.45	c #Conflicts:    1687000 | #Constraints:      50061
2226.58/2240.45	c #Conflicts:    1688000 | #Constraints:      51064
2226.58/2240.45	c #Conflicts:    1689000 | #Constraints:      52064
2226.58/2240.45	c #Conflicts:    1690000 | #Constraints:      53064
2226.58/2240.45	c #Conflicts:    1691000 | #Constraints:      54064
2226.58/2240.45	c #Conflicts:    1692000 | #Constraints:      55064
2226.58/2240.45	c #Conflicts:    1693000 | #Constraints:      56064
2226.58/2240.45	c #Conflicts:    1694000 | #Constraints:      57064
2226.58/2240.45	c #Conflicts:    1695000 | #Constraints:      58064
2226.58/2240.45	c #Conflicts:    1696000 | #Constraints:      59064
2226.58/2240.45	c #Conflicts:    1697000 | #Constraints:      60064
2226.58/2240.45	c #Conflicts:    1698000 | #Constraints:      61064
2226.58/2240.45	c #Conflicts:    1699000 | #Constraints:      62067
2226.58/2240.45	c #Conflicts:    1700000 | #Constraints:      63068
2226.58/2240.45	c #Conflicts:    1701000 | #Constraints:      64068
2226.58/2240.45	c #Conflicts:    1702000 | #Constraints:      65071
2226.58/2240.45	c #Conflicts:    1703000 | #Constraints:      66072
2226.58/2240.45	c #Conflicts:    1704000 | #Constraints:      67072
2226.58/2240.45	c #Conflicts:    1705000 | #Constraints:      68074
2226.58/2240.45	c INPROCESSING
2226.58/2240.45	c GARBAGE COLLECT
2226.58/2240.45	c rational objective -40.9397
2228.97/2242.85	WSVECS04 Frhs2[15]: 6 -28.0843 0 shouldn't be
2228.97/2242.85	WSVECS04 Frhs2[36]: 6 0 0.315874 shouldn't be
2228.97/2242.85	WSVECS04 Frhs2[68]: 6 0 3.1631 shouldn't be
2262.92/2276.91	c #Conflicts:    1706000 | #Constraints:      36590
2262.92/2276.91	c #Conflicts:    1707000 | #Constraints:      37590
2262.92/2276.91	c #Conflicts:    1708000 | #Constraints:      38590
2262.92/2276.91	c #Conflicts:    1709000 | #Constraints:      39590
2262.92/2276.91	c #Conflicts:    1710000 | #Constraints:      40590
2262.92/2276.91	c #Conflicts:    1711000 | #Constraints:      41590
2262.92/2276.91	c #Conflicts:    1712000 | #Constraints:      42590
2262.92/2276.91	c #Conflicts:    1713000 | #Constraints:      43590
2262.92/2276.91	c #Conflicts:    1714000 | #Constraints:      44590
2262.92/2276.91	c #Conflicts:    1715000 | #Constraints:      45590
2262.92/2276.91	c #Conflicts:    1716000 | #Constraints:      46590
2262.92/2276.91	c #Conflicts:    1717000 | #Constraints:      47590
2262.92/2276.91	c #Conflicts:    1718000 | #Constraints:      48590
2262.92/2276.91	c #Conflicts:    1719000 | #Constraints:      49590
2262.92/2276.91	c #Conflicts:    1720000 | #Constraints:      50590
2262.92/2276.91	c #Conflicts:    1721000 | #Constraints:      51590
2262.92/2276.91	c #Conflicts:    1722000 | #Constraints:      52590
2262.92/2276.91	c #Conflicts:    1723000 | #Constraints:      53590
2262.92/2276.91	c #Conflicts:    1724000 | #Constraints:      54590
2262.92/2276.91	c #Conflicts:    1725000 | #Constraints:      55590
2262.92/2276.91	c #Conflicts:    1726000 | #Constraints:      56590
2262.92/2276.91	c #Conflicts:    1727000 | #Constraints:      57590
2262.92/2276.91	c #Conflicts:    1728000 | #Constraints:      58590
2262.92/2276.91	c #Conflicts:    1729000 | #Constraints:      59590
2262.92/2276.91	c #Conflicts:    1730000 | #Constraints:      60590
2262.92/2276.91	c #Conflicts:    1731000 | #Constraints:      61590
2262.92/2276.91	c #Conflicts:    1732000 | #Constraints:      62590
2262.92/2276.91	c #Conflicts:    1733000 | #Constraints:      63590
2262.92/2276.91	c INPROCESSING
2262.92/2276.91	c GARBAGE COLLECT
2262.92/2276.91	c rational objective -40.9397
2286.00/2300.12	c #Conflicts:    1734000 | #Constraints:      33931
2286.00/2300.12	c #Conflicts:    1735000 | #Constraints:      34931
2286.00/2300.12	c #Conflicts:    1736000 | #Constraints:      35931
2286.00/2300.12	c #Conflicts:    1737000 | #Constraints:      36931
2286.00/2300.12	c #Conflicts:    1738000 | #Constraints:      37931
2286.00/2300.12	c #Conflicts:    1739000 | #Constraints:      38931
2286.00/2300.12	c #Conflicts:    1740000 | #Constraints:      39931
2286.00/2300.12	c #Conflicts:    1741000 | #Constraints:      40931
2286.00/2300.12	c #Conflicts:    1742000 | #Constraints:      41931
2286.00/2300.12	c #Conflicts:    1743000 | #Constraints:      42931
2286.00/2300.12	c #Conflicts:    1744000 | #Constraints:      43931
2286.00/2300.12	c #Conflicts:    1745000 | #Constraints:      44931
2286.00/2300.12	c #Conflicts:    1746000 | #Constraints:      45931
2286.00/2300.12	c #Conflicts:    1747000 | #Constraints:      46931
2286.00/2300.12	c #Conflicts:    1748000 | #Constraints:      47931
2286.00/2300.12	c #Conflicts:    1749000 | #Constraints:      48931
2286.00/2300.12	c #Conflicts:    1750000 | #Constraints:      49931
2286.00/2300.12	c #Conflicts:    1751000 | #Constraints:      50931
2286.00/2300.12	c #Conflicts:    1752000 | #Constraints:      51932
2286.00/2300.12	c #Conflicts:    1753000 | #Constraints:      52932
2286.00/2300.12	c #Conflicts:    1754000 | #Constraints:      53932
2286.00/2300.12	c #Conflicts:    1755000 | #Constraints:      54932
2286.00/2300.12	c #Conflicts:    1756000 | #Constraints:      55932
2286.00/2300.12	c #Conflicts:    1757000 | #Constraints:      56932
2286.00/2300.12	c #Conflicts:    1758000 | #Constraints:      57932
2286.00/2300.12	c #Conflicts:    1759000 | #Constraints:      58932
2286.00/2300.12	c #Conflicts:    1760000 | #Constraints:      59932
2286.00/2300.12	c #Conflicts:    1761000 | #Constraints:      60932
2286.00/2300.12	c #Conflicts:    1762000 | #Constraints:      61932
2286.00/2300.12	c INPROCESSING
2286.00/2300.12	c GARBAGE COLLECT
2286.00/2300.12	WSVECS04 Frhs2[3]: 6 -1.91345 0 shouldn't be
2286.00/2300.12	WSVECS04 Frhs2[7]: 6 0 0.474097 shouldn't be
2286.00/2300.12	WSVECS04 Frhs2[9]: 6 0 0.821943 shouldn't be
2286.00/2300.12	WSVECS04 Frhs2[10]: 6 -10.4425 0 shouldn't be
2286.00/2300.12	WSVECS04 Frhs2[16]: 6 0 8.01081 shouldn't be
2286.00/2300.12	WSVECS04 Frhs2[28]: 6 0 8.8919 shouldn't be
2286.00/2300.12	WSVECS04 Frhs2[35]: 6 0 5.85212 shouldn't be
2286.00/2300.12	WSVECS04 Frhs2[42]: 6 -8.60273 0 shouldn't be
2286.00/2300.12	WSVECS04 Frhs2[47]: 6 0 9.55971 shouldn't be
2286.00/2300.12	WSVECS04 Frhs2[48]: 6 -1.47543 0 shouldn't be
2286.00/2300.12	WSVECS04 Frhs2[54]: 6 0 1.49851 shouldn't be
2286.00/2300.12	WSVECS04 Frhs2[60]: 6 0 7.78062 shouldn't be
2286.00/2300.12	WSVECS04 Frhs2[62]: 6 -25.6354 0 shouldn't be
2286.00/2300.12	WSVECS04 Frhs2[69]: 6 0 10.5465 shouldn't be
2286.00/2300.12	WSVECS04 Frhs2[76]: 6 0 0.355932 shouldn't be
2286.00/2300.12	WSVECS04 Frhs2[82]: 6 0 1.41941 shouldn't be
2286.00/2300.12	WSVECS04 Frhs2[86]: 6 0 5.56532 shouldn't be
2286.00/2300.12	WSVECS04 Frhs2[88]: 6 -1.14143 0 shouldn't be
2286.00/2300.12	WSVECS04 Frhs2[93]: 6 0 8.66439 shouldn't be
2286.00/2300.12	WSVECS04 Frhs2[94]: 6 0 5.44265 shouldn't be
2286.00/2300.12	WSVECS04 Frhs2[95]: 6 -6.54666 0 shouldn't be
2286.00/2300.12	WSVECS04 Frhs2[112]: 6 0 1.63014 shouldn't be
2286.00/2300.12	WSVECS04 Frhs2[113]: 6 0 2.6322 shouldn't be
2286.00/2300.12	WSVECS04 Frhs2[117]: 6 0 4.07784 shouldn't be
2286.80/2300.96	WSVECS04 Frhs2[357]: 6 0 0.00104439 shouldn't be
2322.31/2336.61	c #Conflicts:    1763000 | #Constraints:      33370
2322.31/2336.61	c #Conflicts:    1764000 | #Constraints:      34371
2322.31/2336.61	c #Conflicts:    1765000 | #Constraints:      35371
2322.31/2336.61	c #Conflicts:    1766000 | #Constraints:      36372
2322.31/2336.61	c #Conflicts:    1767000 | #Constraints:      37373
2322.31/2336.61	c #Conflicts:    1768000 | #Constraints:      38373
2322.31/2336.61	c #Conflicts:    1769000 | #Constraints:      39373
2322.31/2336.61	c #Conflicts:    1770000 | #Constraints:      40373
2322.31/2336.61	c #Conflicts:    1771000 | #Constraints:      41376
2322.31/2336.61	c #Conflicts:    1772000 | #Constraints:      42378
2322.31/2336.61	c #Conflicts:    1773000 | #Constraints:      43379
2322.31/2336.61	c #Conflicts:    1774000 | #Constraints:      44379
2322.31/2336.61	c #Conflicts:    1775000 | #Constraints:      45384
2322.31/2336.61	c #Conflicts:    1776000 | #Constraints:      46388
2322.31/2336.61	c #Conflicts:    1777000 | #Constraints:      47389
2322.31/2336.61	c #Conflicts:    1778000 | #Constraints:      48396
2322.31/2336.61	c #Conflicts:    1779000 | #Constraints:      49398
2322.31/2336.61	c #Conflicts:    1780000 | #Constraints:      50398
2322.31/2336.61	c #Conflicts:    1781000 | #Constraints:      51398
2322.31/2336.61	c #Conflicts:    1782000 | #Constraints:      52401
2322.31/2336.61	c #Conflicts:    1783000 | #Constraints:      53403
2322.31/2336.61	c #Conflicts:    1784000 | #Constraints:      54408
2322.31/2336.61	c #Conflicts:    1785000 | #Constraints:      55411
2322.31/2336.61	c #Conflicts:    1786000 | #Constraints:      56412
2322.31/2336.61	c #Conflicts:    1787000 | #Constraints:      57412
2322.31/2336.61	c #Conflicts:    1788000 | #Constraints:      58412
2322.31/2336.61	c #Conflicts:    1789000 | #Constraints:      59412
2322.31/2336.61	c #Conflicts:    1790000 | #Constraints:      60412
2322.31/2336.61	c #Conflicts:    1791000 | #Constraints:      61416
2322.31/2336.61	c INPROCESSING
2322.31/2336.61	c GARBAGE COLLECT
2322.31/2336.61	c rational objective -40.9397
2327.50/2341.83	c #Conflicts:    1792000 | #Constraints:      33384
2327.50/2341.83	c #Conflicts:    1793000 | #Constraints:      34384
2327.50/2341.83	c #Conflicts:    1794000 | #Constraints:      35384
2327.50/2341.83	c #Conflicts:    1795000 | #Constraints:      36384
2327.50/2341.83	c #Conflicts:    1796000 | #Constraints:      37384
2327.50/2341.83	c #Conflicts:    1797000 | #Constraints:      38384
2327.50/2341.83	WSVECS04 Frhs2[8]: 6 -12.2326 0 shouldn't be
2327.50/2341.83	WSVECS04 Frhs2[26]: 6 0 1.88643 shouldn't be
2327.50/2341.83	WSVECS04 Frhs2[47]: 6 -25.2346 0 shouldn't be
2327.50/2341.83	WSVECS04 Frhs2[48]: 6 0 3.14169 shouldn't be
2327.50/2341.83	WSVECS04 Frhs2[55]: 6 0 1.78682 shouldn't be
2327.50/2341.83	WSVECS04 Frhs2[59]: 6 0 4.75103 shouldn't be
2327.50/2341.83	WSVECS04 Frhs2[82]: 6 0 1.18789 shouldn't be
2327.50/2341.83	WSVECS04 Frhs2[104]: 6 0 5.02907 shouldn't be
2328.10/2342.44	WSVECS04 Frhs2[33]: 6 -16.3506 0 shouldn't be
2329.49/2343.83	WSVECS04 Frhs2[95]: 6 0 4.0172 shouldn't be
2330.20/2344.51	WSVECS04 Frhs2[103]: 6 0 1.22815 shouldn't be
2332.79/2347.12	WSVECS04 Frhs2[17]: 6 0 13.9294 shouldn't be
2366.45/2380.99	c #Conflicts:    1798000 | #Constraints:      39384
2366.45/2380.99	c #Conflicts:    1799000 | #Constraints:      40384
2366.45/2380.99	c #Conflicts:    1800000 | #Constraints:      41384
2366.45/2380.99	c #Conflicts:    1801000 | #Constraints:      42384
2366.45/2380.99	c #Conflicts:    1802000 | #Constraints:      43384
2366.45/2380.99	c #Conflicts:    1803000 | #Constraints:      44384
2366.45/2380.99	c #Conflicts:    1804000 | #Constraints:      45384
2366.45/2380.99	c #Conflicts:    1805000 | #Constraints:      46384
2366.45/2380.99	c #Conflicts:    1806000 | #Constraints:      47384
2366.45/2380.99	c #Conflicts:    1807000 | #Constraints:      48384
2366.45/2380.99	c #Conflicts:    1808000 | #Constraints:      49384
2366.45/2380.99	c #Conflicts:    1809000 | #Constraints:      50384
2366.45/2380.99	c #Conflicts:    1810000 | #Constraints:      51384
2366.45/2380.99	c #Conflicts:    1811000 | #Constraints:      52384
2366.45/2380.99	c #Conflicts:    1812000 | #Constraints:      53384
2366.45/2380.99	c #Conflicts:    1813000 | #Constraints:      54384
2366.45/2380.99	c #Conflicts:    1814000 | #Constraints:      55384
2366.45/2380.99	c #Conflicts:    1815000 | #Constraints:      56384
2366.45/2380.99	c #Conflicts:    1816000 | #Constraints:      57384
2366.45/2380.99	c #Conflicts:    1817000 | #Constraints:      58384
2366.45/2380.99	c #Conflicts:    1818000 | #Constraints:      59384
2366.45/2380.99	c #Conflicts:    1819000 | #Constraints:      60384
2366.45/2380.99	c #Conflicts:    1820000 | #Constraints:      61384
2366.45/2380.99	c INPROCESSING
2366.45/2380.99	c GARBAGE COLLECT
2366.45/2380.99	c rational objective -40.9397
2396.39/2411.08	c #Conflicts:    1821000 | #Constraints:      33209
2396.39/2411.08	c #Conflicts:    1822000 | #Constraints:      34209
2396.39/2411.08	c #Conflicts:    1823000 | #Constraints:      35209
2396.39/2411.08	c #Conflicts:    1824000 | #Constraints:      36209
2396.39/2411.08	c #Conflicts:    1825000 | #Constraints:      37209
2396.39/2411.08	c #Conflicts:    1826000 | #Constraints:      38209
2396.39/2411.08	c #Conflicts:    1827000 | #Constraints:      39209
2396.39/2411.08	c #Conflicts:    1828000 | #Constraints:      40209
2396.39/2411.08	c #Conflicts:    1829000 | #Constraints:      41209
2396.39/2411.08	c #Conflicts:    1830000 | #Constraints:      42209
2396.39/2411.08	c #Conflicts:    1831000 | #Constraints:      43209
2396.39/2411.08	c #Conflicts:    1832000 | #Constraints:      44209
2396.39/2411.08	c #Conflicts:    1833000 | #Constraints:      45209
2396.39/2411.08	c #Conflicts:    1834000 | #Constraints:      46209
2396.39/2411.08	c #Conflicts:    1835000 | #Constraints:      47210
2396.39/2411.08	c #Conflicts:    1836000 | #Constraints:      48210
2396.39/2411.08	c #Conflicts:    1837000 | #Constraints:      49210
2396.39/2411.08	c #Conflicts:    1838000 | #Constraints:      50211
2396.39/2411.08	c #Conflicts:    1839000 | #Constraints:      51213
2396.39/2411.08	c #Conflicts:    1840000 | #Constraints:      52213
2396.39/2411.08	c #Conflicts:    1841000 | #Constraints:      53213
2396.39/2411.08	c #Conflicts:    1842000 | #Constraints:      54213
2396.39/2411.08	c #Conflicts:    1843000 | #Constraints:      55213
2396.39/2411.08	c #Conflicts:    1844000 | #Constraints:      56213
2396.39/2411.08	c #Conflicts:    1845000 | #Constraints:      57213
2396.39/2411.08	c #Conflicts:    1846000 | #Constraints:      58213
2396.39/2411.08	c #Conflicts:    1847000 | #Constraints:      59213
2396.39/2411.08	c #Conflicts:    1848000 | #Constraints:      60213
2396.39/2411.08	c #Conflicts:    1849000 | #Constraints:      61213
2396.39/2411.08	c #Conflicts:    1850000 | #Constraints:      62213
2396.39/2411.08	c #Conflicts:    1851000 | #Constraints:      63214
2396.39/2411.08	c #Conflicts:    1852000 | #Constraints:      64214
2396.39/2411.08	c #Conflicts:    1853000 | #Constraints:      65214
2396.39/2411.08	c #Conflicts:    1854000 | #Constraints:      66214
2396.39/2411.08	c #Conflicts:    1855000 | #Constraints:      67214
2396.39/2411.08	WSVECS04 Frhs2[9]: 6 0 1.00008 shouldn't be
2396.39/2411.08	WSVECS04 Frhs2[18]: 6 -5.00003 0 shouldn't be
2396.39/2411.08	WSVECS04 Frhs2[52]: 6 -2.00005 0 shouldn't be
2396.39/2411.08	WSVECS04 Frhs2[60]: 6 0 1.00006 shouldn't be
2396.39/2411.08	WSVECS04 Frhs2[62]: 6 -5.00004 0 shouldn't be
2397.08/2411.78	WSVECS04 Frhs2[69]: 6 0 1.00003 shouldn't be
2412.90/2427.62	c #Conflicts:    1856000 | #Constraints:      68214
2412.90/2427.62	c #Conflicts:    1857000 | #Constraints:      69214
2412.90/2427.62	c #Conflicts:    1858000 | #Constraints:      70214
2412.90/2427.62	c #Conflicts:    1859000 | #Constraints:      71214
2412.90/2427.62	c #Conflicts:    1860000 | #Constraints:      72214
2412.90/2427.62	c #Conflicts:    1861000 | #Constraints:      73214
2412.90/2427.62	c #Conflicts:    1862000 | #Constraints:      74214
2412.90/2427.62	c #Conflicts:    1863000 | #Constraints:      75214
2412.90/2427.62	c #Conflicts:    1864000 | #Constraints:      76214
2412.90/2427.62	c #Conflicts:    1865000 | #Constraints:      77214
2412.90/2427.62	c #Conflicts:    1866000 | #Constraints:      78214
2412.90/2427.62	c #Conflicts:    1867000 | #Constraints:      79214
2412.90/2427.62	c #Conflicts:    1868000 | #Constraints:      80214
2412.90/2427.62	WSVECS04 Frhs2[20]: 6 -3.88464 0 shouldn't be
2455.43/2470.31	c #Conflicts:    1869000 | #Constraints:      81214
2455.43/2470.31	c #Conflicts:    1870000 | #Constraints:      82214
2455.43/2470.31	c #Conflicts:    1871000 | #Constraints:      83214
2455.43/2470.31	c #Conflicts:    1872000 | #Constraints:      84214
2455.43/2470.31	c #Conflicts:    1873000 | #Constraints:      85214
2455.43/2470.31	c #Conflicts:    1874000 | #Constraints:      86214
2455.43/2470.31	c #Conflicts:    1875000 | #Constraints:      87214
2455.43/2470.31	c #Conflicts:    1876000 | #Constraints:      88214
2455.43/2470.31	c #Conflicts:    1877000 | #Constraints:      89214
2455.43/2470.31	c #Conflicts:    1878000 | #Constraints:      90214
2455.43/2470.31	c #Conflicts:    1879000 | #Constraints:      91214
2455.43/2470.31	c #Conflicts:    1880000 | #Constraints:      92214
2455.43/2470.31	c #Conflicts:    1881000 | #Constraints:      93214
2455.43/2470.31	c #Conflicts:    1882000 | #Constraints:      94214
2455.43/2470.31	c #Conflicts:    1883000 | #Constraints:      95214
2455.43/2470.31	c #Conflicts:    1884000 | #Constraints:      96214
2455.43/2470.31	c #Conflicts:    1885000 | #Constraints:      97214
2455.43/2470.31	c #Conflicts:    1886000 | #Constraints:      98214
2455.43/2470.31	c #Conflicts:    1887000 | #Constraints:      99214
2455.43/2470.31	c #Conflicts:    1888000 | #Constraints:     100214
2455.43/2470.31	c #Conflicts:    1889000 | #Constraints:     101214
2455.43/2470.31	c #Conflicts:    1890000 | #Constraints:     102214
2455.43/2470.31	c #Conflicts:    1891000 | #Constraints:     103214
2455.43/2470.31	c #Conflicts:    1892000 | #Constraints:     104214
2455.43/2470.31	c #Conflicts:    1893000 | #Constraints:     105214
2455.43/2470.31	c #Conflicts:    1894000 | #Constraints:     106214
2455.43/2470.31	c #Conflicts:    1895000 | #Constraints:     107214
2455.43/2470.31	c #Conflicts:    1896000 | #Constraints:     108214
2455.43/2470.31	c #Conflicts:    1897000 | #Constraints:     109214
2455.43/2470.31	c #Conflicts:    1898000 | #Constraints:     110214
2455.43/2470.31	WSVECS04 Frhs2[94]: 6 0 1.00004 shouldn't be
2456.13/2471.00	WSVECS04 Frhs2[48]: 6 0 1.00001 shouldn't be
2456.73/2471.66	WSVECS04 Frhs2[1232]: 6 0 0.230829 shouldn't be
2456.73/2471.66	WSVECS04 Frhs2[1502]: 6 0 0.149708 shouldn't be
2457.32/2472.23	WSVECS04 Frhs2[1080]: 6 0 0.149753 shouldn't be
2457.32/2472.23	WSVECS04 Frhs2[1085]: 6 0 0.180682 shouldn't be
2457.32/2472.23	WSVECS04 Frhs2[1091]: 6 0 0.149722 shouldn't be
2457.32/2472.23	WSVECS04 Frhs2[1092]: 6 0 0.149772 shouldn't be
2457.32/2472.23	WSVECS04 Frhs2[1095]: 6 0 0.0010991 shouldn't be
2457.32/2472.23	WSVECS04 Frhs2[1227]: 6 0 0.218348 shouldn't be
2457.32/2472.23	WSVECS04 Frhs2[1234]: 6 0 0.218312 shouldn't be
2457.32/2472.23	WSVECS04 Frhs2[1235]: 6 0 0.230815 shouldn't be
2457.32/2472.23	WSVECS04 Frhs2[1237]: 6 0 0.230867 shouldn't be
2457.32/2472.23	WSVECS04 Frhs2[1239]: 6 0 0.0842972 shouldn't be
2457.32/2472.23	WSVECS04 Frhs2[1240]: 6 0 0.230802 shouldn't be
2457.32/2472.23	WSVECS04 Frhs2[1368]: 6 0 0.224609 shouldn't be
2457.32/2472.23	WSVECS04 Frhs2[1369]: 6 0 0.22456 shouldn't be
2457.32/2472.23	WSVECS04 Frhs2[1371]: 6 0 0.21831 shouldn't be
2457.32/2472.23	WSVECS04 Frhs2[1372]: 6 0 0.118833 shouldn't be
2457.32/2472.23	WSVECS04 Frhs2[1376]: 6 0 0.149774 shouldn't be
2457.32/2472.23	WSVECS04 Frhs2[1379]: 6 0 0.155981 shouldn't be
2457.32/2472.23	WSVECS04 Frhs2[1382]: 6 0 0.21834 shouldn't be
2457.32/2472.23	WSVECS04 Frhs2[1501]: 6 0 0.149758 shouldn't be
2457.32/2472.23	WSVECS04 Frhs2[1506]: 6 0 0.149721 shouldn't be
2457.32/2472.23	WSVECS04 Frhs2[1511]: 6 0 0.149734 shouldn't be
2458.23/2473.16	WSVECS04 Frhs2[103]: 6 0 1.0001 shouldn't be
2458.23/2473.16	WSVECS04 Frhs2[1081]: 6 0 0.149734 shouldn't be
2458.23/2473.16	WSVECS04 Frhs2[1082]: 6 0 0.149761 shouldn't be
2458.23/2473.16	WSVECS04 Frhs2[1084]: 6 0 0.0130468 shouldn't be
2458.23/2473.16	WSVECS04 Frhs2[1088]: 6 0 0.149702 shouldn't be
2458.23/2473.16	WSVECS04 Frhs2[1090]: 6 0 0.149748 shouldn't be
2458.23/2473.16	WSVECS04 Frhs2[1093]: 6 0 0.149781 shouldn't be
2458.23/2473.16	WSVECS04 Frhs2[1094]: 6 0 0.1497 shouldn't be
2458.23/2473.16	WSVECS04 Frhs2[1097]: 6 0 0.14973 shouldn't be
2458.23/2473.16	WSVECS04 Frhs2[1225]: 6 0 0.230794 shouldn't be
2458.23/2473.16	WSVECS04 Frhs2[1226]: 6 0 0.230786 shouldn't be
2458.23/2473.16	WSVECS04 Frhs2[1228]: 6 0 0.118847 shouldn't be
2458.23/2473.16	WSVECS04 Frhs2[1229]: 6 0 0.261728 shouldn't be
2458.23/2473.16	WSVECS04 Frhs2[1230]: 6 0 0.155998 shouldn't be
2458.23/2473.16	WSVECS04 Frhs2[1236]: 6 0 0.230839 shouldn't be
2458.23/2473.16	WSVECS04 Frhs2[1238]: 6 0 0.21839 shouldn't be
2458.23/2473.16	WSVECS04 Frhs2[1241]: 6 0 0.230823 shouldn't be
2458.23/2473.16	WSVECS04 Frhs2[1370]: 6 0 0.224562 shouldn't be
2458.23/2473.16	WSVECS04 Frhs2[1496]: 6 0 0.14974 shouldn't be
2458.23/2473.16	WSVECS04 Frhs2[1497]: 6 0 0.149748 shouldn't be
2458.23/2473.16	WSVECS04 Frhs2[1498]: 6 0 0.118802 shouldn't be
2458.23/2473.16	WSVECS04 Frhs2[1504]: 6 0 0.0686427 shouldn't be
2458.23/2473.16	WSVECS04 Frhs2[1509]: 6 0 0.0815691 shouldn't be
2459.22/2474.17	WSVECS04 Frhs2[1089]: 6 0 0.149707 shouldn't be
2459.22/2474.17	WSVECS04 Frhs2[1224]: 6 0 0.230854 shouldn't be
2459.22/2474.17	WSVECS04 Frhs2[1231]: 6 0 0.230852 shouldn't be
2459.22/2474.17	WSVECS04 Frhs2[1233]: 6 0 0.230836 shouldn't be
2459.22/2474.17	WSVECS04 Frhs2[1381]: 6 0 0.224623 shouldn't be
2459.22/2474.17	WSVECS04 Frhs2[1383]: 6 0 0.00111357 shouldn't be
2459.22/2474.17	WSVECS04 Frhs2[1495]: 6 0 0.149732 shouldn't be
2459.22/2474.17	WSVECS04 Frhs2[1505]: 6 0 0.0686432 shouldn't be
2460.01/2474.92	WSVECS04 Frhs2[1087]: 6 0 0.143492 shouldn't be
2460.01/2474.92	WSVECS04 Frhs2[1096]: 6 0 0.146615 shouldn't be
2460.01/2474.92	WSVECS04 Frhs2[1378]: 6 0 0.0811728 shouldn't be
2460.01/2474.92	WSVECS04 Frhs2[1503]: 6 0 0.149728 shouldn't be
2460.52/2475.45	WSVECS04 Frhs2[1499]: 6 0 0.0816565 shouldn't be
2461.21/2476.10	WSVECS04 Frhs2[1086]: 6 0 0.149763 shouldn't be
2461.21/2476.10	WSVECS04 Frhs2[1377]: 6 0 0.22456 shouldn't be
2461.89/2476.82	WSVECS04 Frhs2[1083]: 6 0 0.149736 shouldn't be
2461.89/2476.82	WSVECS04 Frhs2[1385]: 6 0 0.224547 shouldn't be
2493.45/2508.54	c #Conflicts:    1899000 | #Constraints:     111214
2493.45/2508.54	c #Conflicts:    1900000 | #Constraints:     112214
2493.45/2508.54	c #Conflicts:    1901000 | #Constraints:     113214
2493.45/2508.54	c #Conflicts:    1902000 | #Constraints:     114214
2493.45/2508.54	c #Conflicts:    1903000 | #Constraints:     115214
2493.45/2508.54	c #Conflicts:    1904000 | #Constraints:     116214
2493.45/2508.54	c #Conflicts:    1905000 | #Constraints:     117214
2493.45/2508.54	c #Conflicts:    1906000 | #Constraints:     118214
2493.45/2508.54	c #Conflicts:    1907000 | #Constraints:     119214
2493.45/2508.54	c #Conflicts:    1908000 | #Constraints:     120214
2493.45/2508.54	c #Conflicts:    1909000 | #Constraints:     121214
2493.45/2508.54	c #Conflicts:    1910000 | #Constraints:     122214
2493.45/2508.54	c #Conflicts:    1911000 | #Constraints:     123214
2493.45/2508.54	c #Conflicts:    1912000 | #Constraints:     124214
2493.45/2508.54	c #Conflicts:    1913000 | #Constraints:     125214
2493.45/2508.54	c #Conflicts:    1914000 | #Constraints:     126214
2493.45/2508.54	c #Conflicts:    1915000 | #Constraints:     127214
2493.45/2508.54	c #Conflicts:    1916000 | #Constraints:     128214
2493.45/2508.54	c #Conflicts:    1917000 | #Constraints:     129214
2493.45/2508.54	c #Conflicts:    1918000 | #Constraints:     130214
2493.45/2508.54	c #Conflicts:    1919000 | #Constraints:     131214
2493.45/2508.54	c #Conflicts:    1920000 | #Constraints:     132214
2493.45/2508.54	c #Conflicts:    1921000 | #Constraints:     133214
2493.45/2508.54	WSVECS04 Frhs2[10]: 6 -3.94121 0 shouldn't be
2493.45/2508.54	WSVECS04 Frhs2[18]: 6 -1.47105 0 shouldn't be
2493.45/2508.54	WSVECS04 Frhs2[55]: 6 0 1.00006 shouldn't be
2493.45/2508.54	WSVECS04 Frhs2[69]: 6 -3.94125 0 shouldn't be
2493.45/2508.54	WSVECS04 Frhs2[95]: 6 -1.47064 0 shouldn't be
2504.53/2519.63	c #Conflicts:    1922000 | #Constraints:     134214
2504.53/2519.63	c #Conflicts:    1923000 | #Constraints:     135214
2504.53/2519.63	c #Conflicts:    1924000 | #Constraints:     136214
2504.53/2519.63	c #Conflicts:    1925000 | #Constraints:     137214
2504.53/2519.63	c #Conflicts:    1926000 | #Constraints:     138214
2504.53/2519.63	c #Conflicts:    1927000 | #Constraints:     139214
2504.53/2519.63	WSVECS04 Frhs2[14]: 6 -2.00007 0 shouldn't be
2504.53/2519.63	WSVECS04 Frhs2[45]: 6 -2.00007 0 shouldn't be
2504.53/2519.63	WSVECS04 Frhs2[85]: 6 -2.00005 0 shouldn't be
2513.20/2528.39	c #Conflicts:    1928000 | #Constraints:     140214
2513.20/2528.39	c #Conflicts:    1929000 | #Constraints:     141214
2513.20/2528.39	c #Conflicts:    1930000 | #Constraints:     142214
2513.20/2528.39	c #Conflicts:    1931000 | #Constraints:     143214
2513.20/2528.39	c #Conflicts:    1932000 | #Constraints:     144214
2513.20/2528.39	c INPROCESSING
2513.20/2528.39	c GARBAGE COLLECT
2513.20/2528.39	c rational objective -40.9397
2547.75/2563.10	c #Conflicts:    1933000 | #Constraints:      74614
2547.75/2563.10	c #Conflicts:    1934000 | #Constraints:      75614
2547.75/2563.10	c #Conflicts:    1935000 | #Constraints:      76614
2547.75/2563.10	c #Conflicts:    1936000 | #Constraints:      77614
2547.75/2563.10	c #Conflicts:    1937000 | #Constraints:      78614
2547.75/2563.10	c #Conflicts:    1938000 | #Constraints:      79614
2547.75/2563.10	c #Conflicts:    1939000 | #Constraints:      80619
2547.75/2563.10	c #Conflicts:    1940000 | #Constraints:      81627
2547.75/2563.10	c #Conflicts:    1941000 | #Constraints:      82628
2547.75/2563.10	c #Conflicts:    1942000 | #Constraints:      83628
2547.75/2563.10	c #Conflicts:    1943000 | #Constraints:      84628
2547.75/2563.10	c #Conflicts:    1944000 | #Constraints:      85628
2547.75/2563.10	c #Conflicts:    1945000 | #Constraints:      86628
2547.75/2563.10	c #Conflicts:    1946000 | #Constraints:      87628
2547.75/2563.10	c #Conflicts:    1947000 | #Constraints:      88628
2547.75/2563.10	c #Conflicts:    1948000 | #Constraints:      89629
2547.75/2563.10	c #Conflicts:    1949000 | #Constraints:      90629
2547.75/2563.10	c #Conflicts:    1950000 | #Constraints:      91629
2547.75/2563.10	c #Conflicts:    1951000 | #Constraints:      92629
2547.75/2563.10	c #Conflicts:    1952000 | #Constraints:      93629
2547.75/2563.10	c #Conflicts:    1953000 | #Constraints:      94630
2547.75/2563.10	c #Conflicts:    1954000 | #Constraints:      95633
2547.75/2563.10	c #Conflicts:    1955000 | #Constraints:      96633
2547.75/2563.10	c #Conflicts:    1956000 | #Constraints:      97637
2547.75/2563.10	c #Conflicts:    1957000 | #Constraints:      98641
2547.75/2563.10	c #Conflicts:    1958000 | #Constraints:      99642
2547.75/2563.10	c #Conflicts:    1959000 | #Constraints:     100643
2547.75/2563.10	c #Conflicts:    1960000 | #Constraints:     101644
2547.75/2563.10	c #Conflicts:    1961000 | #Constraints:     102644
2547.75/2563.10	c #Conflicts:    1962000 | #Constraints:     103644
2547.75/2563.10	c INPROCESSING
2547.75/2563.10	c GARBAGE COLLECT
2547.75/2563.10	c rational objective -40.9397
2589.90/2605.48	c #Conflicts:    1963000 | #Constraints:      54318
2589.90/2605.48	c #Conflicts:    1964000 | #Constraints:      55318
2589.90/2605.48	c #Conflicts:    1965000 | #Constraints:      56319
2589.90/2605.48	c #Conflicts:    1966000 | #Constraints:      57321
2589.90/2605.48	c #Conflicts:    1967000 | #Constraints:      58328
2589.90/2605.48	c #Conflicts:    1968000 | #Constraints:      59333
2589.90/2605.48	c #Conflicts:    1969000 | #Constraints:      60340
2589.90/2605.48	c #Conflicts:    1970000 | #Constraints:      61348
2589.90/2605.48	c #Conflicts:    1971000 | #Constraints:      62353
2589.90/2605.48	c #Conflicts:    1972000 | #Constraints:      63356
2589.90/2605.48	c #Conflicts:    1973000 | #Constraints:      64357
2589.90/2605.48	c #Conflicts:    1974000 | #Constraints:      65363
2589.90/2605.48	c #Conflicts:    1975000 | #Constraints:      66365
2589.90/2605.48	c #Conflicts:    1976000 | #Constraints:      67368
2589.90/2605.48	c #Conflicts:    1977000 | #Constraints:      68368
2589.90/2605.48	c #Conflicts:    1978000 | #Constraints:      69368
2589.90/2605.48	c #Conflicts:    1979000 | #Constraints:      70368
2589.90/2605.48	c #Conflicts:    1980000 | #Constraints:      71369
2589.90/2605.48	c #Conflicts:    1981000 | #Constraints:      72371
2589.90/2605.48	c #Conflicts:    1982000 | #Constraints:      73376
2589.90/2605.48	c #Conflicts:    1983000 | #Constraints:      74378
2589.90/2605.48	c #Conflicts:    1984000 | #Constraints:      75379
2589.90/2605.48	c #Conflicts:    1985000 | #Constraints:      76380
2589.90/2605.48	c #Conflicts:    1986000 | #Constraints:      77380
2589.90/2605.48	c #Conflicts:    1987000 | #Constraints:      78383
2589.90/2605.48	c #Conflicts:    1988000 | #Constraints:      79387
2589.90/2605.48	c #Conflicts:    1989000 | #Constraints:      80387
2589.90/2605.48	c #Conflicts:    1990000 | #Constraints:      81387
2589.90/2605.48	c #Conflicts:    1991000 | #Constraints:      82387
2589.90/2605.48	c #Conflicts:    1992000 | #Constraints:      83390
2589.90/2605.48	c INPROCESSING
2589.90/2605.48	c GARBAGE COLLECT
2589.90/2605.48	c rational objective -40.9397
2625.24/2640.93	c #Conflicts:    1993000 | #Constraints:      43924
2625.24/2640.93	c #Conflicts:    1994000 | #Constraints:      44924
2625.24/2640.93	c #Conflicts:    1995000 | #Constraints:      45926
2625.24/2640.93	c #Conflicts:    1996000 | #Constraints:      46929
2625.24/2640.93	c #Conflicts:    1997000 | #Constraints:      47934
2625.24/2640.93	c #Conflicts:    1998000 | #Constraints:      48937
2625.24/2640.93	c #Conflicts:    1999000 | #Constraints:      49937
2625.24/2640.93	c #Conflicts:    2000000 | #Constraints:      50938
2625.24/2640.93	c #Conflicts:    2001000 | #Constraints:      51938
2625.24/2640.93	c #Conflicts:    2002000 | #Constraints:      52938
2625.24/2640.93	c #Conflicts:    2003000 | #Constraints:      53938
2625.24/2640.93	c #Conflicts:    2004000 | #Constraints:      54941
2625.24/2640.93	c #Conflicts:    2005000 | #Constraints:      55943
2625.24/2640.93	c #Conflicts:    2006000 | #Constraints:      56944
2625.24/2640.93	c #Conflicts:    2007000 | #Constraints:      57944
2625.24/2640.93	c #Conflicts:    2008000 | #Constraints:      58944
2625.24/2640.93	c #Conflicts:    2009000 | #Constraints:      59946
2625.24/2640.93	c #Conflicts:    2010000 | #Constraints:      60952
2625.24/2640.93	c #Conflicts:    2011000 | #Constraints:      61952
2625.24/2640.93	c #Conflicts:    2012000 | #Constraints:      62952
2625.24/2640.93	c #Conflicts:    2013000 | #Constraints:      63952
2625.24/2640.93	c #Conflicts:    2014000 | #Constraints:      64960
2625.24/2640.93	c #Conflicts:    2015000 | #Constraints:      65967
2625.24/2640.93	c #Conflicts:    2016000 | #Constraints:      66976
2625.24/2640.93	c #Conflicts:    2017000 | #Constraints:      67987
2625.24/2640.93	c #Conflicts:    2018000 | #Constraints:      68990
2625.24/2640.93	c #Conflicts:    2019000 | #Constraints:      69996
2625.24/2640.93	c #Conflicts:    2020000 | #Constraints:      70999
2625.24/2640.93	c #Conflicts:    2021000 | #Constraints:      71999
2625.24/2640.93	c #Conflicts:    2022000 | #Constraints:      73001
2625.24/2640.93	c #Conflicts:    2023000 | #Constraints:      74006
2625.24/2640.93	c INPROCESSING
2625.24/2640.93	c GARBAGE COLLECT
2625.24/2640.93	c rational objective -40.9397
2632.43/2648.17	c #Conflicts:    2024000 | #Constraints:      39370
2632.43/2648.17	c #Conflicts:    2025000 | #Constraints:      40371
2632.43/2648.17	c #Conflicts:    2026000 | #Constraints:      41371
2632.43/2648.17	c #Conflicts:    2027000 | #Constraints:      42371
2632.43/2648.17	c #Conflicts:    2028000 | #Constraints:      43371
2632.43/2648.17	c #Conflicts:    2029000 | #Constraints:      44371
2632.43/2648.17	c #Conflicts:    2030000 | #Constraints:      45371
2632.43/2648.17	c #Conflicts:    2031000 | #Constraints:      46371
2632.43/2648.17	WSVECS04 Frhs2[8]: 6 -4.88417 0 shouldn't be
2632.43/2648.17	WSVECS04 Frhs2[39]: 6 0 2.05111 shouldn't be
2632.43/2648.17	WSVECS04 Frhs2[46]: 6 -5.8294 0 shouldn't be
2632.43/2648.17	WSVECS04 Frhs2[47]: 6 0 1.95959 shouldn't be
2632.43/2648.17	WSVECS04 Frhs2[86]: 6 -1.39409 0 shouldn't be
2632.43/2648.17	WSVECS04 Frhs2[93]: 6 0 2.85012 shouldn't be
2632.43/2648.17	WSVECS04 Frhs2[94]: 6 0 7.27765 shouldn't be
2632.43/2648.17	WSVECS04 Frhs2[113]: 6 0 3.96403 shouldn't be
2666.44/2682.20	c #Conflicts:    2032000 | #Constraints:      47371
2666.44/2682.20	c #Conflicts:    2033000 | #Constraints:      48371
2666.44/2682.20	c #Conflicts:    2034000 | #Constraints:      49371
2666.44/2682.20	c #Conflicts:    2035000 | #Constraints:      50371
2666.44/2682.20	c #Conflicts:    2036000 | #Constraints:      51371
2666.44/2682.20	c #Conflicts:    2037000 | #Constraints:      52371
2666.44/2682.20	c #Conflicts:    2038000 | #Constraints:      53371
2666.44/2682.20	c #Conflicts:    2039000 | #Constraints:      54371
2666.44/2682.20	c #Conflicts:    2040000 | #Constraints:      55371
2666.44/2682.20	c #Conflicts:    2041000 | #Constraints:      56371
2666.44/2682.20	c #Conflicts:    2042000 | #Constraints:      57371
2666.44/2682.20	c #Conflicts:    2043000 | #Constraints:      58371
2666.44/2682.20	c #Conflicts:    2044000 | #Constraints:      59371
2666.44/2682.20	c #Conflicts:    2045000 | #Constraints:      60371
2666.44/2682.20	c #Conflicts:    2046000 | #Constraints:      61371
2666.44/2682.20	c #Conflicts:    2047000 | #Constraints:      62371
2666.44/2682.20	c #Conflicts:    2048000 | #Constraints:      63371
2666.44/2682.20	c #Conflicts:    2049000 | #Constraints:      64371
2666.44/2682.20	c #Conflicts:    2050000 | #Constraints:      65371
2666.44/2682.20	c #Conflicts:    2051000 | #Constraints:      66371
2666.44/2682.20	c #Conflicts:    2052000 | #Constraints:      67371
2666.44/2682.20	c #Conflicts:    2053000 | #Constraints:      68371
2666.44/2682.20	c #Conflicts:    2054000 | #Constraints:      69371
2666.44/2682.20	c INPROCESSING
2666.44/2682.20	c GARBAGE COLLECT
2666.44/2682.20	c rational objective -40.9397
2703.05/2719.09	c #Conflicts:    2055000 | #Constraints:      37000
2703.05/2719.09	c #Conflicts:    2056000 | #Constraints:      38000
2703.05/2719.09	c #Conflicts:    2057000 | #Constraints:      39000
2703.05/2719.09	c #Conflicts:    2058000 | #Constraints:      40000
2703.05/2719.09	c #Conflicts:    2059000 | #Constraints:      41000
2703.05/2719.09	c #Conflicts:    2060000 | #Constraints:      42000
2703.05/2719.09	c #Conflicts:    2061000 | #Constraints:      43000
2703.05/2719.09	c #Conflicts:    2062000 | #Constraints:      44000
2703.05/2719.09	c #Conflicts:    2063000 | #Constraints:      45000
2703.05/2719.09	c #Conflicts:    2064000 | #Constraints:      46000
2703.05/2719.09	c #Conflicts:    2065000 | #Constraints:      47000
2703.05/2719.09	c #Conflicts:    2066000 | #Constraints:      48000
2703.05/2719.09	c #Conflicts:    2067000 | #Constraints:      49000
2703.05/2719.09	c #Conflicts:    2068000 | #Constraints:      50000
2703.05/2719.09	c #Conflicts:    2069000 | #Constraints:      51000
2703.05/2719.09	c #Conflicts:    2070000 | #Constraints:      52000
2703.05/2719.09	c #Conflicts:    2071000 | #Constraints:      53000
2703.05/2719.09	c #Conflicts:    2072000 | #Constraints:      54000
2703.05/2719.09	c #Conflicts:    2073000 | #Constraints:      55000
2703.05/2719.09	c #Conflicts:    2074000 | #Constraints:      56000
2703.05/2719.09	c #Conflicts:    2075000 | #Constraints:      57000
2703.05/2719.09	c #Conflicts:    2076000 | #Constraints:      58000
2703.05/2719.09	c #Conflicts:    2077000 | #Constraints:      59000
2703.05/2719.09	c #Conflicts:    2078000 | #Constraints:      60000
2703.05/2719.09	c #Conflicts:    2079000 | #Constraints:      61003
2703.05/2719.09	c #Conflicts:    2080000 | #Constraints:      62009
2703.05/2719.09	c #Conflicts:    2081000 | #Constraints:      63010
2703.05/2719.09	c #Conflicts:    2082000 | #Constraints:      64010
2703.05/2719.09	c #Conflicts:    2083000 | #Constraints:      65010
2703.05/2719.09	c #Conflicts:    2084000 | #Constraints:      66010
2703.05/2719.09	c #Conflicts:    2085000 | #Constraints:      67010
2703.05/2719.09	c INPROCESSING
2703.05/2719.09	c GARBAGE COLLECT
2703.05/2719.09	c rational objective -40.9397
2737.15/2753.29	c #Conflicts:    2086000 | #Constraints:      35914
2737.15/2753.29	c #Conflicts:    2087000 | #Constraints:      36914
2737.15/2753.29	c #Conflicts:    2088000 | #Constraints:      37914
2737.15/2753.29	c #Conflicts:    2089000 | #Constraints:      38914
2737.15/2753.29	c #Conflicts:    2090000 | #Constraints:      39914
2737.15/2753.29	c #Conflicts:    2091000 | #Constraints:      40914
2737.15/2753.29	c #Conflicts:    2092000 | #Constraints:      41914
2737.15/2753.29	c #Conflicts:    2093000 | #Constraints:      42915
2737.15/2753.29	c #Conflicts:    2094000 | #Constraints:      43915
2737.15/2753.29	c #Conflicts:    2095000 | #Constraints:      44915
2737.15/2753.29	c #Conflicts:    2096000 | #Constraints:      45915
2737.15/2753.29	c #Conflicts:    2097000 | #Constraints:      46915
2737.15/2753.29	c #Conflicts:    2098000 | #Constraints:      47915
2737.15/2753.29	c #Conflicts:    2099000 | #Constraints:      48915
2737.15/2753.29	c #Conflicts:    2100000 | #Constraints:      49915
2737.15/2753.29	c #Conflicts:    2101000 | #Constraints:      50915
2737.15/2753.29	c #Conflicts:    2102000 | #Constraints:      51915
2737.15/2753.29	c #Conflicts:    2103000 | #Constraints:      52915
2737.15/2753.29	c #Conflicts:    2104000 | #Constraints:      53915
2737.15/2753.29	c #Conflicts:    2105000 | #Constraints:      54915
2737.15/2753.29	c #Conflicts:    2106000 | #Constraints:      55915
2737.15/2753.29	c #Conflicts:    2107000 | #Constraints:      56915
2737.15/2753.29	c #Conflicts:    2108000 | #Constraints:      57915
2737.15/2753.29	c #Conflicts:    2109000 | #Constraints:      58915
2737.15/2753.29	c #Conflicts:    2110000 | #Constraints:      59917
2737.15/2753.29	c #Conflicts:    2111000 | #Constraints:      60917
2737.15/2753.29	c #Conflicts:    2112000 | #Constraints:      61917
2737.15/2753.29	c #Conflicts:    2113000 | #Constraints:      62917
2737.15/2753.29	c #Conflicts:    2114000 | #Constraints:      63917
2737.15/2753.29	c #Conflicts:    2115000 | #Constraints:      64917
2737.15/2753.29	c #Conflicts:    2116000 | #Constraints:      65917
2737.15/2753.29	c INPROCESSING
2737.15/2753.29	c GARBAGE COLLECT
2737.15/2753.29	c rational objective -40.883
2780.58/2796.82	c #Conflicts:    2117000 | #Constraints:      35070
2780.58/2796.82	c #Conflicts:    2118000 | #Constraints:      36070
2780.58/2796.82	c #Conflicts:    2119000 | #Constraints:      37070
2780.58/2796.82	c #Conflicts:    2120000 | #Constraints:      38070
2780.58/2796.82	c #Conflicts:    2121000 | #Constraints:      39070
2780.58/2796.82	c #Conflicts:    2122000 | #Constraints:      40070
2780.58/2796.82	c #Conflicts:    2123000 | #Constraints:      41070
2780.58/2796.82	c #Conflicts:    2124000 | #Constraints:      42070
2780.58/2796.82	c #Conflicts:    2125000 | #Constraints:      43070
2780.58/2796.82	c #Conflicts:    2126000 | #Constraints:      44070
2780.58/2796.82	c #Conflicts:    2127000 | #Constraints:      45070
2780.58/2796.82	c #Conflicts:    2128000 | #Constraints:      46070
2780.58/2796.82	c #Conflicts:    2129000 | #Constraints:      47070
2780.58/2796.82	c #Conflicts:    2130000 | #Constraints:      48070
2780.58/2796.82	c #Conflicts:    2131000 | #Constraints:      49070
2780.58/2796.82	c #Conflicts:    2132000 | #Constraints:      50070
2780.58/2796.82	c #Conflicts:    2133000 | #Constraints:      51070
2780.58/2796.82	c #Conflicts:    2134000 | #Constraints:      52070
2780.58/2796.82	c #Conflicts:    2135000 | #Constraints:      53070
2780.58/2796.82	c #Conflicts:    2136000 | #Constraints:      54070
2780.58/2796.82	c #Conflicts:    2137000 | #Constraints:      55070
2780.58/2796.82	c #Conflicts:    2138000 | #Constraints:      56070
2780.58/2796.82	c #Conflicts:    2139000 | #Constraints:      57070
2780.58/2796.82	c #Conflicts:    2140000 | #Constraints:      58070
2780.58/2796.82	c #Conflicts:    2141000 | #Constraints:      59070
2780.58/2796.82	c #Conflicts:    2142000 | #Constraints:      60070
2780.58/2796.82	c #Conflicts:    2143000 | #Constraints:      61070
2780.58/2796.82	c #Conflicts:    2144000 | #Constraints:      62070
2780.58/2796.82	c #Conflicts:    2145000 | #Constraints:      63070
2780.58/2796.82	c #Conflicts:    2146000 | #Constraints:      64071
2780.58/2796.82	c #Conflicts:    2147000 | #Constraints:      65071
2780.58/2796.82	c #Conflicts:    2148000 | #Constraints:      66071
2780.58/2796.82	c #Conflicts:    2149000 | #Constraints:      67071
2780.58/2796.82	c #Conflicts:    2150000 | #Constraints:      68071
2780.58/2796.82	c #Conflicts:    2151000 | #Constraints:      69071
2780.58/2796.82	c #Conflicts:    2152000 | #Constraints:      70071
2780.58/2796.82	c #Conflicts:    2153000 | #Constraints:      71071
2780.58/2796.82	c #Conflicts:    2154000 | #Constraints:      72071
2780.58/2796.82	c #Conflicts:    2155000 | #Constraints:      73071
2780.58/2796.82	c #Conflicts:    2156000 | #Constraints:      74071
2780.58/2796.82	c #Conflicts:    2157000 | #Constraints:      75071
2780.58/2796.82	c #Conflicts:    2158000 | #Constraints:      76071
2780.58/2796.82	c #Conflicts:    2159000 | #Constraints:      77071
2780.58/2796.82	c #Conflicts:    2160000 | #Constraints:      78071
2780.58/2796.82	c #Conflicts:    2161000 | #Constraints:      79071
2780.58/2796.82	WSVECS04 Frhs2[23]: 6 0 9.16907 shouldn't be
2780.58/2796.82	WSVECS04 Frhs2[48]: 6 -2.58549 0 shouldn't be
2780.58/2796.82	WSVECS04 Frhs2[55]: 6 0 3.96745 shouldn't be
2780.58/2796.82	WSVECS04 Frhs2[100]: 6 0 9.96839 shouldn't be
2793.42/2809.74	c #Conflicts:    2162000 | #Constraints:      80071
2793.42/2809.74	c #Conflicts:    2163000 | #Constraints:      81071
2793.42/2809.74	c #Conflicts:    2164000 | #Constraints:      82071
2793.42/2809.74	c #Conflicts:    2165000 | #Constraints:      83071
2793.42/2809.74	c #Conflicts:    2166000 | #Constraints:      84071
2793.42/2809.74	c #Conflicts:    2167000 | #Constraints:      85071
2793.42/2809.74	c #Conflicts:    2168000 | #Constraints:      86071
2793.42/2809.74	c #Conflicts:    2169000 | #Constraints:      87071
2793.42/2809.74	c #Conflicts:    2170000 | #Constraints:      88071
2793.42/2809.74	c #Conflicts:    2171000 | #Constraints:      89071
2793.42/2809.74	c #Conflicts:    2172000 | #Constraints:      90071
2793.42/2809.74	WSVECS04 Frhs2[62]: 6 0 1.0001 shouldn't be
2795.51/2811.87	WSVECS04 Frhs2[85]: 6 -4.50007 0 shouldn't be
2799.10/2815.43	WSVECS04 Frhs2[80]: 6 0 1.00009 shouldn't be
2799.10/2815.43	WSVECS04 Frhs2[81]: 6 0 1.00003 shouldn't be
2799.81/2816.12	WSVECS04 Frhs2[18]: 6 0 1.00009 shouldn't be
2824.50/2840.96	c #Conflicts:    2173000 | #Constraints:      91071
2824.50/2840.96	c #Conflicts:    2174000 | #Constraints:      92071
2824.50/2840.96	c #Conflicts:    2175000 | #Constraints:      93071
2824.50/2840.96	c #Conflicts:    2176000 | #Constraints:      94071
2824.50/2840.96	c #Conflicts:    2177000 | #Constraints:      95071
2824.50/2840.96	c #Conflicts:    2178000 | #Constraints:      96071
2824.50/2840.96	c #Conflicts:    2179000 | #Constraints:      97071
2824.50/2840.96	c #Conflicts:    2180000 | #Constraints:      98071
2824.50/2840.96	c #Conflicts:    2181000 | #Constraints:      99071
2824.50/2840.96	c #Conflicts:    2182000 | #Constraints:     100071
2824.50/2840.96	c #Conflicts:    2183000 | #Constraints:     101071
2824.50/2840.96	c #Conflicts:    2184000 | #Constraints:     102071
2824.50/2840.96	c #Conflicts:    2185000 | #Constraints:     103071
2824.50/2840.96	c #Conflicts:    2186000 | #Constraints:     104071
2824.50/2840.96	c #Conflicts:    2187000 | #Constraints:     105071
2824.50/2840.96	c #Conflicts:    2188000 | #Constraints:     106071
2824.50/2840.96	c #Conflicts:    2189000 | #Constraints:     107071
2824.50/2840.96	c #Conflicts:    2190000 | #Constraints:     108071
2824.50/2840.96	c #Conflicts:    2191000 | #Constraints:     109071
2824.50/2840.96	c #Conflicts:    2192000 | #Constraints:     110071
2824.50/2840.96	c #Conflicts:    2193000 | #Constraints:     111071
2824.50/2840.96	c #Conflicts:    2194000 | #Constraints:     112071
2824.50/2840.96	WSVECS04 Frhs2[14]: 6 -0.333409 0 shouldn't be
2824.50/2840.96	WSVECS04 Frhs2[46]: 6 0 1.00007 shouldn't be
2824.50/2840.96	WSVECS04 Frhs2[92]: 6 -3.91672 0 shouldn't be
2839.34/2855.86	c #Conflicts:    2195000 | #Constraints:     113071
2839.34/2855.86	c #Conflicts:    2196000 | #Constraints:     114071
2839.34/2855.86	c #Conflicts:    2197000 | #Constraints:     115071
2839.34/2855.86	c #Conflicts:    2198000 | #Constraints:     116071
2839.34/2855.86	c #Conflicts:    2199000 | #Constraints:     117071
2839.34/2855.86	c #Conflicts:    2200000 | #Constraints:     118071
2839.34/2855.86	c #Conflicts:    2201000 | #Constraints:     119071
2839.34/2855.86	c #Conflicts:    2202000 | #Constraints:     120071
2839.34/2855.86	c #Conflicts:    2203000 | #Constraints:     121071
2839.34/2855.86	c #Conflicts:    2204000 | #Constraints:     122071
2839.34/2855.86	c #Conflicts:    2205000 | #Constraints:     123071
2839.34/2855.86	WSVECS04 Frhs2[89]: 6 -1.66675 0 shouldn't be
2839.34/2855.86	WSVECS04 Frhs2[100]: 6 0 0.333374 shouldn't be
2848.02/2864.51	c #Conflicts:    2206000 | #Constraints:     124071
2848.02/2864.51	c #Conflicts:    2207000 | #Constraints:     125071
2848.02/2864.51	c #Conflicts:    2208000 | #Constraints:     126071
2848.02/2864.51	c #Conflicts:    2209000 | #Constraints:     127071
2848.02/2864.51	c #Conflicts:    2210000 | #Constraints:     128071
2848.02/2864.51	c #Conflicts:    2211000 | #Constraints:     129071
2848.02/2864.51	WSVECS04 Frhs2[86]: 6 -1.00009 0 shouldn't be
2848.02/2864.51	WSVECS04 Frhs2[87]: 6 -4.00004 0 shouldn't be
2848.02/2864.51	WSVECS04 Frhs2[94]: 6 -2.00003 0 shouldn't be
2852.10/2868.69	c #Conflicts:    2212000 | #Constraints:     130071
2852.10/2868.69	c #Conflicts:    2213000 | #Constraints:     131071
2852.10/2868.69	c bounds -28 >= -77 @ 2824.47
2881.69/2898.30	c #Conflicts:    2214000 | #Constraints:     132107
2881.69/2898.30	c #Conflicts:    2215000 | #Constraints:     133107
2881.69/2898.30	c #Conflicts:    2216000 | #Constraints:     134107
2881.69/2898.30	c #Conflicts:    2217000 | #Constraints:     135107
2881.69/2898.30	c #Conflicts:    2218000 | #Constraints:     136107
2881.69/2898.30	c #Conflicts:    2219000 | #Constraints:     137107
2881.69/2898.30	c #Conflicts:    2220000 | #Constraints:     138107
2881.69/2898.30	c #Conflicts:    2221000 | #Constraints:     139107
2881.69/2898.30	c #Conflicts:    2222000 | #Constraints:     140108
2881.69/2898.30	c #Conflicts:    2223000 | #Constraints:     141108
2881.69/2898.30	c #Conflicts:    2224000 | #Constraints:     142108
2881.69/2898.30	c #Conflicts:    2225000 | #Constraints:     143108
2881.69/2898.30	c #Conflicts:    2226000 | #Constraints:     144108
2881.69/2898.30	c #Conflicts:    2227000 | #Constraints:     145108
2881.69/2898.30	c #Conflicts:    2228000 | #Constraints:     146110
2881.69/2898.30	c #Conflicts:    2229000 | #Constraints:     147110
2881.69/2898.30	c #Conflicts:    2230000 | #Constraints:     148112
2881.69/2898.30	c #Conflicts:    2231000 | #Constraints:     149112
2881.69/2898.30	c #Conflicts:    2232000 | #Constraints:     150112
2881.69/2898.30	c #Conflicts:    2233000 | #Constraints:     151113
2881.69/2898.30	c #Conflicts:    2234000 | #Constraints:     152113
2881.69/2898.30	c #Conflicts:    2235000 | #Constraints:     153113
2881.69/2898.30	c #Conflicts:    2236000 | #Constraints:     154113
2881.69/2898.30	c #Conflicts:    2237000 | #Constraints:     155113
2881.69/2898.30	c INPROCESSING
2881.69/2898.30	c GARBAGE COLLECT
2881.69/2898.30	c rational objective -40.9356
2917.51/2934.39	c #Conflicts:    2238000 | #Constraints:      80044
2917.51/2934.39	c #Conflicts:    2239000 | #Constraints:      81044
2917.51/2934.39	c #Conflicts:    2240000 | #Constraints:      82044
2917.51/2934.39	c #Conflicts:    2241000 | #Constraints:      83046
2917.51/2934.39	c #Conflicts:    2242000 | #Constraints:      84051
2917.51/2934.39	c #Conflicts:    2243000 | #Constraints:      85057
2917.51/2934.39	c #Conflicts:    2244000 | #Constraints:      86058
2917.51/2934.39	c #Conflicts:    2245000 | #Constraints:      87058
2917.51/2934.39	c #Conflicts:    2246000 | #Constraints:      88060
2917.51/2934.39	c #Conflicts:    2247000 | #Constraints:      89062
2917.51/2934.39	c #Conflicts:    2248000 | #Constraints:      90068
2917.51/2934.39	c #Conflicts:    2249000 | #Constraints:      91070
2917.51/2934.39	c #Conflicts:    2250000 | #Constraints:      92072
2917.51/2934.39	c #Conflicts:    2251000 | #Constraints:      93074
2917.51/2934.39	c #Conflicts:    2252000 | #Constraints:      94082
2917.51/2934.39	c #Conflicts:    2253000 | #Constraints:      95093
2917.51/2934.39	c #Conflicts:    2254000 | #Constraints:      96098
2917.51/2934.39	c #Conflicts:    2255000 | #Constraints:      97100
2917.51/2934.39	c #Conflicts:    2256000 | #Constraints:      98105
2917.51/2934.39	c #Conflicts:    2257000 | #Constraints:      99115
2917.51/2934.39	c #Conflicts:    2258000 | #Constraints:     100121
2917.51/2934.39	c #Conflicts:    2259000 | #Constraints:     101127
2917.51/2934.39	c #Conflicts:    2260000 | #Constraints:     102138
2917.51/2934.39	c #Conflicts:    2261000 | #Constraints:     103153
2917.51/2934.39	c #Conflicts:    2262000 | #Constraints:     104157
2917.51/2934.39	c #Conflicts:    2263000 | #Constraints:     105163
2917.51/2934.39	c #Conflicts:    2264000 | #Constraints:     106170
2917.51/2934.39	c #Conflicts:    2265000 | #Constraints:     107181
2917.51/2934.39	c #Conflicts:    2266000 | #Constraints:     108188
2917.51/2934.39	c #Conflicts:    2267000 | #Constraints:     109201
2917.51/2934.39	c #Conflicts:    2268000 | #Constraints:     110205
2917.51/2934.39	c #Conflicts:    2269000 | #Constraints:     111210
2917.51/2934.39	c #Conflicts:    2270000 | #Constraints:     112211
2917.51/2934.39	c INPROCESSING
2917.51/2934.39	c GARBAGE COLLECT
2917.51/2934.39	c rational objective -40.9355
2964.44/2981.52	c #Conflicts:    2271000 | #Constraints:      58750
2964.44/2981.52	c #Conflicts:    2272000 | #Constraints:      59750
2964.44/2981.52	c #Conflicts:    2273000 | #Constraints:      60751
2964.44/2981.52	c #Conflicts:    2274000 | #Constraints:      61751
2964.44/2981.52	c #Conflicts:    2275000 | #Constraints:      62751
2964.44/2981.52	c #Conflicts:    2276000 | #Constraints:      63751
2964.44/2981.52	c #Conflicts:    2277000 | #Constraints:      64751
2964.44/2981.52	c #Conflicts:    2278000 | #Constraints:      65751
2964.44/2981.52	c #Conflicts:    2279000 | #Constraints:      66751
2964.44/2981.52	c #Conflicts:    2280000 | #Constraints:      67752
2964.44/2981.52	c #Conflicts:    2281000 | #Constraints:      68754
2964.44/2981.52	c #Conflicts:    2282000 | #Constraints:      69754
2964.44/2981.52	c #Conflicts:    2283000 | #Constraints:      70754
2964.44/2981.52	c #Conflicts:    2284000 | #Constraints:      71755
2964.44/2981.52	c #Conflicts:    2285000 | #Constraints:      72761
2964.44/2981.52	c #Conflicts:    2286000 | #Constraints:      73770
2964.44/2981.52	c #Conflicts:    2287000 | #Constraints:      74774
2964.44/2981.52	c #Conflicts:    2288000 | #Constraints:      75774
2964.44/2981.52	c #Conflicts:    2289000 | #Constraints:      76777
2964.44/2981.52	c #Conflicts:    2290000 | #Constraints:      77782
2964.44/2981.53	c #Conflicts:    2291000 | #Constraints:      78783
2964.44/2981.53	c #Conflicts:    2292000 | #Constraints:      79785
2964.44/2981.53	c #Conflicts:    2293000 | #Constraints:      80788
2964.44/2981.53	c #Conflicts:    2294000 | #Constraints:      81791
2964.44/2981.53	c #Conflicts:    2295000 | #Constraints:      82793
2964.44/2981.53	c #Conflicts:    2296000 | #Constraints:      83798
2964.44/2981.53	c #Conflicts:    2297000 | #Constraints:      84804
2964.44/2981.53	c #Conflicts:    2298000 | #Constraints:      85806
2964.44/2981.53	c #Conflicts:    2299000 | #Constraints:      86806
2964.44/2981.53	c #Conflicts:    2300000 | #Constraints:      87807
2964.44/2981.53	c #Conflicts:    2301000 | #Constraints:      88809
2964.44/2981.53	c #Conflicts:    2302000 | #Constraints:      89809
2964.44/2981.53	c INPROCESSING
2964.44/2981.53	c GARBAGE COLLECT
2964.44/2981.53	c rational objective -40.9355
2986.55/3003.95	c #Conflicts:    2303000 | #Constraints:      47191
2986.55/3003.95	c #Conflicts:    2304000 | #Constraints:      48191
2986.55/3003.95	c #Conflicts:    2305000 | #Constraints:      49191
2986.55/3003.95	c #Conflicts:    2306000 | #Constraints:      50191
2986.55/3003.95	c #Conflicts:    2307000 | #Constraints:      51191
2986.55/3003.95	c #Conflicts:    2308000 | #Constraints:      52191
2986.55/3003.95	c #Conflicts:    2309000 | #Constraints:      53191
2986.55/3003.95	c #Conflicts:    2310000 | #Constraints:      54191
2986.55/3003.95	c #Conflicts:    2311000 | #Constraints:      55191
2986.55/3003.95	c #Conflicts:    2312000 | #Constraints:      56191
2986.55/3003.95	c #Conflicts:    2313000 | #Constraints:      57191
2986.55/3003.95	c #Conflicts:    2314000 | #Constraints:      58191
2986.55/3003.95	c #Conflicts:    2315000 | #Constraints:      59191
2986.55/3003.95	c #Conflicts:    2316000 | #Constraints:      60191
2986.55/3003.95	c #Conflicts:    2317000 | #Constraints:      61191
2986.55/3003.95	c #Conflicts:    2318000 | #Constraints:      62191
2986.55/3003.95	c #Conflicts:    2319000 | #Constraints:      63191
2986.55/3003.95	c #Conflicts:    2320000 | #Constraints:      64191
2986.55/3003.95	c #Conflicts:    2321000 | #Constraints:      65191
2986.55/3003.95	c #Conflicts:    2322000 | #Constraints:      66191
2986.55/3003.95	c #Conflicts:    2323000 | #Constraints:      67191
2986.55/3003.95	c #Conflicts:    2324000 | #Constraints:      68191
2986.55/3003.95	c #Conflicts:    2325000 | #Constraints:      69191
2986.55/3003.95	c #Conflicts:    2326000 | #Constraints:      70191
2986.55/3003.95	c #Conflicts:    2327000 | #Constraints:      71191
2986.55/3003.95	WSVECS04 Frhs2[17]: 6 0 1.00006 shouldn't be
2986.55/3003.95	WSVECS04 Frhs2[61]: 6 0 1.00002 shouldn't be
2986.55/3003.95	WSVECS04 Frhs2[68]: 6 0 1.00003 shouldn't be
2986.55/3003.95	WSVECS04 Frhs2[95]: 6 0 1.00003 shouldn't be
2991.04/3008.46	c #Conflicts:    2328000 | #Constraints:      72191
2991.04/3008.46	c #Conflicts:    2329000 | #Constraints:      73191
2991.04/3008.46	c #Conflicts:    2330000 | #Constraints:      74191
2991.04/3008.46	c #Conflicts:    2331000 | #Constraints:      75191
2991.04/3008.46	WSVECS04 Frhs2[85]: 6 -4.92766 0 shouldn't be
2991.04/3008.46	WSVECS04 Frhs2[88]: 6 0 1.00009 shouldn't be
2991.04/3008.46	WSVECS04 Frhs2[291]: 6 0 0.00950251 shouldn't be
2991.04/3008.46	WSVECS04 Frhs2[296]: 6 0 0.0711185 shouldn't be
2991.04/3008.46	WSVECS04 Frhs2[301]: 6 0 0.082747 shouldn't be
2991.04/3008.46	WSVECS04 Frhs2[302]: 6 0 0.0893301 shouldn't be
2991.04/3008.46	WSVECS04 Frhs2[304]: 6 0 0.0710825 shouldn't be
2991.04/3008.46	WSVECS04 Frhs2[307]: 6 0 0.0369987 shouldn't be
2991.04/3008.46	WSVECS04 Frhs2[518]: 6 0 0.224524 shouldn't be
2991.04/3008.46	WSVECS04 Frhs2[801]: 6 0 0.00266212 shouldn't be
2991.04/3008.46	WSVECS04 Frhs2[974]: 6 0 0.0173994 shouldn't be
2991.04/3008.46	WSVECS04 Frhs2[1089]: 6 0 0.0724127 shouldn't be
2991.04/3008.46	WSVECS04 Frhs2[1094]: 6 0 0.0457162 shouldn't be
2991.04/3008.46	WSVECS04 Frhs2[1098]: 6 0 0.112224 shouldn't be
2991.04/3008.46	WSVECS04 Frhs2[1108]: 6 0 0.241803 shouldn't be
2991.04/3008.46	WSVECS04 Frhs2[1109]: 6 0 0.241743 shouldn't be
2991.04/3008.46	WSVECS04 Frhs2[1112]: 6 0 0.142888 shouldn't be
2991.04/3008.46	WSVECS04 Frhs2[1113]: 6 0 0.117374 shouldn't be
2991.04/3008.46	WSVECS04 Frhs2[1164]: 6 0 0.021609 shouldn't be
2991.04/3008.46	WSVECS04 Frhs2[1169]: 6 0 0.0856159 shouldn't be
2991.04/3008.46	WSVECS04 Frhs2[1187]: 6 0 0.10907 shouldn't be
2991.04/3008.46	WSVECS04 Frhs2[1414]: 6 0 0.0668274 shouldn't be
2991.04/3008.46	WSVECS04 Frhs2[1417]: 6 0 0.0399005 shouldn't be
2991.04/3008.46	WSVECS04 Frhs2[1418]: 6 0 0.00248066 shouldn't be
2991.04/3008.46	WSVECS04 Frhs2[1513]: 6 0 0.146024 shouldn't be
2991.04/3008.46	WSVECS04 Frhs2[1567]: 6 0 0.00260571 shouldn't be
2991.04/3008.46	WSVECS04 Frhs2[1603]: 6 0 0.070818 shouldn't be
2991.04/3008.46	WSVECS04 Frhs2[1819]: 6 0 0.0710637 shouldn't be
2996.13/3013.51	c #Conflicts:    2332000 | #Constraints:      76191
2996.13/3013.51	c #Conflicts:    2333000 | #Constraints:      77191
2996.13/3013.51	c #Conflicts:    2334000 | #Constraints:      78191
2996.13/3013.51	c #Conflicts:    2335000 | #Constraints:      79191
2996.13/3013.51	c INPROCESSING
2996.13/3013.51	c GARBAGE COLLECT
2996.13/3013.51	c rational objective -40.9355
3029.66/3047.26	c #Conflicts:    2336000 | #Constraints:      41752
3029.66/3047.26	c #Conflicts:    2337000 | #Constraints:      42752
3029.66/3047.26	c #Conflicts:    2338000 | #Constraints:      43752
3029.66/3047.26	c #Conflicts:    2339000 | #Constraints:      44752
3029.66/3047.26	c #Conflicts:    2340000 | #Constraints:      45752
3029.66/3047.26	c #Conflicts:    2341000 | #Constraints:      46752
3029.66/3047.26	c #Conflicts:    2342000 | #Constraints:      47752
3029.66/3047.26	c #Conflicts:    2343000 | #Constraints:      48752
3029.66/3047.26	c #Conflicts:    2344000 | #Constraints:      49752
3029.66/3047.26	c #Conflicts:    2345000 | #Constraints:      50752
3029.66/3047.26	c #Conflicts:    2346000 | #Constraints:      51752
3029.66/3047.26	c #Conflicts:    2347000 | #Constraints:      52752
3029.66/3047.26	c #Conflicts:    2348000 | #Constraints:      53752
3029.66/3047.26	c #Conflicts:    2349000 | #Constraints:      54752
3029.66/3047.26	c #Conflicts:    2350000 | #Constraints:      55752
3029.66/3047.26	c #Conflicts:    2351000 | #Constraints:      56752
3029.66/3047.26	c #Conflicts:    2352000 | #Constraints:      57752
3029.66/3047.26	c #Conflicts:    2353000 | #Constraints:      58752
3029.66/3047.26	c #Conflicts:    2354000 | #Constraints:      59752
3029.66/3047.26	c #Conflicts:    2355000 | #Constraints:      60752
3029.66/3047.26	c #Conflicts:    2356000 | #Constraints:      61752
3029.66/3047.26	c #Conflicts:    2357000 | #Constraints:      62752
3029.66/3047.26	c #Conflicts:    2358000 | #Constraints:      63752
3029.66/3047.26	c #Conflicts:    2359000 | #Constraints:      64752
3029.66/3047.26	c #Conflicts:    2360000 | #Constraints:      65752
3029.66/3047.26	c #Conflicts:    2361000 | #Constraints:      66752
3029.66/3047.26	c #Conflicts:    2362000 | #Constraints:      67752
3029.66/3047.26	c #Conflicts:    2363000 | #Constraints:      68752
3029.66/3047.26	c #Conflicts:    2364000 | #Constraints:      69752
3029.66/3047.26	c #Conflicts:    2365000 | #Constraints:      70752
3029.66/3047.26	c #Conflicts:    2366000 | #Constraints:      71752
3029.66/3047.26	c #Conflicts:    2367000 | #Constraints:      72752
3029.66/3047.26	c #Conflicts:    2368000 | #Constraints:      73752
3029.66/3047.26	WSVECS04 Frhs2[18]: 6 0 1.14294 shouldn't be
3029.66/3047.26	WSVECS04 Frhs2[86]: 6 0 1.00041 shouldn't be
3030.06/3047.67	WSVECS04 Frhs2[88]: 6 -4.00002 0 shouldn't be
3030.47/3048.06	WSVECS04 Frhs2[1155]: 6 0 0.357179 shouldn't be
3030.47/3048.06	WSVECS04 Frhs2[1157]: 6 0 0.295811 shouldn't be
3030.47/3048.06	WSVECS04 Frhs2[1158]: 6 0 0.357223 shouldn't be
3030.47/3048.06	WSVECS04 Frhs2[1163]: 6 0 0.357216 shouldn't be
3030.47/3048.06	WSVECS04 Frhs2[1166]: 6 0 0.357158 shouldn't be
3030.47/3048.06	WSVECS04 Frhs2[1404]: 6 0 0.715097 shouldn't be
3030.47/3048.06	WSVECS04 Frhs2[1405]: 6 0 0.571515 shouldn't be
3030.47/3048.06	WSVECS04 Frhs2[1406]: 6 0 0.71509 shouldn't be
3030.47/3048.06	WSVECS04 Frhs2[1407]: 6 0 0.642887 shouldn't be
3030.47/3048.06	WSVECS04 Frhs2[1411]: 6 0 0.643673 shouldn't be
3030.47/3048.06	WSVECS04 Frhs2[1412]: 6 0 0.71507 shouldn't be
3030.47/3048.06	WSVECS04 Frhs2[1413]: 6 0 0.643689 shouldn't be
3030.47/3048.06	WSVECS04 Frhs2[1415]: 6 0 0.357956 shouldn't be
3030.47/3048.06	WSVECS04 Frhs2[1416]: 6 0 0.643653 shouldn't be
3030.47/3048.06	WSVECS04 Frhs2[1417]: 6 0 0.64552 shouldn't be
3030.47/3048.06	WSVECS04 Frhs2[1420]: 6 0 0.645494 shouldn't be
3030.47/3048.06	WSVECS04 Frhs2[1421]: 6 0 0.645534 shouldn't be
3031.06/3048.61	WSVECS04 Frhs2[48]: 6 -1.7858 0 shouldn't be
3031.06/3048.61	WSVECS04 Frhs2[1408]: 6 0 0.0714985 shouldn't be
3031.66/3049.27	WSVECS04 Frhs2[1156]: 6 0 0.0715052 shouldn't be
3031.66/3049.27	WSVECS04 Frhs2[1160]: 6 0 0.355907 shouldn't be
3031.66/3049.27	WSVECS04 Frhs2[1165]: 6 0 0.285778 shouldn't be
3031.66/3049.27	WSVECS04 Frhs2[1173]: 6 0 0.0714895 shouldn't be
3031.66/3049.27	WSVECS04 Frhs2[1184]: 6 0 0.0714887 shouldn't be
3031.66/3049.27	WSVECS04 Frhs2[1409]: 6 0 0.371532 shouldn't be
3031.66/3049.27	WSVECS04 Frhs2[1532]: 6 0 0.645503 shouldn't be
3031.66/3049.27	WSVECS04 Frhs2[1533]: 6 0 0.64352 shouldn't be
3031.66/3049.27	WSVECS04 Frhs2[1535]: 6 0 0.700388 shouldn't be
3031.66/3049.27	WSVECS04 Frhs2[1538]: 6 0 0.645659 shouldn't be
3031.66/3049.27	WSVECS04 Frhs2[1541]: 6 0 0.643683 shouldn't be
3031.66/3049.27	WSVECS04 Frhs2[1547]: 6 0 0.7151 shouldn't be
3032.66/3050.28	WSVECS04 Frhs2[1159]: 6 0 0.285759 shouldn't be
3032.66/3050.28	WSVECS04 Frhs2[1161]: 6 0 0.285753 shouldn't be
3032.66/3050.28	WSVECS04 Frhs2[1531]: 6 0 0.642873 shouldn't be
3032.66/3050.28	WSVECS04 Frhs2[1537]: 6 0 0.716965 shouldn't be
3032.66/3050.28	WSVECS04 Frhs2[1542]: 6 0 0.715036 shouldn't be
3033.75/3051.38	WSVECS04 Frhs2[1154]: 6 0 0.355387 shouldn't be
3033.75/3051.38	WSVECS04 Frhs2[1534]: 6 0 0.349021 shouldn't be
3033.75/3051.38	WSVECS04 Frhs2[1539]: 6 0 0.715296 shouldn't be
3034.45/3052.09	WSVECS04 Frhs2[1152]: 6 0 0.357191 shouldn't be
3034.45/3052.09	WSVECS04 Frhs2[1168]: 6 0 0.285736 shouldn't be
3034.45/3052.09	WSVECS04 Frhs2[1410]: 6 0 0.711378 shouldn't be
3034.45/3052.09	WSVECS04 Frhs2[1418]: 6 0 0.647369 shouldn't be
3034.45/3052.09	WSVECS04 Frhs2[1543]: 6 0 0.715119 shouldn't be
3034.45/3052.09	WSVECS04 Frhs2[1544]: 6 0 0.645516 shouldn't be
3035.05/3052.63	WSVECS04 Frhs2[13]: 6 0 1.00004 shouldn't be
3035.05/3052.63	WSVECS04 Frhs2[28]: 6 0 1.00006 shouldn't be
3035.05/3052.63	WSVECS04 Frhs2[35]: 6 0 1.00005 shouldn't be
3035.05/3052.63	WSVECS04 Frhs2[51]: 6 0 1.00005 shouldn't be
3035.05/3052.63	WSVECS04 Frhs2[55]: 6 -1.78574 0 shouldn't be
3035.05/3052.63	WSVECS04 Frhs2[76]: 6 0 1.00001 shouldn't be
3035.05/3052.63	WSVECS04 Frhs2[112]: 6 0 1.00004 shouldn't be
3035.05/3052.63	WSVECS04 Frhs2[113]: 6 0 1.00006 shouldn't be
3035.05/3052.63	WSVECS04 Frhs2[1169]: 6 0 0.285775 shouldn't be
3035.05/3052.63	WSVECS04 Frhs2[1546]: 6 0 0.715083 shouldn't be
3035.65/3053.28	WSVECS04 Frhs2[1536]: 6 0 0.354218 shouldn't be
3037.64/3055.30	WSVECS04 Frhs2[1164]: 6 0 0.285746 shouldn't be
3040.15/3057.76	c #Conflicts:    2369000 | #Constraints:      74752
3040.15/3057.76	c INPROCESSING
3040.15/3057.76	c GARBAGE COLLECT
3040.15/3057.76	c rational objective -40.9355
3085.85/3103.66	c #Conflicts:    2370000 | #Constraints:      39904
3085.85/3103.66	c #Conflicts:    2371000 | #Constraints:      40904
3085.85/3103.66	c #Conflicts:    2372000 | #Constraints:      41904
3085.85/3103.66	c #Conflicts:    2373000 | #Constraints:      42904
3085.85/3103.66	c #Conflicts:    2374000 | #Constraints:      43904
3085.85/3103.66	c #Conflicts:    2375000 | #Constraints:      44904
3085.85/3103.66	c #Conflicts:    2376000 | #Constraints:      45904
3085.85/3103.66	c #Conflicts:    2377000 | #Constraints:      46904
3085.85/3103.66	c #Conflicts:    2378000 | #Constraints:      47904
3085.85/3103.66	c #Conflicts:    2379000 | #Constraints:      48904
3085.85/3103.66	c #Conflicts:    2380000 | #Constraints:      49904
3085.85/3103.66	c #Conflicts:    2381000 | #Constraints:      50904
3085.85/3103.66	c #Conflicts:    2382000 | #Constraints:      51904
3085.85/3103.66	c #Conflicts:    2383000 | #Constraints:      52904
3085.85/3103.66	c #Conflicts:    2384000 | #Constraints:      53904
3085.85/3103.66	c #Conflicts:    2385000 | #Constraints:      54904
3085.85/3103.66	c #Conflicts:    2386000 | #Constraints:      55904
3085.85/3103.66	c #Conflicts:    2387000 | #Constraints:      56904
3085.85/3103.66	c #Conflicts:    2388000 | #Constraints:      57904
3085.85/3103.66	c #Conflicts:    2389000 | #Constraints:      58904
3085.85/3103.66	c #Conflicts:    2390000 | #Constraints:      59904
3085.85/3103.66	c #Conflicts:    2391000 | #Constraints:      60904
3085.85/3103.66	c #Conflicts:    2392000 | #Constraints:      61904
3085.85/3103.66	c #Conflicts:    2393000 | #Constraints:      62904
3085.85/3103.66	c #Conflicts:    2394000 | #Constraints:      63904
3085.85/3103.66	c #Conflicts:    2395000 | #Constraints:      64904
3085.85/3103.66	c #Conflicts:    2396000 | #Constraints:      65904
3085.85/3103.66	c #Conflicts:    2397000 | #Constraints:      66904
3085.85/3103.66	c #Conflicts:    2398000 | #Constraints:      67904
3085.85/3103.66	c #Conflicts:    2399000 | #Constraints:      68904
3085.85/3103.66	c #Conflicts:    2400000 | #Constraints:      69904
3085.85/3103.66	c #Conflicts:    2401000 | #Constraints:      70904
3085.85/3103.66	c #Conflicts:    2402000 | #Constraints:      71904
3085.85/3103.66	c INPROCESSING
3085.85/3103.66	c GARBAGE COLLECT
3085.85/3103.66	c rational objective -40.9355
3194.96/3215.80	c #Conflicts:    2403000 | #Constraints:      38416
3194.96/3215.80	c #Conflicts:    2404000 | #Constraints:      39416
3194.96/3215.80	c #Conflicts:    2405000 | #Constraints:      40416
3194.96/3215.80	c #Conflicts:    2406000 | #Constraints:      41416
3194.96/3215.80	c #Conflicts:    2407000 | #Constraints:      42416
3194.96/3215.80	c #Conflicts:    2408000 | #Constraints:      43416
3194.96/3215.80	c #Conflicts:    2409000 | #Constraints:      44416
3194.96/3215.80	c #Conflicts:    2410000 | #Constraints:      45416
3194.96/3215.80	c #Conflicts:    2411000 | #Constraints:      46416
3194.96/3215.80	c #Conflicts:    2412000 | #Constraints:      47416
3194.96/3215.80	c #Conflicts:    2413000 | #Constraints:      48416
3194.96/3215.80	c #Conflicts:    2414000 | #Constraints:      49416
3194.96/3215.80	c #Conflicts:    2415000 | #Constraints:      50416
3194.96/3215.80	c #Conflicts:    2416000 | #Constraints:      51416
3194.96/3215.80	c #Conflicts:    2417000 | #Constraints:      52416
3194.96/3215.80	c #Conflicts:    2418000 | #Constraints:      53416
3194.96/3215.80	c #Conflicts:    2419000 | #Constraints:      54416
3194.96/3215.80	c #Conflicts:    2420000 | #Constraints:      55416
3194.96/3215.80	c #Conflicts:    2421000 | #Constraints:      56416
3194.96/3215.80	c #Conflicts:    2422000 | #Constraints:      57416
3194.96/3215.80	c #Conflicts:    2423000 | #Constraints:      58416
3194.96/3215.80	c #Conflicts:    2424000 | #Constraints:      59416
3194.96/3215.80	c #Conflicts:    2425000 | #Constraints:      60416
3194.96/3215.80	c #Conflicts:    2426000 | #Constraints:      61416
3194.96/3215.80	c #Conflicts:    2427000 | #Constraints:      62416
3194.96/3215.80	c #Conflicts:    2428000 | #Constraints:      63416
3194.96/3215.80	c #Conflicts:    2429000 | #Constraints:      64416
3194.96/3215.80	c #Conflicts:    2430000 | #Constraints:      65416
3194.96/3215.80	c #Conflicts:    2431000 | #Constraints:      66416
3194.96/3215.80	c #Conflicts:    2432000 | #Constraints:      67416
3194.96/3215.80	c #Conflicts:    2433000 | #Constraints:      68416
3194.96/3215.80	c #Conflicts:    2434000 | #Constraints:      69416
3194.96/3215.80	c #Conflicts:    2435000 | #Constraints:      70416
3194.96/3215.80	c #Conflicts:    2436000 | #Constraints:      71416
3194.96/3215.80	c INPROCESSING
3194.96/3215.80	c GARBAGE COLLECT
3194.96/3215.80	c #Conflicts:    2437000 | #Constraints:      37805
3194.96/3215.80	c #Conflicts:    2438000 | #Constraints:      38805
3194.96/3215.80	c #Conflicts:    2439000 | #Constraints:      39805
3194.96/3215.80	c #Conflicts:    2440000 | #Constraints:      40805
3194.96/3215.80	c #Conflicts:    2441000 | #Constraints:      41805
3194.96/3215.80	c #Conflicts:    2442000 | #Constraints:      42805
3194.96/3215.80	c #Conflicts:    2443000 | #Constraints:      43805
3194.96/3215.80	c #Conflicts:    2444000 | #Constraints:      44805
3194.96/3215.80	c #Conflicts:    2445000 | #Constraints:      45805
3194.96/3215.80	c #Conflicts:    2446000 | #Constraints:      46805
3194.96/3215.80	c #Conflicts:    2447000 | #Constraints:      47805
3194.96/3215.80	c #Conflicts:    2448000 | #Constraints:      48805
3194.96/3215.80	c #Conflicts:    2449000 | #Constraints:      49805
3194.96/3215.80	c #Conflicts:    2450000 | #Constraints:      50805
3194.96/3215.80	c #Conflicts:    2451000 | #Constraints:      51805
3194.96/3215.80	c #Conflicts:    2452000 | #Constraints:      52805
3194.96/3215.80	c #Conflicts:    2453000 | #Constraints:      53805
3194.96/3215.80	WSVECS04 Frhs2[44]: 6 0 1.00003 shouldn't be
3194.96/3215.80	WSVECS04 Frhs2[87]: 6 -1.51816 0 shouldn't be
3204.94/3225.85	c #Conflicts:    2454000 | #Constraints:      54805
3204.94/3225.85	c #Conflicts:    2455000 | #Constraints:      55805
3204.94/3225.85	c #Conflicts:    2456000 | #Constraints:      56805
3204.94/3225.85	c #Conflicts:    2457000 | #Constraints:      57805
3204.94/3225.85	c #Conflicts:    2458000 | #Constraints:      58805
3204.94/3225.85	c #Conflicts:    2459000 | #Constraints:      59805
3204.94/3225.85	c #Conflicts:    2460000 | #Constraints:      60805
3204.94/3225.85	c #Conflicts:    2461000 | #Constraints:      61805
3204.94/3225.85	c #Conflicts:    2462000 | #Constraints:      62805
3204.94/3225.85	c #Conflicts:    2463000 | #Constraints:      63805
3204.94/3225.85	c #Conflicts:    2464000 | #Constraints:      64805
3204.94/3225.85	WSVECS04 Frhs2[14]: 6 -0.638522 0 shouldn't be
3204.94/3225.85	WSVECS04 Frhs2[16]: 6 0 1.00004 shouldn't be
3204.94/3225.85	WSVECS04 Frhs2[53]: 6 -1.54618 0 shouldn't be
3204.94/3225.85	WSVECS04 Frhs2[54]: 6 0 1.00001 shouldn't be
3205.74/3226.69	WSVECS04 Frhs2[1375]: 6 0 0.0924014 shouldn't be
3205.74/3226.69	WSVECS04 Frhs2[1508]: 6 0 0.0154621 shouldn't be
3206.44/3227.39	WSVECS04 Frhs2[1173]: 6 0 0.0154747 shouldn't be
3206.44/3227.39	WSVECS04 Frhs2[1174]: 6 0 0.0216134 shouldn't be
3206.44/3227.39	WSVECS04 Frhs2[1184]: 6 0 0.0231468 shouldn't be
3206.44/3227.39	WSVECS04 Frhs2[1378]: 6 0 0.107734 shouldn't be
3206.44/3227.39	WSVECS04 Frhs2[1381]: 6 0 0.0923377 shouldn't be
3207.14/3228.00	WSVECS04 Frhs2[1156]: 6 0 0.0185402 shouldn't be
3207.14/3228.00	WSVECS04 Frhs2[1175]: 6 0 0.0031139 shouldn't be
3207.14/3228.00	WSVECS04 Frhs2[1379]: 6 0 0.0923364 shouldn't be
3207.14/3228.00	WSVECS04 Frhs2[1380]: 6 0 0.0923648 shouldn't be
3207.14/3228.00	WSVECS04 Frhs2[1382]: 6 0 0.107764 shouldn't be
3207.14/3228.00	WSVECS04 Frhs2[1385]: 6 0 0.0923478 shouldn't be
3207.14/3228.00	WSVECS04 Frhs2[1497]: 6 0 0.0154606 shouldn't be
3207.54/3228.45	WSVECS04 Frhs2[1376]: 6 0 0.107756 shouldn't be
3207.54/3228.45	WSVECS04 Frhs2[1377]: 6 0 0.107747 shouldn't be
3208.33/3229.21	WSVECS04 Frhs2[1369]: 6 0 0.0923963 shouldn't be
3208.33/3229.21	WSVECS04 Frhs2[1384]: 6 0 0.107729 shouldn't be
3208.33/3229.21	WSVECS04 Frhs2[1498]: 6 0 0.0154642 shouldn't be
3209.63/3230.54	WSVECS04 Frhs2[1155]: 6 0 0.015471 shouldn't be
3209.63/3230.54	WSVECS04 Frhs2[1166]: 6 0 0.0154737 shouldn't be
3209.63/3230.54	WSVECS04 Frhs2[1371]: 6 0 0.107703 shouldn't be
3230.70/3251.72	c #Conflicts:    2465000 | #Constraints:      65805
3230.70/3251.72	c #Conflicts:    2466000 | #Constraints:      66805
3230.70/3251.72	c #Conflicts:    2467000 | #Constraints:      67805
3230.70/3251.72	c #Conflicts:    2468000 | #Constraints:      68805
3230.70/3251.72	c #Conflicts:    2469000 | #Constraints:      69805
3230.70/3251.72	c #Conflicts:    2470000 | #Constraints:      70805
3230.70/3251.72	c #Conflicts:    2471000 | #Constraints:      71805
3230.70/3251.72	c #Conflicts:    2472000 | #Constraints:      72805
3230.70/3251.72	c #Conflicts:    2473000 | #Constraints:      73805
3230.70/3251.72	c #Conflicts:    2474000 | #Constraints:      74805
3230.70/3251.72	c #Conflicts:    2475000 | #Constraints:      75805
3230.70/3251.72	c #Conflicts:    2476000 | #Constraints:      76805
3230.70/3251.72	c #Conflicts:    2477000 | #Constraints:      77805
3230.70/3251.72	c #Conflicts:    2478000 | #Constraints:      78805
3230.70/3251.72	c #Conflicts:    2479000 | #Constraints:      79805
3230.70/3251.72	c #Conflicts:    2480000 | #Constraints:      80805
3230.70/3251.72	c #Conflicts:    2481000 | #Constraints:      81805
3230.70/3251.72	c #Conflicts:    2482000 | #Constraints:      82805
3230.70/3251.72	c #Conflicts:    2483000 | #Constraints:      83805
3230.70/3251.72	c #Conflicts:    2484000 | #Constraints:      84805
3230.70/3251.72	c #Conflicts:    2485000 | #Constraints:      85805
3230.70/3251.72	WSVECS04 Frhs2[46]: 6 -1.50004 0 shouldn't be
3230.70/3251.72	WSVECS04 Frhs2[72]: 6 -4.00006 0 shouldn't be
3230.70/3251.72	WSVECS04 Frhs2[87]: 6 -1.50004 0 shouldn't be
3230.70/3251.72	WSVECS04 Frhs2[92]: 6 -1.50003 0 shouldn't be
3230.70/3251.72	WSVECS04 Frhs2[94]: 6 -1.50003 0 shouldn't be
3232.10/3253.15	WSVECS04 Frhs2[18]: 6 0 1.00002 shouldn't be
3232.60/3253.67	WSVECS04 Frhs2[3]: 6 0 1.00007 shouldn't be
3232.60/3253.67	WSVECS04 Frhs2[13]: 6 0 1.00005 shouldn't be
3232.60/3253.67	WSVECS04 Frhs2[20]: 6 0 1.00009 shouldn't be
3232.60/3253.67	WSVECS04 Frhs2[59]: 6 0 1.00009 shouldn't be
3232.60/3253.67	WSVECS04 Frhs2[81]: 6 0 1.00004 shouldn't be
3232.60/3253.67	WSVECS04 Frhs2[89]: 6 0 1.00009 shouldn't be
3233.89/3254.90	WSVECS04 Frhs2[39]: 6 0 1.00007 shouldn't be
3233.89/3254.90	WSVECS04 Frhs2[52]: 6 0 1.00006 shouldn't be
3233.89/3254.90	WSVECS04 Frhs2[97]: 6 0 1.00006 shouldn't be
3235.18/3256.28	WSVECS04 Frhs2[80]: 6 0 1.00006 shouldn't be
3235.18/3256.28	WSVECS04 Frhs2[85]: 6 -1.50005 0 shouldn't be
3235.89/3256.93	WSVECS04 Frhs2[98]: 6 0 1.00007 shouldn't be
3291.98/3315.29	c #Conflicts:    2486000 | #Constraints:      86805
3291.98/3315.29	c #Conflicts:    2487000 | #Constraints:      87805
3291.98/3315.29	c #Conflicts:    2488000 | #Constraints:      88805
3291.98/3315.29	c #Conflicts:    2489000 | #Constraints:      89805
3291.98/3315.29	c #Conflicts:    2490000 | #Constraints:      90805
3291.98/3315.29	c #Conflicts:    2491000 | #Constraints:      91805
3291.98/3315.29	c #Conflicts:    2492000 | #Constraints:      92805
3291.98/3315.29	c #Conflicts:    2493000 | #Constraints:      93805
3291.98/3315.29	c #Conflicts:    2494000 | #Constraints:      94805
3291.98/3315.29	c #Conflicts:    2495000 | #Constraints:      95805
3291.98/3315.29	c #Conflicts:    2496000 | #Constraints:      96805
3291.98/3315.29	c #Conflicts:    2497000 | #Constraints:      97805
3291.98/3315.29	c #Conflicts:    2498000 | #Constraints:      98805
3291.98/3315.29	c #Conflicts:    2499000 | #Constraints:      99805
3291.98/3315.29	c #Conflicts:    2500000 | #Constraints:     100805
3291.98/3315.29	c #Conflicts:    2501000 | #Constraints:     101805
3291.98/3315.29	c #Conflicts:    2502000 | #Constraints:     102805
3291.98/3315.29	c #Conflicts:    2503000 | #Constraints:     103805
3291.98/3315.29	c #Conflicts:    2504000 | #Constraints:     104805
3291.98/3315.29	c #Conflicts:    2505000 | #Constraints:     105805
3291.98/3315.29	c #Conflicts:    2506000 | #Constraints:     106805
3291.98/3315.29	c #Conflicts:    2507000 | #Constraints:     107805
3291.98/3315.29	c #Conflicts:    2508000 | #Constraints:     108805
3291.98/3315.29	c #Conflicts:    2509000 | #Constraints:     109805
3291.98/3315.29	c #Conflicts:    2510000 | #Constraints:     110805
3291.98/3315.29	c #Conflicts:    2511000 | #Constraints:     111805
3291.98/3315.29	c #Conflicts:    2512000 | #Constraints:     112805
3291.98/3315.29	c #Conflicts:    2513000 | #Constraints:     113805
3291.98/3315.29	c #Conflicts:    2514000 | #Constraints:     114805
3291.98/3315.29	c #Conflicts:    2515000 | #Constraints:     115805
3291.98/3315.29	c #Conflicts:    2516000 | #Constraints:     116805
3291.98/3315.29	c #Conflicts:    2517000 | #Constraints:     117805
3291.98/3315.29	c #Conflicts:    2518000 | #Constraints:     118805
3291.98/3315.29	c #Conflicts:    2519000 | #Constraints:     119805
3291.98/3315.29	c #Conflicts:    2520000 | #Constraints:     120805
3291.98/3315.29	c #Conflicts:    2521000 | #Constraints:     121805
3291.98/3315.29	c #Conflicts:    2522000 | #Constraints:     122805
3291.98/3315.29	c #Conflicts:    2523000 | #Constraints:     123805
3291.98/3315.29	c #Conflicts:    2524000 | #Constraints:     124805
3291.98/3315.29	c #Conflicts:    2525000 | #Constraints:     125805
3291.98/3315.29	WSVECS04 Frhs2[23]: 6 -1.66671 0 shouldn't be
3293.57/3316.82	WSVECS04 Frhs2[72]: 6 -4.33338 0 shouldn't be
3367.69/3391.23	c #Conflicts:    2526000 | #Constraints:     126805
3367.69/3391.23	c #Conflicts:    2527000 | #Constraints:     127805
3367.69/3391.23	c #Conflicts:    2528000 | #Constraints:     128805
3367.69/3391.23	c #Conflicts:    2529000 | #Constraints:     129805
3367.69/3391.23	c #Conflicts:    2530000 | #Constraints:     130805
3367.69/3391.23	c #Conflicts:    2531000 | #Constraints:     131805
3367.69/3391.23	c #Conflicts:    2532000 | #Constraints:     132805
3367.69/3391.23	c #Conflicts:    2533000 | #Constraints:     133805
3367.69/3391.23	c #Conflicts:    2534000 | #Constraints:     134805
3367.69/3391.23	c #Conflicts:    2535000 | #Constraints:     135805
3367.69/3391.23	c #Conflicts:    2536000 | #Constraints:     136805
3367.69/3391.23	c #Conflicts:    2537000 | #Constraints:     137805
3367.69/3391.23	c #Conflicts:    2538000 | #Constraints:     138805
3367.69/3391.23	c #Conflicts:    2539000 | #Constraints:     139805
3367.69/3391.23	c #Conflicts:    2540000 | #Constraints:     140805
3367.69/3391.23	c #Conflicts:    2541000 | #Constraints:     141805
3367.69/3391.23	c #Conflicts:    2542000 | #Constraints:     142805
3367.69/3391.23	c #Conflicts:    2543000 | #Constraints:     143805
3367.69/3391.23	c #Conflicts:    2544000 | #Constraints:     144805
3367.69/3391.23	c #Conflicts:    2545000 | #Constraints:     145805
3367.69/3391.23	c #Conflicts:    2546000 | #Constraints:     146805
3367.69/3391.23	c #Conflicts:    2547000 | #Constraints:     147806
3367.69/3391.23	c #Conflicts:    2548000 | #Constraints:     148806
3367.69/3391.23	c #Conflicts:    2549000 | #Constraints:     149806
3367.69/3391.23	c #Conflicts:    2550000 | #Constraints:     150806
3367.69/3391.23	c #Conflicts:    2551000 | #Constraints:     151806
3367.69/3391.23	c #Conflicts:    2552000 | #Constraints:     152806
3367.69/3391.23	c #Conflicts:    2553000 | #Constraints:     153806
3367.69/3391.23	c #Conflicts:    2554000 | #Constraints:     154806
3367.69/3391.23	c #Conflicts:    2555000 | #Constraints:     155806
3367.69/3391.23	c #Conflicts:    2556000 | #Constraints:     156806
3367.69/3391.23	c #Conflicts:    2557000 | #Constraints:     157806
3367.69/3391.23	c #Conflicts:    2558000 | #Constraints:     158806
3367.69/3391.23	c #Conflicts:    2559000 | #Constraints:     159806
3367.69/3391.23	c #Conflicts:    2560000 | #Constraints:     160806
3367.69/3391.23	c #Conflicts:    2561000 | #Constraints:     161807
3367.69/3391.23	c #Conflicts:    2562000 | #Constraints:     162807
3367.69/3391.23	c #Conflicts:    2563000 | #Constraints:     163807
3367.69/3391.23	c #Conflicts:    2564000 | #Constraints:     164807
3367.69/3391.23	c #Conflicts:    2565000 | #Constraints:     165807
3367.69/3391.23	c INPROCESSING
3367.69/3391.23	c GARBAGE COLLECT
3367.69/3391.23	c rational objective -40.9355
3417.32/3441.12	c #Conflicts:    2566000 | #Constraints:      85324
3417.32/3441.12	c #Conflicts:    2567000 | #Constraints:      86324
3417.32/3441.12	c #Conflicts:    2568000 | #Constraints:      87324
3417.32/3441.12	c #Conflicts:    2569000 | #Constraints:      88324
3417.32/3441.12	c #Conflicts:    2570000 | #Constraints:      89324
3417.32/3441.12	c #Conflicts:    2571000 | #Constraints:      90324
3417.32/3441.12	c #Conflicts:    2572000 | #Constraints:      91324
3417.32/3441.12	c #Conflicts:    2573000 | #Constraints:      92324
3417.32/3441.12	c #Conflicts:    2574000 | #Constraints:      93324
3417.32/3441.12	c #Conflicts:    2575000 | #Constraints:      94324
3417.32/3441.12	c #Conflicts:    2576000 | #Constraints:      95325
3417.32/3441.12	c #Conflicts:    2577000 | #Constraints:      96326
3417.32/3441.12	c #Conflicts:    2578000 | #Constraints:      97328
3417.32/3441.12	c #Conflicts:    2579000 | #Constraints:      98331
3417.32/3441.12	c #Conflicts:    2580000 | #Constraints:      99333
3417.32/3441.12	c #Conflicts:    2581000 | #Constraints:     100333
3417.32/3441.12	c #Conflicts:    2582000 | #Constraints:     101333
3417.32/3441.12	c #Conflicts:    2583000 | #Constraints:     102334
3417.32/3441.12	c #Conflicts:    2584000 | #Constraints:     103334
3417.32/3441.12	c #Conflicts:    2585000 | #Constraints:     104335
3417.32/3441.12	c #Conflicts:    2586000 | #Constraints:     105336
3417.32/3441.12	c #Conflicts:    2587000 | #Constraints:     106336
3417.32/3441.12	c #Conflicts:    2588000 | #Constraints:     107338
3417.32/3441.12	c #Conflicts:    2589000 | #Constraints:     108342
3417.32/3441.12	c #Conflicts:    2590000 | #Constraints:     109345
3417.32/3441.12	c #Conflicts:    2591000 | #Constraints:     110352
3417.32/3441.12	c #Conflicts:    2592000 | #Constraints:     111356
3417.32/3441.12	c #Conflicts:    2593000 | #Constraints:     112362
3417.32/3441.12	c #Conflicts:    2594000 | #Constraints:     113365
3417.32/3441.12	c #Conflicts:    2595000 | #Constraints:     114367
3417.32/3441.12	c #Conflicts:    2596000 | #Constraints:     115367
3417.32/3441.12	c #Conflicts:    2597000 | #Constraints:     116367
3417.32/3441.12	c #Conflicts:    2598000 | #Constraints:     117372
3417.32/3441.12	c #Conflicts:    2599000 | #Constraints:     118373
3417.32/3441.12	c #Conflicts:    2600000 | #Constraints:     119374
3417.32/3441.12	c INPROCESSING
3417.32/3441.12	c GARBAGE COLLECT
3417.32/3441.12	c rational objective -40.9355
3466.69/3494.88	c #Conflicts:    2601000 | #Constraints:      62320
3466.69/3494.88	c #Conflicts:    2602000 | #Constraints:      63320
3466.69/3494.88	c #Conflicts:    2603000 | #Constraints:      64321
3466.69/3494.88	c #Conflicts:    2604000 | #Constraints:      65321
3466.69/3494.88	c #Conflicts:    2605000 | #Constraints:      66321
3466.69/3494.88	c #Conflicts:    2606000 | #Constraints:      67321
3466.69/3494.88	c #Conflicts:    2607000 | #Constraints:      68321
3466.69/3494.88	c #Conflicts:    2608000 | #Constraints:      69321
3466.69/3494.88	c #Conflicts:    2609000 | #Constraints:      70323
3466.69/3494.88	c #Conflicts:    2610000 | #Constraints:      71323
3466.69/3494.88	c #Conflicts:    2611000 | #Constraints:      72323
3466.69/3494.88	c #Conflicts:    2612000 | #Constraints:      73326
3466.69/3494.88	c #Conflicts:    2613000 | #Constraints:      74328
3466.69/3494.88	c #Conflicts:    2614000 | #Constraints:      75333
3466.69/3494.88	c #Conflicts:    2615000 | #Constraints:      76335
3466.69/3494.88	c #Conflicts:    2616000 | #Constraints:      77336
3466.69/3494.88	c #Conflicts:    2617000 | #Constraints:      78336
3466.69/3494.88	c #Conflicts:    2618000 | #Constraints:      79338
3466.69/3494.88	c #Conflicts:    2619000 | #Constraints:      80344
3466.69/3494.88	c #Conflicts:    2620000 | #Constraints:      81345
3466.69/3494.88	c #Conflicts:    2621000 | #Constraints:      82349
3466.69/3494.88	c #Conflicts:    2622000 | #Constraints:      83349
3466.69/3494.88	c #Conflicts:    2623000 | #Constraints:      84353
3466.69/3494.88	c #Conflicts:    2624000 | #Constraints:      85354
3466.69/3494.88	c #Conflicts:    2625000 | #Constraints:      86354
3466.69/3494.88	c #Conflicts:    2626000 | #Constraints:      87355
3466.69/3494.88	c #Conflicts:    2627000 | #Constraints:      88358
3466.69/3494.88	c #Conflicts:    2628000 | #Constraints:      89360
3466.69/3494.88	c #Conflicts:    2629000 | #Constraints:      90363
3466.69/3494.88	c #Conflicts:    2630000 | #Constraints:      91363
3466.69/3494.88	c #Conflicts:    2631000 | #Constraints:      92363
3466.69/3494.88	c #Conflicts:    2632000 | #Constraints:      93366
3466.69/3494.88	c #Conflicts:    2633000 | #Constraints:      94368
3466.69/3494.88	c #Conflicts:    2634000 | #Constraints:      95372
3466.69/3494.88	c #Conflicts:    2635000 | #Constraints:      96372
3466.69/3494.88	c INPROCESSING
3466.69/3494.88	c GARBAGE COLLECT
3466.69/3494.88	c rational objective -40.9355
3486.90/3515.18	c #Conflicts:    2636000 | #Constraints:      50705
3486.90/3515.18	c #Conflicts:    2637000 | #Constraints:      51708
3486.90/3515.18	c #Conflicts:    2638000 | #Constraints:      52708
3486.90/3515.18	c #Conflicts:    2639000 | #Constraints:      53710
3486.90/3515.18	c #Conflicts:    2640000 | #Constraints:      54712
3486.90/3515.18	c #Conflicts:    2641000 | #Constraints:      55713
3486.90/3515.18	c #Conflicts:    2642000 | #Constraints:      56714
3486.90/3515.18	c #Conflicts:    2643000 | #Constraints:      57714
3486.90/3515.18	c #Conflicts:    2644000 | #Constraints:      58715
3486.90/3515.18	c #Conflicts:    2645000 | #Constraints:      59718
3486.90/3515.18	c #Conflicts:    2646000 | #Constraints:      60718
3486.90/3515.18	c #Conflicts:    2647000 | #Constraints:      61718
3486.90/3515.18	c #Conflicts:    2648000 | #Constraints:      62718
3486.90/3515.18	c #Conflicts:    2649000 | #Constraints:      63718
3486.90/3515.18	c #Conflicts:    2650000 | #Constraints:      64718
3486.90/3515.18	c #Conflicts:    2651000 | #Constraints:      65718
3486.90/3515.18	c #Conflicts:    2652000 | #Constraints:      66718
3486.90/3515.18	WSVECS04 Frhs2[2]: 6 0 1.00003 shouldn't be
3486.90/3515.18	WSVECS04 Frhs2[3]: 6 0 1.00003 shouldn't be
3486.90/3515.18	WSVECS04 Frhs2[5]: 6 0 1.00005 shouldn't be
3486.90/3515.18	WSVECS04 Frhs2[9]: 6 0 1.00006 shouldn't be
3486.90/3515.18	WSVECS04 Frhs2[10]: 6 0 1.00004 shouldn't be
3486.90/3515.18	WSVECS04 Frhs2[31]: 6 0 1.00009 shouldn't be
3486.90/3515.18	WSVECS04 Frhs2[39]: 6 0 1.00009 shouldn't be
3486.90/3515.18	WSVECS04 Frhs2[40]: 6 0 1.00003 shouldn't be
3486.90/3515.18	WSVECS04 Frhs2[47]: 6 0 1.00002 shouldn't be
3486.90/3515.18	WSVECS04 Frhs2[50]: 6 0 1.00005 shouldn't be
3486.90/3515.18	WSVECS04 Frhs2[56]: 6 -1.48865 0 shouldn't be
3486.90/3515.18	WSVECS04 Frhs2[57]: 6 0 1.00008 shouldn't be
3486.90/3515.18	WSVECS04 Frhs2[86]: 6 0 1.00006 shouldn't be
3486.90/3515.18	WSVECS04 Frhs2[87]: 6 0 1.00009 shouldn't be
3486.90/3515.18	WSVECS04 Frhs2[88]: 6 0 1.00001 shouldn't be
3486.90/3515.18	WSVECS04 Frhs2[96]: 6 0 1.00009 shouldn't be
3486.90/3515.18	WSVECS04 Frhs2[115]: 6 0 1.00002 shouldn't be
3486.90/3515.18	WSVECS04 Frhs2[279]: 6 0 0.572705 shouldn't be
3486.90/3515.18	WSVECS04 Frhs2[321]: 6 -2.00005 0 shouldn't be
3486.90/3515.18	WSVECS04 Frhs2[383]: 6 0 0.345852 shouldn't be
3486.90/3515.18	WSVECS04 Frhs2[404]: 6 0 1.0046 shouldn't be
3486.90/3515.18	WSVECS04 Frhs2[437]: 6 0 0.0649364 shouldn't be
3486.90/3515.18	WSVECS04 Frhs2[507]: 6 0 1.29085 shouldn't be
3486.90/3515.18	WSVECS04 Frhs2[574]: 6 0 0.192114 shouldn't be
3486.90/3515.18	WSVECS04 Frhs2[622]: 6 0 0.458386 shouldn't be
3486.90/3515.18	WSVECS04 Frhs2[625]: 6 0 1.11013 shouldn't be
3486.90/3515.18	WSVECS04 Frhs2[626]: 6 0 1.40659 shouldn't be
3486.90/3515.18	WSVECS04 Frhs2[643]: 6 0 1.49744 shouldn't be
3486.90/3515.18	WSVECS04 Frhs2[644]: 6 0 1.49745 shouldn't be
3486.90/3515.18	WSVECS04 Frhs2[688]: 6 0 0.169457 shouldn't be
3486.90/3515.18	WSVECS04 Frhs2[690]: 6 0 0.247139 shouldn't be
3486.90/3515.18	WSVECS04 Frhs2[709]: 6 0 0.0649107 shouldn't be
3486.90/3515.18	WSVECS04 Frhs2[726]: 6 0 0.477832 shouldn't be
3486.90/3515.18	WSVECS04 Frhs2[727]: 6 0 0.116498 shouldn't be
3486.90/3515.18	WSVECS04 Frhs2[730]: 6 0 1.84569 shouldn't be
3486.90/3515.18	WSVECS04 Frhs2[745]: 6 0 0.236096 shouldn't be
3486.90/3515.18	WSVECS04 Frhs2[796]: 6 0 0.980682 shouldn't be
3486.90/3515.18	WSVECS04 Frhs2[814]: 6 0 1.06553 shouldn't be
3486.90/3515.18	WSVECS04 Frhs2[815]: 6 0 2.49814 shouldn't be
3486.90/3515.18	WSVECS04 Frhs2[828]: 6 0 1.06494 shouldn't be
3486.90/3515.18	WSVECS04 Frhs2[846]: 6 0 0.28824 shouldn't be
3486.90/3515.18	WSVECS04 Frhs2[916]: 6 0 1.09747 shouldn't be
3486.90/3515.18	WSVECS04 Frhs2[917]: 6 0 2.53008 shouldn't be
3486.90/3515.18	WSVECS04 Frhs2[932]: 6 0 0.902658 shouldn't be
3486.90/3515.18	WSVECS04 Frhs2[933]: 6 0 0.902688 shouldn't be
3486.90/3515.18	WSVECS04 Frhs2[949]: 6 0 1.0126 shouldn't be
3486.90/3515.18	WSVECS04 Frhs2[950]: 6 0 1.01262 shouldn't be
3486.90/3515.18	WSVECS04 Frhs2[1137]: 6 0 0.249586 shouldn't be
3486.90/3515.18	WSVECS04 Frhs2[1144]: 6 0 0.984309 shouldn't be
3486.90/3515.18	WSVECS04 Frhs2[1164]: 6 0 0.393221 shouldn't be
3486.90/3515.18	WSVECS04 Frhs2[1165]: 6 0 0.0333227 shouldn't be
3486.90/3515.18	WSVECS04 Frhs2[1300]: 6 0 0.177063 shouldn't be
3486.90/3515.18	WSVECS04 Frhs2[1471]: 6 0 0.0332672 shouldn't be
3486.90/3515.18	WSVECS04 Frhs2[1579]: 6 0 0.0332686 shouldn't be
3486.90/3515.18	WSVECS04 Frhs2[1654]: 6 0 0.858811 shouldn't be
3486.90/3515.18	WSVECS04 Frhs2[1659]: 6 0 0.117885 shouldn't be
3486.90/3515.18	WSVECS04 Frhs2[1664]: 6 0 0.0589747 shouldn't be
3486.90/3515.18	WSVECS04 Frhs2[1665]: 6 0 0.0333121 shouldn't be
3486.90/3515.18	WSVECS04 Frhs2[1669]: 6 0 0.0332783 shouldn't be
3486.90/3515.18	WSVECS04 Frhs2[1671]: 6 0 0.858808 shouldn't be
3486.90/3515.18	WSVECS04 Frhs2[1687]: 6 0 0.033293 shouldn't be
3486.90/3515.18	WSVECS04 Frhs2[1705]: 6 0 0.0332979 shouldn't be
3486.90/3515.18	WSVECS04 Frhs2[1762]: 6 0 0.976627 shouldn't be
3486.90/3515.18	WSVECS04 Frhs2[1798]: 6 0 0.976589 shouldn't be
3486.90/3515.18	WSVECS04 Frhs2[1831]: 6 0 0.0332613 shouldn't be
3509.25/3537.88	c #Conflicts:    2653000 | #Constraints:      67718
3509.25/3537.88	c #Conflicts:    2654000 | #Constraints:      68718
3509.25/3537.88	c #Conflicts:    2655000 | #Constraints:      69718
3509.25/3537.88	c #Conflicts:    2656000 | #Constraints:      70718
3509.25/3537.88	c #Conflicts:    2657000 | #Constraints:      71718
3509.25/3537.88	c #Conflicts:    2658000 | #Constraints:      72718
3509.25/3537.88	c #Conflicts:    2659000 | #Constraints:      73718
3509.25/3537.88	c #Conflicts:    2660000 | #Constraints:      74719
3509.25/3537.88	c #Conflicts:    2661000 | #Constraints:      75722
3509.25/3537.88	c #Conflicts:    2662000 | #Constraints:      76722
3509.25/3537.88	c #Conflicts:    2663000 | #Constraints:      77723
3509.25/3537.88	c #Conflicts:    2664000 | #Constraints:      78723
3509.25/3537.88	c #Conflicts:    2665000 | #Constraints:      79724
3509.25/3537.88	c #Conflicts:    2666000 | #Constraints:      80724
3509.25/3537.88	c #Conflicts:    2667000 | #Constraints:      81724
3509.25/3537.88	c #Conflicts:    2668000 | #Constraints:      82726
3509.25/3537.88	c bounds -29 >= -77 @ 3476.06
3514.12/3542.79	c #Conflicts:    2669000 | #Constraints:      83727
3514.12/3542.79	c #Conflicts:    2670000 | #Constraints:      84727
3514.12/3542.79	c INPROCESSING
3514.12/3542.79	c GARBAGE COLLECT
3514.12/3542.79	c rational objective -40.9355
3565.69/3597.35	c #Conflicts:    2671000 | #Constraints:      44704
3565.69/3597.35	c #Conflicts:    2672000 | #Constraints:      45704
3565.69/3597.35	c #Conflicts:    2673000 | #Constraints:      46704
3565.69/3597.35	c #Conflicts:    2674000 | #Constraints:      47704
3565.69/3597.35	c #Conflicts:    2675000 | #Constraints:      48704
3565.69/3597.35	c #Conflicts:    2676000 | #Constraints:      49704
3565.69/3597.35	c #Conflicts:    2677000 | #Constraints:      50704
3565.69/3597.35	c #Conflicts:    2678000 | #Constraints:      51704
3565.69/3597.35	c #Conflicts:    2679000 | #Constraints:      52704
3565.69/3597.35	c #Conflicts:    2680000 | #Constraints:      53704
3565.69/3597.35	c #Conflicts:    2681000 | #Constraints:      54704
3565.69/3597.35	c #Conflicts:    2682000 | #Constraints:      55704
3565.69/3597.35	c #Conflicts:    2683000 | #Constraints:      56704
3565.69/3597.35	c #Conflicts:    2684000 | #Constraints:      57704
3565.69/3597.35	c #Conflicts:    2685000 | #Constraints:      58704
3565.69/3597.35	c #Conflicts:    2686000 | #Constraints:      59704
3565.69/3597.35	c #Conflicts:    2687000 | #Constraints:      60704
3565.69/3597.35	c #Conflicts:    2688000 | #Constraints:      61704
3565.69/3597.35	c #Conflicts:    2689000 | #Constraints:      62704
3565.69/3597.35	c #Conflicts:    2690000 | #Constraints:      63704
3565.69/3597.35	c #Conflicts:    2691000 | #Constraints:      64704
3565.69/3597.35	c #Conflicts:    2692000 | #Constraints:      65704
3565.69/3597.35	c #Conflicts:    2693000 | #Constraints:      66704
3565.69/3597.35	c #Conflicts:    2694000 | #Constraints:      67704
3565.69/3597.35	c #Conflicts:    2695000 | #Constraints:      68704
3565.69/3597.35	c #Conflicts:    2696000 | #Constraints:      69704
3565.69/3597.35	c #Conflicts:    2697000 | #Constraints:      70704
3565.69/3597.35	c #Conflicts:    2698000 | #Constraints:      71704
3565.69/3597.35	c #Conflicts:    2699000 | #Constraints:      72704
3565.69/3597.35	c #Conflicts:    2700000 | #Constraints:      73704
3565.69/3597.35	c #Conflicts:    2701000 | #Constraints:      74704
3565.69/3597.35	c #Conflicts:    2702000 | #Constraints:      75704
3565.69/3597.35	c #Conflicts:    2703000 | #Constraints:      76704
3565.69/3597.35	c #Conflicts:    2704000 | #Constraints:      77704
3565.69/3597.35	c #Conflicts:    2705000 | #Constraints:      78704
3565.69/3597.35	c #Conflicts:    2706000 | #Constraints:      79704
3565.69/3597.35	c INPROCESSING
3565.69/3597.35	c GARBAGE COLLECT
3565.69/3597.35	c rational objective -40.9355
3600.08/3632.22	c #Conflicts:    2707000 | #Constraints:      42373
3600.08/3632.22	c #Conflicts:    2708000 | #Constraints:      43373
3600.08/3632.22	c #Conflicts:    2709000 | #Constraints:      44373
3600.08/3632.22	c #Conflicts:    2710000 | #Constraints:      45373
3600.08/3632.22	c #Conflicts:    2711000 | #Constraints:      46373
3600.08/3632.22	c #Conflicts:    2712000 | #Constraints:      47373
3600.08/3632.22	c #Conflicts:    2713000 | #Constraints:      48373
3600.08/3632.22	c #Conflicts:    2714000 | #Constraints:      49373
3600.08/3632.22	c #Conflicts:    2715000 | #Constraints:      50373
3600.08/3632.22	c #Conflicts:    2716000 | #Constraints:      51373
3600.08/3632.22	c #Conflicts:    2717000 | #Constraints:      52373
3600.08/3632.22	c #Conflicts:    2718000 | #Constraints:      53373
3600.08/3632.22	c #Conflicts:    2719000 | #Constraints:      54373
3600.08/3632.22	c #Conflicts:    2720000 | #Constraints:      55373
3600.08/3632.22	c #Conflicts:    2721000 | #Constraints:      56373
3600.08/3632.22	c #Conflicts:    2722000 | #Constraints:      57373
3600.08/3632.22	c #Conflicts:    2723000 | #Constraints:      58373
3600.08/3632.22	c #Conflicts:    2724000 | #Constraints:      59373
3600.08/3632.22	c #Conflicts:    2725000 | #Constraints:      60373
3600.08/3632.22	c #Conflicts:    2726000 | #Constraints:      61373
3600.08/3632.22	c #Conflicts:    2727000 | #Constraints:      62373
3600.08/3632.22	c #Conflicts:    2728000 | #Constraints:      63373
3600.08/3632.22	c #Conflicts:    2729000 | #Constraints:      64373
3600.08/3632.22	c #Conflicts:    2730000 | #Constraints:      65373
3600.08/3632.22	c #Conflicts:    2731000 | #Constraints:      66373
3600.08/3632.22	c #Conflicts:    2732000 | #Constraints:      67373
3600.08/3632.22	c #Conflicts:    2733000 | #Constraints:      68373
3600.08/3632.22	c #Conflicts:    2734000 | #Constraints:      69373
3600.08/3632.22	c #Conflicts:    2735000 | #Constraints:      70374
3600.08/3632.22	c #Conflicts:    2736000 | #Constraints:      71374
3600.08/3632.22	c cpu time 3565.61 s
3600.08/3632.22	c deterministic time 150701271349 1.51e+11
3600.08/3632.22	c optimization time 32.8164 s
3600.08/3632.22	c total solve time 3532.77 s
3600.08/3632.22	c core-guided solve time 2411 s
3600.08/3632.22	c propagation time 2162.08 s
3600.08/3632.22	c conflict analysis time 696.485 s
3600.08/3632.22	c propagations 662779466
3600.08/3632.22	c resolve steps 53906504
3600.08/3632.22	c decisions 5250591
3600.08/3632.22	c conflicts 2736143
3600.08/3632.22	c restarts 4732
3600.08/3632.22	c inprocessing phases 110
3600.08/3632.22	c garbage collections 110 ,( 100.00 )
3600.08/3632.22	c input clauses 2359 ,( 71.20 )
3600.08/3632.22	c input cardinalities 641 ,( 19.35 )
3600.08/3632.22	c input general constraints 313 ,( 9.45 )
3600.08/3632.22	c input average constraint length 14.34
3600.08/3632.22	c input average constraint degree 5.72
3600.08/3632.22	c learned clauses 2255282 ,( 82.36 )
3600.08/3632.22	c learned cardinalities 15406 ,( 0.56 )
3600.08/3632.22	c learned general constraints 467765 ,( 17.08 )
3600.08/3632.22	c learned average constraint length 254.15
3600.08/3632.22	c learned average constraint degree 258182125.65
3600.08/3632.22	c watched  CF 32, 64, 128, Arb: 194620 , 0 , 0 , 0
3600.08/3632.22	c counting CF 32, 64, 128, Arb: 273459 , 0 , 0 , 0
3600.08/3632.22	c watched   constraints 194620 ,( 41.58 ) 
3600.08/3632.22	c counting  constraints 273458 ,( 58.42 ) 
3600.08/3632.22	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 1930913882 , 413537377 , 10871353784 ,( 593798500 , 10277555284 )
3600.08/3632.22	c gcd simplifications 104089
3600.08/3632.22	c detected cardinalities 134
3600.08/3632.22	c weakened non-implied lits 192156080
3600.08/3632.22	c weakened non-implying lits 640379
3600.08/3632.22	c original variables 1873
3600.08/3632.22	c clausal propagations 141288794
3600.08/3632.22	c cardinality propagations 382542791
3600.08/3632.22	c watched propagations 2090608
3600.08/3632.22	c counting propagations 132201072
3600.08/3632.22	c watch lookups 96976061099
3600.08/3632.22	c watch backjump lookups 0
3600.08/3632.22	c watch checks 29583694623
3600.08/3632.22	c propagation checks 20553856722
3600.08/3632.22	c constraint additions 2244435025
3600.08/3632.22	c trail pops 670763948
3600.08/3632.22	c formula constraints 2265
3600.08/3632.22	c learned constraints 2734918
3600.08/3632.22	c bound constraints 59
3600.08/3632.22	c core-guided constraints 989
3600.08/3632.22	c encountered formula constraints 9819583
3600.08/3632.22	c encountered learned constraints 32418795
3600.08/3632.22	c encountered bound constraints 14365
3600.08/3632.22	c encountered core-guided constraints 14204120
3600.08/3632.22	c LP total time 1403.95 s
3600.08/3632.22	c LP solve time 1346.83 s
3600.08/3632.22	c LP constraints added 3501
3600.08/3632.22	c LP constraints removed 1187
3600.08/3632.22	c LP pivots internal 2746337
3600.08/3632.22	c LP pivots root 1683537
3600.08/3632.22	c LP calls 2871
3600.08/3632.22	c LP optimalities 422
3600.08/3632.22	c LP no pivot count 0
3600.08/3632.22	c LP infeasibilities 2321
3600.08/3632.22	c LP valid Farkas constraints 2283
3600.08/3632.22	c LP learned Farkas constraints 1225
3600.08/3632.22	c LP basis resets 157
3600.08/3632.22	c LP cycling count 0
3600.08/3632.22	c LP singular count 115
3600.08/3632.22	c LP no primal count 0
3600.08/3632.22	c LP no farkas count 36
3600.08/3632.22	c LP other issue count 6
3600.08/3632.22	c LP Gomory cuts 27
3600.08/3632.22	c LP learned cuts 1209
3600.08/3632.22	c LP deleted cuts 1187
3600.08/3632.22	c LP encountered Gomory constraints 0
3600.08/3632.22	c LP encountered Farkas constraints 161916
3600.08/3632.22	c LP encountered learned Farkas constraints 22643
3600.08/3632.22	c CG auxiliary variables introduced 344
3600.08/3632.22	c CG solutions found 16
3600.08/3632.22	c CG cores constructed 43
3600.08/3632.22	c CG core cardinality constraints returned 0
3600.08/3632.22	c CG unit cores 0
3600.08/3632.22	c CG single cores 43
3600.08/3632.22	c CG blocks removed during cardinality reduction 0
3600.08/3632.22	c CG first core best 0
3600.08/3632.22	c CG decision core best 0
3600.08/3632.22	c CG core reduction tie 0
3600.08/3632.22	c CG core degree average 1.00
3600.08/3632.22	c CG core slack average 9.47
3600.08/3632.22	c CG core upper bound improvements 0
3600.08/3632.22	c STR number of successful calls 0
3600.08/3632.22	c STR number of unsuccessful calls 0
3600.08/3632.22	c STR number of inconclusive calls 0
3600.08/3632.22	c STR number of successful attempts 0
3600.08/3632.22	c STR number of unsuccessful attempts 0
3600.08/3632.22	c STR number of inconclusive attempts 0
3600.08/3632.22	c STR average degree increase per successful call inf
3600.08/3632.22	c STR average degree increase per successful attempt inf
3600.08/3632.22	c STR total number of conflicts for successful attempts 0
3600.08/3632.22	c STR total number of conflicts for unsuccessful attempts 0
3600.08/3632.22	c STR total number of conflicts for inconclusive attempts 0
3600.08/3632.22	c STR average number of conflicts per successful attempt inf
3600.08/3632.22	c STR average number of conflicts per unsuccessful attempt inf
3600.08/3632.22	c STR average number of conflicts per inconclusive attempt inf
3600.08/3632.22	c AVG.sumWPerc 48.37 
3600.08/3632.22	c bigint constraints 0 
3600.08/3632.22	o -29
3600.08/3632.22	s SATISFIABLE
3600.08/3632.22	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 x11 -x12 -x13 x14 -x15 x16 x17 -x18 -x19 x20 -x21 -x22 x23 -x24 -x25 x26 -x27 -x28 x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 x48 x49 -x50 -x51 x52 x53 -x54 x55 x56 -x57 -x58 x59 x60 -x61 x62 x63 -x64 -x65 -x66 x67 -x68 -x69 x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 x89 -x90 -x91 x92 x93 x94 x95 -x96 -x97 x98 -x99 -x100 x101 -x102 -x103 x104 -x105 -x106 x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 -x232 -x233 -x234 -x235 -x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 -x250 -x251 -x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 -x271 -x272 -x273 -x274 -x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 -x292 -x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 x313 -x314 -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 x331 -x332 -x333 -x334 -x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 -x354 -x355 -x356 -x357 -x358 -x359 -x360 -x361 -x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 x376 -x377 -x378 -x379 -x380 -x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 x394 -x395 -x396 -x397 -x398 -x399 -x400 -x401 -x402 -x403 -x404 -x405 -x406 -x407 -x408 -x409 -x410 -x411 -x412 x413 -x414 -x415 -x416 -x417 -x418 -x419 -x420 -x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 -x430 x431 -x432 -x433 -x434 -x435 -x436 -x437 -x438 -x439 -x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 x451 -x452 -x453 -x454 -x455 -x456 -x457 -x458 -x459 -x460 -x461 -x462 -x463 -x464 -x465 -x466 -x467 -x468 -x469 -x470 -x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 -x479 -x480 -x481 -x482 -x483 -x484 -x485 -x486 -x487 -x488 -x489 -x490 -x491 -x492 -x493 -x494 -x495 -x496 -x497 -x498 -x499 -x500 -x501 -x502 -x503 -x504 -x505 -x506 -x507 x508 -x509 -x510 -x511 -x512 -x513 -x514 -x515 -x516 -x517 -x518 -x519 -x520 -x521 -x522 -x523 x524 -x525 -x526 -x527 -x528 -x529 -x530 -x531 -x532 -x533 -x534 -x535 -x536 -x537 -x538 -x539 -x540 -x541 -x542 -x543 -x544 -x545 -x546 -x547 x548 -x549 -x550 -x551 -x552 -x553 -x554 -x555 -x556 -x557 -x558 -x559 -x560 -x561 -x562 -x563 -x564 -x565 -x566 -x567 -x568 -x569 -x570 x571 -x572 -x573 -x574 -x575 -x576 -x577 -x578 -x579 -x580 -x581 -x582 -x583 -x584 -x585 -x586 -x587 -x588 -x589 -x590 -x591 -x592 -x593 -x594 -x595 -x596 -x597 -x598 -x599 -x600 -x601 -x602 -x603 -x604 -x605 -x606 -x607 -x608 -x609 -x610 -x611 -x612 -x613 -x614 -x615 -x616 -x617 -x618 -x619 -x620 -x621 -x622 -x623 -x624 -x625 -x626 -x627 x628 -x629 -x630 -x631 -x632 -x633 -x634 -x635 -x636 -x637 -x638 -x639 -x640 -x641 -x642 -x643 -x644 -x645 -x646 x647 -x648 -x649 -x650 -x651 -x652 -x653 -x654 -x655 -x656 -x657 -x658 -x659 -x660 -x661 -x662 -x663 -x664 -x665 -x666 -x667 -x668 -x669 -x670 -x671 -x672 -x673 -x674 -x675 x676 -x677 -x678 -x679 -x680 -x681 -x682 -x683 -x684 -x685 -x686 -x687 -x688 -x689 -x690 x691 -x692 -x693 -x694 -x695 -x696 -x697 -x698 -x699 -x700 -x701 -x702 -x703 -x704 -x705 -x706 -x707 -x708 -x709 -x710 -x711 -x712 -x713 -x714 -x715 -x716 -x717 -x718 -x719 -x720 -x721 -x722 -x723 -x724 -x725 -x726 -x727 -x728 -x729 -x730 -x731 -x732 -x733 -x734 -x735 -x736 -x737 -x738 -x739 -x740 -x741 -x742 -x743 -x744 -x745 -x746 -x747 -x748 -x749 -x750 -x751 -x752 -x753 -x754 -x755 -x756 -x757 -x758 -x759 -x760 -x761 -x762 -x763 -x764 x765 -x766 -x767 -x768 -x769 -x770 -x771 -x772 -x773 -x774 -x775 -x776 -x777 -x778 -x779 -x780 -x781 -x782 -x783 -x784 -x785 -x786 -x787 -x788 -x789 -x790 -x791 -x792 -x793 -x794 -x795 -x796 -x797 -x798 -x799 -x800 -x801 -x802 -x803 -x804 -x805 -x806 -x807 -x808 -x809 -x810 x811 -x812 -x813 -x814 -x815 -x816 -x817 -x818 -x819 -x820 -x821 -x822 -x823 -x824 -x825 -x826 -x827 -x828 -x829 -x830 -x831 -x832 -x833 -x834 -x835 -x836 -x837 -x838 -x839 -x840 -x841 -x842 -x843 -x844 -x845 -x846 -x847 -x848 -x849 -x850 -x851 -x852 -x853 -x854 -x855 -x856 -x857 -x858 -x859 -x860 -x861 -x862 -x863 -x864 -x865 -x866 -x867 -x868 -x869 -x870 -x871 -x872 -x873 -x874 -x875 -x876 -x877 -x878 -x879 -x880 -x881 -x882 -x883 -x884 -x885 -x886 -x887 -x888 -x889 -x890 -x891 -x892 -x893 -x894 -x895 -x896 -x897 -x898 -x899 -x900 -x901 -x902 -x903 -x904 -x905 -x906 -x907 -x908 -x909 -x910 -x911 -x912 -x913 -x914 -x915 -x916 -x917 -x918 -x919 -x920 -x921 -x922 -x923 -x924 -x925 -x926 -x927 -x928 -x929 -x930 -x931 -x932 -x933 -x934 -x935 -x936 -x937 -x938 -x939 -x940 -x941 -x942 -x943 -x944 -x945 -x946 -x947 -x948 -x949 -x950 -x951 -x952 -x953 -x954 -x955 -x956 -x957 -x958 -x959 -x960 -x961 -x962 -x963 -x964 -x965 -x966 -x967 -x968 -x969 -x970 -x971 -x972 -x973 -x974 -x975 -x976 -x977 -x978 -x979 -x980 -x981 -x982 -x983 -x984 -x985 -x986 -x987 -x988 -x989 -x990 -x991 -x992 -x993 -x994 -x995 -x996 -x997 -x998 -x999 -x1000 -x1001 -x1002 -x1003 -x1004 -x1005 -x1006 -x1007 -x1008 -x1009 -x1010 -x1011 x1012 -x1013 -x1014 -x1015 -x1016 -x1017 -x1018 -x1019 -x1020 -x1021 -x1022 -x1023 -x1024 -x1025 -x1026 -x1027 -x1028 -x1029 -x1030 x1031 -x1032 -x1033 -x1034 -x1035 -x1036 -x1037 -x1038 -x1039 -x1040 -x1041 -x1042 -x1043 -x1044 -x1045 -x1046 -x1047 -x1048 -x1049 -x1050 -x1051 -x1052 -x1053 -x1054 -x1055 -x1056 -x1057 -x1058 -x1059 -x1060 -x1061 -x1062 -x1063 -x1064 -x1065 -x1066 -x1067 -x1068 -x1069 -x1070 -x1071 -x1072 -x1073 -x1074 -x1075 -x1076 -x1077 -x1078 -x1079 x1080 -x1081 -x1082 -x1083 -x1084 -x1085 -x1086 -x1087 -x1088 -x1089 -x1090 -x1091 -x1092 -x1093 -x1094 -x1095 -x1096 -x1097 -x1098 x1099 -x1100 -x1101 -x1102 -x1103 -x1104 -x1105 -x1106 -x1107 -x1108 -x1109 -x1110 -x1111 -x1112 -x1113 -x1114 -x1115 -x1116 -x1117 -x1118 -x1119 -x1120 -x1121 -x1122 -x1123 -x1124 -x1125 -x1126 -x1127 -x1128 -x1129 -x1130 -x1131 -x1132 -x1133 -x1134 -x1135 -x1136 x1137 -x1138 -x1139 -x1140 -x1141 -x1142 -x1143 -x1144 -x1145 -x1146 -x1147 -x1148 -x1149 -x1150 -x1151 -x1152 -x1153 -x1154 -x1155 -x1156 -x1157 -x1158 -x1159 -x1160 -x1161 -x1162 -x1163 -x1164 -x1165 -x1166 -x1167 -x1168 -x1169 -x1170 -x1171 -x1172 -x1173 -x1174 -x1175 -x1176 -x1177 -x1178 -x1179 -x1180 -x1181 -x1182 -x1183 -x1184 -x1185 -x1186 -x1187 -x1188 -x1189 -x1190 -x1191 -x1192 -x1193 x1194 -x1195 -x1196 -x1197 -x1198 -x1199 -x1200 -x1201 -x1202 -x1203 -x1204 -x1205 -x1206 -x1207 -x1208 -x1209 -x1210 -x1211 -x1212 -x1213 -x1214 -x1215 -x1216 -x1217 -x1218 -x1219 -x1220 -x1221 -x1222 -x1223 -x1224 -x1225 -x1226 -x1227 -x1228 -x1229 -x1230 -x1231 -x1232 -x1233 -x1234 -x1235 -x1236 -x1237 -x1238 -x1239 -x1240 -x1241 -x1242 -x1243 -x1244 -x1245 -x1246 -x1247 -x1248 -x1249 -x1250 -x1251 -x1252 -x1253 -x1254 -x1255 -x1256 -x1257 -x1258 -x1259 -x1260 -x1261 -x1262 -x1263 -x1264 -x1265 -x1266 -x1267 -x1268 -x1269 -x1270 -x1271 -x1272 -x1273 -x1274 -x1275 -x1276 -x1277 -x1278 -x1279 -x1280 -x1281 -x1282 -x1283 -x1284 -x1285 -x1286 -x1287 -x1288 -x1289 -x1290 -x1291 -x1292 -x1293 -x1294 -x1295 -x1296 -x1297 -x1298 -x1299 -x1300 -x1301 -x1302 -x1303 -x1304 -x1305 -x1306 -x1307 -x1308 -x1309 -x1310 -x1311 -x1312 -x1313 -x1314 -x1315 -x1316 -x1317 -x1318 -x1319 -x1320 x1321 -x1322 -x1323 -x1324 -x1325 -x1326 -x1327 -x1328 -x1329 -x1330 -x1331 -x1332 -x1333 -x1334 -x1335 -x1336 -x1337 -x1338 -x1339 -x1340 -x1341 -x1342 -x1343 -x1344 -x1345 x1346 -x1347 -x1348 -x1349 -x1350 -x1351 -x1352 -x1353 -x1354 -x1355 -x1356 -x1357 -x1358 -x1359 -x1360 -x1361 -x1362 -x1363 -x1364 -x1365 -x1366 -x1367 -x1368 -x1369 -x1370 -x1371 -x1372 -x1373 -x1374 -x1375 -x1376 -x1377 -x1378 -x1379 -x1380 -x1381 -x1382 -x1383 -x1384 -x1385 -x1386 -x1387 x1388 -x1389 -x1390 -x1391 -x1392 -x1393 -x1394 -x1395 -x1396 -x1397 -x1398 -x1399 -x1400 -x1401 -x1402 -x1403 -x1404 -x1405 -x1406 -x1407 -x1408 -x1409 -x1410 -x1411 -x1412 -x1413 -x1414 -x1415 -x1416 -x1417 -x1418 -x1419 -x1420 -x1421 -x1422 -x1423 -x1424 -x1425 -x1426 -x1427 -x1428 -x1429 -x1430 -x1431 -x1432 -x1433 -x1434 -x1435 -x1436 -x1437 -x1438 -x1439 -x1440 -x1441 -x1442 -x1443 -x1444 -x1445 -x1446 -x1447 x1448 -x1449 -x1450 -x1451 -x1452 -x1453 -x1454 -x1455 -x1456 -x1457 -x1458 -x1459 -x1460 -x1461 -x1462 -x1463 -x1464 -x1465 -x1466 -x1467 -x1468 -x1469 -x1470 -x1471 -x1472 x1473 -x1474 -x1475 -x1476 -x1477 -x1478 -x1479 -x1480 -x1481 -x1482 -x1483 -x1484 -x1485 -x1486 -x1487 -x1488 -x1489 -x1490 -x1491 -x1492 -x1493 -x1494 -x1495 -x1496 -x1497 -x1498 -x1499 -x1500 -x1501 -x1502 -x1503 -x1504 -x1505 -x1506 -x1507 -x1508 -x1509 -x1510 -x1511 -x1512 -x1513 -x1514 -x1515 -x1516 -x1517 -x1518 -x1519 -x1520 -x1521 -x1522 -x1523 -x1524 x1525 -x1526 -x1527 -x1528 -x1529 -x1530 -x1531 -x1532 -x1533 -x1534 -x1535 -x1536 -x1537 -x1538 -x1539 -x1540 -x1541 -x1542 -x1543 -x1544 -x1545 -x1546 -x1547 -x1548 -x1549 -x1550 -x1551 -x1552 -x1553 -x1554 -x1555 -x1556 -x1557 -x1558 -x1559 -x1560 -x1561 -x1562 -x1563 -x1564 -x1565 -x1566 -x1567 -x1568 -x1569 -x1570 -x1571 -x1572 -x1573 -x1574 x1575 -x1576 -x1577 -x1578 -x1579 -x1580 -x1581 -x1582 -x1583 -x1584 -x1585 -x1586 -x1587 -x1588 -x1589 -x1590 -x1591 -x1592 -x1593 -x1594 -x1595 -x1596 -x1597 -x1598 -x1599 -x1600 -x1601 -x1602 -x1603 -x1604 -x1605 -x1606 -x1607 -x1608 -x1609 -x1610 -x1611 -x1612 -x1613 -x1614 -x1615 -x1616 -x1617 x1618 -x1619 -x1620 -x1621 -x1622 -x1623 -x1624 -x1625 -x1626 -x1627 -x1628 -x1629 -x1630 -x1631 -x1632 -x1633 -x1634 -x1635 -x1636 -x1637 -x1638 -x1639 -x1640 -x1641 -x1642 -x1643 -x1644 -x1645 -x1646 -x1647 -x1648 -x1649 -x1650 -x1651 -x1652 -x1653 -x1654 x1655 -x1656 -x1657 -x1658 -x1659 -x1660 -x1661 -x1662 -x1663 -x1664 -x1665 -x1666 -x1667 x1668 -x1669 -x1670 -x1671 -x1672 -x1673 -x1674 -x1675 -x1676 -x1677 -x1678 -x1679 -x1680 -x1681 -x1682 -x1683 -x1684 -x1685 -x1686 -x1687 -x1688 -x1689 -x1690 -x1691 -x1692 -x1693 -x1694 -x1695 -x1696 -x1697 -x1698 -x1699 -x1700 -x1701 x1702 -x1703 -x1704 -x1705 -x1706 -x1707 -x1708 -x1709 -x1710 -x1711 -x1712 -x1713 -x1714 -x1715 -x1716 -x1717 -x1718 -x1719 -x1720 -x1721 -x1722 -x1723 -x1724 -x1725 -x1726 -x1727 -x1728 -x1729 -x1730 -x1731 -x1732 -x1733 -x1734 -x1735 -x1736 -x1737 -x1738 -x1739 -x1740 -x1741 -x1742 -x1743 -x1744 -x1745 -x1746 -x1747 -x1748 -x1749 -x1750 -x1751 -x1752 -x1753 -x1754 -x1755 -x1756 -x1757 -x1758 -x1759 -x1760 -x1761 -x1762 -x1763 -x1764 -x1765 -x1766 -x1767 -x1768 -x1769 -x1770 -x1771 -x1772 -x1773 -x1774 -x1775 -x1776 -x1777 -x1778 -x1779 -x1780 -x1781 -x1782 -x1783 -x1784 -x1785 -x1786 -x1787 -x1788 -x1789 -x1790 -x1791 -x1792 -x1793 -x1794 -x1795 -x1796 -x1797 -x1798 -x1799 -x1800 -x1801 -x1802 -x1803 -x1804 -x1805 -x1806 -x1807 -x1808 -x1809 -x1810 -x1811 -x1812 -x1813 -x1814 -x1815 -x1816 -x1817 -x1818 -x1819 -x1820 -x1821 -x1822 -x1823 -x1824 -x1825 -x1826 -x1827 -x1828 x1829 -x1830 -x1831 -x1832 -x1833 -x1834 -x1835
3600.08/3632.22	c Program interrupted by user.

Verifier Data

OK	-29

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63665 MiB (62169 MiB free)
  memory of node 1: 64507 MiB (62854 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=58388, runsolver pid=58382

[startup+0.100061 s]*
/proc/loadavg: 1.00 1.70 1.95 5/271 58408
/proc/meminfo: memFree=127981528/131250000 swapFree=33010416/33010684
[pid=58388] ppid=58382 vsize=4192 memory=2944 CPUtime=0.06 cores=0,2
/proc/58388/stat : 58388 (run-opt-break-l) S 58382 58388 58306 0 -1 4194304 241 1951 0 0 0 0 6 0 20 0 1 0 57826067 4292608 736 18446744073709551615 94516523630592 94516524525125 140735789540320 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94516524764176 94516524811920 94516537499648 140735789545749 140735789545950 140735789545950 140735789551552 0
/proc/58388/statm: 1048 736 672 219 0 110 0
[pid=58408] ppid=58388 vsize=5932 memory=128 CPUtime=0 cores=0,2
/proc/58408/stat : 58408 (roundingsat) R 58388 58388 58306 0 -1 4194304 46 0 0 0 0 0 0 0 20 0 1 0 57826077 6074368 32 18446744073709551615 4227072 8923433 140726417050496 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 9823104 9832592 39391232 140726417053972 140726417054248 140726417054248 140726417059818 0
/proc/58408/statm: 1483 32 32 1147 0 51 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 10124 KiB
Current children cumulated memory: 3072 KiB

[startup+0.205881 s]*
/proc/loadavg: 1.00 1.70 1.95 5/271 58410
/proc/meminfo: memFree=127908048/131250000 swapFree=33010416/33010684
[pid=58388] ppid=58382 vsize=4192 memory=2944 CPUtime=0.06 cores=0,2
/proc/58388/stat : 58388 (run-opt-break-l) S 58382 58388 58306 0 -1 4194304 241 1951 0 0 0 0 6 0 20 0 1 0 57826067 4292608 736 18446744073709551615 94516523630592 94516524525125 140735789540320 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94516524764176 94516524811920 94516537499648 140735789545749 140735789545950 140735789545950 140735789551552 0
/proc/58388/statm: 1048 736 672 219 0 110 0
[pid=58408] ppid=58388 vsize=62716 memory=18092 CPUtime=0.09 cores=0,2
/proc/58408/stat : 58408 (roundingsat) R 58388 58388 58306 0 -1 4194304 2496 0 0 0 8 1 0 0 20 0 1 0 57826077 64221184 4523 18446744073709551615 4227072 8923433 140726417050496 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 39391232 140726417053972 140726417054248 140726417054248 140726417059818 0
/proc/58408/statm: 15679 4523 2272 1147 0 3106 0
Current children cumulated CPU time: 0.15 s
Current children cumulated vsize: 66908 KiB
Current children cumulated memory: 21036 KiB

[startup+0.305766 s]*
/proc/loadavg: 1.00 1.70 1.95 5/271 58410
/proc/meminfo: memFree=127907588/131250000 swapFree=33010416/33010684
[pid=58388] ppid=58382 vsize=4192 memory=2944 CPUtime=0.06 cores=0,2
/proc/58388/stat : 58388 (run-opt-break-l) S 58382 58388 58306 0 -1 4194304 241 1951 0 0 0 0 6 0 20 0 1 0 57826067 4292608 736 18446744073709551615 94516523630592 94516524525125 140735789540320 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94516524764176 94516524811920 94516537499648 140735789545749 140735789545950 140735789545950 140735789551552 0
/proc/58388/statm: 1048 736 672 219 0 110 0
[pid=58408] ppid=58388 vsize=63404 memory=18732 CPUtime=0.19 cores=0,2
/proc/58408/stat : 58408 (roundingsat) R 58388 58388 58306 0 -1 4194304 2659 0 0 0 18 1 0 0 20 0 1 0 57826077 64925696 4683 18446744073709551615 4227072 8923433 140726417050496 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 39391232 140726417053972 140726417054248 140726417054248 140726417059818 0
/proc/58408/statm: 15851 4683 2272 1147 0 3278 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 67596 KiB
Current children cumulated memory: 21676 KiB

[startup+0.70019 s]
/proc/loadavg: 1.00 1.70 1.95 5/271 58410
/proc/meminfo: memFree=127899964/131250000 swapFree=33010416/33010684
[pid=58388] ppid=58382 vsize=4192 memory=2944 CPUtime=0.06 cores=0,2
/proc/58388/stat : 58388 (run-opt-break-l) S 58382 58388 58306 0 -1 4194304 241 1951 0 0 0 0 6 0 20 0 1 0 57826067 4292608 736 18446744073709551615 94516523630592 94516524525125 140735789540320 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94516524764176 94516524811920 94516537499648 140735789545749 140735789545950 140735789545950 140735789551552 0
/proc/58388/statm: 1048 736 672 219 0 110 0
[pid=58408] ppid=58388 vsize=65924 memory=20780 CPUtime=0.58 cores=0,2
/proc/58408/stat : 58408 (roundingsat) R 58388 58388 58306 0 -1 4194304 3172 0 0 0 56 2 0 0 20 0 1 0 57826077 67506176 5195 18446744073709551615 4227072 8923433 140726417050496 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 39391232 140726417053972 140726417054248 140726417054248 140726417059818 0
/proc/58408/statm: 16481 5195 2272 1147 0 3908 0
Current children cumulated CPU time: 0.64 s
Current children cumulated vsize: 70116 KiB
Current children cumulated memory: 23724 KiB

[startup+1.50016 s]
/proc/loadavg: 1.00 1.70 1.95 5/271 58410
/proc/meminfo: memFree=127811184/131250000 swapFree=33010416/33010684
[pid=58388] ppid=58382 vsize=4192 memory=2944 CPUtime=0.06 cores=0,2
/proc/58388/stat : 58388 (run-opt-break-l) S 58382 58388 58306 0 -1 4194304 241 1951 0 0 0 0 6 0 20 0 1 0 57826067 4292608 736 18446744073709551615 94516523630592 94516524525125 140735789540320 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94516524764176 94516524811920 94516537499648 140735789545749 140735789545950 140735789545950 140735789551552 0
/proc/58388/statm: 1048 736 672 219 0 110 0
[pid=58408] ppid=58388 vsize=66976 memory=22444 CPUtime=1.37 cores=0,2
/proc/58408/stat : 58408 (roundingsat) R 58388 58388 58306 0 -1 4194304 3524 0 0 0 134 3 0 0 20 0 1 0 57826077 68583424 5611 18446744073709551615 4227072 8923433 140726417050496 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 39391232 140726417053972 140726417054248 140726417054248 140726417059818 0
/proc/58408/statm: 16744 5611 2336 1147 0 4171 0
Current children cumulated CPU time: 1.43 s
Current children cumulated vsize: 71168 KiB
Current children cumulated memory: 25388 KiB

[startup+3.10555 s]
/proc/loadavg: 1.00 1.70 1.95 4/265 58418
/proc/meminfo: memFree=127665632/131250000 swapFree=33010416/33010684
[pid=58388] ppid=58382 vsize=4192 memory=2944 CPUtime=0.06 cores=0,2
/proc/58388/stat : 58388 (run-opt-break-l) S 58382 58388 58306 0 -1 4194304 241 1951 0 0 0 0 6 0 20 0 1 0 57826067 4292608 736 18446744073709551615 94516523630592 94516524525125 140735789540320 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94516524764176 94516524811920 94516537499648 140735789545749 140735789545950 140735789545950 140735789551552 0
/proc/58388/statm: 1048 736 672 219 0 110 0
[pid=58408] ppid=58388 vsize=72432 memory=27340 CPUtime=2.97 cores=0,2
/proc/58408/stat : 58408 (roundingsat) R 58388 58388 58306 0 -1 4194304 5460 0 0 0 292 5 0 0 20 0 1 0 57826077 74170368 6835 18446744073709551615 4227072 8923433 140726417050496 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 39391232 140726417053972 140726417054248 140726417054248 140726417059818 0
/proc/58408/statm: 18108 6835 2336 1147 0 5535 0
Current children cumulated CPU time: 3.03 s
Current children cumulated vsize: 76624 KiB
Current children cumulated memory: 30284 KiB

[startup+6.30012 s]
/proc/loadavg: 1.16 1.72 1.95 4/264 58447
/proc/meminfo: memFree=127573096/131250000 swapFree=33010416/33010684
[pid=58388] ppid=58382 vsize=4192 memory=2944 CPUtime=0.06 cores=0,2
/proc/58388/stat : 58388 (run-opt-break-l) S 58382 58388 58306 0 -1 4194304 241 1951 0 0 0 0 6 0 20 0 1 0 57826067 4292608 736 18446744073709551615 94516523630592 94516524525125 140735789540320 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94516524764176 94516524811920 94516537499648 140735789545749 140735789545950 140735789545950 140735789551552 0
/proc/58388/statm: 1048 736 672 219 0 110 0
[pid=58408] ppid=58388 vsize=73880 memory=28108 CPUtime=6.15 cores=0,2
/proc/58408/stat : 58408 (roundingsat) R 58388 58388 58306 0 -1 4194304 5668 0 0 0 605 10 0 0 20 0 1 0 57826077 75653120 7027 18446744073709551615 4227072 8923433 140726417050496 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 39391232 140726417053972 140726417054248 140726417054248 140726417059818 0
/proc/58408/statm: 18470 7027 2336 1147 0 5897 0
Current children cumulated CPU time: 6.21 s
Current children cumulated vsize: 78072 KiB
Current children cumulated memory: 31052 KiB

[startup+12.7001 s]
/proc/loadavg: 1.31 1.75 1.96 4/264 58447
/proc/meminfo: memFree=127219216/131250000 swapFree=33010416/33010684
[pid=58388] ppid=58382 vsize=4192 memory=2944 CPUtime=0.06 cores=0,2
/proc/58388/stat : 58388 (run-opt-break-l) S 58382 58388 58306 0 -1 4194304 241 1951 0 0 0 0 6 0 20 0 1 0 57826067 4292608 736 18446744073709551615 94516523630592 94516524525125 140735789540320 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94516524764176 94516524811920 94516537499648 140735789545749 140735789545950 140735789545950 140735789551552 0
/proc/58388/statm: 1048 736 672 219 0 110 0
[pid=58408] ppid=58388 vsize=88768 memory=44988 CPUtime=12.53 cores=0,2
/proc/58408/stat : 58408 (roundingsat) R 58388 58388 58306 0 -1 4194304 9345 0 0 0 1234 19 0 0 20 0 1 0 57826077 90898432 11247 18446744073709551615 4227072 8923433 140726417050496 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 39391232 140726417053972 140726417054248 140726417054248 140726417059818 0
/proc/58408/statm: 22192 11247 2368 1147 0 9619 0
Current children cumulated CPU time: 12.59 s
Current children cumulated vsize: 92960 KiB
Current children cumulated memory: 47932 KiB

[startup+25.5001 s]
/proc/loadavg: 1.73 1.82 1.98 4/266 58449
/proc/meminfo: memFree=126718180/131250000 swapFree=33010416/33010684
[pid=58388] ppid=58382 vsize=4192 memory=2944 CPUtime=0.06 cores=0,2
/proc/58388/stat : 58388 (run-opt-break-l) S 58382 58388 58306 0 -1 4194304 241 1951 0 0 0 0 6 0 20 0 1 0 57826067 4292608 736 18446744073709551615 94516523630592 94516524525125 140735789540320 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94516524764176 94516524811920 94516537499648 140735789545749 140735789545950 140735789545950 140735789551552 0
/proc/58388/statm: 1048 736 672 219 0 110 0
[pid=58408] ppid=58388 vsize=96508 memory=51260 CPUtime=25.3 cores=0,2
/proc/58408/stat : 58408 (roundingsat) R 58388 58388 58306 0 -1 4194304 10898 0 0 0 2490 40 0 0 20 0 1 0 57826077 98824192 12815 18446744073709551615 4227072 8923433 140726417050496 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 39391232 140726417053972 140726417054248 140726417054248 140726417059818 0
/proc/58408/statm: 24127 12815 2368 1147 0 11554 0
Current children cumulated CPU time: 25.36 s
Current children cumulated vsize: 100700 KiB
Current children cumulated memory: 54204 KiB

[startup+51.1053 s]
/proc/loadavg: 2.62 2.03 2.05 4/268 58452
/proc/meminfo: memFree=125504740/131250000 swapFree=33010416/33010684
[pid=58388] ppid=58382 vsize=4192 memory=2944 CPUtime=0.06 cores=0,2
/proc/58388/stat : 58388 (run-opt-break-l) S 58382 58388 58306 0 -1 4194304 241 1951 0 0 0 0 6 0 20 0 1 0 57826067 4292608 736 18446744073709551615 94516523630592 94516524525125 140735789540320 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94516524764176 94516524811920 94516537499648 140735789545749 140735789545950 140735789545950 140735789551552 0
/proc/58388/statm: 1048 736 672 219 0 110 0
[pid=58408] ppid=58388 vsize=106712 memory=62348 CPUtime=50.82 cores=0,2
/proc/58408/stat : 58408 (roundingsat) R 58388 58388 58306 0 -1 4194304 13405 0 0 0 5008 74 0 0 20 0 1 0 57826077 109273088 15587 18446744073709551615 4227072 8923433 140726417050496 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 39391232 140726417053972 140726417054248 140726417054248 140726417059818 0
/proc/58408/statm: 26678 15587 2368 1147 0 14105 0
Current children cumulated CPU time: 50.88 s
Current children cumulated vsize: 110904 KiB
Current children cumulated memory: 65292 KiB

[startup+102.3 s]
/proc/loadavg: 2.92 2.20 2.11 4/266 58455
/proc/meminfo: memFree=123480464/131250000 swapFree=33010416/33010684
[pid=58388] ppid=58382 vsize=4192 memory=2944 CPUtime=0.06 cores=0,2
/proc/58388/stat : 58388 (run-opt-break-l) S 58382 58388 58306 0 -1 4194304 241 1951 0 0 0 0 6 0 20 0 1 0 57826067 4292608 736 18446744073709551615 94516523630592 94516524525125 140735789540320 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94516524764176 94516524811920 94516537499648 140735789545749 140735789545950 140735789545950 140735789551552 0
/proc/58388/statm: 1048 736 672 219 0 110 0
[pid=58408] ppid=58388 vsize=193916 memory=141412 CPUtime=101.8 cores=0,2
/proc/58408/stat : 58408 (roundingsat) R 58388 58388 58306 0 -1 4194304 19779 0 0 0 10036 144 0 0 20 0 1 0 57826077 198569984 35353 18446744073709551615 4227072 8923433 140726417050496 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 39391232 140726417053972 140726417054248 140726417054248 140726417059818 0
/proc/58408/statm: 48479 35353 2464 1147 0 35906 0
Current children cumulated CPU time: 101.86 s
Current children cumulated vsize: 198108 KiB
Current children cumulated memory: 144356 KiB

[startup+162.3 s]
/proc/loadavg: 3.35 2.44 2.20 4/269 58460
/proc/meminfo: memFree=121143404/131250000 swapFree=33010416/33010684
[pid=58388] ppid=58382 vsize=4192 memory=2944 CPUtime=0.06 cores=0,2
/proc/58388/stat : 58388 (run-opt-break-l) S 58382 58388 58306 0 -1 4194304 241 1951 0 0 0 0 6 0 20 0 1 0 57826067 4292608 736 18446744073709551615 94516523630592 94516524525125 140735789540320 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94516524764176 94516524811920 94516537499648 140735789545749 140735789545950 140735789545950 140735789551552 0
/proc/58388/statm: 1048 736 672 219 0 110 0
[pid=58408] ppid=58388 vsize=201168 memory=156576 CPUtime=161.62 cores=0,2
/proc/58408/stat : 58408 (roundingsat) R 58388 58388 58306 0 -1 4194304 21503 0 0 0 15942 220 0 0 20 0 1 0 57826077 205996032 39144 18446744073709551615 4227072 8923433 140726417050496 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 39391232 140726417053972 140726417054248 140726417054248 140726417059818 0
/proc/58408/statm: 50292 39144 2496 1147 0 37719 0
Current children cumulated CPU time: 161.68 s
Current children cumulated vsize: 205360 KiB
Current children cumulated memory: 159520 KiB

[startup+222.3 s]
/proc/loadavg: 3.22 2.58 2.26 4/269 58472
/proc/meminfo: memFree=118194260/131250000 swapFree=33010416/33010684
[pid=58388] ppid=58382 vsize=4192 memory=2944 CPUtime=0.06 cores=0,2
/proc/58388/stat : 58388 (run-opt-break-l) S 58382 58388 58306 0 -1 4194304 241 1951 0 0 0 0 6 0 20 0 1 0 57826067 4292608 736 18446744073709551615 94516523630592 94516524525125 140735789540320 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94516524764176 94516524811920 94516537499648 140735789545749 140735789545950 140735789545950 140735789551552 0
/proc/58388/statm: 1048 736 672 219 0 110 0
[pid=58408] ppid=58388 vsize=206188 memory=161824 CPUtime=221.39 cores=0,2
/proc/58408/stat : 58408 (roundingsat) R 58388 58388 58306 0 -1 4194304 22806 0 0 0 21852 287 0 0 20 0 1 0 57826077 211136512 40456 18446744073709551615 4227072 8923433 140726417050496 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 39391232 140726417053972 140726417054248 140726417054248 140726417059818 0
/proc/58408/statm: 51547 40456 2496 1147 0 38974 0

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

/proc/58408/statm: 172302 145360 2496 1147 0 159729 0
Current children cumulated CPU time: 3024.8 s
Current children cumulated vsize: 693400 KiB
Current children cumulated memory: 584384 KiB

[startup+3102.3 s]
/proc/loadavg: 3.31 3.16 3.08 4/268 58616
/proc/meminfo: memFree=11102288/131250000 swapFree=33010416/33010684
[pid=58388] ppid=58382 vsize=4192 memory=2944 CPUtime=0.06 cores=0,2
/proc/58388/stat : 58388 (run-opt-break-l) S 58382 58388 58306 0 -1 4194304 241 1951 0 0 0 0 6 0 20 0 1 0 57826067 4292608 736 18446744073709551615 94516523630592 94516524525125 140735789540320 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94516524764176 94516524811920 94516537499648 140735789545749 140735789545950 140735789545950 140735789551552 0
/proc/58388/statm: 1048 736 672 219 0 110 0
[pid=58408] ppid=58388 vsize=689208 memory=581440 CPUtime=3084.49 cores=0,2
/proc/58408/stat : 58408 (roundingsat) R 58388 58388 58306 0 -1 4194304 70003 0 0 0 305461 2988 0 0 20 0 1 0 57826077 705748992 145360 18446744073709551615 4227072 8923433 140726417050496 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 39391232 140726417053972 140726417054248 140726417054248 140726417059818 0
/proc/58408/statm: 172302 145360 2496 1147 0 159729 0
Current children cumulated CPU time: 3084.55 s
Current children cumulated vsize: 693400 KiB
Current children cumulated memory: 584384 KiB

[startup+3162.3 s]
/proc/loadavg: 3.25 3.17 3.09 4/267 58618
/proc/meminfo: memFree=9592892/131250000 swapFree=33010416/33010684
[pid=58388] ppid=58382 vsize=4192 memory=2944 CPUtime=0.06 cores=0,2
/proc/58388/stat : 58388 (run-opt-break-l) S 58382 58388 58306 0 -1 4194304 241 1951 0 0 0 0 6 0 20 0 1 0 57826067 4292608 736 18446744073709551615 94516523630592 94516524525125 140735789540320 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94516524764176 94516524811920 94516537499648 140735789545749 140735789545950 140735789545950 140735789551552 0
/proc/58388/statm: 1048 736 672 219 0 110 0
[pid=58408] ppid=58388 vsize=689208 memory=581568 CPUtime=3141.54 cores=0,2
/proc/58408/stat : 58408 (roundingsat) R 58388 58388 58306 0 -1 4194304 70017 0 0 0 311118 3036 0 0 20 0 1 0 57826077 705748992 145392 18446744073709551615 4227072 8923433 140726417050496 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 39391232 140726417053972 140726417054248 140726417054248 140726417059818 0
/proc/58408/statm: 172302 145392 2496 1147 0 159729 0
Current children cumulated CPU time: 3141.6 s
Current children cumulated vsize: 693400 KiB
Current children cumulated memory: 584512 KiB

[startup+3222.3 s]
/proc/loadavg: 3.15 3.15 3.09 4/267 58620
/proc/meminfo: memFree=7969224/131250000 swapFree=33010416/33010684
[pid=58388] ppid=58382 vsize=4192 memory=2944 CPUtime=0.06 cores=0,2
/proc/58388/stat : 58388 (run-opt-break-l) S 58382 58388 58306 0 -1 4194304 241 1951 0 0 0 0 6 0 20 0 1 0 57826067 4292608 736 18446744073709551615 94516523630592 94516524525125 140735789540320 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94516524764176 94516524811920 94516537499648 140735789545749 140735789545950 140735789545950 140735789551552 0
/proc/58388/statm: 1048 736 672 219 0 110 0
[pid=58408] ppid=58388 vsize=689208 memory=581568 CPUtime=3201.38 cores=0,2
/proc/58408/stat : 58408 (roundingsat) R 58388 58388 58306 0 -1 4194304 70017 0 0 0 317048 3090 0 0 20 0 1 0 57826077 705748992 145392 18446744073709551615 4227072 8923433 140726417050496 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 39391232 140726417053972 140726417054248 140726417054248 140726417059818 0
/proc/58408/statm: 172302 145392 2496 1147 0 159729 0
Current children cumulated CPU time: 3201.44 s
Current children cumulated vsize: 693400 KiB
Current children cumulated memory: 584512 KiB

[startup+3282.3 s]
/proc/loadavg: 3.14 3.15 3.09 4/268 58623
/proc/meminfo: memFree=6002352/131250000 swapFree=33010416/33010684
[pid=58388] ppid=58382 vsize=4192 memory=2944 CPUtime=0.06 cores=0,2
/proc/58388/stat : 58388 (run-opt-break-l) S 58382 58388 58306 0 -1 4194304 241 1951 0 0 0 0 6 0 20 0 1 0 57826067 4292608 736 18446744073709551615 94516523630592 94516524525125 140735789540320 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94516524764176 94516524811920 94516537499648 140735789545749 140735789545950 140735789545950 140735789551552 0
/proc/58388/statm: 1048 736 672 219 0 110 0
[pid=58408] ppid=58388 vsize=689208 memory=581568 CPUtime=3261.12 cores=0,2
/proc/58408/stat : 58408 (roundingsat) R 58388 58388 58306 0 -1 4194304 70017 0 0 0 322977 3135 0 0 20 0 1 0 57826077 705748992 145392 18446744073709551615 4227072 8923433 140726417050496 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 39391232 140726417053972 140726417054248 140726417054248 140726417059818 0
/proc/58408/statm: 172302 145392 2496 1147 0 159729 0
Current children cumulated CPU time: 3261.18 s
Current children cumulated vsize: 693400 KiB
Current children cumulated memory: 584512 KiB

[startup+3342.3 s]
/proc/loadavg: 3.08 3.14 3.09 4/268 58628
/proc/meminfo: memFree=3570332/131250000 swapFree=33010416/33010684
[pid=58388] ppid=58382 vsize=4192 memory=2944 CPUtime=0.06 cores=0,2
/proc/58388/stat : 58388 (run-opt-break-l) S 58382 58388 58306 0 -1 4194304 241 1951 0 0 0 0 6 0 20 0 1 0 57826067 4292608 736 18446744073709551615 94516523630592 94516524525125 140735789540320 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94516524764176 94516524811920 94516537499648 140735789545749 140735789545950 140735789545950 140735789551552 0
/proc/58388/statm: 1048 736 672 219 0 110 0
[pid=58408] ppid=58388 vsize=689208 memory=581568 CPUtime=3318.93 cores=0,2
/proc/58408/stat : 58408 (roundingsat) R 58388 58388 58306 0 -1 4194304 70019 0 0 0 328723 3170 0 0 20 0 1 0 57826077 705748992 145392 18446744073709551615 4227072 8923433 140726417050496 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 39391232 140726417053972 140726417054248 140726417054248 140726417059818 0
/proc/58408/statm: 172302 145392 2496 1147 0 159729 0
Current children cumulated CPU time: 3318.99 s
Current children cumulated vsize: 693400 KiB
Current children cumulated memory: 584512 KiB

[startup+3402.3 s]
/proc/loadavg: 3.08 3.12 3.09 4/268 58630
/proc/meminfo: memFree=1357476/131250000 swapFree=33010416/33010684
[pid=58388] ppid=58382 vsize=4192 memory=2944 CPUtime=0.06 cores=0,2
/proc/58388/stat : 58388 (run-opt-break-l) S 58382 58388 58306 0 -1 4194304 241 1951 0 0 0 0 6 0 20 0 1 0 57826067 4292608 736 18446744073709551615 94516523630592 94516524525125 140735789540320 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94516524764176 94516524811920 94516537499648 140735789545749 140735789545950 140735789545950 140735789551552 0
/proc/58388/statm: 1048 736 672 219 0 110 0
[pid=58408] ppid=58388 vsize=691104 memory=583488 CPUtime=3378.7 cores=0,2
/proc/58408/stat : 58408 (roundingsat) R 58388 58388 58306 0 -1 4194304 70516 0 0 0 334658 3212 0 0 20 0 1 0 57826077 707690496 145872 18446744073709551615 4227072 8923433 140726417050496 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 39391232 140726417053972 140726417054248 140726417054248 140726417059818 0
/proc/58408/statm: 172776 145872 2496 1147 0 160203 0
Current children cumulated CPU time: 3378.76 s
Current children cumulated vsize: 695296 KiB
Current children cumulated memory: 586432 KiB

[startup+3462.3 s]
/proc/loadavg: 3.15 3.13 3.09 4/268 58636
/proc/meminfo: memFree=771188/131250000 swapFree=33010416/33010684
[pid=58388] ppid=58382 vsize=4192 memory=2944 CPUtime=0.06 cores=0,2
/proc/58388/stat : 58388 (run-opt-break-l) S 58382 58388 58306 0 -1 4194304 241 1951 0 0 0 0 6 0 20 0 1 0 57826067 4292608 736 18446744073709551615 94516523630592 94516524525125 140735789540320 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94516524764176 94516524811920 94516537499648 140735789545749 140735789545950 140735789545950 140735789551552 0
/proc/58388/statm: 1048 736 672 219 0 110 0
[pid=58408] ppid=58388 vsize=695004 memory=585204 CPUtime=3436.34 cores=0,2
/proc/58408/stat : 58408 (roundingsat) R 58388 58388 58306 0 -1 4194304 70795 0 0 0 340371 3263 0 0 20 0 1 0 57826077 711684096 146301 18446744073709551615 4227072 8923433 140726417050496 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 39391232 140726417053972 140726417054248 140726417054248 140726417059818 0
/proc/58408/statm: 173751 146301 2496 1147 0 161178 0
Current children cumulated CPU time: 3436.4 s
Current children cumulated vsize: 699196 KiB
Current children cumulated memory: 588148 KiB

[startup+3522.3 s]
/proc/loadavg: 3.11 3.12 3.09 4/268 58638
/proc/meminfo: memFree=938024/131250000 swapFree=33010416/33010684
[pid=58388] ppid=58382 vsize=4192 memory=2944 CPUtime=0.06 cores=0,2
/proc/58388/stat : 58388 (run-opt-break-l) S 58382 58388 58306 0 -1 4194304 241 1951 0 0 0 0 6 0 20 0 1 0 57826067 4292608 736 18446744073709551615 94516523630592 94516524525125 140735789540320 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94516524764176 94516524811920 94516537499648 140735789545749 140735789545950 140735789545950 140735789551552 0
/proc/58388/statm: 1048 736 672 219 0 110 0
[pid=58408] ppid=58388 vsize=696084 memory=586228 CPUtime=3493.84 cores=0,2
/proc/58408/stat : 58408 (roundingsat) R 58388 58388 58306 0 -1 4194304 71088 0 0 0 346071 3313 0 0 20 0 1 0 57826077 712790016 146557 18446744073709551615 4227072 8923433 140726417050496 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 39391232 140726417053972 140726417054248 140726417054248 140726417059818 0
/proc/58408/statm: 174021 146557 2496 1147 0 161448 0
Current children cumulated CPU time: 3493.9 s
Current children cumulated vsize: 700276 KiB
Current children cumulated memory: 589172 KiB

[startup+3582.3 s]
/proc/loadavg: 3.04 3.09 3.08 3/267 58640
/proc/meminfo: memFree=981036/131250000 swapFree=33010416/33010684
[pid=58388] ppid=58382 vsize=4192 memory=2944 CPUtime=0.06 cores=0,2
/proc/58388/stat : 58388 (run-opt-break-l) S 58382 58388 58306 0 -1 4194304 241 1951 0 0 0 0 6 0 20 0 1 0 57826067 4292608 736 18446744073709551615 94516523630592 94516524525125 140735789540320 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94516524764176 94516524811920 94516537499648 140735789545749 140735789545950 140735789545950 140735789551552 0
/proc/58388/statm: 1048 736 672 219 0 110 0
[pid=58408] ppid=58388 vsize=696084 memory=586228 CPUtime=3550.7 cores=0,2
/proc/58408/stat : 58408 (roundingsat) R 58388 58388 58306 0 -1 4194304 71088 0 0 0 351709 3361 0 0 20 0 1 0 57826077 712790016 146557 18446744073709551615 4227072 8923433 140726417050496 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 39391232 140726417053972 140726417054248 140726417054248 140726417059818 0
/proc/58408/statm: 174021 146557 2496 1147 0 161448 0
Current children cumulated CPU time: 3550.76 s
Current children cumulated vsize: 700276 KiB
Current children cumulated memory: 589172 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3632.2 s]
/proc/loadavg: 3.13 3.11 3.09 2/255 58694
/proc/meminfo: memFree=6861308/131250000 swapFree=33010416/33010684
[pid=58388] ppid=58382 vsize=4192 memory=2944 CPUtime=0.06 cores=0,2
/proc/58388/stat : 58388 (run-opt-break-l) S 58382 58388 58306 0 -1 4194304 241 1951 0 0 0 0 6 0 20 0 1 0 57826067 4292608 736 18446744073709551615 94516523630592 94516524525125 140735789540320 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94516524764176 94516524811920 94516537499648 140735789545749 140735789545950 140735789545950 140735789551552 0
/proc/58388/statm: 1048 736 672 219 0 110 0
[pid=58408] ppid=58388 vsize=696084 memory=589300 CPUtime=3600.02 cores=0,2
/proc/58408/stat : 58408 (roundingsat) R 58388 58388 58306 0 -1 4194304 71116 0 0 0 356560 3442 0 0 20 0 1 0 57826077 712790016 147325 18446744073709551615 4227072 8923433 140726417050496 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 39391232 140726417053972 140726417054248 140726417054248 140726417059818 0
/proc/58408/statm: 174021 147325 2496 1147 0 161448 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 700276 KiB
Current children cumulated memory: 592244 KiB

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

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

# cumulated CPU time of all completed processes:  user=0.060678 s, system=0.009094 s

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

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

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 2

Real time (s): 3632.28
CPU time (s): 3600.11
CPU user time (s): 3565.68
CPU system time (s): 34.4368
CPU usage (%): 99.1143
Max. virtual memory (cumulated for all children) (KiB): 700276
Max. memory (cumulated for all children) (KiB): 592244

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3565.68
system time used= 34.4368
maximum resident set size= 589428
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 73325
page faults= 2
swaps= 0
block input operations= 3528
block output operations= 11764152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 998
involuntary context switches= 8211


# summary of solver processes directly reported to runsolver:
#   pid: 58388,58408
#   total CPU time (s): 3600.11
#   total CPU user time (s): 3565.68
#   total CPU system time (s): 34.4368

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.00366 second user time and 15.5463 second system time

The end

Launcher Data

Begin job on nodeC027 at 2025-07-02 03:57:42
IDJOB=4502421
IDBENCH=155330
IDSOLVER=3360
FILE ID=nodeC027/4502421-1751421462
RUNJOBID= nodeC027-1751421462-58343
SLURM_JOB_ID= 9598350
Free space on /tmp= 431296 MiB

SOLVER NAME= roundingsat+pbsuma-opt-log 63f22ad
BENCH NAME= PB24/normalized-PB11/OPT-LIN/heinz/normalized-protfold.opb
COMMAND LINE= run-opt-break-log.sh BENCHNAME PROOFFILE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4502421-1751421462/watcher-4502421-1751421462 -o /tmp/evaluation-result-4502421-1751421462/solver-4502421-1751421462 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1751421462-58343 --watchdog 3760 --file-size-limit 100000 run-opt-break-log.sh HOME/instance-4502421-1751421462.opb PROOFDIR/proof-4502421-1751421462

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

MD5SUM BENCH= 7d697abe2607c9e2486f4e4c4676f6ab
RANDOM SEED=768054988

nodeC027 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.644
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3265.356
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.698
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 2522.046
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.633
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 2796.944
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.843
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 1193.590
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        128020928 kB
MemAvailable:   129764924 kB
Buffers:            2488 kB
Cached:          2545644 kB
SwapCached:           12 kB
Active:           387456 kB
Inactive:        2232688 kB
Active(anon):      87276 kB
Inactive(anon):     2792 kB
Active(file):     300180 kB
Inactive(file):  2229896 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             20972 kB
Writeback:             0 kB
AnonPages:         75128 kB
Mapped:           103944 kB
Shmem:             18056 kB
KReclaimable:     105916 kB
Slab:             194508 kB
SReclaimable:     105916 kB
SUnreclaim:        88592 kB
KernelStack:        4112 kB
PageTables:         2824 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     336752 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150424 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     16384 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      203476 kB
DirectMap2M:     9005056 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 431252 MiB
End job on nodeC027 at 2025-07-02 04:58:14