TSTP Solution File: HEN011-4 by GKC---0.8

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : GKC---0.8
% Problem  : HEN011-4 : TPTP v8.1.2. Bugfixed v1.2.1.
% Transfm  : none
% Format   : tptp:raw
% Command  : gkc %s

% Computer : n032.cluster.edu
% Model    : x86_64 x86_64
% CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 2.10GHz
% Memory   : 8042.1875MB
% OS       : Linux 3.10.0-693.el7.x86_64
% CPULimit : 300s
% WCLimit  : 300s
% DateTime : Thu Aug 31 01:55:48 EDT 2023

% Result   : Unsatisfiable 29.13s 4.14s
% Output   : CNFRefutation 29.13s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named property_of_divide1)

% Comments : 
%------------------------------------------------------------------------------
cnf('1',plain,
    ( ~ less_equal(divide(X,Y),Z)
    | less_equal(divide(X,Z),Y) ),
    inference(cnf_transformation,[],[property_of_divide1]) ).

cnf('2',plain,
    ( divide(X,Y) != zero
    | less_equal(X,Y) ),
    inference(cnf_transformation,[],['$inc_quotient_less_equal2']) ).

cnf('3',plain,
    divide(X,X) = zero,
    inference(cnf_transformation,[],[x_divide_x_is_zero]) ).

cnf('4',plain,
    less_equal(X,X),
    inference(resolution,[],['2','3']) ).

cnf('5',plain,
    less_equal(divide(X,divide(X,Y)),Y),
    inference(resolution,[],['1','4']) ).

cnf('6',plain,
    ( ~ less_equal(X,Y)
    | ~ less_equal(Y,X)
    | Y = X ),
    inference(cnf_transformation,[],['$inc_less_equal_and_equal']) ).

cnf('7',plain,
    ( ~ less_equal(X,divide(Y,divide(Y,X)))
    | X = divide(Y,divide(Y,X)) ),
    inference(resolution,[],['5','6']) ).

cnf('8',plain,
    ( less_equal(divide(X,Y),divide(X,Z))
    | ~ less_equal(Z,Y) ),
    inference(cnf_transformation,[],[property_of_divide2]) ).

cnf('9',plain,
    less_equal(divide(X,Y),divide(X,divide(Z,divide(Z,Y)))),
    inference(resolution,[],['5','8']) ).

cnf('10',plain,
    divide(X,Y) = divide(X,divide(X,divide(X,Y))),
    inference(resolution,[],['7','9']) ).

cnf('11',plain,
    less_equal(zero,X),
    inference(cnf_transformation,[],['$inc_zero_is_smallest']) ).

cnf('12',plain,
    ( ~ less_equal(X,zero)
    | X = zero ),
    inference(resolution,[],['6','11']) ).

cnf('13',plain,
    divide(X,divide(X,zero)) = zero,
    inference(resolution,[],['5','12']) ).

cnf('14',plain,
    less_equal(X,divide(X,zero)),
    inference(resolution,[],['13','2']) ).

cnf('15',plain,
    less_equal(divide(X3,zero),X3),
    inference(paramodulation,[],['3','5']) ).

cnf('16',plain,
    divide(X,zero) = X,
    inference(resolution,[then_simplify],['14','6','15']) ).

cnf('17',plain,
    less_equal(divide(divide(X,Y),divide(Z,Y)),divide(divide(X,Z),Y)),
    inference(cnf_transformation,[],['$inc_quotient_property']) ).

cnf('18',plain,
    ( divide(X,Y) = zero
    | ~ less_equal(X,Y) ),
    inference(cnf_transformation,[],['$inc_quotient_less_equal1']) ).

cnf('19',plain,
    divide(divide(divide(X,Y),divide(Z,Y)),divide(divide(X,Z),Y)) = zero,
    inference(resolution,[],['17','18']) ).

cnf('20',plain,
    divide(divide(divide(X,Y),zero),divide(divide(X,Y),Y)) = zero,
    inference(paramodulation,[],['3','19']) ).

cnf('21',plain,
    divide(divide(X,Y),divide(divide(X,Y),Y)) = zero,
    inference(paramodulation,[],['16','20']) ).

cnf('22',plain,
    less_equal(divide(X,Y),divide(divide(X,Y),Y)),
    inference(resolution,[],['21','2']) ).

cnf('23',plain,
    divide(X,identity) = zero,
    inference(cnf_transformation,[],[everything_divide_id_is_zero]) ).

cnf('24',plain,
    less_equal(divide(X,Y),X),
    inference(cnf_transformation,[],['$inc_quotient_smaller_than_numerator']) ).

cnf('25',plain,
    less_equal(zero,X3),
    inference(paramodulation,[],['23','24']) ).

cnf('26',plain,
    less_equal(divide(Y3,X3),Y3),
    inference(paramodulation,[then_simplify],['3','1','25']) ).

cnf('27',plain,
    divide(divide(X,Y),Y) = divide(X,Y),
    inference(resolution,[then_simplify],['22','6','26']) ).

cnf('28',plain,
    ( ~ less_equal(divide(divide(X,Y),Z),divide(divide(X,Z),divide(Y,Z)))
    | divide(divide(X,Y),Z) = divide(divide(X,Z),divide(Y,Z)) ),
    inference(resolution,[],['17','6']) ).

cnf('29',plain,
    less_equal(divide(X,Y),divide(X,divide(Y,Z))),
    inference(resolution,[],['8','24']) ).

cnf('30',plain,
    divide(divide(X,Y),divide(X,divide(Y,Z))) = zero,
    inference(resolution,[],['29','18']) ).

cnf('31',plain,
    less_equal(divide(divide(X,Y),Z),divide(X,divide(Y,U))),
    inference(paramodulation,[then_simplify],['30','1','25']) ).

cnf('32',plain,
    ( ~ less_equal(X,Y)
    | ~ less_equal(Z,X)
    | less_equal(Z,Y) ),
    inference(cnf_transformation,[],[transitivity_of_less_equal]) ).

cnf('33',plain,
    ( less_equal(X3,divide(Y3,zero))
    | ~ less_equal(X3,Y3) ),
    inference(resolution,[],['14','32']) ).

cnf('34',plain,
    ( less_equal(X,Y)
    | ~ less_equal(X,Y) ),
    inference(simplify,[],['33','16']) ).

cnf('35',plain,
    less_equal(divide(divide(X3,Y3),Z3),divide(X3,divide(Y3,U3))),
    inference(resolution,[],['31','34']) ).

cnf('36',plain,
    divide(divide(divide(X3,Y3),Z3),Y3) = divide(divide(divide(X3,Y3),Y3),divide(Z3,Y3)),
    inference(paramodulation,[then_simplify],['27','28','35']) ).

cnf('37',plain,
    divide(divide(divide(X,Y),Z),Y) = divide(divide(X,Y),divide(Z,Y)),
    inference(simplify,[],['36','27']) ).

cnf('38',plain,
    ( ~ less_equal(X,divide(X,Y))
    | X = divide(X,Y) ),
    inference(resolution,[],['6','24']) ).

cnf('39',plain,
    less_equal(divide(X3,Y3),divide(X3,divide(Y3,Z3))),
    inference(resolution,[],['8','24']) ).

cnf('40',plain,
    divide(divide(X,Y),Z) = divide(divide(divide(X,Y),Z),Y),
    inference(paramodulation,[then_simplify],['37','38','39']) ).

cnf('41',plain,
    divide(divide(X,Y),Z) = divide(divide(X,Y),divide(Z,Y)),
    inference(paramodulation,[],['40','37']) ).

cnf('42',plain,
    ( ~ less_equal(X,divide(divide(Y,Z),divide(U,Z)))
    | less_equal(X,divide(divide(Y,U),Z)) ),
    inference(resolution,[],['17','32']) ).

cnf('43',plain,
    less_equal(divide(divide(X3,Y3),Z3),divide(divide(X3,Z3),Y3)),
    inference(resolution,[],['42','29']) ).

cnf('44',plain,
    divide(divide(X3,Y3),Z3) = divide(divide(X3,Z3),divide(Y3,Z3)),
    inference(paramodulation,[then_simplify],['41','28','43']) ).

cnf('45',plain,
    divide(divide(X,Y),Z) = divide(divide(X,Z),Y),
    inference(simplify,[],['44','41']) ).

cnf('46',plain,
    divide(divide(X,Y),divide(X,divide(X,Z))) = divide(divide(X,Z),Y),
    inference(paramodulation,[],['10','45']) ).

cnf('47',plain,
    divide(divide(identity,a),divide(identity,divide(identity,b))) != divide(divide(identity,b),divide(identity,divide(identity,a))),
    inference(cnf_transformation,[],[prove_this]) ).

cnf('48',plain,
    $false,
    inference(paramodulation,[then_simplify],['10','46','47']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.11  % Problem  : HEN011-4 : TPTP v8.1.2. Bugfixed v1.2.1.
% 0.00/0.11  % Command  : gkc %s
% 0.11/0.31  % Computer : n032.cluster.edu
% 0.11/0.31  % Model    : x86_64 x86_64
% 0.11/0.31  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.11/0.31  % Memory   : 8042.1875MB
% 0.11/0.31  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.11/0.31  % CPULimit : 300
% 0.11/0.31  % WCLimit  : 300
% 0.11/0.31  % DateTime : Thu Aug 24 13:32:26 EDT 2023
% 0.11/0.31  % CPUTime  : 
% 0.11/0.35  
% 0.11/0.35  input clause set summed statistics:
% 0.11/0.35  ----------------------------------
% 0.11/0.35  in_clause_count:                    18
% 0.11/0.35  in_rule_clause_count:               16
% 0.11/0.35  in_fact_clause_count:                2
% 0.11/0.35  in_answer_clause_count:              0
% 0.11/0.35  in_ground_clause_count:              2
% 0.11/0.35  in_unit_clause_count:               11
% 0.11/0.35  in_horn_clause_count:               18
% 0.11/0.35  in_pos_clause_count:                10
% 0.11/0.35  in_neg_clause_count:                 1
% 0.11/0.35  in_poseq_clause_count:               8
% 0.11/0.35  in_negeq_clause_count:               2
% 0.11/0.35  in_unitposeq_clause_count:           6
% 0.11/0.35  in_chain_clause_count:               0
% 0.11/0.35  in_min_length:             1
% 0.11/0.35  in_max_length:             3
% 0.11/0.35  in_min_depth:              1
% 0.11/0.35  in_max_depth:              4
% 0.11/0.35  in_min_size:               3
% 0.11/0.35  in_max_size:              19
% 0.11/0.35  in_min_vars:               0
% 0.11/0.35  in_max_vars:               3
% 0.11/0.35  in_extaxiom_count:                 7
% 0.11/0.35  in_axiom_count:                   10
% 0.11/0.35  in_assumption_count:               0
% 0.11/0.35  in_goal_count:                     1
% 0.11/0.35  in_neg_goal_count:                 1
% 0.11/0.35  in_pos_goal_count:                 0
% 0.11/0.35  in_posunit_goal_count:             0
% 0.11/0.35  
% 0.11/0.35  auto guide:
% 0.11/0.35  -----------
% 0.11/0.35  {
% 0.11/0.35  "print":1,
% 0.11/0.35  "print_level": 15,
% 0.11/0.35  "max_size": 0,
% 0.11/0.35  "max_depth": 0,
% 0.11/0.35  "max_length": 0,
% 0.11/0.35  "max_dseconds": 0,
% 0.11/0.35  "runs":[
% 0.11/0.35  {"max_dseconds":1, "strategy":["unit"], "query_preference":1},
% 0.11/0.35  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1},
% 0.11/0.35  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1},
% 0.11/0.35  {"max_dseconds":1, "sine":5, "strategy":["negative_pref"], "query_preference":1},
% 0.11/0.35  {"max_dseconds":1, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.11/0.35  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.11/0.35  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.11/0.35  {"max_dseconds":1, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.11/0.35  {"max_dseconds":1, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.11/0.35  {"max_dseconds":1, "strategy":["unit"], "query_preference":0},
% 0.11/0.35  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0},
% 0.11/0.35  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":1},
% 0.11/0.35  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.11/0.35  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":1},
% 0.11/0.35  {"max_dseconds":1, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.11/0.35  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.11/0.35  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.11/0.35  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0},
% 0.11/0.35  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.11/0.35  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.11/0.35  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.11/0.35  {"max_dseconds":1, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.11/0.35  {"max_dseconds":1, "strategy":["query_focus", "double"], "query_preference":1},
% 0.11/0.35  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.11/0.35  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.11/0.35  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.11/0.35  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.11/0.35  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para","prohibit_unordered_para"], "query_preference":1, "reverse_clauselist":1},
% 0.11/0.35  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.11/0.35  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.11/0.35  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":1},
% 0.11/0.35  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.11/0.35  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":1},
% 0.11/0.35  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":1},
% 0.11/0.35  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.11/0.35  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.11/0.35  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":1},
% 0.11/0.35  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.11/0.35  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.11/0.35  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1, "max_size":17},
% 0.11/0.35  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0},
% 0.11/0.35  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.11/0.35  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.11/0.35  {"max_dseconds":1, "sine":5, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.11/0.35  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.11/0.35  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.11/0.35  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.11/0.35  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.11/0.35  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":2},
% 0.11/0.35  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.11/0.35  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.11/0.35  {"max_dseconds":1, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.11/0.35  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.11/0.35  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.11/0.35  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.11/0.35  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.11/0.35  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.11/0.35  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.11/0.35  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.11/0.35  {"max_dseconds":1, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.11/0.35  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.11/0.35  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.11/0.35  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":1},
% 0.11/0.35  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":1},
% 0.11/0.35  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":1},
% 0.11/0.35  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.11/0.35  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.11/0.35  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.11/0.35  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.11/0.35  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.11/0.35  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.11/0.35  {"var_weight":70, "repeat_var_weight":70, "rewrite":0, "length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["hardness_pref", "max_weight"], "max_dseconds":1},
% 0.11/0.35  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.11/0.35  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.11/0.35  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.11/0.35  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.11/0.35  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":1},
% 0.11/0.35  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":1},
% 0.11/0.35  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.11/0.35  {"max_dseconds":1, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.11/0.35  {"max_dseconds":1, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.11/0.35  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.11/0.35  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight","prohibit_unordered_para"], "max_dseconds":1},
% 0.11/0.35  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.11/0.35  {"max_dseconds":1, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.11/0.35  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.11/0.35  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":1},
% 0.11/0.35  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":1, "strategy":["query_focus", "prohibit_nested_para"], "max_dseconds":1},
% 0.11/0.35  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":1},
% 0.11/0.35  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.11/0.35  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":1},
% 0.11/0.35  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.11/0.35  
% 0.11/0.35  {"max_dseconds":10, "strategy":["unit"], "query_preference":1},
% 0.11/0.35  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1},
% 0.11/0.35  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1},
% 0.11/0.35  {"max_dseconds":10, "sine":5, "strategy":["negative_pref"], "query_preference":1},
% 0.11/0.35  {"max_dseconds":10, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.11/0.35  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.11/0.35  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.11/0.35  {"max_dseconds":10, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.11/0.35  {"max_dseconds":10, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.11/0.35  {"max_dseconds":10, "strategy":["unit"], "query_preference":0},
% 0.11/0.35  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0},
% 0.11/0.35  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":1},
% 0.11/0.35  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.11/0.35  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":1},
% 0.11/0.35  {"max_dseconds":10, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.11/0.35  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.11/0.35  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.11/0.35  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0},
% 0.11/0.35  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.11/0.35  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.11/0.35  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.11/0.35  {"max_dseconds":10, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.11/0.35  {"max_dseconds":10, "strategy":["query_focus", "double"], "query_preference":1},
% 0.11/0.35  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.11/0.35  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.11/0.35  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.11/0.35  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.11/0.35  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para","prohibit_unordered_para"], "query_preference":1, "reverse_clauselist":1},
% 0.11/0.35  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.11/0.35  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.11/0.35  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":10},
% 0.11/0.35  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.11/0.35  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":10},
% 0.11/0.35  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":10},
% 0.11/0.35  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.11/0.35  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.11/0.35  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":10},
% 0.11/0.35  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.11/0.35  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.11/0.35  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1, "max_size":17},
% 0.11/0.35  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0},
% 0.11/0.35  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.11/0.35  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.11/0.35  {"max_dseconds":10, "sine":5, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.11/0.35  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.11/0.35  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.11/0.35  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.11/0.35  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.11/0.35  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":2},
% 0.11/0.35  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.11/0.35  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.11/0.35  {"max_dseconds":10, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.11/0.35  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.11/0.35  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.11/0.35  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.11/0.35  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.11/0.35  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.11/0.35  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.11/0.35  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.11/0.35  {"max_dseconds":10, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.11/0.35  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.11/0.35  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.11/0.35  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":10},
% 0.11/0.35  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":10},
% 0.11/0.35  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":10},
% 0.11/0.35  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.11/0.35  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.11/0.35  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.11/0.35  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.11/0.35  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.11/0.35  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.11/0.35  {"var_weight":70, "repeat_var_weight":70, "rewrite":0, "length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["hardness_pref", "max_weight"], "max_dseconds":10},
% 0.11/0.35  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.11/0.35  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.11/0.35  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.11/0.35  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.11/0.35  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":10},
% 0.11/0.35  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":10},
% 0.11/0.35  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.11/0.35  {"max_dseconds":10, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.11/0.35  {"max_dseconds":10, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.11/0.35  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.11/0.35  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight","prohibit_unordered_para"], "max_dseconds":10},
% 0.11/0.35  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.11/0.35  {"max_dseconds":10, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.11/0.35  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.11/0.35  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":10},
% 0.11/0.35  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":1, "strategy":["query_focus", "prohibit_nested_para"], "max_dseconds":10},
% 0.11/0.35  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":10},
% 0.11/0.35  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.11/0.35  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":10},
% 0.11/0.35  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.11/0.35  
% 0.11/0.35  {"max_dseconds":50, "strategy":["unit"], "query_preference":1},
% 0.11/0.35  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1},
% 0.11/0.35  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1},
% 0.11/0.35  {"max_dseconds":50, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.11/0.35  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.11/0.35  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.11/0.35  {"max_dseconds":50, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.11/0.35  {"max_dseconds":50, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.11/0.35  {"max_dseconds":50, "strategy":["unit"], "query_preference":0},
% 0.11/0.35  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0},
% 0.11/0.35  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":1},
% 0.11/0.35  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.11/0.35  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":1},
% 0.11/0.35  {"max_dseconds":50, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.11/0.35  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.11/0.35  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.11/0.35  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0},
% 0.11/0.35  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.11/0.35  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.11/0.35  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.11/0.35  {"max_dseconds":50, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.11/0.35  {"max_dseconds":50, "strategy":["query_focus", "double"], "query_preference":1},
% 0.11/0.35  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.11/0.35  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.11/0.35  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.11/0.35  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.11/0.35  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para","prohibit_unordered_para"], "query_preference":1, "reverse_clauselist":1},
% 0.11/0.35  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.11/0.35  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.11/0.35  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":50},
% 0.11/0.35  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.11/0.35  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":50},
% 0.11/0.35  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":50},
% 0.11/0.35  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.11/0.35  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.11/0.35  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":50},
% 0.11/0.35  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.11/0.35  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.11/0.35  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1, "max_size":17},
% 0.11/0.35  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0},
% 0.11/0.35  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.11/0.35  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.11/0.35  {"max_dseconds":50, "sine":5, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.11/0.35  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.11/0.35  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.11/0.35  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.11/0.35  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.11/0.35  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":2},
% 0.11/0.35  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.11/0.35  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.11/0.35  {"max_dseconds":50, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.11/0.35  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.11/0.35  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.11/0.35  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.11/0.35  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.11/0.35  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.11/0.35  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.11/0.35  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.11/0.35  {"max_dseconds":50, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.11/0.35  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.11/0.35  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.11/0.35  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":50},
% 0.11/0.35  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":50},
% 0.11/0.35  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":50},
% 0.11/0.35  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.11/0.35  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.11/0.35  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.11/0.35  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.11/0.35  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.11/0.35  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.11/0.35  {"var_weight":70, "repeat_var_weight":70, "rewrite":0, "length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["hardness_pref", "max_weight"], "max_dseconds":50},
% 0.11/0.35  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.11/0.35  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.11/0.35  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.11/0.35  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.11/0.35  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":50},
% 0.11/0.35  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":50},
% 0.11/0.35  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.11/0.35  {"max_dseconds":50, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.11/0.35  {"max_dseconds":50, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.11/0.35  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.11/0.35  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight","prohibit_unordered_para"], "max_dseconds":50},
% 0.11/0.35  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.11/0.35  {"max_dseconds":50, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.11/0.35  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.11/0.35  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":50},
% 0.11/0.35  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":1, "strategy":["query_focus", "prohibit_nested_para"], "max_dseconds":50},
% 0.11/0.35  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":50},
% 0.11/0.35  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.11/0.35  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":50},
% 0.11/0.35  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.11/0.35  
% 0.11/0.35  {"max_dseconds":250, "strategy":["unit"], "query_preference":1},
% 0.11/0.35  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1},
% 0.11/0.35  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1},
% 0.11/0.35  {"max_dseconds":250, "strategy":["unit"], "query_preference":0},
% 0.11/0.35  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0},
% 0.11/0.35  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":1},
% 0.11/0.35  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.11/0.35  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.11/0.35  {"max_dseconds":250, "strategy":["positive_pref"], "query_preference":0},
% 0.11/0.35  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.11/0.35  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.11/0.35  {"max_dseconds":250, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.11/0.35  {"max_dseconds":250, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.11/0.35  {"max_dseconds":250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.11/0.35  {"max_dseconds":250, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.11/0.35  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.11/0.35  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.11/0.35  {"max_dseconds":250, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.11/0.35  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.11/0.35  {"max_dseconds":250, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.11/0.35  
% 0.11/0.35  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1},
% 0.11/0.35  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1},
% 0.11/0.35  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1},
% 0.11/0.35  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0},
% 0.11/0.35  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0},
% 0.11/0.35  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":1},
% 0.11/0.35  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.11/0.35  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.11/0.35  {"max_dseconds":1250, "strategy":["positive_pref"], "query_preference":0},
% 0.11/0.35  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.11/0.35  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.11/0.35  {"max_dseconds":1250, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.11/0.35  {"max_dseconds":1250, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.11/0.35  {"max_dseconds":1250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.11/0.35  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.11/0.35  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.11/0.35  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.11/0.35  {"max_dseconds":1250, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.11/0.35  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "rewrite":0} 
% 0.11/0.35  
% 0.11/0.35  ]}
% 0.11/0.35  
% 0.11/0.35  
% 0.11/0.35  **** run 1 fork 0 starts with strategy
% 0.11/0.35  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.11/0.35  
% 0.11/0.35  **** run 2 fork 1 starts with strategy
% 0.11/0.35  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 0.11/0.35  
% 0.11/0.35  **** run 3 fork 2 starts with strategy
% 0.11/0.35  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1}
% 0.11/0.35  
% 0.11/0.35  **** run 4 fork 3 starts with strategy
% 0.11/0.35  {"max_dseconds":1,"sine":5,"strategy":["negative_pref"],"query_preference":1}
% 0.11/0.35  
% 0.11/0.35  **** run 5 fork 4 starts with strategy
% 0.11/0.35  {"max_dseconds":1,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 0.11/0.35  
% 0.11/0.35  **** run 6 fork 5 starts with strategy
% 0.11/0.35  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 0.11/0.35  
% 0.11/0.35  **** run 7 fork 6 starts with strategy
% 0.11/0.35  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 0.11/0.37  
% 0.11/0.37  **** run 8 fork 7 starts with strategy
% 0.11/0.37  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 0.17/0.48  
% 0.17/0.48  
% 0.17/0.48  fork 6: search terminated without proof.
% 0.17/0.48  
% 0.17/0.48  
% 0.17/0.48  fork 4: search terminated without proof.
% 0.17/0.48  
% 0.17/0.48  
% 0.17/0.48  fork 5: search terminated without proof.
% 0.17/0.48  
% 0.17/0.48  
% 0.17/0.48  fork 0: search terminated without proof.
% 0.17/0.49  
% 0.17/0.49  
% 0.17/0.49  fork 3: search terminated without proof.
% 0.17/0.49  
% 0.17/0.49  
% 0.17/0.49  fork 7: search terminated without proof.
% 0.17/0.50  
% 0.17/0.50  
% 0.17/0.50  fork 1: search terminated without proof.
% 0.17/0.50  
% 0.17/0.50  
% 0.17/0.50  fork 2: search terminated without proof.
% 0.17/0.50  
% 0.17/0.50  **** run 15 fork 6 starts with strategy
% 0.17/0.50  {"max_dseconds":1,"strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.17/0.50  
% 0.17/0.50  **** run 14 fork 5 starts with strategy
% 0.17/0.50  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_deep_para"],"query_preference":1}
% 0.17/0.50  
% 0.17/0.50  **** run 13 fork 4 starts with strategy
% 0.17/0.50  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":1}
% 0.17/0.50  
% 0.17/0.50  **** run 9 fork 0 starts with strategy
% 0.17/0.50  {"max_dseconds":1,"strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.17/0.51  
% 0.17/0.51  **** run 12 fork 3 starts with strategy
% 0.17/0.51  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":1}
% 0.17/0.52  
% 0.17/0.52  **** run 10 fork 1 starts with strategy
% 0.17/0.52  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.17/0.52  
% 0.17/0.52  **** run 11 fork 2 starts with strategy
% 0.17/0.52  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0}
% 0.17/0.53  
% 0.17/0.53  **** run 16 fork 7 starts with strategy
% 0.17/0.53  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 0.17/0.61  
% 0.17/0.61  fork 4: search finished without proof.
% 0.17/0.62  
% 0.17/0.62  fork 5: search finished without proof.
% 0.17/0.62  
% 0.17/0.62  
% 0.17/0.62  fork 6: search terminated without proof.
% 0.17/0.63  
% 0.17/0.63  **** run 21 fork 4 starts with strategy
% 0.17/0.63  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1,"length_penalty":100}
% 0.17/0.63  
% 0.17/0.63  **** run 23 fork 6 starts with strategy
% 0.17/0.63  {"max_dseconds":1,"strategy":["query_focus","double"],"query_preference":1}
% 0.17/0.64  
% 0.17/0.64  
% 0.17/0.64  fork 0: search terminated without proof.
% 0.17/0.64  
% 0.17/0.64  **** run 22 fork 5 starts with strategy
% 0.17/0.64  {"max_dseconds":1,"strategy":["negative_pref","prohibit_nested_para"],"query_preference":0}
% 0.17/0.64  
% 0.17/0.64  
% 0.17/0.64  fork 1: search terminated without proof.
% 0.17/0.64  
% 0.17/0.64  
% 0.17/0.64  fork 2: search terminated without proof.
% 0.17/0.64  
% 0.17/0.64  
% 0.17/0.64  fork 7: search terminated without proof.
% 0.17/0.66  
% 0.17/0.66  **** run 18 fork 1 starts with strategy
% 0.17/0.66  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0}
% 0.17/0.66  
% 0.17/0.66  **** run 24 fork 7 starts with strategy
% 0.17/0.66  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 0.17/0.66  
% 0.17/0.66  **** run 19 fork 2 starts with strategy
% 0.17/0.66  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 0.17/0.67  
% 0.17/0.67  fork 3: search finished without proof.
% 0.17/0.68  
% 0.17/0.68  **** run 17 fork 0 starts with strategy
% 0.17/0.68  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.17/0.70  
% 0.17/0.70  **** run 20 fork 3 starts with strategy
% 0.17/0.70  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 2.14/0.75  
% 2.14/0.75  
% 2.14/0.75  fork 4: search terminated without proof.
% 2.14/0.75  
% 2.14/0.75  
% 2.14/0.75  fork 5: search terminated without proof.
% 2.14/0.76  
% 2.14/0.76  
% 2.14/0.76  fork 6: search terminated without proof.
% 2.14/0.77  
% 2.14/0.77  **** run 29 fork 4 starts with strategy
% 2.14/0.77  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 2.14/0.77  
% 2.14/0.77  **** run 31 fork 6 starts with strategy
% 2.14/0.77  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":0,"strategy":["query_focus","posunitpara"],"max_dseconds":1}
% 2.14/0.78  
% 2.14/0.78  **** run 30 fork 5 starts with strategy
% 2.14/0.78  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 2.14/0.78  
% 2.14/0.78  
% 2.14/0.78  fork 7: search terminated without proof.
% 2.14/0.79  
% 2.14/0.79  
% 2.14/0.79  fork 1: search terminated without proof.
% 2.14/0.80  
% 2.14/0.80  
% 2.14/0.80  fork 2: search terminated without proof.
% 2.14/0.80  
% 2.14/0.80  **** run 32 fork 7 starts with strategy
% 2.14/0.80  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":2}
% 2.14/0.81  
% 2.14/0.81  **** run 26 fork 1 starts with strategy
% 2.14/0.81  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 2.14/0.82  
% 2.14/0.82  **** run 27 fork 2 starts with strategy
% 2.14/0.82  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 3.59/0.84  
% 3.59/0.84  fork 7: search finished without proof.
% 3.59/0.85  
% 3.59/0.85  **** run 40 fork 7 starts with strategy
% 3.59/0.85  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1,"max_size":17}
% 3.59/0.88  
% 3.59/0.88  
% 3.59/0.88  fork 4: search terminated without proof.
% 3.59/0.89  
% 3.59/0.89  
% 3.59/0.89  fork 3: search terminated without proof.
% 3.59/0.89  
% 3.59/0.89  
% 3.59/0.89  fork 0: search terminated without proof.
% 3.59/0.90  
% 3.59/0.90  
% 3.59/0.90  fork 5: search terminated without proof.
% 3.59/0.90  
% 3.59/0.90  **** run 37 fork 4 starts with strategy
% 3.59/0.90  {"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["positive_pref"],"max_dseconds":1}
% 3.59/0.91  
% 3.59/0.91  
% 3.59/0.91  fork 6: search terminated without proof.
% 3.59/0.91  
% 3.59/0.91  **** run 25 fork 0 starts with strategy
% 3.59/0.91  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"depth_penalty":100}
% 3.59/0.91  
% 3.59/0.91  **** run 28 fork 3 starts with strategy
% 3.59/0.91  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para","prohibit_unordered_para"],"query_preference":1,"reverse_clauselist":1}
% 4.35/0.92  
% 4.35/0.92  **** run 38 fork 5 starts with strategy
% 4.35/0.92  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":1}
% 4.35/0.93  
% 4.35/0.93  **** run 39 fork 6 starts with strategy
% 4.35/0.93  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 4.35/0.93  
% 4.35/0.93  
% 4.35/0.93  fork 1: search terminated without proof.
% 4.35/0.94  
% 4.35/0.94  
% 4.35/0.94  fork 2: search terminated without proof.
% 4.35/0.95  
% 4.35/0.95  **** run 34 fork 1 starts with strategy
% 4.35/0.95  {"weight_select_ratio":100,"query_preference":0,"strategy":["negative_pref","max_weight"],"max_dseconds":1}
% 4.35/0.96  
% 4.35/0.96  **** run 35 fork 2 starts with strategy
% 4.35/0.96  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"equality":0}
% 4.35/0.97  
% 4.35/0.97  
% 4.35/0.97  fork 7: search terminated without proof.
% 4.35/0.99  
% 4.35/0.99  **** run 48 fork 7 starts with strategy
% 4.35/0.99  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":0}
% 4.94/1.02  
% 4.94/1.02  
% 4.94/1.02  fork 4: search terminated without proof.
% 4.94/1.02  
% 4.94/1.02  
% 4.94/1.02  fork 3: search terminated without proof.
% 4.94/1.03  
% 4.94/1.03  **** run 45 fork 4 starts with strategy
% 4.94/1.03  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 4.94/1.04  
% 4.94/1.04  
% 4.94/1.04  fork 0: search terminated without proof.
% 4.94/1.04  
% 4.94/1.04  **** run 36 fork 3 starts with strategy
% 4.94/1.04  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1}
% 4.94/1.05  
% 4.94/1.05  
% 4.94/1.05  fork 6: search terminated without proof.
% 4.94/1.06  
% 4.94/1.06  **** run 33 fork 0 starts with strategy
% 4.94/1.06  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":1,"strategy":["query_focus","max_weight"],"max_dseconds":1}
% 4.94/1.06  
% 4.94/1.06  
% 4.94/1.06  fork 5: search terminated without proof.
% 4.94/1.07  
% 4.94/1.07  **** run 47 fork 6 starts with strategy
% 4.94/1.07  {"max_dseconds":1,"strategy":["unit","pure_unit"],"max_size":30,"max_depth":10,"max_weight":300,"weight_select_ratio":1,"rewrite":0}
% 4.94/1.07  
% 4.94/1.07  
% 4.94/1.07  fork 1: search terminated without proof.
% 4.94/1.07  
% 4.94/1.07  
% 4.94/1.07  fork 2: search terminated without proof.
% 5.55/1.09  
% 5.55/1.09  **** run 42 fork 1 starts with strategy
% 5.55/1.09  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":1}
% 5.55/1.09  
% 5.55/1.09  **** run 46 fork 5 starts with strategy
% 5.55/1.09  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 5.55/1.09  
% 5.55/1.09  **** run 43 fork 2 starts with strategy
% 5.55/1.09  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 5.55/1.11  
% 5.55/1.11  
% 5.55/1.11  fork 7: search terminated without proof.
% 5.55/1.13  
% 5.55/1.13  **** run 56 fork 7 starts with strategy
% 5.55/1.13  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":2}
% 5.55/1.15  
% 5.55/1.15  
% 5.55/1.15  fork 4: search terminated without proof.
% 5.55/1.16  
% 5.55/1.16  
% 5.55/1.16  fork 3: search terminated without proof.
% 5.55/1.17  
% 5.55/1.17  **** run 53 fork 4 starts with strategy
% 5.55/1.17  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"rewrite":0}
% 6.33/1.18  
% 6.33/1.18  **** run 44 fork 3 starts with strategy
% 6.33/1.18  {"max_dseconds":1,"sine":5,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 6.33/1.18  
% 6.33/1.18  
% 6.33/1.18  fork 0: search terminated without proof.
% 6.33/1.19  
% 6.33/1.19  
% 6.33/1.19  fork 6: search terminated without proof.
% 6.53/1.20  
% 6.53/1.20  **** run 41 fork 0 starts with strategy
% 6.53/1.20  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0}
% 6.53/1.20  
% 6.53/1.20  **** run 55 fork 6 starts with strategy
% 6.53/1.20  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 6.53/1.21  
% 6.53/1.21  
% 6.53/1.21  fork 1: search terminated without proof.
% 6.53/1.21  
% 6.53/1.21  
% 6.53/1.21  fork 5: search terminated without proof.
% 6.53/1.22  
% 6.53/1.22  
% 6.53/1.22  fork 2: search terminated without proof.
% 6.75/1.23  
% 6.75/1.23  **** run 50 fork 1 starts with strategy
% 6.75/1.23  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 6.75/1.24  
% 6.75/1.24  **** run 51 fork 2 starts with strategy
% 6.75/1.24  
% 6.75/1.24  **** run 54 fork 5 starts with strategy
% 6.75/1.24  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"rewrite":0}
% 6.75/1.24  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 6.75/1.25  
% 6.75/1.25  
% 6.75/1.25  fork 7: search terminated without proof.
% 6.75/1.27  
% 6.75/1.27  **** run 64 fork 7 starts with strategy
% 6.75/1.27  {"max_depth":0,"length_penalty":100,"query_preference":2,"strategy":["hardness_pref","posunitpara"],"max_dseconds":1}
% 7.33/1.30  
% 7.33/1.30  fork 3: search finished without proof.
% 7.33/1.30  
% 7.33/1.30  
% 7.33/1.30  fork 4: search terminated without proof.
% 7.33/1.32  
% 7.33/1.32  **** run 61 fork 4 starts with strategy
% 7.33/1.32  
% 7.33/1.32  **** run 52 fork 3 starts with strategy
% 7.33/1.32  {"max_dseconds":1,"strategy":["query_focus","max_ground_weight"],"query_preference":1}
% 7.33/1.32  {"max_dseconds":1,"strategy":["unit","pure_unit"],"query_preference":0}
% 7.33/1.32  
% 7.33/1.32  
% 7.33/1.32  fork 0: search terminated without proof.
% 7.33/1.32  
% 7.33/1.32  
% 7.33/1.32  fork 6: search terminated without proof.
% 7.33/1.34  
% 7.33/1.34  **** run 49 fork 0 starts with strategy
% 7.33/1.34  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":2}
% 7.33/1.34  
% 7.33/1.34  **** run 63 fork 6 starts with strategy
% 7.33/1.34  {"depth_penalty":50,"query_preference":2,"strategy":["negative_pref"],"max_dseconds":1}
% 7.33/1.35  
% 7.33/1.35  fork 4: search finished without proof.
% 7.33/1.35  
% 7.33/1.35  
% 7.33/1.35  fork 1: search terminated without proof.
% 7.33/1.36  
% 7.33/1.36  
% 7.33/1.36  fork 2: search terminated without proof.
% 7.33/1.36  
% 7.33/1.36  
% 7.33/1.36  fork 5: search terminated without proof.
% 7.33/1.37  
% 7.33/1.37  **** run 69 fork 4 starts with strategy
% 7.33/1.37  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 7.33/1.37  
% 7.33/1.37  **** run 58 fork 1 starts with strategy
% 7.33/1.37  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":3}
% 7.97/1.38  
% 7.97/1.38  **** run 59 fork 2 starts with strategy
% 7.97/1.38  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":30,"depth_penalty":100}
% 7.97/1.39  
% 7.97/1.39  
% 7.97/1.39  fork 7: search terminated without proof.
% 7.97/1.39  
% 7.97/1.39  **** run 62 fork 5 starts with strategy
% 7.97/1.39  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":1}
% 7.97/1.41  
% 7.97/1.41  **** run 72 fork 7 starts with strategy
% 7.97/1.41  {"var_weight":70,"repeat_var_weight":70,"rewrite":0,"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["hardness_pref","max_weight"],"max_dseconds":1}
% 7.97/1.42  
% 7.97/1.42  fork 5: search finished without proof.
% 7.97/1.44  
% 7.97/1.44  **** run 70 fork 5 starts with strategy
% 7.97/1.44  {"max_dseconds":1,"strategy":["unit","pure_unit"],"weight_select_ratio":1,"query_preference":0}
% 7.97/1.46  
% 7.97/1.46  
% 7.97/1.46  fork 0: search terminated without proof.
% 7.97/1.46  
% 7.97/1.46  
% 7.97/1.46  fork 6: search terminated without proof.
% 7.97/1.47  
% 7.97/1.47  fork 5: search finished without proof.
% 7.97/1.48  
% 7.97/1.48  **** run 57 fork 0 starts with strategy
% 7.97/1.48  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"length_penalty":100}
% 7.97/1.48  
% 7.97/1.48  **** run 71 fork 6 starts with strategy
% 7.97/1.48  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":1}
% 7.97/1.49  
% 7.97/1.49  fork 1: search finished without proof.
% 7.97/1.49  
% 7.97/1.49  
% 7.97/1.49  fork 4: search terminated without proof.
% 7.97/1.49  
% 7.97/1.49  **** run 78 fork 5 starts with strategy
% 7.97/1.49  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":1}
% 7.97/1.50  
% 7.97/1.50  **** run 66 fork 1 starts with strategy
% 7.97/1.50  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"max_depth":2}
% 7.97/1.51  
% 7.97/1.51  **** run 77 fork 4 starts with strategy
% 7.97/1.51  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":1}
% 7.97/1.51  
% 7.97/1.51  
% 7.97/1.51  fork 2: search terminated without proof.
% 7.97/1.53  
% 7.97/1.53  
% 7.97/1.53  fork 7: search terminated without proof.
% 7.97/1.53  
% 7.97/1.53  **** run 67 fork 2 starts with strategy
% 7.97/1.53  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":6,"var_weight":1}
% 7.97/1.54  
% 7.97/1.54  fork 1: search finished without proof.
% 7.97/1.54  
% 7.97/1.54  **** run 80 fork 7 starts with strategy
% 7.97/1.54  {"max_dseconds":1,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 7.97/1.55  
% 7.97/1.55  **** run 74 fork 1 starts with strategy
% 7.97/1.55  {"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 7.97/1.57  
% 7.97/1.57  
% 7.97/1.57  fork 3: search terminated without proof.
% 7.97/1.60  
% 7.97/1.60  **** run 60 fork 3 starts with strategy
% 7.97/1.60  
% 7.97/1.60  
% 7.97/1.60  fork 0: search terminated without proof.
% 7.97/1.61  
% 7.97/1.61  
% 7.97/1.61  fork 6: search terminated without proof.
% 7.97/1.61  {"max_dseconds":1,"strategy":["negative_pref","posunitpara"],"query_preference":1,"max_depth":2,"depth_penalty":50,"length_penalty":100}
% 7.97/1.62  
% 7.97/1.62  
% 7.97/1.62  fork 5: search terminated without proof.
% 7.97/1.62  
% 7.97/1.62  **** run 65 fork 0 starts with strategy
% 7.97/1.62  {"weight_select_ratio":100,"query_preference":1,"strategy":["negative_pref"],"max_dseconds":1}
% 7.97/1.62  
% 7.97/1.62  **** run 79 fork 6 starts with strategy
% 7.97/1.62  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"max_depth":2}
% 7.97/1.63  
% 7.97/1.63  
% 7.97/1.63  fork 4: search terminated without proof.
% 7.97/1.64  
% 7.97/1.64  **** run 86 fork 5 starts with strategy
% 7.97/1.64  {"depth_penalty":50,"query_preference":1,"strategy":["hardness_pref","hornpref","max_weight"],"max_dseconds":1}
% 7.97/1.65  
% 7.97/1.65  **** run 85 fork 4 starts with strategy
% 7.97/1.65  {"max_dseconds":1,"strategy":["query_focus","posunitpara"],"query_preference":1,"depth_penalty":50,"length_penalty":100}
% 7.97/1.65  
% 7.97/1.65  
% 7.97/1.65  fork 2: search terminated without proof.
% 7.97/1.65  
% 7.97/1.65  fork 3: search finished without proof.
% 7.97/1.65  
% 7.97/1.65  fork 6: search finished without proof.
% 7.97/1.66  
% 7.97/1.66  
% 7.97/1.66  fork 7: search terminated without proof.
% 7.97/1.67  
% 7.97/1.67  **** run 87 fork 6 starts with strategy
% 7.97/1.67  {"rewrite":0,"depth_penalty":50,"query_preference":1,"strategy":["query_focus","hornpref"],"max_dseconds":1}
% 7.97/1.67  
% 7.97/1.67  **** run 75 fork 2 starts with strategy
% 7.97/1.67  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":0,"depth_penalty":50,"length_penalty":100}
% 7.97/1.68  
% 7.97/1.68  **** run 88 fork 7 starts with strategy
% 7.97/1.68  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"query_preference":1,"strategy":["query_focus","prohibit_nested_para"],"max_dseconds":1}
% 7.97/1.69  
% 7.97/1.69  **** run 68 fork 3 starts with strategy
% 7.97/1.69  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"max_depth":6,"var_weight":1}
% 10.57/1.73  
% 10.57/1.73  
% 10.57/1.73  fork 1: search terminated without proof.
% 10.57/1.74  
% 10.57/1.74  
% 10.57/1.74  fork 0: search terminated without proof.
% 10.80/1.75  
% 10.80/1.75  **** run 82 fork 1 starts with strategy
% 10.80/1.75  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight"],"max_dseconds":1}
% 10.80/1.76  
% 10.80/1.76  **** run 73 fork 0 starts with strategy
% 10.80/1.76  {"max_depth":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 10.80/1.76  
% 10.80/1.76  fork 5: search finished without proof.
% 10.80/1.77  
% 10.80/1.77  
% 10.80/1.77  fork 4: search terminated without proof.
% 10.80/1.78  
% 10.80/1.78  **** run 94 fork 5 starts with strategy
% 10.80/1.78  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1}
% 10.80/1.79  
% 10.80/1.79  
% 10.80/1.79  fork 2: search terminated without proof.
% 10.80/1.79  
% 10.80/1.79  **** run 93 fork 4 starts with strategy
% 10.80/1.79  {"max_dseconds":10,"strategy":["unit"],"query_preference":1}
% 10.80/1.79  
% 10.80/1.79  
% 10.80/1.79  fork 6: search terminated without proof.
% 10.80/1.80  
% 10.80/1.80  
% 10.80/1.80  fork 7: search terminated without proof.
% 10.80/1.81  
% 10.80/1.81  **** run 83 fork 2 starts with strategy
% 10.80/1.81  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight","prohibit_unordered_para"],"max_dseconds":1}
% 10.80/1.81  
% 10.80/1.81  
% 10.80/1.81  fork 3: search terminated without proof.
% 10.80/1.81  
% 10.80/1.81  **** run 95 fork 6 starts with strategy
% 10.80/1.81  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1}
% 11.35/1.83  
% 11.35/1.83  **** run 76 fork 3 starts with strategy
% 11.35/1.83  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 11.35/1.83  
% 11.35/1.83  **** run 96 fork 7 starts with strategy
% 11.35/1.83  {"max_dseconds":10,"sine":5,"strategy":["negative_pref"],"query_preference":1}
% 11.73/1.87  
% 11.73/1.87  
% 11.73/1.87  fork 1: search terminated without proof.
% 11.73/1.87  
% 11.73/1.87  
% 11.73/1.87  fork 0: search terminated without proof.
% 11.73/1.89  
% 11.73/1.89  **** run 90 fork 1 starts with strategy
% 11.73/1.89  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"weight_select_ratio":30,"depth_penalty":100,"length_penalty":100}
% 11.73/1.89  
% 11.73/1.89  **** run 81 fork 0 starts with strategy
% 11.73/1.89  {"max_dseconds":1,"strategy":["negative_pref","max_ground_weight"],"query_preference":0}
% 11.73/1.93  
% 11.73/1.93  
% 11.73/1.93  fork 2: search terminated without proof.
% 12.35/1.95  
% 12.35/1.95  **** run 91 fork 2 starts with strategy
% 12.35/1.95  {"length_penalty":100,"query_preference":1,"strategy":["positive_pref","posunitpara"],"max_dseconds":1}
% 12.35/1.96  
% 12.35/1.96  
% 12.35/1.96  fork 3: search terminated without proof.
% 12.55/1.98  
% 12.55/1.98  **** run 84 fork 3 starts with strategy
% 12.55/1.98  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 12.55/2.01  
% 12.55/2.01  
% 12.55/2.01  fork 0: search terminated without proof.
% 12.55/2.01  
% 12.55/2.01  
% 12.55/2.01  fork 1: search terminated without proof.
% 12.98/2.03  
% 12.98/2.03  **** run 89 fork 0 starts with strategy
% 12.98/2.03  {"query_preference":1,"strategy":["unit","max_weight"],"max_dseconds":1}
% 12.98/2.03  
% 12.98/2.03  **** run 98 fork 1 starts with strategy
% 12.98/2.03  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 13.16/2.07  
% 13.16/2.07  
% 13.16/2.07  fork 2: search terminated without proof.
% 13.16/2.08  
% 13.16/2.08  **** run 99 fork 2 starts with strategy
% 13.16/2.08  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 13.16/2.09  
% 13.16/2.09  
% 13.16/2.09  fork 3: search terminated without proof.
% 13.16/2.11  
% 13.16/2.11  **** run 92 fork 3 starts with strategy
% 13.16/2.11  {"weight_select_ratio":100,"rewrite":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 13.74/2.15  
% 13.74/2.15  
% 13.74/2.15  fork 0: search terminated without proof.
% 13.74/2.16  
% 13.74/2.16  **** run 97 fork 0 starts with strategy
% 13.74/2.16  {"max_dseconds":10,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 14.12/2.24  
% 14.12/2.24  fork 3: search finished without proof.
% 14.12/2.25  
% 14.12/2.25  **** run 100 fork 3 starts with strategy
% 14.12/2.25  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 18.65/2.81  
% 18.65/2.81  
% 18.65/2.81  fork 5: search terminated without proof.
% 18.65/2.81  
% 18.65/2.81  
% 18.65/2.81  fork 4: search terminated without proof.
% 19.09/2.83  
% 19.09/2.83  **** run 101 fork 4 starts with strategy
% 19.09/2.83  {"max_dseconds":10,"strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 19.09/2.83  
% 19.09/2.83  
% 19.09/2.83  fork 6: search terminated without proof.
% 19.09/2.84  
% 19.09/2.84  **** run 102 fork 5 starts with strategy
% 19.09/2.84  {"max_dseconds":10,"strategy":["unit"],"query_preference":0}
% 19.41/2.85  
% 19.41/2.85  
% 19.41/2.85  fork 7: search terminated without proof.
% 19.41/2.87  
% 19.41/2.87  **** run 103 fork 6 starts with strategy
% 19.41/2.87  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0}
% 19.41/2.88  
% 19.41/2.88  **** run 104 fork 7 starts with strategy
% 19.41/2.88  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":1}
% 20.09/3.10  
% 20.09/3.10  
% 20.09/3.10  fork 2: search terminated without proof.
% 20.09/3.13  
% 20.09/3.13  **** run 107 fork 2 starts with strategy
% 20.09/3.13  {"max_dseconds":10,"strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 20.63/3.15  
% 20.63/3.15  
% 20.63/3.15  fork 1: search terminated without proof.
% 20.63/3.17  
% 20.63/3.17  **** run 106 fork 1 starts with strategy
% 20.63/3.17  {"max_dseconds":10,"strategy":["hardness_pref","prohibit_deep_para"],"query_preference":1}
% 22.20/3.26  
% 22.20/3.26  
% 22.20/3.26  fork 0: search terminated without proof.
% 22.20/3.29  
% 22.20/3.29  **** run 105 fork 0 starts with strategy
% 22.20/3.29  {"max_dseconds":10,"strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":1}
% 23.54/3.41  
% 23.54/3.41  
% 23.54/3.41  fork 3: search terminated without proof.
% 23.54/3.43  
% 23.54/3.43  **** run 108 fork 3 starts with strategy
% 23.54/3.43  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 25.94/3.87  
% 25.94/3.87  
% 25.94/3.87  fork 5: search terminated without proof.
% 25.94/3.89  
% 25.94/3.89  
% 25.94/3.89  fork 6: search terminated without proof.
% 25.94/3.89  
% 25.94/3.89  **** run 110 fork 5 starts with strategy
% 25.94/3.89  {"max_dseconds":10,"strategy":["positive_pref"],"query_preference":0}
% 25.94/3.91  
% 25.94/3.91  
% 25.94/3.91  fork 7: search terminated without proof.
% 25.94/3.92  
% 25.94/3.92  **** run 111 fork 6 starts with strategy
% 25.94/3.92  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 25.94/3.93  
% 25.94/3.93  **** run 112 fork 7 starts with strategy
% 25.94/3.93  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 28.61/4.06  
% 28.61/4.06  
% 28.61/4.06  fork 4: search terminated without proof.
% 28.61/4.10  
% 28.61/4.10  **** run 109 fork 4 starts with strategy
% 28.61/4.10  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 29.13/4.14  
% 29.13/4.14  
% 29.13/4.14  result: proof found
% 29.13/4.14  for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 29.13/4.14  by run 111 fork 6 strategy {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 29.13/4.14  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 29.13/4.14  
% 29.13/4.14  % SZS output start CNFRefutation for /export/starexec/sandbox/benchmark/theBenchmark.p 
% See solution above
% 29.13/4.14  
% 29.13/4.14  run 111 fork 6 statistics:
% 29.13/4.14  ----------------------------------
% 29.13/4.14  this run seconds: 0.131217
% 29.13/4.14  total seconds: 3.719062
% 29.13/4.14  stat_given_used: 144
% 29.13/4.14  stat_given_used_at_endgame: 0
% 29.13/4.14  stat_given_candidates:   2099
% 29.13/4.14  stat_given_candidates_at_endgame: 0
% 29.13/4.14  stat_given_candidates_h: 0
% 29.13/4.14  stat_binres_derived_cl:   770
% 29.13/4.14  stat_binres_derived_cl_h: 0
% 29.13/4.14  stat_factor_derived_cl: 3
% 29.13/4.14  stat_para_derived_cl: 19702
% 29.13/4.14  stat_tautologies_discarded: 42
% 29.13/4.14  stat_forward_subsumed: 4367
% 29.13/4.14  stat_derived_cut: 226
% 29.13/4.14  stat_derived_rewritten: 153
% 29.13/4.14  stat_weight_discarded_building: 0
% 29.13/4.14  stat_weight_discarded_cl: 10977
% 29.13/4.14  stat_internlimit_discarded_cl: 0
% 29.13/4.14  stat_simplified:  153 simplified 0 derived 0 given
% 29.13/4.14  stat_kept_cl: 4455
% 29.13/4.14  stat_built_cl: 15873
% 29.13/4.14  stat_hyperres_partial_cl: 0
% 29.13/4.14  stat_made_rewriters: 65
% 29.13/4.14  stat_backward_subsumed: 0
% 29.13/4.14  stat_propagated_subsumed: 0
% 29.13/4.14  stat_clsubs_attempted:                      5179
% 29.13/4.14  stat_clsubs_fact_groundunit_found:             6
% 29.13/4.14  stat_clsubs_rule_groundunit_found:             1
% 29.13/4.14  stat_clsubs_top_meta_attempted:              16545
% 29.13/4.14  stat_clsubs_top_meta_failed:                 11366
% 29.13/4.14  stat_clsubs_top_meta_nonpref_attempted:               16545
% 29.13/4.14  stat_clsubs_top_meta_nonpref_succeeded:                5808
% 29.13/4.14  stat_clsubs_top_meta_pref_attempted:                   5808
% 29.13/4.14  stat_clsubs_top_meta_pref1_succeeded:                  5808
% 29.13/4.14  stat_clsubs_top_meta_pref2_succeeded:                  5344
% 29.13/4.14  stat_clsubs_top_meta_pref3_succeeded:                  5179
% 29.13/4.14  stat_clsubs_top_meta_pref_succeeded:                   5179
% 29.13/4.14  stat_clsubs_meta_attempted:                 5615
% 29.13/4.14  stat_clsubs_meta_failed:                    1034
% 29.13/4.14  stat_clsubs_predsymbs_attempted:               0
% 29.13/4.14  stat_clsubs_unit_attempted:                 4697
% 29.13/4.14  stat_clsubs_full_attempted:                  482
% 29.13/4.14  stat_forwardsubs_attempted:                19800
% 29.13/4.14  stat_lit_hash_added:                   5248
% 29.13/4.14  stat_lit_hash_computed:               27924
% 29.13/4.14  stat_lit_hash_match_found:             4707
% 29.13/4.14  stat_lit_hash_match_miss:             35002
% 29.13/4.14  stat_lit_hash_cut_ok:                    88
% 29.13/4.14  stat_lit_strong_cut_ok:                 156
% 29.13/4.14  stat_lit_hash_subsume_ok:              4367
% 29.13/4.14  clqueue els 10000000 used 1
% 29.13/4.14  clactive els 10000000 used 145
% 29.13/4.14  clactivesubsume els 10000000 used 763
% 29.13/4.14  queue_termbuf els 200000000 used 281146
% 29.13/4.14  hyper_termbuf els 100000000 used 1
% 29.13/4.14  active_termbuf els 100000000 used 5414
% 29.13/4.14  varstack els 5000 last used 1
% 29.13/4.14  given_termbuf els 10000000 last used 1
% 29.13/4.14  simplified_termbuf els 10000000 last used 1
% 29.13/4.14  derived_termbuf els 10000000 last used 38
% 29.13/4.14  wr_mallocs: 16258
% 29.13/4.14  wr_callocs: 21
% 29.13/4.14  wr_reallocs: 766
% 29.13/4.14  wr_frees: 2
% 29.13/4.14  wr_malloc_bytes: 4163169588
% 29.13/4.14  wr_calloc_bytes: 112065536
% 29.13/4.14  wr_realloc_bytes: 145080
% 29.13/4.14  wr_realloc_freebytes: 0
% 29.13/4.14  ----------------------------------
%------------------------------------------------------------------------------