Trace number 3447266

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 NameAnswerCPU timeWall clock time
SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4OPTIMUM 331.123 331.11

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900553812--soft-66-100-0.wbo
MD5SUMfa52148d69071c7fece24d526a14d5b1
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark27.9158
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints906
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 44801
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 44800
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 723
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

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 2.0.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.4]
0.00/0.00	c Copyright (c) 2002-2011 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3447266-1307898941.wbo>
0.00/0.02	c original problem has 1137 variables (1137 bin, 0 int, 0 impl, 0 cont) and 2708 constraints
0.00/0.02	c problem read
0.00/0.02	c presolving settings loaded
0.02/0.03	c presolving:
0.02/0.04	c (round 1) 0 del vars, 1 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 212 impls, 12 clqs
0.02/0.07	c (round 2) 0 del vars, 170 del conss, 0 add conss, 906 chg bounds, 55 chg sides, 0 chg coeffs, 0 upgd conss, 212 impls, 12 clqs
0.02/0.08	c (round 3) 110 del vars, 170 del conss, 0 add conss, 906 chg bounds, 55 chg sides, 0 chg coeffs, 1742 upgd conss, 212 impls, 12 clqs
0.02/0.09	c (round 4) 110 del vars, 210 del conss, 0 add conss, 906 chg bounds, 55 chg sides, 0 chg coeffs, 1742 upgd conss, 212 impls, 12 clqs
0.09/0.13	c    (0.1s) probing: 101/1082 (9.3%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.13	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.13	c presolving (5 rounds):
0.09/0.13	c  110 deleted vars, 210 deleted constraints, 0 added constraints, 906 tightened bounds, 0 added holes, 55 changed sides, 0 changed coefficients
0.09/0.13	c  1063 implications, 12 cliques
0.09/0.13	c presolved problem has 1933 variables (1082 bin, 0 int, 851 impl, 0 cont) and 3404 constraints
0.09/0.13	c      78 constraints of type <setppc>
0.09/0.13	c     851 constraints of type <linear>
0.09/0.13	c     851 constraints of type <indicator>
0.09/0.13	c    1624 constraints of type <logicor>
0.09/0.13	c transformed objective value is always integral (scale: 1)
0.09/0.13	c Presolving Time: 0.11
0.09/0.13	c - non default parameters ----------------------------------------------------------------------
0.09/0.13	c # SCIP version 2.0.1.4
0.09/0.13	c 
0.09/0.13	c # frequency for displaying node information lines
0.09/0.13	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.13	c display/freq = 10000
0.09/0.13	c 
0.09/0.13	c # maximal time in seconds to run
0.09/0.13	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.13	c limits/time = 1800
0.09/0.13	c 
0.09/0.13	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.13	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.13	c limits/memory = 13950
0.09/0.13	c 
0.09/0.13	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.13	c # [type: int, range: [1,2], default: 1]
0.09/0.13	c timing/clocktype = 2
0.09/0.13	c 
0.09/0.13	c # belongs reading time to solving time?
0.09/0.13	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.13	c timing/reading = TRUE
0.09/0.13	c 
0.09/0.13	c # should presolving try to simplify inequalities
0.09/0.13	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.13	c constraints/linear/simplifyinequalities = TRUE
0.09/0.13	c 
0.09/0.13	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.13	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.13	c constraints/indicator/addCouplingCons = TRUE
0.09/0.13	c 
0.09/0.13	c # should presolving try to simplify knapsacks
0.09/0.13	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.13	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.13	c 
0.09/0.13	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.13	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.13	c separating/rapidlearning/freq = 0
0.09/0.13	c 
0.09/0.13	c -----------------------------------------------------------------------------------------------
0.09/0.13	c start solving
0.09/0.13	c 
0.19/0.24	o 598
0.19/0.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.19/0.24	c T 0.2s|     1 |     0 |     0 |     - |9145k|   0 |   - |1933 |4258 |1933 |2553 |   0 |   3 |   0 |      --      | 5.980000e+02 |    Inf 
0.19/0.25	c   0.2s|     1 |     0 |    88 |     - |8739k|   0 |  39 |1933 |4258 |1933 |2553 |   0 |   3 |   0 | 0.000000e+00 | 5.980000e+02 |    Inf 
0.39/0.40	c   0.4s|     1 |     0 |   220 |     - |9404k|   0 |  44 |1933 |4299 |1933 |2566 |  13 |   3 |   0 | 0.000000e+00 | 5.980000e+02 |    Inf 
0.49/0.55	c   0.6s|     1 |     0 |   245 |     - |9936k|   0 |  49 |1933 |4299 |1933 |2567 |  14 |   3 |   0 | 0.000000e+00 | 5.980000e+02 |    Inf 
0.69/0.74	c   0.7s|     1 |     0 |   261 |     - |  10M|   0 |  52 |1933 |4299 |1933 |2570 |  17 |   3 |   0 | 0.000000e+00 | 5.980000e+02 |    Inf 
0.89/0.92	c   0.9s|     1 |     0 |   283 |     - |  10M|   0 |  55 |1933 |4299 |1933 |2571 |  18 |   3 |   0 | 0.000000e+00 | 5.980000e+02 |    Inf 
1.10/1.13	c   1.1s|     1 |     0 |   306 |     - |  10M|   0 |  52 |1933 |4299 |1933 |2573 |  20 |   3 |   0 | 0.000000e+00 | 5.980000e+02 |    Inf 
1.29/1.34	c   1.3s|     1 |     0 |   336 |     - |  11M|   0 |  47 |1933 |4299 |1933 |2577 |  24 |   3 |   0 | 0.000000e+00 | 5.980000e+02 |    Inf 
1.69/1.72	c   1.7s|     1 |     2 |  1578 |     - |  11M|   0 |  47 |1933 |4299 |1933 |2577 |  24 |   3 |   9 | 0.000000e+00 | 5.980000e+02 |    Inf 
3.89/3.93	o 97
3.89/3.93	c * 3.9s|    24 |    19 |  3945 | 156.9 |  11M|  13 |   - |1933 |4299 |1933 |2586 |  43 |   3 | 250 | 0.000000e+00 | 9.700000e+01 |    Inf 
4.79/4.86	o 89
4.79/4.86	c * 4.9s|    39 |    28 |  5277 | 130.0 |  11M|  14 |   - |1933 |4248 |1933 |2645 | 102 |   6 | 358 | 0.000000e+00 | 8.900000e+01 |    Inf 
5.50/5.54	o 12
5.50/5.54	c * 5.5s|    50 |    27 |  6231 | 120.3 |  11M|  14 |   - |1933 |4109 |1933 |2630 | 146 |   7 | 438 | 0.000000e+00 | 1.200000e+01 |    Inf 
5.99/6.01	o 6
5.99/6.01	c * 6.0s|    59 |    28 |  6842 | 112.2 |  11M|  14 |   - |1933 |2799 |1933 |2568 | 147 |   7 | 514 | 0.000000e+00 | 6.000000e+00 |    Inf 
32.59/32.60	o 5
32.59/32.60	c *32.6s|  5299 |    54 |114911 |  21.6 |  13M|  34 |   - |1933 |7095 |1933 |2567 | 147 |5991 |1890 | 0.000000e+00 | 5.000000e+00 |    Inf 
50.90/50.98	c  51.0s| 10000 |    93 |212809 |  21.2 |  15M|  36 |  36 |1933 |8977 |1933 |2567 | 147 |  11k|2287 | 0.000000e+00 | 5.000000e+00 |    Inf 
84.79/84.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
84.79/84.84	c  84.8s| 20000 |    80 |415819 |  20.8 |  16M|  42 |   - |1933 |  10k|   0 |   0 | 147 |  22k|2314 | 0.000000e+00 | 5.000000e+00 |    Inf 
127.20/127.21	c   127s| 30000 |    88 |660274 |  22.0 |  18M|  46 |  48 |1933 |  14k|1933 |2567 | 147 |  34k|2915 | 0.000000e+00 | 5.000000e+00 |    Inf 
165.60/165.68	c   166s| 40000 |   142 |866260 |  21.6 |  19M|  47 |   - |1933 |  15k|1933 |2567 | 147 |  46k|3548 | 0.000000e+00 | 5.000000e+00 |    Inf 
203.00/203.09	c   203s| 50000 |   124 |  1068k|  21.4 |  20M|  47 |   - |1933 |  18k|1933 |2567 | 147 |  58k|4033 | 0.000000e+00 | 5.000000e+00 |    Inf 
209.10/209.15	o 3
209.10/209.15	c * 209s| 51656 |   128 |  1099k|  21.3 |  20M|  47 |   - |1933 |  18k|1933 |2567 | 147 |  60k|4154 | 0.000000e+00 | 3.000000e+00 |    Inf 
242.10/242.19	c   242s| 60000 |   130 |  1286k|  21.4 |  21M|  51 |   - |1933 |  18k|1933 |2567 | 147 |  70k|4504 | 0.000000e+00 | 3.000000e+00 |    Inf 
281.51/281.55	c   282s| 70000 |   112 |  1508k|  21.6 |  21M|  51 |   - |1933 |  18k|1933 |2567 | 147 |  81k|4895 | 0.000000e+00 | 3.000000e+00 |    Inf 
321.30/321.36	c   321s| 80000 |    34 |  1738k|  21.7 |  18M|  54 |  29 |1933 |  12k|1933 |2567 | 147 |  94k|5249 | 0.000000e+00 | 3.000000e+00 |    Inf 
331.01/331.08	c 
331.01/331.08	c SCIP Status        : problem is solved [optimal solution found]
331.01/331.08	c Solving Time (sec) : 331.08
331.01/331.08	c Solving Nodes      : 82442
331.01/331.08	c Primal Bound       : +3.00000000000000e+00 (17 solutions)
331.01/331.08	c Dual Bound         : +3.00000000000000e+00
331.01/331.08	c Gap                : 0.00 %
331.01/331.08	s OPTIMUM FOUND
331.01/331.08	v -x231 -x230 -x229 x228 -x227 -x226 -x225 -x224 -x223 -x222 x221 -x220 -x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 
331.01/331.08	v -x209 -x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 
331.01/331.08	v -x188 -x187 -x186 -x185 -x184 -x183 x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 x170 -x169 -x168 
331.01/331.08	v -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 
331.01/331.08	v -x146 -x145 -x144 x143 -x142 -x141 -x140 x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 x128 -x127 -x126 
331.01/331.08	v -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 
331.01/331.08	v -x104 x103 -x102 -x101 -x100 -x99 -x98 -x97 -x96 -x95 -x94 -x93 -x92 x91 -x90 -x89 -x88 -x87 -x86 -x85 -x84 -x83 -x82 -x81 -x80 
331.01/331.08	v x79 -x78 -x77 -x76 x75 -x74 -x73 -x72 -x71 -x70 -x69 -x68 -x67 -x66 -x65 -x64 -x63 -x62 -x61 x60 -x59 -x58 -x57 -x56 -x55 
331.01/331.08	v 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 x29 
331.01/331.08	v -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 
331.01/331.08	v -x1 
331.01/331.08	c SCIP Status        : problem is solved [optimal solution found]
331.01/331.08	c Total Time         :     331.08
331.01/331.08	c   solving          :     331.08
331.01/331.08	c   presolving       :       0.11 (included in solving)
331.01/331.08	c   reading          :       0.02 (included in solving)
331.01/331.08	c Original Problem   :
331.01/331.08	c   Problem name     : HOME/instance-3447266-1307898941.wbo
331.01/331.08	c   Variables        : 1137 (1137 binary, 0 integer, 0 implicit integer, 0 continuous)
331.01/331.08	c   Constraints      : 2708 initial, 2708 maximal
331.01/331.08	c Presolved Problem  :
331.01/331.08	c   Problem name     : t_HOME/instance-3447266-1307898941.wbo
331.01/331.08	c   Variables        : 1933 (1082 binary, 0 integer, 851 implicit integer, 0 continuous)
331.01/331.08	c   Constraints      : 3404 initial, 22053 maximal
331.01/331.08	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
331.01/331.08	c   trivial          :       0.00         55          0          0          0          0          0          0          0          0
331.01/331.08	c   dualfix          :       0.00         55          0          0          0          0          0          0          0          0
331.01/331.08	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
331.01/331.08	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
331.01/331.08	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
331.01/331.08	c   probing          :       0.03          0          0          0          0          0          0          0          0          0
331.01/331.08	c   varbound         :       0.00          0          0          0          0          0          0          0          0          0
331.01/331.08	c   setppc           :       0.00          0          0          0          0          0         40          0          0          0
331.01/331.08	c   linear           :       0.05          0          0          0        906          0        115          0         55          0
331.01/331.08	c   indicator        :       0.00          0          0          0          0          0         55          0          0          0
331.01/331.08	c   logicor          :       0.01          0          0          0          0          0          0          0          0          0
331.01/331.08	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0          0
331.01/331.08	c   root node        :          -       1669          -          -       1669          -          -          -          -          -
331.01/331.08	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
331.01/331.08	c   integral         :          0          0          0      43030          0         39          0        154       2075          0          0      83084
331.01/331.08	c   varbound         :          0+         6     334222        128          0          0        146          0      10666        133          0          0
331.01/331.08	c   setppc           :         78          6     333647          4          0         36     554181       1340     269876          0          0          0
331.01/331.08	c   linear           :        851+         7     334055          4          0         32     419494        978     491044          0          0          0
331.01/331.08	c   indicator        :        851          0     332157        128          0         32        207          0        781          0          0          0
331.01/331.08	c   logicor          :       1624+         6     156348          6          0         11     302213       1019     378555          0          0          0
331.01/331.08	c   bounddisjunction :          0+         0      11120          0          0          0          0          0          0          0          0          0
331.01/331.08	c   countsols        :          0          0          0          6          0         13          0          0          0          0          0          0
331.01/331.08	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
331.01/331.08	c   integral         :      32.11       0.00       0.00      32.11       0.00       0.00       0.00
331.01/331.08	c   varbound         :       0.26       0.00       0.25       0.00       0.00       0.00       0.00
331.01/331.08	c   setppc           :       1.55       0.00       1.43       0.00       0.00       0.00       0.12
331.01/331.08	c   linear           :       3.98       0.00       3.73       0.00       0.00       0.00       0.25
331.01/331.08	c   indicator        :       0.37       0.00       0.35       0.01       0.00       0.01       0.00
331.01/331.08	c   logicor          :      11.90       0.00      11.64       0.00       0.00       0.00       0.26
331.01/331.08	c   bounddisjunction :       0.01       0.00       0.01       0.00       0.00       0.00       0.00
331.01/331.08	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
331.01/331.08	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
331.01/331.08	c   vbounds          :       3527         10          0        418
331.01/331.08	c   rootredcost      :          6          0          0        834
331.01/331.08	c   pseudoobj        :     335235        199         29       9052
331.01/331.08	c Propagator Timings :  TotalTime  Propagate    Resprop
331.01/331.08	c   vbounds          :       0.30       0.30       0.00
331.01/331.08	c   rootredcost      :       0.06       0.06       0.00
331.01/331.08	c   pseudoobj        :       4.39       4.39       0.00
331.01/331.08	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
331.01/331.08	c   propagation      :       0.15       3366       3348      17373       22.5         58       22.4          -
331.01/331.08	c   infeasible LP    :       5.60      37072      37063     221891       34.0        136       23.0          0
331.01/331.08	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
331.01/331.08	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
331.01/331.08	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
331.01/331.08	c   applied globally :          -          -          -      96791       30.6          -          -          -
331.01/331.08	c   applied locally  :          -          -          -          0        0.0          -          -          -
331.01/331.08	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
331.01/331.08	c   cut pool         :       0.00          5          -          -         47          -    (maximal pool size: 606)
331.01/331.08	c   redcost          :       1.43      42917          0        475          0          0
331.01/331.08	c   impliedbounds    :       0.00          6          0          0          0          0
331.01/331.08	c   intobj           :       0.00          0          0          0          0          0
331.01/331.08	c   gomory           :       0.50          6          0          0        929          0
331.01/331.08	c   cgmip            :       0.00          0          0          0          0          0
331.01/331.08	c   closecuts        :       0.00          0          0          0          0          0
331.01/331.08	c   strongcg         :       0.37          6          0          0       2750          0
331.01/331.08	c   cmir             :       0.04          6          0          0          3          0
331.01/331.08	c   flowcover        :       0.06          6          0          0          5          0
331.01/331.08	c   clique           :       0.00          6          0          0          0          0
331.01/331.08	c   zerohalf         :       0.00          0          0          0          0          0
331.01/331.08	c   mcf              :       0.00          1          0          0          0          0
331.01/331.08	c   oddcycle         :       0.00          0          0          0          0          0
331.01/331.08	c   rapidlearning    :       0.09          1          0          0          0         41
331.01/331.08	c Pricers            :       Time      Calls       Vars
331.01/331.08	c   problem variables:       0.00          0          0
331.01/331.08	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
331.01/331.08	c   relpscost        :      32.08      42901        154       2075          0          0      83084
331.01/331.08	c   pscost           :       0.00          0          0          0          0          0          0
331.01/331.08	c   inference        :       0.00          0          0          0          0          0          0
331.01/331.08	c   mostinf          :       0.00          0          0          0          0          0          0
331.01/331.08	c   leastinf         :       0.00          0          0          0          0          0          0
331.01/331.08	c   fullstrong       :       0.00          0          0          0          0          0          0
331.01/331.08	c   allfullstrong    :       0.00          0          0          0          0          0          0
331.01/331.08	c   random           :       0.00          0          0          0          0          0          0
331.01/331.08	c Primal Heuristics  :       Time      Calls      Found
331.01/331.08	c   LP solutions     :       0.00          -          6
331.01/331.08	c   pseudo solutions :       0.00          -          0
331.01/331.08	c   intshifting      :       0.00          0          0
331.01/331.08	c   oneopt           :       0.08          7          0
331.01/331.08	c   feaspump         :       0.15          1          0
331.01/331.08	c   fracdiving       :       0.38         14          0
331.01/331.08	c   veclendiving     :       0.31         14          0
331.01/331.08	c   linesearchdiving :       0.20         14          0
331.01/331.08	c   guideddiving     :       0.53         14          0
331.01/331.08	c   coefdiving       :       0.35         15          0
331.01/331.08	c   pscostdiving     :       0.34         15          0
331.01/331.08	c   objpscostdiving  :       0.11          8          0
331.01/331.08	c   rootsoldiving    :       0.27          8          0
331.01/331.08	c   crossover        :       0.32          8          0
331.01/331.08	c   trivial          :       0.00          2          0
331.01/331.08	c   shiftandpropagate:       0.11          1          1
331.01/331.08	c   simplerounding   :       0.07      42911          0
331.01/331.08	c   zirounding       :       1.00          7          0
331.01/331.08	c   rounding         :       0.33       2914          0
331.01/331.08	c   shifting         :       0.33        893          0
331.01/331.08	c   twoopt           :       0.00          0          0
331.01/331.08	c   fixandinfer      :       0.00          0          0
331.01/331.08	c   clique           :       0.00          0          0
331.01/331.08	c   intdiving        :       0.00          0          0
331.01/331.08	c   actconsdiving    :       0.00          0          0
331.01/331.08	c   octane           :       0.00          0          0
331.01/331.08	c   rens             :       0.04          1          0
331.01/331.08	c   rins             :       0.00          0          0
331.01/331.08	c   localbranching   :       0.00          0          0
331.01/331.08	c   mutation         :       0.00          0          0
331.01/331.08	c   dins             :       0.00          0          0
331.01/331.08	c   vbounds          :       0.00          0          0
331.01/331.08	c   undercover       :       0.00          0          0
331.01/331.08	c   subnlp           :       0.02          0          0
331.01/331.08	c   trysol           :       0.02         17         10
331.01/331.08	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
331.01/331.08	c   primal LP        :       0.00          0          0       0.00          -
331.01/331.08	c   dual LP          :     232.24      80959    1781029      22.00    7668.95
331.01/331.08	c   lex dual LP      :       0.00          0          0       0.00          -
331.01/331.08	c   barrier LP       :       0.00          0          0       0.00          -
331.01/331.08	c   diving/probing LP:       2.07       1639      12362       7.54    5959.97
331.01/331.08	c   strong branching :      31.33       5392     229374      42.54    7321.48
331.01/331.08	c     (at root node) :          -          9       1835     203.89          -
331.01/331.08	c   conflict analysis:       0.00          0          0       0.00          -
331.01/331.08	c B&B Tree           :
331.01/331.08	c   number of runs   :          1
331.01/331.08	c   nodes            :      82442
331.01/331.08	c   nodes (total)    :      82442
331.01/331.08	c   nodes left       :          0
331.01/331.08	c   max depth        :         54
331.01/331.08	c   max depth (total):         54
331.01/331.08	c   backtracks       :       9393 (11.4%)
331.01/331.08	c   delayed cutoffs  :        616
331.01/331.08	c   repropagations   :     131798 (167203 domain reductions, 584 cutoffs)
331.01/331.08	c   avg switch length:       4.83
331.01/331.08	c   switching time   :      12.53
331.01/331.08	c Solution           :
331.01/331.08	c   Solutions found  :         17 (7 improvements)
331.01/331.08	c   First Solution   : +5.98000000000000e+02   (in run 1, after 1 nodes, 0.24 seconds, depth 905, found by <shiftandpropagate>)
331.01/331.08	c   Primal Bound     : +3.00000000000000e+00   (in run 1, after 51656 nodes, 209.15 seconds, depth 31, found by <relaxation>)
331.01/331.08	c   Dual Bound       : +3.00000000000000e+00
331.01/331.08	c   Gap              :       0.00 %
331.01/331.08	c   Root Dual Bound  : +0.00000000000000e+00
331.01/331.08	c   Root Iterations  :        336
331.11/331.10	c Time complete: 331.11.

Verifier Data

OK	3

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3447266-1307898941/watcher-3447266-1307898941 -o /var/tmp/evaluation-result-3447266-1307898941/solver-3447266-1307898941 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447266-1307898941.wbo -t 1800 -m 15500 

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

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


[startup+0 s]
/proc/loadavg: 0.92 0.98 1.16 3/176 23609
/proc/meminfo: memFree=1426632/32950928 swapFree=67053956/67111528
[pid=23609] ppid=23607 vsize=10340 CPUtime=0 cores=1,3,5,7
/proc/23609/stat : 23609 (scip-2.0.1.4.li) R 23607 23609 22833 0 -1 4202496 1567 0 0 0 0 0 0 0 20 0 1 0 901491174 10588160 1521 33554432000 4194304 9128323 140733425580384 18446744073709551615 6886064 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/23609/statm: 2585 1523 399 1205 0 1376 0

[startup+0.0253691 s]
/proc/loadavg: 0.92 0.98 1.16 3/176 23609
/proc/meminfo: memFree=1426632/32950928 swapFree=67053956/67111528
[pid=23609] ppid=23607 vsize=16268 CPUtime=0.02 cores=1,3,5,7
/proc/23609/stat : 23609 (scip-2.0.1.4.li) R 23607 23609 22833 0 -1 4202496 2923 0 0 0 2 0 0 0 20 0 1 0 901491174 16658432 2876 33554432000 4194304 9128323 140733425580384 18446744073709551615 6886064 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23609/statm: 4067 2905 433 1205 0 2858 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 16268

[startup+0.100362 s]
/proc/loadavg: 0.92 0.98 1.16 3/176 23609
/proc/meminfo: memFree=1426632/32950928 swapFree=67053956/67111528
[pid=23609] ppid=23607 vsize=28456 CPUtime=0.09 cores=1,3,5,7
/proc/23609/stat : 23609 (scip-2.0.1.4.li) R 23607 23609 22833 0 -1 4202496 6126 0 0 0 9 0 0 0 20 0 1 0 901491174 29138944 5821 33554432000 4194304 9128323 140733425580384 18446744073709551615 18446744073699065911 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23609/statm: 7114 5821 532 1205 0 5905 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28456

[startup+0.300322 s]
/proc/loadavg: 0.92 0.98 1.16 3/176 23609
/proc/meminfo: memFree=1426632/32950928 swapFree=67053956/67111528
[pid=23609] ppid=23607 vsize=35632 CPUtime=0.29 cores=1,3,5,7
/proc/23609/stat : 23609 (scip-2.0.1.4.li) R 23607 23609 22833 0 -1 4202496 8349 0 0 0 29 0 0 0 21 0 1 0 901491174 36487168 7907 33554432000 4194304 9128323 140733425580384 18446744073709551615 6694293 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23609/statm: 8908 7907 677 1205 0 7699 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 35632

[startup+0.700253 s]
/proc/loadavg: 0.92 0.98 1.16 3/176 23609
/proc/meminfo: memFree=1426632/32950928 swapFree=67053956/67111528
[pid=23609] ppid=23607 vsize=57164 CPUtime=0.69 cores=1,3,5,7
/proc/23609/stat : 23609 (scip-2.0.1.4.li) R 23607 23609 22833 0 -1 4202496 13868 0 0 0 68 1 0 0 22 0 1 0 901491174 58535936 13071 33554432000 4194304 9128323 140733425580384 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23609/statm: 14291 13071 729 1205 0 13082 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 57164

[startup+1.50109 s]
/proc/loadavg: 0.92 0.98 1.16 4/178 23611
/proc/meminfo: memFree=1338408/32950928 swapFree=67053956/67111528
[pid=23609] ppid=23607 vsize=57164 CPUtime=1.49 cores=1,3,5,7
/proc/23609/stat : 23609 (scip-2.0.1.4.li) R 23607 23609 22833 0 -1 4202496 14186 0 0 0 147 2 0 0 25 0 1 0 901491174 58535936 13388 33554432000 4194304 9128323 140733425580384 18446744073709551615 7998394 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23609/statm: 14291 13388 733 1205 0 13082 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 57164

[startup+3.10079 s]
/proc/loadavg: 0.92 0.98 1.16 4/178 23611
/proc/meminfo: memFree=1334688/32950928 swapFree=67053956/67111528
[pid=23609] ppid=23607 vsize=57276 CPUtime=3.09 cores=1,3,5,7
/proc/23609/stat : 23609 (scip-2.0.1.4.li) R 23607 23609 22833 0 -1 4202496 16385 0 0 0 302 7 0 0 25 0 1 0 901491174 58650624 13442 33554432000 4194304 9128323 140733425580384 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23609/statm: 14319 13442 753 1205 0 13110 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 57276

[startup+6.30017 s]
/proc/loadavg: 1.01 1.00 1.17 4/178 23611
/proc/meminfo: memFree=1311872/32950928 swapFree=67053956/67111528
[pid=23609] ppid=23607 vsize=57276 CPUtime=6.29 cores=1,3,5,7
/proc/23609/stat : 23609 (scip-2.0.1.4.li) R 23607 23609 22833 0 -1 4202496 16386 0 0 0 612 17 0 0 25 0 1 0 901491174 58650624 13443 33554432000 4194304 9128323 140733425580384 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23609/statm: 14319 13443 754 1205 0 13110 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 57276

[startup+12.7009 s]
/proc/loadavg: 1.09 1.02 1.17 4/178 23611
/proc/meminfo: memFree=1311364/32950928 swapFree=67053956/67111528
[pid=23609] ppid=23607 vsize=57276 CPUtime=12.7 cores=1,3,5,7
/proc/23609/stat : 23609 (scip-2.0.1.4.li) R 23607 23609 22833 0 -1 4202496 16386 0 0 0 1238 32 0 0 25 0 1 0 901491174 58650624 13443 33554432000 4194304 9128323 140733425580384 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23609/statm: 14319 13443 754 1205 0 13110 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 57276

[startup+25.5005 s]
/proc/loadavg: 1.29 1.06 1.18 4/178 23612
/proc/meminfo: memFree=1310908/32950928 swapFree=67053956/67111528
[pid=23609] ppid=23607 vsize=57276 CPUtime=25.49 cores=1,3,5,7
/proc/23609/stat : 23609 (scip-2.0.1.4.li) R 23607 23609 22833 0 -1 4202496 24622 0 0 0 2488 61 0 0 25 0 1 0 901491174 58650624 13445 33554432000 4194304 9128323 140733425580384 18446744073709551615 7342540 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23609/statm: 14319 13445 754 1205 0 13110 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 57276

[startup+51.1006 s]
/proc/loadavg: 1.53 1.14 1.20 4/178 23612
/proc/meminfo: memFree=1311000/32950928 swapFree=67053956/67111528
[pid=23609] ppid=23607 vsize=57276 CPUtime=51.09 cores=1,3,5,7
/proc/23609/stat : 23609 (scip-2.0.1.4.li) R 23607 23609 22833 0 -1 4202496 34606 0 0 0 4985 124 0 0 25 0 1 0 901491174 58650624 13450 33554432000 4194304 9128323 140733425580384 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23609/statm: 14319 13450 754 1205 0 13110 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 57276

[startup+102.307 s]
/proc/loadavg: 1.79 1.27 1.24 4/178 23614
/proc/meminfo: memFree=1309528/32950928 swapFree=67053956/67111528
[pid=23609] ppid=23607 vsize=57820 CPUtime=102.3 cores=1,3,5,7
/proc/23609/stat : 23609 (scip-2.0.1.4.li) R 23607 23609 22833 0 -1 4202496 39716 0 0 0 9991 239 0 0 25 0 1 0 901491174 59207680 13568 33554432000 4194304 9128323 140733425580384 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23609/statm: 14455 13568 754 1205 0 13246 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 57820

[startup+162.3 s]
/proc/loadavg: 1.92 1.40 1.29 4/178 23615
/proc/meminfo: memFree=1302172/32950928 swapFree=67053956/67111528
[pid=23609] ppid=23607 vsize=61060 CPUtime=162.29 cores=1,3,5,7
/proc/23609/stat : 23609 (scip-2.0.1.4.li) R 23607 23609 22833 0 -1 4202496 41884 0 0 0 15850 379 0 0 25 0 1 0 901491174 62525440 14371 33554432000 4194304 9128323 140733425580384 18446744073709551615 7346483 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23609/statm: 15265 14371 754 1205 0 14056 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 61060

[startup+222.301 s]
/proc/loadavg: 1.97 1.51 1.33 4/178 23617
/proc/meminfo: memFree=1280556/32950928 swapFree=67053956/67111528
[pid=23609] ppid=23607 vsize=82044 CPUtime=222.3 cores=1,3,5,7
/proc/23609/stat : 23609 (scip-2.0.1.4.li) R 23607 23609 22833 0 -1 4202496 51670 0 0 0 21715 515 0 0 25 0 1 0 901491174 84013056 19286 33554432000 4194304 9128323 140733425580384 18446744073709551615 7346406 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23609/statm: 20511 19286 754 1205 0 19302 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 82044

[startup+282.3 s]
/proc/loadavg: 1.99 1.59 1.37 4/178 23619
/proc/meminfo: memFree=1278656/32950928 swapFree=67053956/67111528
[pid=23609] ppid=23607 vsize=82044 CPUtime=282.3 cores=1,3,5,7
/proc/23609/stat : 23609 (scip-2.0.1.4.li) R 23607 23609 22833 0 -1 4202496 51713 0 0 0 27577 653 0 0 25 0 1 0 901491174 84013056 19329 33554432000 4194304 9128323 140733425580384 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23609/statm: 20511 19329 754 1205 0 19302 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 82044

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

[startup+307.1 s]
/proc/loadavg: 1.99 1.62 1.38 4/178 23619
/proc/meminfo: memFree=1276532/32950928 swapFree=67053956/67111528
[pid=23609] ppid=23607 vsize=82044 CPUtime=307.1 cores=1,3,5,7
/proc/23609/stat : 23609 (scip-2.0.1.4.li) R 23607 23609 22833 0 -1 4202496 51726 0 0 0 30002 708 0 0 25 0 1 0 901491174 84013056 19342 33554432000 4194304 9128323 140733425580384 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23609/statm: 20511 19342 754 1205 0 19302 0
Current children cumulated CPU time (s) 307.1
Current children cumulated vsize (KiB) 82044

[startup+319.901 s]
/proc/loadavg: 1.99 1.64 1.39 4/178 23620
/proc/meminfo: memFree=1276156/32950928 swapFree=67053956/67111528
[pid=23609] ppid=23607 vsize=82044 CPUtime=319.91 cores=1,3,5,7
/proc/23609/stat : 23609 (scip-2.0.1.4.li) R 23607 23609 22833 0 -1 4202496 51726 0 0 0 31254 737 0 0 25 0 1 0 901491174 84013056 19342 33554432000 4194304 9128323 140733425580384 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23609/statm: 20511 19342 754 1205 0 19302 0
Current children cumulated CPU time (s) 319.91
Current children cumulated vsize (KiB) 82044

[startup+326.301 s]
/proc/loadavg: 1.99 1.65 1.40 4/178 23620
/proc/meminfo: memFree=1275656/32950928 swapFree=67053956/67111528
[pid=23609] ppid=23607 vsize=82044 CPUtime=326.3 cores=1,3,5,7
/proc/23609/stat : 23609 (scip-2.0.1.4.li) R 23607 23609 22833 0 -1 4202496 51726 0 0 0 31878 752 0 0 25 0 1 0 901491174 84013056 19342 33554432000 4194304 9128323 140733425580384 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23609/statm: 20511 19342 754 1205 0 19302 0
Current children cumulated CPU time (s) 326.3
Current children cumulated vsize (KiB) 82044

[startup+329.5 s]
/proc/loadavg: 1.99 1.65 1.40 4/178 23620
/proc/meminfo: memFree=1275400/32950928 swapFree=67053956/67111528
[pid=23609] ppid=23607 vsize=82044 CPUtime=329.51 cores=1,3,5,7
/proc/23609/stat : 23609 (scip-2.0.1.4.li) R 23607 23609 22833 0 -1 4202496 51726 0 0 0 32191 760 0 0 25 0 1 0 901491174 84013056 19342 33554432000 4194304 9128323 140733425580384 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23609/statm: 20511 19342 754 1205 0 19302 0
Current children cumulated CPU time (s) 329.51
Current children cumulated vsize (KiB) 82044

[startup+330.301 s]
/proc/loadavg: 1.99 1.65 1.40 4/178 23620
/proc/meminfo: memFree=1275276/32950928 swapFree=67053956/67111528
[pid=23609] ppid=23607 vsize=82044 CPUtime=330.31 cores=1,3,5,7
/proc/23609/stat : 23609 (scip-2.0.1.4.li) R 23607 23609 22833 0 -1 4202496 51726 0 0 0 32269 762 0 0 25 0 1 0 901491174 84013056 19342 33554432000 4194304 9128323 140733425580384 18446744073709551615 4221560 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23609/statm: 20511 19342 754 1205 0 19302 0
Current children cumulated CPU time (s) 330.31
Current children cumulated vsize (KiB) 82044

[startup+330.701 s]
/proc/loadavg: 1.99 1.65 1.40 4/178 23620
/proc/meminfo: memFree=1275276/32950928 swapFree=67053956/67111528
[pid=23609] ppid=23607 vsize=82044 CPUtime=330.71 cores=1,3,5,7
/proc/23609/stat : 23609 (scip-2.0.1.4.li) R 23607 23609 22833 0 -1 4202496 51726 0 0 0 32308 763 0 0 25 0 1 0 901491174 84013056 19342 33554432000 4194304 9128323 140733425580384 18446744073709551615 4242727 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23609/statm: 20511 19342 754 1205 0 19302 0
Current children cumulated CPU time (s) 330.71
Current children cumulated vsize (KiB) 82044

[startup+331.107 s]
/proc/loadavg: 1.99 1.65 1.40 4/178 23620
/proc/meminfo: memFree=1275276/32950928 swapFree=67053956/67111528
[pid=23609] ppid=23607 vsize=67012 CPUtime=331.11 cores=1,3,5,7
/proc/23609/stat : 23609 (scip-2.0.1.4.li) R 23607 23609 22833 0 -1 4202496 51728 0 0 0 32347 764 0 0 25 0 1 0 901491174 68620288 12458 33554432000 4194304 9128323 140733425580384 18446744073709551615 8231418 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/23609/statm: 12595 12003 756 1205 0 11386 0
Current children cumulated CPU time (s) 331.11
Current children cumulated vsize (KiB) 67012

Child status: 0
Real time (s): 331.11
CPU time (s): 331.123
CPU user time (s): 323.48
CPU system time (s): 7.64284
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 82044

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 323.48
system time used= 7.64284
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 51730
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= 455

runsolver used 0.517921 second user time and 1.2958 second system time

The end

Launcher Data

Begin job on node148 at 2011-06-12 19:15:41
IDJOB=3447266
IDBENCH=78993
IDSOLVER=1944
FILE ID=node148/3447266-1307898941
RUNJOBID= node148-1307898941-23583
PBS_JOBID= 13559561
Free space on /var/tmp= 2900 MiB

SOLVER NAME= SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900553812--soft-66-100-0.wbo
COMMAND LINE= HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3447266-1307898941/watcher-3447266-1307898941 -o /var/tmp/evaluation-result-3447266-1307898941/solver-3447266-1307898941 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447266-1307898941.wbo -t 1800 -m 15500

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

MD5SUM BENCH= fa52148d69071c7fece24d526a14d5b1
RANDOM SEED=436844482

node148.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	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.70
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       1427828 kB
Buffers:         51884 kB
Cached:       30500608 kB
SwapCached:      10188 kB
Active:       15618364 kB
Inactive:     14952364 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       1427828 kB
SwapTotal:    67111528 kB
SwapFree:     67053956 kB
Dirty:           24476 kB
Writeback:           0 kB
AnonPages:       15600 kB
Mapped:          12820 kB
Slab:           887980 kB
PageTables:       4460 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   185824 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /var/tmp at the end= 2876 MiB
End job on node148 at 2011-06-12 19:21:12