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

View Problem - Process Solution

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

% Computer : n018.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:37:40 EDT 2023

% Result   : Unsatisfiable 96.99s 12.89s
% Output   : CNFRefutation 96.99s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named '$inc_implies_definition')

% Comments : 
%------------------------------------------------------------------------------
cnf('1',plain,
    implies(X,Y) = or(not(X),Y),
    inference(cnf_transformation,[],['$inc_implies_definition']) ).

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

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

cnf('4',plain,
    theorem(implies(implies(X,Y),implies(or(Z,X),or(Z,Y)))),
    inference(resolution,[],['2','3']) ).

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

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

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

cnf('8',plain,
    theorem(implies(or(X,X),X)),
    inference(resolution,[],['7','3']) ).

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

cnf('10',plain,
    ( ~ theorem(or(X,or(Y,Y)))
    | theorem(or(X,Y)) ),
    inference(resolution,[],['9','5']) ).

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

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

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

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

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

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

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

cnf('18',plain,
    ( theorem(or(X,not(Y)))
    | ~ theorem(implies(Y,X)) ),
    inference(paramodulation,[],['1','17']) ).

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

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

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

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

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

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

cnf('25',plain,
    theorem(implies(X,not(not(X)))),
    inference(paramodulation,[],['1','24']) ).

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

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

cnf('28',plain,
    theorem(implies(implies(X3,or(Y3,Z3)),or(not(X3),or(Z3,Y3)))),
    inference(paramodulation,[],['1','27']) ).

cnf('29',plain,
    theorem(implies(implies(X,or(Y,Z)),implies(X,or(Z,Y)))),
    inference(simplify,[],['28','1']) ).

cnf('30',plain,
    ( ~ theorem(implies(X,or(Y,Z)))
    | theorem(implies(X,or(Z,Y))) ),
    inference(resolution,[],['29','5']) ).

cnf('31',plain,
    theorem(implies(or(X3,Y3),or(not(not(Y3)),X3))),
    inference(resolution,[],['26','30']) ).

cnf('32',plain,
    theorem(implies(or(X,Y),implies(not(Y),X))),
    inference(simplify,[],['31','1']) ).

cnf('33',plain,
    ( theorem(implies(not(X),Y))
    | ~ theorem(or(Y,X)) ),
    inference(resolution,[],['32','5']) ).

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

cnf('35',plain,
    axiom(implies(or(X3,implies(Y3,Z3)),or(not(Y3),or(X3,Z3)))),
    inference(paramodulation,[],['1','34']) ).

cnf('36',plain,
    axiom(implies(or(X,implies(Y,Z)),implies(Y,or(X,Z)))),
    inference(simplify,[],['35','1']) ).

cnf('37',plain,
    axiom(implies(or(not(X3),implies(Y3,Z3)),implies(Y3,implies(X3,Z3)))),
    inference(paramodulation,[],['1','36']) ).

cnf('38',plain,
    axiom(implies(implies(X,implies(Y,Z)),implies(Y,implies(X,Z)))),
    inference(simplify,[],['37','1']) ).

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

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

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

cnf('42',plain,
    ( theorem(implies(implies(X,Y),or(Z,Y)))
    | ~ theorem(or(Z,X)) ),
    inference(resolution,[],['41','5']) ).

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

cnf('44',plain,
    theorem(implies(implies(not(X),Y),or(Y,X))),
    inference(resolution,[],['43','30']) ).

cnf('45',plain,
    axiom(implies(or(not(X3),or(Y3,Z3)),or(Y3,implies(X3,Z3)))),
    inference(paramodulation,[],['1','34']) ).

cnf('46',plain,
    axiom(implies(implies(X,or(Y,Z)),or(Y,implies(X,Z)))),
    inference(simplify,[],['45','1']) ).

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

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

cnf('49',plain,
    ( theorem(or(implies(X,Y),Z))
    | ~ theorem(implies(X,or(Z,Y))) ),
    inference(resolution,[],['48','5']) ).

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

cnf('51',plain,
    theorem(implies(not(X),implies(implies(not(Y),X),Y))),
    inference(resolution,[],['33','50']) ).

cnf('52',plain,
    theorem(implies(implies(not(X),Y),implies(not(Y),X))),
    inference(resolution,[],['51','40']) ).

cnf('53',plain,
    ~ theorem(implies(implies(not(p),q),implies(not(q),p))),
    inference(cnf_transformation,[],[prove_this]) ).

cnf('54',plain,
    $false,
    inference(resolution,[],['52','53']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : LCL181-3 : TPTP v8.1.2. Released v2.3.0.
% 0.00/0.13  % Command  : gkc %s
% 0.12/0.33  % Computer : n018.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.34  % CPULimit : 300
% 0.12/0.34  % WCLimit  : 300
% 0.12/0.34  % DateTime : Thu Aug 24 18:23:13 EDT 2023
% 0.12/0.34  % CPUTime  : 
% 0.18/0.39  
% 0.18/0.39  input clause set summed statistics:
% 0.18/0.39  ----------------------------------
% 0.18/0.39  in_clause_count:                     9
% 0.18/0.39  in_rule_clause_count:                9
% 0.18/0.39  in_fact_clause_count:                0
% 0.18/0.39  in_answer_clause_count:              0
% 0.18/0.39  in_ground_clause_count:              1
% 0.18/0.39  in_unit_clause_count:                7
% 0.18/0.39  in_horn_clause_count:                9
% 0.18/0.39  in_pos_clause_count:                 6
% 0.18/0.39  in_neg_clause_count:                 1
% 0.18/0.39  in_poseq_clause_count:               1
% 0.18/0.39  in_negeq_clause_count:               0
% 0.18/0.39  in_unitposeq_clause_count:           1
% 0.18/0.39  in_chain_clause_count:               1
% 0.18/0.39  in_min_length:             1
% 0.18/0.39  in_max_length:             3
% 0.18/0.39  in_min_depth:              1
% 0.18/0.39  in_max_depth:              4
% 0.18/0.39  in_min_size:               4
% 0.18/0.39  in_max_size:              12
% 0.18/0.39  in_min_vars:               0
% 0.18/0.39  in_max_vars:               3
% 0.18/0.39  in_extaxiom_count:                 8
% 0.18/0.39  in_axiom_count:                    0
% 0.18/0.39  in_assumption_count:               0
% 0.18/0.39  in_goal_count:                     1
% 0.18/0.39  in_neg_goal_count:                 1
% 0.18/0.39  in_pos_goal_count:                 0
% 0.18/0.39  in_posunit_goal_count:             0
% 0.18/0.39  
% 0.18/0.39  auto guide:
% 0.18/0.39  -----------
% 0.18/0.39  {
% 0.18/0.39  "print":1,
% 0.18/0.39  "print_level": 15,
% 0.18/0.39  "max_size": 0,
% 0.18/0.39  "max_depth": 0,
% 0.18/0.39  "max_length": 0,
% 0.18/0.39  "max_dseconds": 0,
% 0.18/0.39  "runs":[
% 0.18/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0},
% 0.18/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.18/0.39  {"max_dseconds":1, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.18/0.39  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.18/0.39  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.18/0.39  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.18/0.39  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.18/0.39  {"max_dseconds":1, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.18/0.39  {"max_dseconds":1, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.18/0.39  {"max_dseconds":1, "strategy":["unit","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.18/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0},
% 0.18/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0},
% 0.18/0.39  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":0},
% 0.18/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.18/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1},
% 0.18/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1},
% 0.18/0.39  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.18/0.39  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.18/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":1},
% 0.18/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.18/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":1},
% 0.18/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.18/0.39  {"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.39  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.18/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.18/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.18/0.39  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.18/0.39  {"max_dseconds":1, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.18/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.18/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.18/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.18/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.18/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.18/0.39  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0},
% 0.18/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.18/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.18/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.18/0.39  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.18/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.18/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.18/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.18/0.39  {"max_dseconds":1, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.18/0.39  {"max_dseconds":1, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.18/0.39  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.18/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.18/0.39  {"max_dseconds":1, "strategy":["query_focus", "double"], "query_preference":1},
% 0.18/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.18/0.39  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":1},
% 0.18/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.18/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.18/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.18/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.18/0.39  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.18/0.39  {"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.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.18/0.39  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.18/0.39  {"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.39  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.18/0.39  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.18/0.39  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.18/0.39  {"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.39  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":1},
% 0.18/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.18/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":1},
% 0.18/0.39  {"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.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.18/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.18/0.39  {"max_dseconds":1, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.18/0.39  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.18/0.39  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":1},
% 0.18/0.39  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.18/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.18/0.39  {"max_dseconds":1, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.18/0.39  {"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.39  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.18/0.39  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":1},
% 0.18/0.39  {"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.39  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":1},
% 0.18/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.18/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.18/0.39  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":1},
% 0.18/0.39  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.18/0.39  
% 0.18/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0},
% 0.18/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.18/0.39  {"max_dseconds":10, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.18/0.39  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.18/0.39  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.18/0.39  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.18/0.39  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.18/0.39  {"max_dseconds":10, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.18/0.39  {"max_dseconds":10, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.18/0.39  {"max_dseconds":10, "strategy":["unit","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.18/0.39  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0},
% 0.18/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0},
% 0.18/0.39  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":0},
% 0.18/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.18/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1},
% 0.18/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1},
% 0.18/0.39  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.18/0.39  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.18/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":1},
% 0.18/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.18/0.39  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":1},
% 0.18/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.18/0.39  {"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.39  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.18/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.18/0.39  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.18/0.39  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.18/0.39  {"max_dseconds":10, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.18/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.18/0.39  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.18/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.18/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.18/0.39  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.18/0.39  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0},
% 0.18/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.18/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.18/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.18/0.39  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.18/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.18/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.18/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.18/0.39  {"max_dseconds":10, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.18/0.39  {"max_dseconds":10, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.18/0.39  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.18/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.18/0.39  {"max_dseconds":10, "strategy":["query_focus", "double"], "query_preference":1},
% 0.18/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.18/0.39  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":10},
% 0.18/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.18/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.18/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.18/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.18/0.39  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.18/0.39  {"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.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.18/0.39  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.18/0.39  {"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.39  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.18/0.39  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.18/0.39  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.18/0.39  {"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.39  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":10},
% 0.18/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.18/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":10},
% 0.18/0.39  {"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.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.18/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.18/0.39  {"max_dseconds":10, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.18/0.39  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.18/0.39  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":10},
% 0.18/0.39  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.18/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.18/0.39  {"max_dseconds":10, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.18/0.39  {"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.39  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.18/0.39  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":10},
% 0.18/0.39  {"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.39  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":10},
% 0.18/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.18/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.18/0.39  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":10},
% 0.18/0.39  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.18/0.39  
% 0.18/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0},
% 0.18/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.18/0.39  {"max_dseconds":50, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.18/0.39  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.18/0.39  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.18/0.39  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.18/0.39  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.18/0.39  {"max_dseconds":50, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.18/0.39  {"max_dseconds":50, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.18/0.39  {"max_dseconds":50, "strategy":["unit","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.18/0.39  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0},
% 0.18/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0},
% 0.18/0.39  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":0},
% 0.18/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.18/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1},
% 0.18/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1},
% 0.18/0.39  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.18/0.39  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.18/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":1},
% 0.18/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.18/0.39  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":1},
% 0.18/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.18/0.39  {"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.39  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.18/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.18/0.39  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.18/0.39  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.18/0.39  {"max_dseconds":50, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.18/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.18/0.39  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.18/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.18/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.18/0.39  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.18/0.39  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0},
% 0.18/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.18/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.18/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.18/0.39  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.18/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.18/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.18/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.18/0.39  {"max_dseconds":50, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.18/0.39  {"max_dseconds":50, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.18/0.39  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.18/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.18/0.39  {"max_dseconds":50, "strategy":["query_focus", "double"], "query_preference":1},
% 0.18/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.18/0.39  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":50},
% 0.18/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.18/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.18/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.18/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.18/0.39  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.18/0.39  {"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.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.18/0.39  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.18/0.39  {"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.39  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.18/0.39  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.18/0.39  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.18/0.39  {"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.39  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":50},
% 0.18/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.18/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":50},
% 0.18/0.39  {"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.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.18/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.18/0.39  {"max_dseconds":50, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.18/0.39  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.18/0.39  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":50},
% 0.18/0.39  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.18/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.18/0.39  {"max_dseconds":50, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.18/0.39  {"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.39  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.18/0.39  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":50},
% 0.18/0.39  {"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.39  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":50},
% 0.18/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.18/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.18/0.39  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":50},
% 0.18/0.39  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.18/0.39  
% 0.18/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0},
% 0.18/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.18/0.39  {"max_dseconds":250, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.18/0.39  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0},
% 0.18/0.39  {"max_dseconds":250, "strategy":["unit"], "query_preference":0},
% 0.18/0.39  {"max_dseconds":250, "strategy":["hardness_pref", "posunitpara"], "query_preference":0},
% 0.18/0.39  
% 0.18/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0},
% 0.18/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.18/0.39  {"max_dseconds":1250, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.18/0.39  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0},
% 0.18/0.39  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0},
% 0.18/0.39  {"max_dseconds":1250, "strategy":["hardness_pref", "posunitpara"], "query_preference":0} 
% 0.18/0.39  
% 0.18/0.39  ]}
% 0.18/0.39  
% 0.18/0.39  
% 0.18/0.39  **** run 1 fork 0 starts with strategy
% 0.18/0.39  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0}
% 0.18/0.39  
% 0.18/0.39  **** run 2 fork 1 starts with strategy
% 0.18/0.39  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 0.18/0.39  
% 0.18/0.39  **** run 3 fork 2 starts with strategy
% 0.18/0.39  {"max_dseconds":1,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 0.18/0.39  
% 0.18/0.39  **** run 4 fork 3 starts with strategy
% 0.18/0.39  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 0.18/0.39  
% 0.18/0.39  **** run 5 fork 4 starts with strategy
% 0.18/0.39  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 0.18/0.39  
% 0.18/0.39  **** run 6 fork 5 starts with strategy
% 0.18/0.39  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.18/0.39  
% 0.18/0.39  **** run 7 fork 6 starts with strategy
% 0.18/0.39  {"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.51  
% 0.18/0.51  fork 5: search finished without proof.
% 0.18/0.52  
% 0.18/0.52  
% 0.18/0.52  fork 0: search terminated without proof.
% 0.18/0.52  
% 0.18/0.52  
% 0.18/0.52  fork 1: search terminated without proof.
% 0.18/0.52  
% 0.18/0.52  
% 0.18/0.52  fork 2: search terminated without proof.
% 0.18/0.52  
% 0.18/0.52  
% 0.18/0.52  fork 3: search terminated without proof.
% 0.18/0.52  
% 0.18/0.52  
% 0.18/0.52  fork 4: search terminated without proof.
% 0.18/0.52  
% 0.18/0.52  
% 0.18/0.52  fork 6: search terminated without proof.
% 0.18/0.52  
% 0.18/0.52  
% 0.18/0.52  fork 7: search terminated without proof.
% 0.18/0.54  
% 0.18/0.54  **** run 9 fork 0 starts with strategy
% 0.18/0.54  {"max_dseconds":1,"strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.18/0.55  
% 0.18/0.55  **** run 15 fork 6 starts with strategy
% 0.18/0.55  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 0.18/0.55  
% 0.18/0.55  **** run 14 fork 5 starts with strategy
% 0.18/0.55  {"max_dseconds":1,"strategy":["negative_pref"],"weight_select_ratio":20}
% 0.18/0.55  
% 0.18/0.55  **** run 10 fork 1 starts with strategy
% 0.18/0.55  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.18/0.55  
% 0.18/0.55  **** run 11 fork 2 starts with strategy
% 0.18/0.55  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0}
% 0.18/0.55  
% 0.18/0.55  **** run 16 fork 7 starts with strategy
% 0.18/0.55  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1}
% 0.18/0.55  
% 0.18/0.55  **** run 13 fork 4 starts with strategy
% 0.18/0.55  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":0}
% 0.18/0.55  
% 0.18/0.55  **** run 12 fork 3 starts with strategy
% 0.18/0.55  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.18/0.66  
% 0.18/0.66  fork 2: search finished without proof.
% 0.18/0.67  
% 0.18/0.67  fork 4: search finished without proof.
% 0.18/0.67  
% 0.18/0.67  
% 0.18/0.67  fork 7: search terminated without proof.
% 0.18/0.67  
% 0.18/0.67  
% 0.18/0.67  fork 5: search terminated without proof.
% 0.18/0.67  
% 0.18/0.67  
% 0.18/0.67  fork 3: search terminated without proof.
% 0.18/0.68  
% 0.18/0.68  
% 0.18/0.68  fork 1: search terminated without proof.
% 0.18/0.68  
% 0.18/0.68  **** run 19 fork 2 starts with strategy
% 0.18/0.68  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.18/0.68  
% 0.18/0.68  fork 6: search finished without proof.
% 0.18/0.69  
% 0.18/0.69  
% 0.18/0.69  fork 0: search terminated without proof.
% 0.18/0.69  
% 0.18/0.69  **** run 21 fork 4 starts with strategy
% 0.18/0.69  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":1}
% 0.18/0.69  
% 0.18/0.69  **** run 24 fork 7 starts with strategy
% 0.18/0.69  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":0}
% 0.18/0.69  
% 0.18/0.69  **** run 20 fork 3 starts with strategy
% 0.18/0.69  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 0.18/0.70  
% 0.18/0.70  **** run 18 fork 1 starts with strategy
% 0.18/0.70  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 0.18/0.71  
% 0.18/0.71  **** run 22 fork 5 starts with strategy
% 0.18/0.71  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 0.18/0.72  
% 0.18/0.72  **** run 17 fork 0 starts with strategy
% 0.18/0.72  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":1}
% 0.18/0.73  
% 0.18/0.73  fork 7: search finished without proof.
% 0.18/0.74  
% 0.18/0.74  **** run 23 fork 6 starts with strategy
% 0.18/0.74  {"max_dseconds":1,"strategy":["unit","pure_unit"],"max_size":30,"max_depth":10,"max_weight":300,"weight_select_ratio":1,"rewrite":0}
% 2.56/0.75  
% 2.56/0.75  **** run 32 fork 7 starts with strategy
% 2.56/0.75  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 2.56/0.77  
% 2.56/0.77  fork 6: search finished without proof.
% 2.56/0.78  
% 2.56/0.78  fork 0: search finished without proof.
% 2.56/0.79  
% 2.56/0.79  **** run 31 fork 6 starts with strategy
% 2.56/0.79  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"rewrite":0}
% 2.56/0.80  
% 2.56/0.80  
% 2.56/0.80  fork 2: search terminated without proof.
% 3.24/0.80  
% 3.24/0.80  fork 4: search finished without proof.
% 3.24/0.80  
% 3.24/0.80  **** run 25 fork 0 starts with strategy
% 3.24/0.80  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 3.24/0.81  
% 3.24/0.81  fork 1: search finished without proof.
% 3.24/0.82  
% 3.24/0.82  **** run 27 fork 2 starts with strategy
% 3.24/0.82  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 3.24/0.82  
% 3.24/0.82  **** run 29 fork 4 starts with strategy
% 3.24/0.82  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"depth_penalty":100}
% 3.24/0.82  
% 3.24/0.82  
% 3.24/0.82  fork 3: search terminated without proof.
% 3.24/0.83  
% 3.24/0.83  **** run 26 fork 1 starts with strategy
% 3.24/0.83  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 3.24/0.85  
% 3.24/0.85  fork 5: search finished without proof.
% 3.24/0.85  
% 3.24/0.85  **** run 28 fork 3 starts with strategy
% 3.24/0.85  {"max_dseconds":1,"strategy":["query_focus","max_ground_weight"],"query_preference":1}
% 3.24/0.87  
% 3.24/0.87  **** run 30 fork 5 starts with strategy
% 3.24/0.87  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 3.24/0.87  
% 3.24/0.87  fork 7: search finished without proof.
% 3.92/0.89  
% 3.92/0.89  **** run 40 fork 7 starts with strategy
% 3.92/0.89  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":3}
% 3.92/0.92  
% 3.92/0.92  fork 7: search finished without proof.
% 3.92/0.92  
% 3.92/0.92  fork 6: search finished without proof.
% 3.92/0.93  
% 3.92/0.93  
% 3.92/0.93  fork 0: search terminated without proof.
% 3.92/0.94  
% 3.92/0.94  **** run 48 fork 7 starts with strategy
% 3.92/0.94  {"weight_select_ratio":100,"query_preference":1,"strategy":["negative_pref"],"max_dseconds":1}
% 3.92/0.94  
% 3.92/0.94  **** run 39 fork 6 starts with strategy
% 3.92/0.94  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"length_penalty":100}
% 3.92/0.94  
% 3.92/0.94  **** run 33 fork 0 starts with strategy
% 3.92/0.94  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"rewrite":0}
% 3.92/0.95  
% 3.92/0.95  
% 3.92/0.95  fork 1: search terminated without proof.
% 3.92/0.95  
% 3.92/0.95  fork 2: search finished without proof.
% 3.92/0.95  
% 3.92/0.95  
% 3.92/0.95  fork 4: search terminated without proof.
% 3.92/0.97  
% 3.92/0.97  fork 3: search finished without proof.
% 3.92/0.97  
% 3.92/0.97  **** run 34 fork 1 starts with strategy
% 3.92/0.97  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0}
% 3.92/0.97  
% 3.92/0.97  **** run 35 fork 2 starts with strategy
% 3.92/0.97  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 3.92/0.97  
% 3.92/0.97  **** run 37 fork 4 starts with strategy
% 3.92/0.97  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 4.69/0.99  
% 4.69/0.99  
% 4.69/0.99  fork 5: search terminated without proof.
% 4.69/0.99  
% 4.69/0.99  **** run 36 fork 3 starts with strategy
% 4.69/0.99  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 4.81/1.00  
% 4.81/1.00  **** run 38 fork 5 starts with strategy
% 4.81/1.00  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1,"length_penalty":100}
% 4.98/1.06  
% 4.98/1.06  
% 4.98/1.06  fork 7: search terminated without proof.
% 4.98/1.06  
% 4.98/1.06  
% 4.98/1.06  fork 6: search terminated without proof.
% 4.98/1.06  
% 4.98/1.06  fork 0: search finished without proof.
% 4.98/1.08  
% 4.98/1.08  fork 2: search finished without proof.
% 4.98/1.08  
% 4.98/1.08  **** run 56 fork 7 starts with strategy
% 4.98/1.08  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":1}
% 4.98/1.08  
% 4.98/1.08  fork 1: search finished without proof.
% 4.98/1.08  
% 4.98/1.08  **** run 47 fork 6 starts with strategy
% 4.98/1.08  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 4.98/1.08  
% 4.98/1.08  **** run 41 fork 0 starts with strategy
% 4.98/1.08  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":30,"depth_penalty":100}
% 4.98/1.09  
% 4.98/1.09  **** run 43 fork 2 starts with strategy
% 4.98/1.09  {"max_dseconds":1,"strategy":["negative_pref","prohibit_nested_para"],"query_preference":0}
% 4.98/1.10  
% 4.98/1.10  
% 4.98/1.10  fork 4: search terminated without proof.
% 5.64/1.10  
% 5.64/1.10  **** run 42 fork 1 starts with strategy
% 5.64/1.10  {"max_dseconds":1,"strategy":["negative_pref","posunitpara"],"query_preference":1,"max_depth":2,"depth_penalty":50,"length_penalty":100}
% 5.64/1.11  
% 5.64/1.11  
% 5.64/1.11  fork 3: search terminated without proof.
% 5.64/1.12  
% 5.64/1.12  **** run 45 fork 4 starts with strategy
% 5.64/1.12  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":1}
% 5.64/1.12  
% 5.64/1.12  fork 5: search finished without proof.
% 5.64/1.13  
% 5.64/1.13  **** run 44 fork 3 starts with strategy
% 5.64/1.13  {"max_dseconds":1,"strategy":["unit","pure_unit"],"query_preference":0}
% 5.64/1.13  
% 5.64/1.13  fork 1: search finished without proof.
% 5.64/1.14  
% 5.64/1.14  **** run 46 fork 5 starts with strategy
% 5.64/1.14  {"max_dseconds":1,"strategy":["query_focus","double"],"query_preference":1}
% 5.64/1.14  
% 5.64/1.14  fork 4: search finished without proof.
% 5.64/1.15  
% 5.64/1.15  **** run 50 fork 1 starts with strategy
% 5.64/1.15  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":6,"var_weight":1}
% 5.64/1.16  
% 5.64/1.16  fork 3: search finished without proof.
% 5.64/1.16  
% 5.64/1.16  **** run 53 fork 4 starts with strategy
% 5.64/1.16  {"max_dseconds":1,"strategy":["unit","pure_unit"],"weight_select_ratio":1,"query_preference":0}
% 5.64/1.18  
% 5.64/1.18  **** run 52 fork 3 starts with strategy
% 5.64/1.18  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 6.29/1.19  
% 6.29/1.19  fork 4: search finished without proof.
% 6.29/1.20  
% 6.29/1.20  fork 7: search finished without proof.
% 6.29/1.20  
% 6.29/1.20  
% 6.29/1.20  fork 6: search terminated without proof.
% 6.29/1.20  
% 6.29/1.20  fork 0: search finished without proof.
% 6.29/1.21  
% 6.29/1.21  **** run 61 fork 4 starts with strategy
% 6.29/1.21  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":1,"strategy":["query_focus","max_weight"],"max_dseconds":1}
% 6.29/1.22  
% 6.29/1.22  
% 6.29/1.22  fork 2: search terminated without proof.
% 6.29/1.22  
% 6.29/1.22  **** run 55 fork 6 starts with strategy
% 6.29/1.22  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":2}
% 6.29/1.22  
% 6.29/1.22  **** run 64 fork 7 starts with strategy
% 6.29/1.22  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":1}
% 6.29/1.22  
% 6.29/1.22  **** run 49 fork 0 starts with strategy
% 6.29/1.22  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"max_depth":2}
% 6.29/1.24  
% 6.29/1.24  **** run 51 fork 2 starts with strategy
% 6.29/1.24  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 6.29/1.25  
% 6.29/1.25  fork 6: search finished without proof.
% 6.29/1.25  
% 6.29/1.25  fork 7: search finished without proof.
% 6.29/1.25  
% 6.29/1.25  fork 0: search finished without proof.
% 6.29/1.26  
% 6.29/1.26  **** run 63 fork 6 starts with strategy
% 6.29/1.26  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 6.29/1.26  
% 6.29/1.26  fork 5: search finished without proof.
% 6.29/1.27  
% 6.29/1.27  **** run 57 fork 0 starts with strategy
% 6.29/1.27  {"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}
% 6.29/1.27  
% 6.29/1.27  **** run 72 fork 7 starts with strategy
% 6.29/1.27  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 7.08/1.28  
% 7.08/1.28  
% 7.08/1.28  fork 1: search terminated without proof.
% 7.08/1.28  
% 7.08/1.28  **** run 54 fork 5 starts with strategy
% 7.08/1.28  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":0,"strategy":["query_focus","posunitpara"],"max_dseconds":1}
% 7.21/1.30  
% 7.21/1.30  
% 7.21/1.30  fork 3: search terminated without proof.
% 7.21/1.30  
% 7.21/1.30  **** run 58 fork 1 starts with strategy
% 7.21/1.30  {"max_depth":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 7.21/1.32  
% 7.21/1.32  **** run 60 fork 3 starts with strategy
% 7.21/1.32  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":0,"depth_penalty":50,"length_penalty":100}
% 7.21/1.33  
% 7.21/1.33  fork 4: search finished without proof.
% 7.21/1.35  
% 7.21/1.35  **** run 69 fork 4 starts with strategy
% 7.21/1.35  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1}
% 7.21/1.36  
% 7.21/1.36  fork 2: search finished without proof.
% 7.21/1.37  
% 7.21/1.37  **** run 59 fork 2 starts with strategy
% 7.21/1.37  {"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 7.21/1.39  
% 7.21/1.39  
% 7.21/1.39  fork 7: search terminated without proof.
% 7.21/1.41  
% 7.21/1.41  fork 6: search finished without proof.
% 7.21/1.41  
% 7.21/1.41  **** run 80 fork 7 starts with strategy
% 7.21/1.41  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 7.21/1.42  
% 7.21/1.42  
% 7.21/1.42  fork 1: search terminated without proof.
% 7.21/1.42  
% 7.21/1.42  
% 7.21/1.42  fork 0: search terminated without proof.
% 7.21/1.42  
% 7.21/1.42  **** run 71 fork 6 starts with strategy
% 7.21/1.42  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight"],"max_dseconds":1}
% 7.21/1.43  
% 7.21/1.43  
% 7.21/1.43  fork 3: search terminated without proof.
% 8.30/1.45  
% 8.30/1.45  **** run 66 fork 1 starts with strategy
% 8.30/1.45  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"max_depth":2}
% 8.30/1.45  
% 8.30/1.45  
% 8.30/1.45  fork 5: search terminated without proof.
% 8.30/1.46  
% 8.30/1.46  **** run 65 fork 0 starts with strategy
% 8.30/1.46  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":1}
% 8.30/1.46  
% 8.30/1.46  **** run 68 fork 3 starts with strategy
% 8.30/1.46  {"max_dseconds":1,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 8.30/1.47  
% 8.30/1.47  fork 4: search finished without proof.
% 8.30/1.47  
% 8.30/1.47  fork 1: search finished without proof.
% 8.30/1.48  
% 8.30/1.48  **** run 62 fork 5 starts with strategy
% 8.30/1.48  {"weight_select_ratio":100,"query_preference":0,"strategy":["negative_pref","max_weight"],"max_dseconds":1}
% 8.30/1.48  
% 8.30/1.48  fork 0: search finished without proof.
% 8.30/1.49  
% 8.30/1.49  **** run 74 fork 1 starts with strategy
% 8.30/1.49  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":1}
% 8.30/1.49  
% 8.30/1.49  **** run 77 fork 4 starts with strategy
% 8.30/1.49  {"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}
% 8.30/1.49  
% 8.30/1.49  
% 8.30/1.49  fork 2: search terminated without proof.
% 8.30/1.50  
% 8.30/1.50  **** run 73 fork 0 starts with strategy
% 8.30/1.50  {"max_dseconds":1,"strategy":["query_focus","posunitpara"],"query_preference":1,"depth_penalty":50,"length_penalty":100}
% 8.30/1.51  
% 8.30/1.51  **** run 67 fork 2 starts with strategy
% 8.30/1.52  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"equality":0}
% 8.94/1.54  
% 8.94/1.54  
% 8.94/1.54  fork 7: search terminated without proof.
% 8.94/1.55  
% 8.94/1.55  
% 8.94/1.55  fork 6: search terminated without proof.
% 8.94/1.56  
% 8.94/1.56  **** run 88 fork 7 starts with strategy
% 8.94/1.56  {"max_dseconds":10,"strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 8.94/1.57  
% 8.94/1.57  **** run 79 fork 6 starts with strategy
% 8.94/1.57  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"weight_select_ratio":30,"depth_penalty":100,"length_penalty":100}
% 9.37/1.58  
% 9.37/1.58  
% 9.37/1.58  fork 3: search terminated without proof.
% 9.37/1.60  
% 9.37/1.60  
% 9.37/1.60  fork 5: search terminated without proof.
% 9.37/1.60  
% 9.37/1.60  **** run 76 fork 3 starts with strategy
% 9.37/1.60  {"rewrite":0,"depth_penalty":50,"query_preference":1,"strategy":["query_focus","hornpref"],"max_dseconds":1}
% 9.37/1.61  
% 9.37/1.61  
% 9.37/1.61  fork 1: search terminated without proof.
% 9.37/1.62  
% 9.37/1.62  
% 9.37/1.62  fork 4: search terminated without proof.
% 9.37/1.62  
% 9.37/1.62  **** run 70 fork 5 starts with strategy
% 9.37/1.62  {"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["positive_pref"],"max_dseconds":1}
% 9.37/1.63  
% 9.37/1.63  
% 9.37/1.63  fork 0: search terminated without proof.
% 9.37/1.63  
% 9.37/1.63  
% 9.37/1.63  fork 2: search terminated without proof.
% 9.37/1.64  
% 9.37/1.64  **** run 82 fork 1 starts with strategy
% 9.37/1.64  {"weight_select_ratio":100,"rewrite":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 9.37/1.64  
% 9.37/1.64  **** run 85 fork 4 starts with strategy
% 9.37/1.64  {"max_dseconds":10,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 9.37/1.65  
% 9.37/1.65  **** run 81 fork 0 starts with strategy
% 9.37/1.65  {"length_penalty":100,"query_preference":1,"strategy":["positive_pref","posunitpara"],"max_dseconds":1}
% 9.94/1.65  
% 9.94/1.65  **** run 75 fork 2 starts with strategy
% 9.94/1.65  {"depth_penalty":50,"query_preference":1,"strategy":["hardness_pref","hornpref","max_weight"],"max_dseconds":1}
% 10.08/1.69  
% 10.08/1.69  fork 6: search finished without proof.
% 10.08/1.71  
% 10.08/1.71  **** run 87 fork 6 starts with strategy
% 10.08/1.71  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 10.47/1.73  
% 10.47/1.73  fork 3: search finished without proof.
% 10.47/1.74  
% 10.47/1.74  fork 5: search finished without proof.
% 10.47/1.74  
% 10.47/1.74  **** run 84 fork 3 starts with strategy
% 10.47/1.74  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 10.68/1.76  
% 10.68/1.76  
% 10.68/1.76  fork 1: search terminated without proof.
% 10.68/1.76  
% 10.68/1.76  **** run 78 fork 5 starts with strategy
% 10.68/1.76  {"query_preference":1,"strategy":["unit","max_weight"],"max_dseconds":1}
% 10.68/1.77  
% 10.68/1.77  fork 0: search finished without proof.
% 10.68/1.77  
% 10.68/1.77  fork 2: search finished without proof.
% 10.68/1.78  
% 10.68/1.78  **** run 90 fork 1 starts with strategy
% 10.68/1.78  {"max_dseconds":10,"strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 10.68/1.79  
% 10.68/1.79  **** run 89 fork 0 starts with strategy
% 10.68/1.79  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 10.68/1.79  
% 10.68/1.79  **** run 83 fork 2 starts with strategy
% 10.68/1.79  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0}
% 11.74/1.88  
% 11.74/1.88  
% 11.74/1.88  fork 5: search terminated without proof.
% 11.74/1.90  
% 11.74/1.90  **** run 86 fork 5 starts with strategy
% 11.74/1.90  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 17.10/2.58  
% 17.10/2.58  
% 17.10/2.58  fork 7: search terminated without proof.
% 17.10/2.60  
% 17.10/2.60  **** run 96 fork 7 starts with strategy
% 17.10/2.60  {"max_dseconds":10,"strategy":["negative_pref"],"weight_select_ratio":20}
% 17.10/2.68  
% 17.10/2.68  
% 17.10/2.68  fork 4: search terminated without proof.
% 17.10/2.72  
% 17.10/2.72  **** run 93 fork 4 starts with strategy
% 17.10/2.72  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0}
% 18.21/2.76  
% 18.21/2.76  
% 18.21/2.76  fork 6: search terminated without proof.
% 18.74/2.78  
% 18.74/2.78  **** run 95 fork 6 starts with strategy
% 18.74/2.78  {"max_dseconds":10,"strategy":["hardness_pref","posunitpara"],"query_preference":0}
% 18.74/2.81  
% 18.74/2.81  
% 18.74/2.81  fork 0: search terminated without proof.
% 18.74/2.81  
% 18.74/2.81  
% 18.74/2.81  fork 3: search terminated without proof.
% 18.74/2.81  
% 18.74/2.81  
% 18.74/2.81  fork 2: search terminated without proof.
% 18.74/2.83  
% 18.74/2.83  **** run 97 fork 0 starts with strategy
% 18.74/2.83  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1}
% 18.74/2.84  
% 18.74/2.84  **** run 92 fork 3 starts with strategy
% 18.74/2.84  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 18.74/2.84  
% 18.74/2.84  **** run 91 fork 2 starts with strategy
% 18.74/2.84  {"max_dseconds":10,"strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 19.29/2.85  
% 19.29/2.85  
% 19.29/2.85  fork 1: search terminated without proof.
% 19.41/2.88  
% 19.41/2.88  **** run 98 fork 1 starts with strategy
% 19.41/2.88  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1}
% 20.06/2.98  
% 20.06/2.98  
% 20.06/2.98  fork 5: search terminated without proof.
% 20.06/3.00  
% 20.06/3.00  **** run 94 fork 5 starts with strategy
% 20.06/3.00  {"max_dseconds":10,"strategy":["unit"],"query_preference":0}
% 25.53/3.65  
% 25.53/3.65  
% 25.53/3.65  fork 7: search terminated without proof.
% 25.53/3.68  
% 25.53/3.68  **** run 104 fork 7 starts with strategy
% 25.53/3.68  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 26.31/3.75  
% 26.31/3.75  
% 26.31/3.75  fork 4: search terminated without proof.
% 26.31/3.77  
% 26.31/3.77  **** run 101 fork 4 starts with strategy
% 26.31/3.77  {"max_dseconds":10,"strategy":["unit"],"query_preference":1}
% 26.31/3.78  
% 26.31/3.78  fork 0: search finished without proof.
% 26.73/3.80  
% 26.73/3.80  
% 26.73/3.80  fork 6: search terminated without proof.
% 26.73/3.81  
% 26.73/3.81  **** run 105 fork 0 starts with strategy
% 26.73/3.81  {"max_dseconds":10,"strategy":["unit","pure_unit"],"max_size":30,"max_depth":10,"max_weight":300,"weight_select_ratio":1,"rewrite":0}
% 26.73/3.82  
% 26.73/3.82  **** run 103 fork 6 starts with strategy
% 26.73/3.82  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":1}
% 26.73/3.83  
% 26.73/3.83  fork 0: search finished without proof.
% 27.16/3.85  
% 27.16/3.85  **** run 113 fork 0 starts with strategy
% 27.16/3.85  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"rewrite":0}
% 27.20/3.86  
% 27.20/3.86  
% 27.20/3.86  fork 2: search terminated without proof.
% 27.20/3.89  
% 27.20/3.89  **** run 99 fork 2 starts with strategy
% 27.20/3.89  {"max_dseconds":10,"strategy":["query_focus","unit"],"query_preference":1}
% 27.20/3.90  
% 27.20/3.90  
% 27.20/3.90  fork 1: search terminated without proof.
% 27.20/3.91  
% 27.20/3.91  
% 27.20/3.91  fork 3: search terminated without proof.
% 27.20/3.91  
% 27.20/3.91  fork 2: search finished without proof.
% 27.20/3.93  
% 27.20/3.93  **** run 100 fork 3 starts with strategy
% 27.20/3.93  {"max_dseconds":10,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 27.20/3.93  
% 27.20/3.93  **** run 107 fork 2 starts with strategy
% 27.20/3.93  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 27.20/3.93  
% 27.20/3.93  **** run 106 fork 1 starts with strategy
% 27.20/3.93  {"max_dseconds":10,"strategy":["query_focus","unit"],"query_preference":0}
% 27.20/3.98  
% 27.20/3.98  fork 1: search finished without proof.
% 27.20/3.99  
% 27.20/3.99  **** run 114 fork 1 starts with strategy
% 27.20/3.99  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 28.75/4.08  
% 28.75/4.08  
% 28.75/4.08  fork 5: search terminated without proof.
% 28.75/4.10  
% 28.75/4.10  **** run 102 fork 5 starts with strategy
% 28.75/4.10  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 33.03/4.66  
% 33.03/4.66  fork 7: search finished without proof.
% 33.03/4.69  
% 33.03/4.69  **** run 112 fork 7 starts with strategy
% 33.03/4.69  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 34.27/4.79  
% 34.27/4.79  
% 34.27/4.79  fork 4: search terminated without proof.
% 34.27/4.82  
% 34.27/4.82  **** run 109 fork 4 starts with strategy
% 34.27/4.82  {"max_dseconds":10,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 35.03/4.86  
% 35.03/4.86  fork 0: search finished without proof.
% 35.03/4.87  
% 35.03/4.87  fork 6: search finished without proof.
% 35.03/4.88  
% 35.03/4.88  **** run 121 fork 0 starts with strategy
% 35.03/4.88  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"length_penalty":100}
% 35.27/4.89  
% 35.27/4.89  **** run 111 fork 6 starts with strategy
% 35.27/4.89  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"depth_penalty":100}
% 35.64/4.96  
% 35.64/4.96  fork 3: search finished without proof.
% 35.64/4.98  
% 35.64/4.98  fork 1: search finished without proof.
% 35.64/4.98  
% 35.64/4.98  
% 35.64/4.98  fork 2: search terminated without proof.
% 35.64/4.98  
% 35.64/4.98  **** run 108 fork 3 starts with strategy
% 35.64/4.98  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 36.18/5.01  
% 36.18/5.01  **** run 115 fork 2 starts with strategy
% 36.18/5.01  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0,"rewrite":0}
% 36.18/5.01  
% 36.18/5.01  **** run 122 fork 1 starts with strategy
% 36.18/5.01  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"max_depth":3}
% 36.18/5.03  
% 36.18/5.03  fork 1: search finished without proof.
% 36.18/5.05  
% 36.18/5.05  **** run 130 fork 1 starts with strategy
% 36.18/5.05  {"weight_select_ratio":100,"query_preference":1,"strategy":["negative_pref"],"max_dseconds":10}
% 36.69/5.12  
% 36.69/5.12  
% 36.69/5.12  fork 5: search terminated without proof.
% 36.69/5.14  
% 36.69/5.14  **** run 110 fork 5 starts with strategy
% 36.69/5.14  {"max_dseconds":10,"strategy":["query_focus","max_ground_weight"],"query_preference":1}
% 41.47/5.70  
% 41.47/5.70  fork 7: search finished without proof.
% 41.47/5.72  
% 41.47/5.72  **** run 120 fork 7 starts with strategy
% 41.47/5.72  {"max_dseconds":10,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1,"length_penalty":100}
% 42.17/5.77  
% 42.17/5.77  fork 4: search finished without proof.
% 42.17/5.80  
% 42.17/5.80  **** run 117 fork 4 starts with strategy
% 42.17/5.80  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 42.55/5.91  
% 42.55/5.91  
% 42.55/5.91  fork 0: search terminated without proof.
% 42.55/5.93  
% 42.55/5.93  **** run 129 fork 0 starts with strategy
% 42.55/5.93  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 43.55/5.99  
% 43.55/5.99  
% 43.55/5.99  fork 6: search terminated without proof.
% 43.55/6.00  
% 43.55/6.00  
% 43.55/6.00  fork 3: search terminated without proof.
% 43.55/6.01  
% 43.55/6.01  **** run 119 fork 6 starts with strategy
% 43.55/6.01  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 43.55/6.02  
% 43.55/6.02  **** run 116 fork 3 starts with strategy
% 43.55/6.02  {"max_dseconds":10,"strategy":["positive_pref"],"query_preference":0}
% 43.55/6.04  
% 43.55/6.04  
% 43.55/6.04  fork 2: search terminated without proof.
% 43.55/6.06  
% 43.55/6.06  **** run 123 fork 2 starts with strategy
% 43.55/6.06  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":30,"depth_penalty":100}
% 44.43/6.11  
% 44.43/6.11  
% 44.43/6.11  fork 1: search terminated without proof.
% 44.89/6.12  
% 44.89/6.12  fork 5: search finished without proof.
% 44.89/6.15  
% 44.89/6.15  **** run 138 fork 1 starts with strategy
% 44.89/6.15  {"max_dseconds":10,"strategy":["query_focus","positive_pref"],"query_preference":1}
% 44.89/6.15  
% 44.89/6.15  **** run 118 fork 5 starts with strategy
% 44.89/6.15  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 47.51/6.46  
% 47.51/6.46  fork 4: search finished without proof.
% 47.51/6.48  
% 47.51/6.48  **** run 125 fork 4 starts with strategy
% 47.51/6.48  {"max_dseconds":10,"strategy":["negative_pref","prohibit_nested_para"],"query_preference":0}
% 49.10/6.73  
% 49.10/6.73  fork 7: search finished without proof.
% 49.92/6.77  
% 49.92/6.77  **** run 128 fork 7 starts with strategy
% 49.92/6.77  {"max_dseconds":10,"strategy":["query_focus","double"],"query_preference":1}
% 51.01/6.96  
% 51.01/6.96  fork 3: search finished without proof.
% 51.57/6.98  
% 51.57/6.98  
% 51.57/6.98  fork 0: search terminated without proof.
% 51.57/6.98  
% 51.57/6.98  **** run 124 fork 3 starts with strategy
% 51.57/6.98  {"max_dseconds":10,"strategy":["negative_pref","posunitpara"],"query_preference":1,"max_depth":2,"depth_penalty":50,"length_penalty":100}
% 51.57/7.00  
% 51.57/7.00  **** run 137 fork 0 starts with strategy
% 51.57/7.00  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"max_depth":2}
% 51.57/7.01  
% 51.57/7.01  fork 3: search finished without proof.
% 51.57/7.02  
% 51.57/7.02  **** run 132 fork 3 starts with strategy
% 51.57/7.02  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":6,"var_weight":1}
% 51.57/7.03  
% 51.57/7.03  fork 0: search finished without proof.
% 51.57/7.03  
% 51.57/7.03  
% 51.57/7.03  fork 6: search terminated without proof.
% 51.57/7.04  
% 51.57/7.04  fork 2: search finished without proof.
% 51.57/7.04  
% 51.57/7.04  **** run 145 fork 0 starts with strategy
% 51.57/7.04  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":10}
% 51.57/7.05  
% 51.57/7.05  **** run 127 fork 6 starts with strategy
% 51.57/7.05  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"max_depth":1}
% 52.32/7.07  
% 52.32/7.07  **** run 131 fork 2 starts with strategy
% 52.32/7.07  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"max_depth":2}
% 52.32/7.07  
% 52.32/7.07  fork 6: search finished without proof.
% 52.52/7.09  
% 52.52/7.09  **** run 135 fork 6 starts with strategy
% 52.52/7.09  {"max_dseconds":10,"strategy":["unit","pure_unit"],"weight_select_ratio":1,"query_preference":0}
% 52.52/7.10  
% 52.52/7.10  fork 2: search finished without proof.
% 52.52/7.11  
% 52.52/7.11  fork 6: search finished without proof.
% 52.52/7.12  
% 52.52/7.12  **** run 139 fork 2 starts with strategy
% 52.52/7.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":10}
% 52.72/7.12  
% 52.72/7.12  fork 1: search finished without proof.
% 52.79/7.13  
% 52.79/7.13  **** run 143 fork 6 starts with strategy
% 52.79/7.13  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":1,"strategy":["query_focus","max_weight"],"max_dseconds":10}
% 52.79/7.15  
% 52.79/7.15  **** run 146 fork 1 starts with strategy
% 52.79/7.15  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":10}
% 52.79/7.17  
% 52.79/7.17  fork 1: search finished without proof.
% 52.79/7.18  
% 52.79/7.18  
% 52.79/7.18  fork 5: search terminated without proof.
% 52.79/7.19  
% 52.79/7.19  **** run 154 fork 1 starts with strategy
% 52.79/7.19  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 52.79/7.21  
% 52.79/7.21  **** run 126 fork 5 starts with strategy
% 52.79/7.21  {"max_dseconds":10,"strategy":["unit","pure_unit"],"query_preference":0}
% 52.79/7.23  
% 52.79/7.23  fork 5: search finished without proof.
% 52.79/7.25  
% 52.79/7.25  **** run 134 fork 5 starts with strategy
% 52.79/7.25  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":10}
% 55.59/7.55  
% 55.59/7.55  
% 55.59/7.55  fork 4: search terminated without proof.
% 55.59/7.58  
% 55.59/7.58  **** run 133 fork 4 starts with strategy
% 55.59/7.58  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 57.24/7.73  
% 57.24/7.73  fork 7: search finished without proof.
% 57.24/7.75  
% 57.24/7.75  **** run 136 fork 7 starts with strategy
% 57.24/7.75  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":0,"strategy":["query_focus","posunitpara"],"max_dseconds":10}
% 59.78/8.08  
% 59.78/8.08  
% 59.78/8.08  fork 0: search terminated without proof.
% 59.78/8.09  
% 59.78/8.09  
% 59.78/8.09  fork 3: search terminated without proof.
% 59.78/8.11  
% 59.78/8.11  **** run 153 fork 0 starts with strategy
% 59.78/8.11  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight"],"max_dseconds":10}
% 59.78/8.11  
% 59.78/8.11  **** run 140 fork 3 starts with strategy
% 59.78/8.11  {"max_depth":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":10}
% 60.54/8.16  
% 60.54/8.16  fork 6: search finished without proof.
% 60.54/8.18  
% 60.54/8.18  **** run 151 fork 6 starts with strategy
% 60.54/8.18  {"max_dseconds":10,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1}
% 60.54/8.19  
% 60.54/8.19  
% 60.54/8.19  fork 2: search terminated without proof.
% 61.05/8.21  
% 61.05/8.21  **** run 147 fork 2 starts with strategy
% 61.05/8.21  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":10}
% 61.05/8.23  
% 61.05/8.23  fork 2: search finished without proof.
% 61.05/8.25  
% 61.05/8.25  **** run 155 fork 2 starts with strategy
% 61.05/8.25  {"max_dseconds":10,"strategy":["query_focus","posunitpara"],"query_preference":1,"depth_penalty":50,"length_penalty":100}
% 61.05/8.26  
% 61.05/8.26  
% 61.05/8.26  fork 1: search terminated without proof.
% 61.66/8.28  
% 61.66/8.28  
% 61.66/8.28  fork 5: search terminated without proof.
% 61.66/8.29  
% 61.66/8.29  **** run 162 fork 1 starts with strategy
% 61.66/8.29  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 61.66/8.30  
% 61.66/8.30  **** run 142 fork 5 starts with strategy
% 61.66/8.30  {"max_dseconds":10,"strategy":["hardness_pref","posunitpara"],"query_preference":0,"depth_penalty":50,"length_penalty":100}
% 63.46/8.54  
% 63.46/8.54  fork 4: search finished without proof.
% 64.01/8.56  
% 64.01/8.56  **** run 141 fork 4 starts with strategy
% 64.01/8.56  {"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":10}
% 64.75/8.74  
% 64.75/8.74  fork 7: search finished without proof.
% 65.60/8.79  
% 65.60/8.79  **** run 144 fork 7 starts with strategy
% 65.60/8.79  {"weight_select_ratio":100,"query_preference":0,"strategy":["negative_pref","max_weight"],"max_dseconds":10}
% 68.38/9.14  
% 68.38/9.14  fork 6: search finished without proof.
% 68.38/9.14  
% 68.38/9.14  
% 68.38/9.14  fork 3: search terminated without proof.
% 68.54/9.16  
% 68.54/9.16  
% 68.54/9.16  fork 0: search terminated without proof.
% 68.54/9.16  
% 68.54/9.16  **** run 159 fork 6 starts with strategy
% 68.54/9.16  {"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}
% 68.54/9.16  
% 68.54/9.16  **** run 148 fork 3 starts with strategy
% 68.54/9.16  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"max_depth":2}
% 68.54/9.19  
% 68.54/9.19  fork 3: search finished without proof.
% 68.54/9.19  
% 68.54/9.19  **** run 161 fork 0 starts with strategy
% 68.54/9.19  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"weight_select_ratio":30,"depth_penalty":100,"length_penalty":100}
% 68.54/9.20  
% 68.54/9.20  **** run 156 fork 3 starts with strategy
% 68.54/9.20  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":10}
% 68.54/9.27  
% 68.54/9.27  fork 2: search finished without proof.
% 68.54/9.31  
% 68.54/9.31  **** run 163 fork 2 starts with strategy
% 68.54/9.31  {"length_penalty":100,"query_preference":1,"strategy":["positive_pref","posunitpara"],"max_dseconds":10}
% 68.54/9.32  
% 68.54/9.32  fork 1: search finished without proof.
% 68.54/9.34  
% 68.54/9.34  **** run 170 fork 1 starts with strategy
% 68.54/9.34  {"max_dseconds":50,"strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 69.63/9.36  
% 69.63/9.36  fork 5: search finished without proof.
% 69.63/9.38  
% 69.63/9.38  **** run 150 fork 5 starts with strategy
% 69.63/9.38  {"max_dseconds":10,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 71.40/9.60  
% 71.40/9.60  
% 71.40/9.60  fork 4: search terminated without proof.
% 72.16/9.62  
% 72.16/9.62  **** run 149 fork 4 starts with strategy
% 72.16/9.62  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"equality":0}
% 73.62/9.82  
% 73.62/9.82  
% 73.62/9.82  fork 7: search terminated without proof.
% 73.62/9.85  
% 73.62/9.85  **** run 152 fork 7 starts with strategy
% 73.62/9.85  {"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["positive_pref"],"max_dseconds":10}
% 76.53/10.21  
% 76.53/10.21  fork 6: search finished without proof.
% 76.53/10.22  
% 76.53/10.22  fork 3: search finished without proof.
% 76.53/10.24  
% 76.53/10.24  fork 0: search finished without proof.
% 76.53/10.27  
% 76.53/10.27  **** run 169 fork 0 starts with strategy
% 76.53/10.27  {"max_dseconds":50,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 77.27/10.27  
% 77.27/10.27  **** run 167 fork 6 starts with strategy
% 77.27/10.27  {"max_dseconds":50,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 77.27/10.28  
% 77.27/10.28  **** run 164 fork 3 starts with strategy
% 77.27/10.28  {"weight_select_ratio":100,"rewrite":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":10}
% 77.71/10.32  
% 77.71/10.32  fork 2: search finished without proof.
% 77.71/10.35  
% 77.71/10.35  **** run 171 fork 2 starts with strategy
% 77.71/10.35  {"max_dseconds":50,"strategy":["unit","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 77.71/10.38  
% 77.71/10.38  fork 5: search finished without proof.
% 77.71/10.40  
% 77.71/10.40  **** run 158 fork 5 starts with strategy
% 77.71/10.40  {"rewrite":0,"depth_penalty":50,"query_preference":1,"strategy":["query_focus","hornpref"],"max_dseconds":10}
% 79.66/10.65  
% 79.66/10.65  
% 79.66/10.65  fork 4: search terminated without proof.
% 79.66/10.68  
% 79.66/10.68  **** run 157 fork 4 starts with strategy
% 79.66/10.68  {"depth_penalty":50,"query_preference":1,"strategy":["hardness_pref","hornpref","max_weight"],"max_dseconds":10}
% 81.91/10.89  
% 81.91/10.89  fork 7: search finished without proof.
% 81.91/10.94  
% 81.91/10.94  **** run 160 fork 7 starts with strategy
% 81.91/10.94  {"query_preference":1,"strategy":["unit","max_weight"],"max_dseconds":10}
% 84.30/11.33  
% 84.30/11.33  
% 84.30/11.33  fork 3: search terminated without proof.
% 84.30/11.35  
% 84.30/11.35  fork 5: search finished without proof.
% 84.30/11.36  
% 84.30/11.36  **** run 172 fork 3 starts with strategy
% 84.30/11.36  {"max_dseconds":50,"strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 85.57/11.38  
% 85.57/11.38  **** run 166 fork 5 starts with strategy
% 85.57/11.38  {"max_dseconds":50,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 88.47/11.70  
% 88.47/11.70  fork 4: search finished without proof.
% 88.47/11.72  
% 88.47/11.72  **** run 165 fork 4 starts with strategy
% 88.47/11.72  {"max_dseconds":50,"strategy":["negative_pref"],"query_preference":0}
% 90.05/12.00  
% 90.05/12.00  
% 90.05/12.00  fork 7: search terminated without proof.
% 90.05/12.04  
% 90.05/12.04  **** run 168 fork 7 starts with strategy
% 90.05/12.04  {"max_dseconds":50,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 96.99/12.89  
% 96.99/12.89  
% 96.99/12.89  result: proof found
% 96.99/12.89  for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 96.99/12.89  by run 166 fork 5 strategy {"max_dseconds":50,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 96.99/12.89  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 96.99/12.89  
% 96.99/12.89  % SZS output start CNFRefutation for /export/starexec/sandbox/benchmark/theBenchmark.p 
% See solution above
% 96.99/12.89  
% 96.99/12.89  run 166 fork 5 statistics:
% 96.99/12.89  ----------------------------------
% 96.99/12.89  this run seconds: 1.038575
% 96.99/12.89  total seconds: 11.769057
% 96.99/12.89  stat_given_used: 3211
% 96.99/12.89  stat_given_used_at_endgame: 0
% 96.99/12.89  stat_given_candidates:   4960
% 96.99/12.89  stat_given_candidates_at_endgame: 0
% 96.99/12.89  stat_given_candidates_h: 0
% 96.99/12.89  stat_binres_derived_cl:   397695
% 96.99/12.89  stat_binres_derived_cl_h: 0
% 96.99/12.89  stat_factor_derived_cl: 0
% 96.99/12.89  stat_para_derived_cl: 3993
% 96.99/12.89  stat_tautologies_discarded: 1
% 96.99/12.89  stat_forward_subsumed: 175407
% 96.99/12.89  stat_derived_cut: 0
% 96.99/12.89  stat_derived_rewritten: 76
% 96.99/12.89  stat_weight_discarded_building: 0
% 96.99/12.89  stat_weight_discarded_cl: 0
% 96.99/12.89  stat_internlimit_discarded_cl: 0
% 96.99/12.89  stat_simplified:  76 simplified 0 derived 0 given
% 96.99/12.89  stat_kept_cl: 226277
% 96.99/12.89  stat_built_cl: 232775
% 96.99/12.89  stat_hyperres_partial_cl: 0
% 96.99/12.89  stat_made_rewriters: 1
% 96.99/12.89  stat_backward_subsumed: 0
% 96.99/12.89  stat_propagated_subsumed: 0
% 96.99/12.89  stat_clsubs_attempted:                    528840
% 96.99/12.89  stat_clsubs_fact_groundunit_found:             0
% 96.99/12.90  stat_clsubs_rule_groundunit_found:             1
% 96.99/12.90  stat_clsubs_top_meta_attempted:            5810075
% 96.99/12.90  stat_clsubs_top_meta_failed:               5281235
% 96.99/12.90  stat_clsubs_top_meta_nonpref_attempted:             5810075
% 96.99/12.90  stat_clsubs_top_meta_nonpref_succeeded:             1830459
% 96.99/12.90  stat_clsubs_top_meta_pref_attempted:                1830459
% 96.99/12.90  stat_clsubs_top_meta_pref1_succeeded:               1790228
% 96.99/12.90  stat_clsubs_top_meta_pref2_succeeded:                903599
% 96.99/12.90  stat_clsubs_top_meta_pref3_succeeded:                528840
% 96.99/12.90  stat_clsubs_top_meta_pref_succeeded:                 528840
% 96.99/12.90  stat_clsubs_meta_attempted:               575385
% 96.99/12.90  stat_clsubs_meta_failed:                  131365
% 96.99/12.90  stat_clsubs_predsymbs_attempted:               0
% 96.99/12.90  stat_clsubs_unit_attempted:               439666
% 96.99/12.90  stat_clsubs_full_attempted:                89174
% 96.99/12.90  stat_forwardsubs_attempted:               401684
% 96.99/12.90  stat_lit_hash_added:                 228060
% 96.99/12.90  stat_lit_hash_computed:              642176
% 96.99/12.90  stat_lit_hash_match_found:           175813
% 96.99/12.90  stat_lit_hash_match_miss:            467297
% 96.99/12.90  stat_lit_hash_cut_ok:                     0
% 96.99/12.90  stat_lit_strong_cut_ok:                   0
% 96.99/12.90  stat_lit_hash_subsume_ok:            175407
% 96.99/12.90  clqueue els 10000000 used 1
% 96.99/12.90  clactive els 10000000 used 3212
% 96.99/12.90  clactivesubsume els 10000000 used 19261
% 96.99/12.90  queue_termbuf els 200000000 used 17422717
% 96.99/12.90  hyper_termbuf els 100000000 used 1
% 96.99/12.90  active_termbuf els 100000000 used 149248
% 96.99/12.90  varstack els 5000 last used 1
% 96.99/12.90  given_termbuf els 10000000 last used 1
% 96.99/12.90  simplified_termbuf els 10000000 last used 1
% 96.99/12.90  derived_termbuf els 10000000 last used 39
% 96.99/12.90  wr_mallocs: 165753
% 96.99/12.90  wr_callocs: 19
% 96.99/12.90  wr_reallocs: 59129
% 96.99/12.90  wr_frees: 2
% 96.99/12.90  wr_malloc_bytes: 4170187828
% 96.99/12.90  wr_calloc_bytes: 96065504
% 96.99/12.90  wr_realloc_bytes: 9945768
% 96.99/12.90  wr_realloc_freebytes: 0
% 96.99/12.90  ----------------------------------
%------------------------------------------------------------------------------