Trace number 2666506

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
SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solverOPT2 55.8705 55.8956

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/
factor-mod-B/factor-mod-size=7-P0=43-P1=107-P2=31-P3=113-P4=127-P5=2-P6=79-B.opb
MD5SUMa998edafd51e17056858d37f83d42bbc
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark2.10968
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 2
Optimality of the best value was proved YES
Number of variables126
Total number of constraints13
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints13
Minimum length of a constraint7
Maximum length of a constraint63
Number of terms in the objective function 7
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 127
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 8192
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 32512
Number of bits of the biggest sum of numbers15
Number of products (including duplicates)294
Sum of products size (including duplicates)588
Number of different products294
Sum of products size588

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.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2] [Expressions interpreter: NONE]
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-2666506-1276649192.opb>
0.00/0.01	c original problem has 420 variables (420 bin, 0 int, 0 impl, 0 cont) and 307 constraints
0.00/0.01	c problem read
0.00/0.01	c presolving settings loaded
0.00/0.02	c presolving:
0.00/0.06	c (round 1) 6 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 35 chg coeffs, 0 upgd conss, 1656 impls, 0 clqs
0.00/0.06	c (round 2) 6 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 35 chg coeffs, 7 upgd conss, 1682 impls, 0 clqs
0.06/0.09	c    (0.0s) probing: 191/414 (46.1%) - 0 fixings, 0 aggregations, 48 implications, 0 bound changes
0.06/0.09	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.06/0.09	c presolving (3 rounds):
0.06/0.09	c  6 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 35 changed coefficients
0.06/0.09	c  1778 implications, 0 cliques
0.06/0.09	c presolved problem has 414 variables (414 bin, 0 int, 0 impl, 0 cont) and 307 constraints
0.06/0.09	c     293 constraints of type <and>
0.06/0.09	c       6 constraints of type <linear>
0.06/0.09	c       8 constraints of type <logicor>
0.06/0.09	c transformed objective value is always integral (scale: 1)
0.06/0.09	c Presolving Time: 0.03
0.06/0.09	c - non default parameters ----------------------------------------------------------------------
0.06/0.09	c # SCIP version 1.2.1.2
0.06/0.09	c 
0.06/0.09	c # frequency for displaying node information lines
0.06/0.09	c # [type: int, range: [-1,2147483647], default: 100]
0.06/0.09	c display/freq = 10000
0.06/0.09	c 
0.06/0.09	c # maximal time in seconds to run
0.06/0.09	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.06/0.09	c limits/time = 1800
0.06/0.09	c 
0.06/0.09	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.06/0.09	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.06/0.09	c limits/memory = 1620
0.06/0.09	c 
0.06/0.09	c # should presolving try to simplify inequalities
0.06/0.09	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.06/0.09	c constraints/linear/simplifyinequalities = TRUE
0.06/0.09	c 
0.06/0.09	c # should presolving try to simplify knapsacks
0.06/0.09	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.06/0.09	c constraints/knapsack/simplifyinequalities = TRUE
0.06/0.09	c 
0.06/0.09	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.06/0.09	c # [type: int, range: [-1,2147483647], default: -1]
0.06/0.09	c heuristics/undercover/freq = 0
0.06/0.09	c 
0.06/0.09	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.06/0.09	c # [type: int, range: [-1,2147483647], default: -1]
0.06/0.09	c separating/rapidlearning/freq = 0
0.06/0.09	c 
0.06/0.09	c -----------------------------------------------------------------------------------------------
0.06/0.09	c start solving
0.06/0.09	c 
0.06/0.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.06/0.09	c   0.1s|     1 |     0 |    11 |     - |1780k|   0 |   4 | 414 | 307 | 414 | 600 |   0 |   0 |   0 | 2.000000e+00 |      --      |    Inf 
0.19/0.28	c   0.2s|     1 |     0 |   392 |     - |1802k|   0 |   6 | 414 | 313 | 414 | 603 |   3 |   0 |   0 | 2.000000e+00 |      --      |    Inf 
0.29/0.30	c   0.2s|     1 |     0 |   402 |     - |1809k|   0 |  13 | 414 | 313 | 414 | 608 |   8 |   0 |   0 | 2.000000e+00 |      --      |    Inf 
0.29/0.32	c   0.2s|     1 |     0 |   410 |     - |1816k|   0 |  16 | 414 | 313 | 414 | 612 |  12 |   0 |   0 | 2.000000e+00 |      --      |    Inf 
0.29/0.34	c   0.2s|     1 |     0 |   422 |     - |1833k|   0 |  26 | 414 | 313 | 414 | 617 |  17 |   0 |   0 | 2.000000e+00 |      --      |    Inf 
0.29/0.38	c   0.3s|     1 |     0 |   436 |     - |1860k|   0 |  36 | 414 | 313 | 414 | 625 |  25 |   0 |   0 | 2.000000e+00 |      --      |    Inf 
0.39/0.43	c   0.3s|     1 |     0 |   444 |     - |1876k|   0 |  39 | 414 | 313 | 414 | 631 |  31 |   0 |   0 | 2.000000e+00 |      --      |    Inf 
0.49/0.52	c   0.4s|     1 |     2 |   444 |     - |1877k|   0 |  39 | 414 | 313 | 414 | 631 |  31 |   0 |  10 | 2.000000e+00 |      --      |    Inf 
5.40/5.48	o 43
5.40/5.48	c * 5.2s|  1466 |   804 | 13231 |   8.7 |3323k|  73 |   - | 414 |1382 | 414 | 187 |6282 |1070 |2729 | 2.000000e+00 | 4.300000e+01 |2050.00%
8.48/8.56	o 39
8.48/8.56	c v 8.1s|  2816 |  1656 | 27719 |   9.7 |4746k|  73 |   - | 414 |2573 | 414 | 181 |  12k|2281 |2878 | 2.000000e+00 | 3.900000e+01 |1850.00%
14.58/14.69	o 15
14.58/14.69	c p13.9s|  6210 |  2592 | 50095 |   8.0 |6782k|  73 |   - | 414 |4442 | 414 | 216 |  23k|5099 |3005 | 2.000000e+00 | 1.500000e+01 | 650.00%
15.48/15.52	o 13
15.48/15.52	c v14.7s|  6679 |  2762 | 52901 |   7.9 |6920k|  73 |   - | 414 |4144 | 414 | 218 |  24k|5381 |3015 | 2.000000e+00 | 1.300000e+01 | 550.00%
21.38/21.40	c  20.3s| 10000 |  4826 | 73053 |   7.3 |8798k|  73 |   7 | 414 |3548 | 414 | 151 |  35k|7539 |3131 | 2.000000e+00 | 1.300000e+01 | 550.00%
28.18/28.24	o 7
28.18/28.24	c l26.8s| 14378 |  6934 | 98211 |   6.8 |  10M|  73 |   - | 414 |2172 | 414 | 191 |  48k|  10k|3409 | 2.000000e+00 | 7.000000e+00 | 250.00%
33.57/33.62	o 6
33.57/33.62	c *31.9s| 17828 |  8871 |116695 |   6.5 |  12M|  73 |   - | 414 |1820 | 414 | 194 |  56k|  12k|3767 | 2.000000e+00 | 6.000000e+00 | 200.00%
37.17/37.23	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
37.17/37.23	c  35.3s| 20000 | 10302 |129291 |   6.4 |  13M|  73 |   - | 414 |1633 |   0 |   0 |  62k|  13k|3979 | 2.000000e+00 | 6.000000e+00 | 200.00%
49.67/49.71	o 5
49.67/49.71	c v47.2s| 27963 | 15110 |171703 |   6.1 |  18M|  73 |   - | 414 |1831 | 414 | 174 |  82k|  18k|4680 | 2.000000e+00 | 5.000000e+00 | 150.00%
52.96/53.01	c  50.3s| 30000 | 16302 |182875 |   6.1 |  19M|  73 |   6 | 414 |2190 | 414 | 166 |  87k|  20k|4882 | 2.000000e+00 | 5.000000e+00 | 150.00%
55.76/55.80	o 3
55.76/55.80	c *52.9s| 31677 | 14736 |192239 |   6.1 |  17M|  73 |   - | 414 |2332 | 414 | 183 |  91k|  21k|5009 | 2.000000e+00 | 3.000000e+00 |  50.00%
55.76/55.87	o 2
55.76/55.87	c *53.0s| 31685 |     0 |192252 |   6.1 |3724k|  73 |   - | 414 |2176 | 414 | 173 |  91k|  21k|5009 | 2.000000e+00 | 2.000000e+00 |   0.00%
55.76/55.87	c 
55.76/55.87	c SCIP Status        : problem is solved [optimal solution found]
55.76/55.87	c Solving Time (sec) : 53.00
55.76/55.87	c Solving Nodes      : 31685
55.76/55.87	c Primal Bound       : +2.00000000000000e+00 (9 solutions)
55.76/55.87	c Dual Bound         : +2.00000000000000e+00
55.76/55.87	c Gap                : 0.00 %
55.76/55.87	s OPTIMUM FOUND
55.76/55.87	v -x126 -x125 -x124 -x123 x122 x121 x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x84 -x83 -x82 x81 -x80 x79 -x78 -x112 -x111 -x110 
55.76/55.87	v -x109 -x108 -x107 x106 -x77 -x76 -x75 -x74 -x73 x72 -x71 -x105 -x104 -x103 -x102 -x101 -x100 x99 -x70 -x69 -x68 x67 -x66 
55.76/55.87	v x65 -x64 -x98 -x97 -x96 -x95 -x94 x93 -x92 -x63 -x62 -x61 -x60 -x59 x58 -x57 -x91 -x90 -x89 -x88 -x87 -x86 x85 -x56 -x55 -x54 
55.76/55.87	v -x53 x52 x51 -x50 x49 -x48 x47 x46 -x45 x44 x43 -x42 -x41 -x40 -x39 x38 -x37 x36 -x35 -x34 -x33 x32 x31 -x30 x29 x28 -x27 -x26 
55.76/55.87	v -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 
55.76/55.87	c SCIP Status        : problem is solved [optimal solution found]
55.76/55.87	c Solving Time       :      53.00
55.76/55.87	c Original Problem   :
55.76/55.87	c   Problem name     : HOME/instance-2666506-1276649192.opb
55.76/55.87	c   Variables        : 420 (420 binary, 0 integer, 0 implicit integer, 0 continuous)
55.76/55.87	c   Constraints      : 307 initial, 307 maximal
55.76/55.87	c Presolved Problem  :
55.76/55.87	c   Problem name     : t_HOME/instance-2666506-1276649192.opb
55.76/55.87	c   Variables        : 414 (414 binary, 0 integer, 0 implicit integer, 0 continuous)
55.76/55.87	c   Constraints      : 307 initial, 4470 maximal
55.76/55.87	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
55.76/55.87	c   trivial          :       0.00          0          0          0          0          0          0          0          0
55.76/55.87	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
55.76/55.87	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
55.76/55.87	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
55.76/55.87	c   implics          :       0.00          0          0          0          0          0          0          0          0
55.76/55.87	c   probing          :       0.02          0          0          0          0          0          0          0          0
55.76/55.87	c   and              :       0.01          0          0          0          0          0          0          0          0
55.76/55.87	c   linear           :       0.00          1          5          0          0          0          0          0         35
55.76/55.87	c   logicor          :       0.00          0          0          0          0          0          0          0          0
55.76/55.87	c   root node        :          -         89          -          -         89          -          -          -          -
55.76/55.87	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
55.76/55.87	c   integral         :          0          0          0      27294          0          1        902          0          0      53390
55.76/55.87	c   and              :        293      61932     102350          0          0       2063     177904      91274          0          0
55.76/55.87	c   linear           :          6+         7     100278          0          0       5834      52865          0          0          0
55.76/55.87	c   logicor          :          8+         6      53150          4          0        431      10485          0          0          0
55.76/55.87	c   countsols        :          0          0          0          4          0          0          0          0          0          0
55.76/55.87	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
55.76/55.87	c   integral         :       4.04       0.00       0.00       4.04       0.00
55.76/55.87	c   and              :       3.30       1.72       1.58       0.00       0.00
55.76/55.87	c   linear           :       2.71       0.00       2.71       0.00       0.00
55.76/55.87	c   logicor          :       2.16       0.00       2.16       0.00       0.00
55.76/55.87	c   countsols        :       0.00       0.00       0.00       0.00       0.00
55.76/55.87	c Propagators        :       Time      Calls    Cutoffs    DomReds
55.76/55.87	c   vbounds          :       0.04          2          0          0
55.76/55.87	c   rootredcost      :       0.01          8          0          6
55.76/55.87	c   pseudoobj        :       0.21     101961          0        774
55.76/55.87	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
55.76/55.87	c   propagation      :       1.57       8328       8244      91162       47.7       2944       19.1          -
55.76/55.87	c   infeasible LP    :       0.08        299        295       1773       36.7        160       17.7          0
55.76/55.87	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
55.76/55.87	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
55.76/55.87	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
55.76/55.87	c   applied globally :          -          -          -      21106       21.5          -          -          -
55.76/55.87	c   applied locally  :          -          -          -        277       45.1          -          -          -
55.76/55.87	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
55.76/55.87	c   cut pool         :       0.00          5          -          -          1          -    (maximal pool size: 44)
55.76/55.87	c   redcost          :       0.75      61983          0        208          0          0
55.76/55.87	c   impliedbounds    :       0.00          6          0          0          8          0
55.76/55.87	c   intobj           :       0.00          0          0          0          0          0
55.76/55.87	c   cgmip            :       0.00          0          0          0          0          0
55.76/55.87	c   gomory           :       0.02          6          0          0          2          0
55.76/55.87	c   strongcg         :       0.03          6          0          0         21          0
55.76/55.87	c   cmir             :       0.03          6          0          0         21          0
55.76/55.87	c   flowcover        :       0.03          6          0          0         32          0
55.76/55.87	c   clique           :       0.00          1          0          0          0          0
55.76/55.87	c   zerohalf         :       0.00          0          0          0          0          0
55.76/55.87	c   mcf              :       0.00          1          0          0          0          0
55.76/55.87	c   rapidlearning    :       0.11          1          0          0          0          6
55.76/55.87	c Pricers            :       Time      Calls       Vars
55.76/55.87	c   problem variables:       0.00          0          0
55.76/55.87	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
55.76/55.87	c   relpscost        :       3.93      27290          1        902          0          0      53390
55.76/55.87	c   pscost           :       0.00          0          0          0          0          0          0
55.76/55.87	c   inference        :       0.00          0          0          0          0          0          0
55.76/55.87	c   mostinf          :       0.00          0          0          0          0          0          0
55.76/55.87	c   leastinf         :       0.00          0          0          0          0          0          0
55.76/55.87	c   fullstrong       :       0.00          0          0          0          0          0          0
55.76/55.87	c   allfullstrong    :       0.00          0          0          0          0          0          0
55.76/55.87	c   random           :       0.00          0          0          0          0          0          0
55.76/55.87	c Primal Heuristics  :       Time      Calls      Found
55.76/55.87	c   LP solutions     :       0.06          -          4
55.76/55.87	c   pseudo solutions :       0.00          -          0
55.76/55.87	c   oneopt           :       0.04          8          0
55.76/55.87	c   crossover        :       0.21         10          0
55.76/55.87	c   veclendiving     :       0.22        100          3
55.76/55.87	c   coefdiving       :       0.33        101          0
55.76/55.87	c   pscostdiving     :       0.35        101          1
55.76/55.87	c   linesearchdiving :       0.32        101          1
55.76/55.87	c   guideddiving     :       0.31        101          0
55.76/55.87	c   fracdiving       :       0.30        101          0
55.76/55.87	c   trivial          :       0.00          2          0
55.76/55.87	c   simplerounding   :       0.04          0          0
55.76/55.87	c   zirounding       :       0.07       1000          0
55.76/55.87	c   rounding         :       0.27       3538          0
55.76/55.87	c   shifting         :       1.44       1064          0
55.76/55.87	c   intshifting      :       0.00          0          0
55.76/55.87	c   twoopt           :       0.00          0          0
55.76/55.87	c   fixandinfer      :       0.00          0          0
55.76/55.87	c   feaspump         :       0.14         18          0
55.76/55.87	c   intdiving        :       0.00          0          0
55.76/55.87	c   actconsdiving    :       0.00          0          0
55.76/55.87	c   objpscostdiving  :       0.27         32          0
55.76/55.87	c   rootsoldiving    :       0.78         22          0
55.76/55.87	c   octane           :       0.00          0          0
55.76/55.87	c   rens             :       0.02          1          0
55.76/55.87	c   rins             :       0.00          0          0
55.76/55.87	c   localbranching   :       0.00          0          0
55.76/55.87	c   mutation         :       0.00          0          0
55.76/55.87	c   dins             :       0.00          0          0
55.76/55.87	c   undercover       :       0.00          1          0
55.76/55.87	c   nlp              :       0.00          0          0
55.76/55.87	c   trysol           :       0.02          0          0
55.76/55.87	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
55.76/55.87	c   primal LP        :       1.17          0          0       0.00       0.00
55.76/55.87	c   dual LP          :      20.53      63904     176874       2.77    8615.39
55.76/55.87	c   lex dual LP      :       0.00          0          0       0.00          -
55.76/55.87	c   barrier LP       :       0.00          0          0       0.00          -
55.76/55.87	c   diving/probing LP:       1.49       4462      15378       3.45   10320.81
55.76/55.87	c   strong branching :       3.47       5009      29550       5.90    8515.85
55.76/55.87	c     (at root node) :          -         10        477      47.70          -
55.76/55.87	c   conflict analysis:       0.00          0          0       0.00          -
55.76/55.87	c B&B Tree           :
55.76/55.87	c   number of runs   :          1
55.76/55.87	c   nodes            :      31685
55.76/55.87	c   nodes (total)    :      31685
55.76/55.87	c   nodes left       :          0
55.76/55.87	c   max depth        :         73
55.76/55.87	c   max depth (total):         73
55.76/55.87	c   backtracks       :       3082 (9.7%)
55.76/55.87	c   delayed cutoffs  :       2333
55.76/55.87	c   repropagations   :      12084 (40771 domain reductions, 2006 cutoffs)
55.76/55.87	c   avg switch length:       4.80
55.76/55.87	c   switching time   :       4.44
55.76/55.87	c Solution           :
55.76/55.87	c   Solutions found  :          9 (9 improvements)
55.76/55.87	c   First Solution   : +4.30000000000000e+01   (in run 1, after 1466 nodes, 5.18 seconds, depth 65, found by <relaxation>)
55.76/55.87	c   Primal Bound     : +2.00000000000000e+00   (in run 1, after 31685 nodes, 52.94 seconds, depth 54, found by <relaxation>)
55.76/55.87	c   Dual Bound       : +2.00000000000000e+00
55.76/55.87	c   Gap              :       0.00 %
55.76/55.87	c   Root Dual Bound  : +2.00000000000000e+00
55.76/55.87	c   Root Iterations  :        444
55.76/55.89	c Time complete: 55.86.

Verifier Data

OK	2

Watcher Data

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

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

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: 2.05 1.48 1.18 3/106 12317
/proc/meminfo: memFree=1840436/2059040 swapFree=4141108/4192956
[pid=12317] ppid=12315 vsize=7724 CPUtime=0
/proc/12317/stat : 12317 (pbscip.linux.x8) R 12315 12317 12069 0 -1 4202496 1040 0 0 0 0 0 0 0 20 0 1 0 6210797 7909376 959 1992294400 4194304 8223781 140733274868528 18446744073709551615 7253477 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/12317/statm: 1931 967 348 984 0 944 0

[startup+0.0682951 s]
/proc/loadavg: 2.05 1.48 1.18 3/106 12317
/proc/meminfo: memFree=1840436/2059040 swapFree=4141108/4192956
[pid=12317] ppid=12315 vsize=12320 CPUtime=0.06
/proc/12317/stat : 12317 (pbscip.linux.x8) R 12315 12317 12069 0 -1 4202496 3567 0 0 0 3 3 0 0 20 0 1 0 6210797 12615680 2095 1992294400 4194304 8223781 140733274868528 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12317/statm: 3080 2095 469 984 0 2093 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 12320

[startup+0.100298 s]
/proc/loadavg: 2.05 1.48 1.18 3/106 12317
/proc/meminfo: memFree=1840436/2059040 swapFree=4141108/4192956
[pid=12317] ppid=12315 vsize=14804 CPUtime=0.09
/proc/12317/stat : 12317 (pbscip.linux.x8) R 12315 12317 12069 0 -1 4202496 4270 0 0 0 5 4 0 0 20 0 1 0 6210797 15159296 2796 1992294400 4194304 8223781 140733274868528 18446744073709551615 5437838 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12317/statm: 3701 2796 544 984 0 2714 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14804

[startup+0.300315 s]
/proc/loadavg: 2.05 1.48 1.18 3/106 12317
/proc/meminfo: memFree=1840436/2059040 swapFree=4141108/4192956
[pid=12317] ppid=12315 vsize=17400 CPUtime=0.29
/proc/12317/stat : 12317 (pbscip.linux.x8) R 12315 12317 12069 0 -1 4202496 8855 0 0 0 20 9 0 0 20 0 1 0 6210797 17817600 3493 1992294400 4194304 8223781 140733274868528 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12317/statm: 4350 3493 586 984 0 3363 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17400

[startup+0.70035 s]
/proc/loadavg: 2.05 1.48 1.18 3/106 12317
/proc/meminfo: memFree=1840436/2059040 swapFree=4141108/4192956
[pid=12317] ppid=12315 vsize=18320 CPUtime=0.69
/proc/12317/stat : 12317 (pbscip.linux.x8) R 12315 12317 12069 0 -1 4202496 10636 0 0 0 58 11 0 0 21 0 1 0 6210797 18759680 3735 1992294400 4194304 8223781 140733274868528 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12317/statm: 4580 3735 589 984 0 3593 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 18320

[startup+1.50042 s]
/proc/loadavg: 1.97 1.47 1.17 2/107 12318
/proc/meminfo: memFree=1827036/2059040 swapFree=4141108/4192956
[pid=12317] ppid=12315 vsize=18320 CPUtime=1.49
/proc/12317/stat : 12317 (pbscip.linux.x8) R 12315 12317 12069 0 -1 4202496 10640 0 0 0 134 15 0 0 23 0 1 0 6210797 18759680 3739 1992294400 4194304 8223781 140733274868528 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12317/statm: 4580 3739 591 984 0 3593 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 18320

[startup+3.10056 s]
/proc/loadavg: 1.97 1.47 1.17 2/107 12318
/proc/meminfo: memFree=1826912/2059040 swapFree=4141108/4192956
[pid=12317] ppid=12315 vsize=18320 CPUtime=3.09
/proc/12317/stat : 12317 (pbscip.linux.x8) R 12315 12317 12069 0 -1 4202496 10640 0 0 0 288 21 0 0 25 0 1 0 6210797 18759680 3739 1992294400 4194304 8223781 140733274868528 18446744073709551615 6591967 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12317/statm: 4580 3739 591 984 0 3593 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 18320

[startup+6.30185 s]
/proc/loadavg: 1.89 1.46 1.17 2/107 12318
/proc/meminfo: memFree=1826912/2059040 swapFree=4141108/4192956
[pid=12317] ppid=12315 vsize=19204 CPUtime=6.29
/proc/12317/stat : 12317 (pbscip.linux.x8) R 12315 12317 12069 0 -1 4202496 10844 0 0 0 595 34 0 0 25 0 1 0 6210797 19664896 3943 1992294400 4194304 8223781 140733274868528 18446744073709551615 6021604 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12317/statm: 4801 3943 591 984 0 3814 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 19204

[startup+12.7014 s]
/proc/loadavg: 1.82 1.46 1.17 2/107 12318
/proc/meminfo: memFree=1822324/2059040 swapFree=4141108/4192956
[pid=12317] ppid=12315 vsize=23572 CPUtime=12.68
/proc/12317/stat : 12317 (pbscip.linux.x8) R 12315 12317 12069 0 -1 4202496 11941 0 0 0 1204 64 0 0 25 0 1 0 6210797 24137728 5039 1992294400 4194304 8223781 140733274868528 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12317/statm: 5893 5039 591 984 0 4906 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 23572

[startup+25.5005 s]
/proc/loadavg: 1.64 1.43 1.17 2/107 12318
/proc/meminfo: memFree=1817488/2059040 swapFree=4141108/4192956
[pid=12317] ppid=12315 vsize=28120 CPUtime=25.47
/proc/12317/stat : 12317 (pbscip.linux.x8) R 12315 12317 12069 0 -1 4202496 28649 0 0 0 2418 129 0 0 25 0 1 0 6210797 28794880 6204 1992294400 4194304 8223781 140733274868528 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12317/statm: 7030 6204 600 984 0 6043 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 28120

[startup+51.1007 s]
/proc/loadavg: 1.42 1.40 1.16 2/107 12318
/proc/meminfo: memFree=1806576/2059040 swapFree=4141108/4192956
[pid=12317] ppid=12315 vsize=38476 CPUtime=51.07
/proc/12317/stat : 12317 (pbscip.linux.x8) R 12315 12317 12069 0 -1 4202496 51662 0 0 0 4848 259 0 0 25 0 1 0 6210797 39399424 8839 1992294400 4194304 8223781 140733274868528 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12317/statm: 9619 8839 600 984 0 8632 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 38476

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

[startup+54.301 s]
/proc/loadavg: 1.42 1.40 1.16 2/107 12318
/proc/meminfo: memFree=1805088/2059040 swapFree=4141108/4192956
[pid=12317] ppid=12315 vsize=40540 CPUtime=54.26
/proc/12317/stat : 12317 (pbscip.linux.x8) R 12315 12317 12069 0 -1 4202496 52807 0 0 0 5151 275 0 0 25 0 1 0 6210797 41512960 9349 1992294400 4194304 8223781 140733274868528 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12317/statm: 10135 9349 600 984 0 9148 0
Current children cumulated CPU time (s) 54.26
Current children cumulated vsize (KiB) 40540

[startup+55.1011 s]
/proc/loadavg: 1.42 1.40 1.16 2/107 12318
/proc/meminfo: memFree=1804096/2059040 swapFree=4141108/4192956
[pid=12317] ppid=12315 vsize=40624 CPUtime=55.07
/proc/12317/stat : 12317 (pbscip.linux.x8) R 12315 12317 12069 0 -1 4202496 57575 0 0 0 5226 281 0 0 25 0 1 0 6210797 41598976 9379 1992294400 4194304 8223781 140733274868528 18446744073709551615 4999875 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12317/statm: 10156 9379 600 984 0 9169 0
Current children cumulated CPU time (s) 55.07
Current children cumulated vsize (KiB) 40624

[startup+55.5011 s]
/proc/loadavg: 1.42 1.40 1.16 2/107 12318
/proc/meminfo: memFree=1804096/2059040 swapFree=4141108/4192956
[pid=12317] ppid=12315 vsize=40624 CPUtime=55.46
/proc/12317/stat : 12317 (pbscip.linux.x8) R 12315 12317 12069 0 -1 4202496 57575 0 0 0 5263 283 0 0 25 0 1 0 6210797 41598976 9379 1992294400 4194304 8223781 140733274868528 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12317/statm: 10156 9379 600 984 0 9169 0
Current children cumulated CPU time (s) 55.46
Current children cumulated vsize (KiB) 40624

[startup+55.7011 s]
/proc/loadavg: 1.42 1.40 1.16 2/107 12318
/proc/meminfo: memFree=1804096/2059040 swapFree=4141108/4192956
[pid=12317] ppid=12315 vsize=40624 CPUtime=55.67
/proc/12317/stat : 12317 (pbscip.linux.x8) R 12315 12317 12069 0 -1 4202496 57575 0 0 0 5283 284 0 0 25 0 1 0 6210797 41598976 9379 1992294400 4194304 8223781 140733274868528 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12317/statm: 10156 9379 600 984 0 9169 0
Current children cumulated CPU time (s) 55.67
Current children cumulated vsize (KiB) 40624

[startup+55.8012 s]
/proc/loadavg: 1.42 1.40 1.16 2/107 12318
/proc/meminfo: memFree=1804096/2059040 swapFree=4141108/4192956
[pid=12317] ppid=12315 vsize=40624 CPUtime=55.76
/proc/12317/stat : 12317 (pbscip.linux.x8) R 12315 12317 12069 0 -1 4202496 57575 0 0 0 5292 284 0 0 25 0 1 0 6210797 41598976 9379 1992294400 4194304 8223781 140733274868528 18446744073709551615 6207129 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12317/statm: 10156 9379 600 984 0 9169 0
Current children cumulated CPU time (s) 55.76
Current children cumulated vsize (KiB) 40624

Child status: 0
Real time (s): 55.8956
CPU time (s): 55.8705
CPU user time (s): 53.0149
CPU system time (s): 2.85556
CPU usage (%): 99.9552
Max. virtual memory (cumulated for all children) (KiB): 47512

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

runsolver used 0.107983 second user time and 0.255961 second system time

The end

Launcher Data

Begin job on node050 at 2010-06-16 02:46:32
IDJOB=2666506
IDBENCH=48019
IDSOLVER=1169
FILE ID=node050/2666506-1276649192
PBS_JOBID= 11172451
Free space on /tmp= 62572 MiB

SOLVER NAME= SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=7-P0=43-P1=107-P2=31-P3=113-P4=127-P5=2-P6=79-B.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-2666506-1276649192/watcher-2666506-1276649192 -o /tmp/evaluation-result-2666506-1276649192/solver-2666506-1276649192 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2666506-1276649192.opb -t 1800 -m 1800

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

MD5SUM BENCH= a998edafd51e17056858d37f83d42bbc
RANDOM SEED=1216678737

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.215
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
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 constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.43
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.215
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
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 constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1841088 kB
Buffers:         27176 kB
Cached:         101316 kB
SwapCached:       6672 kB
Active:         102572 kB
Inactive:        40164 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1841088 kB
SwapTotal:     4192956 kB
SwapFree:      4141108 kB
Dirty:            4512 kB
Writeback:           0 kB
AnonPages:       11620 kB
Mapped:          13092 kB
Slab:            53460 kB
PageTables:       4124 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181420 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62568 MiB
End job on node050 at 2010-06-16 02:47:28