TSTP Solution File: NUM017-2 by GKC---0.8

View Problem - Process Solution

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

% Computer : n009.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 11:22:39 EDT 2023

% Result   : Unsatisfiable 5.71s 1.67s
% Output   : CNFRefutation 5.71s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named primes_lemma1)

% Comments : 
%------------------------------------------------------------------------------
cnf('1',plain,
    ( ~ product(X,X,Y)
    | ~ divides(Z,Y)
    | divides(Z,X)
    | ~ prime(Z) ),
    inference(cnf_transformation,[],[primes_lemma1]) ).

cnf('2',plain,
    ( ~ product(X,Y,Z)
    | product(Y,X,Z) ),
    inference(cnf_transformation,[],[product_commutativity]) ).

cnf('3',plain,
    product(X,Y,multiply(X,Y)),
    inference(cnf_transformation,[],[closure_of_product]) ).

cnf('4',plain,
    product(X,Y,multiply(Y,X)),
    inference(resolution,[],['2','3']) ).

cnf('5',plain,
    ( ~ divides(X,multiply(Y,Y))
    | divides(X,Y)
    | ~ prime(X) ),
    inference(resolution,[],['1','4']) ).

cnf('6',plain,
    prime(a),
    inference(cnf_transformation,[],[a_is_prime]) ).

cnf('7',plain,
    ( ~ divides(a,multiply(X,X))
    | divides(a,X) ),
    inference(resolution,[],['5','6']) ).

cnf('8',plain,
    ( ~ product(X,Y,Z)
    | divides(X,Z) ),
    inference(cnf_transformation,[],[product_divisible_by_operand]) ).

cnf('9',plain,
    divides(X,multiply(Y,X)),
    inference(resolution,[],['4','8']) ).

cnf('10',plain,
    divides(a,a),
    inference(resolution,[],['7','9']) ).

cnf('11',plain,
    ( product(X,second_divided_by_1st(X,Y),Y)
    | ~ divides(X,Y) ),
    inference(cnf_transformation,[],[divides_implies_product]) ).

cnf('12',plain,
    product(a,second_divided_by_1st(a,a),a),
    inference(resolution,[],['10','11']) ).

cnf('13',plain,
    ( ~ product(X,Y,Z)
    | ~ product(X,Y,U)
    | Z = U ),
    inference(cnf_transformation,[],[well_defined_product]) ).

cnf('14',plain,
    ( X = multiply(Y,Z)
    | ~ product(Z,Y,X) ),
    inference(resolution,[],['13','4']) ).

cnf('15',plain,
    a = multiply(second_divided_by_1st(a,a),a),
    inference(resolution,[],['12','14']) ).

cnf('16',plain,
    ( ~ product(X,Y,Z)
    | ~ product(U,X,V)
    | ~ product(U,Z,W)
    | product(V,Y,W) ),
    inference(cnf_transformation,[],[product_associativity1]) ).

cnf('17',plain,
    ( ~ product(X,multiply(Y,Z),U)
    | ~ product(X,Z,V)
    | product(V,Y,U) ),
    inference(resolution,[],['16','4']) ).

cnf('18',plain,
    ( product(X,Y,multiply(multiply(Y,Z),U))
    | ~ product(U,Z,X) ),
    inference(resolution,[],['17','4']) ).

cnf('19',plain,
    product(multiply(X,Y),Z,multiply(multiply(Z,X),Y)),
    inference(resolution,[],['18','4']) ).

cnf('20',plain,
    product(X,second_divided_by_1st(X,multiply(Y,X)),multiply(Y,X)),
    inference(resolution,[],['11','9']) ).

cnf('21',plain,
    ( ~ product(X,Y,Z)
    | ~ product(X,U,Z)
    | U = Y ),
    inference(cnf_transformation,[],[product_left_cancellation]) ).

cnf('22',plain,
    ( ~ product(X,Y,multiply(Z,X))
    | Z = Y ),
    inference(resolution,[],['21','4']) ).

cnf('23',plain,
    X = second_divided_by_1st(Y,multiply(X,Y)),
    inference(resolution,[],['20','22']) ).

cnf('24',plain,
    ( X = second_divided_by_1st(Y,Z)
    | ~ product(Y,X,Z) ),
    inference(paramodulation,[],['14','23']) ).

cnf('25',plain,
    X = second_divided_by_1st(multiply(Y,Z),multiply(multiply(X,Y),Z)),
    inference(resolution,[],['19','24']) ).

cnf('26',plain,
    X3 = second_divided_by_1st(a,multiply(multiply(X3,second_divided_by_1st(a,a)),a)),
    inference(paramodulation,[],['15','25']) ).

cnf('27',plain,
    X = multiply(X,second_divided_by_1st(a,a)),
    inference(simplify,[],['26','23']) ).

cnf('28',plain,
    divides(second_divided_by_1st(a,a),X),
    inference(paramodulation,[],['27','9']) ).

cnf('29',plain,
    ( ~ divides(X,c)
    | ~ divides(X,b) ),
    inference(cnf_transformation,[],[prove_there_is_no_common_divisor]) ).

cnf('30',plain,
    divides(second_divided_by_1st(a,a),X3),
    inference(paramodulation,[],['27','9']) ).

cnf('31',plain,
    $false,
    inference(resolution,[then_simplify],['28','29','30']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.09/0.13  % Problem  : NUM017-2 : TPTP v8.1.2. Bugfixed v1.2.1.
% 0.09/0.14  % Command  : gkc %s
% 0.14/0.36  % Computer : n009.cluster.edu
% 0.14/0.36  % Model    : x86_64 x86_64
% 0.14/0.36  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.36  % Memory   : 8042.1875MB
% 0.14/0.36  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.36  % CPULimit : 300
% 0.14/0.36  % WCLimit  : 300
% 0.14/0.36  % DateTime : Fri Aug 25 08:40:05 EDT 2023
% 0.14/0.36  % CPUTime  : 
% 0.21/0.40  
% 0.21/0.40  input clause set summed statistics:
% 0.21/0.40  ----------------------------------
% 0.21/0.40  in_clause_count:                    15
% 0.21/0.40  in_rule_clause_count:               12
% 0.21/0.40  in_fact_clause_count:                3
% 0.21/0.40  in_answer_clause_count:              0
% 0.21/0.40  in_ground_clause_count:              4
% 0.21/0.40  in_unit_clause_count:                5
% 0.21/0.40  in_horn_clause_count:               15
% 0.21/0.40  in_pos_clause_count:                 4
% 0.21/0.40  in_neg_clause_count:                 2
% 0.21/0.40  in_poseq_clause_count:               2
% 0.21/0.40  in_negeq_clause_count:               0
% 0.21/0.40  in_unitposeq_clause_count:           0
% 0.21/0.40  in_chain_clause_count:               0
% 0.21/0.40  in_min_length:             1
% 0.21/0.40  in_max_length:             4
% 0.21/0.40  in_min_depth:              1
% 0.21/0.40  in_max_depth:              2
% 0.21/0.40  in_min_size:               2
% 0.21/0.40  in_max_size:              16
% 0.21/0.40  in_min_vars:               0
% 0.21/0.40  in_max_vars:               6
% 0.21/0.40  in_extaxiom_count:                 0
% 0.21/0.40  in_axiom_count:                   10
% 0.21/0.40  in_assumption_count:               4
% 0.21/0.40  in_goal_count:                     1
% 0.21/0.40  in_neg_goal_count:                 1
% 0.21/0.40  in_pos_goal_count:                 0
% 0.21/0.40  in_posunit_goal_count:             0
% 0.21/0.40  
% 0.21/0.40  auto guide:
% 0.21/0.40  -----------
% 0.21/0.40  {
% 0.21/0.40  "print":1,
% 0.21/0.40  "print_level": 15,
% 0.21/0.40  "max_size": 0,
% 0.21/0.40  "max_depth": 0,
% 0.21/0.40  "max_length": 0,
% 0.21/0.40  "max_dseconds": 0,
% 0.21/0.40  "runs":[
% 0.21/0.40  {"max_dseconds":1, "strategy":["unit"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":1, "sine":5, "strategy":["negative_pref"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":1, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":1, "strategy":["unit"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.21/0.40  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":1, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":1, "strategy":["query_focus", "double"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.21/0.40  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para","prohibit_unordered_para"], "query_preference":1, "reverse_clauselist":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.21/0.40  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.40  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.21/0.40  {"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.21/0.40  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.21/0.40  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.21/0.40  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":1},
% 0.21/0.40  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.21/0.40  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1, "max_size":17},
% 0.21/0.40  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":1, "sine":5, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":3},
% 0.21/0.40  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.21/0.40  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.21/0.40  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":2},
% 0.21/0.40  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":1, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.21/0.40  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.21/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.21/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.21/0.40  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.21/0.40  {"max_dseconds":1, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.21/0.40  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":1},
% 0.21/0.40  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":1},
% 0.21/0.40  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.21/0.40  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.21/0.40  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.21/0.40  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.21/0.40  {"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.21/0.40  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.21/0.40  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.21/0.40  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.21/0.40  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":1},
% 0.21/0.40  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.21/0.40  {"max_dseconds":1, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":1, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.21/0.40  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.21/0.40  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight","prohibit_unordered_para"], "max_dseconds":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.40  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.21/0.40  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":1},
% 0.21/0.40  {"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.21/0.40  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.21/0.40  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":1},
% 0.21/0.40  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.21/0.40  
% 0.21/0.40  {"max_dseconds":10, "strategy":["unit"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":10, "sine":5, "strategy":["negative_pref"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":10, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":10, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":10, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":10, "strategy":["unit"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":10, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.21/0.40  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":10, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":10, "strategy":["query_focus", "double"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.21/0.40  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.21/0.40  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.21/0.40  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para","prohibit_unordered_para"], "query_preference":1, "reverse_clauselist":1},
% 0.21/0.40  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.21/0.40  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.40  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":10},
% 0.21/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.21/0.40  {"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.21/0.40  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":10},
% 0.21/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.21/0.40  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.21/0.40  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":10},
% 0.21/0.40  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.21/0.40  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.21/0.40  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1, "max_size":17},
% 0.21/0.40  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":10, "sine":5, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":3},
% 0.21/0.40  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.21/0.40  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.21/0.40  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":2},
% 0.21/0.40  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":10, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.21/0.40  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.21/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.21/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.21/0.40  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.21/0.40  {"max_dseconds":10, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.21/0.40  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":10},
% 0.21/0.40  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":10},
% 0.21/0.40  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":10},
% 0.21/0.40  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.21/0.40  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.21/0.40  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.21/0.40  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.21/0.40  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.21/0.40  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.21/0.40  {"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.21/0.40  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.21/0.40  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.21/0.40  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.21/0.40  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.21/0.40  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":10},
% 0.21/0.40  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":10},
% 0.21/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.21/0.40  {"max_dseconds":10, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":10, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.21/0.40  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.21/0.40  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight","prohibit_unordered_para"], "max_dseconds":10},
% 0.21/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds":10, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.40  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.21/0.40  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":10},
% 0.21/0.40  {"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.21/0.40  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":10},
% 0.21/0.40  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.21/0.40  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":10},
% 0.21/0.40  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.21/0.40  
% 0.21/0.40  {"max_dseconds":50, "strategy":["unit"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":50, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":50, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":50, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":50, "strategy":["unit"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":50, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.21/0.40  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":50, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":50, "strategy":["query_focus", "double"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.21/0.40  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.21/0.40  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.21/0.40  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para","prohibit_unordered_para"], "query_preference":1, "reverse_clauselist":1},
% 0.21/0.40  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.21/0.40  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.40  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":50},
% 0.21/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.21/0.40  {"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.21/0.40  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":50},
% 0.21/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.21/0.40  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.21/0.40  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":50},
% 0.21/0.40  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.21/0.40  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.21/0.40  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1, "max_size":17},
% 0.21/0.40  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":50, "sine":5, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":3},
% 0.21/0.40  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.21/0.40  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.21/0.40  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":2},
% 0.21/0.40  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":50, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.21/0.40  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.21/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.21/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.21/0.40  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.21/0.40  {"max_dseconds":50, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.21/0.40  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":50},
% 0.21/0.40  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":50},
% 0.21/0.40  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":50},
% 0.21/0.40  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.21/0.40  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.21/0.40  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.21/0.40  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.21/0.40  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.21/0.40  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.21/0.40  {"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.21/0.40  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.21/0.40  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.21/0.40  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.21/0.40  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.21/0.40  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":50},
% 0.21/0.40  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":50},
% 0.21/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.21/0.40  {"max_dseconds":50, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":50, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.21/0.40  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.21/0.40  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight","prohibit_unordered_para"], "max_dseconds":50},
% 0.21/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds":50, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.40  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.21/0.40  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":50},
% 0.21/0.40  {"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.21/0.40  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":50},
% 0.21/0.40  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.21/0.40  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":50},
% 0.21/0.40  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.21/0.40  
% 0.21/0.40  {"max_dseconds":250, "strategy":["unit"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":250, "strategy":["unit"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds":250, "strategy":["positive_pref"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.21/0.40  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds":250, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":250, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":250, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.21/0.40  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.21/0.40  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":250, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.21/0.40  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.21/0.40  {"max_dseconds":250, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.21/0.40  
% 0.21/0.40  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds":1250, "strategy":["positive_pref"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.21/0.40  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds":1250, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":1250, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":1250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.21/0.40  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.21/0.40  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":1250, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.21/0.40  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "rewrite":0} 
% 0.21/0.40  
% 0.21/0.40  ]}
% 0.21/0.40  
% 0.21/0.40  
% 0.21/0.40  **** run 1 fork 0 starts with strategy
% 0.21/0.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.21/0.40  
% 0.21/0.40  **** run 2 fork 1 starts with strategy
% 0.21/0.40  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 0.21/0.40  
% 0.21/0.40  **** run 3 fork 2 starts with strategy
% 0.21/0.40  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1}
% 0.21/0.42  
% 0.21/0.42  **** run 6 fork 5 starts with strategy
% 0.21/0.42  
% 0.21/0.42  **** run 7 fork 6 starts with strategy
% 0.21/0.42  
% 0.21/0.42  **** run 5 fork 4 starts with strategy
% 0.21/0.42  {"max_dseconds":1,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}{"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 0.21/0.42  
% 0.21/0.42  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 0.21/0.42  
% 0.21/0.42  **** run 4 fork 3 starts with strategy
% 0.21/0.42  
% 0.21/0.42  **** run 8 fork 7 starts with strategy
% 0.21/0.42  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 0.21/0.42  {"max_dseconds":1,"sine":5,"strategy":["negative_pref"],"query_preference":1}
% 0.21/0.48  
% 0.21/0.48  fork 3: search finished without proof.
% 0.21/0.51  
% 0.21/0.51  **** run 12 fork 3 starts with strategy
% 0.21/0.51  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":1}
% 0.21/0.53  
% 0.21/0.53  
% 0.21/0.53  fork 0: search terminated without proof.
% 0.21/0.57  
% 0.21/0.57  **** run 9 fork 0 starts with strategy
% 0.21/0.58  {"max_dseconds":1,"strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.21/0.59  
% 0.21/0.59  
% 0.21/0.59  fork 2: search terminated without proof.
% 0.21/0.62  
% 0.21/0.62  
% 0.21/0.62  fork 5: search terminated without proof.
% 0.21/0.62  
% 0.21/0.62  
% 0.21/0.62  fork 1: search terminated without proof.
% 1.00/0.64  
% 1.00/0.64  **** run 11 fork 2 starts with strategy
% 1.00/0.64  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0}
% 1.00/0.65  
% 1.00/0.65  
% 1.00/0.65  fork 4: search terminated without proof.
% 1.00/0.65  
% 1.00/0.65  **** run 10 fork 1 starts with strategy
% 1.00/0.65  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 1.00/0.65  
% 1.00/0.65  
% 1.00/0.65  fork 7: search terminated without proof.
% 1.00/0.65  
% 1.00/0.65  
% 1.00/0.65  fork 6: search terminated without proof.
% 1.00/0.67  
% 1.00/0.67  **** run 14 fork 5 starts with strategy
% 1.00/0.67  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_deep_para"],"query_preference":1}
% 1.00/0.69  
% 1.00/0.69  **** run 15 fork 6 starts with strategy
% 1.00/0.69  {"max_dseconds":1,"strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 1.00/0.69  
% 1.00/0.69  **** run 16 fork 7 starts with strategy
% 1.00/0.69  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 1.00/0.70  
% 1.00/0.70  **** run 13 fork 4 starts with strategy
% 1.00/0.70  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":1}
% 1.00/0.73  
% 1.00/0.73  
% 1.00/0.73  fork 3: search terminated without proof.
% 1.67/0.76  
% 1.67/0.76  
% 1.67/0.76  fork 0: search terminated without proof.
% 1.67/0.76  
% 1.67/0.76  **** run 20 fork 3 starts with strategy
% 1.67/0.76  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 1.99/0.80  
% 1.99/0.80  **** run 17 fork 0 starts with strategy
% 1.99/0.80  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 1.99/0.80  
% 1.99/0.80  
% 1.99/0.80  fork 5: search terminated without proof.
% 1.99/0.82  
% 1.99/0.82  
% 1.99/0.82  fork 2: search terminated without proof.
% 1.99/0.82  
% 1.99/0.82  **** run 22 fork 5 starts with strategy
% 1.99/0.82  {"max_dseconds":1,"strategy":["negative_pref","prohibit_nested_para"],"query_preference":0}
% 1.99/0.84  
% 1.99/0.84  
% 1.99/0.84  fork 7: search terminated without proof.
% 1.99/0.84  
% 1.99/0.84  **** run 19 fork 2 starts with strategy
% 1.99/0.84  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 2.35/0.87  
% 2.35/0.87  **** run 24 fork 7 starts with strategy
% 2.35/0.87  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 2.35/0.87  
% 2.35/0.87  
% 2.35/0.87  fork 1: search terminated without proof.
% 2.35/0.91  
% 2.35/0.91  
% 2.35/0.91  fork 6: search terminated without proof.
% 2.35/0.92  
% 2.35/0.92  **** run 18 fork 1 starts with strategy
% 2.35/0.92  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0}
% 2.35/0.92  
% 2.35/0.92  
% 2.35/0.92  fork 4: search terminated without proof.
% 2.35/0.94  
% 2.35/0.94  
% 2.35/0.94  fork 5: search terminated without proof.
% 2.35/0.94  
% 2.35/0.94  **** run 23 fork 6 starts with strategy
% 2.35/0.94  {"max_dseconds":1,"strategy":["query_focus","double"],"query_preference":1}
% 2.35/0.95  
% 2.35/0.95  
% 2.35/0.95  fork 3: search terminated without proof.
% 2.35/0.95  
% 2.35/0.95  **** run 21 fork 4 starts with strategy
% 2.35/0.95  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1,"length_penalty":100}
% 2.35/0.95  
% 2.35/0.95  **** run 30 fork 5 starts with strategy
% 2.35/0.95  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 2.85/0.98  
% 2.85/0.98  
% 2.85/0.98  fork 0: search terminated without proof.
% 2.85/0.98  
% 2.85/0.98  **** run 28 fork 3 starts with strategy
% 2.85/0.98  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para","prohibit_unordered_para"],"query_preference":1,"reverse_clauselist":1}
% 2.99/0.99  
% 2.99/0.99  **** run 25 fork 0 starts with strategy
% 2.99/0.99  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"depth_penalty":100}
% 3.21/1.07  
% 3.21/1.07  
% 3.21/1.07  fork 2: search terminated without proof.
% 3.21/1.08  
% 3.21/1.08  
% 3.21/1.08  fork 5: search terminated without proof.
% 3.54/1.10  
% 3.54/1.10  **** run 38 fork 5 starts with strategy
% 3.54/1.10  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":1}
% 3.54/1.11  
% 3.54/1.11  
% 3.54/1.11  fork 7: search terminated without proof.
% 3.54/1.12  
% 3.54/1.12  **** run 27 fork 2 starts with strategy
% 3.54/1.12  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 3.54/1.15  
% 3.54/1.15  
% 3.54/1.15  fork 6: search terminated without proof.
% 3.54/1.15  
% 3.54/1.15  
% 3.54/1.15  fork 4: search terminated without proof.
% 3.54/1.16  
% 3.54/1.16  **** run 32 fork 7 starts with strategy
% 3.54/1.16  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":2}
% 3.54/1.16  
% 3.54/1.16  
% 3.54/1.16  fork 1: search terminated without proof.
% 3.84/1.17  
% 3.84/1.17  **** run 29 fork 4 starts with strategy
% 3.84/1.17  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 3.84/1.17  
% 3.84/1.17  
% 3.84/1.17  fork 0: search terminated without proof.
% 3.84/1.18  
% 3.84/1.18  **** run 31 fork 6 starts with strategy
% 3.84/1.19  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":0,"strategy":["query_focus","posunitpara"],"max_dseconds":1}
% 3.84/1.20  
% 3.84/1.20  **** run 33 fork 0 starts with strategy
% 3.84/1.20  
% 3.84/1.20  **** run 26 fork 1 starts with strategy
% 3.84/1.20  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 3.84/1.21  
% 3.84/1.21  
% 3.84/1.21  fork 3: search terminated without proof.
% 3.84/1.22  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":1,"strategy":["query_focus","max_weight"],"max_dseconds":1}
% 3.84/1.22  
% 3.84/1.22  
% 3.84/1.22  fork 5: search terminated without proof.
% 3.84/1.24  
% 3.84/1.24  **** run 46 fork 5 starts with strategy
% 3.84/1.24  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":3}
% 3.84/1.26  
% 3.84/1.26  **** run 36 fork 3 starts with strategy
% 3.84/1.26  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1}
% 4.30/1.26  No candidate clauses found.
% 4.30/1.26  
% 4.30/1.26  
% 4.30/1.26  fork 5: search terminated without proof.
% 4.30/1.28  
% 4.30/1.28  fork 7: search finished without proof.
% 4.30/1.28  
% 4.30/1.28  **** run 54 fork 5 starts with strategy
% 4.30/1.28  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"rewrite":0}
% 4.30/1.32  
% 4.30/1.32  **** run 40 fork 7 starts with strategy
% 4.30/1.33  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1,"max_size":17}
% 4.30/1.35  
% 4.30/1.35  
% 4.30/1.35  fork 0: search terminated without proof.
% 4.30/1.37  
% 4.30/1.37  **** run 41 fork 0 starts with strategy
% 4.30/1.37  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0}
% 4.65/1.39  
% 4.65/1.39  
% 4.65/1.39  fork 4: search terminated without proof.
% 4.91/1.40  
% 4.91/1.40  
% 4.91/1.40  fork 6: search terminated without proof.
% 4.92/1.42  
% 4.92/1.42  **** run 37 fork 4 starts with strategy
% 4.92/1.42  {"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["positive_pref"],"max_dseconds":1}
% 4.92/1.42  
% 4.92/1.42  
% 4.92/1.42  fork 1: search terminated without proof.
% 4.92/1.42  
% 4.92/1.42  **** run 39 fork 6 starts with strategy
% 4.92/1.42  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 4.92/1.45  
% 4.92/1.45  **** run 34 fork 1 starts with strategy
% 4.92/1.47  {"weight_select_ratio":100,"query_preference":0,"strategy":["negative_pref","max_weight"],"max_dseconds":1}
% 4.92/1.47  
% 4.92/1.47  
% 4.92/1.47  fork 5: search terminated without proof.
% 5.31/1.50  
% 5.31/1.50  
% 5.31/1.50  fork 3: search terminated without proof.
% 5.31/1.51  
% 5.31/1.51  **** run 62 fork 5 starts with strategy
% 5.31/1.51  {"max_dseconds":1,"strategy":["unit","pure_unit"],"query_preference":0}
% 5.31/1.54  
% 5.31/1.54  fork 5: search finished without proof.
% 5.31/1.55  
% 5.31/1.55  **** run 44 fork 3 starts with strategy
% 5.31/1.55  {"max_dseconds":1,"sine":5,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 5.31/1.56  
% 5.31/1.56  
% 5.31/1.56  fork 4: search terminated without proof.
% 5.31/1.56  
% 5.31/1.56  
% 5.31/1.56  fork 0: search terminated without proof.
% 5.31/1.57  
% 5.31/1.57  
% 5.31/1.57  fork 6: search terminated without proof.
% 5.31/1.58  
% 5.31/1.58  **** run 70 fork 5 starts with strategy
% 5.31/1.58  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 5.31/1.58  
% 5.31/1.58  **** run 49 fork 0 starts with strategy
% 5.31/1.58  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":0}
% 5.31/1.59  
% 5.31/1.59  **** run 45 fork 4 starts with strategy
% 5.31/1.59  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 5.71/1.60  
% 5.71/1.60  **** run 47 fork 6 starts with strategy
% 5.71/1.60  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 5.71/1.60  
% 5.71/1.60  fork 3: search finished without proof.
% 5.71/1.63  
% 5.71/1.63  **** run 52 fork 3 starts with strategy
% 5.71/1.63  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 5.71/1.67  
% 5.71/1.67  
% 5.71/1.67  result: proof found
% 5.71/1.67  for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 5.71/1.67  by run 27 fork 2 strategy {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 5.71/1.67  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 5.71/1.67  
% 5.71/1.67  % SZS output start CNFRefutation for /export/starexec/sandbox/benchmark/theBenchmark.p 
% See solution above
% 5.71/1.67  
% 5.71/1.67  run 27 fork 2 statistics:
% 5.71/1.67  ----------------------------------
% 5.71/1.67  this run seconds: 0.085229
% 5.71/1.67  total seconds: 0.524357
% 5.71/1.67  stat_given_used: 469
% 5.71/1.67  stat_given_used_at_endgame: 0
% 5.71/1.67  stat_given_candidates:   1145
% 5.71/1.67  stat_given_candidates_at_endgame: 0
% 5.71/1.67  stat_given_candidates_h: 0
% 5.71/1.67  stat_binres_derived_cl:   7180
% 5.71/1.67  stat_binres_derived_cl_h: 0
% 5.71/1.67  stat_factor_derived_cl: 35
% 5.71/1.67  stat_para_derived_cl: 3643
% 5.71/1.67  stat_tautologies_discarded: 33
% 5.71/1.67  stat_forward_subsumed: 4170
% 5.71/1.67  stat_derived_cut: 4
% 5.71/1.67  stat_derived_rewritten: 13
% 5.71/1.67  stat_weight_discarded_building: 0
% 5.71/1.67  stat_weight_discarded_cl: 1603
% 5.71/1.67  stat_internlimit_discarded_cl: 0
% 5.71/1.67  stat_simplified:  13 simplified 0 derived 0 given
% 5.71/1.67  stat_kept_cl: 4954
% 5.71/1.67  stat_built_cl: 7508
% 5.71/1.67  stat_hyperres_partial_cl: 0
% 5.71/1.67  stat_made_rewriters: 50
% 5.71/1.67  stat_backward_subsumed: 0
% 5.71/1.67  stat_propagated_subsumed: 0
% 5.71/1.67  stat_clsubs_attempted:                     10567
% 5.71/1.67  stat_clsubs_fact_groundunit_found:             5
% 5.71/1.67  stat_clsubs_rule_groundunit_found:             4
% 5.71/1.67  stat_clsubs_top_meta_attempted:             179919
% 5.71/1.67  stat_clsubs_top_meta_failed:                169352
% 5.71/1.67  stat_clsubs_top_meta_nonpref_attempted:              179919
% 5.71/1.67  stat_clsubs_top_meta_nonpref_succeeded:               32336
% 5.71/1.67  stat_clsubs_top_meta_pref_attempted:                  32336
% 5.71/1.67  stat_clsubs_top_meta_pref1_succeeded:                 13506
% 5.71/1.67  stat_clsubs_top_meta_pref2_succeeded:                 10711
% 5.71/1.67  stat_clsubs_top_meta_pref3_succeeded:                 10567
% 5.71/1.67  stat_clsubs_top_meta_pref_succeeded:                  10567
% 5.71/1.67  stat_clsubs_meta_attempted:                17362
% 5.71/1.67  stat_clsubs_meta_failed:                    6153
% 5.71/1.67  stat_clsubs_predsymbs_attempted:               0
% 5.71/1.67  stat_clsubs_unit_attempted:                 4874
% 5.71/1.67  stat_clsubs_full_attempted:                 5693
% 5.71/1.67  stat_forwardsubs_attempted:                10728
% 5.71/1.67  stat_lit_hash_added:                   7886
% 5.71/1.67  stat_lit_hash_computed:               31741
% 5.71/1.67  stat_lit_hash_match_found:             4198
% 5.71/1.67  stat_lit_hash_match_miss:             32048
% 5.71/1.67  stat_lit_hash_cut_ok:                     3
% 5.71/1.67  stat_lit_strong_cut_ok:                   1
% 5.71/1.67  stat_lit_hash_subsume_ok:              4170
% 5.71/1.67  clqueue els 10000000 used 1
% 5.71/1.67  clactive els 10000000 used 470
% 5.71/1.67  clactivesubsume els 10000000 used 2563
% 5.71/1.67  queue_termbuf els 200000000 used 246009
% 5.71/1.67  hyper_termbuf els 100000000 used 1
% 5.71/1.67  active_termbuf els 100000000 used 13941
% 5.71/1.67  varstack els 5000 last used 1
% 5.71/1.67  given_termbuf els 10000000 last used 1
% 5.71/1.67  simplified_termbuf els 10000000 last used 1
% 5.71/1.67  derived_termbuf els 10000000 last used 29
% 5.71/1.67  wr_mallocs: 9094
% 5.71/1.67  wr_callocs: 21
% 5.71/1.67  wr_reallocs: 1873
% 5.71/1.67  wr_frees: 2
% 5.71/1.67  wr_malloc_bytes: 4162919940
% 5.71/1.67  wr_calloc_bytes: 112065536
% 5.71/1.67  wr_realloc_bytes: 356768
% 5.71/1.67  wr_realloc_freebytes: 0
% 5.71/1.67  ----------------------------------
%------------------------------------------------------------------------------