TSTP Solution File: GRP185-1 by GKC---0.8

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : GKC---0.8
% Problem  : GRP185-1 : TPTP v8.1.2. Bugfixed v1.2.1.
% Transfm  : none
% Format   : tptp:raw
% Command  : gkc %s

% Computer : n009.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 00:53:12 EDT 2023

% Result   : Unsatisfiable 55.42s 7.40s
% Output   : CNFRefutation 55.42s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named '$inc_associativity_of_lub')

% Comments : 
%------------------------------------------------------------------------------
cnf('1',plain,
    least_upper_bound(X,least_upper_bound(Y,Z)) = least_upper_bound(least_upper_bound(X,Y),Z),
    inference(cnf_transformation,[],['$inc_associativity_of_lub']) ).

cnf('2',plain,
    multiply(identity,X) = X,
    inference(cnf_transformation,[],['$inc_left_identity']) ).

cnf('3',plain,
    multiply(least_upper_bound(X,Y),Z) = least_upper_bound(multiply(X,Z),multiply(Y,Z)),
    inference(cnf_transformation,[],['$inc_monotony_lub2']) ).

cnf('4',plain,
    least_upper_bound(X,X) = X,
    inference(cnf_transformation,[],['$inc_idempotence_of_lub']) ).

cnf('5',plain,
    least_upper_bound(X,Y) = least_upper_bound(Y,X),
    inference(cnf_transformation,[],['$inc_symmetry_of_lub']) ).

cnf('6',plain,
    multiply(X,least_upper_bound(Y,Z)) = least_upper_bound(multiply(X,Y),multiply(X,Z)),
    inference(cnf_transformation,[],['$inc_monotony_lub1']) ).

cnf('7',plain,
    least_upper_bound(least_upper_bound(multiply(a,b),identity),multiply(least_upper_bound(a,identity),least_upper_bound(b,identity))) != multiply(least_upper_bound(a,identity),least_upper_bound(b,identity)),
    inference(cnf_transformation,[],[prove_p22a]) ).

cnf('8',plain,
    least_upper_bound(least_upper_bound(identity,multiply(a,b)),multiply(least_upper_bound(a,identity),least_upper_bound(b,identity))) != multiply(least_upper_bound(a,identity),least_upper_bound(b,identity)),
    inference(paramodulation,[],['5','7']) ).

cnf('9',plain,
    least_upper_bound(least_upper_bound(identity,multiply(a,b)),least_upper_bound(multiply(a,least_upper_bound(b,identity)),multiply(identity,least_upper_bound(b,identity)))) != multiply(least_upper_bound(a,identity),least_upper_bound(b,identity)),
    inference(paramodulation,[],['3','8']) ).

cnf('10',plain,
    least_upper_bound(least_upper_bound(identity,multiply(a,b)),least_upper_bound(multiply(a,least_upper_bound(b,identity)),least_upper_bound(b,identity))) != multiply(least_upper_bound(a,identity),least_upper_bound(b,identity)),
    inference(paramodulation,[],['2','9']) ).

cnf('11',plain,
    least_upper_bound(identity,least_upper_bound(multiply(a,b),least_upper_bound(multiply(a,least_upper_bound(b,identity)),least_upper_bound(b,identity)))) != multiply(least_upper_bound(a,identity),least_upper_bound(b,identity)),
    inference(paramodulation,[],['1','10']) ).

cnf('12',plain,
    least_upper_bound(identity,least_upper_bound(least_upper_bound(multiply(a,b),multiply(a,least_upper_bound(b,identity))),least_upper_bound(b,identity))) != multiply(least_upper_bound(a,identity),least_upper_bound(b,identity)),
    inference(paramodulation,[],['1','11']) ).

cnf('13',plain,
    least_upper_bound(identity,least_upper_bound(multiply(a,least_upper_bound(b,least_upper_bound(b,identity))),least_upper_bound(b,identity))) != multiply(least_upper_bound(a,identity),least_upper_bound(b,identity)),
    inference(paramodulation,[],['6','12']) ).

cnf('14',plain,
    least_upper_bound(identity,least_upper_bound(multiply(a,least_upper_bound(least_upper_bound(b,b),identity)),least_upper_bound(b,identity))) != multiply(least_upper_bound(a,identity),least_upper_bound(b,identity)),
    inference(paramodulation,[],['1','13']) ).

cnf('15',plain,
    least_upper_bound(identity,least_upper_bound(multiply(a,least_upper_bound(b,identity)),least_upper_bound(b,identity))) != multiply(least_upper_bound(a,identity),least_upper_bound(b,identity)),
    inference(paramodulation,[],['4','14']) ).

cnf('16',plain,
    least_upper_bound(identity,least_upper_bound(least_upper_bound(multiply(a,least_upper_bound(b,identity)),b),identity)) != multiply(least_upper_bound(a,identity),least_upper_bound(b,identity)),
    inference(paramodulation,[],['1','15']) ).

cnf('17',plain,
    least_upper_bound(identity,least_upper_bound(identity,least_upper_bound(multiply(a,least_upper_bound(b,identity)),b))) != multiply(least_upper_bound(a,identity),least_upper_bound(b,identity)),
    inference(paramodulation,[],['5','16']) ).

cnf('18',plain,
    least_upper_bound(least_upper_bound(identity,identity),least_upper_bound(multiply(a,least_upper_bound(b,identity)),b)) != multiply(least_upper_bound(a,identity),least_upper_bound(b,identity)),
    inference(paramodulation,[],['1','17']) ).

cnf('19',plain,
    least_upper_bound(identity,least_upper_bound(multiply(a,least_upper_bound(b,identity)),b)) != multiply(least_upper_bound(a,identity),least_upper_bound(b,identity)),
    inference(paramodulation,[],['4','18']) ).

cnf('20',plain,
    least_upper_bound(identity,least_upper_bound(multiply(a,least_upper_bound(b,identity)),b)) != least_upper_bound(multiply(a,least_upper_bound(b,identity)),multiply(identity,least_upper_bound(b,identity))),
    inference(paramodulation,[],['3','19']) ).

cnf('21',plain,
    least_upper_bound(identity,least_upper_bound(multiply(a,least_upper_bound(b,identity)),b)) != least_upper_bound(multiply(a,least_upper_bound(b,identity)),least_upper_bound(b,identity)),
    inference(paramodulation,[],['2','20']) ).

cnf('22',plain,
    $false,
    inference(paramodulation,[then_simplify],['1','21','5']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.12  % Problem  : GRP185-1 : TPTP v8.1.2. Bugfixed v1.2.1.
% 0.03/0.13  % Command  : gkc %s
% 0.14/0.34  % Computer : n009.cluster.edu
% 0.14/0.34  % Model    : x86_64 x86_64
% 0.14/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.34  % Memory   : 8042.1875MB
% 0.14/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.34  % CPULimit : 300
% 0.14/0.34  % WCLimit  : 300
% 0.14/0.34  % DateTime : Tue Aug 29 01:21:50 EDT 2023
% 0.14/0.34  % CPUTime  : 
% 0.20/0.39  
% 0.20/0.39  input clause set summed statistics:
% 0.20/0.39  ----------------------------------
% 0.20/0.39  in_clause_count:                    16
% 0.20/0.39  in_rule_clause_count:               16
% 0.20/0.39  in_fact_clause_count:                0
% 0.20/0.39  in_answer_clause_count:              0
% 0.20/0.39  in_ground_clause_count:              1
% 0.20/0.39  in_unit_clause_count:               16
% 0.20/0.39  in_horn_clause_count:               16
% 0.20/0.39  in_pos_clause_count:                15
% 0.20/0.39  in_neg_clause_count:                 1
% 0.20/0.39  in_poseq_clause_count:              15
% 0.20/0.39  in_negeq_clause_count:               1
% 0.20/0.39  in_unitposeq_clause_count:          15
% 0.20/0.39  in_chain_clause_count:               0
% 0.20/0.39  in_min_length:             1
% 0.20/0.39  in_max_length:             1
% 0.20/0.39  in_min_depth:              2
% 0.20/0.39  in_max_depth:              4
% 0.20/0.39  in_min_size:               5
% 0.20/0.39  in_max_size:              21
% 0.20/0.39  in_min_vars:               0
% 0.20/0.39  in_max_vars:               3
% 0.20/0.39  in_extaxiom_count:                15
% 0.20/0.39  in_axiom_count:                    0
% 0.20/0.39  in_assumption_count:               0
% 0.20/0.39  in_goal_count:                     1
% 0.20/0.39  in_neg_goal_count:                 1
% 0.20/0.39  in_pos_goal_count:                 0
% 0.20/0.39  in_posunit_goal_count:             0
% 0.20/0.39  
% 0.20/0.39  auto guide:
% 0.20/0.39  -----------
% 0.20/0.39  {
% 0.20/0.39  "print":1,
% 0.20/0.39  "print_level": 15,
% 0.20/0.39  "max_size": 0,
% 0.20/0.39  "max_depth": 0,
% 0.20/0.39  "max_length": 0,
% 0.20/0.39  "max_dseconds": 0,
% 0.20/0.39  "runs":[
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 0},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 1},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 2},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.20/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.20/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.20/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.20/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.20/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.20/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.20/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.20/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.20/0.39  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.20/0.39  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.20/0.39  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":3},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":3},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":4},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":4},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":5},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":5},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.20/0.39  
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 0},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 1},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 2},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.20/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.20/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.20/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.20/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.20/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.20/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.20/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.20/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.20/0.39  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.20/0.39  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.20/0.39  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":3},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":3},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":4},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":4},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":5},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":5},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.20/0.39  
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 0},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 1},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 2},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.20/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.20/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.20/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.20/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.20/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.20/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.20/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.20/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.20/0.39  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.20/0.39  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.20/0.39  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.20/0.39  
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 0},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 1},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 2},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.20/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.20/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.20/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.20/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.20/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.20/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.20/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.20/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.20/0.39  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.20/0.39  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.20/0.39  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.20/0.39  
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 0},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 1},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 2},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.20/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.20/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.20/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.20/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.20/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.20/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.20/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.20/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.20/0.39  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.20/0.39  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.20/0.39  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1} 
% 0.20/0.39  
% 0.20/0.39  ]}
% 0.20/0.39  
% 0.20/0.39  
% 0.20/0.39  **** run 1 fork 0 starts with strategy
% 0.20/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.20/0.39  
% 0.20/0.39  **** run 2 fork 1 starts with strategy
% 0.20/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.20/0.39  
% 0.20/0.39  **** run 3 fork 2 starts with strategy
% 0.20/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.20/0.40  
% 0.20/0.40  **** run 4 fork 3 starts with strategy
% 0.20/0.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.20/0.40  
% 0.20/0.40  **** run 5 fork 4 starts with strategy
% 0.20/0.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 0.20/0.40  
% 0.20/0.40  **** run 6 fork 5 starts with strategy
% 0.20/0.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20}
% 0.20/0.40  
% 0.20/0.40  **** run 7 fork 6 starts with strategy
% 0.20/0.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20}
% 0.20/0.40  
% 0.20/0.40  **** run 8 fork 7 starts with strategy
% 0.20/0.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 0.20/0.52  
% 0.20/0.52  
% 0.20/0.52  fork 6: search terminated without proof.
% 0.20/0.52  
% 0.20/0.52  
% 0.20/0.52  fork 0: search terminated without proof.
% 0.20/0.52  
% 0.20/0.52  
% 0.20/0.52  fork 1: search terminated without proof.
% 0.20/0.52  
% 0.20/0.52  
% 0.20/0.52  fork 3: search terminated without proof.
% 0.20/0.52  
% 0.20/0.52  
% 0.20/0.52  fork 2: search terminated without proof.
% 0.20/0.52  
% 0.20/0.52  
% 0.20/0.52  fork 4: search terminated without proof.
% 0.20/0.52  
% 0.20/0.52  
% 0.20/0.52  fork 5: search terminated without proof.
% 0.20/0.52  
% 0.20/0.52  
% 0.20/0.52  fork 7: search terminated without proof.
% 1.28/0.55  
% 1.28/0.55  **** run 9 fork 0 starts with strategy
% 1.28/0.55  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 1.28/0.55  
% 1.28/0.55  **** run 14 fork 5 starts with strategy
% 1.28/0.55  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 1.28/0.55  
% 1.28/0.55  **** run 16 fork 7 starts with strategy
% 1.28/0.55  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 1.28/0.55  
% 1.28/0.55  **** run 13 fork 4 starts with strategy
% 1.28/0.55  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 1.28/0.55  **** run 12 fork 3 starts with strategy
% 1.28/0.55  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 1.28/0.55  
% 1.28/0.55  **** run 11 fork 2 starts with strategy
% 1.28/0.55  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 1.28/0.55  
% 1.28/0.55  
% 1.28/0.55  **** run 15 fork 6 starts with strategy
% 1.28/0.55  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 1.48/0.57  
% 1.48/0.57  **** run 10 fork 1 starts with strategy
% 1.48/0.57  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 2.04/0.67  
% 2.04/0.67  
% 2.04/0.67  fork 0: search terminated without proof.
% 2.34/0.67  
% 2.34/0.67  
% 2.34/0.67  fork 5: search terminated without proof.
% 2.34/0.67  
% 2.34/0.67  
% 2.34/0.67  fork 7: search terminated without proof.
% 2.34/0.67  
% 2.34/0.67  
% 2.34/0.67  fork 6: search terminated without proof.
% 2.34/0.67  
% 2.34/0.67  
% 2.34/0.67  fork 3: search terminated without proof.
% 2.34/0.67  
% 2.34/0.67  
% 2.34/0.67  fork 4: search terminated without proof.
% 2.34/0.67  
% 2.34/0.67  
% 2.34/0.67  fork 2: search terminated without proof.
% 2.34/0.68  
% 2.34/0.68  
% 2.34/0.68  fork 1: search terminated without proof.
% 2.34/0.69  
% 2.34/0.69  **** run 17 fork 0 starts with strategy
% 2.34/0.69  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 2.34/0.69  
% 2.34/0.69  **** run 20 fork 3 starts with strategy
% 2.34/0.69  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0}
% 2.34/0.69  
% 2.34/0.69  **** run 22 fork 5 starts with strategy
% 2.34/0.69  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 2.34/0.69  
% 2.34/0.69  **** run 21 fork 4 starts with strategy
% 2.34/0.69  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 2.34/0.69  
% 2.34/0.69  **** run 19 fork 2 starts with strategy
% 2.34/0.69  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1}
% 2.34/0.70  
% 2.34/0.70  **** run 23 fork 6 starts with strategy
% 2.34/0.70  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 2.34/0.70  
% 2.34/0.70  **** run 24 fork 7 starts with strategy
% 2.34/0.70  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20}
% 2.34/0.70  
% 2.34/0.70  **** run 18 fork 1 starts with strategy
% 2.34/0.70  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 3.07/0.81  
% 3.07/0.81  
% 3.07/0.81  fork 6: search terminated without proof.
% 3.55/0.83  
% 3.55/0.83  
% 3.55/0.83  fork 3: search terminated without proof.
% 3.55/0.83  
% 3.55/0.83  
% 3.55/0.83  fork 4: search terminated without proof.
% 3.55/0.83  
% 3.55/0.83  
% 3.55/0.83  fork 5: search terminated without proof.
% 3.55/0.83  
% 3.55/0.83  
% 3.55/0.83  fork 2: search terminated without proof.
% 3.55/0.83  
% 3.55/0.83  
% 3.55/0.83  fork 0: search terminated without proof.
% 3.55/0.84  
% 3.55/0.84  
% 3.55/0.84  fork 7: search terminated without proof.
% 3.55/0.84  
% 3.55/0.84  
% 3.55/0.84  fork 1: search terminated without proof.
% 3.55/0.84  
% 3.55/0.84  **** run 31 fork 6 starts with strategy
% 3.55/0.84  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 3.55/0.85  
% 3.55/0.85  **** run 28 fork 3 starts with strategy
% 3.55/0.85  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1}
% 3.55/0.85  **** run 29 fork 4 starts with strategy
% 3.55/0.85  
% 3.55/0.85  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 3.55/0.85  
% 3.55/0.85  **** run 30 fork 5 starts with strategy
% 3.55/0.85  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 3.55/0.85  
% 3.55/0.85  **** run 27 fork 2 starts with strategy
% 3.55/0.85  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 3.82/0.86  
% 3.82/0.86  **** run 26 fork 1 starts with strategy
% 3.82/0.86  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 3.82/0.86  
% 3.82/0.86  **** run 32 fork 7 starts with strategy
% 3.82/0.86  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 3.82/0.87  
% 3.82/0.87  **** run 25 fork 0 starts with strategy
% 3.82/0.87  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20}
% 4.40/0.97  
% 4.40/0.97  
% 4.40/0.97  fork 4: search terminated without proof.
% 4.65/0.97  
% 4.65/0.97  
% 4.65/0.97  fork 3: search terminated without proof.
% 4.65/0.97  
% 4.65/0.97  
% 4.65/0.97  fork 5: search terminated without proof.
% 4.65/0.97  
% 4.65/0.97  
% 4.65/0.97  fork 2: search terminated without proof.
% 4.65/0.98  
% 4.65/0.98  
% 4.65/0.98  fork 7: search terminated without proof.
% 4.65/0.98  
% 4.65/0.98  
% 4.65/0.98  fork 1: search terminated without proof.
% 4.65/0.99  
% 4.65/0.99  **** run 37 fork 4 starts with strategy
% 4.65/0.99  
% 4.65/0.99  **** run 36 fork 3 starts with strategy
% 4.65/0.99  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 4.65/0.99  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 4.65/0.99  
% 4.65/0.99  
% 4.65/0.99  fork 6: search terminated without proof.
% 4.65/0.99  
% 4.65/0.99  **** run 38 fork 5 starts with strategy
% 4.65/0.99  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"rewrite":0}
% 4.65/0.99  
% 4.65/0.99  **** run 35 fork 2 starts with strategy
% 4.65/0.99  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 4.65/0.99  
% 4.65/0.99  
% 4.65/0.99  fork 0: search terminated without proof.
% 4.65/1.01  
% 4.65/1.01  **** run 40 fork 7 starts with strategy
% 4.65/1.01  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 4.65/1.01  
% 4.65/1.01  **** run 34 fork 1 starts with strategy
% 4.65/1.01  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 4.65/1.01  
% 4.65/1.01  **** run 39 fork 6 starts with strategy
% 4.65/1.01  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":2}
% 4.65/1.02  
% 4.65/1.02  **** run 33 fork 0 starts with strategy
% 4.65/1.02  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 5.45/1.11  
% 5.45/1.11  
% 5.45/1.11  fork 3: search terminated without proof.
% 5.45/1.11  
% 5.45/1.11  
% 5.45/1.11  fork 4: search terminated without proof.
% 5.45/1.11  
% 5.45/1.11  
% 5.45/1.11  fork 5: search terminated without proof.
% 5.45/1.11  
% 5.45/1.11  
% 5.45/1.11  fork 2: search terminated without proof.
% 5.45/1.13  
% 5.45/1.13  **** run 45 fork 4 starts with strategy
% 5.45/1.13  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 5.45/1.13  
% 5.45/1.13  **** run 44 fork 3 starts with strategy
% 5.45/1.13  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":2}
% 5.45/1.13  
% 5.45/1.13  **** run 46 fork 5 starts with strategy
% 5.45/1.13  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":2}
% 5.45/1.13  
% 5.45/1.13  
% 5.45/1.13  fork 7: search terminated without proof.
% 5.45/1.13  
% 5.45/1.13  **** run 43 fork 2 starts with strategy
% 5.45/1.13  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 6.01/1.14  
% 6.01/1.14  
% 6.01/1.14  fork 6: search terminated without proof.
% 6.01/1.14  
% 6.01/1.14  
% 6.01/1.14  fork 0: search terminated without proof.
% 6.01/1.14  
% 6.01/1.14  
% 6.01/1.14  fork 1: search terminated without proof.
% 6.01/1.15  
% 6.01/1.15  **** run 48 fork 7 starts with strategy
% 6.01/1.15  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":6}
% 6.01/1.15  
% 6.01/1.15  fork 5: search finished without proof.
% 6.01/1.16  
% 6.01/1.16  **** run 41 fork 0 starts with strategy
% 6.01/1.16  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 6.01/1.16  
% 6.01/1.16  **** run 47 fork 6 starts with strategy
% 6.01/1.16  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 6.01/1.16  
% 6.01/1.16  **** run 42 fork 1 starts with strategy
% 6.01/1.16  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":0}
% 6.01/1.17  
% 6.01/1.17  **** run 54 fork 5 starts with strategy
% 6.01/1.17  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":20,"weight_select_ratio":2}
% 6.80/1.25  
% 6.80/1.25  
% 6.80/1.25  fork 4: search terminated without proof.
% 6.80/1.25  
% 6.80/1.25  
% 6.80/1.25  fork 3: search terminated without proof.
% 6.80/1.25  
% 6.80/1.25  
% 6.80/1.25  fork 2: search terminated without proof.
% 6.97/1.26  
% 6.97/1.26  **** run 53 fork 4 starts with strategy
% 6.97/1.26  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":20}
% 6.97/1.27  
% 6.97/1.27  **** run 52 fork 3 starts with strategy
% 6.97/1.27  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":15}
% 6.97/1.27  
% 6.97/1.27  
% 6.97/1.27  fork 7: search terminated without proof.
% 6.97/1.27  
% 6.97/1.27  **** run 51 fork 2 starts with strategy
% 6.97/1.27  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":10}
% 6.97/1.28  
% 6.97/1.28  
% 6.97/1.28  fork 0: search terminated without proof.
% 6.97/1.29  
% 6.97/1.29  
% 6.97/1.29  fork 6: search terminated without proof.
% 6.97/1.29  
% 6.97/1.29  
% 6.97/1.29  fork 1: search terminated without proof.
% 6.97/1.29  
% 6.97/1.29  
% 6.97/1.29  fork 5: search terminated without proof.
% 6.97/1.29  
% 6.97/1.29  **** run 56 fork 7 starts with strategy
% 6.97/1.29  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":40}
% 6.97/1.30  
% 6.97/1.30  **** run 49 fork 0 starts with strategy
% 6.97/1.30  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":8}
% 6.97/1.31  
% 6.97/1.31  fork 2: search finished without proof.
% 6.97/1.31  
% 6.97/1.31  **** run 55 fork 6 starts with strategy
% 6.97/1.31  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":30}
% 6.97/1.31  
% 6.97/1.31  **** run 62 fork 5 starts with strategy
% 6.97/1.31  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0}
% 6.97/1.32  
% 6.97/1.32  **** run 50 fork 1 starts with strategy
% 6.97/1.32  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":10}
% 7.47/1.32  
% 7.47/1.32  **** run 59 fork 2 starts with strategy
% 7.47/1.32  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50}
% 7.78/1.38  
% 7.78/1.38  
% 7.78/1.38  fork 4: search terminated without proof.
% 7.78/1.39  
% 7.78/1.39  
% 7.78/1.39  fork 3: search terminated without proof.
% 7.78/1.40  
% 7.78/1.40  **** run 61 fork 4 starts with strategy
% 7.78/1.40  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100}
% 7.78/1.41  
% 7.78/1.41  **** run 60 fork 3 starts with strategy
% 7.78/1.41  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 7.78/1.41  
% 7.78/1.41  
% 7.78/1.41  fork 7: search terminated without proof.
% 7.78/1.42  
% 7.78/1.42  
% 7.78/1.42  fork 0: search terminated without proof.
% 7.78/1.43  
% 7.78/1.43  
% 7.78/1.43  fork 5: search terminated without proof.
% 7.78/1.43  
% 7.78/1.43  
% 7.78/1.43  fork 6: search terminated without proof.
% 7.78/1.43  
% 7.78/1.43  **** run 64 fork 7 starts with strategy
% 7.78/1.43  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20}
% 8.39/1.44  
% 8.39/1.44  
% 8.39/1.44  fork 1: search terminated without proof.
% 8.39/1.44  
% 8.39/1.44  
% 8.39/1.44  fork 2: search terminated without proof.
% 8.39/1.45  
% 8.39/1.45  **** run 57 fork 0 starts with strategy
% 8.39/1.45  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1}
% 8.39/1.45  
% 8.39/1.45  **** run 70 fork 5 starts with strategy
% 8.39/1.45  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":2}
% 8.39/1.46  
% 8.39/1.46  **** run 63 fork 6 starts with strategy
% 8.39/1.46  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1}
% 8.39/1.46  
% 8.39/1.46  **** run 58 fork 1 starts with strategy
% 8.39/1.46  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"repeat_var_weight":1}
% 8.39/1.47  
% 8.39/1.47  **** run 67 fork 2 starts with strategy
% 8.39/1.47  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1}
% 8.68/1.52  
% 8.68/1.52  
% 8.68/1.52  fork 4: search terminated without proof.
% 8.68/1.53  
% 8.68/1.53  
% 8.68/1.53  fork 3: search terminated without proof.
% 9.17/1.54  
% 9.17/1.54  **** run 69 fork 4 starts with strategy
% 9.17/1.54  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"weight_select_ratio":2}
% 9.17/1.54  
% 9.17/1.54  **** run 68 fork 3 starts with strategy
% 9.17/1.54  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"rewrite":0}
% 9.17/1.55  
% 9.17/1.55  
% 9.17/1.55  fork 7: search terminated without proof.
% 9.35/1.57  
% 9.35/1.57  
% 9.35/1.57  fork 0: search terminated without proof.
% 9.35/1.57  
% 9.35/1.57  **** run 72 fork 7 starts with strategy
% 9.35/1.57  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":1}
% 9.35/1.58  
% 9.35/1.58  
% 9.35/1.58  fork 5: search terminated without proof.
% 9.35/1.58  
% 9.35/1.58  
% 9.35/1.58  fork 1: search terminated without proof.
% 9.35/1.58  
% 9.35/1.58  
% 9.35/1.58  fork 6: search terminated without proof.
% 9.35/1.59  
% 9.35/1.59  **** run 65 fork 0 starts with strategy
% 9.35/1.59  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100}
% 9.35/1.59  
% 9.35/1.59  
% 9.35/1.59  fork 2: search terminated without proof.
% 9.35/1.60  
% 9.35/1.60  **** run 78 fork 5 starts with strategy
% 9.35/1.60  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":5}
% 9.35/1.60  
% 9.35/1.60  **** run 66 fork 1 starts with strategy
% 9.35/1.60  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth":4}
% 9.35/1.61  
% 9.35/1.61  **** run 71 fork 6 starts with strategy
% 9.35/1.61  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":2}
% 9.35/1.61  
% 9.35/1.61  **** run 75 fork 2 starts with strategy
% 9.35/1.61  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":4}
% 9.93/1.67  
% 9.93/1.67  
% 9.93/1.67  fork 4: search terminated without proof.
% 10.25/1.68  
% 10.25/1.68  
% 10.25/1.68  fork 3: search terminated without proof.
% 10.25/1.69  
% 10.25/1.69  **** run 77 fork 4 starts with strategy
% 10.25/1.69  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":5}
% 10.25/1.70  
% 10.25/1.70  
% 10.25/1.70  fork 7: search terminated without proof.
% 10.25/1.70  
% 10.25/1.70  **** run 76 fork 3 starts with strategy
% 10.25/1.70  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":4}
% 10.25/1.71  
% 10.25/1.71  
% 10.25/1.71  fork 0: search terminated without proof.
% 10.25/1.72  
% 10.25/1.72  **** run 80 fork 7 starts with strategy
% 10.25/1.72  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 10.25/1.73  
% 10.25/1.73  
% 10.25/1.73  fork 1: search terminated without proof.
% 10.25/1.73  
% 10.25/1.73  **** run 73 fork 0 starts with strategy
% 10.25/1.73  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":3}
% 10.25/1.73  
% 10.25/1.73  
% 10.25/1.73  fork 5: search terminated without proof.
% 10.25/1.74  
% 10.25/1.74  
% 10.25/1.74  fork 6: search terminated without proof.
% 10.25/1.74  
% 10.25/1.74  
% 10.25/1.74  fork 2: search terminated without proof.
% 10.25/1.74  
% 10.25/1.74  **** run 74 fork 1 starts with strategy
% 10.25/1.74  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":3}
% 10.25/1.75  
% 10.25/1.75  **** run 86 fork 5 starts with strategy
% 10.25/1.75  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 10.87/1.76  
% 10.87/1.76  **** run 83 fork 2 starts with strategy
% 10.87/1.76  {"max_dseconds":10,"strategy":["unit"],"query_preference":0}
% 10.87/1.76  
% 10.87/1.76  **** run 79 fork 6 starts with strategy
% 10.87/1.76  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"depth_penalty":50}
% 11.07/1.81  
% 11.07/1.81  
% 11.07/1.81  fork 4: search terminated without proof.
% 11.44/1.83  
% 11.44/1.83  **** run 85 fork 4 starts with strategy
% 11.44/1.83  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 11.44/1.83  
% 11.44/1.83  
% 11.44/1.83  fork 3: search terminated without proof.
% 11.66/1.85  
% 11.66/1.85  **** run 84 fork 3 starts with strategy
% 11.66/1.85  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 11.66/1.85  
% 11.66/1.85  
% 11.66/1.85  fork 7: search terminated without proof.
% 11.66/1.85  
% 11.66/1.85  
% 11.66/1.85  fork 0: search terminated without proof.
% 11.66/1.87  
% 11.66/1.87  **** run 88 fork 7 starts with strategy
% 11.66/1.87  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20}
% 11.66/1.87  
% 11.66/1.87  
% 11.66/1.87  fork 1: search terminated without proof.
% 11.66/1.87  
% 11.66/1.87  **** run 81 fork 0 starts with strategy
% 11.66/1.87  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1,"sine":1}
% 11.66/1.89  
% 11.66/1.89  **** run 82 fork 1 starts with strategy
% 11.66/1.89  {"max_dseconds":10,"strategy":["unit"],"query_preference":1}
% 11.66/1.89  
% 11.66/1.89  
% 11.66/1.89  fork 6: search terminated without proof.
% 11.66/1.92  
% 11.66/1.92  **** run 87 fork 6 starts with strategy
% 11.66/1.92  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20}
% 12.67/2.00  
% 12.67/2.00  
% 12.67/2.00  fork 0: search terminated without proof.
% 12.67/2.02  
% 12.67/2.02  **** run 89 fork 0 starts with strategy
% 12.67/2.02  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 18.90/2.77  
% 18.90/2.77  
% 18.90/2.77  fork 5: search terminated without proof.
% 18.90/2.78  
% 18.90/2.78  
% 18.90/2.78  fork 2: search terminated without proof.
% 18.90/2.82  
% 18.90/2.82  **** run 94 fork 5 starts with strategy
% 18.90/2.82  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 18.90/2.84  
% 18.90/2.84  **** run 91 fork 2 starts with strategy
% 18.90/2.84  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 19.58/2.85  
% 19.58/2.85  
% 19.58/2.85  fork 4: search terminated without proof.
% 19.93/2.89  
% 19.93/2.89  
% 19.93/2.89  fork 7: search terminated without proof.
% 19.93/2.90  
% 19.93/2.90  
% 19.93/2.90  fork 3: search terminated without proof.
% 19.93/2.90  
% 19.93/2.90  **** run 93 fork 4 starts with strategy
% 19.93/2.90  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 19.93/2.91  
% 19.93/2.91  
% 19.93/2.91  fork 1: search terminated without proof.
% 19.93/2.94  
% 19.93/2.94  
% 19.93/2.94  fork 6: search terminated without proof.
% 20.37/2.95  
% 20.37/2.95  **** run 96 fork 7 starts with strategy
% 20.37/2.95  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 20.46/2.97  
% 20.46/2.97  **** run 90 fork 1 starts with strategy
% 20.46/2.97  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 20.46/2.97  
% 20.46/2.97  **** run 92 fork 3 starts with strategy
% 20.46/2.97  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 20.46/2.98  
% 20.46/2.98  **** run 95 fork 6 starts with strategy
% 20.46/2.98  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 20.92/3.04  
% 20.92/3.04  
% 20.92/3.04  fork 0: search terminated without proof.
% 21.33/3.07  
% 21.33/3.07  **** run 97 fork 0 starts with strategy
% 21.33/3.07  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 27.00/3.84  
% 27.00/3.84  
% 27.00/3.84  fork 5: search terminated without proof.
% 27.56/3.86  
% 27.56/3.86  
% 27.56/3.86  fork 2: search terminated without proof.
% 27.87/3.90  
% 27.87/3.90  **** run 102 fork 5 starts with strategy
% 27.87/3.90  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 27.87/3.92  
% 27.87/3.92  
% 27.87/3.92  fork 4: search terminated without proof.
% 27.87/3.92  
% 27.87/3.92  **** run 99 fork 2 starts with strategy
% 27.87/3.92  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 28.54/3.97  
% 28.54/3.97  
% 28.54/3.97  fork 7: search terminated without proof.
% 28.54/3.98  
% 28.54/3.98  **** run 101 fork 4 starts with strategy
% 28.54/3.98  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0}
% 28.54/3.99  
% 28.54/3.99  
% 28.54/3.99  fork 1: search terminated without proof.
% 28.54/4.00  
% 28.54/4.00  
% 28.54/4.00  fork 6: search terminated without proof.
% 28.92/4.03  
% 28.92/4.03  
% 28.92/4.03  fork 3: search terminated without proof.
% 28.92/4.03  
% 28.92/4.03  **** run 104 fork 7 starts with strategy
% 28.92/4.03  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 29.16/4.05  
% 29.16/4.05  **** run 103 fork 6 starts with strategy
% 29.16/4.05  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 29.16/4.07  
% 29.16/4.07  **** run 98 fork 1 starts with strategy
% 29.16/4.07  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 29.16/4.09  
% 29.16/4.09  **** run 100 fork 3 starts with strategy
% 29.16/4.09  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":1}
% 29.16/4.09  
% 29.16/4.09  
% 29.16/4.09  fork 0: search terminated without proof.
% 29.84/4.15  
% 29.84/4.15  **** run 105 fork 0 starts with strategy
% 29.84/4.15  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20}
% 36.08/4.92  
% 36.08/4.92  
% 36.08/4.92  fork 5: search terminated without proof.
% 36.08/4.94  
% 36.08/4.94  
% 36.08/4.94  fork 2: search terminated without proof.
% 36.43/4.97  
% 36.43/4.97  **** run 110 fork 5 starts with strategy
% 36.43/4.97  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 36.43/5.00  
% 36.43/5.00  
% 36.43/5.00  fork 4: search terminated without proof.
% 36.43/5.01  
% 36.43/5.01  **** run 107 fork 2 starts with strategy
% 36.43/5.01  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 36.43/5.04  
% 36.43/5.04  **** run 109 fork 4 starts with strategy
% 36.43/5.04  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1}
% 37.17/5.05  
% 37.17/5.05  
% 37.17/5.05  fork 7: search terminated without proof.
% 37.17/5.07  
% 37.17/5.07  
% 37.17/5.07  fork 6: search terminated without proof.
% 37.17/5.09  
% 37.17/5.09  
% 37.17/5.09  fork 1: search terminated without proof.
% 37.51/5.11  
% 37.51/5.11  **** run 112 fork 7 starts with strategy
% 37.51/5.11  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 37.51/5.13  
% 37.51/5.13  **** run 111 fork 6 starts with strategy
% 37.51/5.13  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 37.89/5.14  
% 37.89/5.14  
% 37.89/5.14  fork 3: search terminated without proof.
% 37.94/5.16  
% 37.94/5.16  **** run 106 fork 1 starts with strategy
% 37.94/5.16  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20}
% 37.94/5.16  
% 37.94/5.16  
% 37.94/5.16  fork 0: search terminated without proof.
% 37.94/5.20  
% 37.94/5.20  **** run 108 fork 3 starts with strategy
% 37.94/5.20  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 38.39/5.23  
% 38.39/5.23  **** run 113 fork 0 starts with strategy
% 38.39/5.23  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 44.61/5.99  
% 44.61/5.99  
% 44.61/5.99  fork 5: search terminated without proof.
% 44.61/6.03  
% 44.61/6.03  
% 44.61/6.03  fork 2: search terminated without proof.
% 44.61/6.04  
% 44.61/6.04  **** run 118 fork 5 starts with strategy
% 44.61/6.04  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 45.21/6.06  
% 45.21/6.06  
% 45.21/6.06  fork 4: search terminated without proof.
% 45.21/6.08  
% 45.21/6.08  **** run 115 fork 2 starts with strategy
% 45.21/6.08  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 45.76/6.12  
% 45.76/6.12  **** run 117 fork 4 starts with strategy
% 45.76/6.12  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 45.76/6.14  
% 45.76/6.14  
% 45.76/6.14  fork 7: search terminated without proof.
% 45.76/6.15  
% 45.76/6.15  
% 45.76/6.15  fork 6: search terminated without proof.
% 46.08/6.18  
% 46.08/6.18  
% 46.08/6.18  fork 1: search terminated without proof.
% 46.08/6.20  
% 46.08/6.20  **** run 120 fork 7 starts with strategy
% 46.08/6.20  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":2}
% 46.08/6.22  
% 46.08/6.22  **** run 119 fork 6 starts with strategy
% 46.08/6.22  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"rewrite":0}
% 46.65/6.24  
% 46.65/6.24  
% 46.65/6.24  fork 3: search terminated without proof.
% 46.65/6.24  
% 46.65/6.24  **** run 114 fork 1 starts with strategy
% 46.65/6.24  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 46.65/6.26  
% 46.65/6.26  
% 46.65/6.26  fork 0: search terminated without proof.
% 46.91/6.29  
% 46.91/6.29  **** run 116 fork 3 starts with strategy
% 46.91/6.29  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 46.91/6.31  
% 46.91/6.31  **** run 121 fork 0 starts with strategy
% 46.91/6.31  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 53.18/7.06  
% 53.18/7.06  
% 53.18/7.06  fork 5: search terminated without proof.
% 53.18/7.09  
% 53.18/7.09  **** run 126 fork 5 starts with strategy
% 53.18/7.09  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 53.18/7.11  
% 53.18/7.11  
% 53.18/7.11  fork 2: search terminated without proof.
% 53.82/7.14  
% 53.82/7.14  
% 53.82/7.14  fork 4: search terminated without proof.
% 53.82/7.18  
% 53.82/7.18  **** run 123 fork 2 starts with strategy
% 53.82/7.18  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":0}
% 54.14/7.21  
% 54.14/7.21  **** run 125 fork 4 starts with strategy
% 54.14/7.21  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":2}
% 54.70/7.26  
% 54.70/7.26  
% 54.70/7.26  fork 1: search terminated without proof.
% 54.70/7.27  
% 54.70/7.27  
% 54.70/7.27  fork 7: search terminated without proof.
% 54.70/7.27  
% 54.70/7.27  
% 54.70/7.27  fork 6: search terminated without proof.
% 54.81/7.31  
% 54.81/7.31  **** run 127 fork 6 starts with strategy
% 54.81/7.31  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":2}
% 55.19/7.32  
% 55.19/7.32  
% 55.19/7.32  fork 3: search terminated without proof.
% 55.19/7.32  
% 55.19/7.32  **** run 122 fork 1 starts with strategy
% 55.19/7.32  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 55.19/7.33  
% 55.19/7.33  **** run 128 fork 7 starts with strategy
% 55.19/7.33  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 55.19/7.34  
% 55.19/7.34  fork 6: search finished without proof.
% 55.42/7.34  
% 55.42/7.34  
% 55.42/7.34  fork 0: search terminated without proof.
% 55.42/7.36  
% 55.42/7.36  **** run 135 fork 6 starts with strategy
% 55.42/7.36  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":20,"weight_select_ratio":2}
% 55.42/7.38  
% 55.42/7.38  **** run 129 fork 0 starts with strategy
% 55.42/7.38  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":6}
% 55.42/7.40  
% 55.42/7.40  **** run 124 fork 3 starts with strategy
% 55.42/7.40  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1}
% 55.42/7.40  
% 55.42/7.40  
% 55.42/7.40  result: proof found
% 55.42/7.40  for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 55.42/7.40  by run 123 fork 2 strategy {"max_dseconds":10,"strategy":["query_focus"],"query_preference":0}
% 55.42/7.40  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 55.42/7.40  
% 55.42/7.40  % SZS output start CNFRefutation for /export/starexec/sandbox/benchmark/theBenchmark.p 
% See solution above
% 55.42/7.40  
% 55.42/7.40  run 123 fork 2 statistics:
% 55.42/7.40  ----------------------------------
% 55.42/7.40  this run seconds: 0.193261
% 55.42/7.40  total seconds: 6.997910
% 55.42/7.40  stat_given_used: 2355
% 55.42/7.40  stat_given_used_at_endgame: 0
% 55.42/7.40  stat_given_candidates:   2438
% 55.42/7.40  stat_given_candidates_at_endgame: 0
% 55.42/7.40  stat_given_candidates_h: 0
% 55.42/7.40  stat_binres_derived_cl:   0
% 55.42/7.40  stat_binres_derived_cl_h: 0
% 55.42/7.40  stat_factor_derived_cl: 0
% 55.42/7.40  stat_para_derived_cl: 51273
% 55.42/7.40  stat_tautologies_discarded: 0
% 55.42/7.40  stat_forward_subsumed: 31603
% 55.42/7.40  stat_derived_cut: 1
% 55.42/7.40  stat_derived_rewritten: 0
% 55.42/7.40  stat_weight_discarded_building: 0
% 55.42/7.40  stat_weight_discarded_cl: 0
% 55.42/7.40  stat_internlimit_discarded_cl: 0
% 55.42/7.40  stat_simplified:  0 simplified 0 derived 0 given
% 55.42/7.40  stat_kept_cl: 19669
% 55.42/7.40  stat_built_cl: 24409
% 55.42/7.40  stat_hyperres_partial_cl: 0
% 55.42/7.40  stat_made_rewriters: 0
% 55.42/7.40  stat_backward_subsumed: 0
% 55.42/7.40  stat_propagated_subsumed: 0
% 55.42/7.40  stat_clsubs_attempted:                     33956
% 55.42/7.40  stat_clsubs_fact_groundunit_found:             0
% 55.42/7.40  stat_clsubs_rule_groundunit_found:            83
% 55.42/7.40  stat_clsubs_top_meta_attempted:             418893
% 55.42/7.40  stat_clsubs_top_meta_failed:                384937
% 55.42/7.40  stat_clsubs_top_meta_nonpref_attempted:              418893
% 55.42/7.40  stat_clsubs_top_meta_nonpref_succeeded:              142784
% 55.42/7.40  stat_clsubs_top_meta_pref_attempted:                 142784
% 55.42/7.40  stat_clsubs_top_meta_pref1_succeeded:                107459
% 55.42/7.40  stat_clsubs_top_meta_pref2_succeeded:                107459
% 55.42/7.40  stat_clsubs_top_meta_pref3_succeeded:                 33956
% 55.42/7.40  stat_clsubs_top_meta_pref_succeeded:                  33956
% 55.42/7.40  stat_clsubs_meta_attempted:                33956
% 55.42/7.40  stat_clsubs_meta_failed:                       0
% 55.42/7.40  stat_clsubs_predsymbs_attempted:               0
% 55.42/7.40  stat_clsubs_unit_attempted:                33956
% 55.42/7.40  stat_clsubs_full_attempted:                    0
% 55.42/7.40  stat_forwardsubs_attempted:                51273
% 55.42/7.40  stat_lit_hash_added:                  21463
% 55.42/7.40  stat_lit_hash_computed:               77035
% 55.42/7.40  stat_lit_hash_match_found:            31686
% 55.42/7.40  stat_lit_hash_match_miss:             43556
% 55.42/7.40  stat_lit_hash_cut_ok:                     0
% 55.42/7.40  stat_lit_strong_cut_ok:                   1
% 55.42/7.40  stat_lit_hash_subsume_ok:             31603
% 55.42/7.40  clqueue els 10000000 used 1
% 55.42/7.40  clactive els 10000000 used 2371
% 55.42/7.40  clactivesubsume els 10000000 used 3553
% 55.42/7.40  queue_termbuf els 200000000 used 1982187
% 55.42/7.40  hyper_termbuf els 100000000 used 1
% 55.42/7.40  active_termbuf els 100000000 used 177291
% 55.42/7.40  varstack els 5000 last used 1
% 55.42/7.40  given_termbuf els 10000000 last used 1
% 55.42/7.40  simplified_termbuf els 10000000 last used 1
% 55.42/7.40  derived_termbuf els 10000000 last used 79
% 55.42/7.40  wr_mallocs: 122856
% 55.42/7.40  wr_callocs: 21
% 55.42/7.40  wr_reallocs: 6578
% 55.42/7.40  wr_frees: 2
% 55.42/7.40  wr_malloc_bytes: 4166698292
% 55.42/7.40  wr_calloc_bytes: 112065536
% 55.42/7.40  wr_realloc_bytes: 1092248
% 55.42/7.40  wr_realloc_freebytes: 0
% 55.42/7.40  ----------------------------------
%------------------------------------------------------------------------------