Trace number 4541844

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-log 63f22ad? (TO) 3600.12 3610.23

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4541844-1753206207/watcher-4541844-1753206207 -o /tmp/evaluation-result-4541844-1753206207/solver-4541844-1753206207 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1753198973-165676 --watchdog 3760 --file-size-limit 100000 run-dec-break-log.sh HOME/instance-4541844-1753206207.opb /tmp/proof-4541844-1753206207 

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

solver pid=166370, runsolver pid=166367

[startup+0.100065 s]*
/proc/loadavg: 4.12 4.16 4.17 4/262 166378
/proc/meminfo: memFree=106612540/131249988 swapFree=33010416/33010684
[pid=166370] ppid=166367 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/166370/stat : 166370 (run-dec-break-l) S 166367 166370 165659 0 -1 4194304 238 1930 0 0 0 0 0 0 20 0 1 0 236299289 4292608 768 18446744073709551615 94020880547840 94020881442373 140726048895072 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94020881681424 94020881729168 94020894937088 140726048897337 140726048897500 140726048897500 140726048903104 0
/proc/166370/statm: 1048 768 704 219 0 110 0
[pid=166376] ppid=166370 vsize=66184 memory=20236 CPUtime=0.06 cores=1,3
/proc/166376/stat : 166376 (roundingsat) R 166370 166370 165659 0 -1 4194304 3470 0 0 0 5 1 0 0 20 0 1 0 236299292 67772416 5059 18446744073709551615 4227072 8923433 140725664862992 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 16039936 140725664868632 140725664868902 140725664868902 140725664874474 0
/proc/166376/statm: 16546 5059 2336 1147 0 3973 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 70376 KiB
Current children cumulated memory: 23308 KiB

[startup+0.205642 s]*
/proc/loadavg: 4.12 4.16 4.17 3/261 166382
/proc/meminfo: memFree=107096384/131249988 swapFree=33010416/33010684
[pid=166370] ppid=166367 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/166370/stat : 166370 (run-dec-break-l) S 166367 166370 165659 0 -1 4194304 238 1930 0 0 0 0 0 0 20 0 1 0 236299289 4292608 768 18446744073709551615 94020880547840 94020881442373 140726048895072 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94020881681424 94020881729168 94020894937088 140726048897337 140726048897500 140726048897500 140726048903104 0
/proc/166370/statm: 1048 768 704 219 0 110 0
[pid=166376] ppid=166370 vsize=68164 memory=21900 CPUtime=0.16 cores=1,3
/proc/166376/stat : 166376 (roundingsat) R 166370 166370 165659 0 -1 4194304 3859 0 0 0 15 1 0 0 20 0 1 0 236299292 69799936 5475 18446744073709551615 4227072 8923433 140725664862992 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 16039936 140725664868632 140725664868902 140725664868902 140725664874474 0
/proc/166376/statm: 17041 5475 2368 1147 0 4468 0
Current children cumulated CPU time: 0.16 s
Current children cumulated vsize: 72356 KiB
Current children cumulated memory: 24972 KiB

[startup+0.305586 s]*
/proc/loadavg: 4.12 4.16 4.17 3/264 166396
/proc/meminfo: memFree=107094112/131249988 swapFree=33010416/33010684
[pid=166370] ppid=166367 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/166370/stat : 166370 (run-dec-break-l) S 166367 166370 165659 0 -1 4194304 238 1930 0 0 0 0 0 0 20 0 1 0 236299289 4292608 768 18446744073709551615 94020880547840 94020881442373 140726048895072 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94020881681424 94020881729168 94020894937088 140726048897337 140726048897500 140726048897500 140726048903104 0
/proc/166370/statm: 1048 768 704 219 0 110 0
[pid=166376] ppid=166370 vsize=68500 memory=22284 CPUtime=0.26 cores=1,3
/proc/166376/stat : 166376 (roundingsat) R 166370 166370 165659 0 -1 4194304 3932 0 0 0 25 1 0 0 20 0 1 0 236299292 70144000 5571 18446744073709551615 4227072 8923433 140725664862992 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 16039936 140725664868632 140725664868902 140725664868902 140725664874474 0
/proc/166376/statm: 17125 5571 2368 1147 0 4552 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 72692 KiB
Current children cumulated memory: 25356 KiB

[startup+0.700198 s]
/proc/loadavg: 4.12 4.16 4.17 4/264 166408
/proc/meminfo: memFree=107088000/131249988 swapFree=33010416/33010684
[pid=166370] ppid=166367 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/166370/stat : 166370 (run-dec-break-l) S 166367 166370 165659 0 -1 4194304 238 1930 0 0 0 0 0 0 20 0 1 0 236299289 4292608 768 18446744073709551615 94020880547840 94020881442373 140726048895072 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94020881681424 94020881729168 94020894937088 140726048897337 140726048897500 140726048897500 140726048903104 0
/proc/166370/statm: 1048 768 704 219 0 110 0
[pid=166376] ppid=166370 vsize=68692 memory=22796 CPUtime=0.65 cores=1,3
/proc/166376/stat : 166376 (roundingsat) R 166370 166370 165659 0 -1 4194304 4074 0 0 0 64 1 0 0 20 0 1 0 236299292 70340608 5699 18446744073709551615 4227072 8923433 140725664862992 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 16039936 140725664868632 140725664868902 140725664868902 140725664874474 0
/proc/166376/statm: 17173 5699 2368 1147 0 4600 0
Current children cumulated CPU time: 0.65 s
Current children cumulated vsize: 72884 KiB
Current children cumulated memory: 25868 KiB

[startup+1.5002 s]
/proc/loadavg: 4.12 4.16 4.17 4/259 166420
/proc/meminfo: memFree=114152764/131249988 swapFree=33010416/33010684
[pid=166370] ppid=166367 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/166370/stat : 166370 (run-dec-break-l) S 166367 166370 165659 0 -1 4194304 238 1930 0 0 0 0 0 0 20 0 1 0 236299289 4292608 768 18446744073709551615 94020880547840 94020881442373 140726048895072 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94020881681424 94020881729168 94020894937088 140726048897337 140726048897500 140726048897500 140726048903104 0
/proc/166370/statm: 1048 768 704 219 0 110 0
[pid=166376] ppid=166370 vsize=69776 memory=25228 CPUtime=1.45 cores=1,3
/proc/166376/stat : 166376 (roundingsat) R 166370 166370 165659 0 -1 4194304 4672 0 0 0 142 3 0 0 20 0 1 0 236299292 71450624 6307 18446744073709551615 4227072 8923433 140725664862992 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 16039936 140725664868632 140725664868902 140725664868902 140725664874474 0
/proc/166376/statm: 17444 6307 2368 1147 0 4871 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 73968 KiB
Current children cumulated memory: 28300 KiB

[startup+3.10541 s]
/proc/loadavg: 4.12 4.16 4.17 5/268 166488
/proc/meminfo: memFree=124358456/131249988 swapFree=33010416/33010684
[pid=166370] ppid=166367 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/166370/stat : 166370 (run-dec-break-l) S 166367 166370 165659 0 -1 4194304 238 1930 0 0 0 0 0 0 20 0 1 0 236299289 4292608 768 18446744073709551615 94020880547840 94020881442373 140726048895072 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94020881681424 94020881729168 94020894937088 140726048897337 140726048897500 140726048897500 140726048903104 0
/proc/166370/statm: 1048 768 704 219 0 110 0
[pid=166376] ppid=166370 vsize=73440 memory=30956 CPUtime=3.05 cores=1,3
/proc/166376/stat : 166376 (roundingsat) R 166370 166370 165659 0 -1 4194304 5604 0 0 0 301 4 0 0 20 0 1 0 236299292 75202560 7739 18446744073709551615 4227072 8923433 140725664862992 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 16039936 140725664868632 140725664868902 140725664868902 140725664874474 0
/proc/166376/statm: 18360 7739 2368 1147 0 5787 0
Current children cumulated CPU time: 3.05 s
Current children cumulated vsize: 77632 KiB
Current children cumulated memory: 34028 KiB

[startup+6.30014 s]
/proc/loadavg: 4.11 4.15 4.17 5/268 166488
/proc/meminfo: memFree=124254808/131249988 swapFree=33010416/33010684
[pid=166370] ppid=166367 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/166370/stat : 166370 (run-dec-break-l) S 166367 166370 165659 0 -1 4194304 238 1930 0 0 0 0 0 0 20 0 1 0 236299289 4292608 768 18446744073709551615 94020880547840 94020881442373 140726048895072 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94020881681424 94020881729168 94020894937088 140726048897337 140726048897500 140726048897500 140726048903104 0
/proc/166370/statm: 1048 768 704 219 0 110 0
[pid=166376] ppid=166370 vsize=75332 memory=32876 CPUtime=6.24 cores=1,3
/proc/166376/stat : 166376 (roundingsat) R 166370 166370 165659 0 -1 4194304 6080 0 0 0 617 7 0 0 20 0 1 0 236299292 77139968 8219 18446744073709551615 4227072 8923433 140725664862992 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 16039936 140725664868632 140725664868902 140725664868902 140725664874474 0
/proc/166376/statm: 18833 8219 2368 1147 0 6260 0
Current children cumulated CPU time: 6.24 s
Current children cumulated vsize: 79524 KiB
Current children cumulated memory: 35948 KiB

[startup+12.7002 s]
/proc/loadavg: 4.10 4.15 4.17 5/267 166489
/proc/meminfo: memFree=124040984/131249988 swapFree=33010416/33010684
[pid=166370] ppid=166367 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/166370/stat : 166370 (run-dec-break-l) S 166367 166370 165659 0 -1 4194304 238 1930 0 0 0 0 0 0 20 0 1 0 236299289 4292608 768 18446744073709551615 94020880547840 94020881442373 140726048895072 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94020881681424 94020881729168 94020894937088 140726048897337 140726048897500 140726048897500 140726048903104 0
/proc/166370/statm: 1048 768 704 219 0 110 0
[pid=166376] ppid=166370 vsize=84216 memory=41964 CPUtime=12.62 cores=1,3
/proc/166376/stat : 166376 (roundingsat) R 166370 166370 165659 0 -1 4194304 8256 0 0 0 1247 15 0 0 20 0 1 0 236299292 86237184 10491 18446744073709551615 4227072 8923433 140725664862992 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 16039936 140725664868632 140725664868902 140725664868902 140725664874474 0
/proc/166376/statm: 21054 10491 2464 1147 0 8481 0
Current children cumulated CPU time: 12.62 s
Current children cumulated vsize: 88408 KiB
Current children cumulated memory: 45036 KiB

[startup+25.5002 s]
/proc/loadavg: 4.23 4.18 4.18 5/267 166489
/proc/meminfo: memFree=123696028/131249988 swapFree=33010416/33010684
[pid=166370] ppid=166367 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/166370/stat : 166370 (run-dec-break-l) S 166367 166370 165659 0 -1 4194304 238 1930 0 0 0 0 0 0 20 0 1 0 236299289 4292608 768 18446744073709551615 94020880547840 94020881442373 140726048895072 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94020881681424 94020881729168 94020894937088 140726048897337 140726048897500 140726048897500 140726048903104 0
/proc/166370/statm: 1048 768 704 219 0 110 0
[pid=166376] ppid=166370 vsize=87872 memory=45716 CPUtime=25.38 cores=1,3
/proc/166376/stat : 166376 (roundingsat) R 166370 166370 165659 0 -1 4194304 8532 0 0 0 2513 25 0 0 20 0 1 0 236299292 89980928 11429 18446744073709551615 4227072 8923433 140725664862992 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 16039936 140725664868632 140725664868902 140725664868902 140725664874474 0
/proc/166376/statm: 21968 11429 2464 1147 0 9395 0
Current children cumulated CPU time: 25.38 s
Current children cumulated vsize: 92064 KiB
Current children cumulated memory: 48788 KiB

[startup+51.1056 s]
/proc/loadavg: 4.15 4.16 4.17 5/267 166489
/proc/meminfo: memFree=123148936/131249988 swapFree=33010416/33010684
[pid=166370] ppid=166367 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/166370/stat : 166370 (run-dec-break-l) S 166367 166370 165659 0 -1 4194304 238 1930 0 0 0 0 0 0 20 0 1 0 236299289 4292608 768 18446744073709551615 94020880547840 94020881442373 140726048895072 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94020881681424 94020881729168 94020894937088 140726048897337 140726048897500 140726048897500 140726048903104 0
/proc/166370/statm: 1048 768 704 219 0 110 0
[pid=166376] ppid=166370 vsize=102832 memory=61028 CPUtime=50.92 cores=1,3
/proc/166376/stat : 166376 (roundingsat) R 166370 166370 165659 0 -1 4194304 10290 0 0 0 5049 43 0 0 20 0 1 0 236299292 105299968 15257 18446744073709551615 4227072 8923433 140725664862992 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 16039936 140725664868632 140725664868902 140725664868902 140725664874474 0
/proc/166376/statm: 25708 15257 2464 1147 0 13135 0
Current children cumulated CPU time: 50.92 s
Current children cumulated vsize: 107024 KiB
Current children cumulated memory: 64100 KiB

[startup+102.3 s]
/proc/loadavg: 4.26 4.20 4.18 5/267 166491
/proc/meminfo: memFree=122225372/131249988 swapFree=33010416/33010684
[pid=166370] ppid=166367 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/166370/stat : 166370 (run-dec-break-l) S 166367 166370 165659 0 -1 4194304 238 1930 0 0 0 0 0 0 20 0 1 0 236299289 4292608 768 18446744073709551615 94020880547840 94020881442373 140726048895072 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94020881681424 94020881729168 94020894937088 140726048897337 140726048897500 140726048897500 140726048903104 0
/proc/166370/statm: 1048 768 704 219 0 110 0
[pid=166376] ppid=166370 vsize=119796 memory=74328 CPUtime=101.99 cores=1,3
/proc/166376/stat : 166376 (roundingsat) R 166370 166370 165659 0 -1 4194304 12089 0 0 0 10116 83 0 0 20 0 1 0 236299292 122671104 18582 18446744073709551615 4227072 8923433 140725664862992 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 16039936 140725664868632 140725664868902 140725664868902 140725664874474 0
/proc/166376/statm: 29949 18582 2496 1147 0 17376 0
Current children cumulated CPU time: 101.99 s
Current children cumulated vsize: 123988 KiB
Current children cumulated memory: 77400 KiB

[startup+162.3 s]
/proc/loadavg: 4.18 4.19 4.18 5/267 166493
/proc/meminfo: memFree=121149224/131249988 swapFree=33010416/33010684
[pid=166370] ppid=166367 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/166370/stat : 166370 (run-dec-break-l) S 166367 166370 165659 0 -1 4194304 238 1930 0 0 0 0 0 0 20 0 1 0 236299289 4292608 768 18446744073709551615 94020880547840 94020881442373 140726048895072 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94020881681424 94020881729168 94020894937088 140726048897337 140726048897500 140726048897500 140726048903104 0
/proc/166370/statm: 1048 768 704 219 0 110 0
[pid=166376] ppid=166370 vsize=157516 memory=112272 CPUtime=161.83 cores=1,3
/proc/166376/stat : 166376 (roundingsat) R 166370 166370 165659 0 -1 4194304 21057 0 0 0 16049 134 0 0 20 0 1 0 236299292 161296384 28068 18446744073709551615 4227072 8923433 140725664862992 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 16039936 140725664868632 140725664868902 140725664868902 140725664874474 0
/proc/166376/statm: 39379 28068 2496 1147 0 26806 0
Current children cumulated CPU time: 161.83 s
Current children cumulated vsize: 161708 KiB
Current children cumulated memory: 115344 KiB

[startup+222.3 s]
/proc/loadavg: 4.22 4.20 4.18 5/267 166495
/proc/meminfo: memFree=120286464/131249988 swapFree=33010416/33010684
[pid=166370] ppid=166367 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/166370/stat : 166370 (run-dec-break-l) S 166367 166370 165659 0 -1 4194304 238 1930 0 0 0 0 0 0 20 0 1 0 236299289 4292608 768 18446744073709551615 94020880547840 94020881442373 140726048895072 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94020881681424 94020881729168 94020894937088 140726048897337 140726048897500 140726048897500 140726048903104 0
/proc/166370/statm: 1048 768 704 219 0 110 0
[pid=166376] ppid=166370 vsize=159540 memory=114960 CPUtime=221.67 cores=1,3
/proc/166376/stat : 166376 (roundingsat) R 166370 166370 165659 0 -1 4194304 21752 0 0 0 21983 184 0 0 20 0 1 0 236299292 163368960 28740 18446744073709551615 4227072 8923433 140725664862992 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 16039936 140725664868632 140725664868902 140725664868902 140725664874474 0

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

/proc/166376/statm: 178522 141907 2496 1147 0 165949 0
Current children cumulated CPU time: 3033.67 s
Current children cumulated vsize: 718280 KiB
Current children cumulated memory: 570700 KiB

[startup+3102.3 s]
/proc/loadavg: 4.19 4.18 4.18 5/267 166644
/proc/meminfo: memFree=94883456/131249988 swapFree=33010416/33010684
[pid=166370] ppid=166367 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/166370/stat : 166370 (run-dec-break-l) S 166367 166370 165659 0 -1 4194304 238 1930 0 0 0 0 0 0 20 0 1 0 236299289 4292608 768 18446744073709551615 94020880547840 94020881442373 140726048895072 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94020881681424 94020881729168 94020894937088 140726048897337 140726048897500 140726048897500 140726048903104 0
/proc/166370/statm: 1048 768 704 219 0 110 0
[pid=166376] ppid=166370 vsize=733544 memory=580812 CPUtime=3093.51 cores=1,3
/proc/166376/stat : 166376 (roundingsat) R 166370 166370 165659 0 -1 4194304 110766 0 0 0 307931 1420 0 0 20 0 1 0 236299292 751149056 145203 18446744073709551615 4227072 8923433 140725664862992 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 16039936 140725664868632 140725664868902 140725664868902 140725664874474 0
/proc/166376/statm: 183386 145203 2496 1147 0 170813 0
Current children cumulated CPU time: 3093.51 s
Current children cumulated vsize: 737736 KiB
Current children cumulated memory: 583884 KiB

[startup+3162.3 s]
/proc/loadavg: 4.32 4.23 4.20 5/266 166646
/proc/meminfo: memFree=94554144/131249988 swapFree=33010416/33010684
[pid=166370] ppid=166367 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/166370/stat : 166370 (run-dec-break-l) S 166367 166370 165659 0 -1 4194304 238 1930 0 0 0 0 0 0 20 0 1 0 236299289 4292608 768 18446744073709551615 94020880547840 94020881442373 140726048895072 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94020881681424 94020881729168 94020894937088 140726048897337 140726048897500 140726048897500 140726048903104 0
/proc/166370/statm: 1048 768 704 219 0 110 0
[pid=166376] ppid=166370 vsize=734812 memory=581964 CPUtime=3153.36 cores=1,3
/proc/166376/stat : 166376 (roundingsat) R 166370 166370 165659 0 -1 4194304 111029 0 0 0 313904 1432 0 0 20 0 1 0 236299292 752447488 145491 18446744073709551615 4227072 8923433 140725664862992 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 16039936 140725664868632 140725664868902 140725664868902 140725664874474 0
/proc/166376/statm: 183703 145491 2496 1147 0 171130 0
Current children cumulated CPU time: 3153.36 s
Current children cumulated vsize: 739004 KiB
Current children cumulated memory: 585036 KiB

[startup+3222.3 s]
/proc/loadavg: 4.20 4.22 4.19 5/266 166648
/proc/meminfo: memFree=94180164/131249988 swapFree=33010416/33010684
[pid=166370] ppid=166367 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/166370/stat : 166370 (run-dec-break-l) S 166367 166370 165659 0 -1 4194304 238 1930 0 0 0 0 0 0 20 0 1 0 236299289 4292608 768 18446744073709551615 94020880547840 94020881442373 140726048895072 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94020881681424 94020881729168 94020894937088 140726048897337 140726048897500 140726048897500 140726048903104 0
/proc/166370/statm: 1048 768 704 219 0 110 0
[pid=166376] ppid=166370 vsize=738372 memory=585420 CPUtime=3213.19 cores=1,3
/proc/166376/stat : 166376 (roundingsat) R 166370 166370 165659 0 -1 4194304 111905 0 0 0 319877 1442 0 0 20 0 1 0 236299292 756092928 146355 18446744073709551615 4227072 8923433 140725664862992 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 16039936 140725664868632 140725664868902 140725664868902 140725664874474 0
/proc/166376/statm: 184593 146355 2496 1147 0 172020 0
Current children cumulated CPU time: 3213.19 s
Current children cumulated vsize: 742564 KiB
Current children cumulated memory: 588492 KiB

[startup+3282.3 s]
/proc/loadavg: 4.20 4.21 4.19 5/266 166650
/proc/meminfo: memFree=93953892/131249988 swapFree=33010416/33010684
[pid=166370] ppid=166367 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/166370/stat : 166370 (run-dec-break-l) S 166367 166370 165659 0 -1 4194304 238 1930 0 0 0 0 0 0 20 0 1 0 236299289 4292608 768 18446744073709551615 94020880547840 94020881442373 140726048895072 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94020881681424 94020881729168 94020894937088 140726048897337 140726048897500 140726048897500 140726048903104 0
/proc/166370/statm: 1048 768 704 219 0 110 0
[pid=166376] ppid=166370 vsize=738372 memory=585548 CPUtime=3273.04 cores=1,3
/proc/166376/stat : 166376 (roundingsat) R 166370 166370 165659 0 -1 4194304 111930 0 0 0 325852 1452 0 0 20 0 1 0 236299292 756092928 146387 18446744073709551615 4227072 8923433 140725664862992 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 16039936 140725664868632 140725664868902 140725664868902 140725664874474 0
/proc/166376/statm: 184593 146387 2496 1147 0 172020 0
Current children cumulated CPU time: 3273.04 s
Current children cumulated vsize: 742564 KiB
Current children cumulated memory: 588620 KiB

[startup+3342.3 s]
/proc/loadavg: 4.18 4.20 4.18 5/266 166652
/proc/meminfo: memFree=93800796/131249988 swapFree=33010416/33010684
[pid=166370] ppid=166367 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/166370/stat : 166370 (run-dec-break-l) S 166367 166370 165659 0 -1 4194304 238 1930 0 0 0 0 0 0 20 0 1 0 236299289 4292608 768 18446744073709551615 94020880547840 94020881442373 140726048895072 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94020881681424 94020881729168 94020894937088 140726048897337 140726048897500 140726048897500 140726048903104 0
/proc/166370/statm: 1048 768 704 219 0 110 0
[pid=166376] ppid=166370 vsize=738372 memory=585548 CPUtime=3332.87 cores=1,3
/proc/166376/stat : 166376 (roundingsat) R 166370 166370 165659 0 -1 4194304 111940 0 0 0 331826 1461 0 0 20 0 1 0 236299292 756092928 146387 18446744073709551615 4227072 8923433 140725664862992 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 16039936 140725664868632 140725664868902 140725664868902 140725664874474 0
/proc/166376/statm: 184593 146387 2496 1147 0 172020 0
Current children cumulated CPU time: 3332.87 s
Current children cumulated vsize: 742564 KiB
Current children cumulated memory: 588620 KiB

[startup+3402.3 s]
/proc/loadavg: 4.12 4.18 4.18 5/266 166654
/proc/meminfo: memFree=93603300/131249988 swapFree=33010416/33010684
[pid=166370] ppid=166367 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/166370/stat : 166370 (run-dec-break-l) S 166367 166370 165659 0 -1 4194304 238 1930 0 0 0 0 0 0 20 0 1 0 236299289 4292608 768 18446744073709551615 94020880547840 94020881442373 140726048895072 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94020881681424 94020881729168 94020894937088 140726048897337 140726048897500 140726048897500 140726048903104 0
/proc/166370/statm: 1048 768 704 219 0 110 0
[pid=166376] ppid=166370 vsize=738372 memory=585676 CPUtime=3392.72 cores=1,3
/proc/166376/stat : 166376 (roundingsat) R 166370 166370 165659 0 -1 4194304 111959 0 0 0 337799 1473 0 0 20 0 1 0 236299292 756092928 146419 18446744073709551615 4227072 8923433 140725664862992 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 16039936 140725664868632 140725664868902 140725664868902 140725664874474 0
/proc/166376/statm: 184593 146419 2496 1147 0 172020 0
Current children cumulated CPU time: 3392.72 s
Current children cumulated vsize: 742564 KiB
Current children cumulated memory: 588748 KiB

[startup+3462.3 s]
/proc/loadavg: 4.20 4.18 4.18 5/266 166656
/proc/meminfo: memFree=93375576/131249988 swapFree=33010416/33010684
[pid=166370] ppid=166367 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/166370/stat : 166370 (run-dec-break-l) S 166367 166370 165659 0 -1 4194304 238 1930 0 0 0 0 0 0 20 0 1 0 236299289 4292608 768 18446744073709551615 94020880547840 94020881442373 140726048895072 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94020881681424 94020881729168 94020894937088 140726048897337 140726048897500 140726048897500 140726048903104 0
/proc/166370/statm: 1048 768 704 219 0 110 0
[pid=166376] ppid=166370 vsize=738372 memory=585676 CPUtime=3452.55 cores=1,3
/proc/166376/stat : 166376 (roundingsat) R 166370 166370 165659 0 -1 4194304 111971 0 0 0 343773 1482 0 0 20 0 1 0 236299292 756092928 146419 18446744073709551615 4227072 8923433 140725664862992 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 16039936 140725664868632 140725664868902 140725664868902 140725664874474 0
/proc/166376/statm: 184593 146419 2496 1147 0 172020 0
Current children cumulated CPU time: 3452.55 s
Current children cumulated vsize: 742564 KiB
Current children cumulated memory: 588748 KiB

[startup+3522.3 s]
/proc/loadavg: 4.13 4.16 4.17 5/266 166658
/proc/meminfo: memFree=93241308/131249988 swapFree=33010416/33010684
[pid=166370] ppid=166367 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/166370/stat : 166370 (run-dec-break-l) S 166367 166370 165659 0 -1 4194304 238 1930 0 0 0 0 0 0 20 0 1 0 236299289 4292608 768 18446744073709551615 94020880547840 94020881442373 140726048895072 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94020881681424 94020881729168 94020894937088 140726048897337 140726048897500 140726048897500 140726048903104 0
/proc/166370/statm: 1048 768 704 219 0 110 0
[pid=166376] ppid=166370 vsize=738372 memory=585676 CPUtime=3512.39 cores=1,3
/proc/166376/stat : 166376 (roundingsat) R 166370 166370 165659 0 -1 4194304 111987 0 0 0 349746 1493 0 0 20 0 1 0 236299292 756092928 146419 18446744073709551615 4227072 8923433 140725664862992 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 16039936 140725664868632 140725664868902 140725664868902 140725664874474 0
/proc/166376/statm: 184593 146419 2496 1147 0 172020 0
Current children cumulated CPU time: 3512.39 s
Current children cumulated vsize: 742564 KiB
Current children cumulated memory: 588748 KiB

[startup+3582.3 s]
/proc/loadavg: 4.10 4.14 4.16 5/266 166660
/proc/meminfo: memFree=93035444/131249988 swapFree=33010416/33010684
[pid=166370] ppid=166367 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/166370/stat : 166370 (run-dec-break-l) S 166367 166370 165659 0 -1 4194304 238 1930 0 0 0 0 0 0 20 0 1 0 236299289 4292608 768 18446744073709551615 94020880547840 94020881442373 140726048895072 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94020881681424 94020881729168 94020894937088 140726048897337 140726048897500 140726048897500 140726048903104 0
/proc/166370/statm: 1048 768 704 219 0 110 0
[pid=166376] ppid=166370 vsize=738372 memory=585804 CPUtime=3572.24 cores=1,3
/proc/166376/stat : 166376 (roundingsat) R 166370 166370 165659 0 -1 4194304 112000 0 0 0 355721 1503 0 0 20 0 1 0 236299292 756092928 146451 18446744073709551615 4227072 8923433 140725664862992 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 16039936 140725664868632 140725664868902 140725664868902 140725664874474 0
/proc/166376/statm: 184593 146451 2496 1147 0 172020 0
Current children cumulated CPU time: 3572.24 s
Current children cumulated vsize: 742564 KiB
Current children cumulated memory: 588876 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.2 s]
/proc/loadavg: 4.20 4.16 4.17 5/267 166668
/proc/meminfo: memFree=92954836/131249988 swapFree=33010416/33010684
[pid=166370] ppid=166367 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/166370/stat : 166370 (run-dec-break-l) S 166367 166370 165659 0 -1 4194304 238 1930 0 0 0 0 0 0 20 0 1 0 236299289 4292608 768 18446744073709551615 94020880547840 94020881442373 140726048895072 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94020881681424 94020881729168 94020894937088 140726048897337 140726048897500 140726048897500 140726048903104 0
/proc/166370/statm: 1048 768 704 219 0 110 0
[pid=166376] ppid=166370 vsize=738372 memory=585804 CPUtime=3600.06 cores=1,3
/proc/166376/stat : 166376 (roundingsat) R 166370 166370 165659 0 -1 4194304 112002 0 0 0 358498 1508 0 0 20 0 1 0 236299292 756092928 146451 18446744073709551615 4227072 8923433 140725664862992 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 16039936 140725664868632 140725664868902 140725664868902 140725664874474 0
/proc/166376/statm: 184593 146451 2496 1147 0 172020 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 742564 KiB
Current children cumulated memory: 588876 KiB

Sending SIGTERM to process tree (bottom up)

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

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

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

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

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

Child status: 2

Real time (s): 3610.23
CPU time (s): 3600.12
CPU user time (s): 3585.02
CPU system time (s): 15.1024
CPU usage (%): 99.7199
Max. virtual memory (cumulated for all children) (KiB): 742564
Max. memory (cumulated for all children) (KiB): 588876

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3585.02
system time used= 15.1024
maximum resident set size= 585932
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 114188
page faults= 0
swaps= 0
block input operations= 0
block output operations= 15256320
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 321
involuntary context switches= 4841


# summary of solver processes directly reported to runsolver:
#   pid: 166370,166376
#   total CPU time (s): 3600.12
#   total CPU user time (s): 3585.02
#   total CPU system time (s): 15.1024

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.75516 second user time and 15.1874 second system time

The end

Launcher Data

Begin job on nodeC031 at 2025-07-22 19:43:27
IDJOB=4541844
IDBENCH=163507
IDSOLVER=3358
FILE ID=nodeC031/4541844-1753206207
RUNJOBID= nodeC031-1753198973-165676
SLURM_JOB_ID= 9687764
Free space on /tmp= 404256 MiB

SOLVER NAME= roundingsat+pbsuma-log 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-log.sh BENCHNAME PROOFFILE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4541844-1753206207/watcher-4541844-1753206207 -o /tmp/evaluation-result-4541844-1753206207/solver-4541844-1753206207 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1753198973-165676 --watchdog 3760 --file-size-limit 100000 run-dec-break-log.sh HOME/instance-4541844-1753206207.opb /tmp/proof-4541844-1753206207

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

MD5SUM BENCH= 33cd2865dc6656b609d0c0476b6c078b
RANDOM SEED=2091113130

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        105604416 kB
MemAvailable:   128681292 kB
Buffers:            2128 kB
Cached:         23762112 kB
SwapCached:            8 kB
Active:          2096416 kB
Inactive:       22628008 kB
Active(anon):     976004 kB
Inactive(anon):    10464 kB
Active(file):    1120412 kB
Inactive(file): 22617544 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            108624 kB
Writeback:             0 kB
AnonPages:        960500 kB
Mapped:           118900 kB
Shmem:             26248 kB
KReclaimable:     356320 kB
Slab:             454916 kB
SReclaimable:     356320 kB
SUnreclaim:        98596 kB
KernelStack:        4224 kB
PageTables:         5040 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:    1337052 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150552 kB
VmallocChunk:          0 kB
Percpu:             3904 kB
HardwareCorrupted:     0 kB
AnonHugePages:    714752 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:      191188 kB
DirectMap2M:     9017344 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 396056 MiB
End job on nodeC031 at 2025-07-22 20:43:38