Trace number 3485076

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)SAT21 1797.16 1797.11

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_200_10_5.opb
MD5SUM08d7a5060b972f308367859ff82f87f6
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark20
Best CPU time to get the best result obtained on this benchmark1797.19
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 25
Optimality of the best value was proved NO
Number of variables200
Total number of constraints200
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints200
Minimum length of a constraint11
Maximum length of a constraint23
Number of terms in the objective function 200
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 200
Number of bits of the sum of numbers in the objective function 8
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)2528
Sum of products size (including duplicates)5056
Number of different products2528
Sum of products size5056

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-3485076-1307780540.opb>
0.00/0.00	c original problem has 200 variables (200 bin, 0 int, 0 impl, 0 cont) and 200 constraints
0.00/0.00	c problem read
0.00/0.00	c presolving settings loaded
0.00/0.02	o 200
0.00/0.02	c feasible solution found by trivial heuristic, objective value  2.000000e+02
0.00/0.02	c presolving:
0.00/0.06	c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 200 upgd conss, 73808 impls, 0 clqs
0.09/0.10	c    (0.1s) probing: 101/2728 (3.7%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.10	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.10	c presolving (2 rounds):
0.09/0.10	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.10	c  73808 implications, 0 cliques
0.09/0.10	c presolved problem has 2728 variables (2728 bin, 0 int, 0 impl, 0 cont) and 2728 constraints
0.09/0.10	c    2528 constraints of type <and>
0.09/0.10	c     200 constraints of type <logicor>
0.09/0.10	c transformed objective value is always integral (scale: 1)
0.09/0.10	c Presolving Time: 0.09
0.09/0.10	c - non default parameters ----------------------------------------------------------------------
0.09/0.10	c # SCIP version 2.0.1.4
0.09/0.10	c 
0.09/0.10	c # frequency for displaying node information lines
0.09/0.10	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.10	c display/freq = 10000
0.09/0.10	c 
0.09/0.10	c # maximal time in seconds to run
0.09/0.10	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.10	c limits/time = 1797
0.09/0.10	c 
0.09/0.10	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.10	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.10	c limits/memory = 13950
0.09/0.10	c 
0.09/0.10	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.10	c # [type: int, range: [1,2], default: 1]
0.09/0.10	c timing/clocktype = 2
0.09/0.10	c 
0.09/0.10	c # belongs reading time to solving time?
0.09/0.10	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.10	c timing/reading = TRUE
0.09/0.10	c 
0.09/0.10	c # should presolving try to simplify inequalities
0.09/0.10	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.10	c constraints/linear/simplifyinequalities = TRUE
0.09/0.10	c 
0.09/0.10	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.10	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.10	c constraints/indicator/addCouplingCons = TRUE
0.09/0.10	c 
0.09/0.10	c # should presolving try to simplify knapsacks
0.09/0.10	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.10	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.10	c 
0.09/0.10	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.10	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.10	c separating/rapidlearning/freq = 0
0.09/0.10	c 
0.09/0.10	c -----------------------------------------------------------------------------------------------
0.09/0.10	c start solving
0.09/0.10	c 
0.09/0.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.09/0.13	c t 0.1s|     1 |     0 |   400 |     - |  13M|   0 | 400 |2728 |2728 |2728 |5256 |   0 |   0 |   0 | 0.000000e+00 | 2.000000e+02 |    Inf 
0.09/0.14	o 61
0.09/0.14	c s 0.1s|     1 |     0 |   400 |     - |  13M|   0 | 400 |2728 |2728 |2728 |5256 |   0 |   0 |   0 | 0.000000e+00 | 6.100000e+01 |    Inf 
0.39/0.41	c   0.4s|     1 |     0 |  1000 |     - |  13M|   0 | 400 |2728 |2728 |2728 |5658 | 402 |   0 |   0 | 0.000000e+00 | 6.100000e+01 |    Inf 
0.39/0.42	o 60
0.39/0.42	c s 0.4s|     1 |     0 |  1000 |     - |  13M|   0 | 400 |2728 |2728 |2728 |5658 | 402 |   0 |   0 | 0.000000e+00 | 6.000000e+01 |    Inf 
0.59/0.62	c   0.6s|     1 |     0 |  1600 |     - |  13M|   0 | 400 |2728 |2728 |2728 |6060 | 804 |   0 |   0 | 0.000000e+00 | 6.000000e+01 |    Inf 
0.59/0.62	o 51
0.59/0.62	c s 0.6s|     1 |     0 |  1600 |     - |  13M|   0 | 400 |2728 |2728 |2728 |6060 | 804 |   0 |   0 | 0.000000e+00 | 5.100000e+01 |    Inf 
0.79/0.83	c   0.8s|     1 |     0 |  2200 |     - |  13M|   0 | 400 |2728 |2728 |2728 |6460 |1204 |   0 |   0 | 0.000000e+00 | 5.100000e+01 |    Inf 
1.00/1.06	c   1.1s|     1 |     0 |  2800 |     - |  14M|   0 | 400 |2728 |2728 |2728 |6861 |1605 |   0 |   0 | 0.000000e+00 | 5.100000e+01 |    Inf 
1.00/1.07	o 43
1.00/1.07	c s 1.1s|     1 |     0 |  2800 |     - |  14M|   0 | 400 |2728 |2728 |2728 |6861 |1605 |   0 |   0 | 0.000000e+00 | 4.300000e+01 |    Inf 
1.49/1.52	c   1.5s|     1 |     0 |  4676 |     - |  14M|   0 |1056 |2728 |2728 |2728 |7261 |2005 |   0 |   0 | 1.001909e+01 | 4.300000e+01 | 329.18%
2.69/2.78	c   2.8s|     1 |     0 |  6379 |     - |  15M|   0 |1431 |2728 |2728 |2728 |7548 |2292 |   0 |   0 | 1.349840e+01 | 4.300000e+01 | 218.56%
4.19/4.28	c   4.3s|     1 |     0 |  6980 |     - |  16M|   0 |1648 |2728 |2728 |2728 |7644 |2388 |   0 |   0 | 1.404277e+01 | 4.300000e+01 | 206.21%
5.99/6.06	c   6.1s|     1 |     0 |  7305 |     - |  16M|   0 |1694 |2728 |2728 |2728 |7686 |2430 |   0 |   0 | 1.418411e+01 | 4.300000e+01 | 203.16%
7.79/7.87	c   7.9s|     1 |     0 |  7384 |     - |  16M|   0 |1712 |2728 |2728 |2728 |7706 |2450 |   0 |   0 | 1.419322e+01 | 4.300000e+01 | 202.96%
9.80/9.82	c   9.8s|     1 |     0 |  7468 |     - |  16M|   0 |1756 |2728 |2728 |2728 |7718 |2462 |   0 |   0 | 1.420978e+01 | 4.300000e+01 | 202.61%
11.69/11.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
11.69/11.70	c  11.7s|     1 |     0 |  7597 |     - |  15M|   0 |1820 |2728 |2728 |2728 |2764 |2467 |   0 |   0 | 1.420978e+01 | 4.300000e+01 | 202.61%
11.69/11.70	c  11.7s|     1 |     0 |  7597 |     - |  15M|   0 |1820 |2728 |2728 |2728 |2764 |2467 |   0 |   0 | 1.425840e+01 | 4.300000e+01 | 201.58%
12.19/12.24	c  12.2s|     1 |     0 |  7628 |     - |  15M|   0 |1837 |2728 |2728 |2728 |2770 |2473 |   0 |   0 | 1.426152e+01 | 4.300000e+01 | 201.51%
12.69/12.77	c  12.8s|     1 |     0 |  7632 |     - |  15M|   0 |1840 |2728 |2728 |2728 |2774 |2477 |   0 |   0 | 1.426152e+01 | 4.300000e+01 | 201.51%
13.28/13.31	c  13.3s|     1 |     0 |  7646 |     - |  15M|   0 |1827 |2728 |2728 |2728 |2775 |2478 |   0 |   0 | 1.426308e+01 | 4.300000e+01 | 201.48%
13.79/13.83	c  13.8s|     1 |     0 |  7647 |     - |  15M|   0 |1827 |2728 |2728 |2728 |2776 |2479 |   0 |   0 | 1.426308e+01 | 4.300000e+01 | 201.48%
17.09/17.14	c  17.1s|     1 |     2 |  7647 |     - |  15M|   0 |1827 |2728 |2728 |2728 |2776 |2479 |   0 |  22 | 1.426308e+01 | 4.300000e+01 | 201.48%
55.29/55.34	o 24
55.29/55.34	c f55.3s|   140 |   141 | 73325 | 472.5 |  16M|  16 |   - |2728 |2728 |2728 |2798 |3914 |   0 | 462 | 1.476576e+01 | 2.400000e+01 |  62.54%
62.70/62.72	o 22
62.70/62.72	c l62.7s|   250 |   245 |102366 | 380.4 |  16M|  21 |   - |2728 |2728 |2728 |2814 |4948 |   0 | 477 | 1.516044e+01 | 2.200000e+01 |  45.11%
512.61/512.68	o 21
512.61/512.68	c * 513s|  5768 |  5613 |  1716k| 296.3 |  29M|  25 |   - |2728 |2730 |2728 |2797 |  52k|   2 |1623 | 1.670061e+01 | 2.100000e+01 |  25.74%
786.61/786.64	c   787s| 10000 |  9727 |  2741k| 273.4 |  46M|  36 | 743 |2728 |2730 |2728 |2775 |  84k|   2 |2288 | 1.685171e+01 | 2.100000e+01 |  24.62%
1376.93/1376.97	c  1377s| 20000 | 18625 |  4933k| 246.3 | 105M|  47 | 729 |2728 |2729 |2728 |2819 | 152k|   2 |3409 | 1.713124e+01 | 2.100000e+01 |  22.58%
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      : 27865
1797.04/1797.00	c Primal Bound       : +2.10000000000000e+01 (8 solutions)
1797.04/1797.00	c Dual Bound         : +1.72301511005794e+01
1797.04/1797.00	c Gap                : 21.88 %
1797.04/1797.00	s SATISFIABLE
1797.04/1797.00	v -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 
1797.04/1797.00	v -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 -x167 -x166 -x165 -x164 x163 -x162 -x161 -x160 -x159 -x158 
1797.04/1797.00	v -x157 -x156 -x155 -x154 -x153 -x152 -x151 x150 -x149 -x148 -x147 -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 
1797.04/1797.00	v -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 
1797.04/1797.00	v -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 -x104 -x103 -x102 -x101 -x100 -x99 -x98 -x97 -x96 x95 
1797.04/1797.00	v -x94 x93 -x92 -x91 -x90 -x89 -x88 -x87 -x86 -x85 -x84 -x83 -x82 -x81 -x80 -x79 -x78 -x77 -x76 -x75 x74 -x73 -x72 x71 -x70 -x69 
1797.04/1797.00	v -x68 -x67 -x66 -x65 -x64 -x63 -x62 -x61 -x60 -x59 -x58 -x57 -x56 -x55 x54 -x53 -x52 -x51 -x50 -x49 -x48 x47 -x46 -x45 x44 
1797.04/1797.00	v x43 -x42 -x41 x40 -x39 -x38 -x37 -x36 -x35 -x34 x33 -x32 x31 -x30 -x29 -x28 -x27 -x26 -x25 -x24 -x23 -x22 -x21 x20 x19 x18 -x17 
1797.04/1797.00	v x16 -x15 -x14 -x13 -x12 -x11 x10 -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.09 (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-3485076-1307780540.opb
1797.04/1797.00	c   Variables        : 200 (200 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.04/1797.00	c   Constraints      : 200 initial, 200 maximal
1797.04/1797.00	c Presolved Problem  :
1797.04/1797.00	c   Problem name     : t_HOME/instance-3485076-1307780540.opb
1797.04/1797.00	c   Variables        : 2728 (2728 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.04/1797.00	c   Constraints      : 2728 initial, 2730 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.02          0          0          0          0          0          0          0          0          0
1797.04/1797.00	c   and              :       0.06          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      26326          0        102          0          5         87          0          0      52576
1797.04/1797.00	c   and              :       2528      66655     344843          1          0         97         17          3    1830296     201081          0          0
1797.04/1797.00	c   logicor          :        200+        16     133334          1          0          7          1          0          1          0          0          0
1797.04/1797.00	c   countsols        :          0          0          0          1          0         10          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         :     109.10       0.00       0.00     109.10       0.00       0.00       0.00
1797.04/1797.00	c   and              :      54.93      42.38      12.55       0.00       0.00       0.00       0.00
1797.04/1797.00	c   logicor          :       0.50       0.00       0.50       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      :          3          0          0          0
1797.04/1797.00	c   pseudoobj        :     345573          0          0          0
1797.04/1797.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1797.04/1797.00	c   vbounds          :       0.06       0.06       0.00
1797.04/1797.00	c   rootredcost      :       0.06       0.06       0.00
1797.04/1797.00	c   pseudoobj        :       1.51       1.51       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          3          3          3        5.7          0        0.0          -
1797.04/1797.00	c   infeasible LP    :       0.00          0          0          0        0.0          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 :          -          -          -          3        5.7          -          -          -
1797.04/1797.00	c   applied locally  :          -          -          -          0        0.0          -          -          -
1797.04/1797.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1797.04/1797.00	c   cut pool         :       0.00         15          -          -          0          -    (maximal pool size: 2802)
1797.04/1797.00	c   redcost          :       2.04      66656          0     122128          0          0
1797.04/1797.00	c   impliedbounds    :       0.01         16          0          0       2628          0
1797.04/1797.00	c   intobj           :       0.00          0          0          0          0          0
1797.04/1797.00	c   gomory           :       6.39         16          0          0       2726          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         :       5.12         16          0          0       3512          0
1797.04/1797.00	c   cmir             :       0.77         10          0          0       2022          0
1797.04/1797.00	c   flowcover        :       0.35         10          0          0        200          0
1797.04/1797.00	c   clique           :       0.12         16          0          0         11          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.07          1          0          0          0          0
1797.04/1797.00	c Pricers            :       Time      Calls       Vars
1797.04/1797.00	c   problem variables:       0.00          1         74
1797.04/1797.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1797.04/1797.00	c   relpscost        :     109.06      26325          5         87          0          0      52576
1797.04/1797.00	c   pscost           :       0.00          0          0          0          0          0          0
1797.04/1797.00	c   inference        :       0.00          0          0          0          0          0          0
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   oneopt           :       0.02          6          0
1797.04/1797.00	c   crossover        :       0.22          5          0
1797.04/1797.00	c   coefdiving       :      60.26        375          0
1797.04/1797.00	c   fracdiving       :     109.11        386          1
1797.04/1797.00	c   linesearchdiving :      88.46        438          1
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.03          0          0
1797.04/1797.00	c   zirounding       :       0.28       1000          0
1797.04/1797.00	c   rounding         :       4.04       3715          0
1797.04/1797.00	c   shifting         :       6.45       5553          4
1797.04/1797.00	c   intshifting      :       0.00          0          0
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   feaspump         :       0.00          0          0
1797.04/1797.00	c   clique           :       0.00          0          0
1797.04/1797.00	c   pscostdiving     :      66.01        309          0
1797.04/1797.00	c   veclendiving     :      46.95        188          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  :      22.39          6          0
1797.04/1797.00	c   rootsoldiving    :       8.72         30          0
1797.04/1797.00	c   guideddiving     :      86.80        321          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.01          1          0
1797.04/1797.00	c   subnlp           :       0.01          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        :      14.09          0          0       0.00       0.00
1797.04/1797.00	c   dual LP          :    1062.74      70661    4717368      66.76    4438.88
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:     423.55     126444    1785798      14.12    4216.31
1797.04/1797.00	c   strong branching :     108.22       4130     485183     117.48    4483.22
1797.04/1797.00	c     (at root node) :          -         22      11933     542.41          -
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            :      27865
1797.04/1797.00	c   nodes (total)    :      27865
1797.04/1797.00	c   nodes left       :      24560
1797.04/1797.00	c   max depth        :         47
1797.04/1797.00	c   max depth (total):         47
1797.04/1797.00	c   backtracks       :       6751 (24.2%)
1797.04/1797.00	c   delayed cutoffs  :          0
1797.04/1797.00	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1797.04/1797.00	c   avg switch length:       6.32
1797.04/1797.00	c   switching time   :      18.96
1797.04/1797.00	c Solution           :
1797.04/1797.00	c   Solutions found  :          8 (8 improvements)
1797.04/1797.00	c   First Solution   : +2.00000000000000e+02   (in run 1, after 0 nodes, 0.02 seconds, depth 0, found by <trivial>)
1797.04/1797.00	c   Primal Bound     : +2.10000000000000e+01   (in run 1, after 5768 nodes, 512.68 seconds, depth 19, found by <relaxation>)
1797.04/1797.00	c   Dual Bound       : +1.72301511005794e+01
1797.04/1797.00	c   Gap              :      21.88 %
1797.04/1797.00	c   Root Dual Bound  : +1.42630768732427e+01
1797.04/1797.00	c   Root Iterations  :       7647
1797.14/1797.10	c Time complete: 1797.15.

Verifier Data

OK	21

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-3485076-1307780540/watcher-3485076-1307780540 -o /tmp/evaluation-result-3485076-1307780540/solver-3485076-1307780540 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3485076-1307780540.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: 1.92 1.98 1.92 2/174 13283
/proc/meminfo: memFree=31722584/32951124 swapFree=67060628/67111528
[pid=13283] ppid=13281 vsize=10108 CPUtime=0 cores=1,3,5,7
/proc/13283/stat : 13283 (scip-2.0.1.4_2.) R 13281 13283 8673 0 -1 4202496 1544 0 0 0 0 0 0 0 24 0 1 0 889654440 10350592 1498 33554432000 4194304 8979876 140733258366336 18446744073709551615 7790414 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/13283/statm: 2527 1499 368 1169 0 1354 0

[startup+0.098585 s]
/proc/loadavg: 1.92 1.98 1.92 2/174 13283
/proc/meminfo: memFree=31722584/32951124 swapFree=67060628/67111528
[pid=13283] ppid=13281 vsize=25876 CPUtime=0.09 cores=1,3,5,7
/proc/13283/stat : 13283 (scip-2.0.1.4_2.) R 13281 13283 8673 0 -1 4202496 5563 0 0 0 9 0 0 0 24 0 1 0 889654440 26497024 5260 33554432000 4194304 8979876 140733258366336 18446744073709551615 5041720 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13283/statm: 6469 5260 520 1169 0 5296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25876

[startup+0.100583 s]
/proc/loadavg: 1.92 1.98 1.92 2/174 13283
/proc/meminfo: memFree=31722584/32951124 swapFree=67060628/67111528
[pid=13283] ppid=13281 vsize=25876 CPUtime=0.09 cores=1,3,5,7
/proc/13283/stat : 13283 (scip-2.0.1.4_2.) R 13281 13283 8673 0 -1 4202496 5563 0 0 0 9 0 0 0 24 0 1 0 889654440 26497024 5260 33554432000 4194304 8979876 140733258366336 18446744073709551615 5041673 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13283/statm: 6469 5260 520 1169 0 5296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25876

[startup+0.300563 s]
/proc/loadavg: 1.92 1.98 1.92 2/174 13283
/proc/meminfo: memFree=31722584/32951124 swapFree=67060628/67111528
[pid=13283] ppid=13281 vsize=39732 CPUtime=0.29 cores=1,3,5,7
/proc/13283/stat : 13283 (scip-2.0.1.4_2.) R 13281 13283 8673 0 -1 4202496 10662 0 0 0 27 2 0 0 25 0 1 0 889654440 40685568 8948 33554432000 4194304 8979876 140733258366336 18446744073709551615 18446744073699065949 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13283/statm: 9933 8948 652 1169 0 8760 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 39732

[startup+0.700492 s]
/proc/loadavg: 1.92 1.98 1.92 2/174 13283
/proc/meminfo: memFree=31722584/32951124 swapFree=67060628/67111528
[pid=13283] ppid=13281 vsize=54812 CPUtime=0.69 cores=1,3,5,7
/proc/13283/stat : 13283 (scip-2.0.1.4_2.) R 13281 13283 8673 0 -1 4202496 16049 0 0 0 66 3 0 0 25 0 1 0 889654440 56127488 12468 33554432000 4194304 8979876 140733258366336 18446744073709551615 6601176 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13283/statm: 13703 12468 681 1169 0 12530 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 54812

[startup+1.50034 s]
/proc/loadavg: 1.92 1.98 1.92 3/175 13284
/proc/meminfo: memFree=31675636/32951124 swapFree=67060628/67111528
[pid=13283] ppid=13281 vsize=54812 CPUtime=1.49 cores=1,3,5,7
/proc/13283/stat : 13283 (scip-2.0.1.4_2.) R 13281 13283 8673 0 -1 4202496 16053 0 0 0 146 3 0 0 25 0 1 0 889654440 56127488 12472 33554432000 4194304 8979876 140733258366336 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13283/statm: 13703 12472 681 1169 0 12530 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 54812

[startup+3.10104 s]
/proc/loadavg: 1.92 1.98 1.92 3/175 13284
/proc/meminfo: memFree=31675264/32951124 swapFree=67060628/67111528
[pid=13283] ppid=13281 vsize=54812 CPUtime=3.09 cores=1,3,5,7
/proc/13283/stat : 13283 (scip-2.0.1.4_2.) R 13281 13283 8673 0 -1 4202496 16141 0 0 0 304 5 0 0 25 0 1 0 889654440 56127488 12560 33554432000 4194304 8979876 140733258366336 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13283/statm: 13703 12560 685 1169 0 12530 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 54812

[startup+6.30046 s]
/proc/loadavg: 1.93 1.98 1.92 3/175 13284
/proc/meminfo: memFree=31674520/32951124 swapFree=67060628/67111528
[pid=13283] ppid=13281 vsize=54812 CPUtime=6.29 cores=1,3,5,7
/proc/13283/stat : 13283 (scip-2.0.1.4_2.) R 13281 13283 8673 0 -1 4202496 16141 0 0 0 622 7 0 0 25 0 1 0 889654440 56127488 12560 33554432000 4194304 8979876 140733258366336 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13283/statm: 13703 12560 685 1169 0 12530 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 54812

[startup+12.7003 s]
/proc/loadavg: 1.93 1.98 1.92 3/175 13284
/proc/meminfo: memFree=31671008/32951124 swapFree=67060628/67111528
[pid=13283] ppid=13281 vsize=57608 CPUtime=12.69 cores=1,3,5,7
/proc/13283/stat : 13283 (scip-2.0.1.4_2.) R 13281 13283 8673 0 -1 4202496 16981 0 0 0 1257 12 0 0 25 0 1 0 889654440 58990592 13400 33554432000 4194304 8979876 140733258366336 18446744073709551615 6610526 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13283/statm: 14402 13400 688 1169 0 13229 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 57608

[startup+25.501 s]
/proc/loadavg: 1.95 1.98 1.92 3/175 13284
/proc/meminfo: memFree=31671524/32951124 swapFree=67060628/67111528
[pid=13283] ppid=13281 vsize=57608 CPUtime=25.49 cores=1,3,5,7
/proc/13283/stat : 13283 (scip-2.0.1.4_2.) R 13281 13283 8673 0 -1 4202496 16986 0 0 0 2521 28 0 0 25 0 1 0 889654440 58990592 13405 33554432000 4194304 8979876 140733258366336 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13283/statm: 14402 13405 693 1169 0 13229 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 57608

[startup+51.1003 s]
/proc/loadavg: 1.96 1.98 1.92 3/175 13285
/proc/meminfo: memFree=31671344/32951124 swapFree=67060628/67111528
[pid=13283] ppid=13281 vsize=57608 CPUtime=51.09 cores=1,3,5,7
/proc/13283/stat : 13283 (scip-2.0.1.4_2.) R 13281 13283 8673 0 -1 4202496 16989 0 0 0 5046 63 0 0 25 0 1 0 889654440 58990592 13408 33554432000 4194304 8979876 140733258366336 18446744073709551615 7187521 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13283/statm: 14402 13408 696 1169 0 13229 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 57608

[startup+102.306 s]
/proc/loadavg: 1.98 1.98 1.92 4/175 13286
/proc/meminfo: memFree=31671576/32951124 swapFree=67060628/67111528
[pid=13283] ppid=13281 vsize=56116 CPUtime=102.3 cores=1,3,5,7
/proc/13283/stat : 13283 (scip-2.0.1.4_2.) R 13281 13283 8673 0 -1 4202496 20547 0 0 0 10101 129 0 0 25 0 1 0 889654440 57462784 13063 33554432000 4194304 8979876 140733258366336 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13283/statm: 14029 13063 708 1169 0 12856 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 56116

[startup+162.301 s]
/proc/loadavg: 1.99 1.98 1.92 3/175 13288
/proc/meminfo: memFree=31671664/32951124 swapFree=67060628/67111528
[pid=13283] ppid=13281 vsize=56376 CPUtime=162.3 cores=1,3,5,7
/proc/13283/stat : 13283 (scip-2.0.1.4_2.) R 13281 13283 8673 0 -1 4202496 20552 0 0 0 16032 198 0 0 25 0 1 0 889654440 57729024 13068 33554432000 4194304 8979876 140733258366336 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/13283/statm: 14094 13068 708 1169 0 12921 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 56376

[startup+222.3 s]
/proc/loadavg: 1.99 1.98 1.92 3/175 13289
/proc/meminfo: memFree=31670636/32951124 swapFree=67060628/67111528
[pid=13283] ppid=13281 vsize=57512 CPUtime=222.29 cores=1,3,5,7
/proc/13283/stat : 13283 (scip-2.0.1.4_2.) R 13281 13283 8673 0 -1 4202496 20858 0 0 0 21955 274 0 0 25 0 1 0 889654440 58892288 13374 33554432000 4194304 8979876 140733258366336 18446744073709551615 7179822 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/13283/statm: 14378 13374 708 1169 0 13205 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 57512

[startup+282.3 s]
/proc/loadavg: 2.04 2.00 1.93 3/175 13291
/proc/meminfo: memFree=31667504/32951124 swapFree=67060628/67111528
[pid=13283] ppid=13281 vsize=60664 CPUtime=282.3 cores=1,3,5,7
/proc/13283/stat : 13283 (scip-2.0.1.4_2.) R 13281 13283 8673 0 -1 4202496 21630 0 0 0 27887 343 0 0 25 0 1 0 889654440 62119936 14146 33554432000 4194304 8979876 140733258366336 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/13283/statm: 15166 14146 708 1169 0 13993 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 60664

[startup+342.3 s]
/proc/loadavg: 2.01 2.00 1.93 3/175 13293
/proc/meminfo: memFree=31665612/32951124 swapFree=67060628/67111528
[pid=13283] ppid=13281 vsize=62612 CPUtime=342.3 cores=1,3,5,7
/proc/13283/stat : 13283 (scip-2.0.1.4_2.) R 13281 13283 8673 0 -1 4202496 22125 0 0 0 33816 414 0 0 25 0 1 0 889654440 64114688 14641 33554432000 4194304 8979876 140733258366336 18446744073709551615 7166778 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/13283/statm: 15653 14641 708 1169 0 14480 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 62612

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/175 13294
/proc/meminfo: memFree=31663348/32951124 swapFree=67060628/67111528
[pid=13283] ppid=13281 vsize=65052 CPUtime=402.3 cores=1,3,5,7
/proc/13283/stat : 13283 (scip-2.0.1.4_2.) R 13281 13283 8673 0 -1 4202496 22768 0 0 0 39740 490 0 0 25 0 1 0 889654440 66613248 15284 33554432000 4194304 8979876 140733258366336 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/13283/statm: 16263 15284 708 1169 0 15090 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 65052

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/175 13296
/proc/meminfo: memFree=31661208/32951124 swapFree=67060628/67111528
[pid=13283] ppid=13281 vsize=67172 CPUtime=462.31 cores=1,3,5,7
/proc/13283/stat : 13283 (scip-2.0.1.4_2.) R 13281 13283 8673 0 -1 4202496 23350 0 0 0 45667 564 0 0 25 0 1 0 889654440 68784128 15818 33554432000 4194304 8979876 140733258366336 18446744073709551615 7185068 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/13283/statm: 16793 15818 708 1169 0 15620 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 67172

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/175 13297
/proc/meminfo: memFree=31659060/32951124 swapFree=67060628/67111528
[pid=13283] ppid=13281 vsize=69444 CPUtime=522.3 cores=1,3,5,7
/proc/13283/stat : 13283 (scip-2.0.1.4_2.) R 13281 13283 8673 0 -1 4202496 23925 0 0 0 51594 636 0 0 25 0 1 0 889654440 71110656 16391 33554432000 4194304 8979876 140733258366336 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/13283/statm: 17361 16391 708 1169 0 16188 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 69444

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/175 13299
/proc/meminfo: memFree=31654940/32951124 swapFree=67060628/67111528
[pid=13283] ppid=13281 vsize=73456 CPUtime=582.3 cores=1,3,5,7
/proc/13283/stat : 13283 (scip-2.0.1.4_2.) R 13281 13283 8673 0 -1 4202496 24886 0 0 0 57527 703 0 0 25 0 1 0 889654440 75218944 17352 33554432000 4194304 8979876 140733258366336 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/13283/statm: 18364 17352 708 1169 0 17191 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 73456

[startup+642.301 s]

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

/proc/meminfo: memFree=31565152/32951124 swapFree=67060628/67111528
[pid=13283] ppid=13281 vsize=139412 CPUtime=1062.32 cores=1,3,5,7
/proc/13283/stat : 13283 (scip-2.0.1.4_2.) R 13281 13283 8673 0 -1 4202496 41063 0 0 0 104933 1299 0 0 25 0 1 0 889654440 142757888 33450 33554432000 4194304 8979876 140733258366336 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/13283/statm: 34853 33450 709 1169 0 33680 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 139412

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/175 13313
/proc/meminfo: memFree=31564500/32951124 swapFree=67060628/67111528
[pid=13283] ppid=13281 vsize=139412 CPUtime=1122.32 cores=1,3,5,7
/proc/13283/stat : 13283 (scip-2.0.1.4_2.) R 13281 13283 8673 0 -1 4202496 41137 0 0 0 110861 1371 0 0 25 0 1 0 889654440 142757888 33524 33554432000 4194304 8979876 140733258366336 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/13283/statm: 34853 33524 709 1169 0 33680 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 139412

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/175 13315
/proc/meminfo: memFree=31563604/32951124 swapFree=67060628/67111528
[pid=13283] ppid=13281 vsize=139412 CPUtime=1182.33 cores=1,3,5,7
/proc/13283/stat : 13283 (scip-2.0.1.4_2.) R 13281 13283 8673 0 -1 4202496 41394 0 0 0 116791 1442 0 0 25 0 1 0 889654440 142757888 33781 33554432000 4194304 8979876 140733258366336 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/13283/statm: 34853 33781 709 1169 0 33680 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 139412

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/175 13317
/proc/meminfo: memFree=31557864/32951124 swapFree=67060628/67111528
[pid=13283] ppid=13281 vsize=144528 CPUtime=1242.32 cores=1,3,5,7
/proc/13283/stat : 13283 (scip-2.0.1.4_2.) R 13281 13283 8673 0 -1 4202496 42820 0 0 0 122720 1512 0 0 25 0 1 0 889654440 147996672 35205 33554432000 4194304 8979876 140733258366336 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/13283/statm: 36132 35205 709 1169 0 34959 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 144528

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/175 13318
/proc/meminfo: memFree=31550020/32951124 swapFree=67060628/67111528
[pid=13283] ppid=13281 vsize=152416 CPUtime=1302.33 cores=1,3,5,7
/proc/13283/stat : 13283 (scip-2.0.1.4_2.) R 13281 13283 8673 0 -1 4202496 44743 0 0 0 128649 1584 0 0 25 0 1 0 889654440 156073984 37128 33554432000 4194304 8979876 140733258366336 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/13283/statm: 38104 37128 709 1169 0 36931 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 152416

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/175 13320
/proc/meminfo: memFree=31542288/32951124 swapFree=67060628/67111528
[pid=13283] ppid=13281 vsize=160016 CPUtime=1362.33 cores=1,3,5,7
/proc/13283/stat : 13283 (scip-2.0.1.4_2.) R 13281 13283 8673 0 -1 4202496 46680 0 0 0 134574 1659 0 0 25 0 1 0 889654440 163856384 39065 33554432000 4194304 8979876 140733258366336 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/13283/statm: 40004 39065 709 1169 0 38831 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 160016

[startup+1422.31 s]
/proc/loadavg: 2.04 2.01 1.94 3/175 13321
/proc/meminfo: memFree=31518932/32951124 swapFree=67060628/67111528
[pid=13283] ppid=13281 vsize=185112 CPUtime=1422.34 cores=1,3,5,7
/proc/13283/stat : 13283 (scip-2.0.1.4_2.) R 13281 13283 8673 0 -1 4202496 52478 0 0 0 140499 1735 0 0 25 0 1 0 889654440 189554688 44863 33554432000 4194304 8979876 140733258366336 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/13283/statm: 46278 44863 709 1169 0 45105 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 185112

[startup+1482.3 s]
/proc/loadavg: 2.01 2.01 1.94 3/175 13323
/proc/meminfo: memFree=31518772/32951124 swapFree=67060628/67111528
[pid=13283] ppid=13281 vsize=185112 CPUtime=1482.33 cores=1,3,5,7
/proc/13283/stat : 13283 (scip-2.0.1.4_2.) R 13281 13283 8673 0 -1 4202496 52554 0 0 0 146427 1806 0 0 25 0 1 0 889654440 189554688 44939 33554432000 4194304 8979876 140733258366336 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/13283/statm: 46278 44939 709 1169 0 45105 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 185112

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/175 13325
/proc/meminfo: memFree=31515528/32951124 swapFree=67060628/67111528
[pid=13283] ppid=13281 vsize=186992 CPUtime=1542.34 cores=1,3,5,7
/proc/13283/stat : 13283 (scip-2.0.1.4_2.) R 13281 13283 8673 0 -1 4202496 53390 0 0 0 152348 1886 0 0 25 0 1 0 889654440 191479808 45775 33554432000 4194304 8979876 140733258366336 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/13283/statm: 46748 45775 709 1169 0 45575 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 186992

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/175 13326
/proc/meminfo: memFree=31506204/32951124 swapFree=67060628/67111528
[pid=13283] ppid=13281 vsize=196260 CPUtime=1602.34 cores=1,3,5,7
/proc/13283/stat : 13283 (scip-2.0.1.4_2.) R 13281 13283 8673 0 -1 4202496 55715 0 0 0 158275 1959 0 0 25 0 1 0 889654440 200970240 48100 33554432000 4194304 8979876 140733258366336 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/13283/statm: 49065 48100 709 1169 0 47892 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 196260

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/175 13328
/proc/meminfo: memFree=31494516/32951124 swapFree=67060628/67111528
[pid=13283] ppid=13281 vsize=207816 CPUtime=1662.34 cores=1,3,5,7
/proc/13283/stat : 13283 (scip-2.0.1.4_2.) R 13281 13283 8673 0 -1 4202496 58642 0 0 0 164203 2031 0 0 25 0 1 0 889654440 212803584 51011 33554432000 4194304 8979876 140733258366336 18446744073709551615 7184622 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/13283/statm: 51954 51011 709 1169 0 50781 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 207816

[startup+1722.3 s]
/proc/loadavg: 1.78 1.95 1.92 2/169 13353
/proc/meminfo: memFree=31616816/32951124 swapFree=67060628/67111528
[pid=13283] ppid=13281 vsize=219932 CPUtime=1722.34 cores=1,3,5,7
/proc/13283/stat : 13283 (scip-2.0.1.4_2.) R 13281 13283 8673 0 -1 4202496 61655 0 0 0 170109 2125 0 0 25 0 1 0 889654440 225210368 54017 33554432000 4194304 8979876 140733258366336 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/13283/statm: 54983 54017 709 1169 0 53810 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 219932

[startup+1782.3 s]
/proc/loadavg: 1.28 1.77 1.86 2/169 13355
/proc/meminfo: memFree=31607976/32951124 swapFree=67060628/67111528
[pid=13283] ppid=13281 vsize=228852 CPUtime=1782.34 cores=1,3,5,7
/proc/13283/stat : 13283 (scip-2.0.1.4_2.) R 13281 13283 8673 0 -1 4202496 63926 0 0 0 175966 2268 0 0 25 0 1 0 889654440 234344448 56287 33554432000 4194304 8979876 140733258366336 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/13283/statm: 57213 56287 709 1169 0 56040 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 228852

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

[startup+1785.5 s]
/proc/loadavg: 1.26 1.76 1.85 2/169 13355
/proc/meminfo: memFree=31607232/32951124 swapFree=67060628/67111528
[pid=13283] ppid=13281 vsize=229656 CPUtime=1785.54 cores=1,3,5,7
/proc/13283/stat : 13283 (scip-2.0.1.4_2.) R 13281 13283 8673 0 -1 4202496 64127 0 0 0 176280 2274 0 0 25 0 1 0 889654440 235167744 56488 33554432000 4194304 8979876 140733258366336 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/13283/statm: 57414 56488 709 1169 0 56241 0
Current children cumulated CPU time (s) 1785.54
Current children cumulated vsize (KiB) 229656

[startup+1791.91 s]
/proc/loadavg: 1.24 1.75 1.85 2/169 13355
/proc/meminfo: memFree=31606100/32951124 swapFree=67060628/67111528
[pid=13283] ppid=13281 vsize=230676 CPUtime=1791.95 cores=1,3,5,7
/proc/13283/stat : 13283 (scip-2.0.1.4_2.) R 13281 13283 8673 0 -1 4202496 64357 0 0 0 176908 2287 0 0 25 0 1 0 889654440 236212224 56718 33554432000 4194304 8979876 140733258366336 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/13283/statm: 57669 56718 709 1169 0 56496 0
Current children cumulated CPU time (s) 1791.95
Current children cumulated vsize (KiB) 230676

[startup+1795.1 s]
/proc/loadavg: 1.22 1.74 1.85 2/169 13355
/proc/meminfo: memFree=31605724/32951124 swapFree=67060628/67111528
[pid=13283] ppid=13281 vsize=231052 CPUtime=1795.15 cores=1,3,5,7
/proc/13283/stat : 13283 (scip-2.0.1.4_2.) R 13281 13283 8673 0 -1 4202496 64459 0 0 0 177220 2295 0 0 25 0 1 0 889654440 236597248 56820 33554432000 4194304 8979876 140733258366336 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/13283/statm: 57763 56820 709 1169 0 56590 0
Current children cumulated CPU time (s) 1795.15
Current children cumulated vsize (KiB) 231052

[startup+1795.9 s]
/proc/loadavg: 1.22 1.74 1.85 2/169 13355
/proc/meminfo: memFree=31605724/32951124 swapFree=67060628/67111528
[pid=13283] ppid=13281 vsize=231208 CPUtime=1795.94 cores=1,3,5,7
/proc/13283/stat : 13283 (scip-2.0.1.4_2.) R 13281 13283 8673 0 -1 4202496 64496 0 0 0 177297 2297 0 0 25 0 1 0 889654440 236756992 56857 33554432000 4194304 8979876 140733258366336 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/13283/statm: 57802 56857 709 1169 0 56629 0
Current children cumulated CPU time (s) 1795.94
Current children cumulated vsize (KiB) 231208

[startup+1796.7 s]
/proc/loadavg: 1.22 1.74 1.85 2/169 13355
/proc/meminfo: memFree=31605596/32951124 swapFree=67060628/67111528
[pid=13283] ppid=13281 vsize=231208 CPUtime=1796.74 cores=1,3,5,7
/proc/13283/stat : 13283 (scip-2.0.1.4_2.) R 13281 13283 8673 0 -1 4202496 64501 0 0 0 177375 2299 0 0 25 0 1 0 889654440 236756992 56862 33554432000 4194304 8979876 140733258366336 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/13283/statm: 57802 56862 709 1169 0 56629 0
Current children cumulated CPU time (s) 1796.74
Current children cumulated vsize (KiB) 231208

[startup+1797.1 s]
/proc/loadavg: 1.22 1.74 1.85 2/169 13355
/proc/meminfo: memFree=31605596/32951124 swapFree=67060628/67111528
[pid=13283] ppid=13281 vsize=178728 CPUtime=1797.14 cores=1,3,5,7
/proc/13283/stat : 13283 (scip-2.0.1.4_2.) R 13281 13283 8673 0 -1 4202496 64507 0 0 0 177415 2299 0 0 25 0 1 0 889654440 183017472 36983 33554432000 4194304 8979876 140733258366336 18446744073709551615 8073290 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/13283/statm: 44682 36909 712 1169 0 43509 0
Current children cumulated CPU time (s) 1797.14
Current children cumulated vsize (KiB) 178728

Child status: 0
Real time (s): 1797.11
CPU time (s): 1797.16
CPU user time (s): 1774.15
CPU system time (s): 23.0045
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 231208

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1774.15
system time used= 23.0045
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 64512
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5
involuntary context switches= 2699

runsolver used 2.47562 second user time and 5.70213 second system time

The end

Launcher Data

Begin job on node106 at 2011-06-11 10:22:20
IDJOB=3485076
IDBENCH=48122
IDSOLVER=1977
FILE ID=node106/3485076-1307780540
RUNJOBID= node106-1307776781-12799
PBS_JOBID= 13550854
Free space on /tmp= 74004 MiB

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

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

MD5SUM BENCH= 08d7a5060b972f308367859ff82f87f6
RANDOM SEED=1655188834

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31723260 kB
Buffers:        135428 kB
Cached:         823084 kB
SwapCached:      12488 kB
Active:         357992 kB
Inactive:       711564 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31723260 kB
SwapTotal:    67111528 kB
SwapFree:     67060628 kB
Dirty:           17028 kB
Writeback:           0 kB
AnonPages:      109364 kB
Mapped:          12992 kB
Slab:            94268 kB
PageTables:       4392 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   277324 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= 74004 MiB
End job on node106 at 2011-06-11 10:52:18