Trace number 1869038

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 NameAnswerobjCPU timeWall clock time
SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)OPT54 2.43363 2.47236

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-ii8a1.opb
MD5SUM2e974af763e555a73d17fc5f836f5561
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark54
Best CPU time to get the best result obtained on this benchmark0.145977
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 54
Optimality of the best value was proved YES
Number of variables132
Total number of constraints252
Number of constraints which are clauses252
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint8
Number of terms in the objective function 132
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 132
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 132
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.01	c SCIP version 1.1.0.7
0.00/0.01	c LP-Solver SoPlex 1.4.1
0.00/0.01	c user parameter file <scip.set> not found - using default parameters
0.00/0.01	c read problem <HOME/instance-1869038-1245155363.opb>
0.00/0.01	c original problem has 132 variables (132 bin, 0 int, 0 impl, 0 cont) and 252 constraints
0.00/0.01	c start presolving problem
0.00/0.01	c presolving:
0.00/0.02	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 225 upgd conss, 1476 impls, 0 clqs
0.00/0.02	c (round 2) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 252 upgd conss, 1476 impls, 0 clqs
0.02/0.03	c presolving (3 rounds):
0.02/0.03	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.02/0.03	c  1548 implications, 0 cliques
0.02/0.03	c presolved problem has 132 variables (132 bin, 0 int, 0 impl, 0 cont) and 252 constraints
0.02/0.03	c     252 constraints of type <logicor>
0.02/0.03	c transformed objective value is always integral (scale: 1)
0.02/0.03	c Presolving Time: 0.02
0.02/0.03	c strange?!, PURESAT with obj
0.02/0.03	c -----------------------------------------------------------------------------------------------
0.02/0.03	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.02/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.02/0.03	c limits/memory = c 1620
0.02/0.03	c # maximal time in seconds to run
0.02/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.02/0.03	c limits/time = c 1791
0.02/0.03	c # frequency for displaying node information lines
0.02/0.03	c # [type: int, range: [-1,2147483647], default: 100]
0.02/0.03	c display/freq = c 10000
0.02/0.03	c -----------------------------------------------------------------------------------------------
0.02/0.03	c start solving problem
0.02/0.03	c 
0.02/0.03	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.02/0.03	c   0.0s|     1 |     0 |   102 | 793k|   0 |  87 | 132 | 252 | 252 | 132 | 252 |   0 |   0 |   0 | 4.350000e+01 |      --      |    Inf 
0.02/0.06	o 65
0.02/0.06	c F 0.1s|     1 |     0 |   613 | 806k|   0 |   0 | 132 | 252 | 252 | 132 | 252 |   0 |   0 |   0 | 4.350000e+01 | 6.500000e+01 |  49.43%
0.02/0.08	c   0.1s|     1 |     0 |   677 | 811k|   0 |  95 | 132 | 252 | 252 | 132 | 270 |  18 |   0 |   0 | 4.800000e+01 | 6.500000e+01 |  35.42%
0.09/0.10	c   0.1s|     1 |     0 |   736 | 838k|   0 |  96 | 132 | 252 | 252 | 132 | 277 |  25 |   0 |   0 | 4.800000e+01 | 6.500000e+01 |  35.42%
0.09/0.13	c   0.1s|     1 |     0 |   785 | 865k|   0 |  99 | 132 | 252 | 252 | 132 | 283 |  31 |   0 |   0 | 4.854167e+01 | 6.500000e+01 |  33.91%
0.09/0.17	c   0.1s|     1 |     0 |   818 | 917k|   0 |  97 | 132 | 252 | 252 | 132 | 289 |  37 |   0 |   0 | 4.900000e+01 | 6.500000e+01 |  32.65%
0.09/0.17	o 64
0.09/0.17	c s 0.1s|     1 |     0 |   818 | 918k|   0 |  97 | 132 | 252 | 252 | 132 | 289 |  37 |   0 |   0 | 4.900000e+01 | 6.400000e+01 |  30.61%
0.19/0.21	c   0.2s|     1 |     0 |   893 |1060k|   0 | 100 | 132 | 252 | 252 | 132 | 291 |  39 |   0 |   0 | 4.912500e+01 | 6.400000e+01 |  30.28%
0.19/0.21	o 63
0.19/0.21	c s 0.2s|     1 |     0 |   893 |1062k|   0 | 100 | 132 | 252 | 252 | 132 | 291 |  39 |   0 |   0 | 4.912500e+01 | 6.300000e+01 |  28.24%
0.19/0.25	c   0.2s|     1 |     0 |   975 |1109k|   0 |  98 | 132 | 252 | 252 | 132 | 295 |  43 |   0 |   0 | 4.929545e+01 | 6.300000e+01 |  27.80%
0.19/0.25	o 62
0.19/0.25	c s 0.2s|     1 |     0 |   975 |1111k|   0 |  98 | 132 | 252 | 252 | 132 | 295 |  43 |   0 |   0 | 4.929545e+01 | 6.200000e+01 |  25.77%
0.19/0.29	c   0.3s|     1 |     0 |  1056 |1225k|   0 |  98 | 132 | 252 | 252 | 132 | 299 |  47 |   0 |   0 | 4.961765e+01 | 6.200000e+01 |  24.96%
0.19/0.30	o 61
0.19/0.30	c R 0.3s|     1 |     0 |  1056 |1226k|   0 |  98 | 132 | 252 | 252 | 132 | 299 |  47 |   0 |   0 | 4.961765e+01 | 6.100000e+01 |  22.94%
0.19/0.30	o 60
0.19/0.30	c s 0.3s|     1 |     0 |  1056 |1228k|   0 |  98 | 132 | 252 | 252 | 132 | 299 |  47 |   0 |   0 | 4.961765e+01 | 6.000000e+01 |  20.92%
0.29/0.35	c   0.3s|     1 |     0 |  1120 |1310k|   0 |  99 | 132 | 252 | 252 | 132 | 302 |  50 |   0 |   0 | 4.989362e+01 | 6.000000e+01 |  20.26%
0.38/0.40	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.38/0.40	c   0.4s|     1 |     0 |  1181 |1513k|   0 | 101 | 132 | 252 | 252 | 132 | 306 |  54 |   0 |   0 | 5.014286e+01 | 6.000000e+01 |  19.66%
0.38/0.40	o 59
0.38/0.40	c s 0.4s|     1 |     0 |  1181 |1515k|   0 | 101 | 132 | 252 | 252 | 132 | 306 |  54 |   0 |   0 | 5.014286e+01 | 5.900000e+01 |  17.66%
0.38/0.45	c   0.4s|     1 |     0 |  1229 |1661k|   0 |  82 | 132 | 252 | 252 | 132 | 309 |  57 |   0 |   0 | 5.033333e+01 | 5.900000e+01 |  17.22%
0.38/0.48	c   0.4s|     1 |     0 |  1327 |1755k|   0 |  97 | 132 | 252 | 252 | 132 | 310 |  58 |   0 |   0 | 5.054203e+01 | 5.900000e+01 |  16.73%
0.38/0.48	o 58
0.38/0.48	c R 0.4s|     1 |     0 |  1327 |1757k|   0 |  97 | 132 | 252 | 252 | 132 | 310 |  58 |   0 |   0 | 5.054203e+01 | 5.800000e+01 |  14.76%
0.49/0.53	c   0.5s|     1 |     0 |  1367 |2050k|   0 |  99 | 132 | 252 | 252 | 132 | 312 |  60 |   0 |   0 | 5.058824e+01 | 5.800000e+01 |  14.65%
0.49/0.59	c   0.5s|     1 |     0 |  1481 |2298k|   0 |  86 | 132 | 252 | 252 | 132 | 314 |  62 |   0 |   0 | 5.063636e+01 | 5.800000e+01 |  14.54%
0.58/0.63	c   0.6s|     1 |     0 |  1534 |2436k|   0 |  98 | 132 | 252 | 252 | 132 | 310 |  63 |   0 |   0 | 5.066550e+01 | 5.800000e+01 |  14.48%
0.58/0.63	o 57
0.58/0.63	c s 0.6s|     1 |     0 |  1534 |2438k|   0 |  98 | 132 | 252 | 252 | 132 | 310 |  63 |   0 |   0 | 5.066550e+01 | 5.700000e+01 |  12.50%
0.58/0.67	c   0.6s|     1 |     0 |  1548 |2561k|   0 |  96 | 132 | 252 | 252 | 132 | 313 |  66 |   0 |   0 | 5.066679e+01 | 5.700000e+01 |  12.50%
0.69/0.72	c   0.7s|     1 |     0 |  1628 |2629k|   0 |  91 | 132 | 252 | 252 | 132 | 315 |  68 |   0 |   0 | 5.068226e+01 | 5.700000e+01 |  12.47%
0.69/0.77	c   0.7s|     1 |     0 |  1689 |2700k|   0 | 101 | 132 | 252 | 252 | 132 | 317 |  70 |   0 |   0 | 5.071096e+01 | 5.700000e+01 |  12.40%
0.79/0.82	c   0.8s|     1 |     0 |  1719 |3003k|   0 |  98 | 132 | 252 | 252 | 132 | 318 |  71 |   0 |   0 | 5.072816e+01 | 5.700000e+01 |  12.36%
0.79/0.87	c   0.8s|     1 |     0 |  1785 |3080k|   0 |  93 | 132 | 252 | 252 | 132 | 320 |  73 |   0 |   0 | 5.100000e+01 | 5.700000e+01 |  11.76%
0.88/0.91	c   0.9s|     1 |     0 |  1819 |3126k|   0 |  93 | 132 | 252 | 252 | 132 | 312 |  76 |   0 |   0 | 5.100000e+01 | 5.700000e+01 |  11.76%
0.88/0.94	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.88/0.94	c   0.9s|     1 |     0 |  1824 |3127k|   0 |  92 | 132 | 252 | 252 | 132 | 314 |  78 |   0 |   0 | 5.100000e+01 | 5.700000e+01 |  11.76%
0.88/0.96	o 54
0.88/0.96	c k 0.9s|     1 |     0 |  1824 |3131k|   0 |  92 | 132 | 252 | 252 | 132 | 314 |  78 |   0 |   0 | 5.100000e+01 | 5.400000e+01 |   5.88%
0.88/0.97	c   0.9s|     1 |     0 |  1824 |3129k|   0 |  92 | 132 | 252 | 252 | 132 | 314 |  78 |   0 |   0 | 5.100000e+01 | 5.400000e+01 |   5.88%
1.49/1.60	c   1.5s|     1 |     2 |  1824 |3130k|   0 |  92 | 132 | 252 | 252 | 132 | 314 |  78 |   0 |  19 | 5.100000e+01 | 5.400000e+01 |   5.88%
2.36/2.45	c 
2.36/2.45	c SCIP Status        : problem is solved [optimal solution found]
2.36/2.45	c Solving Time (sec) : 2.32
2.36/2.45	c Solving Nodes      : 5
2.36/2.45	c Primal Bound       : +5.40000000000000e+01 (13 solutions)
2.36/2.45	c Dual Bound         : +5.40000000000000e+01
2.36/2.45	c Gap                : 0.00 %
2.36/2.45	c NODE         5
2.36/2.45	c DUAL BOUND   54
2.36/2.45	c PRIMAL BOUND 54
2.36/2.45	c GAP          0
2.36/2.45	s OPTIMUM FOUND
2.36/2.45	v x132 -x131 -x130 x129 x128 -x127 x126 -x125 -x124 x123 x122 -x121 -x120 x119 x118 -x117 x116 -x115 x114 -x113 -x112 x111 x110 -x109 
2.36/2.45	v x108 -x107 x106 -x105 -x104 x103 x102 -x101 -x100 x99 x98 -x97 -x96 -x95 -x94 x93 -x92 x91 -x90 -x89 -x88 -x87 -x86 x85 
2.36/2.45	v -x84 -x83 -x82 x81 -x80 -x79 -x78 x77 x76 -x75 -x74 x73 -x72 x71 -x70 -x69 -x68 x67 x66 -x65 -x64 x63 -x62 x61 -x60 x59 -x58 
2.36/2.45	v x57 -x56 x55 -x54 x53 -x52 x51 -x50 x49 -x48 x47 x46 -x45 x44 -x43 -x42 x41 -x40 x39 -x38 x37 -x36 x35 -x34 x33 -x32 x31 -x30 
2.36/2.45	v -x29 x28 -x27 -x26 x25 -x24 x23 -x22 -x21 -x20 -x19 -x18 x17 -x16 x15 x14 -x13 -x12 x11 -x10 -x9 -x8 -x7 -x6 x5 -x4 x3 -x2 -x1 
2.36/2.45	c SCIP Status        : problem is solved [optimal solution found]
2.36/2.45	c Solving Time       :       2.32
2.36/2.45	c Original Problem   :
2.36/2.45	c   Problem name     : HOME/instance-1869038-1245155363.opb
2.36/2.45	c   Variables        : 132 (132 binary, 0 integer, 0 implicit integer, 0 continuous)
2.36/2.45	c   Constraints      : 252 initial, 252 maximal
2.36/2.45	c Presolved Problem  :
2.36/2.45	c   Problem name     : t_HOME/instance-1869038-1245155363.opb
2.36/2.45	c   Variables        : 132 (132 binary, 0 integer, 0 implicit integer, 0 continuous)
2.36/2.45	c   Constraints      : 252 initial, 252 maximal
2.36/2.45	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
2.36/2.45	c   trivial          :       0.00          0          0          0          0          0          0          0          0
2.36/2.45	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
2.36/2.45	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
2.36/2.45	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
2.36/2.45	c   implics          :       0.00          0          0          0          0          0          0          0          0
2.36/2.45	c   probing          :       0.01          0          0          0          0          0          0          0          0
2.36/2.45	c   logicor          :       0.00          0          0          0          0          0          0          0          0
2.36/2.45	c   root node        :          -         35          -          -         35          -          -          -          -
2.36/2.45	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
2.36/2.45	c   integral         :          0          0          0          8          0          2         19          0          0          4
2.36/2.45	c   logicor          :        252         22        310          0          0          0         92          0          0          0
2.36/2.45	c   countsols        :          0          0          0          0          0          0          0          0          0          0
2.36/2.45	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
2.36/2.45	c   integral         :       1.32       0.00       0.00       1.32       0.00
2.36/2.45	c   logicor          :       0.00       0.00       0.00       0.00       0.00
2.36/2.45	c   countsols        :       0.00       0.00       0.00       0.00       0.00
2.36/2.45	c Propagators        :       Time      Calls    Cutoffs    DomReds
2.36/2.45	c   rootredcost      :       0.00          0          0          0
2.36/2.45	c   pseudoobj        :       0.00         57          0          0
2.36/2.45	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
2.36/2.45	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
2.36/2.45	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
2.36/2.45	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
2.36/2.45	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
2.36/2.45	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
2.36/2.45	c   applied globally :          -          -          -          0        0.0          -          -          -
2.36/2.45	c   applied locally  :          -          -          -          0        0.0          -          -          -
2.36/2.45	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
2.36/2.46	c   cut pool         :       0.01         21          -          -        392          -    (maximal pool size: 1176)
2.36/2.46	c   redcost          :       0.00         30          0          0          0          0
2.36/2.46	c   impliedbounds    :       0.00         23          0          0          5          0
2.36/2.46	c   intobj           :       0.00          0          0          0          0          0
2.36/2.46	c   gomory           :       0.38         23          0          0       3554          0
2.36/2.46	c   strongcg         :       0.26         20          0          0       3916          0
2.36/2.46	c   cmir             :       0.05         10          0          0          0          0
2.36/2.46	c   flowcover        :       0.03         10          0          0          0          0
2.36/2.46	c   clique           :       0.00         23          0          0         43          0
2.36/2.46	c   zerohalf         :       0.00          0          0          0          0          0
2.36/2.46	c   mcf              :       0.00          1          0          0          0          0
2.36/2.46	c Pricers            :       Time      Calls       Vars
2.36/2.46	c   problem variables:       0.00          0          0
2.36/2.46	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
2.36/2.46	c   relpscost        :       1.32          8          2         19          0          0          4
2.36/2.46	c   pscost           :       0.00          0          0          0          0          0          0
2.36/2.46	c   inference        :       0.00          0          0          0          0          0          0
2.36/2.46	c   mostinf          :       0.00          0          0          0          0          0          0
2.36/2.46	c   leastinf         :       0.00          0          0          0          0          0          0
2.36/2.46	c   fullstrong       :       0.00          0          0          0          0          0          0
2.36/2.46	c   allfullstrong    :       0.00          0          0          0          0          0          0
2.36/2.46	c   random           :       0.00          0          0          0          0          0          0
2.36/2.46	c Primal Heuristics  :       Time      Calls      Found
2.36/2.46	c   LP solutions     :       0.00          -          0
2.36/2.46	c   pseudo solutions :       0.00          -          0
2.36/2.46	c   coefdiving       :       0.00          0          0
2.36/2.46	c   pscostdiving     :       0.00          0          0
2.36/2.46	c   oneopt           :       0.00          1          1
2.36/2.46	c   simplerounding   :       0.00          0          0
2.36/2.46	c   rounding         :       0.00         29          2
2.36/2.46	c   shifting         :       0.02         22          9
2.36/2.46	c   intshifting      :       0.00          0          0
2.36/2.46	c   fixandinfer      :       0.00          0          0
2.36/2.46	c   feaspump         :       0.03          1          1
2.36/2.46	c   fracdiving       :       0.00          0          0
2.36/2.46	c   veclendiving     :       0.00          0          0
2.36/2.46	c   intdiving        :       0.00          0          0
2.36/2.46	c   actconsdiving    :       0.00          0          0
2.36/2.46	c   objpscostdiving  :       0.00          0          0
2.36/2.46	c   rootsoldiving    :       0.00          0          0
2.36/2.46	c   linesearchdiving :       0.00          0          0
2.36/2.46	c   guideddiving     :       0.00          0          0
2.36/2.46	c   octane           :       0.00          0          0
2.36/2.46	c   rens             :       0.01          0          0
2.36/2.46	c   rins             :       0.00          0          0
2.36/2.46	c   localbranching   :       0.00          0          0
2.36/2.46	c   mutation         :       0.00          0          0
2.36/2.46	c   crossover        :       0.00          0          0
2.36/2.46	c   dins             :       0.00          0          0
2.36/2.46	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
2.36/2.46	c   primal LP        :       0.00          0          0       0.00          -
2.36/2.46	c   dual LP          :       0.16         30       1928      64.27   12050.00
2.36/2.46	c   barrier LP       :       0.00          0          0       0.00          -
2.36/2.46	c   diving/probing LP:       0.03         21        511      24.33   17033.33
2.36/2.46	c   strong branching :       1.32        101      11726     116.10    8883.33
2.36/2.46	c     (at root node) :          -         19       4153     218.58          -
2.36/2.46	c   conflict analysis:       0.00          0          0       0.00          -
2.36/2.46	c B&B Tree           :
2.36/2.46	c   number of runs   :          1
2.36/2.46	c   nodes            :          5
2.36/2.46	c   nodes (total)    :          5
2.36/2.46	c   nodes left       :          0
2.36/2.46	c   max depth        :          2
2.36/2.46	c   max depth (total):          2
2.36/2.46	c   backtracks       :          0 (0.0%)
2.36/2.46	c   delayed cutoffs  :          0
2.36/2.46	c   repropagations   :          1 (0 domain reductions, 0 cutoffs)
2.36/2.46	c   avg switch length:       2.40
2.36/2.46	c   switching time   :       0.00
2.36/2.46	c Solution           :
2.36/2.46	c   Solutions found  :         13 (10 improvements)
2.36/2.46	c   Primal Bound     : +5.40000000000000e+01   (in run 1, after 1 nodes, 0.90 seconds, depth 0, found by <oneopt>)
2.36/2.46	c   Dual Bound       : +5.40000000000000e+01
2.36/2.46	c   Gap              :       0.00 %
2.36/2.46	c   Root Dual Bound  : +5.10000000000000e+01
2.36/2.47	c Time complete: 2.43.

Verifier Data

OK	54

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1869038-1245155363/watcher-1869038-1245155363 -o /tmp/evaluation-result-1869038-1245155363/solver-1869038-1245155363 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1869038-1245155363.opb 

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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.99 1.94 1.91 3/73 2283
/proc/meminfo: memFree=1819984/2055920 swapFree=4169920/4192956
[pid=2283] ppid=2281 vsize=6100 CPUtime=0
/proc/2283/stat : 2283 (pbscip.linux.x8) R 2281 2283 1892 0 -1 4194304 715 0 0 0 0 0 0 0 18 0 1 0 183134914 6246400 697 1992294400 4194304 7823515 548682068736 18446744073709551615 4402248 0 0 4096 0 0 0 0 17 0 0 0
/proc/2283/statm: 1525 704 325 886 0 635 0

[startup+0.031677 s]
/proc/loadavg: 1.99 1.94 1.91 3/73 2283
/proc/meminfo: memFree=1819984/2055920 swapFree=4169920/4192956
[pid=2283] ppid=2281 vsize=12544 CPUtime=0.02
/proc/2283/stat : 2283 (pbscip.linux.x8) R 2281 2283 1892 0 -1 4194304 2562 0 0 0 1 1 0 0 18 0 1 0 183134914 12845056 2190 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 0 0 0
/proc/2283/statm: 3136 2190 439 886 0 2246 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 12544

[startup+0.102645 s]
/proc/loadavg: 1.99 1.94 1.91 3/73 2283
/proc/meminfo: memFree=1819984/2055920 swapFree=4169920/4192956
[pid=2283] ppid=2281 vsize=13460 CPUtime=0.09
/proc/2283/stat : 2283 (pbscip.linux.x8) R 2281 2283 1892 0 -1 4194304 2944 0 0 0 8 1 0 0 18 0 1 0 183134914 13783040 2569 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 0 0 0
/proc/2283/statm: 3365 2569 552 886 0 2475 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13460

[startup+0.302668 s]
/proc/loadavg: 1.99 1.94 1.91 3/73 2283
/proc/meminfo: memFree=1819984/2055920 swapFree=4169920/4192956
[pid=2283] ppid=2281 vsize=16396 CPUtime=0.29
/proc/2283/stat : 2283 (pbscip.linux.x8) R 2281 2283 1892 0 -1 4194304 3669 0 0 0 27 2 0 0 20 0 1 0 183134914 16789504 3291 1992294400 4194304 7823515 548682068736 18446744073709551615 4554603 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2283/statm: 4099 3291 552 886 0 3209 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16396

[startup+0.702709 s]
/proc/loadavg: 1.99 1.94 1.91 3/73 2283
/proc/meminfo: memFree=1819984/2055920 swapFree=4169920/4192956
[pid=2283] ppid=2281 vsize=18804 CPUtime=0.69
/proc/2283/stat : 2283 (pbscip.linux.x8) R 2281 2283 1892 0 -1 4194304 4285 0 0 0 65 4 0 0 23 0 1 0 183134914 19255296 3906 1992294400 4194304 7823515 548682068736 18446744073709551615 4277365 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2283/statm: 4701 3906 553 886 0 3811 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 18804

[startup+1.50179 s]
/proc/loadavg: 2.07 1.96 1.91 4/74 2284
/proc/meminfo: memFree=1803720/2055920 swapFree=4169920/4192956
[pid=2283] ppid=2281 vsize=21548 CPUtime=1.49
/proc/2283/stat : 2283 (pbscip.linux.x8) R 2281 2283 1892 0 -1 4194304 4975 0 0 0 143 6 0 0 25 0 1 0 183134914 22065152 4596 1992294400 4194304 7823515 548682068736 18446744073709551615 6212404 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2283/statm: 5387 4596 558 886 0 4497 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 21548

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

[startup+1.90183 s]
/proc/loadavg: 2.07 1.96 1.91 4/74 2284
/proc/meminfo: memFree=1803720/2055920 swapFree=4169920/4192956
[pid=2283] ppid=2281 vsize=21548 CPUtime=1.88
/proc/2283/stat : 2283 (pbscip.linux.x8) R 2281 2283 1892 0 -1 4194304 4975 0 0 0 182 6 0 0 25 0 1 0 183134914 22065152 4596 1992294400 4194304 7823515 548682068736 18446744073709551615 6205839 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2283/statm: 5387 4596 558 886 0 4497 0
Current children cumulated CPU time (s) 1.88
Current children cumulated vsize (KiB) 21548

[startup+2.30187 s]
/proc/loadavg: 2.07 1.96 1.91 2/74 2284
/proc/meminfo: memFree=1803592/2055920 swapFree=4169920/4192956
[pid=2283] ppid=2281 vsize=21548 CPUtime=2.25
/proc/2283/stat : 2283 (pbscip.linux.x8) R 2281 2283 1892 0 -1 4194304 4976 0 0 0 217 8 0 0 25 0 1 0 183134914 22065152 4597 1992294400 4194304 7823515 548682068736 18446744073709551615 6253916 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2283/statm: 5387 4597 559 886 0 4497 0
Current children cumulated CPU time (s) 2.25
Current children cumulated vsize (KiB) 21548

[startup+2.40188 s]
/proc/loadavg: 2.07 1.96 1.91 2/74 2284
/proc/meminfo: memFree=1803592/2055920 swapFree=4169920/4192956
[pid=2283] ppid=2281 vsize=21548 CPUtime=2.36
/proc/2283/stat : 2283 (pbscip.linux.x8) R 2281 2283 1892 0 -1 4194304 4976 0 0 0 227 9 0 0 25 0 1 0 183134914 22065152 4597 1992294400 4194304 7823515 548682068736 18446744073709551615 6177563 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2283/statm: 5387 4597 559 886 0 4497 0
Current children cumulated CPU time (s) 2.36
Current children cumulated vsize (KiB) 21548

Child status: 0
Real time (s): 2.47236
CPU time (s): 2.43363
CPU user time (s): 2.33065
CPU system time (s): 0.102984
CPU usage (%): 98.4336
Max. virtual memory (cumulated for all children) (KiB): 21548

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

runsolver used 0.007998 second user time and 0.015997 second system time

The end

Launcher Data

Begin job on node84 at 2009-06-16 14:29:23
IDJOB=1869038
IDBENCH=2138
IDSOLVER=683
FILE ID=node84/1869038-1245155363
PBS_JOBID= 9363773
Free space on /tmp= 66524 MiB

SOLVER NAME= SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-ii8a1.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t TIMEOUT -m MEMLIMIT -f BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1869038-1245155363/watcher-1869038-1245155363 -o /tmp/evaluation-result-1869038-1245155363/solver-1869038-1245155363 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1869038-1245155363.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 2e974af763e555a73d17fc5f836f5561
RANDOM SEED=2089221030

node84.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.222
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.222
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1820464 kB
Buffers:         29864 kB
Cached:         106652 kB
SwapCached:      17164 kB
Active:          56520 kB
Inactive:       115812 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1820464 kB
SwapTotal:     4192956 kB
SwapFree:      4169920 kB
Dirty:            9840 kB
Writeback:           0 kB
Mapped:          43340 kB
Slab:            48164 kB
Committed_AS:   601236 kB
PageTables:       2064 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66512 MiB
End job on node84 at 2009-06-16 14:29:26