Trace number 3693331

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/golomb-rulers/normalized-OGR_19.opb
MD5SUM5a1b3155d98b6c4d8f9ab1b869fece67
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark355
Best CPU time to get the best result obtained on this benchmark1783.01
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 355
Optimality of the best value was proved NO
Number of variables11001
Total number of constraints21678
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints21678
Minimum length of a constraint18
Maximum length of a constraint37
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 512
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2765
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-3693331-1338032736.opb>
0.19/0.28	c original problem has 11001 variables (11001 bin, 0 int, 0 impl, 0 cont) and 21678 constraints
0.19/0.28	c problem read in 0.29
0.49/0.54	c presolving:
0.79/0.80	c (round 1) 0 del vars, 10830 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 18 upgd conss, 0 impls, 0 clqs
0.89/0.92	c    (0.9s) probing: 51/11001 (0.5%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.89/0.92	c    (0.9s) probing aborted: 50/50 successive totally useless probings
0.89/0.95	c presolving (2 rounds):
0.89/0.95	c  0 deleted vars, 10830 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.89/0.95	c  342 implications, 0 cliques
0.89/0.95	c presolved problem has 11001 variables (11001 bin, 0 int, 0 impl, 0 cont) and 10848 constraints
0.89/0.95	c      18 constraints of type <knapsack>
0.89/0.95	c   10830 constraints of type <linear>
0.89/0.95	c transformed objective value is always integral (scale: 1)
0.89/0.95	c Presolving Time: 0.61
0.89/0.95	c - non default parameters ----------------------------------------------------------------------
0.89/0.95	c # SCIP version 2.1.1.4
0.89/0.95	c 
0.89/0.95	c # maximal time in seconds to run
0.89/0.95	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.89/0.95	c limits/time = 1797
0.89/0.95	c 
0.89/0.95	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.89/0.95	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.89/0.95	c limits/memory = 13950
0.89/0.95	c 
0.89/0.95	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.89/0.95	c # [type: int, range: [1,2], default: 1]
0.89/0.95	c timing/clocktype = 2
0.89/0.95	c 
0.89/0.95	c # belongs reading time to solving time?
0.89/0.95	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.89/0.95	c timing/reading = TRUE
0.89/0.95	c 
0.89/0.95	c -----------------------------------------------------------------------------------------------
0.89/0.95	c start solving
0.89/0.95	c 
2.39/2.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
2.69/2.79	c   2.5s|     1 |     0 |    18 |     - | 103M|   0 |1140 |  11k|  10k|  11k|  10k|   0 |  15 |   0 | 1.800000e+01 |      --      |    Inf 
4.59/4.61	c   4.6s|     1 |     0 |  3390 |     - | 105M|   0 |1176 |  11k|  10k|  11k|  10k|  89 |  15 |   0 | 1.800000e+01 |      --      |    Inf 
5.69/5.77	c   5.8s|     1 |     0 |  3739 |     - | 105M|   0 |1177 |  11k|  10k|  11k|  11k| 196 |  15 |   0 | 1.800000e+01 |      --      |    Inf 
6.88/6.96	c   7.0s|     1 |     0 |  4307 |     - | 106M|   0 |1464 |  11k|  10k|  11k|  11k| 310 |  15 |   0 | 1.800092e+01 |      --      |    Inf 
8.59/8.62	c   8.6s|     1 |     0 |  4924 |     - | 107M|   0 |1378 |  11k|  10k|  11k|  11k| 437 |  15 |   0 | 1.816667e+01 |      --      |    Inf 
11.59/11.65	c  11.6s|     1 |     0 |  5482 |     - | 107M|   0 |1380 |  11k|  10k|  11k|  11k| 547 |  15 |   0 | 1.816667e+01 |      --      |    Inf 
15.68/15.71	c  15.7s|     1 |     0 |  7121 |     - | 108M|   0 |1520 |  11k|  10k|  11k|  11k| 650 |  15 |   0 | 1.816667e+01 |      --      |    Inf 
19.80/19.86	c  19.9s|     1 |     0 |  7712 |     - | 108M|   0 |1408 |  11k|  10k|  11k|  11k| 748 |  15 |   0 | 1.816667e+01 |      --      |    Inf 
23.78/23.80	c  23.8s|     1 |     0 |  8177 |     - | 109M|   0 |1402 |  11k|  10k|  11k|  11k| 778 |  15 |   0 | 1.816667e+01 |      --      |    Inf 
29.38/29.48	c  29.5s|     1 |     0 |  8911 |     - | 109M|   0 |1396 |  11k|  10k|  11k|  11k| 887 |  15 |   0 | 1.816667e+01 |      --      |    Inf 
61.17/61.27	c  61.3s|     1 |     2 |  8911 |     - | 109M|   0 |1396 |  11k|  10k|  11k|  11k| 887 |  15 |  27 | 1.816667e+01 |      --      |    Inf 
398.22/398.30	c   398s|   100 |    97 |378292 |3731.1 | 113M|  18 |1474 |  11k|  11k|  11k|  10k| 887 | 748 | 311 | 1.900000e+01 |      --      |    Inf 
621.39/621.53	c   622s|   200 |   197 |618691 |3064.2 | 114M|  19 |1498 |  11k|  11k|  11k|  10k| 887 | 768 | 388 | 2.000000e+01 |      --      |    Inf 
791.87/792.00	c   792s|   300 |   293 |790678 |2614.6 | 114M|  21 |1677 |  11k|  11k|  11k|  10k| 887 | 776 | 448 | 2.000000e+01 |      --      |    Inf 
884.95/885.12	c   885s|   400 |   383 |860219 |2133.6 | 115M|  23 |1322 |  11k|  11k|  11k|  10k| 887 | 783 | 493 | 2.000000e+01 |      --      |    Inf 
1038.42/1038.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1038.42/1038.65	c  1039s|   500 |   471 |  1035k|2056.6 | 115M|  25 |1208 |  11k|  11k|  11k|  10k| 887 | 816 | 552 | 2.000000e+01 |      --      |    Inf 
1142.01/1142.26	c  1142s|   600 |   565 |  1153k|1911.0 | 116M|  38 |1211 |  11k|  11k|  11k|  10k| 887 | 828 | 597 | 2.100000e+01 |      --      |    Inf 
1242.80/1243.09	c  1243s|   700 |   653 |  1227k|1743.9 | 116M|  38 |1390 |  11k|  11k|  11k|  10k| 887 | 834 | 656 | 2.100000e+01 |      --      |    Inf 
1364.27/1364.57	c  1365s|   800 |   739 |  1347k|1675.0 | 117M|  38 |1159 |  11k|  11k|  11k|  10k| 887 | 878 | 712 | 2.100000e+01 |      --      |    Inf 
1457.06/1457.31	c  1457s|   900 |   824 |  1419k|1569.6 | 117M|  38 |1042 |  11k|  11k|  11k|  10k| 887 | 886 | 755 | 2.100000e+01 |      --      |    Inf 
1796.71/1797.01	c 
1796.71/1797.01	c SCIP Status        : solving was interrupted [time limit reached]
1796.71/1797.01	c Solving Time (sec) : 1797.02
1796.71/1797.01	c Solving Nodes      : 982
1796.71/1797.01	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1796.71/1797.01	c Dual Bound         : +2.10000000000000e+01
1796.71/1797.01	c Gap                : infinite
1796.71/1797.01	s UNKNOWN
1796.71/1797.01	c SCIP Status        : solving was interrupted [time limit reached]
1796.71/1797.01	c Total Time         :    1797.02
1796.71/1797.01	c   solving          :    1797.02
1796.71/1797.01	c   presolving       :       0.61 (included in solving)
1796.71/1797.01	c   reading          :       0.29 (included in solving)
1796.71/1797.01	c   copying          :       0.08 (1 #copies) (minimal 0.08, maximal 0.08, average 0.08)
1796.71/1797.01	c Original Problem   :
1796.71/1797.01	c   Problem name     : HOME/instance-3693331-1338032736.opb
1796.71/1797.01	c   Variables        : 11001 (11001 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.71/1797.01	c   Constraints      : 21678 initial, 21678 maximal
1796.71/1797.01	c   Objective sense  : minimize
1796.71/1797.01	c Presolved Problem  :
1796.71/1797.01	c   Problem name     : t_HOME/instance-3693331-1338032736.opb
1796.71/1797.01	c   Variables        : 11001 (11001 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.71/1797.01	c   Constraints      : 10848 initial, 12158 maximal
1796.71/1797.01	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1796.71/1797.01	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.01	c   trivial          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.01	c   dualfix          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.01	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.01	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.01	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.01	c   gateextraction   :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.01	c   implics          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.01	c   components       :       0.03       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.01	c   pseudoobj        :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.01	c   probing          :       0.04       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.01	c   knapsack         :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.01	c   linear           :       0.30       0.00          0          0          0          0          0      10830          0          0          0
1796.71/1797.01	c   logicor          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.01	c   root node        :          -          -          0          -          -          0          -          -          -          -          -
1796.71/1797.01	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
1796.71/1797.01	c   integral         :          0          0          0          0        950          0          4          0          0         11          0          0       1884
1796.71/1797.01	c   knapsack         :         18         18          9       5404          0          0          3       3563          9        240        238          0          0
1796.71/1797.01	c   linear           :      10830      10830          9       5395          0          0          0       2650         60       7293          2          0          0
1796.71/1797.01	c   logicor          :          0+      1310          9       1566          0          0          0        755         13         75          0          0          0
1796.71/1797.01	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0          0
1796.71/1797.01	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
1796.71/1797.01	c   integral         :     527.08       0.00       0.00       0.00     527.08       0.00       0.00       0.00
1796.71/1797.01	c   knapsack         :       0.50       0.00       0.00       0.50       0.00       0.00       0.00       0.00
1796.71/1797.01	c   linear           :       5.29       0.00       0.01       5.27       0.00       0.00       0.00       0.00
1796.71/1797.01	c   logicor          :       0.05       0.00       0.00       0.05       0.00       0.00       0.00       0.00
1796.71/1797.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1796.71/1797.01	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
1796.71/1797.01	c   rootredcost      :          0          0          0          0
1796.71/1797.01	c   pseudoobj        :       6254          0          0          0
1796.71/1797.01	c   vbounds          :          0          0          0          0
1796.71/1797.01	c   redcost          :        963          0          0          4
1796.71/1797.01	c   probing          :          0          0          0          0
1796.71/1797.01	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
1796.71/1797.01	c   rootredcost      :       0.00       0.00       0.00       0.00       0.00
1796.71/1797.01	c   pseudoobj        :       0.02       0.00       0.00       0.02       0.00
1796.71/1797.01	c   vbounds          :       0.00       0.00       0.00       0.00       0.00
1796.71/1797.01	c   redcost          :       0.24       0.00       0.00       0.24       0.00
1796.71/1797.01	c   probing          :       0.04       0.00       0.04       0.00       0.00
1796.71/1797.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.71/1797.01	c   propagation      :       0.01         82         82        615       37.5         25       17.1          -
1796.71/1797.01	c   infeasible LP    :       1.33        866        866        948       11.6         36       13.4          0
1796.71/1797.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.71/1797.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.71/1797.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.71/1797.01	c   applied globally :          -          -          -       1310       18.4          -          -          -
1796.71/1797.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1796.71/1797.01	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
1796.71/1797.01	c   cut pool         :       0.00                     8          -          -       1440          -    (maximal pool size: 5930)
1796.71/1797.01	c   closecuts        :       0.00       0.00          0          0          0          0          0
1796.71/1797.01	c   impliedbounds    :       0.00       0.00          9          0          0         39          0
1796.71/1797.01	c   intobj           :       0.00       0.00          0          0          0          0          0
1796.71/1797.01	c   gomory           :       1.73       0.00          9          0          0         35          0
1796.71/1797.01	c   cgmip            :       0.00       0.00          0          0          0          0          0
1796.71/1797.01	c   strongcg         :       1.62       0.00          9          0          0         19          0
1796.71/1797.01	c   cmir             :       8.18       0.00          9          0          0       4426          0
1796.71/1797.01	c   flowcover        :       6.20       0.00          9          0          0       1607          0
1796.71/1797.01	c   clique           :       0.01       0.00          1          0          0          0          0
1796.71/1797.01	c   zerohalf         :       0.00       0.00          0          0          0          0          0
1796.71/1797.01	c   mcf              :       0.00       0.00          1          0          0          0          0
1796.71/1797.01	c   oddcycle         :       0.00       0.00          0          0          0          0          0
1796.71/1797.01	c   rapidlearning    :       0.00       0.00          0          0          0          0          0
1796.71/1797.01	c Pricers            :   ExecTime  SetupTime      Calls       Vars
1796.71/1797.01	c   problem variables:       0.00          -          0          0
1796.71/1797.01	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.71/1797.01	c   relpscost        :     527.08       0.00        950          0         11          0          0       1884
1796.71/1797.01	c   pscost           :       0.00       0.00          0          0          0          0          0          0
1796.71/1797.01	c   inference        :       0.00       0.00          0          0          0          0          0          0
1796.71/1797.01	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
1796.71/1797.01	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
1796.71/1797.01	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
1796.71/1797.01	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
1796.71/1797.01	c   random           :       0.00       0.00          0          0          0          0          0          0
1796.71/1797.01	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found
1796.71/1797.01	c   LP solutions     :       0.00          -          -          0
1796.71/1797.01	c   pseudo solutions :       0.00          -          -          0
1796.71/1797.01	c   oneopt           :       0.00       0.00          0          0
1796.71/1797.01	c   crossover        :       0.00       0.00          0          0
1796.71/1797.01	c   coefdiving       :     285.26       0.00          8          0
1796.71/1797.01	c   smallcard        :       0.00       0.00          0          0
1796.71/1797.01	c   trivial          :       0.01       0.00          2          0
1796.71/1797.01	c   shiftandpropagate:       0.75       0.00          1          0
1796.71/1797.01	c   simplerounding   :       0.00       0.00          0          0
1796.71/1797.01	c   zirounding       :       2.43       0.00        941          0
1796.71/1797.01	c   rounding         :       1.87       0.00        389          0
1796.71/1797.01	c   shifting         :       5.21       0.00        107          0
1796.71/1797.01	c   intshifting      :       0.00       0.00          0          0
1796.71/1797.01	c   twoopt           :       0.00       0.00          0          0
1796.71/1797.01	c   indtwoopt        :       0.00       0.00          0          0
1796.71/1797.01	c   indoneopt        :       0.00       0.00          0          0
1796.71/1797.01	c   fixandinfer      :       0.00       0.00          0          0
1796.71/1797.01	c   feaspump         :      39.33       0.00          5          0
1796.71/1797.01	c   clique           :       0.00       0.00          0          0
1796.71/1797.01	c   indcoefdiving    :       0.00       0.00          0          0
1796.71/1797.01	c   indrounding      :       0.00       0.00          0          0
1796.71/1797.01	c   pscostdiving     :      37.84       0.00          6          0
1796.71/1797.01	c   fracdiving       :      61.51       0.00          2          0
1796.71/1797.01	c   nlpdiving        :       0.00       0.00          0          0
1796.71/1797.01	c   veclendiving     :      43.26       0.00          7          0
1796.71/1797.01	c   intdiving        :       0.00       0.00          0          0
1796.71/1797.01	c   actconsdiving    :       0.00       0.00          0          0
1796.71/1797.01	c   objpscostdiving  :      36.49       0.00          4          0
1796.71/1797.01	c   rootsoldiving    :      17.30       0.00          2          0
1796.71/1797.01	c   linesearchdiving :      45.71       0.00          8          0
1796.71/1797.01	c   guideddiving     :       0.00       0.00          0          0
1796.71/1797.01	c   octane           :       0.00       0.00          0          0
1796.71/1797.01	c   rens             :       0.31       0.00          1          0
1796.71/1797.01	c   rins             :       0.00       0.00          0          0
1796.71/1797.01	c   localbranching   :       0.00       0.00          0          0
1796.71/1797.01	c   mutation         :       0.00       0.00          0          0
1796.71/1797.01	c   dins             :       0.00       0.00          0          0
1796.71/1797.01	c   vbounds          :       0.00       0.00          0          0
1796.71/1797.01	c   undercover       :       0.00       0.00          0          0
1796.71/1797.01	c   subnlp           :       0.00       0.00          0          0
1796.71/1797.01	c   trysol           :       0.00       0.00          0          0
1796.71/1797.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
1796.71/1797.01	c   primal LP        :       0.09          1          0       0.00       0.00       0.09          1
1796.71/1797.01	c   dual LP          :     668.45       1012     817133     819.59    1222.42       0.95         15
1796.71/1797.01	c   lex dual LP      :       0.00          0          0       0.00          -
1796.71/1797.01	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
1796.71/1797.01	c   diving/probing LP:     552.47       2762    1571971     569.14    2845.34
1796.71/1797.01	c   strong branching :     526.61        810     528436     652.39    1003.47
1796.71/1797.01	c     (at root node) :          -         27      16121     597.07          -
1796.71/1797.01	c   conflict analysis:       0.00          0          0       0.00          -
1796.71/1797.01	c B&B Tree           :
1796.71/1797.01	c   number of runs   :          1
1796.71/1797.01	c   nodes            :        982
1796.71/1797.01	c   nodes (total)    :        982
1796.71/1797.01	c   nodes left       :        902
1796.71/1797.01	c   max depth        :         43
1796.71/1797.01	c   max depth (total):         43
1796.71/1797.01	c   backtracks       :        247 (25.2%)
1796.71/1797.01	c   delayed cutoffs  :          1
1796.71/1797.01	c   repropagations   :        140 (40 domain reductions, 0 cutoffs)
1796.71/1797.01	c   avg switch length:       4.01
1796.71/1797.01	c   switching time   :       1.16
1796.71/1797.01	c Solution           :
1796.71/1797.01	c   Solutions found  :          0 (0 improvements)
1796.71/1797.01	c   Primal Bound     :          -
1796.71/1797.01	c   Dual Bound       : +2.10000000000000e+01
1796.71/1797.01	c   Gap              :   infinite
1796.71/1797.01	c   Root Dual Bound  : +1.81666666666667e+01
1796.71/1797.01	c   Root Iterations  :       8911
1796.81/1797.18	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-3693331-1338032736/watcher-3693331-1338032736 -o /tmp/evaluation-result-3693331-1338032736/solver-3693331-1338032736 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3693331-1338032736.opb -t 1800 -m 15500 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.94 3/176 1185
/proc/meminfo: memFree=29343424/32873648 swapFree=6844/6844
[pid=1185] ppid=1183 vsize=9820 CPUtime=0 cores=1,3,5,7
/proc/1185/stat : 1185 (scip-2.1.1.4sfi) R 1183 1185 32411 0 -1 4202496 1220 0 0 0 0 0 0 0 20 0 1 0 269399508 10055680 1174 33554432000 4194304 10169799 140736240433296 140736354840520 7543003 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/1185/statm: 2455 1174 412 1459 0 987 0

[startup+0.0349 s]
/proc/loadavg: 2.00 2.00 1.94 3/176 1185
/proc/meminfo: memFree=29343424/32873648 swapFree=6844/6844
[pid=1185] ppid=1183 vsize=13756 CPUtime=0.02 cores=1,3,5,7
/proc/1185/stat : 1185 (scip-2.1.1.4sfi) R 1183 1185 32411 0 -1 4202496 2184 0 0 0 2 0 0 0 20 0 1 0 269399508 14086144 2138 33554432000 4194304 10169799 140736240433296 140736240299624 8860164 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/1185/statm: 3439 2138 412 1459 0 1971 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13756

[startup+0.100239 s]
/proc/loadavg: 2.00 2.00 1.94 3/176 1185
/proc/meminfo: memFree=29343424/32873648 swapFree=6844/6844
[pid=1185] ppid=1183 vsize=20360 CPUtime=0.09 cores=1,3,5,7
/proc/1185/stat : 1185 (scip-2.1.1.4sfi) R 1183 1185 32411 0 -1 4202496 3835 0 0 0 9 0 0 0 20 0 1 0 269399508 20848640 3789 33554432000 4194304 10169799 140736240433296 140736240299624 8982256 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/1185/statm: 5090 3789 412 1459 0 3622 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20360

[startup+0.300239 s]
/proc/loadavg: 2.00 2.00 1.94 3/176 1185
/proc/meminfo: memFree=29343424/32873648 swapFree=6844/6844
[pid=1185] ppid=1183 vsize=50924 CPUtime=0.29 cores=1,3,5,7
/proc/1185/stat : 1185 (scip-2.1.1.4sfi) R 1183 1185 32411 0 -1 4202496 11435 0 0 0 27 2 0 0 20 0 1 0 269399508 52146176 11389 33554432000 4194304 10169799 140736240433296 140736240299624 7543003 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1185/statm: 12731 11389 459 1459 0 11263 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 50924

[startup+0.700251 s]
/proc/loadavg: 2.00 2.00 1.94 3/176 1185
/proc/meminfo: memFree=29343424/32873648 swapFree=6844/6844
[pid=1185] ppid=1183 vsize=194296 CPUtime=0.69 cores=1,3,5,7
/proc/1185/stat : 1185 (scip-2.1.1.4sfi) R 1183 1185 32411 0 -1 4202496 52635 0 0 0 61 8 0 0 20 0 1 0 269399508 198959104 45359 33554432000 4194304 10169799 140736240433296 140736240431448 8961143 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1185/statm: 48574 45359 541 1459 0 47106 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 194296

[startup+1.50025 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 1186
/proc/meminfo: memFree=29143148/32873648 swapFree=6844/6844
[pid=1185] ppid=1183 vsize=249816 CPUtime=1.49 cores=1,3,5,7
/proc/1185/stat : 1185 (scip-2.1.1.4sfi) R 1183 1185 32411 0 -1 4202496 67329 0 0 0 138 11 0 0 20 0 1 0 269399508 255811584 57790 33554432000 4194304 10169799 140736240433296 140736240431448 8961143 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1185/statm: 62454 57790 686 1459 0 60986 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 249816

[startup+3.10024 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 1186
/proc/meminfo: memFree=29086452/32873648 swapFree=6844/6844
[pid=1185] ppid=1183 vsize=277380 CPUtime=3.09 cores=1,3,5,7
/proc/1185/stat : 1185 (scip-2.1.1.4sfi) R 1183 1185 32411 0 -1 4202496 70102 0 0 0 297 12 0 0 20 0 1 0 269399508 284037120 65672 33554432000 4194304 10169799 140736240433296 140736240427704 8030352 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1185/statm: 69345 65672 778 1459 0 67877 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 277380

[startup+6.30023 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 1186
/proc/meminfo: memFree=29069656/32873648 swapFree=6844/6844
[pid=1185] ppid=1183 vsize=305308 CPUtime=6.29 cores=1,3,5,7
/proc/1185/stat : 1185 (scip-2.1.1.4sfi) R 1183 1185 32411 0 -1 4202496 71443 0 0 0 614 15 0 0 20 0 1 0 269399508 312635392 71591 33554432000 4194304 10169799 140736240433296 140736240426968 8961143 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1185/statm: 76327 71591 804 1459 0 74859 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 305308

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 1224
/proc/meminfo: memFree=28911492/32873648 swapFree=6844/6844
[pid=1185] ppid=1183 vsize=333924 CPUtime=12.69 cores=1,3,5,7
/proc/1185/stat : 1185 (scip-2.1.1.4sfi) R 1183 1185 32411 0 -1 4202496 75172 0 0 0 1251 18 0 0 20 0 1 0 269399508 341938176 79685 33554432000 4194304 10169799 140736240433296 140736240429832 8844041 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1185/statm: 83481 79685 804 1459 0 82013 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 333924

[startup+25.5002 s]
/proc/loadavg: 2.00 2.00 1.94 3/176 1224
/proc/meminfo: memFree=28905232/32873648 swapFree=6844/6844
[pid=1185] ppid=1183 vsize=331880 CPUtime=25.48 cores=1,3,5,7
/proc/1185/stat : 1185 (scip-2.1.1.4sfi) R 1183 1185 32411 0 -1 4202496 75925 0 0 0 2527 21 0 0 20 0 1 0 269399508 339845120 78796 33554432000 4194304 10169799 140736240433296 140736240429832 8961143 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1185/statm: 82970 78796 804 1459 0 81502 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 331880

[startup+51.1003 s]
/proc/loadavg: 2.07 2.02 1.94 3/176 1224
/proc/meminfo: memFree=28894664/32873648 swapFree=6844/6844
[pid=1185] ppid=1183 vsize=340016 CPUtime=51.08 cores=1,3,5,7
/proc/1185/stat : 1185 (scip-2.1.1.4sfi) R 1183 1185 32411 0 -1 4202496 114200 0 0 0 5076 32 0 0 20 0 1 0 269399508 348176384 81567 33554432000 4194304 10169799 140736240433296 140736240427576 8030352 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1185/statm: 85004 81567 844 1459 0 83536 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 340016

[startup+102.308 s]
/proc/loadavg: 2.15 2.04 1.95 3/177 1226
/proc/meminfo: memFree=28897160/32873648 swapFree=6844/6844
[pid=1185] ppid=1183 vsize=334252 CPUtime=102.27 cores=1,3,5,7
/proc/1185/stat : 1185 (scip-2.1.1.4sfi) R 1183 1185 32411 0 -1 4202496 116297 0 0 0 10192 35 0 0 20 0 1 0 269399508 342274048 80656 33554432000 4194304 10169799 140736240433296 140736240427576 8030352 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1185/statm: 83563 80656 845 1459 0 82095 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 334252

[startup+162.3 s]
/proc/loadavg: 2.05 2.03 1.95 3/177 1226
/proc/meminfo: memFree=28882952/32873648 swapFree=6844/6844
[pid=1185] ppid=1183 vsize=340048 CPUtime=162.26 cores=1,3,5,7
/proc/1185/stat : 1185 (scip-2.1.1.4sfi) R 1183 1185 32411 0 -1 4202496 118029 0 0 0 16185 41 0 0 20 0 1 0 269399508 348209152 83653 33554432000 4194304 10169799 140736240433296 140736240427576 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1185/statm: 85012 83653 845 1459 0 83544 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 340048

[startup+222.3 s]
/proc/loadavg: 2.02 2.02 1.95 3/177 1226
/proc/meminfo: memFree=28886160/32873648 swapFree=6844/6844
[pid=1185] ppid=1183 vsize=340048 CPUtime=222.25 cores=1,3,5,7
/proc/1185/stat : 1185 (scip-2.1.1.4sfi) R 1183 1185 32411 0 -1 4202496 118029 0 0 0 22180 45 0 0 20 0 1 0 269399508 348209152 84036 33554432000 4194304 10169799 140736240433296 140736240427432 8030352 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1185/statm: 85012 84036 845 1459 0 83544 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 340048

[startup+282.301 s]
/proc/loadavg: 2.00 2.02 1.95 3/178 1229
/proc/meminfo: memFree=28877336/32873648 swapFree=6844/6844
[pid=1185] ppid=1183 vsize=340048 CPUtime=282.24 cores=1,3,5,7
/proc/1185/stat : 1185 (scip-2.1.1.4sfi) R 1183 1185 32411 0 -1 4202496 118030 0 0 0 28164 60 0 0 20 0 1 0 269399508 348209152 84037 33554432000 4194304 10169799 140736240433296 140736240427784 8044590 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1185/statm: 85012 84037 846 1459 0 83544 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 340048

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/177 1229
/proc/meminfo: memFree=28871976/32873648 swapFree=6844/6844
[pid=1185] ppid=1183 vsize=341372 CPUtime=342.23 cores=1,3,5,7
/proc/1185/stat : 1185 (scip-2.1.1.4sfi) R 1183 1185 32411 0 -1 4202496 118404 0 0 0 34150 73 0 0 20 0 1 0 269399508 349564928 84411 33554432000 4194304 10169799 140736240433296 140736240427656 8030352 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1185/statm: 85343 84411 849 1459 0 83875 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 341372

[startup+402.301 s]
/proc/loadavg: 2.00 2.01 1.95 3/177 1230
/proc/meminfo: memFree=28872480/32873648 swapFree=6844/6844
[pid=1185] ppid=1183 vsize=340712 CPUtime=402.22 cores=1,3,5,7
/proc/1185/stat : 1185 (scip-2.1.1.4sfi) R 1183 1185 32411 0 -1 4202496 120527 0 0 0 40136 86 0 0 20 0 1 0 269399508 348889088 84226 33554432000 4194304 10169799 140736240433296 140736240427752 8030352 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1185/statm: 85178 84226 849 1459 0 83710 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 340712

[startup+462.3 s]
/proc/loadavg: 2.07 2.02 1.96 3/177 1230
/proc/meminfo: memFree=28867648/32873648 swapFree=6844/6844
[pid=1185] ppid=1183 vsize=343612 CPUtime=462.22 cores=1,3,5,7
/proc/1185/stat : 1185 (scip-2.1.1.4sfi) R 1183 1185 32411 0 -1 4202496 125537 0 0 0 46128 94 0 0 20 0 1 0 269399508 351858688 84426 33554432000 4194304 10169799 140736240433296 140736240426968 8030352 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1185/statm: 85903 84426 849 1459 0 84435 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 343612

[startup+522.301 s]
/proc/loadavg: 2.02 2.01 1.96 3/177 1230
/proc/meminfo: memFree=28867712/32873648 swapFree=6844/6844
[pid=1185] ppid=1183 vsize=344440 CPUtime=522.2 cores=1,3,5,7
/proc/1185/stat : 1185 (scip-2.1.1.4sfi) R 1183 1185 32411 0 -1 4202496 129271 0 0 0 52118 102 0 0 20 0 1 0 269399508 352706560 84270 33554432000 4194304 10169799 140736240433296 140736240426968 8030352 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1185/statm: 86110 84270 849 1459 0 84642 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 344440

[startup+582.3 s]
/proc/loadavg: 2.01 2.01 1.96 3/177 1230
/proc/meminfo: memFree=28864556/32873648 swapFree=6844/6844
[pid=1185] ppid=1183 vsize=344440 CPUtime=582.19 cores=1,3,5,7
/proc/1185/stat : 1185 (scip-2.1.1.4sfi) R 1183 1185 32411 0 -1 4202496 129668 0 0 0 58108 111 0 0 20 0 1 0 269399508 352706560 85178 33554432000 4194304 10169799 140736240433296 140736240427160 8030364 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1185/statm: 86110 85178 849 1459 0 84642 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 344440

[startup+642.3 s]

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

/proc/meminfo: memFree=28845172/32873648 swapFree=6844/6844
[pid=1185] ppid=1183 vsize=347496 CPUtime=1062.12 cores=1,3,5,7
/proc/1185/stat : 1185 (scip-2.1.1.4sfi) R 1183 1185 32411 0 -1 4202496 186653 0 0 0 106019 193 0 0 20 0 1 0 269399508 355835904 85922 33554432000 4194304 10169799 140736240433296 140736240427064 8030364 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1185/statm: 86874 85922 849 1459 0 85406 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 347496

[startup+1122.3 s]
/proc/loadavg: 2.01 2.01 1.96 3/177 1258
/proc/meminfo: memFree=28844680/32873648 swapFree=6844/6844
[pid=1185] ppid=1183 vsize=341292 CPUtime=1122.11 cores=1,3,5,7
/proc/1185/stat : 1185 (scip-2.1.1.4sfi) R 1183 1185 32411 0 -1 4202496 192168 0 0 0 112008 203 0 0 20 0 1 0 269399508 349483008 84391 33554432000 4194304 10169799 140736240433296 140736240427432 8030352 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1185/statm: 85323 84391 849 1459 0 83855 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 341292

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 1258
/proc/meminfo: memFree=28844736/32873648 swapFree=6844/6844
[pid=1185] ppid=1183 vsize=340296 CPUtime=1182.1 cores=1,3,5,7
/proc/1185/stat : 1185 (scip-2.1.1.4sfi) R 1183 1185 32411 0 -1 4202496 205578 0 0 0 117998 212 0 0 20 0 1 0 269399508 348463104 83665 33554432000 4194304 10169799 140736240433296 140736240426968 8030352 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1185/statm: 85074 83665 849 1459 0 83606 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 340296

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 1258
/proc/meminfo: memFree=28830908/32873648 swapFree=6844/6844
[pid=1185] ppid=1183 vsize=346880 CPUtime=1242.09 cores=1,3,5,7
/proc/1185/stat : 1185 (scip-2.1.1.4sfi) R 1183 1185 32411 0 -1 4202496 213609 0 0 0 123988 221 0 0 20 0 1 0 269399508 355205120 85768 33554432000 4194304 10169799 140736240433296 140736240426968 8030352 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1185/statm: 86720 85768 849 1459 0 85252 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 346880

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 1259
/proc/meminfo: memFree=28815332/32873648 swapFree=6844/6844
[pid=1185] ppid=1183 vsize=358752 CPUtime=1302.09 cores=1,3,5,7
/proc/1185/stat : 1185 (scip-2.1.1.4sfi) R 1183 1185 32411 0 -1 4202496 225019 0 0 0 129978 231 0 0 20 0 1 0 269399508 367362048 88727 33554432000 4194304 10169799 140736240433296 140736240427736 8030352 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1185/statm: 89688 88727 849 1459 0 88220 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 358752

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 1259
/proc/meminfo: memFree=28837792/32873648 swapFree=6844/6844
[pid=1185] ppid=1183 vsize=336824 CPUtime=1362.08 cores=1,3,5,7
/proc/1185/stat : 1185 (scip-2.1.1.4sfi) R 1183 1185 32411 0 -1 4202496 232116 0 0 0 135968 240 0 0 20 0 1 0 269399508 344907776 82481 33554432000 4194304 10169799 140736240433296 140736240426968 8030352 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1185/statm: 84206 82481 849 1459 0 82738 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 336824

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 1259
/proc/meminfo: memFree=28819792/32873648 swapFree=6844/6844
[pid=1185] ppid=1183 vsize=347332 CPUtime=1422.07 cores=1,3,5,7
/proc/1185/stat : 1185 (scip-2.1.1.4sfi) R 1183 1185 32411 0 -1 4202496 234024 0 0 0 141960 247 0 0 20 0 1 0 269399508 355667968 85862 33554432000 4194304 10169799 140736240433296 140736240426968 8030352 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1185/statm: 86833 85862 849 1459 0 85365 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 347332

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 1262
/proc/meminfo: memFree=28818720/32873648 swapFree=6844/6844
[pid=1185] ppid=1183 vsize=347252 CPUtime=1482.05 cores=1,3,5,7
/proc/1185/stat : 1185 (scip-2.1.1.4sfi) R 1183 1185 32411 0 -1 4202496 236580 0 0 0 147950 255 0 0 20 0 1 0 269399508 355586048 85634 33554432000 4194304 10169799 140736240433296 140736240426968 8030352 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1185/statm: 86813 85634 849 1459 0 85345 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 347252

[startup+1542.3 s]
/proc/loadavg: 2.05 2.01 1.97 3/177 1262
/proc/meminfo: memFree=28820740/32873648 swapFree=6844/6844
[pid=1185] ppid=1183 vsize=342128 CPUtime=1542.04 cores=1,3,5,7
/proc/1185/stat : 1185 (scip-2.1.1.4sfi) R 1183 1185 32411 0 -1 4202496 238986 0 0 0 153941 263 0 0 20 0 1 0 269399508 350339072 84600 33554432000 4194304 10169799 140736240433296 140736240427576 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1185/statm: 85532 84600 849 1459 0 84064 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 342128

[startup+1602.3 s]
/proc/loadavg: 2.02 2.01 1.97 3/177 1263
/proc/meminfo: memFree=28816624/32873648 swapFree=6844/6844
[pid=1185] ppid=1183 vsize=342128 CPUtime=1602.04 cores=1,3,5,7
/proc/1185/stat : 1185 (scip-2.1.1.4sfi) R 1183 1185 32411 0 -1 4202496 238986 0 0 0 159923 281 0 0 20 0 1 0 269399508 350339072 84600 33554432000 4194304 10169799 140736240433296 140736240427160 8030352 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1185/statm: 85532 84600 849 1459 0 84064 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 342128

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 1263
/proc/meminfo: memFree=28810176/32873648 swapFree=6844/6844
[pid=1185] ppid=1183 vsize=342128 CPUtime=1662.03 cores=1,3,5,7
/proc/1185/stat : 1185 (scip-2.1.1.4sfi) R 1183 1185 32411 0 -1 4202496 238986 0 0 0 165898 305 0 0 20 0 1 0 269399508 350339072 84600 33554432000 4194304 10169799 140736240433296 140736240426888 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1185/statm: 85532 84600 849 1459 0 84064 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 342128

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 1263
/proc/meminfo: memFree=28805464/32873648 swapFree=6844/6844
[pid=1185] ppid=1183 vsize=342128 CPUtime=1722.01 cores=1,3,5,7
/proc/1185/stat : 1185 (scip-2.1.1.4sfi) R 1183 1185 32411 0 -1 4202496 238986 0 0 0 171872 329 0 0 20 0 1 0 269399508 350339072 84600 33554432000 4194304 10169799 140736240433296 140736240426424 8030352 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1185/statm: 85532 84600 849 1459 0 84064 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 342128

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 1263
/proc/meminfo: memFree=28795504/32873648 swapFree=6844/6844
[pid=1185] ppid=1183 vsize=346096 CPUtime=1782.01 cores=1,3,5,7
/proc/1185/stat : 1185 (scip-2.1.1.4sfi) R 1183 1185 32411 0 -1 4202496 242298 0 0 0 177851 350 0 0 20 0 1 0 269399508 354402304 85149 33554432000 4194304 10169799 140736240433296 140736240427160 8030352 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1185/statm: 86524 85149 849 1459 0 85056 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 346096

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 1263
/proc/meminfo: memFree=28800836/32873648 swapFree=6844/6844
[pid=1185] ppid=1183 vsize=346096 CPUtime=1785.21 cores=1,3,5,7
/proc/1185/stat : 1185 (scip-2.1.1.4sfi) R 1183 1185 32411 0 -1 4202496 242374 0 0 0 178170 351 0 0 20 0 1 0 269399508 354402304 85225 33554432000 4194304 10169799 140736240433296 140736240428280 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1185/statm: 86524 85225 849 1459 0 85056 0
Current children cumulated CPU time (s) 1785.21
Current children cumulated vsize (KiB) 346096

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 1263
/proc/meminfo: memFree=28796428/32873648 swapFree=6844/6844
[pid=1185] ppid=1183 vsize=346096 CPUtime=1791.62 cores=1,3,5,7
/proc/1185/stat : 1185 (scip-2.1.1.4sfi) R 1183 1185 32411 0 -1 4202496 242741 0 0 0 178810 352 0 0 20 0 1 0 269399508 354402304 85592 33554432000 4194304 10169799 140736240433296 140736240426968 8030352 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1185/statm: 86524 85592 849 1459 0 85056 0
Current children cumulated CPU time (s) 1791.62
Current children cumulated vsize (KiB) 346096

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 1263
/proc/meminfo: memFree=28796304/32873648 swapFree=6844/6844
[pid=1185] ppid=1183 vsize=346096 CPUtime=1794.82 cores=1,3,5,7
/proc/1185/stat : 1185 (scip-2.1.1.4sfi) R 1183 1185 32411 0 -1 4202496 242741 0 0 0 179129 353 0 0 20 0 1 0 269399508 354402304 85592 33554432000 4194304 10169799 140736240433296 140736240425432 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1185/statm: 86524 85592 849 1459 0 85056 0
Current children cumulated CPU time (s) 1794.82
Current children cumulated vsize (KiB) 346096

[startup+1795.9 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 1263
/proc/meminfo: memFree=28796304/32873648 swapFree=6844/6844
[pid=1185] ppid=1183 vsize=346096 CPUtime=1795.61 cores=1,3,5,7
/proc/1185/stat : 1185 (scip-2.1.1.4sfi) R 1183 1185 32411 0 -1 4202496 242741 0 0 0 179208 353 0 0 20 0 1 0 269399508 354402304 85592 33554432000 4194304 10169799 140736240433296 140736240426568 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1185/statm: 86524 85592 849 1459 0 85056 0
Current children cumulated CPU time (s) 1795.61
Current children cumulated vsize (KiB) 346096

[startup+1796.7 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 1263
/proc/meminfo: memFree=28796328/32873648 swapFree=6844/6844
[pid=1185] ppid=1183 vsize=346096 CPUtime=1796.41 cores=1,3,5,7
/proc/1185/stat : 1185 (scip-2.1.1.4sfi) R 1183 1185 32411 0 -1 4202496 242741 0 0 0 179288 353 0 0 20 0 1 0 269399508 354402304 85592 33554432000 4194304 10169799 140736240433296 140736240425880 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1185/statm: 86524 85592 849 1459 0 85056 0
Current children cumulated CPU time (s) 1796.41
Current children cumulated vsize (KiB) 346096

[startup+1797.1 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 1263
/proc/meminfo: memFree=28796328/32873648 swapFree=6844/6844
[pid=1185] ppid=1183 vsize=342628 CPUtime=1796.81 cores=1,3,5,7
/proc/1185/stat : 1185 (scip-2.1.1.4sfi) R 1183 1185 32411 0 -1 4202496 242744 0 0 0 179328 353 0 0 20 0 1 0 269399508 350851072 84728 33554432000 4194304 10169799 140736240433296 140736240425880 5652015 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/1185/statm: 85657 84728 852 1459 0 84189 0
Current children cumulated CPU time (s) 1796.81
Current children cumulated vsize (KiB) 342628

Child status: 0
Real time (s): 1797.18
CPU time (s): 1796.9
CPU user time (s): 1793.35
CPU system time (s): 3.55246
CPU usage (%): 99.9843
Max. virtual memory (cumulated for all children) (KiB): 432688

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.35
system time used= 3.55246
maximum resident set size= 418008
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 242746
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= 15
involuntary context switches= 1850

runsolver used 3.05354 second user time and 8.73667 second system time

The end

Launcher Data

Begin job on node124 at 2012-05-26 13:45:36
IDJOB=3693331
IDBENCH=2633
IDSOLVER=2272
FILE ID=node124/3693331-1338032736
RUNJOBID= node124-1338029128-871
PBS_JOBID= 14624347
Free space on /tmp= 71592 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/golomb-rulers/normalized-OGR_19.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-3693331-1338032736/watcher-3693331-1338032736 -o /tmp/evaluation-result-3693331-1338032736/solver-3693331-1338032736 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3693331-1338032736.opb -t 1800 -m 15500

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

MD5SUM BENCH= 5a1b3155d98b6c4d8f9ab1b869fece67
RANDOM SEED=2143269781

node124.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		: 2667.325
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	: 5334.65
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		: 2667.325
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	: 5385.03
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		: 2667.325
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	: 5385.04
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		: 2667.325
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	: 5357.53
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		: 2667.325
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	: 5385.03
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		: 2667.325
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	: 5385.04
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		: 2667.325
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	: 5385.03
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		: 2667.325
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	: 5385.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        29343960 kB
Buffers:          265292 kB
Cached:          2446660 kB
SwapCached:            0 kB
Active:           686916 kB
Inactive:        2063956 kB
Active(anon):      41356 kB
Inactive(anon):        0 kB
Active(file):     645560 kB
Inactive(file):  2063956 kB
Unevictable:        6844 kB
Mlocked:            6844 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             33796 kB
Writeback:             0 kB
AnonPages:         44852 kB
Mapped:            17720 kB
Shmem:               200 kB
Slab:             639968 kB
SReclaimable:      84384 kB
SUnreclaim:       555584 kB
KernelStack:        1464 kB
PageTables:         3736 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     152076 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71576 MiB
End job on node124 at 2012-05-26 14:15:34