Trace number 3485098

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.11 1797.08

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_200_10_3.opb
MD5SUM9e4e432c8df29dadb31632f81ac67b02
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark21
Best CPU time to get the best result obtained on this benchmark1797.11
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 26
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 constraint21
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)2488
Sum of products size (including duplicates)4976
Number of different products2488
Sum of products size4976

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-3485098-1307781670.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, 71340 impls, 0 clqs
0.09/0.10	c    (0.1s) probing: 101/2688 (3.8%) - 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  71340 implications, 0 cliques
0.09/0.10	c presolved problem has 2688 variables (2688 bin, 0 int, 0 impl, 0 cont) and 2688 constraints
0.09/0.10	c    2488 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 |     - |  12M|   0 | 400 |2688 |2688 |2688 |5176 |   0 |   0 |   0 | 0.000000e+00 | 2.000000e+02 |    Inf 
0.09/0.13	o 48
0.09/0.13	c s 0.1s|     1 |     0 |   400 |     - |  12M|   0 | 400 |2688 |2688 |2688 |5176 |   0 |   0 |   0 | 0.000000e+00 | 4.800000e+01 |    Inf 
0.39/0.41	c   0.4s|     1 |     0 |  1000 |     - |  13M|   0 | 400 |2688 |2688 |2688 |5577 | 401 |   0 |   0 | 0.000000e+00 | 4.800000e+01 |    Inf 
0.59/0.61	c   0.6s|     1 |     0 |  1600 |     - |  13M|   0 | 400 |2688 |2688 |2688 |5981 | 805 |   0 |   0 | 0.000000e+00 | 4.800000e+01 |    Inf 
0.59/0.61	o 45
0.59/0.61	c s 0.6s|     1 |     0 |  1600 |     - |  13M|   0 | 400 |2688 |2688 |2688 |5981 | 805 |   0 |   0 | 0.000000e+00 | 4.500000e+01 |    Inf 
0.79/0.82	c   0.8s|     1 |     0 |  2200 |     - |  13M|   0 | 400 |2688 |2688 |2688 |6381 |1205 |   0 |   0 | 0.000000e+00 | 4.500000e+01 |    Inf 
0.99/1.05	c   1.1s|     1 |     0 |  2801 |     - |  13M|   0 | 400 |2688 |2688 |2688 |6783 |1607 |   0 |   0 | 0.000000e+00 | 4.500000e+01 |    Inf 
0.99/1.06	o 43
0.99/1.06	c s 1.1s|     1 |     0 |  2801 |     - |  13M|   0 | 400 |2688 |2688 |2688 |6783 |1607 |   0 |   0 | 0.000000e+00 | 4.300000e+01 |    Inf 
1.59/1.63	c   1.6s|     1 |     0 |  5751 |     - |  13M|   0 | 981 |2688 |2688 |2688 |7183 |2007 |   0 |   0 | 1.044482e+01 | 4.300000e+01 | 311.69%
2.59/2.66	c   2.7s|     1 |     0 |  6988 |     - |  14M|   0 |1328 |2688 |2688 |2688 |7457 |2281 |   0 |   0 | 1.370998e+01 | 4.300000e+01 | 213.64%
4.09/4.16	c   4.2s|     1 |     0 |  7948 |     - |  15M|   0 |1513 |2688 |2688 |2688 |7546 |2370 |   0 |   0 | 1.426873e+01 | 4.300000e+01 | 201.36%
4.09/4.17	o 39
4.09/4.17	c s 4.2s|     1 |     0 |  7948 |     - |  15M|   0 |1513 |2688 |2688 |2688 |7546 |2370 |   0 |   0 | 1.426873e+01 | 3.900000e+01 | 173.32%
5.69/5.71	c   5.7s|     1 |     0 |  8251 |     - |  15M|   0 |1641 |2688 |2688 |2688 |7590 |2414 |   0 |   0 | 1.438114e+01 | 3.900000e+01 | 171.19%
7.39/7.46	c   7.5s|     1 |     0 |  8425 |     - |  15M|   0 |1696 |2688 |2688 |2688 |7612 |2436 |   0 |   0 | 1.448153e+01 | 3.900000e+01 | 169.31%
9.19/9.27	c   9.3s|     1 |     0 |  8663 |     - |  15M|   0 |1787 |2688 |2688 |2688 |7621 |2445 |   0 |   0 | 1.454358e+01 | 3.900000e+01 | 168.16%
11.00/11.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
11.00/11.04	c  11.0s|     1 |     0 |  8665 |     - |  14M|   0 |1788 |2688 |2688 |2688 |2742 |2447 |   0 |   0 | 1.454358e+01 | 3.900000e+01 | 168.16%
11.00/11.04	c  11.0s|     1 |     0 |  8665 |     - |  14M|   0 |1788 |2688 |2688 |2688 |2742 |2447 |   0 |   0 | 1.454358e+01 | 3.900000e+01 | 168.16%
11.49/11.52	c  11.5s|     1 |     0 |  8666 |     - |  14M|   0 |1788 |2688 |2688 |2688 |2743 |2448 |   0 |   0 | 1.454358e+01 | 3.900000e+01 | 168.16%
11.99/12.01	c  12.0s|     1 |     0 |  8693 |     - |  14M|   0 |1771 |2688 |2688 |2688 |2744 |2449 |   0 |   0 | 1.454587e+01 | 3.900000e+01 | 168.12%
12.39/12.48	c  12.5s|     1 |     0 |  8697 |     - |  14M|   0 |1772 |2688 |2688 |2688 |2748 |2453 |   0 |   0 | 1.454588e+01 | 3.900000e+01 | 168.12%
14.39/14.40	c  14.4s|     1 |     2 |  8697 |     - |  14M|   0 |1772 |2688 |2688 |2688 |2748 |2453 |   0 |  11 | 1.454588e+01 | 3.900000e+01 | 168.12%
49.89/49.92	o 24
49.89/49.92	c c49.9s|   112 |   113 | 54918 | 416.4 |  15M|  16 |   - |2688 |2688 |2688 |2807 |3771 |   0 | 448 | 1.520747e+01 | 2.400000e+01 |  57.82%
57.80/57.85	o 22
57.80/57.85	c *57.9s|   236 |   220 | 85203 | 325.6 |  15M|  21 |   - |2688 |2688 |2688 |2775 |4882 |   0 | 456 | 1.528858e+01 | 2.200000e+01 |  43.90%
793.41/793.44	c   793s| 10000 |  9898 |  2717k| 270.9 |  41M|  37 | 932 |2688 |2689 |2688 |2791 |  77k|   1 |2204 | 1.709022e+01 | 2.200000e+01 |  28.73%
1432.92/1432.98	c  1433s| 20000 | 19778 |  5090k| 254.1 |  67M|  39 |1241 |2688 |2689 |2688 |2779 | 144k|   1 |3294 | 1.737041e+01 | 2.200000e+01 |  26.65%
1755.32/1755.33	o 21
1755.32/1755.33	c *1755s| 25286 | 23320 |  6296k| 248.7 |  71M|  39 |   - |2688 |2689 |2688 |2811 | 179k|   1 |3773 | 1.744683e+01 | 2.100000e+01 |  20.37%
1797.02/1797.01	c 
1797.02/1797.01	c SCIP Status        : solving was interrupted [time limit reached]
1797.02/1797.01	c Solving Time (sec) : 1797.01
1797.02/1797.01	c Solving Nodes      : 25993
1797.02/1797.01	c Primal Bound       : +2.10000000000000e+01 (8 solutions)
1797.02/1797.01	c Dual Bound         : +1.74566458264669e+01
1797.02/1797.01	c Gap                : 20.30 %
1797.02/1797.01	s SATISFIABLE
1797.02/1797.01	v -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 x191 -x190 -x189 -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 
1797.02/1797.01	v -x178 -x177 -x176 x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 
1797.02/1797.01	v -x157 -x156 -x155 x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 
1797.02/1797.01	v -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 x128 -x127 -x126 -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 
1797.02/1797.01	v -x115 -x114 -x113 -x112 -x111 -x110 x109 -x108 -x107 -x106 -x105 -x104 -x103 -x102 -x101 -x100 -x99 -x98 -x97 -x96 x95 -x94 
1797.02/1797.01	v -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.02/1797.01	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 -x43 
1797.02/1797.01	v -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.02/1797.01	v x16 -x15 -x14 -x13 -x12 -x11 x10 x9 -x8 -x7 -x6 x5 -x4 -x3 x2 -x1 
1797.02/1797.01	c SCIP Status        : solving was interrupted [time limit reached]
1797.02/1797.01	c Total Time         :    1797.01
1797.02/1797.01	c   solving          :    1797.01
1797.02/1797.01	c   presolving       :       0.09 (included in solving)
1797.02/1797.01	c   reading          :       0.00 (included in solving)
1797.02/1797.01	c Original Problem   :
1797.02/1797.01	c   Problem name     : HOME/instance-3485098-1307781670.opb
1797.02/1797.01	c   Variables        : 200 (200 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.02/1797.01	c   Constraints      : 200 initial, 200 maximal
1797.02/1797.01	c Presolved Problem  :
1797.02/1797.01	c   Problem name     : t_HOME/instance-3485098-1307781670.opb
1797.02/1797.01	c   Variables        : 2688 (2688 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.02/1797.01	c   Constraints      : 2688 initial, 2689 maximal
1797.02/1797.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1797.02/1797.01	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1797.02/1797.01	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1797.02/1797.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1797.02/1797.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1797.02/1797.01	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1797.02/1797.01	c   probing          :       0.02          0          0          0          0          0          0          0          0          0
1797.02/1797.01	c   and              :       0.06          0          0          0          0          0          0          0          0          0
1797.02/1797.01	c   linear           :       0.00          0          0          0          0          0          0          0          0          0
1797.02/1797.01	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1797.02/1797.01	c   root node        :          -          0          -          -          0          -          -          -          -          -
1797.02/1797.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1797.02/1797.01	c   integral         :          0          0          0      25841          0         68          0          2          9          0          0      51666
1797.02/1797.01	c   and              :       2488      63389     295649          2          1         63          3          1     585253     183764          0          0
1797.02/1797.01	c   logicor          :        200+        15     115267          2          1          6          0          0          0          0          0          0
1797.02/1797.01	c   countsols        :          0          0          0          2          1          9          0          0          0          0          0          0
1797.02/1797.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1797.02/1797.01	c   integral         :     114.81       0.00       0.00     114.81       0.00       0.00       0.00
1797.02/1797.01	c   and              :      54.29      43.78      10.51       0.00       0.00       0.00       0.00
1797.02/1797.01	c   logicor          :       0.37       0.00       0.37       0.00       0.00       0.00       0.00
1797.02/1797.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1797.02/1797.01	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1797.02/1797.01	c   vbounds          :          0          0          0          0
1797.02/1797.01	c   rootredcost      :          3          0          0          0
1797.02/1797.01	c   pseudoobj        :     296073          0          0          0
1797.02/1797.01	c Propagator Timings :  TotalTime  Propagate    Resprop
1797.02/1797.01	c   vbounds          :       0.06       0.06       0.00
1797.02/1797.01	c   rootredcost      :       0.06       0.06       0.00
1797.02/1797.01	c   pseudoobj        :       1.29       1.29       0.00
1797.02/1797.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1797.02/1797.01	c   propagation      :       0.00          1          1          1        3.0          0        0.0          -
1797.02/1797.01	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1797.02/1797.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1797.02/1797.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1797.02/1797.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1797.02/1797.01	c   applied globally :          -          -          -          1        3.0          -          -          -
1797.02/1797.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1797.02/1797.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1797.02/1797.01	c   cut pool         :       0.00         14          -          -          0          -    (maximal pool size: 2729)
1797.02/1797.01	c   redcost          :       1.69      63389          0      16323          0          0
1797.02/1797.01	c   impliedbounds    :       0.01         15          0          0       2590          0
1797.02/1797.01	c   intobj           :       0.00          0          0          0          0          0
1797.02/1797.01	c   gomory           :       5.64         15          0          0       2720          0
1797.02/1797.01	c   cgmip            :       0.00          0          0          0          0          0
1797.02/1797.01	c   closecuts        :       0.00          0          0          0          0          0
1797.02/1797.01	c   strongcg         :       4.47         15          0          0       3504          0
1797.02/1797.01	c   cmir             :       0.72         10          0          0       2000          0
1797.02/1797.01	c   flowcover        :       0.31         10          0          0          0          0
1797.02/1797.01	c   clique           :       0.12         15          0          0         16          0
1797.02/1797.01	c   zerohalf         :       0.00          0          0          0          0          0
1797.02/1797.01	c   mcf              :       0.00          1          0          0          0          0
1797.02/1797.01	c   oddcycle         :       0.00          0          0          0          0          0
1797.02/1797.01	c   rapidlearning    :       0.07          1          0          0          0          0
1797.02/1797.01	c Pricers            :       Time      Calls       Vars
1797.02/1797.01	c   problem variables:       0.00          1         64
1797.02/1797.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1797.02/1797.01	c   relpscost        :     114.77      25839          2          9          0          0      51666
1797.02/1797.01	c   pscost           :       0.00          0          0          0          0          0          0
1797.02/1797.01	c   inference        :       0.00          1          0          0          0          0          2
1797.02/1797.01	c   mostinf          :       0.00          0          0          0          0          0          0
1797.02/1797.01	c   leastinf         :       0.00          0          0          0          0          0          0
1797.02/1797.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1797.02/1797.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1797.02/1797.01	c   random           :       0.00          0          0          0          0          0          0
1797.02/1797.01	c Primal Heuristics  :       Time      Calls      Found
1797.02/1797.01	c   LP solutions     :       0.01          -          2
1797.02/1797.01	c   pseudo solutions :       0.00          -          0
1797.02/1797.01	c   oneopt           :       0.02          7          0
1797.02/1797.01	c   veclendiving     :      46.50        165          0
1797.02/1797.01	c   pscostdiving     :      69.84        174          0
1797.02/1797.01	c   fracdiving       :      85.34        240          0
1797.02/1797.01	c   coefdiving       :      77.96        306          1
1797.02/1797.01	c   trivial          :       0.00          2          1
1797.02/1797.01	c   shiftandpropagate:       0.00          0          0
1797.02/1797.01	c   simplerounding   :       0.03          0          0
1797.02/1797.01	c   zirounding       :       0.30       1000          0
1797.02/1797.01	c   rounding         :       3.83       3588          0
1797.02/1797.01	c   shifting         :       6.35       5389          4
1797.02/1797.01	c   intshifting      :       0.00          0          0
1797.02/1797.01	c   twoopt           :       0.00          0          0
1797.02/1797.01	c   fixandinfer      :       0.00          0          0
1797.02/1797.01	c   feaspump         :       0.00          0          0
1797.02/1797.01	c   clique           :       0.00          0          0
1797.02/1797.01	c   intdiving        :       0.00          0          0
1797.02/1797.01	c   actconsdiving    :       0.00          0          0
1797.02/1797.01	c   objpscostdiving  :      18.73          7          0
1797.02/1797.01	c   rootsoldiving    :       9.27         27          0
1797.02/1797.01	c   linesearchdiving :      71.24        267          0
1797.02/1797.01	c   guideddiving     :      84.55        226          0
1797.02/1797.01	c   octane           :       0.00          0          0
1797.02/1797.01	c   rens             :       0.01          0          0
1797.02/1797.01	c   rins             :       0.00          0          0
1797.02/1797.01	c   localbranching   :       0.00          0          0
1797.02/1797.01	c   mutation         :       0.00          0          0
1797.02/1797.01	c   crossover        :       0.21          5          0
1797.02/1797.01	c   dins             :       0.00          0          0
1797.02/1797.01	c   vbounds          :       0.00          0          0
1797.02/1797.01	c   undercover       :       0.01          1          0
1797.02/1797.01	c   subnlp           :       0.01          0          0
1797.02/1797.01	c   trysol           :       0.01          0          0
1797.02/1797.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1797.02/1797.01	c   primal LP        :      14.15          0          0       0.00       0.00
1797.02/1797.01	c   dual LP          :    1088.26      65287    4709258      72.13    4327.33
1797.02/1797.01	c   lex dual LP      :       0.00          0          0       0.00          -
1797.02/1797.01	c   barrier LP       :       0.00          0          0       0.00          -
1797.02/1797.01	c   diving/probing LP:     405.33     110392    1743857      15.80    4302.29
1797.02/1797.01	c   strong branching :     113.91       3792     499699     131.78    4386.75
1797.02/1797.01	c     (at root node) :          -         11       6085     553.18          -
1797.02/1797.01	c   conflict analysis:       0.00          0          0       0.00          -
1797.02/1797.01	c B&B Tree           :
1797.02/1797.01	c   number of runs   :          1
1797.02/1797.01	c   nodes            :      25993
1797.02/1797.01	c   nodes (total)    :      25993
1797.02/1797.01	c   nodes left       :      23957
1797.02/1797.01	c   max depth        :         39
1797.02/1797.01	c   max depth (total):         39
1797.02/1797.01	c   backtracks       :       6604 (25.4%)
1797.02/1797.01	c   delayed cutoffs  :          0
1797.02/1797.01	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1797.02/1797.01	c   avg switch length:       7.64
1797.02/1797.01	c   switching time   :      18.38
1797.02/1797.01	c Solution           :
1797.02/1797.01	c   Solutions found  :          8 (8 improvements)
1797.02/1797.01	c   First Solution   : +2.00000000000000e+02   (in run 1, after 0 nodes, 0.02 seconds, depth 0, found by <trivial>)
1797.02/1797.01	c   Primal Bound     : +2.10000000000000e+01   (in run 1, after 25286 nodes, 1755.33 seconds, depth 35, found by <relaxation>)
1797.02/1797.01	c   Dual Bound       : +1.74566458264669e+01
1797.02/1797.01	c   Gap              :      20.30 %
1797.02/1797.01	c   Root Dual Bound  : +1.45458770379233e+01
1797.02/1797.01	c   Root Iterations  :       8697
1797.02/1797.07	c Time complete: 1797.1.

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-3485098-1307781670/watcher-3485098-1307781670 -o /tmp/evaluation-result-3485098-1307781670/solver-3485098-1307781670 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3485098-1307781670.opb -t 1800 -m 15500 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.93 2/177 15089
/proc/meminfo: memFree=31195924/32951124 swapFree=67054524/67111528
[pid=15089] ppid=15087 vsize=10104 CPUtime=0 cores=0,2,4,6
/proc/15089/stat : 15089 (scip-2.0.1.4_2.) R 15087 15089 8152 0 -1 4202496 1545 0 0 0 0 0 0 0 25 0 1 0 889765526 10346496 1499 33554432000 4194304 8979876 140737230234272 18446744073709551615 7790414 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/15089/statm: 2526 1500 368 1169 0 1353 0

[startup+0.0776701 s]
/proc/loadavg: 2.00 2.00 1.93 2/177 15089
/proc/meminfo: memFree=31195924/32951124 swapFree=67054524/67111528
[pid=15089] ppid=15087 vsize=25280 CPUtime=0.07 cores=0,2,4,6
/proc/15089/stat : 15089 (scip-2.0.1.4_2.) R 15087 15089 8152 0 -1 4202496 5340 0 0 0 7 0 0 0 25 0 1 0 889765526 25886720 5037 33554432000 4194304 8979876 140737230234272 18446744073709551615 4801941 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/15089/statm: 6320 5037 503 1169 0 5147 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 25280

[startup+0.100647 s]
/proc/loadavg: 2.00 2.00 1.93 2/177 15089
/proc/meminfo: memFree=31195924/32951124 swapFree=67054524/67111528
[pid=15089] ppid=15087 vsize=25280 CPUtime=0.09 cores=0,2,4,6
/proc/15089/stat : 15089 (scip-2.0.1.4_2.) R 15087 15089 8152 0 -1 4202496 5400 0 0 0 9 0 0 0 25 0 1 0 889765526 25886720 5097 33554432000 4194304 8979876 140737230234272 18446744073709551615 4222997 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/15089/statm: 6320 5097 520 1169 0 5147 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25280

[startup+0.300633 s]
/proc/loadavg: 2.00 2.00 1.93 2/177 15089
/proc/meminfo: memFree=31195924/32951124 swapFree=67054524/67111528
[pid=15089] ppid=15087 vsize=39100 CPUtime=0.29 cores=0,2,4,6
/proc/15089/stat : 15089 (scip-2.0.1.4_2.) R 15087 15089 8152 0 -1 4202496 10496 0 0 0 29 0 0 0 25 0 1 0 889765526 40038400 8791 33554432000 4194304 8979876 140737230234272 18446744073709551615 6254556 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/15089/statm: 9775 8791 652 1169 0 8602 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 39100

[startup+0.700567 s]
/proc/loadavg: 2.00 2.00 1.93 2/177 15089
/proc/meminfo: memFree=31195924/32951124 swapFree=67054524/67111528
[pid=15089] ppid=15087 vsize=52732 CPUtime=0.69 cores=0,2,4,6
/proc/15089/stat : 15089 (scip-2.0.1.4_2.) R 15087 15089 8152 0 -1 4202496 15698 0 0 0 68 1 0 0 25 0 1 0 889765526 53997568 12186 33554432000 4194304 8979876 140737230234272 18446744073709551615 4669151 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/15089/statm: 13183 12186 681 1169 0 12010 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 52732

[startup+1.50041 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 15090
/proc/meminfo: memFree=31149316/32951124 swapFree=67054524/67111528
[pid=15089] ppid=15087 vsize=52732 CPUtime=1.49 cores=0,2,4,6
/proc/15089/stat : 15089 (scip-2.0.1.4_2.) R 15087 15089 8152 0 -1 4202496 15703 0 0 0 147 2 0 0 25 0 1 0 889765526 53997568 12191 33554432000 4194304 8979876 140737230234272 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/15089/statm: 13183 12191 681 1169 0 12010 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 52732

[startup+3.10116 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 15090
/proc/meminfo: memFree=31148572/32951124 swapFree=67054524/67111528
[pid=15089] ppid=15087 vsize=52732 CPUtime=3.09 cores=0,2,4,6
/proc/15089/stat : 15089 (scip-2.0.1.4_2.) R 15087 15089 8152 0 -1 4202496 15795 0 0 0 306 3 0 0 25 0 1 0 889765526 53997568 12283 33554432000 4194304 8979876 140737230234272 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/15089/statm: 13183 12283 685 1169 0 12010 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 52732

[startup+6.3006 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 15090
/proc/meminfo: memFree=31148516/32951124 swapFree=67054524/67111528
[pid=15089] ppid=15087 vsize=53488 CPUtime=6.29 cores=0,2,4,6
/proc/15089/stat : 15089 (scip-2.0.1.4_2.) R 15087 15089 8152 0 -1 4202496 15979 0 0 0 625 4 0 0 25 0 1 0 889765526 54771712 12467 33554432000 4194304 8979876 140737230234272 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/15089/statm: 13372 12467 685 1169 0 12199 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 53488

[startup+12.7005 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 15091
/proc/meminfo: memFree=31145632/32951124 swapFree=67054524/67111528
[pid=15089] ppid=15087 vsize=56248 CPUtime=12.69 cores=0,2,4,6
/proc/15089/stat : 15089 (scip-2.0.1.4_2.) R 15087 15089 8152 0 -1 4202496 16556 0 0 0 1264 5 0 0 25 0 1 0 889765526 57597952 13044 33554432000 4194304 8979876 140737230234272 18446744073709551615 7836048 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/15089/statm: 14062 13044 685 1169 0 12889 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 56248

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 15091
/proc/meminfo: memFree=31146004/32951124 swapFree=67054524/67111528
[pid=15089] ppid=15087 vsize=56248 CPUtime=25.49 cores=0,2,4,6
/proc/15089/stat : 15089 (scip-2.0.1.4_2.) R 15087 15089 8152 0 -1 4202496 16561 0 0 0 2535 14 0 0 25 0 1 0 889765526 57597952 13049 33554432000 4194304 8979876 140737230234272 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/15089/statm: 14062 13049 690 1169 0 12889 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 56248

[startup+51.1011 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 15091
/proc/meminfo: memFree=31143536/32951124 swapFree=67054524/67111528
[pid=15089] ppid=15087 vsize=56248 CPUtime=51.1 cores=0,2,4,6
/proc/15089/stat : 15089 (scip-2.0.1.4_2.) R 15087 15089 8152 0 -1 4202496 16564 0 0 0 5078 32 0 0 25 0 1 0 889765526 57597952 13052 33554432000 4194304 8979876 140737230234272 18446744073709551615 7226379 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/15089/statm: 14062 13052 693 1169 0 12889 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 56248

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 15093
/proc/meminfo: memFree=31138092/32951124 swapFree=67054524/67111528
[pid=15089] ppid=15087 vsize=55492 CPUtime=102.3 cores=0,2,4,6
/proc/15089/stat : 15089 (scip-2.0.1.4_2.) R 15087 15089 8152 0 -1 4202496 20254 0 0 0 10167 63 0 0 25 0 1 0 889765526 56823808 12908 33554432000 4194304 8979876 140737230234272 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/15089/statm: 13873 12908 707 1169 0 12700 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 55492

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 15095
/proc/meminfo: memFree=31138156/32951124 swapFree=67054524/67111528
[pid=15089] ppid=15087 vsize=55492 CPUtime=162.29 cores=0,2,4,6
/proc/15089/stat : 15089 (scip-2.0.1.4_2.) R 15087 15089 8152 0 -1 4202496 20258 0 0 0 16132 97 0 0 25 0 1 0 889765526 56823808 12912 33554432000 4194304 8979876 140737230234272 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/15089/statm: 13873 12912 707 1169 0 12700 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 55492

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 15096
/proc/meminfo: memFree=31136368/32951124 swapFree=67054524/67111528
[pid=15089] ppid=15087 vsize=57052 CPUtime=222.29 cores=0,2,4,6
/proc/15089/stat : 15089 (scip-2.0.1.4_2.) R 15087 15089 8152 0 -1 4202496 20617 0 0 0 22098 131 0 0 25 0 1 0 889765526 58421248 13271 33554432000 4194304 8979876 140737230234272 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/15089/statm: 14263 13271 707 1169 0 13090 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 57052

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 15098
/proc/meminfo: memFree=31130744/32951124 swapFree=67054524/67111528
[pid=15089] ppid=15087 vsize=60424 CPUtime=282.3 cores=0,2,4,6
/proc/15089/stat : 15089 (scip-2.0.1.4_2.) R 15087 15089 8152 0 -1 4202496 25925 0 0 0 28063 167 0 0 25 0 1 0 889765526 61874176 14117 33554432000 4194304 8979876 140737230234272 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/15089/statm: 15106 14117 707 1169 0 13933 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 60424

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 15099
/proc/meminfo: memFree=31108620/32951124 swapFree=67054524/67111528
[pid=15089] ppid=15087 vsize=80780 CPUtime=342.3 cores=0,2,4,6
/proc/15089/stat : 15089 (scip-2.0.1.4_2.) R 15087 15089 8152 0 -1 4202496 30545 0 0 0 34031 199 0 0 25 0 1 0 889765526 82718720 18737 33554432000 4194304 8979876 140737230234272 18446744073709551615 7179822 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/15089/statm: 20195 18737 707 1169 0 19022 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 80780

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 15101
/proc/meminfo: memFree=31104964/32951124 swapFree=67054524/67111528
[pid=15089] ppid=15087 vsize=80780 CPUtime=402.29 cores=0,2,4,6
/proc/15089/stat : 15089 (scip-2.0.1.4_2.) R 15087 15089 8152 0 -1 4202496 30549 0 0 0 39998 231 0 0 25 0 1 0 889765526 82718720 18741 33554432000 4194304 8979876 140737230234272 18446744073709551615 7046373 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/15089/statm: 20195 18741 707 1169 0 19022 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 80780

[startup+462.301 s]
/proc/loadavg: 2.07 2.02 1.94 3/178 15103
/proc/meminfo: memFree=31098464/32951124 swapFree=67054524/67111528
[pid=15089] ppid=15087 vsize=80780 CPUtime=462.3 cores=0,2,4,6
/proc/15089/stat : 15089 (scip-2.0.1.4_2.) R 15087 15089 8152 0 -1 4202496 30803 0 0 0 45965 265 0 0 25 0 1 0 889765526 82718720 18995 33554432000 4194304 8979876 140737230234272 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/15089/statm: 20195 18995 707 1169 0 19022 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 80780

[startup+522.301 s]
/proc/loadavg: 2.02 2.01 1.94 3/178 15104
/proc/meminfo: memFree=31090104/32951124 swapFree=67054524/67111528
[pid=15089] ppid=15087 vsize=80780 CPUtime=522.3 cores=0,2,4,6
/proc/15089/stat : 15089 (scip-2.0.1.4_2.) R 15087 15089 8152 0 -1 4202496 30807 0 0 0 51934 296 0 0 25 0 1 0 889765526 82718720 18999 33554432000 4194304 8979876 140737230234272 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/15089/statm: 20195 18999 707 1169 0 19022 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 80780

[startup+582.301 s]
/proc/loadavg: 2.01 2.00 1.94 3/178 15106
/proc/meminfo: memFree=31076544/32951124 swapFree=67054524/67111528
[pid=15089] ppid=15087 vsize=80780 CPUtime=582.3 cores=0,2,4,6
/proc/15089/stat : 15089 (scip-2.0.1.4_2.) R 15087 15089 8152 0 -1 4202496 30812 0 0 0 57898 332 0 0 25 0 1 0 889765526 82718720 19004 33554432000 4194304 8979876 140737230234272 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/15089/statm: 20195 19004 707 1169 0 19022 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 80780

[startup+642.301 s]

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

/proc/meminfo: memFree=31050824/32951124 swapFree=67054524/67111528
[pid=15089] ppid=15087 vsize=96952 CPUtime=1122.31 cores=0,2,4,6
/proc/15089/stat : 15089 (scip-2.0.1.4_2.) R 15087 15089 8152 0 -1 4202496 39581 0 0 0 111585 646 0 0 25 0 1 0 889765526 99278848 23302 33554432000 4194304 8979876 140737230234272 18446744073709551615 7185292 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/15089/statm: 24238 23302 708 1169 0 23065 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 96952

[startup+1182.3 s]
/proc/loadavg: 2.01 2.01 1.95 3/178 15122
/proc/meminfo: memFree=31047304/32951124 swapFree=67054524/67111528
[pid=15089] ppid=15087 vsize=100236 CPUtime=1182.31 cores=0,2,4,6
/proc/15089/stat : 15089 (scip-2.0.1.4_2.) R 15087 15089 8152 0 -1 4202496 40375 0 0 0 117551 680 0 0 25 0 1 0 889765526 102641664 24096 33554432000 4194304 8979876 140737230234272 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/15089/statm: 25059 24096 708 1169 0 23886 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 100236

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 15132
/proc/meminfo: memFree=31044200/32951124 swapFree=67054524/67111528
[pid=15089] ppid=15087 vsize=102684 CPUtime=1242.31 cores=0,2,4,6
/proc/15089/stat : 15089 (scip-2.0.1.4_2.) R 15087 15089 8152 0 -1 4202496 41021 0 0 0 123515 716 0 0 25 0 1 0 889765526 105148416 24723 33554432000 4194304 8979876 140737230234272 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/15089/statm: 25671 24723 708 1169 0 24498 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 102684

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 15134
/proc/meminfo: memFree=31038320/32951124 swapFree=67054524/67111528
[pid=15089] ppid=15087 vsize=105836 CPUtime=1302.32 cores=0,2,4,6
/proc/15089/stat : 15089 (scip-2.0.1.4_2.) R 15087 15089 8152 0 -1 4202496 41833 0 0 0 129479 753 0 0 25 0 1 0 889765526 108376064 25535 33554432000 4194304 8979876 140737230234272 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/15089/statm: 26459 25535 708 1169 0 25286 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 105836

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 15136
/proc/meminfo: memFree=31034916/32951124 swapFree=67054524/67111528
[pid=15089] ppid=15087 vsize=109300 CPUtime=1362.31 cores=0,2,4,6
/proc/15089/stat : 15089 (scip-2.0.1.4_2.) R 15087 15089 8152 0 -1 4202496 42727 0 0 0 135443 788 0 0 25 0 1 0 889765526 111923200 26405 33554432000 4194304 8979876 140737230234272 18446744073709551615 7184960 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/15089/statm: 27325 26405 708 1169 0 26152 0
Current children cumulated CPU time (s) 1362.31
Current children cumulated vsize (KiB) 109300

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 15140
/proc/meminfo: memFree=31034604/32951124 swapFree=67054524/67111528
[pid=15089] ppid=15087 vsize=110068 CPUtime=1422.32 cores=0,2,4,6
/proc/15089/stat : 15089 (scip-2.0.1.4_2.) R 15087 15089 8152 0 -1 4202496 42922 0 0 0 141410 822 0 0 25 0 1 0 889765526 112709632 26600 33554432000 4194304 8979876 140737230234272 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/15089/statm: 27517 26600 708 1169 0 26344 0
Current children cumulated CPU time (s) 1422.32
Current children cumulated vsize (KiB) 110068

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 15142
/proc/meminfo: memFree=31031688/32951124 swapFree=67054524/67111528
[pid=15089] ppid=15087 vsize=112768 CPUtime=1482.32 cores=0,2,4,6
/proc/15089/stat : 15089 (scip-2.0.1.4_2.) R 15087 15089 8152 0 -1 4202496 43582 0 0 0 147373 859 0 0 25 0 1 0 889765526 115474432 27260 33554432000 4194304 8979876 140737230234272 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/15089/statm: 28192 27260 708 1169 0 27019 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 112768

[startup+1542.3 s]
/proc/loadavg: 2.06 2.01 1.95 3/178 15143
/proc/meminfo: memFree=31028408/32951124 swapFree=67054524/67111528
[pid=15089] ppid=15087 vsize=116008 CPUtime=1542.32 cores=0,2,4,6
/proc/15089/stat : 15089 (scip-2.0.1.4_2.) R 15087 15089 8152 0 -1 4202496 44440 0 0 0 153341 891 0 0 25 0 1 0 889765526 118792192 28118 33554432000 4194304 8979876 140737230234272 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/15089/statm: 29002 28118 708 1169 0 27829 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 116008

[startup+1602.3 s]
/proc/loadavg: 1.73 1.94 1.93 2/172 15169
/proc/meminfo: memFree=31429104/32951124 swapFree=67054524/67111528
[pid=15089] ppid=15087 vsize=120520 CPUtime=1602.32 cores=0,2,4,6
/proc/15089/stat : 15089 (scip-2.0.1.4_2.) R 15087 15089 8152 0 -1 4202496 45560 0 0 0 159303 929 0 0 25 0 1 0 889765526 123412480 29225 33554432000 4194304 8979876 140737230234272 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/15089/statm: 30130 29225 708 1169 0 28957 0
Current children cumulated CPU time (s) 1602.32
Current children cumulated vsize (KiB) 120520

[startup+1662.3 s]
/proc/loadavg: 1.27 1.77 1.87 2/172 15171
/proc/meminfo: memFree=31428064/32951124 swapFree=67054524/67111528
[pid=15089] ppid=15087 vsize=121540 CPUtime=1662.32 cores=0,2,4,6
/proc/15089/stat : 15089 (scip-2.0.1.4_2.) R 15087 15089 8152 0 -1 4202496 45799 0 0 0 165264 968 0 0 25 0 1 0 889765526 124456960 29464 33554432000 4194304 8979876 140737230234272 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/15089/statm: 30385 29464 708 1169 0 29212 0
Current children cumulated CPU time (s) 1662.32
Current children cumulated vsize (KiB) 121540

[startup+1722.3 s]
/proc/loadavg: 1.10 1.63 1.81 2/172 15172
/proc/meminfo: memFree=31425396/32951124 swapFree=67054524/67111528
[pid=15089] ppid=15087 vsize=124144 CPUtime=1722.32 cores=0,2,4,6
/proc/15089/stat : 15089 (scip-2.0.1.4_2.) R 15087 15089 8152 0 -1 4202496 46471 0 0 0 171223 1009 0 0 25 0 1 0 889765526 127123456 30136 33554432000 4194304 8979876 140737230234272 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/15089/statm: 31036 30136 708 1169 0 29863 0
Current children cumulated CPU time (s) 1722.32
Current children cumulated vsize (KiB) 124144

[startup+1782.3 s]
/proc/loadavg: 1.03 1.51 1.76 2/172 15174
/proc/meminfo: memFree=31423868/32951124 swapFree=67054524/67111528
[pid=15089] ppid=15087 vsize=125712 CPUtime=1782.32 cores=0,2,4,6
/proc/15089/stat : 15089 (scip-2.0.1.4_2.) R 15087 15089 8152 0 -1 4202496 51428 0 0 0 177188 1044 0 0 25 0 1 0 889765526 128729088 30527 33554432000 4194304 8979876 140737230234272 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/15089/statm: 31428 30527 712 1169 0 30255 0
Current children cumulated CPU time (s) 1782.32
Current children cumulated vsize (KiB) 125712

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

[startup+1785.5 s]
/proc/loadavg: 1.03 1.50 1.75 2/172 15174
/proc/meminfo: memFree=31423744/32951124 swapFree=67054524/67111528
[pid=15089] ppid=15087 vsize=125928 CPUtime=1785.52 cores=0,2,4,6
/proc/15089/stat : 15089 (scip-2.0.1.4_2.) R 15087 15089 8152 0 -1 4202496 51490 0 0 0 177506 1046 0 0 25 0 1 0 889765526 128950272 30589 33554432000 4194304 8979876 140737230234272 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/15089/statm: 31482 30589 712 1169 0 30309 0
Current children cumulated CPU time (s) 1785.52
Current children cumulated vsize (KiB) 125928

[startup+1791.91 s]
/proc/loadavg: 1.03 1.49 1.75 2/172 15174
/proc/meminfo: memFree=31423720/32951124 swapFree=67054524/67111528
[pid=15089] ppid=15087 vsize=125928 CPUtime=1791.92 cores=0,2,4,6
/proc/15089/stat : 15089 (scip-2.0.1.4_2.) R 15087 15089 8152 0 -1 4202496 51490 0 0 0 178142 1050 0 0 25 0 1 0 889765526 128950272 30589 33554432000 4194304 8979876 140737230234272 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/15089/statm: 31482 30589 712 1169 0 30309 0
Current children cumulated CPU time (s) 1791.92
Current children cumulated vsize (KiB) 125928

[startup+1795.1 s]
/proc/loadavg: 1.03 1.48 1.75 2/172 15174
/proc/meminfo: memFree=31423592/32951124 swapFree=67054524/67111528
[pid=15089] ppid=15087 vsize=125928 CPUtime=1795.12 cores=0,2,4,6
/proc/15089/stat : 15089 (scip-2.0.1.4_2.) R 15087 15089 8152 0 -1 4202496 51520 0 0 0 178461 1051 0 0 25 0 1 0 889765526 128950272 30619 33554432000 4194304 8979876 140737230234272 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/15089/statm: 31482 30619 712 1169 0 30309 0
Current children cumulated CPU time (s) 1795.12
Current children cumulated vsize (KiB) 125928

[startup+1795.9 s]
/proc/loadavg: 1.03 1.48 1.75 2/172 15174
/proc/meminfo: memFree=31423592/32951124 swapFree=67054524/67111528
[pid=15089] ppid=15087 vsize=126176 CPUtime=1795.92 cores=0,2,4,6
/proc/15089/stat : 15089 (scip-2.0.1.4_2.) R 15087 15089 8152 0 -1 4202496 51552 0 0 0 178540 1052 0 0 25 0 1 0 889765526 129204224 30651 33554432000 4194304 8979876 140737230234272 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/15089/statm: 31544 30651 712 1169 0 30371 0
Current children cumulated CPU time (s) 1795.92
Current children cumulated vsize (KiB) 126176

[startup+1796.7 s]
/proc/loadavg: 1.03 1.48 1.75 2/172 15174
/proc/meminfo: memFree=31423344/32951124 swapFree=67054524/67111528
[pid=15089] ppid=15087 vsize=126176 CPUtime=1796.72 cores=0,2,4,6
/proc/15089/stat : 15089 (scip-2.0.1.4_2.) R 15087 15089 8152 0 -1 4202496 51553 0 0 0 178620 1052 0 0 25 0 1 0 889765526 129204224 30652 33554432000 4194304 8979876 140737230234272 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/15089/statm: 31544 30652 712 1169 0 30371 0
Current children cumulated CPU time (s) 1796.72
Current children cumulated vsize (KiB) 126176

[startup+1796.9 s]
/proc/loadavg: 1.03 1.48 1.75 2/172 15174
/proc/meminfo: memFree=31423344/32951124 swapFree=67054524/67111528
[pid=15089] ppid=15087 vsize=126176 CPUtime=1796.92 cores=0,2,4,6
/proc/15089/stat : 15089 (scip-2.0.1.4_2.) R 15087 15089 8152 0 -1 4202496 51553 0 0 0 178640 1052 0 0 25 0 1 0 889765526 129204224 30652 33554432000 4194304 8979876 140737230234272 18446744073709551615 5034226 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/15089/statm: 31544 30652 712 1169 0 30371 0
Current children cumulated CPU time (s) 1796.92
Current children cumulated vsize (KiB) 126176

[startup+1797 s]
/proc/loadavg: 1.03 1.48 1.75 2/172 15174
/proc/meminfo: memFree=31423344/32951124 swapFree=67054524/67111528
[pid=15089] ppid=15087 vsize=126176 CPUtime=1797.02 cores=0,2,4,6
/proc/15089/stat : 15089 (scip-2.0.1.4_2.) R 15087 15089 8152 0 -1 4202496 51582 0 0 0 178650 1052 0 0 25 0 1 0 889765526 129204224 30681 33554432000 4194304 8979876 140737230234272 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/15089/statm: 31544 30681 712 1169 0 30371 0
Current children cumulated CPU time (s) 1797.02
Current children cumulated vsize (KiB) 126176

Child status: 0
Real time (s): 1797.08
CPU time (s): 1797.11
CPU user time (s): 1786.57
CPU system time (s): 10.5334
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 126176

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

runsolver used 2.71959 second user time and 5.70113 second system time

The end

Launcher Data

Begin job on node130 at 2011-06-11 10:41:10
IDJOB=3485098
IDBENCH=48144
IDSOLVER=1977
FILE ID=node130/3485098-1307781670
RUNJOBID= node130-1307777598-12850
PBS_JOBID= 13550842
Free space on /tmp= 73936 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_3.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-3485098-1307781670/watcher-3485098-1307781670 -o /tmp/evaluation-result-3485098-1307781670/solver-3485098-1307781670 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3485098-1307781670.opb -t 1800 -m 15500

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

MD5SUM BENCH= 9e4e432c8df29dadb31632f81ac67b02
RANDOM SEED=1720523579

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31196608 kB
Buffers:        258332 kB
Cached:         953444 kB
SwapCached:      10548 kB
Active:         850980 kB
Inactive:       710792 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31196608 kB
SwapTotal:    67111528 kB
SwapFree:     67054524 kB
Dirty:           16972 kB
Writeback:           0 kB
AnonPages:      347552 kB
Mapped:          15136 kB
Slab:           128288 kB
PageTables:       5408 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   546796 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= 73936 MiB
End job on node130 at 2011-06-11 11:11:07