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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : GKC---0.8
% Problem  : HWV005-1 : TPTP v8.1.2. Released v2.1.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : gkc %s

% Computer : n019.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 02:18:08 EDT 2023

% Result   : Unsatisfiable 0.19s 0.45s
% Output   : CNFRefutation 0.19s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named '$inc_and_11_1')

% Comments : 
%------------------------------------------------------------------------------
cnf('1',plain,
    ( ~ value(in(n2,X),n1)
    | ~ value(in(n1,X),n1)
    | value(out(n1,X),n1)
    | ~ mode(X,ok)
    | ~ type(X,and) ),
    inference(cnf_transformation,[],['$inc_and_11_1']) ).

cnf('2',plain,
    ( ~ value(in(n1,X),n0)
    | value(out(n1,X),n1)
    | ~ mode(X,ok)
    | ~ type(X,not) ),
    inference(cnf_transformation,[],['$inc_not_0_1_fw']) ).

cnf('3',plain,
    ( connection(out(n1,and2(X)),in(n1,not1(X)))
    | ~ type(X,halfadder) ),
    inference(cnf_transformation,[],['$inc_halfadder_connection_out1and2_in1not1']) ).

cnf('4',plain,
    type(h,halfadder),
    inference(cnf_transformation,[],[h_isa_halfadder]) ).

cnf('5',plain,
    connection(out(n1,and2(h)),in(n1,not1(h))),
    inference(resolution,[],['3','4']) ).

cnf('6',plain,
    ( connection(out(c,X),out(n1,and2(X)))
    | ~ type(X,halfadder) ),
    inference(cnf_transformation,[],['$inc_halfadder_connection_outc_out1and2']) ).

cnf('7',plain,
    connection(out(c,h),out(n1,and2(h))),
    inference(resolution,[],['6','4']) ).

cnf('8',plain,
    ( ~ value(X,Y)
    | ~ connection(X,Z)
    | value(Z,Y) ),
    inference(cnf_transformation,[],['$inc_value_propagation1']) ).

cnf('9',plain,
    value(out(c,h),n0),
    inference(cnf_transformation,[],[outc_0]) ).

cnf('10',plain,
    ( ~ connection(out(c,h),X)
    | value(X,n0) ),
    inference(resolution,[],['8','9']) ).

cnf('11',plain,
    value(out(n1,and2(h)),n0),
    inference(resolution,[],['7','10']) ).

cnf('12',plain,
    ( ~ connection(out(n1,and2(h)),X)
    | value(X,n0) ),
    inference(resolution,[],['11','8']) ).

cnf('13',plain,
    value(in(n1,not1(h)),n0),
    inference(resolution,[],['5','12']) ).

cnf('14',plain,
    ( ~ type(X,Y)
    | mode(X,abnormal)
    | mode(X,ok) ),
    inference(cnf_transformation,[],['$inc_ok_or_abnormal']) ).

cnf('15',plain,
    ( type(not1(X),not)
    | ~ type(X,halfadder) ),
    inference(cnf_transformation,[],['$inc_halfadder_not1']) ).

cnf('16',plain,
    type(not1(h),not),
    inference(resolution,[],['15','4']) ).

cnf('17',plain,
    ~ mode(not1(h),abnormal),
    inference(cnf_transformation,[],[diagnosis_not1]) ).

cnf('18',plain,
    mode(not1(h),ok),
    inference(resolution,[then_simplify],['14','16','17']) ).

cnf('19',plain,
    type(not1(h),not),
    inference(resolution,[],['15','4']) ).

cnf('20',plain,
    value(out(n1,not1(h)),n1),
    inference(resolution,[then_simplify],['2','13','18','19']) ).

cnf('21',plain,
    ( connection(out(n1,not1(X)),in(n2,and1(X)))
    | ~ type(X,halfadder) ),
    inference(cnf_transformation,[],['$inc_halfadder_connection_out1not1_in2and1']) ).

cnf('22',plain,
    connection(out(n1,not1(h)),in(n2,and1(h))),
    inference(resolution,[],['21','4']) ).

cnf('23',plain,
    ( ~ value(out(n1,not1(h)),X)
    | value(in(n2,and1(h)),X) ),
    inference(resolution,[],['22','8']) ).

cnf('24',plain,
    value(in(n2,and1(h)),n1),
    inference(resolution,[],['20','23']) ).

cnf('25',plain,
    ( value(out(n1,X),n1)
    | ~ value(in(Y,X),n1)
    | ~ mode(X,ok)
    | ~ type(X,or) ),
    inference(cnf_transformation,[],['$inc_or_1x_1']) ).

cnf('26',plain,
    ( connection(in(n1,X),in(n1,or1(X)))
    | ~ type(X,halfadder) ),
    inference(cnf_transformation,[],['$inc_halfadder_connection_in1_in1or1']) ).

cnf('27',plain,
    connection(in(n1,h),in(n1,or1(h))),
    inference(resolution,[],['26','4']) ).

cnf('28',plain,
    value(in(n1,h),n1),
    inference(cnf_transformation,[],[in1_1]) ).

cnf('29',plain,
    ( ~ connection(in(n1,h),X)
    | value(X,n1) ),
    inference(resolution,[],['8','28']) ).

cnf('30',plain,
    value(in(n1,or1(h)),n1),
    inference(resolution,[],['27','29']) ).

cnf('31',plain,
    ( type(or1(X),or)
    | ~ type(X,halfadder) ),
    inference(cnf_transformation,[],['$inc_halfadder_or1']) ).

cnf('32',plain,
    type(or1(h),or),
    inference(resolution,[],['31','4']) ).

cnf('33',plain,
    ~ mode(or1(h),abnormal),
    inference(cnf_transformation,[],[diagnosis_or1]) ).

cnf('34',plain,
    mode(or1(h),ok),
    inference(resolution,[then_simplify],['14','32','33']) ).

cnf('35',plain,
    type(or1(h),or),
    inference(resolution,[],['31','4']) ).

cnf('36',plain,
    value(out(n1,or1(h)),n1),
    inference(resolution,[then_simplify],['25','30','34','35']) ).

cnf('37',plain,
    ( connection(out(n1,or1(X)),in(n1,and1(X)))
    | ~ type(X,halfadder) ),
    inference(cnf_transformation,[],['$inc_halfadder_connection_out1or1_in1_and1']) ).

cnf('38',plain,
    connection(out(n1,or1(h)),in(n1,and1(h))),
    inference(resolution,[],['37','4']) ).

cnf('39',plain,
    ( ~ value(out(n1,or1(h)),X)
    | value(in(n1,and1(h)),X) ),
    inference(resolution,[],['38','8']) ).

cnf('40',plain,
    value(in(n1,and1(h)),n1),
    inference(resolution,[],['36','39']) ).

cnf('41',plain,
    ( connection(out(s,X),out(n1,and1(X)))
    | ~ type(X,halfadder) ),
    inference(cnf_transformation,[],['$inc_halfadder_connection_outs_out1and1']) ).

cnf('42',plain,
    connection(out(s,h),out(n1,and1(h))),
    inference(resolution,[],['41','4']) ).

cnf('43',plain,
    ( ~ value(X,Y)
    | ~ connection(Z,X)
    | value(Z,Y) ),
    inference(cnf_transformation,[],['$inc_value_propagation2']) ).

cnf('44',plain,
    ( ~ value(X,Y)
    | ~ value(X,Z)
    | equal_value(Z,Y) ),
    inference(cnf_transformation,[],['$inc_unique_value']) ).

cnf('45',plain,
    ~ equal_value(n0,n1),
    inference(cnf_transformation,[],['$inc_equal_value1']) ).

cnf('46',plain,
    ( ~ value(X,n0)
    | ~ value(X,n1) ),
    inference(resolution,[],['44','45']) ).

cnf('47',plain,
    value(out(s,h),n0),
    inference(cnf_transformation,[],[outs_0]) ).

cnf('48',plain,
    ~ value(out(s,h),n1),
    inference(resolution,[],['46','47']) ).

cnf('49',plain,
    ( ~ connection(out(s,h),X)
    | ~ value(X,n1) ),
    inference(resolution,[],['43','48']) ).

cnf('50',plain,
    ~ value(out(n1,and1(h)),n1),
    inference(resolution,[],['42','49']) ).

cnf('51',plain,
    ( type(and1(X),and)
    | ~ type(X,halfadder) ),
    inference(cnf_transformation,[],['$inc_halfadder_and1']) ).

cnf('52',plain,
    type(and1(h),and),
    inference(resolution,[],['51','4']) ).

cnf('53',plain,
    ~ mode(and1(h),abnormal),
    inference(cnf_transformation,[],[diagnosis_and1]) ).

cnf('54',plain,
    mode(and1(h),ok),
    inference(resolution,[then_simplify],['14','52','53']) ).

cnf('55',plain,
    type(and1(h),and),
    inference(resolution,[],['51','4']) ).

cnf('56',plain,
    $false,
    inference(resolution,[then_simplify],['1','24','40','50','54','55']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : HWV005-1 : TPTP v8.1.2. Released v2.1.0.
% 0.00/0.13  % Command  : gkc %s
% 0.17/0.34  % Computer : n019.cluster.edu
% 0.17/0.34  % Model    : x86_64 x86_64
% 0.17/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.17/0.34  % Memory   : 8042.1875MB
% 0.17/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.17/0.34  % CPULimit : 300
% 0.17/0.34  % WCLimit  : 300
% 0.17/0.34  % DateTime : Tue Aug 29 14:33:57 EDT 2023
% 0.17/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:                    42
% 0.19/0.38  in_rule_clause_count:               41
% 0.19/0.38  in_fact_clause_count:                1
% 0.19/0.38  in_answer_clause_count:              0
% 0.19/0.38  in_ground_clause_count:             10
% 0.19/0.38  in_unit_clause_count:               10
% 0.19/0.38  in_horn_clause_count:               39
% 0.19/0.38  in_pos_clause_count:                 5
% 0.19/0.38  in_neg_clause_count:                 6
% 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:               0
% 0.19/0.38  in_min_length:             1
% 0.19/0.38  in_max_length:             5
% 0.19/0.38  in_min_depth:              1
% 0.19/0.38  in_max_depth:              3
% 0.19/0.38  in_min_size:               3
% 0.19/0.38  in_max_size:              21
% 0.19/0.38  in_min_vars:               0
% 0.19/0.38  in_max_vars:               3
% 0.19/0.38  in_extaxiom_count:                34
% 0.19/0.38  in_axiom_count:                    0
% 0.19/0.38  in_assumption_count:               5
% 0.19/0.38  in_goal_count:                     3
% 0.19/0.38  in_neg_goal_count:                 3
% 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", "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.39  {"max_dseconds":1, "strategy":["hardness_pref", "max_ground_weight"], "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  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":3},
% 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  {"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  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":10, "sine":5, "strategy":["negative_pref"], "query_preference":0},
% 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":["negative_pref"], "query_preference":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":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds":10, "strategy":["query_focus", "double"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":10, "strategy":["unit"], "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  {"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  {"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":["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  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.19/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.19/0.39  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0},
% 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":["hardness_pref", "max_ground_weight"], "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  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.19/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":3},
% 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  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.19/0.39  
% 0.19/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":50, "sine":5, "strategy":["negative_pref"], "query_preference":0},
% 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":["negative_pref"], "query_preference":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":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds":50, "strategy":["query_focus", "double"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":50, "strategy":["unit"], "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  {"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  {"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":["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  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.19/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.19/0.39  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0},
% 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":["hardness_pref", "max_ground_weight"], "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  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.19/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":3},
% 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  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 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":["negative_pref"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds":250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":250, "strategy":["unit"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":250, "strategy":["unit"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":250},
% 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":250},
% 0.19/0.39  {"max_dseconds":250, "strategy":["positive_pref"], "query_preference":0},
% 0.19/0.39  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":250},
% 0.19/0.39  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.19/0.39  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":250},
% 0.19/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.19/0.39  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0},
% 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":["negative_pref"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds":1250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":1250},
% 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":1250},
% 0.19/0.39  {"max_dseconds":1250, "strategy":["positive_pref"], "query_preference":0},
% 0.19/0.39  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":1250},
% 0.19/0.39  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.19/0.39  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1250},
% 0.19/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.19/0.39  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0} 
% 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,"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 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 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.40  
% 0.19/0.40  **** run 8 fork 7 starts with strategy
% 0.19/0.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 0.19/0.43  
% 0.19/0.43  fork 1: search finished without proof.
% 0.19/0.45  
% 0.19/0.45  
% 0.19/0.45  result: proof found
% 0.19/0.45  for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 0.19/0.45  by run 8 fork 7 strategy {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 0.19/0.45  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 0.19/0.45  
% 0.19/0.45  % SZS output start CNFRefutation for /export/starexec/sandbox/benchmark/theBenchmark.p 
% See solution above
% 0.19/0.45  
% 0.19/0.45  run 8 fork 7 statistics:
% 0.19/0.45  ----------------------------------
% 0.19/0.45  this run seconds: 0.013679
% 0.19/0.45  total seconds: 0.042579
% 0.19/0.45  stat_given_used: 324
% 0.19/0.45  stat_given_used_at_endgame: 0
% 0.19/0.45  stat_given_candidates:   340
% 0.19/0.45  stat_given_candidates_at_endgame: 0
% 0.19/0.45  stat_given_candidates_h: 0
% 0.19/0.45  stat_binres_derived_cl:   858
% 0.19/0.45  stat_binres_derived_cl_h: 0
% 0.19/0.45  stat_factor_derived_cl: 1
% 0.19/0.45  stat_para_derived_cl: 0
% 0.19/0.45  stat_tautologies_discarded: 0
% 0.19/0.45  stat_forward_subsumed: 562
% 0.19/0.45  stat_derived_cut: 24
% 0.19/0.45  stat_derived_rewritten: 0
% 0.19/0.45  stat_weight_discarded_building: 0
% 0.19/0.45  stat_weight_discarded_cl: 0
% 0.19/0.45  stat_internlimit_discarded_cl: 0
% 0.19/0.45  stat_simplified:  0 simplified 0 derived 0 given
% 0.19/0.45  stat_kept_cl: 296
% 0.19/0.45  stat_built_cl: 944
% 0.19/0.45  stat_hyperres_partial_cl: 0
% 0.19/0.45  stat_made_rewriters: 0
% 0.19/0.45  stat_backward_subsumed: 0
% 0.19/0.45  stat_propagated_subsumed: 0
% 0.19/0.45  stat_clsubs_attempted:                       768
% 0.19/0.45  stat_clsubs_fact_groundunit_found:             1
% 0.19/0.45  stat_clsubs_rule_groundunit_found:             2
% 0.19/0.45  stat_clsubs_top_meta_attempted:              26451
% 0.19/0.45  stat_clsubs_top_meta_failed:                 25683
% 0.19/0.45  stat_clsubs_top_meta_nonpref_attempted:               26451
% 0.19/0.45  stat_clsubs_top_meta_nonpref_succeeded:                5497
% 0.19/0.45  stat_clsubs_top_meta_pref_attempted:                   5497
% 0.19/0.45  stat_clsubs_top_meta_pref1_succeeded:                  1487
% 0.19/0.45  stat_clsubs_top_meta_pref2_succeeded:                  1003
% 0.19/0.45  stat_clsubs_top_meta_pref3_succeeded:                   768
% 0.19/0.45  stat_clsubs_top_meta_pref_succeeded:                    768
% 0.19/0.45  stat_clsubs_meta_attempted:                 1635
% 0.19/0.45  stat_clsubs_meta_failed:                     872
% 0.19/0.45  stat_clsubs_predsymbs_attempted:               0
% 0.19/0.45  stat_clsubs_unit_attempted:                    0
% 0.19/0.45  stat_clsubs_full_attempted:                  768
% 0.19/0.45  stat_forwardsubs_attempted:                  859
% 0.19/0.45  stat_lit_hash_added:                    626
% 0.19/0.45  stat_lit_hash_computed:                3136
% 0.19/0.45  stat_lit_hash_match_found:              658
% 0.19/0.45  stat_lit_hash_match_miss:              2516
% 0.19/0.45  stat_lit_hash_cut_ok:                    90
% 0.19/0.45  stat_lit_strong_cut_ok:                   3
% 0.19/0.45  stat_lit_hash_subsume_ok:               562
% 0.19/0.45  clqueue els 10000000 used 1
% 0.19/0.45  clactive els 10000000 used 325
% 0.19/0.45  clactivesubsume els 10000000 used 925
% 0.19/0.45  queue_termbuf els 200000000 used 13353
% 0.19/0.45  hyper_termbuf els 100000000 used 1
% 0.19/0.45  active_termbuf els 100000000 used 11109
% 0.19/0.45  varstack els 5000 last used 1
% 0.19/0.45  given_termbuf els 10000000 last used 1
% 0.19/0.45  simplified_termbuf els 10000000 last used 1
% 0.19/0.45  derived_termbuf els 10000000 last used 90
% 0.19/0.45  wr_mallocs: 2394
% 0.19/0.45  wr_callocs: 21
% 0.19/0.45  wr_reallocs: 120
% 0.19/0.45  wr_frees: 2
% 0.19/0.45  wr_malloc_bytes: 4162661636
% 0.19/0.45  wr_calloc_bytes: 112065536
% 0.19/0.45  wr_realloc_bytes: 32048
% 0.19/0.45  wr_realloc_freebytes: 0
% 0.19/0.45  ----------------------------------
%------------------------------------------------------------------------------