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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : GKC---0.8
% Problem  : GRP109-1 : TPTP v8.1.2. Bugfixed v2.7.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 00:52:24 EDT 2023

% Result   : Unsatisfiable 7.52s 1.35s
% Output   : CNFRefutation 7.52s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named multiply)

% Comments : 
%------------------------------------------------------------------------------
cnf('1',plain,
    multiply(X,Y) = inverse(double_divide(Y,X)),
    inference(cnf_transformation,[],[multiply]) ).

cnf('2',plain,
    double_divide(inverse(double_divide(X0,inverse(double_divide(inverse(X1),double_divide(X0,X2))))),X2) = X1,
    inference(cnf_transformation,[],[single_axiom]) ).

cnf('3',plain,
    double_divide(multiply(multiply(double_divide(X,Y),inverse(Z)),X),Y) = Z,
    inference(simplify,[then_simplify],['2','1','1']) ).

cnf('4',plain,
    multiply(X,multiply(multiply(double_divide(Y,X),inverse(Z)),Y)) = inverse(Z),
    inference(paramodulation,[],['3','1']) ).

cnf('5',plain,
    double_divide(multiply(multiply(X,inverse(Y)),multiply(multiply(double_divide(Z,U),inverse(X)),Z)),U) = Y,
    inference(paramodulation,[],['3','3']) ).

cnf('6',plain,
    double_divide(inverse(X),multiply(X,inverse(Y))) = Y,
    inference(paramodulation,[],['4','5']) ).

cnf('7',plain,
    multiply(multiply(X,inverse(Y)),inverse(X)) = inverse(Y),
    inference(paramodulation,[],['6','1']) ).

cnf('8',plain,
    double_divide(inverse(multiply(X,inverse(Y))),inverse(Y)) = X,
    inference(paramodulation,[],['7','6']) ).

cnf('9',plain,
    double_divide(inverse(inverse(X)),inverse(Y)) = multiply(Y,inverse(X)),
    inference(paramodulation,[],['7','8']) ).

cnf('10',plain,
    multiply(inverse(X),inverse(inverse(Y))) = inverse(multiply(X,inverse(Y))),
    inference(paramodulation,[],['9','1']) ).

cnf('11',plain,
    multiply(multiply(X3,multiply(Y3,Z3)),inverse(X3)) = inverse(double_divide(Z3,Y3)),
    inference(paramodulation,[],['1','7']) ).

cnf('12',plain,
    multiply(multiply(X,multiply(Y,Z)),inverse(X)) = multiply(Y,Z),
    inference(simplify,[],['11','1']) ).

cnf('13',plain,
    double_divide(inverse(multiply(X,Y)),inverse(Z)) = multiply(Z,multiply(X,Y)),
    inference(paramodulation,[],['12','8']) ).

cnf('14',plain,
    multiply(X,multiply(Y,inverse(X))) = Y,
    inference(paramodulation,[],['13','8']) ).

cnf('15',plain,
    multiply(X3,multiply(multiply(double_divide(Y3,X3),multiply(Z3,U3)),Y3)) = inverse(double_divide(U3,Z3)),
    inference(paramodulation,[],['1','4']) ).

cnf('16',plain,
    multiply(X,multiply(multiply(double_divide(Y,X),multiply(Z,U)),Y)) = multiply(Z,U),
    inference(simplify,[],['15','1']) ).

cnf('17',plain,
    multiply(X,multiply(inverse(Y),Z)) = multiply(multiply(double_divide(U,double_divide(Z,X)),inverse(Y)),U),
    inference(paramodulation,[],['4','16']) ).

cnf('18',plain,
    multiply(double_divide(X,Y),multiply(Y,multiply(inverse(Z),X))) = inverse(Z),
    inference(paramodulation,[],['17','4']) ).

cnf('19',plain,
    multiply(double_divide(inverse(X),X),inverse(Y)) = inverse(Y),
    inference(paramodulation,[],['14','18']) ).

cnf('20',plain,
    double_divide(multiply(X,Y),multiply(double_divide(Y,X),inverse(Z))) = Z,
    inference(paramodulation,[],['1','6']) ).

cnf('21',plain,
    double_divide(multiply(X,inverse(X)),inverse(Y)) = Y,
    inference(paramodulation,[],['19','20']) ).

cnf('22',plain,
    double_divide(inverse(multiply(X3,inverse(X3))),inverse(Y3)) = Y3,
    inference(paramodulation,[],['10','21']) ).

cnf('23',plain,
    multiply(X,multiply(Y,inverse(Y))) = X,
    inference(simplify,[],['22','13']) ).

cnf('24',plain,
    multiply(X,multiply(double_divide(Y,Z),multiply(Z,Y))) = X,
    inference(paramodulation,[],['1','23']) ).

cnf('25',plain,
    double_divide(X,double_divide(X,inverse(Y))) = inverse(Y),
    inference(paramodulation,[],['24','18']) ).

cnf('26',plain,
    double_divide(multiply(X,multiply(inverse(Y),Z)),double_divide(Z,X)) = Y,
    inference(paramodulation,[],['17','3']) ).

cnf('27',plain,
    double_divide(X,double_divide(inverse(inverse(Y)),X)) = Y,
    inference(paramodulation,[],['23','26']) ).

cnf('28',plain,
    inverse(inverse(X)) = X,
    inference(paramodulation,[],['25','27']) ).

cnf('29',plain,
    double_divide(X,double_divide(Y,X)) = Y,
    inference(paramodulation,[],['28','27']) ).

cnf('30',plain,
    multiply(double_divide(X,Y),multiply(Z,multiply(Y,X))) = Z,
    inference(paramodulation,[],['1','14']) ).

cnf('31',plain,
    multiply(double_divide(inverse(X),Y),Y) = X,
    inference(paramodulation,[],['14','30']) ).

cnf('32',plain,
    multiply(X,Y) = double_divide(inverse(Y),inverse(X)),
    inference(paramodulation,[],['31','14']) ).

cnf('33',plain,
    double_divide(inverse(X3),multiply(Y3,X3)) = inverse(Y3),
    inference(paramodulation,[],['32','25']) ).

cnf('34',plain,
    multiply(double_divide(X,Y),Z) = double_divide(inverse(Z),multiply(Y,X)),
    inference(paramodulation,[],['31','30']) ).

cnf('35',plain,
    multiply(double_divide(X,Y),X) = inverse(Y),
    inference(simplify,[],['33','34']) ).

cnf('36',plain,
    multiply(X3,Y3) = inverse(double_divide(X3,Y3)),
    inference(paramodulation,[],['29','35']) ).

cnf('37',plain,
    multiply(X,Y) = multiply(Y,X),
    inference(simplify,[],['36','1']) ).

cnf('38',plain,
    ( multiply(multiply(a3,b3),c3) != multiply(a3,multiply(b3,c3))
    | multiply(inverse(a1),a1) != multiply(inverse(b1),b1)
    | multiply(multiply(inverse(b2),b2),a2) != a2
    | multiply(a4,b4) != multiply(b4,a4) ),
    inference(cnf_transformation,[],[prove_these_axioms]) ).

cnf('39',plain,
    double_divide(inverse(X),double_divide(inverse(Y),Y)) = X,
    inference(paramodulation,[],['14','26']) ).

cnf('40',plain,
    double_divide(inverse(X),multiply(Y,inverse(Y))) = X,
    inference(paramodulation,[],['9','39']) ).

cnf('41',plain,
    double_divide(inverse(X),inverse(multiply(Y,inverse(Y)))) = X,
    inference(paramodulation,[],['10','40']) ).

cnf('42',plain,
    multiply(X,inverse(multiply(Y,inverse(Y)))) = X,
    inference(paramodulation,[],['41','8']) ).

cnf('43',plain,
    multiply(multiply(X,inverse(X)),Y) = Y,
    inference(paramodulation,[],['42','14']) ).

cnf('44',plain,
    multiply(multiply(inverse(X3),X3),Y3) = Y3,
    inference(paramodulation,[],['28','43']) ).

cnf('45',plain,
    ( multiply(multiply(a3,b3),c3) != multiply(a3,multiply(c3,b3))
    | multiply(inverse(a1),a1) != multiply(inverse(b1),b1)
    | multiply(a4,b4) != multiply(b4,a4) ),
    inference(paramodulation,[then_simplify],['37','38','44']) ).

cnf('46',plain,
    multiply(X3,multiply(Y3,Z3)) = multiply(Y3,multiply(X3,Z3)),
    inference(paramodulation,[],['30','16']) ).

cnf('47',plain,
    ( multiply(inverse(a1),a1) != multiply(inverse(b1),b1)
    | multiply(a4,b4) != multiply(b4,a4) ),
    inference(paramodulation,[then_simplify],['37','45','46']) ).

cnf('48',plain,
    multiply(inverse(X),multiply(Y,X)) = Y,
    inference(paramodulation,[],['28','14']) ).

cnf('49',plain,
    multiply(inverse(X3),X3) = multiply(Y3,inverse(Y3)),
    inference(paramodulation,[],['43','48']) ).

cnf('50',plain,
    multiply(a4,b4) != multiply(b4,a4),
    inference(paramodulation,[then_simplify],['37','47','49']) ).

cnf('51',plain,
    $false,
    inference(resolution,[],['50','37']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : GRP109-1 : TPTP v8.1.2. Bugfixed v2.7.0.
% 0.12/0.12  % Command  : gkc %s
% 0.13/0.33  % Computer : n023.cluster.edu
% 0.13/0.33  % Model    : x86_64 x86_64
% 0.13/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.33  % Memory   : 8042.1875MB
% 0.13/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.33  % CPULimit : 300
% 0.13/0.33  % WCLimit  : 300
% 0.13/0.33  % DateTime : Tue Aug 29 00:04:55 EDT 2023
% 0.18/0.33  % CPUTime  : 
% 0.18/0.38  
% 0.18/0.38  input clause set summed statistics:
% 0.18/0.38  ----------------------------------
% 0.18/0.38  in_clause_count:                     3
% 0.18/0.38  in_rule_clause_count:                3
% 0.18/0.38  in_fact_clause_count:                0
% 0.18/0.38  in_answer_clause_count:              0
% 0.18/0.38  in_ground_clause_count:              1
% 0.18/0.38  in_unit_clause_count:                2
% 0.18/0.38  in_horn_clause_count:                3
% 0.18/0.38  in_pos_clause_count:                 2
% 0.18/0.38  in_neg_clause_count:                 1
% 0.18/0.38  in_poseq_clause_count:               2
% 0.18/0.38  in_negeq_clause_count:               1
% 0.18/0.38  in_unitposeq_clause_count:           2
% 0.18/0.38  in_chain_clause_count:               0
% 0.18/0.38  in_min_length:             1
% 0.18/0.38  in_max_length:             4
% 0.18/0.38  in_min_depth:              3
% 0.18/0.38  in_max_depth:              7
% 0.18/0.38  in_min_size:               8
% 0.18/0.38  in_max_size:              35
% 0.18/0.38  in_min_vars:               0
% 0.18/0.38  in_max_vars:               3
% 0.18/0.38  in_extaxiom_count:                 0
% 0.18/0.38  in_axiom_count:                    2
% 0.18/0.38  in_assumption_count:               0
% 0.18/0.38  in_goal_count:                     1
% 0.18/0.38  in_neg_goal_count:                 1
% 0.18/0.38  in_pos_goal_count:                 0
% 0.18/0.38  in_posunit_goal_count:             0
% 0.18/0.38  
% 0.18/0.38  auto guide:
% 0.18/0.38  -----------
% 0.18/0.38  {
% 0.18/0.38  "print":1,
% 0.18/0.38  "print_level": 15,
% 0.18/0.38  "max_size": 0,
% 0.18/0.38  "max_depth": 0,
% 0.18/0.38  "max_length": 0,
% 0.18/0.38  "max_dseconds": 0,
% 0.18/0.38  "runs":[
% 0.18/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":1, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":1, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":1, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":1, "strategy":["unit","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.18/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.18/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.18/0.38  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":2},
% 0.18/0.38  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":1, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.18/0.38  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.18/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.18/0.38  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.18/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.18/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.18/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.18/0.38  {"max_dseconds":1, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":1, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["query_focus", "double"], "query_preference":1},
% 0.18/0.38  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.18/0.38  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":1},
% 0.18/0.38  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.18/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_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":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 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":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.18/0.38  {"max_dseconds":1, "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":1},
% 0.18/0.38  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.18/0.38  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.18/0.38  {"max_dseconds":1, "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, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":1},
% 0.18/0.38  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":1},
% 0.18/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.18/0.38  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":1},
% 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":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.18/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.18/0.38  {"max_dseconds":1, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":1, "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":1},
% 0.18/0.38  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 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":1},
% 0.18/0.38  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.18/0.38  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":1},
% 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":1},
% 0.18/0.38  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.18/0.38  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":1},
% 0.18/0.38  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.18/0.38  
% 0.18/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":10, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.18/0.38  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":10, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":10, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":10, "strategy":["unit","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.18/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":1},
% 0.18/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":["hardness_pref"], "query_preference":1},
% 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":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.18/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":2},
% 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":["unit"], "query_preference":0, "depth_penalty":100},
% 0.18/0.38  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.18/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.18/0.38  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 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":["query_focus", "unit"], "query_preference":2},
% 0.18/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "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":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 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  {"max_dseconds":10, "strategy":["query_focus", "double"], "query_preference":1},
% 0.18/0.38  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":10},
% 0.18/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.18/0.38  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":10},
% 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":["query_focus"], "query_preference":1, "var_weight":1, "repeat_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  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":10},
% 0.18/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 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, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":10},
% 0.18/0.38  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":10},
% 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":["negative_pref"], "query_preference":1, "equality":0},
% 0.18/0.38  {"max_dseconds":10, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":10, "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":10},
% 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  {"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  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 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  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 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":["negative_pref"], "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":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 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_unordered_para"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 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","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":50, "strategy":["unit","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "weight_select_ratio":20},
% 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":["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, "strategy":["unit"], "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":["hardness_pref"], "query_preference":1},
% 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":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.18/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":2},
% 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":["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":["query_focus"], "query_preference":1, "rewrite":0},
% 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":["hardness_pref"], "query_preference":0, "rewrite":0},
% 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":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":2},
% 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"], "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":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 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  {"max_dseconds":50, "strategy":["query_focus", "double"], "query_preference":1},
% 0.18/0.38  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":50},
% 0.18/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.18/0.38  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":50},
% 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":["query_focus"], "query_preference":1, "var_weight":1, "repeat_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  {"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  {"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, "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  {"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":["negative_pref"], "query_preference":1, "equality":0},
% 0.18/0.38  {"max_dseconds":50, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":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  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "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  {"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  {"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  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 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":["negative_pref"], "query_preference":0},
% 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":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.18/0.38  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":250, "strategy":["unit"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":250, "strategy":["hardness_pref", "posunitpara"], "query_preference":0},
% 0.18/0.38  
% 0.18/0.38  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0},
% 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":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.18/0.38  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":1250, "strategy":["hardness_pref", "posunitpara"], "query_preference":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":["negative_pref"],"query_preference":0}
% 0.18/0.38  
% 0.18/0.38  **** run 2 fork 1 starts with strategy
% 0.18/0.38  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 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","prohibit_unordered_para"],"query_preference":0}
% 0.18/0.38  
% 0.18/0.38  **** run 4 fork 3 starts with strategy
% 0.18/0.38  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 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":0}
% 0.18/0.38  
% 0.18/0.38  **** run 6 fork 5 starts with strategy
% 0.18/0.38  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.18/0.38  
% 0.18/0.38  **** run 7 fork 6 starts with strategy
% 0.18/0.38  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para","prohibit_deep_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":["negative_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.18/0.41  
% 0.18/0.41  fork 3: search finished without proof.
% 0.18/0.41  
% 0.18/0.41  fork 5: search finished without proof.
% 0.18/0.41  
% 0.18/0.41  fork 6: search finished without proof.
% 0.18/0.41  
% 0.18/0.41  fork 7: search finished without proof.
% 0.19/0.44  
% 0.19/0.44  **** run 14 fork 5 starts with strategy
% 0.19/0.44  {"max_dseconds":1,"strategy":["negative_pref"],"weight_select_ratio":20}
% 0.19/0.44  **** run 12 fork 3 starts with strategy
% 0.19/0.44  
% 0.19/0.44  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.19/0.44  
% 0.19/0.44  **** run 15 fork 6 starts with strategy
% 0.19/0.44  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 0.19/0.44  
% 0.19/0.44  **** run 16 fork 7 starts with strategy
% 0.19/0.44  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1}
% 0.19/0.46  
% 0.19/0.46  fork 6: search finished without proof.
% 0.19/0.47  
% 0.19/0.47  **** run 23 fork 6 starts with strategy
% 0.19/0.47  {"max_dseconds":1,"strategy":["unit","pure_unit"],"max_size":30,"max_depth":10,"max_weight":300,"weight_select_ratio":1,"rewrite":0}
% 0.19/0.50  
% 0.19/0.50  
% 0.19/0.50  fork 1: search terminated without proof.
% 0.19/0.50  
% 0.19/0.50  
% 0.19/0.50  fork 2: search terminated without proof.
% 0.19/0.50  
% 0.19/0.50  
% 0.19/0.50  fork 0: search terminated without proof.
% 0.19/0.50  
% 0.19/0.50  
% 0.19/0.50  fork 4: search terminated without proof.
% 0.19/0.53  
% 0.19/0.53  **** run 10 fork 1 starts with strategy
% 0.19/0.53  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.19/0.53  
% 0.19/0.53  **** run 11 fork 2 starts with strategy
% 0.19/0.53  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0}
% 0.19/0.53  
% 0.19/0.53  **** run 9 fork 0 starts with strategy
% 0.19/0.53  {"max_dseconds":1,"strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.19/0.53  
% 0.19/0.53  **** run 13 fork 4 starts with strategy
% 0.19/0.53  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":0}
% 0.19/0.55  
% 0.19/0.55  fork 0: search finished without proof.
% 0.19/0.55  
% 0.19/0.55  fork 1: search finished without proof.
% 0.19/0.55  
% 0.19/0.55  
% 0.19/0.55  fork 7: search terminated without proof.
% 0.19/0.55  
% 0.19/0.55  
% 0.19/0.55  fork 5: search terminated without proof.
% 0.19/0.55  
% 0.19/0.55  
% 0.19/0.55  fork 3: search terminated without proof.
% 0.19/0.58  
% 0.19/0.58  **** run 18 fork 1 starts with strategy
% 0.19/0.58  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 0.19/0.58  
% 0.19/0.58  **** run 24 fork 7 starts with strategy
% 0.19/0.58  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":0}
% 0.19/0.58  
% 0.19/0.58  **** run 22 fork 5 starts with strategy
% 0.19/0.58  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 0.19/0.58  
% 0.19/0.58  **** run 20 fork 3 starts with strategy
% 0.19/0.58  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 1.72/0.59  
% 1.72/0.59  **** run 17 fork 0 starts with strategy
% 1.72/0.59  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":1}
% 1.88/0.61  
% 1.88/0.61  
% 1.88/0.61  fork 6: search terminated without proof.
% 1.88/0.62  
% 1.88/0.62  fork 0: search finished without proof.
% 1.88/0.62  
% 1.88/0.62  fork 5: search finished without proof.
% 1.88/0.63  
% 1.88/0.63  **** run 31 fork 6 starts with strategy
% 1.88/0.63  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 2.19/0.64  
% 2.19/0.64  **** run 25 fork 0 starts with strategy
% 2.19/0.64  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 2.19/0.64  
% 2.19/0.64  
% 2.19/0.64  fork 2: search terminated without proof.
% 2.19/0.64  
% 2.19/0.64  
% 2.19/0.64  fork 4: search terminated without proof.
% 2.19/0.64  
% 2.19/0.64  **** run 30 fork 5 starts with strategy
% 2.19/0.64  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"depth_penalty":100}
% 2.19/0.67  
% 2.19/0.67  **** run 21 fork 4 starts with strategy
% 2.19/0.67  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":1}
% 2.19/0.67  **** run 19 fork 2 starts with strategy
% 2.19/0.67  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 2.19/0.67  
% 2.19/0.69  
% 2.19/0.69  
% 2.19/0.69  fork 1: search terminated without proof.
% 2.19/0.71  
% 2.19/0.71  
% 2.19/0.71  fork 7: search terminated without proof.
% 2.19/0.71  
% 2.19/0.71  
% 2.19/0.71  fork 3: search terminated without proof.
% 2.19/0.72  
% 2.19/0.72  **** run 26 fork 1 starts with strategy
% 2.19/0.72  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":2}
% 2.19/0.73  
% 2.19/0.73  **** run 32 fork 7 starts with strategy
% 2.19/0.73  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"rewrite":0}
% 2.94/0.74  
% 2.94/0.74  **** run 28 fork 3 starts with strategy
% 2.94/0.74  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 2.94/0.75  
% 2.94/0.75  
% 2.94/0.75  fork 6: search terminated without proof.
% 2.94/0.76  
% 2.94/0.76  
% 2.94/0.76  fork 0: search terminated without proof.
% 2.94/0.76  
% 2.94/0.76  fork 7: search finished without proof.
% 2.94/0.77  
% 2.94/0.77  
% 2.94/0.77  fork 5: search terminated without proof.
% 2.94/0.78  
% 2.94/0.78  **** run 39 fork 6 starts with strategy
% 2.94/0.78  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 2.94/0.78  
% 2.94/0.78  **** run 33 fork 0 starts with strategy
% 2.94/0.78  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 2.94/0.78  
% 2.94/0.78  **** run 40 fork 7 starts with strategy
% 2.94/0.78  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1,"length_penalty":100}
% 2.94/0.79  
% 2.94/0.79  **** run 38 fork 5 starts with strategy
% 3.42/0.79  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":2}
% 3.42/0.80  
% 3.42/0.80  
% 3.42/0.80  fork 4: search terminated without proof.
% 3.42/0.81  
% 3.42/0.81  
% 3.42/0.81  fork 2: search terminated without proof.
% 3.42/0.82  
% 3.42/0.82  fork 0: search finished without proof.
% 3.42/0.83  
% 3.42/0.83  **** run 29 fork 4 starts with strategy
% 3.42/0.83  {"max_dseconds":1,"strategy":["query_focus","max_ground_weight"],"query_preference":1}
% 3.42/0.83  
% 3.42/0.83  
% 3.42/0.83  fork 1: search terminated without proof.
% 3.42/0.83  
% 3.42/0.83  **** run 27 fork 2 starts with strategy
% 3.42/0.83  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 3.42/0.85  
% 3.42/0.85  **** run 41 fork 0 starts with strategy
% 3.42/0.85  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"length_penalty":100}
% 3.93/0.86  
% 3.93/0.86  fork 4: search finished without proof.
% 3.93/0.86  
% 3.93/0.86  **** run 34 fork 1 starts with strategy
% 3.93/0.86  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"rewrite":0}
% 3.93/0.86  
% 3.93/0.86  
% 3.93/0.86  fork 3: search terminated without proof.
% 3.93/0.88  
% 3.93/0.88  **** run 37 fork 4 starts with strategy
% 3.93/0.88  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 3.93/0.88  
% 3.93/0.88  **** run 36 fork 3 starts with strategy
% 3.93/0.88  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 3.93/0.90  
% 3.93/0.90  
% 3.93/0.90  fork 6: search terminated without proof.
% 4.26/0.90  
% 4.26/0.90  
% 4.26/0.90  fork 7: search terminated without proof.
% 4.26/0.91  
% 4.26/0.91  fork 3: search finished without proof.
% 4.26/0.91  
% 4.26/0.91  
% 4.26/0.91  fork 5: search terminated without proof.
% 4.26/0.92  
% 4.26/0.92  **** run 47 fork 6 starts with strategy
% 4.26/0.92  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":1}
% 4.26/0.93  
% 4.26/0.93  **** run 48 fork 7 starts with strategy
% 4.26/0.93  {"max_dseconds":1,"strategy":["query_focus","double"],"query_preference":1}
% 4.26/0.93  
% 4.26/0.93  **** run 44 fork 3 starts with strategy
% 4.26/0.93  {"max_dseconds":1,"strategy":["negative_pref","posunitpara"],"query_preference":1,"max_depth":2,"depth_penalty":50,"length_penalty":100}
% 4.26/0.94  
% 4.26/0.94  **** run 46 fork 5 starts with strategy
% 4.26/0.94  {"max_dseconds":1,"strategy":["unit","pure_unit"],"query_preference":0}
% 4.59/0.95  
% 4.59/0.95  fork 6: search finished without proof.
% 4.59/0.95  
% 4.59/0.95  
% 4.59/0.95  fork 2: search terminated without proof.
% 4.59/0.96  
% 4.59/0.96  fork 7: search finished without proof.
% 4.59/0.96  
% 4.59/0.96  fork 3: search finished without proof.
% 4.59/0.97  
% 4.59/0.97  
% 4.59/0.97  fork 0: search terminated without proof.
% 4.59/0.97  
% 4.59/0.97  
% 4.59/0.97  fork 1: search terminated without proof.
% 4.59/0.97  
% 4.59/0.97  **** run 55 fork 6 starts with strategy
% 4.59/0.97  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 4.59/0.98  
% 4.59/0.98  **** run 35 fork 2 starts with strategy
% 4.59/0.98  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0}
% 4.59/0.98  
% 4.59/0.98  **** run 56 fork 7 starts with strategy
% 4.59/0.98  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 4.59/0.98  
% 4.59/0.98  **** run 52 fork 3 starts with strategy
% 4.59/0.98  {"weight_select_ratio":100,"query_preference":1,"strategy":["negative_pref"],"max_dseconds":1}
% 4.59/1.00  
% 4.59/1.00  **** run 42 fork 1 starts with strategy
% 4.59/1.00  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":3}
% 4.59/1.00  
% 4.59/1.00  **** run 49 fork 0 starts with strategy
% 4.59/1.00  {"depth_penalty":50,"query_preference":2,"strategy":["negative_pref"],"max_dseconds":1}
% 4.59/1.00  
% 4.59/1.00  
% 4.59/1.00  fork 4: search terminated without proof.
% 4.59/1.00  
% 4.59/1.00  fork 6: search finished without proof.
% 4.59/1.02  
% 4.59/1.02  **** run 63 fork 6 starts with strategy
% 4.59/1.02  {"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 4.59/1.02  
% 4.59/1.02  **** run 45 fork 4 starts with strategy
% 4.59/1.02  {"max_dseconds":1,"strategy":["negative_pref","prohibit_nested_para"],"query_preference":0}
% 4.59/1.03  
% 4.59/1.03  fork 1: search finished without proof.
% 5.36/1.05  
% 5.36/1.05  fork 4: search finished without proof.
% 5.36/1.06  
% 5.36/1.06  **** run 50 fork 1 starts with strategy
% 5.36/1.06  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 5.36/1.06  
% 5.36/1.06  
% 5.36/1.06  fork 5: search terminated without proof.
% 5.36/1.07  
% 5.36/1.07  **** run 53 fork 4 starts with strategy
% 5.36/1.07  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"max_depth":2}
% 5.36/1.08  
% 5.36/1.08  **** run 54 fork 5 starts with strategy
% 5.36/1.08  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":6,"var_weight":1}
% 5.80/1.10  
% 5.80/1.10  fork 4: search finished without proof.
% 5.80/1.10  
% 5.80/1.10  
% 5.80/1.10  fork 2: search terminated without proof.
% 5.80/1.10  
% 5.80/1.10  
% 5.80/1.10  fork 7: search terminated without proof.
% 5.80/1.10  
% 5.80/1.10  
% 5.80/1.10  fork 3: search terminated without proof.
% 5.80/1.12  
% 5.80/1.12  
% 5.80/1.12  fork 0: search terminated without proof.
% 5.80/1.12  
% 5.80/1.12  **** run 61 fork 4 starts with strategy
% 5.80/1.12  {"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}
% 5.80/1.12  
% 5.80/1.12  **** run 43 fork 2 starts with strategy
% 5.80/1.12  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":30,"depth_penalty":100}
% 5.80/1.13  
% 5.80/1.13  **** run 64 fork 7 starts with strategy
% 5.80/1.13  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":0,"depth_penalty":50,"length_penalty":100}
% 5.80/1.13  
% 5.80/1.13  **** run 60 fork 3 starts with strategy
% 5.80/1.13  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":1}
% 5.80/1.14  
% 5.80/1.14  **** run 57 fork 0 starts with strategy
% 5.80/1.14  {"max_dseconds":1,"strategy":["unit","pure_unit"],"weight_select_ratio":1,"query_preference":0}
% 5.80/1.14  
% 5.80/1.14  
% 5.80/1.14  fork 6: search terminated without proof.
% 5.80/1.16  
% 5.80/1.16  fork 3: search finished without proof.
% 5.80/1.16  
% 5.80/1.16  fork 2: search finished without proof.
% 6.36/1.17  
% 6.36/1.17  **** run 71 fork 6 starts with strategy
% 6.36/1.17  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"equality":0}
% 6.36/1.18  
% 6.36/1.18  
% 6.36/1.18  fork 1: search terminated without proof.
% 6.46/1.18  
% 6.46/1.18  **** run 68 fork 3 starts with strategy
% 6.46/1.18  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":1}
% 6.46/1.18  
% 6.46/1.18  **** run 51 fork 2 starts with strategy
% 6.46/1.18  {"max_depth":0,"length_penalty":100,"query_preference":2,"strategy":["hardness_pref","posunitpara"],"max_dseconds":1}
% 6.46/1.19  
% 6.46/1.19  fork 6: search finished without proof.
% 6.46/1.20  
% 6.46/1.20  **** run 58 fork 1 starts with strategy
% 6.46/1.20  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":0,"strategy":["query_focus","posunitpara"],"max_dseconds":1}
% 6.46/1.20  
% 6.46/1.20  
% 6.46/1.20  fork 5: search terminated without proof.
% 6.46/1.21  
% 6.46/1.21  **** run 79 fork 6 starts with strategy
% 6.46/1.21  {"depth_penalty":50,"query_preference":1,"strategy":["hardness_pref","hornpref","max_weight"],"max_dseconds":1}
% 6.81/1.23  
% 6.81/1.23  **** run 62 fork 5 starts with strategy
% 6.81/1.23  {"max_depth":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 6.97/1.24  
% 6.97/1.24  
% 6.97/1.24  fork 4: search terminated without proof.
% 6.97/1.25  
% 6.97/1.25  
% 6.97/1.25  fork 7: search terminated without proof.
% 6.97/1.26  
% 6.97/1.26  **** run 69 fork 4 starts with strategy
% 6.97/1.26  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":1}
% 6.97/1.27  
% 6.97/1.27  **** run 72 fork 7 starts with strategy
% 6.97/1.27  {"max_dseconds":1,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 6.97/1.28  
% 6.97/1.28  
% 6.97/1.28  fork 0: search terminated without proof.
% 6.97/1.30  
% 6.97/1.30  
% 6.97/1.30  fork 2: search terminated without proof.
% 6.97/1.31  
% 6.97/1.31  **** run 65 fork 0 starts with strategy
% 6.97/1.31  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":1,"strategy":["query_focus","max_weight"],"max_dseconds":1}
% 7.52/1.32  
% 7.52/1.32  
% 7.52/1.32  fork 1: search terminated without proof.
% 7.52/1.32  
% 7.52/1.32  **** run 59 fork 2 starts with strategy
% 7.52/1.32  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":2}
% 7.52/1.33  
% 7.52/1.33  
% 7.52/1.33  fork 6: search terminated without proof.
% 7.52/1.34  
% 7.52/1.34  fork 0: search finished without proof.
% 7.52/1.35  
% 7.52/1.35  
% 7.52/1.35  fork 5: search terminated without proof.
% 7.52/1.35  
% 7.52/1.35  **** run 66 fork 1 starts with strategy
% 7.52/1.35  {"weight_select_ratio":100,"query_preference":0,"strategy":["negative_pref","max_weight"],"max_dseconds":1}
% 7.52/1.35  
% 7.52/1.35  fork 2: search finished without proof.
% 7.52/1.35  
% 7.52/1.35  
% 7.52/1.35  result: proof found
% 7.52/1.35  for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 7.52/1.35  by run 68 fork 3 strategy {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":1}
% 7.52/1.35  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 7.52/1.35  
% 7.52/1.35  % SZS output start CNFRefutation for /export/starexec/sandbox/benchmark/theBenchmark.p 
% See solution above
% 7.52/1.35  
% 7.52/1.35  run 68 fork 3 statistics:
% 7.52/1.35  ----------------------------------
% 7.52/1.35  this run seconds: 0.066734
% 7.52/1.35  total seconds: 0.885361
% 7.52/1.35  stat_given_used: 82
% 7.52/1.35  stat_given_used_at_endgame: 0
% 7.52/1.35  stat_given_candidates:   219
% 7.52/1.35  stat_given_candidates_at_endgame: 0
% 7.52/1.35  stat_given_candidates_h: 0
% 7.52/1.35  stat_binres_derived_cl:   1
% 7.52/1.35  stat_binres_derived_cl_h: 0
% 7.52/1.35  stat_factor_derived_cl: 0
% 7.52/1.35  stat_para_derived_cl: 6347
% 7.52/1.35  stat_tautologies_discarded: 0
% 7.52/1.35  stat_forward_subsumed: 1071
% 7.52/1.35  stat_derived_cut: 9
% 7.52/1.35  stat_derived_rewritten: 7
% 7.52/1.35  stat_weight_discarded_building: 0
% 7.52/1.35  stat_weight_discarded_cl: 24
% 7.52/1.35  stat_internlimit_discarded_cl: 0
% 7.52/1.35  stat_simplified:  7 simplified 0 derived 0 given
% 7.52/1.35  stat_kept_cl: 4988
% 7.52/1.35  stat_built_cl: 5183
% 7.52/1.35  stat_hyperres_partial_cl: 0
% 7.52/1.35  stat_made_rewriters: 77
% 7.52/1.35  stat_backward_subsumed: 0
% 7.52/1.35  stat_propagated_subsumed: 0
% 7.52/1.35  stat_clsubs_attempted:                       273
% 7.52/1.35  stat_clsubs_fact_groundunit_found:             0
% 7.52/1.35  stat_clsubs_rule_groundunit_found:             0
% 7.52/1.35  stat_clsubs_top_meta_attempted:               3322
% 7.52/1.35  stat_clsubs_top_meta_failed:                  3049
% 7.52/1.35  stat_clsubs_top_meta_nonpref_attempted:                3322
% 7.52/1.35  stat_clsubs_top_meta_nonpref_succeeded:                 854
% 7.52/1.35  stat_clsubs_top_meta_pref_attempted:                    854
% 7.52/1.35  stat_clsubs_top_meta_pref1_succeeded:                   821
% 7.52/1.35  stat_clsubs_top_meta_pref2_succeeded:                   429
% 7.52/1.35  stat_clsubs_top_meta_pref3_succeeded:                   273
% 7.52/1.35  stat_clsubs_top_meta_pref_succeeded:                    273
% 7.52/1.35  stat_clsubs_meta_attempted:                  276
% 7.52/1.35  stat_clsubs_meta_failed:                       7
% 7.52/1.35  stat_clsubs_predsymbs_attempted:               0
% 7.52/1.35  stat_clsubs_unit_attempted:                  272
% 7.52/1.35  stat_clsubs_full_attempted:                    1
% 7.52/1.35  stat_forwardsubs_attempted:                 6083
% 7.52/1.35  stat_lit_hash_added:                   4983
% 7.52/1.35  stat_lit_hash_computed:               11223
% 7.52/1.35  stat_lit_hash_match_found:             1071
% 7.52/1.35  stat_lit_hash_match_miss:             10239
% 7.52/1.35  stat_lit_hash_cut_ok:                     0
% 7.52/1.35  stat_lit_strong_cut_ok:                   9
% 7.52/1.35  stat_lit_hash_subsume_ok:              1071
% 7.52/1.35  clqueue els 10000000 used 1
% 7.52/1.35  clactive els 10000000 used 83
% 7.52/1.35  clactivesubsume els 10000000 used 487
% 7.52/1.35  queue_termbuf els 200000000 used 471165
% 7.52/1.35  hyper_termbuf els 100000000 used 1
% 7.52/1.35  active_termbuf els 100000000 used 4206
% 7.52/1.35  varstack els 5000 last used 1
% 7.52/1.35  given_termbuf els 10000000 last used 28
% 7.52/1.35  simplified_termbuf els 10000000 last used 1
% 7.52/1.35  derived_termbuf els 10000000 last used 3
% 7.52/1.35  wr_mallocs: 19337
% 7.52/1.35  wr_callocs: 21
% 7.52/1.35  wr_reallocs: 520
% 7.52/1.35  wr_frees: 2
% 7.52/1.35  wr_malloc_bytes: 4163281412
% 7.52/1.35  wr_calloc_bytes: 112065536
% 7.52/1.35  wr_realloc_bytes: 98488
% 7.52/1.35  wr_realloc_freebytes: 0
% 7.52/1.35  ----------------------------------
%------------------------------------------------------------------------------