Trace number 3485218

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 2 2011-06-10 (fixed)SAT-15 1797.09 1797.05

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_100_25_4.opb
MD5SUMfeead174159765db2806c13d35bd6cbe
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-15
Best CPU time to get the best result obtained on this benchmark1797.09
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -16
Optimality of the best value was proved NO
Number of variables200
Total number of constraints301
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints201
Minimum length of a constraint2
Maximum length of a constraint200
Number of terms in the objective function 100
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 100
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)6140
Sum of products size (including duplicates)12280
Number of different products3070
Sum of products size6140

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.5]
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-3485218-1307787112.opb>
0.00/0.01	c original problem has 200 variables (200 bin, 0 int, 0 impl, 0 cont) and 301 constraints
0.00/0.01	c problem read
0.00/0.01	c presolving settings loaded
0.00/0.02	o 0
0.00/0.02	c feasible solution found by trivial heuristic, objective value  0.000000e+00
0.00/0.02	c presolving:
0.00/0.06	c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 300 upgd conss, 24760 impls, 200 clqs
0.09/0.11	c    (0.1s) probing: 101/3270 (3.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.11	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.11	c presolving (2 rounds):
0.09/0.11	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.11	c  24760 implications, 200 cliques
0.09/0.11	c presolved problem has 3270 variables (3270 bin, 0 int, 0 impl, 0 cont) and 3371 constraints
0.09/0.11	c     300 constraints of type <setppc>
0.09/0.11	c    3070 constraints of type <and>
0.09/0.11	c       1 constraints of type <linear>
0.09/0.11	c transformed objective value is always integral (scale: 1)
0.09/0.11	c Presolving Time: 0.10
0.09/0.11	c - non default parameters ----------------------------------------------------------------------
0.09/0.11	c # SCIP version 2.0.1.4
0.09/0.11	c 
0.09/0.11	c # frequency for displaying node information lines
0.09/0.11	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.11	c display/freq = 10000
0.09/0.11	c 
0.09/0.11	c # maximal time in seconds to run
0.09/0.11	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.11	c limits/time = 1797
0.09/0.11	c 
0.09/0.11	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.11	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.11	c limits/memory = 13950
0.09/0.11	c 
0.09/0.11	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.11	c # [type: int, range: [1,2], default: 1]
0.09/0.11	c timing/clocktype = 2
0.09/0.11	c 
0.09/0.11	c # belongs reading time to solving time?
0.09/0.11	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.11	c timing/reading = TRUE
0.09/0.11	c 
0.09/0.11	c # should presolving try to simplify inequalities
0.09/0.11	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.11	c constraints/linear/simplifyinequalities = TRUE
0.09/0.11	c 
0.09/0.11	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.11	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.11	c constraints/indicator/addCouplingCons = TRUE
0.09/0.11	c 
0.09/0.11	c # should presolving try to simplify knapsacks
0.09/0.11	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.11	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.11	c 
0.09/0.11	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.11	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.11	c separating/rapidlearning/freq = 0
0.09/0.11	c 
0.09/0.11	c -----------------------------------------------------------------------------------------------
0.09/0.11	c start solving
0.09/0.11	c 
1.10/1.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1.10/1.12	c t 1.1s|     1 |     0 |  4203 |     - |  14M|   0 |1094 |3270 |3371 |3270 |6441 |   0 |   0 |   0 |-5.000000e+01 | 0.000000e+00 | 100.00%
1.10/1.12	o -4
1.10/1.12	c s 1.1s|     1 |     0 |  4203 |     - |  14M|   0 |1094 |3270 |3371 |3270 |6441 |   0 |   0 |   0 |-5.000000e+01 |-4.000000e+00 |  92.00%
1.19/1.26	o -5
1.19/1.26	c U 1.3s|     1 |     0 |  4203 |     - |  14M|   0 |1094 |3270 |3371 |3270 |6441 |   0 |   0 |   0 |-5.000000e+01 |-5.000000e+00 |  90.00%
2.79/2.87	c   2.9s|     1 |     0 |  6832 |     - |  14M|   0 | 884 |3270 |3372 |3270 |6476 |  35 |   0 |   0 |-5.000000e+01 |-5.000000e+00 |  90.00%
3.59/3.64	c   3.6s|     1 |     0 |  8687 |     - |  14M|   0 |1061 |3270 |3372 |3270 |6493 |  52 |   0 |   0 |-5.000000e+01 |-5.000000e+00 |  90.00%
4.30/4.36	c   4.4s|     1 |     0 |  9971 |     - |  15M|   0 |1270 |3270 |3372 |3270 |6503 |  62 |   0 |   0 |-5.000000e+01 |-5.000000e+00 |  90.00%
5.09/5.10	c   5.1s|     1 |     0 | 11171 |     - |  15M|   0 |1184 |3270 |3372 |3270 |6513 |  72 |   0 |   0 |-5.000000e+01 |-5.000000e+00 |  90.00%
6.09/6.11	c   6.1s|     1 |     0 | 13341 |     - |  15M|   0 |1495 |3270 |3372 |3270 |6519 |  78 |   0 |   0 |-5.000000e+01 |-5.000000e+00 |  90.00%
7.09/7.18	c   7.2s|     1 |     0 | 15511 |     - |  15M|   0 |1309 |3270 |3372 |3270 |6532 |  91 |   0 |   0 |-5.000000e+01 |-5.000000e+00 |  90.00%
7.09/7.19	o -5
7.09/7.19	c s 7.2s|     1 |     0 | 15511 |     - |  15M|   0 |1309 |3270 |3372 |3270 |6532 |  91 |   0 |   0 |-5.000000e+01 |-5.000000e+00 |  90.00%
32.49/32.55	c  32.5s|     1 |     2 | 15511 |     - |  15M|   0 |1309 |3270 |3372 |3270 |6532 |  91 |   0 |  16 |-5.000000e+01 |-5.000000e+00 |  90.00%
204.30/204.35	o -11
204.30/204.35	c f 204s|    24 |    25 |476700 |20051.7 |  16M|   8 |   - |3270 |3384 |3270 |2755 |5998 |  12 | 324 |-4.862875e+01 |-1.100000e+01 |  77.38%
237.50/237.56	o -12
237.50/237.56	c l 238s|    28 |    29 |609086 |21984.3 |  16M|   9 |   - |3270 |3400 |3270 |3225 |6611 |  28 | 340 |-4.816242e+01 |-1.200000e+01 |  75.08%
294.60/294.61	o -13
294.60/294.61	c l 295s|    37 |    38 |860118 |23461.3 |  16M|   9 |   - |3270 |3433 |3270 |3261 |7529 |  61 | 368 |-4.793745e+01 |-1.300000e+01 |  72.88%
378.20/378.27	o -14
378.20/378.27	c l 378s|    70 |    71 |  1213k|17360.4 |  16M|  12 |   - |3270 |3444 |3270 |2953 |9827 |  72 | 415 |-4.746244e+01 |-1.400000e+01 |  70.50%
1480.83/1480.84	o -15
1480.83/1480.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1480.83/1480.84	c p1481s|  1412 |  1399 |  5598k|3957.0 |  30M|  59 |   - |3270 |3538 |3270 |3530 |  51k| 215 |1237 |-3.868557e+01 |-1.500000e+01 |  61.23%
1797.04/1797.00	c 
1797.04/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1797.04/1797.00	c Solving Time (sec) : 1797.01
1797.04/1797.00	c Solving Nodes      : 2043
1797.04/1797.00	c Primal Bound       : -1.50000000000000e+01 (13 solutions)
1797.04/1797.00	c Dual Bound         : -3.79279308281428e+01
1797.04/1797.00	c Gap                : 60.45 %
1797.04/1797.01	s SATISFIABLE
1797.04/1797.01	v -x146 -x154 -x136 -x128 -x198 -x166 x193 -x151 x182 -x124 -x110 -x130 -x116 -x171 -x156 -x163 -x185 x189 -x181 x153 -x179 -x167 
1797.04/1797.01	v -x178 -x149 -x161 -x133 x172 -x160 -x159 -x152 -x112 -x188 -x134 -x139 -x197 -x170 -x194 -x117 -x187 -x122 -x196 -x191 -x158 
1797.04/1797.01	v -x140 -x135 -x113 -x111 -x109 -x108 -x107 -x190 -x148 -x144 -x173 -x143 -x132 -x176 -x177 -x162 -x125 -x195 -x120 -x200 -x131 
1797.04/1797.01	v x121 -x101 -x199 x192 -x168 -x157 -x147 -x141 -x137 -x114 -x106 x183 x123 -x119 -x174 x180 x169 -x105 -x118 -x150 -x142 -x103 
1797.04/1797.01	v -x104 x165 -x115 x155 -x145 -x186 -x129 x126 -x138 -x164 x127 -x175 -x184 -x102 -x100 -x99 x98 -x97 x96 -x95 x94 -x93 -x92 
1797.04/1797.01	v x91 -x90 -x89 -x88 -x87 -x86 -x85 -x84 -x83 -x82 -x81 -x80 -x79 -x78 -x77 x76 x75 x74 -x73 -x72 -x71 -x70 -x69 x68 -x67 -x66 
1797.04/1797.01	v -x65 -x64 -x63 -x62 x61 -x60 -x59 -x58 x57 x56 -x55 x54 -x53 -x52 -x51 -x50 -x49 x48 -x47 -x46 -x45 -x44 -x43 -x42 -x41 -x40 
1797.04/1797.01	v -x39 -x38 -x37 -x36 -x35 -x34 x33 -x32 -x31 -x30 -x29 -x28 -x27 -x26 -x25 -x24 -x23 -x22 -x21 -x20 -x19 -x18 -x17 -x16 -x15 
1797.04/1797.01	v -x14 -x13 x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 -x1 
1797.04/1797.01	c SCIP Status        : solving was interrupted [time limit reached]
1797.04/1797.01	c Total Time         :    1797.01
1797.04/1797.01	c   solving          :    1797.01
1797.04/1797.01	c   presolving       :       0.10 (included in solving)
1797.04/1797.01	c   reading          :       0.01 (included in solving)
1797.04/1797.01	c Original Problem   :
1797.04/1797.01	c   Problem name     : HOME/instance-3485218-1307787112.opb
1797.04/1797.01	c   Variables        : 200 (200 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.04/1797.01	c   Constraints      : 301 initial, 301 maximal
1797.04/1797.01	c Presolved Problem  :
1797.04/1797.01	c   Problem name     : t_HOME/instance-3485218-1307787112.opb
1797.04/1797.01	c   Variables        : 3270 (3270 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.04/1797.01	c   Constraints      : 3371 initial, 3577 maximal
1797.04/1797.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1797.04/1797.01	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1797.04/1797.01	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1797.04/1797.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1797.04/1797.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1797.04/1797.01	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1797.04/1797.01	c   probing          :       0.03          0          0          0          0          0          0          0          0          0
1797.04/1797.01	c   setppc           :       0.00          0          0          0          0          0          0          0          0          0
1797.04/1797.01	c   and              :       0.05          0          0          0          0          0          0          0          0          0
1797.04/1797.01	c   linear           :       0.01          0          0          0          0          0          0          0          0          0
1797.04/1797.01	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1797.04/1797.01	c   root node        :          -          0          -          -          0          -          -          -          -          -
1797.04/1797.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1797.04/1797.01	c   integral         :          0          0          0       2032          0         83          0          0          4          0          0       4060
1797.04/1797.01	c   setppc           :        300          6      87890          0          2         78        715         29      10151          0          0          0
1797.04/1797.01	c   and              :       3070       5272      87857          0          2         77        963        168     261013      83998          0          0
1797.04/1797.01	c   linear           :          1          6      87686          0          0         12          1          2          0          0          0          0
1797.04/1797.01	c   logicor          :          0+         6       2826          0          0          0          1          0       1147          0          0          0
1797.04/1797.01	c   countsols        :          0          0          0          0          2         16          0          0          0          0          0          0
1797.04/1797.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1797.04/1797.01	c   integral         :     217.66       0.00       0.00     217.66       0.00       0.00       0.00
1797.04/1797.01	c   setppc           :       0.38       0.00       0.37       0.00       0.00       0.01       0.00
1797.04/1797.01	c   and              :       6.07       3.23       2.84       0.00       0.00       0.01       0.00
1797.04/1797.01	c   linear           :       0.07       0.01       0.06       0.00       0.00       0.00       0.00
1797.04/1797.01	c   logicor          :       0.02       0.00       0.02       0.00       0.00       0.00       0.00
1797.04/1797.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1797.04/1797.01	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1797.04/1797.01	c   vbounds          :          0          0          0          0
1797.04/1797.01	c   rootredcost      :          6          0          0          0
1797.04/1797.01	c   pseudoobj        :      87801          4          9          0
1797.04/1797.01	c Propagator Timings :  TotalTime  Propagate    Resprop
1797.04/1797.01	c   vbounds          :       0.02       0.02       0.00
1797.04/1797.01	c   rootredcost      :       0.02       0.02       0.00
1797.04/1797.01	c   pseudoobj        :       0.29       0.29       0.00
1797.04/1797.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1797.04/1797.01	c   propagation      :       0.00        208        208        254       19.2          1       83.0          -
1797.04/1797.01	c   infeasible LP    :       0.00          1          1          7       91.3          0        0.0          0
1797.04/1797.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1797.04/1797.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1797.04/1797.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1797.04/1797.01	c   applied globally :          -          -          -        255       20.2          -          -          -
1797.04/1797.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1797.04/1797.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1797.04/1797.01	c   cut pool         :       0.00          5          -          -          1          -    (maximal pool size: 63)
1797.04/1797.01	c   redcost          :       0.38       5272          0        462          0          0
1797.04/1797.01	c   impliedbounds    :       0.00          6          0          0         12          0
1797.04/1797.01	c   intobj           :       0.00          0          0          0          0          0
1797.04/1797.01	c   gomory           :       0.58          6          0          0         22          0
1797.04/1797.01	c   cgmip            :       0.00          0          0          0          0          0
1797.04/1797.01	c   closecuts        :       0.00          0          0          0          0          0
1797.04/1797.01	c   strongcg         :       1.06          6          0          0         30          0
1797.04/1797.01	c   cmir             :       0.16          6          0          0          0          0
1797.04/1797.01	c   flowcover        :       0.17          6          0          0          0          0
1797.04/1797.01	c   clique           :       0.20          6          0          0         38          0
1797.04/1797.01	c   zerohalf         :       0.00          0          0          0          0          0
1797.04/1797.01	c   mcf              :       0.03          2          0          0          6          0
1797.04/1797.01	c   oddcycle         :       0.00          0          0          0          0          0
1797.04/1797.01	c   rapidlearning    :       0.60          1          0          0          0          0
1797.04/1797.01	c Pricers            :       Time      Calls       Vars
1797.04/1797.01	c   problem variables:       0.00          0          0
1797.04/1797.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1797.04/1797.01	c   relpscost        :     217.66       2032          0          4          0          0       4060
1797.04/1797.01	c   pscost           :       0.00          0          0          0          0          0          0
1797.04/1797.01	c   inference        :       0.00          2          0          0          0          0          4
1797.04/1797.01	c   mostinf          :       0.00          0          0          0          0          0          0
1797.04/1797.01	c   leastinf         :       0.00          0          0          0          0          0          0
1797.04/1797.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1797.04/1797.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1797.04/1797.01	c   random           :       0.00          0          0          0          0          0          0
1797.04/1797.01	c Primal Heuristics  :       Time      Calls      Found
1797.04/1797.01	c   LP solutions     :       0.00          -          0
1797.04/1797.01	c   pseudo solutions :       0.00          -          0
1797.04/1797.01	c   oneopt           :       0.01          7          0
1797.04/1797.01	c   fracdiving       :      97.05         72          1
1797.04/1797.01	c   linesearchdiving :      64.06         73          3
1797.04/1797.01	c   trivial          :       0.00          2          1
1797.04/1797.01	c   shiftandpropagate:       0.00          0          0
1797.04/1797.01	c   simplerounding   :       0.00          0          0
1797.04/1797.01	c   zirounding       :       0.52          0          0
1797.04/1797.01	c   rounding         :       2.57        986          0
1797.04/1797.01	c   shifting         :       0.76        512          6
1797.04/1797.01	c   intshifting      :       0.00          0          0
1797.04/1797.01	c   twoopt           :       0.00          0          0
1797.04/1797.01	c   fixandinfer      :       0.00          0          0
1797.04/1797.01	c   feaspump         :       0.00          0          0
1797.04/1797.01	c   clique           :       0.00          0          0
1797.04/1797.01	c   coefdiving       :      65.95         45          0
1797.04/1797.01	c   pscostdiving     :      71.40         73          1
1797.04/1797.01	c   veclendiving     :      55.64         44          0
1797.04/1797.01	c   intdiving        :       0.00          0          0
1797.04/1797.01	c   actconsdiving    :       0.00          0          0
1797.04/1797.01	c   objpscostdiving  :      21.58         12          0
1797.04/1797.01	c   rootsoldiving    :      15.26         14          0
1797.04/1797.01	c   guideddiving     :      65.20         46          0
1797.04/1797.01	c   octane           :       0.00          0          0
1797.04/1797.01	c   rens             :      18.96          1          0
1797.04/1797.01	c   rins             :       0.00          0          0
1797.04/1797.01	c   localbranching   :       0.00          0          0
1797.04/1797.01	c   mutation         :       0.00          0          0
1797.04/1797.01	c   crossover        :       0.23          2          0
1797.04/1797.01	c   dins             :       0.00          0          0
1797.04/1797.01	c   vbounds          :       0.00          0          0
1797.04/1797.01	c   undercover       :       0.14          1          1
1797.04/1797.01	c   subnlp           :       0.00          0          0
1797.04/1797.01	c   trysol           :       0.00          0          0
1797.04/1797.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1797.04/1797.01	c   primal LP        :       5.80          0          0       0.00       0.00
1797.04/1797.01	c   dual LP          :    1081.79       5301    4883205     921.19    4514.00
1797.04/1797.01	c   lex dual LP      :       0.00          0          0       0.00          -
1797.04/1797.01	c   barrier LP       :       0.00          0          0       0.00          -
1797.04/1797.01	c   diving/probing LP:     420.13      57229    1975965      34.53    4703.23
1797.04/1797.01	c   strong branching :     217.55       1474     777236     527.30    3572.70
1797.04/1797.01	c     (at root node) :          -         16      16000    1000.00          -
1797.04/1797.01	c   conflict analysis:       0.00          0          0       0.00          -
1797.04/1797.01	c B&B Tree           :
1797.04/1797.01	c   number of runs   :          1
1797.04/1797.01	c   nodes            :       2043
1797.04/1797.01	c   nodes (total)    :       2043
1797.04/1797.01	c   nodes left       :       2008
1797.04/1797.01	c   max depth        :         59
1797.04/1797.01	c   max depth (total):         59
1797.04/1797.01	c   backtracks       :        417 (20.4%)
1797.04/1797.01	c   delayed cutoffs  :          0
1797.04/1797.01	c   repropagations   :        106 (32 domain reductions, 0 cutoffs)
1797.04/1797.01	c   avg switch length:       4.15
1797.04/1797.01	c   switching time   :       6.55
1797.04/1797.01	c Solution           :
1797.04/1797.01	c   Solutions found  :         13 (9 improvements)
1797.04/1797.01	c   First Solution   : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.02 seconds, depth 0, found by <trivial>)
1797.04/1797.01	c   Primal Bound     : -1.50000000000000e+01   (in run 1, after 1412 nodes, 1480.84 seconds, depth 189, found by <pscostdiving>)
1797.04/1797.01	c   Dual Bound       : -3.79279308281428e+01
1797.04/1797.01	c   Gap              :      60.45 %
1797.04/1797.01	c   Root Dual Bound  : -4.99999999999999e+01
1797.04/1797.01	c   Root Iterations  :      15511
1797.04/1797.04	c Time complete: 1797.08.

Verifier Data

OK	-15

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

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-3485218-1307787112/watcher-3485218-1307787112 -o /tmp/evaluation-result-3485218-1307787112/solver-3485218-1307787112 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3485218-1307787112.opb -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: 2.03 2.00 1.85 2/175 19768
/proc/meminfo: memFree=31593032/32951124 swapFree=67052812/67111528
[pid=19768] ppid=19766 vsize=10108 CPUtime=0 cores=1,3,5,7
/proc/19768/stat : 19768 (scip-2.0.1.4_2.) R 19766 19768 19591 0 -1 4202496 1524 0 0 0 0 0 0 0 25 0 1 0 890313784 10350592 1479 33554432000 4194304 8979876 140736510715792 18446744073709551615 7790414 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/19768/statm: 2527 1479 367 1169 0 1354 0

[startup+0.093587 s]
/proc/loadavg: 2.03 2.00 1.85 2/175 19768
/proc/meminfo: memFree=31593032/32951124 swapFree=67052812/67111528
[pid=19768] ppid=19766 vsize=27128 CPUtime=0.08 cores=1,3,5,7
/proc/19768/stat : 19768 (scip-2.0.1.4_2.) R 19766 19768 19591 0 -1 4202496 5883 0 0 0 8 0 0 0 25 0 1 0 890313784 27779072 5581 33554432000 4194304 8979876 140736510715792 18446744073709551615 5041720 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/19768/statm: 6782 5581 523 1169 0 5609 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 27128

[startup+0.100584 s]
/proc/loadavg: 2.03 2.00 1.85 2/175 19768
/proc/meminfo: memFree=31593032/32951124 swapFree=67052812/67111528
[pid=19768] ppid=19766 vsize=27128 CPUtime=0.09 cores=1,3,5,7
/proc/19768/stat : 19768 (scip-2.0.1.4_2.) R 19766 19768 19591 0 -1 4202496 5883 0 0 0 9 0 0 0 25 0 1 0 890313784 27779072 5581 33554432000 4194304 8979876 140736510715792 18446744073709551615 5995801 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/19768/statm: 6782 5581 523 1169 0 5609 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27128

[startup+0.300551 s]
/proc/loadavg: 2.03 2.00 1.85 2/175 19768
/proc/meminfo: memFree=31593032/32951124 swapFree=67052812/67111528
[pid=19768] ppid=19766 vsize=44564 CPUtime=0.29 cores=1,3,5,7
/proc/19768/stat : 19768 (scip-2.0.1.4_2.) R 19766 19768 19591 0 -1 4202496 10564 0 0 0 28 1 0 0 18 0 1 0 890313784 45633536 9867 33554432000 4194304 8979876 140736510715792 18446744073709551615 7146198 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/19768/statm: 11141 9867 659 1169 0 9968 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 44564

[startup+0.70048 s]
/proc/loadavg: 2.03 2.00 1.85 2/175 19768
/proc/meminfo: memFree=31593032/32951124 swapFree=67052812/67111528
[pid=19768] ppid=19766 vsize=44564 CPUtime=0.69 cores=1,3,5,7
/proc/19768/stat : 19768 (scip-2.0.1.4_2.) R 19766 19768 19591 0 -1 4202496 10582 0 0 0 68 1 0 0 18 0 1 0 890313784 45633536 9885 33554432000 4194304 8979876 140736510715792 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/19768/statm: 11141 9885 659 1169 0 9968 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 44564

[startup+1.50035 s]
/proc/loadavg: 2.03 2.00 1.85 3/178 19774
/proc/meminfo: memFree=31458988/32951124 swapFree=67052812/67111528
[pid=19768] ppid=19766 vsize=88628 CPUtime=1.49 cores=1,3,5,7
/proc/19768/stat : 19768 (scip-2.0.1.4_2.) R 19766 19768 19591 0 -1 4202496 22495 0 0 0 144 5 0 0 19 0 1 0 890313784 90755072 20504 33554432000 4194304 8979876 140736510715792 18446744073709551615 6293627 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/19768/statm: 22157 20504 694 1169 0 20984 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 88628

[startup+3.10105 s]
/proc/loadavg: 2.03 2.00 1.85 3/178 19774
/proc/meminfo: memFree=31277592/32951124 swapFree=67052812/67111528
[pid=19768] ppid=19766 vsize=88628 CPUtime=3.09 cores=1,3,5,7
/proc/19768/stat : 19768 (scip-2.0.1.4_2.) R 19766 19768 19591 0 -1 4202496 22858 0 0 0 304 5 0 0 25 0 1 0 890313784 90755072 20867 33554432000 4194304 8979876 140736510715792 18446744073709551615 6611241 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/19768/statm: 22157 20867 713 1169 0 20984 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 88628

[startup+6.30049 s]
/proc/loadavg: 2.02 2.00 1.85 3/178 19774
/proc/meminfo: memFree=31252304/32951124 swapFree=67052812/67111528
[pid=19768] ppid=19766 vsize=88628 CPUtime=6.29 cores=1,3,5,7
/proc/19768/stat : 19768 (scip-2.0.1.4_2.) R 19766 19768 19591 0 -1 4202496 22883 0 0 0 621 8 0 0 25 0 1 0 890313784 90755072 20892 33554432000 4194304 8979876 140736510715792 18446744073709551615 6609728 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/19768/statm: 22157 20892 713 1169 0 20984 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 88628

[startup+12.7004 s]
/proc/loadavg: 2.02 2.00 1.85 3/178 19774
/proc/meminfo: memFree=31247376/32951124 swapFree=67052812/67111528
[pid=19768] ppid=19766 vsize=89988 CPUtime=12.69 cores=1,3,5,7
/proc/19768/stat : 19768 (scip-2.0.1.4_2.) R 19766 19768 19591 0 -1 4202496 23605 0 0 0 1249 20 0 0 25 0 1 0 890313784 92147712 21614 33554432000 4194304 8979876 140736510715792 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/19768/statm: 22497 21614 722 1169 0 21324 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 89988

[startup+25.5011 s]
/proc/loadavg: 2.02 2.00 1.85 3/178 19775
/proc/meminfo: memFree=31221032/32951124 swapFree=67052812/67111528
[pid=19768] ppid=19766 vsize=107824 CPUtime=25.49 cores=1,3,5,7
/proc/19768/stat : 19768 (scip-2.0.1.4_2.) R 19766 19768 19591 0 -1 4202496 29248 0 0 0 2485 64 0 0 25 0 1 0 890313784 110411776 26027 33554432000 4194304 8979876 140736510715792 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/19768/statm: 26956 26027 745 1169 0 25783 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 107824

[startup+51.1006 s]
/proc/loadavg: 2.01 2.00 1.85 3/178 19775
/proc/meminfo: memFree=31219392/32951124 swapFree=67052812/67111528
[pid=19768] ppid=19766 vsize=99464 CPUtime=51.09 cores=1,3,5,7
/proc/19768/stat : 19768 (scip-2.0.1.4_2.) R 19766 19768 19591 0 -1 4202496 29253 0 0 0 4996 113 0 0 25 0 1 0 890313784 101851136 24048 33554432000 4194304 8979876 140736510715792 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/19768/statm: 24866 24048 732 1169 0 23693 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 99464

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 1.86 3/178 19777
/proc/meminfo: memFree=31215692/32951124 swapFree=67052812/67111528
[pid=19768] ppid=19766 vsize=99464 CPUtime=102.3 cores=1,3,5,7
/proc/19768/stat : 19768 (scip-2.0.1.4_2.) R 19766 19768 19591 0 -1 4202496 29253 0 0 0 10012 218 0 0 25 0 1 0 890313784 101851136 24048 33554432000 4194304 8979876 140736510715792 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/19768/statm: 24866 24048 732 1169 0 23693 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 99464

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.86 3/178 19778
/proc/meminfo: memFree=31201020/32951124 swapFree=67052812/67111528
[pid=19768] ppid=19766 vsize=99464 CPUtime=162.3 cores=1,3,5,7
/proc/19768/stat : 19768 (scip-2.0.1.4_2.) R 19766 19768 19591 0 -1 4202496 29253 0 0 0 15904 326 0 0 25 0 1 0 890313784 101851136 24048 33554432000 4194304 8979876 140736510715792 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/19768/statm: 24866 24048 732 1169 0 23693 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 99464

[startup+222.3 s]
/proc/loadavg: 2.05 2.01 1.87 3/178 19780
/proc/meminfo: memFree=31197220/32951124 swapFree=67052812/67111528
[pid=19768] ppid=19766 vsize=99464 CPUtime=222.29 cores=1,3,5,7
/proc/19768/stat : 19768 (scip-2.0.1.4_2.) R 19766 19768 19591 0 -1 4202496 29254 0 0 0 21791 438 0 0 25 0 1 0 890313784 101851136 24049 33554432000 4194304 8979876 140736510715792 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/19768/statm: 24866 24049 733 1169 0 23693 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 99464

[startup+282.301 s]
/proc/loadavg: 2.02 2.01 1.88 3/178 19782
/proc/meminfo: memFree=31182016/32951124 swapFree=67052812/67111528
[pid=19768] ppid=19766 vsize=99464 CPUtime=282.3 cores=1,3,5,7
/proc/19768/stat : 19768 (scip-2.0.1.4_2.) R 19766 19768 19591 0 -1 4202496 29254 0 0 0 27660 570 0 0 25 0 1 0 890313784 101851136 24049 33554432000 4194304 8979876 140736510715792 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/19768/statm: 24866 24049 733 1169 0 23693 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 99464

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.89 3/178 19783
/proc/meminfo: memFree=31175016/32951124 swapFree=67052812/67111528
[pid=19768] ppid=19766 vsize=99464 CPUtime=342.3 cores=1,3,5,7
/proc/19768/stat : 19768 (scip-2.0.1.4_2.) R 19766 19768 19591 0 -1 4202496 29254 0 0 0 33530 700 0 0 25 0 1 0 890313784 101851136 24049 33554432000 4194304 8979876 140736510715792 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/19768/statm: 24866 24049 733 1169 0 23693 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 99464

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.89 3/178 19785
/proc/meminfo: memFree=31174824/32951124 swapFree=67052812/67111528
[pid=19768] ppid=19766 vsize=99464 CPUtime=402.3 cores=1,3,5,7
/proc/19768/stat : 19768 (scip-2.0.1.4_2.) R 19766 19768 19591 0 -1 4202496 29254 0 0 0 39419 811 0 0 25 0 1 0 890313784 101851136 24049 33554432000 4194304 8979876 140736510715792 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/19768/statm: 24866 24049 733 1169 0 23693 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 99464

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 1.90 3/178 19786
/proc/meminfo: memFree=31174884/32951124 swapFree=67052812/67111528
[pid=19768] ppid=19766 vsize=99464 CPUtime=462.3 cores=1,3,5,7
/proc/19768/stat : 19768 (scip-2.0.1.4_2.) R 19766 19768 19591 0 -1 4202496 29254 0 0 0 45306 924 0 0 25 0 1 0 890313784 101851136 24049 33554432000 4194304 8979876 140736510715792 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/19768/statm: 24866 24049 733 1169 0 23693 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 99464

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 1.90 3/178 19788
/proc/meminfo: memFree=31052676/32951124 swapFree=67052812/67111528
[pid=19768] ppid=19766 vsize=99464 CPUtime=522.31 cores=1,3,5,7
/proc/19768/stat : 19768 (scip-2.0.1.4_2.) R 19766 19768 19591 0 -1 4202496 29254 0 0 0 51189 1042 0 0 25 0 1 0 890313784 101851136 24049 33554432000 4194304 8979876 140736510715792 18446744073709551615 7123823 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/19768/statm: 24866 24049 733 1169 0 23693 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 99464

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 19790
/proc/meminfo: memFree=31052720/32951124 swapFree=67052812/67111528
[pid=19768] ppid=19766 vsize=99464 CPUtime=582.3 cores=1,3,5,7
/proc/19768/stat : 19768 (scip-2.0.1.4_2.) R 19766 19768 19591 0 -1 4202496 29254 0 0 0 57067 1163 0 0 25 0 1 0 890313784 101851136 24049 33554432000 4194304 8979876 140736510715792 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/19768/statm: 24866 24049 733 1169 0 23693 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 99464

[startup+642.3 s]

################
# More data... #
################

/proc/meminfo: memFree=31034136/32951124 swapFree=67052812/67111528
[pid=19768] ppid=19766 vsize=99464 CPUtime=1122.32 cores=1,3,5,7
/proc/19768/stat : 19768 (scip-2.0.1.4_2.) R 19766 19768 19591 0 -1 4202496 29259 0 0 0 110046 2186 0 0 25 0 1 0 890313784 101851136 24054 33554432000 4194304 8979876 140736510715792 18446744073709551615 7171143 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/19768/statm: 24866 24054 737 1169 0 23693 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 99464

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 19806
/proc/meminfo: memFree=31034168/32951124 swapFree=67052812/67111528
[pid=19768] ppid=19766 vsize=99464 CPUtime=1182.32 cores=1,3,5,7
/proc/19768/stat : 19768 (scip-2.0.1.4_2.) R 19766 19768 19591 0 -1 4202496 29259 0 0 0 115930 2302 0 0 25 0 1 0 890313784 101851136 24054 33554432000 4194304 8979876 140736510715792 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/19768/statm: 24866 24054 737 1169 0 23693 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 99464

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 19807
/proc/meminfo: memFree=31034108/32951124 swapFree=67052812/67111528
[pid=19768] ppid=19766 vsize=99464 CPUtime=1242.32 cores=1,3,5,7
/proc/19768/stat : 19768 (scip-2.0.1.4_2.) R 19766 19768 19591 0 -1 4202496 29259 0 0 0 121814 2418 0 0 25 0 1 0 890313784 101851136 24054 33554432000 4194304 8979876 140736510715792 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/19768/statm: 24866 24054 737 1169 0 23693 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 99464

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 19809
/proc/meminfo: memFree=31034036/32951124 swapFree=67052812/67111528
[pid=19768] ppid=19766 vsize=99464 CPUtime=1302.33 cores=1,3,5,7
/proc/19768/stat : 19768 (scip-2.0.1.4_2.) R 19766 19768 19591 0 -1 4202496 29262 0 0 0 127695 2538 0 0 25 0 1 0 890313784 101851136 24057 33554432000 4194304 8979876 140736510715792 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/19768/statm: 24866 24057 737 1169 0 23693 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 99464

[startup+1362.3 s]
/proc/loadavg: 2.03 2.01 1.92 3/178 19810
/proc/meminfo: memFree=31034084/32951124 swapFree=67052812/67111528
[pid=19768] ppid=19766 vsize=99464 CPUtime=1362.33 cores=1,3,5,7
/proc/19768/stat : 19768 (scip-2.0.1.4_2.) R 19766 19768 19591 0 -1 4202496 29262 0 0 0 133562 2671 0 0 25 0 1 0 890313784 101851136 24057 33554432000 4194304 8979876 140736510715792 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/19768/statm: 24866 24057 737 1169 0 23693 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 99464

[startup+1422.31 s]
/proc/loadavg: 2.01 2.01 1.92 3/178 19812
/proc/meminfo: memFree=31033924/32951124 swapFree=67052812/67111528
[pid=19768] ppid=19766 vsize=99464 CPUtime=1422.33 cores=1,3,5,7
/proc/19768/stat : 19768 (scip-2.0.1.4_2.) R 19766 19768 19591 0 -1 4202496 29262 0 0 0 139444 2789 0 0 25 0 1 0 890313784 101851136 24057 33554432000 4194304 8979876 140736510715792 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/19768/statm: 24866 24057 737 1169 0 23693 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 99464

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 19814
/proc/meminfo: memFree=31033972/32951124 swapFree=67052812/67111528
[pid=19768] ppid=19766 vsize=99464 CPUtime=1482.33 cores=1,3,5,7
/proc/19768/stat : 19768 (scip-2.0.1.4_2.) R 19766 19768 19591 0 -1 4202496 29262 0 0 0 145329 2904 0 0 25 0 1 0 890313784 101851136 24057 33554432000 4194304 8979876 140736510715792 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/19768/statm: 24866 24057 737 1169 0 23693 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 99464

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 19815
/proc/meminfo: memFree=31033784/32951124 swapFree=67052812/67111528
[pid=19768] ppid=19766 vsize=99464 CPUtime=1542.33 cores=1,3,5,7
/proc/19768/stat : 19768 (scip-2.0.1.4_2.) R 19766 19768 19591 0 -1 4202496 29262 0 0 0 151215 3018 0 0 25 0 1 0 890313784 101851136 24057 33554432000 4194304 8979876 140736510715792 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/19768/statm: 24866 24057 737 1169 0 23693 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 99464

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 19817
/proc/meminfo: memFree=31033720/32951124 swapFree=67052812/67111528
[pid=19768] ppid=19766 vsize=99932 CPUtime=1602.34 cores=1,3,5,7
/proc/19768/stat : 19768 (scip-2.0.1.4_2.) R 19766 19768 19591 0 -1 4202496 29309 0 0 0 157090 3144 0 0 25 0 1 0 890313784 102330368 24104 33554432000 4194304 8979876 140736510715792 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/19768/statm: 24983 24104 737 1169 0 23810 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 99932

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 19818
/proc/meminfo: memFree=31033892/32951124 swapFree=67052812/67111528
[pid=19768] ppid=19766 vsize=99932 CPUtime=1662.33 cores=1,3,5,7
/proc/19768/stat : 19768 (scip-2.0.1.4_2.) R 19766 19768 19591 0 -1 4202496 29309 0 0 0 162972 3261 0 0 25 0 1 0 890313784 102330368 24104 33554432000 4194304 8979876 140736510715792 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/19768/statm: 24983 24104 737 1169 0 23810 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 99932

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 19820
/proc/meminfo: memFree=31033836/32951124 swapFree=67052812/67111528
[pid=19768] ppid=19766 vsize=99932 CPUtime=1722.33 cores=1,3,5,7
/proc/19768/stat : 19768 (scip-2.0.1.4_2.) R 19766 19768 19591 0 -1 4202496 29309 0 0 0 168860 3373 0 0 25 0 1 0 890313784 102330368 24104 33554432000 4194304 8979876 140736510715792 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/19768/statm: 24983 24104 737 1169 0 23810 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 99932

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 19822
/proc/meminfo: memFree=31033880/32951124 swapFree=67052812/67111528
[pid=19768] ppid=19766 vsize=99932 CPUtime=1782.34 cores=1,3,5,7
/proc/19768/stat : 19768 (scip-2.0.1.4_2.) R 19766 19768 19591 0 -1 4202496 29309 0 0 0 174746 3488 0 0 25 0 1 0 890313784 102330368 24104 33554432000 4194304 8979876 140736510715792 18446744073709551615 7184661 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/19768/statm: 24983 24104 737 1169 0 23810 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 99932

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 19822
/proc/meminfo: memFree=31033880/32951124 swapFree=67052812/67111528
[pid=19768] ppid=19766 vsize=99932 CPUtime=1785.53 cores=1,3,5,7
/proc/19768/stat : 19768 (scip-2.0.1.4_2.) R 19766 19768 19591 0 -1 4202496 29309 0 0 0 175060 3493 0 0 25 0 1 0 890313784 102330368 24104 33554432000 4194304 8979876 140736510715792 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/19768/statm: 24983 24104 737 1169 0 23810 0
Current children cumulated CPU time (s) 1785.53
Current children cumulated vsize (KiB) 99932

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 19822
/proc/meminfo: memFree=31033852/32951124 swapFree=67052812/67111528
[pid=19768] ppid=19766 vsize=99932 CPUtime=1791.94 cores=1,3,5,7
/proc/19768/stat : 19768 (scip-2.0.1.4_2.) R 19766 19768 19591 0 -1 4202496 29309 0 0 0 175690 3504 0 0 25 0 1 0 890313784 102330368 24104 33554432000 4194304 8979876 140736510715792 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/19768/statm: 24983 24104 737 1169 0 23810 0
Current children cumulated CPU time (s) 1791.94
Current children cumulated vsize (KiB) 99932

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 19822
/proc/meminfo: memFree=31033852/32951124 swapFree=67052812/67111528
[pid=19768] ppid=19766 vsize=99932 CPUtime=1795.14 cores=1,3,5,7
/proc/19768/stat : 19768 (scip-2.0.1.4_2.) R 19766 19768 19591 0 -1 4202496 29309 0 0 0 176004 3510 0 0 25 0 1 0 890313784 102330368 24104 33554432000 4194304 8979876 140736510715792 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/19768/statm: 24983 24104 737 1169 0 23810 0
Current children cumulated CPU time (s) 1795.14
Current children cumulated vsize (KiB) 99932

[startup+1795.9 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 19822
/proc/meminfo: memFree=31033852/32951124 swapFree=67052812/67111528
[pid=19768] ppid=19766 vsize=99932 CPUtime=1795.94 cores=1,3,5,7
/proc/19768/stat : 19768 (scip-2.0.1.4_2.) R 19766 19768 19591 0 -1 4202496 29309 0 0 0 176082 3512 0 0 25 0 1 0 890313784 102330368 24104 33554432000 4194304 8979876 140736510715792 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/19768/statm: 24983 24104 737 1169 0 23810 0
Current children cumulated CPU time (s) 1795.94
Current children cumulated vsize (KiB) 99932

[startup+1796.7 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 19822
/proc/meminfo: memFree=31033852/32951124 swapFree=67052812/67111528
[pid=19768] ppid=19766 vsize=99932 CPUtime=1796.74 cores=1,3,5,7
/proc/19768/stat : 19768 (scip-2.0.1.4_2.) R 19766 19768 19591 0 -1 4202496 29309 0 0 0 176160 3514 0 0 25 0 1 0 890313784 102330368 24104 33554432000 4194304 8979876 140736510715792 18446744073709551615 7069337 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/19768/statm: 24983 24104 737 1169 0 23810 0
Current children cumulated CPU time (s) 1796.74
Current children cumulated vsize (KiB) 99932

[startup+1796.9 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 19822
/proc/meminfo: memFree=31033852/32951124 swapFree=67052812/67111528
[pid=19768] ppid=19766 vsize=99932 CPUtime=1796.94 cores=1,3,5,7
/proc/19768/stat : 19768 (scip-2.0.1.4_2.) R 19766 19768 19591 0 -1 4202496 29309 0 0 0 176180 3514 0 0 25 0 1 0 890313784 102330368 24104 33554432000 4194304 8979876 140736510715792 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/19768/statm: 24983 24104 737 1169 0 23810 0
Current children cumulated CPU time (s) 1796.94
Current children cumulated vsize (KiB) 99932

[startup+1797 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 19822
/proc/meminfo: memFree=31033852/32951124 swapFree=67052812/67111528
[pid=19768] ppid=19766 vsize=99932 CPUtime=1797.04 cores=1,3,5,7
/proc/19768/stat : 19768 (scip-2.0.1.4_2.) R 19766 19768 19591 0 -1 4202496 29309 0 0 0 176190 3514 0 0 25 0 1 0 890313784 102330368 24104 33554432000 4194304 8979876 140736510715792 18446744073709551615 7179822 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/19768/statm: 24983 24104 737 1169 0 23810 0
Current children cumulated CPU time (s) 1797.04
Current children cumulated vsize (KiB) 99932

Child status: 0
Real time (s): 1797.05
CPU time (s): 1797.09
CPU user time (s): 1761.94
CPU system time (s): 35.1477
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 109232

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

runsolver used 2.43263 second user time and 5.8841 second system time

The end

Launcher Data

Begin job on node103 at 2011-06-11 12:11:52
IDJOB=3485218
IDBENCH=48264
IDSOLVER=1977
FILE ID=node103/3485218-1307787112
RUNJOBID= node103-1307785314-19610
PBS_JOBID= 13550909
Free space on /tmp= 74072 MiB

SOLVER NAME= SCIP spx 2 2011-06-10 (fixed)
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_100_25_4.opb
COMMAND LINE= HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3485218-1307787112/watcher-3485218-1307787112 -o /tmp/evaluation-result-3485218-1307787112/solver-3485218-1307787112 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3485218-1307787112.opb -t 1800 -m 15500

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

MD5SUM BENCH= feead174159765db2806c13d35bd6cbe
RANDOM SEED=216801634

node103.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.858
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.71
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.858
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.858
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.75
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.858
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.77
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.858
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.858
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.858
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.83
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.858
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31593484 kB
Buffers:        288120 kB
Cached:         831756 kB
SwapCached:      22864 kB
Active:         522172 kB
Inactive:       627236 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31593484 kB
SwapTotal:    67111528 kB
SwapFree:     67052812 kB
Dirty:           34176 kB
Writeback:           0 kB
AnonPages:       26508 kB
Mapped:           8580 kB
Slab:           143140 kB
PageTables:       3880 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   186632 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= 74036 MiB
End job on node103 at 2011-06-11 12:41:49