Trace number 2666738

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
SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solverSAT (TO)-27 1800.16 1800.68

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-27
Best CPU time to get the best result obtained on this benchmark1789.5
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 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2666738-1276670416.opb>
0.00/0.03	c original problem has 1448 variables (1448 bin, 0 int, 0 impl, 0 cont) and 1549 constraints
0.00/0.03	c problem read
0.00/0.03	c presolving settings loaded
0.00/0.04	o 0
0.00/0.04	c feasible solution found by trivial heuristic, objective value  0.000000e+00
0.00/0.04	c presolving:
0.19/0.24	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 300 upgd conss, 10184 impls, 200 clqs
0.39/0.46	c    (0.2s) probing: 101/1448 (7.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.39/0.46	c    (0.2s) probing aborted: 100/100 successive totally useless probings
0.39/0.46	c presolving (2 rounds):
0.39/0.46	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.39/0.46	c  10184 implications, 200 cliques
0.39/0.46	c presolved problem has 1448 variables (1448 bin, 0 int, 0 impl, 0 cont) and 1549 constraints
0.39/0.46	c     200 constraints of type <setppc>
0.39/0.46	c    1248 constraints of type <and>
0.39/0.46	c       1 constraints of type <linear>
0.39/0.46	c     100 constraints of type <logicor>
0.39/0.46	c transformed objective value is always integral (scale: 1)
0.39/0.46	c Presolving Time: 0.23
0.39/0.46	c - non default parameters ----------------------------------------------------------------------
0.39/0.46	c # SCIP version 1.2.1.2
0.39/0.46	c 
0.39/0.46	c # frequency for displaying node information lines
0.39/0.46	c # [type: int, range: [-1,2147483647], default: 100]
0.39/0.46	c display/freq = 10000
0.39/0.46	c 
0.39/0.46	c # maximal time in seconds to run
0.39/0.46	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.39/0.46	c limits/time = 1799.98
0.39/0.46	c 
0.39/0.46	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.39/0.46	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.39/0.46	c limits/memory = 1620
0.39/0.46	c 
0.39/0.46	c # should presolving try to simplify inequalities
0.39/0.46	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.39/0.46	c constraints/linear/simplifyinequalities = TRUE
0.39/0.46	c 
0.39/0.46	c # should presolving try to simplify knapsacks
0.39/0.46	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.39/0.46	c constraints/knapsack/simplifyinequalities = TRUE
0.39/0.46	c 
0.39/0.46	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.39/0.46	c # [type: int, range: [-1,2147483647], default: -1]
0.39/0.46	c heuristics/undercover/freq = 0
0.39/0.46	c 
0.39/0.46	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.39/0.46	c # [type: int, range: [-1,2147483647], default: -1]
0.39/0.46	c separating/rapidlearning/freq = 0
0.39/0.46	c 
0.39/0.46	c -----------------------------------------------------------------------------------------------
0.39/0.46	c start solving
0.39/0.46	c 
3.49/3.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
3.49/3.57	c t 3.3s|     1 |     0 |  3951 |     - |6925k|   0 | 898 |1448 |1549 |1448 |2797 |   0 |   0 |   0 |-5.000000e+01 | 0.000000e+00 | 100.00%
3.49/3.58	o -3
3.49/3.58	c s 3.3s|     1 |     0 |  3951 |     - |6971k|   0 | 898 |1448 |1549 |1448 |2797 |   0 |   0 |   0 |-5.000000e+01 |-3.000000e+00 |  94.00%
3.79/3.80	o -4
3.79/3.80	c u 3.5s|     1 |     0 |  3951 |     - |7044k|   0 | 898 |1448 |1549 |1448 |2797 |   0 |   0 |   0 |-5.000000e+01 |-4.000000e+00 |  92.00%
7.79/7.89	o -16
7.79/7.89	c y 7.3s|     1 |     0 |  3951 |     - |9057k|   0 | 898 |1448 |1549 |1448 |2797 |   0 |   0 |   0 |-5.000000e+01 |-1.600000e+01 |  68.00%
8.09/8.16	c   7.5s|     1 |     0 |  4147 |     - |9028k|   0 | 888 |1448 |1880 |1448 |2906 | 109 |   0 |   0 |-5.000000e+01 |-1.600000e+01 |  68.00%
10.99/11.05	c  10.4s|     1 |     0 |  4747 |     - |  12M|   0 | 871 |1448 |1880 |1448 |2933 | 136 |   0 |   0 |-5.000000e+01 |-1.600000e+01 |  68.00%
13.68/13.70	c  13.1s|     1 |     0 |  5118 |     - |  16M|   0 | 874 |1448 |1880 |1448 |2949 | 152 |   0 |   0 |-5.000000e+01 |-1.600000e+01 |  68.00%
16.19/16.26	c  15.6s|     1 |     0 |  5396 |     - |  19M|   0 | 867 |1448 |1880 |1448 |2978 | 181 |   0 |   0 |-5.000000e+01 |-1.600000e+01 |  68.00%
18.69/18.75	c  18.1s|     1 |     0 |  5683 |     - |  21M|   0 | 870 |1448 |1880 |1448 |2990 | 193 |   0 |   0 |-5.000000e+01 |-1.600000e+01 |  68.00%
21.19/21.27	c  20.6s|     1 |     0 |  5951 |     - |  25M|   0 | 860 |1448 |1880 |1448 |3011 | 214 |   0 |   0 |-5.000000e+01 |-1.600000e+01 |  68.00%
43.48/43.59	c  42.7s|     1 |     2 |  5951 |     - |  25M|   0 | 860 |1448 |1880 |1448 |3011 | 214 |   0 |  19 |-5.000000e+01 |-1.600000e+01 |  68.00%
192.94/193.05	o -25
192.94/193.05	c l 191s|    78 |    79 |116833 |1440.0 |  25M|  15 |   - |1448 |2039 |1448 |1574 |3989 | 159 | 235 |-4.927369e+01 |-2.500000e+01 |  49.26%
326.10/326.21	o -27
326.10/326.21	c l 323s|   130 |   131 |337673 |2571.5 |  25M|  15 |   - |1448 |2057 |1448 |1516 |5986 | 177 | 369 |-4.847847e+01 |-2.700000e+01 |  44.31%
1800.09/1800.61	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.09/1800.63	c 
1800.09/1800.63	c SCIP Status        : solving was interrupted [user interrupt]
1800.09/1800.63	c Solving Time (sec) : 1781.78
1800.09/1800.63	c Solving Nodes      : 2196
1800.09/1800.63	c Primal Bound       : -2.70000000000000e+01 (12 solutions)
1800.09/1800.63	c Dual Bound         : -4.49037217730337e+01
1800.09/1800.63	c Gap                : 39.87 %
1800.09/1800.63	s SATISFIABLE
1800.09/1800.63	v x162 -x134 -x175 -x180 -x186 -x172 x132 x166 -x142 -x153 -x118 -x129 -x113 x140 -x161 x133 x200 -x152 x195 -x119 -x189 -x177 -x109 
1800.09/1800.63	v -x188 -x144 x165 -x107 -x135 -x196 -x106 x198 -x176 -x146 -x139 x182 x197 -x105 -x158 -x147 -x145 -x126 -x121 -x181 -x192 
1800.09/1800.63	v -x114 -x171 x125 -x199 -x138 -x104 -x151 -x149 -x115 -x108 -x185 -x120 x174 x143 -x157 x103 -x190 x155 -x154 -x148 x170 -x159 
1800.09/1800.63	v x123 x124 x183 -x130 x168 -x102 -x111 x110 x169 -x112 -x137 -x173 -x141 -x127 x164 -x191 -x128 -x101 -x179 -x167 -x160 -x156 
1800.09/1800.63	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 
1800.09/1800.63	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 
1800.09/1800.63	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 
1800.09/1800.63	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 
1800.09/1800.63	v -x9 -x8 -x7 -x6 x5 -x4 -x3 -x2 -x1 
1800.09/1800.63	c SCIP Status        : solving was interrupted [user interrupt]
1800.09/1800.63	c Solving Time       :    1781.78
1800.09/1800.63	c Original Problem   :
1800.09/1800.63	c   Problem name     : HOME/instance-2666738-1276670416.opb
1800.09/1800.63	c   Variables        : 1448 (1448 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.09/1800.63	c   Constraints      : 1549 initial, 1549 maximal
1800.09/1800.63	c Presolved Problem  :
1800.09/1800.63	c   Problem name     : t_HOME/instance-2666738-1276670416.opb
1800.09/1800.63	c   Variables        : 1448 (1448 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.09/1800.63	c   Constraints      : 1549 initial, 2091 maximal
1800.09/1800.63	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.09/1800.63	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.09/1800.63	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.09/1800.63	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.09/1800.63	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.09/1800.63	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.09/1800.63	c   probing          :       0.04          0          0          0          0          0          0          0          0
1800.09/1800.63	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.09/1800.63	c   and              :       0.17          0          0          0          0          0          0          0          0
1800.09/1800.63	c   linear           :       0.01          0          0          0          0          0          0          0          0
1800.09/1800.63	c   logicor          :       0.01          0          0          0          0          0          0          0          0
1800.09/1800.63	c   root node        :          -          0          -          -          0          -          -          -          -
1800.09/1800.63	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.09/1800.63	c   integral         :          0          0          0       2224          0          0         64          0          0       4344
1800.09/1800.63	c   setppc           :        200          6      57323          0          0          7       2777          0          0          0
1800.09/1800.63	c   and              :       1248       5361      57316          0          0         87      62157      42750          0          0
1800.09/1800.63	c   linear           :          1+         7      57228          0          0          0        848          0          0          0
1800.09/1800.63	c   logicor          :        100+         6       5948          0          0          0       2227          0          0          0
1800.09/1800.63	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.09/1800.63	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.09/1800.63	c   integral         :     383.01       0.00       0.00     383.01       0.00
1800.09/1800.63	c   setppc           :       0.80       0.00       0.80       0.00       0.00
1800.09/1800.63	c   and              :       8.92       4.08       4.84       0.00       0.00
1800.09/1800.63	c   linear           :       1.36       0.02       1.34       0.00       0.00
1800.09/1800.63	c   logicor          :       0.09       0.00       0.09       0.00       0.00
1800.09/1800.63	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.09/1800.63	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.09/1800.63	c   vbounds          :       0.02          2          0          0
1800.09/1800.63	c   rootredcost      :       0.06          3          0          0
1800.09/1800.63	c   pseudoobj        :       0.52      57221          0          0
1800.09/1800.63	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.09/1800.63	c   propagation      :       0.00         94         94         94        2.1          0        0.0          -
1800.09/1800.63	c   infeasible LP    :       0.07         45         45        319       37.0          2        3.0          0
1800.09/1800.63	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.09/1800.63	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.09/1800.63	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.09/1800.63	c   applied globally :          -          -          -        251       23.5          -          -          -
1800.09/1800.63	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.09/1800.63	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.09/1800.63	c   cut pool         :       0.02          5          -          -          0          -    (maximal pool size: 1491)
1800.09/1800.63	c   redcost          :       0.60       5365          0        184          0          0
1800.09/1800.63	c   impliedbounds    :       0.00          6          0          0        296          0
1800.09/1800.63	c   intobj           :       0.00          0          0          0          0          0
1800.09/1800.63	c   cgmip            :       0.00          0          0          0          0          0
1800.09/1800.63	c   gomory           :       3.62          6          0          0         14          0
1800.09/1800.63	c   strongcg         :       8.69          6          0          0       1919          0
1800.09/1800.63	c   cmir             :       0.28          6          0          0         43          0
1800.09/1800.63	c   flowcover        :       0.13          6          0          0          0          0
1800.09/1800.63	c   clique           :       0.19          6          0          0         41          0
1800.09/1800.63	c   zerohalf         :       0.00          0          0          0          0          0
1800.09/1800.63	c   mcf              :       0.00          1          0          0          0          0
1800.09/1800.63	c   rapidlearning    :       1.71          1          0          0          0        331
1800.09/1800.63	c Pricers            :       Time      Calls       Vars
1800.09/1800.63	c   problem variables:       0.00          0          0
1800.09/1800.63	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.09/1800.63	c   relpscost        :     382.99       2224          0         64          0          0       4344
1800.09/1800.63	c   pscost           :       0.00          0          0          0          0          0          0
1800.09/1800.63	c   inference        :       0.00          0          0          0          0          0          0
1800.09/1800.63	c   mostinf          :       0.00          0          0          0          0          0          0
1800.09/1800.63	c   leastinf         :       0.00          0          0          0          0          0          0
1800.09/1800.63	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.09/1800.63	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.09/1800.63	c   random           :       0.00          0          0          0          0          0          0
1800.09/1800.63	c Primal Heuristics  :       Time      Calls      Found
1800.09/1800.63	c   LP solutions     :       0.00          -          0
1800.09/1800.63	c   pseudo solutions :       0.00          -          0
1800.09/1800.63	c   oneopt           :       0.03          3          0
1800.09/1800.63	c   trivial          :       0.00          2          3
1800.09/1800.63	c   simplerounding   :       0.03          0          0
1800.09/1800.63	c   zirounding       :       0.35       1000          0
1800.09/1800.63	c   rounding         :       2.36        984          0
1800.09/1800.63	c   shifting         :       2.46        570          5
1800.09/1800.63	c   intshifting      :       0.00          0          0
1800.09/1800.63	c   twoopt           :       0.00          0          0
1800.09/1800.63	c   fixandinfer      :       0.00          0          0
1800.09/1800.63	c   feaspump         :       0.00          0          0
1800.09/1800.63	c   coefdiving       :      58.69         16          0
1800.09/1800.63	c   pscostdiving     :      56.73         15          0
1800.09/1800.63	c   fracdiving       :      58.53         19          0
1800.09/1800.63	c   veclendiving     :      49.96         23          0
1800.09/1800.63	c   intdiving        :       0.00          0          0
1800.09/1800.63	c   actconsdiving    :       0.00          0          0
1800.09/1800.63	c   objpscostdiving  :      35.59          5          0
1800.09/1800.63	c   rootsoldiving    :      15.65         18          0
1800.09/1800.63	c   linesearchdiving :     167.93         78          2
1800.09/1800.63	c   guideddiving     :      56.01         14          0
1800.09/1800.63	c   octane           :       0.00          0          0
1800.09/1800.63	c   rens             :       0.00          0          0
1800.09/1800.63	c   rins             :       0.00          0          0
1800.09/1800.63	c   localbranching   :       0.00          0          0
1800.09/1800.63	c   mutation         :       0.00          0          0
1800.09/1800.63	c   crossover        :       0.55          1          0
1800.09/1800.63	c   dins             :       0.00          0          0
1800.09/1800.63	c   undercover       :       0.17          1          1
1800.09/1800.63	c   nlp              :       0.00          0          0
1800.09/1800.63	c   trysol           :       0.02          0          0
1800.09/1800.63	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.09/1800.63	c   primal LP        :      10.07          0          0       0.00       0.00
1800.09/1800.63	c   dual LP          :     852.80       5380    1451009     269.70    1701.46
1800.09/1800.63	c   lex dual LP      :       0.00          0          0       0.00          -
1800.09/1800.63	c   barrier LP       :       0.00          0          0       0.00          -
1800.09/1800.63	c   diving/probing LP:     450.29      38574     948534      24.59    2106.50
1800.09/1800.63	c   strong branching :     381.93       3276     659531     201.32    1726.84
1800.09/1800.63	c     (at root node) :          -         19      18120     953.68          -
1800.09/1800.63	c   conflict analysis:       0.00          0          0       0.00          -
1800.09/1800.63	c B&B Tree           :
1800.09/1800.63	c   number of runs   :          1
1800.09/1800.63	c   nodes            :       2196
1800.09/1800.63	c   nodes (total)    :       2196
1800.09/1800.63	c   nodes left       :       2149
1800.09/1800.63	c   max depth        :         44
1800.09/1800.63	c   max depth (total):         44
1800.09/1800.63	c   backtracks       :        558 (25.4%)
1800.09/1800.63	c   delayed cutoffs  :          0
1800.09/1800.63	c   repropagations   :        148 (104 domain reductions, 0 cutoffs)
1800.09/1800.63	c   avg switch length:       6.57
1800.09/1800.63	c   switching time   :      11.59
1800.09/1800.63	c Solution           :
1800.09/1800.63	c   Solutions found  :         12 (6 improvements)
1800.09/1800.63	c   First Solution   : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.01 seconds, depth 0, found by <trivial>)
1800.09/1800.63	c   Primal Bound     : -2.70000000000000e+01   (in run 1, after 130 nodes, 322.73 seconds, depth 198, found by <linesearchdiving>)
1800.09/1800.63	c   Dual Bound       : -4.49037217730337e+01
1800.09/1800.63	c   Gap              :      39.87 %
1800.09/1800.63	c   Root Dual Bound  : -4.99999999999995e+01
1800.09/1800.63	c   Root Iterations  :       5951
1800.09/1800.68	c Time complete: 1800.15.

Verifier Data

OK	-27

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2666738-1276670416/watcher-2666738-1276670416 -o /tmp/evaluation-result-2666738-1276670416/solver-2666738-1276670416 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2666738-1276670416.opb -t 1800 -m 1800 

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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.01 1.00 1.00 3/105 17694
/proc/meminfo: memFree=1795152/2059040 swapFree=4140536/4192956
[pid=17694] ppid=17692 vsize=7724 CPUtime=0
/proc/17694/stat : 17694 (pbscip.linux.x8) R 17692 17694 17188 0 -1 4202496 1047 0 0 0 0 0 0 0 20 0 1 0 8333003 7909376 966 1992294400 4194304 8223781 140736892026464 18446744073709551615 7253477 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/17694/statm: 1931 976 348 984 0 944 0

[startup+0.0099061 s]
/proc/loadavg: 1.01 1.00 1.00 3/105 17694
/proc/meminfo: memFree=1795152/2059040 swapFree=4140536/4192956
[pid=17694] ppid=17692 vsize=8752 CPUtime=0
/proc/17694/stat : 17694 (pbscip.linux.x8) R 17692 17694 17188 0 -1 4202496 1327 0 0 0 0 0 0 0 20 0 1 0 8333003 8962048 1246 1992294400 4194304 8223781 140736892026464 18446744073709551615 7253477 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/17694/statm: 2188 1257 348 984 0 1201 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8752

[startup+0.100913 s]
/proc/loadavg: 1.01 1.00 1.00 3/105 17694
/proc/meminfo: memFree=1795152/2059040 swapFree=4140536/4192956
[pid=17694] ppid=17692 vsize=16144 CPUtime=0.09
/proc/17694/stat : 17694 (pbscip.linux.x8) R 17692 17694 17188 0 -1 4202496 3708 0 0 0 6 3 0 0 20 0 1 0 8333003 16531456 3006 1992294400 4194304 8223781 140736892026464 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17694/statm: 4036 3006 432 984 0 3049 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16144

[startup+0.300939 s]
/proc/loadavg: 1.01 1.00 1.00 3/105 17694
/proc/meminfo: memFree=1795152/2059040 swapFree=4140536/4192956
[pid=17694] ppid=17692 vsize=17164 CPUtime=0.29
/proc/17694/stat : 17694 (pbscip.linux.x8) R 17692 17694 17188 0 -1 4202496 5267 0 0 0 16 13 0 0 20 0 1 0 8333003 17575936 3280 1992294400 4194304 8223781 140736892026464 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17694/statm: 4291 3280 459 984 0 3304 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17164

[startup+0.700988 s]
/proc/loadavg: 1.01 1.00 1.00 3/105 17694
/proc/meminfo: memFree=1795152/2059040 swapFree=4140536/4192956
[pid=17694] ppid=17692 vsize=24432 CPUtime=0.69
/proc/17694/stat : 17694 (pbscip.linux.x8) R 17692 17694 17188 0 -1 4202496 7686 0 0 0 49 20 0 0 20 0 1 0 8333003 25018368 5193 1992294400 4194304 8223781 140736892026464 18446744073709551615 6568466 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17694/statm: 6108 5193 536 984 0 5121 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 24432

[startup+1.50109 s]
/proc/loadavg: 1.01 1.00 1.00 2/106 17695
/proc/meminfo: memFree=1775800/2059040 swapFree=4140536/4192956
[pid=17694] ppid=17692 vsize=25452 CPUtime=1.49
/proc/17694/stat : 17694 (pbscip.linux.x8) R 17692 17694 17188 0 -1 4202496 8159 0 0 0 128 21 0 0 22 0 1 0 8333003 26062848 5354 1992294400 4194304 8223781 140736892026464 18446744073709551615 6569869 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17694/statm: 6363 5354 536 984 0 5376 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 25452

[startup+3.10129 s]
/proc/loadavg: 1.01 1.00 1.00 2/106 17695
/proc/meminfo: memFree=1775180/2059040 swapFree=4140536/4192956
[pid=17694] ppid=17692 vsize=25596 CPUtime=3.09
/proc/17694/stat : 17694 (pbscip.linux.x8) R 17692 17694 17188 0 -1 4202496 8922 0 0 0 287 22 0 0 25 0 1 0 8333003 26210304 5437 1992294400 4194304 8223781 140736892026464 18446744073709551615 6569863 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17694/statm: 6399 5437 536 984 0 5412 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 25596

[startup+6.30169 s]
/proc/loadavg: 1.01 1.00 1.00 2/106 17695
/proc/meminfo: memFree=1770220/2059040 swapFree=4140536/4192956
[pid=17694] ppid=17692 vsize=40636 CPUtime=6.29
/proc/17694/stat : 17694 (pbscip.linux.x8) R 17692 17694 17188 0 -1 4202496 23771 0 0 0 581 48 0 0 25 0 1 0 8333003 41611264 9013 1992294400 4194304 8223781 140736892026464 18446744073709551615 4333616 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17694/statm: 10159 9013 598 984 0 9172 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 40636

[startup+12.7015 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 17695
/proc/meminfo: memFree=1763524/2059040 swapFree=4140536/4192956
[pid=17694] ppid=17692 vsize=38600 CPUtime=12.69
/proc/17694/stat : 17694 (pbscip.linux.x8) R 17692 17694 17188 0 -1 4202496 26334 0 0 0 1207 62 0 0 25 0 1 0 8333003 39526400 8794 1992294400 4194304 8223781 140736892026464 18446744073709551615 6059935 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17694/statm: 9650 8795 599 984 0 8663 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 38600

[startup+25.5011 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 17695
/proc/meminfo: memFree=1747528/2059040 swapFree=4140536/4192956
[pid=17694] ppid=17692 vsize=53260 CPUtime=25.48
/proc/17694/stat : 17694 (pbscip.linux.x8) R 17692 17694 17188 0 -1 4202496 36173 0 0 0 2476 72 0 0 25 0 1 0 8333003 54538240 12332 1992294400 4194304 8223781 140736892026464 18446744073709551615 6559628 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17694/statm: 13315 12332 600 984 0 12328 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 53260

[startup+51.1003 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 17695
/proc/meminfo: memFree=1747900/2059040 swapFree=4140536/4192956
[pid=17694] ppid=17692 vsize=52148 CPUtime=51.08
/proc/17694/stat : 17694 (pbscip.linux.x8) R 17692 17694 17188 0 -1 4202496 53051 0 0 0 5017 91 0 0 25 0 1 0 8333003 53399552 12104 1992294400 4194304 8223781 140736892026464 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17694/statm: 13037 12104 602 984 0 12050 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 52148

[startup+102.308 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 17697
/proc/meminfo: memFree=1747776/2059040 swapFree=4140536/4192956
[pid=17694] ppid=17692 vsize=52272 CPUtime=102.27
/proc/17694/stat : 17694 (pbscip.linux.x8) R 17692 17694 17188 0 -1 4202496 59991 0 0 0 10106 121 0 0 25 0 1 0 8333003 53526528 12110 1992294400 4194304 8223781 140736892026464 18446744073709551615 6485358 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17694/statm: 13068 12110 602 984 0 12081 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 52272

[startup+162.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 17699
/proc/meminfo: memFree=1747652/2059040 swapFree=4140536/4192956
[pid=17694] ppid=17692 vsize=52272 CPUtime=162.25
/proc/17694/stat : 17694 (pbscip.linux.x8) R 17692 17694 17188 0 -1 4202496 72047 0 0 0 16063 162 0 0 25 0 1 0 8333003 53526528 12139 1992294400 4194304 8223781 140736892026464 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17694/statm: 13068 12139 602 984 0 12081 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 52272

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 17699
/proc/meminfo: memFree=1747280/2059040 swapFree=4140536/4192956
[pid=17694] ppid=17692 vsize=53052 CPUtime=222.23
/proc/17694/stat : 17694 (pbscip.linux.x8) R 17692 17694 17188 0 -1 4202496 101133 0 0 0 22008 215 0 0 25 0 1 0 8333003 54325248 12295 1992294400 4194304 8223781 140736892026464 18446744073709551615 6446877 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17694/statm: 13263 12295 603 984 0 12276 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 53052

[startup+282.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 17701
/proc/meminfo: memFree=1746908/2059040 swapFree=4140536/4192956
[pid=17694] ppid=17692 vsize=53140 CPUtime=282.21
/proc/17694/stat : 17694 (pbscip.linux.x8) R 17692 17694 17188 0 -1 4202496 166474 0 0 0 27934 287 0 0 25 0 1 0 8333003 54415360 12329 1992294400 4194304 8223781 140736892026464 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17694/statm: 13285 12329 603 984 0 12298 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 53140

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 17703
/proc/meminfo: memFree=1746908/2059040 swapFree=4140536/4192956
[pid=17694] ppid=17692 vsize=53000 CPUtime=342.2
/proc/17694/stat : 17694 (pbscip.linux.x8) R 17692 17694 17188 0 -1 4202496 245069 0 0 0 33862 358 0 0 25 0 1 0 8333003 54272000 12314 1992294400 4194304 8223781 140736892026464 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17694/statm: 13250 12314 603 984 0 12263 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 53000

[startup+402.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 17705
/proc/meminfo: memFree=1746660/2059040 swapFree=4140536/4192956
[pid=17694] ppid=17692 vsize=53412 CPUtime=402.18
/proc/17694/stat : 17694 (pbscip.linux.x8) R 17692 17694 17188 0 -1 4202496 325700 0 0 0 39789 429 0 0 25 0 1 0 8333003 54693888 12406 1992294400 4194304 8223781 140736892026464 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17694/statm: 13353 12406 603 984 0 12366 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 53412

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 17707
/proc/meminfo: memFree=1746040/2059040 swapFree=4140536/4192956
[pid=17694] ppid=17692 vsize=53916 CPUtime=462.16
/proc/17694/stat : 17694 (pbscip.linux.x8) R 17692 17694 17188 0 -1 4202496 422450 0 0 0 45711 505 0 0 25 0 1 0 8333003 55209984 12535 1992294400 4194304 8223781 140736892026464 18446744073709551615 6450711 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17694/statm: 13479 12535 603 984 0 12492 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 53916

[startup+522.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 17707
/proc/meminfo: memFree=1746040/2059040 swapFree=4140536/4192956
[pid=17694] ppid=17692 vsize=54644 CPUtime=522.14
/proc/17694/stat : 17694 (pbscip.linux.x8) R 17692 17694 17188 0 -1 4202496 506093 0 0 0 51625 589 0 0 25 0 1 0 8333003 55955456 12632 1992294400 4194304 8223781 140736892026464 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17694/statm: 13661 12632 603 984 0 12674 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 54644

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 17709
/proc/meminfo: memFree=1742568/2059040 swapFree=4140536/4192956
[pid=17694] ppid=17692 vsize=57152 CPUtime=582.13
/proc/17694/stat : 17694 (pbscip.linux.x8) R 17692 17694 17188 0 -1 4202496 557369 0 0 0 57560 653 0 0 25 0 1 0 8333003 58523648 13372 1992294400 4194304 8223781 140736892026464 18446744073709551615 6456046 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17694/statm: 14288 13372 607 984 0 13301 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 57152

[startup+642.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 17711
/proc/meminfo: memFree=1742444/2059040 swapFree=4140536/4192956
[pid=17694] ppid=17692 vsize=57152 CPUtime=642.12
/proc/17694/stat : 17694 (pbscip.linux.x8) R 17692 17694 17188 0 -1 4202496 557369 0 0 0 63519 693 0 0 25 0 1 0 8333003 58523648 13372 1992294400 4194304 8223781 140736892026464 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17694/statm: 14288 13372 607 984 0 13301 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 57152

[startup+702.301 s]

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

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 17715
/proc/meminfo: memFree=1742320/2059040 swapFree=4140536/4192956
[pid=17694] ppid=17692 vsize=57152 CPUtime=822.06
/proc/17694/stat : 17694 (pbscip.linux.x8) R 17692 17694 17188 0 -1 4202496 557370 0 0 0 81405 801 0 0 25 0 1 0 8333003 58523648 13373 1992294400 4194304 8223781 140736892026464 18446744073709551615 6539315 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17694/statm: 14288 13373 607 984 0 13301 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 57152

[startup+882.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 17717
/proc/meminfo: memFree=1742320/2059040 swapFree=4140536/4192956
[pid=17694] ppid=17692 vsize=57152 CPUtime=882.05
/proc/17694/stat : 17694 (pbscip.linux.x8) R 17692 17694 17188 0 -1 4202496 557370 0 0 0 87361 844 0 0 25 0 1 0 8333003 58523648 13373 1992294400 4194304 8223781 140736892026464 18446744073709551615 6596286 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17694/statm: 14288 13373 607 984 0 13301 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 57152

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 17719
/proc/meminfo: memFree=1742196/2059040 swapFree=4140536/4192956
[pid=17694] ppid=17692 vsize=57152 CPUtime=942.03
/proc/17694/stat : 17694 (pbscip.linux.x8) R 17692 17694 17188 0 -1 4202496 559821 0 0 0 93324 879 0 0 25 0 1 0 8333003 58523648 13373 1992294400 4194304 8223781 140736892026464 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17694/statm: 14288 13373 607 984 0 13301 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 57152

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 17721
/proc/meminfo: memFree=1742196/2059040 swapFree=4140536/4192956
[pid=17694] ppid=17692 vsize=57152 CPUtime=1002.01
/proc/17694/stat : 17694 (pbscip.linux.x8) R 17692 17694 17188 0 -1 4202496 560523 0 0 0 99285 916 0 0 25 0 1 0 8333003 58523648 13373 1992294400 4194304 8223781 140736892026464 18446744073709551615 6296719 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17694/statm: 14288 13373 607 984 0 13301 0
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (KiB) 57152

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 17723
/proc/meminfo: memFree=1742320/2059040 swapFree=4140536/4192956
[pid=17694] ppid=17692 vsize=57152 CPUtime=1062
/proc/17694/stat : 17694 (pbscip.linux.x8) R 17692 17694 17188 0 -1 4202496 568859 0 0 0 105241 959 0 0 25 0 1 0 8333003 58523648 13373 1992294400 4194304 8223781 140736892026464 18446744073709551615 6539315 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17694/statm: 14288 13373 607 984 0 13301 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 57152

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 17723
/proc/meminfo: memFree=1742196/2059040 swapFree=4140536/4192956
[pid=17694] ppid=17692 vsize=57152 CPUtime=1121.98
/proc/17694/stat : 17694 (pbscip.linux.x8) R 17692 17694 17188 0 -1 4202496 589661 0 0 0 111190 1008 0 0 25 0 1 0 8333003 58523648 13373 1992294400 4194304 8223781 140736892026464 18446744073709551615 6482720 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17694/statm: 14288 13373 607 984 0 13301 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 57152

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 17725
/proc/meminfo: memFree=1742072/2059040 swapFree=4140536/4192956
[pid=17694] ppid=17692 vsize=57604 CPUtime=1181.96
/proc/17694/stat : 17694 (pbscip.linux.x8) R 17692 17694 17188 0 -1 4202496 608188 0 0 0 117137 1059 0 0 25 0 1 0 8333003 58986496 13431 1992294400 4194304 8223781 140736892026464 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17694/statm: 14401 13431 607 984 0 13414 0
Current children cumulated CPU time (s) 1181.96
Current children cumulated vsize (KiB) 57604

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 17727
/proc/meminfo: memFree=1741700/2059040 swapFree=4140536/4192956
[pid=17694] ppid=17692 vsize=57600 CPUtime=1241.94
/proc/17694/stat : 17694 (pbscip.linux.x8) R 17692 17694 17188 0 -1 4202496 638367 0 0 0 123083 1111 0 0 25 0 1 0 8333003 58982400 13475 1992294400 4194304 8223781 140736892026464 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17694/statm: 14400 13475 607 984 0 13413 0
Current children cumulated CPU time (s) 1241.94
Current children cumulated vsize (KiB) 57600

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 17738
/proc/meminfo: memFree=1741700/2059040 swapFree=4140536/4192956
[pid=17694] ppid=17692 vsize=57388 CPUtime=1301.92
/proc/17694/stat : 17694 (pbscip.linux.x8) R 17692 17694 17188 0 -1 4202496 704839 0 0 0 129013 1179 0 0 25 0 1 0 8333003 58765312 13436 1992294400 4194304 8223781 140736892026464 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17694/statm: 14347 13436 607 984 0 13360 0
Current children cumulated CPU time (s) 1301.92
Current children cumulated vsize (KiB) 57388

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 17740
/proc/meminfo: memFree=1741576/2059040 swapFree=4140536/4192956
[pid=17694] ppid=17692 vsize=57700 CPUtime=1361.9
/proc/17694/stat : 17694 (pbscip.linux.x8) R 17692 17694 17188 0 -1 4202496 786177 0 0 0 134937 1253 0 0 25 0 1 0 8333003 59084800 13493 1992294400 4194304 8223781 140736892026464 18446744073709551615 6482738 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17694/statm: 14425 13493 607 984 0 13438 0
Current children cumulated CPU time (s) 1361.9
Current children cumulated vsize (KiB) 57700

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 17740
/proc/meminfo: memFree=1741452/2059040 swapFree=4140536/4192956
[pid=17694] ppid=17692 vsize=58336 CPUtime=1421.89
/proc/17694/stat : 17694 (pbscip.linux.x8) R 17692 17694 17188 0 -1 4202496 884434 0 0 0 140858 1331 0 0 25 0 1 0 8333003 59736064 13600 1992294400 4194304 8223781 140736892026464 18446744073709551615 6567540 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17694/statm: 14584 13600 607 984 0 13597 0
Current children cumulated CPU time (s) 1421.89
Current children cumulated vsize (KiB) 58336

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 17742
/proc/meminfo: memFree=1740956/2059040 swapFree=4140536/4192956
[pid=17694] ppid=17692 vsize=58868 CPUtime=1481.87
/proc/17694/stat : 17694 (pbscip.linux.x8) R 17692 17694 17188 0 -1 4202496 968550 0 0 0 146785 1402 0 0 25 0 1 0 8333003 60280832 13711 1992294400 4194304 8223781 140736892026464 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17694/statm: 14717 13711 607 984 0 13730 0
Current children cumulated CPU time (s) 1481.87
Current children cumulated vsize (KiB) 58868

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 17744
/proc/meminfo: memFree=1740336/2059040 swapFree=4140536/4192956
[pid=17694] ppid=17692 vsize=58916 CPUtime=1541.84
/proc/17694/stat : 17694 (pbscip.linux.x8) R 17692 17694 17188 0 -1 4202496 1077585 0 0 0 152702 1482 0 0 25 0 1 0 8333003 60329984 13777 1992294400 4194304 8223781 140736892026464 18446744073709551615 6539325 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17694/statm: 14729 13777 607 984 0 13742 0
Current children cumulated CPU time (s) 1541.84
Current children cumulated vsize (KiB) 58916

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 17746
/proc/meminfo: memFree=1738848/2059040 swapFree=4140536/4192956
[pid=17694] ppid=17692 vsize=60288 CPUtime=1601.83
/proc/17694/stat : 17694 (pbscip.linux.x8) R 17692 17694 17188 0 -1 4202496 1163263 0 0 0 158628 1555 0 0 25 0 1 0 8333003 61734912 14125 1992294400 4194304 8223781 140736892026464 18446744073709551615 6562672 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17694/statm: 15072 14125 607 984 0 14085 0
Current children cumulated CPU time (s) 1601.83
Current children cumulated vsize (KiB) 60288

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 17748
/proc/meminfo: memFree=1738724/2059040 swapFree=4140536/4192956
[pid=17694] ppid=17692 vsize=61044 CPUtime=1661.81
/proc/17694/stat : 17694 (pbscip.linux.x8) R 17692 17694 17188 0 -1 4202496 1278393 0 0 0 164544 1637 0 0 25 0 1 0 8333003 62509056 14276 1992294400 4194304 8223781 140736892026464 18446744073709551615 6570073 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17694/statm: 15261 14276 607 984 0 14274 0
Current children cumulated CPU time (s) 1661.81
Current children cumulated vsize (KiB) 61044

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 17748
/proc/meminfo: memFree=1737980/2059040 swapFree=4140536/4192956
[pid=17694] ppid=17692 vsize=61644 CPUtime=1721.8
/proc/17694/stat : 17694 (pbscip.linux.x8) R 17692 17694 17188 0 -1 4202496 1385107 0 0 0 170459 1721 0 0 25 0 1 0 8333003 63123456 14440 1992294400 4194304 8223781 140736892026464 18446744073709551615 6559356 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17694/statm: 15411 14440 609 984 0 14424 0
Current children cumulated CPU time (s) 1721.8
Current children cumulated vsize (KiB) 61644

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 17750
/proc/meminfo: memFree=1737236/2059040 swapFree=4140536/4192956
[pid=17694] ppid=17692 vsize=61948 CPUtime=1781.78
/proc/17694/stat : 17694 (pbscip.linux.x8) R 17692 17694 17188 0 -1 4202496 1496866 0 0 0 176376 1802 0 0 25 0 1 0 8333003 63434752 14499 1992294400 4194304 8223781 140736892026464 18446744073709551615 6596564 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17694/statm: 15487 14499 607 984 0 14500 0
Current children cumulated CPU time (s) 1781.78
Current children cumulated vsize (KiB) 61948



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 17752
/proc/meminfo: memFree=1737112/2059040 swapFree=4140536/4192956
[pid=17694] ppid=17692 vsize=62580 CPUtime=1800.09
/proc/17694/stat : 17694 (pbscip.linux.x8) R 17692 17694 17188 0 -1 4202496 1538904 0 0 0 178179 1830 0 0 25 0 1 0 8333003 64081920 14608 1992294400 4194304 8223781 140736892026464 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17694/statm: 15645 14608 607 984 0 14658 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 62580

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child status: 0
Real time (s): 1800.68
CPU time (s): 1800.16
CPU user time (s): 1781.85
CPU system time (s): 18.3172
CPU usage (%): 99.9713
Max. virtual memory (cumulated for all children) (KiB): 66636

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1781.85
system time used= 18.3172
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1538982
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= 1
involuntary context switches= 1999

runsolver used 2.91856 second user time and 8.5627 second system time

The end

Launcher Data

Begin job on node054 at 2010-06-16 08:40:16
IDJOB=2666738
IDBENCH=48251
IDSOLVER=1169
FILE ID=node054/2666738-1276670416
PBS_JOBID= 11172501
Free space on /tmp= 62480 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 8c398fbb12ba7dbf676dd8375a76e0de
RANDOM SEED=582658556

node054.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	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.217
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.43
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.217
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1795556 kB
Buffers:         69120 kB
Cached:         114268 kB
SwapCached:       6812 kB
Active:          98464 kB
Inactive:        98872 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1795556 kB
SwapTotal:     4192956 kB
SwapFree:      4140536 kB
Dirty:            4500 kB
Writeback:           0 kB
AnonPages:       11236 kB
Mapped:          12996 kB
Slab:            44384 kB
PageTables:       3964 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180884 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264964 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62476 MiB
End job on node054 at 2010-06-16 09:10:19