Trace number 2665205

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)16 1801.24 1801.8

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_200_25_5.opb
MD5SUMe3f554c192a1ee7b261cc2808827870e
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 benchmark1789.53
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 constraint50
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)6226
Sum of products size (including duplicates)12452
Number of different products6226
Sum of products size12452

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-2665205-1276656557.opb>
0.00/0.05	c original problem has 6426 variables (6426 bin, 0 int, 0 impl, 0 cont) and 6426 constraints
0.00/0.05	c problem read
0.00/0.05	c presolving settings loaded
0.09/0.13	c presolving:
0.49/0.59	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 200 upgd conss, 415046 impls, 0 clqs
0.99/1.02	c    (0.8s) probing: 101/6426 (1.6%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.99/1.02	c    (0.8s) probing aborted: 100/100 successive totally useless probings
0.99/1.02	c presolving (2 rounds):
0.99/1.02	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.99/1.02	c  415046 implications, 0 cliques
0.99/1.02	c presolved problem has 6426 variables (6426 bin, 0 int, 0 impl, 0 cont) and 6426 constraints
0.99/1.02	c    6226 constraints of type <and>
0.99/1.02	c     200 constraints of type <logicor>
0.99/1.02	c transformed objective value is always integral (scale: 1)
0.99/1.02	c Presolving Time: 0.75
0.99/1.02	c - non default parameters ----------------------------------------------------------------------
0.99/1.02	c # SCIP version 1.2.1.2
0.99/1.02	c 
0.99/1.02	c # frequency for displaying node information lines
0.99/1.02	c # [type: int, range: [-1,2147483647], default: 100]
0.99/1.02	c display/freq = 10000
0.99/1.02	c 
0.99/1.02	c # maximal time in seconds to run
0.99/1.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.99/1.02	c limits/time = 1799.95
0.99/1.02	c 
0.99/1.02	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.99/1.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.99/1.02	c limits/memory = 1620
0.99/1.02	c 
0.99/1.02	c # should presolving try to simplify inequalities
0.99/1.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.99/1.02	c constraints/linear/simplifyinequalities = TRUE
0.99/1.02	c 
0.99/1.02	c # should presolving try to simplify knapsacks
0.99/1.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.99/1.02	c constraints/knapsack/simplifyinequalities = TRUE
0.99/1.02	c 
0.99/1.02	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.99/1.02	c # [type: int, range: [-1,2147483647], default: -1]
0.99/1.02	c heuristics/undercover/freq = 0
0.99/1.02	c 
0.99/1.02	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.99/1.02	c # [type: int, range: [-1,2147483647], default: -1]
0.99/1.02	c separating/rapidlearning/freq = 0
0.99/1.02	c 
0.99/1.02	c -----------------------------------------------------------------------------------------------
0.99/1.02	c start solving
0.99/1.03	c 
1.09/1.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1.09/1.16	c   0.9s|     1 |     0 |   400 |     - |  38M|   0 | 400 |6426 |6426 |6426 |  12k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.09/1.18	o 22
1.09/1.18	c s 0.9s|     1 |     0 |   400 |     - |  39M|   0 | 400 |6426 |6426 |6426 |  12k|   0 |   0 |   0 | 0.000000e+00 | 2.200000e+01 |    Inf 
3.79/3.82	c   3.2s|     1 |     0 |  1000 |     - |  39M|   0 | 400 |6426 |6426 |6426 |  13k| 401 |   0 |   0 | 0.000000e+00 | 2.200000e+01 |    Inf 
4.79/4.89	c   4.2s|     1 |     0 |  1600 |     - |  39M|   0 | 400 |6426 |6426 |6426 |  13k| 801 |   0 |   0 | 0.000000e+00 | 2.200000e+01 |    Inf 
5.89/5.96	c   5.3s|     1 |     0 |  2200 |     - |  39M|   0 | 400 |6426 |6426 |6426 |  13k|1203 |   0 |   0 | 0.000000e+00 | 2.200000e+01 |    Inf 
5.89/5.99	o 21
5.89/5.99	c s 5.3s|     1 |     0 |  2200 |     - |  39M|   0 | 400 |6426 |6426 |6426 |  13k|1203 |   0 |   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
7.09/7.13	c   6.5s|     1 |     0 |  2801 |     - |  39M|   0 | 400 |6426 |6426 |6426 |  14k|1606 |   0 |   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
8.28/8.31	c   7.6s|     1 |     0 |  3403 |     - |  40M|   0 | 400 |6426 |6426 |6426 |  14k|2010 |   0 |   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
8.28/8.34	o 17
8.28/8.34	c s 7.7s|     1 |     0 |  3403 |     - |  40M|   0 | 400 |6426 |6426 |6426 |  14k|2010 |   0 |   0 | 0.000000e+00 | 1.700000e+01 |    Inf 
9.49/9.55	c   8.8s|     1 |     0 |  4003 |     - |  40M|   0 | 400 |6426 |6426 |6426 |  15k|2411 |   0 |   0 | 0.000000e+00 | 1.700000e+01 |    Inf 
9.49/9.58	o 16
9.49/9.58	c s 8.9s|     1 |     0 |  4003 |     - |  40M|   0 | 400 |6426 |6426 |6426 |  15k|2411 |   0 |   0 | 0.000000e+00 | 1.600000e+01 |    Inf 
10.69/10.71	c   9.9s|     1 |     2 |  4003 |     - |  40M|   0 | 400 |6426 |6426 |6426 |  15k|2411 |   0 |  21 | 0.000000e+00 | 1.600000e+01 |    Inf 
1800.05/1800.61	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.05/1800.66	c 
1800.05/1800.66	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.66	c Solving Time (sec) : 1780.81
1800.05/1800.66	c Solving Nodes      : 444
1800.05/1800.66	c Primal Bound       : +1.60000000000000e+01 (4 solutions)
1800.05/1800.66	c Dual Bound         : +6.49616691494742e+00
1800.05/1800.66	c Gap                : 146.30 %
1800.05/1800.67	s SATISFIABLE
1800.05/1800.67	v -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 x192 -x191 -x190 -x189 -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 
1800.05/1800.67	v -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 
1800.05/1800.67	v -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 x147 -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 
1800.05/1800.67	v -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 
1800.05/1800.67	v -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 -x104 -x103 -x102 -x101 -x100 -x99 -x98 -x97 -x96 -x95 
1800.05/1800.67	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.05/1800.67	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.05/1800.67	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.05/1800.67	v -x19 -x18 x17 x16 -x15 x14 -x13 -x12 x11 x10 x9 x8 -x7 -x6 x5 x4 x3 x2 x1 
1800.05/1800.67	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.67	c Solving Time       :    1780.81
1800.05/1800.67	c Original Problem   :
1800.05/1800.67	c   Problem name     : HOME/instance-2665205-1276656557.opb
1800.05/1800.67	c   Variables        : 6426 (6426 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.05/1800.67	c   Constraints      : 6426 initial, 6426 maximal
1800.05/1800.67	c Presolved Problem  :
1800.05/1800.67	c   Problem name     : t_HOME/instance-2665205-1276656557.opb
1800.05/1800.67	c   Variables        : 6426 (6426 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.05/1800.67	c   Constraints      : 6426 initial, 6471 maximal
1800.05/1800.67	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.05/1800.67	c   trivial          :       0.01          0          0          0          0          0          0          0          0
1800.05/1800.67	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.67	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.67	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.67	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.67	c   probing          :       0.23          0          0          0          0          0          0          0          0
1800.05/1800.67	c   and              :       0.46          0          0          0          0          0          0          0          0
1800.05/1800.67	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.67	c   root node        :          -          0          -          -          0          -          -          -          -
1800.05/1800.67	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.67	c   integral         :          0          0          0        445          0          0          0          0          0        888
1800.05/1800.68	c   and              :       6226       2220      17111          1          0          5      16309     624783          0          0
1800.05/1800.68	c   logicor          :        200+         6       5468          0          0          7          0          0          0          0
1800.05/1800.68	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.05/1800.68	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.05/1800.68	c   integral         :     410.77       0.00       0.00     410.77       0.00
1800.05/1800.68	c   and              :      24.19      16.10       8.09       0.00       0.00
1800.05/1800.68	c   logicor          :       0.13       0.00       0.13       0.00       0.00
1800.05/1800.68	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.05/1800.68	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.05/1800.68	c   vbounds          :       0.01          2          0          0
1800.05/1800.68	c   rootredcost      :       0.02          1          0          0
1800.05/1800.68	c   pseudoobj        :       0.41      16936          4          0
1800.05/1800.68	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.05/1800.68	c   propagation      :       0.00         16         16         60       71.0          2       32.0          -
1800.05/1800.68	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.68	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.68	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.68	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.05/1800.68	c   applied globally :          -          -          -         45       47.9          -          -          -
1800.05/1800.68	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.05/1800.68	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.05/1800.68	c   cut pool         :       0.00          5          -          -          0          -    (maximal pool size: 2411)
1800.05/1800.68	c   redcost          :       1.72       2220          0          0          0          0
1800.05/1800.68	c   impliedbounds    :       0.04          6          0          0       2400          0
1800.05/1800.68	c   intobj           :       0.00          0          0          0          0          0
1800.05/1800.68	c   cgmip            :       0.00          0          0          0          0          0
1800.05/1800.68	c   gomory           :       0.36          6          0          0       3000          0
1800.05/1800.68	c   strongcg         :       0.36          6          0          0       3000          0
1800.05/1800.68	c   cmir             :       4.08          6          0          0       2400          0
1800.05/1800.68	c   flowcover        :       1.00          6          0          0          0          0
1800.05/1800.68	c   clique           :       0.39          6          0          0         11          0
1800.05/1800.68	c   zerohalf         :       0.00          0          0          0          0          0
1800.05/1800.68	c   mcf              :       0.02          1          0          0          0          0
1800.05/1800.68	c   rapidlearning    :       0.93          1          0          0          0          0
1800.05/1800.68	c Pricers            :       Time      Calls       Vars
1800.05/1800.68	c   problem variables:       0.00          0          0
1800.05/1800.68	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.68	c   relpscost        :     410.77        444          0          0          0          0        888
1800.05/1800.68	c   pscost           :       0.00          0          0          0          0          0          0
1800.05/1800.68	c   inference        :       0.00          0          0          0          0          0          0
1800.05/1800.68	c   mostinf          :       0.00          0          0          0          0          0          0
1800.05/1800.68	c   leastinf         :       0.00          0          0          0          0          0          0
1800.05/1800.68	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.05/1800.68	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.05/1800.68	c   random           :       0.00          0          0          0          0          0          0
1800.05/1800.68	c Primal Heuristics  :       Time      Calls      Found
1800.05/1800.68	c   LP solutions     :       0.00          -          0
1800.05/1800.68	c   pseudo solutions :       0.00          -          0
1800.05/1800.68	c   intshifting      :       0.00          0          0
1800.05/1800.68	c   oneopt           :       0.04          4          0
1800.05/1800.68	c   trivial          :       0.01          2          0
1800.05/1800.68	c   simplerounding   :       0.00          0          0
1800.05/1800.68	c   zirounding       :       0.80        444          0
1800.05/1800.68	c   rounding         :       3.35        690          0
1800.05/1800.68	c   shifting         :       2.65        245          4
1800.05/1800.68	c   twoopt           :       0.00          0          0
1800.05/1800.68	c   fixandinfer      :       0.00          0          0
1800.05/1800.68	c   feaspump         :       0.00          0          0
1800.05/1800.68	c   coefdiving       :      82.59         11          0
1800.05/1800.68	c   pscostdiving     :     100.20          7          0
1800.05/1800.68	c   fracdiving       :      92.71          9          0
1800.05/1800.68	c   veclendiving     :      10.77          6          0
1800.05/1800.68	c   intdiving        :       0.00          0          0
1800.05/1800.68	c   actconsdiving    :       0.00          0          0
1800.05/1800.68	c   objpscostdiving  :       5.02          3          0
1800.05/1800.68	c   rootsoldiving    :       5.31          7          0
1800.05/1800.68	c   linesearchdiving :      64.36         15          0
1800.05/1800.68	c   guideddiving     :      99.67          9          0
1800.05/1800.68	c   octane           :       0.00          0          0
1800.05/1800.68	c   rens             :       0.51          1          0
1800.05/1800.68	c   rins             :       0.00          0          0
1800.05/1800.68	c   localbranching   :       0.00          0          0
1800.05/1800.68	c   mutation         :       0.00          0          0
1800.05/1800.68	c   crossover        :       0.23          1          0
1800.05/1800.68	c   dins             :       0.00          0          0
1800.05/1800.68	c   undercover       :       0.02          1          0
1800.05/1800.68	c   nlp              :       0.00          0          0
1800.05/1800.68	c   trysol           :       0.01          0          0
1800.05/1800.68	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.05/1800.68	c   primal LP        :     236.15          0          0       0.00       0.00
1800.05/1800.68	c   dual LP          :     614.12       2664     836914     314.16    1362.79
1800.05/1800.68	c   lex dual LP      :       0.00          0          0       0.00          -
1800.05/1800.68	c   barrier LP       :       0.00          0          0       0.00          -
1800.05/1800.68	c   diving/probing LP:     414.80       8345     451674      54.13    1088.90
1800.05/1800.68	c   strong branching :     410.09       2121     520770     245.53    1269.89
1800.05/1800.68	c     (at root node) :          -         21       1071      51.00          -
1800.05/1800.68	c   conflict analysis:       0.00          0          0       0.00          -
1800.05/1800.68	c B&B Tree           :
1800.05/1800.68	c   number of runs   :          1
1800.05/1800.68	c   nodes            :        444
1800.05/1800.68	c   nodes (total)    :        444
1800.05/1800.68	c   nodes left       :        445
1800.05/1800.68	c   max depth        :         16
1800.05/1800.68	c   max depth (total):         16
1800.05/1800.68	c   backtracks       :        207 (46.6%)
1800.05/1800.68	c   delayed cutoffs  :          0
1800.05/1800.68	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1800.05/1800.68	c   avg switch length:       6.57
1800.05/1800.68	c   switching time   :     236.86
1800.05/1800.68	c Solution           :
1800.05/1800.68	c   Solutions found  :          4 (4 improvements)
1800.05/1800.68	c   First Solution   : +2.20000000000000e+01   (in run 1, after 1 nodes, 0.90 seconds, depth 0, found by <shifting>)
1800.05/1800.68	c   Primal Bound     : +1.60000000000000e+01   (in run 1, after 1 nodes, 8.85 seconds, depth 0, found by <shifting>)
1800.05/1800.68	c   Dual Bound       : +6.49616691494742e+00
1800.05/1800.68	c   Gap              :     146.30 %
1800.05/1800.68	c   Root Dual Bound  : +0.00000000000000e+00
1800.05/1800.68	c   Root Iterations  :       4003
1801.14/1801.79	c Time complete: 1801.23.

Verifier Data

OK	16

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2665205-1276656557/watcher-2665205-1276656557 -o /tmp/evaluation-result-2665205-1276656557/solver-2665205-1276656557 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2665205-1276656557.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: 0.92 1.02 1.07 3/105 14554
/proc/meminfo: memFree=1735052/2059040 swapFree=4192956/4192956
[pid=14554] ppid=14552 vsize=9288 CPUtime=0
/proc/14554/stat : 14554 (pbscip.linux.x8) R 14552 14554 14529 0 -1 4202496 1133 0 0 0 0 0 0 0 25 0 1 0 6949308 9510912 1054 1992294400 4194304 9819077 140735940037104 18446744073709551615 8675093 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14554/statm: 2322 1064 371 1374 0 943 0

[startup+0.0140521 s]
/proc/loadavg: 0.92 1.02 1.07 3/105 14554
/proc/meminfo: memFree=1735052/2059040 swapFree=4192956/4192956
[pid=14554] ppid=14552 vsize=11356 CPUtime=0
/proc/14554/stat : 14554 (pbscip.linux.x8) R 14552 14554 14529 0 -1 4202496 1763 0 0 0 0 0 0 0 25 0 1 0 6949308 11628544 1684 1992294400 4194304 9819077 140735940037104 18446744073709551615 4240605 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14554/statm: 2839 1684 389 1374 0 1460 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 11356

[startup+0.101035 s]
/proc/loadavg: 0.92 1.02 1.07 3/105 14554
/proc/meminfo: memFree=1735052/2059040 swapFree=4192956/4192956
[pid=14554] ppid=14552 vsize=28244 CPUtime=0.09
/proc/14554/stat : 14554 (pbscip.linux.x8) R 14552 14554 14529 0 -1 4202496 6400 0 0 0 7 2 0 0 25 0 1 0 6949308 28921856 5967 1992294400 4194304 9819077 140735940037104 18446744073709551615 4561370 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14554/statm: 7061 5967 450 1374 0 5682 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28244

[startup+0.301057 s]
/proc/loadavg: 0.92 1.02 1.07 3/105 14554
/proc/meminfo: memFree=1735052/2059040 swapFree=4192956/4192956
[pid=14554] ppid=14552 vsize=41488 CPUtime=0.29
/proc/14554/stat : 14554 (pbscip.linux.x8) R 14552 14554 14529 0 -1 4202496 9375 0 0 0 26 3 0 0 25 0 1 0 6949308 42483712 8942 1992294400 4194304 9819077 140735940037104 18446744073709551615 5968611 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14554/statm: 10372 8942 473 1374 0 8993 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 41488

[startup+0.701102 s]
/proc/loadavg: 0.92 1.02 1.07 3/105 14554
/proc/meminfo: memFree=1735052/2059040 swapFree=4192956/4192956
[pid=14554] ppid=14552 vsize=48436 CPUtime=0.69
/proc/14554/stat : 14554 (pbscip.linux.x8) R 14552 14554 14529 0 -1 4202496 12151 0 0 0 54 15 0 0 25 0 1 0 6949308 49598464 10690 1992294400 4194304 9819077 140735940037104 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14554/statm: 12109 10690 493 1374 0 10730 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 48436

[startup+1.50119 s]
/proc/loadavg: 0.92 1.02 1.07 2/106 14555
/proc/meminfo: memFree=1691644/2059040 swapFree=4192956/4192956
[pid=14554] ppid=14552 vsize=79084 CPUtime=1.49
/proc/14554/stat : 14554 (pbscip.linux.x8) R 14552 14554 14529 0 -1 4202496 21462 0 0 0 125 24 0 0 25 0 1 0 6949308 80982016 17050 1992294400 4194304 9819077 140735940037104 18446744073709551615 6043589 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14554/statm: 19771 17050 660 1374 0 18392 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 79084

[startup+3.10137 s]
/proc/loadavg: 0.93 1.02 1.07 2/106 14555
/proc/meminfo: memFree=1668704/2059040 swapFree=4192956/4192956
[pid=14554] ppid=14552 vsize=108892 CPUtime=3.09
/proc/14554/stat : 14554 (pbscip.linux.x8) R 14552 14554 14529 0 -1 4202496 29938 0 0 0 253 56 0 0 25 0 1 0 6949308 111505408 24089 1992294400 4194304 9819077 140735940037104 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14554/statm: 27223 24089 682 1374 0 25844 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 108892

[startup+6.30173 s]
/proc/loadavg: 0.93 1.02 1.07 2/106 14555
/proc/meminfo: memFree=1657792/2059040 swapFree=4192956/4192956
[pid=14554] ppid=14552 vsize=86208 CPUtime=6.29
/proc/14554/stat : 14554 (pbscip.linux.x8) R 14552 14554 14529 0 -1 4202496 30979 0 0 0 567 62 0 0 25 0 1 0 6949308 88276992 19863 1992294400 4194304 9819077 140735940037104 18446744073709551615 4424295 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14554/statm: 21552 19863 697 1374 0 20173 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 86208

[startup+12.7015 s]
/proc/loadavg: 0.94 1.02 1.06 2/106 14555
/proc/meminfo: memFree=1656924/2059040 swapFree=4192956/4192956
[pid=14554] ppid=14552 vsize=86000 CPUtime=12.69
/proc/14554/stat : 14554 (pbscip.linux.x8) R 14552 14554 14529 0 -1 4202496 49728 0 0 0 1194 75 0 0 25 0 1 0 6949308 88064000 19954 1992294400 4194304 9819077 140735940037104 18446744073709551615 7301834 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14554/statm: 21500 19954 718 1374 0 20121 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 86000

[startup+25.5009 s]
/proc/loadavg: 0.95 1.02 1.06 2/106 14555
/proc/meminfo: memFree=1656924/2059040 swapFree=4192956/4192956
[pid=14554] ppid=14552 vsize=84476 CPUtime=25.49
/proc/14554/stat : 14554 (pbscip.linux.x8) R 14552 14554 14529 0 -1 4202496 56015 0 0 0 2465 84 0 0 25 0 1 0 6949308 86503424 19944 1992294400 4194304 9819077 140735940037104 18446744073709551615 6597831 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14554/statm: 21119 19944 718 1374 0 19740 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 84476

[startup+51.1008 s]
/proc/loadavg: 0.96 1.02 1.06 2/106 14557
/proc/meminfo: memFree=1656924/2059040 swapFree=4192956/4192956
[pid=14554] ppid=14552 vsize=84476 CPUtime=51.07
/proc/14554/stat : 14554 (pbscip.linux.x8) R 14552 14554 14529 0 -1 4202496 63413 0 0 0 5011 96 0 0 25 0 1 0 6949308 86503424 19952 1992294400 4194304 9819077 140735940037104 18446744073709551615 7261393 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14554/statm: 21119 19952 725 1374 0 19740 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 84476

[startup+102.309 s]
/proc/loadavg: 0.98 1.01 1.06 2/106 14557
/proc/meminfo: memFree=1656924/2059040 swapFree=4192956/4192956
[pid=14554] ppid=14552 vsize=90216 CPUtime=102.26
/proc/14554/stat : 14554 (pbscip.linux.x8) R 14552 14554 14529 0 -1 4202496 89940 0 0 0 10098 128 0 0 25 0 1 0 6949308 92381184 20015 1992294400 4194304 9819077 140735940037104 18446744073709551615 7291095 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14554/statm: 22554 20015 725 1374 0 21175 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 90216

[startup+162.3 s]
/proc/loadavg: 0.99 1.00 1.05 2/106 14559
/proc/meminfo: memFree=1656800/2059040 swapFree=4192956/4192956
[pid=14554] ppid=14552 vsize=90100 CPUtime=162.24
/proc/14554/stat : 14554 (pbscip.linux.x8) R 14552 14554 14529 0 -1 4202496 165234 0 0 0 16048 176 0 0 25 0 1 0 6949308 92262400 20124 1992294400 4194304 9819077 140735940037104 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14554/statm: 22525 20124 726 1374 0 21146 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 90100

[startup+222.301 s]
/proc/loadavg: 0.99 1.00 1.04 2/106 14561
/proc/meminfo: memFree=1655932/2059040 swapFree=4192956/4192956
[pid=14554] ppid=14552 vsize=91748 CPUtime=222.21
/proc/14554/stat : 14554 (pbscip.linux.x8) R 14552 14554 14529 0 -1 4202496 264547 0 0 0 21979 242 0 0 25 0 1 0 6949308 93949952 20245 1992294400 4194304 9819077 140735940037104 18446744073709551615 7219907 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14554/statm: 22937 20245 726 1374 0 21558 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 91748

[startup+282.301 s]
/proc/loadavg: 0.99 1.00 1.04 2/106 14563
/proc/meminfo: memFree=1654816/2059040 swapFree=4192956/4192956
[pid=14554] ppid=14552 vsize=91672 CPUtime=282.2
/proc/14554/stat : 14554 (pbscip.linux.x8) R 14552 14554 14529 0 -1 4202496 372043 0 0 0 27911 309 0 0 25 0 1 0 6949308 93872128 20737 1992294400 4194304 9819077 140735940037104 18446744073709551615 7291715 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14554/statm: 22918 20737 726 1374 0 21539 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 91672

[startup+342.301 s]
/proc/loadavg: 0.99 1.00 1.03 3/106 14565
/proc/meminfo: memFree=1655808/2059040 swapFree=4192956/4192956
[pid=14554] ppid=14552 vsize=92936 CPUtime=342.18
/proc/14554/stat : 14554 (pbscip.linux.x8) R 14552 14554 14529 0 -1 4202496 477054 0 0 0 33844 374 0 0 25 0 1 0 6949308 95166464 20244 1992294400 4194304 9819077 140735940037104 18446744073709551615 7326287 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14554/statm: 23234 20244 726 1374 0 21855 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 92936

[startup+402.3 s]
/proc/loadavg: 0.99 1.00 1.03 2/106 14565
/proc/meminfo: memFree=1655684/2059040 swapFree=4192956/4192956
[pid=14554] ppid=14552 vsize=90244 CPUtime=402.16
/proc/14554/stat : 14554 (pbscip.linux.x8) R 14552 14554 14529 0 -1 4202496 578401 0 0 0 39781 435 0 0 25 0 1 0 6949308 92409856 20275 1992294400 4194304 9819077 140735940037104 18446744073709551615 6391565 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14554/statm: 22561 20275 726 1374 0 21182 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 90244

[startup+462.301 s]
/proc/loadavg: 0.99 1.00 1.02 2/106 14567
/proc/meminfo: memFree=1654940/2059040 swapFree=4192956/4192956
[pid=14554] ppid=14552 vsize=91720 CPUtime=462.15
/proc/14554/stat : 14554 (pbscip.linux.x8) R 14552 14554 14529 0 -1 4202496 688223 0 0 0 45717 498 0 0 25 0 1 0 6949308 93921280 20485 1992294400 4194304 9819077 140735940037104 18446744073709551615 6003412 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14554/statm: 22930 20485 726 1374 0 21551 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 91720

[startup+522.301 s]
/proc/loadavg: 0.99 1.00 1.02 2/106 14569
/proc/meminfo: memFree=1654444/2059040 swapFree=4192956/4192956
[pid=14554] ppid=14552 vsize=92660 CPUtime=522.12
/proc/14554/stat : 14554 (pbscip.linux.x8) R 14552 14554 14529 0 -1 4202496 805929 0 0 0 51650 562 0 0 25 0 1 0 6949308 94883840 20658 1992294400 4194304 9819077 140735940037104 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14554/statm: 23165 20658 726 1374 0 21786 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 92660

[startup+582.301 s]
/proc/loadavg: 0.99 1.00 1.01 2/106 14571
/proc/meminfo: memFree=1652584/2059040 swapFree=4192956/4192956
[pid=14554] ppid=14552 vsize=98040 CPUtime=582.1
/proc/14554/stat : 14554 (pbscip.linux.x8) R 14552 14554 14529 0 -1 4202496 930562 0 0 0 57578 632 0 0 25 0 1 0 6949308 100392960 21291 1992294400 4194304 9819077 140735940037104 18446744073709551615 6391563 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14554/statm: 24510 21291 726 1374 0 23131 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 98040

[startup+642.3 s]
/proc/loadavg: 0.99 1.00 1.00 2/106 14573
/proc/meminfo: memFree=1654320/2059040 swapFree=4192956/4192956
[pid=14554] ppid=14552 vsize=91960 CPUtime=642.09
/proc/14554/stat : 14554 (pbscip.linux.x8) R 14552 14554 14529 0 -1 4202496 1030261 0 0 0 63517 692 0 0 25 0 1 0 6949308 94167040 20706 1992294400 4194304 9819077 140735940037104 18446744073709551615 6391486 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14554/statm: 22990 20706 726 1374 0 21611 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 91960

[startup+702.301 s]

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

[startup+1002.3 s]
/proc/loadavg: 0.99 1.00 1.00 2/106 14590
/proc/meminfo: memFree=1647128/2059040 swapFree=4192956/4192956
[pid=14554] ppid=14552 vsize=103232 CPUtime=1001.97
/proc/14554/stat : 14554 (pbscip.linux.x8) R 14552 14554 14529 0 -1 4202496 1704640 0 0 0 99119 1078 0 0 25 0 1 0 6949308 105709568 22481 1992294400 4194304 9819077 140735940037104 18446744073709551615 6192313 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14554/statm: 25808 22481 730 1374 0 24429 0
Current children cumulated CPU time (s) 1001.97
Current children cumulated vsize (KiB) 103232

[startup+1062.3 s]
/proc/loadavg: 0.99 1.00 1.00 2/106 14592
/proc/meminfo: memFree=1642912/2059040 swapFree=4192956/4192956
[pid=14554] ppid=14552 vsize=99148 CPUtime=1061.95
/proc/14554/stat : 14554 (pbscip.linux.x8) R 14552 14554 14529 0 -1 4202496 1815440 0 0 0 105054 1141 0 0 25 0 1 0 6949308 101527552 22734 1992294400 4194304 9819077 140735940037104 18446744073709551615 7309268 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14554/statm: 24787 22734 730 1374 0 23408 0
Current children cumulated CPU time (s) 1061.95
Current children cumulated vsize (KiB) 99148

[startup+1122.3 s]
/proc/loadavg: 0.99 1.00 1.00 2/106 14594
/proc/meminfo: memFree=1646260/2059040 swapFree=4192956/4192956
[pid=14554] ppid=14552 vsize=101088 CPUtime=1121.93
/proc/14554/stat : 14554 (pbscip.linux.x8) R 14552 14554 14529 0 -1 4202496 1945985 0 0 0 110982 1211 0 0 25 0 1 0 6949308 103514112 22484 1992294400 4194304 9819077 140735940037104 18446744073709551615 7290967 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14554/statm: 25272 22484 730 1374 0 23893 0
Current children cumulated CPU time (s) 1121.93
Current children cumulated vsize (KiB) 101088

[startup+1182.3 s]
/proc/loadavg: 0.99 1.00 1.00 2/106 14596
/proc/meminfo: memFree=1645516/2059040 swapFree=4192956/4192956
[pid=14554] ppid=14552 vsize=105740 CPUtime=1181.91
/proc/14554/stat : 14554 (pbscip.linux.x8) R 14552 14554 14529 0 -1 4202496 2070329 0 0 0 116911 1280 0 0 25 0 1 0 6949308 108277760 22651 1992294400 4194304 9819077 140735940037104 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14554/statm: 26435 22651 730 1374 0 25056 0
Current children cumulated CPU time (s) 1181.91
Current children cumulated vsize (KiB) 105740

[startup+1242.3 s]
/proc/loadavg: 0.99 1.00 1.00 2/106 14596
/proc/meminfo: memFree=1644152/2059040 swapFree=4192956/4192956
[pid=14554] ppid=14552 vsize=109616 CPUtime=1241.9
/proc/14554/stat : 14554 (pbscip.linux.x8) R 14552 14554 14529 0 -1 4202496 2178593 0 0 0 122845 1345 0 0 25 0 1 0 6949308 112246784 23124 1992294400 4194304 9819077 140735940037104 18446744073709551615 7301652 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14554/statm: 27404 23124 730 1374 0 26025 0
Current children cumulated CPU time (s) 1241.9
Current children cumulated vsize (KiB) 109616

[startup+1302.3 s]
/proc/loadavg: 0.99 1.00 1.00 2/106 14598
/proc/meminfo: memFree=1643160/2059040 swapFree=4192956/4192956
[pid=14554] ppid=14552 vsize=108520 CPUtime=1301.88
/proc/14554/stat : 14554 (pbscip.linux.x8) R 14552 14554 14529 0 -1 4202496 2256842 0 0 0 128793 1395 0 0 25 0 1 0 6949308 111124480 23265 1992294400 4194304 9819077 140735940037104 18446744073709551615 7291639 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14554/statm: 27130 23265 730 1374 0 25751 0
Current children cumulated CPU time (s) 1301.88
Current children cumulated vsize (KiB) 108520

[startup+1362.3 s]
/proc/loadavg: 0.99 1.00 1.00 2/106 14600
/proc/meminfo: memFree=1644028/2059040 swapFree=4192956/4192956
[pid=14554] ppid=14552 vsize=106468 CPUtime=1361.87
/proc/14554/stat : 14554 (pbscip.linux.x8) R 14552 14554 14529 0 -1 4202496 2388369 0 0 0 134720 1467 0 0 25 0 1 0 6949308 109023232 23013 1992294400 4194304 9819077 140735940037104 18446744073709551615 7311653 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14554/statm: 26617 23013 730 1374 0 25238 0
Current children cumulated CPU time (s) 1361.87
Current children cumulated vsize (KiB) 106468

[startup+1422.31 s]
/proc/loadavg: 0.99 1.00 1.00 2/106 14602
/proc/meminfo: memFree=1642664/2059040 swapFree=4192956/4192956
[pid=14554] ppid=14552 vsize=111120 CPUtime=1421.85
/proc/14554/stat : 14554 (pbscip.linux.x8) R 14552 14554 14529 0 -1 4202496 2508988 0 0 0 140646 1539 0 0 25 0 1 0 6949308 113786880 23471 1992294400 4194304 9819077 140735940037104 18446744073709551615 7290971 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14554/statm: 27780 23471 730 1374 0 26401 0
Current children cumulated CPU time (s) 1421.85
Current children cumulated vsize (KiB) 111120

[startup+1482.3 s]
/proc/loadavg: 0.99 1.00 1.00 2/106 14604
/proc/meminfo: memFree=1641300/2059040 swapFree=4192956/4192956
[pid=14554] ppid=14552 vsize=110016 CPUtime=1481.83
/proc/14554/stat : 14554 (pbscip.linux.x8) R 14552 14554 14529 0 -1 4202496 2602994 0 0 0 146589 1594 0 0 25 0 1 0 6949308 112656384 23859 1992294400 4194304 9819077 140735940037104 18446744073709551615 6391486 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14554/statm: 27504 23859 730 1374 0 26125 0
Current children cumulated CPU time (s) 1481.83
Current children cumulated vsize (KiB) 110016

[startup+1542.3 s]
/proc/loadavg: 0.99 1.00 1.00 2/106 14606
/proc/meminfo: memFree=1642168/2059040 swapFree=4192956/4192956
[pid=14554] ppid=14552 vsize=104324 CPUtime=1541.81
/proc/14554/stat : 14554 (pbscip.linux.x8) R 14552 14554 14529 0 -1 4202496 2736077 0 0 0 152513 1668 0 0 25 0 1 0 6949308 106827776 23525 1992294400 4194304 9819077 140735940037104 18446744073709551615 7312735 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14554/statm: 26081 23525 730 1374 0 24702 0
Current children cumulated CPU time (s) 1541.81
Current children cumulated vsize (KiB) 104324

[startup+1602.3 s]
/proc/loadavg: 0.99 1.00 1.00 2/106 14606
/proc/meminfo: memFree=1641300/2059040 swapFree=4192956/4192956
[pid=14554] ppid=14552 vsize=104772 CPUtime=1601.8
/proc/14554/stat : 14554 (pbscip.linux.x8) R 14552 14554 14529 0 -1 4202496 2840253 0 0 0 158450 1730 0 0 25 0 1 0 6949308 107286528 23743 1992294400 4194304 9819077 140735940037104 18446744073709551615 6004033 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14554/statm: 26193 23743 730 1374 0 24814 0
Current children cumulated CPU time (s) 1601.8
Current children cumulated vsize (KiB) 104772

[startup+1662.3 s]
/proc/loadavg: 0.99 1.00 1.00 2/106 14608
/proc/meminfo: memFree=1640184/2059040 swapFree=4192956/4192956
[pid=14554] ppid=14552 vsize=106016 CPUtime=1661.78
/proc/14554/stat : 14554 (pbscip.linux.x8) R 14552 14554 14529 0 -1 4202496 2937286 0 0 0 164397 1781 0 0 25 0 1 0 6949308 108560384 23754 1992294400 4194304 9819077 140735940037104 18446744073709551615 5813322 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14554/statm: 26504 23754 730 1374 0 25125 0
Current children cumulated CPU time (s) 1661.78
Current children cumulated vsize (KiB) 106016

[startup+1722.3 s]
/proc/loadavg: 0.99 1.00 1.00 2/106 14610
/proc/meminfo: memFree=1639812/2059040 swapFree=4192956/4192956
[pid=14554] ppid=14552 vsize=113356 CPUtime=1721.76
/proc/14554/stat : 14554 (pbscip.linux.x8) R 14552 14554 14529 0 -1 4202496 3060160 0 0 0 170328 1848 0 0 25 0 1 0 6949308 116076544 24294 1992294400 4194304 9819077 140735940037104 18446744073709551615 7326150 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14554/statm: 28339 24294 730 1374 0 26960 0
Current children cumulated CPU time (s) 1721.76
Current children cumulated vsize (KiB) 113356

[startup+1782.3 s]
/proc/loadavg: 0.99 1.00 1.00 2/106 14612
/proc/meminfo: memFree=1640060/2059040 swapFree=4192956/4192956
[pid=14554] ppid=14552 vsize=105032 CPUtime=1781.74
/proc/14554/stat : 14554 (pbscip.linux.x8) R 14552 14554 14529 0 -1 4202496 3157558 0 0 0 176273 1901 0 0 25 0 1 0 6949308 107552768 23938 1992294400 4194304 9819077 140735940037104 18446744073709551615 6697388 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14554/statm: 26258 23938 730 1374 0 24879 0
Current children cumulated CPU time (s) 1781.74
Current children cumulated vsize (KiB) 105032



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 0.99 1.00 1.00 2/106 14612
/proc/meminfo: memFree=1636340/2059040 swapFree=4192956/4192956
[pid=14554] ppid=14552 vsize=114616 CPUtime=1800.05
/proc/14554/stat : 14554 (pbscip.linux.x8) R 14552 14554 14529 0 -1 4202496 3200753 0 0 0 178081 1924 0 0 25 0 1 0 6949308 117366784 24875 1992294400 4194304 9819077 140735940037104 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14554/statm: 28654 24875 730 1374 0 27275 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 114616

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

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

[startup+1801.4 s]
/proc/loadavg: 0.99 1.00 1.00 2/106 14612
/proc/meminfo: memFree=1636340/2059040 swapFree=4192956/4192956
[pid=14554] ppid=14552 vsize=107200 CPUtime=1800.84
/proc/14554/stat : 14554 (pbscip.linux.x8) R 14552 14554 14529 0 -1 4202496 3201032 0 0 0 178159 1925 0 0 25 0 1 0 6949308 109772800 24046 1992294400 4194304 9819077 140735940037104 18446744073709551615 7302709 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14554/statm: 26800 24046 731 1374 0 25421 0
Current children cumulated CPU time (s) 1800.84
Current children cumulated vsize (KiB) 107200

[startup+1801.6 s]
/proc/loadavg: 0.99 1.00 1.00 2/106 14612
/proc/meminfo: memFree=1636340/2059040 swapFree=4192956/4192956
[pid=14554] ppid=14552 vsize=107200 CPUtime=1801.04
/proc/14554/stat : 14554 (pbscip.linux.x8) R 14552 14554 14529 0 -1 4202496 3201032 0 0 0 178179 1925 0 0 25 0 1 0 6949308 109772800 24046 1992294400 4194304 9819077 140735940037104 18446744073709551615 7302709 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14554/statm: 26800 24046 731 1374 0 25421 0
Current children cumulated CPU time (s) 1801.04
Current children cumulated vsize (KiB) 107200

[startup+1801.7 s]
/proc/loadavg: 0.99 1.00 1.00 2/107 14613
/proc/meminfo: memFree=1640796/2059040 swapFree=4192956/4192956
[pid=14554] ppid=14552 vsize=105468 CPUtime=1801.14
/proc/14554/stat : 14554 (pbscip.linux.x8) R 14552 14554 14529 0 -1 4202496 3201078 0 0 0 178189 1925 0 0 25 0 1 0 6949308 107999232 23600 1992294400 4194304 9819077 140735940037104 18446744073709551615 6027718 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14554/statm: 26367 23600 731 1374 0 24988 0
Current children cumulated CPU time (s) 1801.14
Current children cumulated vsize (KiB) 105468

Child status: 0
Real time (s): 1801.8
CPU time (s): 1801.24
CPU user time (s): 1781.97
CPU system time (s): 19.2621
CPU usage (%): 99.9689
Max. virtual memory (cumulated for all children) (KiB): 121280

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

runsolver used 3.02054 second user time and 8.46871 second system time

The end

Launcher Data

Begin job on node088 at 2010-06-16 04:49:17
IDJOB=2665205
IDBENCH=48148
IDSOLVER=1168
FILE ID=node088/2665205-1276656557
PBS_JOBID= 11172469
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_5.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-2665205-1276656557/watcher-2665205-1276656557 -o /tmp/evaluation-result-2665205-1276656557/solver-2665205-1276656557 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2665205-1276656557.opb -t 1800 -m 1800

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

MD5SUM BENCH= e3f554c192a1ee7b261cc2808827870e
RANDOM SEED=296786265

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.217
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.43
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.217
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5999.41
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1735704 kB
Buffers:         42952 kB
Cached:         143188 kB
SwapCached:          0 kB
Active:          97216 kB
Inactive:       148664 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1735704 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            6500 kB
Writeback:          12 kB
AnonPages:       59796 kB
Mapped:          15540 kB
Slab:            55936 kB
PageTables:       4016 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181464 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 node088 at 2010-06-16 05:19:20