Trace number 2666619

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)17 1800.23 1800.62

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.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-2666619-1276654997.opb>
0.07/0.08	c original problem has 6460 variables (6460 bin, 0 int, 0 impl, 0 cont) and 6460 constraints
0.07/0.08	c problem read
0.07/0.08	c presolving settings loaded
0.09/0.16	c presolving:
0.59/0.65	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
1.00/1.09	c    (0.8s) probing: 101/6460 (1.6%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
1.00/1.09	c    (0.8s) probing aborted: 100/100 successive totally useless probings
1.00/1.09	c presolving (2 rounds):
1.00/1.09	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
1.00/1.09	c  421224 implications, 0 cliques
1.00/1.09	c presolved problem has 6460 variables (6460 bin, 0 int, 0 impl, 0 cont) and 6460 constraints
1.00/1.09	c    6260 constraints of type <and>
1.00/1.09	c     200 constraints of type <logicor>
1.00/1.09	c transformed objective value is always integral (scale: 1)
1.00/1.09	c Presolving Time: 0.77
1.00/1.09	c - non default parameters ----------------------------------------------------------------------
1.00/1.09	c # SCIP version 1.2.1.2
1.00/1.09	c 
1.00/1.09	c # frequency for displaying node information lines
1.00/1.09	c # [type: int, range: [-1,2147483647], default: 100]
1.00/1.09	c display/freq = 10000
1.00/1.09	c 
1.00/1.09	c # maximal time in seconds to run
1.00/1.09	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.00/1.09	c limits/time = 1799.93
1.00/1.09	c 
1.00/1.09	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
1.00/1.09	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.00/1.09	c limits/memory = 1620
1.00/1.09	c 
1.00/1.09	c # should presolving try to simplify inequalities
1.00/1.09	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.00/1.09	c constraints/linear/simplifyinequalities = TRUE
1.00/1.09	c 
1.00/1.09	c # should presolving try to simplify knapsacks
1.00/1.09	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.00/1.09	c constraints/knapsack/simplifyinequalities = TRUE
1.00/1.09	c 
1.00/1.09	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
1.00/1.09	c # [type: int, range: [-1,2147483647], default: -1]
1.00/1.09	c heuristics/undercover/freq = 0
1.00/1.09	c 
1.00/1.09	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
1.00/1.09	c # [type: int, range: [-1,2147483647], default: -1]
1.00/1.09	c separating/rapidlearning/freq = 0
1.00/1.09	c 
1.00/1.09	c -----------------------------------------------------------------------------------------------
1.00/1.09	c start solving
1.00/1.10	c 
1.19/1.27	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.27	c   1.0s|     1 |     0 |   400 |     - |  39M|   0 | 400 |6460 |6460 |6460 |  12k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.29/1.30	o 24
1.29/1.30	c s 1.0s|     1 |     0 |   400 |     - |  39M|   0 | 400 |6460 |6460 |6460 |  12k|   0 |   0 |   0 | 0.000000e+00 | 2.400000e+01 |    Inf 
4.30/4.37	c   3.7s|     1 |     0 |  1000 |     - |  39M|   0 | 400 |6460 |6460 |6460 |  13k| 402 |   0 |   0 | 0.000000e+00 | 2.400000e+01 |    Inf 
5.69/5.73	c   5.0s|     1 |     0 |  1600 |     - |  39M|   0 | 400 |6460 |6460 |6460 |  13k| 804 |   0 |   0 | 0.000000e+00 | 2.400000e+01 |    Inf 
5.69/5.76	o 23
5.69/5.76	c s 5.0s|     1 |     0 |  1600 |     - |  39M|   0 | 400 |6460 |6460 |6460 |  13k| 804 |   0 |   0 | 0.000000e+00 | 2.300000e+01 |    Inf 
7.09/7.13	c   6.4s|     1 |     0 |  2200 |     - |  40M|   0 | 400 |6460 |6460 |6460 |  13k|1204 |   0 |   0 | 0.000000e+00 | 2.300000e+01 |    Inf 
7.09/7.16	o 18
7.09/7.16	c s 6.4s|     1 |     0 |  2200 |     - |  40M|   0 | 400 |6460 |6460 |6460 |  13k|1204 |   0 |   0 | 0.000000e+00 | 1.800000e+01 |    Inf 
8.49/8.58	c   7.8s|     1 |     0 |  2800 |     - |  40M|   0 | 400 |6460 |6460 |6460 |  14k|1606 |   0 |   0 | 0.000000e+00 | 1.800000e+01 |    Inf 
9.99/10.08	c   9.3s|     1 |     0 |  3401 |     - |  40M|   0 | 400 |6460 |6460 |6460 |  14k|2011 |   0 |   0 | 0.000000e+00 | 1.800000e+01 |    Inf 
11.69/11.77	c  11.0s|     1 |     0 |  4002 |     - |  40M|   0 | 400 |6460 |6460 |6460 |  15k|2412 |   0 |   0 | 0.000000e+00 | 1.800000e+01 |    Inf 
11.79/11.80	o 17
11.79/11.80	c s11.0s|     1 |     0 |  4002 |     - |  40M|   0 | 400 |6460 |6460 |6460 |  15k|2412 |   0 |   0 | 0.000000e+00 | 1.700000e+01 |    Inf 
13.39/13.43	c  12.6s|     1 |     2 |  4002 |     - |  40M|   0 | 400 |6460 |6460 |6460 |  15k|2412 |   0 |  19 | 0.000000e+00 | 1.700000e+01 |    Inf 
1800.01/1800.40	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.01/1800.47	c 
1800.01/1800.47	c SCIP Status        : solving was interrupted [user interrupt]
1800.01/1800.47	c Solving Time (sec) : 1775.50
1800.01/1800.47	c Solving Nodes      : 811
1800.01/1800.47	c Primal Bound       : +1.70000000000000e+01 (4 solutions)
1800.01/1800.47	c Dual Bound         : +6.80839142548393e+00
1800.01/1800.47	c Gap                : 149.69 %
1800.01/1800.49	s SATISFIABLE
1800.01/1800.49	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.49	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.49	v -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 
1800.01/1800.49	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.49	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.49	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.49	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.49	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 
1800.01/1800.49	v -x19 -x18 -x17 x16 -x15 x14 x13 -x12 -x11 x10 x9 x8 x7 x6 x5 x4 x3 x2 x1 
1800.01/1800.49	c SCIP Status        : solving was interrupted [user interrupt]
1800.01/1800.49	c Solving Time       :    1775.50
1800.01/1800.49	c Original Problem   :
1800.01/1800.49	c   Problem name     : HOME/instance-2666619-1276654997.opb
1800.01/1800.49	c   Variables        : 6460 (6460 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.01/1800.49	c   Constraints      : 6460 initial, 6460 maximal
1800.01/1800.49	c Presolved Problem  :
1800.01/1800.49	c   Problem name     : t_HOME/instance-2666619-1276654997.opb
1800.01/1800.49	c   Variables        : 6460 (6460 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.01/1800.49	c   Constraints      : 6460 initial, 6479 maximal
1800.01/1800.49	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.01/1800.49	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.49	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.49	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.49	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.49	c   implics          :       0.01          0          0          0          0          0          0          0          0
1800.01/1800.49	c   probing          :       0.23          0          0          0          0          0          0          0          0
1800.01/1800.49	c   and              :       0.47          0          0          0          0          0          0          0          0
1800.01/1800.49	c   logicor          :       0.01          0          0          0          0          0          0          0          0
1800.01/1800.49	c   root node        :          -          0          -          -          0          -          -          -          -
1800.01/1800.49	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.01/1800.49	c   integral         :          0          0          0        811          0          0          0          0          0       1622
1800.01/1800.49	c   and              :       6260       3842      24221          0          0          5      37985     178393          0          0
1800.01/1800.49	c   logicor          :        200+         6       6811          0          0          1          0          0          0          0
1800.01/1800.49	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.01/1800.49	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.01/1800.49	c   integral         :     481.57       0.00       0.00     481.57       0.00
1800.01/1800.49	c   and              :      37.81      27.26      10.55       0.00       0.00
1800.01/1800.49	c   logicor          :       0.17       0.00       0.17       0.00       0.00
1800.01/1800.49	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.01/1800.49	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.01/1800.49	c   vbounds          :       0.02          2          0          0
1800.01/1800.49	c   rootredcost      :       0.02          1          0          0
1800.01/1800.49	c   pseudoobj        :       0.68      24068          2          0
1800.01/1800.49	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.01/1800.49	c   propagation      :       0.00          8          8         19       47.5          0        0.0          -
1800.01/1800.49	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.01/1800.49	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.01/1800.49	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.01/1800.49	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.01/1800.49	c   applied globally :          -          -          -         19       47.5          -          -          -
1800.01/1800.49	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.01/1800.49	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.01/1800.49	c   cut pool         :       0.00          5          -          -          0          -    (maximal pool size: 2412)
1800.01/1800.49	c   redcost          :       2.71       3842          0          0          0          0
1800.01/1800.49	c   impliedbounds    :       0.04          6          0          0       2400          0
1800.01/1800.49	c   intobj           :       0.00          0          0          0          0          0
1800.01/1800.49	c   cgmip            :       0.00          0          0          0          0          0
1800.01/1800.49	c   gomory           :       0.86          6          0          0       3000          0
1800.01/1800.49	c   strongcg         :       0.87          6          0          0       3000          0
1800.01/1800.49	c   cmir             :       4.31          6          0          0       2400          0
1800.01/1800.49	c   flowcover        :       1.02          6          0          0          0          0
1800.01/1800.49	c   clique           :       0.44          6          0          0         12          0
1800.01/1800.49	c   zerohalf         :       0.00          0          0          0          0          0
1800.01/1800.49	c   mcf              :       0.02          1          0          0          0          0
1800.01/1800.49	c   rapidlearning    :       1.02          1          0          0          0          0
1800.01/1800.49	c Pricers            :       Time      Calls       Vars
1800.01/1800.49	c   problem variables:       0.00          0          0
1800.01/1800.49	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.01/1800.49	c   relpscost        :     481.56        811          0          0          0          0       1622
1800.01/1800.49	c   pscost           :       0.00          0          0          0          0          0          0
1800.01/1800.49	c   inference        :       0.00          0          0          0          0          0          0
1800.01/1800.49	c   mostinf          :       0.00          0          0          0          0          0          0
1800.01/1800.49	c   leastinf         :       0.00          0          0          0          0          0          0
1800.01/1800.49	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.01/1800.49	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.01/1800.49	c   random           :       0.00          0          0          0          0          0          0
1800.01/1800.49	c Primal Heuristics  :       Time      Calls      Found
1800.01/1800.49	c   LP solutions     :       0.00          -          0
1800.01/1800.49	c   pseudo solutions :       0.00          -          0
1800.01/1800.49	c   oneopt           :       0.03          4          0
1800.01/1800.49	c   crossover        :       0.46          2          0
1800.01/1800.49	c   trivial          :       0.03          2          0
1800.01/1800.49	c   simplerounding   :       0.02          0          0
1800.01/1800.49	c   zirounding       :       1.16        811          0
1800.01/1800.49	c   rounding         :       6.59        899          0
1800.01/1800.49	c   shifting         :       5.87        569          4
1800.01/1800.49	c   intshifting      :       0.00          0          0
1800.01/1800.49	c   twoopt           :       0.00          0          0
1800.01/1800.49	c   fixandinfer      :       0.00          0          0
1800.01/1800.49	c   feaspump         :       0.00          0          0
1800.01/1800.49	c   coefdiving       :      67.21         18          0
1800.01/1800.49	c   pscostdiving     :      85.37         12          0
1800.01/1800.49	c   fracdiving       :      83.06         14          0
1800.01/1800.49	c   veclendiving     :      52.10         34          0
1800.01/1800.49	c   intdiving        :       0.00          0          0
1800.01/1800.49	c   actconsdiving    :       0.00          0          0
1800.01/1800.49	c   objpscostdiving  :      52.40          2          0
1800.01/1800.49	c   rootsoldiving    :      16.42          7          0
1800.01/1800.49	c   linesearchdiving :      85.71         16          0
1800.01/1800.49	c   guideddiving     :      88.21         13          0
1800.01/1800.49	c   octane           :       0.00          0          0
1800.01/1800.49	c   rens             :       0.54          1          0
1800.01/1800.49	c   rins             :       0.00          0          0
1800.01/1800.49	c   localbranching   :       0.00          0          0
1800.01/1800.49	c   mutation         :       0.00          0          0
1800.01/1800.49	c   dins             :       0.00          0          0
1800.01/1800.49	c   undercover       :       0.01          1          0
1800.01/1800.49	c   nlp              :       0.00          0          0
1800.01/1800.49	c   trysol           :       0.01          0          0
1800.01/1800.49	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.01/1800.49	c   primal LP        :       6.83          0          0       0.00       0.00
1800.01/1800.49	c   dual LP          :     668.73       4533     522403     115.24     781.19
1800.01/1800.49	c   lex dual LP      :       0.00          0          0       0.00          -
1800.01/1800.49	c   barrier LP       :       0.00          0          0       0.00          -
1800.01/1800.49	c   diving/probing LP:     464.95      11179     305324      27.31     656.68
1800.01/1800.49	c   strong branching :     480.17       2738     362225     132.30     754.37
1800.01/1800.49	c     (at root node) :          -         19        961      50.58          -
1800.01/1800.49	c   conflict analysis:       0.00          0          0       0.00          -
1800.01/1800.49	c B&B Tree           :
1800.01/1800.49	c   number of runs   :          1
1800.01/1800.49	c   nodes            :        811
1800.01/1800.49	c   nodes (total)    :        811
1800.01/1800.49	c   nodes left       :        812
1800.01/1800.49	c   max depth        :         42
1800.01/1800.49	c   max depth (total):         42
1800.01/1800.49	c   backtracks       :        188 (23.2%)
1800.01/1800.49	c   delayed cutoffs  :          0
1800.01/1800.49	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1800.01/1800.49	c   avg switch length:       5.26
1800.01/1800.49	c   switching time   :       8.10
1800.01/1800.49	c Solution           :
1800.01/1800.49	c   Solutions found  :          4 (4 improvements)
1800.01/1800.49	c   First Solution   : +2.40000000000000e+01   (in run 1, after 1 nodes, 0.97 seconds, depth 0, found by <shifting>)
1800.01/1800.49	c   Primal Bound     : +1.70000000000000e+01   (in run 1, after 1 nodes, 10.97 seconds, depth 0, found by <shifting>)
1800.01/1800.49	c   Dual Bound       : +6.80839142548393e+00
1800.01/1800.49	c   Gap              :     149.69 %
1800.01/1800.49	c   Root Dual Bound  : +0.00000000000000e+00
1800.01/1800.49	c   Root Iterations  :       4002
1800.21/1800.61	c Time complete: 1800.22.

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-2666619-1276654997/watcher-2666619-1276654997 -o /tmp/evaluation-result-2666619-1276654997/solver-2666619-1276654997 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2666619-1276654997.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 13751
/proc/meminfo: memFree=1747216/2059040 swapFree=4192956/4192956
[pid=13751] ppid=13749 vsize=7724 CPUtime=0
/proc/13751/stat : 13751 (pbscip.linux.x8) R 13749 13751 12166 0 -1 4202496 1106 0 0 0 0 0 0 0 18 0 1 0 6795086 7909376 1026 1992294400 4194304 8223781 140736558554432 18446744073709551615 7253477 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13751/statm: 1931 1036 348 984 0 944 0

[startup+0.0794949 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 13751
/proc/meminfo: memFree=1747216/2059040 swapFree=4192956/4192956
[pid=13751] ppid=13749 vsize=16536 CPUtime=0.07
/proc/13751/stat : 13751 (pbscip.linux.x8) R 13749 13751 12166 0 -1 4202496 3422 0 0 0 6 1 0 0 20 0 1 0 6795086 16932864 3342 1992294400 4194304 8223781 140736558554432 18446744073709551615 6207260 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13751/statm: 4134 3342 366 984 0 3147 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16536

[startup+0.100495 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 13751
/proc/meminfo: memFree=1747216/2059040 swapFree=4192956/4192956
[pid=13751] ppid=13749 vsize=23224 CPUtime=0.09
/proc/13751/stat : 13751 (pbscip.linux.x8) R 13749 13751 12166 0 -1 4202496 5411 0 0 0 7 2 0 0 20 0 1 0 6795086 23781376 4967 1992294400 4194304 8223781 140736558554432 18446744073709551615 4520367 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13751/statm: 5806 4967 383 984 0 4819 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23224

[startup+0.300507 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 13751
/proc/meminfo: memFree=1747216/2059040 swapFree=4192956/4192956
[pid=13751] ppid=13749 vsize=39756 CPUtime=0.29
/proc/13751/stat : 13751 (pbscip.linux.x8) R 13749 13751 12166 0 -1 4202496 9232 0 0 0 26 3 0 0 20 0 1 0 6795086 40710144 8788 1992294400 4194304 8223781 140736558554432 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13751/statm: 9939 8788 427 984 0 8952 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 39756

[startup+0.700533 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 13751
/proc/meminfo: memFree=1747216/2059040 swapFree=4192956/4192956
[pid=13751] ppid=13749 vsize=47044 CPUtime=0.69
/proc/13751/stat : 13751 (pbscip.linux.x8) R 13749 13751 12166 0 -1 4202496 12113 0 0 0 54 15 0 0 20 0 1 0 6795086 48173056 10641 1992294400 4194304 8223781 140736558554432 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13751/statm: 11761 10641 447 984 0 10774 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 47044

[startup+1.50059 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 13752
/proc/meminfo: memFree=1705048/2059040 swapFree=4192956/4192956
[pid=13751] ppid=13749 vsize=73372 CPUtime=1.49
/proc/13751/stat : 13751 (pbscip.linux.x8) R 13749 13751 12166 0 -1 4202496 21358 0 0 0 123 26 0 0 23 0 1 0 6795086 75132928 17035 1992294400 4194304 8223781 140736558554432 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13751/statm: 18343 17035 555 984 0 17356 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 73372

[startup+3.10069 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 13752
/proc/meminfo: memFree=1680620/2059040 swapFree=4192956/4192956
[pid=13751] ppid=13749 vsize=102100 CPUtime=3.09
/proc/13751/stat : 13751 (pbscip.linux.x8) R 13749 13751 12166 0 -1 4202496 28132 0 0 0 266 43 0 0 25 0 1 0 6795086 104550400 23648 1992294400 4194304 8223781 140736558554432 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13751/statm: 25525 23648 577 984 0 24538 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 102100

[startup+6.30189 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 13752
/proc/meminfo: memFree=1675412/2059040 swapFree=4192956/4192956
[pid=13751] ppid=13749 vsize=80292 CPUtime=6.29
/proc/13751/stat : 13751 (pbscip.linux.x8) R 13749 13751 12166 0 -1 4202496 31956 0 0 0 563 66 0 0 25 0 1 0 6795086 82219008 18676 1992294400 4194304 8223781 140736558554432 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13751/statm: 20073 18676 589 984 0 19086 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 80292

[startup+12.7013 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 13752
/proc/meminfo: memFree=1639700/2059040 swapFree=4192956/4192956
[pid=13751] ppid=13749 vsize=83364 CPUtime=12.69
/proc/13751/stat : 13751 (pbscip.linux.x8) R 13749 13751 12166 0 -1 4202496 42936 0 0 0 1190 79 0 0 25 0 1 0 6795086 85364736 19314 1992294400 4194304 8223781 140736558554432 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13751/statm: 20841 19314 586 984 0 19854 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 83364

[startup+25.5011 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 13752
/proc/meminfo: memFree=1671692/2059040 swapFree=4192956/4192956
[pid=13751] ppid=13749 vsize=82864 CPUtime=25.49
/proc/13751/stat : 13751 (pbscip.linux.x8) R 13749 13751 12166 0 -1 4202496 72147 0 0 0 2449 100 0 0 25 0 1 0 6795086 84852736 19226 1992294400 4194304 8223781 140736558554432 18446744073709551615 6567387 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13751/statm: 20716 19226 587 984 0 19729 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 82864

[startup+51.1008 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 13752
/proc/meminfo: memFree=1671444/2059040 swapFree=4192956/4192956
[pid=13751] ppid=13749 vsize=83376 CPUtime=51.08
/proc/13751/stat : 13751 (pbscip.linux.x8) R 13749 13751 12166 0 -1 4202496 133941 0 0 0 4970 138 0 0 25 0 1 0 6795086 85377024 19389 1992294400 4194304 8223781 140736558554432 18446744073709551615 6563197 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13751/statm: 20844 19389 589 984 0 19857 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 83376

[startup+102.308 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 13754
/proc/meminfo: memFree=1671072/2059040 swapFree=4192956/4192956
[pid=13751] ppid=13749 vsize=84196 CPUtime=102.27
/proc/13751/stat : 13751 (pbscip.linux.x8) R 13749 13751 12166 0 -1 4202496 219834 0 0 0 10030 197 0 0 25 0 1 0 6795086 86216704 19389 1992294400 4194304 8223781 140736558554432 18446744073709551615 6539244 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13751/statm: 21049 19389 589 984 0 20062 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 84196

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 13756
/proc/meminfo: memFree=1669708/2059040 swapFree=4192956/4192956
[pid=13751] ppid=13749 vsize=85848 CPUtime=162.25
/proc/13751/stat : 13751 (pbscip.linux.x8) R 13749 13751 12166 0 -1 4202496 362401 0 0 0 15941 284 0 0 25 0 1 0 6795086 87908352 19735 1992294400 4194304 8223781 140736558554432 18446744073709551615 6568466 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13751/statm: 21462 19735 589 984 0 20475 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 85848

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 13758
/proc/meminfo: memFree=1668344/2059040 swapFree=4192956/4192956
[pid=13751] ppid=13749 vsize=86744 CPUtime=222.24
/proc/13751/stat : 13751 (pbscip.linux.x8) R 13749 13751 12166 0 -1 4202496 526738 0 0 0 21854 370 0 0 25 0 1 0 6795086 88825856 20056 1992294400 4194304 8223781 140736558554432 18446744073709551615 5893835 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13751/statm: 21686 20056 589 984 0 20699 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 86744

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 13758
/proc/meminfo: memFree=1667228/2059040 swapFree=4192956/4192956
[pid=13751] ppid=13749 vsize=88136 CPUtime=282.23
/proc/13751/stat : 13751 (pbscip.linux.x8) R 13749 13751 12166 0 -1 4202496 715454 0 0 0 27757 466 0 0 25 0 1 0 6795086 90251264 20327 1992294400 4194304 8223781 140736558554432 18446744073709551615 6482659 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13751/statm: 22034 20327 589 984 0 21047 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 88136

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 13760
/proc/meminfo: memFree=1666608/2059040 swapFree=4192956/4192956
[pid=13751] ppid=13749 vsize=89160 CPUtime=342.22
/proc/13751/stat : 13751 (pbscip.linux.x8) R 13749 13751 12166 0 -1 4202496 878380 0 0 0 33668 554 0 0 25 0 1 0 6795086 91299840 20569 1992294400 4194304 8223781 140736558554432 18446744073709551615 6590755 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13751/statm: 22290 20569 589 984 0 21303 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 89160

[startup+402.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 13762
/proc/meminfo: memFree=1665492/2059040 swapFree=4192956/4192956
[pid=13751] ppid=13749 vsize=89728 CPUtime=402.2
/proc/13751/stat : 13751 (pbscip.linux.x8) R 13749 13751 12166 0 -1 4202496 1058991 0 0 0 39570 650 0 0 25 0 1 0 6795086 91881472 20804 1992294400 4194304 8223781 140736558554432 18446744073709551615 6539325 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13751/statm: 22432 20804 589 984 0 21445 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 89728

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 13764
/proc/meminfo: memFree=1664500/2059040 swapFree=4192956/4192956
[pid=13751] ppid=13749 vsize=90584 CPUtime=462.19
/proc/13751/stat : 13751 (pbscip.linux.x8) R 13749 13751 12166 0 -1 4202496 1233671 0 0 0 45475 744 0 0 25 0 1 0 6795086 92758016 20982 1992294400 4194304 8223781 140736558554432 18446744073709551615 6539240 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13751/statm: 22646 20982 589 984 0 21659 0
Current children cumulated CPU time (s) 462.19
Current children cumulated vsize (KiB) 90584

[startup+522.301 s]
/proc/loadavg: 1.06 1.02 1.00 2/107 13769
/proc/meminfo: memFree=1663136/2059040 swapFree=4192956/4192956
[pid=13751] ppid=13749 vsize=90328 CPUtime=522.18
/proc/13751/stat : 13751 (pbscip.linux.x8) R 13749 13751 12166 0 -1 4202496 1416252 0 0 0 51376 842 0 0 25 0 1 0 6795086 92495872 20993 1992294400 4194304 8223781 140736558554432 18446744073709551615 6448661 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13751/statm: 22582 20993 589 984 0 21595 0
Current children cumulated CPU time (s) 522.18
Current children cumulated vsize (KiB) 90328

[startup+582.301 s]
/proc/loadavg: 1.02 1.01 1.00 2/107 13769
/proc/meminfo: memFree=1662268/2059040 swapFree=4192956/4192956
[pid=13751] ppid=13749 vsize=92168 CPUtime=582.17
/proc/13751/stat : 13751 (pbscip.linux.x8) R 13749 13751 12166 0 -1 4202496 1621035 0 0 0 57278 939 0 0 25 0 1 0 6795086 94380032 21397 1992294400 4194304 8223781 140736558554432 18446744073709551615 6564643 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13751/statm: 23042 21397 589 984 0 22055 0
Current children cumulated CPU time (s) 582.17
Current children cumulated vsize (KiB) 92168

[startup+642.301 s]
/proc/loadavg: 1.01 1.00 1.00 2/107 13771
/proc/meminfo: memFree=1662144/2059040 swapFree=4192956/4192956
[pid=13751] ppid=13749 vsize=92576 CPUtime=642.16
/proc/13751/stat : 13751 (pbscip.linux.x8) R 13749 13751 12166 0 -1 4202496 1801855 0 0 0 63190 1026 0 0 25 0 1 0 6795086 94797824 21431 1992294400 4194304 8223781 140736558554432 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13751/statm: 23144 21431 589 984 0 22157 0
Current children cumulated CPU time (s) 642.16
Current children cumulated vsize (KiB) 92576

[startup+702.301 s]

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

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 13777
/proc/meminfo: memFree=1657308/2059040 swapFree=4192956/4192956
[pid=13751] ppid=13749 vsize=97484 CPUtime=882.1
/proc/13751/stat : 13751 (pbscip.linux.x8) R 13749 13751 12166 0 -1 4202496 2186517 0 0 0 86944 1266 0 0 25 0 1 0 6795086 99823616 22684 1992294400 4194304 8223781 140736558554432 18446744073709551615 5893835 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13751/statm: 24371 22684 591 984 0 23384 0
Current children cumulated CPU time (s) 882.1
Current children cumulated vsize (KiB) 97484

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 13779
/proc/meminfo: memFree=1657556/2059040 swapFree=4192956/4192956
[pid=13751] ppid=13749 vsize=97024 CPUtime=942.09
/proc/13751/stat : 13751 (pbscip.linux.x8) R 13749 13751 12166 0 -1 4202496 2274645 0 0 0 92889 1320 0 0 25 0 1 0 6795086 99352576 22640 1992294400 4194304 8223781 140736558554432 18446744073709551615 6536502 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13751/statm: 24256 22640 591 984 0 23269 0
Current children cumulated CPU time (s) 942.09
Current children cumulated vsize (KiB) 97024

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 13781
/proc/meminfo: memFree=1656688/2059040 swapFree=4192956/4192956
[pid=13751] ppid=13749 vsize=98012 CPUtime=1002.07
/proc/13751/stat : 13751 (pbscip.linux.x8) R 13749 13751 12166 0 -1 4202496 2404482 0 0 0 98812 1395 0 0 25 0 1 0 6795086 100364288 22772 1992294400 4194304 8223781 140736558554432 18446744073709551615 6090666 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13751/statm: 24503 22772 591 984 0 23516 0
Current children cumulated CPU time (s) 1002.07
Current children cumulated vsize (KiB) 98012

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 13783
/proc/meminfo: memFree=1656688/2059040 swapFree=4192956/4192956
[pid=13751] ppid=13749 vsize=99000 CPUtime=1062.06
/proc/13751/stat : 13751 (pbscip.linux.x8) R 13749 13751 12166 0 -1 4202496 2565546 0 0 0 104724 1482 0 0 25 0 1 0 6795086 101376000 22909 1992294400 4194304 8223781 140736558554432 18446744073709551615 6021511 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13751/statm: 24750 22909 591 984 0 23763 0
Current children cumulated CPU time (s) 1062.06
Current children cumulated vsize (KiB) 99000

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 13785
/proc/meminfo: memFree=1656440/2059040 swapFree=4192956/4192956
[pid=13751] ppid=13749 vsize=98032 CPUtime=1122.05
/proc/13751/stat : 13751 (pbscip.linux.x8) R 13749 13751 12166 0 -1 4202496 2707474 0 0 0 110646 1559 0 0 25 0 1 0 6795086 100384768 22871 1992294400 4194304 8223781 140736558554432 18446744073709551615 6539325 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13751/statm: 24508 22871 591 984 0 23521 0
Current children cumulated CPU time (s) 1122.05
Current children cumulated vsize (KiB) 98032

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 13785
/proc/meminfo: memFree=1656316/2059040 swapFree=4192956/4192956
[pid=13751] ppid=13749 vsize=98940 CPUtime=1182.03
/proc/13751/stat : 13751 (pbscip.linux.x8) R 13749 13751 12166 0 -1 4202496 2875613 0 0 0 116556 1647 0 0 25 0 1 0 6795086 101314560 22967 1992294400 4194304 8223781 140736558554432 18446744073709551615 6568404 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13751/statm: 24735 22967 591 984 0 23748 0
Current children cumulated CPU time (s) 1182.03
Current children cumulated vsize (KiB) 98940

[startup+1242.3 s]
/proc/loadavg: 1.04 1.01 1.00 2/107 13787
/proc/meminfo: memFree=1656316/2059040 swapFree=4192956/4192956
[pid=13751] ppid=13749 vsize=98908 CPUtime=1242.02
/proc/13751/stat : 13751 (pbscip.linux.x8) R 13749 13751 12166 0 -1 4202496 3034950 0 0 0 122472 1730 0 0 25 0 1 0 6795086 101281792 23015 1992294400 4194304 8223781 140736558554432 18446744073709551615 6568380 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13751/statm: 24727 23015 591 984 0 23740 0
Current children cumulated CPU time (s) 1242.02
Current children cumulated vsize (KiB) 98908

[startup+1302.3 s]
/proc/loadavg: 1.06 1.02 1.00 2/107 13789
/proc/meminfo: memFree=1654952/2059040 swapFree=4192956/4192956
[pid=13751] ppid=13749 vsize=100220 CPUtime=1302.02
/proc/13751/stat : 13751 (pbscip.linux.x8) R 13749 13751 12166 0 -1 4202496 3231717 0 0 0 128372 1830 0 0 25 0 1 0 6795086 102625280 23213 1992294400 4194304 8223781 140736558554432 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13751/statm: 25055 23213 591 984 0 24068 0
Current children cumulated CPU time (s) 1302.02
Current children cumulated vsize (KiB) 100220

[startup+1362.3 s]
/proc/loadavg: 1.09 1.05 1.01 2/107 13791
/proc/meminfo: memFree=1654828/2059040 swapFree=4192956/4192956
[pid=13751] ppid=13749 vsize=100496 CPUtime=1362
/proc/13751/stat : 13751 (pbscip.linux.x8) R 13749 13751 12166 0 -1 4202496 3425443 0 0 0 134272 1928 0 0 25 0 1 0 6795086 102907904 23288 1992294400 4194304 8223781 140736558554432 18446744073709551615 6502726 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13751/statm: 25124 23288 591 984 0 24137 0
Current children cumulated CPU time (s) 1362
Current children cumulated vsize (KiB) 100496

[startup+1422.31 s]
/proc/loadavg: 1.03 1.04 1.00 2/107 13793
/proc/meminfo: memFree=1654208/2059040 swapFree=4192956/4192956
[pid=13751] ppid=13749 vsize=100704 CPUtime=1421.99
/proc/13751/stat : 13751 (pbscip.linux.x8) R 13749 13751 12166 0 -1 4202496 3613536 0 0 0 140174 2025 0 0 25 0 1 0 6795086 103120896 23406 1992294400 4194304 8223781 140736558554432 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13751/statm: 25176 23406 591 984 0 24189 0
Current children cumulated CPU time (s) 1421.99
Current children cumulated vsize (KiB) 100704

[startup+1482.3 s]
/proc/loadavg: 1.01 1.03 1.00 2/107 13793
/proc/meminfo: memFree=1653464/2059040 swapFree=4192956/4192956
[pid=13751] ppid=13749 vsize=101480 CPUtime=1481.97
/proc/13751/stat : 13751 (pbscip.linux.x8) R 13749 13751 12166 0 -1 4202496 3799405 0 0 0 146076 2121 0 0 25 0 1 0 6795086 103915520 23640 1992294400 4194304 8223781 140736558554432 18446744073709551615 6003412 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13751/statm: 25370 23640 591 984 0 24383 0
Current children cumulated CPU time (s) 1481.97
Current children cumulated vsize (KiB) 101480

[startup+1542.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/107 13795
/proc/meminfo: memFree=1650116/2059040 swapFree=4192956/4192956
[pid=13751] ppid=13749 vsize=103156 CPUtime=1541.95
/proc/13751/stat : 13751 (pbscip.linux.x8) R 13749 13751 12166 0 -1 4202496 3856637 0 0 0 152029 2166 0 0 25 0 1 0 6795086 105631744 24370 1992294400 4194304 8223781 140736558554432 18446744073709551615 6536473 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13751/statm: 25789 24370 591 984 0 24802 0
Current children cumulated CPU time (s) 1541.95
Current children cumulated vsize (KiB) 103156

[startup+1602.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/107 13797
/proc/meminfo: memFree=1649868/2059040 swapFree=4192956/4192956
[pid=13751] ppid=13749 vsize=103796 CPUtime=1601.95
/proc/13751/stat : 13751 (pbscip.linux.x8) R 13749 13751 12166 0 -1 4202496 3928022 0 0 0 157977 2218 0 0 25 0 1 0 6795086 106287104 24426 1992294400 4194304 8223781 140736558554432 18446744073709551615 6539311 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13751/statm: 25949 24426 591 984 0 24962 0
Current children cumulated CPU time (s) 1601.95
Current children cumulated vsize (KiB) 103796

[startup+1662.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/107 13799
/proc/meminfo: memFree=1649124/2059040 swapFree=4192956/4192956
[pid=13751] ppid=13749 vsize=104996 CPUtime=1661.93
/proc/13751/stat : 13751 (pbscip.linux.x8) R 13749 13751 12166 0 -1 4202496 4042136 0 0 0 163913 2280 0 0 25 0 1 0 6795086 107515904 24657 1992294400 4194304 8223781 140736558554432 18446744073709551615 6568452 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13751/statm: 26249 24657 591 984 0 25262 0
Current children cumulated CPU time (s) 1661.93
Current children cumulated vsize (KiB) 104996

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 13801
/proc/meminfo: memFree=1648628/2059040 swapFree=4192956/4192956
[pid=13751] ppid=13749 vsize=105448 CPUtime=1721.92
/proc/13751/stat : 13751 (pbscip.linux.x8) R 13749 13751 12166 0 -1 4202496 4157745 0 0 0 169849 2343 0 0 25 0 1 0 6795086 107978752 24762 1992294400 4194304 8223781 140736558554432 18446744073709551615 6567161 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13751/statm: 26362 24762 591 984 0 25375 0
Current children cumulated CPU time (s) 1721.92
Current children cumulated vsize (KiB) 105448

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 13801
/proc/meminfo: memFree=1648256/2059040 swapFree=4192956/4192956
[pid=13751] ppid=13749 vsize=106208 CPUtime=1781.9
/proc/13751/stat : 13751 (pbscip.linux.x8) R 13749 13751 12166 0 -1 4202496 4310867 0 0 0 175764 2426 0 0 25 0 1 0 6795086 108756992 24843 1992294400 4194304 8223781 140736558554432 18446744073709551615 6532625 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13751/statm: 26552 24843 591 984 0 25565 0
Current children cumulated CPU time (s) 1781.9
Current children cumulated vsize (KiB) 106208



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 13803
/proc/meminfo: memFree=1648256/2059040 swapFree=4192956/4192956
[pid=13751] ppid=13749 vsize=106040 CPUtime=1800.01
/proc/13751/stat : 13751 (pbscip.linux.x8) R 13749 13751 12166 0 -1 4202496 4358601 0 0 0 177549 2452 0 0 25 0 1 0 6795086 108584960 24792 1992294400 4194304 8223781 140736558554432 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13751/statm: 26510 24792 591 984 0 25523 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 106040

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

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

[startup+1800.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 13804
/proc/meminfo: memFree=1696732/2059040 swapFree=4192956/4192956
[pid=13751] ppid=13749 vsize=34312 CPUtime=1800.21
/proc/13751/stat : 13751 (pbscip.linux.x8) R 13749 13751 12166 0 -1 4202496 4358866 0 0 0 177567 2454 0 0 25 0 1 0 6795086 35135488 7962 1992294400 4194304 8223781 140736558554432 18446744073709551615 6207264 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13751/statm: 8578 7962 593 984 0 7591 0
Current children cumulated CPU time (s) 1800.21
Current children cumulated vsize (KiB) 34312

Child status: 0
Real time (s): 1800.62
CPU time (s): 1800.23
CPU user time (s): 1775.68
CPU system time (s): 24.5463
CPU usage (%): 99.9782
Max. virtual memory (cumulated for all children) (KiB): 128144

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

runsolver used 2.91856 second user time and 8.5677 second system time

The end

Launcher Data

Begin job on node030 at 2010-06-16 04:23:17
IDJOB=2666619
IDBENCH=48132
IDSOLVER=1169
FILE ID=node030/2666619-1276654997
PBS_JOBID= 11172424
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_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-2666619-1276654997/watcher-2666619-1276654997 -o /tmp/evaluation-result-2666619-1276654997/solver-2666619-1276654997 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2666619-1276654997.opb -t 1800 -m 1800

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

MD5SUM BENCH= 64354bd2b9c3cc2f1ca2c32032e5c032
RANDOM SEED=1953973589

node030.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.244
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.48
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.244
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.52
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1747868 kB
Buffers:         39816 kB
Cached:         134656 kB
SwapCached:          0 kB
Active:         126800 kB
Inactive:       107276 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1747868 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            4644 kB
Writeback:           0 kB
AnonPages:       59664 kB
Mapped:          15304 kB
Slab:            55396 kB
PageTables:       4028 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180592 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= 62552 MiB
End job on node030 at 2010-06-16 04:53:20