Trace number 2703898

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver? 1789.74 1790.14

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/golomb-rulers/normalized-OGR_14.opb
MD5SUM308ce6e771b8240fefc971d6e27a7575
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark154
Best CPU time to get the best result obtained on this benchmark1798.03
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 142
Optimality of the best value was proved NO
Number of variables3297
Total number of constraints6383
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 constraints6383
Minimum length of a constraint16
Maximum length of a constraint33
Number of terms in the objective function 8
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 255
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 256
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 1411
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 1.2.1.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2703898-1278561074.opb>
0.29/0.37	c original problem has 3297 variables (3297 bin, 0 int, 0 impl, 0 cont) and 6383 constraints
0.29/0.37	c problem read
0.29/0.37	c presolving settings loaded
0.39/0.50	c presolving:
0.49/0.58	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 182 chg sides, 182 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.59/0.63	c (round 2) 0 del vars, 3094 del conss, 0 chg bounds, 182 chg sides, 182 chg coeffs, 104 upgd conss, 0 impls, 0 clqs
0.59/0.68	c (round 3) 0 del vars, 3094 del conss, 0 chg bounds, 182 chg sides, 182 chg coeffs, 195 upgd conss, 1092 impls, 0 clqs
2.19/2.27	c    (1.9s) probing: 113/3297 (3.4%) - 0 fixings, 0 aggregations, 2730 implications, 0 bound changes
2.19/2.27	c    (1.9s) probing aborted: 100/100 successive totally useless probings
2.19/2.27	c presolving (4 rounds):
2.19/2.27	c  0 deleted vars, 3094 deleted constraints, 0 tightened bounds, 0 added holes, 182 changed sides, 182 changed coefficients
2.19/2.27	c  6552 implications, 0 cliques
2.19/2.27	c presolved problem has 3297 variables (3297 bin, 0 int, 0 impl, 0 cont) and 3289 constraints
2.19/2.27	c     195 constraints of type <knapsack>
2.19/2.27	c    3094 constraints of type <linear>
2.19/2.27	c transformed objective value is always integral (scale: 1)
2.19/2.27	c Presolving Time: 1.79
2.19/2.27	c - non default parameters ----------------------------------------------------------------------
2.19/2.27	c # SCIP version 1.2.1.3
2.19/2.27	c 
2.19/2.27	c # frequency for displaying node information lines
2.19/2.27	c # [type: int, range: [-1,2147483647], default: 100]
2.19/2.27	c display/freq = 10000
2.19/2.27	c 
2.19/2.27	c # maximal time in seconds to run
2.19/2.27	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
2.19/2.27	c limits/time = 1789.63
2.19/2.27	c 
2.19/2.27	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
2.19/2.27	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
2.19/2.27	c limits/memory = 1620
2.19/2.27	c 
2.19/2.27	c # default clock type (1: CPU user seconds, 2: wall clock time)
2.19/2.27	c # [type: int, range: [1,2], default: 1]
2.19/2.27	c timing/clocktype = 2
2.19/2.27	c 
2.19/2.27	c # should presolving try to simplify inequalities
2.19/2.27	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
2.19/2.27	c constraints/linear/simplifyinequalities = TRUE
2.19/2.27	c 
2.19/2.27	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
2.19/2.27	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
2.19/2.27	c constraints/indicator/addCouplingCons = TRUE
2.19/2.27	c 
2.19/2.27	c # should presolving try to simplify knapsacks
2.19/2.27	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
2.19/2.27	c constraints/knapsack/simplifyinequalities = TRUE
2.19/2.27	c 
2.19/2.27	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
2.19/2.27	c # [type: int, range: [-1,2147483647], default: -1]
2.19/2.27	c separating/rapidlearning/freq = 0
2.19/2.27	c 
2.19/2.27	c -----------------------------------------------------------------------------------------------
2.19/2.27	c start solving
2.19/2.27	c 
2.99/3.10	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
3.09/3.10	c   2.7s|     1 |     0 |  3824 |     - |  26M|   0 |1917 |3297 |3289 |3297 |3289 |   0 |   0 |   0 | 1.300000e+01 |      --      |    Inf 
10.59/10.63	c  10.3s|     1 |     0 |  9719 |     - |  27M|   0 |1926 |3297 |3289 |3297 |3337 |  48 |   0 |   0 | 1.300000e+01 |      --      |    Inf 
11.29/11.34	c  11.0s|     1 |     0 |  9778 |     - |  28M|   0 |1934 |3297 |3289 |3297 |3428 | 139 |   0 |   0 | 1.300000e+01 |      --      |    Inf 
12.29/12.36	c  12.0s|     1 |     0 | 10111 |     - |  28M|   0 |1949 |3297 |3289 |3297 |3553 | 264 |   0 |   0 | 1.300000e+01 |      --      |    Inf 
13.69/13.77	c  13.4s|     1 |     0 | 10619 |     - |  29M|   0 |1946 |3297 |3289 |3297 |3683 | 394 |   0 |   0 | 1.300314e+01 |      --      |    Inf 
15.19/15.24	c  14.9s|     1 |     0 | 11117 |     - |  29M|   0 |1948 |3297 |3289 |3297 |3781 | 492 |   0 |   0 | 1.320000e+01 |      --      |    Inf 
17.39/17.43	c  17.1s|     1 |     0 | 11629 |     - |  30M|   0 |1941 |3297 |3289 |3297 |3873 | 584 |   0 |   0 | 1.320000e+01 |      --      |    Inf 
19.70/19.79	c  19.4s|     1 |     0 | 12369 |     - |  30M|   0 |1947 |3297 |3289 |3297 |3955 | 666 |   0 |   0 | 1.320000e+01 |      --      |    Inf 
22.49/22.50	c  22.1s|     1 |     0 | 13049 |     - |  31M|   0 |1942 |3297 |3289 |3297 |4012 | 723 |   0 |   0 | 1.320000e+01 |      --      |    Inf 
24.99/25.03	c  24.7s|     1 |     0 | 13860 |     - |  31M|   0 |1948 |3297 |3289 |3297 |4121 | 832 |   0 |   0 | 1.320000e+01 |      --      |    Inf 
27.78/27.87	c  27.5s|     1 |     0 | 14785 |     - |  32M|   0 |1946 |3297 |3289 |3297 |4233 | 944 |   0 |   0 | 1.333333e+01 |      --      |    Inf 
30.19/30.22	c  29.8s|     1 |     0 | 16366 |     - |  32M|   0 |1933 |3297 |3289 |3297 |4255 | 966 |   0 |   0 | 1.376000e+01 |      --      |    Inf 
31.68/31.79	c  31.4s|     1 |     0 | 17166 |     - |  32M|   0 |1929 |3297 |3289 |3297 |4202 | 993 |   0 |   0 | 1.376000e+01 |      --      |    Inf 
33.29/33.39	c  33.0s|     1 |     0 | 18047 |     - |  32M|   0 |1844 |3297 |3289 |3297 |4221 |1012 |   0 |   0 | 1.400000e+01 |      --      |    Inf 
34.79/34.88	c  34.5s|     1 |     0 | 18951 |     - |  32M|   0 |1846 |3297 |3289 |3297 |4242 |1033 |   0 |   0 | 1.400000e+01 |      --      |    Inf 
36.39/36.44	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
36.39/36.44	c  36.1s|     1 |     0 | 20013 |     - |  32M|   0 |1821 |3297 |3289 |3297 |4262 |1053 |   0 |   0 | 1.400000e+01 |      --      |    Inf 
37.98/38.04	c  37.7s|     1 |     0 | 20957 |     - |  32M|   0 |1815 |3297 |3289 |3297 |4281 |1072 |   0 |   0 | 1.400000e+01 |      --      |    Inf 
39.59/39.64	c  39.3s|     1 |     0 | 21806 |     - |  32M|   0 |1812 |3297 |3289 |3297 |4315 |1106 |   0 |   0 | 1.400000e+01 |      --      |    Inf 
41.99/42.00	c  41.6s|     1 |     0 | 23504 |     - |  32M|   0 |1797 |3297 |3289 |3297 |3873 |1132 |   0 |   0 | 1.400000e+01 |      --      |    Inf 
84.87/84.99	c  84.6s|     1 |     2 | 23504 |     - |  32M|   0 |1797 |3297 |3289 |3297 |3873 |1132 |   0 |  35 | 1.400000e+01 |      --      |    Inf 
1789.60/1790.01	c 
1789.60/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1789.60/1790.01	c Solving Time (sec) : 1789.63
1789.60/1790.01	c Solving Nodes      : 7697
1789.60/1790.01	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1789.60/1790.01	c Dual Bound         : +1.40000000000000e+01
1789.60/1790.01	c Gap                : infinite
1789.60/1790.01	s UNKNOWN
1789.60/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1789.60/1790.01	c Solving Time       :    1789.63
1789.60/1790.01	c Original Problem   :
1789.60/1790.01	c   Problem name     : HOME/instance-2703898-1278561074.opb
1789.60/1790.01	c   Variables        : 3297 (3297 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.60/1790.01	c   Constraints      : 6383 initial, 6383 maximal
1789.60/1790.01	c Presolved Problem  :
1789.60/1790.01	c   Problem name     : t_HOME/instance-2703898-1278561074.opb
1789.60/1790.01	c   Variables        : 3297 (3297 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.60/1790.01	c   Constraints      : 3289 initial, 5143 maximal
1789.60/1790.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1789.60/1790.01	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1789.60/1790.01	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1789.60/1790.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1789.60/1790.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1789.60/1790.01	c   implics          :       0.00          0          0          0          0          0          0          0          0
1789.60/1790.01	c   probing          :       1.58          0          0          0          0          0          0          0          0
1789.60/1790.01	c   knapsack         :       0.01          0          0          0          0          0          0          0          0
1789.60/1790.01	c   linear           :       0.16          0          0          0          0          0       3094        182        182
1789.60/1790.01	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1789.60/1790.01	c   root node        :          -          0          -          -          0          -          -          -          -
1789.60/1790.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1789.60/1790.01	c   integral         :          0          0          0       7682          0          5       7805          0          0      12200
1789.60/1790.01	c   knapsack         :        195         18      39909          0          1         51      17446       2319          0          0
1789.60/1790.01	c   linear           :       3094         18      39858          0          0        199     323275          0          0          0
1789.60/1790.01	c   logicor          :          0+         0      12527          0          0          5       6268          0          0          0
1789.60/1790.01	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1789.60/1790.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1789.60/1790.01	c   integral         :     788.84       0.00       0.00     788.84       0.00
1789.60/1790.01	c   knapsack         :       3.24       0.11       3.13       0.00       0.00
1789.60/1790.01	c   linear           :      63.02       0.02      63.00       0.00       0.00
1789.60/1790.01	c   logicor          :       0.79       0.00       0.79       0.00       0.00
1789.60/1790.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1789.60/1790.01	c Propagators        :       Time      Calls    Cutoffs    DomReds
1789.60/1790.01	c   vbounds          :       0.02          2          0          0
1789.60/1790.01	c   rootredcost      :       0.04          0          0          0
1789.60/1790.01	c   pseudoobj        :       0.06      39679          0          0
1789.60/1790.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1789.60/1790.01	c   propagation      :       0.04        255        255       2006       33.7         16       15.5          -
1789.60/1790.01	c   infeasible LP    :       2.62       1597       1597       2889       14.2         77       12.9          0
1789.60/1790.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1789.60/1790.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1789.60/1790.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1789.60/1790.01	c   applied globally :          -          -          -       3709       18.4          -          -          -
1789.60/1790.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1789.60/1790.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1789.60/1790.01	c   cut pool         :       0.02         17          -          -      11239          -    (maximal pool size: 6377)
1789.60/1790.01	c   redcost          :       2.04       7026          0         60          0          0
1789.60/1790.01	c   impliedbounds    :       0.01         18          0          0         27          0
1789.60/1790.01	c   intobj           :       0.00          0          0          0          0          0
1789.60/1790.01	c   cgmip            :       0.00          0          0          0          0          0
1789.60/1790.01	c   gomory           :       1.94         18          0          0        562          0
1789.60/1790.01	c   strongcg         :       1.92         18          0          0        413          0
1789.60/1790.01	c   cmir             :       4.22         10          0          0       5000          0
1789.60/1790.01	c   flowcover        :       4.34         10          0          0       2000          0
1789.60/1790.01	c   clique           :       0.00          1          0          0          0          0
1789.60/1790.01	c   zerohalf         :       0.00          0          0          0          0          0
1789.60/1790.01	c   mcf              :       0.00          1          0          0          0          0
1789.60/1790.01	c   rapidlearning    :       1.21          1          0          0          0          0
1789.60/1790.01	c Pricers            :       Time      Calls       Vars
1789.60/1790.01	c   problem variables:       0.00          0          0
1789.60/1790.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1789.60/1790.01	c   relpscost        :     788.81       7682          5       7805          0          0      12200
1789.60/1790.01	c   pscost           :       0.00          0          0          0          0          0          0
1789.60/1790.01	c   inference        :       0.00          1          0          0          0          0          2
1789.60/1790.01	c   mostinf          :       0.00          0          0          0          0          0          0
1789.60/1790.01	c   leastinf         :       0.00          0          0          0          0          0          0
1789.60/1790.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1789.60/1790.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1789.60/1790.01	c   random           :       0.00          0          0          0          0          0          0
1789.60/1790.01	c Primal Heuristics  :       Time      Calls      Found
1789.60/1790.01	c   LP solutions     :       0.00          -          0
1789.60/1790.01	c   pseudo solutions :       0.00          -          0
1789.60/1790.01	c   oneopt           :       0.01          0          0
1789.60/1790.01	c   crossover        :       0.01          0          0
1789.60/1790.01	c   guideddiving     :       0.00          0          0
1789.60/1790.01	c   rootsoldiving    :       0.68          1          0
1789.60/1790.01	c   coefdiving       :       2.58          2          0
1789.60/1790.01	c   pscostdiving     :       7.26          2          0
1789.60/1790.01	c   fracdiving       :      35.70          2          0
1789.60/1790.01	c   veclendiving     :       1.48          2          0
1789.60/1790.01	c   linesearchdiving :       0.57          2          0
1789.60/1790.01	c   feaspump         :       6.85          2          0
1789.60/1790.01	c   objpscostdiving  :       3.93          2          0
1789.60/1790.01	c   trivial          :       0.01          2          0
1789.60/1790.01	c   simplerounding   :       0.00          0          0
1789.60/1790.01	c   zirounding       :       0.43       1000          0
1789.60/1790.01	c   rounding         :       2.91       1191          0
1789.60/1790.01	c   shifting         :      11.79        341          0
1789.60/1790.01	c   intshifting      :       0.00          0          0
1789.60/1790.01	c   twoopt           :       0.00          0          0
1789.60/1790.01	c   fixandinfer      :       0.00          0          0
1789.60/1790.01	c   intdiving        :       0.00          0          0
1789.60/1790.01	c   actconsdiving    :       0.00          0          0
1789.60/1790.01	c   octane           :       0.00          0          0
1789.60/1790.01	c   rens             :       0.01          0          0
1789.60/1790.01	c   rins             :       0.00          0          0
1789.60/1790.01	c   localbranching   :       0.00          0          0
1789.60/1790.01	c   mutation         :       0.00          0          0
1789.60/1790.01	c   dins             :       0.00          0          0
1789.60/1790.01	c   undercover       :       0.00          0          0
1789.60/1790.01	c   nlp              :       0.01          0          0
1789.60/1790.01	c   trysol           :       0.01          0          0
1789.60/1790.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1789.60/1790.01	c   primal LP        :       0.06          0          0       0.00       0.00
1789.60/1790.01	c   dual LP          :     804.78       8864    1365669     154.07    1696.94
1789.60/1790.01	c   lex dual LP      :       0.00          0          0       0.00          -
1789.60/1790.01	c   barrier LP       :       0.00          0          0       0.00          -
1789.60/1790.01	c   diving/probing LP:      56.05        746      90081     120.75    1607.24
1789.60/1790.01	c   strong branching :     783.13       9289     819852      88.26    1046.89
1789.60/1790.01	c     (at root node) :          -         35      34501     985.74          -
1789.60/1790.01	c   conflict analysis:       0.00          0          0       0.00          -
1789.60/1790.01	c B&B Tree           :
1789.60/1790.01	c   number of runs   :          1
1789.60/1790.01	c   nodes            :       7697
1789.60/1790.01	c   nodes (total)    :       7697
1789.60/1790.01	c   nodes left       :       4452
1789.60/1790.01	c   max depth        :        562
1789.60/1790.01	c   max depth (total):        562
1789.60/1790.01	c   backtracks       :        337 (4.4%)
1789.60/1790.01	c   delayed cutoffs  :         54
1789.60/1790.01	c   repropagations   :      20565 (66275 domain reductions, 51 cutoffs)
1789.60/1790.01	c   avg switch length:       7.32
1789.60/1790.01	c   switching time   :      12.89
1789.60/1790.01	c Solution           :
1789.60/1790.01	c   Solutions found  :          0 (0 improvements)
1789.60/1790.01	c   Primal Bound     :          -
1789.60/1790.01	c   Dual Bound       : +1.40000000000000e+01
1789.60/1790.01	c   Gap              :   infinite
1789.60/1790.01	c   Root Dual Bound  : +1.40000000000000e+01
1789.60/1790.01	c   Root Iterations  :      23504
1789.70/1790.13	c Time complete: 1789.73.

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2703898-1278561074/watcher-2703898-1278561074 -o /tmp/evaluation-result-2703898-1278561074/solver-2703898-1278561074 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2703898-1278561074.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.93 0.98 0.99 3/106 28014
/proc/meminfo: memFree=1582492/2059040 swapFree=4139744/4192956
[pid=28014] ppid=28012 vsize=7904 CPUtime=0
/proc/28014/stat : 28014 (pbscip.linux.x8) R 28012 28014 27827 0 -1 4202496 1050 0 0 0 0 0 0 0 20 0 1 0 24314960 8093696 963 1992294400 4194304 8395647 140735976720064 18446744073709551615 7382157 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/28014/statm: 1976 971 365 1026 0 946 0

[startup+0.0112081 s]
/proc/loadavg: 0.93 0.98 0.99 3/106 28014
/proc/meminfo: memFree=1582492/2059040 swapFree=4139744/4192956
[pid=28014] ppid=28012 vsize=9964 CPUtime=0
/proc/28014/stat : 28014 (pbscip.linux.x8) R 28012 28014 27827 0 -1 4202496 1575 0 0 0 0 0 0 0 20 0 1 0 24314960 10203136 1487 1992294400 4194304 8395647 140735976720064 18446744073709551615 7382157 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/28014/statm: 2491 1499 374 1026 0 1461 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9964

[startup+0.101211 s]
/proc/loadavg: 0.93 0.98 0.99 3/106 28014
/proc/meminfo: memFree=1582492/2059040 swapFree=4139744/4192956
[pid=28014] ppid=28012 vsize=12556 CPUtime=0.09
/proc/28014/stat : 28014 (pbscip.linux.x8) R 28012 28014 27827 0 -1 4202496 2425 0 0 0 9 0 0 0 20 0 1 0 24314960 12857344 2337 1992294400 4194304 8395647 140735976720064 18446744073709551615 7324744 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/28014/statm: 3139 2337 393 1026 0 2109 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12556

[startup+0.301224 s]
/proc/loadavg: 0.93 0.98 0.99 3/106 28014
/proc/meminfo: memFree=1582492/2059040 swapFree=4139744/4192956
[pid=28014] ppid=28012 vsize=18040 CPUtime=0.29
/proc/28014/stat : 28014 (pbscip.linux.x8) R 28012 28014 27827 0 -1 4202496 3794 0 0 0 28 1 0 0 20 0 1 0 24314960 18472960 3706 1992294400 4194304 8395647 140735976720064 18446744073709551615 7382020 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/28014/statm: 4510 3706 393 1026 0 3480 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18040

[startup+0.701248 s]
/proc/loadavg: 0.93 0.98 0.99 3/106 28014
/proc/meminfo: memFree=1582492/2059040 swapFree=4139744/4192956
[pid=28014] ppid=28012 vsize=68568 CPUtime=0.69
/proc/28014/stat : 28014 (pbscip.linux.x8) R 28012 28014 27827 0 -1 4202496 16040 0 0 0 64 5 0 0 21 0 1 0 24314960 70213632 15598 1992294400 4194304 8395647 140735976720064 18446744073709551615 5005929 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28014/statm: 17142 15598 490 1026 0 16112 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 68568

[startup+1.5013 s]
/proc/loadavg: 0.93 0.98 0.99 2/107 28015
/proc/meminfo: memFree=1521724/2059040 swapFree=4139744/4192956
[pid=28014] ppid=28012 vsize=68568 CPUtime=1.49
/proc/28014/stat : 28014 (pbscip.linux.x8) R 28012 28014 27827 0 -1 4202496 16073 0 0 0 144 5 0 0 23 0 1 0 24314960 70213632 15631 1992294400 4194304 8395647 140735976720064 18446744073709551615 4996112 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28014/statm: 17142 15631 492 1026 0 16112 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 68568

[startup+3.1004 s]
/proc/loadavg: 0.93 0.98 0.99 2/107 28015
/proc/meminfo: memFree=1521104/2059040 swapFree=4139744/4192956
[pid=28014] ppid=28012 vsize=86264 CPUtime=3.09
/proc/28014/stat : 28014 (pbscip.linux.x8) R 28012 28014 27827 0 -1 4202496 21289 0 0 0 301 8 0 0 25 0 1 0 24314960 88334336 19968 1992294400 4194304 8395647 140735976720064 18446744073709551615 7430400 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28014/statm: 21566 19968 654 1026 0 20536 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 86264

[startup+6.3006 s]
/proc/loadavg: 0.93 0.98 0.99 2/107 28015
/proc/meminfo: memFree=1504116/2059040 swapFree=4139744/4192956
[pid=28014] ppid=28012 vsize=86264 CPUtime=6.29
/proc/28014/stat : 28014 (pbscip.linux.x8) R 28012 28014 27827 0 -1 4202496 21371 0 0 0 620 9 0 0 25 0 1 0 24314960 88334336 20009 1992294400 4194304 8395647 140735976720064 18446744073709551615 6758175 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28014/statm: 21566 20009 615 1026 0 20536 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 86264

[startup+12.701 s]
/proc/loadavg: 0.94 0.98 0.99 2/107 28015
/proc/meminfo: memFree=1464560/2059040 swapFree=4139744/4192956
[pid=28014] ppid=28012 vsize=127496 CPUtime=12.69
/proc/28014/stat : 28014 (pbscip.linux.x8) R 28012 28014 27827 0 -1 4202496 31297 0 0 0 1253 16 0 0 25 0 1 0 24314960 130555904 29897 1992294400 4194304 8395647 140735976720064 18446744073709551615 6201917 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28014/statm: 31874 29897 620 1026 0 30844 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 127496

[startup+25.5008 s]
/proc/loadavg: 0.95 0.98 0.99 3/107 28015
/proc/meminfo: memFree=1464560/2059040 swapFree=4139744/4192956
[pid=28014] ppid=28012 vsize=127496 CPUtime=25.49
/proc/28014/stat : 28014 (pbscip.linux.x8) R 28012 28014 27827 0 -1 4202496 31310 0 0 0 2530 19 0 0 25 0 1 0 24314960 130555904 29908 1992294400 4194304 8395647 140735976720064 18446744073709551615 6197330 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28014/statm: 31874 29908 618 1026 0 30844 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 127496

[startup+51.1014 s]
/proc/loadavg: 0.97 0.98 0.99 2/107 28017
/proc/meminfo: memFree=1453524/2059040 swapFree=4139744/4192956
[pid=28014] ppid=28012 vsize=139920 CPUtime=51.08
/proc/28014/stat : 28014 (pbscip.linux.x8) R 28012 28014 27827 0 -1 4202496 34072 0 0 0 5077 31 0 0 25 0 1 0 24314960 143278080 32670 1992294400 4194304 8395647 140735976720064 18446744073709551615 6698051 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28014/statm: 34980 32670 620 1026 0 33950 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 139920

[startup+102.309 s]
/proc/loadavg: 0.98 0.98 0.99 2/107 28017
/proc/meminfo: memFree=1453524/2059040 swapFree=4139744/4192956
[pid=28014] ppid=28012 vsize=139920 CPUtime=102.28
/proc/28014/stat : 28014 (pbscip.linux.x8) R 28012 28014 27827 0 -1 4202496 34073 0 0 0 10178 50 0 0 25 0 1 0 24314960 143278080 32671 1992294400 4194304 8395647 140735976720064 18446744073709551615 6698059 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28014/statm: 34980 32671 621 1026 0 33950 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 139920

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 28019
/proc/meminfo: memFree=1453400/2059040 swapFree=4139744/4192956
[pid=28014] ppid=28012 vsize=139920 CPUtime=162.26
/proc/28014/stat : 28014 (pbscip.linux.x8) R 28012 28014 27827 0 -1 4202496 34073 0 0 0 16150 76 0 0 25 0 1 0 24314960 143278080 32671 1992294400 4194304 8395647 140735976720064 18446744073709551615 6698051 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28014/statm: 34980 32671 621 1026 0 33950 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 139920

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 28021
/proc/meminfo: memFree=1453400/2059040 swapFree=4139744/4192956
[pid=28014] ppid=28012 vsize=139920 CPUtime=222.24
/proc/28014/stat : 28014 (pbscip.linux.x8) R 28012 28014 27827 0 -1 4202496 34073 0 0 0 22122 102 0 0 25 0 1 0 24314960 143278080 32671 1992294400 4194304 8395647 140735976720064 18446744073709551615 6708393 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28014/statm: 34980 32671 621 1026 0 33950 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 139920

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 28023
/proc/meminfo: memFree=1453400/2059040 swapFree=4139744/4192956
[pid=28014] ppid=28012 vsize=139920 CPUtime=282.23
/proc/28014/stat : 28014 (pbscip.linux.x8) R 28012 28014 27827 0 -1 4202496 34080 0 0 0 28093 130 0 0 25 0 1 0 24314960 143278080 32678 1992294400 4194304 8395647 140735976720064 18446744073709551615 6698055 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28014/statm: 34980 32678 627 1026 0 33950 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 139920

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 28023
/proc/meminfo: memFree=1453400/2059040 swapFree=4139744/4192956
[pid=28014] ppid=28012 vsize=139920 CPUtime=342.21
/proc/28014/stat : 28014 (pbscip.linux.x8) R 28012 28014 27827 0 -1 4202496 34083 0 0 0 34056 165 0 0 25 0 1 0 24314960 143278080 32681 1992294400 4194304 8395647 140735976720064 18446744073709551615 6698051 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28014/statm: 34980 32681 628 1026 0 33950 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 139920

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 28025
/proc/meminfo: memFree=1453276/2059040 swapFree=4139744/4192956
[pid=28014] ppid=28012 vsize=139920 CPUtime=402.21
/proc/28014/stat : 28014 (pbscip.linux.x8) R 28012 28014 27827 0 -1 4202496 34086 0 0 0 40021 200 0 0 25 0 1 0 24314960 143278080 32684 1992294400 4194304 8395647 140735976720064 18446744073709551615 6698051 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28014/statm: 34980 32684 628 1026 0 33950 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 139920

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 28027
/proc/meminfo: memFree=1453276/2059040 swapFree=4139744/4192956
[pid=28014] ppid=28012 vsize=139920 CPUtime=462.19
/proc/28014/stat : 28014 (pbscip.linux.x8) R 28012 28014 27827 0 -1 4202496 34086 0 0 0 45986 233 0 0 25 0 1 0 24314960 143278080 32684 1992294400 4194304 8395647 140735976720064 18446744073709551615 6698059 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28014/statm: 34980 32684 628 1026 0 33950 0
Current children cumulated CPU time (s) 462.19
Current children cumulated vsize (KiB) 139920

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 28029
/proc/meminfo: memFree=1453276/2059040 swapFree=4139744/4192956
[pid=28014] ppid=28012 vsize=139920 CPUtime=522.18
/proc/28014/stat : 28014 (pbscip.linux.x8) R 28012 28014 27827 0 -1 4202496 34086 0 0 0 51941 277 0 0 25 0 1 0 24314960 143278080 32684 1992294400 4194304 8395647 140735976720064 18446744073709551615 6574271 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28014/statm: 34980 32684 628 1026 0 33950 0
Current children cumulated CPU time (s) 522.18
Current children cumulated vsize (KiB) 139920

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 28031
/proc/meminfo: memFree=1453028/2059040 swapFree=4139744/4192956
[pid=28014] ppid=28012 vsize=139920 CPUtime=582.17
/proc/28014/stat : 28014 (pbscip.linux.x8) R 28012 28014 27827 0 -1 4202496 34142 0 0 0 57902 315 0 0 25 0 1 0 24314960 143278080 32740 1992294400 4194304 8395647 140735976720064 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28014/statm: 34980 32740 628 1026 0 33950 0
Current children cumulated CPU time (s) 582.17
Current children cumulated vsize (KiB) 139920

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 28040
/proc/meminfo: memFree=1452656/2059040 swapFree=4139744/4192956
[pid=28014] ppid=28012 vsize=139920 CPUtime=642.15
/proc/28014/stat : 28014 (pbscip.linux.x8) R 28012 28014 27827 0 -1 4202496 34144 0 0 0 63871 344 0 0 25 0 1 0 24314960 143278080 32742 1992294400 4194304 8395647 140735976720064 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28014/statm: 34980 32742 628 1026 0 33950 0
Current children cumulated CPU time (s) 642.15
Current children cumulated vsize (KiB) 139920

[startup+702.301 s]

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

/proc/meminfo: memFree=1452408/2059040 swapFree=4139744/4192956
[pid=28014] ppid=28012 vsize=139920 CPUtime=1002.06
/proc/28014/stat : 28014 (pbscip.linux.x8) R 28012 28014 27827 0 -1 4202496 34148 0 0 0 99652 554 0 0 25 0 1 0 24314960 143278080 32746 1992294400 4194304 8395647 140735976720064 18446744073709551615 5031115 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28014/statm: 34980 32746 628 1026 0 33950 0
Current children cumulated CPU time (s) 1002.06
Current children cumulated vsize (KiB) 139920

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 28052
/proc/meminfo: memFree=1452408/2059040 swapFree=4139744/4192956
[pid=28014] ppid=28012 vsize=139920 CPUtime=1062.05
/proc/28014/stat : 28014 (pbscip.linux.x8) R 28012 28014 27827 0 -1 4202496 34149 0 0 0 105617 588 0 0 25 0 1 0 24314960 143278080 32747 1992294400 4194304 8395647 140735976720064 18446744073709551615 6721238 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28014/statm: 34980 32747 628 1026 0 33950 0
Current children cumulated CPU time (s) 1062.05
Current children cumulated vsize (KiB) 139920

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 28054
/proc/meminfo: memFree=1452408/2059040 swapFree=4139744/4192956
[pid=28014] ppid=28012 vsize=139920 CPUtime=1122.04
/proc/28014/stat : 28014 (pbscip.linux.x8) R 28012 28014 27827 0 -1 4202496 34149 0 0 0 111585 619 0 0 25 0 1 0 24314960 143278080 32747 1992294400 4194304 8395647 140735976720064 18446744073709551615 6721235 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28014/statm: 34980 32747 628 1026 0 33950 0
Current children cumulated CPU time (s) 1122.04
Current children cumulated vsize (KiB) 139920

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 28056
/proc/meminfo: memFree=1451168/2059040 swapFree=4139744/4192956
[pid=28014] ppid=28012 vsize=139920 CPUtime=1182.03
/proc/28014/stat : 28014 (pbscip.linux.x8) R 28012 28014 27827 0 -1 4202496 34429 0 0 0 117557 646 0 0 25 0 1 0 24314960 143278080 33027 1992294400 4194304 8395647 140735976720064 18446744073709551615 6721246 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28014/statm: 34980 33027 628 1026 0 33950 0
Current children cumulated CPU time (s) 1182.03
Current children cumulated vsize (KiB) 139920

[startup+1242.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 28056
/proc/meminfo: memFree=1450424/2059040 swapFree=4139744/4192956
[pid=28014] ppid=28012 vsize=140796 CPUtime=1242.02
/proc/28014/stat : 28014 (pbscip.linux.x8) R 28012 28014 27827 0 -1 4202496 34620 0 0 0 123534 668 0 0 25 0 1 0 24314960 144175104 33218 1992294400 4194304 8395647 140735976720064 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28014/statm: 35199 33218 628 1026 0 34169 0
Current children cumulated CPU time (s) 1242.02
Current children cumulated vsize (KiB) 140796

[startup+1302.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 28058
/proc/meminfo: memFree=1449804/2059040 swapFree=4139744/4192956
[pid=28014] ppid=28012 vsize=141684 CPUtime=1302.01
/proc/28014/stat : 28014 (pbscip.linux.x8) R 28012 28014 27827 0 -1 4202496 36590 0 0 0 129501 700 0 0 25 0 1 0 24314960 145084416 33374 1992294400 4194304 8395647 140735976720064 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28014/statm: 35421 33374 628 1026 0 34391 0
Current children cumulated CPU time (s) 1302.01
Current children cumulated vsize (KiB) 141684

[startup+1362.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 28060
/proc/meminfo: memFree=1448812/2059040 swapFree=4139744/4192956
[pid=28014] ppid=28012 vsize=142368 CPUtime=1361.99
/proc/28014/stat : 28014 (pbscip.linux.x8) R 28012 28014 27827 0 -1 4202496 36829 0 0 0 135469 730 0 0 25 0 1 0 24314960 145784832 33613 1992294400 4194304 8395647 140735976720064 18446744073709551615 6697359 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28014/statm: 35592 33613 628 1026 0 34562 0
Current children cumulated CPU time (s) 1361.99
Current children cumulated vsize (KiB) 142368

[startup+1422.31 s]
/proc/loadavg: 1.03 1.00 1.00 2/107 28062
/proc/meminfo: memFree=1452284/2059040 swapFree=4139744/4192956
[pid=28014] ppid=28012 vsize=140288 CPUtime=1421.98
/proc/28014/stat : 28014 (pbscip.linux.x8) R 28012 28014 27827 0 -1 4202496 37914 0 0 0 141439 759 0 0 25 0 1 0 24314960 143654912 32720 1992294400 4194304 8395647 140735976720064 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28014/statm: 35072 32720 628 1026 0 34042 0
Current children cumulated CPU time (s) 1421.98
Current children cumulated vsize (KiB) 140288

[startup+1482.3 s]
/proc/loadavg: 1.11 1.03 1.01 2/107 28064
/proc/meminfo: memFree=1448688/2059040 swapFree=4139744/4192956
[pid=28014] ppid=28012 vsize=142436 CPUtime=1481.96
/proc/28014/stat : 28014 (pbscip.linux.x8) R 28012 28014 27827 0 -1 4202496 38828 0 0 0 147415 781 0 0 25 0 1 0 24314960 145854464 33630 1992294400 4194304 8395647 140735976720064 18446744073709551615 7385759 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28014/statm: 35609 33630 628 1026 0 34579 0
Current children cumulated CPU time (s) 1481.96
Current children cumulated vsize (KiB) 142436

[startup+1542.3 s]
/proc/loadavg: 1.03 1.02 1.00 2/107 28064
/proc/meminfo: memFree=1449556/2059040 swapFree=4139744/4192956
[pid=28014] ppid=28012 vsize=142512 CPUtime=1541.95
/proc/28014/stat : 28014 (pbscip.linux.x8) R 28012 28014 27827 0 -1 4202496 44080 0 0 0 153382 813 0 0 25 0 1 0 24314960 145932288 33489 1992294400 4194304 8395647 140735976720064 18446744073709551615 6698214 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28014/statm: 35628 33489 628 1026 0 34598 0
Current children cumulated CPU time (s) 1541.95
Current children cumulated vsize (KiB) 142512

[startup+1602.3 s]
/proc/loadavg: 1.01 1.02 1.00 2/107 28066
/proc/meminfo: memFree=1449928/2059040 swapFree=4139744/4192956
[pid=28014] ppid=28012 vsize=143736 CPUtime=1601.93
/proc/28014/stat : 28014 (pbscip.linux.x8) R 28012 28014 27827 0 -1 4202496 48006 0 0 0 159345 848 0 0 25 0 1 0 24314960 147185664 33525 1992294400 4194304 8395647 140735976720064 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28014/statm: 35934 33525 686 1026 0 34904 0
Current children cumulated CPU time (s) 1601.93
Current children cumulated vsize (KiB) 143736

[startup+1662.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/107 28068
/proc/meminfo: memFree=1448688/2059040 swapFree=4139744/4192956
[pid=28014] ppid=28012 vsize=142760 CPUtime=1661.93
/proc/28014/stat : 28014 (pbscip.linux.x8) R 28012 28014 27827 0 -1 4202496 56533 0 0 0 165299 894 0 0 25 0 1 0 24314960 146186240 33706 1992294400 4194304 8395647 140735976720064 18446744073709551615 4995709 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28014/statm: 35690 33706 628 1026 0 34660 0
Current children cumulated CPU time (s) 1661.93
Current children cumulated vsize (KiB) 142760

[startup+1722.3 s]
/proc/loadavg: 1.07 1.02 1.00 2/107 28073
/proc/meminfo: memFree=1445216/2059040 swapFree=4139744/4192956
[pid=28014] ppid=28012 vsize=146184 CPUtime=1721.91
/proc/28014/stat : 28014 (pbscip.linux.x8) R 28012 28014 27827 0 -1 4202496 60857 0 0 0 171263 928 0 0 25 0 1 0 24314960 149692416 34495 1992294400 4194304 8395647 140735976720064 18446744073709551615 6698043 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28014/statm: 36546 34495 628 1026 0 35516 0
Current children cumulated CPU time (s) 1721.91
Current children cumulated vsize (KiB) 146184

[startup+1782.3 s]
/proc/loadavg: 1.02 1.02 1.00 2/107 28075
/proc/meminfo: memFree=1450052/2059040 swapFree=4139744/4192956
[pid=28014] ppid=28012 vsize=141684 CPUtime=1781.9
/proc/28014/stat : 28014 (pbscip.linux.x8) R 28012 28014 27827 0 -1 4202496 73888 0 0 0 177239 951 0 0 25 0 1 0 24314960 145084416 33307 1992294400 4194304 8395647 140735976720064 18446744073709551615 6721235 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28014/statm: 35421 33307 628 1026 0 34391 0
Current children cumulated CPU time (s) 1781.9
Current children cumulated vsize (KiB) 141684

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

[startup+1785.5 s]
/proc/loadavg: 1.02 1.01 1.00 2/107 28075
/proc/meminfo: memFree=1450052/2059040 swapFree=4139744/4192956
[pid=28014] ppid=28012 vsize=141684 CPUtime=1785.09
/proc/28014/stat : 28014 (pbscip.linux.x8) R 28012 28014 27827 0 -1 4202496 73888 0 0 0 177558 951 0 0 25 0 1 0 24314960 145084416 33307 1992294400 4194304 8395647 140735976720064 18446744073709551615 6721246 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28014/statm: 35421 33307 628 1026 0 34391 0
Current children cumulated CPU time (s) 1785.09
Current children cumulated vsize (KiB) 141684

[startup+1788.7 s]
/proc/loadavg: 1.02 1.01 1.00 2/107 28075
/proc/meminfo: memFree=1450052/2059040 swapFree=4139744/4192956
[pid=28014] ppid=28012 vsize=141684 CPUtime=1788.29
/proc/28014/stat : 28014 (pbscip.linux.x8) R 28012 28014 27827 0 -1 4202496 73888 0 0 0 177878 951 0 0 25 0 1 0 24314960 145084416 33307 1992294400 4194304 8395647 140735976720064 18446744073709551615 6721238 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28014/statm: 35421 33307 628 1026 0 34391 0
Current children cumulated CPU time (s) 1788.29
Current children cumulated vsize (KiB) 141684

[startup+1789.5 s]
/proc/loadavg: 1.02 1.01 1.00 2/107 28075
/proc/meminfo: memFree=1450052/2059040 swapFree=4139744/4192956
[pid=28014] ppid=28012 vsize=143964 CPUtime=1789.1
/proc/28014/stat : 28014 (pbscip.linux.x8) R 28012 28014 27827 0 -1 4202496 74379 0 0 0 177958 952 0 0 25 0 1 0 24314960 147419136 33798 1992294400 4194304 8395647 140735976720064 18446744073709551615 6698038 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28014/statm: 35991 33798 628 1026 0 34961 0
Current children cumulated CPU time (s) 1789.1
Current children cumulated vsize (KiB) 143964

[startup+1789.9 s]
/proc/loadavg: 1.02 1.01 1.00 2/107 28075
/proc/meminfo: memFree=1447696/2059040 swapFree=4139744/4192956
[pid=28014] ppid=28012 vsize=143964 CPUtime=1789.5
/proc/28014/stat : 28014 (pbscip.linux.x8) R 28012 28014 27827 0 -1 4202496 74509 0 0 0 177998 952 0 0 25 0 1 0 24314960 147419136 33928 1992294400 4194304 8395647 140735976720064 18446744073709551615 6698038 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28014/statm: 35991 33928 628 1026 0 34961 0
Current children cumulated CPU time (s) 1789.5
Current children cumulated vsize (KiB) 143964

[startup+1790.1 s]
/proc/loadavg: 1.02 1.01 1.00 2/107 28075
/proc/meminfo: memFree=1447696/2059040 swapFree=4139744/4192956
[pid=28014] ppid=28012 vsize=146088 CPUtime=1789.7
/proc/28014/stat : 28014 (pbscip.linux.x8) R 28012 28014 27827 0 -1 4202496 74711 0 0 0 178018 952 0 0 25 0 1 0 24314960 149594112 34130 1992294400 4194304 8395647 140735976720064 18446744073709551615 4423773 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/28014/statm: 36522 34130 631 1026 0 35492 0
Current children cumulated CPU time (s) 1789.7
Current children cumulated vsize (KiB) 146088

Child status: 0
Real time (s): 1790.14
CPU time (s): 1789.74
CPU user time (s): 1780.2
CPU system time (s): 9.53955
CPU usage (%): 99.978
Max. virtual memory (cumulated for all children) (KiB): 147028

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

runsolver used 3.01054 second user time and 8.39872 second system time

The end

Launcher Data

Begin job on node039 at 2010-07-08 05:51:14
IDJOB=2703898
IDBENCH=2631
IDSOLVER=1213
FILE ID=node039/2703898-1278561074
PBS_JOBID= 11239545
Free space on /tmp= 62548 MiB

SOLVER NAME= SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/golomb-rulers/normalized-OGR_14.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2703898-1278561074/watcher-2703898-1278561074 -o /tmp/evaluation-result-2703898-1278561074/solver-2703898-1278561074 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2703898-1278561074.opb -t 1800 -m 1800

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

MD5SUM BENCH= 308ce6e771b8240fefc971d6e27a7575
RANDOM SEED=60617501

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

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1582896 kB
Buffers:         69676 kB
Cached:         304036 kB
SwapCached:       7232 kB
Active:         160580 kB
Inactive:       227188 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1582896 kB
SwapTotal:     4192956 kB
SwapFree:      4139744 kB
Dirty:           12428 kB
Writeback:           0 kB
AnonPages:       11440 kB
Mapped:          11872 kB
Slab:            66352 kB
PageTables:       4104 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182440 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= 62540 MiB
End job on node039 at 2010-07-08 06:21:05