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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : GKC---0.8
% Problem  : ROB003-1 : TPTP v8.1.2. Released v1.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : gkc %s

% Computer : n011.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 14:08:12 EDT 2023

% Result   : Unsatisfiable 46.85s 6.42s
% Output   : CNFRefutation 46.85s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named '$inc_commutativity_of_add')

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

cnf('2',plain,
    negate(add(negate(add(X,Y)),negate(add(X,negate(Y))))) = X,
    inference(cnf_transformation,[],['$inc_robbins_axiom']) ).

cnf('3',plain,
    negate(add(negate(add(X,Y)),negate(add(negate(Y),X)))) = X,
    inference(paramodulation,[],['1','2']) ).

cnf('4',plain,
    negate(add(negate(add(X,Y)),negate(add(negate(X),Y)))) = Y,
    inference(paramodulation,[],['1','3']) ).

cnf('5',plain,
    add(X,c) = c,
    inference(cnf_transformation,[],[there_exists_a_constant]) ).

cnf('6',plain,
    negate(add(negate(c),negate(add(X,negate(c))))) = X,
    inference(paramodulation,[],['5','2']) ).

cnf('7',plain,
    negate(add(negate(c),negate(add(negate(c),X)))) = X,
    inference(paramodulation,[],['1','6']) ).

cnf('8',plain,
    negate(add(negate(add(negate(c),X)),negate(c))) = X,
    inference(paramodulation,[],['1','7']) ).

cnf('9',plain,
    negate(add(negate(add(negate(c),add(X,negate(c)))),X)) = negate(c),
    inference(paramodulation,[],['6','2']) ).

cnf('10',plain,
    add(negate(c),negate(c)) = negate(c),
    inference(paramodulation,[],['8','9']) ).

cnf('11',plain,
    add(add(X,Y),Z) = add(X,add(Y,Z)),
    inference(cnf_transformation,[],['$inc_associativity_of_add']) ).

cnf('12',plain,
    add(negate(c),X) = add(negate(c),add(negate(c),X)),
    inference(paramodulation,[],['10','11']) ).

cnf('13',plain,
    negate(add(negate(c),negate(add(negate(c),X3)))) = add(negate(c),X3),
    inference(paramodulation,[],['12','7']) ).

cnf('14',plain,
    negate(add(negate(add(negate(c),X3)),negate(c))) = add(negate(c),X3),
    inference(paramodulation,[],['12','8']) ).

cnf('15',plain,
    X = add(negate(c),X),
    inference(simplify,[],['14','8']) ).

cnf('16',plain,
    negate(negate(X)) = X,
    inference(simplify,[then_simplify],['13','15','15','15']) ).

cnf('17',plain,
    negate(X) = add(negate(add(Y,X)),negate(add(negate(Y),X))),
    inference(paramodulation,[],['4','16']) ).

cnf('18',plain,
    add(negate(add(a,negate(b))),negate(add(negate(a),negate(b)))) != b,
    inference(cnf_transformation,[],[prove_huntingtons_axiom]) ).

cnf('19',plain,
    negate(add(negate(add(X,negate(Y))),negate(add(X,Y)))) = X,
    inference(paramodulation,[],['1','2']) ).

cnf('20',plain,
    negate(add(negate(add(negate(X),Y)),negate(add(Y,X)))) = Y,
    inference(paramodulation,[],['1','19']) ).

cnf('21',plain,
    negate(add(negate(add(negate(X),Y)),negate(add(X,Y)))) = Y,
    inference(paramodulation,[],['1','20']) ).

cnf('22',plain,
    negate(X) = add(negate(add(negate(Y),X)),negate(add(Y,X))),
    inference(paramodulation,[],['21','16']) ).

cnf('23',plain,
    negate(negate(X3)) = X3,
    inference(paramodulation,[],['22','21']) ).

cnf('24',plain,
    $false,
    inference(paramodulation,[then_simplify],['17','18','23']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.11/0.12  % Problem  : ROB003-1 : TPTP v8.1.2. Released v1.0.0.
% 0.11/0.13  % Command  : gkc %s
% 0.12/0.34  % Computer : n011.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 : Mon Aug 28 06:42:55 EDT 2023
% 0.12/0.34  % CPUTime  : 
% 0.19/0.39  
% 0.19/0.39  input clause set summed statistics:
% 0.19/0.39  ----------------------------------
% 0.19/0.39  in_clause_count:                     5
% 0.19/0.39  in_rule_clause_count:                5
% 0.19/0.39  in_fact_clause_count:                0
% 0.19/0.39  in_answer_clause_count:              0
% 0.19/0.39  in_ground_clause_count:              1
% 0.19/0.39  in_unit_clause_count:                5
% 0.19/0.39  in_horn_clause_count:                5
% 0.19/0.39  in_pos_clause_count:                 4
% 0.19/0.39  in_neg_clause_count:                 1
% 0.19/0.39  in_poseq_clause_count:               4
% 0.19/0.39  in_negeq_clause_count:               1
% 0.19/0.39  in_unitposeq_clause_count:           4
% 0.19/0.39  in_chain_clause_count:               0
% 0.19/0.39  in_min_length:             1
% 0.19/0.39  in_max_length:             1
% 0.19/0.39  in_min_depth:              2
% 0.19/0.39  in_max_depth:              6
% 0.19/0.39  in_min_size:               5
% 0.19/0.39  in_max_size:              14
% 0.19/0.39  in_min_vars:               0
% 0.19/0.39  in_max_vars:               3
% 0.19/0.39  in_extaxiom_count:                 3
% 0.19/0.39  in_axiom_count:                    0
% 0.19/0.39  in_assumption_count:               1
% 0.19/0.39  in_goal_count:                     1
% 0.19/0.39  in_neg_goal_count:                 1
% 0.19/0.39  in_pos_goal_count:                 0
% 0.19/0.39  in_posunit_goal_count:             0
% 0.19/0.39  
% 0.19/0.39  auto guide:
% 0.19/0.39  -----------
% 0.19/0.39  {
% 0.19/0.39  "print":1,
% 0.19/0.39  "print_level": 15,
% 0.19/0.39  "max_size": 0,
% 0.19/0.39  "max_depth": 0,
% 0.19/0.39  "max_length": 0,
% 0.19/0.39  "max_dseconds": 0,
% 0.19/0.39  "runs":[
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/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.19/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.19/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.19/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/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.19/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.19/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.19/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/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.19/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.19/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.19/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/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.19/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.19/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.19/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.19/0.39  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 0},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 1},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 2},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.19/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.19/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.19/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.19/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.19/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.19/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.19/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.19/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.19/0.39  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.19/0.39  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.19/0.39  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.19/0.39  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.19/0.39  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.19/0.39  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.19/0.39  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.19/0.39  
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/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.19/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.19/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.19/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/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.19/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.19/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.19/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/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.19/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.19/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.19/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/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.19/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.19/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.19/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.19/0.39  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 0},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 1},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 2},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.19/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.19/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.19/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.19/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.19/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.19/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.19/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.19/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.19/0.39  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.19/0.39  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.19/0.39  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.19/0.39  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.19/0.39  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.19/0.39  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.19/0.39  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.19/0.39  
% 0.19/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/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.19/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.19/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.19/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/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.19/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.19/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.19/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/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.19/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.19/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.19/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/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.19/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.19/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.19/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.19/0.39  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 0},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 1},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 2},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.19/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.19/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.19/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.19/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.19/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.19/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.19/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.19/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.19/0.39  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.19/0.39  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.19/0.39  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.19/0.39  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.19/0.39  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.19/0.39  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.19/0.39  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.19/0.39  
% 0.19/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1},
% 0.19/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0},
% 0.19/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/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.19/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.19/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.19/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.19/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.19/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.19/0.39  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 0},
% 0.19/0.39  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 1},
% 0.19/0.39  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 2},
% 0.19/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.19/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.19/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.19/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.19/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.19/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.19/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.19/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.19/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.19/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.19/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.19/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.19/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.19/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.19/0.39  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.19/0.39  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.19/0.39  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.19/0.39  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.19/0.39  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.19/0.39  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.19/0.39  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.19/0.39  
% 0.19/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1},
% 0.19/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0},
% 0.19/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/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.19/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.19/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.19/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.19/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.19/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.19/0.39  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 0},
% 0.19/0.39  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 1},
% 0.19/0.39  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 2},
% 0.19/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.19/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.19/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.19/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.19/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.19/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.19/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.19/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.19/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.19/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.19/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.19/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.19/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.19/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.19/0.39  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.19/0.39  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.19/0.39  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.19/0.39  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.19/0.39  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.19/0.39  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.19/0.39  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4} 
% 0.19/0.39  
% 0.19/0.39  ]}
% 0.19/0.39  
% 0.19/0.39  
% 0.19/0.39  **** run 1 fork 0 starts with strategy
% 0.19/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.19/0.39  
% 0.19/0.39  **** run 2 fork 1 starts with strategy
% 0.19/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.19/0.39  
% 0.19/0.39  **** run 3 fork 2 starts with strategy
% 0.19/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.19/0.39  
% 0.19/0.39  **** run 4 fork 3 starts with strategy
% 0.19/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.19/0.39  
% 0.19/0.39  **** run 5 fork 4 starts with strategy
% 0.19/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.19/0.39  
% 0.19/0.39  **** run 6 fork 5 starts with strategy
% 0.19/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20}
% 0.19/0.39  
% 0.19/0.39  **** run 7 fork 6 starts with strategy
% 0.19/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20}
% 0.19/0.40  
% 0.19/0.40  **** run 8 fork 7 starts with strategy
% 0.19/0.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 0.19/0.51  
% 0.19/0.51  
% 0.19/0.51  fork 1: search terminated without proof.
% 0.19/0.51  
% 0.19/0.51  
% 0.19/0.51  fork 3: search terminated without proof.
% 0.19/0.52  
% 0.19/0.52  
% 0.19/0.52  fork 0: search terminated without proof.
% 0.19/0.52  
% 0.19/0.52  
% 0.19/0.52  fork 6: search terminated without proof.
% 0.19/0.52  
% 0.19/0.52  
% 0.19/0.52  fork 5: search terminated without proof.
% 0.19/0.52  
% 0.19/0.52  
% 0.19/0.52  fork 4: search terminated without proof.
% 0.19/0.53  
% 0.19/0.53  
% 0.19/0.53  fork 7: search terminated without proof.
% 0.19/0.53  
% 0.19/0.53  **** run 10 fork 1 starts with strategy
% 0.19/0.53  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 0.19/0.54  
% 0.19/0.54  
% 0.19/0.54  fork 2: search terminated without proof.
% 0.19/0.54  
% 0.19/0.54  **** run 9 fork 0 starts with strategy
% 0.19/0.54  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 0.19/0.54  
% 0.19/0.54  **** run 12 fork 3 starts with strategy
% 0.19/0.54  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.19/0.54  
% 0.19/0.54  **** run 15 fork 6 starts with strategy
% 0.19/0.54  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 0.19/0.54  
% 0.19/0.54  **** run 14 fork 5 starts with strategy
% 0.19/0.54  {"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.19/0.55  
% 0.19/0.55  **** run 13 fork 4 starts with strategy
% 0.19/0.55  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.19/0.56  
% 0.19/0.56  **** run 16 fork 7 starts with strategy
% 0.19/0.56  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 0.19/0.56  
% 0.19/0.56  **** run 11 fork 2 starts with strategy
% 0.19/0.56  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 0.19/0.65  
% 0.19/0.65  
% 0.19/0.65  fork 1: search terminated without proof.
% 0.19/0.65  
% 0.19/0.65  
% 0.19/0.65  fork 3: search terminated without proof.
% 0.19/0.65  
% 0.19/0.65  
% 0.19/0.65  fork 0: search terminated without proof.
% 0.19/0.66  
% 0.19/0.66  
% 0.19/0.66  fork 6: search terminated without proof.
% 0.19/0.66  
% 0.19/0.66  
% 0.19/0.66  fork 5: search terminated without proof.
% 0.19/0.66  
% 0.19/0.66  
% 0.19/0.66  fork 4: search terminated without proof.
% 0.19/0.67  
% 0.19/0.67  **** run 18 fork 1 starts with strategy
% 0.19/0.67  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 0.19/0.67  
% 0.19/0.67  
% 0.19/0.67  fork 7: search terminated without proof.
% 0.19/0.67  
% 0.19/0.67  
% 0.19/0.67  fork 2: search terminated without proof.
% 0.19/0.67  
% 0.19/0.67  **** run 20 fork 3 starts with strategy
% 0.19/0.67  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0}
% 0.19/0.67  
% 0.19/0.67  **** run 17 fork 0 starts with strategy
% 0.19/0.67  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 0.19/0.68  
% 0.19/0.68  **** run 22 fork 5 starts with strategy
% 0.19/0.68  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.19/0.68  
% 0.19/0.68  **** run 23 fork 6 starts with strategy
% 0.19/0.68  {"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.19/0.69  
% 0.19/0.69  **** run 21 fork 4 starts with strategy
% 0.19/0.69  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.19/0.69  
% 0.19/0.69  **** run 24 fork 7 starts with strategy
% 0.19/0.69  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20}
% 0.19/0.70  
% 0.19/0.70  **** run 19 fork 2 starts with strategy
% 0.19/0.70  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1}
% 3.19/0.79  
% 3.19/0.79  
% 3.19/0.79  fork 6: search terminated without proof.
% 3.19/0.80  
% 3.19/0.80  
% 3.19/0.80  fork 1: search terminated without proof.
% 3.31/0.81  
% 3.31/0.81  
% 3.31/0.81  fork 0: search terminated without proof.
% 3.34/0.82  
% 3.34/0.82  **** run 31 fork 6 starts with strategy
% 3.34/0.82  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 3.34/0.82  
% 3.34/0.82  **** run 26 fork 1 starts with strategy
% 3.34/0.82  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 3.34/0.83  
% 3.34/0.83  **** run 25 fork 0 starts with strategy
% 3.34/0.83  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20}
% 3.34/0.83  
% 3.34/0.83  
% 3.34/0.83  fork 7: search terminated without proof.
% 3.34/0.83  
% 3.34/0.83  
% 3.34/0.83  fork 2: search terminated without proof.
% 3.34/0.83  
% 3.34/0.83  
% 3.34/0.83  fork 3: search terminated without proof.
% 3.34/0.83  
% 3.34/0.83  fork 6: search finished without proof.
% 3.34/0.85  
% 3.34/0.85  **** run 32 fork 7 starts with strategy
% 3.34/0.85  {"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.34/0.85  
% 3.34/0.85  **** run 28 fork 3 starts with strategy
% 3.34/0.85  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1}
% 3.34/0.85  
% 3.34/0.85  **** run 27 fork 2 starts with strategy
% 3.34/0.85  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 3.34/0.85  
% 3.34/0.85  **** run 39 fork 6 starts with strategy
% 3.34/0.85  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":2}
% 3.34/0.86  
% 3.34/0.86  
% 3.34/0.86  fork 4: search terminated without proof.
% 3.34/0.87  
% 3.34/0.87  fork 7: search finished without proof.
% 3.34/0.87  
% 3.34/0.87  
% 3.34/0.87  fork 5: search terminated without proof.
% 3.34/0.88  
% 3.34/0.88  fork 3: search finished without proof.
% 3.34/0.88  
% 3.34/0.88  **** run 29 fork 4 starts with strategy
% 3.34/0.88  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 3.34/0.89  
% 3.34/0.89  **** run 40 fork 7 starts with strategy
% 3.34/0.89  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 3.34/0.89  
% 3.34/0.89  **** run 30 fork 5 starts with strategy
% 3.34/0.89  {"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.34/0.89  
% 3.34/0.89  **** run 36 fork 3 starts with strategy
% 3.34/0.89  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 4.07/0.91  
% 4.07/0.91  fork 4: search finished without proof.
% 4.07/0.91  
% 4.07/0.91  fork 5: search finished without proof.
% 4.07/0.92  
% 4.07/0.92  fork 3: search finished without proof.
% 4.07/0.92  
% 4.07/0.92  **** run 37 fork 4 starts with strategy
% 4.07/0.92  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 4.07/0.93  
% 4.07/0.93  **** run 38 fork 5 starts with strategy
% 4.07/0.93  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"rewrite":0}
% 4.07/0.93  
% 4.07/0.93  **** run 44 fork 3 starts with strategy
% 4.07/0.93  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":2}
% 4.07/0.94  
% 4.07/0.94  
% 4.07/0.94  fork 0: search terminated without proof.
% 4.07/0.94  
% 4.07/0.94  
% 4.07/0.94  fork 1: search terminated without proof.
% 4.07/0.96  
% 4.07/0.96  **** run 33 fork 0 starts with strategy
% 4.07/0.96  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 4.07/0.96  
% 4.07/0.96  **** run 34 fork 1 starts with strategy
% 4.07/0.96  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 4.07/0.96  
% 4.07/0.96  
% 4.07/0.96  fork 6: search terminated without proof.
% 4.07/0.97  
% 4.07/0.97  
% 4.07/0.97  fork 2: search terminated without proof.
% 4.07/0.98  
% 4.07/0.98  **** run 47 fork 6 starts with strategy
% 4.07/0.98  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 4.68/0.99  
% 4.68/0.99  fork 1: search finished without proof.
% 4.68/0.99  
% 4.68/0.99  **** run 35 fork 2 starts with strategy
% 4.68/0.99  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 4.68/0.99  
% 4.68/0.99  fork 0: search finished without proof.
% 4.68/1.00  
% 4.68/1.00  **** run 42 fork 1 starts with strategy
% 4.68/1.00  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":0}
% 4.68/1.01  
% 4.68/1.01  
% 4.68/1.01  fork 7: search terminated without proof.
% 4.68/1.01  
% 4.68/1.01  **** run 41 fork 0 starts with strategy
% 4.68/1.01  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 4.68/1.01  
% 4.68/1.01  fork 2: search finished without proof.
% 4.68/1.03  
% 4.68/1.03  **** run 48 fork 7 starts with strategy
% 4.68/1.03  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":6}
% 4.68/1.03  
% 4.68/1.03  **** run 43 fork 2 starts with strategy
% 4.68/1.03  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 4.68/1.04  
% 4.68/1.04  
% 4.68/1.04  fork 4: search terminated without proof.
% 4.68/1.05  
% 4.68/1.05  
% 4.68/1.05  fork 5: search terminated without proof.
% 4.68/1.05  
% 4.68/1.05  
% 4.68/1.05  fork 3: search terminated without proof.
% 4.68/1.06  
% 4.68/1.06  **** run 45 fork 4 starts with strategy
% 4.68/1.06  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 4.68/1.07  
% 4.68/1.07  **** run 46 fork 5 starts with strategy
% 4.68/1.07  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":2}
% 4.68/1.07  
% 4.68/1.07  **** run 52 fork 3 starts with strategy
% 4.68/1.07  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":15}
% 5.44/1.09  
% 5.44/1.09  fork 5: search finished without proof.
% 5.57/1.11  
% 5.57/1.11  **** run 54 fork 5 starts with strategy
% 5.57/1.11  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":20,"weight_select_ratio":2}
% 5.74/1.11  
% 5.74/1.11  
% 5.74/1.11  fork 6: search terminated without proof.
% 5.74/1.13  
% 5.74/1.13  
% 5.74/1.13  fork 1: search terminated without proof.
% 5.74/1.13  
% 5.74/1.13  
% 5.74/1.13  fork 0: search terminated without proof.
% 5.74/1.13  
% 5.74/1.13  **** run 55 fork 6 starts with strategy
% 5.74/1.13  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":30}
% 5.74/1.14  
% 5.74/1.14  **** run 50 fork 1 starts with strategy
% 5.74/1.14  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":10}
% 5.74/1.14  
% 5.74/1.14  **** run 49 fork 0 starts with strategy
% 5.74/1.14  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":8}
% 5.74/1.15  
% 5.74/1.15  
% 5.74/1.15  fork 7: search terminated without proof.
% 5.74/1.15  
% 5.74/1.15  
% 5.74/1.15  fork 2: search terminated without proof.
% 5.74/1.17  
% 5.74/1.17  **** run 56 fork 7 starts with strategy
% 5.74/1.17  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":40}
% 5.74/1.17  
% 5.74/1.17  **** run 51 fork 2 starts with strategy
% 5.74/1.17  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":10}
% 5.74/1.18  
% 5.74/1.18  
% 5.74/1.18  fork 4: search terminated without proof.
% 5.74/1.19  
% 5.74/1.19  
% 5.74/1.19  fork 3: search terminated without proof.
% 5.74/1.19  
% 5.74/1.19  fork 2: search finished without proof.
% 5.74/1.20  
% 5.74/1.20  **** run 53 fork 4 starts with strategy
% 5.74/1.20  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":20}
% 5.74/1.21  
% 5.74/1.21  **** run 59 fork 2 starts with strategy
% 5.74/1.21  
% 5.74/1.21  **** run 60 fork 3 starts with strategy
% 5.74/1.21  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 5.74/1.21  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50}
% 5.74/1.22  
% 5.74/1.22  
% 5.74/1.22  fork 5: search terminated without proof.
% 5.74/1.24  
% 5.74/1.24  **** run 62 fork 5 starts with strategy
% 5.74/1.24  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0}
% 5.74/1.25  
% 5.74/1.25  
% 5.74/1.25  fork 6: search terminated without proof.
% 5.74/1.25  
% 5.74/1.25  fork 3: search finished without proof.
% 5.74/1.26  
% 5.74/1.26  
% 5.74/1.26  fork 1: search terminated without proof.
% 5.74/1.27  
% 5.74/1.27  **** run 68 fork 3 starts with strategy
% 5.74/1.27  {"max_dseconds":10,"strategy":["unit"],"query_preference":0}
% 6.60/1.27  
% 6.60/1.27  **** run 63 fork 6 starts with strategy
% 6.60/1.27  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1}
% 6.60/1.28  
% 6.60/1.28  **** run 58 fork 1 starts with strategy
% 6.60/1.28  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"repeat_var_weight":1}
% 6.60/1.29  
% 6.60/1.29  
% 6.60/1.29  fork 7: search terminated without proof.
% 6.60/1.29  
% 6.60/1.29  
% 6.60/1.29  fork 0: search terminated without proof.
% 6.60/1.31  
% 6.60/1.31  **** run 64 fork 7 starts with strategy
% 6.60/1.31  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20}
% 6.60/1.31  
% 6.60/1.31  **** run 57 fork 0 starts with strategy
% 6.60/1.31  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1}
% 6.60/1.34  
% 6.60/1.34  
% 6.60/1.34  fork 4: search terminated without proof.
% 6.60/1.34  
% 6.60/1.34  
% 6.60/1.34  fork 2: search terminated without proof.
% 7.59/1.35  
% 7.59/1.35  **** run 61 fork 4 starts with strategy
% 7.59/1.35  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100}
% 7.59/1.36  
% 7.59/1.36  **** run 67 fork 2 starts with strategy
% 7.59/1.36  {"max_dseconds":10,"strategy":["unit"],"query_preference":1}
% 7.59/1.37  
% 7.59/1.37  
% 7.59/1.37  fork 5: search terminated without proof.
% 7.59/1.37  
% 7.59/1.37  fork 4: search finished without proof.
% 7.59/1.38  
% 7.59/1.38  **** run 70 fork 5 starts with strategy
% 7.59/1.38  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 7.59/1.39  
% 7.59/1.39  
% 7.59/1.39  fork 6: search terminated without proof.
% 7.59/1.39  
% 7.59/1.39  **** run 69 fork 4 starts with strategy
% 7.59/1.39  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 7.59/1.40  
% 7.59/1.40  
% 7.59/1.40  fork 1: search terminated without proof.
% 7.59/1.41  
% 7.59/1.41  **** run 71 fork 6 starts with strategy
% 7.59/1.41  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 7.59/1.42  
% 7.59/1.42  **** run 66 fork 1 starts with strategy
% 7.59/1.42  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth":4}
% 7.59/1.43  
% 7.59/1.43  
% 7.59/1.43  fork 7: search terminated without proof.
% 7.59/1.43  
% 7.59/1.43  
% 7.59/1.43  fork 0: search terminated without proof.
% 8.30/1.45  
% 8.30/1.45  **** run 72 fork 7 starts with strategy
% 8.30/1.45  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20}
% 8.30/1.45  
% 8.30/1.45  **** run 65 fork 0 starts with strategy
% 8.30/1.45  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100}
% 8.30/1.47  
% 8.30/1.47  fork 0: search finished without proof.
% 8.30/1.49  
% 8.30/1.49  **** run 73 fork 0 starts with strategy
% 8.30/1.49  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20}
% 8.70/1.54  
% 8.70/1.54  
% 8.70/1.54  fork 1: search terminated without proof.
% 9.14/1.56  
% 9.14/1.56  **** run 74 fork 1 starts with strategy
% 9.14/1.56  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 14.86/2.30  
% 14.86/2.30  
% 14.86/2.30  fork 3: search terminated without proof.
% 15.24/2.33  
% 15.24/2.33  **** run 76 fork 3 starts with strategy
% 15.24/2.33  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 15.44/2.39  
% 15.44/2.39  
% 15.44/2.39  fork 2: search terminated without proof.
% 15.44/2.41  
% 15.44/2.41  
% 15.44/2.41  fork 5: search terminated without proof.
% 15.44/2.42  
% 15.44/2.42  
% 15.44/2.42  fork 4: search terminated without proof.
% 15.44/2.42  
% 15.44/2.42  **** run 75 fork 2 starts with strategy
% 15.44/2.42  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 16.07/2.43  
% 16.07/2.43  
% 16.07/2.43  fork 6: search terminated without proof.
% 16.07/2.45  
% 16.07/2.45  **** run 78 fork 5 starts with strategy
% 16.07/2.45  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 16.07/2.46  
% 16.07/2.46  **** run 77 fork 4 starts with strategy
% 16.07/2.46  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 16.07/2.47  
% 16.07/2.47  
% 16.07/2.47  fork 7: search terminated without proof.
% 16.07/2.47  
% 16.07/2.47  **** run 79 fork 6 starts with strategy
% 16.07/2.47  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 16.07/2.51  
% 16.07/2.51  **** run 80 fork 7 starts with strategy
% 16.07/2.51  {"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}
% 16.64/2.55  
% 16.64/2.55  
% 16.64/2.55  fork 0: search terminated without proof.
% 16.64/2.59  
% 16.64/2.59  
% 16.64/2.59  fork 1: search terminated without proof.
% 16.64/2.60  
% 16.64/2.60  **** run 81 fork 0 starts with strategy
% 16.64/2.60  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 17.51/2.63  
% 17.51/2.63  **** run 82 fork 1 starts with strategy
% 17.51/2.63  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 23.37/3.37  
% 23.37/3.37  
% 23.37/3.37  fork 3: search terminated without proof.
% 23.37/3.40  
% 23.37/3.40  **** run 84 fork 3 starts with strategy
% 23.37/3.40  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 23.88/3.45  
% 23.88/3.45  
% 23.88/3.45  fork 2: search terminated without proof.
% 24.22/3.48  
% 24.22/3.48  **** run 83 fork 2 starts with strategy
% 24.22/3.48  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 24.22/3.48  
% 24.22/3.48  
% 24.22/3.48  fork 5: search terminated without proof.
% 24.22/3.51  
% 24.22/3.51  
% 24.22/3.51  fork 4: search terminated without proof.
% 24.22/3.52  
% 24.22/3.52  
% 24.22/3.52  fork 6: search terminated without proof.
% 24.22/3.53  
% 24.22/3.53  **** run 86 fork 5 starts with strategy
% 24.22/3.53  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0}
% 24.22/3.53  
% 24.22/3.53  
% 24.22/3.53  fork 7: search terminated without proof.
% 24.85/3.56  
% 24.85/3.56  **** run 85 fork 4 starts with strategy
% 24.85/3.56  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":1}
% 25.17/3.58  
% 25.17/3.58  **** run 87 fork 6 starts with strategy
% 25.17/3.58  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 25.17/3.58  
% 25.17/3.58  **** run 88 fork 7 starts with strategy
% 25.17/3.58  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 25.60/3.64  
% 25.60/3.64  
% 25.60/3.64  fork 0: search terminated without proof.
% 25.75/3.66  
% 25.75/3.66  **** run 89 fork 0 starts with strategy
% 25.75/3.66  {"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}
% 25.75/3.67  
% 25.75/3.67  
% 25.75/3.67  fork 1: search terminated without proof.
% 25.75/3.71  
% 25.75/3.71  **** run 90 fork 1 starts with strategy
% 25.75/3.71  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20}
% 31.43/4.41  
% 31.43/4.41  
% 31.43/4.41  fork 3: search terminated without proof.
% 31.73/4.47  
% 31.73/4.47  **** run 92 fork 3 starts with strategy
% 31.73/4.47  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 32.53/4.52  
% 32.53/4.52  
% 32.53/4.52  fork 2: search terminated without proof.
% 32.53/4.54  
% 32.53/4.54  **** run 91 fork 2 starts with strategy
% 32.53/4.54  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20}
% 32.53/4.57  
% 32.53/4.57  
% 32.53/4.57  fork 5: search terminated without proof.
% 32.53/4.58  
% 32.53/4.58  
% 32.53/4.58  fork 4: search terminated without proof.
% 32.53/4.60  
% 32.53/4.60  **** run 94 fork 5 starts with strategy
% 32.53/4.60  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1}
% 33.25/4.61  
% 33.25/4.61  **** run 93 fork 4 starts with strategy
% 33.25/4.61  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 33.25/4.61  
% 33.25/4.61  
% 33.25/4.61  fork 7: search terminated without proof.
% 33.25/4.62  
% 33.25/4.62  fork 5: search finished without proof.
% 33.25/4.64  
% 33.25/4.64  **** run 102 fork 5 starts with strategy
% 33.25/4.64  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 33.25/4.64  
% 33.25/4.64  **** run 96 fork 7 starts with strategy
% 33.25/4.64  {"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}
% 33.25/4.65  
% 33.25/4.65  
% 33.25/4.65  fork 6: search terminated without proof.
% 33.25/4.66  
% 33.25/4.66  fork 5: search finished without proof.
% 33.25/4.67  
% 33.25/4.67  fork 7: search finished without proof.
% 33.25/4.68  
% 33.25/4.68  **** run 110 fork 5 starts with strategy
% 33.25/4.68  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":2}
% 33.25/4.68  
% 33.25/4.68  **** run 95 fork 6 starts with strategy
% 33.25/4.68  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 33.25/4.68  
% 33.25/4.68  **** run 104 fork 7 starts with strategy
% 33.25/4.68  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"rewrite":0}
% 33.90/4.70  
% 33.90/4.70  fork 6: search finished without proof.
% 33.90/4.71  
% 33.90/4.71  
% 33.90/4.71  fork 0: search terminated without proof.
% 33.90/4.72  
% 33.90/4.72  **** run 103 fork 6 starts with strategy
% 33.90/4.72  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 33.90/4.73  
% 33.90/4.73  
% 33.90/4.73  fork 1: search terminated without proof.
% 33.90/4.73  
% 33.90/4.73  **** run 97 fork 0 starts with strategy
% 33.90/4.73  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 33.90/4.76  
% 33.90/4.76  fork 0: search finished without proof.
% 33.90/4.76  
% 33.90/4.76  **** run 98 fork 1 starts with strategy
% 33.90/4.76  {"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}
% 33.90/4.77  
% 33.90/4.77  **** run 105 fork 0 starts with strategy
% 33.90/4.77  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":2}
% 34.64/4.78  
% 34.64/4.78  fork 1: search finished without proof.
% 34.71/4.80  
% 34.71/4.80  **** run 106 fork 1 starts with strategy
% 34.71/4.80  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 40.25/5.50  
% 40.25/5.50  
% 40.25/5.50  fork 3: search terminated without proof.
% 40.25/5.52  
% 40.25/5.52  **** run 100 fork 3 starts with strategy
% 40.25/5.52  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 40.57/5.54  
% 40.57/5.54  fork 3: search finished without proof.
% 40.57/5.56  
% 40.57/5.56  **** run 108 fork 3 starts with strategy
% 40.57/5.56  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":0}
% 40.57/5.57  
% 40.57/5.57  
% 40.57/5.57  fork 2: search terminated without proof.
% 40.82/5.61  
% 40.82/5.61  **** run 99 fork 2 starts with strategy
% 40.82/5.61  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 40.82/5.63  
% 40.82/5.63  
% 40.82/5.63  fork 4: search terminated without proof.
% 40.82/5.63  
% 40.82/5.63  fork 2: search finished without proof.
% 40.82/5.65  
% 40.82/5.65  **** run 107 fork 2 starts with strategy
% 40.82/5.65  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 40.82/5.65  
% 40.82/5.65  **** run 101 fork 4 starts with strategy
% 40.82/5.65  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 41.66/5.68  
% 41.66/5.68  fork 4: search finished without proof.
% 41.66/5.69  
% 41.66/5.69  **** run 109 fork 4 starts with strategy
% 41.66/5.69  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1}
% 41.66/5.70  
% 41.66/5.70  
% 41.66/5.70  fork 5: search terminated without proof.
% 41.66/5.72  
% 41.66/5.72  
% 41.66/5.72  fork 7: search terminated without proof.
% 41.66/5.73  
% 41.66/5.73  **** run 118 fork 5 starts with strategy
% 41.66/5.73  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":15}
% 42.15/5.75  
% 42.15/5.75  **** run 112 fork 7 starts with strategy
% 42.15/5.75  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":2}
% 42.33/5.77  
% 42.33/5.77  fork 7: search finished without proof.
% 42.33/5.78  
% 42.33/5.78  
% 42.33/5.78  fork 6: search terminated without proof.
% 42.33/5.79  
% 42.33/5.79  **** run 120 fork 7 starts with strategy
% 42.33/5.79  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":20,"weight_select_ratio":2}
% 42.33/5.82  
% 42.33/5.82  **** run 111 fork 6 starts with strategy
% 42.33/5.82  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 42.84/5.82  
% 42.84/5.82  
% 42.84/5.82  fork 0: search terminated without proof.
% 42.84/5.83  
% 42.84/5.83  
% 42.84/5.83  fork 1: search terminated without proof.
% 42.84/5.86  
% 42.84/5.86  **** run 113 fork 0 starts with strategy
% 42.84/5.86  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 43.16/5.87  
% 43.16/5.87  **** run 114 fork 1 starts with strategy
% 43.16/5.87  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":6}
% 46.85/6.42  
% 46.85/6.42  
% 46.85/6.42  result: proof found
% 46.85/6.42  for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 46.85/6.42  by run 118 fork 5 strategy {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":15}
% 46.85/6.42  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 46.85/6.42  
% 46.85/6.42  % SZS output start CNFRefutation for /export/starexec/sandbox/benchmark/theBenchmark.p 
% See solution above
% 46.85/6.42  
% 46.85/6.42  run 118 fork 5 statistics:
% 46.85/6.42  ----------------------------------
% 46.85/6.42  this run seconds: 0.556375
% 46.85/6.42  total seconds: 5.804139
% 46.85/6.42  stat_given_used: 311
% 46.85/6.42  stat_given_used_at_endgame: 0
% 46.85/6.42  stat_given_candidates:   4521
% 46.85/6.42  stat_given_candidates_at_endgame: 0
% 46.85/6.42  stat_given_candidates_h: 0
% 46.85/6.42  stat_binres_derived_cl:   0
% 46.85/6.42  stat_binres_derived_cl_h: 0
% 46.85/6.42  stat_factor_derived_cl: 0
% 46.85/6.42  stat_para_derived_cl: 215825
% 46.85/6.42  stat_tautologies_discarded: 0
% 46.85/6.42  stat_forward_subsumed: 91928
% 46.85/6.42  stat_derived_cut: 1
% 46.85/6.42  stat_derived_rewritten: 248
% 46.85/6.42  stat_weight_discarded_building: 0
% 46.85/6.42  stat_weight_discarded_cl: 93717
% 46.85/6.42  stat_internlimit_discarded_cl: 0
% 46.85/6.42  stat_simplified:  248 simplified 0 derived 0 given
% 46.85/6.42  stat_kept_cl: 17240
% 46.85/6.42  stat_built_cl: 111827
% 46.85/6.42  stat_hyperres_partial_cl: 0
% 46.85/6.42  stat_made_rewriters: 277
% 46.85/6.42  stat_backward_subsumed: 0
% 46.85/6.42  stat_propagated_subsumed: 0
% 46.85/6.42  stat_clsubs_attempted:                     10317
% 46.85/6.42  stat_clsubs_fact_groundunit_found:             0
% 46.85/6.42  stat_clsubs_rule_groundunit_found:             1
% 46.85/6.42  stat_clsubs_top_meta_attempted:              58337
% 46.85/6.42  stat_clsubs_top_meta_failed:                 48020
% 46.85/6.42  stat_clsubs_top_meta_nonpref_attempted:               58337
% 46.85/6.42  stat_clsubs_top_meta_nonpref_succeeded:               18763
% 46.85/6.42  stat_clsubs_top_meta_pref_attempted:                  18763
% 46.85/6.42  stat_clsubs_top_meta_pref1_succeeded:                 18584
% 46.85/6.42  stat_clsubs_top_meta_pref2_succeeded:                 10948
% 46.85/6.42  stat_clsubs_top_meta_pref3_succeeded:                 10317
% 46.85/6.42  stat_clsubs_top_meta_pref_succeeded:                  10317
% 46.85/6.42  stat_clsubs_meta_attempted:                10317
% 46.85/6.42  stat_clsubs_meta_failed:                     550
% 46.85/6.42  stat_clsubs_predsymbs_attempted:               0
% 46.85/6.42  stat_clsubs_unit_attempted:                10317
% 46.85/6.42  stat_clsubs_full_attempted:                    0
% 46.85/6.42  stat_forwardsubs_attempted:               202886
% 46.85/6.42  stat_lit_hash_added:                  17252
% 46.85/6.42  stat_lit_hash_computed:              220927
% 46.85/6.42  stat_lit_hash_match_found:            92162
% 46.85/6.42  stat_lit_hash_match_miss:            222719
% 46.85/6.42  stat_lit_hash_cut_ok:                     0
% 46.85/6.42  stat_lit_strong_cut_ok:                   1
% 46.85/6.42  stat_lit_hash_subsume_ok:             91928
% 46.85/6.42  clqueue els 10000000 used 1
% 46.85/6.42  clactive els 10000000 used 312
% 46.85/6.42  clactivesubsume els 10000000 used 1825
% 46.85/6.42  queue_termbuf els 200000000 used 1169761
% 46.85/6.42  hyper_termbuf els 100000000 used 1
% 46.85/6.42  active_termbuf els 100000000 used 14619
% 46.85/6.42  varstack els 5000 last used 1
% 46.85/6.42  given_termbuf els 10000000 last used 1
% 46.85/6.42  simplified_termbuf els 10000000 last used 1
% 46.85/6.42  derived_termbuf els 10000000 last used 35
% 46.85/6.42  wr_mallocs: 64319
% 46.85/6.42  wr_callocs: 21
% 46.85/6.42  wr_reallocs: 4273
% 46.85/6.42  wr_frees: 2
% 46.85/6.42  wr_malloc_bytes: 4164817124
% 46.85/6.42  wr_calloc_bytes: 112065536
% 46.85/6.42  wr_realloc_bytes: 675696
% 46.85/6.42  wr_realloc_freebytes: 0
% 46.85/6.42  ----------------------------------
%------------------------------------------------------------------------------