TSTP Solution File: LCL261-3 by GKC---0.8

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : GKC---0.8
% Problem  : LCL261-3 : TPTP v8.1.2. Released v2.3.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : gkc %s

% Computer : n025.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 07:38:22 EDT 2023

% Result   : Unsatisfiable 21.46s 3.15s
% Output   : CNFRefutation 21.46s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named '$inc_and_defn')

% Comments : 
%------------------------------------------------------------------------------
cnf('1',plain,
    and(X0,X1) = not(or(not(X0),not(X1))),
    inference(cnf_transformation,[],['$inc_and_defn']) ).

cnf('2',plain,
    implies(X,Y) = or(not(X),Y),
    inference(cnf_transformation,[],['$inc_implies_definition']) ).

cnf('3',plain,
    and(X,Y) = not(implies(X,not(Y))),
    inference(simplify,[],['1','2']) ).

cnf('4',plain,
    implies(implies(X,not(Y)),Z) = or(and(X,Y),Z),
    inference(paramodulation,[],['3','2']) ).

cnf('5',plain,
    axiom(implies(implies(X,Y),implies(or(Z,X),or(Z,Y)))),
    inference(cnf_transformation,[],['$inc_axiom_1_6']) ).

cnf('6',plain,
    ( ~ axiom(X)
    | theorem(X) ),
    inference(cnf_transformation,[],['$inc_rule_1']) ).

cnf('7',plain,
    theorem(implies(implies(X,Y),implies(or(Z,X),or(Z,Y)))),
    inference(resolution,[],['5','6']) ).

cnf('8',plain,
    ( ~ theorem(implies(X,Y))
    | ~ theorem(X)
    | theorem(Y) ),
    inference(cnf_transformation,[],['$inc_rule_2']) ).

cnf('9',plain,
    ( theorem(implies(or(X,Y),or(X,Z)))
    | ~ theorem(implies(Y,Z)) ),
    inference(resolution,[],['7','8']) ).

cnf('10',plain,
    axiom(implies(or(X,Y),or(Y,X))),
    inference(cnf_transformation,[],['$inc_axiom_1_4']) ).

cnf('11',plain,
    theorem(implies(or(X,Y),or(Y,X))),
    inference(resolution,[],['10','6']) ).

cnf('12',plain,
    theorem(implies(or(X,or(Y,Z)),or(X,or(Z,Y)))),
    inference(resolution,[],['9','11']) ).

cnf('13',plain,
    ( ~ theorem(or(X,or(Y,Z)))
    | theorem(or(X,or(Z,Y))) ),
    inference(resolution,[],['12','8']) ).

cnf('14',plain,
    axiom(implies(or(X,X),X)),
    inference(cnf_transformation,[],['$inc_axiom_1_2']) ).

cnf('15',plain,
    theorem(implies(or(X,X),X)),
    inference(resolution,[],['14','6']) ).

cnf('16',plain,
    theorem(implies(or(X,or(Y,Y)),or(X,Y))),
    inference(resolution,[],['9','15']) ).

cnf('17',plain,
    ( ~ theorem(or(X,or(Y,Y)))
    | theorem(or(X,Y)) ),
    inference(resolution,[],['16','8']) ).

cnf('18',plain,
    axiom(implies(X,or(Y,X))),
    inference(cnf_transformation,[],['$inc_axiom_1_3']) ).

cnf('19',plain,
    theorem(implies(X,or(Y,X))),
    inference(resolution,[],['18','6']) ).

cnf('20',plain,
    theorem(implies(or(X,Y),or(X,or(Z,Y)))),
    inference(resolution,[],['9','19']) ).

cnf('21',plain,
    ( theorem(or(X,or(Y,Z)))
    | ~ theorem(or(X,Z)) ),
    inference(resolution,[],['20','8']) ).

cnf('22',plain,
    ( ~ theorem(or(X,Y))
    | theorem(or(Y,X)) ),
    inference(resolution,[],['8','11']) ).

cnf('23',plain,
    ( theorem(or(X,not(Y)))
    | ~ theorem(implies(Y,X)) ),
    inference(paramodulation,[],['2','22']) ).

cnf('24',plain,
    theorem(or(or(X,Y),not(Y))),
    inference(resolution,[],['23','19']) ).

cnf('25',plain,
    theorem(or(or(X,Y),or(Z,not(Y)))),
    inference(resolution,[],['21','24']) ).

cnf('26',plain,
    theorem(or(or(X,not(Y)),or(Z,Y))),
    inference(resolution,[],['25','22']) ).

cnf('27',plain,
    theorem(or(or(X,not(Y)),Y)),
    inference(resolution,[],['17','26']) ).

cnf('28',plain,
    theorem(or(X,or(Y,not(X)))),
    inference(resolution,[],['27','22']) ).

cnf('29',plain,
    theorem(or(X3,or(not(X3),Y3))),
    inference(resolution,[],['13','28']) ).

cnf('30',plain,
    theorem(or(X,implies(X,Y))),
    inference(simplify,[],['29','2']) ).

cnf('31',plain,
    theorem(or(implies(X,Y),X)),
    inference(resolution,[],['30','22']) ).

cnf('32',plain,
    theorem(or(implies(X,Y),or(Z,X))),
    inference(resolution,[],['31','21']) ).

cnf('33',plain,
    theorem(or(implies(X,Y),or(X,Z))),
    inference(resolution,[],['32','13']) ).

cnf('34',plain,
    theorem(implies(implies(X3,or(Y3,Y3)),or(not(X3),Y3))),
    inference(paramodulation,[],['2','16']) ).

cnf('35',plain,
    theorem(implies(implies(X,or(Y,Y)),implies(X,Y))),
    inference(simplify,[],['34','2']) ).

cnf('36',plain,
    ( ~ theorem(implies(X,or(Y,Y)))
    | theorem(implies(X,Y)) ),
    inference(resolution,[],['35','8']) ).

cnf('37',plain,
    theorem(implies(X,implies(Y,X))),
    inference(paramodulation,[],['2','19']) ).

cnf('38',plain,
    theorem(implies(or(X,Y),or(X,implies(Z,Y)))),
    inference(resolution,[],['9','37']) ).

cnf('39',plain,
    theorem(implies(or(implies(X,Y),Y),implies(X,Y))),
    inference(resolution,[],['36','38']) ).

cnf('40',plain,
    ( ~ theorem(or(implies(X,Y),Y))
    | theorem(implies(X,Y)) ),
    inference(resolution,[],['39','8']) ).

cnf('41',plain,
    theorem(implies(X,or(X,Y))),
    inference(resolution,[],['33','40']) ).

cnf('42',plain,
    theorem(implies(not(X),implies(X,Y))),
    inference(paramodulation,[],['2','41']) ).

cnf('43',plain,
    theorem(implies(or(X,not(Y)),or(X,implies(Y,Z)))),
    inference(resolution,[],['42','9']) ).

cnf('44',plain,
    ( theorem(or(X,implies(Y,Z)))
    | ~ theorem(or(X,not(Y))) ),
    inference(resolution,[],['43','8']) ).

cnf('45',plain,
    theorem(implies(implies(X3,Y3),or(not(X3),implies(Z3,Y3)))),
    inference(paramodulation,[],['2','38']) ).

cnf('46',plain,
    theorem(implies(implies(X,Y),implies(X,implies(Z,Y)))),
    inference(simplify,[],['45','2']) ).

cnf('47',plain,
    theorem(or(implies(X,implies(Y,Z)),not(implies(X,Z)))),
    inference(resolution,[],['46','23']) ).

cnf('48',plain,
    theorem(or(implies(X,implies(Y,Z)),implies(implies(X,Z),U))),
    inference(resolution,[],['44','47']) ).

cnf('49',plain,
    theorem(implies(X,implies(implies(X,Y),Y))),
    inference(resolution,[],['48','40']) ).

cnf('50',plain,
    theorem(or(implies(implies(X,Y),Y),not(X))),
    inference(resolution,[],['49','23']) ).

cnf('51',plain,
    theorem(or(implies(implies(X,Y),Y),implies(X,Z))),
    inference(resolution,[],['50','44']) ).

cnf('52',plain,
    theorem(or(implies(X,Y),implies(implies(X,Z),Z))),
    inference(resolution,[],['51','22']) ).

cnf('53',plain,
    theorem(or(implies(X,Y),or(and(X,Z),not(Z)))),
    inference(paramodulation,[],['4','52']) ).

cnf('54',plain,
    theorem(or(implies(X3,Y3),or(not(Z3),and(X3,Z3)))),
    inference(resolution,[],['53','13']) ).

cnf('55',plain,
    theorem(or(implies(X,Y),implies(Z,and(X,Z)))),
    inference(simplify,[],['54','2']) ).

cnf('56',plain,
    theorem(implies(X,implies(Y,and(X,Y)))),
    inference(resolution,[],['55','40']) ).

cnf('57',plain,
    ~ theorem(or(not(p),or(not(q),and(p,q)))),
    inference(cnf_transformation,[],[prove_this]) ).

cnf('58',plain,
    ~ theorem(implies(p,or(not(q),and(p,q)))),
    inference(paramodulation,[],['2','57']) ).

cnf('59',plain,
    ~ theorem(implies(p,implies(q,and(p,q)))),
    inference(simplify,[],['58','2']) ).

cnf('60',plain,
    $false,
    inference(resolution,[],['56','59']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.11  % Problem  : LCL261-3 : TPTP v8.1.2. Released v2.3.0.
% 0.00/0.12  % Command  : gkc %s
% 0.12/0.33  % Computer : n025.cluster.edu
% 0.12/0.33  % Model    : x86_64 x86_64
% 0.12/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.33  % Memory   : 8042.1875MB
% 0.12/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.33  % CPULimit : 300
% 0.12/0.33  % WCLimit  : 300
% 0.12/0.33  % DateTime : Thu Aug 24 21:27:37 EDT 2023
% 0.12/0.33  % CPUTime  : 
% 0.12/0.38  
% 0.12/0.38  input clause set summed statistics:
% 0.12/0.38  ----------------------------------
% 0.12/0.38  in_clause_count:                    10
% 0.12/0.38  in_rule_clause_count:               10
% 0.12/0.38  in_fact_clause_count:                0
% 0.12/0.38  in_answer_clause_count:              0
% 0.12/0.38  in_ground_clause_count:              1
% 0.12/0.38  in_unit_clause_count:                8
% 0.12/0.38  in_horn_clause_count:               10
% 0.12/0.38  in_pos_clause_count:                 7
% 0.12/0.38  in_neg_clause_count:                 1
% 0.12/0.38  in_poseq_clause_count:               2
% 0.12/0.38  in_negeq_clause_count:               0
% 0.12/0.38  in_unitposeq_clause_count:           2
% 0.12/0.38  in_chain_clause_count:               1
% 0.12/0.38  in_min_length:             1
% 0.12/0.38  in_max_length:             3
% 0.12/0.38  in_min_depth:              1
% 0.12/0.38  in_max_depth:              4
% 0.12/0.38  in_min_size:               4
% 0.12/0.38  in_max_size:              12
% 0.12/0.38  in_min_vars:               0
% 0.12/0.38  in_max_vars:               3
% 0.12/0.38  in_extaxiom_count:                 9
% 0.12/0.38  in_axiom_count:                    0
% 0.12/0.38  in_assumption_count:               0
% 0.12/0.38  in_goal_count:                     1
% 0.12/0.38  in_neg_goal_count:                 1
% 0.12/0.38  in_pos_goal_count:                 0
% 0.12/0.38  in_posunit_goal_count:             0
% 0.12/0.38  
% 0.12/0.38  auto guide:
% 0.12/0.38  -----------
% 0.12/0.38  {
% 0.12/0.38  "print":1,
% 0.12/0.38  "print_level": 15,
% 0.12/0.38  "max_size": 0,
% 0.12/0.38  "max_depth": 0,
% 0.12/0.38  "max_length": 0,
% 0.12/0.38  "max_dseconds": 0,
% 0.12/0.38  "runs":[
% 0.12/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":1, "sine":5, "strategy":["negative_pref"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":1, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":1, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":1, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":1, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.12/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.12/0.38  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.12/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.12/0.38  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.12/0.38  {"max_dseconds":1, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":1, "strategy":["query_focus", "double"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.12/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.12/0.38  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.12/0.38  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.12/0.38  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para","prohibit_unordered_para"], "query_preference":1, "reverse_clauselist":1},
% 0.12/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.12/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.12/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":1},
% 0.12/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.12/0.38  {"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.12/0.38  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":1},
% 0.12/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.12/0.38  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.12/0.38  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":1},
% 0.12/0.38  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.12/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.12/0.38  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1, "max_size":17},
% 0.12/0.38  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":1, "sine":5, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.12/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.12/0.38  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.12/0.38  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.12/0.38  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":1, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.12/0.38  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.12/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.12/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.12/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.12/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.12/0.38  {"max_dseconds":1, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.12/0.38  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.12/0.38  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":1},
% 0.12/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.12/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.12/0.38  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.12/0.38  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.12/0.38  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.12/0.38  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.12/0.38  {"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.12/0.38  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.12/0.38  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.12/0.38  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.12/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.12/0.38  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":1},
% 0.12/0.38  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":1},
% 0.12/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.12/0.38  {"max_dseconds":1, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":1, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.12/0.38  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.12/0.38  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight","prohibit_unordered_para"], "max_dseconds":1},
% 0.12/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.12/0.38  {"max_dseconds":1, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.12/0.38  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.12/0.38  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":1},
% 0.12/0.38  {"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.12/0.38  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":1},
% 0.12/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.12/0.38  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":1},
% 0.12/0.38  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.12/0.38  
% 0.12/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":10, "sine":5, "strategy":["negative_pref"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":10, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":10, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":10, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":10, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.12/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.12/0.38  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.12/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.12/0.38  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.12/0.38  {"max_dseconds":10, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":10, "strategy":["query_focus", "double"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.12/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.12/0.38  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.12/0.38  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.12/0.38  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para","prohibit_unordered_para"], "query_preference":1, "reverse_clauselist":1},
% 0.12/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.12/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.12/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":10},
% 0.12/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.12/0.38  {"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.12/0.38  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":10},
% 0.12/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.12/0.38  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.12/0.38  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":10},
% 0.12/0.38  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.12/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.12/0.38  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1, "max_size":17},
% 0.12/0.38  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":10, "sine":5, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.18/0.38  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.18/0.38  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":10, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.18/0.38  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.18/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.18/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.18/0.38  {"max_dseconds":10, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.18/0.38  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":10},
% 0.18/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.18/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.18/0.38  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.18/0.38  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.18/0.38  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.18/0.38  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.18/0.38  {"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.18/0.38  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.18/0.38  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.18/0.38  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.18/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.18/0.38  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":10},
% 0.18/0.38  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":10},
% 0.18/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.18/0.38  {"max_dseconds":10, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":10, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.18/0.38  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.18/0.38  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight","prohibit_unordered_para"], "max_dseconds":10},
% 0.18/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds":10, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.18/0.38  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.18/0.38  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":10},
% 0.18/0.38  {"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.18/0.38  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":10},
% 0.18/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.18/0.38  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":10},
% 0.18/0.38  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.18/0.38  
% 0.18/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":50, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":50, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":50, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":50, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.18/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":50, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":50, "strategy":["query_focus", "double"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.18/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.18/0.38  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.18/0.38  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para","prohibit_unordered_para"], "query_preference":1, "reverse_clauselist":1},
% 0.18/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.18/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.18/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":50},
% 0.18/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.18/0.38  {"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.18/0.38  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":50},
% 0.18/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.18/0.38  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.18/0.38  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":50},
% 0.18/0.38  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.18/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.18/0.38  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1, "max_size":17},
% 0.18/0.38  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":50, "sine":5, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.18/0.38  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.18/0.38  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":50, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.18/0.38  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.18/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.18/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.18/0.38  {"max_dseconds":50, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.18/0.38  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":50},
% 0.18/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.18/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.18/0.38  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.18/0.38  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.18/0.38  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.18/0.38  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.18/0.38  {"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.18/0.38  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.18/0.38  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.18/0.38  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.18/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.18/0.38  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":50},
% 0.18/0.38  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":50},
% 0.18/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.18/0.38  {"max_dseconds":50, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":50, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.18/0.38  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.18/0.38  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight","prohibit_unordered_para"], "max_dseconds":50},
% 0.18/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds":50, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.18/0.38  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.18/0.38  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":50},
% 0.18/0.38  {"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.18/0.38  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":50},
% 0.18/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.18/0.38  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":50},
% 0.18/0.38  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.18/0.38  
% 0.18/0.38  {"max_dseconds":250, "strategy":["unit"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":250, "strategy":["unit"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds":250, "strategy":["positive_pref"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.18/0.38  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds":250, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":250, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":250, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.18/0.38  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.18/0.38  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":250, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.18/0.38  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.18/0.38  {"max_dseconds":250, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.18/0.38  
% 0.18/0.38  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds":1250, "strategy":["positive_pref"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.18/0.38  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds":1250, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":1250, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":1250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.18/0.38  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.18/0.38  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":1250, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.18/0.38  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "rewrite":0} 
% 0.18/0.38  
% 0.18/0.38  ]}
% 0.18/0.38  
% 0.18/0.38  
% 0.18/0.38  **** run 1 fork 0 starts with strategy
% 0.18/0.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.18/0.38  
% 0.18/0.38  **** run 2 fork 1 starts with strategy
% 0.18/0.38  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 0.18/0.38  
% 0.18/0.38  **** run 3 fork 2 starts with strategy
% 0.18/0.38  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1}
% 0.18/0.38  
% 0.18/0.38  **** run 4 fork 3 starts with strategy
% 0.18/0.38  
% 0.18/0.38  **** run 7 fork 6 starts with strategy
% 0.18/0.38  
% 0.18/0.38  **** run 5 fork 4 starts with strategy
% 0.18/0.38  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 0.18/0.38  {"max_dseconds":1,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 0.18/0.38  {"max_dseconds":1,"sine":5,"strategy":["negative_pref"],"query_preference":1}
% 0.18/0.38  
% 0.18/0.38  **** run 6 fork 5 starts with strategy
% 0.18/0.38  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 0.18/0.39  
% 0.18/0.39  **** run 8 fork 7 starts with strategy
% 0.18/0.39  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 0.18/0.50  
% 0.18/0.50  
% 0.18/0.50  fork 6: search terminated without proof.
% 0.18/0.50  
% 0.18/0.50  
% 0.18/0.50  fork 0: search terminated without proof.
% 0.18/0.51  
% 0.18/0.51  
% 0.18/0.51  fork 4: search terminated without proof.
% 0.18/0.51  
% 0.18/0.51  
% 0.18/0.51  fork 2: search terminated without proof.
% 0.18/0.51  
% 0.18/0.51  
% 0.18/0.51  fork 5: search terminated without proof.
% 0.18/0.51  
% 0.18/0.51  fork 1: search finished without proof.
% 0.18/0.51  
% 0.18/0.51  
% 0.18/0.51  fork 3: search terminated without proof.
% 0.18/0.51  
% 0.18/0.51  
% 0.18/0.51  fork 7: search terminated without proof.
% 0.18/0.53  
% 0.18/0.53  **** run 13 fork 4 starts with strategy
% 0.18/0.53  
% 0.18/0.53  **** run 15 fork 6 starts with strategy
% 0.18/0.53  {"max_dseconds":1,"strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.18/0.53  
% 0.18/0.53  **** run 14 fork 5 starts with strategy
% 0.18/0.53  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_deep_para"],"query_preference":1}
% 0.18/0.53  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":1}
% 0.18/0.53  
% 0.18/0.53  **** run 9 fork 0 starts with strategy
% 0.18/0.53  {"max_dseconds":1,"strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.18/0.53  
% 0.18/0.53  **** run 11 fork 2 starts with strategy
% 0.18/0.53  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0}
% 0.18/0.53  
% 0.18/0.53  **** run 10 fork 1 starts with strategy
% 0.18/0.53  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.18/0.54  
% 0.18/0.54  **** run 12 fork 3 starts with strategy
% 0.18/0.54  
% 0.18/0.54  **** run 16 fork 7 starts with strategy
% 0.18/0.54  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 0.18/0.54  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":1}
% 0.18/0.64  
% 0.18/0.64  fork 4: search finished without proof.
% 0.18/0.65  
% 0.18/0.65  fork 5: search finished without proof.
% 0.18/0.65  
% 0.18/0.65  
% 0.18/0.65  fork 2: search terminated without proof.
% 0.18/0.65  
% 0.18/0.65  
% 0.18/0.65  fork 0: search terminated without proof.
% 0.18/0.65  
% 0.18/0.65  
% 0.18/0.65  fork 1: search terminated without proof.
% 0.18/0.65  
% 0.18/0.65  
% 0.18/0.65  fork 6: search terminated without proof.
% 0.18/0.66  
% 0.18/0.66  
% 0.18/0.66  fork 3: search terminated without proof.
% 0.18/0.66  
% 0.18/0.66  **** run 21 fork 4 starts with strategy
% 0.18/0.66  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1,"length_penalty":100}
% 0.18/0.67  
% 0.18/0.67  **** run 19 fork 2 starts with strategy
% 0.18/0.67  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 0.18/0.67  
% 0.18/0.67  **** run 18 fork 1 starts with strategy
% 0.18/0.67  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0}
% 0.18/0.67  
% 0.18/0.67  **** run 23 fork 6 starts with strategy
% 0.18/0.67  {"max_dseconds":1,"strategy":["query_focus","double"],"query_preference":1}
% 0.18/0.67  
% 0.18/0.67  **** run 20 fork 3 starts with strategy
% 0.18/0.67  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 0.18/0.68  
% 0.18/0.68  **** run 17 fork 0 starts with strategy
% 0.18/0.68  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.18/0.68  
% 0.18/0.68  
% 0.18/0.68  fork 7: search terminated without proof.
% 0.18/0.69  
% 0.18/0.69  **** run 22 fork 5 starts with strategy
% 0.18/0.69  {"max_dseconds":1,"strategy":["negative_pref","prohibit_nested_para"],"query_preference":0}
% 0.18/0.71  
% 0.18/0.71  **** run 24 fork 7 starts with strategy
% 0.18/0.71  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 0.18/0.78  
% 0.18/0.78  
% 0.18/0.78  fork 4: search terminated without proof.
% 2.42/0.79  
% 2.42/0.79  
% 2.42/0.79  fork 3: search terminated without proof.
% 2.42/0.79  
% 2.42/0.79  fork 6: search finished without proof.
% 2.42/0.79  
% 2.42/0.79  fork 2: search finished without proof.
% 2.42/0.80  
% 2.42/0.80  **** run 29 fork 4 starts with strategy
% 2.42/0.80  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 2.42/0.81  
% 2.42/0.81  **** run 28 fork 3 starts with strategy
% 2.42/0.81  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para","prohibit_unordered_para"],"query_preference":1,"reverse_clauselist":1}
% 2.42/0.81  
% 2.42/0.81  **** run 31 fork 6 starts with strategy
% 2.42/0.81  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":0,"strategy":["query_focus","posunitpara"],"max_dseconds":1}
% 2.42/0.81  
% 2.42/0.81  **** run 27 fork 2 starts with strategy
% 2.42/0.81  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 2.42/0.81  
% 2.42/0.81  
% 2.42/0.81  fork 0: search terminated without proof.
% 2.42/0.82  
% 2.42/0.82  
% 2.42/0.82  fork 5: search terminated without proof.
% 3.58/0.83  
% 3.58/0.83  **** run 25 fork 0 starts with strategy
% 3.58/0.83  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"depth_penalty":100}
% 3.58/0.84  
% 3.58/0.84  
% 3.58/0.84  fork 1: search terminated without proof.
% 3.58/0.84  
% 3.58/0.84  
% 3.58/0.84  fork 7: search terminated without proof.
% 3.58/0.85  
% 3.58/0.85  **** run 30 fork 5 starts with strategy
% 3.58/0.85  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 3.58/0.86  
% 3.58/0.86  **** run 26 fork 1 starts with strategy
% 3.58/0.86  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 3.58/0.86  
% 3.58/0.86  **** run 32 fork 7 starts with strategy
% 3.58/0.86  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":2}
% 3.58/0.89  
% 3.58/0.89  fork 7: search finished without proof.
% 4.14/0.90  
% 4.14/0.90  **** run 40 fork 7 starts with strategy
% 4.14/0.90  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1,"max_size":17}
% 4.14/0.92  
% 4.14/0.92  
% 4.14/0.92  fork 3: search terminated without proof.
% 4.14/0.93  
% 4.14/0.93  
% 4.14/0.93  fork 4: search terminated without proof.
% 4.14/0.93  
% 4.14/0.93  
% 4.14/0.93  fork 2: search terminated without proof.
% 4.14/0.94  
% 4.14/0.94  **** run 36 fork 3 starts with strategy
% 4.14/0.94  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1}
% 4.14/0.95  
% 4.14/0.95  
% 4.14/0.95  fork 6: search terminated without proof.
% 4.14/0.95  
% 4.14/0.95  **** run 37 fork 4 starts with strategy
% 4.14/0.95  {"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["positive_pref"],"max_dseconds":1}
% 4.14/0.95  
% 4.14/0.95  **** run 35 fork 2 starts with strategy
% 4.14/0.95  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"equality":0}
% 4.14/0.96  
% 4.14/0.96  
% 4.14/0.96  fork 0: search terminated without proof.
% 4.67/0.97  
% 4.67/0.97  **** run 39 fork 6 starts with strategy
% 4.67/0.97  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 4.67/0.97  
% 4.67/0.97  
% 4.67/0.97  fork 1: search terminated without proof.
% 4.67/0.98  
% 4.67/0.98  **** run 33 fork 0 starts with strategy
% 4.67/0.98  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":1,"strategy":["query_focus","max_weight"],"max_dseconds":1}
% 4.67/0.98  
% 4.67/0.98  
% 4.67/0.98  fork 5: search terminated without proof.
% 4.67/0.99  
% 4.67/0.99  **** run 34 fork 1 starts with strategy
% 4.67/0.99  {"weight_select_ratio":100,"query_preference":0,"strategy":["negative_pref","max_weight"],"max_dseconds":1}
% 4.67/1.01  
% 4.67/1.01  **** run 38 fork 5 starts with strategy
% 4.67/1.01  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":1}
% 4.67/1.02  
% 4.67/1.02  
% 4.67/1.02  fork 7: search terminated without proof.
% 4.67/1.04  
% 4.67/1.04  **** run 48 fork 7 starts with strategy
% 4.67/1.04  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":0}
% 5.45/1.07  
% 5.45/1.07  fork 7: search finished without proof.
% 5.45/1.07  
% 5.45/1.07  
% 5.45/1.07  fork 4: search terminated without proof.
% 5.45/1.07  
% 5.45/1.07  
% 5.45/1.07  fork 3: search terminated without proof.
% 5.45/1.07  
% 5.45/1.07  
% 5.45/1.07  fork 2: search terminated without proof.
% 5.45/1.08  
% 5.45/1.08  **** run 56 fork 7 starts with strategy
% 5.45/1.08  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":3}
% 5.45/1.09  
% 5.45/1.09  **** run 45 fork 4 starts with strategy
% 5.45/1.09  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 5.45/1.09  
% 5.45/1.09  
% 5.45/1.09  fork 6: search terminated without proof.
% 5.45/1.09  
% 5.45/1.09  **** run 43 fork 2 starts with strategy
% 5.45/1.09  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 5.45/1.09  
% 5.45/1.09  **** run 44 fork 3 starts with strategy
% 5.45/1.09  {"max_dseconds":1,"sine":5,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 5.69/1.10  
% 5.69/1.10  
% 5.69/1.10  fork 1: search terminated without proof.
% 5.69/1.11  
% 5.69/1.11  
% 5.69/1.11  fork 0: search terminated without proof.
% 5.69/1.11  
% 5.69/1.11  **** run 47 fork 6 starts with strategy
% 5.69/1.11  {"max_dseconds":1,"strategy":["unit","pure_unit"],"max_size":30,"max_depth":10,"max_weight":300,"weight_select_ratio":1,"rewrite":0}
% 5.69/1.11  
% 5.69/1.11  fork 7: search finished without proof.
% 5.97/1.13  
% 5.97/1.13  **** run 42 fork 1 starts with strategy
% 5.97/1.13  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":1}
% 5.97/1.13  
% 5.97/1.13  **** run 64 fork 7 starts with strategy
% 5.97/1.13  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"max_depth":6,"var_weight":1}
% 5.97/1.13  
% 5.97/1.13  **** run 41 fork 0 starts with strategy
% 5.97/1.13  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0}
% 5.97/1.14  
% 5.97/1.14  
% 5.97/1.14  fork 5: search terminated without proof.
% 5.97/1.16  
% 5.97/1.16  **** run 46 fork 5 starts with strategy
% 5.97/1.16  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 5.97/1.17  
% 5.97/1.17  fork 1: search finished without proof.
% 5.97/1.19  
% 5.97/1.19  **** run 50 fork 1 starts with strategy
% 5.97/1.19  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 6.51/1.21  
% 6.51/1.21  
% 6.51/1.21  fork 4: search terminated without proof.
% 6.51/1.21  
% 6.51/1.21  
% 6.51/1.21  fork 2: search terminated without proof.
% 6.51/1.22  
% 6.51/1.22  
% 6.51/1.22  fork 3: search terminated without proof.
% 6.51/1.23  
% 6.51/1.23  **** run 53 fork 4 starts with strategy
% 6.51/1.23  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"rewrite":0}
% 6.51/1.23  
% 6.51/1.23  **** run 51 fork 2 starts with strategy
% 6.51/1.23  {"max_dseconds":1,"strategy":["query_focus","max_ground_weight"],"query_preference":1}
% 6.51/1.23  
% 6.51/1.23  
% 6.51/1.23  fork 6: search terminated without proof.
% 6.51/1.24  
% 6.51/1.24  **** run 52 fork 3 starts with strategy
% 6.51/1.24  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"rewrite":0}
% 6.51/1.25  
% 6.51/1.25  **** run 55 fork 6 starts with strategy
% 6.51/1.25  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"length_penalty":100}
% 6.51/1.25  
% 6.51/1.25  
% 6.51/1.25  fork 7: search terminated without proof.
% 6.51/1.25  
% 6.51/1.25  
% 6.51/1.25  fork 0: search terminated without proof.
% 7.06/1.27  
% 7.06/1.27  **** run 72 fork 7 starts with strategy
% 7.06/1.27  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 7.06/1.27  
% 7.06/1.27  **** run 49 fork 0 starts with strategy
% 7.06/1.27  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 7.06/1.29  
% 7.06/1.29  
% 7.06/1.29  fork 5: search terminated without proof.
% 7.06/1.31  
% 7.06/1.31  **** run 54 fork 5 starts with strategy
% 7.06/1.31  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 7.06/1.31  
% 7.06/1.31  
% 7.06/1.31  fork 1: search terminated without proof.
% 7.06/1.33  
% 7.06/1.33  **** run 58 fork 1 starts with strategy
% 7.06/1.33  {"max_dseconds":1,"strategy":["negative_pref","posunitpara"],"query_preference":1,"max_depth":2,"depth_penalty":50,"length_penalty":100}
% 7.06/1.35  
% 7.06/1.35  
% 7.06/1.35  fork 4: search terminated without proof.
% 7.06/1.36  
% 7.06/1.36  fork 1: search finished without proof.
% 7.06/1.36  
% 7.06/1.36  
% 7.06/1.36  fork 2: search terminated without proof.
% 7.83/1.37  
% 7.83/1.37  **** run 61 fork 4 starts with strategy
% 7.83/1.37  {"weight_select_ratio":100,"query_preference":1,"strategy":["negative_pref"],"max_dseconds":1}
% 7.83/1.37  
% 7.83/1.37  
% 7.83/1.37  fork 3: search terminated without proof.
% 7.83/1.37  
% 7.83/1.37  **** run 66 fork 1 starts with strategy
% 7.83/1.37  {"max_dseconds":1,"strategy":["unit","pure_unit"],"weight_select_ratio":1,"query_preference":0}
% 7.83/1.37  
% 7.83/1.37  
% 7.83/1.37  fork 6: search terminated without proof.
% 7.83/1.37  
% 7.83/1.37  **** run 59 fork 2 starts with strategy
% 7.83/1.37  {"max_dseconds":1,"strategy":["unit","pure_unit"],"query_preference":0}
% 7.83/1.39  
% 7.83/1.39  **** run 60 fork 3 starts with strategy
% 7.83/1.39  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":1}
% 7.83/1.39  
% 7.83/1.39  **** run 63 fork 6 starts with strategy
% 7.83/1.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":6,"var_weight":1}
% 7.83/1.39  
% 7.83/1.39  
% 7.83/1.39  fork 0: search terminated without proof.
% 7.83/1.39  
% 7.83/1.39  
% 7.83/1.39  fork 7: search terminated without proof.
% 7.83/1.41  
% 7.83/1.41  **** run 80 fork 7 starts with strategy
% 7.83/1.41  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 7.83/1.42  
% 7.83/1.42  **** run 57 fork 0 starts with strategy
% 7.83/1.42  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":30,"depth_penalty":100}
% 7.83/1.42  
% 7.83/1.42  fork 3: search finished without proof.
% 7.83/1.44  
% 7.83/1.44  **** run 68 fork 3 starts with strategy
% 7.83/1.44  {"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}
% 7.83/1.46  
% 7.83/1.46  
% 7.83/1.46  fork 5: search terminated without proof.
% 7.83/1.48  
% 7.83/1.48  **** run 62 fork 5 starts with strategy
% 7.83/1.48  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"max_depth":2}
% 7.83/1.49  
% 7.83/1.49  
% 7.83/1.49  fork 4: search terminated without proof.
% 7.83/1.50  
% 7.83/1.50  
% 7.83/1.50  fork 2: search terminated without proof.
% 7.83/1.50  
% 7.83/1.50  fork 5: search finished without proof.
% 7.83/1.51  
% 7.83/1.51  **** run 69 fork 4 starts with strategy
% 7.83/1.51  {"max_depth":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 8.50/1.52  
% 8.50/1.52  **** run 67 fork 2 starts with strategy
% 8.50/1.52  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":1}
% 8.50/1.52  
% 8.50/1.52  
% 8.50/1.52  fork 6: search terminated without proof.
% 8.50/1.52  
% 8.50/1.52  **** run 70 fork 5 starts with strategy
% 8.50/1.52  {"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 8.50/1.53  
% 8.50/1.53  
% 8.50/1.53  fork 1: search terminated without proof.
% 8.50/1.54  
% 8.50/1.54  
% 8.50/1.54  fork 7: search terminated without proof.
% 8.50/1.55  
% 8.50/1.55  **** run 71 fork 6 starts with strategy
% 8.50/1.55  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":0,"depth_penalty":50,"length_penalty":100}
% 9.22/1.56  
% 9.22/1.56  **** run 74 fork 1 starts with strategy
% 9.22/1.56  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":1}
% 9.22/1.56  
% 9.22/1.56  
% 9.22/1.56  fork 3: search terminated without proof.
% 9.22/1.56  
% 9.22/1.56  **** run 88 fork 7 starts with strategy
% 9.22/1.56  {"weight_select_ratio":100,"rewrite":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 9.22/1.58  
% 9.22/1.58  **** run 76 fork 3 starts with strategy
% 9.22/1.58  {"max_dseconds":1,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 9.22/1.58  
% 9.22/1.58  
% 9.22/1.58  fork 0: search terminated without proof.
% 9.59/1.60  
% 9.59/1.60  **** run 65 fork 0 starts with strategy
% 9.59/1.60  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 9.59/1.63  
% 9.59/1.63  
% 9.59/1.63  fork 4: search terminated without proof.
% 9.59/1.64  
% 9.59/1.64  
% 9.59/1.64  fork 2: search terminated without proof.
% 9.59/1.64  
% 9.59/1.64  
% 9.59/1.64  fork 5: search terminated without proof.
% 9.95/1.65  
% 9.95/1.65  **** run 77 fork 4 starts with strategy
% 9.95/1.65  {"max_dseconds":1,"strategy":["negative_pref","max_ground_weight"],"query_preference":0}
% 9.95/1.66  
% 9.95/1.66  **** run 78 fork 5 starts with strategy
% 9.95/1.66  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight"],"max_dseconds":1}
% 9.95/1.67  
% 9.95/1.67  **** run 75 fork 2 starts with strategy
% 9.95/1.67  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"max_depth":2}
% 9.95/1.67  
% 9.95/1.67  
% 9.95/1.67  fork 6: search terminated without proof.
% 9.95/1.68  
% 9.95/1.68  
% 9.95/1.68  fork 1: search terminated without proof.
% 9.95/1.69  
% 9.95/1.69  
% 9.95/1.69  fork 7: search terminated without proof.
% 9.95/1.69  
% 9.95/1.69  **** run 79 fork 6 starts with strategy
% 9.95/1.69  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight","prohibit_unordered_para"],"max_dseconds":1}
% 9.95/1.69  
% 9.95/1.69  
% 9.95/1.69  fork 3: search terminated without proof.
% 9.95/1.70  
% 9.95/1.70  fork 2: search finished without proof.
% 9.95/1.70  
% 9.95/1.70  **** run 82 fork 1 starts with strategy
% 9.95/1.70  {"depth_penalty":50,"query_preference":1,"strategy":["hardness_pref","hornpref","max_weight"],"max_dseconds":1}
% 9.95/1.70  
% 9.95/1.70  **** run 96 fork 7 starts with strategy
% 9.95/1.70  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 9.95/1.71  
% 9.95/1.71  **** run 84 fork 3 starts with strategy
% 9.95/1.71  {"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}
% 9.95/1.71  
% 9.95/1.71  **** run 83 fork 2 starts with strategy
% 9.95/1.71  {"rewrite":0,"depth_penalty":50,"query_preference":1,"strategy":["query_focus","hornpref"],"max_dseconds":1}
% 9.95/1.72  
% 9.95/1.72  
% 9.95/1.72  fork 0: search terminated without proof.
% 10.75/1.74  
% 10.75/1.74  **** run 73 fork 0 starts with strategy
% 10.75/1.74  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":1}
% 10.75/1.77  
% 10.75/1.77  
% 10.75/1.77  fork 4: search terminated without proof.
% 10.75/1.78  
% 10.75/1.78  
% 10.75/1.78  fork 5: search terminated without proof.
% 10.75/1.79  
% 10.75/1.79  **** run 85 fork 4 starts with strategy
% 10.75/1.79  {"query_preference":1,"strategy":["unit","max_weight"],"max_dseconds":1}
% 11.15/1.80  
% 11.15/1.80  **** run 86 fork 5 starts with strategy
% 11.15/1.80  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"weight_select_ratio":30,"depth_penalty":100,"length_penalty":100}
% 11.15/1.81  
% 11.15/1.81  
% 11.15/1.81  fork 6: search terminated without proof.
% 11.15/1.82  
% 11.15/1.82  
% 11.15/1.82  fork 1: search terminated without proof.
% 11.15/1.84  
% 11.15/1.84  **** run 87 fork 6 starts with strategy
% 11.15/1.84  {"length_penalty":100,"query_preference":1,"strategy":["positive_pref","posunitpara"],"max_dseconds":1}
% 11.15/1.84  
% 11.15/1.84  
% 11.15/1.84  fork 3: search terminated without proof.
% 11.15/1.84  
% 11.15/1.84  fork 2: search finished without proof.
% 11.15/1.84  
% 11.15/1.84  **** run 90 fork 1 starts with strategy
% 11.15/1.84  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1}
% 11.61/1.86  
% 11.61/1.86  **** run 91 fork 2 starts with strategy
% 11.61/1.86  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1}
% 11.61/1.86  
% 11.61/1.86  
% 11.61/1.86  fork 0: search terminated without proof.
% 11.61/1.86  
% 11.61/1.86  **** run 92 fork 3 starts with strategy
% 11.61/1.86  {"max_dseconds":10,"sine":5,"strategy":["negative_pref"],"query_preference":1}
% 11.61/1.88  
% 11.61/1.88  **** run 81 fork 0 starts with strategy
% 11.61/1.88  {"max_dseconds":1,"strategy":["query_focus","posunitpara"],"query_preference":1,"depth_penalty":50,"length_penalty":100}
% 11.97/1.91  
% 11.97/1.91  
% 11.97/1.91  fork 4: search terminated without proof.
% 11.97/1.92  
% 11.97/1.92  **** run 93 fork 4 starts with strategy
% 11.97/1.92  {"max_dseconds":10,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 11.97/1.93  
% 11.97/1.93  
% 11.97/1.93  fork 5: search terminated without proof.
% 12.32/1.95  
% 12.32/1.95  **** run 94 fork 5 starts with strategy
% 12.32/1.95  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 12.32/1.96  
% 12.32/1.96  
% 12.32/1.96  fork 6: search terminated without proof.
% 12.32/1.98  
% 12.32/1.98  **** run 95 fork 6 starts with strategy
% 12.32/1.98  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 12.32/2.01  
% 12.32/2.01  
% 12.32/2.01  fork 0: search terminated without proof.
% 12.32/2.03  
% 12.32/2.03  **** run 89 fork 0 starts with strategy
% 12.32/2.03  {"max_dseconds":10,"strategy":["unit"],"query_preference":1}
% 18.15/2.77  
% 18.15/2.77  
% 18.15/2.77  fork 7: search terminated without proof.
% 18.15/2.79  
% 18.15/2.79  **** run 104 fork 7 starts with strategy
% 18.15/2.79  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 19.30/2.84  
% 19.30/2.84  fork 1: search finished without proof.
% 19.30/2.87  
% 19.30/2.87  **** run 98 fork 1 starts with strategy
% 19.30/2.87  {"max_dseconds":10,"strategy":["unit"],"query_preference":0}
% 19.30/2.89  
% 19.30/2.89  
% 19.30/2.89  fork 3: search terminated without proof.
% 19.78/2.92  
% 19.78/2.92  **** run 100 fork 3 starts with strategy
% 19.78/2.92  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":1}
% 19.78/2.95  
% 19.78/2.95  
% 19.78/2.95  fork 4: search terminated without proof.
% 20.15/2.97  
% 20.15/2.97  
% 20.15/2.97  fork 5: search terminated without proof.
% 20.15/2.97  
% 20.15/2.97  **** run 101 fork 4 starts with strategy
% 20.15/2.97  {"max_dseconds":10,"strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":1}
% 20.15/2.99  
% 20.15/2.99  **** run 102 fork 5 starts with strategy
% 20.15/2.99  {"max_dseconds":10,"strategy":["hardness_pref","prohibit_deep_para"],"query_preference":1}
% 20.15/3.01  
% 20.15/3.01  
% 20.15/3.01  fork 2: search terminated without proof.
% 20.15/3.04  
% 20.15/3.04  **** run 99 fork 2 starts with strategy
% 20.15/3.04  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0}
% 20.15/3.05  
% 20.15/3.05  
% 20.15/3.05  fork 0: search terminated without proof.
% 20.78/3.07  
% 20.78/3.07  **** run 97 fork 0 starts with strategy
% 20.78/3.07  {"max_dseconds":10,"strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 21.46/3.15  
% 21.46/3.15  
% 21.46/3.15  result: proof found
% 21.46/3.15  for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 21.46/3.15  by run 104 fork 7 strategy {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 21.46/3.15  % SZS status Unsatisfiable for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 21.46/3.15  
% 21.46/3.15  % SZS output start CNFRefutation for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% See solution above
% 21.46/3.15  
% 21.46/3.15  run 104 fork 7 statistics:
% 21.46/3.15  ----------------------------------
% 21.46/3.15  this run seconds: 0.210648
% 21.46/3.15  total seconds: 2.555920
% 21.46/3.15  stat_given_used: 714
% 21.46/3.15  stat_given_used_at_endgame: 0
% 21.46/3.15  stat_given_candidates:   1190
% 21.46/3.15  stat_given_candidates_at_endgame: 0
% 21.46/3.15  stat_given_candidates_h: 0
% 21.46/3.15  stat_binres_derived_cl:   24433
% 21.46/3.15  stat_binres_derived_cl_h: 0
% 21.46/3.15  stat_factor_derived_cl: 0
% 21.46/3.15  stat_para_derived_cl: 5141
% 21.46/3.15  stat_tautologies_discarded: 1
% 21.46/3.15  stat_forward_subsumed: 7372
% 21.46/3.15  stat_derived_cut: 0
% 21.46/3.15  stat_derived_rewritten: 32
% 21.46/3.15  stat_weight_discarded_building: 0
% 21.46/3.15  stat_weight_discarded_cl: 0
% 21.46/3.15  stat_internlimit_discarded_cl: 0
% 21.46/3.15  stat_simplified:  32 simplified 0 derived 0 given
% 21.46/3.15  stat_kept_cl: 22176
% 21.46/3.15  stat_built_cl: 23636
% 21.46/3.15  stat_hyperres_partial_cl: 0
% 21.46/3.15  stat_made_rewriters: 12
% 21.46/3.15  stat_backward_subsumed: 0
% 21.46/3.15  stat_propagated_subsumed: 0
% 21.46/3.15  stat_clsubs_attempted:                     54501
% 21.46/3.15  stat_clsubs_fact_groundunit_found:             0
% 21.46/3.15  stat_clsubs_rule_groundunit_found:             3
% 21.46/3.15  stat_clsubs_top_meta_attempted:             321341
% 21.46/3.15  stat_clsubs_top_meta_failed:                266840
% 21.46/3.15  stat_clsubs_top_meta_nonpref_attempted:              321341
% 21.46/3.15  stat_clsubs_top_meta_nonpref_succeeded:              165945
% 21.46/3.15  stat_clsubs_top_meta_pref_attempted:                 165945
% 21.46/3.15  stat_clsubs_top_meta_pref1_succeeded:                157150
% 21.46/3.15  stat_clsubs_top_meta_pref2_succeeded:                 93628
% 21.46/3.15  stat_clsubs_top_meta_pref3_succeeded:                 54501
% 21.46/3.15  stat_clsubs_top_meta_pref_succeeded:                  54501
% 21.46/3.15  stat_clsubs_meta_attempted:                55964
% 21.46/3.15  stat_clsubs_meta_failed:                    4398
% 21.46/3.15  stat_clsubs_predsymbs_attempted:               0
% 21.46/3.15  stat_clsubs_unit_attempted:                52820
% 21.46/3.15  stat_clsubs_full_attempted:                 1681
% 21.46/3.15  stat_forwardsubs_attempted:                29548
% 21.46/3.15  stat_lit_hash_added:                  22677
% 21.46/3.15  stat_lit_hash_computed:               54576
% 21.46/3.15  stat_lit_hash_match_found:             7477
% 21.46/3.15  stat_lit_hash_match_miss:             47205
% 21.46/3.15  stat_lit_hash_cut_ok:                     0
% 21.46/3.15  stat_lit_strong_cut_ok:                   0
% 21.46/3.15  stat_lit_hash_subsume_ok:              7372
% 21.46/3.15  clqueue els 10000000 used 1
% 21.46/3.15  clactive els 10000000 used 715
% 21.46/3.15  clactivesubsume els 10000000 used 4273
% 21.46/3.15  queue_termbuf els 200000000 used 1794120
% 21.46/3.15  hyper_termbuf els 100000000 used 1
% 21.46/3.15  active_termbuf els 100000000 used 29429
% 21.46/3.15  varstack els 5000 last used 1
% 21.46/3.15  given_termbuf els 10000000 last used 1
% 21.46/3.15  simplified_termbuf els 10000000 last used 1
% 21.46/3.15  derived_termbuf els 10000000 last used 41
% 21.46/3.15  wr_mallocs: 82442
% 21.46/3.15  wr_callocs: 21
% 21.46/3.15  wr_reallocs: 4193
% 21.46/3.15  wr_frees: 2
% 21.46/3.15  wr_malloc_bytes: 4165525508
% 21.46/3.15  wr_calloc_bytes: 112065536
% 21.46/3.15  wr_realloc_bytes: 709784
% 21.46/3.15  wr_realloc_freebytes: 0
% 21.46/3.15  ----------------------------------
%------------------------------------------------------------------------------