Trace number 2665324

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solverSAT (TO)-13 1802.06 1802.52

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_100_25_3.opb
MD5SUM29cda419af6adbdf14450bbe70fbdfc2
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.05
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)6180
Sum of products size (including duplicates)12360
Number of different products3090
Sum of products size6180

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-2665324-1276672868.opb>
0.00/0.04	c original problem has 3290 variables (3290 bin, 0 int, 0 impl, 0 cont) and 3391 constraints
0.00/0.04	c problem read
0.00/0.04	c presolving settings loaded
0.06/0.08	o 0
0.06/0.08	c feasible solution found by trivial heuristic, objective value  0.000000e+00
0.06/0.08	c presolving:
0.19/0.29	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 300 upgd conss, 24920 impls, 200 clqs
0.49/0.55	c    (0.3s) probing: 101/3290 (3.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.49/0.55	c    (0.3s) probing aborted: 100/100 successive totally useless probings
0.49/0.55	c presolving (2 rounds):
0.49/0.55	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.49/0.55	c  24920 implications, 200 cliques
0.49/0.55	c presolved problem has 3290 variables (3290 bin, 0 int, 0 impl, 0 cont) and 3391 constraints
0.49/0.55	c     200 constraints of type <setppc>
0.49/0.55	c    3090 constraints of type <and>
0.49/0.55	c       1 constraints of type <linear>
0.49/0.55	c     100 constraints of type <logicor>
0.49/0.55	c transformed objective value is always integral (scale: 1)
0.49/0.55	c Presolving Time: 0.31
0.49/0.55	c - non default parameters ----------------------------------------------------------------------
0.49/0.55	c # SCIP version 1.2.1.2
0.49/0.55	c 
0.49/0.55	c # frequency for displaying node information lines
0.49/0.55	c # [type: int, range: [-1,2147483647], default: 100]
0.49/0.55	c display/freq = 10000
0.49/0.55	c 
0.49/0.55	c # maximal time in seconds to run
0.49/0.55	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.49/0.55	c limits/time = 1799.96
0.49/0.55	c 
0.49/0.55	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.49/0.55	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.49/0.55	c limits/memory = 1620
0.49/0.55	c 
0.49/0.55	c # should presolving try to simplify inequalities
0.49/0.55	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.49/0.55	c constraints/linear/simplifyinequalities = TRUE
0.49/0.55	c 
0.49/0.55	c # should presolving try to simplify knapsacks
0.49/0.55	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.49/0.55	c constraints/knapsack/simplifyinequalities = TRUE
0.49/0.55	c 
0.49/0.55	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.49/0.55	c # [type: int, range: [-1,2147483647], default: -1]
0.49/0.55	c heuristics/undercover/freq = 0
0.49/0.55	c 
0.49/0.55	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.49/0.55	c # [type: int, range: [-1,2147483647], default: -1]
0.49/0.55	c separating/rapidlearning/freq = 0
0.49/0.55	c 
0.49/0.55	c -----------------------------------------------------------------------------------------------
0.49/0.55	c start solving
0.49/0.55	c 
0.69/0.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.69/0.73	c t 0.5s|     1 |     0 |   302 |     - |  15M|   0 | 229 |3290 |3391 |3290 |6481 |   0 |   0 |   0 |-5.000000e+01 | 0.000000e+00 | 100.00%
0.69/0.75	o -5
0.69/0.75	c s 0.5s|     1 |     0 |   302 |     - |  15M|   0 | 229 |3290 |3391 |3290 |6481 |   0 |   0 |   0 |-5.000000e+01 |-5.000000e+00 |  90.00%
1.10/1.13	o -6
1.10/1.13	c u 0.8s|     1 |     0 |   302 |     - |  15M|   0 | 229 |3290 |3391 |3290 |6481 |   0 |   0 |   0 |-5.000000e+01 |-6.000000e+00 |  88.00%
4.00/4.00	c   3.5s|     1 |     0 |  2041 |     - |  15M|   0 | 941 |3290 |3391 |3290 |6484 |   3 |   0 |   0 |-5.000000e+01 |-6.000000e+00 |  88.00%
6.09/6.15	c   5.6s|     1 |     0 |  3896 |     - |  16M|   0 | 770 |3290 |3391 |3290 |6488 |   7 |   0 |   0 |-5.000000e+01 |-6.000000e+00 |  88.00%
9.89/9.95	c   9.4s|     1 |     0 |  5993 |     - |  17M|   0 |1747 |3290 |3391 |3290 |6494 |  13 |   0 |   0 |-5.000000e+01 |-6.000000e+00 |  88.00%
12.18/12.20	c  11.6s|     1 |     0 |  6138 |     - |  17M|   0 |1748 |3290 |3391 |3290 |6503 |  22 |   0 |   0 |-5.000000e+01 |-6.000000e+00 |  88.00%
14.49/14.55	c  13.9s|     1 |     0 |  6298 |     - |  17M|   0 |1749 |3290 |3391 |3290 |6506 |  25 |   0 |   0 |-5.000000e+01 |-6.000000e+00 |  88.00%
16.68/16.79	c  16.2s|     1 |     0 |  6403 |     - |  17M|   0 |1750 |3290 |3391 |3290 |6509 |  28 |   0 |   0 |-5.000000e+01 |-6.000000e+00 |  88.00%
18.88/18.99	c  18.4s|     1 |     0 |  6494 |     - |  17M|   0 |1750 |3290 |3391 |3290 |6512 |  31 |   0 |   0 |-5.000000e+01 |-6.000000e+00 |  88.00%
37.88/37.94	c  37.1s|     1 |     2 |  6494 |     - |  17M|   0 |1750 |3290 |3391 |3290 |6512 |  31 |   0 |  10 |-5.000000e+01 |-6.000000e+00 |  88.00%
217.23/217.33	o -8
217.23/217.33	c R 215s|    27 |    26 | 74757 |2625.5 |  17M|  13 | 139 |3290 |3391 |3290 |3109 |2922 |   0 | 163 |-4.975996e+01 |-8.000000e+00 |  83.92%
335.70/335.85	o -11
335.70/335.85	c f 332s|    39 |    40 |170621 |4319.1 |  18M|  14 |   - |3290 |3408 |3290 |3382 |4726 |  17 | 199 |-4.975996e+01 |-1.100000e+01 |  77.89%
405.89/406.03	o -13
405.89/406.03	c l 402s|    47 |    48 |239875 |5073.5 |  18M|  14 |   - |3290 |3412 |3290 |2681 |5971 |  21 | 226 |-4.886506e+01 |-1.300000e+01 |  73.40%
1800.04/1800.50	c pressed CTRL-C 1 times (5 times for forcing termination)
1801.83/1802.39	c 
1801.83/1802.39	c SCIP Status        : solving was interrupted [user interrupt]
1801.83/1802.39	c Solving Time (sec) : 1778.09
1801.83/1802.39	c Solving Nodes      : 403
1801.83/1802.39	c Primal Bound       : -1.30000000000000e+01 (15 solutions)
1801.83/1802.39	c Dual Bound         : -4.07790551748502e+01
1801.83/1802.39	c Gap                : 68.12 %
1801.93/1802.40	s SATISFIABLE
1801.93/1802.40	v x197 -x164 -x113 -x185 -x170 -x158 -x132 -x171 -x135 -x150 x104 -x166 -x160 -x144 -x119 -x110 -x106 x157 -x146 -x114 -x192 -x180 
1801.93/1802.40	v -x161 -x145 -x128 -x122 -x154 -x112 -x151 -x124 x134 -x178 -x172 -x136 -x187 -x181 -x168 -x163 -x156 -x152 -x131 -x118 -x117 
1801.93/1802.40	v -x109 -x105 x198 -x190 -x200 -x183 -x123 x153 x182 -x189 -x193 -x149 -x195 -x191 -x179 -x162 -x107 -x175 -x137 -x115 -x101 
1801.93/1802.40	v -x188 x184 -x167 -x133 -x130 -x129 -x127 -x121 -x120 -x111 -x108 -x155 -x199 x138 -x148 -x174 -x139 -x143 -x116 -x196 -x176 -x142 
1801.93/1802.40	v -x103 -x140 x194 -x125 x159 -x165 -x102 -x177 x173 -x126 x141 -x169 -x186 -x147 -x100 -x99 -x98 -x97 x96 x95 -x94 -x93 -x92 
1801.93/1802.40	v -x91 -x90 x89 -x88 -x87 -x86 x85 -x84 -x83 -x82 x81 -x80 -x79 x78 -x77 -x76 -x75 -x74 -x73 x72 -x71 -x70 -x69 -x68 -x67 -x66 
1801.93/1802.40	v -x65 x64 -x63 -x62 -x61 -x60 -x59 -x58 -x57 -x56 -x55 -x54 -x53 -x52 -x51 -x50 -x49 -x48 x47 -x46 -x45 -x44 -x43 x42 -x41 
1801.93/1802.40	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 
1801.93/1802.40	v -x15 -x14 -x13 x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 x3 -x2 -x1 
1801.93/1802.40	c SCIP Status        : solving was interrupted [user interrupt]
1801.93/1802.40	c Solving Time       :    1778.09
1801.93/1802.40	c Original Problem   :
1801.93/1802.40	c   Problem name     : HOME/instance-2665324-1276672868.opb
1801.93/1802.40	c   Variables        : 3290 (3290 binary, 0 integer, 0 implicit integer, 0 continuous)
1801.93/1802.40	c   Constraints      : 3391 initial, 3391 maximal
1801.93/1802.40	c Presolved Problem  :
1801.93/1802.40	c   Problem name     : t_HOME/instance-2665324-1276672868.opb
1801.93/1802.40	c   Variables        : 3290 (3290 binary, 0 integer, 0 implicit integer, 0 continuous)
1801.93/1802.40	c   Constraints      : 3391 initial, 3464 maximal
1801.93/1802.40	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1801.93/1802.40	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1801.93/1802.40	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1801.93/1802.40	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1801.93/1802.40	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1801.93/1802.40	c   implics          :       0.00          0          0          0          0          0          0          0          0
1801.93/1802.40	c   probing          :       0.08          0          0          0          0          0          0          0          0
1801.93/1802.40	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1801.93/1802.40	c   and              :       0.18          0          0          0          0          0          0          0          0
1801.93/1802.40	c   linear           :       0.02          0          0          0          0          0          0          0          0
1801.93/1802.40	c   logicor          :       0.01          0          0          0          0          0          0          0          0
1801.93/1802.40	c   root node        :          -          0          -          -          0          -          -          -          -
1801.93/1802.40	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1801.93/1802.40	c   integral         :          0          0          0        410          0          0          7          0          0        806
1801.93/1802.40	c   setppc           :        200          7      33902          0          0          9       1411          0          0          0
1801.93/1802.40	c   and              :       3090       1060      33892          0          0         22      46052      32260          0          0
1801.93/1802.40	c   linear           :          1          7      33868          0          0          3          0          0          0          0
1801.93/1802.40	c   logicor          :        100+         7       1822          0          0          0        307          0          0          0
1801.93/1802.40	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1801.93/1802.40	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1801.93/1802.40	c   integral         :     420.06       0.00       0.00     420.06       0.00
1801.93/1802.40	c   setppc           :       0.55       0.00       0.55       0.00       0.00
1801.93/1802.40	c   and              :       9.02       2.38       6.64       0.00       0.00
1801.93/1802.40	c   linear           :       0.37       0.03       0.34       0.00       0.00
1801.93/1802.40	c   logicor          :       0.01       0.00       0.01       0.00       0.00
1801.93/1802.40	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1801.93/1802.40	c Propagators        :       Time      Calls    Cutoffs    DomReds
1801.93/1802.40	c   vbounds          :       0.03          2          0          0
1801.93/1802.40	c   rootredcost      :       0.03          4          0          0
1801.93/1802.40	c   pseudoobj        :       0.47      33772          4          0
1801.93/1802.40	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1801.93/1802.40	c   propagation      :       0.00         38         38         92       59.8          1      101.0          -
1801.93/1802.40	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1801.93/1802.40	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1801.93/1802.40	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1801.93/1802.40	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1801.93/1802.40	c   applied globally :          -          -          -         81       61.9          -          -          -
1801.93/1802.40	c   applied locally  :          -          -          -          0        0.0          -          -          -
1801.93/1802.40	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1801.93/1802.40	c   cut pool         :       0.00          6          -          -          3          -    (maximal pool size: 132)
1801.93/1802.40	c   redcost          :       0.55       1061          0        105          0          0
1801.93/1802.40	c   impliedbounds    :       0.02          7          0          0          4          0
1801.93/1802.40	c   intobj           :       0.00          0          0          0          0          0
1801.93/1802.40	c   cgmip            :       0.00          0          0          0          0          0
1801.93/1802.40	c   gomory           :       3.94          7          0          0          0          0
1801.93/1802.40	c   strongcg         :       3.91          7          0          0        553          0
1801.93/1802.40	c   cmir             :       0.47          7          0          0          0          0
1801.93/1802.40	c   flowcover        :       0.45          7          0          0          0          0
1801.93/1802.40	c   clique           :       0.54          7          0          0         38          0
1801.93/1802.40	c   zerohalf         :       0.00          0          0          0          0          0
1801.93/1802.40	c   mcf              :       0.04          2          0          0          0          0
1801.93/1802.40	c   rapidlearning    :       1.62          1          0          0          0          0
1801.93/1802.40	c Pricers            :       Time      Calls       Vars
1801.93/1802.40	c   problem variables:       0.00          0          0
1801.93/1802.40	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1801.93/1802.40	c   relpscost        :     420.06        410          0          7          0          0        806
1801.93/1802.40	c   pscost           :       0.00          0          0          0          0          0          0
1801.93/1802.40	c   inference        :       0.00          0          0          0          0          0          0
1801.93/1802.40	c   mostinf          :       0.00          0          0          0          0          0          0
1801.93/1802.40	c   leastinf         :       0.00          0          0          0          0          0          0
1801.93/1802.40	c   fullstrong       :       0.00          0          0          0          0          0          0
1801.93/1802.40	c   allfullstrong    :       0.00          0          0          0          0          0          0
1801.93/1802.40	c   random           :       0.00          0          0          0          0          0          0
1801.93/1802.40	c Primal Heuristics  :       Time      Calls      Found
1801.93/1802.40	c   LP solutions     :       0.00          -          0
1801.93/1802.40	c   pseudo solutions :       0.00          -          0
1801.93/1802.40	c   oneopt           :       0.02          4          0
1801.93/1802.40	c   guideddiving     :      63.71          7          0
1801.93/1802.40	c   pscostdiving     :      54.75         11          0
1801.93/1802.40	c   trivial          :       0.01          2          3
1801.93/1802.40	c   simplerounding   :       0.00          0          0
1801.93/1802.40	c   zirounding       :       0.35        403          0
1801.93/1802.40	c   rounding         :       5.38       1071          1
1801.93/1802.40	c   shifting         :       0.70        106          8
1801.93/1802.40	c   intshifting      :       0.00          0          0
1801.93/1802.40	c   twoopt           :       0.00          0          0
1801.93/1802.40	c   fixandinfer      :       0.00          0          0
1801.93/1802.40	c   feaspump         :       0.00          0          0
1801.93/1802.40	c   coefdiving       :      73.55          9          0
1801.93/1802.40	c   fracdiving       :     132.94         27          1
1801.93/1802.40	c   veclendiving     :      41.79         10          0
1801.93/1802.40	c   intdiving        :       0.00          0          0
1801.93/1802.40	c   actconsdiving    :       0.00          0          0
1801.93/1802.40	c   objpscostdiving  :      35.14          2          0
1801.93/1802.40	c   rootsoldiving    :      20.94          3          0
1801.93/1802.40	c   linesearchdiving :      84.15         28          1
1801.93/1802.40	c   octane           :       0.00          0          0
1801.93/1802.40	c   rens             :       0.01          0          0
1801.93/1802.40	c   rins             :       0.00          0          0
1801.93/1802.40	c   localbranching   :       0.00          0          0
1801.93/1802.40	c   mutation         :       0.00          0          0
1801.93/1802.40	c   crossover        :       0.23          1          0
1801.93/1802.40	c   dins             :       0.00          0          0
1801.93/1802.40	c   undercover       :       0.34          1          1
1801.93/1802.40	c   nlp              :       0.00          0          0
1801.93/1802.40	c   trysol           :       0.00          0          0
1801.93/1802.40	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1801.93/1802.40	c   primal LP        :     114.29          0          0       0.00       0.00
1801.93/1802.40	c   dual LP          :     710.52       1071     827770     772.89    1165.02
1801.93/1802.40	c   lex dual LP      :       0.00          0          0       0.00          -
1801.93/1802.40	c   barrier LP       :       0.00          0          0       0.00          -
1801.93/1802.40	c   diving/probing LP:     448.00      24700     730656      29.58    1630.93
1801.93/1802.40	c   strong branching :     419.74       1700     523890     308.17    1248.13
1801.93/1802.40	c     (at root node) :          -         10      10000    1000.00          -
1801.93/1802.40	c   conflict analysis:       0.00          0          0       0.00          -
1801.93/1802.40	c B&B Tree           :
1801.93/1802.40	c   number of runs   :          1
1801.93/1802.40	c   nodes            :        403
1801.93/1802.40	c   nodes (total)    :        403
1801.93/1802.40	c   nodes left       :        404
1801.93/1802.40	c   max depth        :         44
1801.93/1802.40	c   max depth (total):         44
1801.93/1802.40	c   backtracks       :        126 (31.3%)
1801.93/1802.40	c   delayed cutoffs  :          0
1801.93/1802.40	c   repropagations   :         19 (3 domain reductions, 0 cutoffs)
1801.93/1802.40	c   avg switch length:       5.70
1801.93/1802.40	c   switching time   :     114.76
1801.93/1802.40	c Solution           :
1801.93/1802.40	c   Solutions found  :         15 (6 improvements)
1801.93/1802.40	c   First Solution   : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.02 seconds, depth 0, found by <trivial>)
1801.93/1802.40	c   Primal Bound     : -1.30000000000000e+01   (in run 1, after 47 nodes, 401.84 seconds, depth 226, found by <linesearchdiving>)
1801.93/1802.40	c   Dual Bound       : -4.07790551748502e+01
1801.93/1802.40	c   Gap              :      68.12 %
1801.93/1802.40	c   Root Dual Bound  : -4.99999999999999e+01
1801.93/1802.40	c   Root Iterations  :       6494

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-2665324-1276672868/watcher-2665324-1276672868 -o /tmp/evaluation-result-2665324-1276672868/solver-2665324-1276672868 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2665324-1276672868.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.01 1.00 2/105 15163
/proc/meminfo: memFree=1755508/2059040 swapFree=4140808/4192956
[pid=15163] ppid=15161 vsize=9288 CPUtime=0
/proc/15163/stat : 15163 (pbscip.linux.x8) R 15161 15163 15039 0 -1 4202496 1117 0 0 0 0 0 0 0 25 0 1 0 8580277 9510912 1038 1992294400 4194304 9819077 140734898738832 18446744073709551615 8675093 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/15163/statm: 2322 1048 371 1374 0 943 0

[startup+0.0752461 s]
/proc/loadavg: 1.00 1.01 1.00 2/105 15163
/proc/meminfo: memFree=1755508/2059040 swapFree=4140808/4192956
[pid=15163] ppid=15161 vsize=20636 CPUtime=0.06
/proc/15163/stat : 15163 (pbscip.linux.x8) R 15161 15163 15039 0 -1 4202496 4491 0 0 0 5 1 0 0 25 0 1 0 8580277 21131264 4058 1992294400 4194304 9819077 140734898738832 18446744073709551615 4561370 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15163/statm: 5159 4058 450 1374 0 3780 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 20636

[startup+0.101246 s]
/proc/loadavg: 1.00 1.01 1.00 2/105 15163
/proc/meminfo: memFree=1755508/2059040 swapFree=4140808/4192956
[pid=15163] ppid=15161 vsize=23220 CPUtime=0.09
/proc/15163/stat : 15163 (pbscip.linux.x8) R 15161 15163 15039 0 -1 4202496 4930 0 0 0 8 1 0 0 25 0 1 0 8580277 23777280 4497 1992294400 4194304 9819077 140734898738832 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15163/statm: 5805 4497 478 1374 0 4426 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23220

[startup+0.301266 s]
/proc/loadavg: 1.00 1.01 1.00 2/105 15163
/proc/meminfo: memFree=1755508/2059040 swapFree=4140808/4192956
[pid=15163] ppid=15161 vsize=25852 CPUtime=0.29
/proc/15163/stat : 15163 (pbscip.linux.x8) R 15161 15163 15039 0 -1 4202496 6911 0 0 0 20 9 0 0 25 0 1 0 8580277 26472448 5193 1992294400 4194304 9819077 140734898738832 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15163/statm: 6463 5193 505 1374 0 5084 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 25852

[startup+0.701304 s]
/proc/loadavg: 1.00 1.01 1.00 2/105 15163
/proc/meminfo: memFree=1755508/2059040 swapFree=4140808/4192956
[pid=15163] ppid=15161 vsize=43692 CPUtime=0.69
/proc/15163/stat : 15163 (pbscip.linux.x8) R 15161 15163 15039 0 -1 4202496 11118 0 0 0 49 20 0 0 25 0 1 0 8580277 44740608 8599 1992294400 4194304 9819077 140734898738832 18446744073709551615 7292302 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15163/statm: 10923 8599 635 1374 0 9544 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 43692

[startup+1.50138 s]
/proc/loadavg: 1.00 1.01 1.00 2/106 15164
/proc/meminfo: memFree=1704168/2059040 swapFree=4140808/4192956
[pid=15163] ppid=15161 vsize=63320 CPUtime=1.49
/proc/15163/stat : 15163 (pbscip.linux.x8) R 15161 15163 15039 0 -1 4202496 25168 0 0 0 121 28 0 0 25 0 1 0 8580277 64839680 13163 1992294400 4194304 9819077 140734898738832 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15163/statm: 15830 13163 709 1374 0 14451 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 63320

[startup+3.10154 s]
/proc/loadavg: 1.00 1.01 1.00 2/106 15164
/proc/meminfo: memFree=1697840/2059040 swapFree=4140808/4192956
[pid=15163] ppid=15161 vsize=72484 CPUtime=3.09
/proc/15163/stat : 15163 (pbscip.linux.x8) R 15161 15163 15039 0 -1 4202496 29714 0 0 0 260 49 0 0 25 0 1 0 8580277 74223616 15396 1992294400 4194304 9819077 140734898738832 18446744073709551615 5955613 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15163/statm: 18121 15396 710 1374 0 16742 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 72484

[startup+6.30084 s]
/proc/loadavg: 1.00 1.01 1.00 2/106 15164
/proc/meminfo: memFree=1709496/2059040 swapFree=4140808/4192956
[pid=15163] ppid=15161 vsize=55956 CPUtime=6.29
/proc/15163/stat : 15163 (pbscip.linux.x8) R 15161 15163 15039 0 -1 4202496 32908 0 0 0 578 51 0 0 25 0 1 0 8580277 57298944 11960 1992294400 4194304 9819077 140734898738832 18446744073709551615 8494830 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15163/statm: 13989 11960 710 1374 0 12610 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 55956

[startup+12.7015 s]
/proc/loadavg: 1.00 1.01 1.00 2/106 15164
/proc/meminfo: memFree=1709000/2059040 swapFree=4140808/4192956
[pid=15163] ppid=15161 vsize=57280 CPUtime=12.68
/proc/15163/stat : 15163 (pbscip.linux.x8) R 15161 15163 15039 0 -1 4202496 37343 0 0 0 1212 56 0 0 25 0 1 0 8580277 58654720 12103 1992294400 4194304 9819077 140734898738832 18446744073709551615 7311902 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15163/statm: 14320 12103 710 1374 0 12941 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 57280

[startup+25.5007 s]
/proc/loadavg: 1.00 1.01 1.00 2/106 15164
/proc/meminfo: memFree=1708876/2059040 swapFree=4140808/4192956
[pid=15163] ppid=15161 vsize=65868 CPUtime=25.49
/proc/15163/stat : 15163 (pbscip.linux.x8) R 15161 15163 15039 0 -1 4202496 47585 0 0 0 2485 64 0 0 25 0 1 0 8580277 67448832 12525 1992294400 4194304 9819077 140734898738832 18446744073709551615 7480855 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15163/statm: 16467 12525 716 1374 0 15088 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 65868

[startup+51.1012 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 15166
/proc/meminfo: memFree=1709124/2059040 swapFree=4140808/4192956
[pid=15163] ppid=15161 vsize=59576 CPUtime=51.07
/proc/15163/stat : 15163 (pbscip.linux.x8) R 15161 15163 15039 0 -1 4202496 78771 0 0 0 5023 84 0 0 25 0 1 0 8580277 61005824 12019 1992294400 4194304 9819077 140734898738832 18446744073709551615 7230547 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15163/statm: 14894 12019 721 1374 0 13515 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 59576

[startup+102.308 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 15166
/proc/meminfo: memFree=1709124/2059040 swapFree=4140808/4192956
[pid=15163] ppid=15161 vsize=61500 CPUtime=102.27
/proc/15163/stat : 15163 (pbscip.linux.x8) R 15161 15163 15039 0 -1 4202496 140033 0 0 0 10104 123 0 0 25 0 1 0 8580277 62976000 12065 1992294400 4194304 9819077 140734898738832 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15163/statm: 15375 12065 729 1374 0 13996 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 61500

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 15168
/proc/meminfo: memFree=1709248/2059040 swapFree=4140808/4192956
[pid=15163] ppid=15161 vsize=55040 CPUtime=162.25
/proc/15163/stat : 15163 (pbscip.linux.x8) R 15161 15163 15039 0 -1 4202496 206950 0 0 0 16062 163 0 0 25 0 1 0 8580277 56360960 12038 1992294400 4194304 9819077 140734898738832 18446744073709551615 7292317 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15163/statm: 13760 12038 729 1374 0 12381 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 55040

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 15170
/proc/meminfo: memFree=1709248/2059040 swapFree=4140808/4192956
[pid=15163] ppid=15161 vsize=57756 CPUtime=222.23
/proc/15163/stat : 15163 (pbscip.linux.x8) R 15161 15163 15039 0 -1 4202496 299766 0 0 0 22002 221 0 0 25 0 1 0 8580277 59142144 12133 1992294400 4194304 9819077 140734898738832 18446744073709551615 7290936 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15163/statm: 14439 12133 736 1374 0 13060 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 57756

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 15172
/proc/meminfo: memFree=1709372/2059040 swapFree=4140808/4192956
[pid=15163] ppid=15161 vsize=58352 CPUtime=282.22
/proc/15163/stat : 15163 (pbscip.linux.x8) R 15161 15163 15039 0 -1 4202496 397427 0 0 0 27942 280 0 0 25 0 1 0 8580277 59752448 12325 1992294400 4194304 9819077 140734898738832 18446744073709551615 7291687 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15163/statm: 14588 12325 736 1374 0 13209 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 58352

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 15174
/proc/meminfo: memFree=1709248/2059040 swapFree=4140808/4192956
[pid=15163] ppid=15161 vsize=58008 CPUtime=342.2
/proc/15163/stat : 15163 (pbscip.linux.x8) R 15161 15163 15039 0 -1 4202496 508512 0 0 0 33878 342 0 0 25 0 1 0 8580277 59400192 12212 1992294400 4194304 9819077 140734898738832 18446744073709551615 7290967 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15163/statm: 14502 12212 736 1374 0 13123 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 58008

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 15174
/proc/meminfo: memFree=1709248/2059040 swapFree=4140808/4192956
[pid=15163] ppid=15161 vsize=57536 CPUtime=402.19
/proc/15163/stat : 15163 (pbscip.linux.x8) R 15161 15163 15039 0 -1 4202496 602866 0 0 0 39821 398 0 0 25 0 1 0 8580277 58916864 12044 1992294400 4194304 9819077 140734898738832 18446744073709551615 7290944 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15163/statm: 14384 12044 736 1374 0 13005 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 57536

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 15176
/proc/meminfo: memFree=1708380/2059040 swapFree=4140808/4192956
[pid=15163] ppid=15161 vsize=59924 CPUtime=462.18
/proc/15163/stat : 15163 (pbscip.linux.x8) R 15161 15163 15039 0 -1 4202496 744111 0 0 0 45742 476 0 0 25 0 1 0 8580277 61362176 12217 1992294400 4194304 9819077 140734898738832 18446744073709551615 6004033 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15163/statm: 14981 12217 736 1374 0 13602 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 59924

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 15178
/proc/meminfo: memFree=1707264/2059040 swapFree=4140808/4192956
[pid=15163] ppid=15161 vsize=59888 CPUtime=522.15
/proc/15163/stat : 15163 (pbscip.linux.x8) R 15161 15163 15039 0 -1 4202496 891460 0 0 0 51654 561 0 0 25 0 1 0 8580277 61325312 12468 1992294400 4194304 9819077 140734898738832 18446744073709551615 6004033 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15163/statm: 14972 12468 736 1374 0 13593 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 59888

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 15180
/proc/meminfo: memFree=1706892/2059040 swapFree=4140808/4192956
[pid=15163] ppid=15161 vsize=61836 CPUtime=582.15
/proc/15163/stat : 15163 (pbscip.linux.x8) R 15161 15163 15039 0 -1 4202496 1041824 0 0 0 57567 648 0 0 25 0 1 0 8580277 63320064 12638 1992294400 4194304 9819077 140734898738832 18446744073709551615 7291608 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15163/statm: 15459 12638 736 1374 0 14080 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 61836

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 15182
/proc/meminfo: memFree=1706272/2059040 swapFree=4140808/4192956
[pid=15163] ppid=15161 vsize=61932 CPUtime=642.13
/proc/15163/stat : 15163 (pbscip.linux.x8) R 15161 15163 15039 0 -1 4202496 1204934 0 0 0 63487 726 0 0 25 0 1 0 8580277 63418368 12827 1992294400 4194304 9819077 140734898738832 18446744073709551615 7309040 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15163/statm: 15483 12827 736 1374 0 14104 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 61932

[startup+702.301 s]

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

/proc/15163/stat : 15163 (pbscip.linux.x8) R 15161 15163 15039 0 -1 4202496 2322162 0 0 0 104888 1313 0 0 25 0 1 0 8580277 66314240 13399 1992294400 4194304 9819077 140734898738832 18446744073709551615 6192281 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15163/statm: 16190 13399 736 1374 0 14811 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 64760

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 15197
/proc/meminfo: memFree=1703052/2059040 swapFree=4140808/4192956
[pid=15163] ppid=15161 vsize=74888 CPUtime=1122.01
/proc/15163/stat : 15163 (pbscip.linux.x8) R 15161 15163 15039 0 -1 4202496 2467884 0 0 0 110814 1387 0 0 25 0 1 0 8580277 76685312 13455 1992294400 4194304 9819077 140734898738832 18446744073709551615 6391519 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15163/statm: 18722 13455 736 1374 0 17343 0
Current children cumulated CPU time (s) 1122.01
Current children cumulated vsize (KiB) 74888

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 15199
/proc/meminfo: memFree=1702804/2059040 swapFree=4140808/4192956
[pid=15163] ppid=15161 vsize=65752 CPUtime=1181.98
/proc/15163/stat : 15163 (pbscip.linux.x8) R 15161 15163 15039 0 -1 4202496 2632351 0 0 0 116725 1473 0 0 25 0 1 0 8580277 67330048 13389 1992294400 4194304 9819077 140734898738832 18446744073709551615 7291689 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15163/statm: 16438 13389 736 1374 0 15059 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 65752

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 15201
/proc/meminfo: memFree=1701812/2059040 swapFree=4140808/4192956
[pid=15163] ppid=15161 vsize=65636 CPUtime=1241.98
/proc/15163/stat : 15163 (pbscip.linux.x8) R 15161 15163 15039 0 -1 4202496 2785754 0 0 0 122639 1559 0 0 25 0 1 0 8580277 67211264 13497 1992294400 4194304 9819077 140734898738832 18446744073709551615 7291987 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15163/statm: 16409 13497 736 1374 0 15030 0
Current children cumulated CPU time (s) 1241.98
Current children cumulated vsize (KiB) 65636

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 15201
/proc/meminfo: memFree=1702184/2059040 swapFree=4140808/4192956
[pid=15163] ppid=15161 vsize=65752 CPUtime=1301.97
/proc/15163/stat : 15163 (pbscip.linux.x8) R 15161 15163 15039 0 -1 4202496 2935076 0 0 0 128566 1631 0 0 25 0 1 0 8580277 67330048 13660 1992294400 4194304 9819077 140734898738832 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15163/statm: 16438 13660 736 1374 0 15059 0
Current children cumulated CPU time (s) 1301.97
Current children cumulated vsize (KiB) 65752

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 15203
/proc/meminfo: memFree=1701068/2059040 swapFree=4140808/4192956
[pid=15163] ppid=15161 vsize=67148 CPUtime=1361.94
/proc/15163/stat : 15163 (pbscip.linux.x8) R 15161 15163 15039 0 -1 4202496 3083325 0 0 0 134486 1708 0 0 25 0 1 0 8580277 68759552 13773 1992294400 4194304 9819077 140734898738832 18446744073709551615 7292017 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15163/statm: 16787 13773 736 1374 0 15408 0
Current children cumulated CPU time (s) 1361.94
Current children cumulated vsize (KiB) 67148

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 15205
/proc/meminfo: memFree=1700696/2059040 swapFree=4140808/4192956
[pid=15163] ppid=15161 vsize=67340 CPUtime=1421.93
/proc/15163/stat : 15163 (pbscip.linux.x8) R 15161 15163 15039 0 -1 4202496 3270623 0 0 0 140382 1811 0 0 25 0 1 0 8580277 68956160 13911 1992294400 4194304 9819077 140734898738832 18446744073709551615 6656850 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15163/statm: 16835 13911 740 1374 0 15456 0
Current children cumulated CPU time (s) 1421.93
Current children cumulated vsize (KiB) 67340

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 15207
/proc/meminfo: memFree=1701192/2059040 swapFree=4140808/4192956
[pid=15163] ppid=15161 vsize=65696 CPUtime=1481.92
/proc/15163/stat : 15163 (pbscip.linux.x8) R 15161 15163 15039 0 -1 4202496 3442075 0 0 0 146287 1905 0 0 25 0 1 0 8580277 67272704 13770 1992294400 4194304 9819077 140734898738832 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15163/statm: 16424 13770 740 1374 0 15045 0
Current children cumulated CPU time (s) 1481.92
Current children cumulated vsize (KiB) 65696

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 15209
/proc/meminfo: memFree=1700572/2059040 swapFree=4140808/4192956
[pid=15163] ppid=15161 vsize=67836 CPUtime=1541.9
/proc/15163/stat : 15163 (pbscip.linux.x8) R 15161 15163 15039 0 -1 4202496 3620854 0 0 0 152187 2003 0 0 25 0 1 0 8580277 69464064 14129 1992294400 4194304 9819077 140734898738832 18446744073709551615 7311712 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15163/statm: 16959 14129 740 1374 0 15580 0
Current children cumulated CPU time (s) 1541.9
Current children cumulated vsize (KiB) 67836

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 15209
/proc/meminfo: memFree=1700448/2059040 swapFree=4140808/4192956
[pid=15163] ppid=15161 vsize=67756 CPUtime=1601.88
/proc/15163/stat : 15163 (pbscip.linux.x8) R 15161 15163 15039 0 -1 4202496 3760429 0 0 0 158107 2081 0 0 25 0 1 0 8580277 69382144 14007 1992294400 4194304 9819077 140734898738832 18446744073709551615 6198333 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15163/statm: 16939 14007 740 1374 0 15560 0
Current children cumulated CPU time (s) 1601.88
Current children cumulated vsize (KiB) 67756

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 15211
/proc/meminfo: memFree=1699580/2059040 swapFree=4140808/4192956
[pid=15163] ppid=15161 vsize=68012 CPUtime=1661.87
/proc/15163/stat : 15163 (pbscip.linux.x8) R 15161 15163 15039 0 -1 4202496 3936144 0 0 0 164010 2177 0 0 25 0 1 0 8580277 69644288 14215 1992294400 4194304 9819077 140734898738832 18446744073709551615 6192300 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15163/statm: 17003 14215 740 1374 0 15624 0
Current children cumulated CPU time (s) 1661.87
Current children cumulated vsize (KiB) 68012

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 15213
/proc/meminfo: memFree=1698092/2059040 swapFree=4140808/4192956
[pid=15163] ppid=15161 vsize=76688 CPUtime=1721.86
/proc/15163/stat : 15163 (pbscip.linux.x8) R 15161 15163 15039 0 -1 4202496 4100063 0 0 0 169921 2265 0 0 25 0 1 0 8580277 78528512 14474 1992294400 4194304 9819077 140734898738832 18446744073709551615 7309283 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15163/statm: 19172 14474 740 1374 0 17793 0
Current children cumulated CPU time (s) 1721.86
Current children cumulated vsize (KiB) 76688

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 15215
/proc/meminfo: memFree=1698092/2059040 swapFree=4140808/4192956
[pid=15163] ppid=15161 vsize=78792 CPUtime=1781.84
/proc/15163/stat : 15163 (pbscip.linux.x8) R 15161 15163 15039 0 -1 4202496 4260145 0 0 0 175833 2351 0 0 25 0 1 0 8580277 80683008 14608 1992294400 4194304 9819077 140734898738832 18446744073709551615 6391602 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15163/statm: 19698 14608 740 1374 0 18319 0
Current children cumulated CPU time (s) 1781.84
Current children cumulated vsize (KiB) 78792



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 15215
/proc/meminfo: memFree=1698340/2059040 swapFree=4140808/4192956
[pid=15163] ppid=15161 vsize=69532 CPUtime=1800.04
/proc/15163/stat : 15163 (pbscip.linux.x8) R 15161 15163 15039 0 -1 4202496 4307332 0 0 0 177625 2379 0 0 25 0 1 0 8580277 71200768 14466 1992294400 4194304 9819077 140734898738832 18446744073709551615 7291631 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15163/statm: 17383 14466 740 1374 0 16004 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 69532

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -15163

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

[startup+1801.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15216
/proc/meminfo: memFree=1698332/2059040 swapFree=4140808/4192956
[pid=15163] ppid=15161 vsize=69440 CPUtime=1800.93
/proc/15163/stat : 15163 (pbscip.linux.x8) R 15161 15163 15039 0 -1 4202496 4308523 0 0 0 177714 2379 0 0 25 0 1 0 8580277 71106560 14448 1992294400 4194304 9819077 140734898738832 18446744073709551615 7305076 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15163/statm: 17360 14448 740 1374 0 15981 0
Current children cumulated CPU time (s) 1800.93
Current children cumulated vsize (KiB) 69440

[startup+1802.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15216
/proc/meminfo: memFree=1697588/2059040 swapFree=4140808/4192956
[pid=15163] ppid=15161 vsize=69280 CPUtime=1801.73
/proc/15163/stat : 15163 (pbscip.linux.x8) R 15161 15163 15039 0 -1 4202496 4310539 0 0 0 177793 2380 0 0 25 0 1 0 8580277 70942720 14464 1992294400 4194304 9819077 140734898738832 18446744073709551615 6198393 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15163/statm: 17320 14464 740 1374 0 15941 0
Current children cumulated CPU time (s) 1801.73
Current children cumulated vsize (KiB) 69280

[startup+1802.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15216
/proc/meminfo: memFree=1697588/2059040 swapFree=4140808/4192956
[pid=15163] ppid=15161 vsize=69452 CPUtime=1801.93
/proc/15163/stat : 15163 (pbscip.linux.x8) R 15161 15163 15039 0 -1 4202496 4311122 0 0 0 177812 2381 0 0 25 0 1 0 8580277 71118848 14440 1992294400 4194304 9819077 140734898738832 18446744073709551615 4561147 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/15163/statm: 17363 14440 740 1374 0 15984 0
Current children cumulated CPU time (s) 1801.93
Current children cumulated vsize (KiB) 69452

[startup+1802.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15216
/proc/meminfo: memFree=1697588/2059040 swapFree=4140808/4192956
[pid=15163] ppid=15161 vsize=69276 CPUtime=1802.03
/proc/15163/stat : 15163 (pbscip.linux.x8) R 15161 15163 15039 0 -1 4202496 4311197 0 0 0 177822 2381 0 0 25 0 1 0 8580277 70938624 14430 1992294400 4194304 9819077 140734898738832 18446744073709551615 6443187 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/15163/statm: 17319 14430 741 1374 0 15940 0
Current children cumulated CPU time (s) 1802.03
Current children cumulated vsize (KiB) 69276

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.52
CPU time (s): 1802.06
CPU user time (s): 1778.23
CPU system time (s): 23.8214
CPU usage (%): 99.9745
Max. virtual memory (cumulated for all children) (KiB): 86228

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1778.23
system time used= 23.8214
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4311197
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= 3
involuntary context switches= 2315

runsolver used 3.05354 second user time and 8.43572 second system time

The end

Launcher Data

Begin job on node089 at 2010-06-16 09:21:08
IDJOB=2665324
IDBENCH=48267
IDSOLVER=1168
FILE ID=node089/2665324-1276672868
PBS_JOBID= 11172535
Free space on /tmp= 62556 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solver
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_100_25_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-2665324-1276672868/watcher-2665324-1276672868 -o /tmp/evaluation-result-2665324-1276672868/solver-2665324-1276672868 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2665324-1276672868.opb -t 1800 -m 1800

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

MD5SUM BENCH= 29cda419af6adbdf14450bbe70fbdfc2
RANDOM SEED=1142701217

node089.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.244
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.48
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.244
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5999.47
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1756036 kB
Buffers:         98572 kB
Cached:         124396 kB
SwapCached:       6516 kB
Active:          98264 kB
Inactive:       138468 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1756036 kB
SwapTotal:     4192956 kB
SwapFree:      4140808 kB
Dirty:            6276 kB
Writeback:           0 kB
AnonPages:       11208 kB
Mapped:          13056 kB
Slab:            44656 kB
PageTables:       3972 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180544 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= 62552 MiB
End job on node089 at 2010-06-16 09:51:10