Trace number 2692571

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 NameAnswerCPU timeWall clock time
SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver? (TO) 1800.52 1800.46

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB10/oliveras/j60/
normalized-j606_1-unsat--soft-33-100-0.wbo
MD5SUM872a81971ad579271bbf67d1b84f3091
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.061989
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables7320
Total number of constraints22689
Number of soft constraints15221
Number of constraints which are clauses22453
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints236
Minimum length of a constraint1
Maximum length of a constraint32
Top cost 775540
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 775539
Biggest number in a constraint 31
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 220
Number of bits of the biggest sum of numbers8
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-2692571-1277917693.wbo>
0.19/0.22	c original problem has 37762 variables (22541 bin, 0 int, 0 impl, 15221 cont) and 37911 constraints
0.19/0.22	c problem read
0.19/0.22	c presolving settings loaded
0.79/0.86	c presolving:
0.89/0.96	c (round 1) 331 del vars, 1076 del conss, 194 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 49987 impls, 0 clqs
1.00/1.05	c (round 2) 1086 del vars, 3103 del conss, 308 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 50209 impls, 0 clqs
1.10/1.14	c (round 3) 2652 del vars, 4739 del conss, 342 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 50235 impls, 0 clqs
1.10/1.18	c (round 4) 4104 del vars, 5487 del conss, 361 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 50243 impls, 0 clqs
1.19/1.21	c (round 5) 4766 del vars, 5835 del conss, 373 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 50255 impls, 0 clqs
1.19/1.23	c (round 6) 5084 del vars, 5969 del conss, 376 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 50255 impls, 0 clqs
1.19/1.25	c (round 7) 5208 del vars, 6000 del conss, 376 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 50255 impls, 0 clqs
1.19/1.29	c (round 8) 5236 del vars, 6004 del conss, 13358 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 50255 impls, 0 clqs
1.39/1.41	c (round 9) 5240 del vars, 6004 del conss, 13358 chg bounds, 0 chg sides, 0 chg coeffs, 6423 upgd conss, 50255 impls, 0 clqs
5.29/5.30	c    (5.0s) probing: 1000/19540 (5.1%) - 0 fixings, 0 aggregations, 2869 implications, 0 bound changes
8.99/9.01	c    (8.7s) probing: 2000/19540 (10.2%) - 0 fixings, 0 aggregations, 3504 implications, 0 bound changes
8.99/9.01	c    (8.7s) probing: 2001/19540 (10.2%) - 0 fixings, 0 aggregations, 3504 implications, 0 bound changes
8.99/9.01	c    (8.7s) probing aborted: 2000/2000 successive useless probings
8.99/9.01	c presolving (10 rounds):
8.99/9.01	c  5240 deleted vars, 6004 deleted constraints, 13358 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
8.99/9.01	c  60851 implications, 0 cliques
8.99/9.01	c presolved problem has 32522 variables (19540 bin, 0 int, 0 impl, 12982 cont) and 31907 constraints
8.99/9.01	c   12982 constraints of type <indicator>
8.99/9.01	c     480 constraints of type <varbound>
8.99/9.01	c      90 constraints of type <knapsack>
8.99/9.01	c   12502 constraints of type <linear>
8.99/9.01	c    5853 constraints of type <logicor>
8.99/9.01	c transformed objective value is always integral (scale: 1)
8.99/9.01	c Presolving Time: 8.61
8.99/9.01	c - non default parameters ----------------------------------------------------------------------
8.99/9.01	c # SCIP version 1.2.1.2
8.99/9.01	c 
8.99/9.01	c # frequency for displaying node information lines
8.99/9.01	c # [type: int, range: [-1,2147483647], default: 100]
8.99/9.01	c display/freq = 10000
8.99/9.01	c 
8.99/9.01	c # maximal time in seconds to run
8.99/9.01	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
8.99/9.01	c limits/time = 1799.79
8.99/9.01	c 
8.99/9.01	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
8.99/9.01	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
8.99/9.01	c limits/memory = 3420
8.99/9.01	c 
8.99/9.01	c # should presolving try to simplify inequalities
8.99/9.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
8.99/9.01	c constraints/linear/simplifyinequalities = TRUE
8.99/9.01	c 
8.99/9.01	c # should presolving try to simplify knapsacks
8.99/9.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
8.99/9.01	c constraints/knapsack/simplifyinequalities = TRUE
8.99/9.01	c 
8.99/9.01	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
8.99/9.01	c # [type: int, range: [-1,2147483647], default: -1]
8.99/9.01	c separating/rapidlearning/freq = 0
8.99/9.01	c 
8.99/9.01	c -----------------------------------------------------------------------------------------------
8.99/9.01	c start solving
8.99/9.03	c 
9.08/9.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
9.08/9.14	c   8.8s|     1 |     0 |     0 |     - | 126M|   0 |   0 |  32k|  31k|  32k|5943 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
9.18/9.22	c   8.9s|     1 |     0 |  1024 |     - | 126M|   0 |   1 |  32k|  31k|  32k|6343 | 400 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
10.29/10.32	c  10.0s|     1 |     0 |  1334 |     - | 126M|   0 |   4 |  32k|  31k|  32k|6547 | 604 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
11.39/11.41	c  11.1s|     1 |     0 |  1681 |     - | 127M|   0 |   6 |  32k|  31k|  32k|6760 | 817 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
12.49/12.55	c  12.2s|     1 |     0 |  2076 |     - | 127M|   0 | 122 |  32k|  31k|  32k|6978 |1035 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
13.78/13.89	c  13.5s|     1 |     0 |  2474 |     - | 127M|   0 |  73 |  32k|  31k|  32k|7211 |1268 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
15.19/15.29	c  14.9s|     1 |     0 |  2887 |     - | 128M|   0 | 192 |  32k|  31k|  32k|7440 |1497 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
16.19/16.21	c  15.8s|     1 |     2 |  5103 |     - | 128M|   0 | 192 |  32k|  31k|  32k|7440 |1497 |   0 |  17 | 0.000000e+00 |      --      |    Inf 
873.81/873.84	c   852s| 10000 | 10001 |283195 |  28.0 | 241M| 147 | 194 |  32k|  32k|  32k|8446 | 130k| 572 |  17k| 0.000000e+00 |      --      |    Inf 
1488.53/1488.59	c  1455s| 20000 | 20001 |542502 |  27.0 | 351M| 147 |  18 |  32k|  32k|  32k|7412 | 252k| 909 |  22k| 0.000000e+00 |      --      |    Inf 
1800.05/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.05/1800.01	c 
1800.05/1800.01	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.01	c Solving Time (sec) : 1760.28
1800.05/1800.01	c Solving Nodes      : 25333
1800.05/1800.01	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.05/1800.01	c Dual Bound         : +0.00000000000000e+00
1800.05/1800.01	c Gap                : infinite
1800.05/1800.01	s UNKNOWN
1800.05/1800.01	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.01	c Solving Time       :    1760.28
1800.05/1800.01	c Original Problem   :
1800.05/1800.01	c   Problem name     : HOME/instance-2692571-1277917693.wbo
1800.05/1800.01	c   Variables        : 37762 (22541 binary, 0 integer, 0 implicit integer, 15221 continuous)
1800.05/1800.01	c   Constraints      : 37911 initial, 37911 maximal
1800.05/1800.01	c Presolved Problem  :
1800.05/1800.01	c   Problem name     : t_HOME/instance-2692571-1277917693.wbo
1800.05/1800.01	c   Variables        : 32522 (19540 binary, 0 integer, 0 implicit integer, 12982 continuous)
1800.05/1800.01	c   Constraints      : 31907 initial, 32657 maximal
1800.05/1800.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.05/1800.01	c   trivial          :       0.02          0          0          0          0          0          0          0          0
1800.05/1800.01	c   dualfix          :       0.01       4684          0          0          0          0          0          0          0
1800.05/1800.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.01	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.01	c   probing          :       7.53          0          0          0          0          0          0          0          0
1800.05/1800.01	c   indicator        :       0.13          0          0          0          0          0       2239          0          0
1800.05/1800.01	c   varbound         :       0.01          0          0          0          0          0          0          0          0
1800.05/1800.01	c   knapsack         :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.01	c   linear           :       0.35        376        180          0      13358          0       3765          0          0
1800.05/1800.01	c   logicor          :       0.02          0          0          0          0          0          0          0          0
1800.05/1800.01	c   root node        :          -          0          -          -          0          -          -          -          -
1800.05/1800.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.01	c   integral         :          0          0          0      29091          0          0          0          0          0      50666
1800.05/1800.01	c   indicator        :      12982          0     152261       3758          0          0      12436          0          0          0
1800.05/1800.01	c   varbound         :        480          6     152261       3758          0          0        263       3529          0          0
1800.05/1800.01	c   knapsack         :         90          6     152261        563          0          0      61531         28          0          0
1800.05/1800.01	c   linear           :      12502          6     152261        563          0          0      10268     314230          0          0
1800.05/1800.01	c   logicor          :       5853+         6      93724          0          0          0      91559          0          0          0
1800.05/1800.01	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.05/1800.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.05/1800.01	c   integral         :     418.99       0.00       0.00     418.99       0.00
1800.05/1800.01	c   indicator        :      84.66       0.00      70.11      14.55       0.00
1800.05/1800.01	c   varbound         :       3.24       0.01       3.06       0.17       0.00
1800.05/1800.01	c   knapsack         :       1.27       0.01       1.24       0.02       0.00
1800.05/1800.01	c   linear           :      69.53       0.01      65.78       3.74       0.00
1800.05/1800.01	c   logicor          :       1.33       0.00       1.33       0.00       0.00
1800.05/1800.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.05/1800.01	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.05/1800.01	c   vbounds          :       6.55      25817          0       2339
1800.05/1800.01	c   rootredcost      :       0.09          0          0          0
1800.05/1800.01	c   pseudoobj        :      97.37     147022          0          0
1800.05/1800.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.05/1800.01	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1800.05/1800.01	c   infeasible LP    :       3.55        928        928        928        4.0          0        0.0          0
1800.05/1800.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.05/1800.01	c   applied globally :          -          -          -        928        4.0          -          -          -
1800.05/1800.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.05/1800.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.05/1800.01	c   cut pool         :       0.00          4          -          -         43          -    (maximal pool size: 139)
1800.05/1800.01	c   redcost          :      49.30      27599          0          0          0          0
1800.05/1800.01	c   impliedbounds    :       0.02          5          0          0         27          0
1800.05/1800.01	c   intobj           :       0.00          0          0          0          0          0
1800.05/1800.01	c   cgmip            :       0.00          0          0          0          0          0
1800.05/1800.01	c   gomory           :       0.07          5          0          0        111          0
1800.05/1800.01	c   strongcg         :       0.07          5          0          0          3          0
1800.05/1800.01	c   cmir             :       0.91          5          0          0         27          0
1800.05/1800.01	c   flowcover        :       4.37          5          0          0         52          0
1800.05/1800.01	c   clique           :       0.03          5          0          0          0          0
1800.05/1800.01	c   zerohalf         :       0.00          0          0          0          0          0
1800.05/1800.01	c   mcf              :       0.01          1          0          0          0          0
1800.05/1800.01	c   rapidlearning    :       0.00          0          0          0          0          0
1800.05/1800.01	c Pricers            :       Time      Calls       Vars
1800.05/1800.01	c   problem variables:       0.00          0          0
1800.05/1800.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.01	c   relpscost        :     418.93      25333          0          0          0          0      50666
1800.05/1800.01	c   pscost           :       0.00          0          0          0          0          0          0
1800.05/1800.01	c   inference        :       0.00          0          0          0          0          0          0
1800.05/1800.01	c   mostinf          :       0.00          0          0          0          0          0          0
1800.05/1800.01	c   leastinf         :       0.00          0          0          0          0          0          0
1800.05/1800.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.05/1800.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.05/1800.01	c   random           :       0.00          0          0          0          0          0          0
1800.05/1800.01	c Primal Heuristics  :       Time      Calls      Found
1800.05/1800.01	c   LP solutions     :       0.00          -          0
1800.05/1800.01	c   pseudo solutions :       0.00          -          0
1800.05/1800.01	c   oneopt           :       0.09          0          0
1800.05/1800.01	c   crossover        :       0.00          0          0
1800.05/1800.01	c   guideddiving     :       0.00          0          0
1800.05/1800.01	c   intshifting      :       0.04         14          0
1800.05/1800.01	c   feaspump         :       2.31          7          0
1800.05/1800.01	c   rootsoldiving    :      44.03         11          0
1800.05/1800.01	c   objpscostdiving  :      24.97         18          0
1800.05/1800.01	c   coefdiving       :     145.88         45          0
1800.05/1800.01	c   fracdiving       :     167.84         65          0
1800.05/1800.01	c   pscostdiving     :     154.83         67          0
1800.05/1800.01	c   veclendiving     :      61.57         73          0
1800.05/1800.01	c   linesearchdiving :      60.20         73          0
1800.05/1800.01	c   trivial          :       0.54          2          0
1800.05/1800.01	c   simplerounding   :       0.06      23916          0
1800.05/1800.01	c   zirounding       :       1.55       1000          0
1800.05/1800.01	c   rounding         :       4.14       2136          0
1800.05/1800.01	c   shifting         :      11.95        666          0
1800.05/1800.01	c   twoopt           :       0.00          0          0
1800.05/1800.01	c   fixandinfer      :       0.00          0          0
1800.05/1800.01	c   intdiving        :       0.00          0          0
1800.05/1800.01	c   actconsdiving    :       0.00          0          0
1800.05/1800.01	c   octane           :       0.00          0          0
1800.05/1800.01	c   rens             :       0.21          1          0
1800.05/1800.01	c   rins             :       0.00          0          0
1800.05/1800.01	c   localbranching   :       0.00          0          0
1800.05/1800.01	c   mutation         :       0.00          0          0
1800.05/1800.01	c   dins             :       0.00          0          0
1800.05/1800.01	c   undercover       :       0.00          0          0
1800.05/1800.01	c   nlp              :       0.02          0          0
1800.05/1800.01	c   trysol           :      19.14       1262          0
1800.05/1800.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.05/1800.01	c   primal LP        :       0.00          0          0       0.00          -
1800.05/1800.01	c   dual LP          :     252.03      27630     515792      18.67    2046.55
1800.05/1800.01	c   lex dual LP      :       0.00          0          0       0.00          -
1800.05/1800.01	c   barrier LP       :       0.00          0          0       0.00          -
1800.05/1800.01	c   diving/probing LP:     295.21      41846     162112       3.87     549.14
1800.05/1800.01	c   strong branching :     418.05      24938     193453       7.76     462.75
1800.05/1800.01	c     (at root node) :          -         17        406      23.88          -
1800.05/1800.01	c   conflict analysis:       0.00          0          0       0.00          -
1800.05/1800.01	c B&B Tree           :
1800.05/1800.01	c   number of runs   :          1
1800.05/1800.01	c   nodes            :      25333
1800.05/1800.01	c   nodes (total)    :      25333
1800.05/1800.01	c   nodes left       :      25334
1800.05/1800.01	c   max depth        :        159
1800.05/1800.01	c   max depth (total):        159
1800.05/1800.01	c   backtracks       :        354 (1.4%)
1800.05/1800.01	c   delayed cutoffs  :          0
1800.05/1800.01	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1800.05/1800.01	c   avg switch length:       2.06
1800.05/1800.01	c   switching time   :      11.93
1800.05/1800.01	c Solution           :
1800.05/1800.01	c   Solutions found  :          0 (0 improvements)
1800.05/1800.01	c   Primal Bound     :          -
1800.05/1800.01	c   Dual Bound       : +0.00000000000000e+00
1800.05/1800.01	c   Gap              :   infinite
1800.05/1800.01	c   Root Dual Bound  : +0.00000000000000e+00
1800.05/1800.01	c   Root Iterations  :       2887
1800.45/1800.46	c Time complete: 1800.51.

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

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): 3891200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 3942400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 4/178 25739
/proc/meminfo: memFree=31234676/32950928 swapFree=67111528/67111528
[pid=25739] ppid=25737 vsize=9404 CPUtime=0
/proc/25739/stat : 25739 (pbscip.linux.x8) R 25737 25739 25088 0 -1 4202496 1648 0 0 0 0 0 0 0 25 0 1 0 167372848 9629696 1568 4089446400 4194304 8223781 140737018729072 18446744073709551615 7235159 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/25739/statm: 2351 1568 369 984 0 1364 0

[startup+0.0109829 s]
/proc/loadavg: 1.92 1.98 1.99 4/178 25739
/proc/meminfo: memFree=31234676/32950928 swapFree=67111528/67111528
[pid=25739] ppid=25737 vsize=11384 CPUtime=0
/proc/25739/stat : 25739 (pbscip.linux.x8) R 25737 25739 25088 0 -1 4202496 2138 0 0 0 0 0 0 0 25 0 1 0 167372848 11657216 2058 4089446400 4194304 8223781 140737018729072 18446744073709551615 7253477 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/25739/statm: 3035 2059 369 984 0 2048 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 11384

[startup+0.100987 s]
/proc/loadavg: 1.92 1.98 1.99 4/178 25739
/proc/meminfo: memFree=31234676/32950928 swapFree=67111528/67111528
[pid=25739] ppid=25737 vsize=34736 CPUtime=0.09
/proc/25739/stat : 25739 (pbscip.linux.x8) R 25737 25739 25088 0 -1 4202496 8006 0 0 0 9 0 0 0 25 0 1 0 167372848 35569664 7926 4089446400 4194304 8223781 140737018729072 18446744073709551615 4458141 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/25739/statm: 8684 7926 369 984 0 7697 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 34736

[startup+0.300935 s]
/proc/loadavg: 1.92 1.98 1.99 4/178 25739
/proc/meminfo: memFree=31234676/32950928 swapFree=67111528/67111528
[pid=25739] ppid=25737 vsize=114656 CPUtime=0.29
/proc/25739/stat : 25739 (pbscip.linux.x8) R 25737 25739 25088 0 -1 4202496 28130 0 0 0 27 2 0 0 25 0 1 0 167372848 117407744 27649 4089446400 4194304 8223781 140737018729072 18446744073709551615 4913759 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/25739/statm: 28664 27650 387 984 0 27677 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 114656

[startup+0.700878 s]
/proc/loadavg: 1.92 1.98 1.99 4/178 25739
/proc/meminfo: memFree=31234676/32950928 swapFree=67111528/67111528
[pid=25739] ppid=25737 vsize=141324 CPUtime=0.69
/proc/25739/stat : 25739 (pbscip.linux.x8) R 25737 25739 25088 0 -1 4202496 33607 0 0 0 66 3 0 0 25 0 1 0 167372848 144715776 33126 4089446400 4194304 8223781 140737018729072 18446744073709551615 7257637 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/25739/statm: 35331 33126 422 984 0 34344 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 141324

[startup+1.50073 s]
/proc/loadavg: 1.92 1.98 1.99 3/179 25740
/proc/meminfo: memFree=31096408/32950928 swapFree=67111528/67111528
[pid=25739] ppid=25737 vsize=154368 CPUtime=1.49
/proc/25739/stat : 25739 (pbscip.linux.x8) R 25737 25739 25088 0 -1 4202496 42036 0 0 0 142 7 0 0 25 0 1 0 167372848 158072832 36589 4089446400 4194304 8223781 140737018729072 18446744073709551615 5969508 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/25739/statm: 38592 36589 501 984 0 37605 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 154368

[startup+3.10042 s]
/proc/loadavg: 1.92 1.98 1.99 3/179 25740
/proc/meminfo: memFree=31088508/32950928 swapFree=67111528/67111528
[pid=25739] ppid=25737 vsize=155144 CPUtime=3.09
/proc/25739/stat : 25739 (pbscip.linux.x8) R 25737 25739 25088 0 -1 4202496 42234 0 0 0 301 8 0 0 25 0 1 0 167372848 158867456 36781 4089446400 4194304 8223781 140737018729072 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/25739/statm: 38786 36781 495 984 0 37799 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 155144

[startup+6.30083 s]
/proc/loadavg: 1.93 1.98 1.99 3/179 25740
/proc/meminfo: memFree=31087392/32950928 swapFree=67111528/67111528
[pid=25739] ppid=25737 vsize=156172 CPUtime=6.29
/proc/25739/stat : 25739 (pbscip.linux.x8) R 25737 25739 25088 0 -1 4202496 42498 0 0 0 620 9 0 0 25 0 1 0 167372848 159920128 37042 4089446400 4194304 8223781 140737018729072 18446744073709551615 4983090 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25739/statm: 39043 37042 497 984 0 38056 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 156172

[startup+12.7006 s]
/proc/loadavg: 1.93 1.98 1.99 3/179 25741
/proc/meminfo: memFree=31060456/32950928 swapFree=67111528/67111528
[pid=25739] ppid=25737 vsize=186740 CPUtime=12.69
/proc/25739/stat : 25739 (pbscip.linux.x8) R 25737 25739 25088 0 -1 4202496 52564 0 0 0 1255 14 0 0 25 0 1 0 167372848 191221760 43965 4089446400 4194304 8223781 140737018729072 18446744073709551615 7257405 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25739/statm: 46685 43965 591 984 0 45698 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 186740

[startup+25.5003 s]
/proc/loadavg: 1.95 1.98 1.99 3/179 25741
/proc/meminfo: memFree=31054656/32950928 swapFree=67111528/67111528
[pid=25739] ppid=25737 vsize=190840 CPUtime=25.49
/proc/25739/stat : 25739 (pbscip.linux.x8) R 25737 25739 25088 0 -1 4202496 257921 0 0 0 2505 44 0 0 25 0 1 0 167372848 195420160 45003 4089446400 4194304 8223781 140737018729072 18446744073709551615 6445449 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25739/statm: 47710 45003 600 984 0 46723 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 190840

[startup+51.1005 s]
/proc/loadavg: 1.96 1.98 1.99 3/179 25741
/proc/meminfo: memFree=31051624/32950928 swapFree=67111528/67111528
[pid=25739] ppid=25737 vsize=190960 CPUtime=51.09
/proc/25739/stat : 25739 (pbscip.linux.x8) R 25737 25739 25088 0 -1 4202496 860743 0 0 0 4985 124 0 0 25 0 1 0 167372848 195543040 45070 4089446400 4194304 8223781 140737018729072 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25739/statm: 47740 45070 604 984 0 46753 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 190960

[startup+102.306 s]
/proc/loadavg: 2.02 2.00 2.00 3/179 25743
/proc/meminfo: memFree=31039196/32950928 swapFree=67111528/67111528
[pid=25739] ppid=25737 vsize=196580 CPUtime=102.3
/proc/25739/stat : 25739 (pbscip.linux.x8) R 25737 25739 25088 0 -1 4202496 2074400 0 0 0 9953 277 0 0 25 0 1 0 167372848 201297920 46545 4089446400 4194304 8223781 140737018729072 18446744073709551615 6520475 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25739/statm: 49145 46545 606 984 0 48158 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 196580

[startup+162.301 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 25745
/proc/meminfo: memFree=31025892/32950928 swapFree=67111528/67111528
[pid=25739] ppid=25737 vsize=204740 CPUtime=162.29
/proc/25739/stat : 25739 (pbscip.linux.x8) R 25737 25739 25088 0 -1 4202496 3400585 0 0 0 15786 443 0 0 25 0 1 0 167372848 209653760 48466 4089446400 4194304 8223781 140737018729072 18446744073709551615 6520494 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25739/statm: 51185 48466 606 984 0 50198 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 204740

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25746
/proc/meminfo: memFree=31010684/32950928 swapFree=67111528/67111528
[pid=25739] ppid=25737 vsize=213504 CPUtime=222.3
/proc/25739/stat : 25739 (pbscip.linux.x8) R 25737 25739 25088 0 -1 4202496 4694546 0 0 0 21611 619 0 0 25 0 1 0 167372848 218628096 50563 4089446400 4194304 8223781 140737018729072 18446744073709551615 6439971 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25739/statm: 53376 50563 606 984 0 52389 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 213504

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25748
/proc/meminfo: memFree=30998740/32950928 swapFree=67111528/67111528
[pid=25739] ppid=25737 vsize=220228 CPUtime=282.3
/proc/25739/stat : 25739 (pbscip.linux.x8) R 25737 25739 25088 0 -1 4202496 6010133 0 0 0 27428 802 0 0 25 0 1 0 167372848 225513472 52222 4089446400 4194304 8223781 140737018729072 18446744073709551615 6326768 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25739/statm: 55057 52222 606 984 0 54070 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 220228

[startup+342.301 s]
/proc/loadavg: 2.10 2.03 2.01 3/179 25752
/proc/meminfo: memFree=30987128/32950928 swapFree=67111528/67111528
[pid=25739] ppid=25737 vsize=224488 CPUtime=342.3
/proc/25739/stat : 25739 (pbscip.linux.x8) R 25737 25739 25088 0 -1 4202496 7343804 0 0 0 33250 980 0 0 25 0 1 0 167372848 229875712 53336 4089446400 4194304 8223781 140737018729072 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25739/statm: 56122 53336 606 984 0 55135 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 224488

[startup+402.301 s]
/proc/loadavg: 2.04 2.02 2.00 3/179 25754
/proc/meminfo: memFree=30975304/32950928 swapFree=67111528/67111528
[pid=25739] ppid=25737 vsize=231036 CPUtime=402.31
/proc/25739/stat : 25739 (pbscip.linux.x8) R 25737 25739 25088 0 -1 4202496 8655964 0 0 0 39078 1153 0 0 25 0 1 0 167372848 236580864 54983 4089446400 4194304 8223781 140737018729072 18446744073709551615 7073991 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25739/statm: 57759 54983 606 984 0 56772 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 231036

[startup+462.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 25756
/proc/meminfo: memFree=30957660/32950928 swapFree=67111528/67111528
[pid=25739] ppid=25737 vsize=239380 CPUtime=462.3
/proc/25739/stat : 25739 (pbscip.linux.x8) R 25737 25739 25088 0 -1 4202496 9837384 0 0 0 44917 1313 0 0 25 0 1 0 167372848 245125120 57214 4089446400 4194304 8223781 140737018729072 18446744073709551615 4827501 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25739/statm: 59845 57214 606 984 0 58858 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 239380

[startup+522.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 25757
/proc/meminfo: memFree=30942856/32950928 swapFree=67111528/67111528
[pid=25739] ppid=25737 vsize=249756 CPUtime=522.31
/proc/25739/stat : 25739 (pbscip.linux.x8) R 25737 25739 25088 0 -1 4202496 10849125 0 0 0 50785 1446 0 0 25 0 1 0 167372848 255750144 59651 4089446400 4194304 8223781 140737018729072 18446744073709551615 6440013 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25739/statm: 62439 59651 606 984 0 61452 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 249756

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25759
/proc/meminfo: memFree=30922216/32950928 swapFree=67111528/67111528
[pid=25739] ppid=25737 vsize=259172 CPUtime=582.31
/proc/25739/stat : 25739 (pbscip.linux.x8) R 25737 25739 25088 0 -1 4202496 11722520 0 0 0 56666 1565 0 0 25 0 1 0 167372848 265392128 62157 4089446400 4194304 8223781 140737018729072 18446744073709551615 6446791 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25739/statm: 64793 62157 606 984 0 63806 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 259172

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 25879
/proc/meminfo: memFree=31065572/32950928 swapFree=67111528/67111528
[pid=25739] ppid=25737 vsize=271692 CPUtime=642.31
/proc/25739/stat : 25739 (pbscip.linux.x8) R 25737 25739 25088 0 -1 4202496 12546074 0 0 0 62541 1690 0 0 25 0 1 0 167372848 278212608 64998 4089446400 4194304 8223781 140737018729072 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25739/statm: 67923 64998 606 984 0 66936 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 271692

[startup+702.301 s]

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

[startup+942.301 s]
/proc/loadavg: 2.01 2.02 2.00 3/197 25887
/proc/meminfo: memFree=30946988/32950928 swapFree=67111528/67111528
[pid=25739] ppid=25737 vsize=327380 CPUtime=942.31
/proc/25739/stat : 25739 (pbscip.linux.x8) R 25737 25739 25088 0 -1 4202496 16405259 0 0 0 91969 2262 0 0 25 0 1 0 167372848 335237120 78993 4089446400 4194304 8223781 140737018729072 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25739/statm: 81845 78993 606 984 0 80858 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 327380

[startup+1002.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/197 25889
/proc/meminfo: memFree=30919420/32950928 swapFree=67111528/67111528
[pid=25739] ppid=25737 vsize=333860 CPUtime=1002.32
/proc/25739/stat : 25739 (pbscip.linux.x8) R 25737 25739 25088 0 -1 4202496 17250935 0 0 0 97848 2384 0 0 25 0 1 0 167372848 341872640 80799 4089446400 4194304 8223781 140737018729072 18446744073709551615 5507431 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25739/statm: 83465 80799 606 984 0 82478 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 333860

[startup+1062.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/197 25891
/proc/meminfo: memFree=30905128/32950928 swapFree=67111528/67111528
[pid=25739] ppid=25737 vsize=345604 CPUtime=1062.32
/proc/25739/stat : 25739 (pbscip.linux.x8) R 25737 25739 25088 0 -1 4202496 18069338 0 0 0 103718 2514 0 0 25 0 1 0 167372848 353898496 83557 4089446400 4194304 8223781 140737018729072 18446744073709551615 5507419 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25739/statm: 86401 83557 606 984 0 85414 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 345604

[startup+1122.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/197 25892
/proc/meminfo: memFree=30893288/32950928 swapFree=67111528/67111528
[pid=25739] ppid=25737 vsize=355856 CPUtime=1122.32
/proc/25739/stat : 25739 (pbscip.linux.x8) R 25737 25739 25088 0 -1 4202496 18841629 0 0 0 109599 2633 0 0 25 0 1 0 167372848 364396544 86235 4089446400 4194304 8223781 140737018729072 18446744073709551615 6328754 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25739/statm: 88964 86235 606 984 0 87977 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 355856

[startup+1182.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/197 25894
/proc/meminfo: memFree=30879956/32950928 swapFree=67111528/67111528
[pid=25739] ppid=25737 vsize=365876 CPUtime=1182.32
/proc/25739/stat : 25739 (pbscip.linux.x8) R 25737 25739 25088 0 -1 4202496 19548351 0 0 0 115483 2749 0 0 25 0 1 0 167372848 374657024 88627 4089446400 4194304 8223781 140737018729072 18446744073709551615 6482892 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25739/statm: 91469 88644 606 984 0 90482 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 365876

[startup+1242.3 s]
/proc/loadavg: 2.12 2.05 2.01 3/199 25950
/proc/meminfo: memFree=30861156/32950928 swapFree=67111528/67111528
[pid=25739] ppid=25737 vsize=376464 CPUtime=1242.33
/proc/25739/stat : 25739 (pbscip.linux.x8) R 25737 25739 25088 0 -1 4202496 20269651 0 0 0 121369 2864 0 0 25 0 1 0 167372848 385499136 91253 4089446400 4194304 8223781 140737018729072 18446744073709551615 7302071 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25739/statm: 94116 91253 606 984 0 93129 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 376464

[startup+1302.3 s]
/proc/loadavg: 2.04 2.04 2.01 3/199 25952
/proc/meminfo: memFree=30844144/32950928 swapFree=67111528/67111528
[pid=25739] ppid=25737 vsize=392556 CPUtime=1302.33
/proc/25739/stat : 25739 (pbscip.linux.x8) R 25737 25739 25088 0 -1 4202496 20916241 0 0 0 127270 2963 0 0 25 0 1 0 167372848 401977344 95374 4089446400 4194304 8223781 140737018729072 18446744073709551615 5813324 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25739/statm: 98139 95374 606 984 0 97152 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 392556

[startup+1362.3 s]
/proc/loadavg: 1.98 2.02 2.00 3/199 25958
/proc/meminfo: memFree=30796988/32950928 swapFree=67111528/67111528
[pid=25739] ppid=25737 vsize=402552 CPUtime=1362.33
/proc/25739/stat : 25739 (pbscip.linux.x8) R 25737 25739 25088 0 -1 4202496 21792180 0 0 0 133133 3100 0 0 25 0 1 0 167372848 412213248 97827 4089446400 4194304 8223781 140737018729072 18446744073709551615 4697631 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25739/statm: 100638 97827 606 984 0 99651 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 402552

[startup+1422.31 s]
/proc/loadavg: 2.02 2.03 2.00 3/199 25959
/proc/meminfo: memFree=30787656/32950928 swapFree=67111528/67111528
[pid=25739] ppid=25737 vsize=411460 CPUtime=1422.33
/proc/25739/stat : 25739 (pbscip.linux.x8) R 25737 25739 25088 0 -1 4202496 22576623 0 0 0 139009 3224 0 0 25 0 1 0 167372848 421335040 100026 4089446400 4194304 8223781 140737018729072 18446744073709551615 6162477 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25739/statm: 102865 100026 606 984 0 101878 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 411460

[startup+1482.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/199 25961
/proc/meminfo: memFree=30776700/32950928 swapFree=67111528/67111528
[pid=25739] ppid=25737 vsize=421756 CPUtime=1482.33
/proc/25739/stat : 25739 (pbscip.linux.x8) R 25737 25739 25088 0 -1 4202496 23330826 0 0 0 144891 3342 0 0 25 0 1 0 167372848 431878144 102717 4089446400 4194304 8223781 140737018729072 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25739/statm: 105439 102717 606 984 0 104452 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 421756

[startup+1542.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/199 25962
/proc/meminfo: memFree=30764652/32950928 swapFree=67111528/67111528
[pid=25739] ppid=25737 vsize=434668 CPUtime=1542.33
/proc/25739/stat : 25739 (pbscip.linux.x8) R 25737 25739 25088 0 -1 4202496 24015130 0 0 0 150784 3449 0 0 25 0 1 0 167372848 445100032 105825 4089446400 4194304 8223781 140737018729072 18446744073709551615 6482892 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25739/statm: 108667 105839 606 984 0 107680 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 434668

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/199 25964
/proc/meminfo: memFree=30750488/32950928 swapFree=67111528/67111528
[pid=25739] ppid=25737 vsize=448176 CPUtime=1602.33
/proc/25739/stat : 25739 (pbscip.linux.x8) R 25737 25739 25088 0 -1 4202496 24694352 0 0 0 156684 3549 0 0 25 0 1 0 167372848 458932224 109313 4089446400 4194304 8223781 140737018729072 18446744073709551615 4827501 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25739/statm: 112044 109313 606 984 0 111057 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 448176

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/199 25966
/proc/meminfo: memFree=30737804/32950928 swapFree=67111528/67111528
[pid=25739] ppid=25737 vsize=460732 CPUtime=1662.34
/proc/25739/stat : 25739 (pbscip.linux.x8) R 25737 25739 25088 0 -1 4202496 25361710 0 0 0 162582 3652 0 0 25 0 1 0 167372848 471789568 112477 4089446400 4194304 8223781 140737018729072 18446744073709551615 6482892 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25739/statm: 115183 112477 606 984 0 114196 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 460732

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/199 25967
/proc/meminfo: memFree=30727996/32950928 swapFree=67111528/67111528
[pid=25739] ppid=25737 vsize=470744 CPUtime=1722.34
/proc/25739/stat : 25739 (pbscip.linux.x8) R 25737 25739 25088 0 -1 4202496 26309687 0 0 0 168438 3796 0 0 25 0 1 0 167372848 482041856 114835 4089446400 4194304 8223781 140737018729072 18446744073709551615 6448522 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25739/statm: 117686 114835 606 984 0 116699 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 470744

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/199 25969
/proc/meminfo: memFree=30718164/32950928 swapFree=67111528/67111528
[pid=25739] ppid=25737 vsize=480092 CPUtime=1782.34
/proc/25739/stat : 25739 (pbscip.linux.x8) R 25737 25739 25088 0 -1 4202496 27118917 0 0 0 174316 3918 0 0 25 0 1 0 167372848 491614208 117250 4089446400 4194304 8223781 140737018729072 18446744073709551615 6326752 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25739/statm: 120023 117250 606 984 0 119036 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 480092



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/199 25969
/proc/meminfo: memFree=30715052/32950928 swapFree=67111528/67111528
[pid=25739] ppid=25737 vsize=483164 CPUtime=1800.05
/proc/25739/stat : 25739 (pbscip.linux.x8) R 25737 25739 25088 0 -1 4202496 27374373 0 0 0 176047 3958 0 0 25 0 1 0 167372848 494759936 117989 4089446400 4194304 8223781 140737018729072 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25739/statm: 120791 117989 606 984 0 119804 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 483164

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

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

[startup+1800.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/199 25969
/proc/meminfo: memFree=30715052/32950928 swapFree=67111528/67111528
[pid=25739] ppid=25737 vsize=251536 CPUtime=1800.25
/proc/25739/stat : 25739 (pbscip.linux.x8) R 25737 25739 25088 0 -1 4202496 27374374 0 0 0 176066 3959 0 0 25 0 1 0 167372848 257572864 60363 4089446400 4194304 8223781 140737018729072 18446744073709551615 4332879 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/25739/statm: 62884 60363 607 984 0 61897 0
Current children cumulated CPU time (s) 1800.25
Current children cumulated vsize (KiB) 251536

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/199 25969
/proc/meminfo: memFree=30715052/32950928 swapFree=67111528/67111528
[pid=25739] ppid=25737 vsize=234944 CPUtime=1800.45
/proc/25739/stat : 25739 (pbscip.linux.x8) R 25737 25739 25088 0 -1 4202496 27374374 0 0 0 176086 3959 0 0 25 0 1 0 167372848 240582656 56229 4089446400 4194304 8223781 140737018729072 18446744073709551615 6207090 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/25739/statm: 58671 56164 607 984 0 57684 0
Current children cumulated CPU time (s) 1800.45
Current children cumulated vsize (KiB) 234944

Child status: 0
Real time (s): 1800.46
CPU time (s): 1800.52
CPU user time (s): 1760.91
CPU system time (s): 39.603
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 483164

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1760.91
system time used= 39.603
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27374378
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= 1
involuntary context switches= 1377

runsolver used 3.2875 second user time and 6.21406 second system time

The end

Launcher Data

Begin job on node113 at 2010-06-30 19:08:13
IDJOB=2692571
IDBENCH=79093
IDSOLVER=1204
FILE ID=node113/2692571-1277917693
PBS_JOBID= 11197327
Free space on /tmp= 74208 MiB

SOLVER NAME= SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB10/oliveras/j60/normalized-j606_1-unsat--soft-33-100-0.wbo
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-2692571-1277917693/watcher-2692571-1277917693 -o /tmp/evaluation-result-2692571-1277917693/solver-2692571-1277917693 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2692571-1277917693.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 872a81971ad579271bbf67d1b84f3091
RANDOM SEED=1416306080

node113.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	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.812
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.62
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.812
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.812
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.812
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.812
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.812
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.812
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.812
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31235080 kB
Buffers:        199976 kB
Cached:        1039192 kB
SwapCached:          0 kB
Active:         878320 kB
Inactive:       692540 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31235080 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            5516 kB
Writeback:           0 kB
AnonPages:      331848 kB
Mapped:          16300 kB
Slab:            79928 kB
PageTables:       5096 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   477892 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74204 MiB
End job on node113 at 2010-06-30 19:38:16