Trace number 3734679

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
PB10: SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solverOPT5 125.832 125.86

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 benchmark0.399938
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.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2]
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-3734679-1338700406.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.01	o 100
0.00/0.01	c feasible solution found by trivial heuristic, objective value  1.000000e+02
0.00/0.01	c presolving:
0.00/0.01	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.01	c presolving (2 rounds):
0.00/0.01	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.01	c  0 implications, 0 cliques
0.00/0.01	c presolved problem has 100 variables (100 bin, 0 int, 0 impl, 0 cont) and 100 constraints
0.00/0.01	c     100 constraints of type <logicor>
0.00/0.01	c transformed objective value is always integral (scale: 1)
0.00/0.01	c Presolving Time: 0.01
0.00/0.01	c - non default parameters ----------------------------------------------------------------------
0.00/0.01	c # SCIP version 1.2.1.3
0.00/0.01	c 
0.00/0.01	c # maximal number of intermediate conflict constraints generated in conflict graph (-1: use every intermediate constraint)
0.00/0.01	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.01	c conflict/interconss = 0
0.00/0.01	c 
0.00/0.01	c # should binary conflicts be preferred?
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c conflict/preferbinary = TRUE
0.00/0.01	c 
0.00/0.01	c # maximum age an unnecessary constraint can reach before it is deleted (0: dynamic, -1: keep all constraints)
0.00/0.01	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.01	c constraints/agelimit = 1
0.00/0.01	c 
0.00/0.01	c # should enforcement of pseudo solution be disabled?
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c constraints/disableenfops = TRUE
0.00/0.01	c 
0.00/0.01	c # frequency for displaying node information lines
0.00/0.01	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.01	c display/freq = 10000
0.00/0.01	c 
0.00/0.01	c # maximal time in seconds to run
0.00/0.01	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.01	c limits/time = 1790
0.00/0.01	c 
0.00/0.01	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.01	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.01	c limits/memory = 13950
0.00/0.01	c 
0.00/0.01	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.00/0.01	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.01	c lp/solvefreq = 0
0.00/0.01	c 
0.00/0.01	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.01	c # [type: char, range: {lafpsqd}, default: l]
0.00/0.01	c lp/pricing = a
0.00/0.01	c 
0.00/0.01	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.01	c # [type: int, range: [1,2], default: 1]
0.00/0.01	c timing/clocktype = 2
0.00/0.01	c 
0.00/0.01	c # should presolving try to simplify inequalities
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c constraints/linear/simplifyinequalities = TRUE
0.00/0.01	c 
0.00/0.01	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c constraints/indicator/addCouplingCons = TRUE
0.00/0.01	c 
0.00/0.01	c # should presolving try to simplify knapsacks
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.01	c 
0.00/0.01	c # priority of node selection rule <dfs> in standard mode
0.00/0.01	c # [type: int, range: [-536870912,536870911], default: 0]
0.00/0.01	c nodeselection/dfs/stdpriority = 1000000
0.00/0.01	c 
0.00/0.01	c -----------------------------------------------------------------------------------------------
0.00/0.01	c start solving
0.00/0.01	c 
0.00/0.04	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.04	c t 0.0s|     1 |     0 |   615 |     - | 707k|   0 |  64 | 100 | 100 | 100 | 100 |   0 |   0 |   0 | 3.130044e+00 | 1.000000e+02 |3094.84%
0.00/0.04	o 64
0.00/0.04	c r 0.0s|     1 |     0 |   615 |     - | 710k|   0 |  64 | 100 | 100 | 100 | 100 |   0 |   0 |   0 | 3.130044e+00 | 6.400000e+01 |1944.70%
0.00/0.04	o 63
0.00/0.04	c R 0.0s|     1 |     0 |   615 |     - | 713k|   0 |  64 | 100 | 100 | 100 | 100 |   0 |   0 |   0 | 3.130044e+00 | 6.300000e+01 |1912.75%
0.00/0.04	o 62
0.00/0.04	c s 0.0s|     1 |     0 |   615 |     - | 716k|   0 |  64 | 100 | 100 | 100 | 100 |   0 |   0 |   0 | 3.130044e+00 | 6.200000e+01 |1880.80%
0.04/0.05	c   0.0s|     1 |     0 |   662 |     - | 815k|   0 |  58 | 100 | 100 | 100 | 101 |   1 |   0 |   0 | 3.160789e+00 | 6.200000e+01 |1861.54%
0.04/0.05	o 9
0.04/0.05	c b 0.0s|     1 |     0 |   662 |     - | 818k|   0 |  58 | 100 | 100 | 100 | 101 |   1 |   0 |   0 | 3.160789e+00 | 9.000000e+00 | 184.74%
0.04/0.05	o 9
0.04/0.05	c s 0.0s|     1 |     0 |   662 |     - | 820k|   0 |  58 | 100 | 100 | 100 | 101 |   1 |   0 |   0 | 3.160789e+00 | 9.000000e+00 | 184.74%
0.04/0.06	c   0.1s|     1 |     0 |   712 |     - | 856k|   0 |  58 | 100 | 100 | 100 | 102 |   2 |   0 |   0 | 3.175093e+00 | 9.000000e+00 | 183.46%
0.04/0.06	o 7
0.04/0.06	c b 0.1s|     1 |     0 |   712 |     - | 860k|   0 |  58 | 100 | 100 | 100 | 102 |   2 |   0 |   0 | 3.175093e+00 | 7.000000e+00 | 120.47%
0.04/0.08	c   0.1s|     1 |     0 |   751 |     - | 874k|   0 |  57 | 100 | 100 | 100 | 103 |   3 |   0 |   0 | 3.179558e+00 | 7.000000e+00 | 120.16%
0.29/0.33	c   0.3s|     1 |     2 |   751 |     - | 879k|   0 |  57 | 100 | 100 | 100 | 103 |   3 |   0 |  20 | 3.179558e+00 | 7.000000e+00 | 120.16%
0.39/0.40	o 6
0.39/0.40	c * 0.4s|  1111 |    85 |   751 |   0.0 | 924k|  96 |   - | 100 | 100 |   0 |   0 |   3 | 621 |  20 | 3.186551e+00 | 6.000000e+00 |  88.29%
0.89/0.96	c   1.0s| 10000 |    61 |   751 |   0.0 | 938k|  96 |   - | 100 | 109 |   0 |   0 |   3 |5726 |  20 | 3.186551e+00 | 6.000000e+00 |  88.29%
1.59/1.60	c   1.6s| 20000 |    72 |   751 |   0.0 | 942k|  96 |   - | 100 | 100 |   0 |   0 |   3 |  11k|  20 | 3.186551e+00 | 6.000000e+00 |  88.29%
2.19/2.24	c   2.2s| 30000 |    80 |   751 |   0.0 | 948k|  96 |   - | 100 | 101 |   0 |   0 |   3 |  16k|  20 | 3.186551e+00 | 6.000000e+00 |  88.29%
2.79/2.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
2.79/2.88	c   2.9s| 40000 |    58 |   751 |   0.0 | 947k|  96 |   - | 100 | 106 |   0 |   0 |   3 |  22k|  20 | 3.186551e+00 | 6.000000e+00 |  88.29%
3.49/3.52	c   3.5s| 50000 |    65 |   751 |   0.0 | 947k|  96 |   - | 100 | 102 |   0 |   0 |   3 |  28k|  20 | 3.186551e+00 | 6.000000e+00 |  88.29%
4.09/4.16	c   4.2s| 60000 |    60 |   751 |   0.0 | 950k|  96 |   - | 100 | 107 |   0 |   0 |   3 |  33k|  20 | 3.186551e+00 | 6.000000e+00 |  88.29%
4.79/4.82	c   4.8s| 70000 |    74 |   751 |   0.0 | 955k|  96 |   - | 100 | 102 |   0 |   0 |   3 |  39k|  20 | 3.186551e+00 | 6.000000e+00 |  88.29%
5.39/5.47	c   5.5s| 80000 |    56 |   751 |   0.0 | 951k|  96 |   - | 100 | 102 |   0 |   0 |   3 |  44k|  20 | 3.186551e+00 | 6.000000e+00 |  88.29%
6.09/6.12	c   6.1s| 90000 |    65 |   751 |   0.0 | 956k|  96 |   - | 100 | 109 |   0 |   0 |   3 |  49k|  20 | 3.186551e+00 | 6.000000e+00 |  88.29%
6.68/6.78	c   6.8s|100000 |    47 |   751 |   0.0 | 953k|  96 |   - | 100 | 109 |   0 |   0 |   3 |  55k|  20 | 3.186551e+00 | 6.000000e+00 |  88.29%
7.38/7.45	c   7.4s|110000 |    73 |   751 |   0.0 | 964k|  96 |   - | 100 | 108 |   0 |   0 |   3 |  60k|  20 | 3.186551e+00 | 6.000000e+00 |  88.29%
7.98/8.09	c   8.1s|120000 |    71 |   751 |   0.0 | 960k|  96 |   - | 100 | 103 |   0 |   0 |   3 |  66k|  20 | 3.186551e+00 | 6.000000e+00 |  88.29%
8.69/8.72	c   8.7s|130000 |    62 |   751 |   0.0 | 960k|  96 |   - | 100 | 109 |   0 |   0 |   3 |  71k|  20 | 3.186551e+00 | 6.000000e+00 |  88.29%
9.28/9.38	c   9.4s|140000 |    51 |   751 |   0.0 | 957k|  96 |   - | 100 | 104 |   0 |   0 |   3 |  77k|  20 | 3.186551e+00 | 6.000000e+00 |  88.29%
9.98/10.02	c  10.0s|150000 |    59 |   751 |   0.0 | 960k|  96 |   - | 100 | 105 |   0 |   0 |   3 |  82k|  20 | 3.186551e+00 | 6.000000e+00 |  88.29%
10.58/10.67	c  10.7s|160000 |    69 |   751 |   0.0 | 965k|  96 |   - | 100 | 100 |   0 |   0 |   3 |  87k|  20 | 3.186551e+00 | 6.000000e+00 |  88.29%
11.28/11.31	c  11.3s|170000 |    68 |   751 |   0.0 | 962k|  96 |   - | 100 | 102 |   0 |   0 |   3 |  93k|  20 | 3.186551e+00 | 6.000000e+00 |  88.29%
11.88/11.97	c  12.0s|180000 |    58 |   751 |   0.0 | 962k|  96 |   - | 100 | 105 |   0 |   0 |   3 |  98k|  20 | 3.186551e+00 | 6.000000e+00 |  88.29%
12.58/12.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
12.58/12.63	c  12.6s|190000 |    46 |   751 |   0.0 | 963k|  96 |   - | 100 | 110 |   0 |   0 |   3 | 104k|  20 | 3.186551e+00 | 6.000000e+00 |  88.29%
13.19/13.28	c  13.3s|200000 |    76 |   751 |   0.0 | 968k|  96 |   - | 100 | 107 |   0 |   0 |   3 | 109k|  20 | 3.186551e+00 | 6.000000e+00 |  88.29%
13.88/13.93	c  13.9s|210000 |    62 |   751 |   0.0 | 965k|  96 |   - | 100 | 104 |   0 |   0 |   3 | 114k|  20 | 3.186551e+00 | 6.000000e+00 |  88.29%
14.48/14.58	c  14.6s|220000 |    54 |   751 |   0.0 | 966k|  96 |   - | 100 | 106 |   0 |   0 |   3 | 120k|  20 | 3.186551e+00 | 6.000000e+00 |  88.29%
15.18/15.23	c  15.2s|230000 |    67 |   751 |   0.0 | 971k|  96 |   - | 100 | 107 |   0 |   0 |   3 | 125k|  20 | 3.186551e+00 | 6.000000e+00 |  88.29%
15.58/15.68	o 5
15.58/15.68	c *15.7s|236977 |    51 |   751 |   0.0 | 969k|  96 |   - | 100 | 111 |   0 |   0 |   3 | 129k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
15.78/15.88	c  15.9s|240000 |    58 |   751 |   0.0 | 969k|  96 |   - | 100 | 102 |   0 |   0 |   3 | 130k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
16.49/16.57	c  16.6s|250000 |    64 |   751 |   0.0 | 977k|  96 |   - | 100 | 109 |   0 |   0 |   3 | 136k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
17.18/17.25	c  17.2s|260000 |    39 |   751 |   0.0 | 977k|  96 |   - | 100 | 107 |   0 |   0 |   3 | 141k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
17.88/17.98	c  18.0s|270000 |    38 |   751 |   0.0 | 976k|  96 |   - | 100 | 102 |   0 |   0 |   3 | 146k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
18.59/18.68	c  18.7s|280000 |    65 |   751 |   0.0 | 988k|  96 |   - | 100 | 106 |   0 |   0 |   3 | 151k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
19.38/19.44	c  19.4s|290000 |    73 |   751 |   0.0 | 993k|  96 |   - | 100 | 103 |   0 |   0 |   3 | 156k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
20.18/20.23	c  20.2s|300000 |    32 |   751 |   0.0 | 990k|  96 |   - | 100 | 106 |   0 |   0 |   3 | 162k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
20.98/21.03	c  21.0s|310000 |    42 |   751 |   0.0 | 990k|  96 |   - | 100 | 101 |   0 |   0 |   3 | 167k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
21.68/21.73	c  21.7s|320000 |    66 |   751 |   0.0 | 997k|  96 |   - | 100 | 102 |   0 |   0 |   3 | 172k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
22.38/22.42	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
22.38/22.42	c  22.4s|330000 |    69 |   751 |   0.0 |1000k|  96 |   - | 100 | 106 |   0 |   0 |   3 | 178k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
23.09/23.12	c  23.1s|340000 |    64 |   751 |   0.0 | 997k|  96 |   - | 100 | 102 |   0 |   0 |   3 | 184k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
23.78/23.81	c  23.8s|350000 |    66 |   751 |   0.0 |1002k|  96 |   - | 100 | 108 |   0 |   0 |   3 | 189k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
24.38/24.49	c  24.5s|360000 |    82 |   751 |   0.0 |1003k|  96 |   - | 100 | 104 |   0 |   0 |   3 | 195k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
25.08/25.18	c  25.2s|370000 |    53 |   751 |   0.0 |1000k|  96 |   - | 100 | 111 |   0 |   0 |   3 | 200k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
25.78/25.89	c  25.9s|380000 |    50 |   751 |   0.0 | 998k|  96 |   - | 100 | 108 |   0 |   0 |   3 | 205k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
26.48/26.57	c  26.6s|390000 |    56 |   751 |   0.0 |1000k|  96 |   - | 100 | 107 |   0 |   0 |   3 | 211k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
27.18/27.26	c  27.3s|400000 |    64 |   751 |   0.0 | 999k|  96 |   - | 100 | 106 |   0 |   0 |   3 | 216k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
27.88/27.97	c  28.0s|410000 |    53 |   751 |   0.0 |1002k|  96 |   - | 100 | 114 |   0 |   0 |   3 | 222k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
28.68/28.70	c  28.7s|420000 |    51 |   751 |   0.0 |1001k|  96 |   - | 100 | 112 |   0 |   0 |   3 | 227k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
29.38/29.43	c  29.4s|430000 |    59 |   751 |   0.0 |1000k|  96 |   - | 100 | 108 |   0 |   0 |   3 | 233k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
30.08/30.13	c  30.1s|440000 |    61 |   751 |   0.0 |1002k|  96 |   - | 100 | 110 |   0 |   0 |   3 | 238k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
30.78/30.84	c  30.8s|450000 |    56 |   751 |   0.0 |1003k|  96 |   - | 100 | 107 |   0 |   0 |   3 | 244k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
31.48/31.54	c  31.5s|460000 |    54 |   751 |   0.0 |1002k|  96 |   - | 100 | 108 |   0 |   0 |   3 | 249k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
32.18/32.22	c  32.2s|470000 |    53 |   751 |   0.0 | 999k|  96 |   - | 100 | 107 |   0 |   0 |   3 | 254k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
32.88/32.92	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
32.88/32.92	c  32.9s|480000 |    65 |   751 |   0.0 |1002k|  96 |   - | 100 | 107 |   0 |   0 |   3 | 260k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
33.48/33.58	c  33.6s|490000 |    70 |   751 |   0.0 |1004k|  96 |   - | 100 | 108 |   0 |   0 |   3 | 265k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
34.18/34.27	c  34.3s|500000 |    74 |   751 |   0.0 |1005k|  96 |   - | 100 | 105 |   0 |   0 |   3 | 270k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
34.88/34.95	c  34.9s|510000 |    60 |   751 |   0.0 |1001k|  96 |   - | 100 | 107 |   0 |   0 |   3 | 276k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
35.58/35.65	c  35.6s|520000 |    45 |   751 |   0.0 |1002k|  96 |   - | 100 | 112 |   0 |   0 |   3 | 281k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
36.28/36.36	c  36.3s|530000 |    48 |   751 |   0.0 |1000k|  96 |   - | 100 | 110 |   0 |   0 |   3 | 287k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
36.98/37.08	c  37.1s|540000 |    58 |   751 |   0.0 |1001k|  96 |   - | 100 | 105 |   0 |   0 |   3 | 292k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
37.68/37.77	c  37.8s|550000 |    58 |   751 |   0.0 |1006k|  96 |   - | 100 | 113 |   0 |   0 |   3 | 297k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
38.38/38.44	c  38.4s|560000 |    56 |   751 |   0.0 |1005k|  96 |   - | 100 | 111 |   0 |   0 |   3 | 303k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
39.08/39.12	c  39.1s|570000 |    39 |   751 |   0.0 | 999k|  96 |   - | 100 | 106 |   0 |   0 |   3 | 308k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
39.78/39.84	c  39.8s|580000 |    74 |   751 |   0.0 |1006k|  96 |   - | 100 | 106 |   0 |   0 |   3 | 313k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
40.48/40.56	c  40.6s|590000 |    49 |   751 |   0.0 |1000k|  96 |   - | 100 | 107 |   0 |   0 |   3 | 319k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
41.18/41.24	c  41.2s|600000 |    60 |   751 |   0.0 |1004k|  96 |   - | 100 | 109 |   0 |   0 |   3 | 324k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
41.88/41.92	c  41.9s|610000 |    67 |   751 |   0.0 |1008k|  96 |   - | 100 | 113 |   0 |   0 |   3 | 329k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
42.58/42.64	c  42.6s|620000 |    64 |   751 |   0.0 |1007k|  96 |   - | 100 | 115 |   0 |   0 |   3 | 335k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
43.28/43.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
43.28/43.35	c  43.3s|630000 |    55 |   751 |   0.0 |1002k|  96 |   - | 100 | 104 |   0 |   0 |   3 | 340k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
43.99/44.06	c  44.0s|640000 |    62 |   751 |   0.0 |1006k|  96 |   - | 100 | 111 |   0 |   0 |   3 | 345k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
44.68/44.75	c  44.7s|650000 |    62 |   751 |   0.0 |1006k|  96 |   - | 100 | 105 |   0 |   0 |   3 | 351k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
45.38/45.43	c  45.4s|660000 |    56 |   751 |   0.0 |1001k|  96 |   - | 100 | 103 |   0 |   0 |   3 | 356k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
46.09/46.12	c  46.1s|670000 |    39 |   751 |   0.0 |1002k|  96 |   - | 100 | 110 |   0 |   0 |   3 | 361k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
46.78/46.81	c  46.8s|680000 |    36 |   751 |   0.0 |1001k|  96 |   - | 100 | 108 |   0 |   0 |   3 | 367k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
47.38/47.48	c  47.5s|690000 |    65 |   751 |   0.0 |1005k|  96 |   - | 100 | 107 |   0 |   0 |   3 | 372k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
48.08/48.14	c  48.1s|700000 |    61 |   751 |   0.0 |1004k|  96 |   - | 100 | 108 |   0 |   0 |   3 | 377k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
48.78/48.87	c  48.9s|710000 |    63 |   751 |   0.0 |1006k|  96 |   - | 100 | 110 |   0 |   0 |   3 | 383k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
49.58/49.65	c  49.6s|720000 |    38 |   751 |   0.0 | 999k|  96 |   - | 100 | 107 |   0 |   0 |   3 | 388k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
50.28/50.38	c  50.4s|730000 |    61 |   751 |   0.0 |1008k|  96 |   - | 100 | 110 |   0 |   0 |   3 | 393k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
51.08/51.10	c  51.1s|740000 |    62 |   751 |   0.0 |1006k|  96 |   - | 100 | 104 |   0 |   0 |   3 | 399k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
51.88/51.90	c  51.9s|750000 |    34 |   751 |   0.0 | 998k|  96 |   - | 100 | 104 |   0 |   0 |   3 | 404k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
52.48/52.58	c  52.6s|760000 |    63 |   751 |   0.0 |1012k|  96 |   - | 100 | 114 |   0 |   0 |   3 | 409k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
53.18/53.27	c  53.3s|770000 |    66 |   751 |   0.0 |1009k|  96 |   - | 100 | 110 |   0 |   0 |   3 | 415k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
53.89/53.97	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
53.89/53.97	c  54.0s|780000 |    43 |   751 |   0.0 |1002k|  96 |   - | 100 | 107 |   0 |   0 |   3 | 420k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
54.58/54.67	c  54.7s|790000 |    49 |   751 |   0.0 |1004k|  96 |   - | 100 | 108 |   0 |   0 |   3 | 425k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
55.28/55.34	c  55.3s|800000 |    60 |   751 |   0.0 |1007k|  96 |   - | 100 | 109 |   0 |   0 |   3 | 431k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
55.99/56.01	c  56.0s|810000 |    62 |   751 |   0.0 |1007k|  96 |   - | 100 | 107 |   0 |   0 |   3 | 436k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
56.68/56.73	c  56.7s|820000 |    63 |   751 |   0.0 |1008k|  96 |   - | 100 | 108 |   0 |   0 |   3 | 441k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
57.38/57.49	c  57.5s|830000 |    30 |   751 |   0.0 | 999k|  96 |   - | 100 | 106 |   0 |   0 |   3 | 447k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
58.08/58.19	c  58.2s|840000 |    78 |   751 |   0.0 |1014k|  96 |   - | 100 | 112 |   0 |   0 |   3 | 452k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
58.78/58.86	c  58.9s|850000 |    49 |   751 |   0.0 |1007k|  96 |   - | 100 | 108 |   0 |   0 |   3 | 457k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
59.48/59.57	c  59.6s|860000 |    45 |   751 |   0.0 |1003k|  96 |   - | 100 | 108 |   0 |   0 |   3 | 463k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
60.18/60.28	c  60.3s|870000 |    24 |   751 |   0.0 | 998k|  96 |   - | 100 | 107 |   0 |   0 |   3 | 468k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
60.88/60.99	c  61.0s|880000 |    59 |   751 |   0.0 |1008k|  96 |   - | 100 | 106 |   0 |   0 |   3 | 473k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
61.59/61.66	c  61.7s|890000 |    36 |   751 |   0.0 |1006k|  96 |   - | 100 | 110 |   0 |   0 |   3 | 479k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
62.28/62.33	c  62.3s|900000 |    55 |   751 |   0.0 |1006k|  96 |   - | 100 | 103 |   0 |   0 |   3 | 484k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
62.98/63.03	c  63.0s|910000 |    65 |   751 |   0.0 |1010k|  96 |   - | 100 | 109 |   0 |   0 |   3 | 489k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
63.68/63.72	c  63.7s|920000 |    40 |   751 |   0.0 |1002k|  96 |   - | 100 | 103 |   0 |   0 |   3 | 494k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
64.38/64.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
64.38/64.43	c  64.4s|930000 |    42 |   751 |   0.0 |1005k|  96 |   - | 100 | 110 |   0 |   0 |   3 | 500k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
65.08/65.12	c  65.1s|940000 |    57 |   751 |   0.0 |1010k|  96 |   - | 100 | 110 |   0 |   0 |   3 | 505k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
65.78/65.81	c  65.8s|950000 |    58 |   751 |   0.0 |1010k|  96 |   - | 100 | 106 |   0 |   0 |   3 | 510k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
66.48/66.50	c  66.5s|960000 |    26 |   751 |   0.0 |1003k|  96 |   - | 100 | 108 |   0 |   0 |   3 | 515k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
67.08/67.18	c  67.2s|970000 |    52 |   751 |   0.0 |1009k|  96 |   - | 100 | 108 |   0 |   0 |   3 | 521k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
67.78/67.86	c  67.9s|980000 |    52 |   751 |   0.0 |1006k|  96 |   - | 100 | 106 |   0 |   0 |   3 | 526k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
68.48/68.57	c  68.6s|990000 |    49 |   751 |   0.0 |1008k|  96 |   - | 100 | 108 |   0 |   0 |   3 | 531k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
69.18/69.26	c  69.2s|  1000k|    50 |   751 |   0.0 |1006k|  96 |   - | 100 | 107 |   0 |   0 |   3 | 537k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
69.88/69.94	c  69.9s|  1010k|    52 |   751 |   0.0 |1005k|  96 |   - | 100 | 104 |   0 |   0 |   3 | 542k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
70.58/70.67	c  70.7s|  1020k|    54 |   751 |   0.0 |1007k|  96 |   - | 100 | 107 |   0 |   0 |   3 | 547k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
71.28/71.38	c  71.4s|  1030k|    52 |   751 |   0.0 |1006k|  96 |   - | 100 | 105 |   0 |   0 |   3 | 553k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
71.98/72.07	c  72.1s|  1040k|    37 |   751 |   0.0 |1004k|  96 |   - | 100 | 109 |   0 |   0 |   3 | 558k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
72.68/72.76	c  72.8s|  1050k|    75 |   751 |   0.0 |1015k|  96 |   - | 100 | 110 |   0 |   0 |   3 | 563k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
73.38/73.48	c  73.5s|  1060k|    42 |   751 |   0.0 |1008k|  96 |   - | 100 | 110 |   0 |   0 |   3 | 568k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
74.08/74.18	c  74.2s|  1070k|    29 |   751 |   0.0 |1000k|  96 |   - | 100 | 104 |   0 |   0 |   3 | 574k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
74.78/74.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
74.78/74.87	c  74.9s|  1080k|    41 |   751 |   0.0 |1004k|  96 |   - | 100 | 105 |   0 |   0 |   3 | 579k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
75.48/75.58	c  75.6s|  1090k|    71 |   751 |   0.0 |1012k|  96 |   - | 100 | 106 |   0 |   0 |   3 | 584k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
76.18/76.27	c  76.3s|  1100k|    62 |   751 |   0.0 |1015k|  96 |   - | 100 | 116 |   0 |   0 |   3 | 590k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
76.88/76.97	c  77.0s|  1110k|    49 |   751 |   0.0 |1011k|  96 |   - | 100 | 113 |   0 |   0 |   3 | 595k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
77.58/77.67	c  77.7s|  1120k|    59 |   751 |   0.0 |1010k|  96 |   - | 100 | 108 |   0 |   0 |   3 | 600k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
78.38/78.40	c  78.4s|  1130k|    52 |   751 |   0.0 |1011k|  96 |   - | 100 | 111 |   0 |   0 |   3 | 605k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
79.08/79.13	c  79.1s|  1140k|    59 |   751 |   0.0 |1012k|  96 |   - | 100 | 108 |   0 |   0 |   3 | 611k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
79.78/79.82	c  79.8s|  1150k|    60 |   751 |   0.0 |1012k|  96 |   - | 100 | 110 |   0 |   0 |   3 | 616k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
80.48/80.52	c  80.5s|  1160k|    37 |   751 |   0.0 |1005k|  96 |   - | 100 | 109 |   0 |   0 |   3 | 621k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
81.18/81.21	c  81.2s|  1170k|    56 |   751 |   0.0 |1010k|  96 |   - | 100 | 111 |   0 |   0 |   3 | 627k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
81.88/81.92	c  81.9s|  1180k|    57 |   751 |   0.0 |1010k|  96 |   - | 100 | 110 |   0 |   0 |   3 | 632k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
82.57/82.64	c  82.6s|  1190k|    79 |   751 |   0.0 |1018k|  96 |   - | 100 | 113 |   0 |   0 |   3 | 637k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
83.28/83.36	c  83.4s|  1200k|    54 |   751 |   0.0 |1010k|  96 |   - | 100 | 112 |   0 |   0 |   3 | 643k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
83.98/84.06	c  84.1s|  1210k|    53 |   751 |   0.0 |1014k|  96 |   - | 100 | 114 |   0 |   0 |   3 | 648k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
84.68/84.76	c  84.8s|  1220k|    51 |   751 |   0.0 |1011k|  96 |   - | 100 | 107 |   0 |   0 |   3 | 653k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
85.37/85.48	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
85.37/85.48	c  85.5s|  1230k|    56 |   751 |   0.0 |1009k|  96 |   - | 100 | 109 |   0 |   0 |   3 | 658k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
86.07/86.17	c  86.2s|  1240k|    62 |   751 |   0.0 |1011k|  96 |   - | 100 | 109 |   0 |   0 |   3 | 664k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
86.78/86.87	c  86.9s|  1250k|    42 |   751 |   0.0 |1007k|  96 |   - | 100 | 112 |   0 |   0 |   3 | 669k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
87.47/87.56	c  87.5s|  1260k|    42 |   751 |   0.0 |1009k|  96 |   - | 100 | 117 |   0 |   0 |   3 | 674k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
88.17/88.24	c  88.2s|  1270k|    64 |   751 |   0.0 |1012k|  96 |   - | 100 | 109 |   0 |   0 |   3 | 679k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
88.87/88.99	c  89.0s|  1280k|    52 |   751 |   0.0 |1009k|  96 |   - | 100 | 111 |   0 |   0 |   3 | 685k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
89.67/89.71	c  89.7s|  1290k|    66 |   751 |   0.0 |1014k|  96 |   - | 100 | 115 |   0 |   0 |   3 | 690k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
90.37/90.43	c  90.4s|  1300k|    78 |   751 |   0.0 |1015k|  96 |   - | 100 | 108 |   0 |   0 |   3 | 695k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
90.97/91.09	c  91.1s|  1310k|    47 |   751 |   0.0 |1011k|  96 |   - | 100 | 111 |   0 |   0 |   3 | 700k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
91.67/91.77	c  91.8s|  1320k|    59 |   751 |   0.0 |1011k|  96 |   - | 100 | 110 |   0 |   0 |   3 | 706k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
92.38/92.45	c  92.4s|  1330k|    42 |   751 |   0.0 |1010k|  96 |   - | 100 | 110 |   0 |   0 |   3 | 711k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
93.07/93.15	c  93.1s|  1340k|    46 |   751 |   0.0 |1007k|  96 |   - | 100 | 107 |   0 |   0 |   3 | 716k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
93.87/93.94	c  93.9s|  1350k|    17 |   751 |   0.0 |1006k|  96 |   - | 100 | 115 |   0 |   0 |   3 | 721k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
94.58/94.65	c  94.6s|  1360k|    18 |   751 |   0.0 | 999k|  96 |   - | 100 | 108 |   0 |   0 |   3 | 727k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
95.27/95.36	c  95.4s|  1370k|    53 |   751 |   0.0 |1011k|  96 |   - | 100 | 106 |   0 |   0 |   3 | 732k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
95.97/96.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
95.97/96.05	c  96.0s|  1380k|    45 |   751 |   0.0 |1006k|  96 |   - | 100 | 105 |   0 |   0 |   3 | 737k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
96.68/96.76	c  96.8s|  1390k|    64 |   751 |   0.0 |1011k|  96 |   - | 100 | 104 |   0 |   0 |   3 | 743k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
97.37/97.45	c  97.4s|  1400k|    50 |   751 |   0.0 |1011k|  96 |   - | 100 | 108 |   0 |   0 |   3 | 748k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
98.07/98.15	c  98.1s|  1410k|    62 |   751 |   0.0 |1011k|  96 |   - | 100 | 105 |   0 |   0 |   3 | 753k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
98.77/98.89	c  98.9s|  1420k|    43 |   751 |   0.0 |1011k|  96 |   - | 100 | 110 |   0 |   0 |   3 | 758k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
99.57/99.63	c  99.6s|  1430k|    62 |   751 |   0.0 |1011k|  96 |   - | 100 | 104 |   0 |   0 |   3 | 764k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
100.27/100.33	c   100s|  1440k|    48 |   751 |   0.0 |1012k|  96 |   - | 100 | 110 |   0 |   0 |   3 | 769k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
100.97/101.01	c   101s|  1450k|    45 |   751 |   0.0 |1007k|  96 |   - | 100 | 106 |   0 |   0 |   3 | 774k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
101.67/101.76	c   102s|  1460k|    55 |   751 |   0.0 |1015k|  96 |   - | 100 | 114 |   0 |   0 |   3 | 780k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
102.37/102.46	c   102s|  1470k|    60 |   751 |   0.0 |1013k|  96 |   - | 100 | 110 |   0 |   0 |   3 | 785k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
103.07/103.17	c   103s|  1480k|    49 |   751 |   0.0 |1009k|  96 |   - | 100 | 106 |   0 |   0 |   3 | 790k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
103.87/103.90	c   104s|  1490k|    28 |   751 |   0.0 |1008k|  96 |   - | 100 | 112 |   0 |   0 |   3 | 795k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
104.48/104.59	c   105s|  1500k|    60 |   751 |   0.0 |1014k|  96 |   - | 100 | 107 |   0 |   0 |   3 | 801k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
105.27/105.30	c   105s|  1510k|    53 |   751 |   0.0 |1013k|  96 |   - | 100 | 108 |   0 |   0 |   3 | 806k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
105.97/106.01	c   106s|  1520k|    65 |   751 |   0.0 |1018k|  96 |   - | 100 | 116 |   0 |   0 |   3 | 811k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
106.67/106.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
106.67/106.72	c   107s|  1530k|    38 |   751 |   0.0 |1009k|  96 |   - | 100 | 109 |   0 |   0 |   3 | 816k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
107.37/107.47	c   107s|  1540k|    58 |   751 |   0.0 |1010k|  96 |   - | 100 | 103 |   0 |   0 |   3 | 822k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
108.07/108.19	c   108s|  1550k|    34 |   751 |   0.0 |1005k|  96 |   - | 100 | 105 |   0 |   0 |   3 | 827k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
108.87/108.93	c   109s|  1560k|    72 |   751 |   0.0 |1015k|  96 |   - | 100 | 104 |   0 |   0 |   3 | 832k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
109.57/109.61	c   110s|  1570k|    57 |   751 |   0.0 |1010k|  96 |   - | 100 | 104 |   0 |   0 |   3 | 837k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
110.17/110.28	c   110s|  1580k|    63 |   751 |   0.0 |1013k|  96 |   - | 100 | 109 |   0 |   0 |   3 | 843k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
110.87/110.96	c   111s|  1590k|    51 |   751 |   0.0 |1012k|  96 |   - | 100 | 109 |   0 |   0 |   3 | 848k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
111.57/111.66	c   112s|  1600k|    36 |   751 |   0.0 |1011k|  96 |   - | 100 | 115 |   0 |   0 |   3 | 853k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
112.27/112.36	c   112s|  1610k|    43 |   751 |   0.0 |1011k|  96 |   - | 100 | 110 |   0 |   0 |   3 | 858k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
113.07/113.11	c   113s|  1620k|    30 |   751 |   0.0 |1004k|  96 |   - | 100 | 108 |   0 |   0 |   3 | 864k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
113.77/113.86	c   114s|  1630k|    37 |   751 |   0.0 |1007k|  96 |   - | 100 | 110 |   0 |   0 |   3 | 869k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
114.47/114.57	c   115s|  1640k|    54 |   751 |   0.0 |1015k|  96 |   - | 100 | 112 |   0 |   0 |   3 | 874k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
115.17/115.24	c   115s|  1650k|    47 |   751 |   0.0 |1012k|  96 |   - | 100 | 115 |   0 |   0 |   3 | 879k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
115.87/115.97	c   116s|  1660k|    60 |   751 |   0.0 |1012k|  96 |   - | 100 | 106 |   0 |   0 |   3 | 885k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
116.57/116.67	c   117s|  1670k|    37 |   751 |   0.0 |1007k|  96 |   - | 100 | 109 |   0 |   0 |   3 | 890k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
117.37/117.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
117.37/117.40	c   117s|  1680k|    56 |   751 |   0.0 |1011k|  96 |   - | 100 | 107 |   0 |   0 |   3 | 895k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
118.07/118.12	c   118s|  1690k|    52 |   751 |   0.0 |1010k|  96 |   - | 100 | 106 |   0 |   0 |   3 | 900k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
118.77/118.86	c   119s|  1700k|    43 |   751 |   0.0 |1008k|  96 |   - | 100 | 107 |   0 |   0 |   3 | 906k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
119.47/119.59	c   120s|  1710k|    24 |   751 |   0.0 |1009k|  96 |   - | 100 | 116 |   0 |   0 |   3 | 911k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
120.17/120.29	c   120s|  1720k|    46 |   751 |   0.0 |1012k|  96 |   - | 100 | 109 |   0 |   0 |   3 | 916k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
120.87/120.97	c   121s|  1730k|    63 |   751 |   0.0 |1014k|  96 |   - | 100 | 107 |   0 |   0 |   3 | 921k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
121.57/121.67	c   122s|  1740k|    28 |   751 |   0.0 |1008k|  96 |   - | 100 | 117 |   0 |   0 |   3 | 927k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
122.27/122.35	c   122s|  1750k|    66 |   751 |   0.0 |1016k|  96 |   - | 100 | 106 |   0 |   0 |   3 | 932k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
122.97/123.10	c   123s|  1760k|    51 |   751 |   0.0 |1011k|  96 |   - | 100 | 109 |   0 |   0 |   3 | 937k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
123.77/123.82	c   124s|  1770k|    26 |   751 |   0.0 |1006k|  96 |   - | 100 | 115 |   0 |   0 |   3 | 942k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
124.47/124.56	c   125s|  1780k|    60 |   751 |   0.0 |1014k|  96 |   - | 100 | 110 |   0 |   0 |   3 | 948k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
125.27/125.30	c   125s|  1790k|    42 |   751 |   0.0 |1012k|  96 |   - | 100 | 110 |   0 |   0 |   3 | 953k|  20 | 3.186551e+00 | 5.000000e+00 |  56.91%
125.77/125.85	c 
125.77/125.85	c SCIP Status        : problem is solved [optimal solution found]
125.77/125.85	c Solving Time (sec) : 125.85
125.77/125.85	c Solving Nodes      : 1797787
125.77/125.85	c Primal Bound       : +5.00000000000000e+00 (15 solutions)
125.77/125.85	c Dual Bound         : +5.00000000000000e+00
125.77/125.85	c Gap                : 0.00 %
125.77/125.85	s OPTIMUM FOUND
125.77/125.85	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 
125.77/125.85	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 
125.77/125.85	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 
125.77/125.85	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 
125.77/125.85	c SCIP Status        : problem is solved [optimal solution found]
125.77/125.85	c Solving Time       :     125.85
125.77/125.85	c Original Problem   :
125.77/125.85	c   Problem name     : HOME/instance-3734679-1338700406.opb
125.77/125.85	c   Variables        : 100 (100 binary, 0 integer, 0 implicit integer, 0 continuous)
125.77/125.85	c   Constraints      : 100 initial, 100 maximal
125.77/125.85	c Presolved Problem  :
125.77/125.85	c   Problem name     : t_HOME/instance-3734679-1338700406.opb
125.77/125.85	c   Variables        : 100 (100 binary, 0 integer, 0 implicit integer, 0 continuous)
125.77/125.85	c   Constraints      : 100 initial, 147 maximal
125.77/125.85	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
125.77/125.85	c   trivial          :       0.00          0          0          0          0          0          0          0          0
125.77/125.85	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
125.77/125.85	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
125.77/125.85	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
125.77/125.85	c   implics          :       0.00          0          0          0          0          0          0          0          0
125.77/125.85	c   probing          :       0.00          0          0          0          0          0          0          0          0
125.77/125.85	c   logicor          :       0.00          0          0          0          0          0          0          0          0
125.77/125.85	c   root node        :          -        100          -          -        100          -          -          -          -
125.77/125.85	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
125.77/125.85	c   integral         :          0          0          0          1          0          0          0          0          0          2
125.77/125.85	c   logicor          :        100+         4    2227075          0          0     954175     853688          0          0          0
125.77/125.85	c   countsols        :          0          0          0          0          2          0          0          0          0          0
125.77/125.85	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
125.77/125.85	c   integral         :       0.24       0.00       0.00       0.24       0.00
125.77/125.85	c   logicor          :      28.03       0.00      28.03       0.00       0.00
125.77/125.85	c   countsols        :       0.00       0.00       0.00       0.00       0.00
125.77/125.85	c Propagators        :       Time      Calls    Cutoffs    DomReds
125.77/125.85	c   vbounds          :       3.03          2          0          0
125.77/125.85	c   rootredcost      :       2.91          2          0          0
125.77/125.85	c   pseudoobj        :      30.02    4241240       3171   37377167
125.77/125.85	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
125.77/125.85	c   propagation      :      18.40     957346     957332     957332       28.5        521       56.5          -
125.77/125.85	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
125.77/125.85	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
125.77/125.85	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
125.77/125.85	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
125.77/125.85	c   applied globally :          -          -          -     666659       23.1          -          -          -
125.77/125.85	c   applied locally  :          -          -          -     290673       40.9          -          -          -
125.77/125.85	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
125.77/125.85	c   cut pool         :       0.00          3          -          -          1          -    (maximal pool size: 47)
125.77/125.85	c   redcost          :       0.00          4          0          0          0          0
125.77/125.85	c   impliedbounds    :       0.00          4          0          0          0          0
125.77/125.85	c   intobj           :       0.00          0          0          0          0          0
125.77/125.85	c   cgmip            :       0.00          0          0          0          0          0
125.77/125.85	c   gomory           :       0.01          4          0          0          0          0
125.77/125.85	c   strongcg         :       0.01          4          0          0         45          0
125.77/125.85	c   cmir             :       0.01          4          0          0          2          0
125.77/125.85	c   flowcover        :       0.01          4          0          0          0          0
125.77/125.85	c   clique           :       0.00          1          0          0          0          0
125.77/125.85	c   zerohalf         :       0.00          0          0          0          0          0
125.77/125.85	c   mcf              :       0.00          1          0          0          0          0
125.77/125.85	c   rapidlearning    :       0.00          0          0          0          0          0
125.77/125.85	c Pricers            :       Time      Calls       Vars
125.77/125.85	c   problem variables:       0.00          0          0
125.77/125.85	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
125.77/125.85	c   relpscost        :       0.24          1          0          0          0          0          2
125.77/125.85	c   pscost           :       0.00          0          0          0          0          0          0
125.77/125.85	c   inference        :       5.23    1070125          0          0          0          0    2140250
125.77/125.85	c   mostinf          :       0.00          0          0          0          0          0          0
125.77/125.85	c   leastinf         :       0.00          0          0          0          0          0          0
125.77/125.85	c   fullstrong       :       0.00          0          0          0          0          0          0
125.77/125.85	c   allfullstrong    :       0.00          0          0          0          0          0          0
125.77/125.85	c   random           :       0.00          0          0          0          0          0          0
125.77/125.85	c Primal Heuristics  :       Time      Calls      Found
125.77/125.85	c   LP solutions     :       0.00          -          0
125.77/125.85	c   pseudo solutions :       0.00          -          2
125.77/125.85	c   crossover        :       0.00          0          0
125.77/125.85	c   oneopt           :       1.41          3          2
125.77/125.85	c   trivial          :       0.00          2          3
125.77/125.85	c   simplerounding   :       0.00          4          4
125.77/125.85	c   zirounding       :       0.00          1          1
125.77/125.85	c   rounding         :       0.00          4          1
125.77/125.85	c   shifting         :       0.00          4          2
125.77/125.85	c   intshifting      :       0.00          0          0
125.77/125.85	c   twoopt           :       0.00          0          0
125.77/125.85	c   fixandinfer      :       0.00          0          0
125.77/125.85	c   feaspump         :       0.00          0          0
125.77/125.85	c   coefdiving       :       0.00          0          0
125.77/125.85	c   pscostdiving     :       0.00          0          0
125.77/125.85	c   fracdiving       :       0.00          0          0
125.77/125.85	c   veclendiving     :       0.00          0          0
125.77/125.85	c   intdiving        :       0.00          0          0
125.77/125.85	c   actconsdiving    :       0.00          0          0
125.77/125.85	c   objpscostdiving  :       0.00          0          0
125.77/125.85	c   rootsoldiving    :       0.00          0          0
125.77/125.85	c   linesearchdiving :       0.00          0          0
125.77/125.85	c   guideddiving     :       0.00          0          0
125.77/125.85	c   octane           :       0.00          0          0
125.77/125.85	c   rens             :       0.00          0          0
125.77/125.85	c   rins             :       0.00          0          0
125.77/125.85	c   localbranching   :       0.00          0          0
125.77/125.85	c   mutation         :       0.00          0          0
125.77/125.85	c   dins             :       0.00          0          0
125.77/125.85	c   undercover       :       0.00          0          0
125.77/125.85	c   nlp              :       1.27          0          0
125.77/125.85	c   trysol           :       1.24          0          0
125.77/125.85	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
125.77/125.85	c   primal LP        :       0.00          0          0       0.00          -
125.77/125.85	c   dual LP          :       0.03          4        751     187.75   22129.89
125.77/125.85	c   lex dual LP      :       0.00          0          0       0.00          -
125.77/125.85	c   barrier LP       :       0.00          0          0       0.00          -
125.77/125.85	c   diving/probing LP:       0.00          0          0       0.00          -
125.77/125.85	c   strong branching :       0.24         20       2850     142.50   12069.72
125.77/125.85	c     (at root node) :          -         20       2850     142.50          -
125.77/125.85	c   conflict analysis:       0.00          0          0       0.00          -
125.77/125.85	c B&B Tree           :
125.77/125.85	c   number of runs   :          1
125.77/125.85	c   nodes            :    1797787
125.77/125.85	c   nodes (total)    :    1797787
125.77/125.85	c   nodes left       :          0
125.77/125.85	c   max depth        :         96
125.77/125.85	c   max depth (total):         96
125.77/125.85	c   backtracks       :     894852 (49.8%)
125.77/125.85	c   delayed cutoffs  :     342461
125.77/125.85	c   repropagations   :    1657322 (7751820 domain reductions, 229687 cutoffs)
125.77/125.85	c   avg switch length:       3.14
125.77/125.85	c   switching time   :      15.22
125.77/125.85	c Solution           :
125.77/125.85	c   Solutions found  :         15 (9 improvements)
125.77/125.85	c   First Solution   : +1.00000000000000e+02   (in run 1, after 0 nodes, 0.00 seconds, depth 0, found by <trivial>)
125.77/125.85	c   Primal Bound     : +5.00000000000000e+00   (in run 1, after 236977 nodes, 15.67 seconds, depth 55, found by <relaxation>)
125.77/125.85	c   Dual Bound       : +5.00000000000000e+00
125.77/125.85	c   Gap              :       0.00 %
125.77/125.85	c   Root Dual Bound  : +3.17955801924382e+00
125.77/125.85	c   Root Iterations  :        751
125.77/125.86	c Time complete: 125.82.

Verifier Data

OK	5

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3734679-1338700406/watcher-3734679-1338700406 -o /tmp/evaluation-result-3734679-1338700406/solver-3734679-1338700406 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3734679-1338700406.opb -t 1800 -m 15500 

running on 4 cores: 0,2,4,6

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): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.01 2.01 2.00 3/176 24200
/proc/meminfo: memFree=27068960/32873844 swapFree=7628/7628
[pid=24200] ppid=24198 vsize=8944 CPUtime=0 cores=0,2,4,6
/proc/24200/stat : 24200 (pbscip.linux.x8) R 24198 24200 20882 0 -1 4202496 1313 0 0 0 0 0 0 0 20 0 1 0 336169155 9158656 1260 33554432000 4194304 8395647 140734815887904 140733384901112 7382157 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/24200/statm: 2236 1270 374 1026 0 1206 0

[startup+0.0495481 s]
/proc/loadavg: 2.01 2.01 2.00 3/176 24200
/proc/meminfo: memFree=27068960/32873844 swapFree=7628/7628
[pid=24200] ppid=24198 vsize=15180 CPUtime=0.04 cores=0,2,4,6
/proc/24200/stat : 24200 (pbscip.linux.x8) R 24198 24200 20882 0 -1 4202496 3249 0 0 0 4 0 0 0 20 0 1 0 336169155 15544320 2840 33554432000 4194304 8395647 140734815887904 140733384901112 5844310 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/24200/statm: 3795 2840 575 1026 0 2765 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 15180

[startup+0.100229 s]
/proc/loadavg: 2.01 2.01 2.00 3/176 24200
/proc/meminfo: memFree=27068960/32873844 swapFree=7628/7628
[pid=24200] ppid=24198 vsize=15884 CPUtime=0.09 cores=0,2,4,6
/proc/24200/stat : 24200 (pbscip.linux.x8) R 24198 24200 20882 0 -1 4202496 4298 0 0 0 9 0 0 0 20 0 1 0 336169155 16265216 3119 33554432000 4194304 8395647 140734815887904 140733384901112 7428202 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/24200/statm: 3971 3119 591 1026 0 2941 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15884

[startup+0.300181 s]
/proc/loadavg: 2.01 2.01 2.00 3/176 24200
/proc/meminfo: memFree=27068960/32873844 swapFree=7628/7628
[pid=24200] ppid=24198 vsize=15884 CPUtime=0.29 cores=0,2,4,6
/proc/24200/stat : 24200 (pbscip.linux.x8) R 24198 24200 20882 0 -1 4202496 4298 0 0 0 29 0 0 0 20 0 1 0 336169155 16265216 3119 33554432000 4194304 8395647 140734815887904 140734815883160 7428202 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/24200/statm: 3971 3119 591 1026 0 2941 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 15884

[startup+0.700185 s]
/proc/loadavg: 2.01 2.01 2.00 3/176 24200
/proc/meminfo: memFree=27068960/32873844 swapFree=7628/7628
[pid=24200] ppid=24198 vsize=15884 CPUtime=0.69 cores=0,2,4,6
/proc/24200/stat : 24200 (pbscip.linux.x8) R 24198 24200 20882 0 -1 4202496 4307 0 0 0 69 0 0 0 20 0 1 0 336169155 16265216 3128 33554432000 4194304 8395647 140734815887904 140734815883160 5614817 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/24200/statm: 3971 3128 597 1026 0 2941 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 15884

[startup+1.50018 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 24201
/proc/meminfo: memFree=27057792/32873844 swapFree=7628/7628
[pid=24200] ppid=24198 vsize=15884 CPUtime=1.49 cores=0,2,4,6
/proc/24200/stat : 24200 (pbscip.linux.x8) R 24198 24200 20882 0 -1 4202496 4307 0 0 0 149 0 0 0 20 0 1 0 336169155 16265216 3128 33554432000 4194304 8395647 140734815887904 140734815883336 5086861 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/24200/statm: 3971 3128 597 1026 0 2941 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 15884

[startup+3.10018 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 24201
/proc/meminfo: memFree=27057420/32873844 swapFree=7628/7628
[pid=24200] ppid=24198 vsize=15884 CPUtime=3.09 cores=0,2,4,6
/proc/24200/stat : 24200 (pbscip.linux.x8) R 24198 24200 20882 0 -1 4202496 4307 0 0 0 309 0 0 0 20 0 1 0 336169155 16265216 3128 33554432000 4194304 8395647 140734815887904 140734815883336 18446744073699066235 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/24200/statm: 3971 3128 597 1026 0 2941 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 15884

[startup+6.30018 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 24201
/proc/meminfo: memFree=27057544/32873844 swapFree=7628/7628
[pid=24200] ppid=24198 vsize=15884 CPUtime=6.29 cores=0,2,4,6
/proc/24200/stat : 24200 (pbscip.linux.x8) R 24198 24200 20882 0 -1 4202496 4307 0 0 0 629 0 0 0 20 0 1 0 336169155 16265216 3128 33554432000 4194304 8395647 140734815887904 140734815883336 18446744073699066235 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/24200/statm: 3971 3128 597 1026 0 2941 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 15884

[startup+12.7002 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 24201
/proc/meminfo: memFree=27057436/32873844 swapFree=7628/7628
[pid=24200] ppid=24198 vsize=15884 CPUtime=12.68 cores=0,2,4,6
/proc/24200/stat : 24200 (pbscip.linux.x8) R 24198 24200 20882 0 -1 4202496 4307 0 0 0 1268 0 0 0 20 0 1 0 336169155 16265216 3128 33554432000 4194304 8395647 140734815887904 140734815883336 18446744073699066235 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/24200/statm: 3971 3128 597 1026 0 2941 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 15884

[startup+25.5002 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 24201
/proc/meminfo: memFree=27057684/32873844 swapFree=7628/7628
[pid=24200] ppid=24198 vsize=16016 CPUtime=25.48 cores=0,2,4,6
/proc/24200/stat : 24200 (pbscip.linux.x8) R 24198 24200 20882 0 -1 4202496 4314 0 0 0 2548 0 0 0 20 0 1 0 336169155 16400384 3135 33554432000 4194304 8395647 140734815887904 140734815883336 18446744073699066235 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/24200/statm: 4004 3135 598 1026 0 2974 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 16016

[startup+51.1003 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 24201
/proc/meminfo: memFree=27056376/32873844 swapFree=7628/7628
[pid=24200] ppid=24198 vsize=16016 CPUtime=51.08 cores=0,2,4,6
/proc/24200/stat : 24200 (pbscip.linux.x8) R 24198 24200 20882 0 -1 4202496 4344 0 0 0 5107 1 0 0 20 0 1 0 336169155 16400384 3360 33554432000 4194304 8395647 140734815887904 140734815883336 18446744073699066235 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/24200/statm: 4004 3360 598 1026 0 2974 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 16016

[startup+102.306 s]
/proc/loadavg: 2.04 2.02 2.00 3/177 24201
/proc/meminfo: memFree=27056500/32873844 swapFree=7628/7628
[pid=24200] ppid=24198 vsize=16152 CPUtime=102.28 cores=0,2,4,6
/proc/24200/stat : 24200 (pbscip.linux.x8) R 24198 24200 20882 0 -1 4202496 4359 0 0 0 10227 1 0 0 20 0 1 0 336169155 16539648 3375 33554432000 4194304 8395647 140734815887904 140734815883336 5614227 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24200/statm: 4038 3375 598 1026 0 3008 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 16152

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

[startup+115.1 s]
/proc/loadavg: 2.03 2.02 2.00 3/177 24201
/proc/meminfo: memFree=27056500/32873844 swapFree=7628/7628
[pid=24200] ppid=24198 vsize=16152 CPUtime=115.07 cores=0,2,4,6
/proc/24200/stat : 24200 (pbscip.linux.x8) R 24198 24200 20882 0 -1 4202496 4359 0 0 0 11506 1 0 0 20 0 1 0 336169155 16539648 3375 33554432000 4194304 8395647 140734815887904 140734815883336 5614306 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24200/statm: 4038 3375 598 1026 0 3008 0
Current children cumulated CPU time (s) 115.07
Current children cumulated vsize (KiB) 16152

[startup+121.5 s]
/proc/loadavg: 2.03 2.02 2.00 3/177 24201
/proc/meminfo: memFree=27056624/32873844 swapFree=7628/7628
[pid=24200] ppid=24198 vsize=16152 CPUtime=121.47 cores=0,2,4,6
/proc/24200/stat : 24200 (pbscip.linux.x8) R 24198 24200 20882 0 -1 4202496 4359 0 0 0 12146 1 0 0 20 0 1 0 336169155 16539648 3375 33554432000 4194304 8395647 140734815887904 140734815883336 4644310 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24200/statm: 4038 3375 598 1026 0 3008 0
Current children cumulated CPU time (s) 121.47
Current children cumulated vsize (KiB) 16152

[startup+123.1 s]
/proc/loadavg: 2.03 2.02 2.00 3/177 24201
/proc/meminfo: memFree=27056624/32873844 swapFree=7628/7628
[pid=24200] ppid=24198 vsize=16152 CPUtime=123.07 cores=0,2,4,6
/proc/24200/stat : 24200 (pbscip.linux.x8) R 24198 24200 20882 0 -1 4202496 4359 0 0 0 12306 1 0 0 20 0 1 0 336169155 16539648 3375 33554432000 4194304 8395647 140734815887904 140734815883336 5617934 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24200/statm: 4038 3375 598 1026 0 3008 0
Current children cumulated CPU time (s) 123.07
Current children cumulated vsize (KiB) 16152

[startup+124.7 s]
/proc/loadavg: 2.03 2.02 2.00 3/177 24201
/proc/meminfo: memFree=27056624/32873844 swapFree=7628/7628
[pid=24200] ppid=24198 vsize=16152 CPUtime=124.67 cores=0,2,4,6
/proc/24200/stat : 24200 (pbscip.linux.x8) R 24198 24200 20882 0 -1 4202496 4359 0 0 0 12466 1 0 0 20 0 1 0 336169155 16539648 3375 33554432000 4194304 8395647 140734815887904 140734815883336 18446744073699066235 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24200/statm: 4038 3375 598 1026 0 3008 0
Current children cumulated CPU time (s) 124.67
Current children cumulated vsize (KiB) 16152

[startup+125.5 s]
/proc/loadavg: 2.03 2.02 2.00 3/177 24201
/proc/meminfo: memFree=27056624/32873844 swapFree=7628/7628
[pid=24200] ppid=24198 vsize=16152 CPUtime=125.47 cores=0,2,4,6
/proc/24200/stat : 24200 (pbscip.linux.x8) R 24198 24200 20882 0 -1 4202496 4359 0 0 0 12546 1 0 0 20 0 1 0 336169155 16539648 3375 33554432000 4194304 8395647 140734815887904 140734815883336 18446744073699066235 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24200/statm: 4038 3375 598 1026 0 3008 0
Current children cumulated CPU time (s) 125.47
Current children cumulated vsize (KiB) 16152

[startup+125.7 s]
/proc/loadavg: 2.03 2.02 2.00 3/177 24201
/proc/meminfo: memFree=27056624/32873844 swapFree=7628/7628
[pid=24200] ppid=24198 vsize=16152 CPUtime=125.67 cores=0,2,4,6
/proc/24200/stat : 24200 (pbscip.linux.x8) R 24198 24200 20882 0 -1 4202496 4359 0 0 0 12566 1 0 0 20 0 1 0 336169155 16539648 3375 33554432000 4194304 8395647 140734815887904 140734815883336 4737418 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24200/statm: 4038 3375 598 1026 0 3008 0
Current children cumulated CPU time (s) 125.67
Current children cumulated vsize (KiB) 16152

[startup+125.8 s]
/proc/loadavg: 2.03 2.02 2.00 3/177 24201
/proc/meminfo: memFree=27056624/32873844 swapFree=7628/7628
[pid=24200] ppid=24198 vsize=16152 CPUtime=125.77 cores=0,2,4,6
/proc/24200/stat : 24200 (pbscip.linux.x8) R 24198 24200 20882 0 -1 4202496 4359 0 0 0 12576 1 0 0 20 0 1 0 336169155 16539648 3375 33554432000 4194304 8395647 140734815887904 140734815883336 4241006 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24200/statm: 4038 3375 598 1026 0 3008 0
Current children cumulated CPU time (s) 125.77
Current children cumulated vsize (KiB) 16152

Child status: 0
Real time (s): 125.86
CPU time (s): 125.832
CPU user time (s): 125.82
CPU system time (s): 0.011998
CPU usage (%): 99.9773
Max. virtual memory (cumulated for all children) (KiB): 16152

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 125.82
system time used= 0.011998
maximum resident set size= 15552
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4369
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= 6
involuntary context switches= 292

runsolver used 0.272958 second user time and 0.649901 second system time

The end

Launcher Data

Begin job on node107 at 2012-06-03 07:13:26
IDJOB=3734679
IDBENCH=2891
IDSOLVER=2326
FILE ID=node107/3734679-1338700406
RUNJOBID= node107-1338678628-20901
PBS_JOBID= 14636706
Free space on /tmp= 70772 MiB

SOLVER NAME= PB10: SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) 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.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3734679-1338700406/watcher-3734679-1338700406 -o /tmp/evaluation-result-3734679-1338700406/solver-3734679-1338700406 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3734679-1338700406.opb -t 1800 -m 15500

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 28e00d9d9bb0c4a536b74577b47a7849
RANDOM SEED=1938512243

node107.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.760
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.52
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.760
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.760
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.760
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.760
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.760
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.760
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.86
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.760
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27069232 kB
Buffers:          473276 kB
Cached:          4426660 kB
SwapCached:           76 kB
Active:          1921500 kB
Inactive:        3006460 kB
Active(anon):      19488 kB
Inactive(anon):    11060 kB
Active(file):    1902012 kB
Inactive(file):  2995400 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108780 kB
Dirty:             10124 kB
Writeback:             0 kB
AnonPages:         84884 kB
Mapped:            16836 kB
Shmem:               184 kB
Slab:             735092 kB
SReclaimable:     177556 kB
SUnreclaim:       557536 kB
KernelStack:        1472 kB
PageTables:         4204 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     143228 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     57344 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70764 MiB
End job on node107 at 2012-06-03 07:15:32