Trace number 3485205

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SCIP spx 2 2011-06-10 (fixed)SAT-27 1797.1 1797.05

General information on the benchmark

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

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-3485205-1307786683.opb>
0.00/0.00	c original problem has 200 variables (200 bin, 0 int, 0 impl, 0 cont) and 301 constraints
0.00/0.00	c problem read
0.00/0.00	c presolving settings loaded
0.00/0.01	o 0
0.00/0.01	c feasible solution found by trivial heuristic, objective value  0.000000e+00
0.00/0.01	c presolving:
0.03/0.04	c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 300 upgd conss, 10184 impls, 200 clqs
0.03/0.07	c    (0.1s) probing: 101/1448 (7.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.03/0.07	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.03/0.07	c presolving (2 rounds):
0.03/0.07	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.03/0.07	c  10184 implications, 200 cliques
0.03/0.07	c presolved problem has 1448 variables (1448 bin, 0 int, 0 impl, 0 cont) and 1549 constraints
0.03/0.07	c     300 constraints of type <setppc>
0.03/0.07	c    1248 constraints of type <and>
0.03/0.07	c       1 constraints of type <linear>
0.03/0.07	c transformed objective value is always integral (scale: 1)
0.03/0.07	c Presolving Time: 0.07
0.03/0.07	c - non default parameters ----------------------------------------------------------------------
0.03/0.07	c # SCIP version 2.0.1.4
0.03/0.07	c 
0.03/0.07	c # frequency for displaying node information lines
0.03/0.07	c # [type: int, range: [-1,2147483647], default: 100]
0.03/0.07	c display/freq = 10000
0.03/0.07	c 
0.03/0.07	c # maximal time in seconds to run
0.03/0.07	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.03/0.07	c limits/time = 1797
0.03/0.07	c 
0.03/0.07	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.03/0.07	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.03/0.07	c limits/memory = 13950
0.03/0.07	c 
0.03/0.07	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.03/0.07	c # [type: int, range: [1,2], default: 1]
0.03/0.07	c timing/clocktype = 2
0.03/0.07	c 
0.03/0.07	c # belongs reading time to solving time?
0.03/0.07	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.03/0.07	c timing/reading = TRUE
0.03/0.07	c 
0.03/0.07	c # should presolving try to simplify inequalities
0.03/0.07	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.03/0.07	c constraints/linear/simplifyinequalities = TRUE
0.03/0.07	c 
0.03/0.07	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.03/0.07	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.03/0.07	c constraints/indicator/addCouplingCons = TRUE
0.03/0.07	c 
0.03/0.07	c # should presolving try to simplify knapsacks
0.03/0.07	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.03/0.07	c constraints/knapsack/simplifyinequalities = TRUE
0.03/0.07	c 
0.03/0.07	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.03/0.07	c # [type: int, range: [-1,2147483647], default: -1]
0.03/0.07	c separating/rapidlearning/freq = 0
0.03/0.07	c 
0.03/0.07	c -----------------------------------------------------------------------------------------------
0.03/0.07	c start solving
0.03/0.07	c 
0.19/0.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.19/0.28	c t 0.3s|     1 |     0 |  1406 |     - |6367k|   0 | 737 |1448 |1549 |1448 |2797 |   0 |   0 |   0 |-5.000000e+01 | 0.000000e+00 | 100.00%
0.19/0.29	o -8
0.19/0.29	c s 0.3s|     1 |     0 |  1406 |     - |6421k|   0 | 737 |1448 |1549 |1448 |2797 |   0 |   0 |   0 |-5.000000e+01 |-8.000000e+00 |  84.00%
2.39/2.47	o -9
2.39/2.47	c U 2.5s|     1 |     0 |  1406 |     - |6530k|   0 | 737 |1448 |1551 |1448 |2797 |   0 |   1 |   0 |-5.000000e+01 |-9.000000e+00 |  82.00%
3.30/3.39	c   3.4s|     1 |     0 |  1702 |     - |8214k|   0 | 771 |1448 |1552 |1448 |2833 |  36 |   1 |   0 |-5.000000e+01 |-9.000000e+00 |  82.00%
4.09/4.11	c   4.1s|     1 |     0 |  1838 |     - |  10M|   0 | 777 |1448 |1552 |1448 |2845 |  48 |   1 |   0 |-5.000000e+01 |-9.000000e+00 |  82.00%
4.89/4.95	c   4.9s|     1 |     0 |  2313 |     - |  12M|   0 | 780 |1448 |1552 |1448 |2851 |  54 |   1 |   0 |-5.000000e+01 |-9.000000e+00 |  82.00%
5.89/5.93	c   5.9s|     1 |     0 |  2730 |     - |  14M|   0 | 772 |1448 |1552 |1448 |2867 |  70 |   1 |   0 |-5.000000e+01 |-9.000000e+00 |  82.00%
6.79/6.80	c   6.8s|     1 |     0 |  2884 |     - |  16M|   0 | 789 |1448 |1552 |1448 |2878 |  81 |   1 |   0 |-5.000000e+01 |-9.000000e+00 |  82.00%
7.70/7.78	c   7.8s|     1 |     0 |  3059 |     - |  19M|   0 | 790 |1448 |1552 |1448 |2882 |  85 |   1 |   0 |-5.000000e+01 |-9.000000e+00 |  82.00%
13.69/13.77	c  13.8s|     1 |     2 |  3059 |     - |  19M|   0 | 790 |1448 |1552 |1448 |2882 |  85 |   1 |  23 |-5.000000e+01 |-9.000000e+00 |  82.00%
36.09/36.18	o -10
36.09/36.18	c c36.2s|    14 |    15 | 35347 |2483.7 |  19M|  13 |   - |1448 |1552 |1448 |1489 | 867 |   1 | 198 |-5.000000e+01 |-1.000000e+01 |  80.00%
47.69/47.75	o -24
47.69/47.75	c p47.7s|    26 |    27 | 80384 |3093.0 |  18M|  13 |   - |1448 |1555 |1448 |1572 |1777 |   4 | 229 |-4.984860e+01 |-2.400000e+01 |  51.85%
92.59/92.64	o -25
92.59/92.64	c l92.6s|    57 |    58 |354732 |6279.9 |  19M|  13 |   - |1448 |1583 |1448 |1555 |3563 |  32 | 303 |-4.931016e+01 |-2.500000e+01 |  49.30%
96.98/97.09	o -26
96.98/97.09	c l97.1s|    63 |    64 |385213 |6163.8 |  19M|  13 |   - |1448 |1586 |1448 |1469 |3738 |  35 | 303 |-4.931016e+01 |-2.600000e+01 |  47.27%
311.89/311.91	o -27
311.89/311.91	c l 312s|   461 |   462 |  1765k|3830.4 |  20M|  16 |   - |1448 |1651 |1448 |1495 |  12k| 114 | 557 |-4.729090e+01 |-2.700000e+01 |  42.91%
765.11/765.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
765.11/765.16	c   765s| 10000 |  1796 |  4668k| 466.6 |  24M|  67 |   - |1448 |1726 |1448 |1660 |  38k| 206 |1057 |-4.434553e+01 |-2.700000e+01 |  39.11%
1187.73/1187.71	c  1188s| 20000 |  3947 |  7363k| 368.0 |  33M|  67 | 123 |1448 |1700 |1448 |1610 |  65k| 267 |1394 |-4.352077e+01 |-2.700000e+01 |  37.96%
1564.34/1564.37	c  1564s| 30000 |  6637 |  9789k| 326.2 |  45M|  74 |   - |1448 |1727 |1448 |1610 |  89k| 345 |1627 |-4.309225e+01 |-2.700000e+01 |  37.34%
1797.04/1797.01	c 
1797.04/1797.01	c SCIP Status        : solving was interrupted [time limit reached]
1797.04/1797.01	c Solving Time (sec) : 1797.01
1797.04/1797.01	c Solving Nodes      : 33434
1797.04/1797.01	c Primal Bound       : -2.70000000000000e+01 (10 solutions)
1797.04/1797.01	c Dual Bound         : -4.29873023756772e+01
1797.04/1797.01	c Gap                : 37.19 %
1797.04/1797.01	s SATISFIABLE
1797.04/1797.01	v -x162 -x134 -x175 x180 -x186 x172 -x132 -x166 -x142 x153 -x118 x129 -x113 -x140 -x161 -x133 -x200 x152 x195 x119 -x189 x177 x109 
1797.04/1797.01	v -x188 -x144 -x165 -x107 x135 -x196 -x106 -x198 x176 x146 -x139 -x182 x197 x105 x158 -x147 -x145 -x126 -x121 -x181 x192 x114 
1797.04/1797.01	v -x171 x125 x199 -x138 -x104 -x151 -x149 -x115 -x108 -x185 -x120 -x174 -x143 -x157 -x103 -x190 -x155 -x154 -x148 -x170 -x159 
1797.04/1797.01	v -x123 -x124 -x183 -x130 -x168 -x102 -x111 -x110 x169 -x112 -x137 -x173 -x141 -x127 -x164 -x191 -x128 x101 x179 -x167 -x160 -x156 
1797.04/1797.01	v -x131 -x117 -x163 -x122 -x150 x193 -x136 x194 x116 -x178 x187 x184 x100 -x99 x98 -x97 x96 -x95 -x94 -x93 -x92 x91 x90 x89 
1797.04/1797.01	v -x88 -x87 -x86 x85 -x84 x83 x82 -x81 -x80 -x79 -x78 -x77 -x76 x75 x74 x73 -x72 -x71 -x70 -x69 x68 -x67 -x66 -x65 x64 -x63 x62 
1797.04/1797.01	v -x61 -x60 x59 -x58 -x57 -x56 -x55 -x54 -x53 -x52 x51 -x50 -x49 -x48 -x47 -x46 -x45 x44 -x43 x42 x41 -x40 -x39 -x38 -x37 -x36 
1797.04/1797.01	v -x35 x34 -x33 -x32 -x31 -x30 -x29 -x28 -x27 -x26 -x25 x24 -x23 -x22 -x21 x20 -x19 -x18 -x17 -x16 -x15 -x14 -x13 x12 -x11 -x10 
1797.04/1797.01	v -x9 -x8 -x7 -x6 -x5 x4 x3 x2 -x1 
1797.04/1797.01	c SCIP Status        : solving was interrupted [time limit reached]
1797.04/1797.01	c Total Time         :    1797.01
1797.04/1797.01	c   solving          :    1797.01
1797.04/1797.01	c   presolving       :       0.07 (included in solving)
1797.04/1797.01	c   reading          :       0.00 (included in solving)
1797.04/1797.01	c Original Problem   :
1797.04/1797.01	c   Problem name     : HOME/instance-3485205-1307786683.opb
1797.04/1797.01	c   Variables        : 200 (200 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.04/1797.01	c   Constraints      : 301 initial, 301 maximal
1797.04/1797.01	c Presolved Problem  :
1797.04/1797.01	c   Problem name     : t_HOME/instance-3485205-1307786683.opb
1797.04/1797.01	c   Variables        : 1448 (1448 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.04/1797.01	c   Constraints      : 1549 initial, 1737 maximal
1797.04/1797.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1797.04/1797.01	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1797.04/1797.01	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1797.04/1797.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1797.04/1797.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1797.04/1797.01	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1797.04/1797.01	c   probing          :       0.01          0          0          0          0          0          0          0          0          0
1797.04/1797.01	c   setppc           :       0.00          0          0          0          0          0          0          0          0          0
1797.04/1797.01	c   and              :       0.04          0          0          0          0          0          0          0          0          0
1797.04/1797.01	c   linear           :       0.00          0          0          0          0          0          0          0          0          0
1797.04/1797.01	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1797.04/1797.01	c   root node        :          -          0          -          -          0          -          -          -          -          -
1797.04/1797.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1797.04/1797.01	c   integral         :          0          0          0      20778          0         53          0          5         67          0          0      41484
1797.04/1797.01	c   setppc           :        300          6     344988          0          2         48        403         97      77277          0          0          0
1797.04/1797.01	c   and              :       1248      38546     344891          0          2         47        631        220     929087     105882          0          0
1797.04/1797.01	c   linear           :          1          6     344668          0          0          9        100          2          0          0          0          0
1797.04/1797.01	c   logicor          :          0+         6      28098          0          0          0          4          0       8924          0          0          0
1797.04/1797.01	c   countsols        :          0          0          0          0          2         13          0          0          0          0          0          0
1797.04/1797.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1797.04/1797.01	c   integral         :      80.72       0.00       0.00      80.72       0.00       0.00       0.00
1797.04/1797.01	c   setppc           :       0.91       0.00       0.91       0.00       0.00       0.00       0.00
1797.04/1797.01	c   and              :       7.04       3.25       3.78       0.00       0.00       0.00       0.00
1797.04/1797.01	c   linear           :       0.17       0.01       0.16       0.00       0.00       0.00       0.00
1797.04/1797.01	c   logicor          :       0.10       0.00       0.10       0.00       0.00       0.00       0.00
1797.04/1797.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1797.04/1797.01	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1797.04/1797.01	c   vbounds          :          0          0          0          0
1797.04/1797.01	c   rootredcost      :          6          0          0          0
1797.04/1797.01	c   pseudoobj        :     345368          7          1          0
1797.04/1797.01	c Propagator Timings :  TotalTime  Propagate    Resprop
1797.04/1797.01	c   vbounds          :       0.06       0.06       0.00
1797.04/1797.01	c   rootredcost      :       0.06       0.06       0.00
1797.04/1797.01	c   pseudoobj        :       1.07       1.07       0.00
1797.04/1797.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1797.04/1797.01	c   propagation      :       0.00        320        318        353       13.2          2       36.5          -
1797.04/1797.01	c   infeasible LP    :       0.00         28         28         51       50.3          0        0.0          0
1797.04/1797.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1797.04/1797.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1797.04/1797.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1797.04/1797.01	c   applied globally :          -          -          -        373       10.8          -          -          -
1797.04/1797.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1797.04/1797.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1797.04/1797.01	c   cut pool         :       0.01          5          -          -          6          -    (maximal pool size: 1472)
1797.04/1797.01	c   redcost          :       1.39      41302          0     160037          0          0
1797.04/1797.01	c   impliedbounds    :       0.00          6          0          0         88          0
1797.04/1797.01	c   intobj           :       0.00          0          0          0          0          0
1797.04/1797.01	c   gomory           :       2.36          6          0          0          4          0
1797.04/1797.01	c   cgmip            :       0.00          0          0          0          0          0
1797.04/1797.01	c   closecuts        :       0.00          0          0          0          0          0
1797.04/1797.01	c   strongcg         :       2.06          6          0          0       2900          0
1797.04/1797.01	c   cmir             :       0.12          6          0          0         15          0
1797.04/1797.01	c   flowcover        :       0.09          6          0          0         24          0
1797.04/1797.01	c   clique           :       0.11          6          0          0         37          0
1797.04/1797.01	c   zerohalf         :       0.00          0          0          0          0          0
1797.04/1797.01	c   mcf              :       0.00          1          0          0          0          0
1797.04/1797.01	c   oddcycle         :       0.00          0          0          0          0          0
1797.04/1797.01	c   rapidlearning    :       0.12          1          0          0          0          0
1797.04/1797.01	c Pricers            :       Time      Calls       Vars
1797.04/1797.01	c   problem variables:       0.00          0          0
1797.04/1797.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1797.04/1797.01	c   relpscost        :      80.70      20778          5         67          0          0      41484
1797.04/1797.01	c   pscost           :       0.00          0          0          0          0          0          0
1797.04/1797.01	c   inference        :       0.00          2          0          0          0          0          4
1797.04/1797.01	c   mostinf          :       0.00          0          0          0          0          0          0
1797.04/1797.01	c   leastinf         :       0.00          0          0          0          0          0          0
1797.04/1797.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1797.04/1797.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1797.04/1797.01	c   random           :       0.00          0          0          0          0          0          0
1797.04/1797.01	c Primal Heuristics  :       Time      Calls      Found
1797.04/1797.01	c   LP solutions     :       0.00          -          0
1797.04/1797.01	c   pseudo solutions :       0.00          -          0
1797.04/1797.01	c   oneopt           :       0.01          6          0
1797.04/1797.01	c   crossover        :       0.37          8          1
1797.04/1797.01	c   guideddiving     :      68.95        110          0
1797.04/1797.01	c   linesearchdiving :     134.04        338          3
1797.04/1797.01	c   trivial          :       0.00          2          1
1797.04/1797.01	c   shiftandpropagate:       0.00          0          0
1797.04/1797.01	c   simplerounding   :       0.01          0          0
1797.04/1797.01	c   zirounding       :       1.56          0          0
1797.04/1797.01	c   rounding         :       1.37       2608          0
1797.04/1797.01	c   shifting         :       2.39       2352          2
1797.04/1797.01	c   intshifting      :       0.00          0          0
1797.04/1797.01	c   twoopt           :       0.00          0          0
1797.04/1797.01	c   fixandinfer      :       0.00          0          0
1797.04/1797.01	c   feaspump         :       0.00          0          0
1797.04/1797.01	c   clique           :       0.00          0          0
1797.04/1797.01	c   coefdiving       :     107.40        187          1
1797.04/1797.01	c   pscostdiving     :     101.83        158          1
1797.04/1797.01	c   fracdiving       :      70.41        120          0
1797.04/1797.01	c   veclendiving     :      55.86        113          0
1797.04/1797.01	c   intdiving        :       0.00          0          0
1797.04/1797.01	c   actconsdiving    :       0.00          0          0
1797.04/1797.01	c   objpscostdiving  :      13.73         33          0
1797.04/1797.01	c   rootsoldiving    :      12.27         23          0
1797.04/1797.01	c   octane           :       0.00          0          0
1797.04/1797.01	c   rens             :       0.01          0          0
1797.04/1797.01	c   rins             :       0.00          0          0
1797.04/1797.01	c   localbranching   :       0.00          0          0
1797.04/1797.01	c   mutation         :       0.00          0          0
1797.04/1797.01	c   dins             :       0.00          0          0
1797.04/1797.01	c   vbounds          :       0.00          0          0
1797.04/1797.01	c   undercover       :       2.19          1          1
1797.04/1797.01	c   subnlp           :       0.01          0          0
1797.04/1797.01	c   trysol           :       0.01          0          0
1797.04/1797.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1797.04/1797.01	c   primal LP        :       8.54          0          0       0.00       0.00
1797.04/1797.01	c   dual LP          :    1105.02      48082    7738227     160.94    7002.79
1797.04/1797.01	c   lex dual LP      :       0.00          0          0       0.00          -
1797.04/1797.01	c   barrier LP       :       0.00          0          0       0.00          -
1797.04/1797.01	c   diving/probing LP:     513.44     170361    3543199      20.80    6900.93
1797.04/1797.01	c   strong branching :      80.21       1739     473374     272.21    5901.60
1797.04/1797.01	c     (at root node) :          -         23      23000    1000.00          -
1797.04/1797.01	c   conflict analysis:       0.00          0          0       0.00          -
1797.04/1797.01	c B&B Tree           :
1797.04/1797.01	c   number of runs   :          1
1797.04/1797.01	c   nodes            :      33434
1797.04/1797.01	c   nodes (total)    :      33434
1797.04/1797.01	c   nodes left       :       8053
1797.04/1797.01	c   max depth        :         76
1797.04/1797.01	c   max depth (total):         76
1797.04/1797.01	c   backtracks       :       5809 (17.4%)
1797.04/1797.01	c   delayed cutoffs  :          2
1797.04/1797.01	c   repropagations   :       3209 (966 domain reductions, 0 cutoffs)
1797.04/1797.01	c   avg switch length:       5.71
1797.04/1797.01	c   switching time   :      11.72
1797.04/1797.01	c Solution           :
1797.04/1797.01	c   Solutions found  :         10 (8 improvements)
1797.04/1797.01	c   First Solution   : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.01 seconds, depth 0, found by <trivial>)
1797.04/1797.01	c   Primal Bound     : -2.70000000000000e+01   (in run 1, after 461 nodes, 311.91 seconds, depth 250, found by <linesearchdiving>)
1797.04/1797.01	c   Dual Bound       : -4.29873023756772e+01
1797.04/1797.01	c   Gap              :      37.19 %
1797.04/1797.01	c   Root Dual Bound  : -4.99999999999999e+01
1797.04/1797.01	c   Root Iterations  :       3059
1797.04/1797.04	c Time complete: 1797.09.

Verifier Data

OK	-27

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3485205-1307786683/watcher-3485205-1307786683 -o /tmp/evaluation-result-3485205-1307786683/solver-3485205-1307786683 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3485205-1307786683.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: 1.97 2.02 1.94 3/178 32320
/proc/meminfo: memFree=31236344/32951124 swapFree=67072804/67111528
[pid=32320] ppid=32318 vsize=9976 CPUtime=0 cores=0,2,4,6
/proc/32320/stat : 32320 (scip-2.0.1.4_2.) R 32318 32320 31857 0 -1 4202496 1511 0 0 0 0 0 0 0 25 0 1 0 890266187 10215424 1466 33554432000 4194304 8979876 140734515079984 18446744073709551615 6779003 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/32320/statm: 2494 1466 367 1169 0 1321 0

[startup+0.0393311 s]
/proc/loadavg: 1.97 2.02 1.94 3/178 32320
/proc/meminfo: memFree=31236344/32951124 swapFree=67072804/67111528
[pid=32320] ppid=32318 vsize=19852 CPUtime=0.03 cores=0,2,4,6
/proc/32320/stat : 32320 (scip-2.0.1.4_2.) R 32318 32320 31857 0 -1 4202496 4000 0 0 0 3 0 0 0 25 0 1 0 890266187 20328448 3698 33554432000 4194304 8979876 140734515079984 18446744073709551615 5267071 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/32320/statm: 4963 3698 498 1169 0 3790 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 19852

[startup+0.1003 s]
/proc/loadavg: 1.97 2.02 1.94 3/178 32320
/proc/meminfo: memFree=31236344/32951124 swapFree=67072804/67111528
[pid=32320] ppid=32318 vsize=27716 CPUtime=0.09 cores=0,2,4,6
/proc/32320/stat : 32320 (scip-2.0.1.4_2.) R 32318 32320 31857 0 -1 4202496 6178 0 0 0 9 0 0 0 25 0 1 0 890266187 28381184 5816 33554432000 4194304 8979876 140734515079984 18446744073709551615 7179655 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32320/statm: 6929 5816 626 1169 0 5756 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27716

[startup+0.300263 s]
/proc/loadavg: 1.97 2.02 1.94 3/178 32320
/proc/meminfo: memFree=31236344/32951124 swapFree=67072804/67111528
[pid=32320] ppid=32318 vsize=36400 CPUtime=0.29 cores=0,2,4,6
/proc/32320/stat : 32320 (scip-2.0.1.4_2.) R 32318 32320 31857 0 -1 4202496 8411 0 0 0 28 1 0 0 25 0 1 0 890266187 37273600 7997 33554432000 4194304 8979876 140734515079984 18446744073709551615 4530316 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32320/statm: 9100 8001 636 1169 0 7927 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 36400

[startup+0.700228 s]
/proc/loadavg: 1.97 2.02 1.94 3/178 32320
/proc/meminfo: memFree=31236344/32951124 swapFree=67072804/67111528
[pid=32320] ppid=32318 vsize=47176 CPUtime=0.69 cores=0,2,4,6
/proc/32320/stat : 32320 (scip-2.0.1.4_2.) R 32318 32320 31857 0 -1 4202496 15800 0 0 0 66 3 0 0 25 0 1 0 890266187 48308224 10856 33554432000 4194304 8979876 140734515079984 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32320/statm: 11794 10856 710 1169 0 10621 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 47176

[startup+1.50104 s]
/proc/loadavg: 1.97 2.02 1.94 3/179 32321
/proc/meminfo: memFree=31195936/32951124 swapFree=67072804/67111528
[pid=32320] ppid=32318 vsize=47672 CPUtime=1.49 cores=0,2,4,6
/proc/32320/stat : 32320 (scip-2.0.1.4_2.) R 32318 32320 31857 0 -1 4202496 15920 0 0 0 146 3 0 0 25 0 1 0 890266187 48816128 10975 33554432000 4194304 8979876 140734515079984 18446744073709551615 7146192 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32320/statm: 11918 10975 710 1169 0 10745 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 47672

[startup+3.10079 s]
/proc/loadavg: 1.97 2.02 1.94 3/179 32321
/proc/meminfo: memFree=31195068/32951124 swapFree=67072804/67111528
[pid=32320] ppid=32318 vsize=53964 CPUtime=3.09 cores=0,2,4,6
/proc/32320/stat : 32320 (scip-2.0.1.4_2.) R 32318 32320 31857 0 -1 4202496 19433 0 0 0 304 5 0 0 25 0 1 0 890266187 55259136 12352 33554432000 4194304 8979876 140734515079984 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32320/statm: 13491 12352 718 1169 0 12318 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 53964

[startup+6.30018 s]
/proc/loadavg: 1.97 2.01 1.94 3/179 32321
/proc/meminfo: memFree=31188620/32951124 swapFree=67072804/67111528
[pid=32320] ppid=32318 vsize=53964 CPUtime=6.29 cores=0,2,4,6
/proc/32320/stat : 32320 (scip-2.0.1.4_2.) R 32318 32320 31857 0 -1 4202496 19451 0 0 0 623 6 0 0 25 0 1 0 890266187 55259136 12370 33554432000 4194304 8979876 140734515079984 18446744073709551615 4438373 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32320/statm: 13491 12370 720 1169 0 12318 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 53964

[startup+12.701 s]
/proc/loadavg: 1.97 2.01 1.94 3/179 32321
/proc/meminfo: memFree=31186684/32951124 swapFree=67072804/67111528
[pid=32320] ppid=32318 vsize=56012 CPUtime=12.69 cores=0,2,4,6
/proc/32320/stat : 32320 (scip-2.0.1.4_2.) R 32318 32320 31857 0 -1 4202496 20151 0 0 0 1261 8 0 0 25 0 1 0 890266187 57356288 13070 33554432000 4194304 8979876 140734515079984 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32320/statm: 14003 13070 721 1169 0 12830 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 56012

[startup+25.5006 s]
/proc/loadavg: 1.98 2.01 1.94 3/179 32322
/proc/meminfo: memFree=31186332/32951124 swapFree=67072804/67111528
[pid=32320] ppid=32318 vsize=56012 CPUtime=25.49 cores=0,2,4,6
/proc/32320/stat : 32320 (scip-2.0.1.4_2.) R 32318 32320 31857 0 -1 4202496 20151 0 0 0 2531 18 0 0 25 0 1 0 890266187 57356288 13070 33554432000 4194304 8979876 140734515079984 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32320/statm: 14003 13070 721 1169 0 12830 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 56012

[startup+51.1009 s]
/proc/loadavg: 1.99 2.01 1.94 3/179 32322
/proc/meminfo: memFree=31186236/32951124 swapFree=67072804/67111528
[pid=32320] ppid=32318 vsize=56012 CPUtime=51.09 cores=0,2,4,6
/proc/32320/stat : 32320 (scip-2.0.1.4_2.) R 32318 32320 31857 0 -1 4202496 20152 0 0 0 5073 36 0 0 25 0 1 0 890266187 57356288 13071 33554432000 4194304 8979876 140734515079984 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32320/statm: 14003 13071 721 1169 0 12830 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 56012

[startup+102.306 s]
/proc/loadavg: 1.99 2.01 1.94 3/179 32324
/proc/meminfo: memFree=31182392/32951124 swapFree=67072804/67111528
[pid=32320] ppid=32318 vsize=56012 CPUtime=102.3 cores=0,2,4,6
/proc/32320/stat : 32320 (scip-2.0.1.4_2.) R 32318 32320 31857 0 -1 4202496 20157 0 0 0 10156 74 0 0 25 0 1 0 890266187 57356288 13076 33554432000 4194304 8979876 140734515079984 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/32320/statm: 14003 13076 723 1169 0 12830 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 56012

[startup+162.3 s]
/proc/loadavg: 1.99 2.00 1.94 3/179 32325
/proc/meminfo: memFree=31172456/32951124 swapFree=67072804/67111528
[pid=32320] ppid=32318 vsize=56012 CPUtime=162.29 cores=0,2,4,6
/proc/32320/stat : 32320 (scip-2.0.1.4_2.) R 32318 32320 31857 0 -1 4202496 20160 0 0 0 16110 119 0 0 25 0 1 0 890266187 57356288 13079 33554432000 4194304 8979876 140734515079984 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/32320/statm: 14003 13079 723 1169 0 12830 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 56012

[startup+222.301 s]
/proc/loadavg: 1.99 2.00 1.94 3/179 32327
/proc/meminfo: memFree=31005164/32951124 swapFree=67072804/67111528
[pid=32320] ppid=32318 vsize=56012 CPUtime=222.3 cores=0,2,4,6
/proc/32320/stat : 32320 (scip-2.0.1.4_2.) R 32318 32320 31857 0 -1 4202496 20162 0 0 0 22066 164 0 0 25 0 1 0 890266187 57356288 13081 33554432000 4194304 8979876 140734515079984 18446744073709551615 7182072 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/32320/statm: 14003 13081 723 1169 0 12830 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 56012

[startup+282.301 s]
/proc/loadavg: 1.99 2.00 1.94 3/179 32328
/proc/meminfo: memFree=30991132/32951124 swapFree=67072804/67111528
[pid=32320] ppid=32318 vsize=68964 CPUtime=282.29 cores=0,2,4,6
/proc/32320/stat : 32320 (scip-2.0.1.4_2.) R 32318 32320 31857 0 -1 4202496 23017 0 0 0 28024 205 0 0 25 0 1 0 890266187 70619136 15936 33554432000 4194304 8979876 140734515079984 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/32320/statm: 17241 15936 725 1169 0 16068 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 68964

[startup+342.301 s]
/proc/loadavg: 2.04 2.01 1.94 3/179 32330
/proc/meminfo: memFree=30991100/32951124 swapFree=67072804/67111528
[pid=32320] ppid=32318 vsize=68964 CPUtime=342.3 cores=0,2,4,6
/proc/32320/stat : 32320 (scip-2.0.1.4_2.) R 32318 32320 31857 0 -1 4202496 23018 0 0 0 33978 252 0 0 25 0 1 0 890266187 70619136 15937 33554432000 4194304 8979876 140734515079984 18446744073709551615 7179748 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/32320/statm: 17241 15937 725 1169 0 16068 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 68964

[startup+402.301 s]
/proc/loadavg: 2.01 2.01 1.94 3/179 32332
/proc/meminfo: memFree=30987708/32951124 swapFree=67072804/67111528
[pid=32320] ppid=32318 vsize=70540 CPUtime=402.29 cores=0,2,4,6
/proc/32320/stat : 32320 (scip-2.0.1.4_2.) R 32318 32320 31857 0 -1 4202496 23806 0 0 0 39930 299 0 0 25 0 1 0 890266187 72232960 16725 33554432000 4194304 8979876 140734515079984 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/32320/statm: 17635 16725 725 1169 0 16462 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 70540

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 32333
/proc/meminfo: memFree=30987808/32951124 swapFree=67072804/67111528
[pid=32320] ppid=32318 vsize=70540 CPUtime=462.3 cores=0,2,4,6
/proc/32320/stat : 32320 (scip-2.0.1.4_2.) R 32318 32320 31857 0 -1 4202496 23806 0 0 0 45884 346 0 0 25 0 1 0 890266187 72232960 16725 33554432000 4194304 8979876 140734515079984 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/32320/statm: 17635 16725 725 1169 0 16462 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 70540

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 32335
/proc/meminfo: memFree=30987776/32951124 swapFree=67072804/67111528
[pid=32320] ppid=32318 vsize=70540 CPUtime=522.3 cores=0,2,4,6
/proc/32320/stat : 32320 (scip-2.0.1.4_2.) R 32318 32320 31857 0 -1 4202496 23810 0 0 0 51836 394 0 0 25 0 1 0 890266187 72232960 16729 33554432000 4194304 8979876 140734515079984 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/32320/statm: 17635 16729 725 1169 0 16462 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 70540

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 32336
/proc/meminfo: memFree=30987136/32951124 swapFree=67072804/67111528
[pid=32320] ppid=32318 vsize=70292 CPUtime=582.3 cores=0,2,4,6
/proc/32320/stat : 32320 (scip-2.0.1.4_2.) R 32318 32320 31857 0 -1 4202496 24174 0 0 0 57795 435 0 0 25 0 1 0 890266187 71979008 16692 33554432000 4194304 8979876 140734515079984 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/32320/statm: 17573 16692 725 1169 0 16400 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 70292

[startup+642.3 s]

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

/proc/meminfo: memFree=30985952/32951124 swapFree=67072804/67111528
[pid=32320] ppid=32318 vsize=72312 CPUtime=1122.32 cores=0,2,4,6
/proc/32320/stat : 32320 (scip-2.0.1.4_2.) R 32318 32320 31857 0 -1 4202496 30351 0 0 0 111398 834 0 0 25 0 1 0 890266187 74047488 17138 33554432000 4194304 8979876 140734515079984 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/32320/statm: 18078 17138 725 1169 0 16905 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 72312

[startup+1182.3 s]
/proc/loadavg: 2.16 2.08 2.00 3/179 32352
/proc/meminfo: memFree=30984316/32951124 swapFree=67072804/67111528
[pid=32320] ppid=32318 vsize=73512 CPUtime=1182.32 cores=0,2,4,6
/proc/32320/stat : 32320 (scip-2.0.1.4_2.) R 32318 32320 31857 0 -1 4202496 30688 0 0 0 117352 880 0 0 25 0 1 0 890266187 75276288 17475 33554432000 4194304 8979876 140734515079984 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/32320/statm: 18378 17475 725 1169 0 17205 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 73512

[startup+1242.3 s]
/proc/loadavg: 2.06 2.06 2.00 3/179 32354
/proc/meminfo: memFree=30980688/32951124 swapFree=67072804/67111528
[pid=32320] ppid=32318 vsize=77024 CPUtime=1242.33 cores=0,2,4,6
/proc/32320/stat : 32320 (scip-2.0.1.4_2.) R 32318 32320 31857 0 -1 4202496 31516 0 0 0 123309 924 0 0 25 0 1 0 890266187 78872576 18303 33554432000 4194304 8979876 140734515079984 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/32320/statm: 19256 18303 725 1169 0 18083 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 77024

[startup+1302.3 s]
/proc/loadavg: 2.02 2.05 2.00 3/179 32356
/proc/meminfo: memFree=30978428/32951124 swapFree=67072804/67111528
[pid=32320] ppid=32318 vsize=79096 CPUtime=1302.33 cores=0,2,4,6
/proc/32320/stat : 32320 (scip-2.0.1.4_2.) R 32318 32320 31857 0 -1 4202496 32087 0 0 0 129265 968 0 0 25 0 1 0 890266187 80994304 18874 33554432000 4194304 8979876 140734515079984 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/32320/statm: 19774 18874 725 1169 0 18601 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 79096

[startup+1362.3 s]
/proc/loadavg: 2.00 2.04 2.00 3/179 32357
/proc/meminfo: memFree=30976552/32951124 swapFree=67072804/67111528
[pid=32320] ppid=32318 vsize=81036 CPUtime=1362.33 cores=0,2,4,6
/proc/32320/stat : 32320 (scip-2.0.1.4_2.) R 32318 32320 31857 0 -1 4202496 32578 0 0 0 135217 1016 0 0 25 0 1 0 890266187 82980864 19365 33554432000 4194304 8979876 140734515079984 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/32320/statm: 20259 19365 725 1169 0 19086 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 81036

[startup+1422.31 s]
/proc/loadavg: 2.00 2.03 2.00 3/179 32359
/proc/meminfo: memFree=30974168/32951124 swapFree=67072804/67111528
[pid=32320] ppid=32318 vsize=83560 CPUtime=1422.34 cores=0,2,4,6
/proc/32320/stat : 32320 (scip-2.0.1.4_2.) R 32318 32320 31857 0 -1 4202496 33163 0 0 0 141172 1062 0 0 25 0 1 0 890266187 85565440 19950 33554432000 4194304 8979876 140734515079984 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/32320/statm: 20890 19950 725 1169 0 19717 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 83560

[startup+1482.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 32360
/proc/meminfo: memFree=30972168/32951124 swapFree=67072804/67111528
[pid=32320] ppid=32318 vsize=85400 CPUtime=1482.33 cores=0,2,4,6
/proc/32320/stat : 32320 (scip-2.0.1.4_2.) R 32318 32320 31857 0 -1 4202496 33660 0 0 0 147126 1107 0 0 25 0 1 0 890266187 87449600 20447 33554432000 4194304 8979876 140734515079984 18446744073709551615 7164620 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/32320/statm: 21350 20447 725 1169 0 20177 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 85400

[startup+1542.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/179 32362
/proc/meminfo: memFree=30970892/32951124 swapFree=67072804/67111528
[pid=32320] ppid=32318 vsize=86536 CPUtime=1542.33 cores=0,2,4,6
/proc/32320/stat : 32320 (scip-2.0.1.4_2.) R 32318 32320 31857 0 -1 4202496 33954 0 0 0 153078 1155 0 0 25 0 1 0 890266187 88612864 20741 33554432000 4194304 8979876 140734515079984 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/32320/statm: 21634 20741 725 1169 0 20461 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 86536

[startup+1602.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/179 32364
/proc/meminfo: memFree=30957468/32951124 swapFree=67072804/67111528
[pid=32320] ppid=32318 vsize=101484 CPUtime=1602.34 cores=0,2,4,6
/proc/32320/stat : 32320 (scip-2.0.1.4_2.) R 32318 32320 31857 0 -1 4202496 37284 0 0 0 159038 1196 0 0 25 0 1 0 890266187 103919616 24071 33554432000 4194304 8979876 140734515079984 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/32320/statm: 25371 24071 725 1169 0 24198 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 101484

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 32365
/proc/meminfo: memFree=30957172/32951124 swapFree=67072804/67111528
[pid=32320] ppid=32318 vsize=101484 CPUtime=1662.34 cores=0,2,4,6
/proc/32320/stat : 32320 (scip-2.0.1.4_2.) R 32318 32320 31857 0 -1 4202496 37359 0 0 0 164997 1237 0 0 25 0 1 0 890266187 103919616 24146 33554432000 4194304 8979876 140734515079984 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/32320/statm: 25371 24146 725 1169 0 24198 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 101484

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 32367
/proc/meminfo: memFree=30957144/32951124 swapFree=67072804/67111528
[pid=32320] ppid=32318 vsize=101484 CPUtime=1722.34 cores=0,2,4,6
/proc/32320/stat : 32320 (scip-2.0.1.4_2.) R 32318 32320 31857 0 -1 4202496 37359 0 0 0 170953 1281 0 0 25 0 1 0 890266187 103919616 24146 33554432000 4194304 8979876 140734515079984 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/32320/statm: 25371 24146 725 1169 0 24198 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 101484

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 32558
/proc/meminfo: memFree=31400620/32951124 swapFree=67072804/67111528
[pid=32320] ppid=32318 vsize=101484 CPUtime=1782.34 cores=0,2,4,6
/proc/32320/stat : 32320 (scip-2.0.1.4_2.) R 32318 32320 31857 0 -1 4202496 37360 0 0 0 176904 1330 0 0 25 0 1 0 890266187 103919616 24147 33554432000 4194304 8979876 140734515079984 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/32320/statm: 25371 24147 725 1169 0 24198 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 101484

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 32559
/proc/meminfo: memFree=31400616/32951124 swapFree=67072804/67111528
[pid=32320] ppid=32318 vsize=101484 CPUtime=1785.54 cores=0,2,4,6
/proc/32320/stat : 32320 (scip-2.0.1.4_2.) R 32318 32320 31857 0 -1 4202496 37360 0 0 0 177221 1333 0 0 25 0 1 0 890266187 103919616 24147 33554432000 4194304 8979876 140734515079984 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/32320/statm: 25371 24147 725 1169 0 24198 0
Current children cumulated CPU time (s) 1785.54
Current children cumulated vsize (KiB) 101484

[startup+1791.91 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 32559
/proc/meminfo: memFree=31400692/32951124 swapFree=67072804/67111528
[pid=32320] ppid=32318 vsize=101484 CPUtime=1791.95 cores=0,2,4,6
/proc/32320/stat : 32320 (scip-2.0.1.4_2.) R 32318 32320 31857 0 -1 4202496 37360 0 0 0 177856 1339 0 0 25 0 1 0 890266187 103919616 24147 33554432000 4194304 8979876 140734515079984 18446744073709551615 7057424 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/32320/statm: 25371 24147 725 1169 0 24198 0
Current children cumulated CPU time (s) 1791.95
Current children cumulated vsize (KiB) 101484

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 32559
/proc/meminfo: memFree=31400692/32951124 swapFree=67072804/67111528
[pid=32320] ppid=32318 vsize=101484 CPUtime=1795.15 cores=0,2,4,6
/proc/32320/stat : 32320 (scip-2.0.1.4_2.) R 32318 32320 31857 0 -1 4202496 37360 0 0 0 178173 1342 0 0 25 0 1 0 890266187 103919616 24147 33554432000 4194304 8979876 140734515079984 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/32320/statm: 25371 24147 725 1169 0 24198 0
Current children cumulated CPU time (s) 1795.15
Current children cumulated vsize (KiB) 101484

[startup+1795.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 32559
/proc/meminfo: memFree=31400692/32951124 swapFree=67072804/67111528
[pid=32320] ppid=32318 vsize=101484 CPUtime=1795.95 cores=0,2,4,6
/proc/32320/stat : 32320 (scip-2.0.1.4_2.) R 32318 32320 31857 0 -1 4202496 37360 0 0 0 178252 1343 0 0 25 0 1 0 890266187 103919616 24147 33554432000 4194304 8979876 140734515079984 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/32320/statm: 25371 24147 725 1169 0 24198 0
Current children cumulated CPU time (s) 1795.95
Current children cumulated vsize (KiB) 101484

[startup+1796.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 32559
/proc/meminfo: memFree=31400692/32951124 swapFree=67072804/67111528
[pid=32320] ppid=32318 vsize=101484 CPUtime=1796.75 cores=0,2,4,6
/proc/32320/stat : 32320 (scip-2.0.1.4_2.) R 32318 32320 31857 0 -1 4202496 37360 0 0 0 178331 1344 0 0 25 0 1 0 890266187 103919616 24147 33554432000 4194304 8979876 140734515079984 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/32320/statm: 25371 24147 725 1169 0 24198 0
Current children cumulated CPU time (s) 1796.75
Current children cumulated vsize (KiB) 101484

[startup+1796.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 32559
/proc/meminfo: memFree=31400692/32951124 swapFree=67072804/67111528
[pid=32320] ppid=32318 vsize=101484 CPUtime=1796.95 cores=0,2,4,6
/proc/32320/stat : 32320 (scip-2.0.1.4_2.) R 32318 32320 31857 0 -1 4202496 37360 0 0 0 178351 1344 0 0 25 0 1 0 890266187 103919616 24147 33554432000 4194304 8979876 140734515079984 18446744073709551615 7185336 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/32320/statm: 25371 24147 725 1169 0 24198 0
Current children cumulated CPU time (s) 1796.95
Current children cumulated vsize (KiB) 101484

[startup+1797 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 32559
/proc/meminfo: memFree=31400692/32951124 swapFree=67072804/67111528
[pid=32320] ppid=32318 vsize=101484 CPUtime=1797.04 cores=0,2,4,6
/proc/32320/stat : 32320 (scip-2.0.1.4_2.) R 32318 32320 31857 0 -1 4202496 37360 0 0 0 178360 1344 0 0 25 0 1 0 890266187 103919616 24147 33554432000 4194304 8979876 140734515079984 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/32320/statm: 25371 24147 725 1169 0 24198 0
Current children cumulated CPU time (s) 1797.04
Current children cumulated vsize (KiB) 101484

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

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

runsolver used 2.83557 second user time and 5.62315 second system time

The end

Launcher Data

Begin job on node135 at 2011-06-11 12:04:43
IDJOB=3485205
IDBENCH=48251
IDSOLVER=1977
FILE ID=node135/3485205-1307786683
RUNJOBID= node135-1307783023-31875
PBS_JOBID= 13550884
Free space on /tmp= 73888 MiB

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

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

MD5SUM BENCH= 8c398fbb12ba7dbf676dd8375a76e0de
RANDOM SEED=2100760237

node135.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.851
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.70
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.851
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.851
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.851
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	: 6640.14
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.851
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.78
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.851
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.851
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.74
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.851
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31236780 kB
Buffers:        224928 kB
Cached:         956556 kB
SwapCached:       6548 kB
Active:         960304 kB
Inactive:       568940 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31236780 kB
SwapTotal:    67111528 kB
SwapFree:     67072804 kB
Dirty:           27996 kB
Writeback:           0 kB
AnonPages:      346388 kB
Mapped:          13324 kB
Slab:           120768 kB
PageTables:       5232 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   511572 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73872 MiB
End job on node135 at 2011-06-11 12:34:40