Trace number 2703201

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solverSAT16 1789.74 1790.14

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_200_25_2.opb
MD5SUMfaa00895e2f6f80e77634e2be522df62
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark14
Best CPU time to get the best result obtained on this benchmark1798.07
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 12
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 constraint26
Maximum length of a constraint45
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)6220
Sum of products size (including duplicates)12440
Number of different products6220
Sum of products size12440

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.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2]
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-2703201-1278566508.opb>
0.00/0.06	c original problem has 6420 variables (6420 bin, 0 int, 0 impl, 0 cont) and 6420 constraints
0.00/0.06	c problem read
0.06/0.06	c presolving settings loaded
0.09/0.14	c presolving:
0.49/0.53	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 200 upgd conss, 414832 impls, 0 clqs
0.79/0.84	c    (0.8s) probing: 101/6420 (1.6%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.79/0.84	c    (0.8s) probing aborted: 100/100 successive totally useless probings
0.79/0.84	c presolving (2 rounds):
0.79/0.84	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.79/0.84	c  414832 implications, 0 cliques
0.79/0.84	c presolved problem has 6420 variables (6420 bin, 0 int, 0 impl, 0 cont) and 6420 constraints
0.79/0.84	c    6220 constraints of type <and>
0.79/0.84	c     200 constraints of type <logicor>
0.79/0.84	c transformed objective value is always integral (scale: 1)
0.79/0.84	c Presolving Time: 0.75
0.79/0.84	c - non default parameters ----------------------------------------------------------------------
0.79/0.84	c # SCIP version 1.2.1.3
0.79/0.84	c 
0.79/0.84	c # frequency for displaying node information lines
0.79/0.84	c # [type: int, range: [-1,2147483647], default: 100]
0.79/0.84	c display/freq = 10000
0.79/0.84	c 
0.79/0.84	c # maximal time in seconds to run
0.79/0.84	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.79/0.84	c limits/time = 1789.94
0.79/0.84	c 
0.79/0.84	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.79/0.84	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.79/0.84	c limits/memory = 1620
0.79/0.84	c 
0.79/0.84	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.79/0.84	c # [type: int, range: [1,2], default: 1]
0.79/0.84	c timing/clocktype = 2
0.79/0.84	c 
0.79/0.84	c # should presolving try to simplify inequalities
0.79/0.84	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.79/0.84	c constraints/linear/simplifyinequalities = TRUE
0.79/0.84	c 
0.79/0.84	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.79/0.84	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.79/0.84	c constraints/indicator/addCouplingCons = TRUE
0.79/0.84	c 
0.79/0.84	c # should presolving try to simplify knapsacks
0.79/0.84	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.79/0.84	c constraints/knapsack/simplifyinequalities = TRUE
0.79/0.84	c 
0.79/0.84	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.79/0.84	c # [type: int, range: [-1,2147483647], default: -1]
0.79/0.84	c heuristics/undercover/freq = 0
0.79/0.84	c 
0.79/0.84	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.79/0.84	c # [type: int, range: [-1,2147483647], default: -1]
0.79/0.84	c separating/rapidlearning/freq = 0
0.79/0.84	c 
0.79/0.84	c -----------------------------------------------------------------------------------------------
0.79/0.84	c start solving
0.79/0.85	c 
1.00/1.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1.00/1.03	c   1.0s|     1 |     0 |   400 |     - |  38M|   0 | 400 |6420 |6420 |6420 |  12k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.00/1.06	o 24
1.00/1.06	c s 1.0s|     1 |     0 |   400 |     - |  39M|   0 | 400 |6420 |6420 |6420 |  12k|   0 |   0 |   0 | 0.000000e+00 | 2.400000e+01 |    Inf 
3.89/3.93	c   3.9s|     1 |     0 |  1000 |     - |  39M|   0 | 400 |6420 |6420 |6420 |  13k| 400 |   0 |   0 | 0.000000e+00 | 2.400000e+01 |    Inf 
5.29/5.39	c   5.3s|     1 |     0 |  1600 |     - |  39M|   0 | 400 |6420 |6420 |6420 |  13k| 804 |   0 |   0 | 0.000000e+00 | 2.400000e+01 |    Inf 
5.39/5.41	o 23
5.39/5.41	c s 5.4s|     1 |     0 |  1600 |     - |  39M|   0 | 400 |6420 |6420 |6420 |  13k| 804 |   0 |   0 | 0.000000e+00 | 2.300000e+01 |    Inf 
6.89/6.92	c   6.9s|     1 |     0 |  2200 |     - |  39M|   0 | 400 |6420 |6420 |6420 |  13k|1205 |   0 |   0 | 0.000000e+00 | 2.300000e+01 |    Inf 
8.49/8.51	c   8.4s|     1 |     0 |  2800 |     - |  39M|   0 | 400 |6420 |6420 |6420 |  14k|1608 |   0 |   0 | 0.000000e+00 | 2.300000e+01 |    Inf 
8.49/8.53	o 19
8.49/8.53	c s 8.5s|     1 |     0 |  2800 |     - |  39M|   0 | 400 |6420 |6420 |6420 |  14k|1608 |   0 |   0 | 0.000000e+00 | 1.900000e+01 |    Inf 
10.09/10.17	c  10.1s|     1 |     0 |  3400 |     - |  40M|   0 | 400 |6420 |6420 |6420 |  14k|2010 |   0 |   0 | 0.000000e+00 | 1.900000e+01 |    Inf 
11.89/11.92	c  11.9s|     1 |     0 |  4000 |     - |  40M|   0 | 400 |6420 |6420 |6420 |  15k|2413 |   0 |   0 | 0.000000e+00 | 1.900000e+01 |    Inf 
11.89/11.95	o 18
11.89/11.95	c s11.9s|     1 |     0 |  4000 |     - |  40M|   0 | 400 |6420 |6420 |6420 |  15k|2413 |   0 |   0 | 0.000000e+00 | 1.800000e+01 |    Inf 
12.99/13.07	c  13.0s|     1 |     2 |  4000 |     - |  40M|   0 | 400 |6420 |6420 |6420 |  15k|2413 |   0 |  10 | 0.000000e+00 | 1.800000e+01 |    Inf 
1067.96/1068.29	o 16
1067.96/1068.29	c g1068s|   335 |   336 |499176 |1482.6 |  43M|  23 |   - |6420 |6427 |6420 |6051 |  86k|   7 |1815 | 6.364295e+00 | 1.600000e+01 | 151.40%
1789.60/1790.01	c 
1789.60/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1789.60/1790.01	c Solving Time (sec) : 1789.95
1789.60/1790.01	c Solving Nodes      : 654
1789.60/1790.01	c Primal Bound       : +1.60000000000000e+01 (5 solutions)
1789.60/1790.01	c Dual Bound         : +6.54630432998405e+00
1789.60/1790.01	c Gap                : 144.41 %
1789.60/1790.02	s SATISFIABLE
1789.60/1790.02	v -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 -x188 -x187 -x186 -x185 -x184 -x183 -x182 x181 -x180 -x179 
1789.60/1790.02	v -x178 -x177 -x176 -x175 x174 -x173 -x172 -x171 -x170 -x169 -x168 -x167 -x166 -x165 -x164 -x163 -x162 x161 -x160 -x159 -x158 
1789.60/1790.02	v -x157 -x156 -x155 x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 
1789.60/1790.02	v -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 
1789.60/1790.02	v -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 -x104 -x103 -x102 -x101 -x100 -x99 -x98 -x97 -x96 -x95 
1789.60/1790.02	v -x94 -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 
1789.60/1790.02	v -x68 -x67 -x66 -x65 -x64 -x63 -x62 -x61 x60 -x59 x58 -x57 -x56 -x55 -x54 -x53 -x52 -x51 -x50 -x49 -x48 -x47 -x46 -x45 -x44 
1789.60/1790.02	v -x43 -x42 -x41 -x40 -x39 -x38 -x37 -x36 -x35 -x34 -x33 -x32 -x31 -x30 -x29 x28 -x27 -x26 -x25 -x24 -x23 x22 -x21 -x20 -x19 
1789.60/1790.02	v -x18 -x17 -x16 x15 x14 -x13 -x12 -x11 -x10 x9 -x8 x7 x6 x5 -x4 x3 -x2 -x1 
1789.60/1790.02	c SCIP Status        : solving was interrupted [time limit reached]
1789.60/1790.02	c Solving Time       :    1789.95
1789.60/1790.02	c Original Problem   :
1789.60/1790.02	c   Problem name     : HOME/instance-2703201-1278566508.opb
1789.60/1790.02	c   Variables        : 6420 (6420 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.60/1790.02	c   Constraints      : 6420 initial, 6420 maximal
1789.60/1790.02	c Presolved Problem  :
1789.60/1790.02	c   Problem name     : t_HOME/instance-2703201-1278566508.opb
1789.60/1790.02	c   Variables        : 6420 (6420 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.60/1790.02	c   Constraints      : 6420 initial, 6442 maximal
1789.60/1790.02	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1789.60/1790.02	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1789.60/1790.02	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1789.60/1790.02	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1789.60/1790.02	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1789.60/1790.02	c   implics          :       0.00          0          0          0          0          0          0          0          0
1789.60/1790.02	c   probing          :       0.23          0          0          0          0          0          0          0          0
1789.60/1790.02	c   and              :       0.45          0          0          0          0          0          0          0          0
1789.60/1790.02	c   logicor          :       0.01          0          0          0          0          0          0          0          0
1789.60/1790.02	c   root node        :          -          0          -          -          0          -          -          -          -
1789.60/1790.02	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1789.60/1790.02	c   integral         :          0          0          0        654          0          0          0          0          0       1308
1789.60/1790.02	c   and              :       6220       3135      29710          0          0          2      33112     167495          0          0
1789.60/1790.02	c   logicor          :        200+         6       8012          0          0          3          0          0          0          0
1789.60/1790.02	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1789.60/1790.02	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1789.60/1790.02	c   integral         :     467.47       0.00       0.00     467.47       0.00
1789.60/1790.02	c   and              :      35.31      23.26      12.05       0.00       0.00
1789.60/1790.02	c   logicor          :       0.23       0.00       0.23       0.00       0.00
1789.60/1790.02	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1789.60/1790.02	c Propagators        :       Time      Calls    Cutoffs    DomReds
1789.60/1790.02	c   vbounds          :       0.02          2          0          0
1789.60/1790.02	c   rootredcost      :       0.03          2          0          0
1789.60/1790.02	c   pseudoobj        :       0.69      29582          5          0
1789.60/1790.02	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1789.60/1790.02	c   propagation      :       0.00         10         10         27       60.6          0        0.0          -
1789.60/1790.02	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1789.60/1790.02	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1789.60/1790.02	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1789.60/1790.02	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1789.60/1790.02	c   applied globally :          -          -          -         22       54.3          -          -          -
1789.60/1790.02	c   applied locally  :          -          -          -          0        0.0          -          -          -
1789.60/1790.02	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1789.60/1790.02	c   cut pool         :       0.00          5          -          -          0          -    (maximal pool size: 2413)
1789.60/1790.02	c   redcost          :       2.23       3135          0          0          0          0
1789.60/1790.02	c   impliedbounds    :       0.03          6          0          0       2400          0
1789.60/1790.02	c   intobj           :       0.00          0          0          0          0          0
1789.60/1790.02	c   cgmip            :       0.00          0          0          0          0          0
1789.60/1790.02	c   gomory           :       0.94          6          0          0       3000          0
1789.60/1790.02	c   strongcg         :       0.94          6          0          0       3000          0
1789.60/1790.02	c   cmir             :       4.94          6          0          0       2400          0
1789.60/1790.02	c   flowcover        :       1.25          6          0          0          0          0
1789.60/1790.02	c   clique           :       0.36          6          0          0         13          0
1789.60/1790.02	c   zerohalf         :       0.00          0          0          0          0          0
1789.60/1790.02	c   mcf              :       0.02          1          0          0          0          0
1789.60/1790.02	c   rapidlearning    :       1.12          1          0          0          0          0
1789.60/1790.02	c Pricers            :       Time      Calls       Vars
1789.60/1790.02	c   problem variables:       0.00          0          0
1789.60/1790.02	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1789.60/1790.02	c   relpscost        :     467.46        654          0          0          0          0       1308
1789.60/1790.02	c   pscost           :       0.00          0          0          0          0          0          0
1789.60/1790.02	c   inference        :       0.00          0          0          0          0          0          0
1789.60/1790.02	c   mostinf          :       0.00          0          0          0          0          0          0
1789.60/1790.02	c   leastinf         :       0.00          0          0          0          0          0          0
1789.60/1790.02	c   fullstrong       :       0.00          0          0          0          0          0          0
1789.60/1790.02	c   allfullstrong    :       0.00          0          0          0          0          0          0
1789.60/1790.02	c   random           :       0.00          0          0          0          0          0          0
1789.60/1790.02	c Primal Heuristics  :       Time      Calls      Found
1789.60/1790.02	c   LP solutions     :       0.00          -          0
1789.60/1790.02	c   pseudo solutions :       0.00          -          0
1789.60/1790.02	c   oneopt           :       0.06          5          0
1789.60/1790.02	c   crossover        :       0.54          2          0
1789.60/1790.02	c   trivial          :       0.02          2          0
1789.60/1790.02	c   simplerounding   :       0.01          0          0
1789.60/1790.02	c   zirounding       :       0.90        653          0
1789.60/1790.02	c   rounding         :       6.57        816          0
1789.60/1790.02	c   shifting         :       4.61        382          4
1789.60/1790.02	c   intshifting      :       0.00          0          0
1789.60/1790.02	c   twoopt           :       0.00          0          0
1789.60/1790.02	c   fixandinfer      :       0.00          0          0
1789.60/1790.02	c   feaspump         :       0.00          0          0
1789.60/1790.02	c   coefdiving       :      65.97         18          0
1789.60/1790.02	c   pscostdiving     :      83.60         10          0
1789.60/1790.02	c   fracdiving       :      79.01         13          0
1789.60/1790.02	c   veclendiving     :      51.69         24          0
1789.60/1790.02	c   intdiving        :       0.00          0          0
1789.60/1790.02	c   actconsdiving    :       0.00          0          0
1789.60/1790.02	c   objpscostdiving  :      66.67          2          0
1789.60/1790.02	c   rootsoldiving    :      14.84          6          0
1789.60/1790.02	c   linesearchdiving :      78.01         14          0
1789.60/1790.02	c   guideddiving     :     203.95         33          1
1789.60/1790.02	c   octane           :       0.00          0          0
1789.60/1790.02	c   rens             :       0.57          1          0
1789.60/1790.02	c   rins             :       0.00          0          0
1789.60/1790.02	c   localbranching   :       0.00          0          0
1789.60/1790.02	c   mutation         :       0.00          0          0
1789.60/1790.02	c   dins             :       0.00          0          0
1789.60/1790.02	c   undercover       :       0.03          1          0
1789.60/1790.02	c   nlp              :       0.00          0          0
1789.60/1790.02	c   trysol           :       0.00          0          0
1789.60/1790.02	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1789.60/1790.02	c   primal LP        :       5.96          0          0       0.00       0.00
1789.60/1790.02	c   dual LP          :     595.99       3706     467806     126.23     784.93
1789.60/1790.02	c   lex dual LP      :       0.00          0          0       0.00          -
1789.60/1790.02	c   barrier LP       :       0.00          0          0       0.00          -
1789.60/1790.02	c   diving/probing LP:     560.27      14549     371608      25.54     663.27
1789.60/1790.02	c   strong branching :     466.40       2695     335521     124.50     719.39
1789.60/1790.02	c     (at root node) :          -         10        498      49.80          -
1789.60/1790.02	c   conflict analysis:       0.00          0          0       0.00          -
1789.60/1790.02	c B&B Tree           :
1789.60/1790.02	c   number of runs   :          1
1789.60/1790.02	c   nodes            :        654
1789.60/1790.02	c   nodes (total)    :        654
1789.60/1790.02	c   nodes left       :        655
1789.60/1790.02	c   max depth        :         34
1789.60/1790.02	c   max depth (total):         34
1789.60/1790.02	c   backtracks       :        201 (30.7%)
1789.60/1790.02	c   delayed cutoffs  :          0
1789.60/1790.02	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1789.60/1790.02	c   avg switch length:       5.92
1789.60/1790.02	c   switching time   :       6.95
1789.60/1790.02	c Solution           :
1789.60/1790.02	c   Solutions found  :          5 (5 improvements)
1789.60/1790.02	c   First Solution   : +2.40000000000000e+01   (in run 1, after 1 nodes, 0.98 seconds, depth 0, found by <shifting>)
1789.60/1790.02	c   Primal Bound     : +1.60000000000000e+01   (in run 1, after 335 nodes, 1068.22 seconds, depth 275, found by <guideddiving>)
1789.60/1790.02	c   Dual Bound       : +6.54630432998405e+00
1789.60/1790.02	c   Gap              :     144.41 %
1789.60/1790.02	c   Root Dual Bound  : +0.00000000000000e+00
1789.60/1790.02	c   Root Iterations  :       4000
1789.70/1790.13	c Time complete: 1789.73.

Verifier Data

OK	16

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 1.00 1.01 1.00 3/106 30972
/proc/meminfo: memFree=1668140/2059040 swapFree=4162804/4192956
[pid=30972] ppid=30970 vsize=7904 CPUtime=0
/proc/30972/stat : 30972 (pbscip.linux.x8) R 30970 30972 30686 0 -1 4202496 1043 0 0 0 0 0 0 0 18 0 1 0 24862250 8093696 954 1992294400 4194304 8395647 140736526194864 18446744073709551615 7382157 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/30972/statm: 1976 963 365 1026 0 946 0

[startup+0.0645001 s]
/proc/loadavg: 1.00 1.01 1.00 3/106 30972
/proc/meminfo: memFree=1668140/2059040 swapFree=4162804/4192956
[pid=30972] ppid=30970 vsize=16320 CPUtime=0.06
/proc/30972/stat : 30972 (pbscip.linux.x8) R 30970 30972 30686 0 -1 4202496 3714 0 0 0 5 1 0 0 20 0 1 0 24862250 16711680 3271 1992294400 4194304 8395647 140736526194864 18446744073709551615 4197475 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/30972/statm: 4080 3271 395 1026 0 3050 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16320

[startup+0.100503 s]
/proc/loadavg: 1.00 1.01 1.00 3/106 30972
/proc/meminfo: memFree=1668140/2059040 swapFree=4162804/4192956
[pid=30972] ppid=30970 vsize=27984 CPUtime=0.09
/proc/30972/stat : 30972 (pbscip.linux.x8) R 30970 30972 30686 0 -1 4202496 6591 0 0 0 7 2 0 0 20 0 1 0 24862250 28655616 6148 1992294400 4194304 8395647 140736526194864 18446744073709551615 4449009 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30972/statm: 6996 6148 420 1026 0 5966 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27984

[startup+0.300515 s]
/proc/loadavg: 1.00 1.01 1.00 3/106 30972
/proc/meminfo: memFree=1668140/2059040 swapFree=4162804/4192956
[pid=30972] ppid=30970 vsize=39236 CPUtime=0.29
/proc/30972/stat : 30972 (pbscip.linux.x8) R 30970 30972 30686 0 -1 4202496 9079 0 0 0 26 3 0 0 20 0 1 0 24862250 40177664 8636 1992294400 4194304 8395647 140736526194864 18446744073709551615 4247653 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30972/statm: 9809 8636 454 1026 0 8779 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 39236

[startup+0.700541 s]
/proc/loadavg: 1.00 1.01 1.00 3/106 30972
/proc/meminfo: memFree=1668140/2059040 swapFree=4162804/4192956
[pid=30972] ppid=30970 vsize=50120 CPUtime=0.69
/proc/30972/stat : 30972 (pbscip.linux.x8) R 30970 30972 30686 0 -1 4202496 11906 0 0 0 65 4 0 0 20 0 1 0 24862250 51322880 11463 1992294400 4194304 8395647 140736526194864 18446744073709551615 4827899 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30972/statm: 12530 11463 487 1026 0 11500 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 50120

[startup+1.50059 s]
/proc/loadavg: 1.00 1.01 1.00 2/107 30973
/proc/meminfo: memFree=1602412/2059040 swapFree=4162804/4192956
[pid=30972] ppid=30970 vsize=76200 CPUtime=1.49
/proc/30972/stat : 30972 (pbscip.linux.x8) R 30970 30972 30686 0 -1 4202496 20867 0 0 0 142 7 0 0 23 0 1 0 24862250 78028800 17746 1992294400 4194304 8395647 140736526194864 18446744073709551615 6197322 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30972/statm: 19050 17746 586 1026 0 18020 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 76200

[startup+3.1017 s]
/proc/loadavg: 1.00 1.01 1.00 2/107 30973
/proc/meminfo: memFree=1598444/2059040 swapFree=4162804/4192956
[pid=30972] ppid=30970 vsize=120616 CPUtime=3.09
/proc/30972/stat : 30972 (pbscip.linux.x8) R 30970 30972 30686 0 -1 4202496 31548 0 0 0 296 13 0 0 25 0 1 0 24862250 123510784 28427 1992294400 4194304 8395647 140736526194864 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30972/statm: 30154 28427 604 1026 0 29124 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 120616

[startup+6.3009 s]
/proc/loadavg: 1.08 1.03 1.01 2/107 30973
/proc/meminfo: memFree=1573768/2059040 swapFree=4162804/4192956
[pid=30972] ppid=30970 vsize=100928 CPUtime=6.29
/proc/30972/stat : 30972 (pbscip.linux.x8) R 30970 30972 30686 0 -1 4202496 32633 0 0 0 597 32 0 0 25 0 1 0 24862250 103350272 24028 1992294400 4194304 8395647 140736526194864 18446744073709551615 7382061 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30972/statm: 25232 24028 637 1026 0 24202 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 100928

[startup+12.7013 s]
/proc/loadavg: 1.08 1.03 1.00 2/107 30973
/proc/meminfo: memFree=1573272/2059040 swapFree=4162804/4192956
[pid=30972] ppid=30970 vsize=99612 CPUtime=12.69
/proc/30972/stat : 30972 (pbscip.linux.x8) R 30970 30972 30686 0 -1 4202496 37419 0 0 0 1233 36 0 0 25 0 1 0 24862250 102002688 24054 1992294400 4194304 8395647 140736526194864 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30972/statm: 24903 24054 614 1026 0 23873 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 99612

[startup+25.5011 s]
/proc/loadavg: 1.06 1.02 1.00 2/107 30974
/proc/meminfo: memFree=1573024/2059040 swapFree=4162804/4192956
[pid=30972] ppid=30970 vsize=99612 CPUtime=25.48
/proc/30972/stat : 30972 (pbscip.linux.x8) R 30970 30972 30686 0 -1 4202496 37422 0 0 0 2505 43 0 0 25 0 1 0 24862250 102002688 24057 1992294400 4194304 8395647 140736526194864 18446744073709551615 6721265 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30972/statm: 24903 24057 617 1026 0 23873 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 99612

[startup+51.1008 s]
/proc/loadavg: 1.04 1.02 1.00 2/107 30975
/proc/meminfo: memFree=1573024/2059040 swapFree=4162804/4192956
[pid=30972] ppid=30970 vsize=99612 CPUtime=51.08
/proc/30972/stat : 30972 (pbscip.linux.x8) R 30970 30972 30686 0 -1 4202496 37428 0 0 0 5051 57 0 0 25 0 1 0 24862250 102002688 24063 1992294400 4194304 8395647 140736526194864 18446744073709551615 6723586 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30972/statm: 24903 24063 619 1026 0 23873 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 99612

[startup+102.308 s]
/proc/loadavg: 1.01 1.02 1.00 2/107 30976
/proc/meminfo: memFree=1573024/2059040 swapFree=4162804/4192956
[pid=30972] ppid=30970 vsize=99612 CPUtime=102.28
/proc/30972/stat : 30972 (pbscip.linux.x8) R 30970 30972 30686 0 -1 4202496 37433 0 0 0 10148 80 0 0 25 0 1 0 24862250 102002688 24068 1992294400 4194304 8395647 140736526194864 18446744073709551615 6670339 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30972/statm: 24903 24068 619 1026 0 23873 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 99612

[startup+162.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/107 30977
/proc/meminfo: memFree=1573024/2059040 swapFree=4162804/4192956
[pid=30972] ppid=30970 vsize=99612 CPUtime=162.25
/proc/30972/stat : 30972 (pbscip.linux.x8) R 30970 30972 30686 0 -1 4202496 37438 0 0 0 16125 100 0 0 25 0 1 0 24862250 102002688 24073 1992294400 4194304 8395647 140736526194864 18446744073709551615 6698051 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30972/statm: 24903 24073 619 1026 0 23873 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 99612

[startup+222.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/107 30979
/proc/meminfo: memFree=1573024/2059040 swapFree=4162804/4192956
[pid=30972] ppid=30970 vsize=99612 CPUtime=222.24
/proc/30972/stat : 30972 (pbscip.linux.x8) R 30970 30972 30686 0 -1 4202496 37438 0 0 0 22099 125 0 0 25 0 1 0 24862250 102002688 24073 1992294400 4194304 8395647 140736526194864 18446744073709551615 6503325 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30972/statm: 24903 24073 619 1026 0 23873 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 99612

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 30981
/proc/meminfo: memFree=1573024/2059040 swapFree=4162804/4192956
[pid=30972] ppid=30970 vsize=99612 CPUtime=282.23
/proc/30972/stat : 30972 (pbscip.linux.x8) R 30970 30972 30686 0 -1 4202496 37443 0 0 0 28077 146 0 0 25 0 1 0 24862250 102002688 24078 1992294400 4194304 8395647 140736526194864 18446744073709551615 6721463 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30972/statm: 24903 24078 624 1026 0 23873 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 99612

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 30982
/proc/meminfo: memFree=1573024/2059040 swapFree=4162804/4192956
[pid=30972] ppid=30970 vsize=99612 CPUtime=342.21
/proc/30972/stat : 30972 (pbscip.linux.x8) R 30970 30972 30686 0 -1 4202496 37443 0 0 0 34057 164 0 0 25 0 1 0 24862250 102002688 24078 1992294400 4194304 8395647 140736526194864 18446744073709551615 6723089 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30972/statm: 24903 24078 624 1026 0 23873 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 99612

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 30984
/proc/meminfo: memFree=1573024/2059040 swapFree=4162804/4192956
[pid=30972] ppid=30970 vsize=99612 CPUtime=402.21
/proc/30972/stat : 30972 (pbscip.linux.x8) R 30970 30972 30686 0 -1 4202496 37443 0 0 0 40037 184 0 0 25 0 1 0 24862250 102002688 24078 1992294400 4194304 8395647 140736526194864 18446744073709551615 6587090 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30972/statm: 24903 24078 624 1026 0 23873 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 99612

[startup+462.3 s]
/proc/loadavg: 1.04 1.01 1.00 2/107 30985
/proc/meminfo: memFree=1573024/2059040 swapFree=4162804/4192956
[pid=30972] ppid=30970 vsize=99612 CPUtime=462.19
/proc/30972/stat : 30972 (pbscip.linux.x8) R 30970 30972 30686 0 -1 4202496 37445 0 0 0 46015 204 0 0 25 0 1 0 24862250 102002688 24080 1992294400 4194304 8395647 140736526194864 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30972/statm: 24903 24080 624 1026 0 23873 0
Current children cumulated CPU time (s) 462.19
Current children cumulated vsize (KiB) 99612

[startup+522.301 s]
/proc/loadavg: 1.06 1.02 1.00 2/107 30987
/proc/meminfo: memFree=1573024/2059040 swapFree=4162804/4192956
[pid=30972] ppid=30970 vsize=99612 CPUtime=522.17
/proc/30972/stat : 30972 (pbscip.linux.x8) R 30970 30972 30686 0 -1 4202496 37445 0 0 0 51990 227 0 0 25 0 1 0 24862250 102002688 24080 1992294400 4194304 8395647 140736526194864 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30972/statm: 24903 24080 624 1026 0 23873 0
Current children cumulated CPU time (s) 522.17
Current children cumulated vsize (KiB) 99612

[startup+582.301 s]
/proc/loadavg: 1.06 1.03 1.00 2/107 30989
/proc/meminfo: memFree=1573024/2059040 swapFree=4162804/4192956
[pid=30972] ppid=30970 vsize=99612 CPUtime=582.16
/proc/30972/stat : 30972 (pbscip.linux.x8) R 30970 30972 30686 0 -1 4202496 37445 0 0 0 57968 248 0 0 25 0 1 0 24862250 102002688 24080 1992294400 4194304 8395647 140736526194864 18446744073709551615 6697305 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30972/statm: 24903 24080 624 1026 0 23873 0
Current children cumulated CPU time (s) 582.16
Current children cumulated vsize (KiB) 99612

[startup+642.301 s]
/proc/loadavg: 1.02 1.02 1.00 2/107 30990
/proc/meminfo: memFree=1573024/2059040 swapFree=4162804/4192956
[pid=30972] ppid=30970 vsize=99612 CPUtime=642.16
/proc/30972/stat : 30972 (pbscip.linux.x8) R 30970 30972 30686 0 -1 4202496 37445 0 0 0 63946 270 0 0 25 0 1 0 24862250 102002688 24080 1992294400 4194304 8395647 140736526194864 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30972/statm: 24903 24080 624 1026 0 23873 0
Current children cumulated CPU time (s) 642.16
Current children cumulated vsize (KiB) 99612

[startup+702.301 s]

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

/proc/meminfo: memFree=1555540/2059040 swapFree=4162804/4192956
[pid=30972] ppid=30970 vsize=116796 CPUtime=1002.08
/proc/30972/stat : 30972 (pbscip.linux.x8) R 30970 30972 30686 0 -1 4202496 43274 0 0 0 99819 389 0 0 25 0 1 0 24862250 119599104 28303 1992294400 4194304 8395647 140736526194864 18446744073709551615 6503581 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30972/statm: 29199 28303 629 1026 0 28169 0
Current children cumulated CPU time (s) 1002.08
Current children cumulated vsize (KiB) 116796

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 31001
/proc/meminfo: memFree=1555540/2059040 swapFree=4162804/4192956
[pid=30972] ppid=30970 vsize=116796 CPUtime=1062.06
/proc/30972/stat : 30972 (pbscip.linux.x8) R 30970 30972 30686 0 -1 4202496 43274 0 0 0 105797 409 0 0 25 0 1 0 24862250 119599104 28303 1992294400 4194304 8395647 140736526194864 18446744073709551615 6214363 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30972/statm: 29199 28303 629 1026 0 28169 0
Current children cumulated CPU time (s) 1062.06
Current children cumulated vsize (KiB) 116796

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 31003
/proc/meminfo: memFree=1555540/2059040 swapFree=4162804/4192956
[pid=30972] ppid=30970 vsize=116796 CPUtime=1122.05
/proc/30972/stat : 30972 (pbscip.linux.x8) R 30970 30972 30686 0 -1 4202496 43274 0 0 0 111778 427 0 0 25 0 1 0 24862250 119599104 28303 1992294400 4194304 8395647 140736526194864 18446744073709551615 6586897 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30972/statm: 29199 28303 629 1026 0 28169 0
Current children cumulated CPU time (s) 1122.05
Current children cumulated vsize (KiB) 116796

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 31005
/proc/meminfo: memFree=1555540/2059040 swapFree=4162804/4192956
[pid=30972] ppid=30970 vsize=116796 CPUtime=1182.04
/proc/30972/stat : 30972 (pbscip.linux.x8) R 30970 30972 30686 0 -1 4202496 43275 0 0 0 117756 448 0 0 25 0 1 0 24862250 119599104 28304 1992294400 4194304 8395647 140736526194864 18446744073709551615 6119850 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30972/statm: 29199 28304 629 1026 0 28169 0
Current children cumulated CPU time (s) 1182.04
Current children cumulated vsize (KiB) 116796

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 31006
/proc/meminfo: memFree=1555540/2059040 swapFree=4162804/4192956
[pid=30972] ppid=30970 vsize=116796 CPUtime=1242.02
/proc/30972/stat : 30972 (pbscip.linux.x8) R 30970 30972 30686 0 -1 4202496 43275 0 0 0 123736 466 0 0 25 0 1 0 24862250 119599104 28304 1992294400 4194304 8395647 140736526194864 18446744073709551615 6120538 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30972/statm: 29199 28304 629 1026 0 28169 0
Current children cumulated CPU time (s) 1242.02
Current children cumulated vsize (KiB) 116796

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 31008
/proc/meminfo: memFree=1555540/2059040 swapFree=4162804/4192956
[pid=30972] ppid=30970 vsize=116796 CPUtime=1302.01
/proc/30972/stat : 30972 (pbscip.linux.x8) R 30970 30972 30686 0 -1 4202496 43275 0 0 0 129714 487 0 0 25 0 1 0 24862250 119599104 28304 1992294400 4194304 8395647 140736526194864 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30972/statm: 29199 28304 629 1026 0 28169 0
Current children cumulated CPU time (s) 1302.01
Current children cumulated vsize (KiB) 116796

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 31009
/proc/meminfo: memFree=1555540/2059040 swapFree=4162804/4192956
[pid=30972] ppid=30970 vsize=116796 CPUtime=1361.99
/proc/30972/stat : 30972 (pbscip.linux.x8) R 30970 30972 30686 0 -1 4202496 43275 0 0 0 135690 509 0 0 25 0 1 0 24862250 119599104 28304 1992294400 4194304 8395647 140736526194864 18446744073709551615 6721543 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30972/statm: 29199 28304 629 1026 0 28169 0
Current children cumulated CPU time (s) 1361.99
Current children cumulated vsize (KiB) 116796

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 31011
/proc/meminfo: memFree=1555664/2059040 swapFree=4162804/4192956
[pid=30972] ppid=30970 vsize=116796 CPUtime=1421.99
/proc/30972/stat : 30972 (pbscip.linux.x8) R 30970 30972 30686 0 -1 4202496 43275 0 0 0 141670 529 0 0 25 0 1 0 24862250 119599104 28304 1992294400 4194304 8395647 140736526194864 18446744073709551615 6698059 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30972/statm: 29199 28304 629 1026 0 28169 0
Current children cumulated CPU time (s) 1421.99
Current children cumulated vsize (KiB) 116796

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 31013
/proc/meminfo: memFree=1555664/2059040 swapFree=4162804/4192956
[pid=30972] ppid=30970 vsize=116796 CPUtime=1481.97
/proc/30972/stat : 30972 (pbscip.linux.x8) R 30970 30972 30686 0 -1 4202496 43275 0 0 0 147646 551 0 0 25 0 1 0 24862250 119599104 28304 1992294400 4194304 8395647 140736526194864 18446744073709551615 6587066 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30972/statm: 29199 28304 629 1026 0 28169 0
Current children cumulated CPU time (s) 1481.97
Current children cumulated vsize (KiB) 116796

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 31014
/proc/meminfo: memFree=1556036/2059040 swapFree=4162804/4192956
[pid=30972] ppid=30970 vsize=116796 CPUtime=1541.95
/proc/30972/stat : 30972 (pbscip.linux.x8) R 30970 30972 30686 0 -1 4202496 43275 0 0 0 153626 569 0 0 25 0 1 0 24862250 119599104 28304 1992294400 4194304 8395647 140736526194864 18446744073709551615 6670369 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30972/statm: 29199 28304 629 1026 0 28169 0
Current children cumulated CPU time (s) 1541.95
Current children cumulated vsize (KiB) 116796

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 31016
/proc/meminfo: memFree=1555912/2059040 swapFree=4162804/4192956
[pid=30972] ppid=30970 vsize=116796 CPUtime=1601.94
/proc/30972/stat : 30972 (pbscip.linux.x8) R 30970 30972 30686 0 -1 4202496 43276 0 0 0 159604 590 0 0 25 0 1 0 24862250 119599104 28305 1992294400 4194304 8395647 140736526194864 18446744073709551615 6663843 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30972/statm: 29199 28305 629 1026 0 28169 0
Current children cumulated CPU time (s) 1601.94
Current children cumulated vsize (KiB) 116796

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 31017
/proc/meminfo: memFree=1555912/2059040 swapFree=4162804/4192956
[pid=30972] ppid=30970 vsize=116796 CPUtime=1661.93
/proc/30972/stat : 30972 (pbscip.linux.x8) R 30970 30972 30686 0 -1 4202496 43276 0 0 0 165582 611 0 0 25 0 1 0 24862250 119599104 28305 1992294400 4194304 8395647 140736526194864 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30972/statm: 29199 28305 629 1026 0 28169 0
Current children cumulated CPU time (s) 1661.93
Current children cumulated vsize (KiB) 116796

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 31019
/proc/meminfo: memFree=1554920/2059040 swapFree=4162804/4192956
[pid=30972] ppid=30970 vsize=116796 CPUtime=1721.92
/proc/30972/stat : 30972 (pbscip.linux.x8) R 30970 30972 30686 0 -1 4202496 47084 0 0 0 171556 636 0 0 25 0 1 0 24862250 119599104 28387 1992294400 4194304 8395647 140736526194864 18446744073709551615 6585863 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30972/statm: 29199 28387 633 1026 0 28169 0
Current children cumulated CPU time (s) 1721.92
Current children cumulated vsize (KiB) 116796

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 31021
/proc/meminfo: memFree=1554920/2059040 swapFree=4162804/4192956
[pid=30972] ppid=30970 vsize=116796 CPUtime=1781.9
/proc/30972/stat : 30972 (pbscip.linux.x8) R 30970 30972 30686 0 -1 4202496 47084 0 0 0 177534 656 0 0 25 0 1 0 24862250 119599104 28387 1992294400 4194304 8395647 140736526194864 18446744073709551615 6693378 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30972/statm: 29199 28387 633 1026 0 28169 0
Current children cumulated CPU time (s) 1781.9
Current children cumulated vsize (KiB) 116796

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

[startup+1785.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 31021
/proc/meminfo: memFree=1554920/2059040 swapFree=4162804/4192956
[pid=30972] ppid=30970 vsize=116796 CPUtime=1785.1
/proc/30972/stat : 30972 (pbscip.linux.x8) R 30970 30972 30686 0 -1 4202496 47084 0 0 0 177854 656 0 0 25 0 1 0 24862250 119599104 28387 1992294400 4194304 8395647 140736526194864 18446744073709551615 6585955 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30972/statm: 29199 28387 633 1026 0 28169 0
Current children cumulated CPU time (s) 1785.1
Current children cumulated vsize (KiB) 116796

[startup+1788.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 31021
/proc/meminfo: memFree=1554920/2059040 swapFree=4162804/4192956
[pid=30972] ppid=30970 vsize=116796 CPUtime=1788.3
/proc/30972/stat : 30972 (pbscip.linux.x8) R 30970 30972 30686 0 -1 4202496 47084 0 0 0 178173 657 0 0 25 0 1 0 24862250 119599104 28387 1992294400 4194304 8395647 140736526194864 18446744073709551615 6667497 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30972/statm: 29199 28387 633 1026 0 28169 0
Current children cumulated CPU time (s) 1788.3
Current children cumulated vsize (KiB) 116796

[startup+1789.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 31021
/proc/meminfo: memFree=1554920/2059040 swapFree=4162804/4192956
[pid=30972] ppid=30970 vsize=116796 CPUtime=1789.1
/proc/30972/stat : 30972 (pbscip.linux.x8) R 30970 30972 30686 0 -1 4202496 47084 0 0 0 178252 658 0 0 25 0 1 0 24862250 119599104 28387 1992294400 4194304 8395647 140736526194864 18446744073709551615 6391404 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30972/statm: 29199 28387 633 1026 0 28169 0
Current children cumulated CPU time (s) 1789.1
Current children cumulated vsize (KiB) 116796

[startup+1789.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 31021
/proc/meminfo: memFree=1554920/2059040 swapFree=4162804/4192956
[pid=30972] ppid=30970 vsize=116796 CPUtime=1789.5
/proc/30972/stat : 30972 (pbscip.linux.x8) R 30970 30972 30686 0 -1 4202496 47084 0 0 0 178292 658 0 0 25 0 1 0 24862250 119599104 28387 1992294400 4194304 8395647 140736526194864 18446744073709551615 6698043 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30972/statm: 29199 28387 633 1026 0 28169 0
Current children cumulated CPU time (s) 1789.5
Current children cumulated vsize (KiB) 116796

[startup+1790.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 31021
/proc/meminfo: memFree=1554920/2059040 swapFree=4162804/4192956
[pid=30972] ppid=30970 vsize=116796 CPUtime=1789.7
/proc/30972/stat : 30972 (pbscip.linux.x8) R 30970 30972 30686 0 -1 4202496 47086 0 0 0 178312 658 0 0 25 0 1 0 24862250 119599104 28389 1992294400 4194304 8395647 140736526194864 18446744073709551615 6345883 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/30972/statm: 29199 28389 635 1026 0 28169 0
Current children cumulated CPU time (s) 1789.7
Current children cumulated vsize (KiB) 116796

Child status: 0
Real time (s): 1790.14
CPU time (s): 1789.74
CPU user time (s): 1783.15
CPU system time (s): 6.597
CPU usage (%): 99.9781
Max. virtual memory (cumulated for all children) (KiB): 131728

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

runsolver used 3.05754 second user time and 8.34973 second system time

The end

Launcher Data

Begin job on node030 at 2010-07-08 07:21:48
IDJOB=2703201
IDBENCH=48145
IDSOLVER=1213
FILE ID=node030/2703201-1278566508
PBS_JOBID= 11239550
Free space on /tmp= 62520 MiB

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

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

MD5SUM BENCH= faa00895e2f6f80e77634e2be522df62
RANDOM SEED=631376937

node030.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.217
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.43
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.217
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.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1668668 kB
Buffers:         65484 kB
Cached:         217024 kB
SwapCached:       1692 kB
Active:         149836 kB
Inactive:       164340 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1668668 kB
SwapTotal:     4192956 kB
SwapFree:      4162804 kB
Dirty:           10440 kB
Writeback:           0 kB
AnonPages:       29960 kB
Mapped:          13264 kB
Slab:            54324 kB
PageTables:       4172 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   179120 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= 62508 MiB
End job on node030 at 2010-07-08 07:51:38