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

View Problem - Process Solution

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

% Computer : n032.cluster.edu
% Model    : x86_64 x86_64
% CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 2.10GHz
% Memory   : 8042.1875MB
% OS       : Linux 3.10.0-693.el7.x86_64
% CPULimit : 300s
% WCLimit  : 300s
% DateTime : Wed Aug 30 22:32:15 EDT 2023

% Result   : Unsatisfiable 11.90s 2.00s
% Output   : CNFRefutation 12.19s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named product_9)

% Comments : 
%------------------------------------------------------------------------------
cnf('1',plain,
    product(a,multiplicative_inverse(b),s),
    inference(cnf_transformation,[],[product_9]) ).

cnf('2',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('3',plain,
    ( ~ product(X,multiplicative_inverse(b),Y)
    | ~ product(Z,X,a)
    | product(Z,Y,s) ),
    inference(resolution,[],['1','2']) ).

cnf('4',plain,
    product(b,c,k),
    inference(cnf_transformation,[],[product_11]) ).

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

cnf('6',plain,
    product(c,b,k),
    inference(resolution,[],['4','5']) ).

cnf('7',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('8',plain,
    ( ~ product(c,X,Y)
    | ~ product(b,Z,X)
    | product(k,Z,Y) ),
    inference(resolution,[],['6','7']) ).

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

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

cnf('11',plain,
    product(multiplicative_identity,c,c),
    inference(resolution,[],['9','10']) ).

cnf('12',plain,
    product(c,multiplicative_identity,c),
    inference(resolution,[],['11','5']) ).

cnf('13',plain,
    ( ~ product(b,X,multiplicative_identity)
    | product(k,X,c) ),
    inference(resolution,[],['8','12']) ).

cnf('14',plain,
    ( product(k,X,c)
    | ~ product(X,b,multiplicative_identity) ),
    inference(resolution,[],['13','5']) ).

cnf('15',plain,
    ~ sum(additive_identity,b,additive_identity),
    inference(cnf_transformation,[],[not_sum_7]) ).

cnf('16',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('17',plain,
    defined(b),
    inference(cnf_transformation,[],[b_is_defined]) ).

cnf('18',plain,
    product(multiplicative_inverse(b),b,multiplicative_identity),
    inference(resolution,[then_simplify],['15','16','17']) ).

cnf('19',plain,
    ( ~ product(X,k,a)
    | product(X,c,s) ),
    inference(resolution,[then_simplify],['3','14','18']) ).

cnf('20',plain,
    product(a,d,k),
    inference(cnf_transformation,[],[product_10]) ).

cnf('21',plain,
    product(d,a,k),
    inference(resolution,[],['20','5']) ).

cnf('22',plain,
    ( ~ product(X,a,Y)
    | ~ product(Z,d,X)
    | product(Z,k,Y) ),
    inference(resolution,[],['21','2']) ).

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

cnf('24',plain,
    product(multiplicative_identity,a,a),
    inference(resolution,[],['23','10']) ).

cnf('25',plain,
    ( ~ product(X,d,multiplicative_identity)
    | product(X,k,a) ),
    inference(resolution,[],['22','24']) ).

cnf('26',plain,
    ( ~ product(X,d,multiplicative_identity)
    | product(X,c,s) ),
    inference(resolution,[],['19','25']) ).

cnf('27',plain,
    ~ product(c,multiplicative_inverse(d),s),
    inference(cnf_transformation,[],[not_product_12]) ).

cnf('28',plain,
    ~ product(multiplicative_inverse(d),c,s),
    inference(resolution,[],['27','5']) ).

cnf('29',plain,
    ~ sum(additive_identity,d,additive_identity),
    inference(cnf_transformation,[],[not_sum_8]) ).

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

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


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.10  % Problem  : FLD050-4 : TPTP v8.1.2. Bugfixed v2.1.0.
% 0.00/0.11  % Command  : gkc %s
% 0.10/0.31  % Computer : n032.cluster.edu
% 0.10/0.31  % Model    : x86_64 x86_64
% 0.10/0.31  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.10/0.31  % Memory   : 8042.1875MB
% 0.10/0.31  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.10/0.31  % CPULimit : 300
% 0.10/0.31  % WCLimit  : 300
% 0.10/0.31  % DateTime : Mon Aug 28 00:55:30 EDT 2023
% 0.10/0.31  % CPUTime  : 
% 0.10/0.35  
% 0.10/0.35  input clause set summed statistics:
% 0.10/0.35  ----------------------------------
% 0.10/0.35  in_clause_count:                    38
% 0.10/0.35  in_rule_clause_count:               28
% 0.10/0.35  in_fact_clause_count:               10
% 0.10/0.35  in_answer_clause_count:              0
% 0.10/0.35  in_ground_clause_count:             15
% 0.10/0.35  in_unit_clause_count:               15
% 0.10/0.35  in_horn_clause_count:               35
% 0.10/0.35  in_pos_clause_count:                11
% 0.10/0.35  in_neg_clause_count:                 4
% 0.10/0.35  in_poseq_clause_count:               0
% 0.10/0.35  in_negeq_clause_count:               0
% 0.10/0.35  in_unitposeq_clause_count:           0
% 0.10/0.35  in_chain_clause_count:               0
% 0.10/0.35  in_min_length:             1
% 0.10/0.35  in_max_length:             5
% 0.10/0.35  in_min_depth:              1
% 0.10/0.35  in_max_depth:              2
% 0.10/0.35  in_min_size:               2
% 0.10/0.35  in_max_size:              20
% 0.10/0.35  in_min_vars:               0
% 0.10/0.35  in_max_vars:               7
% 0.10/0.35  in_extaxiom_count:                26
% 0.10/0.35  in_axiom_count:                    0
% 0.10/0.35  in_assumption_count:               6
% 0.10/0.35  in_goal_count:                     6
% 0.10/0.35  in_neg_goal_count:                 3
% 0.10/0.35  in_pos_goal_count:                 3
% 0.10/0.35  in_posunit_goal_count:             3
% 0.10/0.35  
% 0.10/0.35  auto guide:
% 0.10/0.35  -----------
% 0.10/0.35  {
% 0.10/0.35  "print":1,
% 0.10/0.35  "print_level": 15,
% 0.10/0.35  "max_size": 0,
% 0.10/0.35  "max_depth": 0,
% 0.10/0.35  "max_length": 0,
% 0.10/0.35  "max_dseconds": 0,
% 0.10/0.35  "equality":0,
% 0.10/0.35  "runs":[
% 0.10/0.35  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0},
% 0.10/0.35  {"max_dseconds":1, "sine":5, "strategy":["negative_pref"], "query_preference":0},
% 0.10/0.35  {"max_dseconds":1, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.10/0.35  {"max_dseconds":1, "strategy":["hardness_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.10/0.35  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.10/0.35  {"max_dseconds":1, "strategy":["unit"],  "weight_select_ratio":100, "query_preference":0},
% 0.10/0.35  {"max_dseconds":1, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.10/0.35  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.10/0.35  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1},
% 0.10/0.35  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1},
% 0.10/0.35  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.10/0.35  {"max_dseconds":1, "strategy":["query_focus", "double"], "query_preference":1},
% 0.10/0.35  {"max_dseconds":1, "strategy":["unit"], "query_preference":0},
% 0.10/0.35  {"max_dseconds":1, "strategy":["unit"], "query_preference":1},
% 0.10/0.35  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.10/0.35  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":1},
% 0.10/0.35  {"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.10/0.35  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0},
% 0.10/0.35  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":1},
% 0.10/0.35  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.10/0.35  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.10/0.35  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.10/0.35  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.10/0.35  {"max_dseconds":1, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.10/0.35  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0},
% 0.10/0.35  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":2},
% 0.10/0.35  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.10/0.35  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.10/0.35  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.10/0.35  {"max_dseconds":1, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.10/0.35  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.10/0.35  {"max_dseconds":1, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.10/0.35  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.10/0.35  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.10/0.35  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.10/0.35  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":3},
% 0.10/0.35  {"max_dseconds":1, "strategy":["negative_pref"], "max_depth":5, "query_preference":0},
% 0.10/0.35  {"max_dseconds":1, "strategy":["negative_pref"], "max_weight":40, "query_preference":0},
% 0.10/0.35  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.10/0.35  
% 0.10/0.35  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0},
% 0.10/0.35  {"max_dseconds":10, "sine":5, "strategy":["negative_pref"], "query_preference":0},
% 0.10/0.35  {"max_dseconds":10, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.10/0.35  {"max_dseconds":10, "strategy":["hardness_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.10/0.35  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.10/0.35  {"max_dseconds":10, "strategy":["unit"],  "weight_select_ratio":100, "query_preference":0},
% 0.10/0.35  {"max_dseconds":10, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.10/0.35  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.10/0.35  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1},
% 0.10/0.35  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1},
% 0.10/0.35  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.10/0.35  {"max_dseconds":10, "strategy":["query_focus", "double"], "query_preference":1},
% 0.10/0.35  {"max_dseconds":10, "strategy":["unit"], "query_preference":0},
% 0.10/0.35  {"max_dseconds":10, "strategy":["unit"], "query_preference":1},
% 0.10/0.35  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.10/0.35  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":10},
% 0.10/0.35  {"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.10/0.35  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0},
% 0.10/0.35  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":10},
% 0.10/0.35  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.10/0.35  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.10/0.35  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.10/0.35  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.10/0.35  {"max_dseconds":10, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.10/0.35  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0},
% 0.10/0.35  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":2},
% 0.10/0.35  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.10/0.35  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.10/0.35  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.10/0.35  {"max_dseconds":10, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.10/0.35  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.10/0.35  {"max_dseconds":10, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.10/0.35  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.10/0.35  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.10/0.35  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.10/0.35  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":3},
% 0.10/0.35  {"max_dseconds":10, "strategy":["negative_pref"], "max_depth":5, "query_preference":0},
% 0.10/0.35  {"max_dseconds":10, "strategy":["negative_pref"], "max_weight":40, "query_preference":0},
% 0.10/0.35  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.10/0.35  
% 0.10/0.35  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0},
% 0.10/0.35  {"max_dseconds":50, "sine":5, "strategy":["negative_pref"], "query_preference":0},
% 0.10/0.35  {"max_dseconds":50, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.10/0.35  {"max_dseconds":50, "strategy":["hardness_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.10/0.35  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.10/0.35  {"max_dseconds":50, "strategy":["unit"],  "weight_select_ratio":100, "query_preference":0},
% 0.10/0.35  {"max_dseconds":50, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.10/0.35  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.10/0.35  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1},
% 0.10/0.35  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1},
% 0.10/0.35  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.10/0.35  {"max_dseconds":50, "strategy":["query_focus", "double"], "query_preference":1},
% 0.10/0.35  {"max_dseconds":50, "strategy":["unit"], "query_preference":0},
% 0.10/0.35  {"max_dseconds":50, "strategy":["unit"], "query_preference":1},
% 0.10/0.35  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.10/0.35  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":50},
% 0.10/0.35  {"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.10/0.35  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0},
% 0.10/0.35  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":50},
% 0.10/0.35  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.10/0.35  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.10/0.35  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.10/0.35  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.10/0.35  {"max_dseconds":50, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.10/0.35  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0},
% 0.10/0.35  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":2},
% 0.10/0.35  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.10/0.35  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.10/0.35  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.10/0.35  {"max_dseconds":50, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.10/0.35  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.10/0.35  {"max_dseconds":50, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.10/0.35  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.10/0.35  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.10/0.35  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.10/0.35  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":3},
% 0.10/0.35  {"max_dseconds":50, "strategy":["negative_pref"], "max_depth":5, "query_preference":0},
% 0.10/0.35  {"max_dseconds":50, "strategy":["negative_pref"], "max_weight":40, "query_preference":0},
% 0.10/0.35  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.10/0.35  
% 0.10/0.35  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0},
% 0.10/0.35  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1},
% 0.10/0.35  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1},
% 0.10/0.35  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.10/0.35  {"max_dseconds":250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.10/0.35  {"max_dseconds":250, "strategy":["unit"], "query_preference":0},
% 0.10/0.35  {"max_dseconds":250, "strategy":["unit"], "query_preference":1},
% 0.10/0.35  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.10/0.35  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":250},
% 0.10/0.35  {"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.10/0.35  {"max_dseconds":250, "strategy":["positive_pref"], "query_preference":0},
% 0.10/0.35  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":250},
% 0.10/0.35  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.10/0.35  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.10/0.35  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.10/0.35  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":250},
% 0.10/0.35  {"max_dseconds":250, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.10/0.35  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0},
% 0.10/0.35  
% 0.10/0.35  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0},
% 0.10/0.35  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1},
% 0.10/0.35  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1},
% 0.10/0.35  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.10/0.35  {"max_dseconds":1250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.10/0.35  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0},
% 0.10/0.35  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1},
% 0.10/0.35  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.10/0.35  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":1250},
% 0.10/0.35  {"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.10/0.35  {"max_dseconds":1250, "strategy":["positive_pref"], "query_preference":0},
% 0.10/0.35  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":1250},
% 0.10/0.35  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.10/0.35  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.10/0.35  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.10/0.35  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1250},
% 0.10/0.35  {"max_dseconds":1250, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.10/0.35  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0} 
% 0.10/0.35  
% 0.10/0.35  ]}
% 0.10/0.35  
% 0.10/0.35  
% 0.10/0.35  **** run 1 fork 0 starts with strategy
% 0.10/0.35  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0}
% 0.10/0.35  
% 0.10/0.35  **** run 2 fork 1 starts with strategy
% 0.10/0.35  {"max_dseconds":1,"sine":5,"strategy":["negative_pref"],"query_preference":0}
% 0.10/0.35  
% 0.10/0.35  **** run 3 fork 2 starts with strategy
% 0.10/0.35  {"max_dseconds":1,"strategy":["negative_pref"],"weight_select_ratio":100,"query_preference":0}
% 0.10/0.35  
% 0.10/0.35  **** run 4 fork 3 starts with strategy
% 0.10/0.35  {"max_dseconds":1,"strategy":["hardness_pref"],"weight_select_ratio":100,"query_preference":0}
% 0.10/0.35  
% 0.10/0.35  **** run 5 fork 4 starts with strategy
% 0.10/0.35  
% 0.10/0.35  **** run 6 fork 5 starts with strategy
% 0.10/0.35  {"max_dseconds":1,"strategy":["unit"],"weight_select_ratio":100,"query_preference":0}
% 0.10/0.35  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 0.10/0.35  
% 0.10/0.35  **** run 7 fork 6 starts with strategy
% 0.10/0.35  {"max_dseconds":1,"strategy":["negative_pref"],"weight_select_ratio":100,"query_preference":0,"var_weight":70,"repeat_var_weight":70}
% 0.10/0.36  
% 0.10/0.36  **** run 8 fork 7 starts with strategy
% 0.10/0.36  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 0.16/0.48  
% 0.16/0.48  
% 0.16/0.48  fork 5: search terminated without proof.
% 0.16/0.48  
% 0.16/0.48  
% 0.16/0.48  fork 3: search terminated without proof.
% 0.16/0.48  
% 0.16/0.48  
% 0.16/0.48  fork 0: search terminated without proof.
% 0.16/0.49  
% 0.16/0.49  
% 0.16/0.49  fork 6: search terminated without proof.
% 0.16/0.49  
% 0.16/0.49  
% 0.16/0.49  fork 2: search terminated without proof.
% 0.16/0.50  
% 0.16/0.50  **** run 12 fork 3 starts with strategy
% 0.16/0.50  {"max_dseconds":1,"strategy":["query_focus","double"],"query_preference":1}
% 0.16/0.50  
% 0.16/0.50  **** run 14 fork 5 starts with strategy
% 0.16/0.50  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.16/0.50  
% 0.16/0.50  **** run 9 fork 0 starts with strategy
% 0.16/0.50  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1}
% 0.16/0.51  
% 0.16/0.51  
% 0.16/0.51  fork 4: search terminated without proof.
% 0.16/0.51  
% 0.16/0.51  fork 1: search finished without proof.
% 0.16/0.52  
% 0.16/0.52  **** run 11 fork 2 starts with strategy
% 0.16/0.52  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.16/0.52  
% 0.16/0.52  **** run 15 fork 6 starts with strategy
% 0.16/0.52  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 0.16/0.52  
% 0.16/0.52  
% 0.16/0.52  fork 7: search terminated without proof.
% 0.16/0.53  
% 0.16/0.53  **** run 10 fork 1 starts with strategy
% 0.16/0.53  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 0.16/0.54  
% 0.16/0.54  **** run 13 fork 4 starts with strategy
% 0.16/0.54  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.16/0.54  
% 0.16/0.54  **** run 16 fork 7 starts with strategy
% 0.16/0.54  {"length_penalty":100,"query_preference":0,"strategy":["negative_pref"],"max_dseconds":1}
% 0.16/0.61  
% 0.16/0.61  
% 0.16/0.61  fork 5: search terminated without proof.
% 0.16/0.62  
% 0.16/0.62  
% 0.16/0.62  fork 3: search terminated without proof.
% 0.16/0.62  
% 0.16/0.62  
% 0.16/0.62  fork 0: search terminated without proof.
% 0.16/0.63  
% 0.16/0.63  **** run 22 fork 5 starts with strategy
% 0.16/0.63  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 0.16/0.63  
% 0.16/0.63  
% 0.16/0.63  fork 6: search terminated without proof.
% 0.16/0.64  
% 0.16/0.64  
% 0.16/0.64  fork 2: search terminated without proof.
% 0.16/0.64  
% 0.16/0.64  **** run 20 fork 3 starts with strategy
% 0.16/0.64  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 0.16/0.64  
% 0.16/0.64  **** run 17 fork 0 starts with strategy
% 0.16/0.64  {"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.16/0.65  
% 0.16/0.65  
% 0.16/0.65  fork 1: search terminated without proof.
% 0.16/0.65  
% 0.16/0.65  
% 0.16/0.65  fork 4: search terminated without proof.
% 0.16/0.65  
% 0.16/0.65  **** run 23 fork 6 starts with strategy
% 0.16/0.65  {"weight_select_ratio":100,"length_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":1}
% 0.16/0.66  
% 0.16/0.66  **** run 19 fork 2 starts with strategy
% 0.16/0.66  {"var_weight":70,"repeat_var_weight":70,"max_depth":3,"query_preference":0,"strategy":["negative_pref"],"max_dseconds":1}
% 0.16/0.66  
% 0.16/0.66  
% 0.16/0.66  fork 7: search terminated without proof.
% 0.16/0.67  
% 0.16/0.67  **** run 21 fork 4 starts with strategy
% 0.16/0.67  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 0.16/0.68  
% 0.16/0.68  **** run 18 fork 1 starts with strategy
% 0.16/0.68  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0}
% 0.16/0.68  
% 0.16/0.68  **** run 24 fork 7 starts with strategy
% 0.16/0.68  {"max_dseconds":1,"strategy":["negative_pref"],"weight_select_ratio":20}
% 0.16/0.76  
% 0.16/0.76  fork 5: search finished without proof.
% 0.16/0.77  
% 0.16/0.77  
% 0.16/0.77  fork 2: search terminated without proof.
% 0.16/0.77  
% 0.16/0.77  
% 0.16/0.77  fork 3: search terminated without proof.
% 0.16/0.78  
% 0.16/0.78  
% 0.16/0.78  fork 6: search terminated without proof.
% 0.16/0.78  
% 0.16/0.78  **** run 30 fork 5 starts with strategy
% 0.16/0.78  {"max_dseconds":1,"strategy":["query_focus","max_ground_weight"],"query_preference":1}
% 0.16/0.79  
% 0.16/0.79  
% 0.16/0.79  fork 4: search terminated without proof.
% 0.16/0.79  
% 0.16/0.79  **** run 27 fork 2 starts with strategy
% 0.16/0.79  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":0}
% 0.16/0.79  
% 0.16/0.79  **** run 28 fork 3 starts with strategy
% 0.16/0.79  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 0.16/0.80  
% 0.16/0.80  
% 0.16/0.80  fork 7: search terminated without proof.
% 0.16/0.80  
% 0.16/0.80  **** run 31 fork 6 starts with strategy
% 0.16/0.80  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":2}
% 0.16/0.81  
% 0.16/0.81  **** run 29 fork 4 starts with strategy
% 0.16/0.81  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":1}
% 0.16/0.81  
% 0.16/0.81  
% 0.16/0.81  fork 1: search terminated without proof.
% 0.16/0.82  
% 0.16/0.82  **** run 32 fork 7 starts with strategy
% 0.16/0.82  {"max_dseconds":1,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 0.16/0.84  
% 0.16/0.84  **** run 26 fork 1 starts with strategy
% 0.16/0.84  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":2}
% 0.16/0.89  
% 0.16/0.89  
% 0.16/0.89  fork 0: search terminated without proof.
% 0.16/0.90  
% 0.16/0.90  
% 0.16/0.90  fork 5: search terminated without proof.
% 0.16/0.92  
% 0.16/0.92  
% 0.16/0.92  fork 3: search terminated without proof.
% 0.16/0.92  
% 0.16/0.92  **** run 38 fork 5 starts with strategy
% 0.16/0.92  {"max_dseconds":1,"strategy":["negative_pref"],"max_weight":40,"query_preference":0}
% 0.16/0.92  
% 0.16/0.92  **** run 25 fork 0 starts with strategy
% 0.16/0.92  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0}
% 0.16/0.92  
% 0.16/0.92  
% 0.16/0.92  fork 6: search terminated without proof.
% 0.16/0.93  
% 0.16/0.93  
% 0.16/0.93  fork 2: search terminated without proof.
% 0.16/0.94  
% 0.16/0.94  **** run 36 fork 3 starts with strategy
% 0.16/0.94  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":3}
% 0.16/0.94  
% 0.16/0.94  **** run 39 fork 6 starts with strategy
% 0.16/0.94  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 0.16/0.94  
% 0.16/0.94  
% 0.16/0.94  fork 4: search terminated without proof.
% 0.16/0.95  
% 0.16/0.95  fork 5: search finished without proof.
% 0.16/0.95  
% 0.16/0.95  
% 0.16/0.95  fork 7: search terminated without proof.
% 0.16/0.95  
% 0.16/0.95  **** run 35 fork 2 starts with strategy
% 0.16/0.95  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 0.16/0.96  
% 0.16/0.96  **** run 46 fork 5 starts with strategy
% 0.16/0.96  {"max_dseconds":10,"strategy":["negative_pref"],"weight_select_ratio":100,"query_preference":0,"var_weight":70,"repeat_var_weight":70}
% 0.16/0.96  
% 0.16/0.96  
% 0.16/0.96  fork 1: search terminated without proof.
% 0.16/0.96  
% 0.16/0.96  **** run 37 fork 4 starts with strategy
% 0.16/0.96  {"max_dseconds":1,"strategy":["negative_pref"],"max_depth":5,"query_preference":0}
% 0.16/0.97  
% 0.16/0.97  **** run 40 fork 7 starts with strategy
% 0.16/0.97  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0}
% 3.82/0.99  
% 3.82/0.99  **** run 34 fork 1 starts with strategy
% 3.82/0.99  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":1}
% 5.36/1.06  
% 5.36/1.06  
% 5.36/1.06  fork 3: search terminated without proof.
% 5.36/1.07  
% 5.36/1.07  
% 5.36/1.07  fork 2: search terminated without proof.
% 5.36/1.08  
% 5.36/1.08  
% 5.36/1.08  fork 6: search terminated without proof.
% 5.36/1.08  
% 5.36/1.08  
% 5.36/1.08  fork 0: search terminated without proof.
% 5.36/1.08  
% 5.36/1.08  **** run 44 fork 3 starts with strategy
% 5.36/1.08  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 5.36/1.09  
% 5.36/1.09  
% 5.36/1.09  fork 4: search terminated without proof.
% 5.36/1.09  
% 5.36/1.09  **** run 43 fork 2 starts with strategy
% 5.36/1.09  {"max_dseconds":10,"strategy":["hardness_pref"],"weight_select_ratio":100,"query_preference":0}
% 5.36/1.09  
% 5.36/1.09  **** run 33 fork 0 starts with strategy
% 5.36/1.09  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 5.36/1.10  
% 5.36/1.10  **** run 47 fork 6 starts with strategy
% 5.36/1.10  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 5.36/1.11  
% 5.36/1.11  **** run 45 fork 4 starts with strategy
% 5.36/1.11  {"max_dseconds":10,"strategy":["unit"],"weight_select_ratio":100,"query_preference":0}
% 5.36/1.11  
% 5.36/1.11  
% 5.36/1.11  fork 1: search terminated without proof.
% 6.03/1.14  
% 6.03/1.14  **** run 42 fork 1 starts with strategy
% 6.03/1.14  {"max_dseconds":10,"strategy":["negative_pref"],"weight_select_ratio":100,"query_preference":0}
% 11.90/1.98  
% 11.90/1.98  
% 11.90/1.98  fork 7: search terminated without proof.
% 11.90/1.99  
% 11.90/1.99  
% 11.90/1.99  fork 5: search terminated without proof.
% 11.90/2.00  
% 11.90/2.00  
% 11.90/2.00  result: proof found
% 11.90/2.00  for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 11.90/2.00  by run 33 fork 0 strategy {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 11.90/2.00  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 11.90/2.00  
% 11.90/2.00  % SZS output start CNFRefutation for /export/starexec/sandbox/benchmark/theBenchmark.p 
% See solution above
% 12.19/2.00  
% 12.19/2.00  run 33 fork 0 statistics:
% 12.19/2.00  ----------------------------------
% 12.19/2.00  this run seconds: 0.084934
% 12.19/2.00  total seconds: 0.692201
% 12.19/2.00  stat_given_used: 515
% 12.19/2.00  stat_given_used_at_endgame: 0
% 12.19/2.00  stat_given_candidates:   867
% 12.19/2.00  stat_given_candidates_at_endgame: 0
% 12.19/2.00  stat_given_candidates_h: 0
% 12.19/2.00  stat_binres_derived_cl:   7701
% 12.19/2.00  stat_binres_derived_cl_h: 0
% 12.19/2.00  stat_factor_derived_cl: 163
% 12.19/2.00  stat_para_derived_cl: 0
% 12.19/2.00  stat_tautologies_discarded: 309
% 12.19/2.00  stat_forward_subsumed: 329
% 12.19/2.00  stat_derived_cut: 555
% 12.19/2.00  stat_derived_rewritten: 0
% 12.19/2.00  stat_weight_discarded_building: 0
% 12.19/2.00  stat_weight_discarded_cl: 1415
% 12.19/2.00  stat_internlimit_discarded_cl: 0
% 12.19/2.00  stat_simplified:  2 simplified 0 derived 0 given
% 12.19/2.00  stat_kept_cl: 5810
% 12.19/2.00  stat_built_cl: 8309
% 12.19/2.00  stat_hyperres_partial_cl: 0
% 12.19/2.00  stat_made_rewriters: 0
% 12.19/2.00  stat_backward_subsumed: 0
% 12.19/2.00  stat_propagated_subsumed: 0
% 12.19/2.00  stat_clsubs_attempted:                     11647
% 12.19/2.00  stat_clsubs_fact_groundunit_found:            10
% 12.19/2.00  stat_clsubs_rule_groundunit_found:             6
% 12.19/2.00  stat_clsubs_top_meta_attempted:             185069
% 12.19/2.00  stat_clsubs_top_meta_failed:                173422
% 12.19/2.00  stat_clsubs_top_meta_nonpref_attempted:              185069
% 12.19/2.00  stat_clsubs_top_meta_nonpref_succeeded:               47065
% 12.19/2.00  stat_clsubs_top_meta_pref_attempted:                  47065
% 12.19/2.00  stat_clsubs_top_meta_pref1_succeeded:                 22801
% 12.19/2.00  stat_clsubs_top_meta_pref2_succeeded:                 11834
% 12.19/2.00  stat_clsubs_top_meta_pref3_succeeded:                 11647
% 12.19/2.00  stat_clsubs_top_meta_pref_succeeded:                  11647
% 12.19/2.00  stat_clsubs_meta_attempted:                37599
% 12.19/2.00  stat_clsubs_meta_failed:                   10314
% 12.19/2.00  stat_clsubs_predsymbs_attempted:               0
% 12.19/2.00  stat_clsubs_unit_attempted:                    0
% 12.19/2.00  stat_clsubs_full_attempted:                11647
% 12.19/2.00  stat_forwardsubs_attempted:                 7555
% 12.19/2.00  stat_lit_hash_added:                   1869
% 12.19/2.00  stat_lit_hash_computed:               63619
% 12.19/2.00  stat_lit_hash_match_found:              960
% 12.19/2.00  stat_lit_hash_match_miss:             91249
% 12.19/2.00  stat_lit_hash_cut_ok:                   616
% 12.19/2.00  stat_lit_strong_cut_ok:                   0
% 12.19/2.00  stat_lit_hash_subsume_ok:               329
% 12.19/2.00  clqueue els 10000000 used 1
% 12.19/2.00  clactive els 10000000 used 542
% 12.19/2.00  clactivesubsume els 10000000 used 2863
% 12.19/2.00  queue_termbuf els 200000000 used 314613
% 12.19/2.00  hyper_termbuf els 100000000 used 1
% 12.19/2.00  active_termbuf els 100000000 used 15882
% 12.19/2.00  varstack els 5000 last used 1
% 12.19/2.00  given_termbuf els 10000000 last used 1
% 12.19/2.00  simplified_termbuf els 10000000 last used 1
% 12.19/2.00  derived_termbuf els 10000000 last used 49
% 12.19/2.00  wr_mallocs: 3831
% 12.19/2.00  wr_callocs: 21
% 12.19/2.00  wr_reallocs: 687
% 12.19/2.00  wr_frees: 2
% 12.19/2.00  wr_malloc_bytes: 4162718244
% 12.19/2.00  wr_calloc_bytes: 112065536
% 12.19/2.00  wr_realloc_bytes: 174752
% 12.19/2.00  wr_realloc_freebytes: 0
% 12.19/2.00  ----------------------------------
%------------------------------------------------------------------------------