Trace number 2666739

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solverSAT (TO)-13 1800.32 1800.88

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_100_25_2.opb
MD5SUM3576405369e31b0bc5c7707d6d764dde
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 benchmark1800.03
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)6148
Sum of products size (including duplicates)12296
Number of different products3074
Sum of products size6148

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2666739-1276670568.opb>
0.00/0.05	c original problem has 3274 variables (3274 bin, 0 int, 0 impl, 0 cont) and 3375 constraints
0.00/0.05	c problem read
0.00/0.05	c presolving settings loaded
0.07/0.09	o 0
0.07/0.09	c feasible solution found by trivial heuristic, objective value  0.000000e+00
0.07/0.09	c presolving:
0.29/0.31	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 300 upgd conss, 24792 impls, 200 clqs
0.49/0.58	c    (0.3s) probing: 101/3274 (3.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.49/0.58	c    (0.3s) probing aborted: 100/100 successive totally useless probings
0.49/0.58	c presolving (2 rounds):
0.49/0.58	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.49/0.58	c  24792 implications, 200 cliques
0.49/0.58	c presolved problem has 3274 variables (3274 bin, 0 int, 0 impl, 0 cont) and 3375 constraints
0.49/0.58	c     200 constraints of type <setppc>
0.49/0.58	c    3074 constraints of type <and>
0.49/0.58	c       1 constraints of type <linear>
0.49/0.58	c     100 constraints of type <logicor>
0.49/0.58	c transformed objective value is always integral (scale: 1)
0.49/0.58	c Presolving Time: 0.32
0.49/0.58	c - non default parameters ----------------------------------------------------------------------
0.49/0.58	c # SCIP version 1.2.1.2
0.49/0.58	c 
0.49/0.58	c # frequency for displaying node information lines
0.49/0.58	c # [type: int, range: [-1,2147483647], default: 100]
0.49/0.58	c display/freq = 10000
0.49/0.58	c 
0.49/0.58	c # maximal time in seconds to run
0.49/0.58	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.49/0.58	c limits/time = 1799.96
0.49/0.58	c 
0.49/0.58	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.49/0.58	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.49/0.58	c limits/memory = 1620
0.49/0.58	c 
0.49/0.58	c # should presolving try to simplify inequalities
0.49/0.58	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.49/0.58	c constraints/linear/simplifyinequalities = TRUE
0.49/0.58	c 
0.49/0.58	c # should presolving try to simplify knapsacks
0.49/0.58	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.49/0.58	c constraints/knapsack/simplifyinequalities = TRUE
0.49/0.58	c 
0.49/0.58	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.49/0.58	c # [type: int, range: [-1,2147483647], default: -1]
0.49/0.58	c heuristics/undercover/freq = 0
0.49/0.58	c 
0.49/0.58	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.49/0.58	c # [type: int, range: [-1,2147483647], default: -1]
0.49/0.58	c separating/rapidlearning/freq = 0
0.49/0.58	c 
0.49/0.58	c -----------------------------------------------------------------------------------------------
0.49/0.58	c start solving
0.49/0.59	c 
20.59/20.60	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
20.59/20.60	c t20.2s|     1 |     0 |  9516 |     - |  15M|   0 |1772 |3274 |3375 |3274 |6449 |   0 |   0 |   0 |-5.000000e+01 | 0.000000e+00 | 100.00%
20.59/20.62	o -4
20.59/20.62	c s20.2s|     1 |     0 |  9516 |     - |  15M|   0 |1772 |3274 |3375 |3274 |6449 |   0 |   0 |   0 |-5.000000e+01 |-4.000000e+00 |  92.00%
25.89/25.95	o -7
25.89/25.95	c y25.2s|     1 |     0 |  9516 |     - |  16M|   0 |1772 |3274 |3376 |3274 |6449 |   0 |   1 |   0 |-5.000000e+01 |-7.000000e+00 |  86.00%
31.58/31.68	c  30.9s|     1 |     0 | 11691 |     - |  19M|   0 |1517 |3274 |3990 |3274 |6569 | 120 |   1 |   0 |-5.000000e+01 |-7.000000e+00 |  86.00%
38.97/39.04	c  38.2s|     1 |     0 | 14112 |     - |  19M|   0 |1570 |3274 |3990 |3274 |6617 | 168 |   1 |   0 |-5.000000e+01 |-7.000000e+00 |  86.00%
44.98/45.01	c  44.2s|     1 |     0 | 16037 |     - |  19M|   0 |1461 |3274 |3990 |3274 |6674 | 225 |   1 |   0 |-5.000000e+01 |-7.000000e+00 |  86.00%
51.67/51.79	c  50.9s|     1 |     0 | 18209 |     - |  19M|   0 |1386 |3274 |3990 |3274 |6700 | 251 |   1 |   0 |-5.000000e+01 |-7.000000e+00 |  86.00%
60.47/60.52	c  59.6s|     1 |     0 | 21082 |     - |  19M|   0 |1580 |3274 |3990 |3274 |6731 | 282 |   1 |   0 |-5.000000e+01 |-7.000000e+00 |  86.00%
67.56/67.61	c  66.7s|     1 |     0 | 23291 |     - |  19M|   0 |1624 |3274 |3990 |3274 |6765 | 316 |   1 |   0 |-5.000000e+01 |-7.000000e+00 |  86.00%
137.14/137.28	o -10
137.14/137.28	c E 135s|     1 |     0 | 23291 |     - |  19M|   0 |1624 |3274 |3990 |3274 |6765 | 316 |   1 |   0 |-5.000000e+01 |-1.000000e+01 |  80.00%
137.25/137.36	c   136s|     1 |     0 | 23291 |     - |  19M|   0 |1624 |3274 |3990 |3274 |6765 | 316 |   1 |   0 |-5.000000e+01 |-1.000000e+01 |  80.00%
144.95/145.03	c   143s|     1 |     0 | 25700 |     - |  19M|   0 |1572 |3274 |3990 |3274 |6799 | 350 |   1 |   0 |-5.000000e+01 |-1.000000e+01 |  80.00%
190.03/190.17	c   188s|     1 |     2 | 25700 |     - |  19M|   0 |1572 |3274 |3990 |3274 |6799 | 350 |   1 |  16 |-5.000000e+01 |-1.000000e+01 |  80.00%
564.92/565.16	o -11
564.92/565.16	c p 562s|    19 |    20 |226003 |11127.9 |  20M|  13 |   - |3274 |3990 |3274 |3368 |4694 |   1 | 191 |-4.954546e+01 |-1.100000e+01 |  77.80%
947.09/947.48	o -12
947.09/947.48	c l 942s|    59 |    60 |552306 |9079.4 |  20M|  15 |   - |3274 |4029 |3274 |2785 |  10k|  40 | 308 |-4.698080e+01 |-1.200000e+01 |  74.46%
1054.16/1054.58	o -13
1054.16/1054.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1054.16/1054.58	c p1049s|    77 |    78 |648345 |8192.7 |  20M|  15 |   - |3274 |4045 |3274 |3308 |  12k|  56 | 353 |-4.675290e+01 |-1.300000e+01 |  72.19%
1800.04/1800.61	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.14/1800.78	c 
1800.14/1800.78	c SCIP Status        : solving was interrupted [user interrupt]
1800.14/1800.78	c Solving Time (sec) : 1791.12
1800.14/1800.78	c Solving Nodes      : 244
1800.14/1800.78	c Primal Bound       : -1.30000000000000e+01 (11 solutions)
1800.14/1800.78	c Dual Bound         : -4.40357427340695e+01
1800.14/1800.78	c Gap                : 70.48 %
1800.14/1800.79	s SATISFIABLE
1800.14/1800.79	v -x196 -x137 -x130 x172 -x140 -x179 -x127 -x159 -x181 -x123 -x121 -x133 -x175 -x112 -x188 -x113 -x147 -x119 -x156 -x152 -x185 -x154 
1800.14/1800.79	v -x142 -x136 -x126 -x186 -x105 -x171 -x117 -x144 -x163 -x106 -x149 -x124 -x110 -x102 x193 -x177 -x169 -x167 -x160 -x151 -x148 
1800.14/1800.79	v -x141 -x139 -x135 -x134 -x109 x104 -x200 -x145 -x115 -x166 -x161 -x107 -x129 -x158 -x153 -x183 -x187 -x114 -x164 -x197 -x101 
1800.14/1800.79	v x198 x195 -x190 x184 x182 -x157 -x132 -x125 -x122 -x118 -x108 -x111 x192 x116 -x170 x173 -x103 -x131 -x168 -x174 -x155 -x138 
1800.14/1800.79	v -x194 -x150 -x180 -x143 -x128 -x146 x178 -x165 -x199 -x162 x176 x189 -x120 -x191 -x100 -x99 -x98 -x97 x96 -x95 -x94 -x93 
1800.14/1800.79	v -x92 -x91 -x90 -x89 -x88 -x87 -x86 -x85 -x84 -x83 -x82 -x81 -x80 x79 -x78 -x77 -x76 x75 -x74 -x73 -x72 -x71 -x70 -x69 -x68 x67 
1800.14/1800.79	v -x66 x65 -x64 -x63 x62 -x61 x60 x59 x58 -x57 -x56 -x55 -x54 x53 -x52 x51 -x50 -x49 -x48 -x47 -x46 -x45 -x44 -x43 -x42 -x41 
1800.14/1800.79	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.14/1800.79	v -x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 -x1 
1800.14/1800.79	c SCIP Status        : solving was interrupted [user interrupt]
1800.14/1800.79	c Solving Time       :    1791.12
1800.14/1800.79	c Original Problem   :
1800.14/1800.79	c   Problem name     : HOME/instance-2666739-1276670568.opb
1800.14/1800.79	c   Variables        : 3274 (3274 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.14/1800.79	c   Constraints      : 3375 initial, 3375 maximal
1800.14/1800.79	c Presolved Problem  :
1800.14/1800.79	c   Problem name     : t_HOME/instance-2666739-1276670568.opb
1800.14/1800.79	c   Variables        : 3274 (3274 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.14/1800.79	c   Constraints      : 3375 initial, 4101 maximal
1800.14/1800.79	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.14/1800.79	c   trivial          :       0.01          0          0          0          0          0          0          0          0
1800.14/1800.79	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.14/1800.79	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.14/1800.79	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.14/1800.79	c   implics          :       0.01          0          0          0          0          0          0          0          0
1800.14/1800.79	c   probing          :       0.08          0          0          0          0          0          0          0          0
1800.14/1800.79	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.14/1800.79	c   and              :       0.18          0          0          0          0          0          0          0          0
1800.14/1800.79	c   linear           :       0.02          0          0          0          0          0          0          0          0
1800.14/1800.79	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.14/1800.79	c   root node        :          -          0          -          -          0          -          -          -          -
1800.14/1800.79	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.14/1800.79	c   integral         :          0          0          0        269          0          0         33          0          0        488
1800.14/1800.79	c   setppc           :        200          7      23279          0          0         13        273          0          0          0
1800.14/1800.79	c   and              :       3074        818      23265          0          0         67      13980      43163          0          0
1800.14/1800.79	c   linear           :          1+         8      23196          0          0          0          2          0          0          0
1800.14/1800.79	c   logicor          :        100+         7       1624          0          0          1        338          0          0          0
1800.14/1800.79	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.14/1800.79	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.14/1800.79	c   integral         :     461.42       0.00       0.00     461.42       0.00
1800.14/1800.79	c   setppc           :       0.38       0.00       0.38       0.00       0.00
1800.14/1800.79	c   and              :       7.47       2.29       5.18       0.00       0.00
1800.14/1800.79	c   linear           :       0.99       0.06       0.93       0.00       0.00
1800.14/1800.79	c   logicor          :       0.01       0.00       0.01       0.00       0.00
1800.14/1800.79	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.14/1800.79	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.14/1800.79	c   vbounds          :       0.02          2          0          0
1800.14/1800.79	c   rootredcost      :       0.04          3          0          0
1800.14/1800.79	c   pseudoobj        :       0.26      23127          3          0
1800.14/1800.79	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.14/1800.79	c   propagation      :       0.00         84         84        107       31.5          4       45.0          -
1800.14/1800.79	c   infeasible LP    :       0.00          6          6          6       27.3          0        0.0          0
1800.14/1800.79	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.14/1800.79	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.14/1800.79	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.14/1800.79	c   applied globally :          -          -          -        113       27.0          -          -          -
1800.14/1800.79	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.14/1800.79	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.14/1800.79	c   cut pool         :       0.00          6          -          -          8          -    (maximal pool size: 174)
1800.14/1800.79	c   redcost          :       0.22        818          0          0          0          0
1800.14/1800.79	c   impliedbounds    :       0.01          7          0          0        128          0
1800.14/1800.79	c   intobj           :       0.00          0          0          0          0          0
1800.14/1800.79	c   cgmip            :       0.00          0          0          0          0          0
1800.14/1800.79	c   gomory           :       2.28          7          0          0         92          0
1800.14/1800.79	c   strongcg         :       2.24          7          0          0         92          0
1800.14/1800.79	c   cmir             :       0.49          7          0          0          0          0
1800.14/1800.79	c   flowcover        :       0.51          7          0          0          0          0
1800.14/1800.79	c   clique           :       0.60          7          0          0         64          0
1800.14/1800.79	c   zerohalf         :       0.00          0          0          0          0          0
1800.14/1800.79	c   mcf              :       0.25          4          0          0         15          0
1800.14/1800.79	c   rapidlearning    :       3.78          1          0          0          0        614
1800.14/1800.79	c Pricers            :       Time      Calls       Vars
1800.14/1800.79	c   problem variables:       0.00          0          0
1800.14/1800.79	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.14/1800.79	c   relpscost        :     461.42        269          0         33          0          0        488
1800.14/1800.79	c   pscost           :       0.00          0          0          0          0          0          0
1800.14/1800.79	c   inference        :       0.00          0          0          0          0          0          0
1800.14/1800.79	c   mostinf          :       0.00          0          0          0          0          0          0
1800.14/1800.79	c   leastinf         :       0.00          0          0          0          0          0          0
1800.14/1800.79	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.14/1800.79	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.14/1800.79	c   random           :       0.00          0          0          0          0          0          0
1800.14/1800.79	c Primal Heuristics  :       Time      Calls      Found
1800.14/1800.79	c   LP solutions     :       0.00          -          0
1800.14/1800.79	c   pseudo solutions :       0.00          -          0
1800.14/1800.79	c   crossover        :       0.00          0          0
1800.14/1800.79	c   oneopt           :       0.01          5          0
1800.14/1800.79	c   veclendiving     :      56.65         10          0
1800.14/1800.79	c   trivial          :       0.00          2          3
1800.14/1800.79	c   simplerounding   :       0.00          0          0
1800.14/1800.79	c   zirounding       :       0.24        244          0
1800.14/1800.79	c   rounding         :       1.44        372          0
1800.14/1800.79	c   shifting         :       0.55         54          3
1800.14/1800.79	c   intshifting      :       0.00          0          0
1800.14/1800.79	c   twoopt           :       0.00          0          0
1800.14/1800.79	c   fixandinfer      :       0.00          0          0
1800.14/1800.79	c   feaspump         :       0.00          0          0
1800.14/1800.79	c   coefdiving       :     123.85          3          0
1800.14/1800.79	c   pscostdiving     :     137.49         16          2
1800.14/1800.79	c   fracdiving       :      67.46          6          0
1800.14/1800.79	c   intdiving        :       0.00          0          0
1800.14/1800.79	c   actconsdiving    :       0.00          0          0
1800.14/1800.79	c   objpscostdiving  :      37.56          1          0
1800.14/1800.79	c   rootsoldiving    :      22.81          6          0
1800.14/1800.79	c   linesearchdiving :     154.51         25          1
1800.14/1800.79	c   guideddiving     :      62.37          5          0
1800.14/1800.79	c   octane           :       0.00          0          0
1800.14/1800.79	c   rens             :      68.81          1          1
1800.14/1800.79	c   rins             :       0.00          0          0
1800.14/1800.79	c   localbranching   :       0.00          0          0
1800.14/1800.79	c   mutation         :       0.00          0          0
1800.14/1800.79	c   dins             :       0.00          0          0
1800.14/1800.79	c   undercover       :       0.37          1          0
1800.14/1800.79	c   nlp              :       0.00          0          0
1800.14/1800.79	c   trysol           :       0.00          0          0
1800.14/1800.79	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.14/1800.79	c   primal LP        :       2.32          0          0       0.00       0.00
1800.14/1800.79	c   dual LP          :     575.68        865     543197     627.97     943.57
1800.14/1800.79	c   lex dual LP      :       0.00          0          0       0.00          -
1800.14/1800.79	c   barrier LP       :       0.00          0          0       0.00          -
1800.14/1800.79	c   diving/probing LP:     611.87      16781     743032      44.28    1214.36
1800.14/1800.79	c   strong branching :     461.19        900     387714     430.79     840.68
1800.14/1800.79	c     (at root node) :          -         16      16000    1000.00          -
1800.14/1800.79	c   conflict analysis:       0.00          0          0       0.00          -
1800.14/1800.79	c B&B Tree           :
1800.14/1800.79	c   number of runs   :          1
1800.14/1800.79	c   nodes            :        244
1800.14/1800.79	c   nodes (total)    :        244
1800.14/1800.79	c   nodes left       :        245
1800.14/1800.79	c   max depth        :         27
1800.14/1800.79	c   max depth (total):         27
1800.14/1800.79	c   backtracks       :         99 (40.6%)
1800.14/1800.79	c   delayed cutoffs  :          0
1800.14/1800.79	c   repropagations   :         28 (34 domain reductions, 0 cutoffs)
1800.14/1800.79	c   avg switch length:       5.45
1800.14/1800.79	c   switching time   :       2.83
1800.14/1800.79	c Solution           :
1800.14/1800.79	c   Solutions found  :         11 (7 improvements)
1800.14/1800.79	c   First Solution   : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.03 seconds, depth 0, found by <trivial>)
1800.14/1800.79	c   Primal Bound     : -1.30000000000000e+01   (in run 1, after 77 nodes, 1048.73 seconds, depth 226, found by <pscostdiving>)
1800.14/1800.79	c   Dual Bound       : -4.40357427340695e+01
1800.14/1800.79	c   Gap              :      70.48 %
1800.14/1800.79	c   Root Dual Bound  : -4.99999999999999e+01
1800.14/1800.79	c   Root Iterations  :      25700
1800.23/1800.88	c Time complete: 1800.3.

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-2666739-1276670568/watcher-2666739-1276670568 -o /tmp/evaluation-result-2666739-1276670568/solver-2666739-1276670568 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2666739-1276670568.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.08 1.27 3/106 14367
/proc/meminfo: memFree=1665556/2059040 swapFree=4192956/4192956
[pid=14367] ppid=14365 vsize=7724 CPUtime=0
/proc/14367/stat : 14367 (pbscip.linux.x8) R 14365 14367 13757 0 -1 4202496 1018 0 0 0 0 0 0 0 25 0 1 0 8349644 7909376 938 1992294400 4194304 8223781 140736001577360 18446744073709551615 7253477 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14367/statm: 1931 949 348 984 0 944 0

[startup+0.0851649 s]
/proc/loadavg: 1.00 1.08 1.27 3/106 14367
/proc/meminfo: memFree=1665556/2059040 swapFree=4192956/4192956
[pid=14367] ppid=14365 vsize=19376 CPUtime=0.07
/proc/14367/stat : 14367 (pbscip.linux.x8) R 14365 14367 13757 0 -1 4202496 4464 0 0 0 6 1 0 0 25 0 1 0 8349644 19841024 4020 1992294400 4194304 8223781 140736001577360 18446744073709551615 4561370 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14367/statm: 4844 4020 403 984 0 3857 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 19376

[startup+0.101166 s]
/proc/loadavg: 1.00 1.08 1.27 3/106 14367
/proc/meminfo: memFree=1665556/2059040 swapFree=4192956/4192956
[pid=14367] ppid=14365 vsize=20940 CPUtime=0.09
/proc/14367/stat : 14367 (pbscip.linux.x8) R 14365 14367 13757 0 -1 4202496 4621 0 0 0 8 1 0 0 25 0 1 0 8349644 21442560 4177 1992294400 4194304 8223781 140736001577360 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14367/statm: 5235 4177 432 984 0 4248 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20940

[startup+0.301188 s]
/proc/loadavg: 1.00 1.08 1.27 3/106 14367
/proc/meminfo: memFree=1665556/2059040 swapFree=4192956/4192956
[pid=14367] ppid=14365 vsize=22520 CPUtime=0.29
/proc/14367/stat : 14367 (pbscip.linux.x8) R 14365 14367 13757 0 -1 4202496 5547 0 0 0 19 10 0 0 25 0 1 0 8349644 23060480 4589 1992294400 4194304 8223781 140736001577360 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14367/statm: 5630 4589 450 984 0 4643 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 22520

[startup+0.701231 s]
/proc/loadavg: 1.00 1.08 1.27 3/106 14367
/proc/meminfo: memFree=1665556/2059040 swapFree=4192956/4192956
[pid=14367] ppid=14365 vsize=38048 CPUtime=0.69
/proc/14367/stat : 14367 (pbscip.linux.x8) R 14365 14367 13757 0 -1 4202496 11005 0 0 0 48 21 0 0 25 0 1 0 8349644 38961152 8486 1992294400 4194304 8223781 140736001577360 18446744073709551615 6357952 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14367/statm: 9512 8486 533 984 0 8525 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 38048

[startup+1.50132 s]
/proc/loadavg: 1.00 1.08 1.27 2/107 14368
/proc/meminfo: memFree=1632068/2059040 swapFree=4192956/4192956
[pid=14367] ppid=14365 vsize=40068 CPUtime=1.49
/proc/14367/stat : 14367 (pbscip.linux.x8) R 14365 14367 13757 0 -1 4202496 12789 0 0 0 126 23 0 0 25 0 1 0 8349644 41029632 8963 1992294400 4194304 8223781 140736001577360 18446744073709551615 6569765 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14367/statm: 10017 8963 542 984 0 9030 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 40068

[startup+3.10049 s]
/proc/loadavg: 1.00 1.08 1.27 2/107 14368
/proc/meminfo: memFree=1630952/2059040 swapFree=4192956/4192956
[pid=14367] ppid=14365 vsize=40584 CPUtime=3.09
/proc/14367/stat : 14367 (pbscip.linux.x8) R 14365 14367 13757 0 -1 4202496 13869 0 0 0 285 24 0 0 25 0 1 0 8349644 41558016 9084 1992294400 4194304 8223781 140736001577360 18446744073709551615 6539610 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14367/statm: 10146 9084 539 984 0 9159 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 40584

[startup+6.30084 s]
/proc/loadavg: 1.00 1.08 1.27 2/107 14368
/proc/meminfo: memFree=1630456/2059040 swapFree=4192956/4192956
[pid=14367] ppid=14365 vsize=41692 CPUtime=6.29
/proc/14367/stat : 14367 (pbscip.linux.x8) R 14365 14367 13757 0 -1 4202496 15928 0 0 0 603 26 0 0 25 0 1 0 8349644 42692608 9103 1992294400 4194304 8223781 140736001577360 18446744073709551615 6532946 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14367/statm: 10423 9103 539 984 0 9436 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 41692

[startup+12.7005 s]
/proc/loadavg: 1.00 1.08 1.27 2/107 14368
/proc/meminfo: memFree=1630332/2059040 swapFree=4192956/4192956
[pid=14367] ppid=14365 vsize=41800 CPUtime=12.69
/proc/14367/stat : 14367 (pbscip.linux.x8) R 14365 14367 13757 0 -1 4202496 19636 0 0 0 1238 31 0 0 25 0 1 0 8349644 42803200 9174 1992294400 4194304 8223781 140736001577360 18446744073709551615 6568482 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14367/statm: 10450 9174 539 984 0 9463 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 41800

[startup+25.5009 s]
/proc/loadavg: 1.00 1.07 1.26 2/107 14368
/proc/meminfo: memFree=1602680/2059040 swapFree=4192956/4192956
[pid=14367] ppid=14365 vsize=70676 CPUtime=25.49
/proc/14367/stat : 14367 (pbscip.linux.x8) R 14365 14367 13757 0 -1 4202496 43430 0 0 0 2480 69 0 0 25 0 1 0 8349644 72372224 16334 1992294400 4194304 8223781 140736001577360 18446744073709551615 5901115 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14367/statm: 17669 16334 599 984 0 16682 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 70676

[startup+51.1017 s]
/proc/loadavg: 1.00 1.06 1.25 2/107 14370
/proc/meminfo: memFree=1604044/2059040 swapFree=4192956/4192956
[pid=14367] ppid=14365 vsize=67276 CPUtime=51.07
/proc/14367/stat : 14367 (pbscip.linux.x8) R 14365 14367 13757 0 -1 4202496 46460 0 0 0 5027 80 0 0 25 0 1 0 8349644 68890624 15808 1992294400 4194304 8223781 140736001577360 18446744073709551615 6536450 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14367/statm: 16819 15808 602 984 0 15832 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 67276

[startup+102.308 s]
/proc/loadavg: 1.00 1.05 1.24 2/107 14370
/proc/meminfo: memFree=1575276/2059040 swapFree=4192956/4192956
[pid=14367] ppid=14365 vsize=97164 CPUtime=102.27
/proc/14367/stat : 14367 (pbscip.linux.x8) R 14365 14367 13757 0 -1 4202496 80203 0 0 0 10101 126 0 0 25 0 1 0 8349644 99495936 22911 1992294400 4194304 8223781 140736001577360 18446744073709551615 6570069 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14367/statm: 24291 22911 613 984 0 23304 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 97164

[startup+162.301 s]
/proc/loadavg: 1.00 1.04 1.22 2/107 14372
/proc/meminfo: memFree=1602804/2059040 swapFree=4192956/4192956
[pid=14367] ppid=14365 vsize=67480 CPUtime=162.24
/proc/14367/stat : 14367 (pbscip.linux.x8) R 14365 14367 13757 0 -1 4202496 100975 0 0 0 16041 183 0 0 25 0 1 0 8349644 69099520 15956 1992294400 4194304 8223781 140736001577360 18446744073709551615 6568401 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14367/statm: 16870 15956 610 984 0 15883 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 67480

[startup+222.301 s]
/proc/loadavg: 1.00 1.03 1.20 2/107 14374
/proc/meminfo: memFree=1602928/2059040 swapFree=4192956/4192956
[pid=14367] ppid=14365 vsize=67296 CPUtime=222.22
/proc/14367/stat : 14367 (pbscip.linux.x8) R 14365 14367 13757 0 -1 4202496 101001 0 0 0 22018 204 0 0 25 0 1 0 8349644 68911104 15926 1992294400 4194304 8223781 140736001577360 18446744073709551615 6569937 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14367/statm: 16824 15926 610 984 0 15837 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 67296

[startup+282.301 s]
/proc/loadavg: 1.00 1.02 1.19 2/107 14376
/proc/meminfo: memFree=1602928/2059040 swapFree=4192956/4192956
[pid=14367] ppid=14365 vsize=67296 CPUtime=282.2
/proc/14367/stat : 14367 (pbscip.linux.x8) R 14365 14367 13757 0 -1 4202496 101007 0 0 0 27989 231 0 0 25 0 1 0 8349644 68911104 15926 1992294400 4194304 8223781 140736001577360 18446744073709551615 6532625 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14367/statm: 16824 15926 610 984 0 15837 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 67296

[startup+342.301 s]
/proc/loadavg: 1.00 1.02 1.17 2/107 14376
/proc/meminfo: memFree=1602928/2059040 swapFree=4192956/4192956
[pid=14367] ppid=14365 vsize=67272 CPUtime=342.19
/proc/14367/stat : 14367 (pbscip.linux.x8) R 14365 14367 13757 0 -1 4202496 101011 0 0 0 33964 255 0 0 25 0 1 0 8349644 68886528 15920 1992294400 4194304 8223781 140736001577360 18446744073709551615 6570056 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14367/statm: 16818 15920 610 984 0 15831 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 67272

[startup+402.301 s]
/proc/loadavg: 1.00 1.01 1.16 2/107 14378
/proc/meminfo: memFree=1602804/2059040 swapFree=4192956/4192956
[pid=14367] ppid=14365 vsize=67288 CPUtime=402.17
/proc/14367/stat : 14367 (pbscip.linux.x8) R 14365 14367 13757 0 -1 4202496 101021 0 0 0 39937 280 0 0 25 0 1 0 8349644 68902912 15924 1992294400 4194304 8223781 140736001577360 18446744073709551615 6589155 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14367/statm: 16822 15924 610 984 0 15835 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 67288

[startup+462.302 s]
/proc/loadavg: 1.00 1.01 1.15 2/107 14380
/proc/meminfo: memFree=1602804/2059040 swapFree=4192956/4192956
[pid=14367] ppid=14365 vsize=67548 CPUtime=462.15
/proc/14367/stat : 14367 (pbscip.linux.x8) R 14365 14367 13757 0 -1 4202496 101035 0 0 0 45913 302 0 0 25 0 1 0 8349644 69169152 15936 1992294400 4194304 8223781 140736001577360 18446744073709551615 6570073 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14367/statm: 16887 15936 610 984 0 15900 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 67548

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.14 2/107 14382
/proc/meminfo: memFree=1602804/2059040 swapFree=4192956/4192956
[pid=14367] ppid=14365 vsize=67548 CPUtime=522.14
/proc/14367/stat : 14367 (pbscip.linux.x8) R 14365 14367 13757 0 -1 4202496 101037 0 0 0 51894 320 0 0 25 0 1 0 8349644 69169152 15938 1992294400 4194304 8223781 140736001577360 18446744073709551615 6539307 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14367/statm: 16887 15938 610 984 0 15900 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 67548

[startup+582.302 s]
/proc/loadavg: 1.06 1.01 1.13 2/107 14384
/proc/meminfo: memFree=1602680/2059040 swapFree=4192956/4192956
[pid=14367] ppid=14365 vsize=67556 CPUtime=582.11
/proc/14367/stat : 14367 (pbscip.linux.x8) R 14365 14367 13757 0 -1 4202496 101057 0 0 0 57867 344 0 0 25 0 1 0 8349644 69177344 15946 1992294400 4194304 8223781 140736001577360 18446744073709551615 6568478 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14367/statm: 16889 15946 610 984 0 15902 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 67556

[startup+642.301 s]
/proc/loadavg: 1.02 1.01 1.12 2/107 14384
/proc/meminfo: memFree=1602680/2059040 swapFree=4192956/4192956
[pid=14367] ppid=14365 vsize=67564 CPUtime=642.1
/proc/14367/stat : 14367 (pbscip.linux.x8) R 14365 14367 13757 0 -1 4202496 101072 0 0 0 63841 369 0 0 25 0 1 0 8349644 69185536 15949 1992294400 4194304 8223781 140736001577360 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14367/statm: 16891 15949 610 984 0 15904 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 67564

[startup+702.302 s]

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

[startup+882.301 s]
/proc/loadavg: 1.06 1.01 1.09 2/107 14392
/proc/meminfo: memFree=1602432/2059040 swapFree=4192956/4192956
[pid=14367] ppid=14365 vsize=67540 CPUtime=882.01
/proc/14367/stat : 14367 (pbscip.linux.x8) R 14365 14367 13757 0 -1 4202496 101110 0 0 0 87728 473 0 0 25 0 1 0 8349644 69160960 15947 1992294400 4194304 8223781 140736001577360 18446744073709551615 6567122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14367/statm: 16885 15947 611 984 0 15898 0
Current children cumulated CPU time (s) 882.01
Current children cumulated vsize (KiB) 67540

[startup+942.302 s]
/proc/loadavg: 1.02 1.01 1.08 2/107 14392
/proc/meminfo: memFree=1602432/2059040 swapFree=4192956/4192956
[pid=14367] ppid=14365 vsize=67540 CPUtime=941.99
/proc/14367/stat : 14367 (pbscip.linux.x8) R 14365 14367 13757 0 -1 4202496 101128 0 0 0 93702 497 0 0 25 0 1 0 8349644 69160960 15949 1992294400 4194304 8223781 140736001577360 18446744073709551615 6446791 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14367/statm: 16885 15949 611 984 0 15898 0
Current children cumulated CPU time (s) 941.99
Current children cumulated vsize (KiB) 67540

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.08 2/107 14394
/proc/meminfo: memFree=1602432/2059040 swapFree=4192956/4192956
[pid=14367] ppid=14365 vsize=67564 CPUtime=1001.97
/proc/14367/stat : 14367 (pbscip.linux.x8) R 14365 14367 13757 0 -1 4202496 101141 0 0 0 99674 523 0 0 25 0 1 0 8349644 69185536 15956 1992294400 4194304 8223781 140736001577360 18446744073709551615 6568486 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14367/statm: 16891 15956 611 984 0 15904 0
Current children cumulated CPU time (s) 1001.97
Current children cumulated vsize (KiB) 67564

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.07 2/107 14396
/proc/meminfo: memFree=1602308/2059040 swapFree=4192956/4192956
[pid=14367] ppid=14365 vsize=67768 CPUtime=1061.96
/proc/14367/stat : 14367 (pbscip.linux.x8) R 14365 14367 13757 0 -1 4202496 101154 0 0 0 105646 550 0 0 25 0 1 0 8349644 69394432 15959 1992294400 4194304 8223781 140736001577360 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14367/statm: 16942 15959 611 984 0 15955 0
Current children cumulated CPU time (s) 1061.96
Current children cumulated vsize (KiB) 67768

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.06 2/107 14407
/proc/meminfo: memFree=1601564/2059040 swapFree=4192956/4192956
[pid=14367] ppid=14365 vsize=67760 CPUtime=1121.93
/proc/14367/stat : 14367 (pbscip.linux.x8) R 14365 14367 13757 0 -1 4202496 101159 0 0 0 111620 573 0 0 25 0 1 0 8349644 69386240 15958 1992294400 4194304 8223781 140736001577360 18446744073709551615 6539311 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14367/statm: 16940 15958 611 984 0 15953 0
Current children cumulated CPU time (s) 1121.93
Current children cumulated vsize (KiB) 67760

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.06 2/107 14409
/proc/meminfo: memFree=1601564/2059040 swapFree=4192956/4192956
[pid=14367] ppid=14365 vsize=67736 CPUtime=1181.91
/proc/14367/stat : 14367 (pbscip.linux.x8) R 14365 14367 13757 0 -1 4202496 101170 0 0 0 117586 605 0 0 25 0 1 0 8349644 69361664 15953 1992294400 4194304 8223781 140736001577360 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14367/statm: 16934 15953 611 984 0 15947 0
Current children cumulated CPU time (s) 1181.91
Current children cumulated vsize (KiB) 67736

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.05 2/107 14409
/proc/meminfo: memFree=1601564/2059040 swapFree=4192956/4192956
[pid=14367] ppid=14365 vsize=67760 CPUtime=1241.89
/proc/14367/stat : 14367 (pbscip.linux.x8) R 14365 14367 13757 0 -1 4202496 101192 0 0 0 123556 633 0 0 25 0 1 0 8349644 69386240 15961 1992294400 4194304 8223781 140736001577360 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14367/statm: 16940 15961 611 984 0 15953 0
Current children cumulated CPU time (s) 1241.89
Current children cumulated vsize (KiB) 67760

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.05 2/107 14411
/proc/meminfo: memFree=1601564/2059040 swapFree=4192956/4192956
[pid=14367] ppid=14365 vsize=67744 CPUtime=1301.89
/proc/14367/stat : 14367 (pbscip.linux.x8) R 14365 14367 13757 0 -1 4202496 101198 0 0 0 129525 664 0 0 25 0 1 0 8349644 69369856 15957 1992294400 4194304 8223781 140736001577360 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14367/statm: 16936 15957 611 984 0 15949 0
Current children cumulated CPU time (s) 1301.89
Current children cumulated vsize (KiB) 67744

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.04 2/107 14413
/proc/meminfo: memFree=1601564/2059040 swapFree=4192956/4192956
[pid=14367] ppid=14365 vsize=67752 CPUtime=1361.86
/proc/14367/stat : 14367 (pbscip.linux.x8) R 14365 14367 13757 0 -1 4202496 101220 0 0 0 135498 688 0 0 25 0 1 0 8349644 69378048 15961 1992294400 4194304 8223781 140736001577360 18446744073709551615 6358992 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14367/statm: 16938 15961 611 984 0 15951 0
Current children cumulated CPU time (s) 1361.86
Current children cumulated vsize (KiB) 67752

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.03 2/107 14415
/proc/meminfo: memFree=1601564/2059040 swapFree=4192956/4192956
[pid=14367] ppid=14365 vsize=67760 CPUtime=1421.84
/proc/14367/stat : 14367 (pbscip.linux.x8) R 14365 14367 13757 0 -1 4202496 101234 0 0 0 141467 717 0 0 25 0 1 0 8349644 69386240 15963 1992294400 4194304 8223781 140736001577360 18446744073709551615 6446865 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14367/statm: 16940 15963 611 984 0 15953 0
Current children cumulated CPU time (s) 1421.84
Current children cumulated vsize (KiB) 67760

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.03 2/107 14417
/proc/meminfo: memFree=1601564/2059040 swapFree=4192956/4192956
[pid=14367] ppid=14365 vsize=67760 CPUtime=1481.83
/proc/14367/stat : 14367 (pbscip.linux.x8) R 14365 14367 13757 0 -1 4202496 101239 0 0 0 147434 749 0 0 25 0 1 0 8349644 69386240 15964 1992294400 4194304 8223781 140736001577360 18446744073709551615 6455710 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14367/statm: 16940 15964 611 984 0 15953 0
Current children cumulated CPU time (s) 1481.83
Current children cumulated vsize (KiB) 67760

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.02 2/107 14417
/proc/meminfo: memFree=1601688/2059040 swapFree=4192956/4192956
[pid=14367] ppid=14365 vsize=67768 CPUtime=1541.81
/proc/14367/stat : 14367 (pbscip.linux.x8) R 14365 14367 13757 0 -1 4202496 101247 0 0 0 153400 781 0 0 25 0 1 0 8349644 69394432 15966 1992294400 4194304 8223781 140736001577360 18446744073709551615 6250742 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14367/statm: 16942 15966 611 984 0 15955 0
Current children cumulated CPU time (s) 1541.81
Current children cumulated vsize (KiB) 67768

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.02 2/107 14419
/proc/meminfo: memFree=1601688/2059040 swapFree=4192956/4192956
[pid=14367] ppid=14365 vsize=67760 CPUtime=1601.79
/proc/14367/stat : 14367 (pbscip.linux.x8) R 14365 14367 13757 0 -1 4202496 101262 0 0 0 159369 810 0 0 25 0 1 0 8349644 69386240 15965 1992294400 4194304 8223781 140736001577360 18446744073709551615 6560138 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14367/statm: 16940 15965 611 984 0 15953 0
Current children cumulated CPU time (s) 1601.79
Current children cumulated vsize (KiB) 67760

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.01 2/107 14421
/proc/meminfo: memFree=1601688/2059040 swapFree=4192956/4192956
[pid=14367] ppid=14365 vsize=67760 CPUtime=1661.77
/proc/14367/stat : 14367 (pbscip.linux.x8) R 14365 14367 13757 0 -1 4202496 101277 0 0 0 165340 837 0 0 25 0 1 0 8349644 69386240 15966 1992294400 4194304 8223781 140736001577360 18446744073709551615 6568466 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14367/statm: 16940 15966 611 984 0 15953 0
Current children cumulated CPU time (s) 1661.77
Current children cumulated vsize (KiB) 67760

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14423
/proc/meminfo: memFree=1601688/2059040 swapFree=4192956/4192956
[pid=14367] ppid=14365 vsize=67760 CPUtime=1721.75
/proc/14367/stat : 14367 (pbscip.linux.x8) R 14365 14367 13757 0 -1 4202496 101287 0 0 0 171309 866 0 0 25 0 1 0 8349644 69386240 15966 1992294400 4194304 8223781 140736001577360 18446744073709551615 6539315 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14367/statm: 16940 15966 611 984 0 15953 0
Current children cumulated CPU time (s) 1721.75
Current children cumulated vsize (KiB) 67760

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14425
/proc/meminfo: memFree=1601564/2059040 swapFree=4192956/4192956
[pid=14367] ppid=14365 vsize=67760 CPUtime=1781.73
/proc/14367/stat : 14367 (pbscip.linux.x8) R 14365 14367 13757 0 -1 4202496 101305 0 0 0 177277 896 0 0 25 0 1 0 8349644 69386240 15966 1992294400 4194304 8223781 140736001577360 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14367/statm: 16940 15966 611 984 0 15953 0
Current children cumulated CPU time (s) 1781.73
Current children cumulated vsize (KiB) 67760



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14425
/proc/meminfo: memFree=1601564/2059040 swapFree=4192956/4192956
[pid=14367] ppid=14365 vsize=67760 CPUtime=1800.04
/proc/14367/stat : 14367 (pbscip.linux.x8) R 14365 14367 13757 0 -1 4202496 101305 0 0 0 179099 905 0 0 25 0 1 0 8349644 69386240 15966 1992294400 4194304 8223781 140736001577360 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14367/statm: 16940 15966 611 984 0 15953 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 67760

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 14425
/proc/meminfo: memFree=1601564/2059040 swapFree=4192956/4192956
[pid=14367] ppid=14365 vsize=67760 CPUtime=1800.23
/proc/14367/stat : 14367 (pbscip.linux.x8) R 14365 14367 13757 0 -1 4202496 101307 0 0 0 179117 906 0 0 25 0 1 0 8349644 69386240 15968 1992294400 4194304 8223781 140736001577360 18446744073709551615 6590386 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14367/statm: 16940 15968 613 984 0 15953 0
Current children cumulated CPU time (s) 1800.23
Current children cumulated vsize (KiB) 67760

Child status: 0
Real time (s): 1800.88
CPU time (s): 1800.32
CPU user time (s): 1791.25
CPU system time (s): 9.06862
CPU usage (%): 99.9687
Max. virtual memory (cumulated for all children) (KiB): 100496

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.25
system time used= 9.06862
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 101311
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2
involuntary context switches= 9035

runsolver used 3.11653 second user time and 8.36473 second system time

The end

Launcher Data

Begin job on node037 at 2010-06-16 08:42:48
IDJOB=2666739
IDBENCH=48252
IDSOLVER=1169
FILE ID=node037/2666739-1276670568
PBS_JOBID= 11172498
Free space on /tmp= 62584 MiB

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

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

MD5SUM BENCH= 3576405369e31b0bc5c7707d6d764dde
RANDOM SEED=1997160539

node037.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.248
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.49
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.248
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.55
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1666208 kB
Buffers:         96152 kB
Cached:         158844 kB
SwapCached:          0 kB
Active:         131036 kB
Inactive:       183468 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1666208 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            4608 kB
Writeback:           0 kB
AnonPages:       59456 kB
Mapped:          15440 kB
Slab:            56708 kB
PageTables:       3936 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180952 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= 62580 MiB
End job on node037 at 2010-06-16 09:12:51