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

View Problem - Process Solution

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

cnf('26',plain,
    theorem(implies(implies(or(X,Y),or(Z,U)),or(Z,implies(Y,U)))),
    inference(resolution,[],['14','25']) ).

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

cnf('28',plain,
    $false,
    inference(resolution,[],['26','27']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : LCL230-3 : TPTP v8.1.2. Released v2.3.0.
% 0.00/0.13  % Command  : gkc %s
% 0.12/0.34  % Computer : n003.cluster.edu
% 0.12/0.34  % Model    : x86_64 x86_64
% 0.12/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.34  % Memory   : 8042.1875MB
% 0.12/0.34  % 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 19:01:07 EDT 2023
% 0.12/0.34  % CPUTime  : 
% 0.19/0.38  
% 0.19/0.38  input clause set summed statistics:
% 0.19/0.38  ----------------------------------
% 0.19/0.38  in_clause_count:                     9
% 0.19/0.38  in_rule_clause_count:                9
% 0.19/0.38  in_fact_clause_count:                0
% 0.19/0.38  in_answer_clause_count:              0
% 0.19/0.38  in_ground_clause_count:              1
% 0.19/0.38  in_unit_clause_count:                7
% 0.19/0.38  in_horn_clause_count:                9
% 0.19/0.38  in_pos_clause_count:                 6
% 0.19/0.38  in_neg_clause_count:                 1
% 0.19/0.38  in_poseq_clause_count:               1
% 0.19/0.38  in_negeq_clause_count:               0
% 0.19/0.38  in_unitposeq_clause_count:           1
% 0.19/0.38  in_chain_clause_count:               1
% 0.19/0.38  in_min_length:             1
% 0.19/0.38  in_max_length:             3
% 0.19/0.38  in_min_depth:              1
% 0.19/0.38  in_max_depth:              4
% 0.19/0.38  in_min_size:               4
% 0.19/0.38  in_max_size:              14
% 0.19/0.38  in_min_vars:               0
% 0.19/0.38  in_max_vars:               3
% 0.19/0.38  in_extaxiom_count:                 8
% 0.19/0.38  in_axiom_count:                    0
% 0.19/0.38  in_assumption_count:               0
% 0.19/0.38  in_goal_count:                     1
% 0.19/0.38  in_neg_goal_count:                 1
% 0.19/0.38  in_pos_goal_count:                 0
% 0.19/0.38  in_posunit_goal_count:             0
% 0.19/0.38  
% 0.19/0.38  auto guide:
% 0.19/0.38  -----------
% 0.19/0.38  {
% 0.19/0.38  "print":1,
% 0.19/0.38  "print_level": 15,
% 0.19/0.38  "max_size": 0,
% 0.19/0.38  "max_depth": 0,
% 0.19/0.38  "max_length": 0,
% 0.19/0.38  "max_dseconds": 0,
% 0.19/0.38  "runs":[
% 0.19/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":1, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["unit","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.19/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.19/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds":1, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":1, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["query_focus", "double"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.19/0.38  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.19/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.19/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.19/0.38  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.19/0.38  {"var_weight":70, "repeat_var_weight":70, "rewrite":0, "length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["hardness_pref", "max_weight"], "max_dseconds":1},
% 0.19/0.38  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.19/0.38  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.19/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":1},
% 0.19/0.38  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":1},
% 0.19/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.19/0.38  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":1},
% 0.19/0.38  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.19/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.19/0.38  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":1},
% 0.19/0.38  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.38  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.19/0.38  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.19/0.38  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":1},
% 0.19/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":1, "strategy":["query_focus", "prohibit_nested_para"], "max_dseconds":1},
% 0.19/0.38  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.19/0.38  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":1},
% 0.19/0.38  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.19/0.38  
% 0.19/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":10, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.19/0.38  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["unit","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.19/0.38  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.19/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.19/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds":10, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":10, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.19/0.38  {"max_dseconds":10, "strategy":["query_focus", "double"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.19/0.38  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":10},
% 0.19/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.19/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.19/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.19/0.38  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.19/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":10},
% 0.19/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.19/0.38  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.19/0.38  {"var_weight":70, "repeat_var_weight":70, "rewrite":0, "length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["hardness_pref", "max_weight"], "max_dseconds":10},
% 0.19/0.38  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.19/0.38  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.19/0.38  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.19/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":10},
% 0.19/0.38  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":10},
% 0.19/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.19/0.38  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":10},
% 0.19/0.38  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":10},
% 0.19/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.19/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.19/0.38  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":10},
% 0.19/0.38  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.19/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds":10, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.38  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.19/0.38  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.19/0.38  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":10},
% 0.19/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":1, "strategy":["query_focus", "prohibit_nested_para"], "max_dseconds":10},
% 0.19/0.38  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":10},
% 0.19/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.19/0.38  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":10},
% 0.19/0.38  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.19/0.38  
% 0.19/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":50, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.19/0.38  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["unit","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.19/0.38  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.19/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.19/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds":50, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":50, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.19/0.38  {"max_dseconds":50, "strategy":["query_focus", "double"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.19/0.38  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":50},
% 0.19/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.19/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.19/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.19/0.38  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.19/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":50},
% 0.19/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.19/0.38  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.19/0.38  {"var_weight":70, "repeat_var_weight":70, "rewrite":0, "length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["hardness_pref", "max_weight"], "max_dseconds":50},
% 0.19/0.38  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.19/0.38  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.19/0.38  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.19/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":50},
% 0.19/0.38  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":50},
% 0.19/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.19/0.38  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":50},
% 0.19/0.38  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":50},
% 0.19/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.19/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.19/0.38  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":50},
% 0.19/0.38  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.19/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds":50, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.38  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.19/0.38  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.19/0.38  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":50},
% 0.19/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":1, "strategy":["query_focus", "prohibit_nested_para"], "max_dseconds":50},
% 0.19/0.38  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":50},
% 0.19/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.19/0.38  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":50},
% 0.19/0.38  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.19/0.38  
% 0.19/0.38  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":250, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.19/0.38  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":250, "strategy":["unit"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":250, "strategy":["hardness_pref", "posunitpara"], "query_preference":0},
% 0.19/0.38  
% 0.19/0.38  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":1250, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.19/0.38  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":1250, "strategy":["hardness_pref", "posunitpara"], "query_preference":0} 
% 0.19/0.38  
% 0.19/0.38  ]}
% 0.19/0.38  
% 0.19/0.39  
% 0.19/0.39  **** run 1 fork 0 starts with strategy
% 0.19/0.39  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0}
% 0.19/0.39  
% 0.19/0.39  **** run 2 fork 1 starts with strategy
% 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  
% 0.19/0.39  **** run 3 fork 2 starts with strategy
% 0.19/0.39  {"max_dseconds":1,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 0.19/0.39  
% 0.19/0.39  **** run 4 fork 3 starts with strategy
% 0.19/0.39  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 0.19/0.39  
% 0.19/0.39  **** run 5 fork 4 starts with strategy
% 0.19/0.39  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 0.19/0.39  
% 0.19/0.39  **** run 6 fork 5 starts with strategy
% 0.19/0.39  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.19/0.39  
% 0.19/0.39  **** run 7 fork 6 starts with strategy
% 0.19/0.39  {"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.50  
% 0.19/0.50  fork 5: search finished without proof.
% 0.19/0.51  
% 0.19/0.51  
% 0.19/0.51  fork 1: search terminated without proof.
% 0.19/0.51  
% 0.19/0.51  
% 0.19/0.51  fork 2: search terminated without proof.
% 0.19/0.51  
% 0.19/0.51  
% 0.19/0.51  fork 6: search terminated without proof.
% 0.19/0.51  
% 0.19/0.51  
% 0.19/0.51  fork 4: search terminated without proof.
% 0.19/0.52  
% 0.19/0.52  
% 0.19/0.52  fork 0: search terminated without proof.
% 0.19/0.52  
% 0.19/0.52  
% 0.19/0.52  fork 3: search terminated without proof.
% 0.19/0.52  
% 0.19/0.52  **** run 14 fork 5 starts with strategy
% 0.19/0.52  {"max_dseconds":1,"strategy":["negative_pref"],"weight_select_ratio":20}
% 0.19/0.53  
% 0.19/0.53  **** run 15 fork 6 starts with strategy
% 0.19/0.53  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 0.19/0.53  
% 0.19/0.53  **** run 11 fork 2 starts with strategy
% 0.19/0.53  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0}
% 0.19/0.53  
% 0.19/0.53  **** run 10 fork 1 starts with strategy
% 0.19/0.53  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.19/0.53  
% 0.19/0.53  **** run 13 fork 4 starts with strategy
% 0.19/0.53  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":0}
% 0.19/0.54  
% 0.19/0.54  **** run 9 fork 0 starts with strategy
% 0.19/0.54  {"max_dseconds":1,"strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.19/0.54  
% 0.19/0.54  
% 0.19/0.54  fork 7: search terminated without proof.
% 0.19/0.54  
% 0.19/0.54  **** run 12 fork 3 starts with strategy
% 0.19/0.54  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.19/0.57  
% 0.19/0.57  **** run 16 fork 7 starts with strategy
% 0.19/0.57  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1}
% 0.19/0.64  
% 0.19/0.64  
% 0.19/0.64  fork 5: search terminated without proof.
% 0.19/0.64  
% 0.19/0.64  fork 2: search finished without proof.
% 0.19/0.64  
% 0.19/0.64  fork 4: search finished without proof.
% 0.19/0.65  
% 0.19/0.65  fork 6: search finished without proof.
% 0.19/0.65  
% 0.19/0.65  
% 0.19/0.65  fork 1: search terminated without proof.
% 0.19/0.66  
% 0.19/0.66  **** run 22 fork 5 starts with strategy
% 0.19/0.66  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 0.19/0.66  
% 0.19/0.66  
% 0.19/0.66  fork 0: search terminated without proof.
% 0.19/0.66  
% 0.19/0.66  
% 0.19/0.66  fork 3: search terminated without proof.
% 0.19/0.66  
% 0.19/0.66  **** run 19 fork 2 starts with strategy
% 0.19/0.66  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.19/0.66  
% 0.19/0.66  **** run 21 fork 4 starts with strategy
% 0.19/0.66  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":1}
% 0.19/0.67  
% 0.19/0.67  **** run 23 fork 6 starts with strategy
% 0.19/0.67  {"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.67  
% 0.19/0.67  **** run 18 fork 1 starts with strategy
% 0.19/0.67  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 0.19/0.68  
% 0.19/0.68  **** run 17 fork 0 starts with strategy
% 0.19/0.68  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":1}
% 0.19/0.68  
% 0.19/0.68  **** run 20 fork 3 starts with strategy
% 0.19/0.68  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 0.19/0.68  
% 0.19/0.68  
% 0.19/0.68  fork 7: search terminated without proof.
% 0.19/0.70  
% 0.19/0.70  fork 6: search finished without proof.
% 0.19/0.71  
% 0.19/0.71  fork 0: search finished without proof.
% 0.19/0.71  
% 0.19/0.71  **** run 24 fork 7 starts with strategy
% 0.19/0.71  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":0}
% 0.19/0.72  
% 0.19/0.72  **** run 31 fork 6 starts with strategy
% 0.19/0.72  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"rewrite":0}
% 0.19/0.73  
% 0.19/0.73  **** run 25 fork 0 starts with strategy
% 0.19/0.73  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 0.19/0.74  
% 0.19/0.74  fork 7: search finished without proof.
% 0.19/0.76  
% 0.19/0.76  **** run 32 fork 7 starts with strategy
% 0.19/0.76  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.19/0.77  
% 0.19/0.77  fork 4: search finished without proof.
% 2.56/0.79  
% 2.56/0.79  **** run 29 fork 4 starts with strategy
% 2.56/0.79  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"depth_penalty":100}
% 2.56/0.79  
% 2.56/0.79  fork 1: search finished without proof.
% 2.56/0.81  
% 2.56/0.81  
% 2.56/0.81  fork 3: search terminated without proof.
% 2.56/0.81  
% 2.56/0.81  **** run 26 fork 1 starts with strategy
% 2.56/0.81  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 2.56/0.81  
% 2.56/0.81  fork 5: search finished without proof.
% 2.56/0.83  
% 2.56/0.83  **** run 28 fork 3 starts with strategy
% 2.56/0.83  {"max_dseconds":1,"strategy":["query_focus","max_ground_weight"],"query_preference":1}
% 3.54/0.83  
% 3.54/0.83  
% 3.54/0.83  fork 2: search terminated without proof.
% 3.54/0.83  
% 3.54/0.83  **** run 30 fork 5 starts with strategy
% 3.54/0.83  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 3.54/0.84  
% 3.54/0.84  fork 6: search finished without proof.
% 3.54/0.85  
% 3.54/0.85  
% 3.54/0.85  fork 0: search terminated without proof.
% 3.70/0.86  
% 3.70/0.86  **** run 27 fork 2 starts with strategy
% 3.70/0.86  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 3.70/0.86  
% 3.70/0.86  **** run 39 fork 6 starts with strategy
% 3.70/0.86  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"length_penalty":100}
% 3.70/0.87  
% 3.70/0.87  **** run 33 fork 0 starts with strategy
% 3.70/0.87  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"rewrite":0}
% 3.70/0.88  
% 3.70/0.88  fork 7: search finished without proof.
% 3.70/0.90  
% 3.70/0.90  **** run 40 fork 7 starts with strategy
% 3.70/0.90  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":3}
% 4.23/0.92  
% 4.23/0.92  
% 4.23/0.92  fork 4: search terminated without proof.
% 4.23/0.93  
% 4.23/0.93  fork 1: search finished without proof.
% 4.23/0.94  
% 4.23/0.94  **** run 37 fork 4 starts with strategy
% 4.23/0.94  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 4.23/0.94  
% 4.23/0.94  fork 7: search finished without proof.
% 4.23/0.95  
% 4.23/0.95  **** run 34 fork 1 starts with strategy
% 4.23/0.95  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0}
% 4.23/0.95  
% 4.23/0.95  fork 3: search finished without proof.
% 4.23/0.96  
% 4.23/0.96  
% 4.23/0.96  fork 5: search terminated without proof.
% 4.58/0.97  
% 4.58/0.97  **** run 48 fork 7 starts with strategy
% 4.58/0.97  {"weight_select_ratio":100,"query_preference":1,"strategy":["negative_pref"],"max_dseconds":1}
% 4.58/0.97  
% 4.58/0.97  **** run 36 fork 3 starts with strategy
% 4.58/0.97  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 4.58/0.97  
% 4.58/0.97  **** run 38 fork 5 starts with strategy
% 4.58/0.97  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1,"length_penalty":100}
% 4.58/0.98  
% 4.58/0.98  
% 4.58/0.98  fork 6: search terminated without proof.
% 4.58/0.99  
% 4.58/0.99  fork 2: search finished without proof.
% 4.58/0.99  
% 4.58/0.99  
% 4.58/0.99  fork 0: search terminated without proof.
% 4.58/1.00  
% 4.58/1.00  **** run 47 fork 6 starts with strategy
% 4.58/1.00  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 4.58/1.01  
% 4.58/1.01  **** run 41 fork 0 starts with strategy
% 4.58/1.01  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":30,"depth_penalty":100}
% 4.58/1.01  
% 4.58/1.01  **** run 35 fork 2 starts with strategy
% 4.58/1.01  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 5.23/1.06  
% 5.23/1.06  
% 5.23/1.06  fork 4: search terminated without proof.
% 5.23/1.06  
% 5.23/1.06  fork 1: search finished without proof.
% 5.23/1.07  
% 5.23/1.07  **** run 45 fork 4 starts with strategy
% 5.23/1.07  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":1}
% 5.23/1.08  
% 5.23/1.08  **** run 42 fork 1 starts with strategy
% 5.23/1.08  {"max_dseconds":1,"strategy":["negative_pref","posunitpara"],"query_preference":1,"max_depth":2,"depth_penalty":50,"length_penalty":100}
% 5.51/1.09  
% 5.51/1.09  
% 5.51/1.09  fork 7: search terminated without proof.
% 5.51/1.09  
% 5.51/1.09  
% 5.51/1.09  fork 3: search terminated without proof.
% 5.51/1.09  
% 5.51/1.09  fork 5: search finished without proof.
% 5.51/1.10  
% 5.51/1.10  fork 4: search finished without proof.
% 5.51/1.11  
% 5.51/1.11  **** run 44 fork 3 starts with strategy
% 5.51/1.11  {"max_dseconds":1,"strategy":["unit","pure_unit"],"query_preference":0}
% 5.51/1.11  
% 5.51/1.11  fork 1: search finished without proof.
% 5.51/1.11  
% 5.51/1.11  **** run 56 fork 7 starts with strategy
% 5.51/1.11  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":1}
% 5.51/1.11  
% 5.51/1.11  **** run 46 fork 5 starts with strategy
% 5.51/1.11  {"max_dseconds":1,"strategy":["query_focus","double"],"query_preference":1}
% 5.51/1.11  
% 5.51/1.11  **** run 53 fork 4 starts with strategy
% 5.51/1.11  {"max_dseconds":1,"strategy":["unit","pure_unit"],"weight_select_ratio":1,"query_preference":0}
% 5.51/1.12  
% 5.51/1.12  fork 2: search finished without proof.
% 5.51/1.12  
% 5.51/1.12  
% 5.51/1.12  fork 6: search terminated without proof.
% 5.51/1.13  
% 5.51/1.13  **** run 50 fork 1 starts with strategy
% 5.51/1.13  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":6,"var_weight":1}
% 5.51/1.13  
% 5.51/1.13  fork 0: search finished without proof.
% 5.93/1.14  
% 5.93/1.14  **** run 43 fork 2 starts with strategy
% 5.93/1.14  {"max_dseconds":1,"strategy":["negative_pref","prohibit_nested_para"],"query_preference":0}
% 5.93/1.14  
% 5.93/1.14  fork 3: search finished without proof.
% 5.93/1.14  
% 5.93/1.14  fork 4: search finished without proof.
% 5.93/1.14  
% 5.93/1.14  **** run 55 fork 6 starts with strategy
% 5.93/1.14  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":2}
% 6.09/1.15  
% 6.09/1.15  **** run 49 fork 0 starts with strategy
% 6.09/1.15  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"max_depth":2}
% 6.09/1.15  
% 6.09/1.15  **** run 52 fork 3 starts with strategy
% 6.09/1.15  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 6.09/1.16  
% 6.09/1.16  **** run 61 fork 4 starts with strategy
% 6.09/1.16  {"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.09/1.17  
% 6.09/1.17  fork 6: search finished without proof.
% 6.09/1.18  
% 6.09/1.18  fork 0: search finished without proof.
% 6.09/1.19  
% 6.09/1.19  **** run 63 fork 6 starts with strategy
% 6.09/1.19  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 6.09/1.19  
% 6.09/1.19  **** run 57 fork 0 starts with strategy
% 6.09/1.19  {"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.63/1.24  
% 6.63/1.24  fork 5: search finished without proof.
% 6.63/1.24  
% 6.63/1.24  fork 7: search finished without proof.
% 6.63/1.25  
% 6.63/1.25  
% 6.63/1.25  fork 1: search terminated without proof.
% 6.63/1.25  
% 6.63/1.25  **** run 54 fork 5 starts with strategy
% 6.63/1.25  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":0,"strategy":["query_focus","posunitpara"],"max_dseconds":1}
% 6.63/1.26  
% 6.63/1.26  
% 6.63/1.26  fork 2: search terminated without proof.
% 6.99/1.27  
% 6.99/1.27  **** run 64 fork 7 starts with strategy
% 6.99/1.27  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":1}
% 6.99/1.27  
% 6.99/1.27  **** run 58 fork 1 starts with strategy
% 6.99/1.27  {"max_depth":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 6.99/1.27  
% 6.99/1.27  fork 3: search finished without proof.
% 6.99/1.28  
% 6.99/1.28  **** run 51 fork 2 starts with strategy
% 6.99/1.28  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 6.99/1.28  
% 6.99/1.28  fork 4: search finished without proof.
% 6.99/1.29  
% 6.99/1.29  **** run 60 fork 3 starts with strategy
% 6.99/1.29  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":0,"depth_penalty":50,"length_penalty":100}
% 6.99/1.30  
% 6.99/1.30  fork 7: search finished without proof.
% 6.99/1.30  
% 6.99/1.30  **** run 69 fork 4 starts with strategy
% 6.99/1.30  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1}
% 6.99/1.30  
% 6.99/1.30  fork 6: search finished without proof.
% 6.99/1.31  
% 6.99/1.31  
% 6.99/1.31  fork 0: search terminated without proof.
% 6.99/1.32  
% 6.99/1.32  **** run 72 fork 7 starts with strategy
% 6.99/1.32  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 6.99/1.32  
% 6.99/1.32  **** run 71 fork 6 starts with strategy
% 6.99/1.32  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight"],"max_dseconds":1}
% 6.99/1.33  
% 6.99/1.33  **** run 65 fork 0 starts with strategy
% 6.99/1.33  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":1}
% 6.99/1.36  
% 6.99/1.36  fork 0: search finished without proof.
% 6.99/1.37  
% 6.99/1.37  **** run 73 fork 0 starts with strategy
% 6.99/1.37  {"max_dseconds":1,"strategy":["query_focus","posunitpara"],"query_preference":1,"depth_penalty":50,"length_penalty":100}
% 6.99/1.38  
% 6.99/1.38  
% 6.99/1.38  fork 5: search terminated without proof.
% 6.99/1.40  
% 6.99/1.40  fork 2: search finished without proof.
% 6.99/1.40  
% 6.99/1.40  **** run 62 fork 5 starts with strategy
% 6.99/1.40  {"weight_select_ratio":100,"query_preference":0,"strategy":["negative_pref","max_weight"],"max_dseconds":1}
% 6.99/1.41  
% 6.99/1.41  
% 6.99/1.41  fork 3: search terminated without proof.
% 6.99/1.42  
% 6.99/1.42  **** run 59 fork 2 starts with strategy
% 6.99/1.42  {"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 6.99/1.42  
% 6.99/1.42  fork 4: search finished without proof.
% 6.99/1.43  
% 6.99/1.43  **** run 68 fork 3 starts with strategy
% 6.99/1.43  {"max_dseconds":1,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 7.79/1.44  
% 7.79/1.44  
% 7.79/1.44  fork 7: search terminated without proof.
% 7.79/1.44  
% 7.79/1.44  **** run 77 fork 4 starts with strategy
% 7.79/1.44  {"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.79/1.46  
% 7.79/1.46  
% 7.79/1.46  fork 1: search terminated without proof.
% 7.79/1.46  
% 7.79/1.46  **** run 80 fork 7 starts with strategy
% 7.79/1.46  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 8.54/1.49  
% 8.54/1.49  **** run 66 fork 1 starts with strategy
% 8.54/1.49  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"max_depth":2}
% 8.54/1.49  
% 8.54/1.49  
% 8.54/1.49  fork 6: search terminated without proof.
% 8.54/1.49  
% 8.54/1.49  fork 0: search finished without proof.
% 8.54/1.51  
% 8.54/1.51  **** run 81 fork 0 starts with strategy
% 8.54/1.51  {"length_penalty":100,"query_preference":1,"strategy":["positive_pref","posunitpara"],"max_dseconds":1}
% 8.54/1.52  
% 8.54/1.52  **** run 79 fork 6 starts with strategy
% 8.54/1.52  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"weight_select_ratio":30,"depth_penalty":100,"length_penalty":100}
% 8.54/1.52  
% 8.54/1.52  
% 8.54/1.52  fork 5: search terminated without proof.
% 8.54/1.52  
% 8.54/1.52  fork 1: search finished without proof.
% 8.96/1.54  
% 8.96/1.54  
% 8.96/1.54  fork 2: search terminated without proof.
% 8.96/1.54  
% 8.96/1.54  **** run 74 fork 1 starts with strategy
% 8.96/1.54  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":1}
% 8.96/1.54  
% 8.96/1.54  **** run 70 fork 5 starts with strategy
% 8.96/1.54  {"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["positive_pref"],"max_dseconds":1}
% 9.17/1.55  
% 9.17/1.55  fork 3: search finished without proof.
% 9.17/1.56  
% 9.17/1.56  **** run 67 fork 2 starts with strategy
% 9.17/1.56  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"equality":0}
% 9.17/1.56  
% 9.17/1.56  
% 9.17/1.56  fork 4: search terminated without proof.
% 9.17/1.57  
% 9.17/1.57  **** run 76 fork 3 starts with strategy
% 9.17/1.57  {"rewrite":0,"depth_penalty":50,"query_preference":1,"strategy":["query_focus","hornpref"],"max_dseconds":1}
% 9.17/1.59  
% 9.17/1.59  **** run 85 fork 4 starts with strategy
% 9.17/1.59  {"max_dseconds":10,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 9.17/1.59  
% 9.17/1.59  
% 9.17/1.59  fork 7: search terminated without proof.
% 9.17/1.61  
% 9.17/1.61  **** run 88 fork 7 starts with strategy
% 9.17/1.61  {"max_dseconds":10,"strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 9.71/1.63  
% 9.71/1.63  fork 0: search finished without proof.
% 9.71/1.65  
% 9.71/1.65  
% 9.71/1.65  fork 6: search terminated without proof.
% 9.71/1.65  
% 9.71/1.65  **** run 89 fork 0 starts with strategy
% 9.71/1.65  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 9.71/1.66  
% 9.71/1.66  fork 5: search finished without proof.
% 9.71/1.66  
% 9.71/1.66  
% 9.71/1.66  fork 1: search terminated without proof.
% 10.09/1.67  
% 10.09/1.67  **** run 87 fork 6 starts with strategy
% 10.09/1.67  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 10.09/1.68  
% 10.09/1.68  
% 10.09/1.68  fork 2: search terminated without proof.
% 10.09/1.68  
% 10.09/1.68  **** run 78 fork 5 starts with strategy
% 10.09/1.68  {"query_preference":1,"strategy":["unit","max_weight"],"max_dseconds":1}
% 10.09/1.68  
% 10.09/1.68  **** run 82 fork 1 starts with strategy
% 10.09/1.68  {"weight_select_ratio":100,"rewrite":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 10.09/1.69  
% 10.09/1.69  fork 3: search finished without proof.
% 10.09/1.70  
% 10.09/1.70  **** run 75 fork 2 starts with strategy
% 10.09/1.70  {"depth_penalty":50,"query_preference":1,"strategy":["hardness_pref","hornpref","max_weight"],"max_dseconds":1}
% 10.09/1.71  
% 10.09/1.71  **** run 84 fork 3 starts with strategy
% 10.09/1.71  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 10.92/1.80  
% 10.92/1.80  
% 10.92/1.80  fork 5: search terminated without proof.
% 10.92/1.81  
% 10.92/1.81  
% 10.92/1.81  fork 1: search terminated without proof.
% 10.92/1.81  
% 10.92/1.81  fork 2: search finished without proof.
% 10.92/1.82  
% 10.92/1.82  **** run 86 fork 5 starts with strategy
% 10.92/1.82  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 10.92/1.82  
% 10.92/1.82  **** run 90 fork 1 starts with strategy
% 10.92/1.82  {"max_dseconds":10,"strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 11.36/1.83  
% 11.36/1.83  **** run 83 fork 2 starts with strategy
% 11.36/1.83  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0}
% 17.11/2.61  
% 17.11/2.61  
% 17.11/2.61  fork 4: search terminated without proof.
% 17.11/2.64  
% 17.11/2.64  **** run 93 fork 4 starts with strategy
% 17.11/2.64  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0}
% 17.11/2.67  
% 17.11/2.67  
% 17.11/2.67  fork 0: search terminated without proof.
% 17.11/2.69  
% 17.11/2.69  
% 17.11/2.69  fork 6: search terminated without proof.
% 17.11/2.69  
% 17.11/2.69  **** run 97 fork 0 starts with strategy
% 17.11/2.69  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1}
% 17.11/2.72  
% 17.11/2.72  **** run 95 fork 6 starts with strategy
% 17.11/2.72  {"max_dseconds":10,"strategy":["hardness_pref","posunitpara"],"query_preference":0}
% 17.11/2.73  
% 17.11/2.73  
% 17.11/2.73  fork 3: search terminated without proof.
% 17.11/2.76  
% 17.11/2.76  **** run 92 fork 3 starts with strategy
% 17.11/2.76  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 17.11/2.77  
% 17.11/2.77  
% 17.11/2.77  fork 7: search terminated without proof.
% 17.11/2.80  
% 17.11/2.80  **** run 96 fork 7 starts with strategy
% 17.11/2.80  {"max_dseconds":10,"strategy":["negative_pref"],"weight_select_ratio":20}
% 19.31/2.84  
% 19.31/2.84  
% 19.31/2.84  fork 1: search terminated without proof.
% 19.31/2.85  
% 19.31/2.85  
% 19.31/2.85  fork 2: search terminated without proof.
% 19.31/2.87  
% 19.31/2.87  **** run 98 fork 1 starts with strategy
% 19.31/2.87  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1}
% 19.31/2.88  
% 19.31/2.88  **** run 91 fork 2 starts with strategy
% 19.31/2.88  {"max_dseconds":10,"strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 19.31/2.88  
% 19.31/2.88  
% 19.31/2.88  fork 5: search terminated without proof.
% 19.31/2.91  
% 19.31/2.91  **** run 94 fork 5 starts with strategy
% 19.31/2.91  {"max_dseconds":10,"strategy":["unit"],"query_preference":0}
% 25.40/3.65  
% 25.40/3.65  fork 0: search finished without proof.
% 25.40/3.66  
% 25.40/3.66  
% 25.40/3.66  fork 4: search terminated without proof.
% 25.40/3.68  
% 25.40/3.68  **** run 105 fork 0 starts with strategy
% 25.40/3.68  {"max_dseconds":10,"strategy":["unit","pure_unit"],"max_size":30,"max_depth":10,"max_weight":300,"weight_select_ratio":1,"rewrite":0}
% 25.40/3.68  
% 25.40/3.68  **** run 101 fork 4 starts with strategy
% 25.40/3.68  {"max_dseconds":10,"strategy":["unit"],"query_preference":1}
% 25.40/3.70  
% 25.40/3.70  fork 0: search finished without proof.
% 26.16/3.72  
% 26.16/3.72  **** run 113 fork 0 starts with strategy
% 26.16/3.72  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"rewrite":0}
% 26.16/3.74  
% 26.16/3.74  
% 26.16/3.74  fork 6: search terminated without proof.
% 26.16/3.76  
% 26.16/3.76  **** run 103 fork 6 starts with strategy
% 26.16/3.76  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":1}
% 26.16/3.78  
% 26.16/3.78  
% 26.16/3.78  fork 3: search terminated without proof.
% 26.80/3.80  
% 26.80/3.80  **** run 100 fork 3 starts with strategy
% 26.80/3.80  {"max_dseconds":10,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 27.48/3.89  
% 27.48/3.89  
% 27.48/3.89  fork 1: search terminated without proof.
% 27.48/3.90  
% 27.48/3.90  
% 27.48/3.90  fork 2: search terminated without proof.
% 27.80/3.92  
% 27.80/3.92  **** run 106 fork 1 starts with strategy
% 27.80/3.92  {"max_dseconds":10,"strategy":["query_focus","unit"],"query_preference":0}
% 27.80/3.92  
% 27.80/3.92  
% 27.80/3.92  fork 7: search terminated without proof.
% 27.80/3.92  
% 27.80/3.92  **** run 99 fork 2 starts with strategy
% 27.80/3.92  {"max_dseconds":10,"strategy":["query_focus","unit"],"query_preference":1}
% 27.80/3.93  
% 27.80/3.93  
% 27.80/3.93  fork 5: search terminated without proof.
% 27.80/3.95  
% 27.80/3.95  fork 1: search finished without proof.
% 27.80/3.95  
% 27.80/3.95  fork 2: search finished without proof.
% 27.80/3.95  
% 27.80/3.95  **** run 102 fork 5 starts with strategy
% 27.80/3.95  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 27.80/3.96  
% 27.80/3.96  **** run 114 fork 1 starts with strategy
% 27.80/3.96  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 27.80/3.96  
% 27.80/3.96  **** run 104 fork 7 starts with strategy
% 27.80/3.96  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 27.80/3.97  
% 27.80/3.97  **** run 107 fork 2 starts with strategy
% 27.80/3.97  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 33.26/4.67  
% 33.26/4.67  fork 0: search finished without proof.
% 33.26/4.70  
% 33.26/4.70  **** run 121 fork 0 starts with strategy
% 33.26/4.70  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"length_penalty":100}
% 33.26/4.70  
% 33.26/4.70  
% 33.26/4.70  fork 4: search terminated without proof.
% 33.95/4.72  
% 33.95/4.72  **** run 109 fork 4 starts with strategy
% 33.95/4.72  {"max_dseconds":10,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 33.95/4.79  
% 33.95/4.79  fork 6: search finished without proof.
% 33.95/4.81  
% 33.95/4.81  **** run 111 fork 6 starts with strategy
% 33.95/4.81  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"depth_penalty":100}
% 33.95/4.81  
% 33.95/4.81  fork 3: search finished without proof.
% 33.95/4.84  
% 33.95/4.84  **** run 108 fork 3 starts with strategy
% 33.95/4.84  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 34.74/4.97  
% 34.74/4.97  
% 34.74/4.97  fork 5: search terminated without proof.
% 34.74/4.99  
% 34.74/4.99  fork 1: search finished without proof.
% 34.74/4.99  
% 34.74/4.99  fork 7: search finished without proof.
% 34.74/5.00  
% 34.74/5.00  **** run 110 fork 5 starts with strategy
% 34.74/5.00  {"max_dseconds":10,"strategy":["query_focus","max_ground_weight"],"query_preference":1}
% 36.22/5.02  
% 36.22/5.02  
% 36.22/5.02  fork 2: search terminated without proof.
% 36.38/5.02  
% 36.38/5.02  **** run 122 fork 1 starts with strategy
% 36.38/5.02  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"max_depth":3}
% 36.38/5.02  
% 36.38/5.02  **** run 112 fork 7 starts with strategy
% 36.38/5.02  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 36.38/5.04  
% 36.38/5.04  **** run 115 fork 2 starts with strategy
% 36.38/5.04  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0,"rewrite":0}
% 36.38/5.04  
% 36.38/5.04  fork 1: search finished without proof.
% 36.38/5.06  
% 36.38/5.06  **** run 130 fork 1 starts with strategy
% 36.38/5.06  {"weight_select_ratio":100,"query_preference":1,"strategy":["negative_pref"],"max_dseconds":10}
% 40.14/5.68  
% 40.14/5.68  fork 4: search finished without proof.
% 40.14/5.70  
% 40.14/5.70  **** run 117 fork 4 starts with strategy
% 40.14/5.70  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 41.78/5.72  
% 41.78/5.72  
% 41.78/5.72  fork 0: search terminated without proof.
% 41.91/5.75  
% 41.91/5.75  **** run 129 fork 0 starts with strategy
% 41.91/5.75  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 42.59/5.85  
% 42.59/5.85  
% 42.59/5.85  fork 6: search terminated without proof.
% 42.59/5.87  
% 42.59/5.87  **** run 119 fork 6 starts with strategy
% 42.59/5.87  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 43.10/5.95  
% 43.10/5.95  fork 5: search finished without proof.
% 43.75/5.97  
% 43.75/5.97  fork 3: search finished without proof.
% 43.85/5.98  
% 43.85/5.98  **** run 118 fork 5 starts with strategy
% 43.85/5.98  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 43.85/5.99  
% 43.85/5.99  **** run 116 fork 3 starts with strategy
% 43.85/5.99  {"max_dseconds":10,"strategy":["positive_pref"],"query_preference":0}
% 44.12/6.02  
% 44.12/6.02  fork 7: search finished without proof.
% 44.28/6.04  
% 44.28/6.04  **** run 120 fork 7 starts with strategy
% 44.28/6.04  {"max_dseconds":10,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1,"length_penalty":100}
% 44.28/6.08  
% 44.28/6.08  
% 44.28/6.08  fork 1: search terminated without proof.
% 44.28/6.11  
% 44.28/6.11  **** run 138 fork 1 starts with strategy
% 44.28/6.11  {"max_dseconds":10,"strategy":["query_focus","positive_pref"],"query_preference":1}
% 44.99/6.13  
% 44.99/6.13  
% 44.99/6.13  fork 2: search terminated without proof.
% 44.99/6.16  
% 44.99/6.16  **** run 123 fork 2 starts with strategy
% 44.99/6.16  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":30,"depth_penalty":100}
% 45.51/6.38  
% 45.51/6.38  fork 4: search finished without proof.
% 45.51/6.39  
% 45.51/6.39  **** run 125 fork 4 starts with strategy
% 45.51/6.40  {"max_dseconds":10,"strategy":["negative_pref","prohibit_nested_para"],"query_preference":0}
% 50.58/6.88  
% 50.58/6.88  
% 50.58/6.88  fork 0: search terminated without proof.
% 50.58/6.89  
% 50.58/6.89  
% 50.58/6.89  fork 6: search terminated without proof.
% 50.58/6.90  
% 50.58/6.90  **** run 137 fork 0 starts with strategy
% 50.58/6.90  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"max_depth":2}
% 50.58/6.91  
% 50.58/6.91  **** run 127 fork 6 starts with strategy
% 50.58/6.91  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"max_depth":1}
% 51.29/6.93  
% 51.29/6.93  fork 0: search finished without proof.
% 51.29/6.93  
% 51.29/6.93  fork 3: search finished without proof.
% 51.29/6.93  
% 51.29/6.93  fork 6: search finished without proof.
% 51.29/6.95  
% 51.29/6.95  **** run 135 fork 6 starts with strategy
% 51.29/6.95  {"max_dseconds":10,"strategy":["unit","pure_unit"],"weight_select_ratio":1,"query_preference":0}
% 51.29/6.95  
% 51.29/6.95  **** run 145 fork 0 starts with strategy
% 51.29/6.95  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":10}
% 51.29/6.95  
% 51.29/6.95  **** run 124 fork 3 starts with strategy
% 51.29/6.95  {"max_dseconds":10,"strategy":["negative_pref","posunitpara"],"query_preference":1,"max_depth":2,"depth_penalty":50,"length_penalty":100}
% 51.29/6.97  
% 51.29/6.97  fork 6: search finished without proof.
% 51.29/6.98  
% 51.29/6.98  fork 3: search finished without proof.
% 51.29/6.99  
% 51.29/6.99  **** run 143 fork 6 starts with strategy
% 51.29/6.99  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":1,"strategy":["query_focus","max_weight"],"max_dseconds":10}
% 51.29/6.99  
% 51.29/6.99  **** run 132 fork 3 starts with strategy
% 51.29/6.99  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":6,"var_weight":1}
% 51.29/7.00  
% 51.29/7.00  fork 7: search finished without proof.
% 51.29/7.00  
% 51.29/7.00  
% 51.29/7.00  fork 5: search terminated without proof.
% 51.29/7.03  
% 51.29/7.03  **** run 126 fork 5 starts with strategy
% 51.29/7.03  {"max_dseconds":10,"strategy":["unit","pure_unit"],"query_preference":0}
% 51.29/7.04  
% 51.29/7.04  **** run 128 fork 7 starts with strategy
% 51.29/7.04  {"max_dseconds":10,"strategy":["query_focus","double"],"query_preference":1}
% 51.29/7.05  
% 51.29/7.05  fork 5: search finished without proof.
% 51.29/7.07  
% 51.29/7.07  **** run 134 fork 5 starts with strategy
% 51.29/7.07  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":10}
% 51.97/7.14  
% 51.97/7.14  fork 2: search finished without proof.
% 51.97/7.14  
% 51.97/7.14  fork 1: search finished without proof.
% 53.08/7.16  
% 53.08/7.16  **** run 131 fork 2 starts with strategy
% 53.08/7.16  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"max_depth":2}
% 53.08/7.16  
% 53.08/7.16  **** run 146 fork 1 starts with strategy
% 53.08/7.16  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":10}
% 53.16/7.19  
% 53.16/7.19  fork 2: search finished without proof.
% 53.16/7.19  
% 53.16/7.19  fork 1: search finished without proof.
% 53.16/7.20  
% 53.16/7.20  **** run 139 fork 2 starts with strategy
% 53.16/7.20  {"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}
% 53.16/7.21  
% 53.16/7.21  **** run 154 fork 1 starts with strategy
% 53.16/7.21  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 54.87/7.41  
% 54.87/7.41  
% 54.87/7.41  fork 4: search terminated without proof.
% 54.87/7.45  
% 54.87/7.45  **** run 133 fork 4 starts with strategy
% 54.87/7.45  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 58.95/7.94  
% 58.95/7.94  fork 6: search finished without proof.
% 58.95/7.97  
% 58.95/7.97  **** run 151 fork 6 starts with strategy
% 58.95/7.97  {"max_dseconds":10,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1}
% 59.45/7.98  
% 59.45/7.98  fork 0: search finished without proof.
% 59.45/7.99  
% 59.45/7.99  fork 7: search finished without proof.
% 59.45/8.00  
% 59.45/8.00  **** run 153 fork 0 starts with strategy
% 59.45/8.00  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight"],"max_dseconds":10}
% 59.45/8.01  
% 59.45/8.01  
% 59.45/8.01  fork 3: search terminated without proof.
% 59.45/8.02  
% 59.45/8.02  **** run 136 fork 7 starts with strategy
% 59.45/8.02  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":0,"strategy":["query_focus","posunitpara"],"max_dseconds":10}
% 59.45/8.04  
% 59.45/8.04  **** run 140 fork 3 starts with strategy
% 59.45/8.05  {"max_depth":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":10}
% 60.31/8.11  
% 60.31/8.11  
% 60.31/8.11  fork 5: search terminated without proof.
% 60.73/8.14  
% 60.73/8.14  **** run 142 fork 5 starts with strategy
% 60.73/8.14  {"max_dseconds":10,"strategy":["hardness_pref","posunitpara"],"query_preference":0,"depth_penalty":50,"length_penalty":100}
% 61.36/8.23  
% 61.36/8.23  
% 61.36/8.23  fork 1: search terminated without proof.
% 61.36/8.26  
% 61.36/8.26  **** run 162 fork 1 starts with strategy
% 61.36/8.26  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 61.85/8.31  
% 61.85/8.31  
% 61.85/8.31  fork 2: search terminated without proof.
% 61.85/8.33  
% 61.85/8.33  **** run 147 fork 2 starts with strategy
% 61.85/8.33  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":10}
% 61.85/8.36  
% 61.85/8.36  fork 2: search finished without proof.
% 62.54/8.37  
% 62.54/8.37  **** run 155 fork 2 starts with strategy
% 62.54/8.37  {"max_dseconds":10,"strategy":["query_focus","posunitpara"],"query_preference":1,"depth_penalty":50,"length_penalty":100}
% 62.54/8.40  
% 62.54/8.40  fork 4: search finished without proof.
% 62.54/8.43  
% 62.54/8.43  **** run 141 fork 4 starts with strategy
% 62.54/8.43  {"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":10}
% 66.87/8.92  
% 66.87/8.92  fork 6: search finished without proof.
% 66.87/8.94  
% 66.87/8.94  **** run 159 fork 6 starts with strategy
% 66.87/8.94  {"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}
% 66.87/8.99  
% 66.87/8.99  fork 7: search finished without proof.
% 67.66/9.02  
% 67.66/9.02  
% 67.66/9.02  fork 0: search terminated without proof.
% 67.66/9.03  
% 67.66/9.03  **** run 144 fork 7 starts with strategy
% 67.66/9.03  {"weight_select_ratio":100,"query_preference":0,"strategy":["negative_pref","max_weight"],"max_dseconds":10}
% 67.66/9.05  
% 67.66/9.05  **** run 161 fork 0 starts with strategy
% 67.66/9.05  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"weight_select_ratio":30,"depth_penalty":100,"length_penalty":100}
% 67.66/9.07  
% 67.66/9.07  
% 67.66/9.07  fork 3: search terminated without proof.
% 67.66/9.09  
% 67.66/9.09  **** run 148 fork 3 starts with strategy
% 67.66/9.09  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"max_depth":2}
% 68.30/9.11  
% 68.30/9.11  fork 3: search finished without proof.
% 68.30/9.12  
% 68.30/9.12  **** run 156 fork 3 starts with strategy
% 68.30/9.12  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":10}
% 68.30/9.28  
% 68.30/9.28  
% 68.30/9.28  fork 1: search terminated without proof.
% 68.30/9.30  
% 68.30/9.30  **** run 170 fork 1 starts with strategy
% 68.30/9.30  {"max_dseconds":50,"strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 68.30/9.34  
% 68.30/9.34  fork 2: search finished without proof.
% 68.30/9.35  
% 68.30/9.35  
% 68.30/9.35  fork 5: search terminated without proof.
% 70.37/9.37  
% 70.37/9.37  **** run 163 fork 2 starts with strategy
% 70.37/9.37  {"length_penalty":100,"query_preference":1,"strategy":["positive_pref","posunitpara"],"max_dseconds":10}
% 70.37/9.37  
% 70.37/9.37  **** run 150 fork 5 starts with strategy
% 70.37/9.37  {"max_dseconds":10,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 70.90/9.44  
% 70.90/9.44  
% 70.90/9.44  fork 4: search terminated without proof.
% 70.90/9.47  
% 70.90/9.47  **** run 149 fork 4 starts with strategy
% 70.90/9.47  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"equality":0}
% 73.30/9.93  
% 73.30/9.93  fork 6: search finished without proof.
% 74.09/9.97  
% 74.09/9.97  **** run 167 fork 6 starts with strategy
% 74.09/9.97  {"max_dseconds":50,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 75.39/10.01  
% 75.39/10.01  fork 0: search finished without proof.
% 75.39/10.04  
% 75.39/10.04  **** run 169 fork 0 starts with strategy
% 75.39/10.04  {"max_dseconds":50,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 75.39/10.05  
% 75.39/10.05  
% 75.39/10.05  fork 7: search terminated without proof.
% 75.39/10.08  
% 75.39/10.08  **** run 152 fork 7 starts with strategy
% 75.39/10.08  {"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["positive_pref"],"max_dseconds":10}
% 76.08/10.14  
% 76.08/10.14  fork 3: search finished without proof.
% 76.08/10.18  
% 76.08/10.18  **** run 164 fork 3 starts with strategy
% 76.08/10.18  {"weight_select_ratio":100,"rewrite":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":10}
% 77.81/10.39  
% 77.81/10.39  fork 2: search finished without proof.
% 78.59/10.43  
% 78.59/10.43  **** run 171 fork 2 starts with strategy
% 78.59/10.43  {"max_dseconds":50,"strategy":["unit","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 78.59/10.48  
% 78.59/10.48  fork 5: search finished without proof.
% 78.59/10.48  
% 78.59/10.48  
% 78.59/10.48  fork 4: search terminated without proof.
% 79.25/10.50  
% 79.25/10.50  **** run 158 fork 5 starts with strategy
% 79.25/10.50  {"rewrite":0,"depth_penalty":50,"query_preference":1,"strategy":["query_focus","hornpref"],"max_dseconds":10}
% 79.25/10.51  
% 79.25/10.51  **** run 157 fork 4 starts with strategy
% 79.25/10.51  {"depth_penalty":50,"query_preference":1,"strategy":["hardness_pref","hornpref","max_weight"],"max_dseconds":10}
% 82.99/11.04  
% 82.99/11.04  fork 7: search finished without proof.
% 83.79/11.08  
% 83.79/11.08  **** run 160 fork 7 starts with strategy
% 83.79/11.08  {"query_preference":1,"strategy":["unit","max_weight"],"max_dseconds":10}
% 84.04/11.20  
% 84.04/11.20  
% 84.04/11.20  fork 3: search terminated without proof.
% 84.83/11.22  
% 84.83/11.22  **** run 172 fork 3 starts with strategy
% 84.83/11.22  {"max_dseconds":50,"strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 86.19/11.46  
% 86.19/11.46  fork 5: search finished without proof.
% 86.19/11.49  
% 86.19/11.49  **** run 166 fork 5 starts with strategy
% 86.19/11.49  {"max_dseconds":50,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 86.19/11.51  
% 86.19/11.51  fork 4: search finished without proof.
% 86.19/11.53  
% 86.19/11.53  **** run 165 fork 4 starts with strategy
% 86.19/11.53  {"max_dseconds":50,"strategy":["negative_pref"],"query_preference":0}
% 91.61/12.12  
% 91.61/12.12  
% 91.61/12.12  fork 7: search terminated without proof.
% 91.61/12.15  
% 91.61/12.15  **** run 168 fork 7 starts with strategy
% 91.61/12.15  {"max_dseconds":50,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 107.86/14.33  
% 107.86/14.33  
% 107.86/14.33  fork 1: search terminated without proof.
% 108.48/14.35  
% 108.48/14.35  **** run 178 fork 1 starts with strategy
% 108.48/14.35  {"max_dseconds":50,"strategy":["negative_pref"],"weight_select_ratio":20}
% 115.81/15.16  
% 115.81/15.16  
% 115.81/15.16  fork 0: search terminated without proof.
% 116.18/15.23  
% 116.18/15.23  **** run 177 fork 0 starts with strategy
% 116.18/15.23  {"max_dseconds":50,"strategy":["hardness_pref","posunitpara"],"query_preference":0}
% 117.14/15.37  
% 117.14/15.37  
% 117.14/15.37  fork 6: search terminated without proof.
% 117.63/15.45  
% 117.63/15.45  **** run 175 fork 6 starts with strategy
% 117.63/15.45  {"max_dseconds":50,"strategy":["hardness_pref"],"query_preference":0}
% 118.56/15.51  
% 118.56/15.51  
% 118.56/15.51  fork 2: search terminated without proof.
% 118.80/15.58  
% 118.80/15.58  **** run 179 fork 2 starts with strategy
% 118.80/15.58  {"max_dseconds":50,"strategy":["query_focus"],"query_preference":1}
% 124.16/16.25  
% 124.16/16.25  
% 124.16/16.25  fork 3: search terminated without proof.
% 124.16/16.32  
% 124.16/16.32  **** run 180 fork 3 starts with strategy
% 124.16/16.32  {"max_dseconds":50,"strategy":["negative_pref"],"query_preference":1}
% 126.72/16.56  
% 126.72/16.56  
% 126.72/16.56  fork 4: search terminated without proof.
% 127.33/16.62  
% 127.33/16.62  
% 127.33/16.62  fork 5: search terminated without proof.
% 127.33/16.64  
% 127.33/16.64  **** run 173 fork 4 starts with strategy
% 127.33/16.64  {"max_dseconds":50,"strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 127.51/16.71  
% 127.51/16.71  **** run 174 fork 5 starts with strategy
% 127.51/16.71  {"max_dseconds":50,"strategy":["unit","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 132.39/17.29  
% 132.39/17.29  
% 132.39/17.29  fork 7: search terminated without proof.
% 132.86/17.36  
% 132.86/17.36  **** run 176 fork 7 starts with strategy
% 132.86/17.36  {"max_dseconds":50,"strategy":["unit"],"query_preference":0}
% 149.09/19.40  
% 149.09/19.40  
% 149.09/19.40  fork 1: search terminated without proof.
% 149.42/19.48  
% 149.42/19.48  **** run 186 fork 1 starts with strategy
% 149.42/19.48  {"max_dseconds":50,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 155.61/20.26  
% 155.61/20.26  fork 2: search finished without proof.
% 156.10/20.30  
% 156.10/20.30  **** run 187 fork 2 starts with strategy
% 156.10/20.30  {"max_dseconds":50,"strategy":["unit","pure_unit"],"max_size":30,"max_depth":10,"max_weight":300,"weight_select_ratio":1,"rewrite":0}
% 156.10/20.33  
% 156.10/20.33  fork 2: search finished without proof.
% 156.10/20.34  
% 156.10/20.34  **** run 195 fork 2 starts with strategy
% 156.10/20.34  {"max_dseconds":50,"strategy":["query_focus"],"query_preference":1,"rewrite":0}
% 156.10/20.34  
% 156.10/20.34  
% 156.10/20.34  fork 0: search terminated without proof.
% 156.73/20.36  
% 156.73/20.36  **** run 185 fork 0 starts with strategy
% 156.73/20.36  {"max_dseconds":50,"strategy":["hardness_pref"],"query_preference":1}
% 158.01/20.57  
% 158.01/20.57  
% 158.01/20.57  fork 6: search terminated without proof.
% 158.51/20.59  
% 158.51/20.59  **** run 183 fork 6 starts with strategy
% 158.51/20.59  {"max_dseconds":50,"strategy":["unit"],"query_preference":1}
% 164.59/21.46  
% 164.59/21.46  
% 164.59/21.46  fork 3: search terminated without proof.
% 165.96/21.54  
% 165.96/21.54  **** run 188 fork 3 starts with strategy
% 165.96/21.54  {"max_dseconds":50,"strategy":["query_focus","unit"],"query_preference":0}
% 165.96/21.56  
% 165.96/21.56  fork 3: search finished without proof.
% 165.96/21.58  
% 165.96/21.58  **** run 196 fork 3 starts with strategy
% 165.96/21.58  {"max_dseconds":50,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 167.23/21.73  
% 167.23/21.73  
% 167.23/21.73  fork 4: search terminated without proof.
% 168.11/21.81  
% 168.11/21.81  **** run 181 fork 4 starts with strategy
% 168.11/21.81  {"max_dseconds":50,"strategy":["query_focus","unit"],"query_preference":1}
% 168.11/21.82  
% 168.11/21.82  
% 168.11/21.82  fork 5: search terminated without proof.
% 168.11/21.83  
% 168.11/21.83  fork 4: search finished without proof.
% 168.36/21.84  
% 168.36/21.84  **** run 189 fork 4 starts with strategy
% 168.36/21.84  {"max_dseconds":50,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 168.36/21.90  
% 168.36/21.90  **** run 182 fork 5 starts with strategy
% 168.36/21.90  {"max_dseconds":50,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 173.90/22.55  
% 173.90/22.55  
% 173.90/22.55  fork 7: search terminated without proof.
% 173.90/22.65  
% 173.90/22.65  **** run 184 fork 7 starts with strategy
% 173.90/22.65  {"max_dseconds":50,"strategy":["negative_pref"],"query_preference":1,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 186.14/24.17  
% 186.14/24.17  fork 1: search finished without proof.
% 186.67/24.21  
% 186.67/24.21  **** run 194 fork 1 starts with strategy
% 186.67/24.21  {"max_dseconds":50,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 193.19/25.01  
% 193.19/25.01  fork 2: search finished without proof.
% 193.51/25.05  
% 193.51/25.05  **** run 203 fork 2 starts with strategy
% 193.51/25.05  {"max_dseconds":50,"strategy":["negative_pref"],"query_preference":1,"length_penalty":100}
% 195.45/25.35  
% 195.45/25.35  fork 0: search finished without proof.
% 195.45/25.37  
% 195.45/25.37  **** run 193 fork 0 starts with strategy
% 195.45/25.37  {"max_dseconds":50,"strategy":["unit"],"query_preference":0,"depth_penalty":100}
% 197.78/25.65  
% 197.78/25.65  
% 197.78/25.65  fork 6: search terminated without proof.
% 198.89/25.72  
% 198.89/25.72  **** run 191 fork 6 starts with strategy
% 198.89/25.72  {"max_dseconds":50,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 203.28/26.32  
% 203.28/26.32  
% 203.28/26.32  result: proof found
% 203.28/26.32  for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 203.28/26.32  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}
% 203.28/26.32  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 203.28/26.32  
% 203.28/26.32  % SZS output start CNFRefutation for /export/starexec/sandbox/benchmark/theBenchmark.p 
% See solution above
% 203.28/26.32  
% 203.28/26.32  run 184 fork 7 statistics:
% 203.28/26.32  ----------------------------------
% 203.28/26.32  this run seconds: 3.568537
% 203.28/26.32  total seconds: 25.186632
% 203.28/26.32  stat_given_used: 10351
% 203.28/26.32  stat_given_used_at_endgame: 0
% 203.28/26.32  stat_given_candidates:   15927
% 203.28/26.32  stat_given_candidates_at_endgame: 0
% 203.28/26.32  stat_given_candidates_h: 0
% 203.28/26.32  stat_binres_derived_cl:   1011347
% 203.28/26.32  stat_binres_derived_cl_h: 0
% 203.28/26.32  stat_factor_derived_cl: 0
% 203.28/26.32  stat_para_derived_cl: 19584
% 203.28/26.32  stat_tautologies_discarded: 1
% 203.28/26.32  stat_forward_subsumed: 572873
% 203.28/26.32  stat_derived_cut: 0
% 203.28/26.32  stat_derived_rewritten: 67
% 203.28/26.32  stat_weight_discarded_building: 0
% 203.28/26.32  stat_weight_discarded_cl: 86960
% 203.28/26.32  stat_internlimit_discarded_cl: 0
% 203.28/26.32  stat_simplified:  67 simplified 0 derived 0 given
% 203.28/26.32  stat_kept_cl: 371094
% 203.28/26.32  stat_built_cl: 478823
% 203.28/26.32  stat_hyperres_partial_cl: 0
% 203.28/26.32  stat_made_rewriters: 1
% 203.28/26.32  stat_backward_subsumed: 0
% 203.28/26.32  stat_propagated_subsumed: 0
% 203.28/26.32  stat_clsubs_attempted:                   6222357
% 203.28/26.32  stat_clsubs_fact_groundunit_found:             0
% 203.28/26.32  stat_clsubs_rule_groundunit_found:             1
% 203.28/26.32  stat_clsubs_top_meta_attempted:           61685569
% 203.28/26.32  stat_clsubs_top_meta_failed:              55463212
% 203.28/26.32  stat_clsubs_top_meta_nonpref_attempted:            61685569
% 203.28/26.32  stat_clsubs_top_meta_nonpref_succeeded:            18117659
% 203.28/26.32  stat_clsubs_top_meta_pref_attempted:               18117659
% 203.28/26.32  stat_clsubs_top_meta_pref1_succeeded:              17977112
% 203.28/26.32  stat_clsubs_top_meta_pref2_succeeded:               8283650
% 203.28/26.32  stat_clsubs_top_meta_pref3_succeeded:               6222357
% 203.28/26.32  stat_clsubs_top_meta_pref_succeeded:                6222357
% 203.28/26.32  stat_clsubs_meta_attempted:              6236570
% 203.28/26.32  stat_clsubs_meta_failed:                  347162
% 203.28/26.32  stat_clsubs_predsymbs_attempted:               0
% 203.28/26.32  stat_clsubs_unit_attempted:              6202693
% 203.28/26.32  stat_clsubs_full_attempted:                19664
% 203.28/26.32  stat_forwardsubs_attempted:              1030927
% 203.28/26.32  stat_lit_hash_added:                 375832
% 203.28/26.32  stat_lit_hash_computed:             1439596
% 203.28/26.32  stat_lit_hash_match_found:           573917
% 203.28/26.32  stat_lit_hash_match_miss:            950511
% 203.28/26.32  stat_lit_hash_cut_ok:                     0
% 203.28/26.32  stat_lit_strong_cut_ok:                   0
% 203.28/26.32  stat_lit_hash_subsume_ok:            572873
% 203.28/26.32  clqueue els 10000000 used 1
% 203.28/26.32  clactive els 10000000 used 10352
% 203.28/26.32  clactivesubsume els 10000000 used 62101
% 203.28/26.32  queue_termbuf els 200000000 used 28980110
% 203.28/26.32  hyper_termbuf els 100000000 used 1
% 203.28/26.32  active_termbuf els 100000000 used 549667
% 203.28/26.32  varstack els 5000 last used 1
% 203.28/26.32  given_termbuf els 10000000 last used 1
% 203.28/26.32  simplified_termbuf els 10000000 last used 1
% 203.28/26.32  derived_termbuf els 10000000 last used 34
% 203.28/26.32  wr_mallocs: 293966
% 203.28/26.32  wr_callocs: 19
% 203.28/26.32  wr_reallocs: 104004
% 203.28/26.32  wr_frees: 2
% 203.28/26.32  wr_malloc_bytes: 4175297124
% 203.28/26.32  wr_calloc_bytes: 96065504
% 203.28/26.32  wr_realloc_bytes: 17861024
% 203.28/26.32  wr_realloc_freebytes: 0
% 203.28/26.32  ----------------------------------
% 203.28/26.32  
% 203.28/26.32  fork 3: search finished without proof.
%------------------------------------------------------------------------------