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

View Problem - Process Solution

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

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

% Result   : Unsatisfiable 196.21s 25.53s
% Output   : CNFRefutation 196.21s
% 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(implies(implies(X3,Y3),implies(implies(Z3,X3),or(not(Z3),Y3)))),
    inference(paramodulation,[],['1','2']) ).

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

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

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

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

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

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

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

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

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

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

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

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

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

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

cnf('18',plain,
    theorem(implies(or(X,or(Y,Z)),or(X,or(Z,Y)))),
    inference(resolution,[],['17','14']) ).

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

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

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

cnf('22',plain,
    ~ theorem(implies(or(or(p,q),r),or(p,or(q,r)))),
    inference(cnf_transformation,[],[prove_this]) ).

cnf('23',plain,
    $false,
    inference(resolution,[],['21','22']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : LCL192-3 : TPTP v8.1.2. Released v2.3.0.
% 0.00/0.13  % Command  : gkc %s
% 0.13/0.34  % Computer : n025.cluster.edu
% 0.13/0.34  % Model    : x86_64 x86_64
% 0.13/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.34  % Memory   : 8042.1875MB
% 0.13/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.34  % CPULimit : 300
% 0.13/0.34  % WCLimit  : 300
% 0.13/0.34  % DateTime : Thu Aug 24 22:08:36 EDT 2023
% 0.13/0.34  % CPUTime  : 
% 0.19/0.39  
% 0.19/0.39  input clause set summed statistics:
% 0.19/0.39  ----------------------------------
% 0.19/0.39  in_clause_count:                     9
% 0.19/0.39  in_rule_clause_count:                9
% 0.19/0.39  in_fact_clause_count:                0
% 0.19/0.39  in_answer_clause_count:              0
% 0.19/0.39  in_ground_clause_count:              1
% 0.19/0.39  in_unit_clause_count:                7
% 0.19/0.39  in_horn_clause_count:                9
% 0.19/0.39  in_pos_clause_count:                 6
% 0.19/0.39  in_neg_clause_count:                 1
% 0.19/0.39  in_poseq_clause_count:               1
% 0.19/0.39  in_negeq_clause_count:               0
% 0.19/0.39  in_unitposeq_clause_count:           1
% 0.19/0.39  in_chain_clause_count:               1
% 0.19/0.39  in_min_length:             1
% 0.19/0.39  in_max_length:             3
% 0.19/0.39  in_min_depth:              1
% 0.19/0.39  in_max_depth:              4
% 0.19/0.39  in_min_size:               4
% 0.19/0.39  in_max_size:              12
% 0.19/0.39  in_min_vars:               0
% 0.19/0.39  in_max_vars:               3
% 0.19/0.39  in_extaxiom_count:                 8
% 0.19/0.39  in_axiom_count:                    0
% 0.19/0.39  in_assumption_count:               0
% 0.19/0.39  in_goal_count:                     1
% 0.19/0.39  in_neg_goal_count:                 1
% 0.19/0.39  in_pos_goal_count:                 0
% 0.19/0.39  in_posunit_goal_count:             0
% 0.19/0.39  
% 0.19/0.39  auto guide:
% 0.19/0.39  -----------
% 0.19/0.39  {
% 0.19/0.39  "print":1,
% 0.19/0.39  "print_level": 15,
% 0.19/0.39  "max_size": 0,
% 0.19/0.39  "max_depth": 0,
% 0.19/0.39  "max_length": 0,
% 0.19/0.39  "max_dseconds": 0,
% 0.19/0.39  "runs":[
% 0.19/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":1, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":1, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":1, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":1, "strategy":["unit","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.19/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.19/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.19/0.39  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":1, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.19/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.19/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.19/0.39  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.19/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.19/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.19/0.39  {"max_dseconds":1, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":1, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["query_focus", "double"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.19/0.39  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.19/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.19/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.19/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.19/0.39  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.19/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.19/0.39  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.19/0.39  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.19/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.19/0.39  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":1},
% 0.19/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.19/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":1},
% 0.19/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.19/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.19/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.19/0.39  {"max_dseconds":1, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.19/0.39  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":1},
% 0.19/0.39  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.19/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.19/0.39  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.19/0.39  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":1},
% 0.19/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.19/0.39  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.19/0.39  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":1},
% 0.19/0.39  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.19/0.39  
% 0.19/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":10, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.19/0.39  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":10, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":10, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":10, "strategy":["unit","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.19/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.19/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.19/0.39  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.19/0.39  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":10, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.19/0.39  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.19/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.19/0.39  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.19/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.19/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.19/0.39  {"max_dseconds":10, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":10, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.19/0.39  {"max_dseconds":10, "strategy":["query_focus", "double"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.19/0.39  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":10},
% 0.19/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.19/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.19/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.19/0.39  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.19/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.19/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.19/0.39  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.19/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.19/0.39  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.19/0.39  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.19/0.39  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.19/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.19/0.39  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":10},
% 0.19/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.19/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":10},
% 0.19/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.19/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.19/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.19/0.39  {"max_dseconds":10, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.19/0.39  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":10},
% 0.19/0.39  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.19/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds":10, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.19/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.19/0.39  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.19/0.39  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":10},
% 0.19/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.19/0.39  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":10},
% 0.19/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.19/0.39  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":10},
% 0.19/0.39  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.19/0.39  
% 0.19/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":50, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.19/0.39  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":50, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":50, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":50, "strategy":["unit","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.19/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.19/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.19/0.39  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.19/0.39  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":50, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.19/0.39  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.19/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.19/0.39  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.19/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.19/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.19/0.39  {"max_dseconds":50, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":50, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.19/0.39  {"max_dseconds":50, "strategy":["query_focus", "double"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.19/0.39  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":50},
% 0.19/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.19/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.19/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.19/0.39  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.19/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.19/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.19/0.39  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.19/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.19/0.39  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.19/0.39  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.19/0.39  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.19/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.19/0.39  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":50},
% 0.19/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.19/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":50},
% 0.19/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.19/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.19/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.19/0.39  {"max_dseconds":50, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.19/0.39  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":50},
% 0.19/0.39  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.19/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds":50, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.19/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.19/0.39  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.19/0.39  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":50},
% 0.19/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.19/0.39  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":50},
% 0.19/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.19/0.39  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":50},
% 0.19/0.39  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.19/0.39  
% 0.19/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":250, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.19/0.39  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":250, "strategy":["unit"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":250, "strategy":["hardness_pref", "posunitpara"], "query_preference":0},
% 0.19/0.39  
% 0.19/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":1250, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.19/0.40  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0},
% 0.19/0.40  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0},
% 0.19/0.40  {"max_dseconds":1250, "strategy":["hardness_pref", "posunitpara"], "query_preference":0} 
% 0.19/0.40  
% 0.19/0.40  ]}
% 0.19/0.40  
% 0.19/0.40  
% 0.19/0.40  **** run 1 fork 0 starts with strategy
% 0.19/0.40  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0}
% 0.19/0.40  
% 0.19/0.40  **** run 2 fork 1 starts with strategy
% 0.19/0.40  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 0.19/0.40  
% 0.19/0.40  **** run 3 fork 2 starts with strategy
% 0.19/0.40  {"max_dseconds":1,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 0.19/0.40  
% 0.19/0.40  **** run 4 fork 3 starts with strategy
% 0.19/0.40  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 0.19/0.40  
% 0.19/0.40  **** run 5 fork 4 starts with strategy
% 0.19/0.40  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 0.19/0.40  
% 0.19/0.40  **** run 6 fork 5 starts with strategy
% 0.19/0.40  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.19/0.40  
% 0.19/0.40  **** run 7 fork 6 starts with strategy
% 0.19/0.40  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.19/0.40  
% 0.19/0.40  **** run 8 fork 7 starts with strategy
% 0.19/0.40  {"max_dseconds":1,"strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.19/0.52  
% 0.19/0.52  fork 5: search finished without proof.
% 0.19/0.53  
% 0.19/0.53  
% 0.19/0.53  fork 0: search terminated without proof.
% 0.19/0.53  
% 0.19/0.53  
% 0.19/0.53  fork 2: search terminated without proof.
% 0.19/0.53  
% 0.19/0.53  
% 0.19/0.53  fork 3: search terminated without proof.
% 0.19/0.53  
% 0.19/0.53  
% 0.19/0.53  fork 6: search terminated without proof.
% 0.19/0.53  
% 0.19/0.53  
% 0.19/0.53  fork 7: search terminated without proof.
% 0.19/0.53  
% 0.19/0.53  
% 0.19/0.53  fork 4: search terminated without proof.
% 0.19/0.53  
% 0.19/0.53  
% 0.19/0.53  fork 1: search terminated without proof.
% 0.19/0.55  
% 0.19/0.55  **** run 14 fork 5 starts with strategy
% 0.19/0.55  {"max_dseconds":1,"strategy":["negative_pref"],"weight_select_ratio":20}
% 0.19/0.56  
% 0.19/0.56  **** run 16 fork 7 starts with strategy
% 0.19/0.56  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1}
% 0.19/0.56  
% 0.19/0.56  **** run 9 fork 0 starts with strategy
% 0.19/0.56  {"max_dseconds":1,"strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.19/0.56  
% 0.19/0.56  **** run 10 fork 1 starts with strategy
% 0.19/0.56  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.19/0.56  
% 0.19/0.56  **** run 11 fork 2 starts with strategy
% 0.19/0.56  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0}
% 0.19/0.57  
% 0.19/0.57  **** run 12 fork 3 starts with strategy
% 0.19/0.57  
% 0.19/0.57  **** run 15 fork 6 starts with strategy
% 0.19/0.57  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 0.19/0.57  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.19/0.57  **** run 13 fork 4 starts with strategy
% 0.19/0.57  
% 0.19/0.57  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":0}
% 0.19/0.67  
% 0.19/0.67  
% 0.19/0.67  fork 7: search terminated without proof.
% 0.19/0.68  
% 0.19/0.68  fork 2: search finished without proof.
% 0.19/0.68  
% 0.19/0.68  fork 4: search finished without proof.
% 0.19/0.68  
% 0.19/0.68  
% 0.19/0.68  fork 0: search terminated without proof.
% 0.19/0.68  
% 0.19/0.68  
% 0.19/0.68  fork 3: search terminated without proof.
% 0.19/0.68  
% 0.19/0.68  fork 6: search finished without proof.
% 0.19/0.69  
% 0.19/0.69  **** run 24 fork 7 starts with strategy
% 0.19/0.69  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":0}
% 0.19/0.69  
% 0.19/0.69  **** run 19 fork 2 starts with strategy
% 0.19/0.69  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.19/0.70  
% 0.19/0.70  
% 0.19/0.70  fork 5: search terminated without proof.
% 0.19/0.70  
% 0.19/0.70  **** run 21 fork 4 starts with strategy
% 0.19/0.70  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":1}
% 0.19/0.70  
% 0.19/0.70  **** run 17 fork 0 starts with strategy
% 0.19/0.70  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":1}
% 0.19/0.70  
% 0.19/0.70  **** run 20 fork 3 starts with strategy
% 0.19/0.70  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 0.19/0.71  
% 0.19/0.71  **** run 23 fork 6 starts with strategy
% 0.19/0.71  {"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.72  
% 0.19/0.72  **** run 22 fork 5 starts with strategy
% 0.19/0.72  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 0.19/0.73  
% 0.19/0.73  fork 7: search finished without proof.
% 0.19/0.74  
% 0.19/0.74  fork 0: search finished without proof.
% 0.19/0.75  
% 0.19/0.75  fork 6: search finished without proof.
% 0.19/0.75  
% 0.19/0.75  **** run 32 fork 7 starts with strategy
% 0.19/0.75  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.19/0.76  
% 0.19/0.76  **** run 25 fork 0 starts with strategy
% 0.19/0.76  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 0.19/0.78  
% 0.19/0.78  **** run 31 fork 6 starts with strategy
% 0.19/0.78  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"rewrite":0}
% 0.19/0.78  
% 0.19/0.78  
% 0.19/0.78  fork 1: search terminated without proof.
% 3.05/0.81  
% 3.05/0.81  **** run 18 fork 1 starts with strategy
% 3.05/0.81  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 3.05/0.81  
% 3.05/0.81  fork 4: search finished without proof.
% 3.05/0.81  
% 3.05/0.81  
% 3.05/0.81  fork 2: search terminated without proof.
% 3.05/0.83  
% 3.05/0.83  **** run 29 fork 4 starts with strategy
% 3.05/0.83  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"depth_penalty":100}
% 3.05/0.83  
% 3.05/0.83  **** run 27 fork 2 starts with strategy
% 3.05/0.83  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 3.05/0.83  
% 3.05/0.83  
% 3.05/0.83  fork 3: search terminated without proof.
% 3.05/0.85  
% 3.05/0.85  fork 5: search finished without proof.
% 3.05/0.86  
% 3.05/0.86  **** run 28 fork 3 starts with strategy
% 3.05/0.86  {"max_dseconds":1,"strategy":["query_focus","max_ground_weight"],"query_preference":1}
% 3.65/0.87  
% 3.65/0.87  fork 7: search finished without proof.
% 3.65/0.87  
% 3.65/0.87  **** run 30 fork 5 starts with strategy
% 3.65/0.87  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 3.65/0.88  
% 3.65/0.88  
% 3.65/0.88  fork 0: search terminated without proof.
% 3.65/0.89  
% 3.65/0.89  **** run 40 fork 7 starts with strategy
% 3.65/0.89  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":3}
% 3.65/0.89  
% 3.65/0.89  fork 6: search finished without proof.
% 3.65/0.90  
% 3.65/0.90  **** run 33 fork 0 starts with strategy
% 3.65/0.90  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"rewrite":0}
% 3.65/0.92  
% 3.65/0.92  fork 7: search finished without proof.
% 3.65/0.92  
% 3.65/0.92  **** run 39 fork 6 starts with strategy
% 3.65/0.92  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"length_penalty":100}
% 3.65/0.93  
% 3.65/0.93  **** run 48 fork 7 starts with strategy
% 3.65/0.93  {"weight_select_ratio":100,"query_preference":1,"strategy":["negative_pref"],"max_dseconds":1}
% 3.65/0.93  
% 3.65/0.93  fork 1: search finished without proof.
% 3.65/0.94  
% 3.65/0.94  
% 3.65/0.94  fork 4: search terminated without proof.
% 3.65/0.95  
% 3.65/0.95  **** run 26 fork 1 starts with strategy
% 3.65/0.95  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 4.49/0.96  
% 4.49/0.96  **** run 37 fork 4 starts with strategy
% 4.49/0.96  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 4.49/0.96  
% 4.49/0.96  fork 2: search finished without proof.
% 4.49/0.98  
% 4.49/0.98  fork 3: search finished without proof.
% 4.49/0.98  
% 4.49/0.98  **** run 35 fork 2 starts with strategy
% 4.49/0.98  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 4.49/0.99  
% 4.49/0.99  **** run 36 fork 3 starts with strategy
% 4.49/0.99  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 4.49/1.00  
% 4.49/1.00  
% 4.49/1.00  fork 5: search terminated without proof.
% 4.81/1.01  
% 4.81/1.01  **** run 38 fork 5 starts with strategy
% 4.81/1.01  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1,"length_penalty":100}
% 4.81/1.02  
% 4.81/1.02  
% 4.81/1.02  fork 0: search terminated without proof.
% 4.81/1.03  
% 4.81/1.03  **** run 41 fork 0 starts with strategy
% 4.81/1.03  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":30,"depth_penalty":100}
% 5.13/1.05  
% 5.13/1.05  
% 5.13/1.05  fork 6: search terminated without proof.
% 5.13/1.05  
% 5.13/1.05  
% 5.13/1.05  fork 7: search terminated without proof.
% 5.13/1.07  
% 5.13/1.07  **** run 56 fork 7 starts with strategy
% 5.13/1.07  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":1}
% 5.13/1.07  
% 5.13/1.07  **** run 47 fork 6 starts with strategy
% 5.13/1.07  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 5.13/1.07  
% 5.13/1.07  
% 5.13/1.07  fork 1: search terminated without proof.
% 5.13/1.08  
% 5.13/1.08  fork 2: search finished without proof.
% 5.13/1.09  
% 5.13/1.09  
% 5.13/1.09  fork 4: search terminated without proof.
% 5.13/1.09  
% 5.13/1.09  **** run 34 fork 1 starts with strategy
% 5.13/1.09  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0}
% 5.13/1.10  
% 5.13/1.10  **** run 43 fork 2 starts with strategy
% 5.13/1.10  {"max_dseconds":1,"strategy":["negative_pref","prohibit_nested_para"],"query_preference":0}
% 5.13/1.11  
% 5.13/1.11  **** run 45 fork 4 starts with strategy
% 5.13/1.11  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":1}
% 5.13/1.12  
% 5.13/1.12  
% 5.13/1.12  fork 3: search terminated without proof.
% 5.13/1.13  
% 5.13/1.13  fork 5: search finished without proof.
% 5.13/1.13  
% 5.13/1.13  fork 4: search finished without proof.
% 5.13/1.13  
% 5.13/1.13  **** run 44 fork 3 starts with strategy
% 5.13/1.13  {"max_dseconds":1,"strategy":["unit","pure_unit"],"query_preference":0}
% 5.94/1.15  
% 5.94/1.15  **** run 53 fork 4 starts with strategy
% 5.94/1.15  {"max_dseconds":1,"strategy":["unit","pure_unit"],"weight_select_ratio":1,"query_preference":0}
% 5.94/1.15  
% 5.94/1.15  **** run 46 fork 5 starts with strategy
% 5.94/1.15  {"max_dseconds":1,"strategy":["query_focus","double"],"query_preference":1}
% 5.94/1.16  
% 5.94/1.16  fork 0: search finished without proof.
% 5.94/1.16  
% 5.94/1.16  fork 3: search finished without proof.
% 5.94/1.17  
% 5.94/1.17  fork 4: search finished without proof.
% 5.94/1.17  
% 5.94/1.17  **** run 52 fork 3 starts with strategy
% 5.94/1.17  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 5.94/1.18  
% 5.94/1.18  **** run 49 fork 0 starts with strategy
% 5.94/1.18  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"max_depth":2}
% 5.94/1.19  
% 5.94/1.19  **** run 61 fork 4 starts with strategy
% 5.94/1.19  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":1,"strategy":["query_focus","max_weight"],"max_dseconds":1}
% 5.94/1.19  
% 5.94/1.19  fork 7: search finished without proof.
% 6.41/1.20  
% 6.41/1.20  
% 6.41/1.20  fork 6: search terminated without proof.
% 6.41/1.20  
% 6.41/1.20  fork 0: search finished without proof.
% 6.41/1.21  
% 6.41/1.21  fork 1: search finished without proof.
% 6.41/1.21  
% 6.41/1.21  **** run 64 fork 7 starts with strategy
% 6.41/1.21  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":1}
% 6.41/1.22  
% 6.41/1.22  **** run 57 fork 0 starts with strategy
% 6.41/1.22  {"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.41/1.22  
% 6.41/1.22  **** run 55 fork 6 starts with strategy
% 6.41/1.22  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":2}
% 6.41/1.22  
% 6.41/1.22  
% 6.41/1.22  fork 2: search terminated without proof.
% 6.41/1.23  
% 6.41/1.23  **** run 42 fork 1 starts with strategy
% 6.41/1.23  {"max_dseconds":1,"strategy":["negative_pref","posunitpara"],"query_preference":1,"max_depth":2,"depth_penalty":50,"length_penalty":100}
% 6.41/1.23  
% 6.41/1.23  fork 7: search finished without proof.
% 6.41/1.24  
% 6.41/1.24  **** run 51 fork 2 starts with strategy
% 6.41/1.24  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 6.41/1.25  
% 6.41/1.25  fork 6: search finished without proof.
% 6.41/1.25  
% 6.41/1.25  **** run 72 fork 7 starts with strategy
% 6.41/1.25  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 6.90/1.26  
% 6.90/1.26  fork 1: search finished without proof.
% 6.90/1.27  
% 6.90/1.27  **** run 63 fork 6 starts with strategy
% 6.90/1.27  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 6.90/1.27  
% 6.90/1.27  fork 5: search finished without proof.
% 6.90/1.28  
% 6.90/1.28  **** run 50 fork 1 starts with strategy
% 6.90/1.28  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":6,"var_weight":1}
% 6.90/1.29  
% 6.90/1.29  **** run 54 fork 5 starts with strategy
% 6.90/1.29  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":0,"strategy":["query_focus","posunitpara"],"max_dseconds":1}
% 6.90/1.29  
% 6.90/1.29  
% 6.90/1.29  fork 3: search terminated without proof.
% 7.22/1.31  
% 7.22/1.31  fork 4: search finished without proof.
% 7.22/1.31  
% 7.22/1.31  **** run 60 fork 3 starts with strategy
% 7.22/1.31  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":0,"depth_penalty":50,"length_penalty":100}
% 7.22/1.33  
% 7.22/1.33  **** run 69 fork 4 starts with strategy
% 7.22/1.33  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1}
% 7.22/1.34  
% 7.22/1.34  
% 7.22/1.34  fork 0: search terminated without proof.
% 7.52/1.35  
% 7.52/1.35  **** run 65 fork 0 starts with strategy
% 7.52/1.35  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":1}
% 7.52/1.36  
% 7.52/1.36  fork 2: search finished without proof.
% 7.52/1.37  
% 7.52/1.37  
% 7.52/1.37  fork 7: search terminated without proof.
% 7.52/1.38  
% 7.52/1.38  **** run 59 fork 2 starts with strategy
% 7.52/1.38  {"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 7.52/1.38  
% 7.52/1.38  fork 0: search finished without proof.
% 7.52/1.39  
% 7.52/1.39  fork 6: search finished without proof.
% 7.52/1.39  
% 7.52/1.39  **** run 80 fork 7 starts with strategy
% 7.52/1.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 7.52/1.40  
% 7.52/1.40  **** run 73 fork 0 starts with strategy
% 7.52/1.40  {"max_dseconds":1,"strategy":["query_focus","posunitpara"],"query_preference":1,"depth_penalty":50,"length_penalty":100}
% 7.52/1.40  
% 7.52/1.40  
% 7.52/1.40  fork 1: search terminated without proof.
% 7.52/1.41  
% 7.52/1.41  **** run 71 fork 6 starts with strategy
% 7.52/1.41  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight"],"max_dseconds":1}
% 7.52/1.41  
% 7.52/1.41  fork 5: search finished without proof.
% 7.52/1.42  
% 7.52/1.42  **** run 58 fork 1 starts with strategy
% 7.52/1.42  {"max_depth":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 7.52/1.43  
% 7.52/1.43  
% 7.52/1.43  fork 3: search terminated without proof.
% 7.52/1.43  
% 7.52/1.43  **** run 62 fork 5 starts with strategy
% 7.52/1.43  {"weight_select_ratio":100,"query_preference":0,"strategy":["negative_pref","max_weight"],"max_dseconds":1}
% 7.52/1.44  
% 7.52/1.44  fork 4: search finished without proof.
% 7.52/1.45  
% 7.52/1.45  **** run 68 fork 3 starts with strategy
% 7.52/1.45  {"max_dseconds":1,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 7.52/1.46  
% 7.52/1.46  **** run 77 fork 4 starts with strategy
% 7.52/1.46  {"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}
% 7.52/1.50  
% 7.52/1.50  
% 7.52/1.50  fork 2: search terminated without proof.
% 7.52/1.51  
% 7.52/1.51  
% 7.52/1.51  fork 7: search terminated without proof.
% 7.52/1.52  
% 7.52/1.52  **** run 67 fork 2 starts with strategy
% 7.52/1.52  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"equality":0}
% 7.52/1.52  
% 7.52/1.52  fork 0: search finished without proof.
% 7.52/1.53  
% 7.52/1.53  **** run 88 fork 7 starts with strategy
% 7.52/1.53  {"max_dseconds":10,"strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 7.52/1.54  
% 7.52/1.54  
% 7.52/1.54  fork 6: search terminated without proof.
% 7.52/1.54  
% 7.52/1.54  **** run 81 fork 0 starts with strategy
% 7.52/1.54  {"length_penalty":100,"query_preference":1,"strategy":["positive_pref","posunitpara"],"max_dseconds":1}
% 7.52/1.56  
% 7.52/1.56  
% 7.52/1.56  fork 5: search terminated without proof.
% 7.52/1.56  
% 7.52/1.56  **** run 79 fork 6 starts with strategy
% 7.52/1.56  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"weight_select_ratio":30,"depth_penalty":100,"length_penalty":100}
% 7.52/1.57  
% 7.52/1.57  fork 3: search finished without proof.
% 7.52/1.57  
% 7.52/1.57  **** run 70 fork 5 starts with strategy
% 7.52/1.57  {"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["positive_pref"],"max_dseconds":1}
% 7.52/1.58  
% 7.52/1.58  fork 4: search finished without proof.
% 7.52/1.59  
% 7.52/1.59  **** run 76 fork 3 starts with strategy
% 7.52/1.59  {"rewrite":0,"depth_penalty":50,"query_preference":1,"strategy":["query_focus","hornpref"],"max_dseconds":1}
% 7.52/1.60  
% 7.52/1.60  **** run 85 fork 4 starts with strategy
% 7.52/1.60  {"max_dseconds":10,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 7.52/1.64  
% 7.52/1.64  
% 7.52/1.64  fork 2: search terminated without proof.
% 9.75/1.66  
% 9.75/1.66  **** run 75 fork 2 starts with strategy
% 9.75/1.66  {"depth_penalty":50,"query_preference":1,"strategy":["hardness_pref","hornpref","max_weight"],"max_dseconds":1}
% 9.75/1.66  
% 9.75/1.66  
% 9.75/1.66  fork 1: search terminated without proof.
% 9.75/1.66  
% 9.75/1.66  fork 0: search finished without proof.
% 9.75/1.68  
% 9.75/1.68  **** run 66 fork 1 starts with strategy
% 9.75/1.68  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"max_depth":2}
% 9.75/1.68  
% 9.75/1.68  **** run 89 fork 0 starts with strategy
% 9.75/1.68  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 9.75/1.69  
% 9.75/1.69  fork 6: search finished without proof.
% 9.75/1.69  
% 9.75/1.69  fork 5: search finished without proof.
% 9.75/1.70  
% 9.75/1.70  fork 1: search finished without proof.
% 10.35/1.71  
% 10.35/1.71  fork 3: search finished without proof.
% 10.35/1.71  
% 10.35/1.71  **** run 87 fork 6 starts with strategy
% 10.35/1.71  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 10.35/1.71  
% 10.35/1.71  **** run 78 fork 5 starts with strategy
% 10.35/1.71  {"query_preference":1,"strategy":["unit","max_weight"],"max_dseconds":1}
% 10.35/1.72  
% 10.35/1.72  **** run 74 fork 1 starts with strategy
% 10.35/1.72  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":1}
% 10.35/1.73  
% 10.35/1.73  **** run 84 fork 3 starts with strategy
% 10.35/1.73  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 10.84/1.77  
% 10.84/1.77  fork 2: search finished without proof.
% 10.84/1.79  
% 10.84/1.79  **** run 83 fork 2 starts with strategy
% 10.84/1.79  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0}
% 10.84/1.84  
% 10.84/1.84  
% 10.84/1.84  fork 5: search terminated without proof.
% 10.84/1.84  
% 10.84/1.84  
% 10.84/1.84  fork 1: search terminated without proof.
% 10.84/1.85  
% 10.84/1.85  **** run 86 fork 5 starts with strategy
% 10.84/1.85  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 11.57/1.86  
% 11.57/1.86  **** run 82 fork 1 starts with strategy
% 11.57/1.86  {"weight_select_ratio":100,"rewrite":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 12.19/1.99  
% 12.19/1.99  
% 12.19/1.99  fork 1: search terminated without proof.
% 12.77/2.01  
% 12.77/2.01  **** run 90 fork 1 starts with strategy
% 12.77/2.01  {"max_dseconds":10,"strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 16.40/2.53  
% 16.40/2.53  fork 7: search finished without proof.
% 16.40/2.55  
% 16.40/2.55  **** run 96 fork 7 starts with strategy
% 16.40/2.55  {"max_dseconds":10,"strategy":["negative_pref"],"weight_select_ratio":20}
% 17.41/2.62  
% 17.41/2.62  
% 17.41/2.62  fork 4: search terminated without proof.
% 17.63/2.65  
% 17.63/2.65  **** run 93 fork 4 starts with strategy
% 17.63/2.65  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0}
% 17.63/2.70  
% 17.63/2.70  
% 17.63/2.70  fork 0: search terminated without proof.
% 18.32/2.73  
% 18.32/2.73  **** run 97 fork 0 starts with strategy
% 18.32/2.73  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1}
% 18.32/2.73  
% 18.32/2.73  
% 18.32/2.73  fork 6: search terminated without proof.
% 18.32/2.75  
% 18.32/2.75  
% 18.32/2.75  fork 3: search terminated without proof.
% 18.32/2.76  
% 18.32/2.76  **** run 95 fork 6 starts with strategy
% 18.32/2.76  {"max_dseconds":10,"strategy":["hardness_pref","posunitpara"],"query_preference":0}
% 18.32/2.78  
% 18.32/2.78  **** run 92 fork 3 starts with strategy
% 18.32/2.78  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 18.81/2.81  
% 18.81/2.81  
% 18.81/2.81  fork 2: search terminated without proof.
% 18.81/2.84  
% 18.81/2.84  **** run 91 fork 2 starts with strategy
% 18.81/2.84  {"max_dseconds":10,"strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 19.47/2.90  
% 19.47/2.90  
% 19.47/2.90  fork 5: search terminated without proof.
% 19.79/2.92  
% 19.79/2.92  **** run 94 fork 5 starts with strategy
% 19.79/2.92  {"max_dseconds":10,"strategy":["unit"],"query_preference":0}
% 22.29/3.28  
% 22.29/3.28  
% 22.29/3.28  fork 1: search terminated without proof.
% 22.75/3.31  
% 22.75/3.31  **** run 98 fork 1 starts with strategy
% 22.75/3.31  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1}
% 24.66/3.57  
% 24.66/3.57  
% 24.66/3.57  fork 7: search terminated without proof.
% 25.13/3.59  
% 25.13/3.59  **** run 104 fork 7 starts with strategy
% 25.13/3.59  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 25.13/3.65  
% 25.13/3.65  fork 4: search finished without proof.
% 25.69/3.67  
% 25.69/3.67  fork 0: search finished without proof.
% 25.69/3.67  
% 25.69/3.67  **** run 101 fork 4 starts with strategy
% 25.69/3.67  {"max_dseconds":10,"strategy":["unit"],"query_preference":1}
% 25.69/3.70  
% 25.69/3.70  **** run 105 fork 0 starts with strategy
% 25.69/3.70  {"max_dseconds":10,"strategy":["unit","pure_unit"],"max_size":30,"max_depth":10,"max_weight":300,"weight_select_ratio":1,"rewrite":0}
% 25.69/3.72  
% 25.69/3.72  fork 0: search finished without proof.
% 25.69/3.73  
% 25.69/3.73  **** run 113 fork 0 starts with strategy
% 25.69/3.73  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"rewrite":0}
% 25.69/3.76  
% 25.69/3.76  fork 6: search finished without proof.
% 25.69/3.78  
% 25.69/3.78  **** run 103 fork 6 starts with strategy
% 25.69/3.78  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":1}
% 25.69/3.84  
% 25.69/3.84  
% 25.69/3.84  fork 3: search terminated without proof.
% 26.95/3.86  
% 26.95/3.86  
% 26.95/3.86  fork 2: search terminated without proof.
% 26.95/3.86  
% 26.95/3.86  **** run 100 fork 3 starts with strategy
% 26.95/3.86  {"max_dseconds":10,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 27.34/3.89  
% 27.34/3.89  **** run 99 fork 2 starts with strategy
% 27.34/3.89  {"max_dseconds":10,"strategy":["query_focus","unit"],"query_preference":1}
% 27.34/3.92  
% 27.34/3.92  fork 2: search finished without proof.
% 27.34/3.94  
% 27.34/3.94  **** run 107 fork 2 starts with strategy
% 27.34/3.94  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 27.34/3.94  
% 27.34/3.94  
% 27.34/3.94  fork 5: search terminated without proof.
% 27.34/3.97  
% 27.34/3.97  **** run 102 fork 5 starts with strategy
% 27.34/3.97  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 30.82/4.52  
% 30.82/4.52  
% 30.82/4.52  fork 1: search terminated without proof.
% 32.24/4.55  
% 32.24/4.55  fork 7: search finished without proof.
% 32.24/4.55  
% 32.24/4.55  **** run 106 fork 1 starts with strategy
% 32.24/4.55  {"max_dseconds":10,"strategy":["query_focus","unit"],"query_preference":0}
% 32.24/4.58  
% 32.24/4.58  fork 1: search finished without proof.
% 32.24/4.58  
% 32.24/4.58  **** run 112 fork 7 starts with strategy
% 32.24/4.58  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 32.24/4.59  
% 32.24/4.59  **** run 114 fork 1 starts with strategy
% 32.24/4.59  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 33.07/4.68  
% 33.07/4.68  fork 0: search finished without proof.
% 33.69/4.71  
% 33.69/4.71  **** run 121 fork 0 starts with strategy
% 33.69/4.71  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"length_penalty":100}
% 34.44/4.80  
% 34.44/4.80  
% 34.44/4.80  fork 6: search terminated without proof.
% 34.64/4.82  
% 34.64/4.82  **** run 111 fork 6 starts with strategy
% 34.64/4.82  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"depth_penalty":100}
% 34.74/4.88  
% 34.74/4.88  
% 34.74/4.88  fork 3: search terminated without proof.
% 34.74/4.90  
% 34.74/4.90  **** run 108 fork 3 starts with strategy
% 34.74/4.90  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 35.47/4.96  
% 35.47/4.96  
% 35.47/4.96  fork 2: search terminated without proof.
% 36.07/4.99  
% 36.07/4.99  
% 36.07/4.99  fork 5: search terminated without proof.
% 36.07/4.99  
% 36.07/4.99  **** run 115 fork 2 starts with strategy
% 36.07/4.99  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0,"rewrite":0}
% 36.07/5.02  
% 36.07/5.02  **** run 110 fork 5 starts with strategy
% 36.07/5.02  {"max_dseconds":10,"strategy":["query_focus","max_ground_weight"],"query_preference":1}
% 36.83/5.09  
% 36.83/5.09  
% 36.83/5.09  fork 4: search terminated without proof.
% 36.83/5.12  
% 36.83/5.12  **** run 109 fork 4 starts with strategy
% 36.83/5.12  {"max_dseconds":10,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 40.19/5.56  
% 40.19/5.56  fork 1: search finished without proof.
% 40.19/5.58  
% 40.19/5.58  fork 7: search finished without proof.
% 40.19/5.58  
% 40.19/5.58  **** run 122 fork 1 starts with strategy
% 40.19/5.58  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"max_depth":3}
% 40.19/5.60  
% 40.19/5.60  **** run 120 fork 7 starts with strategy
% 40.19/5.60  {"max_dseconds":10,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1,"length_penalty":100}
% 40.19/5.61  
% 40.19/5.61  fork 1: search finished without proof.
% 40.94/5.63  
% 40.94/5.63  **** run 130 fork 1 starts with strategy
% 40.94/5.63  {"weight_select_ratio":100,"query_preference":1,"strategy":["negative_pref"],"max_dseconds":10}
% 41.52/5.73  
% 41.52/5.73  
% 41.52/5.73  fork 0: search terminated without proof.
% 41.52/5.76  
% 41.52/5.76  **** run 129 fork 0 starts with strategy
% 41.52/5.76  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 42.22/5.85  
% 42.22/5.85  
% 42.22/5.85  fork 6: search terminated without proof.
% 42.22/5.90  
% 42.22/5.90  **** run 119 fork 6 starts with strategy
% 42.22/5.90  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 43.03/5.91  
% 43.03/5.91  fork 3: search finished without proof.
% 43.31/5.93  
% 43.31/5.93  **** run 116 fork 3 starts with strategy
% 43.31/5.93  {"max_dseconds":10,"strategy":["positive_pref"],"query_preference":0}
% 43.98/6.03  
% 43.98/6.03  fork 5: search finished without proof.
% 43.98/6.05  
% 43.98/6.05  **** run 118 fork 5 starts with strategy
% 43.98/6.05  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 44.46/6.09  
% 44.46/6.09  
% 44.46/6.09  fork 2: search terminated without proof.
% 44.46/6.10  
% 44.46/6.10  **** run 123 fork 2 starts with strategy
% 44.46/6.10  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":30,"depth_penalty":100}
% 44.46/6.13  
% 44.46/6.13  fork 4: search finished without proof.
% 45.14/6.16  
% 45.14/6.16  **** run 117 fork 4 starts with strategy
% 45.14/6.16  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 46.84/6.56  
% 46.84/6.56  fork 7: search finished without proof.
% 46.84/6.59  
% 46.84/6.59  **** run 128 fork 7 starts with strategy
% 46.84/6.59  {"max_dseconds":10,"strategy":["query_focus","double"],"query_preference":1}
% 48.83/6.64  
% 48.83/6.64  
% 48.83/6.64  fork 1: search terminated without proof.
% 48.83/6.67  
% 48.83/6.67  **** run 138 fork 1 starts with strategy
% 48.83/6.67  {"max_dseconds":10,"strategy":["query_focus","positive_pref"],"query_preference":1}
% 49.80/6.77  
% 49.80/6.77  
% 49.80/6.77  fork 0: search terminated without proof.
% 49.80/6.79  
% 49.80/6.79  **** run 137 fork 0 starts with strategy
% 49.80/6.79  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"max_depth":2}
% 50.24/6.82  
% 50.24/6.82  fork 0: search finished without proof.
% 50.24/6.83  
% 50.24/6.83  **** run 145 fork 0 starts with strategy
% 50.24/6.83  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":10}
% 50.24/6.84  
% 50.24/6.84  fork 4: search finished without proof.
% 50.54/6.86  
% 50.54/6.86  **** run 125 fork 4 starts with strategy
% 50.54/6.86  {"max_dseconds":10,"strategy":["negative_pref","prohibit_nested_para"],"query_preference":0}
% 50.54/6.87  
% 50.54/6.87  fork 3: search finished without proof.
% 50.54/6.89  
% 50.54/6.89  **** run 124 fork 3 starts with strategy
% 50.54/6.89  {"max_dseconds":10,"strategy":["negative_pref","posunitpara"],"query_preference":1,"max_depth":2,"depth_penalty":50,"length_penalty":100}
% 50.54/6.92  
% 50.54/6.92  fork 3: search finished without proof.
% 50.54/6.93  
% 50.54/6.93  **** run 132 fork 3 starts with strategy
% 50.54/6.93  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":6,"var_weight":1}
% 51.57/7.00  
% 51.57/7.00  
% 51.57/7.00  fork 6: search terminated without proof.
% 51.57/7.02  
% 51.57/7.02  **** run 127 fork 6 starts with strategy
% 51.57/7.02  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"max_depth":1}
% 52.06/7.05  
% 52.06/7.05  fork 6: search finished without proof.
% 52.20/7.07  
% 52.20/7.07  **** run 135 fork 6 starts with strategy
% 52.20/7.07  {"max_dseconds":10,"strategy":["unit","pure_unit"],"weight_select_ratio":1,"query_preference":0}
% 52.20/7.09  
% 52.20/7.09  fork 6: search finished without proof.
% 52.20/7.09  
% 52.20/7.09  
% 52.20/7.09  fork 5: search terminated without proof.
% 52.20/7.11  
% 52.20/7.11  **** run 143 fork 6 starts with strategy
% 52.20/7.11  {"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.20/7.12  
% 52.20/7.12  **** run 126 fork 5 starts with strategy
% 52.20/7.12  {"max_dseconds":10,"strategy":["unit","pure_unit"],"query_preference":0}
% 52.20/7.14  
% 52.20/7.14  fork 2: search finished without proof.
% 52.20/7.14  
% 52.20/7.14  fork 5: search finished without proof.
% 52.20/7.17  
% 52.20/7.17  **** run 131 fork 2 starts with strategy
% 52.20/7.17  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"max_depth":2}
% 52.20/7.17  
% 52.20/7.17  **** run 134 fork 5 starts with strategy
% 52.20/7.17  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":10}
% 52.20/7.19  
% 52.20/7.19  fork 2: search finished without proof.
% 52.20/7.21  
% 52.20/7.21  **** run 139 fork 2 starts with strategy
% 52.20/7.21  {"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}
% 55.44/7.54  
% 55.44/7.54  fork 7: search finished without proof.
% 55.44/7.57  
% 55.44/7.57  **** run 136 fork 7 starts with strategy
% 55.44/7.57  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":0,"strategy":["query_focus","posunitpara"],"max_dseconds":10}
% 56.55/7.65  
% 56.55/7.65  fork 1: search finished without proof.
% 56.55/7.68  
% 56.55/7.68  **** run 146 fork 1 starts with strategy
% 56.55/7.68  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":10}
% 56.55/7.70  
% 56.55/7.70  fork 1: search finished without proof.
% 57.20/7.72  
% 57.20/7.72  **** run 154 fork 1 starts with strategy
% 57.20/7.72  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 57.80/7.81  
% 57.80/7.81  fork 0: search finished without proof.
% 57.80/7.83  
% 57.80/7.83  **** run 153 fork 0 starts with strategy
% 57.80/7.83  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight"],"max_dseconds":10}
% 58.54/7.95  
% 58.54/7.95  
% 58.54/7.95  fork 3: search terminated without proof.
% 58.54/7.96  
% 58.54/7.96  
% 58.54/7.96  fork 4: search terminated without proof.
% 58.54/7.97  
% 58.54/7.97  **** run 140 fork 3 starts with strategy
% 58.54/7.97  {"max_depth":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":10}
% 58.54/8.02  
% 58.54/8.02  **** run 133 fork 4 starts with strategy
% 58.54/8.02  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 60.41/8.13  
% 60.41/8.13  fork 6: search finished without proof.
% 60.41/8.17  
% 60.41/8.17  **** run 151 fork 6 starts with strategy
% 60.41/8.17  {"max_dseconds":10,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1}
% 60.41/8.21  
% 60.41/8.21  
% 60.41/8.21  fork 5: search terminated without proof.
% 61.10/8.23  
% 61.10/8.23  
% 61.10/8.23  fork 2: search terminated without proof.
% 61.10/8.23  
% 61.10/8.23  **** run 142 fork 5 starts with strategy
% 61.10/8.23  {"max_dseconds":10,"strategy":["hardness_pref","posunitpara"],"query_preference":0,"depth_penalty":50,"length_penalty":100}
% 61.10/8.25  
% 61.10/8.25  **** run 147 fork 2 starts with strategy
% 61.10/8.25  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":10}
% 61.10/8.27  
% 61.10/8.27  fork 2: search finished without proof.
% 61.71/8.29  
% 61.71/8.29  **** run 155 fork 2 starts with strategy
% 61.71/8.29  {"max_dseconds":10,"strategy":["query_focus","posunitpara"],"query_preference":1,"depth_penalty":50,"length_penalty":100}
% 63.50/8.53  
% 63.50/8.53  fork 7: search finished without proof.
% 63.50/8.56  
% 63.50/8.56  **** run 144 fork 7 starts with strategy
% 63.50/8.56  {"weight_select_ratio":100,"query_preference":0,"strategy":["negative_pref","max_weight"],"max_dseconds":10}
% 64.13/8.74  
% 64.13/8.74  
% 64.13/8.74  fork 1: search terminated without proof.
% 64.13/8.77  
% 64.13/8.77  **** run 162 fork 1 starts with strategy
% 64.13/8.77  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 66.03/8.84  
% 66.03/8.84  
% 66.03/8.84  fork 0: search terminated without proof.
% 66.21/8.87  
% 66.21/8.87  **** run 161 fork 0 starts with strategy
% 66.21/8.87  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"weight_select_ratio":30,"depth_penalty":100,"length_penalty":100}
% 67.01/8.99  
% 67.01/8.99  
% 67.01/8.99  fork 3: search terminated without proof.
% 67.01/9.02  
% 67.01/9.02  **** run 148 fork 3 starts with strategy
% 67.01/9.02  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"max_depth":2}
% 67.62/9.04  
% 67.62/9.04  fork 3: search finished without proof.
% 67.62/9.05  
% 67.62/9.05  **** run 156 fork 3 starts with strategy
% 67.62/9.05  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":10}
% 67.92/9.09  
% 67.92/9.09  fork 4: search finished without proof.
% 67.92/9.11  
% 67.92/9.11  **** run 141 fork 4 starts with strategy
% 67.92/9.11  {"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":10}
% 67.92/9.11  
% 67.92/9.11  fork 6: search finished without proof.
% 68.42/9.14  
% 68.42/9.14  **** run 159 fork 6 starts with strategy
% 68.42/9.14  {"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}
% 69.08/9.26  
% 69.08/9.26  fork 2: search finished without proof.
% 69.40/9.26  
% 69.40/9.26  
% 69.40/9.26  fork 5: search terminated without proof.
% 69.40/9.28  
% 69.40/9.28  **** run 150 fork 5 starts with strategy
% 69.40/9.28  {"max_dseconds":10,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 69.40/9.28  
% 69.40/9.28  **** run 163 fork 2 starts with strategy
% 69.40/9.28  {"length_penalty":100,"query_preference":1,"strategy":["positive_pref","posunitpara"],"max_dseconds":10}
% 71.69/9.61  
% 71.69/9.61  
% 71.69/9.61  fork 7: search terminated without proof.
% 72.14/9.64  
% 72.14/9.64  **** run 152 fork 7 starts with strategy
% 72.14/9.64  {"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["positive_pref"],"max_dseconds":10}
% 73.46/9.81  
% 73.46/9.81  
% 73.46/9.81  fork 1: search terminated without proof.
% 73.46/9.83  
% 73.46/9.83  **** run 170 fork 1 starts with strategy
% 73.46/9.83  {"max_dseconds":50,"strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 73.95/9.86  
% 73.95/9.86  fork 0: search finished without proof.
% 74.09/9.88  
% 74.09/9.88  **** run 169 fork 0 starts with strategy
% 74.09/9.88  {"max_dseconds":50,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 74.53/10.08  
% 74.53/10.08  fork 3: search finished without proof.
% 74.53/10.12  
% 74.53/10.12  fork 6: search finished without proof.
% 75.97/10.13  
% 75.97/10.13  **** run 164 fork 3 starts with strategy
% 75.97/10.13  {"weight_select_ratio":100,"rewrite":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":10}
% 75.97/10.16  
% 75.97/10.16  **** run 167 fork 6 starts with strategy
% 75.97/10.16  {"max_dseconds":50,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 75.97/10.18  
% 75.97/10.18  
% 75.97/10.18  fork 4: search terminated without proof.
% 75.97/10.20  
% 75.97/10.20  **** run 149 fork 4 starts with strategy
% 75.97/10.20  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"equality":0}
% 77.12/10.25  
% 77.12/10.25  fork 2: search finished without proof.
% 77.12/10.28  
% 77.12/10.28  **** run 171 fork 2 starts with strategy
% 77.12/10.28  {"max_dseconds":50,"strategy":["unit","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 77.12/10.29  
% 77.12/10.29  fork 5: search finished without proof.
% 77.12/10.31  
% 77.12/10.31  **** run 158 fork 5 starts with strategy
% 77.12/10.31  {"rewrite":0,"depth_penalty":50,"query_preference":1,"strategy":["query_focus","hornpref"],"max_dseconds":10}
% 79.52/10.61  
% 79.52/10.61  fork 7: search finished without proof.
% 80.24/10.65  
% 80.24/10.65  **** run 160 fork 7 starts with strategy
% 80.24/10.65  {"query_preference":1,"strategy":["unit","max_weight"],"max_dseconds":10}
% 84.49/11.22  
% 84.49/11.22  
% 84.49/11.22  fork 4: search terminated without proof.
% 84.49/11.24  
% 84.49/11.24  **** run 157 fork 4 starts with strategy
% 84.49/11.24  {"depth_penalty":50,"query_preference":1,"strategy":["hardness_pref","hornpref","max_weight"],"max_dseconds":10}
% 85.05/11.26  
% 85.05/11.26  fork 5: search finished without proof.
% 85.05/11.27  
% 85.05/11.27  
% 85.05/11.27  fork 3: search terminated without proof.
% 85.05/11.29  
% 85.05/11.29  **** run 166 fork 5 starts with strategy
% 85.05/11.29  {"max_dseconds":50,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 85.05/11.29  
% 85.05/11.29  **** run 172 fork 3 starts with strategy
% 85.05/11.29  {"max_dseconds":50,"strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 86.50/11.67  
% 86.50/11.67  
% 86.50/11.67  fork 7: search terminated without proof.
% 88.18/11.69  
% 88.18/11.69  **** run 168 fork 7 starts with strategy
% 88.18/11.69  {"max_dseconds":50,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 91.99/12.23  
% 91.99/12.23  fork 4: search finished without proof.
% 91.99/12.25  
% 91.99/12.25  **** run 165 fork 4 starts with strategy
% 91.99/12.25  {"max_dseconds":50,"strategy":["negative_pref"],"query_preference":0}
% 113.34/14.93  
% 113.34/14.93  
% 113.34/14.93  fork 0: search terminated without proof.
% 113.34/14.98  
% 113.34/14.98  
% 113.34/14.98  fork 1: search terminated without proof.
% 114.04/15.00  
% 114.04/15.00  **** run 178 fork 1 starts with strategy
% 114.04/15.00  {"max_dseconds":50,"strategy":["negative_pref"],"weight_select_ratio":20}
% 114.04/15.03  
% 114.04/15.03  **** run 177 fork 0 starts with strategy
% 114.04/15.03  {"max_dseconds":50,"strategy":["hardness_pref","posunitpara"],"query_preference":0}
% 115.65/15.30  
% 115.65/15.30  
% 115.65/15.30  fork 2: search terminated without proof.
% 115.65/15.38  
% 115.65/15.38  **** run 179 fork 2 starts with strategy
% 115.65/15.38  {"max_dseconds":50,"strategy":["query_focus"],"query_preference":1}
% 115.65/15.42  
% 115.65/15.42  
% 115.65/15.42  fork 6: search terminated without proof.
% 117.39/15.50  
% 117.39/15.50  **** run 175 fork 6 starts with strategy
% 117.39/15.50  {"max_dseconds":50,"strategy":["hardness_pref"],"query_preference":0}
% 124.12/16.31  
% 124.12/16.31  
% 124.12/16.31  fork 5: search terminated without proof.
% 124.67/16.39  
% 124.67/16.39  **** run 174 fork 5 starts with strategy
% 124.67/16.39  {"max_dseconds":50,"strategy":["unit","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 127.07/16.71  
% 127.07/16.71  
% 127.07/16.71  fork 7: search terminated without proof.
% 127.07/16.72  
% 127.07/16.72  
% 127.07/16.72  fork 3: search terminated without proof.
% 128.06/16.81  
% 128.06/16.81  **** run 176 fork 7 starts with strategy
% 128.06/16.81  {"max_dseconds":50,"strategy":["unit"],"query_preference":0}
% 128.06/16.82  
% 128.06/16.82  **** run 180 fork 3 starts with strategy
% 128.06/16.82  {"max_dseconds":50,"strategy":["negative_pref"],"query_preference":1}
% 134.71/17.64  
% 134.71/17.64  
% 134.71/17.64  fork 4: search terminated without proof.
% 135.17/17.71  
% 135.17/17.71  **** run 173 fork 4 starts with strategy
% 135.17/17.71  {"max_dseconds":50,"strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 153.24/20.07  
% 153.24/20.07  fork 2: search finished without proof.
% 154.08/20.12  
% 154.08/20.12  **** run 187 fork 2 starts with strategy
% 154.08/20.12  {"max_dseconds":50,"strategy":["unit","pure_unit"],"max_size":30,"max_depth":10,"max_weight":300,"weight_select_ratio":1,"rewrite":0}
% 154.19/20.13  
% 154.19/20.13  
% 154.19/20.13  fork 1: search terminated without proof.
% 154.19/20.15  
% 154.19/20.15  fork 2: search finished without proof.
% 154.19/20.16  
% 154.19/20.16  
% 154.19/20.16  fork 0: search terminated without proof.
% 154.19/20.16  
% 154.19/20.16  **** run 195 fork 2 starts with strategy
% 154.19/20.16  {"max_dseconds":50,"strategy":["query_focus"],"query_preference":1,"rewrite":0}
% 154.19/20.18  
% 154.19/20.18  **** run 185 fork 0 starts with strategy
% 154.19/20.18  {"max_dseconds":50,"strategy":["hardness_pref"],"query_preference":1}
% 154.79/20.21  
% 154.79/20.21  **** run 186 fork 1 starts with strategy
% 154.79/20.21  {"max_dseconds":50,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 157.72/20.61  
% 157.72/20.61  
% 157.72/20.61  fork 6: search terminated without proof.
% 157.72/20.64  
% 157.72/20.64  **** run 183 fork 6 starts with strategy
% 157.72/20.64  {"max_dseconds":50,"strategy":["unit"],"query_preference":1}
% 163.20/21.45  
% 163.20/21.45  
% 163.20/21.45  fork 5: search terminated without proof.
% 165.21/21.53  
% 165.21/21.53  **** run 182 fork 5 starts with strategy
% 165.21/21.53  {"max_dseconds":50,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 168.17/21.94  
% 168.17/21.94  
% 168.17/21.94  fork 7: search terminated without proof.
% 168.17/21.98  
% 168.17/21.98  
% 168.17/21.98  fork 3: search terminated without proof.
% 168.17/22.03  
% 168.17/22.03  **** run 184 fork 7 starts with strategy
% 168.17/22.03  {"max_dseconds":50,"strategy":["negative_pref"],"query_preference":1,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 169.36/22.09  
% 169.36/22.09  **** run 188 fork 3 starts with strategy
% 169.36/22.09  {"max_dseconds":50,"strategy":["query_focus","unit"],"query_preference":0}
% 169.36/22.11  
% 169.36/22.11  fork 3: search finished without proof.
% 169.36/22.12  
% 169.36/22.12  **** run 196 fork 3 starts with strategy
% 169.36/22.12  {"max_dseconds":50,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 175.03/22.85  
% 175.03/22.85  
% 175.03/22.85  fork 4: search terminated without proof.
% 175.92/22.92  
% 175.92/22.92  **** run 181 fork 4 starts with strategy
% 175.92/22.92  {"max_dseconds":50,"strategy":["query_focus","unit"],"query_preference":1}
% 176.12/22.95  
% 176.12/22.95  fork 4: search finished without proof.
% 176.12/22.96  
% 176.12/22.96  **** run 189 fork 4 starts with strategy
% 176.12/22.96  {"max_dseconds":50,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 191.10/24.88  
% 191.10/24.88  fork 1: search finished without proof.
% 191.10/24.89  
% 191.10/24.89  fork 2: search finished without proof.
% 191.65/24.93  
% 191.65/24.93  **** run 194 fork 1 starts with strategy
% 191.65/24.93  {"max_dseconds":50,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 191.65/24.94  
% 191.65/24.94  **** run 203 fork 2 starts with strategy
% 191.65/24.94  {"max_dseconds":50,"strategy":["negative_pref"],"query_preference":1,"length_penalty":100}
% 193.18/25.10  
% 193.18/25.10  fork 0: search finished without proof.
% 193.18/25.12  
% 193.18/25.12  **** run 193 fork 0 starts with strategy
% 193.18/25.12  {"max_dseconds":50,"strategy":["unit"],"query_preference":0,"depth_penalty":100}
% 196.21/25.53  
% 196.21/25.53  
% 196.21/25.53  result: proof found
% 196.21/25.53  for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 196.21/25.53  by run 184 fork 7 strategy {"max_dseconds":50,"strategy":["negative_pref"],"query_preference":1,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 196.21/25.53  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 196.21/25.53  
% 196.21/25.53  % SZS output start CNFRefutation for /export/starexec/sandbox/benchmark/theBenchmark.p 
% See solution above
% 196.21/25.53  
% 196.21/25.53  run 184 fork 7 statistics:
% 196.21/25.53  ----------------------------------
% 196.21/25.53  this run seconds: 3.217046
% 196.21/25.53  total seconds: 24.713352
% 196.21/25.53  stat_given_used: 9598
% 196.21/25.53  stat_given_used_at_endgame: 0
% 196.21/25.53  stat_given_candidates:   14659
% 196.21/25.53  stat_given_candidates_at_endgame: 0
% 196.21/25.53  stat_given_candidates_h: 0
% 196.21/25.53  stat_binres_derived_cl:   922385
% 196.21/25.53  stat_binres_derived_cl_h: 0
% 196.21/25.53  stat_factor_derived_cl: 0
% 196.21/25.53  stat_para_derived_cl: 17925
% 196.21/25.53  stat_tautologies_discarded: 1
% 196.21/25.53  stat_forward_subsumed: 538141
% 196.21/25.53  stat_derived_cut: 0
% 196.21/25.53  stat_derived_rewritten: 65
% 196.21/25.53  stat_weight_discarded_building: 0
% 196.21/25.53  stat_weight_discarded_cl: 50649
% 196.21/25.53  stat_internlimit_discarded_cl: 0
% 196.21/25.53  stat_simplified:  65 simplified 0 derived 0 given
% 196.21/25.53  stat_kept_cl: 351516
% 196.21/25.53  stat_built_cl: 421426
% 196.21/25.53  stat_hyperres_partial_cl: 0
% 196.21/25.53  stat_made_rewriters: 1
% 196.21/25.53  stat_backward_subsumed: 0
% 196.21/25.53  stat_propagated_subsumed: 0
% 196.21/25.53  stat_clsubs_attempted:                   5463264
% 196.21/25.53  stat_clsubs_fact_groundunit_found:             0
% 196.21/25.53  stat_clsubs_rule_groundunit_found:             1
% 196.21/25.53  stat_clsubs_top_meta_attempted:           52900772
% 196.21/25.53  stat_clsubs_top_meta_failed:              47437508
% 196.21/25.53  stat_clsubs_top_meta_nonpref_attempted:            52900772
% 196.21/25.53  stat_clsubs_top_meta_nonpref_succeeded:            15793418
% 196.21/25.53  stat_clsubs_top_meta_pref_attempted:               15793418
% 196.21/25.53  stat_clsubs_top_meta_pref1_succeeded:              15666911
% 196.21/25.53  stat_clsubs_top_meta_pref2_succeeded:               7211404
% 196.21/25.53  stat_clsubs_top_meta_pref3_succeeded:               5463264
% 196.21/25.53  stat_clsubs_top_meta_pref_succeeded:                5463264
% 196.21/25.53  stat_clsubs_meta_attempted:              5476704
% 196.21/25.53  stat_clsubs_meta_failed:                  275866
% 196.21/25.53  stat_clsubs_predsymbs_attempted:               0
% 196.21/25.53  stat_clsubs_unit_attempted:              5444300
% 196.21/25.53  stat_clsubs_full_attempted:                18964
% 196.21/25.53  stat_forwardsubs_attempted:               940306
% 196.21/25.53  stat_lit_hash_added:                 355936
% 196.21/25.53  stat_lit_hash_computed:             1326053
% 196.21/25.53  stat_lit_hash_match_found:           539098
% 196.21/25.53  stat_lit_hash_match_miss:            835509
% 196.21/25.53  stat_lit_hash_cut_ok:                     0
% 196.21/25.53  stat_lit_strong_cut_ok:                   0
% 196.21/25.53  stat_lit_hash_subsume_ok:            538141
% 196.21/25.53  clqueue els 10000000 used 1
% 196.21/25.53  clactive els 10000000 used 9599
% 196.21/25.53  clactivesubsume els 10000000 used 57583
% 196.21/25.53  queue_termbuf els 200000000 used 27482373
% 196.21/25.53  hyper_termbuf els 100000000 used 1
% 196.21/25.53  active_termbuf els 100000000 used 506792
% 196.21/25.53  varstack els 5000 last used 1
% 196.21/25.53  given_termbuf els 10000000 last used 1
% 196.21/25.53  simplified_termbuf els 10000000 last used 1
% 196.21/25.53  derived_termbuf els 10000000 last used 48
% 196.21/25.53  wr_mallocs: 277417
% 196.21/25.53  wr_callocs: 19
% 196.21/25.53  wr_reallocs: 97936
% 196.21/25.53  wr_frees: 2
% 196.21/25.53  wr_malloc_bytes: 4174612964
% 196.21/25.53  wr_calloc_bytes: 96065504
% 196.21/25.53  wr_realloc_bytes: 16718760
% 196.21/25.53  wr_realloc_freebytes: 0
% 196.21/25.53  ----------------------------------
%------------------------------------------------------------------------------