Trace number 3488892

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_2 2011-06-10 (fixed)? 1797.21 1797.18

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_12.opb
MD5SUMd262db503fd284bdfe2b43790fda8490
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark93
Best CPU time to get the best result obtained on this benchmark1800.2
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 91
Optimality of the best value was proved NO
Number of variables1807
Total number of constraints3444
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 constraints3443
Minimum length of a constraint1
Maximum length of a constraint33
Number of terms in the objective function 8
Biggest coefficient in the objective function 66
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 193
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 256
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 1320
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 2.0.1.5 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.5]
0.00/0.00	c Copyright (c) 2002-2011 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-3488892-1307774640.opb>
0.00/0.06	c original problem has 1807 variables (1807 bin, 0 int, 0 impl, 0 cont) and 3444 constraints
0.00/0.06	c problem read
0.00/0.06	c presolving settings loaded
0.07/0.08	c presolving:
0.09/0.10	c (round 1) 1 del vars, 1 del conss, 0 add conss, 1 chg bounds, 66 chg sides, 339 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.09/0.12	c (round 2) 1 del vars, 1478 del conss, 0 add conss, 1 chg bounds, 66 chg sides, 339 chg coeffs, 250 upgd conss, 0 impls, 0 clqs
0.09/0.14	c (round 3) 1 del vars, 1478 del conss, 6 add conss, 1 chg bounds, 127 chg sides, 770 chg coeffs, 489 upgd conss, 418 impls, 3 clqs
0.09/0.15	c (round 4) 1 del vars, 1478 del conss, 6 add conss, 1 chg bounds, 135 chg sides, 916 chg coeffs, 489 upgd conss, 418 impls, 3 clqs
0.49/0.59	c    (0.6s) probing: 204/1806 (11.3%) - 0 fixings, 0 aggregations, 443 implications, 0 bound changes
0.49/0.59	c    (0.6s) probing aborted: 100/100 successive totally useless probings
0.49/0.59	c presolving (5 rounds):
0.49/0.59	c  1 deleted vars, 1478 deleted constraints, 6 added constraints, 1 tightened bounds, 0 added holes, 135 changed sides, 916 changed coefficients
0.49/0.59	c  1304 implications, 3 cliques
0.49/0.59	c presolved problem has 1806 variables (1806 bin, 0 int, 0 impl, 0 cont) and 1972 constraints
0.49/0.59	c     489 constraints of type <knapsack>
0.49/0.59	c       6 constraints of type <setppc>
0.49/0.59	c    1477 constraints of type <linear>
0.49/0.59	c transformed objective value is always integral (scale: 1)
0.49/0.59	c Presolving Time: 0.51
0.49/0.59	c - non default parameters ----------------------------------------------------------------------
0.49/0.59	c # SCIP version 2.0.1.5
0.49/0.59	c 
0.49/0.59	c # frequency for displaying node information lines
0.49/0.59	c # [type: int, range: [-1,2147483647], default: 100]
0.49/0.59	c display/freq = 10000
0.49/0.59	c 
0.49/0.59	c # maximal time in seconds to run
0.49/0.59	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.49/0.59	c limits/time = 1797
0.49/0.59	c 
0.49/0.59	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.49/0.59	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.49/0.59	c limits/memory = 13950
0.49/0.59	c 
0.49/0.59	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.49/0.59	c # [type: int, range: [1,2], default: 1]
0.49/0.59	c timing/clocktype = 2
0.49/0.59	c 
0.49/0.59	c # belongs reading time to solving time?
0.49/0.59	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.49/0.59	c timing/reading = TRUE
0.49/0.59	c 
0.49/0.59	c # should presolving try to simplify inequalities
0.49/0.59	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.49/0.59	c constraints/linear/simplifyinequalities = TRUE
0.49/0.59	c 
0.49/0.59	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.49/0.59	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.49/0.59	c constraints/indicator/addCouplingCons = TRUE
0.49/0.59	c 
0.49/0.59	c # should presolving try to simplify knapsacks
0.49/0.59	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.49/0.59	c constraints/knapsack/simplifyinequalities = TRUE
0.49/0.59	c 
0.49/0.59	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.49/0.59	c # [type: int, range: [-1,2147483647], default: -1]
0.49/0.59	c separating/rapidlearning/freq = 0
0.49/0.59	c 
0.49/0.59	c -----------------------------------------------------------------------------------------------
0.49/0.59	c start solving
0.49/0.59	c 
0.60/0.66	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.60/0.66	c   0.7s|     1 |     0 |   857 |     - |  15M|   0 | 506 |1806 |1990 |1806 |1972 |   0 |  18 |   0 | 6.600000e+01 |      --      |    Inf 
2.10/2.16	c   2.2s|     1 |     0 |  7759 |     - |  17M|   0 | 785 |1806 |2553 |1806 |2086 | 114 |  18 |   0 | 6.600000e+01 |      --      |    Inf 
2.39/2.43	c   2.4s|     1 |     0 |  8567 |     - |  18M|   0 | 720 |1806 |2553 |1806 |2159 | 187 |  18 |   0 | 6.600000e+01 |      --      |    Inf 
2.79/2.81	c   2.8s|     1 |     0 |  9225 |     - |  18M|   0 | 784 |1806 |2553 |1806 |2234 | 262 |  18 |   0 | 6.600000e+01 |      --      |    Inf 
3.20/3.26	c   3.3s|     1 |     0 |  9798 |     - |  19M|   0 | 856 |1806 |2553 |1806 |2309 | 337 |  18 |   0 | 6.600000e+01 |      --      |    Inf 
3.89/3.97	c   4.0s|     1 |     0 | 11490 |     - |  19M|   0 | 891 |1806 |2553 |1806 |2382 | 410 |  18 |   0 | 6.600000e+01 |      --      |    Inf 
4.69/4.78	c   4.8s|     1 |     0 | 12228 |     - |  20M|   0 | 864 |1806 |2553 |1806 |2454 | 482 |  18 |   0 | 6.600000e+01 |      --      |    Inf 
6.79/6.87	c   6.9s|     1 |     2 | 12228 |     - |  20M|   0 | 864 |1806 |2553 |1806 |2454 | 482 |  18 |  17 | 6.600000e+01 |      --      |    Inf 
338.39/338.49	c   338s| 10000 |  3927 |  2177k| 216.6 |  48M|  71 |   - |1806 |4500 |1806 |2097 | 482 |  18k|7235 | 6.600000e+01 |      --      |    Inf 
549.19/549.20	c   549s| 20000 |  7003 |  3858k| 192.3 |  71M|  71 | 458 |1806 |4593 |1806 |2097 | 482 |  38k|  10k| 6.600000e+01 |      --      |    Inf 
747.59/747.69	c   748s| 30000 |  9286 |  5522k| 183.7 |  88M|  71 |   - |1806 |5682 |   0 |   0 | 482 |  58k|  13k| 6.600000e+01 |      --      |    Inf 
927.20/927.28	c   927s| 40000 | 11229 |  6867k| 171.4 | 105M|  74 | 140 |1806 |6300 |1806 |2097 | 482 |  78k|  17k| 6.600000e+01 |      --      |    Inf 
1089.90/1089.90	c  1090s| 50000 | 14203 |  8158k| 162.9 | 129M|  74 | 228 |1806 |5552 |1806 |2097 | 482 |  93k|  19k| 6.600000e+01 |      --      |    Inf 
1260.30/1260.36	c  1260s| 60000 | 16278 |  9576k| 159.4 | 145M|  83 |   - |1806 |5356 |   0 |   0 | 482 | 113k|  21k| 6.600000e+01 |      --      |    Inf 
1430.61/1430.62	c  1431s| 70000 | 18690 | 10876k| 155.2 | 167M|  88 |1130 |1806 |6466 |1806 |2097 | 482 | 131k|  25k| 6.600000e+01 |      --      |    Inf 
1549.72/1549.78	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1549.72/1549.78	c  1550s| 80000 | 20101 | 12007k| 149.9 | 180M|  88 | 190 |1806 |6861 |1806 |2097 | 482 | 149k|  25k| 6.600000e+01 |      --      |    Inf 
1695.91/1695.90	c  1696s| 90000 | 21550 | 13122k| 145.7 | 196M|  88 | 143 |1806 |6642 |1806 |2097 | 482 | 168k|  29k| 6.600000e+01 |      --      |    Inf 
1797.03/1797.00	c 
1797.03/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1797.03/1797.00	c Solving Time (sec) : 1797.00
1797.03/1797.00	c Solving Nodes      : 96929
1797.03/1797.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1797.03/1797.00	c Dual Bound         : +6.60000000000000e+01
1797.03/1797.00	c Gap                : infinite
1797.03/1797.00	s UNKNOWN
1797.03/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1797.03/1797.00	c Total Time         :    1797.00
1797.03/1797.00	c   solving          :    1797.00
1797.03/1797.00	c   presolving       :       0.51 (included in solving)
1797.03/1797.00	c   reading          :       0.06 (included in solving)
1797.03/1797.00	c Original Problem   :
1797.03/1797.00	c   Problem name     : HOME/instance-3488892-1307774640.opb
1797.03/1797.00	c   Variables        : 1807 (1807 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.03/1797.00	c   Constraints      : 3444 initial, 3444 maximal
1797.03/1797.00	c Presolved Problem  :
1797.03/1797.00	c   Problem name     : t_HOME/instance-3488892-1307774640.opb
1797.03/1797.00	c   Variables        : 1806 (1806 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.03/1797.00	c   Constraints      : 1972 initial, 8340 maximal
1797.03/1797.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1797.03/1797.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   probing          :       0.43          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   knapsack         :       0.02          0          0          0          0          0          0          6         69        577
1797.03/1797.00	c   setppc           :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   linear           :       0.06          1          0          0          1          0       1478          0         66        339
1797.03/1797.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   root node        :          -          0          -          -          0          -          -          -          -          -
1797.03/1797.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1797.03/1797.00	c   integral         :          0          0          0      73271          0          4          0        135      21585          0          0     136596
1797.03/1797.00	c   knapsack         :        489          6     474598          0          1          3     804456       7552    1132737        815          0          0
1797.03/1797.00	c   setppc           :          6          6      56277          0          0          0        391          0        423          0          0          0
1797.03/1797.00	c   linear           :       1477+         7     467046          0          0          0     454177      30964    6494809          0          0          0
1797.03/1797.00	c   logicor          :          0+         6     260028          0          0          0     746975       1967     217693         10          0          0
1797.03/1797.00	c   countsols        :          0          0          0          0          1          0          0          0          0          0          0          0
1797.03/1797.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1797.03/1797.00	c   integral         :     444.02       0.00       0.00     444.02       0.00       0.00       0.00
1797.03/1797.00	c   knapsack         :      25.40       0.04      24.79       0.00       0.00       0.00       0.57
1797.03/1797.00	c   setppc           :       0.03       0.00       0.03       0.00       0.00       0.00       0.00
1797.03/1797.00	c   linear           :      76.99       0.00      76.18       0.00       0.00       0.00       0.80
1797.03/1797.00	c   logicor          :      13.47       0.00      12.73       0.00       0.00       0.00       0.74
1797.03/1797.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1797.03/1797.00	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1797.03/1797.00	c   vbounds          :          0          0          0          0
1797.03/1797.00	c   rootredcost      :          0          0          0          0
1797.03/1797.00	c   pseudoobj        :     474181          0          0          0
1797.03/1797.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1797.03/1797.00	c   vbounds          :       0.11       0.11       0.00
1797.03/1797.00	c   rootredcost      :       0.10       0.10       0.00
1797.03/1797.00	c   pseudoobj        :       0.33       0.33       0.00
1797.03/1797.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1797.03/1797.00	c   propagation      :       3.92      40483      40441     431586       41.5       2348       25.3          -
1797.03/1797.00	c   infeasible LP    :       4.95      24761      24761      87276       28.3       1604       19.4          0
1797.03/1797.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1797.03/1797.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1797.03/1797.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1797.03/1797.00	c   applied globally :          -          -          -     181403       30.1          -          -          -
1797.03/1797.00	c   applied locally  :          -          -          -          0        0.0          -          -          -
1797.03/1797.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1797.03/1797.00	c   cut pool         :       0.00          5          -          -        849          -    (maximal pool size: 4108)
1797.03/1797.00	c   redcost          :       2.46      73226          0        123          0          0
1797.03/1797.00	c   impliedbounds    :       0.00          6          0          0         33          0
1797.03/1797.00	c   intobj           :       0.00          0          0          0          0          0
1797.03/1797.00	c   gomory           :       0.32          6          0          0         69          0
1797.03/1797.00	c   cgmip            :       0.00          0          0          0          0          0
1797.03/1797.00	c   closecuts        :       0.00          0          0          0          0          0
1797.03/1797.00	c   strongcg         :       0.31          6          0          0         27          0
1797.03/1797.00	c   cmir             :       0.88          6          0          0       2985          0
1797.03/1797.00	c   flowcover        :       0.58          6          0          0       1200          0
1797.03/1797.00	c   clique           :       0.00          6          0          0          0          0
1797.03/1797.00	c   zerohalf         :       0.00          0          0          0          0          0
1797.03/1797.00	c   mcf              :       0.00          1          0          0          0          0
1797.03/1797.00	c   oddcycle         :       0.00          0          0          0          0          0
1797.03/1797.00	c   rapidlearning    :       0.66          1          0          0          0        563
1797.03/1797.00	c Pricers            :       Time      Calls       Vars
1797.03/1797.00	c   problem variables:       0.00          0          0
1797.03/1797.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1797.03/1797.00	c   relpscost        :     443.93      73271        135      21585          0          0     136596
1797.03/1797.00	c   pscost           :       0.00          0          0          0          0          0          0
1797.03/1797.00	c   inference        :       0.00          1          0          0          0          0          2
1797.03/1797.00	c   mostinf          :       0.00          0          0          0          0          0          0
1797.03/1797.00	c   leastinf         :       0.00          0          0          0          0          0          0
1797.03/1797.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1797.03/1797.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1797.03/1797.00	c   random           :       0.00          0          0          0          0          0          0
1797.03/1797.00	c Primal Heuristics  :       Time      Calls      Found
1797.03/1797.00	c   LP solutions     :       0.00          -          0
1797.03/1797.00	c   pseudo solutions :       0.00          -          0
1797.03/1797.00	c   oneopt           :       0.04          0          0
1797.03/1797.00	c   crossover        :       0.03          0          0
1797.03/1797.00	c   rootsoldiving    :      11.69        125          0
1797.03/1797.00	c   coefdiving       :     103.66        333          0
1797.03/1797.00	c   linesearchdiving :      22.33        346          0
1797.03/1797.00	c   veclendiving     :      23.39        346          0
1797.03/1797.00	c   pscostdiving     :      45.02        347          0
1797.03/1797.00	c   fracdiving       :      67.19        347          0
1797.03/1797.00	c   trivial          :       0.00          2          0
1797.03/1797.00	c   shiftandpropagate:       0.04          1          0
1797.03/1797.00	c   simplerounding   :       0.02          0          0
1797.03/1797.00	c   zirounding       :       0.25       1000          0
1797.03/1797.00	c   rounding         :       1.10       3773          0
1797.03/1797.00	c   shifting         :       6.75       1123          0
1797.03/1797.00	c   intshifting      :       0.00          0          0
1797.03/1797.00	c   twoopt           :       0.00          0          0
1797.03/1797.00	c   fixandinfer      :       0.00          0          0
1797.03/1797.00	c   feaspump         :      23.06        102          0
1797.03/1797.00	c   clique           :       0.00          0          0
1797.03/1797.00	c   intdiving        :       0.00          0          0
1797.03/1797.00	c   actconsdiving    :       0.00          0          0
1797.03/1797.00	c   objpscostdiving  :      18.67         61          0
1797.03/1797.00	c   guideddiving     :       0.00          0          0
1797.03/1797.00	c   octane           :       0.00          0          0
1797.03/1797.00	c   rens             :       0.07          1          0
1797.03/1797.00	c   rins             :       0.00          0          0
1797.03/1797.00	c   localbranching   :       0.00          0          0
1797.03/1797.00	c   mutation         :       0.00          0          0
1797.03/1797.00	c   dins             :       0.00          0          0
1797.03/1797.00	c   vbounds          :       0.00          0          0
1797.03/1797.00	c   undercover       :       0.00          0          0
1797.03/1797.00	c   subnlp           :       0.02          0          0
1797.03/1797.00	c   trysol           :       0.03          0          0
1797.03/1797.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1797.03/1797.00	c   primal LP        :       0.01          0          0       0.00          -
1797.03/1797.00	c   dual LP          :     802.75      79920   11533375     144.31   14367.37
1797.03/1797.00	c   lex dual LP      :       0.00          0          0       0.00          -
1797.03/1797.00	c   barrier LP       :       0.00          0          0       0.00          -
1797.03/1797.00	c   diving/probing LP:     264.21      59536    2385822      40.07    9030.13
1797.03/1797.00	c   strong branching :     435.78      31384    3736013     119.04    8573.11
1797.03/1797.00	c     (at root node) :          -         17       9239     543.47          -
1797.03/1797.00	c   conflict analysis:       0.00          0          0       0.00          -
1797.03/1797.00	c B&B Tree           :
1797.03/1797.00	c   number of runs   :          1
1797.03/1797.00	c   nodes            :      96929
1797.03/1797.00	c   nodes (total)    :      96929
1797.03/1797.00	c   nodes left       :      22224
1797.03/1797.00	c   max depth        :         88
1797.03/1797.00	c   max depth (total):         88
1797.03/1797.00	c   backtracks       :      19494 (20.1%)
1797.03/1797.00	c   delayed cutoffs  :      17446
1797.03/1797.00	c   repropagations   :      99590 (2134864 domain reductions, 11657 cutoffs)
1797.03/1797.00	c   avg switch length:       8.17
1797.03/1797.00	c   switching time   :      85.68
1797.03/1797.00	c Solution           :
1797.03/1797.00	c   Solutions found  :          0 (0 improvements)
1797.03/1797.00	c   Primal Bound     :          -
1797.03/1797.00	c   Dual Bound       : +6.60000000000000e+01
1797.03/1797.00	c   Gap              :   infinite
1797.03/1797.00	c   Root Dual Bound  : +6.60000000000000e+01
1797.03/1797.00	c   Root Iterations  :      12228
1797.12/1797.17	c Time complete: 1797.19.

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

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

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

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


[startup+0 s]
/proc/loadavg: 2.02 2.01 1.97 2/174 12640
/proc/meminfo: memFree=30576032/32951124 swapFree=67060628/67111528
[pid=12640] ppid=12638 vsize=11972 CPUtime=0 cores=0,2,4,6
/proc/12640/stat : 12640 (scip-2.0.1.4b_2) R 12638 12640 8673 0 -1 4202496 2066 0 0 0 0 0 0 0 25 0 1 0 889064449 12259328 2021 33554432000 4194304 9016284 140735431154752 18446744073709551615 7870589 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/12640/statm: 2993 2033 340 1178 0 1811 0

[startup+0.0840811 s]
/proc/loadavg: 2.02 2.01 1.97 2/174 12640
/proc/meminfo: memFree=30576032/32951124 swapFree=67060628/67111528
[pid=12640] ppid=12638 vsize=46792 CPUtime=0.07 cores=0,2,4,6
/proc/12640/stat : 12640 (scip-2.0.1.4b_2) R 12638 12640 8673 0 -1 4202496 10374 0 0 0 6 1 0 0 25 0 1 0 889064449 47915008 10329 33554432000 4194304 9016284 140735431154752 18446744073709551615 5207099 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12640/statm: 11698 10353 413 1178 0 10516 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 46792

[startup+0.101087 s]
/proc/loadavg: 2.02 2.01 1.97 2/174 12640
/proc/meminfo: memFree=30576032/32951124 swapFree=67060628/67111528
[pid=12640] ppid=12638 vsize=48432 CPUtime=0.09 cores=0,2,4,6
/proc/12640/stat : 12640 (scip-2.0.1.4b_2) R 12638 12640 8673 0 -1 4202496 10594 0 0 0 8 1 0 0 25 0 1 0 889064449 49594368 10549 33554432000 4194304 9016284 140735431154752 18446744073709551615 5221870 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12640/statm: 12108 10549 468 1178 0 10926 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 48432

[startup+0.301037 s]
/proc/loadavg: 2.02 2.01 1.97 2/174 12640
/proc/meminfo: memFree=30576032/32951124 swapFree=67060628/67111528
[pid=12640] ppid=12638 vsize=50496 CPUtime=0.29 cores=0,2,4,6
/proc/12640/stat : 12640 (scip-2.0.1.4b_2) R 12638 12640 8673 0 -1 4202496 11450 0 0 0 28 1 0 0 25 0 1 0 889064449 51707904 11148 33554432000 4194304 9016284 140735431154752 18446744073709551615 5252678 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12640/statm: 12624 11148 525 1178 0 11442 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 50496

[startup+0.700979 s]
/proc/loadavg: 2.02 2.01 1.97 2/174 12640
/proc/meminfo: memFree=30576032/32951124 swapFree=67060628/67111528
[pid=12640] ppid=12638 vsize=62200 CPUtime=0.69 cores=0,2,4,6
/proc/12640/stat : 12640 (scip-2.0.1.4b_2) R 12638 12640 8673 0 -1 4202496 15116 0 0 0 67 2 0 0 25 0 1 0 889064449 63692800 14117 33554432000 4194304 9016284 140735431154752 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12640/statm: 15550 14117 707 1178 0 14368 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 62200

[startup+1.50086 s]
/proc/loadavg: 2.01 2.01 1.97 3/175 12641
/proc/meminfo: memFree=30521124/32951124 swapFree=67060628/67111528
[pid=12640] ppid=12638 vsize=92228 CPUtime=1.49 cores=0,2,4,6
/proc/12640/stat : 12640 (scip-2.0.1.4b_2) R 12638 12640 8673 0 -1 4202496 22438 0 0 0 146 3 0 0 25 0 1 0 889064449 94441472 21410 33554432000 4194304 9016284 140735431154752 18446744073709551615 5228175 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12640/statm: 23057 21410 718 1178 0 21875 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 92228

[startup+3.10057 s]
/proc/loadavg: 2.01 2.01 1.97 3/175 12641
/proc/meminfo: memFree=30488012/32951124 swapFree=67060628/67111528
[pid=12640] ppid=12638 vsize=95208 CPUtime=3.09 cores=0,2,4,6
/proc/12640/stat : 12640 (scip-2.0.1.4b_2) R 12638 12640 8673 0 -1 4202496 23423 0 0 0 305 4 0 0 25 0 1 0 889064449 97492992 22332 33554432000 4194304 9016284 140735431154752 18446744073709551615 6578040 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12640/statm: 23802 22332 703 1178 0 22620 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 95208

[startup+6.301 s]
/proc/loadavg: 2.01 2.01 1.97 3/175 12641
/proc/meminfo: memFree=30482668/32951124 swapFree=67060628/67111528
[pid=12640] ppid=12638 vsize=95256 CPUtime=6.29 cores=0,2,4,6
/proc/12640/stat : 12640 (scip-2.0.1.4b_2) R 12638 12640 8673 0 -1 4202496 27094 0 0 0 624 5 0 0 25 0 1 0 889064449 97542144 22670 33554432000 4194304 9016284 140735431154752 18446744073709551615 7180656 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12640/statm: 23814 22670 707 1178 0 22632 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 95256

[startup+12.7008 s]
/proc/loadavg: 2.01 2.01 1.97 3/175 12642
/proc/meminfo: memFree=30479572/32951124 swapFree=67060628/67111528
[pid=12640] ppid=12638 vsize=95256 CPUtime=12.69 cores=0,2,4,6
/proc/12640/stat : 12640 (scip-2.0.1.4b_2) R 12638 12640 8673 0 -1 4202496 27094 0 0 0 1258 11 0 0 25 0 1 0 889064449 97542144 22670 33554432000 4194304 9016284 140735431154752 18446744073709551615 7199020 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12640/statm: 23814 22670 707 1178 0 22632 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 95256

[startup+25.5005 s]
/proc/loadavg: 2.01 2.01 1.97 3/175 12642
/proc/meminfo: memFree=30468264/32951124 swapFree=67060628/67111528
[pid=12640] ppid=12638 vsize=95256 CPUtime=25.49 cores=0,2,4,6
/proc/12640/stat : 12640 (scip-2.0.1.4b_2) R 12638 12640 8673 0 -1 4202496 27096 0 0 0 2527 22 0 0 25 0 1 0 889064449 97542144 22672 33554432000 4194304 9016284 140735431154752 18446744073709551615 5253021 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12640/statm: 23814 22672 709 1178 0 22632 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 95256

[startup+51.1009 s]
/proc/loadavg: 2.00 2.00 1.97 3/175 12643
/proc/meminfo: memFree=30447448/32951124 swapFree=67060628/67111528
[pid=12640] ppid=12638 vsize=95256 CPUtime=51.09 cores=0,2,4,6
/proc/12640/stat : 12640 (scip-2.0.1.4b_2) R 12638 12640 8673 0 -1 4202496 27098 0 0 0 5062 47 0 0 25 0 1 0 889064449 97542144 22674 33554432000 4194304 9016284 140735431154752 18446744073709551615 7199008 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12640/statm: 23814 22674 710 1178 0 22632 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 95256

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 1.97 3/175 12644
/proc/meminfo: memFree=30403276/32951124 swapFree=67060628/67111528
[pid=12640] ppid=12638 vsize=95256 CPUtime=102.3 cores=0,2,4,6
/proc/12640/stat : 12640 (scip-2.0.1.4b_2) R 12638 12640 8673 0 -1 4202496 27113 0 0 0 10135 95 0 0 25 0 1 0 889064449 97542144 22689 33554432000 4194304 9016284 140735431154752 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12640/statm: 23814 22689 710 1178 0 22632 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 95256

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.97 3/175 12646
/proc/meminfo: memFree=30357396/32951124 swapFree=67060628/67111528
[pid=12640] ppid=12638 vsize=97856 CPUtime=162.29 cores=0,2,4,6
/proc/12640/stat : 12640 (scip-2.0.1.4b_2) R 12638 12640 8673 0 -1 4202496 27588 0 0 0 16078 151 0 0 25 0 1 0 889064449 100204544 23164 33554432000 4194304 9016284 140735431154752 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12640/statm: 24464 23164 710 1178 0 23282 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 97856

[startup+222.301 s]
/proc/loadavg: 2.07 2.02 1.97 3/175 12647
/proc/meminfo: memFree=30306336/32951124 swapFree=67060628/67111528
[pid=12640] ppid=12638 vsize=103624 CPUtime=222.29 cores=0,2,4,6
/proc/12640/stat : 12640 (scip-2.0.1.4b_2) R 12638 12640 8673 0 -1 4202496 41433 0 0 0 22016 213 0 0 25 0 1 0 889064449 106110976 24672 33554432000 4194304 9016284 140735431154752 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12640/statm: 25906 24672 710 1178 0 24724 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 103624

[startup+282.301 s]
/proc/loadavg: 2.02 2.01 1.97 3/175 12649
/proc/meminfo: memFree=30259880/32951124 swapFree=67060628/67111528
[pid=12640] ppid=12638 vsize=110040 CPUtime=282.3 cores=0,2,4,6
/proc/12640/stat : 12640 (scip-2.0.1.4b_2) R 12638 12640 8673 0 -1 4202496 61857 0 0 0 27958 272 0 0 25 0 1 0 889064449 112680960 25988 33554432000 4194304 9016284 140735431154752 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12640/statm: 27510 25988 710 1178 0 26328 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 110040

[startup+342.301 s]
/proc/loadavg: 2.01 2.00 1.97 3/175 12689
/proc/meminfo: memFree=30315744/32951124 swapFree=67060628/67111528
[pid=12640] ppid=12638 vsize=118188 CPUtime=342.29 cores=0,2,4,6
/proc/12640/stat : 12640 (scip-2.0.1.4b_2) R 12638 12640 8673 0 -1 4202496 79315 0 0 0 33898 331 0 0 25 0 1 0 889064449 121024512 28369 33554432000 4194304 9016284 140735431154752 18446744073709551615 7199008 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12640/statm: 29547 28369 710 1178 0 28365 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 118188

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.97 3/175 12691
/proc/meminfo: memFree=30428856/32951124 swapFree=67060628/67111528
[pid=12640] ppid=12638 vsize=126384 CPUtime=402.29 cores=0,2,4,6
/proc/12640/stat : 12640 (scip-2.0.1.4b_2) R 12638 12640 8673 0 -1 4202496 88397 0 0 0 39834 395 0 0 25 0 1 0 889064449 129417216 30353 33554432000 4194304 9016284 140735431154752 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12640/statm: 31596 30353 728 1178 0 30414 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 126384

[startup+462.301 s]
/proc/loadavg: 2.06 2.01 1.98 3/175 12693
/proc/meminfo: memFree=30416712/32951124 swapFree=67060628/67111528
[pid=12640] ppid=12638 vsize=138724 CPUtime=462.29 cores=0,2,4,6
/proc/12640/stat : 12640 (scip-2.0.1.4b_2) R 12638 12640 8673 0 -1 4202496 104014 0 0 0 45770 459 0 0 25 0 1 0 889064449 142053376 33501 33554432000 4194304 9016284 140735431154752 18446744073709551615 5228157 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12640/statm: 34681 33501 710 1178 0 33499 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 138724

[startup+522.3 s]
/proc/loadavg: 2.02 2.01 1.98 3/175 12694
/proc/meminfo: memFree=30399724/32951124 swapFree=67060628/67111528
[pid=12640] ppid=12638 vsize=150108 CPUtime=522.29 cores=0,2,4,6
/proc/12640/stat : 12640 (scip-2.0.1.4b_2) R 12638 12640 8673 0 -1 4202496 113100 0 0 0 51703 526 0 0 25 0 1 0 889064449 153710592 36396 33554432000 4194304 9016284 140735431154752 18446744073709551615 7102843 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12640/statm: 37527 36396 710 1178 0 36345 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 150108

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/175 12696
/proc/meminfo: memFree=30391908/32951124 swapFree=67060628/67111528
[pid=12640] ppid=12638 vsize=157664 CPUtime=582.29 cores=0,2,4,6
/proc/12640/stat : 12640 (scip-2.0.1.4b_2) R 12638 12640 8673 0 -1 4202496 122980 0 0 0 57637 592 0 0 25 0 1 0 889064449 161447936 38306 33554432000 4194304 9016284 140735431154752 18446744073709551615 5215132 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12640/statm: 39416 38306 710 1178 0 38234 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 157664

[startup+642.3 s]

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

/proc/meminfo: memFree=30312080/32951124 swapFree=67060628/67111528
[pid=12640] ppid=12638 vsize=225524 CPUtime=1062.3 cores=0,2,4,6
/proc/12640/stat : 12640 (scip-2.0.1.4b_2) R 12638 12640 8673 0 -1 4202496 172642 0 0 0 105139 1091 0 0 25 0 1 0 889064449 230936576 55253 33554432000 4194304 9016284 140735431154752 18446744073709551615 5251793 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12640/statm: 56381 55253 710 1178 0 55199 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 225524

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/175 12719
/proc/meminfo: memFree=30301992/32951124 swapFree=67060628/67111528
[pid=12640] ppid=12638 vsize=235824 CPUtime=1122.3 cores=0,2,4,6
/proc/12640/stat : 12640 (scip-2.0.1.4b_2) R 12638 12640 8673 0 -1 4202496 179967 0 0 0 111082 1148 0 0 25 0 1 0 889064449 241483776 57853 33554432000 4194304 9016284 140735431154752 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12640/statm: 58956 57853 710 1178 0 57774 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 235824

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/175 12723
/proc/meminfo: memFree=30294144/32951124 swapFree=67060628/67111528
[pid=12640] ppid=12638 vsize=243364 CPUtime=1182.31 cores=0,2,4,6
/proc/12640/stat : 12640 (scip-2.0.1.4b_2) R 12638 12640 8673 0 -1 4202496 188305 0 0 0 117025 1206 0 0 25 0 1 0 889064449 249204736 59741 33554432000 4194304 9016284 140735431154752 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12640/statm: 60841 59741 710 1178 0 59659 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 243364

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/175 12725
/proc/meminfo: memFree=30286312/32951124 swapFree=67060628/67111528
[pid=12640] ppid=12638 vsize=251972 CPUtime=1242.3 cores=0,2,4,6
/proc/12640/stat : 12640 (scip-2.0.1.4b_2) R 12638 12640 8673 0 -1 4202496 193323 0 0 0 122963 1267 0 0 25 0 1 0 889064449 258019328 61887 33554432000 4194304 9016284 140735431154752 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12640/statm: 62993 61887 714 1178 0 61811 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 251972

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/175 12727
/proc/meminfo: memFree=30272020/32951124 swapFree=67060628/67111528
[pid=12640] ppid=12638 vsize=265944 CPUtime=1302.31 cores=0,2,4,6
/proc/12640/stat : 12640 (scip-2.0.1.4b_2) R 12638 12640 8673 0 -1 4202496 198934 0 0 0 128906 1325 0 0 25 0 1 0 889064449 272326656 65355 33554432000 4194304 9016284 140735431154752 18446744073709551615 7199008 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12640/statm: 66486 65355 720 1178 0 65304 0
Current children cumulated CPU time (s) 1302.31
Current children cumulated vsize (KiB) 265944

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/175 12729
/proc/meminfo: memFree=30263924/32951124 swapFree=67060628/67111528
[pid=12640] ppid=12638 vsize=273740 CPUtime=1362.31 cores=0,2,4,6
/proc/12640/stat : 12640 (scip-2.0.1.4b_2) R 12638 12640 8673 0 -1 4202496 201027 0 0 0 134840 1391 0 0 25 0 1 0 889064449 280309760 67373 33554432000 4194304 9016284 140735431154752 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12640/statm: 68435 67373 718 1178 0 67253 0
Current children cumulated CPU time (s) 1362.31
Current children cumulated vsize (KiB) 273740

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.99 3/175 12730
/proc/meminfo: memFree=30255332/32951124 swapFree=67060628/67111528
[pid=12640] ppid=12638 vsize=282436 CPUtime=1422.32 cores=0,2,4,6
/proc/12640/stat : 12640 (scip-2.0.1.4b_2) R 12638 12640 8673 0 -1 4202496 203187 0 0 0 140777 1455 0 0 25 0 1 0 889064449 289214464 69520 33554432000 4194304 9016284 140735431154752 18446744073709551615 7199008 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12640/statm: 70609 69520 716 1178 0 69427 0
Current children cumulated CPU time (s) 1422.32
Current children cumulated vsize (KiB) 282436

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/175 12732
/proc/meminfo: memFree=30245612/32951124 swapFree=67060628/67111528
[pid=12640] ppid=12638 vsize=293008 CPUtime=1482.31 cores=0,2,4,6
/proc/12640/stat : 12640 (scip-2.0.1.4b_2) R 12638 12640 8673 0 -1 4202496 208356 0 0 0 146714 1517 0 0 25 0 1 0 889064449 300040192 72080 33554432000 4194304 9016284 140735431154752 18446744073709551615 4889096 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12640/statm: 73252 72080 715 1178 0 72070 0
Current children cumulated CPU time (s) 1482.31
Current children cumulated vsize (KiB) 293008

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/175 12733
/proc/meminfo: memFree=30238384/32951124 swapFree=67060628/67111528
[pid=12640] ppid=12638 vsize=299328 CPUtime=1542.32 cores=0,2,4,6
/proc/12640/stat : 12640 (scip-2.0.1.4b_2) R 12638 12640 8673 0 -1 4202496 210015 0 0 0 152652 1580 0 0 25 0 1 0 889064449 306511872 73739 33554432000 4194304 9016284 140735431154752 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12640/statm: 74832 73739 715 1178 0 73650 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 299328

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/175 12735
/proc/meminfo: memFree=30227564/32951124 swapFree=67060628/67111528
[pid=12640] ppid=12638 vsize=310216 CPUtime=1602.31 cores=0,2,4,6
/proc/12640/stat : 12640 (scip-2.0.1.4b_2) R 12638 12640 8673 0 -1 4202496 212749 0 0 0 158587 1644 0 0 25 0 1 0 889064449 317661184 76429 33554432000 4194304 9016284 140735431154752 18446744073709551615 7199008 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12640/statm: 77554 76429 714 1178 0 76372 0
Current children cumulated CPU time (s) 1602.31
Current children cumulated vsize (KiB) 310216

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/175 12737
/proc/meminfo: memFree=30218736/32951124 swapFree=67060628/67111528
[pid=12640] ppid=12638 vsize=319224 CPUtime=1662.32 cores=0,2,4,6
/proc/12640/stat : 12640 (scip-2.0.1.4b_2) R 12638 12640 8673 0 -1 4202496 214951 0 0 0 164532 1700 0 0 25 0 1 0 889064449 326885376 78619 33554432000 4194304 9016284 140735431154752 18446744073709551615 4291341 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12640/statm: 79806 78619 717 1178 0 78624 0
Current children cumulated CPU time (s) 1662.32
Current children cumulated vsize (KiB) 319224

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/175 12738
/proc/meminfo: memFree=30211768/32951124 swapFree=67060628/67111528
[pid=12640] ppid=12638 vsize=325684 CPUtime=1722.32 cores=0,2,4,6
/proc/12640/stat : 12640 (scip-2.0.1.4b_2) R 12638 12640 8673 0 -1 4202496 217327 0 0 0 170476 1756 0 0 25 0 1 0 889064449 333500416 80361 33554432000 4194304 9016284 140735431154752 18446744073709551615 7055184 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12640/statm: 81421 80361 714 1178 0 80239 0
Current children cumulated CPU time (s) 1722.32
Current children cumulated vsize (KiB) 325684

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/175 12740
/proc/meminfo: memFree=30208012/32951124 swapFree=67060628/67111528
[pid=12640] ppid=12638 vsize=329156 CPUtime=1782.32 cores=0,2,4,6
/proc/12640/stat : 12640 (scip-2.0.1.4b_2) R 12638 12640 8673 0 -1 4202496 221822 0 0 0 176415 1817 0 0 25 0 1 0 889064449 337055744 81240 33554432000 4194304 9016284 140735431154752 18446744073709551615 7199008 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12640/statm: 82289 81240 714 1178 0 81107 0
Current children cumulated CPU time (s) 1782.32
Current children cumulated vsize (KiB) 329156

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 1.99 3/175 12740
/proc/meminfo: memFree=30208008/32951124 swapFree=67060628/67111528
[pid=12640] ppid=12638 vsize=329156 CPUtime=1785.52 cores=0,2,4,6
/proc/12640/stat : 12640 (scip-2.0.1.4b_2) R 12638 12640 8673 0 -1 4202496 221822 0 0 0 176732 1820 0 0 25 0 1 0 889064449 337055744 81240 33554432000 4194304 9016284 140735431154752 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12640/statm: 82289 81240 714 1178 0 81107 0
Current children cumulated CPU time (s) 1785.52
Current children cumulated vsize (KiB) 329156

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 1.99 3/175 12740
/proc/meminfo: memFree=30208004/32951124 swapFree=67060628/67111528
[pid=12640] ppid=12638 vsize=329156 CPUtime=1791.93 cores=0,2,4,6
/proc/12640/stat : 12640 (scip-2.0.1.4b_2) R 12638 12640 8673 0 -1 4202496 221822 0 0 0 177364 1829 0 0 25 0 1 0 889064449 337055744 81240 33554432000 4194304 9016284 140735431154752 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12640/statm: 82289 81240 714 1178 0 81107 0
Current children cumulated CPU time (s) 1791.93
Current children cumulated vsize (KiB) 329156

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 1.99 3/175 12740
/proc/meminfo: memFree=30208004/32951124 swapFree=67060628/67111528
[pid=12640] ppid=12638 vsize=329536 CPUtime=1795.13 cores=0,2,4,6
/proc/12640/stat : 12640 (scip-2.0.1.4b_2) R 12638 12640 8673 0 -1 4202496 221826 0 0 0 177681 1832 0 0 25 0 1 0 889064449 337444864 81244 33554432000 4194304 9016284 140735431154752 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12640/statm: 82384 81244 714 1178 0 81202 0
Current children cumulated CPU time (s) 1795.13
Current children cumulated vsize (KiB) 329536

[startup+1795.9 s]
/proc/loadavg: 2.00 2.00 1.99 3/175 12740
/proc/meminfo: memFree=30208004/32951124 swapFree=67060628/67111528
[pid=12640] ppid=12638 vsize=329536 CPUtime=1795.92 cores=0,2,4,6
/proc/12640/stat : 12640 (scip-2.0.1.4b_2) R 12638 12640 8673 0 -1 4202496 221827 0 0 0 177760 1832 0 0 25 0 1 0 889064449 337444864 81245 33554432000 4194304 9016284 140735431154752 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12640/statm: 82384 81245 714 1178 0 81202 0
Current children cumulated CPU time (s) 1795.92
Current children cumulated vsize (KiB) 329536

[startup+1796.7 s]
/proc/loadavg: 2.00 2.00 1.99 3/175 12740
/proc/meminfo: memFree=30208004/32951124 swapFree=67060628/67111528
[pid=12640] ppid=12638 vsize=329536 CPUtime=1796.72 cores=0,2,4,6
/proc/12640/stat : 12640 (scip-2.0.1.4b_2) R 12638 12640 8673 0 -1 4202496 221828 0 0 0 177839 1833 0 0 25 0 1 0 889064449 337444864 81246 33554432000 4194304 9016284 140735431154752 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12640/statm: 82384 81246 714 1178 0 81202 0
Current children cumulated CPU time (s) 1796.72
Current children cumulated vsize (KiB) 329536

[startup+1797.1 s]
/proc/loadavg: 2.00 2.00 1.99 3/175 12740
/proc/meminfo: memFree=30208004/32951124 swapFree=67060628/67111528
[pid=12640] ppid=12638 vsize=329536 CPUtime=1797.12 cores=0,2,4,6
/proc/12640/stat : 12640 (scip-2.0.1.4b_2) R 12638 12640 8673 0 -1 4202496 221830 0 0 0 177878 1834 0 0 25 0 1 0 889064449 337444864 81248 33554432000 4194304 9016284 140735431154752 18446744073709551615 6812671 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/12640/statm: 82384 81248 716 1178 0 81202 0
Current children cumulated CPU time (s) 1797.12
Current children cumulated vsize (KiB) 329536

Child status: 0
Real time (s): 1797.18
CPU time (s): 1797.21
CPU user time (s): 1778.85
CPU system time (s): 18.3572
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 329536

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1778.85
system time used= 18.3572
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 221835
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= 7
involuntary context switches= 5114

runsolver used 2.73058 second user time and 5.55616 second system time

The end

Launcher Data

Begin job on node106 at 2011-06-11 08:44:00
IDJOB=3488892
IDBENCH=2946
IDSOLVER=1979
FILE ID=node106/3488892-1307774640
RUNJOBID= node106-1307767442-11902
PBS_JOBID= 13550854
Free space on /tmp= 74004 MiB

SOLVER NAME= SCIP spx E_2 2011-06-10 (fixed)
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/bounded_golomb_rulers/normalized-bogr_12.opb
COMMAND LINE= HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3488892-1307774640/watcher-3488892-1307774640 -o /tmp/evaluation-result-3488892-1307774640/solver-3488892-1307774640 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3488892-1307774640.opb -t 1800 -m 15500

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

MD5SUM BENCH= d262db503fd284bdfe2b43790fda8490
RANDOM SEED=976423678

node106.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.20
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30576592 kB
Buffers:        129648 kB
Cached:         800228 kB
SwapCached:      12488 kB
Active:        1512272 kB
Inactive:       700952 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30576592 kB
SwapTotal:    67111528 kB
SwapFree:     67060628 kB
Dirty:           17432 kB
Writeback:           0 kB
AnonPages:     1281084 kB
Mapped:          13120 kB
Slab:            94432 kB
PageTables:       6748 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1448732 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73944 MiB
End job on node106 at 2011-06-11 09:13:58