Trace number 3692967

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 NameAnswerCPU timeWall clock time
SCIP spx standard SCIP 2.1.1.4. with SoPlex 1.6.0.3 standard fixed? 1797.3 1797.58

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-73.opb
MD5SUM56a27796f1168612394e164ff5d947f7
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7936
Total number of constraints176837
Number of constraints which are clauses158928
Number of constraints which are cardinality constraints (but not clauses)563
Number of constraints which are nor clauses,nor cardinality constraints17346
Minimum length of a constraint2
Maximum length of a constraint195
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 196
Number of bits of the biggest sum of numbers8
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-3692967-1338041123.opb>
0.38/0.48	c original problem has 7936 variables (7936 bin, 0 int, 0 impl, 0 cont) and 176837 constraints
0.38/0.48	c problem read in 0.48
0.89/1.00	c presolving:
1.49/1.75	c (round 1) 1 del vars, 1 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 85792 impls, 287 clqs
2.98/3.07	c (round 2) 1 del vars, 30 del conss, 0 add conss, 0 chg bounds, 7 chg sides, 0 chg coeffs, 176850 upgd conss, 85792 impls, 287 clqs
3.49/3.56	c (round 3) 1 del vars, 52 del conss, 0 add conss, 0 chg bounds, 7 chg sides, 0 chg coeffs, 176850 upgd conss, 85792 impls, 287 clqs
7.98/8.08	c    (8.1s) probing: 431/7935 (5.4%) - 0 fixings, 0 aggregations, 14123 implications, 0 bound changes
7.98/8.08	c    (8.1s) probing aborted: 50/50 successive totally useless probings
8.39/8.45	c presolving (4 rounds):
8.39/8.45	c  1 deleted vars, 52 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 7 changed sides, 0 changed coefficients
8.39/8.45	c  114038 implications, 287 cliques
8.39/8.45	c presolved problem has 7935 variables (7935 bin, 0 int, 0 impl, 0 cont) and 176785 constraints
8.39/8.45	c   17621 constraints of type <knapsack>
8.39/8.45	c   37799 constraints of type <setppc>
8.39/8.45	c       1 constraints of type <linear>
8.39/8.45	c  121364 constraints of type <logicor>
8.39/8.45	c transformed objective value is always integral (scale: 1)
8.39/8.45	c Presolving Time: 7.84
8.39/8.45	c - non default parameters ----------------------------------------------------------------------
8.39/8.45	c # SCIP version 2.1.1.4
8.39/8.45	c 
8.39/8.45	c # maximal time in seconds to run
8.39/8.45	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
8.39/8.45	c limits/time = 1797
8.39/8.45	c 
8.39/8.45	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
8.39/8.45	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
8.39/8.45	c limits/memory = 13950
8.39/8.45	c 
8.39/8.45	c # default clock type (1: CPU user seconds, 2: wall clock time)
8.39/8.45	c # [type: int, range: [1,2], default: 1]
8.39/8.45	c timing/clocktype = 2
8.39/8.45	c 
8.39/8.45	c # belongs reading time to solving time?
8.39/8.45	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
8.39/8.45	c timing/reading = TRUE
8.39/8.45	c 
8.39/8.45	c -----------------------------------------------------------------------------------------------
8.39/8.45	c start solving
8.39/8.46	c 
10.49/10.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
10.49/10.52	c  10.5s|     1 |     0 |  1512 |     - | 273M|   0 | 621 |7935 | 176k|7935 | 176k|   0 |  28 |   0 | 0.000000e+00 |      --      |    Inf 
56.98/57.03	c  57.0s|     1 |     0 | 14847 |     - | 278M|   0 |2313 |7935 | 176k|7935 | 176k|  13 |  28 |   0 | 0.000000e+00 |      --      |    Inf 
77.88/77.93	c  77.9s|     1 |     0 | 16026 |     - | 279M|   0 |2538 |7935 | 176k|7935 | 176k|  59 |  28 |   0 | 0.000000e+00 |      --      |    Inf 
102.57/102.70	c   103s|     1 |     0 | 17852 |     - | 280M|   0 |2944 |7935 | 176k|7935 | 176k| 130 |  28 |   0 | 0.000000e+00 |      --      |    Inf 
140.37/140.47	c   140s|     1 |     0 | 20901 |     - | 283M|   0 |3051 |7935 | 176k|7935 | 176k| 193 |  28 |   0 | 0.000000e+00 |      --      |    Inf 
167.17/167.24	c   167s|     1 |     0 | 22655 |     - | 286M|   0 |2946 |7935 | 176k|7935 | 177k| 249 |  28 |   0 | 0.000000e+00 |      --      |    Inf 
209.85/209.92	c   210s|     1 |     0 | 24672 |     - | 291M|   0 |3141 |7935 | 176k|7935 | 177k| 284 |  28 |   0 | 0.000000e+00 |      --      |    Inf 
249.35/249.49	c   249s|     1 |     2 | 24672 |     - | 291M|   0 |3141 |7935 | 176k|7935 | 177k| 284 |  28 |  17 | 0.000000e+00 |      --      |    Inf 
921.34/921.50	c   921s|   100 |    84 | 61274 | 369.7 | 297M|  80 | 933 |7935 | 176k|7935 | 176k| 284 |  70 | 195 | 0.000000e+00 |      --      |    Inf 
1264.99/1265.29	c  1265s|   200 |   100 | 99109 | 374.1 | 298M| 128 | 962 |7935 | 176k|7935 | 176k| 284 | 196 | 211 | 0.000000e+00 |      --      |    Inf 
1528.45/1528.70	c  1529s|   300 |    86 |136376 | 373.6 | 298M| 128 |1431 |7935 | 177k|7935 | 176k| 284 | 347 | 275 | 0.000000e+00 |      --      |    Inf 
1581.25/1581.50	c  1581s|   400 |   137 |144849 | 301.2 | 301M| 128 |   - |7935 | 177k|   0 |   0 | 284 | 437 | 291 | 0.000000e+00 |      --      |    Inf 
1649.84/1650.13	c  1650s|   500 |   170 |152567 | 256.3 | 302M| 128 |   - |7935 | 177k|   0 |   0 | 284 | 594 | 307 | 0.000000e+00 |      --      |    Inf 
1667.44/1667.72	c  1668s|   600 |   148 |154827 | 217.3 | 301M| 128 |1325 |7935 | 177k|7935 | 176k| 284 | 885 | 307 | 0.000000e+00 |      --      |    Inf 
1700.02/1700.30	c  1700s|   700 |   147 |156953 | 189.2 | 301M| 128 |   - |7935 | 177k|   0 |   0 | 284 |1145 | 346 | 0.000000e+00 |      --      |    Inf 
1723.52/1723.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1723.52/1723.87	c  1724s|   800 |   147 |159108 | 168.3 | 302M| 128 |   - |7935 | 178k|   0 |   0 | 284 |1426 | 361 | 0.000000e+00 |      --      |    Inf 
1755.32/1755.69	c  1756s|   900 |   147 |161237 | 151.9 | 301M| 128 |1338 |7935 | 178k|7935 | 176k| 284 |1726 | 395 | 0.000000e+00 |      --      |    Inf 
1777.32/1777.66	c  1778s|  1000 |   148 |162783 | 138.2 | 302M| 128 |1334 |7935 | 178k|7935 | 176k| 284 |1948 | 408 | 0.000000e+00 |      --      |    Inf 
1796.71/1797.03	c 
1796.71/1797.03	c SCIP Status        : solving was interrupted [time limit reached]
1796.71/1797.03	c Solving Time (sec) : 1797.02
1796.71/1797.03	c Solving Nodes      : 1033
1796.71/1797.03	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1796.71/1797.03	c Dual Bound         : +0.00000000000000e+00
1796.71/1797.03	c Gap                : infinite
1796.71/1797.03	s UNKNOWN
1796.71/1797.03	c SCIP Status        : solving was interrupted [time limit reached]
1796.71/1797.03	c Total Time         :    1797.02
1796.71/1797.03	c   solving          :    1797.02
1796.71/1797.03	c   presolving       :       7.84 (included in solving)
1796.71/1797.03	c   reading          :       0.48 (included in solving)
1796.71/1797.03	c   copying          :       0.31 (1 #copies) (minimal 0.31, maximal 0.31, average 0.31)
1796.71/1797.03	c Original Problem   :
1796.71/1797.03	c   Problem name     : HOME/instance-3692967-1338041123.opb
1796.71/1797.03	c   Variables        : 7936 (7936 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.71/1797.03	c   Constraints      : 176837 initial, 176837 maximal
1796.71/1797.03	c   Objective sense  : minimize
1796.71/1797.03	c Presolved Problem  :
1796.71/1797.03	c   Problem name     : t_HOME/instance-3692967-1338041123.opb
1796.71/1797.03	c   Variables        : 7935 (7935 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.71/1797.03	c   Constraints      : 176785 initial, 178356 maximal
1796.71/1797.03	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1796.71/1797.03	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.03	c   trivial          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.03	c   dualfix          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.03	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.03	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.03	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.03	c   gateextraction   :       0.06       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.03	c   implics          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.03	c   components       :       0.08       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.03	c   pseudoobj        :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.03	c   probing          :       4.07       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.03	c   knapsack         :       0.10       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.03	c   setppc           :       0.14       0.00          0          0          0          0          0         22          0          0          0
1796.71/1797.03	c   linear           :       1.55       0.00          0          1          0          0          0          8          0          7          0
1796.71/1797.03	c   logicor          :       1.01       0.29          0          0          0          0          0         22          0          0          0
1796.71/1797.03	c   root node        :          -          -          0          -          -          0          -          -          -          -          -
1796.71/1797.03	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
1796.71/1797.03	c   integral         :          0          0          0          0        748          0          4          0          1         46          0          0       1466
1796.71/1797.03	c   knapsack         :      17621      17621          6       8724          0          0          3       6814         40       2751        337          0          0
1796.71/1797.03	c   setppc           :      37799      37799          6       8684          0          0          2      38532         62      10593          0          0          0
1796.71/1797.03	c   linear           :          1          1          6       8511          0          0          0         18          0          0          0          0          0
1796.71/1797.03	c   logicor          :     121364+    122935          6       6013          0          0          0      18075        292      10293          1          0          0
1796.71/1797.03	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0          0
1796.71/1797.03	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
1796.71/1797.03	c   integral         :     798.81       0.00       0.00       0.00     798.81       0.00       0.00       0.00
1796.71/1797.03	c   knapsack         :       4.97       0.00       0.16       4.79       0.00       0.00       0.01       0.01
1796.71/1797.03	c   setppc           :       5.18       0.00       0.02       5.12       0.00       0.00       0.00       0.04
1796.71/1797.03	c   linear           :       0.01       0.00       0.00       0.01       0.00       0.00       0.00       0.00
1796.71/1797.03	c   logicor          :       1.23       0.29       0.05       0.86       0.00       0.00       0.00       0.03
1796.71/1797.03	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1796.71/1797.03	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
1796.71/1797.03	c   rootredcost      :          0          0          0          0
1796.71/1797.03	c   pseudoobj        :          0          0          0          0
1796.71/1797.03	c   vbounds          :          0          0          0          0
1796.71/1797.03	c   redcost          :        754          0          0          0
1796.71/1797.03	c   probing          :          0          0          0          0
1796.71/1797.03	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
1796.71/1797.03	c   rootredcost      :       0.01       0.00       0.00       0.01       0.00
1796.71/1797.03	c   pseudoobj        :       0.01       0.00       0.00       0.01       0.00
1796.71/1797.03	c   vbounds          :       0.01       0.00       0.00       0.01       0.00
1796.71/1797.03	c   redcost          :       0.09       0.00       0.00       0.09       0.00
1796.71/1797.03	c   probing          :       4.07       0.00       4.07       0.00       0.00
1796.71/1797.03	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.71/1797.03	c   propagation      :       0.16        394        394       4431       79.8        537        7.2          -
1796.71/1797.03	c   infeasible LP    :       0.43         82         82       1300       77.4        142        5.2          0
1796.71/1797.03	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.71/1797.03	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.71/1797.03	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.71/1797.03	c   applied globally :          -          -          -       2023       30.3          -          -          -
1796.71/1797.03	c   applied locally  :          -          -          -          0        0.0          -          -          -
1796.71/1797.03	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
1796.71/1797.03	c   cut pool         :       0.00                     5          -          -         66          -    (maximal pool size: 1666)
1796.71/1797.03	c   closecuts        :       0.00       0.00          0          0          0          0          0
1796.71/1797.03	c   impliedbounds    :       0.01       0.00          6          0          0         92          0
1796.71/1797.03	c   intobj           :       0.00       0.00          0          0          0          0          0
1796.71/1797.03	c   gomory           :      21.41       0.00          6          0          0        300          0
1796.71/1797.03	c   cgmip            :       0.00       0.00          0          0          0          0          0
1796.71/1797.03	c   strongcg         :      14.54       0.00          6          0          0       3000          0
1796.71/1797.03	c   cmir             :      10.47       0.00          6          0          0          0          0
1796.71/1797.03	c   flowcover        :      85.41       0.00          6          0          0        239          0
1796.71/1797.03	c   clique           :       0.54       0.00          6          0          0         47          0
1796.71/1797.03	c   zerohalf         :       0.00       0.00          0          0          0          0          0
1796.71/1797.03	c   mcf              :       0.28       0.00          1          0          0          0          0
1796.71/1797.03	c   oddcycle         :       0.00       0.00          0          0          0          0          0
1796.71/1797.03	c   rapidlearning    :       0.00       0.00          0          0          0          0          0
1796.71/1797.03	c Pricers            :   ExecTime  SetupTime      Calls       Vars
1796.71/1797.03	c   problem variables:       0.00          -          0          0
1796.71/1797.03	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.71/1797.03	c   relpscost        :     798.81       0.00        748          1         46          0          0       1466
1796.71/1797.03	c   pscost           :       0.00       0.00          0          0          0          0          0          0
1796.71/1797.03	c   inference        :       0.00       0.00          0          0          0          0          0          0
1796.71/1797.03	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
1796.71/1797.03	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
1796.71/1797.03	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
1796.71/1797.03	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
1796.71/1797.03	c   random           :       0.00       0.00          0          0          0          0          0          0
1796.71/1797.03	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found
1796.71/1797.03	c   LP solutions     :       0.00          -          -          0
1796.71/1797.03	c   pseudo solutions :       0.00          -          -          0
1796.71/1797.03	c   oneopt           :       0.00       0.00          0          0
1796.71/1797.03	c   crossover        :       0.00       0.00          0          0
1796.71/1797.03	c   linesearchdiving :       0.00       0.00          0          0
1796.71/1797.03	c   guideddiving     :       0.00       0.00          0          0
1796.71/1797.03	c   intshifting      :       0.00       0.00          0          0
1796.71/1797.03	c   coefdiving       :     195.90       0.00          1          0
1796.71/1797.03	c   pscostdiving     :      13.37       0.00          1          0
1796.71/1797.03	c   fracdiving       :      33.44       0.00          1          0
1796.71/1797.03	c   veclendiving     :       9.13       0.00          1          0
1796.71/1797.03	c   objpscostdiving  :       6.63       0.00          1          0
1796.71/1797.03	c   feaspump         :      25.84       0.00          1          0
1796.71/1797.03	c   smallcard        :       0.00       0.00          0          0
1796.71/1797.03	c   trivial          :       0.01       0.00          2          0
1796.71/1797.03	c   shiftandpropagate:       0.71       0.00          1          0
1796.71/1797.03	c   simplerounding   :       0.00       0.00          0          0
1796.71/1797.03	c   zirounding       :       5.11       0.00          0          0
1796.71/1797.03	c   rounding         :       3.24       0.00        348          0
1796.71/1797.03	c   shifting         :      12.84       0.00        101          0
1796.71/1797.03	c   twoopt           :       0.00       0.00          0          0
1796.71/1797.03	c   indoneopt        :       0.00       0.00          0          0
1796.71/1797.03	c   indtwoopt        :       0.00       0.00          0          0
1796.71/1797.03	c   fixandinfer      :       0.00       0.00          0          0
1796.71/1797.03	c   clique           :       0.00       0.00          0          0
1796.71/1797.03	c   indrounding      :       0.00       0.00          0          0
1796.71/1797.03	c   indcoefdiving    :       0.00       0.00          0          0
1796.71/1797.03	c   nlpdiving        :       0.00       0.00          0          0
1796.71/1797.03	c   intdiving        :       0.00       0.00          0          0
1796.71/1797.03	c   actconsdiving    :       0.00       0.00          0          0
1796.71/1797.03	c   rootsoldiving    :      13.49       0.00          1          0
1796.71/1797.03	c   octane           :       0.00       0.00          0          0
1796.71/1797.03	c   rens             :       1.68       0.00          1          0
1796.71/1797.03	c   rins             :       0.00       0.00          0          0
1796.71/1797.03	c   localbranching   :       0.00       0.00          0          0
1796.71/1797.03	c   mutation         :       0.00       0.00          0          0
1796.71/1797.03	c   dins             :       0.00       0.00          0          0
1796.71/1797.03	c   vbounds          :       0.00       0.00          0          0
1796.71/1797.03	c   undercover       :       0.00       0.00          0          0
1796.71/1797.03	c   subnlp           :       0.00       0.00          0          0
1796.71/1797.03	c   trysol           :       0.00       0.00          0          0
1796.71/1797.03	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
1796.71/1797.03	c   primal LP        :       0.13          1          0       0.00       0.00       0.13          1
1796.71/1797.03	c   dual LP          :     511.13        838     129857     155.33     254.06       0.18          2
1796.71/1797.03	c   lex dual LP      :       0.00          0          0       0.00          -
1796.71/1797.03	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
1796.71/1797.03	c   diving/probing LP:     263.42       1573      39950      25.40     151.66
1796.71/1797.03	c   strong branching :     798.25        410     177394     432.67     222.23
1796.71/1797.03	c     (at root node) :          -         17       7579     445.82          -
1796.71/1797.03	c   conflict analysis:       0.00          0          0       0.00          -
1796.71/1797.03	c B&B Tree           :
1796.71/1797.03	c   number of runs   :          1
1796.71/1797.03	c   nodes            :       1033
1796.71/1797.03	c   nodes (total)    :       1033
1796.71/1797.03	c   nodes left       :        143
1796.71/1797.03	c   max depth        :        128
1796.71/1797.03	c   max depth (total):        128
1796.71/1797.03	c   backtracks       :        204 (19.7%)
1796.71/1797.03	c   delayed cutoffs  :        291
1796.71/1797.03	c   repropagations   :       2587 (3726 domain reductions, 156 cutoffs)
1796.71/1797.03	c   avg switch length:       6.88
1796.71/1797.03	c   switching time   :       2.24
1796.71/1797.03	c Solution           :
1796.71/1797.03	c   Solutions found  :          0 (0 improvements)
1796.71/1797.03	c   Primal Bound     :          -
1796.71/1797.03	c   Dual Bound       : +0.00000000000000e+00
1796.71/1797.03	c   Gap              :   infinite
1796.71/1797.03	c   Root Dual Bound  : +0.00000000000000e+00
1796.71/1797.03	c   Root Iterations  :      24672
1797.21/1797.57	c Time complete: 1797.29.

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-3692967-1338041123/watcher-3692967-1338041123 -o /tmp/evaluation-result-3692967-1338041123/solver-3692967-1338041123 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3692967-1338041123.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: 1.99 1.98 1.99 3/176 3875
/proc/meminfo: memFree=26816452/32873844 swapFree=7356/7356
[pid=3875] ppid=3873 vsize=10092 CPUtime=0 cores=1,3,5,7
/proc/3875/stat : 3875 (scip-2.1.1.4sfi) R 3873 3875 1047 0 -1 4202496 1275 0 0 0 0 0 0 0 20 0 1 0 270240930 10334208 1230 33554432000 4194304 10169799 140733235310688 140733235176680 7543003 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3875/statm: 2523 1230 409 1459 0 1055 0

[startup+0.0680869 s]
/proc/loadavg: 1.99 1.98 1.99 3/176 3875
/proc/meminfo: memFree=26816452/32873844 swapFree=7356/7356
[pid=3875] ppid=3873 vsize=19388 CPUtime=0.05 cores=1,3,5,7
/proc/3875/stat : 3875 (scip-2.1.1.4sfi) R 3873 3875 1047 0 -1 4202496 3601 0 0 0 5 0 0 0 20 0 1 0 270240930 19853312 3556 33554432000 4194304 10169799 140733235310688 140733235176680 7543003 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3875/statm: 4847 3556 409 1459 0 3379 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 19388

[startup+0.100365 s]
/proc/loadavg: 1.99 1.98 1.99 3/176 3875
/proc/meminfo: memFree=26816452/32873844 swapFree=7356/7356
[pid=3875] ppid=3873 vsize=23864 CPUtime=0.09 cores=1,3,5,7
/proc/3875/stat : 3875 (scip-2.1.1.4sfi) R 3873 3875 1047 0 -1 4202496 4690 0 0 0 8 1 0 0 20 0 1 0 270240930 24436736 4645 33554432000 4194304 10169799 140733235310688 140733235176680 5477139 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3875/statm: 5966 4645 409 1459 0 4498 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23864

[startup+0.30031 s]
/proc/loadavg: 1.99 1.98 1.99 3/176 3875
/proc/meminfo: memFree=26816452/32873844 swapFree=7356/7356
[pid=3875] ppid=3873 vsize=49508 CPUtime=0.29 cores=1,3,5,7
/proc/3875/stat : 3875 (scip-2.1.1.4sfi) R 3873 3875 1047 0 -1 4202496 11132 0 0 0 28 1 0 0 20 0 1 0 270240930 50696192 11087 33554432000 4194304 10169799 140733235310688 140733235176680 8982256 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3875/statm: 12377 11087 409 1459 0 10909 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 49508

[startup+0.700314 s]
/proc/loadavg: 1.99 1.98 1.99 3/176 3875
/proc/meminfo: memFree=26816452/32873844 swapFree=7356/7356
[pid=3875] ppid=3873 vsize=177984 CPUtime=0.69 cores=1,3,5,7
/proc/3875/stat : 3875 (scip-2.1.1.4sfi) R 3873 3875 1047 0 -1 4202496 42725 0 0 0 63 6 0 0 20 0 1 0 270240930 182255616 42586 33554432000 4194304 10169799 140733235310688 140733235176424 4933777 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3875/statm: 44496 42586 497 1459 0 43028 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 177984

[startup+1.50032 s]
/proc/loadavg: 1.99 1.98 1.99 3/177 3876
/proc/meminfo: memFree=26585192/32873844 swapFree=7356/7356
[pid=3875] ppid=3873 vsize=244780 CPUtime=1.49 cores=1,3,5,7
/proc/3875/stat : 3875 (scip-2.1.1.4sfi) R 3873 3875 1047 0 -1 4202496 67932 0 0 0 115 34 0 0 20 0 1 0 270240930 250654720 58789 33554432000 4194304 10169799 140733235310688 140733235308840 8961143 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3875/statm: 61195 58789 554 1459 0 59727 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 244780

[startup+3.10028 s]
/proc/loadavg: 1.99 1.98 1.99 3/177 3876
/proc/meminfo: memFree=26556524/32873844 swapFree=7356/7356
[pid=3875] ppid=3873 vsize=288236 CPUtime=3.09 cores=1,3,5,7
/proc/3875/stat : 3875 (scip-2.1.1.4sfi) R 3873 3875 1047 0 -1 4202496 89602 0 0 0 217 92 0 0 20 0 1 0 270240930 295153664 69376 33554432000 4194304 10169799 140733235310688 140733235308840 8961143 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3875/statm: 72059 69376 586 1459 0 70591 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 288236

[startup+6.30034 s]
/proc/loadavg: 1.99 1.98 1.99 3/177 3876
/proc/meminfo: memFree=26538648/32873844 swapFree=7356/7356
[pid=3875] ppid=3873 vsize=288892 CPUtime=6.29 cores=1,3,5,7
/proc/3875/stat : 3875 (scip-2.1.1.4sfi) R 3873 3875 1047 0 -1 4202496 90020 0 0 0 493 136 0 0 20 0 1 0 270240930 295825408 69776 33554432000 4194304 10169799 140733235310688 140733235308248 8961143 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3875/statm: 72223 69776 616 1459 0 70755 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 288892

[startup+12.7004 s]
/proc/loadavg: 1.99 1.98 1.99 3/177 3876
/proc/meminfo: memFree=26218460/32873844 swapFree=7356/7356
[pid=3875] ppid=3873 vsize=621044 CPUtime=12.69 cores=1,3,5,7
/proc/3875/stat : 3875 (scip-2.1.1.4sfi) R 3873 3875 1047 0 -1 4202496 138472 0 0 0 1120 149 0 0 20 0 1 0 270240930 635949056 149871 33554432000 4194304 10169799 140733235310688 140733235303000 8036954 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3875/statm: 155261 149871 785 1459 0 153793 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 621044

[startup+25.5005 s]
/proc/loadavg: 1.99 1.98 1.99 3/177 3876
/proc/meminfo: memFree=26217692/32873844 swapFree=7356/7356
[pid=3875] ppid=3873 vsize=621044 CPUtime=25.48 cores=1,3,5,7
/proc/3875/stat : 3875 (scip-2.1.1.4sfi) R 3873 3875 1047 0 -1 4202496 138605 0 0 0 2397 151 0 0 20 0 1 0 270240930 635949056 150004 33554432000 4194304 10169799 140733235310688 140733235302264 8004375 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3875/statm: 155261 150004 785 1459 0 153793 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 621044

[startup+51.1003 s]
/proc/loadavg: 2.07 2.00 2.00 3/177 3876
/proc/meminfo: memFree=26217784/32873844 swapFree=7356/7356
[pid=3875] ppid=3873 vsize=621044 CPUtime=51.08 cores=1,3,5,7
/proc/3875/stat : 3875 (scip-2.1.1.4sfi) R 3873 3875 1047 0 -1 4202496 138695 0 0 0 4953 155 0 0 20 0 1 0 270240930 635949056 150061 33554432000 4194304 10169799 140733235310688 140733235307000 7280653 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3875/statm: 155261 150061 803 1459 0 153793 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 621044

[startup+102.3 s]
/proc/loadavg: 2.03 2.00 2.00 3/177 3877
/proc/meminfo: memFree=26146356/32873844 swapFree=7356/7356
[pid=3875] ppid=3873 vsize=683812 CPUtime=102.28 cores=1,3,5,7
/proc/3875/stat : 3875 (scip-2.1.1.4sfi) R 3873 3875 1047 0 -1 4202496 144614 0 0 0 10061 167 0 0 20 0 1 0 270240930 700223488 167708 33554432000 4194304 10169799 140733235310688 140733235305096 8030352 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3875/statm: 170953 167708 818 1459 0 169485 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 683812

[startup+162.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 3877
/proc/meminfo: memFree=26126404/32873844 swapFree=7356/7356
[pid=3875] ppid=3873 vsize=702396 CPUtime=162.26 cores=1,3,5,7
/proc/3875/stat : 3875 (scip-2.1.1.4sfi) R 3873 3875 1047 0 -1 4202496 145308 0 0 0 16053 173 0 0 20 0 1 0 270240930 719253504 172486 33554432000 4194304 10169799 140733235310688 140733235305096 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3875/statm: 175599 172486 818 1459 0 174131 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 702396

[startup+222.307 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 3877
/proc/meminfo: memFree=26146044/32873844 swapFree=7356/7356
[pid=3875] ppid=3873 vsize=693124 CPUtime=222.26 cores=1,3,5,7
/proc/3875/stat : 3875 (scip-2.1.1.4sfi) R 3873 3875 1047 0 -1 4202496 190239 0 0 0 21998 228 0 0 20 0 1 0 270240930 709758976 167687 33554432000 4194304 10169799 140733235310688 140733235304552 8009536 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3875/statm: 173281 167687 854 1459 0 171813 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 693124

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 3880
/proc/meminfo: memFree=26143812/32873844 swapFree=7356/7356
[pid=3875] ppid=3873 vsize=693124 CPUtime=282.25 cores=1,3,5,7
/proc/3875/stat : 3875 (scip-2.1.1.4sfi) R 3873 3875 1047 0 -1 4202496 190391 0 0 0 27991 234 0 0 20 0 1 0 270240930 709758976 168135 33554432000 4194304 10169799 140733235310688 140733235305672 8030352 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3875/statm: 173281 168135 855 1459 0 171813 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 693124

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3880
/proc/meminfo: memFree=26019804/32873844 swapFree=7356/7356
[pid=3875] ppid=3873 vsize=709956 CPUtime=342.23 cores=1,3,5,7
/proc/3875/stat : 3875 (scip-2.1.1.4sfi) R 3873 3875 1047 0 -1 4202496 191799 0 0 0 33982 241 0 0 20 0 1 0 270240930 726994944 173943 33554432000 4194304 10169799 140733235310688 140733235304552 7968532 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3875/statm: 177489 173943 855 1459 0 176021 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 709956

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3881
/proc/meminfo: memFree=26018420/32873844 swapFree=7356/7356
[pid=3875] ppid=3873 vsize=710164 CPUtime=402.22 cores=1,3,5,7
/proc/3875/stat : 3875 (scip-2.1.1.4sfi) R 3873 3875 1047 0 -1 4202496 191845 0 0 0 39972 250 0 0 20 0 1 0 270240930 727207936 174037 33554432000 4194304 10169799 140733235310688 140733235305288 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3875/statm: 177541 174037 855 1459 0 176073 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 710164

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3881
/proc/meminfo: memFree=26003544/32873844 swapFree=7356/7356
[pid=3875] ppid=3873 vsize=710164 CPUtime=462.21 cores=1,3,5,7
/proc/3875/stat : 3875 (scip-2.1.1.4sfi) R 3873 3875 1047 0 -1 4202496 191855 0 0 0 45965 256 0 0 20 0 1 0 270240930 727207936 175128 33554432000 4194304 10169799 140733235310688 140733235305288 7909012 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3875/statm: 177541 175128 855 1459 0 176073 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 710164

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3881
/proc/meminfo: memFree=26003576/32873844 swapFree=7356/7356
[pid=3875] ppid=3873 vsize=710164 CPUtime=522.2 cores=1,3,5,7
/proc/3875/stat : 3875 (scip-2.1.1.4sfi) R 3873 3875 1047 0 -1 4202496 191856 0 0 0 51956 264 0 0 20 0 1 0 270240930 727207936 175131 33554432000 4194304 10169799 140733235310688 140733235305384 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3875/statm: 177541 175131 855 1459 0 176073 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 710164

[startup+582.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 3881
/proc/meminfo: memFree=25991496/32873844 swapFree=7356/7356
[pid=3875] ppid=3873 vsize=710164 CPUtime=582.2 cores=1,3,5,7
/proc/3875/stat : 3875 (scip-2.1.1.4sfi) R 3873 3875 1047 0 -1 4202496 191859 0 0 0 57951 269 0 0 20 0 1 0 270240930 727207936 175391 33554432000 4194304 10169799 140733235310688 140733235305016 8030232 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3875/statm: 177541 175391 855 1459 0 176073 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 710164

[startup+642.3 s]

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

/proc/meminfo: memFree=26067840/32873844 swapFree=7356/7356
[pid=3875] ppid=3873 vsize=730096 CPUtime=1122.11 cores=1,3,5,7
/proc/3875/stat : 3875 (scip-2.1.1.4sfi) R 3873 3875 1047 0 -1 4202496 198076 0 0 0 111881 330 0 0 20 0 1 0 270240930 747618304 181267 33554432000 4194304 10169799 140733235310688 140733235304280 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3875/statm: 182524 181267 856 1459 0 181056 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 730096

[startup+1182.3 s]
/proc/loadavg: 2.04 2.01 2.00 4/177 3924
/proc/meminfo: memFree=26067964/32873844 swapFree=7356/7356
[pid=3875] ppid=3873 vsize=730096 CPUtime=1182.11 cores=1,3,5,7
/proc/3875/stat : 3875 (scip-2.1.1.4sfi) R 3873 3875 1047 0 -1 4202496 198076 0 0 0 117876 335 0 0 20 0 1 0 270240930 747618304 181267 33554432000 4194304 10169799 140733235310688 140733235304936 8044862 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3875/statm: 182524 181267 856 1459 0 181056 0
Current children cumulated CPU time (s) 1182.11
Current children cumulated vsize (KiB) 730096

[startup+1242.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 3924
/proc/meminfo: memFree=26067824/32873844 swapFree=7356/7356
[pid=3875] ppid=3873 vsize=730096 CPUtime=1242.09 cores=1,3,5,7
/proc/3875/stat : 3875 (scip-2.1.1.4sfi) R 3873 3875 1047 0 -1 4202496 198076 0 0 0 123870 339 0 0 20 0 1 0 270240930 747618304 181267 33554432000 4194304 10169799 140733235310688 140733235306664 5120223 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3875/statm: 182524 181267 856 1459 0 181056 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 730096

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3925
/proc/meminfo: memFree=26110736/32873844 swapFree=7356/7356
[pid=3875] ppid=3873 vsize=692524 CPUtime=1302.08 cores=1,3,5,7
/proc/3875/stat : 3875 (scip-2.1.1.4sfi) R 3873 3875 1047 0 -1 4202496 199693 0 0 0 129862 346 0 0 20 0 1 0 270240930 709144576 170480 33554432000 4194304 10169799 140733235310688 140733235304360 8009933 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3875/statm: 173131 170480 856 1459 0 171663 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 692524

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3925
/proc/meminfo: memFree=26127764/32873844 swapFree=7356/7356
[pid=3875] ppid=3873 vsize=692736 CPUtime=1362.08 cores=1,3,5,7
/proc/3875/stat : 3875 (scip-2.1.1.4sfi) R 3873 3875 1047 0 -1 4202496 202429 0 0 0 135852 356 0 0 20 0 1 0 270240930 709361664 166265 33554432000 4194304 10169799 140733235310688 140733235305208 7893573 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3875/statm: 173184 166265 856 1459 0 171716 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 692736

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3925
/proc/meminfo: memFree=26101420/32873844 swapFree=7356/7356
[pid=3875] ppid=3873 vsize=709100 CPUtime=1422.07 cores=1,3,5,7
/proc/3875/stat : 3875 (scip-2.1.1.4sfi) R 3873 3875 1047 0 -1 4202496 203395 0 0 0 141844 363 0 0 20 0 1 0 270240930 726118400 172852 33554432000 4194304 10169799 140733235310688 140733235305672 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3875/statm: 177275 172852 856 1459 0 175807 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 709100

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 3928
/proc/meminfo: memFree=26100408/32873844 swapFree=7356/7356
[pid=3875] ppid=3873 vsize=709100 CPUtime=1482.06 cores=1,3,5,7
/proc/3875/stat : 3875 (scip-2.1.1.4sfi) R 3873 3875 1047 0 -1 4202496 203671 0 0 0 147836 370 0 0 20 0 1 0 270240930 726118400 173128 33554432000 4194304 10169799 140733235310688 140733235306872 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3875/statm: 177275 173128 856 1459 0 175807 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 709100

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3928
/proc/meminfo: memFree=26100856/32873844 swapFree=7356/7356
[pid=3875] ppid=3873 vsize=709100 CPUtime=1542.06 cores=1,3,5,7
/proc/3875/stat : 3875 (scip-2.1.1.4sfi) R 3873 3875 1047 0 -1 4202496 203671 0 0 0 153829 377 0 0 20 0 1 0 270240930 726118400 173128 33554432000 4194304 10169799 140733235310688 140733235305192 8030352 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3875/statm: 177275 173128 856 1459 0 175807 0
Current children cumulated CPU time (s) 1542.06
Current children cumulated vsize (KiB) 709100

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 3928
/proc/meminfo: memFree=26100272/32873844 swapFree=7356/7356
[pid=3875] ppid=3873 vsize=709236 CPUtime=1602.04 cores=1,3,5,7
/proc/3875/stat : 3875 (scip-2.1.1.4sfi) R 3873 3875 1047 0 -1 4202496 203723 0 0 0 159820 384 0 0 20 0 1 0 270240930 726257664 173180 33554432000 4194304 10169799 140733235310688 140733235305384 8009883 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3875/statm: 177309 173180 856 1459 0 175841 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 709236

[startup+1662.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 3929
/proc/meminfo: memFree=26108732/32873844 swapFree=7356/7356
[pid=3875] ppid=3873 vsize=700416 CPUtime=1662.04 cores=1,3,5,7
/proc/3875/stat : 3875 (scip-2.1.1.4sfi) R 3873 3875 1047 0 -1 4202496 206226 0 0 0 165812 392 0 0 20 0 1 0 270240930 717225984 171081 33554432000 4194304 10169799 140733235310688 140733235305480 5131728 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3875/statm: 175104 171081 856 1459 0 173636 0
Current children cumulated CPU time (s) 1662.04
Current children cumulated vsize (KiB) 700416

[startup+1722.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/177 3929
/proc/meminfo: memFree=26108636/32873844 swapFree=7356/7356
[pid=3875] ppid=3873 vsize=700416 CPUtime=1722.02 cores=1,3,5,7
/proc/3875/stat : 3875 (scip-2.1.1.4sfi) R 3873 3875 1047 0 -1 4202496 206230 0 0 0 171800 402 0 0 20 0 1 0 270240930 717225984 171085 33554432000 4194304 10169799 140733235310688 140733235305480 7908985 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3875/statm: 175104 171085 856 1459 0 173636 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 700416

[startup+1782.3 s]
/proc/loadavg: 2.01 2.02 2.00 4/178 3930
/proc/meminfo: memFree=26106808/32873844 swapFree=7356/7356
[pid=3875] ppid=3873 vsize=700416 CPUtime=1782.02 cores=1,3,5,7
/proc/3875/stat : 3875 (scip-2.1.1.4sfi) R 3873 3875 1047 0 -1 4202496 206232 0 0 0 177790 412 0 0 20 0 1 0 270240930 717225984 171087 33554432000 4194304 10169799 140733235310688 140733235307768 6865480 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3875/statm: 175104 171087 856 1459 0 173636 0
Current children cumulated CPU time (s) 1782.02
Current children cumulated vsize (KiB) 700416

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

[startup+1785.6 s]
/proc/loadavg: 2.01 2.02 2.00 3/178 3930
/proc/meminfo: memFree=26106808/32873844 swapFree=7356/7356
[pid=3875] ppid=3873 vsize=700416 CPUtime=1785.31 cores=1,3,5,7
/proc/3875/stat : 3875 (scip-2.1.1.4sfi) R 3873 3875 1047 0 -1 4202496 206232 0 0 0 178119 412 0 0 20 0 1 0 270240930 717225984 171087 33554432000 4194304 10169799 140733235310688 140733235304952 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3875/statm: 175104 171087 856 1459 0 173636 0
Current children cumulated CPU time (s) 1785.31
Current children cumulated vsize (KiB) 700416

[startup+1792.01 s]
/proc/loadavg: 2.01 2.02 2.00 3/178 3930
/proc/meminfo: memFree=26106864/32873844 swapFree=7356/7356
[pid=3875] ppid=3873 vsize=700416 CPUtime=1791.71 cores=1,3,5,7
/proc/3875/stat : 3875 (scip-2.1.1.4sfi) R 3873 3875 1047 0 -1 4202496 206232 0 0 0 178759 412 0 0 20 0 1 0 270240930 717225984 171087 33554432000 4194304 10169799 140733235310688 140733235305320 8030352 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3875/statm: 175104 171087 856 1459 0 173636 0
Current children cumulated CPU time (s) 1791.71
Current children cumulated vsize (KiB) 700416

[startup+1795.2 s]
/proc/loadavg: 2.01 2.02 2.00 3/178 3930
/proc/meminfo: memFree=26094828/32873844 swapFree=7356/7356
[pid=3875] ppid=3873 vsize=701628 CPUtime=1794.92 cores=1,3,5,7
/proc/3875/stat : 3875 (scip-2.1.1.4sfi) R 3873 3875 1047 0 -1 4202496 207243 0 0 0 179079 413 0 0 20 0 1 0 270240930 718467072 174142 33554432000 4194304 10169799 140733235310688 140733235304664 8030352 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3875/statm: 175407 174142 856 1459 0 173939 0
Current children cumulated CPU time (s) 1794.92
Current children cumulated vsize (KiB) 701628

[startup+1796.8 s]
/proc/loadavg: 2.01 2.02 2.00 3/178 3930
/proc/meminfo: memFree=26092404/32873844 swapFree=7356/7356
[pid=3875] ppid=3873 vsize=715812 CPUtime=1796.51 cores=1,3,5,7
/proc/3875/stat : 3875 (scip-2.1.1.4sfi) R 3873 3875 1047 0 -1 4202496 207245 0 0 0 179238 413 0 0 20 0 1 0 270240930 732991488 174655 33554432000 4194304 10169799 140733235310688 140733235305320 8044574 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3875/statm: 178953 174655 856 1459 0 177485 0
Current children cumulated CPU time (s) 1796.51
Current children cumulated vsize (KiB) 715812

[startup+1797.2 s]
/proc/loadavg: 2.01 2.02 2.00 3/178 3930
/proc/meminfo: memFree=26092404/32873844 swapFree=7356/7356
[pid=3875] ppid=3873 vsize=714572 CPUtime=1796.91 cores=1,3,5,7
/proc/3875/stat : 3875 (scip-2.1.1.4sfi) R 3873 3875 1047 0 -1 4202496 207248 0 0 0 179278 413 0 0 20 0 1 0 270240930 731721728 174348 33554432000 4194304 10169799 140733235310688 140733235305320 5058534 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3875/statm: 178643 174348 859 1459 0 177175 0
Current children cumulated CPU time (s) 1796.91
Current children cumulated vsize (KiB) 714572

[startup+1797.4 s]
/proc/loadavg: 2.01 2.02 2.00 3/178 3930
/proc/meminfo: memFree=26094512/32873844 swapFree=7356/7356
[pid=3875] ppid=3873 vsize=713160 CPUtime=1797.12 cores=1,3,5,7
/proc/3875/stat : 3875 (scip-2.1.1.4sfi) R 3873 3875 1047 0 -1 4202496 207248 0 0 0 179299 413 0 0 20 0 1 0 270240930 730275840 173995 33554432000 4194304 10169799 140733235310688 140733235309976 7547443 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3875/statm: 178290 173995 859 1459 0 176822 0
Current children cumulated CPU time (s) 1797.12
Current children cumulated vsize (KiB) 713160

[startup+1797.51 s]
/proc/loadavg: 2.01 2.02 2.00 3/178 3930
/proc/meminfo: memFree=26094512/32873844 swapFree=7356/7356
[pid=3875] ppid=3873 vsize=681932 CPUtime=1797.21 cores=1,3,5,7
/proc/3875/stat : 3875 (scip-2.1.1.4sfi) R 3873 3875 1047 0 -1 4202496 207248 0 0 0 179308 413 0 0 20 0 1 0 270240930 698298368 166220 33554432000 4194304 10169799 140733235310688 140733235309976 8989847 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3875/statm: 170483 166220 859 1459 0 169015 0
Current children cumulated CPU time (s) 1797.21
Current children cumulated vsize (KiB) 681932

Child status: 0
Real time (s): 1797.58
CPU time (s): 1797.3
CPU user time (s): 1793.15
CPU system time (s): 4.15237
CPU usage (%): 99.9844
Max. virtual memory (cumulated for all children) (KiB): 883896

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.15
system time used= 4.15237
maximum resident set size= 869268
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 207250
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= 11
involuntary context switches= 1850

runsolver used 4.91525 second user time and 11.5552 second system time

The end

Launcher Data

Begin job on node109 at 2012-05-26 16:05:23
IDJOB=3692967
IDBENCH=89699
IDSOLVER=2272
FILE ID=node109/3692967-1338041123
RUNJOBID= node109-1338029634-2327
PBS_JOBID= 14624362
Free space on /tmp= 71364 MiB

SOLVER NAME= SCIP spx standard SCIP 2.1.1.4. with SoPlex 1.6.0.3 standard fixed
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-73.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-3692967-1338041123/watcher-3692967-1338041123 -o /tmp/evaluation-result-3692967-1338041123/solver-3692967-1338041123 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3692967-1338041123.opb -t 1800 -m 15500

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

MD5SUM BENCH= 56a27796f1168612394e164ff5d947f7
RANDOM SEED=71248984

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.264
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        26816716 kB
Buffers:          248576 kB
Cached:          3420436 kB
SwapCached:            0 kB
Active:          2317524 kB
Inactive:        2956896 kB
Active(anon):    1607936 kB
Inactive(anon):        0 kB
Active(file):     709588 kB
Inactive(file):  2956896 kB
Unevictable:        7356 kB
Mlocked:            7356 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             21164 kB
Writeback:             0 kB
AnonPages:       1614532 kB
Mapped:            17608 kB
Shmem:               200 kB
Slab:             639560 kB
SReclaimable:      82228 kB
SUnreclaim:       557332 kB
KernelStack:        1456 kB
PageTables:         6804 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1738792 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1077248 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= 71312 MiB
End job on node109 at 2012-05-26 16:35:21