Trace number 2666752

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)-26 1800.16 1800.89

General information on the benchmark

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

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c SCIP version 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-2666752-1276672656.opb>
0.00/0.03	c original problem has 1452 variables (1452 bin, 0 int, 0 impl, 0 cont) and 1553 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, 10216 impls, 200 clqs
0.39/0.46	c    (0.2s) probing: 101/1452 (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  10216 implications, 200 cliques
0.39/0.46	c presolved problem has 1452 variables (1452 bin, 0 int, 0 impl, 0 cont) and 1553 constraints
0.39/0.46	c     200 constraints of type <setppc>
0.39/0.46	c    1252 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.20
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.79/3.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
3.79/3.83	c t 3.5s|     1 |     0 |  4450 |     - |6943k|   0 | 930 |1452 |1553 |1452 |2805 |   0 |   0 |   0 |-5.000000e+01 | 0.000000e+00 | 100.00%
3.79/3.84	o -5
3.79/3.84	c s 3.6s|     1 |     0 |  4450 |     - |6991k|   0 | 930 |1452 |1553 |1452 |2805 |   0 |   0 |   0 |-5.000000e+01 |-5.000000e+00 |  90.00%
7.98/8.09	o -14
7.98/8.09	c y 7.5s|     1 |     0 |  4450 |     - |9555k|   0 | 930 |1452 |1554 |1452 |2805 |   0 |   1 |   0 |-5.000000e+01 |-1.400000e+01 |  72.00%
8.39/8.42	c   7.8s|     1 |     0 |  4703 |     - |9187k|   0 | 914 |1452 |1723 |1452 |2950 | 145 |   1 |   0 |-5.000000e+01 |-1.400000e+01 |  72.00%
11.38/11.45	c  10.8s|     1 |     0 |  5470 |     - |  12M|   0 | 900 |1452 |1723 |1452 |2978 | 173 |   1 |   0 |-5.000000e+01 |-1.400000e+01 |  72.00%
14.19/14.27	c  13.6s|     1 |     0 |  5915 |     - |  16M|   0 | 886 |1452 |1723 |1452 |3000 | 195 |   1 |   0 |-5.000000e+01 |-1.400000e+01 |  72.00%
17.18/17.26	c  16.6s|     1 |     0 |  6450 |     - |  20M|   0 | 885 |1452 |1723 |1452 |3030 | 225 |   1 |   0 |-5.000000e+01 |-1.400000e+01 |  72.00%
19.98/20.06	c  19.4s|     1 |     0 |  6978 |     - |  23M|   0 | 873 |1452 |1723 |1452 |3055 | 250 |   1 |   0 |-5.000000e+01 |-1.400000e+01 |  72.00%
22.48/22.59	c  21.9s|     1 |     0 |  7677 |     - |  27M|   0 | 867 |1452 |1723 |1452 |3083 | 278 |   1 |   0 |-5.000000e+01 |-1.400000e+01 |  72.00%
50.96/51.09	c  50.2s|     1 |     2 |  7677 |     - |  27M|   0 | 867 |1452 |1723 |1452 |3083 | 278 |   1 |  24 |-5.000000e+01 |-1.400000e+01 |  72.00%
111.34/111.47	o -15
111.34/111.47	c c 110s|    14 |    15 | 24040 |1258.7 |  27M|  13 |   - |1452 |1723 |1452 |1504 |1115 |   1 | 218 |-5.000000e+01 |-1.500000e+01 |  70.00%
142.33/142.42	o -25
142.33/142.42	c p 141s|    26 |    27 | 46972 |1571.8 |  27M|  13 |   - |1452 |1728 |1452 |1642 |2188 |   6 | 269 |-4.983293e+01 |-2.500000e+01 |  49.83%
388.63/388.88	o -26
388.63/388.88	c p 385s|   192 |   193 |437475 |2250.3 |  28M|  16 |   - |1452 |1753 |1452 |1688 |7562 |  31 | 602 |-4.701241e+01 |-2.600000e+01 |  44.70%
1701.30/1702.02	c  1682s| 10000 |  2159 |  2374k| 236.7 |  36M|  55 | 136 |1452 |1828 |1452 |1571 |  39k| 181 |4160 |-4.357557e+01 |-2.600000e+01 |  40.33%
1800.06/1800.80	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.06/1800.83	c 
1800.06/1800.83	c SCIP Status        : solving was interrupted [user interrupt]
1800.06/1800.83	c Solving Time (sec) : 1779.19
1800.06/1800.83	c Solving Nodes      : 11158
1800.06/1800.83	c Primal Bound       : -2.60000000000000e+01 (9 solutions)
1800.06/1800.83	c Dual Bound         : -4.34664874340869e+01
1800.06/1800.83	c Gap                : 40.18 %
1800.06/1800.83	s SATISFIABLE
1800.06/1800.83	v -x148 x139 -x160 -x157 -x183 -x131 -x156 -x196 -x165 -x122 -x198 -x197 -x170 -x113 -x163 x158 -x130 -x126 x125 x119 -x159 -x192 
1800.06/1800.83	v x195 -x144 -x142 -x120 -x164 x175 -x107 x181 -x118 x188 -x145 -x191 x151 x169 -x134 -x117 -x143 x190 x186 -x116 -x124 -x136 
1800.06/1800.83	v -x104 x193 x179 -x140 -x108 -x138 -x154 -x172 -x162 -x200 x109 -x103 -x194 -x178 -x146 -x141 -x137 -x185 x128 -x147 -x168 -x153 
1800.06/1800.83	v -x184 -x180 -x102 x171 x135 -x114 -x110 -x105 x106 x115 -x187 x129 x199 -x161 x127 -x101 -x189 -x167 -x155 -x152 -x149 -x132 
1800.06/1800.83	v -x123 -x112 x182 -x174 -x150 -x121 -x133 x177 -x173 x111 -x166 -x176 x100 -x99 x98 x97 x96 -x95 x94 -x93 -x92 -x91 -x90 -x89 
1800.06/1800.83	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 
1800.06/1800.83	v -x62 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.06/1800.83	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.06/1800.83	v -x9 -x8 -x7 -x6 x5 -x4 x3 -x2 -x1 
1800.06/1800.83	c SCIP Status        : solving was interrupted [user interrupt]
1800.06/1800.83	c Solving Time       :    1779.19
1800.06/1800.83	c Original Problem   :
1800.06/1800.83	c   Problem name     : HOME/instance-2666752-1276672656.opb
1800.06/1800.83	c   Variables        : 1452 (1452 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.06/1800.83	c   Constraints      : 1553 initial, 1553 maximal
1800.06/1800.83	c Presolved Problem  :
1800.06/1800.83	c   Problem name     : t_HOME/instance-2666752-1276672656.opb
1800.06/1800.83	c   Variables        : 1452 (1452 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.06/1800.83	c   Constraints      : 1553 initial, 1832 maximal
1800.06/1800.83	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.06/1800.83	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.83	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.83	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.83	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.83	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.83	c   probing          :       0.03          0          0          0          0          0          0          0          0
1800.06/1800.83	c   setppc           :       0.01          0          0          0          0          0          0          0          0
1800.06/1800.83	c   and              :       0.15          0          0          0          0          0          0          0          0
1800.06/1800.83	c   linear           :       0.01          0          0          0          0          0          0          0          0
1800.06/1800.83	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.83	c   root node        :          -          0          -          -          0          -          -          -          -
1800.06/1800.83	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.06/1800.83	c   integral         :          0          0          0       6954          0         13        360          0          0      13510
1800.06/1800.83	c   setppc           :        200          6     108225          0          0         88      18880          0          0          0
1800.06/1800.83	c   and              :       1252      13027     108138          0          0         81     268130      44726          0          0
1800.06/1800.83	c   linear           :          1+         7     108056          0          0          0       2518          1          0          0
1800.06/1800.83	c   logicor          :        100+         6      14514          0          0          1       6433          0          0          0
1800.06/1800.83	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.06/1800.83	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.06/1800.83	c   integral         :     350.73       0.00       0.00     350.73       0.00
1800.06/1800.83	c   setppc           :       1.12       0.00       1.12       0.00       0.00
1800.06/1800.83	c   and              :      12.11       5.22       6.89       0.00       0.00
1800.06/1800.83	c   linear           :       1.75       0.02       1.73       0.00       0.00
1800.06/1800.83	c   logicor          :       0.17       0.00       0.17       0.00       0.00
1800.06/1800.83	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.06/1800.83	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.06/1800.83	c   vbounds          :       0.10          2          0          0
1800.06/1800.83	c   rootredcost      :       0.13          4          0          0
1800.06/1800.83	c   pseudoobj        :       1.09     108260          1          0
1800.06/1800.83	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.06/1800.83	c   propagation      :       0.00        171        170        173        5.0          1       76.0          -
1800.06/1800.83	c   infeasible LP    :       0.01         15         15         19       37.9          0        0.0          0
1800.06/1800.83	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.06/1800.83	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.06/1800.83	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.06/1800.83	c   applied globally :          -          -          -        192        8.4          -          -          -
1800.06/1800.83	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.06/1800.83	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.06/1800.83	c   cut pool         :       0.04          5          -          -          0          -    (maximal pool size: 1623)
1800.06/1800.83	c   redcost          :       1.59      14051          0      51190          0          0
1800.06/1800.83	c   impliedbounds    :       0.00          6          0          0        368          0
1800.06/1800.83	c   intobj           :       0.00          0          0          0          0          0
1800.06/1800.83	c   cgmip            :       0.00          0          0          0          0          0
1800.06/1800.83	c   gomory           :       3.60          6          0          0         13          0
1800.06/1800.83	c   strongcg         :       8.34          6          0          0       2212          0
1800.06/1800.83	c   cmir             :       0.24          6          0          0         51          0
1800.06/1800.83	c   flowcover        :       0.18          6          0          0          0          0
1800.06/1800.83	c   clique           :       0.18          6          0          0         49          0
1800.06/1800.83	c   zerohalf         :       0.00          0          0          0          0          0
1800.06/1800.83	c   mcf              :       0.01          1          0          0          0          0
1800.06/1800.83	c   rapidlearning    :       1.70          1          0          0          0        169
1800.06/1800.83	c Pricers            :       Time      Calls       Vars
1800.06/1800.83	c   problem variables:       0.00          0          0
1800.06/1800.83	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.06/1800.83	c   relpscost        :     350.72       6954         13        360          0          0      13510
1800.06/1800.83	c   pscost           :       0.00          0          0          0          0          0          0
1800.06/1800.83	c   inference        :       0.00          0          0          0          0          0          0
1800.06/1800.83	c   mostinf          :       0.00          0          0          0          0          0          0
1800.06/1800.83	c   leastinf         :       0.00          0          0          0          0          0          0
1800.06/1800.83	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.06/1800.83	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.06/1800.83	c   random           :       0.00          0          0          0          0          0          0
1800.06/1800.83	c Primal Heuristics  :       Time      Calls      Found
1800.06/1800.83	c   LP solutions     :       0.00          -          0
1800.06/1800.83	c   pseudo solutions :       0.00          -          0
1800.06/1800.84	c   intshifting      :       0.00          0          0
1800.06/1800.84	c   feaspump         :       0.00          0          0
1800.06/1800.84	c   oneopt           :       0.02          4          0
1800.06/1800.84	c   crossover        :       0.25          4          0
1800.06/1800.84	c   trivial          :       0.00          2          3
1800.06/1800.84	c   simplerounding   :       0.02          0          0
1800.06/1800.84	c   zirounding       :       0.41       1000          0
1800.06/1800.84	c   rounding         :       2.60       1477          0
1800.06/1800.84	c   shifting         :       4.23       1251          2
1800.06/1800.84	c   twoopt           :       0.00          0          0
1800.06/1800.84	c   fixandinfer      :       0.00          0          0
1800.06/1800.84	c   coefdiving       :     124.86         56          1
1800.06/1800.84	c   pscostdiving     :     155.12         75          2
1800.06/1800.84	c   fracdiving       :      56.58         29          0
1800.06/1800.84	c   veclendiving     :      47.14         36          0
1800.06/1800.84	c   intdiving        :       0.00          0          0
1800.06/1800.84	c   actconsdiving    :       0.00          0          0
1800.06/1800.84	c   objpscostdiving  :      20.93         10          0
1800.06/1800.84	c   rootsoldiving    :      13.75         24          0
1800.06/1800.84	c   linesearchdiving :      54.70         44          0
1800.06/1800.84	c   guideddiving     :      57.33         21          0
1800.06/1800.84	c   octane           :       0.00          0          0
1800.06/1800.84	c   rens             :       0.00          0          0
1800.06/1800.84	c   rins             :       0.00          0          0
1800.06/1800.84	c   localbranching   :       0.00          0          0
1800.06/1800.84	c   mutation         :       0.00          0          0
1800.06/1800.84	c   dins             :       0.00          0          0
1800.06/1800.84	c   undercover       :       0.16          1          0
1800.06/1800.84	c   nlp              :       0.00          0          0
1800.06/1800.84	c   trysol           :       0.01          0          0
1800.06/1800.84	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.06/1800.84	c   primal LP        :       8.68          0          0       0.00       0.00
1800.06/1800.84	c   dual LP          :     830.06      16281    1527960      93.85    1840.78
1800.06/1800.84	c   lex dual LP      :       0.00          0          0       0.00          -
1800.06/1800.84	c   barrier LP       :       0.00          0          0       0.00          -
1800.06/1800.84	c   diving/probing LP:     470.66      48800    1020124      20.90    2167.43
1800.06/1800.84	c   strong branching :     349.35       4184     621897     148.64    1780.15
1800.06/1800.84	c     (at root node) :          -         24      23338     972.42          -
1800.06/1800.84	c   conflict analysis:       0.00          0          0       0.00          -
1800.06/1800.84	c B&B Tree           :
1800.06/1800.84	c   number of runs   :          1
1800.06/1800.84	c   nodes            :      11158
1800.06/1800.84	c   nodes (total)    :      11158
1800.06/1800.84	c   nodes left       :       2353
1800.06/1800.84	c   max depth        :         55
1800.06/1800.84	c   max depth (total):         55
1800.06/1800.84	c   backtracks       :       2326 (20.8%)
1800.06/1800.84	c   delayed cutoffs  :          0
1800.06/1800.84	c   repropagations   :       3120 (940 domain reductions, 0 cutoffs)
1800.06/1800.84	c   avg switch length:       5.83
1800.06/1800.84	c   switching time   :      13.23
1800.06/1800.84	c Solution           :
1800.06/1800.84	c   Solutions found  :          9 (6 improvements)
1800.06/1800.84	c   First Solution   : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.01 seconds, depth 0, found by <trivial>)
1800.06/1800.84	c   Primal Bound     : -2.60000000000000e+01   (in run 1, after 192 nodes, 385.15 seconds, depth 203, found by <pscostdiving>)
1800.06/1800.84	c   Dual Bound       : -4.34664874340869e+01
1800.06/1800.84	c   Gap              :      40.18 %
1800.06/1800.84	c   Root Dual Bound  : -5.00000000000000e+01
1800.06/1800.84	c   Root Iterations  :       7677
1800.06/1800.89	c Time complete: 1800.15.

Verifier Data

OK	-26

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2666752-1276672656/watcher-2666752-1276672656 -o /tmp/evaluation-result-2666752-1276672656/solver-2666752-1276672656 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2666752-1276672656.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: 2.01 2.05 1.82 3/106 9070
/proc/meminfo: memFree=1838716/2059040 swapFree=4139944/4192956
[pid=9070] ppid=9068 vsize=7724 CPUtime=0
/proc/9070/stat : 9070 (pbscip.linux.x8) R 9068 9070 8516 0 -1 4202496 1105 0 0 0 0 0 0 0 20 0 1 0 42867232 7909376 1024 1992294400 4194304 8223781 140736968538592 18446744073709551615 7253477 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9070/statm: 1931 1034 348 984 0 944 0

[startup+0.083612 s]
/proc/loadavg: 2.01 2.05 1.82 3/106 9070
/proc/meminfo: memFree=1838716/2059040 swapFree=4139944/4192956
[pid=9070] ppid=9068 vsize=16264 CPUtime=0.07
/proc/9070/stat : 9070 (pbscip.linux.x8) R 9068 9070 8516 0 -1 4202496 3707 0 0 0 4 3 0 0 20 0 1 0 42867232 16654336 3005 1992294400 4194304 8223781 140736968538592 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9070/statm: 4066 3005 432 984 0 3079 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16264

[startup+0.101616 s]
/proc/loadavg: 2.01 2.05 1.82 3/106 9070
/proc/meminfo: memFree=1838716/2059040 swapFree=4139944/4192956
[pid=9070] ppid=9068 vsize=16264 CPUtime=0.09
/proc/9070/stat : 9070 (pbscip.linux.x8) R 9068 9070 8516 0 -1 4202496 3707 0 0 0 5 4 0 0 20 0 1 0 42867232 16654336 3005 1992294400 4194304 8223781 140736968538592 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9070/statm: 4066 3005 432 984 0 3079 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16264

[startup+0.301659 s]
/proc/loadavg: 2.01 2.05 1.82 3/106 9070
/proc/meminfo: memFree=1838716/2059040 swapFree=4139944/4192956
[pid=9070] ppid=9068 vsize=17152 CPUtime=0.29
/proc/9070/stat : 9070 (pbscip.linux.x8) R 9068 9070 8516 0 -1 4202496 5272 0 0 0 15 14 0 0 20 0 1 0 42867232 17563648 3285 1992294400 4194304 8223781 140736968538592 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9070/statm: 4288 3285 459 984 0 3301 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17152

[startup+0.701744 s]
/proc/loadavg: 2.01 2.05 1.82 3/106 9070
/proc/meminfo: memFree=1838716/2059040 swapFree=4139944/4192956
[pid=9070] ppid=9068 vsize=24728 CPUtime=0.69
/proc/9070/stat : 9070 (pbscip.linux.x8) R 9068 9070 8516 0 -1 4202496 7768 0 0 0 46 23 0 0 21 0 1 0 42867232 25321472 5187 1992294400 4194304 8223781 140736968538592 18446744073709551615 6536502 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9070/statm: 6182 5187 536 984 0 5195 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 24728

[startup+1.50092 s]
/proc/loadavg: 2.01 2.05 1.82 2/107 9071
/proc/meminfo: memFree=1819364/2059040 swapFree=4139944/4192956
[pid=9070] ppid=9068 vsize=25212 CPUtime=1.49
/proc/9070/stat : 9070 (pbscip.linux.x8) R 9068 9070 8516 0 -1 4202496 8263 0 0 0 126 23 0 0 23 0 1 0 42867232 25817088 5363 1992294400 4194304 8223781 140736968538592 18446744073709551615 6599072 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9070/statm: 6303 5363 537 984 0 5316 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 25212

[startup+3.10125 s]
/proc/loadavg: 2.01 2.05 1.82 2/107 9071
/proc/meminfo: memFree=1818868/2059040 swapFree=4139944/4192956
[pid=9070] ppid=9068 vsize=25400 CPUtime=3.09
/proc/9070/stat : 9070 (pbscip.linux.x8) R 9068 9070 8516 0 -1 4202496 9164 0 0 0 285 24 0 0 25 0 1 0 42867232 26009600 5423 1992294400 4194304 8223781 140736968538592 18446744073709551615 6536502 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9070/statm: 6350 5423 537 984 0 5363 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 25400

[startup+6.30094 s]
/proc/loadavg: 1.93 2.04 1.81 2/107 9071
/proc/meminfo: memFree=1814528/2059040 swapFree=4139944/4192956
[pid=9070] ppid=9068 vsize=39552 CPUtime=6.28
/proc/9070/stat : 9070 (pbscip.linux.x8) R 9068 9070 8516 0 -1 4202496 19390 0 0 0 590 38 0 0 25 0 1 0 42867232 40501248 8714 1992294400 4194304 8223781 140736968538592 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9070/statm: 9888 8714 598 984 0 8901 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 39552

[startup+12.7013 s]
/proc/loadavg: 1.85 2.02 1.81 2/107 9071
/proc/meminfo: memFree=1807088/2059040 swapFree=4139944/4192956
[pid=9070] ppid=9068 vsize=37964 CPUtime=12.69
/proc/9070/stat : 9070 (pbscip.linux.x8) R 9068 9070 8516 0 -1 4202496 23823 0 0 0 1207 62 0 0 25 0 1 0 42867232 38875136 8653 1992294400 4194304 8223781 140736968538592 18446744073709551615 4310878 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9070/statm: 9491 8653 599 984 0 8504 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 37964

[startup+25.501 s]
/proc/loadavg: 1.66 1.97 1.79 2/107 9073
/proc/meminfo: memFree=1784396/2059040 swapFree=4139944/4192956
[pid=9070] ppid=9068 vsize=59584 CPUtime=25.48
/proc/9070/stat : 9070 (pbscip.linux.x8) R 9068 9070 8516 0 -1 4202496 31243 0 0 0 2479 69 0 0 25 0 1 0 42867232 61014016 13867 1992294400 4194304 8223781 140736968538592 18446744073709551615 6567515 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9070/statm: 14896 13867 600 984 0 13909 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 59584

[startup+51.1015 s]
/proc/loadavg: 1.44 1.89 1.77 2/107 9073
/proc/meminfo: memFree=1784272/2059040 swapFree=4139944/4192956
[pid=9070] ppid=9068 vsize=59584 CPUtime=51.06
/proc/9070/stat : 9070 (pbscip.linux.x8) R 9068 9070 8516 0 -1 4202496 35993 0 0 0 5025 81 0 0 25 0 1 0 42867232 61014016 13867 1992294400 4194304 8223781 140736968538592 18446744073709551615 6596875 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9070/statm: 14896 13867 600 984 0 13909 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 59584

[startup+102.308 s]
/proc/loadavg: 1.19 1.75 1.73 2/107 9075
/proc/meminfo: memFree=1784148/2059040 swapFree=4139944/4192956
[pid=9070] ppid=9068 vsize=59708 CPUtime=102.25
/proc/9070/stat : 9070 (pbscip.linux.x8) R 9068 9070 8516 0 -1 4202496 36133 0 0 0 10110 115 0 0 25 0 1 0 42867232 61140992 13882 1992294400 4194304 8223781 140736968538592 18446744073709551615 6569888 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9070/statm: 14927 13882 602 984 0 13940 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 59708

[startup+162.301 s]
/proc/loadavg: 1.07 1.61 1.68 2/107 9075
/proc/meminfo: memFree=1784024/2059040 swapFree=4139944/4192956
[pid=9070] ppid=9068 vsize=59708 CPUtime=162.22
/proc/9070/stat : 9070 (pbscip.linux.x8) R 9068 9070 8516 0 -1 4202496 38228 0 0 0 16069 153 0 0 25 0 1 0 42867232 61140992 13885 1992294400 4194304 8223781 140736968538592 18446744073709551615 6568486 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9070/statm: 14927 13885 602 984 0 13940 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 59708

[startup+222.301 s]
/proc/loadavg: 1.02 1.50 1.63 2/107 9077
/proc/meminfo: memFree=1783156/2059040 swapFree=4139944/4192956
[pid=9070] ppid=9068 vsize=60708 CPUtime=222.2
/proc/9070/stat : 9070 (pbscip.linux.x8) R 9068 9070 8516 0 -1 4202496 47967 0 0 0 22026 194 0 0 25 0 1 0 42867232 62164992 14136 1992294400 4194304 8223781 140736968538592 18446744073709551615 6562644 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9070/statm: 15177 14136 602 984 0 14190 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 60708

[startup+282.301 s]
/proc/loadavg: 1.01 1.40 1.59 2/107 9079
/proc/meminfo: memFree=1782908/2059040 swapFree=4139944/4192956
[pid=9070] ppid=9068 vsize=61300 CPUtime=282.17
/proc/9070/stat : 9070 (pbscip.linux.x8) R 9068 9070 8516 0 -1 4202496 66301 0 0 0 27972 245 0 0 25 0 1 0 42867232 62771200 14281 1992294400 4194304 8223781 140736968538592 18446744073709551615 6520839 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9070/statm: 15325 14281 603 984 0 14338 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 61300

[startup+342.3 s]
/proc/loadavg: 1.00 1.33 1.55 2/107 9081
/proc/meminfo: memFree=1782660/2059040 swapFree=4139944/4192956
[pid=9070] ppid=9068 vsize=60996 CPUtime=342.14
/proc/9070/stat : 9070 (pbscip.linux.x8) R 9068 9070 8516 0 -1 4202496 94798 0 0 0 33914 300 0 0 25 0 1 0 42867232 62459904 14220 1992294400 4194304 8223781 140736968538592 18446744073709551615 6002978 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9070/statm: 15249 14220 603 984 0 14262 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 60996

[startup+402.301 s]
/proc/loadavg: 1.00 1.26 1.52 2/107 9083
/proc/meminfo: memFree=1782288/2059040 swapFree=4139944/4192956
[pid=9070] ppid=9068 vsize=61768 CPUtime=402.12
/proc/9070/stat : 9070 (pbscip.linux.x8) R 9068 9070 8516 0 -1 4202496 167821 0 0 0 39840 372 0 0 25 0 1 0 42867232 63250432 14363 1992294400 4194304 8223781 140736968538592 18446744073709551615 6560135 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9070/statm: 15442 14363 603 984 0 14455 0
Current children cumulated CPU time (s) 402.12
Current children cumulated vsize (KiB) 61768

[startup+462.301 s]
/proc/loadavg: 1.00 1.21 1.48 2/107 9083
/proc/meminfo: memFree=1782164/2059040 swapFree=4139944/4192956
[pid=9070] ppid=9068 vsize=61776 CPUtime=462.1
/proc/9070/stat : 9070 (pbscip.linux.x8) R 9068 9070 8516 0 -1 4202496 277339 0 0 0 45752 458 0 0 25 0 1 0 42867232 63258624 14360 1992294400 4194304 8223781 140736968538592 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9070/statm: 15444 14360 603 984 0 14457 0
Current children cumulated CPU time (s) 462.1
Current children cumulated vsize (KiB) 61776

[startup+522.301 s]
/proc/loadavg: 1.00 1.17 1.45 2/107 9085
/proc/meminfo: memFree=1781420/2059040 swapFree=4139944/4192956
[pid=9070] ppid=9068 vsize=62404 CPUtime=522.07
/proc/9070/stat : 9070 (pbscip.linux.x8) R 9068 9070 8516 0 -1 4202496 347736 0 0 0 51672 535 0 0 25 0 1 0 42867232 63901696 14552 1992294400 4194304 8223781 140736968538592 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9070/statm: 15601 14552 603 984 0 14614 0
Current children cumulated CPU time (s) 522.07
Current children cumulated vsize (KiB) 62404

[startup+582.301 s]
/proc/loadavg: 1.03 1.15 1.42 2/107 9087
/proc/meminfo: memFree=1781172/2059040 swapFree=4139944/4192956
[pid=9070] ppid=9068 vsize=63000 CPUtime=582.05
/proc/9070/stat : 9070 (pbscip.linux.x8) R 9068 9070 8516 0 -1 4202496 462345 0 0 0 57583 622 0 0 25 0 1 0 42867232 64512000 14683 1992294400 4194304 8223781 140736968538592 18446744073709551615 6562644 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9070/statm: 15750 14683 611 984 0 14763 0
Current children cumulated CPU time (s) 582.05
Current children cumulated vsize (KiB) 63000

[startup+642.3 s]
/proc/loadavg: 1.16 1.16 1.40 2/107 9089
/proc/meminfo: memFree=1780800/2059040 swapFree=4139944/4192956
[pid=9070] ppid=9068 vsize=63520 CPUtime=642.03
/proc/9070/stat : 9070 (pbscip.linux.x8) R 9068 9070 8516 0 -1 4202496 587131 0 0 0 63492 711 0 0 25 0 1 0 42867232 65044480 14775 1992294400 4194304 8223781 140736968538592 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9070/statm: 15880 14775 611 984 0 14893 0
Current children cumulated CPU time (s) 642.03
Current children cumulated vsize (KiB) 63520

[startup+702.301 s]

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

[startup+822.302 s]
/proc/loadavg: 1.02 1.10 1.33 2/107 9093
/proc/meminfo: memFree=1776212/2059040 swapFree=4139944/4192956
[pid=9070] ppid=9068 vsize=67080 CPUtime=821.95
/proc/9070/stat : 9070 (pbscip.linux.x8) R 9068 9070 8516 0 -1 4202496 747776 0 0 0 81293 902 0 0 25 0 1 0 42867232 68689920 15751 1992294400 4194304 8223781 140736968538592 18446744073709551615 6539331 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9070/statm: 16770 15751 611 984 0 15783 0
Current children cumulated CPU time (s) 821.95
Current children cumulated vsize (KiB) 67080

[startup+882.301 s]
/proc/loadavg: 1.00 1.08 1.31 2/107 9095
/proc/meminfo: memFree=1776088/2059040 swapFree=4139944/4192956
[pid=9070] ppid=9068 vsize=67100 CPUtime=881.93
/proc/9070/stat : 9070 (pbscip.linux.x8) R 9068 9070 8516 0 -1 4202496 751483 0 0 0 87249 944 0 0 25 0 1 0 42867232 68710400 15769 1992294400 4194304 8223781 140736968538592 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9070/statm: 16775 15769 611 984 0 15788 0
Current children cumulated CPU time (s) 881.93
Current children cumulated vsize (KiB) 67100

[startup+942.301 s]
/proc/loadavg: 1.00 1.06 1.29 2/107 9097
/proc/meminfo: memFree=1776088/2059040 swapFree=4139944/4192956
[pid=9070] ppid=9068 vsize=67100 CPUtime=941.91
/proc/9070/stat : 9070 (pbscip.linux.x8) R 9068 9070 8516 0 -1 4202496 751483 0 0 0 93202 989 0 0 25 0 1 0 42867232 68710400 15769 1992294400 4194304 8223781 140736968538592 18446744073709551615 6569994 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9070/statm: 16775 15769 611 984 0 15788 0
Current children cumulated CPU time (s) 941.91
Current children cumulated vsize (KiB) 67100

[startup+1002.3 s]
/proc/loadavg: 1.00 1.05 1.27 2/107 9099
/proc/meminfo: memFree=1775964/2059040 swapFree=4139944/4192956
[pid=9070] ppid=9068 vsize=67100 CPUtime=1001.88
/proc/9070/stat : 9070 (pbscip.linux.x8) R 9068 9070 8516 0 -1 4202496 751994 0 0 0 99155 1033 0 0 25 0 1 0 42867232 68710400 15772 1992294400 4194304 8223781 140736968538592 18446744073709551615 6612629 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9070/statm: 16775 15772 611 984 0 15788 0
Current children cumulated CPU time (s) 1001.88
Current children cumulated vsize (KiB) 67100

[startup+1062.3 s]
/proc/loadavg: 1.00 1.04 1.25 2/107 9099
/proc/meminfo: memFree=1775964/2059040 swapFree=4139944/4192956
[pid=9070] ppid=9068 vsize=67100 CPUtime=1061.86
/proc/9070/stat : 9070 (pbscip.linux.x8) R 9068 9070 8516 0 -1 4202496 761024 0 0 0 105102 1084 0 0 25 0 1 0 42867232 68710400 15772 1992294400 4194304 8223781 140736968538592 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9070/statm: 16775 15772 611 984 0 15788 0
Current children cumulated CPU time (s) 1061.86
Current children cumulated vsize (KiB) 67100

[startup+1122.3 s]
/proc/loadavg: 1.00 1.03 1.23 2/107 9101
/proc/meminfo: memFree=1775592/2059040 swapFree=4139944/4192956
[pid=9070] ppid=9068 vsize=67320 CPUtime=1121.83
/proc/9070/stat : 9070 (pbscip.linux.x8) R 9068 9070 8516 0 -1 4202496 780661 0 0 0 111046 1137 0 0 25 0 1 0 42867232 68935680 15826 1992294400 4194304 8223781 140736968538592 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9070/statm: 16830 15826 611 984 0 15843 0
Current children cumulated CPU time (s) 1121.83
Current children cumulated vsize (KiB) 67320

[startup+1182.3 s]
/proc/loadavg: 1.00 1.02 1.21 2/107 9103
/proc/meminfo: memFree=1775592/2059040 swapFree=4139944/4192956
[pid=9070] ppid=9068 vsize=67544 CPUtime=1181.81
/proc/9070/stat : 9070 (pbscip.linux.x8) R 9068 9070 8516 0 -1 4202496 831450 0 0 0 116979 1202 0 0 25 0 1 0 42867232 69165056 15872 1992294400 4194304 8223781 140736968538592 18446744073709551615 6250733 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9070/statm: 16886 15872 611 984 0 15899 0
Current children cumulated CPU time (s) 1181.81
Current children cumulated vsize (KiB) 67544

[startup+1242.3 s]
/proc/loadavg: 1.00 1.02 1.20 2/107 9105
/proc/meminfo: memFree=1774972/2059040 swapFree=4139944/4192956
[pid=9070] ppid=9068 vsize=68092 CPUtime=1241.79
/proc/9070/stat : 9070 (pbscip.linux.x8) R 9068 9070 8516 0 -1 4202496 894817 0 0 0 122902 1277 0 0 25 0 1 0 42867232 69726208 15991 1992294400 4194304 8223781 140736968538592 18446744073709551615 6569902 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9070/statm: 17023 15991 611 984 0 16036 0
Current children cumulated CPU time (s) 1241.79
Current children cumulated vsize (KiB) 68092

[startup+1302.3 s]
/proc/loadavg: 1.00 1.01 1.18 2/107 9107
/proc/meminfo: memFree=1774476/2059040 swapFree=4139944/4192956
[pid=9070] ppid=9068 vsize=69268 CPUtime=1301.77
/proc/9070/stat : 9070 (pbscip.linux.x8) R 9068 9070 8516 0 -1 4202496 988405 0 0 0 128815 1362 0 0 25 0 1 0 42867232 70930432 16208 1992294400 4194304 8223781 140736968538592 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9070/statm: 17317 16208 611 984 0 16330 0
Current children cumulated CPU time (s) 1301.77
Current children cumulated vsize (KiB) 69268

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.17 2/107 9107
/proc/meminfo: memFree=1773980/2059040 swapFree=4139944/4192956
[pid=9070] ppid=9068 vsize=69060 CPUtime=1361.73
/proc/9070/stat : 9070 (pbscip.linux.x8) R 9068 9070 8516 0 -1 4202496 1091564 0 0 0 134723 1450 0 0 25 0 1 0 42867232 70717440 16239 1992294400 4194304 8223781 140736968538592 18446744073709551615 6560166 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9070/statm: 17265 16239 611 984 0 16278 0
Current children cumulated CPU time (s) 1361.73
Current children cumulated vsize (KiB) 69060

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.16 2/107 9109
/proc/meminfo: memFree=1772120/2059040 swapFree=4139944/4192956
[pid=9070] ppid=9068 vsize=71280 CPUtime=1421.72
/proc/9070/stat : 9070 (pbscip.linux.x8) R 9068 9070 8516 0 -1 4202496 1207908 0 0 0 140631 1541 0 0 25 0 1 0 42867232 72990720 16730 1992294400 4194304 8223781 140736968538592 18446744073709551615 6569462 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9070/statm: 17820 16730 611 984 0 16833 0
Current children cumulated CPU time (s) 1421.72
Current children cumulated vsize (KiB) 71280

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.14 2/107 9111
/proc/meminfo: memFree=1771624/2059040 swapFree=4139944/4192956
[pid=9070] ppid=9068 vsize=72004 CPUtime=1481.69
/proc/9070/stat : 9070 (pbscip.linux.x8) R 9068 9070 8516 0 -1 4202496 1315214 0 0 0 146543 1626 0 0 25 0 1 0 42867232 73732096 16917 1992294400 4194304 8223781 140736968538592 18446744073709551615 6567509 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9070/statm: 18001 16917 611 984 0 17014 0
Current children cumulated CPU time (s) 1481.69
Current children cumulated vsize (KiB) 72004

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.13 2/107 9113
/proc/meminfo: memFree=1771128/2059040 swapFree=4139944/4192956
[pid=9070] ppid=9068 vsize=71740 CPUtime=1541.66
/proc/9070/stat : 9070 (pbscip.linux.x8) R 9068 9070 8516 0 -1 4202496 1430844 0 0 0 152445 1721 0 0 25 0 1 0 42867232 73461760 16914 1992294400 4194304 8223781 140736968538592 18446744073709551615 6446975 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9070/statm: 17935 16914 611 984 0 16948 0
Current children cumulated CPU time (s) 1541.66
Current children cumulated vsize (KiB) 71740

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.12 2/107 9115
/proc/meminfo: memFree=1770756/2059040 swapFree=4139944/4192956
[pid=9070] ppid=9068 vsize=72220 CPUtime=1601.64
/proc/9070/stat : 9070 (pbscip.linux.x8) R 9068 9070 8516 0 -1 4202496 1537136 0 0 0 158353 1811 0 0 25 0 1 0 42867232 73953280 17001 1992294400 4194304 8223781 140736968538592 18446744073709551615 6004033 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9070/statm: 18055 17001 611 984 0 17068 0
Current children cumulated CPU time (s) 1601.64
Current children cumulated vsize (KiB) 72220

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.11 2/107 9115
/proc/meminfo: memFree=1769888/2059040 swapFree=4139944/4192956
[pid=9070] ppid=9068 vsize=73520 CPUtime=1661.61
/proc/9070/stat : 9070 (pbscip.linux.x8) R 9068 9070 8516 0 -1 4202496 1650427 0 0 0 164258 1903 0 0 25 0 1 0 42867232 75284480 17279 1992294400 4194304 8223781 140736968538592 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9070/statm: 18380 17279 611 984 0 17393 0
Current children cumulated CPU time (s) 1661.61
Current children cumulated vsize (KiB) 73520

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.10 2/107 9117
/proc/meminfo: memFree=1769144/2059040 swapFree=4139944/4192956
[pid=9070] ppid=9068 vsize=74812 CPUtime=1721.59
/proc/9070/stat : 9070 (pbscip.linux.x8) R 9068 9070 8516 0 -1 4202496 1723281 0 0 0 170174 1985 0 0 25 0 1 0 42867232 76607488 17522 1992294400 4194304 8223781 140736968538592 18446744073709551615 6536473 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9070/statm: 18703 17522 611 984 0 17716 0
Current children cumulated CPU time (s) 1721.59
Current children cumulated vsize (KiB) 74812

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.09 2/107 9119
/proc/meminfo: memFree=1768648/2059040 swapFree=4139944/4192956
[pid=9070] ppid=9068 vsize=74612 CPUtime=1781.57
/proc/9070/stat : 9070 (pbscip.linux.x8) R 9068 9070 8516 0 -1 4202496 1797159 0 0 0 176093 2064 0 0 25 0 1 0 42867232 76402688 17531 1992294400 4194304 8223781 140736968538592 18446744073709551615 6539290 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9070/statm: 18653 17531 611 984 0 17666 0
Current children cumulated CPU time (s) 1781.57
Current children cumulated vsize (KiB) 74612



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.8 s]
/proc/loadavg: 1.00 1.00 1.09 2/107 9119
/proc/meminfo: memFree=1768400/2059040 swapFree=4139944/4192956
[pid=9070] ppid=9068 vsize=74048 CPUtime=1800.06
/proc/9070/stat : 9070 (pbscip.linux.x8) R 9068 9070 8516 0 -1 4202496 1820362 0 0 0 177918 2088 0 0 25 0 1 0 42867232 75825152 17507 1992294400 4194304 8223781 140736968538592 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9070/statm: 18512 17507 611 984 0 17525 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 74048

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.89
CPU time (s): 1800.16
CPU user time (s): 1779.26
CPU system time (s): 20.9018
CPU usage (%): 99.9594
Max. virtual memory (cumulated for all children) (KiB): 80880

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1779.26
system time used= 20.9018
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1820554
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= 2
involuntary context switches= 24249

runsolver used 3.10053 second user time and 8.38072 second system time

The end

Launcher Data

Begin job on node010 at 2010-06-16 09:17:36
IDJOB=2666752
IDBENCH=48265
IDSOLVER=1169
FILE ID=node010/2666752-1276672656
PBS_JOBID= 11172514
Free space on /tmp= 62532 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_5.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-2666752-1276672656/watcher-2666752-1276672656 -o /tmp/evaluation-result-2666752-1276672656/solver-2666752-1276672656 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2666752-1276672656.opb -t 1800 -m 1800

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

MD5SUM BENCH= ae2bd1e13f1871c16ad2ebb51fc6f92a
RANDOM SEED=700704330

node010.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.267
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.53
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.267
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.46
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1839120 kB
Buffers:         33348 kB
Cached:          94164 kB
SwapCached:       5996 kB
Active:          70724 kB
Inactive:        69760 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1839120 kB
SwapTotal:     4192956 kB
SwapFree:      4139944 kB
Dirty:            4640 kB
Writeback:           0 kB
AnonPages:       11384 kB
Mapped:          12876 kB
Slab:            57504 kB
PageTables:       4096 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182252 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62528 MiB
End job on node010 at 2010-06-16 09:47:39