TSTP Solution File: FLD049-3 by GKC---0.8

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : GKC---0.8
% Problem  : FLD049-3 : TPTP v8.1.2. Bugfixed v2.1.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : gkc %s

% Computer : n024.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 : Wed Aug 30 22:32:14 EDT 2023

% Result   : Unsatisfiable 98.87s 13.00s
% Output   : CNFRefutation 98.87s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named not_product_8)

% Comments : 
%------------------------------------------------------------------------------
cnf('1',plain,
    ~ product(a,d,multiply(b,c)),
    inference(cnf_transformation,[],[not_product_8]) ).

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

cnf('3',plain,
    ( ~ product(X,Y,multiply(b,c))
    | ~ product(Z,d,Y)
    | ~ product(X,Z,a) ),
    inference(resolution,[],['1','2']) ).

cnf('4',plain,
    ( product(X,Y,multiply(X,Y))
    | ~ defined(Y)
    | ~ defined(X) ),
    inference(cnf_transformation,[],['$inc_totality_of_multiplication']) ).

cnf('5',plain,
    defined(c),
    inference(cnf_transformation,[],[c_is_defined]) ).

cnf('6',plain,
    defined(b),
    inference(cnf_transformation,[],[b_is_defined]) ).

cnf('7',plain,
    ( ~ product(b,X,a)
    | ~ product(X,d,c) ),
    inference(resolution,[then_simplify],['3','4','5','6']) ).

cnf('8',plain,
    ~ sum(additive_identity,d,additive_identity),
    inference(cnf_transformation,[],[not_sum_6]) ).

cnf('9',plain,
    ( product(multiplicative_inverse(X),X,multiplicative_identity)
    | sum(additive_identity,X,additive_identity)
    | ~ defined(X) ),
    inference(cnf_transformation,[],['$inc_existence_of_inverse_multiplication']) ).

cnf('10',plain,
    defined(d),
    inference(cnf_transformation,[],[d_is_defined]) ).

cnf('11',plain,
    product(multiplicative_inverse(d),d,multiplicative_identity),
    inference(resolution,[then_simplify],['8','9','10']) ).

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

cnf('13',plain,
    ( ~ product(X,Y,multiplicative_inverse(d))
    | ~ product(Y,d,Z)
    | product(X,Z,multiplicative_identity) ),
    inference(resolution,[],['11','12']) ).

cnf('14',plain,
    ( product(multiplicative_identity,X,X)
    | ~ defined(X) ),
    inference(cnf_transformation,[],['$inc_existence_of_identity_multiplication']) ).

cnf('15',plain,
    ( sum(additive_identity,X,additive_identity)
    | defined(multiplicative_inverse(X))
    | ~ defined(X) ),
    inference(cnf_transformation,[],['$inc_well_definedness_of_multiplicative_inverse']) ).

cnf('16',plain,
    defined(multiplicative_inverse(d)),
    inference(resolution,[then_simplify],['8','15','10']) ).

cnf('17',plain,
    ( ~ product(multiplicative_inverse(d),d,X)
    | product(multiplicative_identity,X,multiplicative_identity) ),
    inference(resolution,[then_simplify],['13','14','16']) ).

cnf('18',plain,
    ( ~ sum(X,Y,Z)
    | ~ sum(Y,U,V)
    | ~ sum(Z,U,W)
    | sum(X,V,W) ),
    inference(cnf_transformation,[],['$inc_associativity_addition_1']) ).

cnf('19',plain,
    ( ~ sum(additive_identity,X,Y)
    | ~ sum(Y,Z,additive_identity)
    | ~ sum(X,Z,d) ),
    inference(resolution,[],['8','18']) ).

cnf('20',plain,
    ( ~ sum(X,Y,Z)
    | sum(Y,X,Z) ),
    inference(cnf_transformation,[],['$inc_commutativity_addition']) ).

cnf('21',plain,
    ( ~ sum(X,additive_identity,Y)
    | ~ sum(X,Z,d)
    | ~ sum(Y,Z,additive_identity) ),
    inference(resolution,[],['19','20']) ).

cnf('22',plain,
    ( sum(additive_identity,X,X)
    | ~ defined(X) ),
    inference(cnf_transformation,[],['$inc_existence_of_identity_addition']) ).

cnf('23',plain,
    defined(additive_identity),
    inference(cnf_transformation,[],['$inc_well_definedness_of_additive_identity']) ).

cnf('24',plain,
    ( ~ sum(additive_identity,X,d)
    | ~ sum(additive_identity,X,additive_identity) ),
    inference(resolution,[then_simplify],['21','22','23']) ).

cnf('25',plain,
    ( ~ sum(additive_identity,X,additive_identity)
    | ~ sum(X,additive_identity,d) ),
    inference(resolution,[],['24','20']) ).

cnf('26',plain,
    ( product(multiplicative_inverse(X),X,multiplicative_identity)
    | ~ sum(X,additive_identity,d)
    | ~ defined(X) ),
    inference(resolution,[],['25','9']) ).

cnf('27',plain,
    defined(d),
    inference(cnf_transformation,[],[d_is_defined]) ).

cnf('28',plain,
    sum(additive_identity,d,d),
    inference(resolution,[],['27','22']) ).

cnf('29',plain,
    sum(d,additive_identity,d),
    inference(resolution,[],['28','20']) ).

cnf('30',plain,
    product(multiplicative_identity,multiplicative_identity,multiplicative_identity),
    inference(resolution,[then_simplify],['17','26','29','10']) ).

cnf('31',plain,
    ( ~ product(multiplicative_identity,X,Y)
    | ~ product(multiplicative_identity,X,Z)
    | product(multiplicative_identity,Z,Y) ),
    inference(resolution,[],['30','12']) ).

cnf('32',plain,
    ( ~ product(multiplicative_identity,X,Y)
    | product(multiplicative_identity,Y,X)
    | ~ defined(X) ),
    inference(resolution,[],['31','14']) ).

cnf('33',plain,
    defined(multiplicative_identity),
    inference(cnf_transformation,[],['$inc_well_definedness_of_multiplicative_identity']) ).

cnf('34',plain,
    ( product(multiplicative_identity,multiply(multiplicative_identity,X),X)
    | ~ defined(X) ),
    inference(resolution,[then_simplify],['32','4','33']) ).

cnf('35',plain,
    ( ~ product(multiplicative_identity,X,Y)
    | product(multiplicative_identity,Y,Y) ),
    inference(factorization,[],['31']) ).

cnf('36',plain,
    ( ~ product(X,Y,Z)
    | product(Y,X,Z) ),
    inference(cnf_transformation,[],['$inc_commutativity_multiplication']) ).

cnf('37',plain,
    ( ~ product(multiplicative_identity,X,Y)
    | product(Y,multiplicative_identity,Y) ),
    inference(resolution,[],['35','36']) ).

cnf('38',plain,
    ( product(X,multiplicative_identity,X)
    | ~ defined(X) ),
    inference(resolution,[],['34','37']) ).

cnf('39',plain,
    ( ~ product(X,Y,multiplicative_identity)
    | ~ product(Z,X,U)
    | product(U,Y,Z)
    | ~ defined(Z) ),
    inference(resolution,[],['38','2']) ).

cnf('40',plain,
    ~ sum(additive_identity,b,additive_identity),
    inference(cnf_transformation,[],[not_sum_5]) ).

cnf('41',plain,
    product(multiplicative_inverse(b),b,multiplicative_identity),
    inference(resolution,[then_simplify],['40','9','6']) ).

cnf('42',plain,
    ( ~ product(X,multiplicative_inverse(b),Y)
    | product(Y,b,X)
    | ~ defined(X) ),
    inference(resolution,[],['39','41']) ).

cnf('43',plain,
    product(a,multiplicative_inverse(b),multiply(c,multiplicative_inverse(d))),
    inference(cnf_transformation,[],[product_7]) ).

cnf('44',plain,
    defined(a),
    inference(cnf_transformation,[],[a_is_defined]) ).

cnf('45',plain,
    product(multiply(c,multiplicative_inverse(d)),b,a),
    inference(resolution,[then_simplify],['42','43','44']) ).

cnf('46',plain,
    product(b,multiply(c,multiplicative_inverse(d)),a),
    inference(resolution,[],['45','36']) ).

cnf('47',plain,
    ( ~ product(X,multiplicative_inverse(d),Y)
    | product(Y,d,X)
    | ~ defined(X) ),
    inference(resolution,[],['39','11']) ).

cnf('48',plain,
    defined(c),
    inference(cnf_transformation,[],[c_is_defined]) ).

cnf('49',plain,
    ( product(c,X,multiply(c,X))
    | ~ defined(X) ),
    inference(resolution,[],['48','4']) ).

cnf('50',plain,
    product(multiply(c,multiplicative_inverse(d)),d,c),
    inference(resolution,[then_simplify],['47','49','5','16']) ).

cnf('51',plain,
    $false,
    inference(resolution,[then_simplify],['7','46','50']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem  : FLD049-3 : TPTP v8.1.2. Bugfixed v2.1.0.
% 0.07/0.13  % Command  : gkc %s
% 0.13/0.34  % Computer : n024.cluster.edu
% 0.13/0.34  % Model    : x86_64 x86_64
% 0.13/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.34  % Memory   : 8042.1875MB
% 0.13/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.34  % CPULimit : 300
% 0.13/0.34  % WCLimit  : 300
% 0.13/0.34  % DateTime : Mon Aug 28 00:28:38 EDT 2023
% 0.13/0.34  % CPUTime  : 
% 0.13/0.38  
% 0.13/0.38  input clause set summed statistics:
% 0.13/0.38  ----------------------------------
% 0.13/0.38  in_clause_count:                    34
% 0.13/0.38  in_rule_clause_count:               28
% 0.13/0.38  in_fact_clause_count:                6
% 0.13/0.38  in_answer_clause_count:              0
% 0.13/0.38  in_ground_clause_count:             11
% 0.13/0.38  in_unit_clause_count:               11
% 0.13/0.38  in_horn_clause_count:               31
% 0.13/0.38  in_pos_clause_count:                 7
% 0.13/0.38  in_neg_clause_count:                 4
% 0.13/0.38  in_poseq_clause_count:               0
% 0.13/0.38  in_negeq_clause_count:               0
% 0.13/0.38  in_unitposeq_clause_count:           0
% 0.13/0.38  in_chain_clause_count:               0
% 0.13/0.38  in_min_length:             1
% 0.13/0.38  in_max_length:             5
% 0.13/0.38  in_min_depth:              1
% 0.13/0.38  in_max_depth:              3
% 0.13/0.38  in_min_size:               2
% 0.13/0.38  in_max_size:              20
% 0.13/0.38  in_min_vars:               0
% 0.13/0.38  in_max_vars:               7
% 0.13/0.38  in_extaxiom_count:                26
% 0.13/0.38  in_axiom_count:                    0
% 0.13/0.38  in_assumption_count:               4
% 0.13/0.38  in_goal_count:                     4
% 0.13/0.38  in_neg_goal_count:                 3
% 0.13/0.38  in_pos_goal_count:                 1
% 0.13/0.38  in_posunit_goal_count:             1
% 0.13/0.38  
% 0.13/0.38  auto guide:
% 0.13/0.38  -----------
% 0.13/0.38  {
% 0.13/0.38  "print":1,
% 0.13/0.38  "print_level": 15,
% 0.13/0.38  "max_size": 0,
% 0.13/0.38  "max_depth": 0,
% 0.13/0.38  "max_length": 0,
% 0.13/0.38  "max_dseconds": 0,
% 0.13/0.38  "equality":0,
% 0.13/0.38  "runs":[
% 0.13/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":1, "sine":5, "strategy":["negative_pref"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":1, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.13/0.38  {"max_dseconds":1, "strategy":["hardness_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.13/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.13/0.38  {"max_dseconds":1, "strategy":["unit"],  "weight_select_ratio":100, "query_preference":0},
% 0.13/0.38  {"max_dseconds":1, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.13/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.13/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["query_focus", "double"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.13/0.38  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":1},
% 0.13/0.38  {"strategy":["hardness_pref", "max_weight"], "length_penalty":100, "depth_penalty":50, "max_depth":3, "var_weight":10, "repeat_var_weight":10, "max_dseconds":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0},
% 0.13/0.38  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.13/0.38  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.13/0.38  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":2},
% 0.13/0.38  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.13/0.38  {"max_dseconds":1, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.13/0.38  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":3},
% 0.13/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "max_depth":5, "query_preference":0},
% 0.13/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "max_weight":40, "query_preference":0},
% 0.13/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.13/0.38  
% 0.13/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":10, "sine":5, "strategy":["negative_pref"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":10, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.13/0.38  {"max_dseconds":10, "strategy":["hardness_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.13/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.13/0.38  {"max_dseconds":10, "strategy":["unit"],  "weight_select_ratio":100, "query_preference":0},
% 0.13/0.38  {"max_dseconds":10, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.13/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.13/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.13/0.38  {"max_dseconds":10, "strategy":["query_focus", "double"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.13/0.38  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":10},
% 0.13/0.38  {"strategy":["hardness_pref", "max_weight"], "length_penalty":100, "depth_penalty":50, "max_depth":3, "var_weight":10, "repeat_var_weight":10, "max_dseconds":10},
% 0.13/0.38  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0},
% 0.13/0.38  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":10},
% 0.13/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.13/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.13/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.13/0.38  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.13/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.13/0.38  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":2},
% 0.13/0.38  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":10, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.13/0.38  {"max_dseconds":10, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.13/0.38  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.13/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":3},
% 0.13/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "max_depth":5, "query_preference":0},
% 0.13/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "max_weight":40, "query_preference":0},
% 0.13/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.13/0.38  
% 0.13/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":50, "sine":5, "strategy":["negative_pref"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":50, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.13/0.38  {"max_dseconds":50, "strategy":["hardness_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.13/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.13/0.38  {"max_dseconds":50, "strategy":["unit"],  "weight_select_ratio":100, "query_preference":0},
% 0.13/0.38  {"max_dseconds":50, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.13/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.13/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.13/0.38  {"max_dseconds":50, "strategy":["query_focus", "double"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.13/0.38  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":50},
% 0.13/0.38  {"strategy":["hardness_pref", "max_weight"], "length_penalty":100, "depth_penalty":50, "max_depth":3, "var_weight":10, "repeat_var_weight":10, "max_dseconds":50},
% 0.13/0.38  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0},
% 0.13/0.38  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":50},
% 0.13/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.13/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.13/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.13/0.38  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.13/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.13/0.38  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":2},
% 0.13/0.38  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":50, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.13/0.38  {"max_dseconds":50, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.13/0.38  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.13/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":3},
% 0.13/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "max_depth":5, "query_preference":0},
% 0.13/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "max_weight":40, "query_preference":0},
% 0.13/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.13/0.38  
% 0.13/0.38  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.13/0.38  {"max_dseconds":250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":250, "strategy":["unit"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":250, "strategy":["unit"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.13/0.38  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":250},
% 0.13/0.38  {"strategy":["hardness_pref", "max_weight"], "length_penalty":100, "depth_penalty":50, "max_depth":3, "var_weight":10, "repeat_var_weight":10, "max_dseconds":250},
% 0.13/0.38  {"max_dseconds":250, "strategy":["positive_pref"], "query_preference":0},
% 0.13/0.38  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":250},
% 0.13/0.38  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.13/0.38  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.13/0.38  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.13/0.38  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":250},
% 0.13/0.38  {"max_dseconds":250, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.13/0.38  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0},
% 0.13/0.38  
% 0.13/0.38  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.13/0.38  {"max_dseconds":1250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.13/0.38  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":1250},
% 0.13/0.38  {"strategy":["hardness_pref", "max_weight"], "length_penalty":100, "depth_penalty":50, "max_depth":3, "var_weight":10, "repeat_var_weight":10, "max_dseconds":1250},
% 0.13/0.38  {"max_dseconds":1250, "strategy":["positive_pref"], "query_preference":0},
% 0.13/0.38  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":1250},
% 0.13/0.38  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.13/0.38  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.13/0.38  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.13/0.38  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1250},
% 0.13/0.38  {"max_dseconds":1250, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.13/0.38  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0} 
% 0.13/0.38  
% 0.13/0.38  ]}
% 0.13/0.38  
% 0.13/0.38  
% 0.13/0.38  **** run 1 fork 0 starts with strategy
% 0.13/0.38  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0}
% 0.13/0.38  
% 0.13/0.38  **** run 2 fork 1 starts with strategy
% 0.13/0.38  {"max_dseconds":1,"sine":5,"strategy":["negative_pref"],"query_preference":0}
% 0.13/0.38  
% 0.13/0.38  **** run 3 fork 2 starts with strategy
% 0.13/0.38  {"max_dseconds":1,"strategy":["negative_pref"],"weight_select_ratio":100,"query_preference":0}
% 0.13/0.38  
% 0.13/0.38  **** run 4 fork 3 starts with strategy
% 0.13/0.38  {"max_dseconds":1,"strategy":["hardness_pref"],"weight_select_ratio":100,"query_preference":0}
% 0.13/0.38  
% 0.13/0.38  **** run 5 fork 4 starts with strategy
% 0.13/0.38  
% 0.13/0.38  **** run 8 fork 7 starts with strategy
% 0.13/0.38  
% 0.13/0.38  **** run 6 fork 5 starts with strategy
% 0.13/0.38  {"max_dseconds":1,"strategy":["unit"],"weight_select_ratio":100,"query_preference":0}{"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 0.13/0.38  
% 0.13/0.38  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 0.13/0.38  
% 0.13/0.38  **** run 7 fork 6 starts with strategy
% 0.13/0.38  {"max_dseconds":1,"strategy":["negative_pref"],"weight_select_ratio":100,"query_preference":0,"var_weight":70,"repeat_var_weight":70}
% 0.19/0.51  
% 0.19/0.51  fork 3: search finished without proof.
% 0.19/0.51  
% 0.19/0.51  
% 0.19/0.51  fork 7: search terminated without proof.
% 0.19/0.51  
% 0.19/0.51  
% 0.19/0.51  fork 5: search terminated without proof.
% 0.19/0.51  
% 0.19/0.51  
% 0.19/0.51  fork 4: search terminated without proof.
% 0.19/0.51  
% 0.19/0.51  
% 0.19/0.51  fork 6: search terminated without proof.
% 0.19/0.52  
% 0.19/0.52  
% 0.19/0.52  fork 1: search terminated without proof.
% 0.19/0.52  
% 0.19/0.52  
% 0.19/0.52  fork 2: search terminated without proof.
% 0.19/0.53  
% 0.19/0.53  
% 0.19/0.53  fork 0: search terminated without proof.
% 0.19/0.53  
% 0.19/0.53  **** run 12 fork 3 starts with strategy
% 0.19/0.53  {"max_dseconds":1,"strategy":["query_focus","double"],"query_preference":1}
% 0.19/0.54  
% 0.19/0.54  **** run 14 fork 5 starts with strategy
% 0.19/0.54  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.19/0.54  
% 0.19/0.54  **** run 16 fork 7 starts with strategy
% 0.19/0.54  
% 0.19/0.54  **** run 10 fork 1 starts with strategy
% 0.19/0.54  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 0.19/0.54  {"length_penalty":100,"query_preference":0,"strategy":["negative_pref"],"max_dseconds":1}
% 0.19/0.54  
% 0.19/0.54  **** run 15 fork 6 starts with strategy
% 0.19/0.54  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 0.19/0.54  
% 0.19/0.54  **** run 13 fork 4 starts with strategy
% 0.19/0.54  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.19/0.55  
% 0.19/0.55  **** run 11 fork 2 starts with strategy
% 0.19/0.55  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.19/0.58  
% 0.19/0.58  **** run 9 fork 0 starts with strategy
% 0.19/0.58  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1}
% 1.73/0.65  
% 1.73/0.65  
% 1.73/0.65  fork 5: search terminated without proof.
% 1.73/0.66  
% 1.73/0.66  
% 1.73/0.66  fork 3: search terminated without proof.
% 1.73/0.66  
% 1.73/0.66  
% 1.73/0.66  fork 7: search terminated without proof.
% 1.73/0.66  
% 1.73/0.66  
% 1.73/0.66  fork 6: search terminated without proof.
% 1.73/0.66  
% 1.73/0.66  
% 1.73/0.66  fork 4: search terminated without proof.
% 1.73/0.66  
% 1.73/0.66  
% 1.73/0.66  fork 1: search terminated without proof.
% 1.73/0.67  
% 1.73/0.67  
% 1.73/0.67  fork 2: search terminated without proof.
% 1.73/0.67  
% 1.73/0.67  **** run 22 fork 5 starts with strategy
% 1.73/0.67  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 1.73/0.68  
% 1.73/0.68  **** run 20 fork 3 starts with strategy
% 1.73/0.68  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 1.73/0.68  
% 1.73/0.68  **** run 24 fork 7 starts with strategy
% 1.73/0.68  {"max_dseconds":1,"strategy":["negative_pref"],"weight_select_ratio":20}
% 1.73/0.68  
% 1.73/0.68  **** run 23 fork 6 starts with strategy
% 1.73/0.68  {"weight_select_ratio":100,"length_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":1}
% 1.73/0.68  
% 1.73/0.68  **** run 18 fork 1 starts with strategy
% 1.73/0.68  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0}
% 1.73/0.68  
% 1.73/0.68  **** run 21 fork 4 starts with strategy
% 1.73/0.68  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 1.73/0.70  
% 1.73/0.70  **** run 19 fork 2 starts with strategy
% 1.73/0.70  {"var_weight":70,"repeat_var_weight":70,"max_depth":3,"query_preference":0,"strategy":["negative_pref"],"max_dseconds":1}
% 1.73/0.72  
% 1.73/0.72  
% 1.73/0.72  fork 0: search terminated without proof.
% 2.82/0.74  
% 2.82/0.74  **** run 17 fork 0 starts with strategy
% 2.82/0.74  {"strategy":["hardness_pref","max_weight"],"length_penalty":100,"depth_penalty":50,"max_depth":3,"var_weight":10,"repeat_var_weight":10,"max_dseconds":1}
% 2.82/0.78  
% 2.82/0.78  fork 5: search finished without proof.
% 2.82/0.80  
% 2.82/0.80  
% 2.82/0.80  fork 7: search terminated without proof.
% 2.82/0.80  
% 2.82/0.80  
% 2.82/0.80  fork 1: search terminated without proof.
% 2.82/0.80  
% 2.82/0.80  **** run 30 fork 5 starts with strategy
% 2.82/0.80  {"max_dseconds":1,"strategy":["query_focus","max_ground_weight"],"query_preference":1}
% 2.82/0.80  
% 2.82/0.80  
% 2.82/0.80  fork 4: search terminated without proof.
% 2.82/0.80  
% 2.82/0.80  
% 2.82/0.80  fork 6: search terminated without proof.
% 2.82/0.82  
% 2.82/0.82  **** run 32 fork 7 starts with strategy
% 2.82/0.82  {"max_dseconds":1,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 2.82/0.82  
% 2.82/0.82  
% 2.82/0.82  fork 3: search terminated without proof.
% 2.82/0.82  
% 2.82/0.82  **** run 26 fork 1 starts with strategy
% 2.82/0.82  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":2}
% 2.82/0.83  
% 2.82/0.83  **** run 29 fork 4 starts with strategy
% 2.82/0.83  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":1}
% 2.82/0.83  
% 2.82/0.83  **** run 31 fork 6 starts with strategy
% 2.82/0.83  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":2}
% 2.82/0.83  
% 2.82/0.83  
% 2.82/0.83  fork 2: search terminated without proof.
% 3.64/0.84  
% 3.64/0.84  **** run 28 fork 3 starts with strategy
% 3.64/0.84  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 3.64/0.85  
% 3.64/0.85  **** run 27 fork 2 starts with strategy
% 3.64/0.85  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":0}
% 3.64/0.87  
% 3.64/0.87  
% 3.64/0.87  fork 0: search terminated without proof.
% 4.17/0.90  
% 4.17/0.90  **** run 25 fork 0 starts with strategy
% 4.17/0.90  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0}
% 4.17/0.92  
% 4.17/0.92  
% 4.17/0.92  fork 5: search terminated without proof.
% 4.17/0.94  
% 4.17/0.94  
% 4.17/0.94  fork 1: search terminated without proof.
% 4.17/0.94  
% 4.17/0.94  **** run 38 fork 5 starts with strategy
% 4.17/0.94  {"max_dseconds":1,"strategy":["negative_pref"],"max_weight":40,"query_preference":0}
% 4.17/0.95  
% 4.17/0.95  
% 4.17/0.95  fork 7: search terminated without proof.
% 4.17/0.95  
% 4.17/0.95  
% 4.17/0.95  fork 6: search terminated without proof.
% 4.17/0.96  
% 4.17/0.96  **** run 34 fork 1 starts with strategy
% 4.17/0.96  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":1}
% 4.17/0.96  
% 4.17/0.96  
% 4.17/0.96  fork 4: search terminated without proof.
% 4.17/0.96  
% 4.17/0.96  
% 4.17/0.96  fork 3: search terminated without proof.
% 4.69/0.96  
% 4.69/0.96  **** run 40 fork 7 starts with strategy
% 4.69/0.96  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0}
% 4.69/0.96  
% 4.69/0.96  fork 5: search finished without proof.
% 4.69/0.97  
% 4.69/0.97  **** run 39 fork 6 starts with strategy
% 4.69/0.97  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 4.69/0.98  
% 4.69/0.98  **** run 36 fork 3 starts with strategy
% 4.69/0.98  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":3}
% 4.69/0.98  
% 4.69/0.98  **** run 37 fork 4 starts with strategy
% 4.69/0.98  {"max_dseconds":1,"strategy":["negative_pref"],"max_depth":5,"query_preference":0}
% 4.69/0.98  
% 4.69/0.98  
% 4.69/0.98  fork 2: search terminated without proof.
% 4.69/0.98  
% 4.69/0.98  **** run 46 fork 5 starts with strategy
% 4.69/0.98  {"max_dseconds":10,"strategy":["negative_pref"],"weight_select_ratio":100,"query_preference":0,"var_weight":70,"repeat_var_weight":70}
% 4.69/1.00  
% 4.69/1.00  **** run 35 fork 2 starts with strategy
% 4.69/1.00  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 4.69/1.02  
% 4.69/1.02  
% 4.69/1.02  fork 0: search terminated without proof.
% 4.69/1.03  
% 4.69/1.03  **** run 33 fork 0 starts with strategy
% 4.69/1.03  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 5.49/1.09  
% 5.49/1.09  
% 5.49/1.09  fork 1: search terminated without proof.
% 5.75/1.10  
% 5.75/1.10  
% 5.75/1.10  fork 4: search terminated without proof.
% 5.75/1.10  
% 5.75/1.10  
% 5.75/1.10  fork 6: search terminated without proof.
% 5.75/1.10  
% 5.75/1.10  
% 5.75/1.10  fork 3: search terminated without proof.
% 5.75/1.11  
% 5.75/1.11  **** run 42 fork 1 starts with strategy
% 5.75/1.11  {"max_dseconds":10,"strategy":["negative_pref"],"weight_select_ratio":100,"query_preference":0}
% 5.75/1.12  
% 5.75/1.12  **** run 45 fork 4 starts with strategy
% 5.75/1.12  {"max_dseconds":10,"strategy":["unit"],"weight_select_ratio":100,"query_preference":0}
% 5.75/1.12  
% 5.75/1.12  **** run 44 fork 3 starts with strategy
% 5.75/1.12  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 5.75/1.12  
% 5.75/1.12  **** run 47 fork 6 starts with strategy
% 5.75/1.12  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 5.75/1.12  
% 5.75/1.12  
% 5.75/1.12  fork 2: search terminated without proof.
% 6.02/1.15  
% 6.02/1.15  **** run 43 fork 2 starts with strategy
% 6.02/1.15  {"max_dseconds":10,"strategy":["hardness_pref"],"weight_select_ratio":100,"query_preference":0}
% 6.02/1.16  
% 6.02/1.16  
% 6.02/1.16  fork 0: search terminated without proof.
% 6.02/1.17  
% 6.02/1.17  **** run 41 fork 0 starts with strategy
% 6.02/1.17  {"max_dseconds":10,"sine":5,"strategy":["negative_pref"],"query_preference":0}
% 12.28/1.99  
% 12.28/1.99  
% 12.28/1.99  fork 7: search terminated without proof.
% 12.81/2.02  
% 12.81/2.02  **** run 48 fork 7 starts with strategy
% 12.81/2.02  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1}
% 12.81/2.06  
% 12.81/2.06  
% 12.81/2.06  fork 5: search terminated without proof.
% 12.81/2.08  
% 12.81/2.08  **** run 54 fork 5 starts with strategy
% 12.81/2.08  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 12.81/2.13  
% 12.81/2.13  
% 12.81/2.13  fork 1: search terminated without proof.
% 12.81/2.14  
% 12.81/2.14  
% 12.81/2.14  fork 3: search terminated without proof.
% 12.81/2.16  
% 12.81/2.16  
% 12.81/2.16  fork 6: search terminated without proof.
% 13.91/2.16  
% 13.91/2.16  **** run 50 fork 1 starts with strategy
% 13.91/2.16  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 13.91/2.18  
% 13.91/2.18  **** run 52 fork 3 starts with strategy
% 13.91/2.18  {"max_dseconds":10,"strategy":["unit"],"query_preference":0}
% 13.91/2.18  
% 13.91/2.18  **** run 55 fork 6 starts with strategy
% 13.91/2.18  {"length_penalty":100,"query_preference":0,"strategy":["negative_pref"],"max_dseconds":10}
% 13.91/2.21  
% 13.91/2.21  fork 2: search finished without proof.
% 13.91/2.23  
% 13.91/2.23  **** run 51 fork 2 starts with strategy
% 13.91/2.23  {"max_dseconds":10,"strategy":["query_focus","double"],"query_preference":1}
% 15.01/2.31  
% 15.01/2.31  
% 15.01/2.31  fork 4: search terminated without proof.
% 15.01/2.31  
% 15.01/2.31  
% 15.01/2.31  fork 0: search terminated without proof.
% 15.31/2.33  
% 15.31/2.33  **** run 53 fork 4 starts with strategy
% 15.31/2.33  {"max_dseconds":10,"strategy":["unit"],"query_preference":1}
% 15.35/2.34  
% 15.35/2.34  **** run 49 fork 0 starts with strategy
% 15.35/2.34  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1}
% 21.41/3.11  
% 21.41/3.11  
% 21.41/3.11  fork 5: search terminated without proof.
% 21.41/3.13  
% 21.41/3.13  **** run 62 fork 5 starts with strategy
% 21.41/3.13  {"weight_select_ratio":100,"length_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":10}
% 21.79/3.16  
% 21.79/3.16  
% 21.79/3.16  fork 7: search terminated without proof.
% 21.79/3.19  
% 21.79/3.19  **** run 56 fork 7 starts with strategy
% 21.79/3.19  {"strategy":["hardness_pref","max_weight"],"length_penalty":100,"depth_penalty":50,"max_depth":3,"var_weight":10,"repeat_var_weight":10,"max_dseconds":10}
% 21.79/3.19  
% 21.79/3.19  
% 21.79/3.19  fork 1: search terminated without proof.
% 21.79/3.20  
% 21.79/3.20  
% 21.79/3.20  fork 6: search terminated without proof.
% 21.79/3.21  
% 21.79/3.21  **** run 58 fork 1 starts with strategy
% 21.79/3.21  {"var_weight":70,"repeat_var_weight":70,"max_depth":3,"query_preference":0,"strategy":["negative_pref"],"max_dseconds":10}
% 21.79/3.21  
% 21.79/3.21  
% 21.79/3.21  fork 3: search terminated without proof.
% 21.79/3.24  
% 21.79/3.24  **** run 63 fork 6 starts with strategy
% 21.79/3.24  {"max_dseconds":10,"strategy":["negative_pref"],"weight_select_ratio":20}
% 21.79/3.24  
% 21.79/3.24  **** run 60 fork 3 starts with strategy
% 21.79/3.24  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 22.59/3.28  
% 22.59/3.28  
% 22.59/3.28  fork 2: search terminated without proof.
% 22.90/3.31  
% 22.90/3.31  **** run 59 fork 2 starts with strategy
% 22.90/3.31  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 23.31/3.36  
% 23.31/3.36  
% 23.31/3.36  fork 4: search terminated without proof.
% 23.31/3.37  
% 23.31/3.37  
% 23.31/3.37  fork 0: search terminated without proof.
% 23.31/3.39  
% 23.31/3.39  **** run 61 fork 4 starts with strategy
% 23.31/3.39  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 23.31/3.40  
% 23.31/3.40  **** run 57 fork 0 starts with strategy
% 23.31/3.40  {"max_dseconds":10,"strategy":["positive_pref"],"query_preference":0}
% 29.14/4.15  
% 29.14/4.15  
% 29.14/4.15  fork 5: search terminated without proof.
% 29.77/4.17  
% 29.77/4.17  **** run 70 fork 5 starts with strategy
% 29.77/4.17  {"max_dseconds":10,"strategy":["query_focus","unit"],"query_preference":2}
% 29.77/4.23  
% 29.77/4.23  
% 29.77/4.23  fork 1: search terminated without proof.
% 29.77/4.26  
% 29.77/4.26  **** run 66 fork 1 starts with strategy
% 29.77/4.26  {"max_dseconds":10,"strategy":["query_focus","unit"],"query_preference":0}
% 29.77/4.26  
% 29.77/4.26  
% 29.77/4.26  fork 6: search terminated without proof.
% 30.53/4.26  
% 30.53/4.26  
% 30.53/4.26  fork 3: search terminated without proof.
% 30.53/4.29  
% 30.53/4.29  **** run 71 fork 6 starts with strategy
% 30.53/4.29  {"max_dseconds":10,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 30.76/4.29  
% 30.76/4.29  **** run 68 fork 3 starts with strategy
% 30.76/4.29  {"max_dseconds":10,"strategy":["query_focus","unit"],"query_preference":1}
% 31.12/4.33  
% 31.12/4.33  
% 31.12/4.33  fork 2: search terminated without proof.
% 31.12/4.36  
% 31.12/4.36  **** run 67 fork 2 starts with strategy
% 31.12/4.36  {"max_dseconds":10,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 31.12/4.36  
% 31.12/4.36  
% 31.12/4.36  fork 7: search terminated without proof.
% 31.12/4.38  
% 31.12/4.38  **** run 64 fork 7 starts with strategy
% 31.12/4.38  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0}
% 31.67/4.41  
% 31.67/4.41  
% 31.67/4.41  fork 4: search terminated without proof.
% 31.67/4.42  
% 31.67/4.42  
% 31.67/4.42  fork 0: search terminated without proof.
% 31.67/4.43  
% 31.67/4.43  **** run 69 fork 4 starts with strategy
% 31.67/4.43  {"max_dseconds":10,"strategy":["query_focus","max_ground_weight"],"query_preference":1}
% 31.67/4.44  
% 31.67/4.44  **** run 65 fork 0 starts with strategy
% 31.67/4.44  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":2}
% 37.58/5.20  
% 37.58/5.20  
% 37.58/5.20  fork 5: search terminated without proof.
% 37.96/5.23  
% 37.96/5.23  **** run 78 fork 5 starts with strategy
% 37.96/5.23  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 37.96/5.28  
% 37.96/5.28  
% 37.96/5.28  fork 1: search terminated without proof.
% 37.96/5.31  
% 37.96/5.31  **** run 74 fork 1 starts with strategy
% 37.96/5.31  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 37.96/5.31  
% 37.96/5.31  
% 37.96/5.31  fork 6: search terminated without proof.
% 37.96/5.32  
% 37.96/5.32  
% 37.96/5.32  fork 3: search terminated without proof.
% 37.96/5.33  
% 37.96/5.33  **** run 79 fork 6 starts with strategy
% 37.96/5.33  {"max_dseconds":50,"strategy":["negative_pref"],"query_preference":0}
% 37.96/5.34  
% 37.96/5.34  **** run 76 fork 3 starts with strategy
% 37.96/5.34  {"max_dseconds":10,"strategy":["negative_pref"],"max_depth":5,"query_preference":0}
% 39.03/5.45  
% 39.03/5.45  
% 39.03/5.45  fork 2: search terminated without proof.
% 39.03/5.45  
% 39.03/5.45  
% 39.03/5.45  fork 4: search terminated without proof.
% 39.03/5.46  
% 39.03/5.46  
% 39.03/5.46  fork 0: search terminated without proof.
% 39.95/5.47  
% 39.95/5.47  **** run 75 fork 2 starts with strategy
% 39.95/5.47  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":3}
% 39.95/5.47  
% 39.95/5.47  
% 39.95/5.47  fork 7: search terminated without proof.
% 39.95/5.47  
% 39.95/5.47  **** run 77 fork 4 starts with strategy
% 39.95/5.47  {"max_dseconds":10,"strategy":["negative_pref"],"max_weight":40,"query_preference":0}
% 39.95/5.48  
% 39.95/5.48  **** run 72 fork 7 starts with strategy
% 39.95/5.48  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 39.95/5.49  
% 39.95/5.49  **** run 73 fork 0 starts with strategy
% 39.95/5.49  {"max_dseconds":10,"strategy":["query_focus","positive_pref"],"query_preference":1}
% 39.95/5.49  
% 39.95/5.49  fork 4: search finished without proof.
% 39.95/5.51  
% 39.95/5.51  **** run 85 fork 4 starts with strategy
% 39.95/5.51  {"max_dseconds":50,"strategy":["negative_pref"],"weight_select_ratio":100,"query_preference":0,"var_weight":70,"repeat_var_weight":70}
% 46.45/6.33  
% 46.45/6.33  
% 46.45/6.33  fork 1: search terminated without proof.
% 46.45/6.35  
% 46.45/6.35  **** run 82 fork 1 starts with strategy
% 46.45/6.35  {"max_dseconds":50,"strategy":["hardness_pref"],"weight_select_ratio":100,"query_preference":0}
% 46.45/6.36  
% 46.45/6.36  
% 46.45/6.36  fork 3: search terminated without proof.
% 47.08/6.38  
% 47.08/6.38  
% 47.08/6.38  fork 5: search terminated without proof.
% 47.08/6.39  
% 47.08/6.39  **** run 84 fork 3 starts with strategy
% 47.08/6.39  {"max_dseconds":50,"strategy":["unit"],"weight_select_ratio":100,"query_preference":0}
% 47.34/6.41  
% 47.34/6.41  **** run 86 fork 5 starts with strategy
% 47.34/6.41  {"max_dseconds":50,"strategy":["unit"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 47.52/6.49  
% 47.52/6.49  
% 47.52/6.49  fork 2: search terminated without proof.
% 47.52/6.51  
% 47.52/6.51  **** run 83 fork 2 starts with strategy
% 47.52/6.51  {"max_dseconds":50,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 47.52/6.51  
% 47.52/6.51  
% 47.52/6.51  fork 7: search terminated without proof.
% 47.52/6.51  
% 47.52/6.51  
% 47.52/6.51  fork 0: search terminated without proof.
% 48.26/6.53  
% 48.26/6.53  **** run 80 fork 7 starts with strategy
% 48.26/6.53  {"max_dseconds":50,"sine":5,"strategy":["negative_pref"],"query_preference":0}
% 48.26/6.54  
% 48.26/6.54  **** run 81 fork 0 starts with strategy
% 48.26/6.54  {"max_dseconds":50,"strategy":["negative_pref"],"weight_select_ratio":100,"query_preference":0}
% 78.46/10.41  
% 78.46/10.41  
% 78.46/10.41  fork 6: search terminated without proof.
% 79.73/10.58  
% 79.73/10.58  **** run 87 fork 6 starts with strategy
% 79.73/10.58  {"max_dseconds":50,"strategy":["negative_pref"],"query_preference":1}
% 80.83/10.69  
% 80.83/10.69  
% 80.83/10.69  fork 4: search terminated without proof.
% 82.71/10.96  
% 82.71/10.96  **** run 93 fork 4 starts with strategy
% 82.71/10.96  {"max_dseconds":50,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 86.59/11.41  
% 86.59/11.41  
% 86.59/11.41  fork 3: search terminated without proof.
% 87.09/11.50  
% 87.09/11.50  fork 1: search finished without proof.
% 87.09/11.52  
% 87.09/11.52  **** run 90 fork 1 starts with strategy
% 87.09/11.52  {"max_dseconds":50,"strategy":["query_focus","double"],"query_preference":1}
% 87.09/11.52  
% 87.09/11.52  **** run 92 fork 3 starts with strategy
% 87.09/11.52  {"max_dseconds":50,"strategy":["unit"],"query_preference":1}
% 87.09/11.53  
% 87.09/11.53  
% 87.09/11.53  fork 2: search terminated without proof.
% 87.88/11.59  
% 87.88/11.59  
% 87.88/11.59  fork 7: search terminated without proof.
% 88.16/11.61  
% 88.16/11.61  
% 88.16/11.61  fork 0: search terminated without proof.
% 88.16/11.61  
% 88.16/11.61  
% 88.16/11.61  fork 5: search terminated without proof.
% 88.47/11.66  
% 88.47/11.66  **** run 94 fork 5 starts with strategy
% 88.47/11.66  {"length_penalty":100,"query_preference":0,"strategy":["negative_pref"],"max_dseconds":50}
% 88.47/11.66  
% 88.47/11.66  **** run 91 fork 2 starts with strategy
% 88.47/11.66  
% 88.47/11.66  **** run 88 fork 7 starts with strategy
% 88.47/11.66  {"max_dseconds":50,"strategy":["unit"],"query_preference":0}
% 88.47/11.66  {"max_dseconds":50,"strategy":["query_focus"],"query_preference":1}
% 88.97/11.79  
% 88.97/11.79  **** run 89 fork 0 starts with strategy
% 88.97/11.79  {"max_dseconds":50,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 98.87/13.00  
% 98.87/13.00  
% 98.87/13.00  result: proof found
% 98.87/13.00  for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 98.87/13.00  by run 89 fork 0 strategy {"max_dseconds":50,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 98.87/13.00  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 98.87/13.00  
% 98.87/13.00  % SZS output start CNFRefutation for /export/starexec/sandbox/benchmark/theBenchmark.p 
% See solution above
% 98.87/13.00  
% 98.87/13.00  run 89 fork 0 statistics:
% 98.87/13.00  ----------------------------------
% 98.87/13.00  this run seconds: 1.046661
% 98.87/13.00  total seconds: 12.235314
% 98.87/13.00  stat_given_used: 2518
% 98.87/13.00  stat_given_used_at_endgame: 0
% 98.87/13.00  stat_given_candidates:   5637
% 98.87/13.00  stat_given_candidates_at_endgame: 0
% 98.87/13.00  stat_given_candidates_h: 0
% 98.87/13.00  stat_binres_derived_cl:   271205
% 98.87/13.00  stat_binres_derived_cl_h: 0
% 98.87/13.00  stat_factor_derived_cl: 343
% 98.87/13.00  stat_para_derived_cl: 0
% 98.87/13.00  stat_tautologies_discarded: 1400
% 98.87/13.00  stat_forward_subsumed: 8612
% 98.87/13.00  stat_derived_cut: 19059
% 98.87/13.00  stat_derived_rewritten: 0
% 98.87/13.00  stat_weight_discarded_building: 0
% 98.87/13.00  stat_weight_discarded_cl: 0
% 98.87/13.00  stat_internlimit_discarded_cl: 0
% 98.87/13.00  stat_simplified:  83 simplified 0 derived 0 given
% 98.87/13.00  stat_kept_cl: 261535
% 98.87/13.00  stat_built_cl: 266706
% 98.87/13.00  stat_hyperres_partial_cl: 0
% 98.87/13.00  stat_made_rewriters: 0
% 98.87/13.00  stat_backward_subsumed: 0
% 98.87/13.00  stat_propagated_subsumed: 0
% 98.87/13.00  stat_clsubs_attempted:                    122046
% 98.87/13.00  stat_clsubs_fact_groundunit_found:             4
% 98.87/13.00  stat_clsubs_rule_groundunit_found:            13
% 98.87/13.00  stat_clsubs_top_meta_attempted:            4811572
% 98.87/13.00  stat_clsubs_top_meta_failed:               4689526
% 98.87/13.00  stat_clsubs_top_meta_nonpref_attempted:             4811572
% 98.87/13.00  stat_clsubs_top_meta_nonpref_succeeded:              638023
% 98.87/13.00  stat_clsubs_top_meta_pref_attempted:                 638023
% 98.87/13.00  stat_clsubs_top_meta_pref1_succeeded:                277363
% 98.87/13.00  stat_clsubs_top_meta_pref2_succeeded:                140539
% 98.87/13.00  stat_clsubs_top_meta_pref3_succeeded:                122046
% 98.87/13.00  stat_clsubs_top_meta_pref_succeeded:                 122046
% 98.87/13.00  stat_clsubs_meta_attempted:               283507
% 98.87/13.00  stat_clsubs_meta_failed:                   75833
% 98.87/13.00  stat_clsubs_predsymbs_attempted:               0
% 98.87/13.00  stat_clsubs_unit_attempted:                    0
% 98.87/13.00  stat_clsubs_full_attempted:               122046
% 98.87/13.00  stat_forwardsubs_attempted:               270148
% 98.87/13.00  stat_lit_hash_added:                 287639
% 98.87/13.00  stat_lit_hash_computed:             1665890
% 98.87/13.00  stat_lit_hash_match_found:            29924
% 98.87/13.00  stat_lit_hash_match_miss:           2024363
% 98.87/13.00  stat_lit_hash_cut_ok:                 21376
% 98.87/13.00  stat_lit_strong_cut_ok:                   0
% 98.87/13.00  stat_lit_hash_subsume_ok:              8612
% 98.87/13.00  clqueue els 10000000 used 1
% 98.87/13.00  clactive els 10000000 used 2545
% 98.87/13.00  clactivesubsume els 10000000 used 10279
% 98.87/13.00  queue_termbuf els 200000000 used 18147859
% 98.87/13.00  hyper_termbuf els 100000000 used 1
% 98.87/13.00  active_termbuf els 100000000 used 78694
% 98.87/13.00  varstack els 5000 last used 1
% 98.87/13.00  given_termbuf els 10000000 last used 1
% 98.87/13.00  simplified_termbuf els 10000000 last used 1
% 98.87/13.00  derived_termbuf els 10000000 last used 36
% 98.87/13.00  wr_mallocs: 79303
% 98.87/13.00  wr_callocs: 19
% 98.87/13.00  wr_reallocs: 45925
% 98.87/13.00  wr_frees: 2
% 98.87/13.00  wr_malloc_bytes: 4166240868
% 98.87/13.00  wr_calloc_bytes: 96065504
% 98.87/13.00  wr_realloc_bytes: 15720704
% 98.87/13.00  wr_realloc_freebytes: 0
% 98.87/13.00  ----------------------------------
%------------------------------------------------------------------------------