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

View Problem - Process Solution

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

% Computer : n015.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 : Wed Aug 30 18:26:57 EDT 2023

% Result   : Unsatisfiable 6.34s 1.35s
% Output   : CNFRefutation 6.34s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named b_definition)

% Comments : 
%------------------------------------------------------------------------------
cnf('1',plain,
    apply(apply(apply(b,X),Y),Z) = apply(X,apply(Y,Z)),
    inference(cnf_transformation,[],[b_definition]) ).

cnf('2',plain,
    apply(apply(t,X),Y) = apply(Y,X),
    inference(cnf_transformation,[],[t_definition]) ).

cnf('3',plain,
    apply(apply(apply(s,X),Y),Z) = apply(apply(X,Z),apply(Y,Z)),
    inference(cnf_transformation,[],[s_definition]) ).

cnf('4',plain,
    apply(apply(apply(s,t),X),Y) = apply(apply(X,Y),Y),
    inference(paramodulation,[],['2','3']) ).

cnf('5',plain,
    apply(apply(apply(s,t),t),X) = apply(X,X),
    inference(paramodulation,[],['2','4']) ).

cnf('6',plain,
    apply(apply(apply(s,t),t),apply(apply(b,X),Y)) = apply(X,apply(Y,apply(apply(b,X),Y))),
    inference(paramodulation,[],['1','5']) ).

cnf('7',plain,
    apply(X,f(X)) != apply(f(X),apply(X,f(X))),
    inference(cnf_transformation,[],[prove_fixed_point]) ).

cnf('8',plain,
    apply(apply(apply(b,X3),Y3),f(apply(apply(b,X3),Y3))) != apply(f(apply(apply(b,X3),Y3)),apply(X3,apply(Y3,f(apply(apply(b,X3),Y3))))),
    inference(paramodulation,[],['1','7']) ).

cnf('9',plain,
    apply(X,apply(Y,f(apply(apply(b,X),Y)))) != apply(f(apply(apply(b,X),Y)),apply(X,apply(Y,f(apply(apply(b,X),Y))))),
    inference(simplify,[],['8','1']) ).

cnf('10',plain,
    apply(X3,apply(Y3,apply(Z3,f(apply(apply(b,apply(apply(b,X3),Y3)),Z3))))) != apply(f(apply(apply(b,apply(apply(b,X3),Y3)),Z3)),apply(apply(apply(b,X3),Y3),apply(Z3,f(apply(apply(b,apply(apply(b,X3),Y3)),Z3))))),
    inference(paramodulation,[],['1','9']) ).

cnf('11',plain,
    apply(X,apply(Y,apply(Z,f(apply(apply(b,apply(apply(b,X),Y)),Z))))) != apply(f(apply(apply(b,apply(apply(b,X),Y)),Z)),apply(X,apply(Y,apply(Z,f(apply(apply(b,apply(apply(b,X),Y)),Z)))))),
    inference(simplify,[],['10','1']) ).

cnf('12',plain,
    apply(X3,apply(apply(t,Y3),apply(Z3,f(apply(apply(b,apply(apply(b,X3),apply(t,Y3))),Z3))))) != apply(f(apply(apply(b,apply(apply(b,X3),apply(t,Y3))),Z3)),apply(X3,apply(apply(Z3,f(apply(apply(b,apply(apply(b,X3),apply(t,Y3))),Z3))),Y3))),
    inference(paramodulation,[],['2','11']) ).

cnf('13',plain,
    apply(X,apply(apply(Y,f(apply(apply(b,apply(apply(b,X),apply(t,Z))),Y))),Z)) != apply(f(apply(apply(b,apply(apply(b,X),apply(t,Z))),Y)),apply(X,apply(apply(Y,f(apply(apply(b,apply(apply(b,X),apply(t,Z))),Y))),Z))),
    inference(simplify,[],['12','2']) ).

cnf('14',plain,
    $false,
    inference(resolution,[],['6','13']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.09/0.16  % Problem  : COL036-1 : TPTP v8.1.2. Released v1.0.0.
% 0.09/0.16  % Command  : gkc %s
% 0.16/0.38  % Computer : n015.cluster.edu
% 0.16/0.38  % Model    : x86_64 x86_64
% 0.16/0.38  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.16/0.38  % Memory   : 8042.1875MB
% 0.16/0.38  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.16/0.38  % CPULimit : 300
% 0.16/0.38  % WCLimit  : 300
% 0.16/0.38  % DateTime : Sun Aug 27 04:19:39 EDT 2023
% 0.16/0.38  % CPUTime  : 
% 0.22/0.42  
% 0.22/0.42  input clause set summed statistics:
% 0.22/0.42  ----------------------------------
% 0.22/0.42  in_clause_count:                     4
% 0.22/0.42  in_rule_clause_count:                4
% 0.22/0.42  in_fact_clause_count:                0
% 0.22/0.42  in_answer_clause_count:              0
% 0.22/0.42  in_ground_clause_count:              0
% 0.22/0.42  in_unit_clause_count:                4
% 0.22/0.42  in_horn_clause_count:                4
% 0.22/0.42  in_pos_clause_count:                 3
% 0.22/0.42  in_neg_clause_count:                 1
% 0.22/0.42  in_poseq_clause_count:               3
% 0.22/0.42  in_negeq_clause_count:               1
% 0.22/0.42  in_unitposeq_clause_count:           3
% 0.22/0.42  in_chain_clause_count:               0
% 0.22/0.42  in_min_length:             1
% 0.22/0.42  in_max_length:             1
% 0.22/0.42  in_min_depth:              3
% 0.22/0.42  in_max_depth:              4
% 0.22/0.42  in_min_size:               9
% 0.22/0.42  in_max_size:              15
% 0.22/0.42  in_min_vars:               1
% 0.22/0.42  in_max_vars:               3
% 0.22/0.42  in_extaxiom_count:                 0
% 0.22/0.42  in_axiom_count:                    3
% 0.22/0.42  in_assumption_count:               0
% 0.22/0.42  in_goal_count:                     1
% 0.22/0.42  in_neg_goal_count:                 1
% 0.22/0.42  in_pos_goal_count:                 0
% 0.22/0.42  in_posunit_goal_count:             0
% 0.22/0.42  
% 0.22/0.42  auto guide:
% 0.22/0.42  -----------
% 0.22/0.42  {
% 0.22/0.42  "print":1,
% 0.22/0.42  "print_level": 15,
% 0.22/0.42  "max_size": 0,
% 0.22/0.42  "max_depth": 0,
% 0.22/0.42  "max_length": 0,
% 0.22/0.42  "max_dseconds": 0,
% 0.22/0.42  "runs":[
% 0.22/0.42  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1},
% 0.22/0.42  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0},
% 0.22/0.42  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.22/0.42  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.22/0.42  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.22/0.42  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.22/0.42  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.22/0.42  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.22/0.42  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.22/0.42  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.22/0.42  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.22/0.42  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.22/0.42  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.22/0.42  {"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.22/0.42  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.22/0.42  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.22/0.42  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.22/0.42  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.22/0.42  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.22/0.42  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.22/0.42  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.22/0.42  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.22/0.42  {"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.22/0.42  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.22/0.42  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.22/0.42  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.22/0.42  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.22/0.42  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.22/0.42  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.22/0.42  {"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.22/0.42  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.22/0.42  {"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.22/0.42  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.22/0.42  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.22/0.42  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.22/0.42  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.22/0.42  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.22/0.42  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.22/0.42  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.22/0.42  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.22/0.42  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.22/0.42  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 0},
% 0.22/0.42  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 1},
% 0.22/0.42  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 2},
% 0.22/0.42  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.22/0.42  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.22/0.42  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.22/0.42  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.22/0.42  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.22/0.42  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.22/0.42  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.22/0.42  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.22/0.42  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.22/0.42  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.22/0.42  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.22/0.42  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.22/0.42  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.22/0.42  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.22/0.42  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.22/0.42  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.22/0.42  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.22/0.42  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.22/0.42  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.22/0.42  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.22/0.42  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.22/0.42  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.22/0.42  
% 0.22/0.42  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1},
% 0.22/0.42  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0},
% 0.22/0.42  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.22/0.42  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.22/0.42  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.22/0.42  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.22/0.42  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.22/0.42  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.22/0.42  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.22/0.42  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.22/0.42  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.22/0.42  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.22/0.42  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.22/0.42  {"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.22/0.42  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.22/0.42  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.22/0.42  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.22/0.42  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.22/0.42  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.22/0.42  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.22/0.42  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.22/0.42  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.22/0.42  {"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.22/0.42  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.22/0.42  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.22/0.42  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.22/0.42  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.22/0.42  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.22/0.42  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.22/0.42  {"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.22/0.42  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.22/0.42  {"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.22/0.42  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.22/0.42  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.22/0.42  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.22/0.42  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.22/0.42  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.22/0.42  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.22/0.42  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.22/0.42  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.22/0.42  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.22/0.42  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 0},
% 0.22/0.42  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 1},
% 0.22/0.42  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 2},
% 0.22/0.42  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.22/0.42  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.22/0.42  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.22/0.42  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.22/0.42  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.22/0.42  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.22/0.42  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.22/0.42  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.22/0.42  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.22/0.42  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.22/0.42  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.22/0.42  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.22/0.42  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.22/0.42  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.22/0.42  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.22/0.42  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.22/0.42  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.22/0.42  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.22/0.42  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.22/0.42  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.22/0.42  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.22/0.42  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.22/0.42  
% 0.22/0.42  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1},
% 0.22/0.42  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0},
% 0.22/0.42  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.22/0.42  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.22/0.42  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.22/0.42  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.22/0.42  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.22/0.42  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.22/0.42  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.22/0.42  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.22/0.42  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.22/0.42  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.22/0.42  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.22/0.42  {"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.22/0.42  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.22/0.42  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.22/0.42  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.22/0.42  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.22/0.42  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.22/0.42  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.22/0.42  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.22/0.42  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.22/0.42  {"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.22/0.42  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.22/0.42  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.22/0.42  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.22/0.42  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.22/0.42  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.22/0.42  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.22/0.42  {"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.22/0.42  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.22/0.42  {"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.22/0.42  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.22/0.42  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.22/0.42  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.22/0.42  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.22/0.42  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.22/0.42  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.22/0.42  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.22/0.42  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.22/0.42  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.22/0.42  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 0},
% 0.22/0.42  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 1},
% 0.22/0.42  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 2},
% 0.22/0.42  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.22/0.42  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.22/0.42  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.22/0.42  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.22/0.42  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.22/0.42  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.22/0.42  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.22/0.42  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.22/0.42  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.22/0.42  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.22/0.42  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.22/0.42  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.22/0.42  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.22/0.42  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.22/0.42  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.22/0.42  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.22/0.42  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.22/0.42  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.22/0.42  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.22/0.42  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.22/0.42  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.22/0.42  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.22/0.42  
% 0.22/0.42  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1},
% 0.22/0.42  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0},
% 0.22/0.42  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.22/0.42  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.22/0.42  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.22/0.42  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.22/0.42  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.22/0.42  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.22/0.42  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.22/0.42  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.22/0.42  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.22/0.42  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.22/0.42  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.22/0.42  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.22/0.42  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 0},
% 0.22/0.42  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 1},
% 0.22/0.42  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 2},
% 0.22/0.42  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.22/0.42  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.22/0.42  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.22/0.42  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.22/0.42  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.22/0.42  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.22/0.42  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.22/0.42  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.22/0.42  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.22/0.42  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.22/0.42  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.22/0.42  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.22/0.42  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.22/0.42  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.22/0.42  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.22/0.42  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.22/0.42  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.22/0.42  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.22/0.42  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.22/0.42  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.22/0.42  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.22/0.42  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.22/0.42  
% 0.22/0.42  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1},
% 0.22/0.42  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0},
% 0.22/0.42  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.22/0.42  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.22/0.42  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.22/0.42  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.22/0.42  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.22/0.42  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.22/0.42  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.22/0.42  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.22/0.42  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.22/0.42  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.22/0.42  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.22/0.42  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.22/0.42  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 0},
% 0.22/0.42  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 1},
% 0.22/0.42  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 2},
% 0.22/0.42  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.22/0.42  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.22/0.42  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.22/0.42  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.22/0.42  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.22/0.42  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.22/0.42  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.22/0.42  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.22/0.42  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.22/0.42  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.22/0.42  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.22/0.42  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.22/0.42  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.22/0.42  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.22/0.42  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.22/0.42  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.22/0.42  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.22/0.42  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.22/0.42  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.22/0.42  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.22/0.42  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.22/0.42  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4} 
% 0.22/0.42  
% 0.22/0.42  ]}
% 0.22/0.42  
% 0.22/0.42  
% 0.22/0.42  **** run 1 fork 0 starts with strategy
% 0.22/0.42  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.22/0.42  
% 0.22/0.42  **** run 2 fork 1 starts with strategy
% 0.22/0.42  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.22/0.42  
% 0.22/0.42  **** run 3 fork 2 starts with strategy
% 0.22/0.42  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.22/0.42  
% 0.22/0.42  **** run 4 fork 3 starts with strategy
% 0.22/0.42  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.22/0.42  
% 0.22/0.42  **** run 5 fork 4 starts with strategy
% 0.22/0.42  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 0.22/0.42  
% 0.22/0.42  **** run 6 fork 5 starts with strategy
% 0.22/0.42  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20}
% 0.22/0.42  
% 0.22/0.42  **** run 7 fork 6 starts with strategy
% 0.22/0.42  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20}
% 0.22/0.42  
% 0.22/0.42  **** run 8 fork 7 starts with strategy
% 0.22/0.42  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 0.22/0.54  
% 0.22/0.54  
% 0.22/0.54  fork 2: search terminated without proof.
% 0.22/0.54  
% 0.22/0.54  
% 0.22/0.54  fork 4: search terminated without proof.
% 0.22/0.54  
% 0.22/0.54  
% 0.22/0.54  fork 3: search terminated without proof.
% 0.22/0.54  
% 0.22/0.54  
% 0.22/0.54  fork 1: search terminated without proof.
% 0.22/0.54  
% 0.22/0.54  
% 0.22/0.54  fork 5: search terminated without proof.
% 0.22/0.54  
% 0.22/0.54  
% 0.22/0.54  fork 6: search terminated without proof.
% 0.22/0.54  
% 0.22/0.54  
% 0.22/0.54  fork 7: search terminated without proof.
% 0.22/0.55  
% 0.22/0.55  
% 0.22/0.55  fork 0: search terminated without proof.
% 0.22/0.57  
% 0.22/0.57  **** run 11 fork 2 starts with strategy
% 0.22/0.57  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 0.22/0.58  
% 0.22/0.58  **** run 13 fork 4 starts with strategy
% 0.22/0.58  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.22/0.58  
% 0.22/0.58  **** run 14 fork 5 starts with strategy
% 0.22/0.58  
% 0.22/0.58  **** run 9 fork 0 starts with strategy
% 0.22/0.58  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 0.22/0.58  
% 0.22/0.58  **** run 10 fork 1 starts with strategy
% 0.22/0.58  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 0.22/0.58  {"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.22/0.58  **** run 16 fork 7 starts with strategy
% 0.22/0.58  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 0.22/0.58  
% 0.22/0.58  
% 0.22/0.58  **** run 12 fork 3 starts with strategy
% 0.22/0.58  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.22/0.58  **** run 15 fork 6 starts with strategy
% 0.22/0.58  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 0.22/0.58  
% 0.22/0.69  
% 0.22/0.69  
% 0.22/0.69  fork 2: search terminated without proof.
% 0.22/0.69  
% 0.22/0.69  
% 0.22/0.69  fork 4: search terminated without proof.
% 0.22/0.70  
% 0.22/0.70  
% 0.22/0.70  fork 5: search terminated without proof.
% 0.22/0.70  
% 0.22/0.70  
% 0.22/0.70  fork 6: search terminated without proof.
% 0.22/0.70  
% 0.22/0.70  
% 0.22/0.70  fork 3: search terminated without proof.
% 0.22/0.70  
% 0.22/0.70  
% 0.22/0.70  fork 0: search terminated without proof.
% 0.22/0.70  
% 0.22/0.70  
% 0.22/0.70  fork 7: search terminated without proof.
% 0.22/0.72  
% 0.22/0.72  **** run 19 fork 2 starts with strategy
% 0.22/0.72  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1}
% 0.22/0.72  
% 0.22/0.72  **** run 21 fork 4 starts with strategy
% 0.22/0.72  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.22/0.72  
% 0.22/0.72  **** run 22 fork 5 starts with strategy
% 0.22/0.72  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.22/0.72  
% 0.22/0.72  **** run 24 fork 7 starts with strategy
% 0.22/0.72  
% 0.22/0.72  **** run 17 fork 0 starts with strategy
% 0.22/0.72  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20}
% 0.22/0.72  **** run 23 fork 6 starts with strategy
% 0.22/0.72  
% 0.22/0.72  {"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.22/0.72  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 0.22/0.72  **** run 20 fork 3 starts with strategy
% 0.22/0.72  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0}
% 0.22/0.72  
% 0.22/0.83  
% 0.22/0.83  
% 0.22/0.83  fork 2: search terminated without proof.
% 0.22/0.83  
% 0.22/0.83  
% 0.22/0.83  fork 4: search terminated without proof.
% 0.22/0.84  
% 0.22/0.84  
% 0.22/0.84  fork 3: search terminated without proof.
% 0.22/0.84  
% 0.22/0.84  
% 0.22/0.84  fork 6: search terminated without proof.
% 0.22/0.86  
% 0.22/0.86  **** run 27 fork 2 starts with strategy
% 0.22/0.86  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 2.86/0.86  
% 2.86/0.86  
% 2.86/0.86  fork 5: search terminated without proof.
% 2.86/0.86  
% 2.86/0.86  
% 2.86/0.86  fork 0: search terminated without proof.
% 2.86/0.86  
% 2.86/0.86  
% 2.86/0.86  fork 7: search terminated without proof.
% 2.86/0.86  
% 2.86/0.86  **** run 29 fork 4 starts with strategy
% 2.86/0.86  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 2.86/0.86  
% 2.86/0.86  **** run 28 fork 3 starts with strategy
% 2.86/0.86  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1}
% 2.86/0.86  
% 2.86/0.86  **** run 31 fork 6 starts with strategy
% 2.86/0.86  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 2.86/0.88  
% 2.86/0.88  **** run 30 fork 5 starts with strategy
% 2.86/0.88  {"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}
% 2.86/0.88  
% 2.86/0.88  **** run 32 fork 7 starts with strategy
% 2.86/0.88  {"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}
% 2.86/0.88  
% 2.86/0.88  **** run 25 fork 0 starts with strategy
% 2.86/0.88  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20}
% 3.92/0.97  
% 3.92/0.97  
% 3.92/0.97  fork 2: search terminated without proof.
% 3.92/0.97  
% 3.92/0.97  
% 3.92/0.97  fork 4: search terminated without proof.
% 3.92/0.98  
% 3.92/0.98  
% 3.92/0.98  fork 6: search terminated without proof.
% 3.92/1.00  
% 3.92/1.00  **** run 35 fork 2 starts with strategy
% 3.92/1.00  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 3.92/1.00  
% 3.92/1.00  **** run 37 fork 4 starts with strategy
% 3.92/1.00  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 3.92/1.00  
% 3.92/1.00  **** run 39 fork 6 starts with strategy
% 3.92/1.00  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":2}
% 3.92/1.00  
% 3.92/1.00  
% 3.92/1.00  fork 0: search terminated without proof.
% 3.92/1.00  
% 3.92/1.00  
% 3.92/1.00  fork 5: search terminated without proof.
% 3.92/1.00  
% 3.92/1.00  
% 3.92/1.00  fork 7: search terminated without proof.
% 4.54/1.03  
% 4.54/1.03  **** run 40 fork 7 starts with strategy
% 4.54/1.03  
% 4.54/1.03  **** run 38 fork 5 starts with strategy
% 4.54/1.03  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"rewrite":0}
% 4.54/1.03  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 4.54/1.03  
% 4.54/1.03  **** run 33 fork 0 starts with strategy
% 4.54/1.03  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 5.02/1.11  
% 5.02/1.11  
% 5.02/1.11  fork 2: search terminated without proof.
% 5.02/1.11  
% 5.02/1.11  
% 5.02/1.11  fork 4: search terminated without proof.
% 5.02/1.12  
% 5.02/1.12  
% 5.02/1.12  fork 6: search terminated without proof.
% 5.02/1.14  
% 5.02/1.14  **** run 43 fork 2 starts with strategy
% 5.02/1.14  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 5.02/1.14  
% 5.02/1.14  **** run 45 fork 4 starts with strategy
% 5.02/1.14  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 5.02/1.14  
% 5.02/1.14  **** run 47 fork 6 starts with strategy
% 5.02/1.14  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 5.02/1.15  
% 5.02/1.15  
% 5.02/1.15  fork 7: search terminated without proof.
% 5.02/1.15  
% 5.02/1.15  
% 5.02/1.15  fork 0: search terminated without proof.
% 5.02/1.15  
% 5.02/1.15  
% 5.02/1.15  fork 5: search terminated without proof.
% 5.02/1.17  
% 5.02/1.17  **** run 41 fork 0 starts with strategy
% 5.02/1.17  
% 5.02/1.17  **** run 48 fork 7 starts with strategy
% 5.02/1.17  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":6}
% 5.02/1.17  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 5.02/1.17  
% 5.02/1.17  **** run 46 fork 5 starts with strategy
% 5.02/1.17  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":2}
% 5.55/1.20  
% 5.55/1.20  fork 5: search finished without proof.
% 5.77/1.22  
% 5.77/1.22  **** run 54 fork 5 starts with strategy
% 5.77/1.22  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":20,"weight_select_ratio":2}
% 5.77/1.25  
% 5.77/1.25  
% 5.77/1.25  fork 2: search terminated without proof.
% 5.77/1.25  
% 5.77/1.25  
% 5.77/1.25  fork 4: search terminated without proof.
% 5.77/1.25  
% 5.77/1.25  
% 5.77/1.25  fork 6: search terminated without proof.
% 5.77/1.28  
% 5.77/1.28  **** run 55 fork 6 starts with strategy
% 5.77/1.28  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":30}
% 5.77/1.28  
% 5.77/1.28  **** run 51 fork 2 starts with strategy
% 5.77/1.28  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":10}
% 5.77/1.28  
% 5.77/1.28  **** run 53 fork 4 starts with strategy
% 5.77/1.28  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":20}
% 5.77/1.29  
% 5.77/1.29  
% 5.77/1.29  fork 7: search terminated without proof.
% 5.77/1.29  
% 5.77/1.29  
% 5.77/1.29  fork 0: search terminated without proof.
% 5.77/1.31  
% 5.77/1.31  fork 2: search finished without proof.
% 6.34/1.32  
% 6.34/1.32  **** run 56 fork 7 starts with strategy
% 6.34/1.32  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":40}
% 6.34/1.32  
% 6.34/1.32  **** run 49 fork 0 starts with strategy
% 6.34/1.32  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":8}
% 6.34/1.34  
% 6.34/1.34  **** run 59 fork 2 starts with strategy
% 6.34/1.34  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50}
% 6.34/1.34  
% 6.34/1.34  
% 6.34/1.34  fork 5: search terminated without proof.
% 6.34/1.35  
% 6.34/1.35  
% 6.34/1.35  result: proof found
% 6.34/1.35  for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 6.34/1.35  by run 10 fork 1 strategy {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 6.34/1.35  % SZS status Unsatisfiable for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 6.34/1.35  
% 6.34/1.35  % SZS output start CNFRefutation for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% See solution above
% 6.34/1.35  
% 6.34/1.35  run 10 fork 1 statistics:
% 6.34/1.35  ----------------------------------
% 6.34/1.35  this run seconds: 0.104896
% 6.34/1.35  total seconds: 0.278412
% 6.34/1.35  stat_given_used: 204
% 6.34/1.35  stat_given_used_at_endgame: 122
% 6.34/1.35  stat_given_candidates:   477
% 6.34/1.35  stat_given_candidates_at_endgame: 381
% 6.34/1.35  stat_given_candidates_h: 0
% 6.34/1.35  stat_binres_derived_cl:   1
% 6.34/1.35  stat_binres_derived_cl_h: 0
% 6.34/1.35  stat_factor_derived_cl: 0
% 6.34/1.35  stat_para_derived_cl: 1393
% 6.34/1.35  stat_tautologies_discarded: 0
% 6.34/1.35  stat_forward_subsumed: 36
% 6.34/1.35  stat_derived_cut: 0
% 6.34/1.35  stat_derived_rewritten: 361
% 6.34/1.35  stat_weight_discarded_building: 0
% 6.34/1.35  stat_weight_discarded_cl: 269
% 6.34/1.35  stat_internlimit_discarded_cl: 0
% 6.34/1.35  stat_simplified:  361 simplified 0 derived 0 given
% 6.34/1.35  stat_kept_cl: 1060
% 6.34/1.35  stat_built_cl: 2098
% 6.34/1.35  stat_hyperres_partial_cl: 0
% 6.34/1.35  stat_made_rewriters: 14
% 6.34/1.35  stat_backward_subsumed: 0
% 6.34/1.35  stat_propagated_subsumed: 0
% 6.34/1.35  stat_clsubs_attempted:                      7103
% 6.34/1.35  stat_clsubs_fact_groundunit_found:             0
% 6.34/1.35  stat_clsubs_rule_groundunit_found:             2
% 6.34/1.35  stat_clsubs_top_meta_attempted:              16748
% 6.34/1.35  stat_clsubs_top_meta_failed:                  9645
% 6.34/1.35  stat_clsubs_top_meta_nonpref_attempted:               16748
% 6.34/1.35  stat_clsubs_top_meta_nonpref_succeeded:                8089
% 6.34/1.35  stat_clsubs_top_meta_pref_attempted:                   8089
% 6.34/1.35  stat_clsubs_top_meta_pref1_succeeded:                  7399
% 6.34/1.35  stat_clsubs_top_meta_pref2_succeeded:                  7399
% 6.34/1.35  stat_clsubs_top_meta_pref3_succeeded:                  7103
% 6.34/1.35  stat_clsubs_top_meta_pref_succeeded:                   7103
% 6.34/1.35  stat_clsubs_meta_attempted:                 7103
% 6.34/1.35  stat_clsubs_meta_failed:                       6
% 6.34/1.35  stat_clsubs_predsymbs_attempted:               0
% 6.34/1.35  stat_clsubs_unit_attempted:                 7103
% 6.34/1.35  stat_clsubs_full_attempted:                    0
% 6.34/1.35  stat_forwardsubs_attempted:                 1365
% 6.34/1.35  stat_lit_hash_added:                   1067
% 6.34/1.35  stat_lit_hash_computed:                2829
% 6.34/1.35  stat_lit_hash_match_found:               38
% 6.34/1.35  stat_lit_hash_match_miss:              3414
% 6.34/1.35  stat_lit_hash_cut_ok:                     0
% 6.34/1.35  stat_lit_strong_cut_ok:                   0
% 6.34/1.35  stat_lit_hash_subsume_ok:                36
% 6.34/1.35  clqueue els 10000000 used 1
% 6.34/1.35  clactive els 10000000 used 205
% 6.34/1.35  clactivesubsume els 10000000 used 1207
% 6.34/1.35  queue_termbuf els 200000000 used 399475
% 6.34/1.35  hyper_termbuf els 100000000 used 1
% 6.34/1.35  active_termbuf els 100000000 used 37763
% 6.34/1.35  varstack els 5000 last used 1
% 6.34/1.35  given_termbuf els 10000000 last used 77
% 6.34/1.35  simplified_termbuf els 10000000 last used 1
% 6.34/1.35  derived_termbuf els 10000000 last used 3
% 6.34/1.35  wr_mallocs: 8901
% 6.34/1.35  wr_callocs: 21
% 6.34/1.35  wr_reallocs: 135
% 6.34/1.35  wr_frees: 2
% 6.34/1.35  wr_malloc_bytes: 4162882212
% 6.34/1.35  wr_calloc_bytes: 112065536
% 6.34/1.35  wr_realloc_bytes: 17800
% 6.34/1.35  wr_realloc_freebytes: 0
% 6.34/1.35  ----------------------------------
%------------------------------------------------------------------------------