Trace number 4541843

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 NameAnswerCPU timeWall clock time
roundingsat+pbsuma 63f22ad? (TO) 3600.08 3609.91

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/
equalities/array_comm/arraycomm_teq/normalized-22arraycomm_teq_less.opb
MD5SUM33cd2865dc6656b609d0c0476b6c078b
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.64241
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2992
Total number of constraints4445
Number of constraints which are clauses2904
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1541
Minimum length of a constraint2
Maximum length of a constraint88
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 8796093022208
Number of bits of the biggest number in a constraint 44
Biggest sum of numbers in a constraint 35184372088831
Number of bits of the biggest sum of numbers45
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.03	c ┌────────────────────────────────────────────────────────────────┐
0.00/0.03	c │      pbsuma -- a PB interface for satsuma                      │
0.00/0.03	c │      satsuma_version=1.2, dejavu_version=2.1                   │
0.00/0.03	c │      (c) 2025 Markus Anders                                    │
0.00/0.03	c └────────────────────────────────────────────────────────────────┘
0.00/0.03	c parse 'HOME/instance-4541843-1753206206.opb'
0.00/0.03	c 	read 0.13MB  (2.41ms)
0.00/0.03	c	 [cnf: #variables 2992 #clauses 4445 #duplicates 0 #arr 12672]
0.00/0.03	c 
0.00/0.03	c make graph and approximate orbits
0.00/0.03	c	 [group: #orbits ~= 0] (3.43ms)
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.03	c 	 (0.71ms)
0.00/0.03	c 
0.00/0.03	c detect symmetries on remainder
0.00/0.03	c 	[graph: #vertices 16326 #edges 43122]
0.00/0.04	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.00/0.04	c 	 [group: #symmetries 1.00*10^0 #generators 0] (0.99ms)
0.00/0.04	c 
0.00/0.04	c finalize break order and special generators
0.00/0.04	c 
0.00/0.04	c generation finished
0.00/0.04	c 	[sbp: #constraints 0 #add_vars 0]
0.00/0.04	c 
0.00/0.04	c write result to 'HOME/instance-4541843-1753206206.opb.pre'
0.00/0.04	c 	wrote 0.14MB (0.40ms)
0.00/0.04	c ------------------------------------------------------------------
0.00/0.04	c                   3.43ms 41.11% approx_orbits
0.00/0.04	c                   2.41ms 28.91% parse
0.00/0.04	c                   0.99ms 11.92% detect_generic
0.00/0.04	c                   0.71ms  8.51% detect_special
0.00/0.04	c                   0.40ms  4.74% output
0.00/0.04	c                   0.32ms  3.80% other
0.00/0.04	c                   0.08ms  1.02% finalize_order
0.00/0.04	c         ───────────────────────────────────────────────
0.00/0.04	c                   8.34ms   100% total
0.00/0.04	c ------------------------------------------------------------------
0.00/0.09	c RoundingSat 2
0.00/0.09	c branch pb25
0.00/0.09	c commit 63f22ad
0.00/0.12	c #variables 2992 #constraints 5985
0.00/0.12	c rational objective 1.13687e-13
1.20/1.38	c #Conflicts:       1000 | #Constraints:       6985
1.20/1.38	c #Conflicts:       2000 | #Constraints:       7985
1.20/1.38	c INPROCESSING
1.20/1.38	c GARBAGE COLLECT
1.20/1.38	c rational objective 6.06434
2.59/2.76	c #Conflicts:       3000 | #Constraints:       8006
2.59/2.76	c #Conflicts:       4000 | #Constraints:       9006
2.59/2.76	c INPROCESSING
2.59/2.76	c GARBAGE COLLECT
2.59/2.76	c rational objective 6.25236
5.09/5.20	c #Conflicts:       5000 | #Constraints:       8430
5.09/5.20	c #Conflicts:       6000 | #Constraints:       9430
5.09/5.20	c INPROCESSING
5.09/5.20	c GARBAGE COLLECT
5.09/5.20	c rational objective 6.5547
47.68/47.93	c #Conflicts:       7000 | #Constraints:       8453
47.68/47.93	c #Conflicts:       8000 | #Constraints:       9453
47.68/47.93	c #Conflicts:       9000 | #Constraints:      10453
47.68/47.93	c INPROCESSING
47.68/47.93	c GARBAGE COLLECT
47.68/47.93	c #Conflicts:      10000 | #Constraints:       9179
47.68/47.93	c #Conflicts:      11000 | #Constraints:      10179
47.68/47.93	c #Conflicts:      12000 | #Constraints:      11179
47.68/47.93	c INPROCESSING
47.68/47.93	c GARBAGE COLLECT
47.68/47.93	c #Conflicts:      13000 | #Constraints:       9654
47.68/47.93	c #Conflicts:      14000 | #Constraints:      10654
47.68/47.93	c #Conflicts:      15000 | #Constraints:      11654
47.68/47.93	c INPROCESSING
47.68/47.93	c GARBAGE COLLECT
47.68/47.93	c #Conflicts:      16000 | #Constraints:       9903
47.68/47.93	c #Conflicts:      17000 | #Constraints:      10903
47.68/47.93	c #Conflicts:      18000 | #Constraints:      11903
47.68/47.93	c INPROCESSING
47.68/47.93	c GARBAGE COLLECT
47.68/47.93	c #Conflicts:      19000 | #Constraints:       9950
47.68/47.93	c #Conflicts:      20000 | #Constraints:      10950
47.68/47.93	c #Conflicts:      21000 | #Constraints:      11950
47.68/47.93	c INPROCESSING
47.68/47.93	c GARBAGE COLLECT
47.68/47.93	c #Conflicts:      22000 | #Constraints:       9771
47.68/47.93	c #Conflicts:      23000 | #Constraints:      10771
47.68/47.93	c #Conflicts:      24000 | #Constraints:      11771
47.68/47.93	c #Conflicts:      25000 | #Constraints:      12771
47.68/47.93	c INPROCESSING
47.68/47.93	c GARBAGE COLLECT
47.68/47.93	c #Conflicts:      26000 | #Constraints:      10403
47.68/47.93	c #Conflicts:      27000 | #Constraints:      11403
47.68/47.93	c #Conflicts:      28000 | #Constraints:      12403
47.68/47.93	c #Conflicts:      29000 | #Constraints:      13403
47.68/47.93	c INPROCESSING
47.68/47.93	c GARBAGE COLLECT
47.68/47.93	c #Conflicts:      30000 | #Constraints:      10802
47.68/47.93	c #Conflicts:      31000 | #Constraints:      11802
47.68/47.93	c #Conflicts:      32000 | #Constraints:      12802
47.68/47.93	c #Conflicts:      33000 | #Constraints:      13802
47.68/47.93	c INPROCESSING
47.68/47.93	c GARBAGE COLLECT
47.68/47.93	c #Conflicts:      34000 | #Constraints:      11010
47.68/47.93	c #Conflicts:      35000 | #Constraints:      12011
47.68/47.93	c #Conflicts:      36000 | #Constraints:      13011
47.68/47.93	c #Conflicts:      37000 | #Constraints:      14013
47.68/47.93	c #Conflicts:      38000 | #Constraints:      15013
47.68/47.93	c #Conflicts:      39000 | #Constraints:      16013
47.68/47.93	c #Conflicts:      40000 | #Constraints:      17013
47.68/47.93	c #Conflicts:      41000 | #Constraints:      18013
47.68/47.93	c #Conflicts:      42000 | #Constraints:      19013
47.68/47.93	c #Conflicts:      43000 | #Constraints:      20014
47.68/47.93	c #Conflicts:      44000 | #Constraints:      21014
47.68/47.93	c #Conflicts:      45000 | #Constraints:      22014
47.68/47.93	c #Conflicts:      46000 | #Constraints:      23014
47.68/47.93	c #Conflicts:      47000 | #Constraints:      24014
47.68/47.93	c #Conflicts:      48000 | #Constraints:      25014
47.68/47.93	c INPROCESSING
47.68/47.93	c GARBAGE COLLECT
47.68/47.93	WSVECS04 Frhs2[3]: 6 -107.202 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[4]: 6 -61.7061 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[5]: 6 -56.662 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[6]: 6 -65.2006 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[7]: 6 -72.299 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[10]: 6 -94.0143 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[11]: 6 -91.421 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[14]: 6 -94.5709 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[15]: 6 -93.3496 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[16]: 6 -92.9538 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[22]: 6 -30.5766 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[28]: 6 -5.07716 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[29]: 6 -66.0984 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[32]: 6 -85.0121 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[35]: 6 -106.564 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[36]: 6 -126.108 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[38]: 6 -251.326 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[39]: 6 -150.717 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[40]: 6 -64.3748 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[42]: 6 -91.5815 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[94]: 6 -2.0022 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[95]: 6 -2.00244 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[98]: 6 -2.00781 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[101]: 6 -1.96875 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[102]: 6 -1.9375 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[104]: 6 -2.02343 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[105]: 6 -2.01561 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[106]: 6 -2.01559 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[108]: 6 -1.99984 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[116]: 6 -2.0044 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[117]: 6 -2.00488 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[120]: 6 -2.01563 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[123]: 6 -1.9375 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[124]: 6 -1.875 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[126]: 6 -2.04686 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[127]: 6 -2.03121 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[128]: 6 -2.03117 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[130]: 6 -1.99969 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[138]: 6 -2.00879 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[139]: 6 -2.00977 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[142]: 6 -2.03125 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[145]: 6 -1.875 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[146]: 6 -1.75 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[148]: 6 -2.09371 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[149]: 6 -2.06242 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[150]: 6 -2.06234 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[152]: 6 -1.99937 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[160]: 6 -2.01758 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[161]: 6 -2.01953 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[164]: 6 -2.0625 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[167]: 6 -1.75 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[168]: 6 -1.5 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[170]: 6 -2.18742 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[171]: 6 -2.12484 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[172]: 6 -2.12469 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[174]: 6 -1.99874 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[182]: 6 -2.03516 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[183]: 6 -2.03906 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[186]: 6 -2.125 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[189]: 6 -1.5 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[190]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[192]: 6 -2.37484 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[193]: 6 -2.24969 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[194]: 6 -2.24937 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[212]: 6 0 3.02382 shouldn't be
47.68/47.93	WSVECS04 Frhs2[233]: 6 0 2.89882 shouldn't be
47.68/47.93	WSVECS04 Frhs2[234]: 6 0 8.04765 shouldn't be
47.68/47.93	WSVECS04 Frhs2[243]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[248]: 6 -2.28125 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[258]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[259]: 6 -3.99748 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[260]: 6 -3.99496 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[262]: 6 -1.97985 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[270]: 6 -2.5625 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[271]: 6 -2.625 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[274]: 6 -4 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[281]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[282]: 6 -1.24158 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[298]: 6 0 16.5953 shouldn't be
47.68/47.93	WSVECS04 Frhs2[299]: 6 0 37.1906 shouldn't be
47.68/47.93	WSVECS04 Frhs2[318]: 6 0 7.42265 shouldn't be
47.68/47.93	WSVECS04 Frhs2[319]: 6 0 15.5953 shouldn't be
47.68/47.93	WSVECS04 Frhs2[320]: 6 0 36.1906 shouldn't be
47.68/47.93	WSVECS04 Frhs2[321]: 6 0 76.3812 shouldn't be
47.68/47.93	WSVECS04 Frhs2[337]: 6 -7 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[341]: 6 0 35.1906 shouldn't be
47.68/47.93	WSVECS04 Frhs2[342]: 6 0 75.3812 shouldn't be
47.68/47.93	WSVECS04 Frhs2[343]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[344]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[346]: 6 -2.98316 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[347]: 6 -2.96632 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[348]: 6 -2.4194 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[350]: 6 -1.67759 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[358]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[359]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[361]: 6 0 15.8453 shouldn't be
47.68/47.93	WSVECS04 Frhs2[363]: 6 0 74.3812 shouldn't be
47.68/47.93	WSVECS04 Frhs2[365]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[366]: 6 -2.43147 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[368]: 6 -3.96632 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[369]: 6 -2.5878 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[370]: 6 -2.83879 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[372]: 6 -1.35517 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[380]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[381]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[383]: 6 0 34.6906 shouldn't be
47.68/47.93	WSVECS04 Frhs2[388]: 6 -3.86294 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[390]: 6 -5.93264 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[391]: 6 -3.1756 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[392]: 6 -3.67759 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[394]: 6 -3.03974 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[402]: 6 0 30.7575 shouldn't be
47.68/47.93	WSVECS04 Frhs2[404]: 6 0 34.6906 shouldn't be
47.68/47.93	WSVECS04 Frhs2[405]: 6 0 72.3812 shouldn't be
47.68/47.93	WSVECS04 Frhs2[464]: 6 0 20.6139 shouldn't be
47.68/47.93	WSVECS04 Frhs2[466]: 6 0 32.9385 shouldn't be
47.68/47.93	WSVECS04 Frhs2[467]: 6 0 98.4535 shouldn't be
47.68/47.93	WSVECS04 Frhs2[510]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[512]: 6 -1.5 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[513]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[522]: 6 -17.8901 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[523]: 6 -33.7803 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[524]: 6 -65.5606 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[526]: 6 -2.5 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[528]: 6 0 13.9202 shouldn't be
47.68/47.93	WSVECS04 Frhs2[530]: 6 0 28.5764 shouldn't be
47.68/47.93	WSVECS04 Frhs2[536]: 6 0 27.4569 shouldn't be
47.68/47.93	WSVECS04 Frhs2[540]: 6 0 27.4399 shouldn't be
47.68/47.93	WSVECS04 Frhs2[541]: 6 0 27.5947 shouldn't be
47.68/47.93	WSVECS04 Frhs2[545]: 6 0 27.3706 shouldn't be
47.68/47.93	WSVECS04 Frhs2[548]: 6 0 27.5947 shouldn't be
47.68/47.93	WSVECS04 Frhs2[551]: 6 0 27.5947 shouldn't be
47.68/47.93	WSVECS04 Frhs2[574]: 6 0 27.5947 shouldn't be
47.68/47.93	WSVECS04 Frhs2[581]: 6 0 27.4747 shouldn't be
47.68/47.93	WSVECS04 Frhs2[594]: 6 -1.96875 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[641]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[642]: 6 -32.5453 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[643]: 6 -1.9375 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[644]: 6 -2.26742 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[645]: 6 -2.28484 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[648]: 6 -2.77869 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[649]: 6 -2.55739 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[652]: 6 -3.45908 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[653]: 6 -3.91816 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[654]: 6 -5.58632 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[660]: 6 -1.75 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[663]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[664]: 6 -2.9375 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[665]: 6 -1.875 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[666]: 6 -2.53484 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[667]: 6 -2.56967 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[671]: 6 -3.11477 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[674]: 6 -4.91816 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[675]: 6 -5.83632 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[676]: 6 -9.17265 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[729]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[730]: 6 -2 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[731]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[732]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[733]: 6 -6.55739 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[737]: 6 -10.9182 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[741]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[742]: 6 -5.99395 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[748]: 6 -2.30827 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[795]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[796]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[797]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[798]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[799]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[802]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[803]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[806]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[807]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[808]: 6 -33.9516 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[814]: 6 -4.10622 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[817]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[818]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[819]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[820]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[821]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[824]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[825]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[828]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[829]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[830]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[836]: 6 -6.93224 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[861]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[862]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[863]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[864]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[868]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[869]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[872]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[873]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[874]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[879]: 6 -0.688701 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[883]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[884]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[885]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[886]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[887]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[891]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[894]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[895]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[896]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[905]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[906]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[907]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[909]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[912]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[913]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[916]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[917]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[918]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[945]: 6 0 25.4822 shouldn't be
47.68/47.93	WSVECS04 Frhs2[946]: 6 0 27.5989 shouldn't be
47.68/47.93	WSVECS04 Frhs2[949]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[950]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[951]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[952]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[953]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[956]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[957]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[960]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[961]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[962]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[966]: 6 0 27.4822 shouldn't be
47.68/47.93	WSVECS04 Frhs2[988]: 6 0 28.4716 shouldn't be
47.68/47.93	WSVECS04 Frhs2[989]: 6 0 27.5047 shouldn't be
47.68/47.93	WSVECS04 Frhs2[1034]: 6 0 41.5558 shouldn't be
47.68/47.93	WSVECS04 Frhs2[1160]: 6 0 64.0231 shouldn't be
47.68/47.93	WSVECS04 Frhs2[1191]: 6 0 1 shouldn't be
47.68/47.93	WSVECS04 Frhs2[1222]: 6 0 0.161207 shouldn't be
47.68/47.93	WSVECS04 Frhs2[1235]: 6 -79.3812 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[1238]: 6 -2.24158 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[1239]: 6 -1.62169 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[1244]: 6 0 82.6488 shouldn't be
47.68/47.93	WSVECS04 Frhs2[1256]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[1269]: 6 0 5.5 shouldn't be
47.68/47.93	WSVECS04 Frhs2[1275]: 6 0 1 shouldn't be
47.68/47.93	WSVECS04 Frhs2[1277]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[1295]: 6 0 2 shouldn't be
47.68/47.93	WSVECS04 Frhs2[1298]: 6 -2.43147 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[1312]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[1319]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[1325]: 6 -2.3294 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[1333]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[1377]: 6 0 291.525 shouldn't be
47.68/47.93	WSVECS04 Frhs2[1378]: 6 -598 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[1379]: 6 0 16.9012 shouldn't be
47.68/47.93	WSVECS04 Frhs2[1438]: 6 -522.889 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[1443]: 6 0 49.0469 shouldn't be
47.68/47.93	WSVECS04 Frhs2[1446]: 6 0 20.2412 shouldn't be
47.68/47.93	WSVECS04 Frhs2[1453]: 6 0 1 shouldn't be
47.68/47.93	WSVECS04 Frhs2[1455]: 6 -360.822 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[1459]: 6 -5.62793 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[1471]: 6 0 67.7618 shouldn't be
47.68/47.93	WSVECS04 Frhs2[1483]: 6 0 1.95133 shouldn't be
47.68/47.93	WSVECS04 Frhs2[1491]: 6 0 1.99927 shouldn't be
47.68/47.93	WSVECS04 Frhs2[1518]: 6 0 6.81816 shouldn't be
47.68/47.93	WSVECS04 Frhs2[1616]: 6 0 25.6936 shouldn't be
47.68/47.93	WSVECS04 Frhs2[1647]: 6 0 5.27869 shouldn't be
47.68/47.93	WSVECS04 Frhs2[1667]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[1676]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[1688]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[1690]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[1718]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[1721]: 6 0 62.9031 shouldn't be
47.68/47.93	WSVECS04 Frhs2[1729]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[1731]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[1732]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[1735]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[1739]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[1750]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[1752]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[1753]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[1756]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[1760]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[1762]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[1771]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[1777]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[1781]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[1783]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[1792]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[1793]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[1798]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[1802]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[1804]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[1813]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[1814]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[1816]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[1819]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[1820]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[1823]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[1824]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[1825]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[1834]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[1835]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[1836]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[1837]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[1840]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[1841]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[1844]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[1845]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[1846]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[1855]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[1862]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[1866]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[1872]: 6 0 1.25 shouldn't be
47.68/47.93	WSVECS04 Frhs2[1876]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[1877]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[1878]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[1879]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[1883]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[1887]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[1888]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[1891]: 6 0 0.887532 shouldn't be
47.68/47.93	WSVECS04 Frhs2[2089]: 6 -1.00504 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[2155]: 6 -1.0403 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[2177]: 6 -1.0806 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[2178]: 6 -2.16121 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[2213]: 6 -78.3812 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[2215]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[2235]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[2236]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[2243]: 6 -1.64483 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[2257]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[2319]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[2337]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[2428]: 6 -1.9822 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[2434]: 6 -2 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[2435]: 6 -1.90881 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[2437]: 6 -1.77585 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[2442]: 6 -1.0078 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[2447]: 6 -0.00390696 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[2451]: 6 -3 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[2452]: 6 -1.95133 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[2498]: 6 -0.721308 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[2621]: 6 -2 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[2633]: 6 -3.99697 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[2648]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[2653]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[2666]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[2667]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[2668]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[2669]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[2674]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[2687]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[2689]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[2692]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[2696]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[2698]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[2699]: 6 -17.9758 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[2709]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[2711]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[2713]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[2715]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[2717]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[2718]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[2719]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[2721]: 6 -33.9516 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[2734]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[2736]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[2739]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[2740]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[2746]: 6 -1.75 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[2753]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[2754]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[2756]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[2757]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[2759]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[2760]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[2761]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[2765]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[2780]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[2784]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[2788]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[2801]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[2802]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[2805]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[2815]: 6 -0.500001 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[2822]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[2823]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[2825]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[2826]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[2829]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[2830]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[2832]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[2841]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[2848]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[2850]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[2852]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[2856]: 6 0 0.381908 shouldn't be
47.68/47.93	WSVECS04 Frhs2[2864]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[2865]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[2866]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[2867]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[2871]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[2875]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[2876]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[2907]: 6 -2 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[2908]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[2913]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[2917]: 6 -1 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[2924]: 6 -0.999997 0 shouldn't be
47.68/47.93	WSVECS04 Frhs2[2943]: 6 -0.750001 0 shouldn't be
94.78/95.10	c #Conflicts:      49000 | #Constraints:      16623
94.78/95.10	c #Conflicts:      50000 | #Constraints:      17623
94.78/95.10	c #Conflicts:      51000 | #Constraints:      18623
94.78/95.10	c #Conflicts:      52000 | #Constraints:      19623
94.78/95.10	c #Conflicts:      53000 | #Constraints:      20623
94.78/95.10	c INPROCESSING
94.78/95.10	c GARBAGE COLLECT
94.78/95.10	c #Conflicts:      54000 | #Constraints:      14324
94.78/95.10	c #Conflicts:      55000 | #Constraints:      15324
94.78/95.10	c #Conflicts:      56000 | #Constraints:      16324
94.78/95.10	c #Conflicts:      57000 | #Constraints:      17324
94.78/95.10	c #Conflicts:      58000 | #Constraints:      18324
94.78/95.10	c INPROCESSING
94.78/95.10	c GARBAGE COLLECT
94.78/95.10	c #Conflicts:      59000 | #Constraints:      12922
94.78/95.10	c #Conflicts:      60000 | #Constraints:      13922
94.78/95.10	c #Conflicts:      61000 | #Constraints:      14922
94.78/95.10	c #Conflicts:      62000 | #Constraints:      15922
94.78/95.10	c #Conflicts:      63000 | #Constraints:      16922
94.78/95.10	c #Conflicts:      64000 | #Constraints:      17922
94.78/95.10	c INPROCESSING
94.78/95.10	c GARBAGE COLLECT
94.78/95.10	c #Conflicts:      65000 | #Constraints:      12877
94.78/95.10	c #Conflicts:      66000 | #Constraints:      13877
94.78/95.10	c #Conflicts:      67000 | #Constraints:      14877
94.78/95.10	c #Conflicts:      68000 | #Constraints:      15877
94.78/95.10	c #Conflicts:      69000 | #Constraints:      16877
94.78/95.10	c #Conflicts:      70000 | #Constraints:      17877
94.78/95.10	c #Conflicts:      71000 | #Constraints:      18877
94.78/95.10	c #Conflicts:      72000 | #Constraints:      19877
94.78/95.10	c #Conflicts:      73000 | #Constraints:      20877
94.78/95.10	c #Conflicts:      74000 | #Constraints:      21877
94.78/95.10	c #Conflicts:      75000 | #Constraints:      22877
94.78/95.10	c #Conflicts:      76000 | #Constraints:      23877
94.78/95.10	c #Conflicts:      77000 | #Constraints:      24877
94.78/95.10	c #Conflicts:      78000 | #Constraints:      25877
94.78/95.10	c #Conflicts:      79000 | #Constraints:      26877
94.78/95.10	c #Conflicts:      80000 | #Constraints:      27877
94.78/95.10	c #Conflicts:      81000 | #Constraints:      28877
94.78/95.10	c #Conflicts:      82000 | #Constraints:      29877
94.78/95.10	c #Conflicts:      83000 | #Constraints:      30877
94.78/95.10	c #Conflicts:      84000 | #Constraints:      31877
94.78/95.10	c INPROCESSING
94.78/95.10	c GARBAGE COLLECT
94.78/95.10	c #Conflicts:      85000 | #Constraints:      19753
94.78/95.10	c #Conflicts:      86000 | #Constraints:      20753
94.78/95.10	c #Conflicts:      87000 | #Constraints:      21753
94.78/95.10	c #Conflicts:      88000 | #Constraints:      22753
94.78/95.10	c #Conflicts:      89000 | #Constraints:      23753
94.78/95.10	c #Conflicts:      90000 | #Constraints:      24753
94.78/95.10	c #Conflicts:      91000 | #Constraints:      25753
94.78/95.10	c INPROCESSING
94.78/95.10	c GARBAGE COLLECT
94.78/95.10	c rational objective 6.59084
137.87/138.30	c #Conflicts:      92000 | #Constraints:      16682
137.87/138.30	c #Conflicts:      93000 | #Constraints:      17682
137.87/138.30	c #Conflicts:      94000 | #Constraints:      18682
137.87/138.30	c #Conflicts:      95000 | #Constraints:      19683
137.87/138.30	c #Conflicts:      96000 | #Constraints:      20687
137.87/138.30	c #Conflicts:      97000 | #Constraints:      21687
137.87/138.30	c #Conflicts:      98000 | #Constraints:      22687
137.87/138.30	c #Conflicts:      99000 | #Constraints:      23687
137.87/138.30	c INPROCESSING
137.87/138.30	c GARBAGE COLLECT
137.87/138.30	c #Conflicts:     100000 | #Constraints:      16037
137.87/138.30	c #Conflicts:     101000 | #Constraints:      17037
137.87/138.30	c #Conflicts:     102000 | #Constraints:      18037
137.87/138.30	c #Conflicts:     103000 | #Constraints:      19037
137.87/138.30	c #Conflicts:     104000 | #Constraints:      20037
137.87/138.30	c #Conflicts:     105000 | #Constraints:      21037
137.87/138.30	c #Conflicts:     106000 | #Constraints:      22037
137.87/138.30	c INPROCESSING
137.87/138.30	c GARBAGE COLLECT
137.87/138.30	c #Conflicts:     107000 | #Constraints:      15021
137.87/138.30	c #Conflicts:     108000 | #Constraints:      16021
137.87/138.30	c #Conflicts:     109000 | #Constraints:      17021
137.87/138.30	c #Conflicts:     110000 | #Constraints:      18021
137.87/138.30	c #Conflicts:     111000 | #Constraints:      19021
137.87/138.30	c #Conflicts:     112000 | #Constraints:      20021
137.87/138.30	c #Conflicts:     113000 | #Constraints:      21021
137.87/138.30	c #Conflicts:     114000 | #Constraints:      22021
137.87/138.30	c #Conflicts:     115000 | #Constraints:      23021
137.87/138.30	c #Conflicts:     116000 | #Constraints:      24021
137.87/138.30	c #Conflicts:     117000 | #Constraints:      25021
137.87/138.30	c #Conflicts:     118000 | #Constraints:      26021
137.87/138.30	c #Conflicts:     119000 | #Constraints:      27021
137.87/138.30	c #Conflicts:     120000 | #Constraints:      28021
137.87/138.30	c #Conflicts:     121000 | #Constraints:      29021
137.87/138.30	c #Conflicts:     122000 | #Constraints:      30021
137.87/138.30	c #Conflicts:     123000 | #Constraints:      31021
137.87/138.30	c #Conflicts:     124000 | #Constraints:      32021
137.87/138.30	c #Conflicts:     125000 | #Constraints:      33021
137.87/138.30	c #Conflicts:     126000 | #Constraints:      34021
137.87/138.30	c #Conflicts:     127000 | #Constraints:      35021
137.87/138.30	c #Conflicts:     128000 | #Constraints:      36021
137.87/138.30	c #Conflicts:     129000 | #Constraints:      37021
137.87/138.30	c #Conflicts:     130000 | #Constraints:      38021
137.87/138.30	c #Conflicts:     131000 | #Constraints:      39021
137.87/138.30	c #Conflicts:     132000 | #Constraints:      40021
137.87/138.30	c INPROCESSING
137.87/138.30	c GARBAGE COLLECT
137.87/138.30	WSVECS04 Frhs2[5]: 6 0 785.384 shouldn't be
137.87/138.30	WSVECS04 Frhs2[6]: 6 0 785.384 shouldn't be
137.87/138.30	WSVECS04 Frhs2[7]: 6 0 767.097 shouldn't be
137.87/138.30	WSVECS04 Frhs2[10]: 6 0 805.921 shouldn't be
137.87/138.30	WSVECS04 Frhs2[20]: 6 -8.40232 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[21]: 6 0 1203.89 shouldn't be
137.87/138.30	WSVECS04 Frhs2[22]: 6 0 86.2331 shouldn't be
137.87/138.30	WSVECS04 Frhs2[25]: 6 0 0.00893903 shouldn't be
137.87/138.30	WSVECS04 Frhs2[29]: 6 -2970.72 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[30]: 6 -0.257892 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[31]: 6 0 0.493342 shouldn't be
137.87/138.30	WSVECS04 Frhs2[32]: 6 -1.00005 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[34]: 6 -2.00003 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[36]: 6 -1.00001 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[39]: 6 0 196.086 shouldn't be
137.87/138.30	WSVECS04 Frhs2[41]: 6 0 736.81 shouldn't be
137.87/138.30	WSVECS04 Frhs2[42]: 6 0 736.81 shouldn't be
137.87/138.30	WSVECS04 Frhs2[52]: 6 -1.96883 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[54]: 6 -1.96885 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[56]: 6 -1.96885 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[58]: 6 -1.96879 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[62]: 6 -1.96882 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[65]: 6 -1.96882 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[68]: 6 0 263.387 shouldn't be
137.87/138.30	WSVECS04 Frhs2[87]: 6 -1.93757 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[96]: 6 -1.87509 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[98]: 6 -1.87503 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[100]: 6 -1.87509 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[102]: 6 -1.87501 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[104]: 6 -1.87502 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[106]: 6 -1.87507 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[109]: 6 -1.87503 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[112]: 6 0 183.697 shouldn't be
137.87/138.30	WSVECS04 Frhs2[118]: 6 -1.75005 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[120]: 6 -1.7501 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[122]: 6 -1.75008 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[124]: 6 -1.75009 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[126]: 6 -1.75004 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[128]: 6 -1.75002 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[131]: 6 -1.75006 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[206]: 6 -1.50004 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[208]: 6 -1.50008 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[210]: 6 -1.50001 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[212]: 6 -1.50005 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[219]: 6 -1.50009 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[266]: 6 -185.7 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[272]: 6 -1.98439 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[274]: 6 -1.98445 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[276]: 6 -1.98446 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[278]: 6 -1.98441 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[292]: 6 -370.405 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[293]: 6 -738.794 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[296]: 6 -1.9688 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[298]: 6 -1.96878 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[313]: 6 0 735.27 shouldn't be
137.87/138.30	WSVECS04 Frhs2[316]: 6 -1.93753 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[320]: 6 -1.93757 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[331]: 6 -273.194 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[348]: 6 -1.87504 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[351]: 6 -1.87509 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[395]: 6 -1.50004 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[442]: 6 -2.00047 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[492]: 6 0 0.703794 shouldn't be
137.87/138.30	WSVECS04 Frhs2[509]: 6 -1.0001 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[510]: 6 -1.98917 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[511]: 6 -1.9783 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[522]: 6 -1.00008 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[529]: 6 -1.00002 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[531]: 6 -185.7 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[542]: 6 -47.8945 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[549]: 6 -1.00008 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[550]: 6 -2.49671 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[551]: 6 -727.042 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[552]: 6 -185.7 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[553]: 6 -352.465 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[554]: 6 -187.19 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[564]: 6 -93.7888 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[571]: 6 -3.49668 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[572]: 6 -1.00002 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[574]: 6 -727.042 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[580]: 6 -1.87508 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[585]: 6 -93.8201 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[586]: 6 -910.13 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[588]: 6 -740.233 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[593]: 6 -1.00003 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[594]: 6 -2.50691 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[597]: 6 0 58.1787 shouldn't be
137.87/138.30	WSVECS04 Frhs2[602]: 6 -1.75002 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[606]: 6 -94.82 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[607]: 6 -185.64 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[610]: 6 -1.75005 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[613]: 6 0 136.364 shouldn't be
137.87/138.30	WSVECS04 Frhs2[615]: 6 -1.00005 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[616]: 6 -1.00008 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[649]: 6 -185.953 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[681]: 6 -1.50005 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[683]: 6 -1.00009 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[684]: 6 -1.00009 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[685]: 6 -2.5001 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[686]: 6 -2.00001 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[693]: 6 -737.81 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[694]: 6 -1471.62 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[695]: 6 -2940.24 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[696]: 6 -1.00003 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[698]: 6 -1.00003 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[702]: 6 -1.50002 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[703]: 6 -1.00006 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[712]: 6 0 2.00009 shouldn't be
137.87/138.30	WSVECS04 Frhs2[727]: 6 -1.00007 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[728]: 6 -1.00006 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[729]: 6 -1.00004 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[730]: 6 -2.00005 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[737]: 6 -2942.24 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[738]: 6 -5881.98 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[739]: 6 -1.00005 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[740]: 6 -1.00005 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[745]: 6 -1.50008 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[746]: 6 -1.0001 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[748]: 6 -1.00008 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[771]: 6 -1.00007 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[772]: 6 -1.0001 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[773]: 6 -1.00006 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[774]: 6 -94.1794 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[778]: 6 -1472.87 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[781]: 6 -11763 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[782]: 6 -1.00001 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[783]: 6 -1.00006 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[784]: 6 -1.00006 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[790]: 6 -1.00006 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[792]: 6 -1.00006 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[815]: 6 -1.00009 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[816]: 6 -1.00004 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[817]: 6 -1.00008 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[818]: 6 -370.718 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[822]: 6 -5885.48 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[833]: 6 -1.50009 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[835]: 6 -5.9889 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[836]: 6 -1.00001 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[859]: 6 -1.00005 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[860]: 6 -1.00003 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[861]: 6 -1.00003 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[862]: 6 -1476.87 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[866]: 6 -1.00005 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[871]: 6 -1.00007 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[874]: 6 -1.00006 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[879]: 6 -213.801 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[903]: 6 -1.00001 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[904]: 6 -1.00009 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[905]: 6 -1.00008 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[906]: 6 -1.00004 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[910]: 6 -1.00003 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[913]: 6 -1.00007 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[914]: 6 -1.00003 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[915]: 6 -1.00008 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[916]: 6 -1.00007 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[918]: 6 -1.00007 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[923]: 6 -93.5235 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[969]: 6 -1.00003 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[970]: 6 -1.00001 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[971]: 6 -1.00006 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[972]: 6 -1.00006 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[976]: 6 -1.00003 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[979]: 6 -1.00008 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[980]: 6 -1.0001 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[981]: 6 -1.00008 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[982]: 6 -1.00008 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[984]: 6 -1.00004 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[989]: 6 -579.183 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[990]: 6 -94.5981 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[1013]: 6 0 1117.8 shouldn't be
137.87/138.30	WSVECS04 Frhs2[1076]: 6 0 251.594 shouldn't be
137.87/138.30	WSVECS04 Frhs2[1118]: 6 0 1097.16 shouldn't be
137.87/138.30	WSVECS04 Frhs2[1223]: 6 0 177.483 shouldn't be
137.87/138.30	WSVECS04 Frhs2[1265]: 6 0 395.875 shouldn't be
137.87/138.30	WSVECS04 Frhs2[1287]: 6 0 239.921 shouldn't be
137.87/138.30	WSVECS04 Frhs2[1420]: 6 0 735.77 shouldn't be
137.87/138.30	WSVECS04 Frhs2[1451]: 6 0 949.552 shouldn't be
137.87/138.30	WSVECS04 Frhs2[1452]: 6 -143.443 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[1469]: 6 0 147.819 shouldn't be
137.87/138.30	WSVECS04 Frhs2[1470]: 6 0 722.164 shouldn't be
137.87/138.30	WSVECS04 Frhs2[1473]: 6 -177.103 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[1527]: 6 -96.82 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[1547]: 6 -93.9763 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[1561]: 6 -2.00009 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[1574]: 6 0 734.934 shouldn't be
137.87/138.30	WSVECS04 Frhs2[1577]: 6 -1.00003 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[1622]: 6 -1.00007 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[1634]: 6 -1.00004 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[1638]: 6 -347.364 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[1639]: 6 -1.75005 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[1643]: 6 -1.00004 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[1654]: 6 -1.00006 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[1655]: 6 -1.00007 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[1664]: 6 -1.00007 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[1666]: 6 -46.0897 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[1670]: 6 -751.435 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[1675]: 6 -1.00002 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[1676]: 6 -1.00006 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[1685]: 6 -1.00005 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[1693]: 6 0 1.00003 shouldn't be
137.87/138.30	WSVECS04 Frhs2[1696]: 6 -1.00007 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[1706]: 6 -1.00004 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[1713]: 6 0 2.00005 shouldn't be
137.87/138.30	WSVECS04 Frhs2[1717]: 6 -1.00007 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[1718]: 6 -1.00001 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[1723]: 6 -1.7501 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[1727]: 6 -1.00006 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[1736]: 6 -1.00001 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[1748]: 6 -1.00007 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[1757]: 6 -1.0001 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[1758]: 6 -1.00004 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[1759]: 6 -1.00001 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[1760]: 6 -1.00003 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[1785]: 6 -1.00005 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[1790]: 6 -1.00003 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[1799]: 6 -1.00004 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[1800]: 6 -1.00002 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[1801]: 6 -1.00005 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[1802]: 6 -1.00007 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[1804]: 6 -1.0001 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[1832]: 6 -1.00008 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[1833]: 6 -1.00003 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[1838]: 6 -1.00002 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[1841]: 6 -1.00006 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[1842]: 6 -1.00006 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[1843]: 6 -1.00008 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[1850]: 6 0 183.7 shouldn't be
137.87/138.30	WSVECS04 Frhs2[1852]: 6 -25.1496 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[1864]: 6 -1.00006 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[1885]: 6 -1.00004 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[1896]: 6 -1.00003 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[1897]: 6 -1.0001 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[1906]: 6 -1.00007 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[1907]: 6 -1.00002 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[2026]: 6 0 62.1082 shouldn't be
137.87/138.30	WSVECS04 Frhs2[2180]: 6 0 52.469 shouldn't be
137.87/138.30	WSVECS04 Frhs2[2202]: 6 0 104.938 shouldn't be
137.87/138.30	WSVECS04 Frhs2[2224]: 6 -32.1195 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[2378]: 6 0 0.983429 shouldn't be
137.87/138.30	WSVECS04 Frhs2[2390]: 6 0 15.4047 shouldn't be
137.87/138.30	WSVECS04 Frhs2[2426]: 6 0 0.487598 shouldn't be
137.87/138.30	WSVECS04 Frhs2[2432]: 6 -0.500096 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[2434]: 6 0 45.3982 shouldn't be
137.87/138.30	WSVECS04 Frhs2[2446]: 6 -0.500044 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[2449]: 6 -1.50008 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[2456]: 6 0 91.7888 shouldn't be
137.87/138.30	WSVECS04 Frhs2[2470]: 6 0 0.983849 shouldn't be
137.87/138.30	WSVECS04 Frhs2[2473]: 6 -1.49782 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[2478]: 6 0 183.577 shouldn't be
137.87/138.30	WSVECS04 Frhs2[2526]: 6 -0.625032 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[2562]: 6 -185.953 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[2570]: 6 -1.50004 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[2575]: 6 -3.12502 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[2584]: 6 -370.905 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[2590]: 6 -1.00008 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[2615]: 6 -0.750075 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[2619]: 6 -1.00008 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[2621]: 6 -2.00002 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[2633]: 6 -1.00009 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[2654]: 6 -1.00002 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[2658]: 6 -1.50006 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[2663]: 6 -1.00004 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[2665]: 6 -48.0898 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[2674]: 6 -1.00007 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[2677]: 6 -1.00004 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[2682]: 6 0 0.145555 shouldn't be
137.87/138.30	WSVECS04 Frhs2[2698]: 6 -1.00005 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[2704]: 6 0 1.29819 shouldn't be
137.87/138.30	WSVECS04 Frhs2[2707]: 6 -1.00002 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[2709]: 6 -186.359 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[2710]: 6 0 368.717 shouldn't be
137.87/138.30	WSVECS04 Frhs2[2715]: 6 -1.00005 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[2721]: 6 -1.00007 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[2735]: 6 -5885.48 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[2736]: 6 -1.00007 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[2737]: 6 -1.00002 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[2739]: 6 -1.00002 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[2740]: 6 -1.00003 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[2741]: 6 -1.00008 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[2742]: 6 -1.00002 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[2751]: 6 -1.00004 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[2753]: 6 -739.435 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[2756]: 6 -1.00003 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[2758]: 6 -1.00008 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[2770]: 6 0 3.49835 shouldn't be
137.87/138.30	WSVECS04 Frhs2[2777]: 6 -1.00005 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[2783]: 6 -1.00002 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[2784]: 6 -1.00002 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[2785]: 6 -1.00003 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[2786]: 6 -1.00003 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[2788]: 6 -1.98441 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[2795]: 6 -1.00005 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[2798]: 6 -1.00005 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[2803]: 6 -1.00007 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[2808]: 6 -1.0001 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[2810]: 6 -1.96883 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[2818]: 6 -1.00005 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[2823]: 6 -1.00009 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[2824]: 6 -1.00009 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[2826]: 6 -1.00009 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[2827]: 6 -1.00005 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[2828]: 6 -1.00009 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[2836]: 6 -93.5235 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[2840]: 6 -1.00009 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[2844]: 6 -1.00005 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[2847]: 6 -1.00002 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[2850]: 6 -1.00002 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[2854]: 6 -1.87506 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[2859]: 6 -24.6496 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[2861]: 6 -1.00007 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[2862]: 6 -1.00007 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[2865]: 6 -1.00006 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[2868]: 6 -1.00003 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[2871]: 6 -1.00003 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[2872]: 6 -1.00006 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[2875]: 6 -1.00005 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[2876]: 6 -1.75008 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[2879]: 6 -1.25004 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[2881]: 6 -48.2991 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[2885]: 6 -1.00005 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[2886]: 6 -1.00004 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[2895]: 6 -1.00009 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[2896]: 6 -1.00008 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[2905]: 6 -0.496358 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[2907]: 6 -0.496355 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[2909]: 6 -0.496374 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[2912]: 6 -0.496341 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[2913]: 6 -0.49632 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[2914]: 6 -0.496367 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[2915]: 6 -0.496362 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[2916]: 6 -0.496309 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[2919]: 6 -0.496369 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[2920]: 6 -0.496378 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[2921]: 6 -0.496311 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[2922]: 6 -0.496367 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[2924]: 6 -0.496387 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[2925]: 6 -0.49649 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[2927]: 6 -0.496523 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[2929]: 6 -0.497018 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[2930]: 6 -0.497714 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[2931]: 6 -0.499161 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[2932]: 6 -0.501966 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[2933]: 6 -0.507545 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[2934]: 6 -0.518828 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[2935]: 6 -0.541316 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[2938]: 6 -0.8561 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[2939]: 6 -2.21586 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[2940]: 6 -1.93547 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[2941]: 6 -3.37449 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[2942]: 6 -6.25274 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[2943]: 6 -12.009 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[2944]: 6 -23.5218 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[2945]: 6 -46.5472 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[2988]: 6 0 89.2203 shouldn't be
137.87/138.30	WSVECS04 Frhs2[2989]: 6 -103.641 0 shouldn't be
137.87/138.30	WSVECS04 Frhs2[2990]: 6 -63.8402 0 shouldn't be
138.37/138.84	c rational objective 6.59285
219.17/219.86	c #Conflicts:     133000 | #Constraints:      24249
219.17/219.86	c #Conflicts:     134000 | #Constraints:      25249
219.17/219.86	c #Conflicts:     135000 | #Constraints:      26249
219.17/219.86	c #Conflicts:     136000 | #Constraints:      27249
219.17/219.86	c #Conflicts:     137000 | #Constraints:      28249
219.17/219.86	c #Conflicts:     138000 | #Constraints:      29249
219.17/219.86	c #Conflicts:     139000 | #Constraints:      30249
219.17/219.86	c #Conflicts:     140000 | #Constraints:      31249
219.17/219.86	c INPROCESSING
219.17/219.86	c GARBAGE COLLECT
219.17/219.86	c #Conflicts:     141000 | #Constraints:      19514
219.17/219.86	c #Conflicts:     142000 | #Constraints:      20514
219.17/219.86	c #Conflicts:     143000 | #Constraints:      21514
219.17/219.86	c #Conflicts:     144000 | #Constraints:      22514
219.17/219.86	c #Conflicts:     145000 | #Constraints:      23514
219.17/219.86	c #Conflicts:     146000 | #Constraints:      24514
219.17/219.86	c #Conflicts:     147000 | #Constraints:      25514
219.17/219.86	c #Conflicts:     148000 | #Constraints:      26514
219.17/219.86	c #Conflicts:     149000 | #Constraints:      27514
219.17/219.86	c INPROCESSING
219.17/219.86	c GARBAGE COLLECT
219.17/219.86	c #Conflicts:     150000 | #Constraints:      17672
219.17/219.86	c #Conflicts:     151000 | #Constraints:      18672
219.17/219.86	c #Conflicts:     152000 | #Constraints:      19672
219.17/219.86	c #Conflicts:     153000 | #Constraints:      20672
219.17/219.86	c #Conflicts:     154000 | #Constraints:      21672
219.17/219.86	c #Conflicts:     155000 | #Constraints:      22672
219.17/219.86	c #Conflicts:     156000 | #Constraints:      23672
219.17/219.86	c #Conflicts:     157000 | #Constraints:      24672
219.17/219.86	c #Conflicts:     158000 | #Constraints:      25672
219.17/219.86	c #Conflicts:     159000 | #Constraints:      26672
219.17/219.86	c #Conflicts:     160000 | #Constraints:      27672
219.17/219.86	c #Conflicts:     161000 | #Constraints:      28672
219.17/219.86	c #Conflicts:     162000 | #Constraints:      29672
219.17/219.86	c #Conflicts:     163000 | #Constraints:      30672
219.17/219.86	c #Conflicts:     164000 | #Constraints:      31672
219.17/219.86	c #Conflicts:     165000 | #Constraints:      32672
219.17/219.86	c #Conflicts:     166000 | #Constraints:      33672
219.17/219.86	c #Conflicts:     167000 | #Constraints:      34672
219.17/219.86	c #Conflicts:     168000 | #Constraints:      35672
219.17/219.86	c #Conflicts:     169000 | #Constraints:      36672
219.17/219.86	c #Conflicts:     170000 | #Constraints:      37672
219.17/219.86	c #Conflicts:     171000 | #Constraints:      38672
219.17/219.86	c #Conflicts:     172000 | #Constraints:      39672
219.17/219.86	c #Conflicts:     173000 | #Constraints:      40672
219.17/219.86	c #Conflicts:     174000 | #Constraints:      41672
219.17/219.86	c #Conflicts:     175000 | #Constraints:      42672
219.17/219.86	c #Conflicts:     176000 | #Constraints:      43672
219.17/219.86	c #Conflicts:     177000 | #Constraints:      44672
219.17/219.86	c #Conflicts:     178000 | #Constraints:      45672
219.17/219.86	c #Conflicts:     179000 | #Constraints:      46672
219.17/219.86	c INPROCESSING
219.17/219.86	c GARBAGE COLLECT
219.17/219.86	c #Conflicts:     180000 | #Constraints:      27408
219.17/219.86	c #Conflicts:     181000 | #Constraints:      28408
219.17/219.86	c #Conflicts:     182000 | #Constraints:      29408
219.17/219.86	c #Conflicts:     183000 | #Constraints:      30408
219.17/219.86	c #Conflicts:     184000 | #Constraints:      31408
219.17/219.86	c #Conflicts:     185000 | #Constraints:      32408
219.17/219.86	c #Conflicts:     186000 | #Constraints:      33408
219.17/219.86	c #Conflicts:     187000 | #Constraints:      34408
219.17/219.86	c #Conflicts:     188000 | #Constraints:      35408
219.17/219.86	c #Conflicts:     189000 | #Constraints:      36408
219.17/219.86	c INPROCESSING
219.17/219.86	c GARBAGE COLLECT
219.17/219.86	WSVECS04 Frhs2[1]: 6 -56.2913 0 shouldn't be
219.17/219.86	WSVECS04 Frhs2[4]: 6 -51.3069 0 shouldn't be
219.17/219.86	WSVECS04 Frhs2[10]: 6 -22.6321 0 shouldn't be
219.17/219.86	WSVECS04 Frhs2[12]: 6 -37.4929 0 shouldn't be
219.17/219.86	WSVECS04 Frhs2[16]: 6 -43.8465 0 shouldn't be
219.17/219.86	WSVECS04 Frhs2[17]: 6 -44.1697 0 shouldn't be
219.17/219.86	WSVECS04 Frhs2[19]: 6 -24.0999 0 shouldn't be
219.17/219.86	WSVECS04 Frhs2[20]: 6 -26.5611 0 shouldn't be
219.17/219.86	WSVECS04 Frhs2[23]: 6 -7.00002 0 shouldn't be
219.17/219.86	WSVECS04 Frhs2[24]: 6 -30.375 0 shouldn't be
219.17/219.86	WSVECS04 Frhs2[25]: 6 -16.6876 0 shouldn't be
219.17/219.86	WSVECS04 Frhs2[26]: 6 -13.0625 0 shouldn't be
219.17/219.86	WSVECS04 Frhs2[33]: 6 -47.5207 0 shouldn't be
219.17/219.86	WSVECS04 Frhs2[34]: 6 -33.1408 0 shouldn't be
219.17/219.86	WSVECS04 Frhs2[38]: 6 -44.2315 0 shouldn't be
219.17/219.86	WSVECS04 Frhs2[39]: 6 -35.8709 0 shouldn't be
219.17/219.86	WSVECS04 Frhs2[40]: 6 -28.4831 0 shouldn't be
219.17/219.86	WSVECS04 Frhs2[117]: 6 0 0.000315644 shouldn't be
219.17/219.86	WSVECS04 Frhs2[211]: 6 0 1.25001 shouldn't be
219.17/219.86	WSVECS04 Frhs2[232]: 6 0 0.250077 shouldn't be
219.17/219.86	WSVECS04 Frhs2[243]: 6 -3.18759 0 shouldn't be
219.17/219.86	WSVECS04 Frhs2[275]: 6 0 0.500091 shouldn't be
219.17/219.86	WSVECS04 Frhs2[288]: 6 -3.49225 0 shouldn't be
219.17/219.86	WSVECS04 Frhs2[314]: 6 0 0.250093 shouldn't be
219.17/219.86	WSVECS04 Frhs2[540]: 6 -2.99611 0 shouldn't be
219.17/219.86	WSVECS04 Frhs2[541]: 6 -2.99223 0 shouldn't be
219.17/219.86	WSVECS04 Frhs2[543]: 6 -3.00004 0 shouldn't be
219.17/219.86	WSVECS04 Frhs2[544]: 6 -2.00008 0 shouldn't be
219.17/219.86	WSVECS04 Frhs2[548]: 6 -3.00003 0 shouldn't be
219.17/219.86	WSVECS04 Frhs2[555]: 6 -2.50001 0 shouldn't be
219.17/219.86	WSVECS04 Frhs2[558]: 6 0 2.00003 shouldn't be
219.17/219.86	WSVECS04 Frhs2[579]: 6 0 1.00006 shouldn't be
219.17/219.86	WSVECS04 Frhs2[581]: 6 0 1.0001 shouldn't be
219.17/219.86	WSVECS04 Frhs2[582]: 6 -1.75003 0 shouldn't be
219.17/219.86	WSVECS04 Frhs2[587]: 6 -2.00006 0 shouldn't be
219.17/219.86	WSVECS04 Frhs2[588]: 6 -2.00004 0 shouldn't be
219.17/219.86	WSVECS04 Frhs2[599]: 6 -1.00006 0 shouldn't be
219.17/219.86	WSVECS04 Frhs2[674]: 6 0 0.0625121 shouldn't be
219.17/219.86	WSVECS04 Frhs2[695]: 6 0 2.0001 shouldn't be
219.17/219.86	WSVECS04 Frhs2[810]: 6 0 5.42848 shouldn't be
219.17/219.86	WSVECS04 Frhs2[856]: 6 -48.937 0 shouldn't be
219.17/219.86	WSVECS04 Frhs2[868]: 6 -4.95388 0 shouldn't be
219.17/219.86	WSVECS04 Frhs2[878]: 6 -16.7813 0 shouldn't be
219.17/219.86	WSVECS04 Frhs2[890]: 6 -3.90774 0 shouldn't be
219.17/219.86	WSVECS04 Frhs2[897]: 6 -6.25785 0 shouldn't be
219.17/219.86	WSVECS04 Frhs2[917]: 6 -5.12898 0 shouldn't be
219.17/219.86	WSVECS04 Frhs2[918]: 6 -5.25785 0 shouldn't be
219.17/219.86	WSVECS04 Frhs2[919]: 6 -5.01565 0 shouldn't be
219.17/219.86	WSVECS04 Frhs2[949]: 6 0 50.2597 shouldn't be
219.17/219.86	WSVECS04 Frhs2[950]: 6 0 103.519 shouldn't be
219.17/219.86	WSVECS04 Frhs2[970]: 6 0 49.7597 shouldn't be
219.17/219.86	WSVECS04 Frhs2[971]: 6 0 102.519 shouldn't be
219.17/219.86	WSVECS04 Frhs2[1013]: 6 0 0.937597 shouldn't be
219.17/219.86	WSVECS04 Frhs2[1034]: 6 0 4.12507 shouldn't be
219.17/219.86	WSVECS04 Frhs2[1048]: 6 0 4.06071 shouldn't be
219.17/219.86	WSVECS04 Frhs2[1068]: 6 0 5.06071 shouldn't be
219.17/219.86	WSVECS04 Frhs2[1087]: 6 -1.87509 0 shouldn't be
219.17/219.86	WSVECS04 Frhs2[1104]: 6 0 2.00006 shouldn't be
219.17/219.86	WSVECS04 Frhs2[1115]: 6 0 2.49929 shouldn't be
219.17/219.86	WSVECS04 Frhs2[1119]: 6 0 4.99992 shouldn't be
219.17/219.86	WSVECS04 Frhs2[1124]: 6 0 3.00009 shouldn't be
219.17/219.86	WSVECS04 Frhs2[1175]: 6 0 8.10087 shouldn't be
219.17/219.86	WSVECS04 Frhs2[1205]: 6 0 8.99223 shouldn't be
219.17/219.86	WSVECS04 Frhs2[1212]: 6 -8.99032 0 shouldn't be
219.17/219.86	WSVECS04 Frhs2[1253]: 6 0 1.96877 shouldn't be
219.17/219.86	WSVECS04 Frhs2[1286]: 6 -2.00007 0 shouldn't be
219.17/219.86	WSVECS04 Frhs2[1307]: 6 -6.87508 0 shouldn't be
219.17/219.86	WSVECS04 Frhs2[1362]: 6 0 3.00005 shouldn't be
219.17/219.86	WSVECS04 Frhs2[1377]: 6 0 5.18755 shouldn't be
219.17/219.86	WSVECS04 Frhs2[1387]: 6 0 2.50003 shouldn't be
219.17/219.86	WSVECS04 Frhs2[1394]: 6 0 10.5235 shouldn't be
219.17/219.86	WSVECS04 Frhs2[1395]: 6 0 14.047 shouldn't be
219.17/219.86	WSVECS04 Frhs2[1396]: 6 0 19.0938 shouldn't be
219.17/219.86	WSVECS04 Frhs2[1403]: 6 0 12.189 shouldn't be
219.17/219.86	WSVECS04 Frhs2[1409]: 6 0 3.00003 shouldn't be
219.17/219.86	WSVECS04 Frhs2[1413]: 6 -7.00006 0 shouldn't be
219.17/219.86	WSVECS04 Frhs2[1421]: 6 0 4.00001 shouldn't be
219.17/219.86	WSVECS04 Frhs2[1422]: 6 -1.00006 0 shouldn't be
219.17/219.86	WSVECS04 Frhs2[1423]: 6 -74.559 0 shouldn't be
219.17/219.86	WSVECS04 Frhs2[1425]: 6 -1.00003 0 shouldn't be
219.17/219.86	WSVECS04 Frhs2[1427]: 6 -7.10158 0 shouldn't be
219.17/219.86	WSVECS04 Frhs2[1428]: 6 -1.00001 0 shouldn't be
219.17/219.86	WSVECS04 Frhs2[1430]: 6 0 3.18752 shouldn't be
219.17/219.86	WSVECS04 Frhs2[1450]: 6 0 5.18758 shouldn't be
219.17/219.86	WSVECS04 Frhs2[1473]: 6 0 2.00006 shouldn't be
219.17/219.86	WSVECS04 Frhs2[1475]: 6 0 1.87506 shouldn't be
219.17/219.86	WSVECS04 Frhs2[1481]: 6 0 2.00009 shouldn't be
219.17/219.86	WSVECS04 Frhs2[1541]: 6 -1.00001 0 shouldn't be
219.17/219.86	WSVECS04 Frhs2[1560]: 6 0 1.00008 shouldn't be
219.17/219.86	WSVECS04 Frhs2[1580]: 6 0 5.00009 shouldn't be
219.17/219.86	WSVECS04 Frhs2[1581]: 6 0 3.00007 shouldn't be
219.17/219.86	WSVECS04 Frhs2[1582]: 6 0 2.00003 shouldn't be
219.17/219.86	WSVECS04 Frhs2[1583]: 6 0 1.00002 shouldn't be
219.17/219.86	WSVECS04 Frhs2[1585]: 6 0 1.00008 shouldn't be
219.17/219.86	WSVECS04 Frhs2[1625]: 6 0 3.00002 shouldn't be
219.17/219.86	WSVECS04 Frhs2[1645]: 6 0 4.00002 shouldn't be
219.17/219.86	WSVECS04 Frhs2[1685]: 6 0 6.00004 shouldn't be
219.17/219.86	WSVECS04 Frhs2[1830]: 6 0 1.79691 shouldn't be
219.17/219.86	WSVECS04 Frhs2[1869]: 6 0 2.00003 shouldn't be
219.17/219.86	WSVECS04 Frhs2[1903]: 6 0 4.00003 shouldn't be
219.17/219.86	WSVECS04 Frhs2[1932]: 6 0 2.00008 shouldn't be
219.17/219.86	WSVECS04 Frhs2[1936]: 6 0 10.0001 shouldn't be
219.17/219.86	WSVECS04 Frhs2[1961]: 6 -0.93758 0 shouldn't be
219.17/219.86	WSVECS04 Frhs2[2031]: 6 -5.50001 0 shouldn't be
219.17/219.86	WSVECS04 Frhs2[2059]: 6 -2.29873 0 shouldn't be
219.17/219.86	WSVECS04 Frhs2[2088]: 6 -1.99857 0 shouldn't be
219.17/219.86	WSVECS04 Frhs2[2099]: 6 -1.0001 0 shouldn't be
219.17/219.86	WSVECS04 Frhs2[2100]: 6 -0.875055 0 shouldn't be
219.17/219.86	WSVECS04 Frhs2[2103]: 6 -6.19484 0 shouldn't be
219.17/219.86	WSVECS04 Frhs2[2120]: 6 -5.04693 0 shouldn't be
219.17/219.86	WSVECS04 Frhs2[2121]: 6 -1.00003 0 shouldn't be
219.17/219.86	WSVECS04 Frhs2[2122]: 6 -0.750052 0 shouldn't be
219.17/219.86	WSVECS04 Frhs2[2130]: 6 -2.20319 0 shouldn't be
219.17/219.86	WSVECS04 Frhs2[2142]: 6 -4.96881 0 shouldn't be
219.17/219.86	WSVECS04 Frhs2[2143]: 6 -1.00007 0 shouldn't be
219.17/219.86	WSVECS04 Frhs2[2161]: 6 -7.99225 0 shouldn't be
219.17/219.86	WSVECS04 Frhs2[2182]: 6 -0.0313131 0 shouldn't be
219.17/219.86	WSVECS04 Frhs2[2447]: 6 -3.00004 0 shouldn't be
219.17/219.86	WSVECS04 Frhs2[2449]: 6 0 2.00004 shouldn't be
219.17/219.86	WSVECS04 Frhs2[2450]: 6 -4.25009 0 shouldn't be
219.17/219.86	WSVECS04 Frhs2[2465]: 6 -2.12507 0 shouldn't be
219.17/219.86	WSVECS04 Frhs2[2466]: 6 -0.875094 0 shouldn't be
219.17/219.86	WSVECS04 Frhs2[2487]: 6 -2.25002 0 shouldn't be
219.17/219.86	WSVECS04 Frhs2[2663]: 6 -4.00005 0 shouldn't be
219.17/219.86	WSVECS04 Frhs2[2842]: 6 -107.017 0 shouldn't be
219.17/219.86	WSVECS04 Frhs2[2870]: 6 0 1.00005 shouldn't be
219.17/219.86	WSVECS04 Frhs2[2871]: 6 -1.51731 0 shouldn't be
219.17/219.86	WSVECS04 Frhs2[2892]: 6 -1.00008 0 shouldn't be
219.17/219.86	WSVECS04 Frhs2[2991]: 6 0 1.50003 shouldn't be
219.67/220.32	WSVECS04 Frhs2[1]: 6 -56.2913 0 shouldn't be
219.67/220.32	WSVECS04 Frhs2[2]: 6 0 84.8367 shouldn't be
219.67/220.32	WSVECS04 Frhs2[4]: 6 -51.3069 0 shouldn't be
219.67/220.32	WSVECS04 Frhs2[5]: 6 -39.6275 0 shouldn't be
219.67/220.32	WSVECS04 Frhs2[10]: 6 -22.632 0 shouldn't be
219.67/220.32	WSVECS04 Frhs2[12]: 6 -37.4928 0 shouldn't be
219.67/220.32	WSVECS04 Frhs2[13]: 6 -40.3753 0 shouldn't be
219.67/220.32	WSVECS04 Frhs2[15]: 6 -42.3725 0 shouldn't be
219.67/220.32	WSVECS04 Frhs2[16]: 6 -43.8464 0 shouldn't be
219.67/220.32	WSVECS04 Frhs2[19]: 6 -24.0998 0 shouldn't be
219.67/220.32	WSVECS04 Frhs2[20]: 6 -26.5611 0 shouldn't be
219.67/220.32	WSVECS04 Frhs2[24]: 6 -30.375 0 shouldn't be
219.67/220.32	WSVECS04 Frhs2[25]: 6 -16.6875 0 shouldn't be
219.67/220.32	WSVECS04 Frhs2[33]: 6 -47.5206 0 shouldn't be
219.67/220.32	WSVECS04 Frhs2[34]: 6 -33.1407 0 shouldn't be
219.67/220.32	WSVECS04 Frhs2[38]: 6 -44.2315 0 shouldn't be
219.67/220.32	WSVECS04 Frhs2[39]: 6 -35.8709 0 shouldn't be
219.67/220.32	WSVECS04 Frhs2[40]: 6 -28.483 0 shouldn't be
219.67/220.32	WSVECS04 Frhs2[95]: 6 0 0.000122355 shouldn't be
219.67/220.32	WSVECS04 Frhs2[117]: 6 0 0.000244453 shouldn't be
219.67/220.32	WSVECS04 Frhs2[120]: 6 0 0.00195358 shouldn't be
219.67/220.32	WSVECS04 Frhs2[141]: 6 0 0.00195388 shouldn't be
219.67/220.32	WSVECS04 Frhs2[161]: 6 0 6.00098 shouldn't be
219.67/220.32	WSVECS04 Frhs2[162]: 6 0 0.00195411 shouldn't be
219.67/220.32	WSVECS04 Frhs2[183]: 6 0 3.00195 shouldn't be
219.67/220.32	WSVECS04 Frhs2[211]: 6 0 1.25 shouldn't be
219.67/220.32	WSVECS04 Frhs2[232]: 6 0 0.250001 shouldn't be
219.67/220.32	WSVECS04 Frhs2[233]: 6 0 3.5 shouldn't be
219.67/220.32	WSVECS04 Frhs2[243]: 6 -3.1875 0 shouldn't be
219.67/220.32	WSVECS04 Frhs2[275]: 6 0 0.500001 shouldn't be
219.67/220.32	WSVECS04 Frhs2[288]: 6 -3.49219 0 shouldn't be
219.67/220.32	WSVECS04 Frhs2[310]: 6 -2.98438 0 shouldn't be
219.67/220.32	WSVECS04 Frhs2[314]: 6 0 0.250001 shouldn't be
219.67/220.32	WSVECS04 Frhs2[354]: 6 -2 0 shouldn't be
219.67/220.32	WSVECS04 Frhs2[540]: 6 -2.99609 0 shouldn't be
219.67/220.32	WSVECS04 Frhs2[541]: 6 -2.99219 0 shouldn't be
219.67/220.32	WSVECS04 Frhs2[544]: 6 -2 0 shouldn't be
219.67/220.32	WSVECS04 Frhs2[545]: 6 -3 0 shouldn't be
219.67/220.32	WSVECS04 Frhs2[548]: 6 -3 0 shouldn't be
219.67/220.32	WSVECS04 Frhs2[555]: 6 -2.5 0 shouldn't be
219.67/220.32	WSVECS04 Frhs2[558]: 6 0 2 shouldn't be
219.67/220.32	WSVECS04 Frhs2[579]: 6 0 1 shouldn't be
219.67/220.32	WSVECS04 Frhs2[581]: 6 0 1 shouldn't be
219.67/220.32	WSVECS04 Frhs2[582]: 6 -1.75 0 shouldn't be
219.67/220.32	WSVECS04 Frhs2[587]: 6 -2 0 shouldn't be
219.67/220.32	WSVECS04 Frhs2[588]: 6 -2 0 shouldn't be
219.67/220.32	WSVECS04 Frhs2[599]: 6 -1 0 shouldn't be
219.67/220.32	WSVECS04 Frhs2[674]: 6 0 0.0624919 shouldn't be
219.67/220.32	WSVECS04 Frhs2[695]: 6 0 2 shouldn't be
219.67/220.32	WSVECS04 Frhs2[810]: 6 0 5.42845 shouldn't be
219.67/220.32	WSVECS04 Frhs2[856]: 6 -48.9369 0 shouldn't be
219.67/220.32	WSVECS04 Frhs2[868]: 6 -4.95386 0 shouldn't be
219.67/220.32	WSVECS04 Frhs2[878]: 6 -16.7813 0 shouldn't be
219.67/220.32	WSVECS04 Frhs2[890]: 6 -3.90773 0 shouldn't be
219.67/220.32	WSVECS04 Frhs2[917]: 6 -5.12891 0 shouldn't be
219.67/220.32	WSVECS04 Frhs2[918]: 6 -5.25781 0 shouldn't be
219.67/220.32	WSVECS04 Frhs2[1013]: 6 0 0.937503 shouldn't be
219.67/220.32	WSVECS04 Frhs2[1034]: 6 0 4.125 shouldn't be
219.67/220.32	WSVECS04 Frhs2[1048]: 6 0 4.06067 shouldn't be
219.67/220.32	WSVECS04 Frhs2[1068]: 6 0 5.06067 shouldn't be
219.67/220.32	WSVECS04 Frhs2[1087]: 6 -1.875 0 shouldn't be
219.67/220.32	WSVECS04 Frhs2[1115]: 6 0 2.49927 shouldn't be
219.67/220.32	WSVECS04 Frhs2[1119]: 6 0 4.99988 shouldn't be
219.67/220.32	WSVECS04 Frhs2[1135]: 6 0 6.10083 shouldn't be
219.67/220.32	WSVECS04 Frhs2[1155]: 6 0 7.10083 shouldn't be
219.67/220.32	WSVECS04 Frhs2[1205]: 6 0 8.99219 shouldn't be
219.67/220.32	WSVECS04 Frhs2[1212]: 6 -8.99023 0 shouldn't be
219.67/220.32	WSVECS04 Frhs2[1253]: 6 0 1.96875 shouldn't be
219.67/220.32	WSVECS04 Frhs2[1357]: 6 0 3.1875 shouldn't be
219.67/220.32	WSVECS04 Frhs2[1359]: 6 -1 0 shouldn't be
219.67/220.32	WSVECS04 Frhs2[1362]: 6 0 3 shouldn't be
219.67/220.32	WSVECS04 Frhs2[1377]: 6 0 5.1875 shouldn't be
219.67/220.32	WSVECS04 Frhs2[1383]: 6 0 8.68897 shouldn't be
219.67/220.32	WSVECS04 Frhs2[1387]: 6 0 2.5 shouldn't be
219.67/220.32	WSVECS04 Frhs2[1394]: 6 0 10.5234 shouldn't be
219.67/220.32	WSVECS04 Frhs2[1395]: 6 0 14.0469 shouldn't be
219.67/220.32	WSVECS04 Frhs2[1396]: 6 0 19.0938 shouldn't be
219.67/220.32	WSVECS04 Frhs2[1403]: 6 0 12.189 shouldn't be
219.67/220.32	WSVECS04 Frhs2[1421]: 6 0 4 shouldn't be
219.67/220.32	WSVECS04 Frhs2[1423]: 6 -74.559 0 shouldn't be
219.67/220.32	WSVECS04 Frhs2[1425]: 6 -1 0 shouldn't be
219.67/220.32	WSVECS04 Frhs2[1427]: 6 -7.10156 0 shouldn't be
219.67/220.32	WSVECS04 Frhs2[1428]: 6 -1 0 shouldn't be
219.67/220.32	WSVECS04 Frhs2[1450]: 6 0 5.1875 shouldn't be
219.67/220.32	WSVECS04 Frhs2[1473]: 6 0 2 shouldn't be
219.67/220.32	WSVECS04 Frhs2[1477]: 6 -2 0 shouldn't be
219.67/220.32	WSVECS04 Frhs2[1481]: 6 0 2 shouldn't be
219.67/220.32	WSVECS04 Frhs2[1541]: 6 -1 0 shouldn't be
219.67/220.32	WSVECS04 Frhs2[1560]: 6 0 1 shouldn't be
219.67/220.32	WSVECS04 Frhs2[1580]: 6 0 5 shouldn't be
219.67/220.32	WSVECS04 Frhs2[1581]: 6 0 3 shouldn't be
219.67/220.32	WSVECS04 Frhs2[1582]: 6 0 2 shouldn't be
219.67/220.32	WSVECS04 Frhs2[1583]: 6 0 1 shouldn't be
219.67/220.32	WSVECS04 Frhs2[1585]: 6 0 1 shouldn't be
219.67/220.32	WSVECS04 Frhs2[1685]: 6 0 6 shouldn't be
219.67/220.32	WSVECS04 Frhs2[1830]: 6 0 1.79688 shouldn't be
219.67/220.32	WSVECS04 Frhs2[1842]: 6 -2.25861 0 shouldn't be
219.67/220.32	WSVECS04 Frhs2[1869]: 6 0 2 shouldn't be
219.67/220.32	WSVECS04 Frhs2[1903]: 6 0 4 shouldn't be
219.67/220.32	WSVECS04 Frhs2[1932]: 6 0 2 shouldn't be
219.67/220.32	WSVECS04 Frhs2[1935]: 6 0 2 shouldn't be
219.67/220.32	WSVECS04 Frhs2[1936]: 6 0 10 shouldn't be
219.67/220.32	WSVECS04 Frhs2[1961]: 6 -0.9375 0 shouldn't be
219.67/220.32	WSVECS04 Frhs2[2014]: 6 -0.500001 0 shouldn't be
219.67/220.32	WSVECS04 Frhs2[2088]: 6 -1.99854 0 shouldn't be
219.67/220.32	WSVECS04 Frhs2[2099]: 6 -1 0 shouldn't be
219.67/220.32	WSVECS04 Frhs2[2100]: 6 -0.875001 0 shouldn't be
219.67/220.32	WSVECS04 Frhs2[2121]: 6 -1 0 shouldn't be
219.67/220.32	WSVECS04 Frhs2[2122]: 6 -0.750001 0 shouldn't be
219.67/220.32	WSVECS04 Frhs2[2130]: 6 -2.20313 0 shouldn't be
219.67/220.32	WSVECS04 Frhs2[2143]: 6 -1 0 shouldn't be
219.67/220.32	WSVECS04 Frhs2[2161]: 6 -7.99219 0 shouldn't be
219.67/220.32	WSVECS04 Frhs2[2164]: 6 -5.1875 0 shouldn't be
219.67/220.32	WSVECS04 Frhs2[2179]: 6 -1 0 shouldn't be
219.67/220.32	WSVECS04 Frhs2[2182]: 6 -0.0312502 0 shouldn't be
219.67/220.32	WSVECS04 Frhs2[2423]: 6 -1.875 0 shouldn't be
219.67/220.32	WSVECS04 Frhs2[2447]: 6 -3 0 shouldn't be
219.67/220.32	WSVECS04 Frhs2[2449]: 6 0 2 shouldn't be
219.67/220.32	WSVECS04 Frhs2[2450]: 6 -4.25 0 shouldn't be
219.67/220.32	WSVECS04 Frhs2[2465]: 6 -2.125 0 shouldn't be
219.67/220.32	WSVECS04 Frhs2[2466]: 6 -0.875001 0 shouldn't be
219.67/220.32	WSVECS04 Frhs2[2469]: 6 -4 0 shouldn't be
219.67/220.32	WSVECS04 Frhs2[2487]: 6 -2.25 0 shouldn't be
219.67/220.32	WSVECS04 Frhs2[2871]: 6 -1.51721 0 shouldn't be
219.67/220.32	WSVECS04 Frhs2[2892]: 6 -1 0 shouldn't be
219.67/220.32	WSVECS04 Frhs2[2991]: 6 0 1.5 shouldn't be
345.96/346.95	c #Conflicts:     190000 | #Constraints:      22180
345.96/346.95	c #Conflicts:     191000 | #Constraints:      23180
345.96/346.95	c #Conflicts:     192000 | #Constraints:      24180
345.96/346.95	c #Conflicts:     193000 | #Constraints:      25180
345.96/346.95	c #Conflicts:     194000 | #Constraints:      26180
345.96/346.95	c #Conflicts:     195000 | #Constraints:      27180
345.96/346.95	c #Conflicts:     196000 | #Constraints:      28180
345.96/346.95	c #Conflicts:     197000 | #Constraints:      29180
345.96/346.95	c #Conflicts:     198000 | #Constraints:      30180
345.96/346.95	c #Conflicts:     199000 | #Constraints:      31180
345.96/346.95	c #Conflicts:     200000 | #Constraints:      32180
345.96/346.95	c INPROCESSING
345.96/346.95	c GARBAGE COLLECT
345.96/346.95	c #Conflicts:     201000 | #Constraints:      20361
345.96/346.95	c #Conflicts:     202000 | #Constraints:      21361
345.96/346.95	c #Conflicts:     203000 | #Constraints:      22361
345.96/346.95	c #Conflicts:     204000 | #Constraints:      23361
345.96/346.95	c #Conflicts:     205000 | #Constraints:      24361
345.96/346.95	c #Conflicts:     206000 | #Constraints:      25361
345.96/346.95	c #Conflicts:     207000 | #Constraints:      26361
345.96/346.95	c #Conflicts:     208000 | #Constraints:      27361
345.96/346.95	c #Conflicts:     209000 | #Constraints:      28361
345.96/346.95	c #Conflicts:     210000 | #Constraints:      29361
345.96/346.95	c #Conflicts:     211000 | #Constraints:      30361
345.96/346.95	c #Conflicts:     212000 | #Constraints:      31361
345.96/346.95	c #Conflicts:     213000 | #Constraints:      32361
345.96/346.95	c #Conflicts:     214000 | #Constraints:      33361
345.96/346.95	c #Conflicts:     215000 | #Constraints:      34361
345.96/346.95	c #Conflicts:     216000 | #Constraints:      35361
345.96/346.95	c #Conflicts:     217000 | #Constraints:      36361
345.96/346.95	c #Conflicts:     218000 | #Constraints:      37361
345.96/346.95	c #Conflicts:     219000 | #Constraints:      38361
345.96/346.95	c #Conflicts:     220000 | #Constraints:      39361
345.96/346.95	c #Conflicts:     221000 | #Constraints:      40361
345.96/346.95	c #Conflicts:     222000 | #Constraints:      41361
345.96/346.95	c #Conflicts:     223000 | #Constraints:      42361
345.96/346.95	c #Conflicts:     224000 | #Constraints:      43361
345.96/346.95	c #Conflicts:     225000 | #Constraints:      44361
345.96/346.95	c #Conflicts:     226000 | #Constraints:      45361
345.96/346.95	c #Conflicts:     227000 | #Constraints:      46361
345.96/346.95	c #Conflicts:     228000 | #Constraints:      47361
345.96/346.95	c #Conflicts:     229000 | #Constraints:      48361
345.96/346.95	c #Conflicts:     230000 | #Constraints:      49361
345.96/346.95	c #Conflicts:     231000 | #Constraints:      50362
345.96/346.95	c #Conflicts:     232000 | #Constraints:      51362
345.96/346.95	c #Conflicts:     233000 | #Constraints:      52362
345.96/346.95	c #Conflicts:     234000 | #Constraints:      53362
345.96/346.95	c INPROCESSING
345.96/346.95	c GARBAGE COLLECT
345.96/346.95	c #Conflicts:     235000 | #Constraints:      30947
345.96/346.95	c #Conflicts:     236000 | #Constraints:      31947
345.96/346.95	c #Conflicts:     237000 | #Constraints:      32947
345.96/346.95	c #Conflicts:     238000 | #Constraints:      33947
345.96/346.95	c #Conflicts:     239000 | #Constraints:      34947
345.96/346.95	c #Conflicts:     240000 | #Constraints:      35947
345.96/346.95	c #Conflicts:     241000 | #Constraints:      36947
345.96/346.95	c #Conflicts:     242000 | #Constraints:      37947
345.96/346.95	c #Conflicts:     243000 | #Constraints:      38947
345.96/346.95	c #Conflicts:     244000 | #Constraints:      39947
345.96/346.95	c #Conflicts:     245000 | #Constraints:      40947
345.96/346.95	c INPROCESSING
345.96/346.95	c GARBAGE COLLECT
345.96/346.95	c #Conflicts:     246000 | #Constraints:      24412
345.96/346.95	c #Conflicts:     247000 | #Constraints:      25412
345.96/346.95	c #Conflicts:     248000 | #Constraints:      26412
345.96/346.95	c #Conflicts:     249000 | #Constraints:      27412
345.96/346.95	c #Conflicts:     250000 | #Constraints:      28412
345.96/346.95	c #Conflicts:     251000 | #Constraints:      29412
345.96/346.95	c #Conflicts:     252000 | #Constraints:      30412
345.96/346.95	c #Conflicts:     253000 | #Constraints:      31412
345.96/346.95	c #Conflicts:     254000 | #Constraints:      32412
345.96/346.95	c #Conflicts:     255000 | #Constraints:      33412
345.96/346.95	c #Conflicts:     256000 | #Constraints:      34412
345.96/346.95	c #Conflicts:     257000 | #Constraints:      35412
345.96/346.95	c INPROCESSING
345.96/346.95	c GARBAGE COLLECT
345.96/346.95	c #Conflicts:     258000 | #Constraints:      21671
345.96/346.95	c #Conflicts:     259000 | #Constraints:      22671
345.96/346.95	c #Conflicts:     260000 | #Constraints:      23671
345.96/346.95	c #Conflicts:     261000 | #Constraints:      24671
345.96/346.95	c #Conflicts:     262000 | #Constraints:      25671
345.96/346.95	c #Conflicts:     263000 | #Constraints:      26671
345.96/346.95	c #Conflicts:     264000 | #Constraints:      27671
345.96/346.95	c #Conflicts:     265000 | #Constraints:      28671
345.96/346.95	c #Conflicts:     266000 | #Constraints:      29671
395.34/396.49	c #Conflicts:     267000 | #Constraints:      30671
395.34/396.49	c #Conflicts:     268000 | #Constraints:      31671
395.34/396.49	c #Conflicts:     269000 | #Constraints:      32671
395.34/396.49	c #Conflicts:     270000 | #Constraints:      33671
395.34/396.49	c #Conflicts:     271000 | #Constraints:      34671
395.34/396.49	c #Conflicts:     272000 | #Constraints:      35671
395.34/396.49	c #Conflicts:     273000 | #Constraints:      36671
395.34/396.49	c #Conflicts:     274000 | #Constraints:      37671
395.34/396.49	c #Conflicts:     275000 | #Constraints:      38671
395.34/396.49	c #Conflicts:     276000 | #Constraints:      39671
395.34/396.49	c #Conflicts:     277000 | #Constraints:      40671
395.34/396.49	c #Conflicts:     278000 | #Constraints:      41671
395.34/396.49	c #Conflicts:     279000 | #Constraints:      42671
395.34/396.49	c #Conflicts:     280000 | #Constraints:      43671
395.34/396.49	c #Conflicts:     281000 | #Constraints:      44671
395.34/396.49	c #Conflicts:     282000 | #Constraints:      45671
395.34/396.49	c #Conflicts:     283000 | #Constraints:      46671
395.34/396.49	c #Conflicts:     284000 | #Constraints:      47671
395.34/396.49	c #Conflicts:     285000 | #Constraints:      48671
395.34/396.49	c #Conflicts:     286000 | #Constraints:      49671
395.34/396.49	c #Conflicts:     287000 | #Constraints:      50671
395.34/396.49	c #Conflicts:     288000 | #Constraints:      51671
395.34/396.49	c #Conflicts:     289000 | #Constraints:      52671
395.34/396.49	c #Conflicts:     290000 | #Constraints:      53671
395.34/396.49	c #Conflicts:     291000 | #Constraints:      54671
395.34/396.49	c #Conflicts:     292000 | #Constraints:      55671
395.34/396.49	c #Conflicts:     293000 | #Constraints:      56671
395.34/396.49	c #Conflicts:     294000 | #Constraints:      57671
395.34/396.49	c #Conflicts:     295000 | #Constraints:      58671
395.34/396.49	c INPROCESSING
395.34/396.49	c GARBAGE COLLECT
395.34/396.49	c rational objective 6.59301
412.30/413.40	c #Conflicts:     296000 | #Constraints:      33240
412.30/413.40	c #Conflicts:     297000 | #Constraints:      34240
412.30/413.40	c #Conflicts:     298000 | #Constraints:      35240
412.30/413.40	c #Conflicts:     299000 | #Constraints:      36240
412.30/413.40	c #Conflicts:     300000 | #Constraints:      37240
412.30/413.40	c #Conflicts:     301000 | #Constraints:      38240
412.30/413.40	c #Conflicts:     302000 | #Constraints:      39240
412.30/413.40	c #Conflicts:     303000 | #Constraints:      40240
412.30/413.40	c #Conflicts:     304000 | #Constraints:      41240
412.30/413.40	c #Conflicts:     305000 | #Constraints:      42240
412.30/413.40	c #Conflicts:     306000 | #Constraints:      43240
412.30/413.40	c #Conflicts:     307000 | #Constraints:      44240
412.30/413.40	c #Conflicts:     308000 | #Constraints:      45240
412.30/413.40	c #Conflicts:     309000 | #Constraints:      46240
412.30/413.40	c INPROCESSING
412.30/413.40	c GARBAGE COLLECT
412.30/413.40	WSVECS04 Frhs2[1]: 6 -58.9668 0 shouldn't be
412.30/413.40	WSVECS04 Frhs2[3]: 6 -50.6692 0 shouldn't be
412.30/413.40	WSVECS04 Frhs2[23]: 6 -7.00003 0 shouldn't be
412.30/413.40	WSVECS04 Frhs2[44]: 6 -53.4116 0 shouldn't be
412.30/413.40	WSVECS04 Frhs2[112]: 6 0 1.34378 shouldn't be
412.30/413.40	WSVECS04 Frhs2[241]: 6 -4.76568 0 shouldn't be
412.30/413.40	WSVECS04 Frhs2[331]: 6 -3.06264 0 shouldn't be
412.30/413.40	WSVECS04 Frhs2[531]: 6 -3.08597 0 shouldn't be
412.30/413.40	WSVECS04 Frhs2[532]: 6 -3.04693 0 shouldn't be
412.30/413.40	WSVECS04 Frhs2[534]: 6 -3.11727 0 shouldn't be
412.30/413.40	WSVECS04 Frhs2[535]: 6 -3.10941 0 shouldn't be
412.30/413.40	WSVECS04 Frhs2[536]: 6 -3.09378 0 shouldn't be
412.30/413.40	WSVECS04 Frhs2[541]: 6 -3.09387 0 shouldn't be
412.30/413.40	WSVECS04 Frhs2[581]: 6 -2.24998 0 shouldn't be
412.30/413.40	WSVECS04 Frhs2[582]: 6 -1.99995 0 shouldn't be
412.30/413.40	WSVECS04 Frhs2[586]: 6 -2.25026 0 shouldn't be
412.30/413.40	WSVECS04 Frhs2[620]: 6 -4.74999 0 shouldn't be
412.30/413.40	WSVECS04 Frhs2[1014]: 6 -9.00008 0 shouldn't be
412.30/413.40	WSVECS04 Frhs2[1068]: 6 0 1.5001 shouldn't be
412.30/413.40	WSVECS04 Frhs2[1131]: 6 0 1.03134 shouldn't be
412.30/413.40	WSVECS04 Frhs2[1140]: 6 -15.7813 0 shouldn't be
412.30/413.40	WSVECS04 Frhs2[1161]: 6 -11.75 0 shouldn't be
412.30/413.40	WSVECS04 Frhs2[1224]: 6 -1.00004 0 shouldn't be
412.30/413.40	WSVECS04 Frhs2[1350]: 6 0 4.50001 shouldn't be
412.30/413.40	WSVECS04 Frhs2[1426]: 6 0 2.00006 shouldn't be
412.30/413.40	WSVECS04 Frhs2[1466]: 6 0 6.00001 shouldn't be
412.30/413.40	WSVECS04 Frhs2[1804]: 6 0 5.00028 shouldn't be
412.30/413.40	WSVECS04 Frhs2[2047]: 6 -1.00009 0 shouldn't be
412.30/413.40	WSVECS04 Frhs2[2201]: 6 -1.00006 0 shouldn't be
412.30/413.40	WSVECS04 Frhs2[2531]: 6 -41.8848 0 shouldn't be
412.30/413.40	WSVECS04 Frhs2[2742]: 6 -6.36724 0 shouldn't be
412.30/413.40	WSVECS04 Frhs2[2762]: 6 -0.500093 0 shouldn't be
412.30/413.40	WSVECS04 Frhs2[2765]: 6 -5.00008 0 shouldn't be
412.30/413.40	WSVECS04 Frhs2[2783]: 6 -0.500088 0 shouldn't be
412.30/413.40	WSVECS04 Frhs2[2804]: 6 -0.500017 0 shouldn't be
412.30/413.40	WSVECS04 Frhs2[2841]: 6 -1.0001 0 shouldn't be
412.30/413.40	WSVECS04 Frhs2[2862]: 6 -1.68571 0 shouldn't be
412.30/413.40	WSVECS04 Frhs2[2875]: 6 0 0.00200149 shouldn't be
412.70/413.86	WSVECS04 Frhs2[1]: 6 -58.9668 0 shouldn't be
412.70/413.86	WSVECS04 Frhs2[3]: 6 -50.6691 0 shouldn't be
412.70/413.86	WSVECS04 Frhs2[4]: 6 -50.8382 0 shouldn't be
412.70/413.86	WSVECS04 Frhs2[6]: 6 -57.307 0 shouldn't be
412.70/413.86	WSVECS04 Frhs2[7]: 6 -50.5514 0 shouldn't be
412.70/413.86	WSVECS04 Frhs2[8]: 6 -46.4193 0 shouldn't be
412.70/413.86	WSVECS04 Frhs2[13]: 6 -28.5053 0 shouldn't be
412.70/413.86	WSVECS04 Frhs2[23]: 6 -7 0 shouldn't be
412.70/413.86	WSVECS04 Frhs2[43]: 6 -42.9402 0 shouldn't be
412.70/413.86	WSVECS04 Frhs2[44]: 6 -53.4116 0 shouldn't be
412.70/413.86	WSVECS04 Frhs2[241]: 6 -4.76563 0 shouldn't be
412.70/413.86	WSVECS04 Frhs2[531]: 6 -3.08594 0 shouldn't be
412.70/413.86	WSVECS04 Frhs2[532]: 6 -3.04688 0 shouldn't be
412.70/413.86	WSVECS04 Frhs2[534]: 6 -3.11719 0 shouldn't be
412.70/413.86	WSVECS04 Frhs2[535]: 6 -3.10937 0 shouldn't be
412.70/413.86	WSVECS04 Frhs2[536]: 6 -3.09374 0 shouldn't be
412.70/413.86	WSVECS04 Frhs2[541]: 6 -3.09377 0 shouldn't be
412.70/413.86	WSVECS04 Frhs2[581]: 6 -2.24994 0 shouldn't be
412.70/413.86	WSVECS04 Frhs2[582]: 6 -1.99988 0 shouldn't be
412.70/413.86	WSVECS04 Frhs2[586]: 6 -2.25018 0 shouldn't be
412.70/413.86	WSVECS04 Frhs2[1014]: 6 -9 0 shouldn't be
412.70/413.86	WSVECS04 Frhs2[1068]: 6 0 1.5 shouldn't be
412.70/413.86	WSVECS04 Frhs2[1131]: 6 0 1.03125 shouldn't be
412.70/413.86	WSVECS04 Frhs2[1350]: 6 0 4.5 shouldn't be
412.70/413.86	WSVECS04 Frhs2[1466]: 6 0 6 shouldn't be
412.70/413.86	WSVECS04 Frhs2[1774]: 6 0 1 shouldn't be
412.70/413.86	WSVECS04 Frhs2[1782]: 6 0 6.00006 shouldn't be
412.70/413.86	WSVECS04 Frhs2[1804]: 6 0 5.00024 shouldn't be
412.70/413.86	WSVECS04 Frhs2[2426]: 6 0 0.117186 shouldn't be
412.70/413.86	WSVECS04 Frhs2[2742]: 6 -6.36719 0 shouldn't be
412.70/413.86	WSVECS04 Frhs2[2765]: 6 -5.00006 0 shouldn't be
412.70/413.86	WSVECS04 Frhs2[2783]: 6 -0.500001 0 shouldn't be
412.70/413.86	WSVECS04 Frhs2[2819]: 6 -1 0 shouldn't be
412.70/413.86	WSVECS04 Frhs2[2841]: 6 -1 0 shouldn't be
412.70/413.86	WSVECS04 Frhs2[2862]: 6 -1.68567 0 shouldn't be
412.70/413.86	WSVECS04 Frhs2[2867]: 6 -2.25 0 shouldn't be
412.70/413.86	WSVECS04 Frhs2[2875]: 6 0 0.0019536 shouldn't be
413.20/414.35	WSVECS04 Frhs2[9]: 6 -38.5178 0 shouldn't be
413.20/414.35	WSVECS04 Frhs2[10]: 6 -47.2882 0 shouldn't be
413.20/414.35	WSVECS04 Frhs2[14]: 6 -34.5371 0 shouldn't be
413.20/414.35	WSVECS04 Frhs2[29]: 6 -41.8725 0 shouldn't be
413.20/414.35	WSVECS04 Frhs2[40]: 6 -41.7193 0 shouldn't be
413.20/414.35	WSVECS04 Frhs2[112]: 6 0 1.34375 shouldn't be
413.20/414.35	WSVECS04 Frhs2[331]: 6 -3.06255 0 shouldn't be
413.20/414.35	WSVECS04 Frhs2[620]: 6 -4.74998 0 shouldn't be
413.20/414.35	WSVECS04 Frhs2[1077]: 6 -8.86719 0 shouldn't be
413.20/414.35	WSVECS04 Frhs2[1140]: 6 -15.7812 0 shouldn't be
413.20/414.35	WSVECS04 Frhs2[1161]: 6 -11.7499 0 shouldn't be
413.20/414.35	WSVECS04 Frhs2[2025]: 6 0 1.34375 shouldn't be
413.20/414.35	WSVECS04 Frhs2[2047]: 6 -1 0 shouldn't be
413.20/414.35	WSVECS04 Frhs2[2071]: 6 -11.8594 0 shouldn't be
413.20/414.35	WSVECS04 Frhs2[2201]: 6 -1 0 shouldn't be
413.20/414.35	WSVECS04 Frhs2[2202]: 6 -2 0 shouldn't be
413.20/414.35	WSVECS04 Frhs2[2533]: 6 -1.75 0 shouldn't be
413.20/414.35	WSVECS04 Frhs2[2534]: 6 -0.5 0 shouldn't be
413.20/414.35	WSVECS04 Frhs2[2863]: 6 -1 0 shouldn't be
514.75/516.15	c #Conflicts:     310000 | #Constraints:      27453
514.75/516.15	c #Conflicts:     311000 | #Constraints:      28453
514.75/516.15	c #Conflicts:     312000 | #Constraints:      29453
514.75/516.15	c #Conflicts:     313000 | #Constraints:      30453
514.75/516.15	c #Conflicts:     314000 | #Constraints:      31453
514.75/516.15	c #Conflicts:     315000 | #Constraints:      32453
514.75/516.15	c #Conflicts:     316000 | #Constraints:      33453
514.75/516.15	c #Conflicts:     317000 | #Constraints:      34453
514.75/516.15	c #Conflicts:     318000 | #Constraints:      35453
514.75/516.15	c #Conflicts:     319000 | #Constraints:      36453
514.75/516.15	c #Conflicts:     320000 | #Constraints:      37453
514.75/516.15	c #Conflicts:     321000 | #Constraints:      38453
514.75/516.15	c #Conflicts:     322000 | #Constraints:      39453
514.75/516.15	c INPROCESSING
514.75/516.15	c GARBAGE COLLECT
514.75/516.15	c #Conflicts:     323000 | #Constraints:      23846
514.75/516.15	c #Conflicts:     324000 | #Constraints:      24846
514.75/516.15	c #Conflicts:     325000 | #Constraints:      25846
514.75/516.15	c #Conflicts:     326000 | #Constraints:      26846
514.75/516.15	c #Conflicts:     327000 | #Constraints:      27846
514.75/516.15	c #Conflicts:     328000 | #Constraints:      28846
514.75/516.15	c #Conflicts:     329000 | #Constraints:      29846
514.75/516.15	c #Conflicts:     330000 | #Constraints:      30846
514.75/516.15	c #Conflicts:     331000 | #Constraints:      31846
514.75/516.15	c #Conflicts:     332000 | #Constraints:      32846
514.75/516.15	c #Conflicts:     333000 | #Constraints:      33846
514.75/516.15	c #Conflicts:     334000 | #Constraints:      34846
514.75/516.15	c #Conflicts:     335000 | #Constraints:      35846
514.75/516.15	c #Conflicts:     336000 | #Constraints:      36846
514.75/516.15	c #Conflicts:     337000 | #Constraints:      37846
514.75/516.15	c #Conflicts:     338000 | #Constraints:      38846
514.75/516.15	c #Conflicts:     339000 | #Constraints:      39846
514.75/516.15	c #Conflicts:     340000 | #Constraints:      40846
514.75/516.15	c #Conflicts:     341000 | #Constraints:      41846
514.75/516.15	c #Conflicts:     342000 | #Constraints:      42846
514.75/516.15	c #Conflicts:     343000 | #Constraints:      43846
514.75/516.15	c #Conflicts:     344000 | #Constraints:      44846
514.75/516.15	c #Conflicts:     345000 | #Constraints:      45846
514.75/516.15	c #Conflicts:     346000 | #Constraints:      46846
514.75/516.15	c #Conflicts:     347000 | #Constraints:      47846
514.75/516.15	c #Conflicts:     348000 | #Constraints:      48846
514.75/516.15	c #Conflicts:     349000 | #Constraints:      49846
514.75/516.15	c #Conflicts:     350000 | #Constraints:      50846
514.75/516.15	c #Conflicts:     351000 | #Constraints:      51846
514.75/516.15	c #Conflicts:     352000 | #Constraints:      52846
514.75/516.15	c #Conflicts:     353000 | #Constraints:      53846
514.75/516.15	c #Conflicts:     354000 | #Constraints:      54846
514.75/516.15	c #Conflicts:     355000 | #Constraints:      55846
514.75/516.15	c #Conflicts:     356000 | #Constraints:      56846
514.75/516.15	c #Conflicts:     357000 | #Constraints:      57846
514.75/516.15	c #Conflicts:     358000 | #Constraints:      58846
514.75/516.15	c #Conflicts:     359000 | #Constraints:      59846
514.75/516.15	c #Conflicts:     360000 | #Constraints:      60846
514.75/516.15	c #Conflicts:     361000 | #Constraints:      61846
514.75/516.15	c #Conflicts:     362000 | #Constraints:      62846
514.75/516.15	c #Conflicts:     363000 | #Constraints:      63846
514.75/516.15	c #Conflicts:     364000 | #Constraints:      64846
514.75/516.15	c INPROCESSING
514.75/516.15	c GARBAGE COLLECT
514.75/516.15	c #Conflicts:     365000 | #Constraints:      36356
514.75/516.15	c #Conflicts:     366000 | #Constraints:      37356
514.75/516.15	c #Conflicts:     367000 | #Constraints:      38356
514.75/516.15	c #Conflicts:     368000 | #Constraints:      39356
514.75/516.15	c #Conflicts:     369000 | #Constraints:      40356
514.75/516.15	c #Conflicts:     370000 | #Constraints:      41356
514.75/516.15	c #Conflicts:     371000 | #Constraints:      42356
514.75/516.15	c #Conflicts:     372000 | #Constraints:      43356
514.75/516.15	c #Conflicts:     373000 | #Constraints:      44356
514.75/516.15	c #Conflicts:     374000 | #Constraints:      45356
514.75/516.15	c #Conflicts:     375000 | #Constraints:      46356
514.75/516.15	c #Conflicts:     376000 | #Constraints:      47356
514.75/516.15	c #Conflicts:     377000 | #Constraints:      48356
514.75/516.15	c #Conflicts:     378000 | #Constraints:      49356
514.75/516.15	c #Conflicts:     379000 | #Constraints:      50356
514.75/516.15	c INPROCESSING
514.75/516.15	c GARBAGE COLLECT
514.75/516.15	c #Conflicts:     380000 | #Constraints:      29250
514.75/516.15	c #Conflicts:     381000 | #Constraints:      30250
514.75/516.15	c #Conflicts:     382000 | #Constraints:      31250
514.75/516.15	c #Conflicts:     383000 | #Constraints:      32250
514.75/516.15	c #Conflicts:     384000 | #Constraints:      33250
514.75/516.15	c #Conflicts:     385000 | #Constraints:      34250
514.75/516.15	c #Conflicts:     386000 | #Constraints:      35250
612.80/614.49	c #Conflicts:     387000 | #Constraints:      36250
612.80/614.49	c #Conflicts:     388000 | #Constraints:      37250
612.80/614.49	c #Conflicts:     389000 | #Constraints:      38250
612.80/614.49	c #Conflicts:     390000 | #Constraints:      39250
612.80/614.49	c #Conflicts:     391000 | #Constraints:      40250
612.80/614.49	c #Conflicts:     392000 | #Constraints:      41250
612.80/614.49	c #Conflicts:     393000 | #Constraints:      42250
612.80/614.49	c #Conflicts:     394000 | #Constraints:      43250
612.80/614.49	c INPROCESSING
612.80/614.49	c GARBAGE COLLECT
612.80/614.49	c #Conflicts:     395000 | #Constraints:      25723
612.80/614.49	c #Conflicts:     396000 | #Constraints:      26723
612.80/614.49	c #Conflicts:     397000 | #Constraints:      27723
612.80/614.49	c #Conflicts:     398000 | #Constraints:      28723
612.80/614.49	c #Conflicts:     399000 | #Constraints:      29723
612.80/614.49	c #Conflicts:     400000 | #Constraints:      30723
612.80/614.49	c #Conflicts:     401000 | #Constraints:      31723
612.80/614.49	c #Conflicts:     402000 | #Constraints:      32723
612.80/614.49	c #Conflicts:     403000 | #Constraints:      33723
612.80/614.49	c #Conflicts:     404000 | #Constraints:      34723
612.80/614.49	c #Conflicts:     405000 | #Constraints:      35723
612.80/614.49	c #Conflicts:     406000 | #Constraints:      36723
612.80/614.49	c #Conflicts:     407000 | #Constraints:      37723
612.80/614.49	c #Conflicts:     408000 | #Constraints:      38723
612.80/614.49	c #Conflicts:     409000 | #Constraints:      39723
612.80/614.49	c #Conflicts:     410000 | #Constraints:      40723
612.80/614.49	c #Conflicts:     411000 | #Constraints:      41723
612.80/614.49	c #Conflicts:     412000 | #Constraints:      42723
612.80/614.49	c #Conflicts:     413000 | #Constraints:      43723
612.80/614.49	c #Conflicts:     414000 | #Constraints:      44723
612.80/614.49	c #Conflicts:     415000 | #Constraints:      45723
612.80/614.49	c #Conflicts:     416000 | #Constraints:      46723
612.80/614.49	c #Conflicts:     417000 | #Constraints:      47723
612.80/614.49	c #Conflicts:     418000 | #Constraints:      48723
612.80/614.49	c #Conflicts:     419000 | #Constraints:      49723
612.80/614.49	c #Conflicts:     420000 | #Constraints:      50723
612.80/614.49	c #Conflicts:     421000 | #Constraints:      51723
612.80/614.49	c #Conflicts:     422000 | #Constraints:      52723
612.80/614.49	c #Conflicts:     423000 | #Constraints:      53723
612.80/614.49	c #Conflicts:     424000 | #Constraints:      54723
612.80/614.49	c #Conflicts:     425000 | #Constraints:      55723
612.80/614.49	c #Conflicts:     426000 | #Constraints:      56723
612.80/614.49	c #Conflicts:     427000 | #Constraints:      57723
612.80/614.49	c #Conflicts:     428000 | #Constraints:      58723
612.80/614.49	c #Conflicts:     429000 | #Constraints:      59723
612.80/614.49	c #Conflicts:     430000 | #Constraints:      60723
612.80/614.49	c #Conflicts:     431000 | #Constraints:      61723
612.80/614.49	c #Conflicts:     432000 | #Constraints:      62723
612.80/614.49	c #Conflicts:     433000 | #Constraints:      63723
612.80/614.49	c #Conflicts:     434000 | #Constraints:      64723
612.80/614.49	c #Conflicts:     435000 | #Constraints:      65723
612.80/614.49	c #Conflicts:     436000 | #Constraints:      66723
612.80/614.49	c #Conflicts:     437000 | #Constraints:      67723
612.80/614.49	c #Conflicts:     438000 | #Constraints:      68723
612.80/614.49	c #Conflicts:     439000 | #Constraints:      69723
612.80/614.49	c #Conflicts:     440000 | #Constraints:      70723
612.80/614.49	c #Conflicts:     441000 | #Constraints:      71723
612.80/614.49	c INPROCESSING
612.80/614.49	c GARBAGE COLLECT
612.80/614.49	c rational objective 6.62892
661.26/663.01	c #Conflicts:     442000 | #Constraints:      40191
661.26/663.01	c #Conflicts:     443000 | #Constraints:      41191
661.26/663.01	c #Conflicts:     444000 | #Constraints:      42191
661.26/663.01	c #Conflicts:     445000 | #Constraints:      43191
661.26/663.01	c #Conflicts:     446000 | #Constraints:      44191
661.26/663.01	c #Conflicts:     447000 | #Constraints:      45191
661.26/663.01	c #Conflicts:     448000 | #Constraints:      46191
661.26/663.01	c #Conflicts:     449000 | #Constraints:      47191
661.26/663.01	c #Conflicts:     450000 | #Constraints:      48191
661.26/663.01	c #Conflicts:     451000 | #Constraints:      49191
661.26/663.01	c #Conflicts:     452000 | #Constraints:      50191
661.26/663.01	c #Conflicts:     453000 | #Constraints:      51191
661.26/663.01	c #Conflicts:     454000 | #Constraints:      52192
661.26/663.01	c #Conflicts:     455000 | #Constraints:      53192
661.26/663.01	c #Conflicts:     456000 | #Constraints:      54192
661.26/663.01	c #Conflicts:     457000 | #Constraints:      55192
661.26/663.01	c INPROCESSING
661.26/663.01	c GARBAGE COLLECT
661.26/663.01	c rational objective 6.65182
766.33/768.44	c #Conflicts:     458000 | #Constraints:      31826
766.33/768.44	c #Conflicts:     459000 | #Constraints:      32826
766.33/768.44	c #Conflicts:     460000 | #Constraints:      33826
766.33/768.44	c #Conflicts:     461000 | #Constraints:      34826
766.33/768.44	c #Conflicts:     462000 | #Constraints:      35826
766.33/768.44	c #Conflicts:     463000 | #Constraints:      36826
766.33/768.44	c #Conflicts:     464000 | #Constraints:      37826
766.33/768.44	c #Conflicts:     465000 | #Constraints:      38826
766.33/768.44	c #Conflicts:     466000 | #Constraints:      39826
766.33/768.44	c #Conflicts:     467000 | #Constraints:      40826
766.33/768.44	c #Conflicts:     468000 | #Constraints:      41826
766.33/768.44	c #Conflicts:     469000 | #Constraints:      42826
766.33/768.44	c #Conflicts:     470000 | #Constraints:      43826
766.33/768.44	c #Conflicts:     471000 | #Constraints:      44826
766.33/768.44	c #Conflicts:     472000 | #Constraints:      45826
766.33/768.44	c #Conflicts:     473000 | #Constraints:      46826
766.33/768.44	c INPROCESSING
766.33/768.44	c GARBAGE COLLECT
766.33/768.44	c #Conflicts:     474000 | #Constraints:      27463
766.33/768.44	c #Conflicts:     475000 | #Constraints:      28463
766.33/768.44	c #Conflicts:     476000 | #Constraints:      29463
766.33/768.44	c #Conflicts:     477000 | #Constraints:      30463
766.33/768.44	c #Conflicts:     478000 | #Constraints:      31463
766.33/768.44	c #Conflicts:     479000 | #Constraints:      32463
766.33/768.44	c #Conflicts:     480000 | #Constraints:      33463
766.33/768.44	c #Conflicts:     481000 | #Constraints:      34463
766.33/768.44	c #Conflicts:     482000 | #Constraints:      35463
766.33/768.44	c #Conflicts:     483000 | #Constraints:      36463
766.33/768.44	c #Conflicts:     484000 | #Constraints:      37463
766.33/768.44	c #Conflicts:     485000 | #Constraints:      38463
766.33/768.44	c #Conflicts:     486000 | #Constraints:      39463
766.33/768.44	c #Conflicts:     487000 | #Constraints:      40463
766.33/768.44	c #Conflicts:     488000 | #Constraints:      41463
766.33/768.44	c #Conflicts:     489000 | #Constraints:      42463
766.33/768.44	c #Conflicts:     490000 | #Constraints:      43463
766.33/768.44	c #Conflicts:     491000 | #Constraints:      44463
766.33/768.44	c #Conflicts:     492000 | #Constraints:      45463
766.33/768.44	c #Conflicts:     493000 | #Constraints:      46463
766.33/768.44	c #Conflicts:     494000 | #Constraints:      47463
766.33/768.44	c #Conflicts:     495000 | #Constraints:      48463
766.33/768.44	c #Conflicts:     496000 | #Constraints:      49463
766.33/768.44	c #Conflicts:     497000 | #Constraints:      50463
766.33/768.44	c #Conflicts:     498000 | #Constraints:      51464
766.33/768.44	c #Conflicts:     499000 | #Constraints:      52464
766.33/768.44	c #Conflicts:     500000 | #Constraints:      53464
766.33/768.44	c #Conflicts:     501000 | #Constraints:      54464
766.33/768.44	c #Conflicts:     502000 | #Constraints:      55464
766.33/768.44	c #Conflicts:     503000 | #Constraints:      56464
766.33/768.44	c #Conflicts:     504000 | #Constraints:      57464
766.33/768.44	c #Conflicts:     505000 | #Constraints:      58464
766.33/768.44	c #Conflicts:     506000 | #Constraints:      59464
766.33/768.44	c #Conflicts:     507000 | #Constraints:      60464
766.33/768.44	c #Conflicts:     508000 | #Constraints:      61464
766.33/768.44	c #Conflicts:     509000 | #Constraints:      62464
766.33/768.44	c #Conflicts:     510000 | #Constraints:      63464
766.33/768.44	c #Conflicts:     511000 | #Constraints:      64464
766.33/768.44	c #Conflicts:     512000 | #Constraints:      65464
766.33/768.44	c #Conflicts:     513000 | #Constraints:      66464
766.33/768.44	c #Conflicts:     514000 | #Constraints:      67464
766.33/768.44	c #Conflicts:     515000 | #Constraints:      68464
766.33/768.44	c #Conflicts:     516000 | #Constraints:      69464
766.33/768.44	c #Conflicts:     517000 | #Constraints:      70464
766.33/768.44	c #Conflicts:     518000 | #Constraints:      71464
766.33/768.44	c #Conflicts:     519000 | #Constraints:      72464
766.33/768.44	c #Conflicts:     520000 | #Constraints:      73464
766.33/768.44	c #Conflicts:     521000 | #Constraints:      74464
766.33/768.44	c #Conflicts:     522000 | #Constraints:      75464
766.33/768.44	c #Conflicts:     523000 | #Constraints:      76464
766.33/768.44	c #Conflicts:     524000 | #Constraints:      77464
766.33/768.44	c INPROCESSING
766.33/768.44	c GARBAGE COLLECT
766.33/768.44	c rational objective 6.7234
796.14/798.38	c #Conflicts:     525000 | #Constraints:      42907
796.14/798.38	c #Conflicts:     526000 | #Constraints:      43907
796.14/798.38	c #Conflicts:     527000 | #Constraints:      44907
796.14/798.38	c #Conflicts:     528000 | #Constraints:      45907
796.14/798.38	c #Conflicts:     529000 | #Constraints:      46907
796.14/798.38	c #Conflicts:     530000 | #Constraints:      47907
796.14/798.38	c #Conflicts:     531000 | #Constraints:      48907
796.14/798.38	c #Conflicts:     532000 | #Constraints:      49907
796.14/798.38	c #Conflicts:     533000 | #Constraints:      50907
796.14/798.38	c #Conflicts:     534000 | #Constraints:      51907
796.14/798.38	c #Conflicts:     535000 | #Constraints:      52907
796.14/798.38	c #Conflicts:     536000 | #Constraints:      53907
796.14/798.38	c #Conflicts:     537000 | #Constraints:      54907
796.14/798.38	c #Conflicts:     538000 | #Constraints:      55907
796.14/798.38	c #Conflicts:     539000 | #Constraints:      56907
796.14/798.38	c #Conflicts:     540000 | #Constraints:      57907
796.14/798.38	c #Conflicts:     541000 | #Constraints:      58907
796.14/798.38	c #Conflicts:     542000 | #Constraints:      59907
796.14/798.38	c INPROCESSING
796.14/798.38	c GARBAGE COLLECT
796.14/798.38	c rational objective 6.79343
828.64/830.96	c #Conflicts:     543000 | #Constraints:      34224
828.64/830.96	c #Conflicts:     544000 | #Constraints:      35224
828.64/830.96	c #Conflicts:     545000 | #Constraints:      36224
828.64/830.96	c #Conflicts:     546000 | #Constraints:      37224
828.64/830.96	c #Conflicts:     547000 | #Constraints:      38224
828.64/830.96	c #Conflicts:     548000 | #Constraints:      39224
828.64/830.96	c #Conflicts:     549000 | #Constraints:      40224
828.64/830.96	c #Conflicts:     550000 | #Constraints:      41224
828.64/830.96	c #Conflicts:     551000 | #Constraints:      42224
828.64/830.96	c #Conflicts:     552000 | #Constraints:      43224
828.64/830.96	c #Conflicts:     553000 | #Constraints:      44224
828.64/830.96	c #Conflicts:     554000 | #Constraints:      45224
828.64/830.96	c #Conflicts:     555000 | #Constraints:      46224
828.64/830.96	c #Conflicts:     556000 | #Constraints:      47224
828.64/830.96	c #Conflicts:     557000 | #Constraints:      48224
828.64/830.96	c #Conflicts:     558000 | #Constraints:      49224
828.64/830.96	c #Conflicts:     559000 | #Constraints:      50224
828.64/830.96	c #Conflicts:     560000 | #Constraints:      51224
828.64/830.96	c INPROCESSING
828.64/830.96	c GARBAGE COLLECT
828.64/830.96	c rational objective 6.9105
951.48/954.16	c #Conflicts:     561000 | #Constraints:      30001
951.48/954.16	c #Conflicts:     562000 | #Constraints:      31001
951.48/954.16	c #Conflicts:     563000 | #Constraints:      32001
951.48/954.16	c #Conflicts:     564000 | #Constraints:      33001
951.48/954.16	c #Conflicts:     565000 | #Constraints:      34001
951.48/954.16	c #Conflicts:     566000 | #Constraints:      35001
951.48/954.16	c #Conflicts:     567000 | #Constraints:      36001
951.48/954.16	c #Conflicts:     568000 | #Constraints:      37001
951.48/954.16	c #Conflicts:     569000 | #Constraints:      38001
951.48/954.16	c #Conflicts:     570000 | #Constraints:      39001
951.48/954.16	c #Conflicts:     571000 | #Constraints:      40001
951.48/954.16	c #Conflicts:     572000 | #Constraints:      41001
951.48/954.16	c #Conflicts:     573000 | #Constraints:      42001
951.48/954.16	c #Conflicts:     574000 | #Constraints:      43001
951.48/954.16	c #Conflicts:     575000 | #Constraints:      44001
951.48/954.16	c #Conflicts:     576000 | #Constraints:      45001
951.48/954.16	c #Conflicts:     577000 | #Constraints:      46001
951.48/954.16	c #Conflicts:     578000 | #Constraints:      47001
951.48/954.16	c #Conflicts:     579000 | #Constraints:      48001
951.48/954.16	c #Conflicts:     580000 | #Constraints:      49001
951.48/954.16	c #Conflicts:     581000 | #Constraints:      50001
951.48/954.16	c #Conflicts:     582000 | #Constraints:      51001
951.48/954.16	c #Conflicts:     583000 | #Constraints:      52001
951.48/954.16	c #Conflicts:     584000 | #Constraints:      53001
951.48/954.16	c #Conflicts:     585000 | #Constraints:      54001
951.48/954.16	c #Conflicts:     586000 | #Constraints:      55001
951.48/954.16	c #Conflicts:     587000 | #Constraints:      56001
951.48/954.16	c #Conflicts:     588000 | #Constraints:      57001
951.48/954.16	c #Conflicts:     589000 | #Constraints:      58001
951.48/954.16	c #Conflicts:     590000 | #Constraints:      59001
951.48/954.16	c #Conflicts:     591000 | #Constraints:      60001
951.48/954.16	c #Conflicts:     592000 | #Constraints:      61001
951.48/954.16	c #Conflicts:     593000 | #Constraints:      62001
951.48/954.16	c #Conflicts:     594000 | #Constraints:      63001
951.48/954.16	c #Conflicts:     595000 | #Constraints:      64001
951.48/954.16	c #Conflicts:     596000 | #Constraints:      65001
951.48/954.16	c #Conflicts:     597000 | #Constraints:      66001
951.48/954.16	c #Conflicts:     598000 | #Constraints:      67001
951.48/954.16	c #Conflicts:     599000 | #Constraints:      68001
951.48/954.16	c #Conflicts:     600000 | #Constraints:      69001
951.48/954.16	c #Conflicts:     601000 | #Constraints:      70001
951.48/954.16	c #Conflicts:     602000 | #Constraints:      71001
951.48/954.16	c #Conflicts:     603000 | #Constraints:      72001
951.48/954.16	c #Conflicts:     604000 | #Constraints:      73001
951.48/954.16	c #Conflicts:     605000 | #Constraints:      74001
951.48/954.16	c #Conflicts:     606000 | #Constraints:      75001
951.48/954.16	c #Conflicts:     607000 | #Constraints:      76001
951.48/954.16	c #Conflicts:     608000 | #Constraints:      77001
951.48/954.16	c #Conflicts:     609000 | #Constraints:      78001
951.48/954.16	c #Conflicts:     610000 | #Constraints:      79001
951.48/954.16	c #Conflicts:     611000 | #Constraints:      80001
951.48/954.16	c #Conflicts:     612000 | #Constraints:      81001
951.48/954.16	c #Conflicts:     613000 | #Constraints:      82001
951.48/954.16	c #Conflicts:     614000 | #Constraints:      83001
951.48/954.16	c #Conflicts:     615000 | #Constraints:      84001
951.48/954.16	c INPROCESSING
951.48/954.16	c GARBAGE COLLECT
951.48/954.16	c rational objective 6.91989
972.52/975.24	c #Conflicts:     616000 | #Constraints:      46369
972.52/975.24	c #Conflicts:     617000 | #Constraints:      47369
972.52/975.24	c #Conflicts:     618000 | #Constraints:      48369
972.52/975.24	c #Conflicts:     619000 | #Constraints:      49369
972.52/975.24	c #Conflicts:     620000 | #Constraints:      50369
972.52/975.24	c #Conflicts:     621000 | #Constraints:      51369
972.52/975.24	c #Conflicts:     622000 | #Constraints:      52369
972.52/975.24	c #Conflicts:     623000 | #Constraints:      53369
972.52/975.24	c #Conflicts:     624000 | #Constraints:      54369
972.52/975.24	c #Conflicts:     625000 | #Constraints:      55369
972.52/975.24	c #Conflicts:     626000 | #Constraints:      56369
972.52/975.24	c #Conflicts:     627000 | #Constraints:      57369
972.52/975.24	c #Conflicts:     628000 | #Constraints:      58369
972.52/975.24	WSVECS04 Frhs2[22]: 6 -1.00005 0 shouldn't be
972.52/975.24	WSVECS04 Frhs2[24]: 6 -1.00002 0 shouldn't be
972.52/975.24	WSVECS04 Frhs2[90]: 6 -1.00005 0 shouldn't be
972.52/975.24	WSVECS04 Frhs2[134]: 6 -1.00008 0 shouldn't be
972.52/975.24	WSVECS04 Frhs2[156]: 6 -1.00004 0 shouldn't be
972.52/975.24	WSVECS04 Frhs2[222]: 6 -1.00004 0 shouldn't be
972.52/975.24	WSVECS04 Frhs2[288]: 6 -1.00003 0 shouldn't be
972.52/975.24	WSVECS04 Frhs2[354]: 6 -1.00004 0 shouldn't be
972.52/975.24	WSVECS04 Frhs2[486]: 6 -1.00002 0 shouldn't be
972.52/975.24	WSVECS04 Frhs2[508]: 6 -1.00005 0 shouldn't be
972.52/975.24	WSVECS04 Frhs2[509]: 6 -1.00007 0 shouldn't be
972.52/975.24	WSVECS04 Frhs2[512]: 6 -1.00006 0 shouldn't be
972.52/975.24	WSVECS04 Frhs2[516]: 6 -1.00005 0 shouldn't be
972.52/975.24	WSVECS04 Frhs2[518]: 6 -1.00001 0 shouldn't be
972.52/975.24	WSVECS04 Frhs2[519]: 6 -1.00008 0 shouldn't be
972.52/975.24	WSVECS04 Frhs2[553]: 6 -1.00006 0 shouldn't be
972.52/975.24	WSVECS04 Frhs2[555]: 6 -1.00007 0 shouldn't be
972.52/975.24	WSVECS04 Frhs2[556]: 6 -1.0001 0 shouldn't be
972.52/975.24	WSVECS04 Frhs2[559]: 6 -3.50006 0 shouldn't be
972.52/975.24	WSVECS04 Frhs2[562]: 6 -2.06251 0 shouldn't be
972.52/975.24	WSVECS04 Frhs2[565]: 6 -2.00008 0 shouldn't be
972.52/975.24	WSVECS04 Frhs2[571]: 6 -2.00007 0 shouldn't be
972.52/975.24	WSVECS04 Frhs2[572]: 6 -2.00008 0 shouldn't be
972.52/975.24	WSVECS04 Frhs2[594]: 6 -2.00007 0 shouldn't be
972.52/975.24	WSVECS04 Frhs2[660]: 6 -2.00003 0 shouldn't be
972.52/975.24	WSVECS04 Frhs2[748]: 6 -1.99996 0 shouldn't be
972.52/975.24	WSVECS04 Frhs2[792]: 6 -1.99953 0 shouldn't be
972.52/975.24	WSVECS04 Frhs2[814]: 6 -1.99907 0 shouldn't be
972.52/975.24	WSVECS04 Frhs2[1056]: 6 -1.0001 0 shouldn't be
972.52/975.24	WSVECS04 Frhs2[1059]: 6 -1.00009 0 shouldn't be
972.52/975.24	WSVECS04 Frhs2[1077]: 6 -1.00003 0 shouldn't be
972.52/975.24	WSVECS04 Frhs2[1098]: 6 -1.00002 0 shouldn't be
972.52/975.24	WSVECS04 Frhs2[1101]: 6 -1.00007 0 shouldn't be
972.52/975.24	WSVECS04 Frhs2[1119]: 6 -2.38251 0 shouldn't be
972.52/975.24	WSVECS04 Frhs2[1122]: 6 -2.05993 0 shouldn't be
972.52/975.24	WSVECS04 Frhs2[1163]: 6 0 3.11974 shouldn't be
972.52/975.24	WSVECS04 Frhs2[1203]: 6 0 7.11969 shouldn't be
972.52/975.24	WSVECS04 Frhs2[1211]: 6 0 9.63301 shouldn't be
972.52/975.24	WSVECS04 Frhs2[1231]: 6 0 11.633 shouldn't be
972.52/975.24	WSVECS04 Frhs2[1245]: 6 -1.00003 0 shouldn't be
972.52/975.24	WSVECS04 Frhs2[1249]: 6 0 6.65828 shouldn't be
972.52/975.24	WSVECS04 Frhs2[1266]: 6 -1.00008 0 shouldn't be
972.52/975.24	WSVECS04 Frhs2[1275]: 6 -1.00003 0 shouldn't be
972.52/975.24	WSVECS04 Frhs2[1287]: 6 -1.00003 0 shouldn't be
972.52/975.24	WSVECS04 Frhs2[1290]: 6 -1.00009 0 shouldn't be
972.52/975.24	WSVECS04 Frhs2[1296]: 6 -1.00001 0 shouldn't be
972.52/975.24	WSVECS04 Frhs2[1308]: 6 -1.00005 0 shouldn't be
972.52/975.24	WSVECS04 Frhs2[1311]: 6 -1.00005 0 shouldn't be
972.52/975.24	WSVECS04 Frhs2[1332]: 6 -1.00009 0 shouldn't be
972.52/975.24	WSVECS04 Frhs2[1353]: 6 -1.0001 0 shouldn't be
972.52/975.24	WSVECS04 Frhs2[1428]: 6 0 3.2032 shouldn't be
972.52/975.24	WSVECS04 Frhs2[1441]: 6 -1.00004 0 shouldn't be
972.52/975.24	WSVECS04 Frhs2[1443]: 6 -1.00002 0 shouldn't be
972.52/975.24	WSVECS04 Frhs2[1455]: 6 -1.00004 0 shouldn't be
972.52/975.24	WSVECS04 Frhs2[1462]: 6 -1.00009 0 shouldn't be
972.52/975.24	WSVECS04 Frhs2[1465]: 6 -1.00007 0 shouldn't be
972.52/975.24	WSVECS04 Frhs2[1484]: 6 0 3.00004 shouldn't be
972.52/975.24	WSVECS04 Frhs2[1500]: 6 -1.00003 0 shouldn't be
972.52/975.24	WSVECS04 Frhs2[1504]: 6 0 5.00007 shouldn't be
972.52/975.24	WSVECS04 Frhs2[1542]: 6 -1.0001 0 shouldn't be
972.52/975.24	WSVECS04 Frhs2[1563]: 6 -1.00007 0 shouldn't be
972.52/975.24	WSVECS04 Frhs2[1584]: 6 -1.00004 0 shouldn't be
972.52/975.24	WSVECS04 Frhs2[1605]: 6 -1.00002 0 shouldn't be
972.52/975.24	WSVECS04 Frhs2[1626]: 6 -1.00006 0 shouldn't be
972.52/975.24	WSVECS04 Frhs2[1631]: 6 0 7.00009 shouldn't be
972.52/975.24	WSVECS04 Frhs2[1651]: 6 0 9.00004 shouldn't be
972.52/975.24	WSVECS04 Frhs2[1653]: 6 -1.00009 0 shouldn't be
972.52/975.24	WSVECS04 Frhs2[1674]: 6 -2.00018 0 shouldn't be
972.52/975.24	WSVECS04 Frhs2[1939]: 6 -1.0001 0 shouldn't be
972.52/975.24	WSVECS04 Frhs2[1941]: 6 -1.00004 0 shouldn't be
972.52/975.24	WSVECS04 Frhs2[1960]: 6 -1.00004 0 shouldn't be
972.52/975.24	WSVECS04 Frhs2[1962]: 6 -1.00009 0 shouldn't be
972.52/975.24	WSVECS04 Frhs2[1982]: 6 -1.00002 0 shouldn't be
972.52/975.24	WSVECS04 Frhs2[2004]: 6 -1.00009 0 shouldn't be
972.52/975.24	WSVECS04 Frhs2[2129]: 6 -2.12702 0 shouldn't be
972.52/975.24	WSVECS04 Frhs2[2150]: 6 -1.00003 0 shouldn't be
972.52/975.24	WSVECS04 Frhs2[2171]: 6 -1.00007 0 shouldn't be
972.52/975.24	WSVECS04 Frhs2[2192]: 6 -1.00003 0 shouldn't be
972.52/975.24	WSVECS04 Frhs2[2202]: 6 -1.00004 0 shouldn't be
972.52/975.24	WSVECS04 Frhs2[2224]: 6 -1.00006 0 shouldn't be
972.52/975.24	WSVECS04 Frhs2[2225]: 6 -1.00002 0 shouldn't be
972.52/975.24	WSVECS04 Frhs2[2235]: 6 -1.00002 0 shouldn't be
972.52/975.24	WSVECS04 Frhs2[2248]: 6 -1.00004 0 shouldn't be
972.52/975.24	WSVECS04 Frhs2[2277]: 6 -1.00007 0 shouldn't be
972.52/975.24	WSVECS04 Frhs2[2301]: 6 -1.00004 0 shouldn't be
972.52/975.24	WSVECS04 Frhs2[2307]: 6 -2.00986 0 shouldn't be
972.52/975.24	WSVECS04 Frhs2[2319]: 6 -1.00009 0 shouldn't be
972.52/975.24	WSVECS04 Frhs2[2323]: 6 -1.00005 0 shouldn't be
972.52/975.24	WSVECS04 Frhs2[2328]: 6 -1.00001 0 shouldn't be
972.52/975.24	WSVECS04 Frhs2[2336]: 6 -1.00007 0 shouldn't be
972.52/975.24	WSVECS04 Frhs2[2338]: 6 -1.00002 0 shouldn't be
972.52/975.24	WSVECS04 Frhs2[2339]: 6 -1.00004 0 shouldn't be
972.52/975.24	WSVECS04 Frhs2[2340]: 6 -1.00008 0 shouldn't be
972.52/975.24	WSVECS04 Frhs2[2344]: 6 -1.00007 0 shouldn't be
972.52/975.24	WSVECS04 Frhs2[2378]: 6 -1.00002 0 shouldn't be
972.52/975.24	WSVECS04 Frhs2[2383]: 6 -1.00009 0 shouldn't be
972.52/975.24	WSVECS04 Frhs2[2389]: 6 -1.00007 0 shouldn't be
972.52/975.24	WSVECS04 Frhs2[2391]: 6 -1.00002 0 shouldn't be
972.52/975.24	WSVECS04 Frhs2[2392]: 6 -1.00004 0 shouldn't be
972.52/975.24	WSVECS04 Frhs2[2402]: 6 -1.0001 0 shouldn't be
972.52/975.24	WSVECS04 Frhs2[2409]: 6 -1.00009 0 shouldn't be
972.52/975.24	WSVECS04 Frhs2[2412]: 6 -1.00004 0 shouldn't be
972.52/975.24	WSVECS04 Frhs2[2413]: 6 -1.00002 0 shouldn't be
972.52/975.24	WSVECS04 Frhs2[2423]: 6 -1.00006 0 shouldn't be
972.52/975.24	WSVECS04 Frhs2[2453]: 6 -1.0001 0 shouldn't be
972.52/975.24	WSVECS04 Frhs2[2511]: 6 -1.00005 0 shouldn't be
972.52/975.24	WSVECS04 Frhs2[2555]: 6 -1.00006 0 shouldn't be
972.52/975.24	WSVECS04 Frhs2[2581]: 6 -2.56253 0 shouldn't be
972.52/975.24	WSVECS04 Frhs2[2599]: 6 -1.00005 0 shouldn't be
972.52/975.24	WSVECS04 Frhs2[2907]: 6 -1.00008 0 shouldn't be
972.52/975.24	WSVECS04 Frhs2[2909]: 6 -1.00006 0 shouldn't be
972.52/975.24	WSVECS04 Frhs2[2910]: 6 -1.00006 0 shouldn't be
972.52/975.24	WSVECS04 Frhs2[2916]: 6 -1.00008 0 shouldn't be
972.52/975.24	WSVECS04 Frhs2[2951]: 6 -1.0001 0 shouldn't be
972.52/975.24	WSVECS04 Frhs2[2954]: 6 -1.00008 0 shouldn't be
983.49/986.25	c #Conflicts:     629000 | #Constraints:      59369
983.49/986.25	c #Conflicts:     630000 | #Constraints:      60369
983.49/986.25	c #Conflicts:     631000 | #Constraints:      61369
983.49/986.25	c #Conflicts:     632000 | #Constraints:      62369
983.49/986.25	c #Conflicts:     633000 | #Constraints:      63369
983.49/986.25	c #Conflicts:     634000 | #Constraints:      64369
983.49/986.25	c INPROCESSING
983.49/986.25	c GARBAGE COLLECT
983.49/986.25	c rational objective 6.93365
1013.61/1016.45	c #Conflicts:     635000 | #Constraints:      36477
1013.61/1016.45	c #Conflicts:     636000 | #Constraints:      37477
1013.61/1016.45	c #Conflicts:     637000 | #Constraints:      38477
1013.61/1016.45	c #Conflicts:     638000 | #Constraints:      39477
1013.61/1016.45	c #Conflicts:     639000 | #Constraints:      40477
1013.61/1016.45	c #Conflicts:     640000 | #Constraints:      41477
1013.61/1016.45	c #Conflicts:     641000 | #Constraints:      42477
1013.61/1016.45	c #Conflicts:     642000 | #Constraints:      43477
1013.61/1016.45	c #Conflicts:     643000 | #Constraints:      44477
1013.61/1016.45	c #Conflicts:     644000 | #Constraints:      45477
1013.61/1016.45	c #Conflicts:     645000 | #Constraints:      46477
1013.61/1016.45	c #Conflicts:     646000 | #Constraints:      47477
1013.61/1016.45	c #Conflicts:     647000 | #Constraints:      48477
1013.61/1016.45	c #Conflicts:     648000 | #Constraints:      49477
1013.61/1016.45	c #Conflicts:     649000 | #Constraints:      50477
1013.61/1016.45	c #Conflicts:     650000 | #Constraints:      51477
1013.61/1016.45	c #Conflicts:     651000 | #Constraints:      52477
1013.61/1016.45	c #Conflicts:     652000 | #Constraints:      53477
1013.61/1016.45	c #Conflicts:     653000 | #Constraints:      54477
1013.61/1016.45	c INPROCESSING
1013.61/1016.45	c GARBAGE COLLECT
1013.61/1016.45	c rational objective 6.93746
1118.56/1121.60	c #Conflicts:     654000 | #Constraints:      31610
1118.56/1121.60	c #Conflicts:     655000 | #Constraints:      32610
1118.56/1121.60	c #Conflicts:     656000 | #Constraints:      33610
1118.56/1121.60	c #Conflicts:     657000 | #Constraints:      34610
1118.56/1121.60	c #Conflicts:     658000 | #Constraints:      35610
1118.56/1121.60	c #Conflicts:     659000 | #Constraints:      36610
1118.56/1121.60	c #Conflicts:     660000 | #Constraints:      37610
1118.56/1121.60	c #Conflicts:     661000 | #Constraints:      38610
1118.56/1121.60	c #Conflicts:     662000 | #Constraints:      39610
1118.56/1121.60	c #Conflicts:     663000 | #Constraints:      40610
1118.56/1121.60	c #Conflicts:     664000 | #Constraints:      41610
1118.56/1121.60	c #Conflicts:     665000 | #Constraints:      42610
1118.56/1121.60	c #Conflicts:     666000 | #Constraints:      43610
1118.56/1121.60	c #Conflicts:     667000 | #Constraints:      44610
1118.56/1121.60	c #Conflicts:     668000 | #Constraints:      45610
1118.56/1121.60	c #Conflicts:     669000 | #Constraints:      46610
1118.56/1121.60	c #Conflicts:     670000 | #Constraints:      47610
1118.56/1121.60	c #Conflicts:     671000 | #Constraints:      48610
1118.56/1121.60	c #Conflicts:     672000 | #Constraints:      49610
1118.56/1121.60	c #Conflicts:     673000 | #Constraints:      50610
1118.56/1121.60	c #Conflicts:     674000 | #Constraints:      51610
1118.56/1121.60	c #Conflicts:     675000 | #Constraints:      52610
1118.56/1121.60	c #Conflicts:     676000 | #Constraints:      53610
1118.56/1121.60	c #Conflicts:     677000 | #Constraints:      54610
1118.56/1121.60	c #Conflicts:     678000 | #Constraints:      55610
1118.56/1121.60	c #Conflicts:     679000 | #Constraints:      56610
1118.56/1121.60	c #Conflicts:     680000 | #Constraints:      57610
1118.56/1121.60	c #Conflicts:     681000 | #Constraints:      58610
1118.56/1121.60	c #Conflicts:     682000 | #Constraints:      59610
1118.56/1121.60	c #Conflicts:     683000 | #Constraints:      60610
1118.56/1121.60	c #Conflicts:     684000 | #Constraints:      61610
1118.56/1121.60	c #Conflicts:     685000 | #Constraints:      62610
1118.56/1121.60	c #Conflicts:     686000 | #Constraints:      63610
1118.56/1121.60	c #Conflicts:     687000 | #Constraints:      64610
1118.56/1121.60	c #Conflicts:     688000 | #Constraints:      65610
1118.56/1121.60	c #Conflicts:     689000 | #Constraints:      66610
1118.56/1121.60	c #Conflicts:     690000 | #Constraints:      67610
1118.56/1121.60	c #Conflicts:     691000 | #Constraints:      68610
1118.56/1121.60	c #Conflicts:     692000 | #Constraints:      69610
1118.56/1121.60	c #Conflicts:     693000 | #Constraints:      70610
1118.56/1121.60	c #Conflicts:     694000 | #Constraints:      71610
1118.56/1121.60	c #Conflicts:     695000 | #Constraints:      72610
1118.56/1121.60	c #Conflicts:     696000 | #Constraints:      73610
1118.56/1121.60	c #Conflicts:     697000 | #Constraints:      74610
1118.56/1121.60	c #Conflicts:     698000 | #Constraints:      75610
1118.56/1121.60	c #Conflicts:     699000 | #Constraints:      76610
1118.56/1121.60	c #Conflicts:     700000 | #Constraints:      77610
1118.56/1121.60	c #Conflicts:     701000 | #Constraints:      78610
1118.56/1121.60	c #Conflicts:     702000 | #Constraints:      79610
1118.56/1121.60	c #Conflicts:     703000 | #Constraints:      80610
1118.56/1121.60	c #Conflicts:     704000 | #Constraints:      81610
1118.56/1121.60	c #Conflicts:     705000 | #Constraints:      82610
1118.56/1121.60	c #Conflicts:     706000 | #Constraints:      83610
1118.56/1121.60	c #Conflicts:     707000 | #Constraints:      84610
1118.56/1121.60	c #Conflicts:     708000 | #Constraints:      85610
1118.56/1121.60	c #Conflicts:     709000 | #Constraints:      86610
1118.56/1121.60	c #Conflicts:     710000 | #Constraints:      87610
1118.56/1121.60	c #Conflicts:     711000 | #Constraints:      88610
1118.56/1121.60	c #Conflicts:     712000 | #Constraints:      89610
1118.56/1121.60	c INPROCESSING
1118.56/1121.60	c GARBAGE COLLECT
1118.56/1121.60	c rational objective 6.94002
1152.98/1156.20	c #Conflicts:     713000 | #Constraints:      48811
1152.98/1156.20	c #Conflicts:     714000 | #Constraints:      49811
1152.98/1156.20	c #Conflicts:     715000 | #Constraints:      50811
1152.98/1156.20	c #Conflicts:     716000 | #Constraints:      51811
1152.98/1156.20	c #Conflicts:     717000 | #Constraints:      52811
1152.98/1156.20	c #Conflicts:     718000 | #Constraints:      53811
1152.98/1156.20	c #Conflicts:     719000 | #Constraints:      54811
1152.98/1156.20	c #Conflicts:     720000 | #Constraints:      55811
1152.98/1156.20	c #Conflicts:     721000 | #Constraints:      56811
1152.98/1156.20	c #Conflicts:     722000 | #Constraints:      57811
1152.98/1156.20	c #Conflicts:     723000 | #Constraints:      58811
1152.98/1156.20	c #Conflicts:     724000 | #Constraints:      59811
1152.98/1156.20	c #Conflicts:     725000 | #Constraints:      60811
1152.98/1156.20	c #Conflicts:     726000 | #Constraints:      61811
1152.98/1156.20	c #Conflicts:     727000 | #Constraints:      62811
1152.98/1156.20	c #Conflicts:     728000 | #Constraints:      63811
1152.98/1156.20	c #Conflicts:     729000 | #Constraints:      64811
1152.98/1156.20	c #Conflicts:     730000 | #Constraints:      65811
1152.98/1156.20	c #Conflicts:     731000 | #Constraints:      66811
1152.98/1156.20	c #Conflicts:     732000 | #Constraints:      67811
1152.98/1156.20	c #Conflicts:     733000 | #Constraints:      68811
1152.98/1156.20	c INPROCESSING
1152.98/1156.20	c GARBAGE COLLECT
1152.98/1156.20	c rational objective 6.94061
1207.93/1211.24	c #Conflicts:     734000 | #Constraints:      38578
1207.93/1211.24	c #Conflicts:     735000 | #Constraints:      39578
1207.93/1211.24	c #Conflicts:     736000 | #Constraints:      40578
1207.93/1211.24	c #Conflicts:     737000 | #Constraints:      41578
1207.93/1211.24	c #Conflicts:     738000 | #Constraints:      42578
1207.93/1211.24	c #Conflicts:     739000 | #Constraints:      43578
1207.93/1211.24	c #Conflicts:     740000 | #Constraints:      44578
1207.93/1211.24	c #Conflicts:     741000 | #Constraints:      45578
1207.93/1211.24	c #Conflicts:     742000 | #Constraints:      46578
1207.93/1211.24	c #Conflicts:     743000 | #Constraints:      47578
1207.93/1211.24	c #Conflicts:     744000 | #Constraints:      48578
1207.93/1211.24	c #Conflicts:     745000 | #Constraints:      49578
1207.93/1211.24	c #Conflicts:     746000 | #Constraints:      50578
1207.93/1211.24	c #Conflicts:     747000 | #Constraints:      51578
1207.93/1211.24	c #Conflicts:     748000 | #Constraints:      52578
1207.93/1211.24	c #Conflicts:     749000 | #Constraints:      53578
1207.93/1211.24	c #Conflicts:     750000 | #Constraints:      54578
1207.93/1211.24	c #Conflicts:     751000 | #Constraints:      55578
1207.93/1211.24	c #Conflicts:     752000 | #Constraints:      56578
1207.93/1211.24	c #Conflicts:     753000 | #Constraints:      57578
1207.93/1211.24	c #Conflicts:     754000 | #Constraints:      58578
1207.93/1211.24	c INPROCESSING
1207.93/1211.24	c GARBAGE COLLECT
1207.93/1211.24	WSVECS04 Frhs2[3]: 6 -18.8587 0 shouldn't be
1207.93/1211.24	WSVECS04 Frhs2[5]: 6 -33.0607 0 shouldn't be
1207.93/1211.24	WSVECS04 Frhs2[6]: 6 -42.8148 0 shouldn't be
1207.93/1211.24	WSVECS04 Frhs2[12]: 6 -25.57 0 shouldn't be
1207.93/1211.24	WSVECS04 Frhs2[15]: 6 -33.7807 0 shouldn't be
1207.93/1211.24	WSVECS04 Frhs2[18]: 6 -32.4887 0 shouldn't be
1207.93/1211.24	WSVECS04 Frhs2[21]: 6 -36.0867 0 shouldn't be
1207.93/1211.24	WSVECS04 Frhs2[28]: 6 -28.6188 0 shouldn't be
1207.93/1211.24	WSVECS04 Frhs2[29]: 6 0 0.500058 shouldn't be
1207.93/1211.24	WSVECS04 Frhs2[35]: 6 -24.4286 0 shouldn't be
1207.93/1211.24	WSVECS04 Frhs2[43]: 6 -19.3323 0 shouldn't be
1207.93/1211.24	WSVECS04 Frhs2[253]: 6 0 8.02345 shouldn't be
1207.93/1211.24	WSVECS04 Frhs2[271]: 6 0 0.250038 shouldn't be
1207.93/1211.24	WSVECS04 Frhs2[295]: 6 0 5.5235 shouldn't be
1207.93/1211.24	WSVECS04 Frhs2[319]: 6 0 0.187552 shouldn't be
1207.93/1211.24	WSVECS04 Frhs2[341]: 6 0 1.37502 shouldn't be
1207.93/1211.24	WSVECS04 Frhs2[543]: 6 0 1.00001 shouldn't be
1207.93/1211.24	WSVECS04 Frhs2[641]: 6 -4.25007 0 shouldn't be
1207.93/1211.24	WSVECS04 Frhs2[643]: 6 -5.50004 0 shouldn't be
1207.93/1211.24	WSVECS04 Frhs2[644]: 6 -8.00005 0 shouldn't be
1207.93/1211.24	WSVECS04 Frhs2[776]: 6 0 0.505391 shouldn't be
1207.93/1211.24	WSVECS04 Frhs2[818]: 6 0 0.255364 shouldn't be
1207.93/1211.24	WSVECS04 Frhs2[819]: 6 -15.5708 0 shouldn't be
1207.93/1211.24	WSVECS04 Frhs2[840]: 6 0 2.51067 shouldn't be
1207.93/1211.24	WSVECS04 Frhs2[860]: 6 0 0.00531216 shouldn't be
1207.93/1211.24	WSVECS04 Frhs2[861]: 6 0 2.2606 shouldn't be
1207.93/1211.24	WSVECS04 Frhs2[862]: 6 0 7.02119 shouldn't be
1207.93/1211.24	WSVECS04 Frhs2[863]: 6 0 17.0424 shouldn't be
1207.93/1211.24	WSVECS04 Frhs2[882]: 6 0 2.01068 shouldn't be
1207.93/1211.24	WSVECS04 Frhs2[884]: 6 0 16.0423 shouldn't be
1207.93/1211.24	WSVECS04 Frhs2[904]: 6 0 6.02121 shouldn't be
1207.93/1211.24	WSVECS04 Frhs2[906]: 6 0 5.34839 shouldn't be
1207.93/1211.24	WSVECS04 Frhs2[926]: 6 0 14.0424 shouldn't be
1207.93/1211.24	WSVECS04 Frhs2[948]: 6 0 3.34842 shouldn't be
1207.93/1211.24	WSVECS04 Frhs2[970]: 6 0 13.6713 shouldn't be
1207.93/1211.24	WSVECS04 Frhs2[983]: 6 -2.56845 0 shouldn't be
1207.93/1211.24	WSVECS04 Frhs2[1002]: 6 -3.14213 0 shouldn't be
1207.93/1211.24	WSVECS04 Frhs2[1005]: 6 -3.13681 0 shouldn't be
1207.93/1211.24	WSVECS04 Frhs2[1100]: 6 -1.50007 0 shouldn't be
1207.93/1211.24	WSVECS04 Frhs2[1162]: 6 0 2.84382 shouldn't be
1207.93/1211.24	WSVECS04 Frhs2[1252]: 6 -37.5 0 shouldn't be
1207.93/1211.24	WSVECS04 Frhs2[1275]: 6 0 1.00002 shouldn't be
1207.93/1211.24	WSVECS04 Frhs2[1296]: 6 0 4.53128 shouldn't be
1207.93/1211.24	WSVECS04 Frhs2[1315]: 6 -4.82817 0 shouldn't be
1207.93/1211.24	WSVECS04 Frhs2[1316]: 6 0 6.37506 shouldn't be
1207.93/1211.24	WSVECS04 Frhs2[1372]: 6 0 4.90634 shouldn't be
1207.93/1211.24	WSVECS04 Frhs2[1394]: 6 0 9.1251 shouldn't be
1207.93/1211.24	WSVECS04 Frhs2[1418]: 6 0 7.6251 shouldn't be
1207.93/1211.24	WSVECS04 Frhs2[1419]: 6 0 6.25005 shouldn't be
1207.93/1211.24	WSVECS04 Frhs2[1420]: 6 0 3.00003 shouldn't be
1207.93/1211.24	WSVECS04 Frhs2[1422]: 6 0 6.00001 shouldn't be
1207.93/1211.24	WSVECS04 Frhs2[1423]: 6 0 3.00002 shouldn't be
1207.93/1211.24	WSVECS04 Frhs2[1447]: 6 0 4.42978 shouldn't be
1207.93/1211.24	WSVECS04 Frhs2[1448]: 6 0 3.85944 shouldn't be
1207.93/1211.24	WSVECS04 Frhs2[1467]: 6 0 6.42975 shouldn't be
1207.93/1211.24	WSVECS04 Frhs2[1470]: 6 0 2.0001 shouldn't be
1207.93/1211.24	WSVECS04 Frhs2[1471]: 6 0 2.00006 shouldn't be
1207.93/1211.24	WSVECS04 Frhs2[1479]: 6 0 3.00007 shouldn't be
1207.93/1211.24	WSVECS04 Frhs2[1498]: 6 0 4.43751 shouldn't be
1207.93/1211.24	WSVECS04 Frhs2[1518]: 6 0 5.43756 shouldn't be
1207.93/1211.24	WSVECS04 Frhs2[1526]: 6 0 11.0001 shouldn't be
1207.93/1211.24	WSVECS04 Frhs2[1538]: 6 0 6.43753 shouldn't be
1207.93/1211.24	WSVECS04 Frhs2[1544]: 6 0 9.00003 shouldn't be
1207.93/1211.24	WSVECS04 Frhs2[1545]: 6 0 13 shouldn't be
1207.93/1211.24	WSVECS04 Frhs2[1546]: 6 0 13.0001 shouldn't be
1207.93/1211.24	WSVECS04 Frhs2[1559]: 6 0 4.12506 shouldn't be
1207.93/1211.24	WSVECS04 Frhs2[1602]: 6 0 10 shouldn't be
1207.93/1211.24	WSVECS04 Frhs2[1604]: 6 0 15.0744 shouldn't be
1207.93/1211.24	WSVECS04 Frhs2[1627]: 6 0 81.0001 shouldn't be
1207.93/1211.24	WSVECS04 Frhs2[1729]: 6 0 0.255315 shouldn't be
1207.93/1211.24	WSVECS04 Frhs2[1769]: 6 0 0.00531318 shouldn't be
1207.93/1211.24	WSVECS04 Frhs2[1773]: 6 -40.1006 0 shouldn't be
1207.93/1211.24	WSVECS04 Frhs2[1856]: 6 -48.3582 0 shouldn't be
1207.93/1211.24	WSVECS04 Frhs2[1913]: 6 0 3.37509 shouldn't be
1207.93/1211.24	WSVECS04 Frhs2[1930]: 6 0 5.54689 shouldn't be
1207.93/1211.24	WSVECS04 Frhs2[1936]: 6 0 4.0001 shouldn't be
1207.93/1211.24	WSVECS04 Frhs2[2077]: 6 -1.92196 0 shouldn't be
1207.93/1211.24	WSVECS04 Frhs2[2098]: 6 -5.01495 0 shouldn't be
1207.93/1211.24	WSVECS04 Frhs2[2297]: 6 -3.82821 0 shouldn't be
1207.93/1211.24	WSVECS04 Frhs2[2438]: 6 0 1.00009 shouldn't be
1207.93/1211.24	WSVECS04 Frhs2[2454]: 6 0 4.00002 shouldn't be
1207.93/1211.24	WSVECS04 Frhs2[2773]: 6 0 0.00531942 shouldn't be
1207.93/1211.24	WSVECS04 Frhs2[2777]: 6 -9.36428 0 shouldn't be
1208.54/1211.88	WSVECS04 Frhs2[9]: 6 0 1.75004 shouldn't be
1208.54/1211.88	WSVECS04 Frhs2[10]: 6 0 1.00006 shouldn't be
1208.54/1211.88	WSVECS04 Frhs2[11]: 6 0 1.50001 shouldn't be
1208.54/1211.88	WSVECS04 Frhs2[13]: 6 0 0.500068 shouldn't be
1208.54/1211.88	WSVECS04 Frhs2[16]: 6 0 0.750038 shouldn't be
1208.54/1211.88	WSVECS04 Frhs2[26]: 6 -22.3458 0 shouldn't be
1208.54/1211.88	WSVECS04 Frhs2[27]: 6 -25.658 0 shouldn't be
1208.54/1211.88	WSVECS04 Frhs2[32]: 6 -9.53061 0 shouldn't be
1208.54/1211.88	WSVECS04 Frhs2[44]: 6 -18.6496 0 shouldn't be
1208.54/1211.88	WSVECS04 Frhs2[92]: 6 -2.02882 0 shouldn't be
1208.54/1211.88	WSVECS04 Frhs2[290]: 6 -1.75006 0 shouldn't be
1208.54/1211.88	WSVECS04 Frhs2[628]: 6 -2.00004 0 shouldn't be
1208.54/1211.88	WSVECS04 Frhs2[631]: 6 -2.00007 0 shouldn't be
1208.54/1211.88	WSVECS04 Frhs2[634]: 6 -2.00003 0 shouldn't be
1208.54/1211.88	WSVECS04 Frhs2[744]: 6 -2.00036 0 shouldn't be
1208.54/1211.88	WSVECS04 Frhs2[810]: 6 -2.00217 0 shouldn't be
1208.54/1211.88	WSVECS04 Frhs2[832]: 6 -2.00432 0 shouldn't be
1208.54/1211.88	WSVECS04 Frhs2[1011]: 6 -2.75002 0 shouldn't be
1208.54/1211.88	WSVECS04 Frhs2[1321]: 6 0 3.02243 shouldn't be
1208.54/1211.88	WSVECS04 Frhs2[1341]: 6 0 5.02238 shouldn't be
1208.54/1211.88	WSVECS04 Frhs2[1854]: 6 0 3.97462 shouldn't be
1208.54/1211.88	WSVECS04 Frhs2[2360]: 6 -1.75007 0 shouldn't be
1208.54/1211.88	WSVECS04 Frhs2[2361]: 6 -4.1563 0 shouldn't be
1208.54/1211.88	WSVECS04 Frhs2[2368]: 6 -2.33941 0 shouldn't be
1208.54/1211.88	WSVECS04 Frhs2[2495]: 6 0 2.00009 shouldn't be
1208.54/1211.88	WSVECS04 Frhs2[2537]: 6 0 10 shouldn't be
1209.53/1212.81	c rational objective 6.94189
1328.95/1332.51	c #Conflicts:     755000 | #Constraints:      33950
1328.95/1332.51	c #Conflicts:     756000 | #Constraints:      34950
1328.95/1332.51	c #Conflicts:     757000 | #Constraints:      35950
1328.95/1332.51	c #Conflicts:     758000 | #Constraints:      36950
1328.95/1332.51	c #Conflicts:     759000 | #Constraints:      37950
1328.95/1332.51	c #Conflicts:     760000 | #Constraints:      38950
1328.95/1332.51	c #Conflicts:     761000 | #Constraints:      39950
1328.95/1332.51	c #Conflicts:     762000 | #Constraints:      40950
1328.95/1332.51	c #Conflicts:     763000 | #Constraints:      41950
1328.95/1332.51	c #Conflicts:     764000 | #Constraints:      42950
1328.95/1332.51	c #Conflicts:     765000 | #Constraints:      43950
1328.95/1332.51	c #Conflicts:     766000 | #Constraints:      44950
1328.95/1332.51	c #Conflicts:     767000 | #Constraints:      45950
1328.95/1332.51	c #Conflicts:     768000 | #Constraints:      46950
1328.95/1332.51	c #Conflicts:     769000 | #Constraints:      47950
1328.95/1332.51	c #Conflicts:     770000 | #Constraints:      48950
1328.95/1332.51	c #Conflicts:     771000 | #Constraints:      49950
1328.95/1332.51	c #Conflicts:     772000 | #Constraints:      50950
1328.95/1332.51	c #Conflicts:     773000 | #Constraints:      51950
1328.95/1332.51	c #Conflicts:     774000 | #Constraints:      52950
1328.95/1332.51	c #Conflicts:     775000 | #Constraints:      53950
1328.95/1332.51	c #Conflicts:     776000 | #Constraints:      54950
1328.95/1332.51	c #Conflicts:     777000 | #Constraints:      55950
1328.95/1332.51	c #Conflicts:     778000 | #Constraints:      56950
1328.95/1332.51	c #Conflicts:     779000 | #Constraints:      57950
1328.95/1332.51	c #Conflicts:     780000 | #Constraints:      58950
1328.95/1332.51	c #Conflicts:     781000 | #Constraints:      59950
1328.95/1332.51	c #Conflicts:     782000 | #Constraints:      60950
1328.95/1332.51	c #Conflicts:     783000 | #Constraints:      61950
1328.95/1332.51	c #Conflicts:     784000 | #Constraints:      62950
1328.95/1332.51	c #Conflicts:     785000 | #Constraints:      63950
1328.95/1332.51	c #Conflicts:     786000 | #Constraints:      64950
1328.95/1332.51	c #Conflicts:     787000 | #Constraints:      65950
1328.95/1332.51	c #Conflicts:     788000 | #Constraints:      66950
1328.95/1332.51	c #Conflicts:     789000 | #Constraints:      67950
1328.95/1332.51	c #Conflicts:     790000 | #Constraints:      68950
1328.95/1332.51	c #Conflicts:     791000 | #Constraints:      69950
1328.95/1332.51	c #Conflicts:     792000 | #Constraints:      70950
1328.95/1332.51	c #Conflicts:     793000 | #Constraints:      71950
1328.95/1332.51	c #Conflicts:     794000 | #Constraints:      72950
1328.95/1332.51	c #Conflicts:     795000 | #Constraints:      73950
1328.95/1332.51	c #Conflicts:     796000 | #Constraints:      74950
1328.95/1332.51	c #Conflicts:     797000 | #Constraints:      75950
1328.95/1332.51	c #Conflicts:     798000 | #Constraints:      76950
1328.95/1332.51	c #Conflicts:     799000 | #Constraints:      77950
1328.95/1332.51	c #Conflicts:     800000 | #Constraints:      78950
1328.95/1332.51	c #Conflicts:     801000 | #Constraints:      79950
1328.95/1332.51	c #Conflicts:     802000 | #Constraints:      80950
1328.95/1332.51	c #Conflicts:     803000 | #Constraints:      81950
1328.95/1332.51	c #Conflicts:     804000 | #Constraints:      82950
1328.95/1332.51	c #Conflicts:     805000 | #Constraints:      83950
1328.95/1332.51	c #Conflicts:     806000 | #Constraints:      84950
1328.95/1332.51	c #Conflicts:     807000 | #Constraints:      85950
1328.95/1332.51	c #Conflicts:     808000 | #Constraints:      86950
1328.95/1332.51	c #Conflicts:     809000 | #Constraints:      87950
1328.95/1332.51	c #Conflicts:     810000 | #Constraints:      88950
1328.95/1332.51	c #Conflicts:     811000 | #Constraints:      89950
1328.95/1332.51	c #Conflicts:     812000 | #Constraints:      90950
1328.95/1332.51	c #Conflicts:     813000 | #Constraints:      91950
1328.95/1332.51	c #Conflicts:     814000 | #Constraints:      92950
1328.95/1332.51	c #Conflicts:     815000 | #Constraints:      93950
1328.95/1332.51	c #Conflicts:     816000 | #Constraints:      94950
1328.95/1332.51	c #Conflicts:     817000 | #Constraints:      95950
1328.95/1332.51	c INPROCESSING
1328.95/1332.51	c GARBAGE COLLECT
1328.95/1332.51	c rational objective 6.94312
1408.16/1411.94	c #Conflicts:     818000 | #Constraints:      51963
1408.16/1411.94	c #Conflicts:     819000 | #Constraints:      52964
1408.16/1411.94	c #Conflicts:     820000 | #Constraints:      53964
1408.16/1411.94	c #Conflicts:     821000 | #Constraints:      54964
1408.16/1411.94	c #Conflicts:     822000 | #Constraints:      55964
1408.16/1411.94	c #Conflicts:     823000 | #Constraints:      56964
1408.16/1411.94	c #Conflicts:     824000 | #Constraints:      57964
1408.16/1411.94	c #Conflicts:     825000 | #Constraints:      58964
1408.16/1411.94	c #Conflicts:     826000 | #Constraints:      59964
1408.16/1411.94	c #Conflicts:     827000 | #Constraints:      60964
1408.16/1411.94	c #Conflicts:     828000 | #Constraints:      61964
1408.16/1411.94	c #Conflicts:     829000 | #Constraints:      62964
1408.16/1411.94	c #Conflicts:     830000 | #Constraints:      63964
1408.16/1411.94	c #Conflicts:     831000 | #Constraints:      64964
1408.16/1411.94	c #Conflicts:     832000 | #Constraints:      65964
1408.16/1411.94	c #Conflicts:     833000 | #Constraints:      66964
1408.16/1411.94	c #Conflicts:     834000 | #Constraints:      67964
1408.16/1411.94	c #Conflicts:     835000 | #Constraints:      68964
1408.16/1411.94	c #Conflicts:     836000 | #Constraints:      69964
1408.16/1411.94	c #Conflicts:     837000 | #Constraints:      70964
1408.16/1411.94	c #Conflicts:     838000 | #Constraints:      71964
1408.16/1411.94	c #Conflicts:     839000 | #Constraints:      72964
1408.16/1411.94	c #Conflicts:     840000 | #Constraints:      73964
1408.16/1411.94	c INPROCESSING
1408.16/1411.94	c GARBAGE COLLECT
1408.16/1411.94	c #Conflicts:     841000 | #Constraints:      41388
1408.16/1411.94	c #Conflicts:     842000 | #Constraints:      42388
1408.16/1411.94	c #Conflicts:     843000 | #Constraints:      43388
1408.16/1411.94	c #Conflicts:     844000 | #Constraints:      44388
1408.16/1411.94	c #Conflicts:     845000 | #Constraints:      45388
1408.16/1411.94	c #Conflicts:     846000 | #Constraints:      46388
1408.16/1411.94	c #Conflicts:     847000 | #Constraints:      47388
1408.16/1411.94	c #Conflicts:     848000 | #Constraints:      48388
1408.16/1411.94	c #Conflicts:     849000 | #Constraints:      49388
1408.16/1411.94	c #Conflicts:     850000 | #Constraints:      50388
1408.16/1411.94	c #Conflicts:     851000 | #Constraints:      51388
1408.16/1411.94	c #Conflicts:     852000 | #Constraints:      52388
1408.16/1411.94	c #Conflicts:     853000 | #Constraints:      53388
1408.16/1411.94	c #Conflicts:     854000 | #Constraints:      54388
1408.16/1411.94	c #Conflicts:     855000 | #Constraints:      55388
1408.16/1411.94	c #Conflicts:     856000 | #Constraints:      56388
1408.16/1411.94	c #Conflicts:     857000 | #Constraints:      57388
1408.16/1411.94	c #Conflicts:     858000 | #Constraints:      58388
1408.16/1411.94	c #Conflicts:     859000 | #Constraints:      59388
1408.16/1411.94	c #Conflicts:     860000 | #Constraints:      60388
1408.16/1411.94	c #Conflicts:     861000 | #Constraints:      61388
1408.16/1411.94	c #Conflicts:     862000 | #Constraints:      62388
1408.16/1411.94	c INPROCESSING
1408.16/1411.94	c GARBAGE COLLECT
1408.16/1411.94	c rational objective 6.94368
1602.98/1607.26	c #Conflicts:     863000 | #Constraints:      36121
1602.98/1607.26	c #Conflicts:     864000 | #Constraints:      37121
1602.98/1607.26	c #Conflicts:     865000 | #Constraints:      38121
1602.98/1607.26	c #Conflicts:     866000 | #Constraints:      39121
1602.98/1607.26	c #Conflicts:     867000 | #Constraints:      40121
1602.98/1607.26	c #Conflicts:     868000 | #Constraints:      41121
1602.98/1607.26	c #Conflicts:     869000 | #Constraints:      42121
1602.98/1607.26	c #Conflicts:     870000 | #Constraints:      43121
1602.98/1607.26	c #Conflicts:     871000 | #Constraints:      44121
1602.98/1607.26	c #Conflicts:     872000 | #Constraints:      45121
1602.98/1607.26	c #Conflicts:     873000 | #Constraints:      46121
1602.98/1607.26	c #Conflicts:     874000 | #Constraints:      47121
1602.98/1607.26	c #Conflicts:     875000 | #Constraints:      48121
1602.98/1607.26	c #Conflicts:     876000 | #Constraints:      49121
1602.98/1607.26	c #Conflicts:     877000 | #Constraints:      50121
1602.98/1607.26	c #Conflicts:     878000 | #Constraints:      51121
1602.98/1607.26	c #Conflicts:     879000 | #Constraints:      52121
1602.98/1607.26	c #Conflicts:     880000 | #Constraints:      53121
1602.98/1607.26	c #Conflicts:     881000 | #Constraints:      54121
1602.98/1607.26	c #Conflicts:     882000 | #Constraints:      55121
1602.98/1607.26	c #Conflicts:     883000 | #Constraints:      56121
1602.98/1607.26	c #Conflicts:     884000 | #Constraints:      57121
1602.98/1607.26	c #Conflicts:     885000 | #Constraints:      58121
1602.98/1607.26	c #Conflicts:     886000 | #Constraints:      59121
1602.98/1607.26	c #Conflicts:     887000 | #Constraints:      60121
1602.98/1607.26	c #Conflicts:     888000 | #Constraints:      61121
1602.98/1607.26	c #Conflicts:     889000 | #Constraints:      62121
1602.98/1607.26	c #Conflicts:     890000 | #Constraints:      63121
1602.98/1607.26	c #Conflicts:     891000 | #Constraints:      64121
1602.98/1607.26	c #Conflicts:     892000 | #Constraints:      65121
1602.98/1607.26	c #Conflicts:     893000 | #Constraints:      66121
1602.98/1607.26	c #Conflicts:     894000 | #Constraints:      67121
1602.98/1607.26	c #Conflicts:     895000 | #Constraints:      68121
1602.98/1607.26	c #Conflicts:     896000 | #Constraints:      69121
1602.98/1607.26	c #Conflicts:     897000 | #Constraints:      70121
1602.98/1607.26	c #Conflicts:     898000 | #Constraints:      71121
1602.98/1607.26	c #Conflicts:     899000 | #Constraints:      72121
1602.98/1607.26	c #Conflicts:     900000 | #Constraints:      73121
1602.98/1607.26	c #Conflicts:     901000 | #Constraints:      74121
1602.98/1607.26	c #Conflicts:     902000 | #Constraints:      75121
1602.98/1607.26	c #Conflicts:     903000 | #Constraints:      76121
1602.98/1607.26	c #Conflicts:     904000 | #Constraints:      77121
1602.98/1607.26	c #Conflicts:     905000 | #Constraints:      78121
1602.98/1607.26	c #Conflicts:     906000 | #Constraints:      79121
1602.98/1607.26	c #Conflicts:     907000 | #Constraints:      80121
1602.98/1607.26	c #Conflicts:     908000 | #Constraints:      81121
1602.98/1607.26	c #Conflicts:     909000 | #Constraints:      82121
1602.98/1607.26	c #Conflicts:     910000 | #Constraints:      83121
1602.98/1607.26	c #Conflicts:     911000 | #Constraints:      84121
1602.98/1607.26	c #Conflicts:     912000 | #Constraints:      85121
1602.98/1607.26	c #Conflicts:     913000 | #Constraints:      86121
1602.98/1607.26	c #Conflicts:     914000 | #Constraints:      87121
1602.98/1607.26	c #Conflicts:     915000 | #Constraints:      88121
1602.98/1607.26	c #Conflicts:     916000 | #Constraints:      89121
1602.98/1607.26	c #Conflicts:     917000 | #Constraints:      90121
1602.98/1607.26	c #Conflicts:     918000 | #Constraints:      91121
1602.98/1607.26	c #Conflicts:     919000 | #Constraints:      92121
1602.98/1607.26	c #Conflicts:     920000 | #Constraints:      93121
1602.98/1607.26	c #Conflicts:     921000 | #Constraints:      94121
1602.98/1607.26	c #Conflicts:     922000 | #Constraints:      95121
1602.98/1607.26	c #Conflicts:     923000 | #Constraints:      96121
1602.98/1607.26	c #Conflicts:     924000 | #Constraints:      97121
1602.98/1607.26	c #Conflicts:     925000 | #Constraints:      98121
1602.98/1607.26	c #Conflicts:     926000 | #Constraints:      99121
1602.98/1607.26	c #Conflicts:     927000 | #Constraints:     100121
1602.98/1607.26	c #Conflicts:     928000 | #Constraints:     101121
1602.98/1607.26	c #Conflicts:     929000 | #Constraints:     102121
1602.98/1607.26	c #Conflicts:     930000 | #Constraints:     103121
1602.98/1607.26	c INPROCESSING
1602.98/1607.26	c GARBAGE COLLECT
1602.98/1607.26	c rational objective 7.05087
1685.96/1690.44	c #Conflicts:     931000 | #Constraints:      55981
1685.96/1690.44	c #Conflicts:     932000 | #Constraints:      56981
1685.96/1690.44	c #Conflicts:     933000 | #Constraints:      57981
1685.96/1690.44	c #Conflicts:     934000 | #Constraints:      58981
1685.96/1690.44	c #Conflicts:     935000 | #Constraints:      59982
1685.96/1690.44	c #Conflicts:     936000 | #Constraints:      60982
1685.96/1690.44	c #Conflicts:     937000 | #Constraints:      61982
1685.96/1690.44	c #Conflicts:     938000 | #Constraints:      62982
1685.96/1690.44	c #Conflicts:     939000 | #Constraints:      63982
1685.96/1690.44	c #Conflicts:     940000 | #Constraints:      64982
1685.96/1690.44	c #Conflicts:     941000 | #Constraints:      65982
1685.96/1690.44	c #Conflicts:     942000 | #Constraints:      66982
1685.96/1690.44	c #Conflicts:     943000 | #Constraints:      67982
1685.96/1690.44	c #Conflicts:     944000 | #Constraints:      68982
1685.96/1690.44	c #Conflicts:     945000 | #Constraints:      69982
1685.96/1690.44	c #Conflicts:     946000 | #Constraints:      70982
1685.96/1690.44	c #Conflicts:     947000 | #Constraints:      71982
1685.96/1690.44	c #Conflicts:     948000 | #Constraints:      72982
1685.96/1690.44	c #Conflicts:     949000 | #Constraints:      73982
1685.96/1690.44	c #Conflicts:     950000 | #Constraints:      74982
1685.96/1690.44	c #Conflicts:     951000 | #Constraints:      75982
1685.96/1690.44	c #Conflicts:     952000 | #Constraints:      76982
1685.96/1690.44	c #Conflicts:     953000 | #Constraints:      77982
1685.96/1690.44	c INPROCESSING
1685.96/1690.44	c GARBAGE COLLECT
1685.96/1690.44	c rational objective 7.05539
1766.56/1771.23	c #Conflicts:     954000 | #Constraints:      43092
1766.56/1771.23	c #Conflicts:     955000 | #Constraints:      44092
1766.56/1771.23	c #Conflicts:     956000 | #Constraints:      45092
1766.56/1771.23	c #Conflicts:     957000 | #Constraints:      46092
1766.56/1771.23	c #Conflicts:     958000 | #Constraints:      47093
1766.56/1771.23	c #Conflicts:     959000 | #Constraints:      48093
1766.56/1771.23	c #Conflicts:     960000 | #Constraints:      49093
1766.56/1771.23	c #Conflicts:     961000 | #Constraints:      50093
1766.56/1771.23	c #Conflicts:     962000 | #Constraints:      51093
1766.56/1771.23	c #Conflicts:     963000 | #Constraints:      52094
1766.56/1771.23	c #Conflicts:     964000 | #Constraints:      53094
1766.56/1771.23	c #Conflicts:     965000 | #Constraints:      54094
1766.56/1771.23	c #Conflicts:     966000 | #Constraints:      55094
1766.56/1771.23	c #Conflicts:     967000 | #Constraints:      56094
1766.56/1771.23	c #Conflicts:     968000 | #Constraints:      57094
1766.56/1771.23	c #Conflicts:     969000 | #Constraints:      58095
1766.56/1771.23	c #Conflicts:     970000 | #Constraints:      59095
1766.56/1771.23	c #Conflicts:     971000 | #Constraints:      60095
1766.56/1771.23	c #Conflicts:     972000 | #Constraints:      61095
1766.56/1771.23	c #Conflicts:     973000 | #Constraints:      62095
1766.56/1771.23	c #Conflicts:     974000 | #Constraints:      63095
1766.56/1771.23	c #Conflicts:     975000 | #Constraints:      64095
1766.56/1771.23	c #Conflicts:     976000 | #Constraints:      65095
1766.56/1771.23	c #Conflicts:     977000 | #Constraints:      66095
1766.56/1771.23	c INPROCESSING
1766.56/1771.23	c GARBAGE COLLECT
1766.56/1771.23	WSVECS04 Frhs2[2]: 6 -44.3207 0 shouldn't be
1766.56/1771.23	WSVECS04 Frhs2[3]: 6 -33.1018 0 shouldn't be
1766.56/1771.23	WSVECS04 Frhs2[4]: 6 -36.6761 0 shouldn't be
1766.56/1771.23	WSVECS04 Frhs2[7]: 6 -30.8876 0 shouldn't be
1766.56/1771.23	WSVECS04 Frhs2[8]: 6 -32.1502 0 shouldn't be
1766.56/1771.23	WSVECS04 Frhs2[13]: 6 -21.8725 0 shouldn't be
1766.56/1771.23	WSVECS04 Frhs2[14]: 6 0 0.284607 shouldn't be
1766.56/1771.23	WSVECS04 Frhs2[16]: 6 -21.2469 0 shouldn't be
1766.56/1771.23	WSVECS04 Frhs2[29]: 6 -27.9513 0 shouldn't be
1766.56/1771.23	WSVECS04 Frhs2[32]: 6 -28.7001 0 shouldn't be
1766.56/1771.23	WSVECS04 Frhs2[41]: 6 -36.1643 0 shouldn't be
1766.56/1771.23	WSVECS04 Frhs2[42]: 6 -38.0456 0 shouldn't be
1766.56/1771.23	WSVECS04 Frhs2[43]: 6 -35.2966 0 shouldn't be
1766.56/1771.23	WSVECS04 Frhs2[44]: 6 -41.4885 0 shouldn't be
1766.56/1771.23	WSVECS04 Frhs2[188]: 6 0 0.257848 shouldn't be
1766.56/1771.23	WSVECS04 Frhs2[296]: 6 0 0.0625956 shouldn't be
1766.56/1771.23	WSVECS04 Frhs2[310]: 6 -28.9181 0 shouldn't be
1766.56/1771.23	WSVECS04 Frhs2[438]: 6 -3.02346 0 shouldn't be
1766.56/1771.23	WSVECS04 Frhs2[439]: 6 -3.04697 0 shouldn't be
1766.56/1771.23	WSVECS04 Frhs2[440]: 6 -2.09379 0 shouldn't be
1766.56/1771.23	WSVECS04 Frhs2[511]: 6 -6.06941 0 shouldn't be
1766.56/1771.23	WSVECS04 Frhs2[512]: 6 -6.13875 0 shouldn't be
1766.56/1771.23	WSVECS04 Frhs2[513]: 6 -5.27737 0 shouldn't be
1766.56/1771.23	WSVECS04 Frhs2[516]: 6 -6.28119 0 shouldn't be
1766.56/1771.23	WSVECS04 Frhs2[534]: 6 0 0.0312477 shouldn't be
1766.56/1771.23	WSVECS04 Frhs2[551]: 6 -4.15432 0 shouldn't be
1766.56/1771.23	WSVECS04 Frhs2[656]: 6 -3.99586 0 shouldn't be
1766.56/1771.23	WSVECS04 Frhs2[676]: 6 -0.448683 0 shouldn't be
1766.56/1771.23	WSVECS04 Frhs2[682]: 6 -3 0 shouldn't be
1766.56/1771.23	WSVECS04 Frhs2[812]: 6 0 0.125094 shouldn't be
1766.56/1771.23	WSVECS04 Frhs2[834]: 6 0 0.250071 shouldn't be
1766.56/1771.23	WSVECS04 Frhs2[836]: 6 0 0.377026 shouldn't be
1766.56/1771.23	WSVECS04 Frhs2[858]: 6 0 0.378935 shouldn't be
1766.56/1771.23	WSVECS04 Frhs2[946]: 6 -1.93753 0 shouldn't be
1766.56/1771.23	WSVECS04 Frhs2[990]: 6 -1.75002 0 shouldn't be
1766.56/1771.23	WSVECS04 Frhs2[1056]: 6 0 6.99217 shouldn't be
1766.56/1771.23	WSVECS04 Frhs2[1076]: 6 0 8.99218 shouldn't be
1766.56/1771.23	WSVECS04 Frhs2[1086]: 6 0 0.564528 shouldn't be
1766.56/1771.23	WSVECS04 Frhs2[1163]: 6 -1.00005 0 shouldn't be
1766.56/1771.23	WSVECS04 Frhs2[1215]: 6 0 2.87503 shouldn't be
1766.56/1771.23	WSVECS04 Frhs2[1235]: 6 0 4.87501 shouldn't be
1766.56/1771.23	WSVECS04 Frhs2[1255]: 6 0 6.87507 shouldn't be
1766.56/1771.23	WSVECS04 Frhs2[1342]: 6 0 0.0625519 shouldn't be
1766.56/1771.23	WSVECS04 Frhs2[1361]: 6 0 5.78133 shouldn't be
1766.56/1771.23	WSVECS04 Frhs2[1408]: 6 0 5.04697 shouldn't be
1766.56/1771.23	WSVECS04 Frhs2[1409]: 6 0 5.09381 shouldn't be
1766.56/1771.23	WSVECS04 Frhs2[1425]: 6 0 4.50008 shouldn't be
1766.56/1771.23	WSVECS04 Frhs2[1439]: 6 0 2.00003 shouldn't be
1766.56/1771.23	WSVECS04 Frhs2[1440]: 6 0 4.10946 shouldn't be
1766.56/1771.23	WSVECS04 Frhs2[1443]: 6 0 7.87502 shouldn't be
1766.56/1771.23	WSVECS04 Frhs2[1460]: 6 0 6.10945 shouldn't be
1766.56/1771.23	WSVECS04 Frhs2[1463]: 6 0 9.87505 shouldn't be
1766.56/1771.23	WSVECS04 Frhs2[1498]: 6 -3.50002 0 shouldn't be
1766.56/1771.23	WSVECS04 Frhs2[1586]: 6 -1.87508 0 shouldn't be
1766.56/1771.23	WSVECS04 Frhs2[1768]: 6 0 1.00007 shouldn't be
1766.56/1771.23	WSVECS04 Frhs2[1788]: 6 0 2.00006 shouldn't be
1766.56/1771.23	WSVECS04 Frhs2[1932]: 6 -1.00006 0 shouldn't be
1766.56/1771.23	WSVECS04 Frhs2[1982]: 6 -3.49808 0 shouldn't be
1766.56/1771.23	WSVECS04 Frhs2[2103]: 6 -0.500019 0 shouldn't be
1766.56/1771.23	WSVECS04 Frhs2[2124]: 6 -1.68361 0 shouldn't be
1766.56/1771.23	WSVECS04 Frhs2[2146]: 6 -2.36723 0 shouldn't be
1766.56/1771.23	WSVECS04 Frhs2[2167]: 6 -6.06253 0 shouldn't be
1766.56/1771.23	WSVECS04 Frhs2[2230]: 6 -3.93756 0 shouldn't be
1766.56/1771.23	WSVECS04 Frhs2[2531]: 6 -30.9687 0 shouldn't be
1766.56/1771.23	WSVECS04 Frhs2[2625]: 6 -1.50001 0 shouldn't be
1766.56/1771.23	WSVECS04 Frhs2[2726]: 6 -3.7496 0 shouldn't be
1766.56/1771.23	WSVECS04 Frhs2[2856]: 6 -9.99225 0 shouldn't be
1767.06/1771.76	WSVECS04 Frhs2[11]: 6 0 2.93753 shouldn't be
1767.06/1771.76	WSVECS04 Frhs2[22]: 6 -30.0253 0 shouldn't be
1767.06/1771.76	WSVECS04 Frhs2[38]: 6 0 2.84771 shouldn't be
1767.06/1771.76	WSVECS04 Frhs2[39]: 6 0 2.25008 shouldn't be
1767.06/1771.76	WSVECS04 Frhs2[178]: 6 -3.09385 0 shouldn't be
1767.06/1771.76	WSVECS04 Frhs2[180]: 6 -4.49949 0 shouldn't be
1767.06/1771.76	WSVECS04 Frhs2[190]: 6 0 0.0296391 shouldn't be
1767.06/1771.76	WSVECS04 Frhs2[312]: 6 -4.05708 0 shouldn't be
1767.06/1771.76	WSVECS04 Frhs2[395]: 6 -4.01179 0 shouldn't be
1767.06/1771.76	WSVECS04 Frhs2[527]: 6 -2.75002 0 shouldn't be
1767.06/1771.76	WSVECS04 Frhs2[553]: 6 -3.1172 0 shouldn't be
1767.06/1771.76	WSVECS04 Frhs2[935]: 6 0 0.125033 shouldn't be
1767.06/1771.76	WSVECS04 Frhs2[1424]: 6 0 6.75005 shouldn't be
1767.06/1771.76	WSVECS04 Frhs2[1829]: 6 0 6.49222 shouldn't be
1767.06/1771.76	WSVECS04 Frhs2[2202]: 6 -1.00006 0 shouldn't be
1767.06/1771.76	WSVECS04 Frhs2[2596]: 6 0 0.0156528 shouldn't be
1767.06/1771.76	WSVECS04 Frhs2[2704]: 6 -3.37477 0 shouldn't be
1767.56/1772.21	WSVECS04 Frhs2[1]: 6 -36.6415 0 shouldn't be
1767.56/1772.21	WSVECS04 Frhs2[17]: 6 0 0.102628 shouldn't be
1767.56/1772.21	WSVECS04 Frhs2[18]: 6 -12.3348 0 shouldn't be
1767.56/1772.21	WSVECS04 Frhs2[299]: 6 0 0.472671 shouldn't be
1767.56/1772.21	WSVECS04 Frhs2[387]: 6 0 0.062522 shouldn't be
1767.56/1772.21	WSVECS04 Frhs2[428]: 6 -2.13874 0 shouldn't be
1767.56/1772.21	WSVECS04 Frhs2[528]: 6 -3.50009 0 shouldn't be
1767.56/1772.21	WSVECS04 Frhs2[618]: 6 -5.46096 0 shouldn't be
1767.56/1772.21	WSVECS04 Frhs2[629]: 6 -3.86405 0 shouldn't be
1767.56/1772.21	WSVECS04 Frhs2[633]: 6 0 0.301286 shouldn't be
1767.56/1772.21	WSVECS04 Frhs2[942]: 6 -10.0079 0 shouldn't be
1767.56/1772.21	WSVECS04 Frhs2[968]: 6 -1.87505 0 shouldn't be
1767.56/1772.21	WSVECS04 Frhs2[1938]: 6 -2.00005 0 shouldn't be
1767.56/1772.21	WSVECS04 Frhs2[2316]: 6 -2.10243 0 shouldn't be
1767.56/1772.21	WSVECS04 Frhs2[2426]: 6 -3.03132 0 shouldn't be
1767.56/1772.21	WSVECS04 Frhs2[2464]: 6 0 0.031268 shouldn't be
1767.56/1772.21	WSVECS04 Frhs2[2559]: 6 0 0.187532 shouldn't be
1767.56/1772.21	WSVECS04 Frhs2[2569]: 6 -10.201 0 shouldn't be
1767.56/1772.21	WSVECS04 Frhs2[2701]: 6 -9.10945 0 shouldn't be
1767.56/1772.21	WSVECS04 Frhs2[2814]: 6 -5.49221 0 shouldn't be
1767.56/1772.21	WSVECS04 Frhs2[2880]: 6 -2.93759 0 shouldn't be
1768.56/1773.20	WSVECS04 Frhs2[1]: 6 -36.6414 0 shouldn't be
1768.56/1773.20	WSVECS04 Frhs2[3]: 6 -33.1017 0 shouldn't be
1768.56/1773.20	WSVECS04 Frhs2[4]: 6 -36.6761 0 shouldn't be
1768.56/1773.20	WSVECS04 Frhs2[11]: 6 0 2.9375 shouldn't be
1768.56/1773.20	WSVECS04 Frhs2[13]: 6 -21.8724 0 shouldn't be
1768.56/1773.20	WSVECS04 Frhs2[14]: 6 0 0.284546 shouldn't be
1768.56/1773.20	WSVECS04 Frhs2[15]: 6 0 5.48096 shouldn't be
1768.56/1773.20	WSVECS04 Frhs2[16]: 6 -21.2468 0 shouldn't be
1768.56/1773.20	WSVECS04 Frhs2[18]: 6 -12.3348 0 shouldn't be
1768.56/1773.20	WSVECS04 Frhs2[22]: 6 -30.0252 0 shouldn't be
1768.56/1773.20	WSVECS04 Frhs2[29]: 6 -27.9512 0 shouldn't be
1768.56/1773.20	WSVECS04 Frhs2[32]: 6 -28.7001 0 shouldn't be
1768.56/1773.20	WSVECS04 Frhs2[38]: 6 0 2.84766 shouldn't be
1768.56/1773.20	WSVECS04 Frhs2[39]: 6 0 2.25 shouldn't be
1768.56/1773.20	WSVECS04 Frhs2[41]: 6 -36.1642 0 shouldn't be
1768.56/1773.20	WSVECS04 Frhs2[42]: 6 -38.0456 0 shouldn't be
1768.56/1773.20	WSVECS04 Frhs2[43]: 6 -35.2966 0 shouldn't be
1768.56/1773.20	WSVECS04 Frhs2[44]: 6 -41.4884 0 shouldn't be
1768.56/1773.20	WSVECS04 Frhs2[178]: 6 -3.09375 0 shouldn't be
1768.56/1773.20	WSVECS04 Frhs2[257]: 6 0 0.472656 shouldn't be
1768.56/1773.20	WSVECS04 Frhs2[296]: 6 0 0.0625006 shouldn't be
1768.56/1773.20	WSVECS04 Frhs2[360]: 6 0 0.0513315 shouldn't be
1768.56/1773.20	WSVECS04 Frhs2[395]: 6 -4.01172 0 shouldn't be
1768.56/1773.20	WSVECS04 Frhs2[411]: 6 0 3.78125 shouldn't be
1768.56/1773.20	WSVECS04 Frhs2[425]: 6 -2.20483 0 shouldn't be
1768.56/1773.20	WSVECS04 Frhs2[438]: 6 -3.02344 0 shouldn't be
1768.56/1773.20	WSVECS04 Frhs2[439]: 6 -3.04688 0 shouldn't be
1768.56/1773.20	WSVECS04 Frhs2[511]: 6 -6.06933 0 shouldn't be
1768.56/1773.20	WSVECS04 Frhs2[512]: 6 -6.13866 0 shouldn't be
1768.56/1773.20	WSVECS04 Frhs2[513]: 6 -5.27734 0 shouldn't be
1768.56/1773.20	WSVECS04 Frhs2[516]: 6 -6.28113 0 shouldn't be
1768.56/1773.20	WSVECS04 Frhs2[526]: 6 -2.375 0 shouldn't be
1768.56/1773.20	WSVECS04 Frhs2[527]: 6 -2.75 0 shouldn't be
1768.56/1773.20	WSVECS04 Frhs2[534]: 6 0 0.0312327 shouldn't be
1768.56/1773.20	WSVECS04 Frhs2[551]: 6 -4.1543 0 shouldn't be
1768.56/1773.20	WSVECS04 Frhs2[553]: 6 -3.11719 0 shouldn't be
1768.56/1773.20	WSVECS04 Frhs2[676]: 6 -0.44867 0 shouldn't be
1768.56/1773.20	WSVECS04 Frhs2[682]: 6 -2.99999 0 shouldn't be
1768.56/1773.20	WSVECS04 Frhs2[812]: 6 0 0.125 shouldn't be
1768.56/1773.20	WSVECS04 Frhs2[834]: 6 0 0.25 shouldn't be
1768.56/1773.20	WSVECS04 Frhs2[836]: 6 0 0.376953 shouldn't be
1768.56/1773.20	WSVECS04 Frhs2[858]: 6 0 0.378907 shouldn't be
1768.56/1773.20	WSVECS04 Frhs2[909]: 6 0 0.410156 shouldn't be
1768.56/1773.20	WSVECS04 Frhs2[946]: 6 -1.9375 0 shouldn't be
1768.56/1773.20	WSVECS04 Frhs2[964]: 6 -1 0 shouldn't be
1768.56/1773.20	WSVECS04 Frhs2[968]: 6 -1.875 0 shouldn't be
1768.56/1773.20	WSVECS04 Frhs2[990]: 6 -1.75 0 shouldn't be
1768.56/1773.20	WSVECS04 Frhs2[1012]: 6 -1.5 0 shouldn't be
1768.56/1773.20	WSVECS04 Frhs2[1076]: 6 0 8.99215 shouldn't be
1768.56/1773.20	WSVECS04 Frhs2[1086]: 6 0 0.564454 shouldn't be
1768.56/1773.20	WSVECS04 Frhs2[1163]: 6 -1 0 shouldn't be
1768.56/1773.20	WSVECS04 Frhs2[1166]: 6 0 2.6582 shouldn't be
1768.56/1773.20	WSVECS04 Frhs2[1255]: 6 0 6.875 shouldn't be
1768.56/1773.20	WSVECS04 Frhs2[1342]: 6 0 0.0625004 shouldn't be
1768.56/1773.20	WSVECS04 Frhs2[1408]: 6 0 5.04688 shouldn't be
1768.56/1773.20	WSVECS04 Frhs2[1423]: 6 0 5.875 shouldn't be
1768.56/1773.20	WSVECS04 Frhs2[1424]: 6 0 6.75 shouldn't be
1768.56/1773.20	WSVECS04 Frhs2[1425]: 6 0 4.5 shouldn't be
1768.56/1773.20	WSVECS04 Frhs2[1443]: 6 0 7.875 shouldn't be
1768.56/1773.20	WSVECS04 Frhs2[1460]: 6 0 6.10938 shouldn't be
1768.56/1773.20	WSVECS04 Frhs2[1586]: 6 -1.875 0 shouldn't be
1768.56/1773.20	WSVECS04 Frhs2[2103]: 6 -0.500001 0 shouldn't be
1768.56/1773.20	WSVECS04 Frhs2[2139]: 6 -0.984375 0 shouldn't be
1768.56/1773.20	WSVECS04 Frhs2[2145]: 6 -3.53125 0 shouldn't be
1768.56/1773.20	WSVECS04 Frhs2[2158]: 6 0 0.468751 shouldn't be
1768.56/1773.20	WSVECS04 Frhs2[2167]: 6 -6.0625 0 shouldn't be
1768.56/1773.20	WSVECS04 Frhs2[2426]: 6 -3.03123 0 shouldn't be
1768.56/1773.20	WSVECS04 Frhs2[2463]: 6 0 0.000244459 shouldn't be
1768.56/1773.20	WSVECS04 Frhs2[2464]: 6 0 0.0312498 shouldn't be
1768.56/1773.20	WSVECS04 Frhs2[2478]: 6 -1.875 0 shouldn't be
1768.56/1773.20	WSVECS04 Frhs2[2596]: 6 0 0.0155947 shouldn't be
1768.56/1773.20	WSVECS04 Frhs2[2625]: 6 -1.5 0 shouldn't be
1768.56/1773.20	WSVECS04 Frhs2[2704]: 6 -3.37476 0 shouldn't be
1768.56/1773.20	WSVECS04 Frhs2[2726]: 6 -3.74951 0 shouldn't be
1768.56/1773.20	WSVECS04 Frhs2[2814]: 6 -5.49219 0 shouldn't be
1768.56/1773.20	WSVECS04 Frhs2[2880]: 6 -2.9375 0 shouldn't be
1768.96/1773.68	c rational objective 7.06738
2655.44/2662.52	c #Conflicts:     978000 | #Constraints:      38157
2655.44/2662.52	c #Conflicts:     979000 | #Constraints:      39157
2655.44/2662.52	c #Conflicts:     980000 | #Constraints:      40157
2655.44/2662.52	c #Conflicts:     981000 | #Constraints:      41157
2655.44/2662.52	c #Conflicts:     982000 | #Constraints:      42157
2655.44/2662.52	c #Conflicts:     983000 | #Constraints:      43157
2655.44/2662.52	c #Conflicts:     984000 | #Constraints:      44157
2655.44/2662.52	c #Conflicts:     985000 | #Constraints:      45157
2655.44/2662.52	c #Conflicts:     986000 | #Constraints:      46157
2655.44/2662.52	c #Conflicts:     987000 | #Constraints:      47158
2655.44/2662.52	c #Conflicts:     988000 | #Constraints:      48158
2655.44/2662.52	c #Conflicts:     989000 | #Constraints:      49158
2655.44/2662.52	c #Conflicts:     990000 | #Constraints:      50158
2655.44/2662.52	c #Conflicts:     991000 | #Constraints:      51158
2655.44/2662.52	c #Conflicts:     992000 | #Constraints:      52158
2655.44/2662.52	c #Conflicts:     993000 | #Constraints:      53158
2655.44/2662.52	c #Conflicts:     994000 | #Constraints:      54158
2655.44/2662.52	c #Conflicts:     995000 | #Constraints:      55158
2655.44/2662.52	c #Conflicts:     996000 | #Constraints:      56158
2655.44/2662.52	c #Conflicts:     997000 | #Constraints:      57158
2655.44/2662.52	c #Conflicts:     998000 | #Constraints:      58158
2655.44/2662.52	c #Conflicts:     999000 | #Constraints:      59158
2655.44/2662.52	c #Conflicts:    1000000 | #Constraints:      60159
2655.44/2662.52	c #Conflicts:    1001000 | #Constraints:      61159
2655.44/2662.52	c #Conflicts:    1002000 | #Constraints:      62159
2655.44/2662.52	c #Conflicts:    1003000 | #Constraints:      63159
2655.44/2662.52	c #Conflicts:    1004000 | #Constraints:      64159
2655.44/2662.52	c #Conflicts:    1005000 | #Constraints:      65159
2655.44/2662.52	c #Conflicts:    1006000 | #Constraints:      66159
2655.44/2662.52	c #Conflicts:    1007000 | #Constraints:      67159
2655.44/2662.52	c #Conflicts:    1008000 | #Constraints:      68159
2655.44/2662.52	c #Conflicts:    1009000 | #Constraints:      69159
2655.44/2662.52	c #Conflicts:    1010000 | #Constraints:      70159
2655.44/2662.52	c #Conflicts:    1011000 | #Constraints:      71159
2655.44/2662.52	c #Conflicts:    1012000 | #Constraints:      72159
2655.44/2662.52	c #Conflicts:    1013000 | #Constraints:      73159
2655.44/2662.52	c #Conflicts:    1014000 | #Constraints:      74159
2655.44/2662.52	c #Conflicts:    1015000 | #Constraints:      75159
2655.44/2662.52	c #Conflicts:    1016000 | #Constraints:      76159
2655.44/2662.52	c #Conflicts:    1017000 | #Constraints:      77159
2655.44/2662.52	c #Conflicts:    1018000 | #Constraints:      78159
2655.44/2662.52	c #Conflicts:    1019000 | #Constraints:      79161
2655.44/2662.52	c #Conflicts:    1020000 | #Constraints:      80161
2655.44/2662.52	c #Conflicts:    1021000 | #Constraints:      81162
2655.44/2662.52	c #Conflicts:    1022000 | #Constraints:      82162
2655.44/2662.52	c #Conflicts:    1023000 | #Constraints:      83163
2655.44/2662.52	c #Conflicts:    1024000 | #Constraints:      84163
2655.44/2662.52	c #Conflicts:    1025000 | #Constraints:      85163
2655.44/2662.52	c #Conflicts:    1026000 | #Constraints:      86163
2655.44/2662.52	c #Conflicts:    1027000 | #Constraints:      87163
2655.44/2662.52	c #Conflicts:    1028000 | #Constraints:      88163
2655.44/2662.52	c #Conflicts:    1029000 | #Constraints:      89163
2655.44/2662.52	c #Conflicts:    1030000 | #Constraints:      90163
2655.44/2662.52	c #Conflicts:    1031000 | #Constraints:      91163
2655.44/2662.52	c #Conflicts:    1032000 | #Constraints:      92163
2655.44/2662.52	c #Conflicts:    1033000 | #Constraints:      93163
2655.44/2662.52	c #Conflicts:    1034000 | #Constraints:      94163
2655.44/2662.52	c #Conflicts:    1035000 | #Constraints:      95163
2655.44/2662.52	c #Conflicts:    1036000 | #Constraints:      96163
2655.44/2662.52	c #Conflicts:    1037000 | #Constraints:      97163
2655.44/2662.52	c #Conflicts:    1038000 | #Constraints:      98163
2655.44/2662.52	c #Conflicts:    1039000 | #Constraints:      99163
2655.44/2662.52	c #Conflicts:    1040000 | #Constraints:     100164
2655.44/2662.52	c #Conflicts:    1041000 | #Constraints:     101164
2655.44/2662.52	c #Conflicts:    1042000 | #Constraints:     102164
2655.44/2662.52	c #Conflicts:    1043000 | #Constraints:     103164
2655.44/2662.52	c #Conflicts:    1044000 | #Constraints:     104164
2655.44/2662.52	c #Conflicts:    1045000 | #Constraints:     105164
2655.44/2662.52	c #Conflicts:    1046000 | #Constraints:     106164
2655.44/2662.52	c #Conflicts:    1047000 | #Constraints:     107164
2655.44/2662.52	c #Conflicts:    1048000 | #Constraints:     108164
2655.44/2662.52	c #Conflicts:    1049000 | #Constraints:     109164
2655.44/2662.52	c INPROCESSING
2655.44/2662.52	c GARBAGE COLLECT
2655.44/2662.52	c rational objective 7.1959
2746.88/2754.23	c #Conflicts:    1050000 | #Constraints:      58809
2746.88/2754.23	c #Conflicts:    1051000 | #Constraints:      59809
2746.88/2754.23	c #Conflicts:    1052000 | #Constraints:      60809
2746.88/2754.23	c #Conflicts:    1053000 | #Constraints:      61809
2746.88/2754.23	c #Conflicts:    1054000 | #Constraints:      62809
2746.88/2754.23	c #Conflicts:    1055000 | #Constraints:      63809
2746.88/2754.23	c #Conflicts:    1056000 | #Constraints:      64809
2746.88/2754.23	c #Conflicts:    1057000 | #Constraints:      65809
2746.88/2754.23	c #Conflicts:    1058000 | #Constraints:      66809
2746.88/2754.23	c #Conflicts:    1059000 | #Constraints:      67809
2746.88/2754.23	c #Conflicts:    1060000 | #Constraints:      68809
2746.88/2754.23	c #Conflicts:    1061000 | #Constraints:      69809
2746.88/2754.23	c #Conflicts:    1062000 | #Constraints:      70809
2746.88/2754.23	c #Conflicts:    1063000 | #Constraints:      71809
2746.88/2754.23	c #Conflicts:    1064000 | #Constraints:      72809
2746.88/2754.23	c #Conflicts:    1065000 | #Constraints:      73809
2746.88/2754.23	c #Conflicts:    1066000 | #Constraints:      74809
2746.88/2754.23	c #Conflicts:    1067000 | #Constraints:      75809
2746.88/2754.23	c #Conflicts:    1068000 | #Constraints:      76809
2746.88/2754.23	c #Conflicts:    1069000 | #Constraints:      77809
2746.88/2754.23	c #Conflicts:    1070000 | #Constraints:      78809
2746.88/2754.23	c #Conflicts:    1071000 | #Constraints:      79809
2746.88/2754.23	c #Conflicts:    1072000 | #Constraints:      80809
2746.88/2754.23	c #Conflicts:    1073000 | #Constraints:      81809
2746.88/2754.23	c #Conflicts:    1074000 | #Constraints:      82809
2746.88/2754.23	c INPROCESSING
2746.88/2754.23	c GARBAGE COLLECT
2746.88/2754.23	c rational objective 7.2087
2799.45/2806.98	c #Conflicts:    1075000 | #Constraints:      45502
2799.45/2806.98	c #Conflicts:    1076000 | #Constraints:      46502
2799.45/2806.98	c #Conflicts:    1077000 | #Constraints:      47502
2799.45/2806.98	c #Conflicts:    1078000 | #Constraints:      48502
2799.45/2806.98	c #Conflicts:    1079000 | #Constraints:      49502
2799.45/2806.98	c #Conflicts:    1080000 | #Constraints:      50502
2799.45/2806.98	c #Conflicts:    1081000 | #Constraints:      51502
2799.45/2806.98	c #Conflicts:    1082000 | #Constraints:      52502
2799.45/2806.98	c #Conflicts:    1083000 | #Constraints:      53502
2799.45/2806.98	c #Conflicts:    1084000 | #Constraints:      54502
2799.45/2806.98	c #Conflicts:    1085000 | #Constraints:      55502
2799.45/2806.98	c #Conflicts:    1086000 | #Constraints:      56502
2799.45/2806.98	c #Conflicts:    1087000 | #Constraints:      57502
2799.45/2806.98	c #Conflicts:    1088000 | #Constraints:      58502
2799.45/2806.98	c #Conflicts:    1089000 | #Constraints:      59502
2799.45/2806.98	c #Conflicts:    1090000 | #Constraints:      60502
2799.45/2806.98	c #Conflicts:    1091000 | #Constraints:      61502
2799.45/2806.98	c #Conflicts:    1092000 | #Constraints:      62502
2799.45/2806.98	c #Conflicts:    1093000 | #Constraints:      63502
2799.45/2806.98	c #Conflicts:    1094000 | #Constraints:      64502
2799.45/2806.98	c #Conflicts:    1095000 | #Constraints:      65502
2799.45/2806.98	c #Conflicts:    1096000 | #Constraints:      66502
2799.45/2806.98	c #Conflicts:    1097000 | #Constraints:      67502
2799.45/2806.98	c #Conflicts:    1098000 | #Constraints:      68502
2799.45/2806.98	c #Conflicts:    1099000 | #Constraints:      69502
2799.45/2806.98	c #Conflicts:    1100000 | #Constraints:      70502
2799.45/2806.98	c INPROCESSING
2799.45/2806.98	c GARBAGE COLLECT
2799.45/2806.98	WSVECS04 Frhs2[1]: 6 -54.7849 0 shouldn't be
2799.45/2806.98	WSVECS04 Frhs2[2]: 6 -19.476 0 shouldn't be
2799.45/2806.98	WSVECS04 Frhs2[3]: 6 -13.1184 0 shouldn't be
2799.45/2806.98	WSVECS04 Frhs2[6]: 6 -7.51579 0 shouldn't be
2799.45/2806.98	WSVECS04 Frhs2[10]: 6 0 0.676833 shouldn't be
2799.45/2806.98	WSVECS04 Frhs2[38]: 6 -41.1866 0 shouldn't be
2799.45/2806.98	WSVECS04 Frhs2[40]: 6 0 1.00002 shouldn't be
2799.45/2806.98	WSVECS04 Frhs2[546]: 6 0 0.562599 shouldn't be
2799.45/2806.98	WSVECS04 Frhs2[547]: 6 0 4.12506 shouldn't be
2799.45/2806.98	WSVECS04 Frhs2[891]: 6 0 5.66557 shouldn't be
2799.45/2806.98	WSVECS04 Frhs2[896]: 6 0 2.71358 shouldn't be
2799.45/2806.98	WSVECS04 Frhs2[897]: 6 0 8.42714 shouldn't be
2799.45/2806.98	WSVECS04 Frhs2[912]: 6 0 4.66556 shouldn't be
2799.45/2806.98	WSVECS04 Frhs2[918]: 6 0 7.42716 shouldn't be
2799.45/2806.98	WSVECS04 Frhs2[933]: 6 0 3.66554 shouldn't be
2799.45/2806.98	WSVECS04 Frhs2[938]: 6 0 1.71359 shouldn't be
2799.45/2806.98	WSVECS04 Frhs2[939]: 6 0 6.42712 shouldn't be
2799.45/2806.98	WSVECS04 Frhs2[949]: 6 -3.91682 0 shouldn't be
2799.45/2806.98	WSVECS04 Frhs2[951]: 6 -3.66701 0 shouldn't be
2799.45/2806.98	WSVECS04 Frhs2[952]: 6 -3.334 0 shouldn't be
2799.45/2806.98	WSVECS04 Frhs2[975]: 6 0 1.66555 shouldn't be
2799.45/2806.98	WSVECS04 Frhs2[980]: 6 0 0.713587 shouldn't be
2799.45/2806.98	WSVECS04 Frhs2[981]: 6 0 4.42713 shouldn't be
2799.45/2806.98	WSVECS04 Frhs2[1370]: 6 0 3.25003 shouldn't be
2799.45/2806.98	WSVECS04 Frhs2[1389]: 6 0 3.62506 shouldn't be
2799.45/2806.98	WSVECS04 Frhs2[1409]: 6 0 5.62504 shouldn't be
2799.45/2806.98	WSVECS04 Frhs2[1411]: 6 0 3.50009 shouldn't be
2799.45/2806.98	WSVECS04 Frhs2[1426]: 6 0 11.1667 shouldn't be
2799.45/2806.98	WSVECS04 Frhs2[1427]: 6 0 5.33338 shouldn't be
2799.45/2806.98	WSVECS04 Frhs2[1551]: 6 0 1.00003 shouldn't be
2799.45/2806.98	WSVECS04 Frhs2[1574]: 6 0 5.9376 shouldn't be
2799.45/2806.98	WSVECS04 Frhs2[1575]: 6 0 6.87502 shouldn't be
2799.45/2806.98	WSVECS04 Frhs2[1779]: 6 0 6.66561 shouldn't be
2799.45/2806.98	WSVECS04 Frhs2[1785]: 6 0 9.42712 shouldn't be
2799.45/2806.98	WSVECS04 Frhs2[1794]: 6 0 2.08334 shouldn't be
2799.45/2806.98	WSVECS04 Frhs2[1805]: 6 0 8.42713 shouldn't be
2799.45/2806.98	WSVECS04 Frhs2[1935]: 6 0 1.00004 shouldn't be
2799.45/2806.98	WSVECS04 Frhs2[1969]: 6 0 0.489619 shouldn't be
2799.45/2806.98	WSVECS04 Frhs2[2053]: 6 0 0.297066 shouldn't be
2799.45/2806.98	WSVECS04 Frhs2[2332]: 6 0 0.625043 shouldn't be
2799.45/2806.98	WSVECS04 Frhs2[2348]: 6 0 1.00005 shouldn't be
2799.45/2806.98	WSVECS04 Frhs2[2544]: 6 -8.3855 0 shouldn't be
2799.45/2806.98	WSVECS04 Frhs2[2762]: 6 -8.66557 0 shouldn't be
2800.04/2807.54	WSVECS04 Frhs2[4]: 6 -17.3203 0 shouldn't be
2800.04/2807.54	WSVECS04 Frhs2[5]: 6 -1.63648 0 shouldn't be
2800.04/2807.54	WSVECS04 Frhs2[631]: 6 0 0.125035 shouldn't be
2800.04/2807.54	WSVECS04 Frhs2[2371]: 6 0 1.00005 shouldn't be
2800.04/2807.54	WSVECS04 Frhs2[2439]: 6 -7.12502 0 shouldn't be
2800.74/2808.22	WSVECS04 Frhs2[8]: 6 0 1.23042 shouldn't be
2800.74/2808.22	WSVECS04 Frhs2[9]: 6 0 2.04689 shouldn't be
2800.74/2808.22	WSVECS04 Frhs2[42]: 6 -22.3367 0 shouldn't be
2800.74/2808.22	WSVECS04 Frhs2[1350]: 6 0 1.25006 shouldn't be
2800.74/2808.22	WSVECS04 Frhs2[2541]: 6 -5.24876 0 shouldn't be
2800.74/2808.22	WSVECS04 Frhs2[2768]: 6 -13.9252 0 shouldn't be
2801.04/2808.58	c rational objective 7.21179
3534.22/3543.95	c #Conflicts:    1101000 | #Constraints:      40703
3534.22/3543.95	c #Conflicts:    1102000 | #Constraints:      41703
3534.22/3543.95	c #Conflicts:    1103000 | #Constraints:      42703
3534.22/3543.95	c #Conflicts:    1104000 | #Constraints:      43703
3534.22/3543.95	c #Conflicts:    1105000 | #Constraints:      44703
3534.22/3543.95	c #Conflicts:    1106000 | #Constraints:      45703
3534.22/3543.95	c #Conflicts:    1107000 | #Constraints:      46703
3534.22/3543.95	c #Conflicts:    1108000 | #Constraints:      47704
3534.22/3543.95	c #Conflicts:    1109000 | #Constraints:      48705
3534.22/3543.95	c #Conflicts:    1110000 | #Constraints:      49705
3534.22/3543.95	c #Conflicts:    1111000 | #Constraints:      50707
3534.22/3543.95	c #Conflicts:    1112000 | #Constraints:      51707
3534.22/3543.95	c #Conflicts:    1113000 | #Constraints:      52707
3534.22/3543.95	c #Conflicts:    1114000 | #Constraints:      53707
3534.22/3543.95	c #Conflicts:    1115000 | #Constraints:      54707
3534.22/3543.95	c #Conflicts:    1116000 | #Constraints:      55708
3534.22/3543.95	c #Conflicts:    1117000 | #Constraints:      56711
3534.22/3543.95	c #Conflicts:    1118000 | #Constraints:      57711
3534.22/3543.95	c #Conflicts:    1119000 | #Constraints:      58712
3534.22/3543.95	c #Conflicts:    1120000 | #Constraints:      59712
3534.22/3543.95	c #Conflicts:    1121000 | #Constraints:      60712
3534.22/3543.95	c #Conflicts:    1122000 | #Constraints:      61712
3534.22/3543.95	c #Conflicts:    1123000 | #Constraints:      62712
3534.22/3543.95	c #Conflicts:    1124000 | #Constraints:      63712
3534.22/3543.95	c #Conflicts:    1125000 | #Constraints:      64712
3534.22/3543.95	c #Conflicts:    1126000 | #Constraints:      65712
3534.22/3543.95	c #Conflicts:    1127000 | #Constraints:      66712
3534.22/3543.95	c #Conflicts:    1128000 | #Constraints:      67712
3534.22/3543.95	c #Conflicts:    1129000 | #Constraints:      68712
3534.22/3543.95	c #Conflicts:    1130000 | #Constraints:      69712
3534.22/3543.95	c #Conflicts:    1131000 | #Constraints:      70712
3534.22/3543.95	c #Conflicts:    1132000 | #Constraints:      71712
3534.22/3543.95	c #Conflicts:    1133000 | #Constraints:      72712
3534.22/3543.95	c #Conflicts:    1134000 | #Constraints:      73712
3534.22/3543.95	c #Conflicts:    1135000 | #Constraints:      74712
3534.22/3543.95	c #Conflicts:    1136000 | #Constraints:      75712
3534.22/3543.95	c #Conflicts:    1137000 | #Constraints:      76712
3534.22/3543.95	c #Conflicts:    1138000 | #Constraints:      77712
3534.22/3543.95	c #Conflicts:    1139000 | #Constraints:      78712
3534.22/3543.95	c #Conflicts:    1140000 | #Constraints:      79712
3534.22/3543.95	c #Conflicts:    1141000 | #Constraints:      80712
3534.22/3543.95	c #Conflicts:    1142000 | #Constraints:      81712
3534.22/3543.95	c #Conflicts:    1143000 | #Constraints:      82712
3534.22/3543.95	c #Conflicts:    1144000 | #Constraints:      83712
3534.22/3543.95	c #Conflicts:    1145000 | #Constraints:      84712
3534.22/3543.95	c #Conflicts:    1146000 | #Constraints:      85712
3534.22/3543.95	c #Conflicts:    1147000 | #Constraints:      86712
3534.22/3543.95	c #Conflicts:    1148000 | #Constraints:      87712
3534.22/3543.95	c #Conflicts:    1149000 | #Constraints:      88712
3534.22/3543.95	c #Conflicts:    1150000 | #Constraints:      89712
3534.22/3543.95	c #Conflicts:    1151000 | #Constraints:      90712
3534.22/3543.95	c #Conflicts:    1152000 | #Constraints:      91712
3534.22/3543.95	c #Conflicts:    1153000 | #Constraints:      92712
3534.22/3543.95	c #Conflicts:    1154000 | #Constraints:      93712
3534.22/3543.95	c #Conflicts:    1155000 | #Constraints:      94712
3534.22/3543.95	c #Conflicts:    1156000 | #Constraints:      95712
3534.22/3543.95	c #Conflicts:    1157000 | #Constraints:      96712
3534.22/3543.95	c #Conflicts:    1158000 | #Constraints:      97712
3534.22/3543.95	c #Conflicts:    1159000 | #Constraints:      98712
3534.22/3543.95	c #Conflicts:    1160000 | #Constraints:      99712
3534.22/3543.95	c #Conflicts:    1161000 | #Constraints:     100712
3534.22/3543.95	c #Conflicts:    1162000 | #Constraints:     101712
3534.22/3543.95	c #Conflicts:    1163000 | #Constraints:     102712
3534.22/3543.95	c #Conflicts:    1164000 | #Constraints:     103712
3534.22/3543.95	c #Conflicts:    1165000 | #Constraints:     104712
3534.22/3543.95	c #Conflicts:    1166000 | #Constraints:     105712
3534.22/3543.95	c #Conflicts:    1167000 | #Constraints:     106712
3534.22/3543.95	c #Conflicts:    1168000 | #Constraints:     107712
3534.22/3543.95	c #Conflicts:    1169000 | #Constraints:     108712
3534.22/3543.95	c #Conflicts:    1170000 | #Constraints:     109712
3534.22/3543.95	c #Conflicts:    1171000 | #Constraints:     110712
3534.22/3543.95	c #Conflicts:    1172000 | #Constraints:     111712
3534.22/3543.95	c #Conflicts:    1173000 | #Constraints:     112712
3534.22/3543.95	c #Conflicts:    1174000 | #Constraints:     113712
3534.22/3543.95	c #Conflicts:    1175000 | #Constraints:     114712
3534.22/3543.95	c #Conflicts:    1176000 | #Constraints:     115712
3534.22/3543.95	c INPROCESSING
3534.22/3543.95	c GARBAGE COLLECT
3534.22/3543.95	c #Conflicts:    1177000 | #Constraints:      62260
3534.22/3543.95	c #Conflicts:    1178000 | #Constraints:      63260
3534.22/3543.95	c #Conflicts:    1179000 | #Constraints:      64260
3573.72/3583.55	c #Conflicts:    1180000 | #Constraints:      65260
3573.72/3583.55	c #Conflicts:    1181000 | #Constraints:      66260
3573.72/3583.55	c #Conflicts:    1182000 | #Constraints:      67260
3573.72/3583.55	c #Conflicts:    1183000 | #Constraints:      68260
3573.72/3583.55	c #Conflicts:    1184000 | #Constraints:      69260
3573.72/3583.55	c #Conflicts:    1185000 | #Constraints:      70260
3573.72/3583.55	c #Conflicts:    1186000 | #Constraints:      71260
3573.72/3583.55	c #Conflicts:    1187000 | #Constraints:      72260
3573.72/3583.55	c #Conflicts:    1188000 | #Constraints:      73260
3573.72/3583.55	c #Conflicts:    1189000 | #Constraints:      74260
3573.72/3583.55	c #Conflicts:    1190000 | #Constraints:      75260
3573.72/3583.55	c #Conflicts:    1191000 | #Constraints:      76260
3573.72/3583.55	c #Conflicts:    1192000 | #Constraints:      77260
3573.72/3583.55	c #Conflicts:    1193000 | #Constraints:      78260
3573.72/3583.55	c #Conflicts:    1194000 | #Constraints:      79260
3573.72/3583.55	c #Conflicts:    1195000 | #Constraints:      80260
3573.72/3583.55	c #Conflicts:    1196000 | #Constraints:      81260
3573.72/3583.55	c #Conflicts:    1197000 | #Constraints:      82260
3573.72/3583.55	c #Conflicts:    1198000 | #Constraints:      83260
3573.72/3583.55	c #Conflicts:    1199000 | #Constraints:      84260
3573.72/3583.55	c #Conflicts:    1200000 | #Constraints:      85260
3573.72/3583.55	c #Conflicts:    1201000 | #Constraints:      86260
3573.72/3583.55	c #Conflicts:    1202000 | #Constraints:      87260
3573.72/3583.55	c INPROCESSING
3573.72/3583.55	c GARBAGE COLLECT
3573.72/3583.55	c rational objective 7.21424
3600.06/3609.90	c #Conflicts:    1203000 | #Constraints:      47696
3600.06/3609.90	c #Conflicts:    1204000 | #Constraints:      48696
3600.06/3609.90	c #Conflicts:    1205000 | #Constraints:      49696
3600.06/3609.90	c #Conflicts:    1206000 | #Constraints:      50696
3600.06/3609.90	c #Conflicts:    1207000 | #Constraints:      51696
3600.06/3609.90	c #Conflicts:    1208000 | #Constraints:      52696
3600.06/3609.90	c #Conflicts:    1209000 | #Constraints:      53696
3600.06/3609.90	c #Conflicts:    1210000 | #Constraints:      54696
3600.06/3609.90	c #Conflicts:    1211000 | #Constraints:      55696
3600.06/3609.90	c #Conflicts:    1212000 | #Constraints:      56696
3600.06/3609.90	c #Conflicts:    1213000 | #Constraints:      57696
3600.06/3609.90	c #Conflicts:    1214000 | #Constraints:      58696
3600.06/3609.90	c #Conflicts:    1215000 | #Constraints:      59696
3600.06/3609.90	c cpu time 3593.31 s
3600.06/3609.90	c deterministic time 171560256440 1.72e+11
3600.06/3609.90	c optimization time 25.7939 s
3600.06/3609.90	c total solve time 3567.5 s
3600.06/3609.90	c core-guided solve time 0 s
3600.06/3609.90	c propagation time 2268.99 s
3600.06/3609.90	c conflict analysis time 1265.52 s
3600.06/3609.90	c propagations 440812939
3600.06/3609.90	c resolve steps 172744898
3600.06/3609.90	c decisions 1717252
3600.06/3609.90	c conflicts 1215887
3600.06/3609.90	c restarts 2300
3600.06/3609.90	c inprocessing phases 57
3600.06/3609.90	c garbage collections 57 ,( 100.00 )
3600.06/3609.90	c input clauses 4136 ,( 69.11 )
3600.06/3609.90	c input cardinalities 0 ,( 0.00 )
3600.06/3609.90	c input general constraints 1849 ,( 30.89 )
3600.06/3609.90	c input average constraint length 3.09
3600.06/3609.90	c input average constraint degree 2939379457.65
3600.06/3609.90	c learned clauses 921365 ,( 75.77 )
3600.06/3609.90	c learned cardinalities 103 ,( 0.01 )
3600.06/3609.90	c learned general constraints 294465 ,( 24.22 )
3600.06/3609.90	c learned average constraint length 309.33
3600.06/3609.90	c learned average constraint degree 77900692.00
3600.06/3609.90	c watched  CF 32, 64, 128, Arb: 54777 , 0 , 0 , 0
3600.06/3609.90	c counting CF 32, 64, 128, Arb: 241536 , 1 , 0 , 0
3600.06/3609.90	c watched   constraints 54777 ,( 18.49 ) 
3600.06/3609.90	c counting  constraints 241537 ,( 81.51 ) 
3600.06/3609.90	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 734090003 , 2461053 , 54960549018 ,( 306055321 , 54654493697 )
3600.06/3609.90	c gcd simplifications 19738
3600.06/3609.90	c detected cardinalities 20
3600.06/3609.90	c weakened non-implied lits 64567076
3600.06/3609.90	c weakened non-implying lits 153917
3600.06/3609.90	c original variables 2992
3600.06/3609.90	c clausal propagations 140750663
3600.06/3609.90	c cardinality propagations 71486
3600.06/3609.90	c watched propagations 1006258
3600.06/3609.90	c counting propagations 297759747
3600.06/3609.90	c watch lookups 92061965667
3600.06/3609.90	c watch backjump lookups 0
3600.06/3609.90	c watch checks 9073094815
3600.06/3609.90	c propagation checks 68073832739
3600.06/3609.90	c constraint additions 1464854231
3600.06/3609.90	c trail pops 443743324
3600.06/3609.90	c formula constraints 5985
3600.06/3609.90	c learned constraints 1215885
3600.06/3609.90	c bound constraints 0
3600.06/3609.90	c core-guided constraints 0
3600.06/3609.90	c encountered formula constraints 129146360
3600.06/3609.90	c encountered learned constraints 44794709
3600.06/3609.90	c encountered bound constraints 0
3600.06/3609.90	c encountered core-guided constraints 0
3600.06/3609.90	c LP total time 46.3944 s
3600.06/3609.90	c LP solve time 36.78 s
3600.06/3609.90	c LP constraints added 6229
3600.06/3609.90	c LP constraints removed 186
3600.06/3609.90	c LP pivots internal 122757
3600.06/3609.90	c LP pivots root 112715
3600.06/3609.90	c LP calls 171
3600.06/3609.90	c LP optimalities 67
3600.06/3609.90	c LP no pivot count 1
3600.06/3609.90	c LP infeasibilities 36
3600.06/3609.90	c LP valid Farkas constraints 34
3600.06/3609.90	c LP learned Farkas constraints 1
3600.06/3609.90	c LP basis resets 65
3600.06/3609.90	c LP cycling count 15
3600.06/3609.90	c LP singular count 34
3600.06/3609.90	c LP no primal count 0
3600.06/3609.90	c LP no farkas count 1
3600.06/3609.90	c LP other issue count 15
3600.06/3609.90	c LP Gomory cuts 13
3600.06/3609.90	c LP learned cuts 231
3600.06/3609.90	c LP deleted cuts 186
3600.06/3609.90	c LP encountered Gomory constraints 1
3600.06/3609.90	c LP encountered Farkas constraints 19712
3600.06/3609.90	c LP encountered learned Farkas constraints 2
3600.06/3609.90	c CG auxiliary variables introduced 0
3600.06/3609.90	c CG solutions found 0
3600.06/3609.90	c CG cores constructed 0
3600.06/3609.90	c CG core cardinality constraints returned 0
3600.06/3609.90	c CG unit cores 0
3600.06/3609.90	c CG single cores 0
3600.06/3609.90	c CG blocks removed during cardinality reduction 0
3600.06/3609.90	c CG first core best 0
3600.06/3609.90	c CG decision core best 0
3600.06/3609.90	c CG core reduction tie 0
3600.06/3609.90	c CG core degree average 0.00
3600.06/3609.90	c CG core slack average 0.00
3600.06/3609.90	c CG core upper bound improvements 0
3600.06/3609.90	c STR number of successful calls 0
3600.06/3609.90	c STR number of unsuccessful calls 0
3600.06/3609.90	c STR number of inconclusive calls 0
3600.06/3609.90	c STR number of successful attempts 0
3600.06/3609.90	c STR number of unsuccessful attempts 0
3600.06/3609.90	c STR number of inconclusive attempts 0
3600.06/3609.90	c STR average degree increase per successful call inf
3600.06/3609.90	c STR average degree increase per successful attempt inf
3600.06/3609.90	c STR total number of conflicts for successful attempts 0
3600.06/3609.90	c STR total number of conflicts for unsuccessful attempts 0
3600.06/3609.90	c STR total number of conflicts for inconclusive attempts 0
3600.06/3609.90	c STR average number of conflicts per successful attempt inf
3600.06/3609.90	c STR average number of conflicts per unsuccessful attempt inf
3600.06/3609.90	c STR average number of conflicts per inconclusive attempt inf
3600.06/3609.90	c AVG.sumWPerc 74.41 
3600.06/3609.90	c bigint constraints 1 
3600.06/3609.90	s UNKNOWN
3600.06/3609.90	c Program interrupted by user.

Verifier Data

ERROR: no interpretation found !

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 (61103 MiB free)
  memory of node 1: 64507 MiB (63514 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4541843-1753206206/watcher-4541843-1753206206 -o /tmp/evaluation-result-4541843-1753206206/solver-4541843-1753206206 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC034-1753198973-164292 --watchdog 3760 run-dec-break.sh HOME/instance-4541843-1753206206.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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 VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=164999, runsolver pid=164992
Current StackSize limit: 8192 KiB


[startup+0.100056 s]*
/proc/loadavg: 4.12 4.11 4.09 3/254 165005
/proc/meminfo: memFree=129020808/131249988 swapFree=33010160/33010684
[pid=164999] ppid=164992 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/164999/stat : 164999 (run-dec-break.s) S 164992 164999 164273 0 -1 4194304 235 1924 0 0 0 0 0 0 20 0 1 0 236299487 4292608 736 18446744073709551615 93967249993728 93967250888261 140721164639968 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93967251127312 93967251175056 93967262466048 140721164646751 140721164646880 140721164646880 140721164652484 0
/proc/164999/statm: 1048 736 672 219 0 110 0
[pid=165004] ppid=164999 vsize=56872 memory=10240 CPUtime=0 cores=1,3
/proc/165004/stat : 165004 (roundingsat) R 164999 164999 164273 0 -1 4194304 763 0 0 0 0 0 0 0 20 0 1 0 236299492 58236928 2560 18446744073709551615 4227072 8923433 140731418816576 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 11665408 140731418822978 140731418823206 140731418823206 140731418828778 0
/proc/165004/statm: 14218 2560 2016 1147 0 1645 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 61064 KiB
Current children cumulated memory: 13184 KiB

[startup+0.205164 s]*
/proc/loadavg: 4.12 4.11 4.09 3/254 165023
/proc/meminfo: memFree=129070976/131249988 swapFree=33010160/33010684
[pid=164999] ppid=164992 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/164999/stat : 164999 (run-dec-break.s) S 164992 164999 164273 0 -1 4194304 235 1924 0 0 0 0 0 0 20 0 1 0 236299487 4292608 736 18446744073709551615 93967249993728 93967250888261 140721164639968 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93967251127312 93967251175056 93967262466048 140721164646751 140721164646880 140721164646880 140721164652484 0
/proc/164999/statm: 1048 736 672 219 0 110 0
[pid=165004] ppid=164999 vsize=67748 memory=21072 CPUtime=0.11 cores=1,3
/proc/165004/stat : 165004 (roundingsat) R 164999 164999 164273 0 -1 4194304 3682 0 0 0 10 1 0 0 20 0 1 0 236299492 69373952 5268 18446744073709551615 4227072 8923433 140731418816576 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 11665408 140731418822978 140731418823206 140731418823206 140731418828778 0
/proc/165004/statm: 16937 5268 2336 1147 0 4364 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 71940 KiB
Current children cumulated memory: 24016 KiB

[startup+0.305323 s]*
/proc/loadavg: 4.12 4.11 4.09 4/259 165049
/proc/meminfo: memFree=129067668/131249988 swapFree=33010160/33010684
[pid=164999] ppid=164992 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/164999/stat : 164999 (run-dec-break.s) S 164992 164999 164273 0 -1 4194304 235 1924 0 0 0 0 0 0 20 0 1 0 236299487 4292608 736 18446744073709551615 93967249993728 93967250888261 140721164639968 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93967251127312 93967251175056 93967262466048 140721164646751 140721164646880 140721164646880 140721164652484 0
/proc/164999/statm: 1048 736 672 219 0 110 0
[pid=165004] ppid=164999 vsize=67748 memory=21456 CPUtime=0.21 cores=1,3
/proc/165004/stat : 165004 (roundingsat) R 164999 164999 164273 0 -1 4194304 3732 0 0 0 20 1 0 0 20 0 1 0 236299492 69373952 5364 18446744073709551615 4227072 8923433 140731418816576 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 11665408 140731418822978 140731418823206 140731418823206 140731418828778 0
/proc/165004/statm: 16937 5364 2368 1147 0 4364 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 71940 KiB
Current children cumulated memory: 24400 KiB

[startup+0.700151 s]
/proc/loadavg: 4.12 4.11 4.09 4/265 165080
/proc/meminfo: memFree=129045884/131249988 swapFree=33010160/33010684
[pid=164999] ppid=164992 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/164999/stat : 164999 (run-dec-break.s) S 164992 164999 164273 0 -1 4194304 235 1924 0 0 0 0 0 0 20 0 1 0 236299487 4292608 736 18446744073709551615 93967249993728 93967250888261 140721164639968 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93967251127312 93967251175056 93967262466048 140721164646751 140721164646880 140721164646880 140721164652484 0
/proc/164999/statm: 1048 736 672 219 0 110 0
[pid=165004] ppid=164999 vsize=67880 memory=22096 CPUtime=0.59 cores=1,3
/proc/165004/stat : 165004 (roundingsat) R 164999 164999 164273 0 -1 4194304 3914 0 0 0 58 1 0 0 20 0 1 0 236299492 69509120 5524 18446744073709551615 4227072 8923433 140731418816576 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 11665408 140731418822978 140731418823206 140731418823206 140731418828778 0
/proc/165004/statm: 16970 5524 2368 1147 0 4397 0
Current children cumulated CPU time: 0.59 s
Current children cumulated vsize: 72072 KiB
Current children cumulated memory: 25040 KiB

[startup+1.50017 s]
/proc/loadavg: 4.12 4.11 4.09 5/268 165101
/proc/meminfo: memFree=129028368/131249988 swapFree=33010160/33010684
[pid=164999] ppid=164992 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/164999/stat : 164999 (run-dec-break.s) S 164992 164999 164273 0 -1 4194304 235 1924 0 0 0 0 0 0 20 0 1 0 236299487 4292608 736 18446744073709551615 93967249993728 93967250888261 140721164639968 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93967251127312 93967251175056 93967262466048 140721164646751 140721164646880 140721164646880 140721164652484 0
/proc/164999/statm: 1048 736 672 219 0 110 0
[pid=165004] ppid=164999 vsize=70440 memory=25936 CPUtime=1.4 cores=1,3
/proc/165004/stat : 165004 (roundingsat) R 164999 164999 164273 0 -1 4194304 4846 0 0 0 138 2 0 0 20 0 1 0 236299492 72130560 6484 18446744073709551615 4227072 8923433 140731418816576 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 11665408 140731418822978 140731418823206 140731418823206 140731418828778 0
/proc/165004/statm: 17610 6484 2368 1147 0 5037 0
Current children cumulated CPU time: 1.4 s
Current children cumulated vsize: 74632 KiB
Current children cumulated memory: 28880 KiB

[startup+3.10531 s]
/proc/loadavg: 4.11 4.11 4.09 5/268 165101
/proc/meminfo: memFree=129004992/131249988 swapFree=33010160/33010684
[pid=164999] ppid=164992 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/164999/stat : 164999 (run-dec-break.s) S 164992 164999 164273 0 -1 4194304 235 1924 0 0 0 0 0 0 20 0 1 0 236299487 4292608 736 18446744073709551615 93967249993728 93967250888261 140721164639968 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93967251127312 93967251175056 93967262466048 140721164646751 140721164646880 140721164646880 140721164652484 0
/proc/164999/statm: 1048 736 672 219 0 110 0
[pid=165004] ppid=164999 vsize=72192 memory=29668 CPUtime=2.99 cores=1,3
/proc/165004/stat : 165004 (roundingsat) R 164999 164999 164273 0 -1 4194304 5278 0 0 0 296 3 0 0 20 0 1 0 236299492 73924608 7417 18446744073709551615 4227072 8923433 140731418816576 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 11665408 140731418822978 140731418823206 140731418823206 140731418828778 0
/proc/165004/statm: 18048 7417 2368 1147 0 5475 0
Current children cumulated CPU time: 2.99 s
Current children cumulated vsize: 76384 KiB
Current children cumulated memory: 32612 KiB

[startup+6.30013 s]
/proc/loadavg: 4.11 4.11 4.09 5/268 165101
/proc/meminfo: memFree=128967564/131249988 swapFree=33010160/33010684
[pid=164999] ppid=164992 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/164999/stat : 164999 (run-dec-break.s) S 164992 164999 164273 0 -1 4194304 235 1924 0 0 0 0 0 0 20 0 1 0 236299487 4292608 736 18446744073709551615 93967249993728 93967250888261 140721164639968 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93967251127312 93967251175056 93967262466048 140721164646751 140721164646880 140721164646880 140721164652484 0
/proc/164999/statm: 1048 736 672 219 0 110 0
[pid=165004] ppid=164999 vsize=78328 memory=36068 CPUtime=6.18 cores=1,3
/proc/165004/stat : 165004 (roundingsat) R 164999 164999 164273 0 -1 4194304 6828 0 0 0 613 5 0 0 20 0 1 0 236299492 80207872 9017 18446744073709551615 4227072 8923433 140731418816576 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 11665408 140731418822978 140731418823206 140731418823206 140731418828778 0
/proc/165004/statm: 19582 9017 2432 1147 0 7009 0
Current children cumulated CPU time: 6.18 s
Current children cumulated vsize: 82520 KiB
Current children cumulated memory: 39012 KiB

[startup+12.7002 s]
/proc/loadavg: 4.10 4.11 4.09 5/268 165102
/proc/meminfo: memFree=128893996/131249988 swapFree=33010160/33010684
[pid=164999] ppid=164992 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/164999/stat : 164999 (run-dec-break.s) S 164992 164999 164273 0 -1 4194304 235 1924 0 0 0 0 0 0 20 0 1 0 236299487 4292608 736 18446744073709551615 93967249993728 93967250888261 140721164639968 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93967251127312 93967251175056 93967262466048 140721164646751 140721164646880 140721164646880 140721164652484 0
/proc/164999/statm: 1048 736 672 219 0 110 0
[pid=165004] ppid=164999 vsize=81192 memory=39268 CPUtime=12.56 cores=1,3
/proc/165004/stat : 165004 (roundingsat) R 164999 164999 164273 0 -1 4194304 7520 0 0 0 1248 8 0 0 20 0 1 0 236299492 83140608 9817 18446744073709551615 4227072 8923433 140731418816576 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 11665408 140731418822978 140731418823206 140731418823206 140731418828778 0
/proc/165004/statm: 20298 9817 2432 1147 0 7725 0
Current children cumulated CPU time: 12.56 s
Current children cumulated vsize: 85384 KiB
Current children cumulated memory: 42212 KiB

[startup+25.5002 s]
/proc/loadavg: 4.08 4.10 4.09 5/268 165102
/proc/meminfo: memFree=128822880/131249988 swapFree=33010160/33010684
[pid=164999] ppid=164992 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/164999/stat : 164999 (run-dec-break.s) S 164992 164999 164273 0 -1 4194304 235 1924 0 0 0 0 0 0 20 0 1 0 236299487 4292608 736 18446744073709551615 93967249993728 93967250888261 140721164639968 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93967251127312 93967251175056 93967262466048 140721164646751 140721164646880 140721164646880 140721164652484 0
/proc/164999/statm: 1048 736 672 219 0 110 0
[pid=165004] ppid=164999 vsize=84788 memory=42608 CPUtime=25.34 cores=1,3
/proc/165004/stat : 165004 (roundingsat) R 164999 164999 164273 0 -1 4194304 7784 0 0 0 2519 15 0 0 20 0 1 0 236299492 86822912 10652 18446744073709551615 4227072 8923433 140731418816576 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 11665408 140731418822978 140731418823206 140731418823206 140731418828778 0
/proc/165004/statm: 21197 10652 2432 1147 0 8624 0
Current children cumulated CPU time: 25.34 s
Current children cumulated vsize: 88980 KiB
Current children cumulated memory: 45552 KiB

[startup+51.1054 s]
/proc/loadavg: 4.11 4.11 4.09 5/268 165102
/proc/meminfo: memFree=128721208/131249988 swapFree=33010160/33010684
[pid=164999] ppid=164992 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/164999/stat : 164999 (run-dec-break.s) S 164992 164999 164273 0 -1 4194304 235 1924 0 0 0 0 0 0 20 0 1 0 236299487 4292608 736 18446744073709551615 93967249993728 93967250888261 140721164639968 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93967251127312 93967251175056 93967262466048 140721164646751 140721164646880 140721164646880 140721164652484 0
/proc/164999/statm: 1048 736 672 219 0 110 0
[pid=165004] ppid=164999 vsize=113368 memory=63788 CPUtime=50.88 cores=1,3
/proc/165004/stat : 165004 (roundingsat) R 164999 164999 164273 0 -1 4194304 10485 0 0 0 5064 24 0 0 20 0 1 0 236299492 116088832 15947 18446744073709551615 4227072 8923433 140731418816576 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 11665408 140731418822978 140731418823206 140731418823206 140731418828778 0
/proc/165004/statm: 28342 15947 2464 1147 0 15769 0
Current children cumulated CPU time: 50.88 s
Current children cumulated vsize: 117560 KiB
Current children cumulated memory: 66732 KiB

[startup+102.3 s]
/proc/loadavg: 4.09 4.11 4.09 5/268 165104
/proc/meminfo: memFree=128486676/131249988 swapFree=33010160/33010684
[pid=164999] ppid=164992 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/164999/stat : 164999 (run-dec-break.s) S 164992 164999 164273 0 -1 4194304 235 1924 0 0 0 0 0 0 20 0 1 0 236299487 4292608 736 18446744073709551615 93967249993728 93967250888261 140721164639968 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93967251127312 93967251175056 93967262466048 140721164646751 140721164646880 140721164646880 140721164652484 0
/proc/164999/statm: 1048 736 672 219 0 110 0
[pid=165004] ppid=164999 vsize=146568 memory=98040 CPUtime=101.95 cores=1,3
/proc/165004/stat : 165004 (roundingsat) R 164999 164999 164273 0 -1 4194304 18036 0 0 0 10150 45 0 0 20 0 1 0 236299492 150085632 24510 18446744073709551615 4227072 8923433 140731418816576 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 11665408 140731418822978 140731418823206 140731418823206 140731418828778 0
/proc/165004/statm: 36642 24510 2464 1147 0 24069 0
Current children cumulated CPU time: 101.95 s
Current children cumulated vsize: 150760 KiB
Current children cumulated memory: 100984 KiB

[startup+162.3 s]
/proc/loadavg: 4.14 4.12 4.09 5/268 165106
/proc/meminfo: memFree=128364492/131249988 swapFree=33010160/33010684
[pid=164999] ppid=164992 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/164999/stat : 164999 (run-dec-break.s) S 164992 164999 164273 0 -1 4194304 235 1924 0 0 0 0 0 0 20 0 1 0 236299487 4292608 736 18446744073709551615 93967249993728 93967250888261 140721164639968 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93967251127312 93967251175056 93967262466048 140721164646751 140721164646880 140721164646880 140721164652484 0
/proc/164999/statm: 1048 736 672 219 0 110 0
[pid=165004] ppid=164999 vsize=153744 memory=108284 CPUtime=161.82 cores=1,3
/proc/165004/stat : 165004 (roundingsat) R 164999 164999 164273 0 -1 4194304 20090 0 0 0 16109 73 0 0 20 0 1 0 236299492 157433856 27071 18446744073709551615 4227072 8923433 140731418816576 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 11665408 140731418822978 140731418823206 140731418823206 140731418828778 0
/proc/165004/statm: 38436 27071 2464 1147 0 25863 0
Current children cumulated CPU time: 161.82 s
Current children cumulated vsize: 157936 KiB
Current children cumulated memory: 111228 KiB

[startup+222.3 s]
/proc/loadavg: 4.11 4.11 4.09 5/268 165108
/proc/meminfo: memFree=128236244/131249988 swapFree=33010160/33010684
[pid=164999] ppid=164992 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/164999/stat : 164999 (run-dec-break.s) S 164992 164999 164273 0 -1 4194304 235 1924 0 0 0 0 0 0 20 0 1 0 236299487 4292608 736 18446744073709551615 93967249993728 93967250888261 140721164639968 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93967251127312 93967251175056 93967262466048 140721164646751 140721164646880 140721164646880 140721164652484 0
/proc/164999/statm: 1048 736 672 219 0 110 0
[pid=165004] ppid=164999 vsize=172712 memory=117952 CPUtime=221.67 cores=1,3
/proc/165004/stat : 165004 (roundingsat) R 164999 164999 164273 0 -1 4194304 20460 0 0 0 22076 91 0 0 20 0 1 0 236299492 176857088 29488 18446744073709551615 4227072 8923433 140731418816576 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 11665408 140731418822978 140731418823206 140731418823206 140731418828778 0
/proc/165004/statm: 43178 29488 2464 1147 0 30605 0
Current children cumulated CPU time: 221.67 s

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

/proc/165004/statm: 182669 156614 2464 1147 0 170096 0
Current children cumulated CPU time: 3093.97 s
Current children cumulated vsize: 734868 KiB
Current children cumulated memory: 629400 KiB

[startup+3162.3 s]
/proc/loadavg: 4.19 4.19 4.12 5/267 165257
/proc/meminfo: memFree=126386120/131249988 swapFree=33010160/33010684
[pid=164999] ppid=164992 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/164999/stat : 164999 (run-dec-break.s) S 164992 164999 164273 0 -1 4194304 235 1924 0 0 0 0 0 0 20 0 1 0 236299487 4292608 736 18446744073709551615 93967249993728 93967250888261 140721164639968 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93967251127312 93967251175056 93967262466048 140721164646751 140721164646880 140721164646880 140721164652484 0
/proc/164999/statm: 1048 736 672 219 0 110 0
[pid=165004] ppid=164999 vsize=730676 memory=626456 CPUtime=3153.78 cores=1,3
/proc/165004/stat : 165004 (roundingsat) R 164999 164999 164273 0 -1 4194304 114802 0 0 0 314746 632 0 0 20 0 1 0 236299492 748212224 156614 18446744073709551615 4227072 8923433 140731418816576 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 11665408 140731418822978 140731418823206 140731418823206 140731418828778 0
/proc/165004/statm: 182669 156614 2464 1147 0 170096 0
Current children cumulated CPU time: 3153.78 s
Current children cumulated vsize: 734868 KiB
Current children cumulated memory: 629400 KiB

[startup+3222.3 s]
/proc/loadavg: 4.17 4.18 4.12 5/267 165259
/proc/meminfo: memFree=126366072/131249988 swapFree=33010160/33010684
[pid=164999] ppid=164992 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/164999/stat : 164999 (run-dec-break.s) S 164992 164999 164273 0 -1 4194304 235 1924 0 0 0 0 0 0 20 0 1 0 236299487 4292608 736 18446744073709551615 93967249993728 93967250888261 140721164639968 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93967251127312 93967251175056 93967262466048 140721164646751 140721164646880 140721164646880 140721164652484 0
/proc/164999/statm: 1048 736 672 219 0 110 0
[pid=165004] ppid=164999 vsize=730676 memory=626456 CPUtime=3213.6 cores=1,3
/proc/165004/stat : 165004 (roundingsat) R 164999 164999 164273 0 -1 4194304 114825 0 0 0 320724 636 0 0 20 0 1 0 236299492 748212224 156614 18446744073709551615 4227072 8923433 140731418816576 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 11665408 140731418822978 140731418823206 140731418823206 140731418828778 0
/proc/165004/statm: 182669 156614 2464 1147 0 170096 0
Current children cumulated CPU time: 3213.6 s
Current children cumulated vsize: 734868 KiB
Current children cumulated memory: 629400 KiB

[startup+3282.3 s]
/proc/loadavg: 4.11 4.16 4.12 5/267 165261
/proc/meminfo: memFree=126353832/131249988 swapFree=33010160/33010684
[pid=164999] ppid=164992 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/164999/stat : 164999 (run-dec-break.s) S 164992 164999 164273 0 -1 4194304 235 1924 0 0 0 0 0 0 20 0 1 0 236299487 4292608 736 18446744073709551615 93967249993728 93967250888261 140721164639968 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93967251127312 93967251175056 93967262466048 140721164646751 140721164646880 140721164646880 140721164652484 0
/proc/164999/statm: 1048 736 672 219 0 110 0
[pid=165004] ppid=164999 vsize=730676 memory=626584 CPUtime=3273.42 cores=1,3
/proc/165004/stat : 165004 (roundingsat) R 164999 164999 164273 0 -1 4194304 114835 0 0 0 326703 639 0 0 20 0 1 0 236299492 748212224 156646 18446744073709551615 4227072 8923433 140731418816576 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 11665408 140731418822978 140731418823206 140731418823206 140731418828778 0
/proc/165004/statm: 182669 156646 2464 1147 0 170096 0
Current children cumulated CPU time: 3273.42 s
Current children cumulated vsize: 734868 KiB
Current children cumulated memory: 629528 KiB

[startup+3342.3 s]
/proc/loadavg: 4.15 4.16 4.12 5/266 165263
/proc/meminfo: memFree=126304496/131249988 swapFree=33010160/33010684
[pid=164999] ppid=164992 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/164999/stat : 164999 (run-dec-break.s) S 164992 164999 164273 0 -1 4194304 235 1924 0 0 0 0 0 0 20 0 1 0 236299487 4292608 736 18446744073709551615 93967249993728 93967250888261 140721164639968 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93967251127312 93967251175056 93967262466048 140721164646751 140721164646880 140721164646880 140721164652484 0
/proc/164999/statm: 1048 736 672 219 0 110 0
[pid=165004] ppid=164999 vsize=730676 memory=626584 CPUtime=3333.24 cores=1,3
/proc/165004/stat : 165004 (roundingsat) R 164999 164999 164273 0 -1 4194304 114901 0 0 0 332681 643 0 0 20 0 1 0 236299492 748212224 156646 18446744073709551615 4227072 8923433 140731418816576 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 11665408 140731418822978 140731418823206 140731418823206 140731418828778 0
/proc/165004/statm: 182669 156646 2464 1147 0 170096 0
Current children cumulated CPU time: 3333.24 s
Current children cumulated vsize: 734868 KiB
Current children cumulated memory: 629528 KiB

[startup+3402.3 s]
/proc/loadavg: 4.11 4.14 4.11 5/266 165265
/proc/meminfo: memFree=126261528/131249988 swapFree=33010160/33010684
[pid=164999] ppid=164992 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/164999/stat : 164999 (run-dec-break.s) S 164992 164999 164273 0 -1 4194304 235 1924 0 0 0 0 0 0 20 0 1 0 236299487 4292608 736 18446744073709551615 93967249993728 93967250888261 140721164639968 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93967251127312 93967251175056 93967262466048 140721164646751 140721164646880 140721164646880 140721164652484 0
/proc/164999/statm: 1048 736 672 219 0 110 0
[pid=165004] ppid=164999 vsize=730676 memory=626584 CPUtime=3393.06 cores=1,3
/proc/165004/stat : 165004 (roundingsat) R 164999 164999 164273 0 -1 4194304 114917 0 0 0 338660 646 0 0 20 0 1 0 236299492 748212224 156646 18446744073709551615 4227072 8923433 140731418816576 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 11665408 140731418822978 140731418823206 140731418823206 140731418828778 0
/proc/165004/statm: 182669 156646 2464 1147 0 170096 0
Current children cumulated CPU time: 3393.06 s
Current children cumulated vsize: 734868 KiB
Current children cumulated memory: 629528 KiB

[startup+3462.3 s]
/proc/loadavg: 4.08 4.13 4.10 5/266 165267
/proc/meminfo: memFree=126217868/131249988 swapFree=33010160/33010684
[pid=164999] ppid=164992 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/164999/stat : 164999 (run-dec-break.s) S 164992 164999 164273 0 -1 4194304 235 1924 0 0 0 0 0 0 20 0 1 0 236299487 4292608 736 18446744073709551615 93967249993728 93967250888261 140721164639968 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93967251127312 93967251175056 93967262466048 140721164646751 140721164646880 140721164646880 140721164652484 0
/proc/164999/statm: 1048 736 672 219 0 110 0
[pid=165004] ppid=164999 vsize=730676 memory=626584 CPUtime=3452.87 cores=1,3
/proc/165004/stat : 165004 (roundingsat) R 164999 164999 164273 0 -1 4194304 114925 0 0 0 344637 650 0 0 20 0 1 0 236299492 748212224 156646 18446744073709551615 4227072 8923433 140731418816576 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 11665408 140731418822978 140731418823206 140731418823206 140731418828778 0
/proc/165004/statm: 182669 156646 2464 1147 0 170096 0
Current children cumulated CPU time: 3452.87 s
Current children cumulated vsize: 734868 KiB
Current children cumulated memory: 629528 KiB

[startup+3522.3 s]
/proc/loadavg: 4.14 4.14 4.10 5/266 165269
/proc/meminfo: memFree=126188684/131249988 swapFree=33010160/33010684
[pid=164999] ppid=164992 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/164999/stat : 164999 (run-dec-break.s) S 164992 164999 164273 0 -1 4194304 235 1924 0 0 0 0 0 0 20 0 1 0 236299487 4292608 736 18446744073709551615 93967249993728 93967250888261 140721164639968 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93967251127312 93967251175056 93967262466048 140721164646751 140721164646880 140721164646880 140721164652484 0
/proc/164999/statm: 1048 736 672 219 0 110 0
[pid=165004] ppid=164999 vsize=733792 memory=629784 CPUtime=3512.68 cores=1,3
/proc/165004/stat : 165004 (roundingsat) R 164999 164999 164273 0 -1 4194304 115712 0 0 0 350614 654 0 0 20 0 1 0 236299492 751403008 157446 18446744073709551615 4227072 8923433 140731418816576 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 11665408 140731418822978 140731418823206 140731418823206 140731418828778 0
/proc/165004/statm: 183448 157446 2464 1147 0 170875 0
Current children cumulated CPU time: 3512.68 s
Current children cumulated vsize: 737984 KiB
Current children cumulated memory: 632728 KiB

[startup+3582.3 s]
/proc/loadavg: 4.13 4.14 4.10 5/266 165271
/proc/meminfo: memFree=126173940/131249988 swapFree=33010160/33010684
[pid=164999] ppid=164992 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/164999/stat : 164999 (run-dec-break.s) S 164992 164999 164273 0 -1 4194304 235 1924 0 0 0 0 0 0 20 0 1 0 236299487 4292608 736 18446744073709551615 93967249993728 93967250888261 140721164639968 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93967251127312 93967251175056 93967262466048 140721164646751 140721164646880 140721164646880 140721164652484 0
/proc/164999/statm: 1048 736 672 219 0 110 0
[pid=165004] ppid=164999 vsize=734560 memory=630552 CPUtime=3572.52 cores=1,3
/proc/165004/stat : 165004 (roundingsat) R 164999 164999 164273 0 -1 4194304 115906 0 0 0 356583 669 0 0 20 0 1 0 236299492 752189440 157638 18446744073709551615 4227072 8923433 140731418816576 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 11665408 140731418822978 140731418823206 140731418823206 140731418828778 0
/proc/165004/statm: 183640 157638 2464 1147 0 171067 0
Current children cumulated CPU time: 3572.52 s
Current children cumulated vsize: 738752 KiB
Current children cumulated memory: 633496 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.9 s]
/proc/loadavg: 4.14 4.14 4.10 5/267 165279
/proc/meminfo: memFree=126169708/131249988 swapFree=33010160/33010684
[pid=164999] ppid=164992 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/164999/stat : 164999 (run-dec-break.s) S 164992 164999 164273 0 -1 4194304 235 1924 0 0 0 0 0 0 20 0 1 0 236299487 4292608 736 18446744073709551615 93967249993728 93967250888261 140721164639968 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93967251127312 93967251175056 93967262466048 140721164646751 140721164646880 140721164646880 140721164652484 0
/proc/164999/statm: 1048 736 672 219 0 110 0
[pid=165004] ppid=164999 vsize=735120 memory=631064 CPUtime=3600.06 cores=1,3
/proc/165004/stat : 165004 (roundingsat) R 164999 164999 164273 0 -1 4194304 116046 0 0 0 359331 675 0 0 20 0 1 0 236299492 752762880 157766 18446744073709551615 4227072 8923433 140731418816576 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 11665408 140731418822978 140731418823206 140731418823206 140731418828778 0
/proc/165004/statm: 183780 157766 2464 1147 0 171207 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 739312 KiB
Current children cumulated memory: 634008 KiB

Sending SIGTERM to process tree (bottom up)

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

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

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

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

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

[startup+3609.9 s]
/proc/loadavg: 4.14 4.14 4.10 5/267 165279
/proc/meminfo: memFree=126169708/131249988 swapFree=33010160/33010684
[pid=164999] ppid=164992 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/164999/stat : 164999 (run-dec-break.s) S 164992 164999 164273 0 -1 4194304 235 1924 0 0 0 0 0 0 20 0 1 0 236299487 4292608 736 18446744073709551615 93967249993728 93967250888261 140721164639968 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93967251127312 93967251175056 93967262466048 140721164646751 140721164646880 140721164646880 140721164652484 0
/proc/164999/statm: 1048 736 672 219 0 110 0
[pid=165004] ppid=164999 vsize=735120 memory=631064 CPUtime=3600.06 cores=1,3
/proc/165004/stat : 165004 (roundingsat) R 164999 164999 164273 0 -1 4194304 116046 0 0 0 359331 675 0 0 20 0 1 0 236299492 752762880 157766 18446744073709551615 4227072 8923433 140731418816576 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 11665408 140731418822978 140731418823206 140731418823206 140731418828778 0
/proc/165004/statm: 183780 157766 2464 1147 0 171207 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 739312 KiB
Current children cumulated memory: 634008 KiB

Child status: 2

Real time (s): 3609.91
CPU time (s): 3600.08
CPU user time (s): 3593.32
CPU system time (s): 6.76148
CPU usage (%): 99.7279
Max. virtual memory (cumulated for all children) (KiB): 739312
Max. memory (cumulated for all children) (KiB): 634008

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3593.32
system time used= 6.76148
maximum resident set size= 631320
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 118223
page faults= 0
swaps= 0
block input operations= 0
block output operations= 264
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 352
involuntary context switches= 2558


# summary of solver processes directly reported to runsolver:
#   pid: 164999,165004
#   total CPU time (s): 3600.08
#   total CPU user time (s): 3593.32
#   total CPU system time (s): 6.76148

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.60845 second user time and 17.4205 second system time

The end

Launcher Data

Begin job on nodeC034 at 2025-07-22 19:43:26
IDJOB=4541843
IDBENCH=163507
IDSOLVER=3357
FILE ID=nodeC034/4541843-1753206206
RUNJOBID= nodeC034-1753198973-164292
SLURM_JOB_ID= 9687767
Free space on /tmp= 433016 MiB

SOLVER NAME= roundingsat+pbsuma 63f22ad
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/equalities/array_comm/arraycomm_teq/normalized-22arraycomm_teq_less.opb
COMMAND LINE= run-dec-break.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4541843-1753206206/watcher-4541843-1753206206 -o /tmp/evaluation-result-4541843-1753206206/solver-4541843-1753206206 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC034-1753198973-164292 --watchdog 3760  run-dec-break.sh HOME/instance-4541843-1753206206.opb

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

MD5SUM BENCH= 33cd2865dc6656b609d0c0476b6c078b
RANDOM SEED=2091113130

nodeC034 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.752
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.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.773
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.53
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		: 3599.902
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.53
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		: 3598.680
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.53
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.909
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.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.901
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.53
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.751
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.53
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		: 3598.328
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.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        127609948 kB
MemAvailable:   128228580 kB
Buffers:            2128 kB
Cached:          1357772 kB
SwapCached:           32 kB
Active:          2631848 kB
Inactive:         237132 kB
Active(anon):    1533192 kB
Inactive(anon):     2152 kB
Active(file):    1098656 kB
Inactive(file):   234980 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              7336 kB
Writeback:            48 kB
AnonPages:       1510812 kB
Mapped:           114500 kB
Shmem:             26264 kB
KReclaimable:     248072 kB
Slab:             346524 kB
SReclaimable:     248072 kB
SUnreclaim:        98452 kB
KernelStack:        4208 kB
PageTables:         6368 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:    2089412 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150408 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1273856 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:      189140 kB
DirectMap2M:     7970816 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433008 MiB
End job on nodeC034 at 2025-07-22 20:43:36