Trace number 2665309

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)-14 1800.9 1801.41

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: 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-2665309-1276670559.opb>
0.02/0.04	c original problem has 3274 variables (3274 bin, 0 int, 0 impl, 0 cont) and 3375 constraints
0.02/0.04	c problem read
0.02/0.04	c presolving settings loaded
0.02/0.08	o 0
0.02/0.08	c feasible solution found by trivial heuristic, objective value  0.000000e+00
0.02/0.08	c presolving:
0.29/0.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.57	c    (0.3s) probing: 101/3274 (3.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.49/0.57	c    (0.3s) probing aborted: 100/100 successive totally useless probings
0.49/0.57	c presolving (2 rounds):
0.49/0.57	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.49/0.57	c  24792 implications, 200 cliques
0.49/0.57	c presolved problem has 3274 variables (3274 bin, 0 int, 0 impl, 0 cont) and 3375 constraints
0.49/0.57	c     200 constraints of type <setppc>
0.49/0.57	c    3074 constraints of type <and>
0.49/0.57	c       1 constraints of type <linear>
0.49/0.57	c     100 constraints of type <logicor>
0.49/0.57	c transformed objective value is always integral (scale: 1)
0.49/0.57	c Presolving Time: 0.32
0.49/0.57	c - non default parameters ----------------------------------------------------------------------
0.49/0.57	c # SCIP version 1.2.1.2
0.49/0.57	c 
0.49/0.57	c # frequency for displaying node information lines
0.49/0.57	c # [type: int, range: [-1,2147483647], default: 100]
0.49/0.57	c display/freq = 10000
0.49/0.57	c 
0.49/0.57	c # maximal time in seconds to run
0.49/0.57	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.49/0.57	c limits/time = 1799.96
0.49/0.57	c 
0.49/0.57	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.49/0.57	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.49/0.57	c limits/memory = 1620
0.49/0.57	c 
0.49/0.57	c # should presolving try to simplify inequalities
0.49/0.57	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.49/0.57	c constraints/linear/simplifyinequalities = TRUE
0.49/0.57	c 
0.49/0.57	c # should presolving try to simplify knapsacks
0.49/0.57	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.49/0.57	c constraints/knapsack/simplifyinequalities = TRUE
0.49/0.57	c 
0.49/0.57	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.49/0.57	c # [type: int, range: [-1,2147483647], default: -1]
0.49/0.57	c heuristics/undercover/freq = 0
0.49/0.57	c 
0.49/0.57	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.49/0.57	c # [type: int, range: [-1,2147483647], default: -1]
0.49/0.57	c separating/rapidlearning/freq = 0
0.49/0.57	c 
0.49/0.57	c -----------------------------------------------------------------------------------------------
0.49/0.57	c start solving
0.49/0.58	c 
0.69/0.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.69/0.79	c t 0.5s|     1 |     0 |   330 |     - |  15M|   0 | 257 |3274 |3375 |3274 |6449 |   0 |   0 |   0 |-5.000000e+01 | 0.000000e+00 | 100.00%
0.79/0.80	o -4
0.79/0.80	c R 0.5s|     1 |     0 |   330 |     - |  15M|   0 | 257 |3274 |3375 |3274 |6449 |   0 |   0 |   0 |-5.000000e+01 |-4.000000e+00 |  92.00%
1.19/1.23	o -5
1.19/1.23	c u 0.9s|     1 |     0 |   330 |     - |  15M|   0 | 257 |3274 |3375 |3274 |6449 |   0 |   0 |   0 |-5.000000e+01 |-5.000000e+00 |  90.00%
3.89/3.98	c   3.4s|     1 |     0 |  2229 |     - |  15M|   0 |1122 |3274 |3375 |3274 |6453 |   4 |   0 |   0 |-5.000000e+01 |-5.000000e+00 |  90.00%
7.60/7.64	c   7.0s|     1 |     0 |  4611 |     - |  16M|   0 |1539 |3274 |3375 |3274 |6458 |   9 |   0 |   0 |-5.000000e+01 |-5.000000e+00 |  90.00%
10.99/11.05	c  10.4s|     1 |     0 |  4836 |     - |  16M|   0 |1539 |3274 |3375 |3274 |6465 |  16 |   0 |   0 |-5.000000e+01 |-5.000000e+00 |  90.00%
14.39/14.45	c  13.8s|     1 |     0 |  5171 |     - |  16M|   0 |1519 |3274 |3375 |3274 |6469 |  20 |   0 |   0 |-5.000000e+01 |-5.000000e+00 |  90.00%
17.38/17.49	c  16.8s|     1 |     0 |  5390 |     - |  16M|   0 |1513 |3274 |3375 |3274 |6473 |  24 |   0 |   0 |-5.000000e+01 |-5.000000e+00 |  90.00%
20.09/20.10	c  19.4s|     1 |     0 |  5489 |     - |  16M|   0 |1513 |3274 |3375 |3274 |6477 |  28 |   0 |   0 |-5.000000e+01 |-5.000000e+00 |  90.00%
76.16/76.26	o -10
76.16/76.26	c E74.3s|     1 |     0 |  5489 |     - |  16M|   0 |1513 |3274 |3375 |3274 |6477 |  28 |   0 |   0 |-5.000000e+01 |-1.000000e+01 |  80.00%
76.26/76.32	c  74.3s|     1 |     0 |  5489 |     - |  16M|   0 |1513 |3274 |3375 |3274 |6477 |  28 |   0 |   0 |-5.000000e+01 |-1.000000e+01 |  80.00%
78.46/78.58	c  76.6s|     1 |     0 |  5527 |     - |  16M|   0 |1513 |3274 |3375 |3274 |6480 |  31 |   0 |   0 |-5.000000e+01 |-1.000000e+01 |  80.00%
98.86/98.97	c  96.9s|     1 |     2 |  5527 |     - |  16M|   0 |1513 |3274 |3375 |3274 |6480 |  31 |   0 |  12 |-5.000000e+01 |-1.000000e+01 |  80.00%
269.80/269.91	o -12
269.80/269.91	c p 267s|    26 |    27 | 63760 |2329.3 |  17M|  13 |   - |3274 |3375 |3274 |2996 |2302 |   0 | 174 |-4.975289e+01 |-1.200000e+01 |  75.88%
667.00/667.25	o -13
667.00/667.25	c p 664s|    64 |    65 |432538 |6778.0 |  17M|  13 |   - |3274 |3384 |3274 |3316 |6016 |   9 | 300 |-4.720184e+01 |-1.300000e+01 |  72.46%
1543.86/1544.34	o -14
1543.86/1544.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1543.86/1544.34	c l1533s|   330 |   329 |  1173k|3549.5 |  19M|  34 |   - |3274 |3411 |3274 |3432 |  12k|  36 |1237 |-4.267059e+01 |-1.400000e+01 |  67.19%
1800.10/1800.61	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.58/1801.17	c 
1800.58/1801.17	c SCIP Status        : solving was interrupted [user interrupt]
1800.58/1801.17	c Solving Time (sec) : 1787.41
1800.58/1801.17	c Solving Nodes      : 415
1800.58/1801.17	c Primal Bound       : -1.40000000000000e+01 (15 solutions)
1800.58/1801.17	c Dual Bound         : -4.16982491834956e+01
1800.58/1801.17	c Gap                : 66.43 %
1800.58/1801.18	s SATISFIABLE
1800.58/1801.18	v x196 -x137 -x130 -x172 -x140 -x179 -x127 -x159 -x181 -x123 -x121 -x133 -x175 -x112 -x188 -x113 x147 -x119 -x156 -x152 -x185 -x154 
1800.58/1801.18	v -x142 -x136 -x126 x186 -x105 -x171 -x117 -x144 -x163 -x106 -x149 -x124 -x110 -x102 -x193 x177 -x169 -x167 -x160 -x151 -x148 
1800.58/1801.18	v -x141 -x139 -x135 x134 -x109 -x104 -x200 -x145 -x115 x166 x161 -x107 -x129 -x158 -x153 -x183 -x187 -x114 -x164 -x197 -x101 
1800.58/1801.18	v x198 x195 x190 x184 -x182 -x157 -x132 -x125 -x122 -x118 -x108 -x111 -x192 -x116 x170 -x173 -x103 -x131 -x168 -x174 -x155 -x138 
1800.58/1801.18	v -x194 -x150 -x180 -x143 x128 -x146 -x178 -x165 -x199 -x162 -x176 -x189 x120 -x191 x100 -x99 -x98 -x97 -x96 -x95 -x94 -x93 -x92 
1800.58/1801.18	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 
1800.58/1801.18	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.58/1801.18	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.58/1801.18	v -x14 -x13 -x12 -x11 -x10 -x9 -x8 x7 x6 -x5 -x4 -x3 -x2 -x1 
1800.58/1801.18	c SCIP Status        : solving was interrupted [user interrupt]
1800.58/1801.18	c Solving Time       :    1787.41
1800.58/1801.18	c Original Problem   :
1800.58/1801.18	c   Problem name     : HOME/instance-2665309-1276670559.opb
1800.58/1801.18	c   Variables        : 3274 (3274 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.58/1801.18	c   Constraints      : 3375 initial, 3375 maximal
1800.58/1801.18	c Presolved Problem  :
1800.58/1801.18	c   Problem name     : t_HOME/instance-2665309-1276670559.opb
1800.58/1801.18	c   Variables        : 3274 (3274 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.58/1801.18	c   Constraints      : 3375 initial, 3420 maximal
1800.58/1801.18	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.58/1801.18	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.58/1801.18	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.58/1801.18	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.58/1801.18	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.58/1801.18	c   implics          :       0.01          0          0          0          0          0          0          0          0
1800.58/1801.18	c   probing          :       0.08          0          0          0          0          0          0          0          0
1800.58/1801.18	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.58/1801.18	c   and              :       0.19          0          0          0          0          0          0          0          0
1800.58/1801.18	c   linear           :       0.02          0          0          0          0          0          0          0          0
1800.58/1801.18	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.58/1801.18	c   root node        :          -          0          -          -          0          -          -          -          -
1800.58/1801.18	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.58/1801.18	c   integral         :          0          0          0        422          0          0          8          0          0        830
1800.58/1801.18	c   setppc           :        200          7      28471          0          0         10       1487          0          0          0
1800.58/1801.18	c   and              :       3074       1030      28460          0          0         10      50263      25078          0          0
1800.58/1801.18	c   linear           :          1          7      28447          0          0          1          0          0          0          0
1800.58/1801.18	c   logicor          :        100+         7       1612          0          0          0        246          0          0          0
1800.58/1801.18	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.58/1801.18	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.58/1801.18	c   integral         :     419.90       0.00       0.00     419.90       0.00
1800.58/1801.18	c   setppc           :       0.40       0.00       0.40       0.00       0.00
1800.58/1801.18	c   and              :       7.83       2.50       5.33       0.00       0.00
1800.58/1801.18	c   linear           :       0.42       0.02       0.40       0.00       0.00
1800.58/1801.18	c   logicor          :       0.02       0.00       0.02       0.00       0.00
1800.58/1801.18	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.58/1801.18	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.58/1801.18	c   vbounds          :       0.04          2          0          0
1800.58/1801.18	c   rootredcost      :       0.01          3          0          0
1800.58/1801.18	c   pseudoobj        :       0.28      28330          1          0
1800.58/1801.18	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.58/1801.18	c   propagation      :       0.00         22         22         38       49.8          1        3.0          -
1800.58/1801.18	c   infeasible LP    :       0.02          6          6         12       55.2          0        0.0          0
1800.58/1801.18	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.58/1801.18	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.58/1801.18	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.58/1801.18	c   applied globally :          -          -          -         45       45.3          -          -          -
1800.58/1801.18	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.58/1801.18	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.58/1801.18	c   cut pool         :       0.00          6          -          -          0          -    (maximal pool size: 75)
1800.58/1801.18	c   redcost          :       0.55       1030          0         91          0          0
1800.58/1801.18	c   impliedbounds    :       0.02          7          0          0          4          0
1800.58/1801.18	c   intobj           :       0.00          0          0          0          0          0
1800.58/1801.18	c   cgmip            :       0.00          0          0          0          0          0
1800.58/1801.18	c   gomory           :       5.69          7          0          0          4          0
1800.58/1801.18	c   strongcg         :       6.93          7          0          0        247          0
1800.58/1801.18	c   cmir             :       0.47          7          0          0          0          0
1800.58/1801.18	c   flowcover        :       0.49          7          0          0          0          0
1800.58/1801.18	c   clique           :       0.57          7          0          0         41          0
1800.58/1801.18	c   zerohalf         :       0.00          0          0          0          0          0
1800.58/1801.18	c   mcf              :       0.06          3          0          0          0          0
1800.58/1801.18	c   rapidlearning    :       1.35          1          0          0          0          0
1800.58/1801.18	c Pricers            :       Time      Calls       Vars
1800.58/1801.18	c   problem variables:       0.00          0          0
1800.58/1801.18	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.58/1801.18	c   relpscost        :     419.89        422          0          8          0          0        830
1800.58/1801.18	c   pscost           :       0.00          0          0          0          0          0          0
1800.58/1801.18	c   inference        :       0.00          0          0          0          0          0          0
1800.58/1801.18	c   mostinf          :       0.00          0          0          0          0          0          0
1800.58/1801.18	c   leastinf         :       0.00          0          0          0          0          0          0
1800.58/1801.18	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.58/1801.18	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.58/1801.18	c   random           :       0.00          0          0          0          0          0          0
1800.58/1801.18	c Primal Heuristics  :       Time      Calls      Found
1800.58/1801.18	c   LP solutions     :       0.00          -          0
1800.58/1801.18	c   pseudo solutions :       0.00          -          0
1800.58/1801.18	c   oneopt           :       0.02          5          0
1800.58/1801.18	c   crossover        :       0.29          1          0
1800.58/1801.18	c   trivial          :       0.02          2          3
1800.58/1801.18	c   simplerounding   :       0.00          0          0
1800.58/1801.18	c   zirounding       :       0.40        415          0
1800.58/1801.18	c   rounding         :       3.19       1038          1
1800.58/1801.18	c   shifting         :       0.64         98          6
1800.58/1801.18	c   intshifting      :       0.00          0          0
1800.58/1801.18	c   twoopt           :       0.00          0          0
1800.58/1801.18	c   fixandinfer      :       0.00          0          0
1800.58/1801.18	c   feaspump         :       0.00          0          0
1800.58/1801.18	c   coefdiving       :      69.53          8          0
1800.58/1801.18	c   pscostdiving     :      77.64         24          2
1800.58/1801.18	c   fracdiving       :      67.54          7          0
1800.58/1801.18	c   veclendiving     :      48.35         10          0
1800.58/1801.18	c   intdiving        :       0.00          0          0
1800.58/1801.18	c   actconsdiving    :       0.00          0          0
1800.58/1801.18	c   objpscostdiving  :      26.80          2          0
1800.58/1801.18	c   rootsoldiving    :      11.06          6          0
1800.58/1801.18	c   linesearchdiving :      73.25         23          1
1800.58/1801.18	c   guideddiving     :      70.23          8          0
1800.58/1801.18	c   octane           :       0.00          0          0
1800.58/1801.18	c   rens             :      54.91          1          1
1800.58/1801.18	c   rins             :       0.00          0          0
1800.58/1801.18	c   localbranching   :       0.00          0          0
1800.58/1801.18	c   mutation         :       0.00          0          0
1800.58/1801.18	c   dins             :       0.00          0          0
1800.58/1801.18	c   undercover       :       0.36          1          1
1800.58/1801.18	c   nlp              :       0.00          0          0
1800.58/1801.18	c   trysol           :       0.00          0          0
1800.58/1801.18	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.58/1801.18	c   primal LP        :     118.16          0          0       0.00       0.00
1800.58/1801.18	c   dual LP          :     721.12       1038     782215     753.58    1084.72
1800.58/1801.18	c   lex dual LP      :       0.00          0          0       0.00          -
1800.58/1801.18	c   barrier LP       :       0.00          0          0       0.00          -
1800.58/1801.18	c   diving/probing LP:     395.14      19494     598130      30.68    1513.72
1800.58/1801.18	c   strong branching :     419.56       1555     502854     323.38    1198.53
1800.58/1801.18	c     (at root node) :          -         12      12000    1000.00          -
1800.58/1801.18	c   conflict analysis:       0.00          0          0       0.00          -
1800.58/1801.18	c B&B Tree           :
1800.58/1801.18	c   number of runs   :          1
1800.58/1801.18	c   nodes            :        415
1800.58/1801.18	c   nodes (total)    :        415
1800.58/1801.18	c   nodes left       :        414
1800.58/1801.18	c   max depth        :         39
1800.58/1801.18	c   max depth (total):         39
1800.58/1801.18	c   backtracks       :        133 (32.0%)
1800.58/1801.18	c   delayed cutoffs  :          0
1800.58/1801.18	c   repropagations   :          3 (1 domain reductions, 0 cutoffs)
1800.58/1801.18	c   avg switch length:       6.22
1800.58/1801.18	c   switching time   :     118.70
1800.58/1801.18	c Solution           :
1800.58/1801.18	c   Solutions found  :         15 (7 improvements)
1800.58/1801.18	c   First Solution   : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.02 seconds, depth 0, found by <trivial>)
1800.58/1801.18	c   Primal Bound     : -1.40000000000000e+01   (in run 1, after 330 nodes, 1533.11 seconds, depth 172, found by <linesearchdiving>)
1800.58/1801.18	c   Dual Bound       : -4.16982491834956e+01
1800.58/1801.18	c   Gap              :      66.43 %
1800.58/1801.18	c   Root Dual Bound  : -5.00000000000000e+01
1800.58/1801.18	c   Root Iterations  :       5527
1800.88/1801.41	c Time complete: 1800.89.

Verifier Data

OK	-14

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2665309-1276670559/watcher-2665309-1276670559 -o /tmp/evaluation-result-2665309-1276670559/solver-2665309-1276670559 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2665309-1276670559.opb -t 1800 -m 1800 

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 7636
/proc/meminfo: memFree=1748984/2059040 swapFree=4140468/4192956
[pid=7636] ppid=7634 vsize=9288 CPUtime=0
/proc/7636/stat : 7636 (pbscip.linux.x8) R 7634 7636 7269 0 -1 4202496 1067 0 0 0 0 0 0 0 20 0 1 0 42659620 9510912 988 1992294400 4194304 9819077 140735900164032 18446744073709551615 8675093 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7636/statm: 2322 998 371 1374 0 943 0

[startup+0.0229931 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 7636
/proc/meminfo: memFree=1748984/2059040 swapFree=4140468/4192956
[pid=7636] ppid=7634 vsize=12564 CPUtime=0.02
/proc/7636/stat : 7636 (pbscip.linux.x8) R 7634 7636 7269 0 -1 4202496 2058 0 0 0 1 1 0 0 20 0 1 0 42659620 12865536 1979 1992294400 4194304 9819077 140735900164032 18446744073709551615 6181127 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7636/statm: 3141 1979 389 1374 0 1762 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 12564

[startup+0.101002 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 7636
/proc/meminfo: memFree=1748984/2059040 swapFree=4140468/4192956
[pid=7636] ppid=7634 vsize=22556 CPUtime=0.09
/proc/7636/stat : 7636 (pbscip.linux.x8) R 7634 7636 7269 0 -1 4202496 4771 0 0 0 7 2 0 0 20 0 1 0 42659620 23097344 4338 1992294400 4194304 9819077 140735900164032 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7636/statm: 5639 4338 478 1374 0 4260 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 22556

[startup+0.301024 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 7636
/proc/meminfo: memFree=1748984/2059040 swapFree=4140468/4192956
[pid=7636] ppid=7634 vsize=25552 CPUtime=0.29
/proc/7636/stat : 7636 (pbscip.linux.x8) R 7634 7636 7269 0 -1 4202496 5999 0 0 0 17 12 0 0 20 0 1 0 42659620 26165248 5052 1992294400 4194304 9819077 140735900164032 18446744073709551615 6179008 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7636/statm: 6388 5064 500 1374 0 5009 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 25552

[startup+0.701069 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 7636
/proc/meminfo: memFree=1748984/2059040 swapFree=4140468/4192956
[pid=7636] ppid=7634 vsize=41756 CPUtime=0.69
/proc/7636/stat : 7636 (pbscip.linux.x8) R 7634 7636 7269 0 -1 4202496 10850 0 0 0 47 22 0 0 20 0 1 0 42659620 42758144 8582 1992294400 4194304 9819077 140735900164032 18446744073709551615 7324005 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7636/statm: 10439 8582 635 1374 0 9060 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 41756

[startup+1.50116 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7637
/proc/meminfo: memFree=1696648/2059040 swapFree=4140468/4192956
[pid=7636] ppid=7634 vsize=53516 CPUtime=1.49
/proc/7636/stat : 7636 (pbscip.linux.x8) R 7634 7636 7269 0 -1 4202496 25321 0 0 0 118 31 0 0 22 0 1 0 42659620 54800384 10979 1992294400 4194304 9819077 140735900164032 18446744073709551615 4482881 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7636/statm: 13379 10979 704 1374 0 12000 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 53516

[startup+3.10033 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7637
/proc/meminfo: memFree=1693424/2059040 swapFree=4140468/4192956
[pid=7636] ppid=7634 vsize=71084 CPUtime=3.09
/proc/7636/stat : 7636 (pbscip.linux.x8) R 7634 7636 7269 0 -1 4202496 31753 0 0 0 254 55 0 0 25 0 1 0 42659620 72790016 15098 1992294400 4194304 9819077 140735900164032 18446744073709551615 4661061 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7636/statm: 17771 15098 716 1374 0 16392 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 71084

[startup+6.30069 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7637
/proc/meminfo: memFree=1707064/2059040 swapFree=4140468/4192956
[pid=7636] ppid=7634 vsize=53008 CPUtime=6.29
/proc/7636/stat : 7636 (pbscip.linux.x8) R 7634 7636 7269 0 -1 4202496 35057 0 0 0 570 59 0 0 25 0 1 0 42659620 54280192 11001 1992294400 4194304 9819077 140735900164032 18446744073709551615 6656816 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7636/statm: 13252 11001 716 1374 0 11873 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 53008

[startup+12.7004 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7637
/proc/meminfo: memFree=1707320/2059040 swapFree=4140468/4192956
[pid=7636] ppid=7634 vsize=53176 CPUtime=12.69
/proc/7636/stat : 7636 (pbscip.linux.x8) R 7634 7636 7269 0 -1 4202496 37394 0 0 0 1207 62 0 0 25 0 1 0 42659620 54452224 10977 1992294400 4194304 9819077 140735900164032 18446744073709551615 8491874 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7636/statm: 13294 10977 716 1374 0 11915 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 53176

[startup+25.5008 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7637
/proc/meminfo: memFree=1670616/2059040 swapFree=4140468/4192956
[pid=7636] ppid=7634 vsize=92332 CPUtime=25.48
/proc/7636/stat : 7636 (pbscip.linux.x8) R 7634 7636 7269 0 -1 4202496 65722 0 0 0 2468 80 0 0 25 0 1 0 42659620 94547968 20002 1992294400 4194304 9819077 140735900164032 18446744073709551615 7306243 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7636/statm: 23083 20002 727 1374 0 21704 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 92332

[startup+51.1017 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7637
/proc/meminfo: memFree=1669996/2059040 swapFree=4140468/4192956
[pid=7636] ppid=7634 vsize=94420 CPUtime=51.06
/proc/7636/stat : 7636 (pbscip.linux.x8) R 7634 7636 7269 0 -1 4202496 125026 0 0 0 4978 128 0 0 25 0 1 0 42659620 96686080 20102 1992294400 4194304 9819077 140735900164032 18446744073709551615 6656908 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7636/statm: 23605 20102 735 1374 0 22226 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 94420

[startup+102.308 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7639
/proc/meminfo: memFree=1695292/2059040 swapFree=4140468/4192956
[pid=7636] ppid=7634 vsize=58996 CPUtime=102.26
/proc/7636/stat : 7636 (pbscip.linux.x8) R 7634 7636 7269 0 -1 4202496 208574 0 0 0 10029 197 0 0 25 0 1 0 42659620 60411904 13770 1992294400 4194304 9819077 140735900164032 18446744073709551615 7290975 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7636/statm: 14749 13770 741 1374 0 13370 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 58996

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7641
/proc/meminfo: memFree=1695292/2059040 swapFree=4140468/4192956
[pid=7636] ppid=7634 vsize=58996 CPUtime=162.23
/proc/7636/stat : 7636 (pbscip.linux.x8) R 7634 7636 7269 0 -1 4202496 209587 0 0 0 16013 210 0 0 25 0 1 0 42659620 60411904 13771 1992294400 4194304 9819077 140735900164032 18446744073709551615 7287922 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7636/statm: 14749 13771 741 1374 0 13370 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 58996

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7643
/proc/meminfo: memFree=1695292/2059040 swapFree=4140468/4192956
[pid=7636] ppid=7634 vsize=58996 CPUtime=222.22
/proc/7636/stat : 7636 (pbscip.linux.x8) R 7634 7636 7269 0 -1 4202496 210483 0 0 0 21998 224 0 0 25 0 1 0 42659620 60411904 13772 1992294400 4194304 9819077 140735900164032 18446744073709551615 6004033 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7636/statm: 14749 13772 741 1374 0 13370 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 58996

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7643
/proc/meminfo: memFree=1695292/2059040 swapFree=4140468/4192956
[pid=7636] ppid=7634 vsize=63804 CPUtime=282.2
/proc/7636/stat : 7636 (pbscip.linux.x8) R 7634 7636 7269 0 -1 4202496 211149 0 0 0 27984 236 0 0 25 0 1 0 42659620 65335296 13818 1992294400 4194304 9819077 140735900164032 18446744073709551615 7291660 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7636/statm: 15951 13818 747 1374 0 14572 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 63804

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 3/107 7645
/proc/meminfo: memFree=1695292/2059040 swapFree=4140468/4192956
[pid=7636] ppid=7634 vsize=64636 CPUtime=342.18
/proc/7636/stat : 7636 (pbscip.linux.x8) R 7634 7636 7269 0 -1 4202496 212163 0 0 0 33971 247 0 0 25 0 1 0 42659620 66187264 13831 1992294400 4194304 9819077 140735900164032 18446744073709551615 7301825 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7636/statm: 16159 13831 748 1374 0 14780 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 64636

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7647
/proc/meminfo: memFree=1695292/2059040 swapFree=4140468/4192956
[pid=7636] ppid=7634 vsize=58996 CPUtime=402.17
/proc/7636/stat : 7636 (pbscip.linux.x8) R 7634 7636 7269 0 -1 4202496 212499 0 0 0 39954 263 0 0 25 0 1 0 42659620 60411904 13783 1992294400 4194304 9819077 140735900164032 18446744073709551615 6676872 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7636/statm: 14749 13783 748 1374 0 13370 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 58996

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7649
/proc/meminfo: memFree=1695168/2059040 swapFree=4140468/4192956
[pid=7636] ppid=7634 vsize=58996 CPUtime=462.16
/proc/7636/stat : 7636 (pbscip.linux.x8) R 7634 7636 7269 0 -1 4202496 213285 0 0 0 45939 277 0 0 25 0 1 0 42659620 60411904 13784 1992294400 4194304 9819077 140735900164032 18446744073709551615 6191175 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7636/statm: 14749 13784 749 1374 0 13370 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 58996

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7651
/proc/meminfo: memFree=1695168/2059040 swapFree=4140468/4192956
[pid=7636] ppid=7634 vsize=58996 CPUtime=522.14
/proc/7636/stat : 7636 (pbscip.linux.x8) R 7634 7636 7269 0 -1 4202496 213638 0 0 0 51921 293 0 0 25 0 1 0 42659620 60411904 13786 1992294400 4194304 9819077 140735900164032 18446744073709551615 6702544 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7636/statm: 14749 13786 749 1374 0 13370 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 58996

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7651
/proc/meminfo: memFree=1694920/2059040 swapFree=4140468/4192956
[pid=7636] ppid=7634 vsize=58996 CPUtime=582.12
/proc/7636/stat : 7636 (pbscip.linux.x8) R 7634 7636 7269 0 -1 4202496 215465 0 0 0 57907 305 0 0 25 0 1 0 42659620 60411904 13786 1992294400 4194304 9819077 140735900164032 18446744073709551615 7318501 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7636/statm: 14749 13786 749 1374 0 13370 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 58996

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7653
/proc/meminfo: memFree=1694796/2059040 swapFree=4140468/4192956
[pid=7636] ppid=7634 vsize=58996 CPUtime=642.12
/proc/7636/stat : 7636 (pbscip.linux.x8) R 7634 7636 7269 0 -1 4202496 218851 0 0 0 63890 322 0 0 25 0 1 0 42659620 60411904 13786 1992294400 4194304 9819077 140735900164032 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7636/statm: 14749 13786 749 1374 0 13370 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 58996

[startup+702.301 s]

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

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7661
/proc/meminfo: memFree=1694424/2059040 swapFree=4140468/4192956
[pid=7636] ppid=7634 vsize=72640 CPUtime=942.03
/proc/7636/stat : 7636 (pbscip.linux.x8) R 7634 7636 7269 0 -1 4202496 465213 0 0 0 93675 528 0 0 25 0 1 0 42659620 74383360 13914 1992294400 4194304 9819077 140735900164032 18446744073709551615 7291645 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7636/statm: 18160 13914 749 1374 0 16781 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 72640

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7663
/proc/meminfo: memFree=1694300/2059040 swapFree=4140468/4192956
[pid=7636] ppid=7634 vsize=60652 CPUtime=1002.01
/proc/7636/stat : 7636 (pbscip.linux.x8) R 7634 7636 7269 0 -1 4202496 530182 0 0 0 99627 574 0 0 25 0 1 0 42659620 62107648 13792 1992294400 4194304 9819077 140735900164032 18446744073709551615 8675093 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7636/statm: 15163 13792 749 1374 0 13784 0
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (KiB) 60652

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7665
/proc/meminfo: memFree=1694300/2059040 swapFree=4140468/4192956
[pid=7636] ppid=7634 vsize=64412 CPUtime=1062
/proc/7636/stat : 7636 (pbscip.linux.x8) R 7634 7636 7269 0 -1 4202496 612111 0 0 0 105574 626 0 0 25 0 1 0 42659620 65957888 13882 1992294400 4194304 9819077 140735900164032 18446744073709551615 7292302 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7636/statm: 16103 13882 749 1374 0 14724 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 64412

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7676
/proc/meminfo: memFree=1694424/2059040 swapFree=4140468/4192956
[pid=7636] ppid=7634 vsize=72456 CPUtime=1121.97
/proc/7636/stat : 7636 (pbscip.linux.x8) R 7634 7636 7269 0 -1 4202496 694190 0 0 0 111518 679 0 0 25 0 1 0 42659620 74194944 13898 1992294400 4194304 9819077 140735900164032 18446744073709551615 6391609 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7636/statm: 18114 13898 749 1374 0 16735 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 72456

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7676
/proc/meminfo: memFree=1694548/2059040 swapFree=4140468/4192956
[pid=7636] ppid=7634 vsize=64152 CPUtime=1181.95
/proc/7636/stat : 7636 (pbscip.linux.x8) R 7634 7636 7269 0 -1 4202496 766365 0 0 0 117469 726 0 0 25 0 1 0 42659620 65691648 13836 1992294400 4194304 9819077 140735900164032 18446744073709551615 7292321 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7636/statm: 16038 13836 749 1374 0 14659 0
Current children cumulated CPU time (s) 1181.95
Current children cumulated vsize (KiB) 64152

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7678
/proc/meminfo: memFree=1694424/2059040 swapFree=4140468/4192956
[pid=7636] ppid=7634 vsize=62624 CPUtime=1241.94
/proc/7636/stat : 7636 (pbscip.linux.x8) R 7634 7636 7269 0 -1 4202496 859392 0 0 0 123407 787 0 0 25 0 1 0 42659620 64126976 13824 1992294400 4194304 9819077 140735900164032 18446744073709551615 6391571 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7636/statm: 15656 13824 749 1374 0 14277 0
Current children cumulated CPU time (s) 1241.94
Current children cumulated vsize (KiB) 62624

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7680
/proc/meminfo: memFree=1694300/2059040 swapFree=4140468/4192956
[pid=7636] ppid=7634 vsize=74772 CPUtime=1301.93
/proc/7636/stat : 7636 (pbscip.linux.x8) R 7634 7636 7269 0 -1 4202496 949325 0 0 0 129349 844 0 0 25 0 1 0 42659620 76566528 13941 1992294400 4194304 9819077 140735900164032 18446744073709551615 7312705 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7636/statm: 18693 13941 749 1374 0 17314 0
Current children cumulated CPU time (s) 1301.93
Current children cumulated vsize (KiB) 74772

[startup+1362.3 s]
/proc/loadavg: 1.03 1.01 1.00 2/107 7682
/proc/meminfo: memFree=1691076/2059040 swapFree=4140468/4192956
[pid=7636] ppid=7634 vsize=65088 CPUtime=1361.9
/proc/7636/stat : 7636 (pbscip.linux.x8) R 7634 7636 7269 0 -1 4202496 1048611 0 0 0 135281 909 0 0 25 0 1 0 42659620 66650112 14609 1992294400 4194304 9819077 140735900164032 18446744073709551615 7291890 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7636/statm: 16272 14609 750 1374 0 14893 0
Current children cumulated CPU time (s) 1361.9
Current children cumulated vsize (KiB) 65088

[startup+1422.31 s]
/proc/loadavg: 1.08 1.02 1.00 2/107 7684
/proc/meminfo: memFree=1691076/2059040 swapFree=4140468/4192956
[pid=7636] ppid=7634 vsize=66468 CPUtime=1421.9
/proc/7636/stat : 7636 (pbscip.linux.x8) R 7634 7636 7269 0 -1 4202496 1122299 0 0 0 141230 960 0 0 25 0 1 0 42659620 68063232 14619 1992294400 4194304 9819077 140735900164032 18446744073709551615 6192281 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7636/statm: 16617 14619 750 1374 0 15238 0
Current children cumulated CPU time (s) 1421.9
Current children cumulated vsize (KiB) 66468

[startup+1482.3 s]
/proc/loadavg: 1.03 1.02 1.00 2/107 7684
/proc/meminfo: memFree=1690952/2059040 swapFree=4140468/4192956
[pid=7636] ppid=7634 vsize=64860 CPUtime=1481.87
/proc/7636/stat : 7636 (pbscip.linux.x8) R 7634 7636 7269 0 -1 4202496 1197012 0 0 0 147172 1015 0 0 25 0 1 0 42659620 66416640 14594 1992294400 4194304 9819077 140735900164032 18446744073709551615 6568822 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7636/statm: 16215 14594 750 1374 0 14836 0
Current children cumulated CPU time (s) 1481.87
Current children cumulated vsize (KiB) 64860

[startup+1542.3 s]
/proc/loadavg: 1.07 1.03 1.00 2/107 7686
/proc/meminfo: memFree=1691200/2059040 swapFree=4140468/4192956
[pid=7636] ppid=7634 vsize=66432 CPUtime=1541.85
/proc/7636/stat : 7636 (pbscip.linux.x8) R 7634 7636 7269 0 -1 4202496 1275465 0 0 0 153114 1071 0 0 25 0 1 0 42659620 68026368 14627 1992294400 4194304 9819077 140735900164032 18446744073709551615 6385967 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7636/statm: 16608 14627 750 1374 0 15229 0
Current children cumulated CPU time (s) 1541.85
Current children cumulated vsize (KiB) 66432

[startup+1602.3 s]
/proc/loadavg: 1.08 1.04 1.00 2/107 7688
/proc/meminfo: memFree=1689712/2059040 swapFree=4140468/4192956
[pid=7636] ppid=7634 vsize=66584 CPUtime=1601.84
/proc/7636/stat : 7636 (pbscip.linux.x8) R 7634 7636 7269 0 -1 4202496 1354415 0 0 0 159057 1127 0 0 25 0 1 0 42659620 68182016 14870 1992294400 4194304 9819077 140735900164032 18446744073709551615 7220337 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7636/statm: 16646 14873 750 1374 0 15267 0
Current children cumulated CPU time (s) 1601.84
Current children cumulated vsize (KiB) 66584

[startup+1662.3 s]
/proc/loadavg: 1.07 1.04 1.00 2/107 7690
/proc/meminfo: memFree=1689960/2059040 swapFree=4140468/4192956
[pid=7636] ppid=7634 vsize=77136 CPUtime=1661.82
/proc/7636/stat : 7636 (pbscip.linux.x8) R 7634 7636 7269 0 -1 4202496 1434200 0 0 0 165002 1180 0 0 25 0 1 0 42659620 78987264 15036 1992294400 4194304 9819077 140735900164032 18446744073709551615 6391571 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7636/statm: 19284 15036 750 1374 0 17905 0
Current children cumulated CPU time (s) 1661.82
Current children cumulated vsize (KiB) 77136

[startup+1722.3 s]
/proc/loadavg: 1.07 1.05 1.00 2/107 7692
/proc/meminfo: memFree=1689836/2059040 swapFree=4140468/4192956
[pid=7636] ppid=7634 vsize=68800 CPUtime=1721.8
/proc/7636/stat : 7636 (pbscip.linux.x8) R 7634 7636 7269 0 -1 4202496 1523917 0 0 0 170937 1243 0 0 25 0 1 0 42659620 70451200 14924 1992294400 4194304 9819077 140735900164032 18446744073709551615 7302703 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7636/statm: 17200 14924 750 1374 0 15821 0
Current children cumulated CPU time (s) 1721.8
Current children cumulated vsize (KiB) 68800

[startup+1782.3 s]
/proc/loadavg: 1.06 1.05 1.00 2/107 7692
/proc/meminfo: memFree=1689464/2059040 swapFree=4140468/4192956
[pid=7636] ppid=7634 vsize=68740 CPUtime=1781.79
/proc/7636/stat : 7636 (pbscip.linux.x8) R 7634 7636 7269 0 -1 4202496 1614468 0 0 0 176876 1303 0 0 25 0 1 0 42659620 70389760 15079 1992294400 4194304 9819077 140735900164032 18446744073709551615 7309259 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7636/statm: 17185 15079 750 1374 0 15806 0
Current children cumulated CPU time (s) 1781.79
Current children cumulated vsize (KiB) 68740



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.13 1.06 1.01 2/107 7694
/proc/meminfo: memFree=1689588/2059040 swapFree=4140468/4192956
[pid=7636] ppid=7634 vsize=69584 CPUtime=1800.1
/proc/7636/stat : 7636 (pbscip.linux.x8) R 7634 7636 7269 0 -1 4202496 1641489 0 0 0 178688 1322 0 0 25 0 1 0 42659620 71254016 15074 1992294400 4194304 9819077 140735900164032 18446744073709551615 7298114 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7636/statm: 17396 15074 750 1374 0 16017 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 69584

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

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

[startup+1801 s]
/proc/loadavg: 1.13 1.06 1.01 2/107 7694
/proc/meminfo: memFree=1689588/2059040 swapFree=4140468/4192956
[pid=7636] ppid=7634 vsize=68364 CPUtime=1800.49
/proc/7636/stat : 7636 (pbscip.linux.x8) R 7634 7636 7269 0 -1 4202496 1642004 0 0 0 178727 1322 0 0 25 0 1 0 42659620 70004736 14993 1992294400 4194304 9819077 140735900164032 18446744073709551615 7306911 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7636/statm: 17091 14993 750 1374 0 15712 0
Current children cumulated CPU time (s) 1800.49
Current children cumulated vsize (KiB) 68364

[startup+1801.4 s]
/proc/loadavg: 1.13 1.06 1.01 2/107 7694
/proc/meminfo: memFree=1689588/2059040 swapFree=4140468/4192956
[pid=7636] ppid=7634 vsize=43092 CPUtime=1800.88
/proc/7636/stat : 7636 (pbscip.linux.x8) R 7634 7636 7269 0 -1 4202496 1642367 0 0 0 178766 1322 0 0 25 0 1 0 42659620 44126208 10075 1992294400 4194304 9819077 140735900164032 18446744073709551615 4212062 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7636/statm: 10773 10075 751 1374 0 9394 0
Current children cumulated CPU time (s) 1800.88
Current children cumulated vsize (KiB) 43092

Child status: 0
Real time (s): 1801.41
CPU time (s): 1800.9
CPU user time (s): 1787.67
CPU system time (s): 13.235
CPU usage (%): 99.9719
Max. virtual memory (cumulated for all children) (KiB): 96952

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1787.67
system time used= 13.235
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1642371
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4
involuntary context switches= 2243

runsolver used 2.89756 second user time and 8.59069 second system time

The end

Launcher Data

Begin job on node005 at 2010-06-16 08:42:39
IDJOB=2665309
IDBENCH=48252
IDSOLVER=1168
FILE ID=node005/2665309-1276670559
PBS_JOBID= 11172509
Free space on /tmp= 62564 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_2.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-2665309-1276670559/watcher-2665309-1276670559 -o /tmp/evaluation-result-2665309-1276670559/solver-2665309-1276670559 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2665309-1276670559.opb -t 1800 -m 1800

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

MD5SUM BENCH= 3576405369e31b0bc5c7707d6d764dde
RANDOM SEED=455835227

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1749520 kB
Buffers:         82252 kB
Cached:         132376 kB
SwapCached:       6352 kB
Active:          90700 kB
Inactive:       137620 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1749520 kB
SwapTotal:     4192956 kB
SwapFree:      4140468 kB
Dirty:            6316 kB
Writeback:           0 kB
AnonPages:       11632 kB
Mapped:          13116 kB
Slab:            59580 kB
PageTables:       4016 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   183032 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= 62560 MiB
End job on node005 at 2010-06-16 09:12:42