Trace number 3733920

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
PB10: SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver? 1789.78 1790.07

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/golomb-rulers/normalized-OGR_15.opb
MD5SUMb4a219bc21641bf0d46eae2692004ebe
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark176
Best CPU time to get the best result obtained on this benchmark1783.01
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 176
Optimality of the best value was proved NO
Number of variables4320
Total number of constraints8414
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 constraints8414
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 1469
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-3733920-1338698581.opb>
0.19/0.23	c original problem has 4320 variables (4320 bin, 0 int, 0 impl, 0 cont) and 8414 constraints
0.19/0.23	c problem read
0.19/0.23	c presolving settings loaded
0.19/0.29	c presolving:
0.28/0.37	c (round 1) 0 del vars, 4200 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 14 upgd conss, 0 impls, 0 clqs
0.98/1.05	c    (0.8s) probing: 116/4320 (2.7%) - 0 fixings, 0 aggregations, 1210 implications, 0 bound changes
0.98/1.05	c    (0.8s) probing aborted: 100/100 successive totally useless probings
0.98/1.05	c presolving (2 rounds):
0.98/1.05	c  0 deleted vars, 4200 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.98/1.05	c  8610 implications, 0 cliques
0.98/1.05	c presolved problem has 4320 variables (4320 bin, 0 int, 0 impl, 0 cont) and 4214 constraints
0.98/1.05	c      14 constraints of type <knapsack>
0.98/1.05	c    4200 constraints of type <linear>
0.98/1.05	c transformed objective value is always integral (scale: 1)
0.98/1.05	c Presolving Time: 0.76
0.98/1.05	c - non default parameters ----------------------------------------------------------------------
0.98/1.05	c # SCIP version 1.2.1.3
0.98/1.05	c 
0.98/1.05	c # frequency for displaying node information lines
0.98/1.05	c # [type: int, range: [-1,2147483647], default: 100]
0.98/1.05	c display/freq = 10000
0.98/1.05	c 
0.98/1.05	c # maximal time in seconds to run
0.98/1.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.98/1.05	c limits/time = 1789.78
0.98/1.05	c 
0.98/1.05	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.98/1.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.98/1.05	c limits/memory = 13950
0.98/1.05	c 
0.98/1.05	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.98/1.05	c # [type: int, range: [1,2], default: 1]
0.98/1.05	c timing/clocktype = 2
0.98/1.05	c 
0.98/1.05	c # should presolving try to simplify inequalities
0.98/1.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.98/1.05	c constraints/linear/simplifyinequalities = TRUE
0.98/1.05	c 
0.98/1.05	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.98/1.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.98/1.05	c constraints/indicator/addCouplingCons = TRUE
0.98/1.05	c 
0.98/1.05	c # should presolving try to simplify knapsacks
0.98/1.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.98/1.05	c constraints/knapsack/simplifyinequalities = TRUE
0.98/1.05	c 
0.98/1.05	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.98/1.05	c # [type: int, range: [-1,2147483647], default: -1]
0.98/1.05	c separating/rapidlearning/freq = 0
0.98/1.05	c 
0.98/1.05	c -----------------------------------------------------------------------------------------------
0.98/1.05	c start solving
0.98/1.05	c 
1.48/1.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1.48/1.52	c   1.3s|     1 |     0 |  4480 |     - |  36M|   0 |2485 |4320 |4214 |4320 |4214 |   0 |   0 |   0 | 1.400000e+01 |      --      |    Inf 
4.89/4.95	c   4.7s|     1 |     0 | 10615 |     - |  36M|   0 |2493 |4320 |4214 |4320 |4356 | 142 |   0 |   0 | 1.400000e+01 |      --      |    Inf 
5.28/5.34	c   5.1s|     1 |     0 | 10809 |     - |  37M|   0 |2499 |4320 |4214 |4320 |4480 | 266 |   0 |   0 | 1.400000e+01 |      --      |    Inf 
5.88/5.92	c   5.7s|     1 |     0 | 11311 |     - |  37M|   0 |2512 |4320 |4214 |4320 |4599 | 385 |   0 |   0 | 1.400148e+01 |      --      |    Inf 
6.70/6.73	c   6.5s|     1 |     0 | 12225 |     - |  38M|   0 |2512 |4320 |4214 |4320 |4740 | 526 |   0 |   0 | 1.416667e+01 |      --      |    Inf 
7.88/7.90	c   7.7s|     1 |     0 | 13258 |     - |  39M|   0 |2517 |4320 |4214 |4320 |4896 | 682 |   0 |   0 | 1.416667e+01 |      --      |    Inf 
9.08/9.18	c   9.0s|     1 |     0 | 14301 |     - |  39M|   0 |2514 |4320 |4214 |4320 |5033 | 819 |   0 |   0 | 1.416667e+01 |      --      |    Inf 
10.78/10.81	c  10.6s|     1 |     0 | 15514 |     - |  40M|   0 |2507 |4320 |4214 |4320 |5146 | 932 |   0 |   0 | 1.416667e+01 |      --      |    Inf 
12.09/12.13	c  11.9s|     1 |     0 | 16552 |     - |  40M|   0 |2507 |4320 |4214 |4320 |5298 |1084 |   0 |   0 | 1.451220e+01 |      --      |    Inf 
13.98/14.06	c  13.8s|     1 |     0 | 17982 |     - |  41M|   0 |2510 |4320 |4214 |4320 |5424 |1210 |   0 |   0 | 1.451220e+01 |      --      |    Inf 
16.28/16.37	c  16.1s|     1 |     0 | 19322 |     - |  41M|   0 |2507 |4320 |4214 |4320 |5542 |1328 |   0 |   0 | 1.451220e+01 |      --      |    Inf 
18.28/18.33	c  18.1s|     1 |     0 | 21788 |     - |  41M|   0 |2494 |4320 |4214 |4320 |5579 |1365 |   0 |   0 | 1.451220e+01 |      --      |    Inf 
19.98/20.01	c  19.8s|     1 |     0 | 23880 |     - |  41M|   0 |2484 |4320 |4214 |4320 |5603 |1389 |   0 |   0 | 1.451603e+01 |      --      |    Inf 
21.49/21.50	c  21.3s|     1 |     0 | 25577 |     - |  41M|   0 |2476 |4320 |4214 |4320 |5639 |1425 |   0 |   0 | 1.453846e+01 |      --      |    Inf 
23.19/23.29	c  23.1s|     1 |     0 | 27659 |     - |  41M|   0 |2476 |4320 |4214 |4320 |5670 |1456 |   0 |   0 | 1.453846e+01 |      --      |    Inf 
24.88/24.97	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
24.88/24.97	c  24.7s|     1 |     0 | 29601 |     - |  41M|   0 |2474 |4320 |4214 |4320 |5055 |1478 |   0 |   0 | 1.453846e+01 |      --      |    Inf 
26.18/26.27	c  26.0s|     1 |     0 | 31264 |     - |  41M|   0 |2458 |4320 |4214 |4320 |5075 |1498 |   0 |   0 | 1.453846e+01 |      --      |    Inf 
27.49/27.55	c  27.3s|     1 |     0 | 32897 |     - |  41M|   0 |2459 |4320 |4214 |4320 |5098 |1521 |   0 |   0 | 1.453846e+01 |      --      |    Inf 
28.78/28.88	c  28.7s|     1 |     0 | 34700 |     - |  41M|   0 |2437 |4320 |4214 |4320 |5121 |1544 |   0 |   0 | 1.453846e+01 |      --      |    Inf 
47.08/47.17	c  46.9s|     1 |     2 | 34700 |     - |  41M|   0 |2437 |4320 |4214 |4320 |5121 |1544 |   0 |  28 | 1.453846e+01 |      --      |    Inf 
1789.70/1790.01	c 
1789.70/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1789.70/1790.01	c Solving Time (sec) : 1789.79
1789.70/1790.01	c Solving Nodes      : 7877
1789.70/1790.01	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1789.70/1790.01	c Dual Bound         : +1.70000000000000e+01
1789.70/1790.01	c Gap                : infinite
1789.70/1790.01	s UNKNOWN
1789.70/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1789.70/1790.01	c Solving Time       :    1789.79
1789.70/1790.01	c Original Problem   :
1789.70/1790.01	c   Problem name     : HOME/instance-3733920-1338698581.opb
1789.70/1790.01	c   Variables        : 4320 (4320 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.70/1790.01	c   Constraints      : 8414 initial, 8414 maximal
1789.70/1790.01	c Presolved Problem  :
1789.70/1790.01	c   Problem name     : t_HOME/instance-3733920-1338698581.opb
1789.70/1790.01	c   Variables        : 4320 (4320 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.70/1790.01	c   Constraints      : 4214 initial, 7261 maximal
1789.70/1790.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1789.70/1790.01	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1789.70/1790.01	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1789.70/1790.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1789.70/1790.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1789.70/1790.01	c   implics          :       0.00          0          0          0          0          0          0          0          0
1789.70/1790.01	c   probing          :       0.66          0          0          0          0          0          0          0          0
1789.70/1790.01	c   knapsack         :       0.00          0          0          0          0          0          0          0          0
1789.70/1790.01	c   linear           :       0.09          0          0          0          0          0       4200          0          0
1789.70/1790.01	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1789.70/1790.01	c   root node        :          -          0          -          -          0          -          -          -          -
1789.70/1790.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1789.70/1790.01	c   integral         :          0          0          0       7818          0          1       4184          0          0      13896
1789.70/1790.01	c   knapsack         :         14         18      31125          0          0         34       1743        317          0          0
1789.70/1790.01	c   linear           :       4200         18      31091          0          0        226      30735          2          0          0
1789.70/1790.01	c   logicor          :          0+         0      16319          0          0          5      12449          0          0          0
1789.70/1790.01	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1789.70/1790.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1789.70/1790.01	c   integral         :     550.40       0.00       0.00     550.40       0.00
1789.70/1790.01	c   knapsack         :       0.55       0.00       0.55       0.00       0.00
1789.70/1790.01	c   linear           :      21.24       0.01      21.24       0.00       0.00
1789.70/1790.01	c   logicor          :       0.18       0.00       0.18       0.00       0.00
1789.70/1790.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1789.70/1790.01	c Propagators        :       Time      Calls    Cutoffs    DomReds
1789.70/1790.01	c   vbounds          :       0.01          2          0          0
1789.70/1790.01	c   rootredcost      :       0.01          0          0          0
1789.70/1790.01	c   pseudoobj        :       0.03      30892          0          0
1789.70/1790.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1789.70/1790.01	c   propagation      :       0.01        265        264       1266       20.9          5       13.4          -
1789.70/1790.01	c   infeasible LP    :       1.30       3518       3518       4039        9.8         49       11.9          0
1789.70/1790.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1789.70/1790.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1789.70/1790.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1789.70/1790.01	c   applied globally :          -          -          -       4544       10.4          -          -          -
1789.70/1790.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1789.70/1790.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1789.70/1790.01	c   cut pool         :       0.01         17          -          -      15475          -    (maximal pool size: 6597)
1789.70/1790.01	c   redcost          :       0.44       7704          0         10          0          0
1789.70/1790.01	c   impliedbounds    :       0.00         18          0          0         18          0
1789.70/1790.01	c   intobj           :       0.00          0          0          0          0          0
1789.70/1790.01	c   cgmip            :       0.00          0          0          0          0          0
1789.70/1790.01	c   gomory           :       1.20         18          0          0        130          0
1789.70/1790.01	c   strongcg         :       1.19         18          0          0        102          0
1789.70/1790.01	c   cmir             :       2.07         10          0          0       5000          0
1789.70/1790.01	c   flowcover        :       2.72         10          0          0       2000          0
1789.70/1790.01	c   clique           :       0.00          1          0          0          0          0
1789.70/1790.01	c   zerohalf         :       0.00          0          0          0          0          0
1789.70/1790.01	c   mcf              :       0.00          1          0          0          0          0
1789.70/1790.01	c   rapidlearning    :       0.31          1          0          0          0          0
1789.70/1790.01	c Pricers            :       Time      Calls       Vars
1789.70/1790.01	c   problem variables:       0.00          0          0
1789.70/1790.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1789.70/1790.01	c   relpscost        :     550.39       7818          1       4184          0          0      13896
1789.70/1790.02	c   pscost           :       0.00          0          0          0          0          0          0
1789.70/1790.02	c   inference        :       0.00          0          0          0          0          0          0
1789.70/1790.02	c   mostinf          :       0.00          0          0          0          0          0          0
1789.70/1790.02	c   leastinf         :       0.00          0          0          0          0          0          0
1789.70/1790.02	c   fullstrong       :       0.00          0          0          0          0          0          0
1789.70/1790.02	c   allfullstrong    :       0.00          0          0          0          0          0          0
1789.70/1790.02	c   random           :       0.00          0          0          0          0          0          0
1789.70/1790.02	c Primal Heuristics  :       Time      Calls      Found
1789.70/1790.02	c   LP solutions     :       0.00          -          0
1789.70/1790.02	c   pseudo solutions :       0.00          -          0
1789.70/1790.02	c   oneopt           :       0.01          0          0
1789.70/1790.02	c   crossover        :       0.00          0          0
1789.70/1790.02	c   fracdiving       :      95.30          5          0
1789.70/1790.02	c   objpscostdiving  :      21.32         11          0
1789.70/1790.02	c   pscostdiving     :      48.83         23          0
1789.70/1790.02	c   veclendiving     :      32.40         26          0
1789.70/1790.02	c   rootsoldiving    :      18.07         14          0
1789.70/1790.02	c   linesearchdiving :      45.17         37          0
1789.70/1790.02	c   feaspump         :      29.75         22          0
1789.70/1790.02	c   trivial          :       0.00          2          0
1789.70/1790.02	c   simplerounding   :       0.00          0          0
1789.70/1790.02	c   zirounding       :       0.12       1000          0
1789.70/1790.02	c   rounding         :       1.48       1190          0
1789.70/1790.02	c   shifting         :       7.37        349          0
1789.70/1790.02	c   intshifting      :       0.00          0          0
1789.70/1790.02	c   twoopt           :       0.00          0          0
1789.70/1790.02	c   fixandinfer      :       0.00          0          0
1789.70/1790.02	c   coefdiving       :     161.17          3          0
1789.70/1790.02	c   intdiving        :       0.00          0          0
1789.70/1790.02	c   actconsdiving    :       0.00          0          0
1789.70/1790.02	c   guideddiving     :       0.00          0          0
1789.70/1790.02	c   octane           :       0.00          0          0
1789.70/1790.02	c   rens             :       0.01          0          0
1789.70/1790.02	c   rins             :       0.00          0          0
1789.70/1790.02	c   localbranching   :       0.00          0          0
1789.70/1790.02	c   mutation         :       0.00          0          0
1789.70/1790.02	c   dins             :       0.00          0          0
1789.70/1790.02	c   undercover       :       0.00          0          0
1789.70/1790.02	c   nlp              :       0.00          0          0
1789.70/1790.02	c   trysol           :       0.00          0          0
1789.70/1790.02	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1789.70/1790.02	c   primal LP        :       0.03          0          0       0.00       0.00
1789.70/1790.02	c   dual LP          :     745.70       8600    2550347     296.55    3420.08
1789.70/1790.02	c   lex dual LP      :       0.00          0          0       0.00          -
1789.70/1790.02	c   barrier LP       :       0.00          0          0       0.00          -
1789.70/1790.02	c   diving/probing LP:     435.55       6994    1718550     245.72    3945.75
1789.70/1790.02	c   strong branching :     547.64       6336    1402834     221.41    2561.58
1789.70/1790.02	c     (at root node) :          -         28      24014     857.64          -
1789.70/1790.02	c   conflict analysis:       0.00          0          0       0.00          -
1789.70/1790.02	c B&B Tree           :
1789.70/1790.02	c   number of runs   :          1
1789.70/1790.02	c   nodes            :       7877
1789.70/1790.02	c   nodes (total)    :       7877
1789.70/1790.02	c   nodes left       :       5991
1789.70/1790.02	c   max depth        :         75
1789.70/1790.02	c   max depth (total):         75
1789.70/1790.02	c   backtracks       :       1140 (14.5%)
1789.70/1790.02	c   delayed cutoffs  :         29
1789.70/1790.02	c   repropagations   :       5287 (11199 domain reductions, 4 cutoffs)
1789.70/1790.02	c   avg switch length:       5.72
1789.70/1790.02	c   switching time   :       2.82
1789.70/1790.02	c Solution           :
1789.70/1790.02	c   Solutions found  :          0 (0 improvements)
1789.70/1790.02	c   Primal Bound     :          -
1789.70/1790.02	c   Dual Bound       : +1.70000000000000e+01
1789.70/1790.02	c   Gap              :   infinite
1789.70/1790.02	c   Root Dual Bound  : +1.45384615384615e+01
1789.70/1790.02	c   Root Iterations  :      34700
1789.70/1790.07	c Time complete: 1789.77.

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3733920-1338698581/watcher-3733920-1338698581 -o /tmp/evaluation-result-3733920-1338698581/solver-3733920-1338698581 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3733920-1338698581.opb -t 1800 -m 15500 

running on 4 cores: 0,2,4,6

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): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 11147
/proc/meminfo: memFree=25706152/32873648 swapFree=6864/6864
[pid=11147] ppid=11145 vsize=9972 CPUtime=0 cores=0,2,4,6
/proc/11147/stat : 11147 (pbscip.linux.x8) R 11145 11147 7869 0 -1 4202496 1694 0 0 0 0 0 0 0 20 0 1 0 335983491 10211328 1641 33554432000 4194304 8395647 140735109215568 140737379927176 7382157 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/11147/statm: 2493 1652 374 1026 0 1463 0

[startup+0.0093589 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 11147
/proc/meminfo: memFree=25706152/32873648 swapFree=6864/6864
[pid=11147] ppid=11145 vsize=10348 CPUtime=0 cores=0,2,4,6
/proc/11147/stat : 11147 (pbscip.linux.x8) R 11145 11147 7869 0 -1 4202496 1857 0 0 0 0 0 0 0 20 0 1 0 335983491 10596352 1804 33554432000 4194304 8395647 140735109215568 140737379927176 7430272 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/11147/statm: 2587 1804 393 1026 0 1557 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10348

[startup+0.100137 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 11147
/proc/meminfo: memFree=25706152/32873648 swapFree=6864/6864
[pid=11147] ppid=11145 vsize=14880 CPUtime=0.09 cores=0,2,4,6
/proc/11147/stat : 11147 (pbscip.linux.x8) R 11145 11147 7869 0 -1 4202496 2986 0 0 0 9 0 0 0 20 0 1 0 335983491 15237120 2933 33554432000 4194304 8395647 140735109215568 140737379927176 7430272 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/11147/statm: 3720 2933 393 1026 0 2690 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14880

[startup+0.300149 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 11147
/proc/meminfo: memFree=25706152/32873648 swapFree=6864/6864
[pid=11147] ppid=11145 vsize=89816 CPUtime=0.28 cores=0,2,4,6
/proc/11147/stat : 11147 (pbscip.linux.x8) R 11145 11147 7869 0 -1 4202496 20991 0 0 0 26 2 0 0 20 0 1 0 335983491 91971584 20584 33554432000 4194304 8395647 140735109215568 140735109211368 5026576 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/11147/statm: 22454 20584 457 1026 0 21424 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 89816

[startup+0.700172 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 11147
/proc/meminfo: memFree=25706152/32873648 swapFree=6864/6864
[pid=11147] ppid=11145 vsize=91224 CPUtime=0.68 cores=0,2,4,6
/proc/11147/stat : 11147 (pbscip.linux.x8) R 11145 11147 7869 0 -1 4202496 21434 0 0 0 66 2 0 0 20 0 1 0 335983491 93413376 21027 33554432000 4194304 8395647 140735109215568 140735109211368 5028071 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/11147/statm: 22806 21027 490 1026 0 21776 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 91224

[startup+1.5001 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11148
/proc/meminfo: memFree=25604224/32873648 swapFree=6864/6864
[pid=11147] ppid=11145 vsize=114236 CPUtime=1.48 cores=0,2,4,6
/proc/11147/stat : 11147 (pbscip.linux.x8) R 11145 11147 7869 0 -1 4202496 27423 0 0 0 145 3 0 0 20 0 1 0 335983491 116977664 26072 33554432000 4194304 8395647 140735109215568 140735109211368 7428202 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/11147/statm: 28559 26072 569 1026 0 27529 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 114236

[startup+3.10013 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11148
/proc/meminfo: memFree=25601868/32873648 swapFree=6864/6864
[pid=11147] ppid=11145 vsize=115164 CPUtime=3.08 cores=0,2,4,6
/proc/11147/stat : 11147 (pbscip.linux.x8) R 11145 11147 7869 0 -1 4202496 27701 0 0 0 305 3 0 0 20 0 1 0 335983491 117927936 26350 33554432000 4194304 8395647 140735109215568 140735109210136 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11147/statm: 28791 26350 575 1026 0 27761 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 115164

[startup+6.3001 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11148
/proc/meminfo: memFree=25547432/32873648 swapFree=6864/6864
[pid=11147] ppid=11145 vsize=174596 CPUtime=6.28 cores=0,2,4,6
/proc/11147/stat : 11147 (pbscip.linux.x8) R 11145 11147 7869 0 -1 4202496 41844 0 0 0 622 6 0 0 20 0 1 0 335983491 178786304 40493 33554432000 4194304 8395647 140735109215568 140735109210184 6013922 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11147/statm: 43649 40493 617 1026 0 42619 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 174596

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11148
/proc/meminfo: memFree=25538228/32873648 swapFree=6864/6864
[pid=11147] ppid=11145 vsize=180876 CPUtime=12.69 cores=0,2,4,6
/proc/11147/stat : 11147 (pbscip.linux.x8) R 11145 11147 7869 0 -1 4202496 43114 0 0 0 1261 8 0 0 20 0 1 0 335983491 185217024 42274 33554432000 4194304 8395647 140735109215568 140735109210184 6197326 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11147/statm: 45219 42274 617 1026 0 44189 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 180876

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11148
/proc/meminfo: memFree=25538108/32873648 swapFree=6864/6864
[pid=11147] ppid=11145 vsize=180876 CPUtime=25.49 cores=0,2,4,6
/proc/11147/stat : 11147 (pbscip.linux.x8) R 11145 11147 7869 0 -1 4202496 43214 0 0 0 2538 11 0 0 20 0 1 0 335983491 185217024 42374 33554432000 4194304 8395647 140735109215568 140735109210184 6721220 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11147/statm: 45219 42374 617 1026 0 44189 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 180876

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11148
/proc/meminfo: memFree=25537248/32873648 swapFree=6864/6864
[pid=11147] ppid=11145 vsize=180876 CPUtime=51.08 cores=0,2,4,6
/proc/11147/stat : 11147 (pbscip.linux.x8) R 11145 11147 7869 0 -1 4202496 43222 0 0 0 5092 16 0 0 20 0 1 0 335983491 185217024 42382 33554432000 4194304 8395647 140735109215568 140735109210440 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11147/statm: 45219 42382 620 1026 0 44189 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 180876

[startup+102.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11148
/proc/meminfo: memFree=25533972/32873648 swapFree=6864/6864
[pid=11147] ppid=11145 vsize=180876 CPUtime=102.28 cores=0,2,4,6
/proc/11147/stat : 11147 (pbscip.linux.x8) R 11145 11147 7869 0 -1 4202496 43222 0 0 0 10197 31 0 0 20 0 1 0 335983491 185217024 42382 33554432000 4194304 8395647 140735109215568 140735109210776 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11147/statm: 45219 42382 620 1026 0 44189 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 180876

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 11149
/proc/meminfo: memFree=25519148/32873648 swapFree=6864/6864
[pid=11147] ppid=11145 vsize=180876 CPUtime=162.26 cores=0,2,4,6
/proc/11147/stat : 11147 (pbscip.linux.x8) R 11145 11147 7869 0 -1 4202496 43229 0 0 0 16177 49 0 0 20 0 1 0 335983491 185217024 42389 33554432000 4194304 8395647 140735109215568 140735109211272 6721240 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11147/statm: 45219 42389 627 1026 0 44189 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 180876

[startup+222.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11150
/proc/meminfo: memFree=25487676/32873648 swapFree=6864/6864
[pid=11147] ppid=11145 vsize=180876 CPUtime=222.26 cores=0,2,4,6
/proc/11147/stat : 11147 (pbscip.linux.x8) R 11145 11147 7869 0 -1 4202496 43231 0 0 0 22151 75 0 0 20 0 1 0 335983491 185217024 42445 33554432000 4194304 8395647 140735109215568 140735109211144 6721240 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11147/statm: 45219 42445 627 1026 0 44189 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 180876

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11150
/proc/meminfo: memFree=25454760/32873648 swapFree=6864/6864
[pid=11147] ppid=11145 vsize=180876 CPUtime=282.23 cores=0,2,4,6
/proc/11147/stat : 11147 (pbscip.linux.x8) R 11145 11147 7869 0 -1 4202496 43245 0 0 0 28132 91 0 0 20 0 1 0 335983491 185217024 43615 33554432000 4194304 8395647 140735109215568 140735109210696 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11147/statm: 45219 43615 627 1026 0 44189 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 180876

[startup+342.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/177 11150
/proc/meminfo: memFree=25421712/32873648 swapFree=6864/6864
[pid=11147] ppid=11145 vsize=180876 CPUtime=342.22 cores=0,2,4,6
/proc/11147/stat : 11147 (pbscip.linux.x8) R 11145 11147 7869 0 -1 4202496 43246 0 0 0 34109 113 0 0 20 0 1 0 335983491 185217024 44342 33554432000 4194304 8395647 140735109215568 140735109211016 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11147/statm: 45219 44342 627 1026 0 44189 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 180876

[startup+402.3 s]
/proc/loadavg: 2.15 2.04 2.01 3/177 11150
/proc/meminfo: memFree=25393092/32873648 swapFree=6864/6864
[pid=11147] ppid=11145 vsize=180876 CPUtime=402.21 cores=0,2,4,6
/proc/11147/stat : 11147 (pbscip.linux.x8) R 11145 11147 7869 0 -1 4202496 43246 0 0 0 40085 136 0 0 20 0 1 0 335983491 185217024 44342 33554432000 4194304 8395647 140735109215568 140735109210808 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11147/statm: 45219 44342 627 1026 0 44189 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 180876

[startup+462.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/178 11154
/proc/meminfo: memFree=25363852/32873648 swapFree=6864/6864
[pid=11147] ppid=11145 vsize=180876 CPUtime=462.2 cores=0,2,4,6
/proc/11147/stat : 11147 (pbscip.linux.x8) R 11145 11147 7869 0 -1 4202496 43246 0 0 0 46062 158 0 0 20 0 1 0 335983491 185217024 44342 33554432000 4194304 8395647 140735109215568 140735109210120 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11147/statm: 45219 44342 627 1026 0 44189 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 180876

[startup+522.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 11154
/proc/meminfo: memFree=25334616/32873648 swapFree=6864/6864
[pid=11147] ppid=11145 vsize=180876 CPUtime=522.19 cores=0,2,4,6
/proc/11147/stat : 11147 (pbscip.linux.x8) R 11145 11147 7869 0 -1 4202496 43246 0 0 0 52036 183 0 0 20 0 1 0 335983491 185217024 44342 33554432000 4194304 8395647 140735109215568 140735109210792 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11147/statm: 45219 44342 627 1026 0 44189 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 180876

[startup+582.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 11154
/proc/meminfo: memFree=25295084/32873648 swapFree=6864/6864
[pid=11147] ppid=11145 vsize=180876 CPUtime=582.18 cores=0,2,4,6
/proc/11147/stat : 11147 (pbscip.linux.x8) R 11145 11147 7869 0 -1 4202496 43246 0 0 0 58007 211 0 0 20 0 1 0 335983491 185217024 44342 33554432000 4194304 8395647 140735109215568 140735109209976 5031905 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11147/statm: 45219 44342 627 1026 0 44189 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 180876

[startup+642.3 s]

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

/proc/meminfo: memFree=26085016/32873648 swapFree=6864/6864
[pid=11147] ppid=11145 vsize=180876 CPUtime=1002.12 cores=0,2,4,6
/proc/11147/stat : 11147 (pbscip.linux.x8) R 11145 11147 7869 0 -1 4202496 43246 0 0 0 99842 370 0 0 20 0 1 0 335983491 185217024 44342 33554432000 4194304 8395647 140735109215568 140735109210696 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11147/statm: 45219 44342 627 1026 0 44189 0
Current children cumulated CPU time (s) 1002.12
Current children cumulated vsize (KiB) 180876

[startup+1062.3 s]
/proc/loadavg: 2.06 2.04 2.00 3/178 11196
/proc/meminfo: memFree=26070448/32873648 swapFree=6864/6864
[pid=11147] ppid=11145 vsize=180876 CPUtime=1062.11 cores=0,2,4,6
/proc/11147/stat : 11147 (pbscip.linux.x8) R 11145 11147 7869 0 -1 4202496 43246 0 0 0 105822 389 0 0 20 0 1 0 335983491 185217024 44342 33554432000 4194304 8395647 140735109215568 140735109211176 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11147/statm: 45219 44342 627 1026 0 44189 0
Current children cumulated CPU time (s) 1062.11
Current children cumulated vsize (KiB) 180876

[startup+1122.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/178 11219
/proc/meminfo: memFree=26056360/32873648 swapFree=6864/6864
[pid=11147] ppid=11145 vsize=180876 CPUtime=1122.1 cores=0,2,4,6
/proc/11147/stat : 11147 (pbscip.linux.x8) R 11145 11147 7869 0 -1 4202496 43246 0 0 0 111799 411 0 0 20 0 1 0 335983491 185217024 44342 33554432000 4194304 8395647 140735109215568 140735109210680 6723628 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11147/statm: 45219 44342 627 1026 0 44189 0
Current children cumulated CPU time (s) 1122.1
Current children cumulated vsize (KiB) 180876

[startup+1182.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 11219
/proc/meminfo: memFree=26048432/32873648 swapFree=6864/6864
[pid=11147] ppid=11145 vsize=180876 CPUtime=1182.09 cores=0,2,4,6
/proc/11147/stat : 11147 (pbscip.linux.x8) R 11145 11147 7869 0 -1 4202496 43246 0 0 0 117779 430 0 0 20 0 1 0 335983491 185217024 44342 33554432000 4194304 8395647 140735109215568 140735109210696 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11147/statm: 45219 44342 627 1026 0 44189 0
Current children cumulated CPU time (s) 1182.09
Current children cumulated vsize (KiB) 180876

[startup+1242.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 11219
/proc/meminfo: memFree=26043264/32873648 swapFree=6864/6864
[pid=11147] ppid=11145 vsize=180876 CPUtime=1242.09 cores=0,2,4,6
/proc/11147/stat : 11147 (pbscip.linux.x8) R 11145 11147 7869 0 -1 4202496 43246 0 0 0 123758 451 0 0 20 0 1 0 335983491 185217024 44342 33554432000 4194304 8395647 140735109215568 140735109210696 6721240 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11147/statm: 45219 44342 627 1026 0 44189 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 180876

[startup+1302.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 11219
/proc/meminfo: memFree=26042992/32873648 swapFree=6864/6864
[pid=11147] ppid=11145 vsize=180876 CPUtime=1302.07 cores=0,2,4,6
/proc/11147/stat : 11147 (pbscip.linux.x8) R 11145 11147 7869 0 -1 4202496 43246 0 0 0 129730 477 0 0 20 0 1 0 335983491 185217024 44342 33554432000 4194304 8395647 140735109215568 140735109209720 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11147/statm: 45219 44342 627 1026 0 44189 0
Current children cumulated CPU time (s) 1302.07
Current children cumulated vsize (KiB) 180876

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11219
/proc/meminfo: memFree=26042248/32873648 swapFree=6864/6864
[pid=11147] ppid=11145 vsize=180876 CPUtime=1362.07 cores=0,2,4,6
/proc/11147/stat : 11147 (pbscip.linux.x8) R 11145 11147 7869 0 -1 4202496 43246 0 0 0 135709 498 0 0 20 0 1 0 335983491 185217024 44342 33554432000 4194304 8395647 140735109215568 140735109209720 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11147/statm: 45219 44342 627 1026 0 44189 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 180876

[startup+1422.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 11220
/proc/meminfo: memFree=26041320/32873648 swapFree=6864/6864
[pid=11147] ppid=11145 vsize=180876 CPUtime=1422.06 cores=0,2,4,6
/proc/11147/stat : 11147 (pbscip.linux.x8) R 11145 11147 7869 0 -1 4202496 43246 0 0 0 141690 516 0 0 20 0 1 0 335983491 185217024 44342 33554432000 4194304 8395647 140735109215568 140735109211144 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11147/statm: 45219 44342 627 1026 0 44189 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 180876

[startup+1482.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/177 11220
/proc/meminfo: memFree=26042024/32873648 swapFree=6864/6864
[pid=11147] ppid=11145 vsize=180876 CPUtime=1482.05 cores=0,2,4,6
/proc/11147/stat : 11147 (pbscip.linux.x8) R 11145 11147 7869 0 -1 4202496 43246 0 0 0 147668 537 0 0 20 0 1 0 335983491 185217024 44342 33554432000 4194304 8395647 140735109215568 140735109210696 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11147/statm: 45219 44342 627 1026 0 44189 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 180876

[startup+1542.31 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 11220
/proc/meminfo: memFree=26041780/32873648 swapFree=6864/6864
[pid=11147] ppid=11145 vsize=180876 CPUtime=1542.05 cores=0,2,4,6
/proc/11147/stat : 11147 (pbscip.linux.x8) R 11145 11147 7869 0 -1 4202496 43246 0 0 0 153649 556 0 0 20 0 1 0 335983491 185217024 44342 33554432000 4194304 8395647 140735109215568 140735109210776 6721235 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11147/statm: 45219 44342 627 1026 0 44189 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 180876

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 11220
/proc/meminfo: memFree=26041780/32873648 swapFree=6864/6864
[pid=11147] ppid=11145 vsize=180876 CPUtime=1602.03 cores=0,2,4,6
/proc/11147/stat : 11147 (pbscip.linux.x8) R 11145 11147 7869 0 -1 4202496 43246 0 0 0 159629 574 0 0 20 0 1 0 335983491 185217024 44342 33554432000 4194304 8395647 140735109215568 140735109210696 6723089 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11147/statm: 45219 44342 627 1026 0 44189 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 180876

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 11223
/proc/meminfo: memFree=26041160/32873648 swapFree=6864/6864
[pid=11147] ppid=11145 vsize=180876 CPUtime=1662.02 cores=0,2,4,6
/proc/11147/stat : 11147 (pbscip.linux.x8) R 11145 11147 7869 0 -1 4202496 43246 0 0 0 165607 595 0 0 20 0 1 0 335983491 185217024 44342 33554432000 4194304 8395647 140735109215568 140735109210376 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11147/statm: 45219 44342 627 1026 0 44189 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 180876

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11224
/proc/meminfo: memFree=26041172/32873648 swapFree=6864/6864
[pid=11147] ppid=11145 vsize=180876 CPUtime=1722.01 cores=0,2,4,6
/proc/11147/stat : 11147 (pbscip.linux.x8) R 11145 11147 7869 0 -1 4202496 43246 0 0 0 171587 614 0 0 20 0 1 0 335983491 185217024 44342 33554432000 4194304 8395647 140735109215568 140735109209976 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11147/statm: 45219 44342 627 1026 0 44189 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 180876

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11262
/proc/meminfo: memFree=26120564/32873648 swapFree=6864/6864
[pid=11147] ppid=11145 vsize=180876 CPUtime=1782 cores=0,2,4,6
/proc/11147/stat : 11147 (pbscip.linux.x8) R 11145 11147 7869 0 -1 4202496 43246 0 0 0 177566 634 0 0 20 0 1 0 335983491 185217024 44342 33554432000 4194304 8395647 140735109215568 140735109210792 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11147/statm: 45219 44342 627 1026 0 44189 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 180876

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

[startup+1785.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11262
/proc/meminfo: memFree=26120556/32873648 swapFree=6864/6864
[pid=11147] ppid=11145 vsize=180876 CPUtime=1785.3 cores=0,2,4,6
/proc/11147/stat : 11147 (pbscip.linux.x8) R 11145 11147 7869 0 -1 4202496 43246 0 0 0 177895 635 0 0 20 0 1 0 335983491 185217024 44342 33554432000 4194304 8395647 140735109215568 140735109211224 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11147/statm: 45219 44342 627 1026 0 44189 0
Current children cumulated CPU time (s) 1785.3
Current children cumulated vsize (KiB) 180876

[startup+1787.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11262
/proc/meminfo: memFree=26120680/32873648 swapFree=6864/6864
[pid=11147] ppid=11145 vsize=180876 CPUtime=1786.9 cores=0,2,4,6
/proc/11147/stat : 11147 (pbscip.linux.x8) R 11145 11147 7869 0 -1 4202496 43246 0 0 0 178054 636 0 0 20 0 1 0 335983491 185217024 44342 33554432000 4194304 8395647 140735109215568 140735109211224 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11147/statm: 45219 44342 627 1026 0 44189 0
Current children cumulated CPU time (s) 1786.9
Current children cumulated vsize (KiB) 180876

[startup+1788.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11262
/proc/meminfo: memFree=26118696/32873648 swapFree=6864/6864
[pid=11147] ppid=11145 vsize=180876 CPUtime=1788.5 cores=0,2,4,6
/proc/11147/stat : 11147 (pbscip.linux.x8) R 11145 11147 7869 0 -1 4202496 43246 0 0 0 178213 637 0 0 20 0 1 0 335983491 185217024 44342 33554432000 4194304 8395647 140735109215568 140735109210792 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11147/statm: 45219 44342 627 1026 0 44189 0
Current children cumulated CPU time (s) 1788.5
Current children cumulated vsize (KiB) 180876

[startup+1789.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11262
/proc/meminfo: memFree=26118696/32873648 swapFree=6864/6864
[pid=11147] ppid=11145 vsize=180876 CPUtime=1789.3 cores=0,2,4,6
/proc/11147/stat : 11147 (pbscip.linux.x8) R 11145 11147 7869 0 -1 4202496 43246 0 0 0 178293 637 0 0 20 0 1 0 335983491 185217024 44342 33554432000 4194304 8395647 140735109215568 140735109210792 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11147/statm: 45219 44342 627 1026 0 44189 0
Current children cumulated CPU time (s) 1789.3
Current children cumulated vsize (KiB) 180876

[startup+1790 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11262
/proc/meminfo: memFree=26118836/32873648 swapFree=6864/6864
[pid=11147] ppid=11145 vsize=180876 CPUtime=1789.7 cores=0,2,4,6
/proc/11147/stat : 11147 (pbscip.linux.x8) R 11145 11147 7869 0 -1 4202496 43246 0 0 0 178333 637 0 0 20 0 1 0 335983491 185217024 44342 33554432000 4194304 8395647 140735109215568 140735109210072 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11147/statm: 45219 44342 627 1026 0 44189 0
Current children cumulated CPU time (s) 1789.7
Current children cumulated vsize (KiB) 180876

Child status: 0
Real time (s): 1790.07
CPU time (s): 1789.78
CPU user time (s): 1783.4
CPU system time (s): 6.37903
CPU usage (%): 99.9837
Max. virtual memory (cumulated for all children) (KiB): 180876

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1783.4
system time used= 6.37903
maximum resident set size= 177376
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43251
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= 20
involuntary context switches= 2032

runsolver used 2.57861 second user time and 7.2029 second system time

The end

Launcher Data

Begin job on node125 at 2012-06-03 06:43:01
IDJOB=3733920
IDBENCH=2634
IDSOLVER=2326
FILE ID=node125/3733920-1338698581
RUNJOBID= node125-1338678622-7888
PBS_JOBID= 14636688
Free space on /tmp= 70432 MiB

SOLVER NAME= PB10: 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_15.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-3733920-1338698581/watcher-3733920-1338698581 -o /tmp/evaluation-result-3733920-1338698581/solver-3733920-1338698581 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3733920-1338698581.opb -t 1800 -m 15500

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= b4a219bc21641bf0d46eae2692004ebe
RANDOM SEED=1956292264

node125.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.373
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.373
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.373
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.373
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.373
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.373
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5438.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.373
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.373
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        25706424 kB
Buffers:          605008 kB
Cached:          5042324 kB
SwapCached:         2308 kB
Active:          3099040 kB
Inactive:        3163072 kB
Active(anon):     606060 kB
Inactive(anon):     9240 kB
Active(file):    2492980 kB
Inactive(file):  3153832 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67102524 kB
Dirty:             12468 kB
Writeback:             0 kB
AnonPages:        617496 kB
Mapped:            16588 kB
Shmem:                96 kB
Slab:             766748 kB
SReclaimable:     210700 kB
SUnreclaim:       556048 kB
KernelStack:        1456 kB
PageTables:         4756 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     733764 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    462848 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70420 MiB
End job on node125 at 2012-06-03 07:12:51