TSTP Solution File: BOO007-4 by GKC---0.8

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : GKC---0.8
% Problem  : BOO007-4 : TPTP v8.1.2. Released v1.1.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : gkc %s

% Computer : n028.cluster.edu
% Model    : x86_64 x86_64
% CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 2.10GHz
% Memory   : 8042.1875MB
% OS       : Linux 3.10.0-693.el7.x86_64
% CPULimit : 300s
% WCLimit  : 300s
% DateTime : Wed Aug 30 18:08:28 EDT 2023

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

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

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

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

cnf('4',plain,
    multiply(X,add(Y,multiplicative_identity)) = add(multiply(X,Y),X),
    inference(paramodulation,[],['2','3']) ).

cnf('5',plain,
    add(X,additive_identity) = X,
    inference(cnf_transformation,[],['$inc_additive_id1']) ).

cnf('6',plain,
    multiply(additive_identity,add(X,multiplicative_identity)) = multiply(additive_identity,X),
    inference(paramodulation,[],['4','5']) ).

cnf('7',plain,
    multiply(additive_identity,add(multiplicative_identity,X3)) = multiply(additive_identity,X3),
    inference(paramodulation,[],['1','6']) ).

cnf('8',plain,
    multiply(X,Y) = multiply(Y,X),
    inference(cnf_transformation,[],['$inc_commutativity_of_multiply']) ).

cnf('9',plain,
    multiply(multiplicative_identity,X) = X,
    inference(paramodulation,[],['8','2']) ).

cnf('10',plain,
    add(X,inverse(X)) = multiplicative_identity,
    inference(cnf_transformation,[],['$inc_additive_inverse1']) ).

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

cnf('12',plain,
    add(X3,multiply(Y3,inverse(X3))) = multiply(add(X3,Y3),multiplicative_identity),
    inference(paramodulation,[],['10','11']) ).

cnf('13',plain,
    add(X,multiply(Y,inverse(X))) = add(X,Y),
    inference(simplify,[],['12','2']) ).

cnf('14',plain,
    add(X3,inverse(X3)) = add(X3,multiplicative_identity),
    inference(paramodulation,[],['9','13']) ).

cnf('15',plain,
    multiplicative_identity = add(X,multiplicative_identity),
    inference(simplify,[],['14','10']) ).

cnf('16',plain,
    add(multiplicative_identity,X) = multiplicative_identity,
    inference(paramodulation,[],['15','1']) ).

cnf('17',plain,
    additive_identity = multiply(additive_identity,X),
    inference(simplify,[then_simplify],['7','16','2']) ).

cnf('18',plain,
    add(X,multiply(additive_identity,Y)) = multiply(X,add(X,Y)),
    inference(paramodulation,[],['5','11']) ).

cnf('19',plain,
    add(X3,additive_identity) = multiply(X3,add(X3,Y3)),
    inference(paramodulation,[],['17','18']) ).

cnf('20',plain,
    X = multiply(X,add(X,Y)),
    inference(simplify,[],['19','5']) ).

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

cnf('22',plain,
    multiply(X,add(multiplicative_identity,Y)) = add(X,multiply(X,Y)),
    inference(paramodulation,[],['2','3']) ).

cnf('23',plain,
    add(X3,multiply(Y3,multiply(X3,Z3))) = multiply(add(X3,Y3),multiply(X3,add(multiplicative_identity,Z3))),
    inference(paramodulation,[],['22','11']) ).

cnf('24',plain,
    multiply(add(X,Y),X) = X,
    inference(paramodulation,[],['20','8']) ).

cnf('25',plain,
    add(X,multiply(Y,multiply(X,Z))) = X,
    inference(simplify,[then_simplify],['23','16','2','24']) ).

cnf('26',plain,
    add(X,multiply(Y,X)) = X,
    inference(paramodulation,[],['21','25']) ).

cnf('27',plain,
    add(multiply(X,Y),Y) = Y,
    inference(paramodulation,[],['26','1']) ).

cnf('28',plain,
    multiply(X3,add(Y3,Z3)) = multiply(add(multiply(X3,Y3),X3),add(multiply(X3,Y3),Z3)),
    inference(paramodulation,[],['3','11']) ).

cnf('29',plain,
    multiply(X,add(Y,Z)) = multiply(X,add(multiply(X,Y),Z)),
    inference(simplify,[then_simplify],['28','4','15','2']) ).

cnf('30',plain,
    multiply(X3,multiply(Y3,add(multiplicative_identity,Z3))) = multiply(X3,add(multiply(X3,Y3),multiply(Y3,Z3))),
    inference(paramodulation,[],['22','29']) ).

cnf('31',plain,
    multiply(X,add(Y,Z)) = add(multiply(Y,X),multiply(X,Z)),
    inference(paramodulation,[],['8','3']) ).

cnf('32',plain,
    multiply(X,Y) = multiply(X,multiply(Y,add(X,Z))),
    inference(simplify,[then_simplify],['30','16','2','31']) ).

cnf('33',plain,
    multiply(multiply(X,Y),Z) = multiply(multiply(X,Y),multiply(Z,Y)),
    inference(paramodulation,[],['27','32']) ).

cnf('34',plain,
    multiply(multiply(X3,Y3),multiply(Z3,Y3)) = multiply(multiply(Z3,Y3),X3),
    inference(paramodulation,[],['33','8']) ).

cnf('35',plain,
    multiply(multiply(X,Y),Z) = multiply(multiply(Z,Y),X),
    inference(simplify,[],['34','33']) ).

cnf('36',plain,
    multiply(a,multiply(b,c)) != multiply(multiply(a,b),c),
    inference(cnf_transformation,[],[prove_associativity]) ).

cnf('37',plain,
    multiply(a,multiply(c,b)) != multiply(multiply(a,b),c),
    inference(paramodulation,[],['8','36']) ).

cnf('38',plain,
    multiply(add(X,Y),Y) = Y,
    inference(paramodulation,[],['1','24']) ).

cnf('39',plain,
    add(add(X,Y),multiply(Z,Y)) = add(X,Y),
    inference(paramodulation,[],['38','25']) ).

cnf('40',plain,
    multiply(add(X,Y),multiply(Z,Y)) = multiply(Z,Y),
    inference(paramodulation,[],['39','38']) ).

cnf('41',plain,
    multiply(add(X,Y),multiply(Y,Z)) = multiply(Z,Y),
    inference(paramodulation,[],['8','40']) ).

cnf('42',plain,
    add(add(X,Y),multiply(Z,X)) = add(X,Y),
    inference(paramodulation,[],['24','25']) ).

cnf('43',plain,
    multiply(add(X,Y),multiply(Z,X)) = multiply(Z,X),
    inference(paramodulation,[],['42','38']) ).

cnf('44',plain,
    multiply(X3,Y3) = multiply(Y3,X3),
    inference(paramodulation,[],['41','43']) ).

cnf('45',plain,
    $false,
    inference(paramodulation,[then_simplify],['35','37','44']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : BOO007-4 : TPTP v8.1.2. Released v1.1.0.
% 0.00/0.13  % Command  : gkc %s
% 0.13/0.34  % Computer : n028.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 : Sun Aug 27 08:16:23 EDT 2023
% 0.13/0.34  % CPUTime  : 
% 0.20/0.39  
% 0.20/0.39  input clause set summed statistics:
% 0.20/0.39  ----------------------------------
% 0.20/0.39  in_clause_count:                     9
% 0.20/0.39  in_rule_clause_count:                9
% 0.20/0.39  in_fact_clause_count:                0
% 0.20/0.39  in_answer_clause_count:              0
% 0.20/0.39  in_ground_clause_count:              1
% 0.20/0.39  in_unit_clause_count:                9
% 0.20/0.39  in_horn_clause_count:                9
% 0.20/0.39  in_pos_clause_count:                 8
% 0.20/0.39  in_neg_clause_count:                 1
% 0.20/0.39  in_poseq_clause_count:               8
% 0.20/0.39  in_negeq_clause_count:               1
% 0.20/0.39  in_unitposeq_clause_count:           8
% 0.20/0.39  in_chain_clause_count:               0
% 0.20/0.39  in_min_length:             1
% 0.20/0.39  in_max_length:             1
% 0.20/0.39  in_min_depth:              2
% 0.20/0.39  in_max_depth:              3
% 0.20/0.39  in_min_size:               5
% 0.20/0.39  in_max_size:              13
% 0.20/0.39  in_min_vars:               0
% 0.20/0.39  in_max_vars:               3
% 0.20/0.39  in_extaxiom_count:                 8
% 0.20/0.39  in_axiom_count:                    0
% 0.20/0.39  in_assumption_count:               0
% 0.20/0.39  in_goal_count:                     1
% 0.20/0.39  in_neg_goal_count:                 1
% 0.20/0.39  in_pos_goal_count:                 0
% 0.20/0.39  in_posunit_goal_count:             0
% 0.20/0.39  
% 0.20/0.39  auto guide:
% 0.20/0.39  -----------
% 0.20/0.39  {
% 0.20/0.39  "print":1,
% 0.20/0.39  "print_level": 15,
% 0.20/0.39  "max_size": 0,
% 0.20/0.39  "max_depth": 0,
% 0.20/0.39  "max_length": 0,
% 0.20/0.39  "max_dseconds": 0,
% 0.20/0.39  "runs":[
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 0},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 1},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 2},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.20/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.20/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.20/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.20/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.20/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.20/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.20/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.20/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.20/0.39  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.20/0.39  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.20/0.39  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.20/0.39  
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 0},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 1},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 2},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.20/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.20/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.20/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.20/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.20/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.20/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.20/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.20/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.20/0.39  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.20/0.39  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.20/0.39  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.20/0.39  
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 0},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 1},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 2},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.20/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.20/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.20/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.20/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.20/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.20/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.20/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.20/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.20/0.39  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.20/0.39  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.20/0.39  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.20/0.39  
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 0},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 1},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 2},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.20/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.20/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.20/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.20/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.20/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.20/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.20/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.20/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.20/0.39  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.20/0.39  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.20/0.39  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.20/0.39  
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 0},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 1},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 2},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.20/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.20/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.20/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.20/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.20/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.20/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.20/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.20/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.20/0.39  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.20/0.39  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.20/0.39  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4} 
% 0.20/0.39  
% 0.20/0.39  ]}
% 0.20/0.39  
% 0.20/0.39  
% 0.20/0.39  **** run 1 fork 0 starts with strategy
% 0.20/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.20/0.39  
% 0.20/0.39  **** run 2 fork 1 starts with strategy
% 0.20/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.20/0.39  
% 0.20/0.39  **** run 3 fork 2 starts with strategy
% 0.20/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.20/0.39  
% 0.20/0.39  **** run 4 fork 3 starts with strategy
% 0.20/0.39  
% 0.20/0.39  **** run 5 fork 4 starts with strategy
% 0.20/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 0.20/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.20/0.39  
% 0.20/0.39  **** run 6 fork 5 starts with strategy
% 0.20/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20}
% 0.20/0.39  
% 0.20/0.39  **** run 7 fork 6 starts with strategy
% 0.20/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20}
% 0.20/0.40  
% 0.20/0.40  **** run 8 fork 7 starts with strategy
% 0.20/0.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 0.20/0.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 5: search terminated without proof.
% 0.20/0.52  
% 0.20/0.52  
% 0.20/0.52  fork 6: search terminated without proof.
% 0.20/0.52  
% 0.20/0.52  
% 0.20/0.52  fork 1: search terminated without proof.
% 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  
% 0.20/0.54  fork 0: search terminated without proof.
% 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  
% 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 15 fork 6 starts with strategy
% 0.20/0.54  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 0.20/0.55  
% 0.20/0.55  **** run 10 fork 1 starts with strategy
% 0.20/0.55  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 0.20/0.56  
% 0.20/0.56  
% 0.20/0.56  fork 7: search terminated without proof.
% 0.20/0.57  
% 0.20/0.57  **** run 9 fork 0 starts with strategy
% 0.20/0.57  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 0.20/0.58  
% 0.20/0.58  **** run 16 fork 7 starts with strategy
% 0.20/0.58  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 0.20/0.65  
% 0.20/0.65  
% 0.20/0.65  fork 4: search terminated without proof.
% 0.20/0.65  
% 0.20/0.65  
% 0.20/0.65  fork 5: search terminated without proof.
% 0.20/0.65  
% 0.20/0.65  
% 0.20/0.65  fork 2: 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.66  
% 0.20/0.66  
% 0.20/0.66  fork 6: 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.67  
% 0.20/0.67  **** run 21 fork 4 starts with strategy
% 0.20/0.67  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.20/0.68  
% 0.20/0.68  
% 0.20/0.68  fork 0: search terminated without proof.
% 0.20/0.68  
% 0.20/0.68  **** run 23 fork 6 starts with strategy
% 0.20/0.68  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 0.20/0.68  
% 0.20/0.68  **** run 19 fork 2 starts with strategy
% 0.20/0.68  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1}
% 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.69  
% 0.20/0.69  **** run 22 fork 5 starts with strategy
% 0.20/0.69  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.20/0.71  
% 0.20/0.71  **** run 17 fork 0 starts with strategy
% 0.20/0.71  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 0.20/0.72  
% 0.20/0.72  
% 0.20/0.72  fork 7: search terminated without proof.
% 0.20/0.75  
% 0.20/0.75  **** run 24 fork 7 starts with strategy
% 0.20/0.75  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20}
% 2.51/0.80  
% 2.51/0.80  
% 2.51/0.80  fork 4: search terminated without proof.
% 2.51/0.81  
% 2.51/0.81  
% 2.51/0.81  fork 1: search terminated without proof.
% 2.51/0.82  
% 2.51/0.82  **** run 29 fork 4 starts with strategy
% 2.51/0.82  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 3.41/0.82  
% 3.41/0.82  
% 3.41/0.82  fork 3: search terminated without proof.
% 3.41/0.83  
% 3.41/0.83  
% 3.41/0.83  fork 2: search terminated without proof.
% 3.41/0.83  
% 3.41/0.83  **** run 26 fork 1 starts with strategy
% 3.41/0.83  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 3.41/0.84  
% 3.41/0.84  
% 3.41/0.84  fork 5: search terminated without proof.
% 3.41/0.84  
% 3.41/0.84  
% 3.41/0.84  fork 6: search terminated without proof.
% 3.41/0.84  
% 3.41/0.84  
% 3.41/0.84  fork 0: search terminated without proof.
% 3.41/0.85  
% 3.41/0.85  **** run 28 fork 3 starts with strategy
% 3.41/0.85  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1}
% 3.41/0.85  
% 3.41/0.85  **** run 27 fork 2 starts with strategy
% 3.41/0.85  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 3.41/0.86  
% 3.41/0.86  **** run 30 fork 5 starts with strategy
% 3.41/0.86  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 3.41/0.86  
% 3.41/0.86  **** run 31 fork 6 starts with strategy
% 3.41/0.86  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 3.41/0.87  
% 3.41/0.87  **** run 25 fork 0 starts with strategy
% 3.41/0.87  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20}
% 3.41/0.88  
% 3.41/0.88  
% 3.41/0.88  fork 7: search terminated without proof.
% 3.97/0.90  
% 3.97/0.90  **** run 32 fork 7 starts with strategy
% 3.97/0.90  {"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.97/0.94  
% 3.97/0.94  
% 3.97/0.94  fork 4: search terminated without proof.
% 3.97/0.95  
% 3.97/0.95  
% 3.97/0.95  fork 1: search terminated without proof.
% 3.97/0.95  
% 3.97/0.95  **** run 37 fork 4 starts with strategy
% 3.97/0.95  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 4.58/0.97  
% 4.58/0.97  
% 4.58/0.97  fork 2: search terminated without proof.
% 4.58/0.97  
% 4.58/0.97  
% 4.58/0.97  fork 3: search terminated without proof.
% 4.58/0.97  
% 4.58/0.97  **** run 34 fork 1 starts with strategy
% 4.58/0.97  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 4.58/0.98  
% 4.58/0.98  
% 4.58/0.98  fork 5: search terminated without proof.
% 4.58/0.98  
% 4.58/0.98  
% 4.58/0.98  fork 6: search terminated without proof.
% 4.58/0.99  
% 4.58/0.99  
% 4.58/0.99  fork 0: search terminated without proof.
% 4.58/0.99  
% 4.58/0.99  **** run 35 fork 2 starts with strategy
% 4.58/0.99  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 4.58/1.00  
% 4.58/1.00  **** run 36 fork 3 starts with strategy
% 4.58/1.00  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 4.58/1.00  
% 4.58/1.00  **** run 38 fork 5 starts with strategy
% 4.58/1.00  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"rewrite":0}
% 4.82/1.01  
% 4.82/1.01  **** run 39 fork 6 starts with strategy
% 4.82/1.01  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":2}
% 4.82/1.01  
% 4.82/1.01  **** run 33 fork 0 starts with strategy
% 4.82/1.01  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 4.82/1.02  
% 4.82/1.02  
% 4.82/1.02  fork 7: search terminated without proof.
% 5.05/1.04  
% 5.05/1.04  **** run 40 fork 7 starts with strategy
% 5.05/1.04  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 5.05/1.07  
% 5.05/1.07  
% 5.05/1.07  fork 4: search terminated without proof.
% 5.05/1.09  
% 5.05/1.09  **** run 45 fork 4 starts with strategy
% 5.05/1.09  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 5.05/1.09  
% 5.05/1.09  
% 5.05/1.09  fork 1: search terminated without proof.
% 5.05/1.11  
% 5.05/1.11  
% 5.05/1.11  fork 2: search terminated without proof.
% 5.05/1.11  
% 5.05/1.11  **** run 42 fork 1 starts with strategy
% 5.05/1.11  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":0}
% 5.05/1.12  
% 5.05/1.12  
% 5.05/1.12  fork 3: search terminated without proof.
% 5.05/1.12  
% 5.05/1.12  
% 5.05/1.12  fork 5: search terminated without proof.
% 5.81/1.13  
% 5.81/1.13  
% 5.81/1.13  fork 6: search terminated without proof.
% 5.81/1.13  
% 5.81/1.13  **** run 43 fork 2 starts with strategy
% 5.81/1.13  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 5.81/1.13  
% 5.81/1.13  fork 1: search finished without proof.
% 5.81/1.13  
% 5.81/1.13  
% 5.81/1.13  fork 0: search terminated without proof.
% 5.81/1.14  
% 5.81/1.14  **** run 44 fork 3 starts with strategy
% 5.81/1.14  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":2}
% 5.81/1.15  
% 5.81/1.15  **** run 46 fork 5 starts with strategy
% 5.81/1.15  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":2}
% 5.81/1.15  
% 5.81/1.15  **** run 47 fork 6 starts with strategy
% 5.81/1.15  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 5.81/1.15  
% 5.81/1.15  **** run 50 fork 1 starts with strategy
% 5.81/1.15  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":10}
% 5.81/1.15  
% 5.81/1.15  fork 2: search finished without proof.
% 5.81/1.16  
% 5.81/1.16  
% 5.81/1.16  fork 7: search terminated without proof.
% 5.81/1.16  
% 5.81/1.16  **** run 41 fork 0 starts with strategy
% 5.81/1.16  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 5.81/1.16  
% 5.81/1.16  fork 3: search finished without proof.
% 5.81/1.17  
% 5.81/1.17  **** run 51 fork 2 starts with strategy
% 5.81/1.17  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":10}
% 5.81/1.18  
% 5.81/1.18  **** run 52 fork 3 starts with strategy
% 5.81/1.18  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":15}
% 5.81/1.19  
% 5.81/1.19  fork 5: search finished without proof.
% 5.81/1.19  
% 5.81/1.19  **** run 48 fork 7 starts with strategy
% 5.81/1.19  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":6}
% 6.37/1.20  
% 6.37/1.20  fork 2: search finished without proof.
% 6.37/1.21  
% 6.37/1.21  **** run 54 fork 5 starts with strategy
% 6.37/1.21  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":20,"weight_select_ratio":2}
% 6.37/1.21  
% 6.37/1.21  
% 6.37/1.21  fork 4: search terminated without proof.
% 6.37/1.21  
% 6.37/1.21  **** run 59 fork 2 starts with strategy
% 6.37/1.21  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50}
% 6.37/1.23  
% 6.37/1.23  **** run 53 fork 4 starts with strategy
% 6.37/1.23  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":20}
% 6.94/1.27  
% 6.94/1.27  
% 6.94/1.27  fork 6: search terminated without proof.
% 6.94/1.27  
% 6.94/1.27  
% 6.94/1.27  fork 1: search terminated without proof.
% 6.94/1.28  
% 6.94/1.28  
% 6.94/1.28  fork 0: search terminated without proof.
% 6.94/1.29  
% 6.94/1.29  **** run 55 fork 6 starts with strategy
% 6.94/1.29  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":30}
% 6.94/1.29  
% 6.94/1.29  **** run 58 fork 1 starts with strategy
% 6.94/1.29  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"repeat_var_weight":1}
% 6.94/1.30  
% 6.94/1.30  
% 6.94/1.30  fork 3: search terminated without proof.
% 6.94/1.30  
% 6.94/1.30  
% 6.94/1.30  fork 7: search terminated without proof.
% 6.94/1.30  
% 6.94/1.30  **** run 49 fork 0 starts with strategy
% 6.94/1.30  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":8}
% 6.94/1.33  
% 6.94/1.33  **** run 60 fork 3 starts with strategy
% 6.94/1.33  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 6.94/1.33  
% 6.94/1.33  **** run 56 fork 7 starts with strategy
% 6.94/1.33  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":40}
% 6.94/1.33  
% 6.94/1.33  
% 6.94/1.33  fork 2: search terminated without proof.
% 6.94/1.35  
% 6.94/1.35  
% 6.94/1.35  fork 4: search terminated without proof.
% 6.94/1.35  
% 6.94/1.35  **** run 67 fork 2 starts with strategy
% 6.94/1.35  {"max_dseconds":10,"strategy":["unit"],"query_preference":1}
% 6.94/1.37  
% 6.94/1.37  **** run 61 fork 4 starts with strategy
% 6.94/1.37  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100}
% 6.94/1.37  
% 6.94/1.37  
% 6.94/1.37  fork 5: search terminated without proof.
% 6.94/1.41  
% 6.94/1.41  
% 6.94/1.41  fork 6: search terminated without proof.
% 6.94/1.41  
% 6.94/1.41  
% 6.94/1.41  fork 1: search terminated without proof.
% 6.94/1.41  
% 6.94/1.41  **** run 62 fork 5 starts with strategy
% 6.94/1.41  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0}
% 6.94/1.42  
% 6.94/1.42  
% 6.94/1.42  fork 0: search terminated without proof.
% 6.94/1.43  
% 6.94/1.43  **** run 63 fork 6 starts with strategy
% 6.94/1.43  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1}
% 6.94/1.43  
% 6.94/1.43  **** run 66 fork 1 starts with strategy
% 6.94/1.43  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth":4}
% 6.94/1.45  
% 6.94/1.45  
% 6.94/1.45  fork 3: search terminated without proof.
% 6.94/1.45  
% 6.94/1.45  
% 6.94/1.45  fork 7: search terminated without proof.
% 6.94/1.45  
% 6.94/1.45  **** run 57 fork 0 starts with strategy
% 6.94/1.45  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1}
% 6.94/1.47  
% 6.94/1.47  **** run 68 fork 3 starts with strategy
% 6.94/1.47  {"max_dseconds":10,"strategy":["unit"],"query_preference":0}
% 6.94/1.47  
% 6.94/1.47  **** run 64 fork 7 starts with strategy
% 6.94/1.47  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20}
% 7.91/1.49  
% 7.91/1.49  
% 7.91/1.49  fork 4: search terminated without proof.
% 7.91/1.51  
% 7.91/1.51  **** run 69 fork 4 starts with strategy
% 7.91/1.51  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 8.79/1.55  
% 8.79/1.55  
% 8.79/1.55  fork 6: search terminated without proof.
% 8.79/1.57  
% 8.79/1.57  **** run 71 fork 6 starts with strategy
% 8.79/1.57  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 8.79/1.57  
% 8.79/1.57  
% 8.79/1.57  fork 0: search terminated without proof.
% 8.79/1.58  
% 8.79/1.58  
% 8.79/1.58  fork 1: search terminated without proof.
% 8.79/1.59  
% 8.79/1.59  **** run 65 fork 0 starts with strategy
% 8.79/1.59  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100}
% 8.79/1.60  
% 8.79/1.60  
% 8.79/1.60  fork 7: search terminated without proof.
% 8.79/1.60  
% 8.79/1.60  **** run 74 fork 1 starts with strategy
% 8.79/1.60  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 9.53/1.61  
% 9.53/1.61  
% 9.53/1.61  fork 5: search terminated without proof.
% 9.53/1.62  
% 9.53/1.62  **** run 72 fork 7 starts with strategy
% 9.53/1.62  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20}
% 9.53/1.64  
% 9.53/1.64  **** run 70 fork 5 starts with strategy
% 9.53/1.64  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 10.23/1.71  
% 10.23/1.71  
% 10.23/1.71  fork 0: search terminated without proof.
% 10.23/1.73  
% 10.23/1.73  **** run 73 fork 0 starts with strategy
% 10.23/1.73  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20}
% 15.01/2.37  
% 15.01/2.37  
% 15.01/2.37  fork 2: search terminated without proof.
% 15.79/2.42  
% 15.79/2.42  **** run 75 fork 2 starts with strategy
% 15.79/2.42  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 15.79/2.49  
% 15.79/2.49  
% 15.79/2.49  fork 3: search terminated without proof.
% 16.47/2.53  
% 16.47/2.53  **** run 76 fork 3 starts with strategy
% 16.47/2.53  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 16.47/2.55  
% 16.47/2.55  
% 16.47/2.55  fork 4: search terminated without proof.
% 17.21/2.59  
% 17.21/2.59  
% 17.21/2.59  fork 6: search terminated without proof.
% 17.40/2.62  
% 17.40/2.62  
% 17.40/2.62  fork 1: search terminated without proof.
% 17.40/2.63  
% 17.40/2.63  **** run 77 fork 4 starts with strategy
% 17.40/2.63  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 17.40/2.64  
% 17.40/2.64  
% 17.40/2.64  fork 7: search terminated without proof.
% 17.40/2.65  
% 17.40/2.65  **** run 79 fork 6 starts with strategy
% 17.40/2.65  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 17.40/2.68  
% 17.40/2.68  
% 17.40/2.68  fork 5: search terminated without proof.
% 17.40/2.68  
% 17.40/2.68  **** run 82 fork 1 starts with strategy
% 17.40/2.68  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 17.40/2.69  
% 17.40/2.69  **** run 80 fork 7 starts with strategy
% 17.40/2.69  {"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.20/2.72  
% 18.20/2.72  **** run 78 fork 5 starts with strategy
% 18.20/2.72  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 18.20/2.84  
% 18.20/2.84  
% 18.20/2.84  fork 0: search terminated without proof.
% 19.23/2.90  
% 19.23/2.90  **** run 81 fork 0 starts with strategy
% 19.23/2.90  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 22.85/3.44  
% 22.85/3.44  
% 22.85/3.44  fork 2: search terminated without proof.
% 22.85/3.49  
% 22.85/3.49  **** run 83 fork 2 starts with strategy
% 22.85/3.49  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 24.00/3.57  
% 24.00/3.57  
% 24.00/3.57  fork 3: search terminated without proof.
% 25.07/3.62  
% 25.07/3.62  **** run 84 fork 3 starts with strategy
% 25.07/3.62  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 25.07/3.65  
% 25.07/3.65  
% 25.07/3.65  fork 4: search terminated without proof.
% 25.07/3.67  
% 25.07/3.67  
% 25.07/3.67  fork 6: search terminated without proof.
% 25.07/3.68  
% 25.07/3.68  **** run 85 fork 4 starts with strategy
% 25.07/3.68  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":1}
% 25.82/3.72  
% 25.82/3.72  **** run 87 fork 6 starts with strategy
% 25.82/3.72  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 25.82/3.74  
% 25.82/3.74  
% 25.82/3.74  fork 7: search terminated without proof.
% 26.56/3.79  
% 26.56/3.79  **** run 88 fork 7 starts with strategy
% 26.56/3.79  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 26.62/3.80  
% 26.62/3.80  
% 26.62/3.80  fork 1: search terminated without proof.
% 26.68/3.85  
% 26.68/3.85  
% 26.68/3.85  fork 5: search terminated without proof.
% 26.68/3.85  
% 26.68/3.85  **** run 90 fork 1 starts with strategy
% 26.68/3.85  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20}
% 27.47/3.91  
% 27.47/3.91  **** run 86 fork 5 starts with strategy
% 27.47/3.91  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0}
% 27.47/3.92  
% 27.47/3.92  
% 27.47/3.92  fork 0: search terminated without proof.
% 27.47/3.97  
% 27.47/3.97  **** run 89 fork 0 starts with strategy
% 27.47/3.97  {"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}
% 32.18/4.50  
% 32.18/4.50  
% 32.18/4.50  fork 2: search terminated without proof.
% 32.18/4.55  
% 32.18/4.55  **** run 91 fork 2 starts with strategy
% 32.18/4.55  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20}
% 32.92/4.63  
% 32.92/4.63  
% 32.92/4.63  fork 3: search terminated without proof.
% 32.92/4.68  
% 32.92/4.68  **** run 92 fork 3 starts with strategy
% 32.92/4.68  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 33.66/4.74  
% 33.66/4.74  
% 33.66/4.74  fork 6: search terminated without proof.
% 33.66/4.77  
% 33.66/4.77  
% 33.66/4.77  fork 4: search terminated without proof.
% 34.45/4.79  
% 34.45/4.79  **** run 95 fork 6 starts with strategy
% 34.45/4.79  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 34.45/4.81  
% 34.45/4.81  
% 34.45/4.81  fork 7: search terminated without proof.
% 34.45/4.84  
% 34.45/4.84  **** run 93 fork 4 starts with strategy
% 34.45/4.84  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 34.45/4.87  
% 34.45/4.87  **** run 96 fork 7 starts with strategy
% 34.45/4.87  {"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.53/4.95  
% 35.53/4.95  
% 35.53/4.95  fork 1: search terminated without proof.
% 35.53/4.99  
% 35.53/4.99  
% 35.53/4.99  fork 0: search terminated without proof.
% 35.53/4.99  
% 35.53/4.99  **** run 98 fork 1 starts with strategy
% 35.53/4.99  {"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}
% 35.53/5.04  
% 35.53/5.04  **** run 97 fork 0 starts with strategy
% 35.53/5.04  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 36.37/5.06  
% 36.37/5.06  
% 36.37/5.06  fork 5: search terminated without proof.
% 36.77/5.10  
% 36.77/5.10  **** run 94 fork 5 starts with strategy
% 36.77/5.10  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1}
% 39.58/5.57  
% 39.58/5.57  
% 39.58/5.57  fork 2: search terminated without proof.
% 39.58/5.61  
% 39.58/5.61  **** run 99 fork 2 starts with strategy
% 39.58/5.61  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 40.92/5.70  
% 40.92/5.70  
% 40.92/5.70  fork 3: search terminated without proof.
% 41.70/5.74  
% 41.70/5.74  **** run 100 fork 3 starts with strategy
% 41.70/5.74  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 42.09/5.83  
% 42.09/5.83  
% 42.09/5.83  fork 6: search terminated without proof.
% 42.75/5.88  
% 42.75/5.88  **** run 103 fork 6 starts with strategy
% 42.75/5.88  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 42.75/5.89  
% 42.75/5.89  
% 42.75/5.89  fork 7: search terminated without proof.
% 43.15/5.95  
% 43.15/5.95  **** run 104 fork 7 starts with strategy
% 43.15/5.95  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"rewrite":0}
% 43.42/5.97  
% 43.42/5.97  
% 43.42/5.97  fork 4: search terminated without proof.
% 43.42/6.01  
% 43.42/6.01  
% 43.42/6.01  fork 1: search terminated without proof.
% 43.42/6.02  
% 43.42/6.02  **** run 101 fork 4 starts with strategy
% 43.42/6.02  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 44.08/6.06  
% 44.08/6.06  
% 44.08/6.06  fork 0: search terminated without proof.
% 44.08/6.06  
% 44.08/6.06  **** run 106 fork 1 starts with strategy
% 44.08/6.06  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 44.48/6.11  
% 44.48/6.11  **** run 105 fork 0 starts with strategy
% 44.48/6.11  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":2}
% 45.14/6.17  
% 45.14/6.17  
% 45.14/6.17  fork 5: search terminated without proof.
% 45.14/6.23  
% 45.14/6.23  **** run 102 fork 5 starts with strategy
% 45.14/6.23  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 48.62/6.63  
% 48.62/6.63  
% 48.62/6.63  fork 2: search terminated without proof.
% 48.62/6.68  
% 48.62/6.68  **** run 107 fork 2 starts with strategy
% 48.62/6.68  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 49.40/6.76  
% 49.40/6.76  
% 49.40/6.76  fork 3: search terminated without proof.
% 50.04/6.80  
% 50.04/6.80  **** run 108 fork 3 starts with strategy
% 50.04/6.80  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":0}
% 50.04/6.82  
% 50.04/6.82  fork 3: search finished without proof.
% 50.04/6.84  
% 50.04/6.84  **** run 116 fork 3 starts with strategy
% 50.04/6.84  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":10}
% 50.75/6.90  
% 50.75/6.90  
% 50.75/6.90  fork 6: search terminated without proof.
% 50.88/6.95  
% 50.88/6.95  **** run 111 fork 6 starts with strategy
% 50.88/6.95  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 50.88/6.96  
% 50.88/6.96  
% 50.88/6.96  fork 7: search terminated without proof.
% 50.88/7.00  
% 50.88/7.00  **** run 112 fork 7 starts with strategy
% 50.88/7.00  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":2}
% 50.88/7.03  
% 50.88/7.03  fork 7: search finished without proof.
% 50.88/7.05  
% 50.88/7.05  **** run 120 fork 7 starts with strategy
% 50.88/7.05  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":20,"weight_select_ratio":2}
% 50.88/7.06  
% 50.88/7.06  
% 50.88/7.06  fork 4: search terminated without proof.
% 51.44/7.10  
% 51.44/7.10  **** run 109 fork 4 starts with strategy
% 51.44/7.10  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1}
% 51.44/7.12  
% 51.44/7.12  
% 51.44/7.12  fork 0: search terminated without proof.
% 51.44/7.13  
% 51.44/7.13  fork 4: search finished without proof.
% 51.44/7.15  
% 51.44/7.15  **** run 117 fork 4 starts with strategy
% 51.44/7.15  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":10}
% 52.86/7.18  
% 52.86/7.18  fork 4: search finished without proof.
% 52.86/7.18  
% 52.86/7.18  **** run 113 fork 0 starts with strategy
% 52.86/7.18  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 52.86/7.20  
% 52.86/7.20  **** run 125 fork 4 starts with strategy
% 52.86/7.20  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50}
% 53.51/7.25  
% 53.51/7.25  
% 53.51/7.25  fork 5: search terminated without proof.
% 53.78/7.30  
% 53.78/7.30  **** run 110 fork 5 starts with strategy
% 53.78/7.30  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":2}
% 53.78/7.33  
% 53.78/7.33  fork 5: search finished without proof.
% 54.16/7.34  
% 54.16/7.34  
% 54.16/7.34  fork 1: search terminated without proof.
% 54.16/7.34  
% 54.16/7.34  **** run 118 fork 5 starts with strategy
% 54.16/7.34  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":15}
% 54.31/7.39  
% 54.31/7.39  **** run 114 fork 1 starts with strategy
% 54.31/7.39  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":6}
% 56.15/7.60  
% 56.15/7.60  
% 56.15/7.60  result: proof found
% 56.15/7.60  for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 56.15/7.60  by run 125 fork 4 strategy {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50}
% 56.15/7.60  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 56.15/7.60  
% 56.15/7.60  % SZS output start CNFRefutation for /export/starexec/sandbox/benchmark/theBenchmark.p 
% See solution above
% 56.15/7.60  
% 56.15/7.60  run 125 fork 4 statistics:
% 56.15/7.60  ----------------------------------
% 56.15/7.60  this run seconds: 0.374730
% 56.15/7.60  total seconds: 7.006286
% 56.15/7.60  stat_given_used: 280
% 56.15/7.60  stat_given_used_at_endgame: 0
% 56.15/7.60  stat_given_candidates:   3620
% 56.15/7.60  stat_given_candidates_at_endgame: 0
% 56.15/7.60  stat_given_candidates_h: 0
% 56.15/7.60  stat_binres_derived_cl:   0
% 56.15/7.60  stat_binres_derived_cl_h: 0
% 56.15/7.60  stat_factor_derived_cl: 0
% 56.15/7.60  stat_para_derived_cl: 94975
% 56.15/7.60  stat_tautologies_discarded: 0
% 56.15/7.60  stat_forward_subsumed: 28698
% 56.15/7.60  stat_derived_cut: 1
% 56.15/7.60  stat_derived_rewritten: 182
% 56.15/7.60  stat_weight_discarded_building: 0
% 56.15/7.60  stat_weight_discarded_cl: 11424
% 56.15/7.60  stat_internlimit_discarded_cl: 0
% 56.15/7.60  stat_simplified:  182 simplified 0 derived 0 given
% 56.15/7.60  stat_kept_cl: 52315
% 56.15/7.60  stat_built_cl: 64481
% 56.15/7.60  stat_hyperres_partial_cl: 0
% 56.15/7.60  stat_made_rewriters: 263
% 56.15/7.60  stat_backward_subsumed: 0
% 56.15/7.60  stat_propagated_subsumed: 0
% 56.15/7.60  stat_clsubs_attempted:                      7835
% 56.15/7.60  stat_clsubs_fact_groundunit_found:             0
% 56.15/7.60  stat_clsubs_rule_groundunit_found:             1
% 56.15/7.60  stat_clsubs_top_meta_attempted:              41170
% 56.15/7.60  stat_clsubs_top_meta_failed:                 33335
% 56.15/7.60  stat_clsubs_top_meta_nonpref_attempted:               41170
% 56.15/7.60  stat_clsubs_top_meta_nonpref_succeeded:               22741
% 56.15/7.60  stat_clsubs_top_meta_pref_attempted:                  22741
% 56.15/7.60  stat_clsubs_top_meta_pref1_succeeded:                 22567
% 56.15/7.60  stat_clsubs_top_meta_pref2_succeeded:                 10600
% 56.15/7.60  stat_clsubs_top_meta_pref3_succeeded:                  7835
% 56.15/7.60  stat_clsubs_top_meta_pref_succeeded:                   7835
% 56.15/7.60  stat_clsubs_meta_attempted:                 7835
% 56.15/7.60  stat_clsubs_meta_failed:                     158
% 56.15/7.60  stat_clsubs_predsymbs_attempted:               0
% 56.15/7.60  stat_clsubs_unit_attempted:                 7835
% 56.15/7.60  stat_clsubs_full_attempted:                    0
% 56.15/7.60  stat_forwardsubs_attempted:                92438
% 56.15/7.60  stat_lit_hash_added:                  52331
% 56.15/7.60  stat_lit_hash_computed:              145294
% 56.15/7.60  stat_lit_hash_match_found:            28811
% 56.15/7.60  stat_lit_hash_match_miss:            128074
% 56.15/7.60  stat_lit_hash_cut_ok:                     0
% 56.15/7.60  stat_lit_strong_cut_ok:                   1
% 56.15/7.60  stat_lit_hash_subsume_ok:             28698
% 56.15/7.60  clqueue els 10000000 used 1
% 56.15/7.60  clactive els 10000000 used 281
% 56.15/7.60  clactivesubsume els 10000000 used 1639
% 56.15/7.60  queue_termbuf els 200000000 used 4421105
% 56.15/7.60  hyper_termbuf els 100000000 used 1
% 56.15/7.60  active_termbuf els 100000000 used 12304
% 56.15/7.60  varstack els 5000 last used 1
% 56.15/7.60  given_termbuf els 10000000 last used 1
% 56.15/7.60  simplified_termbuf els 10000000 last used 1
% 56.15/7.60  derived_termbuf els 10000000 last used 51
% 56.15/7.60  wr_mallocs: 195977
% 56.15/7.60  wr_callocs: 21
% 56.15/7.60  wr_reallocs: 7020
% 56.15/7.60  wr_frees: 2
% 56.15/7.60  wr_malloc_bytes: 4169587620
% 56.15/7.60  wr_calloc_bytes: 112065536
% 56.15/7.60  wr_realloc_bytes: 1630280
% 56.15/7.60  wr_realloc_freebytes: 0
% 56.15/7.60  ----------------------------------
%------------------------------------------------------------------------------