Trace number 2666225

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solverOPT5 250.153 250.237

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
logic_synthesis/normalized-m100_100_30_30.r.opb
MD5SUM28e00d9d9bb0c4a536b74577b47a7849
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark5
Best CPU time to get the best result obtained on this benchmark8.23975
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 5
Optimality of the best value was proved YES
Number of variables100
Total number of constraints100
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint30
Maximum length of a constraint30
Number of terms in the objective function 100
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 100
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Clp 1.11.1] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2666225-1276598098.opb>
0.00/0.01	c original problem has 100 variables (100 bin, 0 int, 0 impl, 0 cont) and 100 constraints
0.00/0.01	c problem read
0.00/0.01	c presolving settings loaded
0.00/0.02	o 100
0.00/0.02	c feasible solution found by trivial heuristic, objective value  1.000000e+02
0.00/0.02	c presolving:
0.00/0.02	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 100 upgd conss, 0 impls, 0 clqs
0.00/0.03	c presolving (2 rounds):
0.00/0.03	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.03	c  0 implications, 0 cliques
0.00/0.03	c presolved problem has 100 variables (100 bin, 0 int, 0 impl, 0 cont) and 100 constraints
0.00/0.03	c     100 constraints of type <logicor>
0.00/0.03	c transformed objective value is always integral (scale: 1)
0.00/0.03	c Presolving Time: 0.00
0.00/0.03	c - non default parameters ----------------------------------------------------------------------
0.00/0.03	c # SCIP version 1.2.1.2
0.00/0.03	c 
0.00/0.03	c # maximal number of intermediate conflict constraints generated in conflict graph (-1: use every intermediate constraint)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.03	c conflict/interconss = 0
0.00/0.03	c 
0.00/0.03	c # should binary conflicts be preferred?
0.00/0.03	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.03	c conflict/preferbinary = TRUE
0.00/0.03	c 
0.00/0.03	c # maximum age an unnecessary constraint can reach before it is deleted (0: dynamic, -1: keep all constraints)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.03	c constraints/agelimit = 1
0.00/0.03	c 
0.00/0.03	c # should enforcement of pseudo solution be disabled?
0.00/0.03	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.03	c constraints/disableenfops = TRUE
0.00/0.03	c 
0.00/0.03	c # frequency for displaying node information lines
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.03	c display/freq = 10000
0.00/0.03	c 
0.00/0.03	c # maximal time in seconds to run
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.03	c limits/time = 1799.99
0.00/0.03	c 
0.00/0.03	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.03	c limits/memory = 1620
0.00/0.03	c 
0.00/0.03	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.03	c lp/solvefreq = 0
0.00/0.03	c 
0.00/0.03	c # LP pricing strategy ('l'pi default, 'a'uto, 'f'ull pricing, 'p'artial, 's'teepest edge pricing, 'q'uickstart steepest edge pricing, 'd'evex pricing)
0.00/0.03	c # [type: char, range: {lafpsqd}, default: l]
0.00/0.03	c lp/pricing = a
0.00/0.03	c 
0.00/0.03	c # should presolving try to simplify inequalities
0.00/0.03	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.03	c constraints/linear/simplifyinequalities = TRUE
0.00/0.03	c 
0.00/0.03	c # should presolving try to simplify knapsacks
0.00/0.03	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.03	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.03	c 
0.00/0.03	c # priority of node selection rule <dfs> in standard mode
0.00/0.03	c # [type: int, range: [-536870912,536870911], default: 0]
0.00/0.03	c nodeselection/dfs/stdpriority = 1000000
0.00/0.03	c 
0.00/0.03	c -----------------------------------------------------------------------------------------------
0.00/0.03	c start solving
0.00/0.03	c 
0.00/0.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.05	c t 0.0s|     1 |     0 |   148 |     - | 706k|   0 |  64 | 100 | 100 | 100 | 100 |   0 |   0 |   0 | 3.130044e+00 | 1.000000e+02 |3094.84%
0.00/0.05	o 64
0.00/0.05	c r 0.0s|     1 |     0 |   148 |     - | 709k|   0 |  64 | 100 | 100 | 100 | 100 |   0 |   0 |   0 | 3.130044e+00 | 6.400000e+01 |1944.70%
0.00/0.05	o 63
0.00/0.05	c R 0.0s|     1 |     0 |   148 |     - | 712k|   0 |  64 | 100 | 100 | 100 | 100 |   0 |   0 |   0 | 3.130044e+00 | 6.300000e+01 |1912.75%
0.00/0.05	o 62
0.00/0.05	c s 0.0s|     1 |     0 |   148 |     - | 715k|   0 |  64 | 100 | 100 | 100 | 100 |   0 |   0 |   0 | 3.130044e+00 | 6.200000e+01 |1880.80%
0.05/0.08	c   0.1s|     1 |     0 |   202 |     - | 814k|   0 |  58 | 100 | 100 | 100 | 101 |   1 |   0 |   0 | 3.160789e+00 | 6.200000e+01 |1861.54%
0.05/0.08	o 9
0.05/0.08	c b 0.1s|     1 |     0 |   202 |     - | 817k|   0 |  58 | 100 | 100 | 100 | 101 |   1 |   0 |   0 | 3.160789e+00 | 9.000000e+00 | 184.74%
0.09/0.11	c   0.1s|     1 |     0 |   252 |     - | 855k|   0 |  58 | 100 | 100 | 100 | 102 |   2 |   0 |   0 | 3.175093e+00 | 9.000000e+00 | 183.46%
0.09/0.14	c   0.1s|     1 |     0 |   322 |     - | 871k|   0 |  57 | 100 | 100 | 100 | 103 |   3 |   0 |   0 | 3.179558e+00 | 9.000000e+00 | 183.06%
0.59/0.64	c   0.6s|     1 |     2 |   322 |     - | 876k|   0 |  57 | 100 | 100 | 100 | 103 |   3 |   0 |  20 | 3.179558e+00 | 9.000000e+00 | 183.06%
0.59/0.65	o 8
0.59/0.65	c * 0.6s|    91 |    89 |   322 |   0.0 | 902k|  90 |   - | 100 | 100 |   0 |   0 |   3 |   0 |  20 | 3.186551e+00 | 8.000000e+00 | 151.06%
0.59/0.65	o 7
0.59/0.65	c * 0.6s|   142 |    89 |   322 |   0.0 | 917k|  94 |   - | 100 | 100 |   0 |   0 |   3 |  30 |  20 | 3.186551e+00 | 7.000000e+00 | 119.67%
0.79/0.80	o 6
0.79/0.80	c * 0.7s|  1156 |    83 |   322 |   0.0 | 924k|  95 |   - | 100 | 101 |   0 |   0 |   3 | 686 |  20 | 3.186551e+00 | 6.000000e+00 |  88.29%
1.89/1.94	c   1.7s| 10000 |    73 |   322 |   0.0 | 938k|  95 |   - | 100 | 102 |   0 |   0 |   3 |5786 |  20 | 3.186551e+00 | 6.000000e+00 |  88.29%
3.20/3.23	c   2.9s| 20000 |    78 |   322 |   0.0 | 945k|  95 |   - | 100 | 102 |   0 |   0 |   3 |  11k|  20 | 3.186551e+00 | 6.000000e+00 |  88.29%
4.49/4.50	c   4.0s| 30000 |    66 |   322 |   0.0 | 948k|  95 |   - | 100 | 107 |   0 |   0 |   3 |  16k|  20 | 3.186551e+00 | 6.000000e+00 |  88.29%
5.69/5.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
5.69/5.73	c   5.1s| 40000 |    72 |   322 |   0.0 | 951k|  95 |   - | 100 | 106 |   0 |   0 |   3 |  22k|  20 | 3.186551e+00 | 6.000000e+00 |  88.29%
6.99/7.01	c   6.2s| 50000 |    72 |   322 |   0.0 | 952k|  95 |   - | 100 | 107 |   0 |   0 |   3 |  27k|  20 | 3.186551e+00 | 6.000000e+00 |  88.29%
8.28/8.32	c   7.3s| 60000 |    68 |   322 |   0.0 | 952k|  95 |   - | 100 | 104 |   0 |   0 |   3 |  33k|  20 | 3.186551e+00 | 6.000000e+00 |  88.29%
9.59/9.63	c   8.4s| 70000 |    54 |   322 |   0.0 | 950k|  95 |   - | 100 | 107 |   0 |   0 |   3 |  38k|  20 | 3.186551e+00 | 6.000000e+00 |  88.29%
10.90/10.94	c   9.6s| 80000 |    62 |   322 |   0.0 | 954k|  95 |   - | 100 | 105 |   0 |   0 |   3 |  44k|  20 | 3.186551e+00 | 6.000000e+00 |  88.29%
12.19/12.25	c  10.7s| 90000 |    71 |   322 |   0.0 | 957k|  95 |   - | 100 | 105 |   0 |   0 |   3 |  49k|  20 | 3.186551e+00 | 6.000000e+00 |  88.29%
13.48/13.60	c  11.9s|100000 |    53 |   322 |   0.0 | 954k|  95 |   - | 100 | 105 |   0 |   0 |   3 |  55k|  20 | 3.186551e+00 | 6.000000e+00 |  88.29%
14.89/14.97	c  13.1s|110000 |    56 |   322 |   0.0 | 957k|  95 |   - | 100 | 109 |   0 |   0 |   3 |  60k|  20 | 3.186551e+00 | 6.000000e+00 |  88.29%
16.18/16.29	c  14.3s|120000 |    44 |   322 |   0.0 | 953k|  95 |   - | 100 | 105 |   0 |   0 |   3 |  66k|  20 | 3.186551e+00 | 6.000000e+00 |  88.29%
17.49/17.56	c  15.4s|130000 |    50 |   322 |   0.0 | 962k|  95 |   - | 100 | 113 |   0 |   0 |   3 |  71k|  20 | 3.186551e+00 | 6.000000e+00 |  88.29%
18.78/18.87	c  16.5s|140000 |    52 |   322 |   0.0 | 961k|  95 |   - | 100 | 110 |   0 |   0 |   3 |  77k|  20 | 3.186551e+00 | 6.000000e+00 |  88.29%
20.19/20.21	c  17.7s|150000 |    53 |   322 |   0.0 | 961k|  95 |   - | 100 | 105 |   0 |   0 |   3 |  82k|  20 | 3.186551e+00 | 6.000000e+00 |  88.29%
21.48/21.54	c  18.9s|160000 |    75 |   322 |   0.0 | 964k|  95 |   - | 100 | 101 |   0 |   0 |   3 |  87k|  20 | 3.186551e+00 | 6.000000e+00 |  88.29%
22.78/22.82	c  20.0s|170000 |    55 |   322 |   0.0 | 965k|  95 |   - | 100 | 106 |   0 |   0 |   3 |  93k|  20 | 3.186551e+00 | 6.000000e+00 |  88.29%
24.09/24.18	c  21.2s|180000 |    63 |   322 |   0.0 | 967k|  95 |   - | 100 | 111 |   0 |   0 |   3 |  98k|  20 | 3.186551e+00 | 6.000000e+00 |  88.29%
25.49/25.53	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
25.49/25.53	c  22.4s|190000 |    50 |   322 |   0.0 | 964k|  95 |   - | 100 | 108 |   0 |   0 |   3 | 104k|  20 | 3.186551e+00 | 6.000000e+00 |  88.29%
26.88/26.91	c  23.6s|200000 |    76 |   322 |   0.0 | 969k|  95 |   - | 100 | 108 |   0 |   0 |   3 | 109k|  20 | 3.186551e+00 | 6.000000e+00 |  88.29%
28.18/28.24	c  24.7s|210000 |    67 |   322 |   0.0 | 972k|  95 |   - | 100 | 110 |   0 |   0 |   3 | 114k|  20 | 3.186551e+00 | 6.000000e+00 |  88.29%
29.59/29.61	c  25.9s|220000 |    66 |   322 |   0.0 | 968k|  95 |   - | 100 | 107 |   0 |   0 |   3 | 120k|  20 | 3.186551e+00 | 6.000000e+00 |  88.29%
30.88/30.97	c  27.1s|230000 |    72 |   322 |   0.0 | 974k|  95 |   - | 100 | 114 |   0 |   0 |   3 | 125k|  20 | 3.186551e+00 | 6.000000e+00 |  88.29%
32.18/32.29	c  28.3s|240000 |    70 |   322 |   0.0 | 970k|  95 |   - | 100 | 107 |   0 |   0 |   3 | 131k|  20 | 3.186551e+00 | 6.000000e+00 |  88.29%
32.48/32.54	o 5
32.48/32.54	c *28.5s|241873 |    38 |   322 |   0.0 | 974k|  95 |   - | 100 | 116 |   0 |   0 |   3 | 132k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
33.57/33.69	c  29.5s|250000 |    53 |   322 |   0.0 | 974k|  95 |   - | 100 | 109 |   0 |   0 |   3 | 136k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
35.09/35.11	c  30.8s|260000 |    70 |   322 |   0.0 | 983k|  95 |   - | 100 | 108 |   0 |   0 |   3 | 141k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
36.47/36.55	c  32.1s|270000 |    75 |   322 |   0.0 | 985k|  95 |   - | 100 | 104 |   0 |   0 |   3 | 146k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
37.97/38.01	c  33.4s|280000 |    29 |   322 |   0.0 | 977k|  95 |   - | 100 | 104 |   0 |   0 |   3 | 152k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
39.37/39.44	c  34.6s|290000 |    67 |   322 |   0.0 | 992k|  95 |   - | 100 | 105 |   0 |   0 |   3 | 157k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
40.87/40.91	c  36.0s|300000 |    76 |   322 |   0.0 | 995k|  95 |   - | 100 | 104 |   0 |   0 |   3 | 162k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
42.37/42.43	c  37.3s|310000 |    28 |   322 |   0.0 | 993k|  95 |   - | 100 | 114 |   0 |   0 |   3 | 167k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
43.88/43.92	c  38.6s|320000 |    83 |   322 |   0.0 |1001k|  95 |   - | 100 | 103 |   0 |   0 |   3 | 172k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
45.17/45.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
45.17/45.30	c  39.8s|330000 |    57 |   322 |   0.0 | 999k|  95 |   - | 100 | 109 |   0 |   0 |   3 | 178k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
46.57/46.66	c  41.0s|340000 |    51 |   322 |   0.0 | 996k|  95 |   - | 100 | 112 |   0 |   0 |   3 | 183k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
48.07/48.10	c  42.3s|350000 |    61 |   322 |   0.0 | 999k|  95 |   - | 100 | 107 |   0 |   0 |   3 | 189k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
49.47/49.51	c  43.6s|360000 |    52 |   322 |   0.0 | 999k|  95 |   - | 100 | 110 |   0 |   0 |   3 | 194k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
50.87/50.92	c  44.8s|370000 |    64 |   322 |   0.0 |1000k|  95 |   - | 100 | 110 |   0 |   0 |   3 | 199k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
52.26/52.33	c  46.1s|380000 |    54 |   322 |   0.0 |1002k|  95 |   - | 100 | 117 |   0 |   0 |   3 | 205k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
53.67/53.76	c  47.3s|390000 |    64 |   322 |   0.0 |1000k|  95 |   - | 100 | 109 |   0 |   0 |   3 | 210k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
55.17/55.20	c  48.6s|400000 |    56 |   322 |   0.0 | 998k|  95 |   - | 100 | 108 |   0 |   0 |   3 | 216k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
56.56/56.62	c  49.8s|410000 |    61 |   322 |   0.0 | 998k|  95 |   - | 100 | 103 |   0 |   0 |   3 | 221k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
57.96/58.07	c  51.1s|420000 |    58 |   322 |   0.0 | 997k|  95 |   - | 100 | 103 |   0 |   0 |   3 | 227k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
59.47/59.53	c  52.4s|430000 |    52 |   322 |   0.0 | 998k|  95 |   - | 100 | 108 |   0 |   0 |   3 | 232k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
60.86/60.92	c  53.6s|440000 |    33 |   322 |   0.0 | 996k|  95 |   - | 100 | 109 |   0 |   0 |   3 | 237k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
62.17/62.27	c  54.8s|450000 |    54 |   322 |   0.0 |1001k|  95 |   - | 100 | 110 |   0 |   0 |   3 | 243k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
63.56/63.69	c  56.1s|460000 |    53 |   322 |   0.0 | 999k|  95 |   - | 100 | 112 |   0 |   0 |   3 | 248k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
64.96/65.06	c  57.3s|470000 |    61 |   322 |   0.0 |1000k|  95 |   - | 100 | 104 |   0 |   0 |   3 | 253k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
66.46/66.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
66.46/66.51	c  58.5s|480000 |    64 |   322 |   0.0 |1002k|  95 |   - | 100 | 108 |   0 |   0 |   3 | 259k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
67.86/67.92	c  59.8s|490000 |    51 |   322 |   0.0 | 999k|  95 |   - | 100 | 110 |   0 |   0 |   3 | 264k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
69.27/69.33	c  61.1s|500000 |    52 |   322 |   0.0 | 998k|  95 |   - | 100 | 106 |   0 |   0 |   3 | 270k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
70.66/70.70	c  62.3s|510000 |    62 |   322 |   0.0 |1003k|  95 |   - | 100 | 111 |   0 |   0 |   3 | 275k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
72.07/72.11	c  63.5s|520000 |    79 |   322 |   0.0 |1005k|  95 |   - | 100 | 103 |   0 |   0 |   3 | 280k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
73.36/73.48	c  64.7s|530000 |    47 |   322 |   0.0 | 997k|  95 |   - | 100 | 106 |   0 |   0 |   3 | 286k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
74.77/74.90	c  66.0s|540000 |    59 |   322 |   0.0 |1003k|  95 |   - | 100 | 103 |   0 |   0 |   3 | 291k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
76.26/76.35	c  67.2s|550000 |    45 |   322 |   0.0 | 997k|  95 |   - | 100 | 107 |   0 |   0 |   3 | 296k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
77.66/77.77	c  68.5s|560000 |    79 |   322 |   0.0 |1006k|  95 |   - | 100 | 105 |   0 |   0 |   3 | 302k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
79.16/79.23	c  69.8s|570000 |    51 |   322 |   0.0 |1000k|  95 |   - | 100 | 110 |   0 |   0 |   3 | 307k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
80.55/80.69	c  71.1s|580000 |    61 |   322 |   0.0 |1006k|  95 |   - | 100 | 113 |   0 |   0 |   3 | 312k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
82.05/82.14	c  72.3s|590000 |    78 |   322 |   0.0 |1007k|  95 |   - | 100 | 106 |   0 |   0 |   3 | 318k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
83.47/83.60	c  73.6s|600000 |    34 |   322 |   0.0 | 997k|  95 |   - | 100 | 112 |   0 |   0 |   3 | 323k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
84.86/84.99	c  74.8s|610000 |    49 |   322 |   0.0 |1004k|  95 |   - | 100 | 111 |   0 |   0 |   3 | 328k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
86.36/86.40	c  76.1s|620000 |    53 |   322 |   0.0 |1000k|  95 |   - | 100 | 104 |   0 |   0 |   3 | 333k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
87.66/87.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
87.66/87.79	c  77.3s|630000 |    34 |   322 |   0.0 |1002k|  95 |   - | 100 | 114 |   0 |   0 |   3 | 339k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
89.16/89.23	c  78.6s|640000 |    64 |   322 |   0.0 |1004k|  95 |   - | 100 | 106 |   0 |   0 |   3 | 344k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
90.55/90.65	c  79.8s|650000 |    57 |   322 |   0.0 |1007k|  95 |   - | 100 | 114 |   0 |   0 |   3 | 350k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
91.96/92.06	c  81.1s|660000 |    61 |   322 |   0.0 |1002k|  95 |   - | 100 | 104 |   0 |   0 |   3 | 355k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
93.36/93.45	c  82.3s|670000 |    67 |   322 |   0.0 |1006k|  95 |   - | 100 | 106 |   0 |   0 |   3 | 360k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
94.76/94.86	c  83.6s|680000 |    66 |   322 |   0.0 |1004k|  95 |   - | 100 | 105 |   0 |   0 |   3 | 365k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
96.15/96.27	c  84.8s|690000 |    58 |   322 |   0.0 |1007k|  95 |   - | 100 | 113 |   0 |   0 |   3 | 371k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
97.66/97.71	c  86.1s|700000 |    60 |   322 |   0.0 |1003k|  95 |   - | 100 | 106 |   0 |   0 |   3 | 376k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
99.05/99.12	c  87.3s|710000 |    64 |   322 |   0.0 |1004k|  95 |   - | 100 | 104 |   0 |   0 |   3 | 381k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
100.45/100.51	c  88.5s|720000 |    54 |   322 |   0.0 |1001k|  95 |   - | 100 | 102 |   0 |   0 |   3 | 387k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
101.85/101.91	c  89.8s|730000 |    42 |   322 |   0.0 |1004k|  95 |   - | 100 | 114 |   0 |   0 |   3 | 392k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
103.36/103.41	c  91.1s|740000 |    52 |   322 |   0.0 |1001k|  95 |   - | 100 | 104 |   0 |   0 |   3 | 397k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
104.75/104.80	c  92.3s|750000 |    57 |   322 |   0.0 |1004k|  95 |   - | 100 | 108 |   0 |   0 |   3 | 403k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
106.15/106.21	c  93.5s|760000 |    64 |   322 |   0.0 |1005k|  95 |   - | 100 | 107 |   0 |   0 |   3 | 408k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
107.55/107.62	c  94.8s|770000 |    36 |   322 |   0.0 | 999k|  95 |   - | 100 | 108 |   0 |   0 |   3 | 413k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
109.05/109.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
109.05/109.12	c  96.1s|780000 |    41 |   322 |   0.0 | 999k|  95 |   - | 100 | 107 |   0 |   0 |   3 | 418k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
110.55/110.60	c  97.4s|790000 |    54 |   322 |   0.0 |1008k|  95 |   - | 100 | 115 |   0 |   0 |   3 | 424k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
111.95/112.03	c  98.7s|800000 |    61 |   322 |   0.0 |1005k|  95 |   - | 100 | 107 |   0 |   0 |   3 | 429k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
113.35/113.47	c  99.9s|810000 |    59 |   322 |   0.0 |1004k|  95 |   - | 100 | 107 |   0 |   0 |   3 | 435k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
114.85/114.90	c   101s|820000 |    37 |   322 |   0.0 |1002k|  95 |   - | 100 | 110 |   0 |   0 |   3 | 440k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
116.34/116.42	c   103s|830000 |    50 |   322 |   0.0 |1003k|  95 |   - | 100 | 108 |   0 |   0 |   3 | 445k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
117.65/117.77	c   104s|840000 |    57 |   322 |   0.0 |1006k|  95 |   - | 100 | 112 |   0 |   0 |   3 | 450k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
119.05/119.18	c   105s|850000 |    54 |   322 |   0.0 |1006k|  95 |   - | 100 | 113 |   0 |   0 |   3 | 456k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
120.55/120.60	c   106s|860000 |    48 |   322 |   0.0 |1005k|  95 |   - | 100 | 116 |   0 |   0 |   3 | 461k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
121.95/122.10	c   108s|870000 |    66 |   322 |   0.0 |1007k|  95 |   - | 100 | 107 |   0 |   0 |   3 | 466k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
123.55/123.65	c   109s|880000 |    41 |   322 |   0.0 |1004k|  95 |   - | 100 | 112 |   0 |   0 |   3 | 472k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
125.04/125.12	c   110s|890000 |    49 |   322 |   0.0 |1004k|  95 |   - | 100 | 105 |   0 |   0 |   3 | 477k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
126.55/126.65	c   112s|900000 |    31 |   322 |   0.0 |1005k|  95 |   - | 100 | 109 |   0 |   0 |   3 | 482k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
128.05/128.14	c   113s|910000 |    63 |   322 |   0.0 |1008k|  95 |   - | 100 | 105 |   0 |   0 |   3 | 488k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
129.54/129.61	c   114s|920000 |    72 |   322 |   0.0 |1012k|  95 |   - | 100 | 107 |   0 |   0 |   3 | 493k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
130.94/131.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
130.94/131.05	c   115s|930000 |    56 |   322 |   0.0 |1007k|  95 |   - | 100 | 105 |   0 |   0 |   3 | 498k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
132.45/132.52	c   117s|940000 |    45 |   322 |   0.0 |1004k|  95 |   - | 100 | 104 |   0 |   0 |   3 | 503k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
133.94/134.03	c   118s|950000 |    50 |   322 |   0.0 |1011k|  95 |   - | 100 | 116 |   0 |   0 |   3 | 509k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
135.44/135.50	c   119s|960000 |    36 |   322 |   0.0 |1004k|  95 |   - | 100 | 111 |   0 |   0 |   3 | 514k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
136.94/137.01	c   121s|970000 |    32 |   322 |   0.0 |1000k|  95 |   - | 100 | 104 |   0 |   0 |   3 | 519k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
138.34/138.41	c   122s|980000 |    46 |   322 |   0.0 |1009k|  95 |   - | 100 | 111 |   0 |   0 |   3 | 525k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
139.74/139.85	c   123s|990000 |    79 |   322 |   0.0 |1013k|  95 |   - | 100 | 106 |   0 |   0 |   3 | 530k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
141.24/141.33	c   124s|  1000k|    43 |   322 |   0.0 |1010k|  95 |   - | 100 | 114 |   0 |   0 |   3 | 536k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
142.74/142.82	c   126s|  1010k|    77 |   322 |   0.0 |1013k|  95 |   - | 100 | 105 |   0 |   0 |   3 | 541k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
144.34/144.41	c   127s|  1020k|    53 |   322 |   0.0 |1006k|  95 |   - | 100 | 104 |   0 |   0 |   3 | 546k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
145.74/145.89	c   128s|  1030k|    70 |   322 |   0.0 |1014k|  95 |   - | 100 | 108 |   0 |   0 |   3 | 551k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
147.24/147.30	c   130s|  1040k|    64 |   322 |   0.0 |1011k|  95 |   - | 100 | 108 |   0 |   0 |   3 | 556k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
148.64/148.72	c   131s|  1050k|    54 |   322 |   0.0 |1008k|  95 |   - | 100 | 107 |   0 |   0 |   3 | 562k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
150.14/150.22	c   132s|  1060k|    61 |   322 |   0.0 |1009k|  95 |   - | 100 | 105 |   0 |   0 |   3 | 567k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
151.54/151.68	c   134s|  1070k|    37 |   322 |   0.0 |1010k|  95 |   - | 100 | 119 |   0 |   0 |   3 | 572k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
153.04/153.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
153.04/153.14	c   135s|  1080k|    57 |   322 |   0.0 |1010k|  95 |   - | 100 | 109 |   0 |   0 |   3 | 577k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
154.44/154.55	c   136s|  1090k|    70 |   322 |   0.0 |1014k|  95 |   - | 100 | 108 |   0 |   0 |   3 | 583k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
155.94/156.00	c   137s|  1100k|    30 |   322 |   0.0 |1002k|  95 |   - | 100 | 107 |   0 |   0 |   3 | 588k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
157.34/157.49	c   139s|  1110k|    39 |   322 |   0.0 |1010k|  95 |   - | 100 | 116 |   0 |   0 |   3 | 593k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
158.84/158.99	c   140s|  1120k|    54 |   322 |   0.0 |1009k|  95 |   - | 100 | 109 |   0 |   0 |   3 | 599k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
160.34/160.49	c   141s|  1130k|     9 |   322 |   0.0 |1003k|  95 |   - | 100 | 116 |   0 |   0 |   3 | 604k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
161.73/161.87	c   143s|  1140k|    49 |   322 |   0.0 |1012k|  95 |   - | 100 | 112 |   0 |   0 |   3 | 609k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
163.13/163.23	c   144s|  1150k|    47 |   322 |   0.0 |1011k|  95 |   - | 100 | 109 |   0 |   0 |   3 | 615k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
164.54/164.63	c   145s|  1160k|    47 |   322 |   0.0 |1008k|  95 |   - | 100 | 109 |   0 |   0 |   3 | 620k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
165.94/166.04	c   146s|  1170k|    58 |   322 |   0.0 |1010k|  95 |   - | 100 | 107 |   0 |   0 |   3 | 625k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
167.43/167.51	c   148s|  1180k|    19 |   322 |   0.0 |1004k|  95 |   - | 100 | 108 |   0 |   0 |   3 | 630k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
168.84/168.95	c   149s|  1190k|    61 |   322 |   0.0 |1011k|  95 |   - | 100 | 107 |   0 |   0 |   3 | 636k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
170.33/170.45	c   150s|  1200k|    37 |   322 |   0.0 |1008k|  95 |   - | 100 | 109 |   0 |   0 |   3 | 641k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
171.83/171.92	c   151s|  1210k|    55 |   322 |   0.0 |1012k|  95 |   - | 100 | 109 |   0 |   0 |   3 | 646k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
173.23/173.34	c   153s|  1220k|    68 |   322 |   0.0 |1013k|  95 |   - | 100 | 108 |   0 |   0 |   3 | 652k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
174.73/174.82	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
174.73/174.82	c   154s|  1230k|    42 |   322 |   0.0 |1006k|  95 |   - | 100 | 106 |   0 |   0 |   3 | 657k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
176.33/176.44	c   155s|  1240k|    37 |   322 |   0.0 |1005k|  95 |   - | 100 | 105 |   0 |   0 |   3 | 662k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
177.93/178.00	c   157s|  1250k|    52 |   322 |   0.0 |1008k|  95 |   - | 100 | 104 |   0 |   0 |   3 | 667k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
179.43/179.52	c   158s|  1260k|    48 |   322 |   0.0 |1012k|  95 |   - | 100 | 109 |   0 |   0 |   3 | 673k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
181.02/181.14	c   160s|  1270k|    58 |   322 |   0.0 |1016k|  95 |   - | 100 | 114 |   0 |   0 |   3 | 678k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
182.44/182.56	c   161s|  1280k|    63 |   322 |   0.0 |1012k|  95 |   - | 100 | 107 |   0 |   0 |   3 | 683k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
183.93/184.05	c   162s|  1290k|    52 |   322 |   0.0 |1012k|  95 |   - | 100 | 109 |   0 |   0 |   3 | 689k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
185.42/185.59	c   164s|  1300k|    44 |   322 |   0.0 |1011k|  95 |   - | 100 | 115 |   0 |   0 |   3 | 694k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
187.12/187.21	c   165s|  1310k|    61 |   322 |   0.0 |1013k|  95 |   - | 100 | 110 |   0 |   0 |   3 | 699k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
188.82/188.90	c   166s|  1320k|    60 |   322 |   0.0 |1013k|  95 |   - | 100 | 110 |   0 |   0 |   3 | 705k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
190.13/190.27	c   168s|  1330k|    57 |   322 |   0.0 |1014k|  95 |   - | 100 | 109 |   0 |   0 |   3 | 710k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
191.63/191.72	c   169s|  1340k|    32 |   322 |   0.0 |1005k|  95 |   - | 100 | 106 |   0 |   0 |   3 | 715k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
193.03/193.19	c   170s|  1350k|    35 |   322 |   0.0 |1011k|  95 |   - | 100 | 113 |   0 |   0 |   3 | 720k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
194.53/194.68	c   172s|  1360k|    37 |   322 |   0.0 |1008k|  95 |   - | 100 | 109 |   0 |   0 |   3 | 726k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
196.03/196.18	c   173s|  1370k|    46 |   322 |   0.0 |1009k|  95 |   - | 100 | 106 |   0 |   0 |   3 | 731k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
197.52/197.66	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
197.52/197.66	c   174s|  1380k|    44 |   322 |   0.0 |1009k|  95 |   - | 100 | 107 |   0 |   0 |   3 | 736k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
199.03/199.20	c   176s|  1390k|    78 |   322 |   0.0 |1017k|  95 |   - | 100 | 105 |   0 |   0 |   3 | 741k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
200.52/200.62	c   177s|  1400k|    56 |   322 |   0.0 |1011k|  95 |   - | 100 | 106 |   0 |   0 |   3 | 747k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
201.92/202.03	c   178s|  1410k|    53 |   322 |   0.0 |1013k|  95 |   - | 100 | 112 |   0 |   0 |   3 | 752k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
203.33/203.45	c   179s|  1420k|    58 |   322 |   0.0 |1013k|  95 |   - | 100 | 108 |   0 |   0 |   3 | 757k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
204.72/204.88	c   181s|  1430k|    48 |   322 |   0.0 |1014k|  95 |   - | 100 | 113 |   0 |   0 |   3 | 763k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
206.22/206.33	c   182s|  1440k|    51 |   322 |   0.0 |1011k|  95 |   - | 100 | 107 |   0 |   0 |   3 | 768k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
207.62/207.79	c   183s|  1450k|    36 |   322 |   0.0 |1007k|  95 |   - | 100 | 109 |   0 |   0 |   3 | 773k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
209.32/209.42	c   185s|  1460k|    54 |   322 |   0.0 |1011k|  95 |   - | 100 | 107 |   0 |   0 |   3 | 778k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
210.82/210.90	c   186s|  1470k|    55 |   322 |   0.0 |1018k|  95 |   - | 100 | 118 |   0 |   0 |   3 | 783k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
212.32/212.40	c   187s|  1480k|    60 |   322 |   0.0 |1015k|  95 |   - | 100 | 106 |   0 |   0 |   3 | 789k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
213.82/213.91	c   189s|  1490k|    51 |   322 |   0.0 |1011k|  95 |   - | 100 | 106 |   0 |   0 |   3 | 794k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
215.32/215.42	c   190s|  1500k|    38 |   322 |   0.0 |1011k|  95 |   - | 100 | 108 |   0 |   0 |   3 | 799k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
216.81/216.94	c   191s|  1510k|    56 |   322 |   0.0 |1012k|  95 |   - | 100 | 107 |   0 |   0 |   3 | 805k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
218.31/218.48	c   193s|  1520k|    42 |   322 |   0.0 |1014k|  95 |   - | 100 | 114 |   0 |   0 |   3 | 810k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
219.83/219.95	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
219.83/219.95	c   194s|  1530k|    49 |   322 |   0.0 |1011k|  95 |   - | 100 | 110 |   0 |   0 |   3 | 815k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
221.32/221.42	c   195s|  1540k|    32 |   322 |   0.0 |1007k|  95 |   - | 100 | 110 |   0 |   0 |   3 | 820k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
222.71/222.84	c   196s|  1550k|    51 |   322 |   0.0 |1011k|  95 |   - | 100 | 107 |   0 |   0 |   3 | 826k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
224.12/224.25	c   198s|  1560k|    63 |   322 |   0.0 |1015k|  95 |   - | 100 | 108 |   0 |   0 |   3 | 831k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
225.51/225.64	c   199s|  1570k|    37 |   322 |   0.0 |1012k|  95 |   - | 100 | 113 |   0 |   0 |   3 | 836k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
226.92/227.05	c   200s|  1580k|    59 |   322 |   0.0 |1018k|  95 |   - | 100 | 115 |   0 |   0 |   3 | 842k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
228.41/228.58	c   202s|  1590k|    40 |   322 |   0.0 |1009k|  95 |   - | 100 | 106 |   0 |   0 |   3 | 847k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
230.12/230.22	c   203s|  1600k|    58 |   322 |   0.0 |1014k|  95 |   - | 100 | 108 |   0 |   0 |   3 | 852k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
231.71/231.83	c   204s|  1610k|    54 |   322 |   0.0 |1013k|  95 |   - | 100 | 107 |   0 |   0 |   3 | 857k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
233.42/233.51	c   206s|  1620k|    52 |   322 |   0.0 |1017k|  95 |   - | 100 | 113 |   0 |   0 |   3 | 863k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
235.01/235.18	c   207s|  1630k|    37 |   322 |   0.0 |1012k|  95 |   - | 100 | 107 |   0 |   0 |   3 | 868k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
236.52/236.63	c   209s|  1640k|    79 |   322 |   0.0 |1021k|  95 |   - | 100 | 105 |   0 |   0 |   3 | 873k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
237.81/237.98	c   210s|  1650k|    62 |   322 |   0.0 |1021k|  95 |   - | 100 | 113 |   0 |   0 |   3 | 879k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
239.21/239.37	c   211s|  1660k|    36 |   322 |   0.0 |1014k|  95 |   - | 100 | 113 |   0 |   0 |   3 | 884k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
240.71/240.84	c   212s|  1670k|    23 |   322 |   0.0 |1010k|  95 |   - | 100 | 109 |   0 |   0 |   3 | 889k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
242.21/242.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
242.21/242.32	c   214s|  1680k|    37 |   322 |   0.0 |1013k|  95 |   - | 100 | 108 |   0 |   0 |   3 | 894k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
243.61/243.73	c   215s|  1690k|    17 |   322 |   0.0 |1005k|  95 |   - | 100 | 108 |   0 |   0 |   3 | 900k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
245.01/245.15	c   216s|  1700k|    33 |   322 |   0.0 |1010k|  95 |   - | 100 | 110 |   0 |   0 |   3 | 905k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
246.41/246.59	c   217s|  1710k|    54 |   322 |   0.0 |1014k|  95 |   - | 100 | 106 |   0 |   0 |   3 | 910k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
248.01/248.20	c   219s|  1720k|    59 |   322 |   0.0 |1015k|  95 |   - | 100 | 105 |   0 |   0 |   3 | 915k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
249.62/249.75	c   220s|  1730k|    57 |   322 |   0.0 |1014k|  95 |   - | 100 | 104 |   0 |   0 |   3 | 920k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
250.10/250.22	c 
250.10/250.22	c SCIP Status        : problem is solved [optimal solution found]
250.10/250.22	c Solving Time (sec) : 220.63
250.10/250.22	c Solving Nodes      : 1732965
250.10/250.22	c Primal Bound       : +5.00000000000000e+00 (16 solutions)
250.10/250.22	c Dual Bound         : +5.00000000000000e+00
250.10/250.22	c Gap                : 0.00 %
250.10/250.22	s OPTIMUM FOUND
250.10/250.22	v -x100 -x99 -x98 -x97 -x96 -x95 -x94 -x93 x92 -x91 -x90 -x89 -x88 -x87 -x86 -x85 -x84 -x83 -x82 -x81 -x80 -x79 -x78 -x77 -x76 -x75 
250.10/250.22	v -x74 -x73 x72 -x71 -x70 -x69 -x68 -x67 -x66 -x65 -x64 -x63 x62 -x61 -x60 -x59 -x58 -x57 -x56 -x55 -x54 -x53 -x52 -x51 -x50 
250.10/250.22	v -x49 -x48 -x47 -x46 -x45 -x44 -x43 -x42 x41 -x40 -x39 -x38 -x37 -x36 -x35 -x34 -x33 -x32 -x31 -x30 -x29 -x28 -x27 -x26 -x25 
250.10/250.22	v -x24 -x23 -x22 -x21 -x20 -x19 -x18 -x17 -x16 -x15 -x14 x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 -x1 
250.10/250.22	c SCIP Status        : problem is solved [optimal solution found]
250.10/250.22	c Solving Time       :     220.63
250.10/250.22	c Original Problem   :
250.10/250.22	c   Problem name     : HOME/instance-2666225-1276598098.opb
250.10/250.22	c   Variables        : 100 (100 binary, 0 integer, 0 implicit integer, 0 continuous)
250.10/250.22	c   Constraints      : 100 initial, 100 maximal
250.10/250.22	c Presolved Problem  :
250.10/250.22	c   Problem name     : t_HOME/instance-2666225-1276598098.opb
250.10/250.22	c   Variables        : 100 (100 binary, 0 integer, 0 implicit integer, 0 continuous)
250.10/250.22	c   Constraints      : 100 initial, 209 maximal
250.10/250.22	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
250.10/250.22	c   trivial          :       0.00          0          0          0          0          0          0          0          0
250.10/250.22	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
250.10/250.22	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
250.10/250.22	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
250.10/250.22	c   implics          :       0.00          0          0          0          0          0          0          0          0
250.10/250.22	c   probing          :       0.00          0          0          0          0          0          0          0          0
250.10/250.22	c   logicor          :       0.00          0          0          0          0          0          0          0          0
250.10/250.22	c   root node        :          -        100          -          -        100          -          -          -          -
250.10/250.22	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
250.10/250.22	c   integral         :          0          0          0          1          0          0          0          0          0          2
250.10/250.22	c   logicor          :        100+         4    2142165          0          2     919494     826540          0          0          0
250.10/250.22	c   countsols        :          0          0          0          0          4          0          0          0          0          0
250.10/250.22	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
250.10/250.22	c   integral         :       0.44       0.00       0.00       0.44       0.00
250.10/250.22	c   logicor          :      50.93       0.00      50.93       0.00       0.00
250.10/250.22	c   countsols        :       0.00       0.00       0.00       0.00       0.00
250.10/250.22	c Propagators        :       Time      Calls    Cutoffs    DomReds
250.10/250.22	c   vbounds          :       1.93          2          0          0
250.10/250.22	c   rootredcost      :       1.76          4          0          0
250.10/250.22	c   pseudoobj        :      69.69    4199327       3005   36119149
250.10/250.22	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
250.10/250.22	c   propagation      :      34.80     922499     922476     922476       28.3        480       55.2          -
250.10/250.22	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
250.10/250.22	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
250.10/250.22	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
250.10/250.22	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
250.10/250.22	c   applied globally :          -          -          -     647625       23.0          -          -          -
250.10/250.22	c   applied locally  :          -          -          -     274851       40.7          -          -          -
250.10/250.22	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
250.10/250.22	c   cut pool         :       0.00          3          -          -          1          -    (maximal pool size: 47)
250.10/250.22	c   redcost          :       0.00          4          0          0          0          0
250.10/250.22	c   impliedbounds    :       0.00          4          0          0          0          0
250.10/250.22	c   intobj           :       0.00          0          0          0          0          0
250.10/250.22	c   cgmip            :       0.00          0          0          0          0          0
250.10/250.22	c   gomory           :       0.04          4          0          0          0          0
250.10/250.22	c   strongcg         :       0.00          4          0          0         45          0
250.10/250.22	c   cmir             :       0.03          4          0          0          2          0
250.10/250.22	c   flowcover        :       0.01          4          0          0          0          0
250.10/250.22	c   clique           :       0.00          1          0          0          0          0
250.10/250.22	c   zerohalf         :       0.00          0          0          0          0          0
250.10/250.22	c   mcf              :       0.00          1          0          0          0          0
250.10/250.22	c   rapidlearning    :       0.00          0          0          0          0          0
250.10/250.22	c Pricers            :       Time      Calls       Vars
250.10/250.22	c   problem variables:       0.00          0          0
250.10/250.22	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
250.10/250.22	c   relpscost        :       0.44          1          0          0          0          0          2
250.10/250.22	c   pscost           :       0.00          0          0          0          0          0          0
250.10/250.22	c   inference        :      10.15    1032214          0          0          0          0    2064428
250.10/250.22	c   mostinf          :       0.00          0          0          0          0          0          0
250.10/250.22	c   leastinf         :       0.00          0          0          0          0          0          0
250.10/250.22	c   fullstrong       :       0.00          0          0          0          0          0          0
250.10/250.22	c   allfullstrong    :       0.00          0          0          0          0          0          0
250.10/250.22	c   random           :       0.00          0          0          0          0          0          0
250.10/250.22	c Primal Heuristics  :       Time      Calls      Found
250.10/250.22	c   LP solutions     :       0.00          -          0
250.10/250.22	c   pseudo solutions :       0.00          -          4
250.10/250.22	c   crossover        :       0.00          0          0
250.10/250.22	c   oneopt           :       1.23          2          1
250.10/250.22	c   trivial          :       0.00          2          3
250.10/250.22	c   simplerounding   :       0.00          4          4
250.10/250.22	c   zirounding       :       0.00          1          1
250.10/250.22	c   rounding         :       0.00          4          1
250.10/250.22	c   shifting         :       0.00          4          2
250.10/250.22	c   intshifting      :       0.00          0          0
250.10/250.22	c   twoopt           :       0.00          0          0
250.10/250.22	c   fixandinfer      :       0.00          0          0
250.10/250.22	c   feaspump         :       0.00          0          0
250.10/250.22	c   coefdiving       :       0.00          0          0
250.10/250.22	c   pscostdiving     :       0.00          0          0
250.10/250.22	c   fracdiving       :       0.00          0          0
250.10/250.22	c   veclendiving     :       0.00          0          0
250.10/250.22	c   intdiving        :       0.00          0          0
250.10/250.22	c   actconsdiving    :       0.00          0          0
250.10/250.22	c   objpscostdiving  :       0.00          0          0
250.10/250.22	c   rootsoldiving    :       0.00          0          0
250.10/250.22	c   linesearchdiving :       0.00          0          0
250.10/250.22	c   guideddiving     :       0.00          0          0
250.10/250.22	c   octane           :       0.00          0          0
250.10/250.22	c   rens             :       0.01          0          0
250.10/250.22	c   rins             :       0.00          0          0
250.10/250.22	c   localbranching   :       0.00          0          0
250.10/250.22	c   mutation         :       0.00          0          0
250.10/250.22	c   dins             :       0.00          0          0
250.10/250.22	c   undercover       :       0.00          0          0
250.10/250.22	c   nlp              :       0.69          0          0
250.10/250.22	c   trysol           :       0.80          0          0
250.10/250.22	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
250.10/250.22	c   primal LP        :       0.00          0          0       0.00          -
250.10/250.22	c   dual LP          :       0.04          4        322      80.50    8050.00
250.10/250.23	c   lex dual LP      :       0.00          0          0       0.00          -
250.10/250.23	c   barrier LP       :       0.00          0          0       0.00          -
250.10/250.23	c   diving/probing LP:       0.00          0          0       0.00          -
250.10/250.23	c   strong branching :       0.44         20       4347     217.35    9879.55
250.10/250.23	c     (at root node) :          -         20       4347     217.35          -
250.10/250.23	c   conflict analysis:       0.00          0          0       0.00          -
250.10/250.23	c B&B Tree           :
250.10/250.23	c   number of runs   :          1
250.10/250.23	c   nodes            :    1732965
250.10/250.23	c   nodes (total)    :    1732965
250.10/250.23	c   nodes left       :          0
250.10/250.23	c   max depth        :         95
250.10/250.23	c   max depth (total):         95
250.10/250.23	c   backtracks       :     865204 (49.9%)
250.10/250.23	c   delayed cutoffs  :     331409
250.10/250.23	c   repropagations   :    1702761 (7454804 domain reductions, 221753 cutoffs)
250.10/250.23	c   avg switch length:       3.26
250.10/250.23	c   switching time   :      30.48
250.10/250.23	c Solution           :
250.10/250.23	c   Solutions found  :         16 (9 improvements)
250.10/250.23	c   First Solution   : +1.00000000000000e+02   (in run 1, after 0 nodes, 0.00 seconds, depth 0, found by <trivial>)
250.10/250.23	c   Primal Bound     : +5.00000000000000e+00   (in run 1, after 241873 nodes, 28.54 seconds, depth 90, found by <relaxation>)
250.10/250.23	c   Dual Bound       : +5.00000000000000e+00
250.10/250.23	c   Gap              :       0.00 %
250.10/250.23	c   Root Dual Bound  : +3.17955801924382e+00
250.10/250.23	c   Root Iterations  :        322
250.10/250.23	c Time complete: 250.15.

Verifier Data

OK	5

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2666225-1276598098/watcher-2666225-1276598098 -o /tmp/evaluation-result-2666225-1276598098/solver-2666225-1276598098 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2666225-1276598098.opb -t 1800 -m 1800 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.04 1.02 1.00 3/106 9109
/proc/meminfo: memFree=1536832/2059040 swapFree=4192956/4192956
[pid=9109] ppid=9107 vsize=9288 CPUtime=0
/proc/9109/stat : 9109 (pbscip.linux.x8) R 9107 9109 2332 0 -1 4202496 1052 0 0 0 0 0 0 0 18 0 1 0 1104974 9510912 973 1992294400 4194304 9819077 140735315965024 18446744073709551615 8675093 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9109/statm: 2322 983 371 1374 0 943 0

[startup+0.057988 s]
/proc/loadavg: 1.04 1.02 1.00 3/106 9109
/proc/meminfo: memFree=1536832/2059040 swapFree=4192956/4192956
[pid=9109] ppid=9107 vsize=16020 CPUtime=0.05
/proc/9109/stat : 9109 (pbscip.linux.x8) R 9107 9109 2332 0 -1 4202496 3590 0 0 0 4 1 0 0 20 0 1 0 1104974 16404480 2568 1992294400 4194304 9819077 140735315965024 18446744073709551615 7317729 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9109/statm: 4005 2568 637 1374 0 2626 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16020

[startup+0.100993 s]
/proc/loadavg: 1.04 1.02 1.00 3/106 9109
/proc/meminfo: memFree=1536832/2059040 swapFree=4192956/4192956
[pid=9109] ppid=9107 vsize=16672 CPUtime=0.09
/proc/9109/stat : 9109 (pbscip.linux.x8) R 9107 9109 2332 0 -1 4202496 3840 0 0 0 8 1 0 0 20 0 1 0 1104974 17072128 2734 1992294400 4194304 9819077 140735315965024 18446744073709551615 4310837 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9109/statm: 4168 2734 659 1374 0 2789 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16672

[startup+0.301017 s]
/proc/loadavg: 1.04 1.02 1.00 3/106 9109
/proc/meminfo: memFree=1536832/2059040 swapFree=4192956/4192956
[pid=9109] ppid=9107 vsize=18000 CPUtime=0.29
/proc/9109/stat : 9109 (pbscip.linux.x8) R 9107 9109 2332 0 -1 4202496 5673 0 0 0 27 2 0 0 20 0 1 0 1104974 18432000 2818 1992294400 4194304 9819077 140735315965024 18446744073709551615 7309903 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9109/statm: 4500 2818 677 1374 0 3121 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18000

[startup+0.701064 s]
/proc/loadavg: 1.04 1.02 1.00 3/106 9109
/proc/meminfo: memFree=1536832/2059040 swapFree=4192956/4192956
[pid=9109] ppid=9107 vsize=16752 CPUtime=0.69
/proc/9109/stat : 9109 (pbscip.linux.x8) R 9107 9109 2332 0 -1 4202496 8503 0 0 0 64 5 0 0 20 0 1 0 1104974 17154048 2792 1992294400 4194304 9819077 140735315965024 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9109/statm: 4188 2792 683 1374 0 2809 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16752

[startup+1.50116 s]
/proc/loadavg: 1.04 1.02 1.00 2/107 9110
/proc/meminfo: memFree=1527276/2059040 swapFree=4192956/4192956
[pid=9109] ppid=9107 vsize=16904 CPUtime=1.49
/proc/9109/stat : 9109 (pbscip.linux.x8) R 9107 9109 2332 0 -1 4202496 8532 0 0 0 134 15 0 0 23 0 1 0 1104974 17309696 2821 1992294400 4194304 9819077 140735315965024 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9109/statm: 4226 2821 683 1374 0 2847 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 16904

[startup+3.10135 s]
/proc/loadavg: 1.04 1.02 1.00 2/107 9110
/proc/meminfo: memFree=1527276/2059040 swapFree=4192956/4192956
[pid=9109] ppid=9107 vsize=17036 CPUtime=3.08
/proc/9109/stat : 9109 (pbscip.linux.x8) R 9107 9109 2332 0 -1 4202496 8548 0 0 0 277 31 0 0 25 0 1 0 1104974 17444864 2837 1992294400 4194304 9819077 140735315965024 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9109/statm: 4259 2837 683 1374 0 2880 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 17036

[startup+6.30073 s]
/proc/loadavg: 1.03 1.02 1.00 2/107 9110
/proc/meminfo: memFree=1527276/2059040 swapFree=4192956/4192956
[pid=9109] ppid=9107 vsize=17036 CPUtime=6.29
/proc/9109/stat : 9109 (pbscip.linux.x8) R 9107 9109 2332 0 -1 4202496 8559 0 0 0 557 72 0 0 25 0 1 0 1104974 17444864 2848 1992294400 4194304 9819077 140735315965024 18446744073709551615 5506120 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9109/statm: 4259 2848 683 1374 0 2880 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 17036

[startup+12.7015 s]
/proc/loadavg: 1.03 1.02 1.00 2/107 9110
/proc/meminfo: memFree=1527284/2059040 swapFree=4192956/4192956
[pid=9109] ppid=9107 vsize=17036 CPUtime=12.69
/proc/9109/stat : 9109 (pbscip.linux.x8) R 9107 9109 2332 0 -1 4202496 8573 0 0 0 1113 156 0 0 25 0 1 0 1104974 17444864 2862 1992294400 4194304 9819077 140735315965024 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9109/statm: 4259 2862 683 1374 0 2880 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 17036

[startup+25.501 s]
/proc/loadavg: 1.02 1.02 1.00 2/107 9110
/proc/meminfo: memFree=1527284/2059040 swapFree=4192956/4192956
[pid=9109] ppid=9107 vsize=17168 CPUtime=25.49
/proc/9109/stat : 9109 (pbscip.linux.x8) R 9107 9109 2332 0 -1 4202496 8589 0 0 0 2235 314 0 0 25 0 1 0 1104974 17580032 2878 1992294400 4194304 9819077 140735315965024 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9109/statm: 4292 2878 683 1374 0 2913 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 17168

[startup+51.101 s]
/proc/loadavg: 1.01 1.02 1.00 2/107 9112
/proc/meminfo: memFree=1527284/2059040 swapFree=4192956/4192956
[pid=9109] ppid=9107 vsize=17432 CPUtime=51.06
/proc/9109/stat : 9109 (pbscip.linux.x8) R 9107 9109 2332 0 -1 4202496 8641 0 0 0 4499 607 0 0 25 0 1 0 1104974 17850368 2930 1992294400 4194304 9819077 140735315965024 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9109/statm: 4358 2930 683 1374 0 2979 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 17432

[startup+102.308 s]
/proc/loadavg: 1.00 1.01 1.00 2/107 9112
/proc/meminfo: memFree=1527160/2059040 swapFree=4192956/4192956
[pid=9109] ppid=9107 vsize=17432 CPUtime=102.26
/proc/9109/stat : 9109 (pbscip.linux.x8) R 9107 9109 2332 0 -1 4202496 8648 0 0 0 9013 1213 0 0 25 0 1 0 1104974 17850368 2937 1992294400 4194304 9819077 140735315965024 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9109/statm: 4358 2937 683 1374 0 2979 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 17432

[startup+162.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/107 9114
/proc/meminfo: memFree=1526912/2059040 swapFree=4192956/4192956
[pid=9109] ppid=9107 vsize=17564 CPUtime=162.23
/proc/9109/stat : 9109 (pbscip.linux.x8) R 9107 9109 2332 0 -1 4202496 8678 0 0 0 14300 1923 0 0 25 0 1 0 1104974 17985536 2967 1992294400 4194304 9819077 140735315965024 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9109/statm: 4391 2967 683 1374 0 3012 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 17564

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9116
/proc/meminfo: memFree=1526664/2059040 swapFree=4192956/4192956
[pid=9109] ppid=9107 vsize=17564 CPUtime=222.22
/proc/9109/stat : 9109 (pbscip.linux.x8) R 9107 9109 2332 0 -1 4202496 8685 0 0 0 19598 2624 0 0 25 0 1 0 1104974 17985536 2974 1992294400 4194304 9819077 140735315965024 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9109/statm: 4391 2974 683 1374 0 3012 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 17564

Solver just ended. Dumping a history of the last processes samples

[startup+230.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9116
/proc/meminfo: memFree=1526664/2059040 swapFree=4192956/4192956
[pid=9109] ppid=9107 vsize=17564 CPUtime=230.22
/proc/9109/stat : 9109 (pbscip.linux.x8) R 9107 9109 2332 0 -1 4202496 8690 0 0 0 20307 2715 0 0 25 0 1 0 1104974 17985536 2979 1992294400 4194304 9819077 140735315965024 18446744073709551615 4619602 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9109/statm: 4391 2979 683 1374 0 3012 0
Current children cumulated CPU time (s) 230.22
Current children cumulated vsize (KiB) 17564

[startup+243.109 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9116
/proc/meminfo: memFree=1526664/2059040 swapFree=4192956/4192956
[pid=9109] ppid=9107 vsize=17564 CPUtime=243.02
/proc/9109/stat : 9109 (pbscip.linux.x8) R 9107 9109 2332 0 -1 4202496 8692 0 0 0 21436 2866 0 0 25 0 1 0 1104974 17985536 2981 1992294400 4194304 9819077 140735315965024 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9109/statm: 4391 2981 683 1374 0 3012 0
Current children cumulated CPU time (s) 243.02
Current children cumulated vsize (KiB) 17564

[startup+246.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9116
/proc/meminfo: memFree=1526664/2059040 swapFree=4192956/4192956
[pid=9109] ppid=9107 vsize=17564 CPUtime=246.21
/proc/9109/stat : 9109 (pbscip.linux.x8) R 9107 9109 2332 0 -1 4202496 8692 0 0 0 21716 2905 0 0 25 0 1 0 1104974 17985536 2981 1992294400 4194304 9819077 140735315965024 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9109/statm: 4391 2981 683 1374 0 3012 0
Current children cumulated CPU time (s) 246.21
Current children cumulated vsize (KiB) 17564

[startup+247.901 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9116
/proc/meminfo: memFree=1526664/2059040 swapFree=4192956/4192956
[pid=9109] ppid=9107 vsize=17564 CPUtime=247.81
/proc/9109/stat : 9109 (pbscip.linux.x8) R 9107 9109 2332 0 -1 4202496 8692 0 0 0 21856 2925 0 0 25 0 1 0 1104974 17985536 2981 1992294400 4194304 9819077 140735315965024 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9109/statm: 4391 2981 683 1374 0 3012 0
Current children cumulated CPU time (s) 247.81
Current children cumulated vsize (KiB) 17564

[startup+249.501 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9116
/proc/meminfo: memFree=1526664/2059040 swapFree=4192956/4192956
[pid=9109] ppid=9107 vsize=17564 CPUtime=249.41
/proc/9109/stat : 9109 (pbscip.linux.x8) R 9107 9109 2332 0 -1 4202496 8692 0 0 0 21998 2943 0 0 25 0 1 0 1104974 17985536 2981 1992294400 4194304 9819077 140735315965024 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9109/statm: 4391 2981 683 1374 0 3012 0
Current children cumulated CPU time (s) 249.41
Current children cumulated vsize (KiB) 17564

[startup+249.901 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9116
/proc/meminfo: memFree=1526664/2059040 swapFree=4192956/4192956
[pid=9109] ppid=9107 vsize=17564 CPUtime=249.81
/proc/9109/stat : 9109 (pbscip.linux.x8) R 9107 9109 2332 0 -1 4202496 8695 0 0 0 22034 2947 0 0 25 0 1 0 1104974 17985536 2984 1992294400 4194304 9819077 140735315965024 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9109/statm: 4391 2984 683 1374 0 3012 0
Current children cumulated CPU time (s) 249.81
Current children cumulated vsize (KiB) 17564

[startup+250.101 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9116
/proc/meminfo: memFree=1526664/2059040 swapFree=4192956/4192956
[pid=9109] ppid=9107 vsize=17564 CPUtime=250.01
/proc/9109/stat : 9109 (pbscip.linux.x8) R 9107 9109 2332 0 -1 4202496 8695 0 0 0 22052 2949 0 0 25 0 1 0 1104974 17985536 2984 1992294400 4194304 9819077 140735315965024 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9109/statm: 4391 2984 683 1374 0 3012 0
Current children cumulated CPU time (s) 250.01
Current children cumulated vsize (KiB) 17564

[startup+250.201 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9116
/proc/meminfo: memFree=1526664/2059040 swapFree=4192956/4192956
[pid=9109] ppid=9107 vsize=17564 CPUtime=250.1
/proc/9109/stat : 9109 (pbscip.linux.x8) R 9107 9109 2332 0 -1 4202496 8697 0 0 0 22061 2949 0 0 25 0 1 0 1104974 17985536 2986 1992294400 4194304 9819077 140735315965024 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9109/statm: 4391 2986 683 1374 0 3012 0
Current children cumulated CPU time (s) 250.1
Current children cumulated vsize (KiB) 17564

Child status: 0
Real time (s): 250.237
CPU time (s): 250.153
CPU user time (s): 220.652
CPU system time (s): 29.5005
CPU usage (%): 99.9665
Max. virtual memory (cumulated for all children) (KiB): 18000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 220.652
system time used= 29.5005
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8710
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2
involuntary context switches= 530

runsolver used 0.45693 second user time and 1.15982 second system time

The end

Launcher Data

Begin job on node033 at 2010-06-15 12:34:58
IDJOB=2666225
IDBENCH=2891
IDSOLVER=1168
FILE ID=node033/2666225-1276598098
PBS_JOBID= 11172218
Free space on /tmp= 62592 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solver
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/logic_synthesis/normalized-m100_100_30_30.r.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.clp -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2666225-1276598098/watcher-2666225-1276598098 -o /tmp/evaluation-result-2666225-1276598098/solver-2666225-1276598098 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2666225-1276598098.opb -t 1800 -m 1800

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 28e00d9d9bb0c4a536b74577b47a7849
RANDOM SEED=1145109938

node033.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.242
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.48
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.242
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1537368 kB
Buffers:         48624 kB
Cached:         346808 kB
SwapCached:          0 kB
Active:         188776 kB
Inactive:       266288 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1537368 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            6232 kB
Writeback:           0 kB
AnonPages:       59632 kB
Mapped:          15480 kB
Slab:            44912 kB
PageTables:       3920 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182604 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62584 MiB
End job on node033 at 2010-06-15 12:39:09