Trace number 2666615

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.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solverSAT (TO)13 1800.19 1800.68

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_200_25_1.opb
MD5SUM88e7a647c6e46a38e952354158b1fb76
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.21
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 constraint44
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)6204
Sum of products size (including duplicates)12408
Number of different products6204
Sum of products size12408

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2666615-1276654309.opb>
0.04/0.07	c original problem has 6404 variables (6404 bin, 0 int, 0 impl, 0 cont) and 6404 constraints
0.04/0.07	c problem read
0.04/0.07	c presolving settings loaded
0.09/0.15	c presolving:
0.59/0.61	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 200 upgd conss, 411740 impls, 0 clqs
0.99/1.03	c    (0.8s) probing: 101/6404 (1.6%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.99/1.03	c    (0.8s) probing aborted: 100/100 successive totally useless probings
0.99/1.03	c presolving (2 rounds):
0.99/1.03	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.99/1.03	c  411740 implications, 0 cliques
0.99/1.03	c presolved problem has 6404 variables (6404 bin, 0 int, 0 impl, 0 cont) and 6404 constraints
0.99/1.03	c    6204 constraints of type <and>
0.99/1.03	c     200 constraints of type <logicor>
0.99/1.03	c transformed objective value is always integral (scale: 1)
0.99/1.03	c Presolving Time: 0.74
0.99/1.03	c - non default parameters ----------------------------------------------------------------------
0.99/1.03	c # SCIP version 1.2.1.2
0.99/1.03	c 
0.99/1.03	c # frequency for displaying node information lines
0.99/1.03	c # [type: int, range: [-1,2147483647], default: 100]
0.99/1.03	c display/freq = 10000
0.99/1.03	c 
0.99/1.03	c # maximal time in seconds to run
0.99/1.03	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.99/1.03	c limits/time = 1799.93
0.99/1.03	c 
0.99/1.03	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.99/1.03	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.99/1.03	c limits/memory = 1620
0.99/1.03	c 
0.99/1.03	c # should presolving try to simplify inequalities
0.99/1.03	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.99/1.03	c constraints/linear/simplifyinequalities = TRUE
0.99/1.03	c 
0.99/1.03	c # should presolving try to simplify knapsacks
0.99/1.03	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.99/1.03	c constraints/knapsack/simplifyinequalities = TRUE
0.99/1.03	c 
0.99/1.03	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.99/1.03	c # [type: int, range: [-1,2147483647], default: -1]
0.99/1.03	c heuristics/undercover/freq = 0
0.99/1.03	c 
0.99/1.03	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.99/1.03	c # [type: int, range: [-1,2147483647], default: -1]
0.99/1.03	c separating/rapidlearning/freq = 0
0.99/1.03	c 
0.99/1.03	c -----------------------------------------------------------------------------------------------
0.99/1.03	c start solving
0.99/1.04	c 
1.19/1.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1.19/1.20	c   0.9s|     1 |     0 |   400 |     - |  38M|   0 | 400 |6404 |6404 |6404 |  12k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
10.59/10.63	c   9.9s|     1 |     0 |  9098 |     - |  39M|   0 | 400 |6404 |6404 |6404 |  13k| 403 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
10.59/10.66	o 35
10.59/10.66	c s 9.9s|     1 |     0 |  9098 |     - |  39M|   0 | 400 |6404 |6404 |6404 |  13k| 403 |   0 |   0 | 0.000000e+00 | 3.500000e+01 |    Inf 
11.88/11.91	c  11.1s|     1 |     0 |  9698 |     - |  39M|   0 | 400 |6404 |6404 |6404 |  13k| 803 |   0 |   0 | 0.000000e+00 | 3.500000e+01 |    Inf 
11.88/11.95	o 27
11.88/11.95	c s11.2s|     1 |     0 |  9698 |     - |  39M|   0 | 400 |6404 |6404 |6404 |  13k| 803 |   0 |   0 | 0.000000e+00 | 2.700000e+01 |    Inf 
13.20/13.24	c  12.4s|     1 |     0 | 10299 |     - |  39M|   0 | 400 |6404 |6404 |6404 |  13k|1205 |   0 |   0 | 0.000000e+00 | 2.700000e+01 |    Inf 
14.59/14.61	c  13.8s|     1 |     0 | 10899 |     - |  39M|   0 | 400 |6404 |6404 |6404 |  14k|1610 |   0 |   0 | 0.000000e+00 | 2.700000e+01 |    Inf 
14.59/14.63	o 22
14.59/14.63	c s13.8s|     1 |     0 | 10899 |     - |  39M|   0 | 400 |6404 |6404 |6404 |  14k|1610 |   0 |   0 | 0.000000e+00 | 2.200000e+01 |    Inf 
15.98/16.04	c  15.2s|     1 |     0 | 11499 |     - |  40M|   0 | 400 |6404 |6404 |6404 |  14k|2014 |   0 |   0 | 0.000000e+00 | 2.200000e+01 |    Inf 
15.98/16.06	o 20
15.98/16.06	c s15.2s|     1 |     0 | 11499 |     - |  40M|   0 | 400 |6404 |6404 |6404 |  14k|2014 |   0 |   0 | 0.000000e+00 | 2.000000e+01 |    Inf 
17.49/17.53	c  16.7s|     1 |     0 | 12099 |     - |  40M|   0 | 400 |6404 |6404 |6404 |  15k|2417 |   0 |   0 | 0.000000e+00 | 2.000000e+01 |    Inf 
18.88/19.00	c  18.1s|     1 |     2 | 12099 |     - |  40M|   0 | 400 |6404 |6404 |6404 |  15k|2417 |   0 |  17 | 0.000000e+00 | 2.000000e+01 |    Inf 
541.05/541.26	o 13
541.05/541.26	c p 534s|   121 |   115 |266866 |2123.1 |  41M|  16 |   - |6404 |6404 |6404 |6649 |  46k|   0 |1080 | 5.400000e+00 | 1.300000e+01 | 140.74%
1800.01/1800.50	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.01/1800.54	c 
1800.01/1800.54	c SCIP Status        : solving was interrupted [user interrupt]
1800.01/1800.54	c Solving Time (sec) : 1772.83
1800.01/1800.54	c Solving Nodes      : 654
1800.01/1800.54	c Primal Bound       : +1.30000000000000e+01 (5 solutions)
1800.01/1800.54	c Dual Bound         : +6.91430605651075e+00
1800.01/1800.54	c Gap                : 88.02 %
1800.01/1800.55	s SATISFIABLE
1800.01/1800.55	v -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 
1800.01/1800.55	v -x178 -x177 -x176 -x175 -x174 x173 -x172 -x171 -x170 -x169 -x168 -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 
1800.01/1800.55	v -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 
1800.01/1800.55	v -x137 -x136 -x135 -x134 -x133 -x132 x131 -x130 -x129 -x128 -x127 -x126 -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 
1800.01/1800.55	v -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 -x104 -x103 -x102 -x101 -x100 -x99 -x98 -x97 -x96 -x95 
1800.01/1800.55	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 
1800.01/1800.55	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 
1800.01/1800.55	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 -x19 -x18 
1800.01/1800.55	v -x17 -x16 -x15 -x14 -x13 -x12 -x11 x10 x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 -x1 
1800.01/1800.55	c SCIP Status        : solving was interrupted [user interrupt]
1800.01/1800.55	c Solving Time       :    1772.83
1800.01/1800.55	c Original Problem   :
1800.01/1800.55	c   Problem name     : HOME/instance-2666615-1276654309.opb
1800.01/1800.55	c   Variables        : 6404 (6404 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.01/1800.55	c   Constraints      : 6404 initial, 6404 maximal
1800.01/1800.55	c Presolved Problem  :
1800.01/1800.55	c   Problem name     : t_HOME/instance-2666615-1276654309.opb
1800.01/1800.55	c   Variables        : 6404 (6404 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.01/1800.55	c   Constraints      : 6404 initial, 6458 maximal
1800.01/1800.55	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.01/1800.55	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.55	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.55	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.55	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.55	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.55	c   probing          :       0.22          0          0          0          0          0          0          0          0
1800.01/1800.55	c   and              :       0.45          0          0          0          0          0          0          0          0
1800.01/1800.55	c   logicor          :       0.02          0          0          0          0          0          0          0          0
1800.01/1800.55	c   root node        :          -          0          -          -          0          -          -          -          -
1800.01/1800.55	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.01/1800.55	c   integral         :          0          0          0        650          0          1          5          0          0       1296
1800.01/1800.55	c   and              :       6204       2981      27292          0          0          6      51729     160700          0          0
1800.01/1800.55	c   logicor          :        200+         6       7433          0          0          9          0          0          0          0
1800.01/1800.55	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.01/1800.55	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.01/1800.55	c   integral         :     415.57       0.00       0.00     415.57       0.00
1800.01/1800.55	c   and              :      33.23      21.30      11.93       0.00       0.00
1800.01/1800.55	c   logicor          :       0.28       0.00       0.28       0.00       0.00
1800.01/1800.55	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.01/1800.55	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.01/1800.55	c   vbounds          :       0.03          2          0          0
1800.01/1800.55	c   rootredcost      :       0.01          2          0          0
1800.01/1800.55	c   pseudoobj        :       0.66      27167          8          0
1800.01/1800.55	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.01/1800.55	c   propagation      :       0.01         23         23        167      174.9          0        0.0          -
1800.01/1800.55	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.01/1800.55	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.01/1800.55	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.01/1800.55	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.01/1800.55	c   applied globally :          -          -          -         56       64.0          -          -          -
1800.01/1800.55	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.01/1800.55	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.01/1800.55	c   cut pool         :       0.00          5          -          -          0          -    (maximal pool size: 2417)
1800.01/1800.55	c   redcost          :       2.00       2981          0       1211          0          0
1800.01/1800.55	c   impliedbounds    :       0.05          6          0          0       2400          0
1800.01/1800.55	c   intobj           :       0.00          0          0          0          0          0
1800.01/1800.55	c   cgmip            :       0.00          0          0          0          0          0
1800.01/1800.55	c   gomory           :       0.80          6          0          0       3000          0
1800.01/1800.55	c   strongcg         :       0.81          6          0          0       3000          0
1800.01/1800.55	c   cmir             :       4.11          6          0          0       2400          0
1800.01/1800.55	c   flowcover        :       0.95          6          0          0          0          0
1800.01/1800.55	c   clique           :       0.39          6          0          0         17          0
1800.01/1800.55	c   zerohalf         :       0.00          0          0          0          0          0
1800.01/1800.55	c   mcf              :       0.02          1          0          0          0          0
1800.01/1800.55	c   rapidlearning    :       3.98          1          0          0          0          0
1800.01/1800.55	c Pricers            :       Time      Calls       Vars
1800.01/1800.55	c   problem variables:       0.00          0          0
1800.01/1800.55	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.01/1800.55	c   relpscost        :     415.57        650          1          5          0          0       1296
1800.01/1800.55	c   pscost           :       0.00          0          0          0          0          0          0
1800.01/1800.55	c   inference        :       0.00          0          0          0          0          0          0
1800.01/1800.55	c   mostinf          :       0.00          0          0          0          0          0          0
1800.01/1800.55	c   leastinf         :       0.00          0          0          0          0          0          0
1800.01/1800.55	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.01/1800.55	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.01/1800.55	c   random           :       0.00          0          0          0          0          0          0
1800.01/1800.55	c Primal Heuristics  :       Time      Calls      Found
1800.01/1800.55	c   LP solutions     :       0.00          -          0
1800.01/1800.55	c   pseudo solutions :       0.00          -          0
1800.01/1800.55	c   oneopt           :       0.06          5          0
1800.01/1800.55	c   crossover        :       0.26          1          0
1800.01/1800.55	c   veclendiving     :      49.37         20          0
1800.01/1800.55	c   trivial          :       0.02          2          0
1800.01/1800.55	c   simplerounding   :       0.01          0          0
1800.01/1800.55	c   zirounding       :       0.82        649          0
1800.01/1800.55	c   rounding         :       5.20        782          0
1800.01/1800.55	c   shifting         :       3.04        290          4
1800.01/1800.55	c   intshifting      :       0.00          0          0
1800.01/1800.55	c   twoopt           :       0.00          0          0
1800.01/1800.55	c   fixandinfer      :       0.00          0          0
1800.01/1800.55	c   feaspump         :       3.38          1          0
1800.01/1800.55	c   coefdiving       :      62.57         16          0
1800.01/1800.55	c   pscostdiving     :     199.94         34          1
1800.01/1800.55	c   fracdiving       :      76.19         12          0
1800.01/1800.55	c   intdiving        :       0.00          0          0
1800.01/1800.55	c   actconsdiving    :       0.00          0          0
1800.01/1800.55	c   objpscostdiving  :     179.60          1          0
1800.01/1800.55	c   rootsoldiving    :      14.89          5          0
1800.01/1800.55	c   linesearchdiving :      70.29         16          0
1800.01/1800.55	c   guideddiving     :      79.04         12          0
1800.01/1800.55	c   octane           :       0.00          0          0
1800.01/1800.55	c   rens             :       0.51          1          0
1800.01/1800.55	c   rins             :       0.00          0          0
1800.01/1800.55	c   localbranching   :       0.00          0          0
1800.01/1800.55	c   mutation         :       0.00          0          0
1800.01/1800.55	c   dins             :       0.00          0          0
1800.01/1800.55	c   undercover       :       0.01          1          0
1800.01/1800.55	c   nlp              :       0.00          0          0
1800.01/1800.55	c   trysol           :       0.01          0          0
1800.01/1800.55	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.01/1800.55	c   primal LP        :       5.67          0          0       0.00       0.00
1800.01/1800.55	c   dual LP          :     545.19       3489     435177     124.73     798.21
1800.01/1800.55	c   lex dual LP      :       0.00          0          0       0.00          -
1800.01/1800.55	c   barrier LP       :       0.00          0          0       0.00          -
1800.01/1800.55	c   diving/probing LP:     656.73      13867     408851      29.48     622.56
1800.01/1800.55	c   strong branching :     414.35       2408     323246     134.24     780.13
1800.01/1800.55	c     (at root node) :          -         17        854      50.24          -
1800.01/1800.55	c   conflict analysis:       0.00          0          0       0.00          -
1800.01/1800.55	c B&B Tree           :
1800.01/1800.55	c   number of runs   :          1
1800.01/1800.55	c   nodes            :        654
1800.01/1800.55	c   nodes (total)    :        654
1800.01/1800.55	c   nodes left       :        636
1800.01/1800.55	c   max depth        :         55
1800.01/1800.55	c   max depth (total):         55
1800.01/1800.55	c   backtracks       :        179 (27.4%)
1800.01/1800.55	c   delayed cutoffs  :          0
1800.01/1800.55	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1800.01/1800.55	c   avg switch length:       5.36
1800.01/1800.55	c   switching time   :       6.60
1800.01/1800.55	c Solution           :
1800.01/1800.55	c   Solutions found  :          5 (5 improvements)
1800.01/1800.55	c   First Solution   : +3.50000000000000e+01   (in run 1, after 1 nodes, 9.87 seconds, depth 0, found by <shifting>)
1800.01/1800.55	c   Primal Bound     : +1.30000000000000e+01   (in run 1, after 121 nodes, 534.49 seconds, depth 272, found by <pscostdiving>)
1800.01/1800.55	c   Dual Bound       : +6.91430605651075e+00
1800.01/1800.55	c   Gap              :      88.02 %
1800.01/1800.55	c   Root Dual Bound  : +0.00000000000000e+00
1800.01/1800.55	c   Root Iterations  :      12099
1800.12/1800.68	c Time complete: 1800.18.

Verifier Data

OK	13

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2666615-1276654309/watcher-2666615-1276654309 -o /tmp/evaluation-result-2666615-1276654309/solver-2666615-1276654309 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2666615-1276654309.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 0.99 0.98 2/105 15148
/proc/meminfo: memFree=1787580/2059040 swapFree=4164960/4192956
[pid=15148] ppid=15146 vsize=7724 CPUtime=0
/proc/15148/stat : 15148 (pbscip.linux.x8) R 15146 15148 13804 0 -1 4202496 1157 0 0 0 0 0 0 0 25 0 1 0 6724458 7909376 1077 1992294400 4194304 8223781 140734268057392 18446744073709551615 7253477 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/15148/statm: 1931 1087 348 984 0 944 0

[startup+0.0519299 s]
/proc/loadavg: 1.00 0.99 0.98 2/105 15148
/proc/meminfo: memFree=1787580/2059040 swapFree=4164960/4192956
[pid=15148] ppid=15146 vsize=15160 CPUtime=0.04
/proc/15148/stat : 15148 (pbscip.linux.x8) R 15146 15148 13804 0 -1 4202496 3098 0 0 0 4 0 0 0 25 0 1 0 6724458 15523840 3017 1992294400 4194304 8223781 140734268057392 18446744073709551615 7253477 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/15148/statm: 3790 3017 366 984 0 2803 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 15160

[startup+0.100935 s]
/proc/loadavg: 1.00 0.99 0.98 2/105 15148
/proc/meminfo: memFree=1787580/2059040 swapFree=4164960/4192956
[pid=15148] ppid=15146 vsize=24696 CPUtime=0.09
/proc/15148/stat : 15148 (pbscip.linux.x8) R 15146 15148 13804 0 -1 4202496 5767 0 0 0 7 2 0 0 25 0 1 0 6724458 25288704 5322 1992294400 4194304 8223781 140734268057392 18446744073709551615 4213922 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15148/statm: 6174 5329 383 984 0 5187 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24696

[startup+0.300957 s]
/proc/loadavg: 1.00 0.99 0.98 2/105 15148
/proc/meminfo: memFree=1787580/2059040 swapFree=4164960/4192956
[pid=15148] ppid=15146 vsize=39212 CPUtime=0.29
/proc/15148/stat : 15148 (pbscip.linux.x8) R 15146 15148 13804 0 -1 4202496 9080 0 0 0 26 3 0 0 25 0 1 0 6724458 40153088 8635 1992294400 4194304 8223781 140734268057392 18446744073709551615 5955502 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15148/statm: 9803 8635 427 984 0 8816 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 39212

[startup+0.701001 s]
/proc/loadavg: 1.00 0.99 0.98 2/105 15148
/proc/meminfo: memFree=1787580/2059040 swapFree=4164960/4192956
[pid=15148] ppid=15146 vsize=47280 CPUtime=0.69
/proc/15148/stat : 15148 (pbscip.linux.x8) R 15146 15148 13804 0 -1 4202496 12171 0 0 0 54 15 0 0 25 0 1 0 6724458 48414720 10698 1992294400 4194304 8223781 140734268057392 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15148/statm: 11820 10698 447 984 0 10833 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 47280

[startup+1.50109 s]
/proc/loadavg: 1.00 0.99 0.98 2/106 15149
/proc/meminfo: memFree=1743924/2059040 swapFree=4164960/4192956
[pid=15148] ppid=15146 vsize=74020 CPUtime=1.49
/proc/15148/stat : 15148 (pbscip.linux.x8) R 15146 15148 13804 0 -1 4202496 19108 0 0 0 126 23 0 0 25 0 1 0 6724458 75796480 17138 1992294400 4194304 8223781 140734268057392 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15148/statm: 18505 17138 556 984 0 17518 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 74020

[startup+3.10127 s]
/proc/loadavg: 1.00 0.99 0.98 2/106 15149
/proc/meminfo: memFree=1720240/2059040 swapFree=4164960/4192956
[pid=15148] ppid=15146 vsize=75372 CPUtime=3.09
/proc/15148/stat : 15148 (pbscip.linux.x8) R 15146 15148 13804 0 -1 4202496 20239 0 0 0 284 25 0 0 25 0 1 0 6724458 77180928 17340 1992294400 4194304 8223781 140734268057392 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15148/statm: 18843 17340 545 984 0 17856 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 75372

[startup+6.30162 s]
/proc/loadavg: 1.00 0.99 0.98 2/106 15149
/proc/meminfo: memFree=1719992/2059040 swapFree=4164960/4192956
[pid=15148] ppid=15146 vsize=100768 CPUtime=6.29
/proc/15148/stat : 15148 (pbscip.linux.x8) R 15146 15148 13804 0 -1 4202496 30287 0 0 0 586 43 0 0 25 0 1 0 6724458 103186432 23462 1992294400 4194304 8223781 140734268057392 18446744073709551615 4567222 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15148/statm: 25192 23462 577 984 0 24205 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 100768

[startup+12.7013 s]
/proc/loadavg: 1.00 0.99 0.98 2/106 15149
/proc/meminfo: memFree=1715404/2059040 swapFree=4164960/4192956
[pid=15148] ppid=15146 vsize=80576 CPUtime=12.69
/proc/15148/stat : 15148 (pbscip.linux.x8) R 15146 15148 13804 0 -1 4202496 34748 0 0 0 1196 73 0 0 25 0 1 0 6724458 82509824 18764 1992294400 4194304 8223781 140734268057392 18446744073709551615 4424295 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15148/statm: 20144 18764 590 984 0 19157 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 80576

[startup+25.5007 s]
/proc/loadavg: 1.00 0.99 0.98 2/106 15149
/proc/meminfo: memFree=1711684/2059040 swapFree=4164960/4192956
[pid=15148] ppid=15146 vsize=82912 CPUtime=25.49
/proc/15148/stat : 15148 (pbscip.linux.x8) R 15146 15148 13804 0 -1 4202496 61111 0 0 0 2455 94 0 0 25 0 1 0 6724458 84901888 19289 1992294400 4194304 8223781 140734268057392 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15148/statm: 20728 19289 588 984 0 19741 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 82912

[startup+51.1005 s]
/proc/loadavg: 1.00 0.99 0.98 2/106 15149
/proc/meminfo: memFree=1711188/2059040 swapFree=4164960/4192956
[pid=15148] ppid=15146 vsize=84356 CPUtime=51.07
/proc/15148/stat : 15148 (pbscip.linux.x8) R 15146 15148 13804 0 -1 4202496 130495 0 0 0 4970 137 0 0 25 0 1 0 6724458 86380544 19416 1992294400 4194304 8223781 140734268057392 18446744073709551615 6568506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15148/statm: 21089 19416 589 984 0 20102 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 84356

[startup+102.308 s]
/proc/loadavg: 1.00 0.99 0.98 2/106 15151
/proc/meminfo: memFree=1710816/2059040 swapFree=4164960/4192956
[pid=15148] ppid=15146 vsize=84700 CPUtime=102.26
/proc/15148/stat : 15148 (pbscip.linux.x8) R 15146 15148 13804 0 -1 4202496 219970 0 0 0 10034 192 0 0 25 0 1 0 6724458 86732800 19510 1992294400 4194304 8223781 140734268057392 18446744073709551615 6563261 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15148/statm: 21175 19510 589 984 0 20188 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 84700

[startup+162.301 s]
/proc/loadavg: 1.00 0.99 0.98 2/106 15153
/proc/meminfo: memFree=1710072/2059040 swapFree=4164960/4192956
[pid=15148] ppid=15146 vsize=84700 CPUtime=162.24
/proc/15148/stat : 15148 (pbscip.linux.x8) R 15146 15148 13804 0 -1 4202496 271081 0 0 0 15996 228 0 0 25 0 1 0 6724458 86732800 19642 1992294400 4194304 8223781 140734268057392 18446744073709551615 6564572 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15148/statm: 21175 19642 589 984 0 20188 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 84700

[startup+222.3 s]
/proc/loadavg: 1.00 0.99 0.98 2/106 15155
/proc/meminfo: memFree=1710072/2059040 swapFree=4164960/4192956
[pid=15148] ppid=15146 vsize=84700 CPUtime=222.23
/proc/15148/stat : 15148 (pbscip.linux.x8) R 15146 15148 13804 0 -1 4202496 304969 0 0 0 21969 254 0 0 25 0 1 0 6724458 86732800 19652 1992294400 4194304 8223781 140734268057392 18446744073709551615 6563074 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15148/statm: 21175 19652 589 984 0 20188 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 84700

[startup+282.301 s]
/proc/loadavg: 1.00 0.99 0.98 2/106 15155
/proc/meminfo: memFree=1711064/2059040 swapFree=4164960/4192956
[pid=15148] ppid=15146 vsize=84444 CPUtime=282.2
/proc/15148/stat : 15148 (pbscip.linux.x8) R 15146 15148 13804 0 -1 4202496 358131 0 0 0 27923 297 0 0 25 0 1 0 6724458 86470656 19451 1992294400 4194304 8223781 140734268057392 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15148/statm: 21111 19451 589 984 0 20124 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 84444

[startup+342.301 s]
/proc/loadavg: 1.00 0.99 0.98 2/106 15157
/proc/meminfo: memFree=1710816/2059040 swapFree=4164960/4192956
[pid=15148] ppid=15146 vsize=85004 CPUtime=342.19
/proc/15148/stat : 15148 (pbscip.linux.x8) R 15146 15148 13804 0 -1 4202496 499543 0 0 0 33840 379 0 0 25 0 1 0 6724458 87044096 19532 1992294400 4194304 8223781 140734268057392 18446744073709551615 6539325 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15148/statm: 21251 19532 589 984 0 20264 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 85004

[startup+402.301 s]
/proc/loadavg: 1.00 0.99 0.98 2/106 15159
/proc/meminfo: memFree=1709452/2059040 swapFree=4164960/4192956
[pid=15148] ppid=15146 vsize=85684 CPUtime=402.17
/proc/15148/stat : 15148 (pbscip.linux.x8) R 15146 15148 13804 0 -1 4202496 652322 0 0 0 39756 461 0 0 25 0 1 0 6724458 87740416 19847 1992294400 4194304 8223781 140734268057392 18446744073709551615 6070341 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15148/statm: 21421 19847 589 984 0 20434 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 85684

[startup+462.301 s]
/proc/loadavg: 1.00 0.99 0.98 2/106 15161
/proc/meminfo: memFree=1709204/2059040 swapFree=4164960/4192956
[pid=15148] ppid=15146 vsize=86476 CPUtime=462.16
/proc/15148/stat : 15148 (pbscip.linux.x8) R 15146 15148 13804 0 -1 4202496 789924 0 0 0 45679 537 0 0 25 0 1 0 6724458 88551424 19906 1992294400 4194304 8223781 140734268057392 18446744073709551615 6539298 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15148/statm: 21619 19906 589 984 0 20632 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 86476

[startup+522.301 s]
/proc/loadavg: 1.00 0.99 0.98 2/106 15163
/proc/meminfo: memFree=1707096/2059040 swapFree=4164960/4192956
[pid=15148] ppid=15146 vsize=88920 CPUtime=522.15
/proc/15148/stat : 15148 (pbscip.linux.x8) R 15146 15148 13804 0 -1 4202496 960543 0 0 0 51590 625 0 0 25 0 1 0 6724458 91054080 20440 1992294400 4194304 8223781 140734268057392 18446744073709551615 6539325 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15148/statm: 22230 20440 589 984 0 21243 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 88920

[startup+582.301 s]
/proc/loadavg: 1.00 0.99 0.98 2/106 15164
/proc/meminfo: memFree=1705236/2059040 swapFree=4164960/4192956
[pid=15148] ppid=15146 vsize=90296 CPUtime=582.13
/proc/15148/stat : 15148 (pbscip.linux.x8) R 15146 15148 13804 0 -1 4202496 1163521 0 0 0 57490 723 0 0 25 0 1 0 6724458 92463104 20846 1992294400 4194304 8223781 140734268057392 18446744073709551615 6568376 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15148/statm: 22574 20846 594 984 0 21587 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 90296

[startup+642.301 s]
/proc/loadavg: 1.00 0.99 0.98 2/106 15165
/proc/meminfo: memFree=1704368/2059040 swapFree=4164960/4192956
[pid=15148] ppid=15146 vsize=90872 CPUtime=642.12
/proc/15148/stat : 15148 (pbscip.linux.x8) R 15146 15148 13804 0 -1 4202496 1361095 0 0 0 63393 819 0 0 25 0 1 0 6724458 93052928 20999 1992294400 4194304 8223781 140734268057392 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15148/statm: 22718 20999 589 984 0 21731 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 90872

[startup+702.3 s]

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

[startup+882.301 s]
/proc/loadavg: 1.00 0.99 0.98 2/106 15172
/proc/meminfo: memFree=1701144/2059040 swapFree=4164960/4192956
[pid=15148] ppid=15146 vsize=94288 CPUtime=882.04
/proc/15148/stat : 15148 (pbscip.linux.x8) R 15146 15148 13804 0 -1 4202496 2118357 0 0 0 87003 1201 0 0 25 0 1 0 6724458 96550912 21789 1992294400 4194304 8223781 140734268057392 18446744073709551615 6569937 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15148/statm: 23572 21789 589 984 0 22585 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 94288

[startup+942.301 s]
/proc/loadavg: 1.00 0.99 0.98 2/106 15173
/proc/meminfo: memFree=1701020/2059040 swapFree=4164960/4192956
[pid=15148] ppid=15146 vsize=94972 CPUtime=942.03
/proc/15148/stat : 15148 (pbscip.linux.x8) R 15146 15148 13804 0 -1 4202496 2326512 0 0 0 92904 1299 0 0 25 0 1 0 6724458 97251328 21897 1992294400 4194304 8223781 140734268057392 18446744073709551615 6614327 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15148/statm: 23743 21897 589 984 0 22756 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 94972

[startup+1002.3 s]
/proc/loadavg: 1.00 0.99 0.98 2/106 15175
/proc/meminfo: memFree=1700028/2059040 swapFree=4164960/4192956
[pid=15148] ppid=15146 vsize=95456 CPUtime=1002.02
/proc/15148/stat : 15148 (pbscip.linux.x8) R 15146 15148 13804 0 -1 4202496 2529390 0 0 0 98808 1394 0 0 25 0 1 0 6724458 97746944 22037 1992294400 4194304 8223781 140734268057392 18446744073709551615 6592547 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15148/statm: 23864 22038 589 984 0 22877 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 95456

[startup+1062.3 s]
/proc/loadavg: 1.00 0.99 0.98 2/106 15177
/proc/meminfo: memFree=1698912/2059040 swapFree=4164960/4192956
[pid=15148] ppid=15146 vsize=96576 CPUtime=1062
/proc/15148/stat : 15148 (pbscip.linux.x8) R 15146 15148 13804 0 -1 4202496 2736390 0 0 0 104708 1492 0 0 25 0 1 0 6724458 98893824 22355 1992294400 4194304 8223781 140734268057392 18446744073709551615 6539325 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15148/statm: 24144 22355 589 984 0 23157 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 96576

[startup+1122.3 s]
/proc/loadavg: 1.00 0.99 0.98 2/106 15179
/proc/meminfo: memFree=1698044/2059040 swapFree=4164960/4192956
[pid=15148] ppid=15146 vsize=97496 CPUtime=1121.98
/proc/15148/stat : 15148 (pbscip.linux.x8) R 15146 15148 13804 0 -1 4202496 2951133 0 0 0 110604 1594 0 0 25 0 1 0 6724458 99835904 22550 1992294400 4194304 8223781 140734268057392 18446744073709551615 6250742 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15148/statm: 24374 22550 589 984 0 23387 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 97496

[startup+1182.3 s]
/proc/loadavg: 1.00 0.99 0.98 2/106 15179
/proc/meminfo: memFree=1697300/2059040 swapFree=4164960/4192956
[pid=15148] ppid=15146 vsize=98180 CPUtime=1181.97
/proc/15148/stat : 15148 (pbscip.linux.x8) R 15146 15148 13804 0 -1 4202496 3179142 0 0 0 116496 1701 0 0 25 0 1 0 6724458 100536320 22694 1992294400 4194304 8223781 140734268057392 18446744073709551615 6568395 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15148/statm: 24545 22694 601 984 0 23558 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 98180

[startup+1242.3 s]
/proc/loadavg: 1.00 0.99 0.98 2/106 15181
/proc/meminfo: memFree=1694076/2059040 swapFree=4164960/4192956
[pid=15148] ppid=15146 vsize=100444 CPUtime=1241.95
/proc/15148/stat : 15148 (pbscip.linux.x8) R 15146 15148 13804 0 -1 4202496 3403313 0 0 0 122389 1806 0 0 25 0 1 0 6724458 102854656 23468 1992294400 4194304 8223781 140734268057392 18446744073709551615 6563023 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15148/statm: 25111 23468 601 984 0 24124 0
Current children cumulated CPU time (s) 1241.95
Current children cumulated vsize (KiB) 100444

[startup+1302.3 s]
/proc/loadavg: 1.00 0.99 0.98 2/106 15186
/proc/meminfo: memFree=1693952/2059040 swapFree=4164960/4192956
[pid=15148] ppid=15146 vsize=100972 CPUtime=1301.95
/proc/15148/stat : 15148 (pbscip.linux.x8) R 15146 15148 13804 0 -1 4202496 3610961 0 0 0 128288 1907 0 0 25 0 1 0 6724458 103395328 23381 1992294400 4194304 8223781 140734268057392 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15148/statm: 25243 23381 601 984 0 24256 0
Current children cumulated CPU time (s) 1301.95
Current children cumulated vsize (KiB) 100972

[startup+1362.3 s]
/proc/loadavg: 1.00 0.99 0.98 2/106 15188
/proc/meminfo: memFree=1693580/2059040 swapFree=4164960/4192956
[pid=15148] ppid=15146 vsize=101740 CPUtime=1361.92
/proc/15148/stat : 15148 (pbscip.linux.x8) R 15146 15148 13804 0 -1 4202496 3807489 0 0 0 134191 2001 0 0 25 0 1 0 6724458 104181760 23512 1992294400 4194304 8223781 140734268057392 18446744073709551615 6567161 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15148/statm: 25435 23512 601 984 0 24448 0
Current children cumulated CPU time (s) 1361.92
Current children cumulated vsize (KiB) 101740

[startup+1422.31 s]
/proc/loadavg: 1.00 0.99 0.98 2/106 15190
/proc/meminfo: memFree=1693332/2059040 swapFree=4164960/4192956
[pid=15148] ppid=15146 vsize=101908 CPUtime=1421.91
/proc/15148/stat : 15148 (pbscip.linux.x8) R 15146 15148 13804 0 -1 4202496 4008678 0 0 0 140096 2095 0 0 25 0 1 0 6724458 104353792 23579 1992294400 4194304 8223781 140734268057392 18446744073709551615 6569990 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15148/statm: 25477 23579 601 984 0 24490 0
Current children cumulated CPU time (s) 1421.91
Current children cumulated vsize (KiB) 101908

[startup+1482.3 s]
/proc/loadavg: 1.00 0.99 0.98 2/106 15190
/proc/meminfo: memFree=1692588/2059040 swapFree=4164960/4192956
[pid=15148] ppid=15146 vsize=102476 CPUtime=1481.88
/proc/15148/stat : 15148 (pbscip.linux.x8) R 15146 15148 13804 0 -1 4202496 4200129 0 0 0 146002 2186 0 0 25 0 1 0 6724458 104935424 23764 1992294400 4194304 8223781 140734268057392 18446744073709551615 6446822 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15148/statm: 25619 23764 601 984 0 24632 0
Current children cumulated CPU time (s) 1481.88
Current children cumulated vsize (KiB) 102476

[startup+1542.3 s]
/proc/loadavg: 1.00 0.99 0.98 2/106 15192
/proc/meminfo: memFree=1692340/2059040 swapFree=4164960/4192956
[pid=15148] ppid=15146 vsize=102560 CPUtime=1541.87
/proc/15148/stat : 15148 (pbscip.linux.x8) R 15146 15148 13804 0 -1 4202496 4381058 0 0 0 151912 2275 0 0 25 0 1 0 6724458 105021440 23824 1992294400 4194304 8223781 140734268057392 18446744073709551615 6304602 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15148/statm: 25640 23824 601 984 0 24653 0
Current children cumulated CPU time (s) 1541.87
Current children cumulated vsize (KiB) 102560

[startup+1602.3 s]
/proc/loadavg: 1.00 0.99 0.98 2/106 15194
/proc/meminfo: memFree=1691100/2059040 swapFree=4164960/4192956
[pid=15148] ppid=15146 vsize=103980 CPUtime=1601.86
/proc/15148/stat : 15148 (pbscip.linux.x8) R 15146 15148 13804 0 -1 4202496 4595902 0 0 0 157810 2376 0 0 25 0 1 0 6724458 106475520 24145 1992294400 4194304 8223781 140734268057392 18446744073709551615 6536502 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15148/statm: 25995 24145 601 984 0 25008 0
Current children cumulated CPU time (s) 1601.86
Current children cumulated vsize (KiB) 103980

[startup+1662.3 s]
/proc/loadavg: 1.00 0.99 0.98 2/106 15196
/proc/meminfo: memFree=1690356/2059040 swapFree=4164960/4192956
[pid=15148] ppid=15146 vsize=104680 CPUtime=1661.84
/proc/15148/stat : 15148 (pbscip.linux.x8) R 15146 15148 13804 0 -1 4202496 4807284 0 0 0 163703 2481 0 0 25 0 1 0 6724458 107192320 24321 1992294400 4194304 8223781 140734268057392 18446744073709551615 7253477 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15148/statm: 26170 24321 601 984 0 25183 0
Current children cumulated CPU time (s) 1661.84
Current children cumulated vsize (KiB) 104680

[startup+1722.3 s]
/proc/loadavg: 1.00 0.99 0.98 2/106 15198
/proc/meminfo: memFree=1689240/2059040 swapFree=4164960/4192956
[pid=15148] ppid=15146 vsize=106012 CPUtime=1721.83
/proc/15148/stat : 15148 (pbscip.linux.x8) R 15146 15148 13804 0 -1 4202496 5021055 0 0 0 169604 2579 0 0 25 0 1 0 6724458 108556288 24619 1992294400 4194304 8223781 140734268057392 18446744073709551615 6539610 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15148/statm: 26503 24619 601 984 0 25516 0
Current children cumulated CPU time (s) 1721.83
Current children cumulated vsize (KiB) 106012

[startup+1782.3 s]
/proc/loadavg: 1.00 0.99 0.98 2/106 15198
/proc/meminfo: memFree=1688000/2059040 swapFree=4164960/4192956
[pid=15148] ppid=15146 vsize=107044 CPUtime=1781.81
/proc/15148/stat : 15148 (pbscip.linux.x8) R 15146 15148 13804 0 -1 4202496 5230132 0 0 0 175499 2682 0 0 25 0 1 0 6724458 109613056 25004 1992294400 4194304 8223781 140734268057392 18446744073709551615 6568478 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15148/statm: 26761 25004 607 984 0 25774 0
Current children cumulated CPU time (s) 1781.81
Current children cumulated vsize (KiB) 107044



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 1.00 0.99 0.98 2/106 15200
/proc/meminfo: memFree=1688124/2059040 swapFree=4164960/4192956
[pid=15148] ppid=15146 vsize=106940 CPUtime=1800.01
/proc/15148/stat : 15148 (pbscip.linux.x8) R 15146 15148 13804 0 -1 4202496 5297109 0 0 0 177286 2715 0 0 25 0 1 0 6724458 109506560 24850 1992294400 4194304 8223781 140734268057392 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15148/statm: 26735 24850 601 984 0 25748 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 106940

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

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

[startup+1800.61 s]
/proc/loadavg: 1.00 0.99 0.98 2/107 15201
/proc/meminfo: memFree=1689356/2059040 swapFree=4164960/4192956
[pid=15148] ppid=15146 vsize=105360 CPUtime=1800.12
/proc/15148/stat : 15148 (pbscip.linux.x8) R 15146 15148 13804 0 -1 4202496 5297795 0 0 0 177297 2715 0 0 25 0 1 0 6724458 107888640 24474 1992294400 4194304 8223781 140734268057392 18446744073709551615 6206490 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/15148/statm: 26340 24474 603 984 0 25353 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 105360

Child status: 0
Real time (s): 1800.68
CPU time (s): 1800.19
CPU user time (s): 1773.03
CPU system time (s): 27.1679
CPU usage (%): 99.9729
Max. virtual memory (cumulated for all children) (KiB): 125536

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

runsolver used 2.97355 second user time and 8.51071 second system time

The end

Launcher Data

Begin job on node087 at 2010-06-16 04:11:49
IDJOB=2666615
IDBENCH=48128
IDSOLVER=1169
FILE ID=node087/2666615-1276654309
PBS_JOBID= 11172429
Free space on /tmp= 62556 MiB

SOLVER NAME= SCIPspx SCIP 1.2.1.2 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_1.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-2666615-1276654309/watcher-2666615-1276654309 -o /tmp/evaluation-result-2666615-1276654309/solver-2666615-1276654309 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2666615-1276654309.opb -t 1800 -m 1800

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

MD5SUM BENCH= 88e7a647c6e46a38e952354158b1fb76
RANDOM SEED=811651017

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1788108 kB
Buffers:         37452 kB
Cached:         124872 kB
SwapCached:       1016 kB
Active:          96024 kB
Inactive:        99360 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1788108 kB
SwapTotal:     4192956 kB
SwapFree:      4164960 kB
Dirty:            4608 kB
Writeback:           0 kB
AnonPages:       32004 kB
Mapped:          14652 kB
Slab:            53828 kB
PageTables:       4000 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181748 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= 62548 MiB
End job on node087 at 2010-06-16 04:41:52