Trace number 3735165

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
PB11: SCIP spx E_2 2011-06-10 (fixed)? 1796.89 1797.21

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 benchmark91
Best CPU time to get the best result obtained on this benchmark1783
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-3735165-1338717503.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.08/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.11	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.13	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.14	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.55	c    (0.6s) probing: 204/1806 (11.3%) - 0 fixings, 0 aggregations, 443 implications, 0 bound changes
0.49/0.55	c    (0.6s) probing aborted: 100/100 successive totally useless probings
0.49/0.55	c presolving (5 rounds):
0.49/0.55	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.55	c  1304 implications, 3 cliques
0.49/0.55	c presolved problem has 1806 variables (1806 bin, 0 int, 0 impl, 0 cont) and 1972 constraints
0.49/0.55	c     489 constraints of type <knapsack>
0.49/0.55	c       6 constraints of type <setppc>
0.49/0.55	c    1477 constraints of type <linear>
0.49/0.55	c transformed objective value is always integral (scale: 1)
0.49/0.55	c Presolving Time: 0.47
0.49/0.55	c - non default parameters ----------------------------------------------------------------------
0.49/0.55	c # SCIP version 2.0.1.5
0.49/0.55	c 
0.49/0.55	c # frequency for displaying node information lines
0.49/0.55	c # [type: int, range: [-1,2147483647], default: 100]
0.49/0.55	c display/freq = 10000
0.49/0.55	c 
0.49/0.55	c # maximal time in seconds to run
0.49/0.55	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.49/0.55	c limits/time = 1797
0.49/0.55	c 
0.49/0.55	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.49/0.55	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.49/0.55	c limits/memory = 13950
0.49/0.55	c 
0.49/0.55	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.49/0.55	c # [type: int, range: [1,2], default: 1]
0.49/0.55	c timing/clocktype = 2
0.49/0.55	c 
0.49/0.55	c # belongs reading time to solving time?
0.49/0.55	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.49/0.55	c timing/reading = TRUE
0.49/0.55	c 
0.49/0.55	c # should presolving try to simplify inequalities
0.49/0.55	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.49/0.55	c constraints/linear/simplifyinequalities = TRUE
0.49/0.55	c 
0.49/0.55	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.49/0.55	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.49/0.55	c constraints/indicator/addCouplingCons = TRUE
0.49/0.55	c 
0.49/0.55	c # should presolving try to simplify knapsacks
0.49/0.55	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.49/0.55	c constraints/knapsack/simplifyinequalities = TRUE
0.49/0.55	c 
0.49/0.55	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.49/0.55	c # [type: int, range: [-1,2147483647], default: -1]
0.49/0.55	c separating/rapidlearning/freq = 0
0.49/0.55	c 
0.49/0.55	c -----------------------------------------------------------------------------------------------
0.49/0.55	c start solving
0.49/0.55	c 
0.58/0.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.58/0.62	c   0.6s|     1 |     0 |   857 |     - |  15M|   0 | 506 |1806 |1990 |1806 |1972 |   0 |  18 |   0 | 6.600000e+01 |      --      |    Inf 
1.88/1.99	c   2.0s|     1 |     0 |  7759 |     - |  17M|   0 | 785 |1806 |2553 |1806 |2086 | 114 |  18 |   0 | 6.600000e+01 |      --      |    Inf 
2.20/2.23	c   2.2s|     1 |     0 |  8567 |     - |  18M|   0 | 720 |1806 |2553 |1806 |2159 | 187 |  18 |   0 | 6.600000e+01 |      --      |    Inf 
2.49/2.57	c   2.6s|     1 |     0 |  9225 |     - |  18M|   0 | 784 |1806 |2553 |1806 |2234 | 262 |  18 |   0 | 6.600000e+01 |      --      |    Inf 
2.89/2.98	c   3.0s|     1 |     0 |  9798 |     - |  19M|   0 | 856 |1806 |2553 |1806 |2309 | 337 |  18 |   0 | 6.600000e+01 |      --      |    Inf 
3.59/3.63	c   3.6s|     1 |     0 | 11490 |     - |  19M|   0 | 891 |1806 |2553 |1806 |2382 | 410 |  18 |   0 | 6.600000e+01 |      --      |    Inf 
4.30/4.36	c   4.4s|     1 |     0 | 12228 |     - |  20M|   0 | 864 |1806 |2553 |1806 |2454 | 482 |  18 |   0 | 6.600000e+01 |      --      |    Inf 
6.19/6.26	c   6.3s|     1 |     2 | 12228 |     - |  20M|   0 | 864 |1806 |2553 |1806 |2454 | 482 |  18 |  17 | 6.600000e+01 |      --      |    Inf 
306.73/306.85	c   307s| 10000 |  3927 |  2177k| 216.6 |  48M|  71 |   - |1806 |4500 |1806 |2097 | 482 |  18k|7235 | 6.600000e+01 |      --      |    Inf 
498.40/498.59	c   499s| 20000 |  7003 |  3858k| 192.3 |  71M|  71 | 458 |1806 |4593 |1806 |2097 | 482 |  38k|  10k| 6.600000e+01 |      --      |    Inf 
679.46/679.60	c   680s| 30000 |  9286 |  5522k| 183.7 |  88M|  71 |   - |1806 |5682 |   0 |   0 | 482 |  58k|  13k| 6.600000e+01 |      --      |    Inf 
843.03/843.21	c   843s| 40000 | 11229 |  6867k| 171.4 | 105M|  74 | 140 |1806 |6300 |1806 |2097 | 482 |  78k|  17k| 6.600000e+01 |      --      |    Inf 
990.91/991.16	c   991s| 50000 | 14203 |  8158k| 162.9 | 129M|  74 | 228 |1806 |5552 |1806 |2097 | 482 |  93k|  19k| 6.600000e+01 |      --      |    Inf 
1146.28/1146.51	c  1147s| 60000 | 16278 |  9576k| 159.4 | 145M|  83 |   - |1806 |5356 |   0 |   0 | 482 | 113k|  21k| 6.600000e+01 |      --      |    Inf 
1301.25/1301.54	c  1302s| 70000 | 18690 | 10876k| 155.2 | 167M|  88 |1130 |1806 |6466 |1806 |2097 | 482 | 131k|  25k| 6.600000e+01 |      --      |    Inf 
1410.24/1410.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1410.24/1410.58	c  1411s| 80000 | 20101 | 12007k| 149.9 | 180M|  88 | 190 |1806 |6861 |1806 |2097 | 482 | 149k|  25k| 6.600000e+01 |      --      |    Inf 
1543.42/1543.70	c  1544s| 90000 | 21550 | 13122k| 145.7 | 196M|  88 | 143 |1806 |6642 |1806 |2097 | 482 | 168k|  29k| 6.600000e+01 |      --      |    Inf 
1666.69/1667.07	c  1667s|100000 | 22614 | 14237k| 142.3 | 208M|  88 | 239 |1806 |6942 |1806 |2097 | 482 | 186k|  31k| 6.600000e+01 |      --      |    Inf 
1753.88/1754.26	c  1754s|110000 | 23281 | 15172k| 137.8 | 215M|  88 |   - |1806 |7082 |   0 |   0 | 482 | 203k|  31k| 6.600000e+01 |      --      |    Inf 
1796.67/1797.00	c 
1796.67/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1796.67/1797.00	c Solving Time (sec) : 1797.00
1796.67/1797.00	c Solving Nodes      : 113820
1796.67/1797.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1796.67/1797.00	c Dual Bound         : +6.60000000000000e+01
1796.67/1797.00	c Gap                : infinite
1796.67/1797.00	s UNKNOWN
1796.67/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1796.67/1797.00	c Total Time         :    1797.00
1796.67/1797.00	c   solving          :    1797.00
1796.67/1797.00	c   presolving       :       0.47 (included in solving)
1796.67/1797.00	c   reading          :       0.06 (included in solving)
1796.67/1797.00	c Original Problem   :
1796.67/1797.00	c   Problem name     : HOME/instance-3735165-1338717503.opb
1796.67/1797.00	c   Variables        : 1807 (1807 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.67/1797.00	c   Constraints      : 3444 initial, 3444 maximal
1796.67/1797.00	c Presolved Problem  :
1796.67/1797.00	c   Problem name     : t_HOME/instance-3735165-1338717503.opb
1796.67/1797.00	c   Variables        : 1806 (1806 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.67/1797.00	c   Constraints      : 1972 initial, 8340 maximal
1796.67/1797.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1796.67/1797.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1796.67/1797.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1796.67/1797.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1796.67/1797.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1796.67/1797.00	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
1796.67/1797.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1796.67/1797.00	c   probing          :       0.40          0          0          0          0          0          0          0          0          0
1796.67/1797.00	c   knapsack         :       0.01          0          0          0          0          0          0          6         69        577
1796.67/1797.00	c   setppc           :       0.00          0          0          0          0          0          0          0          0          0
1796.67/1797.00	c   linear           :       0.05          1          0          0          1          0       1478          0         66        339
1796.67/1797.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1796.67/1797.00	c   root node        :          -          0          -          -          0          -          -          -          -          -
1796.67/1797.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1796.67/1797.00	c   integral         :          0          0          0      84680          0          4          0        143      22400          0          0     159026
1796.67/1797.00	c   knapsack         :        489          6     549005          0          0          3     933479       8929    1331826        815          0          0
1796.67/1797.00	c   setppc           :          6          6      57730          0          0          0        415          0        446          0          0          0
1796.67/1797.00	c   linear           :       1477+         7     540076          0          0          0     535658      36737    7593533          0          0          0
1796.67/1797.00	c   logicor          :          0+         6     298478          0          0          0     899991       2299     255065         10          0          0
1796.67/1797.00	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0
1796.67/1797.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1796.67/1797.00	c   integral         :     413.92       0.00       0.00     413.92       0.00       0.00       0.00
1796.67/1797.00	c   knapsack         :      29.11       0.04      28.45       0.00       0.00       0.00       0.61
1796.67/1797.00	c   setppc           :       0.03       0.00       0.03       0.00       0.00       0.00       0.00
1796.67/1797.00	c   linear           :      84.82       0.00      83.96       0.00       0.00       0.00       0.86
1796.67/1797.00	c   logicor          :      15.92       0.00      15.10       0.00       0.00       0.00       0.82
1796.67/1797.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1796.67/1797.00	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1796.67/1797.00	c   vbounds          :          0          0          0          0
1796.67/1797.00	c   rootredcost      :          0          0          0          0
1796.67/1797.00	c   pseudoobj        :     548588          0          0          0
1796.67/1797.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1796.67/1797.00	c   vbounds          :       0.09       0.09       0.00
1796.67/1797.00	c   rootredcost      :       0.09       0.09       0.00
1796.67/1797.00	c   pseudoobj        :       0.28       0.28       0.00
1796.67/1797.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.67/1797.00	c   propagation      :       4.26      47965      47919     520287       41.7       2785       25.9          -
1796.67/1797.00	c   infeasible LP    :       5.37      26489      26489      98769       28.8       1832       19.7          0
1796.67/1797.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.67/1797.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.67/1797.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.67/1797.00	c   applied globally :          -          -          -     209851       30.6          -          -          -
1796.67/1797.00	c   applied locally  :          -          -          -          0        0.0          -          -          -
1796.67/1797.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1796.67/1797.00	c   cut pool         :       0.00          5          -          -        849          -    (maximal pool size: 4108)
1796.67/1797.00	c   redcost          :       2.50      84643          0        133          0          0
1796.67/1797.00	c   impliedbounds    :       0.00          6          0          0         33          0
1796.67/1797.00	c   intobj           :       0.00          0          0          0          0          0
1796.67/1797.00	c   gomory           :       0.28          6          0          0         69          0
1796.67/1797.00	c   cgmip            :       0.00          0          0          0          0          0
1796.67/1797.00	c   closecuts        :       0.00          0          0          0          0          0
1796.67/1797.00	c   strongcg         :       0.28          6          0          0         27          0
1796.67/1797.00	c   cmir             :       0.80          6          0          0       2985          0
1796.67/1797.00	c   flowcover        :       0.53          6          0          0       1200          0
1796.67/1797.00	c   clique           :       0.00          6          0          0          0          0
1796.67/1797.00	c   zerohalf         :       0.00          0          0          0          0          0
1796.67/1797.00	c   mcf              :       0.00          1          0          0          0          0
1796.67/1797.00	c   oddcycle         :       0.00          0          0          0          0          0
1796.67/1797.00	c   rapidlearning    :       0.60          1          0          0          0        563
1796.67/1797.00	c Pricers            :       Time      Calls       Vars
1796.67/1797.00	c   problem variables:       0.00          0          0
1796.67/1797.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.67/1797.00	c   relpscost        :     413.84      84680        143      22400          0          0     159026
1796.67/1797.00	c   pscost           :       0.00          0          0          0          0          0          0
1796.67/1797.00	c   inference        :       0.00          0          0          0          0          0          0
1796.67/1797.00	c   mostinf          :       0.00          0          0          0          0          0          0
1796.67/1797.00	c   leastinf         :       0.00          0          0          0          0          0          0
1796.67/1797.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1796.67/1797.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1796.67/1797.00	c   random           :       0.00          0          0          0          0          0          0
1796.67/1797.00	c Primal Heuristics  :       Time      Calls      Found
1796.67/1797.00	c   LP solutions     :       0.00          -          0
1796.67/1797.00	c   pseudo solutions :       0.00          -          0
1796.67/1797.00	c   oneopt           :       0.04          0          0
1796.67/1797.00	c   crossover        :       0.03          0          0
1796.67/1797.00	c   guideddiving     :       0.00          0          0
1796.67/1797.00	c   intshifting      :       0.00          0          0
1796.67/1797.00	c   feaspump         :      22.91        112          0
1796.67/1797.00	c   veclendiving     :      22.91        371          0
1796.67/1797.00	c   coefdiving       :      97.30        372          0
1796.67/1797.00	c   pscostdiving     :      42.60        372          0
1796.67/1797.00	c   linesearchdiving :      22.25        372          0
1796.67/1797.00	c   fracdiving       :      62.26        372          0
1796.67/1797.00	c   trivial          :       0.00          2          0
1796.67/1797.00	c   shiftandpropagate:       0.04          1          0
1796.67/1797.00	c   simplerounding   :       0.02          0          0
1796.67/1797.00	c   zirounding       :       0.23       1000          0
1796.67/1797.00	c   rounding         :       1.05       4066          0
1796.67/1797.00	c   shifting         :       6.55       1230          0
1796.67/1797.00	c   twoopt           :       0.00          0          0
1796.67/1797.00	c   fixandinfer      :       0.00          0          0
1796.67/1797.00	c   clique           :       0.00          0          0
1796.67/1797.00	c   intdiving        :       0.00          0          0
1796.67/1797.00	c   actconsdiving    :       0.00          0          0
1796.67/1797.00	c   objpscostdiving  :      18.87         67          0
1796.67/1797.00	c   rootsoldiving    :      11.78        141          0
1796.67/1797.00	c   octane           :       0.00          0          0
1796.67/1797.00	c   rens             :       0.07          1          0
1796.67/1797.00	c   rins             :       0.00          0          0
1796.67/1797.00	c   localbranching   :       0.00          0          0
1796.67/1797.00	c   mutation         :       0.00          0          0
1796.67/1797.00	c   dins             :       0.00          0          0
1796.67/1797.00	c   vbounds          :       0.00          0          0
1796.67/1797.00	c   undercover       :       0.00          0          0
1796.67/1797.00	c   subnlp           :       0.02          0          0
1796.67/1797.00	c   trysol           :       0.02          0          0
1796.67/1797.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1796.67/1797.00	c   primal LP        :       0.01          0          0       0.00          -
1796.67/1797.00	c   dual LP          :     818.17      92465   13023400     140.85   15917.71
1796.67/1797.00	c   lex dual LP      :       0.00          0          0       0.00          -
1796.67/1797.00	c   barrier LP       :       0.00          0          0       0.00          -
1796.67/1797.00	c   diving/probing LP:     251.26      62419    2529712      40.53   10067.96
1796.67/1797.00	c   strong branching :     405.62      32675    3863908     118.25    9525.93
1796.67/1797.00	c     (at root node) :          -         17       9239     543.47          -
1796.67/1797.00	c   conflict analysis:       0.00          0          0       0.00          -
1796.67/1797.00	c B&B Tree           :
1796.67/1797.00	c   number of runs   :          1
1796.67/1797.00	c   nodes            :     113820
1796.67/1797.00	c   nodes (total)    :     113820
1796.67/1797.00	c   nodes left       :      23595
1796.67/1797.00	c   max depth        :         91
1796.67/1797.00	c   max depth (total):         91
1796.67/1797.00	c   backtracks       :      23204 (20.4%)
1796.67/1797.00	c   delayed cutoffs  :      21612
1796.67/1797.00	c   repropagations   :     121149 (2542089 domain reductions, 14265 cutoffs)
1796.67/1797.00	c   avg switch length:       8.15
1796.67/1797.00	c   switching time   :      96.55
1796.67/1797.00	c Solution           :
1796.67/1797.00	c   Solutions found  :          0 (0 improvements)
1796.67/1797.00	c   Primal Bound     :          -
1796.67/1797.00	c   Dual Bound       : +6.60000000000000e+01
1796.67/1797.00	c   Gap              :   infinite
1796.67/1797.00	c   Root Dual Bound  : +6.60000000000000e+01
1796.67/1797.00	c   Root Iterations  :      12228
1796.88/1797.20	c Time complete: 1796.88.

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

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

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


[startup+0 s]
/proc/loadavg: 2.04 2.04 1.97 3/176 13595
/proc/meminfo: memFree=26620568/32873648 swapFree=6860/6860
[pid=13595] ppid=13593 vsize=10952 CPUtime=0 cores=1,3,5,7
/proc/13595/stat : 13595 (scip-2.0.1.4b_2) R 13593 13595 13307 0 -1 4202496 1587 0 0 0 0 0 0 0 20 0 1 0 337876327 11214848 1542 33554432000 4194304 9016284 140735302711216 140734748742280 7825944 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13595/statm: 2738 1553 340 1178 0 1556 0

[startup+0.085511 s]
/proc/loadavg: 2.04 2.04 1.97 3/176 13595
/proc/meminfo: memFree=26620568/32873648 swapFree=6860/6860
[pid=13595] ppid=13593 vsize=48444 CPUtime=0.08 cores=1,3,5,7
/proc/13595/stat : 13595 (scip-2.0.1.4b_2) R 13593 13595 13307 0 -1 4202496 10577 0 0 0 7 1 0 0 20 0 1 0 337876327 49606656 10532 33554432000 4194304 9016284 140735302711216 140734748742280 4787056 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13595/statm: 12111 10532 449 1178 0 10929 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 48444

[startup+0.100286 s]
/proc/loadavg: 2.04 2.04 1.97 3/176 13595
/proc/meminfo: memFree=26620568/32873648 swapFree=6860/6860
[pid=13595] ppid=13593 vsize=48444 CPUtime=0.09 cores=1,3,5,7
/proc/13595/stat : 13595 (scip-2.0.1.4b_2) R 13593 13595 13307 0 -1 4202496 10597 0 0 0 8 1 0 0 20 0 1 0 337876327 49606656 10552 33554432000 4194304 9016284 140735302711216 140734748742280 7260883 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13595/statm: 12111 10552 469 1178 0 10929 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 48444

[startup+0.300207 s]
/proc/loadavg: 2.04 2.04 1.97 3/176 13595
/proc/meminfo: memFree=26620568/32873648 swapFree=6860/6860
[pid=13595] ppid=13593 vsize=50508 CPUtime=0.29 cores=1,3,5,7
/proc/13595/stat : 13595 (scip-2.0.1.4b_2) R 13593 13595 13307 0 -1 4202496 11452 0 0 0 28 1 0 0 20 0 1 0 337876327 51720192 11150 33554432000 4194304 9016284 140735302711216 140734748742280 5254730 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13595/statm: 12627 11150 525 1178 0 11445 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 50508

[startup+0.700251 s]
/proc/loadavg: 2.04 2.04 1.97 3/176 13595
/proc/meminfo: memFree=26620568/32873648 swapFree=6860/6860
[pid=13595] ppid=13593 vsize=62212 CPUtime=0.69 cores=1,3,5,7
/proc/13595/stat : 13595 (scip-2.0.1.4b_2) R 13593 13595 13307 0 -1 4202496 15118 0 0 0 67 2 0 0 20 0 1 0 337876327 63705088 14068 33554432000 4194304 9016284 140735302711216 140735302706888 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13595/statm: 15553 14068 656 1178 0 14371 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 62212

[startup+1.50021 s]
/proc/loadavg: 2.04 2.04 1.97 3/177 13596
/proc/meminfo: memFree=26567284/32873648 swapFree=6860/6860
[pid=13595] ppid=13593 vsize=92812 CPUtime=1.49 cores=1,3,5,7
/proc/13595/stat : 13595 (scip-2.0.1.4b_2) R 13593 13595 13307 0 -1 4202496 22592 0 0 0 146 3 0 0 20 0 1 0 337876327 95039488 21542 33554432000 4194304 9016284 140735302711216 140735302704888 7824814 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13595/statm: 23203 21542 696 1178 0 22021 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 92812

[startup+3.10024 s]
/proc/loadavg: 2.04 2.04 1.97 3/177 13596
/proc/meminfo: memFree=26533804/32873648 swapFree=6860/6860
[pid=13595] ppid=13593 vsize=95220 CPUtime=3.09 cores=1,3,5,7
/proc/13595/stat : 13595 (scip-2.0.1.4b_2) R 13593 13595 13307 0 -1 4202496 23426 0 0 0 305 4 0 0 20 0 1 0 337876327 97505280 22335 33554432000 4194304 9016284 140735302711216 140735302706376 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13595/statm: 23805 22335 703 1178 0 22623 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 95220

[startup+6.30014 s]
/proc/loadavg: 2.04 2.04 1.97 3/177 13596
/proc/meminfo: memFree=26529692/32873648 swapFree=6860/6860
[pid=13595] ppid=13593 vsize=95268 CPUtime=6.29 cores=1,3,5,7
/proc/13595/stat : 13595 (scip-2.0.1.4b_2) R 13593 13595 13307 0 -1 4202496 27096 0 0 0 622 7 0 0 20 0 1 0 337876327 97554432 22672 33554432000 4194304 9016284 140735302711216 140735302704520 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13595/statm: 23817 22672 707 1178 0 22635 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 95268

[startup+12.7002 s]
/proc/loadavg: 2.03 2.03 1.97 3/177 13596
/proc/meminfo: memFree=26527344/32873648 swapFree=6860/6860
[pid=13595] ppid=13593 vsize=95268 CPUtime=12.69 cores=1,3,5,7
/proc/13595/stat : 13595 (scip-2.0.1.4b_2) R 13593 13595 13307 0 -1 4202496 27096 0 0 0 1257 12 0 0 20 0 1 0 337876327 97554432 22672 33554432000 4194304 9016284 140735302711216 140735302704968 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13595/statm: 23817 22672 707 1178 0 22635 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 95268

[startup+25.5002 s]
/proc/loadavg: 2.02 2.03 1.97 3/177 13596
/proc/meminfo: memFree=26527200/32873648 swapFree=6860/6860
[pid=13595] ppid=13593 vsize=95268 CPUtime=25.48 cores=1,3,5,7
/proc/13595/stat : 13595 (scip-2.0.1.4b_2) R 13593 13595 13307 0 -1 4202496 27099 0 0 0 2522 26 0 0 20 0 1 0 337876327 97554432 22675 33554432000 4194304 9016284 140735302711216 140735302705064 7214215 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13595/statm: 23817 22675 710 1178 0 22635 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 95268

[startup+51.1002 s]
/proc/loadavg: 2.02 2.03 1.97 3/177 13596
/proc/meminfo: memFree=26519016/32873648 swapFree=6860/6860
[pid=13595] ppid=13593 vsize=95268 CPUtime=51.08 cores=1,3,5,7
/proc/13595/stat : 13595 (scip-2.0.1.4b_2) R 13593 13595 13307 0 -1 4202496 27104 0 0 0 5056 52 0 0 20 0 1 0 337876327 97554432 22680 33554432000 4194304 9016284 140735302711216 140735302704632 7199008 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13595/statm: 23817 22680 710 1178 0 22635 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 95268

[startup+102.306 s]
/proc/loadavg: 2.05 2.04 1.98 3/178 13637
/proc/meminfo: memFree=26838176/32873648 swapFree=6860/6860
[pid=13595] ppid=13593 vsize=95268 CPUtime=102.26 cores=1,3,5,7
/proc/13595/stat : 13595 (scip-2.0.1.4b_2) R 13593 13595 13307 0 -1 4202496 27129 0 0 0 10117 109 0 0 20 0 1 0 337876327 97554432 22969 33554432000 4194304 9016284 140735302711216 140735302705544 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13595/statm: 23817 22969 710 1178 0 22635 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 95268

[startup+162.3 s]
/proc/loadavg: 2.02 2.03 1.98 3/178 13660
/proc/meminfo: memFree=26797296/32873648 swapFree=6860/6860
[pid=13595] ppid=13593 vsize=97524 CPUtime=162.25 cores=1,3,5,7
/proc/13595/stat : 13595 (scip-2.0.1.4b_2) R 13593 13595 13307 0 -1 4202496 28419 0 0 0 16047 178 0 0 20 0 1 0 337876327 99864576 23456 33554432000 4194304 9016284 140735302711216 140735302705256 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13595/statm: 24381 23456 710 1178 0 23199 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 97524

[startup+222.3 s]
/proc/loadavg: 2.00 2.02 1.98 3/177 13660
/proc/meminfo: memFree=26785692/32873648 swapFree=6860/6860
[pid=13595] ppid=13593 vsize=106856 CPUtime=222.25 cores=1,3,5,7
/proc/13595/stat : 13595 (scip-2.0.1.4b_2) R 13593 13595 13307 0 -1 4202496 46946 0 0 0 21980 245 0 0 20 0 1 0 337876327 109420544 25683 33554432000 4194304 9016284 140735302711216 140735302704520 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13595/statm: 26714 25683 710 1178 0 25532 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 106856

[startup+282.3 s]
/proc/loadavg: 2.00 2.02 1.98 3/177 13660
/proc/meminfo: memFree=26780412/32873648 swapFree=6860/6860
[pid=13595] ppid=13593 vsize=115224 CPUtime=282.23 cores=1,3,5,7
/proc/13595/stat : 13595 (scip-2.0.1.4b_2) R 13593 13595 13307 0 -1 4202496 68275 0 0 0 27912 311 0 0 20 0 1 0 337876327 117989376 27910 33554432000 4194304 9016284 140735302711216 140735302705272 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13595/statm: 28806 27910 710 1178 0 27624 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 115224

[startup+342.3 s]
/proc/loadavg: 2.03 2.02 1.98 3/177 13660
/proc/meminfo: memFree=26766996/32873648 swapFree=6860/6860
[pid=13595] ppid=13593 vsize=125656 CPUtime=342.22 cores=1,3,5,7
/proc/13595/stat : 13595 (scip-2.0.1.4b_2) R 13593 13595 13307 0 -1 4202496 82928 0 0 0 33851 371 0 0 20 0 1 0 337876327 128671744 30546 33554432000 4194304 9016284 140735302711216 140735302705272 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13595/statm: 31414 30546 710 1178 0 30232 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 125656

[startup+402.3 s]
/proc/loadavg: 2.04 2.03 1.99 3/177 13660
/proc/meminfo: memFree=26771960/32873648 swapFree=6860/6860
[pid=13595] ppid=13593 vsize=134868 CPUtime=402.21 cores=1,3,5,7
/proc/13595/stat : 13595 (scip-2.0.1.4b_2) R 13593 13595 13307 0 -1 4202496 98552 0 0 0 39777 444 0 0 20 0 1 0 337876327 138104832 32826 33554432000 4194304 9016284 140735302711216 140735302705320 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13595/statm: 33717 32826 710 1178 0 32535 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 134868

[startup+462.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/177 13661
/proc/meminfo: memFree=26755736/32873648 swapFree=6860/6860
[pid=13595] ppid=13593 vsize=147904 CPUtime=462.19 cores=1,3,5,7
/proc/13595/stat : 13595 (scip-2.0.1.4b_2) R 13593 13595 13307 0 -1 4202496 111620 0 0 0 45699 520 0 0 20 0 1 0 337876327 151453696 36190 33554432000 4194304 9016284 140735302711216 140735302705080 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13595/statm: 36976 36190 710 1178 0 35794 0
Current children cumulated CPU time (s) 462.19
Current children cumulated vsize (KiB) 147904

[startup+522.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/177 13661
/proc/meminfo: memFree=26736752/32873648 swapFree=6860/6860
[pid=13595] ppid=13593 vsize=155860 CPUtime=522.19 cores=1,3,5,7
/proc/13595/stat : 13595 (scip-2.0.1.4b_2) R 13593 13595 13307 0 -1 4202496 122498 0 0 0 51625 594 0 0 20 0 1 0 337876327 159600640 38187 33554432000 4194304 9016284 140735302711216 140735302705384 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13595/statm: 38965 38187 710 1178 0 37783 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 155860

[startup+582.3 s]
/proc/loadavg: 2.05 2.05 2.00 3/177 13661
/proc/meminfo: memFree=26722724/32873648 swapFree=6860/6860
[pid=13595] ppid=13593 vsize=162252 CPUtime=582.18 cores=1,3,5,7
/proc/13595/stat : 13595 (scip-2.0.1.4b_2) R 13593 13595 13307 0 -1 4202496 138168 0 0 0 57550 668 0 0 20 0 1 0 337876327 166146048 39829 33554432000 4194304 9016284 140735302711216 140735302704392 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13595/statm: 40563 39829 710 1178 0 39381 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 162252

[startup+642.3 s]

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

/proc/meminfo: memFree=26628860/32873648 swapFree=6860/6860
[pid=13595] ppid=13593 vsize=248980 CPUtime=1122.08 cores=1,3,5,7
/proc/13595/stat : 13595 (scip-2.0.1.4b_2) R 13593 13595 13307 0 -1 4202496 192580 0 0 0 110928 1280 0 0 20 0 1 0 337876327 254955520 61521 33554432000 4194304 9016284 140735302711216 140735302705128 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13595/statm: 62245 61521 710 1178 0 61063 0
Current children cumulated CPU time (s) 1122.08
Current children cumulated vsize (KiB) 248980

[startup+1182.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 13666
/proc/meminfo: memFree=26614004/32873648 swapFree=6860/6860
[pid=13595] ppid=13593 vsize=265956 CPUtime=1182.07 cores=1,3,5,7
/proc/13595/stat : 13595 (scip-2.0.1.4b_2) R 13593 13595 13307 0 -1 4202496 198849 0 0 0 116859 1348 0 0 20 0 1 0 337876327 272338944 65641 33554432000 4194304 9016284 140735302711216 140735302704968 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13595/statm: 66489 65641 710 1178 0 65307 0
Current children cumulated CPU time (s) 1182.07
Current children cumulated vsize (KiB) 265956

[startup+1242.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 13666
/proc/meminfo: memFree=26604704/32873648 swapFree=6860/6860
[pid=13595] ppid=13593 vsize=274592 CPUtime=1242.07 cores=1,3,5,7
/proc/13595/stat : 13595 (scip-2.0.1.4b_2) R 13593 13595 13307 0 -1 4202496 201203 0 0 0 122788 1419 0 0 20 0 1 0 337876327 281182208 67922 33554432000 4194304 9016284 140735302711216 140735302705000 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13595/statm: 68648 67922 710 1178 0 67466 0
Current children cumulated CPU time (s) 1242.07
Current children cumulated vsize (KiB) 274592

[startup+1302.3 s]
/proc/loadavg: 2.12 2.04 2.01 3/178 13669
/proc/meminfo: memFree=26595144/32873648 swapFree=6860/6860
[pid=13595] ppid=13593 vsize=283580 CPUtime=1302.06 cores=1,3,5,7
/proc/13595/stat : 13595 (scip-2.0.1.4b_2) R 13593 13595 13307 0 -1 4202496 204200 0 0 0 128713 1493 0 0 20 0 1 0 337876327 290385920 70075 33554432000 4194304 9016284 140735302711216 140735302704968 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13595/statm: 70895 70075 710 1178 0 69713 0
Current children cumulated CPU time (s) 1302.06
Current children cumulated vsize (KiB) 283580

[startup+1362.3 s]
/proc/loadavg: 2.08 2.05 2.01 3/177 13670
/proc/meminfo: memFree=26584660/32873648 swapFree=6860/6860
[pid=13595] ppid=13593 vsize=294308 CPUtime=1362.05 cores=1,3,5,7
/proc/13595/stat : 13595 (scip-2.0.1.4b_2) R 13593 13595 13307 0 -1 4202496 208671 0 0 0 134642 1563 0 0 20 0 1 0 337876327 301371392 72771 33554432000 4194304 9016284 140735302711216 140735302705544 5252922 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13595/statm: 73577 72771 710 1178 0 72395 0
Current children cumulated CPU time (s) 1362.05
Current children cumulated vsize (KiB) 294308

[startup+1422.31 s]
/proc/loadavg: 2.06 2.05 2.01 3/177 13670
/proc/meminfo: memFree=26574244/32873648 swapFree=6860/6860
[pid=13595] ppid=13593 vsize=304648 CPUtime=1422.05 cores=1,3,5,7
/proc/13595/stat : 13595 (scip-2.0.1.4b_2) R 13593 13595 13307 0 -1 4202496 211367 0 0 0 140574 1631 0 0 20 0 1 0 337876327 311959552 75436 33554432000 4194304 9016284 140735302711216 140735302704632 6404011 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13595/statm: 76162 75436 710 1178 0 74980 0
Current children cumulated CPU time (s) 1422.05
Current children cumulated vsize (KiB) 304648

[startup+1482.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/177 13670
/proc/meminfo: memFree=26565816/32873648 swapFree=6860/6860
[pid=13595] ppid=13593 vsize=313424 CPUtime=1482.02 cores=1,3,5,7
/proc/13595/stat : 13595 (scip-2.0.1.4b_2) R 13593 13595 13307 0 -1 4202496 213491 0 0 0 146503 1699 0 0 20 0 1 0 337876327 320946176 77537 33554432000 4194304 9016284 140735302711216 140735302705544 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13595/statm: 78356 77537 710 1178 0 77174 0
Current children cumulated CPU time (s) 1482.02
Current children cumulated vsize (KiB) 313424

[startup+1542.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/177 13670
/proc/meminfo: memFree=26555836/32873648 swapFree=6860/6860
[pid=13595] ppid=13593 vsize=322440 CPUtime=1542.02 cores=1,3,5,7
/proc/13595/stat : 13595 (scip-2.0.1.4b_2) R 13593 13595 13307 0 -1 4202496 216452 0 0 0 152440 1762 0 0 20 0 1 0 337876327 330178560 79909 33554432000 4194304 9016284 140735302711216 140735302705544 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13595/statm: 80610 79909 710 1178 0 79428 0
Current children cumulated CPU time (s) 1542.02
Current children cumulated vsize (KiB) 322440

[startup+1602.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/177 13670
/proc/meminfo: memFree=26551504/32873648 swapFree=6860/6860
[pid=13595] ppid=13593 vsize=327268 CPUtime=1602 cores=1,3,5,7
/proc/13595/stat : 13595 (scip-2.0.1.4b_2) R 13593 13595 13307 0 -1 4202496 219394 0 0 0 158363 1837 0 0 20 0 1 0 337876327 335122432 81117 33554432000 4194304 9016284 140735302711216 140735302705128 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13595/statm: 81817 81117 710 1178 0 80635 0
Current children cumulated CPU time (s) 1602
Current children cumulated vsize (KiB) 327268

[startup+1662.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/176 13670
/proc/meminfo: memFree=26544444/32873648 swapFree=6860/6860
[pid=13595] ppid=13593 vsize=334628 CPUtime=1661.99 cores=1,3,5,7
/proc/13595/stat : 13595 (scip-2.0.1.4b_2) R 13593 13595 13307 0 -1 4202496 223996 0 0 0 164291 1908 0 0 20 0 1 0 337876327 342659072 82966 33554432000 4194304 9016284 140735302711216 140735302705544 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13595/statm: 83657 82966 710 1178 0 82475 0
Current children cumulated CPU time (s) 1661.99
Current children cumulated vsize (KiB) 334628

[startup+1722.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/178 13672
/proc/meminfo: memFree=26535252/32873648 swapFree=6860/6860
[pid=13595] ppid=13593 vsize=343764 CPUtime=1721.99 cores=1,3,5,7
/proc/13595/stat : 13595 (scip-2.0.1.4b_2) R 13593 13595 13307 0 -1 4202496 227180 0 0 0 170222 1977 0 0 20 0 1 0 337876327 352014336 85235 33554432000 4194304 9016284 140735302711216 140735302704904 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13595/statm: 85941 85235 710 1178 0 84759 0
Current children cumulated CPU time (s) 1721.99
Current children cumulated vsize (KiB) 343764

[startup+1782.3 s]
/proc/loadavg: 2.06 2.04 2.00 3/177 13672
/proc/meminfo: memFree=26528192/32873648 swapFree=6860/6860
[pid=13595] ppid=13593 vsize=350632 CPUtime=1781.98 cores=1,3,5,7
/proc/13595/stat : 13595 (scip-2.0.1.4b_2) R 13593 13595 13307 0 -1 4202496 228933 0 0 0 176154 2044 0 0 20 0 1 0 337876327 359047168 86941 33554432000 4194304 9016284 140735302711216 140735302705544 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13595/statm: 87658 86941 710 1178 0 86476 0
Current children cumulated CPU time (s) 1781.98
Current children cumulated vsize (KiB) 350632

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

[startup+1785.5 s]
/proc/loadavg: 2.06 2.04 2.00 3/177 13672
/proc/meminfo: memFree=26528564/32873648 swapFree=6860/6860
[pid=13595] ppid=13593 vsize=350632 CPUtime=1785.17 cores=1,3,5,7
/proc/13595/stat : 13595 (scip-2.0.1.4b_2) R 13593 13595 13307 0 -1 4202496 228933 0 0 0 176470 2047 0 0 20 0 1 0 337876327 359047168 86941 33554432000 4194304 9016284 140735302711216 140735302705416 7214320 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13595/statm: 87658 86941 710 1178 0 86476 0
Current children cumulated CPU time (s) 1785.17
Current children cumulated vsize (KiB) 350632

[startup+1791.91 s]
/proc/loadavg: 2.13 2.05 2.01 3/177 13672
/proc/meminfo: memFree=26528440/32873648 swapFree=6860/6860
[pid=13595] ppid=13593 vsize=350632 CPUtime=1791.58 cores=1,3,5,7
/proc/13595/stat : 13595 (scip-2.0.1.4b_2) R 13593 13595 13307 0 -1 4202496 228942 0 0 0 177101 2057 0 0 20 0 1 0 337876327 359047168 86950 33554432000 4194304 9016284 140735302711216 140735302704968 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13595/statm: 87658 86950 710 1178 0 86476 0
Current children cumulated CPU time (s) 1791.58
Current children cumulated vsize (KiB) 350632

[startup+1795.1 s]
/proc/loadavg: 2.12 2.05 2.01 3/177 13672
/proc/meminfo: memFree=26527448/32873648 swapFree=6860/6860
[pid=13595] ppid=13593 vsize=351692 CPUtime=1794.78 cores=1,3,5,7
/proc/13595/stat : 13595 (scip-2.0.1.4b_2) R 13593 13595 13307 0 -1 4202496 229207 0 0 0 177419 2059 0 0 20 0 1 0 337876327 360132608 87215 33554432000 4194304 9016284 140735302711216 140735302705384 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13595/statm: 87923 87215 710 1178 0 86741 0
Current children cumulated CPU time (s) 1794.78
Current children cumulated vsize (KiB) 351692

[startup+1795.9 s]
/proc/loadavg: 2.12 2.05 2.01 3/177 13672
/proc/meminfo: memFree=26527448/32873648 swapFree=6860/6860
[pid=13595] ppid=13593 vsize=352228 CPUtime=1795.58 cores=1,3,5,7
/proc/13595/stat : 13595 (scip-2.0.1.4b_2) R 13593 13595 13307 0 -1 4202496 229317 0 0 0 177497 2061 0 0 20 0 1 0 337876327 360681472 87325 33554432000 4194304 9016284 140735302711216 140735302705080 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13595/statm: 88057 87325 710 1178 0 86875 0
Current children cumulated CPU time (s) 1795.58
Current children cumulated vsize (KiB) 352228

[startup+1796.7 s]
/proc/loadavg: 2.12 2.05 2.01 3/177 13672
/proc/meminfo: memFree=26527324/32873648 swapFree=6860/6860
[pid=13595] ppid=13593 vsize=352228 CPUtime=1796.38 cores=1,3,5,7
/proc/13595/stat : 13595 (scip-2.0.1.4b_2) R 13593 13595 13307 0 -1 4202496 229317 0 0 0 177576 2062 0 0 20 0 1 0 337876327 360681472 87325 33554432000 4194304 9016284 140735302711216 140735302705176 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13595/statm: 88057 87325 710 1178 0 86875 0
Current children cumulated CPU time (s) 1796.38
Current children cumulated vsize (KiB) 352228

[startup+1797.1 s]
/proc/loadavg: 2.12 2.05 2.01 3/177 13672
/proc/meminfo: memFree=26527324/32873648 swapFree=6860/6860
[pid=13595] ppid=13593 vsize=352228 CPUtime=1796.77 cores=1,3,5,7
/proc/13595/stat : 13595 (scip-2.0.1.4b_2) R 13593 13595 13307 0 -1 4202496 229319 0 0 0 177615 2062 0 0 20 0 1 0 337876327 360681472 87327 33554432000 4194304 9016284 140735302711216 140735302705176 7854966 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13595/statm: 88057 87327 712 1178 0 86875 0
Current children cumulated CPU time (s) 1796.77
Current children cumulated vsize (KiB) 352228

[startup+1797.2 s]
/proc/loadavg: 2.12 2.05 2.01 3/177 13672
/proc/meminfo: memFree=26527324/32873648 swapFree=6860/6860
[pid=13595] ppid=13593 vsize=335568 CPUtime=1796.88 cores=1,3,5,7
/proc/13595/stat : 13595 (scip-2.0.1.4b_2) R 13593 13595 13307 0 -1 4202496 229319 0 0 0 177625 2063 0 0 20 0 1 0 337876327 343621632 83310 33554432000 4194304 9016284 140735302711216 140735302705176 7933303 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13595/statm: 83892 83310 712 1178 0 82710 0
Current children cumulated CPU time (s) 1796.88
Current children cumulated vsize (KiB) 335568

Child status: 0
Real time (s): 1797.21
CPU time (s): 1796.89
CPU user time (s): 1776.26
CPU system time (s): 20.6369
CPU usage (%): 99.9825
Max. virtual memory (cumulated for all children) (KiB): 352228

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1776.25
system time used= 20.6369
maximum resident set size= 349308
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 229324
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= 57
involuntary context switches= 1844

runsolver used 3.21551 second user time and 8.32873 second system time

The end

Launcher Data

Begin job on node116 at 2012-06-03 11:58:23
IDJOB=3735165
IDBENCH=2946
IDSOLVER=2329
FILE ID=node116/3735165-1338717503
RUNJOBID= node116-1338713903-13324
PBS_JOBID= 14636747
Free space on /tmp= 71020 MiB

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

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

MD5SUM BENCH= d262db503fd284bdfe2b43790fda8490
RANDOM SEED=924397117

node116.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        26621204 kB
Buffers:          549296 kB
Cached:          4115536 kB
SwapCached:         3028 kB
Active:          2904800 kB
Inactive:        2432512 kB
Active(anon):     662676 kB
Inactive(anon):     8500 kB
Active(file):    2242124 kB
Inactive(file):  2424012 kB
Unevictable:        6860 kB
Mlocked:            6860 kB
SwapTotal:      67108856 kB
SwapFree:       67103480 kB
Dirty:             17808 kB
Writeback:             0 kB
AnonPages:        673004 kB
Mapped:            14692 kB
Shmem:                68 kB
Slab:             775080 kB
SReclaimable:     218852 kB
SUnreclaim:       556228 kB
KernelStack:        1480 kB
PageTables:         5108 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     788784 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    579584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70996 MiB
End job on node116 at 2012-06-03 12:28:20