Trace number 3452363

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
SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4OPT-14 432.962 432.975

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_50_10_1.opb
MD5SUM26861ca996cf8fd2abe5c211e1f47a26
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-14
Best CPU time to get the best result obtained on this benchmark215.382
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -14
Optimality of the best value was proved NO
Number of variables100
Total number of constraints151
Number of constraints which are clauses50
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints101
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 50
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 50
Number of bits of the sum of numbers in the objective function 6
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)1220
Sum of products size (including duplicates)2440
Number of different products610
Sum of products size1220

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-3452363-1307109834.opb>
0.00/0.00	c original problem has 100 variables (100 bin, 0 int, 0 impl, 0 cont) and 151 constraints
0.00/0.00	c problem read
0.00/0.00	c presolving settings loaded
0.00/0.01	o 0
0.00/0.01	c feasible solution found by trivial heuristic, objective value  0.000000e+00
0.00/0.01	c presolving:
0.00/0.03	c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 150 upgd conss, 4980 impls, 100 clqs
0.00/0.04	c    (0.0s) probing: 101/710 (14.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.04	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.00/0.04	c presolving (2 rounds):
0.00/0.04	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.04	c  4980 implications, 100 cliques
0.00/0.04	c presolved problem has 710 variables (710 bin, 0 int, 0 impl, 0 cont) and 761 constraints
0.00/0.04	c     150 constraints of type <setppc>
0.00/0.04	c     610 constraints of type <and>
0.00/0.04	c       1 constraints of type <linear>
0.00/0.04	c transformed objective value is always integral (scale: 1)
0.00/0.04	c Presolving Time: 0.04
0.00/0.04	c - non default parameters ----------------------------------------------------------------------
0.00/0.04	c # SCIP version 2.0.1.4
0.00/0.04	c 
0.00/0.04	c # frequency for displaying node information lines
0.00/0.04	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.04	c display/freq = 10000
0.00/0.04	c 
0.00/0.04	c # maximal time in seconds to run
0.00/0.04	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.04	c limits/time = 1800
0.00/0.04	c 
0.00/0.04	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.04	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.04	c limits/memory = 13950
0.00/0.04	c 
0.00/0.04	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.04	c # [type: int, range: [1,2], default: 1]
0.00/0.04	c timing/clocktype = 2
0.00/0.04	c 
0.00/0.04	c # belongs reading time to solving time?
0.00/0.04	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.04	c timing/reading = TRUE
0.00/0.04	c 
0.00/0.04	c # should presolving try to simplify inequalities
0.00/0.04	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.04	c constraints/linear/simplifyinequalities = TRUE
0.00/0.04	c 
0.00/0.04	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.00/0.04	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.04	c constraints/indicator/addCouplingCons = TRUE
0.00/0.04	c 
0.00/0.04	c # should presolving try to simplify knapsacks
0.00/0.04	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.04	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.04	c 
0.00/0.04	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.04	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.04	c separating/rapidlearning/freq = 0
0.00/0.04	c 
0.00/0.04	c -----------------------------------------------------------------------------------------------
0.00/0.04	c start solving
0.00/0.04	c 
0.00/0.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.06	c t 0.1s|     1 |     0 |   220 |     - |3221k|   0 | 163 | 710 | 761 | 710 |1371 |   0 |   0 |   0 |-2.500000e+01 | 0.000000e+00 | 100.00%
0.00/0.06	o -3
0.00/0.06	c s 0.1s|     1 |     0 |   220 |     - |3238k|   0 | 163 | 710 | 761 | 710 |1371 |   0 |   0 |   0 |-2.500000e+01 |-3.000000e+00 |  88.00%
0.09/0.12	o -4
0.09/0.12	c U 0.1s|     1 |     0 |   220 |     - |3239k|   0 | 163 | 710 | 761 | 710 |1371 |   0 |   0 |   0 |-2.500000e+01 |-4.000000e+00 |  84.00%
0.19/0.21	c   0.2s|     1 |     0 |   228 |     - |3486k|   0 | 164 | 710 | 762 | 710 |1378 |   7 |   0 |   0 |-2.500000e+01 |-4.000000e+00 |  84.00%
0.19/0.26	c   0.3s|     1 |     0 |   360 |     - |3565k|   0 | 257 | 710 | 762 | 710 |1384 |  13 |   0 |   0 |-2.500000e+01 |-4.000000e+00 |  84.00%
0.29/0.31	c   0.3s|     1 |     0 |   362 |     - |3591k|   0 | 258 | 710 | 762 | 710 |1385 |  14 |   0 |   0 |-2.500000e+01 |-4.000000e+00 |  84.00%
0.29/0.36	c   0.4s|     1 |     0 |   604 |     - |3624k|   0 | 304 | 710 | 762 | 710 |1386 |  15 |   0 |   0 |-2.500000e+01 |-4.000000e+00 |  84.00%
0.39/0.47	c   0.5s|     1 |     0 |   688 |     - |3710k|   0 | 322 | 710 | 762 | 710 |1390 |  19 |   0 |   0 |-2.500000e+01 |-4.000000e+00 |  84.00%
0.49/0.58	c   0.6s|     1 |     0 |   763 |     - |3806k|   0 | 341 | 710 | 762 | 710 |1392 |  21 |   0 |   0 |-2.500000e+01 |-4.000000e+00 |  84.00%
4.19/4.23	o -10
4.19/4.23	c E 4.2s|     1 |     0 |   763 |     - |3823k|   0 | 341 | 710 | 762 | 710 |1392 |  21 |   0 |   0 |-2.500000e+01 |-1.000000e+01 |  60.00%
4.19/4.24	c   4.2s|     1 |     0 |   763 |     - |3823k|   0 | 341 | 710 | 762 | 710 |1392 |  21 |   0 |   0 |-2.500000e+01 |-1.000000e+01 |  60.00%
4.29/4.34	c   4.3s|     1 |     0 |   896 |     - |3833k|   0 | 351 | 710 | 762 | 710 |1395 |  24 |   0 |   0 |-2.500000e+01 |-1.000000e+01 |  60.00%
5.69/5.70	c   5.7s|     1 |     2 |   896 |     - |3835k|   0 | 351 | 710 | 762 | 710 |1395 |  24 |   0 |  12 |-2.500000e+01 |-1.000000e+01 |  60.00%
20.91/20.99	o -11
20.91/20.99	c p21.0s|   122 |   121 | 59411 | 483.6 |3909k|  16 |   - | 710 | 764 | 710 | 826 |1714 |   2 | 288 |-2.392648e+01 |-1.100000e+01 |  54.03%
22.01/22.08	o -12
22.01/22.08	c l22.1s|   162 |   145 | 67587 | 414.2 |3983k|  21 |   - | 710 | 771 | 710 | 714 |1953 |   9 | 303 |-2.392648e+01 |-1.200000e+01 |  49.85%
26.30/26.39	o -13
26.30/26.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
26.30/26.39	c l26.4s|   209 |   165 |113441 | 541.1 |4092k|  21 |   - | 710 | 780 | 710 | 685 |2450 |  18 | 305 |-2.248506e+01 |-1.300000e+01 |  42.18%
54.77/54.88	o -14
54.77/54.88	c *54.9s|  3068 |   573 |413854 | 134.6 |5260k|  44 |   - | 710 | 907 | 710 | 795 |6979 | 152 | 339 |-2.000756e+01 |-1.400000e+01 |  30.03%
94.48/94.57	c  94.6s| 10000 |  1299 |848074 |  84.7 |8764k|  44 |   - | 710 | 878 | 710 | 824 |  14k| 194 | 393 |-1.893794e+01 |-1.400000e+01 |  26.07%
143.57/143.63	c   144s| 20000 |  1788 |  1368k|  68.4 |  11M|  45 |   - | 710 | 849 | 710 | 797 |  25k| 221 | 697 |-1.824318e+01 |-1.400000e+01 |  23.26%
190.98/191.07	c   191s| 30000 |  2108 |  1875k|  62.5 |  14M|  46 |   - | 710 | 856 | 710 | 716 |  34k| 258 |1031 |-1.781461e+01 |-1.400000e+01 |  21.41%
235.28/235.33	c   235s| 40000 |  2218 |  2352k|  58.8 |  15M|  46 |   - | 710 | 858 | 710 | 768 |  43k| 287 |1307 |-1.751601e+01 |-1.400000e+01 |  20.07%
276.09/276.15	c   276s| 50000 |  2191 |  2790k|  55.8 |  15M|  46 | 170 | 710 | 847 | 710 | 850 |  51k| 295 |1562 |-1.723752e+01 |-1.400000e+01 |  18.78%
315.48/315.54	c   316s| 60000 |  2049 |  3220k|  53.7 |  15M|  46 |   - | 710 | 857 | 710 | 818 |  58k| 316 |1744 |-1.704674e+01 |-1.400000e+01 |  17.87%
354.08/354.17	c   354s| 70000 |  1781 |  3637k|  51.9 |  15M|  46 |   - | 710 | 858 | 710 | 877 |  66k| 327 |1974 |-1.678883e+01 |-1.400000e+01 |  16.61%
391.38/391.46	c   391s| 80000 |  1325 |  4046k|  50.6 |  13M|  46 |   - | 710 | 853 | 710 | 800 |  73k| 333 |2161 |-1.652616e+01 |-1.400000e+01 |  15.29%
425.48/425.57	c   426s| 90000 |   488 |  4418k|  49.1 |8369k|  46 |   - | 710 | 853 | 710 | 815 |  78k| 338 |2353 |-1.615502e+01 |-1.400000e+01 |  13.34%
432.88/432.96	c 
432.88/432.96	c SCIP Status        : problem is solved [optimal solution found]
432.88/432.96	c Solving Time (sec) : 432.96
432.88/432.96	c Solving Nodes      : 92542
432.88/432.96	c Primal Bound       : -1.40000000000000e+01 (11 solutions)
432.88/432.96	c Dual Bound         : -1.40000000000000e+01
432.88/432.96	c Gap                : 0.00 %
432.88/432.96	s OPTIMUM FOUND
432.88/432.96	v -x98 x89 x90 x56 -x96 x76 -x55 -x95 x79 x92 x71 -x75 x88 -x54 -x65 -x57 -x53 -x74 -x81 -x83 -x80 -x52 x82 -x70 x67 -x61 -x59 -x69 
432.88/432.96	v -x62 -x73 x77 -x64 x60 x91 -x51 x99 -x97 -x85 -x68 -x58 -x63 -x72 -x100 -x93 -x86 -x94 -x66 -x78 -x87 -x84 -x50 -x49 x48 -x47 
432.88/432.96	v -x46 -x45 x44 -x43 -x42 -x41 -x40 -x39 -x38 -x37 x36 -x35 -x34 -x33 -x32 -x31 -x30 -x29 x28 -x27 -x26 -x25 -x24 -x23 -x22 
432.88/432.96	v -x21 x20 -x19 x18 -x17 x16 -x15 x14 -x13 -x12 x11 -x10 x9 -x8 x7 -x6 -x5 x4 x3 -x2 x1 
432.88/432.96	c SCIP Status        : problem is solved [optimal solution found]
432.88/432.96	c Total Time         :     432.96
432.88/432.96	c   solving          :     432.96
432.88/432.96	c   presolving       :       0.04 (included in solving)
432.88/432.96	c   reading          :       0.00 (included in solving)
432.88/432.96	c Original Problem   :
432.88/432.96	c   Problem name     : HOME/instance-3452363-1307109834.opb
432.88/432.96	c   Variables        : 100 (100 binary, 0 integer, 0 implicit integer, 0 continuous)
432.88/432.96	c   Constraints      : 151 initial, 151 maximal
432.88/432.96	c Presolved Problem  :
432.88/432.96	c   Problem name     : t_HOME/instance-3452363-1307109834.opb
432.88/432.96	c   Variables        : 710 (710 binary, 0 integer, 0 implicit integer, 0 continuous)
432.88/432.96	c   Constraints      : 761 initial, 918 maximal
432.88/432.96	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
432.88/432.96	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
432.88/432.96	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
432.88/432.96	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
432.88/432.96	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
432.88/432.96	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
432.88/432.96	c   probing          :       0.01          0          0          0          0          0          0          0          0          0
432.88/432.96	c   setppc           :       0.00          0          0          0          0          0          0          0          0          0
432.88/432.96	c   and              :       0.02          0          0          0          0          0          0          0          0          0
432.88/432.96	c   linear           :       0.00          0          0          0          0          0          0          0          0          0
432.88/432.96	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
432.88/432.96	c   root node        :          -         13          -          -         13          -          -          -          -          -
432.88/432.96	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
432.88/432.96	c   integral         :          0          0          0      46903          0         71          0         70        726          0          0      93042
432.88/432.96	c   setppc           :        150          7     295552          1          0         66        819        150     225022          0          0          0
432.88/432.96	c   and              :        610      78491     295401          1          0         65       1372         48    2603695      79917          0          0
432.88/432.96	c   linear           :          1          7     295354          1          0          9          2          9         43          0          0          0
432.88/432.96	c   logicor          :          0+         7      68577          0          0          0        181          6      26838          0          0          0
432.88/432.96	c   countsols        :          0          0          0          1          0         13          0          0          0          0          0          0
432.88/432.96	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
432.88/432.96	c   integral         :      24.54       0.00       0.00      24.54       0.00       0.00       0.00
432.88/432.96	c   setppc           :       0.58       0.00       0.58       0.00       0.00       0.00       0.00
432.88/432.96	c   and              :       5.19       2.41       2.79       0.00       0.00       0.00       0.00
432.88/432.96	c   linear           :       0.17       0.00       0.17       0.00       0.00       0.00       0.00
432.88/432.96	c   logicor          :       0.17       0.00       0.17       0.00       0.00       0.00       0.00
432.88/432.96	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
432.88/432.96	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
432.88/432.96	c   vbounds          :          0          0          0          0
432.88/432.96	c   rootredcost      :          4          0          0          0
432.88/432.96	c   pseudoobj        :     296768        163         16        288
432.88/432.96	c Propagator Timings :  TotalTime  Propagate    Resprop
432.88/432.96	c   vbounds          :       0.05       0.05       0.00
432.88/432.96	c   rootredcost      :       0.05       0.05       0.00
432.88/432.96	c   pseudoobj        :       0.50       0.50       0.00
432.88/432.96	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
432.88/432.96	c   propagation      :       0.00        229        218        377       17.5          3       33.7          -
432.88/432.96	c   infeasible LP    :       0.00         23         23         35       25.7          0        0.0          0
432.88/432.96	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
432.88/432.96	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
432.88/432.96	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
432.88/432.96	c   applied globally :          -          -          -        340       15.4          -          -          -
432.88/432.96	c   applied locally  :          -          -          -          0        0.0          -          -          -
432.88/432.96	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
432.88/432.96	c   cut pool         :       0.00          6          -          -         25          -    (maximal pool size: 131)
432.88/432.96	c   redcost          :       1.52      84595          0     399646          0          0
432.88/432.96	c   impliedbounds    :       0.00          7          0          0          0          0
432.88/432.96	c   intobj           :       0.00          0          0          0          0          0
432.88/432.96	c   gomory           :       0.19          7          0          0        207          0
432.88/432.96	c   cgmip            :       0.00          0          0          0          0          0
432.88/432.96	c   closecuts        :       0.00          0          0          0          0          0
432.88/432.96	c   strongcg         :       0.16          7          0          0        526          0
432.88/432.96	c   cmir             :       0.03          7          0          0          0          0
432.88/432.96	c   flowcover        :       0.06          7          0          0          0          0
432.88/432.96	c   clique           :       0.02          7          0          0         22          0
432.88/432.96	c   zerohalf         :       0.00          0          0          0          0          0
432.88/432.96	c   mcf              :       0.00          1          0          0          0          0
432.88/432.96	c   oddcycle         :       0.00          0          0          0          0          0
432.88/432.96	c   rapidlearning    :       0.03          1          0          0          0          0
432.88/432.96	c Pricers            :       Time      Calls       Vars
432.88/432.96	c   problem variables:       0.00          0          0
432.88/432.96	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
432.88/432.96	c   relpscost        :      24.51      46902         70        726          0          0      93042
432.88/432.96	c   pscost           :       0.00          0          0          0          0          0          0
432.88/432.96	c   inference        :       0.00          0          0          0          0          0          0
432.88/432.96	c   mostinf          :       0.00          0          0          0          0          0          0
432.88/432.96	c   leastinf         :       0.00          0          0          0          0          0          0
432.88/432.96	c   fullstrong       :       0.00          0          0          0          0          0          0
432.88/432.96	c   allfullstrong    :       0.00          0          0          0          0          0          0
432.88/432.96	c   random           :       0.00          0          0          0          0          0          0
432.88/432.96	c Primal Heuristics  :       Time      Calls      Found
432.88/432.96	c   LP solutions     :       0.00          -          1
432.88/432.96	c   pseudo solutions :       0.00          -          0
432.88/432.96	c   feaspump         :       0.00          0          0
432.88/432.96	c   oneopt           :       0.03          6          0
432.88/432.96	c   crossover        :       0.20         11          0
432.88/432.96	c   objpscostdiving  :       3.89         23          0
432.88/432.96	c   coefdiving       :       3.46         79          0
432.88/432.96	c   pscostdiving     :       2.45         79          1
432.88/432.96	c   veclendiving     :       3.22         79          0
432.88/432.96	c   guideddiving     :       3.65         79          0
432.88/432.96	c   rootsoldiving    :       2.10         40          0
432.88/432.96	c   fracdiving       :       3.33         80          0
432.88/432.96	c   linesearchdiving :       2.05         80          2
432.88/432.96	c   trivial          :       0.00          2          1
432.88/432.96	c   shiftandpropagate:       0.00          0          0
432.88/432.96	c   simplerounding   :       0.02          0          0
432.88/432.96	c   zirounding       :       1.91          0          0
432.88/432.96	c   rounding         :       0.67       3815          0
432.88/432.96	c   shifting         :       1.41       3975          4
432.88/432.96	c   intshifting      :       0.00          0          0
432.88/432.96	c   twoopt           :       0.00          0          0
432.88/432.96	c   fixandinfer      :       0.00          0          0
432.88/432.96	c   clique           :       0.00          0          0
432.88/432.96	c   intdiving        :       0.00          0          0
432.88/432.96	c   actconsdiving    :       0.00          0          0
432.88/432.96	c   octane           :       0.00          0          0
432.88/432.96	c   rens             :       3.66          1          1
432.88/432.96	c   rins             :       0.00          0          0
432.88/432.96	c   localbranching   :       0.00          0          0
432.88/432.96	c   mutation         :       0.00          0          0
432.88/432.96	c   dins             :       0.00          0          0
432.88/432.96	c   vbounds          :       0.00          0          0
432.88/432.96	c   undercover       :       0.06          1          1
432.88/432.96	c   subnlp           :       0.01          0          0
432.88/432.96	c   trysol           :       0.02          0          0
432.88/432.96	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
432.88/432.96	c   primal LP        :       3.07          0          0       0.00       0.00
432.88/432.96	c   dual LP          :     342.36     119474    4232141      35.42   12361.69
432.88/432.96	c   lex dual LP      :       0.00          0          0       0.00          -
432.88/432.96	c   barrier LP       :       0.00          0          0       0.00          -
432.88/432.96	c   diving/probing LP:      21.30      19207     266272      13.86   12503.24
432.88/432.96	c   strong branching :      23.75       2405     288896     120.12   12161.54
432.88/432.96	c     (at root node) :          -         12      12000    1000.00          -
432.88/432.96	c   conflict analysis:       0.00          0          0       0.00          -
432.88/432.96	c B&B Tree           :
432.88/432.96	c   number of runs   :          1
432.88/432.96	c   nodes            :      92542
432.88/432.96	c   nodes (total)    :      92542
432.88/432.96	c   nodes left       :          0
432.88/432.96	c   max depth        :         46
432.88/432.96	c   max depth (total):         46
432.88/432.96	c   backtracks       :      14650 (15.8%)
432.88/432.96	c   delayed cutoffs  :          5
432.88/432.96	c   repropagations   :       2589 (2178 domain reductions, 0 cutoffs)
432.88/432.96	c   avg switch length:       6.15
432.88/432.96	c   switching time   :       7.68
432.88/432.96	c Solution           :
432.88/432.96	c   Solutions found  :         11 (8 improvements)
432.88/432.96	c   First Solution   : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.01 seconds, depth 0, found by <trivial>)
432.88/432.96	c   Primal Bound     : -1.40000000000000e+01   (in run 1, after 3068 nodes, 54.88 seconds, depth 19, found by <relaxation>)
432.88/432.96	c   Dual Bound       : -1.40000000000000e+01
432.88/432.96	c   Gap              :       0.00 %
432.88/432.96	c   Root Dual Bound  : -2.50000000000000e+01
432.88/432.96	c   Root Iterations  :        896
432.88/432.97	c Time complete: 432.95.

Verifier Data

OK	-14

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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

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

running on 4 cores: 0,2,4,6

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 1.01 1.28 1/509 5839
/proc/meminfo: memFree=19263352/32950940 swapFree=67111364/67111528
[pid=5839] ppid=5837 vsize=11492 CPUtime=0 cores=0,2,4,6
/proc/5839/stat : 5839 (scip-2.0.1.4.li) R 5837 5839 4622 0 -1 4202496 1672 0 0 0 0 0 0 0 24 0 1 0 901214177 11767808 1626 33554432000 4194304 9128323 140736281053120 18446744073709551615 8009021 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/5839/statm: 2873 1639 430 1205 0 1664 0

[startup+0.0780421 s]
/proc/loadavg: 0.92 1.01 1.28 1/509 5839
/proc/meminfo: memFree=19263352/32950940 swapFree=67111364/67111528
[pid=5839] ppid=5837 vsize=33624 CPUtime=0.06 cores=0,2,4,6
/proc/5839/stat : 5839 (scip-2.0.1.4.li) R 5837 5839 4622 0 -1 4202496 7330 0 0 0 6 0 0 0 25 0 1 0 901214177 34430976 6998 33554432000 4194304 9128323 140736281053120 18446744073709551615 4336761 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/5839/statm: 8406 6998 654 1205 0 7197 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 33624

[startup+0.101038 s]
/proc/loadavg: 0.92 1.01 1.28 1/509 5839
/proc/meminfo: memFree=19263352/32950940 swapFree=67111364/67111528
[pid=5839] ppid=5837 vsize=34136 CPUtime=0.09 cores=0,2,4,6
/proc/5839/stat : 5839 (scip-2.0.1.4.li) R 5837 5839 4622 0 -1 4202496 8063 0 0 0 8 1 0 0 25 0 1 0 901214177 34955264 7378 33554432000 4194304 9128323 140736281053120 18446744073709551615 7998233 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/5839/statm: 8534 7378 679 1205 0 7325 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 34136

[startup+0.301002 s]
/proc/loadavg: 0.92 1.01 1.28 1/509 5839
/proc/meminfo: memFree=19263352/32950940 swapFree=67111364/67111528
[pid=5839] ppid=5837 vsize=36892 CPUtime=0.29 cores=0,2,4,6
/proc/5839/stat : 5839 (scip-2.0.1.4.li) R 5837 5839 4622 0 -1 4202496 13346 0 0 0 28 1 0 0 25 0 1 0 901214177 37777408 8178 33554432000 4194304 9128323 140736281053120 18446744073709551615 6286121 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/5839/statm: 9223 8178 737 1205 0 8014 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 36892

[startup+0.700931 s]
/proc/loadavg: 0.92 1.01 1.28 1/509 5839
/proc/meminfo: memFree=19263352/32950940 swapFree=67111364/67111528
[pid=5839] ppid=5837 vsize=46888 CPUtime=0.69 cores=0,2,4,6
/proc/5839/stat : 5839 (scip-2.0.1.4.li) R 5837 5839 4622 0 -1 4202496 15561 0 0 0 67 2 0 0 25 0 1 0 901214177 48013312 10393 33554432000 4194304 9128323 140736281053120 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/5839/statm: 11722 10393 746 1205 0 10513 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 46888

[startup+1.50087 s]
/proc/loadavg: 0.92 1.01 1.28 3/515 5850
/proc/meminfo: memFree=19111408/32950940 swapFree=67111364/67111528
[pid=5839] ppid=5837 vsize=49788 CPUtime=1.49 cores=0,2,4,6
/proc/5839/stat : 5839 (scip-2.0.1.4.li) R 5837 5839 4622 0 -1 4202496 16321 0 0 0 146 3 0 0 25 0 1 0 901214177 50982912 11125 33554432000 4194304 9128323 140736281053120 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/5839/statm: 12447 11125 751 1205 0 11238 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 49788

[startup+3.10064 s]
/proc/loadavg: 0.92 1.01 1.28 3/515 5850
/proc/meminfo: memFree=18969432/32950940 swapFree=67111364/67111528
[pid=5839] ppid=5837 vsize=50772 CPUtime=3.09 cores=0,2,4,6
/proc/5839/stat : 5839 (scip-2.0.1.4.li) R 5837 5839 4622 0 -1 4202496 16529 0 0 0 301 8 0 0 25 0 1 0 901214177 51990528 11333 33554432000 4194304 9128323 140736281053120 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/5839/statm: 12693 11333 751 1205 0 11484 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 50772

[startup+6.30103 s]
/proc/loadavg: 1.01 1.03 1.28 3/515 5850
/proc/meminfo: memFree=18950928/32950940 swapFree=67111364/67111528
[pid=5839] ppid=5837 vsize=40904 CPUtime=6.29 cores=0,2,4,6
/proc/5839/stat : 5839 (scip-2.0.1.4.li) R 5837 5839 4622 0 -1 4202496 17261 0 0 0 614 15 0 0 25 0 1 0 901214177 41885696 9076 33554432000 4194304 9128323 140736281053120 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/5839/statm: 10226 9076 754 1205 0 9017 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 40904

[startup+12.701 s]
/proc/loadavg: 1.09 1.04 1.28 3/515 5850
/proc/meminfo: memFree=18942116/32950940 swapFree=67111364/67111528
[pid=5839] ppid=5837 vsize=40904 CPUtime=12.69 cores=0,2,4,6
/proc/5839/stat : 5839 (scip-2.0.1.4.li) R 5837 5839 4622 0 -1 4202496 17262 0 0 0 1246 23 0 0 25 0 1 0 901214177 41885696 9077 33554432000 4194304 9128323 140736281053120 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/5839/statm: 10226 9077 754 1205 0 9017 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 40904

[startup+25.5007 s]
/proc/loadavg: 1.29 1.09 1.29 3/515 5851
/proc/meminfo: memFree=18940296/32950940 swapFree=67111364/67111528
[pid=5839] ppid=5837 vsize=40996 CPUtime=25.49 cores=0,2,4,6
/proc/5839/stat : 5839 (scip-2.0.1.4.li) R 5837 5839 4622 0 -1 4202496 17266 0 0 0 2512 37 0 0 25 0 1 0 901214177 41979904 9081 33554432000 4194304 9128323 140736281053120 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/5839/statm: 10249 9081 754 1205 0 9040 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 40996

[startup+51.1002 s]
/proc/loadavg: 1.53 1.16 1.31 3/515 5851
/proc/meminfo: memFree=18928260/32950940 swapFree=67111364/67111528
[pid=5839] ppid=5837 vsize=49792 CPUtime=51.07 cores=0,2,4,6
/proc/5839/stat : 5839 (scip-2.0.1.4.li) R 5837 5839 4622 0 -1 4202496 19300 0 0 0 5037 70 0 0 25 0 1 0 901214177 50987008 11115 33554432000 4194304 9128323 140736281053120 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/5839/statm: 12448 11115 758 1205 0 11239 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 49792

[startup+102.319 s]
/proc/loadavg: 1.79 1.29 1.35 3/515 5853
/proc/meminfo: memFree=18916164/32950940 swapFree=67111364/67111528
[pid=5839] ppid=5837 vsize=47344 CPUtime=102.29 cores=0,2,4,6
/proc/5839/stat : 5839 (scip-2.0.1.4.li) R 5837 5839 4622 0 -1 4202496 23599 0 0 0 10087 142 0 0 25 0 1 0 901214177 48480256 10679 33554432000 4194304 9128323 140736281053120 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/5839/statm: 11836 10679 758 1205 0 10627 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 47344

[startup+162.301 s]
/proc/loadavg: 1.92 1.41 1.38 3/515 5854
/proc/meminfo: memFree=18897668/32950940 swapFree=67111364/67111528
[pid=5839] ppid=5837 vsize=48584 CPUtime=162.27 cores=0,2,4,6
/proc/5839/stat : 5839 (scip-2.0.1.4.li) R 5837 5839 4622 0 -1 4202496 26038 0 0 0 15998 229 0 0 25 0 1 0 901214177 49750016 10974 33554432000 4194304 9128323 140736281053120 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/5839/statm: 12146 10974 758 1205 0 10937 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 48584

[startup+222.3 s]
/proc/loadavg: 1.97 1.52 1.42 3/515 5856
/proc/meminfo: memFree=18901732/32950940 swapFree=67111364/67111528
[pid=5839] ppid=5837 vsize=52216 CPUtime=222.28 cores=0,2,4,6
/proc/5839/stat : 5839 (scip-2.0.1.4.li) R 5837 5839 4622 0 -1 4202496 29519 0 0 0 21914 314 0 0 25 0 1 0 901214177 53469184 11848 33554432000 4194304 9128323 140736281053120 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/5839/statm: 13054 11848 758 1205 0 11845 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 52216

[startup+282.301 s]
/proc/loadavg: 1.99 1.60 1.45 3/515 5857
/proc/meminfo: memFree=18879492/32950940 swapFree=67111364/67111528
[pid=5839] ppid=5837 vsize=55480 CPUtime=282.27 cores=0,2,4,6
/proc/5839/stat : 5839 (scip-2.0.1.4.li) R 5837 5839 4622 0 -1 4202496 30320 0 0 0 27824 403 0 0 25 0 1 0 901214177 56811520 12649 33554432000 4194304 9128323 140736281053120 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/5839/statm: 13870 12649 758 1205 0 12661 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 55480

[startup+342.3 s]
/proc/loadavg: 1.99 1.67 1.48 3/515 5859
/proc/meminfo: memFree=18879080/32950940 swapFree=67111364/67111528
[pid=5839] ppid=5837 vsize=55740 CPUtime=342.27 cores=0,2,4,6
/proc/5839/stat : 5839 (scip-2.0.1.4.li) R 5837 5839 4622 0 -1 4202496 32974 0 0 0 33736 491 0 0 25 0 1 0 901214177 57077760 12747 33554432000 4194304 9128323 140736281053120 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/5839/statm: 13935 12747 758 1205 0 12726 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 55740

[startup+402.301 s]
/proc/loadavg: 2.12 1.76 1.52 3/515 5861
/proc/meminfo: memFree=18875692/32950940 swapFree=67111364/67111528
[pid=5839] ppid=5837 vsize=56284 CPUtime=402.28 cores=0,2,4,6
/proc/5839/stat : 5839 (scip-2.0.1.4.li) R 5837 5839 4622 0 -1 4202496 33120 0 0 0 39646 582 0 0 25 0 1 0 901214177 57634816 12893 33554432000 4194304 9128323 140736281053120 18446744073709551615 6712744 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/5839/statm: 14071 12893 758 1205 0 12862 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 56284

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

[startup+409.5 s]
/proc/loadavg: 2.11 1.76 1.53 3/515 5861
/proc/meminfo: memFree=18875680/32950940 swapFree=67111364/67111528
[pid=5839] ppid=5837 vsize=56284 CPUtime=409.48 cores=0,2,4,6
/proc/5839/stat : 5839 (scip-2.0.1.4.li) R 5837 5839 4622 0 -1 4202496 33120 0 0 0 40356 592 0 0 25 0 1 0 901214177 57634816 12893 33554432000 4194304 9128323 140736281053120 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/5839/statm: 14071 12893 758 1205 0 12862 0
Current children cumulated CPU time (s) 409.48
Current children cumulated vsize (KiB) 56284

[startup+422.3 s]
/proc/loadavg: 2.16 1.79 1.54 3/515 5861
/proc/meminfo: memFree=18813556/32950940 swapFree=67111364/67111528
[pid=5839] ppid=5837 vsize=56284 CPUtime=422.29 cores=0,2,4,6
/proc/5839/stat : 5839 (scip-2.0.1.4.li) R 5837 5839 4622 0 -1 4202496 33120 0 0 0 41617 612 0 0 25 0 1 0 901214177 57634816 12893 33554432000 4194304 9128323 140736281053120 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/5839/statm: 14071 12893 758 1205 0 12862 0
Current children cumulated CPU time (s) 422.29
Current children cumulated vsize (KiB) 56284

[startup+428.701 s]
/proc/loadavg: 2.15 1.80 1.54 3/515 5861
/proc/meminfo: memFree=18751800/32950940 swapFree=67111364/67111528
[pid=5839] ppid=5837 vsize=56284 CPUtime=428.68 cores=0,2,4,6
/proc/5839/stat : 5839 (scip-2.0.1.4.li) R 5837 5839 4622 0 -1 4202496 33120 0 0 0 42247 621 0 0 25 0 1 0 901214177 57634816 12893 33554432000 4194304 9128323 140736281053120 18446744073709551615 7191101 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/5839/statm: 14071 12893 758 1205 0 12862 0
Current children cumulated CPU time (s) 428.68
Current children cumulated vsize (KiB) 56284

[startup+430.301 s]
/proc/loadavg: 2.14 1.80 1.54 3/515 5861
/proc/meminfo: memFree=18752036/32950940 swapFree=67111364/67111528
[pid=5839] ppid=5837 vsize=56284 CPUtime=430.28 cores=0,2,4,6
/proc/5839/stat : 5839 (scip-2.0.1.4.li) R 5837 5839 4622 0 -1 4202496 33120 0 0 0 42405 623 0 0 25 0 1 0 901214177 57634816 12893 33554432000 4194304 9128323 140736281053120 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/5839/statm: 14071 12893 758 1205 0 12862 0
Current children cumulated CPU time (s) 430.28
Current children cumulated vsize (KiB) 56284

[startup+431.901 s]
/proc/loadavg: 2.14 1.80 1.54 3/515 5861
/proc/meminfo: memFree=18752036/32950940 swapFree=67111364/67111528
[pid=5839] ppid=5837 vsize=56284 CPUtime=431.88 cores=0,2,4,6
/proc/5839/stat : 5839 (scip-2.0.1.4.li) R 5837 5839 4622 0 -1 4202496 33121 0 0 0 42561 627 0 0 25 0 1 0 901214177 57634816 12894 33554432000 4194304 9128323 140736281053120 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/5839/statm: 14071 12894 758 1205 0 12862 0
Current children cumulated CPU time (s) 431.88
Current children cumulated vsize (KiB) 56284

[startup+432.7 s]
/proc/loadavg: 2.14 1.80 1.54 3/515 5861
/proc/meminfo: memFree=18752036/32950940 swapFree=67111364/67111528
[pid=5839] ppid=5837 vsize=56284 CPUtime=432.68 cores=0,2,4,6
/proc/5839/stat : 5839 (scip-2.0.1.4.li) R 5837 5839 4622 0 -1 4202496 33121 0 0 0 42640 628 0 0 25 0 1 0 901214177 57634816 12894 33554432000 4194304 9128323 140736281053120 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/5839/statm: 14071 12894 758 1205 0 12862 0
Current children cumulated CPU time (s) 432.68
Current children cumulated vsize (KiB) 56284

[startup+432.9 s]
/proc/loadavg: 2.14 1.80 1.54 3/515 5861
/proc/meminfo: memFree=18752036/32950940 swapFree=67111364/67111528
[pid=5839] ppid=5837 vsize=56284 CPUtime=432.88 cores=0,2,4,6
/proc/5839/stat : 5839 (scip-2.0.1.4.li) R 5837 5839 4622 0 -1 4202496 33121 0 0 0 42660 628 0 0 25 0 1 0 901214177 57634816 12894 33554432000 4194304 9128323 140736281053120 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/5839/statm: 14071 12894 758 1205 0 12862 0
Current children cumulated CPU time (s) 432.88
Current children cumulated vsize (KiB) 56284

Child status: 0
Real time (s): 432.975
CPU time (s): 432.962
CPU user time (s): 426.668
CPU system time (s): 6.29404
CPU usage (%): 99.9971
Max. virtual memory (cumulated for all children) (KiB): 65604

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

runsolver used 2.22666 second user time and 4.87026 second system time

The end

Launcher Data

Begin job on node117 at 2011-06-03 16:03:54
IDJOB=3452363
IDBENCH=48227
IDSOLVER=1949
FILE ID=node117/3452363-1307109834
RUNJOBID= node117-1307109834-5829
PBS_JOBID= 13497973
Free space on /tmp= 73624 MiB

SOLVER NAME= SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_50_10_1.opb
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 /tmp/evaluation-result-3452363-1307109834/watcher-3452363-1307109834 -o /tmp/evaluation-result-3452363-1307109834/solver-3452363-1307109834 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3452363-1307109834.opb -t 1800 -m 15500

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

MD5SUM BENCH= 26861ca996cf8fd2abe5c211e1f47a26
RANDOM SEED=1646264149

node117.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.849
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.69
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.849
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.849
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.74
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.849
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.849
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.75
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.849
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.74
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.849
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.75
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.849
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	: 5267.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      19263516 kB
Buffers:        364568 kB
Cached:        3141320 kB
SwapCached:          0 kB
Active:       10216452 kB
Inactive:      3074912 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      19263516 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           12044 kB
Writeback:          64 kB
AnonPages:     9785080 kB
Mapped:          41564 kB
Slab:           268460 kB
PageTables:      57404 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS: 149470712 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 /tmp at the end= 73600 MiB
End job on node117 at 2011-06-03 16:11:07