Trace number 2665185

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solverSAT (TO)20 1802.1 1802.63

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: Clp 1.11.1] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2665185-1276654272.opb>
0.00/0.06	c original problem has 6404 variables (6404 bin, 0 int, 0 impl, 0 cont) and 6404 constraints
0.00/0.06	c problem read
0.00/0.06	c presolving settings loaded
0.09/0.13	c presolving:
0.59/0.62	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
1.00/1.06	c    (0.8s) probing: 101/6404 (1.6%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
1.00/1.06	c    (0.8s) probing aborted: 100/100 successive totally useless probings
1.00/1.06	c presolving (2 rounds):
1.00/1.06	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
1.00/1.06	c  411740 implications, 0 cliques
1.00/1.06	c presolved problem has 6404 variables (6404 bin, 0 int, 0 impl, 0 cont) and 6404 constraints
1.00/1.06	c    6204 constraints of type <and>
1.00/1.06	c     200 constraints of type <logicor>
1.00/1.06	c transformed objective value is always integral (scale: 1)
1.00/1.06	c Presolving Time: 0.77
1.00/1.06	c - non default parameters ----------------------------------------------------------------------
1.00/1.06	c # SCIP version 1.2.1.2
1.00/1.06	c 
1.00/1.06	c # frequency for displaying node information lines
1.00/1.06	c # [type: int, range: [-1,2147483647], default: 100]
1.00/1.06	c display/freq = 10000
1.00/1.06	c 
1.00/1.06	c # maximal time in seconds to run
1.00/1.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.00/1.06	c limits/time = 1799.95
1.00/1.06	c 
1.00/1.06	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
1.00/1.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.00/1.06	c limits/memory = 1620
1.00/1.06	c 
1.00/1.06	c # should presolving try to simplify inequalities
1.00/1.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.00/1.06	c constraints/linear/simplifyinequalities = TRUE
1.00/1.06	c 
1.00/1.06	c # should presolving try to simplify knapsacks
1.00/1.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.00/1.06	c constraints/knapsack/simplifyinequalities = TRUE
1.00/1.06	c 
1.00/1.06	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
1.00/1.06	c # [type: int, range: [-1,2147483647], default: -1]
1.00/1.06	c heuristics/undercover/freq = 0
1.00/1.06	c 
1.00/1.06	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
1.00/1.06	c # [type: int, range: [-1,2147483647], default: -1]
1.00/1.06	c separating/rapidlearning/freq = 0
1.00/1.06	c 
1.00/1.06	c -----------------------------------------------------------------------------------------------
1.00/1.06	c start solving
1.00/1.07	c 
1.19/1.21	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.21	c   0.9s|     1 |     0 |   400 |     - |  38M|   0 | 400 |6404 |6404 |6404 |  12k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.19/1.23	o 28
1.19/1.23	c s 0.9s|     1 |     0 |   400 |     - |  38M|   0 | 400 |6404 |6404 |6404 |  12k|   0 |   0 |   0 | 0.000000e+00 | 2.800000e+01 |    Inf 
3.99/4.04	c   3.4s|     1 |     0 |  1000 |     - |  39M|   0 | 400 |6404 |6404 |6404 |  13k| 401 |   0 |   0 | 0.000000e+00 | 2.800000e+01 |    Inf 
3.99/4.07	o 23
3.99/4.07	c s 3.4s|     1 |     0 |  1000 |     - |  39M|   0 | 400 |6404 |6404 |6404 |  13k| 401 |   0 |   0 | 0.000000e+00 | 2.300000e+01 |    Inf 
5.09/5.16	c   4.5s|     1 |     0 |  1600 |     - |  39M|   0 | 400 |6404 |6404 |6404 |  13k| 803 |   0 |   0 | 0.000000e+00 | 2.300000e+01 |    Inf 
6.29/6.31	c   5.6s|     1 |     0 |  2200 |     - |  39M|   0 | 400 |6404 |6404 |6404 |  13k|1205 |   0 |   0 | 0.000000e+00 | 2.300000e+01 |    Inf 
7.49/7.53	c   6.8s|     1 |     0 |  2801 |     - |  39M|   0 | 400 |6404 |6404 |6404 |  14k|1610 |   0 |   0 | 0.000000e+00 | 2.300000e+01 |    Inf 
7.49/7.55	o 22
7.49/7.55	c s 6.8s|     1 |     0 |  2801 |     - |  39M|   0 | 400 |6404 |6404 |6404 |  14k|1610 |   0 |   0 | 0.000000e+00 | 2.200000e+01 |    Inf 
8.69/8.78	c   8.1s|     1 |     0 |  3401 |     - |  39M|   0 | 400 |6404 |6404 |6404 |  14k|2014 |   0 |   0 | 0.000000e+00 | 2.200000e+01 |    Inf 
8.79/8.82	o 20
8.79/8.82	c s 8.1s|     1 |     0 |  3401 |     - |  40M|   0 | 400 |6404 |6404 |6404 |  14k|2014 |   0 |   0 | 0.000000e+00 | 2.000000e+01 |    Inf 
9.98/10.09	c   9.3s|     1 |     0 |  4002 |     - |  40M|   0 | 400 |6404 |6404 |6404 |  15k|2417 |   0 |   0 | 0.000000e+00 | 2.000000e+01 |    Inf 
11.19/11.27	c  10.4s|     1 |     2 |  4002 |     - |  40M|   0 | 400 |6404 |6404 |6404 |  15k|2417 |   0 |  19 | 0.000000e+00 | 2.000000e+01 |    Inf 
1800.07/1800.61	c pressed CTRL-C 1 times (5 times for forcing termination)
1801.97/1802.53	c 
1801.97/1802.53	c SCIP Status        : solving was interrupted [user interrupt]
1801.97/1802.53	c Solving Time (sec) : 1782.16
1801.97/1802.53	c Solving Nodes      : 418
1801.97/1802.53	c Primal Bound       : +2.00000000000000e+01 (4 solutions)
1801.97/1802.53	c Dual Bound         : +6.27118578400571e+00
1801.97/1802.53	c Gap                : 218.92 %
1801.97/1802.54	s SATISFIABLE
1801.97/1802.54	v -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 -x188 -x187 -x186 -x185 x184 -x183 -x182 -x181 -x180 -x179 
1801.97/1802.54	v -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 x168 -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 
1801.97/1802.54	v -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 
1801.97/1802.54	v -x136 -x135 -x134 -x133 -x132 x131 -x130 -x129 -x128 -x127 -x126 -x125 -x124 -x123 x122 -x121 -x120 -x119 -x118 -x117 -x116 
1801.97/1802.54	v -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 -x104 -x103 -x102 -x101 -x100 -x99 x98 -x97 -x96 -x95 -x94 
1801.97/1802.54	v -x93 -x92 -x91 -x90 -x89 -x88 -x87 -x86 -x85 -x84 -x83 -x82 -x81 -x80 -x79 -x78 -x77 -x76 -x75 -x74 -x73 -x72 -x71 -x70 -x69 
1801.97/1802.54	v -x68 -x67 -x66 -x65 -x64 -x63 -x62 -x61 -x60 -x59 -x58 -x57 -x56 -x55 -x54 -x53 -x52 -x51 -x50 -x49 -x48 -x47 -x46 -x45 -x44 
1801.97/1802.54	v -x43 -x42 -x41 -x40 -x39 -x38 -x37 -x36 -x35 -x34 -x33 -x32 -x31 -x30 -x29 -x28 -x27 -x26 -x25 x24 -x23 -x22 x21 x20 -x19 
1801.97/1802.54	v -x18 -x17 -x16 -x15 x14 -x13 x12 x11 x10 x9 -x8 x7 x6 x5 x4 x3 x2 x1 
1801.97/1802.54	c SCIP Status        : solving was interrupted [user interrupt]
1801.97/1802.54	c Solving Time       :    1782.16
1801.97/1802.54	c Original Problem   :
1801.97/1802.54	c   Problem name     : HOME/instance-2665185-1276654272.opb
1801.97/1802.54	c   Variables        : 6404 (6404 binary, 0 integer, 0 implicit integer, 0 continuous)
1801.97/1802.54	c   Constraints      : 6404 initial, 6404 maximal
1801.97/1802.54	c Presolved Problem  :
1801.97/1802.54	c   Problem name     : t_HOME/instance-2665185-1276654272.opb
1801.97/1802.54	c   Variables        : 6404 (6404 binary, 0 integer, 0 implicit integer, 0 continuous)
1801.97/1802.54	c   Constraints      : 6404 initial, 6420 maximal
1801.97/1802.54	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1801.97/1802.54	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1801.97/1802.54	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1801.97/1802.54	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1801.97/1802.54	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1801.97/1802.54	c   implics          :       0.00          0          0          0          0          0          0          0          0
1801.97/1802.54	c   probing          :       0.23          0          0          0          0          0          0          0          0
1801.97/1802.54	c   and              :       0.48          0          0          0          0          0          0          0          0
1801.97/1802.54	c   logicor          :       0.01          0          0          0          0          0          0          0          0
1801.97/1802.54	c   root node        :          -          0          -          -          0          -          -          -          -
1801.97/1802.54	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1801.97/1802.54	c   integral         :          0          0          0        418          0          0          0          0          0        836
1801.97/1802.54	c   and              :       6204       2089      17883          0          0          3      16188     563362          0          0
1801.97/1802.54	c   logicor          :        200+         6       5213          0          0          1          0          0          0          0
1801.97/1802.54	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1801.97/1802.54	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1801.97/1802.54	c   integral         :     408.49       0.00       0.00     408.49       0.00
1801.97/1802.54	c   and              :      23.26      15.29       7.97       0.00       0.00
1801.97/1802.54	c   logicor          :       0.17       0.00       0.17       0.00       0.00
1801.97/1802.54	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1801.97/1802.54	c Propagators        :       Time      Calls    Cutoffs    DomReds
1801.97/1802.54	c   vbounds          :       0.01          2          0          0
1801.97/1802.54	c   rootredcost      :       0.01          1          0          0
1801.97/1802.54	c   pseudoobj        :       0.45      17702          2          0
1801.97/1802.54	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1801.97/1802.54	c   propagation      :       0.00          6          6         15       33.0          1       28.0          -
1801.97/1802.54	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1801.97/1802.54	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1801.97/1802.54	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1801.97/1802.54	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1801.97/1802.54	c   applied globally :          -          -          -         16       32.7          -          -          -
1801.97/1802.54	c   applied locally  :          -          -          -          0        0.0          -          -          -
1801.97/1802.54	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1801.97/1802.54	c   cut pool         :       0.00          5          -          -          0          -    (maximal pool size: 2417)
1801.97/1802.54	c   redcost          :       1.66       2089          0          0          0          0
1801.97/1802.54	c   impliedbounds    :       0.02          6          0          0       2400          0
1801.97/1802.54	c   intobj           :       0.00          0          0          0          0          0
1801.97/1802.54	c   cgmip            :       0.00          0          0          0          0          0
1801.97/1802.54	c   gomory           :       0.36          6          0          0       3000          0
1801.97/1802.54	c   strongcg         :       0.39          6          0          0       3000          0
1801.97/1802.54	c   cmir             :       4.33          6          0          0       2400          0
1801.97/1802.54	c   flowcover        :       1.01          6          0          0          0          0
1801.97/1802.54	c   clique           :       0.42          6          0          0         17          0
1801.97/1802.54	c   zerohalf         :       0.00          0          0          0          0          0
1801.97/1802.54	c   mcf              :       0.02          1          0          0          0          0
1801.97/1802.54	c   rapidlearning    :       1.03          1          0          0          0          0
1801.97/1802.54	c Pricers            :       Time      Calls       Vars
1801.97/1802.54	c   problem variables:       0.00          0          0
1801.97/1802.54	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1801.97/1802.54	c   relpscost        :     408.49        418          0          0          0          0        836
1801.97/1802.54	c   pscost           :       0.00          0          0          0          0          0          0
1801.97/1802.54	c   inference        :       0.00          0          0          0          0          0          0
1801.97/1802.54	c   mostinf          :       0.00          0          0          0          0          0          0
1801.97/1802.54	c   leastinf         :       0.00          0          0          0          0          0          0
1801.97/1802.54	c   fullstrong       :       0.00          0          0          0          0          0          0
1801.97/1802.54	c   allfullstrong    :       0.00          0          0          0          0          0          0
1801.97/1802.54	c   random           :       0.00          0          0          0          0          0          0
1801.97/1802.54	c Primal Heuristics  :       Time      Calls      Found
1801.97/1802.54	c   LP solutions     :       0.00          -          0
1801.97/1802.54	c   pseudo solutions :       0.00          -          0
1801.97/1802.54	c   intshifting      :       0.00          0          0
1801.97/1802.54	c   oneopt           :       0.06          4          0
1801.97/1802.54	c   trivial          :       0.02          2          0
1801.97/1802.54	c   simplerounding   :       0.01          0          0
1801.97/1802.54	c   zirounding       :       0.68        418          0
1801.97/1802.54	c   rounding         :       3.57        660          0
1801.97/1802.54	c   shifting         :       1.52        180          4
1801.97/1802.54	c   twoopt           :       0.00          0          0
1801.97/1802.54	c   fixandinfer      :       0.00          0          0
1801.97/1802.54	c   feaspump         :       0.00          0          0
1801.97/1802.54	c   coefdiving       :      73.58         13          0
1801.97/1802.54	c   pscostdiving     :      84.94          9          0
1801.97/1802.54	c   fracdiving       :     104.40          9          0
1801.97/1802.54	c   veclendiving     :      26.21         10          0
1801.97/1802.54	c   intdiving        :       0.00          0          0
1801.97/1802.54	c   actconsdiving    :       0.00          0          0
1801.97/1802.54	c   objpscostdiving  :       8.82          2          0
1801.97/1802.54	c   rootsoldiving    :       6.46          5          0
1801.97/1802.54	c   linesearchdiving :      79.70         13          0
1801.97/1802.54	c   guideddiving     :      93.91          9          0
1801.97/1802.54	c   octane           :       0.00          0          0
1801.97/1802.54	c   rens             :       0.52          1          0
1801.97/1802.54	c   rins             :       0.00          0          0
1801.97/1802.54	c   localbranching   :       0.00          0          0
1801.97/1802.54	c   mutation         :       0.00          0          0
1801.97/1802.54	c   crossover        :       0.26          1          0
1801.97/1802.54	c   dins             :       0.00          0          0
1801.97/1802.54	c   undercover       :       0.02          1          0
1801.97/1802.54	c   nlp              :       0.00          0          0
1801.97/1802.54	c   trysol           :       0.02          0          0
1801.97/1802.54	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1801.97/1802.54	c   primal LP        :     228.68          0          0       0.00       0.00
1801.97/1802.54	c   dual LP          :     610.43       2503     787861     314.77    1290.67
1801.97/1802.54	c   lex dual LP      :       0.00          0          0       0.00          -
1801.97/1802.54	c   barrier LP       :       0.00          0          0       0.00          -
1801.97/1802.54	c   diving/probing LP:     429.80       8770     445761      50.83    1037.14
1801.97/1802.54	c   strong branching :     407.96       1986     496454     249.98    1216.92
1801.97/1802.54	c     (at root node) :          -         19        906      47.68          -
1801.97/1802.54	c   conflict analysis:       0.00          0          0       0.00          -
1801.97/1802.54	c B&B Tree           :
1801.97/1802.54	c   number of runs   :          1
1801.97/1802.54	c   nodes            :        418
1801.97/1802.54	c   nodes (total)    :        418
1801.97/1802.54	c   nodes left       :        419
1801.97/1802.54	c   max depth        :         17
1801.97/1802.54	c   max depth (total):         17
1801.97/1802.54	c   backtracks       :        169 (40.4%)
1801.97/1802.54	c   delayed cutoffs  :          0
1801.97/1802.54	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1801.97/1802.54	c   avg switch length:       6.23
1801.97/1802.54	c   switching time   :     229.40
1801.97/1802.54	c Solution           :
1801.97/1802.54	c   Solutions found  :          4 (4 improvements)
1801.97/1802.54	c   First Solution   : +2.80000000000000e+01   (in run 1, after 1 nodes, 0.93 seconds, depth 0, found by <shifting>)
1801.97/1802.54	c   Primal Bound     : +2.00000000000000e+01   (in run 1, after 1 nodes, 8.07 seconds, depth 0, found by <shifting>)
1801.97/1802.54	c   Dual Bound       : +6.27118578400571e+00
1801.97/1802.54	c   Gap              :     218.92 %
1801.97/1802.54	c   Root Dual Bound  : +0.00000000000000e+00
1801.97/1802.54	c   Root Iterations  :       4002

Verifier Data

OK	20

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2665185-1276654272/watcher-2665185-1276654272 -o /tmp/evaluation-result-2665185-1276654272/solver-2665185-1276654272 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2665185-1276654272.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: 2.09 2.16 1.94 3/106 13589
/proc/meminfo: memFree=1776296/2059040 swapFree=4164932/4192956
[pid=13589] ppid=13587 vsize=8260 CPUtime=0
/proc/13589/stat : 13589 (pbscip.linux.x8) R 13587 13589 11823 0 -1 4202496 1015 0 0 0 0 0 0 0 18 0 1 0 6718726 8458240 935 1992294400 4194304 9819077 140735308545264 18446744073709551615 8675093 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13589/statm: 2322 945 371 1374 0 943 0

[startup+0.0657139 s]
/proc/loadavg: 2.09 2.16 1.94 3/106 13589
/proc/meminfo: memFree=1776296/2059040 swapFree=4164932/4192956
[pid=13589] ppid=13587 vsize=18732 CPUtime=0.06
/proc/13589/stat : 13589 (pbscip.linux.x8) R 13587 13589 11823 0 -1 4202496 3830 0 0 0 5 1 0 0 21 0 1 0 6718726 19181568 3396 1992294400 4194304 9819077 140735308545264 18446744073709551615 8675093 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13589/statm: 4683 3408 424 1374 0 3304 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 18732

[startup+0.101717 s]
/proc/loadavg: 2.09 2.16 1.94 3/106 13589
/proc/meminfo: memFree=1776296/2059040 swapFree=4164932/4192956
[pid=13589] ppid=13587 vsize=28256 CPUtime=0.09
/proc/13589/stat : 13589 (pbscip.linux.x8) R 13587 13589 11823 0 -1 4202496 6391 0 0 0 7 2 0 0 21 0 1 0 6718726 28934144 5957 1992294400 4194304 9819077 140735308545264 18446744073709551615 4561370 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13589/statm: 7064 5957 450 1374 0 5685 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28256

[startup+0.301734 s]
/proc/loadavg: 2.09 2.16 1.94 3/106 13589
/proc/meminfo: memFree=1776296/2059040 swapFree=4164932/4192956
[pid=13589] ppid=13587 vsize=40468 CPUtime=0.29
/proc/13589/stat : 13589 (pbscip.linux.x8) R 13587 13589 11823 0 -1 4202496 9111 0 0 0 26 3 0 0 21 0 1 0 6718726 41439232 8677 1992294400 4194304 9819077 140735308545264 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13589/statm: 10117 8677 473 1374 0 8738 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 40468

[startup+0.70177 s]
/proc/loadavg: 2.09 2.16 1.94 3/106 13589
/proc/meminfo: memFree=1776296/2059040 swapFree=4164932/4192956
[pid=13589] ppid=13587 vsize=48532 CPUtime=0.69
/proc/13589/stat : 13589 (pbscip.linux.x8) R 13587 13589 11823 0 -1 4202496 12201 0 0 0 54 15 0 0 22 0 1 0 6718726 49696768 10739 1992294400 4194304 9819077 140735308545264 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13589/statm: 12133 10739 493 1374 0 10754 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 48532

[startup+1.50184 s]
/proc/loadavg: 2.00 2.14 1.94 2/107 13590
/proc/meminfo: memFree=1732640/2059040 swapFree=4164932/4192956
[pid=13589] ppid=13587 vsize=79308 CPUtime=1.49
/proc/13589/stat : 13589 (pbscip.linux.x8) R 13587 13589 11823 0 -1 4202496 21492 0 0 0 124 25 0 0 25 0 1 0 6718726 81211392 17090 1992294400 4194304 9819077 140735308545264 18446744073709551615 8675093 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13589/statm: 19827 17090 659 1374 0 18448 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 79308

[startup+3.10099 s]
/proc/loadavg: 2.00 2.14 1.94 2/107 13590
/proc/meminfo: memFree=1709700/2059040 swapFree=4164932/4192956
[pid=13589] ppid=13587 vsize=110052 CPUtime=3.09
/proc/13589/stat : 13589 (pbscip.linux.x8) R 13587 13589 11823 0 -1 4202496 29969 0 0 0 260 49 0 0 25 0 1 0 6718726 112693248 24390 1992294400 4194304 9819077 140735308545264 18446744073709551615 6180626 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13589/statm: 27513 24390 681 1374 0 26134 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 110052

[startup+6.30127 s]
/proc/loadavg: 2.00 2.14 1.94 2/107 13590
/proc/meminfo: memFree=1705856/2059040 swapFree=4164932/4192956
[pid=13589] ppid=13587 vsize=83016 CPUtime=6.29
/proc/13589/stat : 13589 (pbscip.linux.x8) R 13587 13589 11823 0 -1 4202496 33567 0 0 0 566 63 0 0 25 0 1 0 6718726 85008384 18494 1992294400 4194304 9819077 140735308545264 18446744073709551615 7260194 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13589/statm: 20754 18506 691 1374 0 19375 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 83016

[startup+12.7009 s]
/proc/loadavg: 1.85 2.10 1.93 2/107 13590
/proc/meminfo: memFree=1704120/2059040 swapFree=4164932/4192956
[pid=13589] ppid=13587 vsize=81032 CPUtime=12.68
/proc/13589/stat : 13589 (pbscip.linux.x8) R 13587 13589 11823 0 -1 4202496 65589 0 0 0 1183 85 0 0 25 0 1 0 6718726 82976768 18500 1992294400 4194304 9819077 140735308545264 18446744073709551615 7291843 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13589/statm: 20258 18500 715 1374 0 18879 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 81032

[startup+25.501 s]
/proc/loadavg: 1.72 2.06 1.92 2/107 13590
/proc/meminfo: memFree=1703748/2059040 swapFree=4164932/4192956
[pid=13589] ppid=13587 vsize=82756 CPUtime=25.48
/proc/13589/stat : 13589 (pbscip.linux.x8) R 13587 13589 11823 0 -1 4202496 89354 0 0 0 2451 97 0 0 25 0 1 0 6718726 84742144 18634 1992294400 4194304 9819077 140735308545264 18446744073709551615 7291878 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13589/statm: 20689 18634 715 1374 0 19310 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 82756

[startup+51.1013 s]
/proc/loadavg: 1.47 1.98 1.89 2/107 13590
/proc/meminfo: memFree=1703996/2059040 swapFree=4164932/4192956
[pid=13589] ppid=13587 vsize=87180 CPUtime=51.07
/proc/13589/stat : 13589 (pbscip.linux.x8) R 13587 13589 11823 0 -1 4202496 164022 0 0 0 4968 139 0 0 25 0 1 0 6718726 89272320 18586 1992294400 4194304 9819077 140735308545264 18446744073709551615 7296894 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13589/statm: 21795 18586 716 1374 0 20416 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 87180

[startup+102.309 s]
/proc/loadavg: 1.19 1.81 1.84 2/107 13592
/proc/meminfo: memFree=1703376/2059040 swapFree=4164932/4192956
[pid=13589] ppid=13587 vsize=83292 CPUtime=102.26
/proc/13589/stat : 13589 (pbscip.linux.x8) R 13587 13589 11823 0 -1 4202496 281556 0 0 0 10020 206 0 0 25 0 1 0 6718726 85291008 18698 1992294400 4194304 9819077 140735308545264 18446744073709551615 7235184 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13589/statm: 20823 18699 716 1374 0 19444 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 83292

[startup+162.301 s]
/proc/loadavg: 1.07 1.66 1.78 2/107 13594
/proc/meminfo: memFree=1700400/2059040 swapFree=4164932/4192956
[pid=13589] ppid=13587 vsize=85616 CPUtime=162.23
/proc/13589/stat : 13589 (pbscip.linux.x8) R 13587 13589 11823 0 -1 4202496 406419 0 0 0 15943 280 0 0 25 0 1 0 6718726 87670784 19412 1992294400 4194304 9819077 140735308545264 18446744073709551615 6204702 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13589/statm: 21404 19412 716 1374 0 20025 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 85616

[startup+222.301 s]
/proc/loadavg: 1.02 1.54 1.73 2/107 13596
/proc/meminfo: memFree=1699284/2059040 swapFree=4164932/4192956
[pid=13589] ppid=13587 vsize=89008 CPUtime=222.22
/proc/13589/stat : 13589 (pbscip.linux.x8) R 13587 13589 11823 0 -1 4202496 520009 0 0 0 21874 348 0 0 25 0 1 0 6718726 91144192 19719 1992294400 4194304 9819077 140735308545264 18446744073709551615 7311663 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13589/statm: 22252 19719 716 1374 0 20873 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 89008

[startup+282.301 s]
/proc/loadavg: 1.01 1.44 1.68 2/107 13598
/proc/meminfo: memFree=1699284/2059040 swapFree=4164932/4192956
[pid=13589] ppid=13587 vsize=88180 CPUtime=282.2
/proc/13589/stat : 13589 (pbscip.linux.x8) R 13587 13589 11823 0 -1 4202496 628338 0 0 0 27811 409 0 0 25 0 1 0 6718726 90296320 19640 1992294400 4194304 9819077 140735308545264 18446744073709551615 7302683 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13589/statm: 22045 19640 722 1374 0 20666 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 88180

[startup+342.302 s]
/proc/loadavg: 1.00 1.35 1.64 2/107 13598
/proc/meminfo: memFree=1699160/2059040 swapFree=4164932/4192956
[pid=13589] ppid=13587 vsize=88732 CPUtime=342.18
/proc/13589/stat : 13589 (pbscip.linux.x8) R 13587 13589 11823 0 -1 4202496 754323 0 0 0 33744 474 0 0 25 0 1 0 6718726 90861568 19760 1992294400 4194304 9819077 140735308545264 18446744073709551615 7295860 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13589/statm: 22183 19760 722 1374 0 20804 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 88732

[startup+402.301 s]
/proc/loadavg: 1.00 1.29 1.60 2/107 13600
/proc/meminfo: memFree=1696432/2059040 swapFree=4164932/4192956
[pid=13589] ppid=13587 vsize=91388 CPUtime=402.17
/proc/13589/stat : 13589 (pbscip.linux.x8) R 13587 13589 11823 0 -1 4202496 889833 0 0 0 39665 552 0 0 25 0 1 0 6718726 93581312 20449 1992294400 4194304 9819077 140735308545264 18446744073709551615 7301532 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13589/statm: 22847 20449 722 1374 0 21468 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 91388

[startup+462.302 s]
/proc/loadavg: 1.00 1.23 1.55 2/107 13602
/proc/meminfo: memFree=1695440/2059040 swapFree=4164932/4192956
[pid=13589] ppid=13587 vsize=93908 CPUtime=462.14
/proc/13589/stat : 13589 (pbscip.linux.x8) R 13587 13589 11823 0 -1 4202496 996987 0 0 0 45603 611 0 0 25 0 1 0 6718726 96161792 20723 1992294400 4194304 9819077 140735308545264 18446744073709551615 7291931 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13589/statm: 23477 20723 722 1374 0 22098 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 93908

[startup+522.301 s]
/proc/loadavg: 1.00 1.19 1.52 2/107 13604
/proc/meminfo: memFree=1693084/2059040 swapFree=4164932/4192956
[pid=13589] ppid=13587 vsize=99884 CPUtime=522.13
/proc/13589/stat : 13589 (pbscip.linux.x8) R 13587 13589 11823 0 -1 4202496 1106863 0 0 0 51537 676 0 0 25 0 1 0 6718726 102281216 21285 1992294400 4194304 9819077 140735308545264 18446744073709551615 6656908 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13589/statm: 24971 21285 722 1374 0 23592 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 99884

[startup+582.301 s]
/proc/loadavg: 1.00 1.15 1.48 2/107 13606
/proc/meminfo: memFree=1695192/2059040 swapFree=4164932/4192956
[pid=13589] ppid=13587 vsize=92392 CPUtime=582.11
/proc/13589/stat : 13589 (pbscip.linux.x8) R 13587 13589 11823 0 -1 4202496 1253140 0 0 0 57452 759 0 0 25 0 1 0 6718726 94609408 20671 1992294400 4194304 9819077 140735308545264 18446744073709551615 6196331 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13589/statm: 23098 20671 722 1374 0 21719 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 92392

[startup+642.302 s]
/proc/loadavg: 1.00 1.12 1.45 2/107 13606
/proc/meminfo: memFree=1694820/2059040 swapFree=4164932/4192956
[pid=13589] ppid=13587 vsize=92512 CPUtime=642.1
/proc/13589/stat : 13589 (pbscip.linux.x8) R 13587 13589 11823 0 -1 4202496 1383566 0 0 0 63375 835 0 0 25 0 1 0 6718726 94732288 20876 1992294400 4194304 9819077 140735308545264 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13589/statm: 23128 20876 722 1374 0 21749 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 92512

[startup+702.301 s]

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

/proc/13589/stat : 13589 (pbscip.linux.x8) R 13587 13589 11823 0 -1 4202496 1993388 0 0 0 99010 1190 0 0 25 0 1 0 6718726 102735872 22601 1992294400 4194304 9819077 140735308545264 18446744073709551615 7291116 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13589/statm: 25082 22601 726 1374 0 23703 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 100328

[startup+1062.3 s]
/proc/loadavg: 1.00 1.02 1.27 2/107 13618
/proc/meminfo: memFree=1688496/2059040 swapFree=4164932/4192956
[pid=13589] ppid=13587 vsize=101140 CPUtime=1061.98
/proc/13589/stat : 13589 (pbscip.linux.x8) R 13587 13589 11823 0 -1 4202496 2082051 0 0 0 104950 1248 0 0 25 0 1 0 6718726 103567360 22426 1992294400 4194304 9819077 140735308545264 18446744073709551615 7301632 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13589/statm: 25285 22426 726 1374 0 23906 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 101140

[startup+1122.3 s]
/proc/loadavg: 1.00 1.01 1.25 2/107 13620
/proc/meminfo: memFree=1688496/2059040 swapFree=4164932/4192956
[pid=13589] ppid=13587 vsize=99284 CPUtime=1121.96
/proc/13589/stat : 13589 (pbscip.linux.x8) R 13587 13589 11823 0 -1 4202496 2192129 0 0 0 110884 1312 0 0 25 0 1 0 6718726 101666816 22393 1992294400 4194304 9819077 140735308545264 18446744073709551615 6391455 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13589/statm: 24821 22393 726 1374 0 23442 0
Current children cumulated CPU time (s) 1121.96
Current children cumulated vsize (KiB) 99284

[startup+1182.3 s]
/proc/loadavg: 1.00 1.01 1.23 2/107 13622
/proc/meminfo: memFree=1688496/2059040 swapFree=4164932/4192956
[pid=13589] ppid=13587 vsize=98888 CPUtime=1181.94
/proc/13589/stat : 13589 (pbscip.linux.x8) R 13587 13589 11823 0 -1 4202496 2291877 0 0 0 116828 1366 0 0 25 0 1 0 6718726 101261312 22406 1992294400 4194304 9819077 140735308545264 18446744073709551615 7301545 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13589/statm: 24722 22406 726 1374 0 23343 0
Current children cumulated CPU time (s) 1181.94
Current children cumulated vsize (KiB) 98888

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.22 2/107 13622
/proc/meminfo: memFree=1687132/2059040 swapFree=4164932/4192956
[pid=13589] ppid=13587 vsize=101604 CPUtime=1241.93
/proc/13589/stat : 13589 (pbscip.linux.x8) R 13587 13589 11823 0 -1 4202496 2391872 0 0 0 122766 1427 0 0 25 0 1 0 6718726 104042496 22482 1992294400 4194304 9819077 140735308545264 18446744073709551615 7295825 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13589/statm: 25401 22482 726 1374 0 24022 0
Current children cumulated CPU time (s) 1241.93
Current children cumulated vsize (KiB) 101604

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.20 2/107 13627
/proc/meminfo: memFree=1687008/2059040 swapFree=4164932/4192956
[pid=13589] ppid=13587 vsize=100736 CPUtime=1301.92
/proc/13589/stat : 13589 (pbscip.linux.x8) R 13587 13589 11823 0 -1 4202496 2523294 0 0 0 128695 1497 0 0 25 0 1 0 6718726 103153664 22510 1992294400 4194304 9819077 140735308545264 18446744073709551615 7301545 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13589/statm: 25184 22510 726 1374 0 23805 0
Current children cumulated CPU time (s) 1301.92
Current children cumulated vsize (KiB) 100736

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.18 2/107 13629
/proc/meminfo: memFree=1685148/2059040 swapFree=4164932/4192956
[pid=13589] ppid=13587 vsize=102876 CPUtime=1361.89
/proc/13589/stat : 13589 (pbscip.linux.x8) R 13587 13589 11823 0 -1 4202496 2650702 0 0 0 134619 1570 0 0 25 0 1 0 6718726 105345024 22677 1992294400 4194304 9819077 140735308545264 18446744073709551615 7291643 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13589/statm: 25719 22677 726 1374 0 24340 0
Current children cumulated CPU time (s) 1361.89
Current children cumulated vsize (KiB) 102876

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.17 2/107 13631
/proc/meminfo: memFree=1686140/2059040 swapFree=4164932/4192956
[pid=13589] ppid=13587 vsize=102148 CPUtime=1421.88
/proc/13589/stat : 13589 (pbscip.linux.x8) R 13587 13589 11823 0 -1 4202496 2747393 0 0 0 140562 1626 0 0 25 0 1 0 6718726 104599552 22841 1992294400 4194304 9819077 140735308545264 18446744073709551615 6391514 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13589/statm: 25537 22841 726 1374 0 24158 0
Current children cumulated CPU time (s) 1421.88
Current children cumulated vsize (KiB) 102148

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.16 2/107 13633
/proc/meminfo: memFree=1686264/2059040 swapFree=4164932/4192956
[pid=13589] ppid=13587 vsize=100784 CPUtime=1481.85
/proc/13589/stat : 13589 (pbscip.linux.x8) R 13587 13589 11823 0 -1 4202496 2832595 0 0 0 146503 1682 0 0 25 0 1 0 6718726 103202816 22779 1992294400 4194304 9819077 140735308545264 18446744073709551615 7306911 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13589/statm: 25196 22779 726 1374 0 23817 0
Current children cumulated CPU time (s) 1481.85
Current children cumulated vsize (KiB) 100784

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.15 2/107 13633
/proc/meminfo: memFree=1684404/2059040 swapFree=4164932/4192956
[pid=13589] ppid=13587 vsize=101184 CPUtime=1541.84
/proc/13589/stat : 13589 (pbscip.linux.x8) R 13587 13589 11823 0 -1 4202496 2907859 0 0 0 152453 1731 0 0 25 0 1 0 6718726 103612416 23136 1992294400 4194304 9819077 140735308545264 18446744073709551615 7292017 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13589/statm: 25296 23136 726 1374 0 23917 0
Current children cumulated CPU time (s) 1541.84
Current children cumulated vsize (KiB) 101184

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.13 2/107 13635
/proc/meminfo: memFree=1683536/2059040 swapFree=4164932/4192956
[pid=13589] ppid=13587 vsize=102396 CPUtime=1601.82
/proc/13589/stat : 13589 (pbscip.linux.x8) R 13587 13589 11823 0 -1 4202496 3002214 0 0 0 158390 1792 0 0 25 0 1 0 6718726 104853504 23369 1992294400 4194304 9819077 140735308545264 18446744073709551615 7291597 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13589/statm: 25599 23369 726 1374 0 24220 0
Current children cumulated CPU time (s) 1601.82
Current children cumulated vsize (KiB) 102396

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.12 2/107 13637
/proc/meminfo: memFree=1683412/2059040 swapFree=4164932/4192956
[pid=13589] ppid=13587 vsize=104404 CPUtime=1661.8
/proc/13589/stat : 13589 (pbscip.linux.x8) R 13587 13589 11823 0 -1 4202496 3094257 0 0 0 164334 1846 0 0 25 0 1 0 6718726 106909696 23496 1992294400 4194304 9819077 140735308545264 18446744073709551615 7291711 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13589/statm: 26101 23496 726 1374 0 24722 0
Current children cumulated CPU time (s) 1661.8
Current children cumulated vsize (KiB) 104404

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.11 2/107 13639
/proc/meminfo: memFree=1683288/2059040 swapFree=4164932/4192956
[pid=13589] ppid=13587 vsize=104452 CPUtime=1721.78
/proc/13589/stat : 13589 (pbscip.linux.x8) R 13587 13589 11823 0 -1 4202496 3188445 0 0 0 170273 1905 0 0 25 0 1 0 6718726 106958848 23492 1992294400 4194304 9819077 140735308545264 18446744073709551615 8648519 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13589/statm: 26113 23492 726 1374 0 24734 0
Current children cumulated CPU time (s) 1721.78
Current children cumulated vsize (KiB) 104452

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.10 2/107 13641
/proc/meminfo: memFree=1680436/2059040 swapFree=4164932/4192956
[pid=13589] ppid=13587 vsize=103648 CPUtime=1781.77
/proc/13589/stat : 13589 (pbscip.linux.x8) R 13587 13589 11823 0 -1 4202496 3280380 0 0 0 176217 1960 0 0 25 0 1 0 6718726 106135552 23456 1992294400 4194304 9819077 140735308545264 18446744073709551615 7291660 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13589/statm: 25912 23456 726 1374 0 24533 0
Current children cumulated CPU time (s) 1781.77
Current children cumulated vsize (KiB) 103648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.00 1.00 1.10 2/107 13641
/proc/meminfo: memFree=1683288/2059040 swapFree=4164932/4192956
[pid=13589] ppid=13587 vsize=102728 CPUtime=1800.07
/proc/13589/stat : 13589 (pbscip.linux.x8) R 13587 13589 11823 0 -1 4202496 3306798 0 0 0 178030 1977 0 0 25 0 1 0 6718726 105193472 23428 1992294400 4194304 9819077 140735308545264 18446744073709551615 6372188 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13589/statm: 25682 23433 726 1374 0 24303 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 102728

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -13589

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

[startup+1801.4 s]
/proc/loadavg: 1.00 1.00 1.10 2/107 13641
/proc/meminfo: memFree=1683288/2059040 swapFree=4164932/4192956
[pid=13589] ppid=13587 vsize=105140 CPUtime=1800.86
/proc/13589/stat : 13589 (pbscip.linux.x8) R 13587 13589 11823 0 -1 4202496 3308424 0 0 0 178107 1979 0 0 25 0 1 0 6718726 107663360 23644 1992294400 4194304 9819077 140735308545264 18446744073709551615 7297802 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13589/statm: 26285 23644 726 1374 0 24906 0
Current children cumulated CPU time (s) 1800.86
Current children cumulated vsize (KiB) 105140

[startup+1802.2 s]
/proc/loadavg: 1.00 1.00 1.09 2/108 13642
/proc/meminfo: memFree=1683032/2059040 swapFree=4164932/4192956
[pid=13589] ppid=13587 vsize=104672 CPUtime=1801.66
/proc/13589/stat : 13589 (pbscip.linux.x8) R 13587 13589 11823 0 -1 4202496 3309445 0 0 0 178187 1979 0 0 25 0 1 0 6718726 107184128 23617 1992294400 4194304 9819077 140735308545264 18446744073709551615 7290855 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13589/statm: 26168 23617 726 1374 0 24789 0
Current children cumulated CPU time (s) 1801.66
Current children cumulated vsize (KiB) 104672

[startup+1802.6 s]
/proc/loadavg: 1.00 1.00 1.09 2/108 13642
/proc/meminfo: memFree=1683032/2059040 swapFree=4164932/4192956
[pid=13589] ppid=13587 vsize=105088 CPUtime=1802.06
/proc/13589/stat : 13589 (pbscip.linux.x8) R 13587 13589 11823 0 -1 4202496 3311141 0 0 0 178226 1980 0 0 25 0 1 0 6718726 107610112 23514 1992294400 4194304 9819077 140735308545264 18446744073709551615 7291597 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13589/statm: 26272 23514 727 1374 0 24893 0
Current children cumulated CPU time (s) 1802.06
Current children cumulated vsize (KiB) 105088

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.63
CPU time (s): 1802.1
CPU user time (s): 1782.28
CPU system time (s): 19.813
CPU usage (%): 99.9706
Max. virtual memory (cumulated for all children) (KiB): 123196

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1782.28
system time used= 19.813
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3311141
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1
involuntary context switches= 6044

runsolver used 3.09853 second user time and 8.38972 second system time

The end

Launcher Data

Begin job on node051 at 2010-06-16 04:11:12
IDJOB=2665185
IDBENCH=48128
IDSOLVER=1168
FILE ID=node051/2665185-1276654272
PBS_JOBID= 11172445
Free space on /tmp= 62564 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solver
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mds/normalized-mds_200_25_1.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.clp -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2665185-1276654272/watcher-2665185-1276654272 -o /tmp/evaluation-result-2665185-1276654272/solver-2665185-1276654272 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2665185-1276654272.opb -t 1800 -m 1800

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

MD5SUM BENCH= 88e7a647c6e46a38e952354158b1fb76
RANDOM SEED=1115363963

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1776824 kB
Buffers:         37532 kB
Cached:         134384 kB
SwapCached:       1444 kB
Active:          97020 kB
Inactive:       107836 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1776824 kB
SwapTotal:     4192956 kB
SwapFree:      4164932 kB
Dirty:            6252 kB
Writeback:           0 kB
AnonPages:       31444 kB
Mapped:          14868 kB
Slab:            55540 kB
PageTables:       4024 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181340 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= 62556 MiB
End job on node051 at 2010-06-16 04:41:15