Trace number 2665300

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.41 1800.85

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_100_25_1.opb
MD5SUMfd0cd32338d58e5da2d0a0f96e14ad7d
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.55
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)6076
Sum of products size (including duplicates)12152
Number of different products3038
Sum of products size6076

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-2665300-1276669112.opb>
0.02/0.04	c original problem has 3238 variables (3238 bin, 0 int, 0 impl, 0 cont) and 3339 constraints
0.02/0.04	c problem read
0.02/0.04	c presolving settings loaded
0.02/0.08	o 0
0.02/0.08	c feasible solution found by trivial heuristic, objective value  0.000000e+00
0.02/0.08	c presolving:
0.29/0.30	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 300 upgd conss, 24504 impls, 200 clqs
0.49/0.57	c    (0.3s) probing: 101/3238 (3.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.49/0.57	c    (0.3s) probing aborted: 100/100 successive totally useless probings
0.49/0.57	c presolving (2 rounds):
0.49/0.57	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.49/0.57	c  24504 implications, 200 cliques
0.49/0.57	c presolved problem has 3238 variables (3238 bin, 0 int, 0 impl, 0 cont) and 3339 constraints
0.49/0.57	c     200 constraints of type <setppc>
0.49/0.57	c    3038 constraints of type <and>
0.49/0.57	c       1 constraints of type <linear>
0.49/0.57	c     100 constraints of type <logicor>
0.49/0.57	c transformed objective value is always integral (scale: 1)
0.49/0.57	c Presolving Time: 0.33
0.49/0.57	c - non default parameters ----------------------------------------------------------------------
0.49/0.57	c # SCIP version 1.2.1.2
0.49/0.57	c 
0.49/0.57	c # frequency for displaying node information lines
0.49/0.57	c # [type: int, range: [-1,2147483647], default: 100]
0.49/0.57	c display/freq = 10000
0.49/0.57	c 
0.49/0.57	c # maximal time in seconds to run
0.49/0.57	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.49/0.57	c limits/time = 1799.97
0.49/0.57	c 
0.49/0.57	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.49/0.57	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.49/0.57	c limits/memory = 1620
0.49/0.57	c 
0.49/0.57	c # should presolving try to simplify inequalities
0.49/0.57	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.49/0.57	c constraints/linear/simplifyinequalities = TRUE
0.49/0.57	c 
0.49/0.57	c # should presolving try to simplify knapsacks
0.49/0.57	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.49/0.57	c constraints/knapsack/simplifyinequalities = TRUE
0.49/0.57	c 
0.49/0.57	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.49/0.57	c # [type: int, range: [-1,2147483647], default: -1]
0.49/0.57	c heuristics/undercover/freq = 0
0.49/0.57	c 
0.49/0.57	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.49/0.57	c # [type: int, range: [-1,2147483647], default: -1]
0.49/0.57	c separating/rapidlearning/freq = 0
0.49/0.57	c 
0.49/0.57	c -----------------------------------------------------------------------------------------------
0.49/0.57	c start solving
0.49/0.58	c 
0.69/0.77	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.77	c t 0.5s|     1 |     0 |   304 |     - |  15M|   0 | 232 |3238 |3339 |3238 |6377 |   0 |   0 |   0 |-5.000000e+01 | 0.000000e+00 | 100.00%
0.69/0.78	o -4
0.69/0.78	c s 0.5s|     1 |     0 |   304 |     - |  15M|   0 | 232 |3238 |3339 |3238 |6377 |   0 |   0 |   0 |-5.000000e+01 |-4.000000e+00 |  92.00%
1.19/1.20	o -5
1.19/1.20	c u 0.9s|     1 |     0 |   304 |     - |  15M|   0 | 232 |3238 |3339 |3238 |6377 |   0 |   0 |   0 |-5.000000e+01 |-5.000000e+00 |  90.00%
3.59/3.65	c   3.1s|     1 |     0 |  1810 |     - |  15M|   0 | 928 |3238 |3339 |3238 |6380 |   3 |   0 |   0 |-5.000000e+01 |-5.000000e+00 |  90.00%
7.49/7.56	c   7.0s|     1 |     0 |  4374 |     - |  16M|   0 |1523 |3238 |3339 |3238 |6384 |   7 |   0 |   0 |-5.000000e+01 |-5.000000e+00 |  90.00%
10.89/10.98	c  10.4s|     1 |     0 |  4641 |     - |  16M|   0 |1523 |3238 |3339 |3238 |6389 |  12 |   0 |   0 |-5.000000e+01 |-5.000000e+00 |  90.00%
10.89/11.00	o -6
10.89/11.00	c s10.4s|     1 |     0 |  4641 |     - |  16M|   0 |1523 |3238 |3339 |3238 |6389 |  12 |   0 |   0 |-5.000000e+01 |-6.000000e+00 |  88.00%
13.99/14.09	c  13.5s|     1 |     0 |  4749 |     - |  16M|   0 |1523 |3238 |3339 |3238 |6392 |  15 |   0 |   0 |-5.000000e+01 |-6.000000e+00 |  88.00%
16.79/16.89	c  16.3s|     1 |     0 |  4771 |     - |  16M|   0 |1523 |3238 |3339 |3238 |6395 |  18 |   0 |   0 |-5.000000e+01 |-6.000000e+00 |  88.00%
19.49/19.59	c  18.9s|     1 |     0 |  4797 |     - |  16M|   0 |1523 |3238 |3339 |3238 |6398 |  21 |   0 |   0 |-5.000000e+01 |-6.000000e+00 |  88.00%
104.86/104.93	o -10
104.86/104.93	c E 102s|     1 |     0 |  4797 |     - |  16M|   0 |1523 |3238 |3339 |3238 |6398 |  21 |   0 |   0 |-5.000000e+01 |-1.000000e+01 |  80.00%
104.86/105.00	c   102s|     1 |     0 |  4797 |     - |  16M|   0 |1523 |3238 |3339 |3238 |6398 |  21 |   0 |   0 |-5.000000e+01 |-1.000000e+01 |  80.00%
107.37/107.45	c   105s|     1 |     0 |  4825 |     - |  16M|   0 |1523 |3238 |3339 |3238 |6402 |  25 |   0 |   0 |-5.000000e+01 |-1.000000e+01 |  80.00%
125.46/125.52	c   123s|     1 |     2 |  4825 |     - |  16M|   0 |1523 |3238 |3339 |3238 |6402 |  25 |   0 |  11 |-5.000000e+01 |-1.000000e+01 |  80.00%
308.22/308.34	o -13
308.22/308.34	c p 305s|    27 |    28 | 66676 |2378.9 |  17M|  13 |   - |3238 |3342 |3238 |2970 |2200 |   3 | 163 |-4.974713e+01 |-1.300000e+01 |  73.87%
1800.06/1800.50	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.06/1800.55	c 
1800.06/1800.55	c SCIP Status        : solving was interrupted [user interrupt]
1800.06/1800.55	c Solving Time (sec) : 1792.85
1800.06/1800.55	c Solving Nodes      : 434
1800.06/1800.55	c Primal Bound       : -1.30000000000000e+01 (11 solutions)
1800.06/1800.55	c Dual Bound         : -4.27150623298761e+01
1800.06/1800.55	c Gap                : 69.57 %
1800.06/1800.56	s SATISFIABLE
1800.06/1800.56	v -x162 x111 -x139 -x121 -x180 -x119 -x108 -x154 -x172 -x132 -x190 -x166 -x129 -x153 -x198 -x113 -x140 -x200 -x155 -x189 x179 -x156 
1800.06/1800.56	v -x152 -x149 -x109 -x188 x151 -x144 -x165 -x135 -x115 -x146 -x147 -x126 -x106 x182 -x197 -x102 x195 -x161 -x133 -x105 -x104 
1800.06/1800.56	v -x192 -x114 x171 -x125 -x138 -x185 -x174 -x143 -x157 -x170 x159 -x123 -x103 -x101 -x199 x196 -x186 -x181 -x177 -x176 -x175 -x167 
1800.06/1800.56	v -x158 -x148 -x145 -x142 -x134 x120 -x118 -x117 -x110 -x107 -x124 -x131 -x183 -x130 -x168 -x169 -x112 -x137 -x173 -x141 -x127 
1800.06/1800.56	v -x164 x160 -x191 x128 -x163 -x122 -x150 x193 -x136 x194 -x116 -x178 -x187 -x184 -x100 -x99 x98 -x97 -x96 -x95 -x94 -x93 
1800.06/1800.56	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 -x66 
1800.06/1800.56	v 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.06/1800.56	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 -x15 
1800.06/1800.56	v -x14 -x13 -x12 -x11 -x10 x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 -x1 
1800.06/1800.56	c SCIP Status        : solving was interrupted [user interrupt]
1800.06/1800.56	c Solving Time       :    1792.85
1800.06/1800.56	c Original Problem   :
1800.06/1800.56	c   Problem name     : HOME/instance-2665300-1276669112.opb
1800.06/1800.56	c   Variables        : 3238 (3238 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.06/1800.56	c   Constraints      : 3339 initial, 3339 maximal
1800.06/1800.56	c Presolved Problem  :
1800.06/1800.56	c   Problem name     : t_HOME/instance-2665300-1276669112.opb
1800.06/1800.56	c   Variables        : 3238 (3238 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.06/1800.56	c   Constraints      : 3339 initial, 3400 maximal
1800.06/1800.56	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.06/1800.56	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.56	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.56	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.56	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.56	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.56	c   probing          :       0.08          0          0          0          0          0          0          0          0
1800.06/1800.56	c   setppc           :       0.01          0          0          0          0          0          0          0          0
1800.06/1800.56	c   and              :       0.20          0          0          0          0          0          0          0          0
1800.06/1800.56	c   linear           :       0.02          0          0          0          0          0          0          0          0
1800.06/1800.56	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.56	c   root node        :          -          0          -          -          0          -          -          -          -
1800.06/1800.56	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.06/1800.56	c   integral         :          0          0          0        436          0          0          3          0          0        866
1800.06/1800.56	c   setppc           :        200          7      30357          0          0         15       1603          0          0          0
1800.06/1800.56	c   and              :       3038       1085      30342          0          0         16      51669      25959          0          0
1800.06/1800.56	c   linear           :          1          7      30325          0          0          1          0          0          0          0
1800.06/1800.56	c   logicor          :        100+         7       1683          0          0          0        241          0          0          0
1800.06/1800.56	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.06/1800.56	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.06/1800.56	c   integral         :     417.98       0.00       0.00     417.98       0.00
1800.06/1800.56	c   setppc           :       0.47       0.00       0.47       0.00       0.00
1800.06/1800.56	c   and              :       8.47       2.82       5.65       0.00       0.00
1800.06/1800.56	c   linear           :       0.53       0.01       0.52       0.00       0.00
1800.06/1800.56	c   logicor          :       0.01       0.00       0.01       0.00       0.00
1800.06/1800.56	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.06/1800.56	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.06/1800.56	c   vbounds          :       0.05          2          0          0
1800.06/1800.56	c   rootredcost      :       0.02          1          0          0
1800.06/1800.56	c   pseudoobj        :       0.33      30204          5          0
1800.06/1800.56	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.06/1800.56	c   propagation      :       0.01         37         37         74       55.7          2      132.0          -
1800.06/1800.56	c   infeasible LP    :       0.01          3          3          3        3.0          0        0.0          0
1800.06/1800.56	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.06/1800.56	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.06/1800.56	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.06/1800.56	c   applied globally :          -          -          -         67       49.1          -          -          -
1800.06/1800.56	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.06/1800.56	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.06/1800.56	c   cut pool         :       0.00          6          -          -          1          -    (maximal pool size: 90)
1800.06/1800.56	c   redcost          :       0.45       1085          0         65          0          0
1800.06/1800.56	c   impliedbounds    :       0.01          7          0          0          4          0
1800.06/1800.56	c   intobj           :       0.00          0          0          0          0          0
1800.06/1800.56	c   cgmip            :       0.00          0          0          0          0          0
1800.06/1800.56	c   gomory           :       5.80          7          0          0          0          0
1800.06/1800.56	c   strongcg         :       7.18          7          0          0        313          0
1800.06/1800.56	c   cmir             :       0.48          7          0          0          0          0
1800.06/1800.56	c   flowcover        :       0.47          7          0          0          0          0
1800.06/1800.56	c   clique           :       0.57          7          0          0         38          0
1800.06/1800.56	c   zerohalf         :       0.00          0          0          0          0          0
1800.06/1800.56	c   mcf              :       0.06          3          0          0          0          0
1800.06/1800.56	c   rapidlearning    :       1.25          1          0          0          0          0
1800.06/1800.56	c Pricers            :       Time      Calls       Vars
1800.06/1800.56	c   problem variables:       0.00          0          0
1800.06/1800.56	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.06/1800.56	c   relpscost        :     417.98        436          0          3          0          0        866
1800.06/1800.56	c   pscost           :       0.00          0          0          0          0          0          0
1800.06/1800.56	c   inference        :       0.00          0          0          0          0          0          0
1800.06/1800.56	c   mostinf          :       0.00          0          0          0          0          0          0
1800.06/1800.56	c   leastinf         :       0.00          0          0          0          0          0          0
1800.06/1800.56	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.06/1800.56	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.06/1800.56	c   random           :       0.00          0          0          0          0          0          0
1800.06/1800.56	c Primal Heuristics  :       Time      Calls      Found
1800.06/1800.56	c   LP solutions     :       0.00          -          0
1800.06/1800.56	c   pseudo solutions :       0.00          -          0
1800.06/1800.56	c   oneopt           :       0.03          4          0
1800.06/1800.56	c   crossover        :       0.10          1          0
1800.06/1800.56	c   veclendiving     :      44.39         10          0
1800.06/1800.56	c   trivial          :       0.02          2          3
1800.06/1800.56	c   simplerounding   :       0.01          0          0
1800.06/1800.56	c   zirounding       :       0.40        433          0
1800.06/1800.56	c   rounding         :       1.46        421          0
1800.06/1800.56	c   shifting         :       0.69        116          5
1800.06/1800.56	c   intshifting      :       0.00          0          0
1800.06/1800.56	c   twoopt           :       0.00          0          0
1800.06/1800.56	c   fixandinfer      :       0.00          0          0
1800.06/1800.56	c   feaspump         :       0.00          0          0
1800.06/1800.56	c   coefdiving       :      67.92          9          0
1800.06/1800.56	c   pscostdiving     :     104.29         30          1
1800.06/1800.56	c   fracdiving       :      57.38          8          0
1800.06/1800.56	c   intdiving        :       0.00          0          0
1800.06/1800.56	c   actconsdiving    :       0.00          0          0
1800.06/1800.56	c   objpscostdiving  :      28.17          2          0
1800.06/1800.56	c   rootsoldiving    :      15.53          4          0
1800.06/1800.56	c   linesearchdiving :      55.34         19          0
1800.06/1800.56	c   guideddiving     :      71.42          6          0
1800.06/1800.56	c   octane           :       0.00          0          0
1800.06/1800.56	c   rens             :      83.48          1          1
1800.06/1800.56	c   rins             :       0.00          0          0
1800.06/1800.56	c   localbranching   :       0.00          0          0
1800.06/1800.56	c   mutation         :       0.00          0          0
1800.06/1800.56	c   dins             :       0.00          0          0
1800.06/1800.56	c   undercover       :       0.37          1          1
1800.06/1800.56	c   nlp              :       0.00          0          0
1800.06/1800.56	c   trysol           :       0.00          0          0
1800.06/1800.56	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.06/1800.56	c   primal LP        :     122.26          0          0       0.00       0.00
1800.06/1800.56	c   dual LP          :     697.39       1095     763431     697.20    1094.70
1800.06/1800.56	c   lex dual LP      :       0.00          0          0       0.00          -
1800.06/1800.56	c   barrier LP       :       0.00          0          0       0.00          -
1800.06/1800.56	c   diving/probing LP:     393.99      20444     608403      29.76    1544.21
1800.06/1800.56	c   strong branching :     417.71       1510     492830     326.38    1179.84
1800.06/1800.56	c     (at root node) :          -         11      11000    1000.00          -
1800.06/1800.56	c   conflict analysis:       0.00          0          0       0.00          -
1800.06/1800.56	c B&B Tree           :
1800.06/1800.56	c   number of runs   :          1
1800.06/1800.56	c   nodes            :        434
1800.06/1800.56	c   nodes (total)    :        434
1800.06/1800.56	c   nodes left       :        433
1800.06/1800.56	c   max depth        :         34
1800.06/1800.56	c   max depth (total):         34
1800.06/1800.56	c   backtracks       :        137 (31.6%)
1800.06/1800.56	c   delayed cutoffs  :          0
1800.06/1800.56	c   repropagations   :          1 (1 domain reductions, 0 cutoffs)
1800.06/1800.56	c   avg switch length:       6.55
1800.06/1800.56	c   switching time   :     122.66
1800.06/1800.56	c Solution           :
1800.06/1800.56	c   Solutions found  :         11 (6 improvements)
1800.06/1800.56	c   First Solution   : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.03 seconds, depth 0, found by <trivial>)
1800.06/1800.56	c   Primal Bound     : -1.30000000000000e+01   (in run 1, after 27 nodes, 305.39 seconds, depth 134, found by <pscostdiving>)
1800.06/1800.56	c   Dual Bound       : -4.27150623298761e+01
1800.06/1800.56	c   Gap              :      69.57 %
1800.06/1800.56	c   Root Dual Bound  : -5.00000000000000e+01
1800.06/1800.56	c   Root Iterations  :       4825
1800.35/1800.85	c Time complete: 1800.4.

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-2665300-1276669112/watcher-2665300-1276669112 -o /tmp/evaluation-result-2665300-1276669112/solver-2665300-1276669112 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2665300-1276669112.opb -t 1800 -m 1800 

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 14169
/proc/meminfo: memFree=1583388/2059040 swapFree=4192956/4192956
[pid=14169] ppid=14167 vsize=9288 CPUtime=0
/proc/14169/stat : 14169 (pbscip.linux.x8) R 14167 14169 13652 0 -1 4202496 1087 0 0 0 0 0 0 0 20 0 1 0 8203902 9510912 1007 1992294400 4194304 9819077 140734873042784 18446744073709551615 8675093 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14169/statm: 2322 1016 371 1374 0 943 0

[startup+0.030387 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 14169
/proc/meminfo: memFree=1583388/2059040 swapFree=4192956/4192956
[pid=14169] ppid=14167 vsize=14208 CPUtime=0.02
/proc/14169/stat : 14169 (pbscip.linux.x8) R 14167 14169 13652 0 -1 4202496 2472 0 0 0 2 0 0 0 20 0 1 0 8203902 14548992 2392 1992294400 4194304 9819077 140734873042784 18446744073709551615 6179008 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14169/statm: 3552 2392 389 1374 0 2173 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 14208

[startup+0.101393 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 14169
/proc/meminfo: memFree=1583388/2059040 swapFree=4192956/4192956
[pid=14169] ppid=14167 vsize=22748 CPUtime=0.09
/proc/14169/stat : 14169 (pbscip.linux.x8) R 14167 14169 13652 0 -1 4202496 4803 0 0 0 8 1 0 0 20 0 1 0 8203902 23293952 4369 1992294400 4194304 9819077 140734873042784 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14169/statm: 5687 4369 478 1374 0 4308 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 22748

[startup+0.30141 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 14169
/proc/meminfo: memFree=1583388/2059040 swapFree=4192956/4192956
[pid=14169] ppid=14167 vsize=25504 CPUtime=0.29
/proc/14169/stat : 14169 (pbscip.linux.x8) R 14167 14169 13652 0 -1 4202496 6051 0 0 0 19 10 0 0 20 0 1 0 8203902 26116096 5103 1992294400 4194304 9819077 140734873042784 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14169/statm: 6376 5105 502 1374 0 4997 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 25504

[startup+0.701444 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 14169
/proc/meminfo: memFree=1583388/2059040 swapFree=4192956/4192956
[pid=14169] ppid=14167 vsize=41668 CPUtime=0.69
/proc/14169/stat : 14169 (pbscip.linux.x8) R 14167 14169 13652 0 -1 4202496 10845 0 0 0 49 20 0 0 20 0 1 0 8203902 42668032 8579 1992294400 4194304 9819077 140734873042784 18446744073709551615 7292317 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14169/statm: 10417 8579 635 1374 0 9038 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 41668

[startup+1.50151 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14170
/proc/meminfo: memFree=1527704/2059040 swapFree=4192956/4192956
[pid=14169] ppid=14167 vsize=53384 CPUtime=1.49
/proc/14169/stat : 14169 (pbscip.linux.x8) R 14167 14169 13652 0 -1 4202496 25221 0 0 0 120 29 0 0 22 0 1 0 8203902 54665216 10960 1992294400 4194304 9819077 140734873042784 18446744073709551615 5761257 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14169/statm: 13346 10960 710 1374 0 11967 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 53384

[startup+3.10166 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14170
/proc/meminfo: memFree=1527208/2059040 swapFree=4192956/4192956
[pid=14169] ppid=14167 vsize=49496 CPUtime=3.09
/proc/14169/stat : 14169 (pbscip.linux.x8) R 14167 14169 13652 0 -1 4202496 31942 0 0 0 259 50 0 0 25 0 1 0 8203902 50683904 10841 1992294400 4194304 9819077 140734873042784 18446744073709551615 6192636 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14169/statm: 12374 10841 716 1374 0 10995 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 49496

[startup+6.30094 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14170
/proc/meminfo: memFree=1541220/2059040 swapFree=4192956/4192956
[pid=14169] ppid=14167 vsize=51864 CPUtime=6.29
/proc/14169/stat : 14169 (pbscip.linux.x8) R 14167 14169 13652 0 -1 4202496 35095 0 0 0 576 53 0 0 25 0 1 0 8203902 53108736 11082 1992294400 4194304 9819077 140734873042784 18446744073709551615 6697322 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14169/statm: 12966 11082 716 1374 0 11587 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 51864

[startup+12.7005 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14170
/proc/meminfo: memFree=1541840/2059040 swapFree=4192956/4192956
[pid=14169] ppid=14167 vsize=52552 CPUtime=12.68
/proc/14169/stat : 14169 (pbscip.linux.x8) R 14167 14169 13652 0 -1 4202496 37048 0 0 0 1212 56 0 0 25 0 1 0 8203902 53813248 10945 1992294400 4194304 9819077 140734873042784 18446744073709551615 6055431 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14169/statm: 13138 10945 716 1374 0 11759 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 52552

[startup+25.5016 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14170
/proc/meminfo: memFree=1504764/2059040 swapFree=4192956/4192956
[pid=14169] ppid=14167 vsize=92056 CPUtime=25.49
/proc/14169/stat : 14169 (pbscip.linux.x8) R 14167 14169 13652 0 -1 4202496 65537 0 0 0 2475 74 0 0 25 0 1 0 8203902 94265344 20087 1992294400 4194304 9819077 140734873042784 18446744073709551615 7306243 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14169/statm: 23014 20087 727 1374 0 21635 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 92056

[startup+51.1009 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14172
/proc/meminfo: memFree=1504764/2059040 swapFree=4192956/4192956
[pid=14169] ppid=14167 vsize=91548 CPUtime=51.07
/proc/14169/stat : 14169 (pbscip.linux.x8) R 14167 14169 13652 0 -1 4202496 126755 0 0 0 4986 121 0 0 25 0 1 0 8203902 93745152 20069 1992294400 4194304 9819077 140734873042784 18446744073709551615 6209887 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14169/statm: 22887 20072 727 1374 0 21508 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 91548

[startup+102.308 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14172
/proc/meminfo: memFree=1502036/2059040 swapFree=4192956/4192956
[pid=14169] ppid=14167 vsize=96088 CPUtime=102.28
/proc/14169/stat : 14169 (pbscip.linux.x8) R 14167 14169 13652 0 -1 4202496 296373 0 0 0 9984 244 0 0 25 0 1 0 8203902 98394112 20835 1992294400 4194304 9819077 140734873042784 18446744073709551615 7306243 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14169/statm: 24022 20835 736 1374 0 22643 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 96088

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14174
/proc/meminfo: memFree=1526092/2059040 swapFree=4192956/4192956
[pid=14169] ppid=14167 vsize=62924 CPUtime=162.26
/proc/14169/stat : 14169 (pbscip.linux.x8) R 14167 14169 13652 0 -1 4202496 303665 0 0 0 15966 260 0 0 25 0 1 0 8203902 64434176 14740 1992294400 4194304 9819077 140734873042784 18446744073709551615 7312758 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14169/statm: 15731 14740 747 1374 0 14352 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 62924

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14176
/proc/meminfo: memFree=1526092/2059040 swapFree=4192956/4192956
[pid=14169] ppid=14167 vsize=62924 CPUtime=222.24
/proc/14169/stat : 14169 (pbscip.linux.x8) R 14167 14169 13652 0 -1 4202496 303665 0 0 0 21955 269 0 0 25 0 1 0 8203902 64434176 14740 1992294400 4194304 9819077 140734873042784 18446744073709551615 7304794 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14169/statm: 15731 14740 747 1374 0 14352 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 62924

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14178
/proc/meminfo: memFree=1526092/2059040 swapFree=4192956/4192956
[pid=14169] ppid=14167 vsize=62924 CPUtime=282.22
/proc/14169/stat : 14169 (pbscip.linux.x8) R 14167 14169 13652 0 -1 4202496 303665 0 0 0 27943 279 0 0 25 0 1 0 8203902 64434176 14740 1992294400 4194304 9819077 140734873042784 18446744073709551615 6697328 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14169/statm: 15731 14740 747 1374 0 14352 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 62924

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14180
/proc/meminfo: memFree=1525968/2059040 swapFree=4192956/4192956
[pid=14169] ppid=14167 vsize=62924 CPUtime=342.21
/proc/14169/stat : 14169 (pbscip.linux.x8) R 14167 14169 13652 0 -1 4202496 303695 0 0 0 33931 290 0 0 25 0 1 0 8203902 64434176 14740 1992294400 4194304 9819077 140734873042784 18446744073709551615 7290975 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14169/statm: 15731 14740 747 1374 0 14352 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 62924

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14180
/proc/meminfo: memFree=1526092/2059040 swapFree=4192956/4192956
[pid=14169] ppid=14167 vsize=63420 CPUtime=402.19
/proc/14169/stat : 14169 (pbscip.linux.x8) R 14167 14169 13652 0 -1 4202496 303723 0 0 0 39918 301 0 0 25 0 1 0 8203902 64942080 14745 1992294400 4194304 9819077 140734873042784 18446744073709551615 6656806 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14169/statm: 15855 14745 748 1374 0 14476 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 63420

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14182
/proc/meminfo: memFree=1525968/2059040 swapFree=4192956/4192956
[pid=14169] ppid=14167 vsize=62924 CPUtime=462.18
/proc/14169/stat : 14169 (pbscip.linux.x8) R 14167 14169 13652 0 -1 4202496 304121 0 0 0 45906 312 0 0 25 0 1 0 8203902 64434176 14744 1992294400 4194304 9819077 140734873042784 18446744073709551615 6697295 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14169/statm: 15731 14744 748 1374 0 14352 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 62924

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14184
/proc/meminfo: memFree=1525844/2059040 swapFree=4192956/4192956
[pid=14169] ppid=14167 vsize=62924 CPUtime=522.17
/proc/14169/stat : 14169 (pbscip.linux.x8) R 14167 14169 13652 0 -1 4202496 304296 0 0 0 51892 325 0 0 25 0 1 0 8203902 64434176 14745 1992294400 4194304 9819077 140734873042784 18446744073709551615 7309089 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14169/statm: 15731 14745 749 1374 0 14352 0
Current children cumulated CPU time (s) 522.17
Current children cumulated vsize (KiB) 62924

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14186
/proc/meminfo: memFree=1525844/2059040 swapFree=4192956/4192956
[pid=14169] ppid=14167 vsize=62924 CPUtime=582.15
/proc/14169/stat : 14169 (pbscip.linux.x8) R 14167 14169 13652 0 -1 4202496 304440 0 0 0 57878 337 0 0 25 0 1 0 8203902 64434176 14745 1992294400 4194304 9819077 140734873042784 18446744073709551615 6697159 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14169/statm: 15731 14745 749 1374 0 14352 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 62924

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14188
/proc/meminfo: memFree=1525844/2059040 swapFree=4192956/4192956
[pid=14169] ppid=14167 vsize=62924 CPUtime=642.14
/proc/14169/stat : 14169 (pbscip.linux.x8) R 14167 14169 13652 0 -1 4202496 304854 0 0 0 63866 348 0 0 25 0 1 0 8203902 64434176 14745 1992294400 4194304 9819077 140734873042784 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14169/statm: 15731 14745 749 1374 0 14352 0
Current children cumulated CPU time (s) 642.14
Current children cumulated vsize (KiB) 62924

[startup+702.301 s]

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

[startup+942.301 s]
/proc/loadavg: 1.01 1.00 1.00 2/107 14199
/proc/meminfo: memFree=1525100/2059040 swapFree=4192956/4192956
[pid=14169] ppid=14167 vsize=62924 CPUtime=942.06
/proc/14169/stat : 14169 (pbscip.linux.x8) R 14167 14169 13652 0 -1 4202496 311154 0 0 0 93790 416 0 0 25 0 1 0 8203902 64434176 14746 1992294400 4194304 9819077 140734873042784 18446744073709551615 7308981 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14169/statm: 15731 14746 749 1374 0 14352 0
Current children cumulated CPU time (s) 942.06
Current children cumulated vsize (KiB) 62924

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14199
/proc/meminfo: memFree=1525224/2059040 swapFree=4192956/4192956
[pid=14169] ppid=14167 vsize=62924 CPUtime=1002.04
/proc/14169/stat : 14169 (pbscip.linux.x8) R 14167 14169 13652 0 -1 4202496 313667 0 0 0 99775 429 0 0 25 0 1 0 8203902 64434176 14746 1992294400 4194304 9819077 140734873042784 18446744073709551615 6391510 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14169/statm: 15731 14746 749 1374 0 14352 0
Current children cumulated CPU time (s) 1002.04
Current children cumulated vsize (KiB) 62924

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14201
/proc/meminfo: memFree=1525224/2059040 swapFree=4192956/4192956
[pid=14169] ppid=14167 vsize=62924 CPUtime=1062.03
/proc/14169/stat : 14169 (pbscip.linux.x8) R 14167 14169 13652 0 -1 4202496 322469 0 0 0 105752 451 0 0 25 0 1 0 8203902 64434176 14746 1992294400 4194304 9819077 140734873042784 18446744073709551615 6198627 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14169/statm: 15731 14746 749 1374 0 14352 0
Current children cumulated CPU time (s) 1062.03
Current children cumulated vsize (KiB) 62924

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14203
/proc/meminfo: memFree=1525224/2059040 swapFree=4192956/4192956
[pid=14169] ppid=14167 vsize=62924 CPUtime=1122.02
/proc/14169/stat : 14169 (pbscip.linux.x8) R 14167 14169 13652 0 -1 4202496 328434 0 0 0 111735 467 0 0 25 0 1 0 8203902 64434176 14746 1992294400 4194304 9819077 140734873042784 18446744073709551615 7302694 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14169/statm: 15731 14746 749 1374 0 14352 0
Current children cumulated CPU time (s) 1122.02
Current children cumulated vsize (KiB) 62924

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14205
/proc/meminfo: memFree=1525224/2059040 swapFree=4192956/4192956
[pid=14169] ppid=14167 vsize=70316 CPUtime=1182
/proc/14169/stat : 14169 (pbscip.linux.x8) R 14167 14169 13652 0 -1 4202496 336361 0 0 0 117718 482 0 0 25 0 1 0 8203902 72003584 14806 1992294400 4194304 9819077 140734873042784 18446744073709551615 7312803 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14169/statm: 17579 14806 749 1374 0 16200 0
Current children cumulated CPU time (s) 1182
Current children cumulated vsize (KiB) 70316

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14207
/proc/meminfo: memFree=1525348/2059040 swapFree=4192956/4192956
[pid=14169] ppid=14167 vsize=70312 CPUtime=1241.99
/proc/14169/stat : 14169 (pbscip.linux.x8) R 14167 14169 13652 0 -1 4202496 345657 0 0 0 123697 502 0 0 25 0 1 0 8203902 71999488 14800 1992294400 4194304 9819077 140734873042784 18446744073709551615 7309084 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14169/statm: 17578 14800 749 1374 0 16199 0
Current children cumulated CPU time (s) 1241.99
Current children cumulated vsize (KiB) 70312

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14207
/proc/meminfo: memFree=1525224/2059040 swapFree=4192956/4192956
[pid=14169] ppid=14167 vsize=63932 CPUtime=1301.98
/proc/14169/stat : 14169 (pbscip.linux.x8) R 14167 14169 13652 0 -1 4202496 359823 0 0 0 129673 525 0 0 25 0 1 0 8203902 65466368 14783 1992294400 4194304 9819077 140734873042784 18446744073709551615 7318519 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14169/statm: 15983 14783 750 1374 0 14604 0
Current children cumulated CPU time (s) 1301.98
Current children cumulated vsize (KiB) 63932

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14209
/proc/meminfo: memFree=1525224/2059040 swapFree=4192956/4192956
[pid=14169] ppid=14167 vsize=63924 CPUtime=1361.95
/proc/14169/stat : 14169 (pbscip.linux.x8) R 14167 14169 13652 0 -1 4202496 372232 0 0 0 135648 547 0 0 25 0 1 0 8203902 65458176 14785 1992294400 4194304 9819077 140734873042784 18446744073709551615 7312701 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14169/statm: 15981 14785 750 1374 0 14602 0
Current children cumulated CPU time (s) 1361.95
Current children cumulated vsize (KiB) 63924

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14211
/proc/meminfo: memFree=1525348/2059040 swapFree=4192956/4192956
[pid=14169] ppid=14167 vsize=63848 CPUtime=1421.95
/proc/14169/stat : 14169 (pbscip.linux.x8) R 14167 14169 13652 0 -1 4202496 382462 0 0 0 141629 566 0 0 25 0 1 0 8203902 65380352 14779 1992294400 4194304 9819077 140734873042784 18446744073709551615 7291631 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14169/statm: 15962 14779 750 1374 0 14583 0
Current children cumulated CPU time (s) 1421.95
Current children cumulated vsize (KiB) 63848

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14213
/proc/meminfo: memFree=1525348/2059040 swapFree=4192956/4192956
[pid=14169] ppid=14167 vsize=63876 CPUtime=1481.93
/proc/14169/stat : 14169 (pbscip.linux.x8) R 14167 14169 13652 0 -1 4202496 392240 0 0 0 147609 584 0 0 25 0 1 0 8203902 65409024 14782 1992294400 4194304 9819077 140734873042784 18446744073709551615 7312676 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14169/statm: 15969 14782 750 1374 0 14590 0
Current children cumulated CPU time (s) 1481.93
Current children cumulated vsize (KiB) 63876

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14215
/proc/meminfo: memFree=1525224/2059040 swapFree=4192956/4192956
[pid=14169] ppid=14167 vsize=64404 CPUtime=1541.92
/proc/14169/stat : 14169 (pbscip.linux.x8) R 14167 14169 13652 0 -1 4202496 404982 0 0 0 153587 605 0 0 25 0 1 0 8203902 65949696 14786 1992294400 4194304 9819077 140734873042784 18446744073709551615 7480756 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14169/statm: 16101 14786 750 1374 0 14722 0
Current children cumulated CPU time (s) 1541.92
Current children cumulated vsize (KiB) 64404

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14215
/proc/meminfo: memFree=1524728/2059040 swapFree=4192956/4192956
[pid=14169] ppid=14167 vsize=64660 CPUtime=1601.9
/proc/14169/stat : 14169 (pbscip.linux.x8) R 14167 14169 13652 0 -1 4202496 419925 0 0 0 159562 628 0 0 25 0 1 0 8203902 66211840 14984 1992294400 4194304 9819077 140734873042784 18446744073709551615 7292302 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14169/statm: 16165 14984 750 1374 0 14786 0
Current children cumulated CPU time (s) 1601.9
Current children cumulated vsize (KiB) 64660

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14217
/proc/meminfo: memFree=1524480/2059040 swapFree=4192956/4192956
[pid=14169] ppid=14167 vsize=65152 CPUtime=1661.89
/proc/14169/stat : 14169 (pbscip.linux.x8) R 14167 14169 13652 0 -1 4202496 439322 0 0 0 165535 654 0 0 25 0 1 0 8203902 66715648 14990 1992294400 4194304 9819077 140734873042784 18446744073709551615 7324757 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14169/statm: 16288 14990 750 1374 0 14909 0
Current children cumulated CPU time (s) 1661.89
Current children cumulated vsize (KiB) 65152

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14219
/proc/meminfo: memFree=1524232/2059040 swapFree=4192956/4192956
[pid=14169] ppid=14167 vsize=66128 CPUtime=1721.87
/proc/14169/stat : 14169 (pbscip.linux.x8) R 14167 14169 13652 0 -1 4202496 468162 0 0 0 171501 686 0 0 25 0 1 0 8203902 67715072 15009 1992294400 4194304 9819077 140734873042784 18446744073709551615 7309067 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14169/statm: 16532 15009 750 1374 0 15153 0
Current children cumulated CPU time (s) 1721.87
Current children cumulated vsize (KiB) 66128

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14221
/proc/meminfo: memFree=1524108/2059040 swapFree=4192956/4192956
[pid=14169] ppid=14167 vsize=64628 CPUtime=1781.85
/proc/14169/stat : 14169 (pbscip.linux.x8) R 14167 14169 13652 0 -1 4202496 497573 0 0 0 177470 715 0 0 25 0 1 0 8203902 66179072 14986 1992294400 4194304 9819077 140734873042784 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14169/statm: 16157 14986 750 1374 0 14778 0
Current children cumulated CPU time (s) 1781.85
Current children cumulated vsize (KiB) 64628



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14221
/proc/meminfo: memFree=1524108/2059040 swapFree=4192956/4192956
[pid=14169] ppid=14167 vsize=65096 CPUtime=1800.06
/proc/14169/stat : 14169 (pbscip.linux.x8) R 14167 14169 13652 0 -1 4202496 504751 0 0 0 179283 723 0 0 25 0 1 0 8203902 66658304 14987 1992294400 4194304 9819077 140734873042784 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14169/statm: 16274 14987 750 1374 0 14895 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 65096

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

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

[startup+1800.61 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 14222
/proc/meminfo: memFree=1524100/2059040 swapFree=4192956/4192956
[pid=14169] ppid=14167 vsize=66048 CPUtime=1800.17
/proc/14169/stat : 14169 (pbscip.linux.x8) R 14167 14169 13652 0 -1 4202496 504788 0 0 0 179294 723 0 0 25 0 1 0 8203902 67633152 14994 1992294400 4194304 9819077 140734873042784 18446744073709551615 7302683 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14169/statm: 16512 14994 751 1374 0 15133 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 66048

[startup+1800.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 14222
/proc/meminfo: memFree=1524100/2059040 swapFree=4192956/4192956
[pid=14169] ppid=14167 vsize=66048 CPUtime=1800.35
/proc/14169/stat : 14169 (pbscip.linux.x8) R 14167 14169 13652 0 -1 4202496 504793 0 0 0 179312 723 0 0 25 0 1 0 8203902 67633152 14994 1992294400 4194304 9819077 140734873042784 18446744073709551615 6075108 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14169/statm: 16512 14994 751 1374 0 15133 0
Current children cumulated CPU time (s) 1800.35
Current children cumulated vsize (KiB) 66048

Child status: 0
Real time (s): 1800.85
CPU time (s): 1800.41
CPU user time (s): 1793.17
CPU system time (s): 7.2399
CPU usage (%): 99.9755
Max. virtual memory (cumulated for all children) (KiB): 96400

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

runsolver used 3.04154 second user time and 8.43972 second system time

The end

Launcher Data

Begin job on node041 at 2010-06-16 08:18:32
IDJOB=2665300
IDBENCH=48243
IDSOLVER=1168
FILE ID=node041/2665300-1276669112
PBS_JOBID= 11172485
Free space on /tmp= 62084 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_1.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-2665300-1276669112/watcher-2665300-1276669112 -o /tmp/evaluation-result-2665300-1276669112/solver-2665300-1276669112 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2665300-1276669112.opb -t 1800 -m 1800

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

MD5SUM BENCH= fd0cd32338d58e5da2d0a0f96e14ad7d
RANDOM SEED=498246508

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1583792 kB
Buffers:        122636 kB
Cached:         210612 kB
SwapCached:          0 kB
Active:          88472 kB
Inactive:       304172 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1583792 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            6248 kB
Writeback:           0 kB
AnonPages:       59496 kB
Mapped:          15400 kB
Slab:            60572 kB
PageTables:       4064 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180076 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= 62080 MiB
End job on node041 at 2010-06-16 08:48:35