Trace number 3693315

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.9 1797.18

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_20.opb
MD5SUM601a73d2c5752739e04dd0126b5500f0
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark392
Best CPU time to get the best result obtained on this benchmark1783.03
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 398
Optimality of the best value was proved NO
Number of variables13478
Total number of constraints26620
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints26619
Minimum length of a constraint1
Maximum length of a constraint37
Number of terms in the objective function 9
Biggest coefficient in the objective function 190
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 445
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 589
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2977
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

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-3693315-1338034231.opb>
0.29/0.35	c original problem has 13478 variables (13478 bin, 0 int, 0 impl, 0 cont) and 26620 constraints
0.29/0.35	c problem read in 0.35
0.59/0.64	c presolving:
0.89/0.94	c (round 1) 1 del vars, 1 del conss, 0 add conss, 1 chg bounds, 194 chg sides, 1392 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.99/1.07	c (round 2) 1 del vars, 12355 del conss, 0 add conss, 1 chg bounds, 194 chg sides, 1392 chg coeffs, 965 upgd conss, 0 impls, 0 clqs
1.29/1.34	c (round 3) 1 del vars, 12355 del conss, 16 add conss, 1 chg bounds, 335 chg sides, 2387 chg coeffs, 1911 upgd conss, 848 impls, 12 clqs
1.29/1.34	c (round 4) 1 del vars, 12355 del conss, 16 add conss, 1 chg bounds, 451 chg sides, 2562 chg coeffs, 1911 upgd conss, 848 impls, 12 clqs
1.29/1.36	c    (1.4s) probing: 51/13477 (0.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
1.29/1.36	c    (1.4s) probing aborted: 50/50 successive totally useless probings
1.39/1.40	c presolving (5 rounds):
1.39/1.40	c  1 deleted vars, 12355 deleted constraints, 16 added constraints, 1 tightened bounds, 0 added holes, 451 changed sides, 2571 changed coefficients
1.39/1.40	c  848 implications, 12 cliques
1.39/1.40	c presolved problem has 13477 variables (13477 bin, 0 int, 0 impl, 0 cont) and 14281 constraints
1.39/1.40	c    1911 constraints of type <knapsack>
1.39/1.40	c      16 constraints of type <setppc>
1.39/1.40	c   12354 constraints of type <linear>
1.39/1.40	c transformed objective value is always integral (scale: 1)
1.39/1.40	c Presolving Time: 0.99
1.39/1.40	c - non default parameters ----------------------------------------------------------------------
1.39/1.40	c # SCIP version 2.1.1.4
1.39/1.40	c 
1.39/1.40	c # maximal time in seconds to run
1.39/1.40	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.39/1.40	c limits/time = 1797
1.39/1.40	c 
1.39/1.40	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
1.39/1.40	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.39/1.40	c limits/memory = 13950
1.39/1.40	c 
1.39/1.40	c # default clock type (1: CPU user seconds, 2: wall clock time)
1.39/1.40	c # [type: int, range: [1,2], default: 1]
1.39/1.40	c timing/clocktype = 2
1.39/1.40	c 
1.39/1.40	c # belongs reading time to solving time?
1.39/1.40	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.39/1.40	c timing/reading = TRUE
1.39/1.40	c 
1.39/1.40	c -----------------------------------------------------------------------------------------------
1.39/1.40	c start solving
1.39/1.41	c 
3.69/3.75	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.75	c   3.8s|     1 |     0 |    75 |     - | 129M|   0 | 743 |  13k|  14k|  13k|  14k|   0 |  24 |   0 | 1.900000e+02 |      --      |    Inf 
12.68/12.70	c  12.7s|     1 |     0 |  9550 |     - | 131M|   0 |1342 |  13k|  14k|  13k|  14k| 228 |  24 |   0 | 1.900000e+02 |      --      |    Inf 
20.29/20.34	c  20.3s|     1 |     0 | 12022 |     - | 131M|   0 |2062 |  13k|  14k|  13k|  14k| 484 |  24 |   0 | 1.900000e+02 |      --      |    Inf 
32.68/32.77	c  32.8s|     1 |     0 | 17211 |     - | 132M|   0 |2519 |  13k|  14k|  13k|  15k| 719 |  24 |   0 | 1.900000e+02 |      --      |    Inf 
52.48/52.57	c  52.6s|     1 |     0 | 25026 |     - | 133M|   0 |3081 |  13k|  14k|  13k|  15k| 935 |  24 |   0 | 1.900000e+02 |      --      |    Inf 
65.99/66.07	c  66.1s|     1 |     0 | 29232 |     - | 133M|   0 |3475 |  13k|  14k|  13k|  15k|1149 |  24 |   0 | 1.900000e+02 |      --      |    Inf 
81.98/82.02	c  82.0s|     1 |     0 | 35463 |     - | 134M|   0 |3481 |  13k|  14k|  13k|  15k|1312 |  24 |   0 | 1.900000e+02 |      --      |    Inf 
116.48/116.57	c   117s|     1 |     2 | 35463 |     - | 134M|   0 |3481 |  13k|  14k|  13k|  15k|1312 |  24 |  19 | 1.900000e+02 |      --      |    Inf 
1197.71/1197.91	c  1198s|   100 |    76 |893948 |8671.6 | 136M|  18 |4225 |  13k|  14k|  13k|  14k|1312 | 367 | 293 | 1.900000e+02 |      --      |    Inf 
1445.07/1445.36	c  1445s|   200 |   144 |  1105k|5377.3 | 137M|  38 | 851 |  13k|  14k|  13k|  14k|1312 | 394 | 423 | 1.900000e+02 |      --      |    Inf 
1605.94/1606.26	c  1606s|   300 |   173 |  1263k|4107.4 | 137M|  54 |   - |  13k|  14k|  13k|  14k|1312 | 468 | 484 | 1.900000e+02 |      --      |    Inf 
1720.32/1720.60	c  1721s|   400 |   217 |  1359k|3317.8 | 138M|  57 | 818 |  13k|  14k|  13k|  14k|1312 | 549 | 515 | 1.900000e+02 |      --      |    Inf 
1735.52/1735.86	c  1736s|   500 |   227 |  1368k|2672.3 | 138M|  86 | 786 |  13k|  14k|  13k|  14k|1312 | 647 | 525 | 1.900000e+02 |      --      |    Inf 
1742.12/1742.49	c  1742s|   600 |   249 |  1370k|2228.4 | 138M| 148 |   - |  13k|  15k|  13k|  14k|1312 | 732 | 525 | 1.900000e+02 |      --      |    Inf 
1748.81/1749.16	c  1749s|   700 |   273 |  1371k|1911.4 | 138M| 210 |   - |  13k|  15k|  13k|  14k|1312 | 814 | 525 | 1.900000e+02 |      --      |    Inf 
1755.51/1755.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1755.51/1755.84	c  1756s|   800 |   299 |  1372k|1673.3 | 138M| 272 | 559 |  13k|  15k|  13k|  14k|1312 | 909 | 525 | 1.900000e+02 |      --      |    Inf 
1796.71/1797.00	c 
1796.71/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1796.71/1797.00	c Solving Time (sec) : 1797.00
1796.71/1797.00	c Solving Nodes      : 847
1796.71/1797.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1796.71/1797.00	c Dual Bound         : +1.90000000000000e+02
1796.71/1797.00	c Gap                : infinite
1796.71/1797.00	s UNKNOWN
1796.71/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1796.71/1797.00	c Total Time         :    1797.00
1796.71/1797.00	c   solving          :    1797.00
1796.71/1797.00	c   presolving       :       0.99 (included in solving)
1796.71/1797.00	c   reading          :       0.35 (included in solving)
1796.71/1797.00	c   copying          :       0.10 (1 #copies) (minimal 0.10, maximal 0.10, average 0.10)
1796.71/1797.00	c Original Problem   :
1796.71/1797.00	c   Problem name     : HOME/instance-3693315-1338034231.opb
1796.71/1797.00	c   Variables        : 13478 (13478 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.71/1797.00	c   Constraints      : 26620 initial, 26620 maximal
1796.71/1797.00	c   Objective sense  : minimize
1796.71/1797.00	c Presolved Problem  :
1796.71/1797.00	c   Problem name     : t_HOME/instance-3693315-1338034231.opb
1796.71/1797.00	c   Variables        : 13477 (13477 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.71/1797.00	c   Constraints      : 14281 initial, 15245 maximal
1796.71/1797.00	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1796.71/1797.00	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.00	c   trivial          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.00	c   dualfix          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.00	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.00	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.00	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.00	c   gateextraction   :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.00	c   implics          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.00	c   components       :       0.04       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.00	c   pseudoobj        :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.00	c   probing          :       0.06       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.00	c   knapsack         :       0.06       0.00          0          0          0          0          0          0         16        257       1179
1796.71/1797.00	c   setppc           :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.00	c   linear           :       0.54       0.00          1          0          0          1          0      12355          0        194       1392
1796.71/1797.00	c   logicor          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.00	c   root node        :          -          -          0          -          -          0          -          -          -          -          -
1796.71/1797.00	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
1796.71/1797.00	c   integral         :          0          0          0          0        601          0          4          0          0         34          0          0       1184
1796.71/1797.00	c   knapsack         :       1911       1911          6      24318          0          1          3        458         10       4491       1205          0          0
1796.71/1797.00	c   setppc           :         16         16          6      24177          0          1          0         16          0         12          0          0          0
1796.71/1797.00	c   linear           :      12354      12354          6      24308          0          0          0        617         14       6028          0          0          0
1796.71/1797.00	c   logicor          :          0+       964          6       1268          0          0          0        685         10        348          0          0          0
1796.71/1797.00	c   countsols        :          0          0          0          0          0          1          0          0          0          0          0          0          0
1796.71/1797.00	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
1796.71/1797.00	c   integral         :     476.42       0.00       0.00       0.00     476.42       0.00       0.00       0.00
1796.71/1797.00	c   knapsack         :       1.43       0.00       0.11       1.31       0.00       0.00       0.00       0.00
1796.71/1797.00	c   setppc           :       0.03       0.00       0.00       0.03       0.00       0.00       0.00       0.00
1796.71/1797.00	c   linear           :       3.97       0.00       0.01       3.96       0.00       0.00       0.00       0.00
1796.71/1797.00	c   logicor          :       0.04       0.00       0.00       0.04       0.00       0.00       0.00       0.00
1796.71/1797.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1796.71/1797.00	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
1796.71/1797.00	c   rootredcost      :          0          0          0          0
1796.71/1797.00	c   pseudoobj        :      24819          0          0          0
1796.71/1797.00	c   vbounds          :          0          0          0          0
1796.71/1797.00	c   redcost          :        610          0          0          3
1796.71/1797.00	c   probing          :          0          0          0          0
1796.71/1797.00	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
1796.71/1797.00	c   rootredcost      :       0.02       0.00       0.00       0.02       0.00
1796.71/1797.00	c   pseudoobj        :       0.04       0.00       0.00       0.04       0.00
1796.71/1797.00	c   vbounds          :       0.02       0.00       0.00       0.02       0.00
1796.71/1797.00	c   redcost          :       0.20       0.00       0.00       0.20       0.00
1796.71/1797.00	c   probing          :       0.06       0.00       0.06       0.00       0.00
1796.71/1797.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.71/1797.00	c   propagation      :       0.00         34         34        176       38.9          0        0.0          -
1796.71/1797.00	c   infeasible LP    :       0.79        612        612        769        9.1        193        7.9          0
1796.71/1797.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.71/1797.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.71/1797.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.71/1797.00	c   applied globally :          -          -          -        964        9.5          -          -          -
1796.71/1797.00	c   applied locally  :          -          -          -          0        0.0          -          -          -
1796.71/1797.00	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
1796.71/1797.00	c   cut pool         :       0.00                     5          -          -       1280          -    (maximal pool size: 4163)
1796.71/1797.00	c   closecuts        :       0.00       0.00          0          0          0          0          0
1796.71/1797.00	c   impliedbounds    :       0.00       0.00          6          0          0         22          0
1796.71/1797.00	c   intobj           :       0.00       0.00          0          0          0          0          0
1796.71/1797.00	c   gomory           :       9.64       0.00          6          0          0         50          0
1796.71/1797.00	c   cgmip            :       0.00       0.00          0          0          0          0          0
1796.71/1797.00	c   strongcg         :       9.89       0.00          6          0          0        500          0
1796.71/1797.00	c   cmir             :       3.82       0.00          6          0          0       3000          0
1796.71/1797.00	c   flowcover        :       3.86       0.00          6          0          0       1200          0
1796.71/1797.00	c   clique           :       0.02       0.00          6          0          0          0          0
1796.71/1797.00	c   zerohalf         :       0.00       0.00          0          0          0          0          0
1796.71/1797.00	c   mcf              :       0.01       0.00          2          0          0          0          0
1796.71/1797.00	c   oddcycle         :       0.00       0.00          0          0          0          0          0
1796.71/1797.00	c   rapidlearning    :       0.00       0.00          0          0          0          0          0
1796.71/1797.00	c Pricers            :   ExecTime  SetupTime      Calls       Vars
1796.71/1797.00	c   problem variables:       0.00          -          0          0
1796.71/1797.00	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.71/1797.00	c   relpscost        :     476.41       0.00        601          0         34          0          0       1184
1796.71/1797.00	c   pscost           :       0.00       0.00          0          0          0          0          0          0
1796.71/1797.00	c   inference        :       0.00       0.00          1          0          0          0          0          2
1796.71/1797.00	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
1796.71/1797.00	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
1796.71/1797.00	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
1796.71/1797.00	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
1796.71/1797.00	c   random           :       0.00       0.00          0          0          0          0          0          0
1796.71/1797.00	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found
1796.71/1797.00	c   LP solutions     :       0.00          -          -          0
1796.71/1797.00	c   pseudo solutions :       0.00          -          -          0
1796.71/1797.00	c   oneopt           :       0.00       0.00          0          0
1796.71/1797.00	c   crossover        :       0.00       0.00          0          0
1796.71/1797.00	c   guideddiving     :       0.00       0.00          0          0
1796.71/1797.00	c   pscostdiving     :      65.49       0.00          6          0
1796.71/1797.00	c   rootsoldiving    :      28.78       0.00          3          0
1796.71/1797.00	c   veclendiving     :      51.49       0.00          6          0
1796.71/1797.00	c   objpscostdiving  :      43.64       0.00          3          0
1796.71/1797.00	c   linesearchdiving :      86.12       0.00         11          0
1796.71/1797.00	c   smallcard        :       0.00       0.00          0          0
1796.71/1797.00	c   trivial          :       0.01       0.00          2          0
1796.71/1797.00	c   shiftandpropagate:       2.06       0.00          1          0
1796.71/1797.00	c   simplerounding   :       0.00       0.00          0          0
1796.71/1797.00	c   zirounding       :       1.29       0.00        592          0
1796.71/1797.00	c   rounding         :       1.36       0.00        311          0
1796.71/1797.00	c   shifting         :       5.39       0.00         70          0
1796.71/1797.00	c   intshifting      :       0.00       0.00          0          0
1796.71/1797.00	c   twoopt           :       0.00       0.00          0          0
1796.71/1797.00	c   indoneopt        :       0.00       0.00          0          0
1796.71/1797.00	c   indtwoopt        :       0.00       0.00          0          0
1796.71/1797.00	c   fixandinfer      :       0.00       0.00          0          0
1796.71/1797.00	c   feaspump         :      59.45       0.00          3          0
1796.71/1797.00	c   clique           :       0.00       0.00          0          0
1796.71/1797.00	c   coefdiving       :     283.26       0.00          3          0
1796.71/1797.00	c   indrounding      :       0.00       0.00          0          0
1796.71/1797.00	c   indcoefdiving    :       0.00       0.00          0          0
1796.71/1797.00	c   nlpdiving        :       0.00       0.00          0          0
1796.71/1797.00	c   fracdiving       :     146.02       0.00          2          0
1796.71/1797.00	c   intdiving        :       0.00       0.00          0          0
1796.71/1797.00	c   actconsdiving    :       0.00       0.00          0          0
1796.71/1797.00	c   octane           :       0.00       0.00          0          0
1796.71/1797.00	c   rens             :       0.40       0.00          1          0
1796.71/1797.00	c   rins             :       0.00       0.00          0          0
1796.71/1797.00	c   localbranching   :       0.00       0.00          0          0
1796.71/1797.00	c   mutation         :       0.00       0.00          0          0
1796.71/1797.00	c   dins             :       0.00       0.00          0          0
1796.71/1797.00	c   vbounds          :       0.00       0.00          0          0
1796.71/1797.00	c   undercover       :       0.00       0.00          0          0
1796.71/1797.00	c   subnlp           :       0.00       0.00          0          0
1796.71/1797.00	c   trysol           :       0.00       0.00          0          0
1796.71/1797.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
1796.71/1797.00	c   primal LP        :       0.28          1          0       0.00       0.00       0.28          1
1796.71/1797.00	c   dual LP          :     511.35        868     567169     668.83    1109.16       1.09         20
1796.71/1797.00	c   lex dual LP      :       0.00          0          0       0.00          -
1796.71/1797.00	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
1796.71/1797.00	c   diving/probing LP:     754.85       2148     835509     388.97    1106.85
1796.71/1797.00	c   strong branching :     476.14        541     409534     756.99     860.10
1796.71/1797.00	c     (at root node) :          -         19      18138     954.63          -
1796.71/1797.00	c   conflict analysis:       0.00          0          0       0.00          -
1796.71/1797.00	c B&B Tree           :
1796.71/1797.00	c   number of runs   :          1
1796.71/1797.00	c   nodes            :        847
1796.71/1797.00	c   nodes (total)    :        847
1796.71/1797.00	c   nodes left       :        307
1796.71/1797.00	c   max depth        :        301
1796.71/1797.00	c   max depth (total):        301
1796.71/1797.00	c   backtracks       :        122 (14.4%)
1796.71/1797.00	c   delayed cutoffs  :         33
1796.71/1797.00	c   repropagations   :       7254 (2461 domain reductions, 8 cutoffs)
1796.71/1797.00	c   avg switch length:      19.09
1796.71/1797.00	c   switching time   :       1.21
1796.71/1797.00	c Solution           :
1796.71/1797.00	c   Solutions found  :          0 (0 improvements)
1796.71/1797.00	c   Primal Bound     :          -
1796.71/1797.00	c   Dual Bound       : +1.90000000000000e+02
1796.71/1797.00	c   Gap              :   infinite
1796.71/1797.00	c   Root Dual Bound  : +1.90000000000000e+02
1796.71/1797.00	c   Root Iterations  :      35463
1796.81/1797.17	c Time complete: 1796.89.

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

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

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


[startup+0 s]
/proc/loadavg: 2.01 2.01 2.00 3/175 31905
/proc/meminfo: memFree=28276960/32873844 swapFree=6080/6080
[pid=31905] ppid=31903 vsize=9960 CPUtime=0 cores=0,2,4,6
/proc/31905/stat : 31905 (scip-2.1.1.4sfi) R 31903 31905 29432 0 -1 4202496 1235 0 0 0 0 0 0 0 20 0 1 0 269551532 10199040 1190 33554432000 4194304 10169799 140735204126096 140737186808952 7543003 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/31905/statm: 2490 1190 412 1459 0 1022 0

[startup+0.043684 s]
/proc/loadavg: 2.01 2.01 2.00 3/175 31905
/proc/meminfo: memFree=28276960/32873844 swapFree=6080/6080
[pid=31905] ppid=31903 vsize=14480 CPUtime=0.03 cores=0,2,4,6
/proc/31905/stat : 31905 (scip-2.1.1.4sfi) R 31903 31905 29432 0 -1 4202496 2351 0 0 0 3 0 0 0 20 0 1 0 269551532 14827520 2306 33554432000 4194304 10169799 140735204126096 140737186808952 7169628 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/31905/statm: 3620 2306 412 1459 0 2152 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 14480

[startup+0.100307 s]
/proc/loadavg: 2.01 2.01 2.00 3/175 31905
/proc/meminfo: memFree=28276960/32873844 swapFree=6080/6080
[pid=31905] ppid=31903 vsize=21008 CPUtime=0.09 cores=0,2,4,6
/proc/31905/stat : 31905 (scip-2.1.1.4sfi) R 31903 31905 29432 0 -1 4202496 3994 0 0 0 9 0 0 0 20 0 1 0 269551532 21512192 3949 33554432000 4194304 10169799 140735204126096 140737186808952 8982256 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/31905/statm: 5252 3949 412 1459 0 3784 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21008

[startup+0.300279 s]
/proc/loadavg: 2.01 2.01 2.00 3/175 31905
/proc/meminfo: memFree=28276960/32873844 swapFree=6080/6080
[pid=31905] ppid=31903 vsize=39508 CPUtime=0.29 cores=0,2,4,6
/proc/31905/stat : 31905 (scip-2.1.1.4sfi) R 31903 31905 29432 0 -1 4202496 8600 0 0 0 28 1 0 0 20 0 1 0 269551532 40456192 8555 33554432000 4194304 10169799 140735204126096 140737186808952 8982256 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/31905/statm: 9877 8555 412 1459 0 8409 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 39508

[startup+0.70029 s]
/proc/loadavg: 2.01 2.01 2.00 3/175 31905
/proc/meminfo: memFree=28276960/32873844 swapFree=6080/6080
[pid=31905] ppid=31903 vsize=223768 CPUtime=0.68 cores=0,2,4,6
/proc/31905/stat : 31905 (scip-2.1.1.4sfi) R 31903 31905 29432 0 -1 4202496 58633 0 0 0 61 7 0 0 20 0 1 0 269551532 229138432 52902 33554432000 4194304 10169799 140735204126096 140735204121192 8961143 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31905/statm: 55942 52902 541 1459 0 54474 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 223768

[startup+1.50029 s]
/proc/loadavg: 2.01 2.01 2.00 3/176 31906
/proc/meminfo: memFree=28066128/32873844 swapFree=6080/6080
[pid=31905] ppid=31903 vsize=252100 CPUtime=1.49 cores=0,2,4,6
/proc/31905/stat : 31905 (scip-2.1.1.4sfi) R 31903 31905 29432 0 -1 4202496 69852 0 0 0 125 24 0 0 20 0 1 0 269551532 258150400 59567 33554432000 4194304 10169799 140735204126096 140735204123624 5041918 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31905/statm: 63025 59567 676 1459 0 61557 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 252100

[startup+3.10025 s]
/proc/loadavg: 2.01 2.01 2.00 3/176 31906
/proc/meminfo: memFree=28001748/32873844 swapFree=6080/6080
[pid=31905] ppid=31903 vsize=303408 CPUtime=3.09 cores=0,2,4,6
/proc/31905/stat : 31905 (scip-2.1.1.4sfi) R 31903 31905 29432 0 -1 4202496 79935 0 0 0 278 31 0 0 20 0 1 0 269551532 310689792 70427 33554432000 4194304 10169799 140735204126096 140735204123128 8961143 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31905/statm: 75852 70427 688 1459 0 74384 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 303408

[startup+6.30025 s]
/proc/loadavg: 2.01 2.01 2.00 3/176 31906
/proc/meminfo: memFree=27958740/32873844 swapFree=6080/6080
[pid=31905] ppid=31903 vsize=336656 CPUtime=6.29 cores=0,2,4,6
/proc/31905/stat : 31905 (scip-2.1.1.4sfi) R 31903 31905 29432 0 -1 4202496 82492 0 0 0 596 33 0 0 20 0 1 0 269551532 344735744 79893 33554432000 4194304 10169799 140735204126096 140735204118776 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31905/statm: 84164 79893 789 1459 0 82696 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 336656

[startup+12.7003 s]
/proc/loadavg: 2.01 2.01 2.00 3/176 31906
/proc/meminfo: memFree=27926316/32873844 swapFree=6080/6080
[pid=31905] ppid=31903 vsize=363308 CPUtime=12.68 cores=0,2,4,6
/proc/31905/stat : 31905 (scip-2.1.1.4sfi) R 31903 31905 29432 0 -1 4202496 86766 0 0 0 1232 36 0 0 20 0 1 0 269551532 372027392 87083 33554432000 4194304 10169799 140735204126096 140735204120504 7932060 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31905/statm: 90827 87083 821 1459 0 89359 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 363308

[startup+25.5003 s]
/proc/loadavg: 2.00 2.01 2.00 3/176 31906
/proc/meminfo: memFree=27889780/32873844 swapFree=6080/6080
[pid=31905] ppid=31903 vsize=396144 CPUtime=25.48 cores=0,2,4,6
/proc/31905/stat : 31905 (scip-2.1.1.4sfi) R 31903 31905 29432 0 -1 4202496 88251 0 0 0 2506 42 0 0 20 0 1 0 269551532 405651456 95211 33554432000 4194304 10169799 140735204126096 140735204120184 8030352 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31905/statm: 99036 95211 822 1459 0 97568 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 396144

[startup+51.1002 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 31906
/proc/meminfo: memFree=27879912/32873844 swapFree=6080/6080
[pid=31905] ppid=31903 vsize=407068 CPUtime=51.08 cores=0,2,4,6
/proc/31905/stat : 31905 (scip-2.1.1.4sfi) R 31903 31905 29432 0 -1 4202496 90990 0 0 0 5061 47 0 0 20 0 1 0 269551532 416837632 96733 33554432000 4194304 10169799 140735204126096 140735204119768 8030352 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31905/statm: 101767 96733 822 1459 0 100299 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 407068

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 31907
/proc/meminfo: memFree=27868936/32873844 swapFree=6080/6080
[pid=31905] ppid=31903 vsize=410860 CPUtime=102.28 cores=0,2,4,6
/proc/31905/stat : 31905 (scip-2.1.1.4sfi) R 31903 31905 29432 0 -1 4202496 130920 0 0 0 10165 63 0 0 20 0 1 0 269551532 420720640 97581 33554432000 4194304 10169799 140735204126096 140735204119960 8030352 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31905/statm: 102715 97581 860 1459 0 101247 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 410860

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 31907
/proc/meminfo: memFree=27868960/32873844 swapFree=6080/6080
[pid=31905] ppid=31903 vsize=408596 CPUtime=162.25 cores=0,2,4,6
/proc/31905/stat : 31905 (scip-2.1.1.4sfi) R 31903 31905 29432 0 -1 4202496 150526 0 0 0 16153 72 0 0 20 0 1 0 269551532 418402304 97486 33554432000 4194304 10169799 140735204126096 140735204120376 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31905/statm: 102149 97486 861 1459 0 100681 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 408596

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 31907
/proc/meminfo: memFree=27858128/32873844 swapFree=6080/6080
[pid=31905] ppid=31903 vsize=416916 CPUtime=222.25 cores=0,2,4,6
/proc/31905/stat : 31905 (scip-2.1.1.4sfi) R 31903 31905 29432 0 -1 4202496 158633 0 0 0 22149 76 0 0 20 0 1 0 269551532 426921984 100031 33554432000 4194304 10169799 140735204126096 140735204120696 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31905/statm: 104229 100031 861 1459 0 102761 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 416916

[startup+282.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/175 31907
/proc/meminfo: memFree=27860656/32873844 swapFree=6080/6080
[pid=31905] ppid=31903 vsize=410156 CPUtime=282.24 cores=0,2,4,6
/proc/31905/stat : 31905 (scip-2.1.1.4sfi) R 31903 31905 29432 0 -1 4202496 171630 0 0 0 28141 83 0 0 20 0 1 0 269551532 419999744 98308 33554432000 4194304 10169799 140735204126096 140735204120376 8030352 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31905/statm: 102539 98308 861 1459 0 101071 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 410156

[startup+342.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/175 31907
/proc/meminfo: memFree=27832560/32873844 swapFree=6080/6080
[pid=31905] ppid=31903 vsize=428484 CPUtime=342.23 cores=0,2,4,6
/proc/31905/stat : 31905 (scip-2.1.1.4sfi) R 31903 31905 29432 0 -1 4202496 173438 0 0 0 34135 88 0 0 20 0 1 0 269551532 438767616 102796 33554432000 4194304 10169799 140735204126096 140735204120600 8030352 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31905/statm: 107121 102796 865 1459 0 105653 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 428484

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/174 31907
/proc/meminfo: memFree=27843060/32873844 swapFree=6080/6080
[pid=31905] ppid=31903 vsize=405052 CPUtime=402.22 cores=0,2,4,6
/proc/31905/stat : 31905 (scip-2.1.1.4sfi) R 31903 31905 29432 0 -1 4202496 177600 0 0 0 40130 92 0 0 20 0 1 0 269551532 414773248 96941 33554432000 4194304 10169799 140735204126096 140735204119432 8030352 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31905/statm: 101263 96941 865 1459 0 99795 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 405052

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 31908
/proc/meminfo: memFree=27829624/32873844 swapFree=6080/6080
[pid=31905] ppid=31903 vsize=405052 CPUtime=462.22 cores=0,2,4,6
/proc/31905/stat : 31905 (scip-2.1.1.4sfi) R 31903 31905 29432 0 -1 4202496 177600 0 0 0 46126 96 0 0 20 0 1 0 269551532 414773248 96941 33554432000 4194304 10169799 140735204126096 140735204120168 8030352 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31905/statm: 101263 96941 865 1459 0 99795 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 405052

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 31908
/proc/meminfo: memFree=27819516/32873844 swapFree=6080/6080
[pid=31905] ppid=31903 vsize=405052 CPUtime=522.21 cores=0,2,4,6
/proc/31905/stat : 31905 (scip-2.1.1.4sfi) R 31903 31905 29432 0 -1 4202496 177772 0 0 0 52121 100 0 0 20 0 1 0 269551532 414773248 97621 33554432000 4194304 10169799 140735204126096 140735204119768 8030352 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31905/statm: 101263 97621 865 1459 0 99795 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 405052

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 31911
/proc/meminfo: memFree=27791508/32873844 swapFree=6080/6080
[pid=31905] ppid=31903 vsize=424480 CPUtime=582.19 cores=0,2,4,6
/proc/31905/stat : 31905 (scip-2.1.1.4sfi) R 31903 31905 29432 0 -1 4202496 184069 0 0 0 58114 105 0 0 20 0 1 0 269551532 434667520 102392 33554432000 4194304 10169799 140735204126096 140735204119768 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31905/statm: 106120 102392 865 1459 0 104652 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 424480

[startup+642.3 s]

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

/proc/meminfo: memFree=27721476/32873844 swapFree=6080/6080
[pid=31905] ppid=31903 vsize=419488 CPUtime=1062.12 cores=0,2,4,6
/proc/31905/stat : 31905 (scip-2.1.1.4sfi) R 31903 31905 29432 0 -1 4202496 194104 0 0 0 106069 143 0 0 20 0 1 0 269551532 429555712 101786 33554432000 4194304 10169799 140735204126096 140735204119432 8030352 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31905/statm: 104872 101786 865 1459 0 103404 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 419488

[startup+1122.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/175 31913
/proc/meminfo: memFree=27709448/32873844 swapFree=6080/6080
[pid=31905] ppid=31903 vsize=421408 CPUtime=1122.11 cores=0,2,4,6
/proc/31905/stat : 31905 (scip-2.1.1.4sfi) R 31903 31905 29432 0 -1 4202496 196790 0 0 0 112064 147 0 0 20 0 1 0 269551532 431521792 101434 33554432000 4194304 10169799 140735204126096 140735204119448 8030352 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31905/statm: 105352 101434 865 1459 0 103884 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 421408

[startup+1182.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/176 31916
/proc/meminfo: memFree=27684668/32873844 swapFree=6080/6080
[pid=31905] ppid=31903 vsize=435656 CPUtime=1182.1 cores=0,2,4,6
/proc/31905/stat : 31905 (scip-2.1.1.4sfi) R 31903 31905 29432 0 -1 4202496 198468 0 0 0 118059 151 0 0 20 0 1 0 269551532 446111744 105156 33554432000 4194304 10169799 140735204126096 140735204119384 8030352 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31905/statm: 108914 105156 865 1459 0 107446 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 435656

[startup+1242.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/175 31916
/proc/meminfo: memFree=27685712/32873844 swapFree=6080/6080
[pid=31905] ppid=31903 vsize=422848 CPUtime=1242.09 cores=0,2,4,6
/proc/31905/stat : 31905 (scip-2.1.1.4sfi) R 31903 31905 29432 0 -1 4202496 200142 0 0 0 124053 156 0 0 20 0 1 0 269551532 432996352 102790 33554432000 4194304 10169799 140735204126096 140735204118968 8030352 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31905/statm: 105712 102790 865 1459 0 104244 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 422848

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 31916
/proc/meminfo: memFree=27673536/32873844 swapFree=6080/6080
[pid=31905] ppid=31903 vsize=422848 CPUtime=1302.09 cores=0,2,4,6
/proc/31905/stat : 31905 (scip-2.1.1.4sfi) R 31903 31905 29432 0 -1 4202496 200142 0 0 0 130047 162 0 0 20 0 1 0 269551532 432996352 102790 33554432000 4194304 10169799 140735204126096 140735204119768 8030352 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31905/statm: 105712 102790 865 1459 0 104244 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 422848

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 31917
/proc/meminfo: memFree=27663120/32873844 swapFree=6080/6080
[pid=31905] ppid=31903 vsize=425016 CPUtime=1362.07 cores=0,2,4,6
/proc/31905/stat : 31905 (scip-2.1.1.4sfi) R 31903 31905 29432 0 -1 4202496 200680 0 0 0 136041 166 0 0 20 0 1 0 269551532 435216384 103328 33554432000 4194304 10169799 140735204126096 140735204123176 8030352 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31905/statm: 106254 103328 865 1459 0 104786 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 425016

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 31917
/proc/meminfo: memFree=27643516/32873844 swapFree=6080/6080
[pid=31905] ppid=31903 vsize=425016 CPUtime=1422.07 cores=0,2,4,6
/proc/31905/stat : 31905 (scip-2.1.1.4sfi) R 31903 31905 29432 0 -1 4202496 200680 0 0 0 142035 172 0 0 20 0 1 0 269551532 435216384 103328 33554432000 4194304 10169799 140735204126096 140735204119960 8044574 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31905/statm: 106254 103328 865 1459 0 104786 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 425016

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 31917
/proc/meminfo: memFree=27629196/32873844 swapFree=6080/6080
[pid=31905] ppid=31903 vsize=430396 CPUtime=1482.05 cores=0,2,4,6
/proc/31905/stat : 31905 (scip-2.1.1.4sfi) R 31903 31905 29432 0 -1 4202496 203715 0 0 0 148026 179 0 0 20 0 1 0 269551532 440725504 104188 33554432000 4194304 10169799 140735204126096 140735204121080 8030352 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31905/statm: 107599 104188 865 1459 0 106131 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 430396

[startup+1542.3 s]
/proc/loadavg: 1.93 1.98 1.99 3/171 32086
/proc/meminfo: memFree=27970672/32873844 swapFree=6080/6080
[pid=31905] ppid=31903 vsize=429688 CPUtime=1542.05 cores=0,2,4,6
/proc/31905/stat : 31905 (scip-2.1.1.4sfi) R 31903 31905 29432 0 -1 4202496 208356 0 0 0 154019 186 0 0 20 0 1 0 269551532 440000512 103796 33554432000 4194304 10169799 140735204126096 140735204119768 8030352 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31905/statm: 107422 103796 865 1459 0 105954 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 429688

[startup+1602.3 s]
/proc/loadavg: 1.97 1.98 1.99 3/175 32107
/proc/meminfo: memFree=27917456/32873844 swapFree=6080/6080
[pid=31905] ppid=31903 vsize=429688 CPUtime=1602.03 cores=0,2,4,6
/proc/31905/stat : 31905 (scip-2.1.1.4sfi) R 31903 31905 29432 0 -1 4202496 208356 0 0 0 160012 191 0 0 20 0 1 0 269551532 440000512 103796 33554432000 4194304 10169799 140735204126096 140735204119960 8030352 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31905/statm: 107422 103796 865 1459 0 105954 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 429688

[startup+1662.3 s]
/proc/loadavg: 2.04 2.00 2.00 3/175 32108
/proc/meminfo: memFree=27904928/32873844 swapFree=6080/6080
[pid=31905] ppid=31903 vsize=429688 CPUtime=1662.03 cores=0,2,4,6
/proc/31905/stat : 31905 (scip-2.1.1.4sfi) R 31903 31905 29432 0 -1 4202496 208370 0 0 0 166006 197 0 0 20 0 1 0 269551532 440000512 104320 33554432000 4194304 10169799 140735204126096 140735204120232 8030352 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31905/statm: 107422 104320 865 1459 0 105954 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 429688

[startup+1722.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/175 32108
/proc/meminfo: memFree=27888992/32873844 swapFree=6080/6080
[pid=31905] ppid=31903 vsize=429688 CPUtime=1722.01 cores=0,2,4,6
/proc/31905/stat : 31905 (scip-2.1.1.4sfi) R 31903 31905 29432 0 -1 4202496 208571 0 0 0 172000 201 0 0 20 0 1 0 269551532 440000512 104521 33554432000 4194304 10169799 140735204126096 140735204119864 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31905/statm: 107422 104521 865 1459 0 105954 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 429688

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 32111
/proc/meminfo: memFree=27870776/32873844 swapFree=6080/6080
[pid=31905] ppid=31903 vsize=429688 CPUtime=1782.01 cores=0,2,4,6
/proc/31905/stat : 31905 (scip-2.1.1.4sfi) R 31903 31905 29432 0 -1 4202496 208571 0 0 0 177990 211 0 0 20 0 1 0 269551532 440000512 104521 33554432000 4194304 10169799 140735204126096 140735204119768 8030352 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31905/statm: 107422 104521 865 1459 0 105954 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 429688

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 32111
/proc/meminfo: memFree=27870676/32873844 swapFree=6080/6080
[pid=31905] ppid=31903 vsize=429688 CPUtime=1785.21 cores=0,2,4,6
/proc/31905/stat : 31905 (scip-2.1.1.4sfi) R 31903 31905 29432 0 -1 4202496 208571 0 0 0 178310 211 0 0 20 0 1 0 269551532 440000512 104521 33554432000 4194304 10169799 140735204126096 140735204119768 8030352 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31905/statm: 107422 104521 865 1459 0 105954 0
Current children cumulated CPU time (s) 1785.21
Current children cumulated vsize (KiB) 429688

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 32111
/proc/meminfo: memFree=27866576/32873844 swapFree=6080/6080
[pid=31905] ppid=31903 vsize=429688 CPUtime=1791.61 cores=0,2,4,6
/proc/31905/stat : 31905 (scip-2.1.1.4sfi) R 31903 31905 29432 0 -1 4202496 208571 0 0 0 178950 211 0 0 20 0 1 0 269551532 440000512 104521 33554432000 4194304 10169799 140735204126096 140735204120504 8030352 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31905/statm: 107422 104521 865 1459 0 105954 0
Current children cumulated CPU time (s) 1791.61
Current children cumulated vsize (KiB) 429688

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 32111
/proc/meminfo: memFree=27866080/32873844 swapFree=6080/6080
[pid=31905] ppid=31903 vsize=429688 CPUtime=1794.82 cores=0,2,4,6
/proc/31905/stat : 31905 (scip-2.1.1.4sfi) R 31903 31905 29432 0 -1 4202496 208571 0 0 0 179270 212 0 0 20 0 1 0 269551532 440000512 104521 33554432000 4194304 10169799 140735204126096 140735204119768 8030352 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31905/statm: 107422 104521 865 1459 0 105954 0
Current children cumulated CPU time (s) 1794.82
Current children cumulated vsize (KiB) 429688

[startup+1795.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 32111
/proc/meminfo: memFree=27866080/32873844 swapFree=6080/6080
[pid=31905] ppid=31903 vsize=429688 CPUtime=1795.61 cores=0,2,4,6
/proc/31905/stat : 31905 (scip-2.1.1.4sfi) R 31903 31905 29432 0 -1 4202496 208571 0 0 0 179349 212 0 0 20 0 1 0 269551532 440000512 104521 33554432000 4194304 10169799 140735204126096 140735204119768 8030352 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31905/statm: 107422 104521 865 1459 0 105954 0
Current children cumulated CPU time (s) 1795.61
Current children cumulated vsize (KiB) 429688

[startup+1796.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 32111
/proc/meminfo: memFree=27865816/32873844 swapFree=6080/6080
[pid=31905] ppid=31903 vsize=429688 CPUtime=1796.41 cores=0,2,4,6
/proc/31905/stat : 31905 (scip-2.1.1.4sfi) R 31903 31905 29432 0 -1 4202496 208571 0 0 0 179429 212 0 0 20 0 1 0 269551532 440000512 104521 33554432000 4194304 10169799 140735204126096 140735204120232 8030342 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31905/statm: 107422 104521 865 1459 0 105954 0
Current children cumulated CPU time (s) 1796.41
Current children cumulated vsize (KiB) 429688

[startup+1797.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 32111
/proc/meminfo: memFree=27865816/32873844 swapFree=6080/6080
[pid=31905] ppid=31903 vsize=428144 CPUtime=1796.81 cores=0,2,4,6
/proc/31905/stat : 31905 (scip-2.1.1.4sfi) R 31903 31905 29432 0 -1 4202496 208574 0 0 0 179469 212 0 0 20 0 1 0 269551532 438419456 104138 33554432000 4194304 10169799 140735204126096 140735204120232 4421659 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/31905/statm: 107036 104138 868 1459 0 105568 0
Current children cumulated CPU time (s) 1796.81
Current children cumulated vsize (KiB) 428144

Child status: 0
Real time (s): 1797.18
CPU time (s): 1796.9
CPU user time (s): 1794.76
CPU system time (s): 2.14067
CPU usage (%): 99.9842
Max. virtual memory (cumulated for all children) (KiB): 533456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.76
system time used= 2.14067
maximum resident set size= 509276
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 208576
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= 17
involuntary context switches= 1874

runsolver used 2.88456 second user time and 6.91995 second system time

The end

Launcher Data

Begin job on node110 at 2012-05-26 14:10:31
IDJOB=3693315
IDBENCH=2947
IDSOLVER=2272
FILE ID=node110/3693315-1338034231
RUNJOBID= node110-1338028571-30832
PBS_JOBID= 14624361
Free space on /tmp= 71536 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-PB06/manquiho/bounded_golomb_rulers/normalized-bogr_20.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-3693315-1338034231/watcher-3693315-1338034231 -o /tmp/evaluation-result-3693315-1338034231/solver-3693315-1338034231 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3693315-1338034231.opb -t 1800 -m 15500

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

MD5SUM BENCH= 601a73d2c5752739e04dd0126b5500f0
RANDOM SEED=1782027122

node110.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.893
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.78
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.893
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.893
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.893
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.893
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.92
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.893
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.893
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.893
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:        28276960 kB
Buffers:          240024 kB
Cached:          3462176 kB
SwapCached:            0 kB
Active:           778412 kB
Inactive:        3047696 kB
Active(anon):     126712 kB
Inactive(anon):        0 kB
Active(file):     651700 kB
Inactive(file):  3047696 kB
Unevictable:        6080 kB
Mlocked:            6080 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             21052 kB
Writeback:             0 kB
AnonPages:        129884 kB
Mapped:            16732 kB
Shmem:               200 kB
Slab:             633336 kB
SReclaimable:      76140 kB
SUnreclaim:       557196 kB
KernelStack:        1456 kB
PageTables:         4168 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     225040 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     63488 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= 71524 MiB
End job on node110 at 2012-05-26 14:40:28