TSTP Solution File: LCL211-10 by GKC---0.8

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : GKC---0.8
% Problem  : LCL211-10 : TPTP v8.1.2. Released v7.5.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : gkc %s

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

% Result   : Unsatisfiable 115.64s 15.17s
% Output   : CNFRefutation 115.64s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named implies_definition)

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

cnf('2',plain,
    axiom(implies(or(X,or(Y,Z)),or(Y,or(X,Z)))) = true,
    inference(cnf_transformation,[],[axiom_1_5]) ).

cnf('3',plain,
    ifeq(axiom(X),true,theorem(X),true) = true,
    inference(cnf_transformation,[],[rule_1]) ).

cnf('4',plain,
    ifeq(true,true,theorem(implies(or(X3,or(Y3,Z3)),or(Y3,or(X3,Z3)))),true) = true,
    inference(paramodulation,[],['2','3']) ).

cnf('5',plain,
    ifeq(X,X,Y,Z) = Y,
    inference(cnf_transformation,[],[ifeq_axiom]) ).

cnf('6',plain,
    theorem(implies(or(X,or(Y,Z)),or(Y,or(X,Z)))) = true,
    inference(simplify,[],['4','5']) ).

cnf('7',plain,
    theorem(implies(implies(X3,or(Y3,Z3)),or(Y3,or(not(X3),Z3)))) = true,
    inference(paramodulation,[],['1','6']) ).

cnf('8',plain,
    theorem(implies(implies(X,or(Y,Z)),or(Y,implies(X,Z)))) = true,
    inference(simplify,[],['7','1']) ).

cnf('9',plain,
    axiom(implies(X,or(Y,X))) = true,
    inference(cnf_transformation,[],[axiom_1_3]) ).

cnf('10',plain,
    ifeq(true,true,theorem(implies(X3,or(Y3,X3))),true) = true,
    inference(paramodulation,[],['9','3']) ).

cnf('11',plain,
    theorem(implies(X,or(Y,X))) = true,
    inference(simplify,[],['10','5']) ).

cnf('12',plain,
    ifeq(theorem(implies(X,Y)),true,ifeq(theorem(X),true,theorem(Y),true),true) = true,
    inference(cnf_transformation,[],[rule_2]) ).

cnf('13',plain,
    ifeq(theorem(implies(implies(X3,or(Y3,X3)),Z3)),true,ifeq(true,true,theorem(Z3),true),true) = true,
    inference(paramodulation,[],['11','12']) ).

cnf('14',plain,
    ifeq(theorem(implies(implies(X,or(Y,X)),Z)),true,theorem(Z),true) = true,
    inference(simplify,[],['13','5']) ).

cnf('15',plain,
    ifeq(true,true,theorem(or(X3,implies(Y3,Y3))),true) = true,
    inference(paramodulation,[],['8','14']) ).

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

cnf('17',plain,
    axiom(implies(or(X,X),X)) = true,
    inference(cnf_transformation,[],[axiom_1_2]) ).

cnf('18',plain,
    ifeq(true,true,theorem(implies(or(X3,X3),X3)),true) = true,
    inference(paramodulation,[],['17','3']) ).

cnf('19',plain,
    theorem(implies(or(X,X),X)) = true,
    inference(simplify,[],['18','5']) ).

cnf('20',plain,
    ifeq(true,true,ifeq(theorem(or(X3,X3)),true,theorem(X3),true),true) = true,
    inference(paramodulation,[],['19','12']) ).

cnf('21',plain,
    ifeq(theorem(or(X,X)),true,theorem(X),true) = true,
    inference(simplify,[],['20','5']) ).

cnf('22',plain,
    ifeq(true,true,theorem(implies(X3,X3)),true) = true,
    inference(paramodulation,[],['16','21']) ).

cnf('23',plain,
    theorem(implies(X,X)) = true,
    inference(simplify,[],['22','5']) ).

cnf('24',plain,
    axiom(implies(or(X,Y),or(Y,X))) = true,
    inference(cnf_transformation,[],[axiom_1_4]) ).

cnf('25',plain,
    ifeq(true,true,theorem(implies(or(X3,Y3),or(Y3,X3))),true) = true,
    inference(paramodulation,[],['24','3']) ).

cnf('26',plain,
    theorem(implies(or(X,Y),or(Y,X))) = true,
    inference(simplify,[],['25','5']) ).

cnf('27',plain,
    ifeq(true,true,ifeq(theorem(or(X3,Y3)),true,theorem(or(Y3,X3)),true),true) = true,
    inference(paramodulation,[],['26','12']) ).

cnf('28',plain,
    ifeq(theorem(or(X,Y)),true,theorem(or(Y,X)),true) = true,
    inference(simplify,[],['27','5']) ).

cnf('29',plain,
    ifeq(theorem(implies(X,Y)),true,theorem(or(Y,not(X))),true) = true,
    inference(paramodulation,[],['1','28']) ).

cnf('30',plain,
    ifeq(true,true,theorem(or(X3,not(X3))),true) = true,
    inference(paramodulation,[],['23','29']) ).

cnf('31',plain,
    theorem(or(X,not(X))) = true,
    inference(simplify,[],['30','5']) ).

cnf('32',plain,
    theorem(implies(X,not(not(X)))) = true,
    inference(paramodulation,[],['1','31']) ).

cnf('33',plain,
    axiom(implies(implies(X,Y),implies(or(Z,X),or(Z,Y)))) = true,
    inference(cnf_transformation,[],[axiom_1_6]) ).

cnf('34',plain,
    ifeq(true,true,theorem(implies(implies(X3,Y3),implies(or(Z3,X3),or(Z3,Y3)))),true) = true,
    inference(paramodulation,[],['33','3']) ).

cnf('35',plain,
    theorem(implies(implies(X,Y),implies(or(Z,X),or(Z,Y)))) = true,
    inference(simplify,[],['34','5']) ).

cnf('36',plain,
    ifeq(true,true,ifeq(theorem(implies(X3,Y3)),true,theorem(implies(or(Z3,X3),or(Z3,Y3))),true),true) = true,
    inference(paramodulation,[],['35','12']) ).

cnf('37',plain,
    ifeq(theorem(implies(X,Y)),true,theorem(implies(or(Z,X),or(Z,Y))),true) = true,
    inference(simplify,[],['36','5']) ).

cnf('38',plain,
    ifeq(true,true,theorem(implies(or(X3,Y3),or(X3,not(not(Y3))))),true) = true,
    inference(paramodulation,[],['32','37']) ).

cnf('39',plain,
    theorem(implies(or(X,Y),or(X,not(not(Y))))) = true,
    inference(simplify,[],['38','5']) ).

cnf('40',plain,
    ifeq(theorem(implies(implies(or(X3,Y3),or(Y3,X3)),Z3)),true,ifeq(true,true,theorem(Z3),true),true) = true,
    inference(paramodulation,[],['26','12']) ).

cnf('41',plain,
    ifeq(theorem(implies(implies(or(X,Y),or(Y,X)),Z)),true,theorem(Z),true) = true,
    inference(simplify,[],['40','5']) ).

cnf('42',plain,
    ifeq(true,true,theorem(or(X3,implies(or(Y3,X3),Y3))),true) = true,
    inference(paramodulation,[],['8','41']) ).

cnf('43',plain,
    theorem(or(X,implies(or(Y,X),Y))) = true,
    inference(simplify,[],['42','5']) ).

cnf('44',plain,
    ifeq(true,true,theorem(or(implies(or(X3,Y3),X3),Y3)),true) = true,
    inference(paramodulation,[],['43','28']) ).

cnf('45',plain,
    theorem(or(implies(or(X,Y),X),Y)) = true,
    inference(simplify,[],['44','5']) ).

cnf('46',plain,
    ifeq(theorem(implies(or(implies(or(X3,Y3),X3),Y3),Z3)),true,ifeq(true,true,theorem(Z3),true),true) = true,
    inference(paramodulation,[],['45','12']) ).

cnf('47',plain,
    ifeq(theorem(implies(or(implies(or(X,Y),X),Y),Z)),true,theorem(Z),true) = true,
    inference(simplify,[],['46','5']) ).

cnf('48',plain,
    ifeq(true,true,theorem(or(implies(or(X3,Y3),X3),not(not(Y3)))),true) = true,
    inference(paramodulation,[],['39','47']) ).

cnf('49',plain,
    theorem(or(implies(or(X,Y),X),not(not(Y)))) = true,
    inference(simplify,[],['48','5']) ).

cnf('50',plain,
    ifeq(theorem(or(X,not(Y))),true,theorem(implies(Y,X)),true) = true,
    inference(paramodulation,[],['1','28']) ).

cnf('51',plain,
    ifeq(true,true,theorem(implies(not(X3),implies(or(Y3,X3),Y3))),true) = true,
    inference(paramodulation,[],['49','50']) ).

cnf('52',plain,
    theorem(implies(not(X),implies(or(Y,X),Y))) = true,
    inference(simplify,[],['51','5']) ).

cnf('53',plain,
    theorem(implies(not(q),implies(or(p,q),p))) != true,
    inference(cnf_transformation,[],[prove_this]) ).

cnf('54',plain,
    $false,
    inference(resolution,[],['52','53']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem  : LCL211-10 : TPTP v8.1.2. Released v7.5.0.
% 0.07/0.13  % Command  : gkc %s
% 0.13/0.34  % Computer : n017.cluster.edu
% 0.13/0.34  % Model    : x86_64 x86_64
% 0.13/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.34  % Memory   : 8042.1875MB
% 0.13/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.34  % CPULimit : 300
% 0.13/0.34  % WCLimit  : 300
% 0.13/0.34  % DateTime : Thu Aug 24 17:55:24 EDT 2023
% 0.13/0.34  % CPUTime  : 
% 0.13/0.38  
% 0.13/0.38  input clause set summed statistics:
% 0.13/0.38  ----------------------------------
% 0.13/0.38  in_clause_count:                    10
% 0.13/0.38  in_rule_clause_count:               10
% 0.13/0.38  in_fact_clause_count:                0
% 0.13/0.38  in_answer_clause_count:              0
% 0.13/0.38  in_ground_clause_count:              1
% 0.13/0.38  in_unit_clause_count:               10
% 0.13/0.38  in_horn_clause_count:               10
% 0.13/0.38  in_pos_clause_count:                 9
% 0.13/0.38  in_neg_clause_count:                 1
% 0.13/0.38  in_poseq_clause_count:               9
% 0.13/0.38  in_negeq_clause_count:               1
% 0.13/0.38  in_unitposeq_clause_count:           9
% 0.13/0.38  in_chain_clause_count:               0
% 0.13/0.38  in_min_length:             1
% 0.13/0.38  in_max_length:             1
% 0.13/0.38  in_min_depth:              2
% 0.13/0.38  in_max_depth:              5
% 0.13/0.38  in_min_size:               7
% 0.13/0.38  in_max_size:              16
% 0.13/0.38  in_min_vars:               0
% 0.13/0.38  in_max_vars:               3
% 0.13/0.38  in_extaxiom_count:                 0
% 0.13/0.38  in_axiom_count:                    9
% 0.13/0.38  in_assumption_count:               0
% 0.13/0.38  in_goal_count:                     1
% 0.13/0.38  in_neg_goal_count:                 1
% 0.13/0.38  in_pos_goal_count:                 0
% 0.13/0.38  in_posunit_goal_count:             0
% 0.13/0.38  
% 0.13/0.38  auto guide:
% 0.13/0.38  -----------
% 0.13/0.38  {
% 0.13/0.38  "print":1,
% 0.13/0.38  "print_level": 15,
% 0.13/0.38  "max_size": 0,
% 0.13/0.38  "max_depth": 0,
% 0.13/0.38  "max_length": 0,
% 0.13/0.38  "max_dseconds": 0,
% 0.13/0.38  "runs":[
% 0.13/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1},
% 0.13/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0},
% 0.13/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.13/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.13/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.13/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.13/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.13/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.13/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.13/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.13/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.13/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.13/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.13/0.38  {"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.13/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.13/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.13/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.13/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.13/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.13/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.13/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.13/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.13/0.38  {"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.13/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.13/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.13/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.13/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.13/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.13/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.13/0.38  {"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.13/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.13/0.38  {"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.13/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.13/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.13/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.13/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.13/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.13/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.13/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.13/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.13/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.13/0.38  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 0},
% 0.13/0.38  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 1},
% 0.13/0.38  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 2},
% 0.13/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.13/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.13/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.13/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.13/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.13/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.13/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.13/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.13/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.13/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.13/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.13/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.13/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.13/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.13/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.13/0.38  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.13/0.38  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.13/0.38  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.13/0.38  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.13/0.38  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.13/0.38  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.13/0.38  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.13/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.13/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.13/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.13/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.13/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.13/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.13/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":3},
% 0.13/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":3},
% 0.13/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":4},
% 0.13/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":4},
% 0.13/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":5},
% 0.13/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":5},
% 0.13/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.13/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.13/0.38  {"max_dseconds": 1, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.13/0.38  
% 0.13/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1},
% 0.13/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0},
% 0.13/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.13/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.13/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.13/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.13/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.13/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.13/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.13/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.13/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.13/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.13/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.13/0.38  {"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.13/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.13/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.13/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.13/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.13/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.13/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.13/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.13/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.13/0.38  {"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.13/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.13/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.13/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.13/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.13/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.13/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.13/0.38  {"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.13/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.13/0.38  {"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.13/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.13/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.13/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.13/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.13/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.13/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.13/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.13/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.13/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.13/0.38  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 0},
% 0.13/0.38  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 1},
% 0.13/0.38  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 2},
% 0.13/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.13/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.13/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.13/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.13/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.13/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.13/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.13/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.13/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.13/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.13/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.13/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.13/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.13/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.13/0.39  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.13/0.39  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.13/0.39  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.13/0.39  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.13/0.39  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.13/0.39  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.13/0.39  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.13/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.13/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.13/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.13/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.13/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.13/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.13/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":3},
% 0.13/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":3},
% 0.13/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":4},
% 0.13/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":4},
% 0.13/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":5},
% 0.13/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":5},
% 0.13/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.13/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds": 10, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.13/0.39  
% 0.13/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.13/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.13/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.13/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.13/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.13/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.13/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.13/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.13/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.13/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.13/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.13/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.13/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.13/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.13/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.13/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.13/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.13/0.39  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 0},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 1},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 2},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.13/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.13/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.13/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.13/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.13/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.13/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.13/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.13/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.13/0.39  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.13/0.39  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.13/0.39  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.13/0.39  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.13/0.39  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.13/0.39  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.13/0.39  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.13/0.39  
% 0.13/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1},
% 0.13/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0},
% 0.13/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.13/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.13/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.13/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.13/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.13/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.13/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.13/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.13/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.13/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.13/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.13/0.39  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 0},
% 0.13/0.39  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 1},
% 0.13/0.39  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 2},
% 0.13/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.13/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.13/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.13/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.13/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.13/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.13/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.13/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.13/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.13/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.13/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.13/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.13/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.13/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.13/0.39  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.13/0.39  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.13/0.39  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.13/0.39  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.13/0.39  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.13/0.39  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.13/0.39  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.13/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.13/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.13/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.13/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.13/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.13/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.13/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.13/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds": 250, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.13/0.39  
% 0.13/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1},
% 0.13/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0},
% 0.13/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.13/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.13/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.13/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.13/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.13/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.13/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.13/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.13/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.13/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.13/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.13/0.39  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 0},
% 0.13/0.39  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 1},
% 0.13/0.39  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 2},
% 0.13/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.13/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.13/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.13/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.13/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.13/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.13/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.13/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.13/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.13/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.13/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.13/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.13/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.13/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.13/0.39  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.13/0.39  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.13/0.39  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.13/0.39  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.13/0.39  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.13/0.39  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.13/0.39  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.13/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.13/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.13/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.13/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.13/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.13/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.13/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.13/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds": 1250, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1} 
% 0.13/0.39  
% 0.13/0.39  ]}
% 0.13/0.39  
% 0.13/0.39  
% 0.13/0.39  **** run 1 fork 0 starts with strategy
% 0.13/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.13/0.39  
% 0.13/0.39  **** run 2 fork 1 starts with strategy
% 0.13/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.13/0.39  
% 0.13/0.39  **** run 3 fork 2 starts with strategy
% 0.13/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.13/0.39  
% 0.13/0.39  **** run 4 fork 3 starts with strategy
% 0.13/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.13/0.39  
% 0.13/0.39  **** run 5 fork 4 starts with strategy
% 0.13/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.13/0.39  
% 0.13/0.39  **** run 6 fork 5 starts with strategy
% 0.13/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20}
% 0.13/0.39  
% 0.13/0.39  **** run 8 fork 7 starts with strategy
% 0.13/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 0.13/0.39  
% 0.13/0.39  **** run 7 fork 6 starts with strategy
% 0.13/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20}
% 0.20/0.51  
% 0.20/0.51  
% 0.20/0.51  fork 7: search terminated without proof.
% 0.20/0.51  
% 0.20/0.51  
% 0.20/0.51  fork 0: search terminated without proof.
% 0.20/0.51  
% 0.20/0.51  
% 0.20/0.51  fork 1: search terminated without proof.
% 0.20/0.51  
% 0.20/0.51  
% 0.20/0.51  fork 2: search terminated without proof.
% 0.20/0.51  
% 0.20/0.51  
% 0.20/0.51  fork 3: search terminated without proof.
% 0.20/0.51  
% 0.20/0.51  
% 0.20/0.51  fork 4: search terminated without proof.
% 0.20/0.51  
% 0.20/0.51  
% 0.20/0.51  fork 6: search terminated without proof.
% 0.20/0.51  
% 0.20/0.51  
% 0.20/0.51  fork 5: search terminated without proof.
% 0.20/0.54  
% 0.20/0.54  **** run 15 fork 6 starts with strategy
% 0.20/0.54  
% 0.20/0.54  **** run 14 fork 5 starts with strategy
% 0.20/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.20/0.54  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 0.20/0.54  
% 0.20/0.54  **** run 10 fork 1 starts with strategy
% 0.20/0.54  
% 0.20/0.54  **** run 13 fork 4 starts with strategy
% 0.20/0.54  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.20/0.54  
% 0.20/0.54  **** run 11 fork 2 starts with strategy
% 0.20/0.54  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 0.20/0.54  
% 0.20/0.54  **** run 12 fork 3 starts with strategy
% 0.20/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.20/0.54  
% 0.20/0.54  **** run 16 fork 7 starts with strategy
% 0.20/0.54  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 0.20/0.54  
% 0.20/0.54  **** run 9 fork 0 starts with strategy
% 0.20/0.54  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 0.20/0.54  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 0.20/0.65  
% 0.20/0.65  
% 0.20/0.65  fork 6: search terminated without proof.
% 0.20/0.66  
% 0.20/0.66  
% 0.20/0.66  fork 2: search terminated without proof.
% 0.20/0.66  
% 0.20/0.66  
% 0.20/0.66  fork 0: search terminated without proof.
% 0.20/0.66  
% 0.20/0.66  
% 0.20/0.66  fork 1: search terminated without proof.
% 0.20/0.66  
% 0.20/0.66  
% 0.20/0.66  fork 7: search terminated without proof.
% 0.20/0.66  
% 0.20/0.66  
% 0.20/0.66  fork 3: search terminated without proof.
% 0.20/0.67  
% 0.20/0.67  **** run 23 fork 6 starts with strategy
% 0.20/0.67  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 0.20/0.67  
% 0.20/0.67  
% 0.20/0.67  fork 4: search terminated without proof.
% 0.20/0.68  
% 0.20/0.68  **** run 20 fork 3 starts with strategy
% 0.20/0.68  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0}
% 0.20/0.68  
% 0.20/0.68  **** run 18 fork 1 starts with strategy
% 0.20/0.68  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 0.20/0.68  
% 0.20/0.68  **** run 17 fork 0 starts with strategy
% 0.20/0.68  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 0.20/0.69  
% 0.20/0.69  **** run 24 fork 7 starts with strategy
% 0.20/0.69  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20}
% 0.20/0.70  
% 0.20/0.70  **** run 19 fork 2 starts with strategy
% 0.20/0.70  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1}
% 0.20/0.70  
% 0.20/0.70  **** run 21 fork 4 starts with strategy
% 0.20/0.70  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 2.58/0.70  
% 2.58/0.70  
% 2.58/0.70  fork 5: search terminated without proof.
% 2.58/0.74  
% 2.58/0.74  **** run 22 fork 5 starts with strategy
% 2.58/0.74  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 3.17/0.78  
% 3.17/0.78  
% 3.17/0.78  fork 6: search terminated without proof.
% 3.17/0.80  
% 3.17/0.80  **** run 31 fork 6 starts with strategy
% 3.17/0.80  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 3.17/0.80  
% 3.17/0.80  
% 3.17/0.80  fork 7: search terminated without proof.
% 3.17/0.81  
% 3.17/0.81  
% 3.17/0.81  fork 3: search terminated without proof.
% 3.17/0.81  
% 3.17/0.81  
% 3.17/0.81  fork 1: search terminated without proof.
% 3.17/0.82  
% 3.17/0.82  
% 3.17/0.82  fork 0: search terminated without proof.
% 3.17/0.82  
% 3.17/0.82  **** run 32 fork 7 starts with strategy
% 3.17/0.82  {"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.17/0.83  
% 3.17/0.83  
% 3.17/0.83  fork 4: search terminated without proof.
% 3.17/0.84  
% 3.17/0.84  **** run 28 fork 3 starts with strategy
% 3.17/0.84  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1}
% 3.17/0.84  
% 3.17/0.84  **** run 26 fork 1 starts with strategy
% 3.17/0.84  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 3.17/0.84  
% 3.17/0.84  **** run 25 fork 0 starts with strategy
% 3.17/0.84  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20}
% 3.17/0.85  
% 3.17/0.85  **** run 29 fork 4 starts with strategy
% 3.17/0.85  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 3.17/0.85  
% 3.17/0.85  
% 3.17/0.85  fork 2: search terminated without proof.
% 3.17/0.87  
% 3.17/0.87  **** run 27 fork 2 starts with strategy
% 3.17/0.87  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 3.17/0.87  
% 3.17/0.87  
% 3.17/0.87  fork 5: search terminated without proof.
% 4.10/0.90  
% 4.10/0.90  **** run 30 fork 5 starts with strategy
% 4.10/0.90  {"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}
% 4.25/0.91  
% 4.25/0.91  
% 4.25/0.91  fork 6: search terminated without proof.
% 4.26/0.93  
% 4.26/0.93  **** run 39 fork 6 starts with strategy
% 4.26/0.93  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":2}
% 4.26/0.93  
% 4.26/0.93  
% 4.26/0.93  fork 7: search terminated without proof.
% 4.26/0.95  
% 4.26/0.95  
% 4.26/0.95  fork 3: search terminated without proof.
% 4.26/0.96  
% 4.26/0.96  **** run 40 fork 7 starts with strategy
% 4.26/0.96  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 4.26/0.96  
% 4.26/0.96  
% 4.26/0.96  fork 1: search terminated without proof.
% 4.26/0.96  
% 4.26/0.96  
% 4.26/0.96  fork 0: search terminated without proof.
% 4.26/0.97  
% 4.26/0.97  
% 4.26/0.97  fork 4: search terminated without proof.
% 4.26/0.97  
% 4.26/0.97  **** run 36 fork 3 starts with strategy
% 4.26/0.97  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 4.26/0.98  
% 4.26/0.98  **** run 34 fork 1 starts with strategy
% 4.26/0.98  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 4.26/0.98  
% 4.26/0.98  **** run 33 fork 0 starts with strategy
% 4.26/0.98  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 4.26/0.99  
% 4.26/0.99  **** run 37 fork 4 starts with strategy
% 4.26/0.99  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 4.26/0.99  
% 4.26/0.99  
% 4.26/0.99  fork 2: search terminated without proof.
% 4.92/1.01  
% 4.92/1.01  
% 4.92/1.01  fork 5: search terminated without proof.
% 4.92/1.01  
% 4.92/1.01  **** run 35 fork 2 starts with strategy
% 4.92/1.01  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 4.92/1.04  
% 4.92/1.04  **** run 38 fork 5 starts with strategy
% 4.92/1.04  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"rewrite":0}
% 4.92/1.04  
% 4.92/1.04  
% 4.92/1.04  fork 6: search terminated without proof.
% 4.92/1.06  
% 4.92/1.06  **** run 47 fork 6 starts with strategy
% 4.92/1.06  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 4.92/1.07  
% 4.92/1.07  
% 4.92/1.07  fork 7: search terminated without proof.
% 5.56/1.09  
% 5.56/1.09  
% 5.56/1.09  fork 3: search terminated without proof.
% 5.56/1.09  
% 5.56/1.09  **** run 48 fork 7 starts with strategy
% 5.56/1.09  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":6}
% 5.56/1.09  
% 5.56/1.09  fork 6: search finished without proof.
% 5.56/1.10  
% 5.56/1.10  
% 5.56/1.10  fork 0: search terminated without proof.
% 5.56/1.10  
% 5.56/1.10  
% 5.56/1.10  fork 1: search terminated without proof.
% 5.56/1.11  
% 5.56/1.11  **** run 44 fork 3 starts with strategy
% 5.56/1.11  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":2}
% 5.56/1.11  
% 5.56/1.11  **** run 55 fork 6 starts with strategy
% 5.56/1.11  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":30}
% 5.56/1.11  
% 5.56/1.11  
% 5.56/1.11  fork 4: search terminated without proof.
% 5.56/1.12  
% 5.56/1.12  **** run 42 fork 1 starts with strategy
% 5.56/1.12  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":0}
% 5.56/1.12  
% 5.56/1.12  **** run 41 fork 0 starts with strategy
% 5.56/1.12  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 5.56/1.13  
% 5.56/1.13  
% 5.56/1.13  fork 2: search terminated without proof.
% 5.56/1.14  
% 5.56/1.14  **** run 45 fork 4 starts with strategy
% 5.56/1.14  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 5.56/1.15  
% 5.56/1.15  
% 5.56/1.15  fork 5: search terminated without proof.
% 5.56/1.15  
% 5.56/1.15  **** run 43 fork 2 starts with strategy
% 5.56/1.15  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 5.56/1.17  
% 5.56/1.17  **** run 46 fork 5 starts with strategy
% 5.56/1.17  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":2}
% 6.46/1.19  
% 6.46/1.19  fork 5: search finished without proof.
% 6.46/1.22  
% 6.46/1.22  **** run 54 fork 5 starts with strategy
% 6.46/1.22  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":20,"weight_select_ratio":2}
% 6.46/1.22  
% 6.46/1.22  
% 6.46/1.22  fork 3: search terminated without proof.
% 6.46/1.23  
% 6.46/1.23  
% 6.46/1.23  fork 0: search terminated without proof.
% 6.46/1.23  
% 6.46/1.23  
% 6.46/1.23  fork 6: search terminated without proof.
% 6.46/1.23  
% 6.46/1.23  
% 6.46/1.23  fork 7: search terminated without proof.
% 6.46/1.24  
% 6.46/1.24  
% 6.46/1.24  fork 1: search terminated without proof.
% 6.46/1.24  
% 6.46/1.24  **** run 52 fork 3 starts with strategy
% 6.46/1.24  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":15}
% 6.46/1.25  
% 6.46/1.25  **** run 63 fork 6 starts with strategy
% 6.46/1.25  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1}
% 6.46/1.25  
% 6.46/1.25  **** run 49 fork 0 starts with strategy
% 6.46/1.25  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":8}
% 6.46/1.26  
% 6.46/1.26  
% 6.46/1.26  fork 4: search terminated without proof.
% 6.46/1.26  
% 6.46/1.26  **** run 50 fork 1 starts with strategy
% 6.46/1.26  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":10}
% 6.46/1.28  
% 6.46/1.28  **** run 53 fork 4 starts with strategy
% 6.46/1.28  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":20}
% 6.46/1.28  
% 6.46/1.28  
% 6.46/1.28  fork 2: search terminated without proof.
% 6.46/1.28  
% 6.46/1.28  **** run 56 fork 7 starts with strategy
% 6.46/1.28  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":40}
% 6.46/1.28  
% 6.46/1.28  fork 3: search finished without proof.
% 6.46/1.30  
% 6.46/1.30  **** run 51 fork 2 starts with strategy
% 6.46/1.30  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":10}
% 6.46/1.30  
% 6.46/1.30  **** run 60 fork 3 starts with strategy
% 6.46/1.30  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 6.46/1.32  
% 6.46/1.32  fork 2: search finished without proof.
% 7.44/1.33  
% 7.44/1.33  
% 7.44/1.33  fork 5: search terminated without proof.
% 7.58/1.34  
% 7.58/1.34  **** run 59 fork 2 starts with strategy
% 7.58/1.34  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50}
% 7.58/1.35  
% 7.58/1.35  **** run 62 fork 5 starts with strategy
% 7.58/1.35  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0}
% 7.58/1.37  
% 7.58/1.37  
% 7.58/1.37  fork 6: search terminated without proof.
% 7.58/1.38  
% 7.58/1.38  
% 7.58/1.38  fork 1: search terminated without proof.
% 7.58/1.38  
% 7.58/1.38  
% 7.58/1.38  fork 0: search terminated without proof.
% 7.58/1.39  
% 7.58/1.39  **** run 71 fork 6 starts with strategy
% 7.58/1.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":2}
% 7.58/1.40  
% 7.58/1.40  
% 7.58/1.40  fork 4: search terminated without proof.
% 7.58/1.40  
% 7.58/1.40  **** run 57 fork 0 starts with strategy
% 7.58/1.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1}
% 7.58/1.41  
% 7.58/1.41  **** run 58 fork 1 starts with strategy
% 7.58/1.41  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"repeat_var_weight":1}
% 7.58/1.42  
% 7.58/1.42  **** run 61 fork 4 starts with strategy
% 7.58/1.42  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100}
% 7.58/1.42  
% 7.58/1.42  
% 7.58/1.42  fork 3: search terminated without proof.
% 8.24/1.43  
% 8.24/1.43  
% 8.24/1.43  fork 7: search terminated without proof.
% 8.24/1.44  
% 8.24/1.44  **** run 68 fork 3 starts with strategy
% 8.24/1.44  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"rewrite":0}
% 8.24/1.45  
% 8.24/1.45  **** run 64 fork 7 starts with strategy
% 8.24/1.45  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20}
% 8.24/1.46  
% 8.24/1.46  
% 8.24/1.46  fork 2: search terminated without proof.
% 8.24/1.46  
% 8.24/1.46  
% 8.24/1.46  fork 5: search terminated without proof.
% 8.70/1.48  
% 8.70/1.48  **** run 67 fork 2 starts with strategy
% 8.70/1.48  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1}
% 8.70/1.48  
% 8.70/1.48  **** run 70 fork 5 starts with strategy
% 8.70/1.48  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":2}
% 8.70/1.52  
% 8.70/1.52  
% 8.70/1.52  fork 6: search terminated without proof.
% 8.70/1.52  
% 8.70/1.52  
% 8.70/1.52  fork 0: search terminated without proof.
% 8.70/1.53  
% 8.70/1.53  
% 8.70/1.53  fork 1: search terminated without proof.
% 8.70/1.54  
% 8.70/1.54  **** run 79 fork 6 starts with strategy
% 8.70/1.54  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"depth_penalty":50}
% 8.70/1.54  
% 8.70/1.54  
% 8.70/1.54  fork 4: search terminated without proof.
% 8.70/1.54  
% 8.70/1.54  **** run 65 fork 0 starts with strategy
% 8.70/1.54  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100}
% 8.70/1.55  
% 8.70/1.55  **** run 66 fork 1 starts with strategy
% 8.70/1.55  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth":4}
% 9.30/1.56  
% 9.30/1.56  **** run 69 fork 4 starts with strategy
% 9.30/1.56  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"weight_select_ratio":2}
% 9.30/1.57  
% 9.30/1.57  
% 9.30/1.57  fork 3: search terminated without proof.
% 9.45/1.58  
% 9.45/1.58  
% 9.45/1.58  fork 7: search terminated without proof.
% 9.45/1.58  
% 9.45/1.58  fork 1: search finished without proof.
% 9.45/1.59  
% 9.45/1.59  **** run 76 fork 3 starts with strategy
% 9.45/1.59  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":4}
% 9.45/1.59  
% 9.45/1.59  **** run 72 fork 7 starts with strategy
% 9.45/1.59  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":1}
% 9.45/1.61  
% 9.45/1.61  **** run 74 fork 1 starts with strategy
% 9.45/1.61  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":3}
% 9.45/1.61  
% 9.45/1.61  
% 9.45/1.61  fork 2: search terminated without proof.
% 9.77/1.62  
% 9.77/1.62  
% 9.77/1.62  fork 5: search terminated without proof.
% 9.77/1.63  
% 9.77/1.63  **** run 75 fork 2 starts with strategy
% 9.77/1.63  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":4}
% 9.97/1.64  
% 9.97/1.64  **** run 78 fork 5 starts with strategy
% 9.97/1.64  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":5}
% 9.97/1.66  
% 9.97/1.66  
% 9.97/1.66  fork 0: search terminated without proof.
% 9.97/1.66  
% 9.97/1.66  
% 9.97/1.66  fork 6: search terminated without proof.
% 9.97/1.68  
% 9.97/1.68  **** run 73 fork 0 starts with strategy
% 9.97/1.68  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":3}
% 9.97/1.68  
% 9.97/1.68  **** run 87 fork 6 starts with strategy
% 9.97/1.68  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20}
% 9.97/1.69  
% 9.97/1.69  
% 9.97/1.69  fork 4: search terminated without proof.
% 9.97/1.71  
% 9.97/1.71  **** run 77 fork 4 starts with strategy
% 9.97/1.71  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":5}
% 10.63/1.72  
% 10.63/1.72  
% 10.63/1.72  fork 3: search terminated without proof.
% 10.63/1.72  
% 10.63/1.72  
% 10.63/1.72  fork 7: search terminated without proof.
% 10.63/1.74  
% 10.63/1.74  
% 10.63/1.74  fork 1: search terminated without proof.
% 10.63/1.74  
% 10.63/1.74  **** run 84 fork 3 starts with strategy
% 10.63/1.74  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 10.63/1.74  
% 10.63/1.74  **** run 80 fork 7 starts with strategy
% 10.63/1.74  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 10.63/1.76  
% 10.63/1.76  
% 10.63/1.76  fork 2: search terminated without proof.
% 10.63/1.76  
% 10.63/1.76  **** run 82 fork 1 starts with strategy
% 10.63/1.76  {"max_dseconds":10,"strategy":["unit"],"query_preference":1}
% 10.63/1.77  
% 10.63/1.77  
% 10.63/1.77  fork 5: search terminated without proof.
% 10.63/1.78  
% 10.63/1.78  **** run 83 fork 2 starts with strategy
% 10.63/1.78  {"max_dseconds":10,"strategy":["unit"],"query_preference":0}
% 11.09/1.79  
% 11.09/1.79  **** run 86 fork 5 starts with strategy
% 11.09/1.79  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 11.09/1.80  
% 11.09/1.80  
% 11.09/1.80  fork 0: search terminated without proof.
% 11.09/1.82  
% 11.09/1.82  **** run 81 fork 0 starts with strategy
% 11.09/1.82  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1,"sine":1}
% 11.09/1.83  
% 11.09/1.83  
% 11.09/1.83  fork 4: search terminated without proof.
% 11.09/1.85  
% 11.09/1.85  **** run 85 fork 4 starts with strategy
% 11.09/1.85  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 11.69/1.87  
% 11.69/1.87  
% 11.69/1.87  fork 7: search terminated without proof.
% 11.69/1.91  
% 11.69/1.91  **** run 88 fork 7 starts with strategy
% 11.69/1.93  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20}
% 11.69/1.95  
% 11.69/1.95  
% 11.69/1.95  fork 0: search terminated without proof.
% 11.69/1.97  
% 11.69/1.97  **** run 89 fork 0 starts with strategy
% 11.69/1.97  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 18.15/2.70  
% 18.15/2.70  
% 18.15/2.70  fork 6: search terminated without proof.
% 18.15/2.73  
% 18.15/2.73  **** run 95 fork 6 starts with strategy
% 18.15/2.73  {"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}
% 18.72/2.76  
% 18.72/2.76  
% 18.72/2.76  fork 3: search terminated without proof.
% 18.72/2.78  
% 18.72/2.78  **** run 92 fork 3 starts with strategy
% 18.72/2.78  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 18.72/2.78  
% 18.72/2.78  
% 18.72/2.78  fork 1: search terminated without proof.
% 18.72/2.80  
% 18.72/2.80  
% 18.72/2.80  fork 2: search terminated without proof.
% 18.72/2.81  
% 18.72/2.81  
% 18.72/2.81  fork 5: search terminated without proof.
% 19.24/2.82  
% 19.24/2.82  **** run 90 fork 1 starts with strategy
% 19.24/2.82  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 19.24/2.83  
% 19.24/2.83  **** run 91 fork 2 starts with strategy
% 19.24/2.83  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 19.24/2.85  
% 19.24/2.85  **** run 94 fork 5 starts with strategy
% 19.24/2.85  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 19.63/2.88  
% 19.63/2.88  
% 19.63/2.88  fork 4: search terminated without proof.
% 19.63/2.91  
% 19.63/2.91  **** run 93 fork 4 starts with strategy
% 19.63/2.91  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 20.55/2.98  
% 20.55/2.98  
% 20.55/2.98  fork 0: search terminated without proof.
% 20.55/3.01  
% 20.55/3.01  **** run 97 fork 0 starts with strategy
% 20.55/3.01  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 20.98/3.04  
% 20.98/3.04  
% 20.98/3.04  fork 7: search terminated without proof.
% 21.11/3.07  
% 21.11/3.07  **** run 96 fork 7 starts with strategy
% 21.11/3.07  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 26.56/3.75  
% 26.56/3.75  
% 26.56/3.75  fork 6: search terminated without proof.
% 26.56/3.78  
% 26.56/3.78  **** run 103 fork 6 starts with strategy
% 26.56/3.78  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 26.56/3.81  
% 26.56/3.81  
% 26.56/3.81  fork 3: search terminated without proof.
% 26.56/3.84  
% 26.56/3.84  **** run 100 fork 3 starts with strategy
% 26.56/3.84  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":1}
% 26.56/3.84  
% 26.56/3.84  
% 26.56/3.84  fork 1: search terminated without proof.
% 26.56/3.85  
% 26.56/3.85  
% 26.56/3.85  fork 2: search terminated without proof.
% 26.56/3.87  
% 26.56/3.87  
% 26.56/3.87  fork 5: search terminated without proof.
% 26.56/3.88  
% 26.56/3.88  **** run 98 fork 1 starts with strategy
% 26.56/3.88  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 26.56/3.90  
% 26.56/3.90  **** run 99 fork 2 starts with strategy
% 26.56/3.90  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 26.56/3.91  
% 26.56/3.91  **** run 102 fork 5 starts with strategy
% 26.56/3.91  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 27.86/3.94  
% 27.86/3.94  
% 27.86/3.94  fork 4: search terminated without proof.
% 27.86/3.96  
% 27.86/3.96  **** run 101 fork 4 starts with strategy
% 27.86/3.96  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0}
% 28.43/4.04  
% 28.43/4.04  
% 28.43/4.04  fork 0: search terminated without proof.
% 28.43/4.07  
% 28.43/4.07  **** run 105 fork 0 starts with strategy
% 28.43/4.07  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20}
% 30.24/4.22  
% 30.24/4.22  
% 30.24/4.22  fork 7: search terminated without proof.
% 30.24/4.26  
% 30.24/4.26  **** run 104 fork 7 starts with strategy
% 30.24/4.26  {"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}
% 34.89/4.80  
% 34.89/4.80  
% 34.89/4.80  fork 6: search terminated without proof.
% 34.89/4.82  
% 34.89/4.82  **** run 111 fork 6 starts with strategy
% 34.89/4.82  {"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}
% 35.08/4.87  
% 35.08/4.87  
% 35.08/4.87  fork 3: search terminated without proof.
% 35.08/4.89  
% 35.08/4.89  **** run 108 fork 3 starts with strategy
% 35.08/4.89  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 35.08/4.90  
% 35.08/4.90  
% 35.08/4.90  fork 1: search terminated without proof.
% 35.87/4.92  
% 35.87/4.92  
% 35.87/4.92  fork 2: search terminated without proof.
% 35.87/4.93  
% 35.87/4.93  **** run 106 fork 1 starts with strategy
% 35.87/4.93  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20}
% 35.87/4.94  
% 35.87/4.94  
% 35.87/4.94  fork 5: search terminated without proof.
% 35.87/4.96  
% 35.87/4.96  **** run 110 fork 5 starts with strategy
% 35.87/4.96  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 35.87/4.96  
% 35.87/4.96  **** run 107 fork 2 starts with strategy
% 35.87/4.96  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 35.87/4.98  
% 35.87/4.98  
% 35.87/4.98  fork 4: search terminated without proof.
% 36.48/5.00  
% 36.48/5.00  **** run 109 fork 4 starts with strategy
% 36.48/5.00  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1}
% 37.10/5.10  
% 37.10/5.10  
% 37.10/5.10  fork 0: search terminated without proof.
% 37.10/5.12  
% 37.10/5.12  **** run 113 fork 0 starts with strategy
% 37.10/5.12  {"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}
% 39.63/5.41  
% 39.63/5.41  
% 39.63/5.41  fork 7: search terminated without proof.
% 39.63/5.43  
% 39.63/5.43  **** run 112 fork 7 starts with strategy
% 39.63/5.43  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 42.47/5.83  
% 42.47/5.83  
% 42.47/5.83  fork 6: search terminated without proof.
% 42.47/5.85  
% 42.47/5.85  **** run 119 fork 6 starts with strategy
% 42.47/5.85  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"rewrite":0}
% 43.61/5.92  
% 43.61/5.92  
% 43.61/5.92  fork 3: search terminated without proof.
% 43.61/5.93  
% 43.61/5.93  **** run 116 fork 3 starts with strategy
% 43.61/5.93  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 43.99/5.95  
% 43.99/5.95  
% 43.99/5.95  fork 1: search terminated without proof.
% 43.99/5.97  
% 43.99/5.97  **** run 114 fork 1 starts with strategy
% 43.99/5.97  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 43.99/5.98  
% 43.99/5.98  
% 43.99/5.98  fork 5: search terminated without proof.
% 43.99/5.98  
% 43.99/5.98  
% 43.99/5.98  fork 2: search terminated without proof.
% 43.99/6.00  
% 43.99/6.00  **** run 118 fork 5 starts with strategy
% 43.99/6.00  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 43.99/6.01  
% 43.99/6.01  **** run 115 fork 2 starts with strategy
% 43.99/6.01  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 43.99/6.02  
% 43.99/6.02  
% 43.99/6.02  fork 4: search terminated without proof.
% 43.99/6.04  
% 43.99/6.04  **** run 117 fork 4 starts with strategy
% 43.99/6.04  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 45.52/6.15  
% 45.52/6.15  
% 45.52/6.15  fork 0: search terminated without proof.
% 45.60/6.16  
% 45.60/6.16  **** run 121 fork 0 starts with strategy
% 45.60/6.16  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 48.75/6.57  
% 48.75/6.57  
% 48.75/6.57  fork 7: search terminated without proof.
% 48.75/6.59  
% 48.75/6.59  **** run 120 fork 7 starts with strategy
% 48.75/6.59  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":2}
% 51.06/6.87  
% 51.06/6.87  
% 51.06/6.87  fork 6: search terminated without proof.
% 51.06/6.90  
% 51.06/6.90  **** run 127 fork 6 starts with strategy
% 51.06/6.90  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":2}
% 51.06/6.92  
% 51.06/6.92  fork 6: search finished without proof.
% 51.06/6.94  
% 51.06/6.94  **** run 135 fork 6 starts with strategy
% 51.06/6.94  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":20,"weight_select_ratio":2}
% 52.07/6.99  
% 52.07/6.99  
% 52.07/6.99  fork 1: search terminated without proof.
% 52.07/7.00  
% 52.07/7.00  **** run 122 fork 1 starts with strategy
% 52.07/7.00  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 52.07/7.03  
% 52.07/7.03  
% 52.07/7.03  fork 5: search terminated without proof.
% 52.07/7.03  
% 52.07/7.03  
% 52.07/7.03  fork 2: search terminated without proof.
% 52.07/7.06  
% 52.07/7.06  
% 52.07/7.06  fork 4: search terminated without proof.
% 52.07/7.06  
% 52.07/7.06  
% 52.07/7.06  fork 3: search terminated without proof.
% 52.07/7.06  
% 52.07/7.06  **** run 123 fork 2 starts with strategy
% 52.07/7.06  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":0}
% 52.07/7.06  
% 52.07/7.06  **** run 126 fork 5 starts with strategy
% 52.07/7.06  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 52.07/7.08  
% 52.07/7.08  **** run 125 fork 4 starts with strategy
% 52.07/7.08  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":2}
% 52.07/7.08  **** run 124 fork 3 starts with strategy
% 52.07/7.08  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1}
% 52.07/7.08  
% 53.43/7.23  
% 53.43/7.23  
% 53.43/7.23  fork 0: search terminated without proof.
% 54.19/7.27  
% 54.19/7.27  **** run 129 fork 0 starts with strategy
% 54.19/7.27  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":6}
% 57.10/7.70  
% 57.10/7.70  
% 57.10/7.70  fork 7: search terminated without proof.
% 57.75/7.75  
% 57.75/7.75  **** run 128 fork 7 starts with strategy
% 57.75/7.75  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 57.75/7.77  
% 57.75/7.77  fork 7: search finished without proof.
% 57.75/7.79  
% 57.75/7.79  **** run 136 fork 7 starts with strategy
% 57.75/7.79  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":30}
% 59.21/7.96  
% 59.21/7.96  
% 59.21/7.96  fork 6: search terminated without proof.
% 59.72/7.98  
% 59.72/7.98  **** run 143 fork 6 starts with strategy
% 59.72/7.98  {"max_dseconds":10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0}
% 59.72/8.03  
% 59.72/8.03  
% 59.72/8.03  fork 1: search terminated without proof.
% 60.50/8.06  
% 60.50/8.06  **** run 130 fork 1 starts with strategy
% 60.50/8.06  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":8}
% 60.75/8.10  
% 60.75/8.10  
% 60.75/8.10  fork 5: search terminated without proof.
% 60.75/8.10  
% 60.75/8.10  
% 60.75/8.10  fork 2: search terminated without proof.
% 60.75/8.10  
% 60.75/8.10  
% 60.75/8.10  fork 3: search terminated without proof.
% 61.02/8.13  
% 61.02/8.13  **** run 134 fork 5 starts with strategy
% 61.02/8.13  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":20}
% 61.08/8.14  
% 61.08/8.14  
% 61.08/8.14  fork 4: search terminated without proof.
% 61.08/8.15  
% 61.08/8.15  **** run 132 fork 3 starts with strategy
% 61.08/8.15  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":10}
% 61.08/8.17  
% 61.08/8.17  fork 3: search finished without proof.
% 61.08/8.19  
% 61.08/8.19  **** run 131 fork 2 starts with strategy
% 61.08/8.19  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":10}
% 61.08/8.19  
% 61.08/8.19  **** run 140 fork 3 starts with strategy
% 61.08/8.19  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50}
% 61.63/8.21  
% 61.63/8.21  **** run 133 fork 4 starts with strategy
% 61.63/8.21  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":15}
% 61.63/8.24  
% 61.63/8.24  fork 4: search finished without proof.
% 61.63/8.25  
% 61.63/8.25  **** run 141 fork 4 starts with strategy
% 61.63/8.25  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 61.63/8.36  
% 61.63/8.36  
% 61.63/8.36  fork 0: search terminated without proof.
% 62.91/8.38  
% 62.91/8.38  **** run 137 fork 0 starts with strategy
% 62.91/8.38  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":40}
% 66.37/8.81  
% 66.37/8.81  
% 66.37/8.81  fork 7: search terminated without proof.
% 66.54/8.84  
% 66.54/8.84  **** run 144 fork 7 starts with strategy
% 66.54/8.84  {"max_dseconds":10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1}
% 67.29/9.00  
% 67.29/9.00  
% 67.29/9.00  fork 6: search terminated without proof.
% 67.29/9.03  
% 67.29/9.03  **** run 151 fork 6 starts with strategy
% 67.29/9.03  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"sine":2}
% 67.29/9.08  
% 67.29/9.08  
% 67.29/9.08  fork 1: search terminated without proof.
% 68.59/9.11  
% 68.59/9.11  **** run 138 fork 1 starts with strategy
% 68.59/9.11  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1}
% 68.59/9.16  
% 68.59/9.16  
% 68.59/9.16  fork 5: search terminated without proof.
% 68.59/9.17  
% 68.59/9.17  **** run 142 fork 5 starts with strategy
% 68.59/9.17  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100}
% 69.51/9.21  
% 69.51/9.21  
% 69.51/9.21  fork 3: search terminated without proof.
% 69.51/9.21  
% 69.51/9.21  
% 69.51/9.21  fork 2: search terminated without proof.
% 69.58/9.23  
% 69.58/9.23  **** run 139 fork 2 starts with strategy
% 69.58/9.23  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"repeat_var_weight":1}
% 69.58/9.25  
% 69.58/9.25  **** run 148 fork 3 starts with strategy
% 69.58/9.25  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":1}
% 69.58/9.27  
% 69.58/9.27  
% 69.58/9.27  fork 4: search terminated without proof.
% 69.58/9.30  
% 69.58/9.30  **** run 149 fork 4 starts with strategy
% 69.58/9.30  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":1,"rewrite":0}
% 71.75/9.49  
% 71.75/9.49  
% 71.75/9.49  fork 0: search terminated without proof.
% 71.98/9.53  
% 71.98/9.53  **** run 145 fork 0 starts with strategy
% 71.98/9.53  {"max_dseconds":10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20}
% 74.14/9.86  
% 74.14/9.86  
% 74.14/9.86  fork 7: search terminated without proof.
% 74.87/9.89  
% 74.87/9.89  **** run 152 fork 7 starts with strategy
% 74.87/9.89  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":2}
% 75.85/10.06  
% 75.85/10.06  
% 75.85/10.06  fork 6: search terminated without proof.
% 75.85/10.09  
% 75.85/10.09  **** run 159 fork 6 starts with strategy
% 75.85/10.09  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":5}
% 76.55/10.12  
% 76.55/10.12  
% 76.55/10.12  fork 1: search terminated without proof.
% 76.55/10.15  
% 76.55/10.15  **** run 146 fork 1 starts with strategy
% 76.55/10.15  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100}
% 77.27/10.20  
% 77.27/10.20  
% 77.27/10.20  fork 5: search terminated without proof.
% 77.42/10.23  
% 77.42/10.23  **** run 150 fork 5 starts with strategy
% 77.42/10.23  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":1,"weight_select_ratio":2}
% 77.42/10.26  
% 77.42/10.26  
% 77.42/10.26  fork 2: search terminated without proof.
% 77.42/10.29  
% 77.42/10.29  **** run 147 fork 2 starts with strategy
% 77.42/10.29  {"max_dseconds":10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth":4}
% 77.42/10.30  
% 77.42/10.30  
% 77.42/10.30  fork 3: search terminated without proof.
% 78.17/10.32  
% 78.17/10.32  fork 2: search finished without proof.
% 78.17/10.32  
% 78.17/10.32  
% 78.17/10.32  fork 4: search terminated without proof.
% 78.17/10.34  
% 78.17/10.34  **** run 155 fork 2 starts with strategy
% 78.17/10.34  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":3}
% 78.17/10.35  
% 78.17/10.35  **** run 156 fork 3 starts with strategy
% 78.17/10.35  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"sine":4}
% 78.17/10.36  
% 78.17/10.36  **** run 157 fork 4 starts with strategy
% 78.17/10.36  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":4}
% 81.18/10.68  
% 81.18/10.68  
% 81.18/10.68  fork 0: search terminated without proof.
% 81.32/10.71  
% 81.32/10.71  **** run 153 fork 0 starts with strategy
% 81.32/10.71  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"sine":1}
% 82.87/10.93  
% 82.87/10.93  
% 82.87/10.93  fork 7: search terminated without proof.
% 82.87/10.96  
% 82.87/10.96  **** run 160 fork 7 starts with strategy
% 82.87/10.96  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":1,"depth_penalty":50}
% 84.36/11.12  
% 84.36/11.12  
% 84.36/11.12  fork 6: search terminated without proof.
% 84.36/11.15  
% 84.36/11.15  **** run 167 fork 6 starts with strategy
% 84.36/11.15  {"max_dseconds":50,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 84.36/11.17  
% 84.36/11.17  
% 84.36/11.17  fork 1: search terminated without proof.
% 85.23/11.20  
% 85.23/11.20  **** run 154 fork 1 starts with strategy
% 85.23/11.20  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"sine":3}
% 85.23/11.27  
% 85.23/11.27  
% 85.23/11.27  fork 5: search terminated without proof.
% 85.23/11.30  
% 85.23/11.30  **** run 158 fork 5 starts with strategy
% 85.23/11.30  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"sine":5}
% 86.03/11.38  
% 86.03/11.38  
% 86.03/11.38  fork 3: search terminated without proof.
% 86.03/11.39  
% 86.03/11.39  
% 86.03/11.39  fork 4: search terminated without proof.
% 86.79/11.41  
% 86.79/11.41  **** run 164 fork 3 starts with strategy
% 86.79/11.41  {"max_dseconds":50,"strategy":["unit"],"query_preference":0}
% 86.79/11.41  
% 86.79/11.41  
% 86.79/11.41  fork 2: search terminated without proof.
% 86.79/11.43  
% 86.79/11.43  **** run 165 fork 4 starts with strategy
% 86.79/11.43  {"max_dseconds":50,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 86.79/11.45  
% 86.79/11.45  **** run 163 fork 2 starts with strategy
% 86.79/11.45  {"max_dseconds":50,"strategy":["unit"],"query_preference":1}
% 89.20/11.78  
% 89.20/11.78  
% 89.20/11.78  fork 0: search terminated without proof.
% 89.99/11.81  
% 89.99/11.81  **** run 161 fork 0 starts with strategy
% 89.99/11.81  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 89.99/11.99  
% 89.99/11.99  
% 89.99/11.99  fork 7: search terminated without proof.
% 91.68/12.02  
% 91.68/12.02  **** run 168 fork 7 starts with strategy
% 91.68/12.02  {"max_dseconds":50,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20}
% 92.99/12.23  
% 92.99/12.23  
% 92.99/12.23  fork 1: search terminated without proof.
% 92.99/12.26  
% 92.99/12.26  **** run 162 fork 1 starts with strategy
% 92.99/12.26  {"max_dseconds":10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1,"sine":1}
% 94.07/12.33  
% 94.07/12.33  
% 94.07/12.33  fork 5: search terminated without proof.
% 94.07/12.37  
% 94.07/12.37  **** run 166 fork 5 starts with strategy
% 94.07/12.37  {"max_dseconds":50,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 98.00/12.84  
% 98.00/12.84  
% 98.00/12.84  fork 0: search terminated without proof.
% 98.00/12.86  
% 98.00/12.86  **** run 169 fork 0 starts with strategy
% 98.00/12.86  {"max_dseconds":50,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20}
% 100.97/13.29  
% 100.97/13.29  
% 100.97/13.29  fork 1: search terminated without proof.
% 100.97/13.32  
% 100.97/13.32  **** run 170 fork 1 starts with strategy
% 100.97/13.32  {"max_dseconds":50,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 115.64/15.17  
% 115.64/15.17  
% 115.64/15.17  result: proof found
% 115.64/15.17  for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 115.64/15.17  by run 163 fork 2 strategy {"max_dseconds":50,"strategy":["unit"],"query_preference":1}
% 115.64/15.17  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 115.64/15.17  
% 115.64/15.17  % SZS output start CNFRefutation for /export/starexec/sandbox/benchmark/theBenchmark.p 
% See solution above
% 115.64/15.17  
% 115.64/15.17  run 163 fork 2 statistics:
% 115.64/15.17  ----------------------------------
% 115.64/15.17  this run seconds: 3.327521
% 115.64/15.17  total seconds: 14.309233
% 115.64/15.17  stat_given_used: 3792
% 115.64/15.17  stat_given_used_at_endgame: 0
% 115.64/15.17  stat_given_candidates:   9035
% 115.64/15.17  stat_given_candidates_at_endgame: 0
% 115.64/15.17  stat_given_candidates_h: 0
% 115.64/15.17  stat_binres_derived_cl:   1
% 115.64/15.17  stat_binres_derived_cl_h: 0
% 115.64/15.17  stat_factor_derived_cl: 0
% 115.64/15.17  stat_para_derived_cl: 1444143
% 115.64/15.17  stat_tautologies_discarded: 0
% 115.64/15.17  stat_forward_subsumed: 66401
% 115.64/15.17  stat_derived_cut: 0
% 115.64/15.17  stat_derived_rewritten: 1337
% 115.64/15.17  stat_weight_discarded_building: 0
% 115.64/15.17  stat_weight_discarded_cl: 24851
% 115.64/15.17  stat_internlimit_discarded_cl: 0
% 115.64/15.17  stat_simplified:  1337 simplified 0 derived 0 given
% 115.64/15.17  stat_kept_cl: 187145
% 115.64/15.17  stat_built_cl: 220917
% 115.64/15.17  stat_hyperres_partial_cl: 0
% 115.64/15.17  stat_made_rewriters: 3791
% 115.64/15.17  stat_backward_subsumed: 0
% 115.64/15.17  stat_propagated_subsumed: 0
% 115.64/15.17  stat_clsubs_attempted:                    823940
% 115.64/15.17  stat_clsubs_fact_groundunit_found:             0
% 115.64/15.17  stat_clsubs_rule_groundunit_found:             1
% 115.64/15.17  stat_clsubs_top_meta_attempted:            7183945
% 115.64/15.17  stat_clsubs_top_meta_failed:               6360005
% 115.64/15.17  stat_clsubs_top_meta_nonpref_attempted:             7183945
% 115.64/15.17  stat_clsubs_top_meta_nonpref_succeeded:             2674270
% 115.64/15.17  stat_clsubs_top_meta_pref_attempted:                2674270
% 115.64/15.17  stat_clsubs_top_meta_pref1_succeeded:               2674270
% 115.64/15.17  stat_clsubs_top_meta_pref2_succeeded:               1330794
% 115.64/15.17  stat_clsubs_top_meta_pref3_succeeded:                823940
% 115.64/15.17  stat_clsubs_top_meta_pref_succeeded:                 823940
% 115.64/15.17  stat_clsubs_meta_attempted:               823940
% 115.64/15.17  stat_clsubs_meta_failed:                  145334
% 115.64/15.17  stat_clsubs_predsymbs_attempted:               0
% 115.64/15.17  stat_clsubs_unit_attempted:               823940
% 115.64/15.17  stat_clsubs_full_attempted:                    0
% 115.64/15.17  stat_forwardsubs_attempted:               278397
% 115.64/15.17  stat_lit_hash_added:                 187156
% 115.64/15.17  stat_lit_hash_computed:              469380
% 115.64/15.17  stat_lit_hash_match_found:            66434
% 115.64/15.17  stat_lit_hash_match_miss:            429123
% 115.64/15.17  stat_lit_hash_cut_ok:                     0
% 115.64/15.17  stat_lit_strong_cut_ok:                   0
% 115.64/15.17  stat_lit_hash_subsume_ok:             66401
% 115.64/15.17  clqueue els 10000000 used 1
% 115.64/15.17  clactive els 10000000 used 3793
% 115.64/15.17  clactivesubsume els 10000000 used 22747
% 115.64/15.17  queue_termbuf els 200000000 used 19390750
% 115.64/15.17  hyper_termbuf els 100000000 used 1
% 115.64/15.17  active_termbuf els 100000000 used 211208
% 115.64/15.17  varstack els 5000 last used 1
% 115.64/15.17  given_termbuf els 10000000 last used 47
% 115.64/15.17  simplified_termbuf els 10000000 last used 1
% 115.64/15.17  derived_termbuf els 10000000 last used 3
% 115.64/15.17  wr_mallocs: 169901
% 115.64/15.17  wr_callocs: 19
% 115.64/15.17  wr_reallocs: 48698
% 115.64/15.17  wr_frees: 2
% 115.64/15.17  wr_malloc_bytes: 4169912788
% 115.64/15.17  wr_calloc_bytes: 96065504
% 115.64/15.17  wr_realloc_bytes: 8284896
% 115.64/15.17  wr_realloc_freebytes: 0
% 115.64/15.17  ----------------------------------
%------------------------------------------------------------------------------