Trace number 4532186
Some explanations
A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process.
The trace of the execution of a solver is divided into four (or five) parts:
-
SOLVER DATA
This is the output of the solver (stdout and stderr).
Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.
When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.
As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
-
VERIFIER DATA
The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
-
CONVERSION SCRIPT DATA (Optionnal)
When a conversion script is used, this section shows the messages that were output by the conversion script.
-
WATCHER DATA
This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver.
The memory used by the solver (vsize) is also given every ten seconds.
When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
-
LAUNCHER DATA
These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.
Solver answer on this benchmark
General information on the benchmark
Name | PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/maxcut/maxcut_opt_complete_5-partite_inlv/ normalized-maxcut_opt_complete_5-partite_inlv_nvert_50.opb |
MD5SUM | 68c73bc206439bbe0d5a467b2a25edac |
Bench Category | OPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate) |
Best result obtained on this benchmark | OPT |
Best value of the objective obtained on this benchmark | -600 |
Best CPU time to get the best result obtained on this benchmark | 87.3964 |
Has Objective Function | YES |
Satisfiable | |
(Un)Satisfiability was proved | |
Best value of the objective function | |
Optimality of the best value was proved | |
Number of variables | 1225 |
Total number of constraints | 78400 |
Number of constraints which are clauses | 78400 |
Number of constraints which are cardinality constraints (but not clauses) | 0 |
Number of constraints which are nor clauses,nor cardinality constraints | 0 |
Minimum length of a constraint | 3 |
Maximum length of a constraint | 3 |
Number of terms in the objective function | 1000 |
Biggest coefficient in the objective function | 1 |
Number of bits for the biggest coefficient in the objective function | 1 |
Sum of the numbers in the objective function | 1000 |
Number of bits of the sum of numbers in the objective function | 10 |
Biggest number in a constraint | 2 |
Number of bits of the biggest number in a constraint | 2 |
Biggest sum of numbers in a constraint | 1000 |
Number of bits of the biggest sum of numbers | 10 |
Number of products (including duplicates) | 0 |
Sum of products size (including duplicates) | 0 |
Number of different products | 0 |
Sum of products size | 0 |
Solver Data
0.00/0.02 c ┌────────────────────────────────────────────────────────────────┐
0.00/0.02 c │ pbsuma -- a PB interface for satsuma │
0.00/0.02 c │ satsuma_version=1.2, dejavu_version=2.1 │
0.00/0.02 c │ (c) 2025 Markus Anders │
0.00/0.02 c └────────────────────────────────────────────────────────────────┘
0.00/0.02 c parse 'HOME/instance-4532186-1752597826.opb'
0.08/0.12 c read 2.48MB (104.31ms)
0.08/0.12 c [cnf: #variables 1225 #clauses 78401 #duplicates 0 #arr 236200]
0.08/0.13 c output proof to 'PROOFDIR/proof-4532186-1752597826'
0.08/0.13 c
0.08/0.13 c make graph and approximate orbits
0.08/0.18 c [group: #orbits ~= 4] (42.40ms)
0.08/0.18 c
0.08/0.18 c detect special group actions
0.08/0.18 c probe for Johnson action (limit=64)
0.19/0.24 c probe for row-column symmetry (limit=64, splits=16.78M)
0.19/0.26 c probe for row symmetry (limit=64, splits=16.78M)
0.19/0.28 c (99.93ms)
0.19/0.28 c
0.19/0.28 c detect symmetries on remainder
0.19/0.28 c [graph: #vertices 83301 #edges 479750]
0.19/0.28 c dejavu (support_limit=2048.00MB, budget_limit=64)
0.97/1.04 c [group: #symmetries 7.55*10^34 #generators 10] (765.66ms)
0.97/1.04 c
0.97/1.04 c optimize generators (opt_passes=64, conjugate_limit=256)
0.97/1.05 c opt it=15, l=312, m=119, opt=20, avg=1199, b=192, gens=10
0.97/1.05 c opt it=31, l=584, m=209, opt=27, avg=1167, b=192, gens=10
0.97/1.05 c ran it=0, +gens=10
1.06/1.14 c con best_support=192, best_gens=1, +gens=255
1.06/1.14 c (94.55ms)
1.06/1.14 c
1.06/1.14 c finalize break order and special generators
1.06/1.14 c
1.06/1.14 c add generic predicates (break_depth=20)
1.06/1.14 c added predicates for 275 generators (1.02ms)
1.16/1.22 c
1.16/1.22 c generation finished
1.16/1.22 c [sbp: #constraints 15950 #add_vars 5225]
1.16/1.23 c
1.16/1.23 c write result to 'HOME/instance-4532186-1752597826.opb.pre'
1.16/1.24 c wrote 3.10MB (9.79ms)
1.16/1.24 c ------------------------------------------------------------------
1.16/1.24 c 765.66ms 62.76% detect_generic
1.16/1.24 c 104.31ms 8.55% parse
1.16/1.24 c 101.76ms 8.34% other
1.16/1.24 c 99.93ms 8.19% detect_special
1.16/1.24 c 94.55ms 7.75% optimize_gens
1.16/1.24 c 42.40ms 3.47% approx_orbits
1.16/1.24 c 9.79ms 0.80% output
1.16/1.24 c 1.02ms 0.08% break_generic
1.16/1.24 c 0.65ms 0.05% finalize_order
1.16/1.24 c ───────────────────────────────────────────────
1.16/1.24 c 1220.06ms 100% total
1.16/1.24 c ------------------------------------------------------------------
1.20/1.39 c RoundingSat 2
1.20/1.39 c branch pb25
1.20/1.39 c commit 0f876b3
1.93/2.12 c #variables 6450 #constraints 94350
1.93/2.12 c objective is ce32
2.11/2.34 c initial watched CF 32, 64, 128, Arb: 0 , 0 , 0 , 0
2.11/2.34 c initial counting CF 32, 64, 128, Arb: 1 , 0 , 0 , 0
2.11/2.34 c bounds 0 >= -1000 @ 0.807076
5.40/5.65 c bounds -40 >= -1000 @ 4.07707
10.29/10.51 c bounds -40 >= -999 @ 8.91223
19.46/19.77 c bounds -40 >= -998 @ 18.1267
36.21/36.54 c rational objective -666.667
37.21/37.59 c bounds -40 >= -997 @ 35.8416
37.21/37.59 c bounds -40 >= -996 @ 35.842
37.21/37.59 c bounds -40 >= -995 @ 35.8423
37.21/37.59 c bounds -40 >= -994 @ 35.8426
37.21/37.60 c bounds -40 >= -993 @ 35.843
37.21/37.60 c bounds -40 >= -992 @ 35.8433
37.21/37.60 c bounds -40 >= -991 @ 35.8436
37.21/37.60 c bounds -40 >= -990 @ 35.8439
37.31/37.60 c bounds -40 >= -989 @ 35.8443
37.31/37.60 c bounds -40 >= -988 @ 35.8446
37.31/37.60 c bounds -40 >= -987 @ 35.845
37.31/37.60 c bounds -40 >= -986 @ 35.8453
37.31/37.60 c bounds -40 >= -985 @ 35.8456
37.31/37.60 c bounds -40 >= -984 @ 35.8459
37.31/37.60 c bounds -40 >= -983 @ 35.8463
37.31/37.60 c bounds -40 >= -982 @ 35.8466
37.31/37.60 c bounds -40 >= -981 @ 35.8469
37.31/37.60 c bounds -40 >= -980 @ 35.8472
37.31/37.60 c bounds -40 >= -979 @ 35.8476
37.31/37.60 c bounds -40 >= -978 @ 35.8479
37.31/37.60 c bounds -40 >= -977 @ 35.8482
37.31/37.60 c bounds -40 >= -976 @ 35.8486
37.31/37.60 c bounds -40 >= -975 @ 35.849
37.31/37.60 c bounds -40 >= -974 @ 35.8493
37.31/37.60 c bounds -40 >= -973 @ 35.8496
37.31/37.60 c bounds -40 >= -972 @ 35.8499
37.31/37.60 c bounds -40 >= -971 @ 35.8503
37.31/37.60 c bounds -40 >= -970 @ 35.8507
37.31/37.60 c bounds -40 >= -969 @ 35.851
37.31/37.60 c bounds -40 >= -968 @ 35.8513
37.31/37.60 c bounds -40 >= -967 @ 35.8516
37.31/37.60 c bounds -40 >= -966 @ 35.8519
37.31/37.60 c bounds -40 >= -965 @ 35.8524
37.31/37.60 c bounds -40 >= -964 @ 35.8527
37.31/37.61 c bounds -40 >= -963 @ 35.8531
37.31/37.61 c bounds -40 >= -962 @ 35.8534
37.31/37.61 c bounds -40 >= -961 @ 35.8538
37.31/37.61 c bounds -40 >= -960 @ 35.8541
37.31/37.61 c bounds -40 >= -959 @ 35.8544
37.31/37.61 c bounds -40 >= -958 @ 35.8547
37.31/37.61 c bounds -40 >= -957 @ 35.855
37.31/37.61 c bounds -40 >= -956 @ 35.8553
37.31/37.61 c bounds -40 >= -955 @ 35.8556
37.31/37.61 c bounds -40 >= -954 @ 35.8559
37.31/37.61 c bounds -40 >= -953 @ 35.8562
37.31/37.61 c bounds -40 >= -952 @ 35.8565
37.31/37.61 c bounds -40 >= -951 @ 35.8568
37.31/37.61 c bounds -40 >= -950 @ 35.8571
37.31/37.61 c bounds -40 >= -949 @ 35.8575
37.31/37.61 c bounds -40 >= -948 @ 35.8578
37.31/37.61 c bounds -40 >= -947 @ 35.8581
37.31/37.61 c bounds -40 >= -946 @ 35.8584
37.31/37.61 c bounds -40 >= -945 @ 35.8587
37.31/37.61 c bounds -40 >= -944 @ 35.859
37.31/37.61 c bounds -40 >= -943 @ 35.8593
37.31/37.61 c bounds -40 >= -942 @ 35.8596
37.31/37.61 c bounds -40 >= -941 @ 35.8599
37.31/37.61 c bounds -40 >= -940 @ 35.8603
37.31/37.61 c bounds -40 >= -939 @ 35.8606
37.31/37.61 c bounds -40 >= -938 @ 35.8609
37.31/37.61 c bounds -40 >= -937 @ 35.8612
37.31/37.61 c bounds -40 >= -936 @ 35.8615
37.31/37.61 c bounds -40 >= -935 @ 35.8618
37.31/37.61 c bounds -40 >= -934 @ 35.8621
37.31/37.61 c bounds -40 >= -933 @ 35.8624
37.31/37.61 c bounds -40 >= -932 @ 35.8627
37.31/37.62 c bounds -40 >= -931 @ 35.8628
37.31/37.62 c bounds -40 >= -930 @ 35.8628
37.31/37.62 c bounds -40 >= -929 @ 35.8628
37.31/37.62 c bounds -40 >= -928 @ 35.863
37.31/37.62 c bounds -40 >= -927 @ 35.8633
37.31/37.62 c bounds -40 >= -926 @ 35.8637
37.31/37.62 c bounds -40 >= -925 @ 35.864
37.31/37.62 c bounds -40 >= -924 @ 35.8643
37.31/37.62 c bounds -40 >= -923 @ 35.8646
37.31/37.62 c bounds -40 >= -922 @ 35.8649
37.31/37.62 c bounds -40 >= -921 @ 35.8652
37.31/37.62 c bounds -40 >= -920 @ 35.8655
37.31/37.62 c bounds -40 >= -919 @ 35.8658
37.31/37.62 c bounds -40 >= -918 @ 35.8661
37.31/37.62 c bounds -40 >= -917 @ 35.8664
37.31/37.62 c bounds -40 >= -916 @ 35.8668
37.31/37.62 c bounds -40 >= -915 @ 35.8673
37.31/37.62 c bounds -40 >= -914 @ 35.8676
37.31/37.62 c bounds -40 >= -913 @ 35.8679
37.31/37.62 c bounds -40 >= -912 @ 35.8682
37.31/37.62 c bounds -40 >= -911 @ 35.8685
37.31/37.62 c bounds -40 >= -910 @ 35.8688
37.31/37.62 c bounds -40 >= -909 @ 35.8691
37.31/37.62 c bounds -40 >= -908 @ 35.8694
37.31/37.62 c bounds -40 >= -907 @ 35.8697
37.31/37.62 c bounds -40 >= -906 @ 35.87
37.31/37.62 c bounds -40 >= -905 @ 35.8703
37.31/37.62 c bounds -40 >= -904 @ 35.8705
37.31/37.62 c bounds -40 >= -903 @ 35.8708
37.31/37.62 c bounds -40 >= -902 @ 35.8712
37.31/37.62 c bounds -40 >= -901 @ 35.8715
37.31/37.63 c bounds -40 >= -900 @ 35.8718
37.31/37.63 c bounds -40 >= -899 @ 35.8721
37.31/37.63 c bounds -40 >= -898 @ 35.8724
37.31/37.63 c bounds -40 >= -897 @ 35.8727
37.31/37.63 c bounds -40 >= -896 @ 35.873
37.31/37.63 c bounds -40 >= -895 @ 35.8733
37.31/37.63 c bounds -40 >= -894 @ 35.8736
37.31/37.63 c bounds -40 >= -893 @ 35.8738
37.31/37.63 c bounds -40 >= -892 @ 35.8741
37.31/37.63 c bounds -40 >= -891 @ 35.8744
37.31/37.63 c bounds -40 >= -890 @ 35.8747
37.31/37.63 c bounds -40 >= -889 @ 35.875
37.31/37.63 c bounds -40 >= -888 @ 35.8753
37.31/37.63 c bounds -40 >= -887 @ 35.8755
37.31/37.63 c bounds -40 >= -886 @ 35.8758
37.31/37.63 c bounds -40 >= -885 @ 35.8761
37.31/37.63 c bounds -40 >= -884 @ 35.8764
37.31/37.63 c bounds -40 >= -883 @ 35.8767
37.31/37.63 c bounds -40 >= -882 @ 35.877
37.31/37.63 c bounds -40 >= -881 @ 35.8772
37.31/37.63 c bounds -40 >= -880 @ 35.8775
37.31/37.63 c bounds -40 >= -879 @ 35.8778
37.31/37.63 c bounds -40 >= -878 @ 35.8781
37.31/37.63 c bounds -40 >= -877 @ 35.8784
37.31/37.63 c bounds -40 >= -876 @ 35.8787
37.31/37.63 c bounds -40 >= -875 @ 35.879
37.31/37.63 c bounds -40 >= -874 @ 35.8793
37.31/37.63 c bounds -40 >= -873 @ 35.8795
37.31/37.63 c bounds -40 >= -872 @ 35.8798
37.31/37.63 c bounds -40 >= -871 @ 35.8801
37.31/37.63 c bounds -40 >= -870 @ 35.8804
37.31/37.63 c bounds -40 >= -869 @ 35.8808
37.31/37.63 c bounds -40 >= -868 @ 35.8811
37.31/37.63 c bounds -40 >= -867 @ 35.8813
37.31/37.63 c bounds -40 >= -866 @ 35.8816
37.31/37.64 c bounds -40 >= -865 @ 35.8819
37.31/37.64 c bounds -40 >= -864 @ 35.8821
37.31/37.64 c bounds -40 >= -863 @ 35.8824
37.31/37.64 c bounds -40 >= -862 @ 35.8827
37.31/37.64 c bounds -40 >= -861 @ 35.8829
37.31/37.64 c bounds -40 >= -860 @ 35.8832
37.31/37.64 c bounds -40 >= -859 @ 35.8835
37.31/37.64 c bounds -40 >= -858 @ 35.8837
37.31/37.64 c bounds -40 >= -857 @ 35.8842
37.31/37.64 c bounds -40 >= -856 @ 35.8845
37.31/37.64 c bounds -40 >= -855 @ 35.8846
37.31/37.64 c bounds -40 >= -854 @ 35.8846
37.31/37.64 c bounds -40 >= -853 @ 35.8846
37.31/37.64 c bounds -40 >= -852 @ 35.8846
37.31/37.64 c bounds -40 >= -851 @ 35.8848
37.31/37.64 c bounds -40 >= -850 @ 35.8852
37.31/37.64 c bounds -40 >= -849 @ 35.8855
37.31/37.64 c bounds -40 >= -848 @ 35.8857
37.31/37.64 c bounds -40 >= -847 @ 35.886
37.31/37.64 c bounds -40 >= -846 @ 35.8863
37.31/37.64 c bounds -40 >= -845 @ 35.8866
37.31/37.64 c bounds -40 >= -844 @ 35.8868
37.31/37.64 c bounds -40 >= -843 @ 35.8871
37.31/37.64 c bounds -40 >= -842 @ 35.8874
37.31/37.64 c bounds -40 >= -841 @ 35.8876
37.31/37.64 c bounds -40 >= -840 @ 35.8879
37.31/37.64 c bounds -40 >= -839 @ 35.8882
37.31/37.64 c bounds -40 >= -838 @ 35.8885
37.31/37.64 c bounds -40 >= -837 @ 35.8888
37.31/37.64 c bounds -40 >= -836 @ 35.889
37.31/37.64 c bounds -40 >= -835 @ 35.8893
37.31/37.64 c bounds -40 >= -834 @ 35.8896
37.31/37.64 c bounds -40 >= -833 @ 35.8899
37.31/37.64 c bounds -40 >= -832 @ 35.8901
37.31/37.64 c bounds -40 >= -831 @ 35.8904
37.31/37.65 c bounds -40 >= -830 @ 35.8912
37.31/37.65 c bounds -40 >= -829 @ 35.8915
37.31/37.65 c bounds -40 >= -828 @ 35.8918
37.31/37.65 c bounds -40 >= -827 @ 35.8921
37.31/37.65 c bounds -40 >= -826 @ 35.8924
37.31/37.65 c bounds -40 >= -825 @ 35.8927
37.31/37.65 c bounds -40 >= -824 @ 35.8929
37.31/37.65 c bounds -40 >= -823 @ 35.8934
37.31/37.65 c bounds -40 >= -822 @ 35.8937
37.31/37.65 c bounds -40 >= -821 @ 35.8939
37.31/37.65 c bounds -40 >= -820 @ 35.8942
37.31/37.65 c bounds -40 >= -819 @ 35.8944
37.31/37.65 c bounds -40 >= -818 @ 35.8947
37.31/37.65 c bounds -40 >= -817 @ 35.895
37.31/37.65 c bounds -40 >= -816 @ 35.8952
37.31/37.65 c bounds -40 >= -815 @ 35.8955
37.31/37.65 c bounds -40 >= -814 @ 35.8956
37.31/37.65 c bounds -40 >= -813 @ 35.8956
37.31/37.65 c bounds -40 >= -812 @ 35.8956
37.31/37.65 c bounds -40 >= -811 @ 35.8956
37.31/37.65 c bounds -40 >= -810 @ 35.8959
37.31/37.65 c bounds -40 >= -809 @ 35.8961
37.31/37.65 c bounds -40 >= -808 @ 35.8964
37.31/37.65 c bounds -40 >= -807 @ 35.8967
37.31/37.65 c bounds -40 >= -806 @ 35.8969
37.31/37.65 c bounds -40 >= -805 @ 35.8973
37.31/37.65 c bounds -40 >= -804 @ 35.8975
37.31/37.65 c bounds -40 >= -803 @ 35.8978
37.31/37.65 c bounds -40 >= -802 @ 35.8985
37.31/37.65 c bounds -40 >= -801 @ 35.8987
37.31/37.66 c bounds -78 >= -801 @ 35.9027
37.31/37.66 c bounds -78 >= -800 @ 35.9028
37.31/37.66 c bounds -78 >= -799 @ 35.903
37.31/37.66 c bounds -78 >= -798 @ 35.9033
37.31/37.66 c bounds -78 >= -797 @ 35.9035
37.31/37.66 c bounds -78 >= -796 @ 35.9038
37.31/37.66 c bounds -78 >= -795 @ 35.904
37.31/37.66 c bounds -78 >= -794 @ 35.9043
37.31/37.66 c bounds -78 >= -793 @ 35.9045
37.31/37.66 c bounds -78 >= -792 @ 35.9049
37.31/37.66 c bounds -78 >= -791 @ 35.9052
37.31/37.66 c bounds -78 >= -790 @ 35.9054
37.31/37.66 c bounds -78 >= -789 @ 35.9057
37.31/37.66 c bounds -78 >= -788 @ 35.906
37.31/37.66 c bounds -78 >= -787 @ 35.9062
37.31/37.66 c bounds -78 >= -786 @ 35.9065
37.31/37.66 c bounds -78 >= -785 @ 35.9067
37.31/37.66 c bounds -78 >= -784 @ 35.9073
37.31/37.66 c bounds -78 >= -783 @ 35.9076
37.31/37.66 c bounds -78 >= -782 @ 35.9078
37.31/37.66 c bounds -78 >= -781 @ 35.9081
37.31/37.66 c bounds -78 >= -780 @ 35.9083
37.31/37.67 c bounds -78 >= -779 @ 35.9086
37.31/37.67 c bounds -78 >= -778 @ 35.9087
37.31/37.67 c bounds -78 >= -777 @ 35.9087
37.31/37.67 c bounds -78 >= -776 @ 35.9087
37.31/37.67 c bounds -78 >= -775 @ 35.9088
37.31/37.67 c bounds -78 >= -774 @ 35.909
37.31/37.67 c bounds -78 >= -773 @ 35.9093
37.31/37.67 c bounds -78 >= -772 @ 35.9095
37.31/37.67 c bounds -78 >= -771 @ 35.91
37.31/37.67 c bounds -78 >= -770 @ 35.9104
37.31/37.67 c bounds -78 >= -769 @ 35.9108
37.31/37.67 c bounds -78 >= -768 @ 35.9114
37.31/37.67 c bounds -78 >= -767 @ 35.9116
37.31/37.67 c bounds -78 >= -766 @ 35.9118
37.31/37.67 c bounds -78 >= -765 @ 35.9121
37.31/37.67 c bounds -78 >= -764 @ 35.9126
37.31/37.67 c bounds -78 >= -763 @ 35.9128
37.31/37.67 c bounds -78 >= -762 @ 35.9131
37.31/37.67 c bounds -78 >= -761 @ 35.9133
37.31/37.67 c bounds -116 >= -761 @ 35.9171
37.31/37.67 c bounds -116 >= -760 @ 35.9174
37.31/37.68 c bounds -116 >= -759 @ 35.9178
37.31/37.68 c bounds -116 >= -758 @ 35.918
37.31/37.68 c bounds -116 >= -757 @ 35.9183
37.31/37.68 c bounds -116 >= -756 @ 35.9187
37.31/37.68 c bounds -116 >= -755 @ 35.9189
37.31/37.68 c bounds -116 >= -754 @ 35.9192
37.31/37.68 c bounds -116 >= -753 @ 35.9194
37.31/37.68 c bounds -116 >= -752 @ 35.9199
37.31/37.68 c bounds -116 >= -751 @ 35.9201
37.31/37.68 c bounds -116 >= -750 @ 35.9204
37.31/37.68 c bounds -116 >= -749 @ 35.9206
37.31/37.68 c bounds -116 >= -748 @ 35.9208
37.31/37.68 c bounds -116 >= -747 @ 35.9211
37.31/37.68 c bounds -116 >= -746 @ 35.9213
37.31/37.68 c bounds -116 >= -745 @ 35.9217
37.31/37.68 c bounds -116 >= -744 @ 35.9219
37.31/37.68 c bounds -116 >= -743 @ 35.9223
37.31/37.68 c bounds -116 >= -742 @ 35.9225
37.31/37.68 c bounds -116 >= -741 @ 35.9228
37.31/37.68 c bounds -116 >= -740 @ 35.9231
37.31/37.68 c bounds -116 >= -739 @ 35.9234
37.31/37.68 c bounds -116 >= -738 @ 35.9236
37.31/37.68 c bounds -116 >= -737 @ 35.9236
37.31/37.68 c bounds -116 >= -736 @ 35.9236
37.31/37.68 c bounds -116 >= -735 @ 35.9236
37.31/37.68 c bounds -116 >= -734 @ 35.9237
37.31/37.68 c bounds -116 >= -733 @ 35.924
37.31/37.68 c bounds -116 >= -732 @ 35.9242
37.31/37.68 c bounds -116 >= -731 @ 35.9245
37.31/37.68 c bounds -116 >= -730 @ 35.9247
37.31/37.68 c bounds -116 >= -729 @ 35.925
37.31/37.68 c bounds -116 >= -728 @ 35.9252
37.31/37.68 c bounds -116 >= -727 @ 35.9255
37.31/37.68 c bounds -116 >= -726 @ 35.9258
37.31/37.68 c bounds -116 >= -725 @ 35.926
37.31/37.68 c bounds -116 >= -724 @ 35.9264
37.31/37.69 c bounds -154 >= -724 @ 35.9308
37.31/37.69 c bounds -154 >= -723 @ 35.9313
37.31/37.69 c bounds -154 >= -722 @ 35.9317
37.31/37.69 c bounds -154 >= -721 @ 35.932
37.31/37.69 c bounds -154 >= -720 @ 35.9323
37.31/37.69 c bounds -154 >= -719 @ 35.9326
37.31/37.69 c bounds -154 >= -718 @ 35.9329
37.31/37.69 c bounds -154 >= -717 @ 35.9335
37.31/37.69 c bounds -154 >= -716 @ 35.9341
37.31/37.69 c bounds -154 >= -715 @ 35.9344
37.31/37.69 c bounds -154 >= -714 @ 35.9347
37.31/37.69 c bounds -154 >= -713 @ 35.9349
37.31/37.69 c bounds -154 >= -712 @ 35.9354
37.31/37.69 c bounds -154 >= -711 @ 35.9357
37.41/37.70 c bounds -188 >= -711 @ 35.9386
37.41/37.70 c bounds -188 >= -710 @ 35.9389
37.41/37.70 c bounds -188 >= -709 @ 35.9394
37.41/37.70 c bounds -188 >= -708 @ 35.9397
37.41/37.70 c bounds -188 >= -707 @ 35.94
37.41/37.70 c bounds -188 >= -706 @ 35.9404
37.41/37.70 c bounds -188 >= -705 @ 35.9407
37.41/37.70 c bounds -188 >= -704 @ 35.9413
37.41/37.70 c bounds -188 >= -703 @ 35.9425
37.41/37.70 c bounds -188 >= -702 @ 35.9426
37.41/37.71 c bounds -222 >= -702 @ 35.9458
37.41/37.71 c bounds -222 >= -701 @ 35.9462
37.41/37.71 c bounds -222 >= -700 @ 35.9466
37.41/37.71 c bounds -222 >= -699 @ 35.9472
37.41/37.71 c bounds -222 >= -698 @ 35.9495
37.41/37.72 c bounds -250 >= -698 @ 35.9529
37.41/37.72 c bounds -250 >= -697 @ 35.9549
37.41/37.72 c bounds -250 >= -696 @ 35.9569
37.41/37.73 c bounds -276 >= -696 @ 35.9609
37.41/37.73 c bounds -276 >= -695 @ 35.9631
37.41/37.74 c bounds -306 >= -695 @ 35.9693
37.41/37.74 c bounds -306 >= -694 @ 35.9722
37.41/37.74 c bounds -306 >= -693 @ 35.9736
37.41/37.75 c bounds -328 >= -693 @ 35.9831
37.41/37.75 c bounds -328 >= -692 @ 35.9854
37.41/37.76 c bounds -328 >= -691 @ 35.9874
37.41/37.76 c bounds -350 >= -691 @ 35.9926
37.41/37.77 c bounds -350 >= -690 @ 35.9961
37.41/37.78 c bounds -370 >= -690 @ 36.0046
37.41/37.78 c bounds -370 >= -689 @ 36.0077
37.41/37.78 c bounds -370 >= -688 @ 36.0122
37.41/37.79 c bounds -390 >= -688 @ 36.0181
37.41/37.80 c bounds -390 >= -687 @ 36.0233
37.51/37.81 c bounds -394 >= -687 @ 36.0345
37.51/37.81 c bounds -394 >= -686 @ 36.0391
37.51/37.82 c bounds -414 >= -686 @ 36.0433
37.51/37.82 c bounds -416 >= -686 @ 36.0465
37.51/37.83 c bounds -416 >= -685 @ 36.0544
37.51/37.84 c bounds -430 >= -685 @ 36.0604
37.51/37.84 c bounds -446 >= -685 @ 36.0662
37.51/37.85 c bounds -462 >= -685 @ 36.0734
37.51/37.86 c bounds -462 >= -684 @ 36.0824
37.62/37.92 c bounds -474 >= -684 @ 36.138
37.62/37.93 c bounds -474 >= -683 @ 36.1484
37.62/37.94 c bounds -474 >= -682 @ 36.1594
37.62/37.95 c bounds -484 >= -682 @ 36.1719
37.62/37.96 c bounds -498 >= -682 @ 36.1747
37.62/37.96 c bounds -504 >= -682 @ 36.1805
37.62/37.97 c bounds -510 >= -682 @ 36.1851
37.62/37.99 c bounds -510 >= -681 @ 36.2054
37.62/37.99 c bounds -514 >= -681 @ 36.2099
37.62/38.00 c bounds -526 >= -681 @ 36.2156
37.62/38.00 c bounds -530 >= -681 @ 36.2194
37.62/38.01 c bounds -534 >= -681 @ 36.2237
37.72/38.01 c bounds -538 >= -681 @ 36.2253
37.72/38.02 c bounds -542 >= -681 @ 36.2287
37.72/38.02 c bounds -548 >= -681 @ 36.2325
37.72/38.02 c bounds -554 >= -681 @ 36.2343
37.72/38.03 c bounds -560 >= -681 @ 36.2371
37.72/38.03 c bounds -566 >= -681 @ 36.2404
37.72/38.04 c bounds -578 >= -681 @ 36.2441
37.72/38.05 c bounds -578 >= -680 @ 36.2574
37.82/38.15 c bounds -582 >= -680 @ 36.3518
37.82/38.17 c bounds -582 >= -679 @ 36.3792
38.21/38.51 c #Conflicts: 1000 | #Constraints: 97628
38.21/38.51 c bounds -584 >= -679 @ 36.7163
38.21/38.55 c bounds -584 >= -678 @ 36.7566
38.21/38.59 c bounds -584 >= -677 @ 36.793
38.31/38.65 c bounds -584 >= -676 @ 36.842
38.31/38.67 c bounds -586 >= -676 @ 36.8703
38.31/38.68 c bounds -588 >= -676 @ 36.8735
38.31/38.68 c bounds -590 >= -676 @ 36.8796
38.41/38.77 c bounds -592 >= -676 @ 36.9697
38.51/38.82 c bounds -592 >= -675 @ 37.0161
38.51/38.83 c bounds -594 >= -675 @ 37.0215
38.51/38.84 c bounds -596 >= -675 @ 37.0322
38.51/38.84 c bounds -598 >= -675 @ 37.0356
38.51/38.84 c bounds -600 >= -675 @ 37.0386
42.50/42.82 c #Conflicts: 2000 | #Constraints: 98817
42.50/42.82 c INPROCESSING
42.50/42.82 c GARBAGE COLLECT
42.50/42.82 c bounds -600 >= -674 @ 40.9784
44.70/45.08 c #Conflicts: 3000 | #Constraints: 98081
44.70/45.08 c #Conflicts: 4000 | #Constraints: 99081
44.70/45.08 c INPROCESSING
44.70/45.08 c GARBAGE COLLECT
44.70/45.08 c bounds -600 >= -673 @ 43.2234
44.99/45.31 c #Conflicts: 5000 | #Constraints: 98352
44.99/45.31 c bounds -600 >= -672 @ 43.4499
45.30/45.64 c #Conflicts: 6000 | #Constraints: 99394
45.30/45.64 c bounds -600 >= -671 @ 43.7661
49.08/49.48 c INPROCESSING
49.08/49.48 c GARBAGE COLLECT
49.08/49.48 WSVECS04 Frhs2[55]: 6 0 1.00007 shouldn't be
49.08/49.48 WSVECS04 Frhs2[148]: 6 0 1.00007 shouldn't be
49.08/49.48 WSVECS04 Frhs2[280]: 6 0 1.00004 shouldn't be
49.08/49.48 WSVECS04 Frhs2[338]: 6 0 1.00004 shouldn't be
49.08/49.48 WSVECS04 Frhs2[341]: 6 0 1.00008 shouldn't be
49.08/49.48 WSVECS04 Frhs2[348]: 6 0 1.00002 shouldn't be
49.08/49.48 WSVECS04 Frhs2[356]: 6 0 1.0001 shouldn't be
49.08/49.48 WSVECS04 Frhs2[407]: 6 0 1.00003 shouldn't be
49.08/49.48 WSVECS04 Frhs2[412]: 6 0 1.00002 shouldn't be
49.08/49.48 WSVECS04 Frhs2[417]: 6 0 1.0001 shouldn't be
49.08/49.48 WSVECS04 Frhs2[423]: 6 0 1.00006 shouldn't be
49.08/49.48 WSVECS04 Frhs2[424]: 6 0 1.00008 shouldn't be
49.08/49.48 WSVECS04 Frhs2[427]: 6 0 1.00003 shouldn't be
49.08/49.48 WSVECS04 Frhs2[432]: 6 0 1.00001 shouldn't be
49.08/49.48 WSVECS04 Frhs2[433]: 6 0 1.0001 shouldn't be
49.08/49.48 WSVECS04 Frhs2[438]: 6 0 1.00006 shouldn't be
49.08/49.48 WSVECS04 Frhs2[442]: 6 0 1.00009 shouldn't be
49.08/49.48 WSVECS04 Frhs2[487]: 6 0 1.00008 shouldn't be
49.08/49.48 WSVECS04 Frhs2[492]: 6 0 1.00005 shouldn't be
49.08/49.48 WSVECS04 Frhs2[500]: 6 0 1.00003 shouldn't be
49.08/49.48 WSVECS04 Frhs2[501]: 6 0 1.00004 shouldn't be
49.08/49.48 WSVECS04 Frhs2[502]: 6 0 1.00006 shouldn't be
49.08/49.48 WSVECS04 Frhs2[507]: 6 0 1.00006 shouldn't be
49.08/49.48 WSVECS04 Frhs2[510]: 6 0 1.00004 shouldn't be
49.08/49.48 WSVECS04 Frhs2[515]: 6 0 1.00006 shouldn't be
49.08/49.48 WSVECS04 Frhs2[517]: 6 0 1.00001 shouldn't be
49.08/49.48 WSVECS04 Frhs2[597]: 6 0 1.00006 shouldn't be
49.08/49.48 WSVECS04 Frhs2[602]: 6 0 1.00008 shouldn't be
49.08/49.48 WSVECS04 Frhs2[609]: 6 0 1.00001 shouldn't be
49.08/49.48 WSVECS04 Frhs2[617]: 6 0 1.00009 shouldn't be
49.08/49.48 WSVECS04 Frhs2[667]: 6 0 1.00005 shouldn't be
49.08/49.48 WSVECS04 Frhs2[675]: 6 0 1.00002 shouldn't be
49.08/49.48 WSVECS04 Frhs2[676]: 6 0 1.00007 shouldn't be
49.08/49.48 WSVECS04 Frhs2[677]: 6 0 1.00006 shouldn't be
49.08/49.48 WSVECS04 Frhs2[682]: 6 0 1.00003 shouldn't be
49.08/49.48 WSVECS04 Frhs2[692]: 6 0 1.00008 shouldn't be
49.08/49.48 WSVECS04 Frhs2[762]: 6 0 1.0001 shouldn't be
49.08/49.48 WSVECS04 Frhs2[768]: 6 0 1.00007 shouldn't be
49.08/49.48 WSVECS04 Frhs2[769]: 6 0 1.00005 shouldn't be
49.08/49.48 WSVECS04 Frhs2[772]: 6 0 1.0001 shouldn't be
49.08/49.48 WSVECS04 Frhs2[777]: 6 0 1.00007 shouldn't be
49.08/49.48 WSVECS04 Frhs2[783]: 6 0 1.00005 shouldn't be
49.08/49.48 WSVECS04 Frhs2[787]: 6 0 1.00004 shouldn't be
49.08/49.48 WSVECS04 Frhs2[825]: 6 0 1.00007 shouldn't be
49.08/49.48 WSVECS04 Frhs2[826]: 6 0 1.00006 shouldn't be
49.08/49.48 WSVECS04 Frhs2[827]: 6 0 1.00003 shouldn't be
49.08/49.48 WSVECS04 Frhs2[832]: 6 0 1.00002 shouldn't be
49.08/49.48 WSVECS04 Frhs2[835]: 6 0 1.00007 shouldn't be
49.08/49.48 WSVECS04 Frhs2[840]: 6 0 1.00009 shouldn't be
49.08/49.48 WSVECS04 Frhs2[842]: 6 0 1.00008 shouldn't be
49.08/49.48 WSVECS04 Frhs2[973]: 6 0 1.00008 shouldn't be
49.08/49.48 WSVECS04 Frhs2[979]: 6 0 1.0001 shouldn't be
49.08/49.48 WSVECS04 Frhs2[981]: 6 0 1.00002 shouldn't be
49.08/49.48 WSVECS04 Frhs2[995]: 6 0 1.00006 shouldn't be
49.08/49.48 WSVECS04 Frhs2[997]: 6 0 1.00006 shouldn't be
49.08/49.48 WSVECS04 Frhs2[1000]: 6 0 1.00009 shouldn't be
49.08/49.48 WSVECS04 Frhs2[1002]: 6 0 1.00005 shouldn't be
49.08/49.48 WSVECS04 Frhs2[1003]: 6 0 1.00008 shouldn't be
49.08/49.48 WSVECS04 Frhs2[1008]: 6 0 1.0001 shouldn't be
49.08/49.48 WSVECS04 Frhs2[1010]: 6 0 1.00006 shouldn't be
49.08/49.48 WSVECS04 Frhs2[1012]: 6 0 1.00003 shouldn't be
49.08/49.48 WSVECS04 Frhs2[1017]: 6 0 1.00008 shouldn't be
49.08/49.48 WSVECS04 Frhs2[1023]: 6 0 1.00002 shouldn't be
49.08/49.48 WSVECS04 Frhs2[1028]: 6 0 1.00006 shouldn't be
49.08/49.48 WSVECS04 Frhs2[1032]: 6 0 1.00008 shouldn't be
49.08/49.48 WSVECS04 Frhs2[1057]: 6 0 1.0001 shouldn't be
49.08/49.48 WSVECS04 Frhs2[1107]: 6 0 1.00003 shouldn't be
49.08/49.48 WSVECS04 Frhs2[1108]: 6 0 1.00007 shouldn't be
49.08/49.48 WSVECS04 Frhs2[1117]: 6 0 1.00002 shouldn't be
49.08/49.48 WSVECS04 Frhs2[1135]: 6 0 1.00005 shouldn't be
49.08/49.48 WSVECS04 Frhs2[1140]: 6 0 1.00008 shouldn't be
49.08/49.48 WSVECS04 Frhs2[1142]: 6 0 1.00004 shouldn't be
65.65/66.10 c #Conflicts: 7000 | #Constraints: 98286
65.65/66.10 c bounds -600 >= -670 @ 64.1042
68.29/68.71 c #Conflicts: 8000 | #Constraints: 99364
68.29/68.71 c #Conflicts: 9000 | #Constraints: 100364
68.29/68.71 c INPROCESSING
68.29/68.71 c GARBAGE COLLECT
68.29/68.71 c #Conflicts: 10000 | #Constraints: 98983
68.29/68.71 c bounds -600 >= -669 @ 66.6594
68.49/69.01 c #Conflicts: 11000 | #Constraints: 100058
68.49/69.01 c bounds -600 >= -668 @ 66.9441
72.77/73.24 c #Conflicts: 12000 | #Constraints: 101094
72.77/73.24 c INPROCESSING
72.77/73.24 c #Conflicts: 13000 | #Constraints: 99395
72.77/73.24 c #Conflicts: 14000 | #Constraints: 100395
72.77/73.24 c #Conflicts: 15000 | #Constraints: 101395
72.77/73.24 c INPROCESSING
72.77/73.24 c GARBAGE COLLECT
72.77/73.24 c bounds -600 >= -667 @ 71.1277
73.07/73.56 c #Conflicts: 16000 | #Constraints: 99655
73.07/73.56 c bounds -600 >= -666 @ 71.4409
73.37/73.82 c #Conflicts: 17000 | #Constraints: 100703
73.37/73.82 c bounds -600 >= -665 @ 71.6919
73.68/74.13 c bounds -600 >= -664 @ 72.0011
74.17/74.65 c #Conflicts: 18000 | #Constraints: 101778
74.17/74.65 c INPROCESSING
74.17/74.65 c #Conflicts: 19000 | #Constraints: 99619
74.17/74.65 c bounds -600 >= -663 @ 72.5115
86.54/87.09 c #Conflicts: 20000 | #Constraints: 100691
86.54/87.09 c #Conflicts: 21000 | #Constraints: 101691
86.54/87.09 c INPROCESSING
86.54/87.09 c GARBAGE COLLECT
86.54/87.09 c #Conflicts: 22000 | #Constraints: 99519
86.54/87.09 WSVECS04 Frhs2[50]: 6 0 1.00005 shouldn't be
86.54/87.09 WSVECS04 Frhs2[60]: 6 0 1.00006 shouldn't be
86.54/87.09 WSVECS04 Frhs2[62]: 6 0 1.00008 shouldn't be
86.54/87.09 WSVECS04 Frhs2[70]: 6 0 1.00008 shouldn't be
86.54/87.09 WSVECS04 Frhs2[75]: 6 0 1.0001 shouldn't be
86.54/87.09 WSVECS04 Frhs2[80]: 6 0 1.00008 shouldn't be
86.54/87.09 WSVECS04 Frhs2[85]: 6 0 1.00009 shouldn't be
86.54/87.09 WSVECS04 Frhs2[90]: 6 0 1.00004 shouldn't be
86.54/87.09 WSVECS04 Frhs2[92]: 6 0 1.00007 shouldn't be
86.54/87.09 WSVECS04 Frhs2[95]: 6 0 1.00009 shouldn't be
86.54/87.09 WSVECS04 Frhs2[101]: 6 0 1.00005 shouldn't be
86.54/87.09 WSVECS04 Frhs2[109]: 6 0 1.00003 shouldn't be
86.54/87.09 WSVECS04 Frhs2[121]: 6 0 1.00007 shouldn't be
86.54/87.09 WSVECS04 Frhs2[136]: 6 0 1.00004 shouldn't be
86.54/87.09 WSVECS04 Frhs2[139]: 6 0 1.00007 shouldn't be
86.54/87.09 WSVECS04 Frhs2[141]: 6 0 1.00001 shouldn't be
86.54/87.09 WSVECS04 Frhs2[146]: 6 0 1.00004 shouldn't be
86.54/87.09 WSVECS04 Frhs2[171]: 6 0 1.00006 shouldn't be
86.54/87.09 WSVECS04 Frhs2[172]: 6 0 1.00003 shouldn't be
86.54/87.09 WSVECS04 Frhs2[238]: 6 0 1.00009 shouldn't be
86.54/87.09 WSVECS04 Frhs2[243]: 6 0 1.00002 shouldn't be
86.54/87.09 WSVECS04 Frhs2[248]: 6 0 1.00008 shouldn't be
86.54/87.09 WSVECS04 Frhs2[253]: 6 0 1.00007 shouldn't be
86.54/87.09 WSVECS04 Frhs2[261]: 6 0 1.00006 shouldn't be
86.54/87.09 WSVECS04 Frhs2[263]: 6 0 1.00002 shouldn't be
86.54/87.09 WSVECS04 Frhs2[268]: 6 0 1.00002 shouldn't be
86.54/87.09 WSVECS04 Frhs2[273]: 6 0 1.00003 shouldn't be
86.54/87.09 WSVECS04 Frhs2[278]: 6 0 1.0001 shouldn't be
86.54/87.09 WSVECS04 Frhs2[285]: 6 0 1.00007 shouldn't be
86.54/87.09 WSVECS04 Frhs2[287]: 6 0 1.00008 shouldn't be
86.54/87.09 WSVECS04 Frhs2[295]: 6 0 1.00009 shouldn't be
86.54/87.09 WSVECS04 Frhs2[300]: 6 0 1.00009 shouldn't be
86.54/87.09 WSVECS04 Frhs2[386]: 6 0 1.00001 shouldn't be
86.54/87.09 WSVECS04 Frhs2[387]: 6 0 1.00004 shouldn't be
86.54/87.09 WSVECS04 Frhs2[524]: 6 0 1.00004 shouldn't be
86.54/87.09 WSVECS04 Frhs2[536]: 6 0 1.00004 shouldn't be
86.54/87.09 WSVECS04 Frhs2[554]: 6 0 1.00006 shouldn't be
86.54/87.09 WSVECS04 Frhs2[556]: 6 0 1.00004 shouldn't be
86.54/87.09 WSVECS04 Frhs2[576]: 6 0 1.00005 shouldn't be
86.54/87.09 WSVECS04 Frhs2[577]: 6 0 1.00007 shouldn't be
86.54/87.09 WSVECS04 Frhs2[603]: 6 0 1.00004 shouldn't be
86.54/87.09 WSVECS04 Frhs2[607]: 6 0 1.00009 shouldn't be
86.54/87.09 WSVECS04 Frhs2[608]: 6 0 1.00003 shouldn't be
86.54/87.09 WSVECS04 Frhs2[613]: 6 0 1.00006 shouldn't be
86.54/87.09 WSVECS04 Frhs2[618]: 6 0 1.00003 shouldn't be
86.54/87.09 WSVECS04 Frhs2[622]: 6 0 1.00001 shouldn't be
86.54/87.09 WSVECS04 Frhs2[623]: 6 0 1.0001 shouldn't be
86.54/87.09 WSVECS04 Frhs2[627]: 6 0 1.00005 shouldn't be
86.54/87.09 WSVECS04 Frhs2[628]: 6 0 1.00005 shouldn't be
86.54/87.09 WSVECS04 Frhs2[741]: 6 0 1.00009 shouldn't be
86.54/87.09 WSVECS04 Frhs2[742]: 6 0 1.00004 shouldn't be
86.54/87.09 WSVECS04 Frhs2[866]: 6 0 1.00007 shouldn't be
86.54/87.09 WSVECS04 Frhs2[869]: 6 0 1.0001 shouldn't be
86.54/87.09 WSVECS04 Frhs2[871]: 6 0 1.00007 shouldn't be
86.54/87.09 WSVECS04 Frhs2[882]: 6 0 1.00001 shouldn't be
86.54/87.09 WSVECS04 Frhs2[950]: 6 0 1.00004 shouldn't be
86.54/87.09 WSVECS04 Frhs2[955]: 6 0 1.00004 shouldn't be
86.54/87.09 WSVECS04 Frhs2[960]: 6 0 1.00004 shouldn't be
86.54/87.09 WSVECS04 Frhs2[965]: 6 0 1.00006 shouldn't be
86.54/87.09 WSVECS04 Frhs2[967]: 6 0 1.00002 shouldn't be
86.54/87.09 WSVECS04 Frhs2[1036]: 6 0 1.00007 shouldn't be
86.54/87.09 WSVECS04 Frhs2[1038]: 6 0 1.00002 shouldn't be
86.54/87.09 WSVECS04 Frhs2[1043]: 6 0 1.00002 shouldn't be
86.54/87.09 WSVECS04 Frhs2[1048]: 6 0 1.00002 shouldn't be
86.54/87.09 WSVECS04 Frhs2[1053]: 6 0 1.00008 shouldn't be
86.54/87.09 WSVECS04 Frhs2[1061]: 6 0 1.00006 shouldn't be
86.54/87.09 WSVECS04 Frhs2[1066]: 6 0 1.00003 shouldn't be
86.54/87.09 WSVECS04 Frhs2[1081]: 6 0 1.00002 shouldn't be
86.54/87.09 WSVECS04 Frhs2[1084]: 6 0 1.00002 shouldn't be
86.54/87.09 WSVECS04 Frhs2[1151]: 6 0 1.00003 shouldn't be
86.54/87.09 WSVECS04 Frhs2[1154]: 6 0 1.00007 shouldn't be
86.54/87.09 WSVECS04 Frhs2[1156]: 6 0 1.00003 shouldn't be
86.54/87.09 WSVECS04 Frhs2[1190]: 6 0 1.00008 shouldn't be
86.54/87.09 WSVECS04 Frhs2[1192]: 6 0 1.00003 shouldn't be
86.54/87.09 WSVECS04 Frhs2[1195]: 6 0 1.00006 shouldn't be
86.54/87.09 WSVECS04 Frhs2[1201]: 6 0 1.00006 shouldn't be
86.54/87.09 WSVECS04 Frhs2[1212]: 6 0 1.00001 shouldn't be
86.54/87.09 WSVECS04 Frhs2[1213]: 6 0 1.00006 shouldn't be
124.41/125.04 WSVECS04 Frhs2[305]: 6 0 1.00006 shouldn't be
124.41/125.04 WSVECS04 Frhs2[310]: 6 0 1.00004 shouldn't be
124.41/125.04 WSVECS04 Frhs2[315]: 6 0 1.00005 shouldn't be
124.41/125.04 WSVECS04 Frhs2[317]: 6 0 1.00003 shouldn't be
124.41/125.04 WSVECS04 Frhs2[320]: 6 0 1.00002 shouldn't be
124.41/125.04 WSVECS04 Frhs2[551]: 6 0 1.00004 shouldn't be
124.41/125.04 WSVECS04 Frhs2[598]: 6 0 1.00003 shouldn't be
124.41/125.04 WSVECS04 Frhs2[724]: 6 0 1.00003 shouldn't be
124.41/125.04 WSVECS04 Frhs2[851]: 6 0 1.00002 shouldn't be
124.41/125.04 WSVECS04 Frhs2[881]: 6 0 1.00007 shouldn't be
124.41/125.04 WSVECS04 Frhs2[970]: 6 0 1.00009 shouldn't be
124.41/125.04 WSVECS04 Frhs2[986]: 6 0 1.00007 shouldn't be
124.41/125.04 WSVECS04 Frhs2[989]: 6 0 1.00007 shouldn't be
124.41/125.04 WSVECS04 Frhs2[991]: 6 0 1.0001 shouldn't be
124.41/125.04 WSVECS04 Frhs2[1086]: 6 0 1.00006 shouldn't be
124.41/125.04 WSVECS04 Frhs2[1199]: 6 0 1.00004 shouldn't be
124.41/125.04 WSVECS04 Frhs2[1220]: 6 0 1.00007 shouldn't be
159.50/160.23 c #Conflicts: 23000 | #Constraints: 100519
159.50/160.23 c bounds -600 >= -662 @ 157.682
160.10/160.80 c #Conflicts: 24000 | #Constraints: 101597
160.10/160.80 c bounds -600 >= -661 @ 158.237
209.17/210.05 c #Conflicts: 25000 | #Constraints: 102639
209.17/210.05 c INPROCESSING
209.17/210.05 c #Conflicts: 26000 | #Constraints: 100160
209.17/210.05 c #Conflicts: 27000 | #Constraints: 101160
209.17/210.05 c #Conflicts: 28000 | #Constraints: 102160
209.17/210.05 c #Conflicts: 29000 | #Constraints: 103160
209.17/210.05 c #Conflicts: 30000 | #Constraints: 104160
209.17/210.05 c #Conflicts: 31000 | #Constraints: 105160
209.17/210.05 c #Conflicts: 32000 | #Constraints: 106160
209.17/210.05 c #Conflicts: 33000 | #Constraints: 107160
209.17/210.05 c #Conflicts: 34000 | #Constraints: 108160
209.17/210.05 c #Conflicts: 35000 | #Constraints: 109160
209.17/210.05 c #Conflicts: 36000 | #Constraints: 110160
209.17/210.05 c #Conflicts: 37000 | #Constraints: 111160
209.17/210.05 c #Conflicts: 38000 | #Constraints: 112160
209.17/210.05 c INPROCESSING
209.17/210.05 c GARBAGE COLLECT
209.17/210.05 WSVECS04 Frhs2[65]: 6 0 1.00009 shouldn't be
209.17/210.05 WSVECS04 Frhs2[81]: 6 0 1.00005 shouldn't be
209.17/210.05 WSVECS04 Frhs2[290]: 6 0 1.00002 shouldn't be
209.17/210.05 WSVECS04 Frhs2[306]: 6 0 1.00001 shouldn't be
209.17/210.05 WSVECS04 Frhs2[427]: 6 0 1.00004 shouldn't be
209.17/210.05 WSVECS04 Frhs2[696]: 6 0 1.00008 shouldn't be
209.17/210.05 WSVECS04 Frhs2[721]: 6 0 1.00007 shouldn't be
209.17/210.05 WSVECS04 Frhs2[726]: 6 0 1.00008 shouldn't be
209.17/210.05 WSVECS04 Frhs2[728]: 6 0 1.00009 shouldn't be
209.17/210.05 WSVECS04 Frhs2[831]: 6 0 1.00006 shouldn't be
209.17/210.05 WSVECS04 Frhs2[846]: 6 0 1.00007 shouldn't be
209.17/210.05 WSVECS04 Frhs2[971]: 6 0 1.00006 shouldn't be
209.17/210.05 WSVECS04 Frhs2[1057]: 6 0 1.00009 shouldn't be
209.17/210.05 WSVECS04 Frhs2[1097]: 6 0 1.00002 shouldn't be
209.17/210.05 WSVECS04 Frhs2[1102]: 6 0 1.00004 shouldn't be
209.17/210.05 WSVECS04 Frhs2[1107]: 6 0 1.00004 shouldn't be
209.17/210.05 WSVECS04 Frhs2[1196]: 6 0 1.00002 shouldn't be
209.17/210.05 WSVECS04 Frhs2[1221]: 6 0 1.00006 shouldn't be
254.12/255.14 WSVECS04 Frhs2[96]: 6 0 1.00006 shouldn't be
254.12/255.14 WSVECS04 Frhs2[681]: 6 0 1.00001 shouldn't be
254.12/255.14 WSVECS04 Frhs2[706]: 6 0 1.00005 shouldn't be
254.12/255.14 WSVECS04 Frhs2[956]: 6 0 1.00007 shouldn't be
278.93/280.04 c rational objective -661
280.93/282.04 c #Conflicts: 39000 | #Constraints: 105103
280.93/282.04 c bounds -600 >= -660 @ 278.815
281.62/282.79 c #Conflicts: 40000 | #Constraints: 106169
281.62/282.79 c bounds -600 >= -659 @ 279.548
282.31/283.49 c #Conflicts: 41000 | #Constraints: 107220
282.31/283.49 c bounds -600 >= -658 @ 280.25
283.31/284.46 c #Conflicts: 42000 | #Constraints: 108256
283.31/284.46 c INPROCESSING
283.31/284.46 c GARBAGE COLLECT
283.31/284.46 c #Conflicts: 43000 | #Constraints: 102653
283.31/284.46 c bounds -600 >= -657 @ 281.203
283.81/284.99 c #Conflicts: 44000 | #Constraints: 103698
283.81/284.99 c bounds -600 >= -656 @ 281.725
284.61/285.75 c #Conflicts: 45000 | #Constraints: 104752
284.61/285.75 c bounds -600 >= -655 @ 282.472
285.30/286.47 c #Conflicts: 46000 | #Constraints: 105803
285.30/286.47 c bounds -600 >= -654 @ 283.19
286.20/287.33 c #Conflicts: 47000 | #Constraints: 106851
286.20/287.33 c #Conflicts: 48000 | #Constraints: 107851
286.20/287.33 c INPROCESSING
286.20/287.33 c GARBAGE COLLECT
286.20/287.33 c bounds -600 >= -653 @ 284.039
287.29/288.43 c #Conflicts: 49000 | #Constraints: 103002
287.29/288.43 c #Conflicts: 50000 | #Constraints: 104002
287.29/288.43 c bounds -600 >= -652 @ 285.114
288.01/289.17 c #Conflicts: 51000 | #Constraints: 105080
288.01/289.17 c bounds -600 >= -651 @ 285.843
289.19/290.39 c #Conflicts: 52000 | #Constraints: 106137
289.19/290.39 c #Conflicts: 53000 | #Constraints: 107137
289.19/290.39 c INPROCESSING
289.19/290.39 c GARBAGE COLLECT
289.19/290.39 c bounds -600 >= -650 @ 287.046
301.35/302.55 c #Conflicts: 54000 | #Constraints: 102558
301.35/302.55 c #Conflicts: 55000 | #Constraints: 103559
301.35/302.55 c #Conflicts: 56000 | #Constraints: 104559
301.35/302.55 c bounds -600 >= -649 @ 299.108
302.54/303.76 c #Conflicts: 57000 | #Constraints: 105646
302.54/303.76 c #Conflicts: 58000 | #Constraints: 106646
302.54/303.76 c bounds -600 >= -648 @ 300.302
304.13/305.34 c #Conflicts: 59000 | #Constraints: 107682
304.13/305.34 c #Conflicts: 60000 | #Constraints: 108682
304.13/305.34 c #Conflicts: 61000 | #Constraints: 109682
304.13/305.34 c bounds -600 >= -647 @ 301.855
305.13/306.32 c #Conflicts: 62000 | #Constraints: 110706
305.13/306.32 c bounds -600 >= -646 @ 302.811
311.51/312.73 c #Conflicts: 63000 | #Constraints: 111751
311.51/312.73 WSVECS04 Frhs2[52]: 6 0 1.00009 shouldn't be
311.51/312.73 WSVECS04 Frhs2[72]: 6 0 1.00004 shouldn't be
311.51/312.73 WSVECS04 Frhs2[87]: 6 0 1.00004 shouldn't be
311.51/312.73 WSVECS04 Frhs2[97]: 6 0 1.00003 shouldn't be
311.51/312.73 WSVECS04 Frhs2[145]: 6 0 1.00003 shouldn't be
311.51/312.73 WSVECS04 Frhs2[165]: 6 0 1.00001 shouldn't be
311.51/312.73 WSVECS04 Frhs2[190]: 6 0 1.00007 shouldn't be
311.51/312.73 WSVECS04 Frhs2[219]: 6 0 1.00007 shouldn't be
311.51/312.73 WSVECS04 Frhs2[403]: 6 0 1.00003 shouldn't be
311.51/312.73 WSVECS04 Frhs2[577]: 6 0 1.00005 shouldn't be
311.51/312.73 WSVECS04 Frhs2[583]: 6 0 1.00009 shouldn't be
311.51/312.73 WSVECS04 Frhs2[590]: 6 0 1.00006 shouldn't be
311.51/312.73 WSVECS04 Frhs2[593]: 6 0 1.00009 shouldn't be
311.51/312.73 WSVECS04 Frhs2[758]: 6 0 1.00003 shouldn't be
311.51/312.73 WSVECS04 Frhs2[898]: 6 0 1.00004 shouldn't be
311.51/312.73 WSVECS04 Frhs2[909]: 6 0 1.00006 shouldn't be
311.51/312.73 WSVECS04 Frhs2[997]: 6 0 1.00002 shouldn't be
311.51/312.73 WSVECS04 Frhs2[1003]: 6 0 1.00005 shouldn't be
311.51/312.73 WSVECS04 Frhs2[1010]: 6 0 1.00005 shouldn't be
311.51/312.73 WSVECS04 Frhs2[1013]: 6 0 1.00004 shouldn't be
311.51/312.73 WSVECS04 Frhs2[1061]: 6 0 1.00003 shouldn't be
311.51/312.73 WSVECS04 Frhs2[1070]: 6 0 1.00009 shouldn't be
311.51/312.73 WSVECS04 Frhs2[1095]: 6 0 1.00002 shouldn't be
311.51/312.73 WSVECS04 Frhs2[1105]: 6 0 1.00002 shouldn't be
311.51/312.73 WSVECS04 Frhs2[1148]: 6 0 1.00008 shouldn't be
311.51/312.73 WSVECS04 Frhs2[1165]: 6 0 1.0001 shouldn't be
311.51/312.73 WSVECS04 Frhs2[1168]: 6 0 1.00008 shouldn't be
311.51/312.73 WSVECS04 Frhs2[1208]: 6 0 1.00003 shouldn't be
311.51/312.73 WSVECS04 Frhs2[1213]: 6 0 1.00001 shouldn't be
311.51/312.73 WSVECS04 Frhs2[1223]: 6 0 1.0001 shouldn't be
318.98/320.23 c #Conflicts: 64000 | #Constraints: 112752
318.98/320.23 c #Conflicts: 65000 | #Constraints: 113752
318.98/320.23 c bounds -600 >= -645 @ 316.634
338.13/339.49 c #Conflicts: 66000 | #Constraints: 114773
338.13/339.49 c #Conflicts: 67000 | #Constraints: 115773
338.13/339.49 c #Conflicts: 68000 | #Constraints: 116773
338.13/339.49 c #Conflicts: 69000 | #Constraints: 117773
338.13/339.49 c #Conflicts: 70000 | #Constraints: 118773
338.13/339.49 c #Conflicts: 71000 | #Constraints: 119773
338.13/339.49 c INPROCESSING
338.13/339.49 c GARBAGE COLLECT
338.13/339.49 WSVECS04 Frhs2[1]: 6 0 1.00004 shouldn't be
338.13/339.49 WSVECS04 Frhs2[8]: 6 0 1.00005 shouldn't be
338.13/339.49 WSVECS04 Frhs2[12]: 6 0 1.0001 shouldn't be
338.13/339.49 WSVECS04 Frhs2[18]: 6 0 1.00005 shouldn't be
338.13/339.49 WSVECS04 Frhs2[22]: 6 0 1.00005 shouldn't be
338.13/339.49 WSVECS04 Frhs2[23]: 6 0 1.00006 shouldn't be
338.13/339.49 WSVECS04 Frhs2[33]: 6 0 1.00002 shouldn't be
338.13/339.49 WSVECS04 Frhs2[43]: 6 0 1.00002 shouldn't be
338.13/339.49 WSVECS04 Frhs2[48]: 6 0 1.00007 shouldn't be
338.13/339.49 WSVECS04 Frhs2[50]: 6 0 1.00001 shouldn't be
338.13/339.49 WSVECS04 Frhs2[58]: 6 0 1.00007 shouldn't be
338.13/339.49 WSVECS04 Frhs2[60]: 6 0 1.00008 shouldn't be
338.13/339.49 WSVECS04 Frhs2[65]: 6 0 1.00001 shouldn't be
338.13/339.49 WSVECS04 Frhs2[66]: 6 0 1.00008 shouldn't be
338.13/339.49 WSVECS04 Frhs2[70]: 6 0 1.00004 shouldn't be
338.13/339.49 WSVECS04 Frhs2[71]: 6 0 1.00006 shouldn't be
338.13/339.49 WSVECS04 Frhs2[73]: 6 0 1.00008 shouldn't be
338.13/339.49 WSVECS04 Frhs2[75]: 6 0 1.00002 shouldn't be
338.13/339.49 WSVECS04 Frhs2[80]: 6 0 1.00007 shouldn't be
338.13/339.49 WSVECS04 Frhs2[90]: 6 0 1.00008 shouldn't be
338.13/339.49 WSVECS04 Frhs2[113]: 6 0 1.00005 shouldn't be
338.13/339.49 WSVECS04 Frhs2[118]: 6 0 1.00003 shouldn't be
338.13/339.49 WSVECS04 Frhs2[120]: 6 0 1.00007 shouldn't be
338.13/339.49 WSVECS04 Frhs2[143]: 6 0 1.00005 shouldn't be
338.13/339.49 WSVECS04 Frhs2[163]: 6 0 1.0001 shouldn't be
338.13/339.49 WSVECS04 Frhs2[166]: 6 0 1.00006 shouldn't be
338.13/339.49 WSVECS04 Frhs2[181]: 6 0 1.00009 shouldn't be
338.13/339.49 WSVECS04 Frhs2[183]: 6 0 1.00003 shouldn't be
338.13/339.49 WSVECS04 Frhs2[373]: 6 0 1.00006 shouldn't be
338.13/339.49 WSVECS04 Frhs2[396]: 6 0 1.00003 shouldn't be
338.13/339.49 WSVECS04 Frhs2[398]: 6 0 1.00008 shouldn't be
338.13/339.49 WSVECS04 Frhs2[427]: 6 0 1.00009 shouldn't be
338.13/339.49 WSVECS04 Frhs2[433]: 6 0 1.0001 shouldn't be
338.13/339.49 WSVECS04 Frhs2[453]: 6 0 1.00008 shouldn't be
338.13/339.49 WSVECS04 Frhs2[467]: 6 0 1.0001 shouldn't be
338.13/339.49 WSVECS04 Frhs2[483]: 6 0 1.00003 shouldn't be
338.13/339.49 WSVECS04 Frhs2[528]: 6 0 1.00003 shouldn't be
338.13/339.49 WSVECS04 Frhs2[533]: 6 0 1.00006 shouldn't be
338.13/339.49 WSVECS04 Frhs2[535]: 6 0 1.00009 shouldn't be
338.13/339.49 WSVECS04 Frhs2[558]: 6 0 1.00009 shouldn't be
338.13/339.49 WSVECS04 Frhs2[618]: 6 0 1.00006 shouldn't be
338.13/339.49 WSVECS04 Frhs2[723]: 6 0 1.0001 shouldn't be
338.13/339.49 WSVECS04 Frhs2[772]: 6 0 1.00008 shouldn't be
338.13/339.49 WSVECS04 Frhs2[778]: 6 0 1.00009 shouldn't be
338.13/339.49 WSVECS04 Frhs2[865]: 6 0 1.00008 shouldn't be
338.13/339.49 WSVECS04 Frhs2[876]: 6 0 1.00005 shouldn't be
338.13/339.49 WSVECS04 Frhs2[932]: 6 0 1.00001 shouldn't be
338.13/339.49 WSVECS04 Frhs2[942]: 6 0 1.00008 shouldn't be
338.13/339.49 WSVECS04 Frhs2[948]: 6 0 1.00003 shouldn't be
338.13/339.49 WSVECS04 Frhs2[1017]: 6 0 1.00005 shouldn't be
338.13/339.49 WSVECS04 Frhs2[1023]: 6 0 1.00005 shouldn't be
338.13/339.49 WSVECS04 Frhs2[1057]: 6 0 1.00008 shouldn't be
338.13/339.49 WSVECS04 Frhs2[1060]: 6 0 1.00004 shouldn't be
338.13/339.49 WSVECS04 Frhs2[1073]: 6 0 1.00007 shouldn't be
338.13/339.49 WSVECS04 Frhs2[1098]: 6 0 1.00009 shouldn't be
338.13/339.49 WSVECS04 Frhs2[1108]: 6 0 1.0001 shouldn't be
338.13/339.49 WSVECS04 Frhs2[1154]: 6 0 1.0001 shouldn't be
338.13/339.49 WSVECS04 Frhs2[1182]: 6 0 1.00006 shouldn't be
338.13/339.49 WSVECS04 Frhs2[1183]: 6 0 1.00009 shouldn't be
338.13/339.49 WSVECS04 Frhs2[1203]: 6 0 1.00002 shouldn't be
382.18/383.63 WSVECS04 Frhs2[2]: 6 0 1.00005 shouldn't be
382.18/383.63 WSVECS04 Frhs2[17]: 6 0 1.00009 shouldn't be
382.18/383.63 WSVECS04 Frhs2[27]: 6 0 1.00005 shouldn't be
382.18/383.63 WSVECS04 Frhs2[42]: 6 0 1.00002 shouldn't be
382.18/383.63 WSVECS04 Frhs2[51]: 6 0 1.00002 shouldn't be
382.18/383.63 WSVECS04 Frhs2[81]: 6 0 1.00002 shouldn't be
382.18/383.63 WSVECS04 Frhs2[88]: 6 0 1.00004 shouldn't be
382.18/383.63 WSVECS04 Frhs2[91]: 6 0 1.00005 shouldn't be
382.18/383.63 WSVECS04 Frhs2[98]: 6 0 1.00003 shouldn't be
382.18/383.63 WSVECS04 Frhs2[103]: 6 0 1.00009 shouldn't be
382.18/383.63 WSVECS04 Frhs2[105]: 6 0 1.00003 shouldn't be
382.18/383.63 WSVECS04 Frhs2[138]: 6 0 1.00009 shouldn't be
382.18/383.63 WSVECS04 Frhs2[151]: 6 0 1.00004 shouldn't be
382.18/383.63 WSVECS04 Frhs2[153]: 6 0 1.00003 shouldn't be
382.18/383.63 WSVECS04 Frhs2[168]: 6 0 1.00007 shouldn't be
382.18/383.63 WSVECS04 Frhs2[366]: 6 0 1.00009 shouldn't be
382.18/383.63 WSVECS04 Frhs2[368]: 6 0 1.00006 shouldn't be
382.18/383.63 WSVECS04 Frhs2[381]: 6 0 1.00003 shouldn't be
382.18/383.63 WSVECS04 Frhs2[383]: 6 0 1.00008 shouldn't be
382.18/383.63 WSVECS04 Frhs2[388]: 6 0 1.00002 shouldn't be
382.18/383.63 WSVECS04 Frhs2[447]: 6 0 1.00008 shouldn't be
382.18/383.63 WSVECS04 Frhs2[468]: 6 0 1.00005 shouldn't be
382.18/383.63 WSVECS04 Frhs2[477]: 6 0 1.00004 shouldn't be
382.18/383.63 WSVECS04 Frhs2[478]: 6 0 1.00002 shouldn't be
382.18/383.63 WSVECS04 Frhs2[543]: 6 0 1.00007 shouldn't be
382.18/383.63 WSVECS04 Frhs2[550]: 6 0 1.00007 shouldn't be
382.18/383.63 WSVECS04 Frhs2[705]: 6 0 1.00006 shouldn't be
382.18/383.63 WSVECS04 Frhs2[713]: 6 0 1.00008 shouldn't be
382.18/383.63 WSVECS04 Frhs2[728]: 6 0 1.00007 shouldn't be
382.18/383.63 WSVECS04 Frhs2[733]: 6 0 1.0001 shouldn't be
382.18/383.63 WSVECS04 Frhs2[736]: 6 0 1.00004 shouldn't be
382.18/383.63 WSVECS04 Frhs2[751]: 6 0 1.00009 shouldn't be
382.18/383.63 WSVECS04 Frhs2[753]: 6 0 1.00003 shouldn't be
382.18/383.63 WSVECS04 Frhs2[858]: 6 0 1.00008 shouldn't be
382.18/383.63 WSVECS04 Frhs2[873]: 6 0 1.0001 shouldn't be
382.18/383.63 WSVECS04 Frhs2[878]: 6 0 1.00006 shouldn't be
382.18/383.63 WSVECS04 Frhs2[883]: 6 0 1.00002 shouldn't be
382.18/383.63 WSVECS04 Frhs2[943]: 6 0 1.00009 shouldn't be
382.18/383.63 WSVECS04 Frhs2[985]: 6 0 1.00003 shouldn't be
382.18/383.63 WSVECS04 Frhs2[993]: 6 0 1.00009 shouldn't be
382.18/383.63 WSVECS04 Frhs2[1080]: 6 0 1.00004 shouldn't be
382.18/383.63 WSVECS04 Frhs2[1088]: 6 0 1.00002 shouldn't be
382.18/383.63 WSVECS04 Frhs2[1198]: 6 0 1.00002 shouldn't be
405.10/406.66 WSVECS04 Frhs2[3]: 6 0 1.00008 shouldn't be
405.10/406.66 WSVECS04 Frhs2[56]: 6 0 1.00007 shouldn't be
405.10/406.66 WSVECS04 Frhs2[135]: 6 0 1.00004 shouldn't be
405.10/406.66 WSVECS04 Frhs2[452]: 6 0 1.00003 shouldn't be
405.10/406.66 WSVECS04 Frhs2[462]: 6 0 1.00006 shouldn't be
405.10/406.66 WSVECS04 Frhs2[553]: 6 0 1.00007 shouldn't be
405.10/406.66 WSVECS04 Frhs2[698]: 6 0 1.00007 shouldn't be
405.10/406.66 WSVECS04 Frhs2[703]: 6 0 1.00004 shouldn't be
405.10/406.66 WSVECS04 Frhs2[720]: 6 0 1.00008 shouldn't be
405.10/406.66 WSVECS04 Frhs2[738]: 6 0 1.00006 shouldn't be
405.10/406.66 WSVECS04 Frhs2[743]: 6 0 1.00003 shouldn't be
405.10/406.66 WSVECS04 Frhs2[850]: 6 0 1.00007 shouldn't be
405.10/406.66 WSVECS04 Frhs2[868]: 6 0 1.00007 shouldn't be
405.10/406.66 WSVECS04 Frhs2[891]: 6 0 1.00008 shouldn't be
405.10/406.66 WSVECS04 Frhs2[893]: 6 0 1.00004 shouldn't be
405.10/406.66 WSVECS04 Frhs2[927]: 6 0 1.00003 shouldn't be
405.10/406.66 WSVECS04 Frhs2[933]: 6 0 1.00004 shouldn't be
405.10/406.66 WSVECS04 Frhs2[978]: 6 0 1.00009 shouldn't be
405.10/406.66 WSVECS04 Frhs2[1096]: 6 0 1.00004 shouldn't be
427.22/428.86 WSVECS04 Frhs2[96]: 6 0 1.00003 shouldn't be
427.22/428.86 WSVECS04 Frhs2[158]: 6 0 1.00002 shouldn't be
427.22/428.86 WSVECS04 Frhs2[173]: 6 0 1.00004 shouldn't be
427.22/428.86 WSVECS04 Frhs2[378]: 6 0 1.00006 shouldn't be
427.22/428.86 WSVECS04 Frhs2[458]: 6 0 1.00003 shouldn't be
427.22/428.86 WSVECS04 Frhs2[848]: 6 0 1.00005 shouldn't be
427.22/428.86 WSVECS04 Frhs2[988]: 6 0 1.00002 shouldn't be
446.75/448.42 WSVECS04 Frhs2[32]: 6 0 1.00002 shouldn't be
446.75/448.42 WSVECS04 Frhs2[457]: 6 0 1.00002 shouldn't be
446.75/448.42 WSVECS04 Frhs2[1083]: 6 0 1.0001 shouldn't be
446.75/448.42 WSVECS04 Frhs2[1188]: 6 0 1.00002 shouldn't be
464.31/466.11 WSVECS04 Frhs2[128]: 6 0 1.00009 shouldn't be
464.31/466.11 WSVECS04 Frhs2[1067]: 6 0 1.00005 shouldn't be
479.54/481.37 WSVECS04 Frhs2[612]: 6 0 1.00002 shouldn't be
555.01/557.03 c #Conflicts: 72000 | #Constraints: 108923
555.01/557.03 c #Conflicts: 73000 | #Constraints: 109924
555.01/557.03 c #Conflicts: 74000 | #Constraints: 110924
555.01/557.03 c bounds -600 >= -644 @ 552.24
557.18/559.28 c #Conflicts: 75000 | #Constraints: 111984
557.18/559.28 c #Conflicts: 76000 | #Constraints: 112984
557.18/559.28 c #Conflicts: 77000 | #Constraints: 113984
557.18/559.28 c bounds -600 >= -643 @ 554.462
559.68/561.75 c #Conflicts: 78000 | #Constraints: 115041
559.68/561.75 c INPROCESSING
559.68/561.75 c GARBAGE COLLECT
559.68/561.75 c #Conflicts: 79000 | #Constraints: 106690
559.68/561.75 c #Conflicts: 80000 | #Constraints: 107690
559.68/561.75 c #Conflicts: 81000 | #Constraints: 108690
559.68/561.75 c bounds -600 >= -642 @ 556.888
582.40/584.59 c #Conflicts: 82000 | #Constraints: 109798
582.40/584.59 c #Conflicts: 83000 | #Constraints: 110798
582.40/584.59 c #Conflicts: 84000 | #Constraints: 111798
582.40/584.59 c INPROCESSING
582.40/584.59 c GARBAGE COLLECT
582.40/584.59 c #Conflicts: 85000 | #Constraints: 104768
582.40/584.59 c #Conflicts: 86000 | #Constraints: 105769
582.40/584.59 c #Conflicts: 87000 | #Constraints: 106769
582.40/584.59 c #Conflicts: 88000 | #Constraints: 107769
582.40/584.59 c #Conflicts: 89000 | #Constraints: 108769
582.40/584.59 c #Conflicts: 90000 | #Constraints: 109769
582.40/584.59 c #Conflicts: 91000 | #Constraints: 110770
582.40/584.59 c #Conflicts: 92000 | #Constraints: 111770
582.40/584.59 c bounds -600 >= -641 @ 579.568
650.32/652.79 c #Conflicts: 93000 | #Constraints: 112881
650.32/652.79 c #Conflicts: 94000 | #Constraints: 113881
650.32/652.79 c #Conflicts: 95000 | #Constraints: 114881
650.32/652.79 c #Conflicts: 96000 | #Constraints: 115882
650.32/652.79 c #Conflicts: 97000 | #Constraints: 116883
650.32/652.79 c #Conflicts: 98000 | #Constraints: 117884
650.32/652.79 c #Conflicts: 99000 | #Constraints: 118886
650.32/652.79 c #Conflicts: 100000 | #Constraints: 119887
650.32/652.79 c #Conflicts: 101000 | #Constraints: 120889
650.32/652.79 c #Conflicts: 102000 | #Constraints: 121890
650.32/652.79 c #Conflicts: 103000 | #Constraints: 122890
650.32/652.79 c #Conflicts: 104000 | #Constraints: 123891
650.32/652.79 c #Conflicts: 105000 | #Constraints: 124891
650.32/652.79 c #Conflicts: 106000 | #Constraints: 125892
650.32/652.79 c #Conflicts: 107000 | #Constraints: 126892
650.32/652.79 c INPROCESSING
650.32/652.79 c GARBAGE COLLECT
650.32/652.79 c #Conflicts: 108000 | #Constraints: 112552
650.32/652.79 c #Conflicts: 109000 | #Constraints: 113552
650.32/652.79 c #Conflicts: 110000 | #Constraints: 114552
650.32/652.79 c bounds -600 >= -640 @ 647.219
652.42/654.83 c #Conflicts: 111000 | #Constraints: 115627
652.42/654.83 c #Conflicts: 112000 | #Constraints: 116627
652.42/654.83 c #Conflicts: 113000 | #Constraints: 117627
652.42/654.83 c bounds -600 >= -639 @ 649.229
654.10/656.58 c #Conflicts: 114000 | #Constraints: 118675
654.10/656.58 c #Conflicts: 115000 | #Constraints: 119675
654.10/656.58 c bounds -600 >= -638 @ 650.959
656.30/658.72 c INPROCESSING
656.30/658.72 c GARBAGE COLLECT
656.30/658.72 c #Conflicts: 116000 | #Constraints: 108991
656.30/658.72 c #Conflicts: 117000 | #Constraints: 109991
656.30/658.72 c bounds -600 >= -637 @ 653.067
658.19/660.66 c #Conflicts: 118000 | #Constraints: 111060
658.19/660.66 c #Conflicts: 119000 | #Constraints: 112060
658.19/660.66 c #Conflicts: 120000 | #Constraints: 113060
658.19/660.66 c #Conflicts: 121000 | #Constraints: 114060
658.19/660.66 c bounds -600 >= -636 @ 654.974
665.69/668.17 c #Conflicts: 122000 | #Constraints: 115120
665.69/668.17 c #Conflicts: 123000 | #Constraints: 116121
665.69/668.17 c INPROCESSING
665.69/668.17 c GARBAGE COLLECT
665.69/668.17 c #Conflicts: 124000 | #Constraints: 107164
665.69/668.17 c #Conflicts: 125000 | #Constraints: 108164
665.69/668.17 c #Conflicts: 126000 | #Constraints: 109164
665.69/668.17 c bounds -600 >= -635 @ 662.414
669.78/672.32 c #Conflicts: 127000 | #Constraints: 110240
669.78/672.32 c #Conflicts: 128000 | #Constraints: 111240
669.78/672.32 c #Conflicts: 129000 | #Constraints: 112240
669.78/672.32 c bounds -600 >= -634 @ 666.412
677.36/680.00 WSVECS04 Frhs2[1]: 6 0 1.00008 shouldn't be
677.36/680.00 WSVECS04 Frhs2[2]: 6 0 1.00002 shouldn't be
677.36/680.00 WSVECS04 Frhs2[4]: 6 0 1.00009 shouldn't be
677.36/680.00 WSVECS04 Frhs2[12]: 6 0 1.00004 shouldn't be
677.36/680.00 WSVECS04 Frhs2[17]: 6 0 1.00009 shouldn't be
677.36/680.00 WSVECS04 Frhs2[19]: 6 0 1.00005 shouldn't be
677.36/680.00 WSVECS04 Frhs2[22]: 6 0 1.00001 shouldn't be
677.36/680.00 WSVECS04 Frhs2[24]: 6 0 1.00008 shouldn't be
677.36/680.00 WSVECS04 Frhs2[29]: 6 0 1.00007 shouldn't be
677.36/680.00 WSVECS04 Frhs2[32]: 6 0 1.00009 shouldn't be
677.36/680.00 WSVECS04 Frhs2[34]: 6 0 1.00006 shouldn't be
677.36/680.00 WSVECS04 Frhs2[39]: 6 0 1.00007 shouldn't be
677.36/680.00 WSVECS04 Frhs2[44]: 6 0 1.0001 shouldn't be
677.36/680.00 WSVECS04 Frhs2[49]: 6 0 1.0001 shouldn't be
677.36/680.00 WSVECS04 Frhs2[50]: 6 0 1.00005 shouldn't be
677.36/680.00 WSVECS04 Frhs2[60]: 6 0 1.00009 shouldn't be
677.36/680.00 WSVECS04 Frhs2[62]: 6 0 1.00002 shouldn't be
677.36/680.00 WSVECS04 Frhs2[65]: 6 0 1.00003 shouldn't be
677.36/680.00 WSVECS04 Frhs2[70]: 6 0 1.00004 shouldn't be
677.36/680.00 WSVECS04 Frhs2[73]: 6 0 1.00006 shouldn't be
677.36/680.00 WSVECS04 Frhs2[80]: 6 0 1.00006 shouldn't be
677.36/680.00 WSVECS04 Frhs2[99]: 6 0 1.00009 shouldn't be
677.36/680.00 WSVECS04 Frhs2[105]: 6 0 1.00005 shouldn't be
677.36/680.00 WSVECS04 Frhs2[109]: 6 0 1.00003 shouldn't be
677.36/680.00 WSVECS04 Frhs2[110]: 6 0 1.00003 shouldn't be
677.36/680.00 WSVECS04 Frhs2[114]: 6 0 1.00006 shouldn't be
677.36/680.00 WSVECS04 Frhs2[115]: 6 0 1.00001 shouldn't be
677.36/680.00 WSVECS04 Frhs2[119]: 6 0 1.00005 shouldn't be
677.36/680.00 WSVECS04 Frhs2[124]: 6 0 1.00003 shouldn't be
677.36/680.00 WSVECS04 Frhs2[129]: 6 0 1.00004 shouldn't be
677.36/680.00 WSVECS04 Frhs2[134]: 6 0 1.00007 shouldn't be
677.36/680.00 WSVECS04 Frhs2[135]: 6 0 1.00003 shouldn't be
677.36/680.00 WSVECS04 Frhs2[139]: 6 0 1.0001 shouldn't be
677.36/680.00 WSVECS04 Frhs2[140]: 6 0 1.00007 shouldn't be
677.36/680.00 WSVECS04 Frhs2[144]: 6 0 1.00009 shouldn't be
677.36/680.00 WSVECS04 Frhs2[196]: 6 0 1.00003 shouldn't be
677.36/680.00 WSVECS04 Frhs2[198]: 6 0 1.00001 shouldn't be
677.36/680.00 WSVECS04 Frhs2[203]: 6 0 1.00002 shouldn't be
677.36/680.00 WSVECS04 Frhs2[208]: 6 0 1.00006 shouldn't be
677.36/680.00 WSVECS04 Frhs2[211]: 6 0 1.00007 shouldn't be
677.36/680.00 WSVECS04 Frhs2[218]: 6 0 1.00005 shouldn't be
677.36/680.00 WSVECS04 Frhs2[447]: 6 0 1.00004 shouldn't be
677.36/680.00 WSVECS04 Frhs2[449]: 6 0 1.00006 shouldn't be
677.36/680.00 WSVECS04 Frhs2[452]: 6 0 1.00006 shouldn't be
677.36/680.00 WSVECS04 Frhs2[457]: 6 0 1.00009 shouldn't be
677.36/680.00 WSVECS04 Frhs2[459]: 6 0 1.00006 shouldn't be
677.36/680.00 WSVECS04 Frhs2[464]: 6 0 1.00002 shouldn't be
677.36/680.00 WSVECS04 Frhs2[474]: 6 0 1.00004 shouldn't be
677.36/680.00 WSVECS04 Frhs2[479]: 6 0 1.00007 shouldn't be
677.36/680.00 WSVECS04 Frhs2[484]: 6 0 1.00002 shouldn't be
677.36/680.00 WSVECS04 Frhs2[524]: 6 0 1.00004 shouldn't be
677.36/680.00 WSVECS04 Frhs2[525]: 6 0 1.00002 shouldn't be
677.36/680.00 WSVECS04 Frhs2[529]: 6 0 1.00006 shouldn't be
677.36/680.00 WSVECS04 Frhs2[530]: 6 0 1.00005 shouldn't be
677.36/680.00 WSVECS04 Frhs2[535]: 6 0 1.00006 shouldn't be
677.36/680.00 WSVECS04 Frhs2[539]: 6 0 1.00004 shouldn't be
677.36/680.00 WSVECS04 Frhs2[540]: 6 0 1.00008 shouldn't be
677.36/680.00 WSVECS04 Frhs2[544]: 6 0 1.00009 shouldn't be
677.36/680.00 WSVECS04 Frhs2[555]: 6 0 1.00004 shouldn't be
677.36/680.00 WSVECS04 Frhs2[559]: 6 0 1.00001 shouldn't be
677.36/680.00 WSVECS04 Frhs2[596]: 6 0 1.00007 shouldn't be
677.36/680.00 WSVECS04 Frhs2[598]: 6 0 1.00002 shouldn't be
677.36/680.00 WSVECS04 Frhs2[603]: 6 0 1.00005 shouldn't be
677.36/680.00 WSVECS04 Frhs2[606]: 6 0 1.00002 shouldn't be
677.36/680.00 WSVECS04 Frhs2[611]: 6 0 1.00009 shouldn't be
677.36/680.00 WSVECS04 Frhs2[613]: 6 0 1.00006 shouldn't be
677.36/680.00 WSVECS04 Frhs2[621]: 6 0 1.00007 shouldn't be
677.36/680.00 WSVECS04 Frhs2[626]: 6 0 1.00005 shouldn't be
677.36/680.00 WSVECS04 Frhs2[632]: 6 0 1.00005 shouldn't be
677.36/680.00 WSVECS04 Frhs2[637]: 6 0 1.00002 shouldn't be
677.36/680.00 WSVECS04 Frhs2[699]: 6 0 1.00003 shouldn't be
677.36/680.00 WSVECS04 Frhs2[704]: 6 0 1.00003 shouldn't be
677.36/680.00 WSVECS04 Frhs2[705]: 6 0 1.00004 shouldn't be
677.36/680.00 WSVECS04 Frhs2[709]: 6 0 1.00007 shouldn't be
677.36/680.00 WSVECS04 Frhs2[714]: 6 0 1.00003 shouldn't be
677.36/680.00 WSVECS04 Frhs2[719]: 6 0 1.0001 shouldn't be
677.36/680.00 WSVECS04 Frhs2[720]: 6 0 1.00009 shouldn't be
677.36/680.00 WSVECS04 Frhs2[724]: 6 0 1.00008 shouldn't be
677.36/680.00 WSVECS04 Frhs2[725]: 6 0 1.00003 shouldn't be
677.36/680.00 WSVECS04 Frhs2[729]: 6 0 1.00008 shouldn't be
677.36/680.00 WSVECS04 Frhs2[763]: 6 0 1.00007 shouldn't be
677.36/680.00 WSVECS04 Frhs2[766]: 6 0 1.00007 shouldn't be
677.36/680.00 WSVECS04 Frhs2[773]: 6 0 1.0001 shouldn't be
677.36/680.00 WSVECS04 Frhs2[792]: 6 0 1.00004 shouldn't be
677.36/680.00 WSVECS04 Frhs2[802]: 6 0 1.00002 shouldn't be
677.36/680.00 WSVECS04 Frhs2[849]: 6 0 1.00007 shouldn't be
677.36/680.00 WSVECS04 Frhs2[850]: 6 0 1.00006 shouldn't be
677.36/680.00 WSVECS04 Frhs2[854]: 6 0 1.0001 shouldn't be
677.36/680.00 WSVECS04 Frhs2[855]: 6 0 1.00002 shouldn't be
677.36/680.00 WSVECS04 Frhs2[859]: 6 0 1.00006 shouldn't be
677.36/680.00 WSVECS04 Frhs2[864]: 6 0 1.00008 shouldn't be
677.36/680.00 WSVECS04 Frhs2[865]: 6 0 1.00008 shouldn't be
677.36/680.01 WSVECS04 Frhs2[869]: 6 0 1.00001 shouldn't be
677.36/680.01 WSVECS04 Frhs2[870]: 6 0 1.00002 shouldn't be
677.36/680.01 WSVECS04 Frhs2[874]: 6 0 1.00004 shouldn't be
677.36/680.01 WSVECS04 Frhs2[901]: 6 0 1.00003 shouldn't be
677.36/680.01 WSVECS04 Frhs2[908]: 6 0 1.00003 shouldn't be
677.36/680.01 WSVECS04 Frhs2[929]: 6 0 1.00002 shouldn't be
677.36/680.01 WSVECS04 Frhs2[932]: 6 0 1.00004 shouldn't be
677.36/680.01 WSVECS04 Frhs2[934]: 6 0 1.00005 shouldn't be
677.36/680.01 WSVECS04 Frhs2[939]: 6 0 1.00007 shouldn't be
677.36/680.01 WSVECS04 Frhs2[944]: 6 0 1.00001 shouldn't be
677.36/680.01 WSVECS04 Frhs2[1018]: 6 0 1.00007 shouldn't be
677.36/680.01 WSVECS04 Frhs2[1037]: 6 0 1.00008 shouldn't be
677.36/680.01 WSVECS04 Frhs2[1074]: 6 0 1.00005 shouldn't be
677.36/680.01 WSVECS04 Frhs2[1079]: 6 0 1.00003 shouldn't be
677.36/680.01 WSVECS04 Frhs2[1084]: 6 0 1.00008 shouldn't be
677.36/680.01 WSVECS04 Frhs2[1085]: 6 0 1.00001 shouldn't be
677.36/680.01 WSVECS04 Frhs2[1089]: 6 0 1.00009 shouldn't be
687.54/690.11 c #Conflicts: 130000 | #Constraints: 113280
687.54/690.11 c #Conflicts: 131000 | #Constraints: 114280
687.54/690.11 c #Conflicts: 132000 | #Constraints: 115280
687.54/690.11 c bounds -600 >= -633 @ 684.086
838.91/842.09 c #Conflicts: 133000 | #Constraints: 116313
838.91/842.09 c #Conflicts: 134000 | #Constraints: 117313
838.91/842.09 c #Conflicts: 135000 | #Constraints: 118313
838.91/842.09 c #Conflicts: 136000 | #Constraints: 119313
838.91/842.09 c #Conflicts: 137000 | #Constraints: 120313
838.91/842.09 c #Conflicts: 138000 | #Constraints: 121313
838.91/842.09 c #Conflicts: 139000 | #Constraints: 122313
838.91/842.09 c #Conflicts: 140000 | #Constraints: 123313
838.91/842.09 c #Conflicts: 141000 | #Constraints: 124316
838.91/842.09 c #Conflicts: 142000 | #Constraints: 125317
838.91/842.09 c #Conflicts: 143000 | #Constraints: 126318
838.91/842.09 c #Conflicts: 144000 | #Constraints: 127319
838.91/842.09 c #Conflicts: 145000 | #Constraints: 128321
838.91/842.09 c #Conflicts: 146000 | #Constraints: 129322
838.91/842.09 c #Conflicts: 147000 | #Constraints: 130323
838.91/842.09 c #Conflicts: 148000 | #Constraints: 131323
838.91/842.09 c #Conflicts: 149000 | #Constraints: 132323
838.91/842.09 c #Conflicts: 150000 | #Constraints: 133323
838.91/842.09 c INPROCESSING
838.91/842.09 c GARBAGE COLLECT
838.91/842.09 c rational objective -633
852.65/855.83 c #Conflicts: 151000 | #Constraints: 116070
852.65/855.83 c #Conflicts: 152000 | #Constraints: 117070
852.65/855.83 WSVECS04 Frhs2[1]: 6 0 1.00002 shouldn't be
852.65/855.83 WSVECS04 Frhs2[3]: 6 0 3.86093 shouldn't be
852.65/855.83 WSVECS04 Frhs2[4]: 6 -2.6941 0 shouldn't be
852.65/855.83 WSVECS04 Frhs2[5]: 6 -1.00007 0 shouldn't be
852.65/855.83 WSVECS04 Frhs2[9]: 6 -0.042478 0 shouldn't be
852.65/855.83 WSVECS04 Frhs2[12]: 6 -0.323897 0 shouldn't be
852.65/855.83 WSVECS04 Frhs2[13]: 6 -1.00001 0 shouldn't be
852.65/855.83 WSVECS04 Frhs2[20]: 6 0 0.153217 shouldn't be
852.65/855.83 WSVECS04 Frhs2[23]: 6 0 1.29835 shouldn't be
852.65/855.83 WSVECS04 Frhs2[27]: 6 0 2.00006 shouldn't be
852.65/855.83 WSVECS04 Frhs2[28]: 6 -0.103165 0 shouldn't be
852.65/855.83 WSVECS04 Frhs2[30]: 6 -0.0345664 0 shouldn't be
852.65/855.83 WSVECS04 Frhs2[31]: 6 -0.893676 0 shouldn't be
852.65/855.83 WSVECS04 Frhs2[37]: 6 -1.00007 0 shouldn't be
852.65/855.83 WSVECS04 Frhs2[40]: 6 0 1.00005 shouldn't be
852.65/855.83 WSVECS04 Frhs2[42]: 6 0 1.00007 shouldn't be
852.65/855.83 WSVECS04 Frhs2[47]: 6 -1.00009 0 shouldn't be
852.65/855.83 WSVECS04 Frhs2[53]: 6 -1.00006 0 shouldn't be
852.65/855.83 WSVECS04 Frhs2[58]: 6 0 2.00009 shouldn't be
852.65/855.83 WSVECS04 Frhs2[63]: 6 0 1.00002 shouldn't be
852.65/855.83 WSVECS04 Frhs2[68]: 6 0 1.0001 shouldn't be
852.65/855.83 WSVECS04 Frhs2[73]: 6 0 4.00008 shouldn't be
852.65/855.83 WSVECS04 Frhs2[75]: 6 0 1.00008 shouldn't be
852.65/855.83 WSVECS04 Frhs2[88]: 6 0 1.00009 shouldn't be
852.65/855.83 WSVECS04 Frhs2[90]: 6 0 4.53971 shouldn't be
852.65/855.83 WSVECS04 Frhs2[93]: 6 0 2.53971 shouldn't be
852.65/855.83 WSVECS04 Frhs2[146]: 6 -0.437013 0 shouldn't be
852.65/855.83 WSVECS04 Frhs2[151]: 6 0 1.00005 shouldn't be
852.65/855.83 WSVECS04 Frhs2[154]: 6 -3.70077 0 shouldn't be
852.65/855.83 WSVECS04 Frhs2[156]: 6 0 1.00005 shouldn't be
852.65/855.83 WSVECS04 Frhs2[161]: 6 0 2.00006 shouldn't be
852.65/855.83 WSVECS04 Frhs2[166]: 6 0 1.00009 shouldn't be
852.65/855.83 WSVECS04 Frhs2[168]: 6 0 1.00009 shouldn't be
852.65/855.83 WSVECS04 Frhs2[181]: 6 0 3.33097 shouldn't be
852.65/855.83 WSVECS04 Frhs2[183]: 6 0 1.00003 shouldn't be
852.65/855.83 WSVECS04 Frhs2[186]: 6 0 1.00008 shouldn't be
852.65/855.83 WSVECS04 Frhs2[191]: 6 0 1.00007 shouldn't be
852.65/855.83 WSVECS04 Frhs2[193]: 6 0 1.00007 shouldn't be
852.65/855.83 WSVECS04 Frhs2[199]: 6 0 1.0001 shouldn't be
852.65/855.83 WSVECS04 Frhs2[214]: 6 0 1.00001 shouldn't be
852.65/855.83 WSVECS04 Frhs2[216]: 6 0 1.00009 shouldn't be
852.65/855.83 WSVECS04 Frhs2[224]: 6 0 2.00004 shouldn't be
852.65/855.83 WSVECS04 Frhs2[237]: 6 0 2.09475 shouldn't be
852.65/855.83 WSVECS04 Frhs2[239]: 6 0 2.00005 shouldn't be
852.65/855.83 WSVECS04 Frhs2[240]: 6 -1.43311 0 shouldn't be
852.65/855.83 WSVECS04 Frhs2[242]: 6 0 1.00004 shouldn't be
852.65/855.83 WSVECS04 Frhs2[243]: 6 0 2.00003 shouldn't be
852.65/855.83 WSVECS04 Frhs2[244]: 6 0 2.00009 shouldn't be
852.65/855.83 WSVECS04 Frhs2[245]: 6 -1.00008 0 shouldn't be
852.65/855.83 WSVECS04 Frhs2[249]: 6 0 7.19673 shouldn't be
852.65/855.83 WSVECS04 Frhs2[250]: 6 -0.286797 0 shouldn't be
852.65/855.83 WSVECS04 Frhs2[254]: 6 0 1.0001 shouldn't be
852.65/855.83 WSVECS04 Frhs2[258]: 6 0 1.00005 shouldn't be
852.65/855.83 WSVECS04 Frhs2[259]: 6 0 1.00002 shouldn't be
852.65/855.83 WSVECS04 Frhs2[261]: 6 0 3.27278 shouldn't be
852.65/855.83 WSVECS04 Frhs2[263]: 6 -0.451404 0 shouldn't be
852.65/855.83 WSVECS04 Frhs2[264]: 6 0 1.00007 shouldn't be
852.65/855.83 WSVECS04 Frhs2[267]: 6 0 1.00002 shouldn't be
852.65/855.83 WSVECS04 Frhs2[268]: 6 0 1.00005 shouldn't be
852.65/855.83 WSVECS04 Frhs2[269]: 6 0 1.03233 shouldn't be
852.65/855.83 WSVECS04 Frhs2[273]: 6 0 1.00005 shouldn't be
852.65/855.83 WSVECS04 Frhs2[274]: 6 0 1.00004 shouldn't be
852.65/855.83 WSVECS04 Frhs2[277]: 6 0 1.00004 shouldn't be
852.65/855.83 WSVECS04 Frhs2[324]: 6 0 2.00004 shouldn't be
852.65/855.83 WSVECS04 Frhs2[325]: 6 -0.847953 0 shouldn't be
852.65/855.83 WSVECS04 Frhs2[328]: 6 0 1.00006 shouldn't be
852.65/855.83 WSVECS04 Frhs2[329]: 6 0 1.00004 shouldn't be
852.65/855.83 WSVECS04 Frhs2[334]: 6 0 2.0001 shouldn't be
852.65/855.83 WSVECS04 Frhs2[335]: 6 -2.00002 0 shouldn't be
852.65/855.83 WSVECS04 Frhs2[339]: 6 0 1.11912 shouldn't be
852.65/855.83 WSVECS04 Frhs2[343]: 6 0 1.00006 shouldn't be
852.65/855.83 WSVECS04 Frhs2[344]: 6 0 1.2868 shouldn't be
852.65/855.83 WSVECS04 Frhs2[349]: 6 0 1.00001 shouldn't be
852.65/855.83 WSVECS04 Frhs2[353]: 6 0 1.00004 shouldn't be
852.65/855.83 WSVECS04 Frhs2[354]: 6 0 1.00004 shouldn't be
852.65/855.83 WSVECS04 Frhs2[358]: 6 0 1.00005 shouldn't be
852.65/855.83 WSVECS04 Frhs2[359]: 6 0 2.11103 shouldn't be
852.65/855.83 WSVECS04 Frhs2[409]: 6 0 1.00005 shouldn't be
852.65/855.83 WSVECS04 Frhs2[411]: 6 -1.00003 0 shouldn't be
852.65/855.83 WSVECS04 Frhs2[424]: 6 0 1.00007 shouldn't be
852.65/855.83 WSVECS04 Frhs2[426]: 6 0 1.00005 shouldn't be
852.65/855.83 WSVECS04 Frhs2[434]: 6 0 2.0001 shouldn't be
852.65/855.83 WSVECS04 Frhs2[448]: 6 -0.310648 0 shouldn't be
852.65/855.83 WSVECS04 Frhs2[450]: 6 0 0.0868314 shouldn't be
852.65/855.83 WSVECS04 Frhs2[454]: 6 -1.32811 0 shouldn't be
852.65/855.83 WSVECS04 Frhs2[458]: 6 0 1.00008 shouldn't be
852.65/855.83 WSVECS04 Frhs2[459]: 6 -0.314179 0 shouldn't be
852.65/855.83 WSVECS04 Frhs2[462]: 6 0 1.00004 shouldn't be
852.65/855.83 WSVECS04 Frhs2[463]: 6 -1.00006 0 shouldn't be
852.65/855.83 WSVECS04 Frhs2[468]: 6 0 1.00003 shouldn't be
852.65/855.83 WSVECS04 Frhs2[477]: 6 0 1.00002 shouldn't be
852.65/855.83 WSVECS04 Frhs2[480]: 6 0 1.0001 shouldn't be
852.65/855.83 WSVECS04 Frhs2[523]: 6 0 1.58817 shouldn't be
852.65/855.83 WSVECS04 Frhs2[538]: 6 0 1.00009 shouldn't be
852.65/855.83 WSVECS04 Frhs2[540]: 6 0 1.0001 shouldn't be
852.65/855.83 WSVECS04 Frhs2[548]: 6 0 2.00007 shouldn't be
852.65/855.83 WSVECS04 Frhs2[552]: 6 -1.00008 0 shouldn't be
852.65/855.83 WSVECS04 Frhs2[555]: 6 -0.973435 0 shouldn't be
852.65/855.83 WSVECS04 Frhs2[560]: 6 0 1.00006 shouldn't be
852.65/855.83 WSVECS04 Frhs2[565]: 6 0 1.40474 shouldn't be
852.65/855.83 WSVECS04 Frhs2[570]: 6 0 1.00003 shouldn't be
852.65/855.83 WSVECS04 Frhs2[575]: 6 0 1.00005 shouldn't be
852.65/855.83 WSVECS04 Frhs2[576]: 6 0 1.00008 shouldn't be
852.65/855.83 WSVECS04 Frhs2[577]: 6 0 1.00007 shouldn't be
852.65/855.83 WSVECS04 Frhs2[580]: 6 0 2.97821 shouldn't be
852.65/855.83 WSVECS04 Frhs2[583]: 6 0 2.00007 shouldn't be
852.65/855.83 WSVECS04 Frhs2[585]: 6 0 2.1614 shouldn't be
852.65/855.83 WSVECS04 Frhs2[590]: 6 0 1.56612 shouldn't be
852.65/855.83 WSVECS04 Frhs2[593]: 6 0 1.00001 shouldn't be
852.65/855.83 WSVECS04 Frhs2[606]: 6 -0.606841 0 shouldn't be
852.65/855.83 WSVECS04 Frhs2[609]: 6 0 1.00007 shouldn't be
852.65/855.83 WSVECS04 Frhs2[611]: 6 0 1.00005 shouldn't be
852.65/855.83 WSVECS04 Frhs2[619]: 6 0 1.00003 shouldn't be
852.65/855.83 WSVECS04 Frhs2[621]: 6 -1.00008 0 shouldn't be
852.65/855.83 WSVECS04 Frhs2[638]: 6 0 1.00006 shouldn't be
852.65/855.83 WSVECS04 Frhs2[642]: 6 0 1.00003 shouldn't be
852.65/855.83 WSVECS04 Frhs2[645]: 6 -0.097912 0 shouldn't be
852.65/855.83 WSVECS04 Frhs2[648]: 6 0 1.00005 shouldn't be
852.65/855.83 WSVECS04 Frhs2[649]: 6 -0.747159 0 shouldn't be
852.65/855.83 WSVECS04 Frhs2[657]: 6 0 1.00008 shouldn't be
852.65/855.83 WSVECS04 Frhs2[769]: 6 0 3.21064 shouldn't be
852.65/855.83 WSVECS04 Frhs2[771]: 6 0 1.00003 shouldn't be
852.65/855.83 WSVECS04 Frhs2[779]: 6 0 1.59532 shouldn't be
852.65/855.83 WSVECS04 Frhs2[793]: 6 0 1.00001 shouldn't be
852.65/855.83 WSVECS04 Frhs2[794]: 6 -1.42525 0 shouldn't be
852.65/855.83 WSVECS04 Frhs2[797]: 6 0 1.00002 shouldn't be
852.65/855.83 WSVECS04 Frhs2[800]: 6 -0.705341 0 shouldn't be
852.65/855.83 WSVECS04 Frhs2[803]: 6 0 1.00008 shouldn't be
852.65/855.83 WSVECS04 Frhs2[812]: 6 0 1.00003 shouldn't be
852.65/855.83 WSVECS04 Frhs2[876]: 6 0 1.00904 shouldn't be
852.65/855.83 WSVECS04 Frhs2[878]: 6 0 1.00001 shouldn't be
852.65/855.83 WSVECS04 Frhs2[879]: 6 -2.61678 0 shouldn't be
852.65/855.83 WSVECS04 Frhs2[891]: 6 0 1.00008 shouldn't be
852.65/855.83 WSVECS04 Frhs2[893]: 6 0 1.00003 shouldn't be
852.65/855.83 WSVECS04 Frhs2[896]: 6 0 1.00001 shouldn't be
852.65/855.83 WSVECS04 Frhs2[901]: 6 -2.00005 0 shouldn't be
852.65/855.83 WSVECS04 Frhs2[903]: 6 -2.43653 0 shouldn't be
852.65/855.83 WSVECS04 Frhs2[904]: 6 0 1.99583 shouldn't be
852.65/855.83 WSVECS04 Frhs2[906]: 6 0 1.00008 shouldn't be
852.65/855.83 WSVECS04 Frhs2[914]: 6 0 2.72785 shouldn't be
852.65/855.83 WSVECS04 Frhs2[921]: 6 -0.103407 0 shouldn't be
852.65/855.83 WSVECS04 Frhs2[927]: 6 0 1.81765 shouldn't be
852.65/855.83 WSVECS04 Frhs2[929]: 6 -0.0532873 0 shouldn't be
852.65/855.83 WSVECS04 Frhs2[930]: 6 -2.00003 0 shouldn't be
852.65/855.83 WSVECS04 Frhs2[933]: 6 0 1.00007 shouldn't be
852.65/855.83 WSVECS04 Frhs2[940]: 6 0 0.0623403 shouldn't be
852.65/855.83 WSVECS04 Frhs2[942]: 6 0 1.00006 shouldn't be
852.65/855.83 WSVECS04 Frhs2[945]: 6 0 2.53972 shouldn't be
852.65/855.83 WSVECS04 Frhs2[947]: 6 -1.00007 0 shouldn't be
852.65/855.83 WSVECS04 Frhs2[978]: 6 0 1.60213 shouldn't be
852.65/855.83 WSVECS04 Frhs2[985]: 6 0 1.00004 shouldn't be
852.65/855.83 WSVECS04 Frhs2[988]: 6 -1.8139 0 shouldn't be
852.65/855.83 WSVECS04 Frhs2[990]: 6 0 3.85196 shouldn't be
852.65/855.83 WSVECS04 Frhs2[992]: 6 -1.91249 0 shouldn't be
852.65/855.83 WSVECS04 Frhs2[995]: 6 0 1.00003 shouldn't be
852.65/855.83 WSVECS04 Frhs2[996]: 6 0 1.00008 shouldn't be
852.65/855.83 WSVECS04 Frhs2[997]: 6 0 1.00003 shouldn't be
852.65/855.83 WSVECS04 Frhs2[1000]: 6 0 1.00008 shouldn't be
852.65/855.83 WSVECS04 Frhs2[1003]: 6 0 1.00007 shouldn't be
852.65/855.83 WSVECS04 Frhs2[1005]: 6 0 1.99585 shouldn't be
852.65/855.83 WSVECS04 Frhs2[1010]: 6 0 0.48639 shouldn't be
852.65/855.83 WSVECS04 Frhs2[1013]: 6 0 1.00002 shouldn't be
852.65/855.83 WSVECS04 Frhs2[1016]: 6 0 1.00009 shouldn't be
852.65/855.83 WSVECS04 Frhs2[1024]: 6 0 1.00003 shouldn't be
852.65/855.83 WSVECS04 Frhs2[1036]: 6 0 1.07043 shouldn't be
852.65/855.83 WSVECS04 Frhs2[1039]: 6 0 1.00008 shouldn't be
852.65/855.83 WSVECS04 Frhs2[1042]: 6 0 1.00006 shouldn't be
852.65/855.83 WSVECS04 Frhs2[1043]: 6 0 1.0001 shouldn't be
852.65/855.83 WSVECS04 Frhs2[1044]: 6 0 1.00002 shouldn't be
852.65/855.83 WSVECS04 Frhs2[1048]: 6 0 1.00002 shouldn't be
852.65/855.83 WSVECS04 Frhs2[1049]: 6 0 1.16145 shouldn't be
852.65/855.83 WSVECS04 Frhs2[1052]: 6 0 1.39834 shouldn't be
852.65/855.83 WSVECS04 Frhs2[1061]: 6 0 1.00006 shouldn't be
852.65/855.83 WSVECS04 Frhs2[1094]: 6 -1.00009 0 shouldn't be
852.65/855.83 WSVECS04 Frhs2[1096]: 6 0 1.04669 shouldn't be
852.65/855.83 WSVECS04 Frhs2[1098]: 6 0 1.00002 shouldn't be
852.65/855.83 WSVECS04 Frhs2[1101]: 6 0 1.00003 shouldn't be
852.65/855.83 WSVECS04 Frhs2[1109]: 6 0 1.00002 shouldn't be
852.65/855.83 WSVECS04 Frhs2[1113]: 6 -1.63945 0 shouldn't be
852.65/855.83 WSVECS04 Frhs2[1148]: 6 0 1.27229 shouldn't be
852.65/855.83 WSVECS04 Frhs2[1152]: 6 -2.23256 0 shouldn't be
852.65/855.83 WSVECS04 Frhs2[1160]: 6 0 1.00007 shouldn't be
852.65/855.83 WSVECS04 Frhs2[1163]: 6 -0.595398 0 shouldn't be
852.65/855.83 WSVECS04 Frhs2[1165]: 6 0 1.00008 shouldn't be
852.65/855.83 WSVECS04 Frhs2[1171]: 6 -1.36319 0 shouldn't be
852.65/855.83 WSVECS04 Frhs2[1182]: 6 0 2.93779 shouldn't be
852.65/855.83 WSVECS04 Frhs2[1198]: 6 -0.701721 0 shouldn't be
852.65/855.83 WSVECS04 Frhs2[1199]: 6 -2.56343 0 shouldn't be
852.65/855.83 WSVECS04 Frhs2[1200]: 6 0 1.00004 shouldn't be
852.65/855.83 WSVECS04 Frhs2[1202]: 6 -2.56346 0 shouldn't be
852.65/855.83 WSVECS04 Frhs2[1211]: 6 -0.298375 0 shouldn't be
852.65/855.83 WSVECS04 Frhs2[1217]: 6 -2.92648 0 shouldn't be
852.65/855.83 WSVECS04 Frhs2[4710]: 6 -0.701724 0 shouldn't be
855.44/858.69 c bounds -600 >= -632 @ 851.606
857.63/860.84 c #Conflicts: 153000 | #Constraints: 118128
857.63/860.84 c #Conflicts: 154000 | #Constraints: 119128
857.63/860.84 c bounds -600 >= -631 @ 853.723
860.93/864.15 c #Conflicts: 155000 | #Constraints: 120164
860.93/864.15 c #Conflicts: 156000 | #Constraints: 121164
860.93/864.15 c #Conflicts: 157000 | #Constraints: 122164
860.93/864.15 c bounds -600 >= -630 @ 857.013
863.41/866.66 c #Conflicts: 158000 | #Constraints: 123185
863.41/866.66 c #Conflicts: 159000 | #Constraints: 124185
863.41/866.66 c bounds -600 >= -629 @ 859.497
874.57/877.88 c INPROCESSING
874.57/877.88 c GARBAGE COLLECT
874.57/877.88 WSVECS04 Frhs2[51]: 6 0 1.00007 shouldn't be
874.57/877.88 WSVECS04 Frhs2[52]: 6 0 1.00004 shouldn't be
874.57/877.88 WSVECS04 Frhs2[56]: 6 0 1.00005 shouldn't be
874.57/877.88 WSVECS04 Frhs2[62]: 6 0 1.00007 shouldn't be
874.57/877.88 WSVECS04 Frhs2[66]: 6 0 1.00003 shouldn't be
874.57/877.88 WSVECS04 Frhs2[67]: 6 0 1.00009 shouldn't be
874.57/877.88 WSVECS04 Frhs2[82]: 6 0 1.00002 shouldn't be
874.57/877.88 WSVECS04 Frhs2[87]: 6 0 1.00003 shouldn't be
874.57/877.88 WSVECS04 Frhs2[97]: 6 0 1.00003 shouldn't be
874.57/877.88 WSVECS04 Frhs2[147]: 6 0 1.00002 shouldn't be
874.57/877.88 WSVECS04 Frhs2[155]: 6 0 1.00003 shouldn't be
874.57/877.88 WSVECS04 Frhs2[165]: 6 0 1.00009 shouldn't be
874.57/877.88 WSVECS04 Frhs2[173]: 6 0 1.00007 shouldn't be
874.57/877.88 WSVECS04 Frhs2[190]: 6 0 1.00004 shouldn't be
874.57/877.88 WSVECS04 Frhs2[194]: 6 0 1.00008 shouldn't be
874.57/877.88 WSVECS04 Frhs2[219]: 6 0 1.00009 shouldn't be
874.57/877.88 WSVECS04 Frhs2[234]: 6 0 1.00005 shouldn't be
874.57/877.88 WSVECS04 Frhs2[281]: 6 0 1.00006 shouldn't be
874.57/877.88 WSVECS04 Frhs2[292]: 6 0 1.00006 shouldn't be
874.57/877.88 WSVECS04 Frhs2[302]: 6 0 1.00008 shouldn't be
874.57/877.88 WSVECS04 Frhs2[322]: 6 0 1.00004 shouldn't be
874.57/877.88 WSVECS04 Frhs2[365]: 6 0 1.00004 shouldn't be
874.57/877.88 WSVECS04 Frhs2[375]: 6 0 1.00006 shouldn't be
874.57/877.88 WSVECS04 Frhs2[385]: 6 0 1.00005 shouldn't be
874.57/877.88 WSVECS04 Frhs2[390]: 6 0 1.00003 shouldn't be
874.57/877.88 WSVECS04 Frhs2[414]: 6 0 1.00002 shouldn't be
874.57/877.88 WSVECS04 Frhs2[419]: 6 0 1.00002 shouldn't be
874.57/877.88 WSVECS04 Frhs2[429]: 6 0 1.00009 shouldn't be
874.57/877.88 WSVECS04 Frhs2[444]: 6 0 1.00007 shouldn't be
874.57/877.88 WSVECS04 Frhs2[485]: 6 0 1.00008 shouldn't be
874.57/877.88 WSVECS04 Frhs2[495]: 6 0 1.00006 shouldn't be
874.57/877.88 WSVECS04 Frhs2[510]: 6 0 1.00001 shouldn't be
874.57/877.88 WSVECS04 Frhs2[520]: 6 0 1.00002 shouldn't be
874.57/877.88 WSVECS04 Frhs2[526]: 6 0 1.00005 shouldn't be
874.57/877.88 WSVECS04 Frhs2[531]: 6 0 1.00004 shouldn't be
874.57/877.88 WSVECS04 Frhs2[546]: 6 0 1.00008 shouldn't be
874.57/877.88 WSVECS04 Frhs2[551]: 6 0 1.00004 shouldn't be
874.57/877.88 WSVECS04 Frhs2[556]: 6 0 1.00007 shouldn't be
874.57/877.88 WSVECS04 Frhs2[670]: 6 0 1.00009 shouldn't be
874.57/877.88 WSVECS04 Frhs2[750]: 6 0 1.00008 shouldn't be
874.57/877.88 WSVECS04 Frhs2[755]: 6 0 1.00002 shouldn't be
874.57/877.88 WSVECS04 Frhs2[774]: 6 0 1.00001 shouldn't be
874.57/877.88 WSVECS04 Frhs2[784]: 6 0 1.00005 shouldn't be
874.57/877.88 WSVECS04 Frhs2[835]: 6 0 1.00009 shouldn't be
874.57/877.88 WSVECS04 Frhs2[845]: 6 0 1.00004 shouldn't be
874.57/877.88 WSVECS04 Frhs2[851]: 6 0 1.00006 shouldn't be
874.57/877.88 WSVECS04 Frhs2[861]: 6 0 1.00004 shouldn't be
874.57/877.88 WSVECS04 Frhs2[871]: 6 0 1.00004 shouldn't be
874.57/877.88 WSVECS04 Frhs2[883]: 6 0 1.00005 shouldn't be
874.57/877.88 WSVECS04 Frhs2[885]: 6 0 1.00003 shouldn't be
874.57/877.88 WSVECS04 Frhs2[895]: 6 0 1.00005 shouldn't be
874.57/877.88 WSVECS04 Frhs2[960]: 6 0 1.00003 shouldn't be
874.57/877.88 WSVECS04 Frhs2[975]: 6 0 1.00005 shouldn't be
874.57/877.88 WSVECS04 Frhs2[1018]: 6 0 1.00008 shouldn't be
874.57/877.88 WSVECS04 Frhs2[1047]: 6 0 1.00004 shouldn't be
874.57/877.88 WSVECS04 Frhs2[1060]: 6 0 1.00009 shouldn't be
874.57/877.88 WSVECS04 Frhs2[1070]: 6 0 1.00004 shouldn't be
874.57/877.88 WSVECS04 Frhs2[1073]: 6 0 1.00005 shouldn't be
874.57/877.88 WSVECS04 Frhs2[1074]: 6 0 1.00007 shouldn't be
874.57/877.88 WSVECS04 Frhs2[1083]: 6 0 1.00006 shouldn't be
874.57/877.88 WSVECS04 Frhs2[1084]: 6 0 1.00007 shouldn't be
874.57/877.88 WSVECS04 Frhs2[1089]: 6 0 1.0001 shouldn't be
874.57/877.88 WSVECS04 Frhs2[1090]: 6 0 1.00003 shouldn't be
874.57/877.88 WSVECS04 Frhs2[1100]: 6 0 1.00002 shouldn't be
874.57/877.88 WSVECS04 Frhs2[1105]: 6 0 1.00009 shouldn't be
874.57/877.88 WSVECS04 Frhs2[1135]: 6 0 1.00004 shouldn't be
874.57/877.88 WSVECS04 Frhs2[1145]: 6 0 1.00006 shouldn't be
874.57/877.88 WSVECS04 Frhs2[1151]: 6 0 1.00009 shouldn't be
874.57/877.88 WSVECS04 Frhs2[1156]: 6 0 1.00007 shouldn't be
874.57/877.88 WSVECS04 Frhs2[1179]: 6 0 1.00003 shouldn't be
874.57/877.88 WSVECS04 Frhs2[1195]: 6 0 1.00005 shouldn't be
874.57/877.88 WSVECS04 Frhs2[1205]: 6 0 1.00005 shouldn't be
874.57/877.88 WSVECS04 Frhs2[1210]: 6 0 1.00007 shouldn't be
874.57/877.88 WSVECS04 Frhs2[1220]: 6 0 1.00001 shouldn't be
874.57/877.88 WSVECS04 Frhs2[1225]: 6 0 1.00006 shouldn't be
917.83/921.28 WSVECS04 Frhs2[57]: 6 0 1.00006 shouldn't be
917.83/921.28 WSVECS04 Frhs2[72]: 6 0 1.00004 shouldn't be
917.83/921.28 WSVECS04 Frhs2[80]: 6 0 1.00002 shouldn't be
917.83/921.28 WSVECS04 Frhs2[81]: 6 0 1.00004 shouldn't be
917.83/921.28 WSVECS04 Frhs2[160]: 6 0 1.00009 shouldn't be
917.83/921.28 WSVECS04 Frhs2[170]: 6 0 1.0001 shouldn't be
917.83/921.28 WSVECS04 Frhs2[175]: 6 0 1.00003 shouldn't be
917.83/921.28 WSVECS04 Frhs2[180]: 6 0 1.00005 shouldn't be
917.83/921.28 WSVECS04 Frhs2[185]: 6 0 1.00009 shouldn't be
917.83/921.28 WSVECS04 Frhs2[218]: 6 0 1.00009 shouldn't be
917.83/921.28 WSVECS04 Frhs2[282]: 6 0 1.00005 shouldn't be
917.83/921.28 WSVECS04 Frhs2[287]: 6 0 1.00007 shouldn't be
917.83/921.28 WSVECS04 Frhs2[296]: 6 0 1.00006 shouldn't be
917.83/921.28 WSVECS04 Frhs2[305]: 6 0 1.00007 shouldn't be
917.83/921.28 WSVECS04 Frhs2[307]: 6 0 1.00006 shouldn't be
917.83/921.28 WSVECS04 Frhs2[370]: 6 0 1.00009 shouldn't be
917.83/921.28 WSVECS04 Frhs2[388]: 6 0 1.00009 shouldn't be
917.83/921.28 WSVECS04 Frhs2[400]: 6 0 1.00004 shouldn't be
917.83/921.28 WSVECS04 Frhs2[428]: 6 0 1.00004 shouldn't be
917.83/921.28 WSVECS04 Frhs2[541]: 6 0 1.00004 shouldn't be
917.83/921.28 WSVECS04 Frhs2[599]: 6 0 1.00009 shouldn't be
917.83/921.28 WSVECS04 Frhs2[604]: 6 0 1.00004 shouldn't be
917.83/921.28 WSVECS04 Frhs2[613]: 6 0 1.00003 shouldn't be
917.83/921.28 WSVECS04 Frhs2[629]: 6 0 1.00008 shouldn't be
917.83/921.28 WSVECS04 Frhs2[685]: 6 0 1.00001 shouldn't be
917.83/921.28 WSVECS04 Frhs2[695]: 6 0 1.00007 shouldn't be
917.83/921.28 WSVECS04 Frhs2[730]: 6 0 1.00009 shouldn't be
917.83/921.28 WSVECS04 Frhs2[735]: 6 0 1.00006 shouldn't be
917.83/921.28 WSVECS04 Frhs2[740]: 6 0 1.00008 shouldn't be
917.83/921.28 WSVECS04 Frhs2[743]: 6 0 1.00009 shouldn't be
917.83/921.28 WSVECS04 Frhs2[760]: 6 0 1.00005 shouldn't be
917.83/921.28 WSVECS04 Frhs2[773]: 6 0 1.00004 shouldn't be
917.83/921.28 WSVECS04 Frhs2[789]: 6 0 1.00003 shouldn't be
917.83/921.28 WSVECS04 Frhs2[880]: 6 0 1.00006 shouldn't be
917.83/921.28 WSVECS04 Frhs2[890]: 6 0 1.00004 shouldn't be
917.83/921.28 WSVECS04 Frhs2[900]: 6 0 1.00005 shouldn't be
917.83/921.28 WSVECS04 Frhs2[919]: 6 0 1.0001 shouldn't be
917.83/921.28 WSVECS04 Frhs2[924]: 6 0 1.00003 shouldn't be
917.83/921.28 WSVECS04 Frhs2[1029]: 6 0 1.00003 shouldn't be
917.83/921.28 WSVECS04 Frhs2[1034]: 6 0 1.00008 shouldn't be
917.83/921.28 WSVECS04 Frhs2[1079]: 6 0 1.00007 shouldn't be
917.83/921.28 WSVECS04 Frhs2[1095]: 6 0 1.00009 shouldn't be
917.83/921.28 WSVECS04 Frhs2[1214]: 6 0 1.00004 shouldn't be
942.15/945.62 WSVECS04 Frhs2[306]: 6 0 1.0001 shouldn't be
942.15/945.62 WSVECS04 Frhs2[380]: 6 0 1.00006 shouldn't be
942.15/945.62 WSVECS04 Frhs2[614]: 6 0 1.00008 shouldn't be
942.15/945.62 WSVECS04 Frhs2[875]: 6 0 1.00003 shouldn't be
942.15/945.62 WSVECS04 Frhs2[908]: 6 0 1.00005 shouldn't be
942.15/945.62 WSVECS04 Frhs2[970]: 6 0 1.0001 shouldn't be
942.15/945.62 WSVECS04 Frhs2[1114]: 6 0 1.00005 shouldn't be
942.15/945.62 WSVECS04 Frhs2[1119]: 6 0 1.00003 shouldn't be
965.66/969.28 WSVECS04 Frhs2[71]: 6 0 1.00003 shouldn't be
965.66/969.28 WSVECS04 Frhs2[91]: 6 0 1.00008 shouldn't be
965.66/969.28 WSVECS04 Frhs2[145]: 6 0 1.00008 shouldn't be
965.66/969.28 WSVECS04 Frhs2[150]: 6 0 1.00009 shouldn't be
965.66/969.28 WSVECS04 Frhs2[204]: 6 0 1.00002 shouldn't be
965.66/969.28 WSVECS04 Frhs2[209]: 6 0 1.00007 shouldn't be
965.66/969.28 WSVECS04 Frhs2[229]: 6 0 1.00002 shouldn't be
965.66/969.28 WSVECS04 Frhs2[312]: 6 0 1.0001 shouldn't be
965.66/969.28 WSVECS04 Frhs2[316]: 6 0 1.00008 shouldn't be
965.66/969.28 WSVECS04 Frhs2[321]: 6 0 1.00003 shouldn't be
965.66/969.28 WSVECS04 Frhs2[624]: 6 0 1.00007 shouldn't be
965.66/969.28 WSVECS04 Frhs2[745]: 6 0 1.00005 shouldn't be
965.66/969.28 WSVECS04 Frhs2[856]: 6 0 1.00005 shouldn't be
965.66/969.28 WSVECS04 Frhs2[866]: 6 0 1.00008 shouldn't be
965.66/969.28 WSVECS04 Frhs2[909]: 6 0 1.00002 shouldn't be
965.66/969.28 WSVECS04 Frhs2[1019]: 6 0 1.00006 shouldn't be
965.66/969.28 WSVECS04 Frhs2[1088]: 6 0 1.00003 shouldn't be
965.66/969.28 WSVECS04 Frhs2[1174]: 6 0 1.00007 shouldn't be
983.00/986.64 WSVECS04 Frhs2[77]: 6 0 1.00006 shouldn't be
983.00/986.64 WSVECS04 Frhs2[192]: 6 0 1.00003 shouldn't be
983.00/986.64 WSVECS04 Frhs2[297]: 6 0 1.00008 shouldn't be
983.00/986.64 WSVECS04 Frhs2[317]: 6 0 1.00004 shouldn't be
983.00/986.64 WSVECS04 Frhs2[395]: 6 0 1.00002 shouldn't be
983.00/986.64 WSVECS04 Frhs2[405]: 6 0 1.00007 shouldn't be
983.00/986.64 WSVECS04 Frhs2[764]: 6 0 1.00005 shouldn't be
983.00/986.64 WSVECS04 Frhs2[820]: 6 0 1.00008 shouldn't be
999.55/1003.21 WSVECS04 Frhs2[96]: 6 0 1.00004 shouldn't be
999.55/1003.21 WSVECS04 Frhs2[291]: 6 0 1.00006 shouldn't be
999.55/1003.21 WSVECS04 Frhs2[439]: 6 0 1.00002 shouldn't be
1013.80/1017.50 WSVECS04 Frhs2[92]: 6 0 1.00007 shouldn't be
1055.66/1059.56 WSVECS04 Frhs2[536]: 6 0 1.00002 shouldn't be
1244.82/1249.31 c #Conflicts: 160000 | #Constraints: 111191
1244.82/1249.31 c #Conflicts: 161000 | #Constraints: 112191
1244.82/1249.31 c #Conflicts: 162000 | #Constraints: 113191
1244.82/1249.31 c bounds -600 >= -628 @ 1240.32
1249.91/1254.48 c #Conflicts: 163000 | #Constraints: 114272
1249.91/1254.48 c #Conflicts: 164000 | #Constraints: 115272
1249.91/1254.48 c #Conflicts: 165000 | #Constraints: 116272
1249.91/1254.48 c bounds -600 >= -627 @ 1245.44
1252.99/1257.59 c #Conflicts: 166000 | #Constraints: 117315
1252.99/1257.59 c #Conflicts: 167000 | #Constraints: 118315
1252.99/1257.59 c #Conflicts: 168000 | #Constraints: 119315
1252.99/1257.59 c bounds -600 >= -626 @ 1248.52
1263.56/1268.16 c #Conflicts: 169000 | #Constraints: 120352
1263.56/1268.16 c INPROCESSING
1263.56/1268.16 c GARBAGE COLLECT
1263.56/1268.16 c #Conflicts: 170000 | #Constraints: 109405
1263.56/1268.16 c #Conflicts: 171000 | #Constraints: 110405
1263.56/1268.16 c #Conflicts: 172000 | #Constraints: 111406
1263.56/1268.16 c #Conflicts: 173000 | #Constraints: 112406
1263.56/1268.16 c bounds -600 >= -625 @ 1258.99
1274.53/1279.19 c #Conflicts: 174000 | #Constraints: 113487
1274.53/1279.19 c #Conflicts: 175000 | #Constraints: 114487
1274.53/1279.19 WSVECS04 Frhs2[1]: 6 0 1.00007 shouldn't be
1274.53/1279.19 WSVECS04 Frhs2[2]: 6 0 1.00005 shouldn't be
1274.53/1279.19 WSVECS04 Frhs2[6]: 6 0 1.00009 shouldn't be
1274.53/1279.19 WSVECS04 Frhs2[17]: 6 0 1.00003 shouldn't be
1274.53/1279.19 WSVECS04 Frhs2[26]: 6 0 1.00005 shouldn't be
1274.53/1279.19 WSVECS04 Frhs2[32]: 6 0 1.00005 shouldn't be
1274.53/1279.19 WSVECS04 Frhs2[58]: 6 0 1.00004 shouldn't be
1274.53/1279.19 WSVECS04 Frhs2[63]: 6 0 1.00007 shouldn't be
1274.53/1279.19 WSVECS04 Frhs2[65]: 6 0 1.00008 shouldn't be
1274.53/1279.19 WSVECS04 Frhs2[68]: 6 0 1.00005 shouldn't be
1274.53/1279.19 WSVECS04 Frhs2[73]: 6 0 1.00001 shouldn't be
1274.53/1279.19 WSVECS04 Frhs2[80]: 6 0 1.0001 shouldn't be
1274.53/1279.19 WSVECS04 Frhs2[88]: 6 0 1.00004 shouldn't be
1274.53/1279.19 WSVECS04 Frhs2[100]: 6 0 1.00005 shouldn't be
1274.53/1279.19 WSVECS04 Frhs2[101]: 6 0 1.00001 shouldn't be
1274.53/1279.19 WSVECS04 Frhs2[105]: 6 0 1.00002 shouldn't be
1274.53/1279.19 WSVECS04 Frhs2[110]: 6 0 1.00002 shouldn't be
1274.53/1279.19 WSVECS04 Frhs2[115]: 6 0 1.00002 shouldn't be
1274.53/1279.19 WSVECS04 Frhs2[120]: 6 0 1.00008 shouldn't be
1274.53/1279.19 WSVECS04 Frhs2[121]: 6 0 1.00009 shouldn't be
1274.53/1279.19 WSVECS04 Frhs2[135]: 6 0 1.00004 shouldn't be
1274.53/1279.19 WSVECS04 Frhs2[140]: 6 0 1.00003 shouldn't be
1274.53/1279.19 WSVECS04 Frhs2[194]: 6 0 1.00007 shouldn't be
1274.53/1279.19 WSVECS04 Frhs2[198]: 6 0 1.00007 shouldn't be
1274.53/1279.19 WSVECS04 Frhs2[199]: 6 0 1.00002 shouldn't be
1274.53/1279.19 WSVECS04 Frhs2[202]: 6 0 1.00008 shouldn't be
1274.53/1279.19 WSVECS04 Frhs2[204]: 6 0 1.00003 shouldn't be
1274.53/1279.19 WSVECS04 Frhs2[209]: 6 0 1.00002 shouldn't be
1274.53/1279.19 WSVECS04 Frhs2[217]: 6 0 1.0001 shouldn't be
1274.53/1279.19 WSVECS04 Frhs2[224]: 6 0 1.0001 shouldn't be
1274.53/1279.19 WSVECS04 Frhs2[233]: 6 0 1.00008 shouldn't be
1274.53/1279.19 WSVECS04 Frhs2[234]: 6 0 1.00004 shouldn't be
1274.53/1279.19 WSVECS04 Frhs2[236]: 6 0 1.00008 shouldn't be
1274.53/1279.19 WSVECS04 Frhs2[247]: 6 0 1.0001 shouldn't be
1274.53/1279.19 WSVECS04 Frhs2[256]: 6 0 1.00008 shouldn't be
1274.53/1279.19 WSVECS04 Frhs2[262]: 6 0 1.00006 shouldn't be
1274.53/1279.19 WSVECS04 Frhs2[283]: 6 0 1.00006 shouldn't be
1274.53/1279.19 WSVECS04 Frhs2[288]: 6 0 1.00005 shouldn't be
1274.53/1279.19 WSVECS04 Frhs2[290]: 6 0 1.00007 shouldn't be
1274.53/1279.19 WSVECS04 Frhs2[293]: 6 0 1.00006 shouldn't be
1274.53/1279.19 WSVECS04 Frhs2[298]: 6 0 1.00009 shouldn't be
1274.53/1279.19 WSVECS04 Frhs2[303]: 6 0 1.00006 shouldn't be
1274.53/1279.19 WSVECS04 Frhs2[305]: 6 0 1.0001 shouldn't be
1274.53/1279.19 WSVECS04 Frhs2[313]: 6 0 1.0001 shouldn't be
1274.53/1279.19 WSVECS04 Frhs2[318]: 6 0 1.00004 shouldn't be
1274.53/1279.19 WSVECS04 Frhs2[368]: 6 0 1.00009 shouldn't be
1274.53/1279.19 WSVECS04 Frhs2[372]: 6 0 1.00005 shouldn't be
1274.53/1279.19 WSVECS04 Frhs2[375]: 6 0 1.0001 shouldn't be
1274.53/1279.19 WSVECS04 Frhs2[380]: 6 0 1.00003 shouldn't be
1274.53/1279.19 WSVECS04 Frhs2[390]: 6 0 1.00002 shouldn't be
1274.53/1279.19 WSVECS04 Frhs2[393]: 6 0 1.00001 shouldn't be
1274.53/1279.19 WSVECS04 Frhs2[395]: 6 0 1.00006 shouldn't be
1274.53/1279.19 WSVECS04 Frhs2[403]: 6 0 1.00006 shouldn't be
1274.53/1279.19 WSVECS04 Frhs2[405]: 6 0 1.0001 shouldn't be
1274.53/1279.19 WSVECS04 Frhs2[414]: 6 0 1.00003 shouldn't be
1274.53/1279.19 WSVECS04 Frhs2[424]: 6 0 1.00003 shouldn't be
1274.53/1279.19 WSVECS04 Frhs2[427]: 6 0 1.00003 shouldn't be
1274.53/1279.20 WSVECS04 Frhs2[433]: 6 0 1.00008 shouldn't be
1274.53/1279.20 WSVECS04 Frhs2[443]: 6 0 1.00004 shouldn't be
1274.53/1279.20 WSVECS04 Frhs2[452]: 6 0 1.00004 shouldn't be
1274.53/1279.20 WSVECS04 Frhs2[461]: 6 0 1.00001 shouldn't be
1274.53/1279.20 WSVECS04 Frhs2[467]: 6 0 1.00007 shouldn't be
1274.53/1279.20 WSVECS04 Frhs2[523]: 6 0 1.00007 shouldn't be
1274.53/1279.20 WSVECS04 Frhs2[524]: 6 0 1.00006 shouldn't be
1274.53/1279.20 WSVECS04 Frhs2[526]: 6 0 1.00008 shouldn't be
1274.53/1279.20 WSVECS04 Frhs2[528]: 6 0 1.00005 shouldn't be
1274.53/1279.20 WSVECS04 Frhs2[534]: 6 0 1.00008 shouldn't be
1274.53/1279.20 WSVECS04 Frhs2[538]: 6 0 1.00009 shouldn't be
1274.53/1279.20 WSVECS04 Frhs2[539]: 6 0 1.00005 shouldn't be
1274.53/1279.20 WSVECS04 Frhs2[541]: 6 0 1.00004 shouldn't be
1274.53/1279.20 WSVECS04 Frhs2[544]: 6 0 1.00007 shouldn't be
1274.53/1279.20 WSVECS04 Frhs2[548]: 6 0 1.00009 shouldn't be
1274.53/1279.20 WSVECS04 Frhs2[554]: 6 0 1.00001 shouldn't be
1274.53/1279.20 WSVECS04 Frhs2[558]: 6 0 1.00006 shouldn't be
1274.53/1279.20 WSVECS04 Frhs2[559]: 6 0 1.00006 shouldn't be
1274.53/1279.20 WSVECS04 Frhs2[560]: 6 0 1.00005 shouldn't be
1274.53/1279.20 WSVECS04 Frhs2[565]: 6 0 1.00008 shouldn't be
1274.53/1279.20 WSVECS04 Frhs2[570]: 6 0 1.00004 shouldn't be
1274.53/1279.20 WSVECS04 Frhs2[577]: 6 0 1.00003 shouldn't be
1274.53/1279.20 WSVECS04 Frhs2[583]: 6 0 1.00005 shouldn't be
1274.53/1279.20 WSVECS04 Frhs2[590]: 6 0 1.00003 shouldn't be
1274.53/1279.20 WSVECS04 Frhs2[593]: 6 0 1.00009 shouldn't be
1274.53/1279.20 WSVECS04 Frhs2[595]: 6 0 1.00002 shouldn't be
1274.53/1279.20 WSVECS04 Frhs2[597]: 6 0 1.00006 shouldn't be
1274.53/1279.20 WSVECS04 Frhs2[599]: 6 0 1.00005 shouldn't be
1274.53/1279.20 WSVECS04 Frhs2[604]: 6 0 1.00004 shouldn't be
1274.53/1279.20 WSVECS04 Frhs2[609]: 6 0 1.00009 shouldn't be
1274.53/1279.20 WSVECS04 Frhs2[612]: 6 0 1.00001 shouldn't be
1274.53/1279.20 WSVECS04 Frhs2[619]: 6 0 1.00002 shouldn't be
1274.53/1279.20 WSVECS04 Frhs2[624]: 6 0 1.00005 shouldn't be
1274.53/1279.20 WSVECS04 Frhs2[629]: 6 0 1.00008 shouldn't be
1274.53/1279.20 WSVECS04 Frhs2[632]: 6 0 1.00006 shouldn't be
1274.53/1279.20 WSVECS04 Frhs2[641]: 6 0 1.00002 shouldn't be
1274.53/1279.20 WSVECS04 Frhs2[647]: 6 0 1.00009 shouldn't be
1274.53/1279.20 WSVECS04 Frhs2[666]: 6 0 1.00006 shouldn't be
1274.53/1279.20 WSVECS04 Frhs2[667]: 6 0 1.00009 shouldn't be
1274.53/1279.20 WSVECS04 Frhs2[671]: 6 0 1.00008 shouldn't be
1274.53/1279.20 WSVECS04 Frhs2[672]: 6 0 1.00009 shouldn't be
1274.53/1279.20 WSVECS04 Frhs2[676]: 6 0 1.00002 shouldn't be
1274.53/1279.20 WSVECS04 Frhs2[682]: 6 0 1.00005 shouldn't be
1274.53/1279.20 WSVECS04 Frhs2[685]: 6 0 1.00003 shouldn't be
1274.53/1279.20 WSVECS04 Frhs2[686]: 6 0 1.00007 shouldn't be
1274.53/1279.20 WSVECS04 Frhs2[691]: 6 0 1.00005 shouldn't be
1274.53/1279.20 WSVECS04 Frhs2[692]: 6 0 1.00002 shouldn't be
1274.53/1279.20 WSVECS04 Frhs2[695]: 6 0 1.00005 shouldn't be
1274.53/1279.20 WSVECS04 Frhs2[696]: 6 0 1.00006 shouldn't be
1274.53/1279.20 WSVECS04 Frhs2[697]: 6 0 1.00005 shouldn't be
1274.53/1279.20 WSVECS04 Frhs2[700]: 6 0 1.00002 shouldn't be
1274.53/1279.20 WSVECS04 Frhs2[705]: 6 0 1.00002 shouldn't be
1274.53/1279.20 WSVECS04 Frhs2[706]: 6 0 1.0001 shouldn't be
1274.53/1279.20 WSVECS04 Frhs2[710]: 6 0 1.00003 shouldn't be
1274.53/1279.20 WSVECS04 Frhs2[725]: 6 0 1.00005 shouldn't be
1274.53/1279.20 WSVECS04 Frhs2[730]: 6 0 1.00005 shouldn't be
1274.53/1279.20 WSVECS04 Frhs2[735]: 6 0 1.00003 shouldn't be
1274.53/1279.20 WSVECS04 Frhs2[740]: 6 0 1.0001 shouldn't be
1274.53/1279.20 WSVECS04 Frhs2[745]: 6 0 1.00003 shouldn't be
1274.53/1279.20 WSVECS04 Frhs2[748]: 6 0 1.00005 shouldn't be
1274.53/1279.20 WSVECS04 Frhs2[750]: 6 0 1.00001 shouldn't be
1274.53/1279.20 WSVECS04 Frhs2[758]: 6 0 1.00001 shouldn't be
1274.53/1279.20 WSVECS04 Frhs2[769]: 6 0 1.00005 shouldn't be
1274.53/1279.20 WSVECS04 Frhs2[772]: 6 0 1.00003 shouldn't be
1274.53/1279.20 WSVECS04 Frhs2[779]: 6 0 1.00004 shouldn't be
1274.53/1279.20 WSVECS04 Frhs2[784]: 6 0 1.00005 shouldn't be
1274.53/1279.20 WSVECS04 Frhs2[788]: 6 0 1.00003 shouldn't be
1274.53/1279.20 WSVECS04 Frhs2[789]: 6 0 1.00003 shouldn't be
1274.53/1279.20 WSVECS04 Frhs2[796]: 6 0 1.00005 shouldn't be
1274.53/1279.20 WSVECS04 Frhs2[882]: 6 0 1.00007 shouldn't be
1274.53/1279.20 WSVECS04 Frhs2[885]: 6 0 1.00003 shouldn't be
1274.53/1279.20 WSVECS04 Frhs2[888]: 6 0 1.00004 shouldn't be
1274.53/1279.20 WSVECS04 Frhs2[895]: 6 0 1.00008 shouldn't be
1274.53/1279.20 WSVECS04 Frhs2[898]: 6 0 1.00003 shouldn't be
1274.53/1279.20 WSVECS04 Frhs2[907]: 6 0 1.00006 shouldn't be
1274.53/1279.20 WSVECS04 Frhs2[914]: 6 0 1.00006 shouldn't be
1274.53/1279.20 WSVECS04 Frhs2[919]: 6 0 1.00008 shouldn't be
1274.53/1279.20 WSVECS04 Frhs2[923]: 6 0 1.00006 shouldn't be
1274.53/1279.20 WSVECS04 Frhs2[924]: 6 0 1.00003 shouldn't be
1274.53/1279.20 WSVECS04 Frhs2[926]: 6 0 1.00003 shouldn't be
1274.53/1279.20 WSVECS04 Frhs2[932]: 6 0 1.00007 shouldn't be
1274.53/1279.20 WSVECS04 Frhs2[955]: 6 0 1.00009 shouldn't be
1274.53/1279.20 WSVECS04 Frhs2[963]: 6 0 1.00008 shouldn't be
1274.53/1279.20 WSVECS04 Frhs2[968]: 6 0 1.00007 shouldn't be
1274.53/1279.20 WSVECS04 Frhs2[995]: 6 0 1.00008 shouldn't be
1274.53/1279.20 WSVECS04 Frhs2[997]: 6 0 1.00004 shouldn't be
1274.53/1279.20 WSVECS04 Frhs2[1000]: 6 0 1.00005 shouldn't be
1274.53/1279.20 WSVECS04 Frhs2[1005]: 6 0 1.0001 shouldn't be
1274.53/1279.20 WSVECS04 Frhs2[1010]: 6 0 1.00009 shouldn't be
1274.53/1279.20 WSVECS04 Frhs2[1013]: 6 0 1.00005 shouldn't be
1274.53/1279.20 WSVECS04 Frhs2[1015]: 6 0 1.0001 shouldn't be
1274.53/1279.20 WSVECS04 Frhs2[1017]: 6 0 1.00003 shouldn't be
1274.53/1279.20 WSVECS04 Frhs2[1023]: 6 0 1.00005 shouldn't be
1274.53/1279.20 WSVECS04 Frhs2[1034]: 6 0 1.00002 shouldn't be
1274.53/1279.20 WSVECS04 Frhs2[1037]: 6 0 1.00007 shouldn't be
1274.53/1279.20 WSVECS04 Frhs2[1057]: 6 0 1.00006 shouldn't be
1274.53/1279.20 WSVECS04 Frhs2[1060]: 6 0 1.00008 shouldn't be
1274.53/1279.20 WSVECS04 Frhs2[1061]: 6 0 1.00008 shouldn't be
1274.53/1279.20 WSVECS04 Frhs2[1062]: 6 0 1.00001 shouldn't be
1274.53/1279.20 WSVECS04 Frhs2[1066]: 6 0 1.00002 shouldn't be
1274.53/1279.20 WSVECS04 Frhs2[1070]: 6 0 1.00008 shouldn't be
1274.53/1279.20 WSVECS04 Frhs2[1072]: 6 0 1.00004 shouldn't be
1274.53/1279.20 WSVECS04 Frhs2[1080]: 6 0 1.00007 shouldn't be
1274.53/1279.20 WSVECS04 Frhs2[1085]: 6 0 1.00006 shouldn't be
1274.53/1279.20 WSVECS04 Frhs2[1109]: 6 0 1.00003 shouldn't be
1274.53/1279.20 WSVECS04 Frhs2[1114]: 6 0 1.00006 shouldn't be
1274.53/1279.20 WSVECS04 Frhs2[1118]: 6 0 1.00005 shouldn't be
1274.53/1279.20 WSVECS04 Frhs2[1119]: 6 0 1.00002 shouldn't be
1274.53/1279.20 WSVECS04 Frhs2[1149]: 6 0 1.00004 shouldn't be
1274.53/1279.20 WSVECS04 Frhs2[1154]: 6 0 1.00006 shouldn't be
1274.53/1279.20 WSVECS04 Frhs2[1158]: 6 0 1.00002 shouldn't be
1274.53/1279.20 WSVECS04 Frhs2[1159]: 6 0 1.00002 shouldn't be
1274.53/1279.20 WSVECS04 Frhs2[1160]: 6 0 1.00006 shouldn't be
1274.53/1279.20 WSVECS04 Frhs2[1165]: 6 0 1.00003 shouldn't be
1274.53/1279.20 WSVECS04 Frhs2[1168]: 6 0 1.00002 shouldn't be
1274.53/1279.20 WSVECS04 Frhs2[1170]: 6 0 1.00009 shouldn't be
1274.53/1279.20 WSVECS04 Frhs2[1178]: 6 0 1.00009 shouldn't be
1274.53/1279.20 WSVECS04 Frhs2[1179]: 6 0 1.00003 shouldn't be
1274.53/1279.20 WSVECS04 Frhs2[1205]: 6 0 1.00003 shouldn't be
1274.53/1279.20 WSVECS04 Frhs2[1208]: 6 0 1.00009 shouldn't be
1274.53/1279.20 WSVECS04 Frhs2[1210]: 6 0 1.00005 shouldn't be
1274.53/1279.20 WSVECS04 Frhs2[1213]: 6 0 1.00006 shouldn't be
1274.53/1279.20 WSVECS04 Frhs2[1223]: 6 0 1.00009 shouldn't be
1274.53/1279.20 WSVECS04 Frhs2[1224]: 6 0 1.00001 shouldn't be
1274.53/1279.20 WSVECS04 Frhs2[1225]: 6 0 1.00006 shouldn't be
1294.46/1299.17 WSVECS04 Frhs2[50]: 6 0 1.00009 shouldn't be
1294.46/1299.17 WSVECS04 Frhs2[214]: 6 0 1.00009 shouldn't be
1294.46/1299.17 WSVECS04 Frhs2[223]: 6 0 1.00005 shouldn't be
1294.46/1299.17 WSVECS04 Frhs2[365]: 6 0 1.00006 shouldn't be
1294.46/1299.17 WSVECS04 Frhs2[370]: 6 0 1.0001 shouldn't be
1294.46/1299.17 WSVECS04 Frhs2[385]: 6 0 1.00008 shouldn't be
1294.46/1299.17 WSVECS04 Frhs2[408]: 6 0 1.00006 shouldn't be
1294.46/1299.17 WSVECS04 Frhs2[409]: 6 0 1.00009 shouldn't be
1294.46/1299.17 WSVECS04 Frhs2[419]: 6 0 1.00007 shouldn't be
1294.46/1299.17 WSVECS04 Frhs2[434]: 6 0 1.00003 shouldn't be
1294.46/1299.17 WSVECS04 Frhs2[444]: 6 0 1.00002 shouldn't be
1294.46/1299.17 WSVECS04 Frhs2[553]: 6 0 1.00003 shouldn't be
1294.46/1299.17 WSVECS04 Frhs2[580]: 6 0 1.00007 shouldn't be
1294.46/1299.17 WSVECS04 Frhs2[618]: 6 0 1.00003 shouldn't be
1294.46/1299.17 WSVECS04 Frhs2[677]: 6 0 1.00003 shouldn't be
1294.46/1299.17 WSVECS04 Frhs2[760]: 6 0 1.00002 shouldn't be
1294.46/1299.17 WSVECS04 Frhs2[778]: 6 0 1.00006 shouldn't be
1294.46/1299.17 WSVECS04 Frhs2[875]: 6 0 1.00007 shouldn't be
1294.46/1299.17 WSVECS04 Frhs2[880]: 6 0 1.00009 shouldn't be
1294.46/1299.17 WSVECS04 Frhs2[913]: 6 0 1.00002 shouldn't be
1294.46/1299.17 WSVECS04 Frhs2[1024]: 6 0 1.00006 shouldn't be
1294.46/1299.17 WSVECS04 Frhs2[1108]: 6 0 1.00004 shouldn't be
1294.46/1299.17 WSVECS04 Frhs2[1148]: 6 0 1.00003 shouldn't be
1294.46/1299.17 WSVECS04 Frhs2[1153]: 6 0 1.00002 shouldn't be
1340.09/1344.98 WSVECS04 Frhs2[585]: 6 0 1.0001 shouldn't be
1340.09/1344.98 WSVECS04 Frhs2[953]: 6 0 1.00007 shouldn't be
1361.72/1366.66 WSVECS04 Frhs2[229]: 6 0 1.00004 shouldn't be
1361.72/1366.66 WSVECS04 Frhs2[412]: 6 0 1.00009 shouldn't be
1361.72/1366.66 WSVECS04 Frhs2[562]: 6 0 1.00006 shouldn't be
1361.72/1366.66 WSVECS04 Frhs2[687]: 6 0 1.00005 shouldn't be
1361.72/1366.66 WSVECS04 Frhs2[1029]: 6 0 1.00008 shouldn't be
1361.72/1366.66 WSVECS04 Frhs2[1033]: 6 0 1.00002 shouldn't be
1361.72/1366.66 WSVECS04 Frhs2[1174]: 6 0 1.00002 shouldn't be
1383.34/1388.37 WSVECS04 Frhs2[533]: 6 0 1.00005 shouldn't be
1383.34/1388.37 WSVECS04 Frhs2[575]: 6 0 1.00004 shouldn't be
1383.34/1388.37 WSVECS04 Frhs2[628]: 6 0 1.00009 shouldn't be
1383.34/1388.37 WSVECS04 Frhs2[720]: 6 0 1.00007 shouldn't be
1383.34/1388.37 WSVECS04 Frhs2[802]: 6 0 1.00004 shouldn't be
1383.34/1388.37 WSVECS04 Frhs2[890]: 6 0 1.00005 shouldn't be
1403.87/1409.00 WSVECS04 Frhs2[125]: 6 0 1.00004 shouldn't be
1403.87/1409.00 WSVECS04 Frhs2[900]: 6 0 1.0001 shouldn't be
1403.87/1409.00 WSVECS04 Frhs2[904]: 6 0 1.00008 shouldn't be
1422.11/1427.26 WSVECS04 Frhs2[529]: 6 0 1.00006 shouldn't be
1422.11/1427.26 WSVECS04 Frhs2[549]: 6 0 1.00003 shouldn't be
1422.11/1427.26 WSVECS04 Frhs2[764]: 6 0 1.00008 shouldn't be
1439.56/1444.74 WSVECS04 Frhs2[439]: 6 0 1.00009 shouldn't be
1599.43/1605.11 c #Conflicts: 176000 | #Constraints: 115487
1599.43/1605.11 c #Conflicts: 177000 | #Constraints: 116487
1599.43/1605.11 c #Conflicts: 178000 | #Constraints: 117487
1599.43/1605.11 c #Conflicts: 179000 | #Constraints: 118487
1599.43/1605.11 c bounds -600 >= -624 @ 1594.27
1604.60/1610.32 c #Conflicts: 180000 | #Constraints: 119547
1604.60/1610.32 c #Conflicts: 181000 | #Constraints: 120547
1604.60/1610.32 c #Conflicts: 182000 | #Constraints: 121547
1604.60/1610.32 c #Conflicts: 183000 | #Constraints: 122547
1604.60/1610.32 c #Conflicts: 184000 | #Constraints: 123547
1604.60/1610.32 c bounds -600 >= -623 @ 1599.41
1630.10/1636.60 c #Conflicts: 185000 | #Constraints: 124592
1630.10/1636.60 c #Conflicts: 186000 | #Constraints: 125592
1630.10/1636.60 c #Conflicts: 187000 | #Constraints: 126592
1630.10/1636.60 c #Conflicts: 188000 | #Constraints: 127592
1630.10/1636.60 c #Conflicts: 189000 | #Constraints: 128592
1630.10/1636.60 c #Conflicts: 190000 | #Constraints: 129592
1630.10/1636.60 c #Conflicts: 191000 | #Constraints: 130592
1630.10/1636.60 c #Conflicts: 192000 | #Constraints: 131592
1630.10/1636.60 c #Conflicts: 193000 | #Constraints: 132592
1630.10/1636.60 c #Conflicts: 194000 | #Constraints: 133592
1630.10/1636.60 c #Conflicts: 195000 | #Constraints: 134592
1630.10/1636.60 c #Conflicts: 196000 | #Constraints: 135592
1630.10/1636.60 c #Conflicts: 197000 | #Constraints: 136592
1630.10/1636.60 c #Conflicts: 198000 | #Constraints: 137592
1630.10/1636.60 c #Conflicts: 199000 | #Constraints: 138592
1630.10/1636.60 c bounds -600 >= -600 @ 1624.71
1630.10/1636.60 c cpu time 1624.71 s
1630.10/1636.60 c deterministic time 5456352271 5.46e+09
1630.10/1636.60 c optimization time 0.361406 s
1630.10/1636.60 c total solve time 1623.76 s
1630.10/1636.60 c core-guided solve time 1077.43 s
1630.10/1636.60 c propagation time 706.441 s
1630.10/1636.60 c conflict analysis time 112.74 s
1630.10/1636.60 c propagations 139327166
1630.10/1636.60 c resolve steps 12112979
1630.10/1636.60 c decisions 366597
1630.10/1636.60 c conflicts 199788
1630.10/1636.60 c restarts 509
1630.10/1636.60 c inprocessing phases 22
1630.10/1636.60 c garbage collections 19 ,( 86.36 )
1630.10/1636.60 c input clauses 95718 ,( 96.08 )
1630.10/1636.60 c input cardinalities 2479 ,( 2.49 )
1630.10/1636.60 c input general constraints 1428 ,( 1.43 )
1630.10/1636.60 c input average constraint length 7.87
1630.10/1636.60 c input average constraint degree 2.26
1630.10/1636.60 c learned clauses 191442 ,( 95.78 )
1630.10/1636.60 c learned cardinalities 722 ,( 0.36 )
1630.10/1636.60 c learned general constraints 7712 ,( 3.86 )
1630.10/1636.60 c learned average constraint length 230.76
1630.10/1636.60 c learned average constraint degree 15403100.23
1630.10/1636.60 c watched CF 32, 64, 128, Arb: 1099 , 0 , 0 , 0
1630.10/1636.60 c counting CF 32, 64, 128, Arb: 8042 , 0 , 0 , 0
1630.10/1636.60 c watched constraints 1099 ,( 12.02 )
1630.10/1636.60 c counting constraints 8041 ,( 87.98 )
1630.10/1636.60 c loaded clauses, cards, PBs, (WATCHED, COUNTING): 630199451 , 385006678 , 189642318 ,( 1050740 , 188591578 )
1630.10/1636.60 c gcd simplifications 28796
1630.10/1636.60 c detected cardinalities 4
1630.10/1636.60 c weakened non-implied lits 44039288
1630.10/1636.60 c weakened non-implying lits 234164
1630.10/1636.60 c original variables 6450
1630.10/1636.60 c clausal propagations 108204223
1630.10/1636.60 c cardinality propagations 13523666
1630.10/1636.60 c watched propagations 19893
1630.10/1636.60 c counting propagations 17092238
1630.10/1636.60 c watch lookups 1800403494
1630.10/1636.60 c watch backjump lookups 0
1630.10/1636.60 c watch checks 2733856117
1630.10/1636.60 c propagation checks 427307363
1630.10/1636.60 c constraint additions 214623671
1630.10/1636.60 c trail pops 139891291
1630.10/1636.60 c formula constraints 94350
1630.10/1636.60 c learned constraints 199797
1630.10/1636.60 c bound constraints 423
1630.10/1636.60 c core-guided constraints 4852
1630.10/1636.60 c encountered formula constraints 8666068
1630.10/1636.60 c encountered learned constraints 1795748
1630.10/1636.60 c encountered bound constraints 2269
1630.10/1636.60 c encountered core-guided constraints 1847056
1630.10/1636.60 c LP total time 1414.71 s
1630.10/1636.60 c LP solve time 1410.82 s
1630.10/1636.60 c LP constraints added 94368
1630.10/1636.60 c LP constraints removed 9
1630.10/1636.60 c LP pivots internal 289173
1630.10/1636.60 c LP pivots root 287398
1630.10/1636.60 c LP calls 50
1630.10/1636.60 c LP optimalities 4
1630.10/1636.60 c LP no pivot count 0
1630.10/1636.60 c LP infeasibilities 38
1630.10/1636.60 c LP valid Farkas constraints 38
1630.10/1636.60 c LP learned Farkas constraints 38
1630.10/1636.60 c LP basis resets 0
1630.10/1636.60 c LP cycling count 0
1630.10/1636.60 c LP singular count 0
1630.10/1636.60 c LP no primal count 0
1630.10/1636.60 c LP no farkas count 0
1630.10/1636.60 c LP other issue count 0
1630.10/1636.60 c LP Gomory cuts 3
1630.10/1636.60 c LP learned cuts 15
1630.10/1636.60 c LP deleted cuts 9
1630.10/1636.60 c LP encountered Gomory constraints 0
1630.10/1636.60 c LP encountered Farkas constraints 1460
1630.10/1636.60 c LP encountered learned Farkas constraints 128
1630.10/1636.60 c CG auxiliary variables introduced 1743
1630.10/1636.60 c CG solutions found 45
1630.10/1636.60 c CG cores constructed 377
1630.10/1636.60 c CG core cardinality constraints returned 0
1630.10/1636.60 c CG unit cores 0
1630.10/1636.60 c CG single cores 375
1630.10/1636.60 c CG blocks removed during cardinality reduction 0
1630.10/1636.60 c CG first core best 0
1630.10/1636.60 c CG decision core best 0
1630.10/1636.60 c CG core reduction tie 2
1630.10/1636.60 c CG core degree average 1.00
1630.10/1636.60 c CG core slack average 6.11
1630.10/1636.60 c CG core upper bound improvements 0
1630.10/1636.60 c STR number of successful calls 0
1630.10/1636.60 c STR number of unsuccessful calls 0
1630.10/1636.60 c STR number of inconclusive calls 0
1630.10/1636.60 c STR number of successful attempts 0
1630.10/1636.60 c STR number of unsuccessful attempts 0
1630.10/1636.60 c STR number of inconclusive attempts 0
1630.10/1636.60 c STR average degree increase per successful call inf
1630.10/1636.60 c STR average degree increase per successful attempt inf
1630.10/1636.60 c STR total number of conflicts for successful attempts 0
1630.10/1636.60 c STR total number of conflicts for unsuccessful attempts 0
1630.10/1636.60 c STR total number of conflicts for inconclusive attempts 0
1630.10/1636.60 c STR average number of conflicts per successful attempt inf
1630.10/1636.60 c STR average number of conflicts per unsuccessful attempt inf
1630.10/1636.60 c STR average number of conflicts per inconclusive attempt inf
1630.10/1636.60 c AVG.sumWPerc 70.80
1630.10/1636.60 c bigint constraints 0
1630.10/1636.60 o -600
1630.10/1636.60 s OPTIMUM FOUND
1630.10/1636.60 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
Verifier Data
Checking of UNSAT/OPT proofs:
VeriPB + CakePB
Wed Jul 16 15:46:36 CEST 2025
extraparms=--no-checkDeletion
-- veripb --
Running VeriPB version 2.3.0
s VERIFIED BOUNDS -600 <= obj <= -600
Verification succeeded.
-- cakepb --
s VERIFIED BOUNDS ~600 <= obj <= ~600
--summary--
ALL OK
Watcher Data
runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
NUMA information:
number of nodes: 2
memory of node 0: 63794 MiB (58997 MiB free)
memory of node 1: 64507 MiB (62429 MiB free)
node distances:
10 21
21 10
command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4532186-1752597826/watcher-4532186-1752597826 -o /tmp/evaluation-result-4532186-1752597826/solver-4532186-1752597826 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1752597826-138058 --watchdog 3760 --file-size-limit 100000 run-opt-ls-log.sh HOME/instance-4532186-1752597826.opb PROOFDIR/proof-4532186-1752597826
running on 2 cores: 0,2
CPU governors:
performance: 0 2
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=138117, runsolver pid=138101
[startup+0.100101 s]*
/proc/loadavg: 1.08 1.22 2.15 5/263 138121
/proc/meminfo: memFree=124300188/131382116 swapFree=33010684/33010684
[pid=138117] ppid=138101 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/138117/stat : 138117 (run-opt-ls-log.) S 138101 138117 138048 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 175462385 4292608 736 18446744073709551615 93891882774528 93891883669061 140735541470240 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93891883908112 93891883955856 93891893616640 140735541471513 140735541471711 140735541471711 140735541477315 0
/proc/138117/statm: 1048 736 672 219 0 110 0
[pid=138121] ppid=138117 vsize=35340 memory=27720 CPUtime=0.08 cores=0,2
/proc/138121/stat : 138121 (pbsuma) R 138117 138117 138048 0 -1 4194304 3403 0 0 0 7 1 0 0 20 0 1 0 175462386 36188160 6930 18446744073709551615 4210688 4653049 140736408680704 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 4700520 4703148 19750912 140736408684769 140736408685104 140736408685104 140736408690671 0
/proc/138121/statm: 8835 6930 960 108 0 6243 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 39532 KiB
Current children cumulated memory: 30664 KiB
[startup+0.21393 s]*
/proc/loadavg: 1.08 1.22 2.15 4/263 138122
/proc/meminfo: memFree=124282148/131382116 swapFree=33010684/33010684
[pid=138117] ppid=138101 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/138117/stat : 138117 (run-opt-ls-log.) S 138101 138117 138048 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 175462385 4292608 736 18446744073709551615 93891882774528 93891883669061 140735541470240 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93891883908112 93891883955856 93891893616640 140735541471513 140735541471711 140735541471711 140735541477315 0
/proc/138117/statm: 1048 736 672 219 0 110 0
[pid=138121] ppid=138117 vsize=54392 memory=39772 CPUtime=0.19 cores=0,2
/proc/138121/stat : 138121 (pbsuma) R 138117 138117 138048 0 -1 4194304 7543 0 0 0 16 3 0 0 20 0 1 0 175462386 55697408 9943 18446744073709551615 4210688 4653049 140736408680704 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 4700520 4703148 19750912 140736408684769 140736408685104 140736408685104 140736408690671 0
/proc/138121/statm: 13598 9943 1024 108 0 11006 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 58584 KiB
Current children cumulated memory: 42716 KiB
[startup+0.313748 s]*
/proc/loadavg: 1.08 1.22 2.15 5/263 138123
/proc/meminfo: memFree=124259616/131382116 swapFree=33010684/33010684
[pid=138117] ppid=138101 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/138117/stat : 138117 (run-opt-ls-log.) S 138101 138117 138048 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 175462385 4292608 736 18446744073709551615 93891882774528 93891883669061 140735541470240 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93891883908112 93891883955856 93891893616640 140735541471513 140735541471711 140735541471711 140735541477315 0
/proc/138117/statm: 1048 736 672 219 0 110 0
[pid=138121] ppid=138117 vsize=74408 memory=54492 CPUtime=0.28 cores=0,2
/proc/138121/stat : 138121 (pbsuma) R 138117 138117 138048 0 -1 4194304 11744 0 0 0 24 4 0 0 20 0 1 0 175462386 76193792 13623 18446744073709551615 4210688 4653049 140736408680704 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 4700520 4703148 19750912 140736408684769 140736408685104 140736408685104 140736408690671 0
/proc/138121/statm: 18602 13623 1024 108 0 16010 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 78600 KiB
Current children cumulated memory: 57436 KiB
[startup+0.700379 s]
/proc/loadavg: 1.08 1.22 2.15 5/263 138123
/proc/meminfo: memFree=124230324/131382116 swapFree=33010684/33010684
[pid=138117] ppid=138101 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/138117/stat : 138117 (run-opt-ls-log.) S 138101 138117 138048 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 175462385 4292608 736 18446744073709551615 93891882774528 93891883669061 140735541470240 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93891883908112 93891883955856 93891893616640 140735541471513 140735541471711 140735541471711 140735541477315 0
/proc/138117/statm: 1048 736 672 219 0 110 0
[pid=138121] ppid=138117 vsize=94212 memory=73688 CPUtime=0.66 cores=0,2
/proc/138121/stat : 138121 (pbsuma) R 138117 138117 138048 0 -1 4194304 16475 0 0 0 60 6 0 0 20 0 1 0 175462386 96473088 18422 18446744073709551615 4210688 4653049 140736408680704 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 4700520 4703148 19750912 140736408684769 140736408685104 140736408685104 140736408690671 0
/proc/138121/statm: 23553 18422 1024 108 0 20961 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 98404 KiB
Current children cumulated memory: 76632 KiB
[startup+1.50037 s]
/proc/loadavg: 1.08 1.22 2.15 5/263 138123
/proc/meminfo: memFree=124132100/131382116 swapFree=33010684/33010684
[pid=138117] ppid=138101 vsize=4192 memory=3072 CPUtime=1.22 cores=0,2
/proc/138117/stat : 138117 (run-opt-ls-log.) S 138101 138117 138048 0 -1 4194304 240 21079 0 0 0 0 111 11 20 0 1 0 175462385 4292608 768 18446744073709551615 93891882774528 93891883669061 140735541470240 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93891883908112 93891883955856 93891893616640 140735541471513 140735541471711 140735541471711 140735541477315 0
/proc/138117/statm: 1048 768 704 219 0 110 0
Current children cumulated CPU time: 1.22 s
Current children cumulated vsize: 4192 KiB
Current children cumulated memory: 3072 KiB
[startup+3.1129 s]
/proc/loadavg: 1.40 1.28 2.16 4/258 138132
/proc/meminfo: memFree=122797464/131382116 swapFree=33010684/33010684
[pid=138117] ppid=138101 vsize=4192 memory=3072 CPUtime=1.22 cores=0,2
/proc/138117/stat : 138117 (run-opt-ls-log.) S 138101 138117 138048 0 -1 4194304 240 21079 0 0 0 0 111 11 20 0 1 0 175462385 4292608 768 18446744073709551615 93891882774528 93891883669061 140735541470240 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93891883908112 93891883955856 93891893616640 140735541471513 140735541471711 140735541471711 140735541477315 0
/proc/138117/statm: 1048 768 704 219 0 110 0
[pid=138124] ppid=138117 vsize=215968 memory=156540 CPUtime=1.71 cores=0,2
/proc/138124/stat : 138124 (roundingsat) R 138117 138117 138048 0 -1 4194304 22954 0 0 0 155 16 0 0 20 0 1 0 175462523 221151232 39135 18446744073709551615 4227072 8923577 140732507636880 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9827200 9836688 23654400 140732507642100 140732507642406 140732507642406 140732507647978 0
/proc/138124/statm: 53992 39135 2400 1147 0 41418 0
Current children cumulated CPU time: 2.93 s
Current children cumulated vsize: 220160 KiB
Current children cumulated memory: 159612 KiB
[startup+6.30036 s]
/proc/loadavg: 1.40 1.28 2.16 4/263 138171
/proc/meminfo: memFree=122767832/131382116 swapFree=33010684/33010684
[pid=138117] ppid=138101 vsize=4192 memory=3072 CPUtime=1.22 cores=0,2
/proc/138117/stat : 138117 (run-opt-ls-log.) S 138101 138117 138048 0 -1 4194304 240 21079 0 0 0 0 111 11 20 0 1 0 175462385 4292608 768 18446744073709551615 93891882774528 93891883669061 140735541470240 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93891883908112 93891883955856 93891893616640 140735541471513 140735541471711 140735541471711 140735541477315 0
/proc/138117/statm: 1048 768 704 219 0 110 0
[pid=138124] ppid=138117 vsize=215968 memory=156668 CPUtime=4.88 cores=0,2
/proc/138124/stat : 138124 (roundingsat) R 138117 138117 138048 0 -1 4194304 22974 0 0 0 472 16 0 0 20 0 1 0 175462523 221151232 39167 18446744073709551615 4227072 8923577 140732507636880 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9827200 9836688 23654400 140732507642100 140732507642406 140732507642406 140732507647978 0
/proc/138124/statm: 53992 39167 2432 1147 0 41418 0
Current children cumulated CPU time: 6.1 s
Current children cumulated vsize: 220160 KiB
Current children cumulated memory: 159740 KiB
[startup+12.7004 s]
/proc/loadavg: 1.61 1.33 2.18 5/263 138220
/proc/meminfo: memFree=122422884/131382116 swapFree=33010684/33010684
[pid=138117] ppid=138101 vsize=4192 memory=3072 CPUtime=1.22 cores=0,2
/proc/138117/stat : 138117 (run-opt-ls-log.) S 138101 138117 138048 0 -1 4194304 240 21079 0 0 0 0 111 11 20 0 1 0 175462385 4292608 768 18446744073709551615 93891882774528 93891883669061 140735541470240 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93891883908112 93891883955856 93891893616640 140735541471513 140735541471711 140735541471711 140735541477315 0
/proc/138117/statm: 1048 768 704 219 0 110 0
[pid=138124] ppid=138117 vsize=215560 memory=156368 CPUtime=11.26 cores=0,2
/proc/138124/stat : 138124 (roundingsat) R 138117 138117 138048 0 -1 4194304 22985 0 0 0 1108 18 0 0 20 0 1 0 175462523 220733440 39092 18446744073709551615 4227072 8923577 140732507636880 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9827200 9836688 23654400 140732507642100 140732507642406 140732507642406 140732507647978 0
/proc/138124/statm: 53890 39092 2432 1147 0 41316 0
Current children cumulated CPU time: 12.48 s
Current children cumulated vsize: 219752 KiB
Current children cumulated memory: 159440 KiB
[startup+25.5004 s]
/proc/loadavg: 2.14 1.46 2.20 5/258 138249
/proc/meminfo: memFree=120959988/131382116 swapFree=33010684/33010684
[pid=138117] ppid=138101 vsize=4192 memory=3072 CPUtime=1.22 cores=0,2
/proc/138117/stat : 138117 (run-opt-ls-log.) S 138101 138117 138048 0 -1 4194304 240 21079 0 0 0 0 111 11 20 0 1 0 175462385 4292608 768 18446744073709551615 93891882774528 93891883669061 140735541470240 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93891883908112 93891883955856 93891893616640 140735541471513 140735541471711 140735541471711 140735541477315 0
/proc/138117/statm: 1048 768 704 219 0 110 0
[pid=138124] ppid=138117 vsize=215560 memory=156368 CPUtime=24.03 cores=0,2
/proc/138124/stat : 138124 (roundingsat) R 138117 138117 138048 0 -1 4194304 22985 0 0 0 2381 22 0 0 20 0 1 0 175462523 220733440 39092 18446744073709551615 4227072 8923577 140732507636880 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9827200 9836688 23654400 140732507642100 140732507642406 140732507642406 140732507647978 0
/proc/138124/statm: 53890 39092 2432 1147 0 41316 0
Current children cumulated CPU time: 25.25 s
Current children cumulated vsize: 219752 KiB
Current children cumulated memory: 159440 KiB
[startup+51.1134 s]
/proc/loadavg: 2.85 1.68 2.26 5/253 138276
/proc/meminfo: memFree=118968192/131382116 swapFree=33010684/33010684
[pid=138117] ppid=138101 vsize=4192 memory=3072 CPUtime=1.22 cores=0,2
/proc/138117/stat : 138117 (run-opt-ls-log.) S 138101 138117 138048 0 -1 4194304 240 21079 0 0 0 0 111 11 20 0 1 0 175462385 4292608 768 18446744073709551615 93891882774528 93891883669061 140735541470240 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93891883908112 93891883955856 93891893616640 140735541471513 140735541471711 140735541471711 140735541477315 0
/proc/138117/statm: 1048 768 704 219 0 110 0
[pid=138124] ppid=138117 vsize=253200 memory=185708 CPUtime=49.57 cores=0,2
/proc/138124/stat : 138124 (roundingsat) R 138117 138117 138048 0 -1 4194304 26731 0 0 0 4919 38 0 0 20 0 1 0 175462523 259276800 46427 18446744073709551615 4227072 8923577 140732507636880 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9827200 9836688 23654400 140732507642100 140732507642406 140732507642406 140732507647978 0
/proc/138124/statm: 63300 46427 2464 1147 0 50726 0
Current children cumulated CPU time: 50.79 s
Current children cumulated vsize: 257392 KiB
Current children cumulated memory: 188780 KiB
[startup+102.3 s]
/proc/loadavg: 3.69 2.09 2.37 6/259 138395
/proc/meminfo: memFree=119635648/131382116 swapFree=33010684/33010684
[pid=138117] ppid=138101 vsize=4192 memory=3072 CPUtime=1.22 cores=0,2
/proc/138117/stat : 138117 (run-opt-ls-log.) S 138101 138117 138048 0 -1 4194304 240 21079 0 0 0 0 111 11 20 0 1 0 175462385 4292608 768 18446744073709551615 93891882774528 93891883669061 140735541470240 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93891883908112 93891883955856 93891893616640 140735541471513 140735541471711 140735541471711 140735541477315 0
/proc/138117/statm: 1048 768 704 219 0 110 0
[pid=138124] ppid=138117 vsize=271688 memory=203620 CPUtime=100.55 cores=0,2
/proc/138124/stat : 138124 (roundingsat) R 138117 138117 138048 0 -1 4194304 28179 0 0 0 9999 56 0 0 20 0 1 0 175462523 278208512 50905 18446744073709551615 4227072 8923577 140732507636880 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9827200 9836688 23654400 140732507642100 140732507642406 140732507642406 140732507647978 0
/proc/138124/statm: 67922 50905 2464 1147 0 55348 0
Current children cumulated CPU time: 101.77 s
Current children cumulated vsize: 275880 KiB
Current children cumulated memory: 206692 KiB
[startup+162.3 s]
/proc/loadavg: 3.95 2.45 2.48 5/263 138417
/proc/meminfo: memFree=119602148/131382116 swapFree=33010684/33010684
[pid=138117] ppid=138101 vsize=4192 memory=3072 CPUtime=1.22 cores=0,2
/proc/138117/stat : 138117 (run-opt-ls-log.) S 138101 138117 138048 0 -1 4194304 240 21079 0 0 0 0 111 11 20 0 1 0 175462385 4292608 768 18446744073709551615 93891882774528 93891883669061 140735541470240 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93891883908112 93891883955856 93891893616640 140735541471513 140735541471711 140735541471711 140735541477315 0
/proc/138117/statm: 1048 768 704 219 0 110 0
[pid=138124] ppid=138117 vsize=271688 memory=207460 CPUtime=160.38 cores=0,2
/proc/138124/stat : 138124 (roundingsat) R 138117 138117 138048 0 -1 4194304 28237 0 0 0 15972 66 0 0 20 0 1 0 175462523 278208512 51865 18446744073709551615 4227072 8923577 140732507636880 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9827200 9836688 23654400 140732507642100 140732507642406 140732507642406 140732507647978 0
/proc/138124/statm: 67922 51865 2464 1147 0 55348 0
Current children cumulated CPU time: 161.6 s
Current children cumulated vsize: 275880 KiB
Current children cumulated memory: 210532 KiB
[startup+222.3 s]
/proc/loadavg: 4.06 2.75 2.58 5/263 138419
/proc/meminfo: memFree=118705128/131382116 swapFree=33010684/33010684
[pid=138117] ppid=138101 vsize=4192 memory=3072 CPUtime=1.22 cores=0,2
/proc/138117/stat : 138117 (run-opt-ls-log.) S 138101 138117 138048 0 -1 4194304 240 21079 0 0 0 0 111 11 20 0 1 0 175462385 4292608 768 18446744073709551615 93891882774528 93891883669061 140735541470240 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93891883908112 93891883955856 93891893616640 140735541471513 140735541471711 140735541471711 140735541477315 0
/proc/138117/statm: 1048 768 704 219 0 110 0
[pid=138124] ppid=138117 vsize=291896 memory=228220 CPUtime=220.2 cores=0,2
/proc/138124/stat : 138124 (roundingsat) R 138117 138117 138048 0 -1 4194304 29696 0 0 0 21938 82 0 0 20 0 1 0 175462523 298901504 57055 18446744073709551615 4227072 8923577 140732507636880 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9827200 9836688 23654400 140732507642100 140732507642406 140732507642406 140732507647978 0
/proc/138124/statm: 72974 57055 2464 1147 0 60400 0
Current children cumulated CPU time: 221.42 s
Current children cumulated vsize: 296088 KiB
Current children cumulated memory: 231292 KiB
################
# More data... #
################
/proc/138124/stat : 138124 (roundingsat) R 138117 138117 138048 0 -1 4194304 31473 0 0 0 135267 355 0 0 20 0 1 0 175462523 342482944 63818 18446744073709551615 4227072 8923577 140732507636880 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9827200 9836688 23654400 140732507642100 140732507642406 140732507642406 140732507647978 0
/proc/138124/statm: 83614 63818 2464 1147 0 71040 0
Current children cumulated CPU time: 1357.44 s
Current children cumulated vsize: 338648 KiB
Current children cumulated memory: 258344 KiB
[startup+1422.3 s]
/proc/loadavg: 4.10 4.14 3.77 5/261 138490
/proc/meminfo: memFree=104438944/131382116 swapFree=33010684/33010684
[pid=138117] ppid=138101 vsize=4192 memory=3072 CPUtime=1.22 cores=0,2
/proc/138117/stat : 138117 (run-opt-ls-log.) S 138101 138117 138048 0 -1 4194304 240 21079 0 0 0 0 111 11 20 0 1 0 175462385 4292608 768 18446744073709551615 93891882774528 93891883669061 140735541470240 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93891883908112 93891883955856 93891893616640 140735541471513 140735541471711 140735541471711 140735541477315 0
/proc/138117/statm: 1048 768 704 219 0 110 0
[pid=138124] ppid=138117 vsize=334456 memory=255272 CPUtime=1416.01 cores=0,2
/proc/138124/stat : 138124 (roundingsat) R 138117 138117 138048 0 -1 4194304 31473 0 0 0 141240 361 0 0 20 0 1 0 175462523 342482944 63818 18446744073709551615 4227072 8923577 140732507636880 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9827200 9836688 23654400 140732507642100 140732507642406 140732507642406 140732507647978 0
/proc/138124/statm: 83614 63818 2464 1147 0 71040 0
Current children cumulated CPU time: 1417.23 s
Current children cumulated vsize: 338648 KiB
Current children cumulated memory: 258344 KiB
[startup+1482.3 s]
/proc/loadavg: 4.10 4.14 3.80 5/259 138492
/proc/meminfo: memFree=103904992/131382116 swapFree=33010684/33010684
[pid=138117] ppid=138101 vsize=4192 memory=3072 CPUtime=1.22 cores=0,2
/proc/138117/stat : 138117 (run-opt-ls-log.) S 138101 138117 138048 0 -1 4194304 240 21079 0 0 0 0 111 11 20 0 1 0 175462385 4292608 768 18446744073709551615 93891882774528 93891883669061 140735541470240 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93891883908112 93891883955856 93891893616640 140735541471513 140735541471711 140735541471711 140735541477315 0
/proc/138117/statm: 1048 768 704 219 0 110 0
[pid=138124] ppid=138117 vsize=334456 memory=255272 CPUtime=1475.8 cores=0,2
/proc/138124/stat : 138124 (roundingsat) R 138117 138117 138048 0 -1 4194304 31473 0 0 0 147209 371 0 0 20 0 1 0 175462523 342482944 63818 18446744073709551615 4227072 8923577 140732507636880 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9827200 9836688 23654400 140732507642100 140732507642406 140732507642406 140732507647978 0
/proc/138124/statm: 83614 63818 2464 1147 0 71040 0
Current children cumulated CPU time: 1477.02 s
Current children cumulated vsize: 338648 KiB
Current children cumulated memory: 258344 KiB
[startup+1542.3 s]
/proc/loadavg: 4.08 4.13 3.82 5/259 138494
/proc/meminfo: memFree=103378816/131382116 swapFree=33010684/33010684
[pid=138117] ppid=138101 vsize=4192 memory=3072 CPUtime=1.22 cores=0,2
/proc/138117/stat : 138117 (run-opt-ls-log.) S 138101 138117 138048 0 -1 4194304 240 21079 0 0 0 0 111 11 20 0 1 0 175462385 4292608 768 18446744073709551615 93891882774528 93891883669061 140735541470240 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93891883908112 93891883955856 93891893616640 140735541471513 140735541471711 140735541471711 140735541477315 0
/proc/138117/statm: 1048 768 704 219 0 110 0
[pid=138124] ppid=138117 vsize=334456 memory=255272 CPUtime=1535.6 cores=0,2
/proc/138124/stat : 138124 (roundingsat) R 138117 138117 138048 0 -1 4194304 31473 0 0 0 153182 378 0 0 20 0 1 0 175462523 342482944 63818 18446744073709551615 4227072 8923577 140732507636880 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9827200 9836688 23654400 140732507642100 140732507642406 140732507642406 140732507647978 0
/proc/138124/statm: 83614 63818 2464 1147 0 71040 0
Current children cumulated CPU time: 1536.82 s
Current children cumulated vsize: 338648 KiB
Current children cumulated memory: 258344 KiB
[startup+1602.3 s]
/proc/loadavg: 4.15 4.13 3.84 5/257 138496
/proc/meminfo: memFree=102606248/131382116 swapFree=33010684/33010684
[pid=138117] ppid=138101 vsize=4192 memory=3072 CPUtime=1.22 cores=0,2
/proc/138117/stat : 138117 (run-opt-ls-log.) S 138101 138117 138048 0 -1 4194304 240 21079 0 0 0 0 111 11 20 0 1 0 175462385 4292608 768 18446744073709551615 93891882774528 93891883669061 140735541470240 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93891883908112 93891883955856 93891893616640 140735541471513 140735541471711 140735541471711 140735541477315 0
/proc/138117/statm: 1048 768 704 219 0 110 0
[pid=138124] ppid=138117 vsize=334456 memory=255272 CPUtime=1595.4 cores=0,2
/proc/138124/stat : 138124 (roundingsat) R 138117 138117 138048 0 -1 4194304 31473 0 0 0 159149 391 0 0 20 0 1 0 175462523 342482944 63818 18446744073709551615 4227072 8923577 140732507636880 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9827200 9836688 23654400 140732507642100 140732507642406 140732507642406 140732507647978 0
/proc/138124/statm: 83614 63818 2464 1147 0 71040 0
Current children cumulated CPU time: 1596.62 s
Current children cumulated vsize: 338648 KiB
Current children cumulated memory: 258344 KiB
[startup+1636.65 s]
# the end of solver process 138117 was just reported to runsolver
# Child status: 0
# cumulated CPU time of all completed processes: user=1625.86 s, system=4.30006 s
Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples
[startup+1612.8 s]
/proc/loadavg: 4.12 4.13 3.85 5/258 138499
/proc/meminfo: memFree=102413776/131382116 swapFree=33010684/33010684
[pid=138117] ppid=138101 vsize=4192 memory=3072 CPUtime=1.22 cores=0,2
/proc/138117/stat : 138117 (run-opt-ls-log.) S 138101 138117 138048 0 -1 4194304 240 21079 0 0 0 0 111 11 20 0 1 0 175462385 4292608 768 18446744073709551615 93891882774528 93891883669061 140735541470240 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93891883908112 93891883955856 93891893616640 140735541471513 140735541471711 140735541471711 140735541477315 0
/proc/138117/statm: 1048 768 704 219 0 110 0
[pid=138124] ppid=138117 vsize=334072 memory=254888 CPUtime=1605.87 cores=0,2
/proc/138124/stat : 138124 (roundingsat) R 138117 138117 138048 0 -1 4194304 31473 0 0 0 160186 401 0 0 20 0 1 0 175462523 342089728 63722 18446744073709551615 4227072 8923577 140732507636880 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9827200 9836688 23654400 140732507642100 140732507642406 140732507642406 140732507647978 0
/proc/138124/statm: 83518 63722 2464 1147 0 70944 0
Current children cumulated CPU time: 1607.09 s
Current children cumulated vsize: 338264 KiB
Current children cumulated memory: 257960 KiB
[startup+1625.6 s]
/proc/loadavg: 4.17 4.14 3.85 5/258 138499
/proc/meminfo: memFree=102281576/131382116 swapFree=33010684/33010684
[pid=138117] ppid=138101 vsize=4192 memory=3072 CPUtime=1.22 cores=0,2
/proc/138117/stat : 138117 (run-opt-ls-log.) S 138101 138117 138048 0 -1 4194304 240 21079 0 0 0 0 111 11 20 0 1 0 175462385 4292608 768 18446744073709551615 93891882774528 93891883669061 140735541470240 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93891883908112 93891883955856 93891893616640 140735541471513 140735541471711 140735541471711 140735541477315 0
/proc/138117/statm: 1048 768 704 219 0 110 0
[pid=138124] ppid=138117 vsize=334072 memory=255016 CPUtime=1618.62 cores=0,2
/proc/138124/stat : 138124 (roundingsat) R 138117 138117 138048 0 -1 4194304 31475 0 0 0 161452 410 0 0 20 0 1 0 175462523 342089728 63754 18446744073709551615 4227072 8923577 140732507636880 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9827200 9836688 23654400 140732507642100 140732507642406 140732507642406 140732507647978 0
/proc/138124/statm: 83518 63754 2464 1147 0 70944 0
Current children cumulated CPU time: 1619.84 s
Current children cumulated vsize: 338264 KiB
Current children cumulated memory: 258088 KiB
[startup+1632 s]*
/proc/loadavg: 4.16 4.13 3.85 5/258 138499
/proc/meminfo: memFree=102221852/131382116 swapFree=33010684/33010684
[pid=138117] ppid=138101 vsize=4192 memory=3072 CPUtime=1.22 cores=0,2
/proc/138117/stat : 138117 (run-opt-ls-log.) S 138101 138117 138048 0 -1 4194304 240 21079 0 0 0 0 111 11 20 0 1 0 175462385 4292608 768 18446744073709551615 93891882774528 93891883669061 140735541470240 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93891883908112 93891883955856 93891893616640 140735541471513 140735541471711 140735541471711 140735541477315 0
/proc/138117/statm: 1048 768 704 219 0 110 0
[pid=138124] ppid=138117 vsize=334072 memory=257064 CPUtime=1625.01 cores=0,2
/proc/138124/stat : 138124 (roundingsat) R 138117 138117 138048 0 -1 4194304 31478 0 0 0 162086 415 0 0 20 0 1 0 175462523 342089728 64266 18446744073709551615 4227072 8923577 140732507636880 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9827200 9836688 23654400 140732507642100 140732507642406 140732507642406 140732507647978 0
/proc/138124/statm: 83518 64266 2464 1147 0 70944 0
Current children cumulated CPU time: 1626.23 s
Current children cumulated vsize: 338264 KiB
Current children cumulated memory: 260136 KiB
[startup+1635.2 s]
/proc/loadavg: 4.14 4.13 3.86 5/258 138499
/proc/meminfo: memFree=102226132/131382116 swapFree=33010684/33010684
[pid=138117] ppid=138101 vsize=4192 memory=3072 CPUtime=1.22 cores=0,2
/proc/138117/stat : 138117 (run-opt-ls-log.) S 138101 138117 138048 0 -1 4194304 240 21079 0 0 0 0 111 11 20 0 1 0 175462385 4292608 768 18446744073709551615 93891882774528 93891883669061 140735541470240 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93891883908112 93891883955856 93891893616640 140735541471513 140735541471711 140735541471711 140735541477315 0
/proc/138117/statm: 1048 768 704 219 0 110 0
[pid=138124] ppid=138117 vsize=334072 memory=259112 CPUtime=1627.49 cores=0,2
/proc/138124/stat : 138124 (roundingsat) R 138117 138117 138048 0 -1 4194304 31482 0 0 0 162332 417 0 0 20 0 1 0 175462523 342089728 64778 18446744073709551615 4227072 8923577 140732507636880 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9827200 9836688 23654400 140732507642100 140732507642406 140732507642406 140732507647978 0
/proc/138124/statm: 83518 64778 2464 1147 0 70944 0
Current children cumulated CPU time: 1628.71 s
Current children cumulated vsize: 338264 KiB
Current children cumulated memory: 262184 KiB
[startup+1636 s]*
/proc/loadavg: 4.14 4.13 3.86 5/258 138499
/proc/meminfo: memFree=102217816/131382116 swapFree=33010684/33010684
[pid=138117] ppid=138101 vsize=4192 memory=3072 CPUtime=1.22 cores=0,2
/proc/138117/stat : 138117 (run-opt-ls-log.) S 138101 138117 138048 0 -1 4194304 240 21079 0 0 0 0 111 11 20 0 1 0 175462385 4292608 768 18446744073709551615 93891882774528 93891883669061 140735541470240 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93891883908112 93891883955856 93891893616640 140735541471513 140735541471711 140735541471711 140735541477315 0
/proc/138117/statm: 1048 768 704 219 0 110 0
[pid=138124] ppid=138117 vsize=334072 memory=259112 CPUtime=1628.29 cores=0,2
/proc/138124/stat : 138124 (roundingsat) R 138117 138117 138048 0 -1 4194304 31482 0 0 0 162412 417 0 0 20 0 1 0 175462523 342089728 64778 18446744073709551615 4227072 8923577 140732507636880 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9827200 9836688 23654400 140732507642100 140732507642406 140732507642406 140732507647978 0
/proc/138124/statm: 83518 64778 2464 1147 0 70944 0
Current children cumulated CPU time: 1629.51 s
Current children cumulated vsize: 338264 KiB
Current children cumulated memory: 262184 KiB
[startup+1636.4 s]
/proc/loadavg: 4.14 4.13 3.86 5/258 138499
/proc/meminfo: memFree=102217816/131382116 swapFree=33010684/33010684
[pid=138117] ppid=138101 vsize=4192 memory=3072 CPUtime=1.22 cores=0,2
/proc/138117/stat : 138117 (run-opt-ls-log.) S 138101 138117 138048 0 -1 4194304 240 21079 0 0 0 0 111 11 20 0 1 0 175462385 4292608 768 18446744073709551615 93891882774528 93891883669061 140735541470240 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93891883908112 93891883955856 93891893616640 140735541471513 140735541471711 140735541471711 140735541477315 0
/proc/138117/statm: 1048 768 704 219 0 110 0
[pid=138124] ppid=138117 vsize=334072 memory=259112 CPUtime=1628.69 cores=0,2
/proc/138124/stat : 138124 (roundingsat) R 138117 138117 138048 0 -1 4194304 31482 0 0 0 162451 418 0 0 20 0 1 0 175462523 342089728 64778 18446744073709551615 4227072 8923577 140732507636880 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9827200 9836688 23654400 140732507642100 140732507642406 140732507642406 140732507647978 0
/proc/138124/statm: 83518 64778 2464 1147 0 70944 0
Current children cumulated CPU time: 1629.91 s
Current children cumulated vsize: 338264 KiB
Current children cumulated memory: 262184 KiB
[startup+1636.6 s]
/proc/loadavg: 4.14 4.13 3.86 5/258 138499
/proc/meminfo: memFree=102217816/131382116 swapFree=33010684/33010684
[pid=138117] ppid=138101 vsize=4192 memory=3072 CPUtime=1.22 cores=0,2
/proc/138117/stat : 138117 (run-opt-ls-log.) S 138101 138117 138048 0 -1 4194304 240 21079 0 0 0 0 111 11 20 0 1 0 175462385 4292608 768 18446744073709551615 93891882774528 93891883669061 140735541470240 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93891883908112 93891883955856 93891893616640 140735541471513 140735541471711 140735541471711 140735541477315 0
/proc/138117/statm: 1048 768 704 219 0 110 0
[pid=138124] ppid=138117 vsize=334072 memory=259112 CPUtime=1628.88 cores=0,2
/proc/138124/stat : 138124 (roundingsat) R 138117 138117 138048 0 -1 4194304 31482 0 0 0 162470 418 0 0 20 0 1 0 175462523 342089728 64778 18446744073709551615 4227072 8923577 140732507636880 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9827200 9836688 23654400 140732507642100 140732507642406 140732507642406 140732507647978 0
/proc/138124/statm: 83518 64778 2464 1147 0 70944 0
Current children cumulated CPU time: 1630.1 s
Current children cumulated vsize: 338264 KiB
Current children cumulated memory: 262184 KiB
Child status: 0
Real time (s): 1636.65
CPU time (s): 1630.16
CPU user time (s): 1625.86
CPU system time (s): 4.30006
CPU usage (%): 99.6035
Max. virtual memory (cumulated for all children) (KiB): 339676
Max. memory (cumulated for all children) (KiB): 262184
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1625.86
system time used= 4.30006
maximum resident set size= 259112
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52823
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1880808
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1322
involuntary context switches= 4719
# summary of solver processes directly reported to runsolver:
# pid: 138117
# total CPU time (s): 1630.16
# total CPU user time (s): 1625.86
# total CPU system time (s): 4.30006
??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.93818 second user time and 16.9616 second system time
The end
Launcher Data
Begin job on nodeC011 at 2025-07-15 18:43:47
IDJOB=4532186
IDBENCH=178251
IDSOLVER=3392
FILE ID=nodeC011/4532186-1752597826
RUNJOBID= nodeC011-1752597826-138058
SLURM_JOB_ID= 9684397
Free space on /tmp= 432396 MiB
SOLVER NAME= roundingsat-ls+pbsuma-log 0f876b3
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/maxcut/maxcut_opt_complete_5-partite_inlv/normalized-maxcut_opt_complete_5-partite_inlv_nvert_50.opb
COMMAND LINE= run-opt-ls-log.sh BENCHNAME PROOFFILE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4532186-1752597826/watcher-4532186-1752597826 -o /tmp/evaluation-result-4532186-1752597826/solver-4532186-1752597826 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1752597826-138058 --watchdog 3760 --file-size-limit 100000 run-opt-ls-log.sh HOME/instance-4532186-1752597826.opb PROOFDIR/proof-4532186-1752597826
TIME LIMIT= 3600 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 2
MD5SUM BENCH= 68c73bc206439bbe0d5a467b2a25edac
RANDOM SEED=1818284050
nodeC011 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024
/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance
/proc/cpuinfo:
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00001f
cpu MHz : 1197.293
cache size : 15360 KB
physical id : 0
siblings : 4
core id : 0
cpu cores : 4
apicid : 0
initial apicid : 0
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 6984.20
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 1
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00001f
cpu MHz : 1197.249
cache size : 15360 KB
physical id : 1
siblings : 4
core id : 0
cpu cores : 4
apicid : 16
initial apicid : 16
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 6984.20
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 2
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00001f
cpu MHz : 1197.410
cache size : 15360 KB
physical id : 0
siblings : 4
core id : 1
cpu cores : 4
apicid : 2
initial apicid : 2
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 6984.20
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 3
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00001f
cpu MHz : 1197.322
cache size : 15360 KB
physical id : 1
siblings : 4
core id : 1
cpu cores : 4
apicid : 18
initial apicid : 18
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 6984.20
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 4
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00001f
cpu MHz : 1197.299
cache size : 15360 KB
physical id : 0
siblings : 4
core id : 2
cpu cores : 4
apicid : 4
initial apicid : 4
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 6984.20
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 5
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00001f
cpu MHz : 1202.166
cache size : 15360 KB
physical id : 1
siblings : 4
core id : 2
cpu cores : 4
apicid : 20
initial apicid : 20
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 6984.20
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 6
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00001f
cpu MHz : 1197.407
cache size : 15360 KB
physical id : 0
siblings : 4
core id : 3
cpu cores : 4
apicid : 6
initial apicid : 6
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 6984.20
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 7
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00001f
cpu MHz : 1197.272
cache size : 15360 KB
physical id : 1
siblings : 4
core id : 3
cpu cores : 4
apicid : 22
initial apicid : 22
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 6984.20
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
/proc/meminfo:
MemTotal: 131382116 kB
MemFree: 124340408 kB
MemAvailable: 129904872 kB
Buffers: 3276 kB
Cached: 6343028 kB
SwapCached: 0 kB
Active: 527644 kB
Inactive: 5888100 kB
Active(anon): 93516 kB
Inactive(anon): 2076 kB
Active(file): 434128 kB
Inactive(file): 5886024 kB
Unevictable: 3072 kB
Mlocked: 0 kB
SwapTotal: 33010684 kB
SwapFree: 33010684 kB
Zswap: 0 kB
Zswapped: 0 kB
Dirty: 31528 kB
Writeback: 20 kB
AnonPages: 72548 kB
Mapped: 107836 kB
Shmem: 26152 kB
KReclaimable: 167496 kB
Slab: 260124 kB
SReclaimable: 167496 kB
SUnreclaim: 92628 kB
KernelStack: 4052 kB
PageTables: 2768 kB
SecPageTables: 0 kB
NFS_Unstable: 0 kB
Bounce: 0 kB
WritebackTmp: 0 kB
CommitLimit: 98701740 kB
Committed_AS: 347172 kB
VmallocTotal: 34359738367 kB
VmallocUsed: 149432 kB
VmallocChunk: 0 kB
Percpu: 3872 kB
HardwareCorrupted: 0 kB
AnonHugePages: 10240 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: 191304 kB
DirectMap2M: 8099840 kB
DirectMap1G: 127926272 kB
Free space on /tmp at the end= 432384 MiB
End job on nodeC011 at 2025-07-15 19:11:04