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

View Problem - Process Solution

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

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

% Result   : Unsatisfiable 238.01s 30.35s
% Output   : CNFRefutation 238.01s
% 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,
    and(X,Y) = not(or(not(X),not(Y))),
    inference(cnf_transformation,[],['$inc_and_defn']) ).

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

cnf('4',plain,
    equivalent(X,Y) = and(implies(X,Y),implies(Y,X)),
    inference(cnf_transformation,[],['$inc_equivalent_defn']) ).

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

cnf('20',plain,
    theorem(implies(X,or(and(Y,X),not(Y)))),
    inference(paramodulation,[],['5','19']) ).

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

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

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

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

cnf('25',plain,
    ( ~ theorem(implies(implies(or(X,X),X),Y))
    | theorem(Y) ),
    inference(resolution,[],['6','24']) ).

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

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

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

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

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

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

cnf('32',plain,
    theorem(or(not(X),X)),
    inference(resolution,[],['26','31']) ).

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

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

cnf('35',plain,
    theorem(or(and(X,or(Y,not(Y))),not(X))),
    inference(resolution,[],['20','34']) ).

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

cnf('37',plain,
    theorem(implies(X,and(X,or(Y,not(Y))))),
    inference(resolution,[],['35','36']) ).

cnf('38',plain,
    ( theorem(and(X,or(Y,not(Y))))
    | ~ theorem(X) ),
    inference(resolution,[],['37','6']) ).

cnf('39',plain,
    ( theorem(and(X,implies(Y,not(not(Y)))))
    | ~ theorem(X) ),
    inference(paramodulation,[],['1','38']) ).

cnf('40',plain,
    theorem(implies(X,not(not(X)))),
    inference(resolution,[],['32','36']) ).

cnf('41',plain,
    ( ~ theorem(implies(implies(X,not(not(X))),Y))
    | theorem(Y) ),
    inference(resolution,[],['40','6']) ).

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

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

cnf('44',plain,
    theorem(implies(not(not(X3)),X3)),
    inference(resolution,[],['43','36']) ).

cnf('45',plain,
    theorem(equivalent(not(not(X)),X)),
    inference(paramodulation,[then_simplify],['4','39','44']) ).

cnf('46',plain,
    theorem(equivalent(not(and(X,Y)),implies(X,not(Y)))),
    inference(paramodulation,[],['3','45']) ).

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

cnf('48',plain,
    ~ theorem(equivalent(not(and(p,q)),implies(p,not(q)))),
    inference(paramodulation,[],['1','47']) ).

cnf('49',plain,
    $false,
    inference(resolution,[],['46','48']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.12/0.12  % Problem  : LCL298-3 : TPTP v8.1.2. Released v2.3.0.
% 0.12/0.13  % Command  : gkc %s
% 0.12/0.34  % Computer : n023.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 : Fri Aug 25 00:47:57 EDT 2023
% 0.12/0.34  % CPUTime  : 
% 0.12/0.39  
% 0.12/0.39  input clause set summed statistics:
% 0.12/0.39  ----------------------------------
% 0.12/0.39  in_clause_count:                    11
% 0.12/0.39  in_rule_clause_count:               11
% 0.12/0.39  in_fact_clause_count:                0
% 0.12/0.39  in_answer_clause_count:              0
% 0.12/0.39  in_ground_clause_count:              1
% 0.12/0.39  in_unit_clause_count:                9
% 0.12/0.39  in_horn_clause_count:               11
% 0.12/0.39  in_pos_clause_count:                 8
% 0.12/0.39  in_neg_clause_count:                 1
% 0.12/0.39  in_poseq_clause_count:               3
% 0.12/0.39  in_negeq_clause_count:               0
% 0.12/0.39  in_unitposeq_clause_count:           3
% 0.12/0.39  in_chain_clause_count:               1
% 0.12/0.39  in_min_length:             1
% 0.12/0.39  in_max_length:             3
% 0.12/0.39  in_min_depth:              1
% 0.12/0.39  in_max_depth:              4
% 0.12/0.39  in_min_size:               4
% 0.12/0.39  in_max_size:              12
% 0.12/0.39  in_min_vars:               0
% 0.12/0.39  in_max_vars:               3
% 0.12/0.39  in_extaxiom_count:                10
% 0.12/0.39  in_axiom_count:                    0
% 0.12/0.39  in_assumption_count:               0
% 0.12/0.39  in_goal_count:                     1
% 0.12/0.39  in_neg_goal_count:                 1
% 0.12/0.39  in_pos_goal_count:                 0
% 0.12/0.39  in_posunit_goal_count:             0
% 0.12/0.39  
% 0.12/0.39  auto guide:
% 0.12/0.39  -----------
% 0.12/0.39  {
% 0.12/0.39  "print":1,
% 0.12/0.39  "print_level": 15,
% 0.12/0.39  "max_size": 0,
% 0.12/0.39  "max_depth": 0,
% 0.12/0.39  "max_length": 0,
% 0.12/0.39  "max_dseconds": 0,
% 0.12/0.39  "runs":[
% 0.12/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":1},
% 0.12/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1},
% 0.12/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1},
% 0.12/0.39  {"max_dseconds":1, "sine":5, "strategy":["negative_pref"], "query_preference":1},
% 0.12/0.39  {"max_dseconds":1, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.12/0.39  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.12/0.39  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.12/0.39  {"max_dseconds":1, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.12/0.39  {"max_dseconds":1, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.12/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0},
% 0.12/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0},
% 0.12/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":1},
% 0.12/0.39  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.12/0.39  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":1},
% 0.12/0.39  {"max_dseconds":1, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.12/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.12/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.12/0.39  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0},
% 0.12/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.12/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.12/0.39  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.12/0.39  {"max_dseconds":1, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.12/0.39  {"max_dseconds":1, "strategy":["query_focus", "double"], "query_preference":1},
% 0.12/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.12/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.12/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.12/0.39  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.12/0.39  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para","prohibit_unordered_para"], "query_preference":1, "reverse_clauselist":1},
% 0.12/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.12/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.12/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":1},
% 0.12/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.12/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":1},
% 0.12/0.39  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":1},
% 0.12/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.12/0.39  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.12/0.39  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":1},
% 0.12/0.39  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.12/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.12/0.39  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1, "max_size":17},
% 0.12/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0},
% 0.12/0.39  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.12/0.39  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.12/0.39  {"max_dseconds":1, "sine":5, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.12/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.12/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.12/0.39  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.12/0.39  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.12/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.12/0.39  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.12/0.39  {"max_dseconds":1, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.12/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.12/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.12/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.12/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.12/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.12/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.12/0.39  {"max_dseconds":1, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.12/0.39  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.12/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.12/0.39  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":1},
% 0.12/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.12/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.12/0.39  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.12/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.12/0.39  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.12/0.39  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.12/0.39  {"var_weight":70, "repeat_var_weight":70, "rewrite":0, "length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["hardness_pref", "max_weight"], "max_dseconds":1},
% 0.12/0.39  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.12/0.39  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.12/0.39  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.12/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.12/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":1},
% 0.12/0.39  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":1},
% 0.12/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.12/0.39  {"max_dseconds":1, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.12/0.39  {"max_dseconds":1, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.12/0.39  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.12/0.39  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight","prohibit_unordered_para"], "max_dseconds":1},
% 0.12/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.12/0.39  {"max_dseconds":1, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.12/0.39  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.12/0.39  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":1},
% 0.12/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":1, "strategy":["query_focus", "prohibit_nested_para"], "max_dseconds":1},
% 0.12/0.39  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":1},
% 0.12/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.12/0.39  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":1},
% 0.12/0.39  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.12/0.39  
% 0.12/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":1},
% 0.12/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1},
% 0.12/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1},
% 0.12/0.39  {"max_dseconds":10, "sine":5, "strategy":["negative_pref"], "query_preference":1},
% 0.12/0.39  {"max_dseconds":10, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.12/0.39  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.12/0.39  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.12/0.39  {"max_dseconds":10, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.12/0.39  {"max_dseconds":10, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.12/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0},
% 0.12/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0},
% 0.12/0.39  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":1},
% 0.12/0.39  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.12/0.39  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":1},
% 0.12/0.39  {"max_dseconds":10, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.12/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.12/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.12/0.39  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0},
% 0.12/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.12/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.12/0.39  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.12/0.39  {"max_dseconds":10, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.12/0.39  {"max_dseconds":10, "strategy":["query_focus", "double"], "query_preference":1},
% 0.12/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.12/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.12/0.39  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.12/0.39  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.12/0.39  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para","prohibit_unordered_para"], "query_preference":1, "reverse_clauselist":1},
% 0.12/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.12/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.12/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":10},
% 0.12/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.12/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":10},
% 0.12/0.39  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":10},
% 0.12/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.12/0.39  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.12/0.39  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":10},
% 0.12/0.39  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.12/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.12/0.39  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1, "max_size":17},
% 0.12/0.39  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0},
% 0.12/0.39  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.12/0.39  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.12/0.39  {"max_dseconds":10, "sine":5, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.12/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.12/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.12/0.39  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.12/0.39  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.12/0.39  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.12/0.39  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.12/0.39  {"max_dseconds":10, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.12/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.12/0.39  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.12/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.12/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.12/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.12/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.12/0.39  {"max_dseconds":10, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.12/0.39  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.12/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.12/0.39  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":10},
% 0.12/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.12/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.12/0.39  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.12/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.12/0.39  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.12/0.39  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.12/0.39  {"var_weight":70, "repeat_var_weight":70, "rewrite":0, "length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["hardness_pref", "max_weight"], "max_dseconds":10},
% 0.12/0.39  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.12/0.39  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.12/0.39  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.12/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.12/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":10},
% 0.12/0.39  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":10},
% 0.12/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.12/0.39  {"max_dseconds":10, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.12/0.39  {"max_dseconds":10, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.12/0.39  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.12/0.39  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight","prohibit_unordered_para"], "max_dseconds":10},
% 0.12/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.12/0.39  {"max_dseconds":10, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.12/0.39  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.12/0.39  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":10},
% 0.12/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":1, "strategy":["query_focus", "prohibit_nested_para"], "max_dseconds":10},
% 0.12/0.39  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":10},
% 0.12/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.12/0.39  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":10},
% 0.12/0.39  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.12/0.39  
% 0.12/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":1},
% 0.12/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1},
% 0.12/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1},
% 0.12/0.39  {"max_dseconds":50, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.12/0.39  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.12/0.39  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.12/0.39  {"max_dseconds":50, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.12/0.39  {"max_dseconds":50, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.12/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0},
% 0.12/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0},
% 0.12/0.39  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":1},
% 0.12/0.39  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.12/0.39  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":1},
% 0.12/0.39  {"max_dseconds":50, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.12/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.12/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.12/0.39  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0},
% 0.12/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.12/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.12/0.39  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.12/0.39  {"max_dseconds":50, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.12/0.39  {"max_dseconds":50, "strategy":["query_focus", "double"], "query_preference":1},
% 0.12/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.12/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.12/0.39  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.12/0.39  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.12/0.39  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para","prohibit_unordered_para"], "query_preference":1, "reverse_clauselist":1},
% 0.12/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.12/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.12/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":50},
% 0.12/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.12/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":50},
% 0.12/0.39  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":50},
% 0.12/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.12/0.39  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.12/0.39  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":50},
% 0.12/0.39  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.12/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.12/0.39  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1, "max_size":17},
% 0.12/0.39  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0},
% 0.12/0.39  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.12/0.39  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.12/0.39  {"max_dseconds":50, "sine":5, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.12/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.12/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.12/0.39  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.12/0.39  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.12/0.39  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.12/0.39  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.12/0.39  {"max_dseconds":50, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.12/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.12/0.39  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.12/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.12/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.12/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.12/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.12/0.39  {"max_dseconds":50, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.12/0.39  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.12/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.12/0.39  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":50},
% 0.12/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.12/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.12/0.39  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.12/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.12/0.39  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.12/0.39  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.12/0.39  {"var_weight":70, "repeat_var_weight":70, "rewrite":0, "length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["hardness_pref", "max_weight"], "max_dseconds":50},
% 0.12/0.39  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.12/0.39  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.12/0.39  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.12/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.12/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":50},
% 0.12/0.39  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":50},
% 0.12/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.12/0.39  {"max_dseconds":50, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.12/0.39  {"max_dseconds":50, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.12/0.39  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.12/0.39  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight","prohibit_unordered_para"], "max_dseconds":50},
% 0.12/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.12/0.39  {"max_dseconds":50, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.12/0.39  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.12/0.39  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":50},
% 0.12/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":1, "strategy":["query_focus", "prohibit_nested_para"], "max_dseconds":50},
% 0.12/0.39  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":50},
% 0.12/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.12/0.39  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":50},
% 0.12/0.39  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.12/0.39  
% 0.12/0.39  {"max_dseconds":250, "strategy":["unit"], "query_preference":1},
% 0.12/0.39  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1},
% 0.12/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1},
% 0.12/0.39  {"max_dseconds":250, "strategy":["unit"], "query_preference":0},
% 0.12/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0},
% 0.12/0.39  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":1},
% 0.12/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.12/0.39  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.12/0.39  {"max_dseconds":250, "strategy":["positive_pref"], "query_preference":0},
% 0.12/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.12/0.39  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.12/0.39  {"max_dseconds":250, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.12/0.39  {"max_dseconds":250, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.12/0.39  {"max_dseconds":250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.12/0.39  {"max_dseconds":250, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.12/0.39  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.12/0.39  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.12/0.39  {"max_dseconds":250, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.12/0.39  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.12/0.39  {"max_dseconds":250, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.12/0.39  
% 0.12/0.39  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1},
% 0.12/0.39  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1},
% 0.12/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1},
% 0.12/0.39  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0},
% 0.12/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0},
% 0.12/0.39  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":1},
% 0.12/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.12/0.39  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.12/0.39  {"max_dseconds":1250, "strategy":["positive_pref"], "query_preference":0},
% 0.12/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.12/0.39  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.12/0.39  {"max_dseconds":1250, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.12/0.39  {"max_dseconds":1250, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.12/0.39  {"max_dseconds":1250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.12/0.39  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.12/0.39  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.12/0.39  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.12/0.39  {"max_dseconds":1250, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.12/0.39  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "rewrite":0} 
% 0.12/0.39  
% 0.12/0.39  ]}
% 0.12/0.39  
% 0.12/0.39  
% 0.12/0.39  **** run 1 fork 0 starts with strategy
% 0.12/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.12/0.39  
% 0.12/0.39  **** run 2 fork 1 starts with strategy
% 0.12/0.39  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 0.12/0.39  
% 0.12/0.39  **** run 3 fork 2 starts with strategy
% 0.12/0.39  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1}
% 0.12/0.39  
% 0.12/0.39  **** run 4 fork 3 starts with strategy
% 0.12/0.39  {"max_dseconds":1,"sine":5,"strategy":["negative_pref"],"query_preference":1}
% 0.12/0.39  
% 0.12/0.39  **** run 5 fork 4 starts with strategy
% 0.12/0.39  {"max_dseconds":1,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 0.12/0.39  
% 0.12/0.39  **** run 6 fork 5 starts with strategy
% 0.12/0.39  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 0.12/0.39  
% 0.12/0.39  **** run 8 fork 7 starts with strategy
% 0.12/0.39  
% 0.12/0.39  **** run 7 fork 6 starts with strategy
% 0.12/0.39  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 0.12/0.39  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 0.19/0.51  
% 0.19/0.51  
% 0.19/0.51  fork 0: 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 4: search terminated without proof.
% 0.19/0.51  
% 0.19/0.51  
% 0.19/0.51  fork 5: 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 7: search terminated without proof.
% 0.19/0.52  
% 0.19/0.52  
% 0.19/0.52  fork 1: 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.54  
% 0.19/0.54  **** run 11 fork 2 starts with strategy
% 0.19/0.54  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0}
% 0.19/0.54  
% 0.19/0.54  **** run 15 fork 6 starts with strategy
% 0.19/0.54  {"max_dseconds":1,"strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"],"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  **** run 13 fork 4 starts with strategy
% 0.19/0.54  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":1}
% 0.19/0.54  
% 0.19/0.54  **** run 10 fork 1 starts with strategy
% 0.19/0.54  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.19/0.54  
% 0.19/0.54  **** run 14 fork 5 starts with strategy
% 0.19/0.54  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_deep_para"],"query_preference":1}
% 0.19/0.55  
% 0.19/0.55  **** run 12 fork 3 starts with strategy
% 0.19/0.55  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":1}
% 0.19/0.55  
% 0.19/0.55  **** run 16 fork 7 starts with strategy
% 0.19/0.55  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 2.12/0.66  
% 2.12/0.66  
% 2.12/0.66  fork 6: search terminated without proof.
% 2.12/0.66  
% 2.12/0.66  
% 2.12/0.66  fork 2: search terminated without proof.
% 2.12/0.66  
% 2.12/0.66  
% 2.12/0.66  fork 4: search terminated without proof.
% 2.12/0.66  
% 2.12/0.66  
% 2.12/0.66  fork 0: search terminated without proof.
% 2.12/0.66  
% 2.12/0.66  
% 2.12/0.66  fork 5: search terminated without proof.
% 2.12/0.67  
% 2.12/0.67  
% 2.12/0.67  fork 3: search terminated without proof.
% 2.12/0.67  
% 2.12/0.67  
% 2.12/0.67  fork 7: search terminated without proof.
% 2.12/0.67  
% 2.12/0.67  
% 2.12/0.67  fork 1: search terminated without proof.
% 2.12/0.67  
% 2.12/0.67  **** run 19 fork 2 starts with strategy
% 2.12/0.68  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 2.12/0.68  
% 2.12/0.68  **** run 23 fork 6 starts with strategy
% 2.12/0.68  {"max_dseconds":1,"strategy":["query_focus","double"],"query_preference":1}
% 2.12/0.68  
% 2.12/0.68  **** run 21 fork 4 starts with strategy
% 2.12/0.68  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1,"length_penalty":100}
% 2.12/0.68  
% 2.12/0.68  **** run 17 fork 0 starts with strategy
% 2.12/0.68  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 2.12/0.68  
% 2.12/0.68  **** run 22 fork 5 starts with strategy
% 2.12/0.68  {"max_dseconds":1,"strategy":["negative_pref","prohibit_nested_para"],"query_preference":0}
% 2.12/0.69  
% 2.12/0.69  **** run 20 fork 3 starts with strategy
% 2.12/0.69  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 2.12/0.70  
% 2.12/0.70  **** run 18 fork 1 starts with strategy
% 2.12/0.70  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0}
% 2.12/0.70  
% 2.12/0.70  **** run 24 fork 7 starts with strategy
% 2.12/0.70  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 3.15/0.80  
% 3.15/0.80  
% 3.15/0.80  fork 4: search terminated without proof.
% 3.15/0.80  
% 3.15/0.80  
% 3.15/0.80  fork 5: search terminated without proof.
% 3.15/0.80  
% 3.15/0.80  fork 2: search finished without proof.
% 3.15/0.81  
% 3.15/0.81  
% 3.15/0.81  fork 1: search terminated without proof.
% 3.15/0.82  
% 3.15/0.82  
% 3.15/0.82  fork 6: search terminated without proof.
% 3.15/0.82  
% 3.15/0.82  **** run 29 fork 4 starts with strategy
% 3.15/0.82  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 3.15/0.82  
% 3.15/0.82  
% 3.15/0.82  fork 3: search terminated without proof.
% 3.15/0.82  
% 3.15/0.82  **** run 27 fork 2 starts with strategy
% 3.15/0.82  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 3.15/0.82  
% 3.15/0.82  
% 3.15/0.82  fork 0: search terminated without proof.
% 3.15/0.82  
% 3.15/0.82  
% 3.15/0.82  fork 7: search terminated without proof.
% 3.15/0.82  
% 3.15/0.82  **** run 30 fork 5 starts with strategy
% 3.15/0.82  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 3.15/0.83  
% 3.15/0.83  **** run 26 fork 1 starts with strategy
% 3.15/0.83  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 3.15/0.84  
% 3.15/0.84  **** run 31 fork 6 starts with strategy
% 3.15/0.84  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":0,"strategy":["query_focus","posunitpara"],"max_dseconds":1}
% 3.15/0.84  
% 3.15/0.84  **** run 25 fork 0 starts with strategy
% 3.15/0.84  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"depth_penalty":100}
% 3.15/0.84  
% 3.15/0.84  **** run 28 fork 3 starts with strategy
% 3.15/0.84  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para","prohibit_unordered_para"],"query_preference":1,"reverse_clauselist":1}
% 3.15/0.85  
% 3.15/0.85  **** run 32 fork 7 starts with strategy
% 3.15/0.85  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":2}
% 4.14/0.89  
% 4.14/0.89  fork 7: search finished without proof.
% 4.14/0.92  
% 4.14/0.92  **** run 40 fork 7 starts with strategy
% 4.14/0.92  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1,"max_size":17}
% 4.50/0.94  
% 4.50/0.94  
% 4.50/0.94  fork 2: search terminated without proof.
% 4.50/0.95  
% 4.50/0.95  
% 4.50/0.95  fork 4: search terminated without proof.
% 4.50/0.95  
% 4.50/0.95  
% 4.50/0.95  fork 1: search terminated without proof.
% 4.50/0.96  
% 4.50/0.96  **** run 35 fork 2 starts with strategy
% 4.50/0.96  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"equality":0}
% 4.50/0.96  
% 4.50/0.96  
% 4.50/0.96  fork 5: search terminated without proof.
% 4.50/0.97  
% 4.50/0.97  
% 4.50/0.97  fork 6: search terminated without proof.
% 4.50/0.97  
% 4.50/0.97  
% 4.50/0.97  fork 3: search terminated without proof.
% 4.50/0.97  
% 4.50/0.97  **** run 37 fork 4 starts with strategy
% 4.50/0.97  {"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["positive_pref"],"max_dseconds":1}
% 4.50/0.97  
% 4.50/0.97  **** run 34 fork 1 starts with strategy
% 4.50/0.97  {"weight_select_ratio":100,"query_preference":0,"strategy":["negative_pref","max_weight"],"max_dseconds":1}
% 4.50/0.97  
% 4.50/0.97  
% 4.50/0.97  fork 0: search terminated without proof.
% 4.50/0.98  
% 4.50/0.98  **** run 38 fork 5 starts with strategy
% 4.50/0.98  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":1}
% 4.50/0.99  
% 4.50/0.99  **** run 36 fork 3 starts with strategy
% 4.50/0.99  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1}
% 4.50/0.99  
% 4.50/0.99  **** run 33 fork 0 starts with strategy
% 4.50/0.99  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":1,"strategy":["query_focus","max_weight"],"max_dseconds":1}
% 4.50/0.99  
% 4.50/0.99  **** run 39 fork 6 starts with strategy
% 4.50/0.99  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 5.05/1.04  
% 5.05/1.04  
% 5.05/1.04  fork 7: search terminated without proof.
% 5.05/1.07  
% 5.05/1.07  **** run 48 fork 7 starts with strategy
% 5.05/1.07  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":0}
% 5.59/1.08  
% 5.59/1.08  
% 5.59/1.08  fork 2: search terminated without proof.
% 5.59/1.08  
% 5.59/1.08  
% 5.59/1.08  fork 1: search terminated without proof.
% 5.59/1.09  
% 5.59/1.09  
% 5.59/1.09  fork 4: search terminated without proof.
% 5.59/1.10  
% 5.59/1.10  **** run 43 fork 2 starts with strategy
% 5.59/1.10  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 5.59/1.10  
% 5.59/1.10  **** run 42 fork 1 starts with strategy
% 5.59/1.10  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":1}
% 5.59/1.11  
% 5.59/1.11  **** run 45 fork 4 starts with strategy
% 5.59/1.11  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 5.59/1.11  
% 5.59/1.11  
% 5.59/1.11  fork 3: search terminated without proof.
% 5.59/1.11  
% 5.59/1.11  
% 5.59/1.11  fork 5: search terminated without proof.
% 5.59/1.11  
% 5.59/1.11  fork 6: search finished without proof.
% 5.59/1.13  
% 5.59/1.13  
% 5.59/1.13  fork 0: search terminated without proof.
% 5.59/1.13  
% 5.59/1.13  **** run 47 fork 6 starts with strategy
% 5.59/1.13  
% 5.59/1.13  **** run 44 fork 3 starts with strategy
% 5.59/1.13  {"max_dseconds":1,"sine":5,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 5.59/1.13  {"max_dseconds":1,"strategy":["unit","pure_unit"],"max_size":30,"max_depth":10,"max_weight":300,"weight_select_ratio":1,"rewrite":0}
% 5.59/1.13  
% 5.59/1.13  **** run 46 fork 5 starts with strategy
% 5.59/1.13  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 5.59/1.15  
% 5.59/1.15  **** run 41 fork 0 starts with strategy
% 5.59/1.15  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0}
% 6.34/1.19  
% 6.34/1.19  
% 6.34/1.19  fork 7: search terminated without proof.
% 6.61/1.22  
% 6.61/1.22  
% 6.61/1.22  fork 2: search terminated without proof.
% 6.61/1.22  
% 6.61/1.22  **** run 56 fork 7 starts with strategy
% 6.61/1.22  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":3}
% 6.84/1.23  
% 6.84/1.23  
% 6.84/1.23  fork 4: search terminated without proof.
% 6.84/1.23  
% 6.84/1.23  **** run 51 fork 2 starts with strategy
% 6.84/1.23  {"max_dseconds":1,"strategy":["query_focus","max_ground_weight"],"query_preference":1}
% 6.84/1.24  
% 6.84/1.24  fork 1: search finished without proof.
% 6.84/1.25  
% 6.84/1.25  **** run 53 fork 4 starts with strategy
% 6.84/1.25  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"rewrite":0}
% 6.84/1.25  
% 6.84/1.25  fork 7: search finished without proof.
% 6.84/1.25  
% 6.84/1.25  
% 6.84/1.25  fork 6: search terminated without proof.
% 6.84/1.26  
% 6.84/1.26  
% 6.84/1.26  fork 3: search terminated without proof.
% 6.84/1.26  
% 6.84/1.26  **** run 50 fork 1 starts with strategy
% 6.84/1.26  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 6.84/1.26  
% 6.84/1.26  
% 6.84/1.26  fork 5: search terminated without proof.
% 6.84/1.27  
% 6.84/1.27  
% 6.84/1.27  fork 0: search terminated without proof.
% 6.84/1.27  
% 6.84/1.27  **** run 55 fork 6 starts with strategy
% 6.84/1.27  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"length_penalty":100}
% 6.84/1.27  
% 6.84/1.27  **** run 64 fork 7 starts with strategy
% 6.84/1.27  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"max_depth":6,"var_weight":1}
% 6.84/1.28  
% 6.84/1.28  **** run 52 fork 3 starts with strategy
% 6.84/1.28  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"rewrite":0}
% 6.84/1.28  
% 6.84/1.28  **** run 54 fork 5 starts with strategy
% 6.84/1.28  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 6.84/1.29  
% 6.84/1.29  **** run 49 fork 0 starts with strategy
% 6.84/1.29  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 7.62/1.36  
% 7.62/1.36  
% 7.62/1.36  fork 2: search terminated without proof.
% 7.62/1.37  
% 7.62/1.37  
% 7.62/1.37  fork 4: search terminated without proof.
% 7.62/1.38  
% 7.62/1.38  **** run 59 fork 2 starts with strategy
% 7.62/1.38  {"max_dseconds":1,"strategy":["unit","pure_unit"],"query_preference":0}
% 7.62/1.38  
% 7.62/1.38  
% 7.62/1.38  fork 1: search terminated without proof.
% 7.62/1.38  
% 7.62/1.38  **** run 61 fork 4 starts with strategy
% 7.62/1.38  {"weight_select_ratio":100,"query_preference":1,"strategy":["negative_pref"],"max_dseconds":1}
% 7.62/1.39  
% 7.62/1.39  
% 7.62/1.39  fork 6: search terminated without proof.
% 8.16/1.40  
% 8.16/1.40  
% 8.16/1.40  fork 7: search terminated without proof.
% 8.16/1.40  
% 8.16/1.40  
% 8.16/1.40  fork 5: search terminated without proof.
% 8.16/1.40  
% 8.16/1.40  
% 8.16/1.40  fork 3: search terminated without proof.
% 8.16/1.40  
% 8.16/1.40  **** run 58 fork 1 starts with strategy
% 8.16/1.40  {"max_dseconds":1,"strategy":["negative_pref","posunitpara"],"query_preference":1,"max_depth":2,"depth_penalty":50,"length_penalty":100}
% 8.16/1.41  
% 8.16/1.41  
% 8.16/1.41  fork 0: search terminated without proof.
% 8.16/1.42  
% 8.16/1.42  **** run 63 fork 6 starts with strategy
% 8.16/1.42  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":6,"var_weight":1}
% 8.16/1.42  
% 8.16/1.42  **** run 62 fork 5 starts with strategy
% 8.16/1.42  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"max_depth":2}
% 8.16/1.43  
% 8.16/1.43  **** run 60 fork 3 starts with strategy
% 8.16/1.43  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":1}
% 8.16/1.43  
% 8.16/1.43  **** run 72 fork 7 starts with strategy
% 8.16/1.43  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 8.16/1.43  
% 8.16/1.43  fork 1: search finished without proof.
% 8.16/1.44  
% 8.16/1.44  **** run 57 fork 0 starts with strategy
% 8.16/1.44  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":30,"depth_penalty":100}
% 8.16/1.45  
% 8.16/1.45  **** run 66 fork 1 starts with strategy
% 8.16/1.45  {"max_dseconds":1,"strategy":["unit","pure_unit"],"weight_select_ratio":1,"query_preference":0}
% 8.16/1.45  
% 8.16/1.45  fork 5: search finished without proof.
% 8.16/1.45  
% 8.16/1.45  fork 3: search finished without proof.
% 8.72/1.47  
% 8.72/1.47  **** run 70 fork 5 starts with strategy
% 8.72/1.47  {"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 8.72/1.47  
% 8.72/1.47  **** run 68 fork 3 starts with strategy
% 8.72/1.47  {"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}
% 9.00/1.50  
% 9.00/1.50  
% 9.00/1.50  fork 2: search terminated without proof.
% 9.00/1.51  
% 9.00/1.51  
% 9.00/1.51  fork 4: search terminated without proof.
% 9.00/1.52  
% 9.00/1.52  **** run 67 fork 2 starts with strategy
% 9.00/1.52  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":1}
% 9.00/1.52  
% 9.00/1.52  **** run 69 fork 4 starts with strategy
% 9.00/1.52  {"max_depth":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 9.24/1.54  
% 9.24/1.54  
% 9.24/1.54  fork 6: search terminated without proof.
% 9.24/1.55  
% 9.24/1.55  
% 9.24/1.55  fork 7: search terminated without proof.
% 9.24/1.55  
% 9.24/1.55  **** run 71 fork 6 starts with strategy
% 9.24/1.55  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":0,"depth_penalty":50,"length_penalty":100}
% 9.24/1.56  
% 9.24/1.56  
% 9.24/1.56  fork 0: search terminated without proof.
% 9.24/1.57  
% 9.24/1.57  
% 9.24/1.57  fork 1: search terminated without proof.
% 9.24/1.58  
% 9.24/1.58  **** run 80 fork 7 starts with strategy
% 9.24/1.58  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 9.24/1.58  
% 9.24/1.58  **** run 65 fork 0 starts with strategy
% 9.24/1.58  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 9.24/1.59  
% 9.24/1.59  
% 9.24/1.59  fork 3: search terminated without proof.
% 9.24/1.59  
% 9.24/1.59  
% 9.24/1.59  fork 5: search terminated without proof.
% 9.24/1.59  
% 9.24/1.59  **** run 74 fork 1 starts with strategy
% 9.24/1.59  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":1}
% 9.24/1.61  
% 9.24/1.61  **** run 76 fork 3 starts with strategy
% 9.24/1.61  {"max_dseconds":1,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 9.24/1.61  
% 9.24/1.61  **** run 78 fork 5 starts with strategy
% 9.24/1.61  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight"],"max_dseconds":1}
% 10.01/1.64  
% 10.01/1.64  
% 10.01/1.64  fork 2: search terminated without proof.
% 10.01/1.64  
% 10.01/1.64  
% 10.01/1.64  fork 4: search terminated without proof.
% 10.01/1.66  
% 10.01/1.66  **** run 75 fork 2 starts with strategy
% 10.01/1.66  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"max_depth":2}
% 10.01/1.66  
% 10.01/1.66  **** run 77 fork 4 starts with strategy
% 10.01/1.66  {"max_dseconds":1,"strategy":["negative_pref","max_ground_weight"],"query_preference":0}
% 10.01/1.67  
% 10.01/1.67  
% 10.01/1.67  fork 6: search terminated without proof.
% 10.01/1.69  
% 10.01/1.69  fork 2: search finished without proof.
% 10.01/1.69  
% 10.01/1.69  **** run 79 fork 6 starts with strategy
% 10.01/1.69  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight","prohibit_unordered_para"],"max_dseconds":1}
% 10.01/1.70  
% 10.01/1.70  **** run 83 fork 2 starts with strategy
% 10.01/1.70  {"rewrite":0,"depth_penalty":50,"query_preference":1,"strategy":["query_focus","hornpref"],"max_dseconds":1}
% 10.01/1.70  
% 10.01/1.70  
% 10.01/1.70  fork 7: search terminated without proof.
% 10.63/1.71  
% 10.63/1.71  
% 10.63/1.71  fork 1: search terminated without proof.
% 10.63/1.72  
% 10.63/1.72  
% 10.63/1.72  fork 0: search terminated without proof.
% 10.63/1.73  
% 10.63/1.73  **** run 88 fork 7 starts with strategy
% 10.63/1.73  {"weight_select_ratio":100,"rewrite":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 10.63/1.73  
% 10.63/1.73  
% 10.63/1.73  fork 3: search terminated without proof.
% 10.63/1.73  
% 10.63/1.73  
% 10.63/1.73  fork 5: search terminated without proof.
% 10.63/1.73  
% 10.63/1.73  **** run 82 fork 1 starts with strategy
% 10.63/1.73  {"depth_penalty":50,"query_preference":1,"strategy":["hardness_pref","hornpref","max_weight"],"max_dseconds":1}
% 10.63/1.73  
% 10.63/1.73  **** run 73 fork 0 starts with strategy
% 10.63/1.73  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":1}
% 10.63/1.75  
% 10.63/1.75  **** run 84 fork 3 starts with strategy
% 10.63/1.75  {"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}
% 10.63/1.75  
% 10.63/1.75  **** run 86 fork 5 starts with strategy
% 10.63/1.75  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"weight_select_ratio":30,"depth_penalty":100,"length_penalty":100}
% 11.20/1.78  
% 11.20/1.78  
% 11.20/1.78  fork 4: search terminated without proof.
% 11.37/1.80  
% 11.37/1.80  **** run 85 fork 4 starts with strategy
% 11.37/1.80  {"query_preference":1,"strategy":["unit","max_weight"],"max_dseconds":1}
% 11.37/1.81  
% 11.37/1.81  
% 11.37/1.81  fork 6: search terminated without proof.
% 11.53/1.83  
% 11.53/1.83  
% 11.53/1.83  fork 2: search terminated without proof.
% 11.53/1.83  
% 11.53/1.83  **** run 87 fork 6 starts with strategy
% 11.53/1.83  {"length_penalty":100,"query_preference":1,"strategy":["positive_pref","posunitpara"],"max_dseconds":1}
% 11.53/1.85  
% 11.53/1.85  **** run 91 fork 2 starts with strategy
% 11.53/1.85  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1}
% 11.53/1.85  
% 11.53/1.85  
% 11.53/1.85  fork 1: search terminated without proof.
% 11.53/1.85  
% 11.53/1.85  
% 11.53/1.85  fork 7: search terminated without proof.
% 11.53/1.86  
% 11.53/1.86  
% 11.53/1.86  fork 0: search terminated without proof.
% 11.53/1.87  
% 11.53/1.87  **** run 90 fork 1 starts with strategy
% 11.53/1.87  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1}
% 11.53/1.87  
% 11.53/1.87  
% 11.53/1.87  fork 3: search terminated without proof.
% 11.53/1.87  
% 11.53/1.87  **** run 81 fork 0 starts with strategy
% 11.53/1.87  {"max_dseconds":1,"strategy":["query_focus","posunitpara"],"query_preference":1,"depth_penalty":50,"length_penalty":100}
% 11.53/1.88  
% 11.53/1.88  
% 11.53/1.88  fork 5: search terminated without proof.
% 11.53/1.88  
% 11.53/1.88  **** run 96 fork 7 starts with strategy
% 11.53/1.88  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 11.53/1.90  
% 11.53/1.90  **** run 94 fork 5 starts with strategy
% 11.53/1.90  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 11.53/1.90  
% 11.53/1.90  **** run 92 fork 3 starts with strategy
% 11.53/1.90  {"max_dseconds":10,"sine":5,"strategy":["negative_pref"],"query_preference":1}
% 12.34/1.92  
% 12.34/1.92  
% 12.34/1.92  fork 4: search terminated without proof.
% 12.34/1.94  
% 12.34/1.94  **** run 93 fork 4 starts with strategy
% 12.34/1.94  {"max_dseconds":10,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 12.34/1.95  
% 12.34/1.95  
% 12.34/1.95  fork 6: search terminated without proof.
% 12.34/1.97  
% 12.34/1.97  **** run 95 fork 6 starts with strategy
% 12.34/1.97  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 12.96/2.00  
% 12.96/2.00  
% 12.96/2.00  fork 0: search terminated without proof.
% 12.96/2.02  
% 12.96/2.02  **** run 89 fork 0 starts with strategy
% 12.96/2.02  {"max_dseconds":10,"strategy":["unit"],"query_preference":1}
% 19.57/2.87  
% 19.57/2.87  
% 19.57/2.87  fork 2: search terminated without proof.
% 19.57/2.88  
% 19.57/2.88  fork 1: search finished without proof.
% 19.57/2.89  
% 19.57/2.89  **** run 99 fork 2 starts with strategy
% 19.57/2.89  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0}
% 19.57/2.91  
% 19.57/2.91  
% 19.57/2.91  fork 7: search terminated without proof.
% 20.27/2.92  
% 20.27/2.92  **** run 98 fork 1 starts with strategy
% 20.27/2.92  {"max_dseconds":10,"strategy":["unit"],"query_preference":0}
% 20.27/2.92  
% 20.27/2.92  
% 20.27/2.92  fork 5: search terminated without proof.
% 20.27/2.93  
% 20.27/2.93  **** run 104 fork 7 starts with strategy
% 20.27/2.93  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 20.27/2.93  
% 20.27/2.93  
% 20.27/2.93  fork 3: search terminated without proof.
% 20.27/2.96  
% 20.27/2.96  
% 20.27/2.96  fork 4: search terminated without proof.
% 20.27/2.96  
% 20.27/2.96  **** run 100 fork 3 starts with strategy
% 20.27/2.96  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":1}
% 20.27/2.97  
% 20.27/2.97  **** run 102 fork 5 starts with strategy
% 20.27/2.97  {"max_dseconds":10,"strategy":["hardness_pref","prohibit_deep_para"],"query_preference":1}
% 20.83/2.99  
% 20.83/2.99  
% 20.83/2.99  fork 6: search terminated without proof.
% 20.83/2.99  
% 20.83/2.99  **** run 101 fork 4 starts with strategy
% 20.83/2.99  {"max_dseconds":10,"strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":1}
% 20.83/3.02  
% 20.83/3.02  **** run 103 fork 6 starts with strategy
% 20.83/3.02  {"max_dseconds":10,"strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 21.51/3.07  
% 21.51/3.07  
% 21.51/3.07  fork 0: search terminated without proof.
% 21.60/3.10  
% 21.60/3.10  **** run 97 fork 0 starts with strategy
% 21.60/3.10  {"max_dseconds":10,"strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 27.95/3.91  
% 27.95/3.91  
% 27.95/3.91  fork 2: search terminated without proof.
% 27.95/3.94  
% 27.95/3.94  
% 27.95/3.94  fork 1: search terminated without proof.
% 27.95/3.94  
% 27.95/3.94  **** run 107 fork 2 starts with strategy
% 27.95/3.94  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 27.95/3.95  
% 27.95/3.95  
% 27.95/3.95  fork 7: search terminated without proof.
% 28.68/3.97  
% 28.68/3.97  **** run 106 fork 1 starts with strategy
% 28.68/3.97  {"max_dseconds":10,"strategy":["positive_pref"],"query_preference":0}
% 28.68/3.98  
% 28.68/3.98  **** run 112 fork 7 starts with strategy
% 28.68/3.98  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 28.68/3.98  
% 28.68/3.98  
% 28.68/3.98  fork 3: search terminated without proof.
% 28.85/3.99  
% 28.85/3.99  
% 28.85/3.99  fork 5: search terminated without proof.
% 28.85/4.01  
% 28.85/4.01  **** run 110 fork 5 starts with strategy
% 28.85/4.01  {"max_dseconds":10,"strategy":["negative_pref","prohibit_nested_para"],"query_preference":0}
% 28.85/4.01  
% 28.85/4.01  
% 28.85/4.01  fork 4: search terminated without proof.
% 28.85/4.02  
% 28.85/4.02  **** run 108 fork 3 starts with strategy
% 28.85/4.02  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 29.16/4.03  
% 29.16/4.03  **** run 109 fork 4 starts with strategy
% 29.16/4.03  {"max_dseconds":10,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1,"length_penalty":100}
% 29.22/4.04  
% 29.22/4.04  
% 29.22/4.04  fork 6: search terminated without proof.
% 29.22/4.07  
% 29.22/4.07  **** run 111 fork 6 starts with strategy
% 29.22/4.07  {"max_dseconds":10,"strategy":["query_focus","double"],"query_preference":1}
% 29.76/4.14  
% 29.76/4.14  
% 29.76/4.14  fork 0: search terminated without proof.
% 30.24/4.17  
% 30.24/4.17  **** run 105 fork 0 starts with strategy
% 30.24/4.17  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 36.11/4.92  
% 36.11/4.92  fork 2: search finished without proof.
% 36.35/4.94  
% 36.35/4.94  **** run 115 fork 2 starts with strategy
% 36.35/4.94  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 36.35/4.99  
% 36.35/4.99  
% 36.35/4.99  fork 1: search terminated without proof.
% 36.35/5.00  
% 36.35/5.00  
% 36.35/5.00  fork 7: search terminated without proof.
% 36.35/5.02  
% 36.35/5.02  **** run 114 fork 1 starts with strategy
% 36.35/5.02  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 37.13/5.03  
% 37.13/5.03  **** run 120 fork 7 starts with strategy
% 37.13/5.03  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"max_depth":2}
% 37.13/5.03  
% 37.13/5.03  
% 37.13/5.03  fork 5: search terminated without proof.
% 37.13/5.04  
% 37.13/5.04  
% 37.13/5.04  fork 3: search terminated without proof.
% 37.13/5.05  
% 37.13/5.05  
% 37.13/5.05  fork 4: search terminated without proof.
% 37.13/5.06  
% 37.13/5.06  fork 7: search finished without proof.
% 37.13/5.07  
% 37.13/5.07  **** run 118 fork 5 starts with strategy
% 37.13/5.07  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 37.13/5.07  
% 37.13/5.07  **** run 128 fork 7 starts with strategy
% 37.13/5.07  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1,"max_size":17}
% 37.13/5.08  
% 37.13/5.08  **** run 116 fork 3 starts with strategy
% 37.13/5.08  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para","prohibit_unordered_para"],"query_preference":1,"reverse_clauselist":1}
% 37.13/5.08  
% 37.13/5.08  fork 6: search finished without proof.
% 37.13/5.09  
% 37.13/5.09  **** run 117 fork 4 starts with strategy
% 37.13/5.09  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 37.74/5.12  
% 37.74/5.12  **** run 119 fork 6 starts with strategy
% 37.74/5.12  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":0,"strategy":["query_focus","posunitpara"],"max_dseconds":10}
% 38.50/5.20  
% 38.50/5.20  fork 0: search finished without proof.
% 38.66/5.23  
% 38.66/5.23  **** run 113 fork 0 starts with strategy
% 38.66/5.23  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"depth_penalty":100}
% 44.24/5.96  
% 44.24/5.96  
% 44.24/5.96  fork 2: search terminated without proof.
% 44.24/5.99  
% 44.24/5.99  **** run 123 fork 2 starts with strategy
% 44.24/5.99  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"equality":0}
% 44.89/6.04  
% 44.89/6.04  
% 44.89/6.04  fork 1: search terminated without proof.
% 44.89/6.07  
% 44.89/6.07  **** run 122 fork 1 starts with strategy
% 44.89/6.07  {"weight_select_ratio":100,"query_preference":0,"strategy":["negative_pref","max_weight"],"max_dseconds":10}
% 45.56/6.09  
% 45.56/6.09  fork 5: search finished without proof.
% 45.56/6.09  
% 45.56/6.09  
% 45.56/6.09  fork 7: search terminated without proof.
% 45.56/6.10  
% 45.56/6.10  
% 45.56/6.10  fork 3: search terminated without proof.
% 45.56/6.12  
% 45.56/6.12  **** run 136 fork 7 starts with strategy
% 45.56/6.12  {"max_dseconds":10,"strategy":["query_focus","unit"],"query_preference":0}
% 45.56/6.12  
% 45.56/6.12  **** run 126 fork 5 starts with strategy
% 45.56/6.12  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":10}
% 45.56/6.12  
% 45.56/6.12  
% 45.56/6.12  fork 4: search terminated without proof.
% 45.56/6.14  
% 45.56/6.14  **** run 124 fork 3 starts with strategy
% 45.56/6.14  {"max_dseconds":10,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1}
% 45.56/6.14  
% 45.56/6.14  
% 45.56/6.14  fork 6: search terminated without proof.
% 45.56/6.14  
% 45.56/6.14  **** run 125 fork 4 starts with strategy
% 45.56/6.14  {"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["positive_pref"],"max_dseconds":10}
% 46.67/6.23  
% 46.67/6.23  **** run 127 fork 6 starts with strategy
% 46.67/6.23  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 46.67/6.27  
% 46.67/6.27  
% 46.67/6.27  fork 0: search terminated without proof.
% 46.67/6.30  
% 46.67/6.30  **** run 121 fork 0 starts with strategy
% 46.67/6.30  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":1,"strategy":["query_focus","max_weight"],"max_dseconds":10}
% 52.65/7.01  
% 52.65/7.01  
% 52.65/7.01  fork 2: search terminated without proof.
% 52.65/7.03  
% 52.65/7.03  **** run 131 fork 2 starts with strategy
% 52.65/7.03  {"max_dseconds":10,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 52.65/7.05  
% 52.65/7.05  fork 7: search finished without proof.
% 53.34/7.07  
% 53.34/7.07  **** run 144 fork 7 starts with strategy
% 53.34/7.07  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"max_depth":3}
% 53.50/7.09  
% 53.50/7.09  
% 53.50/7.09  fork 1: search terminated without proof.
% 53.50/7.10  
% 53.50/7.10  fork 7: search finished without proof.
% 53.50/7.11  
% 53.50/7.11  **** run 152 fork 7 starts with strategy
% 53.50/7.11  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"max_depth":6,"var_weight":1}
% 53.50/7.11  
% 53.50/7.11  **** run 130 fork 1 starts with strategy
% 53.50/7.11  {"max_dseconds":10,"strategy":["query_focus","unit"],"query_preference":1}
% 53.93/7.14  
% 53.93/7.14  
% 53.93/7.14  fork 5: search terminated without proof.
% 53.93/7.16  
% 53.93/7.16  
% 53.93/7.16  fork 3: search terminated without proof.
% 53.93/7.17  
% 53.93/7.17  
% 53.93/7.17  fork 4: search terminated without proof.
% 53.93/7.19  
% 53.93/7.19  fork 6: search finished without proof.
% 53.93/7.19  
% 53.93/7.19  **** run 132 fork 3 starts with strategy
% 53.93/7.19  {"max_dseconds":10,"sine":5,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 53.93/7.20  
% 53.93/7.20  **** run 133 fork 4 starts with strategy
% 53.93/7.20  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 53.93/7.21  
% 53.93/7.21  **** run 135 fork 6 starts with strategy
% 53.93/7.21  {"max_dseconds":10,"strategy":["unit","pure_unit"],"max_size":30,"max_depth":10,"max_weight":300,"weight_select_ratio":1,"rewrite":0}
% 54.58/7.22  
% 54.58/7.22  **** run 134 fork 5 starts with strategy
% 54.58/7.22  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 55.09/7.32  
% 55.09/7.32  fork 0: search finished without proof.
% 55.09/7.35  
% 55.09/7.35  **** run 129 fork 0 starts with strategy
% 55.09/7.35  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0}
% 61.07/8.05  
% 61.07/8.05  
% 61.07/8.05  fork 2: search terminated without proof.
% 61.07/8.05  
% 61.07/8.05  fork 1: search finished without proof.
% 61.07/8.07  
% 61.07/8.07  **** run 138 fork 1 starts with strategy
% 61.07/8.07  {"max_dseconds":10,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 61.07/8.07  
% 61.07/8.07  **** run 139 fork 2 starts with strategy
% 61.07/8.07  {"max_dseconds":10,"strategy":["query_focus","max_ground_weight"],"query_preference":1}
% 61.84/8.13  
% 61.84/8.13  
% 61.84/8.13  fork 7: search terminated without proof.
% 61.84/8.15  
% 61.84/8.15  **** run 160 fork 7 starts with strategy
% 61.84/8.15  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":10}
% 62.41/8.22  
% 62.41/8.22  
% 62.41/8.22  fork 3: search terminated without proof.
% 62.41/8.23  
% 62.41/8.23  
% 62.41/8.23  fork 4: search terminated without proof.
% 62.41/8.23  
% 62.41/8.23  
% 62.41/8.23  fork 6: search terminated without proof.
% 62.41/8.24  
% 62.41/8.24  fork 5: search finished without proof.
% 62.41/8.25  
% 62.41/8.25  **** run 140 fork 3 starts with strategy
% 62.41/8.25  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"rewrite":0}
% 62.98/8.27  
% 62.98/8.27  **** run 141 fork 4 starts with strategy
% 62.98/8.27  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0,"rewrite":0}
% 62.98/8.27  
% 62.98/8.27  **** run 143 fork 6 starts with strategy
% 62.98/8.27  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"length_penalty":100}
% 62.98/8.28  
% 62.98/8.28  **** run 142 fork 5 starts with strategy
% 62.98/8.28  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 63.47/8.39  
% 63.47/8.39  
% 63.47/8.39  fork 0: search terminated without proof.
% 64.25/8.43  
% 64.25/8.43  **** run 137 fork 0 starts with strategy
% 64.25/8.43  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 68.91/9.07  
% 68.91/9.07  fork 2: search finished without proof.
% 68.91/9.09  
% 68.91/9.09  fork 1: search finished without proof.
% 68.91/9.09  
% 68.91/9.09  **** run 147 fork 2 starts with strategy
% 68.91/9.09  {"max_dseconds":10,"strategy":["unit","pure_unit"],"query_preference":0}
% 69.71/9.12  
% 69.71/9.12  **** run 146 fork 1 starts with strategy
% 69.71/9.12  {"max_dseconds":10,"strategy":["negative_pref","posunitpara"],"query_preference":1,"max_depth":2,"depth_penalty":50,"length_penalty":100}
% 69.71/9.15  
% 69.71/9.15  fork 1: search finished without proof.
% 69.71/9.16  
% 69.71/9.16  **** run 154 fork 1 starts with strategy
% 69.71/9.16  {"max_dseconds":10,"strategy":["unit","pure_unit"],"weight_select_ratio":1,"query_preference":0}
% 69.71/9.17  
% 69.71/9.17  
% 69.71/9.17  fork 7: search terminated without proof.
% 69.71/9.20  
% 69.71/9.20  **** run 168 fork 7 starts with strategy
% 69.71/9.20  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 70.45/9.26  
% 70.45/9.26  fork 3: search finished without proof.
% 70.45/9.29  
% 70.45/9.29  **** run 148 fork 3 starts with strategy
% 70.45/9.29  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"max_depth":1}
% 71.14/9.29  
% 71.14/9.29  
% 71.14/9.29  fork 6: search terminated without proof.
% 71.14/9.30  
% 71.14/9.30  
% 71.14/9.30  fork 4: search terminated without proof.
% 71.14/9.30  
% 71.14/9.30  
% 71.14/9.30  fork 5: search terminated without proof.
% 71.14/9.31  
% 71.14/9.31  fork 3: search finished without proof.
% 71.14/9.32  
% 71.14/9.32  **** run 149 fork 4 starts with strategy
% 71.14/9.32  {"weight_select_ratio":100,"query_preference":1,"strategy":["negative_pref"],"max_dseconds":10}
% 71.14/9.33  
% 71.14/9.33  **** run 151 fork 6 starts with strategy
% 71.14/9.33  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":6,"var_weight":1}
% 71.14/9.33  
% 71.14/9.33  **** run 156 fork 3 starts with strategy
% 71.14/9.33  {"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}
% 71.14/9.34  
% 71.14/9.34  **** run 150 fork 5 starts with strategy
% 71.14/9.34  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"max_depth":2}
% 71.14/9.36  
% 71.14/9.36  fork 5: search finished without proof.
% 71.14/9.38  
% 71.14/9.38  **** run 158 fork 5 starts with strategy
% 71.14/9.38  {"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":10}
% 72.08/9.49  
% 72.08/9.49  
% 72.08/9.49  fork 0: search terminated without proof.
% 72.87/9.51  
% 72.87/9.51  **** run 145 fork 0 starts with strategy
% 72.87/9.51  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":30,"depth_penalty":100}
% 77.61/10.11  
% 77.61/10.11  
% 77.61/10.11  fork 2: search terminated without proof.
% 77.61/10.14  
% 77.61/10.14  **** run 155 fork 2 starts with strategy
% 77.61/10.14  {"max_dseconds":10,"strategy":["query_focus","positive_pref"],"query_preference":1}
% 77.61/10.18  
% 77.61/10.18  
% 77.61/10.18  fork 1: search terminated without proof.
% 78.23/10.21  
% 78.23/10.21  **** run 162 fork 1 starts with strategy
% 78.23/10.21  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":10}
% 78.23/10.22  
% 78.23/10.22  
% 78.23/10.22  fork 7: search terminated without proof.
% 78.23/10.25  
% 78.23/10.25  **** run 176 fork 7 starts with strategy
% 78.23/10.25  {"weight_select_ratio":100,"rewrite":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":10}
% 79.33/10.35  
% 79.33/10.35  
% 79.33/10.35  fork 4: search terminated without proof.
% 79.33/10.35  
% 79.33/10.35  
% 79.33/10.35  fork 3: search terminated without proof.
% 79.33/10.35  
% 79.33/10.35  
% 79.33/10.35  fork 6: search terminated without proof.
% 79.33/10.37  
% 79.33/10.37  **** run 159 fork 6 starts with strategy
% 79.33/10.37  {"max_dseconds":10,"strategy":["hardness_pref","posunitpara"],"query_preference":0,"depth_penalty":50,"length_penalty":100}
% 79.33/10.37  
% 79.33/10.37  **** run 164 fork 3 starts with strategy
% 79.33/10.37  {"max_dseconds":10,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 79.33/10.38  
% 79.33/10.38  **** run 157 fork 4 starts with strategy
% 79.33/10.38  {"max_depth":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":10}
% 79.33/10.40  
% 79.33/10.40  
% 79.33/10.40  fork 5: search terminated without proof.
% 80.13/10.43  
% 80.13/10.43  **** run 166 fork 5 starts with strategy
% 80.13/10.43  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight"],"max_dseconds":10}
% 80.74/10.55  
% 80.74/10.55  fork 0: search finished without proof.
% 81.35/10.58  
% 81.35/10.58  **** run 153 fork 0 starts with strategy
% 81.35/10.58  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":10}
% 85.72/11.16  
% 85.72/11.16  fork 2: search finished without proof.
% 85.72/11.19  
% 85.72/11.19  **** run 163 fork 2 starts with strategy
% 85.72/11.19  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"max_depth":2}
% 86.42/11.21  
% 86.42/11.21  fork 2: search finished without proof.
% 86.42/11.23  
% 86.42/11.23  **** run 171 fork 2 starts with strategy
% 86.42/11.23  {"rewrite":0,"depth_penalty":50,"query_preference":1,"strategy":["query_focus","hornpref"],"max_dseconds":10}
% 86.42/11.23  
% 86.42/11.23  
% 86.42/11.23  fork 1: search terminated without proof.
% 86.42/11.26  
% 86.42/11.26  **** run 170 fork 1 starts with strategy
% 86.42/11.26  {"depth_penalty":50,"query_preference":1,"strategy":["hardness_pref","hornpref","max_weight"],"max_dseconds":10}
% 86.42/11.27  
% 86.42/11.27  
% 86.42/11.27  fork 7: search terminated without proof.
% 87.01/11.29  
% 87.01/11.29  **** run 184 fork 7 starts with strategy
% 87.01/11.29  {"max_dseconds":50,"strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 87.84/11.39  
% 87.84/11.39  
% 87.84/11.39  fork 3: search terminated without proof.
% 87.84/11.39  
% 87.84/11.39  
% 87.84/11.39  fork 6: search terminated without proof.
% 87.84/11.40  
% 87.84/11.40  
% 87.84/11.40  fork 4: search terminated without proof.
% 88.02/11.42  
% 88.02/11.42  **** run 172 fork 3 starts with strategy
% 88.02/11.42  {"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}
% 88.13/11.42  
% 88.13/11.42  **** run 167 fork 6 starts with strategy
% 88.13/11.42  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight","prohibit_unordered_para"],"max_dseconds":10}
% 88.13/11.43  
% 88.13/11.43  **** run 165 fork 4 starts with strategy
% 88.13/11.43  {"max_dseconds":10,"strategy":["negative_pref","max_ground_weight"],"query_preference":0}
% 88.13/11.45  
% 88.13/11.45  
% 88.13/11.45  fork 5: search terminated without proof.
% 88.13/11.48  
% 88.13/11.48  **** run 174 fork 5 starts with strategy
% 88.13/11.48  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"weight_select_ratio":30,"depth_penalty":100,"length_penalty":100}
% 89.47/11.63  
% 89.47/11.63  
% 89.47/11.63  fork 0: search terminated without proof.
% 89.47/11.65  
% 89.47/11.65  **** run 161 fork 0 starts with strategy
% 89.47/11.65  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":10}
% 94.25/12.24  
% 94.25/12.24  fork 2: search finished without proof.
% 94.25/12.27  
% 94.25/12.27  **** run 179 fork 2 starts with strategy
% 94.25/12.27  {"max_dseconds":50,"strategy":["negative_pref"],"query_preference":1}
% 94.25/12.28  
% 94.25/12.28  
% 94.25/12.28  fork 1: search terminated without proof.
% 95.10/12.30  
% 95.10/12.30  **** run 178 fork 1 starts with strategy
% 95.10/12.30  {"max_dseconds":50,"strategy":["query_focus"],"query_preference":1}
% 95.92/12.44  
% 95.92/12.44  
% 95.92/12.44  fork 6: search terminated without proof.
% 95.92/12.44  
% 95.92/12.44  
% 95.92/12.44  fork 3: search terminated without proof.
% 95.92/12.45  
% 95.92/12.45  
% 95.92/12.45  fork 4: search terminated without proof.
% 95.92/12.48  
% 95.92/12.48  **** run 175 fork 6 starts with strategy
% 95.92/12.48  {"length_penalty":100,"query_preference":1,"strategy":["positive_pref","posunitpara"],"max_dseconds":10}
% 95.92/12.49  
% 95.92/12.49  **** run 173 fork 4 starts with strategy
% 95.92/12.49  {"query_preference":1,"strategy":["unit","max_weight"],"max_dseconds":10}
% 96.66/12.50  
% 96.66/12.50  
% 96.66/12.50  fork 5: search terminated without proof.
% 96.66/12.54  
% 96.66/12.54  **** run 182 fork 5 starts with strategy
% 96.66/12.54  {"max_dseconds":50,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 96.66/12.55  
% 96.66/12.55  **** run 180 fork 3 starts with strategy
% 96.66/12.55  {"max_dseconds":50,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 97.60/12.70  
% 97.60/12.70  
% 97.60/12.70  fork 0: search terminated without proof.
% 98.37/12.72  
% 98.37/12.72  **** run 169 fork 0 starts with strategy
% 98.37/12.73  {"max_dseconds":10,"strategy":["query_focus","posunitpara"],"query_preference":1,"depth_penalty":50,"length_penalty":100}
% 104.55/13.50  
% 104.55/13.50  
% 104.55/13.50  fork 6: search terminated without proof.
% 104.55/13.52  
% 104.55/13.52  
% 104.55/13.52  fork 4: search terminated without proof.
% 104.55/13.53  
% 104.55/13.53  **** run 183 fork 6 starts with strategy
% 104.55/13.53  {"max_dseconds":50,"strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 104.55/13.54  
% 104.55/13.54  **** run 181 fork 4 starts with strategy
% 104.55/13.54  {"max_dseconds":50,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 106.31/13.76  
% 106.31/13.76  
% 106.31/13.76  fork 0: search terminated without proof.
% 106.95/13.80  
% 106.95/13.80  **** run 177 fork 0 starts with strategy
% 106.95/13.80  {"max_dseconds":50,"strategy":["unit"],"query_preference":1}
% 126.94/16.33  
% 126.94/16.33  
% 126.94/16.33  fork 7: search terminated without proof.
% 127.80/16.41  
% 127.80/16.41  **** run 192 fork 7 starts with strategy
% 127.80/16.41  {"max_dseconds":50,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 132.66/17.04  
% 132.66/17.04  fork 1: search finished without proof.
% 132.66/17.08  
% 132.66/17.08  **** run 186 fork 1 starts with strategy
% 132.66/17.08  {"max_dseconds":50,"strategy":["negative_pref"],"query_preference":0}
% 134.83/17.29  
% 134.83/17.29  
% 134.83/17.29  fork 2: search terminated without proof.
% 135.11/17.35  
% 135.11/17.35  **** run 187 fork 2 starts with strategy
% 135.11/17.35  {"max_dseconds":50,"strategy":["hardness_pref"],"query_preference":1}
% 136.49/17.56  
% 136.49/17.56  
% 136.49/17.56  fork 5: search terminated without proof.
% 137.22/17.59  
% 137.22/17.59  
% 137.22/17.59  fork 3: search terminated without proof.
% 137.52/17.63  
% 137.52/17.63  **** run 190 fork 5 starts with strategy
% 137.52/17.63  {"max_dseconds":50,"strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 137.52/17.64  
% 137.52/17.64  **** run 188 fork 3 starts with strategy
% 137.52/17.64  {"max_dseconds":50,"strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":1}
% 144.65/18.54  
% 144.65/18.54  
% 144.65/18.54  fork 6: search terminated without proof.
% 144.65/18.56  
% 144.65/18.56  
% 144.65/18.56  fork 4: search terminated without proof.
% 145.41/18.62  
% 145.41/18.62  **** run 189 fork 4 starts with strategy
% 145.41/18.62  {"max_dseconds":50,"strategy":["hardness_pref","prohibit_deep_para"],"query_preference":1}
% 145.41/18.64  
% 145.41/18.64  **** run 191 fork 6 starts with strategy
% 145.41/18.64  {"max_dseconds":50,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 147.82/18.94  
% 147.82/18.94  
% 147.82/18.94  fork 0: search terminated without proof.
% 148.51/19.00  
% 148.51/19.00  **** run 185 fork 0 starts with strategy
% 148.51/19.00  {"max_dseconds":50,"strategy":["unit"],"query_preference":0}
% 165.37/21.15  
% 165.37/21.15  fork 7: search finished without proof.
% 165.99/21.19  
% 165.99/21.19  **** run 200 fork 7 starts with strategy
% 165.99/21.19  {"max_dseconds":50,"strategy":["unit"],"query_preference":0,"depth_penalty":100}
% 173.19/22.14  
% 173.19/22.14  
% 173.19/22.14  fork 1: search terminated without proof.
% 174.17/22.22  
% 174.17/22.22  **** run 194 fork 1 starts with strategy
% 174.17/22.22  {"max_dseconds":50,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 174.94/22.37  
% 174.94/22.37  
% 174.94/22.37  fork 2: search terminated without proof.
% 175.65/22.40  
% 175.65/22.40  **** run 195 fork 2 starts with strategy
% 175.65/22.40  {"max_dseconds":50,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 177.25/22.67  
% 177.25/22.67  
% 177.25/22.67  fork 5: search terminated without proof.
% 177.25/22.69  
% 177.25/22.69  
% 177.25/22.69  fork 3: search terminated without proof.
% 177.98/22.72  
% 177.98/22.72  **** run 196 fork 3 starts with strategy
% 177.98/22.72  {"max_dseconds":50,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1,"length_penalty":100}
% 177.98/22.75  
% 177.98/22.75  **** run 198 fork 5 starts with strategy
% 177.98/22.75  {"max_dseconds":50,"strategy":["query_focus","double"],"query_preference":1}
% 185.17/23.65  
% 185.17/23.65  
% 185.17/23.65  fork 4: search terminated without proof.
% 185.17/23.67  
% 185.17/23.67  **** run 197 fork 4 starts with strategy
% 185.17/23.67  {"max_dseconds":50,"strategy":["negative_pref","prohibit_nested_para"],"query_preference":0}
% 185.17/23.68  
% 185.17/23.68  
% 185.17/23.68  fork 6: search terminated without proof.
% 186.10/23.77  
% 186.10/23.77  **** run 199 fork 6 starts with strategy
% 186.10/23.77  {"max_dseconds":50,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 188.31/24.05  
% 188.31/24.05  
% 188.31/24.05  fork 0: search terminated without proof.
% 189.31/24.11  
% 189.31/24.11  **** run 193 fork 0 starts with strategy
% 189.31/24.11  {"max_dseconds":50,"strategy":["positive_pref"],"query_preference":0}
% 205.95/26.21  
% 205.95/26.21  
% 205.95/26.21  fork 7: search terminated without proof.
% 206.71/26.30  
% 206.71/26.30  **** run 208 fork 7 starts with strategy
% 206.71/26.30  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":1,"strategy":["query_focus","max_weight"],"max_dseconds":50}
% 213.95/27.23  
% 213.95/27.23  fork 1: search finished without proof.
% 213.95/27.26  
% 213.95/27.26  **** run 202 fork 1 starts with strategy
% 213.95/27.26  {"max_dseconds":50,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 215.51/27.43  
% 215.51/27.43  
% 215.51/27.43  fork 2: search terminated without proof.
% 216.31/27.50  
% 216.31/27.50  **** run 203 fork 2 starts with strategy
% 216.31/27.50  {"max_dseconds":50,"strategy":["unit","prohibit_nested_para","prohibit_unordered_para"],"query_preference":1,"reverse_clauselist":1}
% 217.20/27.62  
% 217.20/27.62  fork 5: search finished without proof.
% 217.20/27.67  
% 217.20/27.67  **** run 206 fork 5 starts with strategy
% 217.20/27.67  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":0,"strategy":["query_focus","posunitpara"],"max_dseconds":50}
% 217.93/27.78  
% 217.93/27.78  
% 217.93/27.78  fork 3: search terminated without proof.
% 218.63/27.81  
% 218.63/27.81  **** run 204 fork 3 starts with strategy
% 218.63/27.81  {"max_dseconds":50,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 225.28/28.69  
% 225.28/28.69  
% 225.28/28.69  fork 4: search terminated without proof.
% 226.00/28.77  
% 226.00/28.77  **** run 205 fork 4 starts with strategy
% 226.00/28.77  {"max_dseconds":50,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 226.64/28.80  
% 226.64/28.80  
% 226.64/28.80  fork 6: search terminated without proof.
% 226.64/28.88  
% 226.64/28.88  **** run 207 fork 6 starts with strategy
% 226.64/28.88  {"max_dseconds":50,"strategy":["negative_pref"],"query_preference":0,"max_depth":2}
% 227.46/28.90  
% 227.46/28.90  fork 6: search finished without proof.
% 227.46/28.91  
% 227.46/28.91  **** run 215 fork 6 starts with strategy
% 227.46/28.91  {"max_dseconds":50,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1,"max_size":17}
% 229.72/29.18  
% 229.72/29.18  
% 229.72/29.18  fork 0: search terminated without proof.
% 229.84/29.21  
% 229.84/29.21  **** run 201 fork 0 starts with strategy
% 229.84/29.21  {"max_dseconds":50,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 238.01/30.35  
% 238.01/30.35  
% 238.01/30.35  result: proof found
% 238.01/30.35  for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 238.01/30.35  by run 204 fork 3 strategy {"max_dseconds":50,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 238.01/30.35  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 238.01/30.35  
% 238.01/30.35  % SZS output start CNFRefutation for /export/starexec/sandbox/benchmark/theBenchmark.p 
% See solution above
% 238.01/30.35  
% 238.01/30.35  run 204 fork 3 statistics:
% 238.01/30.35  ----------------------------------
% 238.01/30.35  this run seconds: 1.848585
% 238.01/30.35  total seconds: 29.218979
% 238.01/30.35  stat_given_used: 4805
% 238.01/30.35  stat_given_used_at_endgame: 0
% 238.01/30.35  stat_given_candidates:   6323
% 238.01/30.35  stat_given_candidates_at_endgame: 0
% 238.01/30.35  stat_given_candidates_h: 0
% 238.01/30.35  stat_binres_derived_cl:   523112
% 238.01/30.35  stat_binres_derived_cl_h: 0
% 238.01/30.35  stat_factor_derived_cl: 0
% 238.01/30.35  stat_para_derived_cl: 42070
% 238.01/30.35  stat_tautologies_discarded: 2
% 238.01/30.35  stat_forward_subsumed: 109302
% 238.01/30.35  stat_derived_cut: 4
% 238.01/30.35  stat_derived_rewritten: 0
% 238.01/30.35  stat_weight_discarded_building: 0
% 238.01/30.35  stat_weight_discarded_cl: 0
% 238.01/30.35  stat_internlimit_discarded_cl: 0
% 238.01/30.35  stat_simplified:  0 simplified 0 derived 0 given
% 238.01/30.35  stat_kept_cl: 455849
% 238.01/30.35  stat_built_cl: 465459
% 238.01/30.35  stat_hyperres_partial_cl: 0
% 238.01/30.35  stat_made_rewriters: 0
% 238.01/30.35  stat_backward_subsumed: 0
% 238.01/30.35  stat_propagated_subsumed: 0
% 238.01/30.35  stat_clsubs_attempted:                    513135
% 238.01/30.35  stat_clsubs_fact_groundunit_found:             0
% 238.01/30.35  stat_clsubs_rule_groundunit_found:             1
% 238.01/30.35  stat_clsubs_top_meta_attempted:           13091546
% 238.01/30.35  stat_clsubs_top_meta_failed:              12578411
% 238.01/30.35  stat_clsubs_top_meta_nonpref_attempted:            13091546
% 238.01/30.35  stat_clsubs_top_meta_nonpref_succeeded:             4018930
% 238.01/30.35  stat_clsubs_top_meta_pref_attempted:                4018930
% 238.01/30.35  stat_clsubs_top_meta_pref1_succeeded:               2478913
% 238.01/30.35  stat_clsubs_top_meta_pref2_succeeded:                801600
% 238.01/30.35  stat_clsubs_top_meta_pref3_succeeded:                513135
% 238.01/30.35  stat_clsubs_top_meta_pref_succeeded:                 513135
% 238.01/30.35  stat_clsubs_meta_attempted:               532756
% 238.01/30.35  stat_clsubs_meta_failed:                   87236
% 238.01/30.35  stat_clsubs_predsymbs_attempted:               0
% 238.01/30.35  stat_clsubs_unit_attempted:               503228
% 238.01/30.35  stat_clsubs_full_attempted:                 9907
% 238.01/30.35  stat_forwardsubs_attempted:               565151
% 238.01/30.35  stat_lit_hash_added:                 463068
% 238.01/30.35  stat_lit_hash_computed:             1053607
% 238.01/30.35  stat_lit_hash_match_found:           109314
% 238.01/30.35  stat_lit_hash_match_miss:            941603
% 238.01/30.35  stat_lit_hash_cut_ok:                     7
% 238.01/30.35  stat_lit_strong_cut_ok:                   0
% 238.01/30.35  stat_lit_hash_subsume_ok:            109302
% 238.01/30.35  clqueue els 10000000 used 1
% 238.01/30.35  clactive els 10000000 used 4806
% 238.01/30.35  clactivesubsume els 10000000 used 28795
% 238.01/30.35  queue_termbuf els 200000000 used 39175463
% 238.01/30.35  hyper_termbuf els 100000000 used 1
% 238.01/30.35  active_termbuf els 100000000 used 220887
% 238.01/30.35  varstack els 5000 last used 1
% 238.01/30.35  given_termbuf els 10000000 last used 1
% 238.01/30.35  simplified_termbuf els 10000000 last used 1
% 238.01/30.35  derived_termbuf els 10000000 last used 53
% 238.01/30.35  wr_mallocs: 356720
% 238.01/30.35  wr_callocs: 19
% 238.01/30.35  wr_reallocs: 101140
% 238.01/30.35  wr_frees: 2
% 238.01/30.35  wr_malloc_bytes: 4179095188
% 238.01/30.35  wr_calloc_bytes: 96065504
% 238.01/30.35  wr_realloc_bytes: 19278800
% 238.01/30.35  wr_realloc_freebytes: 0
% 238.01/30.35  ----------------------------------
%------------------------------------------------------------------------------