Trace number 2665321

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
SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solverSAT (TO)-13 1800.6 1801.16

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_100_25_4.opb
MD5SUMfeead174159765db2806c13d35bd6cbe
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-14
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 -16
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)6140
Sum of products size (including duplicates)12280
Number of different products3070
Sum of products size6140

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: Clp 1.11.1] [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-2665321-1276672407.opb>
0.00/0.04	c original problem has 3270 variables (3270 bin, 0 int, 0 impl, 0 cont) and 3371 constraints
0.00/0.04	c problem read
0.00/0.04	c presolving settings loaded
0.08/0.08	o 0
0.08/0.08	c feasible solution found by trivial heuristic, objective value  0.000000e+00
0.08/0.08	c presolving:
0.29/0.31	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 300 upgd conss, 24760 impls, 200 clqs
0.49/0.58	c    (0.3s) probing: 101/3270 (3.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.49/0.58	c    (0.3s) probing aborted: 100/100 successive totally useless probings
0.49/0.58	c presolving (2 rounds):
0.49/0.58	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.49/0.58	c  24760 implications, 200 cliques
0.49/0.58	c presolved problem has 3270 variables (3270 bin, 0 int, 0 impl, 0 cont) and 3371 constraints
0.49/0.58	c     200 constraints of type <setppc>
0.49/0.58	c    3070 constraints of type <and>
0.49/0.58	c       1 constraints of type <linear>
0.49/0.58	c     100 constraints of type <logicor>
0.49/0.58	c transformed objective value is always integral (scale: 1)
0.49/0.58	c Presolving Time: 0.32
0.49/0.58	c - non default parameters ----------------------------------------------------------------------
0.49/0.58	c # SCIP version 1.2.1.2
0.49/0.58	c 
0.49/0.58	c # frequency for displaying node information lines
0.49/0.58	c # [type: int, range: [-1,2147483647], default: 100]
0.49/0.58	c display/freq = 10000
0.49/0.58	c 
0.49/0.58	c # maximal time in seconds to run
0.49/0.58	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.49/0.58	c limits/time = 1799.97
0.49/0.58	c 
0.49/0.58	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.49/0.58	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.49/0.58	c limits/memory = 1620
0.49/0.58	c 
0.49/0.58	c # should presolving try to simplify inequalities
0.49/0.58	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.49/0.58	c constraints/linear/simplifyinequalities = TRUE
0.49/0.58	c 
0.49/0.58	c # should presolving try to simplify knapsacks
0.49/0.58	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.49/0.58	c constraints/knapsack/simplifyinequalities = TRUE
0.49/0.58	c 
0.49/0.58	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.49/0.58	c # [type: int, range: [-1,2147483647], default: -1]
0.49/0.58	c heuristics/undercover/freq = 0
0.49/0.58	c 
0.49/0.58	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.49/0.58	c # [type: int, range: [-1,2147483647], default: -1]
0.49/0.58	c separating/rapidlearning/freq = 0
0.49/0.58	c 
0.49/0.58	c -----------------------------------------------------------------------------------------------
0.49/0.58	c start solving
0.49/0.58	c 
0.69/0.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.69/0.79	c t 0.5s|     1 |     0 |   331 |     - |  15M|   0 | 254 |3270 |3371 |3270 |6441 |   0 |   0 |   0 |-5.000000e+01 | 0.000000e+00 | 100.00%
0.79/0.80	o -4
0.79/0.80	c R 0.5s|     1 |     0 |   331 |     - |  15M|   0 | 254 |3270 |3371 |3270 |6441 |   0 |   0 |   0 |-5.000000e+01 |-4.000000e+00 |  92.00%
1.19/1.23	o -5
1.19/1.23	c u 0.9s|     1 |     0 |   331 |     - |  15M|   0 | 254 |3270 |3371 |3270 |6441 |   0 |   0 |   0 |-5.000000e+01 |-5.000000e+00 |  90.00%
3.89/3.92	c   3.3s|     1 |     0 |  1822 |     - |  15M|   0 | 974 |3270 |3371 |3270 |6445 |   4 |   0 |   0 |-5.000000e+01 |-5.000000e+00 |  90.00%
7.38/7.45	c   6.8s|     1 |     0 |  4257 |     - |  16M|   0 |1290 |3270 |3371 |3270 |6451 |  10 |   0 |   0 |-5.000000e+01 |-5.000000e+00 |  90.00%
11.69/11.78	c  11.1s|     1 |     0 |  5979 |     - |  16M|   0 |1730 |3270 |3371 |3270 |6459 |  18 |   0 |   0 |-5.000000e+01 |-5.000000e+00 |  90.00%
13.78/13.89	c  13.2s|     1 |     0 |  6133 |     - |  16M|   0 |1729 |3270 |3371 |3270 |6463 |  22 |   0 |   0 |-5.000000e+01 |-5.000000e+00 |  90.00%
15.99/16.09	c  15.4s|     1 |     0 |  6394 |     - |  16M|   0 |1730 |3270 |3371 |3270 |6467 |  26 |   0 |   0 |-5.000000e+01 |-5.000000e+00 |  90.00%
17.99/18.04	c  17.4s|     1 |     0 |  6493 |     - |  16M|   0 |1730 |3270 |3371 |3270 |6470 |  29 |   0 |   0 |-5.000000e+01 |-5.000000e+00 |  90.00%
43.08/43.10	c  42.3s|     1 |     2 |  6493 |     - |  16M|   0 |1730 |3270 |3371 |3270 |6470 |  29 |   0 |  12 |-5.000000e+01 |-5.000000e+00 |  90.00%
177.33/177.46	o -6
177.33/177.46	c c 176s|    14 |    15 | 31314 |1909.3 |  17M|  13 |   - |3270 |3371 |3270 |2792 |1204 |   0 | 207 |-5.000000e+01 |-6.000000e+00 |  88.00%
215.12/215.20	o -8
215.12/215.20	c R 213s|    23 |    22 | 60891 |2472.6 |  16M|  13 | 223 |3270 |3371 |3270 |2829 |2459 |   0 | 225 |-4.973480e+01 |-8.000000e+00 |  83.91%
352.57/352.75	o -10
352.57/352.75	c f 349s|    37 |    38 |172489 |4611.0 |  17M|  13 |   - |3270 |3371 |3270 |3034 |4519 |   0 | 270 |-4.941629e+01 |-1.000000e+01 |  79.76%
432.65/432.86	o -11
432.65/432.86	c l 429s|    47 |    48 |248208 |5254.7 |  17M|  13 |   - |3270 |3413 |3270 |3121 |5701 |  42 | 288 |-4.941629e+01 |-1.100000e+01 |  77.74%
621.39/621.60	o -12
621.39/621.60	c p 615s|    65 |    66 |441644 |6799.2 |  17M|  13 |   - |3270 |3422 |3270 |3218 |7272 |  51 | 333 |-4.720300e+01 |-1.200000e+01 |  74.58%
733.26/733.54	o -13
733.26/733.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
733.26/733.54	c l 725s|    81 |    82 |557784 |6891.1 |  17M|  13 |   - |3270 |3430 |3270 |2796 |8174 |  59 | 378 |-4.720300e+01 |-1.300000e+01 |  72.46%
1800.05/1800.61	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.05/1800.62	c 
1800.05/1800.62	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.62	c Solving Time (sec) : 1776.09
1800.05/1800.62	c Solving Nodes      : 314
1800.05/1800.62	c Primal Bound       : -1.30000000000000e+01 (16 solutions)
1800.05/1800.62	c Dual Bound         : -4.52997914389916e+01
1800.05/1800.62	c Gap                : 71.30 %
1800.05/1800.63	s SATISFIABLE
1800.05/1800.63	v -x146 -x154 -x136 -x128 x198 -x166 -x193 -x151 -x182 -x124 -x110 -x130 -x116 -x171 -x156 x163 -x185 -x189 -x181 -x153 -x179 -x167 
1800.05/1800.63	v -x178 -x149 -x161 -x133 -x172 -x160 -x159 -x152 -x112 -x188 -x134 -x139 x197 -x170 -x194 -x117 x187 -x122 -x196 x191 -x158 
1800.05/1800.63	v -x140 -x135 -x113 -x111 -x109 -x108 x107 -x190 -x148 -x144 -x173 x143 -x132 -x176 -x177 -x162 -x125 -x195 -x120 -x200 -x131 
1800.05/1800.63	v -x121 -x101 -x199 -x192 -x168 -x157 -x147 -x141 x137 -x114 -x106 -x183 -x123 -x119 x174 -x180 -x169 -x105 -x118 -x150 -x142 x103 
1800.05/1800.63	v -x104 -x165 -x115 -x155 -x145 -x186 -x129 -x126 -x138 x164 -x127 x175 x184 -x102 -x100 x99 -x98 -x97 -x96 -x95 -x94 -x93 
1800.05/1800.63	v x92 -x91 -x90 -x89 -x88 -x87 -x86 -x85 -x84 -x83 -x82 -x81 x80 -x79 -x78 -x77 -x76 -x75 -x74 -x73 -x72 -x71 -x70 x69 x68 -x67 
1800.05/1800.63	v -x66 -x65 -x64 -x63 -x62 x61 -x60 -x59 -x58 -x57 -x56 -x55 -x54 -x53 -x52 -x51 x50 -x49 -x48 -x47 -x46 -x45 x44 -x43 -x42 -x41 
1800.05/1800.63	v -x40 -x39 -x38 -x37 -x36 x35 -x34 -x33 -x32 -x31 -x30 -x29 -x28 -x27 -x26 -x25 x24 -x23 -x22 x21 -x20 -x19 -x18 -x17 -x16 
1800.05/1800.63	v -x15 -x14 x13 -x12 -x11 -x10 x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 -x1 
1800.05/1800.63	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.63	c Solving Time       :    1776.09
1800.05/1800.63	c Original Problem   :
1800.05/1800.63	c   Problem name     : HOME/instance-2665321-1276672407.opb
1800.05/1800.63	c   Variables        : 3270 (3270 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.05/1800.63	c   Constraints      : 3371 initial, 3371 maximal
1800.05/1800.63	c Presolved Problem  :
1800.05/1800.63	c   Problem name     : t_HOME/instance-2665321-1276672407.opb
1800.05/1800.63	c   Variables        : 3270 (3270 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.05/1800.63	c   Constraints      : 3371 initial, 3467 maximal
1800.05/1800.63	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.05/1800.63	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.63	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.63	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.63	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.63	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.63	c   probing          :       0.08          0          0          0          0          0          0          0          0
1800.05/1800.63	c   setppc           :       0.01          0          0          0          0          0          0          0          0
1800.05/1800.63	c   and              :       0.19          0          0          0          0          0          0          0          0
1800.05/1800.63	c   linear           :       0.02          0          0          0          0          0          0          0          0
1800.05/1800.63	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.63	c   root node        :          -          0          -          -          0          -          -          -          -
1800.05/1800.63	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.63	c   integral         :          0          0          0        322          0          0         10          0          0        626
1800.05/1800.63	c   setppc           :        200          6      41840          0          0         17        628          0          0          0
1800.05/1800.63	c   and              :       3070        867      41827          0          0         41      24666      32842          0          0
1800.05/1800.63	c   linear           :          1          6      41781          0          0          1          0          0          0          0
1800.05/1800.63	c   logicor          :        100+         6       1767          0          0          0        309          0          0          0
1800.05/1800.63	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.05/1800.63	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.05/1800.63	c   integral         :     390.79       0.00       0.00     390.79       0.00
1800.05/1800.63	c   setppc           :       0.61       0.00       0.61       0.00       0.00
1800.05/1800.63	c   and              :      10.21       2.50       7.71       0.00       0.00
1800.05/1800.63	c   linear           :       0.55       0.04       0.51       0.00       0.00
1800.05/1800.63	c   logicor          :       0.02       0.00       0.02       0.00       0.00
1800.05/1800.63	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.05/1800.63	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.05/1800.63	c   vbounds          :       0.04          2          0          0
1800.05/1800.63	c   rootredcost      :       0.06          7          0          0
1800.05/1800.63	c   pseudoobj        :       0.49      41676          0          0
1800.05/1800.63	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.05/1800.63	c   propagation      :       0.01         59         59         67       22.8          1      100.0          -
1800.05/1800.63	c   infeasible LP    :       0.04         28         28         83       14.6          0        0.0          0
1800.05/1800.63	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.63	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.63	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.05/1800.63	c   applied globally :          -          -          -         96       16.8          -          -          -
1800.05/1800.63	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.05/1800.63	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.05/1800.63	c   cut pool         :       0.00          5          -          -          0          -    (maximal pool size: 73)
1800.05/1800.63	c   redcost          :       0.37        867          0          0          0          0
1800.05/1800.63	c   impliedbounds    :       0.01          6          0          0          4          0
1800.05/1800.63	c   intobj           :       0.00          0          0          0          0          0
1800.05/1800.63	c   cgmip            :       0.00          0          0          0          0          0
1800.05/1800.63	c   gomory           :       3.20          6          0          0          4          0
1800.05/1800.63	c   strongcg         :       3.24          6          0          0        214          0
1800.05/1800.63	c   cmir             :       0.42          6          0          0          0          0
1800.05/1800.63	c   flowcover        :       0.44          6          0          0          0          0
1800.05/1800.63	c   clique           :       0.49          6          0          0         36          0
1800.05/1800.63	c   zerohalf         :       0.00          0          0          0          0          0
1800.05/1800.63	c   mcf              :       0.04          2          0          0          0          0
1800.05/1800.63	c   rapidlearning    :       1.52          1          0          0          0          0
1800.05/1800.63	c Pricers            :       Time      Calls       Vars
1800.05/1800.63	c   problem variables:       0.00          0          0
1800.05/1800.63	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.63	c   relpscost        :     390.79        322          0         10          0          0        626
1800.05/1800.63	c   pscost           :       0.00          0          0          0          0          0          0
1800.05/1800.63	c   inference        :       0.00          0          0          0          0          0          0
1800.05/1800.63	c   mostinf          :       0.00          0          0          0          0          0          0
1800.05/1800.63	c   leastinf         :       0.00          0          0          0          0          0          0
1800.05/1800.63	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.05/1800.63	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.05/1800.63	c   random           :       0.00          0          0          0          0          0          0
1800.05/1800.63	c Primal Heuristics  :       Time      Calls      Found
1800.05/1800.63	c   LP solutions     :       0.00          -          0
1800.05/1800.63	c   pseudo solutions :       0.00          -          0
1800.05/1800.63	c   oneopt           :       0.03          7          0
1800.05/1800.63	c   objpscostdiving  :      30.93          3          0
1800.05/1800.63	c   rootsoldiving    :      14.86          4          0
1800.05/1800.63	c   veclendiving     :      37.88         10          0
1800.05/1800.63	c   trivial          :       0.01          2          3
1800.05/1800.63	c   simplerounding   :       0.01          0          0
1800.05/1800.63	c   zirounding       :       0.39        313          0
1800.05/1800.63	c   rounding         :       5.00        878          2
1800.05/1800.63	c   shifting         :       0.64         86          5
1800.05/1800.63	c   intshifting      :       0.00          0          0
1800.05/1800.63	c   twoopt           :       0.00          0          0
1800.05/1800.63	c   fixandinfer      :       0.00          0          0
1800.05/1800.63	c   feaspump         :       0.00          0          0
1800.05/1800.63	c   coefdiving       :     166.28         21          1
1800.05/1800.63	c   pscostdiving     :      91.63         19          1
1800.05/1800.63	c   fracdiving       :     153.25         20          1
1800.05/1800.63	c   intdiving        :       0.00          0          0
1800.05/1800.63	c   actconsdiving    :       0.00          0          0
1800.05/1800.63	c   linesearchdiving :      84.63         23          2
1800.05/1800.63	c   guideddiving     :      66.66          5          0
1800.05/1800.63	c   octane           :       0.00          0          0
1800.05/1800.63	c   rens             :       0.01          0          0
1800.05/1800.63	c   rins             :       0.00          0          0
1800.05/1800.63	c   localbranching   :       0.00          0          0
1800.05/1800.63	c   mutation         :       0.00          0          0
1800.05/1800.63	c   crossover        :       0.40          1          0
1800.05/1800.63	c   dins             :       0.00          0          0
1800.05/1800.63	c   undercover       :       0.36          1          1
1800.05/1800.63	c   nlp              :       0.00          0          0
1800.05/1800.63	c   trysol           :       0.00          0          0
1800.05/1800.63	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.05/1800.63	c   primal LP        :     100.07          0          0       0.00       0.00
1800.05/1800.63	c   dual LP          :     615.76        880     673027     764.80    1093.00
1800.05/1800.63	c   lex dual LP      :       0.00          0          0       0.00          -
1800.05/1800.63	c   barrier LP       :       0.00          0          0       0.00          -
1800.05/1800.63	c   diving/probing LP:     573.58      30057     903011      30.04    1574.34
1800.05/1800.63	c   strong branching :     390.50       1564     447617     286.20    1146.27
1800.05/1800.63	c     (at root node) :          -         12      12000    1000.00          -
1800.05/1800.63	c   conflict analysis:       0.00          0          0       0.00          -
1800.05/1800.63	c B&B Tree           :
1800.05/1800.63	c   number of runs   :          1
1800.05/1800.63	c   nodes            :        314
1800.05/1800.63	c   nodes (total)    :        314
1800.05/1800.63	c   nodes left       :        313
1800.05/1800.63	c   max depth        :         25
1800.05/1800.63	c   max depth (total):         25
1800.05/1800.63	c   backtracks       :        126 (40.1%)
1800.05/1800.63	c   delayed cutoffs  :          0
1800.05/1800.63	c   repropagations   :         19 (70 domain reductions, 0 cutoffs)
1800.05/1800.63	c   avg switch length:       6.46
1800.05/1800.63	c   switching time   :     100.41
1800.05/1800.63	c Solution           :
1800.05/1800.63	c   Solutions found  :         16 (9 improvements)
1800.05/1800.63	c   First Solution   : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.03 seconds, depth 0, found by <trivial>)
1800.05/1800.63	c   Primal Bound     : -1.30000000000000e+01   (in run 1, after 81 nodes, 725.09 seconds, depth 241, found by <linesearchdiving>)
1800.05/1800.63	c   Dual Bound       : -4.52997914389916e+01
1800.05/1800.63	c   Gap              :      71.30 %
1800.05/1800.63	c   Root Dual Bound  : -4.99999999999999e+01
1800.05/1800.63	c   Root Iterations  :       6493
1800.54/1801.15	c Time complete: 1800.6.

Verifier Data

OK	-13

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2665321-1276672407/watcher-2665321-1276672407 -o /tmp/evaluation-result-2665321-1276672407/solver-2665321-1276672407 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2665321-1276672407.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: 3.11 2.73 2.04 3/106 15837
/proc/meminfo: memFree=1681276/2059040 swapFree=4192956/4192956
[pid=15837] ppid=15835 vsize=9288 CPUtime=0
/proc/15837/stat : 15837 (pbscip.linux.x8) R 15835 15837 15812 0 -1 4202496 1063 0 0 0 0 0 0 0 18 0 1 0 8532778 9510912 984 1992294400 4194304 9819077 140734558338320 18446744073709551615 8675093 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/15837/statm: 2322 993 371 1374 0 943 0

[startup+0.086421 s]
/proc/loadavg: 3.11 2.73 2.04 3/106 15837
/proc/meminfo: memFree=1681276/2059040 swapFree=4192956/4192956
[pid=15837] ppid=15835 vsize=21936 CPUtime=0.08
/proc/15837/stat : 15837 (pbscip.linux.x8) R 15835 15837 15812 0 -1 4202496 4595 0 0 0 7 1 0 0 20 0 1 0 8532778 22462464 4162 1992294400 4194304 9819077 140734558338320 18446744073709551615 4563744 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15837/statm: 5484 4162 464 1374 0 4105 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 21936

[startup+0.101422 s]
/proc/loadavg: 3.11 2.73 2.04 3/106 15837
/proc/meminfo: memFree=1681276/2059040 swapFree=4192956/4192956
[pid=15837] ppid=15835 vsize=22652 CPUtime=0.09
/proc/15837/stat : 15837 (pbscip.linux.x8) R 15835 15837 15812 0 -1 4202496 4776 0 0 0 8 1 0 0 20 0 1 0 8532778 23195648 4343 1992294400 4194304 9819077 140734558338320 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15837/statm: 5663 4343 478 1374 0 4284 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 22652

[startup+0.301444 s]
/proc/loadavg: 3.11 2.73 2.04 3/106 15837
/proc/meminfo: memFree=1681276/2059040 swapFree=4192956/4192956
[pid=15837] ppid=15835 vsize=25616 CPUtime=0.29
/proc/15837/stat : 15837 (pbscip.linux.x8) R 15835 15837 15812 0 -1 4202496 5949 0 0 0 18 11 0 0 20 0 1 0 8532778 26230784 5002 1992294400 4194304 9819077 140734558338320 18446744073709551615 6179008 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15837/statm: 6404 5015 500 1374 0 5025 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 25616

[startup+0.701486 s]
/proc/loadavg: 3.11 2.73 2.04 3/106 15837
/proc/meminfo: memFree=1681276/2059040 swapFree=4192956/4192956
[pid=15837] ppid=15835 vsize=41836 CPUtime=0.69
/proc/15837/stat : 15837 (pbscip.linux.x8) R 15835 15837 15812 0 -1 4202496 10867 0 0 0 48 21 0 0 20 0 1 0 8532778 42840064 8600 1992294400 4194304 9819077 140734558338320 18446744073709551615 7292280 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15837/statm: 10459 8601 635 1374 0 9080 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 41836

[startup+1.50157 s]
/proc/loadavg: 3.11 2.73 2.04 2/107 15838
/proc/meminfo: memFree=1628816/2059040 swapFree=4192956/4192956
[pid=15837] ppid=15835 vsize=53392 CPUtime=1.49
/proc/15837/stat : 15837 (pbscip.linux.x8) R 15835 15837 15812 0 -1 4202496 25257 0 0 0 120 29 0 0 23 0 1 0 8532778 54673408 10922 1992294400 4194304 9819077 140734558338320 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15837/statm: 13348 10922 704 1374 0 11969 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 53392

[startup+3.10074 s]
/proc/loadavg: 2.94 2.70 2.03 2/107 15838
/proc/meminfo: memFree=1625592/2059040 swapFree=4192956/4192956
[pid=15837] ppid=15835 vsize=71288 CPUtime=3.09
/proc/15837/stat : 15837 (pbscip.linux.x8) R 15835 15837 15812 0 -1 4202496 31818 0 0 0 257 52 0 0 25 0 1 0 8532778 72998912 15170 1992294400 4194304 9819077 140734558338320 18446744073709551615 4643150 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15837/statm: 17822 15170 716 1374 0 16443 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 71288

[startup+6.30109 s]
/proc/loadavg: 2.94 2.70 2.03 2/107 15838
/proc/meminfo: memFree=1639604/2059040 swapFree=4192956/4192956
[pid=15837] ppid=15835 vsize=50068 CPUtime=6.29
/proc/15837/stat : 15837 (pbscip.linux.x8) R 15835 15837 15812 0 -1 4202496 33381 0 0 0 574 55 0 0 25 0 1 0 8532778 51269632 10979 1992294400 4194304 9819077 140734558338320 18446744073709551615 7318507 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15837/statm: 12517 10979 716 1374 0 11138 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 50068

[startup+12.7008 s]
/proc/loadavg: 2.64 2.65 2.02 2/107 15838
/proc/meminfo: memFree=1639604/2059040 swapFree=4192956/4192956
[pid=15837] ppid=15835 vsize=49912 CPUtime=12.69
/proc/15837/stat : 15837 (pbscip.linux.x8) R 15835 15837 15812 0 -1 4202496 36347 0 0 0 1209 60 0 0 25 0 1 0 8532778 51109888 10852 1992294400 4194304 9819077 140734558338320 18446744073709551615 6054173 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15837/statm: 12478 10852 716 1374 0 11099 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 49912

[startup+25.5011 s]
/proc/loadavg: 2.39 2.59 2.01 2/107 15840
/proc/meminfo: memFree=1638736/2059040 swapFree=4192956/4192956
[pid=15837] ppid=15835 vsize=57616 CPUtime=25.49
/proc/15837/stat : 15837 (pbscip.linux.x8) R 15835 15837 15812 0 -1 4202496 43939 0 0 0 2480 69 0 0 25 0 1 0 8532778 58998784 11032 1992294400 4194304 9819077 140734558338320 18446744073709551615 7290952 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15837/statm: 14404 11032 722 1374 0 13025 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 57616

[startup+51.1009 s]
/proc/loadavg: 1.91 2.46 1.98 2/107 15840
/proc/meminfo: memFree=1639356/2059040 swapFree=4192956/4192956
[pid=15837] ppid=15835 vsize=55668 CPUtime=51.07
/proc/15837/stat : 15837 (pbscip.linux.x8) R 15835 15837 15812 0 -1 4202496 63813 0 0 0 5022 85 0 0 25 0 1 0 8532778 57004032 10899 1992294400 4194304 9819077 140734558338320 18446744073709551615 7292227 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15837/statm: 13917 10899 727 1374 0 12538 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 55668

[startup+102.308 s]
/proc/loadavg: 1.36 2.21 1.92 2/107 15842
/proc/meminfo: memFree=1639356/2059040 swapFree=4192956/4192956
[pid=15837] ppid=15835 vsize=56460 CPUtime=102.26
/proc/15837/stat : 15837 (pbscip.linux.x8) R 15835 15837 15812 0 -1 4202496 113616 0 0 0 10106 120 0 0 25 0 1 0 8532778 57815040 10919 1992294400 4194304 9819077 140734558338320 18446744073709551615 7311715 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15837/statm: 14115 10919 735 1374 0 12736 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 56460

[startup+162.302 s]
/proc/loadavg: 1.13 1.99 1.86 2/107 15842
/proc/meminfo: memFree=1639480/2059040 swapFree=4192956/4192956
[pid=15837] ppid=15835 vsize=56812 CPUtime=162.23
/proc/15837/stat : 15837 (pbscip.linux.x8) R 15835 15837 15812 0 -1 4202496 166115 0 0 0 16065 158 0 0 25 0 1 0 8532778 58175488 10933 1992294400 4194304 9819077 140734558338320 18446744073709551615 7291631 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15837/statm: 14203 10933 735 1374 0 12824 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 56812

[startup+222.301 s]
/proc/loadavg: 1.05 1.81 1.80 2/107 15844
/proc/meminfo: memFree=1639604/2059040 swapFree=4192956/4192956
[pid=15837] ppid=15835 vsize=52956 CPUtime=222.22
/proc/15837/stat : 15837 (pbscip.linux.x8) R 15835 15837 15812 0 -1 4202496 250464 0 0 0 22008 214 0 0 25 0 1 0 8532778 54226944 11071 1992294400 4194304 9819077 140734558338320 18446744073709551615 7308997 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15837/statm: 13239 11071 742 1374 0 11860 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 52956

[startup+282.302 s]
/proc/loadavg: 1.02 1.66 1.75 2/107 15846
/proc/meminfo: memFree=1639480/2059040 swapFree=4192956/4192956
[pid=15837] ppid=15835 vsize=53556 CPUtime=282.2
/proc/15837/stat : 15837 (pbscip.linux.x8) R 15835 15837 15812 0 -1 4202496 339132 0 0 0 27955 265 0 0 25 0 1 0 8532778 54841344 10945 1992294400 4194304 9819077 140734558338320 18446744073709551615 7295962 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15837/statm: 13389 10945 742 1374 0 12010 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 53556

[startup+342.301 s]
/proc/loadavg: 1.00 1.54 1.70 2/107 15848
/proc/meminfo: memFree=1639480/2059040 swapFree=4192956/4192956
[pid=15837] ppid=15835 vsize=53556 CPUtime=342.18
/proc/15837/stat : 15837 (pbscip.linux.x8) R 15835 15837 15812 0 -1 4202496 436855 0 0 0 33898 320 0 0 25 0 1 0 8532778 54841344 10929 1992294400 4194304 9819077 140734558338320 18446744073709551615 6656771 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15837/statm: 13389 10929 742 1374 0 12010 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 53556

[startup+402.301 s]
/proc/loadavg: 1.00 1.44 1.65 2/107 15850
/proc/meminfo: memFree=1639232/2059040 swapFree=4192956/4192956
[pid=15837] ppid=15835 vsize=53984 CPUtime=402.16
/proc/15837/stat : 15837 (pbscip.linux.x8) R 15835 15837 15812 0 -1 4202496 531007 0 0 0 39833 383 0 0 25 0 1 0 8532778 55279616 10919 1992294400 4194304 9819077 140734558338320 18446744073709551615 6191191 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15837/statm: 13496 10919 743 1374 0 12117 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 53984

[startup+462.302 s]
/proc/loadavg: 1.00 1.35 1.61 2/107 15850
/proc/meminfo: memFree=1639108/2059040 swapFree=4192956/4192956
[pid=15837] ppid=15835 vsize=52788 CPUtime=462.15
/proc/15837/stat : 15837 (pbscip.linux.x8) R 15835 15837 15812 0 -1 4202496 657434 0 0 0 45758 457 0 0 25 0 1 0 8532778 54054912 10987 1992294400 4194304 9819077 140734558338320 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15837/statm: 13197 10987 743 1374 0 11818 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 52788

[startup+522.301 s]
/proc/loadavg: 1.00 1.29 1.57 2/107 15852
/proc/meminfo: memFree=1638984/2059040 swapFree=4192956/4192956
[pid=15837] ppid=15835 vsize=54928 CPUtime=522.12
/proc/15837/stat : 15837 (pbscip.linux.x8) R 15835 15837 15812 0 -1 4202496 768058 0 0 0 51686 526 0 0 25 0 1 0 8532778 56246272 11280 1992294400 4194304 9819077 140734558338320 18446744073709551615 6391486 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15837/statm: 13732 11280 743 1374 0 12353 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 54928

[startup+582.302 s]
/proc/loadavg: 1.00 1.23 1.53 2/107 15854
/proc/meminfo: memFree=1638612/2059040 swapFree=4192956/4192956
[pid=15837] ppid=15835 vsize=55120 CPUtime=582.11
/proc/15837/stat : 15837 (pbscip.linux.x8) R 15835 15837 15812 0 -1 4202496 903027 0 0 0 57611 600 0 0 25 0 1 0 8532778 56442880 11078 1992294400 4194304 9819077 140734558338320 18446744073709551615 6697322 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15837/statm: 13780 11078 743 1374 0 12401 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 55120

[startup+642.301 s]
/proc/loadavg: 1.00 1.19 1.50 2/107 15856
/proc/meminfo: memFree=1637868/2059040 swapFree=4192956/4192956
[pid=15837] ppid=15835 vsize=54580 CPUtime=642.1
/proc/15837/stat : 15837 (pbscip.linux.x8) R 15835 15837 15812 0 -1 4202496 1053956 0 0 0 63521 689 0 0 25 0 1 0 8532778 55889920 11220 1992294400 4194304 9819077 140734558338320 18446744073709551615 6589174 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15837/statm: 13645 11220 743 1374 0 12266 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 54580

[startup+702.302 s]

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

[startup+942.301 s]
/proc/loadavg: 1.00 1.06 1.35 2/107 15864
/proc/meminfo: memFree=1633652/2059040 swapFree=4192956/4192956
[pid=15837] ppid=15835 vsize=66596 CPUtime=942
/proc/15837/stat : 15837 (pbscip.linux.x8) R 15835 15837 15812 0 -1 4202496 1836431 0 0 0 93078 1122 0 0 25 0 1 0 8532778 68194304 12179 1992294400 4194304 9819077 140734558338320 18446744073709551615 7291608 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15837/statm: 16649 12179 743 1374 0 15270 0
Current children cumulated CPU time (s) 942
Current children cumulated vsize (KiB) 66596

[startup+1002.3 s]
/proc/loadavg: 1.00 1.05 1.32 2/107 15866
/proc/meminfo: memFree=1633900/2059040 swapFree=4192956/4192956
[pid=15837] ppid=15835 vsize=60748 CPUtime=1001.99
/proc/15837/stat : 15837 (pbscip.linux.x8) R 15835 15837 15812 0 -1 4202496 1996888 0 0 0 98988 1211 0 0 25 0 1 0 8532778 62205952 12223 1992294400 4194304 9819077 140734558338320 18446744073709551615 7292017 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15837/statm: 15187 12223 743 1374 0 13808 0
Current children cumulated CPU time (s) 1001.99
Current children cumulated vsize (KiB) 60748

[startup+1062.3 s]
/proc/loadavg: 1.00 1.04 1.30 2/107 15866
/proc/meminfo: memFree=1633652/2059040 swapFree=4192956/4192956
[pid=15837] ppid=15835 vsize=58060 CPUtime=1061.97
/proc/15837/stat : 15837 (pbscip.linux.x8) R 15835 15837 15812 0 -1 4202496 2182878 0 0 0 104887 1310 0 0 25 0 1 0 8532778 59453440 12204 1992294400 4194304 9819077 140734558338320 18446744073709551615 7220567 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15837/statm: 14515 12204 743 1374 0 13136 0
Current children cumulated CPU time (s) 1061.97
Current children cumulated vsize (KiB) 58060

[startup+1122.3 s]
/proc/loadavg: 1.00 1.03 1.28 2/107 15868
/proc/meminfo: memFree=1633156/2059040 swapFree=4192956/4192956
[pid=15837] ppid=15835 vsize=60292 CPUtime=1121.95
/proc/15837/stat : 15837 (pbscip.linux.x8) R 15835 15837 15812 0 -1 4202496 2346396 0 0 0 110788 1407 0 0 25 0 1 0 8532778 61739008 12339 1992294400 4194304 9819077 140734558338320 18446744073709551615 6004033 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15837/statm: 15073 12339 743 1374 0 13694 0
Current children cumulated CPU time (s) 1121.95
Current children cumulated vsize (KiB) 60292

[startup+1182.3 s]
/proc/loadavg: 1.00 1.02 1.26 2/107 15873
/proc/meminfo: memFree=1632288/2059040 swapFree=4192956/4192956
[pid=15837] ppid=15835 vsize=61340 CPUtime=1181.93
/proc/15837/stat : 15837 (pbscip.linux.x8) R 15835 15837 15812 0 -1 4202496 2531772 0 0 0 116683 1510 0 0 25 0 1 0 8532778 62812160 12486 1992294400 4194304 9819077 140734558338320 18446744073709551615 7311308 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15837/statm: 15335 12486 743 1374 0 13956 0
Current children cumulated CPU time (s) 1181.93
Current children cumulated vsize (KiB) 61340

[startup+1242.3 s]
/proc/loadavg: 1.00 1.01 1.24 2/107 15875
/proc/meminfo: memFree=1630428/2059040 swapFree=4192956/4192956
[pid=15837] ppid=15835 vsize=68744 CPUtime=1241.91
/proc/15837/stat : 15837 (pbscip.linux.x8) R 15835 15837 15812 0 -1 4202496 2706085 0 0 0 122588 1603 0 0 25 0 1 0 8532778 70393856 12721 1992294400 4194304 9819077 140734558338320 18446744073709551615 6656795 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15837/statm: 17186 12721 743 1374 0 15807 0
Current children cumulated CPU time (s) 1241.91
Current children cumulated vsize (KiB) 68744

[startup+1302.3 s]
/proc/loadavg: 1.00 1.01 1.22 2/107 15877
/proc/meminfo: memFree=1630180/2059040 swapFree=4192956/4192956
[pid=15837] ppid=15835 vsize=63152 CPUtime=1301.9
/proc/15837/stat : 15837 (pbscip.linux.x8) R 15835 15837 15812 0 -1 4202496 2872476 0 0 0 128492 1698 0 0 25 0 1 0 8532778 64667648 13015 1992294400 4194304 9819077 140734558338320 18446744073709551615 7301096 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15837/statm: 15788 13015 743 1374 0 14409 0
Current children cumulated CPU time (s) 1301.9
Current children cumulated vsize (KiB) 63152

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.20 2/107 15877
/proc/meminfo: memFree=1630552/2059040 swapFree=4192956/4192956
[pid=15837] ppid=15835 vsize=63028 CPUtime=1361.87
/proc/15837/stat : 15837 (pbscip.linux.x8) R 15835 15837 15812 0 -1 4202496 3041046 0 0 0 134404 1783 0 0 25 0 1 0 8532778 64540672 12857 1992294400 4194304 9819077 140734558338320 18446744073709551615 6362213 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15837/statm: 15757 12857 743 1374 0 14378 0
Current children cumulated CPU time (s) 1361.87
Current children cumulated vsize (KiB) 63028

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.19 2/107 15879
/proc/meminfo: memFree=1630180/2059040 swapFree=4192956/4192956
[pid=15837] ppid=15835 vsize=63196 CPUtime=1421.86
/proc/15837/stat : 15837 (pbscip.linux.x8) R 15835 15837 15812 0 -1 4202496 3204140 0 0 0 140316 1870 0 0 25 0 1 0 8532778 64712704 12959 1992294400 4194304 9819077 140734558338320 18446744073709551615 6391510 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15837/statm: 15799 12959 743 1374 0 14420 0
Current children cumulated CPU time (s) 1421.86
Current children cumulated vsize (KiB) 63196

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.17 2/107 15881
/proc/meminfo: memFree=1630180/2059040 swapFree=4192956/4192956
[pid=15837] ppid=15835 vsize=61412 CPUtime=1481.84
/proc/15837/stat : 15837 (pbscip.linux.x8) R 15835 15837 15812 0 -1 4202496 3357323 0 0 0 146226 1958 0 0 25 0 1 0 8532778 62885888 12904 1992294400 4194304 9819077 140734558338320 18446744073709551615 6192285 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15837/statm: 15353 12904 743 1374 0 13974 0
Current children cumulated CPU time (s) 1481.84
Current children cumulated vsize (KiB) 61412

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.16 2/107 15883
/proc/meminfo: memFree=1630304/2059040 swapFree=4192956/4192956
[pid=15837] ppid=15835 vsize=63988 CPUtime=1541.82
/proc/15837/stat : 15837 (pbscip.linux.x8) R 15835 15837 15812 0 -1 4202496 3528635 0 0 0 152127 2055 0 0 25 0 1 0 8532778 65523712 13032 1992294400 4194304 9819077 140734558338320 18446744073709551615 7291700 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15837/statm: 15997 13032 743 1374 0 14618 0
Current children cumulated CPU time (s) 1541.82
Current children cumulated vsize (KiB) 63988

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.15 2/107 15885
/proc/meminfo: memFree=1629188/2059040 swapFree=4192956/4192956
[pid=15837] ppid=15835 vsize=74480 CPUtime=1601.8
/proc/15837/stat : 15837 (pbscip.linux.x8) R 15835 15837 15812 0 -1 4202496 3685967 0 0 0 158035 2145 0 0 25 0 1 0 8532778 76267520 13433 1992294400 4194304 9819077 140734558338320 18446744073709551615 7298620 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15837/statm: 18620 13433 743 1374 0 17241 0
Current children cumulated CPU time (s) 1601.8
Current children cumulated vsize (KiB) 74480

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.14 2/107 15885
/proc/meminfo: memFree=1627824/2059040 swapFree=4192956/4192956
[pid=15837] ppid=15835 vsize=65484 CPUtime=1661.78
/proc/15837/stat : 15837 (pbscip.linux.x8) R 15835 15837 15812 0 -1 4202496 3866419 0 0 0 163938 2240 0 0 25 0 1 0 8532778 67055616 13438 1992294400 4194304 9819077 140734558338320 18446744073709551615 6697388 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15837/statm: 16371 13438 743 1374 0 14992 0
Current children cumulated CPU time (s) 1661.78
Current children cumulated vsize (KiB) 65484

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.13 2/107 15887
/proc/meminfo: memFree=1624476/2059040 swapFree=4192956/4192956
[pid=15837] ppid=15835 vsize=65020 CPUtime=1721.76
/proc/15837/stat : 15837 (pbscip.linux.x8) R 15835 15837 15812 0 -1 4202496 3966954 0 0 0 169867 2309 0 0 25 0 1 0 8532778 66580480 14566 1992294400 4194304 9819077 140734558338320 18446744073709551615 7290967 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15837/statm: 16255 14566 744 1374 0 14876 0
Current children cumulated CPU time (s) 1721.76
Current children cumulated vsize (KiB) 65020

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.11 2/107 15889
/proc/meminfo: memFree=1624476/2059040 swapFree=4192956/4192956
[pid=15837] ppid=15835 vsize=64244 CPUtime=1781.74
/proc/15837/stat : 15837 (pbscip.linux.x8) R 15835 15837 15812 0 -1 4202496 4060477 0 0 0 175798 2376 0 0 25 0 1 0 8532778 65785856 14328 1992294400 4194304 9819077 140734558338320 18446744073709551615 6697322 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15837/statm: 16061 14328 744 1374 0 14682 0
Current children cumulated CPU time (s) 1781.74
Current children cumulated vsize (KiB) 64244



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.00 1.00 1.11 2/107 15889
/proc/meminfo: memFree=1624228/2059040 swapFree=4192956/4192956
[pid=15837] ppid=15835 vsize=75084 CPUtime=1800.05
/proc/15837/stat : 15837 (pbscip.linux.x8) R 15835 15837 15812 0 -1 4202496 4088378 0 0 0 177611 2394 0 0 25 0 1 0 8532778 76886016 14438 1992294400 4194304 9819077 140734558338320 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15837/statm: 18771 14438 744 1374 0 17392 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 75084

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

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

[startup+1801 s]
/proc/loadavg: 1.00 1.00 1.11 2/107 15889
/proc/meminfo: memFree=1624228/2059040 swapFree=4192956/4192956
[pid=15837] ppid=15835 vsize=66512 CPUtime=1800.44
/proc/15837/stat : 15837 (pbscip.linux.x8) R 15835 15837 15812 0 -1 4202496 4088463 0 0 0 177650 2394 0 0 25 0 1 0 8532778 68108288 14350 1992294400 4194304 9819077 140734558338320 18446744073709551615 7291711 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/15837/statm: 16628 14350 745 1374 0 15249 0
Current children cumulated CPU time (s) 1800.44
Current children cumulated vsize (KiB) 66512

[startup+1801.1 s]
/proc/loadavg: 1.00 1.00 1.11 2/107 15889
/proc/meminfo: memFree=1624228/2059040 swapFree=4192956/4192956
[pid=15837] ppid=15835 vsize=66512 CPUtime=1800.54
/proc/15837/stat : 15837 (pbscip.linux.x8) R 15835 15837 15812 0 -1 4202496 4088474 0 0 0 177660 2394 0 0 25 0 1 0 8532778 68108288 14350 1992294400 4194304 9819077 140734558338320 18446744073709551615 6027718 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/15837/statm: 16628 14350 745 1374 0 15249 0
Current children cumulated CPU time (s) 1800.54
Current children cumulated vsize (KiB) 66512

Child status: 0
Real time (s): 1801.16
CPU time (s): 1800.6
CPU user time (s): 1776.65
CPU system time (s): 23.9514
CPU usage (%): 99.9693
Max. virtual memory (cumulated for all children) (KiB): 83908

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

runsolver used 3.22251 second user time and 8.26074 second system time

The end

Launcher Data

Begin job on node047 at 2010-06-16 09:13:28
IDJOB=2665321
IDBENCH=48264
IDSOLVER=1168
FILE ID=node047/2665321-1276672407
PBS_JOBID= 11172544
Free space on /tmp= 62540 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solver
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_100_25_4.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.clp -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2665321-1276672407/watcher-2665321-1276672407 -o /tmp/evaluation-result-2665321-1276672407/solver-2665321-1276672407 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2665321-1276672407.opb -t 1800 -m 1800

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

MD5SUM BENCH= feead174159765db2806c13d35bd6cbe
RANDOM SEED=980919942

node047.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.244
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.48
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.244
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.44
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1681680 kB
Buffers:         95792 kB
Cached:         154712 kB
SwapCached:          0 kB
Active:         133324 kB
Inactive:       176416 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1681680 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            6356 kB
Writeback:           0 kB
AnonPages:       59172 kB
Mapped:          15376 kB
Slab:            45852 kB
PageTables:       4004 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180724 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= 62536 MiB
End job on node047 at 2010-06-16 09:43:30