Trace number 2665302

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)-27 1800.36 1800.88

General information on the benchmark

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

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-2665302-1276669452.opb>
0.00/0.02	c original problem has 1444 variables (1444 bin, 0 int, 0 impl, 0 cont) and 1545 constraints
0.00/0.02	c problem read
0.00/0.02	c presolving settings loaded
0.00/0.04	o 0
0.00/0.04	c feasible solution found by trivial heuristic, objective value  0.000000e+00
0.00/0.04	c presolving:
0.19/0.24	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 300 upgd conss, 10152 impls, 200 clqs
0.39/0.45	c    (0.2s) probing: 101/1444 (7.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.39/0.45	c    (0.2s) probing aborted: 100/100 successive totally useless probings
0.39/0.45	c presolving (2 rounds):
0.39/0.45	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.39/0.45	c  10152 implications, 200 cliques
0.39/0.45	c presolved problem has 1444 variables (1444 bin, 0 int, 0 impl, 0 cont) and 1545 constraints
0.39/0.45	c     200 constraints of type <setppc>
0.39/0.45	c    1244 constraints of type <and>
0.39/0.45	c       1 constraints of type <linear>
0.39/0.45	c     100 constraints of type <logicor>
0.39/0.45	c transformed objective value is always integral (scale: 1)
0.39/0.45	c Presolving Time: 0.23
0.39/0.45	c - non default parameters ----------------------------------------------------------------------
0.39/0.45	c # SCIP version 1.2.1.2
0.39/0.45	c 
0.39/0.45	c # frequency for displaying node information lines
0.39/0.45	c # [type: int, range: [-1,2147483647], default: 100]
0.39/0.45	c display/freq = 10000
0.39/0.45	c 
0.39/0.45	c # maximal time in seconds to run
0.39/0.45	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.39/0.45	c limits/time = 1799.98
0.39/0.45	c 
0.39/0.45	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.39/0.45	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.39/0.45	c limits/memory = 1620
0.39/0.45	c 
0.39/0.45	c # should presolving try to simplify inequalities
0.39/0.45	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.39/0.45	c constraints/linear/simplifyinequalities = TRUE
0.39/0.45	c 
0.39/0.45	c # should presolving try to simplify knapsacks
0.39/0.45	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.39/0.45	c constraints/knapsack/simplifyinequalities = TRUE
0.39/0.45	c 
0.39/0.45	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.39/0.45	c # [type: int, range: [-1,2147483647], default: -1]
0.39/0.45	c heuristics/undercover/freq = 0
0.39/0.45	c 
0.39/0.45	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.39/0.45	c # [type: int, range: [-1,2147483647], default: -1]
0.39/0.45	c separating/rapidlearning/freq = 0
0.39/0.45	c 
0.39/0.45	c -----------------------------------------------------------------------------------------------
0.39/0.45	c start solving
0.39/0.45	c 
0.49/0.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.49/0.52	c t 0.3s|     1 |     0 |   255 |     - |6906k|   0 | 200 |1444 |1545 |1444 |2789 |   0 |   0 |   0 |-5.000000e+01 | 0.000000e+00 | 100.00%
0.49/0.53	o -2
0.49/0.53	c R 0.3s|     1 |     0 |   255 |     - |6926k|   0 | 200 |1444 |1545 |1444 |2789 |   0 |   0 |   0 |-5.000000e+01 |-2.000000e+00 |  96.00%
0.69/0.74	o -3
0.69/0.74	c u 0.5s|     1 |     0 |   255 |     - |7023k|   0 | 200 |1444 |1545 |1444 |2789 |   0 |   0 |   0 |-5.000000e+01 |-3.000000e+00 |  94.00%
2.10/2.15	c   1.6s|     1 |     0 |  1144 |     - |7054k|   0 | 731 |1444 |1545 |1444 |2790 |   1 |   0 |   0 |-5.000000e+01 |-3.000000e+00 |  94.00%
2.10/2.16	o -6
2.10/2.16	c s 1.7s|     1 |     0 |  1144 |     - |7081k|   0 | 731 |1444 |1545 |1444 |2790 |   1 |   0 |   0 |-5.000000e+01 |-6.000000e+00 |  88.00%
4.09/4.18	c   3.7s|     1 |     0 |  1827 |     - |7684k|   0 | 796 |1444 |1545 |1444 |2827 |  38 |   0 |   0 |-5.000000e+01 |-6.000000e+00 |  88.00%
6.49/6.52	c   6.0s|     1 |     0 |  1977 |     - |8080k|   0 | 806 |1444 |1545 |1444 |2838 |  49 |   0 |   0 |-5.000000e+01 |-6.000000e+00 |  88.00%
9.08/9.11	c   8.6s|     1 |     0 |  2219 |     - |8765k|   0 | 810 |1444 |1545 |1444 |2844 |  55 |   0 |   0 |-5.000000e+01 |-6.000000e+00 |  88.00%
11.58/11.69	c  11.2s|     1 |     0 |  2373 |     - |8984k|   0 | 819 |1444 |1545 |1444 |2849 |  60 |   0 |   0 |-5.000000e+01 |-6.000000e+00 |  88.00%
14.39/14.44	c  13.9s|     1 |     0 |  2700 |     - |9581k|   0 | 826 |1444 |1545 |1444 |2854 |  65 |   0 |   0 |-5.000000e+01 |-6.000000e+00 |  88.00%
14.39/14.45	o -7
14.39/14.45	c s13.9s|     1 |     0 |  2700 |     - |9599k|   0 | 826 |1444 |1545 |1444 |2854 |  65 |   0 |   0 |-5.000000e+01 |-7.000000e+00 |  86.00%
22.39/22.45	c  21.9s|     1 |     2 |  2700 |     - |9599k|   0 | 826 |1444 |1545 |1444 |2854 |  65 |   0 |  10 |-5.000000e+01 |-7.000000e+00 |  86.00%
152.64/152.72	o -24
152.64/152.72	c p 151s|    85 |    86 |144422 |1687.2 |9816k|  14 |   - |1444 |1717 |1444 |1399 |3889 | 172 | 327 |-4.968472e+01 |-2.400000e+01 |  51.70%
256.31/256.47	o -25
256.31/256.47	c p 253s|   151 |   152 |338993 |2242.0 |  10M|  14 |   - |1444 |1754 |1444 |1558 |5712 | 209 | 463 |-4.952670e+01 |-2.500000e+01 |  49.52%
366.77/366.91	o -26
366.77/366.91	c p 362s|   305 |   304 |520275 |1702.5 |  10M|  16 |   - |1444 |1757 |1444 |1421 |8395 | 212 | 749 |-4.934036e+01 |-2.600000e+01 |  47.30%
682.08/682.40	o -27
682.08/682.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
682.08/682.40	c l 672s|  1415 |   578 |  1066k| 752.1 |  11M|  46 |   - |1444 |1758 |1444 |1617 |  14k| 265 |1475 |-4.672563e+01 |-2.700000e+01 |  42.22%
1747.68/1748.23	c  1717s| 10000 |  1681 |  2965k| 296.3 |  15M|  54 | 107 |1444 |1766 |1444 |1467 |  40k| 459 |3848 |-4.470705e+01 |-2.700000e+01 |  39.61%
1800.07/1800.61	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.07/1800.69	c 
1800.07/1800.69	c SCIP Status        : solving was interrupted [user interrupt]
1800.07/1800.69	c Solving Time (sec) : 1768.82
1800.07/1800.69	c Solving Nodes      : 10451
1800.07/1800.69	c Primal Bound       : -2.70000000000000e+01 (13 solutions)
1800.07/1800.69	c Dual Bound         : -4.46617989869725e+01
1800.07/1800.69	c Gap                : 39.55 %
1800.07/1800.69	s SATISFIABLE
1800.07/1800.69	v x166 -x164 -x158 -x163 -x121 -x171 -x113 -x156 x144 -x135 x152 -x161 -x122 -x130 -x157 -x146 -x181 -x129 x111 -x192 -x167 -x154 
1800.07/1800.69	v x185 -x127 x117 -x184 -x120 x124 -x134 -x178 x168 -x136 x172 -x110 -x187 -x190 -x200 -x105 -x151 -x131 -x109 -x106 -x183 -x153 
1800.07/1800.69	v -x182 -x189 -x149 x195 -x104 -x198 x193 x188 -x128 x119 x112 -x191 -x179 x162 -x107 -x137 -x115 x175 -x145 x132 -x108 -x199 
1800.07/1800.69	v x138 -x148 -x174 -x139 -x143 x197 -x180 -x160 -x155 x150 -x118 -x114 -x116 x196 -x176 -x142 -x103 -x140 -x194 -x125 x101 x170 
1800.07/1800.69	v -x133 -x123 -x159 -x165 -x102 x177 x173 x126 x141 -x169 -x186 -x147 x100 -x99 x98 -x97 -x96 -x95 x94 -x93 x92 x91 x90 -x89 
1800.07/1800.69	v -x88 x87 x86 -x85 -x84 -x83 -x82 -x81 -x80 -x79 -x78 -x77 -x76 -x75 x74 -x73 -x72 x71 -x70 -x69 -x68 x67 -x66 -x65 -x64 -x63 
1800.07/1800.69	v -x62 -x61 x60 -x59 x58 -x57 x56 -x55 -x54 -x53 -x52 -x51 -x50 -x49 -x48 -x47 x46 x45 -x44 -x43 -x42 -x41 x40 x39 -x38 -x37 x36 
1800.07/1800.69	v x35 x34 -x33 -x32 x31 -x30 x29 -x28 x27 -x26 x25 -x24 -x23 -x22 -x21 -x20 -x19 -x18 -x17 -x16 x15 -x14 -x13 -x12 -x11 x10 
1800.07/1800.69	v -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 -x1 
1800.07/1800.69	c SCIP Status        : solving was interrupted [user interrupt]
1800.07/1800.69	c Solving Time       :    1768.82
1800.07/1800.69	c Original Problem   :
1800.07/1800.69	c   Problem name     : HOME/instance-2665302-1276669452.opb
1800.07/1800.69	c   Variables        : 1444 (1444 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.07/1800.69	c   Constraints      : 1545 initial, 1545 maximal
1800.07/1800.69	c Presolved Problem  :
1800.07/1800.69	c   Problem name     : t_HOME/instance-2665302-1276669452.opb
1800.07/1800.69	c   Variables        : 1444 (1444 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.07/1800.69	c   Constraints      : 1545 initial, 1786 maximal
1800.07/1800.69	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.07/1800.69	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.69	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.69	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.69	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.69	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.69	c   probing          :       0.03          0          0          0          0          0          0          0          0
1800.07/1800.69	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.69	c   and              :       0.17          0          0          0          0          0          0          0          0
1800.07/1800.69	c   linear           :       0.02          0          0          0          0          0          0          0          0
1800.07/1800.69	c   logicor          :       0.01          0          0          0          0          0          0          0          0
1800.07/1800.69	c   root node        :          -          0          -          -          0          -          -          -          -
1800.07/1800.69	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.07/1800.69	c   integral         :          0          0          0       6275          0         18        375          0          0      12234
1800.07/1800.69	c   setppc           :        200          6     102971          0          0         64      18624          0          0          0
1800.07/1800.69	c   and              :       1244      14045     102905          0          0        200     197940      44181          0          0
1800.07/1800.69	c   linear           :          1          6     102702          0          0          1          0          0          0          0
1800.07/1800.69	c   logicor          :        100+         6      15856          0          0          0       9403          0          0          0
1800.07/1800.69	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.07/1800.69	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.07/1800.69	c   integral         :     295.23       0.00       0.00     295.23       0.00
1800.07/1800.69	c   setppc           :       1.01       0.00       1.01       0.00       0.00
1800.07/1800.69	c   and              :      10.53       4.75       5.78       0.00       0.00
1800.07/1800.69	c   linear           :       1.69       0.02       1.67       0.00       0.00
1800.07/1800.69	c   logicor          :       0.26       0.00       0.26       0.00       0.00
1800.07/1800.69	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.07/1800.69	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.07/1800.69	c   vbounds          :       0.08          2          0          0
1800.07/1800.69	c   rootredcost      :       0.04          5          0          0
1800.07/1800.69	c   pseudoobj        :       1.23     102969          0          0
1800.07/1800.69	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.07/1800.69	c   propagation      :       0.00        265        265        268        4.0          2       84.5          -
1800.07/1800.69	c   infeasible LP    :       0.06         90         90        520       39.7          0        0.0          0
1800.07/1800.69	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.07/1800.69	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.07/1800.69	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.07/1800.69	c   applied globally :          -          -          -        464       17.0          -          -          -
1800.07/1800.69	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.07/1800.69	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.07/1800.69	c   cut pool         :       0.00          5          -          -          0          -    (maximal pool size: 319)
1800.07/1800.69	c   redcost          :       1.51      14553          0      33586          0          0
1800.07/1800.69	c   impliedbounds    :       0.00          6          0          0         76          0
1800.07/1800.69	c   intobj           :       0.00          0          0          0          0          0
1800.07/1800.69	c   cgmip            :       0.00          0          0          0          0          0
1800.07/1800.69	c   gomory           :       5.75          6          0          0        202          0
1800.07/1800.69	c   strongcg         :       4.83          6          0          0        736          0
1800.07/1800.69	c   cmir             :       0.22          6          0          0         14          0
1800.07/1800.69	c   flowcover        :       0.20          6          0          0         28          0
1800.07/1800.69	c   clique           :       0.13          6          0          0         32          0
1800.07/1800.69	c   zerohalf         :       0.00          0          0          0          0          0
1800.07/1800.69	c   mcf              :       0.01          1          0          0          0          0
1800.07/1800.69	c   rapidlearning    :       0.66          1          0          0          0          0
1800.07/1800.69	c Pricers            :       Time      Calls       Vars
1800.07/1800.69	c   problem variables:       0.00          0          0
1800.07/1800.69	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.07/1800.69	c   relpscost        :     295.19       6275         18        375          0          0      12234
1800.07/1800.69	c   pscost           :       0.00          0          0          0          0          0          0
1800.07/1800.69	c   inference        :       0.00          0          0          0          0          0          0
1800.07/1800.69	c   mostinf          :       0.00          0          0          0          0          0          0
1800.07/1800.69	c   leastinf         :       0.00          0          0          0          0          0          0
1800.07/1800.69	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.07/1800.69	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.07/1800.69	c   random           :       0.00          0          0          0          0          0          0
1800.07/1800.69	c Primal Heuristics  :       Time      Calls      Found
1800.07/1800.69	c   LP solutions     :       0.00          -          0
1800.07/1800.69	c   pseudo solutions :       0.00          -          0
1800.07/1800.69	c   intshifting      :       0.00          0          0
1800.07/1800.69	c   oneopt           :       0.02          7          0
1800.07/1800.69	c   guideddiving     :      56.70         18          0
1800.07/1800.69	c   fracdiving       :      53.67         23          0
1800.07/1800.69	c   coefdiving       :      58.97         25          0
1800.07/1800.69	c   pscostdiving     :     175.36         83          3
1800.07/1800.69	c   linesearchdiving :     100.45         84          1
1800.07/1800.69	c   trivial          :       0.00          2          3
1800.07/1800.69	c   simplerounding   :       0.02          0          0
1800.07/1800.69	c   zirounding       :       0.36       1000          0
1800.07/1800.69	c   rounding         :       8.07       5145          1
1800.07/1800.69	c   shifting         :       3.85       1381          4
1800.07/1800.69	c   twoopt           :       0.00          0          0
1800.07/1800.69	c   fixandinfer      :       0.00          0          0
1800.07/1800.69	c   feaspump         :       0.00          0          0
1800.07/1800.69	c   veclendiving     :      42.21         23          0
1800.07/1800.69	c   intdiving        :       0.00          0          0
1800.07/1800.69	c   actconsdiving    :       0.00          0          0
1800.07/1800.69	c   objpscostdiving  :      19.36          4          0
1800.07/1800.69	c   rootsoldiving    :       8.58         21          0
1800.07/1800.69	c   octane           :       0.00          0          0
1800.07/1800.69	c   rens             :       0.01          0          0
1800.07/1800.69	c   rins             :       0.00          0          0
1800.07/1800.69	c   localbranching   :       0.00          0          0
1800.07/1800.69	c   mutation         :       0.00          0          0
1800.07/1800.69	c   crossover        :       2.62          3          0
1800.07/1800.69	c   dins             :       0.00          0          0
1800.07/1800.69	c   undercover       :       0.17          1          1
1800.07/1800.69	c   nlp              :       0.00          0          0
1800.07/1800.69	c   trysol           :       0.02          0          0
1800.07/1800.69	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.07/1800.69	c   primal LP        :     154.09          0          0       0.00       0.00
1800.07/1800.69	c   dual LP          :     746.77      17832    1777283      99.67    2379.96
1800.07/1800.69	c   lex dual LP      :       0.00          0          0       0.00          -
1800.07/1800.69	c   barrier LP       :       0.00          0          0       0.00          -
1800.07/1800.69	c   diving/probing LP:     467.27      47878    1278270      26.70    2735.61
1800.07/1800.69	c   strong branching :     294.18       4048     700036     172.93    2379.62
1800.07/1800.69	c     (at root node) :          -         10       9192     919.20          -
1800.07/1800.69	c   conflict analysis:       0.00          0          0       0.00          -
1800.07/1800.69	c B&B Tree           :
1800.07/1800.69	c   number of runs   :          1
1800.07/1800.69	c   nodes            :      10451
1800.07/1800.69	c   nodes (total)    :      10451
1800.07/1800.69	c   nodes left       :       1732
1800.07/1800.69	c   max depth        :         54
1800.07/1800.69	c   max depth (total):         54
1800.07/1800.69	c   backtracks       :       1995 (19.1%)
1800.07/1800.69	c   delayed cutoffs  :          0
1800.07/1800.69	c   repropagations   :       2392 (655 domain reductions, 0 cutoffs)
1800.07/1800.69	c   avg switch length:       4.89
1800.07/1800.69	c   switching time   :     157.24
1800.07/1800.69	c Solution           :
1800.07/1800.69	c   Solutions found  :         13 (9 improvements)
1800.07/1800.69	c   First Solution   : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.01 seconds, depth 0, found by <trivial>)
1800.07/1800.69	c   Primal Bound     : -2.70000000000000e+01   (in run 1, after 1415 nodes, 671.89 seconds, depth 153, found by <linesearchdiving>)
1800.07/1800.69	c   Dual Bound       : -4.46617989869725e+01
1800.07/1800.69	c   Gap              :      39.55 %
1800.07/1800.69	c   Root Dual Bound  : -5.00000000000000e+01
1800.07/1800.69	c   Root Iterations  :       2700
1800.27/1800.88	c Time complete: 1800.34.

Verifier Data

OK	-27

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2665302-1276669452/watcher-2665302-1276669452 -o /tmp/evaluation-result-2665302-1276669452/solver-2665302-1276669452 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2665302-1276669452.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: 0.92 0.98 0.99 3/106 13965
/proc/meminfo: memFree=1799136/2059040 swapFree=4141108/4192956
[pid=13965] ppid=13963 vsize=9288 CPUtime=0
/proc/13965/stat : 13965 (pbscip.linux.x8) R 13963 13965 13584 0 -1 4202496 1055 0 0 0 0 0 0 0 21 0 1 0 8236845 9510912 976 1992294400 4194304 9819077 140733552654016 18446744073709551615 8675093 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13965/statm: 2322 986 371 1374 0 943 0

[startup+0.0460439 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 13965
/proc/meminfo: memFree=1799136/2059040 swapFree=4141108/4192956
[pid=13965] ppid=13963 vsize=17132 CPUtime=0.03
/proc/13965/stat : 13965 (pbscip.linux.x8) R 13963 13965 13584 0 -1 4202496 3404 0 0 0 3 0 0 0 23 0 1 0 8236845 17543168 2971 1992294400 4194304 9819077 140733552654016 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13965/statm: 4283 2971 478 1374 0 2904 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 17132

[startup+0.101047 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 13965
/proc/meminfo: memFree=1799136/2059040 swapFree=4141108/4192956
[pid=13965] ppid=13963 vsize=17516 CPUtime=0.09
/proc/13965/stat : 13965 (pbscip.linux.x8) R 13963 13965 13584 0 -1 4202496 3741 0 0 0 6 3 0 0 23 0 1 0 8236845 17936384 3051 1992294400 4194304 9819077 140733552654016 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13965/statm: 4379 3051 478 1374 0 3000 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17516

[startup+0.301065 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 13965
/proc/meminfo: memFree=1799136/2059040 swapFree=4141108/4192956
[pid=13965] ppid=13963 vsize=18404 CPUtime=0.29
/proc/13965/stat : 13965 (pbscip.linux.x8) R 13963 13965 13584 0 -1 4202496 5303 0 0 0 17 12 0 0 24 0 1 0 8236845 18845696 3328 1992294400 4194304 9819077 140733552654016 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13965/statm: 4601 3328 505 1374 0 3222 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18404

[startup+0.7011 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 13965
/proc/meminfo: memFree=1799136/2059040 swapFree=4141108/4192956
[pid=13965] ppid=13963 vsize=38356 CPUtime=0.69
/proc/13965/stat : 13965 (pbscip.linux.x8) R 13963 13965 13584 0 -1 4202496 13175 0 0 0 47 22 0 0 25 0 1 0 8236845 39276544 7508 1992294400 4194304 9819077 140733552654016 18446744073709551615 6179008 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13965/statm: 9589 7518 671 1374 0 8210 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 38356

[startup+1.50117 s]
/proc/loadavg: 0.92 0.98 0.99 2/107 13966
/proc/meminfo: memFree=1766516/2059040 swapFree=4141108/4192956
[pid=13965] ppid=13963 vsize=45776 CPUtime=1.49
/proc/13965/stat : 13965 (pbscip.linux.x8) R 13963 13965 13584 0 -1 4202496 23347 0 0 0 105 44 0 0 25 0 1 0 8236845 46874624 9406 1992294400 4194304 9819077 140733552654016 18446744073709551615 4665896 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13965/statm: 11444 9406 710 1374 0 10065 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 45776

[startup+3.10131 s]
/proc/loadavg: 0.92 0.98 0.99 2/107 13966
/proc/meminfo: memFree=1771848/2059040 swapFree=4141108/4192956
[pid=13965] ppid=13963 vsize=33280 CPUtime=3.08
/proc/13965/stat : 13965 (pbscip.linux.x8) R 13963 13965 13584 0 -1 4202496 23492 0 0 0 261 47 0 0 25 0 1 0 8236845 34078720 7298 1992294400 4194304 9819077 140733552654016 18446744073709551615 6055159 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13965/statm: 8320 7298 712 1374 0 6941 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 33280

[startup+6.30159 s]
/proc/loadavg: 0.93 0.98 0.99 2/107 13966
/proc/meminfo: memFree=1768996/2059040 swapFree=4141108/4192956
[pid=13965] ppid=13963 vsize=36876 CPUtime=6.28
/proc/13965/stat : 13965 (pbscip.linux.x8) R 13963 13965 13584 0 -1 4202496 24367 0 0 0 580 48 0 0 25 0 1 0 8236845 37761024 8082 1992294400 4194304 9819077 140733552654016 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13965/statm: 9219 8082 712 1374 0 7840 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 36876

[startup+12.7011 s]
/proc/loadavg: 0.93 0.98 0.99 2/107 13966
/proc/meminfo: memFree=1768376/2059040 swapFree=4141108/4192956
[pid=13965] ppid=13963 vsize=38432 CPUtime=12.68
/proc/13965/stat : 13965 (pbscip.linux.x8) R 13963 13965 13584 0 -1 4202496 25057 0 0 0 1218 50 0 0 25 0 1 0 8236845 39354368 8239 1992294400 4194304 9819077 140733552654016 18446744073709551615 7311729 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13965/statm: 9608 8239 712 1374 0 8229 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 38432

[startup+25.5003 s]
/proc/loadavg: 0.95 0.98 0.99 2/107 13966
/proc/meminfo: memFree=1767384/2059040 swapFree=4141108/4192956
[pid=13965] ppid=13963 vsize=41368 CPUtime=25.49
/proc/13965/stat : 13965 (pbscip.linux.x8) R 13963 13965 13584 0 -1 4202496 39518 0 0 0 2491 58 0 0 25 0 1 0 8236845 42360832 8401 1992294400 4194304 9819077 140733552654016 18446744073709551615 6391565 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13965/statm: 10342 8401 723 1374 0 8963 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 41368

[startup+51.1005 s]
/proc/loadavg: 0.96 0.98 0.99 2/107 13968
/proc/meminfo: memFree=1767384/2059040 swapFree=4141108/4192956
[pid=13965] ppid=13963 vsize=41264 CPUtime=51.07
/proc/13965/stat : 13965 (pbscip.linux.x8) R 13963 13965 13584 0 -1 4202496 49547 0 0 0 5037 70 0 0 25 0 1 0 8236845 42254336 8408 1992294400 4194304 9819077 140733552654016 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13965/statm: 10316 8408 731 1374 0 8937 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 41264

[startup+102.308 s]
/proc/loadavg: 0.98 0.98 0.99 2/107 13968
/proc/meminfo: memFree=1767384/2059040 swapFree=4141108/4192956
[pid=13965] ppid=13963 vsize=38780 CPUtime=102.25
/proc/13965/stat : 13965 (pbscip.linux.x8) R 13963 13965 13584 0 -1 4202496 90892 0 0 0 10120 105 0 0 25 0 1 0 8236845 39710720 8389 1992294400 4194304 9819077 140733552654016 18446744073709551615 6698741 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13965/statm: 9695 8389 738 1374 0 8316 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 38780

[startup+162.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 13970
/proc/meminfo: memFree=1767260/2059040 swapFree=4141108/4192956
[pid=13965] ppid=13963 vsize=42664 CPUtime=162.23
/proc/13965/stat : 13965 (pbscip.linux.x8) R 13963 13965 13584 0 -1 4202496 193583 0 0 0 16049 174 0 0 25 0 1 0 8236845 43687936 8494 1992294400 4194304 9819077 140733552654016 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13965/statm: 10666 8494 739 1374 0 9287 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 42664

[startup+222.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 13972
/proc/meminfo: memFree=1767012/2059040 swapFree=4141108/4192956
[pid=13965] ppid=13963 vsize=39560 CPUtime=222.22
/proc/13965/stat : 13965 (pbscip.linux.x8) R 13963 13965 13584 0 -1 4202496 331458 0 0 0 21962 260 0 0 25 0 1 0 8236845 40509440 8437 1992294400 4194304 9819077 140733552654016 18446744073709551615 7290975 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13965/statm: 9890 8438 739 1374 0 8511 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 39560

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 13974
/proc/meminfo: memFree=1767012/2059040 swapFree=4141108/4192956
[pid=13965] ppid=13963 vsize=40376 CPUtime=282.2
/proc/13965/stat : 13965 (pbscip.linux.x8) R 13963 13965 13584 0 -1 4202496 470848 0 0 0 27873 347 0 0 25 0 1 0 8236845 41345024 8459 1992294400 4194304 9819077 140733552654016 18446744073709551615 7291886 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13965/statm: 10094 8459 739 1374 0 8715 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 40376

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 13974
/proc/meminfo: memFree=1767012/2059040 swapFree=4141108/4192956
[pid=13965] ppid=13963 vsize=43400 CPUtime=342.18
/proc/13965/stat : 13965 (pbscip.linux.x8) R 13963 13965 13584 0 -1 4202496 617983 0 0 0 33782 436 0 0 25 0 1 0 8236845 44441600 8492 1992294400 4194304 9819077 140733552654016 18446744073709551615 7291689 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13965/statm: 10850 8492 739 1374 0 9471 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 43400

[startup+402.301 s]
/proc/loadavg: 1.03 1.00 1.00 2/107 13976
/proc/meminfo: memFree=1767012/2059040 swapFree=4141108/4192956
[pid=13965] ppid=13963 vsize=40484 CPUtime=402.17
/proc/13965/stat : 13965 (pbscip.linux.x8) R 13963 13965 13584 0 -1 4202496 789037 0 0 0 39679 538 0 0 25 0 1 0 8236845 41455616 8557 1992294400 4194304 9819077 140733552654016 18446744073709551615 6674447 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13965/statm: 10121 8559 739 1374 0 8742 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 40484

[startup+462.3 s]
/proc/loadavg: 1.05 1.01 1.00 2/107 13978
/proc/meminfo: memFree=1766764/2059040 swapFree=4141108/4192956
[pid=13965] ppid=13963 vsize=40528 CPUtime=462.14
/proc/13965/stat : 13965 (pbscip.linux.x8) R 13963 13965 13584 0 -1 4202496 948448 0 0 0 45588 626 0 0 25 0 1 0 8236845 41500672 8464 1992294400 4194304 9819077 140733552654016 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13965/statm: 9792 8443 739 1374 0 8413 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 40528

[startup+522.301 s]
/proc/loadavg: 1.13 1.04 1.01 2/107 13983
/proc/meminfo: memFree=1766144/2059040 swapFree=4141108/4192956
[pid=13965] ppid=13963 vsize=44388 CPUtime=522.12
/proc/13965/stat : 13965 (pbscip.linux.x8) R 13963 13965 13584 0 -1 4202496 1146251 0 0 0 51470 742 0 0 25 0 1 0 8236845 45453312 8572 1992294400 4194304 9819077 140733552654016 18446744073709551615 6191183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13965/statm: 11097 8572 749 1374 0 9718 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 44388

[startup+582.301 s]
/proc/loadavg: 1.04 1.03 1.00 2/107 13985
/proc/meminfo: memFree=1766144/2059040 swapFree=4141108/4192956
[pid=13965] ppid=13963 vsize=44540 CPUtime=582.11
/proc/13965/stat : 13965 (pbscip.linux.x8) R 13963 13965 13584 0 -1 4202496 1334959 0 0 0 57360 851 0 0 25 0 1 0 8236845 45608960 8591 1992294400 4194304 9819077 140733552654016 18446744073709551615 6198416 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13965/statm: 11135 8591 749 1374 0 9756 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 44540

[startup+642.301 s]
/proc/loadavg: 1.01 1.02 1.00 2/107 13985
/proc/meminfo: memFree=1765276/2059040 swapFree=4141108/4192956
[pid=13965] ppid=13963 vsize=45444 CPUtime=642.1
/proc/13965/stat : 13965 (pbscip.linux.x8) R 13963 13965 13584 0 -1 4202496 1529006 0 0 0 63255 955 0 0 25 0 1 0 8236845 46534656 8828 1992294400 4194304 9819077 140733552654016 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13965/statm: 11361 8828 749 1374 0 9982 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 45444

[startup+702.3 s]

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

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 13993
/proc/meminfo: memFree=1762920/2059040 swapFree=4141108/4192956
[pid=13965] ppid=13963 vsize=44344 CPUtime=882.02
/proc/13965/stat : 13965 (pbscip.linux.x8) R 13963 13965 13584 0 -1 4202496 2301923 0 0 0 86814 1388 0 0 25 0 1 0 8236845 45408256 9339 1992294400 4194304 9819077 140733552654016 18446744073709551615 5426566 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13965/statm: 11086 9339 749 1374 0 9707 0
Current children cumulated CPU time (s) 882.02
Current children cumulated vsize (KiB) 44344

[startup+942.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 13993
/proc/meminfo: memFree=1763044/2059040 swapFree=4141108/4192956
[pid=13965] ppid=13963 vsize=44416 CPUtime=942
/proc/13965/stat : 13965 (pbscip.linux.x8) R 13963 13965 13584 0 -1 4202496 2489586 0 0 0 92706 1494 0 0 25 0 1 0 8236845 45481984 9348 1992294400 4194304 9819077 140733552654016 18446744073709551615 6190604 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13965/statm: 11104 9348 749 1374 0 9725 0
Current children cumulated CPU time (s) 942
Current children cumulated vsize (KiB) 44416

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 13995
/proc/meminfo: memFree=1762424/2059040 swapFree=4141108/4192956
[pid=13965] ppid=13963 vsize=44784 CPUtime=1001.99
/proc/13965/stat : 13965 (pbscip.linux.x8) R 13963 13965 13584 0 -1 4202496 2676678 0 0 0 98606 1593 0 0 25 0 1 0 8236845 45858816 9473 1992294400 4194304 9819077 140733552654016 18446744073709551615 6391431 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13965/statm: 11196 9473 749 1374 0 9817 0
Current children cumulated CPU time (s) 1001.99
Current children cumulated vsize (KiB) 44784

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 13997
/proc/meminfo: memFree=1762424/2059040 swapFree=4141108/4192956
[pid=13965] ppid=13963 vsize=44580 CPUtime=1061.97
/proc/13965/stat : 13965 (pbscip.linux.x8) R 13963 13965 13584 0 -1 4202496 2881534 0 0 0 104480 1717 0 0 25 0 1 0 8236845 45649920 9463 1992294400 4194304 9819077 140733552654016 18446744073709551615 7290975 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13965/statm: 11145 9463 749 1374 0 9766 0
Current children cumulated CPU time (s) 1061.97
Current children cumulated vsize (KiB) 44580

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 13999
/proc/meminfo: memFree=1762052/2059040 swapFree=4141108/4192956
[pid=13965] ppid=13963 vsize=44996 CPUtime=1121.95
/proc/13965/stat : 13965 (pbscip.linux.x8) R 13963 13965 13584 0 -1 4202496 3076907 0 0 0 110364 1831 0 0 25 0 1 0 8236845 46075904 9564 1992294400 4194304 9819077 140733552654016 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13965/statm: 11249 9564 749 1374 0 9870 0
Current children cumulated CPU time (s) 1121.95
Current children cumulated vsize (KiB) 44996

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14001
/proc/meminfo: memFree=1762176/2059040 swapFree=4141108/4192956
[pid=13965] ppid=13963 vsize=44756 CPUtime=1181.94
/proc/13965/stat : 13965 (pbscip.linux.x8) R 13963 13965 13584 0 -1 4202496 3277914 0 0 0 116247 1947 0 0 25 0 1 0 8236845 45830144 9541 1992294400 4194304 9819077 140733552654016 18446744073709551615 6391571 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13965/statm: 11189 9541 749 1374 0 9810 0
Current children cumulated CPU time (s) 1181.94
Current children cumulated vsize (KiB) 44756

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14001
/proc/meminfo: memFree=1760688/2059040 swapFree=4141108/4192956
[pid=13965] ppid=13963 vsize=45424 CPUtime=1241.92
/proc/13965/stat : 13965 (pbscip.linux.x8) R 13963 13965 13584 0 -1 4202496 3463132 0 0 0 122130 2062 0 0 25 0 1 0 8236845 46514176 9871 1992294400 4194304 9819077 140733552654016 18446744073709551615 7228089 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13965/statm: 11356 9872 749 1374 0 9977 0
Current children cumulated CPU time (s) 1241.92
Current children cumulated vsize (KiB) 45424

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14003
/proc/meminfo: memFree=1760440/2059040 swapFree=4141108/4192956
[pid=13965] ppid=13963 vsize=46488 CPUtime=1301.91
/proc/13965/stat : 13965 (pbscip.linux.x8) R 13963 13965 13584 0 -1 4202496 3640181 0 0 0 128031 2160 0 0 25 0 1 0 8236845 47603712 10008 1992294400 4194304 9819077 140733552654016 18446744073709551615 6192232 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13965/statm: 11622 10008 749 1374 0 10243 0
Current children cumulated CPU time (s) 1301.91
Current children cumulated vsize (KiB) 46488

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14005
/proc/meminfo: memFree=1760316/2059040 swapFree=4141108/4192956
[pid=13965] ppid=13963 vsize=46796 CPUtime=1361.89
/proc/13965/stat : 13965 (pbscip.linux.x8) R 13963 13965 13584 0 -1 4202496 3825411 0 0 0 133930 2259 0 0 25 0 1 0 8236845 47919104 10052 1992294400 4194304 9819077 140733552654016 18446744073709551615 7309256 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13965/statm: 11699 10052 749 1374 0 10320 0
Current children cumulated CPU time (s) 1361.89
Current children cumulated vsize (KiB) 46796

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14007
/proc/meminfo: memFree=1759944/2059040 swapFree=4141108/4192956
[pid=13965] ppid=13963 vsize=50252 CPUtime=1421.88
/proc/13965/stat : 13965 (pbscip.linux.x8) R 13963 13965 13584 0 -1 4202496 4033338 0 0 0 139799 2389 0 0 25 0 1 0 8236845 51458048 10067 1992294400 4194304 9819077 140733552654016 18446744073709551615 7292359 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13965/statm: 12563 10067 749 1374 0 11184 0
Current children cumulated CPU time (s) 1421.88
Current children cumulated vsize (KiB) 50252

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14009
/proc/meminfo: memFree=1759944/2059040 swapFree=4141108/4192956
[pid=13965] ppid=13963 vsize=47344 CPUtime=1481.86
/proc/13965/stat : 13965 (pbscip.linux.x8) R 13963 13965 13584 0 -1 4202496 4230409 0 0 0 145684 2502 0 0 25 0 1 0 8236845 48480256 10165 1992294400 4194304 9819077 140733552654016 18446744073709551615 7295868 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13965/statm: 11836 10165 749 1374 0 10457 0
Current children cumulated CPU time (s) 1481.86
Current children cumulated vsize (KiB) 47344

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14009
/proc/meminfo: memFree=1759820/2059040 swapFree=4141108/4192956
[pid=13965] ppid=13963 vsize=50548 CPUtime=1541.84
/proc/13965/stat : 13965 (pbscip.linux.x8) R 13963 13965 13584 0 -1 4202496 4418129 0 0 0 151574 2610 0 0 25 0 1 0 8236845 51761152 10106 1992294400 4194304 9819077 140733552654016 18446744073709551615 7311653 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13965/statm: 12637 10106 749 1374 0 11258 0
Current children cumulated CPU time (s) 1541.84
Current children cumulated vsize (KiB) 50548

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14011
/proc/meminfo: memFree=1759696/2059040 swapFree=4141108/4192956
[pid=13965] ppid=13963 vsize=47360 CPUtime=1601.82
/proc/13965/stat : 13965 (pbscip.linux.x8) R 13963 13965 13584 0 -1 4202496 4632967 0 0 0 157446 2736 0 0 25 0 1 0 8236845 48496640 10212 1992294400 4194304 9819077 140733552654016 18446744073709551615 7290971 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13965/statm: 11840 10212 749 1374 0 10461 0
Current children cumulated CPU time (s) 1601.82
Current children cumulated vsize (KiB) 47360

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14013
/proc/meminfo: memFree=1758456/2059040 swapFree=4141108/4192956
[pid=13965] ppid=13963 vsize=48456 CPUtime=1661.81
/proc/13965/stat : 13965 (pbscip.linux.x8) R 13963 13965 13584 0 -1 4202496 4835099 0 0 0 163324 2857 0 0 25 0 1 0 8236845 49618944 10394 1992294400 4194304 9819077 140733552654016 18446744073709551615 6004306 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13965/statm: 12114 10394 749 1374 0 10735 0
Current children cumulated CPU time (s) 1661.81
Current children cumulated vsize (KiB) 48456

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14015
/proc/meminfo: memFree=1757836/2059040 swapFree=4141108/4192956
[pid=13965] ppid=13963 vsize=49276 CPUtime=1721.79
/proc/13965/stat : 13965 (pbscip.linux.x8) R 13963 13965 13584 0 -1 4202496 5036062 0 0 0 169204 2975 0 0 25 0 1 0 8236845 50458624 10611 1992294400 4194304 9819077 140733552654016 18446744073709551615 6665306 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13965/statm: 12319 10611 749 1374 0 10940 0
Current children cumulated CPU time (s) 1721.79
Current children cumulated vsize (KiB) 49276

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14017
/proc/meminfo: memFree=1757464/2059040 swapFree=4141108/4192956
[pid=13965] ppid=13963 vsize=49544 CPUtime=1781.77
/proc/13965/stat : 13965 (pbscip.linux.x8) R 13963 13965 13584 0 -1 4202496 5243376 0 0 0 175078 3099 0 0 25 0 1 0 8236845 50733056 10702 1992294400 4194304 9819077 140733552654016 18446744073709551615 6198600 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13965/statm: 12386 10702 749 1374 0 11007 0
Current children cumulated CPU time (s) 1781.77
Current children cumulated vsize (KiB) 49544



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14017
/proc/meminfo: memFree=1757588/2059040 swapFree=4141108/4192956
[pid=13965] ppid=13963 vsize=52568 CPUtime=1800.07
/proc/13965/stat : 13965 (pbscip.linux.x8) R 13963 13965 13584 0 -1 4202496 5304541 0 0 0 176876 3131 0 0 25 0 1 0 8236845 53829632 10623 1992294400 4194304 9819077 140733552654016 18446744073709551615 6695820 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13965/statm: 13142 10623 749 1374 0 11763 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 52568

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

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

[startup+1800.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14017
/proc/meminfo: memFree=1757588/2059040 swapFree=4141108/4192956
[pid=13965] ppid=13963 vsize=49432 CPUtime=1800.27
/proc/13965/stat : 13965 (pbscip.linux.x8) R 13963 13965 13584 0 -1 4202496 5304742 0 0 0 176895 3132 0 0 25 0 1 0 8236845 50618368 10604 1992294400 4194304 9819077 140733552654016 18446744073709551615 7291890 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13965/statm: 12358 10604 750 1374 0 10979 0
Current children cumulated CPU time (s) 1800.27
Current children cumulated vsize (KiB) 49432

Child status: 0
Real time (s): 1800.88
CPU time (s): 1800.36
CPU user time (s): 1769.03
CPU system time (s): 31.3282
CPU usage (%): 99.9707
Max. virtual memory (cumulated for all children) (KiB): 60572

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1769.03
system time used= 31.3282
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5304752
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= 4
involuntary context switches= 12603

runsolver used 2.98055 second user time and 8.50071 second system time

The end

Launcher Data

Begin job on node050 at 2010-06-16 08:24:12
IDJOB=2665302
IDBENCH=48245
IDSOLVER=1168
FILE ID=node050/2665302-1276669452
PBS_JOBID= 11172508
Free space on /tmp= 62572 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_10_3.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-2665302-1276669452/watcher-2665302-1276669452 -o /tmp/evaluation-result-2665302-1276669452/solver-2665302-1276669452 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2665302-1276669452.opb -t 1800 -m 1800

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

MD5SUM BENCH= 4ec3492215da9d1ca4e43111c42870de
RANDOM SEED=1602372149

node050.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.215
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.43
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.215
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.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1799540 kB
Buffers:         54548 kB
Cached:         114052 kB
SwapCached:       7068 kB
Active:         108312 kB
Inactive:        75024 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1799540 kB
SwapTotal:     4192956 kB
SwapFree:      4141108 kB
Dirty:            6252 kB
Writeback:           0 kB
AnonPages:       11736 kB
Mapped:          13128 kB
Slab:            54352 kB
PageTables:       3916 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   179980 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= 62568 MiB
End job on node050 at 2010-06-16 08:54:15