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

View Problem - Process Solution

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.11/0.12  % Problem  : LCL191-3 : TPTP v8.1.2. Released v2.3.0.
% 0.11/0.13  % Command  : gkc %s
% 0.12/0.34  % Computer : n024.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 05:21:54 EDT 2023
% 0.12/0.34  % CPUTime  : 
% 0.19/0.38  
% 0.19/0.38  input clause set summed statistics:
% 0.19/0.38  ----------------------------------
% 0.19/0.38  in_clause_count:                     9
% 0.19/0.38  in_rule_clause_count:                9
% 0.19/0.38  in_fact_clause_count:                0
% 0.19/0.38  in_answer_clause_count:              0
% 0.19/0.38  in_ground_clause_count:              1
% 0.19/0.38  in_unit_clause_count:                7
% 0.19/0.38  in_horn_clause_count:                9
% 0.19/0.38  in_pos_clause_count:                 6
% 0.19/0.38  in_neg_clause_count:                 1
% 0.19/0.38  in_poseq_clause_count:               1
% 0.19/0.38  in_negeq_clause_count:               0
% 0.19/0.38  in_unitposeq_clause_count:           1
% 0.19/0.38  in_chain_clause_count:               1
% 0.19/0.38  in_min_length:             1
% 0.19/0.38  in_max_length:             3
% 0.19/0.38  in_min_depth:              1
% 0.19/0.38  in_max_depth:              4
% 0.19/0.38  in_min_size:               4
% 0.19/0.38  in_max_size:              12
% 0.19/0.38  in_min_vars:               0
% 0.19/0.38  in_max_vars:               3
% 0.19/0.38  in_extaxiom_count:                 8
% 0.19/0.38  in_axiom_count:                    0
% 0.19/0.38  in_assumption_count:               0
% 0.19/0.38  in_goal_count:                     1
% 0.19/0.38  in_neg_goal_count:                 1
% 0.19/0.38  in_pos_goal_count:                 0
% 0.19/0.38  in_posunit_goal_count:             0
% 0.19/0.38  
% 0.19/0.38  auto guide:
% 0.19/0.38  -----------
% 0.19/0.38  {
% 0.19/0.38  "print":1,
% 0.19/0.38  "print_level": 15,
% 0.19/0.38  "max_size": 0,
% 0.19/0.38  "max_depth": 0,
% 0.19/0.38  "max_length": 0,
% 0.19/0.38  "max_dseconds": 0,
% 0.19/0.38  "runs":[
% 0.19/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":1, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["unit","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.19/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.19/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds":1, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":1, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["query_focus", "double"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.19/0.38  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.19/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.19/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.19/0.38  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.19/0.38  {"var_weight":70, "repeat_var_weight":70, "rewrite":0, "length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["hardness_pref", "max_weight"], "max_dseconds":1},
% 0.19/0.38  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.19/0.38  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.19/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":1},
% 0.19/0.38  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":1},
% 0.19/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.19/0.38  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":1},
% 0.19/0.38  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.19/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.19/0.38  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":1},
% 0.19/0.38  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.38  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.19/0.38  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.19/0.38  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":1},
% 0.19/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":1, "strategy":["query_focus", "prohibit_nested_para"], "max_dseconds":1},
% 0.19/0.38  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.19/0.38  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":1},
% 0.19/0.38  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.19/0.38  
% 0.19/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":10, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.19/0.38  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["unit","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.19/0.38  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.19/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.19/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds":10, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":10, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.19/0.38  {"max_dseconds":10, "strategy":["query_focus", "double"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.19/0.38  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":10},
% 0.19/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.19/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.19/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.19/0.38  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.19/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":10},
% 0.19/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.19/0.38  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.19/0.38  {"var_weight":70, "repeat_var_weight":70, "rewrite":0, "length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["hardness_pref", "max_weight"], "max_dseconds":10},
% 0.19/0.38  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.19/0.38  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.19/0.38  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.19/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":10},
% 0.19/0.38  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":10},
% 0.19/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.19/0.38  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":10},
% 0.19/0.38  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":10},
% 0.19/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.19/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.19/0.38  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":10},
% 0.19/0.38  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.19/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds":10, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.38  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.19/0.38  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.19/0.38  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":10},
% 0.19/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":1, "strategy":["query_focus", "prohibit_nested_para"], "max_dseconds":10},
% 0.19/0.38  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":10},
% 0.19/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.19/0.38  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":10},
% 0.19/0.38  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.19/0.38  
% 0.19/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":50, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.19/0.38  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["unit","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.19/0.38  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.19/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.19/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds":50, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":50, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.19/0.38  {"max_dseconds":50, "strategy":["query_focus", "double"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.19/0.38  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":50},
% 0.19/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.19/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.19/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.19/0.38  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.19/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":50},
% 0.19/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.19/0.38  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.19/0.38  {"var_weight":70, "repeat_var_weight":70, "rewrite":0, "length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["hardness_pref", "max_weight"], "max_dseconds":50},
% 0.19/0.38  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.19/0.38  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.19/0.38  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.19/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":50},
% 0.19/0.38  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":50},
% 0.19/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.19/0.38  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":50},
% 0.19/0.38  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":50},
% 0.19/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.19/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.19/0.38  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":50},
% 0.19/0.38  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.19/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds":50, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.38  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.19/0.38  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.19/0.38  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":50},
% 0.19/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":1, "strategy":["query_focus", "prohibit_nested_para"], "max_dseconds":50},
% 0.19/0.38  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":50},
% 0.19/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.19/0.38  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":50},
% 0.19/0.38  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.19/0.38  
% 0.19/0.38  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":250, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.19/0.38  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":250, "strategy":["unit"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":250, "strategy":["hardness_pref", "posunitpara"], "query_preference":0},
% 0.19/0.38  
% 0.19/0.38  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":1250, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.19/0.38  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":1250, "strategy":["hardness_pref", "posunitpara"], "query_preference":0} 
% 0.19/0.38  
% 0.19/0.38  ]}
% 0.19/0.38  
% 0.19/0.38  
% 0.19/0.38  **** run 1 fork 0 starts with strategy
% 0.19/0.38  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0}
% 0.19/0.38  
% 0.19/0.38  **** run 2 fork 1 starts with strategy
% 0.19/0.38  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 0.19/0.38  
% 0.19/0.38  **** run 3 fork 2 starts with strategy
% 0.19/0.38  {"max_dseconds":1,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 0.19/0.38  
% 0.19/0.38  **** run 4 fork 3 starts with strategy
% 0.19/0.38  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 0.19/0.38  
% 0.19/0.38  **** run 5 fork 4 starts with strategy
% 0.19/0.38  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 0.19/0.38  
% 0.19/0.38  **** run 6 fork 5 starts with strategy
% 0.19/0.38  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.19/0.39  
% 0.19/0.39  **** run 7 fork 6 starts with strategy
% 0.19/0.39  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.19/0.40  
% 0.19/0.40  **** run 8 fork 7 starts with strategy
% 0.19/0.40  {"max_dseconds":1,"strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.19/0.50  
% 0.19/0.50  fork 5: search finished without proof.
% 0.19/0.50  
% 0.19/0.50  
% 0.19/0.50  fork 2: search terminated without proof.
% 0.19/0.50  
% 0.19/0.50  
% 0.19/0.50  fork 0: search terminated without proof.
% 0.19/0.50  
% 0.19/0.50  
% 0.19/0.50  fork 4: search terminated without proof.
% 0.19/0.51  
% 0.19/0.51  
% 0.19/0.51  fork 3: 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.53  
% 0.19/0.53  **** run 14 fork 5 starts with strategy
% 0.19/0.53  
% 0.19/0.53  **** run 12 fork 3 starts with strategy
% 0.19/0.53  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.19/0.53  {"max_dseconds":1,"strategy":["negative_pref"],"weight_select_ratio":20}
% 0.19/0.53  
% 0.19/0.53  **** run 9 fork 0 starts with strategy
% 0.19/0.53  {"max_dseconds":1,"strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.19/0.53  
% 0.19/0.53  **** run 13 fork 4 starts with strategy
% 0.19/0.53  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":0}
% 0.19/0.53  
% 0.19/0.53  **** run 11 fork 2 starts with strategy
% 0.19/0.53  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0}
% 0.19/0.54  
% 0.19/0.54  
% 0.19/0.54  fork 7: search terminated without proof.
% 0.19/0.54  
% 0.19/0.54  **** run 10 fork 1 starts with strategy
% 0.19/0.54  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.19/0.54  
% 0.19/0.54  
% 0.19/0.54  fork 6: search terminated without proof.
% 0.19/0.56  
% 0.19/0.56  **** run 15 fork 6 starts with strategy
% 0.19/0.56  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 0.19/0.57  
% 0.19/0.57  **** run 16 fork 7 starts with strategy
% 0.19/0.57  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1}
% 0.19/0.64  
% 0.19/0.64  
% 0.19/0.64  fork 5: search terminated without proof.
% 0.19/0.64  
% 0.19/0.64  
% 0.19/0.64  fork 3: search terminated without proof.
% 0.19/0.64  
% 0.19/0.64  
% 0.19/0.64  fork 0: search terminated without proof.
% 0.19/0.64  
% 0.19/0.64  fork 2: search finished without proof.
% 0.19/0.64  
% 0.19/0.64  fork 4: search finished without proof.
% 0.19/0.65  
% 0.19/0.65  
% 0.19/0.65  fork 1: search terminated without proof.
% 0.19/0.66  
% 0.19/0.66  **** run 20 fork 3 starts with strategy
% 0.19/0.66  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 0.19/0.66  
% 0.19/0.66  **** run 22 fork 5 starts with strategy
% 0.19/0.66  
% 0.19/0.66  **** run 17 fork 0 starts with strategy
% 0.19/0.66  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":1}
% 0.19/0.66  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 0.19/0.67  
% 0.19/0.67  **** run 19 fork 2 starts with strategy
% 0.19/0.67  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.19/0.67  
% 0.19/0.67  **** run 21 fork 4 starts with strategy
% 0.19/0.67  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":1}
% 0.19/0.67  
% 0.19/0.67  **** run 18 fork 1 starts with strategy
% 0.19/0.67  
% 0.19/0.67  fork 6: search finished without proof.
% 0.19/0.67  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 0.19/0.69  
% 0.19/0.69  
% 0.19/0.69  fork 7: search terminated without proof.
% 0.19/0.70  
% 0.19/0.70  **** run 23 fork 6 starts with strategy
% 0.19/0.70  {"max_dseconds":1,"strategy":["unit","pure_unit"],"max_size":30,"max_depth":10,"max_weight":300,"weight_select_ratio":1,"rewrite":0}
% 0.19/0.70  
% 0.19/0.70  fork 0: search finished without proof.
% 0.19/0.73  
% 0.19/0.73  **** run 24 fork 7 starts with strategy
% 0.19/0.73  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":0}
% 0.19/0.73  
% 0.19/0.73  **** run 25 fork 0 starts with strategy
% 0.19/0.73  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 0.19/0.73  
% 0.19/0.73  fork 6: search finished without proof.
% 0.19/0.75  
% 0.19/0.75  **** run 31 fork 6 starts with strategy
% 0.19/0.75  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"rewrite":0}
% 2.99/0.78  
% 2.99/0.78  fork 4: search finished without proof.
% 2.99/0.79  
% 2.99/0.79  
% 2.99/0.79  fork 2: search terminated without proof.
% 3.20/0.79  
% 3.20/0.79  **** run 29 fork 4 starts with strategy
% 3.20/0.79  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"depth_penalty":100}
% 3.20/0.80  
% 3.20/0.80  
% 3.20/0.80  fork 3: search terminated without proof.
% 3.20/0.80  
% 3.20/0.80  fork 5: search finished without proof.
% 3.20/0.81  
% 3.20/0.81  **** run 27 fork 2 starts with strategy
% 3.20/0.81  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 3.35/0.81  
% 3.35/0.81  fork 7: search finished without proof.
% 3.42/0.82  
% 3.42/0.82  **** run 28 fork 3 starts with strategy
% 3.42/0.82  {"max_dseconds":1,"strategy":["query_focus","max_ground_weight"],"query_preference":1}
% 3.42/0.82  
% 3.42/0.82  **** run 30 fork 5 starts with strategy
% 3.42/0.82  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 3.42/0.82  
% 3.42/0.82  fork 1: search finished without proof.
% 3.42/0.85  
% 3.42/0.85  
% 3.42/0.85  fork 0: search terminated without proof.
% 3.42/0.86  
% 3.42/0.86  **** run 26 fork 1 starts with strategy
% 3.42/0.86  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 3.42/0.86  
% 3.42/0.86  **** run 32 fork 7 starts with strategy
% 3.42/0.86  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 3.42/0.87  
% 3.42/0.87  fork 6: search finished without proof.
% 3.42/0.88  
% 3.42/0.88  **** run 33 fork 0 starts with strategy
% 3.42/0.88  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"rewrite":0}
% 3.42/0.88  
% 3.42/0.88  **** run 39 fork 6 starts with strategy
% 3.42/0.88  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"length_penalty":100}
% 4.02/0.91  
% 4.02/0.91  
% 4.02/0.91  fork 4: search terminated without proof.
% 4.02/0.93  
% 4.02/0.93  **** run 37 fork 4 starts with strategy
% 4.02/0.93  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 4.02/0.94  
% 4.02/0.94  fork 2: search finished without proof.
% 4.02/0.94  
% 4.02/0.94  fork 3: search finished without proof.
% 4.02/0.94  
% 4.02/0.94  
% 4.02/0.94  fork 5: search terminated without proof.
% 4.02/0.96  
% 4.02/0.96  **** run 35 fork 2 starts with strategy
% 4.02/0.96  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 4.02/0.96  
% 4.02/0.96  **** run 36 fork 3 starts with strategy
% 4.02/0.96  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 4.02/0.96  
% 4.02/0.96  **** run 38 fork 5 starts with strategy
% 4.02/0.96  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1,"length_penalty":100}
% 4.61/1.00  
% 4.61/1.00  fork 7: search finished without proof.
% 4.61/1.00  
% 4.61/1.00  
% 4.61/1.00  fork 0: search terminated without proof.
% 4.61/1.01  
% 4.61/1.01  
% 4.61/1.01  fork 6: search terminated without proof.
% 4.61/1.01  
% 4.61/1.01  
% 4.61/1.01  fork 1: search terminated without proof.
% 4.61/1.02  
% 4.61/1.02  **** run 41 fork 0 starts with strategy
% 4.61/1.02  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":30,"depth_penalty":100}
% 4.61/1.02  
% 4.61/1.02  **** run 40 fork 7 starts with strategy
% 4.61/1.02  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":3}
% 4.61/1.02  
% 4.61/1.02  **** run 47 fork 6 starts with strategy
% 4.61/1.02  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 4.61/1.04  
% 4.61/1.04  **** run 34 fork 1 starts with strategy
% 4.61/1.04  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0}
% 4.61/1.06  
% 4.61/1.06  
% 4.61/1.06  fork 4: search terminated without proof.
% 4.61/1.06  
% 4.61/1.06  fork 7: search finished without proof.
% 4.61/1.07  
% 4.61/1.07  fork 2: search finished without proof.
% 4.61/1.07  
% 4.61/1.07  **** run 45 fork 4 starts with strategy
% 4.61/1.07  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":1}
% 4.61/1.07  
% 4.61/1.07  **** run 48 fork 7 starts with strategy
% 4.61/1.07  {"weight_select_ratio":100,"query_preference":1,"strategy":["negative_pref"],"max_dseconds":1}
% 5.32/1.08  
% 5.32/1.08  
% 5.32/1.08  fork 3: search terminated without proof.
% 5.32/1.08  
% 5.32/1.08  fork 5: search finished without proof.
% 5.47/1.09  
% 5.47/1.09  **** run 43 fork 2 starts with strategy
% 5.47/1.09  {"max_dseconds":1,"strategy":["negative_pref","prohibit_nested_para"],"query_preference":0}
% 5.47/1.10  
% 5.47/1.10  fork 4: search finished without proof.
% 5.47/1.10  
% 5.47/1.10  **** run 44 fork 3 starts with strategy
% 5.47/1.10  {"max_dseconds":1,"strategy":["unit","pure_unit"],"query_preference":0}
% 5.47/1.10  
% 5.47/1.10  **** run 46 fork 5 starts with strategy
% 5.47/1.10  {"max_dseconds":1,"strategy":["query_focus","double"],"query_preference":1}
% 5.63/1.11  
% 5.63/1.11  **** run 53 fork 4 starts with strategy
% 5.63/1.11  {"max_dseconds":1,"strategy":["unit","pure_unit"],"weight_select_ratio":1,"query_preference":0}
% 5.71/1.12  
% 5.71/1.12  fork 3: search finished without proof.
% 5.71/1.14  
% 5.71/1.14  fork 4: search finished without proof.
% 5.71/1.14  
% 5.71/1.14  **** run 52 fork 3 starts with strategy
% 5.71/1.14  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 5.71/1.14  
% 5.71/1.14  
% 5.71/1.14  fork 6: search terminated without proof.
% 5.71/1.14  
% 5.71/1.14  fork 0: search finished without proof.
% 5.71/1.15  
% 5.71/1.15  fork 1: search finished without proof.
% 5.71/1.16  
% 5.71/1.16  **** run 61 fork 4 starts with strategy
% 5.71/1.16  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":1,"strategy":["query_focus","max_weight"],"max_dseconds":1}
% 5.71/1.16  
% 5.71/1.16  **** run 55 fork 6 starts with strategy
% 5.71/1.16  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":2}
% 5.71/1.17  
% 5.71/1.17  **** run 49 fork 0 starts with strategy
% 5.71/1.17  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"max_depth":2}
% 5.71/1.17  
% 5.71/1.17  **** run 42 fork 1 starts with strategy
% 5.71/1.17  {"max_dseconds":1,"strategy":["negative_pref","posunitpara"],"query_preference":1,"max_depth":2,"depth_penalty":50,"length_penalty":100}
% 5.71/1.19  
% 5.71/1.19  fork 6: search finished without proof.
% 5.71/1.19  
% 5.71/1.19  fork 0: search finished without proof.
% 5.71/1.19  
% 5.71/1.19  
% 5.71/1.19  fork 7: search terminated without proof.
% 5.71/1.20  
% 5.71/1.20  **** run 63 fork 6 starts with strategy
% 5.71/1.20  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 6.39/1.21  
% 6.39/1.21  fork 1: search finished without proof.
% 6.39/1.21  
% 6.39/1.21  
% 6.39/1.21  fork 2: search terminated without proof.
% 6.39/1.21  
% 6.39/1.21  **** run 56 fork 7 starts with strategy
% 6.39/1.21  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":1}
% 6.39/1.21  
% 6.39/1.21  **** run 57 fork 0 starts with strategy
% 6.39/1.22  {"var_weight":70,"repeat_var_weight":70,"rewrite":0,"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["hardness_pref","max_weight"],"max_dseconds":1}
% 6.39/1.22  
% 6.39/1.22  fork 5: search finished without proof.
% 6.39/1.22  
% 6.39/1.22  **** run 50 fork 1 starts with strategy
% 6.39/1.22  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":6,"var_weight":1}
% 6.39/1.23  
% 6.39/1.23  **** run 51 fork 2 starts with strategy
% 6.39/1.23  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 6.39/1.24  
% 6.39/1.24  **** run 54 fork 5 starts with strategy
% 6.39/1.24  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":0,"strategy":["query_focus","posunitpara"],"max_dseconds":1}
% 6.39/1.26  
% 6.39/1.26  fork 3: search finished without proof.
% 6.39/1.28  
% 6.39/1.28  fork 4: search finished without proof.
% 6.39/1.28  
% 6.39/1.28  **** run 60 fork 3 starts with strategy
% 6.39/1.28  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":0,"depth_penalty":50,"length_penalty":100}
% 6.39/1.29  
% 6.39/1.29  **** run 69 fork 4 starts with strategy
% 6.39/1.29  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1}
% 6.39/1.32  
% 6.39/1.32  fork 6: search finished without proof.
% 6.39/1.34  
% 6.39/1.34  fork 7: search finished without proof.
% 6.39/1.34  
% 6.39/1.34  
% 6.39/1.34  fork 0: search terminated without proof.
% 6.39/1.34  
% 6.39/1.34  **** run 71 fork 6 starts with strategy
% 6.39/1.34  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight"],"max_dseconds":1}
% 6.39/1.35  
% 6.39/1.35  fork 2: search finished without proof.
% 6.39/1.35  
% 6.39/1.35  **** run 64 fork 7 starts with strategy
% 6.39/1.36  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":1}
% 6.39/1.36  
% 6.39/1.36  **** run 65 fork 0 starts with strategy
% 6.39/1.36  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":1}
% 6.39/1.36  
% 6.39/1.36  fork 5: search finished without proof.
% 6.39/1.37  
% 6.39/1.37  **** run 59 fork 2 starts with strategy
% 6.39/1.37  {"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 6.39/1.38  
% 6.39/1.38  fork 7: search finished without proof.
% 6.39/1.39  
% 6.39/1.39  **** run 62 fork 5 starts with strategy
% 6.39/1.39  {"weight_select_ratio":100,"query_preference":0,"strategy":["negative_pref","max_weight"],"max_dseconds":1}
% 6.39/1.39  
% 6.39/1.39  fork 0: search finished without proof.
% 6.39/1.40  
% 6.39/1.40  
% 6.39/1.40  fork 3: search terminated without proof.
% 6.39/1.40  
% 6.39/1.40  **** run 72 fork 7 starts with strategy
% 6.39/1.40  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 7.81/1.41  
% 7.81/1.41  **** run 73 fork 0 starts with strategy
% 7.81/1.41  {"max_dseconds":1,"strategy":["query_focus","posunitpara"],"query_preference":1,"depth_penalty":50,"length_penalty":100}
% 7.81/1.42  
% 7.81/1.42  
% 7.81/1.42  fork 1: search terminated without proof.
% 7.81/1.42  
% 7.81/1.42  **** run 68 fork 3 starts with strategy
% 7.81/1.42  {"max_dseconds":1,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 7.81/1.42  
% 7.81/1.42  fork 4: search finished without proof.
% 7.81/1.43  
% 7.81/1.43  **** run 58 fork 1 starts with strategy
% 7.81/1.43  {"max_depth":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 7.81/1.45  
% 7.81/1.45  **** run 77 fork 4 starts with strategy
% 7.81/1.45  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"query_preference":1,"strategy":["query_focus","prohibit_nested_para"],"max_dseconds":1}
% 7.81/1.46  
% 7.81/1.46  
% 7.81/1.46  fork 6: search terminated without proof.
% 7.81/1.48  
% 7.81/1.48  **** run 79 fork 6 starts with strategy
% 7.81/1.48  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"weight_select_ratio":30,"depth_penalty":100,"length_penalty":100}
% 7.81/1.49  
% 7.81/1.49  
% 7.81/1.49  fork 2: search terminated without proof.
% 8.71/1.51  
% 8.71/1.51  
% 8.71/1.51  fork 5: search terminated without proof.
% 8.71/1.51  
% 8.71/1.51  **** run 67 fork 2 starts with strategy
% 8.71/1.51  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"equality":0}
% 8.71/1.52  
% 8.71/1.52  
% 8.71/1.52  fork 7: search terminated without proof.
% 8.71/1.53  
% 8.71/1.53  **** run 70 fork 5 starts with strategy
% 8.71/1.53  {"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["positive_pref"],"max_dseconds":1}
% 8.71/1.53  
% 8.71/1.53  fork 3: search finished without proof.
% 8.71/1.54  
% 8.71/1.54  **** run 80 fork 7 starts with strategy
% 8.71/1.54  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 8.71/1.55  
% 8.71/1.55  
% 8.71/1.55  fork 0: search terminated without proof.
% 8.71/1.55  
% 8.71/1.55  **** run 76 fork 3 starts with strategy
% 8.71/1.55  {"rewrite":0,"depth_penalty":50,"query_preference":1,"strategy":["query_focus","hornpref"],"max_dseconds":1}
% 8.71/1.55  
% 8.71/1.55  
% 8.71/1.55  fork 1: search terminated without proof.
% 8.71/1.57  
% 8.71/1.57  **** run 81 fork 0 starts with strategy
% 8.71/1.57  {"length_penalty":100,"query_preference":1,"strategy":["positive_pref","posunitpara"],"max_dseconds":1}
% 8.71/1.58  
% 8.71/1.58  **** run 66 fork 1 starts with strategy
% 8.71/1.58  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"max_depth":2}
% 8.71/1.58  
% 8.71/1.58  fork 4: search finished without proof.
% 8.71/1.60  
% 8.71/1.60  **** run 85 fork 4 starts with strategy
% 8.71/1.60  {"max_dseconds":10,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 8.71/1.60  
% 8.71/1.60  
% 8.71/1.60  fork 6: search terminated without proof.
% 8.71/1.61  
% 8.71/1.61  fork 1: search finished without proof.
% 9.52/1.62  
% 9.52/1.62  **** run 74 fork 1 starts with strategy
% 9.52/1.62  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":1}
% 9.52/1.62  
% 9.52/1.62  **** run 87 fork 6 starts with strategy
% 9.52/1.62  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 9.52/1.63  
% 9.52/1.63  
% 9.52/1.63  fork 2: search terminated without proof.
% 9.52/1.65  
% 9.52/1.65  fork 5: search finished without proof.
% 9.52/1.65  
% 9.52/1.65  **** run 75 fork 2 starts with strategy
% 9.52/1.65  {"depth_penalty":50,"query_preference":1,"strategy":["hardness_pref","hornpref","max_weight"],"max_dseconds":1}
% 9.52/1.66  
% 9.52/1.66  
% 9.52/1.66  fork 7: search terminated without proof.
% 9.52/1.67  
% 9.52/1.67  fork 3: search finished without proof.
% 9.52/1.67  
% 9.52/1.67  **** run 78 fork 5 starts with strategy
% 9.52/1.67  {"query_preference":1,"strategy":["unit","max_weight"],"max_dseconds":1}
% 9.52/1.68  
% 9.52/1.68  **** run 88 fork 7 starts with strategy
% 9.52/1.68  {"max_dseconds":10,"strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 9.52/1.69  
% 9.52/1.69  **** run 84 fork 3 starts with strategy
% 9.52/1.69  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 9.52/1.69  
% 9.52/1.69  
% 9.52/1.69  fork 0: search terminated without proof.
% 10.21/1.71  
% 10.21/1.71  **** run 89 fork 0 starts with strategy
% 10.21/1.71  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 10.21/1.75  
% 10.21/1.75  
% 10.21/1.75  fork 1: search terminated without proof.
% 10.21/1.76  
% 10.21/1.76  **** run 82 fork 1 starts with strategy
% 10.21/1.76  {"weight_select_ratio":100,"rewrite":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 10.21/1.77  
% 10.21/1.77  fork 2: search finished without proof.
% 10.90/1.79  
% 10.90/1.79  **** run 83 fork 2 starts with strategy
% 10.90/1.79  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0}
% 10.90/1.79  
% 10.90/1.79  
% 10.90/1.79  fork 5: search terminated without proof.
% 11.12/1.81  
% 11.12/1.81  **** run 86 fork 5 starts with strategy
% 11.12/1.81  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 11.12/1.89  
% 11.12/1.89  
% 11.12/1.89  fork 1: search terminated without proof.
% 11.12/1.90  
% 11.12/1.90  **** run 90 fork 1 starts with strategy
% 11.12/1.90  {"max_dseconds":10,"strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 16.78/2.65  
% 16.78/2.65  
% 16.78/2.65  fork 6: search terminated without proof.
% 16.78/2.67  
% 16.78/2.67  **** run 95 fork 6 starts with strategy
% 16.78/2.67  {"max_dseconds":10,"strategy":["hardness_pref","posunitpara"],"query_preference":0}
% 16.78/2.68  
% 16.78/2.68  
% 16.78/2.68  fork 4: search terminated without proof.
% 17.88/2.71  
% 17.88/2.71  **** run 93 fork 4 starts with strategy
% 17.88/2.71  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0}
% 17.88/2.73  
% 17.88/2.73  
% 17.88/2.73  fork 0: search terminated without proof.
% 17.88/2.73  
% 17.88/2.73  
% 17.88/2.73  fork 3: search terminated without proof.
% 17.88/2.74  
% 17.88/2.74  
% 17.88/2.74  fork 7: search terminated without proof.
% 17.88/2.75  
% 17.88/2.75  **** run 97 fork 0 starts with strategy
% 17.88/2.75  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1}
% 18.49/2.76  
% 18.49/2.76  **** run 96 fork 7 starts with strategy
% 18.49/2.76  {"max_dseconds":10,"strategy":["negative_pref"],"weight_select_ratio":20}
% 18.49/2.76  
% 18.49/2.76  **** run 92 fork 3 starts with strategy
% 18.49/2.76  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 18.49/2.82  
% 18.49/2.82  
% 18.49/2.82  fork 2: search terminated without proof.
% 19.11/2.85  
% 19.11/2.85  **** run 91 fork 2 starts with strategy
% 19.11/2.85  {"max_dseconds":10,"strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 19.11/2.87  
% 19.11/2.87  
% 19.11/2.87  fork 5: search terminated without proof.
% 19.46/2.89  
% 19.46/2.89  **** run 94 fork 5 starts with strategy
% 19.46/2.89  {"max_dseconds":10,"strategy":["unit"],"query_preference":0}
% 19.46/2.94  
% 19.46/2.94  
% 19.46/2.94  fork 1: search terminated without proof.
% 20.15/2.96  
% 20.15/2.96  **** run 98 fork 1 starts with strategy
% 20.15/2.96  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1}
% 25.63/3.69  
% 25.63/3.69  
% 25.63/3.69  fork 6: search terminated without proof.
% 25.99/3.71  
% 25.99/3.71  **** run 103 fork 6 starts with strategy
% 25.99/3.71  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":1}
% 25.99/3.72  
% 25.99/3.72  fork 0: search finished without proof.
% 25.99/3.73  
% 25.99/3.73  
% 25.99/3.73  fork 4: search terminated without proof.
% 26.26/3.75  
% 26.26/3.75  **** run 101 fork 4 starts with strategy
% 26.26/3.75  {"max_dseconds":10,"strategy":["unit"],"query_preference":1}
% 26.26/3.75  
% 26.26/3.75  **** run 105 fork 0 starts with strategy
% 26.26/3.75  {"max_dseconds":10,"strategy":["unit","pure_unit"],"max_size":30,"max_depth":10,"max_weight":300,"weight_select_ratio":1,"rewrite":0}
% 26.26/3.77  
% 26.26/3.77  fork 0: search finished without proof.
% 26.26/3.78  
% 26.26/3.78  
% 26.26/3.78  fork 7: search terminated without proof.
% 26.26/3.79  
% 26.26/3.79  **** run 113 fork 0 starts with strategy
% 26.26/3.79  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"rewrite":0}
% 26.26/3.79  
% 26.26/3.79  
% 26.26/3.79  fork 3: search terminated without proof.
% 26.26/3.81  
% 26.26/3.81  **** run 104 fork 7 starts with strategy
% 26.26/3.81  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 26.26/3.82  
% 26.26/3.82  **** run 100 fork 3 starts with strategy
% 26.26/3.82  {"max_dseconds":10,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 27.01/3.87  
% 27.01/3.87  
% 27.01/3.87  fork 2: search terminated without proof.
% 27.45/3.89  
% 27.45/3.89  **** run 99 fork 2 starts with strategy
% 27.45/3.89  {"max_dseconds":10,"strategy":["query_focus","unit"],"query_preference":1}
% 27.45/3.92  
% 27.45/3.92  fork 2: search finished without proof.
% 27.45/3.93  
% 27.45/3.93  **** run 107 fork 2 starts with strategy
% 27.45/3.93  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 27.45/3.95  
% 27.45/3.95  
% 27.45/3.95  fork 5: search terminated without proof.
% 27.45/3.97  
% 27.45/3.97  **** run 102 fork 5 starts with strategy
% 27.45/3.97  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 28.69/4.07  
% 28.69/4.07  
% 28.69/4.07  fork 1: search terminated without proof.
% 28.69/4.09  
% 28.69/4.09  **** run 106 fork 1 starts with strategy
% 28.69/4.09  {"max_dseconds":10,"strategy":["query_focus","unit"],"query_preference":0}
% 29.06/4.12  
% 29.06/4.12  fork 1: search finished without proof.
% 29.06/4.13  
% 29.06/4.13  **** run 114 fork 1 starts with strategy
% 29.06/4.13  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 33.64/4.73  
% 33.64/4.73  
% 33.64/4.73  fork 6: search terminated without proof.
% 33.64/4.74  
% 33.64/4.74  fork 0: search finished without proof.
% 33.64/4.75  
% 33.64/4.75  **** run 111 fork 6 starts with strategy
% 33.64/4.75  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"depth_penalty":100}
% 33.64/4.77  
% 33.64/4.77  fork 7: search finished without proof.
% 34.31/4.77  
% 34.31/4.77  **** run 121 fork 0 starts with strategy
% 34.37/4.77  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"length_penalty":100}
% 34.37/4.80  
% 34.37/4.80  **** run 112 fork 7 starts with strategy
% 34.37/4.80  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 34.76/4.83  
% 34.76/4.83  
% 34.76/4.83  fork 3: search terminated without proof.
% 34.76/4.85  
% 34.76/4.85  **** run 108 fork 3 starts with strategy
% 34.76/4.85  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 36.09/4.99  
% 36.09/4.99  
% 36.09/4.99  fork 5: search terminated without proof.
% 36.09/5.02  
% 36.09/5.02  
% 36.09/5.02  fork 4: search terminated without proof.
% 36.09/5.02  
% 36.09/5.02  **** run 110 fork 5 starts with strategy
% 36.09/5.02  {"max_dseconds":10,"strategy":["query_focus","max_ground_weight"],"query_preference":1}
% 36.09/5.04  
% 36.09/5.04  **** run 109 fork 4 starts with strategy
% 36.09/5.04  {"max_dseconds":10,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 36.75/5.08  
% 36.75/5.08  
% 36.75/5.08  fork 2: search terminated without proof.
% 36.75/5.08  
% 36.75/5.08  fork 1: search finished without proof.
% 36.75/5.10  
% 36.75/5.10  **** run 115 fork 2 starts with strategy
% 36.75/5.10  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0,"rewrite":0}
% 36.97/5.11  
% 36.97/5.11  **** run 122 fork 1 starts with strategy
% 36.97/5.11  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"max_depth":3}
% 37.14/5.13  
% 37.14/5.13  fork 1: search finished without proof.
% 37.14/5.15  
% 37.14/5.15  **** run 130 fork 1 starts with strategy
% 37.14/5.15  {"weight_select_ratio":100,"query_preference":1,"strategy":["negative_pref"],"max_dseconds":10}
% 42.12/5.79  
% 42.12/5.79  
% 42.12/5.79  fork 0: search terminated without proof.
% 42.12/5.80  
% 42.12/5.80  fork 7: search finished without proof.
% 42.12/5.82  
% 42.12/5.82  **** run 129 fork 0 starts with strategy
% 42.12/5.82  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 42.12/5.82  
% 42.12/5.82  **** run 120 fork 7 starts with strategy
% 42.12/5.82  {"max_dseconds":10,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1,"length_penalty":100}
% 42.61/5.87  
% 42.61/5.87  fork 3: search finished without proof.
% 42.61/5.89  
% 42.61/5.89  **** run 116 fork 3 starts with strategy
% 42.61/5.89  {"max_dseconds":10,"strategy":["positive_pref"],"query_preference":0}
% 42.61/5.92  
% 42.61/5.92  
% 42.61/5.92  fork 6: search terminated without proof.
% 43.17/5.96  
% 43.17/5.96  **** run 119 fork 6 starts with strategy
% 43.17/5.96  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 43.17/5.98  
% 43.17/5.98  fork 5: search finished without proof.
% 43.68/5.99  
% 43.68/5.99  fork 4: search finished without proof.
% 43.68/6.01  
% 43.68/6.01  **** run 118 fork 5 starts with strategy
% 43.68/6.01  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 43.96/6.03  
% 43.96/6.03  **** run 117 fork 4 starts with strategy
% 43.96/6.03  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 45.11/6.20  
% 45.11/6.20  
% 45.11/6.20  fork 2: search terminated without proof.
% 45.11/6.23  
% 45.11/6.23  **** run 123 fork 2 starts with strategy
% 45.11/6.23  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":30,"depth_penalty":100}
% 45.11/6.25  
% 45.11/6.25  
% 45.11/6.25  fork 1: search terminated without proof.
% 45.81/6.28  
% 45.81/6.28  **** run 138 fork 1 starts with strategy
% 45.81/6.28  {"max_dseconds":10,"strategy":["query_focus","positive_pref"],"query_preference":1}
% 49.15/6.70  
% 49.15/6.70  fork 4: search finished without proof.
% 49.15/6.72  
% 49.15/6.72  **** run 125 fork 4 starts with strategy
% 49.15/6.72  {"max_dseconds":10,"strategy":["negative_pref","prohibit_nested_para"],"query_preference":0}
% 50.19/6.83  
% 50.19/6.83  fork 7: search finished without proof.
% 50.19/6.85  
% 50.19/6.85  fork 3: search finished without proof.
% 50.63/6.87  
% 50.63/6.87  
% 50.63/6.87  fork 0: search terminated without proof.
% 50.63/6.87  
% 50.63/6.87  **** run 128 fork 7 starts with strategy
% 50.63/6.87  {"max_dseconds":10,"strategy":["query_focus","double"],"query_preference":1}
% 50.63/6.88  
% 50.63/6.88  **** run 124 fork 3 starts with strategy
% 50.63/6.88  {"max_dseconds":10,"strategy":["negative_pref","posunitpara"],"query_preference":1,"max_depth":2,"depth_penalty":50,"length_penalty":100}
% 50.63/6.89  
% 50.63/6.89  **** run 137 fork 0 starts with strategy
% 50.63/6.89  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"max_depth":2}
% 50.63/6.90  
% 50.63/6.90  fork 3: search finished without proof.
% 50.63/6.92  
% 50.63/6.92  fork 0: search finished without proof.
% 50.63/6.92  
% 50.63/6.92  **** run 132 fork 3 starts with strategy
% 50.63/6.92  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":6,"var_weight":1}
% 50.63/6.93  
% 50.63/6.93  **** run 145 fork 0 starts with strategy
% 50.63/6.93  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":10}
% 51.53/7.01  
% 51.53/7.01  
% 51.53/7.01  fork 6: search terminated without proof.
% 51.88/7.03  
% 51.88/7.03  
% 51.88/7.03  fork 5: search terminated without proof.
% 51.88/7.03  
% 51.88/7.03  **** run 127 fork 6 starts with strategy
% 51.88/7.03  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"max_depth":1}
% 52.02/7.05  
% 52.02/7.05  fork 6: search finished without proof.
% 52.02/7.06  
% 52.02/7.06  **** run 126 fork 5 starts with strategy
% 52.02/7.06  {"max_dseconds":10,"strategy":["unit","pure_unit"],"query_preference":0}
% 52.02/7.07  
% 52.02/7.07  **** run 135 fork 6 starts with strategy
% 52.02/7.07  {"max_dseconds":10,"strategy":["unit","pure_unit"],"weight_select_ratio":1,"query_preference":0}
% 52.02/7.08  
% 52.02/7.08  fork 5: search finished without proof.
% 52.02/7.09  
% 52.02/7.09  fork 6: search finished without proof.
% 52.02/7.10  
% 52.02/7.10  **** run 134 fork 5 starts with strategy
% 52.02/7.10  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":10}
% 52.02/7.11  
% 52.02/7.11  **** run 143 fork 6 starts with strategy
% 52.02/7.11  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":1,"strategy":["query_focus","max_weight"],"max_dseconds":10}
% 52.95/7.20  
% 52.95/7.20  fork 2: search finished without proof.
% 52.95/7.22  
% 52.95/7.22  **** run 131 fork 2 starts with strategy
% 52.95/7.22  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"max_depth":2}
% 52.95/7.23  
% 52.95/7.23  fork 1: search finished without proof.
% 53.50/7.25  
% 53.50/7.25  fork 2: search finished without proof.
% 53.50/7.26  
% 53.50/7.26  **** run 139 fork 2 starts with strategy
% 53.50/7.26  {"var_weight":70,"repeat_var_weight":70,"rewrite":0,"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["hardness_pref","max_weight"],"max_dseconds":10}
% 53.50/7.26  
% 53.50/7.26  **** run 146 fork 1 starts with strategy
% 53.50/7.26  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":10}
% 53.50/7.29  
% 53.50/7.29  fork 1: search finished without proof.
% 53.50/7.31  
% 53.50/7.31  **** run 154 fork 1 starts with strategy
% 53.50/7.31  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 57.07/7.74  
% 57.07/7.74  
% 57.07/7.74  fork 4: search terminated without proof.
% 57.69/7.77  
% 57.69/7.77  **** run 133 fork 4 starts with strategy
% 57.69/7.77  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 58.84/7.94  
% 58.84/7.94  fork 7: search finished without proof.
% 58.84/7.95  
% 58.84/7.95  
% 58.84/7.95  fork 3: search terminated without proof.
% 58.84/7.97  
% 58.84/7.97  **** run 136 fork 7 starts with strategy
% 58.84/7.97  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":0,"strategy":["query_focus","posunitpara"],"max_dseconds":10}
% 58.84/7.98  
% 58.84/7.98  **** run 140 fork 3 starts with strategy
% 58.84/7.98  {"max_depth":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":10}
% 58.84/7.99  
% 58.84/7.99  fork 0: search finished without proof.
% 58.84/8.01  
% 58.84/8.01  **** run 153 fork 0 starts with strategy
% 58.84/8.01  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight"],"max_dseconds":10}
% 59.55/8.07  
% 59.55/8.07  fork 6: search finished without proof.
% 60.16/8.09  
% 60.16/8.09  **** run 151 fork 6 starts with strategy
% 60.16/8.09  {"max_dseconds":10,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1}
% 60.16/8.13  
% 60.16/8.13  
% 60.16/8.13  fork 5: search terminated without proof.
% 60.16/8.15  
% 60.16/8.15  **** run 142 fork 5 starts with strategy
% 60.16/8.15  {"max_dseconds":10,"strategy":["hardness_pref","posunitpara"],"query_preference":0,"depth_penalty":50,"length_penalty":100}
% 61.20/8.28  
% 61.20/8.28  
% 61.20/8.28  fork 2: search terminated without proof.
% 61.20/8.31  
% 61.20/8.31  **** run 147 fork 2 starts with strategy
% 61.20/8.31  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":10}
% 61.92/8.33  
% 61.92/8.33  
% 61.92/8.33  fork 1: search terminated without proof.
% 61.92/8.33  
% 61.92/8.33  fork 2: search finished without proof.
% 61.92/8.35  
% 61.92/8.35  **** run 155 fork 2 starts with strategy
% 61.92/8.35  {"max_dseconds":10,"strategy":["query_focus","posunitpara"],"query_preference":1,"depth_penalty":50,"length_penalty":100}
% 61.92/8.36  
% 61.92/8.36  **** run 162 fork 1 starts with strategy
% 61.92/8.36  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 64.51/8.72  
% 64.51/8.72  fork 4: search finished without proof.
% 65.24/8.75  
% 65.24/8.75  **** run 141 fork 4 starts with strategy
% 65.24/8.75  {"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":10}
% 66.62/8.94  
% 66.62/8.94  fork 7: search finished without proof.
% 66.94/8.97  
% 66.94/8.97  **** run 144 fork 7 starts with strategy
% 66.94/8.97  {"weight_select_ratio":100,"query_preference":0,"strategy":["negative_pref","max_weight"],"max_dseconds":10}
% 66.94/8.99  
% 66.94/8.99  
% 66.94/8.99  fork 3: search terminated without proof.
% 66.94/9.02  
% 66.94/9.02  **** run 148 fork 3 starts with strategy
% 66.94/9.02  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"max_depth":2}
% 66.94/9.03  
% 66.94/9.03  
% 66.94/9.03  fork 0: search terminated without proof.
% 66.94/9.04  
% 66.94/9.04  fork 3: search finished without proof.
% 66.94/9.06  
% 66.94/9.06  **** run 161 fork 0 starts with strategy
% 66.94/9.06  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"weight_select_ratio":30,"depth_penalty":100,"length_penalty":100}
% 66.94/9.07  
% 66.94/9.07  **** run 156 fork 3 starts with strategy
% 66.94/9.07  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":10}
% 66.94/9.10  
% 66.94/9.10  fork 6: search finished without proof.
% 68.04/9.12  
% 68.04/9.12  **** run 159 fork 6 starts with strategy
% 68.04/9.12  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"query_preference":1,"strategy":["query_focus","prohibit_nested_para"],"max_dseconds":10}
% 68.51/9.17  
% 68.51/9.17  
% 68.51/9.17  fork 5: search terminated without proof.
% 68.51/9.19  
% 68.51/9.19  **** run 150 fork 5 starts with strategy
% 68.51/9.19  {"max_dseconds":10,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 70.31/9.39  
% 70.31/9.39  fork 2: search finished without proof.
% 70.31/9.39  
% 70.31/9.39  
% 70.31/9.39  fork 1: search terminated without proof.
% 70.31/9.41  
% 70.31/9.41  **** run 170 fork 1 starts with strategy
% 70.31/9.41  {"max_dseconds":50,"strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 70.31/9.42  
% 70.31/9.42  **** run 163 fork 2 starts with strategy
% 70.31/9.42  {"length_penalty":100,"query_preference":1,"strategy":["positive_pref","posunitpara"],"max_dseconds":10}
% 73.04/9.77  
% 73.04/9.77  
% 73.04/9.77  fork 4: search terminated without proof.
% 73.04/9.79  
% 73.04/9.79  **** run 149 fork 4 starts with strategy
% 73.04/9.79  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"equality":0}
% 75.11/9.99  
% 75.11/9.99  
% 75.11/9.99  fork 7: search terminated without proof.
% 75.11/10.02  
% 75.11/10.02  **** run 152 fork 7 starts with strategy
% 75.11/10.02  {"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["positive_pref"],"max_dseconds":10}
% 75.11/10.02  
% 75.11/10.02  fork 0: search finished without proof.
% 75.11/10.05  
% 75.11/10.05  **** run 169 fork 0 starts with strategy
% 75.11/10.05  {"max_dseconds":50,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 75.80/10.08  
% 75.80/10.08  fork 3: search finished without proof.
% 76.02/10.12  
% 76.02/10.12  **** run 164 fork 3 starts with strategy
% 76.02/10.12  {"weight_select_ratio":100,"rewrite":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":10}
% 76.02/10.12  
% 76.02/10.12  fork 6: search finished without proof.
% 76.17/10.15  
% 76.17/10.15  **** run 167 fork 6 starts with strategy
% 76.17/10.15  {"max_dseconds":50,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 76.17/10.17  
% 76.17/10.17  fork 5: search finished without proof.
% 76.17/10.19  
% 76.17/10.19  **** run 158 fork 5 starts with strategy
% 76.17/10.19  {"rewrite":0,"depth_penalty":50,"query_preference":1,"strategy":["query_focus","hornpref"],"max_dseconds":10}
% 77.51/10.41  
% 77.51/10.41  fork 2: search finished without proof.
% 77.51/10.45  
% 77.51/10.45  **** run 171 fork 2 starts with strategy
% 77.51/10.45  {"max_dseconds":50,"strategy":["unit","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 81.45/10.81  
% 81.45/10.81  
% 81.45/10.81  fork 4: search terminated without proof.
% 81.76/10.83  
% 81.76/10.83  **** run 157 fork 4 starts with strategy
% 81.76/10.83  {"depth_penalty":50,"query_preference":1,"strategy":["hardness_pref","hornpref","max_weight"],"max_dseconds":10}
% 82.75/11.02  
% 82.75/11.02  fork 7: search finished without proof.
% 83.47/11.06  
% 83.47/11.06  **** run 160 fork 7 starts with strategy
% 83.47/11.06  {"query_preference":1,"strategy":["unit","max_weight"],"max_dseconds":10}
% 83.47/11.14  
% 83.47/11.14  
% 83.47/11.14  fork 3: search terminated without proof.
% 84.22/11.17  
% 84.22/11.17  **** run 172 fork 3 starts with strategy
% 84.22/11.17  {"max_dseconds":50,"strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 84.22/11.17  
% 84.22/11.17  fork 5: search finished without proof.
% 84.59/11.20  
% 84.59/11.20  **** run 166 fork 5 starts with strategy
% 84.59/11.20  {"max_dseconds":50,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 89.52/11.87  
% 89.52/11.87  fork 4: search finished without proof.
% 89.92/11.89  
% 89.92/11.89  **** run 165 fork 4 starts with strategy
% 89.92/11.89  {"max_dseconds":50,"strategy":["negative_pref"],"query_preference":0}
% 91.28/12.08  
% 91.28/12.08  
% 91.28/12.08  fork 7: search terminated without proof.
% 91.28/12.11  
% 91.28/12.11  **** run 168 fork 7 starts with strategy
% 91.28/12.11  {"max_dseconds":50,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 110.11/14.46  
% 110.11/14.46  
% 110.11/14.46  fork 1: search terminated without proof.
% 110.11/14.48  
% 110.11/14.48  **** run 178 fork 1 starts with strategy
% 110.11/14.48  {"max_dseconds":50,"strategy":["negative_pref"],"weight_select_ratio":20}
% 115.70/15.18  
% 115.70/15.18  
% 115.70/15.18  fork 0: search terminated without proof.
% 115.70/15.19  
% 115.70/15.19  
% 115.70/15.19  fork 6: search terminated without proof.
% 116.42/15.26  
% 116.42/15.26  **** run 175 fork 6 starts with strategy
% 116.42/15.26  {"max_dseconds":50,"strategy":["hardness_pref"],"query_preference":0}
% 116.42/15.27  
% 116.42/15.27  **** run 177 fork 0 starts with strategy
% 116.42/15.27  {"max_dseconds":50,"strategy":["hardness_pref","posunitpara"],"query_preference":0}
% 119.77/15.69  
% 119.77/15.69  
% 119.77/15.69  fork 2: search terminated without proof.
% 120.52/15.78  
% 120.52/15.78  **** run 179 fork 2 starts with strategy
% 120.52/15.78  {"max_dseconds":50,"strategy":["query_focus"],"query_preference":1}
% 124.09/16.25  
% 124.09/16.25  
% 124.09/16.25  fork 3: search terminated without proof.
% 124.09/16.27  
% 124.09/16.27  
% 124.09/16.27  fork 5: search terminated without proof.
% 124.81/16.32  
% 124.81/16.32  **** run 180 fork 3 starts with strategy
% 124.81/16.32  {"max_dseconds":50,"strategy":["negative_pref"],"query_preference":1}
% 124.81/16.36  
% 124.81/16.36  **** run 174 fork 5 starts with strategy
% 124.81/16.36  {"max_dseconds":50,"strategy":["unit","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 129.62/17.03  
% 129.62/17.03  
% 129.62/17.03  fork 4: search terminated without proof.
% 130.75/17.10  
% 130.75/17.10  **** run 173 fork 4 starts with strategy
% 130.75/17.10  {"max_dseconds":50,"strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 131.71/17.22  
% 131.71/17.22  
% 131.71/17.22  fork 7: search terminated without proof.
% 132.06/17.30  
% 132.06/17.30  **** run 176 fork 7 starts with strategy
% 132.06/17.30  {"max_dseconds":50,"strategy":["unit"],"query_preference":0}
% 150.46/19.61  
% 150.46/19.61  
% 150.46/19.61  fork 1: search terminated without proof.
% 150.72/19.68  
% 150.72/19.68  **** run 186 fork 1 starts with strategy
% 150.72/19.68  {"max_dseconds":50,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 156.06/20.37  
% 156.06/20.37  
% 156.06/20.37  fork 6: search terminated without proof.
% 156.06/20.38  
% 156.06/20.38  
% 156.06/20.38  fork 0: search terminated without proof.
% 156.06/20.39  
% 156.06/20.39  **** run 183 fork 6 starts with strategy
% 156.06/20.39  {"max_dseconds":50,"strategy":["unit"],"query_preference":1}
% 156.83/20.41  
% 156.83/20.41  **** run 185 fork 0 starts with strategy
% 156.83/20.41  {"max_dseconds":50,"strategy":["hardness_pref"],"query_preference":1}
% 157.54/20.58  
% 157.54/20.58  fork 2: search finished without proof.
% 157.54/20.62  
% 157.54/20.62  **** run 187 fork 2 starts with strategy
% 157.54/20.62  {"max_dseconds":50,"strategy":["unit","pure_unit"],"max_size":30,"max_depth":10,"max_weight":300,"weight_select_ratio":1,"rewrite":0}
% 157.54/20.65  
% 157.54/20.65  fork 2: search finished without proof.
% 157.54/20.66  
% 157.54/20.66  **** run 195 fork 2 starts with strategy
% 157.54/20.66  {"max_dseconds":50,"strategy":["query_focus"],"query_preference":1,"rewrite":0}
% 165.50/21.53  
% 165.50/21.53  
% 165.50/21.53  fork 5: search terminated without proof.
% 165.50/21.54  
% 165.50/21.54  
% 165.50/21.54  fork 3: search terminated without proof.
% 165.97/21.61  
% 165.97/21.61  **** run 182 fork 5 starts with strategy
% 165.97/21.61  {"max_dseconds":50,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 165.97/21.64  
% 165.97/21.64  **** run 188 fork 3 starts with strategy
% 165.97/21.64  {"max_dseconds":50,"strategy":["query_focus","unit"],"query_preference":0}
% 166.62/21.67  
% 166.62/21.67  fork 3: search finished without proof.
% 166.81/21.68  
% 166.81/21.68  **** run 196 fork 3 starts with strategy
% 166.81/21.68  {"max_dseconds":50,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 170.44/22.15  
% 170.44/22.15  
% 170.44/22.15  fork 4: search terminated without proof.
% 170.58/22.21  
% 170.58/22.21  **** run 181 fork 4 starts with strategy
% 170.58/22.21  {"max_dseconds":50,"strategy":["query_focus","unit"],"query_preference":1}
% 171.03/22.24  
% 171.03/22.24  fork 4: search finished without proof.
% 171.03/22.25  
% 171.03/22.25  **** run 189 fork 4 starts with strategy
% 171.03/22.25  {"max_dseconds":50,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 172.33/22.43  
% 172.33/22.43  
% 172.33/22.43  fork 7: search terminated without proof.
% 172.83/22.51  
% 172.83/22.51  **** run 184 fork 7 starts with strategy
% 172.83/22.51  {"max_dseconds":50,"strategy":["negative_pref"],"query_preference":1,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 187.26/24.32  
% 187.26/24.32  fork 1: search finished without proof.
% 187.84/24.36  
% 187.84/24.36  **** run 194 fork 1 starts with strategy
% 187.84/24.36  {"max_dseconds":50,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 195.26/25.33  
% 195.26/25.33  fork 0: search finished without proof.
% 195.26/25.35  
% 195.26/25.35  **** run 193 fork 0 starts with strategy
% 195.26/25.35  {"max_dseconds":50,"strategy":["unit"],"query_preference":0,"depth_penalty":100}
% 195.62/25.39  
% 195.62/25.39  fork 2: search finished without proof.
% 195.62/25.44  
% 195.62/25.44  **** run 203 fork 2 starts with strategy
% 195.62/25.44  {"max_dseconds":50,"strategy":["negative_pref"],"query_preference":1,"length_penalty":100}
% 196.29/25.44  
% 196.29/25.44  
% 196.29/25.44  fork 6: search terminated without proof.
% 196.61/25.51  
% 196.61/25.51  **** run 191 fork 6 starts with strategy
% 196.61/25.51  {"max_dseconds":50,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 202.57/26.34  
% 202.57/26.34  fork 3: search finished without proof.
% 203.04/26.38  
% 203.04/26.38  **** run 204 fork 3 starts with strategy
% 203.38/26.38  {"max_dseconds":50,"strategy":["negative_pref"],"query_preference":0,"max_depth":3}
% 203.48/26.41  
% 203.48/26.41  fork 3: search finished without proof.
% 203.60/26.42  
% 203.60/26.42  **** run 212 fork 3 starts with strategy
% 203.60/26.42  {"weight_select_ratio":100,"query_preference":1,"strategy":["negative_pref"],"max_dseconds":50}
% 204.29/26.56  
% 204.29/26.56  fork 5: search finished without proof.
% 204.29/26.58  
% 204.29/26.58  **** run 190 fork 5 starts with strategy
% 204.29/26.58  {"max_dseconds":50,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 205.70/26.77  
% 205.70/26.77  
% 205.70/26.77  result: proof found
% 205.70/26.77  for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 205.70/26.77  by run 184 fork 7 strategy {"max_dseconds":50,"strategy":["negative_pref"],"query_preference":1,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 205.70/26.77  % SZS status Unsatisfiable for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 205.70/26.77  
% 205.70/26.77  % SZS output start CNFRefutation for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% See solution above
% 205.70/26.77  
% 205.70/26.77  run 184 fork 7 statistics:
% 205.70/26.77  ----------------------------------
% 205.70/26.77  this run seconds: 3.411453
% 205.70/26.77  total seconds: 24.958845
% 205.70/26.77  stat_given_used: 9597
% 205.70/26.77  stat_given_used_at_endgame: 0
% 205.70/26.77  stat_given_candidates:   14657
% 205.70/26.77  stat_given_candidates_at_endgame: 0
% 205.70/26.77  stat_given_candidates_h: 0
% 205.70/26.77  stat_binres_derived_cl:   922326
% 205.70/26.77  stat_binres_derived_cl_h: 0
% 205.70/26.77  stat_factor_derived_cl: 0
% 205.70/26.77  stat_para_derived_cl: 17922
% 205.70/26.77  stat_tautologies_discarded: 1
% 205.70/26.77  stat_forward_subsumed: 537939
% 205.70/26.77  stat_derived_cut: 0
% 205.70/26.77  stat_derived_rewritten: 65
% 205.70/26.77  stat_weight_discarded_building: 0
% 205.70/26.77  stat_weight_discarded_cl: 55464
% 205.70/26.77  stat_internlimit_discarded_cl: 0
% 205.70/26.77  stat_simplified:  65 simplified 0 derived 0 given
% 205.70/26.77  stat_kept_cl: 346841
% 205.70/26.77  stat_built_cl: 421564
% 205.70/26.77  stat_hyperres_partial_cl: 0
% 205.70/26.77  stat_made_rewriters: 1
% 205.70/26.77  stat_backward_subsumed: 0
% 205.70/26.77  stat_propagated_subsumed: 0
% 205.70/26.77  stat_clsubs_attempted:                   5462699
% 205.70/26.77  stat_clsubs_fact_groundunit_found:             0
% 205.70/26.77  stat_clsubs_rule_groundunit_found:             1
% 205.70/26.77  stat_clsubs_top_meta_attempted:           52885775
% 205.70/26.77  stat_clsubs_top_meta_failed:              47423076
% 205.70/26.77  stat_clsubs_top_meta_nonpref_attempted:            52885775
% 205.70/26.77  stat_clsubs_top_meta_nonpref_succeeded:            15791724
% 205.70/26.77  stat_clsubs_top_meta_pref_attempted:               15791724
% 205.70/26.77  stat_clsubs_top_meta_pref1_succeeded:              15665235
% 205.70/26.77  stat_clsubs_top_meta_pref2_succeeded:               7210490
% 205.70/26.77  stat_clsubs_top_meta_pref3_succeeded:               5462699
% 205.70/26.77  stat_clsubs_top_meta_pref_succeeded:                5462699
% 205.70/26.77  stat_clsubs_meta_attempted:              5476139
% 205.70/26.77  stat_clsubs_meta_failed:                  275854
% 205.70/26.77  stat_clsubs_predsymbs_attempted:               0
% 205.70/26.77  stat_clsubs_unit_attempted:              5443735
% 205.70/26.77  stat_clsubs_full_attempted:                18964
% 205.70/26.77  stat_forwardsubs_attempted:               940244
% 205.70/26.77  stat_lit_hash_added:                 351260
% 205.70/26.77  stat_lit_hash_computed:             1321310
% 205.70/26.77  stat_lit_hash_match_found:           538896
% 205.70/26.77  stat_lit_hash_match_miss:            835785
% 205.70/26.77  stat_lit_hash_cut_ok:                     0
% 205.70/26.77  stat_lit_strong_cut_ok:                   0
% 205.70/26.77  stat_lit_hash_subsume_ok:            537939
% 205.70/26.77  clqueue els 10000000 used 1
% 205.70/26.77  clactive els 10000000 used 9598
% 205.70/26.77  clactivesubsume els 10000000 used 57577
% 205.70/26.77  queue_termbuf els 200000000 used 27080479
% 205.70/26.77  hyper_termbuf els 100000000 used 1
% 205.70/26.77  active_termbuf els 100000000 used 506745
% 205.70/26.77  varstack els 5000 last used 1
% 205.70/26.77  given_termbuf els 10000000 last used 1
% 205.70/26.77  simplified_termbuf els 10000000 last used 1
% 205.70/26.77  derived_termbuf els 10000000 last used 41
% 205.70/26.77  wr_mallocs: 274625
% 205.70/26.77  wr_callocs: 19
% 205.70/26.77  wr_reallocs: 96594
% 205.70/26.77  wr_frees: 2
% 205.70/26.77  wr_malloc_bytes: 4174479076
% 205.70/26.77  wr_calloc_bytes: 96065504
% 205.70/26.77  wr_realloc_bytes: 16535288
% 205.70/26.77  wr_realloc_freebytes: 0
% 205.70/26.77  ----------------------------------
%------------------------------------------------------------------------------