Trace number 2665322

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)-26 1800.18 1800.67

General information on the benchmark

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

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-2665322-1276672652.opb>
0.00/0.02	c original problem has 1452 variables (1452 bin, 0 int, 0 impl, 0 cont) and 1553 constraints
0.00/0.02	c problem read
0.00/0.02	c presolving settings loaded
0.00/0.04	o 0
0.00/0.04	c feasible solution found by trivial heuristic, objective value  0.000000e+00
0.00/0.04	c presolving:
0.19/0.22	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 300 upgd conss, 10216 impls, 200 clqs
0.39/0.42	c    (0.2s) probing: 101/1452 (7.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.39/0.42	c    (0.2s) probing aborted: 100/100 successive totally useless probings
0.39/0.42	c presolving (2 rounds):
0.39/0.42	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.39/0.42	c  10216 implications, 200 cliques
0.39/0.42	c presolved problem has 1452 variables (1452 bin, 0 int, 0 impl, 0 cont) and 1553 constraints
0.39/0.42	c     200 constraints of type <setppc>
0.39/0.42	c    1252 constraints of type <and>
0.39/0.42	c       1 constraints of type <linear>
0.39/0.42	c     100 constraints of type <logicor>
0.39/0.42	c transformed objective value is always integral (scale: 1)
0.39/0.42	c Presolving Time: 0.20
0.39/0.42	c - non default parameters ----------------------------------------------------------------------
0.39/0.42	c # SCIP version 1.2.1.2
0.39/0.42	c 
0.39/0.42	c # frequency for displaying node information lines
0.39/0.42	c # [type: int, range: [-1,2147483647], default: 100]
0.39/0.42	c display/freq = 10000
0.39/0.42	c 
0.39/0.42	c # maximal time in seconds to run
0.39/0.42	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.39/0.42	c limits/time = 1799.98
0.39/0.42	c 
0.39/0.42	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.39/0.42	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.39/0.42	c limits/memory = 1620
0.39/0.42	c 
0.39/0.42	c # should presolving try to simplify inequalities
0.39/0.42	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.39/0.42	c constraints/linear/simplifyinequalities = TRUE
0.39/0.42	c 
0.39/0.42	c # should presolving try to simplify knapsacks
0.39/0.42	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.39/0.42	c constraints/knapsack/simplifyinequalities = TRUE
0.39/0.42	c 
0.39/0.42	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.39/0.42	c # [type: int, range: [-1,2147483647], default: -1]
0.39/0.42	c heuristics/undercover/freq = 0
0.39/0.42	c 
0.39/0.42	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.39/0.42	c # [type: int, range: [-1,2147483647], default: -1]
0.39/0.42	c separating/rapidlearning/freq = 0
0.39/0.42	c 
0.39/0.42	c -----------------------------------------------------------------------------------------------
0.39/0.42	c start solving
0.39/0.43	c 
0.39/0.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.39/0.49	c t 0.3s|     1 |     0 |   250 |     - |6943k|   0 | 200 |1452 |1553 |1452 |2805 |   0 |   0 |   0 |-5.000000e+01 | 0.000000e+00 | 100.00%
0.49/0.50	o -2
0.49/0.50	c R 0.3s|     1 |     0 |   250 |     - |6960k|   0 | 200 |1452 |1553 |1452 |2805 |   0 |   0 |   0 |-5.000000e+01 |-2.000000e+00 |  96.00%
0.69/0.70	o -3
0.69/0.70	c u 0.4s|     1 |     0 |   250 |     - |7048k|   0 | 200 |1452 |1553 |1452 |2805 |   0 |   0 |   0 |-5.000000e+01 |-3.000000e+00 |  94.00%
1.79/1.86	c   1.4s|     1 |     0 |   708 |     - |7083k|   0 | 594 |1452 |1553 |1452 |2807 |   2 |   0 |   0 |-5.000000e+01 |-3.000000e+00 |  94.00%
2.69/2.70	c   2.2s|     1 |     0 |  1439 |     - |7999k|   0 | 632 |1452 |1553 |1452 |2818 |  13 |   0 |   0 |-5.000000e+01 |-3.000000e+00 |  94.00%
2.69/2.71	o -4
2.69/2.71	c s 2.2s|     1 |     0 |  1439 |     - |8017k|   0 | 632 |1452 |1553 |1452 |2818 |  13 |   0 |   0 |-5.000000e+01 |-4.000000e+00 |  92.00%
4.49/4.54	c   4.0s|     1 |     0 |  2350 |     - |8363k|   0 | 822 |1452 |1553 |1452 |2827 |  22 |   0 |   0 |-5.000000e+01 |-4.000000e+00 |  92.00%
4.49/4.55	o -6
4.49/4.55	c s 4.0s|     1 |     0 |  2350 |     - |8381k|   0 | 822 |1452 |1553 |1452 |2827 |  22 |   0 |   0 |-5.000000e+01 |-6.000000e+00 |  88.00%
6.99/7.07	c   6.5s|     1 |     0 |  2451 |     - |9753k|   0 | 821 |1452 |1553 |1452 |2843 |  38 |   0 |   0 |-5.000000e+01 |-6.000000e+00 |  88.00%
6.99/7.08	o -9
6.99/7.08	c s 6.5s|     1 |     0 |  2451 |     - |9771k|   0 | 821 |1452 |1553 |1452 |2843 |  38 |   0 |   0 |-5.000000e+01 |-9.000000e+00 |  82.00%
9.49/9.55	c   9.0s|     1 |     0 |  2575 |     - |  11M|   0 | 827 |1452 |1553 |1452 |2850 |  45 |   0 |   0 |-5.000000e+01 |-9.000000e+00 |  82.00%
11.99/12.05	c  11.5s|     1 |     0 |  2667 |     - |  12M|   0 | 827 |1452 |1553 |1452 |2858 |  53 |   0 |   0 |-5.000000e+01 |-9.000000e+00 |  82.00%
19.08/19.16	c  18.6s|     1 |     2 |  2667 |     - |  12M|   0 | 827 |1452 |1553 |1452 |2858 |  53 |   0 |  10 |-5.000000e+01 |-9.000000e+00 |  82.00%
278.22/278.33	o -22
278.22/278.33	c l 275s|    81 |    82 |388182 |4818.9 |  12M|  15 |   - |1452 |1659 |1452 |1542 |8507 | 106 | 246 |-4.915001e+01 |-2.200000e+01 |  55.24%
326.00/326.17	o -23
326.00/326.17	c l 322s|    93 |    94 |474511 |5128.7 |  12M|  15 |   - |1452 |1675 |1452 |1553 |9536 | 122 | 291 |-4.915001e+01 |-2.300000e+01 |  53.20%
352.39/352.55	o -24
352.39/352.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
352.39/352.55	c p 348s|   101 |   102 |519669 |5170.0 |  12M|  15 |   - |1452 |1677 |1452 |1715 |  10k| 124 | 318 |-4.915001e+01 |-2.400000e+01 |  51.17%
442.26/442.44	o -25
442.26/442.44	c l 436s|   131 |   132 |672577 |5153.2 |  13M|  15 |   - |1452 |1709 |1452 |1456 |  13k| 156 | 453 |-4.781651e+01 |-2.500000e+01 |  47.72%
910.04/910.36	o -26
910.04/910.36	c l 895s|   381 |   382 |  1443k|3790.5 |  14M|  18 |   - |1452 |1798 |1452 |1490 |  29k| 258 |1443 |-4.734988e+01 |-2.600000e+01 |  45.09%
1800.01/1800.50	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.01/1800.53	c 
1800.01/1800.53	c SCIP Status        : solving was interrupted [user interrupt]
1800.01/1800.53	c Solving Time (sec) : 1768.13
1800.01/1800.53	c Solving Nodes      : 981
1800.01/1800.53	c Primal Bound       : -2.60000000000000e+01 (15 solutions)
1800.01/1800.53	c Dual Bound         : -4.60220193390395e+01
1800.01/1800.53	c Gap                : 43.51 %
1800.01/1800.53	s SATISFIABLE
1800.01/1800.53	v -x148 -x139 -x160 -x157 -x183 x131 -x156 x196 x165 -x122 -x198 x197 -x170 -x113 -x163 x158 x130 -x126 -x125 -x119 -x159 -x192 x195 
1800.01/1800.53	v x144 -x142 -x120 -x164 -x175 -x107 -x181 -x118 x188 -x145 -x191 -x151 -x169 -x134 -x117 -x143 -x190 -x186 -x116 -x124 -x136 
1800.01/1800.53	v x104 x193 -x179 -x140 -x108 -x138 -x154 x172 x162 x200 -x109 -x103 -x194 -x178 -x146 x141 x137 -x185 -x128 -x147 x168 -x153 
1800.01/1800.53	v -x184 x180 -x102 -x171 -x135 x114 -x110 -x105 -x106 -x115 x187 -x129 -x199 -x161 -x127 x101 -x189 -x167 x155 -x152 -x149 -x132 
1800.01/1800.53	v -x123 -x112 -x182 -x174 x150 -x121 x133 -x177 x173 -x111 -x166 x176 -x100 x99 -x98 -x97 -x96 -x95 x94 -x93 x92 x91 -x90 -x89 
1800.01/1800.53	v -x88 -x87 -x86 x85 -x84 x83 -x82 -x81 -x80 -x79 x78 x77 -x76 -x75 -x74 -x73 -x72 x71 -x70 -x69 -x68 -x67 -x66 -x65 -x64 -x63 
1800.01/1800.53	v -x62 x61 -x60 -x59 -x58 -x57 x56 -x55 -x54 -x53 -x52 -x51 -x50 -x49 -x48 -x47 -x46 x45 -x44 x43 -x42 -x41 -x40 -x39 -x38 
1800.01/1800.53	v -x37 x36 x35 -x34 -x33 -x32 -x31 -x30 -x29 x28 x27 -x26 x25 x24 -x23 x22 -x21 x20 x19 x18 -x17 -x16 -x15 -x14 -x13 -x12 -x11 
1800.01/1800.53	v -x10 -x9 -x8 x7 x6 x5 -x4 -x3 -x2 -x1 
1800.01/1800.53	c SCIP Status        : solving was interrupted [user interrupt]
1800.01/1800.53	c Solving Time       :    1768.13
1800.01/1800.53	c Original Problem   :
1800.01/1800.53	c   Problem name     : HOME/instance-2665322-1276672652.opb
1800.01/1800.53	c   Variables        : 1452 (1452 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.01/1800.53	c   Constraints      : 1553 initial, 1553 maximal
1800.01/1800.53	c Presolved Problem  :
1800.01/1800.53	c   Problem name     : t_HOME/instance-2665322-1276672652.opb
1800.01/1800.53	c   Variables        : 1452 (1452 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.01/1800.53	c   Constraints      : 1553 initial, 1904 maximal
1800.01/1800.53	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.01/1800.53	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.53	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.53	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.53	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.53	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.53	c   probing          :       0.03          0          0          0          0          0          0          0          0
1800.01/1800.53	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.53	c   and              :       0.15          0          0          0          0          0          0          0          0
1800.01/1800.53	c   linear           :       0.02          0          0          0          0          0          0          0          0
1800.01/1800.53	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.53	c   root node        :          -          0          -          -          0          -          -          -          -
1800.01/1800.53	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.01/1800.53	c   integral         :          0          0          0       1065          0          0        146          0          0       1958
1800.01/1800.53	c   setppc           :        200          6      68949          0          0         14       1508          0          0          0
1800.01/1800.53	c   and              :       1252       3320      68933          0          0        328      31563      76004          0          0
1800.01/1800.53	c   linear           :          1          6      68601          0          0          1          0          0          0          0
1800.01/1800.53	c   logicor          :        100+         6       4451          0          0          0       3683          0          0          0
1800.01/1800.53	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.01/1800.53	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.01/1800.53	c   integral         :     284.45       0.00       0.00     284.45       0.00
1800.01/1800.53	c   setppc           :       1.20       0.00       1.20       0.00       0.00
1800.01/1800.53	c   and              :       9.66       2.48       7.18       0.00       0.00
1800.01/1800.53	c   linear           :       0.51       0.04       0.47       0.00       0.00
1800.01/1800.53	c   logicor          :       0.11       0.00       0.11       0.00       0.00
1800.01/1800.53	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.01/1800.53	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.01/1800.53	c   vbounds          :       0.05          2          0          0
1800.01/1800.53	c   rootredcost      :       0.09          6          0          0
1800.01/1800.53	c   pseudoobj        :       0.81      68788          0          0
1800.01/1800.53	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.01/1800.53	c   propagation      :       0.00        343        343        371        8.0          1        2.0          -
1800.01/1800.53	c   infeasible LP    :       0.02         56         56        194       30.3          0        0.0          0
1800.01/1800.53	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.01/1800.53	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.01/1800.53	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.01/1800.53	c   applied globally :          -          -          -        451       11.8          -          -          -
1800.01/1800.53	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.01/1800.53	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.01/1800.53	c   cut pool         :       0.00          5          -          -          5          -    (maximal pool size: 664)
1800.01/1800.53	c   redcost          :       0.35       3320          0          0          0          0
1800.01/1800.53	c   impliedbounds    :       0.00          6          0          0         44          0
1800.01/1800.53	c   intobj           :       0.00          0          0          0          0          0
1800.01/1800.53	c   cgmip            :       0.00          0          0          0          0          0
1800.01/1800.53	c   gomory           :       4.62          6          0          0        640          0
1800.01/1800.53	c   strongcg         :       3.84          6          0          0       1296          0
1800.01/1800.53	c   cmir             :       0.21          6          0          0          5          0
1800.01/1800.53	c   flowcover        :       0.13          6          0          0          0          0
1800.01/1800.53	c   clique           :       0.12          6          0          0         30          0
1800.01/1800.53	c   zerohalf         :       0.00          0          0          0          0          0
1800.01/1800.53	c   mcf              :       0.00          1          0          0          0          0
1800.01/1800.53	c   rapidlearning    :       0.66          1          0          0          0          0
1800.01/1800.53	c Pricers            :       Time      Calls       Vars
1800.01/1800.53	c   problem variables:       0.00          0          0
1800.01/1800.53	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.01/1800.53	c   relpscost        :     284.44       1065          0        146          0          0       1958
1800.01/1800.53	c   pscost           :       0.00          0          0          0          0          0          0
1800.01/1800.53	c   inference        :       0.00          0          0          0          0          0          0
1800.01/1800.53	c   mostinf          :       0.00          0          0          0          0          0          0
1800.01/1800.53	c   leastinf         :       0.00          0          0          0          0          0          0
1800.01/1800.53	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.01/1800.53	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.01/1800.53	c   random           :       0.00          0          0          0          0          0          0
1800.01/1800.53	c Primal Heuristics  :       Time      Calls      Found
1800.01/1800.53	c   LP solutions     :       0.00          -          0
1800.01/1800.53	c   pseudo solutions :       0.00          -          0
1800.01/1800.53	c   oneopt           :       0.01          9          0
1800.01/1800.53	c   veclendiving     :      58.43          9          0
1800.01/1800.53	c   pscostdiving     :     162.71         29          1
1800.01/1800.53	c   fracdiving       :      78.20         36          0
1800.01/1800.53	c   linesearchdiving :     163.71         66          4
1800.01/1800.53	c   trivial          :       0.00          2          3
1800.01/1800.53	c   simplerounding   :       0.02          0          0
1800.01/1800.53	c   zirounding       :       0.35        979          0
1800.01/1800.53	c   rounding         :       6.37       2266          1
1800.01/1800.53	c   shifting         :       1.56        359          5
1800.01/1800.53	c   intshifting      :       0.00          0          0
1800.01/1800.53	c   twoopt           :       0.00          0          0
1800.01/1800.53	c   fixandinfer      :       0.00          0          0
1800.01/1800.53	c   feaspump         :       0.00          0          0
1800.01/1800.53	c   coefdiving       :      76.98         33          0
1800.01/1800.53	c   intdiving        :       0.00          0          0
1800.01/1800.53	c   actconsdiving    :       0.00          0          0
1800.01/1800.53	c   objpscostdiving  :      26.28          2          0
1800.01/1800.53	c   rootsoldiving    :      10.90         10          0
1800.01/1800.53	c   guideddiving     :      71.89         32          0
1800.01/1800.53	c   octane           :       0.00          0          0
1800.01/1800.53	c   rens             :       0.01          0          0
1800.01/1800.53	c   rins             :       0.00          0          0
1800.01/1800.53	c   localbranching   :       0.00          0          0
1800.01/1800.53	c   mutation         :       0.00          0          0
1800.01/1800.53	c   crossover        :       1.02          1          0
1800.01/1800.53	c   dins             :       0.00          0          0
1800.01/1800.53	c   undercover       :       0.15          1          1
1800.01/1800.53	c   nlp              :       0.00          0          0
1800.01/1800.53	c   trysol           :       0.00          0          0
1800.01/1800.53	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.01/1800.53	c   primal LP        :     117.27          0          0       0.00       0.00
1800.01/1800.53	c   dual LP          :     688.36       3392    1602219     472.35    2327.59
1800.01/1800.53	c   lex dual LP      :       0.00          0          0       0.00          -
1800.01/1800.53	c   barrier LP       :       0.00          0          0       0.00          -
1800.01/1800.53	c   diving/probing LP:     588.25      54674    1336504      24.44    2272.00
1800.01/1800.53	c   strong branching :     283.93       3105     710357     228.78    2501.87
1800.01/1800.53	c     (at root node) :          -         10       8584     858.40          -
1800.01/1800.53	c   conflict analysis:       0.00          0          0       0.00          -
1800.01/1800.53	c B&B Tree           :
1800.01/1800.53	c   number of runs   :          1
1800.01/1800.53	c   nodes            :        981
1800.01/1800.53	c   nodes (total)    :        981
1800.01/1800.53	c   nodes left       :        978
1800.01/1800.53	c   max depth        :         31
1800.01/1800.53	c   max depth (total):         31
1800.01/1800.53	c   backtracks       :        354 (36.1%)
1800.01/1800.53	c   delayed cutoffs  :          0
1800.01/1800.53	c   repropagations   :        321 (450 domain reductions, 0 cutoffs)
1800.01/1800.53	c   avg switch length:       6.55
1800.01/1800.53	c   switching time   :     117.80
1800.01/1800.53	c Solution           :
1800.01/1800.53	c   Solutions found  :         15 (11 improvements)
1800.01/1800.53	c   First Solution   : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.00 seconds, depth 0, found by <trivial>)
1800.01/1800.53	c   Primal Bound     : -2.60000000000000e+01   (in run 1, after 381 nodes, 894.62 seconds, depth 205, found by <linesearchdiving>)
1800.01/1800.53	c   Dual Bound       : -4.60220193390395e+01
1800.01/1800.53	c   Gap              :      43.51 %
1800.01/1800.53	c   Root Dual Bound  : -5.00000000000000e+01
1800.01/1800.53	c   Root Iterations  :       2667
1800.11/1800.67	c Time complete: 1800.18.

Verifier Data

OK	-26

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 2/105 16805
/proc/meminfo: memFree=1741568/2059040 swapFree=4192956/4192956
[pid=16805] ppid=16803 vsize=9288 CPUtime=0
/proc/16805/stat : 16805 (pbscip.linux.x8) R 16803 16805 16409 0 -1 4202496 1250 0 0 0 0 0 0 0 25 0 1 0 8559017 9510912 1170 1992294400 4194304 9819077 140734265683040 18446744073709551615 8675093 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16805/statm: 2322 1180 371 1374 0 943 0

[startup+0.0937229 s]
/proc/loadavg: 1.00 1.00 1.00 2/105 16805
/proc/meminfo: memFree=1741568/2059040 swapFree=4192956/4192956
[pid=16805] ppid=16803 vsize=17396 CPUtime=0.09
/proc/16805/stat : 16805 (pbscip.linux.x8) R 16803 16805 16409 0 -1 4202496 3742 0 0 0 5 4 0 0 18 0 1 0 8559017 17813504 3051 1992294400 4194304 9819077 140734265683040 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16805/statm: 4349 3051 478 1374 0 2970 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17396

[startup+0.100724 s]
/proc/loadavg: 1.00 1.00 1.00 2/105 16805
/proc/meminfo: memFree=1741568/2059040 swapFree=4192956/4192956
[pid=16805] ppid=16803 vsize=17396 CPUtime=0.09
/proc/16805/stat : 16805 (pbscip.linux.x8) R 16803 16805 16409 0 -1 4202496 3742 0 0 0 5 4 0 0 18 0 1 0 8559017 17813504 3051 1992294400 4194304 9819077 140734265683040 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16805/statm: 4349 3051 478 1374 0 2970 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17396

[startup+0.300747 s]
/proc/loadavg: 1.00 1.00 1.00 2/105 16805
/proc/meminfo: memFree=1741568/2059040 swapFree=4192956/4192956
[pid=16805] ppid=16803 vsize=18416 CPUtime=0.29
/proc/16805/stat : 16805 (pbscip.linux.x8) R 16803 16805 16409 0 -1 4202496 5307 0 0 0 14 15 0 0 18 0 1 0 8559017 18857984 3331 1992294400 4194304 9819077 140734265683040 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16805/statm: 4604 3331 505 1374 0 3225 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18416

[startup+0.700791 s]
/proc/loadavg: 1.00 1.00 1.00 2/105 16805
/proc/meminfo: memFree=1741568/2059040 swapFree=4192956/4192956
[pid=16805] ppid=16803 vsize=47116 CPUtime=0.69
/proc/16805/stat : 16805 (pbscip.linux.x8) R 16803 16805 16409 0 -1 4202496 18192 0 0 0 43 26 0 0 18 0 1 0 8559017 48246784 9183 1992294400 4194304 9819077 140734265683040 18446744073709551615 8723783 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16805/statm: 11779 9183 675 1374 0 10400 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 47116

[startup+1.50088 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 16806
/proc/meminfo: memFree=1708948/2059040 swapFree=4192956/4192956
[pid=16805] ppid=16803 vsize=46036 CPUtime=1.49
/proc/16805/stat : 16805 (pbscip.linux.x8) R 16803 16805 16409 0 -1 4202496 23356 0 0 0 103 46 0 0 19 0 1 0 8559017 47140864 9448 1992294400 4194304 9819077 140734265683040 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16805/statm: 11509 9448 710 1374 0 10130 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 46036

[startup+3.10106 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 16808
/proc/meminfo: memFree=1714156/2059040 swapFree=4192956/4192956
[pid=16805] ppid=16803 vsize=38424 CPUtime=3.09
/proc/16805/stat : 16805 (pbscip.linux.x8) R 16803 16805 16409 0 -1 4202496 24710 0 0 0 260 49 0 0 23 0 1 0 8559017 39346176 8385 1992294400 4194304 9819077 140734265683040 18446744073709551615 6051987 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16805/statm: 9606 8385 712 1374 0 8227 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 38424

[startup+6.30042 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 16808
/proc/meminfo: memFree=1709940/2059040 swapFree=4192956/4192956
[pid=16805] ppid=16803 vsize=39492 CPUtime=6.29
/proc/16805/stat : 16805 (pbscip.linux.x8) R 16803 16805 16409 0 -1 4202496 25137 0 0 0 579 50 0 0 25 0 1 0 8559017 40439808 8541 1992294400 4194304 9819077 140734265683040 18446744073709551615 6055431 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16805/statm: 9873 8541 712 1374 0 8494 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 39492

[startup+12.7011 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 16808
/proc/meminfo: memFree=1705476/2059040 swapFree=4192956/4192956
[pid=16805] ppid=16803 vsize=49140 CPUtime=12.69
/proc/16805/stat : 16805 (pbscip.linux.x8) R 16803 16805 16409 0 -1 4202496 28562 0 0 0 1217 52 0 0 25 0 1 0 8559017 50319360 9775 1992294400 4194304 9819077 140734265683040 18446744073709551615 7295946 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16805/statm: 12285 9775 718 1374 0 10906 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 49140

[startup+25.5006 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 16808
/proc/meminfo: memFree=1705104/2059040 swapFree=4192956/4192956
[pid=16805] ppid=16803 vsize=44156 CPUtime=25.49
/proc/16805/stat : 16805 (pbscip.linux.x8) R 16803 16805 16409 0 -1 4202496 43375 0 0 0 2489 60 0 0 25 0 1 0 8559017 45215744 9577 1992294400 4194304 9819077 140734265683040 18446744073709551615 6397059 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16805/statm: 11039 9577 731 1374 0 9660 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 44156

[startup+51.1005 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 16808
/proc/meminfo: memFree=1705228/2059040 swapFree=4192956/4192956
[pid=16805] ppid=16803 vsize=42784 CPUtime=51.07
/proc/16805/stat : 16805 (pbscip.linux.x8) R 16803 16805 16409 0 -1 4202496 62811 0 0 0 5032 75 0 0 25 0 1 0 8559017 43810816 9562 1992294400 4194304 9819077 140734265683040 18446744073709551615 7294771 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16805/statm: 10696 9562 737 1374 0 9317 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 42784

[startup+102.308 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 16810
/proc/meminfo: memFree=1705104/2059040 swapFree=4192956/4192956
[pid=16805] ppid=16803 vsize=46888 CPUtime=102.26
/proc/16805/stat : 16805 (pbscip.linux.x8) R 16803 16805 16409 0 -1 4202496 135533 0 0 0 10109 117 0 0 25 0 1 0 8559017 48013312 9624 1992294400 4194304 9819077 140734265683040 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16805/statm: 11722 9624 737 1374 0 10343 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 46888

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 16812
/proc/meminfo: memFree=1704980/2059040 swapFree=4192956/4192956
[pid=16805] ppid=16803 vsize=44300 CPUtime=162.24
/proc/16805/stat : 16805 (pbscip.linux.x8) R 16803 16805 16409 0 -1 4202496 246572 0 0 0 16049 175 0 0 25 0 1 0 8559017 45363200 9625 1992294400 4194304 9819077 140734265683040 18446744073709551615 7290952 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16805/statm: 11075 9625 738 1374 0 9696 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 44300

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 16812
/proc/meminfo: memFree=1704980/2059040 swapFree=4192956/4192956
[pid=16805] ppid=16803 vsize=44756 CPUtime=222.23
/proc/16805/stat : 16805 (pbscip.linux.x8) R 16803 16805 16409 0 -1 4202496 382417 0 0 0 21976 247 0 0 25 0 1 0 8559017 45830144 9627 1992294400 4194304 9819077 140734265683040 18446744073709551615 6695800 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16805/statm: 11189 9627 739 1374 0 9810 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 44756

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 16814
/proc/meminfo: memFree=1704856/2059040 swapFree=4192956/4192956
[pid=16805] ppid=16803 vsize=45336 CPUtime=282.21
/proc/16805/stat : 16805 (pbscip.linux.x8) R 16803 16805 16409 0 -1 4202496 595677 0 0 0 27871 350 0 0 25 0 1 0 8559017 46424064 9699 1992294400 4194304 9819077 140734265683040 18446744073709551615 7318474 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16805/statm: 11334 9699 739 1374 0 9955 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 45336

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 16816
/proc/meminfo: memFree=1704732/2059040 swapFree=4192956/4192956
[pid=16805] ppid=16803 vsize=45808 CPUtime=342.2
/proc/16805/stat : 16805 (pbscip.linux.x8) R 16803 16805 16409 0 -1 4202496 852778 0 0 0 33757 463 0 0 25 0 1 0 8559017 46907392 9707 1992294400 4194304 9819077 140734265683040 18446744073709551615 7291717 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16805/statm: 11452 9707 739 1374 0 10073 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 45808

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 16818
/proc/meminfo: memFree=1703492/2059040 swapFree=4192956/4192956
[pid=16805] ppid=16803 vsize=46392 CPUtime=402.17
/proc/16805/stat : 16805 (pbscip.linux.x8) R 16803 16805 16409 0 -1 4202496 1083229 0 0 0 39654 563 0 0 25 0 1 0 8559017 47505408 9954 1992294400 4194304 9819077 140734265683040 18446744073709551615 7301542 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16805/statm: 11598 9954 739 1374 0 10219 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 46392

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 16820
/proc/meminfo: memFree=1703368/2059040 swapFree=4192956/4192956
[pid=16805] ppid=16803 vsize=46840 CPUtime=462.16
/proc/16805/stat : 16805 (pbscip.linux.x8) R 16803 16805 16409 0 -1 4202496 1330238 0 0 0 45538 678 0 0 25 0 1 0 8559017 47964160 10072 1992294400 4194304 9819077 140734265683040 18446744073709551615 7290959 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16805/statm: 11710 10074 739 1374 0 10331 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 46840

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 16820
/proc/meminfo: memFree=1702376/2059040 swapFree=4192956/4192956
[pid=16805] ppid=16803 vsize=51616 CPUtime=522.14
/proc/16805/stat : 16805 (pbscip.linux.x8) R 16803 16805 16409 0 -1 4202496 1578482 0 0 0 51416 798 0 0 25 0 1 0 8559017 52854784 10286 1992294400 4194304 9819077 140734265683040 18446744073709551615 7292002 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16805/statm: 12904 10286 739 1374 0 11525 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 51616

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 16822
/proc/meminfo: memFree=1701880/2059040 swapFree=4192956/4192956
[pid=16805] ppid=16803 vsize=48512 CPUtime=582.13
/proc/16805/stat : 16805 (pbscip.linux.x8) R 16803 16805 16409 0 -1 4202496 1839034 0 0 0 57291 922 0 0 25 0 1 0 8559017 49676288 10387 1992294400 4194304 9819077 140734265683040 18446744073709551615 6391571 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16805/statm: 12128 10387 739 1374 0 10749 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 48512

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 16824
/proc/meminfo: memFree=1701508/2059040 swapFree=4192956/4192956
[pid=16805] ppid=16803 vsize=48852 CPUtime=642.12
/proc/16805/stat : 16805 (pbscip.linux.x8) R 16803 16805 16409 0 -1 4202496 2085446 0 0 0 63172 1040 0 0 25 0 1 0 8559017 50024448 10438 1992294400 4194304 9819077 140734265683040 18446744073709551615 6391514 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16805/statm: 12213 10441 739 1374 0 10834 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 48852

[startup+702.301 s]

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

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 16833
/proc/meminfo: memFree=1700020/2059040 swapFree=4192956/4192956
[pid=16805] ppid=16803 vsize=52804 CPUtime=882.04
/proc/16805/stat : 16805 (pbscip.linux.x8) R 16803 16805 16409 0 -1 4202496 3063451 0 0 0 86710 1494 0 0 25 0 1 0 8559017 54071296 10690 1992294400 4194304 9819077 140734265683040 18446744073709551615 7298551 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16805/statm: 13201 10690 749 1374 0 11822 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 52804

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 16835
/proc/meminfo: memFree=1698656/2059040 swapFree=4192956/4192956
[pid=16805] ppid=16803 vsize=51268 CPUtime=942.03
/proc/16805/stat : 16805 (pbscip.linux.x8) R 16803 16805 16409 0 -1 4202496 3304255 0 0 0 92598 1605 0 0 25 0 1 0 8559017 52498432 11028 1992294400 4194304 9819077 140734265683040 18446744073709551615 7291717 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16805/statm: 12817 11028 749 1374 0 11438 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 51268

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 16837
/proc/meminfo: memFree=1698656/2059040 swapFree=4192956/4192956
[pid=16805] ppid=16803 vsize=51104 CPUtime=1002.01
/proc/16805/stat : 16805 (pbscip.linux.x8) R 16803 16805 16409 0 -1 4202496 3546374 0 0 0 98482 1719 0 0 25 0 1 0 8559017 52330496 11034 1992294400 4194304 9819077 140734265683040 18446744073709551615 7290866 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16805/statm: 12776 11034 749 1374 0 11397 0
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (KiB) 51104

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 16839
/proc/meminfo: memFree=1698656/2059040 swapFree=4192956/4192956
[pid=16805] ppid=16803 vsize=54556 CPUtime=1062
/proc/16805/stat : 16805 (pbscip.linux.x8) R 16803 16805 16409 0 -1 4202496 3777204 0 0 0 104377 1823 0 0 25 0 1 0 8559017 55865344 11037 1992294400 4194304 9819077 140734265683040 18446744073709551615 7311865 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16805/statm: 13639 11037 749 1374 0 12260 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 54556

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 16839
/proc/meminfo: memFree=1698656/2059040 swapFree=4192956/4192956
[pid=16805] ppid=16803 vsize=51196 CPUtime=1121.98
/proc/16805/stat : 16805 (pbscip.linux.x8) R 16803 16805 16409 0 -1 4202496 3992884 0 0 0 110273 1925 0 0 25 0 1 0 8559017 52424704 11107 1992294400 4194304 9819077 140734265683040 18446744073709551615 6391510 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16805/statm: 12799 11107 749 1374 0 11420 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 51196

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 16841
/proc/meminfo: memFree=1697912/2059040 swapFree=4192956/4192956
[pid=16805] ppid=16803 vsize=50832 CPUtime=1181.96
/proc/16805/stat : 16805 (pbscip.linux.x8) R 16803 16805 16409 0 -1 4202496 4233497 0 0 0 116157 2039 0 0 25 0 1 0 8559017 52051968 11162 1992294400 4194304 9819077 140734265683040 18446744073709551615 7227988 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16805/statm: 12708 11163 749 1374 0 11329 0
Current children cumulated CPU time (s) 1181.96
Current children cumulated vsize (KiB) 50832

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 16843
/proc/meminfo: memFree=1698036/2059040 swapFree=4192956/4192956
[pid=16805] ppid=16803 vsize=55572 CPUtime=1241.95
/proc/16805/stat : 16805 (pbscip.linux.x8) R 16803 16805 16409 0 -1 4202496 4469413 0 0 0 122040 2155 0 0 25 0 1 0 8559017 56905728 11235 1992294400 4194304 9819077 140734265683040 18446744073709551615 7291687 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16805/statm: 13893 11235 749 1374 0 12514 0
Current children cumulated CPU time (s) 1241.95
Current children cumulated vsize (KiB) 55572

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 16845
/proc/meminfo: memFree=1697664/2059040 swapFree=4192956/4192956
[pid=16805] ppid=16803 vsize=52356 CPUtime=1301.94
/proc/16805/stat : 16805 (pbscip.linux.x8) R 16803 16805 16409 0 -1 4202496 4692543 0 0 0 127939 2255 0 0 25 0 1 0 8559017 53612544 11352 1992294400 4194304 9819077 140734265683040 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16805/statm: 13089 11352 749 1374 0 11710 0
Current children cumulated CPU time (s) 1301.94
Current children cumulated vsize (KiB) 52356

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 16847
/proc/meminfo: memFree=1697416/2059040 swapFree=4192956/4192956
[pid=16805] ppid=16803 vsize=56036 CPUtime=1361.91
/proc/16805/stat : 16805 (pbscip.linux.x8) R 16803 16805 16409 0 -1 4202496 4911212 0 0 0 133830 2361 0 0 25 0 1 0 8559017 57380864 11398 1992294400 4194304 9819077 140734265683040 18446744073709551615 7291987 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16805/statm: 14009 11398 749 1374 0 12630 0
Current children cumulated CPU time (s) 1361.91
Current children cumulated vsize (KiB) 56036

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 16847
/proc/meminfo: memFree=1697292/2059040 swapFree=4192956/4192956
[pid=16805] ppid=16803 vsize=52876 CPUtime=1421.91
/proc/16805/stat : 16805 (pbscip.linux.x8) R 16803 16805 16409 0 -1 4202496 5132692 0 0 0 139724 2467 0 0 25 0 1 0 8559017 54145024 11457 1992294400 4194304 9819077 140734265683040 18446744073709551615 7290988 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16805/statm: 13219 11458 749 1374 0 11840 0
Current children cumulated CPU time (s) 1421.91
Current children cumulated vsize (KiB) 52876

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 16849
/proc/meminfo: memFree=1696796/2059040 swapFree=4192956/4192956
[pid=16805] ppid=16803 vsize=53192 CPUtime=1481.89
/proc/16805/stat : 16805 (pbscip.linux.x8) R 16803 16805 16409 0 -1 4202496 5374747 0 0 0 145612 2577 0 0 25 0 1 0 8559017 54468608 11530 1992294400 4194304 9819077 140734265683040 18446744073709551615 7290981 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16805/statm: 13298 11531 749 1374 0 11919 0
Current children cumulated CPU time (s) 1481.89
Current children cumulated vsize (KiB) 53192

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 16851
/proc/meminfo: memFree=1696548/2059040 swapFree=4192956/4192956
[pid=16805] ppid=16803 vsize=53516 CPUtime=1541.87
/proc/16805/stat : 16805 (pbscip.linux.x8) R 16803 16805 16409 0 -1 4202496 5606782 0 0 0 151497 2690 0 0 25 0 1 0 8559017 54800384 11584 1992294400 4194304 9819077 140734265683040 18446744073709551615 7306954 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16805/statm: 13379 11584 749 1374 0 12000 0
Current children cumulated CPU time (s) 1541.87
Current children cumulated vsize (KiB) 53516

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 16853
/proc/meminfo: memFree=1696424/2059040 swapFree=4192956/4192956
[pid=16805] ppid=16803 vsize=53488 CPUtime=1601.85
/proc/16805/stat : 16805 (pbscip.linux.x8) R 16803 16805 16409 0 -1 4202496 5843280 0 0 0 157383 2802 0 0 25 0 1 0 8559017 54771712 11679 1992294400 4194304 9819077 140734265683040 18446744073709551615 7312693 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16805/statm: 13372 11679 749 1374 0 11993 0
Current children cumulated CPU time (s) 1601.85
Current children cumulated vsize (KiB) 53488

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 16855
/proc/meminfo: memFree=1696052/2059040 swapFree=4192956/4192956
[pid=16805] ppid=16803 vsize=53644 CPUtime=1661.84
/proc/16805/stat : 16805 (pbscip.linux.x8) R 16803 16805 16409 0 -1 4202496 6089081 0 0 0 163261 2923 0 0 25 0 1 0 8559017 54931456 11679 1992294400 4194304 9819077 140734265683040 18446744073709551615 6391465 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16805/statm: 13411 11679 749 1374 0 12032 0
Current children cumulated CPU time (s) 1661.84
Current children cumulated vsize (KiB) 53644

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 16855
/proc/meminfo: memFree=1695556/2059040 swapFree=4192956/4192956
[pid=16805] ppid=16803 vsize=54232 CPUtime=1721.82
/proc/16805/stat : 16805 (pbscip.linux.x8) R 16803 16805 16409 0 -1 4202496 6325774 0 0 0 169138 3044 0 0 25 0 1 0 8559017 55533568 11798 1992294400 4194304 9819077 140734265683040 18446744073709551615 7326177 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16805/statm: 13558 11798 749 1374 0 12179 0
Current children cumulated CPU time (s) 1721.82
Current children cumulated vsize (KiB) 54232

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 16857
/proc/meminfo: memFree=1694936/2059040 swapFree=4192956/4192956
[pid=16805] ppid=16803 vsize=54672 CPUtime=1781.81
/proc/16805/stat : 16805 (pbscip.linux.x8) R 16803 16805 16409 0 -1 4202496 6557907 0 0 0 175025 3156 0 0 25 0 1 0 8559017 55984128 11866 1992294400 4194304 9819077 140734265683040 18446744073709551615 7291742 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16805/statm: 13668 11866 749 1374 0 12289 0
Current children cumulated CPU time (s) 1781.81
Current children cumulated vsize (KiB) 54672



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 16857
/proc/meminfo: memFree=1695060/2059040 swapFree=4192956/4192956
[pid=16805] ppid=16803 vsize=58096 CPUtime=1800.01
/proc/16805/stat : 16805 (pbscip.linux.x8) R 16803 16805 16409 0 -1 4202496 6627218 0 0 0 176812 3189 0 0 25 0 1 0 8559017 59490304 11862 1992294400 4194304 9819077 140734265683040 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16805/statm: 14524 11862 749 1374 0 13145 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 58096

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

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

[startup+1800.61 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16858
/proc/meminfo: memFree=1695052/2059040 swapFree=4192956/4192956
[pid=16805] ppid=16803 vsize=54436 CPUtime=1800.11
/proc/16805/stat : 16805 (pbscip.linux.x8) R 16803 16805 16409 0 -1 4202496 6627386 0 0 0 176822 3189 0 0 18 0 1 0 8559017 55742464 11833 1992294400 4194304 9819077 140734265683040 18446744073709551615 7291987 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16805/statm: 13609 11833 750 1374 0 12230 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 54436

Child status: 0
Real time (s): 1800.67
CPU time (s): 1800.18
CPU user time (s): 1768.28
CPU system time (s): 31.9012
CPU usage (%): 99.9727
Max. virtual memory (cumulated for all children) (KiB): 62816

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

runsolver used 2.94055 second user time and 8.5427 second system time

The end

Launcher Data

Begin job on node085 at 2010-06-16 09:17:32
IDJOB=2665322
IDBENCH=48265
IDSOLVER=1168
FILE ID=node085/2665322-1276672652
PBS_JOBID= 11172523
Free space on /tmp= 121872 MiB

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

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

MD5SUM BENCH= ae2bd1e13f1871c16ad2ebb51fc6f92a
RANDOM SEED=908099310

node085.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.221
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.44
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.221
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.51
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1742096 kB
Buffers:         56388 kB
Cached:         124116 kB
SwapCached:          0 kB
Active:         130452 kB
Inactive:       109516 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1742096 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            6228 kB
Writeback:           0 kB
AnonPages:       59476 kB
Mapped:          15448 kB
Slab:            55352 kB
PageTables:       3980 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180904 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= 121864 MiB
End job on node085 at 2010-06-16 09:47:34