Trace number 4521265
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.01 c ┌────────────────────────────────────────────────────────────────┐
0.00/0.01 c │ pbsuma -- a PB interface for satsuma │
0.00/0.01 c │ satsuma_version=1.2, dejavu_version=2.1 │
0.00/0.01 c │ (c) 2025 Markus Anders │
0.00/0.01 c └────────────────────────────────────────────────────────────────┘
0.00/0.01 c parse 'HOME/instance-4521265-1751563603.opb'
0.00/0.05 c read 2.48MB (43.22ms)
0.00/0.05 c [cnf: #variables 1225 #clauses 78401 #duplicates 0 #arr 236200]
0.00/0.05 c output proof to 'PROOFDIR/proof-4521265-1751563603'
0.00/0.05 c
0.00/0.05 c make graph and approximate orbits
0.00/0.07 c [group: #orbits ~= 4] (18.21ms)
0.00/0.07 c
0.00/0.07 c detect special group actions
0.00/0.07 c probe for Johnson action (limit=64)
0.08/0.11 c probe for row-column symmetry (limit=64, splits=16.78M)
0.08/0.12 c probe for row symmetry (limit=64, splits=16.78M)
0.08/0.13 c (62.23ms)
0.08/0.13 c
0.08/0.13 c detect symmetries on remainder
0.08/0.13 c [graph: #vertices 83301 #edges 479750]
0.08/0.13 c dejavu (support_limit=2048.00MB, budget_limit=64)
0.58/0.61 c [group: #symmetries 7.55*10^34 #generators 10] (474.23ms)
0.58/0.61 c
0.58/0.61 c optimize generators (opt_passes=64, conjugate_limit=256)
0.58/0.61 c opt it=15, l=312, m=119, opt=20, avg=1199, b=192, gens=10
0.58/0.61 c opt it=31, l=584, m=209, opt=27, avg=1167, b=192, gens=10
0.58/0.61 c ran it=0, +gens=10
0.58/0.66 c con best_support=192, best_gens=1, +gens=255
0.58/0.66 c (49.73ms)
0.58/0.66 c
0.58/0.66 c finalize break order and special generators
0.58/0.66 c
0.58/0.66 c add generic predicates (break_depth=20)
0.58/0.66 c added predicates for 275 generators (0.54ms)
0.68/0.71 c
0.68/0.71 c generation finished
0.68/0.71 c [sbp: #constraints 15950 #add_vars 5225]
0.68/0.71 c
0.68/0.71 c write result to 'HOME/instance-4521265-1751563603.opb.pre'
0.68/0.71 c wrote 3.10MB (6.89ms)
0.68/0.71 c ------------------------------------------------------------------
0.68/0.71 c 474.23ms 67.19% detect_generic
0.68/0.71 c 62.23ms 8.82% detect_special
0.68/0.71 c 50.42ms 7.14% other
0.68/0.71 c 49.73ms 7.05% optimize_gens
0.68/0.71 c 43.21ms 6.12% parse
0.68/0.71 c 18.21ms 2.58% approx_orbits
0.68/0.71 c 6.89ms 0.98% output
0.68/0.71 c 0.54ms 0.08% break_generic
0.68/0.71 c 0.36ms 0.05% finalize_order
0.68/0.71 c ───────────────────────────────────────────────
0.68/0.71 c 705.85ms 100% total
0.68/0.71 c ------------------------------------------------------------------
0.68/0.77 c RoundingSat 2
0.68/0.77 c branch pb25
0.68/0.77 c commit 63f22ad
1.22/1.34 c #variables 6450 #constraints 94350
1.22/1.34 c objective is ce32
1.41/1.55 c initial watched CF 32, 64, 128, Arb: 0 , 0 , 0 , 0
1.41/1.55 c initial counting CF 32, 64, 128, Arb: 1 , 0 , 0 , 0
1.41/1.55 c bounds 0 >= -1000 @ 0.674947
5.21/5.36 c bounds -40 >= -1000 @ 4.43139
10.79/10.99 c bounds -40 >= -999 @ 10.036
21.65/21.82 c bounds -40 >= -998 @ 20.799
41.08/41.32 c rational objective -666.667
42.18/42.45 c bounds -40 >= -997 @ 41.2808
42.18/42.45 c bounds -40 >= -996 @ 41.2812
42.18/42.45 c bounds -40 >= -995 @ 41.2815
42.18/42.46 c bounds -40 >= -994 @ 41.2818
42.18/42.46 c bounds -40 >= -993 @ 41.2821
42.18/42.46 c bounds -40 >= -992 @ 41.2824
42.18/42.46 c bounds -40 >= -991 @ 41.2827
42.18/42.46 c bounds -40 >= -990 @ 41.283
42.18/42.46 c bounds -40 >= -989 @ 41.2833
42.18/42.46 c bounds -40 >= -988 @ 41.2837
42.18/42.46 c bounds -40 >= -987 @ 41.284
42.18/42.46 c bounds -40 >= -986 @ 41.2844
42.18/42.46 c bounds -40 >= -985 @ 41.2847
42.18/42.46 c bounds -40 >= -984 @ 41.285
42.18/42.46 c bounds -40 >= -983 @ 41.2853
42.18/42.46 c bounds -40 >= -982 @ 41.2856
42.18/42.46 c bounds -40 >= -981 @ 41.2859
42.18/42.46 c bounds -40 >= -980 @ 41.2862
42.18/42.46 c bounds -40 >= -979 @ 41.2866
42.18/42.46 c bounds -40 >= -978 @ 41.2869
42.18/42.46 c bounds -40 >= -977 @ 41.2872
42.18/42.46 c bounds -40 >= -976 @ 41.2876
42.18/42.46 c bounds -40 >= -975 @ 41.288
42.18/42.46 c bounds -40 >= -974 @ 41.2883
42.18/42.46 c bounds -40 >= -973 @ 41.2886
42.18/42.46 c bounds -40 >= -972 @ 41.289
42.18/42.46 c bounds -40 >= -971 @ 41.2894
42.18/42.46 c bounds -40 >= -970 @ 41.2897
42.18/42.46 c bounds -40 >= -969 @ 41.2901
42.18/42.46 c bounds -40 >= -968 @ 41.2904
42.18/42.46 c bounds -40 >= -967 @ 41.2907
42.18/42.46 c bounds -40 >= -966 @ 41.291
42.18/42.47 c bounds -40 >= -965 @ 41.2915
42.18/42.47 c bounds -40 >= -964 @ 41.2919
42.18/42.47 c bounds -40 >= -963 @ 41.2922
42.18/42.47 c bounds -40 >= -962 @ 41.2925
42.18/42.47 c bounds -40 >= -961 @ 41.2929
42.18/42.47 c bounds -40 >= -960 @ 41.2932
42.18/42.47 c bounds -40 >= -959 @ 41.2935
42.18/42.47 c bounds -40 >= -958 @ 41.2938
42.18/42.47 c bounds -40 >= -957 @ 41.2941
42.18/42.47 c bounds -40 >= -956 @ 41.2944
42.18/42.47 c bounds -40 >= -955 @ 41.2946
42.18/42.47 c bounds -40 >= -954 @ 41.2949
42.18/42.47 c bounds -40 >= -953 @ 41.2952
42.18/42.47 c bounds -40 >= -952 @ 41.2955
42.18/42.47 c bounds -40 >= -951 @ 41.2958
42.18/42.47 c bounds -40 >= -950 @ 41.2961
42.18/42.47 c bounds -40 >= -949 @ 41.2965
42.18/42.47 c bounds -40 >= -948 @ 41.2968
42.18/42.47 c bounds -40 >= -947 @ 41.2971
42.18/42.47 c bounds -40 >= -946 @ 41.2971
42.18/42.47 c bounds -40 >= -945 @ 41.2971
42.18/42.47 c bounds -40 >= -944 @ 41.2971
42.18/42.47 c bounds -40 >= -943 @ 41.2973
42.18/42.47 c bounds -40 >= -942 @ 41.2976
42.18/42.47 c bounds -40 >= -941 @ 41.2979
42.18/42.47 c bounds -40 >= -940 @ 41.2982
42.18/42.47 c bounds -40 >= -939 @ 41.2985
42.18/42.47 c bounds -40 >= -938 @ 41.2988
42.18/42.47 c bounds -40 >= -937 @ 41.2991
42.18/42.47 c bounds -40 >= -936 @ 41.2994
42.18/42.47 c bounds -40 >= -935 @ 41.2997
42.18/42.47 c bounds -40 >= -934 @ 41.3
42.18/42.47 c bounds -40 >= -933 @ 41.3003
42.18/42.48 c bounds -40 >= -932 @ 41.3006
42.18/42.48 c bounds -40 >= -931 @ 41.301
42.18/42.48 c bounds -40 >= -930 @ 41.3014
42.18/42.48 c bounds -40 >= -929 @ 41.3016
42.18/42.48 c bounds -40 >= -928 @ 41.3019
42.18/42.48 c bounds -40 >= -927 @ 41.3022
42.18/42.48 c bounds -40 >= -926 @ 41.3027
42.18/42.48 c bounds -40 >= -925 @ 41.303
42.18/42.48 c bounds -40 >= -924 @ 41.3033
42.18/42.48 c bounds -40 >= -923 @ 41.3036
42.18/42.48 c bounds -40 >= -922 @ 41.3039
42.18/42.48 c bounds -40 >= -921 @ 41.3042
42.18/42.48 c bounds -40 >= -920 @ 41.3045
42.18/42.48 c bounds -40 >= -919 @ 41.3048
42.18/42.48 c bounds -40 >= -918 @ 41.3051
42.18/42.48 c bounds -40 >= -917 @ 41.3054
42.18/42.48 c bounds -40 >= -916 @ 41.3059
42.18/42.48 c bounds -40 >= -915 @ 41.3064
42.18/42.48 c bounds -40 >= -914 @ 41.3068
42.18/42.48 c bounds -40 >= -913 @ 41.307
42.18/42.48 c bounds -40 >= -912 @ 41.3071
42.18/42.48 c bounds -40 >= -911 @ 41.3071
42.18/42.48 c bounds -40 >= -910 @ 41.3071
42.18/42.48 c bounds -40 >= -909 @ 41.3072
42.18/42.48 c bounds -40 >= -908 @ 41.3075
42.18/42.48 c bounds -40 >= -907 @ 41.3078
42.18/42.48 c bounds -40 >= -906 @ 41.3081
42.18/42.48 c bounds -40 >= -905 @ 41.3084
42.18/42.48 c bounds -40 >= -904 @ 41.3087
42.18/42.48 c bounds -40 >= -903 @ 41.309
42.18/42.48 c bounds -40 >= -902 @ 41.3093
42.18/42.49 c bounds -40 >= -901 @ 41.3097
42.18/42.49 c bounds -40 >= -900 @ 41.31
42.18/42.49 c bounds -40 >= -899 @ 41.3103
42.18/42.49 c bounds -40 >= -898 @ 41.3106
42.18/42.49 c bounds -40 >= -897 @ 41.3109
42.18/42.49 c bounds -40 >= -896 @ 41.3112
42.18/42.49 c bounds -40 >= -895 @ 41.3115
42.18/42.49 c bounds -40 >= -894 @ 41.3118
42.18/42.49 c bounds -40 >= -893 @ 41.3121
42.18/42.49 c bounds -40 >= -892 @ 41.3124
42.18/42.49 c bounds -40 >= -891 @ 41.3126
42.18/42.49 c bounds -40 >= -890 @ 41.3129
42.18/42.49 c bounds -40 >= -889 @ 41.3132
42.18/42.49 c bounds -40 >= -888 @ 41.3135
42.18/42.49 c bounds -40 >= -887 @ 41.3138
42.18/42.49 c bounds -40 >= -886 @ 41.314
42.18/42.49 c bounds -40 >= -885 @ 41.3143
42.18/42.49 c bounds -40 >= -884 @ 41.3147
42.18/42.49 c bounds -40 >= -883 @ 41.315
42.18/42.49 c bounds -40 >= -882 @ 41.3152
42.18/42.49 c bounds -40 >= -881 @ 41.3155
42.18/42.49 c bounds -40 >= -880 @ 41.3158
42.18/42.49 c bounds -40 >= -879 @ 41.3161
42.18/42.49 c bounds -40 >= -878 @ 41.3164
42.18/42.49 c bounds -40 >= -877 @ 41.3167
42.18/42.49 c bounds -40 >= -876 @ 41.317
42.18/42.49 c bounds -40 >= -875 @ 41.3173
42.18/42.49 c bounds -40 >= -874 @ 41.3176
42.18/42.49 c bounds -40 >= -873 @ 41.3178
42.18/42.49 c bounds -40 >= -872 @ 41.3181
42.18/42.49 c bounds -40 >= -871 @ 41.3184
42.18/42.49 c bounds -40 >= -870 @ 41.3187
42.18/42.49 c bounds -40 >= -869 @ 41.3192
42.18/42.50 c bounds -40 >= -868 @ 41.3195
42.18/42.50 c bounds -40 >= -867 @ 41.3198
42.28/42.50 c bounds -40 >= -866 @ 41.3201
42.28/42.50 c bounds -40 >= -865 @ 41.3203
42.28/42.50 c bounds -40 >= -864 @ 41.3206
42.28/42.50 c bounds -40 >= -863 @ 41.3209
42.28/42.50 c bounds -40 >= -862 @ 41.3212
42.28/42.50 c bounds -40 >= -861 @ 41.3215
42.28/42.50 c bounds -40 >= -860 @ 41.3217
42.28/42.50 c bounds -40 >= -859 @ 41.322
42.28/42.50 c bounds -40 >= -858 @ 41.3223
42.28/42.50 c bounds -40 >= -857 @ 41.3229
42.28/42.50 c bounds -40 >= -856 @ 41.3232
42.28/42.50 c bounds -40 >= -855 @ 41.3235
42.28/42.50 c bounds -40 >= -854 @ 41.3238
42.28/42.50 c bounds -40 >= -853 @ 41.324
42.28/42.50 c bounds -40 >= -852 @ 41.3243
42.28/42.50 c bounds -40 >= -851 @ 41.3246
42.28/42.50 c bounds -40 >= -850 @ 41.3249
42.28/42.50 c bounds -40 >= -849 @ 41.3252
42.28/42.50 c bounds -40 >= -848 @ 41.3255
42.28/42.50 c bounds -40 >= -847 @ 41.3258
42.28/42.50 c bounds -40 >= -846 @ 41.326
42.28/42.50 c bounds -40 >= -845 @ 41.3264
42.28/42.50 c bounds -40 >= -844 @ 41.3266
42.28/42.50 c bounds -40 >= -843 @ 41.3269
42.28/42.50 c bounds -40 >= -842 @ 41.3272
42.28/42.50 c bounds -40 >= -841 @ 41.3275
42.28/42.50 c bounds -40 >= -840 @ 41.3278
42.28/42.50 c bounds -40 >= -839 @ 41.3281
42.28/42.50 c bounds -40 >= -838 @ 41.3284
42.28/42.50 c bounds -40 >= -837 @ 41.3287
42.28/42.50 c bounds -40 >= -836 @ 41.3289
42.28/42.50 c bounds -40 >= -835 @ 41.3292
42.28/42.51 c bounds -40 >= -834 @ 41.3295
42.28/42.51 c bounds -40 >= -833 @ 41.3298
42.28/42.51 c bounds -40 >= -832 @ 41.3301
42.28/42.51 c bounds -40 >= -831 @ 41.3303
42.28/42.51 c bounds -40 >= -830 @ 41.3315
42.28/42.51 c bounds -40 >= -829 @ 41.3318
42.28/42.51 c bounds -40 >= -828 @ 41.3322
42.28/42.51 c bounds -40 >= -827 @ 41.3325
42.28/42.51 c bounds -40 >= -826 @ 41.3327
42.28/42.51 c bounds -40 >= -825 @ 41.333
42.28/42.51 c bounds -40 >= -824 @ 41.3332
42.28/42.51 c bounds -40 >= -823 @ 41.3338
42.28/42.51 c bounds -40 >= -822 @ 41.3341
42.28/42.51 c bounds -40 >= -821 @ 41.3344
42.28/42.51 c bounds -40 >= -820 @ 41.3347
42.28/42.51 c bounds -40 >= -819 @ 41.3349
42.28/42.51 c bounds -40 >= -818 @ 41.3352
42.28/42.51 c bounds -40 >= -817 @ 41.3355
42.28/42.51 c bounds -40 >= -816 @ 41.3358
42.28/42.51 c bounds -40 >= -815 @ 41.336
42.28/42.51 c bounds -40 >= -814 @ 41.3363
42.28/42.51 c bounds -40 >= -813 @ 41.3367
42.28/42.51 c bounds -40 >= -812 @ 41.337
42.28/42.51 c bounds -40 >= -811 @ 41.3373
42.28/42.51 c bounds -40 >= -810 @ 41.3375
42.28/42.51 c bounds -40 >= -809 @ 41.3378
42.28/42.51 c bounds -40 >= -808 @ 41.3381
42.28/42.51 c bounds -40 >= -807 @ 41.3383
42.28/42.51 c bounds -40 >= -806 @ 41.3386
42.28/42.51 c bounds -40 >= -805 @ 41.339
42.28/42.51 c bounds -40 >= -804 @ 41.3393
42.28/42.52 c bounds -40 >= -803 @ 41.3395
42.28/42.52 c bounds -40 >= -802 @ 41.3405
42.28/42.52 c bounds -40 >= -801 @ 41.3408
42.28/42.52 c bounds -78 >= -801 @ 41.347
42.28/42.52 c bounds -78 >= -800 @ 41.3474
42.28/42.52 c bounds -78 >= -799 @ 41.3477
42.28/42.52 c bounds -78 >= -798 @ 41.348
42.28/42.52 c bounds -78 >= -797 @ 41.3482
42.28/42.52 c bounds -78 >= -796 @ 41.3485
42.28/42.52 c bounds -78 >= -795 @ 41.3488
42.28/42.52 c bounds -78 >= -794 @ 41.3491
42.28/42.52 c bounds -78 >= -793 @ 41.3493
42.28/42.53 c bounds -78 >= -792 @ 41.3499
42.28/42.53 c bounds -78 >= -791 @ 41.3501
42.28/42.53 c bounds -78 >= -790 @ 41.3504
42.28/42.53 c bounds -78 >= -789 @ 41.3507
42.28/42.53 c bounds -78 >= -788 @ 41.351
42.28/42.53 c bounds -78 >= -787 @ 41.3513
42.28/42.53 c bounds -78 >= -786 @ 41.3516
42.28/42.53 c bounds -78 >= -785 @ 41.3519
42.28/42.53 c bounds -78 >= -784 @ 41.3527
42.28/42.53 c bounds -78 >= -783 @ 41.3529
42.28/42.53 c bounds -78 >= -782 @ 41.3532
42.28/42.53 c bounds -78 >= -781 @ 41.3534
42.28/42.53 c bounds -78 >= -780 @ 41.3537
42.28/42.53 c bounds -78 >= -779 @ 41.3541
42.28/42.53 c bounds -78 >= -778 @ 41.3544
42.28/42.53 c bounds -78 >= -777 @ 41.3546
42.28/42.53 c bounds -78 >= -776 @ 41.3549
42.28/42.53 c bounds -78 >= -775 @ 41.3552
42.28/42.53 c bounds -78 >= -774 @ 41.3555
42.28/42.53 c bounds -78 >= -773 @ 41.3558
42.28/42.53 c bounds -78 >= -772 @ 41.356
42.28/42.53 c bounds -78 >= -771 @ 41.3567
42.28/42.53 c bounds -78 >= -770 @ 41.3572
42.28/42.53 c bounds -78 >= -769 @ 41.3575
42.28/42.53 c bounds -78 >= -768 @ 41.3584
42.28/42.53 c bounds -78 >= -767 @ 41.3586
42.28/42.53 c bounds -78 >= -766 @ 41.3589
42.28/42.53 c bounds -78 >= -765 @ 41.3591
42.28/42.54 c bounds -78 >= -764 @ 41.3599
42.28/42.54 c bounds -78 >= -763 @ 41.3601
42.28/42.54 c bounds -78 >= -762 @ 41.3604
42.28/42.54 c bounds -78 >= -761 @ 41.3606
42.28/42.54 c bounds -116 >= -761 @ 41.3667
42.28/42.54 c bounds -116 >= -760 @ 41.3672
42.28/42.54 c bounds -116 >= -759 @ 41.3677
42.28/42.54 c bounds -116 >= -758 @ 41.3679
42.28/42.54 c bounds -116 >= -757 @ 41.3684
42.28/42.54 c bounds -116 >= -756 @ 41.3688
42.28/42.54 c bounds -116 >= -755 @ 41.369
42.28/42.55 c bounds -116 >= -754 @ 41.3693
42.28/42.55 c bounds -116 >= -753 @ 41.3695
42.28/42.55 c bounds -116 >= -752 @ 41.3702
42.28/42.55 c bounds -116 >= -751 @ 41.3704
42.28/42.55 c bounds -116 >= -750 @ 41.3707
42.28/42.55 c bounds -116 >= -749 @ 41.3709
42.28/42.55 c bounds -116 >= -748 @ 41.3711
42.28/42.55 c bounds -116 >= -747 @ 41.3714
42.28/42.55 c bounds -116 >= -746 @ 41.3717
42.28/42.55 c bounds -116 >= -745 @ 41.3721
42.28/42.55 c bounds -116 >= -744 @ 41.3724
42.28/42.55 c bounds -116 >= -743 @ 41.3728
42.28/42.55 c bounds -116 >= -742 @ 41.3731
42.28/42.55 c bounds -116 >= -741 @ 41.3735
42.28/42.55 c bounds -116 >= -740 @ 41.3737
42.28/42.55 c bounds -116 >= -739 @ 41.3741
42.28/42.55 c bounds -116 >= -738 @ 41.3743
42.28/42.55 c bounds -116 >= -737 @ 41.3746
42.28/42.55 c bounds -116 >= -736 @ 41.3749
42.28/42.55 c bounds -116 >= -735 @ 41.3753
42.28/42.55 c bounds -116 >= -734 @ 41.3755
42.28/42.55 c bounds -116 >= -733 @ 41.3758
42.28/42.55 c bounds -116 >= -732 @ 41.376
42.28/42.55 c bounds -116 >= -731 @ 41.3763
42.28/42.55 c bounds -116 >= -730 @ 41.3766
42.28/42.55 c bounds -116 >= -729 @ 41.3769
42.28/42.55 c bounds -116 >= -728 @ 41.3772
42.28/42.55 c bounds -116 >= -727 @ 41.3776
42.28/42.55 c bounds -116 >= -726 @ 41.3778
42.28/42.55 c bounds -116 >= -725 @ 41.378
42.28/42.55 c bounds -116 >= -724 @ 41.3786
42.28/42.56 c bounds -154 >= -724 @ 41.3851
42.28/42.56 c bounds -154 >= -723 @ 41.386
42.28/42.56 c bounds -154 >= -722 @ 41.3866
42.28/42.56 c bounds -154 >= -721 @ 41.3869
42.28/42.56 c bounds -154 >= -720 @ 41.3873
42.28/42.56 c bounds -154 >= -719 @ 41.3875
42.28/42.56 c bounds -154 >= -718 @ 41.3879
42.28/42.56 c bounds -154 >= -717 @ 41.3887
42.28/42.57 c bounds -154 >= -716 @ 41.3895
42.28/42.57 c bounds -154 >= -715 @ 41.3897
42.28/42.57 c bounds -154 >= -714 @ 41.3897
42.28/42.57 c bounds -154 >= -713 @ 41.3897
42.28/42.57 c bounds -154 >= -712 @ 41.39
42.28/42.57 c bounds -154 >= -711 @ 41.3905
42.28/42.57 c bounds -188 >= -711 @ 41.3953
42.28/42.57 c bounds -188 >= -710 @ 41.3958
42.28/42.57 c bounds -188 >= -709 @ 41.3967
42.28/42.57 c bounds -188 >= -708 @ 41.397
42.28/42.58 c bounds -188 >= -707 @ 41.3974
42.28/42.58 c bounds -188 >= -706 @ 41.3978
42.28/42.58 c bounds -188 >= -705 @ 41.3978
42.28/42.58 c bounds -188 >= -704 @ 41.3981
42.28/42.58 c bounds -188 >= -703 @ 41.4002
42.28/42.58 c bounds -188 >= -702 @ 41.4007
42.28/42.59 c bounds -222 >= -702 @ 41.4066
42.28/42.59 c bounds -222 >= -701 @ 41.4074
42.28/42.59 c bounds -222 >= -700 @ 41.409
42.28/42.59 c bounds -222 >= -699 @ 41.4111
42.28/42.59 c bounds -222 >= -698 @ 41.4137
42.37/42.60 c bounds -250 >= -698 @ 41.419
42.37/42.60 c bounds -250 >= -697 @ 41.4219
42.37/42.61 c bounds -250 >= -696 @ 41.4246
42.37/42.61 c bounds -276 >= -696 @ 41.4314
42.37/42.62 c bounds -276 >= -695 @ 41.4346
42.37/42.63 c bounds -306 >= -695 @ 41.4426
42.37/42.63 c bounds -306 >= -694 @ 41.4468
42.37/42.63 c bounds -306 >= -693 @ 41.4503
42.37/42.65 c bounds -328 >= -693 @ 41.4608
42.37/42.65 c bounds -328 >= -692 @ 41.4648
42.37/42.66 c bounds -328 >= -691 @ 41.4696
42.37/42.67 c bounds -350 >= -691 @ 41.4789
42.37/42.67 c bounds -350 >= -690 @ 41.4842
42.37/42.68 c bounds -370 >= -690 @ 41.4949
42.37/42.69 c bounds -370 >= -689 @ 41.4996
42.37/42.69 c bounds -370 >= -688 @ 41.5065
42.47/42.70 c bounds -390 >= -688 @ 41.514
42.47/42.71 c bounds -390 >= -687 @ 41.5224
42.47/42.73 c bounds -394 >= -687 @ 41.5393
42.47/42.74 c bounds -394 >= -686 @ 41.5463
42.47/42.74 c bounds -414 >= -686 @ 41.5532
42.47/42.75 c bounds -416 >= -686 @ 41.5573
42.47/42.76 c bounds -416 >= -685 @ 41.5693
42.47/42.77 c bounds -430 >= -685 @ 41.5775
42.47/42.78 c bounds -446 >= -685 @ 41.5851
42.47/42.79 c bounds -462 >= -685 @ 41.5946
42.57/42.80 c bounds -462 >= -684 @ 41.6081
42.57/42.87 c bounds -474 >= -684 @ 41.6713
42.57/42.88 c bounds -474 >= -683 @ 41.6862
42.68/42.90 c bounds -474 >= -682 @ 41.7018
42.68/42.92 c bounds -484 >= -682 @ 41.7189
42.68/42.92 c bounds -498 >= -682 @ 41.7233
42.68/42.93 c bounds -504 >= -682 @ 41.7303
42.68/42.94 c bounds -510 >= -682 @ 41.7367
42.68/42.97 c bounds -510 >= -681 @ 41.7652
42.68/42.98 c bounds -514 >= -681 @ 41.7723
42.68/42.98 c bounds -526 >= -681 @ 41.779
42.68/42.99 c bounds -530 >= -681 @ 41.7832
42.68/43.00 c bounds -534 >= -681 @ 41.7885
42.68/43.00 c bounds -538 >= -681 @ 41.7926
42.78/43.01 c bounds -542 >= -681 @ 41.7974
42.78/43.01 c bounds -548 >= -681 @ 41.8028
42.78/43.02 c bounds -554 >= -681 @ 41.8081
42.78/43.02 c bounds -560 >= -681 @ 41.8136
42.78/43.03 c bounds -566 >= -681 @ 41.8176
42.78/43.03 c bounds -578 >= -681 @ 41.8228
42.78/43.06 c bounds -578 >= -680 @ 41.8438
42.88/43.17 c bounds -582 >= -680 @ 41.9589
42.97/43.21 c bounds -582 >= -679 @ 41.9997
43.37/43.60 c #Conflicts: 1000 | #Constraints: 97628
43.37/43.60 c bounds -584 >= -679 @ 42.3836
43.37/43.67 c bounds -584 >= -678 @ 42.4454
43.47/43.72 c bounds -584 >= -677 @ 42.5016
43.57/43.80 c bounds -584 >= -676 @ 42.5781
43.57/43.84 c bounds -586 >= -676 @ 42.6141
43.57/43.84 c bounds -588 >= -676 @ 42.619
43.57/43.85 c bounds -590 >= -676 @ 42.6258
43.67/43.96 c bounds -592 >= -676 @ 42.733
43.77/44.03 c bounds -592 >= -675 @ 42.8011
43.77/44.04 c bounds -594 >= -675 @ 42.8098
43.77/44.05 c bounds -596 >= -675 @ 42.8242
43.77/44.06 c bounds -598 >= -675 @ 42.829
43.77/44.06 c bounds -600 >= -675 @ 42.8328
48.45/48.72 c #Conflicts: 2000 | #Constraints: 98817
48.45/48.72 c INPROCESSING
48.45/48.72 c GARBAGE COLLECT
48.45/48.72 c bounds -600 >= -674 @ 47.4516
51.09/51.46 c #Conflicts: 3000 | #Constraints: 98081
51.09/51.46 c #Conflicts: 4000 | #Constraints: 99081
51.09/51.46 c INPROCESSING
51.09/51.46 c GARBAGE COLLECT
51.09/51.46 c bounds -600 >= -673 @ 50.0986
51.38/51.78 c #Conflicts: 5000 | #Constraints: 98352
51.38/51.78 c bounds -600 >= -672 @ 50.4145
51.88/52.24 c #Conflicts: 6000 | #Constraints: 99394
51.88/52.24 c bounds -600 >= -671 @ 50.8556
56.27/56.61 c INPROCESSING
56.27/56.61 c GARBAGE COLLECT
56.27/56.61 WSVECS04 Frhs2[55]: 6 0 1.00007 shouldn't be
56.27/56.61 WSVECS04 Frhs2[148]: 6 0 1.00007 shouldn't be
56.27/56.61 WSVECS04 Frhs2[280]: 6 0 1.00004 shouldn't be
56.27/56.61 WSVECS04 Frhs2[338]: 6 0 1.00004 shouldn't be
56.27/56.61 WSVECS04 Frhs2[341]: 6 0 1.00008 shouldn't be
56.27/56.61 WSVECS04 Frhs2[348]: 6 0 1.00002 shouldn't be
56.27/56.61 WSVECS04 Frhs2[356]: 6 0 1.0001 shouldn't be
56.27/56.61 WSVECS04 Frhs2[407]: 6 0 1.00003 shouldn't be
56.27/56.61 WSVECS04 Frhs2[412]: 6 0 1.00002 shouldn't be
56.27/56.61 WSVECS04 Frhs2[417]: 6 0 1.0001 shouldn't be
56.27/56.61 WSVECS04 Frhs2[423]: 6 0 1.00006 shouldn't be
56.27/56.61 WSVECS04 Frhs2[424]: 6 0 1.00008 shouldn't be
56.27/56.61 WSVECS04 Frhs2[427]: 6 0 1.00003 shouldn't be
56.27/56.61 WSVECS04 Frhs2[432]: 6 0 1.00001 shouldn't be
56.27/56.61 WSVECS04 Frhs2[433]: 6 0 1.0001 shouldn't be
56.27/56.61 WSVECS04 Frhs2[438]: 6 0 1.00006 shouldn't be
56.27/56.61 WSVECS04 Frhs2[442]: 6 0 1.00009 shouldn't be
56.27/56.61 WSVECS04 Frhs2[487]: 6 0 1.00008 shouldn't be
56.27/56.61 WSVECS04 Frhs2[492]: 6 0 1.00005 shouldn't be
56.27/56.61 WSVECS04 Frhs2[500]: 6 0 1.00003 shouldn't be
56.27/56.61 WSVECS04 Frhs2[501]: 6 0 1.00004 shouldn't be
56.27/56.61 WSVECS04 Frhs2[502]: 6 0 1.00006 shouldn't be
56.27/56.61 WSVECS04 Frhs2[507]: 6 0 1.00006 shouldn't be
56.27/56.61 WSVECS04 Frhs2[510]: 6 0 1.00004 shouldn't be
56.27/56.61 WSVECS04 Frhs2[515]: 6 0 1.00006 shouldn't be
56.27/56.61 WSVECS04 Frhs2[517]: 6 0 1.00001 shouldn't be
56.27/56.61 WSVECS04 Frhs2[597]: 6 0 1.00006 shouldn't be
56.27/56.61 WSVECS04 Frhs2[602]: 6 0 1.00008 shouldn't be
56.27/56.61 WSVECS04 Frhs2[609]: 6 0 1.00001 shouldn't be
56.27/56.61 WSVECS04 Frhs2[617]: 6 0 1.00009 shouldn't be
56.27/56.61 WSVECS04 Frhs2[667]: 6 0 1.00005 shouldn't be
56.27/56.61 WSVECS04 Frhs2[675]: 6 0 1.00002 shouldn't be
56.27/56.61 WSVECS04 Frhs2[676]: 6 0 1.00007 shouldn't be
56.27/56.61 WSVECS04 Frhs2[677]: 6 0 1.00006 shouldn't be
56.27/56.61 WSVECS04 Frhs2[682]: 6 0 1.00003 shouldn't be
56.27/56.61 WSVECS04 Frhs2[692]: 6 0 1.00008 shouldn't be
56.27/56.61 WSVECS04 Frhs2[762]: 6 0 1.0001 shouldn't be
56.27/56.61 WSVECS04 Frhs2[768]: 6 0 1.00007 shouldn't be
56.27/56.61 WSVECS04 Frhs2[769]: 6 0 1.00005 shouldn't be
56.27/56.61 WSVECS04 Frhs2[772]: 6 0 1.0001 shouldn't be
56.27/56.61 WSVECS04 Frhs2[777]: 6 0 1.00007 shouldn't be
56.27/56.61 WSVECS04 Frhs2[783]: 6 0 1.00005 shouldn't be
56.27/56.61 WSVECS04 Frhs2[787]: 6 0 1.00004 shouldn't be
56.27/56.61 WSVECS04 Frhs2[825]: 6 0 1.00007 shouldn't be
56.27/56.61 WSVECS04 Frhs2[826]: 6 0 1.00006 shouldn't be
56.27/56.61 WSVECS04 Frhs2[827]: 6 0 1.00003 shouldn't be
56.27/56.61 WSVECS04 Frhs2[832]: 6 0 1.00002 shouldn't be
56.27/56.61 WSVECS04 Frhs2[835]: 6 0 1.00007 shouldn't be
56.27/56.61 WSVECS04 Frhs2[840]: 6 0 1.00009 shouldn't be
56.27/56.61 WSVECS04 Frhs2[842]: 6 0 1.00008 shouldn't be
56.27/56.61 WSVECS04 Frhs2[973]: 6 0 1.00008 shouldn't be
56.27/56.61 WSVECS04 Frhs2[979]: 6 0 1.0001 shouldn't be
56.27/56.61 WSVECS04 Frhs2[981]: 6 0 1.00002 shouldn't be
56.27/56.61 WSVECS04 Frhs2[995]: 6 0 1.00006 shouldn't be
56.27/56.61 WSVECS04 Frhs2[997]: 6 0 1.00006 shouldn't be
56.27/56.61 WSVECS04 Frhs2[1000]: 6 0 1.00009 shouldn't be
56.27/56.61 WSVECS04 Frhs2[1002]: 6 0 1.00005 shouldn't be
56.27/56.61 WSVECS04 Frhs2[1003]: 6 0 1.00008 shouldn't be
56.27/56.61 WSVECS04 Frhs2[1008]: 6 0 1.0001 shouldn't be
56.27/56.61 WSVECS04 Frhs2[1010]: 6 0 1.00006 shouldn't be
56.27/56.61 WSVECS04 Frhs2[1012]: 6 0 1.00003 shouldn't be
56.27/56.61 WSVECS04 Frhs2[1017]: 6 0 1.00008 shouldn't be
56.27/56.61 WSVECS04 Frhs2[1023]: 6 0 1.00002 shouldn't be
56.27/56.61 WSVECS04 Frhs2[1028]: 6 0 1.00006 shouldn't be
56.27/56.61 WSVECS04 Frhs2[1032]: 6 0 1.00008 shouldn't be
56.27/56.61 WSVECS04 Frhs2[1057]: 6 0 1.0001 shouldn't be
56.27/56.61 WSVECS04 Frhs2[1107]: 6 0 1.00003 shouldn't be
56.27/56.61 WSVECS04 Frhs2[1108]: 6 0 1.00007 shouldn't be
56.27/56.61 WSVECS04 Frhs2[1117]: 6 0 1.00002 shouldn't be
56.27/56.61 WSVECS04 Frhs2[1135]: 6 0 1.00005 shouldn't be
56.27/56.61 WSVECS04 Frhs2[1140]: 6 0 1.00008 shouldn't be
56.27/56.61 WSVECS04 Frhs2[1142]: 6 0 1.00004 shouldn't be
75.29/75.79 c #Conflicts: 7000 | #Constraints: 98286
75.29/75.79 c bounds -600 >= -670 @ 74.2561
78.49/78.90 c #Conflicts: 8000 | #Constraints: 99364
78.49/78.90 c #Conflicts: 9000 | #Constraints: 100364
78.49/78.90 c INPROCESSING
78.49/78.90 c GARBAGE COLLECT
78.49/78.90 c #Conflicts: 10000 | #Constraints: 98983
78.49/78.90 c bounds -600 >= -669 @ 77.3201
78.89/79.31 c #Conflicts: 11000 | #Constraints: 100058
78.89/79.31 c bounds -600 >= -668 @ 77.7168
83.87/84.36 c #Conflicts: 12000 | #Constraints: 101094
83.87/84.36 c INPROCESSING
83.87/84.36 c #Conflicts: 13000 | #Constraints: 99395
83.87/84.36 c #Conflicts: 14000 | #Constraints: 100395
83.87/84.36 c #Conflicts: 15000 | #Constraints: 101395
83.87/84.36 c INPROCESSING
83.87/84.36 c GARBAGE COLLECT
83.87/84.36 c bounds -600 >= -667 @ 82.6969
84.37/84.80 c #Conflicts: 16000 | #Constraints: 99655
84.37/84.80 c bounds -600 >= -666 @ 83.1202
84.68/85.15 c #Conflicts: 17000 | #Constraints: 100703
84.68/85.15 c bounds -600 >= -665 @ 83.4664
85.06/85.57 c bounds -600 >= -664 @ 83.8823
85.76/86.26 c #Conflicts: 18000 | #Constraints: 101778
85.76/86.26 c INPROCESSING
85.76/86.26 c #Conflicts: 19000 | #Constraints: 99619
85.76/86.26 c bounds -600 >= -663 @ 84.5574
100.21/100.74 c #Conflicts: 20000 | #Constraints: 100691
100.21/100.74 c #Conflicts: 21000 | #Constraints: 101691
100.21/100.74 c INPROCESSING
100.21/100.74 c GARBAGE COLLECT
100.21/100.74 c #Conflicts: 22000 | #Constraints: 99519
100.21/100.74 WSVECS04 Frhs2[50]: 6 0 1.00005 shouldn't be
100.21/100.74 WSVECS04 Frhs2[60]: 6 0 1.00006 shouldn't be
100.21/100.74 WSVECS04 Frhs2[62]: 6 0 1.00008 shouldn't be
100.21/100.74 WSVECS04 Frhs2[70]: 6 0 1.00008 shouldn't be
100.21/100.74 WSVECS04 Frhs2[75]: 6 0 1.0001 shouldn't be
100.21/100.74 WSVECS04 Frhs2[80]: 6 0 1.00008 shouldn't be
100.21/100.74 WSVECS04 Frhs2[85]: 6 0 1.00009 shouldn't be
100.21/100.74 WSVECS04 Frhs2[90]: 6 0 1.00004 shouldn't be
100.21/100.74 WSVECS04 Frhs2[92]: 6 0 1.00007 shouldn't be
100.21/100.74 WSVECS04 Frhs2[95]: 6 0 1.00009 shouldn't be
100.21/100.74 WSVECS04 Frhs2[101]: 6 0 1.00005 shouldn't be
100.21/100.74 WSVECS04 Frhs2[109]: 6 0 1.00003 shouldn't be
100.21/100.74 WSVECS04 Frhs2[121]: 6 0 1.00007 shouldn't be
100.21/100.74 WSVECS04 Frhs2[136]: 6 0 1.00004 shouldn't be
100.21/100.74 WSVECS04 Frhs2[139]: 6 0 1.00007 shouldn't be
100.21/100.74 WSVECS04 Frhs2[141]: 6 0 1.00001 shouldn't be
100.21/100.74 WSVECS04 Frhs2[146]: 6 0 1.00004 shouldn't be
100.21/100.74 WSVECS04 Frhs2[171]: 6 0 1.00006 shouldn't be
100.21/100.74 WSVECS04 Frhs2[172]: 6 0 1.00003 shouldn't be
100.21/100.74 WSVECS04 Frhs2[238]: 6 0 1.00009 shouldn't be
100.21/100.74 WSVECS04 Frhs2[243]: 6 0 1.00002 shouldn't be
100.21/100.74 WSVECS04 Frhs2[248]: 6 0 1.00008 shouldn't be
100.21/100.74 WSVECS04 Frhs2[253]: 6 0 1.00007 shouldn't be
100.21/100.74 WSVECS04 Frhs2[261]: 6 0 1.00006 shouldn't be
100.21/100.74 WSVECS04 Frhs2[263]: 6 0 1.00002 shouldn't be
100.21/100.74 WSVECS04 Frhs2[268]: 6 0 1.00002 shouldn't be
100.21/100.74 WSVECS04 Frhs2[273]: 6 0 1.00003 shouldn't be
100.21/100.74 WSVECS04 Frhs2[278]: 6 0 1.0001 shouldn't be
100.21/100.74 WSVECS04 Frhs2[285]: 6 0 1.00007 shouldn't be
100.21/100.74 WSVECS04 Frhs2[287]: 6 0 1.00008 shouldn't be
100.21/100.74 WSVECS04 Frhs2[295]: 6 0 1.00009 shouldn't be
100.21/100.74 WSVECS04 Frhs2[300]: 6 0 1.00009 shouldn't be
100.21/100.74 WSVECS04 Frhs2[386]: 6 0 1.00001 shouldn't be
100.21/100.74 WSVECS04 Frhs2[387]: 6 0 1.00004 shouldn't be
100.21/100.74 WSVECS04 Frhs2[524]: 6 0 1.00004 shouldn't be
100.21/100.74 WSVECS04 Frhs2[536]: 6 0 1.00004 shouldn't be
100.21/100.74 WSVECS04 Frhs2[554]: 6 0 1.00006 shouldn't be
100.21/100.74 WSVECS04 Frhs2[556]: 6 0 1.00004 shouldn't be
100.21/100.74 WSVECS04 Frhs2[576]: 6 0 1.00005 shouldn't be
100.21/100.74 WSVECS04 Frhs2[577]: 6 0 1.00007 shouldn't be
100.21/100.74 WSVECS04 Frhs2[603]: 6 0 1.00004 shouldn't be
100.21/100.74 WSVECS04 Frhs2[607]: 6 0 1.00009 shouldn't be
100.21/100.74 WSVECS04 Frhs2[608]: 6 0 1.00003 shouldn't be
100.21/100.74 WSVECS04 Frhs2[613]: 6 0 1.00006 shouldn't be
100.21/100.74 WSVECS04 Frhs2[618]: 6 0 1.00003 shouldn't be
100.21/100.74 WSVECS04 Frhs2[622]: 6 0 1.00001 shouldn't be
100.21/100.74 WSVECS04 Frhs2[623]: 6 0 1.0001 shouldn't be
100.21/100.74 WSVECS04 Frhs2[627]: 6 0 1.00005 shouldn't be
100.21/100.74 WSVECS04 Frhs2[628]: 6 0 1.00005 shouldn't be
100.21/100.74 WSVECS04 Frhs2[741]: 6 0 1.00009 shouldn't be
100.21/100.74 WSVECS04 Frhs2[742]: 6 0 1.00004 shouldn't be
100.21/100.74 WSVECS04 Frhs2[866]: 6 0 1.00007 shouldn't be
100.21/100.74 WSVECS04 Frhs2[869]: 6 0 1.0001 shouldn't be
100.21/100.74 WSVECS04 Frhs2[871]: 6 0 1.00007 shouldn't be
100.21/100.74 WSVECS04 Frhs2[882]: 6 0 1.00001 shouldn't be
100.21/100.74 WSVECS04 Frhs2[950]: 6 0 1.00004 shouldn't be
100.21/100.74 WSVECS04 Frhs2[955]: 6 0 1.00004 shouldn't be
100.21/100.74 WSVECS04 Frhs2[960]: 6 0 1.00004 shouldn't be
100.21/100.74 WSVECS04 Frhs2[965]: 6 0 1.00006 shouldn't be
100.21/100.74 WSVECS04 Frhs2[967]: 6 0 1.00002 shouldn't be
100.21/100.74 WSVECS04 Frhs2[1036]: 6 0 1.00007 shouldn't be
100.21/100.74 WSVECS04 Frhs2[1038]: 6 0 1.00002 shouldn't be
100.21/100.74 WSVECS04 Frhs2[1043]: 6 0 1.00002 shouldn't be
100.21/100.74 WSVECS04 Frhs2[1048]: 6 0 1.00002 shouldn't be
100.21/100.74 WSVECS04 Frhs2[1053]: 6 0 1.00008 shouldn't be
100.21/100.74 WSVECS04 Frhs2[1061]: 6 0 1.00006 shouldn't be
100.21/100.74 WSVECS04 Frhs2[1066]: 6 0 1.00003 shouldn't be
100.21/100.74 WSVECS04 Frhs2[1081]: 6 0 1.00002 shouldn't be
100.21/100.74 WSVECS04 Frhs2[1084]: 6 0 1.00002 shouldn't be
100.21/100.74 WSVECS04 Frhs2[1151]: 6 0 1.00003 shouldn't be
100.21/100.74 WSVECS04 Frhs2[1154]: 6 0 1.00007 shouldn't be
100.21/100.74 WSVECS04 Frhs2[1156]: 6 0 1.00003 shouldn't be
100.21/100.74 WSVECS04 Frhs2[1190]: 6 0 1.00008 shouldn't be
100.21/100.74 WSVECS04 Frhs2[1192]: 6 0 1.00003 shouldn't be
100.21/100.74 WSVECS04 Frhs2[1195]: 6 0 1.00006 shouldn't be
100.21/100.74 WSVECS04 Frhs2[1201]: 6 0 1.00006 shouldn't be
100.21/100.74 WSVECS04 Frhs2[1212]: 6 0 1.00001 shouldn't be
100.21/100.74 WSVECS04 Frhs2[1213]: 6 0 1.00006 shouldn't be
141.37/142.08 WSVECS04 Frhs2[305]: 6 0 1.00006 shouldn't be
141.37/142.08 WSVECS04 Frhs2[310]: 6 0 1.00004 shouldn't be
141.37/142.08 WSVECS04 Frhs2[315]: 6 0 1.00005 shouldn't be
141.37/142.08 WSVECS04 Frhs2[317]: 6 0 1.00003 shouldn't be
141.37/142.08 WSVECS04 Frhs2[320]: 6 0 1.00002 shouldn't be
141.37/142.08 WSVECS04 Frhs2[551]: 6 0 1.00004 shouldn't be
141.37/142.08 WSVECS04 Frhs2[598]: 6 0 1.00003 shouldn't be
141.37/142.08 WSVECS04 Frhs2[724]: 6 0 1.00003 shouldn't be
141.37/142.08 WSVECS04 Frhs2[851]: 6 0 1.00002 shouldn't be
141.37/142.08 WSVECS04 Frhs2[881]: 6 0 1.00007 shouldn't be
141.37/142.08 WSVECS04 Frhs2[970]: 6 0 1.00009 shouldn't be
141.37/142.08 WSVECS04 Frhs2[986]: 6 0 1.00007 shouldn't be
141.37/142.08 WSVECS04 Frhs2[989]: 6 0 1.00007 shouldn't be
141.37/142.08 WSVECS04 Frhs2[991]: 6 0 1.0001 shouldn't be
141.37/142.08 WSVECS04 Frhs2[1086]: 6 0 1.00006 shouldn't be
141.37/142.08 WSVECS04 Frhs2[1199]: 6 0 1.00004 shouldn't be
141.37/142.08 WSVECS04 Frhs2[1220]: 6 0 1.00007 shouldn't be
179.53/180.36 c #Conflicts: 23000 | #Constraints: 100519
179.53/180.36 c bounds -600 >= -662 @ 178.114
180.34/181.13 c #Conflicts: 24000 | #Constraints: 101597
180.34/181.13 c bounds -600 >= -661 @ 178.876
235.63/236.69 c #Conflicts: 25000 | #Constraints: 102639
235.63/236.69 c INPROCESSING
235.63/236.69 c #Conflicts: 26000 | #Constraints: 100160
235.63/236.69 c #Conflicts: 27000 | #Constraints: 101160
235.63/236.69 c #Conflicts: 28000 | #Constraints: 102160
235.63/236.69 c #Conflicts: 29000 | #Constraints: 103160
235.63/236.69 c #Conflicts: 30000 | #Constraints: 104160
235.63/236.69 c #Conflicts: 31000 | #Constraints: 105160
235.63/236.69 c #Conflicts: 32000 | #Constraints: 106160
235.63/236.69 c #Conflicts: 33000 | #Constraints: 107160
235.63/236.69 c #Conflicts: 34000 | #Constraints: 108160
235.63/236.69 c #Conflicts: 35000 | #Constraints: 109160
235.63/236.69 c #Conflicts: 36000 | #Constraints: 110160
235.63/236.69 c #Conflicts: 37000 | #Constraints: 111160
235.63/236.69 c #Conflicts: 38000 | #Constraints: 112160
235.63/236.69 c INPROCESSING
235.63/236.69 c GARBAGE COLLECT
235.63/236.69 WSVECS04 Frhs2[65]: 6 0 1.00009 shouldn't be
235.63/236.69 WSVECS04 Frhs2[81]: 6 0 1.00005 shouldn't be
235.63/236.69 WSVECS04 Frhs2[290]: 6 0 1.00002 shouldn't be
235.63/236.69 WSVECS04 Frhs2[306]: 6 0 1.00001 shouldn't be
235.63/236.69 WSVECS04 Frhs2[427]: 6 0 1.00004 shouldn't be
235.63/236.69 WSVECS04 Frhs2[696]: 6 0 1.00008 shouldn't be
235.63/236.69 WSVECS04 Frhs2[721]: 6 0 1.00007 shouldn't be
235.63/236.69 WSVECS04 Frhs2[726]: 6 0 1.00008 shouldn't be
235.63/236.69 WSVECS04 Frhs2[728]: 6 0 1.00009 shouldn't be
235.63/236.69 WSVECS04 Frhs2[831]: 6 0 1.00006 shouldn't be
235.63/236.69 WSVECS04 Frhs2[846]: 6 0 1.00007 shouldn't be
235.63/236.69 WSVECS04 Frhs2[971]: 6 0 1.00006 shouldn't be
235.63/236.69 WSVECS04 Frhs2[1057]: 6 0 1.00009 shouldn't be
235.63/236.69 WSVECS04 Frhs2[1097]: 6 0 1.00002 shouldn't be
235.63/236.69 WSVECS04 Frhs2[1102]: 6 0 1.00004 shouldn't be
235.63/236.69 WSVECS04 Frhs2[1107]: 6 0 1.00004 shouldn't be
235.63/236.69 WSVECS04 Frhs2[1196]: 6 0 1.00002 shouldn't be
235.63/236.69 WSVECS04 Frhs2[1221]: 6 0 1.00006 shouldn't be
283.06/284.27 WSVECS04 Frhs2[96]: 6 0 1.00006 shouldn't be
283.06/284.27 WSVECS04 Frhs2[681]: 6 0 1.00001 shouldn't be
283.06/284.27 WSVECS04 Frhs2[706]: 6 0 1.00005 shouldn't be
283.06/284.27 WSVECS04 Frhs2[956]: 6 0 1.00007 shouldn't be
309.57/310.84 c rational objective -661
311.96/313.24 c #Conflicts: 39000 | #Constraints: 105103
311.96/313.24 c bounds -600 >= -660 @ 310.101
312.96/314.25 c #Conflicts: 40000 | #Constraints: 106169
312.96/314.25 c bounds -600 >= -659 @ 311.096
313.95/315.24 c #Conflicts: 41000 | #Constraints: 107220
313.95/315.24 c bounds -600 >= -658 @ 312.07
315.22/316.59 c #Conflicts: 42000 | #Constraints: 108256
315.22/316.59 c INPROCESSING
315.22/316.59 c GARBAGE COLLECT
315.22/316.59 c #Conflicts: 43000 | #Constraints: 102653
315.22/316.59 c bounds -600 >= -657 @ 313.383
316.02/317.33 c #Conflicts: 44000 | #Constraints: 103698
316.02/317.33 c bounds -600 >= -656 @ 314.112
317.02/318.39 c #Conflicts: 45000 | #Constraints: 104752
317.02/318.39 c bounds -600 >= -655 @ 315.146
318.11/319.41 c #Conflicts: 46000 | #Constraints: 105803
318.11/319.41 c bounds -600 >= -654 @ 316.149
319.31/320.62 c #Conflicts: 47000 | #Constraints: 106851
319.31/320.62 c #Conflicts: 48000 | #Constraints: 107851
319.31/320.62 c INPROCESSING
319.31/320.62 c GARBAGE COLLECT
319.31/320.62 c bounds -600 >= -653 @ 317.34
320.71/322.07 c #Conflicts: 49000 | #Constraints: 103002
320.71/322.07 c #Conflicts: 50000 | #Constraints: 104002
320.71/322.07 c bounds -600 >= -652 @ 318.759
321.71/323.05 c #Conflicts: 51000 | #Constraints: 105080
321.71/323.05 c bounds -600 >= -651 @ 319.716
323.30/324.63 c #Conflicts: 52000 | #Constraints: 106137
323.30/324.63 c #Conflicts: 53000 | #Constraints: 107137
323.30/324.63 c INPROCESSING
323.30/324.63 c GARBAGE COLLECT
323.30/324.63 c bounds -600 >= -650 @ 321.271
337.05/338.40 c #Conflicts: 54000 | #Constraints: 102558
337.05/338.40 c #Conflicts: 55000 | #Constraints: 103559
337.05/338.40 c #Conflicts: 56000 | #Constraints: 104559
337.05/338.40 c bounds -600 >= -649 @ 334.94
338.44/339.87 c #Conflicts: 57000 | #Constraints: 105646
338.44/339.87 c #Conflicts: 58000 | #Constraints: 106646
338.44/339.87 c bounds -600 >= -648 @ 336.369
340.44/341.88 c #Conflicts: 59000 | #Constraints: 107682
340.44/341.88 c #Conflicts: 60000 | #Constraints: 108682
340.44/341.88 c #Conflicts: 61000 | #Constraints: 109682
340.44/341.88 c bounds -600 >= -647 @ 338.35
341.74/343.17 c #Conflicts: 62000 | #Constraints: 110706
341.74/343.17 c bounds -600 >= -646 @ 339.618
349.11/350.51 c #Conflicts: 63000 | #Constraints: 111751
349.11/350.51 WSVECS04 Frhs2[52]: 6 0 1.00009 shouldn't be
349.11/350.51 WSVECS04 Frhs2[72]: 6 0 1.00004 shouldn't be
349.11/350.51 WSVECS04 Frhs2[87]: 6 0 1.00004 shouldn't be
349.11/350.51 WSVECS04 Frhs2[97]: 6 0 1.00003 shouldn't be
349.11/350.51 WSVECS04 Frhs2[145]: 6 0 1.00003 shouldn't be
349.11/350.51 WSVECS04 Frhs2[165]: 6 0 1.00001 shouldn't be
349.11/350.51 WSVECS04 Frhs2[190]: 6 0 1.00007 shouldn't be
349.11/350.51 WSVECS04 Frhs2[219]: 6 0 1.00007 shouldn't be
349.11/350.51 WSVECS04 Frhs2[403]: 6 0 1.00003 shouldn't be
349.11/350.51 WSVECS04 Frhs2[577]: 6 0 1.00005 shouldn't be
349.11/350.51 WSVECS04 Frhs2[583]: 6 0 1.00009 shouldn't be
349.11/350.51 WSVECS04 Frhs2[590]: 6 0 1.00006 shouldn't be
349.11/350.51 WSVECS04 Frhs2[593]: 6 0 1.00009 shouldn't be
349.11/350.51 WSVECS04 Frhs2[758]: 6 0 1.00003 shouldn't be
349.11/350.51 WSVECS04 Frhs2[898]: 6 0 1.00004 shouldn't be
349.11/350.51 WSVECS04 Frhs2[909]: 6 0 1.00006 shouldn't be
349.11/350.51 WSVECS04 Frhs2[997]: 6 0 1.00002 shouldn't be
349.11/350.51 WSVECS04 Frhs2[1003]: 6 0 1.00005 shouldn't be
349.11/350.51 WSVECS04 Frhs2[1010]: 6 0 1.00005 shouldn't be
349.11/350.51 WSVECS04 Frhs2[1013]: 6 0 1.00004 shouldn't be
349.11/350.51 WSVECS04 Frhs2[1061]: 6 0 1.00003 shouldn't be
349.11/350.51 WSVECS04 Frhs2[1070]: 6 0 1.00009 shouldn't be
349.11/350.51 WSVECS04 Frhs2[1095]: 6 0 1.00002 shouldn't be
349.11/350.51 WSVECS04 Frhs2[1105]: 6 0 1.00002 shouldn't be
349.11/350.51 WSVECS04 Frhs2[1148]: 6 0 1.00008 shouldn't be
349.11/350.51 WSVECS04 Frhs2[1165]: 6 0 1.0001 shouldn't be
349.11/350.51 WSVECS04 Frhs2[1168]: 6 0 1.00008 shouldn't be
349.11/350.51 WSVECS04 Frhs2[1208]: 6 0 1.00003 shouldn't be
349.11/350.51 WSVECS04 Frhs2[1213]: 6 0 1.00001 shouldn't be
349.11/350.51 WSVECS04 Frhs2[1223]: 6 0 1.0001 shouldn't be
357.78/359.22 c #Conflicts: 64000 | #Constraints: 112752
357.78/359.22 c #Conflicts: 65000 | #Constraints: 113752
357.78/359.22 c bounds -600 >= -645 @ 355.556
379.61/381.12 c #Conflicts: 66000 | #Constraints: 114773
379.61/381.12 c #Conflicts: 67000 | #Constraints: 115773
379.61/381.12 c #Conflicts: 68000 | #Constraints: 116773
379.61/381.12 c #Conflicts: 69000 | #Constraints: 117773
379.61/381.12 c #Conflicts: 70000 | #Constraints: 118773
379.61/381.12 c #Conflicts: 71000 | #Constraints: 119773
379.61/381.12 c INPROCESSING
379.61/381.12 c GARBAGE COLLECT
379.61/381.12 WSVECS04 Frhs2[1]: 6 0 1.00004 shouldn't be
379.61/381.12 WSVECS04 Frhs2[8]: 6 0 1.00005 shouldn't be
379.61/381.12 WSVECS04 Frhs2[12]: 6 0 1.0001 shouldn't be
379.61/381.12 WSVECS04 Frhs2[18]: 6 0 1.00005 shouldn't be
379.61/381.12 WSVECS04 Frhs2[22]: 6 0 1.00005 shouldn't be
379.61/381.12 WSVECS04 Frhs2[23]: 6 0 1.00006 shouldn't be
379.61/381.12 WSVECS04 Frhs2[33]: 6 0 1.00002 shouldn't be
379.61/381.12 WSVECS04 Frhs2[43]: 6 0 1.00002 shouldn't be
379.61/381.12 WSVECS04 Frhs2[48]: 6 0 1.00007 shouldn't be
379.61/381.12 WSVECS04 Frhs2[50]: 6 0 1.00001 shouldn't be
379.61/381.12 WSVECS04 Frhs2[58]: 6 0 1.00007 shouldn't be
379.61/381.12 WSVECS04 Frhs2[60]: 6 0 1.00008 shouldn't be
379.61/381.12 WSVECS04 Frhs2[65]: 6 0 1.00001 shouldn't be
379.61/381.12 WSVECS04 Frhs2[66]: 6 0 1.00008 shouldn't be
379.61/381.12 WSVECS04 Frhs2[70]: 6 0 1.00004 shouldn't be
379.61/381.12 WSVECS04 Frhs2[71]: 6 0 1.00006 shouldn't be
379.61/381.12 WSVECS04 Frhs2[73]: 6 0 1.00008 shouldn't be
379.61/381.12 WSVECS04 Frhs2[75]: 6 0 1.00002 shouldn't be
379.61/381.12 WSVECS04 Frhs2[80]: 6 0 1.00007 shouldn't be
379.61/381.12 WSVECS04 Frhs2[90]: 6 0 1.00008 shouldn't be
379.61/381.12 WSVECS04 Frhs2[113]: 6 0 1.00005 shouldn't be
379.61/381.12 WSVECS04 Frhs2[118]: 6 0 1.00003 shouldn't be
379.61/381.12 WSVECS04 Frhs2[120]: 6 0 1.00007 shouldn't be
379.61/381.12 WSVECS04 Frhs2[143]: 6 0 1.00005 shouldn't be
379.61/381.12 WSVECS04 Frhs2[163]: 6 0 1.0001 shouldn't be
379.61/381.12 WSVECS04 Frhs2[166]: 6 0 1.00006 shouldn't be
379.61/381.12 WSVECS04 Frhs2[181]: 6 0 1.00009 shouldn't be
379.61/381.12 WSVECS04 Frhs2[183]: 6 0 1.00003 shouldn't be
379.61/381.12 WSVECS04 Frhs2[373]: 6 0 1.00006 shouldn't be
379.61/381.12 WSVECS04 Frhs2[396]: 6 0 1.00003 shouldn't be
379.61/381.12 WSVECS04 Frhs2[398]: 6 0 1.00008 shouldn't be
379.61/381.12 WSVECS04 Frhs2[427]: 6 0 1.00009 shouldn't be
379.61/381.12 WSVECS04 Frhs2[433]: 6 0 1.0001 shouldn't be
379.61/381.12 WSVECS04 Frhs2[453]: 6 0 1.00008 shouldn't be
379.61/381.12 WSVECS04 Frhs2[467]: 6 0 1.0001 shouldn't be
379.61/381.12 WSVECS04 Frhs2[483]: 6 0 1.00003 shouldn't be
379.61/381.12 WSVECS04 Frhs2[528]: 6 0 1.00003 shouldn't be
379.61/381.12 WSVECS04 Frhs2[533]: 6 0 1.00006 shouldn't be
379.61/381.12 WSVECS04 Frhs2[535]: 6 0 1.00009 shouldn't be
379.61/381.12 WSVECS04 Frhs2[558]: 6 0 1.00009 shouldn't be
379.61/381.12 WSVECS04 Frhs2[618]: 6 0 1.00006 shouldn't be
379.61/381.12 WSVECS04 Frhs2[723]: 6 0 1.0001 shouldn't be
379.61/381.12 WSVECS04 Frhs2[772]: 6 0 1.00008 shouldn't be
379.61/381.12 WSVECS04 Frhs2[778]: 6 0 1.00009 shouldn't be
379.61/381.12 WSVECS04 Frhs2[865]: 6 0 1.00008 shouldn't be
379.61/381.12 WSVECS04 Frhs2[876]: 6 0 1.00005 shouldn't be
379.61/381.12 WSVECS04 Frhs2[932]: 6 0 1.00001 shouldn't be
379.61/381.12 WSVECS04 Frhs2[942]: 6 0 1.00008 shouldn't be
379.61/381.12 WSVECS04 Frhs2[948]: 6 0 1.00003 shouldn't be
379.61/381.12 WSVECS04 Frhs2[1017]: 6 0 1.00005 shouldn't be
379.61/381.12 WSVECS04 Frhs2[1023]: 6 0 1.00005 shouldn't be
379.61/381.12 WSVECS04 Frhs2[1057]: 6 0 1.00008 shouldn't be
379.61/381.12 WSVECS04 Frhs2[1060]: 6 0 1.00004 shouldn't be
379.61/381.12 WSVECS04 Frhs2[1073]: 6 0 1.00007 shouldn't be
379.61/381.12 WSVECS04 Frhs2[1098]: 6 0 1.00009 shouldn't be
379.61/381.12 WSVECS04 Frhs2[1108]: 6 0 1.0001 shouldn't be
379.61/381.12 WSVECS04 Frhs2[1154]: 6 0 1.0001 shouldn't be
379.61/381.12 WSVECS04 Frhs2[1182]: 6 0 1.00006 shouldn't be
379.61/381.12 WSVECS04 Frhs2[1183]: 6 0 1.00009 shouldn't be
379.61/381.12 WSVECS04 Frhs2[1203]: 6 0 1.00002 shouldn't be
426.05/427.78 WSVECS04 Frhs2[2]: 6 0 1.00005 shouldn't be
426.05/427.78 WSVECS04 Frhs2[17]: 6 0 1.00009 shouldn't be
426.05/427.78 WSVECS04 Frhs2[27]: 6 0 1.00005 shouldn't be
426.05/427.78 WSVECS04 Frhs2[42]: 6 0 1.00002 shouldn't be
426.05/427.78 WSVECS04 Frhs2[51]: 6 0 1.00002 shouldn't be
426.05/427.78 WSVECS04 Frhs2[81]: 6 0 1.00002 shouldn't be
426.05/427.78 WSVECS04 Frhs2[88]: 6 0 1.00004 shouldn't be
426.05/427.78 WSVECS04 Frhs2[91]: 6 0 1.00005 shouldn't be
426.05/427.78 WSVECS04 Frhs2[98]: 6 0 1.00003 shouldn't be
426.05/427.78 WSVECS04 Frhs2[103]: 6 0 1.00009 shouldn't be
426.05/427.78 WSVECS04 Frhs2[105]: 6 0 1.00003 shouldn't be
426.05/427.78 WSVECS04 Frhs2[138]: 6 0 1.00009 shouldn't be
426.05/427.78 WSVECS04 Frhs2[151]: 6 0 1.00004 shouldn't be
426.05/427.78 WSVECS04 Frhs2[153]: 6 0 1.00003 shouldn't be
426.05/427.78 WSVECS04 Frhs2[168]: 6 0 1.00007 shouldn't be
426.05/427.78 WSVECS04 Frhs2[366]: 6 0 1.00009 shouldn't be
426.05/427.78 WSVECS04 Frhs2[368]: 6 0 1.00006 shouldn't be
426.05/427.78 WSVECS04 Frhs2[381]: 6 0 1.00003 shouldn't be
426.05/427.78 WSVECS04 Frhs2[383]: 6 0 1.00008 shouldn't be
426.05/427.78 WSVECS04 Frhs2[388]: 6 0 1.00002 shouldn't be
426.05/427.78 WSVECS04 Frhs2[447]: 6 0 1.00008 shouldn't be
426.05/427.78 WSVECS04 Frhs2[468]: 6 0 1.00005 shouldn't be
426.05/427.78 WSVECS04 Frhs2[477]: 6 0 1.00004 shouldn't be
426.05/427.78 WSVECS04 Frhs2[478]: 6 0 1.00002 shouldn't be
426.05/427.78 WSVECS04 Frhs2[543]: 6 0 1.00007 shouldn't be
426.05/427.78 WSVECS04 Frhs2[550]: 6 0 1.00007 shouldn't be
426.05/427.78 WSVECS04 Frhs2[705]: 6 0 1.00006 shouldn't be
426.05/427.78 WSVECS04 Frhs2[713]: 6 0 1.00008 shouldn't be
426.05/427.78 WSVECS04 Frhs2[728]: 6 0 1.00007 shouldn't be
426.05/427.78 WSVECS04 Frhs2[733]: 6 0 1.0001 shouldn't be
426.05/427.78 WSVECS04 Frhs2[736]: 6 0 1.00004 shouldn't be
426.05/427.78 WSVECS04 Frhs2[751]: 6 0 1.00009 shouldn't be
426.05/427.78 WSVECS04 Frhs2[753]: 6 0 1.00003 shouldn't be
426.05/427.78 WSVECS04 Frhs2[858]: 6 0 1.00008 shouldn't be
426.05/427.78 WSVECS04 Frhs2[873]: 6 0 1.0001 shouldn't be
426.05/427.78 WSVECS04 Frhs2[878]: 6 0 1.00006 shouldn't be
426.05/427.78 WSVECS04 Frhs2[883]: 6 0 1.00002 shouldn't be
426.05/427.78 WSVECS04 Frhs2[943]: 6 0 1.00009 shouldn't be
426.05/427.78 WSVECS04 Frhs2[985]: 6 0 1.00003 shouldn't be
426.05/427.78 WSVECS04 Frhs2[993]: 6 0 1.00009 shouldn't be
426.05/427.78 WSVECS04 Frhs2[1080]: 6 0 1.00004 shouldn't be
426.05/427.78 WSVECS04 Frhs2[1088]: 6 0 1.00002 shouldn't be
426.05/427.78 WSVECS04 Frhs2[1198]: 6 0 1.00002 shouldn't be
450.46/452.25 WSVECS04 Frhs2[3]: 6 0 1.00008 shouldn't be
450.46/452.25 WSVECS04 Frhs2[56]: 6 0 1.00007 shouldn't be
450.46/452.25 WSVECS04 Frhs2[135]: 6 0 1.00004 shouldn't be
450.46/452.25 WSVECS04 Frhs2[452]: 6 0 1.00003 shouldn't be
450.46/452.25 WSVECS04 Frhs2[462]: 6 0 1.00006 shouldn't be
450.46/452.25 WSVECS04 Frhs2[553]: 6 0 1.00007 shouldn't be
450.46/452.25 WSVECS04 Frhs2[698]: 6 0 1.00007 shouldn't be
450.46/452.25 WSVECS04 Frhs2[703]: 6 0 1.00004 shouldn't be
450.46/452.25 WSVECS04 Frhs2[720]: 6 0 1.00008 shouldn't be
450.46/452.25 WSVECS04 Frhs2[738]: 6 0 1.00006 shouldn't be
450.46/452.25 WSVECS04 Frhs2[743]: 6 0 1.00003 shouldn't be
450.46/452.25 WSVECS04 Frhs2[850]: 6 0 1.00007 shouldn't be
450.46/452.25 WSVECS04 Frhs2[868]: 6 0 1.00007 shouldn't be
450.46/452.25 WSVECS04 Frhs2[891]: 6 0 1.00008 shouldn't be
450.46/452.25 WSVECS04 Frhs2[893]: 6 0 1.00004 shouldn't be
450.46/452.25 WSVECS04 Frhs2[927]: 6 0 1.00003 shouldn't be
450.46/452.25 WSVECS04 Frhs2[933]: 6 0 1.00004 shouldn't be
450.46/452.25 WSVECS04 Frhs2[978]: 6 0 1.00009 shouldn't be
450.46/452.25 WSVECS04 Frhs2[1096]: 6 0 1.00004 shouldn't be
473.78/475.64 WSVECS04 Frhs2[96]: 6 0 1.00003 shouldn't be
473.78/475.64 WSVECS04 Frhs2[158]: 6 0 1.00002 shouldn't be
473.78/475.64 WSVECS04 Frhs2[173]: 6 0 1.00004 shouldn't be
473.78/475.64 WSVECS04 Frhs2[378]: 6 0 1.00006 shouldn't be
473.78/475.64 WSVECS04 Frhs2[458]: 6 0 1.00003 shouldn't be
473.78/475.64 WSVECS04 Frhs2[848]: 6 0 1.00005 shouldn't be
473.78/475.64 WSVECS04 Frhs2[988]: 6 0 1.00002 shouldn't be
494.20/496.19 WSVECS04 Frhs2[32]: 6 0 1.00002 shouldn't be
494.20/496.19 WSVECS04 Frhs2[457]: 6 0 1.00002 shouldn't be
494.20/496.19 WSVECS04 Frhs2[1083]: 6 0 1.0001 shouldn't be
494.20/496.19 WSVECS04 Frhs2[1188]: 6 0 1.00002 shouldn't be
513.04/515.06 WSVECS04 Frhs2[128]: 6 0 1.00009 shouldn't be
513.04/515.06 WSVECS04 Frhs2[1067]: 6 0 1.00005 shouldn't be
529.08/531.11 WSVECS04 Frhs2[612]: 6 0 1.00002 shouldn't be
610.69/613.00 c #Conflicts: 72000 | #Constraints: 108923
610.69/613.00 c #Conflicts: 73000 | #Constraints: 109924
610.69/613.00 c #Conflicts: 74000 | #Constraints: 110924
610.69/613.00 c bounds -600 >= -644 @ 607.888
613.58/615.90 c #Conflicts: 75000 | #Constraints: 111984
613.58/615.90 c #Conflicts: 76000 | #Constraints: 112984
613.58/615.90 c #Conflicts: 77000 | #Constraints: 113984
613.58/615.90 c bounds -600 >= -643 @ 610.74
616.02/618.47 c #Conflicts: 78000 | #Constraints: 115041
616.02/618.47 c INPROCESSING
616.02/618.47 c GARBAGE COLLECT
616.02/618.47 c #Conflicts: 79000 | #Constraints: 106690
616.02/618.47 c #Conflicts: 80000 | #Constraints: 107690
616.02/618.47 c #Conflicts: 81000 | #Constraints: 108690
616.02/618.47 c bounds -600 >= -642 @ 613.226
638.66/641.14 c #Conflicts: 82000 | #Constraints: 109798
638.66/641.14 c #Conflicts: 83000 | #Constraints: 110798
638.66/641.14 c #Conflicts: 84000 | #Constraints: 111798
638.66/641.14 c INPROCESSING
638.66/641.14 c GARBAGE COLLECT
638.66/641.14 c #Conflicts: 85000 | #Constraints: 104768
638.66/641.14 c #Conflicts: 86000 | #Constraints: 105769
638.66/641.14 c #Conflicts: 87000 | #Constraints: 106769
638.66/641.14 c #Conflicts: 88000 | #Constraints: 107769
638.66/641.14 c #Conflicts: 89000 | #Constraints: 108769
638.66/641.14 c #Conflicts: 90000 | #Constraints: 109769
638.66/641.14 c #Conflicts: 91000 | #Constraints: 110770
638.66/641.14 c #Conflicts: 92000 | #Constraints: 111770
638.66/641.14 c bounds -600 >= -641 @ 635.71
703.94/709.87 c #Conflicts: 93000 | #Constraints: 112881
703.94/709.87 c #Conflicts: 94000 | #Constraints: 113881
703.94/709.87 c #Conflicts: 95000 | #Constraints: 114881
703.94/709.87 c #Conflicts: 96000 | #Constraints: 115882
703.94/709.87 c #Conflicts: 97000 | #Constraints: 116883
703.94/709.87 c #Conflicts: 98000 | #Constraints: 117884
703.94/709.87 c #Conflicts: 99000 | #Constraints: 118886
703.94/709.87 c #Conflicts: 100000 | #Constraints: 119887
703.94/709.87 c #Conflicts: 101000 | #Constraints: 120889
703.94/709.87 c #Conflicts: 102000 | #Constraints: 121890
703.94/709.87 c #Conflicts: 103000 | #Constraints: 122890
703.94/709.87 c #Conflicts: 104000 | #Constraints: 123891
703.94/709.87 c #Conflicts: 105000 | #Constraints: 124891
703.94/709.87 c #Conflicts: 106000 | #Constraints: 125892
703.94/709.87 c #Conflicts: 107000 | #Constraints: 126892
703.94/709.87 c INPROCESSING
703.94/709.87 c GARBAGE COLLECT
703.94/709.87 c #Conflicts: 108000 | #Constraints: 112552
703.94/709.87 c #Conflicts: 109000 | #Constraints: 113552
703.94/709.87 c #Conflicts: 110000 | #Constraints: 114552
703.94/709.87 c bounds -600 >= -640 @ 700.792
705.93/711.85 c #Conflicts: 111000 | #Constraints: 115627
705.93/711.85 c #Conflicts: 112000 | #Constraints: 116627
705.93/711.85 c #Conflicts: 113000 | #Constraints: 117627
705.93/711.85 c bounds -600 >= -639 @ 702.744
707.63/713.58 c #Conflicts: 114000 | #Constraints: 118675
707.63/713.58 c #Conflicts: 115000 | #Constraints: 119675
707.63/713.58 c bounds -600 >= -638 @ 704.453
709.77/715.74 c INPROCESSING
709.77/715.74 c GARBAGE COLLECT
709.77/715.74 c #Conflicts: 116000 | #Constraints: 108991
709.77/715.74 c #Conflicts: 117000 | #Constraints: 109991
709.77/715.74 c bounds -600 >= -637 @ 706.539
711.67/717.67 c #Conflicts: 118000 | #Constraints: 111060
711.67/717.67 c #Conflicts: 119000 | #Constraints: 112060
711.67/717.67 c #Conflicts: 120000 | #Constraints: 113060
711.67/717.67 c #Conflicts: 121000 | #Constraints: 114060
711.67/717.67 c bounds -600 >= -636 @ 708.443
719.35/725.36 c #Conflicts: 122000 | #Constraints: 115120
719.35/725.36 c #Conflicts: 123000 | #Constraints: 116121
719.35/725.36 c INPROCESSING
719.35/725.36 c GARBAGE COLLECT
719.35/725.36 c #Conflicts: 124000 | #Constraints: 107164
719.35/725.36 c #Conflicts: 125000 | #Constraints: 108164
719.35/725.36 c #Conflicts: 126000 | #Constraints: 109164
719.35/725.36 c bounds -600 >= -635 @ 716.059
723.43/729.43 c #Conflicts: 127000 | #Constraints: 110240
723.43/729.43 c #Conflicts: 128000 | #Constraints: 111240
723.43/729.43 c #Conflicts: 129000 | #Constraints: 112240
723.43/729.43 c bounds -600 >= -634 @ 720.095
731.02/737.05 WSVECS04 Frhs2[1]: 6 0 1.00008 shouldn't be
731.02/737.05 WSVECS04 Frhs2[2]: 6 0 1.00002 shouldn't be
731.02/737.05 WSVECS04 Frhs2[4]: 6 0 1.00009 shouldn't be
731.02/737.05 WSVECS04 Frhs2[12]: 6 0 1.00004 shouldn't be
731.02/737.05 WSVECS04 Frhs2[17]: 6 0 1.00009 shouldn't be
731.02/737.05 WSVECS04 Frhs2[19]: 6 0 1.00005 shouldn't be
731.02/737.05 WSVECS04 Frhs2[22]: 6 0 1.00001 shouldn't be
731.02/737.05 WSVECS04 Frhs2[24]: 6 0 1.00008 shouldn't be
731.02/737.05 WSVECS04 Frhs2[29]: 6 0 1.00007 shouldn't be
731.02/737.05 WSVECS04 Frhs2[32]: 6 0 1.00009 shouldn't be
731.02/737.05 WSVECS04 Frhs2[34]: 6 0 1.00006 shouldn't be
731.02/737.05 WSVECS04 Frhs2[39]: 6 0 1.00007 shouldn't be
731.02/737.05 WSVECS04 Frhs2[44]: 6 0 1.0001 shouldn't be
731.02/737.05 WSVECS04 Frhs2[49]: 6 0 1.0001 shouldn't be
731.02/737.05 WSVECS04 Frhs2[50]: 6 0 1.00005 shouldn't be
731.02/737.05 WSVECS04 Frhs2[60]: 6 0 1.00009 shouldn't be
731.02/737.05 WSVECS04 Frhs2[62]: 6 0 1.00002 shouldn't be
731.02/737.05 WSVECS04 Frhs2[65]: 6 0 1.00003 shouldn't be
731.02/737.05 WSVECS04 Frhs2[70]: 6 0 1.00004 shouldn't be
731.02/737.05 WSVECS04 Frhs2[73]: 6 0 1.00006 shouldn't be
731.02/737.05 WSVECS04 Frhs2[80]: 6 0 1.00006 shouldn't be
731.02/737.05 WSVECS04 Frhs2[99]: 6 0 1.00009 shouldn't be
731.02/737.05 WSVECS04 Frhs2[105]: 6 0 1.00005 shouldn't be
731.02/737.05 WSVECS04 Frhs2[109]: 6 0 1.00003 shouldn't be
731.02/737.05 WSVECS04 Frhs2[110]: 6 0 1.00003 shouldn't be
731.02/737.05 WSVECS04 Frhs2[114]: 6 0 1.00006 shouldn't be
731.02/737.05 WSVECS04 Frhs2[115]: 6 0 1.00001 shouldn't be
731.02/737.05 WSVECS04 Frhs2[119]: 6 0 1.00005 shouldn't be
731.02/737.05 WSVECS04 Frhs2[124]: 6 0 1.00003 shouldn't be
731.02/737.05 WSVECS04 Frhs2[129]: 6 0 1.00004 shouldn't be
731.02/737.05 WSVECS04 Frhs2[134]: 6 0 1.00007 shouldn't be
731.02/737.05 WSVECS04 Frhs2[135]: 6 0 1.00003 shouldn't be
731.02/737.05 WSVECS04 Frhs2[139]: 6 0 1.0001 shouldn't be
731.02/737.05 WSVECS04 Frhs2[140]: 6 0 1.00007 shouldn't be
731.02/737.05 WSVECS04 Frhs2[144]: 6 0 1.00009 shouldn't be
731.02/737.05 WSVECS04 Frhs2[196]: 6 0 1.00003 shouldn't be
731.02/737.05 WSVECS04 Frhs2[198]: 6 0 1.00001 shouldn't be
731.02/737.05 WSVECS04 Frhs2[203]: 6 0 1.00002 shouldn't be
731.02/737.05 WSVECS04 Frhs2[208]: 6 0 1.00006 shouldn't be
731.02/737.05 WSVECS04 Frhs2[211]: 6 0 1.00007 shouldn't be
731.02/737.05 WSVECS04 Frhs2[218]: 6 0 1.00005 shouldn't be
731.02/737.05 WSVECS04 Frhs2[447]: 6 0 1.00004 shouldn't be
731.02/737.05 WSVECS04 Frhs2[449]: 6 0 1.00006 shouldn't be
731.02/737.05 WSVECS04 Frhs2[452]: 6 0 1.00006 shouldn't be
731.02/737.05 WSVECS04 Frhs2[457]: 6 0 1.00009 shouldn't be
731.02/737.05 WSVECS04 Frhs2[459]: 6 0 1.00006 shouldn't be
731.02/737.05 WSVECS04 Frhs2[464]: 6 0 1.00002 shouldn't be
731.02/737.05 WSVECS04 Frhs2[474]: 6 0 1.00004 shouldn't be
731.02/737.05 WSVECS04 Frhs2[479]: 6 0 1.00007 shouldn't be
731.02/737.05 WSVECS04 Frhs2[484]: 6 0 1.00002 shouldn't be
731.02/737.05 WSVECS04 Frhs2[524]: 6 0 1.00004 shouldn't be
731.02/737.05 WSVECS04 Frhs2[525]: 6 0 1.00002 shouldn't be
731.02/737.05 WSVECS04 Frhs2[529]: 6 0 1.00006 shouldn't be
731.02/737.05 WSVECS04 Frhs2[530]: 6 0 1.00005 shouldn't be
731.02/737.05 WSVECS04 Frhs2[535]: 6 0 1.00006 shouldn't be
731.02/737.05 WSVECS04 Frhs2[539]: 6 0 1.00004 shouldn't be
731.02/737.05 WSVECS04 Frhs2[540]: 6 0 1.00008 shouldn't be
731.02/737.05 WSVECS04 Frhs2[544]: 6 0 1.00009 shouldn't be
731.02/737.05 WSVECS04 Frhs2[555]: 6 0 1.00004 shouldn't be
731.02/737.05 WSVECS04 Frhs2[559]: 6 0 1.00001 shouldn't be
731.02/737.05 WSVECS04 Frhs2[596]: 6 0 1.00007 shouldn't be
731.02/737.05 WSVECS04 Frhs2[598]: 6 0 1.00002 shouldn't be
731.02/737.05 WSVECS04 Frhs2[603]: 6 0 1.00005 shouldn't be
731.02/737.05 WSVECS04 Frhs2[606]: 6 0 1.00002 shouldn't be
731.02/737.05 WSVECS04 Frhs2[611]: 6 0 1.00009 shouldn't be
731.02/737.05 WSVECS04 Frhs2[613]: 6 0 1.00006 shouldn't be
731.02/737.05 WSVECS04 Frhs2[621]: 6 0 1.00007 shouldn't be
731.02/737.05 WSVECS04 Frhs2[626]: 6 0 1.00005 shouldn't be
731.02/737.05 WSVECS04 Frhs2[632]: 6 0 1.00005 shouldn't be
731.02/737.05 WSVECS04 Frhs2[637]: 6 0 1.00002 shouldn't be
731.02/737.05 WSVECS04 Frhs2[699]: 6 0 1.00003 shouldn't be
731.02/737.05 WSVECS04 Frhs2[704]: 6 0 1.00003 shouldn't be
731.02/737.05 WSVECS04 Frhs2[705]: 6 0 1.00004 shouldn't be
731.02/737.05 WSVECS04 Frhs2[709]: 6 0 1.00007 shouldn't be
731.02/737.05 WSVECS04 Frhs2[714]: 6 0 1.00003 shouldn't be
731.02/737.05 WSVECS04 Frhs2[719]: 6 0 1.0001 shouldn't be
731.02/737.05 WSVECS04 Frhs2[720]: 6 0 1.00009 shouldn't be
731.02/737.05 WSVECS04 Frhs2[724]: 6 0 1.00008 shouldn't be
731.02/737.05 WSVECS04 Frhs2[725]: 6 0 1.00003 shouldn't be
731.02/737.05 WSVECS04 Frhs2[729]: 6 0 1.00008 shouldn't be
731.02/737.05 WSVECS04 Frhs2[763]: 6 0 1.00007 shouldn't be
731.02/737.05 WSVECS04 Frhs2[766]: 6 0 1.00007 shouldn't be
731.02/737.05 WSVECS04 Frhs2[773]: 6 0 1.0001 shouldn't be
731.02/737.05 WSVECS04 Frhs2[792]: 6 0 1.00004 shouldn't be
731.02/737.05 WSVECS04 Frhs2[802]: 6 0 1.00002 shouldn't be
731.02/737.05 WSVECS04 Frhs2[849]: 6 0 1.00007 shouldn't be
731.02/737.05 WSVECS04 Frhs2[850]: 6 0 1.00006 shouldn't be
731.02/737.05 WSVECS04 Frhs2[854]: 6 0 1.0001 shouldn't be
731.02/737.05 WSVECS04 Frhs2[855]: 6 0 1.00002 shouldn't be
731.02/737.05 WSVECS04 Frhs2[859]: 6 0 1.00006 shouldn't be
731.02/737.05 WSVECS04 Frhs2[864]: 6 0 1.00008 shouldn't be
731.02/737.05 WSVECS04 Frhs2[865]: 6 0 1.00008 shouldn't be
731.02/737.05 WSVECS04 Frhs2[869]: 6 0 1.00001 shouldn't be
731.02/737.05 WSVECS04 Frhs2[870]: 6 0 1.00002 shouldn't be
731.02/737.05 WSVECS04 Frhs2[874]: 6 0 1.00004 shouldn't be
731.02/737.05 WSVECS04 Frhs2[901]: 6 0 1.00003 shouldn't be
731.02/737.05 WSVECS04 Frhs2[908]: 6 0 1.00003 shouldn't be
731.02/737.05 WSVECS04 Frhs2[929]: 6 0 1.00002 shouldn't be
731.02/737.05 WSVECS04 Frhs2[932]: 6 0 1.00004 shouldn't be
731.02/737.05 WSVECS04 Frhs2[934]: 6 0 1.00005 shouldn't be
731.02/737.05 WSVECS04 Frhs2[939]: 6 0 1.00007 shouldn't be
731.02/737.05 WSVECS04 Frhs2[944]: 6 0 1.00001 shouldn't be
731.02/737.05 WSVECS04 Frhs2[1018]: 6 0 1.00007 shouldn't be
731.02/737.05 WSVECS04 Frhs2[1037]: 6 0 1.00008 shouldn't be
731.02/737.05 WSVECS04 Frhs2[1074]: 6 0 1.00005 shouldn't be
731.02/737.05 WSVECS04 Frhs2[1079]: 6 0 1.00003 shouldn't be
731.02/737.05 WSVECS04 Frhs2[1084]: 6 0 1.00008 shouldn't be
731.02/737.05 WSVECS04 Frhs2[1085]: 6 0 1.00001 shouldn't be
731.02/737.05 WSVECS04 Frhs2[1089]: 6 0 1.00009 shouldn't be
740.99/747.06 c #Conflicts: 130000 | #Constraints: 113280
740.99/747.06 c #Conflicts: 131000 | #Constraints: 114280
740.99/747.06 c #Conflicts: 132000 | #Constraints: 115280
740.99/747.06 c bounds -600 >= -633 @ 737.609
884.58/891.06 c #Conflicts: 133000 | #Constraints: 116313
884.58/891.06 c #Conflicts: 134000 | #Constraints: 117313
884.58/891.06 c #Conflicts: 135000 | #Constraints: 118313
884.58/891.06 c #Conflicts: 136000 | #Constraints: 119313
884.58/891.06 c #Conflicts: 137000 | #Constraints: 120313
884.58/891.06 c #Conflicts: 138000 | #Constraints: 121313
884.58/891.06 c #Conflicts: 139000 | #Constraints: 122313
884.58/891.06 c #Conflicts: 140000 | #Constraints: 123313
884.58/891.06 c #Conflicts: 141000 | #Constraints: 124316
884.58/891.06 c #Conflicts: 142000 | #Constraints: 125317
884.58/891.06 c #Conflicts: 143000 | #Constraints: 126318
884.58/891.06 c #Conflicts: 144000 | #Constraints: 127319
884.58/891.06 c #Conflicts: 145000 | #Constraints: 128321
884.58/891.06 c #Conflicts: 146000 | #Constraints: 129322
884.58/891.06 c #Conflicts: 147000 | #Constraints: 130323
884.58/891.06 c #Conflicts: 148000 | #Constraints: 131323
884.58/891.06 c #Conflicts: 149000 | #Constraints: 132323
884.58/891.06 c #Conflicts: 150000 | #Constraints: 133323
884.58/891.06 c INPROCESSING
884.58/891.06 c GARBAGE COLLECT
884.58/891.06 c rational objective -633
897.84/904.31 c #Conflicts: 151000 | #Constraints: 116070
897.84/904.31 c #Conflicts: 152000 | #Constraints: 117070
897.84/904.31 WSVECS04 Frhs2[1]: 6 0 1.00002 shouldn't be
897.84/904.31 WSVECS04 Frhs2[3]: 6 0 3.86093 shouldn't be
897.84/904.31 WSVECS04 Frhs2[4]: 6 -2.6941 0 shouldn't be
897.84/904.31 WSVECS04 Frhs2[5]: 6 -1.00007 0 shouldn't be
897.84/904.31 WSVECS04 Frhs2[9]: 6 -0.042478 0 shouldn't be
897.84/904.31 WSVECS04 Frhs2[12]: 6 -0.323897 0 shouldn't be
897.84/904.31 WSVECS04 Frhs2[13]: 6 -1.00001 0 shouldn't be
897.84/904.31 WSVECS04 Frhs2[20]: 6 0 0.153217 shouldn't be
897.84/904.31 WSVECS04 Frhs2[23]: 6 0 1.29835 shouldn't be
897.84/904.31 WSVECS04 Frhs2[27]: 6 0 2.00006 shouldn't be
897.84/904.31 WSVECS04 Frhs2[28]: 6 -0.103165 0 shouldn't be
897.84/904.31 WSVECS04 Frhs2[30]: 6 -0.0345664 0 shouldn't be
897.84/904.31 WSVECS04 Frhs2[31]: 6 -0.893676 0 shouldn't be
897.84/904.31 WSVECS04 Frhs2[37]: 6 -1.00007 0 shouldn't be
897.84/904.31 WSVECS04 Frhs2[40]: 6 0 1.00005 shouldn't be
897.84/904.31 WSVECS04 Frhs2[42]: 6 0 1.00007 shouldn't be
897.84/904.31 WSVECS04 Frhs2[47]: 6 -1.00009 0 shouldn't be
897.84/904.31 WSVECS04 Frhs2[53]: 6 -1.00006 0 shouldn't be
897.84/904.31 WSVECS04 Frhs2[58]: 6 0 2.00009 shouldn't be
897.84/904.31 WSVECS04 Frhs2[63]: 6 0 1.00002 shouldn't be
897.84/904.31 WSVECS04 Frhs2[68]: 6 0 1.0001 shouldn't be
897.84/904.31 WSVECS04 Frhs2[73]: 6 0 4.00008 shouldn't be
897.84/904.31 WSVECS04 Frhs2[75]: 6 0 1.00008 shouldn't be
897.84/904.31 WSVECS04 Frhs2[88]: 6 0 1.00009 shouldn't be
897.84/904.31 WSVECS04 Frhs2[90]: 6 0 4.53971 shouldn't be
897.84/904.31 WSVECS04 Frhs2[93]: 6 0 2.53971 shouldn't be
897.84/904.31 WSVECS04 Frhs2[146]: 6 -0.437013 0 shouldn't be
897.84/904.31 WSVECS04 Frhs2[151]: 6 0 1.00005 shouldn't be
897.84/904.31 WSVECS04 Frhs2[154]: 6 -3.70077 0 shouldn't be
897.84/904.31 WSVECS04 Frhs2[156]: 6 0 1.00005 shouldn't be
897.84/904.31 WSVECS04 Frhs2[161]: 6 0 2.00006 shouldn't be
897.84/904.31 WSVECS04 Frhs2[166]: 6 0 1.00009 shouldn't be
897.84/904.31 WSVECS04 Frhs2[168]: 6 0 1.00009 shouldn't be
897.84/904.31 WSVECS04 Frhs2[181]: 6 0 3.33097 shouldn't be
897.84/904.31 WSVECS04 Frhs2[183]: 6 0 1.00003 shouldn't be
897.84/904.31 WSVECS04 Frhs2[186]: 6 0 1.00008 shouldn't be
897.84/904.31 WSVECS04 Frhs2[191]: 6 0 1.00007 shouldn't be
897.84/904.31 WSVECS04 Frhs2[193]: 6 0 1.00007 shouldn't be
897.84/904.31 WSVECS04 Frhs2[199]: 6 0 1.0001 shouldn't be
897.84/904.31 WSVECS04 Frhs2[214]: 6 0 1.00001 shouldn't be
897.84/904.31 WSVECS04 Frhs2[216]: 6 0 1.00009 shouldn't be
897.84/904.31 WSVECS04 Frhs2[224]: 6 0 2.00004 shouldn't be
897.84/904.31 WSVECS04 Frhs2[237]: 6 0 2.09475 shouldn't be
897.84/904.31 WSVECS04 Frhs2[239]: 6 0 2.00005 shouldn't be
897.84/904.31 WSVECS04 Frhs2[240]: 6 -1.43311 0 shouldn't be
897.84/904.31 WSVECS04 Frhs2[242]: 6 0 1.00004 shouldn't be
897.84/904.31 WSVECS04 Frhs2[243]: 6 0 2.00003 shouldn't be
897.84/904.31 WSVECS04 Frhs2[244]: 6 0 2.00009 shouldn't be
897.84/904.31 WSVECS04 Frhs2[245]: 6 -1.00008 0 shouldn't be
897.84/904.31 WSVECS04 Frhs2[249]: 6 0 7.19673 shouldn't be
897.84/904.31 WSVECS04 Frhs2[250]: 6 -0.286797 0 shouldn't be
897.84/904.31 WSVECS04 Frhs2[254]: 6 0 1.0001 shouldn't be
897.84/904.31 WSVECS04 Frhs2[258]: 6 0 1.00005 shouldn't be
897.84/904.31 WSVECS04 Frhs2[259]: 6 0 1.00002 shouldn't be
897.84/904.31 WSVECS04 Frhs2[261]: 6 0 3.27278 shouldn't be
897.84/904.31 WSVECS04 Frhs2[263]: 6 -0.451404 0 shouldn't be
897.84/904.31 WSVECS04 Frhs2[264]: 6 0 1.00007 shouldn't be
897.84/904.31 WSVECS04 Frhs2[267]: 6 0 1.00002 shouldn't be
897.84/904.31 WSVECS04 Frhs2[268]: 6 0 1.00005 shouldn't be
897.84/904.31 WSVECS04 Frhs2[269]: 6 0 1.03233 shouldn't be
897.84/904.31 WSVECS04 Frhs2[273]: 6 0 1.00005 shouldn't be
897.84/904.31 WSVECS04 Frhs2[274]: 6 0 1.00004 shouldn't be
897.84/904.31 WSVECS04 Frhs2[277]: 6 0 1.00004 shouldn't be
897.84/904.31 WSVECS04 Frhs2[324]: 6 0 2.00004 shouldn't be
897.84/904.31 WSVECS04 Frhs2[325]: 6 -0.847953 0 shouldn't be
897.84/904.31 WSVECS04 Frhs2[328]: 6 0 1.00006 shouldn't be
897.84/904.31 WSVECS04 Frhs2[329]: 6 0 1.00004 shouldn't be
897.84/904.31 WSVECS04 Frhs2[334]: 6 0 2.0001 shouldn't be
897.84/904.31 WSVECS04 Frhs2[335]: 6 -2.00002 0 shouldn't be
897.84/904.31 WSVECS04 Frhs2[339]: 6 0 1.11912 shouldn't be
897.84/904.31 WSVECS04 Frhs2[343]: 6 0 1.00006 shouldn't be
897.84/904.31 WSVECS04 Frhs2[344]: 6 0 1.2868 shouldn't be
897.84/904.31 WSVECS04 Frhs2[349]: 6 0 1.00001 shouldn't be
897.84/904.31 WSVECS04 Frhs2[353]: 6 0 1.00004 shouldn't be
897.84/904.31 WSVECS04 Frhs2[354]: 6 0 1.00004 shouldn't be
897.84/904.31 WSVECS04 Frhs2[358]: 6 0 1.00005 shouldn't be
897.84/904.31 WSVECS04 Frhs2[359]: 6 0 2.11103 shouldn't be
897.84/904.31 WSVECS04 Frhs2[409]: 6 0 1.00005 shouldn't be
897.84/904.31 WSVECS04 Frhs2[411]: 6 -1.00003 0 shouldn't be
897.84/904.31 WSVECS04 Frhs2[424]: 6 0 1.00007 shouldn't be
897.84/904.31 WSVECS04 Frhs2[426]: 6 0 1.00005 shouldn't be
897.84/904.31 WSVECS04 Frhs2[434]: 6 0 2.0001 shouldn't be
897.84/904.31 WSVECS04 Frhs2[448]: 6 -0.310648 0 shouldn't be
897.84/904.31 WSVECS04 Frhs2[450]: 6 0 0.0868314 shouldn't be
897.84/904.31 WSVECS04 Frhs2[454]: 6 -1.32811 0 shouldn't be
897.84/904.31 WSVECS04 Frhs2[458]: 6 0 1.00008 shouldn't be
897.84/904.31 WSVECS04 Frhs2[459]: 6 -0.314179 0 shouldn't be
897.84/904.31 WSVECS04 Frhs2[462]: 6 0 1.00004 shouldn't be
897.84/904.31 WSVECS04 Frhs2[463]: 6 -1.00006 0 shouldn't be
897.84/904.31 WSVECS04 Frhs2[468]: 6 0 1.00003 shouldn't be
897.84/904.31 WSVECS04 Frhs2[477]: 6 0 1.00002 shouldn't be
897.84/904.31 WSVECS04 Frhs2[480]: 6 0 1.0001 shouldn't be
897.84/904.31 WSVECS04 Frhs2[523]: 6 0 1.58817 shouldn't be
897.84/904.31 WSVECS04 Frhs2[538]: 6 0 1.00009 shouldn't be
897.84/904.31 WSVECS04 Frhs2[540]: 6 0 1.0001 shouldn't be
897.84/904.31 WSVECS04 Frhs2[548]: 6 0 2.00007 shouldn't be
897.84/904.31 WSVECS04 Frhs2[552]: 6 -1.00008 0 shouldn't be
897.84/904.31 WSVECS04 Frhs2[555]: 6 -0.973435 0 shouldn't be
897.84/904.31 WSVECS04 Frhs2[560]: 6 0 1.00006 shouldn't be
897.84/904.31 WSVECS04 Frhs2[565]: 6 0 1.40474 shouldn't be
897.84/904.31 WSVECS04 Frhs2[570]: 6 0 1.00003 shouldn't be
897.84/904.31 WSVECS04 Frhs2[575]: 6 0 1.00005 shouldn't be
897.84/904.31 WSVECS04 Frhs2[576]: 6 0 1.00008 shouldn't be
897.84/904.31 WSVECS04 Frhs2[577]: 6 0 1.00007 shouldn't be
897.84/904.31 WSVECS04 Frhs2[580]: 6 0 2.97821 shouldn't be
897.84/904.31 WSVECS04 Frhs2[583]: 6 0 2.00007 shouldn't be
897.84/904.31 WSVECS04 Frhs2[585]: 6 0 2.1614 shouldn't be
897.84/904.31 WSVECS04 Frhs2[590]: 6 0 1.56612 shouldn't be
897.84/904.31 WSVECS04 Frhs2[593]: 6 0 1.00001 shouldn't be
897.84/904.31 WSVECS04 Frhs2[606]: 6 -0.606841 0 shouldn't be
897.84/904.31 WSVECS04 Frhs2[609]: 6 0 1.00007 shouldn't be
897.84/904.31 WSVECS04 Frhs2[611]: 6 0 1.00005 shouldn't be
897.84/904.31 WSVECS04 Frhs2[619]: 6 0 1.00003 shouldn't be
897.84/904.31 WSVECS04 Frhs2[621]: 6 -1.00008 0 shouldn't be
897.84/904.31 WSVECS04 Frhs2[638]: 6 0 1.00006 shouldn't be
897.84/904.31 WSVECS04 Frhs2[642]: 6 0 1.00003 shouldn't be
897.84/904.31 WSVECS04 Frhs2[645]: 6 -0.097912 0 shouldn't be
897.84/904.31 WSVECS04 Frhs2[648]: 6 0 1.00005 shouldn't be
897.84/904.31 WSVECS04 Frhs2[649]: 6 -0.747159 0 shouldn't be
897.84/904.31 WSVECS04 Frhs2[657]: 6 0 1.00008 shouldn't be
897.84/904.31 WSVECS04 Frhs2[769]: 6 0 3.21064 shouldn't be
897.84/904.31 WSVECS04 Frhs2[771]: 6 0 1.00003 shouldn't be
897.84/904.31 WSVECS04 Frhs2[779]: 6 0 1.59532 shouldn't be
897.84/904.31 WSVECS04 Frhs2[793]: 6 0 1.00001 shouldn't be
897.84/904.31 WSVECS04 Frhs2[794]: 6 -1.42525 0 shouldn't be
897.84/904.31 WSVECS04 Frhs2[797]: 6 0 1.00002 shouldn't be
897.84/904.31 WSVECS04 Frhs2[800]: 6 -0.705341 0 shouldn't be
897.84/904.31 WSVECS04 Frhs2[803]: 6 0 1.00008 shouldn't be
897.84/904.31 WSVECS04 Frhs2[812]: 6 0 1.00003 shouldn't be
897.84/904.31 WSVECS04 Frhs2[876]: 6 0 1.00904 shouldn't be
897.84/904.31 WSVECS04 Frhs2[878]: 6 0 1.00001 shouldn't be
897.84/904.31 WSVECS04 Frhs2[879]: 6 -2.61678 0 shouldn't be
897.84/904.31 WSVECS04 Frhs2[891]: 6 0 1.00008 shouldn't be
897.84/904.31 WSVECS04 Frhs2[893]: 6 0 1.00003 shouldn't be
897.84/904.31 WSVECS04 Frhs2[896]: 6 0 1.00001 shouldn't be
897.84/904.31 WSVECS04 Frhs2[901]: 6 -2.00005 0 shouldn't be
897.84/904.31 WSVECS04 Frhs2[903]: 6 -2.43653 0 shouldn't be
897.84/904.31 WSVECS04 Frhs2[904]: 6 0 1.99583 shouldn't be
897.84/904.31 WSVECS04 Frhs2[906]: 6 0 1.00008 shouldn't be
897.84/904.31 WSVECS04 Frhs2[914]: 6 0 2.72785 shouldn't be
897.84/904.31 WSVECS04 Frhs2[921]: 6 -0.103407 0 shouldn't be
897.84/904.31 WSVECS04 Frhs2[927]: 6 0 1.81765 shouldn't be
897.84/904.31 WSVECS04 Frhs2[929]: 6 -0.0532873 0 shouldn't be
897.84/904.31 WSVECS04 Frhs2[930]: 6 -2.00003 0 shouldn't be
897.84/904.31 WSVECS04 Frhs2[933]: 6 0 1.00007 shouldn't be
897.84/904.31 WSVECS04 Frhs2[940]: 6 0 0.0623403 shouldn't be
897.84/904.31 WSVECS04 Frhs2[942]: 6 0 1.00006 shouldn't be
897.84/904.31 WSVECS04 Frhs2[945]: 6 0 2.53972 shouldn't be
897.84/904.31 WSVECS04 Frhs2[947]: 6 -1.00007 0 shouldn't be
897.84/904.31 WSVECS04 Frhs2[978]: 6 0 1.60213 shouldn't be
897.84/904.31 WSVECS04 Frhs2[985]: 6 0 1.00004 shouldn't be
897.84/904.31 WSVECS04 Frhs2[988]: 6 -1.8139 0 shouldn't be
897.84/904.31 WSVECS04 Frhs2[990]: 6 0 3.85196 shouldn't be
897.84/904.31 WSVECS04 Frhs2[992]: 6 -1.91249 0 shouldn't be
897.84/904.31 WSVECS04 Frhs2[995]: 6 0 1.00003 shouldn't be
897.84/904.31 WSVECS04 Frhs2[996]: 6 0 1.00008 shouldn't be
897.84/904.31 WSVECS04 Frhs2[997]: 6 0 1.00003 shouldn't be
897.84/904.31 WSVECS04 Frhs2[1000]: 6 0 1.00008 shouldn't be
897.84/904.31 WSVECS04 Frhs2[1003]: 6 0 1.00007 shouldn't be
897.84/904.31 WSVECS04 Frhs2[1005]: 6 0 1.99585 shouldn't be
897.84/904.31 WSVECS04 Frhs2[1010]: 6 0 0.48639 shouldn't be
897.84/904.31 WSVECS04 Frhs2[1013]: 6 0 1.00002 shouldn't be
897.84/904.31 WSVECS04 Frhs2[1016]: 6 0 1.00009 shouldn't be
897.84/904.31 WSVECS04 Frhs2[1024]: 6 0 1.00003 shouldn't be
897.84/904.31 WSVECS04 Frhs2[1036]: 6 0 1.07043 shouldn't be
897.84/904.31 WSVECS04 Frhs2[1039]: 6 0 1.00008 shouldn't be
897.84/904.31 WSVECS04 Frhs2[1042]: 6 0 1.00006 shouldn't be
897.84/904.31 WSVECS04 Frhs2[1043]: 6 0 1.0001 shouldn't be
897.84/904.31 WSVECS04 Frhs2[1044]: 6 0 1.00002 shouldn't be
897.84/904.31 WSVECS04 Frhs2[1048]: 6 0 1.00002 shouldn't be
897.84/904.31 WSVECS04 Frhs2[1049]: 6 0 1.16145 shouldn't be
897.84/904.31 WSVECS04 Frhs2[1052]: 6 0 1.39834 shouldn't be
897.84/904.31 WSVECS04 Frhs2[1061]: 6 0 1.00006 shouldn't be
897.84/904.31 WSVECS04 Frhs2[1094]: 6 -1.00009 0 shouldn't be
897.84/904.31 WSVECS04 Frhs2[1096]: 6 0 1.04669 shouldn't be
897.84/904.31 WSVECS04 Frhs2[1098]: 6 0 1.00002 shouldn't be
897.84/904.31 WSVECS04 Frhs2[1101]: 6 0 1.00003 shouldn't be
897.84/904.31 WSVECS04 Frhs2[1109]: 6 0 1.00002 shouldn't be
897.84/904.31 WSVECS04 Frhs2[1113]: 6 -1.63945 0 shouldn't be
897.84/904.31 WSVECS04 Frhs2[1148]: 6 0 1.27229 shouldn't be
897.84/904.31 WSVECS04 Frhs2[1152]: 6 -2.23256 0 shouldn't be
897.84/904.31 WSVECS04 Frhs2[1160]: 6 0 1.00007 shouldn't be
897.84/904.31 WSVECS04 Frhs2[1163]: 6 -0.595398 0 shouldn't be
897.84/904.31 WSVECS04 Frhs2[1165]: 6 0 1.00008 shouldn't be
897.84/904.31 WSVECS04 Frhs2[1171]: 6 -1.36319 0 shouldn't be
897.84/904.31 WSVECS04 Frhs2[1182]: 6 0 2.93779 shouldn't be
897.84/904.31 WSVECS04 Frhs2[1198]: 6 -0.701721 0 shouldn't be
897.84/904.31 WSVECS04 Frhs2[1199]: 6 -2.56343 0 shouldn't be
897.84/904.31 WSVECS04 Frhs2[1200]: 6 0 1.00004 shouldn't be
897.84/904.31 WSVECS04 Frhs2[1202]: 6 -2.56346 0 shouldn't be
897.84/904.31 WSVECS04 Frhs2[1211]: 6 -0.298375 0 shouldn't be
897.84/904.31 WSVECS04 Frhs2[1217]: 6 -2.92648 0 shouldn't be
897.84/904.31 WSVECS04 Frhs2[4710]: 6 -0.701724 0 shouldn't be
900.54/907.00 c bounds -600 >= -632 @ 896.681
902.53/909.06 c #Conflicts: 153000 | #Constraints: 118128
902.53/909.06 c #Conflicts: 154000 | #Constraints: 119128
902.53/909.06 c bounds -600 >= -631 @ 898.709
905.82/912.35 c #Conflicts: 155000 | #Constraints: 120164
905.82/912.35 c #Conflicts: 156000 | #Constraints: 121164
905.82/912.35 c #Conflicts: 157000 | #Constraints: 122164
905.82/912.35 c bounds -600 >= -630 @ 901.969
908.52/915.02 c #Conflicts: 158000 | #Constraints: 123185
908.52/915.02 c #Conflicts: 159000 | #Constraints: 124185
908.52/915.02 c bounds -600 >= -629 @ 904.612
919.38/925.97 c INPROCESSING
919.38/925.97 c GARBAGE COLLECT
919.38/925.97 WSVECS04 Frhs2[51]: 6 0 1.00007 shouldn't be
919.38/925.97 WSVECS04 Frhs2[52]: 6 0 1.00004 shouldn't be
919.38/925.97 WSVECS04 Frhs2[56]: 6 0 1.00005 shouldn't be
919.38/925.97 WSVECS04 Frhs2[62]: 6 0 1.00007 shouldn't be
919.38/925.97 WSVECS04 Frhs2[66]: 6 0 1.00003 shouldn't be
919.38/925.97 WSVECS04 Frhs2[67]: 6 0 1.00009 shouldn't be
919.38/925.97 WSVECS04 Frhs2[82]: 6 0 1.00002 shouldn't be
919.38/925.97 WSVECS04 Frhs2[87]: 6 0 1.00003 shouldn't be
919.38/925.97 WSVECS04 Frhs2[97]: 6 0 1.00003 shouldn't be
919.38/925.97 WSVECS04 Frhs2[147]: 6 0 1.00002 shouldn't be
919.38/925.97 WSVECS04 Frhs2[155]: 6 0 1.00003 shouldn't be
919.38/925.97 WSVECS04 Frhs2[165]: 6 0 1.00009 shouldn't be
919.38/925.97 WSVECS04 Frhs2[173]: 6 0 1.00007 shouldn't be
919.38/925.97 WSVECS04 Frhs2[190]: 6 0 1.00004 shouldn't be
919.38/925.97 WSVECS04 Frhs2[194]: 6 0 1.00008 shouldn't be
919.38/925.97 WSVECS04 Frhs2[219]: 6 0 1.00009 shouldn't be
919.38/925.97 WSVECS04 Frhs2[234]: 6 0 1.00005 shouldn't be
919.38/925.97 WSVECS04 Frhs2[281]: 6 0 1.00006 shouldn't be
919.38/925.97 WSVECS04 Frhs2[292]: 6 0 1.00006 shouldn't be
919.38/925.97 WSVECS04 Frhs2[302]: 6 0 1.00008 shouldn't be
919.38/925.97 WSVECS04 Frhs2[322]: 6 0 1.00004 shouldn't be
919.38/925.97 WSVECS04 Frhs2[365]: 6 0 1.00004 shouldn't be
919.38/925.97 WSVECS04 Frhs2[375]: 6 0 1.00006 shouldn't be
919.38/925.97 WSVECS04 Frhs2[385]: 6 0 1.00005 shouldn't be
919.38/925.97 WSVECS04 Frhs2[390]: 6 0 1.00003 shouldn't be
919.38/925.97 WSVECS04 Frhs2[414]: 6 0 1.00002 shouldn't be
919.38/925.97 WSVECS04 Frhs2[419]: 6 0 1.00002 shouldn't be
919.38/925.97 WSVECS04 Frhs2[429]: 6 0 1.00009 shouldn't be
919.38/925.97 WSVECS04 Frhs2[444]: 6 0 1.00007 shouldn't be
919.38/925.97 WSVECS04 Frhs2[485]: 6 0 1.00008 shouldn't be
919.38/925.97 WSVECS04 Frhs2[495]: 6 0 1.00006 shouldn't be
919.38/925.97 WSVECS04 Frhs2[510]: 6 0 1.00001 shouldn't be
919.38/925.97 WSVECS04 Frhs2[520]: 6 0 1.00002 shouldn't be
919.38/925.97 WSVECS04 Frhs2[526]: 6 0 1.00005 shouldn't be
919.38/925.97 WSVECS04 Frhs2[531]: 6 0 1.00004 shouldn't be
919.38/925.97 WSVECS04 Frhs2[546]: 6 0 1.00008 shouldn't be
919.38/925.97 WSVECS04 Frhs2[551]: 6 0 1.00004 shouldn't be
919.38/925.97 WSVECS04 Frhs2[556]: 6 0 1.00007 shouldn't be
919.38/925.97 WSVECS04 Frhs2[670]: 6 0 1.00009 shouldn't be
919.38/925.97 WSVECS04 Frhs2[750]: 6 0 1.00008 shouldn't be
919.38/925.97 WSVECS04 Frhs2[755]: 6 0 1.00002 shouldn't be
919.38/925.97 WSVECS04 Frhs2[774]: 6 0 1.00001 shouldn't be
919.38/925.97 WSVECS04 Frhs2[784]: 6 0 1.00005 shouldn't be
919.38/925.97 WSVECS04 Frhs2[835]: 6 0 1.00009 shouldn't be
919.38/925.97 WSVECS04 Frhs2[845]: 6 0 1.00004 shouldn't be
919.38/925.97 WSVECS04 Frhs2[851]: 6 0 1.00006 shouldn't be
919.38/925.97 WSVECS04 Frhs2[861]: 6 0 1.00004 shouldn't be
919.38/925.97 WSVECS04 Frhs2[871]: 6 0 1.00004 shouldn't be
919.38/925.97 WSVECS04 Frhs2[883]: 6 0 1.00005 shouldn't be
919.38/925.97 WSVECS04 Frhs2[885]: 6 0 1.00003 shouldn't be
919.38/925.97 WSVECS04 Frhs2[895]: 6 0 1.00005 shouldn't be
919.38/925.97 WSVECS04 Frhs2[960]: 6 0 1.00003 shouldn't be
919.38/925.97 WSVECS04 Frhs2[975]: 6 0 1.00005 shouldn't be
919.38/925.97 WSVECS04 Frhs2[1018]: 6 0 1.00008 shouldn't be
919.38/925.97 WSVECS04 Frhs2[1047]: 6 0 1.00004 shouldn't be
919.38/925.97 WSVECS04 Frhs2[1060]: 6 0 1.00009 shouldn't be
919.38/925.97 WSVECS04 Frhs2[1070]: 6 0 1.00004 shouldn't be
919.38/925.97 WSVECS04 Frhs2[1073]: 6 0 1.00005 shouldn't be
919.38/925.97 WSVECS04 Frhs2[1074]: 6 0 1.00007 shouldn't be
919.38/925.97 WSVECS04 Frhs2[1083]: 6 0 1.00006 shouldn't be
919.38/925.97 WSVECS04 Frhs2[1084]: 6 0 1.00007 shouldn't be
919.38/925.97 WSVECS04 Frhs2[1089]: 6 0 1.0001 shouldn't be
919.38/925.97 WSVECS04 Frhs2[1090]: 6 0 1.00003 shouldn't be
919.38/925.97 WSVECS04 Frhs2[1100]: 6 0 1.00002 shouldn't be
919.38/925.97 WSVECS04 Frhs2[1105]: 6 0 1.00009 shouldn't be
919.38/925.97 WSVECS04 Frhs2[1135]: 6 0 1.00004 shouldn't be
919.38/925.97 WSVECS04 Frhs2[1145]: 6 0 1.00006 shouldn't be
919.38/925.97 WSVECS04 Frhs2[1151]: 6 0 1.00009 shouldn't be
919.38/925.97 WSVECS04 Frhs2[1156]: 6 0 1.00007 shouldn't be
919.38/925.97 WSVECS04 Frhs2[1179]: 6 0 1.00003 shouldn't be
919.38/925.97 WSVECS04 Frhs2[1195]: 6 0 1.00005 shouldn't be
919.38/925.97 WSVECS04 Frhs2[1205]: 6 0 1.00005 shouldn't be
919.38/925.97 WSVECS04 Frhs2[1210]: 6 0 1.00007 shouldn't be
919.38/925.97 WSVECS04 Frhs2[1220]: 6 0 1.00001 shouldn't be
919.38/925.97 WSVECS04 Frhs2[1225]: 6 0 1.00006 shouldn't be
961.06/967.76 WSVECS04 Frhs2[57]: 6 0 1.00006 shouldn't be
961.06/967.76 WSVECS04 Frhs2[72]: 6 0 1.00004 shouldn't be
961.06/967.76 WSVECS04 Frhs2[80]: 6 0 1.00002 shouldn't be
961.06/967.76 WSVECS04 Frhs2[81]: 6 0 1.00004 shouldn't be
961.06/967.76 WSVECS04 Frhs2[160]: 6 0 1.00009 shouldn't be
961.06/967.76 WSVECS04 Frhs2[170]: 6 0 1.0001 shouldn't be
961.06/967.76 WSVECS04 Frhs2[175]: 6 0 1.00003 shouldn't be
961.06/967.76 WSVECS04 Frhs2[180]: 6 0 1.00005 shouldn't be
961.06/967.76 WSVECS04 Frhs2[185]: 6 0 1.00009 shouldn't be
961.06/967.76 WSVECS04 Frhs2[218]: 6 0 1.00009 shouldn't be
961.06/967.76 WSVECS04 Frhs2[282]: 6 0 1.00005 shouldn't be
961.06/967.76 WSVECS04 Frhs2[287]: 6 0 1.00007 shouldn't be
961.06/967.76 WSVECS04 Frhs2[296]: 6 0 1.00006 shouldn't be
961.06/967.76 WSVECS04 Frhs2[305]: 6 0 1.00007 shouldn't be
961.06/967.76 WSVECS04 Frhs2[307]: 6 0 1.00006 shouldn't be
961.06/967.76 WSVECS04 Frhs2[370]: 6 0 1.00009 shouldn't be
961.06/967.76 WSVECS04 Frhs2[388]: 6 0 1.00009 shouldn't be
961.06/967.76 WSVECS04 Frhs2[400]: 6 0 1.00004 shouldn't be
961.06/967.76 WSVECS04 Frhs2[428]: 6 0 1.00004 shouldn't be
961.06/967.76 WSVECS04 Frhs2[541]: 6 0 1.00004 shouldn't be
961.06/967.76 WSVECS04 Frhs2[599]: 6 0 1.00009 shouldn't be
961.06/967.76 WSVECS04 Frhs2[604]: 6 0 1.00004 shouldn't be
961.06/967.76 WSVECS04 Frhs2[613]: 6 0 1.00003 shouldn't be
961.06/967.76 WSVECS04 Frhs2[629]: 6 0 1.00008 shouldn't be
961.06/967.76 WSVECS04 Frhs2[685]: 6 0 1.00001 shouldn't be
961.06/967.76 WSVECS04 Frhs2[695]: 6 0 1.00007 shouldn't be
961.06/967.76 WSVECS04 Frhs2[730]: 6 0 1.00009 shouldn't be
961.06/967.76 WSVECS04 Frhs2[735]: 6 0 1.00006 shouldn't be
961.06/967.76 WSVECS04 Frhs2[740]: 6 0 1.00008 shouldn't be
961.06/967.76 WSVECS04 Frhs2[743]: 6 0 1.00009 shouldn't be
961.06/967.76 WSVECS04 Frhs2[760]: 6 0 1.00005 shouldn't be
961.06/967.76 WSVECS04 Frhs2[773]: 6 0 1.00004 shouldn't be
961.06/967.76 WSVECS04 Frhs2[789]: 6 0 1.00003 shouldn't be
961.06/967.76 WSVECS04 Frhs2[880]: 6 0 1.00006 shouldn't be
961.06/967.76 WSVECS04 Frhs2[890]: 6 0 1.00004 shouldn't be
961.06/967.76 WSVECS04 Frhs2[900]: 6 0 1.00005 shouldn't be
961.06/967.76 WSVECS04 Frhs2[919]: 6 0 1.0001 shouldn't be
961.06/967.76 WSVECS04 Frhs2[924]: 6 0 1.00003 shouldn't be
961.06/967.76 WSVECS04 Frhs2[1029]: 6 0 1.00003 shouldn't be
961.06/967.76 WSVECS04 Frhs2[1034]: 6 0 1.00008 shouldn't be
961.06/967.76 WSVECS04 Frhs2[1079]: 6 0 1.00007 shouldn't be
961.06/967.76 WSVECS04 Frhs2[1095]: 6 0 1.00009 shouldn't be
961.06/967.76 WSVECS04 Frhs2[1214]: 6 0 1.00004 shouldn't be
984.79/991.58 WSVECS04 Frhs2[306]: 6 0 1.0001 shouldn't be
984.79/991.58 WSVECS04 Frhs2[380]: 6 0 1.00006 shouldn't be
984.79/991.58 WSVECS04 Frhs2[614]: 6 0 1.00008 shouldn't be
984.79/991.58 WSVECS04 Frhs2[875]: 6 0 1.00003 shouldn't be
984.79/991.58 WSVECS04 Frhs2[908]: 6 0 1.00005 shouldn't be
984.79/991.58 WSVECS04 Frhs2[970]: 6 0 1.0001 shouldn't be
984.79/991.58 WSVECS04 Frhs2[1114]: 6 0 1.00005 shouldn't be
984.79/991.58 WSVECS04 Frhs2[1119]: 6 0 1.00003 shouldn't be
1007.72/1014.56 WSVECS04 Frhs2[71]: 6 0 1.00003 shouldn't be
1007.72/1014.56 WSVECS04 Frhs2[91]: 6 0 1.00008 shouldn't be
1007.72/1014.56 WSVECS04 Frhs2[145]: 6 0 1.00008 shouldn't be
1007.72/1014.56 WSVECS04 Frhs2[150]: 6 0 1.00009 shouldn't be
1007.72/1014.56 WSVECS04 Frhs2[204]: 6 0 1.00002 shouldn't be
1007.72/1014.56 WSVECS04 Frhs2[209]: 6 0 1.00007 shouldn't be
1007.72/1014.56 WSVECS04 Frhs2[229]: 6 0 1.00002 shouldn't be
1007.72/1014.56 WSVECS04 Frhs2[312]: 6 0 1.0001 shouldn't be
1007.72/1014.56 WSVECS04 Frhs2[316]: 6 0 1.00008 shouldn't be
1007.72/1014.56 WSVECS04 Frhs2[321]: 6 0 1.00003 shouldn't be
1007.72/1014.56 WSVECS04 Frhs2[624]: 6 0 1.00007 shouldn't be
1007.72/1014.56 WSVECS04 Frhs2[745]: 6 0 1.00005 shouldn't be
1007.72/1014.56 WSVECS04 Frhs2[856]: 6 0 1.00005 shouldn't be
1007.72/1014.56 WSVECS04 Frhs2[866]: 6 0 1.00008 shouldn't be
1007.72/1014.56 WSVECS04 Frhs2[909]: 6 0 1.00002 shouldn't be
1007.72/1014.56 WSVECS04 Frhs2[1019]: 6 0 1.00006 shouldn't be
1007.72/1014.56 WSVECS04 Frhs2[1088]: 6 0 1.00003 shouldn't be
1007.72/1014.56 WSVECS04 Frhs2[1174]: 6 0 1.00007 shouldn't be
1024.28/1031.19 WSVECS04 Frhs2[77]: 6 0 1.00006 shouldn't be
1024.28/1031.19 WSVECS04 Frhs2[192]: 6 0 1.00003 shouldn't be
1024.28/1031.19 WSVECS04 Frhs2[297]: 6 0 1.00008 shouldn't be
1024.28/1031.19 WSVECS04 Frhs2[317]: 6 0 1.00004 shouldn't be
1024.28/1031.19 WSVECS04 Frhs2[395]: 6 0 1.00002 shouldn't be
1024.28/1031.19 WSVECS04 Frhs2[405]: 6 0 1.00007 shouldn't be
1024.28/1031.19 WSVECS04 Frhs2[764]: 6 0 1.00005 shouldn't be
1024.28/1031.19 WSVECS04 Frhs2[820]: 6 0 1.00008 shouldn't be
1040.24/1047.16 WSVECS04 Frhs2[96]: 6 0 1.00004 shouldn't be
1040.24/1047.16 WSVECS04 Frhs2[291]: 6 0 1.00006 shouldn't be
1040.24/1047.16 WSVECS04 Frhs2[439]: 6 0 1.00002 shouldn't be
1053.59/1060.59 WSVECS04 Frhs2[92]: 6 0 1.00007 shouldn't be
1093.75/1100.87 WSVECS04 Frhs2[536]: 6 0 1.00002 shouldn't be
1276.14/1283.80 c #Conflicts: 160000 | #Constraints: 111191
1276.14/1283.80 c #Conflicts: 161000 | #Constraints: 112191
1276.14/1283.80 c #Conflicts: 162000 | #Constraints: 113191
1276.14/1283.80 c bounds -600 >= -628 @ 1271.69
1281.32/1289.05 c #Conflicts: 163000 | #Constraints: 114272
1281.32/1289.05 c #Conflicts: 164000 | #Constraints: 115272
1281.32/1289.05 c #Conflicts: 165000 | #Constraints: 116272
1281.32/1289.05 c bounds -600 >= -627 @ 1276.88
1284.32/1292.06 c #Conflicts: 166000 | #Constraints: 117315
1284.32/1292.06 c #Conflicts: 167000 | #Constraints: 118315
1284.32/1292.06 c #Conflicts: 168000 | #Constraints: 119315
1284.32/1292.06 c bounds -600 >= -626 @ 1279.84
1294.69/1302.50 c #Conflicts: 169000 | #Constraints: 120352
1294.69/1302.50 c INPROCESSING
1294.69/1302.50 c GARBAGE COLLECT
1294.69/1302.50 c #Conflicts: 170000 | #Constraints: 109405
1294.69/1302.50 c #Conflicts: 171000 | #Constraints: 110405
1294.69/1302.50 c #Conflicts: 172000 | #Constraints: 111406
1294.69/1302.50 c #Conflicts: 173000 | #Constraints: 112406
1294.69/1302.50 c bounds -600 >= -625 @ 1290.09
1305.35/1313.25 c #Conflicts: 174000 | #Constraints: 113487
1305.35/1313.25 c #Conflicts: 175000 | #Constraints: 114487
1305.35/1313.25 WSVECS04 Frhs2[1]: 6 0 1.00007 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[2]: 6 0 1.00005 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[6]: 6 0 1.00009 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[17]: 6 0 1.00003 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[26]: 6 0 1.00005 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[32]: 6 0 1.00005 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[58]: 6 0 1.00004 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[63]: 6 0 1.00007 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[65]: 6 0 1.00008 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[68]: 6 0 1.00005 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[73]: 6 0 1.00001 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[80]: 6 0 1.0001 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[88]: 6 0 1.00004 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[100]: 6 0 1.00005 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[101]: 6 0 1.00001 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[105]: 6 0 1.00002 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[110]: 6 0 1.00002 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[115]: 6 0 1.00002 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[120]: 6 0 1.00008 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[121]: 6 0 1.00009 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[135]: 6 0 1.00004 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[140]: 6 0 1.00003 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[194]: 6 0 1.00007 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[198]: 6 0 1.00007 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[199]: 6 0 1.00002 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[202]: 6 0 1.00008 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[204]: 6 0 1.00003 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[209]: 6 0 1.00002 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[217]: 6 0 1.0001 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[224]: 6 0 1.0001 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[233]: 6 0 1.00008 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[234]: 6 0 1.00004 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[236]: 6 0 1.00008 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[247]: 6 0 1.0001 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[256]: 6 0 1.00008 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[262]: 6 0 1.00006 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[283]: 6 0 1.00006 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[288]: 6 0 1.00005 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[290]: 6 0 1.00007 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[293]: 6 0 1.00006 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[298]: 6 0 1.00009 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[303]: 6 0 1.00006 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[305]: 6 0 1.0001 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[313]: 6 0 1.0001 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[318]: 6 0 1.00004 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[368]: 6 0 1.00009 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[372]: 6 0 1.00005 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[375]: 6 0 1.0001 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[380]: 6 0 1.00003 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[390]: 6 0 1.00002 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[393]: 6 0 1.00001 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[395]: 6 0 1.00006 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[403]: 6 0 1.00006 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[405]: 6 0 1.0001 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[414]: 6 0 1.00003 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[424]: 6 0 1.00003 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[427]: 6 0 1.00003 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[433]: 6 0 1.00008 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[443]: 6 0 1.00004 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[452]: 6 0 1.00004 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[461]: 6 0 1.00001 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[467]: 6 0 1.00007 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[523]: 6 0 1.00007 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[524]: 6 0 1.00006 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[526]: 6 0 1.00008 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[528]: 6 0 1.00005 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[534]: 6 0 1.00008 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[538]: 6 0 1.00009 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[539]: 6 0 1.00005 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[541]: 6 0 1.00004 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[544]: 6 0 1.00007 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[548]: 6 0 1.00009 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[554]: 6 0 1.00001 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[558]: 6 0 1.00006 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[559]: 6 0 1.00006 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[560]: 6 0 1.00005 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[565]: 6 0 1.00008 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[570]: 6 0 1.00004 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[577]: 6 0 1.00003 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[583]: 6 0 1.00005 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[590]: 6 0 1.00003 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[593]: 6 0 1.00009 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[595]: 6 0 1.00002 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[597]: 6 0 1.00006 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[599]: 6 0 1.00005 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[604]: 6 0 1.00004 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[609]: 6 0 1.00009 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[612]: 6 0 1.00001 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[619]: 6 0 1.00002 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[624]: 6 0 1.00005 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[629]: 6 0 1.00008 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[632]: 6 0 1.00006 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[641]: 6 0 1.00002 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[647]: 6 0 1.00009 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[666]: 6 0 1.00006 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[667]: 6 0 1.00009 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[671]: 6 0 1.00008 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[672]: 6 0 1.00009 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[676]: 6 0 1.00002 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[682]: 6 0 1.00005 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[685]: 6 0 1.00003 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[686]: 6 0 1.00007 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[691]: 6 0 1.00005 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[692]: 6 0 1.00002 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[695]: 6 0 1.00005 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[696]: 6 0 1.00006 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[697]: 6 0 1.00005 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[700]: 6 0 1.00002 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[705]: 6 0 1.00002 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[706]: 6 0 1.0001 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[710]: 6 0 1.00003 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[725]: 6 0 1.00005 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[730]: 6 0 1.00005 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[735]: 6 0 1.00003 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[740]: 6 0 1.0001 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[745]: 6 0 1.00003 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[748]: 6 0 1.00005 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[750]: 6 0 1.00001 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[758]: 6 0 1.00001 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[769]: 6 0 1.00005 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[772]: 6 0 1.00003 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[779]: 6 0 1.00004 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[784]: 6 0 1.00005 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[788]: 6 0 1.00003 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[789]: 6 0 1.00003 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[796]: 6 0 1.00005 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[882]: 6 0 1.00007 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[885]: 6 0 1.00003 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[888]: 6 0 1.00004 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[895]: 6 0 1.00008 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[898]: 6 0 1.00003 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[907]: 6 0 1.00006 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[914]: 6 0 1.00006 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[919]: 6 0 1.00008 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[923]: 6 0 1.00006 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[924]: 6 0 1.00003 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[926]: 6 0 1.00003 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[932]: 6 0 1.00007 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[955]: 6 0 1.00009 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[963]: 6 0 1.00008 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[968]: 6 0 1.00007 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[995]: 6 0 1.00008 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[997]: 6 0 1.00004 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[1000]: 6 0 1.00005 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[1005]: 6 0 1.0001 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[1010]: 6 0 1.00009 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[1013]: 6 0 1.00005 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[1015]: 6 0 1.0001 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[1017]: 6 0 1.00003 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[1023]: 6 0 1.00005 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[1034]: 6 0 1.00002 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[1037]: 6 0 1.00007 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[1057]: 6 0 1.00006 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[1060]: 6 0 1.00008 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[1061]: 6 0 1.00008 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[1062]: 6 0 1.00001 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[1066]: 6 0 1.00002 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[1070]: 6 0 1.00008 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[1072]: 6 0 1.00004 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[1080]: 6 0 1.00007 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[1085]: 6 0 1.00006 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[1109]: 6 0 1.00003 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[1114]: 6 0 1.00006 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[1118]: 6 0 1.00005 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[1119]: 6 0 1.00002 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[1149]: 6 0 1.00004 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[1154]: 6 0 1.00006 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[1158]: 6 0 1.00002 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[1159]: 6 0 1.00002 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[1160]: 6 0 1.00006 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[1165]: 6 0 1.00003 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[1168]: 6 0 1.00002 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[1170]: 6 0 1.00009 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[1178]: 6 0 1.00009 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[1179]: 6 0 1.00003 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[1205]: 6 0 1.00003 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[1208]: 6 0 1.00009 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[1210]: 6 0 1.00005 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[1213]: 6 0 1.00006 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[1223]: 6 0 1.00009 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[1224]: 6 0 1.00001 shouldn't be
1305.35/1313.25 WSVECS04 Frhs2[1225]: 6 0 1.00006 shouldn't be
1324.48/1332.40 WSVECS04 Frhs2[50]: 6 0 1.00009 shouldn't be
1324.48/1332.40 WSVECS04 Frhs2[214]: 6 0 1.00009 shouldn't be
1324.48/1332.40 WSVECS04 Frhs2[223]: 6 0 1.00005 shouldn't be
1324.48/1332.40 WSVECS04 Frhs2[365]: 6 0 1.00006 shouldn't be
1324.48/1332.40 WSVECS04 Frhs2[370]: 6 0 1.0001 shouldn't be
1324.48/1332.40 WSVECS04 Frhs2[385]: 6 0 1.00008 shouldn't be
1324.48/1332.40 WSVECS04 Frhs2[408]: 6 0 1.00006 shouldn't be
1324.48/1332.40 WSVECS04 Frhs2[409]: 6 0 1.00009 shouldn't be
1324.48/1332.40 WSVECS04 Frhs2[419]: 6 0 1.00007 shouldn't be
1324.48/1332.40 WSVECS04 Frhs2[434]: 6 0 1.00003 shouldn't be
1324.48/1332.40 WSVECS04 Frhs2[444]: 6 0 1.00002 shouldn't be
1324.48/1332.40 WSVECS04 Frhs2[553]: 6 0 1.00003 shouldn't be
1324.48/1332.40 WSVECS04 Frhs2[580]: 6 0 1.00007 shouldn't be
1324.48/1332.40 WSVECS04 Frhs2[618]: 6 0 1.00003 shouldn't be
1324.48/1332.40 WSVECS04 Frhs2[677]: 6 0 1.00003 shouldn't be
1324.48/1332.40 WSVECS04 Frhs2[760]: 6 0 1.00002 shouldn't be
1324.48/1332.40 WSVECS04 Frhs2[778]: 6 0 1.00006 shouldn't be
1324.48/1332.40 WSVECS04 Frhs2[875]: 6 0 1.00007 shouldn't be
1324.48/1332.40 WSVECS04 Frhs2[880]: 6 0 1.00009 shouldn't be
1324.48/1332.40 WSVECS04 Frhs2[913]: 6 0 1.00002 shouldn't be
1324.48/1332.40 WSVECS04 Frhs2[1024]: 6 0 1.00006 shouldn't be
1324.48/1332.40 WSVECS04 Frhs2[1108]: 6 0 1.00004 shouldn't be
1324.48/1332.40 WSVECS04 Frhs2[1148]: 6 0 1.00003 shouldn't be
1324.48/1332.40 WSVECS04 Frhs2[1153]: 6 0 1.00002 shouldn't be
1369.43/1377.51 WSVECS04 Frhs2[585]: 6 0 1.0001 shouldn't be
1369.43/1377.51 WSVECS04 Frhs2[953]: 6 0 1.00007 shouldn't be
1390.36/1398.53 WSVECS04 Frhs2[229]: 6 0 1.00004 shouldn't be
1390.36/1398.53 WSVECS04 Frhs2[412]: 6 0 1.00009 shouldn't be
1390.36/1398.53 WSVECS04 Frhs2[562]: 6 0 1.00006 shouldn't be
1390.36/1398.53 WSVECS04 Frhs2[687]: 6 0 1.00005 shouldn't be
1390.36/1398.53 WSVECS04 Frhs2[1029]: 6 0 1.00008 shouldn't be
1390.36/1398.53 WSVECS04 Frhs2[1033]: 6 0 1.00002 shouldn't be
1390.36/1398.53 WSVECS04 Frhs2[1174]: 6 0 1.00002 shouldn't be
1411.39/1419.69 WSVECS04 Frhs2[533]: 6 0 1.00005 shouldn't be
1411.39/1419.69 WSVECS04 Frhs2[575]: 6 0 1.00004 shouldn't be
1411.39/1419.69 WSVECS04 Frhs2[628]: 6 0 1.00009 shouldn't be
1411.39/1419.69 WSVECS04 Frhs2[720]: 6 0 1.00007 shouldn't be
1411.39/1419.69 WSVECS04 Frhs2[802]: 6 0 1.00004 shouldn't be
1411.39/1419.69 WSVECS04 Frhs2[890]: 6 0 1.00005 shouldn't be
1431.03/1439.38 WSVECS04 Frhs2[125]: 6 0 1.00004 shouldn't be
1431.03/1439.38 WSVECS04 Frhs2[900]: 6 0 1.0001 shouldn't be
1431.03/1439.38 WSVECS04 Frhs2[904]: 6 0 1.00008 shouldn't be
1448.77/1457.11 WSVECS04 Frhs2[529]: 6 0 1.00006 shouldn't be
1448.77/1457.11 WSVECS04 Frhs2[549]: 6 0 1.00003 shouldn't be
1448.77/1457.11 WSVECS04 Frhs2[764]: 6 0 1.00008 shouldn't be
1465.61/1474.07 WSVECS04 Frhs2[439]: 6 0 1.00009 shouldn't be
1619.85/1628.78 c #Conflicts: 176000 | #Constraints: 115487
1619.85/1628.78 c #Conflicts: 177000 | #Constraints: 116487
1619.85/1628.78 c #Conflicts: 178000 | #Constraints: 117487
1619.85/1628.78 c #Conflicts: 179000 | #Constraints: 118487
1619.85/1628.78 c bounds -600 >= -624 @ 1614.84
1624.74/1633.64 c #Conflicts: 180000 | #Constraints: 119547
1624.74/1633.64 c #Conflicts: 181000 | #Constraints: 120547
1624.74/1633.64 c #Conflicts: 182000 | #Constraints: 121547
1624.74/1633.64 c #Conflicts: 183000 | #Constraints: 122547
1624.74/1633.64 c #Conflicts: 184000 | #Constraints: 123547
1624.74/1633.64 c bounds -600 >= -623 @ 1619.64
1647.66/1656.65 c #Conflicts: 185000 | #Constraints: 124592
1647.66/1656.65 c #Conflicts: 186000 | #Constraints: 125592
1647.66/1656.65 c #Conflicts: 187000 | #Constraints: 126592
1647.66/1656.65 c #Conflicts: 188000 | #Constraints: 127592
1647.66/1656.65 c #Conflicts: 189000 | #Constraints: 128592
1647.66/1656.65 c #Conflicts: 190000 | #Constraints: 129592
1647.66/1656.65 c #Conflicts: 191000 | #Constraints: 130592
1647.66/1656.65 c #Conflicts: 192000 | #Constraints: 131592
1647.66/1656.65 c #Conflicts: 193000 | #Constraints: 132592
1647.66/1656.65 c #Conflicts: 194000 | #Constraints: 133592
1647.66/1656.65 c #Conflicts: 195000 | #Constraints: 134592
1647.66/1656.65 c #Conflicts: 196000 | #Constraints: 135592
1647.66/1656.65 c #Conflicts: 197000 | #Constraints: 136592
1647.66/1656.65 c #Conflicts: 198000 | #Constraints: 137592
1647.66/1656.65 c #Conflicts: 199000 | #Constraints: 138592
1647.66/1656.65 c bounds -600 >= -600 @ 1642.45
1647.66/1656.65 c cpu time 1642.45 s
1647.66/1656.65 c deterministic time 5456352271 5.46e+09
1647.66/1656.65 c optimization time 0.358837 s
1647.66/1656.65 c total solve time 1641.62 s
1647.66/1656.65 c core-guided solve time 1080.66 s
1647.66/1656.65 c propagation time 718.756 s
1647.66/1656.65 c conflict analysis time 114.678 s
1647.66/1656.65 c propagations 139327166
1647.66/1656.65 c resolve steps 12112979
1647.66/1656.65 c decisions 366597
1647.66/1656.65 c conflicts 199788
1647.66/1656.65 c restarts 509
1647.66/1656.65 c inprocessing phases 22
1647.66/1656.65 c garbage collections 19 ,( 86.36 )
1647.66/1656.65 c input clauses 95718 ,( 96.08 )
1647.66/1656.65 c input cardinalities 2479 ,( 2.49 )
1647.66/1656.65 c input general constraints 1428 ,( 1.43 )
1647.66/1656.65 c input average constraint length 7.87
1647.66/1656.65 c input average constraint degree 2.26
1647.66/1656.65 c learned clauses 191442 ,( 95.78 )
1647.66/1656.65 c learned cardinalities 722 ,( 0.36 )
1647.66/1656.65 c learned general constraints 7712 ,( 3.86 )
1647.66/1656.65 c learned average constraint length 230.76
1647.66/1656.65 c learned average constraint degree 15403100.23
1647.66/1656.65 c watched CF 32, 64, 128, Arb: 1099 , 0 , 0 , 0
1647.66/1656.65 c counting CF 32, 64, 128, Arb: 8042 , 0 , 0 , 0
1647.66/1656.65 c watched constraints 1099 ,( 12.02 )
1647.66/1656.65 c counting constraints 8041 ,( 87.98 )
1647.66/1656.65 c loaded clauses, cards, PBs, (WATCHED, COUNTING): 630199451 , 385006678 , 189642318 ,( 1050740 , 188591578 )
1647.66/1656.65 c gcd simplifications 28796
1647.66/1656.65 c detected cardinalities 4
1647.66/1656.65 c weakened non-implied lits 44039288
1647.66/1656.65 c weakened non-implying lits 234164
1647.66/1656.65 c original variables 6450
1647.66/1656.65 c clausal propagations 108204223
1647.66/1656.65 c cardinality propagations 13523666
1647.66/1656.65 c watched propagations 19893
1647.66/1656.65 c counting propagations 17092238
1647.66/1656.65 c watch lookups 1800403494
1647.66/1656.65 c watch backjump lookups 0
1647.66/1656.65 c watch checks 2733856117
1647.66/1656.65 c propagation checks 427307363
1647.66/1656.65 c constraint additions 214623671
1647.66/1656.65 c trail pops 139891291
1647.66/1656.65 c formula constraints 94350
1647.66/1656.65 c learned constraints 199797
1647.66/1656.65 c bound constraints 423
1647.66/1656.65 c core-guided constraints 4852
1647.66/1656.65 c encountered formula constraints 8666068
1647.66/1656.65 c encountered learned constraints 1795748
1647.66/1656.65 c encountered bound constraints 2269
1647.66/1656.65 c encountered core-guided constraints 1847056
1647.66/1656.65 c LP total time 1422.34 s
1647.66/1656.65 c LP solve time 1418.3 s
1647.66/1656.65 c LP constraints added 94368
1647.66/1656.65 c LP constraints removed 9
1647.66/1656.65 c LP pivots internal 289173
1647.66/1656.65 c LP pivots root 287398
1647.66/1656.65 c LP calls 50
1647.66/1656.65 c LP optimalities 4
1647.66/1656.65 c LP no pivot count 0
1647.66/1656.65 c LP infeasibilities 38
1647.66/1656.65 c LP valid Farkas constraints 38
1647.66/1656.65 c LP learned Farkas constraints 38
1647.66/1656.65 c LP basis resets 0
1647.66/1656.65 c LP cycling count 0
1647.66/1656.65 c LP singular count 0
1647.66/1656.65 c LP no primal count 0
1647.66/1656.65 c LP no farkas count 0
1647.66/1656.65 c LP other issue count 0
1647.66/1656.65 c LP Gomory cuts 3
1647.66/1656.65 c LP learned cuts 15
1647.66/1656.65 c LP deleted cuts 9
1647.66/1656.65 c LP encountered Gomory constraints 0
1647.66/1656.65 c LP encountered Farkas constraints 1460
1647.66/1656.65 c LP encountered learned Farkas constraints 128
1647.66/1656.65 c CG auxiliary variables introduced 1743
1647.66/1656.65 c CG solutions found 45
1647.66/1656.65 c CG cores constructed 377
1647.66/1656.65 c CG core cardinality constraints returned 0
1647.66/1656.65 c CG unit cores 0
1647.66/1656.65 c CG single cores 375
1647.66/1656.65 c CG blocks removed during cardinality reduction 0
1647.66/1656.65 c CG first core best 0
1647.66/1656.65 c CG decision core best 0
1647.66/1656.65 c CG core reduction tie 2
1647.66/1656.65 c CG core degree average 1.00
1647.66/1656.65 c CG core slack average 6.11
1647.66/1656.65 c CG core upper bound improvements 0
1647.66/1656.65 c STR number of successful calls 0
1647.66/1656.65 c STR number of unsuccessful calls 0
1647.66/1656.65 c STR number of inconclusive calls 0
1647.66/1656.65 c STR number of successful attempts 0
1647.66/1656.65 c STR number of unsuccessful attempts 0
1647.66/1656.65 c STR number of inconclusive attempts 0
1647.66/1656.65 c STR average degree increase per successful call inf
1647.66/1656.65 c STR average degree increase per successful attempt inf
1647.66/1656.65 c STR total number of conflicts for successful attempts 0
1647.66/1656.65 c STR total number of conflicts for unsuccessful attempts 0
1647.66/1656.65 c STR total number of conflicts for inconclusive attempts 0
1647.66/1656.65 c STR average number of conflicts per successful attempt inf
1647.66/1656.65 c STR average number of conflicts per unsuccessful attempt inf
1647.66/1656.65 c STR average number of conflicts per inconclusive attempt inf
1647.66/1656.65 c AVG.sumWPerc 70.80
1647.66/1656.65 c bigint constraints 0
1647.66/1656.65 o -600
1647.66/1656.65 s OPTIMUM FOUND
1647.66/1656.65 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
Thu Jul 3 22:33:07 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: 63708 MiB (59486 MiB free)
memory of node 1: 64465 MiB (61646 MiB free)
node distances:
10 21
21 10
command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4521265-1751563603/watcher-4521265-1751563603 -o /tmp/evaluation-result-4521265-1751563603/solver-4521265-1751563603 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1751555170-93571 --watchdog 3760 --file-size-limit 100000 run-opt-ls-log.sh HOME/instance-4521265-1751563603.opb PROOFDIR/proof-4521265-1751563603
running on 2 cores: 1,3
CPU governors:
performance: 1 3
Enforcing FSIZE limit: 104857600 KiB
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing FSIZE limit: 102400000 KiB
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB
solver pid=95803, runsolver pid=95800
[startup+0.100065 s]*
/proc/loadavg: 4.19 4.18 4.14 5/272 95805
/proc/meminfo: memFree=124010632/131250000 swapFree=33010160/33010684
[pid=95803] ppid=95800 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/95803/stat : 95803 (run-opt-ls-log.) S 95800 95803 93530 0 -1 4194304 207 0 0 0 0 0 0 0 20 0 1 0 72037847 4292608 736 18446744073709551615 94885186146304 94885187040837 140732711972528 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94885187279888 94885187327632 94885202628608 140732711979291 140732711979489 140732711979489 140732711985091 0
/proc/95803/statm: 1048 736 672 219 0 110 0
[pid=95805] ppid=95803 vsize=54388 memory=39776 CPUtime=0.08 cores=1,3
/proc/95805/stat : 95805 (pbsuma) R 95803 95803 93530 0 -1 4194304 7052 0 0 0 8 0 0 0 20 0 1 0 72037848 55693312 9944 18446744073709551615 4210688 4653049 140725404381568 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 4700520 4703148 16318464 140725404383459 140725404383794 140725404383794 140725404389359 0
/proc/95805/statm: 13597 9944 992 108 0 11005 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 58580 KiB
Current children cumulated memory: 42720 KiB
[startup+0.205965 s]*
/proc/loadavg: 4.19 4.18 4.14 5/272 95805
/proc/meminfo: memFree=123994756/131250000 swapFree=33010160/33010684
[pid=95803] ppid=95800 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/95803/stat : 95803 (run-opt-ls-log.) S 95800 95803 93530 0 -1 4194304 207 0 0 0 0 0 0 0 20 0 1 0 72037847 4292608 736 18446744073709551615 94885186146304 94885187040837 140732711972528 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94885187279888 94885187327632 94885202628608 140732711979291 140732711979489 140732711979489 140732711985091 0
/proc/95803/statm: 1048 736 672 219 0 110 0
[pid=95805] ppid=95803 vsize=86948 memory=64508 CPUtime=0.19 cores=1,3
/proc/95805/stat : 95805 (pbsuma) R 95803 95803 93530 0 -1 4194304 13988 0 0 0 17 2 0 0 20 0 1 0 72037848 89034752 16127 18446744073709551615 4210688 4653049 140725404381568 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 4700520 4703148 16318464 140725404383459 140725404383794 140725404383794 140725404389359 0
/proc/95805/statm: 21737 16127 992 108 0 19145 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 91140 KiB
Current children cumulated memory: 67452 KiB
[startup+0.305911 s]*
/proc/loadavg: 4.19 4.18 4.14 5/272 95805
/proc/meminfo: memFree=123978628/131250000 swapFree=33010160/33010684
[pid=95803] ppid=95800 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/95803/stat : 95803 (run-opt-ls-log.) S 95800 95803 93530 0 -1 4194304 207 0 0 0 0 0 0 0 20 0 1 0 72037847 4292608 736 18446744073709551615 94885186146304 94885187040837 140732711972528 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94885187279888 94885187327632 94885202628608 140732711979291 140732711979489 140732711979489 140732711985091 0
/proc/95803/statm: 1048 736 672 219 0 110 0
[pid=95805] ppid=95803 vsize=93264 memory=71548 CPUtime=0.28 cores=1,3
/proc/95805/stat : 95805 (pbsuma) R 95803 95803 93530 0 -1 4194304 15978 0 0 0 26 2 0 0 20 0 1 0 72037848 95502336 17887 18446744073709551615 4210688 4653049 140725404381568 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 4700520 4703148 16318464 140725404383459 140725404383794 140725404383794 140725404389359 0
/proc/95805/statm: 23316 17887 992 108 0 20724 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 97456 KiB
Current children cumulated memory: 74492 KiB
[startup+0.700213 s]
/proc/loadavg: 4.19 4.18 4.14 5/272 95805
/proc/meminfo: memFree=123970452/131250000 swapFree=33010160/33010684
[pid=95803] ppid=95800 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/95803/stat : 95803 (run-opt-ls-log.) S 95800 95803 93530 0 -1 4194304 207 0 0 0 0 0 0 0 20 0 1 0 72037847 4292608 736 18446744073709551615 94885186146304 94885187040837 140732711972528 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94885187279888 94885187327632 94885202628608 140732711979291 140732711979489 140732711979489 140732711985091 0
/proc/95803/statm: 1048 736 672 219 0 110 0
[pid=95805] ppid=95803 vsize=87392 memory=67860 CPUtime=0.68 cores=1,3
/proc/95805/stat : 95805 (pbsuma) R 95803 95803 93530 0 -1 4194304 20711 0 0 0 64 4 0 0 20 0 1 0 72037848 89489408 16965 18446744073709551615 4210688 4653049 140725404381568 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 4700520 4703148 16318464 140725404383459 140725404383794 140725404383794 140725404389359 0
/proc/95805/statm: 21848 16965 992 108 0 19256 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 91584 KiB
Current children cumulated memory: 70804 KiB
[startup+1.50024 s]
/proc/loadavg: 4.17 4.18 4.14 5/272 95806
/proc/meminfo: memFree=123962968/131250000 swapFree=33010160/33010684
[pid=95803] ppid=95800 vsize=4192 memory=2944 CPUtime=0.7 cores=1,3
/proc/95803/stat : 95803 (run-opt-ls-log.) S 95800 95803 93530 0 -1 4194304 240 20840 0 0 0 0 66 4 20 0 1 0 72037847 4292608 736 18446744073709551615 94885186146304 94885187040837 140732711972528 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94885187279888 94885187327632 94885202628608 140732711979291 140732711979489 140732711979489 140732711985091 0
/proc/95803/statm: 1048 736 672 219 0 110 0
[pid=95806] ppid=95803 vsize=169936 memory=109412 CPUtime=0.71 cores=1,3
/proc/95806/stat : 95806 (roundingsat) R 95803 95803 93530 0 -1 4194304 16351 0 0 0 61 10 0 0 20 0 1 0 72037924 174014464 27353 18446744073709551615 4227072 8923433 140735009016112 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 29999104 140735009020150 140735009020456 140735009020456 140735009026026 0
/proc/95806/statm: 42484 27353 2304 1147 0 29911 0
Current children cumulated CPU time: 1.41 s
Current children cumulated vsize: 174128 KiB
Current children cumulated memory: 112356 KiB
[startup+3.10594 s]
/proc/loadavg: 4.17 4.18 4.14 5/273 95807
/proc/meminfo: memFree=123881900/131250000 swapFree=33010160/33010684
[pid=95803] ppid=95800 vsize=4192 memory=2944 CPUtime=0.7 cores=1,3
/proc/95803/stat : 95803 (run-opt-ls-log.) S 95800 95803 93530 0 -1 4194304 240 20840 0 0 0 0 66 4 20 0 1 0 72037847 4292608 736 18446744073709551615 94885186146304 94885187040837 140732711972528 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94885187279888 94885187327632 94885202628608 140732711979291 140732711979489 140732711979489 140732711985091 0
/proc/95803/statm: 1048 736 672 219 0 110 0
[pid=95806] ppid=95803 vsize=215964 memory=155412 CPUtime=2.32 cores=1,3
/proc/95806/stat : 95806 (roundingsat) R 95803 95803 93530 0 -1 4194304 22722 0 0 0 219 13 0 0 20 0 1 0 72037924 221147136 38853 18446744073709551615 4227072 8923433 140735009016112 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 29999104 140735009020150 140735009020456 140735009020456 140735009026026 0
/proc/95806/statm: 53991 38853 2336 1147 0 41418 0
Current children cumulated CPU time: 3.02 s
Current children cumulated vsize: 220156 KiB
Current children cumulated memory: 158356 KiB
[startup+6.3002 s]
/proc/loadavg: 4.16 4.18 4.13 5/273 95807
/proc/meminfo: memFree=123897636/131250000 swapFree=33010160/33010684
[pid=95803] ppid=95800 vsize=4192 memory=2944 CPUtime=0.7 cores=1,3
/proc/95803/stat : 95803 (run-opt-ls-log.) S 95800 95803 93530 0 -1 4194304 240 20840 0 0 0 0 66 4 20 0 1 0 72037847 4292608 736 18446744073709551615 94885186146304 94885187040837 140732711972528 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94885187279888 94885187327632 94885202628608 140732711979291 140732711979489 140732711979489 140732711985091 0
/proc/95803/statm: 1048 736 672 219 0 110 0
[pid=95806] ppid=95803 vsize=215964 memory=155540 CPUtime=5.5 cores=1,3
/proc/95806/stat : 95806 (roundingsat) R 95803 95803 93530 0 -1 4194304 22734 0 0 0 536 14 0 0 20 0 1 0 72037924 221147136 38885 18446744073709551615 4227072 8923433 140735009016112 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 29999104 140735009020150 140735009020456 140735009020456 140735009026026 0
/proc/95806/statm: 53991 38885 2368 1147 0 41418 0
Current children cumulated CPU time: 6.2 s
Current children cumulated vsize: 220156 KiB
Current children cumulated memory: 158484 KiB
[startup+12.7002 s]
/proc/loadavg: 4.15 4.17 4.13 5/274 95809
/proc/meminfo: memFree=123897384/131250000 swapFree=33010160/33010684
[pid=95803] ppid=95800 vsize=4192 memory=2944 CPUtime=0.7 cores=1,3
/proc/95803/stat : 95803 (run-opt-ls-log.) S 95800 95803 93530 0 -1 4194304 240 20840 0 0 0 0 66 4 20 0 1 0 72037847 4292608 736 18446744073709551615 94885186146304 94885187040837 140732711972528 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94885187279888 94885187327632 94885202628608 140732711979291 140732711979489 140732711979489 140732711985091 0
/proc/95803/statm: 1048 736 672 219 0 110 0
[pid=95806] ppid=95803 vsize=215556 memory=155164 CPUtime=11.87 cores=1,3
/proc/95806/stat : 95806 (roundingsat) R 95803 95803 93530 0 -1 4194304 22745 0 0 0 1172 15 0 0 20 0 1 0 72037924 220729344 38791 18446744073709551615 4227072 8923433 140735009016112 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 29999104 140735009020150 140735009020456 140735009020456 140735009026026 0
/proc/95806/statm: 53889 38791 2368 1147 0 41316 0
Current children cumulated CPU time: 12.57 s
Current children cumulated vsize: 219748 KiB
Current children cumulated memory: 158108 KiB
[startup+25.5002 s]
/proc/loadavg: 4.12 4.17 4.13 5/274 95809
/proc/meminfo: memFree=123899352/131250000 swapFree=33010160/33010684
[pid=95803] ppid=95800 vsize=4192 memory=2944 CPUtime=0.7 cores=1,3
/proc/95803/stat : 95803 (run-opt-ls-log.) S 95800 95803 93530 0 -1 4194304 240 20840 0 0 0 0 66 4 20 0 1 0 72037847 4292608 736 18446744073709551615 94885186146304 94885187040837 140732711972528 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94885187279888 94885187327632 94885202628608 140732711979291 140732711979489 140732711979489 140732711985091 0
/proc/95803/statm: 1048 736 672 219 0 110 0
[pid=95806] ppid=95803 vsize=215556 memory=155164 CPUtime=24.64 cores=1,3
/proc/95806/stat : 95806 (roundingsat) R 95803 95803 93530 0 -1 4194304 22745 0 0 0 2445 19 0 0 20 0 1 0 72037924 220729344 38791 18446744073709551615 4227072 8923433 140735009016112 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 29999104 140735009020150 140735009020456 140735009020456 140735009026026 0
/proc/95806/statm: 53889 38791 2368 1147 0 41316 0
Current children cumulated CPU time: 25.34 s
Current children cumulated vsize: 219748 KiB
Current children cumulated memory: 158108 KiB
[startup+51.1058 s]
/proc/loadavg: 4.07 4.15 4.13 5/274 95809
/proc/meminfo: memFree=123840620/131250000 swapFree=33010160/33010684
[pid=95803] ppid=95800 vsize=4192 memory=2944 CPUtime=0.7 cores=1,3
/proc/95803/stat : 95803 (run-opt-ls-log.) S 95800 95803 93530 0 -1 4194304 240 20840 0 0 0 0 66 4 20 0 1 0 72037847 4292608 736 18446744073709551615 94885186146304 94885187040837 140732711972528 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94885187279888 94885187327632 94885202628608 140732711979291 140732711979489 140732711979489 140732711985091 0
/proc/95803/statm: 1048 736 672 219 0 110 0
[pid=95806] ppid=95803 vsize=253196 memory=184400 CPUtime=50.09 cores=1,3
/proc/95806/stat : 95806 (roundingsat) R 95803 95803 93530 0 -1 4194304 26463 0 0 0 4974 35 0 0 20 0 1 0 72037924 259272704 46100 18446744073709551615 4227072 8923433 140735009016112 0 0 0 0 0 8405026 0 0 0 17 3 0 0 0 0 0 9823104 9832592 29999104 140735009020150 140735009020456 140735009020456 140735009026026 0
/proc/95806/statm: 63299 46100 2400 1147 0 50726 0
Current children cumulated CPU time: 50.79 s
Current children cumulated vsize: 257388 KiB
Current children cumulated memory: 187344 KiB
[startup+102.3 s]
/proc/loadavg: 4.07 4.14 4.12 5/274 95811
/proc/meminfo: memFree=123758988/131250000 swapFree=33010160/33010684
[pid=95803] ppid=95800 vsize=4192 memory=2944 CPUtime=0.7 cores=1,3
/proc/95803/stat : 95803 (run-opt-ls-log.) S 95800 95803 93530 0 -1 4194304 240 20840 0 0 0 0 66 4 20 0 1 0 72037847 4292608 736 18446744073709551615 94885186146304 94885187040837 140732711972528 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94885187279888 94885187327632 94885202628608 140732711979291 140732711979489 140732711979489 140732711985091 0
/proc/95803/statm: 1048 736 672 219 0 110 0
[pid=95806] ppid=95803 vsize=271684 memory=203664 CPUtime=101.11 cores=1,3
/proc/95806/stat : 95806 (roundingsat) R 95803 95803 93530 0 -1 4194304 27728 0 0 0 10048 63 0 0 20 0 1 0 72037924 278204416 50916 18446744073709551615 4227072 8923433 140735009016112 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 29999104 140735009020150 140735009020456 140735009020456 140735009026026 0
/proc/95806/statm: 67921 50916 2400 1147 0 55348 0
Current children cumulated CPU time: 101.81 s
Current children cumulated vsize: 275876 KiB
Current children cumulated memory: 206608 KiB
[startup+162.3 s]
/proc/loadavg: 4.12 4.14 4.12 5/274 95813
/proc/meminfo: memFree=123759124/131250000 swapFree=33010160/33010684
[pid=95803] ppid=95800 vsize=4192 memory=2944 CPUtime=0.7 cores=1,3
/proc/95803/stat : 95803 (run-opt-ls-log.) S 95800 95803 93530 0 -1 4194304 240 20840 0 0 0 0 66 4 20 0 1 0 72037847 4292608 736 18446744073709551615 94885186146304 94885187040837 140732711972528 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94885187279888 94885187327632 94885202628608 140732711979291 140732711979489 140732711979489 140732711985091 0
/proc/95803/statm: 1048 736 672 219 0 110 0
[pid=95806] ppid=95803 vsize=271684 memory=203664 CPUtime=160.9 cores=1,3
/proc/95806/stat : 95806 (roundingsat) R 95803 95803 93530 0 -1 4194304 27746 0 0 0 16014 76 0 0 20 0 1 0 72037924 278204416 50916 18446744073709551615 4227072 8923433 140735009016112 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 29999104 140735009020150 140735009020456 140735009020456 140735009026026 0
/proc/95806/statm: 67921 50916 2400 1147 0 55348 0
Current children cumulated CPU time: 161.6 s
Current children cumulated vsize: 275876 KiB
Current children cumulated memory: 206608 KiB
[startup+222.3 s]
/proc/loadavg: 4.10 4.13 4.12 5/272 95815
/proc/meminfo: memFree=123635124/131250000 swapFree=33010160/33010684
[pid=95803] ppid=95800 vsize=4192 memory=2944 CPUtime=0.7 cores=1,3
/proc/95803/stat : 95803 (run-opt-ls-log.) S 95800 95803 93530 0 -1 4194304 240 20840 0 0 0 0 66 4 20 0 1 0 72037847 4292608 736 18446744073709551615 94885186146304 94885187040837 140732711972528 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94885187279888 94885187327632 94885202628608 140732711979291 140732711979489 140732711979489 140732711985091 0
/proc/95803/statm: 1048 736 672 219 0 110 0
[pid=95806] ppid=95803 vsize=291892 memory=223492 CPUtime=220.67 cores=1,3
/proc/95806/stat : 95806 (roundingsat) R 95803 95803 93530 0 -1 4194304 29157 0 0 0 21965 102 0 0 20 0 1 0 72037924 298897408 55873 18446744073709551615 4227072 8923433 140735009016112 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 29999104 140735009020150 140735009020456 140735009020456 140735009026026 0
################
# More data... #
################
/proc/95806/stat : 95806 (roundingsat) R 95803 95803 93530 0 -1 4194304 30176 0 0 0 140929 409 0 0 20 0 1 0 72037924 342478848 62660 18446744073709551615 4227072 8923433 140735009016112 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 29999104 140735009020150 140735009020456 140735009020456 140735009026026 0
/proc/95806/statm: 83613 62660 2400 1147 0 71040 0
Current children cumulated CPU time: 1414.08 s
Current children cumulated vsize: 338644 KiB
Current children cumulated memory: 253584 KiB
[startup+1482.3 s]
/proc/loadavg: 4.10 4.10 4.09 5/274 96175
/proc/meminfo: memFree=118841624/131250000 swapFree=33010160/33010684
[pid=95803] ppid=95800 vsize=4192 memory=2944 CPUtime=0.7 cores=1,3
/proc/95803/stat : 95803 (run-opt-ls-log.) S 95800 95803 93530 0 -1 4194304 240 20840 0 0 0 0 66 4 20 0 1 0 72037847 4292608 736 18446744073709551615 94885186146304 94885187040837 140732711972528 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94885187279888 94885187327632 94885202628608 140732711979291 140732711979489 140732711979489 140732711985091 0
/proc/95803/statm: 1048 736 672 219 0 110 0
[pid=95806] ppid=95803 vsize=334452 memory=250640 CPUtime=1473.18 cores=1,3
/proc/95806/stat : 95806 (roundingsat) R 95803 95803 93530 0 -1 4194304 30176 0 0 0 146900 418 0 0 20 0 1 0 72037924 342478848 62660 18446744073709551615 4227072 8923433 140735009016112 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 29999104 140735009020150 140735009020456 140735009020456 140735009026026 0
/proc/95806/statm: 83613 62660 2400 1147 0 71040 0
Current children cumulated CPU time: 1473.88 s
Current children cumulated vsize: 338644 KiB
Current children cumulated memory: 253584 KiB
[startup+1542.3 s]
/proc/loadavg: 4.13 4.11 4.09 5/274 96182
/proc/meminfo: memFree=118521144/131250000 swapFree=33010160/33010684
[pid=95803] ppid=95800 vsize=4192 memory=2944 CPUtime=0.7 cores=1,3
/proc/95803/stat : 95803 (run-opt-ls-log.) S 95800 95803 93530 0 -1 4194304 240 20840 0 0 0 0 66 4 20 0 1 0 72037847 4292608 736 18446744073709551615 94885186146304 94885187040837 140732711972528 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94885187279888 94885187327632 94885202628608 140732711979291 140732711979489 140732711979489 140732711985091 0
/proc/95803/statm: 1048 736 672 219 0 110 0
[pid=95806] ppid=95803 vsize=334452 memory=250640 CPUtime=1532.99 cores=1,3
/proc/95806/stat : 95806 (roundingsat) R 95803 95803 93530 0 -1 4194304 30181 0 0 0 152873 426 0 0 20 0 1 0 72037924 342478848 62660 18446744073709551615 4227072 8923433 140735009016112 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 29999104 140735009020150 140735009020456 140735009020456 140735009026026 0
/proc/95806/statm: 83613 62660 2400 1147 0 71040 0
Current children cumulated CPU time: 1533.69 s
Current children cumulated vsize: 338644 KiB
Current children cumulated memory: 253584 KiB
[startup+1602.3 s]
/proc/loadavg: 4.09 4.11 4.09 4/274 96184
/proc/meminfo: memFree=118222972/131250000 swapFree=33010160/33010684
[pid=95803] ppid=95800 vsize=4192 memory=2944 CPUtime=0.7 cores=1,3
/proc/95803/stat : 95803 (run-opt-ls-log.) S 95800 95803 93530 0 -1 4194304 240 20840 0 0 0 0 66 4 20 0 1 0 72037847 4292608 736 18446744073709551615 94885186146304 94885187040837 140732711972528 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94885187279888 94885187327632 94885202628608 140732711979291 140732711979489 140732711979489 140732711985091 0
/proc/95803/statm: 1048 736 672 219 0 110 0
[pid=95806] ppid=95803 vsize=334452 memory=254864 CPUtime=1592.81 cores=1,3
/proc/95806/stat : 95806 (roundingsat) R 95803 95803 93530 0 -1 4194304 30186 0 0 0 158848 433 0 0 20 0 1 0 72037924 342478848 63716 18446744073709551615 4227072 8923433 140735009016112 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 29999104 140735009020150 140735009020456 140735009020456 140735009026026 0
/proc/95806/statm: 83613 63716 2400 1147 0 71040 0
Current children cumulated CPU time: 1593.51 s
Current children cumulated vsize: 338644 KiB
Current children cumulated memory: 257808 KiB
[startup+1656.81 s]
# the end of solver process 95803 was just reported to runsolver
# Child status: 0
# cumulated CPU time of all completed processes: user=1643.15 s, system=4.64313 s
Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples
[startup+1612.8 s]
/proc/loadavg: 4.16 4.12 4.09 5/273 96185
/proc/meminfo: memFree=118110276/131250000 swapFree=33010160/33010684
[pid=95803] ppid=95800 vsize=4192 memory=2944 CPUtime=0.7 cores=1,3
/proc/95803/stat : 95803 (run-opt-ls-log.) S 95800 95803 93530 0 -1 4194304 240 20840 0 0 0 0 66 4 20 0 1 0 72037847 4292608 736 18446744073709551615 94885186146304 94885187040837 140732711972528 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94885187279888 94885187327632 94885202628608 140732711979291 140732711979489 140732711979489 140732711985091 0
/proc/95803/statm: 1048 736 672 219 0 110 0
[pid=95806] ppid=95803 vsize=334452 memory=254864 CPUtime=1603.29 cores=1,3
/proc/95806/stat : 95806 (roundingsat) R 95803 95803 93530 0 -1 4194304 30186 0 0 0 159893 436 0 0 20 0 1 0 72037924 342478848 63716 18446744073709551615 4227072 8923433 140735009016112 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 29999104 140735009020150 140735009020456 140735009020456 140735009026026 0
/proc/95806/statm: 83613 63716 2400 1147 0 71040 0
Current children cumulated CPU time: 1603.99 s
Current children cumulated vsize: 338644 KiB
Current children cumulated memory: 257808 KiB
[startup+1638.4 s]
/proc/loadavg: 4.10 4.11 4.09 5/274 96187
/proc/meminfo: memFree=117833428/131250000 swapFree=33010160/33010684
[pid=95803] ppid=95800 vsize=4192 memory=2944 CPUtime=0.7 cores=1,3
/proc/95803/stat : 95803 (run-opt-ls-log.) S 95800 95803 93530 0 -1 4194304 240 20840 0 0 0 0 66 4 20 0 1 0 72037847 4292608 736 18446744073709551615 94885186146304 94885187040837 140732711972528 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94885187279888 94885187327632 94885202628608 140732711979291 140732711979489 140732711979489 140732711985091 0
/proc/95803/statm: 1048 736 672 219 0 110 0
[pid=95806] ppid=95803 vsize=334068 memory=254480 CPUtime=1628.83 cores=1,3
/proc/95806/stat : 95806 (roundingsat) R 95803 95803 93530 0 -1 4194304 30236 0 0 0 162435 448 0 0 20 0 1 0 72037924 342085632 63620 18446744073709551615 4227072 8923433 140735009016112 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 29999104 140735009020150 140735009020456 140735009020456 140735009026026 0
/proc/95806/statm: 83517 63620 2400 1147 0 70944 0
Current children cumulated CPU time: 1629.53 s
Current children cumulated vsize: 338260 KiB
Current children cumulated memory: 257424 KiB
[startup+1644.8 s]
/proc/loadavg: 4.10 4.11 4.09 5/275 96188
/proc/meminfo: memFree=117744444/131250000 swapFree=33010160/33010684
[pid=95803] ppid=95800 vsize=4192 memory=2944 CPUtime=0.7 cores=1,3
/proc/95803/stat : 95803 (run-opt-ls-log.) S 95800 95803 93530 0 -1 4194304 240 20840 0 0 0 0 66 4 20 0 1 0 72037847 4292608 736 18446744073709551615 94885186146304 94885187040837 140732711972528 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94885187279888 94885187327632 94885202628608 140732711979291 140732711979489 140732711979489 140732711985091 0
/proc/95803/statm: 1048 736 672 219 0 110 0
[pid=95806] ppid=95803 vsize=334068 memory=254480 CPUtime=1635.2 cores=1,3
/proc/95806/stat : 95806 (roundingsat) R 95803 95803 93530 0 -1 4194304 30237 0 0 0 163069 451 0 0 20 0 1 0 72037924 342085632 63620 18446744073709551615 4227072 8923433 140735009016112 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 29999104 140735009020150 140735009020456 140735009020456 140735009026026 0
/proc/95806/statm: 83517 63620 2400 1147 0 70944 0
Current children cumulated CPU time: 1635.9 s
Current children cumulated vsize: 338260 KiB
Current children cumulated memory: 257424 KiB
[startup+1651.2 s]
/proc/loadavg: 4.08 4.10 4.09 5/275 96188
/proc/meminfo: memFree=117639784/131250000 swapFree=33010160/33010684
[pid=95803] ppid=95800 vsize=4192 memory=2944 CPUtime=0.7 cores=1,3
/proc/95803/stat : 95803 (run-opt-ls-log.) S 95800 95803 93530 0 -1 4194304 240 20840 0 0 0 0 66 4 20 0 1 0 72037847 4292608 736 18446744073709551615 94885186146304 94885187040837 140732711972528 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94885187279888 94885187327632 94885202628608 140732711979291 140732711979489 140732711979489 140732711985091 0
/proc/95803/statm: 1048 736 672 219 0 110 0
[pid=95806] ppid=95803 vsize=334068 memory=254480 CPUtime=1641.58 cores=1,3
/proc/95806/stat : 95806 (roundingsat) R 95803 95803 93530 0 -1 4194304 30257 0 0 0 163704 454 0 0 20 0 1 0 72037924 342085632 63620 18446744073709551615 4227072 8923433 140735009016112 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 29999104 140735009020150 140735009020456 140735009020456 140735009026026 0
/proc/95806/statm: 83517 63620 2400 1147 0 70944 0
Current children cumulated CPU time: 1642.28 s
Current children cumulated vsize: 338260 KiB
Current children cumulated memory: 257424 KiB
[startup+1654.4 s]
/proc/loadavg: 4.08 4.10 4.09 5/275 96188
/proc/meminfo: memFree=117599464/131250000 swapFree=33010160/33010684
[pid=95803] ppid=95800 vsize=4192 memory=2944 CPUtime=0.7 cores=1,3
/proc/95803/stat : 95803 (run-opt-ls-log.) S 95800 95803 93530 0 -1 4194304 240 20840 0 0 0 0 66 4 20 0 1 0 72037847 4292608 736 18446744073709551615 94885186146304 94885187040837 140732711972528 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94885187279888 94885187327632 94885202628608 140732711979291 140732711979489 140732711979489 140732711985091 0
/proc/95803/statm: 1048 736 672 219 0 110 0
[pid=95806] ppid=95803 vsize=334068 memory=254480 CPUtime=1644.77 cores=1,3
/proc/95806/stat : 95806 (roundingsat) R 95803 95803 93530 0 -1 4194304 30259 0 0 0 164021 456 0 0 20 0 1 0 72037924 342085632 63620 18446744073709551615 4227072 8923433 140735009016112 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 29999104 140735009020150 140735009020456 140735009020456 140735009026026 0
/proc/95806/statm: 83517 63620 2400 1147 0 70944 0
Current children cumulated CPU time: 1645.47 s
Current children cumulated vsize: 338260 KiB
Current children cumulated memory: 257424 KiB
[startup+1656 s]*
/proc/loadavg: 4.15 4.12 4.09 5/275 96188
/proc/meminfo: memFree=117579240/131250000 swapFree=33010160/33010684
[pid=95803] ppid=95800 vsize=4192 memory=2944 CPUtime=0.7 cores=1,3
/proc/95803/stat : 95803 (run-opt-ls-log.) S 95800 95803 93530 0 -1 4194304 240 20840 0 0 0 0 66 4 20 0 1 0 72037847 4292608 736 18446744073709551615 94885186146304 94885187040837 140732711972528 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94885187279888 94885187327632 94885202628608 140732711979291 140732711979489 140732711979489 140732711985091 0
/proc/95803/statm: 1048 736 672 219 0 110 0
[pid=95806] ppid=95803 vsize=334068 memory=256528 CPUtime=1646.37 cores=1,3
/proc/95806/stat : 95806 (roundingsat) R 95803 95803 93530 0 -1 4194304 30260 0 0 0 164180 457 0 0 20 0 1 0 72037924 342085632 64132 18446744073709551615 4227072 8923433 140735009016112 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 29999104 140735009020150 140735009020456 140735009020456 140735009026026 0
/proc/95806/statm: 83517 64132 2400 1147 0 70944 0
Current children cumulated CPU time: 1647.07 s
Current children cumulated vsize: 338260 KiB
Current children cumulated memory: 259472 KiB
[startup+1656.4 s]
/proc/loadavg: 4.15 4.12 4.09 5/275 96188
/proc/meminfo: memFree=117579240/131250000 swapFree=33010160/33010684
[pid=95803] ppid=95800 vsize=4192 memory=2944 CPUtime=0.7 cores=1,3
/proc/95803/stat : 95803 (run-opt-ls-log.) S 95800 95803 93530 0 -1 4194304 240 20840 0 0 0 0 66 4 20 0 1 0 72037847 4292608 736 18446744073709551615 94885186146304 94885187040837 140732711972528 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94885187279888 94885187327632 94885202628608 140732711979291 140732711979489 140732711979489 140732711985091 0
/proc/95803/statm: 1048 736 672 219 0 110 0
[pid=95806] ppid=95803 vsize=334068 memory=256528 CPUtime=1646.76 cores=1,3
/proc/95806/stat : 95806 (roundingsat) R 95803 95803 93530 0 -1 4194304 30260 0 0 0 164219 457 0 0 20 0 1 0 72037924 342085632 64132 18446744073709551615 4227072 8923433 140735009016112 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 29999104 140735009020150 140735009020456 140735009020456 140735009026026 0
/proc/95806/statm: 83517 64132 2400 1147 0 70944 0
Current children cumulated CPU time: 1647.46 s
Current children cumulated vsize: 338260 KiB
Current children cumulated memory: 259472 KiB
[startup+1656.8 s]
/proc/loadavg: 4.15 4.12 4.09 5/275 96188
/proc/meminfo: memFree=117579240/131250000 swapFree=33010160/33010684
[pid=95803] ppid=95800 vsize=4192 memory=2944 CPUtime=0.7 cores=1,3
/proc/95803/stat : 95803 (run-opt-ls-log.) S 95800 95803 93530 0 -1 4194304 240 20840 0 0 0 0 66 4 20 0 1 0 72037847 4292608 736 18446744073709551615 94885186146304 94885187040837 140732711972528 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94885187279888 94885187327632 94885202628608 140732711979291 140732711979489 140732711979489 140732711985091 0
/proc/95803/statm: 1048 736 672 219 0 110 0
[pid=95806] ppid=95803 vsize=264276 memory=164236 CPUtime=1647.05 cores=1,3
/proc/95806/stat : 95806 (roundingsat) R 95803 95803 93530 0 -1 4194304 30267 0 0 0 164246 459 0 0 20 0 1 0 72037924 270618624 41059 18446744073709551615 4227072 8923433 140735009016112 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 29999104 140735009020150 140735009020456 140735009020456 140735009026026 0
/proc/95806/statm: 66069 41059 2400 1147 0 53496 0
Current children cumulated CPU time: 1647.75 s
Current children cumulated vsize: 268468 KiB
Current children cumulated memory: 167180 KiB
Child status: 0
Real time (s): 1656.81
CPU time (s): 1647.79
CPU user time (s): 1643.15
CPU system time (s): 4.64313
CPU usage (%): 99.4554
Max. virtual memory (cumulated for all children) (KiB): 339672
Max. memory (cumulated for all children) (KiB): 259472
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1643.15
system time used= 4.64313
maximum resident set size= 256528
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 51371
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1880832
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4246
involuntary context switches= 9445
# summary of solver processes directly reported to runsolver:
# pid: 95803
# total CPU time (s): 1647.79
# total CPU user time (s): 1643.15
# total CPU system time (s): 4.64313
??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.25491 second user time and 8.19029 second system time
The end
Launcher Data
Begin job on nodeC016 at 2025-07-03 19:26:43
IDJOB=4521265
IDBENCH=178251
IDSOLVER=3356
FILE ID=nodeC016/4521265-1751563603
RUNJOBID= nodeC016-1751555170-93571
SLURM_JOB_ID= 9598745
Free space on /tmp= 432796 MiB
SOLVER NAME= roundingsat-ls+pbsuma-log 63f22ad
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 --file-size-limit 102400 -w /tmp/evaluation-result-4521265-1751563603/watcher-4521265-1751563603 -o /tmp/evaluation-result-4521265-1751563603/solver-4521265-1751563603 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1751555170-93571 --watchdog 3760 --file-size-limit 100000 run-opt-ls-log.sh HOME/instance-4521265-1751563603.opb PROOFDIR/proof-4521265-1751563603
TIME LIMIT= 3600 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 2
MD5SUM BENCH= 68c73bc206439bbe0d5a467b2a25edac
RANDOM SEED=1275450520
nodeC016 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024
/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance
/proc/cpuinfo:
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00002a
cpu MHz : 3599.783
cache size : 15360 KB
physical id : 0
siblings : 4
core id : 0
cpu cores : 4
apicid : 0
initial apicid : 0
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 6999.48
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 1
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00002a
cpu MHz : 3610.603
cache size : 15360 KB
physical id : 1
siblings : 4
core id : 0
cpu cores : 4
apicid : 16
initial apicid : 16
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 6999.48
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 2
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00002a
cpu MHz : 3640.338
cache size : 15360 KB
physical id : 0
siblings : 4
core id : 1
cpu cores : 4
apicid : 2
initial apicid : 2
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 6999.48
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 3
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00002a
cpu MHz : 3599.732
cache size : 15360 KB
physical id : 1
siblings : 4
core id : 1
cpu cores : 4
apicid : 18
initial apicid : 18
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 6999.48
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 4
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00002a
cpu MHz : 3599.955
cache size : 15360 KB
physical id : 0
siblings : 4
core id : 2
cpu cores : 4
apicid : 4
initial apicid : 4
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 6999.48
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 5
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00002a
cpu MHz : 3599.758
cache size : 15360 KB
physical id : 1
siblings : 4
core id : 2
cpu cores : 4
apicid : 20
initial apicid : 20
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 6999.48
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 6
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00002a
cpu MHz : 3590.381
cache size : 15360 KB
physical id : 0
siblings : 4
core id : 3
cpu cores : 4
apicid : 6
initial apicid : 6
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 6999.48
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 7
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00002a
cpu MHz : 3592.789
cache size : 15360 KB
physical id : 1
siblings : 4
core id : 3
cpu cores : 4
apicid : 22
initial apicid : 22
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 6999.48
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
/proc/meminfo:
MemTotal: 131250000 kB
MemFree: 124040384 kB
MemAvailable: 127672768 kB
Buffers: 2144 kB
Cached: 4399452 kB
SwapCached: 28 kB
Active: 2755788 kB
Inactive: 3779672 kB
Active(anon): 2146620 kB
Inactive(anon): 5288 kB
Active(file): 609168 kB
Inactive(file): 3774384 kB
Unevictable: 3072 kB
Mlocked: 0 kB
SwapTotal: 33010684 kB
SwapFree: 33010160 kB
Zswap: 0 kB
Zswapped: 0 kB
Dirty: 26248 kB
Writeback: 52 kB
AnonPages: 2134404 kB
Mapped: 118304 kB
Shmem: 18044 kB
KReclaimable: 176144 kB
Slab: 269124 kB
SReclaimable: 176144 kB
SUnreclaim: 92980 kB
KernelStack: 4400 kB
PageTables: 7492 kB
SecPageTables: 0 kB
NFS_Unstable: 0 kB
Bounce: 0 kB
WritebackTmp: 0 kB
CommitLimit: 98635684 kB
Committed_AS: 2720892 kB
VmallocTotal: 34359738367 kB
VmallocUsed: 150680 kB
VmallocChunk: 0 kB
Percpu: 3776 kB
HardwareCorrupted: 0 kB
AnonHugePages: 1435648 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: 201428 kB
DirectMap2M: 7958528 kB
DirectMap1G: 127926272 kB
Free space on /tmp at the end= 432812 MiB
End job on nodeC016 at 2025-07-03 19:54:20