Trace number 4532713

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
roundingsat+pbsuma-opt-log 0f876b3SAT (TO)0 3600.12 3623.58

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/multverif/
diagcomm_less/normalized-mult_diagcomm_opt_less_teq_nbits_26.opb
MD5SUMeab24ff23fe5100b8f4d0b18077a7ab6
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.374308
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4160
Total number of constraints6188
Number of constraints which are clauses4056
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2132
Minimum length of a constraint2
Maximum length of a constraint5
Number of terms in the objective function 104
Biggest coefficient in the objective function 2251799813685248
Number of bits for the biggest coefficient in the objective function 52
Sum of the numbers in the objective function 9007199254740990
Number of bits of the sum of numbers in the objective function 53
Biggest number in a constraint 2251799813685248
Number of bits of the biggest number in a constraint 52
Biggest sum of numbers in a constraint 9007199254740990
Number of bits of the biggest sum of numbers53
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.01	c ┌────────────────────────────────────────────────────────────────┐
0.00/0.01	c │      pbsuma -- a PB interface for satsuma                      │
0.00/0.01	c │      satsuma_version=1.2, dejavu_version=2.1                   │
0.00/0.01	c │      (c) 2025 Markus Anders                                    │
0.00/0.01	c └────────────────────────────────────────────────────────────────┘
0.00/0.01	c parse 'HOME/instance-4532713-1752597077.opb'
0.00/0.01	c 	read 0.19MB  (3.13ms)
0.00/0.01	c	 [cnf: #variables 4160 #clauses 6189 #duplicates 0 #arr 17680]
0.00/0.01	c output proof to 'PROOFDIR/proof-4532713-1752597077'
0.00/0.01	c 
0.00/0.01	c make graph and approximate orbits
0.00/0.01	c	 [group: #orbits ~= 0] (4.82ms)
0.00/0.01	c 
0.00/0.01	c detect special group actions
0.00/0.01	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.67ms)
0.00/0.02	c 
0.00/0.02	c detect symmetries on remainder
0.00/0.02	c 	[graph: #vertices 22726 #edges 60114]
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] (1.19ms)
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-4532713-1752597077.opb.pre'
0.00/0.02	c 	wrote 0.19MB (0.50ms)
0.00/0.02	c ------------------------------------------------------------------
0.00/0.02	c                   4.82ms 42.43% approx_orbits
0.00/0.02	c                   3.13ms 27.56% parse
0.00/0.02	c                   1.19ms 10.47% detect_generic
0.00/0.02	c                   0.92ms  8.07% other
0.00/0.02	c                   0.67ms  5.94% detect_special
0.00/0.02	c                   0.50ms  4.39% output
0.00/0.02	c                   0.13ms  1.14% finalize_order
0.00/0.02	c         ───────────────────────────────────────────────
0.00/0.02	c                  11.36ms   100% total
0.00/0.02	c ------------------------------------------------------------------
0.00/0.03	c RoundingSat 2
0.00/0.03	c branch pb25
0.00/0.03	c commit 0f876b3
0.00/0.08	c #variables 4160 #constraints 8320
0.00/0.08	c objective is ce64 
0.00/0.08	c initial watched  CF 32, 64, 128, Arb: 0 , 0 , 0 , 0
0.00/0.08	c initial counting CF 32, 64, 128, Arb: 2600 , 1 , 0 , 0
0.00/0.08	c bounds - >= -4503599627370495 @ 0.036879
0.07/0.19	c bounds 0 >= -4503599627370495 @ 0.138269
0.07/0.19	c bounds 0 >= -3377699720527871 @ 0.138851
0.07/0.19	c bounds 0 >= -2251799813685247 @ 0.138851
9.34/9.42	c #Conflicts:       1000 | #Constraints:       9330
9.34/9.42	c #Conflicts:       2000 | #Constraints:      10330
9.34/9.42	c INPROCESSING
9.34/9.42	c GARBAGE COLLECT
9.34/9.42	c #Conflicts:       3000 | #Constraints:      10366
9.34/9.42	c #Conflicts:       4000 | #Constraints:      11366
9.34/9.42	c INPROCESSING
9.34/9.42	c GARBAGE COLLECT
9.34/9.42	c #Conflicts:       5000 | #Constraints:      10783
9.34/9.42	c #Conflicts:       6000 | #Constraints:      11783
9.34/9.42	c INPROCESSING
9.34/9.42	c GARBAGE COLLECT
9.34/9.42	c #Conflicts:       7000 | #Constraints:      10839
9.34/9.42	c #Conflicts:       8000 | #Constraints:      11839
9.34/9.42	c #Conflicts:       9000 | #Constraints:      12839
9.34/9.42	c INPROCESSING
9.34/9.42	c GARBAGE COLLECT
9.34/9.42	c #Conflicts:      10000 | #Constraints:      11579
9.34/9.42	c #Conflicts:      11000 | #Constraints:      12579
9.34/9.42	c #Conflicts:      12000 | #Constraints:      13579
9.34/9.42	c INPROCESSING
9.34/9.42	c GARBAGE COLLECT
9.34/9.42	c #Conflicts:      13000 | #Constraints:      12054
9.34/9.42	c #Conflicts:      14000 | #Constraints:      13055
9.34/9.42	c #Conflicts:      15000 | #Constraints:      14056
9.34/9.42	c INPROCESSING
9.34/9.42	c GARBAGE COLLECT
9.34/9.42	WSVECS04 Frhs2[1143]: 6 0 5.98788e-07 shouldn't be
9.34/9.42	WSVECS04 Frhs2[1168]: 6 0 7.99298e-07 shouldn't be
9.34/9.42	WSVECS04 Frhs2[1221]: 6 0 9.29827e-07 shouldn't be
9.34/9.42	WSVECS04 Frhs2[1273]: 6 0 6.09006e-07 shouldn't be
9.34/9.42	WSVECS04 Frhs2[1319]: 6 0 3.19904e-07 shouldn't be
9.34/9.42	WSVECS04 Frhs2[1371]: 6 0 4.6054e-07 shouldn't be
9.34/9.42	WSVECS04 Frhs2[2220]: 6 -5.34055e-07 0 shouldn't be
9.34/9.42	WSVECS04 Frhs2[3754]: 6 0 6.52481e-07 shouldn't be
9.34/9.42	WSVECS04 Frhs2[3948]: 6 0 8.96785e-07 shouldn't be
12.03/12.12	c #Conflicts:      16000 | #Constraints:      12339
12.03/12.12	c #Conflicts:      17000 | #Constraints:      13339
12.03/12.12	c #Conflicts:      18000 | #Constraints:      14340
12.03/12.12	c INPROCESSING
12.03/12.12	c GARBAGE COLLECT
12.03/12.12	WSVECS04 Frhs2[15]: 6 -4.1943e+06 0 shouldn't be
12.03/12.12	WSVECS04 Frhs2[17]: 6 -1.67772e+07 0 shouldn't be
12.03/12.12	WSVECS04 Frhs2[18]: 6 -3.35544e+07 0 shouldn't be
12.03/12.12	WSVECS04 Frhs2[26]: 6 -2.14748e+09 0 shouldn't be
12.03/12.12	WSVECS04 Frhs2[39]: 6 -77824 0 shouldn't be
12.03/12.12	WSVECS04 Frhs2[40]: 6 -155648 0 shouldn't be
12.03/12.12	WSVECS04 Frhs2[51]: 6 -3.85876e+08 0 shouldn't be
12.03/12.12	WSVECS04 Frhs2[220]: 6 -131072 0 shouldn't be
12.03/12.12	WSVECS04 Frhs2[221]: 6 -262144 0 shouldn't be
12.03/12.12	WSVECS04 Frhs2[222]: 6 -524288 0 shouldn't be
12.03/12.12	WSVECS04 Frhs2[225]: 6 -4.1943e+06 0 shouldn't be
12.03/12.12	WSVECS04 Frhs2[226]: 6 -8.38861e+06 0 shouldn't be
12.03/12.12	WSVECS04 Frhs2[227]: 6 -1.67772e+07 0 shouldn't be
12.03/12.12	WSVECS04 Frhs2[228]: 6 -3.35544e+07 0 shouldn't be
12.03/12.12	WSVECS04 Frhs2[229]: 6 -6.71089e+07 0 shouldn't be
12.03/12.12	WSVECS04 Frhs2[231]: 6 -2.68435e+08 0 shouldn't be
12.03/12.12	WSVECS04 Frhs2[233]: 6 -1.07374e+09 0 shouldn't be
12.03/12.12	WSVECS04 Frhs2[234]: 6 -2.14748e+09 0 shouldn't be
12.03/12.12	WSVECS04 Frhs2[272]: 6 -524288 0 shouldn't be
12.03/12.12	WSVECS04 Frhs2[273]: 6 -1.04858e+06 0 shouldn't be
12.03/12.12	WSVECS04 Frhs2[274]: 6 -2.09715e+06 0 shouldn't be
12.03/12.12	WSVECS04 Frhs2[277]: 6 -1.67772e+07 0 shouldn't be
12.03/12.12	WSVECS04 Frhs2[278]: 6 -3.35544e+07 0 shouldn't be
12.03/12.12	WSVECS04 Frhs2[279]: 6 -6.71089e+07 0 shouldn't be
12.03/12.12	WSVECS04 Frhs2[280]: 6 -1.34218e+08 0 shouldn't be
12.03/12.12	WSVECS04 Frhs2[281]: 6 -2.68435e+08 0 shouldn't be
12.03/12.12	WSVECS04 Frhs2[283]: 6 -1.07374e+09 0 shouldn't be
12.03/12.12	WSVECS04 Frhs2[285]: 6 -4.29497e+09 0 shouldn't be
12.03/12.12	WSVECS04 Frhs2[286]: 6 -8.58993e+09 0 shouldn't be
12.03/12.12	WSVECS04 Frhs2[298]: 6 -1.04858e+06 0 shouldn't be
12.03/12.12	WSVECS04 Frhs2[299]: 6 -2.09715e+06 0 shouldn't be
12.03/12.12	WSVECS04 Frhs2[300]: 6 -4.1943e+06 0 shouldn't be
12.03/12.12	WSVECS04 Frhs2[303]: 6 -3.35544e+07 0 shouldn't be
12.03/12.12	WSVECS04 Frhs2[304]: 6 -6.71089e+07 0 shouldn't be
12.03/12.12	WSVECS04 Frhs2[305]: 6 -1.34218e+08 0 shouldn't be
12.03/12.12	WSVECS04 Frhs2[306]: 6 -2.68435e+08 0 shouldn't be
12.03/12.12	WSVECS04 Frhs2[307]: 6 -5.36871e+08 0 shouldn't be
12.03/12.12	WSVECS04 Frhs2[309]: 6 -2.14748e+09 0 shouldn't be
12.03/12.12	WSVECS04 Frhs2[311]: 6 -8.58993e+09 0 shouldn't be
12.03/12.12	WSVECS04 Frhs2[312]: 6 -1.71799e+10 0 shouldn't be
12.03/12.12	WSVECS04 Frhs2[350]: 6 -4.1943e+06 0 shouldn't be
12.03/12.12	WSVECS04 Frhs2[351]: 6 -8.38861e+06 0 shouldn't be
12.03/12.12	WSVECS04 Frhs2[352]: 6 -1.67772e+07 0 shouldn't be
12.03/12.12	WSVECS04 Frhs2[355]: 6 -1.34218e+08 0 shouldn't be
12.03/12.12	WSVECS04 Frhs2[356]: 6 -2.68435e+08 0 shouldn't be
12.03/12.12	WSVECS04 Frhs2[357]: 6 -5.36871e+08 0 shouldn't be
12.03/12.12	WSVECS04 Frhs2[358]: 6 -1.07374e+09 0 shouldn't be
12.03/12.12	WSVECS04 Frhs2[359]: 6 -2.14748e+09 0 shouldn't be
12.03/12.12	WSVECS04 Frhs2[361]: 6 -8.58993e+09 0 shouldn't be
12.03/12.12	WSVECS04 Frhs2[363]: 6 -3.43597e+10 0 shouldn't be
12.03/12.12	WSVECS04 Frhs2[364]: 6 -6.87195e+10 0 shouldn't be
12.03/12.12	WSVECS04 Frhs2[376]: 6 -8.38861e+06 0 shouldn't be
12.03/12.12	WSVECS04 Frhs2[377]: 6 -1.67772e+07 0 shouldn't be
12.03/12.12	WSVECS04 Frhs2[378]: 6 -3.35544e+07 0 shouldn't be
12.03/12.12	WSVECS04 Frhs2[381]: 6 -2.68435e+08 0 shouldn't be
12.03/12.12	WSVECS04 Frhs2[382]: 6 -5.36871e+08 0 shouldn't be
12.03/12.12	WSVECS04 Frhs2[383]: 6 -1.07374e+09 0 shouldn't be
12.03/12.12	WSVECS04 Frhs2[384]: 6 -2.14748e+09 0 shouldn't be
12.03/12.12	WSVECS04 Frhs2[385]: 6 -4.29497e+09 0 shouldn't be
12.03/12.12	WSVECS04 Frhs2[387]: 6 -1.71799e+10 0 shouldn't be
12.03/12.12	WSVECS04 Frhs2[389]: 6 -6.87195e+10 0 shouldn't be
12.03/12.12	WSVECS04 Frhs2[390]: 6 -1.37439e+11 0 shouldn't be
12.03/12.12	WSVECS04 Frhs2[428]: 6 -3.35544e+07 0 shouldn't be
12.03/12.12	WSVECS04 Frhs2[429]: 6 -6.71089e+07 0 shouldn't be
12.03/12.12	WSVECS04 Frhs2[430]: 6 -1.34218e+08 0 shouldn't be
12.03/12.12	WSVECS04 Frhs2[433]: 6 -1.07374e+09 0 shouldn't be
12.03/12.12	WSVECS04 Frhs2[434]: 6 -2.14748e+09 0 shouldn't be
12.03/12.12	WSVECS04 Frhs2[435]: 6 -4.29497e+09 0 shouldn't be
12.03/12.12	WSVECS04 Frhs2[436]: 6 -8.58993e+09 0 shouldn't be
12.03/12.12	WSVECS04 Frhs2[437]: 6 -1.71799e+10 0 shouldn't be
12.03/12.12	WSVECS04 Frhs2[439]: 6 -6.87195e+10 0 shouldn't be
12.03/12.12	WSVECS04 Frhs2[441]: 6 -2.74878e+11 0 shouldn't be
12.03/12.12	WSVECS04 Frhs2[442]: 6 -5.49756e+11 0 shouldn't be
12.03/12.12	WSVECS04 Frhs2[476]: 6 -8.38861e+06 0 shouldn't be
12.03/12.12	WSVECS04 Frhs2[480]: 6 -1.34218e+08 0 shouldn't be
12.03/12.12	WSVECS04 Frhs2[481]: 6 -2.68435e+08 0 shouldn't be
12.03/12.12	WSVECS04 Frhs2[482]: 6 -5.36871e+08 0 shouldn't be
12.03/12.12	WSVECS04 Frhs2[485]: 6 -4.29497e+09 0 shouldn't be
12.03/12.12	WSVECS04 Frhs2[486]: 6 -8.58993e+09 0 shouldn't be
12.03/12.12	WSVECS04 Frhs2[487]: 6 -1.71799e+10 0 shouldn't be
12.03/12.12	WSVECS04 Frhs2[488]: 6 -3.43597e+10 0 shouldn't be
12.03/12.12	WSVECS04 Frhs2[489]: 6 -6.87195e+10 0 shouldn't be
12.03/12.12	WSVECS04 Frhs2[491]: 6 -2.74878e+11 0 shouldn't be
12.03/12.12	WSVECS04 Frhs2[493]: 6 -1.09951e+12 0 shouldn't be
12.03/12.12	WSVECS04 Frhs2[494]: 6 -2.19902e+12 0 shouldn't be
12.03/12.12	WSVECS04 Frhs2[502]: 6 -1.67772e+07 0 shouldn't be
12.03/12.12	WSVECS04 Frhs2[504]: 6 -6.71089e+07 0 shouldn't be
12.03/12.12	WSVECS04 Frhs2[506]: 6 -2.68435e+08 0 shouldn't be
12.03/12.12	WSVECS04 Frhs2[507]: 6 -5.36871e+08 0 shouldn't be
12.03/12.12	WSVECS04 Frhs2[508]: 6 -1.07374e+09 0 shouldn't be
12.03/12.12	WSVECS04 Frhs2[511]: 6 -8.58993e+09 0 shouldn't be
12.03/12.12	WSVECS04 Frhs2[512]: 6 -1.71799e+10 0 shouldn't be
12.03/12.12	WSVECS04 Frhs2[513]: 6 -3.43597e+10 0 shouldn't be
12.03/12.12	WSVECS04 Frhs2[514]: 6 -6.87195e+10 0 shouldn't be
12.03/12.12	WSVECS04 Frhs2[515]: 6 -1.37439e+11 0 shouldn't be
12.03/12.12	WSVECS04 Frhs2[517]: 6 -5.49756e+11 0 shouldn't be
12.03/12.12	WSVECS04 Frhs2[519]: 6 -2.19902e+12 0 shouldn't be
12.03/12.12	WSVECS04 Frhs2[520]: 6 -4.39805e+12 0 shouldn't be
12.03/12.12	WSVECS04 Frhs2[528]: 6 -3.35544e+07 0 shouldn't be
12.03/12.12	WSVECS04 Frhs2[530]: 6 -1.34218e+08 0 shouldn't be
12.03/12.12	WSVECS04 Frhs2[532]: 6 -5.36871e+08 0 shouldn't be
12.03/12.12	WSVECS04 Frhs2[533]: 6 -1.07374e+09 0 shouldn't be
12.03/12.12	WSVECS04 Frhs2[534]: 6 -2.14748e+09 0 shouldn't be
12.03/12.12	WSVECS04 Frhs2[537]: 6 -1.71799e+10 0 shouldn't be
12.03/12.12	WSVECS04 Frhs2[538]: 6 -3.43597e+10 0 shouldn't be
12.03/12.12	WSVECS04 Frhs2[539]: 6 -6.87195e+10 0 shouldn't be
12.03/12.12	WSVECS04 Frhs2[540]: 6 -1.37439e+11 0 shouldn't be
12.03/12.12	WSVECS04 Frhs2[545]: 6 -4.39805e+12 0 shouldn't be
12.03/12.12	WSVECS04 Frhs2[546]: 6 -8.79609e+12 0 shouldn't be
12.03/12.12	WSVECS04 Frhs2[554]: 6 -6.71089e+07 0 shouldn't be
12.03/12.12	WSVECS04 Frhs2[556]: 6 -2.68435e+08 0 shouldn't be
12.03/12.12	WSVECS04 Frhs2[558]: 6 -1.07374e+09 0 shouldn't be
12.03/12.12	WSVECS04 Frhs2[559]: 6 -2.14748e+09 0 shouldn't be
12.03/12.12	WSVECS04 Frhs2[560]: 6 -4.29497e+09 0 shouldn't be
12.03/12.12	WSVECS04 Frhs2[563]: 6 -3.43597e+10 0 shouldn't be
12.03/12.12	WSVECS04 Frhs2[564]: 6 -6.87195e+10 0 shouldn't be
12.03/12.12	WSVECS04 Frhs2[565]: 6 -1.37439e+11 0 shouldn't be
12.03/12.12	WSVECS04 Frhs2[569]: 6 -2.19902e+12 0 shouldn't be
12.03/12.12	WSVECS04 Frhs2[571]: 6 -8.79609e+12 0 shouldn't be
12.03/12.12	WSVECS04 Frhs2[572]: 6 -1.75922e+13 0 shouldn't be
12.03/12.12	WSVECS04 Frhs2[634]: 6 -2.14748e+09 0 shouldn't be
12.03/12.12	WSVECS04 Frhs2[637]: 6 -1.71799e+10 0 shouldn't be
12.03/12.12	WSVECS04 Frhs2[638]: 6 -3.43597e+10 0 shouldn't be
12.03/12.12	WSVECS04 Frhs2[715]: 6 -1.37439e+11 0 shouldn't be
12.03/12.12	WSVECS04 Frhs2[716]: 6 -2.74878e+11 0 shouldn't be
12.03/12.12	WSVECS04 Frhs2[803]: 6 0 1.76874e+07 shouldn't be
12.03/12.12	WSVECS04 Frhs2[806]: 6 0 1.415e+08 shouldn't be
12.03/12.12	WSVECS04 Frhs2[829]: 6 0 3.53749e+07 shouldn't be
12.03/12.12	WSVECS04 Frhs2[1639]: 6 0 1.04858e+06 shouldn't be
19.12/19.21	c #Conflicts:      19000 | #Constraints:      12370
19.12/19.21	c #Conflicts:      20000 | #Constraints:      13370
19.12/19.21	c #Conflicts:      21000 | #Constraints:      14372
19.12/19.21	c INPROCESSING
19.12/19.21	c GARBAGE COLLECT
19.12/19.21	WSVECS04 Frhs2[74]: 6 0 11.6465 shouldn't be
19.12/19.21	WSVECS04 Frhs2[124]: 6 0 11.6466 shouldn't be
19.12/19.21	WSVECS04 Frhs2[128]: 6 0 186.344 shouldn't be
19.12/19.21	WSVECS04 Frhs2[228]: 6 0 186.344 shouldn't be
19.12/19.21	WSVECS04 Frhs2[453]: 6 0 186.344 shouldn't be
19.12/19.21	WSVECS04 Frhs2[524]: 6 0 11.6465 shouldn't be
19.12/19.21	WSVECS04 Frhs2[548]: 6 0 5.82329 shouldn't be
19.12/19.21	WSVECS04 Frhs2[626]: 6 0 46.586 shouldn't be
19.12/19.21	WSVECS04 Frhs2[636]: 6 0 0.0135358 shouldn't be
19.12/19.21	WSVECS04 Frhs2[1446]: 6 0 2.75395 shouldn't be
19.12/19.21	WSVECS04 Frhs2[1452]: 6 0 186.344 shouldn't be
19.12/19.21	WSVECS04 Frhs2[1470]: 6 0 2.75395 shouldn't be
19.12/19.21	WSVECS04 Frhs2[1518]: 6 0 2.75401 shouldn't be
19.12/19.21	WSVECS04 Frhs2[1548]: 6 0 186.344 shouldn't be
19.12/19.21	WSVECS04 Frhs2[1590]: 6 0 2.91164 shouldn't be
19.12/19.21	WSVECS04 Frhs2[1620]: 6 0 186.344 shouldn't be
19.12/19.21	WSVECS04 Frhs2[1640]: 6 0 11.6465 shouldn't be
19.12/19.21	WSVECS04 Frhs2[1668]: 6 0 186.344 shouldn't be
19.12/19.21	WSVECS04 Frhs2[1740]: 6 0 186.344 shouldn't be
19.12/19.21	WSVECS04 Frhs2[1807]: 6 0 5.82326 shouldn't be
19.12/19.21	WSVECS04 Frhs2[2101]: 6 0 93.172 shouldn't be
19.12/19.21	WSVECS04 Frhs2[2173]: 6 0 93.172 shouldn't be
19.12/19.21	WSVECS04 Frhs2[2176]: 6 0 745.376 shouldn't be
19.12/19.21	WSVECS04 Frhs2[2197]: 6 0 93.172 shouldn't be
19.12/19.21	WSVECS04 Frhs2[2365]: 6 0 93.172 shouldn't be
19.12/19.21	WSVECS04 Frhs2[2389]: 6 0 93.172 shouldn't be
19.12/19.21	WSVECS04 Frhs2[2413]: 6 0 93.172 shouldn't be
19.12/19.21	WSVECS04 Frhs2[2461]: 6 0 93.172 shouldn't be
19.12/19.21	WSVECS04 Frhs2[2485]: 6 0 93.172 shouldn't be
19.12/19.21	WSVECS04 Frhs2[2846]: 6 0 0.35384 shouldn't be
19.12/19.21	WSVECS04 Frhs2[2847]: 6 0 0.707557 shouldn't be
19.12/19.21	WSVECS04 Frhs2[2925]: 6 0 11.6466 shouldn't be
19.12/19.21	WSVECS04 Frhs2[3507]: 6 0 745.376 shouldn't be
19.12/19.21	WSVECS04 Frhs2[4074]: 6 0 2.46066 shouldn't be
19.12/19.21	WSVECS04 Frhs2[4075]: 6 0 4.9212 shouldn't be
19.12/19.21	WSVECS04 Frhs2[4076]: 6 0 4.84232 shouldn't be
19.12/19.21	WSVECS04 Frhs2[4081]: 6 0 59.9538 shouldn't be
22.01/22.18	c #Conflicts:      22000 | #Constraints:      12117
22.01/22.18	c #Conflicts:      23000 | #Constraints:      13117
22.01/22.18	c #Conflicts:      24000 | #Constraints:      14117
22.01/22.18	c #Conflicts:      25000 | #Constraints:      15117
22.01/22.18	c INPROCESSING
22.01/22.18	c GARBAGE COLLECT
22.01/22.18	c #Conflicts:      26000 | #Constraints:      12790
22.01/22.18	c #Conflicts:      27000 | #Constraints:      13790
22.01/22.18	c #Conflicts:      28000 | #Constraints:      14791
22.01/22.18	c #Conflicts:      29000 | #Constraints:      15792
22.01/22.18	c #Conflicts:      30000 | #Constraints:      16792
22.01/22.18	WSVECS04 Frhs2[6]: 6 -5.20337e-05 0 shouldn't be
22.01/22.18	WSVECS04 Frhs2[32]: 6 -0.266726 0 shouldn't be
22.01/22.18	WSVECS04 Frhs2[108]: 6 -0.266691 0 shouldn't be
22.01/22.18	WSVECS04 Frhs2[331]: 6 -0.00667304 0 shouldn't be
22.01/22.18	WSVECS04 Frhs2[602]: 6 0 1.00001 shouldn't be
22.01/22.18	WSVECS04 Frhs2[732]: 6 -0.066707 0 shouldn't be
22.01/22.18	WSVECS04 Frhs2[737]: 6 -0.433394 0 shouldn't be
22.01/22.18	WSVECS04 Frhs2[753]: 6 0 1.00001 shouldn't be
22.01/22.18	WSVECS04 Frhs2[808]: 6 -0.133402 0 shouldn't be
22.01/22.18	WSVECS04 Frhs2[987]: 6 0 0.125177 shouldn't be
22.01/22.18	WSVECS04 Frhs2[988]: 6 0 0.250278 shouldn't be
22.01/22.18	WSVECS04 Frhs2[1013]: 6 0 0.250276 shouldn't be
22.01/22.18	WSVECS04 Frhs2[1495]: 6 0 2.85672e-05 shouldn't be
22.01/22.18	WSVECS04 Frhs2[1571]: 6 -0.00025456 0 shouldn't be
22.01/22.18	WSVECS04 Frhs2[1596]: 6 0 0.000540038 shouldn't be
22.01/22.18	WSVECS04 Frhs2[1621]: 6 -0.00100321 0 shouldn't be
22.01/22.18	WSVECS04 Frhs2[1622]: 6 -0.00198441 0 shouldn't be
22.01/22.18	WSVECS04 Frhs2[1672]: 6 0 0.00787735 shouldn't be
22.01/22.18	WSVECS04 Frhs2[1721]: 6 0 0.0156955 shouldn't be
22.01/22.18	WSVECS04 Frhs2[1795]: 6 0 0.0626541 shouldn't be
22.01/22.18	WSVECS04 Frhs2[2076]: 6 0 0.500042 shouldn't be
22.01/22.18	WSVECS04 Frhs2[2125]: 6 0 1.00008 shouldn't be
22.01/22.18	WSVECS04 Frhs2[2799]: 6 0 4.18032e-05 shouldn't be
22.01/22.18	WSVECS04 Frhs2[3212]: 6 0 0.125209 shouldn't be
22.01/22.18	WSVECS04 Frhs2[3340]: 6 0 1.00105 shouldn't be
22.01/22.18	WSVECS04 Frhs2[3454]: 6 0 1.00005 shouldn't be
22.01/22.18	WSVECS04 Frhs2[3612]: 6 0 0.0625916 shouldn't be
22.01/22.18	WSVECS04 Frhs2[4078]: 6 0 2.00003 shouldn't be
22.01/22.18	WSVECS04 Frhs2[4090]: 6 0 1.87501 shouldn't be
22.01/22.18	WSVECS04 Frhs2[4091]: 6 0 3.75006 shouldn't be
22.01/22.18	WSVECS04 Frhs2[4092]: 6 0 2.50006 shouldn't be
27.60/27.73	c #Conflicts:      31000 | #Constraints:      17792
27.60/27.73	c #Conflicts:      32000 | #Constraints:      18792
27.60/27.73	c #Conflicts:      33000 | #Constraints:      19792
27.60/27.73	c #Conflicts:      34000 | #Constraints:      20792
27.60/27.73	c #Conflicts:      35000 | #Constraints:      21792
27.60/27.73	c #Conflicts:      36000 | #Constraints:      22792
27.60/27.73	c #Conflicts:      37000 | #Constraints:      23792
27.60/27.73	c #Conflicts:      38000 | #Constraints:      24792
27.60/27.73	c INPROCESSING
27.60/27.73	c GARBAGE COLLECT
27.60/27.73	WSVECS04 Frhs2[20]: 6 -3.58686e+09 0 shouldn't be
27.60/27.73	WSVECS04 Frhs2[23]: 6 -8.26505e+08 0 shouldn't be
27.60/27.73	WSVECS04 Frhs2[25]: 6 -1.2307e+07 0 shouldn't be
27.60/27.73	WSVECS04 Frhs2[38]: 6 -1.13661e+07 0 shouldn't be
27.60/27.73	WSVECS04 Frhs2[43]: 6 -1.36804e+06 0 shouldn't be
27.60/27.73	WSVECS04 Frhs2[44]: 6 -1.21603e+06 0 shouldn't be
27.60/27.73	WSVECS04 Frhs2[374]: 6 0 1.70584e+07 shouldn't be
27.60/27.73	WSVECS04 Frhs2[429]: 6 0 344145 shouldn't be
27.60/27.73	WSVECS04 Frhs2[450]: 6 0 9936.24 shouldn't be
27.60/27.73	WSVECS04 Frhs2[507]: 6 -364366 0 shouldn't be
27.60/27.73	WSVECS04 Frhs2[511]: 6 -5.62604e+06 0 shouldn't be
27.60/27.73	WSVECS04 Frhs2[559]: 6 -1.40651e+06 0 shouldn't be
27.60/27.73	WSVECS04 Frhs2[637]: 6 -1.12521e+07 0 shouldn't be
27.60/27.73	WSVECS04 Frhs2[688]: 6 -2.25042e+07 0 shouldn't be
27.60/27.73	WSVECS04 Frhs2[770]: 6 0 533118 shouldn't be
27.60/27.73	WSVECS04 Frhs2[874]: 6 0 3170.83 shouldn't be
27.60/27.73	WSVECS04 Frhs2[899]: 6 0 3170.83 shouldn't be
27.60/27.73	WSVECS04 Frhs2[951]: 6 0 12683.3 shouldn't be
27.60/27.73	WSVECS04 Frhs2[1074]: 6 0 2.96917e+08 shouldn't be
27.60/27.73	WSVECS04 Frhs2[1166]: 6 -5.35434e+08 0 shouldn't be
27.60/27.73	WSVECS04 Frhs2[1472]: 6 0 2.43207e+06 shouldn't be
27.60/27.73	WSVECS04 Frhs2[1680]: 6 -5.36548 0 shouldn't be
27.60/27.73	WSVECS04 Frhs2[1720]: 6 -351628 0 shouldn't be
27.60/27.73	WSVECS04 Frhs2[1730]: 6 0 21.4617 shouldn't be
27.60/27.73	WSVECS04 Frhs2[1840]: 6 -351628 0 shouldn't be
27.60/27.73	WSVECS04 Frhs2[2069]: 6 0 467582 shouldn't be
27.60/27.73	WSVECS04 Frhs2[2096]: 6 -1585.42 0 shouldn't be
27.60/27.73	WSVECS04 Frhs2[2490]: 6 -4.3673e+09 0 shouldn't be
27.60/27.73	WSVECS04 Frhs2[3085]: 6 0 1.40651e+06 shouldn't be
27.60/27.73	WSVECS04 Frhs2[3138]: 6 0 1.12521e+07 shouldn't be
27.60/27.73	WSVECS04 Frhs2[3188]: 6 -1.12521e+07 0 shouldn't be
27.60/27.73	WSVECS04 Frhs2[3440]: 6 0 14292.5 shouldn't be
27.60/27.73	WSVECS04 Frhs2[3492]: 6 0 57169.9 shouldn't be
27.60/27.73	WSVECS04 Frhs2[3544]: 6 0 228679 shouldn't be
27.60/27.73	WSVECS04 Frhs2[3631]: 6 -202933 0 shouldn't be
27.60/27.73	WSVECS04 Frhs2[3657]: 6 -405867 0 shouldn't be
27.60/27.73	WSVECS04 Frhs2[4074]: 6 0 130676 shouldn't be
27.60/27.73	WSVECS04 Frhs2[4159]: 6 -1.1259e+15 0 shouldn't be
28.29/28.41	WSVECS04 Frhs2[16]: 6 0 307790 shouldn't be
28.29/28.41	WSVECS04 Frhs2[26]: 6 -3.5866e+07 0 shouldn't be
28.29/28.41	WSVECS04 Frhs2[87]: 6 0 50721.6 shouldn't be
28.29/28.41	WSVECS04 Frhs2[322]: 6 0 4.2646e+06 shouldn't be
28.29/28.41	WSVECS04 Frhs2[348]: 6 0 8.5292e+06 shouldn't be
28.29/28.41	WSVECS04 Frhs2[367]: 6 0 133269 shouldn't be
28.29/28.41	WSVECS04 Frhs2[395]: 6 0 1.06615e+06 shouldn't be
28.29/28.41	WSVECS04 Frhs2[396]: 6 0 2.1323e+06 shouldn't be
28.29/28.41	WSVECS04 Frhs2[445]: 6 0 1.06615e+06 shouldn't be
28.29/28.41	WSVECS04 Frhs2[684]: 6 -1.40651e+06 0 shouldn't be
28.29/28.41	WSVECS04 Frhs2[710]: 6 -2.81302e+06 0 shouldn't be
28.29/28.41	WSVECS04 Frhs2[714]: 6 -4.50083e+07 0 shouldn't be
28.29/28.41	WSVECS04 Frhs2[747]: 6 0 792.708 shouldn't be
28.29/28.41	WSVECS04 Frhs2[924]: 6 0 917139 shouldn't be
28.29/28.41	WSVECS04 Frhs2[1100]: 6 0 2.9271e+07 shouldn't be
28.29/28.41	WSVECS04 Frhs2[1126]: 6 0 5.85419e+07 shouldn't be
28.29/28.41	WSVECS04 Frhs2[2263]: 6 0 1.5264e+06 shouldn't be
28.29/28.41	WSVECS04 Frhs2[2314]: 6 0 1.22112e+07 shouldn't be
28.29/28.41	WSVECS04 Frhs2[3677]: 6 -2.44224e+07 0 shouldn't be
28.29/28.41	WSVECS04 Frhs2[3728]: 6 -4.88448e+07 0 shouldn't be
28.29/28.41	WSVECS04 Frhs2[3754]: 6 -9.76897e+07 0 shouldn't be
29.19/29.35	WSVECS04 Frhs2[204]: 6 0 9.36671e+08 shouldn't be
29.19/29.35	WSVECS04 Frhs2[274]: 6 0 2.60694e+07 shouldn't be
29.19/29.35	WSVECS04 Frhs2[296]: 6 0 3.6587e+06 shouldn't be
29.19/29.35	WSVECS04 Frhs2[400]: 6 0 9936.24 shouldn't be
29.19/29.35	WSVECS04 Frhs2[554]: 6 -43953.5 0 shouldn't be
29.19/29.35	WSVECS04 Frhs2[558]: 6 -703255 0 shouldn't be
29.19/29.35	WSVECS04 Frhs2[573]: 6 0 1.04789e+06 shouldn't be
29.19/29.35	WSVECS04 Frhs2[632]: 6 -351628 0 shouldn't be
29.19/29.35	WSVECS04 Frhs2[636]: 6 -5.62604e+06 0 shouldn't be
29.19/29.35	WSVECS04 Frhs2[768]: 6 0 133279 shouldn't be
29.19/29.35	WSVECS04 Frhs2[769]: 6 0 32768 shouldn't be
29.19/29.35	WSVECS04 Frhs2[945]: 6 0 914718 shouldn't be
29.19/29.35	WSVECS04 Frhs2[946]: 6 0 1.06624e+06 shouldn't be
29.19/29.35	WSVECS04 Frhs2[1075]: 6 0 2.9271e+07 shouldn't be
29.19/29.35	WSVECS04 Frhs2[1114]: 6 0 5.25315e+08 shouldn't be
29.19/29.35	WSVECS04 Frhs2[1127]: 6 0 1.17084e+08 shouldn't be
29.19/29.35	WSVECS04 Frhs2[1141]: 6 0 8.24827e+08 shouldn't be
29.19/29.35	WSVECS04 Frhs2[1242]: 6 0 3.58683e+09 shouldn't be
29.19/29.35	WSVECS04 Frhs2[1542]: 6 0 608017 shouldn't be
29.19/29.35	WSVECS04 Frhs2[1892]: 6 0 5.62604e+06 shouldn't be
29.19/29.35	WSVECS04 Frhs2[2559]: 6 0 9.36671e+08 shouldn't be
29.19/29.35	WSVECS04 Frhs2[2898]: 6 -608017 0 shouldn't be
29.19/29.35	WSVECS04 Frhs2[2974]: 6 0 686.773 shouldn't be
29.19/29.35	WSVECS04 Frhs2[3059]: 6 0 703255 shouldn't be
29.19/29.35	WSVECS04 Frhs2[3086]: 6 0 2.81302e+06 shouldn't be
29.19/29.35	WSVECS04 Frhs2[3426]: 6 0 2.09715e+06 shouldn't be
29.19/29.35	WSVECS04 Frhs2[3429]: 6 0 1.67772e+07 shouldn't be
29.19/29.35	WSVECS04 Frhs2[3484]: 6 0 2.68435e+08 shouldn't be
29.19/29.35	WSVECS04 Frhs2[3552]: 6 -3.41068e+07 0 shouldn't be
29.19/29.35	WSVECS04 Frhs2[3806]: 6 0 5.45913e+08 shouldn't be
29.19/29.35	WSVECS04 Frhs2[3832]: 6 0 1.09183e+09 shouldn't be
29.19/29.35	WSVECS04 Frhs2[3909]: 6 0 4.3673e+09 shouldn't be
29.19/29.35	WSVECS04 Frhs2[4062]: 6 0 32.0001 shouldn't be
29.19/29.35	WSVECS04 Frhs2[4064]: 6 0 128 shouldn't be
29.19/29.35	WSVECS04 Frhs2[4075]: 6 0 261351 shouldn't be
29.19/29.35	WSVECS04 Frhs2[4076]: 6 0 524288 shouldn't be
29.19/29.35	WSVECS04 Frhs2[4101]: 6 0 1.75922e+13 shouldn't be
29.19/29.35	WSVECS04 Frhs2[4102]: 6 0 3.51844e+13 shouldn't be
29.19/29.35	WSVECS04 Frhs2[4103]: 6 0 7.03687e+13 shouldn't be
29.19/29.35	WSVECS04 Frhs2[4104]: 6 0 1.40737e+14 shouldn't be
29.19/29.35	WSVECS04 Frhs2[4105]: 6 0 2.81475e+14 shouldn't be
29.19/29.35	WSVECS04 Frhs2[4106]: 6 0 5.6295e+14 shouldn't be
29.19/29.35	WSVECS04 Frhs2[4107]: 6 0 1.1259e+15 shouldn't be
29.19/29.35	WSVECS04 Frhs2[4120]: 6 -2046.66 0 shouldn't be
29.19/29.35	WSVECS04 Frhs2[4122]: 6 -8186.63 0 shouldn't be
30.59/30.71	WSVECS04 Frhs2[1125]: 6 0 2.9271e+07 shouldn't be
30.59/30.71	WSVECS04 Frhs2[1816]: 6 -351628 0 shouldn't be
30.59/30.71	WSVECS04 Frhs2[2139]: 6 -95400.1 0 shouldn't be
30.59/30.71	WSVECS04 Frhs2[3026]: 6 0 2747.09 shouldn't be
30.59/30.71	WSVECS04 Frhs2[3397]: 6 0 65337.8 shouldn't be
30.59/30.71	WSVECS04 Frhs2[3432]: 6 0 6.71089e+07 shouldn't be
30.59/30.71	WSVECS04 Frhs2[3458]: 6 0 1.34218e+08 shouldn't be
31.78/31.99	WSVECS04 Frhs2[795]: 6 0 533118 shouldn't be
31.78/31.99	WSVECS04 Frhs2[821]: 6 0 1.06624e+06 shouldn't be
31.78/31.99	WSVECS04 Frhs2[3402]: 6 0 2.09715e+06 shouldn't be
33.37/33.59	WSVECS04 Frhs2[898]: 6 0 4.26494e+06 shouldn't be
33.37/33.59	WSVECS04 Frhs2[948]: 6 0 4.26494e+06 shouldn't be
33.37/33.59	WSVECS04 Frhs2[1844]: 6 0 5.62604e+06 shouldn't be
33.37/33.59	WSVECS04 Frhs2[1868]: 6 0 5.62604e+06 shouldn't be
33.37/33.59	WSVECS04 Frhs2[3112]: 6 0 5.62604e+06 shouldn't be
33.37/33.59	WSVECS04 Frhs2[3475]: 6 -3170.83 0 shouldn't be
34.98/35.18	WSVECS04 Frhs2[16]: 6 0 307790 shouldn't be
34.98/35.18	WSVECS04 Frhs2[20]: 6 -3.58686e+09 0 shouldn't be
34.98/35.18	WSVECS04 Frhs2[23]: 6 -8.26505e+08 0 shouldn't be
34.98/35.18	WSVECS04 Frhs2[26]: 6 -3.5866e+07 0 shouldn't be
34.98/35.18	WSVECS04 Frhs2[43]: 6 -1.36804e+06 0 shouldn't be
34.98/35.18	WSVECS04 Frhs2[55]: 6 0 2.3927e+06 shouldn't be
34.98/35.18	WSVECS04 Frhs2[337]: 6 0 3.95427e+09 shouldn't be
34.98/35.18	WSVECS04 Frhs2[367]: 6 0 133269 shouldn't be
34.98/35.18	WSVECS04 Frhs2[370]: 6 0 2.07729e+06 shouldn't be
34.98/35.18	WSVECS04 Frhs2[429]: 6 0 344145 shouldn't be
34.98/35.18	WSVECS04 Frhs2[507]: 6 -364366 0 shouldn't be
34.98/35.18	WSVECS04 Frhs2[511]: 6 -5.62604e+06 0 shouldn't be
34.98/35.18	WSVECS04 Frhs2[573]: 6 0 1.04789e+06 shouldn't be
34.98/35.18	WSVECS04 Frhs2[688]: 6 -2.25042e+07 0 shouldn't be
34.98/35.18	WSVECS04 Frhs2[1114]: 6 0 5.25315e+08 shouldn't be
34.98/35.18	WSVECS04 Frhs2[1141]: 6 0 8.24827e+08 shouldn't be
34.98/35.18	WSVECS04 Frhs2[1472]: 6 0 2.43207e+06 shouldn't be
34.98/35.18	WSVECS04 Frhs2[1844]: 6 0 5.62604e+06 shouldn't be
34.98/35.18	WSVECS04 Frhs2[2490]: 6 -4.3673e+09 0 shouldn't be
34.98/35.18	WSVECS04 Frhs2[3366]: 6 0 9.00167e+07 shouldn't be
34.98/35.18	WSVECS04 Frhs2[3552]: 6 -3.41068e+07 0 shouldn't be
34.98/35.18	WSVECS04 Frhs2[4075]: 6 0 261351 shouldn't be
34.98/35.18	WSVECS04 Frhs2[4159]: 6 -1.1259e+15 0 shouldn't be
71.70/72.08	c #Conflicts:      39000 | #Constraints:      17772
71.70/72.08	c #Conflicts:      40000 | #Constraints:      18773
71.70/72.08	c #Conflicts:      41000 | #Constraints:      19773
71.70/72.08	c #Conflicts:      42000 | #Constraints:      20773
71.70/72.08	c INPROCESSING
71.70/72.08	c GARBAGE COLLECT
71.70/72.08	c #Conflicts:      43000 | #Constraints:      15238
71.70/72.08	c #Conflicts:      44000 | #Constraints:      16238
71.70/72.08	c #Conflicts:      45000 | #Constraints:      17238
71.70/72.08	c #Conflicts:      46000 | #Constraints:      18238
71.70/72.08	c #Conflicts:      47000 | #Constraints:      19238
71.70/72.08	c #Conflicts:      48000 | #Constraints:      20238
71.70/72.08	c INPROCESSING
71.70/72.08	c GARBAGE COLLECT
71.70/72.08	c #Conflicts:      49000 | #Constraints:      15462
71.70/72.08	c #Conflicts:      50000 | #Constraints:      16463
71.70/72.08	c #Conflicts:      51000 | #Constraints:      17463
71.70/72.08	c #Conflicts:      52000 | #Constraints:      18464
71.70/72.08	c #Conflicts:      53000 | #Constraints:      19465
71.70/72.08	c #Conflicts:      54000 | #Constraints:      20465
71.70/72.08	c #Conflicts:      55000 | #Constraints:      21465
71.70/72.08	c #Conflicts:      56000 | #Constraints:      22465
71.70/72.08	c #Conflicts:      57000 | #Constraints:      23465
71.70/72.08	c #Conflicts:      58000 | #Constraints:      24465
71.70/72.08	c #Conflicts:      59000 | #Constraints:      25465
71.70/72.08	c #Conflicts:      60000 | #Constraints:      26465
71.70/72.08	c #Conflicts:      61000 | #Constraints:      27465
71.70/72.08	c #Conflicts:      62000 | #Constraints:      28465
71.70/72.08	c #Conflicts:      63000 | #Constraints:      29465
71.70/72.08	c #Conflicts:      64000 | #Constraints:      30465
71.70/72.08	c #Conflicts:      65000 | #Constraints:      31465
71.70/72.08	c INPROCESSING
71.70/72.08	c GARBAGE COLLECT
71.70/72.08	c #Conflicts:      66000 | #Constraints:      21166
71.70/72.08	c #Conflicts:      67000 | #Constraints:      22166
71.70/72.08	c #Conflicts:      68000 | #Constraints:      23166
71.70/72.08	c #Conflicts:      69000 | #Constraints:      24166
71.70/72.08	c #Conflicts:      70000 | #Constraints:      25168
71.70/72.08	c #Conflicts:      71000 | #Constraints:      26170
71.70/72.08	c INPROCESSING
71.70/72.08	c GARBAGE COLLECT
71.70/72.08	c #Conflicts:      72000 | #Constraints:      18185
71.70/72.08	c #Conflicts:      73000 | #Constraints:      19186
71.70/72.08	WSVECS04 Frhs2[1]: 6 -4.00004 0 shouldn't be
71.70/72.08	WSVECS04 Frhs2[732]: 6 0 8.0001 shouldn't be
71.70/72.08	WSVECS04 Frhs2[733]: 6 0 16 shouldn't be
71.70/72.08	WSVECS04 Frhs2[734]: 6 0 32.0001 shouldn't be
71.70/72.08	WSVECS04 Frhs2[736]: 6 0 128 shouldn't be
71.70/72.08	WSVECS04 Frhs2[747]: 6 0 262144 shouldn't be
71.70/72.08	WSVECS04 Frhs2[748]: 6 0 524288 shouldn't be
71.70/72.08	WSVECS04 Frhs2[750]: 6 0 2.09715e+06 shouldn't be
71.70/72.08	WSVECS04 Frhs2[752]: 6 0 8.38861e+06 shouldn't be
71.70/72.08	WSVECS04 Frhs2[759]: 6 0 32 shouldn't be
71.70/72.08	WSVECS04 Frhs2[778]: 6 0 1.67772e+07 shouldn't be
71.70/72.08	WSVECS04 Frhs2[779]: 6 0 3.35544e+07 shouldn't be
71.70/72.08	WSVECS04 Frhs2[784]: 6 0 32.0001 shouldn't be
71.70/72.08	WSVECS04 Frhs2[785]: 6 0 64 shouldn't be
71.70/72.08	WSVECS04 Frhs2[786]: 6 0 128 shouldn't be
71.70/72.08	WSVECS04 Frhs2[799]: 6 0 1.04858e+06 shouldn't be
71.70/72.08	WSVECS04 Frhs2[800]: 6 0 2.09715e+06 shouldn't be
71.70/72.08	WSVECS04 Frhs2[801]: 6 0 4.1943e+06 shouldn't be
71.70/72.08	WSVECS04 Frhs2[802]: 6 0 8.38861e+06 shouldn't be
71.70/72.08	WSVECS04 Frhs2[830]: 6 0 6.71089e+07 shouldn't be
71.70/72.08	WSVECS04 Frhs2[831]: 6 0 1.34218e+08 shouldn't be
71.70/72.08	WSVECS04 Frhs2[1411]: 6 0 256 shouldn't be
71.70/72.08	WSVECS04 Frhs2[1482]: 6 0 128 shouldn't be
71.70/72.08	WSVECS04 Frhs2[2074]: 6 0 2.09715e+06 shouldn't be
71.70/72.08	WSVECS04 Frhs2[2098]: 6 0 2.09715e+06 shouldn't be
71.70/72.08	WSVECS04 Frhs2[2120]: 6 0 524288 shouldn't be
71.70/72.08	WSVECS04 Frhs2[2144]: 6 0 524288 shouldn't be
71.70/72.08	WSVECS04 Frhs2[2192]: 6 0 524288 shouldn't be
71.70/72.08	WSVECS04 Frhs2[3423]: 6 0 262144 shouldn't be
71.70/72.08	WSVECS04 Frhs2[3433]: 6 0 4.00005 shouldn't be
71.70/72.08	WSVECS04 Frhs2[4092]: 6 0 3.43597e+10 shouldn't be
71.70/72.08	WSVECS04 Frhs2[4124]: 6 -32768 0 shouldn't be
71.70/72.08	WSVECS04 Frhs2[4125]: 6 -65536 0 shouldn't be
71.70/72.08	WSVECS04 Frhs2[4135]: 6 -6.71089e+07 0 shouldn't be
71.70/72.08	WSVECS04 Frhs2[4136]: 6 -1.34218e+08 0 shouldn't be
71.70/72.08	WSVECS04 Frhs2[4141]: 6 -4.29497e+09 0 shouldn't be
71.70/72.08	WSVECS04 Frhs2[4143]: 6 -1.71799e+10 0 shouldn't be
97.14/97.58	c #Conflicts:      74000 | #Constraints:      20188
97.14/97.58	c #Conflicts:      75000 | #Constraints:      21188
97.14/97.58	c #Conflicts:      76000 | #Constraints:      22188
97.14/97.58	c #Conflicts:      77000 | #Constraints:      23188
97.14/97.58	c #Conflicts:      78000 | #Constraints:      24188
97.14/97.58	c INPROCESSING
97.14/97.58	c GARBAGE COLLECT
97.14/97.58	WSVECS04 Frhs2[855]: 6 0 8.44655e-07 shouldn't be
97.14/97.58	WSVECS04 Frhs2[1572]: 6 0 3.28217e-07 shouldn't be
97.14/97.58	WSVECS04 Frhs2[1620]: 6 0 7.49069e-07 shouldn't be
97.14/97.58	WSVECS04 Frhs2[1635]: 6 0 3.85979e-07 shouldn't be
97.14/97.58	WSVECS04 Frhs2[1644]: 6 0 9.38083e-07 shouldn't be
97.14/97.58	WSVECS04 Frhs2[1647]: 6 0 9.80813e-07 shouldn't be
97.14/97.58	WSVECS04 Frhs2[1695]: 6 0 1.4354e-06 shouldn't be
97.14/97.58	WSVECS04 Frhs2[2180]: 6 0 2.94202e-07 shouldn't be
97.14/97.58	WSVECS04 Frhs2[2214]: 6 0 1.19728e-06 shouldn't be
97.14/97.58	WSVECS04 Frhs2[2557]: 6 0 6.51221e-07 shouldn't be
97.14/97.58	WSVECS04 Frhs2[2748]: 6 -1.34962e-06 0 shouldn't be
97.14/97.58	WSVECS04 Frhs2[2905]: 6 -3.0543e-07 0 shouldn't be
97.14/97.58	WSVECS04 Frhs2[3006]: 6 -4.98162e-07 0 shouldn't be
97.14/97.58	WSVECS04 Frhs2[3461]: 6 0 4.09674e-07 shouldn't be
97.14/97.58	WSVECS04 Frhs2[3488]: 6 -4.3019e-07 0 shouldn't be
97.14/97.58	WSVECS04 Frhs2[3514]: 6 -7.82652e-07 0 shouldn't be
99.13/99.54	WSVECS04 Frhs2[1599]: 6 0 1.02539e-06 shouldn't be
99.13/99.54	WSVECS04 Frhs2[1623]: 6 0 1.1921e-06 shouldn't be
99.13/99.54	WSVECS04 Frhs2[1659]: 6 0 5.23486e-07 shouldn't be
99.13/99.54	WSVECS04 Frhs2[1671]: 6 0 1.39711e-06 shouldn't be
99.13/99.54	WSVECS04 Frhs2[1719]: 6 0 1.69051e-06 shouldn't be
99.13/99.54	WSVECS04 Frhs2[2581]: 6 0 3.6435e-07 shouldn't be
101.13/101.55	WSVECS04 Frhs2[1469]: 6 0 1.03461e-06 shouldn't be
101.13/101.55	WSVECS04 Frhs2[2605]: 6 0 3.38808e-07 shouldn't be
101.13/101.55	WSVECS04 Frhs2[3436]: 6 -9.01443e-07 0 shouldn't be
130.31/130.97	c #Conflicts:      79000 | #Constraints:      17511
130.31/130.97	c #Conflicts:      80000 | #Constraints:      18511
130.31/130.97	c #Conflicts:      81000 | #Constraints:      19512
130.31/130.97	c #Conflicts:      82000 | #Constraints:      20512
130.31/130.97	c #Conflicts:      83000 | #Constraints:      21512
130.31/130.97	c #Conflicts:      84000 | #Constraints:      22513
130.31/130.97	c #Conflicts:      85000 | #Constraints:      23515
130.31/130.97	c #Conflicts:      86000 | #Constraints:      24516
130.31/130.97	c #Conflicts:      87000 | #Constraints:      25516
130.31/130.97	c #Conflicts:      88000 | #Constraints:      26517
130.31/130.97	c #Conflicts:      89000 | #Constraints:      27518
130.31/130.97	c #Conflicts:      90000 | #Constraints:      28519
130.31/130.97	c #Conflicts:      91000 | #Constraints:      29520
130.31/130.97	c #Conflicts:      92000 | #Constraints:      30521
130.31/130.97	c #Conflicts:      93000 | #Constraints:      31522
130.31/130.97	c #Conflicts:      94000 | #Constraints:      32522
130.31/130.97	c #Conflicts:      95000 | #Constraints:      33522
130.31/130.97	c #Conflicts:      96000 | #Constraints:      34522
130.31/130.97	c #Conflicts:      97000 | #Constraints:      35522
130.31/130.97	c #Conflicts:      98000 | #Constraints:      36522
130.31/130.97	c #Conflicts:      99000 | #Constraints:      37522
130.31/130.97	c INPROCESSING
130.31/130.97	c GARBAGE COLLECT
130.31/130.97	c #Conflicts:     100000 | #Constraints:      24121
130.31/130.97	c #Conflicts:     101000 | #Constraints:      25122
130.31/130.97	c #Conflicts:     102000 | #Constraints:      26122
130.31/130.97	c #Conflicts:     103000 | #Constraints:      27123
130.31/130.97	c #Conflicts:     104000 | #Constraints:      28123
130.31/130.97	c #Conflicts:     105000 | #Constraints:      29124
130.31/130.97	c #Conflicts:     106000 | #Constraints:      30124
130.31/130.97	c #Conflicts:     107000 | #Constraints:      31124
130.31/130.97	c INPROCESSING
130.31/130.97	c GARBAGE COLLECT
130.31/130.97	c #Conflicts:     108000 | #Constraints:      20929
130.31/130.97	WSVECS04 Frhs2[2]: 6 -7.10825e+07 0 shouldn't be
130.31/130.97	WSVECS04 Frhs2[57]: 6 -16.0001 0 shouldn't be
130.31/130.97	WSVECS04 Frhs2[59]: 6 -64.0001 0 shouldn't be
130.31/130.97	WSVECS04 Frhs2[61]: 6 -256 0 shouldn't be
130.31/130.97	WSVECS04 Frhs2[68]: 6 -32768 0 shouldn't be
130.31/130.97	WSVECS04 Frhs2[85]: 6 -128 0 shouldn't be
130.31/130.97	WSVECS04 Frhs2[94]: 6 -65536 0 shouldn't be
130.31/130.97	WSVECS04 Frhs2[111]: 6 -256 0 shouldn't be
130.31/130.97	WSVECS04 Frhs2[113]: 6 -1024 0 shouldn't be
130.31/130.97	WSVECS04 Frhs2[134]: 6 -64.0001 0 shouldn't be
130.31/130.97	WSVECS04 Frhs2[135]: 6 -128 0 shouldn't be
130.31/130.97	WSVECS04 Frhs2[137]: 6 -512 0 shouldn't be
130.31/130.97	WSVECS04 Frhs2[139]: 6 -2048 0 shouldn't be
130.31/130.97	WSVECS04 Frhs2[187]: 6 -512 0 shouldn't be
130.31/130.97	WSVECS04 Frhs2[189]: 6 -2048 0 shouldn't be
130.31/130.97	WSVECS04 Frhs2[198]: 6 -1.04858e+06 0 shouldn't be
130.31/130.97	WSVECS04 Frhs2[201]: 6 -8.38861e+06 0 shouldn't be
130.31/130.97	WSVECS04 Frhs2[217]: 6 -16384 0 shouldn't be
130.31/130.97	WSVECS04 Frhs2[227]: 6 -1.67772e+07 0 shouldn't be
130.31/130.97	WSVECS04 Frhs2[229]: 6 -6.71089e+07 0 shouldn't be
130.31/130.97	WSVECS04 Frhs2[234]: 6 -2.14748e+09 0 shouldn't be
130.31/130.97	WSVECS04 Frhs2[236]: 6 -256 0 shouldn't be
130.31/130.97	WSVECS04 Frhs2[238]: 6 -1024 0 shouldn't be
130.31/130.97	WSVECS04 Frhs2[239]: 6 -2048 0 shouldn't be
130.31/130.97	WSVECS04 Frhs2[241]: 6 -8192 0 shouldn't be
130.31/130.97	WSVECS04 Frhs2[243]: 6 -32768 0 shouldn't be
130.31/130.97	WSVECS04 Frhs2[250]: 6 -4.1943e+06 0 shouldn't be
130.31/130.97	WSVECS04 Frhs2[253]: 6 -3.35544e+07 0 shouldn't be
130.31/130.97	WSVECS04 Frhs2[313]: 6 -1024 0 shouldn't be
130.31/130.97	WSVECS04 Frhs2[314]: 6 -2048 0 shouldn't be
130.31/130.97	WSVECS04 Frhs2[317]: 6 -16384 0 shouldn't be
130.31/130.97	WSVECS04 Frhs2[319]: 6 -65536 0 shouldn't be
130.31/130.97	WSVECS04 Frhs2[321]: 6 -262144 0 shouldn't be
130.31/130.97	WSVECS04 Frhs2[328]: 6 -3.35544e+07 0 shouldn't be
130.31/130.97	WSVECS04 Frhs2[331]: 6 -2.68435e+08 0 shouldn't be
130.31/130.97	WSVECS04 Frhs2[333]: 6 -1.07374e+09 0 shouldn't be
130.31/130.97	WSVECS04 Frhs2[345]: 6 -131072 0 shouldn't be
130.31/130.97	WSVECS04 Frhs2[347]: 6 -524288 0 shouldn't be
130.31/130.97	WSVECS04 Frhs2[354]: 6 -6.71089e+07 0 shouldn't be
130.31/130.97	WSVECS04 Frhs2[357]: 6 -5.36871e+08 0 shouldn't be
130.31/130.97	WSVECS04 Frhs2[368]: 6 -32768 0 shouldn't be
130.31/130.97	WSVECS04 Frhs2[369]: 6 -65536 0 shouldn't be
130.31/130.97	WSVECS04 Frhs2[373]: 6 -1.04858e+06 0 shouldn't be
130.31/130.97	WSVECS04 Frhs2[380]: 6 -1.34218e+08 0 shouldn't be
130.31/130.97	WSVECS04 Frhs2[383]: 6 -1.07374e+09 0 shouldn't be
130.31/130.97	WSVECS04 Frhs2[395]: 6 -131072 0 shouldn't be
130.31/130.97	WSVECS04 Frhs2[397]: 6 -524288 0 shouldn't be
130.31/130.97	WSVECS04 Frhs2[399]: 6 -2.09715e+06 0 shouldn't be
130.31/130.97	WSVECS04 Frhs2[406]: 6 -2.68435e+08 0 shouldn't be
130.31/130.97	WSVECS04 Frhs2[409]: 6 -2.14748e+09 0 shouldn't be
130.31/130.97	WSVECS04 Frhs2[420]: 6 -131072 0 shouldn't be
130.31/130.97	WSVECS04 Frhs2[421]: 6 -262144 0 shouldn't be
130.31/130.97	WSVECS04 Frhs2[432]: 6 -5.36871e+08 0 shouldn't be
130.31/130.97	WSVECS04 Frhs2[435]: 6 -4.29497e+09 0 shouldn't be
130.31/130.97	WSVECS04 Frhs2[446]: 6 -262144 0 shouldn't be
130.31/130.97	WSVECS04 Frhs2[448]: 6 -1.04858e+06 0 shouldn't be
130.31/130.97	WSVECS04 Frhs2[458]: 6 -1.07374e+09 0 shouldn't be
130.31/130.97	WSVECS04 Frhs2[473]: 6 -1.04858e+06 0 shouldn't be
130.31/130.97	WSVECS04 Frhs2[484]: 6 -2.14748e+09 0 shouldn't be
130.31/130.97	WSVECS04 Frhs2[498]: 6 -615224 0 shouldn't be
130.31/130.97	WSVECS04 Frhs2[499]: 6 -524320 0 shouldn't be
130.31/130.97	WSVECS04 Frhs2[501]: 6 -7.60218e+06 0 shouldn't be
130.31/130.97	WSVECS04 Frhs2[503]: 6 -3.35544e+07 0 shouldn't be
130.31/130.97	WSVECS04 Frhs2[510]: 6 -4.29497e+09 0 shouldn't be
130.31/130.97	WSVECS04 Frhs2[555]: 6 -1.34218e+08 0 shouldn't be
130.31/130.97	WSVECS04 Frhs2[653]: 6 -521148 0 shouldn't be
130.31/130.97	WSVECS04 Frhs2[682]: 6 -3.12061e+06 0 shouldn't be
130.31/130.97	WSVECS04 Frhs2[732]: 6 -112750 0 shouldn't be
130.31/130.97	WSVECS04 Frhs2[775]: 6 0 2.09715e+06 shouldn't be
130.31/130.97	WSVECS04 Frhs2[780]: 6 0 6.71089e+07 shouldn't be
130.31/130.97	WSVECS04 Frhs2[844]: 6 -32768 0 shouldn't be
130.31/130.97	WSVECS04 Frhs2[928]: 6 0 1.67772e+07 shouldn't be
130.31/130.97	WSVECS04 Frhs2[930]: 6 0 6.71089e+07 shouldn't be
130.31/130.97	WSVECS04 Frhs2[1006]: 6 0 1.34218e+08 shouldn't be
130.31/130.97	WSVECS04 Frhs2[1008]: 6 0 5.36871e+08 shouldn't be
130.31/130.97	WSVECS04 Frhs2[1032]: 6 0 2.68435e+08 shouldn't be
130.31/130.97	WSVECS04 Frhs2[1034]: 6 0 1.07374e+09 shouldn't be
130.31/130.97	WSVECS04 Frhs2[1086]: 6 0 4.29497e+09 shouldn't be
130.31/130.97	WSVECS04 Frhs2[1892]: 6 0 8.58993e+09 shouldn't be
130.31/130.97	WSVECS04 Frhs2[1915]: 6 0 4.29497e+09 shouldn't be
130.31/130.97	WSVECS04 Frhs2[2011]: 6 0 4.29497e+09 shouldn't be
130.31/130.97	WSVECS04 Frhs2[2035]: 6 0 4.29497e+09 shouldn't be
130.31/130.97	WSVECS04 Frhs2[2861]: 6 -64 0 shouldn't be
130.31/130.97	WSVECS04 Frhs2[3069]: 6 -16384 0 shouldn't be
130.31/130.97	WSVECS04 Frhs2[4070]: 6 0 8192 shouldn't be
135.20/135.87	c #Conflicts:     109000 | #Constraints:      21929
135.20/135.87	c #Conflicts:     110000 | #Constraints:      22929
135.20/135.87	c #Conflicts:     111000 | #Constraints:      23929
135.20/135.87	c #Conflicts:     112000 | #Constraints:      24929
135.20/135.87	c #Conflicts:     113000 | #Constraints:      25929
135.20/135.87	c #Conflicts:     114000 | #Constraints:      26929
135.20/135.87	WSVECS04 Frhs2[19]: 6 -1.65151e+07 0 shouldn't be
135.20/135.87	WSVECS04 Frhs2[23]: 6 -1.23723e+12 0 shouldn't be
135.20/135.87	WSVECS04 Frhs2[34]: 6 -8.59768e+07 0 shouldn't be
135.20/135.87	WSVECS04 Frhs2[35]: 6 -1.36218e+08 0 shouldn't be
135.20/135.87	WSVECS04 Frhs2[37]: 6 -6.87561e+08 0 shouldn't be
135.20/135.87	WSVECS04 Frhs2[38]: 6 -1.37514e+09 0 shouldn't be
135.20/135.87	WSVECS04 Frhs2[47]: 6 -5.66817e+11 0 shouldn't be
135.20/135.87	WSVECS04 Frhs2[196]: 6 -262144 0 shouldn't be
135.20/135.87	WSVECS04 Frhs2[199]: 6 -2.09715e+06 0 shouldn't be
135.20/135.87	WSVECS04 Frhs2[203]: 6 -3.35544e+07 0 shouldn't be
135.20/135.87	WSVECS04 Frhs2[208]: 6 -1.07374e+09 0 shouldn't be
135.20/135.87	WSVECS04 Frhs2[425]: 6 -4.1943e+06 0 shouldn't be
135.20/135.87	WSVECS04 Frhs2[427]: 6 -1.67772e+07 0 shouldn't be
135.20/135.87	WSVECS04 Frhs2[428]: 6 -3.35544e+07 0 shouldn't be
135.20/135.87	WSVECS04 Frhs2[430]: 6 -1.34218e+08 0 shouldn't be
135.20/135.87	WSVECS04 Frhs2[433]: 6 -1.07374e+09 0 shouldn't be
135.20/135.87	WSVECS04 Frhs2[437]: 6 -1.71799e+10 0 shouldn't be
135.20/135.87	WSVECS04 Frhs2[442]: 6 -5.49756e+11 0 shouldn't be
135.20/135.87	WSVECS04 Frhs2[528]: 6 -3.35544e+07 0 shouldn't be
135.20/135.87	WSVECS04 Frhs2[529]: 6 -6.71089e+07 0 shouldn't be
135.20/135.87	WSVECS04 Frhs2[532]: 6 -5.36871e+08 0 shouldn't be
135.20/135.87	WSVECS04 Frhs2[534]: 6 -2.14748e+09 0 shouldn't be
135.20/135.87	WSVECS04 Frhs2[537]: 6 -1.71799e+10 0 shouldn't be
135.20/135.87	WSVECS04 Frhs2[546]: 6 -8.79609e+12 0 shouldn't be
135.20/135.87	WSVECS04 Frhs2[580]: 6 -1.34218e+08 0 shouldn't be
135.20/135.87	WSVECS04 Frhs2[581]: 6 -2.68435e+08 0 shouldn't be
135.20/135.87	WSVECS04 Frhs2[632]: 6 -5.36871e+08 0 shouldn't be
135.20/135.87	WSVECS04 Frhs2[633]: 6 -1.07374e+09 0 shouldn't be
135.20/135.87	WSVECS04 Frhs2[635]: 6 -4.29497e+09 0 shouldn't be
135.20/135.87	WSVECS04 Frhs2[636]: 6 -8.58993e+09 0 shouldn't be
135.20/135.87	WSVECS04 Frhs2[638]: 6 -3.43597e+10 0 shouldn't be
135.20/135.87	WSVECS04 Frhs2[641]: 6 -2.74878e+11 0 shouldn't be
135.20/135.87	WSVECS04 Frhs2[645]: 6 -4.39805e+12 0 shouldn't be
135.20/135.87	WSVECS04 Frhs2[658]: 6 -1.07374e+09 0 shouldn't be
135.20/135.87	WSVECS04 Frhs2[671]: 6 -8.79609e+12 0 shouldn't be
135.20/135.87	WSVECS04 Frhs2[684]: 6 -2.14748e+09 0 shouldn't be
135.20/135.87	WSVECS04 Frhs2[710]: 6 -4.29497e+09 0 shouldn't be
135.20/135.87	WSVECS04 Frhs2[711]: 6 -8.58993e+09 0 shouldn't be
135.20/135.87	WSVECS04 Frhs2[712]: 6 0 1.71799e+10 shouldn't be
135.20/135.87	WSVECS04 Frhs2[802]: 6 0 8.38861e+06 shouldn't be
135.20/135.87	WSVECS04 Frhs2[828]: 6 0 1.67772e+07 shouldn't be
135.20/135.87	WSVECS04 Frhs2[854]: 6 0 3.35544e+07 shouldn't be
135.20/135.87	WSVECS04 Frhs2[906]: 6 0 1.34218e+08 shouldn't be
135.20/135.87	WSVECS04 Frhs2[964]: 6 0 1024 shouldn't be
135.20/135.87	WSVECS04 Frhs2[965]: 6 0 2048 shouldn't be
135.20/135.87	WSVECS04 Frhs2[967]: 6 0 8192 shouldn't be
135.20/135.87	WSVECS04 Frhs2[968]: 6 0 16384 shouldn't be
135.20/135.87	WSVECS04 Frhs2[969]: 6 0 32768 shouldn't be
135.20/135.87	WSVECS04 Frhs2[972]: 6 0 262144 shouldn't be
135.20/135.87	WSVECS04 Frhs2[973]: 6 0 524288 shouldn't be
135.20/135.87	WSVECS04 Frhs2[974]: 6 0 1.04858e+06 shouldn't be
135.20/135.87	WSVECS04 Frhs2[977]: 6 0 8.38861e+06 shouldn't be
135.20/135.87	WSVECS04 Frhs2[981]: 6 0 1.34218e+08 shouldn't be
135.20/135.87	WSVECS04 Frhs2[982]: 6 0 2.68435e+08 shouldn't be
135.20/135.87	WSVECS04 Frhs2[983]: 6 0 5.36871e+08 shouldn't be
135.20/135.87	WSVECS04 Frhs2[984]: 6 0 1.07374e+09 shouldn't be
135.20/135.87	WSVECS04 Frhs2[985]: 6 0 2.14748e+09 shouldn't be
135.20/135.87	WSVECS04 Frhs2[986]: 6 0 4.29497e+09 shouldn't be
135.20/135.87	WSVECS04 Frhs2[1010]: 6 0 2.14748e+09 shouldn't be
135.20/135.87	WSVECS04 Frhs2[1036]: 6 0 4.29497e+09 shouldn't be
135.20/135.87	WSVECS04 Frhs2[1041]: 6 0 4096 shouldn't be
135.20/135.87	WSVECS04 Frhs2[1042]: 6 0 8192 shouldn't be
135.20/135.87	WSVECS04 Frhs2[1043]: 6 0 16384 shouldn't be
135.20/135.87	WSVECS04 Frhs2[1044]: 6 0 32768 shouldn't be
135.20/135.87	WSVECS04 Frhs2[1045]: 6 0 65536 shouldn't be
135.20/135.87	WSVECS04 Frhs2[1046]: 6 0 131072 shouldn't be
135.20/135.87	WSVECS04 Frhs2[1047]: 6 0 262144 shouldn't be
135.20/135.87	WSVECS04 Frhs2[1048]: 6 0 524288 shouldn't be
135.20/135.87	WSVECS04 Frhs2[1049]: 6 0 1.04858e+06 shouldn't be
135.20/135.87	WSVECS04 Frhs2[1050]: 6 0 2.09715e+06 shouldn't be
135.20/135.87	WSVECS04 Frhs2[1051]: 6 0 4.1943e+06 shouldn't be
135.20/135.87	WSVECS04 Frhs2[1052]: 6 0 8.38861e+06 shouldn't be
135.20/135.87	WSVECS04 Frhs2[1053]: 6 0 1.67772e+07 shouldn't be
135.20/135.87	WSVECS04 Frhs2[1054]: 6 0 3.35544e+07 shouldn't be
135.20/135.87	WSVECS04 Frhs2[1058]: 6 0 5.36871e+08 shouldn't be
135.20/135.87	WSVECS04 Frhs2[1059]: 6 0 1.07374e+09 shouldn't be
135.20/135.87	WSVECS04 Frhs2[1060]: 6 0 2.14748e+09 shouldn't be
135.20/135.87	WSVECS04 Frhs2[1061]: 6 0 4.29497e+09 shouldn't be
135.20/135.87	WSVECS04 Frhs2[1062]: 6 0 8.58993e+09 shouldn't be
135.20/135.87	WSVECS04 Frhs2[1063]: 6 0 1.71799e+10 shouldn't be
135.20/135.87	WSVECS04 Frhs2[1064]: 6 0 3.43597e+10 shouldn't be
135.20/135.87	WSVECS04 Frhs2[1065]: 6 0 6.87195e+10 shouldn't be
135.20/135.87	WSVECS04 Frhs2[1066]: 6 0 1.37439e+11 shouldn't be
135.20/135.87	WSVECS04 Frhs2[1094]: 6 0 32768 shouldn't be
135.20/135.87	WSVECS04 Frhs2[1095]: 6 0 65536 shouldn't be
135.20/135.87	WSVECS04 Frhs2[1096]: 6 0 131072 shouldn't be
135.20/135.87	WSVECS04 Frhs2[1102]: 6 0 8.38861e+06 shouldn't be
135.20/135.87	WSVECS04 Frhs2[1103]: 6 0 1.67772e+07 shouldn't be
135.20/135.87	WSVECS04 Frhs2[1104]: 6 0 3.35544e+07 shouldn't be
135.20/135.87	WSVECS04 Frhs2[1112]: 6 0 8.58993e+09 shouldn't be
135.20/135.87	WSVECS04 Frhs2[1172]: 6 0 262144 shouldn't be
135.20/135.87	WSVECS04 Frhs2[1173]: 6 0 524288 shouldn't be
135.20/135.87	WSVECS04 Frhs2[1174]: 6 0 1.04858e+06 shouldn't be
135.20/135.87	WSVECS04 Frhs2[1175]: 6 0 2.09715e+06 shouldn't be
135.20/135.87	WSVECS04 Frhs2[1177]: 6 0 8.38861e+06 shouldn't be
135.20/135.87	WSVECS04 Frhs2[1178]: 6 0 1.67772e+07 shouldn't be
135.20/135.87	WSVECS04 Frhs2[1180]: 6 0 6.71089e+07 shouldn't be
135.20/135.87	WSVECS04 Frhs2[1182]: 6 0 2.68435e+08 shouldn't be
135.20/135.87	WSVECS04 Frhs2[1190]: 6 0 6.87195e+10 shouldn't be
135.20/135.87	WSVECS04 Frhs2[1218]: 6 0 5.49756e+11 shouldn't be
135.20/135.87	WSVECS04 Frhs2[1270]: 6 0 2.19902e+12 shouldn't be
135.20/135.87	WSVECS04 Frhs2[1277]: 6 0 8.38861e+06 shouldn't be
135.20/135.87	WSVECS04 Frhs2[1278]: 6 0 1.67772e+07 shouldn't be
135.20/135.87	WSVECS04 Frhs2[1279]: 6 0 3.35544e+07 shouldn't be
135.20/135.87	WSVECS04 Frhs2[1286]: 6 0 4.29497e+09 shouldn't be
135.20/135.87	WSVECS04 Frhs2[1289]: 6 0 3.43597e+10 shouldn't be
135.20/135.87	WSVECS04 Frhs2[1294]: 6 0 1.09951e+12 shouldn't be
135.20/135.87	WSVECS04 Frhs2[1296]: 6 0 4.39805e+12 shouldn't be
135.20/135.87	WSVECS04 Frhs2[1297]: 6 0 8.79609e+12 shouldn't be
135.20/135.87	WSVECS04 Frhs2[1354]: 6 0 3.35544e+07 shouldn't be
135.20/135.87	WSVECS04 Frhs2[1355]: 6 0 6.71089e+07 shouldn't be
135.20/135.87	WSVECS04 Frhs2[1356]: 6 0 1.34218e+08 shouldn't be
135.20/135.87	WSVECS04 Frhs2[1357]: 6 0 2.68435e+08 shouldn't be
135.20/135.87	WSVECS04 Frhs2[1364]: 6 0 3.43597e+10 shouldn't be
135.20/135.87	WSVECS04 Frhs2[1370]: 6 0 2.19902e+12 shouldn't be
135.20/135.87	WSVECS04 Frhs2[1371]: 6 0 4.39805e+12 shouldn't be
135.20/135.87	WSVECS04 Frhs2[1372]: 6 0 8.79609e+12 shouldn't be
135.20/135.87	WSVECS04 Frhs2[1904]: 6 0 3.51844e+13 shouldn't be
135.20/135.87	WSVECS04 Frhs2[2013]: 6 0 1.71799e+10 shouldn't be
135.20/135.87	WSVECS04 Frhs2[2016]: 6 0 1.37439e+11 shouldn't be
135.20/135.87	WSVECS04 Frhs2[2579]: 6 -7.03687e+13 0 shouldn't be
135.20/135.87	WSVECS04 Frhs2[2606]: 6 0 3.35544e+07 shouldn't be
135.20/135.87	WSVECS04 Frhs2[3364]: 6 -3.43597e+10 0 shouldn't be
135.20/135.87	WSVECS04 Frhs2[3615]: 6 0 512 shouldn't be
135.20/135.87	WSVECS04 Frhs2[3745]: 6 0 16384 shouldn't be
135.20/135.87	WSVECS04 Frhs2[3823]: 6 0 131072 shouldn't be
135.20/135.87	WSVECS04 Frhs2[3927]: 6 0 2.09715e+06 shouldn't be
135.20/135.87	WSVECS04 Frhs2[3954]: 6 0 1.67772e+07 shouldn't be
135.20/135.87	WSVECS04 Frhs2[3955]: 6 0 3.35544e+07 shouldn't be
136.09/136.79	WSVECS04 Frhs2[6]: 6 -9.44125e+06 0 shouldn't be
136.09/136.79	WSVECS04 Frhs2[15]: 6 -4.29574e+09 0 shouldn't be
136.09/136.79	WSVECS04 Frhs2[190]: 6 -4096 0 shouldn't be
136.09/136.79	WSVECS04 Frhs2[191]: 6 -8192 0 shouldn't be
136.09/136.79	WSVECS04 Frhs2[193]: 6 -32768 0 shouldn't be
136.09/136.79	WSVECS04 Frhs2[194]: 6 -65536 0 shouldn't be
136.09/136.79	WSVECS04 Frhs2[424]: 6 -2.09715e+06 0 shouldn't be
136.09/136.79	WSVECS04 Frhs2[531]: 6 -2.68435e+08 0 shouldn't be
136.09/136.79	WSVECS04 Frhs2[586]: 6 -8.58993e+09 0 shouldn't be
136.09/136.79	WSVECS04 Frhs2[593]: 6 -1.09951e+12 0 shouldn't be
136.09/136.79	WSVECS04 Frhs2[599]: 6 0 2.09715e+06 shouldn't be
136.09/136.79	WSVECS04 Frhs2[776]: 6 0 4.1943e+06 shouldn't be
136.09/136.79	WSVECS04 Frhs2[932]: 6 0 2.68435e+08 shouldn't be
136.09/136.79	WSVECS04 Frhs2[958]: 6 0 5.36871e+08 shouldn't be
136.09/136.79	WSVECS04 Frhs2[970]: 6 0 65536 shouldn't be
136.09/136.79	WSVECS04 Frhs2[971]: 6 0 131072 shouldn't be
136.09/136.79	WSVECS04 Frhs2[980]: 6 0 6.71089e+07 shouldn't be
136.09/136.79	WSVECS04 Frhs2[987]: 6 0 8.58993e+09 shouldn't be
136.09/136.79	WSVECS04 Frhs2[1055]: 6 0 6.71089e+07 shouldn't be
136.09/136.79	WSVECS04 Frhs2[1097]: 6 0 262144 shouldn't be
136.09/136.79	WSVECS04 Frhs2[1098]: 6 0 524288 shouldn't be
136.09/136.79	WSVECS04 Frhs2[1099]: 6 0 1.04858e+06 shouldn't be
136.09/136.79	WSVECS04 Frhs2[1100]: 6 0 2.09715e+06 shouldn't be
136.09/136.79	WSVECS04 Frhs2[1101]: 6 0 4.1943e+06 shouldn't be
136.09/136.79	WSVECS04 Frhs2[1105]: 6 0 6.71089e+07 shouldn't be
136.09/136.79	WSVECS04 Frhs2[1106]: 6 0 1.34218e+08 shouldn't be
136.09/136.79	WSVECS04 Frhs2[1107]: 6 0 2.68435e+08 shouldn't be
136.09/136.79	WSVECS04 Frhs2[1110]: 6 0 2.14748e+09 shouldn't be
136.09/136.79	WSVECS04 Frhs2[1111]: 6 0 4.29497e+09 shouldn't be
136.09/136.79	WSVECS04 Frhs2[1114]: 6 0 3.43597e+10 shouldn't be
136.09/136.79	WSVECS04 Frhs2[1115]: 6 0 6.87195e+10 shouldn't be
136.09/136.79	WSVECS04 Frhs2[1166]: 6 0 1.37439e+11 shouldn't be
136.09/136.79	WSVECS04 Frhs2[1176]: 6 0 4.1943e+06 shouldn't be
136.09/136.79	WSVECS04 Frhs2[1179]: 6 0 3.35544e+07 shouldn't be
136.09/136.79	WSVECS04 Frhs2[1181]: 6 0 1.34218e+08 shouldn't be
136.09/136.79	WSVECS04 Frhs2[1183]: 6 0 5.36871e+08 shouldn't be
136.09/136.79	WSVECS04 Frhs2[1184]: 6 0 1.07374e+09 shouldn't be
136.09/136.79	WSVECS04 Frhs2[1185]: 6 0 2.14748e+09 shouldn't be
136.09/136.79	WSVECS04 Frhs2[1188]: 6 0 1.71799e+10 shouldn't be
136.09/136.79	WSVECS04 Frhs2[1189]: 6 0 3.43597e+10 shouldn't be
136.09/136.79	WSVECS04 Frhs2[1192]: 6 0 2.74878e+11 shouldn't be
136.09/136.79	WSVECS04 Frhs2[1193]: 6 0 5.49756e+11 shouldn't be
136.09/136.79	WSVECS04 Frhs2[1281]: 6 0 1.34218e+08 shouldn't be
136.09/136.79	WSVECS04 Frhs2[1282]: 6 0 2.68435e+08 shouldn't be
136.09/136.79	WSVECS04 Frhs2[1283]: 6 0 5.36871e+08 shouldn't be
136.09/136.79	WSVECS04 Frhs2[1285]: 6 0 2.14748e+09 shouldn't be
136.09/136.79	WSVECS04 Frhs2[1287]: 6 0 8.58993e+09 shouldn't be
136.09/136.79	WSVECS04 Frhs2[1288]: 6 0 1.71799e+10 shouldn't be
136.09/136.79	WSVECS04 Frhs2[1292]: 6 0 2.74878e+11 shouldn't be
136.09/136.79	WSVECS04 Frhs2[1293]: 6 0 5.49756e+11 shouldn't be
136.09/136.79	WSVECS04 Frhs2[1359]: 6 0 1.07374e+09 shouldn't be
136.09/136.79	WSVECS04 Frhs2[1361]: 6 0 4.29497e+09 shouldn't be
136.09/136.79	WSVECS04 Frhs2[1362]: 6 0 8.58993e+09 shouldn't be
136.09/136.79	WSVECS04 Frhs2[1363]: 6 0 1.71799e+10 shouldn't be
136.09/136.79	WSVECS04 Frhs2[1365]: 6 0 6.87195e+10 shouldn't be
136.09/136.79	WSVECS04 Frhs2[1366]: 6 0 1.37439e+11 shouldn't be
137.30/137.95	WSVECS04 Frhs2[583]: 6 -1.07374e+09 0 shouldn't be
137.30/137.95	WSVECS04 Frhs2[584]: 6 -2.14748e+09 0 shouldn't be
137.30/137.95	WSVECS04 Frhs2[661]: 6 -8.58993e+09 0 shouldn't be
137.30/137.95	WSVECS04 Frhs2[662]: 6 -1.71799e+10 0 shouldn't be
137.30/137.95	WSVECS04 Frhs2[685]: 6 -4.29497e+09 0 shouldn't be
137.30/137.95	WSVECS04 Frhs2[687]: 6 -1.71799e+10 0 shouldn't be
137.30/137.95	WSVECS04 Frhs2[688]: 6 -3.43597e+10 0 shouldn't be
137.30/137.95	WSVECS04 Frhs2[714]: 6 -6.87195e+10 0 shouldn't be
137.30/137.95	WSVECS04 Frhs2[1280]: 6 0 6.71089e+07 shouldn't be
138.50/139.15	WSVECS04 Frhs2[1358]: 6 0 5.36871e+08 shouldn't be
138.50/139.15	WSVECS04 Frhs2[1367]: 6 0 2.74878e+11 shouldn't be
139.59/140.22	WSVECS04 Frhs2[975]: 6 0 2.09715e+06 shouldn't be
141.49/142.14	WSVECS04 Frhs2[690]: 6 -1.37439e+11 0 shouldn't be
142.68/143.38	WSVECS04 Frhs2[1375]: 6 0 7.03687e+13 shouldn't be
143.88/144.54	WSVECS04 Frhs2[2047]: 6 0 1.75922e+13 shouldn't be
146.48/147.17	WSVECS04 Frhs2[2018]: 6 0 5.49756e+11 shouldn't be
146.48/147.17	WSVECS04 Frhs2[4154]: 6 -3.51844e+13 0 shouldn't be
146.48/147.17	WSVECS04 Frhs2[4155]: 6 -7.03687e+13 0 shouldn't be
147.57/148.21	WSVECS04 Frhs2[880]: 6 0 6.71089e+07 shouldn't be
147.57/148.21	WSVECS04 Frhs2[1374]: 6 0 3.51844e+13 shouldn't be
147.57/148.21	WSVECS04 Frhs2[1400]: 6 0 7.03687e+13 shouldn't be
148.87/149.51	WSVECS04 Frhs2[659]: 6 -2.14748e+09 0 shouldn't be
149.97/150.60	WSVECS04 Frhs2[664]: 6 -6.87195e+10 0 shouldn't be
152.66/153.34	WSVECS04 Frhs2[6]: 6 -9.44125e+06 0 shouldn't be
152.66/153.34	WSVECS04 Frhs2[15]: 6 -4.29574e+09 0 shouldn't be
152.66/153.34	WSVECS04 Frhs2[19]: 6 -1.65151e+07 0 shouldn't be
152.66/153.34	WSVECS04 Frhs2[23]: 6 -1.23723e+12 0 shouldn't be
152.66/153.34	WSVECS04 Frhs2[34]: 6 -8.59768e+07 0 shouldn't be
152.66/153.34	WSVECS04 Frhs2[35]: 6 -1.36218e+08 0 shouldn't be
152.66/153.34	WSVECS04 Frhs2[47]: 6 -5.66817e+11 0 shouldn't be
152.66/153.34	WSVECS04 Frhs2[190]: 6 -4096 0 shouldn't be
152.66/153.34	WSVECS04 Frhs2[191]: 6 -8192 0 shouldn't be
152.66/153.34	WSVECS04 Frhs2[193]: 6 -32768 0 shouldn't be
152.66/153.34	WSVECS04 Frhs2[194]: 6 -65536 0 shouldn't be
152.66/153.34	WSVECS04 Frhs2[196]: 6 -262144 0 shouldn't be
152.66/153.34	WSVECS04 Frhs2[199]: 6 -2.09715e+06 0 shouldn't be
152.66/153.34	WSVECS04 Frhs2[203]: 6 -3.35544e+07 0 shouldn't be
152.66/153.34	WSVECS04 Frhs2[208]: 6 -1.07374e+09 0 shouldn't be
152.66/153.34	WSVECS04 Frhs2[424]: 6 -2.09715e+06 0 shouldn't be
152.66/153.34	WSVECS04 Frhs2[425]: 6 -4.1943e+06 0 shouldn't be
152.66/153.34	WSVECS04 Frhs2[430]: 6 -1.34218e+08 0 shouldn't be
152.66/153.34	WSVECS04 Frhs2[433]: 6 -1.07374e+09 0 shouldn't be
152.66/153.34	WSVECS04 Frhs2[531]: 6 -2.68435e+08 0 shouldn't be
152.66/153.34	WSVECS04 Frhs2[532]: 6 -5.36871e+08 0 shouldn't be
152.66/153.34	WSVECS04 Frhs2[534]: 6 -2.14748e+09 0 shouldn't be
152.66/153.34	WSVECS04 Frhs2[537]: 6 -1.71799e+10 0 shouldn't be
152.66/153.34	WSVECS04 Frhs2[546]: 6 -8.79609e+12 0 shouldn't be
152.66/153.34	WSVECS04 Frhs2[580]: 6 -1.34218e+08 0 shouldn't be
152.66/153.34	WSVECS04 Frhs2[581]: 6 -2.68435e+08 0 shouldn't be
152.66/153.34	WSVECS04 Frhs2[586]: 6 -8.58993e+09 0 shouldn't be
152.66/153.34	WSVECS04 Frhs2[593]: 6 -1.09951e+12 0 shouldn't be
152.66/153.34	WSVECS04 Frhs2[635]: 6 -4.29497e+09 0 shouldn't be
152.66/153.34	WSVECS04 Frhs2[636]: 6 -8.58993e+09 0 shouldn't be
152.66/153.34	WSVECS04 Frhs2[638]: 6 -3.43597e+10 0 shouldn't be
152.66/153.34	WSVECS04 Frhs2[641]: 6 -2.74878e+11 0 shouldn't be
152.66/153.34	WSVECS04 Frhs2[645]: 6 -4.39805e+12 0 shouldn't be
152.66/153.34	WSVECS04 Frhs2[658]: 6 -1.07374e+09 0 shouldn't be
152.66/153.34	WSVECS04 Frhs2[659]: 6 -2.14748e+09 0 shouldn't be
152.66/153.34	WSVECS04 Frhs2[684]: 6 -2.14748e+09 0 shouldn't be
152.66/153.34	WSVECS04 Frhs2[685]: 6 -4.29497e+09 0 shouldn't be
152.66/153.34	WSVECS04 Frhs2[710]: 6 -4.29497e+09 0 shouldn't be
152.66/153.34	WSVECS04 Frhs2[711]: 6 -8.58993e+09 0 shouldn't be
152.66/153.34	WSVECS04 Frhs2[1061]: 6 0 4.29497e+09 shouldn't be
152.66/153.34	WSVECS04 Frhs2[1062]: 6 0 8.58993e+09 shouldn't be
152.66/153.34	WSVECS04 Frhs2[1098]: 6 0 524288 shouldn't be
152.66/153.34	WSVECS04 Frhs2[1101]: 6 0 4.1943e+06 shouldn't be
152.66/153.34	WSVECS04 Frhs2[1102]: 6 0 8.38861e+06 shouldn't be
152.66/153.34	WSVECS04 Frhs2[1107]: 6 0 2.68435e+08 shouldn't be
152.66/153.34	WSVECS04 Frhs2[1111]: 6 0 4.29497e+09 shouldn't be
152.66/153.34	WSVECS04 Frhs2[1112]: 6 0 8.58993e+09 shouldn't be
152.66/153.34	WSVECS04 Frhs2[1115]: 6 0 6.87195e+10 shouldn't be
152.66/153.34	WSVECS04 Frhs2[1176]: 6 0 4.1943e+06 shouldn't be
152.66/153.34	WSVECS04 Frhs2[1177]: 6 0 8.38861e+06 shouldn't be
152.66/153.34	WSVECS04 Frhs2[1179]: 6 0 3.35544e+07 shouldn't be
152.66/153.34	WSVECS04 Frhs2[1180]: 6 0 6.71089e+07 shouldn't be
152.66/153.34	WSVECS04 Frhs2[1188]: 6 0 1.71799e+10 shouldn't be
152.66/153.34	WSVECS04 Frhs2[1189]: 6 0 3.43597e+10 shouldn't be
152.66/153.34	WSVECS04 Frhs2[1190]: 6 0 6.87195e+10 shouldn't be
152.66/153.34	WSVECS04 Frhs2[1192]: 6 0 2.74878e+11 shouldn't be
152.66/153.34	WSVECS04 Frhs2[1193]: 6 0 5.49756e+11 shouldn't be
152.66/153.34	WSVECS04 Frhs2[1218]: 6 0 5.49756e+11 shouldn't be
152.66/153.34	WSVECS04 Frhs2[1280]: 6 0 6.71089e+07 shouldn't be
152.66/153.34	WSVECS04 Frhs2[1285]: 6 0 2.14748e+09 shouldn't be
152.66/153.34	WSVECS04 Frhs2[1286]: 6 0 4.29497e+09 shouldn't be
152.66/153.34	WSVECS04 Frhs2[1287]: 6 0 8.58993e+09 shouldn't be
152.66/153.34	WSVECS04 Frhs2[1288]: 6 0 1.71799e+10 shouldn't be
152.66/153.34	WSVECS04 Frhs2[1292]: 6 0 2.74878e+11 shouldn't be
152.66/153.34	WSVECS04 Frhs2[1293]: 6 0 5.49756e+11 shouldn't be
152.66/153.34	WSVECS04 Frhs2[1294]: 6 0 1.09951e+12 shouldn't be
152.66/153.34	WSVECS04 Frhs2[1355]: 6 0 6.71089e+07 shouldn't be
152.66/153.34	WSVECS04 Frhs2[1359]: 6 0 1.07374e+09 shouldn't be
152.66/153.34	WSVECS04 Frhs2[1361]: 6 0 4.29497e+09 shouldn't be
152.66/153.34	WSVECS04 Frhs2[1362]: 6 0 8.58993e+09 shouldn't be
152.66/153.34	WSVECS04 Frhs2[1363]: 6 0 1.71799e+10 shouldn't be
152.66/153.34	WSVECS04 Frhs2[1364]: 6 0 3.43597e+10 shouldn't be
152.66/153.34	WSVECS04 Frhs2[1365]: 6 0 6.87195e+10 shouldn't be
152.66/153.34	WSVECS04 Frhs2[1366]: 6 0 1.37439e+11 shouldn't be
152.66/153.34	WSVECS04 Frhs2[1370]: 6 0 2.19902e+12 shouldn't be
152.66/153.34	WSVECS04 Frhs2[1371]: 6 0 4.39805e+12 shouldn't be
152.66/153.34	WSVECS04 Frhs2[1372]: 6 0 8.79609e+12 shouldn't be
152.66/153.34	WSVECS04 Frhs2[2013]: 6 0 1.71799e+10 shouldn't be
152.66/153.34	WSVECS04 Frhs2[2047]: 6 0 1.75922e+13 shouldn't be
152.66/153.34	WSVECS04 Frhs2[3364]: 6 -3.43597e+10 0 shouldn't be
152.66/153.34	WSVECS04 Frhs2[3367]: 6 -2.74878e+11 0 shouldn't be
152.66/153.34	WSVECS04 Frhs2[4103]: 6 0 7.03687e+13 shouldn't be
153.86/154.55	WSVECS04 Frhs2[437]: 6 -1.71799e+10 0 shouldn't be
153.86/154.55	WSVECS04 Frhs2[528]: 6 -3.35544e+07 0 shouldn't be
153.86/154.55	WSVECS04 Frhs2[529]: 6 -6.71089e+07 0 shouldn't be
153.86/154.55	WSVECS04 Frhs2[599]: 6 0 2.09715e+06 shouldn't be
153.86/154.55	WSVECS04 Frhs2[671]: 6 -8.79609e+12 0 shouldn't be
153.86/154.55	WSVECS04 Frhs2[964]: 6 0 1024 shouldn't be
153.86/154.55	WSVECS04 Frhs2[1041]: 6 0 4096 shouldn't be
153.86/154.55	WSVECS04 Frhs2[1042]: 6 0 8192 shouldn't be
153.86/154.55	WSVECS04 Frhs2[1058]: 6 0 5.36871e+08 shouldn't be
153.86/154.55	WSVECS04 Frhs2[1059]: 6 0 1.07374e+09 shouldn't be
153.86/154.55	WSVECS04 Frhs2[1095]: 6 0 65536 shouldn't be
153.86/154.55	WSVECS04 Frhs2[1097]: 6 0 262144 shouldn't be
153.86/154.55	WSVECS04 Frhs2[1103]: 6 0 1.67772e+07 shouldn't be
153.86/154.55	WSVECS04 Frhs2[1105]: 6 0 6.71089e+07 shouldn't be
153.86/154.55	WSVECS04 Frhs2[1110]: 6 0 2.14748e+09 shouldn't be
153.86/154.55	WSVECS04 Frhs2[1173]: 6 0 524288 shouldn't be
153.86/154.55	WSVECS04 Frhs2[1175]: 6 0 2.09715e+06 shouldn't be
153.86/154.55	WSVECS04 Frhs2[1181]: 6 0 1.34218e+08 shouldn't be
153.86/154.55	WSVECS04 Frhs2[1183]: 6 0 5.36871e+08 shouldn't be
153.86/154.55	WSVECS04 Frhs2[1277]: 6 0 8.38861e+06 shouldn't be
153.86/154.55	WSVECS04 Frhs2[1279]: 6 0 3.35544e+07 shouldn't be
153.86/154.55	WSVECS04 Frhs2[1281]: 6 0 1.34218e+08 shouldn't be
153.86/154.55	WSVECS04 Frhs2[3615]: 6 0 512 shouldn't be
153.86/154.55	WSVECS04 Frhs2[4154]: 6 -3.51844e+13 0 shouldn't be
153.86/154.55	WSVECS04 Frhs2[4155]: 6 -7.03687e+13 0 shouldn't be
154.96/155.64	WSVECS04 Frhs2[37]: 6 -6.87561e+08 0 shouldn't be
154.96/155.65	WSVECS04 Frhs2[427]: 6 -1.67772e+07 0 shouldn't be
154.96/155.65	WSVECS04 Frhs2[633]: 6 -1.07374e+09 0 shouldn't be
154.96/155.65	WSVECS04 Frhs2[776]: 6 0 4.1943e+06 shouldn't be
154.96/155.65	WSVECS04 Frhs2[802]: 6 0 8.38861e+06 shouldn't be
154.96/155.65	WSVECS04 Frhs2[828]: 6 0 1.67772e+07 shouldn't be
154.96/155.65	WSVECS04 Frhs2[974]: 6 0 1.04858e+06 shouldn't be
154.96/155.65	WSVECS04 Frhs2[977]: 6 0 8.38861e+06 shouldn't be
154.96/155.65	WSVECS04 Frhs2[980]: 6 0 6.71089e+07 shouldn't be
154.96/155.65	WSVECS04 Frhs2[981]: 6 0 1.34218e+08 shouldn't be
154.96/155.65	WSVECS04 Frhs2[982]: 6 0 2.68435e+08 shouldn't be
154.96/155.65	WSVECS04 Frhs2[983]: 6 0 5.36871e+08 shouldn't be
154.96/155.65	WSVECS04 Frhs2[1053]: 6 0 1.67772e+07 shouldn't be
154.96/155.65	WSVECS04 Frhs2[1055]: 6 0 6.71089e+07 shouldn't be
154.96/155.65	WSVECS04 Frhs2[1060]: 6 0 2.14748e+09 shouldn't be
154.96/155.65	WSVECS04 Frhs2[1094]: 6 0 32768 shouldn't be
154.96/155.65	WSVECS04 Frhs2[1096]: 6 0 131072 shouldn't be
154.96/155.65	WSVECS04 Frhs2[1099]: 6 0 1.04858e+06 shouldn't be
154.96/155.65	WSVECS04 Frhs2[1104]: 6 0 3.35544e+07 shouldn't be
154.96/155.65	WSVECS04 Frhs2[1106]: 6 0 1.34218e+08 shouldn't be
154.96/155.65	WSVECS04 Frhs2[1172]: 6 0 262144 shouldn't be
154.96/155.65	WSVECS04 Frhs2[1174]: 6 0 1.04858e+06 shouldn't be
154.96/155.65	WSVECS04 Frhs2[1178]: 6 0 1.67772e+07 shouldn't be
154.96/155.65	WSVECS04 Frhs2[1182]: 6 0 2.68435e+08 shouldn't be
154.96/155.65	WSVECS04 Frhs2[1184]: 6 0 1.07374e+09 shouldn't be
154.96/155.65	WSVECS04 Frhs2[1278]: 6 0 1.67772e+07 shouldn't be
154.96/155.65	WSVECS04 Frhs2[1282]: 6 0 2.68435e+08 shouldn't be
154.96/155.65	WSVECS04 Frhs2[1354]: 6 0 3.35544e+07 shouldn't be
154.96/155.65	WSVECS04 Frhs2[1356]: 6 0 1.34218e+08 shouldn't be
154.96/155.65	WSVECS04 Frhs2[1357]: 6 0 2.68435e+08 shouldn't be
156.55/157.23	WSVECS04 Frhs2[632]: 6 -5.36871e+08 0 shouldn't be
156.55/157.23	WSVECS04 Frhs2[854]: 6 0 3.35544e+07 shouldn't be
156.55/157.23	WSVECS04 Frhs2[906]: 6 0 1.34218e+08 shouldn't be
156.55/157.23	WSVECS04 Frhs2[958]: 6 0 5.36871e+08 shouldn't be
156.55/157.23	WSVECS04 Frhs2[967]: 6 0 8192 shouldn't be
156.55/157.23	WSVECS04 Frhs2[968]: 6 0 16384 shouldn't be
156.55/157.23	WSVECS04 Frhs2[969]: 6 0 32768 shouldn't be
156.55/157.23	WSVECS04 Frhs2[970]: 6 0 65536 shouldn't be
156.55/157.23	WSVECS04 Frhs2[971]: 6 0 131072 shouldn't be
156.55/157.23	WSVECS04 Frhs2[973]: 6 0 524288 shouldn't be
156.55/157.23	WSVECS04 Frhs2[975]: 6 0 2.09715e+06 shouldn't be
156.55/157.23	WSVECS04 Frhs2[985]: 6 0 2.14748e+09 shouldn't be
156.55/157.23	WSVECS04 Frhs2[1046]: 6 0 131072 shouldn't be
156.55/157.23	WSVECS04 Frhs2[1047]: 6 0 262144 shouldn't be
156.55/157.23	WSVECS04 Frhs2[1048]: 6 0 524288 shouldn't be
156.55/157.23	WSVECS04 Frhs2[1050]: 6 0 2.09715e+06 shouldn't be
156.55/157.23	WSVECS04 Frhs2[1051]: 6 0 4.1943e+06 shouldn't be
156.55/157.23	WSVECS04 Frhs2[1052]: 6 0 8.38861e+06 shouldn't be
156.55/157.23	WSVECS04 Frhs2[1054]: 6 0 3.35544e+07 shouldn't be
156.55/157.23	WSVECS04 Frhs2[1100]: 6 0 2.09715e+06 shouldn't be
156.55/157.23	WSVECS04 Frhs2[1283]: 6 0 5.36871e+08 shouldn't be
156.55/157.23	WSVECS04 Frhs2[2606]: 6 0 3.35544e+07 shouldn't be
158.05/158.72	WSVECS04 Frhs2[442]: 6 -5.49756e+11 0 shouldn't be
158.05/158.72	WSVECS04 Frhs2[661]: 6 -8.58993e+09 0 shouldn't be
158.05/158.72	WSVECS04 Frhs2[987]: 6 0 8.58993e+09 shouldn't be
158.05/158.72	WSVECS04 Frhs2[1045]: 6 0 65536 shouldn't be
158.05/158.72	WSVECS04 Frhs2[1049]: 6 0 1.04858e+06 shouldn't be
158.05/158.72	WSVECS04 Frhs2[1063]: 6 0 1.71799e+10 shouldn't be
158.05/158.72	WSVECS04 Frhs2[1065]: 6 0 6.87195e+10 shouldn't be
158.05/158.72	WSVECS04 Frhs2[1066]: 6 0 1.37439e+11 shouldn't be
158.05/158.72	WSVECS04 Frhs2[1114]: 6 0 3.43597e+10 shouldn't be
158.05/158.72	WSVECS04 Frhs2[1166]: 6 0 1.37439e+11 shouldn't be
158.05/158.72	WSVECS04 Frhs2[1185]: 6 0 2.14748e+09 shouldn't be
158.05/158.72	WSVECS04 Frhs2[1289]: 6 0 3.43597e+10 shouldn't be
158.05/158.72	WSVECS04 Frhs2[1358]: 6 0 5.36871e+08 shouldn't be
159.04/159.70	WSVECS04 Frhs2[38]: 6 -1.37514e+09 0 shouldn't be
159.04/159.70	WSVECS04 Frhs2[428]: 6 -3.35544e+07 0 shouldn't be
159.04/159.70	WSVECS04 Frhs2[583]: 6 -1.07374e+09 0 shouldn't be
159.04/159.70	WSVECS04 Frhs2[584]: 6 -2.14748e+09 0 shouldn't be
159.04/159.70	WSVECS04 Frhs2[662]: 6 -1.71799e+10 0 shouldn't be
159.04/159.70	WSVECS04 Frhs2[687]: 6 -1.71799e+10 0 shouldn't be
159.04/159.70	WSVECS04 Frhs2[688]: 6 -3.43597e+10 0 shouldn't be
159.04/159.70	WSVECS04 Frhs2[714]: 6 -6.87195e+10 0 shouldn't be
159.04/159.70	WSVECS04 Frhs2[965]: 6 0 2048 shouldn't be
159.04/159.70	WSVECS04 Frhs2[972]: 6 0 262144 shouldn't be
159.04/159.70	WSVECS04 Frhs2[986]: 6 0 4.29497e+09 shouldn't be
159.04/159.70	WSVECS04 Frhs2[1043]: 6 0 16384 shouldn't be
159.04/159.70	WSVECS04 Frhs2[1064]: 6 0 3.43597e+10 shouldn't be
159.04/159.70	WSVECS04 Frhs2[1297]: 6 0 8.79609e+12 shouldn't be
159.04/159.70	WSVECS04 Frhs2[1903]: 6 0 1.75922e+13 shouldn't be
159.04/159.70	WSVECS04 Frhs2[3823]: 6 0 131072 shouldn't be
159.04/159.70	WSVECS04 Frhs2[3927]: 6 0 2.09715e+06 shouldn't be
159.04/159.70	WSVECS04 Frhs2[3954]: 6 0 1.67772e+07 shouldn't be
160.45/161.14	WSVECS04 Frhs2[664]: 6 -6.87195e+10 0 shouldn't be
160.45/161.14	WSVECS04 Frhs2[690]: 6 -1.37439e+11 0 shouldn't be
160.45/161.14	WSVECS04 Frhs2[1270]: 6 0 2.19902e+12 shouldn't be
160.45/161.14	WSVECS04 Frhs2[1296]: 6 0 4.39805e+12 shouldn't be
160.45/161.14	WSVECS04 Frhs2[1374]: 6 0 3.51844e+13 shouldn't be
160.45/161.14	WSVECS04 Frhs2[1375]: 6 0 7.03687e+13 shouldn't be
160.45/161.14	WSVECS04 Frhs2[1400]: 6 0 7.03687e+13 shouldn't be
160.45/161.14	WSVECS04 Frhs2[2016]: 6 0 1.37439e+11 shouldn't be
160.45/161.14	WSVECS04 Frhs2[2018]: 6 0 5.49756e+11 shouldn't be
160.45/161.14	WSVECS04 Frhs2[3977]: 6 -1.40737e+14 0 shouldn't be
161.74/162.40	WSVECS04 Frhs2[1367]: 6 0 2.74878e+11 shouldn't be
163.03/163.76	WSVECS04 Frhs2[712]: 6 0 1.71799e+10 shouldn't be
164.14/164.89	WSVECS04 Frhs2[880]: 6 0 6.71089e+07 shouldn't be
164.14/164.89	WSVECS04 Frhs2[932]: 6 0 2.68435e+08 shouldn't be
164.14/164.89	WSVECS04 Frhs2[984]: 6 0 1.07374e+09 shouldn't be
164.14/164.89	WSVECS04 Frhs2[1010]: 6 0 2.14748e+09 shouldn't be
164.14/164.89	WSVECS04 Frhs2[1036]: 6 0 4.29497e+09 shouldn't be
166.23/166.91	WSVECS04 Frhs2[1904]: 6 0 3.51844e+13 shouldn't be
166.23/166.91	WSVECS04 Frhs2[3369]: 6 -1.09951e+12 0 shouldn't be
167.23/167.94	WSVECS04 Frhs2[1044]: 6 0 32768 shouldn't be
167.23/167.94	WSVECS04 Frhs2[2579]: 6 -7.03687e+13 0 shouldn't be
190.59/191.65	c #Conflicts:     115000 | #Constraints:      27929
190.59/191.65	c INPROCESSING
190.59/191.65	c GARBAGE COLLECT
190.59/191.65	c #Conflicts:     116000 | #Constraints:      19280
190.59/191.65	c #Conflicts:     117000 | #Constraints:      20280
190.59/191.65	c #Conflicts:     118000 | #Constraints:      21280
190.59/191.65	c #Conflicts:     119000 | #Constraints:      22280
190.59/191.65	c #Conflicts:     120000 | #Constraints:      23280
190.59/191.65	c #Conflicts:     121000 | #Constraints:      24280
190.59/191.65	c #Conflicts:     122000 | #Constraints:      25280
190.59/191.65	c #Conflicts:     123000 | #Constraints:      26280
190.59/191.65	c #Conflicts:     124000 | #Constraints:      27280
190.59/191.65	c #Conflicts:     125000 | #Constraints:      28280
190.59/191.65	c #Conflicts:     126000 | #Constraints:      29280
190.59/191.65	c #Conflicts:     127000 | #Constraints:      30280
190.59/191.65	c #Conflicts:     128000 | #Constraints:      31280
190.59/191.65	c #Conflicts:     129000 | #Constraints:      32280
190.59/191.65	c #Conflicts:     130000 | #Constraints:      33280
190.59/191.65	c #Conflicts:     131000 | #Constraints:      34280
190.59/191.65	c #Conflicts:     132000 | #Constraints:      35280
190.59/191.65	c #Conflicts:     133000 | #Constraints:      36280
190.59/191.65	c #Conflicts:     134000 | #Constraints:      37280
190.59/191.65	c #Conflicts:     135000 | #Constraints:      38280
190.59/191.65	c #Conflicts:     136000 | #Constraints:      39280
190.59/191.65	c #Conflicts:     137000 | #Constraints:      40280
190.59/191.65	c #Conflicts:     138000 | #Constraints:      41280
190.59/191.65	c #Conflicts:     139000 | #Constraints:      42280
190.59/191.65	c #Conflicts:     140000 | #Constraints:      43280
190.59/191.65	c INPROCESSING
190.59/191.65	c GARBAGE COLLECT
190.59/191.65	WSVECS04 Frhs2[21]: 6 -4.10404e+10 0 shouldn't be
190.59/191.65	WSVECS04 Frhs2[25]: 6 -8.59379e+07 0 shouldn't be
190.59/191.65	WSVECS04 Frhs2[42]: 6 0 7.47019e+10 shouldn't be
190.59/191.65	WSVECS04 Frhs2[43]: 6 -1.55853e+11 0 shouldn't be
190.59/191.65	WSVECS04 Frhs2[51]: 6 -2.58921e+12 0 shouldn't be
190.59/191.65	WSVECS04 Frhs2[52]: 6 -8.84148e+11 0 shouldn't be
190.59/191.65	WSVECS04 Frhs2[328]: 6 0 7.07404e+07 shouldn't be
190.59/191.65	WSVECS04 Frhs2[354]: 6 0 1.41481e+08 shouldn't be
190.59/191.65	WSVECS04 Frhs2[441]: 6 -5.84896e+11 0 shouldn't be
190.59/191.65	WSVECS04 Frhs2[553]: 6 -2.69404e+08 0 shouldn't be
190.59/191.65	WSVECS04 Frhs2[597]: 6 -1.88618e+13 0 shouldn't be
190.59/191.65	WSVECS04 Frhs2[598]: 6 -3.77237e+13 0 shouldn't be
190.59/191.65	WSVECS04 Frhs2[637]: 6 0 1.71799e+10 shouldn't be
190.59/191.65	WSVECS04 Frhs2[672]: 6 -1.88618e+13 0 shouldn't be
190.59/191.65	WSVECS04 Frhs2[675]: 6 -1.50895e+14 0 shouldn't be
190.59/191.65	WSVECS04 Frhs2[689]: 6 0 6.87195e+10 shouldn't be
190.59/191.65	WSVECS04 Frhs2[698]: 6 -3.77237e+13 0 shouldn't be
190.59/191.65	WSVECS04 Frhs2[707]: 6 -3.69376e+09 0 shouldn't be
190.59/191.65	WSVECS04 Frhs2[710]: 6 0 4.29497e+09 shouldn't be
190.59/191.65	WSVECS04 Frhs2[715]: 6 0 1.37439e+11 shouldn't be
190.59/191.65	WSVECS04 Frhs2[724]: 6 -7.54473e+13 0 shouldn't be
190.59/191.65	WSVECS04 Frhs2[771]: 6 0 276330 shouldn't be
190.59/191.65	WSVECS04 Frhs2[775]: 6 -3.02403e+06 0 shouldn't be
190.59/191.65	WSVECS04 Frhs2[779]: 6 -1.07422e+07 0 shouldn't be
190.59/191.65	WSVECS04 Frhs2[796]: 6 0 276330 shouldn't be
190.59/191.65	WSVECS04 Frhs2[797]: 6 0 552660 shouldn't be
190.59/191.65	WSVECS04 Frhs2[822]: 6 0 552660 shouldn't be
190.59/191.65	WSVECS04 Frhs2[823]: 6 0 1.10532e+06 shouldn't be
190.59/191.65	WSVECS04 Frhs2[848]: 6 0 1.10532e+06 shouldn't be
190.59/191.65	WSVECS04 Frhs2[849]: 6 0 2.21064e+06 shouldn't be
190.59/191.65	WSVECS04 Frhs2[853]: 6 -2.41923e+07 0 shouldn't be
190.59/191.65	WSVECS04 Frhs2[874]: 6 0 2.21064e+06 shouldn't be
190.59/191.65	WSVECS04 Frhs2[875]: 6 0 4.42128e+06 shouldn't be
190.59/191.65	WSVECS04 Frhs2[900]: 6 0 4.42128e+06 shouldn't be
190.59/191.65	WSVECS04 Frhs2[901]: 6 0 8.84255e+06 shouldn't be
190.59/191.65	WSVECS04 Frhs2[926]: 6 0 8.84255e+06 shouldn't be
190.59/191.65	WSVECS04 Frhs2[927]: 6 0 1.76851e+07 shouldn't be
190.59/191.65	WSVECS04 Frhs2[952]: 6 0 1.76851e+07 shouldn't be
190.59/191.65	WSVECS04 Frhs2[953]: 6 0 3.53702e+07 shouldn't be
190.59/191.65	WSVECS04 Frhs2[962]: 6 0 8.58993e+09 shouldn't be
190.59/191.65	WSVECS04 Frhs2[978]: 6 0 3.53702e+07 shouldn't be
190.59/191.65	WSVECS04 Frhs2[979]: 6 0 7.07404e+07 shouldn't be
190.59/191.65	WSVECS04 Frhs2[1004]: 6 0 7.07404e+07 shouldn't be
190.59/191.65	WSVECS04 Frhs2[1005]: 6 0 1.41481e+08 shouldn't be
190.59/191.65	WSVECS04 Frhs2[1030]: 6 0 1.41481e+08 shouldn't be
190.59/191.65	WSVECS04 Frhs2[1031]: 6 0 2.82962e+08 shouldn't be
190.59/191.65	WSVECS04 Frhs2[1056]: 6 0 2.82962e+08 shouldn't be
190.59/191.65	WSVECS04 Frhs2[1057]: 6 0 5.65923e+08 shouldn't be
190.59/191.65	WSVECS04 Frhs2[1082]: 6 0 5.65923e+08 shouldn't be
190.59/191.65	WSVECS04 Frhs2[1083]: 6 0 1.13185e+09 shouldn't be
190.59/191.65	WSVECS04 Frhs2[1108]: 6 0 1.13185e+09 shouldn't be
190.59/191.65	WSVECS04 Frhs2[1109]: 6 0 2.26369e+09 shouldn't be
190.59/191.65	WSVECS04 Frhs2[1123]: 6 0 1.10532e+06 shouldn't be
190.59/191.65	WSVECS04 Frhs2[1124]: 6 0 2.21064e+06 shouldn't be
190.59/191.65	WSVECS04 Frhs2[1125]: 6 0 4.42128e+06 shouldn't be
190.59/191.65	WSVECS04 Frhs2[1126]: 6 0 8.84255e+06 shouldn't be
190.59/191.65	WSVECS04 Frhs2[1127]: 6 0 1.76851e+07 shouldn't be
190.59/191.65	WSVECS04 Frhs2[1131]: 6 0 2.82962e+08 shouldn't be
190.59/191.65	WSVECS04 Frhs2[1132]: 6 0 5.65923e+08 shouldn't be
190.59/191.65	WSVECS04 Frhs2[1133]: 6 0 1.13185e+09 shouldn't be
190.59/191.65	WSVECS04 Frhs2[1135]: 6 0 4.52739e+09 shouldn't be
190.59/191.65	WSVECS04 Frhs2[1136]: 6 0 9.05477e+09 shouldn't be
190.59/191.65	WSVECS04 Frhs2[1137]: 6 0 1.81095e+10 shouldn't be
190.59/191.65	WSVECS04 Frhs2[1138]: 6 0 3.62191e+10 shouldn't be
190.59/191.65	WSVECS04 Frhs2[1140]: 6 0 6.87195e+10 shouldn't be
190.59/191.65	WSVECS04 Frhs2[1141]: 6 0 1.37439e+11 shouldn't be
190.59/191.65	WSVECS04 Frhs2[1142]: 6 0 2.74878e+11 shouldn't be
190.59/191.65	WSVECS04 Frhs2[1143]: 6 0 5.49756e+11 shouldn't be
190.59/191.65	WSVECS04 Frhs2[1160]: 6 0 4.52739e+09 shouldn't be
190.59/191.65	WSVECS04 Frhs2[1161]: 6 0 9.05477e+09 shouldn't be
190.59/191.65	WSVECS04 Frhs2[1164]: 6 -2.74363e+12 0 shouldn't be
190.59/191.65	WSVECS04 Frhs2[1186]: 6 0 9.05477e+09 shouldn't be
190.59/191.65	WSVECS04 Frhs2[1187]: 6 0 1.81095e+10 shouldn't be
190.59/191.65	WSVECS04 Frhs2[1212]: 6 0 1.81095e+10 shouldn't be
190.59/191.65	WSVECS04 Frhs2[1213]: 6 0 3.62191e+10 shouldn't be
190.59/191.65	WSVECS04 Frhs2[1227]: 6 0 1.76851e+07 shouldn't be
190.59/191.65	WSVECS04 Frhs2[1228]: 6 0 3.53702e+07 shouldn't be
190.59/191.65	WSVECS04 Frhs2[1229]: 6 0 7.07404e+07 shouldn't be
190.59/191.65	WSVECS04 Frhs2[1230]: 6 0 1.41481e+08 shouldn't be
190.59/191.65	WSVECS04 Frhs2[1231]: 6 0 2.82962e+08 shouldn't be
190.59/191.65	WSVECS04 Frhs2[1232]: 6 0 5.65923e+08 shouldn't be
190.59/191.65	WSVECS04 Frhs2[1233]: 6 0 1.13185e+09 shouldn't be
190.59/191.65	WSVECS04 Frhs2[1234]: 6 0 2.26369e+09 shouldn't be
190.59/191.65	WSVECS04 Frhs2[1235]: 6 0 4.52739e+09 shouldn't be
190.59/191.65	WSVECS04 Frhs2[1236]: 6 0 9.05477e+09 shouldn't be
190.59/191.65	WSVECS04 Frhs2[1237]: 6 0 1.81095e+10 shouldn't be
190.59/191.65	WSVECS04 Frhs2[1238]: 6 0 3.62191e+10 shouldn't be
190.59/191.65	WSVECS04 Frhs2[1239]: 6 0 7.24382e+10 shouldn't be
190.59/191.65	WSVECS04 Frhs2[1240]: 6 0 1.44876e+11 shouldn't be
190.59/191.65	WSVECS04 Frhs2[1241]: 6 0 2.89753e+11 shouldn't be
190.59/191.65	WSVECS04 Frhs2[1242]: 6 0 5.79506e+11 shouldn't be
190.59/191.65	WSVECS04 Frhs2[1243]: 6 0 1.15901e+12 shouldn't be
190.59/191.65	WSVECS04 Frhs2[1244]: 6 0 1.09951e+12 shouldn't be
190.59/191.65	WSVECS04 Frhs2[1245]: 6 0 2.19902e+12 shouldn't be
190.59/191.65	WSVECS04 Frhs2[1246]: 6 0 4.39805e+12 shouldn't be
190.59/191.65	WSVECS04 Frhs2[1247]: 6 0 8.79609e+12 shouldn't be
190.59/191.65	WSVECS04 Frhs2[1248]: 6 0 1.75922e+13 shouldn't be
190.59/191.65	WSVECS04 Frhs2[1264]: 6 0 7.24382e+10 shouldn't be
190.59/191.65	WSVECS04 Frhs2[1265]: 6 0 1.44876e+11 shouldn't be
190.59/191.65	WSVECS04 Frhs2[1266]: 6 0 7.87202e+12 shouldn't be
190.59/191.65	WSVECS04 Frhs2[1267]: 6 0 5.93188e+12 shouldn't be
190.59/191.65	WSVECS04 Frhs2[1290]: 6 0 1.44876e+11 shouldn't be
190.59/191.65	WSVECS04 Frhs2[1291]: 6 0 2.89753e+11 shouldn't be
190.59/191.65	WSVECS04 Frhs2[1303]: 6 0 3.53702e+07 shouldn't be
190.59/191.65	WSVECS04 Frhs2[1304]: 6 0 7.07404e+07 shouldn't be
190.59/191.65	WSVECS04 Frhs2[1305]: 6 0 1.41481e+08 shouldn't be
190.59/191.65	WSVECS04 Frhs2[1306]: 6 0 2.82962e+08 shouldn't be
190.59/191.65	WSVECS04 Frhs2[1307]: 6 0 5.65923e+08 shouldn't be
190.59/191.65	WSVECS04 Frhs2[1308]: 6 0 1.13185e+09 shouldn't be
190.59/191.65	WSVECS04 Frhs2[1309]: 6 0 2.26369e+09 shouldn't be
190.59/191.65	WSVECS04 Frhs2[1310]: 6 0 4.52739e+09 shouldn't be
190.59/191.65	WSVECS04 Frhs2[1311]: 6 0 9.05477e+09 shouldn't be
190.59/191.65	WSVECS04 Frhs2[1312]: 6 0 1.81095e+10 shouldn't be
190.59/191.65	WSVECS04 Frhs2[1313]: 6 0 3.62191e+10 shouldn't be
190.59/191.65	WSVECS04 Frhs2[1314]: 6 0 7.24382e+10 shouldn't be
190.59/191.65	WSVECS04 Frhs2[1315]: 6 0 1.44876e+11 shouldn't be
190.59/191.65	WSVECS04 Frhs2[1316]: 6 0 2.89753e+11 shouldn't be
190.59/191.65	WSVECS04 Frhs2[1317]: 6 0 5.79506e+11 shouldn't be
190.59/191.65	WSVECS04 Frhs2[1318]: 6 0 1.15901e+12 shouldn't be
190.59/191.65	WSVECS04 Frhs2[1319]: 6 0 2.31802e+12 shouldn't be
190.59/191.65	WSVECS04 Frhs2[1320]: 6 0 4.63604e+12 shouldn't be
190.59/191.65	WSVECS04 Frhs2[1322]: 6 0 8.79609e+12 shouldn't be
190.59/191.65	WSVECS04 Frhs2[1323]: 6 0 1.75922e+13 shouldn't be
190.59/191.65	WSVECS04 Frhs2[1324]: 6 0 3.51844e+13 shouldn't be
190.59/191.65	WSVECS04 Frhs2[1325]: 6 0 7.03687e+13 shouldn't be
190.59/191.65	WSVECS04 Frhs2[1326]: 6 0 1.40737e+14 shouldn't be
190.59/191.65	WSVECS04 Frhs2[1328]: 6 0 3.53702e+07 shouldn't be
190.59/191.65	WSVECS04 Frhs2[1329]: 6 0 7.07404e+07 shouldn't be
190.59/191.65	WSVECS04 Frhs2[1330]: 6 0 1.41481e+08 shouldn't be
190.59/191.65	WSVECS04 Frhs2[1331]: 6 0 2.82962e+08 shouldn't be
190.59/191.65	WSVECS04 Frhs2[1332]: 6 0 5.65923e+08 shouldn't be
190.59/191.65	WSVECS04 Frhs2[1333]: 6 0 1.13185e+09 shouldn't be
190.59/191.65	WSVECS04 Frhs2[1334]: 6 0 2.26369e+09 shouldn't be
190.59/191.65	WSVECS04 Frhs2[1335]: 6 0 4.52739e+09 shouldn't be
190.59/191.65	WSVECS04 Frhs2[1336]: 6 0 9.05477e+09 shouldn't be
190.59/191.65	WSVECS04 Frhs2[1337]: 6 0 1.81095e+10 shouldn't be
190.59/191.65	WSVECS04 Frhs2[1339]: 6 0 7.24382e+10 shouldn't be
190.59/191.65	WSVECS04 Frhs2[1340]: 6 0 1.44876e+11 shouldn't be
190.59/191.65	WSVECS04 Frhs2[1341]: 6 0 2.89753e+11 shouldn't be
190.59/191.65	WSVECS04 Frhs2[1342]: 6 0 5.79506e+11 shouldn't be
190.59/191.65	WSVECS04 Frhs2[1343]: 6 0 1.15901e+12 shouldn't be
190.59/191.65	WSVECS04 Frhs2[1344]: 6 0 2.31802e+12 shouldn't be
190.59/191.65	WSVECS04 Frhs2[1345]: 6 0 4.63604e+12 shouldn't be
190.59/191.65	WSVECS04 Frhs2[1346]: 6 0 9.27209e+12 shouldn't be
190.59/191.65	WSVECS04 Frhs2[1348]: 6 0 1.75922e+13 shouldn't be
190.59/191.65	WSVECS04 Frhs2[1349]: 6 0 3.51844e+13 shouldn't be
190.59/191.65	WSVECS04 Frhs2[1350]: 6 0 7.03687e+13 shouldn't be
190.59/191.65	WSVECS04 Frhs2[1351]: 6 0 1.40737e+14 shouldn't be
190.59/191.65	WSVECS04 Frhs2[1352]: 6 0 2.81475e+14 shouldn't be
190.59/191.65	WSVECS04 Frhs2[1368]: 6 0 1.15901e+12 shouldn't be
190.59/191.65	WSVECS04 Frhs2[1369]: 6 0 2.31802e+12 shouldn't be
190.59/191.65	WSVECS04 Frhs2[1394]: 6 0 2.31802e+12 shouldn't be
190.59/191.65	WSVECS04 Frhs2[1398]: 6 -1.26964e+12 0 shouldn't be
190.59/191.65	WSVECS04 Frhs2[1451]: 6 0 1.67772e+07 shouldn't be
190.59/191.65	WSVECS04 Frhs2[1729]: 6 -2.94716e+11 0 shouldn't be
190.59/191.65	WSVECS04 Frhs2[1999]: 6 -1.88618e+13 0 shouldn't be
190.59/191.65	WSVECS04 Frhs2[2047]: 6 -1.88618e+13 0 shouldn't be
190.59/191.65	WSVECS04 Frhs2[2070]: 6 0 276330 shouldn't be
190.59/191.65	WSVECS04 Frhs2[2277]: 6 0 5.66997e+09 shouldn't be
190.59/191.65	WSVECS04 Frhs2[2325]: 6 0 1.04882e+10 shouldn't be
190.59/191.65	WSVECS04 Frhs2[2745]: 6 -65536 0 shouldn't be
190.59/191.65	WSVECS04 Frhs2[3095]: 6 0 32768 shouldn't be
190.59/191.65	WSVECS04 Frhs2[3352]: 6 -3.01789e+14 0 shouldn't be
190.59/191.65	WSVECS04 Frhs2[3973]: 6 0 8.79609e+12 shouldn't be
190.59/191.65	WSVECS04 Frhs2[3998]: 6 -1.85442e+13 0 shouldn't be
190.59/191.65	WSVECS04 Frhs2[4047]: 6 0 9.27209e+12 shouldn't be
193.68/194.76	WSVECS04 Frhs2[11]: 6 -3.42183e+10 0 shouldn't be
193.68/194.76	WSVECS04 Frhs2[778]: 6 -5.37112e+06 0 shouldn't be
193.68/194.76	WSVECS04 Frhs2[1035]: 6 -3.09661e+09 0 shouldn't be
193.68/194.76	WSVECS04 Frhs2[1778]: 6 -5.89432e+11 0 shouldn't be
193.68/194.76	WSVECS04 Frhs2[2695]: 6 0 9.27209e+12 shouldn't be
193.68/194.76	WSVECS04 Frhs2[2706]: 6 -2.00006 0 shouldn't be
193.68/194.76	WSVECS04 Frhs2[2710]: 6 -32.0001 0 shouldn't be
193.68/194.76	WSVECS04 Frhs2[4112]: 6 -8.00009 0 shouldn't be
197.27/198.32	WSVECS04 Frhs2[2756]: 6 -6.71089e+07 0 shouldn't be
197.27/198.32	WSVECS04 Frhs2[2808]: 6 -2.68435e+08 0 shouldn't be
197.27/198.32	WSVECS04 Frhs2[2912]: 6 -4.29497e+09 0 shouldn't be
197.27/198.32	WSVECS04 Frhs2[2938]: 6 -8.58993e+09 0 shouldn't be
197.27/198.32	WSVECS04 Frhs2[2964]: 6 -1.71799e+10 0 shouldn't be
197.27/198.32	WSVECS04 Frhs2[2990]: 6 -3.43597e+10 0 shouldn't be
197.27/198.32	WSVECS04 Frhs2[3016]: 6 -6.87195e+10 0 shouldn't be
197.27/198.32	WSVECS04 Frhs2[3042]: 6 -1.37439e+11 0 shouldn't be
197.27/198.32	WSVECS04 Frhs2[3796]: 6 0 1.09951e+12 shouldn't be
197.27/198.32	WSVECS04 Frhs2[4115]: 6 -64.0001 0 shouldn't be
197.27/198.32	WSVECS04 Frhs2[4116]: 6 -128 0 shouldn't be
198.26/199.35	WSVECS04 Frhs2[2707]: 6 -4.00002 0 shouldn't be
199.86/200.96	WSVECS04 Frhs2[3385]: 6 0 16 shouldn't be
199.86/200.96	WSVECS04 Frhs2[3386]: 6 0 32 shouldn't be
201.26/202.33	WSVECS04 Frhs2[1338]: 6 0 3.62191e+10 shouldn't be
201.26/202.33	WSVECS04 Frhs2[2404]: 6 -5.49756e+11 0 shouldn't be
201.26/202.33	WSVECS04 Frhs2[2725]: 6 -1.04858e+06 0 shouldn't be
201.26/202.33	WSVECS04 Frhs2[3872]: 6 -4.39805e+12 0 shouldn't be
202.45/203.56	WSVECS04 Frhs2[2719]: 6 -16384 0 shouldn't be
202.45/203.56	WSVECS04 Frhs2[2834]: 6 -5.36871e+08 0 shouldn't be
202.45/203.56	WSVECS04 Frhs2[2860]: 6 -1.07374e+09 0 shouldn't be
202.45/203.56	WSVECS04 Frhs2[3636]: 6 0 5.24409e+09 shouldn't be
203.85/204.90	WSVECS04 Frhs2[11]: 6 -3.42183e+10 0 shouldn't be
203.85/204.90	WSVECS04 Frhs2[21]: 6 -4.10404e+10 0 shouldn't be
203.85/204.90	WSVECS04 Frhs2[25]: 6 -8.59379e+07 0 shouldn't be
203.85/204.90	WSVECS04 Frhs2[42]: 6 0 7.47019e+10 shouldn't be
203.85/204.90	WSVECS04 Frhs2[43]: 6 -1.55853e+11 0 shouldn't be
203.85/204.90	WSVECS04 Frhs2[51]: 6 -2.58921e+12 0 shouldn't be
203.85/204.90	WSVECS04 Frhs2[52]: 6 -8.84148e+11 0 shouldn't be
203.85/204.90	WSVECS04 Frhs2[302]: 6 0 3.53702e+07 shouldn't be
203.85/204.90	WSVECS04 Frhs2[354]: 6 0 1.41481e+08 shouldn't be
203.85/204.90	WSVECS04 Frhs2[441]: 6 -5.84896e+11 0 shouldn't be
203.85/204.90	WSVECS04 Frhs2[553]: 6 -2.69404e+08 0 shouldn't be
203.85/204.90	WSVECS04 Frhs2[597]: 6 -1.88618e+13 0 shouldn't be
203.85/204.90	WSVECS04 Frhs2[598]: 6 -3.77237e+13 0 shouldn't be
203.85/204.90	WSVECS04 Frhs2[637]: 6 0 1.71799e+10 shouldn't be
203.85/204.90	WSVECS04 Frhs2[672]: 6 -1.88618e+13 0 shouldn't be
203.85/204.90	WSVECS04 Frhs2[675]: 6 -1.50895e+14 0 shouldn't be
203.85/204.90	WSVECS04 Frhs2[689]: 6 0 6.87195e+10 shouldn't be
203.85/204.90	WSVECS04 Frhs2[698]: 6 -3.77237e+13 0 shouldn't be
203.85/204.90	WSVECS04 Frhs2[707]: 6 -3.69376e+09 0 shouldn't be
203.85/204.90	WSVECS04 Frhs2[715]: 6 0 1.37439e+11 shouldn't be
203.85/204.90	WSVECS04 Frhs2[724]: 6 -7.54473e+13 0 shouldn't be
203.85/204.90	WSVECS04 Frhs2[775]: 6 -3.02403e+06 0 shouldn't be
203.85/204.90	WSVECS04 Frhs2[779]: 6 -1.07422e+07 0 shouldn't be
203.85/204.90	WSVECS04 Frhs2[796]: 6 0 276330 shouldn't be
203.85/204.90	WSVECS04 Frhs2[822]: 6 0 552660 shouldn't be
203.85/204.90	WSVECS04 Frhs2[848]: 6 0 1.10532e+06 shouldn't be
203.85/204.90	WSVECS04 Frhs2[853]: 6 -2.41923e+07 0 shouldn't be
203.85/204.90	WSVECS04 Frhs2[874]: 6 0 2.21064e+06 shouldn't be
203.85/204.90	WSVECS04 Frhs2[900]: 6 0 4.42128e+06 shouldn't be
203.85/204.90	WSVECS04 Frhs2[926]: 6 0 8.84255e+06 shouldn't be
203.85/204.90	WSVECS04 Frhs2[927]: 6 0 1.76851e+07 shouldn't be
203.85/204.90	WSVECS04 Frhs2[952]: 6 0 1.76851e+07 shouldn't be
203.85/204.90	WSVECS04 Frhs2[978]: 6 0 3.53702e+07 shouldn't be
203.85/204.90	WSVECS04 Frhs2[979]: 6 0 7.07404e+07 shouldn't be
203.85/204.90	WSVECS04 Frhs2[1004]: 6 0 7.07404e+07 shouldn't be
203.85/204.90	WSVECS04 Frhs2[1030]: 6 0 1.41481e+08 shouldn't be
203.85/204.90	WSVECS04 Frhs2[1031]: 6 0 2.82962e+08 shouldn't be
203.85/204.90	WSVECS04 Frhs2[1056]: 6 0 2.82962e+08 shouldn't be
203.85/204.90	WSVECS04 Frhs2[1082]: 6 0 5.65923e+08 shouldn't be
203.85/204.90	WSVECS04 Frhs2[1108]: 6 0 1.13185e+09 shouldn't be
203.85/204.90	WSVECS04 Frhs2[1123]: 6 0 1.10532e+06 shouldn't be
203.85/204.90	WSVECS04 Frhs2[1124]: 6 0 2.21064e+06 shouldn't be
203.85/204.90	WSVECS04 Frhs2[1125]: 6 0 4.42128e+06 shouldn't be
203.85/204.90	WSVECS04 Frhs2[1126]: 6 0 8.84255e+06 shouldn't be
203.85/204.90	WSVECS04 Frhs2[1127]: 6 0 1.76851e+07 shouldn't be
203.85/204.90	WSVECS04 Frhs2[1131]: 6 0 2.82962e+08 shouldn't be
203.85/204.90	WSVECS04 Frhs2[1132]: 6 0 5.65923e+08 shouldn't be
203.85/204.90	WSVECS04 Frhs2[1133]: 6 0 1.13185e+09 shouldn't be
203.85/204.90	WSVECS04 Frhs2[1135]: 6 0 4.52739e+09 shouldn't be
203.85/204.90	WSVECS04 Frhs2[1136]: 6 0 9.05477e+09 shouldn't be
203.85/204.90	WSVECS04 Frhs2[1137]: 6 0 1.81095e+10 shouldn't be
203.85/204.90	WSVECS04 Frhs2[1138]: 6 0 3.62191e+10 shouldn't be
203.85/204.90	WSVECS04 Frhs2[1140]: 6 0 6.87195e+10 shouldn't be
203.85/204.90	WSVECS04 Frhs2[1141]: 6 0 1.37439e+11 shouldn't be
203.85/204.90	WSVECS04 Frhs2[1142]: 6 0 2.74878e+11 shouldn't be
203.85/204.90	WSVECS04 Frhs2[1143]: 6 0 5.49756e+11 shouldn't be
203.85/204.90	WSVECS04 Frhs2[1160]: 6 0 4.52739e+09 shouldn't be
203.85/204.90	WSVECS04 Frhs2[1161]: 6 0 9.05477e+09 shouldn't be
203.85/204.90	WSVECS04 Frhs2[1164]: 6 -2.74363e+12 0 shouldn't be
203.85/204.90	WSVECS04 Frhs2[1186]: 6 0 9.05477e+09 shouldn't be
203.85/204.90	WSVECS04 Frhs2[1187]: 6 0 1.81095e+10 shouldn't be
203.85/204.90	WSVECS04 Frhs2[1212]: 6 0 1.81095e+10 shouldn't be
203.85/204.90	WSVECS04 Frhs2[1213]: 6 0 3.62191e+10 shouldn't be
203.85/204.90	WSVECS04 Frhs2[1227]: 6 0 1.76851e+07 shouldn't be
203.85/204.90	WSVECS04 Frhs2[1228]: 6 0 3.53702e+07 shouldn't be
203.85/204.90	WSVECS04 Frhs2[1229]: 6 0 7.07404e+07 shouldn't be
203.85/204.90	WSVECS04 Frhs2[1230]: 6 0 1.41481e+08 shouldn't be
203.85/204.90	WSVECS04 Frhs2[1231]: 6 0 2.82962e+08 shouldn't be
203.85/204.90	WSVECS04 Frhs2[1232]: 6 0 5.65923e+08 shouldn't be
203.85/204.90	WSVECS04 Frhs2[1233]: 6 0 1.13185e+09 shouldn't be
203.85/204.90	WSVECS04 Frhs2[1234]: 6 0 2.26369e+09 shouldn't be
203.85/204.90	WSVECS04 Frhs2[1235]: 6 0 4.52739e+09 shouldn't be
203.85/204.90	WSVECS04 Frhs2[1236]: 6 0 9.05477e+09 shouldn't be
203.85/204.90	WSVECS04 Frhs2[1237]: 6 0 1.81095e+10 shouldn't be
203.85/204.90	WSVECS04 Frhs2[1238]: 6 0 3.62191e+10 shouldn't be
203.85/204.90	WSVECS04 Frhs2[1239]: 6 0 7.24382e+10 shouldn't be
203.85/204.90	WSVECS04 Frhs2[1240]: 6 0 1.44876e+11 shouldn't be
203.85/204.90	WSVECS04 Frhs2[1241]: 6 0 2.89753e+11 shouldn't be
203.85/204.90	WSVECS04 Frhs2[1242]: 6 0 5.79506e+11 shouldn't be
203.85/204.90	WSVECS04 Frhs2[1243]: 6 0 1.15901e+12 shouldn't be
203.85/204.90	WSVECS04 Frhs2[1244]: 6 0 1.09951e+12 shouldn't be
203.85/204.90	WSVECS04 Frhs2[1245]: 6 0 2.19902e+12 shouldn't be
203.85/204.90	WSVECS04 Frhs2[1246]: 6 0 4.39805e+12 shouldn't be
203.85/204.90	WSVECS04 Frhs2[1247]: 6 0 8.79609e+12 shouldn't be
203.85/204.90	WSVECS04 Frhs2[1248]: 6 0 1.75922e+13 shouldn't be
203.85/204.90	WSVECS04 Frhs2[1264]: 6 0 7.24382e+10 shouldn't be
203.85/204.90	WSVECS04 Frhs2[1265]: 6 0 1.44876e+11 shouldn't be
203.85/204.90	WSVECS04 Frhs2[1290]: 6 0 1.44876e+11 shouldn't be
203.85/204.90	WSVECS04 Frhs2[1291]: 6 0 2.89753e+11 shouldn't be
203.85/204.90	WSVECS04 Frhs2[1303]: 6 0 3.53702e+07 shouldn't be
203.85/204.90	WSVECS04 Frhs2[1304]: 6 0 7.07404e+07 shouldn't be
203.85/204.90	WSVECS04 Frhs2[1305]: 6 0 1.41481e+08 shouldn't be
203.85/204.90	WSVECS04 Frhs2[1306]: 6 0 2.82962e+08 shouldn't be
203.85/204.90	WSVECS04 Frhs2[1307]: 6 0 5.65923e+08 shouldn't be
203.85/204.90	WSVECS04 Frhs2[1308]: 6 0 1.13185e+09 shouldn't be
203.85/204.90	WSVECS04 Frhs2[1309]: 6 0 2.26369e+09 shouldn't be
203.85/204.90	WSVECS04 Frhs2[1310]: 6 0 4.52739e+09 shouldn't be
203.85/204.90	WSVECS04 Frhs2[1311]: 6 0 9.05477e+09 shouldn't be
203.85/204.90	WSVECS04 Frhs2[1312]: 6 0 1.81095e+10 shouldn't be
203.85/204.90	WSVECS04 Frhs2[1313]: 6 0 3.62191e+10 shouldn't be
203.85/204.90	WSVECS04 Frhs2[1314]: 6 0 7.24382e+10 shouldn't be
203.85/204.90	WSVECS04 Frhs2[1315]: 6 0 1.44876e+11 shouldn't be
203.85/204.90	WSVECS04 Frhs2[1316]: 6 0 2.89753e+11 shouldn't be
203.85/204.90	WSVECS04 Frhs2[1317]: 6 0 5.79506e+11 shouldn't be
203.85/204.90	WSVECS04 Frhs2[1318]: 6 0 1.15901e+12 shouldn't be
203.85/204.90	WSVECS04 Frhs2[1319]: 6 0 2.31802e+12 shouldn't be
203.85/204.90	WSVECS04 Frhs2[1320]: 6 0 4.63604e+12 shouldn't be
203.85/204.90	WSVECS04 Frhs2[1322]: 6 0 8.79609e+12 shouldn't be
203.85/204.90	WSVECS04 Frhs2[1323]: 6 0 1.75922e+13 shouldn't be
203.85/204.90	WSVECS04 Frhs2[1324]: 6 0 3.51844e+13 shouldn't be
203.85/204.90	WSVECS04 Frhs2[1325]: 6 0 7.03687e+13 shouldn't be
203.85/204.90	WSVECS04 Frhs2[1326]: 6 0 1.40737e+14 shouldn't be
203.85/204.90	WSVECS04 Frhs2[1328]: 6 0 3.53702e+07 shouldn't be
203.85/204.90	WSVECS04 Frhs2[1329]: 6 0 7.07404e+07 shouldn't be
203.85/204.90	WSVECS04 Frhs2[1330]: 6 0 1.41481e+08 shouldn't be
203.85/204.90	WSVECS04 Frhs2[1331]: 6 0 2.82962e+08 shouldn't be
203.85/204.90	WSVECS04 Frhs2[1332]: 6 0 5.65923e+08 shouldn't be
203.85/204.90	WSVECS04 Frhs2[1333]: 6 0 1.13185e+09 shouldn't be
203.85/204.90	WSVECS04 Frhs2[1334]: 6 0 2.26369e+09 shouldn't be
203.85/204.90	WSVECS04 Frhs2[1335]: 6 0 4.52739e+09 shouldn't be
203.85/204.90	WSVECS04 Frhs2[1336]: 6 0 9.05477e+09 shouldn't be
203.85/204.90	WSVECS04 Frhs2[1337]: 6 0 1.81095e+10 shouldn't be
203.85/204.90	WSVECS04 Frhs2[1339]: 6 0 7.24382e+10 shouldn't be
203.85/204.90	WSVECS04 Frhs2[1340]: 6 0 1.44876e+11 shouldn't be
203.85/204.90	WSVECS04 Frhs2[1341]: 6 0 2.89753e+11 shouldn't be
203.85/204.90	WSVECS04 Frhs2[1342]: 6 0 5.79506e+11 shouldn't be
203.85/204.90	WSVECS04 Frhs2[1343]: 6 0 1.15901e+12 shouldn't be
203.85/204.90	WSVECS04 Frhs2[1344]: 6 0 2.31802e+12 shouldn't be
203.85/204.90	WSVECS04 Frhs2[1345]: 6 0 4.63604e+12 shouldn't be
203.85/204.90	WSVECS04 Frhs2[1346]: 6 0 9.27209e+12 shouldn't be
203.85/204.90	WSVECS04 Frhs2[1348]: 6 0 1.75922e+13 shouldn't be
203.85/204.90	WSVECS04 Frhs2[1349]: 6 0 3.51844e+13 shouldn't be
203.85/204.90	WSVECS04 Frhs2[1350]: 6 0 7.03687e+13 shouldn't be
203.85/204.90	WSVECS04 Frhs2[1351]: 6 0 1.40737e+14 shouldn't be
203.85/204.90	WSVECS04 Frhs2[1352]: 6 0 2.81475e+14 shouldn't be
203.85/204.90	WSVECS04 Frhs2[1368]: 6 0 1.15901e+12 shouldn't be
203.85/204.90	WSVECS04 Frhs2[1369]: 6 0 2.31802e+12 shouldn't be
203.85/204.90	WSVECS04 Frhs2[1394]: 6 0 2.31802e+12 shouldn't be
203.85/204.90	WSVECS04 Frhs2[1398]: 6 -1.26964e+12 0 shouldn't be
203.85/204.90	WSVECS04 Frhs2[1419]: 6 0 65536 shouldn't be
203.85/204.90	WSVECS04 Frhs2[1427]: 6 0 1.67772e+07 shouldn't be
203.85/204.90	WSVECS04 Frhs2[1451]: 6 0 1.67772e+07 shouldn't be
203.85/204.90	WSVECS04 Frhs2[1729]: 6 -2.94716e+11 0 shouldn't be
203.85/204.90	WSVECS04 Frhs2[1876]: 6 0 2.35773e+12 shouldn't be
203.85/204.90	WSVECS04 Frhs2[2047]: 6 -1.88618e+13 0 shouldn't be
203.85/204.90	WSVECS04 Frhs2[2070]: 6 0 276330 shouldn't be
203.85/204.90	WSVECS04 Frhs2[2094]: 6 0 276330 shouldn't be
203.85/204.90	WSVECS04 Frhs2[2277]: 6 0 5.66997e+09 shouldn't be
203.85/204.90	WSVECS04 Frhs2[2325]: 6 0 1.04882e+10 shouldn't be
203.85/204.90	WSVECS04 Frhs2[3093]: 6 -5.89432e+11 0 shouldn't be
203.85/204.90	WSVECS04 Frhs2[3095]: 6 0 32768 shouldn't be
203.85/204.90	WSVECS04 Frhs2[3196]: 6 -4.71546e+12 0 shouldn't be
203.85/204.90	WSVECS04 Frhs2[3298]: 6 -1.88618e+13 0 shouldn't be
203.85/204.90	WSVECS04 Frhs2[3352]: 6 -3.01789e+14 0 shouldn't be
203.85/204.90	WSVECS04 Frhs2[3973]: 6 0 8.79609e+12 shouldn't be
203.85/204.90	WSVECS04 Frhs2[4047]: 6 0 9.27209e+12 shouldn't be
205.55/206.68	WSVECS04 Frhs2[771]: 6 0 276330 shouldn't be
205.55/206.68	WSVECS04 Frhs2[797]: 6 0 552660 shouldn't be
205.55/206.68	WSVECS04 Frhs2[823]: 6 0 1.10532e+06 shouldn't be
205.55/206.68	WSVECS04 Frhs2[849]: 6 0 2.21064e+06 shouldn't be
205.55/206.68	WSVECS04 Frhs2[875]: 6 0 4.42128e+06 shouldn't be
205.55/206.68	WSVECS04 Frhs2[901]: 6 0 8.84255e+06 shouldn't be
205.55/206.68	WSVECS04 Frhs2[953]: 6 0 3.53702e+07 shouldn't be
205.55/206.68	WSVECS04 Frhs2[1005]: 6 0 1.41481e+08 shouldn't be
205.55/206.68	WSVECS04 Frhs2[1057]: 6 0 5.65923e+08 shouldn't be
205.55/206.68	WSVECS04 Frhs2[1083]: 6 0 1.13185e+09 shouldn't be
205.55/206.68	WSVECS04 Frhs2[1109]: 6 0 2.26369e+09 shouldn't be
211.04/212.14	WSVECS04 Frhs2[778]: 6 -5.37112e+06 0 shouldn't be
211.04/212.14	WSVECS04 Frhs2[1035]: 6 -3.09661e+09 0 shouldn't be
212.94/214.10	WSVECS04 Frhs2[6]: 6 -2.04262e+09 0 shouldn't be
212.94/214.10	WSVECS04 Frhs2[63]: 6 -1.57262e+08 0 shouldn't be
212.94/214.10	WSVECS04 Frhs2[94]: 6 0 6.94642e+06 shouldn't be
212.94/214.10	WSVECS04 Frhs2[152]: 6 -2.51179e+08 0 shouldn't be
212.94/214.10	WSVECS04 Frhs2[178]: 6 -4.75163e+08 0 shouldn't be
212.94/214.10	WSVECS04 Frhs2[189]: 6 -2047.86 0 shouldn't be
212.94/214.10	WSVECS04 Frhs2[193]: 6 -32765.8 0 shouldn't be
212.94/214.10	WSVECS04 Frhs2[291]: 6 -8191.46 0 shouldn't be
212.94/214.10	WSVECS04 Frhs2[315]: 6 -4095.73 0 shouldn't be
212.94/214.10	WSVECS04 Frhs2[316]: 6 -8191.46 0 shouldn't be
212.94/214.10	WSVECS04 Frhs2[317]: 6 -16382.9 0 shouldn't be
212.94/214.10	WSVECS04 Frhs2[326]: 6 -8.38805e+06 0 shouldn't be
212.94/214.10	WSVECS04 Frhs2[341]: 6 -8191.46 0 shouldn't be
212.94/214.10	WSVECS04 Frhs2[445]: 6 0 969886 shouldn't be
212.94/214.10	WSVECS04 Frhs2[450]: 6 0 278.883 shouldn't be
212.94/214.10	WSVECS04 Frhs2[451]: 6 0 557.766 shouldn't be
212.94/214.10	WSVECS04 Frhs2[455]: 6 0 8924.26 shouldn't be
212.94/214.10	WSVECS04 Frhs2[475]: 6 0 278.883 shouldn't be
212.94/214.10	WSVECS04 Frhs2[478]: 6 0 2231.07 shouldn't be
212.94/214.10	WSVECS04 Frhs2[480]: 6 0 8924.26 shouldn't be
212.94/214.10	WSVECS04 Frhs2[484]: 6 0 142788 shouldn't be
212.94/214.10	WSVECS04 Frhs2[652]: 6 -3.87526e+10 0 shouldn't be
212.94/214.10	WSVECS04 Frhs2[817]: 6 -2.02533e+09 0 shouldn't be
212.94/214.10	WSVECS04 Frhs2[840]: 6 -8.34452e+08 0 shouldn't be
212.94/214.10	WSVECS04 Frhs2[892]: 6 -2.02533e+09 0 shouldn't be
212.94/214.10	WSVECS04 Frhs2[909]: 6 -2.18185e+09 0 shouldn't be
212.94/214.10	WSVECS04 Frhs2[944]: 6 -2.71782e+10 0 shouldn't be
212.94/214.10	WSVECS04 Frhs2[978]: 6 0 1115.53 shouldn't be
212.94/214.10	WSVECS04 Frhs2[992]: 6 -2.02533e+09 0 shouldn't be
212.94/214.10	WSVECS04 Frhs2[1012]: 6 -3.41984e+10 0 shouldn't be
212.94/214.10	WSVECS04 Frhs2[1017]: 6 -1.42954e+11 0 shouldn't be
212.94/214.10	WSVECS04 Frhs2[1393]: 6 -3.71822e+11 0 shouldn't be
212.94/214.10	WSVECS04 Frhs2[2298]: 6 -9.81594e+09 0 shouldn't be
212.94/214.10	WSVECS04 Frhs2[2371]: 6 -1.96319e+10 0 shouldn't be
212.94/214.10	WSVECS04 Frhs2[3495]: 6 0 2.9612e+09 shouldn't be
214.63/215.77	WSVECS04 Frhs2[232]: 6 0 35697.1 shouldn't be
214.63/215.77	WSVECS04 Frhs2[302]: 6 0 1115.53 shouldn't be
214.63/215.77	WSVECS04 Frhs2[306]: 6 0 17848.5 shouldn't be
214.63/215.77	WSVECS04 Frhs2[310]: 6 0 285576 shouldn't be
214.63/215.77	WSVECS04 Frhs2[354]: 6 0 4462.13 shouldn't be
214.63/215.77	WSVECS04 Frhs2[362]: 6 0 1.14231e+06 shouldn't be
214.63/215.77	WSVECS04 Frhs2[492]: 6 0 3.65538e+07 shouldn't be
214.63/215.77	WSVECS04 Frhs2[515]: 6 0 4.50754e+09 shouldn't be
214.63/215.77	WSVECS04 Frhs2[517]: 6 0 3.65538e+07 shouldn't be
214.63/215.77	WSVECS04 Frhs2[518]: 6 0 7.31076e+07 shouldn't be
214.63/215.77	WSVECS04 Frhs2[543]: 6 0 7.31076e+07 shouldn't be
214.63/215.77	WSVECS04 Frhs2[544]: 6 0 1.46215e+08 shouldn't be
214.63/215.77	WSVECS04 Frhs2[670]: 6 0 2.9243e+08 shouldn't be
214.63/215.77	WSVECS04 Frhs2[696]: 6 0 5.8486e+08 shouldn't be
214.63/215.77	WSVECS04 Frhs2[891]: 6 -9.38221e+09 0 shouldn't be
214.63/215.77	WSVECS04 Frhs2[893]: 6 -4.05067e+09 0 shouldn't be
214.63/215.77	WSVECS04 Frhs2[990]: 6 -2.60148e+09 0 shouldn't be
214.63/215.77	WSVECS04 Frhs2[991]: 6 -1.01266e+09 0 shouldn't be
214.63/215.77	WSVECS04 Frhs2[1191]: 6 -8.40532e+10 0 shouldn't be
214.63/215.77	WSVECS04 Frhs2[2108]: 6 -3.16459e+07 0 shouldn't be
214.63/215.77	WSVECS04 Frhs2[2114]: 6 -2.02534e+09 0 shouldn't be
214.63/215.77	WSVECS04 Frhs2[2115]: 6 -2.57007e+09 0 shouldn't be
214.63/215.77	WSVECS04 Frhs2[2347]: 6 -1.96319e+10 0 shouldn't be
214.63/215.77	WSVECS04 Frhs2[2722]: 6 -8.7151 0 shouldn't be
214.63/215.77	WSVECS04 Frhs2[2724]: 6 -34.8604 0 shouldn't be
214.63/215.77	WSVECS04 Frhs2[2808]: 6 -17848.5 0 shouldn't be
214.63/215.77	WSVECS04 Frhs2[3189]: 6 -1.93273e+10 0 shouldn't be
214.63/215.77	WSVECS04 Frhs2[3463]: 6 0 6.32917e+07 shouldn't be
214.63/215.77	WSVECS04 Frhs2[3567]: 6 0 1.01266e+09 shouldn't be
214.63/215.77	WSVECS04 Frhs2[3719]: 6 -2.02533e+09 0 shouldn't be
214.63/215.77	WSVECS04 Frhs2[4152]: 6 -5.8486e+08 0 shouldn't be
216.32/217.46	WSVECS04 Frhs2[198]: 6 0 38.9263 shouldn't be
216.32/217.46	WSVECS04 Frhs2[392]: 6 -1.18774e+09 0 shouldn't be
216.32/217.46	WSVECS04 Frhs2[449]: 6 0 77.8525 shouldn't be
216.32/217.46	WSVECS04 Frhs2[483]: 6 0 39860.5 shouldn't be
216.32/217.46	WSVECS04 Frhs2[551]: 6 -8.3883e+06 0 shouldn't be
216.32/217.46	WSVECS04 Frhs2[598]: 6 -3.53152e+09 0 shouldn't be
216.32/217.46	WSVECS04 Frhs2[770]: 6 0 2.0381e+09 shouldn't be
216.32/217.46	WSVECS04 Frhs2[797]: 6 0 9.73156 shouldn't be
216.32/217.46	WSVECS04 Frhs2[943]: 6 -16383.4 0 shouldn't be
216.32/217.46	WSVECS04 Frhs2[944]: 6 -8.00144e+09 0 shouldn't be
216.32/217.46	WSVECS04 Frhs2[1655]: 6 -1076.78 0 shouldn't be
216.32/217.46	WSVECS04 Frhs2[2864]: 6 -2.66385e+07 0 shouldn't be
216.32/217.46	WSVECS04 Frhs2[2914]: 6 -3.43829e+09 0 shouldn't be
216.32/217.46	WSVECS04 Frhs2[2941]: 6 -1.06554e+08 0 shouldn't be
216.32/217.46	WSVECS04 Frhs2[3098]: 6 -9.34119e+07 0 shouldn't be
216.32/217.46	WSVECS04 Frhs2[3123]: 6 0 9.34119e+07 shouldn't be
282.16/283.67	c #Conflicts:     141000 | #Constraints:      26828
282.16/283.67	c #Conflicts:     142000 | #Constraints:      27828
282.16/283.67	c #Conflicts:     143000 | #Constraints:      28828
282.16/283.67	c #Conflicts:     144000 | #Constraints:      29828
282.16/283.67	c #Conflicts:     145000 | #Constraints:      30828
282.16/283.67	c #Conflicts:     146000 | #Constraints:      31828
282.16/283.67	c #Conflicts:     147000 | #Constraints:      32828
282.16/283.67	c #Conflicts:     148000 | #Constraints:      33828
282.16/283.67	c #Conflicts:     149000 | #Constraints:      34828
282.16/283.67	c #Conflicts:     150000 | #Constraints:      35828
282.16/283.67	c INPROCESSING
282.16/283.67	c GARBAGE COLLECT
282.16/283.67	c #Conflicts:     151000 | #Constraints:      23327
282.16/283.67	c #Conflicts:     152000 | #Constraints:      24327
282.16/283.67	c #Conflicts:     153000 | #Constraints:      25327
282.16/283.67	c #Conflicts:     154000 | #Constraints:      26327
282.16/283.67	c #Conflicts:     155000 | #Constraints:      27327
282.16/283.67	c #Conflicts:     156000 | #Constraints:      28327
282.16/283.67	c #Conflicts:     157000 | #Constraints:      29327
282.16/283.67	c #Conflicts:     158000 | #Constraints:      30327
282.16/283.67	c #Conflicts:     159000 | #Constraints:      31327
282.16/283.67	c INPROCESSING
282.16/283.67	c GARBAGE COLLECT
282.16/283.67	c #Conflicts:     160000 | #Constraints:      20895
282.16/283.67	c #Conflicts:     161000 | #Constraints:      21895
282.16/283.67	c #Conflicts:     162000 | #Constraints:      22895
282.16/283.67	c #Conflicts:     163000 | #Constraints:      23895
282.16/283.67	c #Conflicts:     164000 | #Constraints:      24895
282.16/283.67	c #Conflicts:     165000 | #Constraints:      25895
282.16/283.67	c #Conflicts:     166000 | #Constraints:      26895
282.16/283.67	c #Conflicts:     167000 | #Constraints:      27895
282.16/283.67	c #Conflicts:     168000 | #Constraints:      28895
282.16/283.67	c #Conflicts:     169000 | #Constraints:      29895
282.16/283.67	c #Conflicts:     170000 | #Constraints:      30895
282.16/283.67	c #Conflicts:     171000 | #Constraints:      31895
282.16/283.67	c #Conflicts:     172000 | #Constraints:      32895
282.16/283.67	c #Conflicts:     173000 | #Constraints:      33895
282.16/283.67	c #Conflicts:     174000 | #Constraints:      34895
282.16/283.67	c #Conflicts:     175000 | #Constraints:      35895
282.16/283.67	c #Conflicts:     176000 | #Constraints:      36895
282.16/283.67	c #Conflicts:     177000 | #Constraints:      37895
282.16/283.67	c #Conflicts:     178000 | #Constraints:      38895
282.16/283.67	c #Conflicts:     179000 | #Constraints:      39895
282.16/283.67	c #Conflicts:     180000 | #Constraints:      40895
282.16/283.67	c #Conflicts:     181000 | #Constraints:      41895
282.16/283.67	c #Conflicts:     182000 | #Constraints:      42895
282.16/283.67	c #Conflicts:     183000 | #Constraints:      43895
282.16/283.67	c #Conflicts:     184000 | #Constraints:      44895
282.16/283.67	c #Conflicts:     185000 | #Constraints:      45895
282.16/283.67	c #Conflicts:     186000 | #Constraints:      46895
282.16/283.67	c #Conflicts:     187000 | #Constraints:      47895
282.16/283.67	c #Conflicts:     188000 | #Constraints:      48895
282.16/283.67	c #Conflicts:     189000 | #Constraints:      49895
282.16/283.67	c INPROCESSING
282.16/283.67	c GARBAGE COLLECT
282.16/283.67	c #Conflicts:     190000 | #Constraints:      30377
282.16/283.67	c #Conflicts:     191000 | #Constraints:      31377
282.16/283.67	c #Conflicts:     192000 | #Constraints:      32377
282.16/283.67	c #Conflicts:     193000 | #Constraints:      33377
282.16/283.67	c #Conflicts:     194000 | #Constraints:      34377
282.16/283.67	c #Conflicts:     195000 | #Constraints:      35377
282.16/283.67	c #Conflicts:     196000 | #Constraints:      36377
282.16/283.67	c #Conflicts:     197000 | #Constraints:      37377
282.16/283.67	c #Conflicts:     198000 | #Constraints:      38377
282.16/283.67	c #Conflicts:     199000 | #Constraints:      39377
282.16/283.67	c #Conflicts:     200000 | #Constraints:      40377
282.16/283.67	c INPROCESSING
282.16/283.67	c GARBAGE COLLECT
282.16/283.67	c #Conflicts:     201000 | #Constraints:      25679
282.16/283.67	c #Conflicts:     202000 | #Constraints:      26679
282.16/283.67	c #Conflicts:     203000 | #Constraints:      27679
282.16/283.67	c #Conflicts:     204000 | #Constraints:      28679
282.16/283.67	c #Conflicts:     205000 | #Constraints:      29679
282.16/283.67	c #Conflicts:     206000 | #Constraints:      30679
282.16/283.67	c #Conflicts:     207000 | #Constraints:      31679
282.16/283.67	c #Conflicts:     208000 | #Constraints:      32679
282.16/283.67	c #Conflicts:     209000 | #Constraints:      33679
282.16/283.67	c #Conflicts:     210000 | #Constraints:      34679
282.16/283.67	c #Conflicts:     211000 | #Constraints:      35679
282.16/283.67	c INPROCESSING
282.16/283.67	c GARBAGE COLLECT
282.16/283.67	c #Conflicts:     212000 | #Constraints:      23215
282.16/283.67	c #Conflicts:     213000 | #Constraints:      24215
282.16/283.67	c #Conflicts:     214000 | #Constraints:      25215
282.16/283.67	c #Conflicts:     215000 | #Constraints:      26215
282.16/283.67	c #Conflicts:     216000 | #Constraints:      27215
312.46/314.49	c #Conflicts:     217000 | #Constraints:      28215
312.46/314.49	c #Conflicts:     218000 | #Constraints:      29215
312.46/314.49	c #Conflicts:     219000 | #Constraints:      30215
312.46/314.49	c #Conflicts:     220000 | #Constraints:      31215
312.46/314.49	c #Conflicts:     221000 | #Constraints:      32215
312.46/314.49	c #Conflicts:     222000 | #Constraints:      33215
312.46/314.49	c #Conflicts:     223000 | #Constraints:      34215
312.46/314.49	c #Conflicts:     224000 | #Constraints:      35215
312.46/314.49	c #Conflicts:     225000 | #Constraints:      36215
312.46/314.49	c #Conflicts:     226000 | #Constraints:      37215
312.46/314.49	c #Conflicts:     227000 | #Constraints:      38215
312.46/314.49	c #Conflicts:     228000 | #Constraints:      39215
312.46/314.49	c #Conflicts:     229000 | #Constraints:      40215
312.46/314.49	c #Conflicts:     230000 | #Constraints:      41215
312.46/314.49	c #Conflicts:     231000 | #Constraints:      42215
312.46/314.49	c #Conflicts:     232000 | #Constraints:      43215
312.46/314.49	c #Conflicts:     233000 | #Constraints:      44215
312.46/314.49	c #Conflicts:     234000 | #Constraints:      45215
312.46/314.49	c #Conflicts:     235000 | #Constraints:      46215
312.46/314.49	c #Conflicts:     236000 | #Constraints:      47215
312.46/314.49	c #Conflicts:     237000 | #Constraints:      48215
312.46/314.49	c #Conflicts:     238000 | #Constraints:      49215
312.46/314.49	c #Conflicts:     239000 | #Constraints:      50215
312.46/314.49	c #Conflicts:     240000 | #Constraints:      51215
312.46/314.49	c #Conflicts:     241000 | #Constraints:      52215
312.46/314.49	c #Conflicts:     242000 | #Constraints:      53215
312.46/314.49	c #Conflicts:     243000 | #Constraints:      54216
312.46/314.49	c #Conflicts:     244000 | #Constraints:      55216
312.46/314.49	c #Conflicts:     245000 | #Constraints:      56216
312.46/314.49	c INPROCESSING
312.46/314.49	c GARBAGE COLLECT
312.46/314.49	WSVECS04 Frhs2[14]: 6 -7.01288e+09 0 shouldn't be
312.46/314.49	WSVECS04 Frhs2[16]: 6 -1.07374e+10 0 shouldn't be
312.46/314.49	WSVECS04 Frhs2[17]: 6 -3.5165e+10 0 shouldn't be
312.46/314.49	WSVECS04 Frhs2[22]: 6 -1.09951e+12 0 shouldn't be
312.46/314.49	WSVECS04 Frhs2[23]: 6 -2.2334e+12 0 shouldn't be
312.46/314.49	WSVECS04 Frhs2[24]: 6 -4.94784e+12 0 shouldn't be
312.46/314.49	WSVECS04 Frhs2[25]: 6 -6.87754e+10 0 shouldn't be
312.46/314.49	WSVECS04 Frhs2[26]: 6 -1.52003e+07 0 shouldn't be
312.46/314.49	WSVECS04 Frhs2[41]: 6 -1.27631e+07 0 shouldn't be
312.46/314.49	WSVECS04 Frhs2[42]: 6 -1.93871e+08 0 shouldn't be
312.46/314.49	WSVECS04 Frhs2[51]: 6 -3.70788e+09 0 shouldn't be
312.46/314.49	WSVECS04 Frhs2[405]: 6 -1.34217e+08 0 shouldn't be
312.46/314.49	WSVECS04 Frhs2[601]: 6 -1.20774e+07 0 shouldn't be
312.46/314.49	WSVECS04 Frhs2[627]: 6 -2.41547e+07 0 shouldn't be
312.46/314.49	WSVECS04 Frhs2[653]: 6 -4.83095e+07 0 shouldn't be
312.46/314.49	WSVECS04 Frhs2[743]: 6 0 16384 shouldn't be
312.46/314.49	WSVECS04 Frhs2[746]: 6 0 131072 shouldn't be
312.46/314.49	WSVECS04 Frhs2[747]: 6 0 262144 shouldn't be
312.46/314.49	WSVECS04 Frhs2[748]: 6 0 524288 shouldn't be
312.46/314.49	WSVECS04 Frhs2[749]: 6 0 1.04858e+06 shouldn't be
312.46/314.49	WSVECS04 Frhs2[769]: 6 0 32768 shouldn't be
312.46/314.49	WSVECS04 Frhs2[772]: 6 0 262144 shouldn't be
312.46/314.49	WSVECS04 Frhs2[773]: 6 0 524288 shouldn't be
312.46/314.49	WSVECS04 Frhs2[774]: 6 0 1.04858e+06 shouldn't be
312.46/314.49	WSVECS04 Frhs2[775]: 6 0 2.09715e+06 shouldn't be
312.46/314.49	WSVECS04 Frhs2[795]: 6 0 65536 shouldn't be
312.46/314.49	WSVECS04 Frhs2[798]: 6 0 524288 shouldn't be
312.46/314.49	WSVECS04 Frhs2[799]: 6 0 1.04858e+06 shouldn't be
312.46/314.49	WSVECS04 Frhs2[800]: 6 0 2.09715e+06 shouldn't be
312.46/314.49	WSVECS04 Frhs2[801]: 6 0 4.1943e+06 shouldn't be
312.46/314.49	WSVECS04 Frhs2[815]: 6 0 2048 shouldn't be
312.46/314.49	WSVECS04 Frhs2[816]: 6 0 4096 shouldn't be
312.46/314.49	WSVECS04 Frhs2[817]: 6 0 8192 shouldn't be
312.46/314.49	WSVECS04 Frhs2[818]: 6 0 16384 shouldn't be
312.46/314.49	WSVECS04 Frhs2[819]: 6 0 32768 shouldn't be
312.46/314.49	WSVECS04 Frhs2[820]: 6 0 65536 shouldn't be
312.46/314.49	WSVECS04 Frhs2[821]: 6 0 131072 shouldn't be
312.46/314.49	WSVECS04 Frhs2[822]: 6 0 262144 shouldn't be
312.46/314.49	WSVECS04 Frhs2[823]: 6 0 524288 shouldn't be
312.46/314.49	WSVECS04 Frhs2[824]: 6 0 1.04858e+06 shouldn't be
312.46/314.49	WSVECS04 Frhs2[825]: 6 0 2.09715e+06 shouldn't be
312.46/314.49	WSVECS04 Frhs2[826]: 6 0 4.1943e+06 shouldn't be
312.46/314.49	WSVECS04 Frhs2[827]: 6 0 8.38861e+06 shouldn't be
312.46/314.49	WSVECS04 Frhs2[828]: 6 0 1.67772e+07 shouldn't be
312.46/314.49	WSVECS04 Frhs2[829]: 6 0 3.35544e+07 shouldn't be
312.46/314.49	WSVECS04 Frhs2[830]: 6 0 6.71089e+07 shouldn't be
312.46/314.49	WSVECS04 Frhs2[831]: 6 0 1.34218e+08 shouldn't be
312.46/314.49	WSVECS04 Frhs2[832]: 6 0 2.68435e+08 shouldn't be
312.46/314.49	WSVECS04 Frhs2[847]: 6 0 262144 shouldn't be
312.46/314.49	WSVECS04 Frhs2[850]: 6 0 2.09715e+06 shouldn't be
312.46/314.49	WSVECS04 Frhs2[851]: 6 0 4.1943e+06 shouldn't be
312.46/314.49	WSVECS04 Frhs2[852]: 6 0 8.38861e+06 shouldn't be
312.46/314.49	WSVECS04 Frhs2[853]: 6 0 1.67772e+07 shouldn't be
312.46/314.49	WSVECS04 Frhs2[873]: 6 0 524288 shouldn't be
312.46/314.49	WSVECS04 Frhs2[876]: 6 0 4.1943e+06 shouldn't be
312.46/314.49	WSVECS04 Frhs2[877]: 6 0 8.38861e+06 shouldn't be
312.46/314.49	WSVECS04 Frhs2[878]: 6 0 1.67772e+07 shouldn't be
312.46/314.49	WSVECS04 Frhs2[879]: 6 0 3.35544e+07 shouldn't be
312.46/314.49	WSVECS04 Frhs2[899]: 6 0 1.04858e+06 shouldn't be
312.46/314.49	WSVECS04 Frhs2[902]: 6 0 8.38861e+06 shouldn't be
312.46/314.49	WSVECS04 Frhs2[903]: 6 0 1.67772e+07 shouldn't be
312.46/314.49	WSVECS04 Frhs2[904]: 6 0 3.35544e+07 shouldn't be
312.46/314.49	WSVECS04 Frhs2[905]: 6 0 6.71089e+07 shouldn't be
312.46/314.49	WSVECS04 Frhs2[912]: 6 0 256 shouldn't be
312.46/314.49	WSVECS04 Frhs2[913]: 6 0 512 shouldn't be
312.46/314.49	WSVECS04 Frhs2[914]: 6 0 1024 shouldn't be
312.46/314.49	WSVECS04 Frhs2[915]: 6 0 2048 shouldn't be
312.46/314.49	WSVECS04 Frhs2[918]: 6 0 16384 shouldn't be
312.46/314.49	WSVECS04 Frhs2[919]: 6 0 32768 shouldn't be
312.46/314.49	WSVECS04 Frhs2[920]: 6 0 65536 shouldn't be
312.46/314.49	WSVECS04 Frhs2[921]: 6 0 131072 shouldn't be
312.46/314.49	WSVECS04 Frhs2[922]: 6 0 262144 shouldn't be
312.46/314.49	WSVECS04 Frhs2[923]: 6 0 524288 shouldn't be
312.46/314.49	WSVECS04 Frhs2[924]: 6 0 1.04858e+06 shouldn't be
312.46/314.49	WSVECS04 Frhs2[925]: 6 0 2.09715e+06 shouldn't be
312.46/314.49	WSVECS04 Frhs2[926]: 6 0 4.1943e+06 shouldn't be
312.46/314.49	WSVECS04 Frhs2[927]: 6 0 8.38861e+06 shouldn't be
312.46/314.49	WSVECS04 Frhs2[928]: 6 0 1.67772e+07 shouldn't be
312.46/314.49	WSVECS04 Frhs2[929]: 6 0 3.35544e+07 shouldn't be
312.46/314.49	WSVECS04 Frhs2[930]: 6 0 6.71089e+07 shouldn't be
312.46/314.49	WSVECS04 Frhs2[931]: 6 0 1.34218e+08 shouldn't be
312.46/314.49	WSVECS04 Frhs2[932]: 6 0 2.68435e+08 shouldn't be
312.46/314.49	WSVECS04 Frhs2[933]: 6 0 5.36871e+08 shouldn't be
312.46/314.49	WSVECS04 Frhs2[934]: 6 0 1.07374e+09 shouldn't be
312.46/314.49	WSVECS04 Frhs2[935]: 6 0 2.14748e+09 shouldn't be
312.46/314.49	WSVECS04 Frhs2[936]: 6 0 4.29497e+09 shouldn't be
312.46/314.49	WSVECS04 Frhs2[951]: 6 0 4.1943e+06 shouldn't be
312.46/314.49	WSVECS04 Frhs2[954]: 6 0 3.35544e+07 shouldn't be
312.46/314.49	WSVECS04 Frhs2[955]: 6 0 6.71089e+07 shouldn't be
312.46/314.49	WSVECS04 Frhs2[956]: 6 0 1.34218e+08 shouldn't be
312.46/314.49	WSVECS04 Frhs2[957]: 6 0 2.68435e+08 shouldn't be
312.46/314.49	WSVECS04 Frhs2[977]: 6 0 8.38861e+06 shouldn't be
312.46/314.49	WSVECS04 Frhs2[980]: 6 0 6.71089e+07 shouldn't be
312.46/314.49	WSVECS04 Frhs2[981]: 6 0 1.34218e+08 shouldn't be
312.46/314.49	WSVECS04 Frhs2[982]: 6 0 2.68435e+08 shouldn't be
312.46/314.49	WSVECS04 Frhs2[983]: 6 0 5.36871e+08 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1003]: 6 0 1.67772e+07 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1006]: 6 0 1.34218e+08 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1007]: 6 0 2.68435e+08 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1008]: 6 0 5.36871e+08 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1009]: 6 0 1.07374e+09 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1029]: 6 0 3.35544e+07 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1032]: 6 0 2.68435e+08 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1033]: 6 0 5.36871e+08 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1034]: 6 0 1.07374e+09 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1035]: 6 0 2.14748e+09 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1055]: 6 0 6.71089e+07 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1058]: 6 0 5.36871e+08 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1059]: 6 0 1.07374e+09 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1060]: 6 0 2.14748e+09 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1061]: 6 0 4.29497e+09 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1081]: 6 0 1.34218e+08 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1084]: 6 0 1.07374e+09 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1085]: 6 0 2.14748e+09 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1086]: 6 0 4.29497e+09 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1087]: 6 0 8.58993e+09 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1107]: 6 0 2.68435e+08 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1110]: 6 0 2.14748e+09 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1111]: 6 0 4.29497e+09 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1112]: 6 0 8.58993e+09 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1113]: 6 0 1.71799e+10 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1133]: 6 0 5.36871e+08 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1136]: 6 0 4.29497e+09 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1137]: 6 0 8.58993e+09 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1138]: 6 0 1.71799e+10 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1139]: 6 0 3.43597e+10 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1159]: 6 0 1.07374e+09 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1162]: 6 0 8.58993e+09 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1163]: 6 0 1.71799e+10 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1164]: 6 0 3.43597e+10 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1165]: 6 0 6.87195e+10 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1175]: 6 0 2.09715e+06 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1176]: 6 0 4.1943e+06 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1177]: 6 0 8.38861e+06 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1178]: 6 0 1.67772e+07 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1179]: 6 0 3.35544e+07 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1180]: 6 0 6.71089e+07 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1181]: 6 0 1.34218e+08 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1182]: 6 0 2.68435e+08 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1183]: 6 0 5.36871e+08 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1184]: 6 0 1.07374e+09 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1185]: 6 0 2.14748e+09 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1186]: 6 0 4.29497e+09 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1187]: 6 0 8.58993e+09 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1188]: 6 0 1.71799e+10 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1189]: 6 0 3.43597e+10 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1190]: 6 0 6.87195e+10 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1191]: 6 0 1.37439e+11 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1192]: 6 0 2.74878e+11 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1193]: 6 0 5.49756e+11 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1194]: 6 0 1.09951e+12 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1195]: 6 0 2.19902e+12 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1196]: 6 0 4.39805e+12 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1211]: 6 0 4.29497e+09 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1214]: 6 0 3.43597e+10 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1215]: 6 0 6.87195e+10 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1216]: 6 0 1.37439e+11 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1217]: 6 0 2.74878e+11 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1237]: 6 0 8.58993e+09 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1240]: 6 0 6.87195e+10 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1241]: 6 0 1.37439e+11 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1242]: 6 0 2.74878e+11 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1243]: 6 0 5.49756e+11 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1252]: 6 0 8.38861e+06 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1253]: 6 0 1.67772e+07 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1254]: 6 0 3.35544e+07 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1255]: 6 0 6.71089e+07 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1256]: 6 0 1.34218e+08 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1257]: 6 0 2.68435e+08 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1258]: 6 0 5.36871e+08 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1259]: 6 0 1.07374e+09 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1260]: 6 0 2.14748e+09 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1261]: 6 0 4.29497e+09 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1262]: 6 0 8.58993e+09 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1263]: 6 0 1.71799e+10 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1264]: 6 0 3.43597e+10 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1265]: 6 0 6.87195e+10 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1266]: 6 0 1.37439e+11 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1267]: 6 0 2.74878e+11 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1268]: 6 0 5.49756e+11 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1269]: 6 0 1.09951e+12 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1270]: 6 0 2.19902e+12 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1271]: 6 0 4.39805e+12 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1272]: 6 0 8.79609e+12 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1273]: 6 0 1.75922e+13 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1279]: 6 0 3.35544e+07 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1280]: 6 0 6.71089e+07 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1281]: 6 0 1.34218e+08 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1282]: 6 0 2.68435e+08 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1283]: 6 0 5.36871e+08 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1284]: 6 0 1.07374e+09 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1285]: 6 0 2.14748e+09 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1286]: 6 0 4.29497e+09 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1287]: 6 0 8.58993e+09 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1288]: 6 0 1.71799e+10 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1289]: 6 0 3.43597e+10 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1290]: 6 0 6.87195e+10 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1291]: 6 0 1.37439e+11 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1292]: 6 0 2.74878e+11 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1293]: 6 0 5.49756e+11 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1294]: 6 0 1.09951e+12 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1295]: 6 0 2.19902e+12 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1296]: 6 0 4.39805e+12 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1297]: 6 0 8.79609e+12 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1298]: 6 0 1.75922e+13 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1304]: 6 0 3.35465e+07 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1305]: 6 0 6.71089e+07 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1306]: 6 0 1.34218e+08 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1307]: 6 0 2.68435e+08 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1308]: 6 0 5.36871e+08 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1309]: 6 0 1.07374e+09 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1310]: 6 0 2.14748e+09 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1311]: 6 0 4.29497e+09 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1312]: 6 0 8.58993e+09 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1313]: 6 0 1.71799e+10 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1314]: 6 0 3.43597e+10 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1315]: 6 0 6.87195e+10 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1316]: 6 0 1.37439e+11 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1317]: 6 0 2.74878e+11 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1318]: 6 0 5.49756e+11 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1319]: 6 0 1.09951e+12 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1320]: 6 0 2.19902e+12 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1329]: 6 0 3.35465e+07 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1330]: 6 0 6.71089e+07 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1331]: 6 0 1.34218e+08 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1332]: 6 0 2.68435e+08 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1333]: 6 0 5.36871e+08 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1334]: 6 0 1.07374e+09 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1335]: 6 0 2.14748e+09 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1336]: 6 0 4.29497e+09 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1337]: 6 0 8.58993e+09 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1338]: 6 0 1.71799e+10 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1339]: 6 0 3.43597e+10 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1340]: 6 0 6.87195e+10 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1341]: 6 0 1.37439e+11 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1342]: 6 0 2.74878e+11 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1343]: 6 0 5.49756e+11 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1344]: 6 0 1.09951e+12 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1345]: 6 0 2.19902e+12 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1367]: 6 0 2.74878e+11 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1370]: 6 0 2.19902e+12 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1383]: 6 0 5.36871e+08 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1384]: 6 0 1.07374e+09 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1385]: 6 0 2.14748e+09 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1386]: 6 0 4.29497e+09 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1387]: 6 0 8.58993e+09 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1388]: 6 0 1.71799e+10 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1389]: 6 0 3.43597e+10 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1390]: 6 0 6.87195e+10 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1391]: 6 0 1.37439e+11 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1392]: 6 0 2.74878e+11 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1395]: 6 0 2.19902e+12 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1792]: 6 0 5.66428 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1817]: 6 0 1.07373e+09 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1841]: 6 0 1.07373e+09 shouldn't be
312.46/314.49	WSVECS04 Frhs2[1907]: 6 0 2.41547e+07 shouldn't be
312.46/314.49	WSVECS04 Frhs2[2048]: 6 0 3.51844e+13 shouldn't be
312.46/314.49	WSVECS04 Frhs2[2682]: 6 0 5.36871e+08 shouldn't be
312.46/314.49	WSVECS04 Frhs2[2694]: 6 0 2.19902e+12 shouldn't be
312.46/314.49	WSVECS04 Frhs2[3280]: 6 0 8.45416e+07 shouldn't be
312.46/314.49	WSVECS04 Frhs2[3305]: 6 0 9.66189e+07 shouldn't be
312.46/314.49	WSVECS04 Frhs2[3415]: 6 0 7.46893e-05 shouldn't be
312.46/314.49	WSVECS04 Frhs2[3563]: 6 0 128 shouldn't be
312.46/314.49	WSVECS04 Frhs2[3973]: 6 0 8.79609e+12 shouldn't be
312.46/314.49	WSVECS04 Frhs2[3974]: 6 0 1.75922e+13 shouldn't be
312.46/314.49	WSVECS04 Frhs2[3975]: 6 0 3.51844e+13 shouldn't be
312.46/314.49	WSVECS04 Frhs2[4031]: 6 0 3.35465e+07 shouldn't be
312.46/314.49	WSVECS04 Frhs2[4032]: 6 0 1.34218e+08 shouldn't be
312.46/314.49	WSVECS04 Frhs2[4033]: 6 0 2.68435e+08 shouldn't be
312.46/314.49	WSVECS04 Frhs2[4108]: 6 0 2.2518e+15 shouldn't be
404.24/406.70	c #Conflicts:     246000 | #Constraints:      33661
404.24/406.70	c #Conflicts:     247000 | #Constraints:      34661
404.24/406.70	c #Conflicts:     248000 | #Constraints:      35661
404.24/406.70	c #Conflicts:     249000 | #Constraints:      36661
404.24/406.70	c #Conflicts:     250000 | #Constraints:      37661
404.24/406.70	c #Conflicts:     251000 | #Constraints:      38661
404.24/406.70	WSVECS04 Frhs2[188]: 6 0e+00 1e+03 shouldn't be
404.24/406.70	WSVECS04 Frhs2[339]: 6 0e+00 2e+03 shouldn't be
404.24/406.70	WSVECS04 Frhs2[477]: 6 0e+00 2e+07 shouldn't be
404.24/406.70	WSVECS04 Frhs2[738]: 6 0e+00 5e+02 shouldn't be
404.24/406.70	WSVECS04 Frhs2[862]: 6 0e+00 3e+02 shouldn't be
404.24/406.70	WSVECS04 Frhs2[863]: 6 0e+00 5e+02 shouldn't be
404.24/406.70	WSVECS04 Frhs2[881]: 6 0e+00 1e+08 shouldn't be
404.24/406.70	WSVECS04 Frhs2[906]: 6 0e+00 1e+08 shouldn't be
404.24/406.70	WSVECS04 Frhs2[907]: 6 0e+00 3e+08 shouldn't be
404.24/406.70	WSVECS04 Frhs2[932]: 6 0e+00 3e+08 shouldn't be
404.24/406.70	WSVECS04 Frhs2[936]: 6 0e+00 4e+09 shouldn't be
404.24/406.70	WSVECS04 Frhs2[959]: 6 0e+00 1e+09 shouldn't be
404.24/406.70	WSVECS04 Frhs2[961]: 6 0e+00 4e+09 shouldn't be
404.24/406.70	WSVECS04 Frhs2[962]: 6 0e+00 9e+09 shouldn't be
404.24/406.70	WSVECS04 Frhs2[984]: 6 0e+00 1e+09 shouldn't be
404.24/406.70	WSVECS04 Frhs2[985]: 6 0e+00 2e+09 shouldn't be
404.24/406.70	WSVECS04 Frhs2[1000]: 6 0e+00 2e+06 shouldn't be
404.24/406.70	WSVECS04 Frhs2[1002]: 6 0e+00 8e+06 shouldn't be
404.24/406.70	WSVECS04 Frhs2[1010]: 6 0e+00 2e+09 shouldn't be
404.24/406.70	WSVECS04 Frhs2[1011]: 6 0e+00 4e+09 shouldn't be
404.24/406.70	WSVECS04 Frhs2[1012]: 6 0e+00 9e+09 shouldn't be
404.24/406.70	WSVECS04 Frhs2[1024]: 6 0e+00 1e+06 shouldn't be
404.24/406.70	WSVECS04 Frhs2[1026]: 6 0e+00 4e+06 shouldn't be
404.24/406.70	WSVECS04 Frhs2[1027]: 6 0e+00 8e+06 shouldn't be
404.24/406.70	WSVECS04 Frhs2[1028]: 6 0e+00 2e+07 shouldn't be
404.24/406.70	WSVECS04 Frhs2[1036]: 6 0e+00 4e+09 shouldn't be
404.24/406.70	WSVECS04 Frhs2[1037]: 6 0e+00 9e+09 shouldn't be
404.24/406.70	WSVECS04 Frhs2[1049]: 6 0e+00 1e+06 shouldn't be
404.24/406.70	WSVECS04 Frhs2[1050]: 6 0e+00 2e+06 shouldn't be
404.24/406.70	WSVECS04 Frhs2[1057]: 6 0e+00 3e+08 shouldn't be
404.24/406.70	WSVECS04 Frhs2[1062]: 6 0e+00 9e+09 shouldn't be
404.24/406.70	WSVECS04 Frhs2[1105]: 6 0e+00 7e+07 shouldn't be
404.24/406.70	WSVECS04 Frhs2[1106]: 6 0e+00 1e+08 shouldn't be
404.24/406.70	WSVECS04 Frhs2[1107]: 6 0e+00 3e+08 shouldn't be
404.24/406.70	WSVECS04 Frhs2[1108]: 6 0e+00 5e+08 shouldn't be
404.24/406.70	WSVECS04 Frhs2[1109]: 6 0e+00 1e+09 shouldn't be
404.24/406.70	WSVECS04 Frhs2[1134]: 6 0e+00 1e+09 shouldn't be
404.24/406.70	WSVECS04 Frhs2[1135]: 6 0e+00 2e+09 shouldn't be
404.24/406.70	WSVECS04 Frhs2[1159]: 6 0e+00 1e+09 shouldn't be
404.24/406.70	WSVECS04 Frhs2[1161]: 6 0e+00 4e+09 shouldn't be
404.24/406.70	WSVECS04 Frhs2[1181]: 6 0e+00 1e+08 shouldn't be
404.24/406.70	WSVECS04 Frhs2[1182]: 6 0e+00 3e+08 shouldn't be
404.24/406.70	WSVECS04 Frhs2[1184]: 6 0e+00 1e+09 shouldn't be
404.24/406.70	WSVECS04 Frhs2[1206]: 6 0e+00 1e+08 shouldn't be
404.24/406.70	WSVECS04 Frhs2[1209]: 6 0e+00 1e+09 shouldn't be
404.24/406.70	WSVECS04 Frhs2[1211]: 6 0e+00 4e+09 shouldn't be
404.24/406.70	WSVECS04 Frhs2[1231]: 6 0e+00 1e+08 shouldn't be
404.24/406.70	WSVECS04 Frhs2[1234]: 6 0e+00 1e+09 shouldn't be
404.24/406.70	WSVECS04 Frhs2[1236]: 6 0e+00 4e+09 shouldn't be
404.24/406.70	WSVECS04 Frhs2[1569]: 6 0e+00 4e+06 shouldn't be
404.24/406.70	WSVECS04 Frhs2[1582]: 6 0e+00 2e+03 shouldn't be
404.24/406.70	WSVECS04 Frhs2[1593]: 6 0e+00 4e+06 shouldn't be
404.24/406.70	WSVECS04 Frhs2[1619]: 6 0e+00 2e+07 shouldn't be
404.24/406.70	WSVECS04 Frhs2[1641]: 6 0e+00 4e+06 shouldn't be
404.24/406.70	WSVECS04 Frhs2[1643]: 6 0e+00 2e+07 shouldn't be
404.24/406.70	WSVECS04 Frhs2[1739]: 6 0e+00 2e+07 shouldn't be
404.24/406.70	WSVECS04 Frhs2[1763]: 6 0e+00 2e+07 shouldn't be
404.24/406.70	WSVECS04 Frhs2[1909]: 6 0e+00 7e+07 shouldn't be
404.24/406.70	WSVECS04 Frhs2[2067]: 6 0e+00 2e+04 shouldn't be
404.24/406.70	WSVECS04 Frhs2[2176]: 6 0e+00 1e+08 shouldn't be
404.24/406.70	WSVECS04 Frhs2[2200]: 6 0e+00 1e+08 shouldn't be
404.24/406.70	WSVECS04 Frhs2[2245]: 6 0e+00 2e+07 shouldn't be
404.24/406.70	WSVECS04 Frhs2[2251]: 6 0e+00 1e+09 shouldn't be
404.24/406.70	WSVECS04 Frhs2[2337]: 6 0e+00 1e+06 shouldn't be
404.24/406.70	WSVECS04 Frhs2[2343]: 6 0e+00 7e+07 shouldn't be
404.24/406.70	WSVECS04 Frhs2[2367]: 6 0e+00 7e+07 shouldn't be
404.24/406.70	WSVECS04 Frhs2[2391]: 6 0e+00 7e+07 shouldn't be
404.24/406.70	WSVECS04 Frhs2[2415]: 6 0e+00 7e+07 shouldn't be
404.24/406.70	WSVECS04 Frhs2[2464]: 6 0e+00 1e+08 shouldn't be
404.24/406.70	WSVECS04 Frhs2[2467]: 6 0e+00 1e+09 shouldn't be
404.24/406.70	WSVECS04 Frhs2[2488]: 6 0e+00 1e+08 shouldn't be
404.24/406.70	WSVECS04 Frhs2[2512]: 6 0e+00 1e+08 shouldn't be
404.24/406.70	WSVECS04 Frhs2[2515]: 6 0e+00 1e+09 shouldn't be
404.24/406.70	WSVECS04 Frhs2[2532]: 6 0e+00 8e+06 shouldn't be
404.24/406.70	WSVECS04 Frhs2[2534]: 6 0e+00 3e+07 shouldn't be
404.24/406.70	WSVECS04 Frhs2[2539]: 6 0e+00 1e+09 shouldn't be
404.24/406.70	WSVECS04 Frhs2[2890]: 6 0e+00 1e+03 shouldn't be
404.24/406.70	WSVECS04 Frhs2[3163]: 6 0e+00 9e+09 shouldn't be
404.24/406.70	WSVECS04 Frhs2[3230]: 6 0e+00 3e+07 shouldn't be
404.24/406.70	WSVECS04 Frhs2[3337]: 6 0e+00 4e+09 shouldn't be
404.24/406.70	WSVECS04 Frhs2[3726]: 6 0e+00 1e+06 shouldn't be
404.24/406.70	WSVECS04 Frhs2[3728]: 6 0e+00 4e+06 shouldn't be
405.43/407.97	WSVECS04 Frhs2[741]: 6 0e+00 4e+03 shouldn't be
405.43/407.97	WSVECS04 Frhs2[837]: 6 0e+00 3e+02 shouldn't be
405.43/407.97	WSVECS04 Frhs2[3002]: 6 0e+00 4e+06 shouldn't be
459.54/463.38	c #Conflicts:     252000 | #Constraints:      39664
459.54/463.38	c #Conflicts:     253000 | #Constraints:      40664
459.54/463.38	c #Conflicts:     254000 | #Constraints:      41664
459.54/463.38	c #Conflicts:     255000 | #Constraints:      42664
459.54/463.38	c #Conflicts:     256000 | #Constraints:      43664
459.54/463.38	c #Conflicts:     257000 | #Constraints:      44664
459.54/463.38	c INPROCESSING
459.54/463.38	c GARBAGE COLLECT
459.54/463.38	c #Conflicts:     258000 | #Constraints:      27567
459.54/463.38	c #Conflicts:     259000 | #Constraints:      28567
459.54/463.38	c #Conflicts:     260000 | #Constraints:      29567
459.54/463.38	c #Conflicts:     261000 | #Constraints:      30567
459.54/463.38	c #Conflicts:     262000 | #Constraints:      31567
459.54/463.38	c #Conflicts:     263000 | #Constraints:      32567
459.54/463.38	c #Conflicts:     264000 | #Constraints:      33567
459.54/463.38	c #Conflicts:     265000 | #Constraints:      34567
459.54/463.38	WSVECS04 Frhs2[733]: 6 0e+00 2e+01 shouldn't be
459.54/463.38	WSVECS04 Frhs2[735]: 6 0e+00 6e+01 shouldn't be
459.54/463.38	WSVECS04 Frhs2[756]: 6 0e+00 4e+00 shouldn't be
459.54/463.38	WSVECS04 Frhs2[860]: 6 0e+00 6e+01 shouldn't be
459.54/463.38	WSVECS04 Frhs2[1065]: 6 0e+00 7e+10 shouldn't be
459.54/463.38	WSVECS04 Frhs2[1072]: 6 0e+00 3e+05 shouldn't be
459.54/463.38	WSVECS04 Frhs2[1074]: 6 0e+00 1e+06 shouldn't be
459.54/463.38	WSVECS04 Frhs2[1143]: 6 0e+00 5e+11 shouldn't be
459.54/463.38	WSVECS04 Frhs2[1144]: 6 0e+00 1e+12 shouldn't be
459.54/463.38	WSVECS04 Frhs2[1256]: 6 0e+00 1e+08 shouldn't be
459.54/463.38	WSVECS04 Frhs2[1257]: 6 0e+00 3e+08 shouldn't be
459.54/463.38	WSVECS04 Frhs2[1258]: 6 0e+00 5e+08 shouldn't be
459.54/463.38	WSVECS04 Frhs2[1259]: 6 0e+00 1e+09 shouldn't be
459.54/463.38	WSVECS04 Frhs2[1331]: 6 0e+00 1e+08 shouldn't be
459.54/463.38	WSVECS04 Frhs2[1357]: 6 0e+00 3e+08 shouldn't be
459.54/463.38	WSVECS04 Frhs2[1405]: 6 0e+00 4e+00 shouldn't be
459.54/463.38	WSVECS04 Frhs2[1752]: 6 0e+00 1e+11 shouldn't be
459.54/463.38	WSVECS04 Frhs2[1776]: 6 0e+00 1e+11 shouldn't be
459.54/463.38	WSVECS04 Frhs2[1824]: 6 0e+00 1e+11 shouldn't be
459.54/463.38	WSVECS04 Frhs2[1848]: 6 0e+00 1e+11 shouldn't be
459.54/463.38	WSVECS04 Frhs2[1854]: 6 0e+00 9e+12 shouldn't be
459.54/463.38	WSVECS04 Frhs2[1896]: 6 0e+00 1e+11 shouldn't be
459.54/463.38	WSVECS04 Frhs2[1899]: 6 0e+00 1e+12 shouldn't be
459.54/463.38	WSVECS04 Frhs2[1902]: 6 0e+00 9e+12 shouldn't be
459.54/463.38	WSVECS04 Frhs2[1917]: 6 0e+00 2e+10 shouldn't be
459.54/463.38	WSVECS04 Frhs2[1920]: 6 0e+00 1e+11 shouldn't be
459.54/463.38	WSVECS04 Frhs2[1926]: 6 0e+00 9e+12 shouldn't be
459.54/463.38	WSVECS04 Frhs2[1944]: 6 0e+00 1e+11 shouldn't be
459.54/463.38	WSVECS04 Frhs2[1950]: 6 0e+00 9e+12 shouldn't be
459.54/463.38	WSVECS04 Frhs2[2055]: 6 0e+00 4e+00 shouldn't be
459.54/463.38	WSVECS04 Frhs2[2061]: 6 0e+00 3e+02 shouldn't be
459.54/463.38	WSVECS04 Frhs2[2074]: 6 0e+00 2e+06 shouldn't be
459.54/463.38	WSVECS04 Frhs2[2122]: 6 0e+00 2e+06 shouldn't be
459.54/463.38	WSVECS04 Frhs2[2146]: 6 0e+00 2e+06 shouldn't be
459.54/463.38	WSVECS04 Frhs2[2404]: 6 0e+00 5e+11 shouldn't be
459.54/463.38	WSVECS04 Frhs2[2428]: 6 0e+00 5e+11 shouldn't be
459.54/463.38	WSVECS04 Frhs2[2587]: 6 0e+00 1e+09 shouldn't be
459.54/463.38	WSVECS04 Frhs2[2599]: 6 0e+00 4e+12 shouldn't be
459.54/463.38	WSVECS04 Frhs2[2611]: 6 0e+00 1e+09 shouldn't be
459.54/463.38	WSVECS04 Frhs2[2647]: 6 0e+00 4e+12 shouldn't be
459.54/463.38	WSVECS04 Frhs2[3996]: 6 0e+00 1e+12 shouldn't be
459.54/463.38	WSVECS04 Frhs2[4058]: 6 0e+00 2e+00 shouldn't be
459.54/463.38	WSVECS04 Frhs2[4072]: 6 0e+00 3e+04 shouldn't be
459.54/463.38	WSVECS04 Frhs2[4073]: 6 0e+00 7e+04 shouldn't be
459.54/463.38	WSVECS04 Frhs2[4075]: 6 0e+00 3e+05 shouldn't be
459.54/463.38	WSVECS04 Frhs2[4076]: 6 0e+00 5e+05 shouldn't be
459.54/463.38	WSVECS04 Frhs2[4077]: 6 0e+00 1e+06 shouldn't be
459.54/463.38	WSVECS04 Frhs2[4078]: 6 0e+00 2e+06 shouldn't be
459.54/463.38	WSVECS04 Frhs2[4079]: 6 0e+00 4e+06 shouldn't be
459.54/463.38	WSVECS04 Frhs2[4080]: 6 0e+00 8e+06 shouldn't be
459.54/463.38	WSVECS04 Frhs2[4081]: 6 0e+00 2e+07 shouldn't be
459.54/463.38	WSVECS04 Frhs2[4083]: 6 0e+00 7e+07 shouldn't be
459.54/463.38	WSVECS04 Frhs2[4105]: 6 0e+00 3e+14 shouldn't be
459.54/463.38	WSVECS04 Frhs2[4107]: 6 0e+00 1e+15 shouldn't be
460.44/464.21	WSVECS04 Frhs2[765]: 6 0e+00 2e+03 shouldn't be
460.44/464.21	WSVECS04 Frhs2[767]: 6 0e+00 8e+03 shouldn't be
460.44/464.21	WSVECS04 Frhs2[1058]: 6 0e+00 5e+08 shouldn't be
460.44/464.21	WSVECS04 Frhs2[1059]: 6 0e+00 1e+09 shouldn't be
460.44/464.21	WSVECS04 Frhs2[1061]: 6 0e+00 4e+09 shouldn't be
460.44/464.21	WSVECS04 Frhs2[1068]: 6 0e+00 2e+04 shouldn't be
460.44/464.21	WSVECS04 Frhs2[1069]: 6 0e+00 3e+04 shouldn't be
460.44/464.21	WSVECS04 Frhs2[1076]: 6 0e+00 4e+06 shouldn't be
460.44/464.21	WSVECS04 Frhs2[1077]: 6 0e+00 8e+06 shouldn't be
460.44/464.21	WSVECS04 Frhs2[1079]: 6 0e+00 3e+07 shouldn't be
460.44/464.21	WSVECS04 Frhs2[1081]: 6 0e+00 1e+08 shouldn't be
460.44/464.21	WSVECS04 Frhs2[1083]: 6 0e+00 5e+08 shouldn't be
460.44/464.21	WSVECS04 Frhs2[1084]: 6 0e+00 1e+09 shouldn't be
460.44/464.21	WSVECS04 Frhs2[1085]: 6 0e+00 2e+09 shouldn't be
460.44/464.21	WSVECS04 Frhs2[1087]: 6 0e+00 9e+09 shouldn't be
460.44/464.21	WSVECS04 Frhs2[1110]: 6 0e+00 2e+09 shouldn't be
460.44/464.21	WSVECS04 Frhs2[1111]: 6 0e+00 4e+09 shouldn't be
460.44/464.21	WSVECS04 Frhs2[1113]: 6 0e+00 2e+10 shouldn't be
460.44/464.21	WSVECS04 Frhs2[1136]: 6 0e+00 4e+09 shouldn't be
460.44/464.21	WSVECS04 Frhs2[1137]: 6 0e+00 9e+09 shouldn't be
460.44/464.21	WSVECS04 Frhs2[1139]: 6 0e+00 3e+10 shouldn't be
460.44/464.21	WSVECS04 Frhs2[1187]: 6 0e+00 9e+09 shouldn't be
460.44/464.21	WSVECS04 Frhs2[1188]: 6 0e+00 2e+10 shouldn't be
460.44/464.21	WSVECS04 Frhs2[1189]: 6 0e+00 3e+10 shouldn't be
460.44/464.21	WSVECS04 Frhs2[1213]: 6 0e+00 2e+10 shouldn't be
460.44/464.21	WSVECS04 Frhs2[1214]: 6 0e+00 3e+10 shouldn't be
460.44/464.21	WSVECS04 Frhs2[1215]: 6 0e+00 7e+10 shouldn't be
460.44/464.21	WSVECS04 Frhs2[1227]: 6 0e+00 8e+06 shouldn't be
460.44/464.21	WSVECS04 Frhs2[1237]: 6 0e+00 9e+09 shouldn't be
460.44/464.21	WSVECS04 Frhs2[1240]: 6 0e+00 7e+10 shouldn't be
460.44/464.21	WSVECS04 Frhs2[1243]: 6 0e+00 5e+11 shouldn't be
460.44/464.21	WSVECS04 Frhs2[1250]: 6 0e+00 2e+06 shouldn't be
460.44/464.21	WSVECS04 Frhs2[1253]: 6 0e+00 2e+07 shouldn't be
460.44/464.21	WSVECS04 Frhs2[1288]: 6 0e+00 2e+10 shouldn't be
460.44/464.21	WSVECS04 Frhs2[1289]: 6 0e+00 3e+10 shouldn't be
460.44/464.21	WSVECS04 Frhs2[1314]: 6 0e+00 3e+10 shouldn't be
460.44/464.21	WSVECS04 Frhs2[1315]: 6 0e+00 7e+10 shouldn't be
460.44/464.21	WSVECS04 Frhs2[1387]: 6 0e+00 9e+09 shouldn't be
460.44/464.21	WSVECS04 Frhs2[1704]: 6 0e+00 1e+11 shouldn't be
460.44/464.21	WSVECS04 Frhs2[1728]: 6 0e+00 1e+11 shouldn't be
460.44/464.21	WSVECS04 Frhs2[1869]: 6 0e+00 2e+10 shouldn't be
460.44/464.21	WSVECS04 Frhs2[1872]: 6 0e+00 1e+11 shouldn't be
460.44/464.21	WSVECS04 Frhs2[1893]: 6 0e+00 2e+10 shouldn't be
460.44/464.21	WSVECS04 Frhs2[2524]: 6 0e+00 5e+11 shouldn't be
460.44/464.21	WSVECS04 Frhs2[2572]: 6 0e+00 5e+11 shouldn't be
460.44/464.21	WSVECS04 Frhs2[3897]: 6 0e+00 2e+12 shouldn't be
460.44/464.21	WSVECS04 Frhs2[3901]: 6 0e+00 1e+06 shouldn't be
460.44/464.21	WSVECS04 Frhs2[4042]: 6 0e+00 7e+10 shouldn't be
460.44/464.21	WSVECS04 Frhs2[4057]: 6 0e+00 1e+00 shouldn't be
460.44/464.21	WSVECS04 Frhs2[4094]: 6 0e+00 1e+11 shouldn't be
460.44/464.21	WSVECS04 Frhs2[4104]: 6 0e+00 1e+14 shouldn't be
462.14/465.94	WSVECS04 Frhs2[733]: 6 0e+00 2e+01 shouldn't be
462.14/465.94	WSVECS04 Frhs2[735]: 6 0e+00 6e+01 shouldn't be
462.14/465.94	WSVECS04 Frhs2[756]: 6 0e+00 4e+00 shouldn't be
462.14/465.94	WSVECS04 Frhs2[764]: 6 0e+00 1e+03 shouldn't be
462.14/465.94	WSVECS04 Frhs2[765]: 6 0e+00 2e+03 shouldn't be
462.14/465.94	WSVECS04 Frhs2[767]: 6 0e+00 8e+03 shouldn't be
462.14/465.94	WSVECS04 Frhs2[860]: 6 0e+00 6e+01 shouldn't be
462.14/465.94	WSVECS04 Frhs2[1059]: 6 0e+00 1e+09 shouldn't be
462.14/465.94	WSVECS04 Frhs2[1061]: 6 0e+00 4e+09 shouldn't be
462.14/465.94	WSVECS04 Frhs2[1118]: 6 0e+00 5e+11 shouldn't be
462.14/465.94	WSVECS04 Frhs2[1143]: 6 0e+00 5e+11 shouldn't be
462.14/465.94	WSVECS04 Frhs2[1144]: 6 0e+00 1e+12 shouldn't be
462.14/465.94	WSVECS04 Frhs2[1195]: 6 0e+00 2e+12 shouldn't be
462.14/465.94	WSVECS04 Frhs2[1243]: 6 0e+00 5e+11 shouldn't be
462.14/465.94	WSVECS04 Frhs2[1250]: 6 0e+00 2e+06 shouldn't be
462.14/465.94	WSVECS04 Frhs2[1253]: 6 0e+00 2e+07 shouldn't be
462.14/465.94	WSVECS04 Frhs2[1256]: 6 0e+00 1e+08 shouldn't be
462.14/465.94	WSVECS04 Frhs2[1257]: 6 0e+00 3e+08 shouldn't be
462.14/465.94	WSVECS04 Frhs2[1258]: 6 0e+00 5e+08 shouldn't be
462.14/465.94	WSVECS04 Frhs2[1259]: 6 0e+00 1e+09 shouldn't be
462.14/465.94	WSVECS04 Frhs2[1331]: 6 0e+00 1e+08 shouldn't be
462.14/465.94	WSVECS04 Frhs2[1405]: 6 0e+00 4e+00 shouldn't be
462.14/465.94	WSVECS04 Frhs2[1800]: 6 0e+00 1e+11 shouldn't be
462.14/465.94	WSVECS04 Frhs2[1848]: 6 0e+00 1e+11 shouldn't be
462.14/465.94	WSVECS04 Frhs2[1869]: 6 0e+00 2e+10 shouldn't be
462.14/465.94	WSVECS04 Frhs2[1872]: 6 0e+00 1e+11 shouldn't be
462.14/465.94	WSVECS04 Frhs2[1878]: 6 0e+00 9e+12 shouldn't be
462.14/465.94	WSVECS04 Frhs2[1893]: 6 0e+00 2e+10 shouldn't be
462.14/465.94	WSVECS04 Frhs2[1896]: 6 0e+00 1e+11 shouldn't be
462.14/465.94	WSVECS04 Frhs2[1899]: 6 0e+00 1e+12 shouldn't be
462.14/465.94	WSVECS04 Frhs2[1917]: 6 0e+00 2e+10 shouldn't be
462.14/465.94	WSVECS04 Frhs2[1920]: 6 0e+00 1e+11 shouldn't be
462.14/465.94	WSVECS04 Frhs2[1926]: 6 0e+00 9e+12 shouldn't be
462.14/465.94	WSVECS04 Frhs2[1944]: 6 0e+00 1e+11 shouldn't be
462.14/465.94	WSVECS04 Frhs2[1950]: 6 0e+00 9e+12 shouldn't be
462.14/465.94	WSVECS04 Frhs2[2122]: 6 0e+00 2e+06 shouldn't be
462.14/465.94	WSVECS04 Frhs2[2404]: 6 0e+00 5e+11 shouldn't be
462.14/465.94	WSVECS04 Frhs2[2428]: 6 0e+00 5e+11 shouldn't be
462.14/465.94	WSVECS04 Frhs2[2572]: 6 0e+00 5e+11 shouldn't be
462.14/465.94	WSVECS04 Frhs2[2647]: 6 0e+00 4e+12 shouldn't be
462.14/465.94	WSVECS04 Frhs2[3388]: 6 0e+00 1e+02 shouldn't be
462.14/465.94	WSVECS04 Frhs2[3970]: 6 0e+00 5e+11 shouldn't be
462.14/465.94	WSVECS04 Frhs2[3996]: 6 0e+00 1e+12 shouldn't be
462.14/465.94	WSVECS04 Frhs2[4048]: 6 0e+00 4e+12 shouldn't be
462.14/465.94	WSVECS04 Frhs2[4076]: 6 0e+00 5e+05 shouldn't be
462.14/465.94	WSVECS04 Frhs2[4077]: 6 0e+00 1e+06 shouldn't be
462.14/465.94	WSVECS04 Frhs2[4079]: 6 0e+00 4e+06 shouldn't be
462.14/465.94	WSVECS04 Frhs2[4082]: 6 0e+00 3e+07 shouldn't be
462.14/465.94	WSVECS04 Frhs2[4083]: 6 0e+00 7e+07 shouldn't be
462.14/465.94	WSVECS04 Frhs2[4086]: 6 0e+00 5e+08 shouldn't be
462.14/465.94	WSVECS04 Frhs2[4087]: 6 0e+00 1e+09 shouldn't be
462.14/465.94	WSVECS04 Frhs2[4094]: 6 0e+00 1e+11 shouldn't be
462.14/465.94	WSVECS04 Frhs2[4099]: 6 0e+00 4e+12 shouldn't be
462.14/465.94	WSVECS04 Frhs2[4100]: 6 0e+00 9e+12 shouldn't be
462.14/465.94	WSVECS04 Frhs2[4101]: 6 0e+00 2e+13 shouldn't be
462.14/465.94	WSVECS04 Frhs2[4102]: 6 0e+00 4e+13 shouldn't be
462.14/465.94	WSVECS04 Frhs2[4103]: 6 0e+00 7e+13 shouldn't be
462.14/465.94	WSVECS04 Frhs2[4104]: 6 0e+00 1e+14 shouldn't be
462.14/465.94	WSVECS04 Frhs2[4105]: 6 0e+00 3e+14 shouldn't be
462.14/465.94	WSVECS04 Frhs2[4107]: 6 0e+00 1e+15 shouldn't be
464.12/467.91	WSVECS04 Frhs2[1068]: 6 0e+00 2e+04 shouldn't be
464.12/467.91	WSVECS04 Frhs2[1080]: 6 0e+00 7e+07 shouldn't be
464.12/467.91	WSVECS04 Frhs2[2055]: 6 0e+00 4e+00 shouldn't be
464.12/467.91	WSVECS04 Frhs2[4075]: 6 0e+00 3e+05 shouldn't be
464.12/467.91	WSVECS04 Frhs2[4081]: 6 0e+00 2e+07 shouldn't be
464.12/467.91	WSVECS04 Frhs2[4095]: 6 0e+00 3e+11 shouldn't be
466.63/470.44	WSVECS04 Frhs2[1110]: 6 0e+00 2e+09 shouldn't be
468.92/472.70	WSVECS04 Frhs2[737]: 6 0e+00 3e+02 shouldn't be
468.92/472.70	WSVECS04 Frhs2[1058]: 6 0e+00 5e+08 shouldn't be
468.92/472.70	WSVECS04 Frhs2[1065]: 6 0e+00 7e+10 shouldn't be
468.92/472.70	WSVECS04 Frhs2[1069]: 6 0e+00 3e+04 shouldn't be
468.92/472.70	WSVECS04 Frhs2[1073]: 6 0e+00 5e+05 shouldn't be
468.92/472.70	WSVECS04 Frhs2[1074]: 6 0e+00 1e+06 shouldn't be
468.92/472.70	WSVECS04 Frhs2[1075]: 6 0e+00 2e+06 shouldn't be
468.92/472.70	WSVECS04 Frhs2[1076]: 6 0e+00 4e+06 shouldn't be
468.92/472.70	WSVECS04 Frhs2[1078]: 6 0e+00 2e+07 shouldn't be
468.92/472.70	WSVECS04 Frhs2[1079]: 6 0e+00 3e+07 shouldn't be
468.92/472.70	WSVECS04 Frhs2[1081]: 6 0e+00 1e+08 shouldn't be
468.92/472.70	WSVECS04 Frhs2[1083]: 6 0e+00 5e+08 shouldn't be
468.92/472.70	WSVECS04 Frhs2[1084]: 6 0e+00 1e+09 shouldn't be
468.92/472.70	WSVECS04 Frhs2[1085]: 6 0e+00 2e+09 shouldn't be
468.92/472.70	WSVECS04 Frhs2[1087]: 6 0e+00 9e+09 shouldn't be
468.92/472.70	WSVECS04 Frhs2[1111]: 6 0e+00 4e+09 shouldn't be
468.92/472.70	WSVECS04 Frhs2[1113]: 6 0e+00 2e+10 shouldn't be
468.92/472.70	WSVECS04 Frhs2[1136]: 6 0e+00 4e+09 shouldn't be
468.92/472.70	WSVECS04 Frhs2[1137]: 6 0e+00 9e+09 shouldn't be
468.92/472.70	WSVECS04 Frhs2[1139]: 6 0e+00 3e+10 shouldn't be
468.92/472.70	WSVECS04 Frhs2[1187]: 6 0e+00 9e+09 shouldn't be
468.92/472.70	WSVECS04 Frhs2[1188]: 6 0e+00 2e+10 shouldn't be
468.92/472.70	WSVECS04 Frhs2[1189]: 6 0e+00 3e+10 shouldn't be
468.92/472.70	WSVECS04 Frhs2[1210]: 6 0e+00 2e+09 shouldn't be
468.92/472.70	WSVECS04 Frhs2[1213]: 6 0e+00 2e+10 shouldn't be
468.92/472.70	WSVECS04 Frhs2[1214]: 6 0e+00 3e+10 shouldn't be
468.92/472.70	WSVECS04 Frhs2[1215]: 6 0e+00 7e+10 shouldn't be
468.92/472.70	WSVECS04 Frhs2[1227]: 6 0e+00 8e+06 shouldn't be
468.92/472.70	WSVECS04 Frhs2[1237]: 6 0e+00 9e+09 shouldn't be
468.92/472.70	WSVECS04 Frhs2[1239]: 6 0e+00 3e+10 shouldn't be
468.92/472.70	WSVECS04 Frhs2[1240]: 6 0e+00 7e+10 shouldn't be
468.92/472.70	WSVECS04 Frhs2[1288]: 6 0e+00 2e+10 shouldn't be
468.92/472.70	WSVECS04 Frhs2[1289]: 6 0e+00 3e+10 shouldn't be
468.92/472.70	WSVECS04 Frhs2[1305]: 6 0e+00 7e+07 shouldn't be
468.92/472.70	WSVECS04 Frhs2[1314]: 6 0e+00 3e+10 shouldn't be
468.92/472.70	WSVECS04 Frhs2[1315]: 6 0e+00 7e+10 shouldn't be
468.92/472.70	WSVECS04 Frhs2[1357]: 6 0e+00 3e+08 shouldn't be
468.92/472.70	WSVECS04 Frhs2[1387]: 6 0e+00 9e+09 shouldn't be
468.92/472.70	WSVECS04 Frhs2[2074]: 6 0e+00 2e+06 shouldn't be
468.92/472.70	WSVECS04 Frhs2[2599]: 6 0e+00 4e+12 shouldn't be
468.92/472.70	WSVECS04 Frhs2[2680]: 6 0e+00 1e+08 shouldn't be
468.92/472.70	WSVECS04 Frhs2[3897]: 6 0e+00 2e+12 shouldn't be
468.92/472.70	WSVECS04 Frhs2[3901]: 6 0e+00 1e+06 shouldn't be
468.92/472.70	WSVECS04 Frhs2[3927]: 6 0e+00 2e+06 shouldn't be
468.92/472.70	WSVECS04 Frhs2[3928]: 6 0e+00 4e+06 shouldn't be
468.92/472.70	WSVECS04 Frhs2[3980]: 6 0e+00 2e+07 shouldn't be
468.92/472.70	WSVECS04 Frhs2[4006]: 6 0e+00 3e+07 shouldn't be
468.92/472.70	WSVECS04 Frhs2[4042]: 6 0e+00 7e+10 shouldn't be
468.92/472.70	WSVECS04 Frhs2[4072]: 6 0e+00 3e+04 shouldn't be
468.92/472.70	WSVECS04 Frhs2[4073]: 6 0e+00 7e+04 shouldn't be
468.92/472.70	WSVECS04 Frhs2[4078]: 6 0e+00 2e+06 shouldn't be
468.92/472.70	WSVECS04 Frhs2[4080]: 6 0e+00 8e+06 shouldn't be
522.54/527.47	c #Conflicts:     266000 | #Constraints:      35567
522.54/527.47	c #Conflicts:     267000 | #Constraints:      36567
522.54/527.47	c #Conflicts:     268000 | #Constraints:      37567
522.54/527.47	c #Conflicts:     269000 | #Constraints:      38567
522.54/527.47	c #Conflicts:     270000 | #Constraints:      39567
522.54/527.47	c INPROCESSING
522.54/527.47	c GARBAGE COLLECT
522.54/527.47	c #Conflicts:     271000 | #Constraints:      25386
522.54/527.47	c #Conflicts:     272000 | #Constraints:      26386
522.54/527.47	c #Conflicts:     273000 | #Constraints:      27386
522.54/527.47	c #Conflicts:     274000 | #Constraints:      28386
522.54/527.47	c #Conflicts:     275000 | #Constraints:      29386
522.54/527.47	c #Conflicts:     276000 | #Constraints:      30386
522.54/527.47	c #Conflicts:     277000 | #Constraints:      31386
522.54/527.47	c #Conflicts:     278000 | #Constraints:      32386
522.54/527.47	c #Conflicts:     279000 | #Constraints:      33386
522.54/527.47	c #Conflicts:     280000 | #Constraints:      34386
522.54/527.47	c #Conflicts:     281000 | #Constraints:      35386
522.54/527.47	c #Conflicts:     282000 | #Constraints:      36386
522.54/527.47	c #Conflicts:     283000 | #Constraints:      37386
522.54/527.47	c #Conflicts:     284000 | #Constraints:      38386
522.54/527.47	c #Conflicts:     285000 | #Constraints:      39386
522.54/527.47	c #Conflicts:     286000 | #Constraints:      40386
522.54/527.47	c #Conflicts:     287000 | #Constraints:      41386
522.54/527.47	c #Conflicts:     288000 | #Constraints:      42386
522.54/527.47	c #Conflicts:     289000 | #Constraints:      43386
522.54/527.47	c #Conflicts:     290000 | #Constraints:      44386
522.54/527.47	c #Conflicts:     291000 | #Constraints:      45386
522.54/527.47	c #Conflicts:     292000 | #Constraints:      46386
522.54/527.47	c #Conflicts:     293000 | #Constraints:      47386
522.54/527.47	c #Conflicts:     294000 | #Constraints:      48386
522.54/527.47	c #Conflicts:     295000 | #Constraints:      49386
522.54/527.47	c #Conflicts:     296000 | #Constraints:      50386
522.54/527.47	c #Conflicts:     297000 | #Constraints:      51386
522.54/527.47	c #Conflicts:     298000 | #Constraints:      52386
522.54/527.47	c #Conflicts:     299000 | #Constraints:      53386
522.54/527.47	c #Conflicts:     300000 | #Constraints:      54386
522.54/527.47	c #Conflicts:     301000 | #Constraints:      55386
522.54/527.47	c #Conflicts:     302000 | #Constraints:      56386
522.54/527.47	c #Conflicts:     303000 | #Constraints:      57386
522.54/527.47	c #Conflicts:     304000 | #Constraints:      58386
522.54/527.47	c #Conflicts:     305000 | #Constraints:      59386
522.54/527.47	c #Conflicts:     306000 | #Constraints:      60386
522.54/527.47	c #Conflicts:     307000 | #Constraints:      61386
522.54/527.47	c #Conflicts:     308000 | #Constraints:      62386
522.54/527.47	c INPROCESSING
522.54/527.47	c GARBAGE COLLECT
522.54/527.47	c #Conflicts:     309000 | #Constraints:      36774
522.54/527.47	c #Conflicts:     310000 | #Constraints:      37774
522.54/527.47	c #Conflicts:     311000 | #Constraints:      38774
522.54/527.47	c #Conflicts:     312000 | #Constraints:      39774
522.54/527.47	c #Conflicts:     313000 | #Constraints:      40774
522.54/527.47	WSVECS04 Frhs2[39]: 6 -4e+07 0e+00 shouldn't be
522.54/527.47	WSVECS04 Frhs2[86]: 6 0e+00 2e-04 shouldn't be
522.54/527.47	WSVECS04 Frhs2[94]: 6 -7e+04 0e+00 shouldn't be
522.54/527.47	WSVECS04 Frhs2[96]: 6 -3e+05 0e+00 shouldn't be
522.54/527.47	WSVECS04 Frhs2[97]: 6 -5e+05 0e+00 shouldn't be
522.54/527.47	WSVECS04 Frhs2[100]: 6 -4e+06 0e+00 shouldn't be
522.54/527.47	WSVECS04 Frhs2[152]: 6 -2e+07 0e+00 shouldn't be
522.54/527.47	WSVECS04 Frhs2[305]: 6 -1e+08 0e+00 shouldn't be
522.54/527.47	WSVECS04 Frhs2[383]: 6 -1e+09 0e+00 shouldn't be
522.54/527.47	WSVECS04 Frhs2[733]: 6 0e+00 2e+01 shouldn't be
522.54/527.47	WSVECS04 Frhs2[734]: 6 0e+00 3e+01 shouldn't be
522.54/527.47	WSVECS04 Frhs2[736]: 6 0e+00 1e+02 shouldn't be
522.54/527.47	WSVECS04 Frhs2[746]: 6 0e+00 1e+05 shouldn't be
522.54/527.47	WSVECS04 Frhs2[747]: 6 0e+00 3e+05 shouldn't be
522.54/527.47	WSVECS04 Frhs2[759]: 6 0e+00 3e+01 shouldn't be
522.54/527.47	WSVECS04 Frhs2[760]: 6 0e+00 6e+01 shouldn't be
522.54/527.47	WSVECS04 Frhs2[761]: 6 0e+00 1e+02 shouldn't be
522.54/527.47	WSVECS04 Frhs2[762]: 6 0e+00 3e+02 shouldn't be
522.54/527.47	WSVECS04 Frhs2[763]: 6 0e+00 5e+02 shouldn't be
522.54/527.47	WSVECS04 Frhs2[785]: 6 0e+00 6e+01 shouldn't be
522.54/527.47	WSVECS04 Frhs2[786]: 6 0e+00 1e+02 shouldn't be
522.54/527.47	WSVECS04 Frhs2[787]: 6 0e+00 3e+02 shouldn't be
522.54/527.47	WSVECS04 Frhs2[788]: 6 0e+00 5e+02 shouldn't be
522.54/527.47	WSVECS04 Frhs2[812]: 6 0e+00 3e+02 shouldn't be
522.54/527.47	WSVECS04 Frhs2[832]: 6 0e+00 3e+08 shouldn't be
522.54/527.47	WSVECS04 Frhs2[838]: 6 0e+00 5e+02 shouldn't be
522.54/527.47	WSVECS04 Frhs2[839]: 6 0e+00 1e+03 shouldn't be
522.54/527.47	WSVECS04 Frhs2[840]: 6 0e+00 2e+03 shouldn't be
522.54/527.47	WSVECS04 Frhs2[863]: 6 0e+00 5e+02 shouldn't be
522.54/527.47	WSVECS04 Frhs2[893]: 6 0e+00 2e+04 shouldn't be
522.54/527.47	WSVECS04 Frhs2[993]: 6 0e+00 2e+04 shouldn't be
522.54/527.47	WSVECS04 Frhs2[996]: 6 0e+00 1e+05 shouldn't be
522.54/527.47	WSVECS04 Frhs2[997]: 6 0e+00 3e+05 shouldn't be
522.54/527.47	WSVECS04 Frhs2[1023]: 6 0e+00 5e+05 shouldn't be
522.54/527.47	WSVECS04 Frhs2[1121]: 6 0e+00 1e+05 shouldn't be
522.54/527.47	WSVECS04 Frhs2[1162]: 6 0e+00 9e+09 shouldn't be
522.54/527.47	WSVECS04 Frhs2[1480]: 6 0e+00 3e+01 shouldn't be
522.54/527.47	WSVECS04 Frhs2[1506]: 6 0e+00 1e+02 shouldn't be
522.54/527.47	WSVECS04 Frhs2[1507]: 6 0e+00 3e+02 shouldn't be
522.54/527.47	WSVECS04 Frhs2[1553]: 6 0e+00 1e-06 shouldn't be
522.54/527.47	WSVECS04 Frhs2[1903]: 6 0e+00 2e+13 shouldn't be
522.54/527.47	WSVECS04 Frhs2[1953]: 6 0e+00 7e+13 shouldn't be
522.54/527.47	WSVECS04 Frhs2[2058]: 6 0e+00 2e-05 shouldn't be
522.54/527.47	WSVECS04 Frhs2[2082]: 6 0e+00 2e-05 shouldn't be
522.54/527.47	WSVECS04 Frhs2[2091]: 6 -2e-05 0e+00 shouldn't be
522.54/527.47	WSVECS04 Frhs2[2115]: 6 -2e-05 0e+00 shouldn't be
522.54/527.47	WSVECS04 Frhs2[2130]: 6 0e+00 2e-05 shouldn't be
522.54/527.47	WSVECS04 Frhs2[2154]: 6 0e+00 8e-07 shouldn't be
522.54/527.47	WSVECS04 Frhs2[2254]: 6 0e+00 1e-05 shouldn't be
522.54/527.47	WSVECS04 Frhs2[2262]: 6 0e+00 1e+05 shouldn't be
522.54/527.47	WSVECS04 Frhs2[2303]: 6 -2e-05 0e+00 shouldn't be
522.54/527.47	WSVECS04 Frhs2[2332]: 6 -3e+04 0e+00 shouldn't be
522.54/527.47	WSVECS04 Frhs2[2406]: 6 0e+00 1e+05 shouldn't be
522.54/527.47	WSVECS04 Frhs2[2430]: 6 0e+00 1e+05 shouldn't be
522.54/527.47	WSVECS04 Frhs2[2438]: 6 0e+00 3e+07 shouldn't be
522.54/527.47	WSVECS04 Frhs2[2457]: 6 -1e+06 0e+00 shouldn't be
522.54/527.47	WSVECS04 Frhs2[2912]: 6 -5e-06 0e+00 shouldn't be
522.54/527.47	WSVECS04 Frhs2[2946]: 6 0e+00 5e-07 shouldn't be
522.54/527.47	WSVECS04 Frhs2[2973]: 6 0e+00 4e-07 shouldn't be
522.54/527.47	WSVECS04 Frhs2[2974]: 6 0e+00 5e-07 shouldn't be
522.54/527.47	WSVECS04 Frhs2[3052]: 6 0e+00 2e-06 shouldn't be
522.54/527.47	WSVECS04 Frhs2[3079]: 6 0e+00 4e-06 shouldn't be
522.54/527.47	WSVECS04 Frhs2[3090]: 6 0e+00 4e-05 shouldn't be
522.54/527.47	WSVECS04 Frhs2[3389]: 6 -2e-04 0e+00 shouldn't be
522.54/527.47	WSVECS04 Frhs2[3458]: 6 0e+00 1e-07 shouldn't be
522.54/527.47	WSVECS04 Frhs2[3641]: 6 0e+00 1e+03 shouldn't be
522.54/527.47	WSVECS04 Frhs2[3676]: 6 0e+00 1e+06 shouldn't be
522.54/527.47	WSVECS04 Frhs2[3823]: 6 0e+00 1e+05 shouldn't be
522.54/527.47	WSVECS04 Frhs2[3848]: 6 0e+00 5e-04 shouldn't be
522.94/527.87	WSVECS04 Frhs2[2]: 6 -3e+01 0e+00 shouldn't be
522.94/527.87	WSVECS04 Frhs2[10]: 6 -4e+03 0e+00 shouldn't be
522.94/527.87	WSVECS04 Frhs2[13]: 6 -1e+05 0e+00 shouldn't be
522.94/527.87	WSVECS04 Frhs2[90]: 6 -4e+03 0e+00 shouldn't be
522.94/527.87	WSVECS04 Frhs2[91]: 6 -8e+03 0e+00 shouldn't be
522.94/527.87	WSVECS04 Frhs2[104]: 6 -7e+07 0e+00 shouldn't be
522.94/527.87	WSVECS04 Frhs2[142]: 6 -2e+04 0e+00 shouldn't be
522.94/527.87	WSVECS04 Frhs2[143]: 6 -3e+04 0e+00 shouldn't be
522.94/527.87	WSVECS04 Frhs2[146]: 6 -3e+05 0e+00 shouldn't be
522.94/527.87	WSVECS04 Frhs2[148]: 6 -1e+06 0e+00 shouldn't be
522.94/527.87	WSVECS04 Frhs2[149]: 6 -2e+06 0e+00 shouldn't be
522.94/527.87	WSVECS04 Frhs2[156]: 6 -3e+08 0e+00 shouldn't be
522.94/527.87	WSVECS04 Frhs2[298]: 6 -1e+06 0e+00 shouldn't be
522.94/527.87	WSVECS04 Frhs2[299]: 6 -2e+06 0e+00 shouldn't be
522.94/527.87	WSVECS04 Frhs2[302]: 6 -2e+07 0e+00 shouldn't be
522.94/527.87	WSVECS04 Frhs2[304]: 6 -7e+07 0e+00 shouldn't be
522.94/527.87	WSVECS04 Frhs2[308]: 6 -1e+09 0e+00 shouldn't be
522.94/527.87	WSVECS04 Frhs2[312]: 6 -2e+10 0e+00 shouldn't be
522.94/527.87	WSVECS04 Frhs2[317]: 6 0e+00 2e-03 shouldn't be
522.94/527.87	WSVECS04 Frhs2[376]: 6 -8e+06 0e+00 shouldn't be
522.94/527.87	WSVECS04 Frhs2[377]: 6 -2e+07 0e+00 shouldn't be
522.94/527.87	WSVECS04 Frhs2[380]: 6 -1e+08 0e+00 shouldn't be
522.94/527.87	WSVECS04 Frhs2[382]: 6 -5e+08 0e+00 shouldn't be
522.94/527.87	WSVECS04 Frhs2[386]: 6 -9e+09 0e+00 shouldn't be
522.94/527.87	WSVECS04 Frhs2[390]: 6 -1e+11 0e+00 shouldn't be
522.94/527.87	WSVECS04 Frhs2[559]: 6 -2e+09 0e+00 shouldn't be
522.94/527.87	WSVECS04 Frhs2[611]: 6 -9e+09 0e+00 shouldn't be
522.94/527.87	WSVECS04 Frhs2[663]: 6 -3e+10 0e+00 shouldn't be
522.94/527.87	WSVECS04 Frhs2[689]: 6 -7e+10 0e+00 shouldn't be
522.94/527.87	WSVECS04 Frhs2[735]: 6 0e+00 6e+01 shouldn't be
522.94/527.87	WSVECS04 Frhs2[737]: 6 0e+00 3e+02 shouldn't be
522.94/527.87	WSVECS04 Frhs2[754]: 6 0e+00 3e+07 shouldn't be
522.94/527.87	WSVECS04 Frhs2[772]: 6 0e+00 3e+05 shouldn't be
522.94/527.87	WSVECS04 Frhs2[773]: 6 0e+00 5e+05 shouldn't be
522.94/527.87	WSVECS04 Frhs2[780]: 6 0e+00 7e+07 shouldn't be
522.94/527.87	WSVECS04 Frhs2[789]: 6 0e+00 1e+03 shouldn't be
522.94/527.87	WSVECS04 Frhs2[798]: 6 0e+00 5e+05 shouldn't be
522.94/527.87	WSVECS04 Frhs2[799]: 6 0e+00 1e+06 shouldn't be
522.94/527.87	WSVECS04 Frhs2[811]: 6 0e+00 1e+02 shouldn't be
522.94/527.87	WSVECS04 Frhs2[813]: 6 0e+00 5e+02 shouldn't be
522.94/527.87	WSVECS04 Frhs2[814]: 6 0e+00 1e+03 shouldn't be
522.94/527.87	WSVECS04 Frhs2[815]: 6 0e+00 2e+03 shouldn't be
522.94/527.87	WSVECS04 Frhs2[824]: 6 0e+00 1e+06 shouldn't be
522.94/527.87	WSVECS04 Frhs2[825]: 6 0e+00 2e+06 shouldn't be
522.94/527.87	WSVECS04 Frhs2[841]: 6 0e+00 4e+03 shouldn't be
522.94/527.87	WSVECS04 Frhs2[850]: 6 0e+00 2e+06 shouldn't be
522.94/527.87	WSVECS04 Frhs2[858]: 6 0e+00 5e+08 shouldn't be
522.94/527.87	WSVECS04 Frhs2[866]: 6 0e+00 4e+03 shouldn't be
522.94/527.87	WSVECS04 Frhs2[876]: 6 0e+00 4e+06 shouldn't be
522.94/527.87	WSVECS04 Frhs2[884]: 6 0e+00 1e+09 shouldn't be
522.94/527.87	WSVECS04 Frhs2[887]: 6 0e+00 3e+02 shouldn't be
522.94/527.87	WSVECS04 Frhs2[889]: 6 0e+00 1e+03 shouldn't be
522.94/527.87	WSVECS04 Frhs2[915]: 6 0e+00 2e+03 shouldn't be
522.94/527.87	WSVECS04 Frhs2[916]: 6 0e+00 4e+03 shouldn't be
522.94/527.87	WSVECS04 Frhs2[1058]: 6 0e+00 5e+08 shouldn't be
522.94/527.87	WSVECS04 Frhs2[1059]: 6 0e+00 1e+09 shouldn't be
522.94/527.87	WSVECS04 Frhs2[1066]: 6 0e+00 1e+11 shouldn't be
522.94/527.87	WSVECS04 Frhs2[1479]: 6 0e+00 5e-07 shouldn't be
522.94/527.87	WSVECS04 Frhs2[1789]: 6 0e+00 2e-05 shouldn't be
522.94/527.87	WSVECS04 Frhs2[1879]: 6 0e+00 2e+13 shouldn't be
522.94/527.87	WSVECS04 Frhs2[1929]: 6 0e+00 7e+13 shouldn't be
522.94/527.87	WSVECS04 Frhs2[2106]: 6 0e+00 2e-05 shouldn't be
522.94/527.87	WSVECS04 Frhs2[2391]: 6 -7e+07 0e+00 shouldn't be
522.94/527.87	WSVECS04 Frhs2[3000]: 6 0e+00 4e-07 shouldn't be
522.94/527.87	WSVECS04 Frhs2[3026]: 6 0e+00 1e-06 shouldn't be
522.94/527.87	WSVECS04 Frhs2[3038]: 6 0e+00 1e-05 shouldn't be
522.94/527.87	WSVECS04 Frhs2[3064]: 6 0e+00 2e-05 shouldn't be
522.94/527.87	WSVECS04 Frhs2[3177]: 6 -9e-04 0e+00 shouldn't be
522.94/527.87	WSVECS04 Frhs2[3181]: 6 0e+00 2e-05 shouldn't be
522.94/527.87	WSVECS04 Frhs2[3299]: 6 0e+00 2e+13 shouldn't be
522.94/527.87	WSVECS04 Frhs2[3343]: 6 -3e+11 0e+00 shouldn't be
522.94/527.87	WSVECS04 Frhs2[3367]: 6 -1e+11 0e+00 shouldn't be
522.94/527.87	WSVECS04 Frhs2[3562]: 6 0e+00 8e-07 shouldn't be
522.94/527.87	WSVECS04 Frhs2[3588]: 6 0e+00 8e-07 shouldn't be
522.94/527.87	WSVECS04 Frhs2[3666]: 6 0e+00 5e-06 shouldn't be
522.94/527.87	WSVECS04 Frhs2[3692]: 6 0e+00 8e-06 shouldn't be
522.94/527.87	WSVECS04 Frhs2[3796]: 6 0e+00 1e-04 shouldn't be
522.94/527.87	WSVECS04 Frhs2[3831]: 6 0e+00 3e+07 shouldn't be
534.29/539.28	c #Conflicts:     314000 | #Constraints:      41775
534.29/539.28	c #Conflicts:     315000 | #Constraints:      42775
534.29/539.28	c #Conflicts:     316000 | #Constraints:      43775
534.29/539.28	c #Conflicts:     317000 | #Constraints:      44775
534.29/539.28	c #Conflicts:     318000 | #Constraints:      45775
534.29/539.28	c #Conflicts:     319000 | #Constraints:      46775
534.29/539.28	c #Conflicts:     320000 | #Constraints:      47775
534.29/539.28	c #Conflicts:     321000 | #Constraints:      48775
534.29/539.28	c INPROCESSING
534.29/539.28	c GARBAGE COLLECT
534.29/539.28	c #Conflicts:     322000 | #Constraints:      29565
534.29/539.28	c #Conflicts:     323000 | #Constraints:      30565
534.29/539.28	c #Conflicts:     324000 | #Constraints:      31565
534.29/539.28	WSVECS04 Frhs2[806]: 6 0e+00 4e+01 shouldn't be
534.29/539.28	WSVECS04 Frhs2[1364]: 6 0e+00 2e+03 shouldn't be
534.29/539.28	WSVECS04 Frhs2[1625]: 6 0e+00 1e+09 shouldn't be
534.29/539.28	WSVECS04 Frhs2[1645]: 6 0e+00 7e+07 shouldn't be
534.29/539.28	WSVECS04 Frhs2[1649]: 6 0e+00 1e+09 shouldn't be
534.29/539.28	WSVECS04 Frhs2[1669]: 6 0e+00 7e+07 shouldn't be
534.29/539.28	WSVECS04 Frhs2[1672]: 6 0e+00 5e+08 shouldn't be
534.29/539.28	WSVECS04 Frhs2[1693]: 6 0e+00 7e+07 shouldn't be
534.29/539.28	WSVECS04 Frhs2[1741]: 6 0e+00 7e+07 shouldn't be
534.29/539.28	WSVECS04 Frhs2[2853]: 6 0e+00 8e+06 shouldn't be
534.29/539.28	WSVECS04 Frhs2[3407]: 6 0e+00 2e+00 shouldn't be
534.29/539.28	WSVECS04 Frhs2[3485]: 6 0e+00 2e+01 shouldn't be
534.29/539.28	WSVECS04 Frhs2[3511]: 6 0e+00 3e+01 shouldn't be
534.29/539.28	WSVECS04 Frhs2[4057]: 6 0e+00 1e+00 shouldn't be
545.60/550.69	c #Conflicts:     325000 | #Constraints:      32566
545.60/550.69	c #Conflicts:     326000 | #Constraints:      33566
545.60/550.69	c #Conflicts:     327000 | #Constraints:      34566
545.60/550.69	c #Conflicts:     328000 | #Constraints:      35566
545.60/550.69	c #Conflicts:     329000 | #Constraints:      36566
545.60/550.69	c #Conflicts:     330000 | #Constraints:      37566
545.60/550.69	c #Conflicts:     331000 | #Constraints:      38567
545.60/550.69	c #Conflicts:     332000 | #Constraints:      39567
545.60/550.69	c #Conflicts:     333000 | #Constraints:      40567
545.60/550.69	c #Conflicts:     334000 | #Constraints:      41567
545.60/550.69	WSVECS04 Frhs2[29]: 6 -4e+00 0e+00 shouldn't be
545.60/550.69	WSVECS04 Frhs2[730]: 6 0e+00 2e+00 shouldn't be
545.60/550.69	WSVECS04 Frhs2[782]: 6 0e+00 8e+00 shouldn't be
545.60/550.69	WSVECS04 Frhs2[1407]: 6 0e+00 2e+01 shouldn't be
545.60/550.69	WSVECS04 Frhs2[2056]: 6 0e+00 8e+00 shouldn't be
545.60/550.69	WSVECS04 Frhs2[2711]: 6 -6e+01 0e+00 shouldn't be
545.60/550.69	WSVECS04 Frhs2[2715]: 6 -1e+03 0e+00 shouldn't be
545.60/550.69	WSVECS04 Frhs2[3396]: 6 0e+00 3e+04 shouldn't be
545.60/550.69	WSVECS04 Frhs2[4061]: 6 0e+00 2e+01 shouldn't be
545.60/550.69	WSVECS04 Frhs2[4066]: 6 0e+00 5e+02 shouldn't be
545.60/550.69	WSVECS04 Frhs2[4067]: 6 0e+00 1e+03 shouldn't be
545.60/550.69	WSVECS04 Frhs2[4070]: 6 0e+00 8e+03 shouldn't be
545.60/550.69	WSVECS04 Frhs2[4071]: 6 0e+00 2e+04 shouldn't be
545.60/550.69	WSVECS04 Frhs2[4074]: 6 0e+00 1e+05 shouldn't be
545.60/550.69	WSVECS04 Frhs2[4075]: 6 0e+00 3e+05 shouldn't be
545.60/550.69	WSVECS04 Frhs2[4079]: 6 0e+00 4e+06 shouldn't be
545.60/550.69	WSVECS04 Frhs2[4083]: 6 0e+00 7e+07 shouldn't be
545.60/550.69	WSVECS04 Frhs2[4084]: 6 0e+00 1e+08 shouldn't be
545.60/550.69	WSVECS04 Frhs2[4086]: 6 0e+00 5e+08 shouldn't be
545.60/550.69	WSVECS04 Frhs2[4089]: 6 0e+00 4e+09 shouldn't be
545.60/550.69	WSVECS04 Frhs2[4090]: 6 0e+00 9e+09 shouldn't be
545.60/550.69	WSVECS04 Frhs2[4091]: 6 0e+00 2e+10 shouldn't be
545.60/550.69	WSVECS04 Frhs2[4092]: 6 0e+00 3e+10 shouldn't be
545.60/550.69	WSVECS04 Frhs2[4093]: 6 0e+00 7e+10 shouldn't be
545.60/550.69	WSVECS04 Frhs2[4094]: 6 0e+00 1e+11 shouldn't be
545.60/550.69	WSVECS04 Frhs2[4095]: 6 0e+00 3e+11 shouldn't be
545.60/550.69	WSVECS04 Frhs2[4096]: 6 0e+00 5e+11 shouldn't be
545.60/550.69	WSVECS04 Frhs2[4097]: 6 0e+00 1e+12 shouldn't be
545.60/550.69	WSVECS04 Frhs2[4098]: 6 0e+00 2e+12 shouldn't be
545.60/550.69	WSVECS04 Frhs2[4100]: 6 0e+00 9e+12 shouldn't be
545.60/550.69	WSVECS04 Frhs2[4101]: 6 0e+00 2e+13 shouldn't be
545.60/550.69	WSVECS04 Frhs2[4102]: 6 0e+00 4e+13 shouldn't be
545.60/550.69	WSVECS04 Frhs2[4103]: 6 0e+00 7e+13 shouldn't be
545.60/550.69	WSVECS04 Frhs2[4104]: 6 0e+00 1e+14 shouldn't be
545.60/550.69	WSVECS04 Frhs2[4105]: 6 0e+00 3e+14 shouldn't be
545.60/550.69	WSVECS04 Frhs2[4113]: 6 -2e+01 0e+00 shouldn't be
545.60/550.69	WSVECS04 Frhs2[4114]: 6 -3e+01 0e+00 shouldn't be
545.60/550.69	WSVECS04 Frhs2[4118]: 6 -5e+02 0e+00 shouldn't be
545.60/550.69	WSVECS04 Frhs2[4121]: 6 -4e+03 0e+00 shouldn't be
545.60/550.69	WSVECS04 Frhs2[4123]: 6 -2e+04 0e+00 shouldn't be
545.60/550.69	WSVECS04 Frhs2[4125]: 6 -7e+04 0e+00 shouldn't be
545.60/550.69	WSVECS04 Frhs2[4133]: 6 -2e+07 0e+00 shouldn't be
545.60/550.69	WSVECS04 Frhs2[4134]: 6 -3e+07 0e+00 shouldn't be
545.60/550.69	WSVECS04 Frhs2[4135]: 6 -7e+07 0e+00 shouldn't be
545.60/550.69	WSVECS04 Frhs2[4139]: 6 -1e+09 0e+00 shouldn't be
545.60/550.69	WSVECS04 Frhs2[4140]: 6 -2e+09 0e+00 shouldn't be
545.60/550.69	WSVECS04 Frhs2[4141]: 6 -4e+09 0e+00 shouldn't be
545.60/550.69	WSVECS04 Frhs2[4142]: 6 -9e+09 0e+00 shouldn't be
545.60/550.69	WSVECS04 Frhs2[4143]: 6 -2e+10 0e+00 shouldn't be
545.60/550.69	WSVECS04 Frhs2[4144]: 6 -3e+10 0e+00 shouldn't be
545.60/550.69	WSVECS04 Frhs2[4145]: 6 -7e+10 0e+00 shouldn't be
545.60/550.69	WSVECS04 Frhs2[4146]: 6 -1e+11 0e+00 shouldn't be
545.60/550.69	WSVECS04 Frhs2[4147]: 6 -3e+11 0e+00 shouldn't be
545.60/550.69	WSVECS04 Frhs2[4148]: 6 -5e+11 0e+00 shouldn't be
545.60/550.69	WSVECS04 Frhs2[4149]: 6 -1e+12 0e+00 shouldn't be
545.60/550.69	WSVECS04 Frhs2[4150]: 6 -2e+12 0e+00 shouldn't be
545.60/550.69	WSVECS04 Frhs2[4151]: 6 -4e+12 0e+00 shouldn't be
545.60/550.69	WSVECS04 Frhs2[4153]: 6 -2e+13 0e+00 shouldn't be
545.60/550.69	WSVECS04 Frhs2[4154]: 6 -4e+13 0e+00 shouldn't be
545.60/550.69	WSVECS04 Frhs2[4155]: 6 -7e+13 0e+00 shouldn't be
545.60/550.69	WSVECS04 Frhs2[4156]: 6 -1e+14 0e+00 shouldn't be
545.60/550.69	WSVECS04 Frhs2[4157]: 6 -3e+14 0e+00 shouldn't be
568.58/573.71	c #Conflicts:     335000 | #Constraints:      42567
568.58/573.71	c #Conflicts:     336000 | #Constraints:      43567
568.58/573.71	c INPROCESSING
568.58/573.71	c GARBAGE COLLECT
568.58/573.71	c #Conflicts:     337000 | #Constraints:      27391
568.58/573.71	c #Conflicts:     338000 | #Constraints:      28391
568.58/573.71	c #Conflicts:     339000 | #Constraints:      29391
568.58/573.71	c #Conflicts:     340000 | #Constraints:      30392
568.58/573.71	c #Conflicts:     341000 | #Constraints:      31393
568.58/573.71	c #Conflicts:     342000 | #Constraints:      32394
568.58/573.71	c #Conflicts:     343000 | #Constraints:      33394
568.58/573.71	c #Conflicts:     344000 | #Constraints:      34395
568.58/573.71	c #Conflicts:     345000 | #Constraints:      35396
568.58/573.71	c #Conflicts:     346000 | #Constraints:      36397
568.58/573.71	c #Conflicts:     347000 | #Constraints:      37398
568.58/573.71	c #Conflicts:     348000 | #Constraints:      38398
568.58/573.71	c #Conflicts:     349000 | #Constraints:      39399
568.58/573.71	c #Conflicts:     350000 | #Constraints:      40399
568.58/573.71	c #Conflicts:     351000 | #Constraints:      41400
568.58/573.71	c #Conflicts:     352000 | #Constraints:      42400
568.58/573.71	c #Conflicts:     353000 | #Constraints:      43401
568.58/573.71	c #Conflicts:     354000 | #Constraints:      44401
568.58/573.71	c #Conflicts:     355000 | #Constraints:      45401
568.58/573.71	c #Conflicts:     356000 | #Constraints:      46402
568.58/573.71	WSVECS04 Frhs2[1]: 6 0e+00 6e+06 shouldn't be
568.58/573.71	WSVECS04 Frhs2[7]: 6 0e+00 3e+08 shouldn't be
568.58/573.71	WSVECS04 Frhs2[28]: 6 -4e+06 0e+00 shouldn't be
568.58/573.71	WSVECS04 Frhs2[29]: 6 0e+00 1e+07 shouldn't be
568.58/573.71	WSVECS04 Frhs2[30]: 6 0e+00 2e+07 shouldn't be
568.58/573.71	WSVECS04 Frhs2[32]: 6 -6e+07 0e+00 shouldn't be
568.58/573.71	WSVECS04 Frhs2[33]: 6 0e+00 3e+08 shouldn't be
568.58/573.71	WSVECS04 Frhs2[36]: 6 0e+00 7e+04 shouldn't be
568.58/573.71	WSVECS04 Frhs2[105]: 6 -4e+00 0e+00 shouldn't be
568.58/573.71	WSVECS04 Frhs2[113]: 6 -1e+03 0e+00 shouldn't be
568.58/573.71	WSVECS04 Frhs2[116]: 6 -8e+03 0e+00 shouldn't be
568.58/573.71	WSVECS04 Frhs2[123]: 6 -1e+06 0e+00 shouldn't be
568.58/573.71	WSVECS04 Frhs2[129]: 6 -7e+07 0e+00 shouldn't be
568.58/573.71	WSVECS04 Frhs2[236]: 6 -3e+02 0e+00 shouldn't be
568.58/573.71	WSVECS04 Frhs2[239]: 6 -2e+03 0e+00 shouldn't be
568.58/573.71	WSVECS04 Frhs2[243]: 6 -3e+04 0e+00 shouldn't be
568.58/573.71	WSVECS04 Frhs2[246]: 6 -3e+05 0e+00 shouldn't be
568.58/573.71	WSVECS04 Frhs2[252]: 6 -2e+07 0e+00 shouldn't be
568.58/573.71	WSVECS04 Frhs2[253]: 6 -3e+07 0e+00 shouldn't be
568.58/573.71	WSVECS04 Frhs2[256]: 6 -3e+08 0e+00 shouldn't be
568.58/573.71	WSVECS04 Frhs2[289]: 6 0e+00 2e+03 shouldn't be
568.58/573.71	WSVECS04 Frhs2[294]: 6 -7e+04 0e+00 shouldn't be
568.58/573.71	WSVECS04 Frhs2[295]: 6 -1e+05 0e+00 shouldn't be
568.58/573.71	WSVECS04 Frhs2[297]: 6 -5e+05 0e+00 shouldn't be
568.58/573.71	WSVECS04 Frhs2[298]: 6 -1e+06 0e+00 shouldn't be
568.58/573.71	WSVECS04 Frhs2[304]: 6 -7e+07 0e+00 shouldn't be
568.58/573.71	WSVECS04 Frhs2[306]: 6 0e+00 3e+08 shouldn't be
568.58/573.71	WSVECS04 Frhs2[307]: 6 0e+00 5e+08 shouldn't be
568.58/573.71	WSVECS04 Frhs2[327]: 6 0e+00 2e+07 shouldn't be
568.58/573.71	WSVECS04 Frhs2[330]: 6 0e+00 1e+08 shouldn't be
568.58/573.71	WSVECS04 Frhs2[334]: 6 0e+00 2e+09 shouldn't be
568.58/573.71	WSVECS04 Frhs2[499]: 6 0e+00 2e+06 shouldn't be
568.58/573.71	WSVECS04 Frhs2[501]: 6 0e+00 8e+06 shouldn't be
568.58/573.71	WSVECS04 Frhs2[575]: 6 0e+00 4e+06 shouldn't be
568.58/573.71	WSVECS04 Frhs2[576]: 6 0e+00 8e+06 shouldn't be
568.58/573.71	WSVECS04 Frhs2[579]: 6 0e+00 6e+07 shouldn't be
568.58/573.71	WSVECS04 Frhs2[580]: 6 -1e+07 0e+00 shouldn't be
568.58/573.71	WSVECS04 Frhs2[581]: 6 -3e+07 0e+00 shouldn't be
568.58/573.71	WSVECS04 Frhs2[582]: 6 0e+00 5e+08 shouldn't be
568.58/573.71	WSVECS04 Frhs2[605]: 6 0e+00 1e+08 shouldn't be
568.58/573.71	WSVECS04 Frhs2[651]: 6 0e+00 8e+06 shouldn't be
568.58/573.71	WSVECS04 Frhs2[655]: 6 0e+00 1e+08 shouldn't be
568.58/573.71	WSVECS04 Frhs2[677]: 6 0e+00 2e+07 shouldn't be
568.58/573.71	WSVECS04 Frhs2[679]: 6 0e+00 7e+07 shouldn't be
568.58/573.71	WSVECS04 Frhs2[680]: 6 0e+00 1e+08 shouldn't be
568.58/573.71	WSVECS04 Frhs2[681]: 6 0e+00 2e+08 shouldn't be
568.58/573.71	WSVECS04 Frhs2[707]: 6 -6e+07 0e+00 shouldn't be
568.58/573.71	WSVECS04 Frhs2[708]: 6 -1e+08 0e+00 shouldn't be
568.58/573.71	WSVECS04 Frhs2[734]: 6 0e+00 3e+01 shouldn't be
568.58/573.71	WSVECS04 Frhs2[739]: 6 0e+00 1e+03 shouldn't be
568.58/573.71	WSVECS04 Frhs2[745]: 6 0e+00 7e+04 shouldn't be
568.58/573.71	WSVECS04 Frhs2[746]: 6 0e+00 1e+05 shouldn't be
568.58/573.71	WSVECS04 Frhs2[761]: 6 0e+00 1e+02 shouldn't be
568.58/573.71	WSVECS04 Frhs2[765]: 6 0e+00 2e+03 shouldn't be
568.58/573.71	WSVECS04 Frhs2[771]: 6 0e+00 1e+05 shouldn't be
568.58/573.71	WSVECS04 Frhs2[778]: 6 0e+00 2e+07 shouldn't be
568.58/573.71	WSVECS04 Frhs2[784]: 6 0e+00 3e+01 shouldn't be
568.58/573.71	WSVECS04 Frhs2[785]: 6 0e+00 6e+01 shouldn't be
568.58/573.71	WSVECS04 Frhs2[786]: 6 0e+00 1e+02 shouldn't be
568.58/573.71	WSVECS04 Frhs2[787]: 6 0e+00 3e+02 shouldn't be
568.58/573.71	WSVECS04 Frhs2[791]: 6 0e+00 4e+03 shouldn't be
568.58/573.71	WSVECS04 Frhs2[797]: 6 0e+00 3e+05 shouldn't be
568.58/573.71	WSVECS04 Frhs2[806]: 6 0e+00 1e+08 shouldn't be
568.58/573.71	WSVECS04 Frhs2[811]: 6 0e+00 1e+02 shouldn't be
568.58/573.71	WSVECS04 Frhs2[814]: 6 0e+00 1e+03 shouldn't be
568.58/573.71	WSVECS04 Frhs2[816]: 6 0e+00 4e+03 shouldn't be
568.58/573.71	WSVECS04 Frhs2[823]: 6 0e+00 5e+05 shouldn't be
568.58/573.71	WSVECS04 Frhs2[830]: 6 0e+00 7e+07 shouldn't be
568.58/573.71	WSVECS04 Frhs2[832]: 6 0e+00 3e+08 shouldn't be
568.58/573.71	WSVECS04 Frhs2[849]: 6 0e+00 1e+06 shouldn't be
568.58/573.71	WSVECS04 Frhs2[864]: 6 0e+00 1e+03 shouldn't be
568.58/573.71	WSVECS04 Frhs2[865]: 6 0e+00 2e+03 shouldn't be
568.58/573.71	WSVECS04 Frhs2[869]: 6 0e+00 3e+04 shouldn't be
568.58/573.71	WSVECS04 Frhs2[875]: 6 0e+00 2e+06 shouldn't be
568.58/573.71	WSVECS04 Frhs2[876]: 6 0e+00 4e+06 shouldn't be
568.58/573.71	WSVECS04 Frhs2[882]: 6 0e+00 3e+08 shouldn't be
568.58/573.71	WSVECS04 Frhs2[883]: 6 0e+00 5e+08 shouldn't be
568.58/573.71	WSVECS04 Frhs2[892]: 6 0e+00 8e+03 shouldn't be
568.58/573.71	WSVECS04 Frhs2[894]: 6 0e+00 3e+04 shouldn't be
568.58/573.71	WSVECS04 Frhs2[901]: 6 0e+00 4e+06 shouldn't be
568.58/573.71	WSVECS04 Frhs2[908]: 6 0e+00 5e+08 shouldn't be
568.58/573.71	WSVECS04 Frhs2[916]: 6 0e+00 4e+03 shouldn't be
568.58/573.71	WSVECS04 Frhs2[921]: 6 0e+00 1e+05 shouldn't be
568.58/573.71	WSVECS04 Frhs2[927]: 6 0e+00 8e+06 shouldn't be
568.58/573.71	WSVECS04 Frhs2[928]: 6 0e+00 2e+07 shouldn't be
568.58/573.71	WSVECS04 Frhs2[934]: 6 0e+00 1e+09 shouldn't be
568.58/573.71	WSVECS04 Frhs2[942]: 6 0e+00 8e+03 shouldn't be
568.58/573.71	WSVECS04 Frhs2[943]: 6 0e+00 2e+04 shouldn't be
568.58/573.71	WSVECS04 Frhs2[947]: 6 0e+00 3e+05 shouldn't be
568.58/573.71	WSVECS04 Frhs2[953]: 6 0e+00 2e+07 shouldn't be
568.58/573.71	WSVECS04 Frhs2[954]: 6 0e+00 3e+07 shouldn't be
568.58/573.71	WSVECS04 Frhs2[963]: 6 0e+00 5e+02 shouldn't be
568.58/573.71	WSVECS04 Frhs2[964]: 6 0e+00 1e+03 shouldn't be
568.58/573.71	WSVECS04 Frhs2[965]: 6 0e+00 2e+03 shouldn't be
568.58/573.71	WSVECS04 Frhs2[966]: 6 0e+00 4e+03 shouldn't be
568.58/573.71	WSVECS04 Frhs2[969]: 6 0e+00 3e+04 shouldn't be
568.58/573.71	WSVECS04 Frhs2[973]: 6 0e+00 5e+05 shouldn't be
568.58/573.71	WSVECS04 Frhs2[979]: 6 0e+00 3e+07 shouldn't be
568.58/573.71	WSVECS04 Frhs2[980]: 6 0e+00 7e+07 shouldn't be
568.58/573.71	WSVECS04 Frhs2[984]: 6 0e+00 1e+09 shouldn't be
568.58/573.71	WSVECS04 Frhs2[995]: 6 0e+00 7e+04 shouldn't be
568.58/573.71	WSVECS04 Frhs2[999]: 6 0e+00 1e+06 shouldn't be
568.58/573.71	WSVECS04 Frhs2[1020]: 6 0e+00 7e+04 shouldn't be
568.58/573.71	WSVECS04 Frhs2[1021]: 6 0e+00 1e+05 shouldn't be
568.58/573.71	WSVECS04 Frhs2[1025]: 6 0e+00 2e+06 shouldn't be
568.58/573.71	WSVECS04 Frhs2[1069]: 6 0e+00 3e+04 shouldn't be
568.58/573.71	WSVECS04 Frhs2[1070]: 6 0e+00 7e+04 shouldn't be
568.58/573.71	WSVECS04 Frhs2[1072]: 6 0e+00 3e+05 shouldn't be
568.58/573.71	WSVECS04 Frhs2[1076]: 6 0e+00 4e+06 shouldn't be
568.58/573.71	WSVECS04 Frhs2[1077]: 6 0e+00 8e+06 shouldn't be
568.58/573.71	WSVECS04 Frhs2[1095]: 6 0e+00 7e+04 shouldn't be
568.58/573.71	WSVECS04 Frhs2[1096]: 6 0e+00 1e+05 shouldn't be
568.58/573.71	WSVECS04 Frhs2[1098]: 6 0e+00 5e+05 shouldn't be
568.58/573.71	WSVECS04 Frhs2[1099]: 6 0e+00 1e+06 shouldn't be
568.58/573.71	WSVECS04 Frhs2[1102]: 6 0e+00 8e+06 shouldn't be
568.58/573.71	WSVECS04 Frhs2[1176]: 6 0e+00 4e+06 shouldn't be
568.58/573.71	WSVECS04 Frhs2[1202]: 6 0e+00 8e+06 shouldn't be
568.58/573.71	WSVECS04 Frhs2[1203]: 6 0e+00 2e+07 shouldn't be
568.58/573.71	WSVECS04 Frhs2[1207]: 6 0e+00 3e+08 shouldn't be
568.58/573.71	WSVECS04 Frhs2[1224]: 6 0e+00 1e+06 shouldn't be
568.58/573.71	WSVECS04 Frhs2[1228]: 6 0e+00 2e+07 shouldn't be
568.58/573.71	WSVECS04 Frhs2[1229]: 6 0e+00 3e+07 shouldn't be
568.58/573.71	WSVECS04 Frhs2[1233]: 6 0e+00 5e+08 shouldn't be
568.58/573.71	WSVECS04 Frhs2[1249]: 6 0e+00 1e+06 shouldn't be
568.58/573.71	WSVECS04 Frhs2[1253]: 6 0e+00 2e+07 shouldn't be
568.58/573.71	WSVECS04 Frhs2[1254]: 6 0e+00 3e+07 shouldn't be
568.58/573.71	WSVECS04 Frhs2[1255]: 6 0e+00 7e+07 shouldn't be
568.58/573.71	WSVECS04 Frhs2[1256]: 6 0e+00 1e+08 shouldn't be
568.58/573.71	WSVECS04 Frhs2[1259]: 6 0e+00 1e+09 shouldn't be
568.58/573.71	WSVECS04 Frhs2[1280]: 6 0e+00 7e+07 shouldn't be
568.58/573.71	WSVECS04 Frhs2[1281]: 6 0e+00 1e+08 shouldn't be
568.58/573.71	WSVECS04 Frhs2[1354]: 6 0e+00 3e+07 shouldn't be
568.58/573.71	WSVECS04 Frhs2[1358]: 6 0e+00 5e+08 shouldn't be
568.58/573.71	WSVECS04 Frhs2[1359]: 6 0e+00 1e+09 shouldn't be
568.58/573.71	WSVECS04 Frhs2[1384]: 6 0e+00 1e+09 shouldn't be
568.58/573.71	WSVECS04 Frhs2[1529]: 6 0e+00 1e+09 shouldn't be
568.58/573.71	WSVECS04 Frhs2[1553]: 6 0e+00 1e+09 shouldn't be
568.58/573.71	WSVECS04 Frhs2[1581]: 6 0e+00 1e+03 shouldn't be
568.58/573.71	WSVECS04 Frhs2[1582]: 6 0e+00 2e+03 shouldn't be
568.58/573.71	WSVECS04 Frhs2[1599]: 6 0e+00 3e+08 shouldn't be
568.58/573.71	WSVECS04 Frhs2[1618]: 6 0e+00 8e+06 shouldn't be
568.58/573.71	WSVECS04 Frhs2[1642]: 6 0e+00 8e+06 shouldn't be
568.58/573.71	WSVECS04 Frhs2[1688]: 6 0e+00 2e+06 shouldn't be
568.58/573.71	WSVECS04 Frhs2[1740]: 6 -3e+07 0e+00 shouldn't be
568.58/573.71	WSVECS04 Frhs2[1806]: 6 0e+00 5e+05 shouldn't be
568.58/573.71	WSVECS04 Frhs2[1830]: 6 0e+00 5e+05 shouldn't be
568.58/573.71	WSVECS04 Frhs2[1836]: 6 -3e+07 0e+00 shouldn't be
568.58/573.71	WSVECS04 Frhs2[1837]: 6 0e+00 6e+07 shouldn't be
568.58/573.71	WSVECS04 Frhs2[1987]: 6 0e+00 5e+08 shouldn't be
568.58/573.71	WSVECS04 Frhs2[2035]: 6 0e+00 5e+08 shouldn't be
568.58/573.71	WSVECS04 Frhs2[2056]: 6 0e+00 8e+00 shouldn't be
568.58/573.71	WSVECS04 Frhs2[2080]: 6 0e+00 8e+00 shouldn't be
568.58/573.71	WSVECS04 Frhs2[2380]: 6 0e+00 3e+04 shouldn't be
568.58/573.71	WSVECS04 Frhs2[2636]: 6 -2e+09 0e+00 shouldn't be
568.58/573.71	WSVECS04 Frhs2[2887]: 6 -1e+02 0e+00 shouldn't be
568.58/573.71	WSVECS04 Frhs2[2915]: 6 -1e+03 0e+00 shouldn't be
568.58/573.71	WSVECS04 Frhs2[2933]: 6 -3e+08 0e+00 shouldn't be
568.58/573.71	WSVECS04 Frhs2[2939]: 6 -5e+02 0e+00 shouldn't be
568.58/573.71	WSVECS04 Frhs2[2943]: 6 -8e+03 0e+00 shouldn't be
568.58/573.71	WSVECS04 Frhs2[2954]: 6 -2e+07 0e+00 shouldn't be
568.58/573.71	WSVECS04 Frhs2[2980]: 6 -3e+07 0e+00 shouldn't be
568.58/573.71	WSVECS04 Frhs2[2981]: 6 -7e+07 0e+00 shouldn't be
568.58/573.71	WSVECS04 Frhs2[3080]: 6 0e+00 3e+07 shouldn't be
568.58/573.71	WSVECS04 Frhs2[3099]: 6 -5e+05 0e+00 shouldn't be
568.58/573.71	WSVECS04 Frhs2[3106]: 6 0e+00 7e+06 shouldn't be
568.58/573.71	WSVECS04 Frhs2[3176]: 6 0e+00 2e+06 shouldn't be
568.58/573.71	WSVECS04 Frhs2[3304]: 6 0e+00 2e+07 shouldn't be
568.58/573.71	WSVECS04 Frhs2[3307]: 6 -1e+07 0e+00 shouldn't be
568.58/573.71	WSVECS04 Frhs2[3355]: 6 -3e+07 0e+00 shouldn't be
568.58/573.71	WSVECS04 Frhs2[3589]: 6 0e+00 3e+02 shouldn't be
568.58/573.71	WSVECS04 Frhs2[3667]: 6 0e+00 2e+03 shouldn't be
568.58/573.71	WSVECS04 Frhs2[3849]: 6 0e+00 3e+05 shouldn't be
568.58/573.71	WSVECS04 Frhs2[3875]: 6 0e+00 5e+05 shouldn't be
568.58/573.71	WSVECS04 Frhs2[4057]: 6 0e+00 1e+00 shouldn't be
568.58/573.71	WSVECS04 Frhs2[4093]: 6 0e+00 7e+10 shouldn't be
616.35/621.70	c #Conflicts:     357000 | #Constraints:      47403
616.35/621.70	c #Conflicts:     358000 | #Constraints:      48403
616.35/621.70	c #Conflicts:     359000 | #Constraints:      49403
616.35/621.70	c #Conflicts:     360000 | #Constraints:      50403
616.35/621.70	c #Conflicts:     361000 | #Constraints:      51403
616.35/621.70	c #Conflicts:     362000 | #Constraints:      52403
616.35/621.70	c #Conflicts:     363000 | #Constraints:      53404
616.35/621.70	c #Conflicts:     364000 | #Constraints:      54404
616.35/621.70	c #Conflicts:     365000 | #Constraints:      55405
616.35/621.70	c #Conflicts:     366000 | #Constraints:      56406
616.35/621.70	c #Conflicts:     367000 | #Constraints:      57406
616.35/621.70	c #Conflicts:     368000 | #Constraints:      58406
616.35/621.70	c #Conflicts:     369000 | #Constraints:      59406
616.35/621.70	c #Conflicts:     370000 | #Constraints:      60406
616.35/621.70	c #Conflicts:     371000 | #Constraints:      61406
616.35/621.70	c #Conflicts:     372000 | #Constraints:      62406
616.35/621.70	c #Conflicts:     373000 | #Constraints:      63406
616.35/621.70	c #Conflicts:     374000 | #Constraints:      64406
616.35/621.70	c #Conflicts:     375000 | #Constraints:      65406
616.35/621.70	c #Conflicts:     376000 | #Constraints:      66406
616.35/621.70	c #Conflicts:     377000 | #Constraints:      67407
616.35/621.70	c #Conflicts:     378000 | #Constraints:      68407
616.35/621.70	c INPROCESSING
616.35/621.70	c GARBAGE COLLECT
616.35/621.70	WSVECS04 Frhs2[50]: 6 -3e+12 0e+00 shouldn't be
616.35/621.70	WSVECS04 Frhs2[744]: 6 0e+00 3e+04 shouldn't be
616.35/621.70	WSVECS04 Frhs2[770]: 6 0e+00 7e+04 shouldn't be
616.35/621.70	WSVECS04 Frhs2[820]: 6 0e+00 7e+04 shouldn't be
616.35/621.70	WSVECS04 Frhs2[1258]: 6 0e+00 3e+10 shouldn't be
616.35/621.70	WSVECS04 Frhs2[1627]: 6 0e+00 3e+10 shouldn't be
616.35/621.70	WSVECS04 Frhs2[1808]: 6 0e+00 3e+10 shouldn't be
616.35/621.70	WSVECS04 Frhs2[1857]: 6 0e+00 6e+10 shouldn't be
616.35/621.70	WSVECS04 Frhs2[1881]: 6 0e+00 6e+10 shouldn't be
616.35/621.70	WSVECS04 Frhs2[2068]: 6 0e+00 3e+04 shouldn't be
616.35/621.70	WSVECS04 Frhs2[2092]: 6 0e+00 3e+04 shouldn't be
616.35/621.70	WSVECS04 Frhs2[2588]: 6 0e+00 5e+10 shouldn't be
616.35/621.70	WSVECS04 Frhs2[2937]: 6 -3e+10 0e+00 shouldn't be
616.35/621.70	WSVECS04 Frhs2[3223]: 6 0e+00 2e+12 shouldn't be
616.35/621.70	WSVECS04 Frhs2[3935]: 6 0e+00 1e+10 shouldn't be
616.35/621.70	WSVECS04 Frhs2[4107]: 6 0e+00 1e+15 shouldn't be
616.35/621.70	WSVECS04 Frhs2[4159]: 6 -1e+15 0e+00 shouldn't be
616.85/622.22	WSVECS04 Frhs2[27]: 6 -3e+10 0e+00 shouldn't be
616.85/622.22	WSVECS04 Frhs2[31]: 6 -1e+12 0e+00 shouldn't be
616.85/622.22	WSVECS04 Frhs2[2612]: 6 0e+00 5e+10 shouldn't be
653.87/659.38	WSVECS04 Frhs2[161]: 6 -6e-07 0e+00 shouldn't be
653.87/659.38	WSVECS04 Frhs2[453]: 6 0e+00 9e-07 shouldn't be
653.87/659.38	WSVECS04 Frhs2[478]: 6 0e+00 8e-07 shouldn't be
653.87/659.38	WSVECS04 Frhs2[580]: 6 0e+00 3e-07 shouldn't be
653.87/659.38	WSVECS04 Frhs2[1178]: 6 0e+00 5e-07 shouldn't be
653.87/659.38	WSVECS04 Frhs2[1608]: 6 0e+00 2e-07 shouldn't be
653.87/659.38	WSVECS04 Frhs2[1631]: 6 0e+00 3e-07 shouldn't be
653.87/659.38	WSVECS04 Frhs2[1632]: 6 0e+00 6e-07 shouldn't be
653.87/659.38	WSVECS04 Frhs2[1642]: 6 0e+00 8e-07 shouldn't be
653.87/659.38	WSVECS04 Frhs2[1695]: 6 0e+00 1e-06 shouldn't be
653.87/659.38	WSVECS04 Frhs2[1742]: 6 0e+00 7e-07 shouldn't be
653.87/659.38	WSVECS04 Frhs2[1766]: 6 0e+00 1e-06 shouldn't be
653.87/659.38	WSVECS04 Frhs2[1790]: 6 0e+00 6e-07 shouldn't be
653.87/659.38	WSVECS04 Frhs2[1838]: 6 0e+00 1e-06 shouldn't be
653.87/659.38	WSVECS04 Frhs2[1862]: 6 0e+00 7e-07 shouldn't be
653.87/659.38	WSVECS04 Frhs2[1908]: 6 0e+00 8e-07 shouldn't be
653.87/659.38	WSVECS04 Frhs2[1956]: 6 0e+00 1e-06 shouldn't be
653.87/659.38	WSVECS04 Frhs2[1980]: 6 0e+00 1e-06 shouldn't be
653.87/659.38	WSVECS04 Frhs2[2197]: 6 0e+00 6e-07 shouldn't be
653.87/659.38	WSVECS04 Frhs2[2363]: 6 0e+00 1e-06 shouldn't be
653.87/659.38	WSVECS04 Frhs2[2390]: 6 0e+00 1e-06 shouldn't be
653.87/659.38	WSVECS04 Frhs2[2438]: 6 0e+00 6e-07 shouldn't be
653.87/659.38	WSVECS04 Frhs2[2970]: 6 -5e-07 0e+00 shouldn't be
653.87/659.38	WSVECS04 Frhs2[3080]: 6 -7e-07 0e+00 shouldn't be
655.37/660.86	WSVECS04 Frhs2[118]: 6 0e+00 8e-07 shouldn't be
655.37/660.86	WSVECS04 Frhs2[428]: 6 0e+00 2e-07 shouldn't be
655.37/660.86	WSVECS04 Frhs2[456]: 6 0e+00 9e-07 shouldn't be
655.37/660.86	WSVECS04 Frhs2[599]: 6 0e+00 1e-06 shouldn't be
655.37/660.86	WSVECS04 Frhs2[1352]: 6 0e+00 7e-07 shouldn't be
655.37/660.86	WSVECS04 Frhs2[1630]: 6 0e+00 5e-07 shouldn't be
655.37/660.86	WSVECS04 Frhs2[1694]: 6 0e+00 1e-06 shouldn't be
655.37/660.86	WSVECS04 Frhs2[1718]: 6 0e+00 1e-06 shouldn't be
655.37/660.86	WSVECS04 Frhs2[1932]: 6 0e+00 3e-07 shouldn't be
655.37/660.86	WSVECS04 Frhs2[2414]: 6 0e+00 1e-06 shouldn't be
655.37/660.86	WSVECS04 Frhs2[2918]: 6 -5e-07 0e+00 shouldn't be
655.37/660.86	WSVECS04 Frhs2[2978]: 6 -3e-07 0e+00 shouldn't be
657.47/663.00	WSVECS04 Frhs2[1814]: 6 0e+00 1e-06 shouldn't be
657.47/663.00	WSVECS04 Frhs2[2727]: 6 0e+00 3e-07 shouldn't be
657.47/663.00	WSVECS04 Frhs2[2995]: 6 0e+00 1e-06 shouldn't be
657.47/663.00	WSVECS04 Frhs2[3728]: 6 -9e-07 0e+00 shouldn't be
659.35/664.85	WSVECS04 Frhs2[2892]: 6 -8e-07 0e+00 shouldn't be
659.35/664.85	WSVECS04 Frhs2[3032]: 6 -1e-06 0e+00 shouldn't be
659.35/664.85	WSVECS04 Frhs2[3756]: 6 -5e-07 0e+00 shouldn't be
664.95/670.45	WSVECS04 Frhs2[3333]: 6 0e+00 1e-06 shouldn't be
668.34/673.82	WSVECS04 Frhs2[3502]: 6 -6e-07 0e+00 shouldn't be
671.64/677.13	WSVECS04 Frhs2[3503]: 6 0e+00 6e-07 shouldn't be
674.93/680.40	WSVECS04 Frhs2[3647]: 6 0e+00 8e-07 shouldn't be
678.12/683.64	WSVECS04 Frhs2[3083]: 6 -1e-06 0e+00 shouldn't be
678.12/683.64	WSVECS04 Frhs2[3529]: 6 0e+00 6e-07 shouldn't be
678.12/683.64	WSVECS04 Frhs2[3884]: 6 -1e-06 0e+00 shouldn't be
681.21/686.72	WSVECS04 Frhs2[3754]: 6 -8e-07 0e+00 shouldn't be
687.19/692.74	WSVECS04 Frhs2[3721]: 6 -2e-07 0e+00 shouldn't be
731.15/737.04	c #Conflicts:     379000 | #Constraints:      39707
731.15/737.04	c #Conflicts:     380000 | #Constraints:      40707
731.15/737.04	c #Conflicts:     381000 | #Constraints:      41707
731.15/737.04	c #Conflicts:     382000 | #Constraints:      42707
731.15/737.04	c #Conflicts:     383000 | #Constraints:      43707
731.15/737.04	c #Conflicts:     384000 | #Constraints:      44707
731.15/737.04	c #Conflicts:     385000 | #Constraints:      45707
731.15/737.04	c #Conflicts:     386000 | #Constraints:      46707
731.15/737.04	c #Conflicts:     387000 | #Constraints:      47707
731.15/737.04	c #Conflicts:     388000 | #Constraints:      48707
731.15/737.04	c #Conflicts:     389000 | #Constraints:      49707
731.15/737.04	c #Conflicts:     390000 | #Constraints:      50707
731.15/737.04	c #Conflicts:     391000 | #Constraints:      51707
731.15/737.04	c #Conflicts:     392000 | #Constraints:      52707
731.15/737.04	c #Conflicts:     393000 | #Constraints:      53707
731.15/737.04	c INPROCESSING
731.15/737.04	c GARBAGE COLLECT
731.15/737.04	c #Conflicts:     394000 | #Constraints:      32003
731.15/737.04	WSVECS04 Frhs2[31]: 6 0e+00 5e+02 shouldn't be
731.15/737.04	WSVECS04 Frhs2[738]: 6 0e+00 5e+02 shouldn't be
731.15/737.04	WSVECS04 Frhs2[739]: 6 0e+00 1e+03 shouldn't be
731.15/737.04	WSVECS04 Frhs2[764]: 6 0e+00 1e+03 shouldn't be
731.15/737.04	WSVECS04 Frhs2[792]: 6 0e+00 8e+03 shouldn't be
731.15/737.04	WSVECS04 Frhs2[794]: 6 0e+00 3e+04 shouldn't be
731.15/737.04	WSVECS04 Frhs2[795]: 6 0e+00 7e+04 shouldn't be
731.15/737.04	WSVECS04 Frhs2[797]: 6 0e+00 3e+05 shouldn't be
731.15/737.04	WSVECS04 Frhs2[817]: 6 0e+00 8e+03 shouldn't be
731.15/737.04	WSVECS04 Frhs2[818]: 6 0e+00 2e+04 shouldn't be
731.15/737.04	WSVECS04 Frhs2[820]: 6 0e+00 7e+04 shouldn't be
731.15/737.04	WSVECS04 Frhs2[821]: 6 0e+00 1e+05 shouldn't be
731.15/737.04	WSVECS04 Frhs2[822]: 6 0e+00 3e+05 shouldn't be
731.15/737.04	WSVECS04 Frhs2[836]: 6 0e+00 1e+02 shouldn't be
731.15/737.04	WSVECS04 Frhs2[842]: 6 0e+00 8e+03 shouldn't be
731.15/737.04	WSVECS04 Frhs2[843]: 6 0e+00 2e+04 shouldn't be
731.15/737.04	WSVECS04 Frhs2[846]: 6 0e+00 1e+05 shouldn't be
731.15/737.04	WSVECS04 Frhs2[847]: 6 0e+00 3e+05 shouldn't be
731.15/737.04	WSVECS04 Frhs2[862]: 6 0e+00 3e+02 shouldn't be
731.15/737.04	WSVECS04 Frhs2[868]: 6 0e+00 2e+04 shouldn't be
731.15/737.04	WSVECS04 Frhs2[872]: 6 0e+00 3e+05 shouldn't be
731.15/737.04	WSVECS04 Frhs2[895]: 6 0e+00 7e+04 shouldn't be
731.15/737.04	WSVECS04 Frhs2[968]: 6 0e+00 2e+04 shouldn't be
731.15/737.04	WSVECS04 Frhs2[969]: 6 0e+00 3e+04 shouldn't be
731.15/737.04	WSVECS04 Frhs2[1043]: 6 0e+00 2e+04 shouldn't be
731.15/737.04	WSVECS04 Frhs2[1046]: 6 0e+00 1e+05 shouldn't be
731.15/737.04	WSVECS04 Frhs2[1068]: 6 0e+00 2e+04 shouldn't be
731.15/737.04	WSVECS04 Frhs2[1069]: 6 0e+00 3e+04 shouldn't be
731.15/737.04	WSVECS04 Frhs2[1071]: 6 0e+00 1e+05 shouldn't be
731.15/737.04	WSVECS04 Frhs2[1072]: 6 0e+00 3e+05 shouldn't be
731.15/737.04	WSVECS04 Frhs2[1146]: 6 0e+00 1e+05 shouldn't be
731.15/737.04	WSVECS04 Frhs2[1147]: 6 0e+00 3e+05 shouldn't be
731.15/737.04	WSVECS04 Frhs2[1451]: 6 0e+00 2e+07 shouldn't be
731.15/737.04	WSVECS04 Frhs2[1470]: 6 0e+00 5e+05 shouldn't be
731.15/737.04	WSVECS04 Frhs2[1475]: 6 0e+00 2e+07 shouldn't be
731.15/737.04	WSVECS04 Frhs2[1494]: 6 0e+00 5e+05 shouldn't be
731.15/737.04	WSVECS04 Frhs2[1499]: 6 0e+00 2e+07 shouldn't be
731.15/737.04	WSVECS04 Frhs2[1534]: 6 0e+00 2e+03 shouldn't be
731.15/737.04	WSVECS04 Frhs2[1542]: 6 0e+00 5e+05 shouldn't be
731.15/737.04	WSVECS04 Frhs2[1566]: 6 0e+00 5e+05 shouldn't be
731.15/737.04	WSVECS04 Frhs2[1638]: 6 0e+00 5e+05 shouldn't be
731.15/737.04	WSVECS04 Frhs2[1662]: 6 0e+00 5e+05 shouldn't be
731.15/737.04	WSVECS04 Frhs2[1686]: 6 0e+00 5e+05 shouldn't be
731.15/737.04	WSVECS04 Frhs2[1710]: 6 0e+00 5e+05 shouldn't be
731.15/737.04	WSVECS04 Frhs2[1734]: 6 0e+00 5e+05 shouldn't be
731.15/737.04	WSVECS04 Frhs2[1806]: 6 0e+00 5e+05 shouldn't be
731.15/737.04	WSVECS04 Frhs2[1830]: 6 0e+00 5e+05 shouldn't be
731.15/737.04	WSVECS04 Frhs2[2059]: 6 0e+00 6e+01 shouldn't be
731.15/737.04	WSVECS04 Frhs2[2060]: 6 0e+00 1e+02 shouldn't be
731.15/737.04	WSVECS04 Frhs2[2069]: 6 0e+00 7e+04 shouldn't be
731.15/737.04	WSVECS04 Frhs2[2070]: 6 0e+00 1e+05 shouldn't be
731.15/737.04	WSVECS04 Frhs2[2083]: 6 0e+00 6e+01 shouldn't be
731.15/737.04	WSVECS04 Frhs2[2090]: 6 0e+00 8e+03 shouldn't be
731.15/737.04	WSVECS04 Frhs2[2131]: 6 0e+00 6e+01 shouldn't be
731.15/737.04	WSVECS04 Frhs2[2138]: 6 0e+00 8e+03 shouldn't be
731.15/737.04	WSVECS04 Frhs2[2230]: 6 0e+00 5e+02 shouldn't be
731.15/737.04	WSVECS04 Frhs2[3719]: 6 0e+00 8e+03 shouldn't be
731.15/737.04	WSVECS04 Frhs2[4060]: 6 0e+00 8e+00 shouldn't be
731.15/737.04	WSVECS04 Frhs2[4061]: 6 0e+00 2e+01 shouldn't be
731.15/737.04	WSVECS04 Frhs2[4062]: 6 0e+00 3e+01 shouldn't be
731.15/737.04	WSVECS04 Frhs2[4063]: 6 0e+00 6e+01 shouldn't be
731.15/737.04	WSVECS04 Frhs2[4068]: 6 0e+00 2e+03 shouldn't be
731.15/737.04	WSVECS04 Frhs2[4069]: 6 0e+00 4e+03 shouldn't be
731.15/737.04	WSVECS04 Frhs2[4072]: 6 0e+00 3e+04 shouldn't be
731.15/737.04	WSVECS04 Frhs2[4073]: 6 0e+00 7e+04 shouldn't be
731.15/737.04	WSVECS04 Frhs2[4095]: 6 0e+00 3e+11 shouldn't be
1034.78/1042.54	c #Conflicts:     395000 | #Constraints:      33004
1034.78/1042.54	c #Conflicts:     396000 | #Constraints:      34004
1034.78/1042.54	c #Conflicts:     397000 | #Constraints:      35004
1034.78/1042.54	c #Conflicts:     398000 | #Constraints:      36004
1034.78/1042.54	c #Conflicts:     399000 | #Constraints:      37004
1034.78/1042.54	c #Conflicts:     400000 | #Constraints:      38004
1034.78/1042.54	c #Conflicts:     401000 | #Constraints:      39004
1034.78/1042.54	c #Conflicts:     402000 | #Constraints:      40004
1034.78/1042.54	c #Conflicts:     403000 | #Constraints:      41004
1034.78/1042.54	c #Conflicts:     404000 | #Constraints:      42005
1034.78/1042.54	c #Conflicts:     405000 | #Constraints:      43005
1034.78/1042.54	c #Conflicts:     406000 | #Constraints:      44005
1034.78/1042.54	c #Conflicts:     407000 | #Constraints:      45006
1034.78/1042.54	c #Conflicts:     408000 | #Constraints:      46006
1034.78/1042.54	c #Conflicts:     409000 | #Constraints:      47006
1034.78/1042.54	c INPROCESSING
1034.78/1042.54	c GARBAGE COLLECT
1034.78/1042.54	c #Conflicts:     410000 | #Constraints:      29044
1034.78/1042.54	c #Conflicts:     411000 | #Constraints:      30044
1034.78/1042.54	c #Conflicts:     412000 | #Constraints:      31044
1034.78/1042.54	c #Conflicts:     413000 | #Constraints:      32044
1034.78/1042.54	c #Conflicts:     414000 | #Constraints:      33044
1034.78/1042.54	c #Conflicts:     415000 | #Constraints:      34044
1034.78/1042.54	c #Conflicts:     416000 | #Constraints:      35044
1034.78/1042.54	c #Conflicts:     417000 | #Constraints:      36044
1034.78/1042.54	c #Conflicts:     418000 | #Constraints:      37044
1034.78/1042.54	c #Conflicts:     419000 | #Constraints:      38044
1034.78/1042.54	c #Conflicts:     420000 | #Constraints:      39044
1034.78/1042.54	c #Conflicts:     421000 | #Constraints:      40044
1034.78/1042.54	c #Conflicts:     422000 | #Constraints:      41044
1034.78/1042.54	c #Conflicts:     423000 | #Constraints:      42044
1034.78/1042.54	c #Conflicts:     424000 | #Constraints:      43044
1034.78/1042.54	c #Conflicts:     425000 | #Constraints:      44044
1034.78/1042.54	c #Conflicts:     426000 | #Constraints:      45044
1034.78/1042.54	c #Conflicts:     427000 | #Constraints:      46045
1034.78/1042.54	c #Conflicts:     428000 | #Constraints:      47046
1034.78/1042.54	c #Conflicts:     429000 | #Constraints:      48047
1034.78/1042.54	c #Conflicts:     430000 | #Constraints:      49048
1034.78/1042.54	c #Conflicts:     431000 | #Constraints:      50048
1034.78/1042.54	c #Conflicts:     432000 | #Constraints:      51049
1034.78/1042.54	c #Conflicts:     433000 | #Constraints:      52051
1034.78/1042.54	c #Conflicts:     434000 | #Constraints:      53052
1034.78/1042.54	c #Conflicts:     435000 | #Constraints:      54052
1034.78/1042.54	c #Conflicts:     436000 | #Constraints:      55053
1034.78/1042.54	c #Conflicts:     437000 | #Constraints:      56054
1034.78/1042.54	c #Conflicts:     438000 | #Constraints:      57054
1034.78/1042.54	c #Conflicts:     439000 | #Constraints:      58055
1034.78/1042.54	c #Conflicts:     440000 | #Constraints:      59055
1034.78/1042.54	c #Conflicts:     441000 | #Constraints:      60056
1034.78/1042.54	c #Conflicts:     442000 | #Constraints:      61056
1034.78/1042.54	c #Conflicts:     443000 | #Constraints:      62058
1034.78/1042.54	c #Conflicts:     444000 | #Constraints:      63058
1034.78/1042.54	c #Conflicts:     445000 | #Constraints:      64058
1034.78/1042.54	c #Conflicts:     446000 | #Constraints:      65058
1034.78/1042.54	c #Conflicts:     447000 | #Constraints:      66058
1034.78/1042.54	c #Conflicts:     448000 | #Constraints:      67058
1034.78/1042.54	c #Conflicts:     449000 | #Constraints:      68058
1034.78/1042.54	c #Conflicts:     450000 | #Constraints:      69058
1034.78/1042.54	c #Conflicts:     451000 | #Constraints:      70058
1034.78/1042.54	c #Conflicts:     452000 | #Constraints:      71058
1034.78/1042.54	c #Conflicts:     453000 | #Constraints:      72058
1034.78/1042.54	c #Conflicts:     454000 | #Constraints:      73058
1034.78/1042.54	c #Conflicts:     455000 | #Constraints:      74058
1034.78/1042.54	c INPROCESSING
1034.78/1042.54	c GARBAGE COLLECT
1034.78/1042.54	c #Conflicts:     456000 | #Constraints:      42245
1034.78/1042.54	c #Conflicts:     457000 | #Constraints:      43247
1034.78/1042.54	c #Conflicts:     458000 | #Constraints:      44247
1034.78/1042.54	c #Conflicts:     459000 | #Constraints:      45247
1034.78/1042.54	c #Conflicts:     460000 | #Constraints:      46248
1034.78/1042.54	c #Conflicts:     461000 | #Constraints:      47250
1034.78/1042.54	c #Conflicts:     462000 | #Constraints:      48251
1034.78/1042.54	c #Conflicts:     463000 | #Constraints:      49252
1034.78/1042.54	c #Conflicts:     464000 | #Constraints:      50253
1034.78/1042.54	c #Conflicts:     465000 | #Constraints:      51254
1034.78/1042.54	c #Conflicts:     466000 | #Constraints:      52255
1034.78/1042.54	c #Conflicts:     467000 | #Constraints:      53255
1034.78/1042.54	c #Conflicts:     468000 | #Constraints:      54255
1034.78/1042.54	c #Conflicts:     469000 | #Constraints:      55255
1034.78/1042.54	c #Conflicts:     470000 | #Constraints:      56257
1034.78/1042.54	c #Conflicts:     471000 | #Constraints:      57257
1034.78/1042.54	c #Conflicts:     472000 | #Constraints:      58258
1042.56/1050.31	c INPROCESSING
1042.56/1050.31	c GARBAGE COLLECT
1042.56/1050.31	c #Conflicts:     473000 | #Constraints:      34558
1042.56/1050.31	c #Conflicts:     474000 | #Constraints:      35558
1042.56/1050.31	c #Conflicts:     475000 | #Constraints:      36558
1042.56/1050.31	WSVECS04 Frhs2[8]: 6 0e+00 2e+09 shouldn't be
1042.56/1050.31	WSVECS04 Frhs2[14]: 6 0e+00 2e+04 shouldn't be
1042.56/1050.31	WSVECS04 Frhs2[16]: 6 -1e+06 0e+00 shouldn't be
1042.56/1050.31	WSVECS04 Frhs2[208]: 6 0e+00 1e+09 shouldn't be
1042.56/1050.31	WSVECS04 Frhs2[255]: 6 0e+00 1e+08 shouldn't be
1042.56/1050.31	WSVECS04 Frhs2[353]: 6 -3e+07 0e+00 shouldn't be
1042.56/1050.31	WSVECS04 Frhs2[385]: 6 0e+00 4e+09 shouldn't be
1042.56/1050.31	WSVECS04 Frhs2[409]: 6 0e+00 2e+09 shouldn't be
1042.56/1050.31	WSVECS04 Frhs2[460]: 6 0e+00 4e+09 shouldn't be
1042.56/1050.31	WSVECS04 Frhs2[742]: 6 0e+00 8e+03 shouldn't be
1042.56/1050.31	WSVECS04 Frhs2[772]: 6 0e+00 3e+05 shouldn't be
1042.56/1050.31	WSVECS04 Frhs2[793]: 6 0e+00 2e+04 shouldn't be
1042.56/1050.31	WSVECS04 Frhs2[794]: 6 0e+00 3e+04 shouldn't be
1042.56/1050.31	WSVECS04 Frhs2[812]: 6 0e+00 3e+02 shouldn't be
1042.56/1050.31	WSVECS04 Frhs2[1044]: 6 0e+00 3e+04 shouldn't be
1042.56/1050.31	WSVECS04 Frhs2[1054]: 6 0e+00 3e+07 shouldn't be
1042.56/1050.31	WSVECS04 Frhs2[1080]: 6 0e+00 7e+07 shouldn't be
1042.56/1050.31	WSVECS04 Frhs2[1280]: 6 0e+00 7e+07 shouldn't be
1042.56/1050.31	WSVECS04 Frhs2[1529]: 6 0e+00 1e+09 shouldn't be
1042.56/1050.31	WSVECS04 Frhs2[1574]: 6 0e+00 1e+08 shouldn't be
1042.56/1050.31	WSVECS04 Frhs2[1722]: 6 0e+00 2e+09 shouldn't be
1042.56/1050.31	WSVECS04 Frhs2[1794]: 6 0e+00 2e+09 shouldn't be
1042.56/1050.31	WSVECS04 Frhs2[1818]: 6 0e+00 2e+09 shouldn't be
1042.56/1050.31	WSVECS04 Frhs2[1842]: 6 0e+00 2e+09 shouldn't be
1042.56/1050.31	WSVECS04 Frhs2[1891]: 6 0e+00 4e+09 shouldn't be
1042.56/1050.31	WSVECS04 Frhs2[2698]: 6 0e+00 4e+13 shouldn't be
1042.56/1050.31	WSVECS04 Frhs2[3312]: 6 0e+00 9e+09 shouldn't be
1043.76/1051.55	WSVECS04 Frhs2[157]: 6 0e+00 2e+01 shouldn't be
1043.76/1051.55	WSVECS04 Frhs2[183]: 6 0e+00 3e+01 shouldn't be
1043.76/1051.55	WSVECS04 Frhs2[365]: 6 0e+00 4e+03 shouldn't be
1043.76/1051.55	WSVECS04 Frhs2[736]: 6 0e+00 1e+02 shouldn't be
1043.76/1051.55	WSVECS04 Frhs2[759]: 6 0e+00 3e+01 shouldn't be
1043.76/1051.55	WSVECS04 Frhs2[760]: 6 0e+00 6e+01 shouldn't be
1043.76/1051.55	WSVECS04 Frhs2[762]: 6 0e+00 3e+02 shouldn't be
1043.76/1051.55	WSVECS04 Frhs2[861]: 6 0e+00 1e+02 shouldn't be
1043.76/1051.55	WSVECS04 Frhs2[863]: 6 0e+00 5e+02 shouldn't be
1043.76/1051.55	WSVECS04 Frhs2[874]: 6 0e+00 1e+06 shouldn't be
1043.76/1051.55	WSVECS04 Frhs2[898]: 6 0e+00 5e+05 shouldn't be
1043.76/1051.55	WSVECS04 Frhs2[923]: 6 0e+00 5e+05 shouldn't be
1043.76/1051.55	WSVECS04 Frhs2[1043]: 6 0e+00 2e+04 shouldn't be
1043.76/1051.55	WSVECS04 Frhs2[1045]: 6 0e+00 7e+04 shouldn't be
1043.76/1051.55	WSVECS04 Frhs2[1046]: 6 0e+00 1e+05 shouldn't be
1043.76/1051.55	WSVECS04 Frhs2[1071]: 6 0e+00 1e+05 shouldn't be
1043.76/1051.55	WSVECS04 Frhs2[1120]: 6 0e+00 7e+04 shouldn't be
1043.76/1051.55	WSVECS04 Frhs2[1121]: 6 0e+00 1e+05 shouldn't be
1043.76/1051.55	WSVECS04 Frhs2[1553]: 6 0e+00 1e+09 shouldn't be
1043.76/1051.55	WSVECS04 Frhs2[1746]: 6 0e+00 2e+09 shouldn't be
1043.76/1051.55	WSVECS04 Frhs2[2860]: 6 -1e+09 0e+00 shouldn't be
1043.76/1051.55	WSVECS04 Frhs2[3643]: 6 0e+00 8e+03 shouldn't be
1043.76/1051.55	WSVECS04 Frhs2[3771]: 6 0e+00 3e+04 shouldn't be
1043.76/1051.55	WSVECS04 Frhs2[3823]: 6 0e+00 1e+05 shouldn't be
1134.86/1143.12	c #Conflicts:     476000 | #Constraints:      37558
1134.86/1143.12	c #Conflicts:     477000 | #Constraints:      38558
1134.86/1143.12	c #Conflicts:     478000 | #Constraints:      39558
1134.86/1143.12	c #Conflicts:     479000 | #Constraints:      40558
1134.86/1143.12	c #Conflicts:     480000 | #Constraints:      41558
1134.86/1143.12	c #Conflicts:     481000 | #Constraints:      42558
1134.86/1143.12	c #Conflicts:     482000 | #Constraints:      43558
1134.86/1143.12	c #Conflicts:     483000 | #Constraints:      44558
1134.86/1143.12	c #Conflicts:     484000 | #Constraints:      45558
1134.86/1143.12	c #Conflicts:     485000 | #Constraints:      46558
1134.86/1143.12	c #Conflicts:     486000 | #Constraints:      47558
1134.86/1143.12	c #Conflicts:     487000 | #Constraints:      48558
1134.86/1143.12	c #Conflicts:     488000 | #Constraints:      49558
1134.86/1143.12	c #Conflicts:     489000 | #Constraints:      50559
1134.86/1143.12	c INPROCESSING
1134.86/1143.12	c GARBAGE COLLECT
1134.86/1143.12	c #Conflicts:     490000 | #Constraints:      30624
1134.86/1143.12	c #Conflicts:     491000 | #Constraints:      31624
1134.86/1143.12	c #Conflicts:     492000 | #Constraints:      32624
1134.86/1143.12	c #Conflicts:     493000 | #Constraints:      33625
1134.86/1143.12	c #Conflicts:     494000 | #Constraints:      34625
1134.86/1143.12	c #Conflicts:     495000 | #Constraints:      35625
1134.86/1143.12	c #Conflicts:     496000 | #Constraints:      36625
1134.86/1143.12	c #Conflicts:     497000 | #Constraints:      37625
1134.86/1143.12	c #Conflicts:     498000 | #Constraints:      38625
1134.86/1143.12	c #Conflicts:     499000 | #Constraints:      39625
1134.86/1143.12	c #Conflicts:     500000 | #Constraints:      40625
1134.86/1143.12	c #Conflicts:     501000 | #Constraints:      41625
1134.86/1143.12	c #Conflicts:     502000 | #Constraints:      42625
1134.86/1143.12	c #Conflicts:     503000 | #Constraints:      43625
1134.86/1143.12	c #Conflicts:     504000 | #Constraints:      44625
1134.86/1143.12	c #Conflicts:     505000 | #Constraints:      45625
1134.86/1143.12	c #Conflicts:     506000 | #Constraints:      46625
1134.86/1143.12	c #Conflicts:     507000 | #Constraints:      47625
1134.86/1143.12	c #Conflicts:     508000 | #Constraints:      48625
1134.86/1143.12	c #Conflicts:     509000 | #Constraints:      49625
1134.86/1143.12	c #Conflicts:     510000 | #Constraints:      50625
1134.86/1143.12	c #Conflicts:     511000 | #Constraints:      51625
1134.86/1143.12	c #Conflicts:     512000 | #Constraints:      52626
1134.86/1143.12	c #Conflicts:     513000 | #Constraints:      53626
1134.86/1143.12	c #Conflicts:     514000 | #Constraints:      54627
1134.86/1143.12	c #Conflicts:     515000 | #Constraints:      55628
1134.86/1143.12	c #Conflicts:     516000 | #Constraints:      56628
1134.86/1143.12	c #Conflicts:     517000 | #Constraints:      57628
1134.86/1143.12	WSVECS04 Frhs2[734]: 6 0e+00 3e+01 shouldn't be
1134.86/1143.12	WSVECS04 Frhs2[738]: 6 0e+00 5e+02 shouldn't be
1134.86/1143.12	WSVECS04 Frhs2[741]: 6 0e+00 4e+03 shouldn't be
1134.86/1143.12	WSVECS04 Frhs2[742]: 6 0e+00 8e+03 shouldn't be
1134.86/1143.12	WSVECS04 Frhs2[767]: 6 0e+00 8e+03 shouldn't be
1134.86/1143.12	WSVECS04 Frhs2[768]: 6 0e+00 2e+04 shouldn't be
1134.86/1143.12	WSVECS04 Frhs2[786]: 6 0e+00 1e+02 shouldn't be
1134.86/1143.12	WSVECS04 Frhs2[793]: 6 0e+00 2e+04 shouldn't be
1134.86/1143.12	WSVECS04 Frhs2[1011]: 6 0e+00 4e+09 shouldn't be
1134.86/1143.12	WSVECS04 Frhs2[1037]: 6 0e+00 9e+09 shouldn't be
1134.86/1143.12	WSVECS04 Frhs2[1234]: 6 0e+00 1e+09 shouldn't be
1134.86/1143.12	WSVECS04 Frhs2[1259]: 6 0e+00 1e+09 shouldn't be
1134.86/1143.12	WSVECS04 Frhs2[1260]: 6 0e+00 2e+09 shouldn't be
1134.86/1143.12	WSVECS04 Frhs2[1311]: 6 0e+00 4e+09 shouldn't be
1134.86/1143.12	WSVECS04 Frhs2[2062]: 6 0e+00 5e+02 shouldn't be
1134.86/1143.12	WSVECS04 Frhs2[2275]: 6 0e+00 1e+09 shouldn't be
1134.86/1143.12	WSVECS04 Frhs2[2467]: 6 0e+00 1e+09 shouldn't be
1134.86/1143.12	WSVECS04 Frhs2[2491]: 6 0e+00 1e+09 shouldn't be
1134.86/1143.12	WSVECS04 Frhs2[2706]: 6 -2e+00 0e+00 shouldn't be
1134.86/1143.12	WSVECS04 Frhs2[3398]: 6 0e+00 1e+05 shouldn't be
1134.86/1143.12	WSVECS04 Frhs2[3401]: 6 0e+00 1e+06 shouldn't be
1134.86/1143.12	WSVECS04 Frhs2[3411]: 6 0e+00 6e+01 shouldn't be
1134.86/1143.12	WSVECS04 Frhs2[3636]: 6 -2e+09 0e+00 shouldn't be
1134.86/1143.12	WSVECS04 Frhs2[3686]: 6 0e+00 2e+09 shouldn't be
1134.86/1143.12	WSVECS04 Frhs2[3763]: 6 0e+00 9e+09 shouldn't be
1134.86/1143.12	WSVECS04 Frhs2[3764]: 6 0e+00 2e+10 shouldn't be
1134.86/1143.12	WSVECS04 Frhs2[3811]: 6 -2e+09 0e+00 shouldn't be
1134.86/1143.12	WSVECS04 Frhs2[4059]: 6 0e+00 4e+00 shouldn't be
1134.86/1143.12	WSVECS04 Frhs2[4063]: 6 0e+00 6e+01 shouldn't be
1134.86/1143.12	WSVECS04 Frhs2[4083]: 6 0e+00 7e+07 shouldn't be
1134.86/1143.12	WSVECS04 Frhs2[4086]: 6 0e+00 5e+08 shouldn't be
1134.86/1143.12	WSVECS04 Frhs2[4087]: 6 0e+00 1e+09 shouldn't be
1150.98/1159.35	c #Conflicts:     518000 | #Constraints:      58629
1150.98/1159.35	c #Conflicts:     519000 | #Constraints:      59629
1150.98/1159.35	c #Conflicts:     520000 | #Constraints:      60629
1150.98/1159.35	c #Conflicts:     521000 | #Constraints:      61629
1150.98/1159.35	WSVECS04 Frhs2[23]: 6 -1e+02 0e+00 shouldn't be
1150.98/1159.35	WSVECS04 Frhs2[31]: 6 0e+00 1e+05 shouldn't be
1150.98/1159.35	WSVECS04 Frhs2[210]: 6 0e+00 1e+02 shouldn't be
1150.98/1159.35	WSVECS04 Frhs2[749]: 6 0e+00 1e+06 shouldn't be
1150.98/1159.35	WSVECS04 Frhs2[760]: 6 0e+00 6e+01 shouldn't be
1150.98/1159.35	WSVECS04 Frhs2[771]: 6 0e+00 1e+05 shouldn't be
1150.98/1159.35	WSVECS04 Frhs2[2059]: 6 0e+00 6e+01 shouldn't be
1150.98/1159.35	WSVECS04 Frhs2[2070]: 6 0e+00 1e+05 shouldn't be
1150.98/1159.35	WSVECS04 Frhs2[2118]: 6 0e+00 1e+05 shouldn't be
1150.98/1159.35	WSVECS04 Frhs2[2142]: 6 0e+00 1e+05 shouldn't be
1150.98/1159.35	WSVECS04 Frhs2[2167]: 6 -3e+05 0e+00 shouldn't be
1150.98/1159.35	WSVECS04 Frhs2[2715]: 6 -1e+03 0e+00 shouldn't be
1150.98/1159.35	WSVECS04 Frhs2[2716]: 6 -2e+03 0e+00 shouldn't be
1150.98/1159.35	WSVECS04 Frhs2[3523]: 6 0e+00 3e+05 shouldn't be
1150.98/1159.35	WSVECS04 Frhs2[3614]: 6 0e+00 9e+09 shouldn't be
1150.98/1159.35	WSVECS04 Frhs2[4067]: 6 0e+00 1e+03 shouldn't be
1150.98/1159.35	WSVECS04 Frhs2[4085]: 6 0e+00 3e+08 shouldn't be
1150.98/1159.35	WSVECS04 Frhs2[4121]: 6 -4e+03 0e+00 shouldn't be
1150.98/1159.35	WSVECS04 Frhs2[4122]: 6 -8e+03 0e+00 shouldn't be
1150.98/1159.35	WSVECS04 Frhs2[4123]: 6 -2e+04 0e+00 shouldn't be
1150.98/1159.35	WSVECS04 Frhs2[4148]: 6 -5e+11 0e+00 shouldn't be
1150.98/1159.35	WSVECS04 Frhs2[4149]: 6 -1e+12 0e+00 shouldn't be
1150.98/1159.35	WSVECS04 Frhs2[4150]: 6 -2e+12 0e+00 shouldn't be
1150.98/1159.35	WSVECS04 Frhs2[4151]: 6 -4e+12 0e+00 shouldn't be
1150.98/1159.35	WSVECS04 Frhs2[4152]: 6 -9e+12 0e+00 shouldn't be
1248.37/1257.19	c #Conflicts:     522000 | #Constraints:      62630
1248.37/1257.19	c #Conflicts:     523000 | #Constraints:      63630
1248.37/1257.19	c #Conflicts:     524000 | #Constraints:      64630
1248.37/1257.19	c #Conflicts:     525000 | #Constraints:      65630
1248.37/1257.19	c #Conflicts:     526000 | #Constraints:      66631
1248.37/1257.19	c #Conflicts:     527000 | #Constraints:      67631
1248.37/1257.19	c #Conflicts:     528000 | #Constraints:      68631
1248.37/1257.19	c #Conflicts:     529000 | #Constraints:      69632
1248.37/1257.19	c #Conflicts:     530000 | #Constraints:      70633
1248.37/1257.19	c #Conflicts:     531000 | #Constraints:      71633
1248.37/1257.19	c #Conflicts:     532000 | #Constraints:      72633
1248.37/1257.19	c #Conflicts:     533000 | #Constraints:      73634
1248.37/1257.19	c #Conflicts:     534000 | #Constraints:      74634
1248.37/1257.19	c #Conflicts:     535000 | #Constraints:      75635
1248.37/1257.19	c #Conflicts:     536000 | #Constraints:      76637
1248.37/1257.19	c #Conflicts:     537000 | #Constraints:      77638
1248.37/1257.19	c #Conflicts:     538000 | #Constraints:      78638
1248.37/1257.19	c #Conflicts:     539000 | #Constraints:      79638
1248.37/1257.19	c #Conflicts:     540000 | #Constraints:      80638
1248.37/1257.19	c INPROCESSING
1248.37/1257.19	c GARBAGE COLLECT
1248.37/1257.19	c #Conflicts:     541000 | #Constraints:      45796
1248.37/1257.19	c #Conflicts:     542000 | #Constraints:      46796
1248.37/1257.19	c #Conflicts:     543000 | #Constraints:      47796
1248.37/1257.19	WSVECS04 Frhs2[1]: 6 -5e+01 0e+00 shouldn't be
1248.37/1257.19	WSVECS04 Frhs2[2]: 6 -8e+01 0e+00 shouldn't be
1248.37/1257.19	WSVECS04 Frhs2[4]: 6 -3e+06 0e+00 shouldn't be
1248.37/1257.19	WSVECS04 Frhs2[5]: 6 -3e+08 0e+00 shouldn't be
1248.37/1257.19	WSVECS04 Frhs2[12]: 6 -6e+03 0e+00 shouldn't be
1248.37/1257.19	WSVECS04 Frhs2[13]: 6 -8e+08 0e+00 shouldn't be
1248.37/1257.19	WSVECS04 Frhs2[17]: 6 -8e+06 0e+00 shouldn't be
1248.37/1257.19	WSVECS04 Frhs2[39]: 6 -7e+10 0e+00 shouldn't be
1248.37/1257.19	WSVECS04 Frhs2[41]: 6 -3e+11 0e+00 shouldn't be
1248.37/1257.19	WSVECS04 Frhs2[45]: 6 -2e+07 0e+00 shouldn't be
1248.37/1257.19	WSVECS04 Frhs2[77]: 6 -2e+07 0e+00 shouldn't be
1248.37/1257.19	WSVECS04 Frhs2[144]: 6 -7e+04 0e+00 shouldn't be
1248.37/1257.19	WSVECS04 Frhs2[145]: 6 -1e+05 0e+00 shouldn't be
1248.37/1257.19	WSVECS04 Frhs2[148]: 6 -1e+06 0e+00 shouldn't be
1248.37/1257.19	WSVECS04 Frhs2[175]: 6 -4e+06 0e+00 shouldn't be
1248.37/1257.19	WSVECS04 Frhs2[357]: 6 -5e+08 0e+00 shouldn't be
1248.37/1257.19	WSVECS04 Frhs2[383]: 6 -1e+09 0e+00 shouldn't be
1248.37/1257.19	WSVECS04 Frhs2[386]: 6 -9e+09 0e+00 shouldn't be
1248.37/1257.19	WSVECS04 Frhs2[387]: 6 -2e+10 0e+00 shouldn't be
1248.37/1257.19	WSVECS04 Frhs2[389]: 6 -7e+10 0e+00 shouldn't be
1248.37/1257.19	WSVECS04 Frhs2[390]: 6 -1e+11 0e+00 shouldn't be
1248.37/1257.19	WSVECS04 Frhs2[486]: 6 -9e+09 0e+00 shouldn't be
1248.37/1257.19	WSVECS04 Frhs2[487]: 6 -2e+10 0e+00 shouldn't be
1248.37/1257.19	WSVECS04 Frhs2[490]: 6 -1e+11 0e+00 shouldn't be
1248.37/1257.19	WSVECS04 Frhs2[491]: 6 -3e+11 0e+00 shouldn't be
1248.37/1257.19	WSVECS04 Frhs2[512]: 6 -2e+10 0e+00 shouldn't be
1248.37/1257.19	WSVECS04 Frhs2[513]: 6 -3e+10 0e+00 shouldn't be
1248.37/1257.19	WSVECS04 Frhs2[663]: 6 0e+00 3e+10 shouldn't be
1248.37/1257.19	WSVECS04 Frhs2[688]: 6 0e+00 3e+10 shouldn't be
1248.37/1257.19	WSVECS04 Frhs2[715]: 6 -1e+11 0e+00 shouldn't be
1248.37/1257.19	WSVECS04 Frhs2[739]: 6 0e+00 1e+03 shouldn't be
1248.37/1257.19	WSVECS04 Frhs2[743]: 6 0e+00 2e+04 shouldn't be
1248.37/1257.19	WSVECS04 Frhs2[765]: 6 0e+00 2e+03 shouldn't be
1248.37/1257.19	WSVECS04 Frhs2[769]: 6 0e+00 3e+04 shouldn't be
1248.37/1257.19	WSVECS04 Frhs2[789]: 6 0e+00 1e+03 shouldn't be
1248.37/1257.19	WSVECS04 Frhs2[791]: 6 0e+00 4e+03 shouldn't be
1248.37/1257.19	WSVECS04 Frhs2[795]: 6 0e+00 7e+04 shouldn't be
1248.37/1257.19	WSVECS04 Frhs2[800]: 6 0e+00 2e+06 shouldn't be
1248.37/1257.19	WSVECS04 Frhs2[804]: 6 0e+00 3e+07 shouldn't be
1248.37/1257.19	WSVECS04 Frhs2[899]: 6 0e+00 1e+06 shouldn't be
1248.37/1257.19	WSVECS04 Frhs2[921]: 6 0e+00 1e+05 shouldn't be
1248.37/1257.19	WSVECS04 Frhs2[925]: 6 0e+00 2e+06 shouldn't be
1248.37/1257.19	WSVECS04 Frhs2[1003]: 6 0e+00 2e+07 shouldn't be
1248.37/1257.19	WSVECS04 Frhs2[1018]: 6 0e+00 2e+04 shouldn't be
1248.37/1257.19	WSVECS04 Frhs2[1026]: 6 0e+00 4e+06 shouldn't be
1248.37/1257.19	WSVECS04 Frhs2[1031]: 6 0e+00 1e+08 shouldn't be
1248.37/1257.19	WSVECS04 Frhs2[1032]: 6 0e+00 3e+08 shouldn't be
1248.37/1257.19	WSVECS04 Frhs2[1034]: 6 0e+00 1e+09 shouldn't be
1248.37/1257.19	WSVECS04 Frhs2[1081]: 6 0e+00 1e+08 shouldn't be
1248.37/1257.19	WSVECS04 Frhs2[1107]: 6 0e+00 3e+08 shouldn't be
1248.37/1257.19	WSVECS04 Frhs2[1122]: 6 0e+00 3e+05 shouldn't be
1248.37/1257.19	WSVECS04 Frhs2[1127]: 6 0e+00 8e+06 shouldn't be
1248.37/1257.19	WSVECS04 Frhs2[1130]: 6 0e+00 7e+07 shouldn't be
1248.37/1257.19	WSVECS04 Frhs2[1134]: 6 0e+00 1e+09 shouldn't be
1248.37/1257.19	WSVECS04 Frhs2[1135]: 6 0e+00 2e+09 shouldn't be
1248.37/1257.19	WSVECS04 Frhs2[1136]: 6 0e+00 4e+09 shouldn't be
1248.37/1257.19	WSVECS04 Frhs2[1138]: 6 0e+00 2e+10 shouldn't be
1248.37/1257.19	WSVECS04 Frhs2[1148]: 6 0e+00 5e+05 shouldn't be
1248.37/1257.19	WSVECS04 Frhs2[1161]: 6 0e+00 4e+09 shouldn't be
1248.37/1257.19	WSVECS04 Frhs2[1162]: 6 0e+00 9e+09 shouldn't be
1248.37/1257.19	WSVECS04 Frhs2[1164]: 6 0e+00 3e+10 shouldn't be
1248.37/1257.19	WSVECS04 Frhs2[1190]: 6 0e+00 7e+10 shouldn't be
1248.37/1257.19	WSVECS04 Frhs2[1205]: 6 0e+00 7e+07 shouldn't be
1248.37/1257.19	WSVECS04 Frhs2[1207]: 6 0e+00 3e+08 shouldn't be
1248.37/1257.19	WSVECS04 Frhs2[1212]: 6 0e+00 9e+09 shouldn't be
1248.37/1257.19	WSVECS04 Frhs2[1285]: 6 0e+00 2e+09 shouldn't be
1248.37/1257.19	WSVECS04 Frhs2[1289]: 6 0e+00 3e+10 shouldn't be
1248.37/1257.19	WSVECS04 Frhs2[1363]: 6 0e+00 2e+10 shouldn't be
1248.37/1257.19	WSVECS04 Frhs2[1803]: 6 0e+00 1e+12 shouldn't be
1248.37/1257.19	WSVECS04 Frhs2[1875]: 6 0e+00 1e+12 shouldn't be
1248.37/1257.19	WSVECS04 Frhs2[2353]: 6 -7e+10 0e+00 shouldn't be
1248.37/1257.19	WSVECS04 Frhs2[2571]: 6 -3e+11 0e+00 shouldn't be
1248.37/1257.19	WSVECS04 Frhs2[2595]: 6 -3e+11 0e+00 shouldn't be
1248.37/1257.19	WSVECS04 Frhs2[3767]: 6 -1e+11 0e+00 shouldn't be
1248.37/1257.19	WSVECS04 Frhs2[3795]: 6 0e+00 1e+12 shouldn't be
1248.37/1257.19	WSVECS04 Frhs2[4040]: 6 0e+00 3e+10 shouldn't be
1278.26/1287.18	c #Conflicts:     544000 | #Constraints:      48797
1278.26/1287.18	c #Conflicts:     545000 | #Constraints:      49797
1278.26/1287.18	c #Conflicts:     546000 | #Constraints:      50797
1278.26/1287.18	c #Conflicts:     547000 | #Constraints:      51797
1278.26/1287.18	c #Conflicts:     548000 | #Constraints:      52797
1278.26/1287.18	c #Conflicts:     549000 | #Constraints:      53798
1278.26/1287.18	c #Conflicts:     550000 | #Constraints:      54799
1278.26/1287.18	c #Conflicts:     551000 | #Constraints:      55799
1278.26/1287.18	c #Conflicts:     552000 | #Constraints:      56800
1278.26/1287.18	c #Conflicts:     553000 | #Constraints:      57800
1278.26/1287.18	c #Conflicts:     554000 | #Constraints:      58801
1278.26/1287.18	c #Conflicts:     555000 | #Constraints:      59801
1278.26/1287.18	c #Conflicts:     556000 | #Constraints:      60801
1278.26/1287.18	c #Conflicts:     557000 | #Constraints:      61801
1278.26/1287.18	c #Conflicts:     558000 | #Constraints:      62802
1278.26/1287.18	c INPROCESSING
1278.26/1287.18	c GARBAGE COLLECT
1278.26/1287.18	c rational objective 0.165796
1314.22/1323.34	c #Conflicts:     559000 | #Constraints:      36745
1314.22/1323.34	c #Conflicts:     560000 | #Constraints:      37745
1314.22/1323.34	c #Conflicts:     561000 | #Constraints:      38745
1314.22/1323.34	c #Conflicts:     562000 | #Constraints:      39745
1314.22/1323.34	c #Conflicts:     563000 | #Constraints:      40746
1314.22/1323.34	c #Conflicts:     564000 | #Constraints:      41747
1314.22/1323.34	c #Conflicts:     565000 | #Constraints:      42747
1314.22/1323.34	c #Conflicts:     566000 | #Constraints:      43747
1314.22/1323.34	c #Conflicts:     567000 | #Constraints:      44747
1314.22/1323.34	c #Conflicts:     568000 | #Constraints:      45748
1314.22/1323.34	c #Conflicts:     569000 | #Constraints:      46748
1314.22/1323.34	c #Conflicts:     570000 | #Constraints:      47748
1314.22/1323.34	c #Conflicts:     571000 | #Constraints:      48749
1314.22/1323.34	c #Conflicts:     572000 | #Constraints:      49753
1314.22/1323.34	c #Conflicts:     573000 | #Constraints:      50753
1314.22/1323.34	c #Conflicts:     574000 | #Constraints:      51753
1314.22/1323.34	c #Conflicts:     575000 | #Constraints:      52754
1314.22/1323.34	c #Conflicts:     576000 | #Constraints:      53754
1314.22/1323.34	c #Conflicts:     577000 | #Constraints:      54755
1314.22/1323.34	c INPROCESSING
1314.22/1323.34	c GARBAGE COLLECT
1314.22/1323.34	WSVECS04 Frhs2[5]: 6 0e+00 3e+04 shouldn't be
1314.22/1323.34	WSVECS04 Frhs2[13]: 6 0e+00 7e+03 shouldn't be
1314.22/1323.34	WSVECS04 Frhs2[19]: 6 -1e+04 0e+00 shouldn't be
1314.22/1323.34	WSVECS04 Frhs2[20]: 6 0e+00 4e+04 shouldn't be
1314.22/1323.34	WSVECS04 Frhs2[26]: 6 -2e+06 0e+00 shouldn't be
1314.22/1323.34	WSVECS04 Frhs2[32]: 6 0e+00 1e+04 shouldn't be
1314.22/1323.34	WSVECS04 Frhs2[33]: 6 0e+00 5e+04 shouldn't be
1314.22/1323.34	WSVECS04 Frhs2[35]: 6 0e+00 4e+04 shouldn't be
1314.22/1323.34	WSVECS04 Frhs2[41]: 6 0e+00 4e+04 shouldn't be
1314.22/1323.34	WSVECS04 Frhs2[43]: 6 -2e+06 0e+00 shouldn't be
1314.22/1323.34	WSVECS04 Frhs2[44]: 6 -2e+06 0e+00 shouldn't be
1314.22/1323.34	WSVECS04 Frhs2[45]: 6 -3e+02 0e+00 shouldn't be
1314.22/1323.34	WSVECS04 Frhs2[50]: 6 -3e+05 0e+00 shouldn't be
1314.22/1323.34	WSVECS04 Frhs2[51]: 6 -4e+04 0e+00 shouldn't be
1314.22/1323.34	WSVECS04 Frhs2[52]: 6 -1e+06 0e+00 shouldn't be
1314.22/1323.34	WSVECS04 Frhs2[84]: 6 0e+00 7e+03 shouldn't be
1314.22/1323.34	WSVECS04 Frhs2[98]: 6 0e+00 2e+04 shouldn't be
1314.22/1323.34	WSVECS04 Frhs2[117]: 6 -5e+04 0e+00 shouldn't be
1314.22/1323.34	WSVECS04 Frhs2[211]: 6 0e+00 5e+04 shouldn't be
1314.22/1323.34	WSVECS04 Frhs2[214]: 6 0e+00 8e+02 shouldn't be
1314.22/1323.34	WSVECS04 Frhs2[263]: 6 0e+00 4e+02 shouldn't be
1314.22/1323.34	WSVECS04 Frhs2[268]: 6 -1e+02 0e+00 shouldn't be
1314.22/1323.34	WSVECS04 Frhs2[277]: 6 -1e+04 0e+00 shouldn't be
1314.22/1323.34	WSVECS04 Frhs2[278]: 6 -2e+04 0e+00 shouldn't be
1314.22/1323.34	WSVECS04 Frhs2[282]: 6 0e+00 3e+04 shouldn't be
1314.22/1323.34	WSVECS04 Frhs2[306]: 6 0e+00 2e+04 shouldn't be
1314.22/1323.34	WSVECS04 Frhs2[368]: 6 0e+00 1e+04 shouldn't be
1314.22/1323.34	WSVECS04 Frhs2[369]: 6 0e+00 2e+04 shouldn't be
1314.22/1323.34	WSVECS04 Frhs2[370]: 6 0e+00 5e+04 shouldn't be
1314.22/1323.34	WSVECS04 Frhs2[399]: 6 0e+00 1e+03 shouldn't be
1314.22/1323.34	WSVECS04 Frhs2[400]: 6 -4e+00 0e+00 shouldn't be
1314.22/1323.34	WSVECS04 Frhs2[401]: 6 -3e+04 0e+00 shouldn't be
1314.22/1323.34	WSVECS04 Frhs2[403]: 6 -3e+01 0e+00 shouldn't be
1314.22/1323.34	WSVECS04 Frhs2[428]: 6 -3e+01 0e+00 shouldn't be
1314.22/1323.34	WSVECS04 Frhs2[476]: 6 -2e+04 0e+00 shouldn't be
1314.22/1323.34	WSVECS04 Frhs2[493]: 6 -1e+06 0e+00 shouldn't be
1314.22/1323.34	WSVECS04 Frhs2[500]: 6 0e+00 6e+03 shouldn't be
1314.22/1323.34	WSVECS04 Frhs2[502]: 6 -2e+04 0e+00 shouldn't be
1314.22/1323.34	WSVECS04 Frhs2[528]: 6 -3e+04 0e+00 shouldn't be
1314.22/1323.34	WSVECS04 Frhs2[547]: 6 0e+00 2e+04 shouldn't be
1314.22/1323.34	WSVECS04 Frhs2[559]: 6 0e+00 3e+04 shouldn't be
1314.22/1323.34	WSVECS04 Frhs2[787]: 6 0e+00 3e+02 shouldn't be
1314.22/1323.34	WSVECS04 Frhs2[860]: 6 0e+00 4e+03 shouldn't be
1314.22/1323.34	WSVECS04 Frhs2[875]: 6 0e+00 2e+04 shouldn't be
1314.22/1323.34	WSVECS04 Frhs2[876]: 6 0e+00 1e+04 shouldn't be
1314.22/1323.34	WSVECS04 Frhs2[900]: 6 0e+00 7e+03 shouldn't be
1314.22/1323.34	WSVECS04 Frhs2[901]: 6 0e+00 1e+04 shouldn't be
1314.22/1323.34	WSVECS04 Frhs2[944]: 6 0e+00 1e+02 shouldn't be
1314.22/1323.34	WSVECS04 Frhs2[951]: 6 0e+00 2e+04 shouldn't be
1314.22/1323.34	WSVECS04 Frhs2[952]: 6 0e+00 3e+04 shouldn't be
1314.22/1323.34	WSVECS04 Frhs2[1001]: 6 0e+00 4e+00 shouldn't be
1314.22/1323.34	WSVECS04 Frhs2[1093]: 6 0e+00 6e+03 shouldn't be
1314.22/1323.34	WSVECS04 Frhs2[1094]: 6 0e+00 7e+03 shouldn't be
1314.22/1323.34	WSVECS04 Frhs2[1095]: 6 0e+00 1e+04 shouldn't be
1314.22/1323.34	WSVECS04 Frhs2[1096]: 6 0e+00 2e+04 shouldn't be
1314.22/1323.34	WSVECS04 Frhs2[1153]: 6 -9e+02 0e+00 shouldn't be
1314.22/1323.34	WSVECS04 Frhs2[1179]: 6 -2e+03 0e+00 shouldn't be
1314.22/1323.34	WSVECS04 Frhs2[1366]: 6 -3e+03 0e+00 shouldn't be
1314.22/1323.34	WSVECS04 Frhs2[1643]: 6 0e+00 4e+04 shouldn't be
1314.22/1323.34	WSVECS04 Frhs2[1668]: 6 0e+00 5e+04 shouldn't be
1314.22/1323.34	WSVECS04 Frhs2[1685]: 6 0e+00 4e+04 shouldn't be
1314.22/1323.34	WSVECS04 Frhs2[1760]: 6 0e+00 5e+04 shouldn't be
1314.22/1323.34	WSVECS04 Frhs2[1837]: 6 0e+00 7e+04 shouldn't be
1314.22/1323.34	WSVECS04 Frhs2[1999]: 6 0e+00 2e+07 shouldn't be
1314.22/1323.34	WSVECS04 Frhs2[2085]: 6 0e+00 4e+04 shouldn't be
1314.22/1323.34	WSVECS04 Frhs2[2134]: 6 0e+00 2e+04 shouldn't be
1314.22/1323.34	WSVECS04 Frhs2[2183]: 6 0e+00 5e+04 shouldn't be
1314.22/1323.34	WSVECS04 Frhs2[2255]: 6 0e+00 5e+04 shouldn't be
1314.22/1323.34	WSVECS04 Frhs2[2563]: 6 0e+00 3e+04 shouldn't be
1314.22/1323.34	WSVECS04 Frhs2[2576]: 6 -8e+06 0e+00 shouldn't be
1370.39/1379.76	c #Conflicts:     578000 | #Constraints:      32907
1370.39/1379.76	c #Conflicts:     579000 | #Constraints:      33907
1370.39/1379.76	c #Conflicts:     580000 | #Constraints:      34907
1370.39/1379.76	c #Conflicts:     581000 | #Constraints:      35907
1370.39/1379.76	c #Conflicts:     582000 | #Constraints:      36907
1370.39/1379.76	c #Conflicts:     583000 | #Constraints:      37907
1370.39/1379.76	c #Conflicts:     584000 | #Constraints:      38907
1370.39/1379.76	c #Conflicts:     585000 | #Constraints:      39908
1370.39/1379.76	c #Conflicts:     586000 | #Constraints:      40908
1370.39/1379.76	c #Conflicts:     587000 | #Constraints:      41908
1370.39/1379.76	c #Conflicts:     588000 | #Constraints:      42908
1370.39/1379.76	c #Conflicts:     589000 | #Constraints:      43908
1370.39/1379.76	c #Conflicts:     590000 | #Constraints:      44908
1370.39/1379.76	c #Conflicts:     591000 | #Constraints:      45908
1370.39/1379.76	c #Conflicts:     592000 | #Constraints:      46908
1370.39/1379.76	c #Conflicts:     593000 | #Constraints:      47908
1370.39/1379.76	c #Conflicts:     594000 | #Constraints:      48908
1370.39/1379.76	c #Conflicts:     595000 | #Constraints:      49908
1370.39/1379.76	c #Conflicts:     596000 | #Constraints:      50908
1370.39/1379.76	c #Conflicts:     597000 | #Constraints:      51909
1370.39/1379.76	c #Conflicts:     598000 | #Constraints:      52909
1370.39/1379.76	c #Conflicts:     599000 | #Constraints:      53909
1370.39/1379.76	c #Conflicts:     600000 | #Constraints:      54909
1370.39/1379.76	c #Conflicts:     601000 | #Constraints:      55909
1370.39/1379.76	c #Conflicts:     602000 | #Constraints:      56910
1370.39/1379.76	WSVECS04 Frhs2[1]: 6 -3e+01 0e+00 shouldn't be
1370.39/1379.76	WSVECS04 Frhs2[4]: 6 -3e+02 0e+00 shouldn't be
1370.39/1379.76	WSVECS04 Frhs2[59]: 6 -6e+01 0e+00 shouldn't be
1370.39/1379.76	WSVECS04 Frhs2[60]: 6 -1e+02 0e+00 shouldn't be
1370.39/1379.76	WSVECS04 Frhs2[64]: 6 -2e+03 0e+00 shouldn't be
1370.39/1379.76	WSVECS04 Frhs2[65]: 6 -4e+03 0e+00 shouldn't be
1370.39/1379.76	WSVECS04 Frhs2[70]: 6 -1e+05 0e+00 shouldn't be
1370.39/1379.76	WSVECS04 Frhs2[72]: 6 -5e+05 0e+00 shouldn't be
1370.39/1379.76	WSVECS04 Frhs2[73]: 6 -1e+06 0e+00 shouldn't be
1370.39/1379.76	WSVECS04 Frhs2[74]: 6 -2e+06 0e+00 shouldn't be
1370.39/1379.76	WSVECS04 Frhs2[78]: 6 -3e+07 0e+00 shouldn't be
1370.39/1379.76	WSVECS04 Frhs2[85]: 6 -1e+02 0e+00 shouldn't be
1370.39/1379.76	WSVECS04 Frhs2[86]: 6 -3e+02 0e+00 shouldn't be
1370.39/1379.76	WSVECS04 Frhs2[89]: 6 -2e+03 0e+00 shouldn't be
1370.39/1379.76	WSVECS04 Frhs2[90]: 6 -4e+03 0e+00 shouldn't be
1370.39/1379.76	WSVECS04 Frhs2[91]: 6 -8e+03 0e+00 shouldn't be
1370.39/1379.76	WSVECS04 Frhs2[96]: 6 -3e+05 0e+00 shouldn't be
1370.39/1379.76	WSVECS04 Frhs2[98]: 6 -1e+06 0e+00 shouldn't be
1370.39/1379.76	WSVECS04 Frhs2[99]: 6 -2e+06 0e+00 shouldn't be
1370.39/1379.76	WSVECS04 Frhs2[100]: 6 -4e+06 0e+00 shouldn't be
1370.39/1379.76	WSVECS04 Frhs2[104]: 6 -7e+07 0e+00 shouldn't be
1370.39/1379.76	WSVECS04 Frhs2[137]: 6 -5e+02 0e+00 shouldn't be
1370.39/1379.76	WSVECS04 Frhs2[138]: 6 -1e+03 0e+00 shouldn't be
1370.39/1379.76	WSVECS04 Frhs2[142]: 6 -2e+04 0e+00 shouldn't be
1370.39/1379.76	WSVECS04 Frhs2[143]: 6 -3e+04 0e+00 shouldn't be
1370.39/1379.76	WSVECS04 Frhs2[148]: 6 -1e+06 0e+00 shouldn't be
1370.39/1379.76	WSVECS04 Frhs2[150]: 6 -4e+06 0e+00 shouldn't be
1370.39/1379.76	WSVECS04 Frhs2[151]: 6 -8e+06 0e+00 shouldn't be
1370.39/1379.76	WSVECS04 Frhs2[152]: 6 -2e+07 0e+00 shouldn't be
1370.39/1379.76	WSVECS04 Frhs2[156]: 6 -3e+08 0e+00 shouldn't be
1370.39/1379.76	WSVECS04 Frhs2[241]: 6 -8e+03 0e+00 shouldn't be
1370.39/1379.76	WSVECS04 Frhs2[242]: 6 -2e+04 0e+00 shouldn't be
1370.39/1379.76	WSVECS04 Frhs2[245]: 6 -1e+05 0e+00 shouldn't be
1370.39/1379.76	WSVECS04 Frhs2[246]: 6 -3e+05 0e+00 shouldn't be
1370.39/1379.76	WSVECS04 Frhs2[247]: 6 -5e+05 0e+00 shouldn't be
1370.39/1379.76	WSVECS04 Frhs2[252]: 6 -2e+07 0e+00 shouldn't be
1370.39/1379.76	WSVECS04 Frhs2[254]: 6 -7e+07 0e+00 shouldn't be
1370.39/1379.76	WSVECS04 Frhs2[255]: 6 -1e+08 0e+00 shouldn't be
1370.39/1379.76	WSVECS04 Frhs2[256]: 6 -3e+08 0e+00 shouldn't be
1370.39/1379.76	WSVECS04 Frhs2[260]: 6 -4e+09 0e+00 shouldn't be
1370.39/1379.76	WSVECS04 Frhs2[267]: 6 -2e+04 0e+00 shouldn't be
1370.39/1379.76	WSVECS04 Frhs2[271]: 6 -3e+05 0e+00 shouldn't be
1370.39/1379.76	WSVECS04 Frhs2[273]: 6 -1e+06 0e+00 shouldn't be
1370.39/1379.76	WSVECS04 Frhs2[349]: 6 -2e+06 0e+00 shouldn't be
1370.39/1379.76	WSVECS04 Frhs2[397]: 6 -5e+05 0e+00 shouldn't be
1370.39/1379.76	WSVECS04 Frhs2[403]: 6 -3e+07 0e+00 shouldn't be
1370.39/1379.76	WSVECS04 Frhs2[583]: 6 -1e+09 0e+00 shouldn't be
1370.39/1379.76	WSVECS04 Frhs2[585]: 6 -4e+09 0e+00 shouldn't be
1370.39/1379.76	WSVECS04 Frhs2[661]: 6 -9e+09 0e+00 shouldn't be
1370.39/1379.76	WSVECS04 Frhs2[663]: 6 -3e+10 0e+00 shouldn't be
1370.39/1379.76	WSVECS04 Frhs2[683]: 6 -1e+09 0e+00 shouldn't be
1370.39/1379.76	WSVECS04 Frhs2[709]: 6 -2e+09 0e+00 shouldn't be
1370.39/1379.76	WSVECS04 Frhs2[734]: 6 0e+00 3e+01 shouldn't be
1370.39/1379.76	WSVECS04 Frhs2[741]: 6 0e+00 4e+03 shouldn't be
1370.39/1379.76	WSVECS04 Frhs2[744]: 6 0e+00 3e+04 shouldn't be
1370.39/1379.76	WSVECS04 Frhs2[745]: 6 0e+00 7e+04 shouldn't be
1370.39/1379.76	WSVECS04 Frhs2[746]: 6 0e+00 1e+05 shouldn't be
1370.39/1379.76	WSVECS04 Frhs2[747]: 6 0e+00 3e+05 shouldn't be
1370.39/1379.76	WSVECS04 Frhs2[767]: 6 0e+00 8e+03 shouldn't be
1370.39/1379.76	WSVECS04 Frhs2[770]: 6 0e+00 7e+04 shouldn't be
1370.39/1379.76	WSVECS04 Frhs2[771]: 6 0e+00 1e+05 shouldn't be
1370.39/1379.76	WSVECS04 Frhs2[772]: 6 0e+00 3e+05 shouldn't be
1370.39/1379.76	WSVECS04 Frhs2[773]: 6 0e+00 5e+05 shouldn't be
1370.39/1379.76	WSVECS04 Frhs2[793]: 6 0e+00 2e+04 shouldn't be
1370.39/1379.76	WSVECS04 Frhs2[796]: 6 0e+00 1e+05 shouldn't be
1370.39/1379.76	WSVECS04 Frhs2[797]: 6 0e+00 3e+05 shouldn't be
1370.39/1379.76	WSVECS04 Frhs2[798]: 6 0e+00 5e+05 shouldn't be
1370.39/1379.76	WSVECS04 Frhs2[799]: 6 0e+00 1e+06 shouldn't be
1370.39/1379.76	WSVECS04 Frhs2[845]: 6 0e+00 7e+04 shouldn't be
1370.39/1379.76	WSVECS04 Frhs2[848]: 6 0e+00 5e+05 shouldn't be
1370.39/1379.76	WSVECS04 Frhs2[849]: 6 0e+00 1e+06 shouldn't be
1370.39/1379.76	WSVECS04 Frhs2[850]: 6 0e+00 2e+06 shouldn't be
1370.39/1379.76	WSVECS04 Frhs2[851]: 6 0e+00 4e+06 shouldn't be
1370.39/1379.76	WSVECS04 Frhs2[897]: 6 0e+00 3e+05 shouldn't be
1370.39/1379.76	WSVECS04 Frhs2[900]: 6 0e+00 2e+06 shouldn't be
1370.39/1379.76	WSVECS04 Frhs2[901]: 6 0e+00 4e+06 shouldn't be
1370.39/1379.76	WSVECS04 Frhs2[902]: 6 0e+00 8e+06 shouldn't be
1370.39/1379.76	WSVECS04 Frhs2[945]: 6 0e+00 7e+04 shouldn't be
1370.39/1379.76	WSVECS04 Frhs2[1509]: 6 0e+00 1e+03 shouldn't be
1370.39/1379.76	WSVECS04 Frhs2[1679]: 6 0e+00 7e+10 shouldn't be
1370.39/1379.76	WSVECS04 Frhs2[1825]: 6 0e+00 3e+11 shouldn't be
1370.39/1379.76	WSVECS04 Frhs2[1873]: 6 0e+00 3e+11 shouldn't be
1370.39/1379.76	WSVECS04 Frhs2[2012]: 6 0e+00 9e+09 shouldn't be
1370.39/1379.76	WSVECS04 Frhs2[2180]: 6 -1e+02 0e+00 shouldn't be
1370.39/1379.76	WSVECS04 Frhs2[2186]: 6 -8e+03 0e+00 shouldn't be
1370.39/1379.76	WSVECS04 Frhs2[2735]: 6 -6e+01 0e+00 shouldn't be
1370.39/1379.76	WSVECS04 Frhs2[2761]: 6 -1e+02 0e+00 shouldn't be
1370.39/1379.76	WSVECS04 Frhs2[2841]: 6 -4e+03 0e+00 shouldn't be
1370.39/1379.76	WSVECS04 Frhs2[3116]: 6 0e+00 1e+11 shouldn't be
1370.39/1379.76	WSVECS04 Frhs2[3267]: 6 -3e+11 0e+00 shouldn't be
1370.39/1379.76	WSVECS04 Frhs2[3314]: 6 -3e+10 0e+00 shouldn't be
1370.39/1379.76	WSVECS04 Frhs2[3334]: 6 0e+00 1e+09 shouldn't be
1370.39/1379.76	WSVECS04 Frhs2[3340]: 6 -7e+10 0e+00 shouldn't be
1370.39/1379.76	WSVECS04 Frhs2[4109]: 6 -1e+00 0e+00 shouldn't be
1370.39/1379.76	WSVECS04 Frhs2[4111]: 6 -4e+00 0e+00 shouldn't be
1370.39/1379.76	WSVECS04 Frhs2[4112]: 6 -8e+00 0e+00 shouldn't be
1370.39/1379.76	WSVECS04 Frhs2[4113]: 6 -2e+01 0e+00 shouldn't be
1372.09/1381.40	WSVECS04 Frhs2[735]: 6 0e+00 6e+01 shouldn't be
1372.09/1381.40	WSVECS04 Frhs2[759]: 6 0e+00 3e+01 shouldn't be
1372.09/1381.40	WSVECS04 Frhs2[760]: 6 0e+00 6e+01 shouldn't be
1372.09/1381.40	WSVECS04 Frhs2[785]: 6 0e+00 6e+01 shouldn't be
1372.09/1381.40	WSVECS04 Frhs2[809]: 6 0e+00 3e+01 shouldn't be
1372.09/1381.40	WSVECS04 Frhs2[810]: 6 0e+00 6e+01 shouldn't be
1372.09/1381.40	WSVECS04 Frhs2[817]: 6 0e+00 8e+03 shouldn't be
1372.09/1381.40	WSVECS04 Frhs2[818]: 6 0e+00 2e+04 shouldn't be
1372.09/1381.40	WSVECS04 Frhs2[819]: 6 0e+00 3e+04 shouldn't be
1372.09/1381.40	WSVECS04 Frhs2[820]: 6 0e+00 7e+04 shouldn't be
1372.09/1381.40	WSVECS04 Frhs2[822]: 6 0e+00 3e+05 shouldn't be
1372.09/1381.40	WSVECS04 Frhs2[823]: 6 0e+00 5e+05 shouldn't be
1372.09/1381.40	WSVECS04 Frhs2[824]: 6 0e+00 1e+06 shouldn't be
1372.09/1381.40	WSVECS04 Frhs2[825]: 6 0e+00 2e+06 shouldn't be
1372.09/1381.40	WSVECS04 Frhs2[827]: 6 0e+00 8e+06 shouldn't be
1372.09/1381.40	WSVECS04 Frhs2[830]: 6 0e+00 7e+07 shouldn't be
1372.09/1381.40	WSVECS04 Frhs2[832]: 6 0e+00 3e+08 shouldn't be
1372.09/1381.40	WSVECS04 Frhs2[835]: 6 0e+00 6e+01 shouldn't be
1372.09/1381.40	WSVECS04 Frhs2[843]: 6 0e+00 2e+04 shouldn't be
1372.09/1381.40	WSVECS04 Frhs2[869]: 6 0e+00 3e+04 shouldn't be
1372.09/1381.40	WSVECS04 Frhs2[871]: 6 0e+00 1e+05 shouldn't be
1372.09/1381.40	WSVECS04 Frhs2[874]: 6 0e+00 1e+06 shouldn't be
1372.09/1381.40	WSVECS04 Frhs2[875]: 6 0e+00 2e+06 shouldn't be
1372.09/1381.40	WSVECS04 Frhs2[876]: 6 0e+00 4e+06 shouldn't be
1372.09/1381.40	WSVECS04 Frhs2[877]: 6 0e+00 8e+06 shouldn't be
1372.09/1381.40	WSVECS04 Frhs2[895]: 6 0e+00 7e+04 shouldn't be
1372.09/1381.40	WSVECS04 Frhs2[921]: 6 0e+00 1e+05 shouldn't be
1372.09/1381.40	WSVECS04 Frhs2[947]: 6 0e+00 3e+05 shouldn't be
1372.09/1381.40	WSVECS04 Frhs2[948]: 6 0e+00 5e+05 shouldn't be
1372.09/1381.40	WSVECS04 Frhs2[952]: 6 0e+00 8e+06 shouldn't be
1372.09/1381.40	WSVECS04 Frhs2[2229]: 6 -4e+09 0e+00 shouldn't be
1372.09/1381.40	WSVECS04 Frhs2[3586]: 6 0e+00 2e+09 shouldn't be
1405.65/1415.13	c #Conflicts:     603000 | #Constraints:      57910
1405.65/1415.13	c #Conflicts:     604000 | #Constraints:      58910
1405.65/1415.13	c #Conflicts:     605000 | #Constraints:      59910
1405.65/1415.13	c #Conflicts:     606000 | #Constraints:      60910
1405.65/1415.13	c #Conflicts:     607000 | #Constraints:      61910
1405.65/1415.13	c #Conflicts:     608000 | #Constraints:      62910
1405.65/1415.13	c #Conflicts:     609000 | #Constraints:      63910
1405.65/1415.13	c #Conflicts:     610000 | #Constraints:      64910
1405.65/1415.13	c #Conflicts:     611000 | #Constraints:      65910
1405.65/1415.13	WSVECS04 Frhs2[743]: 6 0e+00 2e+04 shouldn't be
1405.65/1415.13	WSVECS04 Frhs2[769]: 6 0e+00 3e+04 shouldn't be
1405.65/1415.13	WSVECS04 Frhs2[821]: 6 0e+00 1e+05 shouldn't be
1405.65/1415.13	WSVECS04 Frhs2[1003]: 6 0e+00 2e+07 shouldn't be
1405.65/1415.13	WSVECS04 Frhs2[1068]: 6 0e+00 2e+04 shouldn't be
1405.65/1415.13	WSVECS04 Frhs2[1069]: 6 0e+00 3e+04 shouldn't be
1405.65/1415.13	WSVECS04 Frhs2[1070]: 6 0e+00 7e+04 shouldn't be
1405.65/1415.13	WSVECS04 Frhs2[1071]: 6 0e+00 1e+05 shouldn't be
1405.65/1415.13	WSVECS04 Frhs2[1072]: 6 0e+00 3e+05 shouldn't be
1405.65/1415.13	WSVECS04 Frhs2[1073]: 6 0e+00 5e+05 shouldn't be
1405.65/1415.13	WSVECS04 Frhs2[1074]: 6 0e+00 1e+06 shouldn't be
1405.65/1415.13	WSVECS04 Frhs2[1077]: 6 0e+00 8e+06 shouldn't be
1405.65/1415.13	WSVECS04 Frhs2[1146]: 6 0e+00 1e+05 shouldn't be
1405.65/1415.13	WSVECS04 Frhs2[1147]: 6 0e+00 3e+05 shouldn't be
1405.65/1415.13	WSVECS04 Frhs2[1148]: 6 0e+00 5e+05 shouldn't be
1405.65/1415.13	WSVECS04 Frhs2[1149]: 6 0e+00 1e+06 shouldn't be
1405.65/1415.13	WSVECS04 Frhs2[1150]: 6 0e+00 2e+06 shouldn't be
1405.65/1415.13	WSVECS04 Frhs2[1151]: 6 0e+00 4e+06 shouldn't be
1405.65/1415.13	WSVECS04 Frhs2[1152]: 6 0e+00 8e+06 shouldn't be
1405.65/1415.13	WSVECS04 Frhs2[1155]: 6 0e+00 7e+07 shouldn't be
1405.65/1415.13	WSVECS04 Frhs2[2406]: 6 0e+00 1e+05 shouldn't be
1405.65/1415.13	WSVECS04 Frhs2[2694]: 6 0e+00 2e+12 shouldn't be
1405.65/1415.13	WSVECS04 Frhs2[3719]: 6 0e+00 8e+03 shouldn't be
1493.74/1503.59	c #Conflicts:     612000 | #Constraints:      66911
1493.74/1503.59	c #Conflicts:     613000 | #Constraints:      67911
1493.74/1503.59	c #Conflicts:     614000 | #Constraints:      68911
1493.74/1503.59	c #Conflicts:     615000 | #Constraints:      69911
1493.74/1503.59	c #Conflicts:     616000 | #Constraints:      70911
1493.74/1503.59	c #Conflicts:     617000 | #Constraints:      71911
1493.74/1503.59	c #Conflicts:     618000 | #Constraints:      72911
1493.74/1503.59	c #Conflicts:     619000 | #Constraints:      73912
1493.74/1503.59	c #Conflicts:     620000 | #Constraints:      74912
1493.74/1503.59	c #Conflicts:     621000 | #Constraints:      75912
1493.74/1503.59	c #Conflicts:     622000 | #Constraints:      76913
1493.74/1503.59	c #Conflicts:     623000 | #Constraints:      77913
1493.74/1503.59	c #Conflicts:     624000 | #Constraints:      78913
1493.74/1503.59	WSVECS04 Frhs2[31]: 6 0e+00 2e+08 shouldn't be
1493.74/1503.59	WSVECS04 Frhs2[32]: 6 -9e+04 0e+00 shouldn't be
1493.74/1503.59	WSVECS04 Frhs2[33]: 6 -5e+04 0e+00 shouldn't be
1493.74/1503.59	WSVECS04 Frhs2[35]: 6 0e+00 9e+07 shouldn't be
1493.74/1503.59	WSVECS04 Frhs2[136]: 6 -1e+01 0e+00 shouldn't be
1493.74/1503.59	WSVECS04 Frhs2[137]: 6 -2e+02 0e+00 shouldn't be
1493.74/1503.59	WSVECS04 Frhs2[144]: 6 -2e+04 0e+00 shouldn't be
1493.74/1503.59	WSVECS04 Frhs2[145]: 6 -4e+04 0e+00 shouldn't be
1493.74/1503.59	WSVECS04 Frhs2[154]: 6 -2e+07 0e+00 shouldn't be
1493.74/1503.59	WSVECS04 Frhs2[396]: 6 -8e+04 0e+00 shouldn't be
1493.74/1503.59	WSVECS04 Frhs2[529]: 6 0e+00 2e+07 shouldn't be
1493.74/1503.59	WSVECS04 Frhs2[655]: 6 0e+00 4e+07 shouldn't be
1493.74/1503.59	WSVECS04 Frhs2[657]: 6 0e+00 2e+08 shouldn't be
1493.74/1503.59	WSVECS04 Frhs2[659]: 6 0e+00 7e+08 shouldn't be
1493.74/1503.59	WSVECS04 Frhs2[836]: 6 0e+00 3e+01 shouldn't be
1493.74/1503.59	WSVECS04 Frhs2[837]: 6 0e+00 6e+01 shouldn't be
1493.74/1503.59	WSVECS04 Frhs2[842]: 6 0e+00 3e+03 shouldn't be
1493.74/1503.59	WSVECS04 Frhs2[846]: 6 0e+00 4e+04 shouldn't be
1493.74/1503.59	WSVECS04 Frhs2[854]: 6 0e+00 1e+07 shouldn't be
1493.74/1503.59	WSVECS04 Frhs2[855]: 6 0e+00 2e+07 shouldn't be
1493.74/1503.59	WSVECS04 Frhs2[877]: 6 0e+00 3e+06 shouldn't be
1493.74/1503.59	WSVECS04 Frhs2[881]: 6 0e+00 4e+07 shouldn't be
1493.74/1503.59	WSVECS04 Frhs2[882]: 6 0e+00 8e+07 shouldn't be
1493.74/1503.59	WSVECS04 Frhs2[903]: 6 0e+00 5e+06 shouldn't be
1493.74/1503.59	WSVECS04 Frhs2[907]: 6 0e+00 8e+07 shouldn't be
1493.74/1503.59	WSVECS04 Frhs2[938]: 6 0e+00 2e+02 shouldn't be
1493.74/1503.59	WSVECS04 Frhs2[946]: 6 0e+00 4e+04 shouldn't be
1493.74/1503.59	WSVECS04 Frhs2[958]: 6 0e+00 2e+08 shouldn't be
1493.74/1503.59	WSVECS04 Frhs2[959]: 6 0e+00 3e+08 shouldn't be
1493.74/1503.59	WSVECS04 Frhs2[1122]: 6 0e+00 8e+04 shouldn't be
1493.74/1503.59	WSVECS04 Frhs2[1123]: 6 0e+00 2e+05 shouldn't be
1493.74/1503.59	WSVECS04 Frhs2[1124]: 6 0e+00 3e+05 shouldn't be
1493.74/1503.59	WSVECS04 Frhs2[1305]: 6 0e+00 2e+07 shouldn't be
1493.74/1503.59	WSVECS04 Frhs2[1306]: 6 0e+00 4e+07 shouldn't be
1493.74/1503.59	WSVECS04 Frhs2[1414]: 6 0e+00 1e+03 shouldn't be
1493.74/1503.59	WSVECS04 Frhs2[1612]: 6 0e+00 4e+04 shouldn't be
1493.74/1503.59	WSVECS04 Frhs2[1764]: 6 0e+00 8e-01 shouldn't be
1493.74/1503.59	WSVECS04 Frhs2[1860]: 6 -1e+07 0e+00 shouldn't be
1493.74/1503.59	WSVECS04 Frhs2[1864]: 6 0e+00 2e+08 shouldn't be
1493.74/1503.59	WSVECS04 Frhs2[1884]: 6 0e+00 8e-01 shouldn't be
1493.74/1503.59	WSVECS04 Frhs2[2326]: 6 0e+00 7e+02 shouldn't be
1493.74/1503.59	WSVECS04 Frhs2[2376]: 6 0e+00 1e+10 shouldn't be
1493.74/1503.59	WSVECS04 Frhs2[2717]: 6 -4e+03 0e+00 shouldn't be
1493.74/1503.59	WSVECS04 Frhs2[2725]: 6 -7e+05 0e+00 shouldn't be
1493.74/1503.59	WSVECS04 Frhs2[2740]: 6 -1e+03 0e+00 shouldn't be
1493.74/1503.59	WSVECS04 Frhs2[2754]: 6 -2e+07 0e+00 shouldn't be
1493.74/1503.59	WSVECS04 Frhs2[3181]: 6 -4e+07 0e+00 shouldn't be
1493.74/1503.59	WSVECS04 Frhs2[3209]: 6 -3e+08 0e+00 shouldn't be
1493.74/1503.59	WSVECS04 Frhs2[3287]: 6 -3e+09 0e+00 shouldn't be
1493.74/1503.59	WSVECS04 Frhs2[3383]: 6 0e+00 4e+00 shouldn't be
1493.74/1503.59	WSVECS04 Frhs2[3405]: 6 0e+00 1e+07 shouldn't be
1493.74/1503.59	WSVECS04 Frhs2[3589]: 6 0e+00 6e+01 shouldn't be
1493.74/1503.59	WSVECS04 Frhs2[3641]: 6 0e+00 3e+02 shouldn't be
1493.74/1503.59	WSVECS04 Frhs2[3771]: 6 0e+00 1e+04 shouldn't be
1493.74/1503.59	WSVECS04 Frhs2[3870]: 6 -3e+11 0e+00 shouldn't be
1493.74/1503.59	WSVECS04 Frhs2[4116]: 6 -1e+02 0e+00 shouldn't be
1534.88/1544.80	c #Conflicts:     625000 | #Constraints:      79914
1534.88/1544.80	c #Conflicts:     626000 | #Constraints:      80914
1534.88/1544.80	c #Conflicts:     627000 | #Constraints:      81914
1534.88/1544.80	c #Conflicts:     628000 | #Constraints:      82914
1534.88/1544.80	c #Conflicts:     629000 | #Constraints:      83914
1534.88/1544.80	c #Conflicts:     630000 | #Constraints:      84914
1534.88/1544.80	WSVECS04 Frhs2[37]: 6 -1e+08 0e+00 shouldn't be
1534.88/1544.80	WSVECS04 Frhs2[108]: 6 0e+00 1e+01 shouldn't be
1534.88/1544.80	WSVECS04 Frhs2[109]: 6 0e+00 2e+01 shouldn't be
1534.88/1544.80	WSVECS04 Frhs2[110]: 6 0e+00 4e+01 shouldn't be
1534.88/1544.80	WSVECS04 Frhs2[111]: 6 0e+00 9e+01 shouldn't be
1534.88/1544.80	WSVECS04 Frhs2[113]: 6 0e+00 3e+02 shouldn't be
1534.88/1544.80	WSVECS04 Frhs2[115]: 6 0e+00 1e+03 shouldn't be
1534.88/1544.80	WSVECS04 Frhs2[140]: 6 0e+00 1e+03 shouldn't be
1534.88/1544.80	WSVECS04 Frhs2[142]: 6 0e+00 5e+03 shouldn't be
1534.88/1544.80	WSVECS04 Frhs2[160]: 6 0e+00 4e+01 shouldn't be
1534.88/1544.80	WSVECS04 Frhs2[168]: 6 0e+00 1e+04 shouldn't be
1534.88/1544.80	WSVECS04 Frhs2[192]: 6 0e+00 5e+03 shouldn't be
1534.88/1544.80	WSVECS04 Frhs2[240]: 6 0e+00 5e-05 shouldn't be
1534.88/1544.80	WSVECS04 Frhs2[241]: 6 0e+00 3e+03 shouldn't be
1534.88/1544.80	WSVECS04 Frhs2[249]: 6 0e+00 7e+05 shouldn't be
1534.88/1544.80	WSVECS04 Frhs2[294]: 6 0e+00 2e+04 shouldn't be
1534.88/1544.80	WSVECS04 Frhs2[296]: 6 0e+00 9e+04 shouldn't be
1534.88/1544.80	WSVECS04 Frhs2[366]: 6 0e+00 8e+03 shouldn't be
1534.88/1544.80	WSVECS04 Frhs2[375]: 6 0e+00 1e+06 shouldn't be
1534.88/1544.80	WSVECS04 Frhs2[376]: 6 0e+00 3e+06 shouldn't be
1534.88/1544.80	WSVECS04 Frhs2[379]: 6 0e+00 2e+07 shouldn't be
1534.88/1544.80	WSVECS04 Frhs2[421]: 6 0e+00 9e+04 shouldn't be
1534.88/1544.80	WSVECS04 Frhs2[427]: 6 0e+00 6e+06 shouldn't be
1534.88/1544.80	WSVECS04 Frhs2[479]: 6 0e+00 2e+07 shouldn't be
1534.88/1544.80	WSVECS04 Frhs2[483]: 6 0e+00 4e+08 shouldn't be
1534.88/1544.80	WSVECS04 Frhs2[522]: 6 -2e+05 0e+00 shouldn't be
1534.88/1544.80	WSVECS04 Frhs2[523]: 6 -3e+05 0e+00 shouldn't be
1534.88/1544.80	WSVECS04 Frhs2[551]: 6 0e+00 3e+06 shouldn't be
1534.88/1544.80	WSVECS04 Frhs2[557]: 6 0e+00 2e+08 shouldn't be
1534.88/1544.80	WSVECS04 Frhs2[561]: 6 0e+00 3e+09 shouldn't be
1534.88/1544.80	WSVECS04 Frhs2[583]: 6 0e+00 4e+08 shouldn't be
1534.88/1544.80	WSVECS04 Frhs2[586]: 6 0e+00 3e+09 shouldn't be
1534.88/1544.80	WSVECS04 Frhs2[587]: 6 0e+00 6e+09 shouldn't be
1534.88/1544.80	WSVECS04 Frhs2[634]: 6 0e+00 7e+08 shouldn't be
1534.88/1544.80	WSVECS04 Frhs2[637]: 6 0e+00 6e+09 shouldn't be
1534.88/1544.80	WSVECS04 Frhs2[653]: 6 -1e+07 0e+00 shouldn't be
1534.88/1544.80	WSVECS04 Frhs2[677]: 6 0e+00 2e+07 shouldn't be
1534.88/1544.80	WSVECS04 Frhs2[704]: 6 -2e+07 0e+00 shouldn't be
1534.88/1544.80	WSVECS04 Frhs2[705]: 6 -4e+07 0e+00 shouldn't be
1534.88/1544.80	WSVECS04 Frhs2[764]: 6 -3e+02 0e+00 shouldn't be
1534.88/1544.80	WSVECS04 Frhs2[776]: 6 -1e+06 0e+00 shouldn't be
1534.88/1544.80	WSVECS04 Frhs2[777]: 6 -3e+06 0e+00 shouldn't be
1534.88/1544.80	WSVECS04 Frhs2[782]: 6 -3e+00 0e+00 shouldn't be
1534.88/1544.80	WSVECS04 Frhs2[790]: 6 -7e+02 0e+00 shouldn't be
1534.88/1544.80	WSVECS04 Frhs2[802]: 6 -3e+06 0e+00 shouldn't be
1534.88/1544.80	WSVECS04 Frhs2[803]: 6 -6e+06 0e+00 shouldn't be
1534.88/1544.80	WSVECS04 Frhs2[990]: 6 -7e+02 0e+00 shouldn't be
1534.88/1544.80	WSVECS04 Frhs2[998]: 6 -2e+05 0e+00 shouldn't be
1534.88/1544.80	WSVECS04 Frhs2[1010]: 6 -7e+08 0e+00 shouldn't be
1534.88/1544.80	WSVECS04 Frhs2[1011]: 6 -1e+09 0e+00 shouldn't be
1534.88/1544.80	WSVECS04 Frhs2[1012]: 6 -3e+09 0e+00 shouldn't be
1534.88/1544.80	WSVECS04 Frhs2[1068]: 6 -5e+03 0e+00 shouldn't be
1534.88/1544.80	WSVECS04 Frhs2[1085]: 6 -7e+08 0e+00 shouldn't be
1534.88/1544.80	WSVECS04 Frhs2[1088]: 6 -6e+09 0e+00 shouldn't be
1534.88/1544.80	WSVECS04 Frhs2[1089]: 6 -1e+10 0e+00 shouldn't be
1534.88/1544.80	WSVECS04 Frhs2[1090]: 6 -2e+10 0e+00 shouldn't be
1534.88/1544.80	WSVECS04 Frhs2[1111]: 6 -1e+09 0e+00 shouldn't be
1534.88/1544.80	WSVECS04 Frhs2[1114]: 6 -1e+10 0e+00 shouldn't be
1534.88/1544.80	WSVECS04 Frhs2[1115]: 6 -2e+10 0e+00 shouldn't be
1534.88/1544.80	WSVECS04 Frhs2[1116]: 6 -5e+10 0e+00 shouldn't be
1534.88/1544.80	WSVECS04 Frhs2[1167]: 6 -9e+10 0e+00 shouldn't be
1534.88/1544.80	WSVECS04 Frhs2[1168]: 6 -2e+11 0e+00 shouldn't be
1534.88/1544.80	WSVECS04 Frhs2[1193]: 6 -2e+11 0e+00 shouldn't be
1534.88/1544.80	WSVECS04 Frhs2[1194]: 6 -4e+11 0e+00 shouldn't be
1534.88/1544.80	WSVECS04 Frhs2[1407]: 6 0e+00 5e+00 shouldn't be
1534.88/1544.80	WSVECS04 Frhs2[1408]: 6 0e+00 7e-05 shouldn't be
1534.88/1544.80	WSVECS04 Frhs2[1416]: 6 0e+00 3e+03 shouldn't be
1534.88/1544.80	WSVECS04 Frhs2[1440]: 6 0e+00 3e+03 shouldn't be
1534.88/1544.80	WSVECS04 Frhs2[2043]: 6 -4e+11 0e+00 shouldn't be
1534.88/1544.80	WSVECS04 Frhs2[2758]: 6 0e+00 5e+00 shouldn't be
1534.88/1544.80	WSVECS04 Frhs2[2809]: 6 0e+00 5e+00 shouldn't be
1534.88/1544.80	WSVECS04 Frhs2[3396]: 6 0e+00 3e+04 shouldn't be
1534.88/1544.80	WSVECS04 Frhs2[3640]: 6 0e+00 2e+10 shouldn't be
1534.88/1544.80	WSVECS04 Frhs2[3666]: 6 0e+00 1e+10 shouldn't be
1534.88/1544.80	WSVECS04 Frhs2[3795]: 6 0e+00 4e+11 shouldn't be
1534.88/1544.80	WSVECS04 Frhs2[3846]: 6 0e+00 7e+11 shouldn't be
1534.88/1544.80	WSVECS04 Frhs2[4092]: 6 0e+00 3e+10 shouldn't be
1535.98/1545.96	WSVECS04 Frhs2[28]: 6 -2e+04 0e+00 shouldn't be
1535.98/1545.96	WSVECS04 Frhs2[29]: 6 -4e+04 0e+00 shouldn't be
1535.98/1545.96	WSVECS04 Frhs2[62]: 6 0e+00 2e+02 shouldn't be
1535.98/1545.96	WSVECS04 Frhs2[64]: 6 0e+00 7e+02 shouldn't be
1535.98/1545.96	WSVECS04 Frhs2[82]: 6 0e+00 5e+00 shouldn't be
1535.98/1545.96	WSVECS04 Frhs2[86]: 6 0e+00 9e+01 shouldn't be
1535.98/1545.96	WSVECS04 Frhs2[114]: 6 0e+00 1e-04 shouldn't be
1535.98/1545.96	WSVECS04 Frhs2[164]: 6 0e+00 3e-05 shouldn't be
1535.98/1545.96	WSVECS04 Frhs2[166]: 6 0e+00 3e+03 shouldn't be
1535.98/1545.96	WSVECS04 Frhs2[190]: 6 0e+00 7e-05 shouldn't be
1535.98/1545.96	WSVECS04 Frhs2[239]: 6 0e+00 2e-05 shouldn't be
1535.98/1545.96	WSVECS04 Frhs2[243]: 6 0e+00 1e+04 shouldn't be
1535.98/1545.96	WSVECS04 Frhs2[425]: 6 0e+00 1e+06 shouldn't be
1535.98/1545.96	WSVECS04 Frhs2[426]: 6 0e+00 3e+06 shouldn't be
1535.98/1545.96	WSVECS04 Frhs2[428]: 6 0e+00 1e+07 shouldn't be
1535.98/1545.96	WSVECS04 Frhs2[477]: 6 0e+00 6e+06 shouldn't be
1535.98/1545.96	WSVECS04 Frhs2[480]: 6 0e+00 4e+07 shouldn't be
1535.98/1545.96	WSVECS04 Frhs2[482]: 6 0e+00 2e+08 shouldn't be
1535.98/1545.96	WSVECS04 Frhs2[553]: 6 0e+00 1e+07 shouldn't be
1535.98/1545.96	WSVECS04 Frhs2[560]: 6 0e+00 1e+09 shouldn't be
1535.98/1545.96	WSVECS04 Frhs2[578]: 6 0e+00 1e+07 shouldn't be
1535.98/1545.96	WSVECS04 Frhs2[1146]: 6 -4e+04 0e+00 shouldn't be
1535.98/1545.96	WSVECS04 Frhs2[1302]: 6 -3e+06 0e+00 shouldn't be
1535.98/1545.96	WSVECS04 Frhs2[1380]: 6 -2e+07 0e+00 shouldn't be
1535.98/1545.96	WSVECS04 Frhs2[1432]: 6 0e+00 3e-05 shouldn't be
1535.98/1545.96	WSVECS04 Frhs2[1455]: 6 0e+00 5e+00 shouldn't be
1535.98/1545.96	WSVECS04 Frhs2[1456]: 6 0e+00 3e-05 shouldn't be
1535.98/1545.96	WSVECS04 Frhs2[1480]: 6 0e+00 1e-05 shouldn't be
1535.98/1545.96	WSVECS04 Frhs2[2056]: 6 0e+00 1e+01 shouldn't be
1535.98/1545.96	WSVECS04 Frhs2[2068]: 6 0e+00 1e+04 shouldn't be
1535.98/1545.96	WSVECS04 Frhs2[2506]: 6 0e+00 7e+05 shouldn't be
1535.98/1545.96	WSVECS04 Frhs2[2767]: 6 -3e+03 0e+00 shouldn't be
1535.98/1545.96	WSVECS04 Frhs2[2835]: 6 0e+00 1e+01 shouldn't be
1535.98/1545.96	WSVECS04 Frhs2[3393]: 6 0e+00 5e+03 shouldn't be
1535.98/1545.96	WSVECS04 Frhs2[3397]: 6 0e+00 7e+04 shouldn't be
1535.98/1545.96	WSVECS04 Frhs2[3400]: 6 0e+00 7e+05 shouldn't be
1535.98/1545.96	WSVECS04 Frhs2[3446]: 6 0e+00 2e+04 shouldn't be
1535.98/1545.96	WSVECS04 Frhs2[3721]: 6 -2e+04 0e+00 shouldn't be
1535.98/1545.96	WSVECS04 Frhs2[4159]: 6 -1e+15 0e+00 shouldn't be
1552.33/1562.31	c #Conflicts:     631000 | #Constraints:      85914
1552.33/1562.31	c #Conflicts:     632000 | #Constraints:      86914
1552.33/1562.31	c INPROCESSING
1552.33/1562.31	c GARBAGE COLLECT
1552.33/1562.31	c rational objective 0.190082
1553.93/1563.98	c rational objective 0
1628.76/1639.08	c #Conflicts:     633000 | #Constraints:      49132
1628.76/1639.08	c #Conflicts:     634000 | #Constraints:      50132
1628.76/1639.08	c #Conflicts:     635000 | #Constraints:      51132
1628.76/1639.08	c #Conflicts:     636000 | #Constraints:      52132
1628.76/1639.08	c #Conflicts:     637000 | #Constraints:      53132
1628.76/1639.08	c #Conflicts:     638000 | #Constraints:      54132
1628.76/1639.08	c #Conflicts:     639000 | #Constraints:      55132
1628.76/1639.08	c #Conflicts:     640000 | #Constraints:      56132
1628.76/1639.08	c #Conflicts:     641000 | #Constraints:      57132
1628.76/1639.08	c #Conflicts:     642000 | #Constraints:      58132
1628.76/1639.08	c #Conflicts:     643000 | #Constraints:      59132
1628.76/1639.08	c #Conflicts:     644000 | #Constraints:      60132
1628.76/1639.08	c #Conflicts:     645000 | #Constraints:      61133
1628.76/1639.08	c #Conflicts:     646000 | #Constraints:      62133
1628.76/1639.08	c #Conflicts:     647000 | #Constraints:      63133
1628.76/1639.08	c #Conflicts:     648000 | #Constraints:      64133
1628.76/1639.08	c #Conflicts:     649000 | #Constraints:      65133
1628.76/1639.08	c #Conflicts:     650000 | #Constraints:      66133
1628.76/1639.08	c #Conflicts:     651000 | #Constraints:      67134
1628.76/1639.08	c INPROCESSING
1628.76/1639.08	c GARBAGE COLLECT
1628.76/1639.08	c rational objective 0.00302439
1630.05/1640.31	c rational objective 0
1714.85/1725.47	c #Conflicts:     652000 | #Constraints:      38759
1714.85/1725.47	c #Conflicts:     653000 | #Constraints:      39759
1714.85/1725.47	c #Conflicts:     654000 | #Constraints:      40759
1714.85/1725.47	c #Conflicts:     655000 | #Constraints:      41759
1714.85/1725.47	c #Conflicts:     656000 | #Constraints:      42762
1714.85/1725.47	c #Conflicts:     657000 | #Constraints:      43762
1714.85/1725.47	c #Conflicts:     658000 | #Constraints:      44762
1714.85/1725.47	c #Conflicts:     659000 | #Constraints:      45762
1714.85/1725.47	c #Conflicts:     660000 | #Constraints:      46763
1714.85/1725.47	c #Conflicts:     661000 | #Constraints:      47764
1714.85/1725.47	c #Conflicts:     662000 | #Constraints:      48766
1714.85/1725.47	c #Conflicts:     663000 | #Constraints:      49766
1714.85/1725.47	c #Conflicts:     664000 | #Constraints:      50766
1714.85/1725.47	c #Conflicts:     665000 | #Constraints:      51767
1714.85/1725.47	c #Conflicts:     666000 | #Constraints:      52769
1714.85/1725.47	c #Conflicts:     667000 | #Constraints:      53772
1714.85/1725.47	c #Conflicts:     668000 | #Constraints:      54772
1714.85/1725.47	WSVECS04 Frhs2[2]: 6 -3e+03 0e+00 shouldn't be
1714.85/1725.47	WSVECS04 Frhs2[10]: 6 -8e+04 0e+00 shouldn't be
1714.85/1725.47	WSVECS04 Frhs2[27]: 6 0e+00 4e+03 shouldn't be
1714.85/1725.47	WSVECS04 Frhs2[35]: 6 -3e+05 0e+00 shouldn't be
1714.85/1725.47	WSVECS04 Frhs2[37]: 6 -7e+04 0e+00 shouldn't be
1714.85/1725.47	WSVECS04 Frhs2[38]: 6 -2e+05 0e+00 shouldn't be
1714.85/1725.47	WSVECS04 Frhs2[39]: 6 -4e+03 0e+00 shouldn't be
1714.85/1725.47	WSVECS04 Frhs2[89]: 6 -2e+03 0e+00 shouldn't be
1714.85/1725.47	WSVECS04 Frhs2[90]: 6 -4e+03 0e+00 shouldn't be
1714.85/1725.47	WSVECS04 Frhs2[117]: 6 0e+00 2e+04 shouldn't be
1714.85/1725.47	WSVECS04 Frhs2[139]: 6 -2e+03 0e+00 shouldn't be
1714.85/1725.47	WSVECS04 Frhs2[142]: 6 -2e+04 0e+00 shouldn't be
1714.85/1725.47	WSVECS04 Frhs2[295]: 6 -1e+05 0e+00 shouldn't be
1714.85/1725.47	WSVECS04 Frhs2[297]: 6 -5e+05 0e+00 shouldn't be
1714.85/1725.47	WSVECS04 Frhs2[298]: 6 -1e+06 0e+00 shouldn't be
1714.85/1725.47	WSVECS04 Frhs2[373]: 6 -1e+06 0e+00 shouldn't be
1714.85/1725.47	WSVECS04 Frhs2[439]: 6 0e+00 7e+10 shouldn't be
1714.85/1725.47	WSVECS04 Frhs2[477]: 6 -2e+07 0e+00 shouldn't be
1714.85/1725.47	WSVECS04 Frhs2[769]: 6 0e+00 7e+04 shouldn't be
1714.85/1725.47	WSVECS04 Frhs2[795]: 6 0e+00 7e+04 shouldn't be
1714.85/1725.47	WSVECS04 Frhs2[821]: 6 0e+00 1e+05 shouldn't be
1714.85/1725.47	WSVECS04 Frhs2[873]: 6 0e+00 5e+05 shouldn't be
1714.85/1725.47	WSVECS04 Frhs2[1101]: 6 0e+00 4e+06 shouldn't be
1714.85/1725.47	WSVECS04 Frhs2[1201]: 6 0e+00 4e+06 shouldn't be
1714.85/1725.47	WSVECS04 Frhs2[1226]: 6 0e+00 4e+06 shouldn't be
1714.85/1725.47	WSVECS04 Frhs2[1491]: 6 -7e+04 0e+00 shouldn't be
1714.85/1725.47	WSVECS04 Frhs2[2068]: 6 0e+00 7e+04 shouldn't be
1714.85/1725.47	WSVECS04 Frhs2[2363]: 6 -4e+06 0e+00 shouldn't be
1714.85/1725.47	WSVECS04 Frhs2[2404]: 6 0e+00 5e+11 shouldn't be
1714.85/1725.47	WSVECS04 Frhs2[2820]: 6 0e+00 7e+04 shouldn't be
1714.85/1725.47	WSVECS04 Frhs2[2976]: 6 0e+00 2e+06 shouldn't be
1714.85/1725.47	WSVECS04 Frhs2[3447]: 6 0e+00 1e+05 shouldn't be
1714.85/1725.47	WSVECS04 Frhs2[3746]: 6 0e+00 7e+04 shouldn't be
1714.85/1725.47	WSVECS04 Frhs2[3845]: 6 0e+00 1e+12 shouldn't be
1751.35/1762.07	c #Conflicts:     669000 | #Constraints:      55773
1751.35/1762.07	c #Conflicts:     670000 | #Constraints:      56773
1751.35/1762.07	c #Conflicts:     671000 | #Constraints:      57773
1751.35/1762.07	c #Conflicts:     672000 | #Constraints:      58773
1751.35/1762.07	c INPROCESSING
1751.35/1762.07	c GARBAGE COLLECT
1751.35/1762.07	WSVECS04 Frhs2[15]: 6 -3e+04 0e+00 shouldn't be
1751.35/1762.07	WSVECS04 Frhs2[1069]: 6 0e+00 3e+04 shouldn't be
1751.35/1762.07	WSVECS04 Frhs2[1520]: 6 0e+00 2e+06 shouldn't be
1751.35/1762.07	WSVECS04 Frhs2[1729]: 6 0e+00 3e+11 shouldn't be
1751.35/1762.07	WSVECS04 Frhs2[2380]: 6 0e+00 3e+04 shouldn't be
1751.35/1762.07	WSVECS04 Frhs2[2646]: 6 0e+00 2e+12 shouldn't be
1751.35/1762.07	WSVECS04 Frhs2[2800]: 6 -2e+06 0e+00 shouldn't be
1751.35/1762.07	WSVECS04 Frhs2[2825]: 6 0e+00 2e+06 shouldn't be
1752.16/1762.88	WSVECS04 Frhs2[2850]: 6 -1e+06 0e+00 shouldn't be
1752.16/1762.88	WSVECS04 Frhs2[3369]: 6 0e+00 1e+12 shouldn't be
1752.75/1763.41	WSVECS04 Frhs2[1371]: 6 0e+00 4e+12 shouldn't be
1752.75/1763.41	WSVECS04 Frhs2[1505]: 6 0e+00 6e+01 shouldn't be
1752.75/1763.41	WSVECS04 Frhs2[2574]: 6 0e+00 2e+12 shouldn't be
1752.75/1763.41	WSVECS04 Frhs2[2598]: 6 0e+00 2e+12 shouldn't be
1752.75/1763.41	WSVECS04 Frhs2[3721]: 6 -7e+04 0e+00 shouldn't be
1752.75/1763.41	WSVECS04 Frhs2[3871]: 6 0e+00 2e+12 shouldn't be
1752.75/1763.41	WSVECS04 Frhs2[4074]: 6 0e+00 1e+05 shouldn't be
1752.75/1763.41	WSVECS04 Frhs2[4076]: 6 0e+00 5e+05 shouldn't be
1752.75/1763.41	WSVECS04 Frhs2[4140]: 6 -2e+09 0e+00 shouldn't be
1752.75/1763.41	WSVECS04 Frhs2[4141]: 6 -4e+09 0e+00 shouldn't be
1753.74/1764.49	WSVECS04 Frhs2[3387]: 6 0e+00 6e+01 shouldn't be
1753.74/1764.49	WSVECS04 Frhs2[3388]: 6 0e+00 1e+02 shouldn't be
1753.74/1764.49	WSVECS04 Frhs2[3391]: 6 0e+00 1e+03 shouldn't be
1753.74/1764.49	WSVECS04 Frhs2[3394]: 6 0e+00 8e+03 shouldn't be
1755.35/1766.01	WSVECS04 Frhs2[1481]: 6 0e+00 6e+01 shouldn't be
1756.64/1767.40	WSVECS04 Frhs2[2055]: 6 0e+00 4e+00 shouldn't be
1756.64/1767.40	WSVECS04 Frhs2[3389]: 6 0e+00 3e+02 shouldn't be
1756.64/1767.40	WSVECS04 Frhs2[3401]: 6 0e+00 1e+06 shouldn't be
1757.44/1768.13	c rational objective 0
1765.02/1775.78	c #Conflicts:     673000 | #Constraints:      35095
1765.02/1775.78	c #Conflicts:     674000 | #Constraints:      36095
1765.02/1775.78	c #Conflicts:     675000 | #Constraints:      37096
1765.02/1775.78	c #Conflicts:     676000 | #Constraints:      38097
1765.02/1775.78	c #Conflicts:     677000 | #Constraints:      39097
1765.02/1775.78	c #Conflicts:     678000 | #Constraints:      40097
1765.02/1775.78	WSVECS04 Frhs2[738]: 6 0e+00 5e+02 shouldn't be
1765.02/1775.78	WSVECS04 Frhs2[763]: 6 0e+00 5e+02 shouldn't be
1765.02/1775.78	WSVECS04 Frhs2[782]: 6 0e+00 8e+00 shouldn't be
1765.02/1775.78	WSVECS04 Frhs2[788]: 6 0e+00 5e+02 shouldn't be
1765.02/1775.78	WSVECS04 Frhs2[1407]: 6 0e+00 2e+01 shouldn't be
1765.02/1775.78	WSVECS04 Frhs2[2747]: 6 -3e+05 0e+00 shouldn't be
1765.02/1775.78	WSVECS04 Frhs2[2848]: 6 -5e+05 0e+00 shouldn't be
1765.02/1775.78	WSVECS04 Frhs2[2875]: 6 -2e+06 0e+00 shouldn't be
1765.02/1775.78	WSVECS04 Frhs2[3389]: 6 0e+00 3e+02 shouldn't be
1765.02/1775.78	WSVECS04 Frhs2[3408]: 6 0e+00 8e+00 shouldn't be
1765.02/1775.78	WSVECS04 Frhs2[3465]: 6 0e+00 1e+03 shouldn't be
1996.31/2008.05	c #Conflicts:     679000 | #Constraints:      41098
1996.31/2008.05	c #Conflicts:     680000 | #Constraints:      42098
1996.31/2008.05	c #Conflicts:     681000 | #Constraints:      43098
1996.31/2008.05	c #Conflicts:     682000 | #Constraints:      44098
1996.31/2008.05	c #Conflicts:     683000 | #Constraints:      45098
1996.31/2008.05	c #Conflicts:     684000 | #Constraints:      46098
1996.31/2008.05	c #Conflicts:     685000 | #Constraints:      47098
1996.31/2008.05	c #Conflicts:     686000 | #Constraints:      48098
1996.31/2008.05	c #Conflicts:     687000 | #Constraints:      49099
1996.31/2008.05	c #Conflicts:     688000 | #Constraints:      50099
1996.31/2008.05	c #Conflicts:     689000 | #Constraints:      51099
1996.31/2008.05	c #Conflicts:     690000 | #Constraints:      52099
1996.31/2008.05	c #Conflicts:     691000 | #Constraints:      53099
1996.31/2008.05	c #Conflicts:     692000 | #Constraints:      54099
1996.31/2008.05	c #Conflicts:     693000 | #Constraints:      55099
1996.31/2008.05	c #Conflicts:     694000 | #Constraints:      56099
1996.31/2008.05	c #Conflicts:     695000 | #Constraints:      57099
1996.31/2008.05	c #Conflicts:     696000 | #Constraints:      58099
1996.31/2008.05	c #Conflicts:     697000 | #Constraints:      59099
1996.31/2008.05	c #Conflicts:     698000 | #Constraints:      60099
1996.31/2008.05	c #Conflicts:     699000 | #Constraints:      61099
1996.31/2008.05	c #Conflicts:     700000 | #Constraints:      62099
1996.31/2008.05	c #Conflicts:     701000 | #Constraints:      63099
1996.31/2008.05	c #Conflicts:     702000 | #Constraints:      64100
1996.31/2008.05	c #Conflicts:     703000 | #Constraints:      65101
1996.31/2008.05	c #Conflicts:     704000 | #Constraints:      66101
1996.31/2008.05	c #Conflicts:     705000 | #Constraints:      67101
1996.31/2008.05	c #Conflicts:     706000 | #Constraints:      68102
1996.31/2008.05	c #Conflicts:     707000 | #Constraints:      69102
1996.31/2008.05	c #Conflicts:     708000 | #Constraints:      70102
1996.31/2008.05	c #Conflicts:     709000 | #Constraints:      71102
1996.31/2008.05	c #Conflicts:     710000 | #Constraints:      72103
1996.31/2008.05	c #Conflicts:     711000 | #Constraints:      73103
1996.31/2008.05	c #Conflicts:     712000 | #Constraints:      74103
1996.31/2008.05	c #Conflicts:     713000 | #Constraints:      75104
1996.31/2008.05	c #Conflicts:     714000 | #Constraints:      76104
1996.31/2008.05	c #Conflicts:     715000 | #Constraints:      77105
1996.31/2008.05	c #Conflicts:     716000 | #Constraints:      78106
1996.31/2008.05	c #Conflicts:     717000 | #Constraints:      79106
1996.31/2008.05	c #Conflicts:     718000 | #Constraints:      80107
1996.31/2008.05	c #Conflicts:     719000 | #Constraints:      81107
1996.31/2008.05	c #Conflicts:     720000 | #Constraints:      82107
1996.31/2008.05	c #Conflicts:     721000 | #Constraints:      83107
1996.31/2008.05	c #Conflicts:     722000 | #Constraints:      84107
1996.31/2008.05	c #Conflicts:     723000 | #Constraints:      85107
1996.31/2008.05	c #Conflicts:     724000 | #Constraints:      86107
1996.31/2008.05	c #Conflicts:     725000 | #Constraints:      87108
1996.31/2008.05	c #Conflicts:     726000 | #Constraints:      88109
1996.31/2008.05	c #Conflicts:     727000 | #Constraints:      89110
1996.31/2008.05	c #Conflicts:     728000 | #Constraints:      90110
1996.31/2008.05	c #Conflicts:     729000 | #Constraints:      91110
1996.31/2008.05	c #Conflicts:     730000 | #Constraints:      92111
1996.31/2008.05	c #Conflicts:     731000 | #Constraints:      93111
1996.31/2008.05	c INPROCESSING
1996.31/2008.05	c GARBAGE COLLECT
1996.31/2008.05	WSVECS04 Frhs2[4106]: 6 0e+00 6e+14 shouldn't be
1996.31/2008.05	WSVECS04 Frhs2[4160]: 6 -2e+15 0e+00 shouldn't be
1999.90/2011.69	WSVECS04 Frhs2[4106]: 6 0e+00 6e+14 shouldn't be
2034.99/2046.83	c #Conflicts:     732000 | #Constraints:      52258
2034.99/2046.83	c #Conflicts:     733000 | #Constraints:      53258
2034.99/2046.83	c #Conflicts:     734000 | #Constraints:      54258
2034.99/2046.83	c #Conflicts:     735000 | #Constraints:      55258
2034.99/2046.83	c #Conflicts:     736000 | #Constraints:      56258
2034.99/2046.83	c #Conflicts:     737000 | #Constraints:      57258
2034.99/2046.83	c #Conflicts:     738000 | #Constraints:      58258
2034.99/2046.83	c #Conflicts:     739000 | #Constraints:      59258
2034.99/2046.83	c #Conflicts:     740000 | #Constraints:      60258
2034.99/2046.83	c #Conflicts:     741000 | #Constraints:      61259
2034.99/2046.83	c #Conflicts:     742000 | #Constraints:      62660
2034.99/2046.83	c #Conflicts:     743000 | #Constraints:      64127
2034.99/2046.83	c #Conflicts:     744000 | #Constraints:      65546
2034.99/2046.83	WSVECS04 Frhs2[168]: 6 0e+00 5e+00 shouldn't be
2034.99/2046.83	WSVECS04 Frhs2[2378]: 6 0e+00 5e+00 shouldn't be
2034.99/2046.83	WSVECS04 Frhs2[2402]: 6 0e+00 5e+00 shouldn't be
2034.99/2046.83	WSVECS04 Frhs2[4160]: 6 0e+00 5e+11 shouldn't be
2112.68/2124.72	c #Conflicts:     745000 | #Constraints:      66592
2112.68/2124.72	c #Conflicts:     746000 | #Constraints:      67592
2112.68/2124.72	c #Conflicts:     747000 | #Constraints:      68592
2112.68/2124.72	c #Conflicts:     748000 | #Constraints:      69592
2112.68/2124.72	c #Conflicts:     749000 | #Constraints:      70592
2112.68/2124.72	c #Conflicts:     750000 | #Constraints:      71592
2112.68/2124.72	c #Conflicts:     751000 | #Constraints:      72593
2112.68/2124.72	c #Conflicts:     752000 | #Constraints:      73727
2112.68/2124.72	c INPROCESSING
2112.68/2124.72	c GARBAGE COLLECT
2112.68/2124.72	c #Conflicts:     753000 | #Constraints:      42301
2112.68/2124.72	WSVECS04 Frhs2[6]: 6 0e+00 2e+00 shouldn't be
2112.68/2124.72	WSVECS04 Frhs2[46]: 6 0e+00 2e+00 shouldn't be
2112.68/2124.72	WSVECS04 Frhs2[66]: 6 0e+00 3e+00 shouldn't be
2112.68/2124.72	WSVECS04 Frhs2[216]: 6 0e+00 3e+00 shouldn't be
2112.68/2124.72	WSVECS04 Frhs2[1416]: 6 0e+00 3e+00 shouldn't be
2112.68/2124.72	WSVECS04 Frhs2[1632]: 6 0e+00 3e+00 shouldn't be
2112.68/2124.72	WSVECS04 Frhs2[4136]: 6 0e+00 2e+00 shouldn't be
2112.68/2124.72	WSVECS04 Frhs2[4137]: 6 0e+00 4e+00 shouldn't be
2112.68/2124.72	WSVECS04 Frhs2[4138]: 6 0e+00 3e+00 shouldn't be
2112.68/2124.72	WSVECS04 Frhs2[4139]: 6 0e+00 1e+00 shouldn't be
2112.68/2124.72	WSVECS04 Frhs2[4140]: 6 0e+00 2e+00 shouldn't be
2112.68/2124.72	WSVECS04 Frhs2[4141]: 6 0e+00 4e+00 shouldn't be
2114.87/2126.98	WSVECS04 Frhs2[6]: 6 0e+00 2e+00 shouldn't be
2114.87/2126.98	WSVECS04 Frhs2[46]: 6 0e+00 2e+00 shouldn't be
2114.87/2126.98	WSVECS04 Frhs2[66]: 6 0e+00 3e+00 shouldn't be
2114.87/2126.98	WSVECS04 Frhs2[216]: 6 0e+00 3e+00 shouldn't be
2114.87/2126.98	WSVECS04 Frhs2[1488]: 6 0e+00 3e+00 shouldn't be
2114.87/2126.98	WSVECS04 Frhs2[4124]: 6 0e+00 2e+00 shouldn't be
2114.87/2126.98	WSVECS04 Frhs2[4137]: 6 0e+00 4e+00 shouldn't be
2114.87/2126.98	WSVECS04 Frhs2[4138]: 6 0e+00 3e+00 shouldn't be
2114.87/2126.98	WSVECS04 Frhs2[4139]: 6 0e+00 1e+00 shouldn't be
2114.87/2126.98	WSVECS04 Frhs2[4140]: 6 0e+00 2e+00 shouldn't be
2114.87/2126.98	WSVECS04 Frhs2[4142]: 6 0e+00 3e+00 shouldn't be
2450.11/2464.05	c #Conflicts:     754000 | #Constraints:      43367
2450.11/2464.05	c #Conflicts:     755000 | #Constraints:      44367
2450.11/2464.05	c #Conflicts:     756000 | #Constraints:      45367
2450.11/2464.05	c #Conflicts:     757000 | #Constraints:      46367
2450.11/2464.05	c #Conflicts:     758000 | #Constraints:      47367
2450.11/2464.05	c #Conflicts:     759000 | #Constraints:      48367
2450.11/2464.05	c #Conflicts:     760000 | #Constraints:      49367
2450.11/2464.05	c #Conflicts:     761000 | #Constraints:      50367
2450.11/2464.05	c #Conflicts:     762000 | #Constraints:      51367
2450.11/2464.05	c #Conflicts:     763000 | #Constraints:      52367
2450.11/2464.05	c #Conflicts:     764000 | #Constraints:      53367
2450.11/2464.05	c #Conflicts:     765000 | #Constraints:      54367
2450.11/2464.05	c #Conflicts:     766000 | #Constraints:      55367
2450.11/2464.05	c #Conflicts:     767000 | #Constraints:      56367
2450.11/2464.05	c #Conflicts:     768000 | #Constraints:      57367
2450.11/2464.05	c #Conflicts:     769000 | #Constraints:      58367
2450.11/2464.05	c #Conflicts:     770000 | #Constraints:      59367
2450.11/2464.05	c #Conflicts:     771000 | #Constraints:      60367
2450.11/2464.05	c #Conflicts:     772000 | #Constraints:      61367
2450.11/2464.05	c #Conflicts:     773000 | #Constraints:      62367
2450.11/2464.05	c #Conflicts:     774000 | #Constraints:      63367
2450.11/2464.05	c INPROCESSING
2450.11/2464.05	c GARBAGE COLLECT
2450.11/2464.05	c #Conflicts:     775000 | #Constraints:      37296
2450.11/2464.05	c #Conflicts:     776000 | #Constraints:      38296
2450.11/2464.05	c #Conflicts:     777000 | #Constraints:      39296
2450.11/2464.05	c #Conflicts:     778000 | #Constraints:      40296
2450.11/2464.05	c #Conflicts:     779000 | #Constraints:      41296
2450.11/2464.05	c #Conflicts:     780000 | #Constraints:      42296
2450.11/2464.05	c #Conflicts:     781000 | #Constraints:      43296
2450.11/2464.05	c #Conflicts:     782000 | #Constraints:      44296
2450.11/2464.05	c #Conflicts:     783000 | #Constraints:      45296
2450.11/2464.05	c #Conflicts:     784000 | #Constraints:      46296
2450.11/2464.05	c #Conflicts:     785000 | #Constraints:      47296
2450.11/2464.05	c #Conflicts:     786000 | #Constraints:      48296
2450.11/2464.05	c #Conflicts:     787000 | #Constraints:      49296
2450.11/2464.05	c #Conflicts:     788000 | #Constraints:      50296
2450.11/2464.05	c #Conflicts:     789000 | #Constraints:      51296
2450.11/2464.05	c #Conflicts:     790000 | #Constraints:      52296
2450.11/2464.05	c #Conflicts:     791000 | #Constraints:      53296
2450.11/2464.05	c #Conflicts:     792000 | #Constraints:      54296
2450.11/2464.05	c #Conflicts:     793000 | #Constraints:      55296
2450.11/2464.05	c #Conflicts:     794000 | #Constraints:      56296
2450.11/2464.05	c #Conflicts:     795000 | #Constraints:      57296
2450.11/2464.05	c #Conflicts:     796000 | #Constraints:      58296
2450.11/2464.05	c #Conflicts:     797000 | #Constraints:      59296
2450.11/2464.05	c #Conflicts:     798000 | #Constraints:      60296
2450.11/2464.05	c #Conflicts:     799000 | #Constraints:      61296
2450.11/2464.05	c #Conflicts:     800000 | #Constraints:      62296
2450.11/2464.05	c #Conflicts:     801000 | #Constraints:      63296
2450.11/2464.05	c #Conflicts:     802000 | #Constraints:      64296
2450.11/2464.05	c #Conflicts:     803000 | #Constraints:      65296
2450.11/2464.05	c #Conflicts:     804000 | #Constraints:      66296
2450.11/2464.05	c #Conflicts:     805000 | #Constraints:      67296
2450.11/2464.05	c #Conflicts:     806000 | #Constraints:      68296
2450.11/2464.05	c #Conflicts:     807000 | #Constraints:      69296
2450.11/2464.05	c #Conflicts:     808000 | #Constraints:      70296
2450.11/2464.05	c #Conflicts:     809000 | #Constraints:      71296
2450.11/2464.05	c #Conflicts:     810000 | #Constraints:      72296
2450.11/2464.05	c #Conflicts:     811000 | #Constraints:      73296
2450.11/2464.05	c #Conflicts:     812000 | #Constraints:      74297
2450.11/2464.05	c #Conflicts:     813000 | #Constraints:      75297
2450.11/2464.05	c #Conflicts:     814000 | #Constraints:      76297
2450.11/2464.05	c #Conflicts:     815000 | #Constraints:      77297
2450.11/2464.05	c #Conflicts:     816000 | #Constraints:      78297
2450.11/2464.05	c #Conflicts:     817000 | #Constraints:      79297
2450.11/2464.05	c #Conflicts:     818000 | #Constraints:      80297
2450.11/2464.05	c #Conflicts:     819000 | #Constraints:      81297
2450.11/2464.05	c #Conflicts:     820000 | #Constraints:      82297
2450.11/2464.05	c #Conflicts:     821000 | #Constraints:      83298
2450.11/2464.05	c #Conflicts:     822000 | #Constraints:      84298
2450.11/2464.05	c #Conflicts:     823000 | #Constraints:      85299
2450.11/2464.05	c #Conflicts:     824000 | #Constraints:      86299
2450.11/2464.05	c #Conflicts:     825000 | #Constraints:      87299
2450.11/2464.05	c #Conflicts:     826000 | #Constraints:      88305
2450.11/2464.05	c #Conflicts:     827000 | #Constraints:      89318
2450.11/2464.05	c #Conflicts:     828000 | #Constraints:      90320
2450.11/2464.05	c #Conflicts:     829000 | #Constraints:      91320
2450.11/2464.05	c #Conflicts:     830000 | #Constraints:      92340
2450.11/2464.05	c #Conflicts:     831000 | #Constraints:      93340
2450.11/2464.05	c #Conflicts:     832000 | #Constraints:      94344
2639.34/2653.84	c #Conflicts:     833000 | #Constraints:      95345
2639.34/2653.84	c #Conflicts:     834000 | #Constraints:      96345
2639.34/2653.84	c #Conflicts:     835000 | #Constraints:      97345
2639.34/2653.84	c #Conflicts:     836000 | #Constraints:      98345
2639.34/2653.84	c #Conflicts:     837000 | #Constraints:      99349
2639.34/2653.84	c INPROCESSING
2639.34/2653.84	c GARBAGE COLLECT
2639.34/2653.84	c #Conflicts:     838000 | #Constraints:      55293
2639.34/2653.84	c #Conflicts:     839000 | #Constraints:      56293
2639.34/2653.84	c #Conflicts:     840000 | #Constraints:      57456
2639.34/2653.84	c #Conflicts:     841000 | #Constraints:      58952
2639.34/2653.84	c #Conflicts:     842000 | #Constraints:      60412
2639.34/2653.84	c #Conflicts:     843000 | #Constraints:      61864
2639.34/2653.84	c #Conflicts:     844000 | #Constraints:      63341
2639.34/2653.84	c #Conflicts:     845000 | #Constraints:      64818
2639.34/2653.84	c #Conflicts:     846000 | #Constraints:      66307
2639.34/2653.84	c #Conflicts:     847000 | #Constraints:      67546
2639.34/2653.84	c #Conflicts:     848000 | #Constraints:      68546
2639.34/2653.84	c #Conflicts:     849000 | #Constraints:      69546
2639.34/2653.84	c #Conflicts:     850000 | #Constraints:      70546
2639.34/2653.84	c #Conflicts:     851000 | #Constraints:      71546
2639.34/2653.84	c #Conflicts:     852000 | #Constraints:      72546
2639.34/2653.84	c #Conflicts:     853000 | #Constraints:      73546
2639.34/2653.84	c #Conflicts:     854000 | #Constraints:      74546
2639.34/2653.84	c #Conflicts:     855000 | #Constraints:      75546
2639.34/2653.84	c #Conflicts:     856000 | #Constraints:      76638
2639.34/2653.84	c #Conflicts:     857000 | #Constraints:      77685
2639.34/2653.84	c #Conflicts:     858000 | #Constraints:      78685
2639.34/2653.84	WSVECS04 Frhs2[1]: 6 0e+00 4e+00 shouldn't be
2639.34/2653.84	WSVECS04 Frhs2[40]: 6 0e+00 5e-01 shouldn't be
2639.34/2653.84	WSVECS04 Frhs2[71]: 6 0e+00 2e+01 shouldn't be
2639.34/2653.84	WSVECS04 Frhs2[89]: 6 0e+00 1e-01 shouldn't be
2639.34/2653.84	WSVECS04 Frhs2[92]: 6 0e+00 1e+00 shouldn't be
2639.34/2653.84	WSVECS04 Frhs2[175]: 6 0e+00 9e+02 shouldn't be
2639.34/2653.84	WSVECS04 Frhs2[285]: 6 0e+00 3e-01 shouldn't be
2639.34/2653.84	WSVECS04 Frhs2[369]: 6 -7e+01 0e+00 shouldn't be
2639.34/2653.84	WSVECS04 Frhs2[1041]: 6 0e+00 3e-01 shouldn't be
2639.34/2653.84	WSVECS04 Frhs2[1093]: 6 0e+00 1e+00 shouldn't be
2639.34/2653.84	WSVECS04 Frhs2[1569]: 6 0e+00 1e+03 shouldn't be
2639.34/2653.84	WSVECS04 Frhs2[1689]: 6 0e+00 2e-01 shouldn't be
2639.34/2653.84	WSVECS04 Frhs2[1764]: 6 0e+00 1e+00 shouldn't be
2639.34/2653.84	WSVECS04 Frhs2[2006]: 6 0e+00 4e+02 shouldn't be
2639.34/2653.84	WSVECS04 Frhs2[2726]: 6 0e+00 3e+00 shouldn't be
2639.34/2653.84	WSVECS04 Frhs2[3278]: 6 -3e+01 0e+00 shouldn't be
2639.34/2653.84	WSVECS04 Frhs2[3304]: 6 -5e+01 0e+00 shouldn't be
2639.34/2653.84	WSVECS04 Frhs2[3853]: 6 0e+00 2e+02 shouldn't be
2639.34/2653.84	WSVECS04 Frhs2[4127]: 6 0e+00 1e+00 shouldn't be
2639.34/2653.84	WSVECS04 Frhs2[4128]: 6 0e+00 2e+00 shouldn't be
2639.34/2653.84	WSVECS04 Frhs2[4132]: 6 0e+00 2e+00 shouldn't be
2639.34/2653.84	WSVECS04 Frhs2[4134]: 6 0e+00 3e+00 shouldn't be
2639.34/2653.84	WSVECS04 Frhs2[4135]: 6 0e+00 1e+00 shouldn't be
2639.34/2653.84	WSVECS04 Frhs2[4138]: 6 0e+00 3e+00 shouldn't be
2640.54/2655.09	WSVECS04 Frhs2[2]: 6 0e+00 2e+00 shouldn't be
2640.54/2655.09	WSVECS04 Frhs2[3]: 6 0e+00 2e+01 shouldn't be
2640.54/2655.09	WSVECS04 Frhs2[43]: 6 0e+00 3e+01 shouldn't be
2640.54/2655.09	WSVECS04 Frhs2[64]: 6 0e+00 2e+00 shouldn't be
2640.54/2655.09	WSVECS04 Frhs2[65]: 6 0e+00 4e+00 shouldn't be
2640.54/2655.09	WSVECS04 Frhs2[67]: 6 0e+00 1e+00 shouldn't be
2640.54/2655.09	WSVECS04 Frhs2[145]: 6 0e+00 8e+00 shouldn't be
2640.54/2655.09	WSVECS04 Frhs2[311]: 6 0e+00 5e-01 shouldn't be
2640.54/2655.09	WSVECS04 Frhs2[421]: 6 0e+00 3e+02 shouldn't be
2640.54/2655.09	WSVECS04 Frhs2[2381]: 6 0e+00 4e+00 shouldn't be
2640.54/2655.09	WSVECS04 Frhs2[2767]: 6 0e+00 4e+00 shouldn't be
2640.54/2655.09	WSVECS04 Frhs2[2768]: 6 0e+00 8e+00 shouldn't be
2640.54/2655.09	WSVECS04 Frhs2[2949]: 6 0e+00 2e-02 shouldn't be
2640.54/2655.09	WSVECS04 Frhs2[2962]: 6 0e+00 3e-01 shouldn't be
2640.54/2655.09	WSVECS04 Frhs2[3875]: 6 0e+00 3e+01 shouldn't be
2642.23/2656.75	WSVECS04 Frhs2[68]: 6 0e+00 2e+00 shouldn't be
2642.23/2656.75	WSVECS04 Frhs2[96]: 6 0e+00 2e+01 shouldn't be
2642.23/2656.75	WSVECS04 Frhs2[97]: 6 0e+00 3e+01 shouldn't be
2642.23/2656.75	WSVECS04 Frhs2[119]: 6 0e+00 4e+00 shouldn't be
2642.23/2656.75	WSVECS04 Frhs2[447]: 6 0e+00 6e+02 shouldn't be
2642.23/2656.75	WSVECS04 Frhs2[1151]: 6 0e+00 2e+02 shouldn't be
2642.23/2656.75	WSVECS04 Frhs2[1177]: 6 0e+00 3e+02 shouldn't be
2642.23/2656.75	WSVECS04 Frhs2[1603]: 6 0e+00 3e-01 shouldn't be
2642.23/2656.75	WSVECS04 Frhs2[1788]: 6 0e+00 1e+00 shouldn't be
2642.23/2656.75	WSVECS04 Frhs2[2435]: 6 0e+00 2e+02 shouldn't be
2642.23/2656.75	WSVECS04 Frhs2[2532]: 6 0e+00 5e+02 shouldn't be
2642.23/2656.75	WSVECS04 Frhs2[2741]: 6 0e+00 2e+00 shouldn't be
2642.23/2656.75	WSVECS04 Frhs2[3052]: 6 0e+00 2e-01 shouldn't be
2642.23/2656.75	WSVECS04 Frhs2[3053]: 6 0e+00 3e-01 shouldn't be
2642.23/2656.75	WSVECS04 Frhs2[3079]: 6 0e+00 7e-01 shouldn't be
2642.23/2656.75	WSVECS04 Frhs2[3279]: 6 0e+00 5e+01 shouldn't be
2642.23/2656.75	WSVECS04 Frhs2[3829]: 6 -3e+02 0e+00 shouldn't be
2642.23/2656.75	WSVECS04 Frhs2[3854]: 6 -2e+02 0e+00 shouldn't be
2642.23/2656.75	WSVECS04 Frhs2[3880]: 6 0e+00 6e+02 shouldn't be
2644.63/2659.12	WSVECS04 Frhs2[144]: 6 0e+00 4e+00 shouldn't be
2644.63/2659.12	WSVECS04 Frhs2[146]: 6 0e+00 2e+01 shouldn't be
2644.63/2659.12	WSVECS04 Frhs2[2975]: 6 0e+00 4e-02 shouldn't be
2651.42/2665.92	WSVECS04 Frhs2[94]: 6 0e+00 4e+00 shouldn't be
2651.42/2665.92	WSVECS04 Frhs2[120]: 6 0e+00 8e+00 shouldn't be
2651.42/2665.92	WSVECS04 Frhs2[2434]: 6 0e+00 8e+01 shouldn't be
2654.61/2669.19	WSVECS04 Frhs2[90]: 6 0e+00 4e+00 shouldn't be
2657.70/2672.29	WSVECS04 Frhs2[337]: 6 0e+00 1e+00 shouldn't be
2657.70/2672.29	WSVECS04 Frhs2[3021]: 6 0e+00 7e+01 shouldn't be
2657.70/2672.29	WSVECS04 Frhs2[3046]: 6 -7e+01 0e+00 shouldn't be
2660.29/2674.83	WSVECS04 Frhs2[91]: 6 0e+00 9e+00 shouldn't be
2663.49/2678.05	WSVECS04 Frhs2[3014]: 6 0e+00 1e+00 shouldn't be
2666.27/2680.85	WSVECS04 Frhs2[3072]: 6 -1e+02 0e+00 shouldn't be
2669.16/2683.78	WSVECS04 Frhs2[172]: 6 0e+00 3e+01 shouldn't be
2669.16/2683.78	WSVECS04 Frhs2[3001]: 6 0e+00 8e-02 shouldn't be
2682.63/2697.21	WSVECS04 Frhs2[3253]: 6 0e+00 3e+01 shouldn't be
2711.76/2726.40	WSVECS04 Frhs2[2995]: 6 0e+00 4e+01 shouldn't be
2726.42/2741.14	WSVECS04 Frhs2[69]: 6 0e+00 8e+00 shouldn't be
2743.16/2757.92	c #Conflicts:     859000 | #Constraints:      79722
2743.16/2757.92	c #Conflicts:     860000 | #Constraints:      80722
2743.16/2757.92	c INPROCESSING
2743.16/2757.92	c GARBAGE COLLECT
2743.16/2757.92	WSVECS04 Frhs2[2717]: 6 -4e+03 0e+00 shouldn't be
2743.16/2757.92	WSVECS04 Frhs2[4057]: 6 0e+00 1e+00 shouldn't be
2743.16/2757.92	WSVECS04 Frhs2[4105]: 6 0e+00 3e+14 shouldn't be
2743.16/2757.92	WSVECS04 Frhs2[4108]: 6 0e+00 2e+15 shouldn't be
2743.16/2757.92	WSVECS04 Frhs2[4158]: 6 -6e+14 0e+00 shouldn't be
3349.27/3370.97	c #Conflicts:     861000 | #Constraints:      45920
3349.27/3370.97	c #Conflicts:     862000 | #Constraints:      46920
3349.27/3370.97	c #Conflicts:     863000 | #Constraints:      47920
3349.27/3370.97	c #Conflicts:     864000 | #Constraints:      48920
3349.27/3370.97	c #Conflicts:     865000 | #Constraints:      49920
3349.27/3370.97	c #Conflicts:     866000 | #Constraints:      50920
3349.27/3370.97	c #Conflicts:     867000 | #Constraints:      51920
3349.27/3370.97	c #Conflicts:     868000 | #Constraints:      52920
3349.27/3370.97	c #Conflicts:     869000 | #Constraints:      53920
3349.27/3370.97	c #Conflicts:     870000 | #Constraints:      54920
3349.27/3370.97	c #Conflicts:     871000 | #Constraints:      55920
3349.27/3370.97	c #Conflicts:     872000 | #Constraints:      56920
3349.27/3370.97	c #Conflicts:     873000 | #Constraints:      57920
3349.27/3370.97	c #Conflicts:     874000 | #Constraints:      58920
3349.27/3370.97	c #Conflicts:     875000 | #Constraints:      59920
3349.27/3370.97	c #Conflicts:     876000 | #Constraints:      60920
3349.27/3370.97	c #Conflicts:     877000 | #Constraints:      61920
3349.27/3370.97	c #Conflicts:     878000 | #Constraints:      62920
3349.27/3370.97	c #Conflicts:     879000 | #Constraints:      63920
3349.27/3370.97	c #Conflicts:     880000 | #Constraints:      64920
3349.27/3370.97	c #Conflicts:     881000 | #Constraints:      65920
3349.27/3370.97	c #Conflicts:     882000 | #Constraints:      66920
3349.27/3370.97	c #Conflicts:     883000 | #Constraints:      67920
3349.27/3370.97	c INPROCESSING
3349.27/3370.97	c GARBAGE COLLECT
3349.27/3370.97	c #Conflicts:     884000 | #Constraints:      39604
3349.27/3370.97	c #Conflicts:     885000 | #Constraints:      40604
3349.27/3370.97	c #Conflicts:     886000 | #Constraints:      41604
3349.27/3370.97	c #Conflicts:     887000 | #Constraints:      42604
3349.27/3370.97	c #Conflicts:     888000 | #Constraints:      43604
3349.27/3370.97	c #Conflicts:     889000 | #Constraints:      44604
3349.27/3370.97	c #Conflicts:     890000 | #Constraints:      45604
3349.27/3370.97	c #Conflicts:     891000 | #Constraints:      46604
3349.27/3370.97	c #Conflicts:     892000 | #Constraints:      47604
3349.27/3370.97	c #Conflicts:     893000 | #Constraints:      48604
3349.27/3370.97	c #Conflicts:     894000 | #Constraints:      49604
3349.27/3370.97	c #Conflicts:     895000 | #Constraints:      50604
3349.27/3370.97	c #Conflicts:     896000 | #Constraints:      51604
3349.27/3370.97	c #Conflicts:     897000 | #Constraints:      52604
3349.27/3370.97	c #Conflicts:     898000 | #Constraints:      53604
3349.27/3370.97	c #Conflicts:     899000 | #Constraints:      54604
3349.27/3370.97	c #Conflicts:     900000 | #Constraints:      55604
3349.27/3370.97	c #Conflicts:     901000 | #Constraints:      56604
3349.27/3370.97	c #Conflicts:     902000 | #Constraints:      57604
3349.27/3370.97	c #Conflicts:     903000 | #Constraints:      58604
3349.27/3370.97	c #Conflicts:     904000 | #Constraints:      59604
3349.27/3370.97	c #Conflicts:     905000 | #Constraints:      60604
3349.27/3370.97	c #Conflicts:     906000 | #Constraints:      61604
3349.27/3370.97	c #Conflicts:     907000 | #Constraints:      62604
3349.27/3370.97	c #Conflicts:     908000 | #Constraints:      63604
3349.27/3370.97	c #Conflicts:     909000 | #Constraints:      64604
3349.27/3370.97	c #Conflicts:     910000 | #Constraints:      65604
3349.27/3370.97	c #Conflicts:     911000 | #Constraints:      66604
3349.27/3370.97	c #Conflicts:     912000 | #Constraints:      67604
3349.27/3370.97	c #Conflicts:     913000 | #Constraints:      68604
3349.27/3370.97	c #Conflicts:     914000 | #Constraints:      69604
3349.27/3370.97	c #Conflicts:     915000 | #Constraints:      70604
3349.27/3370.97	c #Conflicts:     916000 | #Constraints:      71604
3349.27/3370.97	c #Conflicts:     917000 | #Constraints:      72604
3349.27/3370.97	c #Conflicts:     918000 | #Constraints:      73604
3349.27/3370.97	c #Conflicts:     919000 | #Constraints:      74604
3349.27/3370.97	c #Conflicts:     920000 | #Constraints:      75604
3349.27/3370.97	c #Conflicts:     921000 | #Constraints:      76604
3349.27/3370.97	c #Conflicts:     922000 | #Constraints:      77604
3349.27/3370.97	c #Conflicts:     923000 | #Constraints:      78604
3349.27/3370.97	c #Conflicts:     924000 | #Constraints:      79604
3349.27/3370.97	c #Conflicts:     925000 | #Constraints:      80604
3349.27/3370.97	c #Conflicts:     926000 | #Constraints:      81604
3349.27/3370.97	c #Conflicts:     927000 | #Constraints:      82604
3349.27/3370.97	c #Conflicts:     928000 | #Constraints:      83604
3349.27/3370.97	c #Conflicts:     929000 | #Constraints:      84604
3349.27/3370.97	c #Conflicts:     930000 | #Constraints:      85604
3349.27/3370.97	c #Conflicts:     931000 | #Constraints:      86604
3349.27/3370.97	c #Conflicts:     932000 | #Constraints:      87604
3349.27/3370.97	c #Conflicts:     933000 | #Constraints:      88604
3349.27/3370.97	c #Conflicts:     934000 | #Constraints:      89604
3349.27/3370.97	c #Conflicts:     935000 | #Constraints:      90604
3349.27/3370.97	c #Conflicts:     936000 | #Constraints:      91604
3349.27/3370.97	c #Conflicts:     937000 | #Constraints:      92604
3349.27/3370.97	c #Conflicts:     938000 | #Constraints:      93604
3349.27/3370.97	c #Conflicts:     939000 | #Constraints:      94604
3600.02/3623.56	c #Conflicts:     940000 | #Constraints:      95604
3600.02/3623.56	c #Conflicts:     941000 | #Constraints:      96604
3600.02/3623.56	c #Conflicts:     942000 | #Constraints:      97604
3600.02/3623.56	c #Conflicts:     943000 | #Constraints:      98604
3600.02/3623.56	c #Conflicts:     944000 | #Constraints:      99604
3600.02/3623.56	c #Conflicts:     945000 | #Constraints:     100604
3600.02/3623.56	c #Conflicts:     946000 | #Constraints:     101604
3600.02/3623.56	c #Conflicts:     947000 | #Constraints:     102604
3600.02/3623.56	c #Conflicts:     948000 | #Constraints:     103604
3600.02/3623.56	c #Conflicts:     949000 | #Constraints:     104604
3600.02/3623.56	c cpu time 3582.69 s
3600.02/3623.56	c deterministic time 250282870475 2.50e+11
3600.02/3623.56	c optimization time 800.605 s
3600.02/3623.56	c total solve time 2782.05 s
3600.02/3623.56	c core-guided solve time 1667.6 s
3600.02/3623.56	c propagation time 2564.86 s
3600.02/3623.56	c conflict analysis time 671.982 s
3600.02/3623.56	c propagations 251672461
3600.02/3623.56	c resolve steps 49527832
3600.02/3623.56	c decisions 1686369
3600.02/3623.56	c conflicts 949424
3600.02/3623.56	c restarts 2044
3600.02/3623.56	c inprocessing phases 48
3600.02/3623.56	c garbage collections 48 ,( 100.00 )
3600.02/3623.56	c input clauses 5721 ,( 68.68 )
3600.02/3623.56	c input cardinalities 5 ,( 0.06 )
3600.02/3623.56	c input general constraints 2604 ,( 31.26 )
3600.02/3623.56	c input average constraint length 3.13
3600.02/3623.56	c input average constraint degree 946134375499.62
3600.02/3623.56	c learned clauses 436169 ,( 45.68 )
3600.02/3623.56	c learned cardinalities 344 ,( 0.04 )
3600.02/3623.56	c learned general constraints 518316 ,( 54.28 )
3600.02/3623.56	c learned average constraint length 354.29
3600.02/3623.56	c learned average constraint degree 428113710.82
3600.02/3623.56	c watched  CF 32, 64, 128, Arb: 63352 , 0 , 0 , 0
3600.02/3623.56	c counting CF 32, 64, 128, Arb: 457565 , 4 , 0 , 0
3600.02/3623.56	c watched   constraints 63352 ,( 12.16 ) 
3600.02/3623.56	c counting  constraints 457568 ,( 87.84 ) 
3600.02/3623.56	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 306436340 , 1078992 , 53764196764 ,( 815044586 , 52949152178 )
3600.02/3623.56	c gcd simplifications 45500
3600.02/3623.56	c detected cardinalities 34
3600.02/3623.56	c weakened non-implied lits 38473737
3600.02/3623.56	c weakened non-implying lits 1834177
3600.02/3623.56	c original variables 4160
3600.02/3623.56	c clausal propagations 104668543
3600.02/3623.56	c cardinality propagations 42329
3600.02/3623.56	c watched propagations 693323
3600.02/3623.56	c counting propagations 145276305
3600.02/3623.56	c watch lookups 93886804976
3600.02/3623.56	c watch backjump lookups 0
3600.02/3623.56	c watch checks 34134252311
3600.02/3623.56	c propagation checks 120857492205
3600.02/3623.56	c constraint additions 894786863
3600.02/3623.56	c trail pops 254305329
3600.02/3623.56	c formula constraints 8320
3600.02/3623.56	c learned constraints 949297
3600.02/3623.56	c bound constraints 3
3600.02/3623.56	c core-guided constraints 7
3600.02/3623.56	c encountered formula constraints 37085541
3600.02/3623.56	c encountered learned constraints 12812129
3600.02/3623.56	c encountered bound constraints 124269
3600.02/3623.56	c encountered core-guided constraints 4200
3600.02/3623.56	c LP total time 576.996 s
3600.02/3623.56	c LP solve time 572.57 s
3600.02/3623.56	c LP constraints added 8872
3600.02/3623.56	c LP constraints removed 447
3600.02/3623.56	c LP pivots internal 992341
3600.02/3623.56	c LP pivots root 877619
3600.02/3623.56	c LP calls 8202
3600.02/3623.56	c LP optimalities 2787
3600.02/3623.56	c LP no pivot count 1036
3600.02/3623.56	c LP infeasibilities 5359
3600.02/3623.56	c LP valid Farkas constraints 5333
3600.02/3623.56	c LP learned Farkas constraints 128
3600.02/3623.56	c LP basis resets 53
3600.02/3623.56	c LP cycling count 1
3600.02/3623.56	c LP singular count 37
3600.02/3623.56	c LP no primal count 0
3600.02/3623.56	c LP no farkas count 5
3600.02/3623.56	c LP other issue count 10
3600.02/3623.56	c LP Gomory cuts 71
3600.02/3623.56	c LP learned cuts 481
3600.02/3623.56	c LP deleted cuts 447
3600.02/3623.56	c LP encountered Gomory constraints 3912
3600.02/3623.56	c LP encountered Farkas constraints 434687
3600.02/3623.56	c LP encountered learned Farkas constraints 12390
3600.02/3623.56	c CG auxiliary variables introduced 3
3600.02/3623.56	c CG solutions found 1
3600.02/3623.56	c CG cores constructed 2
3600.02/3623.56	c CG core cardinality constraints returned 0
3600.02/3623.56	c CG unit cores 0
3600.02/3623.56	c CG single cores 2
3600.02/3623.56	c CG blocks removed during cardinality reduction 0
3600.02/3623.56	c CG first core best 0
3600.02/3623.56	c CG decision core best 0
3600.02/3623.56	c CG core reduction tie 0
3600.02/3623.56	c CG core degree average 1.00
3600.02/3623.56	c CG core slack average 2.50
3600.02/3623.56	c CG core upper bound improvements 0
3600.02/3623.56	c STR number of successful calls 0
3600.02/3623.56	c STR number of unsuccessful calls 0
3600.02/3623.56	c STR number of inconclusive calls 0
3600.02/3623.56	c STR number of successful attempts 0
3600.02/3623.56	c STR number of unsuccessful attempts 0
3600.02/3623.56	c STR number of inconclusive attempts 0
3600.02/3623.56	c STR average degree increase per successful call inf
3600.02/3623.56	c STR average degree increase per successful attempt inf
3600.02/3623.56	c STR total number of conflicts for successful attempts 0
3600.02/3623.56	c STR total number of conflicts for unsuccessful attempts 0
3600.02/3623.56	c STR total number of conflicts for inconclusive attempts 0
3600.02/3623.56	c STR average number of conflicts per successful attempt inf
3600.02/3623.56	c STR average number of conflicts per unsuccessful attempt inf
3600.02/3623.56	c STR average number of conflicts per inconclusive attempt inf
3600.02/3623.56	c AVG.sumWPerc 79.81 
3600.02/3623.56	c bigint constraints 4 
3600.02/3623.56	o 0
3600.02/3623.56	s SATISFIABLE
3600.02/3623.56	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 -x232 -x233 -x234 -x235 -x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 -x250 -x251 -x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 -x271 -x272 -x273 -x274 -x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 -x292 -x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 -x313 -x314 -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 -x334 -x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 -x354 -x355 -x356 -x357 -x358 -x359 -x360 -x361 -x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 -x376 -x377 -x378 -x379 -x380 -x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 -x396 -x397 -x398 -x399 -x400 -x401 -x402 -x403 -x404 -x405 -x406 -x407 -x408 -x409 -x410 -x411 -x412 -x413 -x414 -x415 -x416 -x417 -x418 -x419 -x420 -x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 -x430 -x431 -x432 -x433 -x434 -x435 -x436 -x437 -x438 -x439 -x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 -x457 -x458 -x459 -x460 -x461 -x462 -x463 -x464 -x465 -x466 -x467 -x468 -x469 -x470 -x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 -x479 -x480 -x481 -x482 -x483 -x484 -x485 -x486 -x487 -x488 -x489 -x490 -x491 -x492 -x493 -x494 -x495 -x496 -x497 -x498 -x499 -x500 -x501 -x502 -x503 -x504 -x505 -x506 -x507 -x508 -x509 -x510 -x511 -x512 -x513 -x514 -x515 -x516 -x517 -x518 -x519 -x520 -x521 -x522 -x523 -x524 -x525 -x526 -x527 -x528 -x529 -x530 -x531 -x532 -x533 -x534 -x535 -x536 -x537 -x538 -x539 -x540 -x541 -x542 -x543 -x544 -x545 -x546 -x547 -x548 -x549 -x550 -x551 -x552 -x553 -x554 -x555 -x556 -x557 -x558 -x559 -x560 -x561 -x562 -x563 -x564 -x565 -x566 -x567 -x568 -x569 -x570 -x571 -x572 -x573 -x574 -x575 -x576 -x577 -x578 -x579 -x580 -x581 -x582 -x583 -x584 -x585 -x586 -x587 -x588 -x589 -x590 -x591 -x592 -x593 -x594 -x595 -x596 -x597 -x598 -x599 -x600 -x601 -x602 -x603 -x604 -x605 -x606 -x607 -x608 -x609 -x610 -x611 -x612 -x613 -x614 -x615 -x616 -x617 -x618 -x619 -x620 -x621 -x622 -x623 -x624 -x625 -x626 -x627 -x628 -x629 -x630 -x631 -x632 -x633 -x634 -x635 -x636 -x637 -x638 -x639 -x640 -x641 -x642 -x643 -x644 -x645 -x646 -x647 -x648 -x649 -x650 -x651 -x652 -x653 -x654 -x655 -x656 -x657 -x658 -x659 -x660 -x661 -x662 -x663 -x664 -x665 -x666 -x667 -x668 -x669 -x670 -x671 -x672 -x673 -x674 -x675 -x676 -x677 -x678 -x679 -x680 -x681 -x682 -x683 -x684 -x685 -x686 -x687 -x688 -x689 -x690 -x691 -x692 -x693 -x694 -x695 -x696 -x697 -x698 -x699 -x700 -x701 -x702 -x703 -x704 -x705 -x706 -x707 -x708 -x709 -x710 -x711 -x712 -x713 -x714 -x715 -x716 -x717 -x718 -x719 -x720 -x721 -x722 -x723 -x724 -x725 -x726 -x727 -x728 -x729 -x730 -x731 -x732 -x733 -x734 -x735 -x736 -x737 -x738 -x739 -x740 -x741 -x742 -x743 -x744 -x745 -x746 -x747 -x748 -x749 -x750 -x751 -x752 -x753 -x754 -x755 -x756 -x757 -x758 -x759 -x760 -x761 -x762 -x763 -x764 -x765 -x766 -x767 -x768 -x769 -x770 -x771 -x772 -x773 -x774 -x775 -x776 -x777 -x778 -x779 -x780 -x781 -x782 -x783 -x784 -x785 -x786 -x787 -x788 -x789 -x790 -x791 -x792 -x793 -x794 -x795 -x796 -x797 -x798 -x799 -x800 -x801 -x802 -x803 -x804 -x805 -x806 -x807 -x808 -x809 -x810 -x811 -x812 -x813 -x814 -x815 -x816 -x817 -x818 -x819 -x820 -x821 -x822 -x823 -x824 -x825 -x826 -x827 -x828 -x829 -x830 -x831 -x832 -x833 -x834 -x835 -x836 -x837 -x838 -x839 -x840 -x841 -x842 -x843 -x844 -x845 -x846 -x847 -x848 -x849 -x850 -x851 -x852 -x853 -x854 -x855 -x856 -x857 -x858 -x859 -x860 -x861 -x862 -x863 -x864 -x865 -x866 -x867 -x868 -x869 -x870 -x871 -x872 -x873 -x874 -x875 -x876 -x877 -x878 -x879 -x880 -x881 -x882 -x883 -x884 -x885 -x886 -x887 -x888 -x889 -x890 -x891 -x892 -x893 -x894 -x895 -x896 -x897 -x898 -x899 -x900 -x901 -x902 -x903 -x904 -x905 -x906 -x907 -x908 -x909 -x910 -x911 -x912 -x913 -x914 -x915 -x916 -x917 -x918 -x919 -x920 -x921 -x922 -x923 -x924 -x925 -x926 -x927 -x928 -x929 -x930 -x931 -x932 -x933 -x934 -x935 -x936 -x937 -x938 -x939 -x940 -x941 -x942 -x943 -x944 -x945 -x946 -x947 -x948 -x949 -x950 -x951 -x952 -x953 -x954 -x955 -x956 -x957 -x958 -x959 -x960 -x961 -x962 -x963 -x964 -x965 -x966 -x967 -x968 -x969 -x970 -x971 -x972 -x973 -x974 -x975 -x976 -x977 -x978 -x979 -x980 -x981 -x982 -x983 -x984 -x985 -x986 -x987 -x988 -x989 -x990 -x991 -x992 -x993 -x994 -x995 -x996 -x997 -x998 -x999 -x1000 -x1001 -x1002 -x1003 -x1004 -x1005 -x1006 -x1007 -x1008 -x1009 -x1010 -x1011 -x1012 -x1013 -x1014 -x1015 -x1016 -x1017 -x1018 -x1019 -x1020 -x1021 -x1022 -x1023 -x1024 -x1025 -x1026 -x1027 -x1028 -x1029 -x1030 -x1031 -x1032 -x1033 -x1034 -x1035 -x1036 -x1037 -x1038 -x1039 -x1040 -x1041 -x1042 -x1043 -x1044 -x1045 -x1046 -x1047 -x1048 -x1049 -x1050 -x1051 -x1052 -x1053 -x1054 -x1055 -x1056 -x1057 -x1058 -x1059 -x1060 -x1061 -x1062 -x1063 -x1064 -x1065 -x1066 -x1067 -x1068 -x1069 -x1070 -x1071 -x1072 -x1073 -x1074 -x1075 -x1076 -x1077 -x1078 -x1079 -x1080 -x1081 -x1082 -x1083 -x1084 -x1085 -x1086 -x1087 -x1088 -x1089 -x1090 -x1091 -x1092 -x1093 -x1094 -x1095 -x1096 -x1097 -x1098 -x1099 -x1100 -x1101 -x1102 -x1103 -x1104 -x1105 -x1106 -x1107 -x1108 -x1109 -x1110 -x1111 -x1112 -x1113 -x1114 -x1115 -x1116 -x1117 -x1118 -x1119 -x1120 -x1121 -x1122 -x1123 -x1124 -x1125 -x1126 -x1127 -x1128 -x1129 -x1130 -x1131 -x1132 -x1133 -x1134 -x1135 -x1136 -x1137 -x1138 -x1139 -x1140 -x1141 -x1142 -x1143 -x1144 -x1145 -x1146 -x1147 -x1148 -x1149 -x1150 -x1151 -x1152 -x1153 -x1154 -x1155 -x1156 -x1157 -x1158 -x1159 -x1160 -x1161 -x1162 -x1163 -x1164 -x1165 -x1166 -x1167 -x1168 -x1169 -x1170 -x1171 -x1172 -x1173 -x1174 -x1175 -x1176 -x1177 -x1178 -x1179 -x1180 -x1181 -x1182 -x1183 -x1184 -x1185 -x1186 -x1187 -x1188 -x1189 -x1190 -x1191 -x1192 -x1193 -x1194 -x1195 -x1196 -x1197 -x1198 -x1199 -x1200 -x1201 -x1202 -x1203 -x1204 -x1205 -x1206 -x1207 -x1208 -x1209 -x1210 -x1211 -x1212 -x1213 -x1214 -x1215 -x1216 -x1217 -x1218 -x1219 -x1220 -x1221 -x1222 -x1223 -x1224 -x1225 -x1226 -x1227 -x1228 -x1229 -x1230 -x1231 -x1232 -x1233 -x1234 -x1235 -x1236 -x1237 -x1238 -x1239 -x1240 -x1241 -x1242 -x1243 -x1244 -x1245 -x1246 -x1247 -x1248 -x1249 -x1250 -x1251 -x1252 -x1253 -x1254 -x1255 -x1256 -x1257 -x1258 -x1259 -x1260 -x1261 -x1262 -x1263 -x1264 -x1265 -x1266 -x1267 -x1268 -x1269 -x1270 -x1271 -x1272 -x1273 -x1274 -x1275 -x1276 -x1277 -x1278 -x1279 -x1280 -x1281 -x1282 -x1283 -x1284 -x1285 -x1286 -x1287 -x1288 -x1289 -x1290 -x1291 -x1292 -x1293 -x1294 -x1295 -x1296 -x1297 -x1298 -x1299 -x1300 -x1301 -x1302 -x1303 -x1304 -x1305 -x1306 -x1307 -x1308 -x1309 -x1310 -x1311 -x1312 -x1313 -x1314 -x1315 -x1316 -x1317 -x1318 -x1319 -x1320 -x1321 -x1322 -x1323 -x1324 -x1325 -x1326 -x1327 -x1328 -x1329 -x1330 -x1331 -x1332 -x1333 -x1334 -x1335 -x1336 -x1337 -x1338 -x1339 -x1340 -x1341 -x1342 -x1343 -x1344 -x1345 -x1346 -x1347 -x1348 -x1349 -x1350 -x1351 -x1352 -x1353 -x1354 -x1355 -x1356 -x1357 -x1358 -x1359 -x1360 -x1361 -x1362 -x1363 -x1364 -x1365 -x1366 -x1367 -x1368 -x1369 -x1370 -x1371 -x1372 -x1373 -x1374 -x1375 -x1376 -x1377 -x1378 -x1379 -x1380 -x1381 -x1382 -x1383 -x1384 -x1385 -x1386 -x1387 -x1388 -x1389 -x1390 -x1391 -x1392 -x1393 -x1394 -x1395 -x1396 -x1397 -x1398 -x1399 -x1400 -x1401 -x1402 -x1403 -x1404 -x1405 -x1406 -x1407 -x1408 -x1409 -x1410 -x1411 -x1412 -x1413 -x1414 -x1415 -x1416 -x1417 -x1418 -x1419 -x1420 -x1421 -x1422 -x1423 -x1424 -x1425 -x1426 -x1427 -x1428 -x1429 -x1430 -x1431 -x1432 -x1433 -x1434 -x1435 -x1436 -x1437 -x1438 -x1439 -x1440 -x1441 -x1442 -x1443 -x1444 -x1445 -x1446 -x1447 -x1448 -x1449 -x1450 -x1451 -x1452 -x1453 -x1454 -x1455 -x1456 -x1457 -x1458 -x1459 -x1460 -x1461 -x1462 -x1463 -x1464 -x1465 -x1466 -x1467 -x1468 -x1469 -x1470 -x1471 -x1472 -x1473 -x1474 -x1475 -x1476 -x1477 -x1478 -x1479 -x1480 -x1481 -x1482 -x1483 -x1484 -x1485 -x1486 -x1487 -x1488 -x1489 -x1490 -x1491 -x1492 -x1493 -x1494 -x1495 -x1496 -x1497 -x1498 -x1499 -x1500 -x1501 -x1502 -x1503 -x1504 -x1505 -x1506 -x1507 -x1508 -x1509 -x1510 -x1511 -x1512 -x1513 -x1514 -x1515 -x1516 -x1517 -x1518 -x1519 -x1520 -x1521 -x1522 -x1523 -x1524 -x1525 -x1526 -x1527 -x1528 -x1529 -x1530 -x1531 -x1532 -x1533 -x1534 -x1535 -x1536 -x1537 -x1538 -x1539 -x1540 -x1541 -x1542 -x1543 -x1544 -x1545 -x1546 -x1547 -x1548 -x1549 -x1550 -x1551 -x1552 -x1553 -x1554 -x1555 -x1556 -x1557 -x1558 -x1559 -x1560 -x1561 -x1562 -x1563 -x1564 -x1565 -x1566 -x1567 -x1568 -x1569 -x1570 -x1571 -x1572 -x1573 -x1574 -x1575 -x1576 -x1577 -x1578 -x1579 -x1580 -x1581 -x1582 -x1583 -x1584 -x1585 -x1586 -x1587 -x1588 -x1589 -x1590 -x1591 -x1592 -x1593 -x1594 -x1595 -x1596 -x1597 -x1598 -x1599 -x1600 -x1601 -x1602 -x1603 -x1604 -x1605 -x1606 -x1607 -x1608 -x1609 -x1610 -x1611 -x1612 -x1613 -x1614 -x1615 -x1616 -x1617 -x1618 -x1619 -x1620 -x1621 -x1622 -x1623 -x1624 -x1625 -x1626 -x1627 -x1628 -x1629 -x1630 -x1631 -x1632 -x1633 -x1634 -x1635 -x1636 -x1637 -x1638 -x1639 -x1640 -x1641 -x1642 -x1643 -x1644 -x1645 -x1646 -x1647 -x1648 -x1649 -x1650 -x1651 -x1652 -x1653 -x1654 -x1655 -x1656 -x1657 -x1658 -x1659 -x1660 -x1661 -x1662 -x1663 -x1664 -x1665 -x1666 -x1667 -x1668 -x1669 -x1670 -x1671 -x1672 -x1673 -x1674 -x1675 -x1676 -x1677 -x1678 -x1679 -x1680 -x1681 -x1682 -x1683 -x1684 -x1685 -x1686 -x1687 -x1688 -x1689 -x1690 -x1691 -x1692 -x1693 -x1694 -x1695 -x1696 -x1697 -x1698 -x1699 -x1700 -x1701 -x1702 -x1703 -x1704 -x1705 -x1706 -x1707 -x1708 -x1709 -x1710 -x1711 -x1712 -x1713 -x1714 -x1715 -x1716 -x1717 -x1718 -x1719 -x1720 -x1721 -x1722 -x1723 -x1724 -x1725 -x1726 -x1727 -x1728 -x1729 -x1730 -x1731 -x1732 -x1733 -x1734 -x1735 -x1736 -x1737 -x1738 -x1739 -x1740 -x1741 -x1742 -x1743 -x1744 -x1745 -x1746 -x1747 -x1748 -x1749 -x1750 -x1751 -x1752 -x1753 -x1754 -x1755 -x1756 -x1757 -x1758 -x1759 -x1760 -x1761 -x1762 -x1763 -x1764 -x1765 -x1766 -x1767 -x1768 -x1769 -x1770 -x1771 -x1772 -x1773 -x1774 -x1775 -x1776 -x1777 -x1778 -x1779 -x1780 -x1781 -x1782 -x1783 -x1784 -x1785 -x1786 -x1787 -x1788 -x1789 -x1790 -x1791 -x1792 -x1793 -x1794 -x1795 -x1796 -x1797 -x1798 -x1799 -x1800 -x1801 -x1802 -x1803 -x1804 -x1805 -x1806 -x1807 -x1808 -x1809 -x1810 -x1811 -x1812 -x1813 -x1814 -x1815 -x1816 -x1817 -x1818 -x1819 -x1820 -x1821 -x1822 -x1823 -x1824 -x1825 -x1826 -x1827 -x1828 -x1829 -x1830 -x1831 -x1832 -x1833 -x1834 -x1835 -x1836 -x1837 -x1838 -x1839 -x1840 -x1841 -x1842 -x1843 -x1844 -x1845 -x1846 -x1847 -x1848 -x1849 -x1850 -x1851 -x1852 -x1853 -x1854 -x1855 -x1856 -x1857 -x1858 -x1859 -x1860 -x1861 -x1862 -x1863 -x1864 -x1865 -x1866 -x1867 -x1868 -x1869 -x1870 -x1871 -x1872 -x1873 -x1874 -x1875 -x1876 -x1877 -x1878 -x1879 -x1880 -x1881 -x1882 -x1883 -x1884 -x1885 -x1886 -x1887 -x1888 -x1889 -x1890 -x1891 -x1892 -x1893 -x1894 -x1895 -x1896 -x1897 -x1898 -x1899 -x1900 -x1901 -x1902 -x1903 -x1904 -x1905 -x1906 -x1907 -x1908 -x1909 -x1910 -x1911 -x1912 -x1913 -x1914 -x1915 -x1916 -x1917 -x1918 -x1919 -x1920 -x1921 -x1922 -x1923 -x1924 -x1925 -x1926 -x1927 -x1928 -x1929 -x1930 -x1931 -x1932 -x1933 -x1934 -x1935 -x1936 -x1937 -x1938 -x1939 -x1940 -x1941 -x1942 -x1943 -x1944 -x1945 -x1946 -x1947 -x1948 -x1949 -x1950 -x1951 -x1952 -x1953 -x1954 -x1955 -x1956 -x1957 -x1958 -x1959 -x1960 -x1961 -x1962 -x1963 -x1964 -x1965 -x1966 -x1967 -x1968 -x1969 -x1970 -x1971 -x1972 -x1973 -x1974 -x1975 -x1976 -x1977 -x1978 -x1979 -x1980 -x1981 -x1982 -x1983 -x1984 -x1985 -x1986 -x1987 -x1988 -x1989 -x1990 -x1991 -x1992 -x1993 -x1994 -x1995 -x1996 -x1997 -x1998 -x1999 -x2000 -x2001 -x2002 -x2003 -x2004 -x2005 -x2006 -x2007 -x2008 -x2009 -x2010 -x2011 -x2012 -x2013 -x2014 -x2015 -x2016 -x2017 -x2018 -x2019 -x2020 -x2021 -x2022 -x2023 -x2024 -x2025 -x2026 -x2027 -x2028 -x2029 -x2030 -x2031 -x2032 -x2033 -x2034 -x2035 -x2036 -x2037 -x2038 -x2039 -x2040 -x2041 -x2042 -x2043 -x2044 -x2045 -x2046 -x2047 -x2048 -x2049 -x2050 -x2051 -x2052 -x2053 -x2054 -x2055 -x2056 -x2057 -x2058 -x2059 -x2060 -x2061 -x2062 -x2063 -x2064 -x2065 -x2066 -x2067 -x2068 -x2069 -x2070 -x2071 -x2072 -x2073 -x2074 -x2075 -x2076 -x2077 -x2078 -x2079 -x2080 -x2081 -x2082 -x2083 -x2084 -x2085 -x2086 -x2087 -x2088 -x2089 -x2090 -x2091 -x2092 -x2093 -x2094 -x2095 -x2096 -x2097 -x2098 -x2099 -x2100 -x2101 -x2102 -x2103 -x2104 -x2105 -x2106 -x2107 -x2108 -x2109 -x2110 -x2111 -x2112 -x2113 -x2114 -x2115 -x2116 -x2117 -x2118 -x2119 -x2120 -x2121 -x2122 -x2123 -x2124 -x2125 -x2126 -x2127 -x2128 -x2129 -x2130 -x2131 -x2132 -x2133 -x2134 -x2135 -x2136 -x2137 -x2138 -x2139 -x2140 -x2141 -x2142 -x2143 -x2144 -x2145 -x2146 -x2147 -x2148 -x2149 -x2150 -x2151 -x2152 -x2153 -x2154 -x2155 -x2156 -x2157 -x2158 -x2159 -x2160 -x2161 -x2162 -x2163 -x2164 -x2165 -x2166 -x2167 -x2168 -x2169 -x2170 -x2171 -x2172 -x2173 -x2174 -x2175 -x2176 -x2177 -x2178 -x2179 -x2180 -x2181 -x2182 -x2183 -x2184 -x2185 -x2186 -x2187 -x2188 -x2189 -x2190 -x2191 -x2192 -x2193 -x2194 -x2195 -x2196 -x2197 -x2198 -x2199 -x2200 -x2201 -x2202 -x2203 -x2204 -x2205 -x2206 -x2207 -x2208 -x2209 -x2210 -x2211 -x2212 -x2213 -x2214 -x2215 -x2216 -x2217 -x2218 -x2219 -x2220 -x2221 -x2222 -x2223 -x2224 -x2225 -x2226 -x2227 -x2228 -x2229 -x2230 -x2231 -x2232 -x2233 -x2234 -x2235 -x2236 -x2237 -x2238 -x2239 -x2240 -x2241 -x2242 -x2243 -x2244 -x2245 -x2246 -x2247 -x2248 -x2249 -x2250 -x2251 -x2252 -x2253 -x2254 -x2255 -x2256 -x2257 -x2258 -x2259 -x2260 -x2261 -x2262 -x2263 -x2264 -x2265 -x2266 -x2267 -x2268 -x2269 -x2270 -x2271 -x2272 -x2273 -x2274 -x2275 -x2276 -x2277 -x2278 -x2279 -x2280 -x2281 -x2282 -x2283 -x2284 -x2285 -x2286 -x2287 -x2288 -x2289 -x2290 -x2291 -x2292 -x2293 -x2294 -x2295 -x2296 -x2297 -x2298 -x2299 -x2300 -x2301 -x2302 -x2303 -x2304 -x2305 -x2306 -x2307 -x2308 -x2309 -x2310 -x2311 -x2312 -x2313 -x2314 -x2315 -x2316 -x2317 -x2318 -x2319 -x2320 -x2321 -x2322 -x2323 -x2324 -x2325 -x2326 -x2327 -x2328 -x2329 -x2330 -x2331 -x2332 -x2333 -x2334 -x2335 -x2336 -x2337 -x2338 -x2339 -x2340 -x2341 -x2342 -x2343 -x2344 -x2345 -x2346 -x2347 -x2348 -x2349 -x2350 -x2351 -x2352 -x2353 -x2354 -x2355 -x2356 -x2357 -x2358 -x2359 -x2360 -x2361 -x2362 -x2363 -x2364 -x2365 -x2366 -x2367 -x2368 -x2369 -x2370 -x2371 -x2372 -x2373 -x2374 -x2375 -x2376 -x2377 -x2378 -x2379 -x2380 -x2381 -x2382 -x2383 -x2384 -x2385 -x2386 -x2387 -x2388 -x2389 -x2390 -x2391 -x2392 -x2393 -x2394 -x2395 -x2396 -x2397 -x2398 -x2399 -x2400 -x2401 -x2402 -x2403 -x2404 -x2405 -x2406 -x2407 -x2408 -x2409 -x2410 -x2411 -x2412 -x2413 -x2414 -x2415 -x2416 -x2417 -x2418 -x2419 -x2420 -x2421 -x2422 -x2423 -x2424 -x2425 -x2426 -x2427 -x2428 -x2429 -x2430 -x2431 -x2432 -x2433 -x2434 -x2435 -x2436 -x2437 -x2438 -x2439 -x2440 -x2441 -x2442 -x2443 -x2444 -x2445 -x2446 -x2447 -x2448 -x2449 -x2450 -x2451 -x2452 -x2453 -x2454 -x2455 -x2456 -x2457 -x2458 -x2459 -x2460 -x2461 -x2462 -x2463 -x2464 -x2465 -x2466 -x2467 -x2468 -x2469 -x2470 -x2471 -x2472 -x2473 -x2474 -x2475 -x2476 -x2477 -x2478 -x2479 -x2480 -x2481 -x2482 -x2483 -x2484 -x2485 -x2486 -x2487 -x2488 -x2489 -x2490 -x2491 -x2492 -x2493 -x2494 -x2495 -x2496 -x2497 -x2498 -x2499 -x2500 -x2501 -x2502 -x2503 -x2504 -x2505 -x2506 -x2507 -x2508 -x2509 -x2510 -x2511 -x2512 -x2513 -x2514 -x2515 -x2516 -x2517 -x2518 -x2519 -x2520 -x2521 -x2522 -x2523 -x2524 -x2525 -x2526 -x2527 -x2528 -x2529 -x2530 -x2531 -x2532 -x2533 -x2534 -x2535 -x2536 -x2537 -x2538 -x2539 -x2540 -x2541 -x2542 -x2543 -x2544 -x2545 -x2546 -x2547 -x2548 -x2549 -x2550 -x2551 -x2552 -x2553 -x2554 -x2555 -x2556 -x2557 -x2558 -x2559 -x2560 -x2561 -x2562 -x2563 -x2564 -x2565 -x2566 -x2567 -x2568 -x2569 -x2570 -x2571 -x2572 -x2573 -x2574 -x2575 -x2576 -x2577 -x2578 -x2579 -x2580 -x2581 -x2582 -x2583 -x2584 -x2585 -x2586 -x2587 -x2588 -x2589 -x2590 -x2591 -x2592 -x2593 -x2594 -x2595 -x2596 -x2597 -x2598 -x2599 -x2600 -x2601 -x2602 -x2603 -x2604 -x2605 -x2606 -x2607 -x2608 -x2609 -x2610 -x2611 -x2612 -x2613 -x2614 -x2615 -x2616 -x2617 -x2618 -x2619 -x2620 -x2621 -x2622 -x2623 -x2624 -x2625 -x2626 -x2627 -x2628 -x2629 -x2630 -x2631 -x2632 -x2633 -x2634 -x2635 -x2636 -x2637 -x2638 -x2639 -x2640 -x2641 -x2642 -x2643 -x2644 -x2645 -x2646 -x2647 -x2648 -x2649 -x2650 -x2651 -x2652 -x2653 -x2654 -x2655 -x2656 -x2657 -x2658 -x2659 -x2660 -x2661 -x2662 -x2663 -x2664 -x2665 -x2666 -x2667 -x2668 -x2669 -x2670 -x2671 -x2672 -x2673 -x2674 -x2675 -x2676 -x2677 -x2678 -x2679 -x2680 -x2681 -x2682 -x2683 -x2684 -x2685 -x2686 -x2687 -x2688 -x2689 -x2690 -x2691 -x2692 -x2693 -x2694 -x2695 -x2696 -x2697 -x2698 -x2699 -x2700 -x2701 -x2702 -x2703 -x2704 -x2705 -x2706 -x2707 -x2708 -x2709 -x2710 -x2711 -x2712 -x2713 -x2714 -x2715 -x2716 -x2717 -x2718 -x2719 -x2720 -x2721 -x2722 -x2723 -x2724 -x2725 -x2726 -x2727 -x2728 -x2729 -x2730 -x2731 -x2732 -x2733 -x2734 -x2735 -x2736 -x2737 -x2738 -x2739 -x2740 -x2741 -x2742 -x2743 -x2744 -x2745 -x2746 -x2747 -x2748 -x2749 -x2750 -x2751 -x2752 -x2753 -x2754 -x2755 -x2756 -x2757 -x2758 -x2759 -x2760 -x2761 -x2762 -x2763 -x2764 -x2765 -x2766 -x2767 -x2768 -x2769 -x2770 -x2771 -x2772 -x2773 -x2774 -x2775 -x2776 -x2777 -x2778 -x2779 -x2780 -x2781 -x2782 -x2783 -x2784 -x2785 -x2786 -x2787 -x2788 -x2789 -x2790 -x2791 -x2792 -x2793 -x2794 -x2795 -x2796 -x2797 -x2798 -x2799 -x2800 -x2801 -x2802 -x2803 -x2804 -x2805 -x2806 -x2807 -x2808 -x2809 -x2810 -x2811 -x2812 -x2813 -x2814 -x2815 -x2816 -x2817 -x2818 -x2819 -x2820 -x2821 -x2822 -x2823 -x2824 -x2825 -x2826 -x2827 -x2828 -x2829 -x2830 -x2831 -x2832 -x2833 -x2834 -x2835 -x2836 -x2837 -x2838 -x2839 -x2840 -x2841 -x2842 -x2843 -x2844 -x2845 -x2846 -x2847 -x2848 -x2849 -x2850 -x2851 -x2852 -x2853 -x2854 -x2855 -x2856 -x2857 -x2858 -x2859 -x2860 -x2861 -x2862 -x2863 -x2864 -x2865 -x2866 -x2867 -x2868 -x2869 -x2870 -x2871 -x2872 -x2873 -x2874 -x2875 -x2876 -x2877 -x2878 -x2879 -x2880 -x2881 -x2882 -x2883 -x2884 -x2885 -x2886 -x2887 -x2888 -x2889 -x2890 -x2891 -x2892 -x2893 -x2894 -x2895 -x2896 -x2897 -x2898 -x2899 -x2900 -x2901 -x2902 -x2903 -x2904 -x2905 -x2906 -x2907 -x2908 -x2909 -x2910 -x2911 -x2912 -x2913 -x2914 -x2915 -x2916 -x2917 -x2918 -x2919 -x2920 -x2921 -x2922 -x2923 -x2924 -x2925 -x2926 -x2927 -x2928 -x2929 -x2930 -x2931 -x2932 -x2933 -x2934 -x2935 -x2936 -x2937 -x2938 -x2939 -x2940 -x2941 -x2942 -x2943 -x2944 -x2945 -x2946 -x2947 -x2948 -x2949 -x2950 -x2951 -x2952 -x2953 -x2954 -x2955 -x2956 -x2957 -x2958 -x2959 -x2960 -x2961 -x2962 -x2963 -x2964 -x2965 -x2966 -x2967 -x2968 -x2969 -x2970 -x2971 -x2972 -x2973 -x2974 -x2975 -x2976 -x2977 -x2978 -x2979 -x2980 -x2981 -x2982 -x2983 -x2984 -x2985 -x2986 -x2987 -x2988 -x2989 -x2990 -x2991 -x2992 -x2993 -x2994 -x2995 -x2996 -x2997 -x2998 -x2999 -x3000 -x3001 -x3002 -x3003 -x3004 -x3005 -x3006 -x3007 -x3008 -x3009 -x3010 -x3011 -x3012 -x3013 -x3014 -x3015 -x3016 -x3017 -x3018 -x3019 -x3020 -x3021 -x3022 -x3023 -x3024 -x3025 -x3026 -x3027 -x3028 -x3029 -x3030 -x3031 -x3032 -x3033 -x3034 -x3035 -x3036 -x3037 -x3038 -x3039 -x3040 -x3041 -x3042 -x3043 -x3044 -x3045 -x3046 -x3047 -x3048 -x3049 -x3050 -x3051 -x3052 -x3053 -x3054 -x3055 -x3056 -x3057 -x3058 -x3059 -x3060 -x3061 -x3062 -x3063 -x3064 -x3065 -x3066 -x3067 -x3068 -x3069 -x3070 -x3071 -x3072 -x3073 -x3074 -x3075 -x3076 -x3077 -x3078 -x3079 -x3080 -x3081 -x3082 -x3083 -x3084 -x3085 -x3086 -x3087 -x3088 -x3089 -x3090 -x3091 -x3092 -x3093 -x3094 -x3095 -x3096 -x3097 -x3098 -x3099 -x3100 -x3101 -x3102 -x3103 -x3104 -x3105 -x3106 -x3107 -x3108 -x3109 -x3110 -x3111 -x3112 -x3113 -x3114 -x3115 -x3116 -x3117 -x3118 -x3119 -x3120 -x3121 -x3122 -x3123 -x3124 -x3125 -x3126 -x3127 -x3128 -x3129 -x3130 -x3131 -x3132 -x3133 -x3134 -x3135 -x3136 -x3137 -x3138 -x3139 -x3140 -x3141 -x3142 -x3143 -x3144 -x3145 -x3146 -x3147 -x3148 -x3149 -x3150 -x3151 -x3152 -x3153 -x3154 -x3155 -x3156 -x3157 -x3158 -x3159 -x3160 -x3161 -x3162 -x3163 -x3164 -x3165 -x3166 -x3167 -x3168 -x3169 -x3170 -x3171 -x3172 -x3173 -x3174 -x3175 -x3176 -x3177 -x3178 -x3179 -x3180 -x3181 -x3182 -x3183 -x3184 -x3185 -x3186 -x3187 -x3188 -x3189 -x3190 -x3191 -x3192 -x3193 -x3194 -x3195 -x3196 -x3197 -x3198 -x3199 -x3200 -x3201 -x3202 -x3203 -x3204 -x3205 -x3206 -x3207 -x3208 -x3209 -x3210 -x3211 -x3212 -x3213 -x3214 -x3215 -x3216 -x3217 -x3218 -x3219 -x3220 -x3221 -x3222 -x3223 -x3224 -x3225 -x3226 -x3227 -x3228 -x3229 -x3230 -x3231 -x3232 -x3233 -x3234 -x3235 -x3236 -x3237 -x3238 -x3239 -x3240 -x3241 -x3242 -x3243 -x3244 -x3245 -x3246 -x3247 -x3248 -x3249 -x3250 -x3251 -x3252 -x3253 -x3254 -x3255 -x3256 -x3257 -x3258 -x3259 -x3260 -x3261 -x3262 -x3263 -x3264 -x3265 -x3266 -x3267 -x3268 -x3269 -x3270 -x3271 -x3272 -x3273 -x3274 -x3275 -x3276 -x3277 -x3278 -x3279 -x3280 -x3281 -x3282 -x3283 -x3284 -x3285 -x3286 -x3287 -x3288 -x3289 -x3290 -x3291 -x3292 -x3293 -x3294 -x3295 -x3296 -x3297 -x3298 -x3299 -x3300 -x3301 -x3302 -x3303 -x3304 -x3305 -x3306 -x3307 -x3308 -x3309 -x3310 -x3311 -x3312 -x3313 -x3314 -x3315 -x3316 -x3317 -x3318 -x3319 -x3320 -x3321 -x3322 -x3323 -x3324 -x3325 -x3326 -x3327 -x3328 -x3329 -x3330 -x3331 -x3332 -x3333 -x3334 -x3335 -x3336 -x3337 -x3338 -x3339 -x3340 -x3341 -x3342 -x3343 -x3344 -x3345 -x3346 -x3347 -x3348 -x3349 -x3350 -x3351 -x3352 -x3353 -x3354 -x3355 -x3356 -x3357 -x3358 -x3359 -x3360 -x3361 -x3362 -x3363 -x3364 -x3365 -x3366 -x3367 -x3368 -x3369 -x3370 -x3371 -x3372 -x3373 -x3374 -x3375 -x3376 -x3377 -x3378 -x3379 -x3380 -x3381 -x3382 -x3383 -x3384 -x3385 -x3386 -x3387 -x3388 -x3389 -x3390 -x3391 -x3392 -x3393 -x3394 -x3395 -x3396 -x3397 -x3398 -x3399 -x3400 -x3401 -x3402 -x3403 -x3404 -x3405 -x3406 -x3407 -x3408 -x3409 -x3410 -x3411 -x3412 -x3413 -x3414 -x3415 -x3416 -x3417 -x3418 -x3419 -x3420 -x3421 -x3422 -x3423 -x3424 -x3425 -x3426 -x3427 -x3428 -x3429 -x3430 -x3431 -x3432 -x3433 -x3434 -x3435 -x3436 -x3437 -x3438 -x3439 -x3440 -x3441 -x3442 -x3443 -x3444 -x3445 -x3446 -x3447 -x3448 -x3449 -x3450 -x3451 -x3452 -x3453 -x3454 -x3455 -x3456 -x3457 -x3458 -x3459 -x3460 -x3461 -x3462 -x3463 -x3464 -x3465 -x3466 -x3467 -x3468 -x3469 -x3470 -x3471 -x3472 -x3473 -x3474 -x3475 -x3476 -x3477 -x3478 -x3479 -x3480 -x3481 -x3482 -x3483 -x3484 -x3485 -x3486 -x3487 -x3488 -x3489 -x3490 -x3491 -x3492 -x3493 -x3494 -x3495 -x3496 -x3497 -x3498 -x3499 -x3500 -x3501 -x3502 -x3503 -x3504 -x3505 -x3506 -x3507 -x3508 -x3509 -x3510 -x3511 -x3512 -x3513 -x3514 -x3515 -x3516 -x3517 -x3518 -x3519 -x3520 -x3521 -x3522 -x3523 -x3524 -x3525 -x3526 -x3527 -x3528 -x3529 -x3530 -x3531 -x3532 -x3533 -x3534 -x3535 -x3536 -x3537 -x3538 -x3539 -x3540 -x3541 -x3542 -x3543 -x3544 -x3545 -x3546 -x3547 -x3548 -x3549 -x3550 -x3551 -x3552 -x3553 -x3554 -x3555 -x3556 -x3557 -x3558 -x3559 -x3560 -x3561 -x3562 -x3563 -x3564 -x3565 -x3566 -x3567 -x3568 -x3569 -x3570 -x3571 -x3572 -x3573 -x3574 -x3575 -x3576 -x3577 -x3578 -x3579 -x3580 -x3581 -x3582 -x3583 -x3584 -x3585 -x3586 -x3587 -x3588 -x3589 -x3590 -x3591 -x3592 -x3593 -x3594 -x3595 -x3596 -x3597 -x3598 -x3599 -x3600 -x3601 -x3602 -x3603 -x3604 -x3605 -x3606 -x3607 -x3608 -x3609 -x3610 -x3611 -x3612 -x3613 -x3614 -x3615 -x3616 -x3617 -x3618 -x3619 -x3620 -x3621 -x3622 -x3623 -x3624 -x3625 -x3626 -x3627 -x3628 -x3629 -x3630 -x3631 -x3632 -x3633 -x3634 -x3635 -x3636 -x3637 -x3638 -x3639 -x3640 -x3641 -x3642 -x3643 -x3644 -x3645 -x3646 -x3647 -x3648 -x3649 -x3650 -x3651 -x3652 -x3653 -x3654 -x3655 -x3656 -x3657 -x3658 -x3659 -x3660 -x3661 -x3662 -x3663 -x3664 -x3665 -x3666 -x3667 -x3668 -x3669 -x3670 -x3671 -x3672 -x3673 -x3674 -x3675 -x3676 -x3677 -x3678 -x3679 -x3680 -x3681 -x3682 -x3683 -x3684 -x3685 -x3686 -x3687 -x3688 -x3689 -x3690 -x3691 -x3692 -x3693 -x3694 -x3695 -x3696 -x3697 -x3698 -x3699 -x3700 -x3701 -x3702 -x3703 -x3704 -x3705 -x3706 -x3707 -x3708 -x3709 -x3710 -x3711 -x3712 -x3713 -x3714 -x3715 -x3716 -x3717 -x3718 -x3719 -x3720 -x3721 -x3722 -x3723 -x3724 -x3725 -x3726 -x3727 -x3728 -x3729 -x3730 -x3731 -x3732 -x3733 -x3734 -x3735 -x3736 -x3737 -x3738 -x3739 -x3740 -x3741 -x3742 -x3743 -x3744 -x3745 -x3746 -x3747 -x3748 -x3749 -x3750 -x3751 -x3752 -x3753 -x3754 -x3755 -x3756 -x3757 -x3758 -x3759 -x3760 -x3761 -x3762 -x3763 -x3764 -x3765 -x3766 -x3767 -x3768 -x3769 -x3770 -x3771 -x3772 -x3773 -x3774 -x3775 -x3776 -x3777 -x3778 -x3779 -x3780 -x3781 -x3782 -x3783 -x3784 -x3785 -x3786 -x3787 -x3788 -x3789 -x3790 -x3791 -x3792 -x3793 -x3794 -x3795 -x3796 -x3797 -x3798 -x3799 -x3800 -x3801 -x3802 -x3803 -x3804 -x3805 -x3806 -x3807 -x3808 -x3809 -x3810 -x3811 -x3812 -x3813 -x3814 -x3815 -x3816 -x3817 -x3818 -x3819 -x3820 -x3821 -x3822 -x3823 -x3824 -x3825 -x3826 -x3827 -x3828 -x3829 -x3830 -x3831 -x3832 -x3833 -x3834 -x3835 -x3836 -x3837 -x3838 -x3839 -x3840 -x3841 -x3842 -x3843 -x3844 -x3845 -x3846 -x3847 -x3848 -x3849 -x3850 -x3851 -x3852 -x3853 -x3854 -x3855 -x3856 -x3857 -x3858 -x3859 -x3860 -x3861 -x3862 -x3863 -x3864 -x3865 -x3866 -x3867 -x3868 -x3869 -x3870 -x3871 -x3872 -x3873 -x3874 -x3875 -x3876 -x3877 -x3878 -x3879 -x3880 -x3881 -x3882 -x3883 -x3884 -x3885 -x3886 -x3887 -x3888 -x3889 -x3890 -x3891 -x3892 -x3893 -x3894 -x3895 -x3896 -x3897 -x3898 -x3899 -x3900 -x3901 -x3902 -x3903 -x3904 -x3905 -x3906 -x3907 -x3908 -x3909 -x3910 -x3911 -x3912 -x3913 -x3914 -x3915 -x3916 -x3917 -x3918 -x3919 -x3920 -x3921 -x3922 -x3923 -x3924 -x3925 -x3926 -x3927 -x3928 -x3929 -x3930 -x3931 -x3932 -x3933 -x3934 -x3935 -x3936 -x3937 -x3938 -x3939 -x3940 -x3941 -x3942 -x3943 -x3944 -x3945 -x3946 -x3947 -x3948 -x3949 -x3950 -x3951 -x3952 -x3953 -x3954 -x3955 -x3956 -x3957 -x3958 -x3959 -x3960 -x3961 -x3962 -x3963 -x3964 -x3965 -x3966 -x3967 -x3968 -x3969 -x3970 -x3971 -x3972 -x3973 -x3974 -x3975 -x3976 -x3977 -x3978 -x3979 -x3980 -x3981 -x3982 -x3983 -x3984 -x3985 -x3986 -x3987 -x3988 -x3989 -x3990 -x3991 -x3992 -x3993 -x3994 -x3995 -x3996 -x3997 -x3998 -x3999 -x4000 -x4001 -x4002 -x4003 -x4004 -x4005 -x4006 -x4007 -x4008 -x4009 -x4010 -x4011 -x4012 -x4013 -x4014 -x4015 -x4016 -x4017 -x4018 -x4019 -x4020 -x4021 -x4022 -x4023 -x4024 -x4025 -x4026 -x4027 -x4028 -x4029 -x4030 -x4031 -x4032 -x4033 -x4034 -x4035 -x4036 -x4037 -x4038 -x4039 -x4040 -x4041 -x4042 -x4043 -x4044 -x4045 -x4046 -x4047 -x4048 -x4049 -x4050 -x4051 -x4052 -x4053 -x4054 -x4055 -x4056 -x4057 -x4058 -x4059 -x4060 -x4061 -x4062 -x4063 -x4064 -x4065 -x4066 -x4067 -x4068 -x4069 -x4070 -x4071 -x4072 -x4073 -x4074 -x4075 -x4076 -x4077 -x4078 -x4079 -x4080 -x4081 -x4082 -x4083 -x4084 -x4085 -x4086 -x4087 -x4088 -x4089 -x4090 -x4091 -x4092 -x4093 -x4094 -x4095 -x4096 -x4097 -x4098 -x4099 -x4100 -x4101 -x4102 -x4103 -x4104 -x4105 -x4106 -x4107 -x4108 -x4109 -x4110 -x4111 -x4112 -x4113 -x4114 -x4115 -x4116 -x4117 -x4118 -x4119 -x4120 -x4121 -x4122 -x4123 -x4124 -x4125 -x4126 -x4127 -x4128 -x4129 -x4130 -x4131 -x4132 -x4133 -x4134 -x4135 -x4136 -x4137 -x4138 -x4139 -x4140 -x4141 -x4142 -x4143 -x4144 -x4145 -x4146 -x4147 -x4148 -x4149 -x4150 -x4151 -x4152 -x4153 -x4154 -x4155 -x4156 -x4157 -x4158 -x4159 -x4160
3600.02/3623.56	c Program interrupted by user.

Verifier Data

OK	0

Watcher Data

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

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

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

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=128579, runsolver pid=128576

[startup+0.100067 s]*
/proc/loadavg: 3.47 3.10 4.14 5/274 128582
/proc/meminfo: memFree=120263944/131250000 swapFree=33010416/33010684
[pid=128579] ppid=128576 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/128579/stat : 128579 (run-opt-break-l) S 128576 128579 127036 0 -1 4194304 239 2237 0 0 0 0 0 0 20 0 1 0 175387588 4292608 768 18446744073709551615 94834485817344 94834486711877 140733509766784 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94834486950928 94834486998672 94834494312448 140733509769491 140733509769692 140733509769692 140733509775296 0
/proc/128579/statm: 1048 768 704 219 0 110 0
[pid=128582] ppid=128579 vsize=72004 memory=25776 CPUtime=0.07 cores=1,3
/proc/128582/stat : 128582 (roundingsat) R 128579 128579 127036 0 -1 4194304 4521 0 0 0 5 2 0 0 20 0 1 0 175387590 73732096 6444 18446744073709551615 4227072 8923577 140736245466768 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9827200 9836688 36954112 140736245475602 140736245475878 140736245475878 140736245481450 0
/proc/128582/statm: 18001 6444 2304 1147 0 5427 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 76196 KiB
Current children cumulated memory: 28848 KiB

[startup+0.205812 s]*
/proc/loadavg: 3.47 3.10 4.14 5/274 128582
/proc/meminfo: memFree=120255124/131250000 swapFree=33010416/33010684
[pid=128579] ppid=128576 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/128579/stat : 128579 (run-opt-break-l) S 128576 128579 127036 0 -1 4194304 239 2237 0 0 0 0 0 0 20 0 1 0 175387588 4292608 768 18446744073709551615 94834485817344 94834486711877 140733509766784 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94834486950928 94834486998672 94834494312448 140733509769491 140733509769692 140733509769692 140733509775296 0
/proc/128579/statm: 1048 768 704 219 0 110 0
[pid=128582] ppid=128579 vsize=73932 memory=27696 CPUtime=0.17 cores=1,3
/proc/128582/stat : 128582 (roundingsat) R 128579 128579 127036 0 -1 4194304 4934 0 0 0 15 2 0 0 20 0 1 0 175387590 75706368 6924 18446744073709551615 4227072 8923577 140736245466768 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9827200 9836688 36954112 140736245475602 140736245475878 140736245475878 140736245481450 0
/proc/128582/statm: 18483 6924 2400 1147 0 5909 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 78124 KiB
Current children cumulated memory: 30768 KiB

[startup+0.305656 s]*
/proc/loadavg: 3.47 3.10 4.14 5/274 128582
/proc/meminfo: memFree=120255124/131250000 swapFree=33010416/33010684
[pid=128579] ppid=128576 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/128579/stat : 128579 (run-opt-break-l) S 128576 128579 127036 0 -1 4194304 239 2237 0 0 0 0 0 0 20 0 1 0 175387588 4292608 768 18446744073709551615 94834485817344 94834486711877 140733509766784 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94834486950928 94834486998672 94834494312448 140733509769491 140733509769692 140733509769692 140733509775296 0
/proc/128579/statm: 1048 768 704 219 0 110 0
[pid=128582] ppid=128579 vsize=73932 memory=27696 CPUtime=0.27 cores=1,3
/proc/128582/stat : 128582 (roundingsat) R 128579 128579 127036 0 -1 4194304 4952 0 0 0 25 2 0 0 20 0 1 0 175387590 75706368 6924 18446744073709551615 4227072 8923577 140736245466768 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9827200 9836688 36954112 140736245475602 140736245475878 140736245475878 140736245481450 0
/proc/128582/statm: 18483 6924 2400 1147 0 5909 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 78124 KiB
Current children cumulated memory: 30768 KiB

[startup+0.700169 s]
/proc/loadavg: 3.47 3.10 4.14 5/274 128582
/proc/meminfo: memFree=120247060/131250000 swapFree=33010416/33010684
[pid=128579] ppid=128576 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/128579/stat : 128579 (run-opt-break-l) S 128576 128579 127036 0 -1 4194304 239 2237 0 0 0 0 0 0 20 0 1 0 175387588 4292608 768 18446744073709551615 94834485817344 94834486711877 140733509766784 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94834486950928 94834486998672 94834494312448 140733509769491 140733509769692 140733509769692 140733509775296 0
/proc/128579/statm: 1048 768 704 219 0 110 0
[pid=128582] ppid=128579 vsize=75856 memory=29488 CPUtime=0.66 cores=1,3
/proc/128582/stat : 128582 (roundingsat) R 128579 128579 127036 0 -1 4194304 5422 0 0 0 62 4 0 0 20 0 1 0 175387590 77676544 7372 18446744073709551615 4227072 8923577 140736245466768 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9827200 9836688 36954112 140736245475602 140736245475878 140736245475878 140736245481450 0
/proc/128582/statm: 18964 7372 2400 1147 0 6390 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 80048 KiB
Current children cumulated memory: 32560 KiB

[startup+1.50015 s]
/proc/loadavg: 3.47 3.10 4.14 5/274 128582
/proc/meminfo: memFree=120234244/131250000 swapFree=33010416/33010684
[pid=128579] ppid=128576 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/128579/stat : 128579 (run-opt-break-l) S 128576 128579 127036 0 -1 4194304 239 2237 0 0 0 0 0 0 20 0 1 0 175387588 4292608 768 18446744073709551615 94834485817344 94834486711877 140733509766784 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94834486950928 94834486998672 94834494312448 140733509769491 140733509769692 140733509769692 140733509775296 0
/proc/128579/statm: 1048 768 704 219 0 110 0
[pid=128582] ppid=128579 vsize=77392 memory=30896 CPUtime=1.45 cores=1,3
/proc/128582/stat : 128582 (roundingsat) R 128579 128579 127036 0 -1 4194304 5768 0 0 0 140 5 0 0 20 0 1 0 175387590 79249408 7724 18446744073709551615 4227072 8923577 140736245466768 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9827200 9836688 36954112 140736245475602 140736245475878 140736245475878 140736245481450 0
/proc/128582/statm: 19348 7724 2400 1147 0 6774 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 81584 KiB
Current children cumulated memory: 33968 KiB

[startup+3.10549 s]
/proc/loadavg: 3.47 3.10 4.14 5/274 128582
/proc/meminfo: memFree=120178704/131250000 swapFree=33010416/33010684
[pid=128579] ppid=128576 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/128579/stat : 128579 (run-opt-break-l) S 128576 128579 127036 0 -1 4194304 239 2237 0 0 0 0 0 0 20 0 1 0 175387588 4292608 768 18446744073709551615 94834485817344 94834486711877 140733509766784 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94834486950928 94834486998672 94834494312448 140733509769491 140733509769692 140733509769692 140733509775296 0
/proc/128579/statm: 1048 768 704 219 0 110 0
[pid=128582] ppid=128579 vsize=77656 memory=31664 CPUtime=3.06 cores=1,3
/proc/128582/stat : 128582 (roundingsat) R 128579 128579 127036 0 -1 4194304 5839 0 0 0 299 7 0 0 20 0 1 0 175387590 79519744 7916 18446744073709551615 4227072 8923577 140736245466768 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9827200 9836688 36954112 140736245475602 140736245475878 140736245475878 140736245481450 0
/proc/128582/statm: 19414 7916 2528 1147 0 6840 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 81848 KiB
Current children cumulated memory: 34736 KiB

[startup+6.30015 s]
/proc/loadavg: 3.52 3.11 4.14 5/274 128582
/proc/meminfo: memFree=120064392/131250000 swapFree=33010416/33010684
[pid=128579] ppid=128576 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/128579/stat : 128579 (run-opt-break-l) S 128576 128579 127036 0 -1 4194304 239 2237 0 0 0 0 0 0 20 0 1 0 175387588 4292608 768 18446744073709551615 94834485817344 94834486711877 140733509766784 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94834486950928 94834486998672 94834494312448 140733509769491 140733509769692 140733509769692 140733509775296 0
/proc/128579/statm: 1048 768 704 219 0 110 0
[pid=128582] ppid=128579 vsize=90192 memory=43004 CPUtime=6.25 cores=1,3
/proc/128582/stat : 128582 (roundingsat) R 128579 128579 127036 0 -1 4194304 8168 0 0 0 610 15 0 0 20 0 1 0 175387590 92356608 10751 18446744073709551615 4227072 8923577 140736245466768 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9827200 9836688 36954112 140736245475602 140736245475878 140736245475878 140736245481450 0
/proc/128582/statm: 22548 10751 2528 1147 0 9974 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 94384 KiB
Current children cumulated memory: 46076 KiB

[startup+12.7001 s]
/proc/loadavg: 3.55 3.13 4.14 5/274 128582
/proc/meminfo: memFree=119796640/131250000 swapFree=33010416/33010684
[pid=128579] ppid=128576 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/128579/stat : 128579 (run-opt-break-l) S 128576 128579 127036 0 -1 4194304 239 2237 0 0 0 0 0 0 20 0 1 0 175387588 4292608 768 18446744073709551615 94834485817344 94834486711877 140733509766784 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94834486950928 94834486998672 94834494312448 140733509769491 140733509769692 140733509769692 140733509775296 0
/proc/128579/statm: 1048 768 704 219 0 110 0
[pid=128582] ppid=128579 vsize=99828 memory=52604 CPUtime=12.63 cores=1,3
/proc/128582/stat : 128582 (roundingsat) R 128579 128579 127036 0 -1 4194304 10573 0 0 0 1234 29 0 0 20 0 1 0 175387590 102223872 13151 18446744073709551615 4227072 8923577 140736245466768 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9827200 9836688 36954112 140736245475602 140736245475878 140736245475878 140736245481450 0
/proc/128582/statm: 24957 13151 2528 1147 0 12383 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 104020 KiB
Current children cumulated memory: 55676 KiB

[startup+25.5002 s]
/proc/loadavg: 3.65 3.17 4.14 5/270 128615
/proc/meminfo: memFree=119361776/131250000 swapFree=33010416/33010684
[pid=128579] ppid=128576 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/128579/stat : 128579 (run-opt-break-l) S 128576 128579 127036 0 -1 4194304 239 2237 0 0 0 0 0 0 20 0 1 0 175387588 4292608 768 18446744073709551615 94834485817344 94834486711877 140733509766784 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94834486950928 94834486998672 94834494312448 140733509769491 140733509769692 140733509769692 140733509775296 0
/proc/128579/statm: 1048 768 704 219 0 110 0
[pid=128582] ppid=128579 vsize=113572 memory=64764 CPUtime=25.39 cores=1,3
/proc/128582/stat : 128582 (roundingsat) R 128579 128579 127036 0 -1 4194304 13627 0 0 0 2488 51 0 0 20 0 1 0 175387590 116297728 16191 18446744073709551615 4227072 8923577 140736245466768 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9827200 9836688 36954112 140736245475602 140736245475878 140736245475878 140736245481450 0
/proc/128582/statm: 28393 16191 2528 1147 0 15819 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 117764 KiB
Current children cumulated memory: 67836 KiB

[startup+51.1057 s]
/proc/loadavg: 3.85 3.26 4.14 5/275 128780
/proc/meminfo: memFree=115930936/131250000 swapFree=33010416/33010684
[pid=128579] ppid=128576 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/128579/stat : 128579 (run-opt-break-l) S 128576 128579 127036 0 -1 4194304 239 2237 0 0 0 0 0 0 20 0 1 0 175387588 4292608 768 18446744073709551615 94834485817344 94834486711877 140733509766784 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94834486950928 94834486998672 94834494312448 140733509769491 140733509769692 140733509769692 140733509775296 0
/proc/128579/statm: 1048 768 704 219 0 110 0
[pid=128582] ppid=128579 vsize=127660 memory=75580 CPUtime=50.94 cores=1,3
/proc/128582/stat : 128582 (roundingsat) R 128579 128579 127036 0 -1 4194304 15819 0 0 0 5008 86 0 0 20 0 1 0 175387590 130723840 18895 18446744073709551615 4227072 8923577 140736245466768 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9827200 9836688 36954112 140736245475602 140736245475878 140736245475878 140736245481450 0
/proc/128582/statm: 31915 18895 2528 1147 0 19341 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 131852 KiB
Current children cumulated memory: 78652 KiB

[startup+102.3 s]
/proc/loadavg: 3.93 3.37 4.13 5/275 128782
/proc/meminfo: memFree=113077212/131250000 swapFree=33010416/33010684
[pid=128579] ppid=128576 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/128579/stat : 128579 (run-opt-break-l) S 128576 128579 127036 0 -1 4194304 239 2237 0 0 0 0 0 0 20 0 1 0 175387588 4292608 768 18446744073709551615 94834485817344 94834486711877 140733509766784 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94834486950928 94834486998672 94834494312448 140733509769491 140733509769692 140733509769692 140733509775296 0
/proc/128579/statm: 1048 768 704 219 0 110 0
[pid=128582] ppid=128579 vsize=212672 memory=149188 CPUtime=101.93 cores=1,3
/proc/128582/stat : 128582 (roundingsat) R 128579 128579 127036 0 -1 4194304 29117 0 0 0 10058 135 0 0 20 0 1 0 175387590 217776128 37297 18446744073709551615 4227072 8923577 140736245466768 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9827200 9836688 36954112 140736245475602 140736245475878 140736245475878 140736245481450 0
/proc/128582/statm: 53168 37297 2528 1147 0 40594 0
Current children cumulated CPU time: 101.93 s
Current children cumulated vsize: 216864 KiB
Current children cumulated memory: 152260 KiB

[startup+162.3 s]
/proc/loadavg: 4.36 3.60 4.16 5/275 128784
/proc/meminfo: memFree=110119376/131250000 swapFree=33010416/33010684
[pid=128579] ppid=128576 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/128579/stat : 128579 (run-opt-break-l) S 128576 128579 127036 0 -1 4194304 239 2237 0 0 0 0 0 0 20 0 1 0 175387588 4292608 768 18446744073709551615 94834485817344 94834486711877 140733509766784 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94834486950928 94834486998672 94834494312448 140733509769491 140733509769692 140733509769692 140733509775296 0
/proc/128579/statm: 1048 768 704 219 0 110 0
[pid=128582] ppid=128579 vsize=217548 memory=153284 CPUtime=161.64 cores=1,3
/proc/128582/stat : 128582 (roundingsat) R 128579 128579 127036 0 -1 4194304 30141 0 0 0 15953 211 0 0 20 0 1 0 175387590 222769152 38321 18446744073709551615 4227072 8923577 140736245466768 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9827200 9836688 36954112 140736245475602 140736245475878 140736245475878 140736245481450 0
/proc/128582/statm: 54387 38321 2528 1147 0 41813 0
Current children cumulated CPU time: 161.64 s
Current children cumulated vsize: 221740 KiB
Current children cumulated memory: 156356 KiB

[startup+222.3 s]
/proc/loadavg: 4.24 3.70 4.16 5/274 128786
/proc/meminfo: memFree=107009416/131250000 swapFree=33010416/33010684
[pid=128579] ppid=128576 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/128579/stat : 128579 (run-opt-break-l) S 128576 128579 127036 0 -1 4194304 239 2237 0 0 0 0 0 0 20 0 1 0 175387588 4292608 768 18446744073709551615 94834485817344 94834486711877 140733509766784 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94834486950928 94834486998672 94834494312448 140733509769491 140733509769692 140733509769692 140733509775296 0
/proc/128579/statm: 1048 768 704 219 0 110 0
[pid=128582] ppid=128579 vsize=223868 memory=158916 CPUtime=221.21 cores=1,3
/proc/128582/stat : 128582 (roundingsat) R 128579 128579 127036 0 -1 4194304 31548 0 0 0 21843 278 0 0 20 0 1 0 175387590 229240832 39729 18446744073709551615 4227072 8923577 140736245466768 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9827200 9836688 36954112 140736245475602 140736245475878 140736245475878 140736245481450 0
/proc/128582/statm: 55967 39729 2528 1147 0 43393 0
Current children cumulated CPU time: 221.21 s

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

/proc/128582/statm: 223906 201202 2528 1147 0 211332 0
Current children cumulated CPU time: 3084.3 s
Current children cumulated vsize: 899816 KiB
Current children cumulated memory: 807880 KiB

[startup+3162.3 s]
/proc/loadavg: 4.11 4.13 4.15 5/271 129290
/proc/meminfo: memFree=99446336/131250000 swapFree=33010416/33010684
[pid=128579] ppid=128576 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/128579/stat : 128579 (run-opt-break-l) S 128576 128579 127036 0 -1 4194304 239 2237 0 0 0 0 0 0 20 0 1 0 175387588 4292608 768 18446744073709551615 94834485817344 94834486711877 140733509766784 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94834486950928 94834486998672 94834494312448 140733509769491 140733509769692 140733509769692 140733509775296 0
/proc/128579/statm: 1048 768 704 219 0 110 0
[pid=128582] ppid=128579 vsize=928012 memory=827080 CPUtime=3143.83 cores=1,3
/proc/128582/stat : 128582 (roundingsat) R 128579 128579 127036 0 -1 4194304 137650 0 0 0 312686 1697 0 0 20 0 1 0 175387590 950284288 206770 18446744073709551615 4227072 8923577 140736245466768 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9827200 9836688 36954112 140736245475602 140736245475878 140736245475878 140736245481450 0
/proc/128582/statm: 232003 206770 2528 1147 0 219429 0
Current children cumulated CPU time: 3143.83 s
Current children cumulated vsize: 932204 KiB
Current children cumulated memory: 830152 KiB

[startup+3222.3 s]
/proc/loadavg: 4.08 4.12 4.15 5/271 129292
/proc/meminfo: memFree=97515436/131250000 swapFree=33010416/33010684
[pid=128579] ppid=128576 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/128579/stat : 128579 (run-opt-break-l) S 128576 128579 127036 0 -1 4194304 239 2237 0 0 0 0 0 0 20 0 1 0 175387588 4292608 768 18446744073709551615 94834485817344 94834486711877 140733509766784 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94834486950928 94834486998672 94834494312448 140733509769491 140733509769692 140733509769692 140733509775296 0
/proc/128579/statm: 1048 768 704 219 0 110 0
[pid=128582] ppid=128579 vsize=945804 memory=842008 CPUtime=3203.43 cores=1,3
/proc/128582/stat : 128582 (roundingsat) R 128579 128579 127036 0 -1 4194304 140879 0 0 0 318641 1702 0 0 20 0 1 0 175387590 968503296 210502 18446744073709551615 4227072 8923577 140736245466768 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9827200 9836688 36954112 140736245475602 140736245475878 140736245475878 140736245481450 0
/proc/128582/statm: 236451 210502 2528 1147 0 223877 0
Current children cumulated CPU time: 3203.43 s
Current children cumulated vsize: 949996 KiB
Current children cumulated memory: 845080 KiB

[startup+3282.3 s]
/proc/loadavg: 4.13 4.12 4.15 5/271 129294
/proc/meminfo: memFree=96152376/131250000 swapFree=33010416/33010684
[pid=128579] ppid=128576 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/128579/stat : 128579 (run-opt-break-l) S 128576 128579 127036 0 -1 4194304 239 2237 0 0 0 0 0 0 20 0 1 0 175387588 4292608 768 18446744073709551615 94834485817344 94834486711877 140733509766784 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94834486950928 94834486998672 94834494312448 140733509769491 140733509769692 140733509769692 140733509775296 0
/proc/128579/statm: 1048 768 704 219 0 110 0
[pid=128582] ppid=128579 vsize=1093044 memory=873092 CPUtime=3260.93 cores=1,3
/proc/128582/stat : 128582 (roundingsat) R 128579 128579 127036 0 -1 4194304 144072 0 0 0 324383 1710 0 0 20 0 1 0 175387590 1119277056 218273 18446744073709551615 4227072 8923577 140736245466768 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9827200 9836688 36954112 140736245475602 140736245475878 140736245475878 140736245481450 0
/proc/128582/statm: 273261 218273 2528 1147 0 260687 0
Current children cumulated CPU time: 3260.93 s
Current children cumulated vsize: 1097236 KiB
Current children cumulated memory: 876164 KiB

[startup+3342.3 s]
/proc/loadavg: 4.10 4.11 4.14 5/271 129296
/proc/meminfo: memFree=94489648/131250000 swapFree=33010416/33010684
[pid=128579] ppid=128576 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/128579/stat : 128579 (run-opt-break-l) S 128576 128579 127036 0 -1 4194304 239 2237 0 0 0 0 0 0 20 0 1 0 175387588 4292608 768 18446744073709551615 94834485817344 94834486711877 140733509766784 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94834486950928 94834486998672 94834494312448 140733509769491 140733509769692 140733509769692 140733509775296 0
/proc/128579/statm: 1048 768 704 219 0 110 0
[pid=128582] ppid=128579 vsize=1118644 memory=931976 CPUtime=3320.74 cores=1,3
/proc/128582/stat : 128582 (roundingsat) R 128579 128579 127036 0 -1 4194304 149004 0 0 0 330358 1716 0 0 20 0 1 0 175387590 1145491456 232994 18446744073709551615 4227072 8923577 140736245466768 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9827200 9836688 36954112 140736245475602 140736245475878 140736245475878 140736245481450 0
/proc/128582/statm: 279661 232994 2528 1147 0 267087 0
Current children cumulated CPU time: 3320.74 s
Current children cumulated vsize: 1122836 KiB
Current children cumulated memory: 935048 KiB

[startup+3402.3 s]
/proc/loadavg: 4.11 4.11 4.13 5/271 129298
/proc/meminfo: memFree=92339612/131250000 swapFree=33010416/33010684
[pid=128579] ppid=128576 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/128579/stat : 128579 (run-opt-break-l) S 128576 128579 127036 0 -1 4194304 239 2237 0 0 0 0 0 0 20 0 1 0 175387588 4292608 768 18446744073709551615 94834485817344 94834486711877 140733509766784 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94834486950928 94834486998672 94834494312448 140733509769491 140733509769692 140733509769692 140733509775296 0
/proc/128579/statm: 1048 768 704 219 0 110 0
[pid=128582] ppid=128579 vsize=1165752 memory=1012248 CPUtime=3380.29 cores=1,3
/proc/128582/stat : 128582 (roundingsat) R 128579 128579 127036 0 -1 4194304 158671 0 0 0 336302 1727 0 0 20 0 1 0 175387590 1193730048 253062 18446744073709551615 4227072 8923577 140736245466768 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9827200 9836688 36954112 140736245475602 140736245475878 140736245475878 140736245481450 0
/proc/128582/statm: 291438 253062 2528 1147 0 278864 0
Current children cumulated CPU time: 3380.29 s
Current children cumulated vsize: 1169944 KiB
Current children cumulated memory: 1015320 KiB

[startup+3462.3 s]
/proc/loadavg: 4.18 4.12 4.13 5/270 129302
/proc/meminfo: memFree=90332248/131250000 swapFree=33010416/33010684
[pid=128579] ppid=128576 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/128579/stat : 128579 (run-opt-break-l) S 128576 128579 127036 0 -1 4194304 239 2237 0 0 0 0 0 0 20 0 1 0 175387588 4292608 768 18446744073709551615 94834485817344 94834486711877 140733509766784 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94834486950928 94834486998672 94834494312448 140733509769491 140733509769692 140733509769692 140733509775296 0
/proc/128579/statm: 1048 768 704 219 0 110 0
[pid=128582] ppid=128579 vsize=1176760 memory=1061228 CPUtime=3440.13 cores=1,3
/proc/128582/stat : 128582 (roundingsat) R 128579 128579 127036 0 -1 4194304 160773 0 0 0 342283 1730 0 0 20 0 1 0 175387590 1205002240 265307 18446744073709551615 4227072 8923577 140736245466768 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9827200 9836688 36954112 140736245475602 140736245475878 140736245475878 140736245481450 0
/proc/128582/statm: 294190 265307 2528 1147 0 281616 0
Current children cumulated CPU time: 3440.13 s
Current children cumulated vsize: 1180952 KiB
Current children cumulated memory: 1064300 KiB

[startup+3522.3 s]
/proc/loadavg: 4.39 4.20 4.16 5/270 129304
/proc/meminfo: memFree=88486876/131250000 swapFree=33010416/33010684
[pid=128579] ppid=128576 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/128579/stat : 128579 (run-opt-break-l) S 128576 128579 127036 0 -1 4194304 239 2237 0 0 0 0 0 0 20 0 1 0 175387588 4292608 768 18446744073709551615 94834485817344 94834486711877 140733509766784 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94834486950928 94834486998672 94834494312448 140733509769491 140733509769692 140733509769692 140733509775296 0
/proc/128579/statm: 1048 768 704 219 0 110 0
[pid=128582] ppid=128579 vsize=1179064 memory=1110024 CPUtime=3499.32 cores=1,3
/proc/128582/stat : 128582 (roundingsat) R 128579 128579 127036 0 -1 4194304 161102 0 0 0 348199 1733 0 0 20 0 1 0 175387590 1207361536 277506 18446744073709551615 4227072 8923577 140736245466768 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9827200 9836688 36954112 140736245475602 140736245475878 140736245475878 140736245481450 0
/proc/128582/statm: 294766 277506 2528 1147 0 282192 0
Current children cumulated CPU time: 3499.32 s
Current children cumulated vsize: 1183256 KiB
Current children cumulated memory: 1113096 KiB

[startup+3582.3 s]
/proc/loadavg: 4.18 4.18 4.16 4/271 129307
/proc/meminfo: memFree=87104040/131250000 swapFree=33010416/33010684
[pid=128579] ppid=128576 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/128579/stat : 128579 (run-opt-break-l) S 128576 128579 127036 0 -1 4194304 239 2237 0 0 0 0 0 0 20 0 1 0 175387588 4292608 768 18446744073709551615 94834485817344 94834486711877 140733509766784 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94834486950928 94834486998672 94834494312448 140733509769491 140733509769692 140733509769692 140733509775296 0
/proc/128579/statm: 1048 768 704 219 0 110 0
[pid=128582] ppid=128579 vsize=1195708 memory=1135112 CPUtime=3558.92 cores=1,3
/proc/128582/stat : 128582 (roundingsat) R 128579 128579 127036 0 -1 4194304 163310 0 0 0 354156 1736 0 0 20 0 1 0 175387590 1224404992 283778 18446744073709551615 4227072 8923577 140736245466768 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9827200 9836688 36954112 140736245475602 140736245475878 140736245475878 140736245481450 0
/proc/128582/statm: 298927 283778 2528 1147 0 286353 0
Current children cumulated CPU time: 3558.92 s
Current children cumulated vsize: 1199900 KiB
Current children cumulated memory: 1138184 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3623.5 s]
/proc/loadavg: 4.16 4.17 4.16 5/271 129310
/proc/meminfo: memFree=86791996/131250000 swapFree=33010416/33010684
[pid=128579] ppid=128576 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/128579/stat : 128579 (run-opt-break-l) S 128576 128579 127036 0 -1 4194304 239 2237 0 0 0 0 0 0 20 0 1 0 175387588 4292608 768 18446744073709551615 94834485817344 94834486711877 140733509766784 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94834486950928 94834486998672 94834494312448 140733509769491 140733509769692 140733509769692 140733509775296 0
/proc/128579/statm: 1048 768 704 219 0 110 0
[pid=128582] ppid=128579 vsize=1415496 memory=1147248 CPUtime=3600.02 cores=1,3
/proc/128582/stat : 128582 (roundingsat) R 128579 128579 127036 0 -1 4194304 164294 0 0 0 358263 1739 0 0 20 0 1 0 175387590 1449467904 286812 18446744073709551615 4227072 8923577 140736245466768 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9827200 9836688 36954112 140736245475602 140736245475878 140736245475878 140736245481450 0
/proc/128582/statm: 353874 286812 2528 1147 0 341300 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 1419688 KiB
Current children cumulated memory: 1150320 KiB

Sending SIGTERM to process tree (bottom up)

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

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

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

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

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

[startup+3623.5 s]
/proc/loadavg: 4.16 4.17 4.16 5/271 129310
/proc/meminfo: memFree=86791996/131250000 swapFree=33010416/33010684
[pid=128579] ppid=128576 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/128579/stat : 128579 (run-opt-break-l) S 128576 128579 127036 0 -1 4194304 239 2237 0 0 0 0 0 0 20 0 1 0 175387588 4292608 768 18446744073709551615 94834485817344 94834486711877 140733509766784 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94834486950928 94834486998672 94834494312448 140733509769491 140733509769692 140733509769692 140733509775296 0
/proc/128579/statm: 1048 768 704 219 0 110 0
[pid=128582] ppid=128579 vsize=1415496 memory=1147248 CPUtime=3600.02 cores=1,3
/proc/128582/stat : 128582 (roundingsat) R 128579 128579 127036 0 -1 4194304 164294 0 0 0 358263 1739 0 0 20 0 1 0 175387590 1449467904 286812 18446744073709551615 4227072 8923577 140736245466768 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9827200 9836688 36954112 140736245475602 140736245475878 140736245475878 140736245481450 0
/proc/128582/statm: 353874 286812 2528 1147 0 341300 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 1419688 KiB
Current children cumulated memory: 1150320 KiB

Child status: 2

Real time (s): 3623.58
CPU time (s): 3600.12
CPU user time (s): 3582.71
CPU system time (s): 17.4134
CPU usage (%): 99.3527
Max. virtual memory (cumulated for all children) (KiB): 1419688
Max. memory (cumulated for all children) (KiB): 1150320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3582.71
system time used= 17.4134
maximum resident set size= 1147376
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 166789
page faults= 0
swaps= 0
block input operations= 0
block output operations= 6932856
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 535
involuntary context switches= 4514


# summary of solver processes directly reported to runsolver:
#   pid: 128579,128582
#   total CPU time (s): 3600.12
#   total CPU user time (s): 3582.71
#   total CPU system time (s): 17.4134

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.25552 second user time and 16.5682 second system time

The end

Launcher Data

Begin job on nodeC027 at 2025-07-15 18:31:17
IDJOB=4532713
IDBENCH=177142
IDSOLVER=3393
FILE ID=nodeC027/4532713-1752597077
RUNJOBID= nodeC027-1752597003-127697
SLURM_JOB_ID= 9684390
Free space on /tmp= 431656 MiB

SOLVER NAME= roundingsat+pbsuma-opt-log 0f876b3
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/multverif/diagcomm_less/normalized-mult_diagcomm_opt_less_teq_nbits_26.opb
COMMAND LINE= run-opt-break-log.sh BENCHNAME PROOFFILE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4532713-1752597077/watcher-4532713-1752597077 -o /tmp/evaluation-result-4532713-1752597077/solver-4532713-1752597077 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1752597003-127697 --watchdog 3760 --file-size-limit 100000 run-opt-break-log.sh HOME/instance-4532713-1752597077.opb PROOFDIR/proof-4532713-1752597077

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

MD5SUM BENCH= eab24ff23fe5100b8f4d0b18077a7ab6
RANDOM SEED=319406692

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        120284460 kB
MemAvailable:   129066288 kB
Buffers:            2488 kB
Cached:          9573544 kB
SwapCached:           12 kB
Active:           999252 kB
Inactive:        8953176 kB
Active(anon):     399916 kB
Inactive(anon):     2792 kB
Active(file):     599336 kB
Inactive(file):  8950384 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:           2051580 kB
Writeback:             0 kB
AnonPages:        378436 kB
Mapped:           118092 kB
Shmem:             26248 kB
KReclaimable:     142292 kB
Slab:             301836 kB
SReclaimable:     142292 kB
SUnreclaim:       159544 kB
KernelStack:        4416 kB
PageTables:         3928 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     736300 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150712 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    145408 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      203476 kB
DirectMap2M:     9005056 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 431564 MiB
End job on nodeC027 at 2025-07-15 19:31:41