Trace number 2665164

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)21 1800.5 1801.08

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_200_10_1.opb
MD5SUM7c4476530a00e5609896ce3ef5260c8d
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark22
Best CPU time to get the best result obtained on this benchmark1789.56
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 25
Optimality of the best value was proved NO
Number of variables200
Total number of constraints200
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints200
Minimum length of a constraint11
Maximum length of a constraint23
Number of terms in the objective function 200
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 200
Number of bits of the sum of numbers in the objective function 8
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)2482
Sum of products size (including duplicates)4964
Number of different products2482
Sum of products size4964

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-2665164-1276651416.opb>
0.00/0.03	c original problem has 2682 variables (2682 bin, 0 int, 0 impl, 0 cont) and 2682 constraints
0.00/0.03	c problem read
0.00/0.03	c presolving settings loaded
0.00/0.06	c presolving:
0.19/0.29	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 200 upgd conss, 71030 impls, 0 clqs
0.49/0.53	c    (0.3s) probing: 101/2682 (3.8%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.49/0.53	c    (0.3s) probing aborted: 100/100 successive totally useless probings
0.49/0.53	c presolving (2 rounds):
0.49/0.53	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.49/0.53	c  71030 implications, 0 cliques
0.49/0.53	c presolved problem has 2682 variables (2682 bin, 0 int, 0 impl, 0 cont) and 2682 constraints
0.49/0.53	c    2482 constraints of type <and>
0.49/0.53	c     200 constraints of type <logicor>
0.49/0.53	c transformed objective value is always integral (scale: 1)
0.49/0.53	c Presolving Time: 0.29
0.49/0.53	c - non default parameters ----------------------------------------------------------------------
0.49/0.53	c # SCIP version 1.2.1.2
0.49/0.53	c 
0.49/0.53	c # frequency for displaying node information lines
0.49/0.53	c # [type: int, range: [-1,2147483647], default: 100]
0.49/0.53	c display/freq = 10000
0.49/0.53	c 
0.49/0.53	c # maximal time in seconds to run
0.49/0.53	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.49/0.53	c limits/time = 1799.98
0.49/0.53	c 
0.49/0.53	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.49/0.53	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.49/0.53	c limits/memory = 1620
0.49/0.53	c 
0.49/0.53	c # should presolving try to simplify inequalities
0.49/0.53	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.49/0.53	c constraints/linear/simplifyinequalities = TRUE
0.49/0.53	c 
0.49/0.53	c # should presolving try to simplify knapsacks
0.49/0.53	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.49/0.53	c constraints/knapsack/simplifyinequalities = TRUE
0.49/0.53	c 
0.49/0.53	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.49/0.53	c # [type: int, range: [-1,2147483647], default: -1]
0.49/0.53	c heuristics/undercover/freq = 0
0.49/0.53	c 
0.49/0.53	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.49/0.53	c # [type: int, range: [-1,2147483647], default: -1]
0.49/0.53	c separating/rapidlearning/freq = 0
0.49/0.53	c 
0.49/0.53	c -----------------------------------------------------------------------------------------------
0.49/0.53	c start solving
0.49/0.53	c 
0.49/0.59	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.49/0.59	c   0.4s|     1 |     0 |   400 |     - |  13M|   0 | 400 |2682 |2682 |2682 |5164 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.59/0.61	o 45
0.59/0.61	c s 0.4s|     1 |     0 |   400 |     - |  13M|   0 | 400 |2682 |2682 |2682 |5164 |   0 |   0 |   0 | 0.000000e+00 | 4.500000e+01 |    Inf 
1.59/1.63	c   1.1s|     1 |     0 |  1000 |     - |  13M|   0 | 400 |2682 |2682 |2682 |5564 | 400 |   0 |   0 | 0.000000e+00 | 4.500000e+01 |    Inf 
1.99/2.05	c   1.6s|     1 |     0 |  1600 |     - |  14M|   0 | 400 |2682 |2682 |2682 |5967 | 803 |   0 |   0 | 0.000000e+00 | 4.500000e+01 |    Inf 
2.39/2.50	c   2.0s|     1 |     0 |  2200 |     - |  14M|   0 | 400 |2682 |2682 |2682 |6369 |1205 |   0 |   0 | 0.000000e+00 | 4.500000e+01 |    Inf 
2.49/2.51	o 44
2.49/2.51	c s 2.0s|     1 |     0 |  2200 |     - |  14M|   0 | 400 |2682 |2682 |2682 |6369 |1205 |   0 |   0 | 0.000000e+00 | 4.400000e+01 |    Inf 
2.89/2.99	c   2.5s|     1 |     0 |  2801 |     - |  14M|   0 | 400 |2682 |2682 |2682 |6770 |1606 |   0 |   0 | 0.000000e+00 | 4.400000e+01 |    Inf 
2.99/3.01	o 43
2.99/3.01	c s 2.5s|     1 |     0 |  2801 |     - |  14M|   0 | 400 |2682 |2682 |2682 |6770 |1606 |   0 |   0 | 0.000000e+00 | 4.300000e+01 |    Inf 
3.99/4.08	c   3.5s|     1 |     0 |  4249 |     - |  14M|   0 | 886 |2682 |2682 |2682 |7174 |2010 |   0 |   0 | 1.158795e+01 | 4.300000e+01 | 271.07%
6.60/6.64	c   6.1s|     1 |     0 |  5830 |     - |  15M|   0 |1287 |2682 |2682 |2682 |7432 |2268 |   0 |   0 | 1.373650e+01 | 4.300000e+01 | 213.03%
10.99/11.01	c  10.4s|     1 |     0 |  7218 |     - |  16M|   0 |1498 |2682 |2682 |2682 |7519 |2355 |   0 |   0 | 1.454846e+01 | 4.300000e+01 | 195.56%
16.09/16.11	c  15.5s|     1 |     0 |  8287 |     - |  16M|   0 |1596 |2682 |2682 |2682 |7566 |2402 |   0 |   0 | 1.477574e+01 | 4.300000e+01 | 191.02%
21.58/21.67	c  21.0s|     1 |     0 |  8834 |     - |  16M|   0 |1650 |2682 |2682 |2682 |7595 |2431 |   0 |   0 | 1.479880e+01 | 4.300000e+01 | 190.56%
27.78/27.85	c  27.2s|     1 |     0 |  8939 |     - |  16M|   0 |1695 |2682 |2682 |2682 |7610 |2446 |   0 |   0 | 1.479955e+01 | 4.300000e+01 | 190.55%
33.98/34.07	c  33.4s|     1 |     0 |  9213 |     - |  16M|   0 |1722 |2682 |2682 |2682 |2767 |2455 |   0 |   0 | 1.480888e+01 | 4.300000e+01 | 190.37%
35.87/35.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
35.87/35.93	c  35.2s|     1 |     0 |  9220 |     - |  16M|   0 |1724 |2682 |2682 |2682 |2774 |2462 |   0 |   0 | 1.480888e+01 | 4.300000e+01 | 190.37%
37.78/37.82	c  37.1s|     1 |     0 |  9333 |     - |  16M|   0 |1730 |2682 |2682 |2682 |2779 |2467 |   0 |   0 | 1.481132e+01 | 4.300000e+01 | 190.32%
39.67/39.73	c  39.0s|     1 |     0 |  9402 |     - |  16M|   0 |1760 |2682 |2682 |2682 |2797 |2485 |   0 |   0 | 1.481181e+01 | 4.300000e+01 | 190.31%
41.57/41.62	c  40.9s|     1 |     0 |  9407 |     - |  16M|   0 |1760 |2682 |2682 |2682 |2801 |2489 |   0 |   0 | 1.481181e+01 | 4.300000e+01 | 190.31%
43.47/43.52	c  42.8s|     1 |     0 |  9412 |     - |  16M|   0 |1760 |2682 |2682 |2682 |2804 |2492 |   0 |   0 | 1.481181e+01 | 4.300000e+01 | 190.31%
45.37/45.40	c  44.7s|     1 |     0 |  9413 |     - |  16M|   0 |1760 |2682 |2682 |2682 |2468 |2493 |   0 |   0 | 1.481181e+01 | 4.300000e+01 | 190.31%
51.47/51.59	c  50.8s|     1 |     2 |  9413 |     - |  16M|   0 |1760 |2682 |2682 |2682 |2468 |2493 |   0 |  13 | 1.481181e+01 | 4.300000e+01 | 190.31%
984.48/984.89	o 23
984.48/984.89	c * 970s|  1084 |  1060 |884591 | 808.1 |  19M|  22 |   - |2682 |2683 |2682 |3412 |  56k|   1 |1477 | 1.617081e+01 | 2.300000e+01 |  42.23%
992.57/992.93	o 22
992.57/992.93	c * 978s|  1101 |   988 |890987 | 801.4 |  19M|  23 |   - |2682 |2683 |2682 |3396 |  57k|   1 |1495 | 1.617081e+01 | 2.200000e+01 |  36.05%
1785.72/1786.31	o 21
1785.72/1786.31	c *1760s|  2290 |  1600 |  1691k| 735.0 |  21M|  26 |   - |2682 |2683 |2682 |3370 | 104k|   1 |2872 | 1.630838e+01 | 2.100000e+01 |  28.77%
1800.03/1800.61	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.41/1801.01	c 
1800.41/1801.01	c SCIP Status        : solving was interrupted [user interrupt]
1800.41/1801.01	c Solving Time (sec) : 1774.06
1800.41/1801.01	c Solving Nodes      : 2315
1800.41/1801.01	c Primal Bound       : +2.10000000000000e+01 (6 solutions)
1800.41/1801.01	c Dual Bound         : +1.63083781442914e+01
1800.41/1801.01	c Gap                : 28.77 %
1800.41/1801.01	s SATISFIABLE
1800.41/1801.01	v -x200 -x199 -x198 -x197 -x196 -x195 x194 -x193 -x192 x191 -x190 -x189 -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 
1800.41/1801.01	v -x178 -x177 x176 -x175 -x174 -x173 -x172 -x171 x170 -x169 -x168 -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 
1800.41/1801.01	v -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 -x146 -x145 -x144 -x143 -x142 -x141 x140 -x139 -x138 -x137 
1800.41/1801.01	v -x136 -x135 x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 
1800.41/1801.01	v -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 x105 -x104 x103 -x102 -x101 -x100 -x99 -x98 -x97 x96 -x95 -x94 
1800.41/1801.01	v -x93 -x92 -x91 -x90 -x89 -x88 -x87 x86 -x85 x84 -x83 -x82 -x81 -x80 -x79 -x78 -x77 -x76 -x75 -x74 -x73 -x72 -x71 -x70 -x69 -x68 
1800.41/1801.01	v -x67 -x66 -x65 -x64 -x63 -x62 -x61 x60 -x59 x58 -x57 -x56 -x55 -x54 -x53 x52 -x51 -x50 -x49 -x48 -x47 -x46 -x45 -x44 -x43 
1800.41/1801.01	v -x42 -x41 x40 -x39 -x38 x37 -x36 -x35 -x34 -x33 -x32 -x31 -x30 -x29 -x28 -x27 -x26 -x25 -x24 -x23 x22 x21 -x20 -x19 x18 -x17 
1800.41/1801.01	v -x16 -x15 -x14 -x13 -x12 x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 x3 -x2 -x1 
1800.41/1801.01	c SCIP Status        : solving was interrupted [user interrupt]
1800.41/1801.01	c Solving Time       :    1774.06
1800.41/1801.01	c Original Problem   :
1800.41/1801.01	c   Problem name     : HOME/instance-2665164-1276651416.opb
1800.41/1801.01	c   Variables        : 2682 (2682 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.41/1801.01	c   Constraints      : 2682 initial, 2682 maximal
1800.41/1801.01	c Presolved Problem  :
1800.41/1801.01	c   Problem name     : t_HOME/instance-2665164-1276651416.opb
1800.41/1801.01	c   Variables        : 2682 (2682 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.41/1801.01	c   Constraints      : 2682 initial, 2684 maximal
1800.41/1801.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.41/1801.01	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.41/1801.01	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.41/1801.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.41/1801.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.41/1801.01	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.41/1801.01	c   probing          :       0.05          0          0          0          0          0          0          0          0
1800.41/1801.01	c   and              :       0.22          0          0          0          0          0          0          0          0
1800.41/1801.01	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.41/1801.01	c   root node        :          -          0          -          -          0          -          -          -          -
1800.41/1801.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.41/1801.01	c   integral         :          0          0          0       2224          0          5         41          0          0       4412
1800.41/1801.01	c   and              :       2482       9845      36754          3          0          0      93650     105028          0          0
1800.41/1801.01	c   logicor          :        200+        18      14812          3          0          2          0          0          0          0
1800.41/1801.01	c   countsols        :          0          0          0          3          0          0          0          0          0          0
1800.41/1801.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.41/1801.01	c   integral         :     352.05       0.00       0.00     352.05       0.00
1800.41/1801.01	c   and              :      31.00      24.36       6.64       0.00       0.00
1800.41/1801.01	c   logicor          :       0.25       0.00       0.25       0.00       0.00
1800.41/1801.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.41/1801.01	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.41/1801.01	c   vbounds          :       0.01          2          0          0
1800.41/1801.01	c   rootredcost      :       0.04          3          0          0
1800.41/1801.01	c   pseudoobj        :       0.54      36661          0          0
1800.41/1801.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.41/1801.01	c   propagation      :       0.00          2          2          2       14.0          0        0.0          -
1800.41/1801.01	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.41/1801.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.41/1801.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.41/1801.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.41/1801.01	c   applied globally :          -          -          -          2       14.0          -          -          -
1800.41/1801.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.41/1801.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.41/1801.01	c   cut pool         :       0.00         17          -          -          4          -    (maximal pool size: 2780)
1800.41/1801.01	c   redcost          :       1.77       9847          0       9430          0          0
1800.41/1801.01	c   impliedbounds    :       0.06         18          0          0       2646          0
1800.41/1801.01	c   intobj           :       0.00          0          0          0          0          0
1800.41/1801.01	c   cgmip            :       0.00          0          0          0          0          0
1800.41/1801.01	c   gomory           :      20.14         18          0          0       2672          0
1800.41/1801.01	c   strongcg         :      17.58         18          0          0       3502          0
1800.41/1801.01	c   cmir             :       1.70         10          0          0       2000          0
1800.41/1801.01	c   flowcover        :       0.75         10          0          0          0          0
1800.41/1801.01	c   clique           :       0.16         18          0          0         19          0
1800.41/1801.01	c   zerohalf         :       0.00          0          0          0          0          0
1800.41/1801.01	c   mcf              :       0.01          1          0          0          0          0
1800.41/1801.01	c   rapidlearning    :       0.34          1          0          0          0          0
1800.41/1801.01	c Pricers            :       Time      Calls       Vars
1800.41/1801.01	c   problem variables:       0.00          0          0
1800.41/1801.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.41/1801.01	c   relpscost        :     352.03       2221          5         41          0          0       4412
1800.41/1801.01	c   pscost           :       0.00          0          0          0          0          0          0
1800.41/1801.01	c   inference        :       0.00          0          0          0          0          0          0
1800.41/1801.01	c   mostinf          :       0.00          0          0          0          0          0          0
1800.41/1801.01	c   leastinf         :       0.00          0          0          0          0          0          0
1800.41/1801.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.41/1801.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.41/1801.01	c   random           :       0.00          0          0          0          0          0          0
1800.41/1801.01	c Primal Heuristics  :       Time      Calls      Found
1800.41/1801.01	c   LP solutions     :       0.00          -          3
1800.41/1801.01	c   pseudo solutions :       0.00          -          0
1800.41/1801.01	c   oneopt           :       0.05          6          0
1800.41/1801.01	c   trivial          :       0.01          2          0
1800.41/1801.01	c   simplerounding   :       0.00          0          0
1800.41/1801.01	c   zirounding       :       0.81       1000          0
1800.41/1801.01	c   rounding         :       6.33       1439          0
1800.41/1801.01	c   shifting         :       5.95       1354          3
1800.41/1801.01	c   intshifting      :       0.00          0          0
1800.41/1801.01	c   twoopt           :       0.00          0          0
1800.41/1801.01	c   fixandinfer      :       0.00          0          0
1800.41/1801.01	c   feaspump         :       0.00          0          0
1800.41/1801.01	c   coefdiving       :      49.77         24          0
1800.41/1801.01	c   pscostdiving     :      51.60         20          0
1800.41/1801.01	c   fracdiving       :      64.48         26          0
1800.41/1801.01	c   veclendiving     :      41.28         28          0
1800.41/1801.01	c   intdiving        :       0.00          0          0
1800.41/1801.01	c   actconsdiving    :       0.00          0          0
1800.41/1801.01	c   objpscostdiving  :      20.67          4          0
1800.41/1801.01	c   rootsoldiving    :       4.56          8          0
1800.41/1801.01	c   linesearchdiving :      59.01         26          0
1800.41/1801.01	c   guideddiving     :      65.86         21          0
1800.41/1801.01	c   octane           :       0.00          0          0
1800.41/1801.01	c   rens             :       0.01          0          0
1800.41/1801.01	c   rins             :       0.00          0          0
1800.41/1801.01	c   localbranching   :       0.00          0          0
1800.41/1801.01	c   mutation         :       0.00          0          0
1800.41/1801.01	c   crossover        :       0.10          1          0
1800.41/1801.01	c   dins             :       0.00          0          0
1800.41/1801.01	c   undercover       :       0.01          1          0
1800.41/1801.01	c   nlp              :       0.01          0          0
1800.41/1801.01	c   trysol           :       0.02          0          0
1800.41/1801.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.41/1801.01	c   primal LP        :     274.68          0          0       0.00       0.00
1800.41/1801.01	c   dual LP          :     674.03      11159    1141875     102.33    1694.10
1800.41/1801.01	c   lex dual LP      :       0.00          0          0       0.00          -
1800.41/1801.01	c   barrier LP       :       0.00          0          0       0.00          -
1800.41/1801.01	c   diving/probing LP:     320.35      14988     564036      37.63    1760.69
1800.41/1801.01	c   strong branching :     350.29       2896     679005     234.46    1938.41
1800.41/1801.01	c     (at root node) :          -         13       8091     622.38          -
1800.41/1801.01	c   conflict analysis:       0.00          0          0       0.00          -
1800.41/1801.01	c B&B Tree           :
1800.41/1801.01	c   number of runs   :          1
1800.41/1801.01	c   nodes            :       2315
1800.41/1801.01	c   nodes (total)    :       2315
1800.41/1801.01	c   nodes left       :       1617
1800.41/1801.01	c   max depth        :         26
1800.41/1801.01	c   max depth (total):         26
1800.41/1801.01	c   backtracks       :        797 (34.4%)
1800.41/1801.01	c   delayed cutoffs  :          0
1800.41/1801.01	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1800.41/1801.01	c   avg switch length:       8.17
1800.41/1801.01	c   switching time   :     276.13
1800.41/1801.01	c Solution           :
1800.41/1801.01	c   Solutions found  :          6 (6 improvements)
1800.41/1801.01	c   First Solution   : +4.50000000000000e+01   (in run 1, after 1 nodes, 0.36 seconds, depth 0, found by <shifting>)
1800.41/1801.01	c   Primal Bound     : +2.10000000000000e+01   (in run 1, after 2290 nodes, 1759.58 seconds, depth 15, found by <relaxation>)
1800.41/1801.01	c   Dual Bound       : +1.63083781442914e+01
1800.41/1801.01	c   Gap              :      28.77 %
1800.41/1801.01	c   Root Dual Bound  : +1.48118091182202e+01
1800.41/1801.01	c   Root Iterations  :       9413
1800.41/1801.07	c Time complete: 1800.49.

Verifier Data

OK	21

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2665164-1276651416/watcher-2665164-1276651416 -o /tmp/evaluation-result-2665164-1276651416/solver-2665164-1276651416 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2665164-1276651416.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 7326
/proc/meminfo: memFree=1625160/2059040 swapFree=4140048/4192956
[pid=7326] ppid=7324 vsize=9288 CPUtime=0
/proc/7326/stat : 7326 (pbscip.linux.x8) R 7324 7326 6179 0 -1 4202496 1026 0 0 0 0 0 0 0 18 0 1 0 40745260 9510912 946 1992294400 4194304 9819077 140735020834208 18446744073709551615 8657695 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7326/statm: 2322 954 371 1374 0 943 0

[startup+0.083691 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 7326
/proc/meminfo: memFree=1625160/2059040 swapFree=4140048/4192956
[pid=7326] ppid=7324 vsize=23040 CPUtime=0.08
/proc/7326/stat : 7326 (pbscip.linux.x8) R 7324 7326 6179 0 -1 4202496 4839 0 0 0 7 1 0 0 21 0 1 0 40745260 23592960 4405 1992294400 4194304 9819077 140735020834208 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7326/statm: 5760 4405 473 1374 0 4381 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 23040

[startup+0.100693 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 7326
/proc/meminfo: memFree=1625160/2059040 swapFree=4140048/4192956
[pid=7326] ppid=7324 vsize=23672 CPUtime=0.09
/proc/7326/stat : 7326 (pbscip.linux.x8) R 7324 7326 6179 0 -1 4202496 5029 0 0 0 8 1 0 0 21 0 1 0 40745260 24240128 4595 1992294400 4194304 9819077 140735020834208 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7326/statm: 5918 4595 473 1374 0 4539 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23672

[startup+0.300716 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 7326
/proc/meminfo: memFree=1625160/2059040 swapFree=4140048/4192956
[pid=7326] ppid=7324 vsize=25504 CPUtime=0.29
/proc/7326/stat : 7326 (pbscip.linux.x8) R 7324 7326 6179 0 -1 4202496 6260 0 0 0 18 11 0 0 21 0 1 0 40745260 26116096 5055 1992294400 4194304 9819077 140735020834208 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7326/statm: 6376 5055 493 1374 0 4997 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 25504

[startup+0.700762 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 7326
/proc/meminfo: memFree=1625160/2059040 swapFree=4140048/4192956
[pid=7326] ppid=7324 vsize=40276 CPUtime=0.69
/proc/7326/stat : 7326 (pbscip.linux.x8) R 7324 7326 6179 0 -1 4202496 11770 0 0 0 47 22 0 0 22 0 1 0 40745260 41242624 8214 1992294400 4194304 9819077 140735020834208 18446744073709551615 5721528 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7326/statm: 10069 8214 658 1374 0 8690 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 40276

[startup+1.50085 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7327
/proc/meminfo: memFree=1594276/2059040 swapFree=4140048/4192956
[pid=7326] ppid=7324 vsize=58412 CPUtime=1.49
/proc/7326/stat : 7326 (pbscip.linux.x8) R 7324 7326 6179 0 -1 4202496 17589 0 0 0 104 45 0 0 25 0 1 0 40745260 59813888 12447 1992294400 4194304 9819077 140735020834208 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7326/statm: 14603 12447 684 1374 0 13224 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 58412

[startup+3.10104 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7327
/proc/meminfo: memFree=1592912/2059040 swapFree=4140048/4192956
[pid=7326] ppid=7324 vsize=43692 CPUtime=3.09
/proc/7326/stat : 7326 (pbscip.linux.x8) R 7324 7326 6179 0 -1 4202496 19187 0 0 0 260 49 0 0 25 0 1 0 40745260 44740608 8887 1992294400 4194304 9819077 140735020834208 18446744073709551615 5721526 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7326/statm: 10923 8887 689 1374 0 9544 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 43692

[startup+6.30141 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7327
/proc/meminfo: memFree=1589812/2059040 swapFree=4140048/4192956
[pid=7326] ppid=7324 vsize=49844 CPUtime=6.28
/proc/7326/stat : 7326 (pbscip.linux.x8) R 7324 7326 6179 0 -1 4202496 22982 0 0 0 576 52 0 0 25 0 1 0 40745260 51040256 9965 1992294400 4194304 9819077 140735020834208 18446744073709551615 7290971 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7326/statm: 12461 9965 692 1374 0 11082 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 49844

[startup+12.7011 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7327
/proc/meminfo: memFree=1585596/2059040 swapFree=4140048/4192956
[pid=7326] ppid=7324 vsize=52500 CPUtime=12.69
/proc/7326/stat : 7326 (pbscip.linux.x8) R 7324 7326 6179 0 -1 4202496 27196 0 0 0 1213 56 0 0 25 0 1 0 40745260 53760000 10436 1992294400 4194304 9819077 140735020834208 18446744073709551615 5753054 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7326/statm: 13125 10436 692 1374 0 11746 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 52500

[startup+25.5006 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7329
/proc/meminfo: memFree=1585596/2059040 swapFree=4140048/4192956
[pid=7326] ppid=7324 vsize=52552 CPUtime=25.49
/proc/7326/stat : 7326 (pbscip.linux.x8) R 7324 7326 6179 0 -1 4202496 31283 0 0 0 2488 61 0 0 25 0 1 0 40745260 53813248 10432 1992294400 4194304 9819077 140735020834208 18446744073709551615 8495008 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7326/statm: 13138 10432 692 1374 0 11759 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 52552

[startup+51.1006 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7329
/proc/meminfo: memFree=1585968/2059040 swapFree=4140048/4192956
[pid=7326] ppid=7324 vsize=50088 CPUtime=51.07
/proc/7326/stat : 7326 (pbscip.linux.x8) R 7324 7326 6179 0 -1 4202496 43715 0 0 0 5035 72 0 0 25 0 1 0 40745260 51290112 10276 1992294400 4194304 9819077 140735020834208 18446744073709551615 7291624 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7326/statm: 12522 10276 706 1374 0 11143 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 50088

[startup+102.308 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7331
/proc/meminfo: memFree=1585968/2059040 swapFree=4140048/4192956
[pid=7326] ppid=7324 vsize=48180 CPUtime=102.25
/proc/7326/stat : 7326 (pbscip.linux.x8) R 7324 7326 6179 0 -1 4202496 146512 0 0 0 10103 122 0 0 25 0 1 0 40745260 49336320 10228 1992294400 4194304 9819077 140735020834208 18446744073709551615 7292327 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7326/statm: 12045 10228 720 1374 0 10666 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 48180

[startup+162.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7331
/proc/meminfo: memFree=1585844/2059040 swapFree=4140048/4192956
[pid=7326] ppid=7324 vsize=51828 CPUtime=162.23
/proc/7326/stat : 7326 (pbscip.linux.x8) R 7324 7326 6179 0 -1 4202496 296959 0 0 0 16022 201 0 0 25 0 1 0 40745260 53071872 10364 1992294400 4194304 9819077 140735020834208 18446744073709551615 7301528 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7326/statm: 12957 10364 720 1374 0 11578 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 51828

[startup+222.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7333
/proc/meminfo: memFree=1584852/2059040 swapFree=4140048/4192956
[pid=7326] ppid=7324 vsize=48220 CPUtime=222.21
/proc/7326/stat : 7326 (pbscip.linux.x8) R 7324 7326 6179 0 -1 4202496 468867 0 0 0 21932 289 0 0 25 0 1 0 40745260 49377280 10405 1992294400 4194304 9819077 140735020834208 18446744073709551615 7224829 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7326/statm: 12055 10405 720 1374 0 10676 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 48220

[startup+282.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7335
/proc/meminfo: memFree=1583736/2059040 swapFree=4140048/4192956
[pid=7326] ppid=7324 vsize=49824 CPUtime=282.19
/proc/7326/stat : 7326 (pbscip.linux.x8) R 7324 7326 6179 0 -1 4202496 648241 0 0 0 27839 380 0 0 25 0 1 0 40745260 51019776 10700 1992294400 4194304 9819077 140735020834208 18446744073709551615 7311969 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7326/statm: 12456 10700 726 1374 0 11077 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 49824

[startup+342.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7337
/proc/meminfo: memFree=1582620/2059040 swapFree=4140048/4192956
[pid=7326] ppid=7324 vsize=50604 CPUtime=342.18
/proc/7326/stat : 7326 (pbscip.linux.x8) R 7324 7326 6179 0 -1 4202496 843801 0 0 0 33738 480 0 0 25 0 1 0 40745260 51818496 10953 1992294400 4194304 9819077 140735020834208 18446744073709551615 7235123 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7326/statm: 12651 10953 726 1374 0 11272 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 50604

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7339
/proc/meminfo: memFree=1581752/2059040 swapFree=4140048/4192956
[pid=7326] ppid=7324 vsize=52136 CPUtime=402.15
/proc/7326/stat : 7326 (pbscip.linux.x8) R 7324 7326 6179 0 -1 4202496 1025937 0 0 0 39650 565 0 0 25 0 1 0 40745260 53387264 11309 1992294400 4194304 9819077 140735020834208 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7326/statm: 13034 11309 727 1374 0 11655 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 52136

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7339
/proc/meminfo: memFree=1580636/2059040 swapFree=4140048/4192956
[pid=7326] ppid=7324 vsize=56648 CPUtime=462.14
/proc/7326/stat : 7326 (pbscip.linux.x8) R 7324 7326 6179 0 -1 4202496 1198245 0 0 0 45565 649 0 0 25 0 1 0 40745260 58007552 11677 1992294400 4194304 9819077 140735020834208 18446744073709551615 6391609 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7326/statm: 14162 11677 727 1374 0 12783 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 56648

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7341
/proc/meminfo: memFree=1580388/2059040 swapFree=4140048/4192956
[pid=7326] ppid=7324 vsize=53460 CPUtime=522.12
/proc/7326/stat : 7326 (pbscip.linux.x8) R 7324 7326 6179 0 -1 4202496 1399476 0 0 0 51464 748 0 0 25 0 1 0 40745260 54743040 11549 1992294400 4194304 9819077 140735020834208 18446744073709551615 7291717 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7326/statm: 13365 11549 727 1374 0 11986 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 53460

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7343
/proc/meminfo: memFree=1579520/2059040 swapFree=4140048/4192956
[pid=7326] ppid=7324 vsize=53872 CPUtime=582.1
/proc/7326/stat : 7326 (pbscip.linux.x8) R 7324 7326 6179 0 -1 4202496 1558154 0 0 0 57381 829 0 0 25 0 1 0 40745260 55164928 11778 1992294400 4194304 9819077 140735020834208 18446744073709551615 7304805 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7326/statm: 13468 11778 727 1374 0 12089 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 53872

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7345
/proc/meminfo: memFree=1579520/2059040 swapFree=4140048/4192956
[pid=7326] ppid=7324 vsize=54376 CPUtime=642.09
/proc/7326/stat : 7326 (pbscip.linux.x8) R 7324 7326 6179 0 -1 4202496 1716926 0 0 0 63294 915 0 0 25 0 1 0 40745260 55681024 11753 1992294400 4194304 9819077 140735020834208 18446744073709551615 7311883 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7326/statm: 13594 11753 727 1374 0 12215 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 54376

[startup+702.301 s]

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

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7351
/proc/meminfo: memFree=1578776/2059040 swapFree=4140048/4192956
[pid=7326] ppid=7324 vsize=54684 CPUtime=882
/proc/7326/stat : 7326 (pbscip.linux.x8) R 7324 7326 6179 0 -1 4202496 2435354 0 0 0 86912 1288 0 0 25 0 1 0 40745260 55996416 12001 1992294400 4194304 9819077 140735020834208 18446744073709551615 7291886 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7326/statm: 13671 12001 727 1374 0 12292 0
Current children cumulated CPU time (s) 882
Current children cumulated vsize (KiB) 54684

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7353
/proc/meminfo: memFree=1578404/2059040 swapFree=4140048/4192956
[pid=7326] ppid=7324 vsize=58856 CPUtime=941.99
/proc/7326/stat : 7326 (pbscip.linux.x8) R 7324 7326 6179 0 -1 4202496 2601719 0 0 0 92826 1373 0 0 25 0 1 0 40745260 60268544 11973 1992294400 4194304 9819077 140735020834208 18446744073709551615 6391563 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7326/statm: 14714 11973 727 1374 0 13335 0
Current children cumulated CPU time (s) 941.99
Current children cumulated vsize (KiB) 58856

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7355
/proc/meminfo: memFree=1577908/2059040 swapFree=4140048/4192956
[pid=7326] ppid=7324 vsize=55860 CPUtime=1001.98
/proc/7326/stat : 7326 (pbscip.linux.x8) R 7324 7326 6179 0 -1 4202496 2774314 0 0 0 98741 1457 0 0 25 0 1 0 40745260 57200640 12126 1992294400 4194304 9819077 140735020834208 18446744073709551615 7311715 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7326/statm: 13965 12126 727 1374 0 12586 0
Current children cumulated CPU time (s) 1001.98
Current children cumulated vsize (KiB) 55860

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7355
/proc/meminfo: memFree=1577164/2059040 swapFree=4140048/4192956
[pid=7326] ppid=7324 vsize=56412 CPUtime=1061.96
/proc/7326/stat : 7326 (pbscip.linux.x8) R 7324 7326 6179 0 -1 4202496 2954964 0 0 0 104648 1548 0 0 25 0 1 0 40745260 57765888 12272 1992294400 4194304 9819077 140735020834208 18446744073709551615 7291631 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7326/statm: 14103 12272 727 1374 0 12724 0
Current children cumulated CPU time (s) 1061.96
Current children cumulated vsize (KiB) 56412

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7357
/proc/meminfo: memFree=1577288/2059040 swapFree=4140048/4192956
[pid=7326] ppid=7324 vsize=56460 CPUtime=1121.94
/proc/7326/stat : 7326 (pbscip.linux.x8) R 7324 7326 6179 0 -1 4202496 3120070 0 0 0 110566 1628 0 0 25 0 1 0 40745260 57815040 12292 1992294400 4194304 9819077 140735020834208 18446744073709551615 7292006 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7326/statm: 14115 12292 727 1374 0 12736 0
Current children cumulated CPU time (s) 1121.94
Current children cumulated vsize (KiB) 56460

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7359
/proc/meminfo: memFree=1576296/2059040 swapFree=4140048/4192956
[pid=7326] ppid=7324 vsize=61556 CPUtime=1181.92
/proc/7326/stat : 7326 (pbscip.linux.x8) R 7324 7326 6179 0 -1 4202496 3301030 0 0 0 116477 1715 0 0 25 0 1 0 40745260 63033344 12571 1992294400 4194304 9819077 140735020834208 18446744073709551615 7312848 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7326/statm: 15389 12571 727 1374 0 14010 0
Current children cumulated CPU time (s) 1181.92
Current children cumulated vsize (KiB) 61556

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7361
/proc/meminfo: memFree=1576792/2059040 swapFree=4140048/4192956
[pid=7326] ppid=7324 vsize=57408 CPUtime=1241.9
/proc/7326/stat : 7326 (pbscip.linux.x8) R 7324 7326 6179 0 -1 4202496 3474130 0 0 0 122386 1804 0 0 25 0 1 0 40745260 58785792 12485 1992294400 4194304 9819077 140735020834208 18446744073709551615 7326166 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7326/statm: 14352 12485 727 1374 0 12973 0
Current children cumulated CPU time (s) 1241.9
Current children cumulated vsize (KiB) 57408

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7363
/proc/meminfo: memFree=1576544/2059040 swapFree=4140048/4192956
[pid=7326] ppid=7324 vsize=56612 CPUtime=1301.88
/proc/7326/stat : 7326 (pbscip.linux.x8) R 7324 7326 6179 0 -1 4202496 3647776 0 0 0 128294 1894 0 0 25 0 1 0 40745260 57970688 12514 1992294400 4194304 9819077 140735020834208 18446744073709551615 7228640 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7326/statm: 14153 12514 727 1374 0 12774 0
Current children cumulated CPU time (s) 1301.88
Current children cumulated vsize (KiB) 56612

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7363
/proc/meminfo: memFree=1576172/2059040 swapFree=4140048/4192956
[pid=7326] ppid=7324 vsize=57716 CPUtime=1361.86
/proc/7326/stat : 7326 (pbscip.linux.x8) R 7324 7326 6179 0 -1 4202496 3818428 0 0 0 134206 1980 0 0 25 0 1 0 40745260 59101184 12600 1992294400 4194304 9819077 140735020834208 18446744073709551615 7290936 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7326/statm: 14429 12600 727 1374 0 13050 0
Current children cumulated CPU time (s) 1361.86
Current children cumulated vsize (KiB) 57716

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7365
/proc/meminfo: memFree=1575924/2059040 swapFree=4140048/4192956
[pid=7326] ppid=7324 vsize=57968 CPUtime=1421.84
/proc/7326/stat : 7326 (pbscip.linux.x8) R 7324 7326 6179 0 -1 4202496 3994741 0 0 0 140119 2065 0 0 25 0 1 0 40745260 59359232 12610 1992294400 4194304 9819077 140735020834208 18446744073709551615 6391510 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7326/statm: 14492 12610 727 1374 0 13113 0
Current children cumulated CPU time (s) 1421.84
Current children cumulated vsize (KiB) 57968

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7367
/proc/meminfo: memFree=1575304/2059040 swapFree=4140048/4192956
[pid=7326] ppid=7324 vsize=58128 CPUtime=1481.82
/proc/7326/stat : 7326 (pbscip.linux.x8) R 7324 7326 6179 0 -1 4202496 4177842 0 0 0 146028 2154 0 0 25 0 1 0 40745260 59523072 12822 1992294400 4194304 9819077 140735020834208 18446744073709551615 6192320 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7326/statm: 14532 12822 727 1374 0 13153 0
Current children cumulated CPU time (s) 1481.82
Current children cumulated vsize (KiB) 58128

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7369
/proc/meminfo: memFree=1575180/2059040 swapFree=4140048/4192956
[pid=7326] ppid=7324 vsize=58796 CPUtime=1541.8
/proc/7326/stat : 7326 (pbscip.linux.x8) R 7324 7326 6179 0 -1 4202496 4353709 0 0 0 151938 2242 0 0 25 0 1 0 40745260 60207104 12854 1992294400 4194304 9819077 140735020834208 18446744073709551615 6656835 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7326/statm: 14699 12854 727 1374 0 13320 0
Current children cumulated CPU time (s) 1541.8
Current children cumulated vsize (KiB) 58796

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7371
/proc/meminfo: memFree=1573816/2059040 swapFree=4140048/4192956
[pid=7326] ppid=7324 vsize=60112 CPUtime=1601.78
/proc/7326/stat : 7326 (pbscip.linux.x8) R 7324 7326 6179 0 -1 4202496 4538903 0 0 0 157842 2336 0 0 25 0 1 0 40745260 61554688 13090 1992294400 4194304 9819077 140735020834208 18446744073709551615 7301627 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7326/statm: 15028 13090 727 1374 0 13649 0
Current children cumulated CPU time (s) 1601.78
Current children cumulated vsize (KiB) 60112

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7371
/proc/meminfo: memFree=1572948/2059040 swapFree=4140048/4192956
[pid=7326] ppid=7324 vsize=64832 CPUtime=1661.76
/proc/7326/stat : 7326 (pbscip.linux.x8) R 7324 7326 6179 0 -1 4202496 4713344 0 0 0 163749 2427 0 0 25 0 1 0 40745260 66387968 13376 1992294400 4194304 9819077 140735020834208 18446744073709551615 6674455 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7326/statm: 16208 13376 727 1374 0 14829 0
Current children cumulated CPU time (s) 1661.76
Current children cumulated vsize (KiB) 64832

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7373
/proc/meminfo: memFree=1572824/2059040 swapFree=4140048/4192956
[pid=7326] ppid=7324 vsize=61904 CPUtime=1721.73
/proc/7326/stat : 7326 (pbscip.linux.x8) R 7324 7326 6179 0 -1 4202496 4887513 0 0 0 169659 2514 0 0 25 0 1 0 40745260 63389696 13540 1992294400 4194304 9819077 140735020834208 18446744073709551615 7311946 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7326/statm: 15476 13540 727 1374 0 14097 0
Current children cumulated CPU time (s) 1721.73
Current children cumulated vsize (KiB) 61904

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7375
/proc/meminfo: memFree=1572204/2059040 swapFree=4140048/4192956
[pid=7326] ppid=7324 vsize=61872 CPUtime=1781.72
/proc/7326/stat : 7326 (pbscip.linux.x8) R 7324 7326 6179 0 -1 4202496 5059377 0 0 0 175565 2607 0 0 25 0 1 0 40745260 63356928 13552 1992294400 4194304 9819077 140735020834208 18446744073709551615 7291717 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7326/statm: 15468 13552 727 1374 0 14089 0
Current children cumulated CPU time (s) 1781.72
Current children cumulated vsize (KiB) 61872



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7375
/proc/meminfo: memFree=1571708/2059040 swapFree=4140048/4192956
[pid=7326] ppid=7324 vsize=62332 CPUtime=1800.03
/proc/7326/stat : 7326 (pbscip.linux.x8) R 7324 7326 6179 0 -1 4202496 5114377 0 0 0 177369 2634 0 0 25 0 1 0 40745260 63827968 13676 1992294400 4194304 9819077 140735020834208 18446744073709551615 7291717 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7326/statm: 15583 13676 727 1374 0 14204 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 62332

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.00 1.00 1.00 2/107 7375
/proc/meminfo: memFree=1571708/2059040 swapFree=4140048/4192956
[pid=7326] ppid=7324 vsize=62332 CPUtime=1800.41
/proc/7326/stat : 7326 (pbscip.linux.x8) R 7324 7326 6179 0 -1 4202496 5115292 0 0 0 177407 2634 0 0 25 0 1 0 40745260 63827968 13673 1992294400 4194304 9819077 140735020834208 18446744073709551615 6590275 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7326/statm: 15583 13673 727 1374 0 14204 0
Current children cumulated CPU time (s) 1800.41
Current children cumulated vsize (KiB) 62332

Child status: 0
Real time (s): 1801.08
CPU time (s): 1800.5
CPU user time (s): 1774.15
CPU system time (s): 26.357
CPU usage (%): 99.9679
Max. virtual memory (cumulated for all children) (KiB): 67400

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1774.15
system time used= 26.357
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5115382
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= 1
involuntary context switches= 5083

runsolver used 3.01054 second user time and 8.47071 second system time

The end

Launcher Data

Begin job on node006 at 2010-06-16 03:23:36
IDJOB=2665164
IDBENCH=48107
IDSOLVER=1168
FILE ID=node006/2665164-1276651416
PBS_JOBID= 11172416
Free space on /tmp= 62504 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/mds/normalized-mds_200_10_1.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-2665164-1276651416/watcher-2665164-1276651416 -o /tmp/evaluation-result-2665164-1276651416/solver-2665164-1276651416 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2665164-1276651416.opb -t 1800 -m 1800

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

MD5SUM BENCH= 7c4476530a00e5609896ce3ef5260c8d
RANDOM SEED=1473061264

node006.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.204
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.40
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.204
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:       1625688 kB
Buffers:        142048 kB
Cached:         206392 kB
SwapCached:       6988 kB
Active:         133088 kB
Inactive:       229940 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1625688 kB
SwapTotal:     4192956 kB
SwapFree:      4140048 kB
Dirty:            6220 kB
Writeback:           0 kB
AnonPages:       12744 kB
Mapped:          13144 kB
Slab:            48704 kB
PageTables:       4076 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182104 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= 62496 MiB
End job on node006 at 2010-06-16 03:53:39