Trace number 3692036

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 E SCIP 2.1.1.4. Exp with SoPlex 1.6.0.3 fixed? 1796.77 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: 947bdb7-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-3692036-1338031466.opb>
0.03/0.06	c original problem has 1344 variables (1344 bin, 0 int, 0 impl, 0 cont) and 16096 constraints
0.03/0.06	c problem read in 0.06
0.03/0.09	c presolving:
0.19/0.20	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.36	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.50	c    (0.5s) probing: 51/1344 (3.8%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.49/0.50	c    (0.5s) probing aborted: 50/50 successive totally useless probings
0.49/0.51	c presolving (3 rounds):
0.49/0.51	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.51	c  3248 implications, 392 cliques
0.49/0.51	c presolved problem has 1344 variables (1344 bin, 0 int, 0 impl, 0 cont) and 16096 constraints
0.49/0.51	c    7496 constraints of type <knapsack>
0.49/0.51	c    2016 constraints of type <setppc>
0.49/0.51	c    6584 constraints of type <logicor>
0.49/0.51	c transformed objective value is always integral (scale: 1)
0.49/0.51	c Presolving Time: 0.43
0.49/0.51	c - non default parameters ----------------------------------------------------------------------
0.49/0.51	c # SCIP version 2.1.1.4
0.49/0.51	c 
0.49/0.51	c # maximal time in seconds to run
0.49/0.51	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.49/0.51	c limits/time = 1797
0.49/0.51	c 
0.49/0.51	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.49/0.51	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.49/0.51	c limits/memory = 13950
0.49/0.51	c 
0.49/0.51	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.49/0.51	c # [type: int, range: [1,2], default: 1]
0.49/0.51	c timing/clocktype = 2
0.49/0.51	c 
0.49/0.51	c # belongs reading time to solving time?
0.49/0.51	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.49/0.51	c timing/reading = TRUE
0.49/0.51	c 
0.49/0.51	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.49/0.51	c # [type: int, range: [-1,2147483647], default: -1]
0.49/0.51	c separating/rapidlearning/freq = 0
0.49/0.51	c 
0.49/0.51	c -----------------------------------------------------------------------------------------------
0.49/0.51	c start solving
0.49/0.51	c 
3.58/3.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
3.58/3.67	c   3.7s|     1 |     0 |  6598 |     - |  37M|   0 | 442 |1344 |  16k|1344 |  16k|   0 |  43 |   0 | 9.600000e+01 |      --      |    Inf 
35.88/35.95	c  36.0s|     1 |     0 | 43798 |     - |  41M|   0 | 458 |1344 |  16k|1344 |  16k|  11 |  43 |   0 | 9.600000e+01 |      --      |    Inf 
37.28/37.39	c  37.4s|     1 |     0 | 45230 |     - |  45M|   0 | 459 |1344 |  16k|1344 |  16k|  21 |  43 |   0 | 9.600000e+01 |      --      |    Inf 
39.98/40.08	c  40.1s|     1 |     0 | 45744 |     - |  49M|   0 | 457 |1344 |  16k|1344 |  16k|  29 |  43 |   0 | 9.600000e+01 |      --      |    Inf 
42.07/42.11	c  42.1s|     1 |     0 | 47312 |     - |  54M|   0 | 441 |1344 |  16k|1344 |  16k|  39 |  43 |   0 | 9.600000e+01 |      --      |    Inf 
45.08/45.16	c  45.2s|     1 |     0 | 48274 |     - |  59M|   0 | 467 |1344 |  16k|1344 |  16k|  46 |  43 |   0 | 9.600000e+01 |      --      |    Inf 
48.27/48.37	c  48.4s|     1 |     0 | 49441 |     - |  63M|   0 | 456 |1344 |  16k|1344 |  16k|  53 |  43 |   0 | 9.600000e+01 |      --      |    Inf 
67.66/67.79	c  67.8s|     1 |     2 | 49441 |     - |  63M|   0 | 456 |1344 |  16k|1344 |  16k|  53 |  43 |  39 | 9.600000e+01 |      --      |    Inf 
474.29/474.47	c   474s|   100 |   101 |510607 |4658.2 |  64M|  15 | 445 |1344 |  16k|1344 |  16k|  53 |  72 | 309 | 9.600000e+01 |      --      |    Inf 
616.57/616.77	c   617s|   200 |   199 |693822 |3238.1 |  65M|  25 | 354 |1344 |  16k|1344 |  16k|  53 | 146 | 427 | 9.600000e+01 |      --      |    Inf 
752.15/752.32	c   752s|   300 |   299 |869140 |2741.5 |  66M|  25 | 427 |1344 |  16k|1344 |  16k|  53 | 210 | 536 | 9.600000e+01 |      --      |    Inf 
882.53/882.72	c   883s|   400 |   399 |  1030k|2458.4 |  66M|  25 | 373 |1344 |  16k|1344 |  16k|  53 | 271 | 659 | 9.600000e+01 |      --      |    Inf 
1000.21/1000.41	c  1000s|   500 |   499 |  1181k|2269.2 |  67M|  25 | 428 |1344 |  16k|1344 |  16k|  53 | 318 | 770 | 9.600000e+01 |      --      |    Inf 
1103.10/1103.33	c  1103s|   600 |   591 |  1313k|2110.9 |  68M|  33 | 445 |1344 |  16k|1344 |  16k|  53 | 430 | 881 | 9.600000e+01 |      --      |    Inf 
1204.08/1204.34	c  1204s|   700 |   689 |  1438k|1987.6 |  68M|  41 | 330 |1344 |  16k|1344 |  16k|  53 | 531 |1010 | 9.600000e+01 |      --      |    Inf 
1286.46/1286.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1286.46/1286.79	c  1287s|   800 |   787 |  1543k|1869.6 |  69M|  49 | 340 |1344 |  16k|1344 |  16k|  53 | 560 |1102 | 9.600000e+01 |      --      |    Inf 
1393.46/1393.79	c  1394s|   900 |   883 |  1689k|1823.9 |  70M|  55 | 418 |1344 |  16k|1344 |  16k|  53 | 661 |1210 | 9.600000e+01 |      --      |    Inf 
1469.54/1469.82	c  1470s|  1000 |   977 |  1781k|1734.0 |  70M|  61 | 391 |1344 |  16k|1344 |  16k|  53 | 712 |1298 | 9.600000e+01 |      --      |    Inf 
1568.11/1568.42	c  1568s|  1100 |  1072 |  1910k|1693.3 |  71M|  61 | 325 |1344 |  16k|1344 |  16k|  53 | 783 |1397 | 9.600000e+01 |      --      |    Inf 
1650.81/1651.12	c  1651s|  1200 |  1172 |  2015k|1639.7 |  71M|  61 | 337 |1344 |  16k|1344 |  16k|  53 | 797 |1478 | 9.600000e+01 |      --      |    Inf 
1749.99/1750.37	c  1750s|  1300 |  1272 |  2141k|1610.5 |  72M|  61 | 361 |1344 |  16k|1344 |  16k|  53 | 818 |1576 | 9.600000e+01 |      --      |    Inf 
1796.68/1797.01	c 
1796.68/1797.01	c SCIP Status        : solving was interrupted [time limit reached]
1796.68/1797.01	c Solving Time (sec) : 1797.01
1796.68/1797.01	c Solving Nodes      : 1364
1796.68/1797.01	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1796.68/1797.01	c Dual Bound         : +9.60000000000000e+01
1796.68/1797.01	c Gap                : infinite
1796.68/1797.01	s UNKNOWN
1796.68/1797.01	c SCIP Status        : solving was interrupted [time limit reached]
1796.68/1797.01	c Total Time         :    1797.01
1796.68/1797.01	c   solving          :    1797.01
1796.68/1797.01	c   presolving       :       0.43 (included in solving)
1796.68/1797.01	c   reading          :       0.06 (included in solving)
1796.68/1797.01	c   copying          :       0.04 (1 #copies) (minimal 0.04, maximal 0.04, average 0.04)
1796.68/1797.01	c Original Problem   :
1796.68/1797.01	c   Problem name     : HOME/instance-3692036-1338031466.opb
1796.68/1797.01	c   Variables        : 1344 (1344 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.68/1797.01	c   Constraints      : 16096 initial, 16096 maximal
1796.68/1797.01	c   Objective sense  : minimize
1796.68/1797.01	c Presolved Problem  :
1796.68/1797.01	c   Problem name     : t_HOME/instance-3692036-1338031466.opb
1796.68/1797.01	c   Variables        : 1344 (1344 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.68/1797.01	c   Constraints      : 16096 initial, 16665 maximal
1796.68/1797.01	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1796.68/1797.01	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.68/1797.01	c   trivial          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.68/1797.01	c   dualfix          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.68/1797.01	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.68/1797.01	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.68/1797.01	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.68/1797.01	c   gateextraction   :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.68/1797.01	c   implics          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.68/1797.01	c   components       :       0.01       0.00          0          0          0          0          0          0          0          0          0
1796.68/1797.01	c   pseudoobj        :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.68/1797.01	c   probing          :       0.02       0.00          0          0          0          0          0          0          0          0          0
1796.68/1797.01	c   knapsack         :       0.25       0.00          0          0          0          0          0          0          0      14784      22176
1796.68/1797.01	c   setppc           :       0.01       0.00          0          0          0          0          0          0          0          0          0
1796.68/1797.01	c   linear           :       0.09       0.01          0          0          0          0          0          0          0          0          0
1796.68/1797.01	c   logicor          :       0.03       0.00          0          0          0          0          0          0          0          0          0
1796.68/1797.01	c   root node        :          -          -          0          -          -          0          -          -          -          -          -
1796.68/1797.01	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
1796.68/1797.01	c   integral         :          0          0          0          0       1363          0          4          0          1         14          0          0       2698
1796.68/1797.01	c   knapsack         :       7496       7496          6      15128          0          1          3       1375          1       2421          0          0          0
1796.68/1797.01	c   setppc           :       2016       2016          6      15127          0          1          1      10530         48      25710          0          0          0
1796.68/1797.01	c   logicor          :       6584+      7153          6       5302          0          1          0       2164         18       2553          0          0          0
1796.68/1797.01	c   countsols        :          0          0          0          0          0          1          0          0          0          0          0          0          0
1796.68/1797.01	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
1796.68/1797.01	c   integral         :     524.80       0.00       0.00       0.00     524.80       0.00       0.00       0.00
1796.68/1797.01	c   knapsack         :       5.66       0.00       0.12       5.54       0.00       0.00       0.00       0.00
1796.68/1797.01	c   setppc           :       0.70       0.00       0.00       0.70       0.00       0.00       0.00       0.01
1796.68/1797.01	c   logicor          :       0.13       0.00       0.00       0.12       0.00       0.00       0.00       0.00
1796.68/1797.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1796.68/1797.01	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
1796.68/1797.01	c   rootredcost      :          0          0          0          0
1796.68/1797.01	c   pseudoobj        :      16391          0          0          0
1796.68/1797.01	c   vbounds          :          0          0          0          0
1796.68/1797.01	c   redcost          :       1369          0          0          0
1796.68/1797.01	c   probing          :          0          0          0          0
1796.68/1797.01	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
1796.68/1797.01	c   rootredcost      :       0.01       0.00       0.00       0.01       0.00
1796.68/1797.01	c   pseudoobj        :       0.03       0.00       0.00       0.03       0.00
1796.68/1797.01	c   vbounds          :       0.01       0.00       0.00       0.01       0.00
1796.68/1797.01	c   redcost          :       0.04       0.00       0.00       0.04       0.00
1796.68/1797.01	c   probing          :       0.02       0.00       0.02       0.00       0.00
1796.68/1797.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.68/1797.01	c   propagation      :       0.01         67         62        607       41.0         29       10.9          -
1796.68/1797.01	c   infeasible LP    :       0.11        116         60       1201      104.7         25        8.2          0
1796.68/1797.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.68/1797.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.68/1797.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.68/1797.01	c   applied globally :          -          -          -        824       49.2          -          -          -
1796.68/1797.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1796.68/1797.01	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
1796.68/1797.01	c   cut pool         :       0.01                     5          -          -          0          -    (maximal pool size: 1397)
1796.68/1797.01	c   closecuts        :       0.00       0.00          0          0          0          0          0
1796.68/1797.01	c   impliedbounds    :       0.00       0.00          6          0          0          0          0
1796.68/1797.01	c   intobj           :       0.00       0.00          0          0          0          0          0
1796.68/1797.01	c   gomory           :       6.90       0.00          6          0          0        150          0
1796.68/1797.01	c   cgmip            :       0.00       0.00          0          0          0          0          0
1796.68/1797.01	c   strongcg         :       1.54       0.00          6          0          0       3000          0
1796.68/1797.01	c   cmir             :       0.24       0.00          6          0          0          0          0
1796.68/1797.01	c   flowcover        :       0.56       0.00          6          0          0          0          0
1796.68/1797.01	c   clique           :       0.04       0.00          6          0          0         36          0
1796.68/1797.01	c   zerohalf         :       0.00       0.00          0          0          0          0          0
1796.68/1797.01	c   mcf              :       0.01       0.00          1          0          0          0          0
1796.68/1797.01	c   oddcycle         :       0.00       0.00          0          0          0          0          0
1796.68/1797.01	c   rapidlearning    :       0.00       0.00          0          0          0          0          0
1796.68/1797.01	c Pricers            :   ExecTime  SetupTime      Calls       Vars
1796.68/1797.01	c   problem variables:       0.00          -          0          0
1796.68/1797.01	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.68/1797.01	c   relpscost        :     524.80       0.00       1363          1         14          0          0       2698
1796.68/1797.01	c   pscost           :       0.00       0.00          0          0          0          0          0          0
1796.68/1797.01	c   inference        :       0.00       0.00          1          0          0          0          0          2
1796.68/1797.01	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
1796.68/1797.01	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
1796.68/1797.01	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
1796.68/1797.01	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
1796.68/1797.01	c   random           :       0.00       0.00          0          0          0          0          0          0
1796.68/1797.01	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found
1796.68/1797.01	c   LP solutions     :       0.00          -          -          0
1796.68/1797.01	c   pseudo solutions :       0.00          -          -          0
1796.68/1797.01	c   oneopt           :       0.00       0.00          0          0
1796.68/1797.01	c   crossover        :       0.00       0.00          0          0
1796.68/1797.01	c   intshifting      :       0.00       0.00          0          0
1796.68/1797.01	c   guideddiving     :       0.00       0.00          0          0
1796.68/1797.01	c   feaspump         :      47.03       0.00          5          0
1796.68/1797.01	c   veclendiving     :      63.40       0.00         11          0
1796.68/1797.01	c   coefdiving       :      88.42       0.00         11          0
1796.68/1797.01	c   pscostdiving     :      63.90       0.00         12          0
1796.68/1797.01	c   fracdiving       :      46.61       0.00         12          0
1796.68/1797.01	c   linesearchdiving :      30.50       0.00         12          0
1796.68/1797.01	c   smallcard        :       0.00       0.00          0          0
1796.68/1797.01	c   trivial          :       0.00       0.00          2          0
1796.68/1797.01	c   shiftandpropagate:       0.08       0.00          1          0
1796.68/1797.01	c   simplerounding   :       0.00       0.00          0          0
1796.68/1797.01	c   zirounding       :       0.95       0.00          0          0
1796.68/1797.01	c   rounding         :       0.46       0.00        474          0
1796.68/1797.01	c   shifting         :       0.32       0.00        131          0
1796.68/1797.01	c   twoopt           :       0.00       0.00          0          0
1796.68/1797.01	c   indtwoopt        :       0.00       0.00          0          0
1796.68/1797.01	c   indoneopt        :       0.00       0.00          0          0
1796.68/1797.01	c   fixandinfer      :       0.00       0.00          0          0
1796.68/1797.01	c   clique           :       0.00       0.00          0          0
1796.68/1797.01	c   indrounding      :       0.00       0.00          0          0
1796.68/1797.01	c   indcoefdiving    :       0.00       0.00          0          0
1796.68/1797.01	c   nlpdiving        :       0.00       0.00          0          0
1796.68/1797.01	c   intdiving        :       0.00       0.00          0          0
1796.68/1797.01	c   actconsdiving    :       0.00       0.00          0          0
1796.68/1797.01	c   objpscostdiving  :     144.92       0.00          1          0
1796.68/1797.01	c   rootsoldiving    :      32.75       0.00          3          0
1796.68/1797.01	c   octane           :       0.00       0.00          0          0
1796.68/1797.01	c   rens             :       0.15       0.00          1          0
1796.68/1797.01	c   rins             :       0.00       0.00          0          0
1796.68/1797.01	c   localbranching   :       0.00       0.00          0          0
1796.68/1797.01	c   mutation         :       0.00       0.00          0          0
1796.68/1797.01	c   dins             :       0.00       0.00          0          0
1796.68/1797.01	c   vbounds          :       0.00       0.00          0          0
1796.68/1797.01	c   undercover       :       0.00       0.00          0          0
1796.68/1797.01	c   subnlp           :       0.00       0.00          0          0
1796.68/1797.01	c   trysol           :       0.00       0.00          0          0
1796.68/1797.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
1796.68/1797.01	c   primal LP        :       0.01          1          0       0.00       0.00       0.01          1
1796.68/1797.01	c   dual LP          :     738.53       1382    1398426    1018.52    1893.53       0.08          9
1796.68/1797.01	c   lex dual LP      :       0.00          0          0       0.00          -
1796.68/1797.01	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
1796.68/1797.01	c   diving/probing LP:     498.42       8227     802788      97.58    1610.68
1796.68/1797.01	c   strong branching :     524.54       1620     851113     525.38    1622.59
1796.68/1797.01	c     (at root node) :          -         39      30241     775.41          -
1796.68/1797.01	c   conflict analysis:       0.00          0          0       0.00          -
1796.68/1797.01	c B&B Tree           :
1796.68/1797.01	c   number of runs   :          1
1796.68/1797.01	c   nodes            :       1364
1796.68/1797.01	c   nodes (total)    :       1364
1796.68/1797.01	c   nodes left       :       1336
1796.68/1797.01	c   max depth        :         61
1796.68/1797.01	c   max depth (total):         61
1796.68/1797.01	c   backtracks       :         71 (5.2%)
1796.68/1797.01	c   delayed cutoffs  :          1
1796.68/1797.01	c   repropagations   :         31 (90 domain reductions, 1 cutoffs)
1796.68/1797.01	c   avg switch length:       2.35
1796.68/1797.01	c   switching time   :       0.55
1796.68/1797.01	c Solution           :
1796.68/1797.01	c   Solutions found  :          0 (0 improvements)
1796.68/1797.01	c   Primal Bound     :          -
1796.68/1797.01	c   Dual Bound       : +9.60000000000000e+01
1796.68/1797.01	c   Gap              :   infinite
1796.68/1797.01	c   Root Dual Bound  : +9.60000000000000e+01
1796.68/1797.01	c   Root Iterations  :      49441
1796.68/1797.07	c Time complete: 1796.76.

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-3692036-1338031466/watcher-3692036-1338031466 -o /tmp/evaluation-result-3692036-1338031466/solver-3692036-1338031466 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4expfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3692036-1338031466.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.00 2.00 1.84 3/176 11039
/proc/meminfo: memFree=28884480/32873648 swapFree=7104/7104
[pid=11039] ppid=11037 vsize=13332 CPUtime=0 cores=1,3,5,7
/proc/11039/stat : 11039 (scip-2.1.1.4exp) R 11037 11039 9598 0 -1 4202496 2078 0 0 0 0 0 0 0 20 0 1 0 269272083 13651968 2033 33554432000 4194304 10219143 140736378935248 140737164739256 7589947 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11039/statm: 3397 2035 421 1471 0 1917 0

[startup+0.037437 s]
/proc/loadavg: 2.00 2.00 1.84 3/176 11039
/proc/meminfo: memFree=28884480/32873648 swapFree=7104/7104
[pid=11039] ppid=11037 vsize=20292 CPUtime=0.03 cores=1,3,5,7
/proc/11039/stat : 11039 (scip-2.1.1.4exp) R 11037 11039 9598 0 -1 4202496 3834 0 0 0 3 0 0 0 20 0 1 0 269272083 20779008 3789 33554432000 4194304 10219143 140736378935248 140737164739256 7589947 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11039/statm: 5073 3789 421 1471 0 3593 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 20292

[startup+0.100264 s]
/proc/loadavg: 2.00 2.00 1.84 3/176 11039
/proc/meminfo: memFree=28884480/32873648 swapFree=7104/7104
[pid=11039] ppid=11037 vsize=45444 CPUtime=0.09 cores=1,3,5,7
/proc/11039/stat : 11039 (scip-2.1.1.4exp) R 11037 11039 9598 0 -1 4202496 9879 0 0 0 8 1 0 0 20 0 1 0 269272083 46534656 9830 33554432000 4194304 10219143 140736378935248 140737164739256 9008087 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11039/statm: 11361 9830 551 1471 0 9881 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 45444

[startup+0.300231 s]
/proc/loadavg: 2.00 2.00 1.84 3/176 11039
/proc/meminfo: memFree=28884480/32873648 swapFree=7104/7104
[pid=11039] ppid=11037 vsize=64336 CPUtime=0.29 cores=1,3,5,7
/proc/11039/stat : 11039 (scip-2.1.1.4exp) R 11037 11039 9598 0 -1 4202496 15175 0 0 0 26 3 0 0 20 0 1 0 269272083 65880064 14575 33554432000 4194304 10219143 140736378935248 140737164739256 9008087 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11039/statm: 16084 14575 585 1471 0 14604 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 64336

[startup+0.700195 s]
/proc/loadavg: 2.00 2.00 1.84 3/176 11039
/proc/meminfo: memFree=28884480/32873648 swapFree=7104/7104
[pid=11039] ppid=11037 vsize=107064 CPUtime=0.69 cores=1,3,5,7
/proc/11039/stat : 11039 (scip-2.1.1.4exp) R 11037 11039 9598 0 -1 4202496 25761 0 0 0 64 5 0 0 20 0 1 0 269272083 109633536 24207 33554432000 4194304 10219143 140736378935248 140737164739256 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11039/statm: 26766 24207 764 1471 0 25286 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 107064

[startup+1.50021 s]
/proc/loadavg: 2.00 2.00 1.84 3/177 11040
/proc/meminfo: memFree=28785992/32873648 swapFree=7104/7104
[pid=11039] ppid=11037 vsize=108768 CPUtime=1.49 cores=1,3,5,7
/proc/11039/stat : 11039 (scip-2.1.1.4exp) R 11037 11039 9598 0 -1 4202496 27012 0 0 0 143 6 0 0 20 0 1 0 269272083 111378432 25288 33554432000 4194304 10219143 140736378935248 140736378928888 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11039/statm: 27192 25288 764 1471 0 25712 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 108768

[startup+3.10022 s]
/proc/loadavg: 2.00 2.00 1.84 3/177 11040
/proc/meminfo: memFree=28785992/32873648 swapFree=7104/7104
[pid=11039] ppid=11037 vsize=108768 CPUtime=3.09 cores=1,3,5,7
/proc/11039/stat : 11039 (scip-2.1.1.4exp) R 11037 11039 9598 0 -1 4202496 27019 0 0 0 303 6 0 0 20 0 1 0 269272083 111378432 25295 33554432000 4194304 10219143 140736378935248 140736378928504 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11039/statm: 27192 25295 764 1471 0 25712 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 108768

[startup+6.30014 s]
/proc/loadavg: 2.00 2.00 1.84 3/177 11040
/proc/meminfo: memFree=28785000/32873648 swapFree=7104/7104
[pid=11039] ppid=11037 vsize=107580 CPUtime=6.28 cores=1,3,5,7
/proc/11039/stat : 11039 (scip-2.1.1.4exp) R 11037 11039 9598 0 -1 4202496 28280 0 0 0 621 7 0 0 20 0 1 0 269272083 110161920 25621 33554432000 4194304 10219143 140736378935248 140736378926408 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11039/statm: 26895 25621 782 1471 0 25415 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 107580

[startup+12.7001 s]
/proc/loadavg: 2.00 2.00 1.84 3/177 11040
/proc/meminfo: memFree=28783736/32873648 swapFree=7104/7104
[pid=11039] ppid=11037 vsize=107920 CPUtime=12.68 cores=1,3,5,7
/proc/11039/stat : 11039 (scip-2.1.1.4exp) R 11037 11039 9598 0 -1 4202496 28407 0 0 0 1259 9 0 0 20 0 1 0 269272083 110510080 25748 33554432000 4194304 10219143 140736378935248 140736378926376 8077253 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11039/statm: 26980 25748 784 1471 0 25500 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 107920

[startup+25.5003 s]
/proc/loadavg: 1.93 1.98 1.84 3/177 11078
/proc/meminfo: memFree=28762704/32873648 swapFree=7104/7104
[pid=11039] ppid=11037 vsize=107920 CPUtime=25.48 cores=1,3,5,7
/proc/11039/stat : 11039 (scip-2.1.1.4exp) R 11037 11039 9598 0 -1 4202496 28469 0 0 0 2536 12 0 0 20 0 1 0 269272083 110510080 25761 33554432000 4194304 10219143 140736378935248 140736378926504 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11039/statm: 26980 25761 784 1471 0 25500 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 107920

[startup+51.1003 s]
/proc/loadavg: 1.95 1.98 1.84 3/177 11078
/proc/meminfo: memFree=28719464/32873648 swapFree=7104/7104
[pid=11039] ppid=11037 vsize=154472 CPUtime=51.07 cores=1,3,5,7
/proc/11039/stat : 11039 (scip-2.1.1.4exp) R 11037 11039 9598 0 -1 4202496 46247 0 0 0 5081 26 0 0 20 0 1 0 269272083 158179328 36784 33554432000 4194304 10219143 140736378935248 140736378928696 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11039/statm: 38618 36784 847 1471 0 37138 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 154472

[startup+102.3 s]
/proc/loadavg: 1.98 1.98 1.85 3/177 11078
/proc/meminfo: memFree=28714928/32873648 swapFree=7104/7104
[pid=11039] ppid=11037 vsize=156356 CPUtime=102.26 cores=1,3,5,7
/proc/11039/stat : 11039 (scip-2.1.1.4exp) R 11037 11039 9598 0 -1 4202496 46798 0 0 0 10187 39 0 0 20 0 1 0 269272083 160108544 37516 33554432000 4194304 10219143 140736378935248 140736378928696 8097260 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11039/statm: 39089 37516 849 1471 0 37609 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 156356

[startup+162.3 s]
/proc/loadavg: 1.99 1.98 1.85 3/178 11080
/proc/meminfo: memFree=28715372/32873648 swapFree=7104/7104
[pid=11039] ppid=11037 vsize=156356 CPUtime=162.25 cores=1,3,5,7
/proc/11039/stat : 11039 (scip-2.1.1.4exp) R 11037 11039 9598 0 -1 4202496 46799 0 0 0 16173 52 0 0 20 0 1 0 269272083 160108544 37517 33554432000 4194304 10219143 140736378935248 140736378928424 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11039/statm: 39089 37517 849 1471 0 37609 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 156356

[startup+222.307 s]
/proc/loadavg: 1.99 1.98 1.86 3/177 11080
/proc/meminfo: memFree=28714388/32873648 swapFree=7104/7104
[pid=11039] ppid=11037 vsize=156356 CPUtime=222.24 cores=1,3,5,7
/proc/11039/stat : 11039 (scip-2.1.1.4exp) R 11037 11039 9598 0 -1 4202496 47041 0 0 0 22158 66 0 0 20 0 1 0 269272083 160108544 37759 33554432000 4194304 10219143 140736378935248 140736378928504 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11039/statm: 39089 37759 852 1471 0 37609 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 156356

[startup+282.3 s]
/proc/loadavg: 1.99 1.98 1.86 3/177 11080
/proc/meminfo: memFree=28711412/32873648 swapFree=7104/7104
[pid=11039] ppid=11037 vsize=160836 CPUtime=282.23 cores=1,3,5,7
/proc/11039/stat : 11039 (scip-2.1.1.4exp) R 11037 11039 9598 0 -1 4202496 47936 0 0 0 28142 81 0 0 20 0 1 0 269272083 164696064 38643 33554432000 4194304 10219143 140736378935248 140736378928424 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11039/statm: 40209 38643 852 1471 0 38729 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 160836

[startup+342.3 s]
/proc/loadavg: 1.99 1.98 1.87 3/178 11083
/proc/meminfo: memFree=28709780/32873648 swapFree=7104/7104
[pid=11039] ppid=11037 vsize=160836 CPUtime=342.22 cores=1,3,5,7
/proc/11039/stat : 11039 (scip-2.1.1.4exp) R 11037 11039 9598 0 -1 4202496 47937 0 0 0 34126 96 0 0 20 0 1 0 269272083 164696064 38867 33554432000 4194304 10219143 140736378935248 140736378928520 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11039/statm: 40209 38867 852 1471 0 38729 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 160836

[startup+402.3 s]
/proc/loadavg: 1.99 1.98 1.88 3/177 11083
/proc/meminfo: memFree=28713072/32873648 swapFree=7104/7104
[pid=11039] ppid=11037 vsize=157228 CPUtime=402.2 cores=1,3,5,7
/proc/11039/stat : 11039 (scip-2.1.1.4exp) R 11037 11039 9598 0 -1 4202496 49623 0 0 0 40106 114 0 0 20 0 1 0 269272083 161001472 37922 33554432000 4194304 10219143 140736378935248 140736378928360 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11039/statm: 39307 37922 852 1471 0 37827 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 157228

[startup+462.3 s]
/proc/loadavg: 1.99 1.98 1.88 3/177 11084
/proc/meminfo: memFree=28712948/32873648 swapFree=7104/7104
[pid=11039] ppid=11037 vsize=157228 CPUtime=462.2 cores=1,3,5,7
/proc/11039/stat : 11039 (scip-2.1.1.4exp) R 11037 11039 9598 0 -1 4202496 49680 0 0 0 46092 128 0 0 20 0 1 0 269272083 161001472 37976 33554432000 4194304 10219143 140736378935248 140736378928120 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11039/statm: 39307 37976 852 1471 0 37827 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 157228

[startup+522.3 s]
/proc/loadavg: 1.99 1.98 1.89 3/177 11084
/proc/meminfo: memFree=28711644/32873648 swapFree=7104/7104
[pid=11039] ppid=11037 vsize=157752 CPUtime=522.18 cores=1,3,5,7
/proc/11039/stat : 11039 (scip-2.1.1.4exp) R 11037 11039 9598 0 -1 4202496 51519 0 0 0 52069 149 0 0 20 0 1 0 269272083 161538048 37998 33554432000 4194304 10219143 140736378935248 140736378929080 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11039/statm: 39438 37998 852 1471 0 37958 0
Current children cumulated CPU time (s) 522.18
Current children cumulated vsize (KiB) 157752

[startup+582.3 s]
/proc/loadavg: 1.99 1.98 1.89 3/177 11084
/proc/meminfo: memFree=28711084/32873648 swapFree=7104/7104
[pid=11039] ppid=11037 vsize=157752 CPUtime=582.18 cores=1,3,5,7
/proc/11039/stat : 11039 (scip-2.1.1.4exp) R 11037 11039 9598 0 -1 4202496 51626 0 0 0 58055 163 0 0 20 0 1 0 269272083 161538048 38105 33554432000 4194304 10219143 140736378935248 140736378929160 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11039/statm: 39438 38105 852 1471 0 37958 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 157752

[startup+642.3 s]

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

/proc/meminfo: memFree=28702472/32873648 swapFree=7104/7104
[pid=11039] ppid=11037 vsize=159768 CPUtime=1062.09 cores=1,3,5,7
/proc/11039/stat : 11039 (scip-2.1.1.4exp) R 11037 11039 9598 0 -1 4202496 56843 0 0 0 105905 304 0 0 20 0 1 0 269272083 163602432 38611 33554432000 4194304 10219143 140736378935248 140736378928008 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11039/statm: 39942 38611 852 1471 0 38462 0
Current children cumulated CPU time (s) 1062.09
Current children cumulated vsize (KiB) 159768

[startup+1122.3 s]
/proc/loadavg: 1.99 1.98 1.91 3/177 11089
/proc/meminfo: memFree=28701292/32873648 swapFree=7104/7104
[pid=11039] ppid=11037 vsize=159768 CPUtime=1122.09 cores=1,3,5,7
/proc/11039/stat : 11039 (scip-2.1.1.4exp) R 11037 11039 9598 0 -1 4202496 56843 0 0 0 111886 323 0 0 20 0 1 0 269272083 163602432 38611 33554432000 4194304 10219143 140736378935248 140736378928504 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11039/statm: 39942 38611 852 1471 0 38462 0
Current children cumulated CPU time (s) 1122.09
Current children cumulated vsize (KiB) 159768

[startup+1182.3 s]
/proc/loadavg: 2.05 2.00 1.91 3/177 11089
/proc/meminfo: memFree=28700144/32873648 swapFree=7104/7104
[pid=11039] ppid=11037 vsize=159768 CPUtime=1182.08 cores=1,3,5,7
/proc/11039/stat : 11039 (scip-2.1.1.4exp) R 11037 11039 9598 0 -1 4202496 56860 0 0 0 117865 343 0 0 20 0 1 0 269272083 163602432 38628 33554432000 4194304 10219143 140736378935248 140736378927768 8056486 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11039/statm: 39942 38628 852 1471 0 38462 0
Current children cumulated CPU time (s) 1182.08
Current children cumulated vsize (KiB) 159768

[startup+1242.3 s]
/proc/loadavg: 2.05 2.01 1.92 3/177 11089
/proc/meminfo: memFree=28699216/32873648 swapFree=7104/7104
[pid=11039] ppid=11037 vsize=159768 CPUtime=1242.07 cores=1,3,5,7
/proc/11039/stat : 11039 (scip-2.1.1.4exp) R 11037 11039 9598 0 -1 4202496 56860 0 0 0 123841 366 0 0 20 0 1 0 269272083 163602432 38628 33554432000 4194304 10219143 140736378935248 140736378928552 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11039/statm: 39942 38628 852 1471 0 38462 0
Current children cumulated CPU time (s) 1242.07
Current children cumulated vsize (KiB) 159768

[startup+1302.3 s]
/proc/loadavg: 2.02 2.01 1.92 3/176 11089
/proc/meminfo: memFree=28696900/32873648 swapFree=7104/7104
[pid=11039] ppid=11037 vsize=160456 CPUtime=1302.06 cores=1,3,5,7
/proc/11039/stat : 11039 (scip-2.1.1.4exp) R 11037 11039 9598 0 -1 4202496 57014 0 0 0 129818 388 0 0 20 0 1 0 269272083 164306944 38782 33554432000 4194304 10219143 140736378935248 140736378928696 8091189 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11039/statm: 40114 38782 852 1471 0 38634 0
Current children cumulated CPU time (s) 1302.06
Current children cumulated vsize (KiB) 160456

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/177 11090
/proc/meminfo: memFree=28695352/32873648 swapFree=7104/7104
[pid=11039] ppid=11037 vsize=159788 CPUtime=1362.05 cores=1,3,5,7
/proc/11039/stat : 11039 (scip-2.1.1.4exp) R 11037 11039 9598 0 -1 4202496 62665 0 0 0 135798 407 0 0 20 0 1 0 269272083 163622912 38616 33554432000 4194304 10219143 140736378935248 140736378929080 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11039/statm: 39947 38616 852 1471 0 38467 0
Current children cumulated CPU time (s) 1362.05
Current children cumulated vsize (KiB) 159788

[startup+1422.3 s]
/proc/loadavg: 2.16 2.04 1.94 3/177 11091
/proc/meminfo: memFree=28692300/32873648 swapFree=7104/7104
[pid=11039] ppid=11037 vsize=162220 CPUtime=1422.05 cores=1,3,5,7
/proc/11039/stat : 11039 (scip-2.1.1.4exp) R 11037 11039 9598 0 -1 4202496 63275 0 0 0 141780 425 0 0 20 0 1 0 269272083 166113280 39221 33554432000 4194304 10219143 140736378935248 140736378928424 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11039/statm: 40555 39221 852 1471 0 39075 0
Current children cumulated CPU time (s) 1422.05
Current children cumulated vsize (KiB) 162220

[startup+1482.3 s]
/proc/loadavg: 2.13 2.05 1.94 3/177 11091
/proc/meminfo: memFree=28690864/32873648 swapFree=7104/7104
[pid=11039] ppid=11037 vsize=163156 CPUtime=1482.03 cores=1,3,5,7
/proc/11039/stat : 11039 (scip-2.1.1.4exp) R 11037 11039 9598 0 -1 4202496 63281 0 0 0 147757 446 0 0 20 0 1 0 269272083 167071744 39227 33554432000 4194304 10219143 140736378935248 140736378928552 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11039/statm: 40789 39227 852 1471 0 39309 0
Current children cumulated CPU time (s) 1482.03
Current children cumulated vsize (KiB) 163156

[startup+1542.31 s]
/proc/loadavg: 2.05 2.04 1.94 3/178 11094
/proc/meminfo: memFree=28689424/32873648 swapFree=7104/7104
[pid=11039] ppid=11037 vsize=161756 CPUtime=1542.03 cores=1,3,5,7
/proc/11039/stat : 11039 (scip-2.1.1.4exp) R 11037 11039 9598 0 -1 4202496 65251 0 0 0 153742 461 0 0 20 0 1 0 269272083 165638144 39115 33554432000 4194304 10219143 140736378935248 140736378928504 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11039/statm: 40439 39115 852 1471 0 38959 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 161756

[startup+1602.3 s]
/proc/loadavg: 2.02 2.03 1.94 3/177 11094
/proc/meminfo: memFree=28687568/32873648 swapFree=7104/7104
[pid=11039] ppid=11037 vsize=163596 CPUtime=1602.01 cores=1,3,5,7
/proc/11039/stat : 11039 (scip-2.1.1.4exp) R 11037 11039 9598 0 -1 4202496 65704 0 0 0 159723 478 0 0 20 0 1 0 269272083 167522304 39567 33554432000 4194304 10219143 140736378935248 140736378929080 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11039/statm: 40899 39567 852 1471 0 39419 0
Current children cumulated CPU time (s) 1602.01
Current children cumulated vsize (KiB) 163596

[startup+1662.3 s]
/proc/loadavg: 2.07 2.04 1.95 3/177 11094
/proc/meminfo: memFree=28684464/32873648 swapFree=7104/7104
[pid=11039] ppid=11037 vsize=164408 CPUtime=1662.01 cores=1,3,5,7
/proc/11039/stat : 11039 (scip-2.1.1.4exp) R 11037 11039 9598 0 -1 4202496 65912 0 0 0 165703 498 0 0 20 0 1 0 269272083 168353792 39775 33554432000 4194304 10219143 140736378935248 140736378929080 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11039/statm: 41102 39775 852 1471 0 39622 0
Current children cumulated CPU time (s) 1662.01
Current children cumulated vsize (KiB) 164408

[startup+1722.3 s]
/proc/loadavg: 2.02 2.03 1.95 3/177 11095
/proc/meminfo: memFree=28684152/32873648 swapFree=7104/7104
[pid=11039] ppid=11037 vsize=164408 CPUtime=1721.99 cores=1,3,5,7
/proc/11039/stat : 11039 (scip-2.1.1.4exp) R 11037 11039 9598 0 -1 4202496 65912 0 0 0 171683 516 0 0 20 0 1 0 269272083 168353792 39775 33554432000 4194304 10219143 140736378935248 140736378928696 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11039/statm: 41102 39775 852 1471 0 39622 0
Current children cumulated CPU time (s) 1721.99
Current children cumulated vsize (KiB) 164408

[startup+1782.3 s]
/proc/loadavg: 2.01 2.02 1.95 3/177 11095
/proc/meminfo: memFree=28682324/32873648 swapFree=7104/7104
[pid=11039] ppid=11037 vsize=165280 CPUtime=1781.98 cores=1,3,5,7
/proc/11039/stat : 11039 (scip-2.1.1.4exp) R 11037 11039 9598 0 -1 4202496 66128 0 0 0 177664 534 0 0 20 0 1 0 269272083 169246720 39991 33554432000 4194304 10219143 140736378935248 140736378928504 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11039/statm: 41320 39991 852 1471 0 39840 0
Current children cumulated CPU time (s) 1781.98
Current children cumulated vsize (KiB) 165280

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

[startup+1785.6 s]
/proc/loadavg: 2.01 2.02 1.95 3/177 11095
/proc/meminfo: memFree=28681580/32873648 swapFree=7104/7104
[pid=11039] ppid=11037 vsize=165280 CPUtime=1785.29 cores=1,3,5,7
/proc/11039/stat : 11039 (scip-2.1.1.4exp) R 11037 11039 9598 0 -1 4202496 66128 0 0 0 177994 535 0 0 20 0 1 0 269272083 169246720 39991 33554432000 4194304 10219143 140736378935248 140736378928696 8077150 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11039/statm: 41320 39991 852 1471 0 39840 0
Current children cumulated CPU time (s) 1785.29
Current children cumulated vsize (KiB) 165280

[startup+1792.01 s]
/proc/loadavg: 2.00 2.02 1.95 3/177 11095
/proc/meminfo: memFree=28681828/32873648 swapFree=7104/7104
[pid=11039] ppid=11037 vsize=165280 CPUtime=1791.69 cores=1,3,5,7
/proc/11039/stat : 11039 (scip-2.1.1.4exp) R 11037 11039 9598 0 -1 4202496 66128 0 0 0 178632 537 0 0 20 0 1 0 269272083 169246720 39991 33554432000 4194304 10219143 140736378935248 140736378928888 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11039/statm: 41320 39991 852 1471 0 39840 0
Current children cumulated CPU time (s) 1791.69
Current children cumulated vsize (KiB) 165280

[startup+1795.2 s]
/proc/loadavg: 2.00 2.02 1.95 3/177 11095
/proc/meminfo: memFree=28681952/32873648 swapFree=7104/7104
[pid=11039] ppid=11037 vsize=165280 CPUtime=1794.89 cores=1,3,5,7
/proc/11039/stat : 11039 (scip-2.1.1.4exp) R 11037 11039 9598 0 -1 4202496 66128 0 0 0 178951 538 0 0 20 0 1 0 269272083 169246720 39991 33554432000 4194304 10219143 140736378935248 140736378928744 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11039/statm: 41320 39991 852 1471 0 39840 0
Current children cumulated CPU time (s) 1794.89
Current children cumulated vsize (KiB) 165280

[startup+1796 s]
/proc/loadavg: 2.00 2.02 1.95 3/177 11095
/proc/meminfo: memFree=28681952/32873648 swapFree=7104/7104
[pid=11039] ppid=11037 vsize=165280 CPUtime=1795.68 cores=1,3,5,7
/proc/11039/stat : 11039 (scip-2.1.1.4exp) R 11037 11039 9598 0 -1 4202496 66128 0 0 0 179030 538 0 0 20 0 1 0 269272083 169246720 39991 33554432000 4194304 10219143 140736378935248 140736378928696 8091795 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11039/statm: 41320 39991 852 1471 0 39840 0
Current children cumulated CPU time (s) 1795.68
Current children cumulated vsize (KiB) 165280

[startup+1796.8 s]
/proc/loadavg: 2.00 2.02 1.95 3/177 11095
/proc/meminfo: memFree=28681952/32873648 swapFree=7104/7104
[pid=11039] ppid=11037 vsize=165280 CPUtime=1796.48 cores=1,3,5,7
/proc/11039/stat : 11039 (scip-2.1.1.4exp) R 11037 11039 9598 0 -1 4202496 66128 0 0 0 179110 538 0 0 20 0 1 0 269272083 169246720 39991 33554432000 4194304 10219143 140736378935248 140736378928696 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11039/statm: 41320 39991 852 1471 0 39840 0
Current children cumulated CPU time (s) 1796.48
Current children cumulated vsize (KiB) 165280

[startup+1797 s]
/proc/loadavg: 2.00 2.02 1.95 3/177 11095
/proc/meminfo: memFree=28681952/32873648 swapFree=7104/7104
[pid=11039] ppid=11037 vsize=165280 CPUtime=1796.68 cores=1,3,5,7
/proc/11039/stat : 11039 (scip-2.1.1.4exp) R 11037 11039 9598 0 -1 4202496 66128 0 0 0 179130 538 0 0 20 0 1 0 269272083 169246720 39991 33554432000 4194304 10219143 140736378935248 140736378928504 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11039/statm: 41320 39991 852 1471 0 39840 0
Current children cumulated CPU time (s) 1796.68
Current children cumulated vsize (KiB) 165280

Child status: 0
Real time (s): 1797.08
CPU time (s): 1796.77
CPU user time (s): 1791.38
CPU system time (s): 5.39218
CPU usage (%): 99.9828
Max. virtual memory (cumulated for all children) (KiB): 187676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.38
system time used= 5.39218
maximum resident set size= 180380
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 66134
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= 49
involuntary context switches= 1842

runsolver used 2.53062 second user time and 7.27489 second system time

The end

Launcher Data

Begin job on node127 at 2012-05-26 13:24:26
IDJOB=3692036
IDBENCH=2006
IDSOLVER=2271
FILE ID=node127/3692036-1338031466
RUNJOBID= node127-1338029665-10822
PBS_JOBID= 14624344
Free space on /tmp= 71484 MiB

SOLVER NAME= SCIP spx E SCIP 2.1.1.4. Exp 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.4expfix.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3692036-1338031466/watcher-3692036-1338031466 -o /tmp/evaluation-result-3692036-1338031466/solver-3692036-1338031466 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4expfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3692036-1338031466.opb -t 1800 -m 15500

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

MD5SUM BENCH= d431323968e1ca4dc95d181076d01437
RANDOM SEED=1651259251

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:        28884984 kB
Buffers:          270732 kB
Cached:          2881160 kB
SwapCached:            0 kB
Active:           697308 kB
Inactive:        2509520 kB
Active(anon):      57292 kB
Inactive(anon):        0 kB
Active(file):     640016 kB
Inactive(file):  2509520 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             14372 kB
Writeback:             0 kB
AnonPages:         61884 kB
Mapped:            17688 kB
Shmem:               200 kB
Slab:             642160 kB
SReclaimable:      86408 kB
SUnreclaim:       555752 kB
KernelStack:        1448 kB
PageTables:         3956 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     169632 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     32768 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 13:54:23