Trace number 3737426

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
PB10: SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solverSAT-14 1789.76 1790.05

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_100_25_5.opb
MD5SUM1a8c058c181490cb899ec7074b22bfb3
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.4
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)6124
Sum of products size (including duplicates)12248
Number of different products3062
Sum of products size6124

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c SCIP version 1.2.1.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3737426-1338712075.opb>
0.00/0.02	c original problem has 3262 variables (3262 bin, 0 int, 0 impl, 0 cont) and 3363 constraints
0.00/0.02	c problem read
0.00/0.02	c presolving settings loaded
0.00/0.03	o 0
0.00/0.03	c feasible solution found by trivial heuristic, objective value  0.000000e+00
0.00/0.03	c presolving:
0.00/0.07	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 300 upgd conss, 24696 impls, 200 clqs
0.10/0.12	c    (0.1s) probing: 101/3262 (3.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.10/0.12	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.10/0.12	c presolving (2 rounds):
0.10/0.12	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.10/0.12	c  24696 implications, 200 cliques
0.10/0.12	c presolved problem has 3262 variables (3262 bin, 0 int, 0 impl, 0 cont) and 3363 constraints
0.10/0.12	c     300 constraints of type <setppc>
0.10/0.12	c    3062 constraints of type <and>
0.10/0.12	c       1 constraints of type <linear>
0.10/0.12	c transformed objective value is always integral (scale: 1)
0.10/0.12	c Presolving Time: 0.09
0.10/0.12	c - non default parameters ----------------------------------------------------------------------
0.10/0.12	c # SCIP version 1.2.1.3
0.10/0.12	c 
0.10/0.12	c # frequency for displaying node information lines
0.10/0.12	c # [type: int, range: [-1,2147483647], default: 100]
0.10/0.12	c display/freq = 10000
0.10/0.12	c 
0.10/0.12	c # maximal time in seconds to run
0.10/0.12	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.10/0.12	c limits/time = 1789.98
0.10/0.12	c 
0.10/0.12	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.10/0.12	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.10/0.12	c limits/memory = 13950
0.10/0.12	c 
0.10/0.12	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.10/0.12	c # [type: int, range: [1,2], default: 1]
0.10/0.12	c timing/clocktype = 2
0.10/0.12	c 
0.10/0.12	c # should presolving try to simplify inequalities
0.10/0.12	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.10/0.12	c constraints/linear/simplifyinequalities = TRUE
0.10/0.12	c 
0.10/0.12	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.10/0.12	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.10/0.12	c constraints/indicator/addCouplingCons = TRUE
0.10/0.12	c 
0.10/0.12	c # should presolving try to simplify knapsacks
0.10/0.12	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.10/0.12	c constraints/knapsack/simplifyinequalities = TRUE
0.10/0.12	c 
0.10/0.12	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.10/0.12	c # [type: int, range: [-1,2147483647], default: -1]
0.10/0.12	c heuristics/undercover/freq = 0
0.10/0.12	c 
0.10/0.12	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.10/0.12	c # [type: int, range: [-1,2147483647], default: -1]
0.10/0.12	c separating/rapidlearning/freq = 0
0.10/0.12	c 
0.10/0.12	c -----------------------------------------------------------------------------------------------
0.10/0.12	c start solving
0.10/0.12	c 
1.39/1.44	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1.39/1.44	c t 1.4s|     1 |     0 |  3533 |     - |  15M|   0 |1581 |3262 |3363 |3262 |6425 |   0 |   0 |   0 |-5.000000e+01 | 0.000000e+00 | 100.00%
1.39/1.45	o -3
1.39/1.45	c s 1.4s|     1 |     0 |  3533 |     - |  15M|   0 |1581 |3262 |3363 |3262 |6425 |   0 |   0 |   0 |-5.000000e+01 |-3.000000e+00 |  94.00%
3.09/3.16	o -9
3.09/3.16	c y 3.1s|     1 |     0 |  3533 |     - |  15M|   0 |1581 |3262 |3364 |3262 |6425 |   0 |   1 |   0 |-5.000000e+01 |-9.000000e+00 |  82.00%
3.78/3.87	c   3.8s|     1 |     0 |  5011 |     - |  19M|   0 |1638 |3262 |4047 |3262 |6459 |  34 |   1 |   0 |-5.000000e+01 |-9.000000e+00 |  82.00%
4.89/4.98	c   5.0s|     1 |     0 |  6166 |     - |  19M|   0 |1614 |3262 |4047 |3262 |6481 |  56 |   1 |   0 |-5.000000e+01 |-9.000000e+00 |  82.00%
6.69/6.79	c   6.8s|     1 |     0 |  8264 |     - |  19M|   0 |1642 |3262 |4047 |3262 |6496 |  71 |   1 |   0 |-5.000000e+01 |-9.000000e+00 |  82.00%
7.98/8.02	c   8.0s|     1 |     0 |  9422 |     - |  19M|   0 |1645 |3262 |4047 |3262 |6510 |  85 |   1 |   0 |-5.000000e+01 |-9.000000e+00 |  82.00%
8.99/9.04	c   9.0s|     1 |     0 | 10687 |     - |  19M|   0 |1632 |3262 |4047 |3262 |6520 |  95 |   1 |   0 |-5.000000e+01 |-9.000000e+00 |  82.00%
10.59/10.64	c  10.6s|     1 |     0 | 12647 |     - |  19M|   0 |1664 |3262 |4047 |3262 |6534 | 109 |   1 |   0 |-5.000000e+01 |-9.000000e+00 |  82.00%
21.89/22.00	c  22.0s|     1 |     2 | 12647 |     - |  19M|   0 |1664 |3262 |4047 |3262 |6534 | 109 |   1 |  15 |-5.000000e+01 |-9.000000e+00 |  82.00%
126.65/126.72	o -10
126.65/126.72	c f 127s|    15 |    16 |172257 |11400.7 |  20M|   9 |   - |3262 |4057 |3262 |3236 |3801 |  11 | 171 |-4.954983e+01 |-1.000000e+01 |  79.82%
287.74/287.84	o -11
287.74/287.84	c l 288s|    22 |    23 |447075 |20687.0 |  20M|  11 |   - |3262 |4101 |3262 |3326 |4961 |  55 | 198 |-4.859901e+01 |-1.100000e+01 |  77.37%
411.11/411.23	o -13
411.11/411.23	c f 411s|    44 |    45 |773725 |17699.5 |  21M|  13 |   - |3262 |4117 |3262 |3458 |8129 |  71 | 261 |-4.722718e+01 |-1.300000e+01 |  72.47%
936.83/937.09	o -14
936.83/937.09	c l 937s|   419 |   416 |  1910k|4540.1 |  24M|  56 |   - |3262 |4191 |3262 |3545 |  28k| 146 |1511 |-4.417019e+01 |-1.400000e+01 |  68.30%
1789.71/1790.00	c 
1789.71/1790.00	c SCIP Status        : solving was interrupted [time limit reached]
1789.71/1790.00	c Solving Time (sec) : 1789.98
1789.71/1790.00	c Solving Nodes      : 2042
1789.71/1790.00	c Primal Bound       : -1.40000000000000e+01 (14 solutions)
1789.71/1790.00	c Dual Bound         : -3.94157078446742e+01
1789.71/1790.00	c Gap                : 64.48 %
1789.71/1790.01	s SATISFIABLE
1789.71/1790.01	v x160 -x183 x118 -x165 -x126 -x157 -x148 -x158 x196 -x181 -x167 -x156 -x142 -x131 x198 -x197 -x163 -x137 -x110 -x171 x107 -x103 
1789.71/1790.01	v -x144 -x130 -x125 -x122 -x113 -x119 -x159 x192 -x195 -x164 x179 -x175 -x188 -x145 -x191 -x151 x169 -x102 -x152 -x146 -x140 -x135 
1789.71/1790.01	v -x112 -x105 -x134 -x143 -x190 -x186 -x189 -x123 -x194 -x136 -x114 -x138 -x154 -x141 -x162 -x200 -x109 -x185 -x101 -x193 -x178 
1789.71/1790.01	v -x172 -x170 -x155 -x139 -x124 -x120 -x117 -x116 -x108 -x104 -x128 -x147 x168 -x153 -x184 -x132 -x180 x106 -x115 -x187 x129 
1789.71/1790.01	v x199 -x161 -x149 -x127 x182 -x174 -x150 -x121 -x133 -x177 -x173 -x111 -x166 x176 x100 -x99 -x98 -x97 -x96 x95 -x94 -x93 -x92 
1789.71/1790.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 
1789.71/1790.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 
1789.71/1790.01	v -x40 -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 
1789.71/1790.01	v -x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 x2 -x1 
1789.71/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1789.71/1790.01	c Solving Time       :    1789.98
1789.71/1790.01	c Original Problem   :
1789.71/1790.01	c   Problem name     : HOME/instance-3737426-1338712075.opb
1789.71/1790.01	c   Variables        : 3262 (3262 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.71/1790.01	c   Constraints      : 3363 initial, 3363 maximal
1789.71/1790.01	c Presolved Problem  :
1789.71/1790.01	c   Problem name     : t_HOME/instance-3737426-1338712075.opb
1789.71/1790.01	c   Variables        : 3262 (3262 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.71/1790.01	c   Constraints      : 3363 initial, 4256 maximal
1789.71/1790.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1789.71/1790.01	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1789.71/1790.01	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1789.71/1790.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1789.71/1790.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1789.71/1790.01	c   implics          :       0.00          0          0          0          0          0          0          0          0
1789.71/1790.01	c   probing          :       0.03          0          0          0          0          0          0          0          0
1789.71/1790.01	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1789.71/1790.01	c   and              :       0.04          0          0          0          0          0          0          0          0
1789.71/1790.01	c   linear           :       0.01          0          0          0          0          0          0          0          0
1789.71/1790.01	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1789.71/1790.01	c   root node        :          -          0          -          -          0          -          -          -          -
1789.71/1790.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1789.71/1790.01	c   integral         :          0          0          0       2197          0          0        278          0          0       4030
1789.71/1790.01	c   setppc           :        300          6      55818          0          1         37      12861          0          0          0
1789.71/1790.01	c   and              :       3062       5886      55781          0          1        101     304905     101905          0          0
1789.71/1790.01	c   linear           :          1+         7      55680          0          0          1        416          0          0          0
1789.71/1790.01	c   logicor          :          0+         6       2759          0          0          0        706          0          0          0
1789.71/1790.01	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1789.71/1790.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1789.71/1790.01	c   integral         :     426.49       0.00       0.00     426.49       0.00
1789.71/1790.01	c   setppc           :       0.32       0.00       0.32       0.00       0.00
1789.71/1790.01	c   and              :       6.35       3.38       2.97       0.00       0.00
1789.71/1790.01	c   linear           :       0.51       0.02       0.49       0.00       0.00
1789.71/1790.01	c   logicor          :       0.02       0.00       0.02       0.00       0.00
1789.71/1790.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1789.71/1790.01	c Propagators        :       Time      Calls    Cutoffs    DomReds
1789.71/1790.01	c   vbounds          :       0.01          2          0          0
1789.71/1790.01	c   rootredcost      :       0.01          5          0          0
1789.71/1790.01	c   pseudoobj        :       0.19      55682          3          0
1789.71/1790.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1789.71/1790.01	c   propagation      :       0.00        142        142        173       19.9          2       82.5          -
1789.71/1790.01	c   infeasible LP    :       0.02         55         55        206       23.5          0        0.0          0
1789.71/1790.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1789.71/1790.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1789.71/1790.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1789.71/1790.01	c   applied globally :          -          -          -        234       20.4          -          -          -
1789.71/1790.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1789.71/1790.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1789.71/1790.01	c   cut pool         :       0.00          5          -          -          0          -    (maximal pool size: 79)
1789.71/1790.01	c   redcost          :       0.40       5886          0       1038          0          0
1789.71/1790.01	c   impliedbounds    :       0.00          6          0          0         48          0
1789.71/1790.01	c   intobj           :       0.00          0          0          0          0          0
1789.71/1790.01	c   cgmip            :       0.00          0          0          0          0          0
1789.71/1790.01	c   gomory           :       0.70          6          0          0          8          0
1789.71/1790.01	c   strongcg         :       1.12          6          0          0         32          0
1789.71/1790.01	c   cmir             :       0.22          6          0          0          1          0
1789.71/1790.01	c   flowcover        :       0.23          6          0          0          0          0
1789.71/1790.01	c   clique           :       0.38          6          0          0         38          0
1789.71/1790.01	c   zerohalf         :       0.00          0          0          0          0          0
1789.71/1790.01	c   mcf              :       0.04          3          0          0          9          0
1789.71/1790.01	c   rapidlearning    :       1.10          1          0          0          0        683
1789.71/1790.01	c Pricers            :       Time      Calls       Vars
1789.71/1790.01	c   problem variables:       0.00          0          0
1789.71/1790.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1789.71/1790.01	c   relpscost        :     426.49       2197          0        278          0          0       4030
1789.71/1790.01	c   pscost           :       0.00          0          0          0          0          0          0
1789.71/1790.01	c   inference        :       0.00          1          0          0          0          0          2
1789.71/1790.01	c   mostinf          :       0.00          0          0          0          0          0          0
1789.71/1790.01	c   leastinf         :       0.00          0          0          0          0          0          0
1789.71/1790.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1789.71/1790.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1789.71/1790.01	c   random           :       0.00          0          0          0          0          0          0
1789.71/1790.01	c Primal Heuristics  :       Time      Calls      Found
1789.71/1790.01	c   LP solutions     :       0.00          -          0
1789.71/1790.01	c   pseudo solutions :       0.00          -          0
1789.71/1790.01	c   feaspump         :       0.00          0          0
1789.71/1790.01	c   oneopt           :       0.01          5          0
1789.71/1790.01	c   guideddiving     :      61.64         12          0
1789.71/1790.01	c   rootsoldiving    :      14.37         26          0
1789.71/1790.01	c   fracdiving       :     107.77         78          2
1789.71/1790.01	c   linesearchdiving :      55.40         78          2
1789.71/1790.01	c   trivial          :       0.00          2          3
1789.71/1790.01	c   simplerounding   :       0.00          0          0
1789.71/1790.01	c   zirounding       :       0.13       1000          0
1789.71/1790.01	c   rounding         :       0.84       1041          0
1789.71/1790.01	c   shifting         :       0.86        631          6
1789.71/1790.01	c   intshifting      :       0.00          0          0
1789.71/1790.01	c   twoopt           :       0.00          0          0
1789.71/1790.01	c   fixandinfer      :       0.00          0          0
1789.71/1790.01	c   coefdiving       :      56.83         17          0
1789.71/1790.01	c   pscostdiving     :      47.80         53          0
1789.71/1790.01	c   veclendiving     :      46.04         35          0
1789.71/1790.01	c   intdiving        :       0.00          0          0
1789.71/1790.01	c   actconsdiving    :       0.00          0          0
1789.71/1790.01	c   objpscostdiving  :     123.52          1          0
1789.71/1790.01	c   octane           :       0.00          0          0
1789.71/1790.01	c   rens             :       0.00          0          0
1789.71/1790.01	c   rins             :       0.00          0          0
1789.71/1790.01	c   localbranching   :       0.00          0          0
1789.71/1790.01	c   mutation         :       0.00          0          0
1789.71/1790.01	c   crossover        :       0.12          2          0
1789.71/1790.01	c   dins             :       0.00          0          0
1789.71/1790.01	c   undercover       :       0.15          1          0
1789.71/1790.01	c   nlp              :       0.00          0          0
1789.71/1790.01	c   trysol           :       0.00          0          0
1789.71/1790.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1789.71/1790.01	c   primal LP        :       5.47          0          0       0.00       0.00
1789.71/1790.01	c   dual LP          :     827.57       6051    2278630     376.57    2753.39
1789.71/1790.01	c   lex dual LP      :       0.00          0          0       0.00          -
1789.71/1790.01	c   barrier LP       :       0.00          0          0       0.00          -
1789.71/1790.01	c   diving/probing LP:     489.45      36327    1359001      37.41    2776.59
1789.71/1790.01	c   strong branching :     426.12       4398    1097230     249.48    2574.94
1789.71/1790.01	c     (at root node) :          -         15      15000    1000.00          -
1789.71/1790.01	c   conflict analysis:       0.00          0          0       0.00          -
1789.71/1790.01	c B&B Tree           :
1789.71/1790.01	c   number of runs   :          1
1789.71/1790.01	c   nodes            :       2042
1789.71/1790.01	c   nodes (total)    :       2042
1789.71/1790.01	c   nodes left       :       1991
1789.71/1790.01	c   max depth        :         69
1789.71/1790.01	c   max depth (total):         69
1789.71/1790.01	c   backtracks       :        347 (17.0%)
1789.71/1790.01	c   delayed cutoffs  :          0
1789.71/1790.01	c   repropagations   :         31 (8 domain reductions, 0 cutoffs)
1789.71/1790.01	c   avg switch length:       3.71
1789.71/1790.01	c   switching time   :       6.84
1789.71/1790.01	c Solution           :
1789.71/1790.01	c   Solutions found  :         14 (7 improvements)
1789.71/1790.01	c   First Solution   : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.01 seconds, depth 0, found by <trivial>)
1789.71/1790.01	c   Primal Bound     : -1.40000000000000e+01   (in run 1, after 419 nodes, 937.07 seconds, depth 178, found by <linesearchdiving>)
1789.71/1790.01	c   Dual Bound       : -3.94157078446742e+01
1789.71/1790.01	c   Gap              :      64.48 %
1789.71/1790.01	c   Root Dual Bound  : -4.99999999999998e+01
1789.71/1790.01	c   Root Iterations  :      12647
1789.71/1790.04	c Time complete: 1789.75.

Verifier Data

OK	-14

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3737426-1338712075/watcher-3737426-1338712075 -o /tmp/evaluation-result-3737426-1338712075/solver-3737426-1338712075 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3737426-1338712075.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: 2.00 2.01 2.00 3/176 30279
/proc/meminfo: memFree=31433508/32873844 swapFree=7116/7116
[pid=30279] ppid=30277 vsize=8944 CPUtime=0 cores=0,2,4,6
/proc/30279/stat : 30279 (pbscip.linux.x8) R 30277 30279 25766 0 -1 4202496 1310 0 0 0 0 0 0 0 20 0 1 0 337336069 9158656 1257 33554432000 4194304 8395647 140737167233632 140734531007384 7382157 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/30279/statm: 2236 1268 374 1026 0 1206 0

[startup+0.102455 s]
/proc/loadavg: 2.00 2.01 2.00 3/176 30279
/proc/meminfo: memFree=31433508/32873844 swapFree=7116/7116
[pid=30279] ppid=30277 vsize=26860 CPUtime=0.1 cores=0,2,4,6
/proc/30279/stat : 30279 (pbscip.linux.x8) R 30277 30279 25766 0 -1 4202496 6123 0 0 0 9 1 0 0 20 0 1 0 337336069 27504640 5716 33554432000 4194304 8395647 140737167233632 140737167096088 5608248 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/30279/statm: 6715 5716 497 1026 0 5685 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 26860

[startup+0.200267 s]
/proc/loadavg: 2.00 2.01 2.00 3/176 30279
/proc/meminfo: memFree=31433508/32873844 swapFree=7116/7116
[pid=30279] ppid=30277 vsize=40852 CPUtime=0.19 cores=0,2,4,6
/proc/30279/stat : 30279 (pbscip.linux.x8) R 30277 30279 25766 0 -1 4202496 9672 0 0 0 18 1 0 0 20 0 1 0 337336069 41832448 9104 33554432000 4194304 8395647 140737167233632 140737167096088 6740397 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/30279/statm: 10213 9104 565 1026 0 9183 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 40852

[startup+0.300259 s]
/proc/loadavg: 2.00 2.01 2.00 3/176 30279
/proc/meminfo: memFree=31433508/32873844 swapFree=7116/7116
[pid=30279] ppid=30277 vsize=41708 CPUtime=0.29 cores=0,2,4,6
/proc/30279/stat : 30279 (pbscip.linux.x8) R 30277 30279 25766 0 -1 4202496 9815 0 0 0 28 1 0 0 20 0 1 0 337336069 42708992 9246 33554432000 4194304 8395647 140737167233632 140737167096088 7428202 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/30279/statm: 10427 9246 566 1026 0 9397 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 41708

[startup+0.700183 s]
/proc/loadavg: 2.00 2.01 2.00 3/176 30279
/proc/meminfo: memFree=31433508/32873844 swapFree=7116/7116
[pid=30279] ppid=30277 vsize=42124 CPUtime=0.68 cores=0,2,4,6
/proc/30279/stat : 30279 (pbscip.linux.x8) R 30277 30279 25766 0 -1 4202496 10138 0 0 0 67 1 0 0 20 0 1 0 337336069 43134976 9543 33554432000 4194304 8395647 140737167233632 140737167228760 6697359 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/30279/statm: 10531 9543 570 1026 0 9501 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 42124

[startup+1.50019 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 30280
/proc/meminfo: memFree=31396928/32873844 swapFree=7116/7116
[pid=30279] ppid=30277 vsize=64256 CPUtime=1.49 cores=0,2,4,6
/proc/30279/stat : 30279 (pbscip.linux.x8) R 30277 30279 25766 0 -1 4202496 15345 0 0 0 147 2 0 0 20 0 1 0 337336069 65798144 14748 33554432000 4194304 8395647 140737167233632 140737167228760 7428202 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/30279/statm: 16064 14748 579 1026 0 15034 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 64256

[startup+3.10021 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 30280
/proc/meminfo: memFree=31374236/32873844 swapFree=7116/7116
[pid=30279] ppid=30277 vsize=74088 CPUtime=3.09 cores=0,2,4,6
/proc/30279/stat : 30279 (pbscip.linux.x8) R 30277 30279 25766 0 -1 4202496 19536 0 0 0 296 13 0 0 20 0 1 0 337336069 75866112 17523 33554432000 4194304 8395647 140737167233632 140737167229496 4715406 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/30279/statm: 18522 17523 640 1026 0 17492 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 74088

[startup+6.30019 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 30280
/proc/meminfo: memFree=31353900/32873844 swapFree=7116/7116
[pid=30279] ppid=30277 vsize=84552 CPUtime=6.29 cores=0,2,4,6
/proc/30279/stat : 30279 (pbscip.linux.x8) R 30277 30279 25766 0 -1 4202496 22416 0 0 0 615 14 0 0 20 0 1 0 337336069 86581248 20281 33554432000 4194304 8395647 140737167233632 140737167228760 6693391 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/30279/statm: 21138 20281 640 1026 0 20108 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 84552

[startup+12.7002 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 30280
/proc/meminfo: memFree=31353792/32873844 swapFree=7116/7116
[pid=30279] ppid=30277 vsize=84552 CPUtime=12.69 cores=0,2,4,6
/proc/30279/stat : 30279 (pbscip.linux.x8) R 30277 30279 25766 0 -1 4202496 22418 0 0 0 1254 15 0 0 20 0 1 0 337336069 86581248 20283 33554432000 4194304 8395647 140737167233632 140737167228504 6755526 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/30279/statm: 21138 20283 641 1026 0 20108 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 84552

[startup+25.5002 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 30280
/proc/meminfo: memFree=31354040/32873844 swapFree=7116/7116
[pid=30279] ppid=30277 vsize=84552 CPUtime=25.49 cores=0,2,4,6
/proc/30279/stat : 30279 (pbscip.linux.x8) R 30277 30279 25766 0 -1 4202496 22422 0 0 0 2531 18 0 0 20 0 1 0 337336069 86581248 20287 33554432000 4194304 8395647 140737167233632 140737167229144 7428202 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/30279/statm: 21138 20287 644 1026 0 20108 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 84552

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30280
/proc/meminfo: memFree=31354164/32873844 swapFree=7116/7116
[pid=30279] ppid=30277 vsize=84552 CPUtime=51.08 cores=0,2,4,6
/proc/30279/stat : 30279 (pbscip.linux.x8) R 30277 30279 25766 0 -1 4202496 22422 0 0 0 5081 27 0 0 20 0 1 0 337336069 86581248 20287 33554432000 4194304 8395647 140737167233632 140737167228504 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30279/statm: 21138 20287 644 1026 0 20108 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 84552

[startup+102.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30281
/proc/meminfo: memFree=31352104/32873844 swapFree=7116/7116
[pid=30279] ppid=30277 vsize=84552 CPUtime=102.28 cores=0,2,4,6
/proc/30279/stat : 30279 (pbscip.linux.x8) R 30277 30279 25766 0 -1 4202496 22426 0 0 0 10180 48 0 0 20 0 1 0 337336069 86581248 20569 33554432000 4194304 8395647 140737167233632 140737167228936 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30279/statm: 21138 20569 644 1026 0 20108 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 84552

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 30284
/proc/meminfo: memFree=31351724/32873844 swapFree=7116/7116
[pid=30279] ppid=30277 vsize=84552 CPUtime=162.25 cores=0,2,4,6
/proc/30279/stat : 30279 (pbscip.linux.x8) R 30277 30279 25766 0 -1 4202496 22438 0 0 0 16159 66 0 0 20 0 1 0 337336069 86581248 20702 33554432000 4194304 8395647 140737167233632 140737167229240 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30279/statm: 21138 20702 644 1026 0 20108 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 84552

[startup+222.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30284
/proc/meminfo: memFree=31351856/32873844 swapFree=7116/7116
[pid=30279] ppid=30277 vsize=84552 CPUtime=222.25 cores=0,2,4,6
/proc/30279/stat : 30279 (pbscip.linux.x8) R 30277 30279 25766 0 -1 4202496 22438 0 0 0 22145 80 0 0 20 0 1 0 337336069 86581248 20702 33554432000 4194304 8395647 140737167233632 140737167229112 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30279/statm: 21138 20702 644 1026 0 20108 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 84552

[startup+282.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 30284
/proc/meminfo: memFree=31351980/32873844 swapFree=7116/7116
[pid=30279] ppid=30277 vsize=84552 CPUtime=282.23 cores=0,2,4,6
/proc/30279/stat : 30279 (pbscip.linux.x8) R 30277 30279 25766 0 -1 4202496 22438 0 0 0 28130 93 0 0 20 0 1 0 337336069 86581248 20702 33554432000 4194304 8395647 140737167233632 140737167228504 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30279/statm: 21138 20702 644 1026 0 20108 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 84552

[startup+342.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 30284
/proc/meminfo: memFree=31351980/32873844 swapFree=7116/7116
[pid=30279] ppid=30277 vsize=84552 CPUtime=342.23 cores=0,2,4,6
/proc/30279/stat : 30279 (pbscip.linux.x8) R 30277 30279 25766 0 -1 4202496 22438 0 0 0 34105 118 0 0 20 0 1 0 337336069 86581248 20702 33554432000 4194304 8395647 140737167233632 140737167228936 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30279/statm: 21138 20702 644 1026 0 20108 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 84552

[startup+402.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 30285
/proc/meminfo: memFree=31352104/32873844 swapFree=7116/7116
[pid=30279] ppid=30277 vsize=84552 CPUtime=402.22 cores=0,2,4,6
/proc/30279/stat : 30279 (pbscip.linux.x8) R 30277 30279 25766 0 -1 4202496 22438 0 0 0 40082 140 0 0 20 0 1 0 337336069 86581248 20702 33554432000 4194304 8395647 140737167233632 140737167228760 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30279/statm: 21138 20702 644 1026 0 20108 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 84552

[startup+462.3 s]
/proc/loadavg: 1.47 1.86 1.95 2/171 30309
/proc/meminfo: memFree=31535744/32873844 swapFree=7116/7116
[pid=30279] ppid=30277 vsize=84552 CPUtime=462.2 cores=0,2,4,6
/proc/30279/stat : 30279 (pbscip.linux.x8) R 30277 30279 25766 0 -1 4202496 22438 0 0 0 46058 162 0 0 20 0 1 0 337336069 86581248 20702 33554432000 4194304 8395647 140737167233632 140737167229192 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30279/statm: 21138 20702 644 1026 0 20108 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 84552

[startup+522.3 s]
/proc/loadavg: 1.17 1.70 1.89 2/171 30309
/proc/meminfo: memFree=31535868/32873844 swapFree=7116/7116
[pid=30279] ppid=30277 vsize=84552 CPUtime=522.2 cores=0,2,4,6
/proc/30279/stat : 30279 (pbscip.linux.x8) R 30277 30279 25766 0 -1 4202496 22438 0 0 0 52033 187 0 0 20 0 1 0 337336069 86581248 20702 33554432000 4194304 8395647 140737167233632 140737167228856 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30279/statm: 21138 20702 644 1026 0 20108 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 84552

[startup+582.3 s]
/proc/loadavg: 1.06 1.57 1.83 2/171 30309
/proc/meminfo: memFree=31535620/32873844 swapFree=7116/7116
[pid=30279] ppid=30277 vsize=84552 CPUtime=582.19 cores=0,2,4,6
/proc/30279/stat : 30279 (pbscip.linux.x8) R 30277 30279 25766 0 -1 4202496 22438 0 0 0 58007 212 0 0 20 0 1 0 337336069 86581248 20702 33554432000 4194304 8395647 140737167233632 140737167228760 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30279/statm: 21138 20702 644 1026 0 20108 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 84552

[startup+642.3 s]

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

/proc/meminfo: memFree=31535992/32873844 swapFree=7116/7116
[pid=30279] ppid=30277 vsize=84608 CPUtime=1002.12 cores=0,2,4,6
/proc/30279/stat : 30279 (pbscip.linux.x8) R 30277 30279 25766 0 -1 4202496 22915 0 0 0 99831 381 0 0 20 0 1 0 337336069 86638592 20736 33554432000 4194304 8395647 140737167233632 140737167228888 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30279/statm: 21152 20736 646 1026 0 20122 0
Current children cumulated CPU time (s) 1002.12
Current children cumulated vsize (KiB) 84608

[startup+1062.3 s]
/proc/loadavg: 1.00 1.11 1.48 2/171 30314
/proc/meminfo: memFree=31535868/32873844 swapFree=7116/7116
[pid=30279] ppid=30277 vsize=84608 CPUtime=1062.12 cores=0,2,4,6
/proc/30279/stat : 30279 (pbscip.linux.x8) R 30277 30279 25766 0 -1 4202496 22915 0 0 0 105809 403 0 0 20 0 1 0 337336069 86638592 20736 33554432000 4194304 8395647 140737167233632 140737167229144 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30279/statm: 21152 20736 646 1026 0 20122 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 84608

[startup+1122.3 s]
/proc/loadavg: 1.00 1.09 1.45 2/172 30315
/proc/meminfo: memFree=31535860/32873844 swapFree=7116/7116
[pid=30279] ppid=30277 vsize=84608 CPUtime=1122.11 cores=0,2,4,6
/proc/30279/stat : 30279 (pbscip.linux.x8) R 30277 30279 25766 0 -1 4202496 22915 0 0 0 111786 425 0 0 20 0 1 0 337336069 86638592 20736 33554432000 4194304 8395647 140737167233632 140737167229192 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30279/statm: 21152 20736 646 1026 0 20122 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 84608

[startup+1182.3 s]
/proc/loadavg: 1.00 1.07 1.42 2/171 30315
/proc/meminfo: memFree=31535992/32873844 swapFree=7116/7116
[pid=30279] ppid=30277 vsize=84608 CPUtime=1182.09 cores=0,2,4,6
/proc/30279/stat : 30279 (pbscip.linux.x8) R 30277 30279 25766 0 -1 4202496 22915 0 0 0 117761 448 0 0 20 0 1 0 337336069 86638592 20736 33554432000 4194304 8395647 140737167233632 140737167229096 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30279/statm: 21152 20736 646 1026 0 20122 0
Current children cumulated CPU time (s) 1182.09
Current children cumulated vsize (KiB) 84608

[startup+1242.3 s]
/proc/loadavg: 1.00 1.05 1.39 2/171 30315
/proc/meminfo: memFree=31526568/32873844 swapFree=7116/7116
[pid=30279] ppid=30277 vsize=96028 CPUtime=1242.08 cores=0,2,4,6
/proc/30279/stat : 30279 (pbscip.linux.x8) R 30277 30279 25766 0 -1 4202496 25429 0 0 0 123737 471 0 0 20 0 1 0 337336069 98332672 23250 33554432000 4194304 8395647 140737167233632 140737167229208 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30279/statm: 24007 23250 646 1026 0 22977 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 96028

[startup+1302.3 s]
/proc/loadavg: 1.00 1.04 1.36 2/170 30315
/proc/meminfo: memFree=31525264/32873844 swapFree=7116/7116
[pid=30279] ppid=30277 vsize=96028 CPUtime=1302.07 cores=0,2,4,6
/proc/30279/stat : 30279 (pbscip.linux.x8) R 30277 30279 25766 0 -1 4202496 25429 0 0 0 129713 494 0 0 20 0 1 0 337336069 98332672 23504 33554432000 4194304 8395647 140737167233632 140737167228184 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30279/statm: 24007 23504 646 1026 0 22977 0
Current children cumulated CPU time (s) 1302.07
Current children cumulated vsize (KiB) 96028

[startup+1362.3 s]
/proc/loadavg: 1.00 1.03 1.34 2/172 30319
/proc/meminfo: memFree=31525372/32873844 swapFree=7116/7116
[pid=30279] ppid=30277 vsize=96028 CPUtime=1362.07 cores=0,2,4,6
/proc/30279/stat : 30279 (pbscip.linux.x8) R 30277 30279 25766 0 -1 4202496 25429 0 0 0 135690 517 0 0 20 0 1 0 337336069 98332672 23504 33554432000 4194304 8395647 140737167233632 140737167228504 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30279/statm: 24007 23504 646 1026 0 22977 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 96028

[startup+1422.3 s]
/proc/loadavg: 1.00 1.02 1.31 2/171 30319
/proc/meminfo: memFree=31525256/32873844 swapFree=7116/7116
[pid=30279] ppid=30277 vsize=96028 CPUtime=1422.07 cores=0,2,4,6
/proc/30279/stat : 30279 (pbscip.linux.x8) R 30277 30279 25766 0 -1 4202496 25429 0 0 0 141669 538 0 0 20 0 1 0 337336069 98332672 23504 33554432000 4194304 8395647 140737167233632 140737167229192 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30279/statm: 24007 23504 646 1026 0 22977 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 96028

[startup+1482.3 s]
/proc/loadavg: 1.00 1.02 1.29 2/171 30319
/proc/meminfo: memFree=31525256/32873844 swapFree=7116/7116
[pid=30279] ppid=30277 vsize=96028 CPUtime=1482.05 cores=0,2,4,6
/proc/30279/stat : 30279 (pbscip.linux.x8) R 30277 30279 25766 0 -1 4202496 25429 0 0 0 147643 562 0 0 20 0 1 0 337336069 98332672 23504 33554432000 4194304 8395647 140737167233632 140737167229256 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30279/statm: 24007 23504 646 1026 0 22977 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 96028

[startup+1542.31 s]
/proc/loadavg: 1.00 1.01 1.27 2/171 30319
/proc/meminfo: memFree=31525256/32873844 swapFree=7116/7116
[pid=30279] ppid=30277 vsize=96028 CPUtime=1542.05 cores=0,2,4,6
/proc/30279/stat : 30279 (pbscip.linux.x8) R 30277 30279 25766 0 -1 4202496 25429 0 0 0 153620 585 0 0 20 0 1 0 337336069 98332672 23504 33554432000 4194304 8395647 140737167233632 140737167228760 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30279/statm: 24007 23504 646 1026 0 22977 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 96028

[startup+1602.3 s]
/proc/loadavg: 1.00 1.01 1.25 2/171 30319
/proc/meminfo: memFree=31525504/32873844 swapFree=7116/7116
[pid=30279] ppid=30277 vsize=96028 CPUtime=1602.03 cores=0,2,4,6
/proc/30279/stat : 30279 (pbscip.linux.x8) R 30277 30279 25766 0 -1 4202496 25446 0 0 0 159596 607 0 0 20 0 1 0 337336069 98332672 23521 33554432000 4194304 8395647 140737167233632 140737167229144 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30279/statm: 24007 23521 646 1026 0 22977 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 96028

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.23 2/171 30320
/proc/meminfo: memFree=31525256/32873844 swapFree=7116/7116
[pid=30279] ppid=30277 vsize=96028 CPUtime=1662.03 cores=0,2,4,6
/proc/30279/stat : 30279 (pbscip.linux.x8) R 30277 30279 25766 0 -1 4202496 25449 0 0 0 165570 633 0 0 20 0 1 0 337336069 98332672 23524 33554432000 4194304 8395647 140737167233632 140737167228856 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30279/statm: 24007 23524 646 1026 0 22977 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 96028

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.21 2/171 30320
/proc/meminfo: memFree=31525256/32873844 swapFree=7116/7116
[pid=30279] ppid=30277 vsize=96028 CPUtime=1722.01 cores=0,2,4,6
/proc/30279/stat : 30279 (pbscip.linux.x8) R 30277 30279 25766 0 -1 4202496 25449 0 0 0 171543 658 0 0 20 0 1 0 337336069 98332672 23524 33554432000 4194304 8395647 140737167233632 140737167228504 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30279/statm: 24007 23524 646 1026 0 22977 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 96028

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.20 2/171 30320
/proc/meminfo: memFree=31525132/32873844 swapFree=7116/7116
[pid=30279] ppid=30277 vsize=96028 CPUtime=1782 cores=0,2,4,6
/proc/30279/stat : 30279 (pbscip.linux.x8) R 30277 30279 25766 0 -1 4202496 25513 0 0 0 177520 680 0 0 20 0 1 0 337336069 98332672 23560 33554432000 4194304 8395647 140737167233632 140737167228888 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30279/statm: 24007 23560 646 1026 0 22977 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 96028

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

[startup+1785.6 s]
/proc/loadavg: 1.00 1.00 1.20 2/171 30320
/proc/meminfo: memFree=31525256/32873844 swapFree=7116/7116
[pid=30279] ppid=30277 vsize=96028 CPUtime=1785.3 cores=0,2,4,6
/proc/30279/stat : 30279 (pbscip.linux.x8) R 30277 30279 25766 0 -1 4202496 25513 0 0 0 177849 681 0 0 20 0 1 0 337336069 98332672 23560 33554432000 4194304 8395647 140737167233632 140737167229192 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30279/statm: 24007 23560 646 1026 0 22977 0
Current children cumulated CPU time (s) 1785.3
Current children cumulated vsize (KiB) 96028

[startup+1787.2 s]
/proc/loadavg: 1.00 1.00 1.20 2/171 30320
/proc/meminfo: memFree=31525256/32873844 swapFree=7116/7116
[pid=30279] ppid=30277 vsize=96028 CPUtime=1786.9 cores=0,2,4,6
/proc/30279/stat : 30279 (pbscip.linux.x8) R 30277 30279 25766 0 -1 4202496 25513 0 0 0 178008 682 0 0 20 0 1 0 337336069 98332672 23560 33554432000 4194304 8395647 140737167233632 140737167228840 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30279/statm: 24007 23560 646 1026 0 22977 0
Current children cumulated CPU time (s) 1786.9
Current children cumulated vsize (KiB) 96028

[startup+1788.8 s]
/proc/loadavg: 1.00 1.00 1.20 2/171 30320
/proc/meminfo: memFree=31525256/32873844 swapFree=7116/7116
[pid=30279] ppid=30277 vsize=96028 CPUtime=1788.51 cores=0,2,4,6
/proc/30279/stat : 30279 (pbscip.linux.x8) R 30277 30279 25766 0 -1 4202496 25513 0 0 0 178168 683 0 0 20 0 1 0 337336069 98332672 23560 33554432000 4194304 8395647 140737167233632 140737167228760 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30279/statm: 24007 23560 646 1026 0 22977 0
Current children cumulated CPU time (s) 1788.51
Current children cumulated vsize (KiB) 96028

[startup+1789.6 s]
/proc/loadavg: 1.00 1.00 1.20 2/171 30320
/proc/meminfo: memFree=31525256/32873844 swapFree=7116/7116
[pid=30279] ppid=30277 vsize=96028 CPUtime=1789.3 cores=0,2,4,6
/proc/30279/stat : 30279 (pbscip.linux.x8) R 30277 30279 25766 0 -1 4202496 25513 0 0 0 178247 683 0 0 20 0 1 0 337336069 98332672 23560 33554432000 4194304 8395647 140737167233632 140737167228760 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30279/statm: 24007 23560 646 1026 0 22977 0
Current children cumulated CPU time (s) 1789.3
Current children cumulated vsize (KiB) 96028

[startup+1790 s]
/proc/loadavg: 1.00 1.00 1.19 2/171 30320
/proc/meminfo: memFree=31525256/32873844 swapFree=7116/7116
[pid=30279] ppid=30277 vsize=97400 CPUtime=1789.71 cores=0,2,4,6
/proc/30279/stat : 30279 (pbscip.linux.x8) R 30277 30279 25766 0 -1 4202496 25680 0 0 0 178287 684 0 0 20 0 1 0 337336069 99737600 23727 33554432000 4194304 8395647 140737167233632 140737167229096 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30279/statm: 24350 23727 646 1026 0 23320 0
Current children cumulated CPU time (s) 1789.71
Current children cumulated vsize (KiB) 97400

Child status: 0
Real time (s): 1790.05
CPU time (s): 1789.76
CPU user time (s): 1782.92
CPU system time (s): 6.84396
CPU usage (%): 99.984
Max. virtual memory (cumulated for all children) (KiB): 97400

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1782.92
system time used= 6.84396
maximum resident set size= 94912
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25684
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= 18
involuntary context switches= 1951

runsolver used 2.67959 second user time and 7.09792 second system time

The end

Launcher Data

Begin job on node103 at 2012-06-03 10:27:55
IDJOB=3737426
IDBENCH=48237
IDSOLVER=2326
FILE ID=node103/3737426-1338712075
RUNJOBID= node103-1338678622-25786
PBS_JOBID= 14636710
Free space on /tmp= 71116 MiB

SOLVER NAME= PB10: SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_100_25_5.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3737426-1338712075/watcher-3737426-1338712075 -o /tmp/evaluation-result-3737426-1338712075/solver-3737426-1338712075 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3737426-1338712075.opb -t 1800 -m 15500

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

MD5SUM BENCH= 1a8c058c181490cb899ec7074b22bfb3
RANDOM SEED=1859861039

node103.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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.189
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.37
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.189
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.189
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.189
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.189
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.189
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5411.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.189
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.189
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31434260 kB
Buffers:          164596 kB
Cached:           335552 kB
SwapCached:         5648 kB
Active:           323512 kB
Inactive:         356712 kB
Active(anon):     177812 kB
Inactive(anon):     4740 kB
Active(file):     145700 kB
Inactive(file):   351972 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67096352 kB
Dirty:             10116 kB
Writeback:             0 kB
AnonPages:        218304 kB
Mapped:            11364 kB
Shmem:                 0 kB
Slab:             622744 kB
SReclaimable:      63544 kB
SUnreclaim:       559200 kB
KernelStack:        1472 kB
PageTables:         4472 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     298852 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    196608 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71116 MiB
End job on node103 at 2012-06-03 10:57:45