Trace number 3735097

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
PB10: SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver? 1789.82 1790.12

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_11.opb
MD5SUMc19ad978a977652a94fc03b8ce63204a
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark72
Best CPU time to get the best result obtained on this benchmark1800.01
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 74
Optimality of the best value was proved NO
Number of variables1288
Total number of constraints2431
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 constraints2430
Minimum length of a constraint1
Maximum length of a constraint29
Number of terms in the objective function 8
Biggest coefficient in the objective function 64
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 182
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 175
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 802
Number of bits of the biggest sum of numbers10
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 1.2.1.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2]
0.00/0.00	c Copyright (c) 2002-2010 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-3735097-1338703817.opb>
0.00/0.06	c original problem has 1288 variables (1288 bin, 0 int, 0 impl, 0 cont) and 2431 constraints
0.00/0.06	c problem read
0.00/0.06	c presolving settings loaded
0.00/0.07	c presolving:
0.00/0.09	c (round 1) 1 del vars, 1 del conss, 1 chg bounds, 2 chg sides, 37 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.00/0.10	c (round 2) 1 del vars, 1183 del conss, 1 chg bounds, 2 chg sides, 37 chg coeffs, 38 upgd conss, 0 impls, 0 clqs
0.09/0.11	c (round 3) 1 del vars, 1183 del conss, 1 chg bounds, 2 chg sides, 37 chg coeffs, 66 upgd conss, 26 impls, 0 clqs
0.19/0.23	c    (0.2s) probing: 151/1287 (11.7%) - 0 fixings, 0 aggregations, 4 implications, 0 bound changes
0.19/0.23	c    (0.2s) probing aborted: 100/100 successive totally useless probings
0.19/0.23	c presolving (4 rounds):
0.19/0.23	c  1 deleted vars, 1183 deleted constraints, 1 tightened bounds, 0 added holes, 2 changed sides, 37 changed coefficients
0.19/0.23	c  36 implications, 0 cliques
0.19/0.23	c presolved problem has 1287 variables (1287 bin, 0 int, 0 impl, 0 cont) and 1248 constraints
0.19/0.23	c      66 constraints of type <knapsack>
0.19/0.23	c    1182 constraints of type <linear>
0.19/0.23	c transformed objective value is always integral (scale: 1)
0.19/0.23	c Presolving Time: 0.16
0.19/0.23	c - non default parameters ----------------------------------------------------------------------
0.19/0.23	c # SCIP version 1.2.1.3
0.19/0.23	c 
0.19/0.23	c # frequency for displaying node information lines
0.19/0.23	c # [type: int, range: [-1,2147483647], default: 100]
0.19/0.23	c display/freq = 10000
0.19/0.23	c 
0.19/0.23	c # maximal time in seconds to run
0.19/0.23	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.23	c limits/time = 1789.95
0.19/0.23	c 
0.19/0.23	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.19/0.23	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.23	c limits/memory = 13950
0.19/0.23	c 
0.19/0.23	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.19/0.23	c # [type: int, range: [1,2], default: 1]
0.19/0.23	c timing/clocktype = 2
0.19/0.23	c 
0.19/0.23	c # should presolving try to simplify inequalities
0.19/0.23	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.23	c constraints/linear/simplifyinequalities = TRUE
0.19/0.23	c 
0.19/0.23	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.19/0.23	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.23	c constraints/indicator/addCouplingCons = TRUE
0.19/0.23	c 
0.19/0.23	c # should presolving try to simplify knapsacks
0.19/0.23	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.23	c constraints/knapsack/simplifyinequalities = TRUE
0.19/0.23	c 
0.19/0.23	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.19/0.23	c # [type: int, range: [-1,2147483647], default: -1]
0.19/0.23	c separating/rapidlearning/freq = 0
0.19/0.23	c 
0.19/0.23	c -----------------------------------------------------------------------------------------------
0.19/0.23	c start solving
0.19/0.23	c 
0.19/0.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.19/0.24	c   0.2s|     1 |     0 |   198 |     - |9524k|   0 | 178 |1287 |1248 |1287 |1248 |   0 |   0 |   0 | 5.500000e+01 |      --      |    Inf 
0.49/0.53	c   0.5s|     1 |     0 |  1141 |     - |9996k|   0 | 363 |1287 |1248 |1287 |1339 |  91 |   0 |   0 | 5.500000e+01 |      --      |    Inf 
0.79/0.80	c   0.7s|     1 |     0 |  2267 |     - |  10M|   0 | 739 |1287 |1248 |1287 |1509 | 261 |   0 |   0 | 5.500000e+01 |      --      |    Inf 
1.09/1.18	c   1.1s|     1 |     0 |  3284 |     - |  11M|   0 | 654 |1287 |1248 |1287 |1656 | 408 |   0 |   0 | 5.500000e+01 |      --      |    Inf 
1.59/1.60	c   1.5s|     1 |     0 |  4131 |     - |  11M|   0 | 758 |1287 |1248 |1287 |1780 | 532 |   0 |   0 | 5.500000e+01 |      --      |    Inf 
1.99/2.08	c   2.0s|     1 |     0 |  4599 |     - |  12M|   0 | 787 |1287 |1248 |1287 |1901 | 653 |   0 |   0 | 5.500000e+01 |      --      |    Inf 
2.79/2.80	c   2.7s|     1 |     0 |  5991 |     - |  12M|   0 | 802 |1287 |1248 |1287 |1995 | 747 |   0 |   0 | 5.500000e+01 |      --      |    Inf 
7.09/7.11	c   7.1s|     1 |     2 |  5991 |     - |  12M|   0 | 802 |1287 |1248 |1287 |1995 | 747 |   0 |  17 | 5.500000e+01 |      --      |    Inf 
280.94/281.03	c   281s| 10000 |  3075 |  1692k| 168.7 |  27M|  86 | 308 |1287 |2861 |1287 |1350 | 747 |  16k|  10k| 5.500000e+01 |      --      |    Inf 
455.71/455.82	c   456s| 20000 |  5496 |  3052k| 152.3 |  40M|  92 | 312 |1287 |4868 |1287 |1350 | 747 |  34k|  14k| 5.500000e+01 |      --      |    Inf 
587.88/588.09	c   588s| 30000 |  7142 |  4087k| 136.0 |  49M|  96 | 298 |1287 |3908 |1287 |1350 | 747 |  52k|  18k| 5.500000e+01 |      --      |    Inf 
713.87/714.03	c   714s| 40000 |  8607 |  5088k| 127.1 |  59M| 102 | 312 |1287 |4781 |1287 |1350 | 747 |  72k|  22k| 5.500000e+01 |      --      |    Inf 
820.95/821.14	c   821s| 50000 |  9654 |  5945k| 118.8 |  67M| 108 |   - |1287 |4541 |   0 |   0 | 747 |  89k|  26k| 5.500000e+01 |      --      |    Inf 
907.73/907.93	c   908s| 60000 | 10573 |  6651k| 110.8 |  75M| 111 | 148 |1287 |5419 |1287 |1350 | 747 | 106k|  28k| 5.500000e+01 |      --      |    Inf 
1005.02/1005.26	c  1005s| 70000 | 11423 |  7479k| 106.8 |  83M| 119 | 273 |1287 |4474 |1287 |1350 | 747 | 123k|  31k| 5.500000e+01 |      --      |    Inf 
1109.30/1109.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1109.30/1109.51	c  1109s| 80000 | 12141 |  8310k| 103.8 |  87M| 119 |   - |1287 |4045 |   0 |   0 | 747 | 141k|  34k| 5.500000e+01 |      --      |    Inf 
1211.47/1211.77	c  1212s| 90000 | 13407 |  9227k| 102.5 |  95M| 119 | 258 |1287 |4498 |1287 |1350 | 747 | 159k|  36k| 5.500000e+01 |      --      |    Inf 
1327.06/1327.35	c  1327s|100000 | 14830 | 10197k| 101.9 | 104M| 119 | 336 |1287 |4692 |1287 |1350 | 747 | 176k|  38k| 5.500000e+01 |      --      |    Inf 
1423.04/1423.33	c  1423s|110000 | 16201 | 11076k| 100.6 | 116M| 119 |   - |1287 |5179 |   0 |   0 | 747 | 192k|  39k| 5.500000e+01 |      --      |    Inf 
1527.03/1527.34	c  1527s|120000 | 17450 | 11958k|  99.6 | 124M| 119 | 312 |1287 |5632 |1287 |1350 | 747 | 208k|  41k| 5.500000e+01 |      --      |    Inf 
1617.41/1617.77	c  1618s|130000 | 18755 | 12871k|  99.0 | 132M| 119 | 190 |1287 |6197 |1287 |1350 | 747 | 224k|  41k| 5.500000e+01 |      --      |    Inf 
1693.59/1693.95	c  1694s|140000 | 20434 | 13712k|  97.9 | 143M| 119 |   - |1287 |6872 |1287 |1350 | 747 | 238k|  42k| 5.500000e+01 |      --      |    Inf 
1774.59/1774.91	c  1775s|150000 | 21205 | 14414k|  96.1 | 150M| 119 | 137 |1287 |8654 |1287 |1350 | 747 | 253k|  44k| 5.500000e+01 |      --      |    Inf 
1789.69/1790.01	c 
1789.69/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1789.69/1790.01	c Solving Time (sec) : 1789.95
1789.69/1790.01	c Solving Nodes      : 151567
1789.69/1790.01	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1789.69/1790.01	c Dual Bound         : +5.50000000000000e+01
1789.69/1790.01	c Gap                : infinite
1789.69/1790.01	s UNKNOWN
1789.69/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1789.69/1790.01	c Solving Time       :    1789.95
1789.69/1790.01	c Original Problem   :
1789.69/1790.01	c   Problem name     : HOME/instance-3735097-1338703817.opb
1789.69/1790.01	c   Variables        : 1288 (1288 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.69/1790.01	c   Constraints      : 2431 initial, 2431 maximal
1789.69/1790.01	c Presolved Problem  :
1789.69/1790.01	c   Problem name     : t_HOME/instance-3735097-1338703817.opb
1789.69/1790.01	c   Variables        : 1287 (1287 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.69/1790.01	c   Constraints      : 1248 initial, 8882 maximal
1789.69/1790.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1789.69/1790.01	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1789.69/1790.01	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1789.69/1790.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1789.69/1790.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1789.69/1790.01	c   implics          :       0.00          0          0          0          0          0          0          0          0
1789.69/1790.01	c   probing          :       0.12          0          0          0          0          0          0          0          0
1789.69/1790.01	c   knapsack         :       0.00          0          0          0          0          0          0          0          0
1789.69/1790.01	c   linear           :       0.03          1          0          0          1          0       1183          2         37
1789.69/1790.01	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1789.69/1790.01	c   root node        :          -          0          -          -          0          -          -          -          -
1789.69/1790.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1789.69/1790.01	c   integral         :          0          0          0     105911          0        340      34638          0          0     195402
1789.69/1790.01	c   knapsack         :         66          6     747728          0          1       3538     226639        135          0          0
1789.69/1790.01	c   linear           :       1182          6     744190          0          1      45327    9466209          0          0          0
1789.69/1790.01	c   logicor          :          0+         0     425828          0          0       2861     589759          0          0          0
1789.69/1790.01	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1789.69/1790.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1789.69/1790.01	c   integral         :     379.73       0.00       0.00     379.73       0.00
1789.69/1790.01	c   knapsack         :      12.62       0.00      12.62       0.00       0.00
1789.69/1790.01	c   linear           :     224.01       0.00     224.01       0.00       0.00
1789.69/1790.01	c   logicor          :      12.05       0.00      12.05       0.00       0.00
1789.69/1790.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1789.69/1790.01	c Propagators        :       Time      Calls    Cutoffs    DomReds
1789.69/1790.01	c   vbounds          :       0.10          2          0          0
1789.69/1790.01	c   rootredcost      :       0.11          0          0          0
1789.69/1790.01	c   pseudoobj        :       0.31     747424          0          0
1789.69/1790.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1789.69/1790.01	c   propagation      :       3.75      51726      51697     584930       37.8       2137       24.1          -
1789.69/1790.01	c   infeasible LP    :       4.16      34195      34194     156315       27.3       3747       19.2          0
1789.69/1790.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1789.69/1790.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1789.69/1790.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1789.69/1790.01	c   applied globally :          -          -          -     255343       28.1          -          -          -
1789.69/1790.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1789.69/1790.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1789.69/1790.01	c   cut pool         :       0.00          5          -          -        501          -    (maximal pool size: 3630)
1789.69/1790.01	c   redcost          :       1.87     105703          0        184          0          0
1789.69/1790.01	c   impliedbounds    :       0.00          6          0          0          2          0
1789.69/1790.01	c   intobj           :       0.00          0          0          0          0          0
1789.69/1790.01	c   cgmip            :       0.00          0          0          0          0          0
1789.69/1790.01	c   gomory           :       0.19          6          0          0         20          0
1789.69/1790.01	c   strongcg         :       0.19          6          0          0         20          0
1789.69/1790.01	c   cmir             :       0.68          6          0          0       2633          0
1789.69/1790.01	c   flowcover        :       0.37          6          0          0       1200          0
1789.69/1790.01	c   clique           :       0.00          1          0          0          0          0
1789.69/1790.01	c   zerohalf         :       0.00          0          0          0          0          0
1789.69/1790.01	c   mcf              :       0.00          1          0          0          0          0
1789.69/1790.01	c   rapidlearning    :       0.05          1          0          0          0          0
1789.69/1790.01	c Pricers            :       Time      Calls       Vars
1789.69/1790.01	c   problem variables:       0.00          0          0
1789.69/1790.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1789.69/1790.01	c   relpscost        :     379.66     105911        340      34638          0          0     195402
1789.69/1790.01	c   pscost           :       0.00          0          0          0          0          0          0
1789.69/1790.01	c   inference        :       0.00          1          0          0          0          0          2
1789.69/1790.01	c   mostinf          :       0.00          0          0          0          0          0          0
1789.69/1790.01	c   leastinf         :       0.00          0          0          0          0          0          0
1789.69/1790.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1789.69/1790.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1789.69/1790.01	c   random           :       0.00          0          0          0          0          0          0
1789.69/1790.01	c Primal Heuristics  :       Time      Calls      Found
1789.69/1790.01	c   LP solutions     :       0.00          -          0
1789.69/1790.01	c   pseudo solutions :       0.00          -          0
1789.69/1790.01	c   oneopt           :       0.04          0          0
1789.69/1790.01	c   crossover        :       0.02          0          0
1789.69/1790.01	c   intshifting      :       0.00          0          0
1789.69/1790.01	c   linesearchdiving :      10.04        246          0
1789.69/1790.01	c   coefdiving       :      51.71        246          0
1789.69/1790.01	c   pscostdiving     :      21.37        246          0
1789.69/1790.01	c   fracdiving       :      38.14        246          0
1789.69/1790.01	c   veclendiving     :      13.81        246          0
1789.69/1790.01	c   feaspump         :      14.95        124          0
1789.69/1790.01	c   objpscostdiving  :      14.58        124          0
1789.69/1790.01	c   trivial          :       0.00          2          0
1789.69/1790.01	c   simplerounding   :       0.02          0          0
1789.69/1790.01	c   zirounding       :       0.06       1000          0
1789.69/1790.01	c   rounding         :       0.85       4597          0
1789.69/1790.01	c   shifting         :       7.03       1387          0
1789.69/1790.01	c   twoopt           :       0.00          0          0
1789.69/1790.01	c   fixandinfer      :       0.00          0          0
1789.69/1790.01	c   intdiving        :       0.00          0          0
1789.69/1790.01	c   actconsdiving    :       0.00          0          0
1789.69/1790.01	c   rootsoldiving    :       6.50        124          0
1789.69/1790.01	c   guideddiving     :       0.00          0          0
1789.69/1790.01	c   octane           :       0.00          0          0
1789.69/1790.01	c   rens             :       0.00          0          0
1789.69/1790.01	c   rins             :       0.00          0          0
1789.69/1790.01	c   localbranching   :       0.00          0          0
1789.69/1790.01	c   mutation         :       0.00          0          0
1789.69/1790.01	c   dins             :       0.00          0          0
1789.69/1790.01	c   undercover       :       0.00          0          0
1789.69/1790.01	c   nlp              :       0.02          0          0
1789.69/1790.01	c   trysol           :       0.03          0          0
1789.69/1790.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1789.69/1790.01	c   primal LP        :       0.00          0          0       0.00          -
1789.69/1790.01	c   dual LP          :     908.08     126711   13095906     103.35   14421.51
1789.69/1790.01	c   lex dual LP      :       0.00          0          0       0.00          -
1789.69/1790.01	c   barrier LP       :       0.00          0          0       0.00          -
1789.69/1790.01	c   diving/probing LP:     144.73      42271    1457492      34.48   10070.65
1789.69/1790.01	c   strong branching :     372.52      44568    3274990      73.48    8791.40
1789.69/1790.01	c     (at root node) :          -         17      16966     998.00          -
1789.69/1790.01	c   conflict analysis:       0.00          0          0       0.00          -
1789.69/1790.01	c B&B Tree           :
1789.69/1790.01	c   number of runs   :          1
1789.69/1790.01	c   nodes            :     151567
1789.69/1790.01	c   nodes (total)    :     151567
1789.69/1790.01	c   nodes left       :      21328
1789.69/1790.01	c   max depth        :        119
1789.69/1790.01	c   max depth (total):        119
1789.69/1790.01	c   backtracks       :      27958 (18.4%)
1789.69/1790.01	c   delayed cutoffs  :      22510
1789.69/1790.01	c   repropagations   :     205407 (3189808 domain reductions, 15051 cutoffs)
1789.69/1790.01	c   avg switch length:       7.31
1789.69/1790.01	c   switching time   :      50.45
1789.69/1790.01	c Solution           :
1789.69/1790.01	c   Solutions found  :          0 (0 improvements)
1789.69/1790.01	c   Primal Bound     :          -
1789.69/1790.01	c   Dual Bound       : +5.50000000000000e+01
1789.69/1790.01	c   Gap              :   infinite
1789.69/1790.01	c   Root Dual Bound  : +5.50000000000000e+01
1789.69/1790.01	c   Root Iterations  :       5991
1789.79/1790.12	c Time complete: 1789.81.

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

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 13937
/proc/meminfo: memFree=27659796/32873648 swapFree=6864/6864
[pid=13937] ppid=13935 vsize=10216 CPUtime=0 cores=1,3,5,7
/proc/13937/stat : 13937 (pbscip.linux.x8) R 13935 13937 11712 0 -1 4202496 1805 0 0 0 0 0 0 0 20 0 1 0 336508510 10461184 1752 33554432000 4194304 8395647 140735726855536 140734644321880 6347101 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13937/statm: 2554 1753 393 1026 0 1524 0

[startup+0.105003 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 13937
/proc/meminfo: memFree=27659796/32873648 swapFree=6864/6864
[pid=13937] ppid=13935 vsize=34084 CPUtime=0.09 cores=1,3,5,7
/proc/13937/stat : 13937 (pbscip.linux.x8) R 13935 13937 11712 0 -1 4202496 7777 0 0 0 9 0 0 0 20 0 1 0 336508510 34902016 7369 33554432000 4194304 8395647 140735726855536 140734644321880 7185525 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13937/statm: 8521 7369 484 1026 0 7491 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 34084

[startup+0.200311 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 13937
/proc/meminfo: memFree=27659796/32873648 swapFree=6864/6864
[pid=13937] ppid=13935 vsize=34084 CPUtime=0.19 cores=1,3,5,7
/proc/13937/stat : 13937 (pbscip.linux.x8) R 13935 13937 11712 0 -1 4202496 7800 0 0 0 19 0 0 0 20 0 1 0 336508510 34902016 7392 33554432000 4194304 8395647 140735726855536 140734644321880 5027216 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13937/statm: 8521 7392 493 1026 0 7491 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 34084

[startup+0.300275 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 13937
/proc/meminfo: memFree=27659796/32873648 swapFree=6864/6864
[pid=13937] ppid=13935 vsize=39780 CPUtime=0.29 cores=1,3,5,7
/proc/13937/stat : 13937 (pbscip.linux.x8) R 13935 13937 11712 0 -1 4202496 9154 0 0 0 28 1 0 0 20 0 1 0 336508510 40734720 8704 33554432000 4194304 8395647 140735726855536 140734644321880 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13937/statm: 9945 8704 578 1026 0 8915 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 39780

[startup+0.700285 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 13937
/proc/meminfo: memFree=27659796/32873648 swapFree=6864/6864
[pid=13937] ppid=13935 vsize=57084 CPUtime=0.69 cores=1,3,5,7
/proc/13937/stat : 13937 (pbscip.linux.x8) R 13935 13937 11712 0 -1 4202496 14291 0 0 0 67 2 0 0 20 0 1 0 336508510 58454016 13297 33554432000 4194304 8395647 140735726855536 140735726850824 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13937/statm: 14271 13297 619 1026 0 13241 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 57084

[startup+1.50023 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 13938
/proc/meminfo: memFree=27609064/32873648 swapFree=6864/6864
[pid=13937] ppid=13935 vsize=57084 CPUtime=1.49 cores=1,3,5,7
/proc/13937/stat : 13937 (pbscip.linux.x8) R 13935 13937 11712 0 -1 4202496 14293 0 0 0 146 3 0 0 20 0 1 0 336508510 58454016 13299 33554432000 4194304 8395647 140735726855536 140735726850824 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13937/statm: 14271 13299 619 1026 0 13241 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 57084

[startup+3.10024 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 13938
/proc/meminfo: memFree=27608428/32873648 swapFree=6864/6864
[pid=13937] ppid=13935 vsize=58108 CPUtime=3.08 cores=1,3,5,7
/proc/13937/stat : 13937 (pbscip.linux.x8) R 13935 13937 11712 0 -1 4202496 14626 0 0 0 305 3 0 0 20 0 1 0 336508510 59502592 13632 33554432000 4194304 8395647 140735726855536 140735726850664 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13937/statm: 14527 13632 620 1026 0 13497 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 58108

[startup+6.30024 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 13938
/proc/meminfo: memFree=27607068/32873648 swapFree=6864/6864
[pid=13937] ppid=13935 vsize=58108 CPUtime=6.28 cores=1,3,5,7
/proc/13937/stat : 13937 (pbscip.linux.x8) R 13935 13937 11712 0 -1 4202496 14626 0 0 0 623 5 0 0 20 0 1 0 336508510 59502592 13632 33554432000 4194304 8395647 140735726855536 140735726850408 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13937/statm: 14527 13632 620 1026 0 13497 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 58108

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 14014
/proc/meminfo: memFree=27969820/32873648 swapFree=6864/6864
[pid=13937] ppid=13935 vsize=58108 CPUtime=12.69 cores=1,3,5,7
/proc/13937/stat : 13937 (pbscip.linux.x8) R 13935 13937 11712 0 -1 4202496 14631 0 0 0 1259 10 0 0 20 0 1 0 336508510 59502592 13637 33554432000 4194304 8395647 140735726855536 140735726850744 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13937/statm: 14527 13637 625 1026 0 13497 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 58108

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 14014
/proc/meminfo: memFree=27934544/32873648 swapFree=6864/6864
[pid=13937] ppid=13935 vsize=58108 CPUtime=25.48 cores=1,3,5,7
/proc/13937/stat : 13937 (pbscip.linux.x8) R 13935 13937 11712 0 -1 4202496 14635 0 0 0 2528 20 0 0 20 0 1 0 336508510 59502592 13705 33554432000 4194304 8395647 140735726855536 140735726850760 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13937/statm: 14527 13705 626 1026 0 13497 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 58108

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14014
/proc/meminfo: memFree=27930628/32873648 swapFree=6864/6864
[pid=13937] ppid=13935 vsize=58108 CPUtime=51.07 cores=1,3,5,7
/proc/13937/stat : 13937 (pbscip.linux.x8) R 13935 13937 11712 0 -1 4202496 14649 0 0 0 5064 43 0 0 20 0 1 0 336508510 59502592 14060 33554432000 4194304 8395647 140735726855536 140735726850664 5541546 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13937/statm: 14527 14060 628 1026 0 13497 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 58108

[startup+102.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 14014
/proc/meminfo: memFree=27925660/32873648 swapFree=6864/6864
[pid=13937] ppid=13935 vsize=59520 CPUtime=102.27 cores=1,3,5,7
/proc/13937/stat : 13937 (pbscip.linux.x8) R 13935 13937 11712 0 -1 4202496 14911 0 0 0 10135 92 0 0 20 0 1 0 336508510 60948480 14322 33554432000 4194304 8395647 140735726855536 140735726850504 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13937/statm: 14880 14322 628 1026 0 13850 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 59520

[startup+162.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/177 14015
/proc/meminfo: memFree=27916604/32873648 swapFree=6864/6864
[pid=13937] ppid=13935 vsize=65612 CPUtime=162.25 cores=1,3,5,7
/proc/13937/stat : 13937 (pbscip.linux.x8) R 13935 13937 11712 0 -1 4202496 22677 0 0 0 16076 149 0 0 20 0 1 0 336508510 67186688 15900 33554432000 4194304 8395647 140735726855536 140735726851208 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13937/statm: 16403 15900 628 1026 0 15373 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 65612

[startup+222.307 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 14015
/proc/meminfo: memFree=27902988/32873648 swapFree=6864/6864
[pid=13937] ppid=13935 vsize=71820 CPUtime=222.26 cores=1,3,5,7
/proc/13937/stat : 13937 (pbscip.linux.x8) R 13935 13937 11712 0 -1 4202496 33169 0 0 0 22019 207 0 0 20 0 1 0 336508510 73543680 17456 33554432000 4194304 8395647 140735726855536 140735726851096 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13937/statm: 17955 17456 628 1026 0 16925 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 71820

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14015
/proc/meminfo: memFree=27896784/32873648 swapFree=6864/6864
[pid=13937] ppid=13935 vsize=78640 CPUtime=282.23 cores=1,3,5,7
/proc/13937/stat : 13937 (pbscip.linux.x8) R 13935 13937 11712 0 -1 4202496 50530 0 0 0 27957 266 0 0 20 0 1 0 336508510 80527360 19186 33554432000 4194304 8395647 140735726855536 140735726849688 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13937/statm: 19660 19186 628 1026 0 18630 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 78640

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14015
/proc/meminfo: memFree=27888552/32873648 swapFree=6864/6864
[pid=13937] ppid=13935 vsize=84424 CPUtime=342.22 cores=1,3,5,7
/proc/13937/stat : 13937 (pbscip.linux.x8) R 13935 13937 11712 0 -1 4202496 66178 0 0 0 33897 325 0 0 20 0 1 0 336508510 86450176 20632 33554432000 4194304 8395647 140735726855536 140735726850664 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13937/statm: 21106 20632 628 1026 0 20076 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 84424

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14015
/proc/meminfo: memFree=27880480/32873648 swapFree=6864/6864
[pid=13937] ppid=13935 vsize=89780 CPUtime=402.21 cores=1,3,5,7
/proc/13937/stat : 13937 (pbscip.linux.x8) R 13935 13937 11712 0 -1 4202496 77743 0 0 0 39838 383 0 0 20 0 1 0 336508510 91934720 21975 33554432000 4194304 8395647 140735726855536 140735726850664 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13937/statm: 22445 21975 628 1026 0 21415 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 89780

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14016
/proc/meminfo: memFree=27871296/32873648 swapFree=6864/6864
[pid=13937] ppid=13935 vsize=98844 CPUtime=462.2 cores=1,3,5,7
/proc/13937/stat : 13937 (pbscip.linux.x8) R 13935 13937 11712 0 -1 4202496 80724 0 0 0 45776 444 0 0 20 0 1 0 336508510 101216256 24201 33554432000 4194304 8395647 140735726855536 140735726851096 4911224 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13937/statm: 24711 24201 628 1026 0 23681 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 98844

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14016
/proc/meminfo: memFree=27866048/32873648 swapFree=6864/6864
[pid=13937] ppid=13935 vsize=106932 CPUtime=522.19 cores=1,3,5,7
/proc/13937/stat : 13937 (pbscip.linux.x8) R 13935 13937 11712 0 -1 4202496 91036 0 0 0 51715 504 0 0 20 0 1 0 336508510 109498368 26232 33554432000 4194304 8395647 140735726855536 140735726850344 6721251 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13937/statm: 26733 26232 628 1026 0 25703 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 106932

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14016
/proc/meminfo: memFree=27855260/32873648 swapFree=6864/6864
[pid=13937] ppid=13935 vsize=111824 CPUtime=582.19 cores=1,3,5,7
/proc/13937/stat : 13937 (pbscip.linux.x8) R 13935 13937 11712 0 -1 4202496 94475 0 0 0 57657 562 0 0 20 0 1 0 336508510 114507776 27478 33554432000 4194304 8395647 140735726855536 140735726850664 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13937/statm: 27956 27478 628 1026 0 26926 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 111824

[startup+642.3 s]

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

/proc/meminfo: memFree=27785196/32873648 swapFree=6864/6864
[pid=13937] ppid=13935 vsize=165340 CPUtime=1062.1 cores=1,3,5,7
/proc/13937/stat : 13937 (pbscip.linux.x8) R 13935 13937 11712 0 -1 4202496 125870 0 0 0 105170 1040 0 0 20 0 1 0 336508510 169308160 40738 33554432000 4194304 8395647 140735726855536 140735726851144 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13937/statm: 41335 40738 628 1026 0 40305 0
Current children cumulated CPU time (s) 1062.1
Current children cumulated vsize (KiB) 165340

[startup+1122.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 14021
/proc/meminfo: memFree=27771012/32873648 swapFree=6864/6864
[pid=13937] ppid=13935 vsize=171492 CPUtime=1122.09 cores=1,3,5,7
/proc/13937/stat : 13937 (pbscip.linux.x8) R 13935 13937 11712 0 -1 4202496 131670 0 0 0 111111 1098 0 0 20 0 1 0 336508510 175607808 42403 33554432000 4194304 8395647 140735726855536 140735726850664 5031885 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13937/statm: 42873 42403 628 1026 0 41843 0
Current children cumulated CPU time (s) 1122.09
Current children cumulated vsize (KiB) 171492

[startup+1182.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 14021
/proc/meminfo: memFree=27764180/32873648 swapFree=6864/6864
[pid=13937] ppid=13935 vsize=179308 CPUtime=1182.09 cores=1,3,5,7
/proc/13937/stat : 13937 (pbscip.linux.x8) R 13935 13937 11712 0 -1 4202496 134372 0 0 0 117046 1163 0 0 20 0 1 0 336508510 183611392 44300 33554432000 4194304 8395647 140735726855536 140735726851000 5031905 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13937/statm: 44827 44300 628 1026 0 43797 0
Current children cumulated CPU time (s) 1182.09
Current children cumulated vsize (KiB) 179308

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 14024
/proc/meminfo: memFree=27750772/32873648 swapFree=6864/6864
[pid=13937] ppid=13935 vsize=184792 CPUtime=1242.07 cores=1,3,5,7
/proc/13937/stat : 13937 (pbscip.linux.x8) R 13935 13937 11712 0 -1 4202496 136540 0 0 0 122980 1227 0 0 20 0 1 0 336508510 189227008 45708 33554432000 4194304 8395647 140735726855536 140735726850760 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13937/statm: 46198 45708 628 1026 0 45168 0
Current children cumulated CPU time (s) 1242.07
Current children cumulated vsize (KiB) 184792

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14024
/proc/meminfo: memFree=27745624/32873648 swapFree=6864/6864
[pid=13937] ppid=13935 vsize=188796 CPUtime=1302.06 cores=1,3,5,7
/proc/13937/stat : 13937 (pbscip.linux.x8) R 13935 13937 11712 0 -1 4202496 139484 0 0 0 128920 1286 0 0 20 0 1 0 336508510 193327104 46742 33554432000 4194304 8395647 140735726855536 140735726850664 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13937/statm: 47199 46742 628 1026 0 46169 0
Current children cumulated CPU time (s) 1302.06
Current children cumulated vsize (KiB) 188796

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14025
/proc/meminfo: memFree=27730200/32873648 swapFree=6864/6864
[pid=13937] ppid=13935 vsize=200992 CPUtime=1362.05 cores=1,3,5,7
/proc/13937/stat : 13937 (pbscip.linux.x8) R 13935 13937 11712 0 -1 4202496 144475 0 0 0 134863 1342 0 0 20 0 1 0 336508510 205815808 49694 33554432000 4194304 8395647 140735726855536 140735726851080 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13937/statm: 50248 49694 628 1026 0 49218 0
Current children cumulated CPU time (s) 1362.05
Current children cumulated vsize (KiB) 200992

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14025
/proc/meminfo: memFree=27718108/32873648 swapFree=6864/6864
[pid=13937] ppid=13935 vsize=209600 CPUtime=1422.05 cores=1,3,5,7
/proc/13937/stat : 13937 (pbscip.linux.x8) R 13935 13937 11712 0 -1 4202496 148128 0 0 0 140806 1399 0 0 20 0 1 0 336508510 214630400 51868 33554432000 4194304 8395647 140735726855536 140735726850664 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13937/statm: 52400 51868 628 1026 0 51370 0
Current children cumulated CPU time (s) 1422.05
Current children cumulated vsize (KiB) 209600

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14025
/proc/meminfo: memFree=27705992/32873648 swapFree=6864/6864
[pid=13937] ppid=13935 vsize=216444 CPUtime=1482.03 cores=1,3,5,7
/proc/13937/stat : 13937 (pbscip.linux.x8) R 13935 13937 11712 0 -1 4202496 153484 0 0 0 146743 1460 0 0 20 0 1 0 336508510 221638656 53605 33554432000 4194304 8395647 140735726855536 140735726850488 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13937/statm: 54111 53605 628 1026 0 53081 0
Current children cumulated CPU time (s) 1482.03
Current children cumulated vsize (KiB) 216444

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14025
/proc/meminfo: memFree=27698292/32873648 swapFree=6864/6864
[pid=13937] ppid=13935 vsize=220956 CPUtime=1542.03 cores=1,3,5,7
/proc/13937/stat : 13937 (pbscip.linux.x8) R 13935 13937 11712 0 -1 4202496 154594 0 0 0 152681 1522 0 0 20 0 1 0 336508510 226258944 54677 33554432000 4194304 8395647 140735726855536 140735726850664 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13937/statm: 55239 54677 628 1026 0 54209 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 220956

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14025
/proc/meminfo: memFree=27695924/32873648 swapFree=6864/6864
[pid=13937] ppid=13935 vsize=224708 CPUtime=1602.01 cores=1,3,5,7
/proc/13937/stat : 13937 (pbscip.linux.x8) R 13935 13937 11712 0 -1 4202496 156219 0 0 0 158614 1587 0 0 20 0 1 0 336508510 230100992 55640 33554432000 4194304 8395647 140735726855536 140735726850664 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13937/statm: 56177 55640 628 1026 0 55147 0
Current children cumulated CPU time (s) 1602.01
Current children cumulated vsize (KiB) 224708

[startup+1662.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 14026
/proc/meminfo: memFree=27682036/32873648 swapFree=6864/6864
[pid=13937] ppid=13935 vsize=235988 CPUtime=1662.01 cores=1,3,5,7
/proc/13937/stat : 13937 (pbscip.linux.x8) R 13935 13937 11712 0 -1 4202496 159059 0 0 0 164546 1655 0 0 20 0 1 0 336508510 241651712 58407 33554432000 4194304 8395647 140735726855536 140735726851240 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13937/statm: 58997 58407 628 1026 0 57967 0
Current children cumulated CPU time (s) 1662.01
Current children cumulated vsize (KiB) 235988

[startup+1722.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 14026
/proc/meminfo: memFree=27664400/32873648 swapFree=6864/6864
[pid=13937] ppid=13935 vsize=247792 CPUtime=1721.99 cores=1,3,5,7
/proc/13937/stat : 13937 (pbscip.linux.x8) R 13935 13937 11712 0 -1 4202496 162169 0 0 0 170478 1721 0 0 20 0 1 0 336508510 253739008 61434 33554432000 4194304 8395647 140735726855536 140735726850664 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13937/statm: 61948 61434 628 1026 0 60918 0
Current children cumulated CPU time (s) 1721.99
Current children cumulated vsize (KiB) 247792

[startup+1782.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 14027
/proc/meminfo: memFree=27653984/32873648 swapFree=6864/6864
[pid=13937] ppid=13935 vsize=254648 CPUtime=1781.99 cores=1,3,5,7
/proc/13937/stat : 13937 (pbscip.linux.x8) R 13935 13937 11712 0 -1 4202496 163847 0 0 0 176415 1784 0 0 20 0 1 0 336508510 260759552 63084 33554432000 4194304 8395647 140735726855536 140735726850744 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13937/statm: 63662 63084 628 1026 0 62632 0
Current children cumulated CPU time (s) 1781.99
Current children cumulated vsize (KiB) 254648

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

[startup+1785.6 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 14029
/proc/meminfo: memFree=27653804/32873648 swapFree=6864/6864
[pid=13937] ppid=13935 vsize=254836 CPUtime=1785.28 cores=1,3,5,7
/proc/13937/stat : 13937 (pbscip.linux.x8) R 13935 13937 11712 0 -1 4202496 163931 0 0 0 176741 1787 0 0 20 0 1 0 336508510 260952064 63168 33554432000 4194304 8395647 140735726855536 140735726850664 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13937/statm: 63709 63168 628 1026 0 62679 0
Current children cumulated CPU time (s) 1785.28
Current children cumulated vsize (KiB) 254836

[startup+1787.2 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 14029
/proc/meminfo: memFree=27652736/32873648 swapFree=6864/6864
[pid=13937] ppid=13935 vsize=254836 CPUtime=1786.88 cores=1,3,5,7
/proc/13937/stat : 13937 (pbscip.linux.x8) R 13935 13937 11712 0 -1 4202496 163931 0 0 0 176899 1789 0 0 20 0 1 0 336508510 260952064 63168 33554432000 4194304 8395647 140735726855536 140735726851096 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13937/statm: 63709 63168 628 1026 0 62679 0
Current children cumulated CPU time (s) 1786.88
Current children cumulated vsize (KiB) 254836

[startup+1788.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 14029
/proc/meminfo: memFree=27651628/32873648 swapFree=6864/6864
[pid=13937] ppid=13935 vsize=255100 CPUtime=1788.48 cores=1,3,5,7
/proc/13937/stat : 13937 (pbscip.linux.x8) R 13935 13937 11712 0 -1 4202496 163979 0 0 0 177057 1791 0 0 20 0 1 0 336508510 261222400 63216 33554432000 4194304 8395647 140735726855536 140735726850664 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13937/statm: 63775 63216 628 1026 0 62745 0
Current children cumulated CPU time (s) 1788.48
Current children cumulated vsize (KiB) 255100

[startup+1789.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 14029
/proc/meminfo: memFree=27651628/32873648 swapFree=6864/6864
[pid=13937] ppid=13935 vsize=255100 CPUtime=1789.28 cores=1,3,5,7
/proc/13937/stat : 13937 (pbscip.linux.x8) R 13935 13937 11712 0 -1 4202496 163979 0 0 0 177136 1792 0 0 20 0 1 0 336508510 261222400 63216 33554432000 4194304 8395647 140735726855536 140735726851096 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13937/statm: 63775 63216 628 1026 0 62745 0
Current children cumulated CPU time (s) 1789.28
Current children cumulated vsize (KiB) 255100

[startup+1790 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 14029
/proc/meminfo: memFree=27652000/32873648 swapFree=6864/6864
[pid=13937] ppid=13935 vsize=255100 CPUtime=1789.69 cores=1,3,5,7
/proc/13937/stat : 13937 (pbscip.linux.x8) R 13935 13937 11712 0 -1 4202496 163979 0 0 0 177176 1793 0 0 20 0 1 0 336508510 261222400 63216 33554432000 4194304 8395647 140735726855536 140735726851096 4962578 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13937/statm: 63775 63216 628 1026 0 62745 0
Current children cumulated CPU time (s) 1789.69
Current children cumulated vsize (KiB) 255100

[startup+1790.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 14029
/proc/meminfo: memFree=27652000/32873648 swapFree=6864/6864
[pid=13937] ppid=13935 vsize=255100 CPUtime=1789.79 cores=1,3,5,7
/proc/13937/stat : 13937 (pbscip.linux.x8) R 13935 13937 11712 0 -1 4202496 163982 0 0 0 177186 1793 0 0 20 0 1 0 336508510 261222400 63219 33554432000 4194304 8395647 140735726855536 140735726851096 6345229 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13937/statm: 63775 63219 631 1026 0 62745 0
Current children cumulated CPU time (s) 1789.79
Current children cumulated vsize (KiB) 255100

Child status: 0
Real time (s): 1790.12
CPU time (s): 1789.82
CPU user time (s): 1771.88
CPU system time (s): 17.9343
CPU usage (%): 99.9828
Max. virtual memory (cumulated for all children) (KiB): 255100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1771.88
system time used= 17.9343
maximum resident set size= 252876
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 163985
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= 61
involuntary context switches= 1834

runsolver used 2.72059 second user time and 8.68868 second system time

The end

Launcher Data

Begin job on node113 at 2012-06-03 08:10:17
IDJOB=3735097
IDBENCH=2940
IDSOLVER=2326
FILE ID=node113/3735097-1338703817
RUNJOBID= node113-1338678627-11732
PBS_JOBID= 14636700
Free space on /tmp= 70968 MiB

SOLVER NAME= PB10: SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/bounded_golomb_rulers/normalized-bogr_11.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3735097-1338703817/watcher-3735097-1338703817 -o /tmp/evaluation-result-3735097-1338703817/solver-3735097-1338703817 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3735097-1338703817.opb -t 1800 -m 15500

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

MD5SUM BENCH= c19ad978a977652a94fc03b8ce63204a
RANDOM SEED=1569050098

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

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

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.026
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:        27659804 kB
Buffers:          506216 kB
Cached:          3386532 kB
SwapCached:         2028 kB
Active:          2133944 kB
Inactive:        2192972 kB
Active(anon):     432952 kB
Inactive(anon):     1912 kB
Active(file):    1700992 kB
Inactive(file):  2191060 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67099708 kB
Dirty:             10560 kB
Writeback:             0 kB
AnonPages:        568540 kB
Mapped:            13832 kB
Shmem:                 0 kB
Slab:             749680 kB
SReclaimable:     194148 kB
SUnreclaim:       555532 kB
KernelStack:        1480 kB
PageTables:         4680 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     554164 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    542720 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= 70956 MiB
End job on node113 at 2012-06-03 08:40:07