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

View Problem - Process Solution

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

% Computer : n017.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:59 EDT 2023

% Result   : Unsatisfiable 2.91s 0.82s
% Output   : CNFRefutation 2.91s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named nextto_commutative)

% Comments : 
%------------------------------------------------------------------------------
cnf('1',plain,
    nextto(X,Y) = nextto(Y,X),
    inference(cnf_transformation,[],[nextto_commutative]) ).

cnf('2',plain,
    nextto(X,nextto(Y,Z)) = nextto(nextto(X,Y),Z),
    inference(cnf_transformation,[],[nextto_associative]) ).

cnf('3',plain,
    ( nextto(on(X,Y),Z) = nextto(Y,on(X,Z))
    | ~ fits(X,Z)
    | ~ fits(X,Y) ),
    inference(cnf_transformation,[],[a_move]) ).

cnf('4',plain,
    ~ state(nextto(pin(n1),nextto(pin(n2),on(small,on(medium,on(large,pin(n3))))))),
    inference(cnf_transformation,[],[final_state]) ).

cnf('5',plain,
    ~ state(nextto(pin(n1),nextto(on(small,on(medium,on(large,pin(n3)))),pin(n2)))),
    inference(paramodulation,[],['1','4']) ).

cnf('6',plain,
    ~ state(nextto(nextto(pin(n1),on(small,on(medium,on(large,pin(n3))))),pin(n2))),
    inference(paramodulation,[],['2','5']) ).

cnf('7',plain,
    ~ state(nextto(nextto(on(small,on(medium,on(large,pin(n3)))),pin(n1)),pin(n2))),
    inference(paramodulation,[],['1','6']) ).

cnf('8',plain,
    fits(small,on(medium,X)),
    inference(cnf_transformation,[],[fits_4]) ).

cnf('9',plain,
    ( ~ state(nextto(nextto(on(medium,on(large,pin(n3))),on(small,pin(n1))),pin(n2)))
    | ~ fits(small,pin(n1)) ),
    inference(paramodulation,[then_simplify],['3','7','8']) ).

cnf('10',plain,
    fits(small,pin(X)),
    inference(cnf_transformation,[],[fits_1]) ).

cnf('11',plain,
    ~ state(nextto(on(medium,on(large,pin(n3))),nextto(on(small,pin(n1)),pin(n2)))),
    inference(paramodulation,[then_simplify],['2','9','10']) ).

cnf('12',plain,
    ~ state(nextto(on(medium,on(large,pin(n3))),nextto(pin(n2),on(small,pin(n1))))),
    inference(paramodulation,[],['1','11']) ).

cnf('13',plain,
    ~ state(nextto(nextto(on(medium,on(large,pin(n3))),pin(n2)),on(small,pin(n1)))),
    inference(paramodulation,[],['2','12']) ).

cnf('14',plain,
    fits(medium,on(large,X)),
    inference(cnf_transformation,[],[fits_5]) ).

cnf('15',plain,
    ( ~ state(nextto(nextto(on(large,pin(n3)),on(medium,pin(n2))),on(small,pin(n1))))
    | ~ fits(medium,pin(n2)) ),
    inference(paramodulation,[then_simplify],['3','13','14']) ).

cnf('16',plain,
    fits(medium,pin(X)),
    inference(cnf_transformation,[],[fits_2]) ).

cnf('17',plain,
    ~ state(nextto(on(large,pin(n3)),nextto(on(medium,pin(n2)),on(small,pin(n1))))),
    inference(paramodulation,[then_simplify],['2','15','16']) ).

cnf('18',plain,
    ~ state(nextto(nextto(on(medium,pin(n2)),on(small,pin(n1))),on(large,pin(n3)))),
    inference(paramodulation,[],['1','17']) ).

cnf('19',plain,
    ~ state(nextto(on(medium,pin(n2)),nextto(on(small,pin(n1)),on(large,pin(n3))))),
    inference(paramodulation,[],['2','18']) ).

cnf('20',plain,
    fits(small,on(large,X)),
    inference(cnf_transformation,[],[fits_6]) ).

cnf('21',plain,
    ~ state(nextto(on(medium,pin(n2)),nextto(pin(n1),on(small,on(large,pin(n3)))))),
    inference(paramodulation,[then_simplify],['3','19','20','10']) ).

cnf('22',plain,
    ~ state(nextto(on(medium,pin(n2)),nextto(on(small,on(large,pin(n3))),pin(n1)))),
    inference(paramodulation,[],['1','21']) ).

cnf('23',plain,
    ~ state(nextto(nextto(on(medium,pin(n2)),on(small,on(large,pin(n3)))),pin(n1))),
    inference(paramodulation,[],['2','22']) ).

cnf('24',plain,
    ~ state(nextto(nextto(on(small,on(medium,pin(n2))),on(large,pin(n3))),pin(n1))),
    inference(paramodulation,[then_simplify],['3','23','20','8']) ).

cnf('25',plain,
    ~ state(nextto(on(small,on(medium,pin(n2))),nextto(on(large,pin(n3)),pin(n1)))),
    inference(paramodulation,[],['2','24']) ).

cnf('26',plain,
    fits(large,pin(X)),
    inference(cnf_transformation,[],[fits_3]) ).

cnf('27',plain,
    ( ~ state(nextto(on(small,on(medium,pin(n2))),nextto(pin(n3),on(large,pin(n1)))))
    | ~ fits(large,pin(n1)) ),
    inference(paramodulation,[then_simplify],['3','25','26']) ).

cnf('28',plain,
    ~ state(nextto(on(small,on(medium,pin(n2))),nextto(on(large,pin(n1)),pin(n3)))),
    inference(paramodulation,[then_simplify],['1','27','26']) ).

cnf('29',plain,
    ~ state(nextto(nextto(on(small,on(medium,pin(n2))),on(large,pin(n1))),pin(n3))),
    inference(paramodulation,[],['2','28']) ).

cnf('30',plain,
    ~ state(nextto(nextto(on(medium,pin(n2)),on(small,on(large,pin(n1)))),pin(n3))),
    inference(paramodulation,[then_simplify],['3','29','20','8']) ).

cnf('31',plain,
    ~ state(nextto(nextto(on(small,on(large,pin(n1))),on(medium,pin(n2))),pin(n3))),
    inference(paramodulation,[],['1','30']) ).

cnf('32',plain,
    ~ state(nextto(pin(n3),nextto(on(small,on(large,pin(n1))),on(medium,pin(n2))))),
    inference(paramodulation,[],['1','31']) ).

cnf('33',plain,
    ~ state(nextto(nextto(pin(n3),on(small,on(large,pin(n1)))),on(medium,pin(n2)))),
    inference(paramodulation,[],['2','32']) ).

cnf('34',plain,
    ~ state(nextto(nextto(on(small,pin(n3)),on(large,pin(n1))),on(medium,pin(n2)))),
    inference(paramodulation,[then_simplify],['3','33','20','10']) ).

cnf('35',plain,
    ~ state(nextto(on(small,pin(n3)),nextto(on(large,pin(n1)),on(medium,pin(n2))))),
    inference(paramodulation,[],['2','34']) ).

cnf('36',plain,
    ( ~ state(nextto(on(small,pin(n3)),nextto(on(medium,on(large,pin(n1))),pin(n2))))
    | ~ fits(medium,pin(n2)) ),
    inference(paramodulation,[then_simplify],['3','35','14']) ).

cnf('37',plain,
    ~ state(nextto(on(small,pin(n3)),nextto(pin(n2),on(medium,on(large,pin(n1)))))),
    inference(paramodulation,[then_simplify],['1','36','16']) ).

cnf('38',plain,
    ~ state(nextto(on(small,pin(n3)),nextto(on(medium,on(large,pin(n1))),pin(n2)))),
    inference(paramodulation,[],['1','37']) ).

cnf('39',plain,
    ~ state(nextto(nextto(on(small,pin(n3)),on(medium,on(large,pin(n1)))),pin(n2))),
    inference(paramodulation,[],['2','38']) ).

cnf('40',plain,
    ~ state(nextto(nextto(on(medium,on(large,pin(n1))),on(small,pin(n3))),pin(n2))),
    inference(paramodulation,[],['1','39']) ).

cnf('41',plain,
    ( ~ state(nextto(nextto(on(small,on(medium,on(large,pin(n1)))),pin(n3)),pin(n2)))
    | ~ fits(small,pin(n3)) ),
    inference(paramodulation,[then_simplify],['3','40','8']) ).

cnf('42',plain,
    ~ state(nextto(on(small,on(medium,on(large,pin(n1)))),nextto(pin(n3),pin(n2)))),
    inference(paramodulation,[then_simplify],['2','41','10']) ).

cnf('43',plain,
    state(nextto(on(small,on(medium,on(large,pin(n1)))),nextto(pin(n2),pin(n3)))),
    inference(cnf_transformation,[],[initial_state]) ).

cnf('44',plain,
    $false,
    inference(paramodulation,[then_simplify],['1','42','43']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem  : PUZ056-1 : TPTP v8.1.2. Released v2.7.0.
% 0.07/0.12  % Command  : gkc %s
% 0.12/0.32  % Computer : n017.cluster.edu
% 0.12/0.32  % Model    : x86_64 x86_64
% 0.12/0.32  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.32  % Memory   : 8042.1875MB
% 0.12/0.32  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.32  % CPULimit : 300
% 0.12/0.32  % WCLimit  : 300
% 0.12/0.32  % DateTime : Sat Aug 26 22:23:26 EDT 2023
% 0.12/0.32  % CPUTime  : 
% 0.17/0.37  
% 0.17/0.37  input clause set summed statistics:
% 0.17/0.37  ----------------------------------
% 0.17/0.37  in_clause_count:                    11
% 0.17/0.37  in_rule_clause_count:               11
% 0.17/0.37  in_fact_clause_count:                0
% 0.17/0.37  in_answer_clause_count:              0
% 0.17/0.37  in_ground_clause_count:              2
% 0.17/0.37  in_unit_clause_count:               10
% 0.17/0.37  in_horn_clause_count:               11
% 0.17/0.37  in_pos_clause_count:                 9
% 0.17/0.37  in_neg_clause_count:                 1
% 0.17/0.37  in_poseq_clause_count:               3
% 0.17/0.37  in_negeq_clause_count:               0
% 0.17/0.37  in_unitposeq_clause_count:           2
% 0.17/0.37  in_chain_clause_count:               0
% 0.17/0.37  in_min_length:             1
% 0.17/0.37  in_max_length:             3
% 0.17/0.37  in_min_depth:              2
% 0.17/0.37  in_max_depth:              7
% 0.17/0.37  in_min_size:               4
% 0.17/0.37  in_max_size:              17
% 0.17/0.37  in_min_vars:               0
% 0.17/0.37  in_max_vars:               3
% 0.17/0.37  in_extaxiom_count:                 0
% 0.17/0.37  in_axiom_count:                   10
% 0.17/0.37  in_assumption_count:               0
% 0.17/0.37  in_goal_count:                     1
% 0.17/0.37  in_neg_goal_count:                 1
% 0.17/0.37  in_pos_goal_count:                 0
% 0.17/0.37  in_posunit_goal_count:             0
% 0.17/0.37  
% 0.17/0.37  auto guide:
% 0.17/0.37  -----------
% 0.17/0.37  {
% 0.17/0.37  "print":1,
% 0.17/0.37  "print_level": 15,
% 0.17/0.37  "max_size": 0,
% 0.17/0.37  "max_depth": 0,
% 0.17/0.37  "max_length": 0,
% 0.17/0.37  "max_dseconds": 0,
% 0.17/0.37  "runs":[
% 0.17/0.37  {"max_dseconds":1, "strategy":["unit"], "query_preference":1},
% 0.17/0.37  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1},
% 0.17/0.37  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1},
% 0.17/0.37  {"max_dseconds":1, "sine":5, "strategy":["negative_pref"], "query_preference":1},
% 0.17/0.37  {"max_dseconds":1, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.17/0.37  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.17/0.37  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.17/0.37  {"max_dseconds":1, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.17/0.37  {"max_dseconds":1, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.17/0.37  {"max_dseconds":1, "strategy":["unit"], "query_preference":0},
% 0.17/0.37  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0},
% 0.17/0.37  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":1},
% 0.17/0.37  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.17/0.37  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":1},
% 0.17/0.37  {"max_dseconds":1, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.17/0.37  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.17/0.37  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.17/0.37  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0},
% 0.17/0.37  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.17/0.37  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.17/0.37  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.17/0.37  {"max_dseconds":1, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.17/0.37  {"max_dseconds":1, "strategy":["query_focus", "double"], "query_preference":1},
% 0.17/0.37  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.17/0.37  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.17/0.37  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.17/0.37  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.17/0.37  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para","prohibit_unordered_para"], "query_preference":1, "reverse_clauselist":1},
% 0.17/0.37  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.17/0.37  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.17/0.37  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":1},
% 0.17/0.37  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.17/0.37  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":1},
% 0.17/0.37  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":1},
% 0.17/0.37  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.17/0.37  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.17/0.37  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":1},
% 0.17/0.37  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.17/0.37  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.17/0.37  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1, "max_size":17},
% 0.17/0.37  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0},
% 0.17/0.37  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.17/0.37  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.17/0.37  {"max_dseconds":1, "sine":5, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.17/0.37  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.17/0.37  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.17/0.37  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.17/0.37  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.17/0.37  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":2},
% 0.17/0.37  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.17/0.37  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.17/0.37  {"max_dseconds":1, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.17/0.37  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.17/0.37  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.17/0.37  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.17/0.37  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.17/0.37  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.17/0.37  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.17/0.37  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.17/0.37  {"max_dseconds":1, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.17/0.37  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.17/0.37  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.17/0.37  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":1},
% 0.17/0.37  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":1},
% 0.17/0.37  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":1},
% 0.17/0.37  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.17/0.37  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.17/0.37  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.17/0.37  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.17/0.37  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.17/0.37  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.17/0.37  {"var_weight":70, "repeat_var_weight":70, "rewrite":0, "length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["hardness_pref", "max_weight"], "max_dseconds":1},
% 0.17/0.37  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.17/0.37  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.17/0.37  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.17/0.37  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.17/0.37  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":1},
% 0.17/0.37  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":1},
% 0.17/0.37  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.17/0.37  {"max_dseconds":1, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.17/0.37  {"max_dseconds":1, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.17/0.37  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.17/0.37  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight","prohibit_unordered_para"], "max_dseconds":1},
% 0.17/0.37  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.17/0.37  {"max_dseconds":1, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.17/0.37  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.17/0.37  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":1},
% 0.17/0.37  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":1, "strategy":["query_focus", "prohibit_nested_para"], "max_dseconds":1},
% 0.17/0.37  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":1},
% 0.17/0.37  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.17/0.37  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":1},
% 0.17/0.37  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.17/0.37  
% 0.17/0.37  {"max_dseconds":10, "strategy":["unit"], "query_preference":1},
% 0.17/0.37  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1},
% 0.17/0.37  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1},
% 0.17/0.37  {"max_dseconds":10, "sine":5, "strategy":["negative_pref"], "query_preference":1},
% 0.17/0.37  {"max_dseconds":10, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.17/0.37  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.17/0.37  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.17/0.37  {"max_dseconds":10, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.17/0.37  {"max_dseconds":10, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.17/0.37  {"max_dseconds":10, "strategy":["unit"], "query_preference":0},
% 0.17/0.37  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0},
% 0.17/0.37  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":1},
% 0.17/0.37  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.17/0.37  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":1},
% 0.17/0.37  {"max_dseconds":10, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.17/0.37  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.17/0.37  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.17/0.37  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0},
% 0.17/0.37  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.17/0.37  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.17/0.37  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.17/0.37  {"max_dseconds":10, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.17/0.37  {"max_dseconds":10, "strategy":["query_focus", "double"], "query_preference":1},
% 0.17/0.37  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.17/0.37  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.17/0.37  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.17/0.37  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.17/0.37  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para","prohibit_unordered_para"], "query_preference":1, "reverse_clauselist":1},
% 0.17/0.37  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.17/0.37  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.17/0.37  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":10},
% 0.17/0.37  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.17/0.37  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":10},
% 0.17/0.37  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":10},
% 0.17/0.37  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.17/0.37  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.17/0.37  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":10},
% 0.17/0.37  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.17/0.37  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.17/0.37  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1, "max_size":17},
% 0.17/0.37  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0},
% 0.17/0.37  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.17/0.37  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.17/0.37  {"max_dseconds":10, "sine":5, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.17/0.37  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.17/0.37  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.17/0.37  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.17/0.37  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.17/0.37  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":2},
% 0.17/0.37  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.17/0.37  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.17/0.37  {"max_dseconds":10, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.17/0.37  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.17/0.37  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.17/0.37  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.17/0.37  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.17/0.37  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.17/0.37  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.17/0.37  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.17/0.37  {"max_dseconds":10, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.17/0.37  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.17/0.37  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.17/0.37  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":10},
% 0.17/0.37  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":10},
% 0.17/0.37  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":10},
% 0.17/0.37  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.17/0.37  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.17/0.37  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.17/0.37  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.17/0.37  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.17/0.37  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.17/0.37  {"var_weight":70, "repeat_var_weight":70, "rewrite":0, "length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["hardness_pref", "max_weight"], "max_dseconds":10},
% 0.17/0.37  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.17/0.37  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.17/0.37  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.17/0.37  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.17/0.37  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":10},
% 0.17/0.37  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":10},
% 0.17/0.37  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.17/0.37  {"max_dseconds":10, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.17/0.37  {"max_dseconds":10, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.17/0.37  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.17/0.37  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight","prohibit_unordered_para"], "max_dseconds":10},
% 0.17/0.37  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.17/0.37  {"max_dseconds":10, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.17/0.37  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.17/0.37  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":10},
% 0.17/0.37  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":1, "strategy":["query_focus", "prohibit_nested_para"], "max_dseconds":10},
% 0.17/0.37  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":10},
% 0.17/0.37  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.17/0.37  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":10},
% 0.17/0.37  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.17/0.37  
% 0.17/0.37  {"max_dseconds":50, "strategy":["unit"], "query_preference":1},
% 0.17/0.37  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1},
% 0.17/0.37  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1},
% 0.17/0.37  {"max_dseconds":50, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.17/0.37  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.17/0.37  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.17/0.37  {"max_dseconds":50, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.17/0.37  {"max_dseconds":50, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.17/0.37  {"max_dseconds":50, "strategy":["unit"], "query_preference":0},
% 0.17/0.37  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0},
% 0.17/0.37  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":1},
% 0.17/0.37  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.17/0.37  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":1},
% 0.17/0.37  {"max_dseconds":50, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.17/0.37  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.17/0.37  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.17/0.37  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0},
% 0.17/0.37  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.17/0.37  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.17/0.37  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.17/0.37  {"max_dseconds":50, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.17/0.37  {"max_dseconds":50, "strategy":["query_focus", "double"], "query_preference":1},
% 0.17/0.37  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.17/0.37  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.17/0.37  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.17/0.37  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.17/0.37  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para","prohibit_unordered_para"], "query_preference":1, "reverse_clauselist":1},
% 0.17/0.37  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.17/0.37  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.17/0.37  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":50},
% 0.17/0.37  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.17/0.37  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":50},
% 0.17/0.37  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":50},
% 0.17/0.37  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.17/0.37  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.17/0.37  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":50},
% 0.17/0.37  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.17/0.37  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.17/0.37  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1, "max_size":17},
% 0.17/0.37  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0},
% 0.17/0.37  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.17/0.37  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.17/0.37  {"max_dseconds":50, "sine":5, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.17/0.37  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.17/0.37  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.17/0.37  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.17/0.37  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.17/0.37  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":2},
% 0.17/0.37  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.17/0.37  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.17/0.37  {"max_dseconds":50, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.17/0.37  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.17/0.37  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.17/0.37  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.17/0.37  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.17/0.37  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.17/0.37  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.17/0.37  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.17/0.37  {"max_dseconds":50, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.17/0.37  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.17/0.37  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.17/0.37  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":50},
% 0.17/0.37  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":50},
% 0.17/0.37  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":50},
% 0.17/0.37  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.17/0.37  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.17/0.37  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.17/0.37  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.17/0.37  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.17/0.37  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.17/0.37  {"var_weight":70, "repeat_var_weight":70, "rewrite":0, "length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["hardness_pref", "max_weight"], "max_dseconds":50},
% 0.17/0.37  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.17/0.37  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.17/0.37  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.17/0.37  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.17/0.37  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":50},
% 0.17/0.37  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":50},
% 0.17/0.37  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.17/0.37  {"max_dseconds":50, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.17/0.37  {"max_dseconds":50, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.17/0.37  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.17/0.37  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight","prohibit_unordered_para"], "max_dseconds":50},
% 0.17/0.37  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.17/0.37  {"max_dseconds":50, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.17/0.37  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.17/0.37  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":50},
% 0.17/0.37  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":1, "strategy":["query_focus", "prohibit_nested_para"], "max_dseconds":50},
% 0.17/0.37  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":50},
% 0.17/0.37  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.17/0.37  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":50},
% 0.17/0.37  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.17/0.37  
% 0.17/0.37  {"max_dseconds":250, "strategy":["unit"], "query_preference":1},
% 0.17/0.37  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1},
% 0.17/0.37  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1},
% 0.17/0.37  {"max_dseconds":250, "strategy":["unit"], "query_preference":0},
% 0.17/0.37  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0},
% 0.17/0.37  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":1},
% 0.17/0.37  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.17/0.37  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.17/0.37  {"max_dseconds":250, "strategy":["positive_pref"], "query_preference":0},
% 0.17/0.37  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.17/0.37  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.17/0.37  {"max_dseconds":250, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.17/0.37  {"max_dseconds":250, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.17/0.37  {"max_dseconds":250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.17/0.37  {"max_dseconds":250, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.17/0.37  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.17/0.37  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.17/0.37  {"max_dseconds":250, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.17/0.37  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.17/0.37  {"max_dseconds":250, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.17/0.37  
% 0.17/0.37  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1},
% 0.17/0.37  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1},
% 0.17/0.37  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1},
% 0.17/0.37  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0},
% 0.17/0.37  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0},
% 0.17/0.37  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":1},
% 0.17/0.37  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.17/0.37  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.17/0.37  {"max_dseconds":1250, "strategy":["positive_pref"], "query_preference":0},
% 0.17/0.37  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.17/0.37  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.17/0.37  {"max_dseconds":1250, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.17/0.37  {"max_dseconds":1250, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.17/0.37  {"max_dseconds":1250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.17/0.37  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.17/0.37  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.17/0.37  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.17/0.37  {"max_dseconds":1250, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.17/0.37  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "rewrite":0} 
% 0.17/0.37  
% 0.17/0.37  ]}
% 0.17/0.37  
% 0.17/0.37  
% 0.17/0.37  **** run 1 fork 0 starts with strategy
% 0.17/0.37  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.17/0.37  
% 0.17/0.37  **** run 2 fork 1 starts with strategy
% 0.17/0.37  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 0.17/0.37  
% 0.17/0.37  **** run 3 fork 2 starts with strategy
% 0.17/0.37  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1}
% 0.17/0.37  
% 0.17/0.37  **** run 4 fork 3 starts with strategy
% 0.17/0.37  {"max_dseconds":1,"sine":5,"strategy":["negative_pref"],"query_preference":1}
% 0.17/0.37  
% 0.17/0.37  **** run 6 fork 5 starts with strategy
% 0.17/0.37  
% 0.17/0.37  **** run 7 fork 6 starts with strategy
% 0.17/0.37  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 0.17/0.37  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 0.17/0.37  
% 0.17/0.37  **** run 5 fork 4 starts with strategy
% 0.17/0.37  {"max_dseconds":1,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 0.17/0.39  
% 0.17/0.39  **** run 8 fork 7 starts with strategy
% 0.17/0.39  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 0.17/0.41  
% 0.17/0.41  fork 3: search finished without proof.
% 0.17/0.43  
% 0.17/0.43  **** run 12 fork 3 starts with strategy
% 0.17/0.43  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":1}
% 0.17/0.50  
% 0.17/0.50  
% 0.17/0.50  fork 2: search terminated without proof.
% 0.17/0.50  
% 0.17/0.50  
% 0.17/0.50  fork 5: search terminated without proof.
% 0.17/0.50  
% 0.17/0.50  
% 0.17/0.50  fork 4: search terminated without proof.
% 0.17/0.50  
% 0.17/0.50  
% 0.17/0.50  fork 6: search terminated without proof.
% 0.17/0.52  
% 0.17/0.52  **** run 11 fork 2 starts with strategy
% 0.17/0.52  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0}
% 0.17/0.52  
% 0.17/0.52  **** run 13 fork 4 starts with strategy
% 0.17/0.52  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":1}
% 0.17/0.52  
% 0.17/0.52  **** run 14 fork 5 starts with strategy
% 0.17/0.52  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_deep_para"],"query_preference":1}
% 0.17/0.53  
% 0.17/0.53  **** run 15 fork 6 starts with strategy
% 0.17/0.53  {"max_dseconds":1,"strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.17/0.54  
% 0.17/0.54  
% 0.17/0.54  fork 0: search terminated without proof.
% 0.17/0.54  
% 0.17/0.54  fork 4: search finished without proof.
% 0.17/0.54  
% 0.17/0.54  
% 0.17/0.54  fork 7: search terminated without proof.
% 0.17/0.55  
% 0.17/0.55  
% 0.17/0.55  fork 3: search terminated without proof.
% 0.17/0.56  
% 0.17/0.56  **** run 21 fork 4 starts with strategy
% 0.17/0.56  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1,"length_penalty":100}
% 0.17/0.56  
% 0.17/0.56  **** run 9 fork 0 starts with strategy
% 0.17/0.56  {"max_dseconds":1,"strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.17/0.56  
% 0.17/0.56  **** run 16 fork 7 starts with strategy
% 0.17/0.56  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 0.17/0.57  
% 0.17/0.57  **** run 20 fork 3 starts with strategy
% 0.17/0.57  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 1.09/0.64  
% 1.09/0.64  
% 1.09/0.64  fork 2: search terminated without proof.
% 1.09/0.64  
% 1.09/0.64  
% 1.09/0.64  fork 5: search terminated without proof.
% 1.98/0.65  
% 1.98/0.65  
% 1.98/0.65  fork 6: search terminated without proof.
% 1.98/0.65  
% 1.98/0.65  **** run 19 fork 2 starts with strategy
% 1.98/0.65  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 1.98/0.66  
% 1.98/0.66  **** run 22 fork 5 starts with strategy
% 1.98/0.66  {"max_dseconds":1,"strategy":["negative_pref","prohibit_nested_para"],"query_preference":0}
% 1.98/0.67  
% 1.98/0.67  **** run 23 fork 6 starts with strategy
% 1.98/0.67  {"max_dseconds":1,"strategy":["query_focus","double"],"query_preference":1}
% 1.98/0.68  
% 1.98/0.68  
% 1.98/0.68  fork 4: search terminated without proof.
% 1.98/0.68  
% 1.98/0.68  
% 1.98/0.68  fork 0: search terminated without proof.
% 1.98/0.68  
% 1.98/0.68  
% 1.98/0.68  fork 7: search terminated without proof.
% 1.98/0.70  
% 1.98/0.70  **** run 29 fork 4 starts with strategy
% 1.98/0.70  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 1.98/0.70  
% 1.98/0.70  **** run 17 fork 0 starts with strategy
% 1.98/0.70  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 1.98/0.70  
% 1.98/0.70  **** run 24 fork 7 starts with strategy
% 1.98/0.70  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 1.98/0.70  
% 1.98/0.70  
% 1.98/0.70  fork 3: search terminated without proof.
% 1.98/0.72  
% 1.98/0.72  **** run 28 fork 3 starts with strategy
% 1.98/0.72  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para","prohibit_unordered_para"],"query_preference":1,"reverse_clauselist":1}
% 2.66/0.79  
% 2.66/0.79  
% 2.66/0.79  fork 2: search terminated without proof.
% 2.66/0.79  
% 2.66/0.79  
% 2.66/0.79  fork 5: search terminated without proof.
% 2.91/0.80  
% 2.91/0.80  **** run 27 fork 2 starts with strategy
% 2.91/0.80  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 2.91/0.81  
% 2.91/0.81  **** run 30 fork 5 starts with strategy
% 2.91/0.81  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 2.91/0.82  
% 2.91/0.82  
% 2.91/0.82  result: proof found
% 2.91/0.82  for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 2.91/0.82  by run 23 fork 6 strategy {"max_dseconds":1,"strategy":["query_focus","double"],"query_preference":1}
% 2.91/0.82  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 2.91/0.82  
% 2.91/0.82  % SZS output start CNFRefutation for /export/starexec/sandbox/benchmark/theBenchmark.p 
% See solution above
% 2.91/0.82  
% 2.91/0.82  run 23 fork 6 statistics:
% 2.91/0.82  ----------------------------------
% 2.91/0.82  this run seconds: 0.014465
% 2.91/0.82  total seconds: 0.345353
% 2.91/0.82  stat_given_used: 350
% 2.91/0.82  stat_given_used_at_endgame: 0
% 2.91/0.82  stat_given_candidates:   515
% 2.91/0.82  stat_given_candidates_at_endgame: 0
% 2.91/0.82  stat_given_candidates_h: 0
% 2.91/0.82  stat_binres_derived_cl:   0
% 2.91/0.82  stat_binres_derived_cl_h: 0
% 2.91/0.82  stat_factor_derived_cl: 0
% 2.91/0.82  stat_para_derived_cl: 2451
% 2.91/0.82  stat_tautologies_discarded: 0
% 2.91/0.82  stat_forward_subsumed: 1477
% 2.91/0.82  stat_derived_cut: 290
% 2.91/0.82  stat_derived_rewritten: 0
% 2.91/0.82  stat_weight_discarded_building: 0
% 2.91/0.82  stat_weight_discarded_cl: 0
% 2.91/0.82  stat_internlimit_discarded_cl: 0
% 2.91/0.82  stat_simplified:  0 simplified 0 derived 0 given
% 2.91/0.82  stat_kept_cl: 973
% 2.91/0.82  stat_built_cl: 1693
% 2.91/0.82  stat_hyperres_partial_cl: 0
% 2.91/0.82  stat_made_rewriters: 0
% 2.91/0.82  stat_backward_subsumed: 0
% 2.91/0.82  stat_propagated_subsumed: 0
% 2.91/0.82  stat_clsubs_attempted:                        54
% 2.91/0.82  stat_clsubs_fact_groundunit_found:             0
% 2.91/0.82  stat_clsubs_rule_groundunit_found:            25
% 2.91/0.82  stat_clsubs_top_meta_attempted:               9038
% 2.91/0.82  stat_clsubs_top_meta_failed:                  8984
% 2.91/0.82  stat_clsubs_top_meta_nonpref_attempted:                9038
% 2.91/0.82  stat_clsubs_top_meta_nonpref_succeeded:                3245
% 2.91/0.82  stat_clsubs_top_meta_pref_attempted:                   3245
% 2.91/0.82  stat_clsubs_top_meta_pref1_succeeded:                   406
% 2.91/0.82  stat_clsubs_top_meta_pref2_succeeded:                   179
% 2.91/0.82  stat_clsubs_top_meta_pref3_succeeded:                    54
% 2.91/0.82  stat_clsubs_top_meta_pref_succeeded:                     54
% 2.91/0.82  stat_clsubs_meta_attempted:                  109
% 2.91/0.82  stat_clsubs_meta_failed:                      72
% 2.91/0.82  stat_clsubs_predsymbs_attempted:               0
% 2.91/0.82  stat_clsubs_unit_attempted:                    0
% 2.91/0.82  stat_clsubs_full_attempted:                   54
% 2.91/0.82  stat_forwardsubs_attempted:                 2451
% 2.91/0.82  stat_lit_hash_added:                   1294
% 2.91/0.82  stat_lit_hash_computed:                6519
% 2.91/0.82  stat_lit_hash_match_found:             1640
% 2.91/0.82  stat_lit_hash_match_miss:              6330
% 2.91/0.82  stat_lit_hash_cut_ok:                     1
% 2.91/0.82  stat_lit_strong_cut_ok:                 317
% 2.91/0.82  stat_lit_hash_subsume_ok:              1477
% 2.91/0.82  clqueue els 10000000 used 1
% 2.91/0.82  clactive els 10000000 used 361
% 2.91/0.82  clactivesubsume els 10000000 used 277
% 2.91/0.82  queue_termbuf els 200000000 used 99556
% 2.91/0.82  hyper_termbuf els 100000000 used 1
% 2.91/0.82  active_termbuf els 100000000 used 24219
% 2.91/0.82  varstack els 5000 last used 1
% 2.91/0.82  given_termbuf els 10000000 last used 1
% 2.91/0.82  simplified_termbuf els 10000000 last used 1
% 2.91/0.82  derived_termbuf els 10000000 last used 119
% 2.91/0.82  wr_mallocs: 8023
% 2.91/0.82  wr_callocs: 21
% 2.91/0.82  wr_reallocs: 329
% 2.91/0.82  wr_frees: 2
% 2.91/0.82  wr_malloc_bytes: 4162842516
% 2.91/0.82  wr_calloc_bytes: 112065536
% 2.91/0.82  wr_realloc_bytes: 76216
% 2.91/0.82  wr_realloc_freebytes: 0
% 2.91/0.82  ----------------------------------
%------------------------------------------------------------------------------