Trace number 3692149

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SCIP spx E SCIP 2.1.1.4. Exp with SoPlex 1.6.0.3 fixed? 1796.99 1797.28

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: 947bdb7-dirty]
0.00/0.00	c Copyright (c) 2002-2012 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3692149-1338035061.opb>
0.29/0.36	c original problem has 13478 variables (13478 bin, 0 int, 0 impl, 0 cont) and 26620 constraints
0.29/0.36	c problem read in 0.36
0.59/0.61	c presolving:
0.89/0.91	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.06	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.19/1.23	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.19/1.28	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.39	c    (1.4s) probing: 51/13477 (0.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
1.29/1.39	c    (1.4s) probing aborted: 50/50 successive totally useless probings
1.39/1.44	c presolving (5 rounds):
1.39/1.44	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.44	c  848 implications, 12 cliques
1.39/1.44	c presolved problem has 13477 variables (13477 bin, 0 int, 0 impl, 0 cont) and 14281 constraints
1.39/1.44	c    1911 constraints of type <knapsack>
1.39/1.44	c      16 constraints of type <setppc>
1.39/1.44	c   12354 constraints of type <linear>
1.39/1.44	c transformed objective value is always integral (scale: 1)
1.39/1.44	c Presolving Time: 0.86
1.39/1.44	c - non default parameters ----------------------------------------------------------------------
1.39/1.44	c # SCIP version 2.1.1.4
1.39/1.44	c 
1.39/1.44	c # maximal time in seconds to run
1.39/1.44	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.39/1.44	c limits/time = 1797
1.39/1.44	c 
1.39/1.44	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
1.39/1.44	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.39/1.44	c limits/memory = 13950
1.39/1.44	c 
1.39/1.44	c # default clock type (1: CPU user seconds, 2: wall clock time)
1.39/1.44	c # [type: int, range: [1,2], default: 1]
1.39/1.44	c timing/clocktype = 2
1.39/1.44	c 
1.39/1.44	c # belongs reading time to solving time?
1.39/1.44	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.39/1.44	c timing/reading = TRUE
1.39/1.44	c 
1.39/1.44	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
1.39/1.44	c # [type: int, range: [-1,2147483647], default: -1]
1.39/1.44	c separating/rapidlearning/freq = 0
1.39/1.44	c 
1.39/1.44	c -----------------------------------------------------------------------------------------------
1.39/1.44	c start solving
1.39/1.45	c 
3.99/4.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
3.99/4.00	c   4.0s|     1 |     0 |    75 |     - | 133M|   0 | 743 |  13k|  14k|  13k|  14k|   0 |  24 |   0 | 1.900000e+02 |      --      |    Inf 
12.98/13.10	c  13.1s|     1 |     0 |  9550 |     - | 134M|   0 |1342 |  13k|  14k|  13k|  14k| 228 |  24 |   0 | 1.900000e+02 |      --      |    Inf 
20.89/20.91	c  20.9s|     1 |     0 | 12022 |     - | 135M|   0 |2062 |  13k|  14k|  13k|  14k| 484 |  24 |   0 | 1.900000e+02 |      --      |    Inf 
33.59/33.68	c  33.7s|     1 |     0 | 17211 |     - | 136M|   0 |2519 |  13k|  14k|  13k|  15k| 719 |  24 |   0 | 1.900000e+02 |      --      |    Inf 
53.98/54.08	c  54.1s|     1 |     0 | 25026 |     - | 136M|   0 |3081 |  13k|  14k|  13k|  15k| 935 |  24 |   0 | 1.900000e+02 |      --      |    Inf 
67.78/67.87	c  67.9s|     1 |     0 | 29232 |     - | 137M|   0 |3475 |  13k|  14k|  13k|  15k|1149 |  24 |   0 | 1.900000e+02 |      --      |    Inf 
84.07/84.19	c  84.2s|     1 |     0 | 35463 |     - | 138M|   0 |3481 |  13k|  14k|  13k|  15k|1312 |  24 |   0 | 1.900000e+02 |      --      |    Inf 
120.26/120.35	c   120s|     1 |     2 | 35463 |     - | 138M|   0 |3481 |  13k|  14k|  13k|  15k|1312 |  24 |  19 | 1.900000e+02 |      --      |    Inf 
1230.88/1231.12	c  1231s|   100 |    76 |893948 |8671.6 | 139M|  18 |4225 |  13k|  14k|  13k|  14k|1312 | 367 | 293 | 1.900000e+02 |      --      |    Inf 
1483.85/1484.15	c  1484s|   200 |   144 |  1105k|5377.3 | 140M|  38 | 851 |  13k|  14k|  13k|  14k|1312 | 394 | 423 | 1.900000e+02 |      --      |    Inf 
1648.32/1648.64	c  1649s|   300 |   173 |  1263k|4107.4 | 141M|  54 |   - |  13k|  14k|  13k|  14k|1312 | 468 | 484 | 1.900000e+02 |      --      |    Inf 
1766.11/1766.41	c  1766s|   400 |   217 |  1359k|3317.8 | 141M|  57 | 818 |  13k|  14k|  13k|  14k|1312 | 549 | 515 | 1.900000e+02 |      --      |    Inf 
1781.90/1782.28	c  1782s|   500 |   227 |  1368k|2672.3 | 141M|  86 | 786 |  13k|  14k|  13k|  14k|1312 | 647 | 525 | 1.900000e+02 |      --      |    Inf 
1788.90/1789.29	c  1789s|   600 |   249 |  1370k|2228.4 | 142M| 148 |   - |  13k|  15k|  13k|  14k|1312 | 732 | 525 | 1.900000e+02 |      --      |    Inf 
1796.00/1796.34	c  1796s|   700 |   273 |  1371k|1911.4 | 142M| 210 |   - |  13k|  15k|  13k|  14k|1312 | 814 | 525 | 1.900000e+02 |      --      |    Inf 
1796.70/1797.03	c 
1796.70/1797.03	c SCIP Status        : solving was interrupted [time limit reached]
1796.70/1797.03	c Solving Time (sec) : 1797.03
1796.70/1797.03	c Solving Nodes      : 708
1796.70/1797.03	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1796.70/1797.03	c Dual Bound         : +1.90000000000000e+02
1796.70/1797.03	c Gap                : infinite
1796.70/1797.03	s UNKNOWN
1796.70/1797.03	c SCIP Status        : solving was interrupted [time limit reached]
1796.70/1797.03	c Total Time         :    1797.03
1796.70/1797.03	c   solving          :    1797.03
1796.70/1797.03	c   presolving       :       0.86 (included in solving)
1796.70/1797.03	c   reading          :       0.36 (included in solving)
1796.70/1797.03	c   copying          :       0.11 (1 #copies) (minimal 0.11, maximal 0.11, average 0.11)
1796.70/1797.03	c Original Problem   :
1796.70/1797.03	c   Problem name     : HOME/instance-3692149-1338035061.opb
1796.70/1797.03	c   Variables        : 13478 (13478 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.70/1797.03	c   Constraints      : 26620 initial, 26620 maximal
1796.70/1797.03	c   Objective sense  : minimize
1796.70/1797.03	c Presolved Problem  :
1796.70/1797.03	c   Problem name     : t_HOME/instance-3692149-1338035061.opb
1796.70/1797.03	c   Variables        : 13477 (13477 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.70/1797.03	c   Constraints      : 14281 initial, 15103 maximal
1796.70/1797.03	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1796.70/1797.03	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.03	c   trivial          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.03	c   dualfix          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.03	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.03	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.03	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.03	c   gateextraction   :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.03	c   implics          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.03	c   components       :       0.05       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.03	c   pseudoobj        :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.03	c   probing          :       0.07       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.03	c   knapsack         :       0.06       0.00          0          0          0          0          0          0         16        257       1179
1796.70/1797.03	c   setppc           :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.03	c   linear           :       0.57       0.14          1          0          0          1          0      12355          0        194       1392
1796.70/1797.03	c   logicor          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.03	c   root node        :          -          -          0          -          -          0          -          -          -          -          -
1796.70/1797.03	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
1796.70/1797.03	c   integral         :          0          0          0          0        507          0          4          0          0         34          0          0        996
1796.70/1797.03	c   knapsack         :       1911       1911          6      21604          0          1          3        419         10       4452       1205          0          0
1796.70/1797.03	c   setppc           :         16         16          6      21463          0          1          0         16          0         12          0          0          0
1796.70/1797.03	c   linear           :      12354      12354          6      21594          0          0          0        580         14       6028          0          0          0
1796.70/1797.03	c   logicor          :          0+       822          6       1140          0          0          0        396         10        292          0          0          0
1796.70/1797.03	c   countsols        :          0          0          0          0          0          1          0          0          0          0          0          0          0
1796.70/1797.03	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
1796.70/1797.03	c   integral         :     474.03       0.00       0.00       0.00     474.03       0.00       0.00       0.00
1796.70/1797.03	c   knapsack         :       1.63       0.00       0.11       1.52       0.00       0.00       0.00       0.00
1796.70/1797.03	c   setppc           :       0.03       0.00       0.00       0.03       0.00       0.00       0.00       0.00
1796.70/1797.03	c   linear           :       4.86       0.14       0.01       4.71       0.00       0.00       0.00       0.00
1796.70/1797.03	c   logicor          :       0.06       0.00       0.00       0.05       0.00       0.00       0.00       0.00
1796.70/1797.03	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1796.70/1797.03	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
1796.70/1797.03	c   rootredcost      :          0          0          0          0
1796.70/1797.03	c   pseudoobj        :      22011          0          0          0
1796.70/1797.03	c   vbounds          :          0          0          0          0
1796.70/1797.03	c   redcost          :        516          0          0          3
1796.70/1797.03	c   probing          :          0          0          0          0
1796.70/1797.03	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
1796.70/1797.03	c   rootredcost      :       0.02       0.00       0.00       0.02       0.00
1796.70/1797.03	c   pseudoobj        :       0.04       0.00       0.00       0.04       0.00
1796.70/1797.03	c   vbounds          :       0.02       0.00       0.00       0.02       0.00
1796.70/1797.03	c   redcost          :       0.23       0.00       0.00       0.23       0.00
1796.70/1797.03	c   probing          :       0.08       0.00       0.07       0.00       0.00
1796.70/1797.03	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.70/1797.03	c   propagation      :       0.00         34         34        176       38.9          0        0.0          -
1796.70/1797.03	c   infeasible LP    :       1.00        564        564        673        7.5        133        6.2          0
1796.70/1797.03	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.70/1797.03	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.70/1797.03	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.70/1797.03	c   applied globally :          -          -          -        822        8.4          -          -          -
1796.70/1797.03	c   applied locally  :          -          -          -          0        0.0          -          -          -
1796.70/1797.03	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
1796.70/1797.03	c   cut pool         :       0.00                     5          -          -       1280          -    (maximal pool size: 4163)
1796.70/1797.03	c   closecuts        :       0.00       0.00          0          0          0          0          0
1796.70/1797.03	c   impliedbounds    :       0.00       0.00          6          0          0         22          0
1796.70/1797.03	c   intobj           :       0.00       0.00          0          0          0          0          0
1796.70/1797.03	c   gomory           :       9.70       0.00          6          0          0         50          0
1796.70/1797.03	c   cgmip            :       0.00       0.00          0          0          0          0          0
1796.70/1797.03	c   strongcg         :       9.98       0.00          6          0          0        500          0
1796.70/1797.03	c   cmir             :       3.84       0.00          6          0          0       3000          0
1796.70/1797.03	c   flowcover        :       3.88       0.00          6          0          0       1200          0
1796.70/1797.03	c   clique           :       0.02       0.00          6          0          0          0          0
1796.70/1797.03	c   zerohalf         :       0.00       0.00          0          0          0          0          0
1796.70/1797.03	c   mcf              :       0.01       0.00          2          0          0          0          0
1796.70/1797.03	c   oddcycle         :       0.00       0.00          0          0          0          0          0
1796.70/1797.03	c   rapidlearning    :       0.00       0.00          0          0          0          0          0
1796.70/1797.03	c Pricers            :   ExecTime  SetupTime      Calls       Vars
1796.70/1797.03	c   problem variables:       0.00          -          0          0
1796.70/1797.03	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.70/1797.03	c   relpscost        :     474.03       0.00        507          0         34          0          0        996
1796.70/1797.03	c   pscost           :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.03	c   inference        :       0.00       0.00          1          0          0          0          0          2
1796.70/1797.03	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.03	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.03	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.03	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.03	c   random           :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.03	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found
1796.70/1797.03	c   LP solutions     :       0.00          -          -          0
1796.70/1797.03	c   pseudo solutions :       0.00          -          -          0
1796.70/1797.03	c   oneopt           :       0.00       0.00          0          0
1796.70/1797.03	c   crossover        :       0.00       0.00          0          0
1796.70/1797.03	c   intshifting      :       0.00       0.00          0          0
1796.70/1797.03	c   guideddiving     :       0.00       0.00          0          0
1796.70/1797.03	c   fracdiving       :     149.69       0.00          2          0
1796.70/1797.03	c   coefdiving       :     291.14       0.00          3          0
1796.70/1797.03	c   veclendiving     :      52.72       0.00          6          0
1796.70/1797.03	c   objpscostdiving  :      44.67       0.00          3          0
1796.70/1797.03	c   rootsoldiving    :      29.39       0.00          3          0
1796.70/1797.03	c   pscostdiving     :      67.24       0.00          6          0
1796.70/1797.03	c   feaspump         :      60.11       0.00          3          0
1796.70/1797.03	c   linesearchdiving :      83.95       0.00         10          0
1796.70/1797.03	c   smallcard        :       0.00       0.00          0          0
1796.70/1797.03	c   trivial          :       0.01       0.00          2          0
1796.70/1797.03	c   shiftandpropagate:       2.24       0.00          1          0
1796.70/1797.03	c   simplerounding   :       0.00       0.00          0          0
1796.70/1797.03	c   zirounding       :       1.36       0.00        498          0
1796.70/1797.03	c   rounding         :       1.45       0.00        282          0
1796.70/1797.03	c   shifting         :       4.91       0.00         61          0
1796.70/1797.03	c   twoopt           :       0.00       0.00          0          0
1796.70/1797.03	c   indtwoopt        :       0.00       0.00          0          0
1796.70/1797.03	c   indoneopt        :       0.00       0.00          0          0
1796.70/1797.03	c   fixandinfer      :       0.00       0.00          0          0
1796.70/1797.03	c   clique           :       0.00       0.00          0          0
1796.70/1797.03	c   indrounding      :       0.00       0.00          0          0
1796.70/1797.03	c   indcoefdiving    :       0.00       0.00          0          0
1796.70/1797.03	c   nlpdiving        :       0.00       0.00          0          0
1796.70/1797.03	c   intdiving        :       0.00       0.00          0          0
1796.70/1797.03	c   actconsdiving    :       0.00       0.00          0          0
1796.70/1797.03	c   octane           :       0.00       0.00          0          0
1796.70/1797.03	c   rens             :       0.47       0.00          1          0
1796.70/1797.03	c   rins             :       0.00       0.00          0          0
1796.70/1797.03	c   localbranching   :       0.00       0.00          0          0
1796.70/1797.03	c   mutation         :       0.00       0.00          0          0
1796.70/1797.03	c   dins             :       0.00       0.00          0          0
1796.70/1797.03	c   vbounds          :       0.00       0.00          0          0
1796.70/1797.03	c   undercover       :       0.00       0.00          0          0
1796.70/1797.03	c   subnlp           :       0.00       0.00          0          0
1796.70/1797.03	c   trysol           :       0.00       0.00          0          0
1796.70/1797.03	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
1796.70/1797.03	c   primal LP        :       0.29          1          0       0.00       0.00       0.29          1
1796.70/1797.03	c   dual LP          :     498.23        729     545489     768.29    1094.84       1.12         19
1796.70/1797.03	c   lex dual LP      :       0.00          0          0       0.00          -
1796.70/1797.03	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
1796.70/1797.03	c   diving/probing LP:     767.29       2144     826086     385.30    1076.63
1796.70/1797.03	c   strong branching :     473.71        525     394777     751.96     833.37
1796.70/1797.03	c     (at root node) :          -         19      18138     954.63          -
1796.70/1797.03	c   conflict analysis:       0.00          0          0       0.00          -
1796.70/1797.03	c B&B Tree           :
1796.70/1797.03	c   number of runs   :          1
1796.70/1797.03	c   nodes            :        708
1796.70/1797.03	c   nodes (total)    :        708
1796.70/1797.03	c   nodes left       :        275
1796.70/1797.03	c   max depth        :        214
1796.70/1797.03	c   max depth (total):        214
1796.70/1797.03	c   backtracks       :        110 (15.5%)
1796.70/1797.03	c   delayed cutoffs  :         16
1796.70/1797.03	c   repropagations   :       4733 (2406 domain reductions, 4 cutoffs)
1796.70/1797.03	c   avg switch length:      15.15
1796.70/1797.03	c   switching time   :       1.42
1796.70/1797.03	c Solution           :
1796.70/1797.03	c   Solutions found  :          0 (0 improvements)
1796.70/1797.03	c   Primal Bound     :          -
1796.70/1797.03	c   Dual Bound       : +1.90000000000000e+02
1796.70/1797.03	c   Gap              :   infinite
1796.70/1797.03	c   Root Dual Bound  : +1.90000000000000e+02
1796.70/1797.03	c   Root Iterations  :      35463
1796.90/1797.28	c Time complete: 1796.98.

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-3692149-1338035061/watcher-3692149-1338035061 -o /tmp/evaluation-result-3692149-1338035061/solver-3692149-1338035061 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4expfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3692149-1338035061.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.08 2.04 2.00 3/176 31876
/proc/meminfo: memFree=28486668/32873844 swapFree=7620/7620
[pid=31876] ppid=31874 vsize=12560 CPUtime=0 cores=1,3,5,7
/proc/31876/stat : 31876 (scip-2.1.1.4exp) R 31874 31876 30301 0 -1 4202496 1908 0 0 0 0 0 0 0 20 0 1 0 269634649 12861440 1862 33554432000 4194304 10219143 140734331703488 140734494976760 8844210 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/31876/statm: 3140 1862 421 1471 0 1660 0

[startup+0.089982 s]
/proc/loadavg: 2.08 2.04 2.00 3/176 31876
/proc/meminfo: memFree=28486668/32873844 swapFree=7620/7620
[pid=31876] ppid=31874 vsize=23572 CPUtime=0.08 cores=1,3,5,7
/proc/31876/stat : 31876 (scip-2.1.1.4exp) R 31874 31876 30301 0 -1 4202496 4650 0 0 0 8 0 0 0 20 0 1 0 269634649 24137728 4604 33554432000 4194304 10219143 140734331703488 140734494976760 8772016 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/31876/statm: 5893 4604 421 1471 0 4413 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 23572

[startup+0.100352 s]
/proc/loadavg: 2.08 2.04 2.00 3/176 31876
/proc/meminfo: memFree=28486668/32873844 swapFree=7620/7620
[pid=31876] ppid=31874 vsize=23704 CPUtime=0.09 cores=1,3,5,7
/proc/31876/stat : 31876 (scip-2.1.1.4exp) R 31874 31876 30301 0 -1 4202496 4685 0 0 0 9 0 0 0 20 0 1 0 269634649 24272896 4639 33554432000 4194304 10219143 140734331703488 140734494976760 8871884 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/31876/statm: 5926 4639 421 1471 0 4446 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23704

[startup+0.3003 s]
/proc/loadavg: 2.08 2.04 2.00 3/176 31876
/proc/meminfo: memFree=28486668/32873844 swapFree=7620/7620
[pid=31876] ppid=31874 vsize=44552 CPUtime=0.29 cores=1,3,5,7
/proc/31876/stat : 31876 (scip-2.1.1.4exp) R 31874 31876 30301 0 -1 4202496 9866 0 0 0 28 1 0 0 20 0 1 0 269634649 45621248 9820 33554432000 4194304 10219143 140734331703488 140734331568664 5536058 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/31876/statm: 11138 9820 421 1471 0 9658 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 44552

[startup+0.700304 s]
/proc/loadavg: 2.08 2.04 2.00 3/176 31876
/proc/meminfo: memFree=28486668/32873844 swapFree=7620/7620
[pid=31876] ppid=31874 vsize=203984 CPUtime=0.69 cores=1,3,5,7
/proc/31876/stat : 31876 (scip-2.1.1.4exp) R 31874 31876 30301 0 -1 4202496 53682 0 0 0 60 9 0 0 20 0 1 0 269634649 208879616 47942 33554432000 4194304 10219143 140734331703488 140734331568664 9008087 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31876/statm: 50996 47942 545 1471 0 49516 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 203984

[startup+1.5003 s]
/proc/loadavg: 2.08 2.04 2.00 3/177 31877
/proc/meminfo: memFree=28295584/32873844 swapFree=7620/7620
[pid=31876] ppid=31874 vsize=226984 CPUtime=1.49 cores=1,3,5,7
/proc/31876/stat : 31876 (scip-2.1.1.4exp) R 31874 31876 30301 0 -1 4202496 61893 0 0 0 125 24 0 0 20 0 1 0 269634649 232431616 53870 33554432000 4194304 10219143 140734331703488 140734331700488 6034839 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31876/statm: 56746 53870 668 1471 0 55266 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 226984

[startup+3.10025 s]
/proc/loadavg: 2.08 2.04 2.00 3/177 31877
/proc/meminfo: memFree=28220364/32873844 swapFree=7620/7620
[pid=31876] ppid=31874 vsize=295108 CPUtime=3.09 cores=1,3,5,7
/proc/31876/stat : 31876 (scip-2.1.1.4exp) R 31874 31876 30301 0 -1 4202496 75717 0 0 0 275 34 0 0 20 0 1 0 269634649 302190592 68407 33554432000 4194304 10219143 140734331703488 140734331699368 9008087 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31876/statm: 73777 68407 691 1471 0 72297 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 295108

[startup+6.30026 s]
/proc/loadavg: 2.07 2.03 2.00 3/177 31877
/proc/meminfo: memFree=28171380/32873844 swapFree=7620/7620
[pid=31876] ppid=31874 vsize=329908 CPUtime=6.29 cores=1,3,5,7
/proc/31876/stat : 31876 (scip-2.1.1.4exp) R 31874 31876 30301 0 -1 4202496 78800 0 0 0 592 37 0 0 20 0 1 0 269634649 337825792 78399 33554432000 4194304 10219143 140734331703488 140734331694648 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31876/statm: 82477 78399 786 1471 0 80997 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 329908

[startup+12.7003 s]
/proc/loadavg: 2.06 2.03 2.00 3/177 31877
/proc/meminfo: memFree=28152852/32873844 swapFree=7620/7620
[pid=31876] ppid=31874 vsize=349332 CPUtime=12.69 cores=1,3,5,7
/proc/31876/stat : 31876 (scip-2.1.1.4exp) R 31874 31876 30301 0 -1 4202496 83759 0 0 0 1229 40 0 0 20 0 1 0 269634649 357715968 84138 33554432000 4194304 10219143 140734331703488 140734331696008 8077296 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31876/statm: 87333 84138 818 1471 0 85853 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 349332

[startup+25.5002 s]
/proc/loadavg: 2.12 2.05 2.01 3/177 31877
/proc/meminfo: memFree=28132664/32873844 swapFree=7620/7620
[pid=31876] ppid=31874 vsize=368432 CPUtime=25.48 cores=1,3,5,7
/proc/31876/stat : 31876 (scip-2.1.1.4exp) R 31874 31876 30301 0 -1 4202496 86155 0 0 0 2504 44 0 0 20 0 1 0 269634649 377274368 88363 33554432000 4194304 10219143 140734331703488 140734331698648 4287150 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31876/statm: 92108 88363 818 1471 0 90628 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 368432

[startup+51.1003 s]
/proc/loadavg: 2.08 2.04 2.00 3/177 31877
/proc/meminfo: memFree=28094472/32873844 swapFree=7620/7620
[pid=31876] ppid=31874 vsize=408280 CPUtime=51.08 cores=1,3,5,7
/proc/31876/stat : 31876 (scip-2.1.1.4exp) R 31874 31876 30301 0 -1 4202496 90062 0 0 0 5056 52 0 0 20 0 1 0 269634649 418078720 97980 33554432000 4194304 10219143 140734331703488 140734331696744 8077296 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31876/statm: 102070 97980 818 1471 0 100590 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 408280

[startup+102.307 s]
/proc/loadavg: 2.03 2.03 2.00 3/177 31877
/proc/meminfo: memFree=28092472/32873844 swapFree=7620/7620
[pid=31876] ppid=31874 vsize=412012 CPUtime=102.28 cores=1,3,5,7
/proc/31876/stat : 31876 (scip-2.1.1.4exp) R 31874 31876 30301 0 -1 4202496 134930 0 0 0 10155 73 0 0 20 0 1 0 269634649 421900288 97854 33554432000 4194304 10219143 140734331703488 140734331696200 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31876/statm: 103003 97854 851 1471 0 101523 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 412012

[startup+162.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 31877
/proc/meminfo: memFree=28100000/32873844 swapFree=7620/7620
[pid=31876] ppid=31874 vsize=401236 CPUtime=162.25 cores=1,3,5,7
/proc/31876/stat : 31876 (scip-2.1.1.4exp) R 31874 31876 30301 0 -1 4202496 167563 0 0 0 16135 90 0 0 20 0 1 0 269634649 410865664 95863 33554432000 4194304 10219143 140734331703488 140734331696664 8077296 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31876/statm: 100309 95863 853 1471 0 98829 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 401236

[startup+222.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 31878
/proc/meminfo: memFree=28101444/32873844 swapFree=7620/7620
[pid=31876] ppid=31874 vsize=408312 CPUtime=222.24 cores=1,3,5,7
/proc/31876/stat : 31876 (scip-2.1.1.4exp) R 31874 31876 30301 0 -1 4202496 186534 0 0 0 22124 100 0 0 20 0 1 0 269634649 418111488 96736 33554432000 4194304 10219143 140734331703488 140734331696936 8077296 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31876/statm: 102078 96736 853 1471 0 100598 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 408312

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 31878
/proc/meminfo: memFree=28100308/32873844 swapFree=7620/7620
[pid=31876] ppid=31874 vsize=398200 CPUtime=282.24 cores=1,3,5,7
/proc/31876/stat : 31876 (scip-2.1.1.4exp) R 31874 31876 30301 0 -1 4202496 204645 0 0 0 28112 112 0 0 20 0 1 0 269634649 407756800 95783 33554432000 4194304 10219143 140734331703488 140734331696200 8077296 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31876/statm: 99550 95783 853 1471 0 98070 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 398200

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 31881
/proc/meminfo: memFree=28095492/32873844 swapFree=7620/7620
[pid=31876] ppid=31874 vsize=404308 CPUtime=342.22 cores=1,3,5,7
/proc/31876/stat : 31876 (scip-2.1.1.4exp) R 31874 31876 30301 0 -1 4202496 236159 0 0 0 34094 128 0 0 20 0 1 0 269634649 414011392 96986 33554432000 4194304 10219143 140734331703488 140734331696472 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31876/statm: 101077 96986 855 1471 0 99597 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 404308

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31881
/proc/meminfo: memFree=28109732/32873844 swapFree=7620/7620
[pid=31876] ppid=31874 vsize=392068 CPUtime=402.21 cores=1,3,5,7
/proc/31876/stat : 31876 (scip-2.1.1.4exp) R 31874 31876 30301 0 -1 4202496 247659 0 0 0 40084 137 0 0 20 0 1 0 269634649 401477632 93428 33554432000 4194304 10219143 140734331703488 140734331695672 8077296 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31876/statm: 98017 93428 858 1471 0 96537 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 392068

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31881
/proc/meminfo: memFree=28106260/32873844 swapFree=7620/7620
[pid=31876] ppid=31874 vsize=392068 CPUtime=462.2 cores=1,3,5,7
/proc/31876/stat : 31876 (scip-2.1.1.4exp) R 31874 31876 30301 0 -1 4202496 247731 0 0 0 46076 144 0 0 20 0 1 0 269634649 401477632 93500 33554432000 4194304 10219143 140734331703488 140734331695672 8077296 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31876/statm: 98017 93500 858 1471 0 96537 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 392068

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31882
/proc/meminfo: memFree=28101300/32873844 swapFree=7620/7620
[pid=31876] ppid=31874 vsize=392980 CPUtime=522.19 cores=1,3,5,7
/proc/31876/stat : 31876 (scip-2.1.1.4exp) R 31874 31876 30301 0 -1 4202496 247854 0 0 0 52070 149 0 0 20 0 1 0 269634649 402411520 93623 33554432000 4194304 10219143 140734331703488 140734331695672 8077296 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31876/statm: 98245 93623 858 1471 0 96765 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 392980

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31882
/proc/meminfo: memFree=28058800/32873844 swapFree=7620/7620
[pid=31876] ppid=31874 vsize=422756 CPUtime=582.19 cores=1,3,5,7
/proc/31876/stat : 31876 (scip-2.1.1.4exp) R 31874 31876 30301 0 -1 4202496 251695 0 0 0 58060 159 0 0 20 0 1 0 269634649 432902144 102574 33554432000 4194304 10219143 140734331703488 140734331696200 8077296 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31876/statm: 105689 102574 858 1471 0 104209 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 422756

[startup+642.3 s]

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

/proc/meminfo: memFree=28000692/32873844 swapFree=7620/7620
[pid=31876] ppid=31874 vsize=422756 CPUtime=1122.1 cores=1,3,5,7
/proc/31876/stat : 31876 (scip-2.1.1.4exp) R 31874 31876 30301 0 -1 4202496 251829 0 0 0 111976 234 0 0 20 0 1 0 269634649 432902144 102708 33554432000 4194304 10219143 140734331703488 140734331696008 8077296 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31876/statm: 105689 102708 858 1471 0 104209 0
Current children cumulated CPU time (s) 1122.1
Current children cumulated vsize (KiB) 422756

[startup+1182.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 31888
/proc/meminfo: memFree=27997724/32873844 swapFree=7620/7620
[pid=31876] ppid=31874 vsize=422300 CPUtime=1182.09 cores=1,3,5,7
/proc/31876/stat : 31876 (scip-2.1.1.4exp) R 31874 31876 30301 0 -1 4202496 255044 0 0 0 117969 240 0 0 20 0 1 0 269634649 432435200 102594 33554432000 4194304 10219143 140734331703488 140734331697128 8077296 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31876/statm: 105575 102594 858 1471 0 104095 0
Current children cumulated CPU time (s) 1182.09
Current children cumulated vsize (KiB) 422300

[startup+1242.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 31888
/proc/meminfo: memFree=28002944/32873844 swapFree=7620/7620
[pid=31876] ppid=31874 vsize=415380 CPUtime=1242.09 cores=1,3,5,7
/proc/31876/stat : 31876 (scip-2.1.1.4exp) R 31874 31876 30301 0 -1 4202496 257090 0 0 0 123961 248 0 0 20 0 1 0 269634649 425349120 98734 33554432000 4194304 10219143 140734331703488 140734331696664 8077296 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31876/statm: 103845 98734 858 1471 0 102365 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 415380

[startup+1302.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/177 31888
/proc/meminfo: memFree=27984020/32873844 swapFree=7620/7620
[pid=31876] ppid=31874 vsize=415380 CPUtime=1302.09 cores=1,3,5,7
/proc/31876/stat : 31876 (scip-2.1.1.4exp) R 31874 31876 30301 0 -1 4202496 257614 0 0 0 129952 257 0 0 20 0 1 0 269634649 425349120 100790 33554432000 4194304 10219143 140734331703488 140734331694472 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31876/statm: 103845 100790 858 1471 0 102365 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 415380

[startup+1362.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 31888
/proc/meminfo: memFree=27968144/32873844 swapFree=7620/7620
[pid=31876] ppid=31874 vsize=422204 CPUtime=1362.06 cores=1,3,5,7
/proc/31876/stat : 31876 (scip-2.1.1.4exp) R 31874 31876 30301 0 -1 4202496 258398 0 0 0 135941 265 0 0 20 0 1 0 269634649 432336896 102596 33554432000 4194304 10219143 140734331703488 140734331696616 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31876/statm: 105551 102596 858 1471 0 104071 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 422204

[startup+1422.31 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 31889
/proc/meminfo: memFree=27959712/32873844 swapFree=7620/7620
[pid=31876] ppid=31874 vsize=422204 CPUtime=1422.06 cores=1,3,5,7
/proc/31876/stat : 31876 (scip-2.1.1.4exp) R 31874 31876 30301 0 -1 4202496 258398 0 0 0 141933 273 0 0 20 0 1 0 269634649 432336896 102596 33554432000 4194304 10219143 140734331703488 140734331696008 8077296 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31876/statm: 105551 102596 858 1471 0 104071 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 422204

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31889
/proc/meminfo: memFree=27955124/32873844 swapFree=7620/7620
[pid=31876] ppid=31874 vsize=422204 CPUtime=1482.05 cores=1,3,5,7
/proc/31876/stat : 31876 (scip-2.1.1.4exp) R 31874 31876 30301 0 -1 4202496 258398 0 0 0 147921 284 0 0 20 0 1 0 269634649 432336896 102596 33554432000 4194304 10219143 140734331703488 140734331696008 8077296 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31876/statm: 105551 102596 858 1471 0 104071 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 422204

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 31892
/proc/meminfo: memFree=27945636/32873844 swapFree=7620/7620
[pid=31876] ppid=31874 vsize=426612 CPUtime=1542.04 cores=1,3,5,7
/proc/31876/stat : 31876 (scip-2.1.1.4exp) R 31874 31876 30301 0 -1 4202496 259014 0 0 0 153915 289 0 0 20 0 1 0 269634649 436850688 103723 33554432000 4194304 10219143 140734331703488 140734331696008 8091440 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31876/statm: 106653 103723 858 1471 0 105173 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 426612

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31892
/proc/meminfo: memFree=27954160/32873844 swapFree=7620/7620
[pid=31876] ppid=31874 vsize=412864 CPUtime=1602.03 cores=1,3,5,7
/proc/31876/stat : 31876 (scip-2.1.1.4exp) R 31874 31876 30301 0 -1 4202496 260755 0 0 0 159902 301 0 0 20 0 1 0 269634649 422772736 99675 33554432000 4194304 10219143 140734331703488 140734331696200 8077296 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31876/statm: 103216 99675 858 1471 0 101736 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 412864

[startup+1662.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 31892
/proc/meminfo: memFree=27947212/32873844 swapFree=7620/7620
[pid=31876] ppid=31874 vsize=412864 CPUtime=1662.03 cores=1,3,5,7
/proc/31876/stat : 31876 (scip-2.1.1.4exp) R 31874 31876 30301 0 -1 4202496 260847 0 0 0 165891 312 0 0 20 0 1 0 269634649 422772736 100278 33554432000 4194304 10219143 140734331703488 140734331695672 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31876/statm: 103216 100278 858 1471 0 101736 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 412864

[startup+1722.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 31893
/proc/meminfo: memFree=27943496/32873844 swapFree=7620/7620
[pid=31876] ppid=31874 vsize=413184 CPUtime=1722.01 cores=1,3,5,7
/proc/31876/stat : 31876 (scip-2.1.1.4exp) R 31874 31876 30301 0 -1 4202496 264116 0 0 0 171879 322 0 0 20 0 1 0 269634649 423100416 99098 33554432000 4194304 10219143 140734331703488 140734331696008 8077296 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31876/statm: 103296 99098 858 1471 0 101816 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 413184

[startup+1782.3 s]
/proc/loadavg: 2.04 2.02 2.00 2/175 31893
/proc/meminfo: memFree=28245212/32873844 swapFree=7620/7620
[pid=31876] ppid=31874 vsize=413184 CPUtime=1782 cores=1,3,5,7
/proc/31876/stat : 31876 (scip-2.1.1.4exp) R 31874 31876 30301 0 -1 4202496 264116 0 0 0 177871 329 0 0 20 0 1 0 269634649 423100416 99098 33554432000 4194304 10219143 140734331703488 140734331698856 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31876/statm: 103296 99098 858 1471 0 101816 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 413184

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

[startup+1785.5 s]
/proc/loadavg: 2.04 2.02 2.00 3/177 31969
/proc/meminfo: memFree=28216668/32873844 swapFree=7620/7620
[pid=31876] ppid=31874 vsize=413184 CPUtime=1785.2 cores=1,3,5,7
/proc/31876/stat : 31876 (scip-2.1.1.4exp) R 31874 31876 30301 0 -1 4202496 264116 0 0 0 178190 330 0 0 20 0 1 0 269634649 423100416 99098 33554432000 4194304 10219143 140734331703488 140734331696424 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31876/statm: 103296 99098 858 1471 0 101816 0
Current children cumulated CPU time (s) 1785.2
Current children cumulated vsize (KiB) 413184

[startup+1791.91 s]
/proc/loadavg: 2.04 2.02 2.00 3/177 31969
/proc/meminfo: memFree=28199308/32873844 swapFree=7620/7620
[pid=31876] ppid=31874 vsize=413184 CPUtime=1791.61 cores=1,3,5,7
/proc/31876/stat : 31876 (scip-2.1.1.4exp) R 31874 31876 30301 0 -1 4202496 264116 0 0 0 178828 333 0 0 20 0 1 0 269634649 423100416 99098 33554432000 4194304 10219143 140734331703488 140734331696424 8077296 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31876/statm: 103296 99098 858 1471 0 101816 0
Current children cumulated CPU time (s) 1791.61
Current children cumulated vsize (KiB) 413184

[startup+1795.1 s]
/proc/loadavg: 2.03 2.02 2.00 3/177 31969
/proc/meminfo: memFree=28199324/32873844 swapFree=7620/7620
[pid=31876] ppid=31874 vsize=413184 CPUtime=1794.81 cores=1,3,5,7
/proc/31876/stat : 31876 (scip-2.1.1.4exp) R 31874 31876 30301 0 -1 4202496 264116 0 0 0 179145 336 0 0 20 0 1 0 269634649 423100416 99098 33554432000 4194304 10219143 140734331703488 140734331696424 9008087 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31876/statm: 103296 99098 858 1471 0 101816 0
Current children cumulated CPU time (s) 1794.81
Current children cumulated vsize (KiB) 413184

[startup+1795.9 s]
/proc/loadavg: 2.03 2.02 2.00 3/177 31969
/proc/meminfo: memFree=28199324/32873844 swapFree=7620/7620
[pid=31876] ppid=31874 vsize=413184 CPUtime=1795.6 cores=1,3,5,7
/proc/31876/stat : 31876 (scip-2.1.1.4exp) R 31874 31876 30301 0 -1 4202496 264116 0 0 0 179224 336 0 0 20 0 1 0 269634649 423100416 99098 33554432000 4194304 10219143 140734331703488 140734331699416 8077296 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31876/statm: 103296 99098 858 1471 0 101816 0
Current children cumulated CPU time (s) 1795.6
Current children cumulated vsize (KiB) 413184

[startup+1796.7 s]
/proc/loadavg: 2.03 2.02 2.00 3/177 31969
/proc/meminfo: memFree=28199332/32873844 swapFree=7620/7620
[pid=31876] ppid=31874 vsize=413184 CPUtime=1796.41 cores=1,3,5,7
/proc/31876/stat : 31876 (scip-2.1.1.4exp) R 31874 31876 30301 0 -1 4202496 264116 0 0 0 179304 337 0 0 20 0 1 0 269634649 423100416 99098 33554432000 4194304 10219143 140734331703488 140734331696424 8077296 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31876/statm: 103296 99098 858 1471 0 101816 0
Current children cumulated CPU time (s) 1796.41
Current children cumulated vsize (KiB) 413184

[startup+1797.1 s]
/proc/loadavg: 2.03 2.02 2.00 3/177 31969
/proc/meminfo: memFree=28199332/32873844 swapFree=7620/7620
[pid=31876] ppid=31874 vsize=413184 CPUtime=1796.8 cores=1,3,5,7
/proc/31876/stat : 31876 (scip-2.1.1.4exp) R 31874 31876 30301 0 -1 4202496 264120 0 0 0 179343 337 0 0 20 0 1 0 269634649 423100416 99102 33554432000 4194304 10219143 140734331703488 140734331696424 5123003 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/31876/statm: 103296 99102 862 1471 0 101816 0
Current children cumulated CPU time (s) 1796.8
Current children cumulated vsize (KiB) 413184

[startup+1797.2 s]
/proc/loadavg: 2.03 2.02 2.00 3/177 31969
/proc/meminfo: memFree=28199332/32873844 swapFree=7620/7620
[pid=31876] ppid=31874 vsize=408064 CPUtime=1796.9 cores=1,3,5,7
/proc/31876/stat : 31876 (scip-2.1.1.4exp) R 31874 31876 30301 0 -1 4202496 264120 0 0 0 179353 337 0 0 20 0 1 0 269634649 417857536 97822 33554432000 4194304 10219143 140734331703488 140734331702616 5930736 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/31876/statm: 102016 97822 862 1471 0 100536 0
Current children cumulated CPU time (s) 1796.9
Current children cumulated vsize (KiB) 408064

Child status: 0
Real time (s): 1797.28
CPU time (s): 1796.99
CPU user time (s): 1793.6
CPU system time (s): 3.38948
CPU usage (%): 99.9839
Max. virtual memory (cumulated for all children) (KiB): 529904

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.6
system time used= 3.38948
maximum resident set size= 506544
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 264122
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= 19
involuntary context switches= 1850

runsolver used 3.44747 second user time and 7.82581 second system time

The end

Launcher Data

Begin job on node107 at 2012-05-26 14:24:21
IDJOB=3692149
IDBENCH=2947
IDSOLVER=2271
FILE ID=node107/3692149-1338035061
RUNJOBID= node107-1338029651-31451
PBS_JOBID= 14624364
Free space on /tmp= 71556 MiB

SOLVER NAME= SCIP spx E SCIP 2.1.1.4. Exp with SoPlex 1.6.0.3 fixed
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/bounded_golomb_rulers/normalized-bogr_20.opb
COMMAND LINE= HOME/scip-2.1.1.4expfix.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3692149-1338035061/watcher-3692149-1338035061 -o /tmp/evaluation-result-3692149-1338035061/solver-3692149-1338035061 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4expfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3692149-1338035061.opb -t 1800 -m 15500

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

MD5SUM BENCH= 601a73d2c5752739e04dd0126b5500f0
RANDOM SEED=2130001685

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.760
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.86
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.760
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:        28486940 kB
Buffers:          241224 kB
Cached:          3202836 kB
SwapCached:            0 kB
Active:           832688 kB
Inactive:        2780344 kB
Active(anon):     171772 kB
Inactive(anon):        0 kB
Active(file):     660916 kB
Inactive(file):  2780344 kB
Unevictable:        7620 kB
Mlocked:            7620 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             36656 kB
Writeback:             0 kB
AnonPages:        176452 kB
Mapped:            17596 kB
Shmem:               200 kB
Slab:             633620 kB
SReclaimable:      75864 kB
SUnreclaim:       557756 kB
KernelStack:        1480 kB
PageTables:         4532 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     290612 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 71544 MiB
End job on node107 at 2012-05-26 14:54:18