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

View Problem - Process Solution

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

% Computer : n023.cluster.edu
% Model    : x86_64 x86_64
% CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 2.10GHz
% Memory   : 8042.1875MB
% OS       : Linux 3.10.0-693.el7.x86_64
% CPULimit : 300s
% WCLimit  : 300s
% DateTime : Thu Aug 31 13:39:56 EDT 2023

% Result   : Unsatisfiable 3.40s 0.89s
% Output   : CNFRefutation 3.40s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named '$inc_composition_identity_6')

% Comments : 
%------------------------------------------------------------------------------
cnf('1',plain,
    composition(X,one) = X,
    inference(cnf_transformation,[],['$inc_composition_identity_6']) ).

cnf('2',plain,
    converse(converse(X)) = X,
    inference(cnf_transformation,[],['$inc_converse_idempotence_8']) ).

cnf('3',plain,
    converse(composition(X,Y)) = composition(converse(Y),converse(X)),
    inference(cnf_transformation,[],['$inc_converse_multiplicativity_10']) ).

cnf('4',plain,
    converse(composition(converse(X),Y)) = composition(converse(Y),X),
    inference(paramodulation,[],['2','3']) ).

cnf('5',plain,
    converse(converse(X3)) = composition(converse(one),X3),
    inference(paramodulation,[],['1','4']) ).

cnf('6',plain,
    X = composition(converse(one),X),
    inference(simplify,[],['5','2']) ).

cnf('7',plain,
    join(composition(converse(X),complement(composition(X,Y))),complement(Y)) = complement(Y),
    inference(cnf_transformation,[],['$inc_converse_cancellativity_11']) ).

cnf('8',plain,
    join(complement(composition(one,X3)),complement(X3)) = complement(X3),
    inference(paramodulation,[],['6','7']) ).

cnf('9',plain,
    one = converse(one),
    inference(paramodulation,[],['6','1']) ).

cnf('10',plain,
    X = composition(one,X),
    inference(paramodulation,[],['9','6']) ).

cnf('11',plain,
    join(complement(X),complement(X)) = complement(X),
    inference(simplify,[],['8','10']) ).

cnf('12',plain,
    top = join(X,complement(X)),
    inference(cnf_transformation,[],['$inc_def_top_12']) ).

cnf('13',plain,
    join(X,join(Y,Z)) = join(join(X,Y),Z),
    inference(cnf_transformation,[],['$inc_maddux2_join_associativity_2']) ).

cnf('14',plain,
    join(X,join(complement(X),Y)) = join(top,Y),
    inference(paramodulation,[],['12','13']) ).

cnf('15',plain,
    join(X,Y) = join(Y,X),
    inference(cnf_transformation,[],['$inc_maddux1_join_commutativity_1']) ).

cnf('16',plain,
    join(join(complement(X),Y),X) = join(top,Y),
    inference(paramodulation,[],['14','15']) ).

cnf('17',plain,
    join(complement(X3),X3) = join(top,complement(X3)),
    inference(paramodulation,[],['11','16']) ).

cnf('18',plain,
    top = join(complement(X),X),
    inference(paramodulation,[],['12','15']) ).

cnf('19',plain,
    top = join(top,complement(X)),
    inference(simplify,[],['17','18']) ).

cnf('20',plain,
    join(X,join(Y,complement(join(X,Y)))) = top,
    inference(paramodulation,[],['12','13']) ).

cnf('21',plain,
    join(X,top) = top,
    inference(paramodulation,[],['19','20']) ).

cnf('22',plain,
    composition(join(X,Y),Z) = join(composition(X,Z),composition(Y,Z)),
    inference(cnf_transformation,[],['$inc_composition_distributivity_7']) ).

cnf('23',plain,
    composition(join(X,one),Y) = join(composition(X,Y),Y),
    inference(paramodulation,[],['10','22']) ).

cnf('24',plain,
    composition(join(X,one),top) = top,
    inference(paramodulation,[],['21','23']) ).

cnf('25',plain,
    join(join(X,complement(join(Y,X))),Y) = top,
    inference(paramodulation,[],['20','15']) ).

cnf('26',plain,
    join(top,X) = top,
    inference(paramodulation,[],['19','25']) ).

cnf('27',plain,
    converse(join(X,Y)) = join(converse(X),converse(Y)),
    inference(cnf_transformation,[],['$inc_converse_additivity_9']) ).

cnf('28',plain,
    converse(join(converse(X),Y)) = join(X,converse(Y)),
    inference(paramodulation,[],['2','27']) ).

cnf('29',plain,
    converse(top) = join(X,converse(complement(converse(X)))),
    inference(paramodulation,[],['12','28']) ).

cnf('30',plain,
    converse(top) = top,
    inference(paramodulation,[],['26','29']) ).

cnf('31',plain,
    meet(X,Y) = complement(join(complement(X),complement(Y))),
    inference(cnf_transformation,[],['$inc_maddux4_definiton_of_meet_4']) ).

cnf('32',plain,
    meet(X3,complement(X3)) = complement(top),
    inference(paramodulation,[],['12','31']) ).

cnf('33',plain,
    zero = meet(X,complement(X)),
    inference(cnf_transformation,[],['$inc_def_zero_13']) ).

cnf('34',plain,
    zero = complement(top),
    inference(simplify,[],['32','33']) ).

cnf('35',plain,
    join(composition(converse(X3),complement(composition(X3,top))),zero) = complement(top),
    inference(paramodulation,[],['34','7']) ).

cnf('36',plain,
    X0 = join(complement(join(complement(X0),complement(X1))),complement(join(complement(X0),X1))),
    inference(cnf_transformation,[],['$inc_maddux3_a_kind_of_de_Morgan_3']) ).

cnf('37',plain,
    X = join(meet(X,Y),complement(join(complement(X),Y))),
    inference(simplify,[],['36','31']) ).

cnf('38',plain,
    X = join(meet(X,complement(Y)),meet(X,Y)),
    inference(paramodulation,[],['31','37']) ).

cnf('39',plain,
    X = join(zero,meet(X,X)),
    inference(paramodulation,[],['33','38']) ).

cnf('40',plain,
    join(zero,complement(top)) = complement(top),
    inference(paramodulation,[],['34','11']) ).

cnf('41',plain,
    join(zero,zero) = zero,
    inference(simplify,[then_simplify],['40','34','34']) ).

cnf('42',plain,
    join(zero,join(zero,X)) = join(zero,X),
    inference(paramodulation,[],['41','13']) ).

cnf('43',plain,
    join(zero,X3) = join(zero,meet(X3,X3)),
    inference(paramodulation,[],['39','42']) ).

cnf('44',plain,
    meet(X,X) = complement(complement(X)),
    inference(paramodulation,[],['11','31']) ).

cnf('45',plain,
    X = join(zero,complement(complement(X))),
    inference(paramodulation,[],['44','39']) ).

cnf('46',plain,
    join(zero,X) = X,
    inference(simplify,[then_simplify],['43','44','45']) ).

cnf('47',plain,
    join(X,zero) = X,
    inference(paramodulation,[],['46','15']) ).

cnf('48',plain,
    composition(converse(X),complement(composition(X,top))) = zero,
    inference(simplify,[then_simplify],['35','47','34']) ).

cnf('49',plain,
    composition(top,complement(composition(top,top))) = zero,
    inference(paramodulation,[],['30','48']) ).

cnf('50',plain,
    composition(join(one,X),Y) = join(Y,composition(X,Y)),
    inference(paramodulation,[],['10','22']) ).

cnf('51',plain,
    composition(join(one,X),top) = top,
    inference(paramodulation,[],['26','50']) ).

cnf('52',plain,
    composition(top,top) = top,
    inference(paramodulation,[],['21','51']) ).

cnf('53',plain,
    composition(top,zero) = zero,
    inference(simplify,[then_simplify],['49','52','34']) ).

cnf('54',plain,
    composition(X,composition(Y,Z)) = composition(composition(X,Y),Z),
    inference(cnf_transformation,[],['$inc_composition_associativity_5']) ).

cnf('55',plain,
    composition(X,zero) = composition(composition(X,top),zero),
    inference(paramodulation,[],['53','54']) ).

cnf('56',plain,
    composition(join(X3,one),zero) = composition(top,zero),
    inference(paramodulation,[],['24','55']) ).

cnf('57',plain,
    composition(join(X,one),zero) = composition(X,zero),
    inference(paramodulation,[],['47','23']) ).

cnf('58',plain,
    composition(X,zero) = zero,
    inference(simplify,[then_simplify],['56','57','53']) ).

cnf('59',plain,
    converse(top) = converse(complement(converse(zero))),
    inference(paramodulation,[],['46','29']) ).

cnf('60',plain,
    top = converse(complement(converse(zero))),
    inference(simplify,[],['59','30']) ).

cnf('61',plain,
    converse(top) = complement(converse(zero)),
    inference(paramodulation,[],['60','2']) ).

cnf('62',plain,
    top = complement(converse(zero)),
    inference(simplify,[],['61','30']) ).

cnf('63',plain,
    X = complement(complement(X)),
    inference(paramodulation,[],['46','45']) ).

cnf('64',plain,
    converse(zero) = complement(top),
    inference(paramodulation,[],['62','63']) ).

cnf('65',plain,
    converse(zero) = zero,
    inference(simplify,[],['64','34']) ).

cnf('66',plain,
    converse(composition(zero,X)) = composition(converse(X),zero),
    inference(paramodulation,[],['65','3']) ).

cnf('67',plain,
    converse(composition(zero,X)) = zero,
    inference(paramodulation,[],['58','66']) ).

cnf('68',plain,
    converse(zero) = composition(zero,X3),
    inference(paramodulation,[],['67','2']) ).

cnf('69',plain,
    zero = composition(zero,X),
    inference(simplify,[],['68','65']) ).

cnf('70',plain,
    ( composition(sk1,zero) != zero
    | composition(zero,sk1) != zero ),
    inference(cnf_transformation,[],[goals_14]) ).

cnf('71',plain,
    composition(zero,sk1) != zero,
    inference(resolution,[],['58','70']) ).

cnf('72',plain,
    $false,
    inference(paramodulation,[],['69','71']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.08/0.12  % Problem  : REL013-1 : TPTP v8.1.2. Released v4.0.0.
% 0.08/0.13  % Command  : gkc %s
% 0.14/0.34  % Computer : n023.cluster.edu
% 0.14/0.34  % Model    : x86_64 x86_64
% 0.14/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.34  % Memory   : 8042.1875MB
% 0.14/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.34  % CPULimit : 300
% 0.14/0.34  % WCLimit  : 300
% 0.14/0.34  % DateTime : Fri Aug 25 23:24:11 EDT 2023
% 0.14/0.34  % CPUTime  : 
% 0.14/0.40  
% 0.14/0.40  input clause set summed statistics:
% 0.14/0.40  ----------------------------------
% 0.14/0.40  in_clause_count:                    14
% 0.14/0.40  in_rule_clause_count:               14
% 0.14/0.40  in_fact_clause_count:                0
% 0.14/0.40  in_answer_clause_count:              0
% 0.14/0.40  in_ground_clause_count:              1
% 0.14/0.40  in_unit_clause_count:               13
% 0.14/0.40  in_horn_clause_count:               14
% 0.14/0.40  in_pos_clause_count:                13
% 0.14/0.40  in_neg_clause_count:                 1
% 0.14/0.40  in_poseq_clause_count:              13
% 0.14/0.40  in_negeq_clause_count:               1
% 0.14/0.40  in_unitposeq_clause_count:          13
% 0.14/0.40  in_chain_clause_count:               0
% 0.14/0.40  in_min_length:             1
% 0.14/0.40  in_max_length:             2
% 0.14/0.40  in_min_depth:              2
% 0.14/0.40  in_max_depth:              5
% 0.14/0.40  in_min_size:               5
% 0.14/0.40  in_max_size:              14
% 0.14/0.40  in_min_vars:               0
% 0.14/0.40  in_max_vars:               3
% 0.14/0.40  in_extaxiom_count:                13
% 0.14/0.40  in_axiom_count:                    0
% 0.14/0.40  in_assumption_count:               0
% 0.14/0.40  in_goal_count:                     1
% 0.14/0.40  in_neg_goal_count:                 1
% 0.14/0.40  in_pos_goal_count:                 0
% 0.14/0.40  in_posunit_goal_count:             0
% 0.14/0.40  
% 0.14/0.40  auto guide:
% 0.14/0.40  -----------
% 0.14/0.40  {
% 0.14/0.40  "print":1,
% 0.14/0.40  "print_level": 15,
% 0.14/0.40  "max_size": 0,
% 0.14/0.40  "max_depth": 0,
% 0.14/0.40  "max_length": 0,
% 0.14/0.40  "max_dseconds": 0,
% 0.14/0.40  "runs":[
% 0.14/0.40  {"max_dseconds":1, "strategy":["unit"], "query_preference":1},
% 0.14/0.40  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1},
% 0.14/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1},
% 0.14/0.40  {"max_dseconds":1, "sine":5, "strategy":["negative_pref"], "query_preference":1},
% 0.14/0.40  {"max_dseconds":1, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.14/0.40  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.14/0.40  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.14/0.40  {"max_dseconds":1, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.14/0.40  {"max_dseconds":1, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.14/0.40  {"max_dseconds":1, "strategy":["unit"], "query_preference":0},
% 0.14/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0},
% 0.14/0.40  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":1},
% 0.14/0.40  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.14/0.40  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":1},
% 0.14/0.40  {"max_dseconds":1, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.14/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.14/0.40  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.14/0.40  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0},
% 0.14/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.14/0.40  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.14/0.40  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.14/0.40  {"max_dseconds":1, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.14/0.40  {"max_dseconds":1, "strategy":["query_focus", "double"], "query_preference":1},
% 0.14/0.40  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.14/0.40  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.14/0.40  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.14/0.40  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.14/0.40  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para","prohibit_unordered_para"], "query_preference":1, "reverse_clauselist":1},
% 0.14/0.40  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.14/0.40  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.14/0.40  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":1},
% 0.14/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.14/0.40  {"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.14/0.40  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":1},
% 0.14/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.14/0.40  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.14/0.40  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":1},
% 0.14/0.40  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.14/0.40  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.14/0.40  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1, "max_size":17},
% 0.14/0.40  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0},
% 0.14/0.40  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.14/0.40  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.14/0.40  {"max_dseconds":1, "sine":5, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.14/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.14/0.40  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.14/0.40  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.14/0.40  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.14/0.40  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.14/0.40  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.14/0.40  {"max_dseconds":1, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.14/0.40  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.14/0.40  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.14/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.14/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.14/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.14/0.40  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.14/0.40  {"max_dseconds":1, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.14/0.40  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.14/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.14/0.40  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":1},
% 0.14/0.40  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.14/0.40  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.14/0.40  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.14/0.40  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.14/0.40  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.14/0.40  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.14/0.40  {"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.14/0.40  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.14/0.40  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.14/0.40  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.14/0.40  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.14/0.40  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":1},
% 0.14/0.40  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":1},
% 0.14/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.14/0.40  {"max_dseconds":1, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.14/0.40  {"max_dseconds":1, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.14/0.40  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.14/0.40  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight","prohibit_unordered_para"], "max_dseconds":1},
% 0.14/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.14/0.40  {"max_dseconds":1, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.14/0.40  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.14/0.40  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":1},
% 0.14/0.40  {"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.14/0.40  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":1},
% 0.14/0.40  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.14/0.40  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":1},
% 0.14/0.40  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.14/0.40  
% 0.14/0.40  {"max_dseconds":10, "strategy":["unit"], "query_preference":1},
% 0.14/0.40  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1},
% 0.14/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1},
% 0.14/0.40  {"max_dseconds":10, "sine":5, "strategy":["negative_pref"], "query_preference":1},
% 0.14/0.40  {"max_dseconds":10, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.14/0.40  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.14/0.40  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.14/0.40  {"max_dseconds":10, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.14/0.40  {"max_dseconds":10, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.14/0.40  {"max_dseconds":10, "strategy":["unit"], "query_preference":0},
% 0.14/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0},
% 0.14/0.40  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":1},
% 0.14/0.40  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.14/0.40  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":1},
% 0.14/0.40  {"max_dseconds":10, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.14/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.14/0.40  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.14/0.40  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0},
% 0.14/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.14/0.40  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.14/0.40  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.14/0.40  {"max_dseconds":10, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.14/0.40  {"max_dseconds":10, "strategy":["query_focus", "double"], "query_preference":1},
% 0.14/0.40  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.14/0.40  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.14/0.40  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.14/0.40  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.14/0.40  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para","prohibit_unordered_para"], "query_preference":1, "reverse_clauselist":1},
% 0.14/0.40  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.14/0.40  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.14/0.40  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":10},
% 0.14/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.14/0.40  {"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.14/0.40  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":10},
% 0.14/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.14/0.40  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.14/0.40  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":10},
% 0.14/0.40  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.14/0.40  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.14/0.40  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1, "max_size":17},
% 0.14/0.40  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0},
% 0.14/0.40  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.14/0.40  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.14/0.40  {"max_dseconds":10, "sine":5, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.14/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.14/0.40  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.14/0.40  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.14/0.40  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.14/0.40  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.14/0.40  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.14/0.40  {"max_dseconds":10, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.14/0.40  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.14/0.40  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.14/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.14/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.14/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.14/0.40  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.14/0.40  {"max_dseconds":10, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.14/0.40  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.14/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.14/0.40  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":10},
% 0.14/0.40  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.14/0.40  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.14/0.40  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.14/0.40  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.14/0.40  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.14/0.40  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.14/0.40  {"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.14/0.40  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.14/0.40  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.14/0.40  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.14/0.40  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.14/0.40  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":10},
% 0.14/0.40  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":10},
% 0.14/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.14/0.40  {"max_dseconds":10, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.14/0.40  {"max_dseconds":10, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.14/0.40  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.14/0.40  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight","prohibit_unordered_para"], "max_dseconds":10},
% 0.14/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.14/0.40  {"max_dseconds":10, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.14/0.40  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.14/0.40  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":10},
% 0.14/0.40  {"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.14/0.40  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":10},
% 0.14/0.40  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.14/0.40  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":10},
% 0.14/0.40  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.14/0.40  
% 0.14/0.40  {"max_dseconds":50, "strategy":["unit"], "query_preference":1},
% 0.14/0.40  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1},
% 0.14/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1},
% 0.14/0.40  {"max_dseconds":50, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.14/0.40  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.14/0.40  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.14/0.40  {"max_dseconds":50, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.14/0.40  {"max_dseconds":50, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.14/0.40  {"max_dseconds":50, "strategy":["unit"], "query_preference":0},
% 0.14/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0},
% 0.14/0.40  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":1},
% 0.14/0.40  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.14/0.40  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":1},
% 0.14/0.40  {"max_dseconds":50, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.14/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.14/0.40  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.14/0.40  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0},
% 0.14/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.14/0.40  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.14/0.40  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.14/0.40  {"max_dseconds":50, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.14/0.40  {"max_dseconds":50, "strategy":["query_focus", "double"], "query_preference":1},
% 0.14/0.40  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.14/0.40  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.14/0.40  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.14/0.40  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.14/0.40  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para","prohibit_unordered_para"], "query_preference":1, "reverse_clauselist":1},
% 0.14/0.40  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.14/0.40  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.14/0.40  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":50},
% 0.14/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.14/0.40  {"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.14/0.40  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":50},
% 0.14/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.14/0.40  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.14/0.40  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":50},
% 0.14/0.40  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.14/0.40  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.14/0.40  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1, "max_size":17},
% 0.14/0.40  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0},
% 0.14/0.40  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.14/0.40  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.14/0.40  {"max_dseconds":50, "sine":5, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.14/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.14/0.40  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.14/0.40  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.14/0.40  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.14/0.40  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.14/0.40  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.14/0.40  {"max_dseconds":50, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.14/0.40  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.14/0.40  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.14/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.14/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.14/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.14/0.40  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.14/0.40  {"max_dseconds":50, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.14/0.40  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.14/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.14/0.40  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":50},
% 0.14/0.40  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.14/0.40  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.14/0.40  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.14/0.40  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.14/0.40  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.14/0.40  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.14/0.40  {"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.14/0.40  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.14/0.40  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.14/0.40  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.14/0.40  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.14/0.40  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":50},
% 0.14/0.40  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":50},
% 0.14/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.14/0.40  {"max_dseconds":50, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.14/0.40  {"max_dseconds":50, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.14/0.40  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.14/0.40  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight","prohibit_unordered_para"], "max_dseconds":50},
% 0.14/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.14/0.40  {"max_dseconds":50, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.14/0.40  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.14/0.40  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":50},
% 0.14/0.40  {"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.14/0.40  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":50},
% 0.14/0.40  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.14/0.40  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":50},
% 0.14/0.40  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.14/0.40  
% 0.14/0.40  {"max_dseconds":250, "strategy":["unit"], "query_preference":1},
% 0.14/0.40  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1},
% 0.14/0.40  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1},
% 0.14/0.40  {"max_dseconds":250, "strategy":["unit"], "query_preference":0},
% 0.14/0.40  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0},
% 0.14/0.40  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":1},
% 0.14/0.40  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.14/0.40  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.14/0.40  {"max_dseconds":250, "strategy":["positive_pref"], "query_preference":0},
% 0.14/0.40  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.14/0.40  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.14/0.40  {"max_dseconds":250, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.14/0.40  {"max_dseconds":250, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.14/0.40  {"max_dseconds":250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.14/0.40  {"max_dseconds":250, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.14/0.40  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.14/0.40  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.14/0.40  {"max_dseconds":250, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.14/0.40  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.14/0.40  {"max_dseconds":250, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.14/0.40  
% 0.14/0.40  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1},
% 0.14/0.40  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1},
% 0.14/0.40  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1},
% 0.14/0.40  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0},
% 0.14/0.40  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0},
% 0.14/0.40  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":1},
% 0.14/0.40  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.14/0.40  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.14/0.40  {"max_dseconds":1250, "strategy":["positive_pref"], "query_preference":0},
% 0.14/0.40  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.14/0.40  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.14/0.40  {"max_dseconds":1250, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.14/0.40  {"max_dseconds":1250, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.14/0.40  {"max_dseconds":1250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.14/0.40  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.14/0.40  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.14/0.40  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.14/0.40  {"max_dseconds":1250, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.14/0.40  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "rewrite":0} 
% 0.14/0.40  
% 0.14/0.40  ]}
% 0.14/0.40  
% 0.14/0.40  
% 0.14/0.40  **** run 1 fork 0 starts with strategy
% 0.14/0.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.14/0.40  
% 0.14/0.40  **** run 2 fork 1 starts with strategy
% 0.14/0.40  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 0.14/0.40  
% 0.14/0.40  **** run 3 fork 2 starts with strategy
% 0.14/0.40  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1}
% 0.14/0.40  
% 0.14/0.40  **** run 4 fork 3 starts with strategy
% 0.14/0.40  {"max_dseconds":1,"sine":5,"strategy":["negative_pref"],"query_preference":1}
% 0.14/0.40  
% 0.14/0.40  **** run 5 fork 4 starts with strategy
% 0.14/0.40  {"max_dseconds":1,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 0.14/0.40  
% 0.14/0.40  **** run 6 fork 5 starts with strategy
% 0.14/0.40  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 0.14/0.41  
% 0.14/0.41  **** run 7 fork 6 starts with strategy
% 0.14/0.41  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 0.14/0.41  
% 0.14/0.41  **** run 8 fork 7 starts with strategy
% 0.14/0.41  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 0.20/0.45  
% 0.20/0.45  fork 7: search finished without proof.
% 0.20/0.48  
% 0.20/0.48  **** run 16 fork 7 starts with strategy
% 0.20/0.48  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 0.20/0.53  
% 0.20/0.53  
% 0.20/0.53  fork 4: search terminated without proof.
% 0.20/0.53  
% 0.20/0.53  
% 0.20/0.53  fork 0: search terminated without proof.
% 0.20/0.53  
% 0.20/0.53  
% 0.20/0.53  fork 5: search terminated without proof.
% 0.20/0.53  
% 0.20/0.53  
% 0.20/0.53  fork 2: search terminated without proof.
% 0.20/0.53  
% 0.20/0.53  
% 0.20/0.53  fork 6: search terminated without proof.
% 0.20/0.54  
% 0.20/0.54  
% 0.20/0.54  fork 1: search terminated without proof.
% 0.20/0.54  
% 0.20/0.54  
% 0.20/0.54  fork 3: search terminated without proof.
% 0.20/0.56  
% 0.20/0.56  **** run 9 fork 0 starts with strategy
% 0.20/0.56  
% 0.20/0.56  **** run 14 fork 5 starts with strategy
% 0.20/0.56  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_deep_para"],"query_preference":1}
% 0.20/0.56  
% 0.20/0.56  **** run 15 fork 6 starts with strategy
% 0.20/0.56  {"max_dseconds":1,"strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.20/0.56  
% 0.20/0.56  **** run 10 fork 1 starts with strategy
% 0.20/0.56  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.20/0.56  {"max_dseconds":1,"strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.20/0.56  
% 0.20/0.56  **** run 13 fork 4 starts with strategy
% 0.20/0.56  
% 0.20/0.56  **** run 11 fork 2 starts with strategy
% 0.20/0.56  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0}
% 0.20/0.56  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":1}
% 0.20/0.56  
% 0.20/0.56  **** run 12 fork 3 starts with strategy
% 0.20/0.56  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":1}
% 1.53/0.59  
% 1.53/0.59  fork 0: search finished without proof.
% 1.53/0.59  
% 1.53/0.59  
% 1.53/0.59  fork 7: search terminated without proof.
% 1.69/0.61  
% 1.69/0.61  **** run 17 fork 0 starts with strategy
% 1.69/0.61  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 1.69/0.61  
% 1.69/0.61  **** run 24 fork 7 starts with strategy
% 1.69/0.61  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 1.90/0.68  
% 1.90/0.68  
% 1.90/0.68  fork 6: search terminated without proof.
% 1.90/0.68  
% 1.90/0.68  
% 1.90/0.68  fork 2: search terminated without proof.
% 1.90/0.68  
% 1.90/0.68  
% 1.90/0.68  fork 1: search terminated without proof.
% 1.90/0.69  
% 1.90/0.69  
% 1.90/0.69  fork 3: search terminated without proof.
% 1.90/0.70  
% 1.90/0.70  **** run 23 fork 6 starts with strategy
% 1.90/0.70  {"max_dseconds":1,"strategy":["query_focus","double"],"query_preference":1}
% 1.90/0.70  
% 1.90/0.70  **** run 19 fork 2 starts with strategy
% 1.90/0.70  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 1.90/0.70  
% 1.90/0.70  **** run 18 fork 1 starts with strategy
% 1.90/0.70  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0}
% 1.90/0.71  
% 1.90/0.71  **** run 20 fork 3 starts with strategy
% 1.90/0.71  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 2.49/0.73  
% 2.49/0.73  
% 2.49/0.73  fork 0: search terminated without proof.
% 2.49/0.74  
% 2.49/0.74  
% 2.49/0.74  fork 7: search terminated without proof.
% 2.49/0.75  
% 2.49/0.75  **** run 25 fork 0 starts with strategy
% 2.49/0.75  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"depth_penalty":100}
% 2.49/0.76  
% 2.49/0.76  **** run 32 fork 7 starts with strategy
% 2.49/0.76  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":2}
% 2.49/0.79  
% 2.49/0.79  fork 7: search finished without proof.
% 2.92/0.81  
% 2.92/0.81  **** run 40 fork 7 starts with strategy
% 2.92/0.81  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1,"max_size":17}
% 2.92/0.83  
% 2.92/0.83  
% 2.92/0.83  fork 1: search terminated without proof.
% 2.92/0.83  
% 2.92/0.83  
% 2.92/0.83  fork 2: search terminated without proof.
% 2.92/0.84  
% 2.92/0.84  
% 2.92/0.84  fork 6: search terminated without proof.
% 2.92/0.84  
% 2.92/0.84  
% 2.92/0.84  fork 3: search terminated without proof.
% 2.92/0.85  
% 2.92/0.85  **** run 27 fork 2 starts with strategy
% 2.92/0.85  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 2.92/0.85  
% 2.92/0.85  **** run 26 fork 1 starts with strategy
% 2.92/0.85  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 2.92/0.85  
% 2.92/0.85  **** run 31 fork 6 starts with strategy
% 2.92/0.85  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":0,"strategy":["query_focus","posunitpara"],"max_dseconds":1}
% 2.92/0.86  
% 2.92/0.86  **** run 28 fork 3 starts with strategy
% 2.92/0.86  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para","prohibit_unordered_para"],"query_preference":1,"reverse_clauselist":1}
% 2.92/0.87  
% 2.92/0.87  fork 7: search finished without proof.
% 3.40/0.88  
% 3.40/0.88  
% 3.40/0.88  fork 0: search terminated without proof.
% 3.40/0.88  
% 3.40/0.88  **** run 48 fork 7 starts with strategy
% 3.40/0.88  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":0}
% 3.40/0.89  
% 3.40/0.89  
% 3.40/0.89  result: proof found
% 3.40/0.89  for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 3.40/0.89  by run 13 fork 4 strategy {"max_dseconds":1,"strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":1}
% 3.40/0.89  % SZS status Unsatisfiable for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 3.40/0.89  
% 3.40/0.89  % SZS output start CNFRefutation for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% See solution above
% 3.40/0.89  
% 3.40/0.89  run 13 fork 4 statistics:
% 3.40/0.89  ----------------------------------
% 3.40/0.89  this run seconds: 0.043420
% 3.40/0.89  total seconds: 0.216572
% 3.40/0.89  stat_given_used: 175
% 3.40/0.89  stat_given_used_at_endgame: 0
% 3.40/0.89  stat_given_candidates:   1059
% 3.40/0.89  stat_given_candidates_at_endgame: 0
% 3.40/0.89  stat_given_candidates_h: 0
% 3.40/0.89  stat_binres_derived_cl:   1
% 3.40/0.89  stat_binres_derived_cl_h: 0
% 3.40/0.89  stat_factor_derived_cl: 0
% 3.40/0.89  stat_para_derived_cl: 6408
% 3.40/0.89  stat_tautologies_discarded: 0
% 3.40/0.89  stat_forward_subsumed: 744
% 3.40/0.89  stat_derived_cut: 0
% 3.40/0.89  stat_derived_rewritten: 51
% 3.40/0.89  stat_weight_discarded_building: 0
% 3.40/0.89  stat_weight_discarded_cl: 0
% 3.40/0.89  stat_internlimit_discarded_cl: 0
% 3.40/0.89  stat_simplified:  51 simplified 0 derived 0 given
% 3.40/0.89  stat_kept_cl: 5070
% 3.40/0.89  stat_built_cl: 5471
% 3.40/0.89  stat_hyperres_partial_cl: 0
% 3.40/0.89  stat_made_rewriters: 167
% 3.40/0.89  stat_backward_subsumed: 0
% 3.40/0.89  stat_propagated_subsumed: 0
% 3.40/0.89  stat_clsubs_attempted:                      1411
% 3.40/0.89  stat_clsubs_fact_groundunit_found:             0
% 3.40/0.89  stat_clsubs_rule_groundunit_found:             1
% 3.40/0.89  stat_clsubs_top_meta_attempted:              13273
% 3.40/0.89  stat_clsubs_top_meta_failed:                 11862
% 3.40/0.89  stat_clsubs_top_meta_nonpref_attempted:               13273
% 3.40/0.89  stat_clsubs_top_meta_nonpref_succeeded:                4408
% 3.40/0.89  stat_clsubs_top_meta_pref_attempted:                   4408
% 3.40/0.89  stat_clsubs_top_meta_pref1_succeeded:                  4396
% 3.40/0.89  stat_clsubs_top_meta_pref2_succeeded:                  1843
% 3.40/0.89  stat_clsubs_top_meta_pref3_succeeded:                  1411
% 3.40/0.89  stat_clsubs_top_meta_pref_succeeded:                   1411
% 3.40/0.89  stat_clsubs_meta_attempted:                 1412
% 3.40/0.89  stat_clsubs_meta_failed:                      46
% 3.40/0.89  stat_clsubs_predsymbs_attempted:               0
% 3.40/0.89  stat_clsubs_unit_attempted:                 1410
% 3.40/0.89  stat_clsubs_full_attempted:                    1
% 3.40/0.89  stat_forwardsubs_attempted:                 5814
% 3.40/0.89  stat_lit_hash_added:                   5113
% 3.40/0.89  stat_lit_hash_computed:               11169
% 3.40/0.89  stat_lit_hash_match_found:              751
% 3.40/0.89  stat_lit_hash_match_miss:             10430
% 3.40/0.89  stat_lit_hash_cut_ok:                     0
% 3.40/0.89  stat_lit_strong_cut_ok:                   0
% 3.40/0.89  stat_lit_hash_subsume_ok:               744
% 3.40/0.89  clqueue els 10000000 used 1
% 3.40/0.89  clactive els 10000000 used 176
% 3.40/0.89  clactivesubsume els 10000000 used 883
% 3.40/0.89  queue_termbuf els 200000000 used 355655
% 3.40/0.89  hyper_termbuf els 100000000 used 1
% 3.40/0.89  active_termbuf els 100000000 used 6674
% 3.40/0.89  varstack els 5000 last used 1
% 3.40/0.89  given_termbuf els 10000000 last used 1
% 3.40/0.89  simplified_termbuf els 10000000 last used 1
% 3.40/0.89  derived_termbuf els 10000000 last used 22
% 3.40/0.89  wr_mallocs: 20979
% 3.40/0.89  wr_callocs: 21
% 3.40/0.89  wr_reallocs: 688
% 3.40/0.89  wr_frees: 2
% 3.40/0.89  wr_malloc_bytes: 4163323972
% 3.40/0.89  wr_calloc_bytes: 112065536
% 3.40/0.89  wr_realloc_bytes: 144536
% 3.40/0.89  wr_realloc_freebytes: 0
% 3.40/0.89  ----------------------------------
%------------------------------------------------------------------------------