Trace number 3690870

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
SCIP spx SCIP 2.1.1.4. with SoPlex 1.6.0.3 fixed? 1796.79 1797.08

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/ttp/normalized-circ8_3.opb
MD5SUMd431323968e1ca4dc95d181076d01437
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark148
Best CPU time to get the best result obtained on this benchmark1800.05
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 154
Optimality of the best value was proved NO
Number of variables1344
Total number of constraints16096
Number of constraints which are clauses8208
Number of constraints which are cardinality constraints (but not clauses)496
Number of constraints which are nor clauses,nor cardinality constraints7392
Minimum length of a constraint2
Maximum length of a constraint28
Number of terms in the objective function 448
Biggest coefficient in the objective function 4
Number of bits for the biggest coefficient in the objective function 3
Sum of the numbers in the objective function 1024
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 24
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 1024
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 2.1.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.6.0.3] [GitHash: a3bf3a4-dirty]
0.00/0.00	c Copyright (c) 2002-2012 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-3690870-1338018735.opb>
0.03/0.05	c original problem has 1344 variables (1344 bin, 0 int, 0 impl, 0 cont) and 16096 constraints
0.03/0.05	c problem read in 0.05
0.09/0.11	c presolving:
0.19/0.23	c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 16096 upgd conss, 3248 impls, 392 clqs
0.29/0.38	c (round 2) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 14784 chg sides, 22176 chg coeffs, 16096 upgd conss, 3248 impls, 392 clqs
0.49/0.52	c    (0.5s) probing: 51/1344 (3.8%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.49/0.52	c    (0.5s) probing aborted: 50/50 successive totally useless probings
0.49/0.53	c presolving (3 rounds):
0.49/0.53	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 14784 changed sides, 22176 changed coefficients
0.49/0.53	c  3248 implications, 392 cliques
0.49/0.53	c presolved problem has 1344 variables (1344 bin, 0 int, 0 impl, 0 cont) and 16096 constraints
0.49/0.53	c    7496 constraints of type <knapsack>
0.49/0.53	c    2016 constraints of type <setppc>
0.49/0.53	c    6584 constraints of type <logicor>
0.49/0.53	c transformed objective value is always integral (scale: 1)
0.49/0.53	c Presolving Time: 0.46
0.49/0.53	c - non default parameters ----------------------------------------------------------------------
0.49/0.53	c # SCIP version 2.1.1.4
0.49/0.53	c 
0.49/0.53	c # maximal time in seconds to run
0.49/0.53	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.49/0.53	c limits/time = 1797
0.49/0.53	c 
0.49/0.53	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.49/0.53	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.49/0.53	c limits/memory = 13950
0.49/0.53	c 
0.49/0.53	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.49/0.53	c # [type: int, range: [1,2], default: 1]
0.49/0.53	c timing/clocktype = 2
0.49/0.53	c 
0.49/0.53	c # belongs reading time to solving time?
0.49/0.53	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.49/0.53	c timing/reading = TRUE
0.49/0.53	c 
0.49/0.53	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.49/0.53	c # [type: int, range: [-1,2147483647], default: -1]
0.49/0.53	c separating/rapidlearning/freq = 0
0.49/0.53	c 
0.49/0.53	c -----------------------------------------------------------------------------------------------
0.49/0.53	c start solving
0.49/0.53	c 
3.69/3.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
3.69/3.70	c   3.7s|     1 |     0 |  6598 |     - |  35M|   0 | 442 |1344 |  16k|1344 |  16k|   0 |  43 |   0 | 9.600000e+01 |      --      |    Inf 
36.08/36.13	c  36.1s|     1 |     0 | 43798 |     - |  39M|   0 | 458 |1344 |  16k|1344 |  16k|  11 |  43 |   0 | 9.600000e+01 |      --      |    Inf 
37.48/37.57	c  37.6s|     1 |     0 | 45230 |     - |  43M|   0 | 459 |1344 |  16k|1344 |  16k|  21 |  43 |   0 | 9.600000e+01 |      --      |    Inf 
40.18/40.24	c  40.2s|     1 |     0 | 45744 |     - |  47M|   0 | 457 |1344 |  16k|1344 |  16k|  29 |  43 |   0 | 9.600000e+01 |      --      |    Inf 
42.17/42.25	c  42.2s|     1 |     0 | 47312 |     - |  52M|   0 | 441 |1344 |  16k|1344 |  16k|  39 |  43 |   0 | 9.600000e+01 |      --      |    Inf 
45.17/45.29	c  45.3s|     1 |     0 | 48274 |     - |  56M|   0 | 467 |1344 |  16k|1344 |  16k|  46 |  43 |   0 | 9.600000e+01 |      --      |    Inf 
48.38/48.48	c  48.5s|     1 |     0 | 49441 |     - |  61M|   0 | 456 |1344 |  16k|1344 |  16k|  53 |  43 |   0 | 9.600000e+01 |      --      |    Inf 
67.87/67.93	c  67.9s|     1 |     2 | 49441 |     - |  61M|   0 | 456 |1344 |  16k|1344 |  16k|  53 |  43 |  39 | 9.600000e+01 |      --      |    Inf 
476.21/476.38	c   476s|   100 |   101 |510607 |4658.2 |  62M|  15 | 445 |1344 |  16k|1344 |  16k|  53 |  72 | 309 | 9.600000e+01 |      --      |    Inf 
619.08/619.23	c   619s|   200 |   199 |693822 |3238.1 |  63M|  25 | 354 |1344 |  16k|1344 |  16k|  53 | 146 | 427 | 9.600000e+01 |      --      |    Inf 
755.36/755.56	c   756s|   300 |   299 |869140 |2741.5 |  64M|  25 | 427 |1344 |  16k|1344 |  16k|  53 | 210 | 536 | 9.600000e+01 |      --      |    Inf 
886.64/886.84	c   887s|   400 |   399 |  1030k|2458.4 |  64M|  25 | 373 |1344 |  16k|1344 |  16k|  53 | 271 | 659 | 9.600000e+01 |      --      |    Inf 
1005.02/1005.20	c  1005s|   500 |   499 |  1181k|2269.2 |  65M|  25 | 428 |1344 |  16k|1344 |  16k|  53 | 318 | 770 | 9.600000e+01 |      --      |    Inf 
1108.41/1108.68	c  1109s|   600 |   591 |  1313k|2110.9 |  66M|  33 | 445 |1344 |  16k|1344 |  16k|  53 | 430 | 881 | 9.600000e+01 |      --      |    Inf 
1209.99/1210.22	c  1210s|   700 |   689 |  1438k|1987.6 |  66M|  41 | 330 |1344 |  16k|1344 |  16k|  53 | 531 |1010 | 9.600000e+01 |      --      |    Inf 
1292.78/1293.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1292.78/1293.08	c  1293s|   800 |   787 |  1543k|1869.6 |  67M|  49 | 340 |1344 |  16k|1344 |  16k|  53 | 560 |1102 | 9.600000e+01 |      --      |    Inf 
1400.46/1400.71	c  1401s|   900 |   883 |  1689k|1823.9 |  68M|  55 | 418 |1344 |  16k|1344 |  16k|  53 | 661 |1210 | 9.600000e+01 |      --      |    Inf 
1476.85/1477.16	c  1477s|  1000 |   977 |  1781k|1734.0 |  68M|  61 | 391 |1344 |  16k|1344 |  16k|  53 | 712 |1298 | 9.600000e+01 |      --      |    Inf 
1575.94/1576.22	c  1576s|  1100 |  1072 |  1910k|1693.3 |  69M|  61 | 325 |1344 |  16k|1344 |  16k|  53 | 783 |1397 | 9.600000e+01 |      --      |    Inf 
1658.92/1659.26	c  1659s|  1200 |  1172 |  2015k|1639.7 |  69M|  61 | 337 |1344 |  16k|1344 |  16k|  53 | 797 |1478 | 9.600000e+01 |      --      |    Inf 
1758.21/1758.56	c  1759s|  1300 |  1272 |  2141k|1610.5 |  70M|  61 | 361 |1344 |  16k|1344 |  16k|  53 | 818 |1576 | 9.600000e+01 |      --      |    Inf 
1796.70/1797.00	c 
1796.70/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1796.70/1797.00	c Solving Time (sec) : 1797.00
1796.70/1797.00	c Solving Nodes      : 1354
1796.70/1797.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1796.70/1797.00	c Dual Bound         : +9.60000000000000e+01
1796.70/1797.00	c Gap                : infinite
1796.70/1797.00	s UNKNOWN
1796.70/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1796.70/1797.00	c Total Time         :    1797.00
1796.70/1797.00	c   solving          :    1797.00
1796.70/1797.00	c   presolving       :       0.46 (included in solving)
1796.70/1797.00	c   reading          :       0.05 (included in solving)
1796.70/1797.00	c   copying          :       0.04 (1 #copies) (minimal 0.04, maximal 0.04, average 0.04)
1796.70/1797.00	c Original Problem   :
1796.70/1797.00	c   Problem name     : HOME/instance-3690870-1338018735.opb
1796.70/1797.00	c   Variables        : 1344 (1344 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.70/1797.00	c   Constraints      : 16096 initial, 16096 maximal
1796.70/1797.00	c   Objective sense  : minimize
1796.70/1797.00	c Presolved Problem  :
1796.70/1797.00	c   Problem name     : t_HOME/instance-3690870-1338018735.opb
1796.70/1797.00	c   Variables        : 1344 (1344 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.70/1797.00	c   Constraints      : 16096 initial, 16665 maximal
1796.70/1797.00	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1796.70/1797.00	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   trivial          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   dualfix          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   gateextraction   :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   implics          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   components       :       0.01       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   pseudoobj        :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   probing          :       0.02       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   knapsack         :       0.24       0.00          0          0          0          0          0          0          0      14784      22176
1796.70/1797.00	c   setppc           :       0.01       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   linear           :       0.09       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   logicor          :       0.03       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   root node        :          -          -          0          -          -          0          -          -          -          -          -
1796.70/1797.00	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
1796.70/1797.00	c   integral         :          0          0          0          0       1353          0          4          0          1         14          0          0       2678
1796.70/1797.00	c   knapsack         :       7496       7496          6      15103          0          1          3       1375          1       2419          0          0          0
1796.70/1797.00	c   setppc           :       2016       2016          6      15102          0          1          1      10530         48      25596          0          0          0
1796.70/1797.00	c   logicor          :       6584+      7153          6       5289          0          1          0       2164         18       2535          0          0          0
1796.70/1797.00	c   countsols        :          0          0          0          0          0          1          0          0          0          0          0          0          0
1796.70/1797.00	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
1796.70/1797.00	c   integral         :     523.74       0.00       0.00       0.00     523.74       0.00       0.00       0.00
1796.70/1797.00	c   knapsack         :       5.39       0.00       0.12       5.27       0.00       0.00       0.00       0.00
1796.70/1797.00	c   setppc           :       0.82       0.00       0.00       0.81       0.00       0.00       0.00       0.01
1796.70/1797.00	c   logicor          :       0.14       0.00       0.00       0.14       0.00       0.00       0.00       0.00
1796.70/1797.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1796.70/1797.00	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
1796.70/1797.00	c   rootredcost      :          0          0          0          0
1796.70/1797.00	c   pseudoobj        :      16356          0          0          0
1796.70/1797.00	c   vbounds          :          0          0          0          0
1796.70/1797.00	c   redcost          :       1359          0          0          0
1796.70/1797.00	c   probing          :          0          0          0          0
1796.70/1797.00	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
1796.70/1797.00	c   rootredcost      :       0.01       0.00       0.00       0.01       0.00
1796.70/1797.00	c   pseudoobj        :       0.03       0.00       0.00       0.03       0.00
1796.70/1797.00	c   vbounds          :       0.01       0.00       0.00       0.01       0.00
1796.70/1797.00	c   redcost          :       0.05       0.00       0.00       0.05       0.00
1796.70/1797.00	c   probing          :       0.02       0.00       0.02       0.00       0.00
1796.70/1797.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.70/1797.00	c   propagation      :       0.01         67         62        607       41.0         29       10.9          -
1796.70/1797.00	c   infeasible LP    :       0.12        116         60       1201      104.7         25        8.2          0
1796.70/1797.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.70/1797.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.70/1797.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.70/1797.00	c   applied globally :          -          -          -        824       49.2          -          -          -
1796.70/1797.00	c   applied locally  :          -          -          -          0        0.0          -          -          -
1796.70/1797.00	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
1796.70/1797.00	c   cut pool         :       0.01                     5          -          -          0          -    (maximal pool size: 1397)
1796.70/1797.00	c   closecuts        :       0.00       0.00          0          0          0          0          0
1796.70/1797.00	c   impliedbounds    :       0.00       0.00          6          0          0          0          0
1796.70/1797.00	c   intobj           :       0.00       0.00          0          0          0          0          0
1796.70/1797.00	c   gomory           :       6.85       0.00          6          0          0        150          0
1796.70/1797.00	c   cgmip            :       0.00       0.00          0          0          0          0          0
1796.70/1797.00	c   strongcg         :       1.53       0.00          6          0          0       3000          0
1796.70/1797.00	c   cmir             :       0.23       0.00          6          0          0          0          0
1796.70/1797.00	c   flowcover        :       0.57       0.00          6          0          0          0          0
1796.70/1797.00	c   clique           :       0.04       0.00          6          0          0         36          0
1796.70/1797.00	c   zerohalf         :       0.00       0.00          0          0          0          0          0
1796.70/1797.00	c   mcf              :       0.01       0.00          1          0          0          0          0
1796.70/1797.00	c   oddcycle         :       0.00       0.00          0          0          0          0          0
1796.70/1797.00	c   rapidlearning    :       0.00       0.00          0          0          0          0          0
1796.70/1797.00	c Pricers            :   ExecTime  SetupTime      Calls       Vars
1796.70/1797.00	c   problem variables:       0.00          -          0          0
1796.70/1797.00	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.70/1797.00	c   relpscost        :     523.74       0.00       1353          1         14          0          0       2678
1796.70/1797.00	c   pscost           :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.00	c   inference        :       0.00       0.00          1          0          0          0          0          2
1796.70/1797.00	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.00	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.00	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.00	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.00	c   random           :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.00	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found
1796.70/1797.00	c   LP solutions     :       0.00          -          -          0
1796.70/1797.00	c   pseudo solutions :       0.00          -          -          0
1796.70/1797.00	c   oneopt           :       0.00       0.00          0          0
1796.70/1797.00	c   crossover        :       0.00       0.00          0          0
1796.70/1797.00	c   intshifting      :       0.00       0.00          0          0
1796.70/1797.00	c   veclendiving     :      63.63       0.00         11          0
1796.70/1797.00	c   coefdiving       :      89.39       0.00         11          0
1796.70/1797.00	c   pscostdiving     :      64.68       0.00         12          0
1796.70/1797.00	c   fracdiving       :      47.58       0.00         12          0
1796.70/1797.00	c   linesearchdiving :      30.97       0.00         12          0
1796.70/1797.00	c   smallcard        :       0.00       0.00          0          0
1796.70/1797.00	c   trivial          :       0.00       0.00          2          0
1796.70/1797.00	c   shiftandpropagate:       0.09       0.00          1          0
1796.70/1797.00	c   simplerounding   :       0.00       0.00          0          0
1796.70/1797.00	c   zirounding       :       1.01       0.00          0          0
1796.70/1797.00	c   rounding         :       0.49       0.00        472          0
1796.70/1797.00	c   shifting         :       0.33       0.00        131          0
1796.70/1797.00	c   twoopt           :       0.00       0.00          0          0
1796.70/1797.00	c   indtwoopt        :       0.00       0.00          0          0
1796.70/1797.00	c   indoneopt        :       0.00       0.00          0          0
1796.70/1797.00	c   fixandinfer      :       0.00       0.00          0          0
1796.70/1797.00	c   feaspump         :      47.27       0.00          5          0
1796.70/1797.00	c   clique           :       0.00       0.00          0          0
1796.70/1797.00	c   indrounding      :       0.00       0.00          0          0
1796.70/1797.00	c   indcoefdiving    :       0.00       0.00          0          0
1796.70/1797.00	c   nlpdiving        :       0.00       0.00          0          0
1796.70/1797.00	c   intdiving        :       0.00       0.00          0          0
1796.70/1797.00	c   actconsdiving    :       0.00       0.00          0          0
1796.70/1797.00	c   objpscostdiving  :     145.45       0.00          1          0
1796.70/1797.00	c   rootsoldiving    :      32.85       0.00          3          0
1796.70/1797.00	c   guideddiving     :       0.00       0.00          0          0
1796.70/1797.00	c   octane           :       0.00       0.00          0          0
1796.70/1797.00	c   rens             :       0.16       0.00          1          0
1796.70/1797.00	c   rins             :       0.00       0.00          0          0
1796.70/1797.00	c   localbranching   :       0.00       0.00          0          0
1796.70/1797.00	c   mutation         :       0.00       0.00          0          0
1796.70/1797.00	c   dins             :       0.00       0.00          0          0
1796.70/1797.00	c   vbounds          :       0.00       0.00          0          0
1796.70/1797.00	c   undercover       :       0.00       0.00          0          0
1796.70/1797.00	c   subnlp           :       0.00       0.00          0          0
1796.70/1797.00	c   trysol           :       0.00       0.00          0          0
1796.70/1797.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
1796.70/1797.00	c   primal LP        :       0.01          1          0       0.00       0.00       0.01          1
1796.70/1797.00	c   dual LP          :     735.08       1372    1388605    1018.79    1889.06       0.08          9
1796.70/1797.00	c   lex dual LP      :       0.00          0          0       0.00          -
1796.70/1797.00	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
1796.70/1797.00	c   diving/probing LP:     501.85       8227     802788      97.58    1599.65
1796.70/1797.00	c   strong branching :     523.48       1612     845984     524.80    1616.09
1796.70/1797.00	c     (at root node) :          -         39      30241     775.41          -
1796.70/1797.00	c   conflict analysis:       0.00          0          0       0.00          -
1796.70/1797.00	c B&B Tree           :
1796.70/1797.00	c   number of runs   :          1
1796.70/1797.00	c   nodes            :       1354
1796.70/1797.00	c   nodes (total)    :       1354
1796.70/1797.00	c   nodes left       :       1326
1796.70/1797.00	c   max depth        :         61
1796.70/1797.00	c   max depth (total):         61
1796.70/1797.00	c   backtracks       :         71 (5.2%)
1796.70/1797.00	c   delayed cutoffs  :          1
1796.70/1797.00	c   repropagations   :         31 (90 domain reductions, 1 cutoffs)
1796.70/1797.00	c   avg switch length:       2.36
1796.70/1797.00	c   switching time   :       0.57
1796.70/1797.00	c Solution           :
1796.70/1797.00	c   Solutions found  :          0 (0 improvements)
1796.70/1797.00	c   Primal Bound     :          -
1796.70/1797.00	c   Dual Bound       : +9.60000000000000e+01
1796.70/1797.00	c   Gap              :   infinite
1796.70/1797.00	c   Root Dual Bound  : +9.60000000000000e+01
1796.70/1797.00	c   Root Iterations  :      49441
1796.70/1797.07	c Time complete: 1796.78.

Verifier Data

ERROR: no interpretation found !

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-3690870-1338018735/watcher-3690870-1338018735 -o /tmp/evaluation-result-3690870-1338018735/solver-3690870-1338018735 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4fix.linux.x86_64.gnu.opt.spx -f HOME/instance-3690870-1338018735.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: 2.02 2.05 1.74 3/176 9734
/proc/meminfo: memFree=27934300/32873648 swapFree=7104/7104
[pid=9734] ppid=9732 vsize=11292 CPUtime=0 cores=1,3,5,7
/proc/9734/stat : 9734 (scip-2.1.1.4fix) R 9732 9734 9598 0 -1 4202496 1580 0 0 0 0 0 0 0 20 0 1 0 267999004 11563008 1534 33554432000 4194304 10173063 140736134796640 140735648874536 8800002 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/9734/statm: 2823 1534 416 1460 0 1354 0

[startup+0.0431131 s]
/proc/loadavg: 2.02 2.05 1.74 3/176 9734
/proc/meminfo: memFree=27934300/32873648 swapFree=7104/7104
[pid=9734] ppid=9732 vsize=16748 CPUtime=0.03 cores=1,3,5,7
/proc/9734/stat : 9734 (scip-2.1.1.4fix) R 9732 9734 9598 0 -1 4202496 2921 0 0 0 3 0 0 0 20 0 1 0 267999004 17149952 2875 33554432000 4194304 10173063 140736134796640 140735648874536 8886856 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/9734/statm: 4187 2875 416 1460 0 2718 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 16748

[startup+0.100272 s]
/proc/loadavg: 2.02 2.05 1.74 3/176 9734
/proc/meminfo: memFree=27934300/32873648 swapFree=7104/7104
[pid=9734] ppid=9732 vsize=43632 CPUtime=0.09 cores=1,3,5,7
/proc/9734/stat : 9734 (scip-2.1.1.4fix) R 9732 9734 9598 0 -1 4202496 9409 0 0 0 8 1 0 0 20 0 1 0 267999004 44679168 9360 33554432000 4194304 10173063 140736134796640 140735648874536 8886775 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9734/statm: 10908 9360 512 1460 0 9439 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 43632

[startup+0.300249 s]
/proc/loadavg: 2.02 2.05 1.74 3/176 9734
/proc/meminfo: memFree=27934300/32873648 swapFree=7104/7104
[pid=9734] ppid=9732 vsize=61864 CPUtime=0.29 cores=1,3,5,7
/proc/9734/stat : 9734 (scip-2.1.1.4fix) R 9732 9734 9598 0 -1 4202496 14790 0 0 0 26 3 0 0 20 0 1 0 267999004 63348736 13950 33554432000 4194304 10173063 140736134796640 140735648874536 8963895 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9734/statm: 15466 13950 587 1460 0 13997 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 61864

[startup+0.700246 s]
/proc/loadavg: 2.02 2.05 1.74 3/176 9734
/proc/meminfo: memFree=27934300/32873648 swapFree=7104/7104
[pid=9734] ppid=9732 vsize=103120 CPUtime=0.69 cores=1,3,5,7
/proc/9734/stat : 9734 (scip-2.1.1.4fix) R 9732 9734 9598 0 -1 4202496 24807 0 0 0 64 5 0 0 20 0 1 0 267999004 105594880 23240 33554432000 4194304 10173063 140736134796640 140736134790360 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9734/statm: 25780 23240 769 1460 0 24311 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 103120

[startup+1.5002 s]
/proc/loadavg: 2.02 2.05 1.74 3/177 9735
/proc/meminfo: memFree=27839556/32873648 swapFree=7104/7104
[pid=9734] ppid=9732 vsize=107316 CPUtime=1.49 cores=1,3,5,7
/proc/9734/stat : 9734 (scip-2.1.1.4fix) R 9732 9734 9598 0 -1 4202496 26461 0 0 0 143 6 0 0 20 0 1 0 267999004 109891584 24535 33554432000 4194304 10173063 140736134796640 140736134790360 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9734/statm: 26829 24535 769 1460 0 25360 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 107316

[startup+3.10022 s]
/proc/loadavg: 2.02 2.05 1.74 3/177 9735
/proc/meminfo: memFree=27839044/32873648 swapFree=7104/7104
[pid=9734] ppid=9732 vsize=107316 CPUtime=3.08 cores=1,3,5,7
/proc/9734/stat : 9734 (scip-2.1.1.4fix) R 9732 9734 9598 0 -1 4202496 26480 0 0 0 302 6 0 0 20 0 1 0 267999004 109891584 24554 33554432000 4194304 10173063 140736134796640 140736134789944 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9734/statm: 26829 24554 769 1460 0 25360 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 107316

[startup+6.30021 s]
/proc/loadavg: 2.02 2.05 1.74 3/177 9735
/proc/meminfo: memFree=27835792/32873648 swapFree=7104/7104
[pid=9734] ppid=9732 vsize=109268 CPUtime=6.29 cores=1,3,5,7
/proc/9734/stat : 9734 (scip-2.1.1.4fix) R 9732 9734 9598 0 -1 4202496 28163 0 0 0 621 8 0 0 20 0 1 0 267999004 111890432 25341 33554432000 4194304 10173063 140736134796640 140736134788168 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9734/statm: 27317 25341 789 1460 0 25848 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 109268

[startup+12.7001 s]
/proc/loadavg: 2.01 2.05 1.74 3/177 9773
/proc/meminfo: memFree=28841920/32873648 swapFree=7104/7104
[pid=9734] ppid=9732 vsize=109268 CPUtime=12.68 cores=1,3,5,7
/proc/9734/stat : 9734 (scip-2.1.1.4fix) R 9732 9734 9598 0 -1 4202496 28178 0 0 0 1259 9 0 0 20 0 1 0 267999004 111890432 25356 33554432000 4194304 10173063 140736134796640 140736134788168 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9734/statm: 27317 25356 792 1460 0 25848 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 109268

[startup+25.5002 s]
/proc/loadavg: 2.08 2.06 1.75 3/177 9811
/proc/meminfo: memFree=28795860/32873648 swapFree=7104/7104
[pid=9734] ppid=9732 vsize=109268 CPUtime=25.48 cores=1,3,5,7
/proc/9734/stat : 9734 (scip-2.1.1.4fix) R 9732 9734 9598 0 -1 4202496 28244 0 0 0 2537 11 0 0 20 0 1 0 267999004 111890432 25405 33554432000 4194304 10173063 140736134796640 140736134787944 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9734/statm: 27317 25405 792 1460 0 25848 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 109268

[startup+51.1003 s]
/proc/loadavg: 2.12 2.07 1.76 3/177 9849
/proc/meminfo: memFree=28680484/32873648 swapFree=7104/7104
[pid=9734] ppid=9732 vsize=151956 CPUtime=51.07 cores=1,3,5,7
/proc/9734/stat : 9734 (scip-2.1.1.4fix) R 9732 9734 9598 0 -1 4202496 46049 0 0 0 5086 21 0 0 20 0 1 0 267999004 155602944 36179 33554432000 4194304 10173063 140736134796640 140736134790088 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9734/statm: 37989 36179 860 1460 0 36520 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 151956

[startup+102.307 s]
/proc/loadavg: 2.05 2.06 1.77 3/177 9850
/proc/meminfo: memFree=28676068/32873648 swapFree=7104/7104
[pid=9734] ppid=9732 vsize=153852 CPUtime=102.26 cores=1,3,5,7
/proc/9734/stat : 9734 (scip-2.1.1.4fix) R 9732 9734 9598 0 -1 4202496 46560 0 0 0 10194 32 0 0 20 0 1 0 267999004 157544448 37361 33554432000 4194304 10173063 140736134796640 140736134790088 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9734/statm: 38463 37361 862 1460 0 36994 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 153852

[startup+162.3 s]
/proc/loadavg: 2.02 2.04 1.78 3/177 9850
/proc/meminfo: memFree=28673132/32873648 swapFree=7104/7104
[pid=9734] ppid=9732 vsize=153852 CPUtime=162.25 cores=1,3,5,7
/proc/9734/stat : 9734 (scip-2.1.1.4fix) R 9732 9734 9598 0 -1 4202496 46560 0 0 0 16181 44 0 0 20 0 1 0 267999004 157544448 37361 33554432000 4194304 10173063 140736134796640 140736134790088 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9734/statm: 38463 37361 862 1460 0 36994 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 153852

[startup+222.3 s]
/proc/loadavg: 2.00 2.03 1.79 3/177 9850
/proc/meminfo: memFree=28654588/32873648 swapFree=7104/7104
[pid=9734] ppid=9732 vsize=153852 CPUtime=222.24 cores=1,3,5,7
/proc/9734/stat : 9734 (scip-2.1.1.4fix) R 9732 9734 9598 0 -1 4202496 46562 0 0 0 22166 58 0 0 20 0 1 0 267999004 157544448 37363 33554432000 4194304 10173063 140736134796640 140736134790088 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9734/statm: 38463 37363 864 1460 0 36994 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 153852

[startup+282.3 s]
/proc/loadavg: 2.03 2.04 1.81 3/177 9850
/proc/meminfo: memFree=28631272/32873648 swapFree=7104/7104
[pid=9734] ppid=9732 vsize=158160 CPUtime=282.23 cores=1,3,5,7
/proc/9734/stat : 9734 (scip-2.1.1.4fix) R 9732 9734 9598 0 -1 4202496 46611 0 0 0 28151 72 0 0 20 0 1 0 267999004 161955840 38434 33554432000 4194304 10173063 140736134796640 140736134789816 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9734/statm: 39540 38434 864 1460 0 38071 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 158160

[startup+342.3 s]
/proc/loadavg: 2.01 2.03 1.82 3/177 9850
/proc/meminfo: memFree=28615184/32873648 swapFree=7104/7104
[pid=9734] ppid=9732 vsize=158160 CPUtime=342.22 cores=1,3,5,7
/proc/9734/stat : 9734 (scip-2.1.1.4fix) R 9732 9734 9598 0 -1 4202496 46611 0 0 0 34136 86 0 0 20 0 1 0 267999004 161955840 38434 33554432000 4194304 10173063 140736134796640 140736134789816 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9734/statm: 39540 38434 864 1460 0 38071 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 158160

[startup+402.3 s]
/proc/loadavg: 2.00 2.02 1.83 3/177 9851
/proc/meminfo: memFree=28600156/32873648 swapFree=7104/7104
[pid=9734] ppid=9732 vsize=157380 CPUtime=402.21 cores=1,3,5,7
/proc/9734/stat : 9734 (scip-2.1.1.4fix) R 9732 9734 9598 0 -1 4202496 48734 0 0 0 40122 99 0 0 20 0 1 0 267999004 161157120 37933 33554432000 4194304 10173063 140736134796640 140736134789752 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9734/statm: 39345 37933 864 1460 0 37876 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 157380

[startup+462.3 s]
/proc/loadavg: 2.00 2.02 1.83 3/177 9851
/proc/meminfo: memFree=28586640/32873648 swapFree=7104/7104
[pid=9734] ppid=9732 vsize=155460 CPUtime=462.21 cores=1,3,5,7
/proc/9734/stat : 9734 (scip-2.1.1.4fix) R 9732 9734 9598 0 -1 4202496 52155 0 0 0 46108 113 0 0 20 0 1 0 267999004 159191040 37264 33554432000 4194304 10173063 140736134796640 140736134789512 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9734/statm: 38865 37264 864 1460 0 37396 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 155460

[startup+522.3 s]
/proc/loadavg: 2.00 2.01 1.84 3/178 9854
/proc/meminfo: memFree=28569904/32873648 swapFree=7104/7104
[pid=9734] ppid=9732 vsize=155460 CPUtime=522.2 cores=1,3,5,7
/proc/9734/stat : 9734 (scip-2.1.1.4fix) R 9732 9734 9598 0 -1 4202496 52680 0 0 0 52092 128 0 0 20 0 1 0 267999004 159191040 37789 33554432000 4194304 10173063 140736134796640 140736134790088 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9734/statm: 38865 37789 864 1460 0 37396 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 155460

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 1.84 3/178 9877
/proc/meminfo: memFree=28551416/32873648 swapFree=7104/7104
[pid=9734] ppid=9732 vsize=155460 CPUtime=582.19 cores=1,3,5,7
/proc/9734/stat : 9734 (scip-2.1.1.4fix) R 9732 9734 9598 0 -1 4202496 52680 0 0 0 58078 141 0 0 20 0 1 0 267999004 159191040 37789 33554432000 4194304 10173063 140736134796640 140736134789896 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9734/statm: 38865 37789 864 1460 0 37396 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 155460

[startup+642.3 s]

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

/proc/meminfo: memFree=28442720/32873648 swapFree=7104/7104
[pid=9734] ppid=9732 vsize=159244 CPUtime=1122.11 cores=1,3,5,7
/proc/9734/stat : 9734 (scip-2.1.1.4fix) R 9732 9734 9598 0 -1 4202496 53619 0 0 0 111939 272 0 0 20 0 1 0 267999004 163065856 38727 33554432000 4194304 10173063 140736134796640 140736134789896 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9734/statm: 39811 38727 864 1460 0 38342 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 159244

[startup+1182.3 s]
/proc/loadavg: 2.02 2.02 1.91 3/177 9882
/proc/meminfo: memFree=28429668/32873648 swapFree=7104/7104
[pid=9734] ppid=9732 vsize=159244 CPUtime=1182.09 cores=1,3,5,7
/proc/9734/stat : 9734 (scip-2.1.1.4fix) R 9732 9734 9598 0 -1 4202496 53619 0 0 0 117922 287 0 0 20 0 1 0 267999004 163065856 38727 33554432000 4194304 10173063 140736134796640 140736134789896 8035312 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9734/statm: 39811 38727 864 1460 0 38342 0
Current children cumulated CPU time (s) 1182.09
Current children cumulated vsize (KiB) 159244

[startup+1242.3 s]
/proc/loadavg: 2.01 2.01 1.91 3/177 9882
/proc/meminfo: memFree=28426912/32873648 swapFree=7104/7104
[pid=9734] ppid=9732 vsize=160272 CPUtime=1242.08 cores=1,3,5,7
/proc/9734/stat : 9734 (scip-2.1.1.4fix) R 9732 9734 9598 0 -1 4202496 53874 0 0 0 123906 302 0 0 20 0 1 0 267999004 164118528 38982 33554432000 4194304 10173063 140736134796640 140736134789896 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9734/statm: 40068 38982 864 1460 0 38599 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 160272

[startup+1302.3 s]
/proc/loadavg: 2.07 2.02 1.91 3/177 9883
/proc/meminfo: memFree=28425232/32873648 swapFree=7104/7104
[pid=9734] ppid=9732 vsize=160272 CPUtime=1302.09 cores=1,3,5,7
/proc/9734/stat : 9734 (scip-2.1.1.4fix) R 9732 9734 9598 0 -1 4202496 53874 0 0 0 129891 318 0 0 20 0 1 0 267999004 164118528 38982 33554432000 4194304 10173063 140736134796640 140736134789576 8012255 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9734/statm: 40068 38982 864 1460 0 38599 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 160272

[startup+1362.3 s]
/proc/loadavg: 2.02 2.02 1.91 3/177 9883
/proc/meminfo: memFree=28424680/32873648 swapFree=7104/7104
[pid=9734] ppid=9732 vsize=160272 CPUtime=1362.07 cores=1,3,5,7
/proc/9734/stat : 9734 (scip-2.1.1.4fix) R 9732 9734 9598 0 -1 4202496 53874 0 0 0 135875 332 0 0 20 0 1 0 267999004 164118528 38982 33554432000 4194304 10173063 140736134796640 140736134790088 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9734/statm: 40068 38982 864 1460 0 38599 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 160272

[startup+1422.31 s]
/proc/loadavg: 2.01 2.01 1.91 3/177 9883
/proc/meminfo: memFree=28422324/32873648 swapFree=7104/7104
[pid=9734] ppid=9732 vsize=160272 CPUtime=1422.06 cores=1,3,5,7
/proc/9734/stat : 9734 (scip-2.1.1.4fix) R 9732 9734 9598 0 -1 4202496 53874 0 0 0 141859 347 0 0 20 0 1 0 267999004 164118528 38982 33554432000 4194304 10173063 140736134796640 140736134789896 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9734/statm: 40068 38982 864 1460 0 38599 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 160272

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 1.91 3/177 9883
/proc/meminfo: memFree=28416000/32873648 swapFree=7104/7104
[pid=9734] ppid=9732 vsize=160272 CPUtime=1482.05 cores=1,3,5,7
/proc/9734/stat : 9734 (scip-2.1.1.4fix) R 9732 9734 9598 0 -1 4202496 53885 0 0 0 147842 363 0 0 20 0 1 0 267999004 164118528 38993 33554432000 4194304 10173063 140736134796640 140736134789896 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9734/statm: 40068 38993 864 1460 0 38599 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 160272

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 9883
/proc/meminfo: memFree=28399984/32873648 swapFree=7104/7104
[pid=9734] ppid=9732 vsize=160272 CPUtime=1542.04 cores=1,3,5,7
/proc/9734/stat : 9734 (scip-2.1.1.4fix) R 9732 9734 9598 0 -1 4202496 53885 0 0 0 153827 377 0 0 20 0 1 0 267999004 164118528 38993 33554432000 4194304 10173063 140736134796640 140736134789896 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9734/statm: 40068 38993 864 1460 0 38599 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 160272

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 9884
/proc/meminfo: memFree=28388576/32873648 swapFree=7104/7104
[pid=9734] ppid=9732 vsize=160272 CPUtime=1602.03 cores=1,3,5,7
/proc/9734/stat : 9734 (scip-2.1.1.4fix) R 9732 9734 9598 0 -1 4202496 53885 0 0 0 159812 391 0 0 20 0 1 0 267999004 164118528 38993 33554432000 4194304 10173063 140736134796640 140736134789896 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9734/statm: 40068 38993 864 1460 0 38599 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 160272

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 9884
/proc/meminfo: memFree=28378084/32873648 swapFree=7104/7104
[pid=9734] ppid=9732 vsize=158396 CPUtime=1662.02 cores=1,3,5,7
/proc/9734/stat : 9734 (scip-2.1.1.4fix) R 9732 9734 9598 0 -1 4202496 57656 0 0 0 165795 407 0 0 20 0 1 0 267999004 162197504 38441 33554432000 4194304 10173063 140736134796640 140736134789896 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9734/statm: 39599 38441 864 1460 0 38130 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 158396

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 9887
/proc/meminfo: memFree=28369656/32873648 swapFree=7104/7104
[pid=9734] ppid=9732 vsize=161092 CPUtime=1722.01 cores=1,3,5,7
/proc/9734/stat : 9734 (scip-2.1.1.4fix) R 9732 9734 9598 0 -1 4202496 58406 0 0 0 171782 419 0 0 20 0 1 0 267999004 164958208 39191 33554432000 4194304 10173063 140736134796640 140736134790088 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9734/statm: 40273 39191 864 1460 0 38804 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 161092

[startup+1782.3 s]
/proc/loadavg: 2.08 2.02 1.92 3/177 9887
/proc/meminfo: memFree=28358752/32873648 swapFree=7104/7104
[pid=9734] ppid=9732 vsize=160680 CPUtime=1782 cores=1,3,5,7
/proc/9734/stat : 9734 (scip-2.1.1.4fix) R 9732 9734 9598 0 -1 4202496 60365 0 0 0 177765 435 0 0 20 0 1 0 267999004 164536320 39093 33554432000 4194304 10173063 140736134796640 140736134790088 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9734/statm: 40170 39093 864 1460 0 38701 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 160680

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

[startup+1785.5 s]
/proc/loadavg: 2.08 2.02 1.92 3/177 9887
/proc/meminfo: memFree=28358876/32873648 swapFree=7104/7104
[pid=9734] ppid=9732 vsize=160680 CPUtime=1785.2 cores=1,3,5,7
/proc/9734/stat : 9734 (scip-2.1.1.4fix) R 9732 9734 9598 0 -1 4202496 60365 0 0 0 178084 436 0 0 20 0 1 0 267999004 164536320 39093 33554432000 4194304 10173063 140736134796640 140736134790280 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9734/statm: 40170 39093 864 1460 0 38701 0
Current children cumulated CPU time (s) 1785.2
Current children cumulated vsize (KiB) 160680

[startup+1791.91 s]
/proc/loadavg: 2.07 2.02 1.92 3/177 9887
/proc/meminfo: memFree=28358628/32873648 swapFree=7104/7104
[pid=9734] ppid=9732 vsize=160680 CPUtime=1791.61 cores=1,3,5,7
/proc/9734/stat : 9734 (scip-2.1.1.4fix) R 9732 9734 9598 0 -1 4202496 60386 0 0 0 178723 438 0 0 20 0 1 0 267999004 164536320 39114 33554432000 4194304 10173063 140736134796640 140736134790088 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9734/statm: 40170 39114 864 1460 0 38701 0
Current children cumulated CPU time (s) 1791.61
Current children cumulated vsize (KiB) 160680

[startup+1795.1 s]
/proc/loadavg: 2.07 2.02 1.92 3/177 9887
/proc/meminfo: memFree=28356272/32873648 swapFree=7104/7104
[pid=9734] ppid=9732 vsize=162536 CPUtime=1794.81 cores=1,3,5,7
/proc/9734/stat : 9734 (scip-2.1.1.4fix) R 9732 9734 9598 0 -1 4202496 60832 0 0 0 179042 439 0 0 20 0 1 0 267999004 166436864 39553 33554432000 4194304 10173063 140736134796640 140736134790088 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9734/statm: 40634 39553 864 1460 0 39165 0
Current children cumulated CPU time (s) 1794.81
Current children cumulated vsize (KiB) 162536

[startup+1795.9 s]
/proc/loadavg: 2.07 2.02 1.92 3/177 9887
/proc/meminfo: memFree=28356272/32873648 swapFree=7104/7104
[pid=9734] ppid=9732 vsize=162536 CPUtime=1795.6 cores=1,3,5,7
/proc/9734/stat : 9734 (scip-2.1.1.4fix) R 9732 9734 9598 0 -1 4202496 60832 0 0 0 179121 439 0 0 20 0 1 0 267999004 166436864 39553 33554432000 4194304 10173063 140736134796640 140736134789992 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9734/statm: 40634 39553 864 1460 0 39165 0
Current children cumulated CPU time (s) 1795.6
Current children cumulated vsize (KiB) 162536

[startup+1796.7 s]
/proc/loadavg: 2.07 2.02 1.92 3/177 9887
/proc/meminfo: memFree=28356148/32873648 swapFree=7104/7104
[pid=9734] ppid=9732 vsize=162536 CPUtime=1796.4 cores=1,3,5,7
/proc/9734/stat : 9734 (scip-2.1.1.4fix) R 9732 9734 9598 0 -1 4202496 60832 0 0 0 179201 439 0 0 20 0 1 0 267999004 166436864 39553 33554432000 4194304 10173063 140736134796640 140736134789896 8033088 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9734/statm: 40634 39553 864 1460 0 39165 0
Current children cumulated CPU time (s) 1796.4
Current children cumulated vsize (KiB) 162536

[startup+1796.9 s]
/proc/loadavg: 2.07 2.02 1.92 3/177 9887
/proc/meminfo: memFree=28356148/32873648 swapFree=7104/7104
[pid=9734] ppid=9732 vsize=162536 CPUtime=1796.6 cores=1,3,5,7
/proc/9734/stat : 9734 (scip-2.1.1.4fix) R 9732 9734 9598 0 -1 4202496 60832 0 0 0 179221 439 0 0 20 0 1 0 267999004 166436864 39553 33554432000 4194304 10173063 140736134796640 140736134789896 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9734/statm: 40634 39553 864 1460 0 39165 0
Current children cumulated CPU time (s) 1796.6
Current children cumulated vsize (KiB) 162536

[startup+1797 s]
/proc/loadavg: 2.07 2.02 1.92 3/177 9887
/proc/meminfo: memFree=28356148/32873648 swapFree=7104/7104
[pid=9734] ppid=9732 vsize=162536 CPUtime=1796.7 cores=1,3,5,7
/proc/9734/stat : 9734 (scip-2.1.1.4fix) R 9732 9734 9598 0 -1 4202496 60832 0 0 0 179231 439 0 0 20 0 1 0 267999004 166436864 39553 33554432000 4194304 10173063 140736134796640 140736134789896 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9734/statm: 40634 39553 864 1460 0 39165 0
Current children cumulated CPU time (s) 1796.7
Current children cumulated vsize (KiB) 162536

Child status: 0
Real time (s): 1797.08
CPU time (s): 1796.79
CPU user time (s): 1792.38
CPU system time (s): 4.40333
CPU usage (%): 99.9839
Max. virtual memory (cumulated for all children) (KiB): 181480

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.38
system time used= 4.40333
maximum resident set size= 175116
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 60838
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= 24
involuntary context switches= 1848

runsolver used 3.17352 second user time and 9.2326 second system time

The end

Launcher Data

Begin job on node127 at 2012-05-26 09:52:15
IDJOB=3690870
IDBENCH=2006
IDSOLVER=2270
FILE ID=node127/3690870-1338018735
RUNJOBID= node127-1338016935-9615
PBS_JOBID= 14624344
Free space on /tmp= 71476 MiB

SOLVER NAME= SCIP spx SCIP 2.1.1.4. with SoPlex 1.6.0.3 fixed
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/ttp/normalized-circ8_3.opb
COMMAND LINE= HOME/scip-2.1.1.4fix.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3690870-1338018735/watcher-3690870-1338018735 -o /tmp/evaluation-result-3690870-1338018735/solver-3690870-1338018735 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4fix.linux.x86_64.gnu.opt.spx -f HOME/instance-3690870-1338018735.opb -t 1800 -m 15500

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

MD5SUM BENCH= d431323968e1ca4dc95d181076d01437
RANDOM SEED=604171689

node127.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.348
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	: 5332.69
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.348
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.348
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.94
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.348
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.348
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.348
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.348
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.348
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:       32873648 kB
MemFree:        27934564 kB
Buffers:          261792 kB
Cached:          2867352 kB
SwapCached:            0 kB
Active:          1661456 kB
Inactive:        2496628 kB
Active(anon):    1031008 kB
Inactive(anon):        0 kB
Active(file):     630448 kB
Inactive(file):  2496628 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             14392 kB
Writeback:             0 kB
AnonPages:        986244 kB
Mapped:            17536 kB
Shmem:               200 kB
Slab:             641372 kB
SReclaimable:      86048 kB
SUnreclaim:       555324 kB
KernelStack:        1472 kB
PageTables:         5820 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1146272 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    772096 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71468 MiB
End job on node127 at 2012-05-26 10:22:13