Trace number 3693202

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 standard SCIP 2.1.1.4. with SoPlex 1.6.0.3 standard fixed? 1796.76 1797.06

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-3693202-1338030815.opb>
0.00/0.05	c original problem has 1344 variables (1344 bin, 0 int, 0 impl, 0 cont) and 16096 constraints
0.00/0.05	c problem read in 0.06
0.09/0.11	c presolving:
0.19/0.27	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.38/0.45	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.59/0.60	c    (0.6s) probing: 51/1344 (3.8%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.59/0.60	c    (0.6s) probing aborted: 50/50 successive totally useless probings
0.59/0.61	c presolving (3 rounds):
0.59/0.61	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 14784 changed sides, 22176 changed coefficients
0.59/0.61	c  3248 implications, 392 cliques
0.59/0.61	c presolved problem has 1344 variables (1344 bin, 0 int, 0 impl, 0 cont) and 16096 constraints
0.59/0.61	c    7496 constraints of type <knapsack>
0.59/0.61	c    2016 constraints of type <setppc>
0.59/0.61	c    6584 constraints of type <logicor>
0.59/0.61	c transformed objective value is always integral (scale: 1)
0.59/0.61	c Presolving Time: 0.54
0.59/0.61	c - non default parameters ----------------------------------------------------------------------
0.59/0.61	c # SCIP version 2.1.1.4
0.59/0.61	c 
0.59/0.61	c # maximal time in seconds to run
0.59/0.61	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.59/0.61	c limits/time = 1797
0.59/0.61	c 
0.59/0.61	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.59/0.61	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.59/0.61	c limits/memory = 13950
0.59/0.61	c 
0.59/0.61	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.59/0.61	c # [type: int, range: [1,2], default: 1]
0.59/0.61	c timing/clocktype = 2
0.59/0.61	c 
0.59/0.61	c # belongs reading time to solving time?
0.59/0.61	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.59/0.61	c timing/reading = TRUE
0.59/0.61	c 
0.59/0.61	c -----------------------------------------------------------------------------------------------
0.59/0.61	c start solving
0.59/0.62	c 
3.69/3.76	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.76	c   3.8s|     1 |     0 |  6598 |     - |  35M|   0 | 442 |1344 |  16k|1344 |  16k|   0 |  43 |   0 | 9.600000e+01 |      --      |    Inf 
35.88/35.94	c  35.9s|     1 |     0 | 43798 |     - |  39M|   0 | 458 |1344 |  16k|1344 |  16k|  11 |  43 |   0 | 9.600000e+01 |      --      |    Inf 
37.29/37.39	c  37.4s|     1 |     0 | 45230 |     - |  43M|   0 | 459 |1344 |  16k|1344 |  16k|  21 |  43 |   0 | 9.600000e+01 |      --      |    Inf 
40.07/40.15	c  40.2s|     1 |     0 | 45744 |     - |  47M|   0 | 457 |1344 |  16k|1344 |  16k|  29 |  43 |   0 | 9.600000e+01 |      --      |    Inf 
42.08/42.19	c  42.2s|     1 |     0 | 47312 |     - |  52M|   0 | 441 |1344 |  16k|1344 |  16k|  39 |  43 |   0 | 9.600000e+01 |      --      |    Inf 
45.28/45.36	c  45.4s|     1 |     0 | 48274 |     - |  56M|   0 | 467 |1344 |  16k|1344 |  16k|  46 |  43 |   0 | 9.600000e+01 |      --      |    Inf 
48.58/48.68	c  48.7s|     1 |     0 | 49441 |     - |  61M|   0 | 456 |1344 |  16k|1344 |  16k|  53 |  43 |   0 | 9.600000e+01 |      --      |    Inf 
68.07/68.18	c  68.2s|     1 |     2 | 49441 |     - |  61M|   0 | 456 |1344 |  16k|1344 |  16k|  53 |  43 |  39 | 9.600000e+01 |      --      |    Inf 
469.69/469.89	c   470s|   100 |   101 |510607 |4658.2 |  62M|  15 | 445 |1344 |  16k|1344 |  16k|  53 |  72 | 309 | 9.600000e+01 |      --      |    Inf 
609.68/609.81	c   610s|   200 |   199 |693822 |3238.1 |  63M|  25 | 354 |1344 |  16k|1344 |  16k|  53 | 146 | 427 | 9.600000e+01 |      --      |    Inf 
743.25/743.43	c   743s|   300 |   299 |869140 |2741.5 |  64M|  25 | 427 |1344 |  16k|1344 |  16k|  53 | 210 | 536 | 9.600000e+01 |      --      |    Inf 
871.33/871.53	c   872s|   400 |   399 |  1030k|2458.4 |  64M|  25 | 373 |1344 |  16k|1344 |  16k|  53 | 271 | 659 | 9.600000e+01 |      --      |    Inf 
987.22/987.41	c   987s|   500 |   499 |  1181k|2269.2 |  65M|  25 | 428 |1344 |  16k|1344 |  16k|  53 | 318 | 770 | 9.600000e+01 |      --      |    Inf 
1088.60/1088.80	c  1089s|   600 |   591 |  1313k|2110.9 |  66M|  33 | 445 |1344 |  16k|1344 |  16k|  53 | 430 | 881 | 9.600000e+01 |      --      |    Inf 
1188.48/1188.73	c  1189s|   700 |   689 |  1438k|1987.6 |  66M|  41 | 330 |1344 |  16k|1344 |  16k|  53 | 531 |1010 | 9.600000e+01 |      --      |    Inf 
1269.87/1270.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1269.87/1270.16	c  1270s|   800 |   787 |  1543k|1869.6 |  67M|  49 | 340 |1344 |  16k|1344 |  16k|  53 | 560 |1102 | 9.600000e+01 |      --      |    Inf 
1375.86/1376.19	c  1376s|   900 |   883 |  1689k|1823.9 |  68M|  55 | 418 |1344 |  16k|1344 |  16k|  53 | 661 |1210 | 9.600000e+01 |      --      |    Inf 
1451.05/1451.36	c  1451s|  1000 |   977 |  1781k|1734.0 |  68M|  61 | 391 |1344 |  16k|1344 |  16k|  53 | 712 |1298 | 9.600000e+01 |      --      |    Inf 
1548.83/1549.19	c  1549s|  1100 |  1072 |  1910k|1693.3 |  69M|  61 | 325 |1344 |  16k|1344 |  16k|  53 | 783 |1397 | 9.600000e+01 |      --      |    Inf 
1630.72/1631.08	c  1631s|  1200 |  1172 |  2015k|1639.7 |  69M|  61 | 337 |1344 |  16k|1344 |  16k|  53 | 797 |1478 | 9.600000e+01 |      --      |    Inf 
1728.91/1729.22	c  1729s|  1300 |  1272 |  2141k|1610.5 |  70M|  61 | 361 |1344 |  16k|1344 |  16k|  53 | 818 |1576 | 9.600000e+01 |      --      |    Inf 
1796.69/1797.00	c 
1796.69/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1796.69/1797.00	c Solving Time (sec) : 1797.00
1796.69/1797.00	c Solving Nodes      : 1385
1796.69/1797.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1796.69/1797.00	c Dual Bound         : +9.60000000000000e+01
1796.69/1797.00	c Gap                : infinite
1796.69/1797.00	s UNKNOWN
1796.69/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1796.69/1797.00	c Total Time         :    1797.00
1796.69/1797.00	c   solving          :    1797.00
1796.69/1797.00	c   presolving       :       0.54 (included in solving)
1796.69/1797.00	c   reading          :       0.06 (included in solving)
1796.69/1797.00	c   copying          :       0.03 (1 #copies) (minimal 0.03, maximal 0.03, average 0.03)
1796.69/1797.00	c Original Problem   :
1796.69/1797.00	c   Problem name     : HOME/instance-3693202-1338030815.opb
1796.69/1797.00	c   Variables        : 1344 (1344 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.69/1797.00	c   Constraints      : 16096 initial, 16096 maximal
1796.69/1797.00	c   Objective sense  : minimize
1796.69/1797.00	c Presolved Problem  :
1796.69/1797.00	c   Problem name     : t_HOME/instance-3693202-1338030815.opb
1796.69/1797.00	c   Variables        : 1344 (1344 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.69/1797.00	c   Constraints      : 16096 initial, 16665 maximal
1796.69/1797.00	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1796.69/1797.00	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.00	c   trivial          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.00	c   dualfix          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.00	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.00	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.00	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.00	c   gateextraction   :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.00	c   implics          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.00	c   components       :       0.01       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.00	c   pseudoobj        :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.00	c   probing          :       0.02       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.00	c   knapsack         :       0.26       0.00          0          0          0          0          0          0          0      14784      22176
1796.69/1797.00	c   setppc           :       0.01       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.00	c   linear           :       0.13       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.00	c   logicor          :       0.05       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.00	c   root node        :          -          -          0          -          -          0          -          -          -          -          -
1796.69/1797.00	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
1796.69/1797.00	c   integral         :          0          0          0          0       1384          0          4          0          1         14          0          0       2740
1796.69/1797.00	c   knapsack         :       7496       7496          6      15317          0          1          3       1383          1       2467          0          0          0
1796.69/1797.00	c   setppc           :       2016       2016          6      15316          0          1          1      10596         49      26090          0          0          0
1796.69/1797.00	c   logicor          :       6584+      7153          6       5379          0          1          0       2186         18       2592          0          0          0
1796.69/1797.00	c   countsols        :          0          0          0          0          0          1          0          0          0          0          0          0          0
1796.69/1797.00	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
1796.69/1797.00	c   integral         :     524.94       0.00       0.00       0.00     524.93       0.00       0.00       0.00
1796.69/1797.00	c   knapsack         :       4.27       0.00       0.15       4.11       0.00       0.00       0.00       0.00
1796.69/1797.00	c   setppc           :       0.59       0.00       0.00       0.57       0.00       0.00       0.00       0.01
1796.69/1797.00	c   logicor          :       0.11       0.00       0.00       0.10       0.00       0.00       0.00       0.00
1796.69/1797.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1796.69/1797.00	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
1796.69/1797.00	c   rootredcost      :          0          0          0          0
1796.69/1797.00	c   pseudoobj        :      16602          0          0          0
1796.69/1797.00	c   vbounds          :          0          0          0          0
1796.69/1797.00	c   redcost          :       1390          0          0          0
1796.69/1797.00	c   probing          :          0          0          0          0
1796.69/1797.00	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
1796.69/1797.00	c   rootredcost      :       0.02       0.00       0.00       0.02       0.00
1796.69/1797.00	c   pseudoobj        :       0.04       0.00       0.00       0.04       0.00
1796.69/1797.00	c   vbounds          :       0.02       0.00       0.00       0.02       0.00
1796.69/1797.00	c   redcost          :       0.05       0.00       0.00       0.05       0.00
1796.69/1797.00	c   probing          :       0.02       0.00       0.02       0.00       0.00
1796.69/1797.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.69/1797.00	c   propagation      :       0.01         68         63        612       40.8         29       10.9          -
1796.69/1797.00	c   infeasible LP    :       0.11        117         61       1212      104.3         26        8.2          0
1796.69/1797.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.69/1797.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.69/1797.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.69/1797.00	c   applied globally :          -          -          -        836       49.1          -          -          -
1796.69/1797.00	c   applied locally  :          -          -          -          0        0.0          -          -          -
1796.69/1797.00	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
1796.69/1797.00	c   cut pool         :       0.01                     5          -          -          0          -    (maximal pool size: 1397)
1796.69/1797.00	c   closecuts        :       0.00       0.00          0          0          0          0          0
1796.69/1797.00	c   impliedbounds    :       0.00       0.00          6          0          0          0          0
1796.69/1797.00	c   intobj           :       0.00       0.00          0          0          0          0          0
1796.69/1797.00	c   gomory           :       7.19       0.00          6          0          0        150          0
1796.69/1797.00	c   cgmip            :       0.00       0.00          0          0          0          0          0
1796.69/1797.00	c   strongcg         :       1.56       0.00          6          0          0       3000          0
1796.69/1797.00	c   cmir             :       0.24       0.00          6          0          0          0          0
1796.69/1797.00	c   flowcover        :       0.57       0.00          6          0          0          0          0
1796.69/1797.00	c   clique           :       0.05       0.00          6          0          0         36          0
1796.69/1797.00	c   zerohalf         :       0.00       0.00          0          0          0          0          0
1796.69/1797.00	c   mcf              :       0.01       0.00          1          0          0          0          0
1796.69/1797.00	c   oddcycle         :       0.00       0.00          0          0          0          0          0
1796.69/1797.00	c   rapidlearning    :       0.00       0.00          0          0          0          0          0
1796.69/1797.00	c Pricers            :   ExecTime  SetupTime      Calls       Vars
1796.69/1797.00	c   problem variables:       0.00          -          0          0
1796.69/1797.00	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.69/1797.00	c   relpscost        :     524.93       0.00       1384          1         14          0          0       2740
1796.69/1797.00	c   pscost           :       0.00       0.00          0          0          0          0          0          0
1796.69/1797.00	c   inference        :       0.00       0.00          1          0          0          0          0          2
1796.69/1797.00	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
1796.69/1797.00	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
1796.69/1797.00	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
1796.69/1797.00	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
1796.69/1797.00	c   random           :       0.00       0.00          0          0          0          0          0          0
1796.69/1797.00	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found
1796.69/1797.00	c   LP solutions     :       0.00          -          -          0
1796.69/1797.00	c   pseudo solutions :       0.00          -          -          0
1796.69/1797.00	c   oneopt           :       0.00       0.00          0          0
1796.69/1797.00	c   crossover        :       0.00       0.00          0          0
1796.69/1797.00	c   intshifting      :       0.00       0.00          0          0
1796.69/1797.00	c   guideddiving     :       0.00       0.00          0          0
1796.69/1797.00	c   feaspump         :      46.86       0.00          5          0
1796.69/1797.00	c   coefdiving       :      85.98       0.00         11          0
1796.69/1797.00	c   veclendiving     :      62.98       0.00         11          0
1796.69/1797.00	c   fracdiving       :      43.49       0.00         12          0
1796.69/1797.00	c   linesearchdiving :      29.30       0.00         12          0
1796.69/1797.00	c   pscostdiving     :      65.54       0.00         13          0
1796.69/1797.00	c   smallcard        :       0.00       0.00          0          0
1796.69/1797.00	c   trivial          :       0.00       0.00          2          0
1796.69/1797.00	c   shiftandpropagate:       0.09       0.00          1          0
1796.69/1797.00	c   simplerounding   :       0.00       0.00          0          0
1796.69/1797.00	c   zirounding       :       0.83       0.00          0          0
1796.69/1797.00	c   rounding         :       0.45       0.00        478          0
1796.69/1797.00	c   shifting         :       0.30       0.00        131          0
1796.69/1797.00	c   twoopt           :       0.00       0.00          0          0
1796.69/1797.00	c   indtwoopt        :       0.00       0.00          0          0
1796.69/1797.00	c   indoneopt        :       0.00       0.00          0          0
1796.69/1797.00	c   fixandinfer      :       0.00       0.00          0          0
1796.69/1797.00	c   clique           :       0.00       0.00          0          0
1796.69/1797.00	c   indrounding      :       0.00       0.00          0          0
1796.69/1797.00	c   indcoefdiving    :       0.00       0.00          0          0
1796.69/1797.00	c   nlpdiving        :       0.00       0.00          0          0
1796.69/1797.00	c   intdiving        :       0.00       0.00          0          0
1796.69/1797.00	c   actconsdiving    :       0.00       0.00          0          0
1796.69/1797.00	c   objpscostdiving  :     144.14       0.00          1          0
1796.69/1797.00	c   rootsoldiving    :      32.61       0.00          3          0
1796.69/1797.00	c   octane           :       0.00       0.00          0          0
1796.69/1797.00	c   rens             :       0.19       0.00          1          0
1796.69/1797.00	c   rins             :       0.00       0.00          0          0
1796.69/1797.00	c   localbranching   :       0.00       0.00          0          0
1796.69/1797.00	c   mutation         :       0.00       0.00          0          0
1796.69/1797.00	c   dins             :       0.00       0.00          0          0
1796.69/1797.00	c   vbounds          :       0.00       0.00          0          0
1796.69/1797.00	c   undercover       :       0.00       0.00          0          0
1796.69/1797.00	c   subnlp           :       0.00       0.00          0          0
1796.69/1797.00	c   trysol           :       0.00       0.00          0          0
1796.69/1797.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
1796.69/1797.00	c   primal LP        :       0.01          1          0       0.00       0.00       0.01          1
1796.69/1797.00	c   dual LP          :     745.30       1403    1420087    1018.71    1905.40       0.07          9
1796.69/1797.00	c   lex dual LP      :       0.00          0          0       0.00          -
1796.69/1797.00	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
1796.69/1797.00	c   diving/probing LP:     495.10       8321     810253      97.37    1636.56
1796.69/1797.00	c   strong branching :     524.68       1638     862695     526.68    1644.22
1796.69/1797.00	c     (at root node) :          -         39      30241     775.41          -
1796.69/1797.00	c   conflict analysis:       0.00          0          0       0.00          -
1796.69/1797.00	c B&B Tree           :
1796.69/1797.00	c   number of runs   :          1
1796.69/1797.00	c   nodes            :       1385
1796.69/1797.00	c   nodes (total)    :       1385
1796.69/1797.00	c   nodes left       :       1357
1796.69/1797.00	c   max depth        :         61
1796.69/1797.00	c   max depth (total):         61
1796.69/1797.00	c   backtracks       :         72 (5.2%)
1796.69/1797.00	c   delayed cutoffs  :          1
1796.69/1797.00	c   repropagations   :         31 (90 domain reductions, 1 cutoffs)
1796.69/1797.00	c   avg switch length:       2.34
1796.69/1797.00	c   switching time   :       0.49
1796.69/1797.00	c Solution           :
1796.69/1797.00	c   Solutions found  :          0 (0 improvements)
1796.69/1797.00	c   Primal Bound     :          -
1796.69/1797.00	c   Dual Bound       : +9.60000000000000e+01
1796.69/1797.00	c   Gap              :   infinite
1796.69/1797.00	c   Root Dual Bound  : +9.60000000000000e+01
1796.69/1797.00	c   Root Iterations  :      49441
1796.69/1797.05	c Time complete: 1796.75.

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

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 6711
/proc/meminfo: memFree=29051608/32873844 swapFree=7364/7364
[pid=6711] ppid=6709 vsize=11288 CPUtime=0 cores=0,2,4,6
/proc/6711/stat : 6711 (scip-2.1.1.4sfi) R 6709 6711 4481 0 -1 4202496 1576 0 0 0 0 0 0 0 20 0 1 0 269206316 11558912 1530 33554432000 4194304 10169799 140735678017728 140733458558104 8766176 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/6711/statm: 2822 1532 412 1459 0 1354 0

[startup+0.0761469 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 6711
/proc/meminfo: memFree=29051608/32873844 swapFree=7364/7364
[pid=6711] ppid=6709 vsize=32204 CPUtime=0.06 cores=0,2,4,6
/proc/6711/stat : 6711 (scip-2.1.1.4sfi) R 6709 6711 4481 0 -1 4202496 6501 0 0 0 5 1 0 0 20 0 1 0 269206316 32976896 6452 33554432000 4194304 10169799 140735678017728 140733458558104 8844157 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/6711/statm: 8051 6475 498 1459 0 6583 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 32204

[startup+0.100358 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 6711
/proc/meminfo: memFree=29051608/32873844 swapFree=7364/7364
[pid=6711] ppid=6709 vsize=43628 CPUtime=0.09 cores=0,2,4,6
/proc/6711/stat : 6711 (scip-2.1.1.4sfi) R 6709 6711 4481 0 -1 4202496 9396 0 0 0 7 2 0 0 20 0 1 0 269206316 44675072 9346 33554432000 4194304 10169799 140735678017728 140733458558104 4638261 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/6711/statm: 10907 9346 499 1459 0 9439 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 43628

[startup+0.300263 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 6711
/proc/meminfo: memFree=29051608/32873844 swapFree=7364/7364
[pid=6711] ppid=6709 vsize=61860 CPUtime=0.29 cores=0,2,4,6
/proc/6711/stat : 6711 (scip-2.1.1.4sfi) R 6709 6711 4481 0 -1 4202496 14781 0 0 0 21 8 0 0 20 0 1 0 269206316 63344640 13941 33554432000 4194304 10169799 140735678017728 140733458558104 8961143 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/6711/statm: 15465 13941 578 1459 0 13997 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 61860

[startup+0.700276 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 6711
/proc/meminfo: memFree=29051608/32873844 swapFree=7364/7364
[pid=6711] ppid=6709 vsize=87924 CPUtime=0.68 cores=0,2,4,6
/proc/6711/stat : 6711 (scip-2.1.1.4sfi) R 6709 6711 4481 0 -1 4202496 21590 0 0 0 56 12 0 0 20 0 1 0 269206316 90034176 20178 33554432000 4194304 10169799 140735678017728 140735678015768 8961143 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/6711/statm: 21981 20178 693 1459 0 20513 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 87924

[startup+1.50024 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 6712
/proc/meminfo: memFree=28956444/32873844 swapFree=7364/7364
[pid=6711] ppid=6709 vsize=107312 CPUtime=1.49 cores=0,2,4,6
/proc/6711/stat : 6711 (scip-2.1.1.4sfi) R 6709 6711 4481 0 -1 4202496 25946 0 0 0 136 13 0 0 20 0 1 0 269206316 109887488 24531 33554432000 4194304 10169799 140735678017728 140735678015768 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/6711/statm: 26828 24531 767 1459 0 25360 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 107312

[startup+3.10024 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 6712
/proc/meminfo: memFree=28955328/32873844 swapFree=7364/7364
[pid=6711] ppid=6709 vsize=107312 CPUtime=3.09 cores=0,2,4,6
/proc/6711/stat : 6711 (scip-2.1.1.4sfi) R 6709 6711 4481 0 -1 4202496 25967 0 0 0 295 14 0 0 20 0 1 0 269206316 109887488 24552 33554432000 4194304 10169799 140735678017728 140735678011400 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/6711/statm: 26828 24552 767 1459 0 25360 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 107312

[startup+6.30028 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 6712
/proc/meminfo: memFree=28952484/32873844 swapFree=7364/7364
[pid=6711] ppid=6709 vsize=109264 CPUtime=6.29 cores=0,2,4,6
/proc/6711/stat : 6711 (scip-2.1.1.4sfi) R 6709 6711 4481 0 -1 4202496 27645 0 0 0 614 15 0 0 20 0 1 0 269206316 111886336 25334 33554432000 4194304 10169799 140735678017728 140735678010040 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/6711/statm: 27316 25334 782 1459 0 25848 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 109264

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 6712
/proc/meminfo: memFree=28952244/32873844 swapFree=7364/7364
[pid=6711] ppid=6709 vsize=109264 CPUtime=12.69 cores=0,2,4,6
/proc/6711/stat : 6711 (scip-2.1.1.4sfi) R 6709 6711 4481 0 -1 4202496 27660 0 0 0 1253 16 0 0 20 0 1 0 269206316 111886336 25349 33554432000 4194304 10169799 140735678017728 140735678010184 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/6711/statm: 27316 25349 785 1459 0 25848 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 109264

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 6712
/proc/meminfo: memFree=28951004/32873844 swapFree=7364/7364
[pid=6711] ppid=6709 vsize=109264 CPUtime=25.49 cores=0,2,4,6
/proc/6711/stat : 6711 (scip-2.1.1.4sfi) R 6709 6711 4481 0 -1 4202496 27723 0 0 0 2531 18 0 0 20 0 1 0 269206316 111886336 25395 33554432000 4194304 10169799 140735678017728 140735678010008 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/6711/statm: 27316 25395 785 1459 0 25848 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 109264

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 6712
/proc/meminfo: memFree=28906380/32873844 swapFree=7364/7364
[pid=6711] ppid=6709 vsize=151952 CPUtime=51.07 cores=0,2,4,6
/proc/6711/stat : 6711 (scip-2.1.1.4sfi) R 6709 6711 4481 0 -1 4202496 45157 0 0 0 5065 42 0 0 20 0 1 0 269206316 155598848 36272 33554432000 4194304 10169799 140735678017728 140735678012328 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/6711/statm: 37988 36272 856 1459 0 36520 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 151952

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 6712
/proc/meminfo: memFree=28902092/32873844 swapFree=7364/7364
[pid=6711] ppid=6709 vsize=153848 CPUtime=102.26 cores=0,2,4,6
/proc/6711/stat : 6711 (scip-2.1.1.4sfi) R 6709 6711 4481 0 -1 4202496 45672 0 0 0 10170 56 0 0 20 0 1 0 269206316 157540352 37144 33554432000 4194304 10169799 140735678017728 140735678012008 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/6711/statm: 38462 37144 857 1459 0 36994 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 153848

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 6712
/proc/meminfo: memFree=28901080/32873844 swapFree=7364/7364
[pid=6711] ppid=6709 vsize=153848 CPUtime=162.25 cores=0,2,4,6
/proc/6711/stat : 6711 (scip-2.1.1.4sfi) R 6709 6711 4481 0 -1 4202496 45672 0 0 0 16155 70 0 0 20 0 1 0 269206316 157540352 37414 33554432000 4194304 10169799 140735678017728 140735678012328 8044777 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/6711/statm: 38462 37414 857 1459 0 36994 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 153848

[startup+222.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 6713
/proc/meminfo: memFree=28901204/32873844 swapFree=7364/7364
[pid=6711] ppid=6709 vsize=153848 CPUtime=222.24 cores=0,2,4,6
/proc/6711/stat : 6711 (scip-2.1.1.4sfi) R 6709 6711 4481 0 -1 4202496 45673 0 0 0 22137 87 0 0 20 0 1 0 269206316 157540352 37415 33554432000 4194304 10169799 140735678017728 140735678012184 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/6711/statm: 38462 37415 858 1459 0 36994 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 153848

[startup+282.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 6713
/proc/meminfo: memFree=28895500/32873844 swapFree=7364/7364
[pid=6711] ppid=6709 vsize=158156 CPUtime=282.23 cores=0,2,4,6
/proc/6711/stat : 6711 (scip-2.1.1.4sfi) R 6709 6711 4481 0 -1 4202496 46534 0 0 0 28122 101 0 0 20 0 1 0 269206316 161951744 38276 33554432000 4194304 10169799 140735678017728 140735678012056 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/6711/statm: 39539 38276 858 1459 0 38071 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 158156

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 6713
/proc/meminfo: memFree=28894072/32873844 swapFree=7364/7364
[pid=6711] ppid=6709 vsize=158156 CPUtime=342.21 cores=0,2,4,6
/proc/6711/stat : 6711 (scip-2.1.1.4sfi) R 6709 6711 4481 0 -1 4202496 46534 0 0 0 34106 115 0 0 20 0 1 0 269206316 161951744 38276 33554432000 4194304 10169799 140735678017728 140735678012152 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/6711/statm: 39539 38276 858 1459 0 38071 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 158156

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 6716
/proc/meminfo: memFree=28894192/32873844 swapFree=7364/7364
[pid=6711] ppid=6709 vsize=157376 CPUtime=402.21 cores=0,2,4,6
/proc/6711/stat : 6711 (scip-2.1.1.4sfi) R 6709 6711 4481 0 -1 4202496 48658 0 0 0 40090 131 0 0 20 0 1 0 269206316 161153024 37985 33554432000 4194304 10169799 140735678017728 140735678011992 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/6711/statm: 39344 37985 858 1459 0 37876 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 157376

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 6716
/proc/meminfo: memFree=28895560/32873844 swapFree=7364/7364
[pid=6711] ppid=6709 vsize=155456 CPUtime=462.2 cores=0,2,4,6
/proc/6711/stat : 6711 (scip-2.1.1.4sfi) R 6709 6711 4481 0 -1 4202496 52079 0 0 0 46071 149 0 0 20 0 1 0 269206316 159186944 37316 33554432000 4194304 10169799 140735678017728 140735678011752 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/6711/statm: 38864 37316 858 1459 0 37396 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 155456

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 6717
/proc/meminfo: memFree=28893136/32873844 swapFree=7364/7364
[pid=6711] ppid=6709 vsize=155456 CPUtime=522.19 cores=0,2,4,6
/proc/6711/stat : 6711 (scip-2.1.1.4sfi) R 6709 6711 4481 0 -1 4202496 52606 0 0 0 52052 167 0 0 20 0 1 0 269206316 159186944 37841 33554432000 4194304 10169799 140735678017728 140735678012136 8030382 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/6711/statm: 38864 37841 858 1459 0 37396 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 155456

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 6831
/proc/meminfo: memFree=28832040/32873844 swapFree=7364/7364
[pid=6711] ppid=6709 vsize=155456 CPUtime=582.18 cores=0,2,4,6
/proc/6711/stat : 6711 (scip-2.1.1.4sfi) R 6709 6711 4481 0 -1 4202496 52606 0 0 0 58034 184 0 0 20 0 1 0 269206316 159186944 37841 33554432000 4194304 10169799 140735678017728 140735678012104 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/6711/statm: 38864 37841 858 1459 0 37396 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 155456

[startup+642.3 s]

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

/proc/meminfo: memFree=28808240/32873844 swapFree=7364/7364
[pid=6711] ppid=6709 vsize=159240 CPUtime=1122.1 cores=0,2,4,6
/proc/6711/stat : 6711 (scip-2.1.1.4sfi) R 6709 6711 4481 0 -1 4202496 53544 0 0 0 111871 339 0 0 20 0 1 0 269206316 163061760 38779 33554432000 4194304 10169799 140735678017728 140735678012232 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/6711/statm: 39810 38779 858 1459 0 38342 0
Current children cumulated CPU time (s) 1122.1
Current children cumulated vsize (KiB) 159240

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 6836
/proc/meminfo: memFree=28805940/32873844 swapFree=7364/7364
[pid=6711] ppid=6709 vsize=159240 CPUtime=1182.09 cores=0,2,4,6
/proc/6711/stat : 6711 (scip-2.1.1.4sfi) R 6709 6711 4481 0 -1 4202496 53544 0 0 0 117851 358 0 0 20 0 1 0 269206316 163061760 38779 33554432000 4194304 10169799 140735678017728 140735678012328 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/6711/statm: 39810 38779 858 1459 0 38342 0
Current children cumulated CPU time (s) 1182.09
Current children cumulated vsize (KiB) 159240

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 6836
/proc/meminfo: memFree=28799244/32873844 swapFree=7364/7364
[pid=6711] ppid=6709 vsize=160268 CPUtime=1242.08 cores=0,2,4,6
/proc/6711/stat : 6711 (scip-2.1.1.4sfi) R 6709 6711 4481 0 -1 4202496 53799 0 0 0 123834 374 0 0 20 0 1 0 269206316 164114432 39034 33554432000 4194304 10169799 140735678017728 140735678012136 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/6711/statm: 40067 39034 858 1459 0 38599 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 160268

[startup+1302.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/180 6837
/proc/meminfo: memFree=28798428/32873844 swapFree=7364/7364
[pid=6711] ppid=6709 vsize=160268 CPUtime=1302.08 cores=0,2,4,6
/proc/6711/stat : 6711 (scip-2.1.1.4sfi) R 6709 6711 4481 0 -1 4202496 53799 0 0 0 129818 390 0 0 20 0 1 0 269206316 164114432 39034 33554432000 4194304 10169799 140735678017728 140735678012712 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/6711/statm: 40067 39034 858 1459 0 38599 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 160268

[startup+1362.3 s]
/proc/loadavg: 2.08 2.02 2.00 3/179 6837
/proc/meminfo: memFree=28796196/32873844 swapFree=7364/7364
[pid=6711] ppid=6709 vsize=160268 CPUtime=1362.06 cores=0,2,4,6
/proc/6711/stat : 6711 (scip-2.1.1.4sfi) R 6709 6711 4481 0 -1 4202496 53799 0 0 0 135797 409 0 0 20 0 1 0 269206316 164114432 39034 33554432000 4194304 10169799 140735678017728 140735678012136 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/6711/statm: 40067 39034 858 1459 0 38599 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 160268

[startup+1422.31 s]
/proc/loadavg: 2.03 2.02 2.00 3/179 6837
/proc/meminfo: memFree=28794956/32873844 swapFree=7364/7364
[pid=6711] ppid=6709 vsize=160268 CPUtime=1422.06 cores=0,2,4,6
/proc/6711/stat : 6711 (scip-2.1.1.4sfi) R 6709 6711 4481 0 -1 4202496 53810 0 0 0 141778 428 0 0 20 0 1 0 269206316 164114432 39045 33554432000 4194304 10169799 140735678017728 140735678012136 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/6711/statm: 40067 39045 858 1459 0 38599 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 160268

[startup+1482.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 6838
/proc/meminfo: memFree=28793716/32873844 swapFree=7364/7364
[pid=6711] ppid=6709 vsize=160268 CPUtime=1482.04 cores=0,2,4,6
/proc/6711/stat : 6711 (scip-2.1.1.4sfi) R 6709 6711 4481 0 -1 4202496 53810 0 0 0 147761 443 0 0 20 0 1 0 269206316 164114432 39045 33554432000 4194304 10169799 140735678017728 140735678012328 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/6711/statm: 40067 39045 858 1459 0 38599 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 160268

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 6838
/proc/meminfo: memFree=28792348/32873844 swapFree=7364/7364
[pid=6711] ppid=6709 vsize=160268 CPUtime=1542.03 cores=0,2,4,6
/proc/6711/stat : 6711 (scip-2.1.1.4sfi) R 6709 6711 4481 0 -1 4202496 53810 0 0 0 153743 460 0 0 20 0 1 0 269206316 164114432 39045 33554432000 4194304 10169799 140735678017728 140735678012136 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/6711/statm: 40067 39045 858 1459 0 38599 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 160268

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 6841
/proc/meminfo: memFree=28789984/32873844 swapFree=7364/7364
[pid=6711] ppid=6709 vsize=161240 CPUtime=1602.03 cores=0,2,4,6
/proc/6711/stat : 6711 (scip-2.1.1.4sfi) R 6709 6711 4481 0 -1 4202496 54050 0 0 0 159724 479 0 0 20 0 1 0 269206316 165109760 39285 33554432000 4194304 10169799 140735678017728 140735678012136 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/6711/statm: 40310 39285 858 1459 0 38842 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 161240

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 6841
/proc/meminfo: memFree=28791792/32873844 swapFree=7364/7364
[pid=6711] ppid=6709 vsize=160828 CPUtime=1662.02 cores=0,2,4,6
/proc/6711/stat : 6711 (scip-2.1.1.4sfi) R 6709 6711 4481 0 -1 4202496 58260 0 0 0 165706 496 0 0 20 0 1 0 269206316 164687872 39171 33554432000 4194304 10169799 140735678017728 140735678012424 8030352 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/6711/statm: 40207 39171 858 1459 0 38739 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 160828

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 6841
/proc/meminfo: memFree=28790056/32873844 swapFree=7364/7364
[pid=6711] ppid=6709 vsize=160676 CPUtime=1722 cores=0,2,4,6
/proc/6711/stat : 6711 (scip-2.1.1.4sfi) R 6709 6711 4481 0 -1 4202496 60289 0 0 0 171687 513 0 0 20 0 1 0 269206316 164532224 39143 33554432000 4194304 10169799 140735678017728 140735678012136 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/6711/statm: 40169 39143 858 1459 0 38701 0
Current children cumulated CPU time (s) 1722
Current children cumulated vsize (KiB) 160676

[startup+1782.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/179 6842
/proc/meminfo: memFree=28786584/32873844 swapFree=7364/7364
[pid=6711] ppid=6709 vsize=162532 CPUtime=1782 cores=0,2,4,6
/proc/6711/stat : 6711 (scip-2.1.1.4sfi) R 6709 6711 4481 0 -1 4202496 60758 0 0 0 177672 528 0 0 20 0 1 0 269206316 166432768 39605 33554432000 4194304 10169799 140735678017728 140735678012184 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/6711/statm: 40633 39605 858 1459 0 39165 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 162532

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

[startup+1785.5 s]
/proc/loadavg: 2.05 2.01 2.00 3/179 6842
/proc/meminfo: memFree=28786584/32873844 swapFree=7364/7364
[pid=6711] ppid=6709 vsize=162532 CPUtime=1785.2 cores=0,2,4,6
/proc/6711/stat : 6711 (scip-2.1.1.4sfi) R 6709 6711 4481 0 -1 4202496 60758 0 0 0 177991 529 0 0 20 0 1 0 269206316 166432768 39605 33554432000 4194304 10169799 140735678017728 140735678012328 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/6711/statm: 40633 39605 858 1459 0 39165 0
Current children cumulated CPU time (s) 1785.2
Current children cumulated vsize (KiB) 162532

[startup+1791.91 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 6842
/proc/meminfo: memFree=28786584/32873844 swapFree=7364/7364
[pid=6711] ppid=6709 vsize=162532 CPUtime=1791.6 cores=0,2,4,6
/proc/6711/stat : 6711 (scip-2.1.1.4sfi) R 6709 6711 4481 0 -1 4202496 60758 0 0 0 178630 530 0 0 20 0 1 0 269206316 166432768 39605 33554432000 4194304 10169799 140735678017728 140735678012232 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/6711/statm: 40633 39605 858 1459 0 39165 0
Current children cumulated CPU time (s) 1791.6
Current children cumulated vsize (KiB) 162532

[startup+1795.1 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 6842
/proc/meminfo: memFree=28786088/32873844 swapFree=7364/7364
[pid=6711] ppid=6709 vsize=162532 CPUtime=1794.81 cores=0,2,4,6
/proc/6711/stat : 6711 (scip-2.1.1.4sfi) R 6709 6711 4481 0 -1 4202496 60758 0 0 0 178949 532 0 0 20 0 1 0 269206316 166432768 39605 33554432000 4194304 10169799 140735678017728 140735678012328 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/6711/statm: 40633 39605 858 1459 0 39165 0
Current children cumulated CPU time (s) 1794.81
Current children cumulated vsize (KiB) 162532

[startup+1795.9 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 6842
/proc/meminfo: memFree=28786088/32873844 swapFree=7364/7364
[pid=6711] ppid=6709 vsize=162532 CPUtime=1795.6 cores=0,2,4,6
/proc/6711/stat : 6711 (scip-2.1.1.4sfi) R 6709 6711 4481 0 -1 4202496 60758 0 0 0 179028 532 0 0 20 0 1 0 269206316 166432768 39605 33554432000 4194304 10169799 140735678017728 140735678012328 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/6711/statm: 40633 39605 858 1459 0 39165 0
Current children cumulated CPU time (s) 1795.6
Current children cumulated vsize (KiB) 162532

[startup+1796.7 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 6842
/proc/meminfo: memFree=28786088/32873844 swapFree=7364/7364
[pid=6711] ppid=6709 vsize=162532 CPUtime=1796.39 cores=0,2,4,6
/proc/6711/stat : 6711 (scip-2.1.1.4sfi) R 6709 6711 4481 0 -1 4202496 60758 0 0 0 179107 532 0 0 20 0 1 0 269206316 166432768 39605 33554432000 4194304 10169799 140735678017728 140735678012136 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/6711/statm: 40633 39605 858 1459 0 39165 0
Current children cumulated CPU time (s) 1796.39
Current children cumulated vsize (KiB) 162532

[startup+1796.9 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 6842
/proc/meminfo: memFree=28786088/32873844 swapFree=7364/7364
[pid=6711] ppid=6709 vsize=162532 CPUtime=1796.59 cores=0,2,4,6
/proc/6711/stat : 6711 (scip-2.1.1.4sfi) R 6709 6711 4481 0 -1 4202496 60758 0 0 0 179127 532 0 0 20 0 1 0 269206316 166432768 39605 33554432000 4194304 10169799 140735678017728 140735678012136 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/6711/statm: 40633 39605 858 1459 0 39165 0
Current children cumulated CPU time (s) 1796.59
Current children cumulated vsize (KiB) 162532

[startup+1797 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 6842
/proc/meminfo: memFree=28786088/32873844 swapFree=7364/7364
[pid=6711] ppid=6709 vsize=162532 CPUtime=1796.69 cores=0,2,4,6
/proc/6711/stat : 6711 (scip-2.1.1.4sfi) R 6709 6711 4481 0 -1 4202496 60758 0 0 0 179137 532 0 0 20 0 1 0 269206316 166432768 39605 33554432000 4194304 10169799 140735678017728 140735678012136 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/6711/statm: 40633 39605 858 1459 0 39165 0
Current children cumulated CPU time (s) 1796.69
Current children cumulated vsize (KiB) 162532

Child status: 0
Real time (s): 1797.06
CPU time (s): 1796.76
CPU user time (s): 1791.43
CPU system time (s): 5.33519
CPU usage (%): 99.9836
Max. virtual memory (cumulated for all children) (KiB): 181284

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.43
system time used= 5.33519
maximum resident set size= 175476
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 60763
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= 33
involuntary context switches= 1930

runsolver used 2.93255 second user time and 9.30458 second system time

The end

Launcher Data

Begin job on node133 at 2012-05-26 13:13:35
IDJOB=3693202
IDBENCH=2006
IDSOLVER=2272
FILE ID=node133/3693202-1338030815
RUNJOBID= node133-1338017258-5021
PBS_JOBID= 14624264
Free space on /tmp= 71604 MiB

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

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

MD5SUM BENCH= d431323968e1ca4dc95d181076d01437
RANDOM SEED=1287129142

node133.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.540
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.08
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.540
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.92
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.540
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29051608 kB
Buffers:          252796 kB
Cached:          2738428 kB
SwapCached:            0 kB
Active:           541440 kB
Inactive:        2509076 kB
Active(anon):      61680 kB
Inactive(anon):        0 kB
Active(file):     479760 kB
Inactive(file):  2509076 kB
Unevictable:        7364 kB
Mlocked:            7364 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             14580 kB
Writeback:             4 kB
AnonPages:         66148 kB
Mapped:            17888 kB
Shmem:               212 kB
Slab:             634304 kB
SReclaimable:      76628 kB
SUnreclaim:       557676 kB
KernelStack:        1464 kB
PageTables:         3664 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     174452 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:     36864 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71588 MiB
End job on node133 at 2012-05-26 13:43:32