Trace number 2666617

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 solverOPT10 128.068 128.11

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_100_10_5.opb
MD5SUMe6ef25c6f832d5fe55af9368c1298b73
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark10
Best CPU time to get the best result obtained on this benchmark262.688
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 11
Optimality of the best value was proved NO
Number of variables100
Total number of constraints100
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 constraints100
Minimum length of a constraint11
Maximum length of a constraint19
Number of terms in the objective function 100
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 100
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)1252
Sum of products size (including duplicates)2504
Number of different products1252
Sum of products size2504

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-2666617-1276654664.opb>
0.00/0.02	c original problem has 1352 variables (1352 bin, 0 int, 0 impl, 0 cont) and 1352 constraints
0.00/0.02	c problem read
0.00/0.02	c presolving settings loaded
0.00/0.03	c presolving:
0.19/0.22	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 100 upgd conss, 36088 impls, 0 clqs
0.39/0.41	c    (0.2s) probing: 101/1352 (7.5%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.39/0.41	c    (0.2s) probing aborted: 100/100 successive totally useless probings
0.39/0.41	c presolving (2 rounds):
0.39/0.41	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.39/0.41	c  36088 implications, 0 cliques
0.39/0.41	c presolved problem has 1352 variables (1352 bin, 0 int, 0 impl, 0 cont) and 1352 constraints
0.39/0.41	c    1252 constraints of type <and>
0.39/0.41	c     100 constraints of type <logicor>
0.39/0.41	c transformed objective value is always integral (scale: 1)
0.39/0.41	c Presolving Time: 0.20
0.39/0.41	c - non default parameters ----------------------------------------------------------------------
0.39/0.41	c # SCIP version 1.2.1.2
0.39/0.41	c 
0.39/0.41	c # frequency for displaying node information lines
0.39/0.41	c # [type: int, range: [-1,2147483647], default: 100]
0.39/0.41	c display/freq = 10000
0.39/0.41	c 
0.39/0.41	c # maximal time in seconds to run
0.39/0.41	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.39/0.41	c limits/time = 1799.99
0.39/0.41	c 
0.39/0.41	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.39/0.41	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.39/0.41	c limits/memory = 1620
0.39/0.41	c 
0.39/0.41	c # should presolving try to simplify inequalities
0.39/0.41	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.39/0.41	c constraints/linear/simplifyinequalities = TRUE
0.39/0.41	c 
0.39/0.41	c # should presolving try to simplify knapsacks
0.39/0.41	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.39/0.41	c constraints/knapsack/simplifyinequalities = TRUE
0.39/0.41	c 
0.39/0.41	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.39/0.41	c # [type: int, range: [-1,2147483647], default: -1]
0.39/0.41	c heuristics/undercover/freq = 0
0.39/0.41	c 
0.39/0.41	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.39/0.41	c # [type: int, range: [-1,2147483647], default: -1]
0.39/0.41	c separating/rapidlearning/freq = 0
0.39/0.41	c 
0.39/0.41	c -----------------------------------------------------------------------------------------------
0.39/0.41	c start solving
0.39/0.41	c 
0.39/0.44	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.39/0.44	c   0.2s|     1 |     0 |   200 |     - |7021k|   0 | 200 |1352 |1352 |1352 |2604 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.39/0.45	o 21
0.39/0.45	c s 0.2s|     1 |     0 |   200 |     - |7054k|   0 | 200 |1352 |1352 |1352 |2604 |   0 |   0 |   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
0.99/1.02	c   0.6s|     1 |     0 |   500 |     - |7141k|   0 | 200 |1352 |1352 |1352 |2805 | 201 |   0 |   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
1.19/1.21	c   0.8s|     1 |     0 |   800 |     - |7228k|   0 | 200 |1352 |1352 |1352 |3007 | 403 |   0 |   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
1.19/1.22	o 19
1.19/1.22	c s 0.8s|     1 |     0 |   800 |     - |7245k|   0 | 200 |1352 |1352 |1352 |3007 | 403 |   0 |   0 | 0.000000e+00 | 1.900000e+01 |    Inf 
1.39/1.42	c   1.0s|     1 |     0 |  1102 |     - |7333k|   0 | 200 |1352 |1352 |1352 |3209 | 605 |   0 |   0 | 0.000000e+00 | 1.900000e+01 |    Inf 
1.39/1.42	o 17
1.39/1.42	c s 1.0s|     1 |     0 |  1102 |     - |7350k|   0 | 200 |1352 |1352 |1352 |3209 | 605 |   0 |   0 | 0.000000e+00 | 1.700000e+01 |    Inf 
1.59/1.63	c   1.2s|     1 |     0 |  1402 |     - |7437k|   0 | 200 |1352 |1352 |1352 |3410 | 806 |   0 |   0 | 0.000000e+00 | 1.700000e+01 |    Inf 
1.89/1.90	c   1.5s|     1 |     0 |  1785 |     - |7525k|   0 | 481 |1352 |1352 |1352 |3610 |1006 |   0 |   0 | 5.435008e+00 | 1.700000e+01 | 212.79%
2.59/2.62	c   2.2s|     1 |     0 |  2046 |     - |8043k|   0 | 577 |1352 |1352 |1352 |3703 |1099 |   0 |   0 | 6.474702e+00 | 1.700000e+01 | 162.56%
3.30/3.32	c   2.9s|     1 |     0 |  2183 |     - |8437k|   0 | 656 |1352 |1352 |1352 |3744 |1140 |   0 |   0 | 6.837475e+00 | 1.700000e+01 | 148.63%
4.09/4.18	c   3.8s|     1 |     0 |  2354 |     - |8912k|   0 | 784 |1352 |1352 |1352 |3771 |1167 |   0 |   0 | 7.107817e+00 | 1.700000e+01 | 139.17%
5.19/5.25	c   4.8s|     1 |     0 |  2454 |     - |9357k|   0 | 767 |1352 |1352 |1352 |3789 |1185 |   0 |   0 | 7.199006e+00 | 1.700000e+01 | 136.14%
6.19/6.29	c   5.8s|     1 |     0 |  2532 |     - |9824k|   0 | 765 |1352 |1352 |1352 |3802 |1198 |   0 |   0 | 7.255090e+00 | 1.700000e+01 | 134.32%
7.19/7.29	c   6.8s|     1 |     0 |  2646 |     - |9903k|   0 | 788 |1352 |1352 |1352 |1355 |1206 |   0 |   0 | 7.280953e+00 | 1.700000e+01 | 133.49%
7.70/7.76	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
7.70/7.76	c   7.3s|     1 |     0 |  2720 |     - |  10M|   0 | 855 |1352 |1352 |1352 |1361 |1212 |   0 |   0 | 7.290683e+00 | 1.700000e+01 | 133.17%
8.29/8.33	c   7.8s|     1 |     0 |  2805 |     - |  10M|   0 | 851 |1352 |1352 |1352 |1373 |1224 |   0 |   0 | 7.305360e+00 | 1.700000e+01 | 132.71%
8.79/8.86	c   8.4s|     1 |     0 |  2860 |     - |  10M|   0 | 805 |1352 |1352 |1352 |1376 |1227 |   0 |   0 | 7.311707e+00 | 1.700000e+01 | 132.50%
9.28/9.36	c   8.9s|     1 |     0 |  2895 |     - |  10M|   0 | 858 |1352 |1352 |1352 |1380 |1231 |   0 |   0 | 7.315216e+00 | 1.700000e+01 | 132.39%
9.90/9.93	c   9.4s|     1 |     0 |  2991 |     - |  10M|   0 | 907 |1352 |1352 |1352 |1383 |1234 |   0 |   0 | 7.327042e+00 | 1.700000e+01 | 132.02%
10.49/10.50	c  10.0s|     1 |     0 |  3004 |     - |  10M|   0 | 921 |1352 |1352 |1352 |1342 |1241 |   0 |   0 | 7.327239e+00 | 1.700000e+01 | 132.01%
10.99/11.06	c  10.6s|     1 |     0 |  3006 |     - |  10M|   0 | 921 |1352 |1352 |1352 |1344 |1243 |   0 |   0 | 7.327239e+00 | 1.700000e+01 | 132.01%
11.58/11.61	c  11.1s|     1 |     0 |  3011 |     - |  10M|   0 | 931 |1352 |1352 |1352 |1345 |1244 |   0 |   0 | 7.327292e+00 | 1.700000e+01 | 132.01%
12.09/12.17	c  11.7s|     1 |     0 |  3012 |     - |  10M|   0 | 931 |1352 |1352 |1352 |1346 |1245 |   0 |   0 | 7.327292e+00 | 1.700000e+01 | 132.01%
14.78/14.88	c  14.3s|     1 |     2 |  3012 |     - |  10M|   0 | 931 |1352 |1352 |1352 |1346 |1245 |   0 |  26 | 7.327292e+00 | 1.700000e+01 | 132.01%
19.08/19.18	o 12
19.08/19.18	c *18.5s|    11 |     9 |  3868 |  85.6 |  10M|  10 |   - |1352 |1352 |1352 |1428 |1360 |   0 | 180 | 7.440386e+00 | 1.200000e+01 |  61.28%
28.08/28.11	o 11
28.08/28.11	c *27.3s|    18 |     9 |  4946 | 113.8 |  10M|  10 |   - |1352 |1352 |1352 |1431 |1491 |   0 | 431 | 7.683444e+00 | 1.100000e+01 |  43.16%
127.45/127.60	o 10
127.45/127.60	c * 125s|  1868 |    16 |123084 |  64.3 |  10M|  28 |   - |1352 |1352 |1352 |1418 |  10k|   0 |2129 | 8.834070e+00 | 1.000000e+01 |  13.20%
127.95/128.08	c 
127.95/128.08	c SCIP Status        : problem is solved [optimal solution found]
127.95/128.08	c Solving Time (sec) : 125.08
127.95/128.08	c Solving Nodes      : 1894
127.95/128.08	c Primal Bound       : +1.00000000000000e+01 (6 solutions)
127.95/128.08	c Dual Bound         : +1.00000000000000e+01
127.95/128.08	c Gap                : 0.00 %
127.95/128.08	s OPTIMUM FOUND
127.95/128.08	v -x100 -x99 -x98 -x97 -x96 -x95 -x94 -x93 -x92 -x91 -x90 -x89 -x88 -x87 -x86 -x85 -x84 -x83 -x82 -x81 -x80 -x79 -x78 -x77 -x76 -x75 
127.95/128.08	v -x74 -x73 -x72 -x71 -x70 -x69 -x68 -x67 -x66 -x65 -x64 -x63 x62 -x61 x60 x59 -x58 -x57 -x56 -x55 -x54 -x53 -x52 -x51 -x50 
127.95/128.08	v -x49 -x48 -x47 -x46 -x45 -x44 -x43 x42 -x41 x40 -x39 -x38 -x37 -x36 x35 -x34 -x33 x32 -x31 -x30 -x29 -x28 -x27 -x26 -x25 -x24 
127.95/128.08	v -x23 -x22 -x21 -x20 -x19 -x18 -x17 x16 -x15 -x14 -x13 -x12 -x11 -x10 x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 x1 
127.95/128.08	c SCIP Status        : problem is solved [optimal solution found]
127.95/128.08	c Solving Time       :     125.08
127.95/128.08	c Original Problem   :
127.95/128.08	c   Problem name     : HOME/instance-2666617-1276654664.opb
127.95/128.08	c   Variables        : 1352 (1352 binary, 0 integer, 0 implicit integer, 0 continuous)
127.95/128.08	c   Constraints      : 1352 initial, 1352 maximal
127.95/128.08	c Presolved Problem  :
127.95/128.08	c   Problem name     : t_HOME/instance-2666617-1276654664.opb
127.95/128.08	c   Variables        : 1352 (1352 binary, 0 integer, 0 implicit integer, 0 continuous)
127.95/128.08	c   Constraints      : 1352 initial, 1352 maximal
127.95/128.08	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
127.95/128.08	c   trivial          :       0.00          0          0          0          0          0          0          0          0
127.95/128.08	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
127.95/128.08	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
127.95/128.08	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
127.95/128.08	c   implics          :       0.00          0          0          0          0          0          0          0          0
127.95/128.08	c   probing          :       0.02          0          0          0          0          0          0          0          0
127.95/128.08	c   and              :       0.18          0          0          0          0          0          0          0          0
127.95/128.08	c   logicor          :       0.00          0          0          0          0          0          0          0          0
127.95/128.08	c   root node        :          -         36          -          -         36          -          -          -          -
127.95/128.08	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
127.95/128.08	c   integral         :          0          0          0       1254          0         12        487          0          0       2258
127.95/128.08	c   and              :       1252       3055       9429          4          0          0      82927      10172          0          0
127.95/128.08	c   logicor          :        100         21       4629          3          0          0          0          0          0          0
127.95/128.08	c   countsols        :          0          0          0          3          0          0          0          0          0          0
127.95/128.08	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
127.95/128.08	c   integral         :      56.69       0.00       0.00      56.69       0.00
127.95/128.08	c   and              :       3.81       2.86       0.95       0.00       0.00
127.95/128.08	c   logicor          :       0.06       0.00       0.06       0.00       0.00
127.95/128.08	c   countsols        :       0.00       0.00       0.00       0.00       0.00
127.95/128.08	c Propagators        :       Time      Calls    Cutoffs    DomReds
127.95/128.08	c   vbounds          :       0.01          2          0          0
127.95/128.08	c   rootredcost      :       0.01          3          0          0
127.95/128.08	c   pseudoobj        :       0.10       9298          1          0
127.95/128.08	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
127.95/128.08	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
127.95/128.08	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
127.95/128.08	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
127.95/128.08	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
127.95/128.08	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
127.95/128.08	c   applied globally :          -          -          -          0        0.0          -          -          -
127.95/128.08	c   applied locally  :          -          -          -          0        0.0          -          -          -
127.95/128.08	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
127.95/128.08	c   cut pool         :       0.02         20          -          -         14          -    (maximal pool size: 2175)
127.95/128.08	c   redcost          :       0.20       3077          0      12963          0          0
127.95/128.08	c   impliedbounds    :       0.02         21          0          0       1272          0
127.95/128.08	c   intobj           :       0.00          0          0          0          0          0
127.95/128.08	c   cgmip            :       0.00          0          0          0          0          0
127.95/128.08	c   gomory           :       6.17         21          0          0       2063          0
127.95/128.08	c   strongcg         :       3.32         20          0          0       5507          0
127.95/128.08	c   cmir             :       0.49         10          0          0       1010          0
127.95/128.08	c   flowcover        :       0.39         10          0          0       1092          0
127.95/128.08	c   clique           :       0.11         21          0          0          8          0
127.95/128.08	c   zerohalf         :       0.00          0          0          0          0          0
127.95/128.08	c   mcf              :       0.01          1          0          0          0          0
127.95/128.08	c   rapidlearning    :       0.20          1          0          0          0          0
127.95/128.08	c Pricers            :       Time      Calls       Vars
127.95/128.08	c   problem variables:       0.00          0          0
127.95/128.08	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
127.95/128.08	c   relpscost        :      56.67       1250         12        487          0          0       2258
127.95/128.08	c   pscost           :       0.00          0          0          0          0          0          0
127.95/128.08	c   inference        :       0.00          0          0          0          0          0          0
127.95/128.08	c   mostinf          :       0.00          0          0          0          0          0          0
127.95/128.08	c   leastinf         :       0.00          0          0          0          0          0          0
127.95/128.08	c   fullstrong       :       0.00          0          0          0          0          0          0
127.95/128.08	c   allfullstrong    :       0.00          0          0          0          0          0          0
127.95/128.08	c   random           :       0.00          0          0          0          0          0          0
127.95/128.08	c Primal Heuristics  :       Time      Calls      Found
127.95/128.08	c   LP solutions     :       0.00          -          3
127.95/128.08	c   pseudo solutions :       0.00          -          0
127.95/128.08	c   oneopt           :       0.01          6          0
127.95/128.08	c   fracdiving       :       0.79          8          0
127.95/128.08	c   veclendiving     :       0.76          8          0
127.95/128.08	c   linesearchdiving :       0.65          8          0
127.95/128.08	c   guideddiving     :       1.25          8          0
127.95/128.08	c   coefdiving       :       0.67          9          0
127.95/128.08	c   trivial          :       0.01          2          0
127.95/128.08	c   simplerounding   :       0.00          0          0
127.95/128.08	c   zirounding       :       0.26       1000          0
127.95/128.08	c   rounding         :       0.45        753          0
127.95/128.08	c   shifting         :       0.35        422          3
127.95/128.08	c   intshifting      :       0.00          0          0
127.95/128.08	c   twoopt           :       0.00          0          0
127.95/128.08	c   fixandinfer      :       0.00          0          0
127.95/128.08	c   feaspump         :       0.01          0          0
127.95/128.08	c   pscostdiving     :       0.91          9          0
127.95/128.08	c   intdiving        :       0.00          0          0
127.95/128.08	c   actconsdiving    :       0.00          0          0
127.95/128.08	c   objpscostdiving  :       2.32          2          0
127.95/128.08	c   rootsoldiving    :       0.11          1          0
127.95/128.08	c   octane           :       0.00          0          0
127.95/128.08	c   rens             :       0.00          0          0
127.95/128.08	c   rins             :       0.00          0          0
127.95/128.08	c   localbranching   :       0.00          0          0
127.95/128.08	c   mutation         :       0.00          0          0
127.95/128.08	c   crossover        :       0.04          1          0
127.95/128.08	c   dins             :       0.00          0          0
127.95/128.08	c   undercover       :       0.01          1          0
127.95/128.08	c   nlp              :       0.01          0          0
127.95/128.08	c   trysol           :       0.00          0          0
127.95/128.08	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
127.95/128.08	c   primal LP        :       0.44          0          0       0.00       0.00
127.95/128.08	c   dual LP          :      39.13       3912     107553      27.49    2748.61
127.95/128.08	c   lex dual LP      :       0.00          0          0       0.00          -
127.95/128.08	c   barrier LP       :       0.00          0          0       0.00          -
127.95/128.08	c   diving/probing LP:       6.51        978      16485      16.86    2532.26
127.95/128.08	c   strong branching :      56.22       2133     159288      74.68    2833.30
127.95/128.08	c     (at root node) :          -         26       5581     214.65          -
127.95/128.08	c   conflict analysis:       0.00          0          0       0.00          -
127.95/128.08	c B&B Tree           :
127.95/128.08	c   number of runs   :          1
127.95/128.08	c   nodes            :       1894
127.95/128.08	c   nodes (total)    :       1894
127.95/128.08	c   nodes left       :          0
127.95/128.08	c   max depth        :         28
127.95/128.08	c   max depth (total):         28
127.95/128.08	c   backtracks       :        393 (20.7%)
127.95/128.08	c   delayed cutoffs  :          0
127.95/128.08	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
127.95/128.08	c   avg switch length:       5.02
127.95/128.08	c   switching time   :       0.98
127.95/128.08	c Solution           :
127.95/128.08	c   Solutions found  :          6 (6 improvements)
127.95/128.08	c   First Solution   : +2.10000000000000e+01   (in run 1, after 1 nodes, 0.24 seconds, depth 0, found by <shifting>)
127.95/128.08	c   Primal Bound     : +1.00000000000000e+01   (in run 1, after 1868 nodes, 124.60 seconds, depth 14, found by <relaxation>)
127.95/128.08	c   Dual Bound       : +1.00000000000000e+01
127.95/128.08	c   Gap              :       0.00 %
127.95/128.08	c   Root Dual Bound  : +7.32729224580067e+00
127.95/128.08	c   Root Iterations  :       3012
128.05/128.10	c Time complete: 128.06.

Verifier Data

OK	10

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2666617-1276654664/watcher-2666617-1276654664 -o /tmp/evaluation-result-2666617-1276654664/solver-2666617-1276654664 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2666617-1276654664.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.95 1.64 3/105 16570
/proc/meminfo: memFree=1819080/2059040 swapFree=4148288/4192956
[pid=16570] ppid=16568 vsize=7724 CPUtime=0
/proc/16570/stat : 16570 (pbscip.linux.x8) R 16568 16570 14286 0 -1 4202496 1116 0 0 0 0 0 0 0 25 0 1 0 6759874 7909376 1035 1992294400 4194304 8223781 140733784021216 18446744073709551615 7253477 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16570/statm: 1931 1045 348 984 0 944 0

[startup+0.105766 s]
/proc/loadavg: 2.05 1.95 1.64 3/105 16570
/proc/meminfo: memFree=1819080/2059040 swapFree=4148288/4192956
[pid=16570] ppid=16568 vsize=17684 CPUtime=0.09
/proc/16570/stat : 16570 (pbscip.linux.x8) R 16568 16570 14286 0 -1 4202496 4051 0 0 0 6 3 0 0 25 0 1 0 6759874 18108416 3349 1992294400 4194304 8223781 140733784021216 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16570/statm: 4421 3349 427 984 0 3434 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17684

[startup+0.201776 s]
/proc/loadavg: 2.05 1.95 1.64 3/105 16570
/proc/meminfo: memFree=1819080/2059040 swapFree=4148288/4192956
[pid=16570] ppid=16568 vsize=17684 CPUtime=0.19
/proc/16570/stat : 16570 (pbscip.linux.x8) R 16568 16570 14286 0 -1 4202496 4051 0 0 0 11 8 0 0 25 0 1 0 6759874 18108416 3349 1992294400 4194304 8223781 140733784021216 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16570/statm: 4421 3349 427 984 0 3434 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 17684

[startup+0.301786 s]
/proc/loadavg: 2.05 1.95 1.64 3/105 16570
/proc/meminfo: memFree=1819080/2059040 swapFree=4148288/4192956
[pid=16570] ppid=16568 vsize=17684 CPUtime=0.29
/proc/16570/stat : 16570 (pbscip.linux.x8) R 16568 16570 14286 0 -1 4202496 4850 0 0 0 16 13 0 0 25 0 1 0 6759874 18108416 3377 1992294400 4194304 8223781 140733784021216 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16570/statm: 4421 3377 447 984 0 3434 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17684

[startup+0.701829 s]
/proc/loadavg: 2.05 1.95 1.64 3/105 16570
/proc/meminfo: memFree=1819080/2059040 swapFree=4148288/4192956
[pid=16570] ppid=16568 vsize=35964 CPUtime=0.69
/proc/16570/stat : 16570 (pbscip.linux.x8) R 16568 16570 14286 0 -1 4202496 11064 0 0 0 46 23 0 0 18 0 1 0 6759874 36827136 7741 1992294400 4194304 8223781 140733784021216 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16570/statm: 8991 7741 578 984 0 8004 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 35964

[startup+1.50191 s]
/proc/loadavg: 1.97 1.93 1.63 2/106 16571
/proc/meminfo: memFree=1799356/2059040 swapFree=4148288/4192956
[pid=16570] ppid=16568 vsize=27436 CPUtime=1.49
/proc/16570/stat : 16570 (pbscip.linux.x8) R 16568 16570 14286 0 -1 4202496 13330 0 0 0 110 39 0 0 19 0 1 0 6759874 28094464 5929 1992294400 4194304 8223781 140733784021216 18446744073709551615 5721528 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16570/statm: 6859 5929 585 984 0 5872 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 27436

[startup+3.10108 s]
/proc/loadavg: 1.97 1.93 1.63 2/106 16571
/proc/meminfo: memFree=1796504/2059040 swapFree=4148288/4192956
[pid=16570] ppid=16568 vsize=29972 CPUtime=3.09
/proc/16570/stat : 16570 (pbscip.linux.x8) R 16568 16570 14286 0 -1 4202496 14276 0 0 0 268 41 0 0 23 0 1 0 6759874 30691328 6600 1992294400 4194304 8223781 140733784021216 18446744073709551615 6055750 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16570/statm: 7493 6600 586 984 0 6506 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 29972

[startup+6.30141 s]
/proc/loadavg: 1.89 1.92 1.63 2/106 16571
/proc/meminfo: memFree=1792908/2059040 swapFree=4148288/4192956
[pid=16570] ppid=16568 vsize=32460 CPUtime=6.29
/proc/16570/stat : 16570 (pbscip.linux.x8) R 16568 16570 14286 0 -1 4202496 15562 0 0 0 586 43 0 0 25 0 1 0 6759874 33239040 7078 1992294400 4194304 8223781 140733784021216 18446744073709551615 5433009 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16570/statm: 8115 7078 584 984 0 7128 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 32460

[startup+12.7011 s]
/proc/loadavg: 1.82 1.90 1.63 2/106 16573
/proc/meminfo: memFree=1791172/2059040 swapFree=4148288/4192956
[pid=16570] ppid=16568 vsize=32920 CPUtime=12.69
/proc/16570/stat : 16570 (pbscip.linux.x8) R 16568 16570 14286 0 -1 4202496 17694 0 0 0 1219 50 0 0 25 0 1 0 6759874 33710080 7293 1992294400 4194304 8223781 140733784021216 18446744073709551615 6539325 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16570/statm: 8230 7293 586 984 0 7243 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 32920

[startup+25.5014 s]
/proc/loadavg: 1.69 1.87 1.62 2/106 16573
/proc/meminfo: memFree=1791172/2059040 swapFree=4148288/4192956
[pid=16570] ppid=16568 vsize=33016 CPUtime=25.48
/proc/16570/stat : 16570 (pbscip.linux.x8) R 16568 16570 14286 0 -1 4202496 47500 0 0 0 2477 71 0 0 25 0 1 0 6759874 33808384 7284 1992294400 4194304 8223781 140733784021216 18446744073709551615 6569990 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16570/statm: 8254 7284 586 984 0 7267 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 33016

[startup+51.1011 s]
/proc/loadavg: 1.42 1.78 1.60 2/106 16573
/proc/meminfo: memFree=1791172/2059040 swapFree=4148288/4192956
[pid=16570] ppid=16568 vsize=33084 CPUtime=51.07
/proc/16570/stat : 16570 (pbscip.linux.x8) R 16568 16570 14286 0 -1 4202496 117377 0 0 0 4988 119 0 0 25 0 1 0 6759874 33878016 7327 1992294400 4194304 8223781 140733784021216 18446744073709551615 6591955 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16570/statm: 8271 7327 588 984 0 7284 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 33084

[startup+102.301 s]
/proc/loadavg: 1.18 1.66 1.56 2/106 16575
/proc/meminfo: memFree=1788940/2059040 swapFree=4148288/4192956
[pid=16570] ppid=16568 vsize=35392 CPUtime=102.26
/proc/16570/stat : 16570 (pbscip.linux.x8) R 16568 16570 14286 0 -1 4202496 301860 0 0 0 9990 236 0 0 25 0 1 0 6759874 36241408 7912 1992294400 4194304 8223781 140733784021216 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16570/statm: 8848 7912 598 984 0 7861 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 35392

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

[startup+102.408 s]
/proc/loadavg: 1.18 1.66 1.56 2/106 16575
/proc/meminfo: memFree=1788940/2059040 swapFree=4148288/4192956
[pid=16570] ppid=16568 vsize=35504 CPUtime=102.36
/proc/16570/stat : 16570 (pbscip.linux.x8) R 16568 16570 14286 0 -1 4202496 302259 0 0 0 10000 236 0 0 25 0 1 0 6759874 36356096 7924 1992294400 4194304 8223781 140733784021216 18446744073709551615 4776069 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16570/statm: 8876 7924 598 984 0 7889 0
Current children cumulated CPU time (s) 102.36
Current children cumulated vsize (KiB) 35504

[startup+115.201 s]
/proc/loadavg: 1.15 1.64 1.56 2/106 16575
/proc/meminfo: memFree=1788320/2059040 swapFree=4148288/4192956
[pid=16570] ppid=16568 vsize=36012 CPUtime=115.15
/proc/16570/stat : 16570 (pbscip.linux.x8) R 16568 16570 14286 0 -1 4202496 342602 0 0 0 11251 264 0 0 25 0 1 0 6759874 36876288 8062 1992294400 4194304 8223781 140733784021216 18446744073709551615 6591317 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16570/statm: 9003 8063 598 984 0 8016 0
Current children cumulated CPU time (s) 115.15
Current children cumulated vsize (KiB) 36012

[startup+121.602 s]
/proc/loadavg: 1.13 1.62 1.55 2/106 16575
/proc/meminfo: memFree=1788072/2059040 swapFree=4148288/4192956
[pid=16570] ppid=16568 vsize=36268 CPUtime=121.55
/proc/16570/stat : 16570 (pbscip.linux.x8) R 16568 16570 14286 0 -1 4202496 364794 0 0 0 11877 278 0 0 25 0 1 0 6759874 37138432 8127 1992294400 4194304 8223781 140733784021216 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16570/statm: 9067 8127 598 984 0 8080 0
Current children cumulated CPU time (s) 121.55
Current children cumulated vsize (KiB) 36268

[startup+124.801 s]
/proc/loadavg: 1.13 1.62 1.55 2/106 16575
/proc/meminfo: memFree=1787824/2059040 swapFree=4148288/4192956
[pid=16570] ppid=16568 vsize=36484 CPUtime=124.75
/proc/16570/stat : 16570 (pbscip.linux.x8) R 16568 16570 14286 0 -1 4202496 374444 0 0 0 12188 287 0 0 25 0 1 0 6759874 37359616 8182 1992294400 4194304 8223781 140733784021216 18446744073709551615 6003233 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16570/statm: 9121 8182 598 984 0 8134 0
Current children cumulated CPU time (s) 124.75
Current children cumulated vsize (KiB) 36484

[startup+126.401 s]
/proc/loadavg: 1.13 1.62 1.55 2/106 16575
/proc/meminfo: memFree=1787824/2059040 swapFree=4148288/4192956
[pid=16570] ppid=16568 vsize=36564 CPUtime=126.35
/proc/16570/stat : 16570 (pbscip.linux.x8) R 16568 16570 14286 0 -1 4202496 380278 0 0 0 12345 290 0 0 25 0 1 0 6759874 37441536 8205 1992294400 4194304 8223781 140733784021216 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16570/statm: 9141 8205 598 984 0 8154 0
Current children cumulated CPU time (s) 126.35
Current children cumulated vsize (KiB) 36564

[startup+127.201 s]
/proc/loadavg: 1.12 1.61 1.55 2/106 16575
/proc/meminfo: memFree=1787824/2059040 swapFree=4148288/4192956
[pid=16570] ppid=16568 vsize=36660 CPUtime=127.14
/proc/16570/stat : 16570 (pbscip.linux.x8) R 16568 16570 14286 0 -1 4202496 383080 0 0 0 12422 292 0 0 25 0 1 0 6759874 37539840 8228 1992294400 4194304 8223781 140733784021216 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16570/statm: 9165 8228 598 984 0 8178 0
Current children cumulated CPU time (s) 127.14
Current children cumulated vsize (KiB) 36660

[startup+127.601 s]
/proc/loadavg: 1.12 1.61 1.55 2/106 16575
/proc/meminfo: memFree=1787824/2059040 swapFree=4148288/4192956
[pid=16570] ppid=16568 vsize=36792 CPUtime=127.55
/proc/16570/stat : 16570 (pbscip.linux.x8) R 16568 16570 14286 0 -1 4202496 384501 0 0 0 12462 293 0 0 25 0 1 0 6759874 37675008 8247 1992294400 4194304 8223781 140733784021216 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16570/statm: 9198 8247 598 984 0 8211 0
Current children cumulated CPU time (s) 127.55
Current children cumulated vsize (KiB) 36792

[startup+128.001 s]
/proc/loadavg: 1.12 1.61 1.55 2/106 16575
/proc/meminfo: memFree=1787824/2059040 swapFree=4148288/4192956
[pid=16570] ppid=16568 vsize=36736 CPUtime=127.95
/proc/16570/stat : 16570 (pbscip.linux.x8) R 16568 16570 14286 0 -1 4202496 386135 0 0 0 12500 295 0 0 25 0 1 0 6759874 37617664 8246 1992294400 4194304 8223781 140733784021216 18446744073709551615 6003800 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16570/statm: 9184 8246 598 984 0 8197 0
Current children cumulated CPU time (s) 127.95
Current children cumulated vsize (KiB) 36736

[startup+128.101 s]
/proc/loadavg: 1.12 1.61 1.55 2/106 16575
/proc/meminfo: memFree=1787824/2059040 swapFree=4148288/4192956
[pid=16570] ppid=16568 vsize=34648 CPUtime=128.05
/proc/16570/stat : 16570 (pbscip.linux.x8) R 16568 16570 14286 0 -1 4202496 386406 0 0 0 12510 295 0 0 18 0 1 0 6759874 35479552 7728 1992294400 4194304 8223781 140733784021216 18446744073709551615 4333573 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16570/statm: 8662 7728 600 984 0 7675 0
Current children cumulated CPU time (s) 128.05
Current children cumulated vsize (KiB) 34648

Child status: 0
Real time (s): 128.11
CPU time (s): 128.068
CPU user time (s): 125.113
CPU system time (s): 2.95455
CPU usage (%): 99.9666
Max. virtual memory (cumulated for all children) (KiB): 44616

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

runsolver used 0.218966 second user time and 0.609907 second system time

The end

Launcher Data

Begin job on node082 at 2010-06-16 04:17:44
IDJOB=2666617
IDBENCH=48130
IDSOLVER=1169
FILE ID=node082/2666617-1276654664
PBS_JOBID= 11172422
Free space on /tmp= 62584 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/manquinho/mds/normalized-mds_100_10_5.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-2666617-1276654664/watcher-2666617-1276654664 -o /tmp/evaluation-result-2666617-1276654664/solver-2666617-1276654664 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2666617-1276654664.opb -t 1800 -m 1800

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

MD5SUM BENCH= e6ef25c6f832d5fe55af9368c1298b73
RANDOM SEED=177506910

node082.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	: 5999.41
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1819608 kB
Buffers:         32728 kB
Cached:         109276 kB
SwapCached:       6752 kB
Active:         103812 kB
Inactive:        59852 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1819608 kB
SwapTotal:     4192956 kB
SwapFree:      4148288 kB
Dirty:            4504 kB
Writeback:           0 kB
AnonPages:       18956 kB
Mapped:          13112 kB
Slab:            54092 kB
PageTables:       3980 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180600 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264964 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62576 MiB
End job on node082 at 2010-06-16 04:19:52