Trace number 3485219

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-27 1797.1 1797.05

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_100_10_5.opb
MD5SUMae2bd1e13f1871c16ad2ebb51fc6f92a
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-29
Best CPU time to get the best result obtained on this benchmark1800.08
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -29
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)2504
Sum of products size (including duplicates)5008
Number of different products1252
Sum of products size2504

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c SCIP version 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-3485219-1307787190.opb>
0.00/0.00	c original problem has 200 variables (200 bin, 0 int, 0 impl, 0 cont) and 301 constraints
0.00/0.00	c problem read
0.00/0.00	c presolving settings loaded
0.00/0.01	o 0
0.00/0.01	c feasible solution found by trivial heuristic, objective value  0.000000e+00
0.00/0.01	c presolving:
0.00/0.04	c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 300 upgd conss, 10216 impls, 200 clqs
0.05/0.07	c    (0.1s) probing: 101/1452 (7.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.05/0.07	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.05/0.07	c presolving (2 rounds):
0.05/0.07	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.05/0.07	c  10216 implications, 200 cliques
0.05/0.07	c presolved problem has 1452 variables (1452 bin, 0 int, 0 impl, 0 cont) and 1553 constraints
0.05/0.07	c     300 constraints of type <setppc>
0.05/0.07	c    1252 constraints of type <and>
0.05/0.07	c       1 constraints of type <linear>
0.05/0.07	c transformed objective value is always integral (scale: 1)
0.05/0.07	c Presolving Time: 0.07
0.05/0.07	c - non default parameters ----------------------------------------------------------------------
0.05/0.07	c # SCIP version 2.0.1.4
0.05/0.07	c 
0.05/0.07	c # frequency for displaying node information lines
0.05/0.07	c # [type: int, range: [-1,2147483647], default: 100]
0.05/0.07	c display/freq = 10000
0.05/0.07	c 
0.05/0.07	c # maximal time in seconds to run
0.05/0.07	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.05/0.07	c limits/time = 1797
0.05/0.07	c 
0.05/0.07	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.05/0.07	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.05/0.07	c limits/memory = 13950
0.05/0.07	c 
0.05/0.07	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.05/0.07	c # [type: int, range: [1,2], default: 1]
0.05/0.07	c timing/clocktype = 2
0.05/0.07	c 
0.05/0.07	c # belongs reading time to solving time?
0.05/0.07	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.05/0.07	c timing/reading = TRUE
0.05/0.07	c 
0.05/0.07	c # should presolving try to simplify inequalities
0.05/0.07	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.05/0.07	c constraints/linear/simplifyinequalities = TRUE
0.05/0.07	c 
0.05/0.07	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.05/0.07	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.05/0.07	c constraints/indicator/addCouplingCons = TRUE
0.05/0.07	c 
0.05/0.07	c # should presolving try to simplify knapsacks
0.05/0.07	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.05/0.07	c constraints/knapsack/simplifyinequalities = TRUE
0.05/0.07	c 
0.05/0.07	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.05/0.07	c # [type: int, range: [-1,2147483647], default: -1]
0.05/0.07	c separating/rapidlearning/freq = 0
0.05/0.07	c 
0.05/0.07	c -----------------------------------------------------------------------------------------------
0.05/0.07	c start solving
0.05/0.07	c 
0.19/0.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.19/0.27	c t 0.3s|     1 |     0 |  1293 |     - |6386k|   0 | 755 |1452 |1553 |1452 |2805 |   0 |   0 |   0 |-5.000000e+01 | 0.000000e+00 | 100.00%
0.19/0.28	o -5
0.19/0.28	c s 0.3s|     1 |     0 |  1293 |     - |6432k|   0 | 755 |1452 |1553 |1452 |2805 |   0 |   0 |   0 |-5.000000e+01 |-5.000000e+00 |  90.00%
0.29/0.35	o -6
0.29/0.35	c U 0.4s|     1 |     0 |  1293 |     - |6514k|   0 | 755 |1452 |1553 |1452 |2805 |   0 |   0 |   0 |-5.000000e+01 |-6.000000e+00 |  88.00%
1.10/1.18	c   1.2s|     1 |     0 |  1526 |     - |7721k|   0 | 776 |1452 |1554 |1452 |2838 |  33 |   0 |   0 |-5.000000e+01 |-6.000000e+00 |  88.00%
1.89/1.91	c   1.9s|     1 |     0 |  1661 |     - |9910k|   0 | 784 |1452 |1554 |1452 |2845 |  40 |   0 |   0 |-5.000000e+01 |-6.000000e+00 |  88.00%
2.69/2.73	c   2.7s|     1 |     0 |  1927 |     - |  12M|   0 | 799 |1452 |1554 |1452 |2851 |  46 |   0 |   0 |-5.000000e+01 |-6.000000e+00 |  88.00%
2.69/2.74	o -6
2.69/2.74	c s 2.7s|     1 |     0 |  1927 |     - |  12M|   0 | 799 |1452 |1554 |1452 |2851 |  46 |   0 |   0 |-5.000000e+01 |-6.000000e+00 |  88.00%
3.49/3.55	c   3.6s|     1 |     0 |  2008 |     - |  13M|   0 | 808 |1452 |1554 |1452 |2862 |  57 |   0 |   0 |-5.000000e+01 |-6.000000e+00 |  88.00%
4.39/4.42	c   4.4s|     1 |     0 |  2226 |     - |  14M|   0 | 805 |1452 |1554 |1452 |2866 |  61 |   0 |   0 |-5.000000e+01 |-6.000000e+00 |  88.00%
5.29/5.39	c   5.4s|     1 |     0 |  2547 |     - |  17M|   0 | 807 |1452 |1554 |1452 |2872 |  67 |   0 |   0 |-5.000000e+01 |-6.000000e+00 |  88.00%
5.29/5.39	o -10
5.29/5.39	c s 5.4s|     1 |     0 |  2547 |     - |  17M|   0 | 807 |1452 |1554 |1452 |2872 |  67 |   0 |   0 |-5.000000e+01 |-1.000000e+01 |  80.00%
8.19/8.25	c   8.3s|     1 |     2 |  2547 |     - |  17M|   0 | 807 |1452 |1554 |1452 |2872 |  67 |   0 |  12 |-5.000000e+01 |-1.000000e+01 |  80.00%
36.20/36.26	o -24
36.20/36.26	c p36.3s|    26 |    27 | 67115 |2582.7 |  17M|  13 |   - |1452 |1558 |1452 |1503 |1714 |   4 | 205 |-4.950000e+01 |-2.400000e+01 |  51.52%
56.19/56.25	o -25
56.19/56.25	c l56.3s|    46 |    47 |188309 |4128.0 |  17M|  13 |   - |1452 |1569 |1452 |1435 |2496 |  15 | 237 |-4.950000e+01 |-2.500000e+01 |  49.49%
264.10/264.15	o -26
264.10/264.15	c l 264s|   636 |   536 |  1545k|2430.3 |  18M|  52 |   - |1452 |1670 |1452 |1517 |  12k| 118 | 509 |-4.613809e+01 |-2.600000e+01 |  43.65%
431.01/431.08	o -27
431.01/431.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
431.01/431.08	c * 431s|  3780 |  1055 |  2607k| 689.4 |  20M|  58 |   - |1452 |1731 |1452 |1548 |  21k| 186 | 692 |-4.469620e+01 |-2.700000e+01 |  39.59%
685.01/685.09	c   685s| 10000 |  2896 |  4216k| 421.4 |  27M|  61 |   - |1452 |1739 |1452 |1560 |  36k| 225 |1045 |-4.383857e+01 |-2.700000e+01 |  38.41%
1375.63/1375.69	c  1376s| 20000 |  6831 |  8658k| 432.8 |  40M|  62 | 248 |1452 |1706 |1452 |1708 |  77k| 294 |1661 |-4.282685e+01 |-2.700000e+01 |  36.96%
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.00
1797.04/1797.00	c Solving Nodes      : 26388
1797.04/1797.00	c Primal Bound       : -2.70000000000000e+01 (15 solutions)
1797.04/1797.00	c Dual Bound         : -4.25900494724641e+01
1797.04/1797.00	c Gap                : 36.60 %
1797.04/1797.00	s SATISFIABLE
1797.04/1797.00	v -x148 -x139 -x160 -x157 x183 -x131 x156 -x196 -x165 -x122 x198 -x197 -x170 -x113 -x163 -x158 -x130 -x126 -x125 -x119 -x159 -x192 
1797.04/1797.00	v -x195 -x144 -x142 -x120 -x164 x175 -x107 x181 -x118 -x188 -x145 x191 -x151 -x169 -x134 -x117 -x143 -x190 x186 -x116 -x124 x136 
1797.04/1797.00	v -x104 -x193 -x179 x140 x108 x138 x154 -x172 -x162 x200 -x109 x103 -x194 x178 x146 -x141 -x137 x185 x128 x147 -x168 x153 x184 
1797.04/1797.00	v x180 -x102 x171 -x135 -x114 -x110 -x105 -x106 -x115 -x187 -x129 -x199 -x161 -x127 -x101 x189 -x167 -x155 -x152 -x149 -x132 
1797.04/1797.00	v -x123 -x112 x182 -x174 x150 -x121 -x133 -x177 x173 -x111 -x166 -x176 -x100 -x99 -x98 -x97 x96 -x95 -x94 x93 -x92 -x91 x90 -x89 
1797.04/1797.00	v x88 x87 -x86 -x85 -x84 -x83 -x82 -x81 -x80 x79 -x78 x77 -x76 -x75 x74 -x73 x72 -x71 -x70 x69 -x68 -x67 x66 x65 -x64 x63 -x62 
1797.04/1797.00	v -x61 -x60 -x59 x58 x57 -x56 x55 -x54 -x53 x52 x51 -x50 -x49 -x48 -x47 -x46 -x45 -x44 -x43 -x42 -x41 -x40 -x39 -x38 -x37 -x36 
1797.04/1797.00	v -x35 -x34 -x33 -x32 -x31 -x30 -x29 -x28 -x27 -x26 -x25 -x24 x23 -x22 x21 -x20 x19 -x18 x17 -x16 x15 -x14 x13 -x12 x11 -x10 
1797.04/1797.00	v x9 -x8 -x7 -x6 -x5 -x4 -x3 x2 -x1 
1797.04/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1797.04/1797.00	c Total Time         :    1797.00
1797.04/1797.00	c   solving          :    1797.00
1797.04/1797.00	c   presolving       :       0.07 (included in solving)
1797.04/1797.00	c   reading          :       0.00 (included in solving)
1797.04/1797.00	c Original Problem   :
1797.04/1797.00	c   Problem name     : HOME/instance-3485219-1307787190.opb
1797.04/1797.00	c   Variables        : 200 (200 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.04/1797.00	c   Constraints      : 301 initial, 301 maximal
1797.04/1797.00	c Presolved Problem  :
1797.04/1797.00	c   Problem name     : t_HOME/instance-3485219-1307787190.opb
1797.04/1797.00	c   Variables        : 1452 (1452 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.04/1797.00	c   Constraints      : 1553 initial, 1751 maximal
1797.04/1797.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1797.04/1797.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1797.04/1797.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1797.04/1797.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1797.04/1797.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1797.04/1797.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1797.04/1797.00	c   probing          :       0.01          0          0          0          0          0          0          0          0          0
1797.04/1797.00	c   setppc           :       0.00          0          0          0          0          0          0          0          0          0
1797.04/1797.00	c   and              :       0.04          0          0          0          0          0          0          0          0          0
1797.04/1797.00	c   linear           :       0.00          0          0          0          0          0          0          0          0          0
1797.04/1797.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1797.04/1797.00	c   root node        :          -          0          -          -          0          -          -          -          -          -
1797.04/1797.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1797.04/1797.00	c   integral         :          0          0          0      18185          0         50          0          1         34          0          0      36340
1797.04/1797.00	c   setppc           :        300          6     310342          1          2         45        284        116      40304          0          0          0
1797.04/1797.00	c   and              :       1252      33847     310225          1          2         44        540        215     574637     105960          0          0
1797.04/1797.00	c   linear           :          1          6     310008          1          0         13          2          0          0          0          0          0
1797.04/1797.00	c   logicor          :          0+         6      24247          0          0          0          4          1      11708          0          0          0
1797.04/1797.00	c   countsols        :          0          0          0          1          2         17          0          0          0          0          0          0
1797.04/1797.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1797.04/1797.00	c   integral         :      80.41       0.00       0.00      80.41       0.00       0.00       0.00
1797.04/1797.00	c   setppc           :       0.78       0.00       0.78       0.00       0.00       0.00       0.00
1797.04/1797.00	c   and              :       6.01       2.83       3.18       0.00       0.00       0.00       0.00
1797.04/1797.00	c   linear           :       0.16       0.01       0.15       0.00       0.00       0.00       0.00
1797.04/1797.00	c   logicor          :       0.09       0.00       0.09       0.00       0.00       0.00       0.00
1797.04/1797.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1797.04/1797.00	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1797.04/1797.00	c   vbounds          :          0          0          0          0
1797.04/1797.00	c   rootredcost      :          5          0          0          0
1797.04/1797.00	c   pseudoobj        :     310707         18          0          0
1797.04/1797.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1797.04/1797.00	c   vbounds          :       0.05       0.05       0.00
1797.04/1797.00	c   rootredcost      :       0.05       0.05       0.00
1797.04/1797.00	c   pseudoobj        :       0.97       0.97       0.00
1797.04/1797.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1797.04/1797.00	c   propagation      :       0.00        332        331        347        7.9          1        2.0          -
1797.04/1797.00	c   infeasible LP    :       0.00         16         16         35       53.1          0        0.0          0
1797.04/1797.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1797.04/1797.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1797.04/1797.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1797.04/1797.00	c   applied globally :          -          -          -        359        6.4          -          -          -
1797.04/1797.00	c   applied locally  :          -          -          -          1      161.0          -          -          -
1797.04/1797.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1797.04/1797.00	c   cut pool         :       0.00          5          -          -         10          -    (maximal pool size: 1171)
1797.04/1797.00	c   redcost          :       1.18      36431          0     108919          0          0
1797.04/1797.00	c   impliedbounds    :       0.00          6          0          0         68          0
1797.04/1797.00	c   intobj           :       0.00          0          0          0          0          0
1797.04/1797.00	c   gomory           :       2.26          6          0          0          0          0
1797.04/1797.00	c   cgmip            :       0.00          0          0          0          0          0
1797.04/1797.00	c   closecuts        :       0.00          0          0          0          0          0
1797.04/1797.00	c   strongcg         :       2.06          6          0          0       2017          0
1797.04/1797.00	c   cmir             :       0.09          6          0          0         10          0
1797.04/1797.00	c   flowcover        :       0.06          6          0          0          0          0
1797.04/1797.00	c   clique           :       0.11          6          0          0         37          0
1797.04/1797.00	c   zerohalf         :       0.00          0          0          0          0          0
1797.04/1797.00	c   mcf              :       0.00          1          0          0          0          0
1797.04/1797.00	c   oddcycle         :       0.00          0          0          0          0          0
1797.04/1797.00	c   rapidlearning    :       0.11          1          0          0          0          0
1797.04/1797.00	c Pricers            :       Time      Calls       Vars
1797.04/1797.00	c   problem variables:       0.00          0          0
1797.04/1797.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1797.04/1797.00	c   relpscost        :      80.40      18184          1         34          0          0      36340
1797.04/1797.00	c   pscost           :       0.00          0          0          0          0          0          0
1797.04/1797.00	c   inference        :       0.00          2          0          0          0          0          4
1797.04/1797.00	c   mostinf          :       0.00          0          0          0          0          0          0
1797.04/1797.00	c   leastinf         :       0.00          0          0          0          0          0          0
1797.04/1797.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1797.04/1797.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1797.04/1797.00	c   random           :       0.00          0          0          0          0          0          0
1797.04/1797.00	c Primal Heuristics  :       Time      Calls      Found
1797.04/1797.00	c   LP solutions     :       0.00          -          1
1797.04/1797.00	c   pseudo solutions :       0.00          -          0
1797.04/1797.00	c   feaspump         :       0.00          0          0
1797.04/1797.00	c   intshifting      :       0.00          0          0
1797.04/1797.00	c   oneopt           :       0.01          7          0
1797.04/1797.00	c   crossover        :       0.27         11          3
1797.04/1797.00	c   fracdiving       :      72.87        115          0
1797.04/1797.00	c   veclendiving     :      57.13        122          0
1797.04/1797.00	c   guideddiving     :      71.76        122          0
1797.04/1797.00	c   coefdiving       :      74.51        139          0
1797.04/1797.00	c   pscostdiving     :     102.87        168          1
1797.04/1797.00	c   linesearchdiving :     120.51        344          2
1797.04/1797.00	c   trivial          :       0.00          2          1
1797.04/1797.00	c   shiftandpropagate:       0.00          0          0
1797.04/1797.00	c   simplerounding   :       0.01          0          0
1797.04/1797.00	c   zirounding       :       1.36          0          0
1797.04/1797.00	c   rounding         :       1.32       2442          0
1797.04/1797.00	c   shifting         :       3.42       3128          6
1797.04/1797.00	c   twoopt           :       0.00          0          0
1797.04/1797.00	c   fixandinfer      :       0.00          0          0
1797.04/1797.00	c   clique           :       0.00          0          0
1797.04/1797.00	c   intdiving        :       0.00          0          0
1797.04/1797.00	c   actconsdiving    :       0.00          0          0
1797.04/1797.00	c   objpscostdiving  :      15.53         29          0
1797.04/1797.00	c   rootsoldiving    :      12.42         23          0
1797.04/1797.00	c   octane           :       0.00          0          0
1797.04/1797.00	c   rens             :       0.01          0          0
1797.04/1797.00	c   rins             :       0.00          0          0
1797.04/1797.00	c   localbranching   :       0.00          0          0
1797.04/1797.00	c   mutation         :       0.00          0          0
1797.04/1797.00	c   dins             :       0.00          0          0
1797.04/1797.00	c   vbounds          :       0.00          0          0
1797.04/1797.00	c   undercover       :       0.08          1          1
1797.04/1797.00	c   subnlp           :       0.00          0          0
1797.04/1797.00	c   trysol           :       0.01          0          0
1797.04/1797.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1797.04/1797.00	c   primal LP        :      10.14          0          0       0.00       0.00
1797.04/1797.00	c   dual LP          :    1146.29      39755    8053984     202.59    7026.10
1797.04/1797.00	c   lex dual LP      :       0.00          0          0       0.00          -
1797.04/1797.00	c   barrier LP       :       0.00          0          0       0.00          -
1797.04/1797.00	c   diving/probing LP:     478.99     162939    3334419      20.46    6961.33
1797.04/1797.00	c   strong branching :      79.93       1858     496314     267.12    6209.62
1797.04/1797.00	c     (at root node) :          -         12      12000    1000.00          -
1797.04/1797.00	c   conflict analysis:       0.00          0          0       0.00          -
1797.04/1797.00	c B&B Tree           :
1797.04/1797.00	c   number of runs   :          1
1797.04/1797.00	c   nodes            :      26388
1797.04/1797.00	c   nodes (total)    :      26388
1797.04/1797.00	c   nodes left       :       9733
1797.04/1797.00	c   max depth        :         66
1797.04/1797.00	c   max depth (total):         66
1797.04/1797.00	c   backtracks       :       5600 (21.2%)
1797.04/1797.00	c   delayed cutoffs  :         19
1797.04/1797.00	c   repropagations   :       3890 (1020 domain reductions, 0 cutoffs)
1797.04/1797.00	c   avg switch length:       6.86
1797.04/1797.00	c   switching time   :      12.97
1797.04/1797.00	c Solution           :
1797.04/1797.00	c   Solutions found  :         15 (9 improvements)
1797.04/1797.00	c   First Solution   : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.01 seconds, depth 0, found by <trivial>)
1797.04/1797.00	c   Primal Bound     : -2.70000000000000e+01   (in run 1, after 3780 nodes, 431.08 seconds, depth 46, found by <relaxation>)
1797.04/1797.00	c   Dual Bound       : -4.25900494724641e+01
1797.04/1797.00	c   Gap              :      36.60 %
1797.04/1797.00	c   Root Dual Bound  : -4.99999999999999e+01
1797.04/1797.00	c   Root Iterations  :       2547
1797.04/1797.04	c Time complete: 1797.09.

Verifier Data

OK	-27

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-3485219-1307787190/watcher-3485219-1307787190 -o /tmp/evaluation-result-3485219-1307787190/solver-3485219-1307787190 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3485219-1307787190.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.00 2.00 1.92 2/174 17757
/proc/meminfo: memFree=31690396/32951124 swapFree=67062492/67111528
[pid=17757] ppid=17755 vsize=9972 CPUtime=0 cores=1,3,5,7
/proc/17757/stat : 17757 (scip-2.0.1.4_2.) R 17755 17757 17360 0 -1 4202496 1512 0 0 0 0 0 0 0 25 0 1 0 871134897 10211328 1466 33554432000 4194304 8979876 140734928380720 18446744073709551615 6779003 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/17757/statm: 2493 1466 367 1169 0 1320 0

[startup+0.0544441 s]
/proc/loadavg: 2.00 2.00 1.92 2/174 17757
/proc/meminfo: memFree=31690396/32951124 swapFree=67062492/67111528
[pid=17757] ppid=17755 vsize=21176 CPUtime=0.05 cores=1,3,5,7
/proc/17757/stat : 17757 (scip-2.0.1.4_2.) R 17755 17757 17360 0 -1 4202496 4343 0 0 0 5 0 0 0 25 0 1 0 871134897 21684224 4040 33554432000 4194304 8979876 140734928380720 18446744073709551615 18446744073699065939 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/17757/statm: 5294 4040 507 1169 0 4121 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 21176

[startup+0.100439 s]
/proc/loadavg: 2.00 2.00 1.92 2/174 17757
/proc/meminfo: memFree=31690396/32951124 swapFree=67062492/67111528
[pid=17757] ppid=17755 vsize=27964 CPUtime=0.09 cores=1,3,5,7
/proc/17757/stat : 17757 (scip-2.0.1.4_2.) R 17755 17757 17360 0 -1 4202496 6201 0 0 0 9 0 0 0 25 0 1 0 871134897 28635136 5830 33554432000 4194304 8979876 140734928380720 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/17757/statm: 6991 5830 625 1169 0 5818 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27964

[startup+0.300398 s]
/proc/loadavg: 2.00 2.00 1.92 2/174 17757
/proc/meminfo: memFree=31690396/32951124 swapFree=67062492/67111528
[pid=17757] ppid=17755 vsize=42324 CPUtime=0.29 cores=1,3,5,7
/proc/17757/stat : 17757 (scip-2.0.1.4_2.) R 17755 17757 17360 0 -1 4202496 9671 0 0 0 27 2 0 0 25 0 1 0 871134897 43339776 9249 33554432000 4194304 8979876 140734928380720 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/17757/statm: 10581 9249 636 1169 0 9408 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 42324

[startup+0.700333 s]
/proc/loadavg: 2.00 2.00 1.92 2/174 17757
/proc/meminfo: memFree=31690396/32951124 swapFree=67062492/67111528
[pid=17757] ppid=17755 vsize=52328 CPUtime=0.69 cores=1,3,5,7
/proc/17757/stat : 17757 (scip-2.0.1.4_2.) R 17755 17757 17360 0 -1 4202496 14866 0 0 0 66 3 0 0 25 0 1 0 871134897 53583872 11916 33554432000 4194304 8979876 140734928380720 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/17757/statm: 13082 11916 691 1169 0 11909 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 52328

[startup+1.50017 s]
/proc/loadavg: 2.00 2.00 1.92 3/175 17758
/proc/meminfo: memFree=31644788/32951124 swapFree=67062492/67111528
[pid=17757] ppid=17755 vsize=52328 CPUtime=1.49 cores=1,3,5,7
/proc/17757/stat : 17757 (scip-2.0.1.4_2.) R 17755 17757 17360 0 -1 4202496 14902 0 0 0 145 4 0 0 25 0 1 0 871134897 53583872 11952 33554432000 4194304 8979876 140734928380720 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/17757/statm: 13082 11952 711 1169 0 11909 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 52328

[startup+3.10088 s]
/proc/loadavg: 2.00 2.00 1.92 3/175 17758
/proc/meminfo: memFree=31644544/32951124 swapFree=67062492/67111528
[pid=17757] ppid=17755 vsize=52328 CPUtime=3.09 cores=1,3,5,7
/proc/17757/stat : 17757 (scip-2.0.1.4_2.) R 17755 17757 17360 0 -1 4202496 14904 0 0 0 304 5 0 0 25 0 1 0 871134897 53583872 11954 33554432000 4194304 8979876 140734928380720 18446744073709551615 6543903 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/17757/statm: 13082 11954 711 1169 0 11909 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 52328

[startup+6.30029 s]
/proc/loadavg: 2.00 2.00 1.92 3/175 17758
/proc/meminfo: memFree=31642180/32951124 swapFree=67062492/67111528
[pid=17757] ppid=17755 vsize=54376 CPUtime=6.3 cores=1,3,5,7
/proc/17757/stat : 17757 (scip-2.0.1.4_2.) R 17755 17757 17360 0 -1 4202496 15609 0 0 0 621 9 0 0 25 0 1 0 871134897 55681024 12659 33554432000 4194304 8979876 140734928380720 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/17757/statm: 13594 12659 715 1169 0 12421 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 54376

[startup+12.7001 s]
/proc/loadavg: 2.00 2.00 1.92 3/175 17758
/proc/meminfo: memFree=31642188/32951124 swapFree=67062492/67111528
[pid=17757] ppid=17755 vsize=54376 CPUtime=12.69 cores=1,3,5,7
/proc/17757/stat : 17757 (scip-2.0.1.4_2.) R 17755 17757 17360 0 -1 4202496 15609 0 0 0 1244 25 0 0 25 0 1 0 871134897 55681024 12659 33554432000 4194304 8979876 140734928380720 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/17757/statm: 13594 12659 715 1169 0 12421 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 54376

[startup+25.5007 s]
/proc/loadavg: 2.00 2.00 1.92 3/175 17759
/proc/meminfo: memFree=31642324/32951124 swapFree=67062492/67111528
[pid=17757] ppid=17755 vsize=54376 CPUtime=25.49 cores=1,3,5,7
/proc/17757/stat : 17757 (scip-2.0.1.4_2.) R 17755 17757 17360 0 -1 4202496 15610 0 0 0 2491 58 0 0 25 0 1 0 871134897 55681024 12660 33554432000 4194304 8979876 140734928380720 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/17757/statm: 13594 12660 715 1169 0 12421 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 54376

[startup+51.101 s]
/proc/loadavg: 2.00 2.00 1.92 3/175 17759
/proc/meminfo: memFree=31635732/32951124 swapFree=67062492/67111528
[pid=17757] ppid=17755 vsize=54376 CPUtime=51.09 cores=1,3,5,7
/proc/17757/stat : 17757 (scip-2.0.1.4_2.) R 17755 17757 17360 0 -1 4202496 15615 0 0 0 4979 130 0 0 25 0 1 0 871134897 55681024 12665 33554432000 4194304 8979876 140734928380720 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/17757/statm: 13594 12665 718 1169 0 12421 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 54376

[startup+102.307 s]
/proc/loadavg: 2.06 2.02 1.93 3/175 17761
/proc/meminfo: memFree=31635360/32951124 swapFree=67062492/67111528
[pid=17757] ppid=17755 vsize=54376 CPUtime=102.3 cores=1,3,5,7
/proc/17757/stat : 17757 (scip-2.0.1.4_2.) R 17755 17757 17360 0 -1 4202496 15619 0 0 0 9949 281 0 0 25 0 1 0 871134897 55681024 12669 33554432000 4194304 8979876 140734928380720 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/17757/statm: 13594 12669 720 1169 0 12421 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 54376

[startup+162.301 s]
/proc/loadavg: 2.02 2.01 1.93 3/175 17762
/proc/meminfo: memFree=31633836/32951124 swapFree=67062492/67111528
[pid=17757] ppid=17755 vsize=54376 CPUtime=162.3 cores=1,3,5,7
/proc/17757/stat : 17757 (scip-2.0.1.4_2.) R 17755 17757 17360 0 -1 4202496 15621 0 0 0 15780 450 0 0 25 0 1 0 871134897 55681024 12671 33554432000 4194304 8979876 140734928380720 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17757/statm: 13594 12671 720 1169 0 12421 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 54376

[startup+222.3 s]
/proc/loadavg: 2.01 2.00 1.93 3/175 17764
/proc/meminfo: memFree=31635032/32951124 swapFree=67062492/67111528
[pid=17757] ppid=17755 vsize=52328 CPUtime=222.29 cores=1,3,5,7
/proc/17757/stat : 17757 (scip-2.0.1.4_2.) R 17755 17757 17360 0 -1 4202496 18015 0 0 0 21615 614 0 0 25 0 1 0 871134897 53583872 12194 33554432000 4194304 8979876 140734928380720 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17757/statm: 13082 12194 722 1169 0 11909 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 52328

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/175 17766
/proc/meminfo: memFree=31633764/32951124 swapFree=67062492/67111528
[pid=17757] ppid=17755 vsize=52668 CPUtime=282.3 cores=1,3,5,7
/proc/17757/stat : 17757 (scip-2.0.1.4_2.) R 17755 17757 17360 0 -1 4202496 21295 0 0 0 27449 781 0 0 25 0 1 0 871134897 53932032 12252 33554432000 4194304 8979876 140734928380720 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17757/statm: 13167 12252 722 1169 0 11994 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 52668

[startup+342.3 s]
/proc/loadavg: 2.03 2.01 1.93 3/175 17767
/proc/meminfo: memFree=31633228/32951124 swapFree=67062492/67111528
[pid=17757] ppid=17755 vsize=53352 CPUtime=342.3 cores=1,3,5,7
/proc/17757/stat : 17757 (scip-2.0.1.4_2.) R 17755 17757 17360 0 -1 4202496 24803 0 0 0 33282 948 0 0 25 0 1 0 871134897 54632448 12421 33554432000 4194304 8979876 140734928380720 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17757/statm: 13338 12421 722 1169 0 12165 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 53352

[startup+402.3 s]
/proc/loadavg: 2.01 2.01 1.93 3/175 17769
/proc/meminfo: memFree=31632696/32951124 swapFree=67062492/67111528
[pid=17757] ppid=17755 vsize=53996 CPUtime=402.31 cores=1,3,5,7
/proc/17757/stat : 17757 (scip-2.0.1.4_2.) R 17755 17757 17360 0 -1 4202496 28093 0 0 0 39119 1112 0 0 25 0 1 0 871134897 55291904 12592 33554432000 4194304 8979876 140734928380720 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17757/statm: 13499 12592 722 1169 0 12326 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 53996

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/175 17770
/proc/meminfo: memFree=31619136/32951124 swapFree=67062492/67111528
[pid=17757] ppid=17755 vsize=69616 CPUtime=462.3 cores=1,3,5,7
/proc/17757/stat : 17757 (scip-2.0.1.4_2.) R 17755 17757 17360 0 -1 4202496 38362 0 0 0 44952 1278 0 0 25 0 1 0 871134897 71286784 16029 33554432000 4194304 8979876 140734928380720 18446744073709551615 7179468 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17757/statm: 17404 16029 724 1169 0 16231 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 69616

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/175 17772
/proc/meminfo: memFree=31618236/32951124 swapFree=67062492/67111528
[pid=17757] ppid=17755 vsize=70648 CPUtime=522.31 cores=1,3,5,7
/proc/17757/stat : 17757 (scip-2.0.1.4_2.) R 17755 17757 17360 0 -1 4202496 38934 0 0 0 50787 1444 0 0 25 0 1 0 871134897 72343552 16601 33554432000 4194304 8979876 140734928380720 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17757/statm: 17662 16601 724 1169 0 16489 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 70648

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/175 17774
/proc/meminfo: memFree=31618312/32951124 swapFree=67062492/67111528
[pid=17757] ppid=17755 vsize=69000 CPUtime=582.31 cores=1,3,5,7
/proc/17757/stat : 17757 (scip-2.0.1.4_2.) R 17755 17757 17360 0 -1 4202496 39646 0 0 0 56627 1604 0 0 25 0 1 0 871134897 70656000 16375 33554432000 4194304 8979876 140734928380720 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17757/statm: 17250 16375 724 1169 0 16077 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 69000

[startup+642.301 s]

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

/proc/meminfo: memFree=31592316/32951124 swapFree=67062492/67111528
[pid=17757] ppid=17755 vsize=77648 CPUtime=1122.33 cores=1,3,5,7
/proc/17757/stat : 17757 (scip-2.0.1.4_2.) R 17755 17757 17360 0 -1 4202496 41528 0 0 0 109127 3106 0 0 25 0 1 0 871134897 79511552 18257 33554432000 4194304 8979876 140734928380720 18446744073709551615 7179869 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17757/statm: 19412 18257 724 1169 0 18239 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 77648

[startup+1182.3 s]
/proc/loadavg: 2.05 2.01 1.94 3/175 17793
/proc/meminfo: memFree=31590924/32951124 swapFree=67062492/67111528
[pid=17757] ppid=17755 vsize=77648 CPUtime=1182.33 cores=1,3,5,7
/proc/17757/stat : 17757 (scip-2.0.1.4_2.) R 17755 17757 17360 0 -1 4202496 41531 0 0 0 114958 3275 0 0 25 0 1 0 871134897 79511552 18260 33554432000 4194304 8979876 140734928380720 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17757/statm: 19412 18260 724 1169 0 18239 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 77648

[startup+1242.3 s]
/proc/loadavg: 2.10 2.02 1.95 3/175 17870
/proc/meminfo: memFree=31648440/32951124 swapFree=67062492/67111528
[pid=17757] ppid=17755 vsize=76460 CPUtime=1242.33 cores=1,3,5,7
/proc/17757/stat : 17757 (scip-2.0.1.4_2.) R 17755 17757 17360 0 -1 4202496 43970 0 0 0 120788 3445 0 0 25 0 1 0 871134897 78295040 18253 33554432000 4194304 8979876 140734928380720 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17757/statm: 19115 18253 724 1169 0 17942 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 76460

[startup+1302.3 s]
/proc/loadavg: 2.03 2.02 1.95 3/175 17910
/proc/meminfo: memFree=31398164/32951124 swapFree=67062492/67111528
[pid=17757] ppid=17755 vsize=76460 CPUtime=1302.34 cores=1,3,5,7
/proc/17757/stat : 17757 (scip-2.0.1.4_2.) R 17755 17757 17360 0 -1 4202496 43970 0 0 0 126646 3588 0 0 25 0 1 0 871134897 78295040 18253 33554432000 4194304 8979876 140734928380720 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17757/statm: 19115 18253 724 1169 0 17942 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 76460

[startup+1362.3 s]
/proc/loadavg: 2.01 2.01 1.95 3/175 17911
/proc/meminfo: memFree=31393184/32951124 swapFree=67062492/67111528
[pid=17757] ppid=17755 vsize=79344 CPUtime=1362.33 cores=1,3,5,7
/proc/17757/stat : 17757 (scip-2.0.1.4_2.) R 17755 17757 17360 0 -1 4202496 44639 0 0 0 132472 3761 0 0 25 0 1 0 871134897 81248256 18922 33554432000 4194304 8979876 140734928380720 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17757/statm: 19836 18922 724 1169 0 18663 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 79344

[startup+1422.31 s]
/proc/loadavg: 2.00 2.01 1.95 3/175 17913
/proc/meminfo: memFree=31387668/32951124 swapFree=67062492/67111528
[pid=17757] ppid=17755 vsize=83348 CPUtime=1422.34 cores=1,3,5,7
/proc/17757/stat : 17757 (scip-2.0.1.4_2.) R 17755 17757 17360 0 -1 4202496 45663 0 0 0 138302 3932 0 0 25 0 1 0 871134897 85348352 19946 33554432000 4194304 8979876 140734928380720 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17757/statm: 20837 19946 724 1169 0 19664 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 83348

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/175 17915
/proc/meminfo: memFree=31386396/32951124 swapFree=67062492/67111528
[pid=17757] ppid=17755 vsize=84676 CPUtime=1482.34 cores=1,3,5,7
/proc/17757/stat : 17757 (scip-2.0.1.4_2.) R 17755 17757 17360 0 -1 4202496 45968 0 0 0 144132 4102 0 0 25 0 1 0 871134897 86708224 20251 33554432000 4194304 8979876 140734928380720 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17757/statm: 21169 20251 724 1169 0 19996 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 84676

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/175 17916
/proc/meminfo: memFree=31377920/32951124 swapFree=67062492/67111528
[pid=17757] ppid=17755 vsize=87664 CPUtime=1542.34 cores=1,3,5,7
/proc/17757/stat : 17757 (scip-2.0.1.4_2.) R 17755 17757 17360 0 -1 4202496 46721 0 0 0 149949 4285 0 0 25 0 1 0 871134897 89767936 20999 33554432000 4194304 8979876 140734928380720 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17757/statm: 21916 20999 724 1169 0 20743 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 87664

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/175 17918
/proc/meminfo: memFree=31375780/32951124 swapFree=67062492/67111528
[pid=17757] ppid=17755 vsize=88812 CPUtime=1602.34 cores=1,3,5,7
/proc/17757/stat : 17757 (scip-2.0.1.4_2.) R 17755 17757 17360 0 -1 4202496 47072 0 0 0 155749 4485 0 0 25 0 1 0 871134897 90943488 21350 33554432000 4194304 8979876 140734928380720 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17757/statm: 22203 21350 724 1169 0 21030 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 88812

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/175 17919
/proc/meminfo: memFree=31374124/32951124 swapFree=67062492/67111528
[pid=17757] ppid=17755 vsize=90764 CPUtime=1662.35 cores=1,3,5,7
/proc/17757/stat : 17757 (scip-2.0.1.4_2.) R 17755 17757 17360 0 -1 4202496 47510 0 0 0 161550 4685 0 0 25 0 1 0 871134897 92942336 21788 33554432000 4194304 8979876 140734928380720 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17757/statm: 22691 21788 724 1169 0 21518 0
Current children cumulated CPU time (s) 1662.35
Current children cumulated vsize (KiB) 90764

[startup+1722.3 s]
/proc/loadavg: 2.07 2.02 1.95 3/175 17921
/proc/meminfo: memFree=31373228/32951124 swapFree=67062492/67111528
[pid=17757] ppid=17755 vsize=91548 CPUtime=1722.35 cores=1,3,5,7
/proc/17757/stat : 17757 (scip-2.0.1.4_2.) R 17755 17757 17360 0 -1 4202496 47681 0 0 0 167370 4865 0 0 25 0 1 0 871134897 93745152 21959 33554432000 4194304 8979876 140734928380720 18446744073709551615 7179154 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17757/statm: 22887 21959 724 1169 0 21714 0
Current children cumulated CPU time (s) 1722.35
Current children cumulated vsize (KiB) 91548

[startup+1782.3 s]
/proc/loadavg: 2.02 2.01 1.95 3/175 17923
/proc/meminfo: memFree=31371216/32951124 swapFree=67062492/67111528
[pid=17757] ppid=17755 vsize=93252 CPUtime=1782.35 cores=1,3,5,7
/proc/17757/stat : 17757 (scip-2.0.1.4_2.) R 17755 17757 17360 0 -1 4202496 48124 0 0 0 173208 5027 0 0 25 0 1 0 871134897 95490048 22402 33554432000 4194304 8979876 140734928380720 18446744073709551615 7179461 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17757/statm: 23313 22402 724 1169 0 22140 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 93252

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

[startup+1785.5 s]
/proc/loadavg: 2.02 2.01 1.95 3/175 17923
/proc/meminfo: memFree=31371092/32951124 swapFree=67062492/67111528
[pid=17757] ppid=17755 vsize=93252 CPUtime=1785.54 cores=1,3,5,7
/proc/17757/stat : 17757 (scip-2.0.1.4_2.) R 17755 17757 17360 0 -1 4202496 48124 0 0 0 173519 5035 0 0 25 0 1 0 871134897 95490048 22402 33554432000 4194304 8979876 140734928380720 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17757/statm: 23313 22402 724 1169 0 22140 0
Current children cumulated CPU time (s) 1785.54
Current children cumulated vsize (KiB) 93252

[startup+1791.91 s]
/proc/loadavg: 2.02 2.01 1.95 3/175 17923
/proc/meminfo: memFree=31371212/32951124 swapFree=67062492/67111528
[pid=17757] ppid=17755 vsize=93252 CPUtime=1791.95 cores=1,3,5,7
/proc/17757/stat : 17757 (scip-2.0.1.4_2.) R 17755 17757 17360 0 -1 4202496 48134 0 0 0 174143 5052 0 0 25 0 1 0 871134897 95490048 22412 33554432000 4194304 8979876 140734928380720 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17757/statm: 23313 22412 724 1169 0 22140 0
Current children cumulated CPU time (s) 1791.95
Current children cumulated vsize (KiB) 93252

[startup+1795.1 s]
/proc/loadavg: 2.02 2.01 1.95 3/175 17923
/proc/meminfo: memFree=31371336/32951124 swapFree=67062492/67111528
[pid=17757] ppid=17755 vsize=93252 CPUtime=1795.15 cores=1,3,5,7
/proc/17757/stat : 17757 (scip-2.0.1.4_2.) R 17755 17757 17360 0 -1 4202496 48134 0 0 0 174454 5061 0 0 25 0 1 0 871134897 95490048 22412 33554432000 4194304 8979876 140734928380720 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17757/statm: 23313 22412 724 1169 0 22140 0
Current children cumulated CPU time (s) 1795.15
Current children cumulated vsize (KiB) 93252

[startup+1795.9 s]
/proc/loadavg: 2.02 2.01 1.95 3/175 17923
/proc/meminfo: memFree=31371336/32951124 swapFree=67062492/67111528
[pid=17757] ppid=17755 vsize=93252 CPUtime=1795.95 cores=1,3,5,7
/proc/17757/stat : 17757 (scip-2.0.1.4_2.) R 17755 17757 17360 0 -1 4202496 48134 0 0 0 174531 5064 0 0 25 0 1 0 871134897 95490048 22412 33554432000 4194304 8979876 140734928380720 18446744073709551615 7185769 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17757/statm: 23313 22412 724 1169 0 22140 0
Current children cumulated CPU time (s) 1795.95
Current children cumulated vsize (KiB) 93252

[startup+1796.7 s]
/proc/loadavg: 2.02 2.01 1.95 3/175 17923
/proc/meminfo: memFree=31371212/32951124 swapFree=67062492/67111528
[pid=17757] ppid=17755 vsize=93252 CPUtime=1796.74 cores=1,3,5,7
/proc/17757/stat : 17757 (scip-2.0.1.4_2.) R 17755 17757 17360 0 -1 4202496 48135 0 0 0 174609 5065 0 0 25 0 1 0 871134897 95490048 22413 33554432000 4194304 8979876 140734928380720 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17757/statm: 23313 22413 724 1169 0 22140 0
Current children cumulated CPU time (s) 1796.74
Current children cumulated vsize (KiB) 93252

[startup+1796.9 s]
/proc/loadavg: 2.02 2.01 1.95 3/175 17923
/proc/meminfo: memFree=31371212/32951124 swapFree=67062492/67111528
[pid=17757] ppid=17755 vsize=93252 CPUtime=1796.94 cores=1,3,5,7
/proc/17757/stat : 17757 (scip-2.0.1.4_2.) R 17755 17757 17360 0 -1 4202496 48135 0 0 0 174628 5066 0 0 25 0 1 0 871134897 95490048 22413 33554432000 4194304 8979876 140734928380720 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17757/statm: 23313 22413 724 1169 0 22140 0
Current children cumulated CPU time (s) 1796.94
Current children cumulated vsize (KiB) 93252

[startup+1797 s]
/proc/loadavg: 2.02 2.01 1.95 3/175 17923
/proc/meminfo: memFree=31371212/32951124 swapFree=67062492/67111528
[pid=17757] ppid=17755 vsize=93252 CPUtime=1797.04 cores=1,3,5,7
/proc/17757/stat : 17757 (scip-2.0.1.4_2.) R 17755 17757 17360 0 -1 4202496 48135 0 0 0 174638 5066 0 0 25 0 1 0 871134897 95490048 22413 33554432000 4194304 8979876 140734928380720 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17757/statm: 23313 22413 724 1169 0 22140 0
Current children cumulated CPU time (s) 1797.04
Current children cumulated vsize (KiB) 93252

Child status: 0
Real time (s): 1797.05
CPU time (s): 1797.1
CPU user time (s): 1746.43
CPU system time (s): 50.6723
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 93252

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

runsolver used 2.29565 second user time and 5.87911 second system time

The end

Launcher Data

Begin job on node147 at 2011-06-11 12:13:10
IDJOB=3485219
IDBENCH=48265
IDSOLVER=1977
FILE ID=node147/3485219-1307787190
RUNJOBID= node147-1307783032-17379
PBS_JOBID= 13550889
Free space on /tmp= 73900 MiB

SOLVER NAME= SCIP spx 2 2011-06-10 (fixed)
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_100_10_5.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-3485219-1307787190/watcher-3485219-1307787190 -o /tmp/evaluation-result-3485219-1307787190/solver-3485219-1307787190 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3485219-1307787190.opb -t 1800 -m 15500

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

MD5SUM BENCH= ae2bd1e13f1871c16ad2ebb51fc6f92a
RANDOM SEED=1882998772

node147.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.836
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.67
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.836
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.836
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.82
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.836
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.836
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.836
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.76
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.836
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.836
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:      31690956 kB
Buffers:        135792 kB
Cached:         888212 kB
SwapCached:      10296 kB
Active:         527496 kB
Inactive:       588276 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31690956 kB
SwapTotal:    67111528 kB
SwapFree:     67062492 kB
Dirty:           17116 kB
Writeback:           0 kB
AnonPages:       89824 kB
Mapped:          13384 kB
Slab:            80204 kB
PageTables:       4128 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   253144 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= 73884 MiB
End job on node147 at 2011-06-11 12:43:07