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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : GKC---0.8
% Problem  : RNG001-3 : TPTP v8.1.2. Released v1.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : gkc %s

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

% Result   : Unsatisfiable 0.20s 0.77s
% Output   : CNFRefutation 0.20s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named distributivity2)

% Comments : 
%------------------------------------------------------------------------------
cnf('1',plain,
    ( ~ product(X,Y,Z)
    | ~ product(X,U,V)
    | ~ sum(V,Z,W)
    | ~ sum(U,Y,X2006)
    | product(X,X2006,W) ),
    inference(cnf_transformation,[],[distributivity2]) ).

cnf('2',plain,
    ( ~ product(X,Y,Z)
    | ~ sum(Z,Z,U)
    | ~ sum(Y,Y,V)
    | product(X,V,U) ),
    inference(factorization,[],['1']) ).

cnf('3',plain,
    ( ~ product(X,Y,Y)
    | ~ sum(Y,Y,Z)
    | product(X,Z,Z) ),
    inference(factorization,[],['2']) ).

cnf('4',plain,
    ~ product(a,additive_identity,additive_identity),
    inference(cnf_transformation,[],[prove_a_times_additive_id_is_additive_id]) ).

cnf('5',plain,
    ( ~ product(a,X,X)
    | ~ sum(X,X,additive_identity) ),
    inference(resolution,[],['3','4']) ).

cnf('6',plain,
    ( ~ product(a,X,X)
    | ~ sum(X,X,Y)
    | ~ sum(Y,Y,additive_identity) ),
    inference(resolution,[],['5','3']) ).

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

cnf('8',plain,
    ( ~ product(a,X,X)
    | ~ sum(Y,Z,U)
    | ~ sum(Y,V,X)
    | ~ sum(V,X,Z)
    | ~ sum(U,U,additive_identity) ),
    inference(resolution,[],['6','7']) ).

cnf('9',plain,
    sum(additive_identity,X,X),
    inference(cnf_transformation,[],[additive_identity1]) ).

cnf('10',plain,
    ( ~ product(a,X,X)
    | ~ sum(Y,X,Z)
    | ~ sum(U,Y,X)
    | ~ sum(U,Z,additive_identity) ),
    inference(resolution,[],['8','9']) ).

cnf('11',plain,
    ( ~ product(a,X,X)
    | ~ sum(additive_identity,Y,additive_identity)
    | ~ sum(X,X,Y) ),
    inference(resolution,[],['10','9']) ).

cnf('12',plain,
    ( ~ sum(X,Y,Z)
    | ~ sum(Y,U,Y)
    | sum(Z,U,Z) ),
    inference(factorization,[],['7']) ).

cnf('13',plain,
    ( ~ product(a,X,X)
    | ~ sum(Y,Z,Y)
    | ~ sum(U,Y,additive_identity)
    | ~ sum(X,X,Z) ),
    inference(resolution,[],['11','12']) ).

cnf('14',plain,
    sum(additive_inverse(X),X,additive_identity),
    inference(cnf_transformation,[],[additive_inverse1]) ).

cnf('15',plain,
    ( ~ product(a,X,X)
    | ~ sum(Y,Z,Y)
    | ~ sum(X,X,Z) ),
    inference(resolution,[],['13','14']) ).

cnf('16',plain,
    ( ~ product(a,X,X)
    | ~ sum(X,X,X) ),
    inference(factorization,[],['15']) ).

cnf('17',plain,
    ( ~ product(a,X,Y)
    | ~ sum(Y,Y,Z)
    | ~ sum(X,X,Z)
    | ~ sum(Z,Z,Z) ),
    inference(resolution,[],['16','2']) ).

cnf('18',plain,
    ( ~ product(a,X,Y)
    | ~ sum(Y,Y,Y)
    | ~ sum(X,X,Y) ),
    inference(factorization,[],['17']) ).

cnf('19',plain,
    ( ~ product(X,Y,Z)
    | ~ product(X,U,V)
    | ~ product(X,W,X2006)
    | ~ sum(W,U,Y)
    | sum(X2006,V,Z) ),
    inference(cnf_transformation,[],[distributivity1]) ).

cnf('20',plain,
    ( ~ product(X,Y,Z)
    | ~ product(X,U,V)
    | ~ sum(Y,U,U)
    | sum(Z,V,V) ),
    inference(factorization,[],['19']) ).

cnf('21',plain,
    ( ~ product(X,Y,Z)
    | ~ sum(Y,Y,Y)
    | sum(Z,Z,Z) ),
    inference(factorization,[],['20']) ).

cnf('22',plain,
    ( ~ product(a,X,Y)
    | ~ product(Z,U,Y)
    | ~ sum(U,U,U)
    | ~ sum(X,X,Y) ),
    inference(resolution,[],['18','21']) ).

cnf('23',plain,
    ( ~ product(a,X,Y)
    | ~ sum(X,X,Y)
    | ~ sum(X,X,X) ),
    inference(factorization,[],['22']) ).

cnf('24',plain,
    ( ~ product(a,additive_identity,X)
    | ~ sum(additive_identity,additive_identity,X) ),
    inference(resolution,[],['23','9']) ).

cnf('25',plain,
    product(X,Y,multiply(X,Y)),
    inference(cnf_transformation,[],[closure_of_multiplication]) ).

cnf('26',plain,
    ~ sum(additive_identity,additive_identity,multiply(a,additive_identity)),
    inference(resolution,[],['24','25']) ).

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

cnf('28',plain,
    ( ~ sum(X,Y,multiply(a,additive_identity))
    | ~ sum(additive_identity,Z,X)
    | ~ sum(Z,Y,additive_identity) ),
    inference(resolution,[],['26','27']) ).

cnf('29',plain,
    ( ~ sum(X,Y,multiply(a,additive_identity))
    | ~ sum(X,Y,additive_identity) ),
    inference(resolution,[],['28','9']) ).

cnf('30',plain,
    ~ sum(additive_identity,multiply(a,additive_identity),additive_identity),
    inference(resolution,[],['29','9']) ).

cnf('31',plain,
    ( ~ sum(X,multiply(a,additive_identity),X)
    | ~ sum(Y,X,additive_identity) ),
    inference(resolution,[],['30','12']) ).

cnf('32',plain,
    ~ sum(X,multiply(a,additive_identity),X),
    inference(resolution,[],['31','14']) ).

cnf('33',plain,
    ( ~ product(X,Y,multiply(a,additive_identity))
    | ~ sum(Y,Y,Y) ),
    inference(resolution,[],['32','21']) ).

cnf('34',plain,
    sum(additive_identity,X0,X0),
    inference(cnf_transformation,[],[additive_identity1]) ).

cnf('35',plain,
    $false,
    inference(resolution,[then_simplify],['33','25','34']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : RNG001-3 : TPTP v8.1.2. Released v1.0.0.
% 0.00/0.13  % Command  : gkc %s
% 0.12/0.35  % Computer : n012.cluster.edu
% 0.12/0.35  % Model    : x86_64 x86_64
% 0.12/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.35  % Memory   : 8042.1875MB
% 0.12/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.35  % CPULimit : 300
% 0.12/0.35  % WCLimit  : 300
% 0.12/0.35  % DateTime : Sun Aug 27 01:53:55 EDT 2023
% 0.19/0.35  % CPUTime  : 
% 0.19/0.39  
% 0.19/0.39  input clause set summed statistics:
% 0.19/0.39  ----------------------------------
% 0.19/0.39  in_clause_count:                     8
% 0.19/0.39  in_rule_clause_count:                7
% 0.19/0.39  in_fact_clause_count:                1
% 0.19/0.39  in_answer_clause_count:              0
% 0.19/0.39  in_ground_clause_count:              1
% 0.19/0.39  in_unit_clause_count:                4
% 0.19/0.39  in_horn_clause_count:                8
% 0.19/0.39  in_pos_clause_count:                 3
% 0.19/0.39  in_neg_clause_count:                 1
% 0.19/0.39  in_poseq_clause_count:               0
% 0.19/0.39  in_negeq_clause_count:               0
% 0.19/0.39  in_unitposeq_clause_count:           0
% 0.19/0.39  in_chain_clause_count:               0
% 0.19/0.39  in_min_length:             1
% 0.19/0.39  in_max_length:             5
% 0.19/0.39  in_min_depth:              1
% 0.19/0.39  in_max_depth:              2
% 0.19/0.39  in_min_size:               4
% 0.19/0.39  in_max_size:              20
% 0.19/0.39  in_min_vars:               0
% 0.19/0.39  in_max_vars:               7
% 0.19/0.39  in_extaxiom_count:                 0
% 0.19/0.39  in_axiom_count:                    7
% 0.19/0.39  in_assumption_count:               0
% 0.19/0.39  in_goal_count:                     1
% 0.19/0.39  in_neg_goal_count:                 1
% 0.19/0.39  in_pos_goal_count:                 0
% 0.19/0.39  in_posunit_goal_count:             0
% 0.19/0.39  
% 0.19/0.39  auto guide:
% 0.19/0.39  -----------
% 0.19/0.39  {
% 0.19/0.39  "print":1,
% 0.19/0.39  "print_level": 15,
% 0.19/0.39  "max_size": 0,
% 0.19/0.39  "max_depth": 0,
% 0.19/0.39  "max_length": 0,
% 0.19/0.39  "max_dseconds": 0,
% 0.19/0.39  "equality":0,
% 0.19/0.39  "runs":[
% 0.19/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.19/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.19/0.39  {"max_dseconds":1, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.19/0.39  {"max_dseconds":1, "strategy":["hardness_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.19/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":1, "strategy":["unit"],  "weight_select_ratio":100, "query_preference":0},
% 0.19/0.39  {"max_dseconds":1, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.19/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":2},
% 0.19/0.39  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.19/0.39  {"max_dseconds":1, "strategy":["query_focus", "double"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":1, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":1, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.19/0.39  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":1},
% 0.19/0.39  {"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.19/0.39  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.19/0.39  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.19/0.39  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "max_depth":5, "query_preference":0},
% 0.19/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "max_weight":40, "query_preference":0},
% 0.19/0.39  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.19/0.39  
% 0.19/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.19/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.19/0.39  {"max_dseconds":10, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.19/0.39  {"max_dseconds":10, "strategy":["hardness_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.19/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":10, "strategy":["unit"],  "weight_select_ratio":100, "query_preference":0},
% 0.19/0.39  {"max_dseconds":10, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.19/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.19/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":2},
% 0.19/0.39  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":10, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.19/0.39  {"max_dseconds":10, "strategy":["query_focus", "double"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":10, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":10, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.19/0.39  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":10},
% 0.19/0.39  {"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.19/0.39  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.19/0.39  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.19/0.39  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":10},
% 0.19/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.19/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "max_depth":5, "query_preference":0},
% 0.19/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "max_weight":40, "query_preference":0},
% 0.19/0.39  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.19/0.39  
% 0.19/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.19/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.19/0.39  {"max_dseconds":50, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.19/0.39  {"max_dseconds":50, "strategy":["hardness_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.19/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":50, "strategy":["unit"],  "weight_select_ratio":100, "query_preference":0},
% 0.19/0.39  {"max_dseconds":50, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.19/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.19/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":2},
% 0.19/0.39  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":50, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.19/0.39  {"max_dseconds":50, "strategy":["query_focus", "double"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":50, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":50, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.19/0.39  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":50},
% 0.19/0.39  {"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.19/0.39  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.19/0.39  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.19/0.39  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":50},
% 0.19/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.19/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "max_depth":5, "query_preference":0},
% 0.19/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "max_weight":40, "query_preference":0},
% 0.19/0.39  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.19/0.39  
% 0.19/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":250, "strategy":["unit"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.19/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.19/0.39  {"max_dseconds":250, "strategy":["unit"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":250, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.19/0.39  
% 0.19/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.19/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.19/0.39  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":1250, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1} 
% 0.19/0.39  
% 0.19/0.39  ]}
% 0.19/0.39  
% 0.19/0.39  
% 0.19/0.39  **** run 1 fork 0 starts with strategy
% 0.19/0.39  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0}
% 0.19/0.39  
% 0.19/0.39  **** run 2 fork 1 starts with strategy
% 0.19/0.39  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0}
% 0.19/0.39  
% 0.19/0.39  **** run 3 fork 2 starts with strategy
% 0.19/0.39  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 0.19/0.39  
% 0.19/0.39  **** run 4 fork 3 starts with strategy
% 0.19/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.19/0.39  
% 0.19/0.39  **** run 5 fork 4 starts with strategy
% 0.19/0.39  {"max_dseconds":1,"strategy":["negative_pref"],"weight_select_ratio":20}
% 0.19/0.39  
% 0.19/0.39  **** run 6 fork 5 starts with strategy
% 0.19/0.39  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"var_weight":70,"repeat_var_weight":70}
% 0.19/0.39  
% 0.19/0.39  **** run 7 fork 6 starts with strategy
% 0.19/0.39  {"max_dseconds":1,"strategy":["negative_pref"],"weight_select_ratio":100,"query_preference":0}
% 0.19/0.40  
% 0.19/0.40  **** run 8 fork 7 starts with strategy
% 0.19/0.40  {"max_dseconds":1,"strategy":["hardness_pref"],"weight_select_ratio":100,"query_preference":0}
% 0.20/0.51  
% 0.20/0.51  fork 1: search finished without proof.
% 0.20/0.51  
% 0.20/0.51  fork 0: search finished without proof.
% 0.20/0.51  
% 0.20/0.51  
% 0.20/0.51  fork 2: search terminated without proof.
% 0.20/0.52  
% 0.20/0.52  
% 0.20/0.52  fork 3: search terminated without proof.
% 0.20/0.52  
% 0.20/0.52  
% 0.20/0.52  fork 6: search terminated without proof.
% 0.20/0.52  
% 0.20/0.52  
% 0.20/0.52  fork 4: search terminated without proof.
% 0.20/0.52  
% 0.20/0.52  fork 7: search finished without proof.
% 0.20/0.52  
% 0.20/0.52  
% 0.20/0.52  fork 5: search terminated without proof.
% 0.20/0.54  
% 0.20/0.54  **** run 10 fork 1 starts with strategy
% 0.20/0.54  {"max_dseconds":1,"strategy":["unit"],"weight_select_ratio":100,"query_preference":0}
% 0.20/0.54  
% 0.20/0.54  **** run 9 fork 0 starts with strategy
% 0.20/0.54  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 0.20/0.54  
% 0.20/0.54  **** run 15 fork 6 starts with strategy
% 0.20/0.54  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1}
% 0.20/0.54  
% 0.20/0.54  **** run 11 fork 2 starts with strategy
% 0.20/0.54  {"max_dseconds":1,"strategy":["negative_pref"],"weight_select_ratio":100,"query_preference":0,"var_weight":70,"repeat_var_weight":70}
% 0.20/0.54  
% 0.20/0.54  **** run 13 fork 4 starts with strategy
% 0.20/0.54  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.20/0.54  
% 0.20/0.54  **** run 12 fork 3 starts with strategy
% 0.20/0.54  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 0.20/0.55  
% 0.20/0.55  **** run 16 fork 7 starts with strategy
% 0.20/0.55  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 0.20/0.55  
% 0.20/0.55  **** run 14 fork 5 starts with strategy
% 0.20/0.55  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1}
% 0.20/0.65  
% 0.20/0.65  
% 0.20/0.65  fork 1: search terminated without proof.
% 0.20/0.65  
% 0.20/0.65  
% 0.20/0.65  fork 0: search terminated without proof.
% 0.20/0.66  
% 0.20/0.66  
% 0.20/0.66  fork 4: search terminated without proof.
% 0.20/0.66  
% 0.20/0.66  
% 0.20/0.66  fork 3: search terminated without proof.
% 0.20/0.66  
% 0.20/0.66  fork 7: search finished without proof.
% 0.20/0.67  
% 0.20/0.67  
% 0.20/0.67  fork 2: search terminated without proof.
% 0.20/0.67  
% 0.20/0.67  **** run 18 fork 1 starts with strategy
% 0.20/0.67  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":0}
% 0.20/0.67  
% 0.20/0.67  **** run 17 fork 0 starts with strategy
% 0.20/0.67  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":2}
% 0.20/0.68  
% 0.20/0.68  **** run 21 fork 4 starts with strategy
% 0.20/0.68  {"max_dseconds":1,"strategy":["query_focus","max_ground_weight"],"query_preference":1}
% 0.20/0.68  
% 0.20/0.68  **** run 20 fork 3 starts with strategy
% 0.20/0.68  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":1}
% 0.20/0.68  
% 0.20/0.68  **** run 24 fork 7 starts with strategy
% 0.20/0.68  {"max_dseconds":1,"strategy":["query_focus","double"],"query_preference":1}
% 0.20/0.68  
% 0.20/0.68  **** run 19 fork 2 starts with strategy
% 0.20/0.68  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 0.20/0.69  
% 0.20/0.69  
% 0.20/0.69  fork 5: search terminated without proof.
% 0.20/0.70  
% 0.20/0.70  fork 3: search finished without proof.
% 0.20/0.71  
% 0.20/0.71  **** run 22 fork 5 starts with strategy
% 0.20/0.71  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.20/0.72  
% 0.20/0.72  fork 7: search finished without proof.
% 0.20/0.72  
% 0.20/0.72  **** run 28 fork 3 starts with strategy
% 0.20/0.72  {"length_penalty":100,"query_preference":0,"strategy":["negative_pref"],"max_dseconds":1}
% 0.20/0.73  
% 0.20/0.73  **** run 32 fork 7 starts with strategy
% 0.20/0.73  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":1}
% 0.20/0.77  
% 0.20/0.77  
% 0.20/0.77  result: proof found
% 0.20/0.77  for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 0.20/0.77  by run 15 fork 6 strategy {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1}
% 0.20/0.77  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 0.20/0.77  
% 0.20/0.77  % SZS output start CNFRefutation for /export/starexec/sandbox/benchmark/theBenchmark.p 
% See solution above
% 0.20/0.77  
% 0.20/0.77  run 15 fork 6 statistics:
% 0.20/0.77  ----------------------------------
% 0.20/0.77  this run seconds: 0.066958
% 0.20/0.77  total seconds: 0.227270
% 0.20/0.77  stat_given_used: 382
% 0.20/0.77  stat_given_used_at_endgame: 0
% 0.20/0.77  stat_given_candidates:   1247
% 0.20/0.77  stat_given_candidates_at_endgame: 0
% 0.20/0.77  stat_given_candidates_h: 0
% 0.20/0.77  stat_binres_derived_cl:   10266
% 0.20/0.77  stat_binres_derived_cl_h: 0
% 0.20/0.77  stat_factor_derived_cl: 595
% 0.20/0.77  stat_para_derived_cl: 0
% 0.20/0.77  stat_tautologies_discarded: 6
% 0.20/0.77  stat_forward_subsumed: 868
% 0.20/0.77  stat_derived_cut: 214
% 0.20/0.77  stat_derived_rewritten: 0
% 0.20/0.77  stat_weight_discarded_building: 0
% 0.20/0.77  stat_weight_discarded_cl: 1398
% 0.20/0.77  stat_internlimit_discarded_cl: 0
% 0.20/0.77  stat_simplified:  0 simplified 0 derived 0 given
% 0.20/0.77  stat_kept_cl: 8588
% 0.20/0.77  stat_built_cl: 10750
% 0.20/0.77  stat_hyperres_partial_cl: 0
% 0.20/0.77  stat_made_rewriters: 0
% 0.20/0.77  stat_backward_subsumed: 0
% 0.20/0.77  stat_propagated_subsumed: 0
% 0.20/0.77  stat_clsubs_attempted:                     27360
% 0.20/0.77  stat_clsubs_fact_groundunit_found:             0
% 0.20/0.77  stat_clsubs_rule_groundunit_found:             2
% 0.20/0.77  stat_clsubs_top_meta_attempted:             157950
% 0.20/0.77  stat_clsubs_top_meta_failed:                130590
% 0.20/0.77  stat_clsubs_top_meta_nonpref_attempted:              157950
% 0.20/0.77  stat_clsubs_top_meta_nonpref_succeeded:               43720
% 0.20/0.77  stat_clsubs_top_meta_pref_attempted:                  43720
% 0.20/0.77  stat_clsubs_top_meta_pref1_succeeded:                 32607
% 0.20/0.77  stat_clsubs_top_meta_pref2_succeeded:                 28178
% 0.20/0.77  stat_clsubs_top_meta_pref3_succeeded:                 27360
% 0.20/0.77  stat_clsubs_top_meta_pref_succeeded:                  27360
% 0.20/0.77  stat_clsubs_meta_attempted:               126156
% 0.20/0.77  stat_clsubs_meta_failed:                   50414
% 0.20/0.77  stat_clsubs_predsymbs_attempted:               0
% 0.20/0.77  stat_clsubs_unit_attempted:                   14
% 0.20/0.77  stat_clsubs_full_attempted:                27346
% 0.20/0.77  stat_forwardsubs_attempted:                10855
% 0.20/0.77  stat_lit_hash_added:                    758
% 0.20/0.77  stat_lit_hash_computed:              111621
% 0.20/0.77  stat_lit_hash_match_found:              870
% 0.20/0.77  stat_lit_hash_match_miss:            166009
% 0.20/0.77  stat_lit_hash_cut_ok:                     0
% 0.20/0.77  stat_lit_strong_cut_ok:                 214
% 0.20/0.77  stat_lit_hash_subsume_ok:               868
% 0.20/0.77  clqueue els 10000000 used 1
% 0.20/0.77  clactive els 10000000 used 383
% 0.20/0.77  clactivesubsume els 10000000 used 2221
% 0.20/0.77  queue_termbuf els 200000000 used 595475
% 0.20/0.77  hyper_termbuf els 100000000 used 1
% 0.20/0.77  active_termbuf els 100000000 used 15848
% 0.20/0.77  varstack els 5000 last used 1
% 0.20/0.77  given_termbuf els 10000000 last used 1
% 0.20/0.77  simplified_termbuf els 10000000 last used 1
% 0.20/0.77  derived_termbuf els 10000000 last used 23
% 0.20/0.77  wr_mallocs: 3138
% 0.20/0.77  wr_callocs: 21
% 0.20/0.77  wr_reallocs: 557
% 0.20/0.77  wr_frees: 2
% 0.20/0.77  wr_malloc_bytes: 4162719732
% 0.20/0.77  wr_calloc_bytes: 112065536
% 0.20/0.77  wr_realloc_bytes: 219432
% 0.20/0.77  wr_realloc_freebytes: 0
% 0.20/0.77  ----------------------------------
%------------------------------------------------------------------------------