Trace number 3734712

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 solverOPT2 116.52 116.543

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_4_30_3.opb
MD5SUMd26b3b10be20d9248aac462b86b1f040
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark52.396
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 2
Optimality of the best value was proved YES
Number of variables94
Total number of constraints8
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints8
Minimum length of a constraint45
Maximum length of a constraint46
Number of terms in the objective function 64
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 2040
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 940
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 3331
Number of bits of the biggest sum of numbers12
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-3734712-1338700612.opb>
0.00/0.00	c original problem has 94 variables (94 bin, 0 int, 0 impl, 0 cont) and 8 constraints
0.00/0.00	c problem read
0.00/0.00	c presolving settings loaded
0.00/0.01	c presolving:
0.00/0.01	c (round 1) 0 del vars, 4 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.00/0.01	c presolving (2 rounds):
0.00/0.01	c  0 deleted vars, 4 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 94 variables (94 bin, 0 int, 0 impl, 0 cont) and 4 constraints
0.00/0.01	c       4 constraints of type <linear>
0.00/0.01	c transformed objective value is always integral (scale: 1)
0.00/0.01	c Presolving Time: 0.00
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 # 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 # 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 # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.01	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.01	c separating/rapidlearning/freq = 0
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.01	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.01	c   0.0s|     1 |     0 |    17 |     - | 351k|   0 |   4 |  94 |   4 |  94 |   4 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.01/0.04	o 540
0.01/0.04	c y 0.0s|     1 |     0 |    30 |     - | 375k|   0 |   4 |  94 |   4 |  94 |   4 |   0 |   0 |   0 | 0.000000e+00 | 5.400000e+02 |    Inf 
0.01/0.04	c   0.0s|     1 |     0 |    37 |     - | 517k|   0 |   9 |  94 | 116 |  94 |   9 |   5 |   0 |   0 | 0.000000e+00 | 5.400000e+02 |    Inf 
0.01/0.04	c   0.0s|     1 |     0 |    48 |     - | 550k|   0 |   9 |  94 | 116 |  94 |  13 |   9 |   0 |   0 | 0.000000e+00 | 5.400000e+02 |    Inf 
0.01/0.05	c   0.0s|     1 |     0 |    67 |     - | 582k|   0 |  13 |  94 | 116 |  94 |  18 |  14 |   0 |   0 | 0.000000e+00 | 5.400000e+02 |    Inf 
0.01/0.05	c   0.0s|     1 |     0 |    76 |     - | 615k|   0 |  14 |  94 | 116 |  94 |  22 |  18 |   0 |   0 | 0.000000e+00 | 5.400000e+02 |    Inf 
0.01/0.06	c   0.1s|     1 |     0 |    99 |     - | 629k|   0 |  16 |  94 | 116 |  94 |  27 |  23 |   0 |   0 | 0.000000e+00 | 5.400000e+02 |    Inf 
0.01/0.07	c   0.1s|     1 |     0 |   104 |     - | 635k|   0 |  17 |  94 | 116 |  94 |  31 |  27 |   0 |   0 | 0.000000e+00 | 5.400000e+02 |    Inf 
0.08/0.13	c   0.1s|     1 |     2 |   104 |     - | 636k|   0 |  17 |  94 | 116 |  94 |  31 |  27 |   0 |   9 | 0.000000e+00 | 5.400000e+02 |    Inf 
0.08/0.14	o 231
0.08/0.14	c c 0.1s|    31 |    30 |   268 |   5.5 | 673k|  29 |   - |  94 | 116 |  94 |  17 |  27 |   1 | 111 | 0.000000e+00 | 2.310000e+02 |    Inf 
0.08/0.15	o 229
0.08/0.15	c p 0.1s|    44 |    43 |   321 |   5.0 | 685k|  29 |   - |  94 | 117 |  94 |  17 |  27 |   3 | 156 | 0.000000e+00 | 2.290000e+02 |    Inf 
0.08/0.16	o 228
0.08/0.16	c f 0.2s|    57 |    55 |   361 |   4.6 | 692k|  29 |   - |  94 | 117 |  94 |  17 |  27 |   3 | 187 | 0.000000e+00 | 2.280000e+02 |    Inf 
0.08/0.16	o 226
0.08/0.16	c v 0.2s|    57 |    55 |   363 |   4.6 | 701k|  29 |   - |  94 | 117 |  94 |  17 |  27 |   4 | 187 | 0.000000e+00 | 2.260000e+02 |    Inf 
0.08/0.17	o 225
0.08/0.17	c * 0.2s|    79 |    72 |   421 |   4.1 | 715k|  29 |   - |  94 | 118 |  94 |  17 |  27 |   5 | 233 | 0.000000e+00 | 2.250000e+02 |    Inf 
0.08/0.17	o 223
0.08/0.17	c * 0.2s|    80 |    70 |   421 |   4.0 | 716k|  29 |   - |  94 | 118 |  94 |  17 |  27 |   5 | 233 | 0.000000e+00 | 2.230000e+02 |    Inf 
0.18/0.21	o 222
0.18/0.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.18/0.21	c * 0.2s|   230 |   211 |  1048 |   4.1 | 789k|  29 |   - |  94 | 124 |  94 |  17 |  27 |  14 | 333 | 0.000000e+00 | 2.220000e+02 |    Inf 
0.18/0.21	o 220
0.18/0.21	c l 0.2s|   233 |   211 |  1053 |   4.1 | 792k|  29 |   - |  94 | 125 |  94 |  17 |  27 |  15 | 339 | 0.000000e+00 | 2.200000e+02 |    Inf 
0.18/0.22	o 152
0.18/0.22	c g 0.2s|   246 |   208 |  1097 |   4.1 | 793k|  29 |   - |  94 | 125 |  94 |  17 |  27 |  15 | 340 | 0.000000e+00 | 1.520000e+02 |    Inf 
0.18/0.22	o 150
0.18/0.22	c * 0.2s|   273 |   231 |  1188 |   4.0 | 799k|  31 |   - |  94 | 125 |  94 |  17 |  27 |  15 | 373 | 0.000000e+00 | 1.500000e+02 |    Inf 
0.18/0.22	o 148
0.18/0.22	c * 0.2s|   274 |   227 |  1188 |   4.0 | 799k|  31 |   - |  94 | 125 |  94 |  17 |  27 |  15 | 373 | 0.000000e+00 | 1.480000e+02 |    Inf 
0.18/0.23	o 145
0.18/0.23	c * 0.2s|   302 |   249 |  1259 |   3.8 | 816k|  31 |   - |  94 | 126 |  94 |  17 |  27 |  16 | 403 | 0.000000e+00 | 1.450000e+02 |    Inf 
0.18/0.23	o 144
0.18/0.23	c * 0.2s|   314 |   256 |  1287 |   3.8 | 824k|  31 |   - |  94 | 126 |  94 |  17 |  27 |  16 | 414 | 0.000000e+00 | 1.440000e+02 |    Inf 
0.18/0.24	o 143
0.18/0.24	c * 0.2s|   331 |   268 |  1342 |   3.8 | 836k|  31 |   - |  94 | 127 |  94 |  17 |  27 |  17 | 424 | 0.000000e+00 | 1.430000e+02 |    Inf 
0.18/0.25	o 141
0.18/0.25	c v 0.2s|   391 |   320 |  1541 |   3.7 | 867k|  31 |   - |  94 | 129 |  94 |  17 |  27 |  19 | 442 | 0.000000e+00 | 1.410000e+02 |    Inf 
0.18/0.26	o 139
0.18/0.26	c * 0.3s|   436 |   358 |  1722 |   3.7 | 892k|  31 |   - |  94 | 132 |  94 |  17 |  27 |  26 | 462 | 0.000000e+00 | 1.390000e+02 |    Inf 
0.18/0.26	o 137
0.18/0.26	c * 0.3s|   438 |   358 |  1722 |   3.7 | 894k|  31 |   - |  94 | 132 |  94 |  17 |  27 |  26 | 462 | 0.000000e+00 | 1.370000e+02 |    Inf 
0.18/0.26	o 135
0.18/0.26	c * 0.3s|   439 |   354 |  1722 |   3.7 | 893k|  31 |   - |  94 | 132 |  94 |  17 |  27 |  26 | 462 | 0.000000e+00 | 1.350000e+02 |    Inf 
0.18/0.27	o 126
0.18/0.27	c c 0.3s|   453 |   357 |  1765 |   3.7 | 897k|  31 |   - |  94 | 132 |  94 |  17 |  27 |  26 | 470 | 0.000000e+00 | 1.260000e+02 |    Inf 
0.18/0.27	o 125
0.18/0.27	c p 0.3s|   467 |   369 |  1800 |   3.6 | 906k|  31 |   - |  94 | 111 |  94 |  17 |  27 |  27 | 476 | 0.000000e+00 | 1.250000e+02 |    Inf 
0.18/0.28	o 124
0.18/0.28	c f 0.3s|   492 |   390 |  1883 |   3.6 | 923k|  31 |   - |  94 | 111 |  94 |  17 |  27 |  29 | 492 | 0.000000e+00 | 1.240000e+02 |    Inf 
0.18/0.28	o 123
0.18/0.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.18/0.28	c v 0.3s|   507 |   402 |  1927 |   3.6 | 928k|  31 |   - |  94 | 112 |  94 |  17 |  27 |  30 | 499 | 0.000000e+00 | 1.230000e+02 |    Inf 
0.18/0.28	o 122
0.18/0.28	c * 0.3s|   519 |   412 |  1960 |   3.6 | 933k|  31 |   - |  94 | 112 |  94 |  17 |  27 |  30 | 502 | 0.000000e+00 | 1.220000e+02 |    Inf 
0.18/0.29	o 120
0.18/0.29	c l 0.3s|   522 |   412 |  1963 |   3.6 | 937k|  31 |   - |  94 | 112 |  94 |  17 |  27 |  31 | 506 | 0.000000e+00 | 1.200000e+02 |    Inf 
0.18/0.29	o 118
0.18/0.29	c g 0.3s|   522 |   410 |  1963 |   3.6 | 936k|  31 |   - |  94 | 112 |  94 |  17 |  27 |  32 | 506 | 0.000000e+00 | 1.180000e+02 |    Inf 
0.29/0.31	o 92
0.29/0.31	c s 0.3s|   617 |   452 |  2276 |   3.5 | 953k|  31 |   4 |  94 | 115 |  94 |  17 |  27 |  44 | 512 | 0.000000e+00 | 9.200000e+01 |    Inf 
0.29/0.31	o 90
0.29/0.31	c v 0.3s|   617 |   446 |  2287 |   3.5 | 957k|  31 |   - |  94 | 115 |  94 |  17 |  27 |  45 | 513 | 0.000000e+00 | 9.000000e+01 |    Inf 
0.29/0.33	o 89
0.29/0.33	c l 0.3s|   687 |   509 |  2637 |   3.7 | 995k|  31 |   - |  94 | 120 |  94 |  17 |  27 |  51 | 519 | 0.000000e+00 | 8.900000e+01 |    Inf 
0.29/0.33	o 87
0.29/0.33	c g 0.3s|   687 |   504 |  2637 |   3.7 | 994k|  31 |   - |  94 | 120 |  94 |  17 |  27 |  52 | 519 | 0.000000e+00 | 8.700000e+01 |    Inf 
0.29/0.36	o 85
0.29/0.36	c l 0.4s|   807 |   608 |  3358 |   4.0 |1060k|  31 |   - |  94 | 135 |  94 |  17 |  27 |  80 | 528 | 0.000000e+00 | 8.500000e+01 |    Inf 
0.29/0.37	o 67
0.29/0.37	c g 0.4s|   811 |   584 |  3381 |   4.0 |1051k|  31 |   - |  94 | 135 |  94 |  17 |  27 |  80 | 528 | 0.000000e+00 | 6.700000e+01 |    Inf 
0.29/0.38	o 65
0.29/0.38	c * 0.4s|   851 |   619 |  3600 |   4.1 |1071k|  31 |   - |  94 | 138 |  94 |  17 |  27 |  87 | 529 | 0.000000e+00 | 6.500000e+01 |    Inf 
0.39/0.40	o 42
0.39/0.40	c g 0.4s|   914 |   579 |  3973 |   4.2 |1071k|  31 |   - |  94 | 147 |  94 |  17 |  27 | 101 | 533 | 0.000000e+00 | 4.200000e+01 |    Inf 
0.39/0.42	o 40
0.39/0.42	c f 0.4s|  1004 |   654 |  4319 |   4.2 |1113k|  31 |   - |  94 | 154 |  94 |  17 |  27 | 114 | 538 | 0.000000e+00 | 4.000000e+01 |    Inf 
0.39/0.44	o 39
0.39/0.44	c * 0.4s|  1070 |   700 |  4607 |   4.2 |1138k|  31 |   - |  94 | 157 |  94 |  17 |  27 | 122 | 540 | 0.000000e+00 | 3.900000e+01 |    Inf 
0.39/0.48	o 38
0.39/0.48	c v 0.5s|  1228 |   821 |  5315 |   4.2 |1217k|  31 |   - |  94 | 178 |  94 |  17 |  27 | 152 | 546 | 0.000000e+00 | 3.800000e+01 |    Inf 
0.39/0.48	o 36
0.39/0.48	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.39/0.48	c f 0.5s|  1228 |   813 |  5315 |   4.2 |1215k|  31 |   - |  94 | 179 |  94 |  17 |  27 | 154 | 546 | 0.000000e+00 | 3.600000e+01 |    Inf 
0.49/0.59	o 34
0.49/0.59	c C 0.6s|  1428 |   942 |  6523 |   4.5 |1292k|  31 |   4 |  94 | 202 |  94 |  17 |  27 | 194 | 548 | 0.000000e+00 | 3.400000e+01 |    Inf 
0.69/0.71	o 32
0.69/0.71	c * 0.7s|  1822 |  1149 |  8810 |   4.8 |1445k|  31 |   - |  94 | 248 |  94 |  17 |  27 | 282 | 549 | 0.000000e+00 | 3.200000e+01 |    Inf 
0.69/0.71	o 30
0.69/0.71	c * 0.7s|  1824 |  1132 |  8810 |   4.8 |1425k|  31 |   - |  94 | 128 |  94 |  17 |  27 | 282 | 549 | 0.000000e+00 | 3.000000e+01 |    Inf 
0.69/0.71	o 28
0.69/0.71	c * 0.7s|  1825 |  1112 |  8810 |   4.8 |1413k|  31 |   - |  94 | 128 |  94 |  17 |  27 | 282 | 549 | 0.000000e+00 | 2.800000e+01 |    Inf 
0.69/0.78	o 20
0.69/0.78	c c 0.8s|  2101 |  1206 | 10186 |   4.8 |1478k|  31 |   - |  94 | 196 |  94 |  17 |  27 | 369 | 559 | 0.000000e+00 | 2.000000e+01 |    Inf 
0.69/0.79	o 19
0.69/0.79	c g 0.8s|  2145 |  1228 | 10471 |   4.8 |1486k|  31 |   - |  94 | 207 |  94 |  17 |  27 | 380 | 559 | 0.000000e+00 | 1.900000e+01 |    Inf 
0.79/0.81	o 18
0.79/0.81	c * 0.8s|  2210 |  1249 | 10744 |   4.8 |1498k|  31 |   - |  94 | 211 |  94 |  17 |  27 | 386 | 559 | 0.000000e+00 | 1.800000e+01 |    Inf 
0.89/0.93	o 14
0.89/0.93	c * 0.9s|  2667 |  1422 | 13037 |   4.9 |1628k|  31 |   - |  94 | 324 |  94 |  17 |  27 | 518 | 563 | 0.000000e+00 | 1.400000e+01 |    Inf 
0.89/0.95	o 6
0.89/0.95	c * 0.9s|  2780 |  1281 | 13602 |   4.9 |1522k|  31 |   - |  94 | 332 |  94 |  17 |  27 | 535 | 566 | 0.000000e+00 | 6.000000e+00 |    Inf 
1.89/1.99	c   2.0s| 10000 |  2141 | 31883 |   3.2 |2192k|  31 |   4 |  94 | 728 |  94 |  17 |  27 |1033 | 669 | 0.000000e+00 | 6.000000e+00 |    Inf 
2.19/2.24	o 5
2.19/2.24	c * 2.2s| 11764 |  2190 | 35860 |   3.0 |2293k|  31 |   - |  94 | 857 |  94 |  17 |  27 |1169 | 698 | 0.000000e+00 | 5.000000e+00 |    Inf 
3.29/3.37	c   3.4s| 20000 |  2124 | 53656 |   2.7 |2502k|  31 |   4 |  94 |1318 |  94 |  17 |  27 |1702 | 865 | 0.000000e+00 | 5.000000e+00 |    Inf 
4.69/4.74	c   4.7s| 30000 |  2053 | 75149 |   2.5 |2760k|  31 |   4 |  94 |1871 |  94 |  17 |  27 |2323 |1014 | 0.000000e+00 | 5.000000e+00 |    Inf 
6.18/6.22	c   6.2s| 40000 |  2283 | 96785 |   2.4 |3149k|  31 |   - |  94 |2366 |  94 |  17 |  27 |2912 |1181 | 0.000000e+00 | 5.000000e+00 |    Inf 
6.49/6.52	o 3
6.49/6.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
6.49/6.52	c * 6.5s| 42017 |  2370 |101023 |   2.4 |3238k|  31 |   - |  94 |2451 |  94 |  17 |  27 |3013 |1203 | 0.000000e+00 | 3.000000e+00 |    Inf 
7.60/7.63	c   7.6s| 50000 |  2474 |117232 |   2.3 |3518k|  31 |   - |  94 |2764 |   0 |   0 |  27 |3411 |1225 | 0.000000e+00 | 3.000000e+00 |    Inf 
9.09/9.13	c   9.1s| 60000 |  2275 |137523 |   2.3 |3620k|  31 |   - |  94 |3139 |  94 |  17 |  27 |3960 |1242 | 0.000000e+00 | 3.000000e+00 |    Inf 
10.59/10.66	c  10.7s| 70000 |  2126 |158686 |   2.3 |3659k|  31 |   4 |  94 |3316 |  94 |  17 |  27 |4543 |1301 | 0.000000e+00 | 3.000000e+00 |    Inf 
11.08/11.15	o 2
11.08/11.15	c *11.1s| 73237 |  2003 |165361 |   2.3 |3546k|  31 |   - |  94 |3219 |  94 |  17 |  27 |4717 |1317 | 0.000000e+00 | 2.000000e+00 |    Inf 
12.09/12.14	c  12.1s| 80000 |  2513 |179748 |   2.2 |3761k|  31 |   4 |  94 |2878 |  94 |  17 |  27 |5100 |1366 | 0.000000e+00 | 2.000000e+00 |    Inf 
13.49/13.52	c  13.5s| 90000 |  2977 |201034 |   2.2 |4116k|  31 |   4 |  94 |2830 |  94 |  17 |  27 |5661 |1374 | 0.000000e+00 | 2.000000e+00 |    Inf 
14.78/14.89	c  14.9s|100000 |  2678 |221952 |   2.2 |3970k|  31 |   - |  94 |2560 |  94 |  17 |  27 |6167 |1381 | 0.000000e+00 | 2.000000e+00 |    Inf 
16.18/16.24	c  16.2s|110000 |  2341 |242657 |   2.2 |3711k|  31 |   - |  94 |2466 |  94 |  17 |  27 |6750 |1394 | 0.000000e+00 | 2.000000e+00 |    Inf 
17.49/17.54	c  17.5s|120000 |  2007 |263047 |   2.2 |3127k|  31 |   4 |  94 |1882 |  94 |  17 |  27 |7232 |1403 | 0.000000e+00 | 2.000000e+00 |    Inf 
18.69/18.77	c  18.8s|130000 |  1848 |283937 |   2.2 |2867k|  31 |   4 |  94 |1514 |  94 |  17 |  27 |7772 |1451 | 0.000000e+00 | 2.000000e+00 |    Inf 
19.88/19.95	c  20.0s|140000 |  1840 |305087 |   2.2 |2928k|  31 |   - |  94 |1534 |  94 |  17 |  27 |8196 |1727 | 0.000000e+00 | 2.000000e+00 |    Inf 
21.08/21.14	c  21.1s|150000 |  2075 |326604 |   2.2 |3127k|  31 |   - |  94 |1729 |  94 |  17 |  27 |8694 |1739 | 0.000000e+00 | 2.000000e+00 |    Inf 
22.18/22.29	c  22.3s|160000 |  1828 |347309 |   2.2 |3011k|  31 |   - |  94 |1744 |  94 |  17 |  27 |9126 |1755 | 0.000000e+00 | 2.000000e+00 |    Inf 
23.38/23.46	c  23.5s|170000 |  1757 |368712 |   2.2 |2951k|  31 |   4 |  94 |1747 |  94 |  17 |  27 |9655 |1767 | 0.000000e+00 | 2.000000e+00 |    Inf 
24.58/24.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
24.58/24.62	c  24.6s|180000 |  1706 |389933 |   2.2 |2808k|  31 |   4 |  94 |1370 |  94 |  17 |  27 |  10k|1831 | 0.000000e+00 | 2.000000e+00 |    Inf 
25.68/25.77	c  25.8s|190000 |  1734 |411158 |   2.2 |2890k|  31 |   4 |  94 |1480 |  94 |  17 |  27 |  10k|1853 | 0.000000e+00 | 2.000000e+00 |    Inf 
26.88/26.90	c  26.9s|200000 |  1678 |432355 |   2.2 |2778k|  31 |   - |  94 |1339 |  94 |  17 |  27 |  11k|1895 | 0.000000e+00 | 2.000000e+00 |    Inf 
27.98/28.03	c  28.0s|210000 |  1643 |453721 |   2.2 |2702k|  31 |   - |  94 |1141 |  94 |  17 |  27 |  11k|1910 | 0.000000e+00 | 2.000000e+00 |    Inf 
29.08/29.10	c  29.1s|220000 |  1524 |474694 |   2.2 |2595k|  31 |   - |  94 | 992 |  94 |  17 |  27 |  12k|1931 | 0.000000e+00 | 2.000000e+00 |    Inf 
30.08/30.16	c  30.2s|230000 |  1532 |495480 |   2.2 |2644k|  31 |   4 |  94 |1037 |  94 |  17 |  27 |  12k|1940 | 0.000000e+00 | 2.000000e+00 |    Inf 
31.18/31.21	c  31.2s|240000 |  1361 |516237 |   2.2 |2480k|  31 |   - |  94 | 856 |   0 |   0 |  27 |  12k|1961 | 0.000000e+00 | 2.000000e+00 |    Inf 
32.28/32.31	c  32.3s|250000 |  1520 |538904 |   2.2 |2668k|  31 |   - |  94 | 920 |  94 |  17 |  27 |  13k|1964 | 0.000000e+00 | 2.000000e+00 |    Inf 
33.28/33.40	c  33.4s|260000 |  1432 |561352 |   2.2 |2570k|  31 |   - |  94 | 966 |  94 |  17 |  27 |  13k|1985 | 0.000000e+00 | 2.000000e+00 |    Inf 
34.48/34.50	c  34.5s|270000 |  1824 |583073 |   2.2 |2921k|  31 |   4 |  94 |1117 |  94 |  17 |  27 |  14k|2002 | 0.000000e+00 | 2.000000e+00 |    Inf 
35.48/35.59	c  35.6s|280000 |  2085 |604044 |   2.2 |3222k|  31 |   4 |  94 |1236 |  94 |  17 |  27 |  14k|2017 | 0.000000e+00 | 2.000000e+00 |    Inf 
36.68/36.73	c  36.7s|290000 |  1546 |625465 |   2.2 |2801k|  31 |   4 |  94 |1084 |  94 |  17 |  27 |  15k|2029 | 0.000000e+00 | 2.000000e+00 |    Inf 
37.78/37.82	c  37.8s|300000 |  1799 |646334 |   2.2 |2898k|  31 |   - |  94 |1150 |  94 |  17 |  27 |  15k|2038 | 0.000000e+00 | 2.000000e+00 |    Inf 
38.88/38.91	c  38.9s|310000 |  1817 |666730 |   2.2 |3076k|  31 |   - |  94 |1289 |  94 |  17 |  27 |  16k|2047 | 0.000000e+00 | 2.000000e+00 |    Inf 
39.97/40.03	c  40.0s|320000 |  2111 |688397 |   2.2 |3354k|  31 |   - |  94 |1317 |  94 |  17 |  27 |  16k|2050 | 0.000000e+00 | 2.000000e+00 |    Inf 
41.08/41.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
41.08/41.11	c  41.1s|330000 |  2105 |709173 |   2.1 |3395k|  31 |   - |  94 |1272 |   0 |   0 |  27 |  17k|2056 | 0.000000e+00 | 2.000000e+00 |    Inf 
42.17/42.24	c  42.2s|340000 |  1442 |730072 |   2.1 |2636k|  31 |   - |  94 |1048 |  94 |  17 |  27 |  17k|2084 | 0.000000e+00 | 2.000000e+00 |    Inf 
43.28/43.31	c  43.3s|350000 |  1541 |750602 |   2.1 |2698k|  31 |   4 |  94 |1104 |  94 |  17 |  27 |  18k|2107 | 0.000000e+00 | 2.000000e+00 |    Inf 
44.38/44.40	c  44.4s|360000 |  1670 |770948 |   2.1 |2916k|  31 |   - |  94 |1278 |  94 |  17 |  27 |  18k|2124 | 0.000000e+00 | 2.000000e+00 |    Inf 
45.38/45.49	c  45.5s|370000 |  1448 |791284 |   2.1 |2791k|  31 |   - |  94 |1282 |  94 |  17 |  27 |  19k|2140 | 0.000000e+00 | 2.000000e+00 |    Inf 
46.58/46.60	c  46.6s|380000 |  1302 |812229 |   2.1 |2573k|  31 |   - |  94 |1173 |  94 |  17 |  27 |  19k|2274 | 0.000000e+00 | 2.000000e+00 |    Inf 
47.58/47.68	c  47.7s|390000 |  1432 |834120 |   2.1 |2718k|  31 |   - |  94 |1197 |  94 |  17 |  27 |  20k|2393 | 0.000000e+00 | 2.000000e+00 |    Inf 
48.68/48.75	c  48.8s|400000 |  1517 |855397 |   2.1 |2844k|  31 |   - |  94 |1291 |  94 |  17 |  27 |  20k|2409 | 0.000000e+00 | 2.000000e+00 |    Inf 
49.78/49.83	c  49.8s|410000 |  1590 |875850 |   2.1 |2950k|  31 |   4 |  94 |1314 |  94 |  17 |  27 |  20k|2426 | 0.000000e+00 | 2.000000e+00 |    Inf 
50.88/50.92	c  50.9s|420000 |  1387 |896749 |   2.1 |2716k|  31 |   4 |  94 |1254 |  94 |  17 |  27 |  21k|2443 | 0.000000e+00 | 2.000000e+00 |    Inf 
51.88/51.97	c  52.0s|430000 |  1318 |918288 |   2.1 |2680k|  31 |   - |  94 |1354 |  94 |  17 |  27 |  21k|2459 | 0.000000e+00 | 2.000000e+00 |    Inf 
52.98/53.07	c  53.1s|440000 |  1530 |939992 |   2.1 |2855k|  31 |   - |  94 |1426 |  94 |  17 |  27 |  22k|2484 | 0.000000e+00 | 2.000000e+00 |    Inf 
54.08/54.13	c  54.1s|450000 |  1337 |960247 |   2.1 |2721k|  31 |   - |  94 |1433 |   0 |   0 |  27 |  22k|2499 | 0.000000e+00 | 2.000000e+00 |    Inf 
55.18/55.20	c  55.2s|460000 |  1370 |980543 |   2.1 |2771k|  31 |   4 |  94 |1487 |  94 |  17 |  27 |  23k|2511 | 0.000000e+00 | 2.000000e+00 |    Inf 
56.18/56.27	c  56.3s|470000 |  1349 |  1001k|   2.1 |2664k|  31 |   - |  94 |1227 |  94 |  17 |  27 |  23k|2521 | 0.000000e+00 | 2.000000e+00 |    Inf 
57.28/57.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
57.28/57.32	c  57.3s|480000 |  1259 |  1022k|   2.1 |2589k|  31 |   4 |  94 |1207 |  94 |  17 |  27 |  23k|2542 | 0.000000e+00 | 2.000000e+00 |    Inf 
58.28/58.36	c  58.4s|490000 |  1104 |  1043k|   2.1 |2451k|  31 |   - |  94 |1040 |  94 |  17 |  27 |  24k|2558 | 0.000000e+00 | 2.000000e+00 |    Inf 
59.28/59.40	c  59.4s|500000 |  1091 |  1064k|   2.1 |2468k|  31 |   4 |  94 |1083 |  94 |  17 |  27 |  24k|2569 | 0.000000e+00 | 2.000000e+00 |    Inf 
60.38/60.45	c  60.4s|510000 |  1001 |  1085k|   2.1 |2399k|  31 |   - |  94 | 955 |  94 |  17 |  27 |  25k|2579 | 0.000000e+00 | 2.000000e+00 |    Inf 
61.37/61.48	c  61.5s|520000 |  1285 |  1107k|   2.1 |2618k|  31 |   4 |  94 | 868 |  94 |  17 |  27 |  25k|2590 | 0.000000e+00 | 2.000000e+00 |    Inf 
62.47/62.53	c  62.5s|530000 |  1465 |  1128k|   2.1 |2817k|  31 |   - |  94 | 935 |   0 |   0 |  27 |  25k|2597 | 0.000000e+00 | 2.000000e+00 |    Inf 
63.48/63.57	c  63.6s|540000 |  1389 |  1149k|   2.1 |2847k|  31 |   4 |  94 | 976 |  94 |  17 |  27 |  26k|2613 | 0.000000e+00 | 2.000000e+00 |    Inf 
64.58/64.62	c  64.6s|550000 |  1085 |  1169k|   2.1 |2402k|  31 |   4 |  94 | 799 |  94 |  17 |  27 |  26k|2622 | 0.000000e+00 | 2.000000e+00 |    Inf 
65.58/65.65	c  65.6s|560000 |  1739 |  1191k|   2.1 |2960k|  31 |   - |  94 | 972 |  94 |  17 |  27 |  27k|2638 | 0.000000e+00 | 2.000000e+00 |    Inf 
66.58/66.69	c  66.7s|570000 |  1526 |  1211k|   2.1 |2919k|  31 |   4 |  94 | 985 |  94 |  17 |  27 |  27k|2640 | 0.000000e+00 | 2.000000e+00 |    Inf 
67.67/67.73	c  67.7s|580000 |  1101 |  1231k|   2.1 |2609k|  31 |   4 |  94 |1016 |  94 |  17 |  27 |  27k|2655 | 0.000000e+00 | 2.000000e+00 |    Inf 
68.68/68.75	c  68.7s|590000 |  1056 |  1251k|   2.1 |2456k|  31 |   - |  94 |1017 |  94 |  17 |  27 |  28k|2674 | 0.000000e+00 | 2.000000e+00 |    Inf 
69.68/69.79	c  69.8s|600000 |  1158 |  1272k|   2.1 |2607k|  31 |   4 |  94 |1001 |  94 |  17 |  27 |  28k|2688 | 0.000000e+00 | 2.000000e+00 |    Inf 
70.78/70.84	c  70.8s|610000 |  1762 |  1293k|   2.1 |2884k|  31 |   4 |  94 | 958 |  94 |  17 |  27 |  29k|2700 | 0.000000e+00 | 2.000000e+00 |    Inf 
71.77/71.88	c  71.9s|620000 |  2715 |  1314k|   2.1 |3593k|  31 |   4 |  94 |1125 |  94 |  17 |  27 |  29k|2729 | 0.000000e+00 | 2.000000e+00 |    Inf 
72.88/72.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
72.88/72.90	c  72.9s|630000 |  2788 |  1334k|   2.1 |3737k|  31 |   4 |  94 | 917 |  94 |  17 |  27 |  29k|2734 | 0.000000e+00 | 2.000000e+00 |    Inf 
73.87/73.93	c  73.9s|640000 |  3145 |  1355k|   2.1 |4110k|  31 |   - |  94 |1014 |  94 |  17 |  27 |  30k|2751 | 0.000000e+00 | 2.000000e+00 |    Inf 
74.88/74.98	c  75.0s|650000 |  2989 |  1376k|   2.1 |4112k|  31 |   4 |  94 | 951 |  94 |  17 |  27 |  30k|2761 | 0.000000e+00 | 2.000000e+00 |    Inf 
75.97/76.02	c  76.0s|660000 |  2924 |  1396k|   2.1 |4195k|  31 |   4 |  94 |1052 |  94 |  17 |  27 |  31k|2767 | 0.000000e+00 | 2.000000e+00 |    Inf 
77.08/77.13	c  77.1s|670000 |  1038 |  1416k|   2.1 |2472k|  31 |   - |  94 | 798 |  94 |  17 |  27 |  31k|2780 | 0.000000e+00 | 2.000000e+00 |    Inf 
78.08/78.14	c  78.1s|680000 |  1782 |  1437k|   2.1 |2910k|  31 |   4 |  94 | 889 |  94 |  17 |  27 |  31k|2787 | 0.000000e+00 | 2.000000e+00 |    Inf 
79.08/79.16	c  79.2s|690000 |  1956 |  1457k|   2.1 |3157k|  31 |   - |  94 | 939 |  94 |  17 |  27 |  32k|2808 | 0.000000e+00 | 2.000000e+00 |    Inf 
80.07/80.17	c  80.2s|700000 |  1859 |  1478k|   2.1 |3095k|  31 |   - |  94 | 926 |  94 |  17 |  27 |  32k|2824 | 0.000000e+00 | 2.000000e+00 |    Inf 
81.07/81.18	c  81.2s|710000 |  2028 |  1498k|   2.1 |3428k|  31 |   - |  94 |1106 |  94 |  17 |  27 |  32k|2843 | 0.000000e+00 | 2.000000e+00 |    Inf 
82.17/82.24	c  82.2s|720000 |  1062 |  1518k|   2.1 |2481k|  31 |   - |  94 |1019 |   0 |   0 |  27 |  33k|2875 | 0.000000e+00 | 2.000000e+00 |    Inf 
83.17/83.29	c  83.3s|730000 |   890 |  1538k|   2.1 |2398k|  31 |   4 |  94 |1085 |  94 |  17 |  27 |  33k|3058 | 0.000000e+00 | 2.000000e+00 |    Inf 
84.18/84.29	c  84.3s|740000 |   907 |  1559k|   2.1 |2449k|  31 |   - |  94 |1081 |  94 |  17 |  27 |  34k|3062 | 0.000000e+00 | 2.000000e+00 |    Inf 
85.18/85.27	c  85.3s|750000 |   843 |  1579k|   2.1 |2423k|  31 |   4 |  94 |1194 |  94 |  17 |  27 |  34k|3068 | 0.000000e+00 | 2.000000e+00 |    Inf 
86.17/86.28	c  86.3s|760000 |   812 |  1599k|   2.1 |2441k|  31 |   - |  94 |1248 |  94 |  17 |  27 |  34k|3078 | 0.000000e+00 | 2.000000e+00 |    Inf 
87.27/87.32	c  87.3s|770000 |   745 |  1620k|   2.1 |2378k|  31 |   - |  94 |1186 |  94 |  17 |  27 |  35k|3087 | 0.000000e+00 | 2.000000e+00 |    Inf 
88.27/88.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
88.27/88.33	c  88.3s|780000 |  1032 |  1640k|   2.1 |2622k|  31 |   - |  94 |1215 |  94 |  17 |  27 |  35k|3100 | 0.000000e+00 | 2.000000e+00 |    Inf 
89.27/89.36	c  89.4s|790000 |   695 |  1660k|   2.1 |2324k|  31 |   4 |  94 |1093 |  94 |  17 |  27 |  35k|3105 | 0.000000e+00 | 2.000000e+00 |    Inf 
90.27/90.34	c  90.3s|800000 |   772 |  1680k|   2.1 |2430k|  31 |   - |  94 |1124 |  94 |  17 |  27 |  36k|3115 | 0.000000e+00 | 2.000000e+00 |    Inf 
91.28/91.35	c  91.3s|810000 |   680 |  1701k|   2.1 |2314k|  31 |   4 |  94 |1085 |  94 |  17 |  27 |  36k|3134 | 0.000000e+00 | 2.000000e+00 |    Inf 
92.28/92.36	c  92.4s|820000 |   664 |  1721k|   2.1 |2335k|  31 |   4 |  94 |1130 |  94 |  17 |  27 |  37k|3145 | 0.000000e+00 | 2.000000e+00 |    Inf 
93.27/93.39	c  93.4s|830000 |   655 |  1741k|   2.1 |2321k|  31 |   - |  94 |1143 |  94 |  17 |  27 |  37k|3152 | 0.000000e+00 | 2.000000e+00 |    Inf 
94.38/94.42	c  94.4s|840000 |   561 |  1761k|   2.1 |2293k|  31 |   - |  94 |1163 |  94 |  17 |  27 |  37k|3164 | 0.000000e+00 | 2.000000e+00 |    Inf 
95.37/95.43	c  95.4s|850000 |   804 |  1782k|   2.1 |2535k|  31 |   - |  94 |1310 |  94 |  17 |  27 |  38k|3183 | 0.000000e+00 | 2.000000e+00 |    Inf 
96.37/96.44	c  96.4s|860000 |   631 |  1802k|   2.1 |2450k|  31 |   - |  94 |1317 |   0 |   0 |  27 |  38k|3196 | 0.000000e+00 | 2.000000e+00 |    Inf 
97.37/97.46	c  97.5s|870000 |   518 |  1823k|   2.1 |2258k|  31 |   - |  94 |1060 |  94 |  17 |  27 |  38k|3216 | 0.000000e+00 | 2.000000e+00 |    Inf 
98.37/98.47	c  98.5s|880000 |   446 |  1843k|   2.1 |2252k|  31 |   4 |  94 |1134 |  94 |  17 |  27 |  39k|3236 | 0.000000e+00 | 2.000000e+00 |    Inf 
99.37/99.46	c  99.5s|890000 |   463 |  1864k|   2.1 |2275k|  31 |   4 |  94 |1100 |  94 |  17 |  27 |  39k|3261 | 0.000000e+00 | 2.000000e+00 |    Inf 
100.37/100.45	c   100s|900000 |   762 |  1885k|   2.1 |2435k|  31 |   4 |  94 |1026 |  94 |  17 |  27 |  39k|3280 | 0.000000e+00 | 2.000000e+00 |    Inf 
101.37/101.45	c   101s|910000 |   918 |  1905k|   2.1 |2680k|  31 |   - |  94 |1126 |   0 |   0 |  27 |  40k|3302 | 0.000000e+00 | 2.000000e+00 |    Inf 
102.37/102.47	c   102s|920000 |  1302 |  1925k|   2.1 |2908k|  31 |   4 |  94 |1075 |  94 |  17 |  27 |  40k|3320 | 0.000000e+00 | 2.000000e+00 |    Inf 
103.37/103.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
103.37/103.47	c   103s|930000 |  1133 |  1945k|   2.1 |2926k|  31 |   - |  94 |1087 |  94 |  17 |  27 |  41k|3341 | 0.000000e+00 | 2.000000e+00 |    Inf 
104.37/104.47	c   104s|940000 |  1147 |  1964k|   2.1 |2914k|  31 |   4 |  94 |1040 |  94 |  17 |  27 |  41k|3363 | 0.000000e+00 | 2.000000e+00 |    Inf 
105.36/105.46	c   105s|950000 |   992 |  1983k|   2.1 |2834k|  31 |   - |  94 |1049 |  94 |  17 |  27 |  41k|3371 | 0.000000e+00 | 2.000000e+00 |    Inf 
106.37/106.47	c   106s|960000 |   456 |  2002k|   2.1 |2332k|  31 |   - |  94 |1012 |   0 |   0 |  27 |  42k|3388 | 0.000000e+00 | 2.000000e+00 |    Inf 
107.37/107.45	c   107s|970000 |   338 |  2022k|   2.1 |2205k|  31 |   4 |  94 |1131 |  94 |  17 |  27 |  42k|3410 | 0.000000e+00 | 2.000000e+00 |    Inf 
108.37/108.44	c   108s|980000 |   272 |  2042k|   2.1 |2124k|  31 |   4 |  94 |1100 |  94 |  17 |  27 |  42k|3417 | 0.000000e+00 | 2.000000e+00 |    Inf 
109.37/109.45	c   109s|990000 |   224 |  2063k|   2.1 |2108k|  31 |   - |  94 |1119 |   0 |   0 |  27 |  43k|3436 | 0.000000e+00 | 2.000000e+00 |    Inf 
110.36/110.46	c   110s|  1000k|   201 |  2083k|   2.1 |1966k|  31 |   - |  94 |1007 |  94 |  17 |  27 |  43k|3454 | 0.000000e+00 | 2.000000e+00 |    Inf 
111.37/111.46	c   111s|  1010k|   288 |  2104k|   2.1 |2040k|  31 |   4 |  94 |1049 |  94 |  17 |  27 |  43k|3468 | 0.000000e+00 | 2.000000e+00 |    Inf 
112.37/112.48	c   112s|  1020k|   110 |  2123k|   2.1 |1901k|  31 |   4 |  94 |1026 |  94 |  17 |  27 |  44k|3478 | 0.000000e+00 | 2.000000e+00 |    Inf 
113.36/113.48	c   113s|  1030k|   328 |  2143k|   2.1 |2115k|  31 |   4 |  94 |1089 |  94 |  17 |  27 |  44k|3502 | 0.000000e+00 | 2.000000e+00 |    Inf 
114.46/114.50	c   114s|  1040k|   393 |  2163k|   2.1 |2182k|  31 |   4 |  94 |1111 |  94 |  17 |  27 |  45k|3509 | 0.000000e+00 | 2.000000e+00 |    Inf 
115.47/115.53	c   116s|  1050k|   160 |  2182k|   2.1 |1941k|  31 |   - |  94 |1078 |   0 |   0 |  27 |  45k|3514 | 0.000000e+00 | 2.000000e+00 |    Inf 
116.47/116.52	c   117s|  1060k|    26 |  2202k|   2.1 |1785k|  31 |   - |  94 |1030 |  94 |  17 |  27 |  45k|3517 | 0.000000e+00 | 2.000000e+00 |    Inf 
116.47/116.53	c 
116.47/116.53	c SCIP Status        : problem is solved [optimal solution found]
116.47/116.53	c Solving Time (sec) : 116.53
116.47/116.53	c Solving Nodes      : 1060118
116.47/116.53	c Primal Bound       : +2.00000000000000e+00 (59 solutions)
116.47/116.53	c Dual Bound         : +2.00000000000000e+00
116.47/116.53	c Gap                : 0.00 %
116.47/116.53	s OPTIMUM FOUND
116.47/116.53	v -x94 x93 x92 -x91 x90 -x89 -x88 x87 x86 x85 x84 x83 x82 -x81 -x80 -x79 -x78 -x77 x76 -x75 x74 -x73 -x72 -x71 -x70 -x69 x68 x67 
116.47/116.53	v -x66 x65 -x64 -x63 -x62 -x61 -x60 -x59 -x58 -x57 -x56 -x55 -x54 -x53 -x52 -x51 -x50 -x49 -x48 -x47 -x46 -x45 -x44 -x43 -x42 -x41 
116.47/116.53	v -x40 -x39 -x38 -x37 -x36 -x35 -x34 -x33 -x32 -x31 -x30 -x29 -x28 -x27 -x26 -x25 -x24 -x23 -x22 -x21 -x20 -x19 -x18 x17 -x16 
116.47/116.53	v -x15 -x14 -x13 -x12 -x11 -x10 x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 -x1 
116.47/116.53	c SCIP Status        : problem is solved [optimal solution found]
116.47/116.53	c Solving Time       :     116.53
116.47/116.53	c Original Problem   :
116.47/116.53	c   Problem name     : HOME/instance-3734712-1338700612.opb
116.47/116.53	c   Variables        : 94 (94 binary, 0 integer, 0 implicit integer, 0 continuous)
116.47/116.53	c   Constraints      : 8 initial, 8 maximal
116.47/116.53	c Presolved Problem  :
116.47/116.53	c   Problem name     : t_HOME/instance-3734712-1338700612.opb
116.47/116.53	c   Variables        : 94 (94 binary, 0 integer, 0 implicit integer, 0 continuous)
116.47/116.53	c   Constraints      : 4 initial, 3388 maximal
116.47/116.53	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
116.47/116.53	c   trivial          :       0.00          0          0          0          0          0          0          0          0
116.47/116.53	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
116.47/116.53	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
116.47/116.53	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
116.47/116.53	c   implics          :       0.00          0          0          0          0          0          0          0          0
116.47/116.53	c   probing          :       0.00          0          0          0          0          0          0          0          0
116.47/116.53	c   linear           :       0.00          0          0          0          0          0          4          0          0
116.47/116.53	c   logicor          :       0.00          0          0          0          0          0          0          0          0
116.47/116.53	c   root node        :          -         57          -          -         57          -          -          -          -
116.47/116.53	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
116.47/116.53	c   integral         :          0          0          0     535546          0        524       1696          0          0    1066638
116.47/116.53	c   linear           :          4+         7    1307195          3          0     164625    1023833          0          0          0
116.47/116.53	c   logicor          :          0+         0     679404          0          0       2024      18129          0          0          0
116.47/116.53	c   countsols        :          0          0          0         23          0          0          0          0          0          0
116.47/116.53	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
116.47/116.53	c   integral         :       2.81       0.00       0.00       2.81       0.00
116.47/116.53	c   linear           :      18.47       0.00      18.47       0.00       0.00
116.47/116.53	c   logicor          :       5.30       0.00       5.30       0.00       0.00
116.47/116.53	c   countsols        :       0.00       0.00       0.00       0.00       0.00
116.47/116.53	c Propagators        :       Time      Calls    Cutoffs    DomReds
116.47/116.53	c   vbounds          :       0.20          2          0          0
116.47/116.53	c   rootredcost      :       0.21         50          0         56
116.47/116.53	c   pseudoobj        :       2.03    1307567        539      64917
116.47/116.53	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
116.47/116.53	c   propagation      :       2.93     167187      41248      57345       24.5          0        0.0          -
116.47/116.53	c   infeasible LP    :       0.05       2654       2654       2883       13.4          0        0.0          0
116.47/116.53	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
116.47/116.53	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
116.47/116.53	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
116.47/116.53	c   applied globally :          -          -          -      45252       23.7          -          -          -
116.47/116.53	c   applied locally  :          -          -          -        425       32.6          -          -          -
116.47/116.53	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
116.47/116.53	c   cut pool         :       0.00          5          -          -         23          -    (maximal pool size: 77)
116.47/116.53	c   redcost          :       1.55     564910          0     349897          0          0
116.47/116.53	c   impliedbounds    :       0.00          6          0          0          0          0
116.47/116.53	c   intobj           :       0.00          0          0          0          0          0
116.47/116.53	c   cgmip            :       0.00          0          0          0          0          0
116.47/116.53	c   gomory           :       0.00          6          0          0          0          0
116.47/116.53	c   strongcg         :       0.00          6          0          0         14          0
116.47/116.53	c   cmir             :       0.01          6          0          0         43          0
116.47/116.53	c   flowcover        :       0.01          6          0          0         46          0
116.47/116.53	c   clique           :       0.00          1          0          0          0          0
116.47/116.53	c   zerohalf         :       0.00          0          0          0          0          0
116.47/116.53	c   mcf              :       0.00          1          0          0          0          0
116.47/116.53	c   rapidlearning    :       0.03          1          0          0          0        112
116.47/116.53	c Pricers            :       Time      Calls       Vars
116.47/116.53	c   problem variables:       0.00          0          0
116.47/116.53	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
116.47/116.53	c   relpscost        :       2.57     535523        524       1696          0          0    1066638
116.47/116.53	c   pscost           :       0.00          0          0          0          0          0          0
116.47/116.53	c   inference        :       0.00          0          0          0          0          0          0
116.47/116.53	c   mostinf          :       0.00          0          0          0          0          0          0
116.47/116.53	c   leastinf         :       0.00          0          0          0          0          0          0
116.47/116.53	c   fullstrong       :       0.00          0          0          0          0          0          0
116.47/116.53	c   allfullstrong    :       0.00          0          0          0          0          0          0
116.47/116.53	c   random           :       0.00          0          0          0          0          0          0
116.47/116.53	c Primal Heuristics  :       Time      Calls      Found
116.47/116.53	c   LP solutions     :       0.00          -         23
116.47/116.53	c   pseudo solutions :       0.00          -          0
116.47/116.53	c   feaspump         :       0.04          1          0
116.47/116.53	c   oneopt           :       0.15         46          0
116.47/116.53	c   veclendiving     :       0.43       1183          5
116.47/116.53	c   guideddiving     :       0.39       1184          6
116.47/116.53	c   coefdiving       :       0.43       1184          3
116.47/116.53	c   pscostdiving     :       0.41       1184          2
116.47/116.53	c   fracdiving       :       0.40       1184          4
116.47/116.53	c   linesearchdiving :       0.39       1184          4
116.47/116.53	c   rootsoldiving    :       0.49        601          2
116.47/116.53	c   objpscostdiving  :       0.21        621          2
116.47/116.53	c   trivial          :       0.00          2          0
116.47/116.53	c   simplerounding   :       0.09          0          0
116.47/116.53	c   zirounding       :       0.14       1000          0
116.47/116.53	c   rounding         :       0.23      10616          0
116.47/116.53	c   shifting         :       3.87      16109          6
116.47/116.53	c   intshifting      :       0.02          0          0
116.47/116.53	c   twoopt           :       0.00          0          0
116.47/116.53	c   fixandinfer      :       0.00          0          0
116.47/116.53	c   intdiving        :       0.00          0          0
116.47/116.53	c   actconsdiving    :       0.00          0          0
116.47/116.53	c   octane           :       0.00          0          0
116.47/116.53	c   rens             :       0.05          1          0
116.47/116.53	c   rins             :       0.00          0          0
116.47/116.53	c   localbranching   :       0.00          0          0
116.47/116.53	c   mutation         :       0.00          0          0
116.47/116.53	c   crossover        :       0.06          1          1
116.47/116.53	c   dins             :       0.00          0          0
116.47/116.53	c   undercover       :       0.00          0          0
116.47/116.53	c   nlp              :       0.11          0          0
116.47/116.53	c   trysol           :       0.17          0          0
116.47/116.53	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
116.47/116.53	c   primal LP        :       0.00          0          0       0.00          -
116.47/116.53	c   dual LP          :      37.76     937433    2136106       2.28   56576.58
116.47/116.53	c   lex dual LP      :       0.00          0          0       0.00          -
116.47/116.53	c   barrier LP       :       0.00          0          0       0.00          -
116.47/116.53	c   diving/probing LP:       1.30      27851      66745       2.40   51334.21
116.47/116.53	c   strong branching :       0.28       3517      12740       3.62   45892.88
116.47/116.53	c     (at root node) :          -          9        471      52.33          -
116.47/116.53	c   conflict analysis:       0.00          0          0       0.00          -
116.47/116.53	c B&B Tree           :
116.47/116.53	c   number of runs   :          1
116.47/116.53	c   nodes            :    1060118
116.47/116.53	c   nodes (total)    :    1060118
116.47/116.53	c   nodes left       :          0
116.47/116.53	c   max depth        :         31
116.47/116.53	c   max depth (total):         31
116.47/116.53	c   backtracks       :     301588 (28.4%)
116.47/116.53	c   delayed cutoffs  :       5611
116.47/116.53	c   repropagations   :      19699 (35362 domain reductions, 4739 cutoffs)
116.47/116.53	c   avg switch length:       4.60
116.47/116.53	c   switching time   :      15.25
116.47/116.53	c Solution           :
116.47/116.53	c   Solutions found  :         59 (50 improvements)
116.47/116.53	c   First Solution   : +5.40000000000000e+02   (in run 1, after 1 nodes, 0.04 seconds, depth 0, found by <trysol>)
116.47/116.53	c   Primal Bound     : +2.00000000000000e+00   (in run 1, after 73237 nodes, 11.15 seconds, depth 18, found by <relaxation>)
116.47/116.53	c   Dual Bound       : +2.00000000000000e+00
116.47/116.53	c   Gap              :       0.00 %
116.47/116.53	c   Root Dual Bound  : +0.00000000000000e+00
116.47/116.53	c   Root Iterations  :        104
116.47/116.54	c Time complete: 116.51.

Verifier Data

OK	2

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-3734712-1338700612/watcher-3734712-1338700612 -o /tmp/evaluation-result-3734712-1338700612/solver-3734712-1338700612 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3734712-1338700612.opb -t 1800 -m 15500 

running on 4 cores: 1,3,5,7

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: 1.92 1.98 1.99 3/176 29933
/proc/meminfo: memFree=31374048/32873844 swapFree=8656/8656
[pid=29933] ppid=29931 vsize=7916 CPUtime=0 cores=1,3,5,7
/proc/29933/stat : 29933 (pbscip.linux.x8) R 29931 29933 18061 0 -1 4202496 1239 0 0 0 0 0 0 0 20 0 1 0 336189739 8105984 1185 33554432000 4194304 8395647 140733795547696 140735854649288 7430272 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29933/statm: 1978 1186 370 1026 0 948 0

[startup+0.023493 s]
/proc/loadavg: 1.92 1.98 1.99 3/176 29933
/proc/meminfo: memFree=31374048/32873844 swapFree=8656/8656
[pid=29933] ppid=29931 vsize=22120 CPUtime=0.01 cores=1,3,5,7
/proc/29933/stat : 29933 (pbscip.linux.x8) R 29931 29933 18061 0 -1 4202496 4758 0 0 0 1 0 0 0 20 0 1 0 336189739 22650880 4351 33554432000 4194304 8395647 140733795547696 140735854649288 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29933/statm: 5530 4351 597 1026 0 4500 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 22120

[startup+0.100296 s]
/proc/loadavg: 1.92 1.98 1.99 3/176 29933
/proc/meminfo: memFree=31374048/32873844 swapFree=8656/8656
[pid=29933] ppid=29931 vsize=23560 CPUtime=0.08 cores=1,3,5,7
/proc/29933/stat : 29933 (pbscip.linux.x8) R 29931 29933 18061 0 -1 4202496 5415 0 0 0 8 0 0 0 20 0 1 0 336189739 24125440 5008 33554432000 4194304 8395647 140733795547696 140735854649288 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29933/statm: 5890 5008 621 1026 0 4860 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 23560

[startup+0.300275 s]
/proc/loadavg: 1.92 1.98 1.99 3/176 29933
/proc/meminfo: memFree=31374048/32873844 swapFree=8656/8656
[pid=29933] ppid=29931 vsize=23560 CPUtime=0.29 cores=1,3,5,7
/proc/29933/stat : 29933 (pbscip.linux.x8) R 29931 29933 18061 0 -1 4202496 5416 0 0 0 27 2 0 0 20 0 1 0 336189739 24125440 5009 33554432000 4194304 8395647 140733795547696 140733795543304 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29933/statm: 5890 5009 621 1026 0 4860 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 23560

[startup+0.700278 s]
/proc/loadavg: 1.92 1.98 1.99 3/176 29933
/proc/meminfo: memFree=31374048/32873844 swapFree=8656/8656
[pid=29933] ppid=29931 vsize=23816 CPUtime=0.69 cores=1,3,5,7
/proc/29933/stat : 29933 (pbscip.linux.x8) R 29931 29933 18061 0 -1 4202496 5512 0 0 0 65 4 0 0 20 0 1 0 336189739 24387584 5105 33554432000 4194304 8395647 140733795547696 140733795543304 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29933/statm: 5954 5105 623 1026 0 4924 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 23816

[startup+1.50022 s]
/proc/loadavg: 1.92 1.98 1.99 3/177 29934
/proc/meminfo: memFree=31356316/32873844 swapFree=8656/8656
[pid=29933] ppid=29931 vsize=23816 CPUtime=1.49 cores=1,3,5,7
/proc/29933/stat : 29933 (pbscip.linux.x8) R 29931 29933 18061 0 -1 4202496 5515 0 0 0 142 7 0 0 20 0 1 0 336189739 24387584 5108 33554432000 4194304 8395647 140733795547696 140733795543160 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29933/statm: 5954 5108 623 1026 0 4924 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 23816

[startup+3.10022 s]
/proc/loadavg: 1.92 1.98 1.99 3/177 29934
/proc/meminfo: memFree=31355796/32873844 swapFree=8656/8656
[pid=29933] ppid=29931 vsize=23816 CPUtime=3.09 cores=1,3,5,7
/proc/29933/stat : 29933 (pbscip.linux.x8) R 29931 29933 18061 0 -1 4202496 5516 0 0 0 297 12 0 0 20 0 1 0 336189739 24387584 5109 33554432000 4194304 8395647 140733795547696 140733795543304 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29933/statm: 5954 5109 623 1026 0 4924 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 23816

[startup+6.30022 s]
/proc/loadavg: 1.93 1.98 1.99 3/177 29934
/proc/meminfo: memFree=31355308/32873844 swapFree=8656/8656
[pid=29933] ppid=29931 vsize=23816 CPUtime=6.28 cores=1,3,5,7
/proc/29933/stat : 29933 (pbscip.linux.x8) R 29931 29933 18061 0 -1 4202496 5516 0 0 0 607 21 0 0 20 0 1 0 336189739 24387584 5109 33554432000 4194304 8395647 140733795547696 140733795543272 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29933/statm: 5954 5109 623 1026 0 4924 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 23816

[startup+12.7002 s]
/proc/loadavg: 1.93 1.98 1.99 3/177 29934
/proc/meminfo: memFree=31353944/32873844 swapFree=8656/8656
[pid=29933] ppid=29931 vsize=23816 CPUtime=12.68 cores=1,3,5,7
/proc/29933/stat : 29933 (pbscip.linux.x8) R 29931 29933 18061 0 -1 4202496 5521 0 0 0 1230 38 0 0 20 0 1 0 336189739 24387584 5294 33554432000 4194304 8395647 140733795547696 140733795543304 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29933/statm: 5954 5294 623 1026 0 4924 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 23816

[startup+25.5002 s]
/proc/loadavg: 1.95 1.98 1.99 3/177 29934
/proc/meminfo: memFree=31354072/32873844 swapFree=8656/8656
[pid=29933] ppid=29931 vsize=23816 CPUtime=25.48 cores=1,3,5,7
/proc/29933/stat : 29933 (pbscip.linux.x8) R 29931 29933 18061 0 -1 4202496 5526 0 0 0 2470 78 0 0 20 0 1 0 336189739 24387584 5297 33554432000 4194304 8395647 140733795547696 140733795543304 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29933/statm: 5954 5297 623 1026 0 4924 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 23816

[startup+51.1002 s]
/proc/loadavg: 1.96 1.98 1.99 3/177 29934
/proc/meminfo: memFree=31354196/32873844 swapFree=8656/8656
[pid=29933] ppid=29931 vsize=23816 CPUtime=51.08 cores=1,3,5,7
/proc/29933/stat : 29933 (pbscip.linux.x8) R 29931 29933 18061 0 -1 4202496 5526 0 0 0 4942 166 0 0 20 0 1 0 336189739 24387584 5297 33554432000 4194304 8395647 140733795547696 140733795543304 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29933/statm: 5954 5297 623 1026 0 4924 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 23816

[startup+102.306 s]
/proc/loadavg: 1.98 1.98 1.99 3/177 29934
/proc/meminfo: memFree=31353700/32873844 swapFree=8656/8656
[pid=29933] ppid=29931 vsize=23816 CPUtime=102.27 cores=1,3,5,7
/proc/29933/stat : 29933 (pbscip.linux.x8) R 29931 29933 18061 0 -1 4202496 5526 0 0 0 9880 347 0 0 20 0 1 0 336189739 24387584 5297 33554432000 4194304 8395647 140733795547696 140733795543304 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29933/statm: 5954 5297 623 1026 0 4924 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 23816

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

[startup+108.7 s]
/proc/loadavg: 1.98 1.98 1.99 3/177 29934
/proc/meminfo: memFree=31353700/32873844 swapFree=8656/8656
[pid=29933] ppid=29931 vsize=23816 CPUtime=108.67 cores=1,3,5,7
/proc/29933/stat : 29933 (pbscip.linux.x8) R 29931 29933 18061 0 -1 4202496 5526 0 0 0 10498 369 0 0 20 0 1 0 336189739 24387584 5297 33554432000 4194304 8395647 140733795547696 140733795543304 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29933/statm: 5954 5297 623 1026 0 4924 0
Current children cumulated CPU time (s) 108.67
Current children cumulated vsize (KiB) 23816

[startup+111.9 s]
/proc/loadavg: 1.98 1.98 1.99 3/177 29934
/proc/meminfo: memFree=31353700/32873844 swapFree=8656/8656
[pid=29933] ppid=29931 vsize=23816 CPUtime=111.87 cores=1,3,5,7
/proc/29933/stat : 29933 (pbscip.linux.x8) R 29931 29933 18061 0 -1 4202496 5526 0 0 0 10807 380 0 0 20 0 1 0 336189739 24387584 5297 33554432000 4194304 8395647 140733795547696 140733795543160 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29933/statm: 5954 5297 623 1026 0 4924 0
Current children cumulated CPU time (s) 111.87
Current children cumulated vsize (KiB) 23816

[startup+115.1 s]
/proc/loadavg: 1.98 1.98 1.99 3/177 29934
/proc/meminfo: memFree=31353700/32873844 swapFree=8656/8656
[pid=29933] ppid=29931 vsize=23816 CPUtime=115.07 cores=1,3,5,7
/proc/29933/stat : 29933 (pbscip.linux.x8) R 29931 29933 18061 0 -1 4202496 5526 0 0 0 11113 394 0 0 20 0 1 0 336189739 24387584 5297 33554432000 4194304 8395647 140733795547696 140733795543304 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29933/statm: 5954 5297 623 1026 0 4924 0
Current children cumulated CPU time (s) 115.07
Current children cumulated vsize (KiB) 23816

[startup+115.9 s]
/proc/loadavg: 1.99 1.98 1.99 3/177 29934
/proc/meminfo: memFree=31353700/32873844 swapFree=8656/8656
[pid=29933] ppid=29931 vsize=23816 CPUtime=115.87 cores=1,3,5,7
/proc/29933/stat : 29933 (pbscip.linux.x8) R 29931 29933 18061 0 -1 4202496 5526 0 0 0 11191 396 0 0 20 0 1 0 336189739 24387584 5297 33554432000 4194304 8395647 140733795547696 140733795543304 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29933/statm: 5954 5297 623 1026 0 4924 0
Current children cumulated CPU time (s) 115.87
Current children cumulated vsize (KiB) 23816

[startup+116.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/177 29934
/proc/meminfo: memFree=31353700/32873844 swapFree=8656/8656
[pid=29933] ppid=29931 vsize=23816 CPUtime=116.27 cores=1,3,5,7
/proc/29933/stat : 29933 (pbscip.linux.x8) R 29931 29933 18061 0 -1 4202496 5526 0 0 0 11229 398 0 0 20 0 1 0 336189739 24387584 5297 33554432000 4194304 8395647 140733795547696 140733795542552 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29933/statm: 5954 5297 623 1026 0 4924 0
Current children cumulated CPU time (s) 116.27
Current children cumulated vsize (KiB) 23816

[startup+116.5 s]
/proc/loadavg: 1.99 1.98 1.99 3/177 29934
/proc/meminfo: memFree=31353700/32873844 swapFree=8656/8656
[pid=29933] ppid=29931 vsize=23816 CPUtime=116.47 cores=1,3,5,7
/proc/29933/stat : 29933 (pbscip.linux.x8) R 29931 29933 18061 0 -1 4202496 5526 0 0 0 11248 399 0 0 20 0 1 0 336189739 24387584 5297 33554432000 4194304 8395647 140733795547696 140733795542552 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29933/statm: 5954 5297 623 1026 0 4924 0
Current children cumulated CPU time (s) 116.47
Current children cumulated vsize (KiB) 23816

Child status: 0
Real time (s): 116.543
CPU time (s): 116.52
CPU user time (s): 112.524
CPU system time (s): 3.99639
CPU usage (%): 99.9801
Max. virtual memory (cumulated for all children) (KiB): 23816

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 112.524
system time used= 3.99639
maximum resident set size= 21196
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5531
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= 9
involuntary context switches= 120

runsolver used 0.177972 second user time and 0.464929 second system time

The end

Launcher Data

Begin job on node102 at 2012-06-03 07:16:52
IDJOB=3734712
IDBENCH=2896
IDSOLVER=2326
FILE ID=node102/3734712-1338700612
RUNJOBID= node102-1338679212-26561
PBS_JOBID= 14636711
Free space on /tmp= 71164 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/market-split/normalized-opt-market-split_4_30_3.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-3734712-1338700612/watcher-3734712-1338700612 -o /tmp/evaluation-result-3734712-1338700612/solver-3734712-1338700612 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3734712-1338700612.opb -t 1800 -m 15500

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

MD5SUM BENCH= d26b3b10be20d9248aac462b86b1f040
RANDOM SEED=1130866079

node102.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		: 2667.178
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	: 5334.35
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		: 2667.178
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.90
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		: 2667.178
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.91
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		: 2667.178
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		: 2667.178
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		: 2667.178
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	: 5438.54
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		: 2667.178
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.91
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		: 2667.178
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:        31374684 kB
Buffers:          155640 kB
Cached:           565324 kB
SwapCached:         5524 kB
Active:           156616 kB
Inactive:         585764 kB
Active(anon):      18184 kB
Inactive(anon):     5604 kB
Active(file):     138432 kB
Inactive(file):   580160 kB
Unevictable:        8656 kB
Mlocked:            8656 kB
SwapTotal:      67108856 kB
SwapFree:       67097272 kB
Dirty:             10124 kB
Writeback:             0 kB
AnonPages:        143696 kB
Mapped:            11640 kB
Shmem:                 0 kB
Slab:             615372 kB
SReclaimable:      56476 kB
SUnreclaim:       558896 kB
KernelStack:        1472 kB
PageTables:         3956 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     139852 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    124928 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= 71156 MiB
End job on node102 at 2012-06-03 07:18:49