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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : GKC---0.8
% Problem  : PUZ005-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:37 EDT 2023

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

% Comments : 
%------------------------------------------------------------------------------
cnf('1',plain,
    ( member(X,lying_days(Y))
    | member(Z,lying_days(Y))
    | ~ admits(Y,Z,X) ),
    inference(cnf_transformation,[],[admissions1]) ).

cnf('2',plain,
    admits(lion,today,yesterday(today)),
    inference(cnf_transformation,[],[admissions5]) ).

cnf('3',plain,
    ( member(yesterday(today),lying_days(lion))
    | member(today,lying_days(lion)) ),
    inference(resolution,[],['1','2']) ).

cnf('4',plain,
    ( ~ member(X,lying_days(lion))
    | wednesday(X)
    | tuesday(X)
    | monday(X) ),
    inference(cnf_transformation,[],[lions_lying_days]) ).

cnf('5',plain,
    ( member(today,lying_days(lion))
    | wednesday(yesterday(today))
    | tuesday(yesterday(today))
    | monday(yesterday(today)) ),
    inference(resolution,[],['3','4']) ).

cnf('6',plain,
    ( wednesday(yesterday(today))
    | tuesday(yesterday(today))
    | monday(yesterday(today))
    | wednesday(today)
    | tuesday(today)
    | monday(today) ),
    inference(resolution,[],['5','4']) ).

cnf('7',plain,
    ( ~ wednesday(yesterday(X))
    | thursday(X) ),
    inference(cnf_transformation,[],[wednesday_yesterday]) ).

cnf('8',plain,
    ~ thursday(today),
    inference(cnf_transformation,[],[prove_today_is_thursday]) ).

cnf('9',plain,
    ( tuesday(yesterday(today))
    | monday(yesterday(today))
    | wednesday(today)
    | tuesday(today)
    | monday(today) ),
    inference(resolution,[then_simplify],['6','7','8']) ).

cnf('10',plain,
    ( ~ tuesday(yesterday(X))
    | wednesday(X) ),
    inference(cnf_transformation,[],[tuesday_yesterday]) ).

cnf('11',plain,
    ( monday(yesterday(today))
    | wednesday(today)
    | tuesday(today)
    | monday(today) ),
    inference(resolution,[],['9','10']) ).

cnf('12',plain,
    ( ~ monday(yesterday(X))
    | tuesday(X) ),
    inference(cnf_transformation,[],[monday_yesterday]) ).

cnf('13',plain,
    ( wednesday(today)
    | tuesday(today)
    | monday(today) ),
    inference(resolution,[],['11','12']) ).

cnf('14',plain,
    admits(unicorn,today,yesterday(today)),
    inference(cnf_transformation,[],[admissions6]) ).

cnf('15',plain,
    ( member(yesterday(today),lying_days(unicorn))
    | member(today,lying_days(unicorn)) ),
    inference(resolution,[],['1','14']) ).

cnf('16',plain,
    ( ~ member(X,lying_days(unicorn))
    | saturday(X)
    | friday(X)
    | thursday(X) ),
    inference(cnf_transformation,[],[unicorns_lying_days]) ).

cnf('17',plain,
    ( member(today,lying_days(unicorn))
    | thursday(yesterday(today))
    | saturday(yesterday(today))
    | friday(yesterday(today)) ),
    inference(resolution,[],['15','16']) ).

cnf('18',plain,
    ( thursday(yesterday(today))
    | saturday(yesterday(today))
    | friday(yesterday(today))
    | saturday(today)
    | friday(today) ),
    inference(resolution,[then_simplify],['17','16','8']) ).

cnf('19',plain,
    ( ~ saturday(yesterday(X))
    | sunday(X) ),
    inference(cnf_transformation,[],[saturday_yesterday]) ).

cnf('20',plain,
    ( thursday(yesterday(today))
    | friday(yesterday(today))
    | sunday(today)
    | saturday(today)
    | friday(today) ),
    inference(resolution,[],['18','19']) ).

cnf('21',plain,
    ( ~ friday(yesterday(X))
    | saturday(X) ),
    inference(cnf_transformation,[],[friday_yesterday]) ).

cnf('22',plain,
    ( thursday(yesterday(today))
    | sunday(today)
    | saturday(today)
    | friday(today) ),
    inference(resolution,[],['20','21']) ).

cnf('23',plain,
    ( ~ thursday(yesterday(X))
    | friday(X) ),
    inference(cnf_transformation,[],[thursday_yesterday]) ).

cnf('24',plain,
    ( sunday(today)
    | saturday(today)
    | friday(today) ),
    inference(resolution,[],['22','23']) ).

cnf('25',plain,
    ( ~ sunday(X)
    | ~ wednesday(X) ),
    inference(cnf_transformation,[],[wednesday_not_sunday]) ).

cnf('26',plain,
    ( ~ wednesday(today)
    | saturday(today)
    | friday(today) ),
    inference(resolution,[],['24','25']) ).

cnf('27',plain,
    ( saturday(today)
    | friday(today)
    | tuesday(today)
    | monday(today) ),
    inference(resolution,[],['13','26']) ).

cnf('28',plain,
    ( ~ saturday(X)
    | ~ wednesday(X) ),
    inference(cnf_transformation,[],[wednesday_not_saturday]) ).

cnf('29',plain,
    ( ~ wednesday(today)
    | friday(today)
    | tuesday(today)
    | monday(today) ),
    inference(resolution,[],['27','28']) ).

cnf('30',plain,
    ( friday(today)
    | tuesday(today)
    | monday(today) ),
    inference(resolution,[],['29','13']) ).

cnf('31',plain,
    ( ~ friday(X)
    | ~ wednesday(X) ),
    inference(cnf_transformation,[],[wednesday_not_friday]) ).

cnf('32',plain,
    ( ~ wednesday(today)
    | tuesday(today)
    | monday(today) ),
    inference(resolution,[],['30','31']) ).

cnf('33',plain,
    ( tuesday(today)
    | monday(today) ),
    inference(resolution,[],['32','13']) ).

cnf('34',plain,
    ( ~ sunday(X)
    | ~ tuesday(X) ),
    inference(cnf_transformation,[],[tuesday_not_sunday]) ).

cnf('35',plain,
    ( ~ tuesday(today)
    | saturday(today)
    | friday(today) ),
    inference(resolution,[],['24','34']) ).

cnf('36',plain,
    ( saturday(today)
    | friday(today)
    | monday(today) ),
    inference(resolution,[],['33','35']) ).

cnf('37',plain,
    ( ~ saturday(X)
    | ~ tuesday(X) ),
    inference(cnf_transformation,[],[tuesday_not_saturday]) ).

cnf('38',plain,
    ( ~ tuesday(today)
    | friday(today)
    | monday(today) ),
    inference(resolution,[],['36','37']) ).

cnf('39',plain,
    ( tuesday(today)
    | monday(today) ),
    inference(resolution,[],['32','13']) ).

cnf('40',plain,
    ( friday(today)
    | monday(today) ),
    inference(simplify,[],['38','39']) ).

cnf('41',plain,
    ( ~ friday(X)
    | ~ tuesday(X) ),
    inference(cnf_transformation,[],[tuesday_not_friday]) ).

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

cnf('43',plain,
    monday(today),
    inference(simplify,[],['42','39']) ).

cnf('44',plain,
    ( ~ sunday(X)
    | ~ monday(X) ),
    inference(cnf_transformation,[],[monday_not_sunday]) ).

cnf('45',plain,
    ( ~ monday(today)
    | saturday(today)
    | friday(today) ),
    inference(resolution,[],['24','44']) ).

cnf('46',plain,
    ( saturday(today)
    | friday(today) ),
    inference(resolution,[],['43','45']) ).

cnf('47',plain,
    ( friday(yesterday(X))
    | ~ saturday(X) ),
    inference(cnf_transformation,[],[yesterday_friday]) ).

cnf('48',plain,
    ( sunday(yesterday(X))
    | ~ monday(X) ),
    inference(cnf_transformation,[],[yesterday_sunday]) ).

cnf('49',plain,
    sunday(yesterday(today)),
    inference(resolution,[],['43','48']) ).

cnf('50',plain,
    ( ~ sunday(X)
    | ~ friday(X) ),
    inference(cnf_transformation,[],[friday_not_sunday]) ).

cnf('51',plain,
    ~ friday(yesterday(today)),
    inference(resolution,[],['49','50']) ).

cnf('52',plain,
    friday(today),
    inference(resolution,[then_simplify],['46','47','51']) ).

cnf('53',plain,
    ( thursday(yesterday(X))
    | ~ friday(X) ),
    inference(cnf_transformation,[],[yesterday_thursday]) ).

cnf('54',plain,
    ( ~ sunday(X)
    | ~ thursday(X) ),
    inference(cnf_transformation,[],[thursday_not_sunday]) ).

cnf('55',plain,
    ~ thursday(yesterday(today)),
    inference(resolution,[],['49','54']) ).

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


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.13  % Problem  : PUZ005-1 : TPTP v8.1.2. Released v1.0.0.
% 0.00/0.14  % Command  : gkc %s
% 0.14/0.35  % Computer : n001.cluster.edu
% 0.14/0.35  % Model    : x86_64 x86_64
% 0.14/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.35  % Memory   : 8042.1875MB
% 0.14/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.35  % CPULimit : 300
% 0.14/0.35  % WCLimit  : 300
% 0.14/0.35  % DateTime : Sat Aug 26 22:42:16 EDT 2023
% 0.14/0.35  % CPUTime  : 
% 0.20/0.39  
% 0.20/0.39  input clause set summed statistics:
% 0.20/0.39  ----------------------------------
% 0.20/0.39  in_clause_count:                    51
% 0.20/0.39  in_rule_clause_count:               51
% 0.20/0.39  in_fact_clause_count:                0
% 0.20/0.39  in_answer_clause_count:              0
% 0.20/0.39  in_ground_clause_count:              3
% 0.20/0.39  in_unit_clause_count:                3
% 0.20/0.39  in_horn_clause_count:               45
% 0.20/0.39  in_pos_clause_count:                 3
% 0.20/0.39  in_neg_clause_count:                23
% 0.20/0.39  in_poseq_clause_count:               0
% 0.20/0.39  in_negeq_clause_count:               0
% 0.20/0.39  in_unitposeq_clause_count:           0
% 0.20/0.39  in_chain_clause_count:               0
% 0.20/0.39  in_min_length:             1
% 0.20/0.39  in_max_length:             7
% 0.20/0.39  in_min_depth:              1
% 0.20/0.39  in_max_depth:              2
% 0.20/0.39  in_min_size:               2
% 0.20/0.39  in_max_size:              14
% 0.20/0.39  in_min_vars:               0
% 0.20/0.39  in_max_vars:               3
% 0.20/0.39  in_extaxiom_count:                 0
% 0.20/0.39  in_axiom_count:                   50
% 0.20/0.39  in_assumption_count:               0
% 0.20/0.39  in_goal_count:                     1
% 0.20/0.39  in_neg_goal_count:                 1
% 0.20/0.39  in_pos_goal_count:                 0
% 0.20/0.39  in_posunit_goal_count:             0
% 0.20/0.39  
% 0.20/0.39  auto guide:
% 0.20/0.39  -----------
% 0.20/0.39  {
% 0.20/0.39  "print":1,
% 0.20/0.39  "print_level": 15,
% 0.20/0.39  "max_size": 0,
% 0.20/0.39  "max_depth": 0,
% 0.20/0.39  "max_length": 0,
% 0.20/0.39  "max_dseconds": 0,
% 0.20/0.39  "equality":0,
% 0.20/0.39  "runs":[
% 0.20/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":1, "sine":5, "strategy":["negative_pref"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":1, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.20/0.39  {"max_dseconds":1, "strategy":["hardness_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.20/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.20/0.39  {"max_dseconds":1, "strategy":["unit"],  "weight_select_ratio":100, "query_preference":0},
% 0.20/0.39  {"max_dseconds":1, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.20/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.20/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["query_focus", "double"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.20/0.39  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":1},
% 0.20/0.39  {"strategy":["hardness_pref", "max_weight"], "length_penalty":100, "depth_penalty":50, "max_depth":3, "var_weight":10, "repeat_var_weight":10, "max_dseconds":1},
% 0.20/0.39  {"sine":2, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":2, "strategy":["unit"], "max_dseconds":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0},
% 0.20/0.39  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.20/0.39  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":2},
% 0.20/0.39  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.20/0.39  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":1, "sine":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "sine":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "sine":2},
% 0.20/0.39  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "sine":2},
% 0.20/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "max_depth":5, "query_preference":0},
% 0.20/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "max_weight":40, "query_preference":0},
% 0.20/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.20/0.39  
% 0.20/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":10, "sine":5, "strategy":["negative_pref"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":10, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.20/0.39  {"max_dseconds":10, "strategy":["hardness_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.20/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.20/0.39  {"max_dseconds":10, "strategy":["unit"],  "weight_select_ratio":100, "query_preference":0},
% 0.20/0.39  {"max_dseconds":10, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.20/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.20/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds":10, "strategy":["query_focus", "double"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.20/0.39  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":10},
% 0.20/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.20/0.39  {"sine":2, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":2, "strategy":["unit"], "max_dseconds":10},
% 0.20/0.39  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0},
% 0.20/0.39  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":10},
% 0.20/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.20/0.39  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.20/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":2},
% 0.20/0.39  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":10, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.20/0.39  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":1, "sine":1},
% 0.20/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "sine":1},
% 0.20/0.39  {"max_dseconds":10, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "sine":2},
% 0.20/0.39  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "sine":2},
% 0.20/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "max_depth":5, "query_preference":0},
% 0.20/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "max_weight":40, "query_preference":0},
% 0.20/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.20/0.39  
% 0.20/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":50, "sine":5, "strategy":["negative_pref"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":50, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.20/0.39  {"max_dseconds":50, "strategy":["hardness_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.20/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.20/0.39  {"max_dseconds":50, "strategy":["unit"],  "weight_select_ratio":100, "query_preference":0},
% 0.20/0.39  {"max_dseconds":50, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.20/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.20/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds":50, "strategy":["query_focus", "double"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.20/0.39  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":50},
% 0.20/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.20/0.39  {"sine":2, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":2, "strategy":["unit"], "max_dseconds":50},
% 0.20/0.39  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0},
% 0.20/0.39  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":50},
% 0.20/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.20/0.39  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.20/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":2},
% 0.20/0.39  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":50, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.20/0.39  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":1, "sine":1},
% 0.20/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "sine":1},
% 0.20/0.39  {"max_dseconds":50, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "sine":2},
% 0.20/0.39  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "sine":2},
% 0.20/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "max_depth":5, "query_preference":0},
% 0.20/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "max_weight":40, "query_preference":0},
% 0.20/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.20/0.39  
% 0.20/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds":250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":250, "strategy":["unit"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":250, "strategy":["unit"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.20/0.39  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":250},
% 0.20/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.20/0.39  {"sine":2, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":2, "strategy":["unit"], "max_dseconds":250},
% 0.20/0.39  {"max_dseconds":250, "strategy":["positive_pref"], "query_preference":0},
% 0.20/0.39  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":250},
% 0.20/0.39  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.20/0.39  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":250},
% 0.20/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0},
% 0.20/0.39  
% 0.20/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds":1250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.20/0.39  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":1250},
% 0.20/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.20/0.39  {"sine":2, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":2, "strategy":["unit"], "max_dseconds":1250},
% 0.20/0.39  {"max_dseconds":1250, "strategy":["positive_pref"], "query_preference":0},
% 0.20/0.39  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":1250},
% 0.20/0.39  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.20/0.39  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1250},
% 0.20/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0} 
% 0.20/0.39  
% 0.20/0.39  ]}
% 0.20/0.39  
% 0.20/0.39  
% 0.20/0.39  **** run 1 fork 0 starts with strategy
% 0.20/0.39  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0}
% 0.20/0.39  
% 0.20/0.39  **** run 2 fork 1 starts with strategy
% 0.20/0.39  {"max_dseconds":1,"sine":5,"strategy":["negative_pref"],"query_preference":0}
% 0.20/0.39  
% 0.20/0.39  **** run 4 fork 3 starts with strategy
% 0.20/0.39  {"max_dseconds":1,"strategy":["hardness_pref"],"weight_select_ratio":100,"query_preference":0}
% 0.20/0.39  
% 0.20/0.39  **** run 6 fork 5 starts with strategy
% 0.20/0.39  {"max_dseconds":1,"strategy":["unit"],"weight_select_ratio":100,"query_preference":0}
% 0.20/0.39  
% 0.20/0.39  **** run 3 fork 2 starts with strategy
% 0.20/0.39  {"max_dseconds":1,"strategy":["negative_pref"],"weight_select_ratio":100,"query_preference":0}
% 0.20/0.39  
% 0.20/0.39  **** run 8 fork 7 starts with strategy
% 0.20/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 0.20/0.41  
% 0.20/0.41  **** run 5 fork 4 starts with strategy
% 0.20/0.41  
% 0.20/0.41  **** run 7 fork 6 starts with strategy
% 0.20/0.41  {"max_dseconds":1,"strategy":["negative_pref"],"weight_select_ratio":100,"query_preference":0,"var_weight":70,"repeat_var_weight":70}{"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 0.20/0.41  
% 0.20/0.49  
% 0.20/0.49  
% 0.20/0.49  result: proof found
% 0.20/0.49  for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 0.20/0.49  by run 7 fork 6 strategy {"max_dseconds":1,"strategy":["negative_pref"],"weight_select_ratio":100,"query_preference":0,"var_weight":70,"repeat_var_weight":70}
% 0.20/0.49  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 0.20/0.49  
% 0.20/0.49  % SZS output start CNFRefutation for /export/starexec/sandbox/benchmark/theBenchmark.p 
% See solution above
% 0.20/0.49  
% 0.20/0.49  run 7 fork 6 statistics:
% 0.20/0.49  ----------------------------------
% 0.20/0.49  this run seconds: 0.012765
% 0.20/0.49  total seconds: 0.035572
% 0.20/0.49  stat_given_used: 154
% 0.20/0.49  stat_given_used_at_endgame: 0
% 0.20/0.49  stat_given_candidates:   196
% 0.20/0.49  stat_given_candidates_at_endgame: 0
% 0.20/0.49  stat_given_candidates_h: 0
% 0.20/0.49  stat_binres_derived_cl:   253
% 0.20/0.49  stat_binres_derived_cl_h: 0
% 0.20/0.49  stat_factor_derived_cl: 2
% 0.20/0.49  stat_para_derived_cl: 0
% 0.20/0.49  stat_tautologies_discarded: 20
% 0.20/0.49  stat_forward_subsumed: 18
% 0.20/0.49  stat_derived_cut: 8
% 0.20/0.49  stat_derived_rewritten: 0
% 0.20/0.49  stat_weight_discarded_building: 0
% 0.20/0.49  stat_weight_discarded_cl: 0
% 0.20/0.49  stat_internlimit_discarded_cl: 0
% 0.20/0.49  stat_simplified:  2 simplified 0 derived 0 given
% 0.20/0.49  stat_kept_cl: 216
% 0.20/0.49  stat_built_cl: 526
% 0.20/0.49  stat_hyperres_partial_cl: 0
% 0.20/0.49  stat_made_rewriters: 0
% 0.20/0.49  stat_backward_subsumed: 0
% 0.20/0.49  stat_propagated_subsumed: 0
% 0.20/0.49  stat_clsubs_attempted:                       154
% 0.20/0.49  stat_clsubs_fact_groundunit_found:             1
% 0.20/0.49  stat_clsubs_rule_groundunit_found:             1
% 0.20/0.49  stat_clsubs_top_meta_attempted:              14243
% 0.20/0.49  stat_clsubs_top_meta_failed:                 14089
% 0.20/0.49  stat_clsubs_top_meta_nonpref_attempted:               14243
% 0.20/0.49  stat_clsubs_top_meta_nonpref_succeeded:                2850
% 0.20/0.49  stat_clsubs_top_meta_pref_attempted:                   2850
% 0.20/0.49  stat_clsubs_top_meta_pref1_succeeded:                   450
% 0.20/0.49  stat_clsubs_top_meta_pref2_succeeded:                   181
% 0.20/0.49  stat_clsubs_top_meta_pref3_succeeded:                   154
% 0.20/0.49  stat_clsubs_top_meta_pref_succeeded:                    154
% 0.20/0.49  stat_clsubs_meta_attempted:                  402
% 0.20/0.49  stat_clsubs_meta_failed:                     229
% 0.20/0.49  stat_clsubs_predsymbs_attempted:               0
% 0.20/0.49  stat_clsubs_unit_attempted:                    0
% 0.20/0.49  stat_clsubs_full_attempted:                  154
% 0.20/0.49  stat_forwardsubs_attempted:                  235
% 0.20/0.49  stat_lit_hash_added:                    193
% 0.20/0.49  stat_lit_hash_computed:                3030
% 0.20/0.49  stat_lit_hash_match_found:               31
% 0.20/0.49  stat_lit_hash_match_miss:              3932
% 0.20/0.49  stat_lit_hash_cut_ok:                    12
% 0.20/0.49  stat_lit_strong_cut_ok:                   0
% 0.20/0.49  stat_lit_hash_subsume_ok:                18
% 0.20/0.49  clqueue els 10000000 used 1
% 0.20/0.49  clactive els 10000000 used 155
% 0.20/0.49  clactivesubsume els 10000000 used 805
% 0.20/0.49  queue_termbuf els 200000000 used 12762
% 0.20/0.49  hyper_termbuf els 100000000 used 1
% 0.20/0.49  active_termbuf els 100000000 used 5789
% 0.20/0.49  varstack els 5000 last used 1
% 0.20/0.49  given_termbuf els 10000000 last used 1
% 0.20/0.49  simplified_termbuf els 10000000 last used 1
% 0.20/0.49  derived_termbuf els 10000000 last used 27
% 0.20/0.49  wr_mallocs: 787
% 0.20/0.49  wr_callocs: 21
% 0.20/0.49  wr_reallocs: 57
% 0.20/0.49  wr_frees: 2
% 0.20/0.49  wr_malloc_bytes: 4162606052
% 0.20/0.49  wr_calloc_bytes: 112065536
% 0.20/0.49  wr_realloc_bytes: 23552
% 0.20/0.49  wr_realloc_freebytes: 0
% 0.20/0.49  ----------------------------------
% 0.20/0.49  
% 0.20/0.49  fork 7: search finished without proof.
%------------------------------------------------------------------------------