Trace number 2703188

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 solverSAT17 1789.67 1790.14

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_200_25_4.opb
MD5SUM64354bd2b9c3cc2f1ca2c32032e5c032
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark13
Best CPU time to get the best result obtained on this benchmark1800.37
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 constraint51
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)6260
Sum of products size (including duplicates)12520
Number of different products6260
Sum of products size12520

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-2703188-1278565919.opb>
0.00/0.06	c original problem has 6460 variables (6460 bin, 0 int, 0 impl, 0 cont) and 6460 constraints
0.00/0.06	c problem read
0.00/0.06	c presolving settings loaded
0.10/0.14	c presolving:
0.49/0.54	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 200 upgd conss, 421224 impls, 0 clqs
0.80/0.85	c    (0.8s) probing: 101/6460 (1.6%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.80/0.85	c    (0.8s) probing aborted: 100/100 successive totally useless probings
0.80/0.85	c presolving (2 rounds):
0.80/0.85	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.80/0.85	c  421224 implications, 0 cliques
0.80/0.85	c presolved problem has 6460 variables (6460 bin, 0 int, 0 impl, 0 cont) and 6460 constraints
0.80/0.85	c    6260 constraints of type <and>
0.80/0.85	c     200 constraints of type <logicor>
0.80/0.85	c transformed objective value is always integral (scale: 1)
0.80/0.85	c Presolving Time: 0.75
0.80/0.85	c - non default parameters ----------------------------------------------------------------------
0.80/0.85	c # SCIP version 1.2.1.3
0.80/0.85	c 
0.80/0.85	c # frequency for displaying node information lines
0.80/0.85	c # [type: int, range: [-1,2147483647], default: 100]
0.80/0.85	c display/freq = 10000
0.80/0.85	c 
0.80/0.85	c # maximal time in seconds to run
0.80/0.85	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.80/0.85	c limits/time = 1789.94
0.80/0.85	c 
0.80/0.85	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.80/0.85	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.80/0.85	c limits/memory = 1620
0.80/0.85	c 
0.80/0.85	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.80/0.85	c # [type: int, range: [1,2], default: 1]
0.80/0.85	c timing/clocktype = 2
0.80/0.85	c 
0.80/0.85	c # should presolving try to simplify inequalities
0.80/0.85	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.80/0.85	c constraints/linear/simplifyinequalities = TRUE
0.80/0.85	c 
0.80/0.85	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.80/0.85	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.80/0.85	c constraints/indicator/addCouplingCons = TRUE
0.80/0.85	c 
0.80/0.85	c # should presolving try to simplify knapsacks
0.80/0.85	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.80/0.85	c constraints/knapsack/simplifyinequalities = TRUE
0.80/0.85	c 
0.80/0.85	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.80/0.85	c # [type: int, range: [-1,2147483647], default: -1]
0.80/0.85	c heuristics/undercover/freq = 0
0.80/0.85	c 
0.80/0.85	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.80/0.85	c # [type: int, range: [-1,2147483647], default: -1]
0.80/0.85	c separating/rapidlearning/freq = 0
0.80/0.85	c 
0.80/0.85	c -----------------------------------------------------------------------------------------------
0.80/0.85	c start solving
0.80/0.86	c 
0.99/1.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.99/1.05	c   1.0s|     1 |     0 |   400 |     - |  39M|   0 | 400 |6460 |6460 |6460 |  12k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.99/1.07	o 24
0.99/1.07	c s 1.0s|     1 |     0 |   400 |     - |  39M|   0 | 400 |6460 |6460 |6460 |  12k|   0 |   0 |   0 | 0.000000e+00 | 2.400000e+01 |    Inf 
3.89/3.96	c   3.9s|     1 |     0 |  1000 |     - |  39M|   0 | 400 |6460 |6460 |6460 |  13k| 402 |   0 |   0 | 0.000000e+00 | 2.400000e+01 |    Inf 
5.39/5.43	c   5.4s|     1 |     0 |  1600 |     - |  39M|   0 | 400 |6460 |6460 |6460 |  13k| 804 |   0 |   0 | 0.000000e+00 | 2.400000e+01 |    Inf 
5.39/5.46	o 23
5.39/5.46	c s 5.4s|     1 |     0 |  1600 |     - |  39M|   0 | 400 |6460 |6460 |6460 |  13k| 804 |   0 |   0 | 0.000000e+00 | 2.300000e+01 |    Inf 
6.89/6.97	c   6.9s|     1 |     0 |  2200 |     - |  40M|   0 | 400 |6460 |6460 |6460 |  13k|1204 |   0 |   0 | 0.000000e+00 | 2.300000e+01 |    Inf 
6.99/7.00	o 18
6.99/7.00	c s 6.9s|     1 |     0 |  2200 |     - |  40M|   0 | 400 |6460 |6460 |6460 |  13k|1204 |   0 |   0 | 0.000000e+00 | 1.800000e+01 |    Inf 
8.49/8.59	c   8.5s|     1 |     0 |  2800 |     - |  40M|   0 | 400 |6460 |6460 |6460 |  14k|1606 |   0 |   0 | 0.000000e+00 | 1.800000e+01 |    Inf 
10.19/10.26	c  10.2s|     1 |     0 |  3401 |     - |  40M|   0 | 400 |6460 |6460 |6460 |  14k|2011 |   0 |   0 | 0.000000e+00 | 1.800000e+01 |    Inf 
12.10/12.11	c  12.1s|     1 |     0 |  4002 |     - |  40M|   0 | 400 |6460 |6460 |6460 |  15k|2412 |   0 |   0 | 0.000000e+00 | 1.800000e+01 |    Inf 
12.10/12.14	o 17
12.10/12.14	c s12.1s|     1 |     0 |  4002 |     - |  40M|   0 | 400 |6460 |6460 |6460 |  15k|2412 |   0 |   0 | 0.000000e+00 | 1.700000e+01 |    Inf 
13.19/13.24	c  13.2s|     1 |     2 |  4002 |     - |  40M|   0 | 400 |6460 |6460 |6460 |  15k|2412 |   0 |  10 | 0.000000e+00 | 1.700000e+01 |    Inf 
1789.52/1790.01	c 
1789.52/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1789.52/1790.01	c Solving Time (sec) : 1789.95
1789.52/1790.01	c Solving Nodes      : 712
1789.52/1790.01	c Primal Bound       : +1.70000000000000e+01 (4 solutions)
1789.52/1790.01	c Dual Bound         : +6.35507521267234e+00
1789.52/1790.01	c Gap                : 167.50 %
1789.52/1790.02	s SATISFIABLE
1789.52/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.52/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.52/1790.02	v -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 
1789.52/1790.02	v -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 
1789.52/1790.02	v -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 -x104 -x103 x102 -x101 -x100 -x99 -x98 -x97 -x96 -x95 
1789.52/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 
1789.52/1790.02	v -x69 -x68 -x67 -x66 -x65 -x64 -x63 -x62 -x61 -x60 -x59 -x58 -x57 -x56 -x55 -x54 -x53 -x52 -x51 -x50 -x49 x48 -x47 -x46 -x45 
1789.52/1790.02	v -x44 -x43 -x42 -x41 x40 -x39 -x38 -x37 -x36 -x35 -x34 -x33 -x32 -x31 -x30 -x29 -x28 -x27 -x26 -x25 -x24 -x23 -x22 -x21 -x20 
1789.52/1790.02	v -x19 -x18 -x17 x16 -x15 x14 x13 -x12 -x11 x10 x9 x8 x7 x6 x5 x4 x3 x2 x1 
1789.52/1790.02	c SCIP Status        : solving was interrupted [time limit reached]
1789.52/1790.02	c Solving Time       :    1789.95
1789.52/1790.02	c Original Problem   :
1789.52/1790.02	c   Problem name     : HOME/instance-2703188-1278565919.opb
1789.52/1790.02	c   Variables        : 6460 (6460 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.52/1790.02	c   Constraints      : 6460 initial, 6460 maximal
1789.52/1790.02	c Presolved Problem  :
1789.52/1790.02	c   Problem name     : t_HOME/instance-2703188-1278565919.opb
1789.52/1790.02	c   Variables        : 6460 (6460 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.52/1790.02	c   Constraints      : 6460 initial, 6491 maximal
1789.52/1790.02	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1789.52/1790.02	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1789.52/1790.02	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1789.52/1790.02	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1789.52/1790.02	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1789.52/1790.02	c   implics          :       0.00          0          0          0          0          0          0          0          0
1789.52/1790.02	c   probing          :       0.23          0          0          0          0          0          0          0          0
1789.52/1790.02	c   and              :       0.46          0          0          0          0          0          0          0          0
1789.52/1790.02	c   logicor          :       0.01          0          0          0          0          0          0          0          0
1789.52/1790.02	c   root node        :          -          0          -          -          0          -          -          -          -
1789.52/1790.02	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1789.52/1790.02	c   integral         :          0          0          0        710          0          0          0          0          0       1420
1789.52/1790.02	c   and              :       6260       3508      22697          0          2          5      31205     182642          0          0
1789.52/1790.02	c   logicor          :        200+         6       6197          0          2          4          0          0          0          0
1789.52/1790.02	c   countsols        :          0          0          0          0          2          0          0          0          0          0
1789.52/1790.02	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1789.52/1790.02	c   integral         :     472.47       0.00       0.00     472.47       0.00
1789.52/1790.02	c   and              :      36.78      26.81       9.96       0.00       0.00
1789.52/1790.02	c   logicor          :       0.16       0.00       0.16       0.00       0.00
1789.52/1790.02	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1789.52/1790.02	c Propagators        :       Time      Calls    Cutoffs    DomReds
1789.52/1790.02	c   vbounds          :       0.01          2          0          0
1789.52/1790.02	c   rootredcost      :       0.02          1          0          0
1789.52/1790.02	c   pseudoobj        :       0.53      22559          6          0
1789.52/1790.02	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1789.52/1790.02	c   propagation      :       0.00         15         15         31       27.3          0        0.0          -
1789.52/1790.02	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1789.52/1790.02	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1789.52/1790.02	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1789.52/1790.02	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1789.52/1790.02	c   applied globally :          -          -          -         31       27.3          -          -          -
1789.52/1790.02	c   applied locally  :          -          -          -          0        0.0          -          -          -
1789.52/1790.02	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1789.52/1790.02	c   cut pool         :       0.00          5          -          -          0          -    (maximal pool size: 2412)
1789.52/1790.02	c   redcost          :       2.52       3508          0          0          0          0
1789.52/1790.02	c   impliedbounds    :       0.03          6          0          0       2400          0
1789.52/1790.02	c   intobj           :       0.00          0          0          0          0          0
1789.52/1790.02	c   cgmip            :       0.00          0          0          0          0          0
1789.52/1790.02	c   gomory           :       0.95          6          0          0       3000          0
1789.52/1790.02	c   strongcg         :       0.94          6          0          0       3000          0
1789.52/1790.02	c   cmir             :       4.96          6          0          0       2400          0
1789.52/1790.02	c   flowcover        :       1.26          6          0          0          0          0
1789.52/1790.02	c   clique           :       0.37          6          0          0         12          0
1789.52/1790.02	c   zerohalf         :       0.00          0          0          0          0          0
1789.52/1790.02	c   mcf              :       0.02          1          0          0          0          0
1789.52/1790.02	c   rapidlearning    :       1.13          1          0          0          0          0
1789.52/1790.02	c Pricers            :       Time      Calls       Vars
1789.52/1790.02	c   problem variables:       0.00          0          0
1789.52/1790.02	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1789.52/1790.02	c   relpscost        :     472.47        710          0          0          0          0       1420
1789.52/1790.02	c   pscost           :       0.00          0          0          0          0          0          0
1789.52/1790.02	c   inference        :       0.01          2          0          0          0          0          4
1789.52/1790.02	c   mostinf          :       0.00          0          0          0          0          0          0
1789.52/1790.02	c   leastinf         :       0.00          0          0          0          0          0          0
1789.52/1790.02	c   fullstrong       :       0.00          0          0          0          0          0          0
1789.52/1790.02	c   allfullstrong    :       0.00          0          0          0          0          0          0
1789.52/1790.02	c   random           :       0.00          0          0          0          0          0          0
1789.52/1790.02	c Primal Heuristics  :       Time      Calls      Found
1789.52/1790.02	c   LP solutions     :       0.00          -          0
1789.52/1790.02	c   pseudo solutions :       0.00          -          0
1789.52/1790.02	c   oneopt           :       0.04          4          0
1789.52/1790.02	c   guideddiving     :      91.57         12          0
1789.52/1790.02	c   coefdiving       :      68.12         17          0
1789.52/1790.02	c   trivial          :       0.02          2          0
1789.52/1790.02	c   simplerounding   :       0.01          0          0
1789.52/1790.02	c   zirounding       :       0.99        710          0
1789.52/1790.02	c   rounding         :       6.61        886          0
1789.52/1790.02	c   shifting         :       5.42        449          4
1789.52/1790.02	c   intshifting      :       0.00          0          0
1789.52/1790.02	c   twoopt           :       0.00          0          0
1789.52/1790.02	c   fixandinfer      :       0.00          0          0
1789.52/1790.02	c   feaspump         :       0.00          0          0
1789.52/1790.02	c   pscostdiving     :      85.43         10          0
1789.52/1790.02	c   fracdiving       :      94.26         12          0
1789.52/1790.02	c   veclendiving     :      47.82         24          0
1789.52/1790.02	c   intdiving        :       0.00          0          0
1789.52/1790.02	c   actconsdiving    :       0.00          0          0
1789.52/1790.02	c   objpscostdiving  :     126.58          2          0
1789.52/1790.02	c   rootsoldiving    :      10.79          6          0
1789.52/1790.02	c   linesearchdiving :      78.50         14          0
1789.52/1790.02	c   octane           :       0.00          0          0
1789.52/1790.02	c   rens             :       0.57          1          0
1789.52/1790.02	c   rins             :       0.00          0          0
1789.52/1790.02	c   localbranching   :       0.00          0          0
1789.52/1790.02	c   mutation         :       0.00          0          0
1789.52/1790.02	c   crossover        :       0.21          1          0
1789.52/1790.02	c   dins             :       0.00          0          0
1789.52/1790.02	c   undercover       :       0.03          1          0
1789.52/1790.02	c   nlp              :       0.00          0          0
1789.52/1790.02	c   trysol           :       0.00          0          0
1789.52/1790.02	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1789.52/1790.02	c   primal LP        :       6.43          0          0       0.00       0.00
1789.52/1790.02	c   dual LP          :     621.73       4178     513246     122.84     825.51
1789.52/1790.02	c   lex dual LP      :       0.00          0          0       0.00          -
1789.52/1790.02	c   barrier LP       :       0.00          0          0       0.00          -
1789.52/1790.02	c   diving/probing LP:     533.28      12095     356504      29.48     668.51
1789.52/1790.02	c   strong branching :     471.37       2711     357132     131.73     757.64
1789.52/1790.02	c     (at root node) :          -         10        455      45.50          -
1789.52/1790.02	c   conflict analysis:       0.00          0          0       0.00          -
1789.52/1790.02	c B&B Tree           :
1789.52/1790.02	c   number of runs   :          1
1789.52/1790.02	c   nodes            :        712
1789.52/1790.02	c   nodes (total)    :        712
1789.52/1790.02	c   nodes left       :        713
1789.52/1790.02	c   max depth        :         26
1789.52/1790.02	c   max depth (total):         26
1789.52/1790.02	c   backtracks       :        322 (45.2%)
1789.52/1790.02	c   delayed cutoffs  :          0
1789.52/1790.02	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1789.52/1790.02	c   avg switch length:       7.34
1789.52/1790.02	c   switching time   :       7.65
1789.52/1790.02	c Solution           :
1789.52/1790.02	c   Solutions found  :          4 (4 improvements)
1789.52/1790.02	c   First Solution   : +2.40000000000000e+01   (in run 1, after 1 nodes, 0.99 seconds, depth 0, found by <shifting>)
1789.52/1790.02	c   Primal Bound     : +1.70000000000000e+01   (in run 1, after 1 nodes, 12.06 seconds, depth 0, found by <shifting>)
1789.52/1790.02	c   Dual Bound       : +6.35507521267234e+00
1789.52/1790.02	c   Gap              :     167.50 %
1789.52/1790.02	c   Root Dual Bound  : +0.00000000000000e+00
1789.52/1790.02	c   Root Iterations  :       4002
1789.62/1790.13	c Time complete: 1789.66.

Verifier Data

OK	17

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2703188-1278565919/watcher-2703188-1278565919 -o /tmp/evaluation-result-2703188-1278565919/solver-2703188-1278565919 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2703188-1278565919.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 28351
/proc/meminfo: memFree=1793524/2059040 swapFree=4139776/4192956
[pid=28351] ppid=28349 vsize=7904 CPUtime=0
/proc/28351/stat : 28351 (pbscip.linux.x8) R 28349 28351 28044 0 -1 4202496 1033 0 0 0 0 0 0 0 20 0 1 0 24802855 8093696 944 1992294400 4194304 8395647 140736614358096 18446744073709551615 7382157 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/28351/statm: 1976 953 365 1026 0 946 0

[startup+0.105232 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 28351
/proc/meminfo: memFree=1793524/2059040 swapFree=4139776/4192956
[pid=28351] ppid=28349 vsize=28248 CPUtime=0.1
/proc/28351/stat : 28351 (pbscip.linux.x8) R 28349 28351 28044 0 -1 4202496 6654 0 0 0 8 2 0 0 22 0 1 0 24802855 28925952 6211 1992294400 4194304 8395647 140736614358096 18446744073709551615 4601776 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28351/statm: 7062 6211 430 1026 0 6032 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 28248

[startup+0.201246 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 28351
/proc/meminfo: memFree=1793524/2059040 swapFree=4139776/4192956
[pid=28351] ppid=28349 vsize=34296 CPUtime=0.19
/proc/28351/stat : 28351 (pbscip.linux.x8) R 28349 28351 28044 0 -1 4202496 7859 0 0 0 17 2 0 0 22 0 1 0 24802855 35119104 7416 1992294400 4194304 8395647 140736614358096 18446744073709551615 4247683 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28351/statm: 8574 7416 454 1026 0 7544 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 34296

[startup+0.301255 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 28351
/proc/meminfo: memFree=1793524/2059040 swapFree=4139776/4192956
[pid=28351] ppid=28349 vsize=40864 CPUtime=0.29
/proc/28351/stat : 28351 (pbscip.linux.x8) R 28349 28351 28044 0 -1 4202496 9487 0 0 0 26 3 0 0 22 0 1 0 24802855 41844736 9044 1992294400 4194304 8395647 140736614358096 18446744073709551615 4247653 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28351/statm: 10216 9044 454 1026 0 9186 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 40864

[startup+0.701297 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 28351
/proc/meminfo: memFree=1793524/2059040 swapFree=4139776/4192956
[pid=28351] ppid=28349 vsize=49296 CPUtime=0.7
/proc/28351/stat : 28351 (pbscip.linux.x8) R 28349 28351 28044 0 -1 4202496 11702 0 0 0 66 4 0 0 24 0 1 0 24802855 50479104 11259 1992294400 4194304 8395647 140736614358096 18446744073709551615 4827903 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28351/statm: 12324 11259 487 1026 0 11294 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 49296

[startup+1.50139 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28352
/proc/meminfo: memFree=1718868/2059040 swapFree=4139776/4192956
[pid=28351] ppid=28349 vsize=76304 CPUtime=1.49
/proc/28351/stat : 28351 (pbscip.linux.x8) R 28349 28351 28044 0 -1 4202496 20894 0 0 0 142 7 0 0 25 0 1 0 24802855 78135296 17769 1992294400 4194304 8395647 140736614358096 18446744073709551615 7382036 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28351/statm: 19076 17769 584 1026 0 18046 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 76304

[startup+3.10156 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28352
/proc/meminfo: memFree=1723456/2059040 swapFree=4139776/4192956
[pid=28351] ppid=28349 vsize=119844 CPUtime=3.09
/proc/28351/stat : 28351 (pbscip.linux.x8) R 28349 28351 28044 0 -1 4202496 31337 0 0 0 297 12 0 0 25 0 1 0 24802855 122720256 28212 1992294400 4194304 8395647 140736614358096 18446744073709551615 6079677 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28351/statm: 29961 28212 602 1026 0 28931 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 119844

[startup+6.30091 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28352
/proc/meminfo: memFree=1699028/2059040 swapFree=4139776/4192956
[pid=28351] ppid=28349 vsize=101080 CPUtime=6.29
/proc/28351/stat : 28351 (pbscip.linux.x8) R 28349 28351 28044 0 -1 4202496 32630 0 0 0 598 31 0 0 25 0 1 0 24802855 103505920 24069 1992294400 4194304 8395647 140736614358096 18446744073709551615 7382056 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28351/statm: 25270 24069 630 1026 0 24240 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 101080

[startup+12.7006 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28352
/proc/meminfo: memFree=1698904/2059040 swapFree=4139776/4192956
[pid=28351] ppid=28349 vsize=120040 CPUtime=12.69
/proc/28351/stat : 28351 (pbscip.linux.x8) R 28349 28351 28044 0 -1 4202496 37349 0 0 0 1234 35 0 0 25 0 1 0 24802855 122920960 28763 1992294400 4194304 8395647 140736614358096 18446744073709551615 4735762 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28351/statm: 30010 28763 611 1026 0 28980 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 120040

[startup+25.501 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28352
/proc/meminfo: memFree=1698408/2059040 swapFree=4139776/4192956
[pid=28351] ppid=28349 vsize=99764 CPUtime=25.49
/proc/28351/stat : 28351 (pbscip.linux.x8) R 28349 28351 28044 0 -1 4202496 37353 0 0 0 2507 42 0 0 25 0 1 0 24802855 102158336 24074 1992294400 4194304 8395647 140736614358096 18446744073709551615 6590354 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28351/statm: 24941 24074 614 1026 0 23911 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 99764

[startup+51.1008 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28353
/proc/meminfo: memFree=1698408/2059040 swapFree=4139776/4192956
[pid=28351] ppid=28349 vsize=99764 CPUtime=51.08
/proc/28351/stat : 28351 (pbscip.linux.x8) R 28349 28351 28044 0 -1 4202496 37362 0 0 0 5052 56 0 0 25 0 1 0 24802855 102158336 24083 1992294400 4194304 8395647 140736614358096 18446744073709551615 6697711 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28351/statm: 24941 24083 621 1026 0 23911 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 99764

[startup+102.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28354
/proc/meminfo: memFree=1698284/2059040 swapFree=4139776/4192956
[pid=28351] ppid=28349 vsize=99764 CPUtime=102.27
/proc/28351/stat : 28351 (pbscip.linux.x8) R 28349 28351 28044 0 -1 4202496 37367 0 0 0 10150 77 0 0 25 0 1 0 24802855 102158336 24088 1992294400 4194304 8395647 140736614358096 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28351/statm: 24941 24088 621 1026 0 23911 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 99764

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28356
/proc/meminfo: memFree=1698284/2059040 swapFree=4139776/4192956
[pid=28351] ppid=28349 vsize=99764 CPUtime=162.25
/proc/28351/stat : 28351 (pbscip.linux.x8) R 28349 28351 28044 0 -1 4202496 37370 0 0 0 16127 98 0 0 25 0 1 0 24802855 102158336 24091 1992294400 4194304 8395647 140736614358096 18446744073709551615 6636342 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28351/statm: 24941 24091 621 1026 0 23911 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 99764

[startup+222.308 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28358
/proc/meminfo: memFree=1698284/2059040 swapFree=4139776/4192956
[pid=28351] ppid=28349 vsize=99764 CPUtime=222.24
/proc/28351/stat : 28351 (pbscip.linux.x8) R 28349 28351 28044 0 -1 4202496 37372 0 0 0 22107 117 0 0 25 0 1 0 24802855 102158336 24093 1992294400 4194304 8395647 140736614358096 18446744073709551615 6693729 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28351/statm: 24941 24093 621 1026 0 23911 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 99764

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28359
/proc/meminfo: memFree=1698284/2059040 swapFree=4139776/4192956
[pid=28351] ppid=28349 vsize=99764 CPUtime=282.22
/proc/28351/stat : 28351 (pbscip.linux.x8) R 28349 28351 28044 0 -1 4202496 37372 0 0 0 28084 138 0 0 25 0 1 0 24802855 102158336 24093 1992294400 4194304 8395647 140736614358096 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28351/statm: 24941 24093 621 1026 0 23911 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 99764

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28361
/proc/meminfo: memFree=1698284/2059040 swapFree=4139776/4192956
[pid=28351] ppid=28349 vsize=99764 CPUtime=342.2
/proc/28351/stat : 28351 (pbscip.linux.x8) R 28349 28351 28044 0 -1 4202496 37372 0 0 0 34064 156 0 0 25 0 1 0 24802855 102158336 24093 1992294400 4194304 8395647 140736614358096 18446744073709551615 6708229 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28351/statm: 24941 24093 621 1026 0 23911 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 99764

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28362
/proc/meminfo: memFree=1698284/2059040 swapFree=4139776/4192956
[pid=28351] ppid=28349 vsize=99764 CPUtime=402.18
/proc/28351/stat : 28351 (pbscip.linux.x8) R 28349 28351 28044 0 -1 4202496 37372 0 0 0 40046 172 0 0 25 0 1 0 24802855 102158336 24093 1992294400 4194304 8395647 140736614358096 18446744073709551615 6709570 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28351/statm: 24941 24093 621 1026 0 23911 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 99764

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28367
/proc/meminfo: memFree=1697664/2059040 swapFree=4139776/4192956
[pid=28351] ppid=28349 vsize=99764 CPUtime=462.17
/proc/28351/stat : 28351 (pbscip.linux.x8) R 28349 28351 28044 0 -1 4202496 37372 0 0 0 46022 195 0 0 25 0 1 0 24802855 102158336 24093 1992294400 4194304 8395647 140736614358096 18446744073709551615 6670385 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28351/statm: 24941 24093 621 1026 0 23911 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 99764

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28369
/proc/meminfo: memFree=1697664/2059040 swapFree=4139776/4192956
[pid=28351] ppid=28349 vsize=99764 CPUtime=522.15
/proc/28351/stat : 28351 (pbscip.linux.x8) R 28349 28351 28044 0 -1 4202496 37372 0 0 0 52000 215 0 0 25 0 1 0 24802855 102158336 24093 1992294400 4194304 8395647 140736614358096 18446744073709551615 6670369 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28351/statm: 24941 24093 621 1026 0 23911 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 99764

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28370
/proc/meminfo: memFree=1697664/2059040 swapFree=4139776/4192956
[pid=28351] ppid=28349 vsize=99764 CPUtime=582.13
/proc/28351/stat : 28351 (pbscip.linux.x8) R 28349 28351 28044 0 -1 4202496 37373 0 0 0 57978 235 0 0 25 0 1 0 24802855 102158336 24094 1992294400 4194304 8395647 140736614358096 18446744073709551615 6702084 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28351/statm: 24941 24094 621 1026 0 23911 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 99764

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28372
/proc/meminfo: memFree=1697664/2059040 swapFree=4139776/4192956
[pid=28351] ppid=28349 vsize=99764 CPUtime=642.12
/proc/28351/stat : 28351 (pbscip.linux.x8) R 28349 28351 28044 0 -1 4202496 37373 0 0 0 63958 254 0 0 25 0 1 0 24802855 102158336 24094 1992294400 4194304 8395647 140736614358096 18446744073709551615 6702016 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28351/statm: 24941 24094 621 1026 0 23911 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 99764

[startup+702.301 s]

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

/proc/meminfo: memFree=1676708/2059040 swapFree=4139776/4192956
[pid=28351] ppid=28349 vsize=122604 CPUtime=1062.01
/proc/28351/stat : 28351 (pbscip.linux.x8) R 28349 28351 28044 0 -1 4202496 42632 0 0 0 105795 406 0 0 25 0 1 0 24802855 125546496 29353 1992294400 4194304 8395647 140736614358096 18446744073709551615 6663843 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28351/statm: 30651 29353 626 1026 0 29621 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 122604

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28385
/proc/meminfo: memFree=1676708/2059040 swapFree=4139776/4192956
[pid=28351] ppid=28349 vsize=122604 CPUtime=1121.99
/proc/28351/stat : 28351 (pbscip.linux.x8) R 28349 28351 28044 0 -1 4202496 42632 0 0 0 111771 428 0 0 25 0 1 0 24802855 125546496 29353 1992294400 4194304 8395647 140736614358096 18446744073709551615 6503892 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28351/statm: 30651 29353 626 1026 0 29621 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 122604

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28386
/proc/meminfo: memFree=1676708/2059040 swapFree=4139776/4192956
[pid=28351] ppid=28349 vsize=122604 CPUtime=1181.98
/proc/28351/stat : 28351 (pbscip.linux.x8) R 28349 28351 28044 0 -1 4202496 42633 0 0 0 117749 449 0 0 25 0 1 0 24802855 125546496 29354 1992294400 4194304 8395647 140736614358096 18446744073709551615 6670339 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28351/statm: 30651 29354 626 1026 0 29621 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 122604

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28388
/proc/meminfo: memFree=1676584/2059040 swapFree=4139776/4192956
[pid=28351] ppid=28349 vsize=122604 CPUtime=1241.96
/proc/28351/stat : 28351 (pbscip.linux.x8) R 28349 28351 28044 0 -1 4202496 42633 0 0 0 123727 469 0 0 25 0 1 0 24802855 125546496 29354 1992294400 4194304 8395647 140736614358096 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28351/statm: 30651 29354 626 1026 0 29621 0
Current children cumulated CPU time (s) 1241.96
Current children cumulated vsize (KiB) 122604

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28389
/proc/meminfo: memFree=1676584/2059040 swapFree=4139776/4192956
[pid=28351] ppid=28349 vsize=122604 CPUtime=1301.95
/proc/28351/stat : 28351 (pbscip.linux.x8) R 28349 28351 28044 0 -1 4202496 42633 0 0 0 129707 488 0 0 25 0 1 0 24802855 125546496 29354 1992294400 4194304 8395647 140736614358096 18446744073709551615 6470876 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28351/statm: 30651 29354 626 1026 0 29621 0
Current children cumulated CPU time (s) 1301.95
Current children cumulated vsize (KiB) 122604

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28391
/proc/meminfo: memFree=1676584/2059040 swapFree=4139776/4192956
[pid=28351] ppid=28349 vsize=122604 CPUtime=1361.94
/proc/28351/stat : 28351 (pbscip.linux.x8) R 28349 28351 28044 0 -1 4202496 42633 0 0 0 135688 506 0 0 25 0 1 0 24802855 125546496 29354 1992294400 4194304 8395647 140736614358096 18446744073709551615 6391404 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28351/statm: 30651 29354 626 1026 0 29621 0
Current children cumulated CPU time (s) 1361.94
Current children cumulated vsize (KiB) 122604

[startup+1422.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28393
/proc/meminfo: memFree=1676336/2059040 swapFree=4139776/4192956
[pid=28351] ppid=28349 vsize=122604 CPUtime=1421.93
/proc/28351/stat : 28351 (pbscip.linux.x8) R 28349 28351 28044 0 -1 4202496 42691 0 0 0 141669 524 0 0 25 0 1 0 24802855 125546496 29412 1992294400 4194304 8395647 140736614358096 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28351/statm: 30651 29412 626 1026 0 29621 0
Current children cumulated CPU time (s) 1421.93
Current children cumulated vsize (KiB) 122604

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28394
/proc/meminfo: memFree=1675468/2059040 swapFree=4139776/4192956
[pid=28351] ppid=28349 vsize=122604 CPUtime=1481.91
/proc/28351/stat : 28351 (pbscip.linux.x8) R 28349 28351 28044 0 -1 4202496 42886 0 0 0 147647 544 0 0 25 0 1 0 24802855 125546496 29607 1992294400 4194304 8395647 140736614358096 18446744073709551615 6670348 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28351/statm: 30651 29607 626 1026 0 29621 0
Current children cumulated CPU time (s) 1481.91
Current children cumulated vsize (KiB) 122604

[startup+1542.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28396
/proc/meminfo: memFree=1675840/2059040 swapFree=4139776/4192956
[pid=28351] ppid=28349 vsize=122604 CPUtime=1541.89
/proc/28351/stat : 28351 (pbscip.linux.x8) R 28349 28351 28044 0 -1 4202496 42887 0 0 0 153626 563 0 0 25 0 1 0 24802855 125546496 29608 1992294400 4194304 8395647 140736614358096 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28351/statm: 30651 29608 626 1026 0 29621 0
Current children cumulated CPU time (s) 1541.89
Current children cumulated vsize (KiB) 122604

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28397
/proc/meminfo: memFree=1675840/2059040 swapFree=4139776/4192956
[pid=28351] ppid=28349 vsize=122604 CPUtime=1601.87
/proc/28351/stat : 28351 (pbscip.linux.x8) R 28349 28351 28044 0 -1 4202496 42887 0 0 0 159605 582 0 0 25 0 1 0 24802855 125546496 29608 1992294400 4194304 8395647 140736614358096 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28351/statm: 30651 29608 626 1026 0 29621 0
Current children cumulated CPU time (s) 1601.87
Current children cumulated vsize (KiB) 122604

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28399
/proc/meminfo: memFree=1675716/2059040 swapFree=4139776/4192956
[pid=28351] ppid=28349 vsize=122604 CPUtime=1661.86
/proc/28351/stat : 28351 (pbscip.linux.x8) R 28349 28351 28044 0 -1 4202496 42887 0 0 0 165585 601 0 0 25 0 1 0 24802855 125546496 29608 1992294400 4194304 8395647 140736614358096 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28351/statm: 30651 29608 626 1026 0 29621 0
Current children cumulated CPU time (s) 1661.86
Current children cumulated vsize (KiB) 122604

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28401
/proc/meminfo: memFree=1675716/2059040 swapFree=4139776/4192956
[pid=28351] ppid=28349 vsize=122604 CPUtime=1721.84
/proc/28351/stat : 28351 (pbscip.linux.x8) R 28349 28351 28044 0 -1 4202496 42887 0 0 0 171563 621 0 0 25 0 1 0 24802855 125546496 29608 1992294400 4194304 8395647 140736614358096 18446744073709551615 6585824 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28351/statm: 30651 29608 626 1026 0 29621 0
Current children cumulated CPU time (s) 1721.84
Current children cumulated vsize (KiB) 122604

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28402
/proc/meminfo: memFree=1675716/2059040 swapFree=4139776/4192956
[pid=28351] ppid=28349 vsize=122604 CPUtime=1781.83
/proc/28351/stat : 28351 (pbscip.linux.x8) R 28349 28351 28044 0 -1 4202496 42890 0 0 0 177543 640 0 0 25 0 1 0 24802855 125546496 29610 1992294400 4194304 8395647 140736614358096 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28351/statm: 30651 29610 626 1026 0 29621 0
Current children cumulated CPU time (s) 1781.83
Current children cumulated vsize (KiB) 122604

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

[startup+1785.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28402
/proc/meminfo: memFree=1675716/2059040 swapFree=4139776/4192956
[pid=28351] ppid=28349 vsize=122604 CPUtime=1785.12
/proc/28351/stat : 28351 (pbscip.linux.x8) R 28349 28351 28044 0 -1 4202496 42890 0 0 0 177871 641 0 0 25 0 1 0 24802855 125546496 29610 1992294400 4194304 8395647 140736614358096 18446744073709551615 6119831 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28351/statm: 30651 29610 626 1026 0 29621 0
Current children cumulated CPU time (s) 1785.12
Current children cumulated vsize (KiB) 122604

[startup+1787.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28402
/proc/meminfo: memFree=1675716/2059040 swapFree=4139776/4192956
[pid=28351] ppid=28349 vsize=122604 CPUtime=1786.72
/proc/28351/stat : 28351 (pbscip.linux.x8) R 28349 28351 28044 0 -1 4202496 42890 0 0 0 178030 642 0 0 25 0 1 0 24802855 125546496 29610 1992294400 4194304 8395647 140736614358096 18446744073709551615 6692859 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28351/statm: 30651 29610 626 1026 0 29621 0
Current children cumulated CPU time (s) 1786.72
Current children cumulated vsize (KiB) 122604

[startup+1788.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28403
/proc/meminfo: memFree=1675716/2059040 swapFree=4139776/4192956
[pid=28351] ppid=28349 vsize=122604 CPUtime=1788.32
/proc/28351/stat : 28351 (pbscip.linux.x8) R 28349 28351 28044 0 -1 4202496 42890 0 0 0 178190 642 0 0 25 0 1 0 24802855 125546496 29610 1992294400 4194304 8395647 140736614358096 18446744073709551615 6670385 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28351/statm: 30651 29610 626 1026 0 29621 0
Current children cumulated CPU time (s) 1788.32
Current children cumulated vsize (KiB) 122604

[startup+1789.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28403
/proc/meminfo: memFree=1675716/2059040 swapFree=4139776/4192956
[pid=28351] ppid=28349 vsize=122604 CPUtime=1789.12
/proc/28351/stat : 28351 (pbscip.linux.x8) R 28349 28351 28044 0 -1 4202496 42890 0 0 0 178270 642 0 0 25 0 1 0 24802855 125546496 29610 1992294400 4194304 8395647 140736614358096 18446744073709551615 6697271 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28351/statm: 30651 29610 626 1026 0 29621 0
Current children cumulated CPU time (s) 1789.12
Current children cumulated vsize (KiB) 122604

[startup+1790 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28403
/proc/meminfo: memFree=1675716/2059040 swapFree=4139776/4192956
[pid=28351] ppid=28349 vsize=122604 CPUtime=1789.52
/proc/28351/stat : 28351 (pbscip.linux.x8) R 28349 28351 28044 0 -1 4202496 42890 0 0 0 178310 642 0 0 25 0 1 0 24802855 125546496 29610 1992294400 4194304 8395647 140736614358096 18446744073709551615 4749712 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28351/statm: 30651 29610 626 1026 0 29621 0
Current children cumulated CPU time (s) 1789.52
Current children cumulated vsize (KiB) 122604

[startup+1790.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28403
/proc/meminfo: memFree=1675716/2059040 swapFree=4139776/4192956
[pid=28351] ppid=28349 vsize=122604 CPUtime=1789.62
/proc/28351/stat : 28351 (pbscip.linux.x8) R 28349 28351 28044 0 -1 4202496 42893 0 0 0 178320 642 0 0 25 0 1 0 24802855 125546496 29613 1992294400 4194304 8395647 140736614358096 18446744073709551615 4751190 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/28351/statm: 30651 29613 629 1026 0 29621 0
Current children cumulated CPU time (s) 1789.62
Current children cumulated vsize (KiB) 122604

Child status: 0
Real time (s): 1790.14
CPU time (s): 1789.67
CPU user time (s): 1783.23
CPU system time (s): 6.44102
CPU usage (%): 99.9736
Max. virtual memory (cumulated for all children) (KiB): 122604

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

runsolver used 2.91656 second user time and 8.49371 second system time

The end

Launcher Data

Begin job on node035 at 2010-07-08 07:11:59
IDJOB=2703188
IDBENCH=48132
IDSOLVER=1213
FILE ID=node035/2703188-1278565919
PBS_JOBID= 11239579
Free space on /tmp= 62496 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_4.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-2703188-1278565919/watcher-2703188-1278565919 -o /tmp/evaluation-result-2703188-1278565919/solver-2703188-1278565919 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2703188-1278565919.opb -t 1800 -m 1800

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

MD5SUM BENCH= 64354bd2b9c3cc2f1ca2c32032e5c032
RANDOM SEED=870331899

node035.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.212
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.42
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.212
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:       1793928 kB
Buffers:         16680 kB
Cached:         150668 kB
SwapCached:       8012 kB
Active:          88276 kB
Inactive:        94040 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1793928 kB
SwapTotal:     4192956 kB
SwapFree:      4139776 kB
Dirty:           10516 kB
Writeback:           0 kB
AnonPages:       12200 kB
Mapped:          12088 kB
Slab:            60820 kB
PageTables:       4112 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   178644 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= 62488 MiB
End job on node035 at 2010-07-08 07:41:49