TSTP Solution File: PUZ031-1 by GKC---0.8

View Problem - Process Solution

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

% Computer : n001.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:18:49 EDT 2023

% Result   : Unsatisfiable 0.19s 0.43s
% Output   : CNFRefutation 0.19s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named eating_habits)

% Comments : 
%------------------------------------------------------------------------------
cnf('1',plain,
    ( ~ much_smaller(X,Y)
    | ~ eats(X,Z)
    | eats(Y,X)
    | eats(Y,U)
    | ~ plant(Z)
    | ~ plant(U)
    | ~ animal(X)
    | ~ animal(Y) ),
    inference(cnf_transformation,[],[eating_habits]) ).

cnf('2',plain,
    ( much_smaller(X,Y)
    | ~ snail(X)
    | ~ bird(Y) ),
    inference(cnf_transformation,[],[snail_smaller_than_bird]) ).

cnf('3',plain,
    snail(a_snail),
    inference(cnf_transformation,[],[there_is_a_snail]) ).

cnf('4',plain,
    ( much_smaller(a_snail,X)
    | ~ bird(X) ),
    inference(resolution,[],['2','3']) ).

cnf('5',plain,
    bird(a_bird),
    inference(cnf_transformation,[],[there_is_a_bird]) ).

cnf('6',plain,
    much_smaller(a_snail,a_bird),
    inference(resolution,[],['4','5']) ).

cnf('7',plain,
    ( ~ eats(X,Y)
    | ~ snail(Y)
    | ~ bird(X) ),
    inference(cnf_transformation,[],[bird_dont_eat_snail]) ).

cnf('8',plain,
    ( ~ eats(X,a_snail)
    | ~ bird(X) ),
    inference(resolution,[],['7','3']) ).

cnf('9',plain,
    ~ eats(a_bird,a_snail),
    inference(resolution,[],['8','5']) ).

cnf('10',plain,
    ( ~ snail(X)
    | animal(X) ),
    inference(cnf_transformation,[],[snail_is_an_animal]) ).

cnf('11',plain,
    animal(a_snail),
    inference(resolution,[],['10','3']) ).

cnf('12',plain,
    ( ~ bird(X)
    | animal(X) ),
    inference(cnf_transformation,[],[bird_is_an_animal]) ).

cnf('13',plain,
    animal(a_bird),
    inference(resolution,[],['12','5']) ).

cnf('14',plain,
    ( ~ eats(a_snail,X)
    | eats(a_bird,Y)
    | ~ plant(Y)
    | ~ plant(X) ),
    inference(resolution,[then_simplify],['1','6','9','11','13']) ).

cnf('15',plain,
    ( eats(X,snail_food_of(X))
    | ~ snail(X) ),
    inference(cnf_transformation,[],[snail_eats_snail_food]) ).

cnf('16',plain,
    eats(a_snail,snail_food_of(a_snail)),
    inference(resolution,[],['15','3']) ).

cnf('17',plain,
    ( plant(snail_food_of(X))
    | ~ snail(X) ),
    inference(cnf_transformation,[],[snail_food_is_a_plant]) ).

cnf('18',plain,
    plant(snail_food_of(a_snail)),
    inference(resolution,[],['17','3']) ).

cnf('19',plain,
    ( eats(a_bird,X)
    | ~ plant(X) ),
    inference(resolution,[then_simplify],['14','16','18']) ).

cnf('20',plain,
    ( plant(caterpillar_food_of(X))
    | ~ caterpillar(X) ),
    inference(cnf_transformation,[],[caterpillar_food_is_a_plant]) ).

cnf('21',plain,
    caterpillar(a_caterpillar),
    inference(cnf_transformation,[],[there_is_a_caterpillar]) ).

cnf('22',plain,
    plant(caterpillar_food_of(a_caterpillar)),
    inference(resolution,[],['20','21']) ).

cnf('23',plain,
    eats(a_bird,caterpillar_food_of(a_caterpillar)),
    inference(resolution,[],['19','22']) ).

cnf('24',plain,
    plant(caterpillar_food_of(a_caterpillar)),
    inference(resolution,[],['20','21']) ).

cnf('25',plain,
    ( ~ much_smaller(a_bird,X3)
    | eats(X3,a_bird)
    | eats(X3,Y3)
    | ~ plant(Y3)
    | ~ animal(X3) ),
    inference(resolution,[then_simplify],['23','1','24','13']) ).

cnf('26',plain,
    ( ~ grain(X)
    | plant(X) ),
    inference(cnf_transformation,[],[grain_is_a_plant]) ).

cnf('27',plain,
    grain(a_grain),
    inference(cnf_transformation,[],[there_is_a_grain]) ).

cnf('28',plain,
    plant(a_grain),
    inference(resolution,[],['26','27']) ).

cnf('29',plain,
    eats(a_bird,a_grain),
    inference(resolution,[],['19','28']) ).

cnf('30',plain,
    ( ~ eats(X,Y)
    | ~ eats(Z,X)
    | ~ grain(Y)
    | ~ animal(X)
    | ~ animal(Z) ),
    inference(cnf_transformation,[],[prove_the_animal_exists]) ).

cnf('31',plain,
    ( ~ eats(X,Y)
    | ~ eats(Y,a_grain)
    | ~ animal(X)
    | ~ animal(Y) ),
    inference(resolution,[],['27','30']) ).

cnf('32',plain,
    ( ~ eats(X3,a_bird)
    | ~ animal(X3) ),
    inference(resolution,[then_simplify],['29','31','13']) ).

cnf('33',plain,
    ( ~ much_smaller(a_bird,X)
    | eats(X,Y)
    | ~ plant(Y)
    | ~ animal(X) ),
    inference(simplify,[],['25','32']) ).

cnf('34',plain,
    ( much_smaller(X,Y)
    | ~ bird(X)
    | ~ fox(Y) ),
    inference(cnf_transformation,[],[bird_smaller_than_fox]) ).

cnf('35',plain,
    ( much_smaller(a_bird,X)
    | ~ fox(X) ),
    inference(resolution,[],['34','5']) ).

cnf('36',plain,
    fox(a_fox),
    inference(cnf_transformation,[],[there_is_a_fox]) ).

cnf('37',plain,
    much_smaller(a_bird,a_fox),
    inference(resolution,[],['35','36']) ).

cnf('38',plain,
    ( ~ fox(X)
    | animal(X) ),
    inference(cnf_transformation,[],[fox_is_an_animal]) ).

cnf('39',plain,
    animal(a_fox),
    inference(resolution,[],['38','36']) ).

cnf('40',plain,
    ( eats(a_fox,X)
    | ~ plant(X) ),
    inference(resolution,[then_simplify],['33','37','39']) ).

cnf('41',plain,
    eats(a_fox,caterpillar_food_of(a_caterpillar)),
    inference(resolution,[],['40','22']) ).

cnf('42',plain,
    ( ~ much_smaller(a_fox,X3)
    | eats(X3,a_fox)
    | eats(X3,Y3)
    | ~ plant(Y3)
    | ~ animal(X3) ),
    inference(resolution,[then_simplify],['41','1','24','39']) ).

cnf('43',plain,
    eats(a_fox,a_grain),
    inference(resolution,[],['40','28']) ).

cnf('44',plain,
    ( ~ eats(X3,a_fox)
    | ~ animal(X3) ),
    inference(resolution,[then_simplify],['43','31','39']) ).

cnf('45',plain,
    ( ~ much_smaller(a_fox,X)
    | eats(X,Y)
    | ~ plant(Y)
    | ~ animal(X) ),
    inference(simplify,[],['42','44']) ).

cnf('46',plain,
    ( ~ eats(X,Y)
    | ~ grain(Y)
    | ~ wolf(X) ),
    inference(cnf_transformation,[],[wolf_dont_eat_grain]) ).

cnf('47',plain,
    ( ~ eats(X,a_grain)
    | ~ wolf(X) ),
    inference(resolution,[],['46','27']) ).

cnf('48',plain,
    wolf(a_wolf),
    inference(cnf_transformation,[],[there_is_a_wolf]) ).

cnf('49',plain,
    ~ eats(a_wolf,a_grain),
    inference(resolution,[],['47','48']) ).

cnf('50',plain,
    ( much_smaller(X,Y)
    | ~ fox(X)
    | ~ wolf(Y) ),
    inference(cnf_transformation,[],[fox_smaller_than_wolf]) ).

cnf('51',plain,
    ( much_smaller(a_fox,X)
    | ~ wolf(X) ),
    inference(resolution,[],['50','36']) ).

cnf('52',plain,
    much_smaller(a_fox,a_wolf),
    inference(resolution,[],['51','48']) ).

cnf('53',plain,
    plant(a_grain),
    inference(resolution,[],['26','27']) ).

cnf('54',plain,
    ( ~ wolf(X)
    | animal(X) ),
    inference(cnf_transformation,[],[wolf_is_an_animal]) ).

cnf('55',plain,
    animal(a_wolf),
    inference(resolution,[],['54','48']) ).

cnf('56',plain,
    $false,
    inference(resolution,[then_simplify],['45','49','52','53','55']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : PUZ031-1 : TPTP v8.1.2. Released v1.0.0.
% 0.00/0.13  % Command  : gkc %s
% 0.12/0.34  % Computer : n001.cluster.edu
% 0.12/0.34  % Model    : x86_64 x86_64
% 0.12/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.34  % Memory   : 8042.1875MB
% 0.12/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.34  % CPULimit : 300
% 0.12/0.34  % WCLimit  : 300
% 0.12/0.34  % DateTime : Sat Aug 26 22:49:46 EDT 2023
% 0.12/0.34  % CPUTime  : 
% 0.19/0.38  
% 0.19/0.38  input clause set summed statistics:
% 0.19/0.38  ----------------------------------
% 0.19/0.38  in_clause_count:                    26
% 0.19/0.38  in_rule_clause_count:               20
% 0.19/0.38  in_fact_clause_count:                6
% 0.19/0.38  in_answer_clause_count:              0
% 0.19/0.38  in_ground_clause_count:              6
% 0.19/0.38  in_unit_clause_count:                6
% 0.19/0.38  in_horn_clause_count:               25
% 0.19/0.38  in_pos_clause_count:                 6
% 0.19/0.38  in_neg_clause_count:                 4
% 0.19/0.38  in_poseq_clause_count:               0
% 0.19/0.38  in_negeq_clause_count:               0
% 0.19/0.38  in_unitposeq_clause_count:           0
% 0.19/0.38  in_chain_clause_count:               6
% 0.19/0.38  in_min_length:             1
% 0.19/0.38  in_max_length:             8
% 0.19/0.38  in_min_depth:              1
% 0.19/0.38  in_max_depth:              2
% 0.19/0.38  in_min_size:               2
% 0.19/0.38  in_max_size:              20
% 0.19/0.38  in_min_vars:               0
% 0.19/0.38  in_max_vars:               4
% 0.19/0.38  in_extaxiom_count:                 0
% 0.19/0.38  in_axiom_count:                   25
% 0.19/0.38  in_assumption_count:               0
% 0.19/0.38  in_goal_count:                     1
% 0.19/0.38  in_neg_goal_count:                 1
% 0.19/0.38  in_pos_goal_count:                 0
% 0.19/0.38  in_posunit_goal_count:             0
% 0.19/0.38  
% 0.19/0.38  auto guide:
% 0.19/0.38  -----------
% 0.19/0.38  {
% 0.19/0.38  "print":1,
% 0.19/0.38  "print_level": 15,
% 0.19/0.38  "max_size": 0,
% 0.19/0.38  "max_depth": 0,
% 0.19/0.38  "max_length": 0,
% 0.19/0.38  "max_dseconds": 0,
% 0.19/0.38  "equality":0,
% 0.19/0.38  "runs":[
% 0.19/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":1, "sine":5, "strategy":["negative_pref"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["hardness_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":1, "strategy":["unit"],  "weight_select_ratio":100, "query_preference":0},
% 0.19/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.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["query_focus", "double"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.19/0.38  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":1},
% 0.19/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.19/0.38  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0},
% 0.19/0.38  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.19/0.38  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":2},
% 0.19/0.38  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.19/0.38  {"max_dseconds":1, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "max_depth":5, "query_preference":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "max_weight":40, "query_preference":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.19/0.38  
% 0.19/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":10, "sine":5, "strategy":["negative_pref"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["hardness_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":10, "strategy":["unit"],  "weight_select_ratio":100, "query_preference":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.19/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds":10, "strategy":["query_focus", "double"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.19/0.38  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":10},
% 0.19/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.19/0.38  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0},
% 0.19/0.38  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":10},
% 0.19/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.19/0.38  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.19/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":2},
% 0.19/0.38  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":10, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.19/0.38  {"max_dseconds":10, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.19/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "max_depth":5, "query_preference":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "max_weight":40, "query_preference":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.19/0.38  
% 0.19/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":50, "sine":5, "strategy":["negative_pref"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["hardness_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":50, "strategy":["unit"],  "weight_select_ratio":100, "query_preference":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.19/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds":50, "strategy":["query_focus", "double"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.19/0.38  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":50},
% 0.19/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.19/0.38  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0},
% 0.19/0.38  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":50},
% 0.19/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.19/0.38  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.19/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":2},
% 0.19/0.38  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":50, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.19/0.38  {"max_dseconds":50, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.19/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "max_depth":5, "query_preference":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "max_weight":40, "query_preference":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.19/0.38  
% 0.19/0.38  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds":250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":250, "strategy":["unit"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":250, "strategy":["unit"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.19/0.38  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":250},
% 0.19/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.19/0.38  {"max_dseconds":250, "strategy":["positive_pref"], "query_preference":0},
% 0.19/0.38  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":250},
% 0.19/0.38  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.19/0.38  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":250},
% 0.19/0.38  {"max_dseconds":250, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0},
% 0.19/0.38  
% 0.19/0.38  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds":1250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.19/0.38  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":1250},
% 0.19/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.19/0.38  {"max_dseconds":1250, "strategy":["positive_pref"], "query_preference":0},
% 0.19/0.38  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":1250},
% 0.19/0.38  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.19/0.38  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1250},
% 0.19/0.38  {"max_dseconds":1250, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0} 
% 0.19/0.38  
% 0.19/0.38  ]}
% 0.19/0.38  
% 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,"sine":5,"strategy":["negative_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"],"weight_select_ratio":100,"query_preference":0}
% 0.19/0.39  
% 0.19/0.39  **** run 4 fork 3 starts with strategy
% 0.19/0.39  {"max_dseconds":1,"strategy":["hardness_pref"],"weight_select_ratio":100,"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"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 0.19/0.39  
% 0.19/0.39  **** run 6 fork 5 starts with strategy
% 0.19/0.39  {"max_dseconds":1,"strategy":["unit"],"weight_select_ratio":100,"query_preference":0}
% 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,"var_weight":70,"repeat_var_weight":70}
% 0.19/0.39  
% 0.19/0.39  **** run 8 fork 7 starts with strategy
% 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.42  
% 0.19/0.42  fork 1: search finished without proof.
% 0.19/0.43  
% 0.19/0.43  
% 0.19/0.43  result: proof found
% 0.19/0.43  for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 0.19/0.43  by run 6 fork 5 strategy {"max_dseconds":1,"strategy":["unit"],"weight_select_ratio":100,"query_preference":0}
% 0.19/0.43  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 0.19/0.43  
% 0.19/0.43  % SZS output start CNFRefutation for /export/starexec/sandbox/benchmark/theBenchmark.p 
% See solution above
% 0.19/0.43  
% 0.19/0.43  run 6 fork 5 statistics:
% 0.19/0.43  ----------------------------------
% 0.19/0.43  this run seconds: 0.018187
% 0.19/0.43  total seconds: 0.047179
% 0.19/0.43  stat_given_used: 190
% 0.19/0.43  stat_given_used_at_endgame: 0
% 0.19/0.43  stat_given_candidates:   355
% 0.19/0.43  stat_given_candidates_at_endgame: 0
% 0.19/0.43  stat_given_candidates_h: 0
% 0.19/0.43  stat_binres_derived_cl:   574
% 0.19/0.43  stat_binres_derived_cl_h: 0
% 0.19/0.43  stat_factor_derived_cl: 21
% 0.19/0.43  stat_para_derived_cl: 0
% 0.19/0.43  stat_tautologies_discarded: 0
% 0.19/0.43  stat_forward_subsumed: 216
% 0.19/0.43  stat_derived_cut: 113
% 0.19/0.43  stat_derived_rewritten: 0
% 0.19/0.43  stat_weight_discarded_building: 0
% 0.19/0.43  stat_weight_discarded_cl: 0
% 0.19/0.43  stat_internlimit_discarded_cl: 0
% 0.19/0.43  stat_simplified:  4 simplified 0 derived 0 given
% 0.19/0.43  stat_kept_cl: 378
% 0.19/0.43  stat_built_cl: 762
% 0.19/0.43  stat_hyperres_partial_cl: 0
% 0.19/0.43  stat_made_rewriters: 0
% 0.19/0.43  stat_backward_subsumed: 0
% 0.19/0.43  stat_propagated_subsumed: 0
% 0.19/0.43  stat_clsubs_attempted:                       460
% 0.19/0.43  stat_clsubs_fact_groundunit_found:             3
% 0.19/0.43  stat_clsubs_rule_groundunit_found:             0
% 0.19/0.43  stat_clsubs_top_meta_attempted:              23734
% 0.19/0.43  stat_clsubs_top_meta_failed:                 23274
% 0.19/0.43  stat_clsubs_top_meta_nonpref_attempted:               23734
% 0.19/0.43  stat_clsubs_top_meta_nonpref_succeeded:                9262
% 0.19/0.43  stat_clsubs_top_meta_pref_attempted:                   9262
% 0.19/0.43  stat_clsubs_top_meta_pref1_succeeded:                  1972
% 0.19/0.43  stat_clsubs_top_meta_pref2_succeeded:                   573
% 0.19/0.43  stat_clsubs_top_meta_pref3_succeeded:                   460
% 0.19/0.43  stat_clsubs_top_meta_pref_succeeded:                    460
% 0.19/0.43  stat_clsubs_meta_attempted:                 1493
% 0.19/0.43  stat_clsubs_meta_failed:                     465
% 0.19/0.43  stat_clsubs_predsymbs_attempted:               0
% 0.19/0.43  stat_clsubs_unit_attempted:                    0
% 0.19/0.43  stat_clsubs_full_attempted:                  460
% 0.19/0.43  stat_forwardsubs_attempted:                  595
% 0.19/0.43  stat_lit_hash_added:                    469
% 0.19/0.43  stat_lit_hash_computed:                4666
% 0.19/0.43  stat_lit_hash_match_found:              391
% 0.19/0.43  stat_lit_hash_match_miss:              5660
% 0.19/0.43  stat_lit_hash_cut_ok:                   166
% 0.19/0.43  stat_lit_strong_cut_ok:                   0
% 0.19/0.43  stat_lit_hash_subsume_ok:               216
% 0.19/0.43  clqueue els 10000000 used 1
% 0.19/0.43  clactive els 10000000 used 191
% 0.19/0.43  clactivesubsume els 10000000 used 775
% 0.19/0.43  queue_termbuf els 200000000 used 15195
% 0.19/0.43  hyper_termbuf els 100000000 used 1
% 0.19/0.43  active_termbuf els 100000000 used 4215
% 0.19/0.43  varstack els 5000 last used 1
% 0.19/0.43  given_termbuf els 10000000 last used 1
% 0.19/0.43  simplified_termbuf els 10000000 last used 1
% 0.19/0.43  derived_termbuf els 10000000 last used 40
% 0.19/0.43  wr_mallocs: 1440
% 0.19/0.43  wr_callocs: 21
% 0.19/0.43  wr_reallocs: 135
% 0.19/0.43  wr_frees: 2
% 0.19/0.43  wr_malloc_bytes: 4162627620
% 0.19/0.43  wr_calloc_bytes: 112065536
% 0.19/0.43  wr_realloc_bytes: 33392
% 0.19/0.43  wr_realloc_freebytes: 0
% 0.19/0.43  ----------------------------------
%------------------------------------------------------------------------------