Trace number 2703899

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.71 1790.26

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/golomb-rulers/normalized-OGR_13.opb
MD5SUM292e71503f1e4f136e087e61da3c7ed4
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark121
Best CPU time to get the best result obtained on this benchmark1798.04
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 118
Optimality of the best value was proved NO
Number of variables2470
Total number of constraints4744
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 constraints4744
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 1357
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.01	c SCIP version 1.2.1.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2]
0.00/0.01	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.01	c 
0.00/0.01	c user parameter file <scip.set> not found - using default parameters
0.00/0.01	c reading problem <HOME/instance-2703899-1278561188.opb>
0.19/0.28	c original problem has 2470 variables (2470 bin, 0 int, 0 impl, 0 cont) and 4744 constraints
0.19/0.28	c problem read
0.19/0.28	c presolving settings loaded
0.29/0.38	c presolving:
0.39/0.47	c (round 1) 0 del vars, 2366 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 12 upgd conss, 0 impls, 0 clqs
1.49/1.54	c    (1.3s) probing: 113/2470 (4.6%) - 0 fixings, 0 aggregations, 745 implications, 0 bound changes
1.49/1.54	c    (1.3s) probing aborted: 100/100 successive totally useless probings
1.49/1.54	c presolving (2 rounds):
1.49/1.54	c  0 deleted vars, 2366 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
1.49/1.54	c  4888 implications, 0 cliques
1.49/1.54	c presolved problem has 2470 variables (2470 bin, 0 int, 0 impl, 0 cont) and 2378 constraints
1.49/1.54	c      12 constraints of type <knapsack>
1.49/1.54	c    2366 constraints of type <linear>
1.49/1.54	c transformed objective value is always integral (scale: 1)
1.49/1.54	c Presolving Time: 1.17
1.49/1.54	c - non default parameters ----------------------------------------------------------------------
1.49/1.54	c # SCIP version 1.2.1.3
1.49/1.54	c 
1.49/1.54	c # frequency for displaying node information lines
1.49/1.54	c # [type: int, range: [-1,2147483647], default: 100]
1.49/1.54	c display/freq = 10000
1.49/1.54	c 
1.49/1.54	c # maximal time in seconds to run
1.49/1.54	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.49/1.54	c limits/time = 1789.72
1.49/1.54	c 
1.49/1.54	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
1.49/1.54	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.49/1.54	c limits/memory = 1620
1.49/1.54	c 
1.49/1.54	c # default clock type (1: CPU user seconds, 2: wall clock time)
1.49/1.54	c # [type: int, range: [1,2], default: 1]
1.49/1.54	c timing/clocktype = 2
1.49/1.54	c 
1.49/1.54	c # should presolving try to simplify inequalities
1.49/1.54	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.49/1.54	c constraints/linear/simplifyinequalities = TRUE
1.49/1.54	c 
1.49/1.54	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
1.49/1.54	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.49/1.54	c constraints/indicator/addCouplingCons = TRUE
1.49/1.54	c 
1.49/1.54	c # should presolving try to simplify knapsacks
1.49/1.54	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.49/1.54	c constraints/knapsack/simplifyinequalities = TRUE
1.49/1.54	c 
1.49/1.54	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
1.49/1.54	c # [type: int, range: [-1,2147483647], default: -1]
1.49/1.54	c separating/rapidlearning/freq = 0
1.49/1.54	c 
1.49/1.54	c -----------------------------------------------------------------------------------------------
1.49/1.54	c start solving
1.49/1.54	c 
1.89/1.97	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1.89/1.97	c   1.7s|     1 |     0 |  2865 |     - |  19M|   0 |1443 |2470 |2378 |2470 |2378 |   0 |   0 |   0 | 1.200000e+01 |      --      |    Inf 
5.69/5.75	c   5.5s|     1 |     0 |  7151 |     - |  20M|   0 |1449 |2470 |2378 |2470 |2420 |  42 |   0 |   0 | 1.200000e+01 |      --      |    Inf 
6.19/6.21	c   5.9s|     1 |     0 |  7197 |     - |  21M|   0 |1454 |2470 |2378 |2470 |2456 |  78 |   0 |   0 | 1.200000e+01 |      --      |    Inf 
6.79/6.85	c   6.6s|     1 |     0 |  7454 |     - |  21M|   0 |1468 |2470 |2378 |2470 |2523 | 145 |   0 |   0 | 1.200198e+01 |      --      |    Inf 
7.70/7.73	c   7.4s|     1 |     0 |  7778 |     - |  22M|   0 |1469 |2470 |2378 |2470 |2579 | 201 |   0 |   0 | 1.216667e+01 |      --      |    Inf 
8.59/8.69	c   8.4s|     1 |     0 |  8037 |     - |  22M|   0 |1466 |2470 |2378 |2470 |2636 | 258 |   0 |   0 | 1.216667e+01 |      --      |    Inf 
9.69/9.74	c   9.5s|     1 |     0 |  8405 |     - |  23M|   0 |1471 |2470 |2378 |2470 |2690 | 312 |   0 |   0 | 1.216667e+01 |      --      |    Inf 
10.99/11.03	c  10.7s|     1 |     0 |  8926 |     - |  23M|   0 |1459 |2470 |2378 |2470 |2746 | 368 |   0 |   0 | 1.228571e+01 |      --      |    Inf 
12.29/12.33	c  12.0s|     1 |     0 |  9342 |     - |  24M|   0 |1470 |2470 |2378 |2470 |2799 | 421 |   0 |   0 | 1.228571e+01 |      --      |    Inf 
13.59/13.60	c  13.3s|     1 |     0 |  9783 |     - |  24M|   0 |1466 |2470 |2378 |2470 |2863 | 485 |   0 |   0 | 1.257143e+01 |      --      |    Inf 
15.18/15.20	c  14.9s|     1 |     0 | 10400 |     - |  25M|   0 |1463 |2470 |2378 |2470 |2916 | 538 |   0 |   0 | 1.266667e+01 |      --      |    Inf 
15.89/15.94	c  15.7s|     1 |     0 | 10965 |     - |  25M|   0 |1455 |2470 |2378 |2470 |2942 | 564 |   0 |   0 | 1.266667e+01 |      --      |    Inf 
16.89/16.91	c  16.6s|     1 |     0 | 11852 |     - |  25M|   0 |1449 |2470 |2378 |2470 |2959 | 581 |   0 |   0 | 1.266667e+01 |      --      |    Inf 
18.09/18.12	c  17.8s|     1 |     0 | 13091 |     - |  25M|   0 |1456 |2470 |2378 |2470 |2980 | 602 |   0 |   0 | 1.275000e+01 |      --      |    Inf 
18.98/19.03	c  18.7s|     1 |     0 | 13739 |     - |  25M|   0 |1442 |2470 |2378 |2470 |3004 | 626 |   0 |   0 | 1.275000e+01 |      --      |    Inf 
19.69/19.80	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
19.69/19.80	c  19.5s|     1 |     0 | 14241 |     - |  25M|   0 |1362 |2470 |2378 |2470 |3027 | 649 |   0 |   0 | 1.300000e+01 |      --      |    Inf 
20.69/20.73	c  20.4s|     1 |     0 | 14911 |     - |  25M|   0 |1362 |2470 |2378 |2470 |2782 | 670 |   0 |   0 | 1.300000e+01 |      --      |    Inf 
21.59/21.68	c  21.4s|     1 |     0 | 15981 |     - |  25M|   0 |1342 |2470 |2378 |2470 |2802 | 690 |   0 |   0 | 1.300000e+01 |      --      |    Inf 
22.78/22.83	c  22.5s|     1 |     0 | 17216 |     - |  25M|   0 |1336 |2470 |2378 |2470 |2825 | 713 |   0 |   0 | 1.300000e+01 |      --      |    Inf 
23.78/23.83	c  23.5s|     1 |     0 | 18313 |     - |  25M|   0 |1317 |2470 |2378 |2470 |2846 | 734 |   0 |   0 | 1.300000e+01 |      --      |    Inf 
24.59/24.66	c  24.4s|     1 |     0 | 19199 |     - |  25M|   0 |1490 |2470 |2378 |2470 |2875 | 763 |   0 |   0 | 1.300000e+01 |      --      |    Inf 
47.16/47.28	c  47.0s|     1 |     2 | 19199 |     - |  25M|   0 |1490 |2470 |2378 |2470 |2875 | 763 |   0 |  22 | 1.300000e+01 |      --      |    Inf 
1789.54/1790.14	c 
1789.54/1790.14	c SCIP Status        : solving was interrupted [time limit reached]
1789.54/1790.14	c Solving Time (sec) : 1789.86
1789.54/1790.14	c Solving Nodes      : 9720
1789.54/1790.14	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1789.54/1790.14	c Dual Bound         : +1.60000000000001e+01
1789.54/1790.14	c Gap                : infinite
1789.54/1790.14	s UNKNOWN
1789.54/1790.14	c SCIP Status        : solving was interrupted [time limit reached]
1789.54/1790.14	c Solving Time       :    1789.86
1789.54/1790.14	c Original Problem   :
1789.54/1790.14	c   Problem name     : HOME/instance-2703899-1278561188.opb
1789.54/1790.14	c   Variables        : 2470 (2470 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.54/1790.14	c   Constraints      : 4744 initial, 4744 maximal
1789.54/1790.14	c Presolved Problem  :
1789.54/1790.14	c   Problem name     : t_HOME/instance-2703899-1278561188.opb
1789.54/1790.14	c   Variables        : 2470 (2470 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.54/1790.14	c   Constraints      : 2378 initial, 4900 maximal
1789.54/1790.14	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1789.54/1790.14	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1789.54/1790.14	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1789.54/1790.14	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1789.54/1790.14	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1789.54/1790.14	c   implics          :       0.00          0          0          0          0          0          0          0          0
1789.54/1790.14	c   probing          :       1.03          0          0          0          0          0          0          0          0
1789.54/1790.14	c   knapsack         :       0.00          0          0          0          0          0          0          0          0
1789.54/1790.14	c   linear           :       0.12          0          0          0          0          0       2366          0          0
1789.54/1790.14	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1789.54/1790.14	c   root node        :          -          0          -          -          0          -          -          -          -
1789.54/1790.14	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1789.54/1790.14	c   integral         :          0          0          0       8929          0         12       3975          0          0      16170
1789.54/1790.14	c   knapsack         :         12         20      43616          0          1         65       5562        302          0          0
1789.54/1790.14	c   linear           :       2366         20      43551          0          0        397     241636          2          0          0
1789.54/1790.14	c   logicor          :          0+         0      24465          0          0         14      20347          0          0          0
1789.54/1790.14	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1789.54/1790.14	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1789.54/1790.14	c   integral         :     515.32       0.00       0.00     515.32       0.00
1789.54/1790.14	c   knapsack         :       2.08       0.01       2.07       0.00       0.00
1789.54/1790.14	c   linear           :      83.01       0.02      82.99       0.00       0.00
1789.54/1790.14	c   logicor          :       1.46       0.00       1.46       0.00       0.00
1789.54/1790.14	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1789.54/1790.15	c Propagators        :       Time      Calls    Cutoffs    DomReds
1789.54/1790.15	c   vbounds          :       0.03          2          0          0
1789.54/1790.15	c   rootredcost      :       0.04          0          0          0
1789.54/1790.15	c   pseudoobj        :       0.11      43395          0          0
1789.54/1790.15	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1789.54/1790.15	c   propagation      :       0.07        476        474       3065       28.0         26       14.8          -
1789.54/1790.15	c   infeasible LP    :       4.54       4220       4220       6401       12.0        124       12.6          0
1789.54/1790.15	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1789.54/1790.15	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1789.54/1790.15	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1789.54/1790.15	c   applied globally :          -          -          -       7318       13.9          -          -          -
1789.54/1790.15	c   applied locally  :          -          -          -          0        0.0          -          -          -
1789.54/1790.15	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1789.54/1790.15	c   cut pool         :       0.03         19          -          -      13094          -    (maximal pool size: 6636)
1789.54/1790.15	c   redcost          :       1.57       8962          0         48          0          0
1789.54/1790.15	c   impliedbounds    :       0.00         20          0          0         10          0
1789.54/1790.15	c   intobj           :       0.00          0          0          0          0          0
1789.54/1790.15	c   cgmip            :       0.00          0          0          0          0          0
1789.54/1790.15	c   gomory           :       1.00         20          0          0        650          0
1789.54/1790.15	c   strongcg         :       0.99         20          0          0        594          0
1789.54/1790.15	c   cmir             :       2.96         10          0          0       5000          0
1789.54/1790.15	c   flowcover        :       2.46         10          0          0       2000          0
1789.54/1790.15	c   clique           :       0.00          1          0          0          0          0
1789.54/1790.15	c   zerohalf         :       0.00          0          0          0          0          0
1789.54/1790.15	c   mcf              :       0.00          1          0          0          0          0
1789.54/1790.15	c   rapidlearning    :       0.68          1          0          0          0          0
1789.54/1790.15	c Pricers            :       Time      Calls       Vars
1789.54/1790.15	c   problem variables:       0.00          0          0
1789.54/1790.15	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1789.54/1790.15	c   relpscost        :     515.28       8929         12       3975          0          0      16170
1789.54/1790.15	c   pscost           :       0.00          0          0          0          0          0          0
1789.54/1790.15	c   inference        :       0.00          1          0          0          0          0          2
1789.54/1790.15	c   mostinf          :       0.00          0          0          0          0          0          0
1789.54/1790.15	c   leastinf         :       0.00          0          0          0          0          0          0
1789.54/1790.15	c   fullstrong       :       0.00          0          0          0          0          0          0
1789.54/1790.15	c   allfullstrong    :       0.00          0          0          0          0          0          0
1789.54/1790.15	c   random           :       0.00          0          0          0          0          0          0
1789.54/1790.15	c Primal Heuristics  :       Time      Calls      Found
1789.54/1790.15	c   LP solutions     :       0.00          -          0
1789.54/1790.15	c   pseudo solutions :       0.00          -          0
1789.54/1790.15	c   oneopt           :       0.02          0          0
1789.54/1790.15	c   crossover        :       0.01          0          0
1789.54/1790.15	c   guideddiving     :       0.00          0          0
1789.54/1790.15	c   coefdiving       :     117.63          7          0
1789.54/1790.15	c   fracdiving       :      70.60         17          0
1789.54/1790.15	c   objpscostdiving  :      27.21         13          0
1789.54/1790.15	c   rootsoldiving    :      19.35         16          0
1789.54/1790.15	c   pscostdiving     :      54.76         34          0
1789.54/1790.15	c   veclendiving     :      41.64         34          0
1789.54/1790.15	c   feaspump         :      36.17         23          0
1789.54/1790.15	c   linesearchdiving :      51.48         53          0
1789.54/1790.15	c   trivial          :       0.01          2          0
1789.54/1790.15	c   simplerounding   :       0.01          0          0
1789.54/1790.15	c   zirounding       :       0.34       1000          0
1789.54/1790.15	c   rounding         :       2.33       1292          0
1789.54/1790.15	c   shifting         :       8.99        381          0
1789.54/1790.15	c   intshifting      :       0.00          0          0
1789.54/1790.15	c   twoopt           :       0.00          0          0
1789.54/1790.15	c   fixandinfer      :       0.00          0          0
1789.54/1790.15	c   intdiving        :       0.00          0          0
1789.54/1790.15	c   actconsdiving    :       0.00          0          0
1789.54/1790.15	c   octane           :       0.00          0          0
1789.54/1790.15	c   rens             :       0.01          0          0
1789.54/1790.15	c   rins             :       0.00          0          0
1789.54/1790.15	c   localbranching   :       0.00          0          0
1789.54/1790.15	c   mutation         :       0.00          0          0
1789.54/1790.15	c   dins             :       0.00          0          0
1789.54/1790.15	c   undercover       :       0.00          0          0
1789.54/1790.15	c   nlp              :       0.01          0          0
1789.54/1790.15	c   trysol           :       0.01          0          0
1789.54/1790.15	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1789.54/1790.15	c   primal LP        :       0.02          0          0       0.00       0.00
1789.54/1790.15	c   dual LP          :     731.98      10306    1990382     193.13    2719.16
1789.54/1790.15	c   lex dual LP      :       0.00          0          0       0.00          -
1789.54/1790.15	c   barrier LP       :       0.00          0          0       0.00          -
1789.54/1790.15	c   diving/probing LP:     378.59       9450     896245      94.84    2367.33
1789.54/1790.15	c   strong branching :     510.40       6211    1120295     180.37    2194.93
1789.54/1790.15	c     (at root node) :          -         22      22000    1000.00          -
1789.54/1790.15	c   conflict analysis:       0.00          0          0       0.00          -
1789.54/1790.15	c B&B Tree           :
1789.54/1790.15	c   number of runs   :          1
1789.54/1790.15	c   nodes            :       9720
1789.54/1790.15	c   nodes (total)    :       9720
1789.54/1790.15	c   nodes left       :       6355
1789.54/1790.15	c   max depth        :         71
1789.54/1790.15	c   max depth (total):         71
1789.54/1790.15	c   backtracks       :       1446 (14.9%)
1789.54/1790.15	c   delayed cutoffs  :         98
1789.54/1790.15	c   repropagations   :       7240 (34992 domain reductions, 19 cutoffs)
1789.54/1790.15	c   avg switch length:       7.93
1789.54/1790.15	c   switching time   :      13.53
1789.54/1790.15	c Solution           :
1789.54/1790.15	c   Solutions found  :          0 (0 improvements)
1789.54/1790.15	c   Primal Bound     :          -
1789.54/1790.15	c   Dual Bound       : +1.60000000000001e+01
1789.54/1790.15	c   Gap              :   infinite
1789.54/1790.15	c   Root Dual Bound  : +1.30000000000000e+01
1789.54/1790.15	c   Root Iterations  :      19199
1789.64/1790.26	c Time complete: 1789.69.

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-2703899-1278561188/watcher-2703899-1278561188 -o /tmp/evaluation-result-2703899-1278561188/solver-2703899-1278561188 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2703899-1278561188.opb -t 1800 -m 1800 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 28946
/proc/meminfo: memFree=1791612/2059040 swapFree=4082496/4192956
[pid=28946] ppid=28944 vsize=7904 CPUtime=0
/proc/28946/stat : 28946 (pbscip.linux.x8) R 28944 28946 28921 0 -1 4202496 1269 0 0 0 0 0 0 0 20 0 1 0 24330307 8093696 1180 1992294400 4194304 8395647 140734503095968 18446744073709551615 6787536 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/28946/statm: 1977 1183 369 1026 0 947 0

[startup+0.061355 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 28946
/proc/meminfo: memFree=1791612/2059040 swapFree=4082496/4192956
[pid=28946] ppid=28944 vsize=11580 CPUtime=0.05
/proc/28946/stat : 28946 (pbscip.linux.x8) R 28944 28946 28921 0 -1 4202496 2180 0 0 0 5 0 0 0 20 0 1 0 24330307 11857920 2091 1992294400 4194304 8395647 140734503095968 18446744073709551615 7382031 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/28946/statm: 2895 2091 393 1026 0 1865 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 11580

[startup+0.100361 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 28946
/proc/meminfo: memFree=1791612/2059040 swapFree=4082496/4192956
[pid=28946] ppid=28944 vsize=12548 CPUtime=0.09
/proc/28946/stat : 28946 (pbscip.linux.x8) R 28944 28946 28921 0 -1 4202496 2425 0 0 0 9 0 0 0 20 0 1 0 24330307 12849152 2336 1992294400 4194304 8395647 140734503095968 18446744073709551615 7301326 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/28946/statm: 3137 2336 393 1026 0 2107 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12548

[startup+0.30039 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 28946
/proc/meminfo: memFree=1791612/2059040 swapFree=4082496/4192956
[pid=28946] ppid=28944 vsize=21668 CPUtime=0.29
/proc/28946/stat : 28946 (pbscip.linux.x8) R 28944 28946 28921 0 -1 4202496 5001 0 0 0 27 2 0 0 20 0 1 0 24330307 22188032 4559 1992294400 4194304 8395647 140734503095968 18446744073709551615 6347101 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28946/statm: 5417 4566 412 1026 0 4387 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 21668

[startup+0.700446 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 28946
/proc/meminfo: memFree=1791612/2059040 swapFree=4082496/4192956
[pid=28946] ppid=28944 vsize=56772 CPUtime=0.69
/proc/28946/stat : 28946 (pbscip.linux.x8) R 28944 28946 28921 0 -1 4202496 13397 0 0 0 64 5 0 0 20 0 1 0 24330307 58134528 12954 1992294400 4194304 8395647 140734503095968 18446744073709551615 5026778 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28946/statm: 14193 12954 490 1026 0 13163 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 56772

[startup+1.50056 s]
/proc/loadavg: 0.92 0.98 0.99 2/107 28947
/proc/meminfo: memFree=1741012/2059040 swapFree=4082496/4192956
[pid=28946] ppid=28944 vsize=56772 CPUtime=1.49
/proc/28946/stat : 28946 (pbscip.linux.x8) R 28944 28946 28921 0 -1 4202496 13397 0 0 0 144 5 0 0 22 0 1 0 24330307 58134528 12954 1992294400 4194304 8395647 140734503095968 18446744073709551615 5026706 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28946/statm: 14193 12954 490 1026 0 13163 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 56772

[startup+3.10079 s]
/proc/loadavg: 0.92 0.98 0.99 2/107 28947
/proc/meminfo: memFree=1730968/2059040 swapFree=4082496/4192956
[pid=28946] ppid=28944 vsize=68292 CPUtime=3.09
/proc/28946/stat : 28946 (pbscip.linux.x8) R 28944 28946 28921 0 -1 4202496 17085 0 0 0 302 7 0 0 25 0 1 0 24330307 69931008 15954 1992294400 4194304 8395647 140734503095968 18446744073709551615 6635104 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28946/statm: 17073 15954 838 1026 0 16043 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 68292

[startup+6.30124 s]
/proc/loadavg: 0.93 0.98 0.99 2/107 28947
/proc/meminfo: memFree=1699720/2059040 swapFree=4082496/4192956
[pid=28946] ppid=28944 vsize=100572 CPUtime=6.29
/proc/28946/stat : 28946 (pbscip.linux.x8) R 28944 28946 28921 0 -1 4202496 24874 0 0 0 617 12 0 0 25 0 1 0 24330307 102985728 23718 1992294400 4194304 8395647 140734503095968 18446744073709551615 6198218 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28946/statm: 25143 23718 857 1026 0 24113 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 100572

[startup+12.7012 s]
/proc/loadavg: 0.93 0.98 0.99 2/107 28947
/proc/meminfo: memFree=1698108/2059040 swapFree=4082496/4192956
[pid=28946] ppid=28944 vsize=100572 CPUtime=12.69
/proc/28946/stat : 28946 (pbscip.linux.x8) R 28944 28946 28921 0 -1 4202496 25296 0 0 0 1255 14 0 0 25 0 1 0 24330307 102985728 23845 1992294400 4194304 8395647 140734503095968 18446744073709551615 6197339 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28946/statm: 25143 23845 619 1026 0 24113 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 100572

[startup+25.501 s]
/proc/loadavg: 0.95 0.98 0.99 2/107 28949
/proc/meminfo: memFree=1697116/2059040 swapFree=4082496/4192956
[pid=28946] ppid=28944 vsize=100572 CPUtime=25.48
/proc/28946/stat : 28946 (pbscip.linux.x8) R 28944 28946 28921 0 -1 4202496 25565 0 0 0 2527 21 0 0 25 0 1 0 24330307 102985728 24114 1992294400 4194304 8395647 140734503095968 18446744073709551615 6698034 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28946/statm: 25143 24114 621 1026 0 24113 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 100572

[startup+51.1006 s]
/proc/loadavg: 0.96 0.98 0.99 2/107 28949
/proc/meminfo: memFree=1696744/2059040 swapFree=4082496/4192956
[pid=28946] ppid=28944 vsize=100572 CPUtime=51.06
/proc/28946/stat : 28946 (pbscip.linux.x8) R 28944 28946 28921 0 -1 4202496 25603 0 0 0 5073 33 0 0 25 0 1 0 24330307 102985728 24152 1992294400 4194304 8395647 140734503095968 18446744073709551615 6698055 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28946/statm: 25143 24152 622 1026 0 24113 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 100572

[startup+102.308 s]
/proc/loadavg: 0.98 0.98 0.99 2/107 28951
/proc/meminfo: memFree=1696744/2059040 swapFree=4082496/4192956
[pid=28946] ppid=28944 vsize=100572 CPUtime=102.25
/proc/28946/stat : 28946 (pbscip.linux.x8) R 28944 28946 28921 0 -1 4202496 25603 0 0 0 10163 62 0 0 25 0 1 0 24330307 102985728 24152 1992294400 4194304 8395647 140734503095968 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28946/statm: 25143 24152 622 1026 0 24113 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 100572

[startup+162.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 28951
/proc/meminfo: memFree=1696744/2059040 swapFree=4082496/4192956
[pid=28946] ppid=28944 vsize=100572 CPUtime=162.23
/proc/28946/stat : 28946 (pbscip.linux.x8) R 28944 28946 28921 0 -1 4202496 25611 0 0 0 16129 94 0 0 25 0 1 0 24330307 102985728 24160 1992294400 4194304 8395647 140734503095968 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28946/statm: 25143 24160 629 1026 0 24113 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 100572

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 28953
/proc/meminfo: memFree=1696744/2059040 swapFree=4082496/4192956
[pid=28946] ppid=28944 vsize=100572 CPUtime=222.2
/proc/28946/stat : 28946 (pbscip.linux.x8) R 28944 28946 28921 0 -1 4202496 25611 0 0 0 22081 139 0 0 25 0 1 0 24330307 102985728 24160 1992294400 4194304 8395647 140734503095968 18446744073709551615 6697246 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28946/statm: 25143 24160 629 1026 0 24113 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 100572

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 28955
/proc/meminfo: memFree=1696744/2059040 swapFree=4082496/4192956
[pid=28946] ppid=28944 vsize=100572 CPUtime=282.19
/proc/28946/stat : 28946 (pbscip.linux.x8) R 28944 28946 28921 0 -1 4202496 25611 0 0 0 28041 178 0 0 25 0 1 0 24330307 102985728 24160 1992294400 4194304 8395647 140734503095968 18446744073709551615 6695973 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28946/statm: 25143 24160 629 1026 0 24113 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 100572

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 28957
/proc/meminfo: memFree=1696620/2059040 swapFree=4082496/4192956
[pid=28946] ppid=28944 vsize=100572 CPUtime=342.18
/proc/28946/stat : 28946 (pbscip.linux.x8) R 28944 28946 28921 0 -1 4202496 25615 0 0 0 34002 216 0 0 25 0 1 0 24330307 102985728 24164 1992294400 4194304 8395647 140734503095968 18446744073709551615 6698415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28946/statm: 25143 24164 629 1026 0 24113 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 100572

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 28959
/proc/meminfo: memFree=1696620/2059040 swapFree=4082496/4192956
[pid=28946] ppid=28944 vsize=100572 CPUtime=402.15
/proc/28946/stat : 28946 (pbscip.linux.x8) R 28944 28946 28921 0 -1 4202496 25616 0 0 0 39955 260 0 0 25 0 1 0 24330307 102985728 24165 1992294400 4194304 8395647 140734503095968 18446744073709551615 6698030 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28946/statm: 25143 24165 629 1026 0 24113 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 100572

[startup+462.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 28959
/proc/meminfo: memFree=1696620/2059040 swapFree=4082496/4192956
[pid=28946] ppid=28944 vsize=100572 CPUtime=462.14
/proc/28946/stat : 28946 (pbscip.linux.x8) R 28944 28946 28921 0 -1 4202496 25619 0 0 0 45916 298 0 0 25 0 1 0 24330307 102985728 24168 1992294400 4194304 8395647 140734503095968 18446744073709551615 6698051 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28946/statm: 25143 24168 629 1026 0 24113 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 100572

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 28970
/proc/meminfo: memFree=1695504/2059040 swapFree=4082496/4192956
[pid=28946] ppid=28944 vsize=100572 CPUtime=522.11
/proc/28946/stat : 28946 (pbscip.linux.x8) R 28944 28946 28921 0 -1 4202496 25620 0 0 0 51870 341 0 0 25 0 1 0 24330307 102985728 24169 1992294400 4194304 8395647 140734503095968 18446744073709551615 6751280 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28946/statm: 25143 24169 629 1026 0 24113 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 100572

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 28972
/proc/meminfo: memFree=1696496/2059040 swapFree=4082496/4192956
[pid=28946] ppid=28944 vsize=100360 CPUtime=582.09
/proc/28946/stat : 28946 (pbscip.linux.x8) R 28944 28946 28921 0 -1 4202496 26791 0 0 0 57823 386 0 0 25 0 1 0 24330307 102768640 24030 1992294400 4194304 8395647 140734503095968 18446744073709551615 6708317 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28946/statm: 25090 24030 629 1026 0 24060 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 100360

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 28974
/proc/meminfo: memFree=1696496/2059040 swapFree=4082496/4192956
[pid=28946] ppid=28944 vsize=100360 CPUtime=642.09
/proc/28946/stat : 28946 (pbscip.linux.x8) R 28944 28946 28921 0 -1 4202496 26794 0 0 0 63774 435 0 0 25 0 1 0 24330307 102768640 24033 1992294400 4194304 8395647 140734503095968 18446744073709551615 6721246 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28946/statm: 25090 24033 629 1026 0 24060 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 100360

[startup+702.3 s]

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

/proc/meminfo: memFree=1691040/2059040 swapFree=4082496/4192956
[pid=28946] ppid=28944 vsize=105228 CPUtime=1061.95
/proc/28946/stat : 28946 (pbscip.linux.x8) R 28944 28946 28921 0 -1 4202496 28118 0 0 0 105418 777 0 0 25 0 1 0 24330307 107753472 25356 1992294400 4194304 8395647 140734503095968 18446744073709551615 6721246 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28946/statm: 26307 25356 628 1026 0 25277 0
Current children cumulated CPU time (s) 1061.95
Current children cumulated vsize (KiB) 105228

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 28986
/proc/meminfo: memFree=1691412/2059040 swapFree=4082496/4192956
[pid=28946] ppid=28944 vsize=106752 CPUtime=1121.93
/proc/28946/stat : 28946 (pbscip.linux.x8) R 28944 28946 28921 0 -1 4202496 29435 0 0 0 111364 829 0 0 25 0 1 0 24330307 109314048 25414 1992294400 4194304 8395647 140734503095968 18446744073709551615 6698055 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28946/statm: 26688 25414 628 1026 0 25658 0
Current children cumulated CPU time (s) 1121.93
Current children cumulated vsize (KiB) 106752

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 28988
/proc/meminfo: memFree=1688684/2059040 swapFree=4082496/4192956
[pid=28946] ppid=28944 vsize=107888 CPUtime=1181.92
/proc/28946/stat : 28946 (pbscip.linux.x8) R 28944 28946 28921 0 -1 4202496 30073 0 0 0 117311 881 0 0 25 0 1 0 24330307 110477312 25946 1992294400 4194304 8395647 140734503095968 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28946/statm: 26972 25946 628 1026 0 25942 0
Current children cumulated CPU time (s) 1181.92
Current children cumulated vsize (KiB) 107888

[startup+1242.3 s]
/proc/loadavg: 1.07 1.00 1.00 2/107 28990
/proc/meminfo: memFree=1688312/2059040 swapFree=4082496/4192956
[pid=28946] ppid=28944 vsize=108052 CPUtime=1241.89
/proc/28946/stat : 28946 (pbscip.linux.x8) R 28944 28946 28921 0 -1 4202496 30176 0 0 0 123255 934 0 0 25 0 1 0 24330307 110645248 26049 1992294400 4194304 8395647 140734503095968 18446744073709551615 6120558 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28946/statm: 27013 26049 628 1026 0 25983 0
Current children cumulated CPU time (s) 1241.89
Current children cumulated vsize (KiB) 108052

[startup+1302.3 s]
/proc/loadavg: 1.10 1.02 1.00 2/107 28992
/proc/meminfo: memFree=1687940/2059040 swapFree=4082496/4192956
[pid=28946] ppid=28944 vsize=108284 CPUtime=1301.89
/proc/28946/stat : 28946 (pbscip.linux.x8) R 28944 28946 28921 0 -1 4202496 32884 0 0 0 129200 989 0 0 25 0 1 0 24330307 110882816 26141 1992294400 4194304 8395647 140734503095968 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28946/statm: 27071 26141 653 1026 0 26041 0
Current children cumulated CPU time (s) 1301.89
Current children cumulated vsize (KiB) 108284

[startup+1362.3 s]
/proc/loadavg: 1.10 1.03 1.00 2/107 28992
/proc/meminfo: memFree=1687940/2059040 swapFree=4082496/4192956
[pid=28946] ppid=28944 vsize=108396 CPUtime=1361.86
/proc/28946/stat : 28946 (pbscip.linux.x8) R 28944 28946 28921 0 -1 4202496 38391 0 0 0 135145 1041 0 0 25 0 1 0 24330307 110997504 26118 1992294400 4194304 8395647 140734503095968 18446744073709551615 6693391 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28946/statm: 27099 26118 629 1026 0 26069 0
Current children cumulated CPU time (s) 1361.86
Current children cumulated vsize (KiB) 108396

[startup+1422.31 s]
/proc/loadavg: 1.04 1.02 1.00 2/107 28994
/proc/meminfo: memFree=1689552/2059040 swapFree=4082496/4192956
[pid=28946] ppid=28944 vsize=107800 CPUtime=1421.86
/proc/28946/stat : 28946 (pbscip.linux.x8) R 28944 28946 28921 0 -1 4202496 53940 0 0 0 141086 1100 0 0 25 0 1 0 24330307 110387200 25826 1992294400 4194304 8395647 140734503095968 18446744073709551615 6670373 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28946/statm: 26950 25826 628 1026 0 25920 0
Current children cumulated CPU time (s) 1421.86
Current children cumulated vsize (KiB) 107800

[startup+1482.3 s]
/proc/loadavg: 1.01 1.02 1.00 2/107 28996
/proc/meminfo: memFree=1689800/2059040 swapFree=4082496/4192956
[pid=28946] ppid=28944 vsize=109148 CPUtime=1481.83
/proc/28946/stat : 28946 (pbscip.linux.x8) R 28944 28946 28921 0 -1 4202496 70083 0 0 0 147028 1155 0 0 25 0 1 0 24330307 111767552 26322 1992294400 4194304 8395647 140734503095968 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28946/statm: 27287 26322 628 1026 0 26257 0
Current children cumulated CPU time (s) 1481.83
Current children cumulated vsize (KiB) 109148

[startup+1542.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/107 28998
/proc/meminfo: memFree=1686700/2059040 swapFree=4082496/4192956
[pid=28946] ppid=28944 vsize=110252 CPUtime=1541.81
/proc/28946/stat : 28946 (pbscip.linux.x8) R 28944 28946 28921 0 -1 4202496 87340 0 0 0 152969 1212 0 0 25 0 1 0 24330307 112898048 26431 1992294400 4194304 8395647 140734503095968 18446744073709551615 6750939 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28946/statm: 27563 26431 628 1026 0 26533 0
Current children cumulated CPU time (s) 1541.81
Current children cumulated vsize (KiB) 110252

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 29003
/proc/meminfo: memFree=1687444/2059040 swapFree=4082496/4192956
[pid=28946] ppid=28944 vsize=109220 CPUtime=1601.79
/proc/28946/stat : 28946 (pbscip.linux.x8) R 28944 28946 28921 0 -1 4202496 103239 0 0 0 158904 1275 0 0 25 0 1 0 24330307 111841280 26294 1992294400 4194304 8395647 140734503095968 18446744073709551615 6586922 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28946/statm: 27305 26294 628 1026 0 26275 0
Current children cumulated CPU time (s) 1601.79
Current children cumulated vsize (KiB) 109220

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 29003
/proc/meminfo: memFree=1682360/2059040 swapFree=4082496/4192956
[pid=28946] ppid=28944 vsize=114168 CPUtime=1661.77
/proc/28946/stat : 28946 (pbscip.linux.x8) R 28944 28946 28921 0 -1 4202496 113740 0 0 0 164843 1334 0 0 25 0 1 0 24330307 116908032 27426 1992294400 4194304 8395647 140734503095968 18446744073709551615 5026843 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28946/statm: 28542 27426 628 1026 0 27512 0
Current children cumulated CPU time (s) 1661.77
Current children cumulated vsize (KiB) 114168

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 29005
/proc/meminfo: memFree=1679632/2059040 swapFree=4082496/4192956
[pid=28946] ppid=28944 vsize=116796 CPUtime=1721.76
/proc/28946/stat : 28946 (pbscip.linux.x8) R 28944 28946 28921 0 -1 4202496 114410 0 0 0 170792 1384 0 0 25 0 1 0 24330307 119599104 28096 1992294400 4194304 8395647 140734503095968 18446744073709551615 6721235 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28946/statm: 29199 28096 628 1026 0 28169 0
Current children cumulated CPU time (s) 1721.76
Current children cumulated vsize (KiB) 116796

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 29007
/proc/meminfo: memFree=1678020/2059040 swapFree=4082496/4192956
[pid=28946] ppid=28944 vsize=117684 CPUtime=1781.74
/proc/28946/stat : 28946 (pbscip.linux.x8) R 28944 28946 28921 0 -1 4202496 114802 0 0 0 176737 1437 0 0 25 0 1 0 24330307 120508416 28488 1992294400 4194304 8395647 140734503095968 18446744073709551615 6721240 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28946/statm: 29421 28488 628 1026 0 28391 0
Current children cumulated CPU time (s) 1781.74
Current children cumulated vsize (KiB) 117684

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

[startup+1785.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 29007
/proc/meminfo: memFree=1678020/2059040 swapFree=4082496/4192956
[pid=28946] ppid=28944 vsize=117684 CPUtime=1784.94
/proc/28946/stat : 28946 (pbscip.linux.x8) R 28944 28946 28921 0 -1 4202496 114802 0 0 0 177053 1441 0 0 25 0 1 0 24330307 120508416 28488 1992294400 4194304 8395647 140734503095968 18446744073709551615 6721246 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28946/statm: 29421 28488 628 1026 0 28391 0
Current children cumulated CPU time (s) 1784.94
Current children cumulated vsize (KiB) 117684

[startup+1788.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 29007
/proc/meminfo: memFree=1678020/2059040 swapFree=4082496/4192956
[pid=28946] ppid=28944 vsize=117684 CPUtime=1788.14
/proc/28946/stat : 28946 (pbscip.linux.x8) R 28944 28946 28921 0 -1 4202496 114802 0 0 0 177371 1443 0 0 25 0 1 0 24330307 120508416 28488 1992294400 4194304 8395647 140734503095968 18446744073709551615 7382061 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28946/statm: 29421 28488 628 1026 0 28391 0
Current children cumulated CPU time (s) 1788.14
Current children cumulated vsize (KiB) 117684

[startup+1789.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 29007
/proc/meminfo: memFree=1678020/2059040 swapFree=4082496/4192956
[pid=28946] ppid=28944 vsize=117684 CPUtime=1788.94
/proc/28946/stat : 28946 (pbscip.linux.x8) R 28944 28946 28921 0 -1 4202496 114802 0 0 0 177450 1444 0 0 25 0 1 0 24330307 120508416 28488 1992294400 4194304 8395647 140734503095968 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28946/statm: 29421 28488 628 1026 0 28391 0
Current children cumulated CPU time (s) 1788.94
Current children cumulated vsize (KiB) 117684

[startup+1789.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 29007
/proc/meminfo: memFree=1678020/2059040 swapFree=4082496/4192956
[pid=28946] ppid=28944 vsize=117684 CPUtime=1789.34
/proc/28946/stat : 28946 (pbscip.linux.x8) R 28944 28946 28921 0 -1 4202496 114802 0 0 0 177490 1444 0 0 25 0 1 0 24330307 120508416 28488 1992294400 4194304 8395647 140734503095968 18446744073709551615 6698051 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28946/statm: 29421 28488 628 1026 0 28391 0
Current children cumulated CPU time (s) 1789.34
Current children cumulated vsize (KiB) 117684

[startup+1790.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 29007
/proc/meminfo: memFree=1678020/2059040 swapFree=4082496/4192956
[pid=28946] ppid=28944 vsize=117684 CPUtime=1789.54
/proc/28946/stat : 28946 (pbscip.linux.x8) R 28944 28946 28921 0 -1 4202496 114802 0 0 0 177510 1444 0 0 25 0 1 0 24330307 120508416 28488 1992294400 4194304 8395647 140734503095968 18446744073709551615 6697250 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28946/statm: 29421 28488 628 1026 0 28391 0
Current children cumulated CPU time (s) 1789.54
Current children cumulated vsize (KiB) 117684

[startup+1790.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 29007
/proc/meminfo: memFree=1678020/2059040 swapFree=4082496/4192956
[pid=28946] ppid=28944 vsize=117684 CPUtime=1789.64
/proc/28946/stat : 28946 (pbscip.linux.x8) R 28944 28946 28921 0 -1 4202496 114805 0 0 0 177520 1444 0 0 25 0 1 0 24330307 120508416 28491 1992294400 4194304 8395647 140734503095968 18446744073709551615 6150548 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/28946/statm: 29421 28491 631 1026 0 28391 0
Current children cumulated CPU time (s) 1789.64
Current children cumulated vsize (KiB) 117684

Child status: 0
Real time (s): 1790.26
CPU time (s): 1789.71
CPU user time (s): 1775.25
CPU system time (s): 14.4588
CPU usage (%): 99.969
Max. virtual memory (cumulated for all children) (KiB): 117684

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

runsolver used 2.99055 second user time and 8.41572 second system time

The end

Launcher Data

Begin job on node029 at 2010-07-08 05:53:08
IDJOB=2703899
IDBENCH=2640
IDSOLVER=1213
FILE ID=node029/2703899-1278561188
PBS_JOBID= 11239554
Free space on /tmp= 62560 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_13.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-2703899-1278561188/watcher-2703899-1278561188 -o /tmp/evaluation-result-2703899-1278561188/solver-2703899-1278561188 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2703899-1278561188.opb -t 1800 -m 1800

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

MD5SUM BENCH= 292e71503f1e4f136e087e61da3c7ed4
RANDOM SEED=1917458300

node029.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.264
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.52
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.264
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.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1792140 kB
Buffers:         35700 kB
Cached:         101604 kB
SwapCached:      64180 kB
Active:          95580 kB
Inactive:       108112 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1792140 kB
SwapTotal:     4192956 kB
SwapFree:      4082496 kB
Dirty:           11572 kB
Writeback:           0 kB
AnonPages:       10748 kB
Mapped:           8316 kB
Slab:            41436 kB
PageTables:       4132 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181028 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= 62548 MiB
End job on node029 at 2010-07-08 06:22:58