Trace number 3737472

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
PB11: SCIP spx E_2 2011-06-10 (fixed)SAT-15 1797.5 1797.86

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_100_25_1.opb
MD5SUMfd0cd32338d58e5da2d0a0f96e14ad7d
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-15
Best CPU time to get the best result obtained on this benchmark1797.5
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -16
Optimality of the best value was proved NO
Number of variables200
Total number of constraints301
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 constraints201
Minimum length of a constraint2
Maximum length of a constraint200
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 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)6076
Sum of products size (including duplicates)12152
Number of different products3038
Sum of products size6076

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 2.0.1.5 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.5]
0.00/0.00	c Copyright (c) 2002-2011 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-3737472-1338728110.opb>
0.00/0.02	c original problem has 3238 variables (3238 bin, 0 int, 0 impl, 0 cont) and 3539 constraints
0.00/0.02	c problem read
0.00/0.02	c presolving settings loaded
0.00/0.03	o 0
0.00/0.03	c feasible solution found by trivial heuristic, objective value  0.000000e+00
0.00/0.03	c presolving:
0.09/0.18	c (round 1) 0 del vars, 3438 del conss, 200 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 100 upgd conss, 24504 impls, 199 clqs
0.09/0.19	c (round 2) 3038 del vars, 3438 del conss, 200 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 300 upgd conss, 24504 impls, 0 clqs
0.19/0.21	c    (0.2s) probing: 101/200 (50.5%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.19/0.21	c    (0.2s) probing aborted: 100/100 successive totally useless probings
0.19/0.21	c presolving (3 rounds):
0.19/0.21	c  3038 deleted vars, 3438 deleted constraints, 200 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.19/0.21	c  24504 implications, 0 cliques
0.19/0.21	c presolved problem has 200 variables (200 bin, 0 int, 0 impl, 0 cont) and 301 constraints
0.19/0.21	c     200 constraints of type <knapsack>
0.19/0.21	c     100 constraints of type <setppc>
0.19/0.21	c       1 constraints of type <linear>
0.19/0.21	c transformed objective value is always integral (scale: 1)
0.19/0.21	c Presolving Time: 0.18
0.19/0.21	c - non default parameters ----------------------------------------------------------------------
0.19/0.21	c # SCIP version 2.0.1.5
0.19/0.21	c 
0.19/0.21	c # frequency for displaying node information lines
0.19/0.21	c # [type: int, range: [-1,2147483647], default: 100]
0.19/0.21	c display/freq = 10000
0.19/0.21	c 
0.19/0.21	c # maximal time in seconds to run
0.19/0.21	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.21	c limits/time = 1797
0.19/0.21	c 
0.19/0.21	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.19/0.21	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.21	c limits/memory = 13950
0.19/0.21	c 
0.19/0.21	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.19/0.21	c # [type: int, range: [1,2], default: 1]
0.19/0.21	c timing/clocktype = 2
0.19/0.21	c 
0.19/0.21	c # belongs reading time to solving time?
0.19/0.21	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.21	c timing/reading = TRUE
0.19/0.21	c 
0.19/0.21	c # should presolving try to simplify inequalities
0.19/0.21	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.21	c constraints/linear/simplifyinequalities = TRUE
0.19/0.21	c 
0.19/0.21	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.19/0.21	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.21	c constraints/indicator/addCouplingCons = TRUE
0.19/0.21	c 
0.19/0.21	c # should presolving try to simplify knapsacks
0.19/0.21	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.21	c constraints/knapsack/simplifyinequalities = TRUE
0.19/0.21	c 
0.19/0.21	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.19/0.21	c # [type: int, range: [-1,2147483647], default: -1]
0.19/0.21	c separating/rapidlearning/freq = 0
0.19/0.21	c 
0.19/0.21	c -----------------------------------------------------------------------------------------------
0.19/0.21	c start solving
0.19/0.21	c 
0.19/0.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.19/0.29	c t 0.3s|     1 |     0 |   892 |     - |8531k|   0 | 200 | 200 | 301 | 200 | 301 |   0 |   0 |   0 |-5.000000e+01 | 0.000000e+00 | 100.00%
0.19/0.29	o -1
0.19/0.29	c R 0.3s|     1 |     0 |   892 |     - |8546k|   0 | 200 | 200 | 301 | 200 | 301 |   0 |   0 |   0 |-5.000000e+01 |-1.000000e+00 |  98.00%
0.28/0.36	o -12
0.28/0.36	c y 0.4s|     1 |     0 |   892 |     - |8563k|   0 | 200 | 200 | 301 | 200 | 301 |   0 |   0 |   0 |-5.000000e+01 |-1.200000e+01 |  76.00%
0.89/0.90	c   0.9s|     1 |     2 |   892 |     - |8559k|   0 | 200 | 200 | 301 | 200 | 301 |   0 |   0 |  11 |-5.000000e+01 |-1.200000e+01 |  76.00%
6.78/6.81	o -13
6.78/6.81	c R 6.8s|    50 |    49 |  4577 |  75.2 |8692k|  14 |   - | 200 | 301 | 200 | 301 |   0 |   0 | 654 |-4.906565e+01 |-1.300000e+01 |  73.50%
12.59/12.65	o -14
12.59/12.65	c v12.7s|   238 |   177 | 15827 |  63.0 |9009k|  19 |   - | 200 | 306 | 200 | 301 |   0 |   5 |1113 |-4.816054e+01 |-1.400000e+01 |  70.93%
64.67/64.74	c  64.7s| 10000 |  8771 |676820 |  67.6 |  19M|  88 | 113 | 200 | 555 | 200 | 301 |   0 | 357 |1211 |-3.699472e+01 |-1.400000e+01 |  62.16%
97.66/97.71	c  97.7s| 20000 | 16017 |  1145k|  57.2 |  28M|  93 |   - | 200 | 453 | 200 | 301 |   0 | 461 |1458 |-3.620347e+01 |-1.400000e+01 |  61.33%
129.06/129.17	c   129s| 30000 | 23207 |  1603k|  53.4 |  38M|  94 |  27 | 200 | 460 | 200 | 301 |   0 | 588 |1679 |-3.560053e+01 |-1.400000e+01 |  60.67%
159.15/159.23	c   159s| 40000 | 30263 |  2041k|  51.0 |  47M|  95 |  40 | 200 | 446 | 200 | 301 |   0 | 716 |1859 |-3.499006e+01 |-1.400000e+01 |  59.99%
187.34/187.41	c   187s| 50000 | 37139 |  2467k|  49.3 |  56M|  96 |  23 | 200 | 440 | 200 | 301 |   0 | 829 |2005 |-3.447541e+01 |-1.400000e+01 |  59.39%
215.04/215.11	c   215s| 60000 | 43863 |  2884k|  48.1 |  65M|  96 |  31 | 200 | 470 | 200 | 301 |   0 | 973 |2134 |-3.409819e+01 |-1.400000e+01 |  58.94%
240.83/240.90	c   241s| 70000 | 50363 |  3282k|  46.9 |  74M|  97 |   - | 200 | 462 | 200 | 301 |   0 |1079 |2234 |-3.377124e+01 |-1.400000e+01 |  58.54%
266.21/266.33	c   266s| 80000 | 56969 |  3679k|  46.0 |  83M|  98 |  22 | 200 | 425 | 200 | 301 |   0 |1181 |2336 |-3.352410e+01 |-1.400000e+01 |  58.24%
291.01/291.13	c   291s| 90000 | 63491 |  4068k|  45.2 |  92M|  99 |  31 | 200 | 401 | 200 | 301 |   0 |1260 |2430 |-3.329625e+01 |-1.400000e+01 |  57.95%
314.31/314.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
314.31/314.46	c   314s|100000 | 69637 |  4434k|  44.3 | 100M| 102 |  65 | 200 | 404 | 200 | 301 |   0 |1349 |2519 |-3.311116e+01 |-1.400000e+01 |  57.72%
335.61/335.79	c   336s|110000 | 75221 |  4772k|  43.4 | 107M| 103 |  42 | 200 | 411 | 200 | 301 |   0 |1441 |2610 |-3.297324e+01 |-1.400000e+01 |  57.54%
357.91/358.01	c   358s|120000 | 80885 |  5115k|  42.6 | 115M| 103 |  36 | 200 | 405 | 200 | 301 |   0 |1523 |2684 |-3.286053e+01 |-1.400000e+01 |  57.40%
378.89/379.07	c   379s|130000 | 86499 |  5451k|  41.9 | 123M| 103 |  33 | 200 | 418 | 200 | 301 |   0 |1596 |2755 |-3.275391e+01 |-1.400000e+01 |  57.26%
399.89/400.02	c   400s|140000 | 92031 |  5788k|  41.3 | 130M| 104 |  68 | 200 | 399 | 200 | 301 |   0 |1662 |2826 |-3.262711e+01 |-1.400000e+01 |  57.09%
420.48/420.61	c   421s|150000 | 97515 |  6119k|  40.8 | 138M| 104 |  27 | 200 | 402 | 200 | 301 |   0 |1725 |2898 |-3.252483e+01 |-1.400000e+01 |  56.96%
441.08/441.23	c   441s|160000 |103095 |  6451k|  40.3 | 145M| 104 |  36 | 200 | 421 | 200 | 301 |   0 |1813 |2966 |-3.239629e+01 |-1.400000e+01 |  56.79%
461.48/461.63	c   462s|170000 |108555 |  6784k|  39.9 | 153M| 105 |  37 | 200 | 434 | 200 | 301 |   0 |1891 |3041 |-3.229730e+01 |-1.400000e+01 |  56.65%
481.87/482.06	c   482s|180000 |114055 |  7119k|  39.5 | 161M| 105 |  34 | 200 | 417 | 200 | 301 |   0 |1962 |3116 |-3.222789e+01 |-1.400000e+01 |  56.56%
502.17/502.38	c   502s|190000 |119459 |  7452k|  39.2 | 168M| 105 |  23 | 200 | 409 | 200 | 301 |   0 |2017 |3187 |-3.216543e+01 |-1.400000e+01 |  56.48%
522.07/522.21	c   522s|200000 |124797 |  7774k|  38.9 | 175M| 106 |   - | 200 | 422 | 200 | 301 |   0 |2090 |3250 |-3.209429e+01 |-1.400000e+01 |  56.38%
542.07/542.26	c   542s|210000 |130151 |  8105k|  38.6 | 183M| 106 |  66 | 200 | 414 | 200 | 301 |   0 |2154 |3321 |-3.202558e+01 |-1.400000e+01 |  56.28%
561.66/561.88	c   562s|220000 |135507 |  8424k|  38.3 | 190M| 106 |   - | 200 | 398 | 200 | 301 |   0 |2208 |3384 |-3.195043e+01 |-1.400000e+01 |  56.18%
581.26/581.41	c   581s|230000 |140845 |  8746k|  38.0 | 198M| 107 |  69 | 200 | 399 | 200 | 301 |   0 |2263 |3444 |-3.189361e+01 |-1.400000e+01 |  56.10%
600.85/601.00	c   601s|240000 |146051 |  9068k|  37.8 | 205M| 107 |   - | 200 | 396 | 200 | 301 |   0 |2325 |3516 |-3.181947e+01 |-1.400000e+01 |  56.00%
620.15/620.31	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
620.15/620.31	c   620s|250000 |151169 |  9387k|  37.5 | 212M| 107 |  45 | 200 | 382 | 200 | 301 |   0 |2375 |3582 |-3.174530e+01 |-1.400000e+01 |  55.90%
639.45/639.60	c   640s|260000 |156383 |  9706k|  37.3 | 219M| 107 |  98 | 200 | 378 | 200 | 301 |   0 |2422 |3642 |-3.168804e+01 |-1.400000e+01 |  55.82%
658.84/659.04	c   659s|270000 |161719 | 10030k|  37.1 | 227M| 107 |  39 | 200 | 398 | 200 | 301 |   0 |2482 |3696 |-3.162051e+01 |-1.400000e+01 |  55.72%
678.24/678.48	c   678s|280000 |166921 | 10353k|  37.0 | 234M| 107 |  62 | 200 | 373 | 200 | 301 |   0 |2525 |3767 |-3.156394e+01 |-1.400000e+01 |  55.65%
697.43/697.66	c   698s|290000 |172117 | 10673k|  36.8 | 241M| 107 |   - | 200 | 378 | 200 | 301 |   0 |2576 |3824 |-3.151140e+01 |-1.400000e+01 |  55.57%
716.43/716.65	c   717s|300000 |177321 | 10989k|  36.6 | 248M| 108 |  41 | 200 | 381 | 200 | 301 |   0 |2632 |3881 |-3.145003e+01 |-1.400000e+01 |  55.48%
735.13/735.38	c   735s|310000 |182407 | 11302k|  36.5 | 255M| 108 |  30 | 200 | 369 | 200 | 301 |   0 |2662 |3939 |-3.140799e+01 |-1.400000e+01 |  55.43%
740.63/740.89	o -15
740.63/740.89	c * 741s|312927 |146698 | 11391k|  36.4 | 208M| 108 |   - | 200 | 377 | 200 | 301 |   0 |2681 |3955 |-3.138354e+01 |-1.500000e+01 |  52.20%
753.93/754.13	c   754s|320000 |149803 | 11595k|  36.2 | 212M| 108 |  65 | 200 | 359 | 200 | 301 |   0 |2696 |4003 |-3.134867e+01 |-1.500000e+01 |  52.15%
770.62/770.84	c   771s|330000 |153783 | 11861k|  35.9 | 218M| 111 |   - | 200 | 353 | 200 | 301 |   0 |2724 |4058 |-3.130091e+01 |-1.500000e+01 |  52.08%
787.12/787.37	c   787s|340000 |157765 | 12126k|  35.7 | 224M| 111 |  29 | 200 | 353 | 200 | 301 |   0 |2743 |4115 |-3.126949e+01 |-1.500000e+01 |  52.03%
803.62/803.89	c   804s|350000 |161725 | 12392k|  35.4 | 230M| 112 |  36 | 200 | 353 | 200 | 301 |   0 |2767 |4185 |-3.123082e+01 |-1.500000e+01 |  51.97%
820.02/820.22	c   820s|360000 |165621 | 12655k|  35.2 | 236M| 112 |  37 | 200 | 356 | 200 | 301 |   0 |2799 |4252 |-3.118385e+01 |-1.500000e+01 |  51.90%
836.51/836.78	c   837s|370000 |169589 | 12919k|  34.9 | 241M| 112 |  78 | 200 | 351 | 200 | 301 |   0 |2822 |4320 |-3.112928e+01 |-1.500000e+01 |  51.81%
852.91/853.16	c   853s|380000 |173499 | 13183k|  34.7 | 247M| 112 |  31 | 200 | 349 | 200 | 301 |   0 |2852 |4386 |-3.108362e+01 |-1.500000e+01 |  51.74%
869.10/869.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
869.10/869.35	c   869s|390000 |177381 | 13445k|  34.5 | 253M| 112 |  62 | 200 | 342 | 200 | 301 |   0 |2876 |4440 |-3.104026e+01 |-1.500000e+01 |  51.68%
885.10/885.40	c   885s|400000 |181305 | 13705k|  34.3 | 259M| 112 |   - | 200 | 347 | 200 | 301 |   0 |2903 |4505 |-3.100804e+01 |-1.500000e+01 |  51.63%
901.40/901.62	c   902s|410000 |185211 | 13969k|  34.1 | 264M| 112 |  32 | 200 | 347 | 200 | 301 |   0 |2931 |4559 |-3.097414e+01 |-1.500000e+01 |  51.57%
917.50/917.74	c   918s|420000 |189127 | 14229k|  33.9 | 270M| 112 |   - | 200 | 351 | 200 | 301 |   0 |2959 |4621 |-3.092834e+01 |-1.500000e+01 |  51.50%
933.49/933.78	c   934s|430000 |193013 | 14490k|  33.7 | 276M| 112 |  91 | 200 | 346 | 200 | 301 |   0 |2981 |4662 |-3.090600e+01 |-1.500000e+01 |  51.47%
949.69/949.92	c   950s|440000 |196873 | 14753k|  33.5 | 282M| 113 |  41 | 200 | 343 | 200 | 301 |   0 |3003 |4727 |-3.087357e+01 |-1.500000e+01 |  51.41%
965.49/965.76	c   966s|450000 |200741 | 15012k|  33.4 | 287M| 113 |  61 | 200 | 346 | 200 | 301 |   0 |3028 |4779 |-3.084234e+01 |-1.500000e+01 |  51.37%
981.29/981.58	c   982s|460000 |204589 | 15272k|  33.2 | 293M| 113 |  30 | 200 | 334 | 200 | 301 |   0 |3047 |4840 |-3.080852e+01 |-1.500000e+01 |  51.31%
997.18/997.45	c   997s|470000 |208425 | 15530k|  33.0 | 299M| 113 |   - | 200 | 338 | 200 | 301 |   0 |3067 |4902 |-3.078636e+01 |-1.500000e+01 |  51.28%
1012.88/1013.12	c  1013s|480000 |212249 | 15785k|  32.9 | 304M| 113 |  33 | 200 | 337 | 200 | 301 |   0 |3083 |4950 |-3.076298e+01 |-1.500000e+01 |  51.24%
1028.57/1028.83	c  1029s|490000 |216069 | 16041k|  32.7 | 310M| 113 |  39 | 200 | 339 | 200 | 301 |   0 |3120 |5003 |-3.072808e+01 |-1.500000e+01 |  51.18%
1044.17/1044.43	c  1044s|500000 |219909 | 16296k|  32.6 | 316M| 113 |  73 | 200 | 331 | 200 | 301 |   0 |3139 |5051 |-3.069502e+01 |-1.500000e+01 |  51.13%
1059.97/1060.25	c  1060s|510000 |223683 | 16556k|  32.5 | 321M| 113 |  42 | 200 | 328 | 200 | 301 |   0 |3161 |5100 |-3.066677e+01 |-1.500000e+01 |  51.09%
1075.97/1076.24	c  1076s|520000 |227545 | 16818k|  32.3 | 327M| 114 |   - | 200 | 335 | 200 | 301 |   0 |3183 |5147 |-3.063127e+01 |-1.500000e+01 |  51.03%
1091.57/1091.85	c  1092s|530000 |231271 | 17074k|  32.2 | 332M| 114 |  93 | 200 | 326 | 200 | 301 |   0 |3195 |5192 |-3.059101e+01 |-1.500000e+01 |  50.97%
1107.37/1107.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1107.37/1107.65	c  1108s|540000 |235041 | 17335k|  32.1 | 338M| 114 |  58 | 200 | 326 | 200 | 301 |   0 |3209 |5236 |-3.057029e+01 |-1.500000e+01 |  50.93%
1122.77/1123.03	c  1123s|550000 |238889 | 17588k|  32.0 | 344M| 114 |  36 | 200 | 334 | 200 | 301 |   0 |3234 |5284 |-3.054209e+01 |-1.500000e+01 |  50.89%
1138.17/1138.40	c  1138s|560000 |242621 | 17841k|  31.9 | 349M| 114 |  90 | 200 | 344 | 200 | 301 |   0 |3262 |5330 |-3.050888e+01 |-1.500000e+01 |  50.83%
1153.56/1153.88	c  1154s|570000 |246349 | 18095k|  31.7 | 355M| 114 |  63 | 200 | 347 | 200 | 301 |   0 |3283 |5374 |-3.048088e+01 |-1.500000e+01 |  50.79%
1168.85/1169.13	c  1169s|580000 |250047 | 18347k|  31.6 | 360M| 115 |  77 | 200 | 349 | 200 | 301 |   0 |3304 |5428 |-3.045240e+01 |-1.500000e+01 |  50.74%
1184.25/1184.50	c  1184s|590000 |253717 | 18599k|  31.5 | 366M| 115 |  31 | 200 | 345 | 200 | 301 |   0 |3320 |5472 |-3.042748e+01 |-1.500000e+01 |  50.70%
1199.65/1199.94	c  1200s|600000 |257449 | 18854k|  31.4 | 371M| 115 |  96 | 200 | 339 | 200 | 301 |   0 |3336 |5515 |-3.040115e+01 |-1.500000e+01 |  50.66%
1215.16/1215.41	c  1215s|610000 |261207 | 19108k|  31.3 | 377M| 115 |  33 | 200 | 344 | 200 | 301 |   0 |3363 |5569 |-3.037741e+01 |-1.500000e+01 |  50.62%
1230.35/1230.68	c  1231s|620000 |264847 | 19362k|  31.2 | 382M| 115 |  23 | 200 | 344 | 200 | 301 |   0 |3388 |5612 |-3.035242e+01 |-1.500000e+01 |  50.58%
1245.54/1245.84	c  1246s|630000 |268535 | 19614k|  31.1 | 388M| 116 |   - | 200 | 325 | 200 | 301 |   0 |3401 |5658 |-3.032272e+01 |-1.500000e+01 |  50.53%
1260.44/1260.78	c  1261s|640000 |272225 | 19861k|  31.0 | 393M| 116 |  35 | 200 | 317 | 200 | 301 |   0 |3421 |5696 |-3.030308e+01 |-1.500000e+01 |  50.50%
1275.54/1275.85	c  1276s|650000 |275861 | 20111k|  30.9 | 399M| 116 |  57 | 200 | 328 | 200 | 301 |   0 |3446 |5737 |-3.027715e+01 |-1.500000e+01 |  50.46%
1290.62/1290.99	c  1291s|660000 |279535 | 20363k|  30.9 | 404M| 116 |  87 | 200 | 325 | 200 | 301 |   0 |3466 |5775 |-3.025435e+01 |-1.500000e+01 |  50.42%
1306.21/1306.51	c  1307s|670000 |283239 | 20620k|  30.8 | 410M| 117 |  57 | 200 | 327 | 200 | 301 |   0 |3485 |5826 |-3.022885e+01 |-1.500000e+01 |  50.38%
1321.22/1321.51	c  1322s|680000 |286889 | 20868k|  30.7 | 415M| 117 |  43 | 200 | 330 | 200 | 301 |   0 |3509 |5857 |-3.019664e+01 |-1.500000e+01 |  50.33%
1336.12/1336.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1336.12/1336.46	c  1336s|690000 |290517 | 21115k|  30.6 | 421M| 117 |  70 | 200 | 331 | 200 | 301 |   0 |3531 |5912 |-3.017367e+01 |-1.500000e+01 |  50.29%
1351.21/1351.55	c  1352s|700000 |294133 | 21367k|  30.5 | 426M| 117 |  22 | 200 | 324 | 200 | 301 |   0 |3544 |5949 |-3.015361e+01 |-1.500000e+01 |  50.25%
1366.11/1366.49	c  1366s|710000 |297765 | 21614k|  30.4 | 431M| 118 |  35 | 200 | 322 | 200 | 301 |   0 |3562 |5989 |-3.013375e+01 |-1.500000e+01 |  50.22%
1381.21/1381.52	c  1382s|720000 |301419 | 21864k|  30.4 | 437M| 118 |  33 | 200 | 318 | 200 | 301 |   0 |3573 |6024 |-3.011640e+01 |-1.500000e+01 |  50.19%
1395.90/1396.26	c  1396s|730000 |305053 | 22109k|  30.3 | 442M| 118 |   - | 200 | 318 | 200 | 301 |   0 |3586 |6054 |-3.009400e+01 |-1.500000e+01 |  50.16%
1410.70/1411.07	c  1411s|740000 |308651 | 22355k|  30.2 | 448M| 119 |   - | 200 | 314 | 200 | 301 |   0 |3598 |6099 |-3.007455e+01 |-1.500000e+01 |  50.12%
1425.90/1426.27	c  1426s|750000 |312297 | 22611k|  30.1 | 453M| 119 |  34 | 200 | 314 | 200 | 301 |   0 |3609 |6144 |-3.005217e+01 |-1.500000e+01 |  50.09%
1440.80/1441.11	c  1441s|760000 |315947 | 22859k|  30.1 | 459M| 119 |  58 | 200 | 325 | 200 | 301 |   0 |3631 |6172 |-3.003201e+01 |-1.500000e+01 |  50.05%
1455.69/1456.00	c  1456s|770000 |319565 | 23106k|  30.0 | 464M| 119 |  95 | 200 | 326 | 200 | 301 |   0 |3649 |6229 |-3.001596e+01 |-1.500000e+01 |  50.03%
1470.49/1470.81	c  1471s|780000 |323129 | 23355k|  29.9 | 469M| 119 |   - | 200 | 331 | 200 | 301 |   0 |3668 |6261 |-2.999421e+01 |-1.500000e+01 |  49.99%
1485.40/1485.72	c  1486s|790000 |326667 | 23604k|  29.9 | 475M| 119 |  33 | 200 | 335 | 200 | 301 |   0 |3693 |6301 |-2.997834e+01 |-1.500000e+01 |  49.96%
1500.19/1500.50	c  1500s|800000 |330277 | 23852k|  29.8 | 480M| 119 |  57 | 200 | 351 | 200 | 301 |   0 |3735 |6340 |-2.995806e+01 |-1.500000e+01 |  49.93%
1514.89/1515.23	c  1515s|810000 |333921 | 24100k|  29.8 | 485M| 119 |  41 | 200 | 336 | 200 | 301 |   0 |3743 |6374 |-2.993626e+01 |-1.500000e+01 |  49.89%
1529.49/1529.88	c  1530s|820000 |337455 | 24346k|  29.7 | 491M| 119 |  86 | 200 | 326 | 200 | 301 |   0 |3753 |6412 |-2.991983e+01 |-1.500000e+01 |  49.87%
1544.18/1544.56	c  1545s|830000 |341033 | 24593k|  29.6 | 496M| 119 |   - | 200 | 328 | 200 | 301 |   0 |3772 |6467 |-2.989786e+01 |-1.500000e+01 |  49.83%
1558.78/1559.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1558.78/1559.13	c  1559s|840000 |344651 | 24837k|  29.6 | 501M| 119 |  41 | 200 | 334 | 200 | 301 |   0 |3799 |6499 |-2.988439e+01 |-1.500000e+01 |  49.81%
1573.48/1573.85	c  1574s|850000 |348225 | 25085k|  29.5 | 507M| 119 |   - | 200 | 336 | 200 | 301 |   0 |3818 |6539 |-2.986400e+01 |-1.500000e+01 |  49.77%
1588.37/1588.73	c  1589s|860000 |351877 | 25337k|  29.5 | 512M| 119 |  30 | 200 | 344 | 200 | 301 |   0 |3850 |6570 |-2.984080e+01 |-1.500000e+01 |  49.73%
1602.87/1603.22	c  1603s|870000 |355375 | 25581k|  29.4 | 518M| 119 |  88 | 200 | 334 | 200 | 301 |   0 |3861 |6597 |-2.982180e+01 |-1.500000e+01 |  49.70%
1617.07/1617.43	c  1617s|880000 |358803 | 25818k|  29.3 | 523M| 121 |   - | 200 | 323 | 200 | 301 |   0 |3878 |6640 |-2.981070e+01 |-1.500000e+01 |  49.68%
1630.98/1631.35	c  1631s|890000 |362073 | 26051k|  29.3 | 528M| 121 |  65 | 200 | 333 | 200 | 301 |   0 |3905 |6666 |-2.979487e+01 |-1.500000e+01 |  49.66%
1645.07/1645.40	c  1645s|900000 |365369 | 26287k|  29.2 | 533M| 121 |  31 | 200 | 326 | 200 | 301 |   0 |3925 |6700 |-2.977920e+01 |-1.500000e+01 |  49.63%
1658.87/1659.27	c  1659s|910000 |368655 | 26519k|  29.1 | 538M| 121 |  34 | 200 | 316 | 200 | 301 |   0 |3934 |6732 |-2.976449e+01 |-1.500000e+01 |  49.60%
1672.67/1673.05	c  1673s|920000 |371895 | 26751k|  29.1 | 542M| 121 |   - | 200 | 322 | 200 | 301 |   0 |3951 |6761 |-2.975120e+01 |-1.500000e+01 |  49.58%
1686.66/1687.03	c  1687s|930000 |375169 | 26987k|  29.0 | 547M| 121 |  29 | 200 | 329 | 200 | 301 |   0 |3971 |6804 |-2.973261e+01 |-1.500000e+01 |  49.55%
1700.65/1701.02	c  1701s|940000 |378481 | 27221k|  29.0 | 552M| 121 |  58 | 200 | 322 | 200 | 301 |   0 |3982 |6838 |-2.971486e+01 |-1.500000e+01 |  49.52%
1714.56/1714.95	c  1715s|950000 |381705 | 27455k|  28.9 | 557M| 121 |   - | 200 | 325 | 200 | 301 |   0 |4001 |6871 |-2.969262e+01 |-1.500000e+01 |  49.48%
1728.26/1728.68	c  1729s|960000 |384925 | 27686k|  28.8 | 562M| 121 |   - | 200 | 320 | 200 | 301 |   0 |4014 |6918 |-2.967401e+01 |-1.500000e+01 |  49.45%
1741.96/1742.36	c  1742s|970000 |388141 | 27917k|  28.8 | 567M| 121 |  35 | 200 | 328 | 200 | 301 |   0 |4038 |6958 |-2.966372e+01 |-1.500000e+01 |  49.43%
1755.75/1756.14	c  1756s|980000 |391351 | 28149k|  28.7 | 572M| 121 |  79 | 200 | 328 | 200 | 301 |   0 |4061 |6981 |-2.964674e+01 |-1.500000e+01 |  49.40%
1769.65/1770.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1769.65/1770.02	c  1770s|990000 |394577 | 28383k|  28.7 | 577M| 121 |  73 | 200 | 322 | 200 | 301 |   0 |4070 |7024 |-2.963535e+01 |-1.500000e+01 |  49.38%
1783.35/1783.70	c  1784s|  1000k|397825 | 28613k|  28.6 | 582M| 122 |   - | 200 | 323 | 200 | 301 |   0 |4082 |7061 |-2.961962e+01 |-1.500000e+01 |  49.36%
1796.64/1797.00	c 
1796.64/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1796.64/1797.00	c Solving Time (sec) : 1797.00
1796.64/1797.00	c Solving Nodes      : 1009776
1796.64/1797.00	c Primal Bound       : -1.50000000000000e+01 (478 solutions)
1796.64/1797.00	c Dual Bound         : -2.96060628125278e+01
1796.64/1797.00	c Gap                : 49.33 %
1796.64/1797.00	s SATISFIABLE
1796.64/1797.00	v -x162 -x111 -x139 -x121 -x180 -x119 -x108 -x154 -x172 x132 -x190 -x166 -x129 -x153 x198 -x113 -x140 -x200 -x155 -x189 -x179 -x156 
1796.64/1797.00	v x152 -x149 -x109 -x188 -x151 -x144 -x165 -x135 -x115 x146 -x147 -x126 x106 x182 -x197 -x102 -x195 -x161 -x133 -x105 -x104 
1796.64/1797.00	v -x192 -x114 -x171 -x125 -x138 x185 -x174 -x143 -x157 -x170 -x159 -x123 -x103 -x101 -x199 -x196 x186 -x181 -x177 x176 x175 -x167 
1796.64/1797.00	v -x158 x148 -x145 -x142 -x134 -x120 -x118 -x117 -x110 -x107 -x124 -x131 -x183 -x130 x168 -x169 -x112 -x137 -x173 -x141 -x127 
1796.64/1797.00	v -x164 -x160 -x191 -x128 -x163 -x122 x150 -x193 -x136 x194 x116 -x178 -x187 -x184 x100 x99 -x98 -x97 x96 x95 -x94 -x93 x92 -x91 
1796.64/1797.00	v -x90 -x89 -x88 -x87 -x86 -x85 -x84 x83 -x82 -x81 -x80 -x79 x78 -x77 -x76 -x75 -x74 -x73 -x72 x71 -x70 -x69 -x68 -x67 -x66 
1796.64/1797.00	v -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 -x40 
1796.64/1797.00	v -x39 x38 -x37 -x36 -x35 -x34 -x33 -x32 -x31 -x30 -x29 x28 -x27 -x26 -x25 -x24 -x23 -x22 -x21 -x20 -x19 -x18 -x17 -x16 -x15 
1796.64/1797.01	v -x14 -x13 -x12 -x11 -x10 -x9 x8 -x7 -x6 -x5 -x4 -x3 -x2 -x1 
1796.64/1797.01	c SCIP Status        : solving was interrupted [time limit reached]
1796.64/1797.01	c Total Time         :    1797.00
1796.64/1797.01	c   solving          :    1797.00
1796.64/1797.01	c   presolving       :       0.18 (included in solving)
1796.64/1797.01	c   reading          :       0.02 (included in solving)
1796.64/1797.01	c Original Problem   :
1796.64/1797.01	c   Problem name     : HOME/instance-3737472-1338728110.opb
1796.64/1797.01	c   Variables        : 3238 (3238 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.64/1797.01	c   Constraints      : 3539 initial, 3539 maximal
1796.64/1797.01	c Presolved Problem  :
1796.64/1797.01	c   Problem name     : t_HOME/instance-3737472-1338728110.opb
1796.64/1797.01	c   Variables        : 200 (200 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.64/1797.01	c   Constraints      : 301 initial, 574 maximal
1796.64/1797.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1796.64/1797.01	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1796.64/1797.01	c   dualfix          :       0.00       3038          0          0          0          0          0          0          0          0
1796.64/1797.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1796.64/1797.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1796.64/1797.01	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
1796.64/1797.01	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1796.64/1797.01	c   probing          :       0.01          0          0          0          0          0          0          0          0          0
1796.64/1797.01	c   knapsack         :       0.01          0          0          0          0          0          0          0          0          0
1796.64/1797.01	c   setppc           :       0.00          0          0          0          0          0          0          0          0          0
1796.64/1797.01	c   linear           :       0.01          0          0          0          0          0          0          0          0          0
1796.64/1797.01	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1796.64/1797.01	c   pseudoboolean    :       0.01          0          0          0          0          0       3438        200          0          0
1796.64/1797.01	c   root node        :          -          0          -          -          0          -          -          -          -          -
1796.64/1797.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1796.64/1797.01	c   integral         :          0          0          0     724431          0        482          0         27        565          0          0    1448008
1796.64/1797.01	c   knapsack         :        200          1    1913242          1          0        477     113781       1704    7887132          0          0          0
1796.64/1797.01	c   setppc           :        100          1    1899049          0          0        476       6035          0     337750          0          0          0
1796.64/1797.01	c   linear           :          1          1    1911538          1          0        476          0       1091          0          0          0          0
1796.64/1797.01	c   logicor          :          0+         0     363167          0          0          0          2          0        706          0          0          0
1796.64/1797.01	c   countsols        :          0          0          0          1          0        480          0          0          0          0          0          0
1796.64/1797.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1796.64/1797.01	c   integral         :      42.72       0.00       0.00      42.72       0.00       0.00       0.00
1796.64/1797.01	c   knapsack         :      21.49       0.00      21.33       0.00       0.00       0.04       0.11
1796.64/1797.01	c   setppc           :       2.56       0.00       2.55       0.00       0.00       0.00       0.01
1796.64/1797.01	c   linear           :       2.66       0.00       2.66       0.00       0.00       0.00       0.00
1796.64/1797.01	c   logicor          :       0.72       0.00       0.72       0.00       0.00       0.00       0.00
1796.64/1797.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1796.64/1797.01	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1796.64/1797.01	c   vbounds          :          0          0          0          0
1796.64/1797.01	c   rootredcost      :          4          0          0          0
1796.64/1797.01	c   pseudoobj        :    1922242       3408       2048      14183
1796.64/1797.01	c Propagator Timings :  TotalTime  Propagate    Resprop
1796.64/1797.01	c   vbounds          :       1.39       1.39       0.00
1796.64/1797.01	c   rootredcost      :       1.37       1.37       0.00
1796.64/1797.01	c   pseudoobj        :       7.01       6.98       0.02
1796.64/1797.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.64/1797.01	c   propagation      :       0.27       1704       1704      12580       61.1          0        0.0          -
1796.64/1797.01	c   infeasible LP    :       0.11       2076       2033       6722       26.3          0        0.0          0
1796.64/1797.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.64/1797.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.64/1797.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.64/1797.01	c   applied globally :          -          -          -       2941       16.4          -          -          -
1796.64/1797.01	c   applied locally  :          -          -          -       1157       39.7          -          -          -
1796.64/1797.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1796.64/1797.01	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1796.64/1797.01	c   redcost          :       5.09     781215          0     111348          0          0
1796.64/1797.01	c   impliedbounds    :       0.00          1          0          0          0          0
1796.64/1797.01	c   intobj           :       0.00          0          0          0          0          0
1796.64/1797.01	c   gomory           :       0.02          1          0          0          0          0
1796.64/1797.01	c   cgmip            :       0.00          0          0          0          0          0
1796.64/1797.01	c   closecuts        :       0.00          0          0          0          0          0
1796.64/1797.01	c   strongcg         :       0.01          1          0          0          0          0
1796.64/1797.01	c   cmir             :       0.00          1          0          0          0          0
1796.64/1797.01	c   flowcover        :       0.00          1          0          0          0          0
1796.64/1797.01	c   clique           :       0.00          1          0          0          0          0
1796.64/1797.01	c   zerohalf         :       0.00          0          0          0          0          0
1796.64/1797.01	c   mcf              :       0.00          1          0          0          0          0
1796.64/1797.01	c   oddcycle         :       0.00          0          0          0          0          0
1796.64/1797.01	c   rapidlearning    :       0.04          1          0          0          0          0
1796.64/1797.01	c Pricers            :       Time      Calls       Vars
1796.64/1797.01	c   problem variables:       0.00          0          0
1796.64/1797.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.64/1797.01	c   relpscost        :      40.99     724430         27        565          0          0    1448008
1796.64/1797.01	c   pscost           :       0.00          0          0          0          0          0          0
1796.64/1797.01	c   inference        :       0.00          0          0          0          0          0          0
1796.64/1797.01	c   mostinf          :       0.00          0          0          0          0          0          0
1796.64/1797.01	c   leastinf         :       0.00          0          0          0          0          0          0
1796.64/1797.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1796.64/1797.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1796.64/1797.01	c   random           :       0.00          0          0          0          0          0          0
1796.64/1797.01	c Primal Heuristics  :       Time      Calls      Found
1796.64/1797.01	c   LP solutions     :       0.07          -          1
1796.64/1797.01	c   pseudo solutions :       0.00          -          0
1796.64/1797.01	c   feaspump         :       0.06          0          0
1796.64/1797.01	c   oneopt           :       0.83          4          0
1796.64/1797.01	c   crossover        :       4.78         16          7
1796.64/1797.01	c   objpscostdiving  :       7.08        758         92
1796.64/1797.01	c   rootsoldiving    :       3.81        758        110
1796.64/1797.01	c   coefdiving       :       4.30       1516          0
1796.64/1797.01	c   pscostdiving     :       4.66       1516          0
1796.64/1797.01	c   fracdiving       :       4.42       1516          0
1796.64/1797.01	c   veclendiving     :       7.54       1516          1
1796.64/1797.01	c   linesearchdiving :       4.39       1516          0
1796.64/1797.01	c   guideddiving     :       4.71       1516          0
1796.64/1797.01	c   trivial          :       0.00          2          1
1796.64/1797.01	c   shiftandpropagate:       0.00          0          0
1796.64/1797.01	c   simplerounding   :       1.46          0          0
1796.64/1797.01	c   zirounding       :      19.14          0          0
1796.64/1797.01	c   rounding         :      12.95      57381          2
1796.64/1797.01	c   shifting         :      21.91      50284        263
1796.64/1797.01	c   intshifting      :       0.05          0          0
1796.64/1797.01	c   twoopt           :       0.00          0          0
1796.64/1797.01	c   fixandinfer      :       0.00          0          0
1796.64/1797.01	c   clique           :       0.00          0          0
1796.64/1797.01	c   intdiving        :       0.00          0          0
1796.64/1797.01	c   actconsdiving    :       0.00          0          0
1796.64/1797.01	c   octane           :       0.00          0          0
1796.64/1797.01	c   rens             :       0.01          0          0
1796.64/1797.01	c   rins             :       0.00          0          0
1796.64/1797.01	c   localbranching   :       0.00          0          0
1796.64/1797.01	c   mutation         :       0.00          0          0
1796.64/1797.01	c   dins             :       0.00          0          0
1796.64/1797.01	c   vbounds          :       0.00          0          0
1796.64/1797.01	c   undercover       :       0.00          0          0
1796.64/1797.01	c   subnlp           :       0.72          0          0
1796.64/1797.01	c   trysol           :       1.30          0          0
1796.64/1797.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1796.64/1797.01	c   primal LP        :       0.00          0          0       0.00          -
1796.64/1797.01	c   dual LP          :    1504.12    1028853   28179882      27.39   18735.17
1796.64/1797.01	c   lex dual LP      :       0.00          0          0       0.00          -
1796.64/1797.01	c   barrier LP       :       0.00          0          0       0.00          -
1796.64/1797.01	c   diving/probing LP:      31.93     121951     655652       5.38   20531.27
1796.64/1797.01	c   strong branching :      30.77       7085     329952      46.57   10724.78
1796.64/1797.01	c     (at root node) :          -         11       2542     231.09          -
1796.64/1797.01	c   conflict analysis:       0.00          0          0       0.00          -
1796.64/1797.01	c B&B Tree           :
1796.64/1797.01	c   number of runs   :          1
1796.64/1797.01	c   nodes            :    1009776
1796.64/1797.01	c   nodes (total)    :    1009776
1796.64/1797.01	c   nodes left       :     401017
1796.64/1797.01	c   max depth        :        122
1796.64/1797.01	c   max depth (total):        122
1796.64/1797.01	c   backtracks       :      72566 (7.2%)
1796.64/1797.01	c   delayed cutoffs  :          0
1796.64/1797.01	c   repropagations   :        958 (706 domain reductions, 0 cutoffs)
1796.64/1797.01	c   avg switch length:       6.43
1796.64/1797.01	c   switching time   :      26.26
1796.64/1797.01	c Solution           :
1796.64/1797.01	c   Solutions found  :        478 (6 improvements)
1796.64/1797.01	c   First Solution   : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.03 seconds, depth 0, found by <trivial>)
1796.64/1797.01	c   Primal Bound     : -1.50000000000000e+01   (in run 1, after 312927 nodes, 740.82 seconds, depth 58, found by <relaxation>)
1796.64/1797.01	c   Dual Bound       : -2.96060628125278e+01
1796.64/1797.01	c   Gap              :      49.33 %
1796.64/1797.01	c   Root Dual Bound  : -5.00000000000000e+01
1796.64/1797.01	c   Root Iterations  :        892
1797.44/1797.86	c Time complete: 1797.49.

Verifier Data

OK	-15

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-3737472-1338728110/watcher-3737472-1338728110 -o /tmp/evaluation-result-3737472-1338728110/solver-3737472-1338728110 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3737472-1338728110.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.02 2.00 3/176 13175
/proc/meminfo: memFree=28680312/32873844 swapFree=7644/7644
[pid=13175] ppid=13173 vsize=9324 CPUtime=0 cores=0,2,4,6
/proc/13175/stat : 13175 (scip-2.0.1.4b_2) R 13173 13175 10351 0 -1 4202496 1471 0 0 0 0 0 0 0 20 0 1 0 338935407 9547776 1425 33554432000 4194304 9016284 140733612684320 140736468511016 7824814 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/13175/statm: 2331 1425 311 1178 0 1149 0

[startup+0.0474761 s]
/proc/loadavg: 2.01 2.02 2.00 3/176 13175
/proc/meminfo: memFree=28680312/32873844 swapFree=7644/7644
[pid=13175] ppid=13173 vsize=28788 CPUtime=0.03 cores=0,2,4,6
/proc/13175/stat : 13175 (scip-2.0.1.4b_2) R 13173 13175 10351 0 -1 4202496 6208 0 0 0 3 0 0 0 20 0 1 0 338935407 29478912 5905 33554432000 4194304 9016284 140733612684320 140736468511016 7870569 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13175/statm: 7197 5905 485 1178 0 6015 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 28788

[startup+0.100311 s]
/proc/loadavg: 2.01 2.02 2.00 3/176 13175
/proc/meminfo: memFree=28680312/32873844 swapFree=7644/7644
[pid=13175] ppid=13173 vsize=28788 CPUtime=0.09 cores=0,2,4,6
/proc/13175/stat : 13175 (scip-2.0.1.4b_2) R 13173 13175 10351 0 -1 4202496 6208 0 0 0 9 0 0 0 20 0 1 0 338935407 29478912 5905 33554432000 4194304 9016284 140733612684320 140736468511016 18446744073699066235 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13175/statm: 7197 5905 485 1178 0 6015 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28788

[startup+0.300234 s]
/proc/loadavg: 2.01 2.02 2.00 3/176 13175
/proc/meminfo: memFree=28680312/32873844 swapFree=7644/7644
[pid=13175] ppid=13173 vsize=33740 CPUtime=0.28 cores=0,2,4,6
/proc/13175/stat : 13175 (scip-2.0.1.4b_2) R 13173 13175 10351 0 -1 4202496 7716 0 0 0 28 0 0 0 20 0 1 0 338935407 34549760 7380 33554432000 4194304 9016284 140733612684320 140736468511016 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13175/statm: 8435 7380 663 1178 0 7253 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 33740

[startup+0.700229 s]
/proc/loadavg: 2.01 2.02 2.00 3/176 13175
/proc/meminfo: memFree=28680312/32873844 swapFree=7644/7644
[pid=13175] ppid=13173 vsize=34408 CPUtime=0.68 cores=0,2,4,6
/proc/13175/stat : 13175 (scip-2.0.1.4b_2) R 13173 13175 10351 0 -1 4202496 12504 0 0 0 67 1 0 0 20 0 1 0 338935407 35233792 7581 33554432000 4194304 9016284 140733612684320 140733612678120 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13175/statm: 8602 7581 705 1178 0 7420 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 34408

[startup+1.50023 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 13176
/proc/meminfo: memFree=28652768/32873844 swapFree=7644/7644
[pid=13175] ppid=13173 vsize=34408 CPUtime=1.49 cores=0,2,4,6
/proc/13175/stat : 13175 (scip-2.0.1.4b_2) R 13173 13175 10351 0 -1 4202496 12527 0 0 0 147 2 0 0 20 0 1 0 338935407 35233792 7604 33554432000 4194304 9016284 140733612684320 140733612678120 7219216 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13175/statm: 8602 7604 707 1178 0 7420 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 34408

[startup+3.10023 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 13176
/proc/meminfo: memFree=28652412/32873844 swapFree=7644/7644
[pid=13175] ppid=13173 vsize=34408 CPUtime=3.09 cores=0,2,4,6
/proc/13175/stat : 13175 (scip-2.0.1.4b_2) R 13173 13175 10351 0 -1 4202496 12529 0 0 0 305 4 0 0 20 0 1 0 338935407 35233792 7606 33554432000 4194304 9016284 140733612684320 140733612678168 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13175/statm: 8602 7606 709 1178 0 7420 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 34408

[startup+6.30023 s]
/proc/loadavg: 2.09 2.04 2.01 3/177 13176
/proc/meminfo: memFree=28652040/32873844 swapFree=7644/7644
[pid=13175] ppid=13173 vsize=34408 CPUtime=6.29 cores=0,2,4,6
/proc/13175/stat : 13175 (scip-2.0.1.4b_2) R 13173 13175 10351 0 -1 4202496 12530 0 0 0 621 8 0 0 20 0 1 0 338935407 35233792 7607 33554432000 4194304 9016284 140733612684320 140733612677576 7220608 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13175/statm: 8602 7607 709 1178 0 7420 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 34408

[startup+12.7002 s]
/proc/loadavg: 2.08 2.04 2.00 3/177 13176
/proc/meminfo: memFree=28651800/32873844 swapFree=7644/7644
[pid=13175] ppid=13173 vsize=34836 CPUtime=12.69 cores=0,2,4,6
/proc/13175/stat : 13175 (scip-2.0.1.4b_2) R 13173 13175 10351 0 -1 4202496 12609 0 0 0 1256 13 0 0 20 0 1 0 338935407 35672064 7686 33554432000 4194304 9016284 140733612684320 140733612677736 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13175/statm: 8709 7686 710 1178 0 7527 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 34836

[startup+25.5002 s]
/proc/loadavg: 2.07 2.04 2.00 3/177 13214
/proc/meminfo: memFree=28892384/32873844 swapFree=7644/7644
[pid=13175] ppid=13173 vsize=48284 CPUtime=25.48 cores=0,2,4,6
/proc/13175/stat : 13175 (scip-2.0.1.4b_2) R 13173 13175 10351 0 -1 4202496 15674 0 0 0 2521 27 0 0 20 0 1 0 338935407 49442816 10915 33554432000 4194304 9016284 140733612684320 140733612678184 7219374 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13175/statm: 12071 10915 714 1178 0 10889 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 48284

[startup+51.1002 s]
/proc/loadavg: 2.04 2.03 2.00 3/177 13214
/proc/meminfo: memFree=28882564/32873844 swapFree=7644/7644
[pid=13175] ppid=13173 vsize=55896 CPUtime=51.07 cores=0,2,4,6
/proc/13175/stat : 13175 (scip-2.0.1.4b_2) R 13173 13175 10351 0 -1 4202496 17299 0 0 0 5044 63 0 0 20 0 1 0 338935407 57237504 12861 33554432000 4194304 9016284 140733612684320 140733612678280 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13175/statm: 13974 12861 717 1178 0 12792 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 55896

[startup+102.306 s]
/proc/loadavg: 2.02 2.03 2.00 3/177 13214
/proc/meminfo: memFree=28870144/32873844 swapFree=7644/7644
[pid=13175] ppid=13173 vsize=62184 CPUtime=102.27 cores=0,2,4,6
/proc/13175/stat : 13175 (scip-2.0.1.4b_2) R 13173 13175 10351 0 -1 4202496 23782 0 0 0 10087 140 0 0 20 0 1 0 338935407 63676416 14815 33554432000 4194304 9016284 140733612684320 140733612677736 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13175/statm: 15546 14815 717 1178 0 14364 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 62184

[startup+162.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 13214
/proc/meminfo: memFree=28841168/32873844 swapFree=7644/7644
[pid=13175] ppid=13173 vsize=81124 CPUtime=162.24 cores=0,2,4,6
/proc/13175/stat : 13175 (scip-2.0.1.4b_2) R 13173 13175 10351 0 -1 4202496 31574 0 0 0 15986 238 0 0 20 0 1 0 338935407 83070976 19585 33554432000 4194304 9016284 140733612684320 140733612678648 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13175/statm: 20281 19585 717 1178 0 19099 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 81124

[startup+222.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/177 13215
/proc/meminfo: memFree=28804200/32873844 swapFree=7644/7644
[pid=13175] ppid=13173 vsize=106080 CPUtime=222.23 cores=0,2,4,6
/proc/13175/stat : 13175 (scip-2.0.1.4b_2) R 13173 13175 10351 0 -1 4202496 40764 0 0 0 21885 338 0 0 20 0 1 0 338935407 108625920 25887 33554432000 4194304 9016284 140733612684320 140733612678280 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13175/statm: 26520 25887 717 1178 0 25338 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 106080

[startup+282.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/177 13215
/proc/meminfo: memFree=28772792/32873844 swapFree=7644/7644
[pid=13175] ppid=13173 vsize=126648 CPUtime=282.21 cores=0,2,4,6
/proc/13175/stat : 13175 (scip-2.0.1.4b_2) R 13173 13175 10351 0 -1 4202496 45986 0 0 0 27785 436 0 0 20 0 1 0 338935407 129687552 31101 33554432000 4194304 9016284 140733612684320 140733612678648 4802297 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13175/statm: 31662 31101 717 1178 0 30480 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 126648

[startup+342.3 s]
/proc/loadavg: 2.06 2.04 2.00 3/178 13218
/proc/meminfo: memFree=28733956/32873844 swapFree=7644/7644
[pid=13175] ppid=13173 vsize=157432 CPUtime=342.2 cores=0,2,4,6
/proc/13175/stat : 13175 (scip-2.0.1.4b_2) R 13173 13175 10351 0 -1 4202496 56053 0 0 0 33680 540 0 0 20 0 1 0 338935407 161210368 38351 33554432000 4194304 9016284 140733612684320 140733612678648 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13175/statm: 39358 38351 717 1178 0 38176 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 157432

[startup+402.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/178 13241
/proc/meminfo: memFree=28702156/32873844 swapFree=7644/7644
[pid=13175] ppid=13173 vsize=177264 CPUtime=402.18 cores=0,2,4,6
/proc/13175/stat : 13175 (scip-2.0.1.4b_2) R 13173 13175 10351 0 -1 4202496 61060 0 0 0 39583 635 0 0 20 0 1 0 338935407 181518336 43347 33554432000 4194304 9016284 140733612684320 140733612678648 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13175/statm: 44316 43347 717 1178 0 43134 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 177264

[startup+462.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 13241
/proc/meminfo: memFree=28668032/32873844 swapFree=7644/7644
[pid=13175] ppid=13173 vsize=197864 CPUtime=462.17 cores=0,2,4,6
/proc/13175/stat : 13175 (scip-2.0.1.4b_2) R 13173 13175 10351 0 -1 4202496 66315 0 0 0 45483 734 0 0 20 0 1 0 338935407 202612736 48600 33554432000 4194304 9016284 140733612684320 140733612678232 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13175/statm: 49466 48600 717 1178 0 48284 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 197864

[startup+522.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 13242
/proc/meminfo: memFree=28631824/32873844 swapFree=7644/7644
[pid=13175] ppid=13173 vsize=223340 CPUtime=522.17 cores=0,2,4,6
/proc/13175/stat : 13175 (scip-2.0.1.4b_2) R 13173 13175 10351 0 -1 4202496 72722 0 0 0 51386 831 0 0 20 0 1 0 338935407 228700160 55003 33554432000 4194304 9016284 140733612684320 140733612678184 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13175/statm: 55835 55003 717 1178 0 54653 0
Current children cumulated CPU time (s) 522.17
Current children cumulated vsize (KiB) 223340

[startup+582.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 13242
/proc/meminfo: memFree=28594268/32873844 swapFree=7644/7644
[pid=13175] ppid=13173 vsize=245680 CPUtime=582.16 cores=0,2,4,6
/proc/13175/stat : 13175 (scip-2.0.1.4b_2) R 13173 13175 10351 0 -1 4202496 80878 0 0 0 57287 929 0 0 20 0 1 0 338935407 251576320 60667 33554432000 4194304 9016284 140733612684320 140733612678184 7219022 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13175/statm: 61420 60667 717 1178 0 60238 0
Current children cumulated CPU time (s) 582.16
Current children cumulated vsize (KiB) 245680

[startup+642.3 s]

################
# More data... #
################

/proc/meminfo: memFree=28331128/32873844 swapFree=7644/7644
[pid=13175] ppid=13173 vsize=397652 CPUtime=1122.06 cores=0,2,4,6
/proc/13175/stat : 13175 (scip-2.0.1.4b_2) R 13173 13175 10351 0 -1 4202496 136893 0 0 0 110366 1840 0 0 20 0 1 0 338935407 407195648 97931 33554432000 4194304 9016284 140733612684320 140733612677688 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13175/statm: 99413 97931 717 1178 0 98231 0
Current children cumulated CPU time (s) 1122.06
Current children cumulated vsize (KiB) 397652

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 13247
/proc/meminfo: memFree=28303228/32873844 swapFree=7644/7644
[pid=13175] ppid=13173 vsize=413044 CPUtime=1182.06 cores=0,2,4,6
/proc/13175/stat : 13175 (scip-2.0.1.4b_2) R 13173 13175 10351 0 -1 4202496 140793 0 0 0 116261 1945 0 0 20 0 1 0 338935407 422957056 101831 33554432000 4194304 9016284 140733612684320 140733612678184 5858849 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13175/statm: 103261 101831 717 1178 0 102079 0
Current children cumulated CPU time (s) 1182.06
Current children cumulated vsize (KiB) 413044

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13248
/proc/meminfo: memFree=28263972/32873844 swapFree=7644/7644
[pid=13175] ppid=13173 vsize=436272 CPUtime=1242.04 cores=0,2,4,6
/proc/13175/stat : 13175 (scip-2.0.1.4b_2) R 13173 13175 10351 0 -1 4202496 146669 0 0 0 122156 2048 0 0 20 0 1 0 338935407 446742528 107704 33554432000 4194304 9016284 140733612684320 140733612678280 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13175/statm: 109068 107704 717 1178 0 107886 0
Current children cumulated CPU time (s) 1242.04
Current children cumulated vsize (KiB) 436272

[startup+1302.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 13248
/proc/meminfo: memFree=28231040/32873844 swapFree=7644/7644
[pid=13175] ppid=13173 vsize=456456 CPUtime=1302.02 cores=0,2,4,6
/proc/13175/stat : 13175 (scip-2.0.1.4b_2) R 13173 13175 10351 0 -1 4202496 151721 0 0 0 128052 2150 0 0 20 0 1 0 338935407 467410944 112952 33554432000 4194304 9016284 140733612684320 140733612678648 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13175/statm: 114114 112952 717 1178 0 112932 0
Current children cumulated CPU time (s) 1302.02
Current children cumulated vsize (KiB) 456456

[startup+1362.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 13248
/proc/meminfo: memFree=28195080/32873844 swapFree=7644/7644
[pid=13175] ppid=13173 vsize=481680 CPUtime=1362.01 cores=0,2,4,6
/proc/13175/stat : 13175 (scip-2.0.1.4b_2) R 13173 13175 10351 0 -1 4202496 158101 0 0 0 133939 2262 0 0 20 0 1 0 338935407 493240320 119332 33554432000 4194304 9016284 140733612684320 140733612678648 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13175/statm: 120420 119332 717 1178 0 119238 0
Current children cumulated CPU time (s) 1362.01
Current children cumulated vsize (KiB) 481680

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 13248
/proc/meminfo: memFree=28155276/32873844 swapFree=7644/7644
[pid=13175] ppid=13173 vsize=506392 CPUtime=1422.01 cores=0,2,4,6
/proc/13175/stat : 13175 (scip-2.0.1.4b_2) R 13173 13175 10351 0 -1 4202496 166527 0 0 0 139834 2367 0 0 20 0 1 0 338935407 518545408 125496 33554432000 4194304 9016284 140733612684320 140733612677688 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13175/statm: 126598 125496 717 1178 0 125416 0
Current children cumulated CPU time (s) 1422.01
Current children cumulated vsize (KiB) 506392

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13249
/proc/meminfo: memFree=28121836/32873844 swapFree=7644/7644
[pid=13175] ppid=13173 vsize=525528 CPUtime=1481.99 cores=0,2,4,6
/proc/13175/stat : 13175 (scip-2.0.1.4b_2) R 13173 13175 10351 0 -1 4202496 171379 0 0 0 145727 2472 0 0 20 0 1 0 338935407 538140672 130348 33554432000 4194304 9016284 140733612684320 140733612678280 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13175/statm: 131382 130348 717 1178 0 130200 0
Current children cumulated CPU time (s) 1481.99
Current children cumulated vsize (KiB) 525528

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 13252
/proc/meminfo: memFree=28089140/32873844 swapFree=7644/7644
[pid=13175] ppid=13173 vsize=543460 CPUtime=1541.98 cores=0,2,4,6
/proc/13175/stat : 13175 (scip-2.0.1.4b_2) R 13173 13175 10351 0 -1 4202496 175854 0 0 0 151620 2578 0 0 20 0 1 0 338935407 556503040 134823 33554432000 4194304 9016284 140733612684320 140733612678184 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13175/statm: 135865 134823 717 1178 0 134683 0
Current children cumulated CPU time (s) 1541.98
Current children cumulated vsize (KiB) 543460

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13252
/proc/meminfo: memFree=28050708/32873844 swapFree=7644/7644
[pid=13175] ppid=13173 vsize=564776 CPUtime=1601.98 cores=0,2,4,6
/proc/13175/stat : 13175 (scip-2.0.1.4b_2) R 13173 13175 10351 0 -1 4202496 181219 0 0 0 157515 2683 0 0 20 0 1 0 338935407 578330624 140188 33554432000 4194304 9016284 140733612684320 140733612678280 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13175/statm: 141194 140188 717 1178 0 140012 0
Current children cumulated CPU time (s) 1601.98
Current children cumulated vsize (KiB) 564776

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13252
/proc/meminfo: memFree=28016236/32873844 swapFree=7644/7644
[pid=13175] ppid=13173 vsize=589228 CPUtime=1661.96 cores=0,2,4,6
/proc/13175/stat : 13175 (scip-2.0.1.4b_2) R 13173 13175 10351 0 -1 4202496 187402 0 0 0 163404 2792 0 0 20 0 1 0 338935407 603369472 146371 33554432000 4194304 9016284 140733612684320 140733612678280 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13175/statm: 147307 146371 717 1178 0 146125 0
Current children cumulated CPU time (s) 1661.96
Current children cumulated vsize (KiB) 589228

[startup+1722.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 13252
/proc/meminfo: memFree=27978664/32873844 swapFree=7644/7644
[pid=13175] ppid=13173 vsize=610972 CPUtime=1721.95 cores=0,2,4,6
/proc/13175/stat : 13175 (scip-2.0.1.4b_2) R 13173 13175 10351 0 -1 4202496 192897 0 0 0 169300 2895 0 0 20 0 1 0 338935407 625635328 151866 33554432000 4194304 9016284 140733612684320 140733612678184 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13175/statm: 152743 151866 717 1178 0 151561 0
Current children cumulated CPU time (s) 1721.95
Current children cumulated vsize (KiB) 610972

[startup+1782.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 13253
/proc/meminfo: memFree=27944580/32873844 swapFree=7644/7644
[pid=13175] ppid=13173 vsize=629544 CPUtime=1781.95 cores=0,2,4,6
/proc/13175/stat : 13175 (scip-2.0.1.4b_2) R 13173 13175 10351 0 -1 4202496 197609 0 0 0 175193 3002 0 0 20 0 1 0 338935407 644653056 156577 33554432000 4194304 9016284 140733612684320 140733612677688 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13175/statm: 157386 156577 717 1178 0 156204 0
Current children cumulated CPU time (s) 1781.95
Current children cumulated vsize (KiB) 629544

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

[startup+1785.5 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 13253
/proc/meminfo: memFree=27943092/32873844 swapFree=7644/7644
[pid=13175] ppid=13173 vsize=631452 CPUtime=1785.14 cores=0,2,4,6
/proc/13175/stat : 13175 (scip-2.0.1.4b_2) R 13173 13175 10351 0 -1 4202496 198029 0 0 0 175507 3007 0 0 20 0 1 0 338935407 646606848 156997 33554432000 4194304 9016284 140733612684320 140733612677688 18446744073699066235 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13175/statm: 157863 156997 717 1178 0 156681 0
Current children cumulated CPU time (s) 1785.14
Current children cumulated vsize (KiB) 631452

[startup+1791.91 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 13253
/proc/meminfo: memFree=27936752/32873844 swapFree=7644/7644
[pid=13175] ppid=13173 vsize=633144 CPUtime=1791.55 cores=0,2,4,6
/proc/13175/stat : 13175 (scip-2.0.1.4b_2) R 13173 13175 10351 0 -1 4202496 198525 0 0 0 176139 3016 0 0 20 0 1 0 338935407 648339456 157491 33554432000 4194304 9016284 140733612684320 140733612678232 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13175/statm: 158286 157491 717 1178 0 157104 0
Current children cumulated CPU time (s) 1791.55
Current children cumulated vsize (KiB) 633144

[startup+1795.1 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 13253
/proc/meminfo: memFree=27934024/32873844 swapFree=7644/7644
[pid=13175] ppid=13173 vsize=635616 CPUtime=1794.75 cores=0,2,4,6
/proc/13175/stat : 13175 (scip-2.0.1.4b_2) R 13173 13175 10351 0 -1 4202496 199085 0 0 0 176453 3022 0 0 20 0 1 0 338935407 650870784 158050 33554432000 4194304 9016284 140733612684320 140733612678184 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13175/statm: 158904 158050 717 1178 0 157722 0
Current children cumulated CPU time (s) 1794.75
Current children cumulated vsize (KiB) 635616

[startup+1796.7 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 13253
/proc/meminfo: memFree=27934024/32873844 swapFree=7644/7644
[pid=13175] ppid=13173 vsize=635976 CPUtime=1796.34 cores=0,2,4,6
/proc/13175/stat : 13175 (scip-2.0.1.4b_2) R 13173 13175 10351 0 -1 4202496 199181 0 0 0 176610 3024 0 0 20 0 1 0 338935407 651239424 158146 33554432000 4194304 9016284 140733612684320 140733612678488 5945688 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13175/statm: 158994 158146 717 1178 0 157812 0
Current children cumulated CPU time (s) 1796.34
Current children cumulated vsize (KiB) 635976

[startup+1797.5 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 13253
/proc/meminfo: memFree=27933264/32873844 swapFree=7644/7644
[pid=13175] ppid=13173 vsize=635976 CPUtime=1797.14 cores=0,2,4,6
/proc/13175/stat : 13175 (scip-2.0.1.4b_2) R 13173 13175 10351 0 -1 4202496 199191 0 0 0 176689 3025 0 0 20 0 1 0 338935407 651239424 158148 33554432000 4194304 9016284 140733612684320 140733612680120 4841078 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/13175/statm: 158994 158148 719 1178 0 157812 0
Current children cumulated CPU time (s) 1797.14
Current children cumulated vsize (KiB) 635976

[startup+1797.7 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 13253
/proc/meminfo: memFree=27933264/32873844 swapFree=7644/7644
[pid=13175] ppid=13173 vsize=635976 CPUtime=1797.34 cores=0,2,4,6
/proc/13175/stat : 13175 (scip-2.0.1.4b_2) R 13173 13175 10351 0 -1 4202496 199191 0 0 0 176709 3025 0 0 20 0 1 0 338935407 651239424 158148 33554432000 4194304 9016284 140733612684320 140733612680120 4841537 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/13175/statm: 158994 158148 719 1178 0 157812 0
Current children cumulated CPU time (s) 1797.34
Current children cumulated vsize (KiB) 635976

[startup+1797.8 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 13253
/proc/meminfo: memFree=27933264/32873844 swapFree=7644/7644
[pid=13175] ppid=13173 vsize=635976 CPUtime=1797.44 cores=0,2,4,6
/proc/13175/stat : 13175 (scip-2.0.1.4b_2) R 13173 13175 10351 0 -1 4202496 199191 0 0 0 176719 3025 0 0 20 0 1 0 338935407 651239424 158148 33554432000 4194304 9016284 140733612684320 140733612680120 4841537 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/13175/statm: 158994 158148 719 1178 0 157812 0
Current children cumulated CPU time (s) 1797.44
Current children cumulated vsize (KiB) 635976

Child status: 0
Real time (s): 1797.86
CPU time (s): 1797.5
CPU user time (s): 1767.24
CPU system time (s): 30.2674
CPU usage (%): 99.9802
Max. virtual memory (cumulated for all children) (KiB): 635976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1767.24
system time used= 30.2674
maximum resident set size= 632592
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 199196
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= 88
involuntary context switches= 1890

runsolver used 3.88241 second user time and 9.60754 second system time

The end

Launcher Data

Begin job on node147 at 2012-06-03 14:55:10
IDJOB=3737472
IDBENCH=48243
IDSOLVER=2329
FILE ID=node147/3737472-1338728110
RUNJOBID= node147-1338702405-10367
PBS_JOBID= 14636713
Free space on /tmp= 70768 MiB

SOLVER NAME= PB11: SCIP spx E_2 2011-06-10 (fixed)
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_100_25_1.opb
COMMAND LINE= HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3737472-1338728110/watcher-3737472-1338728110 -o /tmp/evaluation-result-3737472-1338728110/solver-3737472-1338728110 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3737472-1338728110.opb -t 1800 -m 15500

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

MD5SUM BENCH= fd0cd32338d58e5da2d0a0f96e14ad7d
RANDOM SEED=1445636060

node147.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.951
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.90
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.951
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.951
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.87
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.951
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.951
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.951
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.951
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		: 2666.951
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:        28680584 kB
Buffers:          450612 kB
Cached:          2592976 kB
SwapCached:         3380 kB
Active:          1783008 kB
Inactive:        1549160 kB
Active(anon):     284048 kB
Inactive(anon):     5908 kB
Active(file):    1498960 kB
Inactive(file):  1543252 kB
Unevictable:        7644 kB
Mlocked:            7644 kB
SwapTotal:      67108856 kB
SwapFree:       67100236 kB
Dirty:             16724 kB
Writeback:             0 kB
AnonPages:        291796 kB
Mapped:            12312 kB
Shmem:                 0 kB
Slab:             722024 kB
SReclaimable:     163224 kB
SUnreclaim:       558800 kB
KernelStack:        1472 kB
PageTables:         4268 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     410632 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    251904 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= 70752 MiB
End job on node147 at 2012-06-03 15:25:08