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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : GKC---0.8
% Problem  : PUZ018-1 : TPTP v8.1.2. Bugfixed v1.2.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : gkc %s

% Computer : n023.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:43 EDT 2023

% Result   : Unsatisfiable 0.11s 0.41s
% Output   : CNFRefutation 0.11s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named b_not_c)

% Comments : 
%------------------------------------------------------------------------------
cnf('1',plain,
    ~ same_person(b,c),
    inference(cnf_transformation,[],[b_not_c]) ).

cnf('2',plain,
    ( same_person(X,Y)
    | same_day(Z,U)
    | on(Y,U)
    | on(Y,Z)
    | on(X,U)
    | on(X,Z) ),
    inference(cnf_transformation,[],[no_two_off_twice_together]) ).

cnf('3',plain,
    ( on(c,X)
    | on(c,Y)
    | on(b,X)
    | on(b,Y)
    | same_day(Y,X) ),
    inference(resolution,[],['1','2']) ).

cnf('4',plain,
    consecutive(thursday,friday),
    inference(cnf_transformation,[],[friday_follows_thursday]) ).

cnf('5',plain,
    ( ~ consecutive(X,Y)
    | ~ consecutive(Z,X)
    | ~ consecutive(U,Z)
    | ~ on(V,X)
    | ~ on(V,Z)
    | ~ on(V,U) ),
    inference(cnf_transformation,[],[not_on_for_3_days]) ).

cnf('6',plain,
    ( ~ consecutive(X,Y)
    | ~ consecutive(Y,thursday)
    | ~ on(Z,thursday)
    | ~ on(Z,X)
    | ~ on(Z,Y) ),
    inference(resolution,[],['4','5']) ).

cnf('7',plain,
    consecutive(wednesday,thursday),
    inference(cnf_transformation,[],[thursday_follows_wednesday]) ).

cnf('8',plain,
    ( ~ consecutive(X,wednesday)
    | ~ on(Y,thursday)
    | ~ on(Y,wednesday)
    | ~ on(Y,X) ),
    inference(resolution,[],['6','7']) ).

cnf('9',plain,
    consecutive(tuesday,wednesday),
    inference(cnf_transformation,[],[wednesday_follows_tuesday]) ).

cnf('10',plain,
    ( ~ on(X,thursday)
    | ~ on(X,wednesday)
    | ~ on(X,tuesday) ),
    inference(resolution,[],['8','9']) ).

cnf('11',plain,
    ~ on(b,thursday),
    inference(cnf_transformation,[],[b_off_thursday]) ).

cnf('12',plain,
    ( ~ on(c,tuesday)
    | ~ on(c,wednesday)
    | on(c,X)
    | on(b,X)
    | same_day(X,thursday) ),
    inference(resolution,[then_simplify],['3','10','11']) ).

cnf('13',plain,
    ~ same_person(a,c),
    inference(cnf_transformation,[],[a_not_c]) ).

cnf('14',plain,
    ( on(c,X)
    | on(c,Y)
    | on(a,X)
    | on(a,Y)
    | same_day(Y,X) ),
    inference(resolution,[],['13','2']) ).

cnf('15',plain,
    ~ on(a,tuesday),
    inference(cnf_transformation,[],[a_off_tuesday]) ).

cnf('16',plain,
    ( ~ on(c,wednesday)
    | on(c,X)
    | on(c,Y)
    | on(b,Y)
    | on(a,X)
    | same_day(X,tuesday)
    | same_day(Y,thursday) ),
    inference(resolution,[then_simplify],['12','14','15']) ).

cnf('17',plain,
    ( on(c,X)
    | ~ all_on(X) ),
    inference(cnf_transformation,[],[all_on_c_on]) ).

cnf('18',plain,
    ( ~ all_on(wednesday)
    | on(c,X)
    | on(c,Y)
    | on(b,X)
    | on(a,Y)
    | same_day(X,thursday)
    | same_day(Y,tuesday) ),
    inference(resolution,[],['16','17']) ).

cnf('19',plain,
    ( on(b,X)
    | ~ all_on(X) ),
    inference(cnf_transformation,[],[all_on_b_on]) ).

cnf('20',plain,
    ~ on(b,thursday),
    inference(cnf_transformation,[],[b_off_thursday]) ).

cnf('21',plain,
    ~ all_on(thursday),
    inference(resolution,[],['19','20']) ).

cnf('22',plain,
    ( all_on(thursday)
    | all_on(saturday)
    | all_on(wednesday)
    | all_on(friday)
    | all_on(tuesday)
    | all_on(monday)
    | all_on(sunday) ),
    inference(cnf_transformation,[],[all_on_one_day]) ).

cnf('23',plain,
    ~ all_on(friday),
    inference(cnf_transformation,[],[prove_all_on_friday]) ).

cnf('24',plain,
    ( all_on(thursday)
    | all_on(saturday)
    | all_on(wednesday)
    | all_on(tuesday)
    | all_on(monday)
    | all_on(sunday) ),
    inference(simplify,[],['22','23']) ).

cnf('25',plain,
    ~ on(b,saturday),
    inference(cnf_transformation,[],[b_off_saturday]) ).

cnf('26',plain,
    ~ all_on(saturday),
    inference(resolution,[],['19','25']) ).

cnf('27',plain,
    ( all_on(wednesday)
    | all_on(tuesday)
    | all_on(monday)
    | all_on(sunday) ),
    inference(resolution,[then_simplify],['21','24','26']) ).

cnf('28',plain,
    ( on(a,X)
    | ~ all_on(X) ),
    inference(cnf_transformation,[],[all_on_a_on]) ).

cnf('29',plain,
    ~ on(a,tuesday),
    inference(cnf_transformation,[],[a_off_tuesday]) ).

cnf('30',plain,
    ~ all_on(tuesday),
    inference(resolution,[],['28','29']) ).

cnf('31',plain,
    ~ on(c,sunday),
    inference(cnf_transformation,[],[c_off_sunday]) ).

cnf('32',plain,
    ~ all_on(sunday),
    inference(resolution,[],['17','31']) ).

cnf('33',plain,
    ( all_on(wednesday)
    | all_on(monday) ),
    inference(simplify,[then_simplify],['27','30','32']) ).

cnf('34',plain,
    ~ same_person(a,b),
    inference(cnf_transformation,[],[a_not_b]) ).

cnf('35',plain,
    ( on(b,X)
    | on(b,Y)
    | on(a,X)
    | on(a,Y)
    | same_day(Y,X) ),
    inference(resolution,[],['34','2']) ).

cnf('36',plain,
    ~ on(a,thursday),
    inference(cnf_transformation,[],[a_off_thursday]) ).

cnf('37',plain,
    ( on(b,X)
    | on(a,X)
    | same_day(X,thursday) ),
    inference(resolution,[then_simplify],['35','20','36']) ).

cnf('38',plain,
    ( ~ consecutive(X,Y)
    | ~ consecutive(Y,tuesday)
    | ~ on(Z,tuesday)
    | ~ on(Z,X)
    | ~ on(Z,Y) ),
    inference(resolution,[],['9','5']) ).

cnf('39',plain,
    consecutive(monday,tuesday),
    inference(cnf_transformation,[],[tuesday_follows_monday]) ).

cnf('40',plain,
    ( ~ consecutive(X,monday)
    | ~ on(Y,tuesday)
    | ~ on(Y,monday)
    | ~ on(Y,X) ),
    inference(resolution,[],['38','39']) ).

cnf('41',plain,
    consecutive(sunday,monday),
    inference(cnf_transformation,[],[monday_follows_sunday]) ).

cnf('42',plain,
    ( ~ on(X,tuesday)
    | ~ on(X,monday)
    | ~ on(X,sunday) ),
    inference(resolution,[],['40','41']) ).

cnf('43',plain,
    ~ same_day(tuesday,thursday),
    inference(cnf_transformation,[],[tuesday_not_thursday]) ).

cnf('44',plain,
    ( ~ on(b,monday)
    | ~ on(b,sunday) ),
    inference(resolution,[then_simplify],['37','42','15','43']) ).

cnf('45',plain,
    ( ~ on(b,sunday)
    | ~ all_on(monday) ),
    inference(resolution,[],['44','19']) ).

cnf('46',plain,
    ~ on(a,sunday),
    inference(cnf_transformation,[],[a_off_sunday]) ).

cnf('47',plain,
    ~ same_day(sunday,thursday),
    inference(cnf_transformation,[],[sunday_not_thursday]) ).

cnf('48',plain,
    ~ all_on(monday),
    inference(resolution,[then_simplify],['45','37','46','47']) ).

cnf('49',plain,
    ( on(c,X)
    | on(c,Y)
    | on(b,Y)
    | on(a,X)
    | same_day(X,tuesday)
    | same_day(Y,thursday) ),
    inference(resolution,[then_simplify],['18','33','48']) ).

cnf('50',plain,
    ~ same_day(sunday,tuesday),
    inference(cnf_transformation,[],[sunday_not_tuesday]) ).

cnf('51',plain,
    ( on(c,X)
    | on(b,X)
    | same_day(X,thursday) ),
    inference(resolution,[then_simplify],['49','31','46','50']) ).

cnf('52',plain,
    ( ~ consecutive(X,Y)
    | ~ consecutive(Y,wednesday)
    | ~ on(Z,wednesday)
    | ~ on(Z,X)
    | ~ on(Z,Y) ),
    inference(resolution,[],['7','5']) ).

cnf('53',plain,
    ( ~ consecutive(X,tuesday)
    | ~ on(Y,wednesday)
    | ~ on(Y,tuesday)
    | ~ on(Y,X) ),
    inference(resolution,[],['52','9']) ).

cnf('54',plain,
    ( ~ on(X,wednesday)
    | ~ on(X,tuesday)
    | ~ on(X,monday) ),
    inference(resolution,[],['53','39']) ).

cnf('55',plain,
    ( ~ on(c,tuesday)
    | ~ on(c,monday)
    | ~ all_on(wednesday) ),
    inference(resolution,[],['54','17']) ).

cnf('56',plain,
    ( ~ on(c,monday)
    | ~ all_on(wednesday)
    | on(c,X)
    | on(a,X)
    | same_day(X,tuesday) ),
    inference(resolution,[then_simplify],['14','55','15']) ).

cnf('57',plain,
    ~ same_day(monday,thursday),
    inference(cnf_transformation,[],[monday_not_thursday]) ).

cnf('58',plain,
    ( ~ all_on(wednesday)
    | on(b,monday)
    | on(c,X3)
    | on(a,X3)
    | same_day(X3,tuesday) ),
    inference(resolution,[then_simplify],['51','56','57']) ).

cnf('59',plain,
    ( ~ on(b,tuesday)
    | ~ on(b,monday)
    | ~ all_on(wednesday) ),
    inference(resolution,[],['54','19']) ).

cnf('60',plain,
    ( ~ on(b,monday)
    | ~ all_on(wednesday) ),
    inference(resolution,[then_simplify],['37','59','15','43']) ).

cnf('61',plain,
    ( ~ all_on(wednesday)
    | on(c,X)
    | on(a,X)
    | same_day(X,tuesday) ),
    inference(simplify,[],['58','60']) ).

cnf('62',plain,
    ( on(c,X)
    | on(a,X)
    | same_day(X,tuesday) ),
    inference(resolution,[then_simplify],['61','33','48']) ).

cnf('63',plain,
    $false,
    inference(resolution,[then_simplify],['62','31','46','50']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.09/0.11  % Problem  : PUZ018-1 : TPTP v8.1.2. Bugfixed v1.2.0.
% 0.09/0.11  % Command  : gkc %s
% 0.11/0.32  % Computer : n023.cluster.edu
% 0.11/0.32  % Model    : x86_64 x86_64
% 0.11/0.32  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.11/0.32  % Memory   : 8042.1875MB
% 0.11/0.32  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.11/0.32  % CPULimit : 300
% 0.11/0.32  % WCLimit  : 300
% 0.11/0.32  % DateTime : Sat Aug 26 22:48:26 EDT 2023
% 0.11/0.32  % CPUTime  : 
% 0.11/0.36  
% 0.11/0.36  input clause set summed statistics:
% 0.11/0.36  ----------------------------------
% 0.11/0.36  in_clause_count:                    48
% 0.11/0.36  in_rule_clause_count:               39
% 0.11/0.36  in_fact_clause_count:                9
% 0.11/0.36  in_answer_clause_count:              0
% 0.11/0.36  in_ground_clause_count:             39
% 0.11/0.36  in_unit_clause_count:               40
% 0.11/0.36  in_horn_clause_count:               46
% 0.11/0.36  in_pos_clause_count:                11
% 0.11/0.36  in_neg_clause_count:                32
% 0.11/0.36  in_poseq_clause_count:               0
% 0.11/0.36  in_negeq_clause_count:               0
% 0.11/0.36  in_unitposeq_clause_count:           0
% 0.11/0.36  in_chain_clause_count:               0
% 0.11/0.36  in_min_length:             1
% 0.11/0.36  in_max_length:             7
% 0.11/0.36  in_min_depth:              1
% 0.11/0.36  in_max_depth:              1
% 0.11/0.36  in_min_size:               2
% 0.11/0.36  in_max_size:              18
% 0.11/0.36  in_min_vars:               0
% 0.11/0.36  in_max_vars:               5
% 0.11/0.36  in_extaxiom_count:                 0
% 0.11/0.36  in_axiom_count:                   38
% 0.11/0.36  in_assumption_count:               9
% 0.11/0.36  in_goal_count:                     1
% 0.11/0.36  in_neg_goal_count:                 1
% 0.11/0.36  in_pos_goal_count:                 0
% 0.11/0.36  in_posunit_goal_count:             0
% 0.11/0.36  
% 0.11/0.36  auto guide:
% 0.11/0.36  -----------
% 0.11/0.36  {
% 0.11/0.36  "print":1,
% 0.11/0.36  "print_level": 15,
% 0.11/0.36  "max_size": 0,
% 0.11/0.36  "max_depth": 0,
% 0.11/0.36  "max_length": 0,
% 0.11/0.36  "max_dseconds": 0,
% 0.11/0.36  "equality":0,
% 0.11/0.36  "runs":[
% 0.11/0.36  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0},
% 0.11/0.36  {"max_dseconds":1, "sine":5, "strategy":["negative_pref"], "query_preference":0},
% 0.11/0.36  {"max_dseconds":1, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.11/0.36  {"max_dseconds":1, "strategy":["hardness_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.11/0.36  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.11/0.36  {"max_dseconds":1, "strategy":["unit"],  "weight_select_ratio":100, "query_preference":0},
% 0.11/0.36  {"max_dseconds":1, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.11/0.36  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.11/0.36  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1},
% 0.11/0.36  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1},
% 0.11/0.36  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.11/0.36  {"max_dseconds":1, "strategy":["query_focus", "double"], "query_preference":1},
% 0.11/0.36  {"max_dseconds":1, "strategy":["unit"], "query_preference":0},
% 0.11/0.36  {"max_dseconds":1, "strategy":["unit"], "query_preference":1},
% 0.11/0.36  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.11/0.36  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":1},
% 0.11/0.36  {"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.11/0.36  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0},
% 0.11/0.36  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":1},
% 0.11/0.36  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.11/0.36  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.11/0.36  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.11/0.36  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.11/0.36  {"max_dseconds":1, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.11/0.36  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0},
% 0.11/0.36  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":2},
% 0.11/0.36  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.11/0.36  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.11/0.36  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.11/0.36  {"max_dseconds":1, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.11/0.36  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.11/0.36  {"max_dseconds":1, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.11/0.36  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.11/0.36  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.11/0.36  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.11/0.36  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":3},
% 0.11/0.36  {"max_dseconds":1, "strategy":["negative_pref"], "max_depth":5, "query_preference":0},
% 0.11/0.36  {"max_dseconds":1, "strategy":["negative_pref"], "max_weight":40, "query_preference":0},
% 0.11/0.36  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.11/0.36  
% 0.11/0.36  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0},
% 0.11/0.36  {"max_dseconds":10, "sine":5, "strategy":["negative_pref"], "query_preference":0},
% 0.11/0.36  {"max_dseconds":10, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.11/0.36  {"max_dseconds":10, "strategy":["hardness_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.11/0.36  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.11/0.36  {"max_dseconds":10, "strategy":["unit"],  "weight_select_ratio":100, "query_preference":0},
% 0.11/0.36  {"max_dseconds":10, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.11/0.36  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.11/0.36  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1},
% 0.11/0.36  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1},
% 0.11/0.36  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.11/0.36  {"max_dseconds":10, "strategy":["query_focus", "double"], "query_preference":1},
% 0.11/0.36  {"max_dseconds":10, "strategy":["unit"], "query_preference":0},
% 0.11/0.36  {"max_dseconds":10, "strategy":["unit"], "query_preference":1},
% 0.11/0.36  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.11/0.36  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":10},
% 0.11/0.36  {"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.11/0.36  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0},
% 0.11/0.36  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":10},
% 0.11/0.36  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.11/0.36  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.11/0.36  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.11/0.36  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.11/0.36  {"max_dseconds":10, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.11/0.36  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0},
% 0.11/0.36  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":2},
% 0.11/0.36  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.11/0.36  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.11/0.36  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.11/0.36  {"max_dseconds":10, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.11/0.36  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.11/0.36  {"max_dseconds":10, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.11/0.36  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.11/0.36  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.11/0.36  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.11/0.36  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":3},
% 0.11/0.36  {"max_dseconds":10, "strategy":["negative_pref"], "max_depth":5, "query_preference":0},
% 0.11/0.36  {"max_dseconds":10, "strategy":["negative_pref"], "max_weight":40, "query_preference":0},
% 0.11/0.36  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.11/0.36  
% 0.11/0.36  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0},
% 0.11/0.36  {"max_dseconds":50, "sine":5, "strategy":["negative_pref"], "query_preference":0},
% 0.11/0.36  {"max_dseconds":50, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.11/0.36  {"max_dseconds":50, "strategy":["hardness_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.11/0.36  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.11/0.36  {"max_dseconds":50, "strategy":["unit"],  "weight_select_ratio":100, "query_preference":0},
% 0.11/0.36  {"max_dseconds":50, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.11/0.36  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.11/0.36  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1},
% 0.11/0.36  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1},
% 0.11/0.36  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.11/0.36  {"max_dseconds":50, "strategy":["query_focus", "double"], "query_preference":1},
% 0.11/0.36  {"max_dseconds":50, "strategy":["unit"], "query_preference":0},
% 0.11/0.36  {"max_dseconds":50, "strategy":["unit"], "query_preference":1},
% 0.11/0.36  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.11/0.36  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":50},
% 0.11/0.36  {"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.11/0.36  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0},
% 0.11/0.36  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":50},
% 0.11/0.36  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.11/0.36  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.11/0.36  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.11/0.36  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.11/0.36  {"max_dseconds":50, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.11/0.36  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0},
% 0.11/0.36  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":2},
% 0.11/0.36  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.11/0.36  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.11/0.36  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.11/0.36  {"max_dseconds":50, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.11/0.36  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.11/0.36  {"max_dseconds":50, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.11/0.36  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.11/0.36  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.11/0.36  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.11/0.36  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":3},
% 0.11/0.36  {"max_dseconds":50, "strategy":["negative_pref"], "max_depth":5, "query_preference":0},
% 0.11/0.36  {"max_dseconds":50, "strategy":["negative_pref"], "max_weight":40, "query_preference":0},
% 0.11/0.36  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.11/0.36  
% 0.11/0.36  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0},
% 0.11/0.36  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1},
% 0.11/0.36  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1},
% 0.11/0.36  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.11/0.36  {"max_dseconds":250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.11/0.36  {"max_dseconds":250, "strategy":["unit"], "query_preference":0},
% 0.11/0.36  {"max_dseconds":250, "strategy":["unit"], "query_preference":1},
% 0.11/0.36  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.11/0.36  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":250},
% 0.11/0.36  {"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.11/0.36  {"max_dseconds":250, "strategy":["positive_pref"], "query_preference":0},
% 0.11/0.36  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":250},
% 0.11/0.36  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.11/0.36  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.11/0.36  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.11/0.36  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":250},
% 0.11/0.36  {"max_dseconds":250, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.11/0.36  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0},
% 0.11/0.36  
% 0.11/0.36  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0},
% 0.11/0.36  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1},
% 0.11/0.36  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1},
% 0.11/0.36  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.11/0.36  {"max_dseconds":1250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.11/0.36  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0},
% 0.11/0.36  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1},
% 0.11/0.36  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.11/0.36  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":1250},
% 0.11/0.36  {"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.11/0.36  {"max_dseconds":1250, "strategy":["positive_pref"], "query_preference":0},
% 0.11/0.36  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":1250},
% 0.11/0.36  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.11/0.36  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.11/0.36  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.11/0.36  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1250},
% 0.11/0.36  {"max_dseconds":1250, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.11/0.36  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0} 
% 0.11/0.36  
% 0.11/0.36  ]}
% 0.11/0.36  
% 0.11/0.36  
% 0.11/0.36  **** run 1 fork 0 starts with strategy
% 0.11/0.36  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0}
% 0.11/0.36  
% 0.11/0.36  **** run 2 fork 1 starts with strategy
% 0.11/0.36  {"max_dseconds":1,"sine":5,"strategy":["negative_pref"],"query_preference":0}
% 0.11/0.36  
% 0.11/0.36  **** run 3 fork 2 starts with strategy
% 0.11/0.36  {"max_dseconds":1,"strategy":["negative_pref"],"weight_select_ratio":100,"query_preference":0}
% 0.11/0.36  
% 0.11/0.36  **** run 4 fork 3 starts with strategy
% 0.11/0.36  {"max_dseconds":1,"strategy":["hardness_pref"],"weight_select_ratio":100,"query_preference":0}
% 0.11/0.36  
% 0.11/0.36  **** run 5 fork 4 starts with strategy
% 0.11/0.36  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 0.11/0.36  
% 0.11/0.36  **** run 6 fork 5 starts with strategy
% 0.11/0.36  {"max_dseconds":1,"strategy":["unit"],"weight_select_ratio":100,"query_preference":0}
% 0.11/0.36  
% 0.11/0.36  **** run 7 fork 6 starts with strategy
% 0.11/0.36  {"max_dseconds":1,"strategy":["negative_pref"],"weight_select_ratio":100,"query_preference":0,"var_weight":70,"repeat_var_weight":70}
% 0.11/0.36  
% 0.11/0.36  **** run 8 fork 7 starts with strategy
% 0.11/0.36  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 0.11/0.39  
% 0.11/0.39  fork 1: search finished without proof.
% 0.11/0.41  
% 0.11/0.41  
% 0.11/0.41  result: proof found
% 0.11/0.41  for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 0.11/0.41  by run 4 fork 3 strategy {"max_dseconds":1,"strategy":["hardness_pref"],"weight_select_ratio":100,"query_preference":0}
% 0.11/0.41  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 0.11/0.41  
% 0.11/0.41  % SZS output start CNFRefutation for /export/starexec/sandbox/benchmark/theBenchmark.p 
% See solution above
% 0.11/0.41  
% 0.11/0.41  run 4 fork 3 statistics:
% 0.11/0.41  ----------------------------------
% 0.11/0.41  this run seconds: 0.021610
% 0.11/0.41  total seconds: 0.047840
% 0.11/0.41  stat_given_used: 360
% 0.11/0.41  stat_given_used_at_endgame: 0
% 0.11/0.41  stat_given_candidates:   612
% 0.11/0.41  stat_given_candidates_at_endgame: 0
% 0.11/0.41  stat_given_candidates_h: 0
% 0.11/0.41  stat_binres_derived_cl:   1179
% 0.11/0.41  stat_binres_derived_cl_h: 0
% 0.11/0.41  stat_factor_derived_cl: 119
% 0.11/0.41  stat_para_derived_cl: 0
% 0.11/0.41  stat_tautologies_discarded: 16
% 0.11/0.41  stat_forward_subsumed: 338
% 0.11/0.41  stat_derived_cut: 268
% 0.11/0.41  stat_derived_rewritten: 0
% 0.11/0.41  stat_weight_discarded_building: 0
% 0.11/0.41  stat_weight_discarded_cl: 0
% 0.11/0.41  stat_internlimit_discarded_cl: 0
% 0.11/0.41  stat_simplified:  24 simplified 0 derived 0 given
% 0.11/0.41  stat_kept_cl: 943
% 0.11/0.41  stat_built_cl: 1687
% 0.11/0.41  stat_hyperres_partial_cl: 0
% 0.11/0.41  stat_made_rewriters: 0
% 0.11/0.41  stat_backward_subsumed: 0
% 0.11/0.41  stat_propagated_subsumed: 0
% 0.11/0.41  stat_clsubs_attempted:                      1293
% 0.11/0.41  stat_clsubs_fact_groundunit_found:             0
% 0.11/0.41  stat_clsubs_rule_groundunit_found:             6
% 0.11/0.41  stat_clsubs_top_meta_attempted:              66349
% 0.11/0.41  stat_clsubs_top_meta_failed:                 65056
% 0.11/0.41  stat_clsubs_top_meta_nonpref_attempted:               66349
% 0.11/0.41  stat_clsubs_top_meta_nonpref_succeeded:               13963
% 0.11/0.41  stat_clsubs_top_meta_pref_attempted:                  13963
% 0.11/0.41  stat_clsubs_top_meta_pref1_succeeded:                  8828
% 0.11/0.41  stat_clsubs_top_meta_pref2_succeeded:                  1864
% 0.11/0.41  stat_clsubs_top_meta_pref3_succeeded:                  1293
% 0.11/0.41  stat_clsubs_top_meta_pref_succeeded:                   1293
% 0.11/0.41  stat_clsubs_meta_attempted:                 8556
% 0.11/0.41  stat_clsubs_meta_failed:                    2709
% 0.11/0.41  stat_clsubs_predsymbs_attempted:               0
% 0.11/0.41  stat_clsubs_unit_attempted:                    0
% 0.11/0.41  stat_clsubs_full_attempted:                 1293
% 0.11/0.41  stat_forwardsubs_attempted:                 1282
% 0.11/0.41  stat_lit_hash_added:                    172
% 0.11/0.41  stat_lit_hash_computed:               17195
% 0.11/0.41  stat_lit_hash_match_found:              703
% 0.11/0.41  stat_lit_hash_match_miss:             24349
% 0.11/0.41  stat_lit_hash_cut_ok:                   333
% 0.11/0.41  stat_lit_strong_cut_ok:                   0
% 0.11/0.41  stat_lit_hash_subsume_ok:               338
% 0.11/0.41  clqueue els 10000000 used 1
% 0.11/0.41  clactive els 10000000 used 361
% 0.11/0.41  clactivesubsume els 10000000 used 1867
% 0.11/0.41  queue_termbuf els 200000000 used 60526
% 0.11/0.41  hyper_termbuf els 100000000 used 1
% 0.11/0.41  active_termbuf els 100000000 used 13732
% 0.11/0.41  varstack els 5000 last used 1
% 0.11/0.41  given_termbuf els 10000000 last used 1
% 0.11/0.41  simplified_termbuf els 10000000 last used 1
% 0.11/0.41  derived_termbuf els 10000000 last used 32
% 0.11/0.41  wr_mallocs: 1567
% 0.11/0.41  wr_callocs: 21
% 0.11/0.41  wr_reallocs: 77
% 0.11/0.41  wr_frees: 2
% 0.11/0.41  wr_malloc_bytes: 4162631428
% 0.11/0.41  wr_calloc_bytes: 112065536
% 0.11/0.41  wr_realloc_bytes: 34056
% 0.11/0.41  wr_realloc_freebytes: 0
% 0.11/0.41  ----------------------------------
%------------------------------------------------------------------------------