Trace number 2667070

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.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver? (TO) 1800.24 1800.76

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/golomb-rulers/normalized-OGR_11.opb
MD5SUM5946eb43fefc6e626d35d99afd3eec42
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark76
Best CPU time to get the best result obtained on this benchmark1800.19
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 75
Optimality of the best value was proved NO
Number of variables1287
Total number of constraints2430
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 constraints2430
Minimum length of a constraint14
Maximum length of a constraint29
Number of terms in the objective function 7
Biggest coefficient in the objective function 64
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 127
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 128
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 749
Number of bits of the biggest sum of numbers10
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.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2667070-1276589302.opb>
0.09/0.13	c original problem has 1287 variables (1287 bin, 0 int, 0 impl, 0 cont) and 2430 constraints
0.09/0.13	c problem read
0.09/0.13	c presolving settings loaded
0.09/0.18	c presolving:
0.19/0.23	c (round 1) 0 del vars, 1210 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 10 upgd conss, 0 impls, 0 clqs
0.59/0.65	c    (0.5s) probing: 112/1287 (8.7%) - 0 fixings, 0 aggregations, 489 implications, 0 bound changes
0.59/0.65	c    (0.5s) probing aborted: 100/100 successive totally useless probings
0.59/0.65	c presolving (2 rounds):
0.59/0.65	c  0 deleted vars, 1210 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.59/0.65	c  2530 implications, 0 cliques
0.59/0.65	c presolved problem has 1287 variables (1287 bin, 0 int, 0 impl, 0 cont) and 1220 constraints
0.59/0.65	c      10 constraints of type <knapsack>
0.59/0.65	c    1210 constraints of type <linear>
0.59/0.65	c transformed objective value is always integral (scale: 1)
0.59/0.65	c Presolving Time: 0.46
0.59/0.65	c - non default parameters ----------------------------------------------------------------------
0.59/0.65	c # SCIP version 1.2.1.2
0.59/0.65	c 
0.59/0.65	c # frequency for displaying node information lines
0.59/0.65	c # [type: int, range: [-1,2147483647], default: 100]
0.59/0.65	c display/freq = 10000
0.59/0.65	c 
0.59/0.65	c # maximal time in seconds to run
0.59/0.65	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.59/0.65	c limits/time = 1799.87
0.59/0.65	c 
0.59/0.65	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.59/0.65	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.59/0.65	c limits/memory = 1620
0.59/0.65	c 
0.59/0.65	c # should presolving try to simplify inequalities
0.59/0.65	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.59/0.65	c constraints/linear/simplifyinequalities = TRUE
0.59/0.65	c 
0.59/0.65	c # should presolving try to simplify knapsacks
0.59/0.65	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.59/0.65	c constraints/knapsack/simplifyinequalities = TRUE
0.59/0.65	c 
0.59/0.65	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.59/0.65	c # [type: int, range: [-1,2147483647], default: -1]
0.59/0.65	c separating/rapidlearning/freq = 0
0.59/0.65	c 
0.59/0.65	c -----------------------------------------------------------------------------------------------
0.59/0.65	c start solving
0.59/0.65	c 
0.69/0.76	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.69/0.76	c   0.6s|     1 |     0 |  1516 |     - |9612k|   0 | 770 |1287 |1220 |1287 |1220 |   0 |   0 |   0 | 1.000000e+01 |      --      |    Inf 
2.39/2.40	c   2.2s|     1 |     0 |  4569 |     - |  10M|   0 | 769 |1287 |1220 |1287 |1353 | 133 |   0 |   0 | 1.000000e+01 |      --      |    Inf 
2.59/2.68	c   2.5s|     1 |     0 |  4712 |     - |  10M|   0 | 771 |1287 |1220 |1287 |1459 | 239 |   0 |   0 | 1.000000e+01 |      --      |    Inf 
3.09/3.12	c   2.9s|     1 |     0 |  5056 |     - |  11M|   0 | 782 |1287 |1220 |1287 |1573 | 353 |   0 |   0 | 1.000276e+01 |      --      |    Inf 
3.49/3.58	c   3.4s|     1 |     0 |  5361 |     - |  11M|   0 | 790 |1287 |1220 |1287 |1714 | 494 |   0 |   0 | 1.000296e+01 |      --      |    Inf 
4.09/4.18	c   4.0s|     1 |     0 |  5920 |     - |  12M|   0 | 794 |1287 |1220 |1287 |1864 | 644 |   0 |   0 | 1.021583e+01 |      --      |    Inf 
4.99/5.03	c   4.8s|     1 |     0 |  6397 |     - |  12M|   0 | 790 |1287 |1220 |1287 |1976 | 756 |   0 |   0 | 1.022785e+01 |      --      |    Inf 
5.79/5.85	c   5.6s|     1 |     0 |  6821 |     - |  13M|   0 | 786 |1287 |1220 |1287 |2103 | 883 |   0 |   0 | 1.084000e+01 |      --      |    Inf 
6.59/6.61	c   6.3s|     1 |     0 |  7328 |     - |  14M|   0 | 751 |1287 |1220 |1287 |2238 |1018 |   0 |   0 | 1.100000e+01 |      --      |    Inf 
7.99/8.00	c   7.7s|     1 |     0 |  8097 |     - |  14M|   0 | 743 |1287 |1220 |1287 |2330 |1110 |   0 |   0 | 1.100000e+01 |      --      |    Inf 
9.38/9.43	c   9.1s|     1 |     0 |  9057 |     - |  14M|   0 | 748 |1287 |1220 |1287 |2447 |1227 |   0 |   0 | 1.100000e+01 |      --      |    Inf 
10.29/10.35	c  10.0s|     1 |     0 | 10195 |     - |  14M|   0 | 737 |1287 |1220 |1287 |2357 |1264 |   0 |   0 | 1.100000e+01 |      --      |    Inf 
11.00/11.06	c  10.7s|     1 |     0 | 11077 |     - |  14M|   0 | 738 |1287 |1220 |1287 |2392 |1299 |   0 |   0 | 1.100000e+01 |      --      |    Inf 
11.99/12.06	c  11.7s|     1 |     0 | 12372 |     - |  14M|   0 | 733 |1287 |1220 |1287 |2418 |1325 |   0 |   0 | 1.100000e+01 |      --      |    Inf 
48.18/48.27	c  47.4s|     1 |     2 | 12372 |     - |  14M|   0 | 733 |1287 |1220 |1287 |2418 |1325 |   0 |  49 | 1.100000e+01 |      --      |    Inf 
709.09/709.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
709.09/709.35	c   693s| 10000 |  5190 |  1543k| 153.1 |  25M|  76 | 392 |1287 |2847 |1287 |1437 |1325 |6400 |4165 | 1.500000e+01 |      --      |    Inf 
1215.15/1215.58	c  1187s| 20000 |  8775 |  2827k| 140.8 |  35M|  76 | 668 |1287 |3841 |1287 |1437 |1325 |  16k|8680 | 1.600000e+01 |      --      |    Inf 
1658.72/1659.29	c  1619s| 30000 | 12039 |  4018k| 133.6 |  46M|  76 |   - |1287 |3755 |1287 |1437 |1325 |  26k|  12k| 1.666667e+01 |      --      |    Inf 
1800.08/1800.61	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.08/1800.62	c 
1800.08/1800.62	c SCIP Status        : solving was interrupted [user interrupt]
1800.08/1800.62	c Solving Time (sec) : 1757.80
1800.08/1800.62	c Solving Nodes      : 33742
1800.08/1800.62	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.08/1800.62	c Dual Bound         : +1.70000000000000e+01
1800.08/1800.62	c Gap                : infinite
1800.08/1800.62	s UNKNOWN
1800.08/1800.62	c SCIP Status        : solving was interrupted [user interrupt]
1800.08/1800.62	c Solving Time       :    1757.80
1800.08/1800.62	c Original Problem   :
1800.08/1800.62	c   Problem name     : HOME/instance-2667070-1276589302.opb
1800.08/1800.62	c   Variables        : 1287 (1287 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.08/1800.62	c   Constraints      : 2430 initial, 2430 maximal
1800.08/1800.62	c Presolved Problem  :
1800.08/1800.62	c   Problem name     : t_HOME/instance-2667070-1276589302.opb
1800.08/1800.62	c   Variables        : 1287 (1287 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.08/1800.62	c   Constraints      : 1220 initial, 4150 maximal
1800.08/1800.62	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.08/1800.62	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.62	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.62	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.62	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.62	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.62	c   probing          :       0.38          0          0          0          0          0          0          0          0
1800.08/1800.62	c   knapsack         :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.62	c   linear           :       0.08          0          0          0          0          0       1210          0          0
1800.08/1800.62	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.62	c   root node        :          -          0          -          -          0          -          -          -          -
1800.08/1800.62	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.08/1800.62	c   integral         :          0          0          0      26313          0         48       8420          0          0      48294
1800.08/1800.62	c   knapsack         :         10         13     158628          0          0        289      17470        167          0          0
1800.08/1800.62	c   linear           :       1210         13     158339          0          0       2737    1007777          4          0          0
1800.08/1800.62	c   logicor          :          0+         0      97969          0          0        215     132096          0          0          0
1800.08/1800.62	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.08/1800.62	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.08/1800.62	c   integral         :     407.56       0.00       0.00     407.56       0.00
1800.08/1800.62	c   knapsack         :       3.27       0.00       3.27       0.00       0.00
1800.08/1800.62	c   linear           :     157.91       0.01     157.90       0.00       0.00
1800.08/1800.62	c   logicor          :       7.45       0.00       7.45       0.00       0.00
1800.08/1800.62	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.08/1800.62	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.08/1800.62	c   vbounds          :       0.06          2          0          0
1800.08/1800.62	c   rootredcost      :       0.11          0          0          0
1800.08/1800.62	c   pseudoobj        :       0.33     158417          0          0
1800.08/1800.62	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.08/1800.62	c   propagation      :       0.54       3241       3238      30212       30.0        110       16.2          -
1800.08/1800.62	c   infeasible LP    :       6.82      12070      12070      25338       14.5        451       15.7          0
1800.08/1800.62	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.08/1800.62	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.08/1800.62	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.08/1800.62	c   applied globally :          -          -          -      30828       17.7          -          -          -
1800.08/1800.62	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.08/1800.62	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.08/1800.62	c   cut pool         :       0.03         12          -          -       6849          -    (maximal pool size: 6465)
1800.08/1800.62	c   redcost          :       1.22      26406          0        144          0          0
1800.08/1800.62	c   impliedbounds    :       0.01         13          0          0         20          0
1800.08/1800.62	c   intobj           :       0.00          0          0          0          0          0
1800.08/1800.62	c   cgmip            :       0.00          0          0          0          0          0
1800.08/1800.62	c   gomory           :       0.73         13          0          0        317          0
1800.08/1800.62	c   strongcg         :       0.73         13          0          0        388          0
1800.08/1800.62	c   cmir             :       2.00         10          0          0       4934          0
1800.08/1800.62	c   flowcover        :       1.40         10          0          0       2000          0
1800.08/1800.62	c   clique           :       0.01          1          0          0          0          0
1800.08/1800.62	c   zerohalf         :       0.00          0          0          0          0          0
1800.08/1800.62	c   mcf              :       0.00          1          0          0          0          0
1800.08/1800.62	c   rapidlearning    :       0.21          1          0          0          0          0
1800.08/1800.62	c Pricers            :       Time      Calls       Vars
1800.08/1800.62	c   problem variables:       0.00          0          0
1800.08/1800.62	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.08/1800.62	c   relpscost        :     407.52      26313         48       8420          0          0      48294
1800.08/1800.62	c   pscost           :       0.00          0          0          0          0          0          0
1800.08/1800.62	c   inference        :       0.00          0          0          0          0          0          0
1800.08/1800.62	c   mostinf          :       0.00          0          0          0          0          0          0
1800.08/1800.62	c   leastinf         :       0.00          0          0          0          0          0          0
1800.08/1800.62	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.08/1800.62	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.08/1800.62	c   random           :       0.00          0          0          0          0          0          0
1800.08/1800.62	c Primal Heuristics  :       Time      Calls      Found
1800.08/1800.62	c   LP solutions     :       0.00          -          0
1800.08/1800.62	c   pseudo solutions :       0.00          -          0
1800.08/1800.62	c   oneopt           :       0.05          0          0
1800.08/1800.62	c   crossover        :       0.01          0          0
1800.08/1800.62	c   guideddiving     :       0.00          0          0
1800.08/1800.62	c   coefdiving       :      80.39         20          0
1800.08/1800.62	c   fracdiving       :      67.26         37          0
1800.08/1800.62	c   pscostdiving     :      51.24        103          0
1800.08/1800.62	c   veclendiving     :      42.89        130          0
1800.08/1800.62	c   trivial          :       0.00          2          0
1800.08/1800.62	c   simplerounding   :       0.02          0          0
1800.08/1800.62	c   zirounding       :       0.21       1000          0
1800.08/1800.62	c   rounding         :       1.78       2227          0
1800.08/1800.62	c   shifting         :      11.43        677          0
1800.08/1800.62	c   intshifting      :       0.00          0          0
1800.08/1800.62	c   twoopt           :       0.00          0          0
1800.08/1800.62	c   fixandinfer      :       0.00          0          0
1800.08/1800.62	c   feaspump         :      26.79         42          0
1800.08/1800.62	c   intdiving        :       0.00          0          0
1800.08/1800.62	c   actconsdiving    :       0.00          0          0
1800.08/1800.62	c   objpscostdiving  :      19.02         24          0
1800.08/1800.62	c   rootsoldiving    :       9.94         56          0
1800.08/1800.62	c   linesearchdiving :      48.48        174          0
1800.08/1800.62	c   octane           :       0.00          0          0
1800.08/1800.62	c   rens             :       0.00          0          0
1800.08/1800.62	c   rins             :       0.00          0          0
1800.08/1800.62	c   localbranching   :       0.00          0          0
1800.08/1800.62	c   mutation         :       0.00          0          0
1800.08/1800.62	c   dins             :       0.00          0          0
1800.08/1800.62	c   undercover       :       0.00          0          0
1800.08/1800.62	c   nlp              :       0.00          0          0
1800.08/1800.62	c   trysol           :       0.03          0          0
1800.08/1800.62	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.08/1800.62	c   primal LP        :       0.00          0          0       0.00          -
1800.08/1800.62	c   dual LP          :     770.99      33884    3321995      98.04    4308.74
1800.08/1800.62	c   lex dual LP      :       0.00          0          0       0.00          -
1800.08/1800.62	c   barrier LP       :       0.00          0          0       0.00          -
1800.08/1800.62	c   diving/probing LP:     304.24      16739    1147115      68.53    3770.43
1800.08/1800.62	c   strong branching :     399.14      12997    1282882      98.71    3214.12
1800.08/1800.62	c     (at root node) :          -         49      49000    1000.00          -
1800.08/1800.62	c   conflict analysis:       0.00          0          0       0.00          -
1800.08/1800.62	c B&B Tree           :
1800.08/1800.62	c   number of runs   :          1
1800.08/1800.62	c   nodes            :      33742
1800.08/1800.62	c   nodes (total)    :      33742
1800.08/1800.62	c   nodes left       :      13104
1800.08/1800.62	c   max depth        :         76
1800.08/1800.62	c   max depth (total):         76
1800.08/1800.62	c   backtracks       :       5453 (16.2%)
1800.08/1800.62	c   delayed cutoffs  :       1449
1800.08/1800.62	c   repropagations   :      35245 (296602 domain reductions, 624 cutoffs)
1800.08/1800.62	c   avg switch length:       8.16
1800.08/1800.62	c   switching time   :      30.07
1800.08/1800.62	c Solution           :
1800.08/1800.62	c   Solutions found  :          0 (0 improvements)
1800.08/1800.62	c   Primal Bound     :          -
1800.08/1800.62	c   Dual Bound       : +1.70000000000000e+01
1800.08/1800.62	c   Gap              :   infinite
1800.08/1800.62	c   Root Dual Bound  : +1.10000000000000e+01
1800.08/1800.62	c   Root Iterations  :      12372
1800.19/1800.75	c Time complete: 1800.23.

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-2667070-1276589302/watcher-2667070-1276589302 -o /tmp/evaluation-result-2667070-1276589302/solver-2667070-1276589302 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2667070-1276589302.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: 1.00 1.00 1.00 3/106 1357
/proc/meminfo: memFree=1834620/2059040 swapFree=4139744/4192956
[pid=1357] ppid=1355 vsize=4792 CPUtime=0
/proc/1357/stat : 1357 (pbscip.linux.x8) R 1355 1357 1153 0 -1 4202496 529 0 0 0 0 0 0 0 18 0 1 0 34531737 4907008 450 1992294400 4194304 8223781 140734027415152 18446744073709551615 7235159 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1357/statm: 1198 452 302 984 0 211 0

[startup+0.0866179 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 1357
/proc/meminfo: memFree=1834620/2059040 swapFree=4139744/4192956
[pid=1357] ppid=1355 vsize=11456 CPUtime=0.07
/proc/1357/stat : 1357 (pbscip.linux.x8) R 1355 1357 1153 0 -1 4202496 2159 0 0 0 7 0 0 0 20 0 1 0 34531737 11730944 2078 1992294400 4194304 8223781 140734027415152 18446744073709551615 5650597 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1357/statm: 2864 2078 365 984 0 1877 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 11456

[startup+0.100618 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 1357
/proc/meminfo: memFree=1834620/2059040 swapFree=4139744/4192956
[pid=1357] ppid=1355 vsize=11456 CPUtime=0.09
/proc/1357/stat : 1357 (pbscip.linux.x8) R 1355 1357 1153 0 -1 4202496 2162 0 0 0 8 1 0 0 20 0 1 0 34531737 11730944 2081 1992294400 4194304 8223781 140734027415152 18446744073709551615 7189641 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1357/statm: 2864 2081 365 984 0 1877 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11456

[startup+0.300645 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 1357
/proc/meminfo: memFree=1834620/2059040 swapFree=4139744/4192956
[pid=1357] ppid=1355 vsize=31120 CPUtime=0.29
/proc/1357/stat : 1357 (pbscip.linux.x8) R 1355 1357 1153 0 -1 4202496 7889 0 0 0 25 4 0 0 20 0 1 0 34531737 31866880 6673 1992294400 4194304 8223781 140734027415152 18446744073709551615 4979046 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1357/statm: 7780 6673 465 984 0 6793 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 31120

[startup+0.700698 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 1357
/proc/meminfo: memFree=1834620/2059040 swapFree=4139744/4192956
[pid=1357] ppid=1355 vsize=38616 CPUtime=0.69
/proc/1357/stat : 1357 (pbscip.linux.x8) R 1355 1357 1153 0 -1 4202496 9847 0 0 0 64 5 0 0 20 0 1 0 34531737 39542784 8463 1992294400 4194304 8223781 140734027415152 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1357/statm: 9654 8463 535 984 0 8667 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 38616

[startup+1.5008 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 1358
/proc/meminfo: memFree=1802124/2059040 swapFree=4139744/4192956
[pid=1357] ppid=1355 vsize=38940 CPUtime=1.49
/proc/1357/stat : 1357 (pbscip.linux.x8) R 1355 1357 1153 0 -1 4202496 10103 0 0 0 144 5 0 0 22 0 1 0 34531737 39874560 8640 1992294400 4194304 8223781 140734027415152 18446744073709551615 6562859 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1357/statm: 9735 8640 556 984 0 8748 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 38940

[startup+3.10101 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 1358
/proc/meminfo: memFree=1801132/2059040 swapFree=4139744/4192956
[pid=1357] ppid=1355 vsize=48420 CPUtime=3.09
/proc/1357/stat : 1357 (pbscip.linux.x8) R 1355 1357 1153 0 -1 4202496 16131 0 0 0 300 9 0 0 25 0 1 0 34531737 49582080 10986 1992294400 4194304 8223781 140734027415152 18446744073709551615 6568486 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1357/statm: 12105 10986 581 984 0 11118 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 48420

[startup+6.30043 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 1358
/proc/meminfo: memFree=1788856/2059040 swapFree=4139744/4192956
[pid=1357] ppid=1355 vsize=54792 CPUtime=6.29
/proc/1357/stat : 1357 (pbscip.linux.x8) R 1355 1357 1153 0 -1 4202496 18222 0 0 0 616 13 0 0 25 0 1 0 34531737 56107008 12240 1992294400 4194304 8223781 140734027415152 18446744073709551615 5727842 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1357/statm: 13698 12240 581 984 0 12711 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 54792

[startup+12.7013 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 1358
/proc/meminfo: memFree=1782160/2059040 swapFree=4139744/4192956
[pid=1357] ppid=1355 vsize=60220 CPUtime=12.69
/proc/1357/stat : 1357 (pbscip.linux.x8) R 1355 1357 1153 0 -1 4202496 27379 0 0 0 1247 22 0 0 25 0 1 0 34531737 61665280 13443 1992294400 4194304 8223781 140734027415152 18446744073709551615 6568486 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1357/statm: 15055 13443 582 984 0 14068 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 60220

[startup+25.5009 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 1358
/proc/meminfo: memFree=1782408/2059040 swapFree=4139744/4192956
[pid=1357] ppid=1355 vsize=60040 CPUtime=25.48
/proc/1357/stat : 1357 (pbscip.linux.x8) R 1355 1357 1153 0 -1 4202496 50690 0 0 0 2508 40 0 0 25 0 1 0 34531737 61480960 13422 1992294400 4194304 8223781 140734027415152 18446744073709551615 6570002 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1357/statm: 15010 13422 582 984 0 14023 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 60040

[startup+51.1013 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 1360
/proc/meminfo: memFree=1783276/2059040 swapFree=4139744/4192956
[pid=1357] ppid=1355 vsize=57524 CPUtime=51.08
/proc/1357/stat : 1357 (pbscip.linux.x8) R 1355 1357 1153 0 -1 4202496 98303 0 0 0 5034 74 0 0 25 0 1 0 34531737 58904576 13087 1992294400 4194304 8223781 140734027415152 18446744073709551615 6570002 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1357/statm: 14381 13087 582 984 0 13394 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 57524

[startup+102.308 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 1360
/proc/meminfo: memFree=1783152/2059040 swapFree=4139744/4192956
[pid=1357] ppid=1355 vsize=58500 CPUtime=102.27
/proc/1357/stat : 1357 (pbscip.linux.x8) R 1355 1357 1153 0 -1 4202496 210264 0 0 0 10060 167 0 0 25 0 1 0 34531737 59904000 13240 1992294400 4194304 8223781 140734027415152 18446744073709551615 6599125 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1357/statm: 14625 13240 587 984 0 13638 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 58500

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 1362
/proc/meminfo: memFree=1782780/2059040 swapFree=4139744/4192956
[pid=1357] ppid=1355 vsize=58852 CPUtime=162.24
/proc/1357/stat : 1357 (pbscip.linux.x8) R 1355 1357 1153 0 -1 4202496 329247 0 0 0 15941 283 0 0 25 0 1 0 34531737 60264448 13369 1992294400 4194304 8223781 140734027415152 18446744073709551615 6563111 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1357/statm: 14713 13369 588 984 0 13726 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 58852

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 1365
/proc/meminfo: memFree=1782160/2059040 swapFree=4139744/4192956
[pid=1357] ppid=1355 vsize=59064 CPUtime=222.23
/proc/1357/stat : 1357 (pbscip.linux.x8) R 1355 1357 1153 0 -1 4202496 506178 0 0 0 21797 426 0 0 25 0 1 0 34531737 60481536 13439 1992294400 4194304 8223781 140734027415152 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1357/statm: 14766 13439 588 984 0 13779 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 59064

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 1367
/proc/meminfo: memFree=1781912/2059040 swapFree=4139744/4192956
[pid=1357] ppid=1355 vsize=59792 CPUtime=282.21
/proc/1357/stat : 1357 (pbscip.linux.x8) R 1355 1357 1153 0 -1 4202496 689874 0 0 0 27651 570 0 0 25 0 1 0 34531737 61227008 13578 1992294400 4194304 8223781 140734027415152 18446744073709551615 6569873 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1357/statm: 14948 13578 588 984 0 13961 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 59792

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 3/108 1370
/proc/meminfo: memFree=1758840/2059040 swapFree=4139744/4192956
[pid=1357] ppid=1355 vsize=61068 CPUtime=342.19
/proc/1357/stat : 1357 (pbscip.linux.x8) R 1355 1357 1153 0 -1 4202496 877554 0 0 0 33506 713 0 0 25 0 1 0 34531737 62533632 13947 1992294400 4194304 8223781 140734027415152 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1357/statm: 15267 13947 588 984 0 14280 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 61068

[startup+402.301 s]
/proc/loadavg: 1.03 1.01 1.00 2/107 1372
/proc/meminfo: memFree=1777324/2059040 swapFree=4139744/4192956
[pid=1357] ppid=1355 vsize=63192 CPUtime=402.18
/proc/1357/stat : 1357 (pbscip.linux.x8) R 1355 1357 1153 0 -1 4202496 1079136 0 0 0 39359 859 0 0 25 0 1 0 34531737 64708608 14425 1992294400 4194304 8223781 140734027415152 18446744073709551615 6568093 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1357/statm: 15798 14425 588 984 0 14811 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 63192

[startup+462.301 s]
/proc/loadavg: 1.01 1.01 1.00 2/107 1374
/proc/meminfo: memFree=1777324/2059040 swapFree=4139744/4192956
[pid=1357] ppid=1355 vsize=64652 CPUtime=462.16
/proc/1357/stat : 1357 (pbscip.linux.x8) R 1355 1357 1153 0 -1 4202496 1271180 0 0 0 45211 1005 0 0 25 0 1 0 34531737 66203648 14615 1992294400 4194304 8223781 140734027415152 18446744073709551615 6571291 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1357/statm: 16163 14615 588 984 0 15176 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 64652

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 1376
/proc/meminfo: memFree=1776208/2059040 swapFree=4139744/4192956
[pid=1357] ppid=1355 vsize=65404 CPUtime=522.15
/proc/1357/stat : 1357 (pbscip.linux.x8) R 1355 1357 1153 0 -1 4202496 1460993 0 0 0 51072 1143 0 0 25 0 1 0 34531737 66973696 14822 1992294400 4194304 8223781 140734027415152 18446744073709551615 6587931 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1357/statm: 16306 14821 588 984 0 15319 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 65404

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 1378
/proc/meminfo: memFree=1775464/2059040 swapFree=4139744/4192956
[pid=1357] ppid=1355 vsize=65228 CPUtime=582.13
/proc/1357/stat : 1357 (pbscip.linux.x8) R 1355 1357 1153 0 -1 4202496 1658902 0 0 0 56916 1297 0 0 25 0 1 0 34531737 66793472 14933 1992294400 4194304 8223781 140734027415152 18446744073709551615 6003339 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1357/statm: 16307 14933 588 984 0 15320 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 65228

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 1378
/proc/meminfo: memFree=1774100/2059040 swapFree=4139744/4192956
[pid=1357] ppid=1355 vsize=66928 CPUtime=642.11
/proc/1357/stat : 1357 (pbscip.linux.x8) R 1355 1357 1153 0 -1 4202496 1867360 0 0 0 62758 1453 0 0 25 0 1 0 34531737 68534272 15362 1992294400 4194304 8223781 140734027415152 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1357/statm: 16732 15362 588 984 0 15745 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 66928

[startup+702.301 s]

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

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 1386
/proc/meminfo: memFree=1766288/2059040 swapFree=4139744/4192956
[pid=1357] ppid=1355 vsize=75176 CPUtime=882.04
/proc/1357/stat : 1357 (pbscip.linux.x8) R 1355 1357 1153 0 -1 4202496 2600937 0 0 0 86178 2026 0 0 25 0 1 0 34531737 76980224 17331 1992294400 4194304 8223781 140734027415152 18446744073709551615 6569982 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1357/statm: 18794 17331 588 984 0 17807 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 75176

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 1386
/proc/meminfo: memFree=1764056/2059040 swapFree=4139744/4192956
[pid=1357] ppid=1355 vsize=76380 CPUtime=942.02
/proc/1357/stat : 1357 (pbscip.linux.x8) R 1355 1357 1153 0 -1 4202496 2857495 0 0 0 92015 2187 0 0 25 0 1 0 34531737 78213120 17756 1992294400 4194304 8223781 140734027415152 18446744073709551615 6569897 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1357/statm: 19095 17756 588 984 0 18108 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 76380

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 1388
/proc/meminfo: memFree=1763436/2059040 swapFree=4139744/4192956
[pid=1357] ppid=1355 vsize=77540 CPUtime=1002.01
/proc/1357/stat : 1357 (pbscip.linux.x8) R 1355 1357 1153 0 -1 4202496 3049598 0 0 0 97867 2334 0 0 25 0 1 0 34531737 79400960 18004 1992294400 4194304 8223781 140734027415152 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1357/statm: 19385 18004 588 984 0 18398 0
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (KiB) 77540

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 1390
/proc/meminfo: memFree=1761452/2059040 swapFree=4139744/4192956
[pid=1357] ppid=1355 vsize=79392 CPUtime=1061.99
/proc/1357/stat : 1357 (pbscip.linux.x8) R 1355 1357 1153 0 -1 4202496 3242737 0 0 0 103705 2494 0 0 25 0 1 0 34531737 81297408 18504 1992294400 4194304 8223781 140734027415152 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1357/statm: 19848 18504 588 984 0 18861 0
Current children cumulated CPU time (s) 1061.99
Current children cumulated vsize (KiB) 79392

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 1392
/proc/meminfo: memFree=1758600/2059040 swapFree=4139744/4192956
[pid=1357] ppid=1355 vsize=81960 CPUtime=1121.97
/proc/1357/stat : 1357 (pbscip.linux.x8) R 1355 1357 1153 0 -1 4202496 3439720 0 0 0 109548 2649 0 0 25 0 1 0 34531737 83927040 19160 1992294400 4194304 8223781 140734027415152 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1357/statm: 20490 19160 588 984 0 19503 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 81960

[startup+1182.3 s]
/proc/loadavg: 1.04 1.01 1.00 2/107 1394
/proc/meminfo: memFree=1756864/2059040 swapFree=4139744/4192956
[pid=1357] ppid=1355 vsize=83516 CPUtime=1181.95
/proc/1357/stat : 1357 (pbscip.linux.x8) R 1355 1357 1153 0 -1 4202496 3567671 0 0 0 115419 2776 0 0 25 0 1 0 34531737 85520384 19661 1992294400 4194304 8223781 140734027415152 18446744073709551615 5955613 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1357/statm: 20879 19661 618 984 0 19892 0
Current children cumulated CPU time (s) 1181.95
Current children cumulated vsize (KiB) 83516

[startup+1242.3 s]
/proc/loadavg: 1.13 1.04 1.01 2/107 1394
/proc/meminfo: memFree=1754384/2059040 swapFree=4139744/4192956
[pid=1357] ppid=1355 vsize=85968 CPUtime=1241.93
/proc/1357/stat : 1357 (pbscip.linux.x8) R 1355 1357 1153 0 -1 4202496 3682529 0 0 0 121288 2905 0 0 25 0 1 0 34531737 88031232 20162 1992294400 4194304 8223781 140734027415152 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1357/statm: 21492 20162 589 984 0 20505 0
Current children cumulated CPU time (s) 1241.93
Current children cumulated vsize (KiB) 85968

[startup+1302.3 s]
/proc/loadavg: 1.12 1.05 1.01 2/107 1396
/proc/meminfo: memFree=1751160/2059040 swapFree=4139744/4192956
[pid=1357] ppid=1355 vsize=89888 CPUtime=1301.92
/proc/1357/stat : 1357 (pbscip.linux.x8) R 1355 1357 1153 0 -1 4202496 3822703 0 0 0 127154 3038 0 0 25 0 1 0 34531737 92045312 20991 1992294400 4194304 8223781 140734027415152 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1357/statm: 22472 20991 589 984 0 21485 0
Current children cumulated CPU time (s) 1301.92
Current children cumulated vsize (KiB) 89888

[startup+1362.3 s]
/proc/loadavg: 1.11 1.05 1.01 2/107 1398
/proc/meminfo: memFree=1749796/2059040 swapFree=4139744/4192956
[pid=1357] ppid=1355 vsize=90516 CPUtime=1361.9
/proc/1357/stat : 1357 (pbscip.linux.x8) R 1355 1357 1153 0 -1 4202496 3999825 0 0 0 133002 3188 0 0 25 0 1 0 34531737 92688384 21279 1992294400 4194304 8223781 140734027415152 18446744073709551615 6591317 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1357/statm: 22629 21279 589 984 0 21642 0
Current children cumulated CPU time (s) 1361.9
Current children cumulated vsize (KiB) 90516

[startup+1422.31 s]
/proc/loadavg: 1.10 1.06 1.01 2/107 1400
/proc/meminfo: memFree=1747688/2059040 swapFree=4139744/4192956
[pid=1357] ppid=1355 vsize=92616 CPUtime=1421.89
/proc/1357/stat : 1357 (pbscip.linux.x8) R 1355 1357 1153 0 -1 4202496 4188316 0 0 0 138850 3339 0 0 25 0 1 0 34531737 94838784 21824 1992294400 4194304 8223781 140734027415152 18446744073709551615 4947379 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1357/statm: 23154 21824 589 984 0 22167 0
Current children cumulated CPU time (s) 1421.89
Current children cumulated vsize (KiB) 92616

[startup+1482.3 s]
/proc/loadavg: 1.09 1.06 1.00 2/107 1402
/proc/meminfo: memFree=1745208/2059040 swapFree=4139744/4192956
[pid=1357] ppid=1355 vsize=95188 CPUtime=1481.87
/proc/1357/stat : 1357 (pbscip.linux.x8) R 1355 1357 1153 0 -1 4202496 4385675 0 0 0 144698 3489 0 0 25 0 1 0 34531737 97472512 22430 1992294400 4194304 8223781 140734027415152 18446744073709551615 6569897 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1357/statm: 23797 22430 591 984 0 22810 0
Current children cumulated CPU time (s) 1481.87
Current children cumulated vsize (KiB) 95188

[startup+1542.3 s]
/proc/loadavg: 1.08 1.06 1.00 2/107 1402
/proc/meminfo: memFree=1742232/2059040 swapFree=4139744/4192956
[pid=1357] ppid=1355 vsize=97716 CPUtime=1541.85
/proc/1357/stat : 1357 (pbscip.linux.x8) R 1355 1357 1153 0 -1 4202496 4591128 0 0 0 150539 3646 0 0 25 0 1 0 34531737 100061184 23157 1992294400 4194304 8223781 140734027415152 18446744073709551615 4978060 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1357/statm: 24429 23157 589 984 0 23442 0
Current children cumulated CPU time (s) 1541.85
Current children cumulated vsize (KiB) 97716

[startup+1602.3 s]
/proc/loadavg: 1.08 1.06 1.00 2/107 1404
/proc/meminfo: memFree=1741488/2059040 swapFree=4139744/4192956
[pid=1357] ppid=1355 vsize=99324 CPUtime=1601.83
/proc/1357/stat : 1357 (pbscip.linux.x8) R 1355 1357 1153 0 -1 4202496 4768829 0 0 0 156392 3791 0 0 25 0 1 0 34531737 101707776 23439 1992294400 4194304 8223781 140734027415152 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1357/statm: 24831 23439 589 984 0 23844 0
Current children cumulated CPU time (s) 1601.83
Current children cumulated vsize (KiB) 99324

[startup+1662.3 s]
/proc/loadavg: 1.03 1.05 1.00 2/107 1406
/proc/meminfo: memFree=1739752/2059040 swapFree=4139744/4192956
[pid=1357] ppid=1355 vsize=100316 CPUtime=1661.82
/proc/1357/stat : 1357 (pbscip.linux.x8) R 1355 1357 1153 0 -1 4202496 4938866 0 0 0 162250 3932 0 0 25 0 1 0 34531737 102723584 23786 1992294400 4194304 8223781 140734027415152 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1357/statm: 25079 23786 589 984 0 24092 0
Current children cumulated CPU time (s) 1661.82
Current children cumulated vsize (KiB) 100316

[startup+1722.3 s]
/proc/loadavg: 1.01 1.04 1.00 2/107 1408
/proc/meminfo: memFree=1737024/2059040 swapFree=4139744/4192956
[pid=1357] ppid=1355 vsize=103604 CPUtime=1721.8
/proc/1357/stat : 1357 (pbscip.linux.x8) R 1355 1357 1153 0 -1 4202496 5054406 0 0 0 168126 4054 0 0 25 0 1 0 34531737 106090496 24565 1992294400 4194304 8223781 140734027415152 18446744073709551615 6538527 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1357/statm: 25901 24565 589 984 0 24914 0
Current children cumulated CPU time (s) 1721.8
Current children cumulated vsize (KiB) 103604

[startup+1782.3 s]
/proc/loadavg: 1.00 1.03 1.00 2/107 1410
/proc/meminfo: memFree=1734048/2059040 swapFree=4139744/4192956
[pid=1357] ppid=1355 vsize=105508 CPUtime=1781.78
/proc/1357/stat : 1357 (pbscip.linux.x8) R 1355 1357 1153 0 -1 4202496 5162395 0 0 0 173997 4181 0 0 25 0 1 0 34531737 108040192 24941 1992294400 4194304 8223781 140734027415152 18446744073709551615 6568470 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1357/statm: 26377 24943 589 984 0 25390 0
Current children cumulated CPU time (s) 1781.78
Current children cumulated vsize (KiB) 105508



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.00 1.03 1.00 2/107 1410
/proc/meminfo: memFree=1734544/2059040 swapFree=4139744/4192956
[pid=1357] ppid=1355 vsize=105168 CPUtime=1800.08
/proc/1357/stat : 1357 (pbscip.linux.x8) R 1355 1357 1153 0 -1 4202496 5195395 0 0 0 175791 4217 0 0 25 0 1 0 34531737 107692032 24982 1992294400 4194304 8223781 140734027415152 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1357/statm: 26292 24982 588 984 0 25305 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 105168

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

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

[startup+1800.72 s]
/proc/loadavg: 1.00 1.03 1.00 2/107 1410
/proc/meminfo: memFree=1734544/2059040 swapFree=4139744/4192956
[pid=1357] ppid=1355 vsize=104140 CPUtime=1800.19
/proc/1357/stat : 1357 (pbscip.linux.x8) R 1355 1357 1153 0 -1 4202496 5195416 0 0 0 175802 4217 0 0 25 0 1 0 34531737 106639360 24724 1992294400 4194304 8223781 140734027415152 18446744073709551615 4903754 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1357/statm: 26035 24724 590 984 0 25048 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 104140

Child status: 0
Real time (s): 1800.76
CPU time (s): 1800.24
CPU user time (s): 1758.05
CPU system time (s): 42.1926
CPU usage (%): 99.9714
Max. virtual memory (cumulated for all children) (KiB): 107048

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

runsolver used 2.84757 second user time and 8.63469 second system time

The end

Launcher Data

Begin job on node013 at 2010-06-15 10:08:22
IDJOB=2667070
IDBENCH=2643
IDSOLVER=1169
FILE ID=node013/2667070-1276589302
PBS_JOBID= 11173543
Free space on /tmp= 62548 MiB

SOLVER NAME= SCIPspx SCIP 1.2.1.2 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_11.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-2667070-1276589302/watcher-2667070-1276589302 -o /tmp/evaluation-result-2667070-1276589302/solver-2667070-1276589302 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2667070-1276589302.opb -t 1800 -m 1800

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

MD5SUM BENCH= 5946eb43fefc6e626d35d99afd3eec42
RANDOM SEED=1804001645

node013.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.253
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.50
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.253
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.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1835024 kB
Buffers:         37540 kB
Cached:         105324 kB
SwapCached:       6280 kB
Active:          85448 kB
Inactive:        70868 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1835024 kB
SwapTotal:     4192956 kB
SwapFree:      4139744 kB
Dirty:            5000 kB
Writeback:           0 kB
AnonPages:       12148 kB
Mapped:          13028 kB
Slab:            45872 kB
PageTables:       4024 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180612 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= 62544 MiB
End job on node013 at 2010-06-15 10:38:25