Trace number 2692539

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.54 1800.49

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB10/oliveras/j60/
normalized-j605_10-unsat--soft-33-100-0.wbo
MD5SUM511a250f181b5f88452d86a600065d28
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark1902
Best CPU time to get the best result obtained on this benchmark1800.35
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables9638
Total number of constraints30220
Number of soft constraints20091
Number of constraints which are clauses29908
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints312
Minimum length of a constraint1
Maximum length of a constraint38
Top cost 1014619
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 1014618
Biggest number in a constraint 20
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 254
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-2692539-1277917247.wbo>
0.29/0.30	c original problem has 49820 variables (29729 bin, 0 int, 0 impl, 20091 cont) and 50312 constraints
0.29/0.30	c problem read
0.29/0.30	c presolving settings loaded
1.39/1.49	c presolving:
1.59/1.62	c (round 1) 303 del vars, 968 del conss, 166 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 73241 impls, 0 clqs
1.69/1.72	c (round 2) 973 del vars, 2730 del conss, 257 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 73461 impls, 0 clqs
1.79/1.82	c (round 3) 2373 del vars, 4095 del conss, 305 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 73541 impls, 0 clqs
1.79/1.86	c (round 4) 3606 del vars, 4569 del conss, 321 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 73555 impls, 0 clqs
1.79/1.89	c (round 5) 4049 del vars, 4731 del conss, 332 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 73560 impls, 0 clqs
1.89/1.92	c (round 6) 4197 del vars, 4825 del conss, 336 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 73568 impls, 0 clqs
1.89/1.94	c (round 7) 4280 del vars, 4878 del conss, 339 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 73568 impls, 0 clqs
1.89/1.96	c (round 8) 4330 del vars, 4916 del conss, 342 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 73578 impls, 0 clqs
1.89/1.98	c (round 9) 4359 del vars, 4935 del conss, 342 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 73578 impls, 0 clqs
1.99/2.03	c (round 10) 4374 del vars, 4940 del conss, 18596 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 73578 impls, 0 clqs
2.10/2.20	c (round 11) 4379 del vars, 4940 del conss, 18596 chg bounds, 0 chg sides, 0 chg coeffs, 9303 upgd conss, 73578 impls, 0 clqs
8.89/8.90	c    (8.3s) probing: 1000/27187 (3.7%) - 0 fixings, 0 aggregations, 6280 implications, 0 bound changes
14.39/14.49	c    (13.8s) probing: 2000/27187 (7.4%) - 0 fixings, 0 aggregations, 7262 implications, 0 bound changes
14.39/14.50	c    (13.8s) probing: 2001/27187 (7.4%) - 0 fixings, 0 aggregations, 7263 implications, 0 bound changes
14.39/14.50	c    (13.8s) probing aborted: 2000/2000 successive useless probings
14.49/14.50	c presolving (12 rounds):
14.49/14.50	c  4379 deleted vars, 4940 deleted constraints, 18596 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
14.49/14.50	c  96591 implications, 79 cliques
14.49/14.50	c presolved problem has 45441 variables (27187 bin, 0 int, 0 impl, 18254 cont) and 45372 constraints
14.49/14.50	c   18254 constraints of type <indicator>
14.49/14.50	c     439 constraints of type <varbound>
14.49/14.50	c     103 constraints of type <knapsack>
14.49/14.50	c   17815 constraints of type <linear>
14.49/14.50	c    8761 constraints of type <logicor>
14.49/14.50	c transformed objective value is always integral (scale: 1)
14.49/14.50	c Presolving Time: 13.73
14.49/14.50	c - non default parameters ----------------------------------------------------------------------
14.49/14.50	c # SCIP version 1.2.1.2
14.49/14.50	c 
14.49/14.50	c # frequency for displaying node information lines
14.49/14.50	c # [type: int, range: [-1,2147483647], default: 100]
14.49/14.50	c display/freq = 10000
14.49/14.50	c 
14.49/14.50	c # maximal time in seconds to run
14.49/14.50	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
14.49/14.50	c limits/time = 1799.71
14.49/14.50	c 
14.49/14.50	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
14.49/14.50	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
14.49/14.50	c limits/memory = 3420
14.49/14.50	c 
14.49/14.50	c # should presolving try to simplify inequalities
14.49/14.50	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
14.49/14.50	c constraints/linear/simplifyinequalities = TRUE
14.49/14.50	c 
14.49/14.50	c # should presolving try to simplify knapsacks
14.49/14.50	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
14.49/14.50	c constraints/knapsack/simplifyinequalities = TRUE
14.49/14.50	c 
14.49/14.50	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
14.49/14.50	c # [type: int, range: [-1,2147483647], default: -1]
14.49/14.50	c separating/rapidlearning/freq = 0
14.49/14.50	c 
14.49/14.50	c -----------------------------------------------------------------------------------------------
14.49/14.50	c start solving
14.49/14.51	c 
14.59/14.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
14.59/14.65	c  14.0s|     1 |     0 |     3 |     - | 169M|   0 |   2 |  45k|  45k|  45k|8864 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
16.99/17.03	c  16.3s|     1 |     0 |   990 |     - | 169M|   0 |  17 |  45k|  45k|  45k|9259 | 395 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
19.19/19.23	c  18.5s|     1 |     0 |  1442 |     - | 170M|   0 |  35 |  45k|  45k|  45k|9469 | 605 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
21.39/21.50	c  20.7s|     1 |     0 |  1947 |     - | 170M|   0 |  44 |  45k|  45k|  45k|9691 | 827 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
23.69/23.75	c  22.9s|     1 |     0 |  2409 |     - | 171M|   0 | 316 |  45k|  45k|  45k|9914 |1050 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
25.09/25.16	c  24.3s|     1 |     0 |  2815 |     - | 171M|   0 | 164 |  45k|  45k|  45k|  10k|1291 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
28.19/28.25	c  27.4s|     1 |     0 |  3351 |     - | 172M|   0 | 126 |  45k|  45k|  45k|  10k|1557 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
29.60/29.69	c  28.8s|     1 |     2 |  3351 |     - | 173M|   0 | 126 |  45k|  45k|  45k|  10k|1557 |   0 |  18 | 0.000000e+00 |      --      |    Inf 
1341.03/1341.00	c  1309s| 10000 | 10001 |526645 |  52.3 | 330M| 153 | 200 |  45k|  46k|  45k|  11k| 178k| 916 |  15k| 0.000000e+00 |      --      |    Inf 
1800.04/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.04/1800.02	c 
1800.04/1800.02	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.02	c Solving Time (sec) : 1757.75
1800.04/1800.02	c Solving Nodes      : 14008
1800.04/1800.02	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.04/1800.02	c Dual Bound         : +0.00000000000000e+00
1800.04/1800.02	c Gap                : infinite
1800.04/1800.02	s UNKNOWN
1800.04/1800.02	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.02	c Solving Time       :    1757.75
1800.04/1800.02	c Original Problem   :
1800.04/1800.02	c   Problem name     : HOME/instance-2692539-1277917247.wbo
1800.04/1800.02	c   Variables        : 49820 (29729 binary, 0 integer, 0 implicit integer, 20091 continuous)
1800.04/1800.02	c   Constraints      : 50312 initial, 50312 maximal
1800.04/1800.02	c Presolved Problem  :
1800.04/1800.02	c   Problem name     : t_HOME/instance-2692539-1277917247.wbo
1800.04/1800.02	c   Variables        : 45441 (27187 binary, 0 integer, 0 implicit integer, 18254 continuous)
1800.04/1800.02	c   Constraints      : 45372 initial, 46349 maximal
1800.04/1800.02	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.04/1800.02	c   trivial          :       0.03          1          0          0          0          0          0          0          0
1800.04/1800.02	c   dualfix          :       0.02       3850          0          0          0          0          0          0          0
1800.04/1800.02	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.02	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.02	c   implics          :       0.02          0          0          0          0          0          0          0          0
1800.04/1800.02	c   probing          :      12.15          0          0          0          0          0          0          0          0
1800.04/1800.02	c   indicator        :       0.14          0          0          0          0          0       1837          0          0
1800.04/1800.02	c   varbound         :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.02	c   knapsack         :       0.01          0          0          0          0          0          0          0          0
1800.04/1800.02	c   linear           :       0.28        341        187          0      18596          0       3103          0          0
1800.04/1800.02	c   logicor          :       0.02          0          0          0          0          0          0          0          0
1800.04/1800.02	c   root node        :          -          0          -          -          0          -          -          -          -
1800.04/1800.02	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.02	c   integral         :          0          0          0      15365          0          0          2          0          0      28016
1800.04/1800.02	c   indicator        :      18254          0     112761       1355          0          0       5634          0          0          0
1800.04/1800.02	c   varbound         :        439          6     112761       1355          0          0        396       1399          0          0
1800.04/1800.02	c   knapsack         :        103          6     112761        270          0          0      65971         58          0          0
1800.04/1800.02	c   linear           :      17815          6     112761        270          0          0       3719     247046          0          0
1800.04/1800.02	c   logicor          :       8761+         6      72847          0          0          0      73300          0          0          0
1800.04/1800.02	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.04/1800.02	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.04/1800.02	c   integral         :     503.29       0.00       0.00     503.29       0.00
1800.04/1800.02	c   indicator        :      60.87       0.00      55.47       5.40       0.00
1800.04/1800.02	c   varbound         :       1.77       0.00       1.71       0.06       0.00
1800.04/1800.02	c   knapsack         :       1.24       0.01       1.23       0.00       0.00
1800.04/1800.02	c   linear           :      57.84       0.02      55.72       2.10       0.00
1800.04/1800.02	c   logicor          :       1.13       0.00       1.13       0.00       0.00
1800.04/1800.02	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.04/1800.02	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.04/1800.02	c   vbounds          :       3.42      17655          0       1618
1800.04/1800.02	c   rootredcost      :       0.02          0          0          0
1800.04/1800.02	c   pseudoobj        :      78.74     106475          0          0
1800.04/1800.02	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.04/1800.02	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1800.04/1800.02	c   infeasible LP    :       4.59       1075       1075       1077        3.0          0        0.0          0
1800.04/1800.02	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.02	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.02	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.04/1800.02	c   applied globally :          -          -          -       1075        3.0          -          -          -
1800.04/1800.02	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.04/1800.02	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.04/1800.02	c   cut pool         :       0.00          5          -          -        273          -    (maximal pool size: 587)
1800.04/1800.02	c   redcost          :      28.30      15128          0          0          0          0
1800.04/1800.02	c   impliedbounds    :       0.01          6          0          0         70          0
1800.04/1800.02	c   intobj           :       0.00          0          0          0          0          0
1800.04/1800.02	c   cgmip            :       0.00          0          0          0          0          0
1800.04/1800.02	c   gomory           :       0.28          6          0          0       1041          0
1800.04/1800.02	c   strongcg         :       0.21          6          0          0        191          0
1800.04/1800.02	c   cmir             :       2.29          6          0          0         53          0
1800.04/1800.02	c   flowcover        :       9.59          6          0          0        114          0
1800.04/1800.02	c   clique           :       0.01          6          0          0         19          0
1800.04/1800.02	c   zerohalf         :       0.00          0          0          0          0          0
1800.04/1800.02	c   mcf              :       0.01          1          0          0          0          0
1800.04/1800.02	c   rapidlearning    :       0.00          0          0          0          0          0
1800.04/1800.02	c Pricers            :       Time      Calls       Vars
1800.04/1800.02	c   problem variables:       0.00          0          0
1800.04/1800.02	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.02	c   relpscost        :     503.27      14010          0          2          0          0      28016
1800.04/1800.02	c   pscost           :       0.00          0          0          0          0          0          0
1800.04/1800.02	c   inference        :       0.00          0          0          0          0          0          0
1800.04/1800.02	c   mostinf          :       0.00          0          0          0          0          0          0
1800.04/1800.02	c   leastinf         :       0.00          0          0          0          0          0          0
1800.04/1800.02	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.04/1800.02	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.04/1800.02	c   random           :       0.00          0          0          0          0          0          0
1800.04/1800.02	c Primal Heuristics  :       Time      Calls      Found
1800.04/1800.02	c   LP solutions     :       0.00          -          0
1800.04/1800.02	c   pseudo solutions :       0.00          -          0
1800.04/1800.02	c   oneopt           :       0.02          0          0
1800.04/1800.02	c   crossover        :       0.00          0          0
1800.04/1800.02	c   fracdiving       :     153.51         44          0
1800.04/1800.02	c   veclendiving     :      42.57         44          0
1800.04/1800.02	c   linesearchdiving :      58.99         44          0
1800.04/1800.02	c   trivial          :       1.04          2          0
1800.04/1800.02	c   simplerounding   :       0.01      13702          0
1800.04/1800.02	c   zirounding       :       2.53       1000          0
1800.04/1800.02	c   rounding         :       4.53       1614          0
1800.04/1800.02	c   shifting         :       8.80        463          0
1800.04/1800.02	c   intshifting      :       0.10         23          0
1800.04/1800.02	c   twoopt           :       0.00          0          0
1800.04/1800.02	c   fixandinfer      :       0.00          0          0
1800.04/1800.02	c   feaspump         :       3.16          8          0
1800.04/1800.02	c   coefdiving       :     164.29         25          0
1800.04/1800.02	c   pscostdiving     :     161.02         44          0
1800.04/1800.02	c   intdiving        :       0.00          0          0
1800.04/1800.02	c   actconsdiving    :       0.00          0          0
1800.04/1800.02	c   objpscostdiving  :      25.44         17          0
1800.04/1800.02	c   rootsoldiving    :      61.89         10          0
1800.04/1800.02	c   guideddiving     :       0.00          0          0
1800.04/1800.02	c   octane           :       0.00          0          0
1800.04/1800.02	c   rens             :       0.25          1          0
1800.04/1800.02	c   rins             :       0.00          0          0
1800.04/1800.02	c   localbranching   :       0.00          0          0
1800.04/1800.02	c   mutation         :       0.00          0          0
1800.04/1800.02	c   dins             :       0.00          0          0
1800.04/1800.02	c   undercover       :       0.00          0          0
1800.04/1800.02	c   nlp              :       0.00          0          0
1800.04/1800.02	c   trysol           :      15.99        979          0
1800.04/1800.02	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.04/1800.02	c   primal LP        :       0.00          0          0       0.00          -
1800.04/1800.02	c   dual LP          :     288.85      15056     542661      36.04    1878.69
1800.04/1800.02	c   lex dual LP      :       0.00          0          0       0.00          -
1800.04/1800.02	c   barrier LP       :       0.00          0          0       0.00          -
1800.04/1800.02	c   diving/probing LP:     331.01      34875     172381       4.94     520.77
1800.04/1800.02	c   strong branching :     502.68      19660     288463      14.67     573.85
1800.04/1800.02	c     (at root node) :          -         18       1194      66.33          -
1800.04/1800.02	c   conflict analysis:       0.00          0          0       0.00          -
1800.04/1800.02	c B&B Tree           :
1800.04/1800.02	c   number of runs   :          1
1800.04/1800.02	c   nodes            :      14008
1800.04/1800.02	c   nodes (total)    :      14008
1800.04/1800.02	c   nodes left       :      14009
1800.04/1800.02	c   max depth        :        161
1800.04/1800.02	c   max depth (total):        161
1800.04/1800.02	c   backtracks       :        234 (1.7%)
1800.04/1800.02	c   delayed cutoffs  :          0
1800.04/1800.02	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1800.04/1800.02	c   avg switch length:       2.12
1800.04/1800.02	c   switching time   :       7.91
1800.04/1800.02	c Solution           :
1800.04/1800.02	c   Solutions found  :          0 (0 improvements)
1800.04/1800.02	c   Primal Bound     :          -
1800.04/1800.02	c   Dual Bound       : +0.00000000000000e+00
1800.04/1800.02	c   Gap              :   infinite
1800.04/1800.02	c   Root Dual Bound  : +0.00000000000000e+00
1800.04/1800.02	c   Root Iterations  :       3351
1800.43/1800.49	c Time complete: 1800.52.

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-2692539-1277917247/watcher-2692539-1277917247 -o /tmp/evaluation-result-2692539-1277917247/solver-2692539-1277917247 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2692539-1277917247.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: 2.01 2.01 2.00 4/178 13911
/proc/meminfo: memFree=31026736/32950928 swapFree=67111528/67111528
[pid=13911] ppid=13909 vsize=9560 CPUtime=0
/proc/13911/stat : 13911 (pbscip.linux.x8) R 13909 13911 13477 0 -1 4202496 1682 0 0 0 0 0 0 0 24 0 1 0 133021384 9789440 1602 4089446400 4194304 8223781 140734897760320 18446744073709551615 6205568 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/13911/statm: 2390 1602 369 984 0 1403 0

[startup+0.075755 s]
/proc/loadavg: 2.01 2.01 2.00 4/178 13911
/proc/meminfo: memFree=31026736/32950928 swapFree=67111528/67111528
[pid=13911] ppid=13909 vsize=28712 CPUtime=0.06
/proc/13911/stat : 13911 (pbscip.linux.x8) R 13909 13911 13477 0 -1 4202496 6469 0 0 0 6 0 0 0 24 0 1 0 133021384 29401088 6389 4089446400 4194304 8223781 140734897760320 18446744073709551615 6640541 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/13911/statm: 7178 6389 369 984 0 6191 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 28712

[startup+0.100751 s]
/proc/loadavg: 2.01 2.01 2.00 4/178 13911
/proc/meminfo: memFree=31026736/32950928 swapFree=67111528/67111528
[pid=13911] ppid=13909 vsize=32824 CPUtime=0.09
/proc/13911/stat : 13911 (pbscip.linux.x8) R 13909 13911 13477 0 -1 4202496 7546 0 0 0 9 0 0 0 24 0 1 0 133021384 33611776 7439 4089446400 4194304 8223781 140734897760320 18446744073709551615 7253477 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/13911/statm: 8206 7439 369 984 0 7219 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 32824

[startup+0.300714 s]
/proc/loadavg: 2.01 2.01 2.00 4/178 13911
/proc/meminfo: memFree=31026736/32950928 swapFree=67111528/67111528
[pid=13911] ppid=13909 vsize=74024 CPUtime=0.29
/proc/13911/stat : 13911 (pbscip.linux.x8) R 13909 13911 13477 0 -1 4202496 17838 0 0 0 28 1 0 0 25 0 1 0 133021384 75800576 17731 4089446400 4194304 8223781 140734897760320 18446744073709551615 7249872 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/13911/statm: 18506 17731 369 984 0 17519 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 74024

[startup+0.700648 s]
/proc/loadavg: 2.01 2.01 2.00 4/178 13911
/proc/meminfo: memFree=31026736/32950928 swapFree=67111528/67111528
[pid=13911] ppid=13909 vsize=179992 CPUtime=0.69
/proc/13911/stat : 13911 (pbscip.linux.x8) R 13909 13911 13477 0 -1 4202496 43282 0 0 0 65 4 0 0 25 0 1 0 133021384 184311808 42755 4089446400 4194304 8223781 140734897760320 18446744073709551615 7257502 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13911/statm: 44998 42755 422 984 0 44011 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 179992

[startup+1.50061 s]
/proc/loadavg: 2.01 2.01 2.00 4/179 13912
/proc/meminfo: memFree=30857096/32950928 swapFree=67111528/67111528
[pid=13911] ppid=13909 vsize=182364 CPUtime=1.49
/proc/13911/stat : 13911 (pbscip.linux.x8) R 13909 13911 13477 0 -1 4202496 43989 0 0 0 145 4 0 0 25 0 1 0 133021384 186740736 43462 4089446400 4194304 8223781 140734897760320 18446744073709551615 6205568 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13911/statm: 45591 43462 429 984 0 44604 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 182364

[startup+3.10033 s]
/proc/loadavg: 2.01 2.01 2.00 4/179 13912
/proc/meminfo: memFree=30848040/32950928 swapFree=67111528/67111528
[pid=13911] ppid=13909 vsize=198116 CPUtime=3.09
/proc/13911/stat : 13911 (pbscip.linux.x8) R 13909 13911 13477 0 -1 4202496 53755 0 0 0 283 26 0 0 25 0 1 0 133021384 202870784 47301 4089446400 4194304 8223781 140734897760320 18446744073709551615 5497079 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13911/statm: 49529 47301 486 984 0 48542 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 198116

[startup+6.30066 s]
/proc/loadavg: 2.01 2.01 2.00 4/179 13912
/proc/meminfo: memFree=30836384/32950928 swapFree=67111528/67111528
[pid=13911] ppid=13909 vsize=199436 CPUtime=6.29
/proc/13911/stat : 13911 (pbscip.linux.x8) R 13909 13911 13477 0 -1 4202496 54107 0 0 0 599 30 0 0 25 0 1 0 133021384 204222464 47653 4089446400 4194304 8223781 140734897760320 18446744073709551615 4983090 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13911/statm: 49859 47653 486 984 0 48872 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 199436

[startup+12.7006 s]
/proc/loadavg: 2.01 2.01 2.00 4/179 13912
/proc/meminfo: memFree=30836136/32950928 swapFree=67111528/67111528
[pid=13911] ppid=13909 vsize=199436 CPUtime=12.7
/proc/13911/stat : 13911 (pbscip.linux.x8) R 13909 13911 13477 0 -1 4202496 54112 0 0 0 1235 35 0 0 25 0 1 0 133021384 204222464 47658 4089446400 4194304 8223781 140734897760320 18446744073709551615 4827501 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13911/statm: 49859 47658 491 984 0 48872 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 199436

[startup+25.5003 s]
/proc/loadavg: 2.01 2.00 2.00 4/179 13921
/proc/meminfo: memFree=30787448/32950928 swapFree=67111528/67111528
[pid=13911] ppid=13909 vsize=246784 CPUtime=25.49
/proc/13911/stat : 13911 (pbscip.linux.x8) R 13909 13911 13477 0 -1 4202496 70611 0 0 0 2491 58 0 0 25 0 1 0 133021384 252706816 57874 4089446400 4194304 8223781 140734897760320 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13911/statm: 61696 57874 590 984 0 60709 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 246784

[startup+51.1009 s]
/proc/loadavg: 2.00 2.00 2.00 4/179 13921
/proc/meminfo: memFree=30769156/32950928 swapFree=67111528/67111528
[pid=13911] ppid=13909 vsize=254228 CPUtime=51.09
/proc/13911/stat : 13911 (pbscip.linux.x8) R 13909 13911 13477 0 -1 4202496 622502 0 0 0 4975 134 0 0 25 0 1 0 133021384 260329472 59503 4089446400 4194304 8223781 140734897760320 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13911/statm: 63557 59503 600 984 0 62570 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 254228

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 4/179 13923
/proc/meminfo: memFree=30742224/32950928 swapFree=67111528/67111528
[pid=13911] ppid=13909 vsize=257112 CPUtime=102.3
/proc/13911/stat : 13911 (pbscip.linux.x8) R 13909 13911 13477 0 -1 4202496 1949559 0 0 0 9920 310 0 0 25 0 1 0 133021384 263282688 60061 4089446400 4194304 8223781 140734897760320 18446744073709551615 6448679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13911/statm: 64278 60061 604 984 0 63291 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 257112

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/179 13925
/proc/meminfo: memFree=30700040/32950928 swapFree=67111528/67111528
[pid=13911] ppid=13909 vsize=264316 CPUtime=162.3
/proc/13911/stat : 13911 (pbscip.linux.x8) R 13909 13911 13477 0 -1 4202496 3292672 0 0 0 15739 491 0 0 25 0 1 0 133021384 270659584 61821 4089446400 4194304 8223781 140734897760320 18446744073709551615 4568780 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13911/statm: 66079 61821 610 984 0 65092 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 264316

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 4/179 13926
/proc/meminfo: memFree=30666656/32950928 swapFree=67111528/67111528
[pid=13911] ppid=13909 vsize=271108 CPUtime=222.29
/proc/13911/stat : 13911 (pbscip.linux.x8) R 13909 13911 13477 0 -1 4202496 4526643 0 0 0 21571 658 0 0 25 0 1 0 133021384 277614592 63465 4089446400 4194304 8223781 140734897760320 18446744073709551615 6448516 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13911/statm: 67777 63465 610 984 0 66790 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 271108

[startup+282.301 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 13956
/proc/meminfo: memFree=31366156/32950928 swapFree=67111528/67111528
[pid=13911] ppid=13909 vsize=275652 CPUtime=282.3
/proc/13911/stat : 13911 (pbscip.linux.x8) R 13909 13911 13477 0 -1 4202496 5967691 0 0 0 27387 843 0 0 25 0 1 0 133021384 282267648 64598 4089446400 4194304 8223781 140734897760320 18446744073709551615 6482892 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13911/statm: 68913 64612 610 984 0 67926 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 275652

[startup+342.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 13957
/proc/meminfo: memFree=31339696/32950928 swapFree=67111528/67111528
[pid=13911] ppid=13909 vsize=275840 CPUtime=342.3
/proc/13911/stat : 13911 (pbscip.linux.x8) R 13909 13911 13477 0 -1 4202496 7132253 0 0 0 33234 996 0 0 25 0 1 0 133021384 282460160 64807 4089446400 4194304 8223781 140734897760320 18446744073709551615 5893820 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13911/statm: 68960 64807 610 984 0 67973 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 275840

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13959
/proc/meminfo: memFree=31308044/32950928 swapFree=67111528/67111528
[pid=13911] ppid=13909 vsize=282784 CPUtime=402.3
/proc/13911/stat : 13911 (pbscip.linux.x8) R 13909 13911 13477 0 -1 4202496 8216870 0 0 0 39089 1141 0 0 25 0 1 0 133021384 289570816 66506 4089446400 4194304 8223781 140734897760320 18446744073709551615 7302071 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13911/statm: 70696 66506 610 984 0 69709 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 282784

[startup+462.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/179 13961
/proc/meminfo: memFree=31275636/32950928 swapFree=67111528/67111528
[pid=13911] ppid=13909 vsize=289744 CPUtime=462.31
/proc/13911/stat : 13911 (pbscip.linux.x8) R 13909 13911 13477 0 -1 4202496 9244911 0 0 0 44950 1281 0 0 25 0 1 0 133021384 296697856 68265 4089446400 4194304 8223781 140734897760320 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13911/statm: 72436 68265 610 984 0 71449 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 289744

[startup+522.301 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 13962
/proc/meminfo: memFree=31246072/32950928 swapFree=67111528/67111528
[pid=13911] ppid=13909 vsize=296576 CPUtime=522.31
/proc/13911/stat : 13911 (pbscip.linux.x8) R 13909 13911 13477 0 -1 4202496 10231020 0 0 0 50811 1420 0 0 25 0 1 0 133021384 303693824 69988 4089446400 4194304 8223781 140734897760320 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13911/statm: 74144 69988 610 984 0 73157 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 296576

[startup+582.301 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 13964
/proc/meminfo: memFree=31211444/32950928 swapFree=67111528/67111528
[pid=13911] ppid=13909 vsize=304092 CPUtime=582.3
/proc/13911/stat : 13911 (pbscip.linux.x8) R 13909 13911 13477 0 -1 4202496 11182886 0 0 0 56680 1550 0 0 25 0 1 0 133021384 311390208 71892 4089446400 4194304 8223781 140734897760320 18446744073709551615 6328719 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13911/statm: 76023 71892 610 984 0 75036 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 304092

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13965
/proc/meminfo: memFree=31177796/32950928 swapFree=67111528/67111528
[pid=13911] ppid=13909 vsize=316208 CPUtime=642.32
/proc/13911/stat : 13911 (pbscip.linux.x8) R 13909 13911 13477 0 -1 4202496 12087158 0 0 0 62548 1684 0 0 25 0 1 0 133021384 323796992 74723 4089446400 4194304 8223781 140734897760320 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13911/statm: 79052 74723 609 984 0 78065 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 316208

[startup+702.301 s]

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

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13973
/proc/meminfo: memFree=31011724/32950928 swapFree=67111528/67111528
[pid=13911] ppid=13909 vsize=363244 CPUtime=942.32
/proc/13911/stat : 13911 (pbscip.linux.x8) R 13909 13911 13477 0 -1 4202496 16914977 0 0 0 91871 2361 0 0 25 0 1 0 133021384 371961856 86394 4089446400 4194304 8223781 140734897760320 18446744073709551615 6482892 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13911/statm: 90811 86405 609 984 0 89824 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 363244

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13975
/proc/meminfo: memFree=30983156/32950928 swapFree=67111528/67111528
[pid=13911] ppid=13909 vsize=368112 CPUtime=1002.31
/proc/13911/stat : 13911 (pbscip.linux.x8) R 13909 13911 13477 0 -1 4202496 17849155 0 0 0 97740 2491 0 0 25 0 1 0 133021384 376946688 87687 4089446400 4194304 8223781 140734897760320 18446744073709551615 6448679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13911/statm: 92028 87687 613 984 0 91041 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 368112

[startup+1062.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 13977
/proc/meminfo: memFree=30949136/32950928 swapFree=67111528/67111528
[pid=13911] ppid=13909 vsize=377760 CPUtime=1062.32
/proc/13911/stat : 13911 (pbscip.linux.x8) R 13909 13911 13477 0 -1 4202496 18747576 0 0 0 103606 2626 0 0 25 0 1 0 133021384 386826240 90087 4089446400 4194304 8223781 140734897760320 18446744073709551615 6447023 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13911/statm: 94440 90087 609 984 0 93453 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 377760

[startup+1122.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 13978
/proc/meminfo: memFree=30915992/32950928 swapFree=67111528/67111528
[pid=13911] ppid=13909 vsize=392256 CPUtime=1122.32
/proc/13911/stat : 13911 (pbscip.linux.x8) R 13909 13911 13477 0 -1 4202496 19650012 0 0 0 109480 2752 0 0 25 0 1 0 133021384 401670144 93709 4089446400 4194304 8223781 140734897760320 18446744073709551615 6004057 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13911/statm: 98064 93709 609 984 0 97077 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 392256

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13980
/proc/meminfo: memFree=30875272/32950928 swapFree=67111528/67111528
[pid=13911] ppid=13909 vsize=402916 CPUtime=1182.32
/proc/13911/stat : 13911 (pbscip.linux.x8) R 13909 13911 13477 0 -1 4202496 20475905 0 0 0 115351 2881 0 0 25 0 1 0 133021384 412585984 96346 4089446400 4194304 8223781 140734897760320 18446744073709551615 6482769 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13911/statm: 100729 96346 609 984 0 99742 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 402916

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13981
/proc/meminfo: memFree=30836176/32950928 swapFree=67111528/67111528
[pid=13911] ppid=13909 vsize=417516 CPUtime=1242.33
/proc/13911/stat : 13911 (pbscip.linux.x8) R 13909 13911 13477 0 -1 4202496 21361392 0 0 0 121232 3001 0 0 25 0 1 0 133021384 427536384 100136 4089446400 4194304 8223781 140734897760320 18446744073709551615 5507289 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13911/statm: 104379 100136 609 984 0 103392 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 417516

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13983
/proc/meminfo: memFree=30808608/32950928 swapFree=67111528/67111528
[pid=13911] ppid=13909 vsize=424500 CPUtime=1302.33
/proc/13911/stat : 13911 (pbscip.linux.x8) R 13909 13911 13477 0 -1 4202496 22172290 0 0 0 127116 3117 0 0 25 0 1 0 133021384 434688000 101760 4089446400 4194304 8223781 140734897760320 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13911/statm: 106125 101760 609 984 0 105138 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 424500

[startup+1362.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 13985
/proc/meminfo: memFree=30772464/32950928 swapFree=67111528/67111528
[pid=13911] ppid=13909 vsize=434300 CPUtime=1362.33
/proc/13911/stat : 13911 (pbscip.linux.x8) R 13909 13911 13477 0 -1 4202496 22914090 0 0 0 133010 3223 0 0 25 0 1 0 133021384 444723200 104322 4089446400 4194304 8223781 140734897760320 18446744073709551615 5893835 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13911/statm: 108575 104322 609 984 0 107588 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 434300

[startup+1422.31 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 13986
/proc/meminfo: memFree=30743292/32950928 swapFree=67111528/67111528
[pid=13911] ppid=13909 vsize=443356 CPUtime=1422.33
/proc/13911/stat : 13911 (pbscip.linux.x8) R 13909 13911 13477 0 -1 4202496 23823447 0 0 0 138888 3345 0 0 25 0 1 0 133021384 453996544 106540 4089446400 4194304 8223781 140734897760320 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13911/statm: 110839 106540 609 984 0 109852 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 443356

[startup+1482.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 13988
/proc/meminfo: memFree=30710512/32950928 swapFree=67111528/67111528
[pid=13911] ppid=13909 vsize=453912 CPUtime=1482.33
/proc/13911/stat : 13911 (pbscip.linux.x8) R 13909 13911 13477 0 -1 4202496 24680969 0 0 0 144767 3466 0 0 25 0 1 0 133021384 464805888 109274 4089446400 4194304 8223781 140734897760320 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13911/statm: 113478 109274 609 984 0 112491 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 453912

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13989
/proc/meminfo: memFree=30677864/32950928 swapFree=67111528/67111528
[pid=13911] ppid=13909 vsize=460376 CPUtime=1542.33
/proc/13911/stat : 13911 (pbscip.linux.x8) R 13909 13911 13477 0 -1 4202496 25793858 0 0 0 150610 3623 0 0 25 0 1 0 133021384 471425024 110847 4089446400 4194304 8223781 140734897760320 18446744073709551615 6592514 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13911/statm: 115094 110849 612 984 0 114107 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 460376

[startup+1602.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/179 13991
/proc/meminfo: memFree=30647068/32950928 swapFree=67111528/67111528
[pid=13911] ppid=13909 vsize=470272 CPUtime=1602.33
/proc/13911/stat : 13911 (pbscip.linux.x8) R 13909 13911 13477 0 -1 4202496 26772449 0 0 0 156472 3761 0 0 25 0 1 0 133021384 481558528 113252 4089446400 4194304 8223781 140734897760320 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13911/statm: 117568 113252 621 984 0 116581 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 470272

[startup+1662.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 13993
/proc/meminfo: memFree=30617640/32950928 swapFree=67111528/67111528
[pid=13911] ppid=13909 vsize=474400 CPUtime=1662.34
/proc/13911/stat : 13911 (pbscip.linux.x8) R 13909 13911 13477 0 -1 4202496 27725719 0 0 0 162340 3894 0 0 25 0 1 0 133021384 485785600 114436 4089446400 4194304 8223781 140734897760320 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13911/statm: 118600 114436 612 984 0 117613 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 474400

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13994
/proc/meminfo: memFree=30581640/32950928 swapFree=67111528/67111528
[pid=13911] ppid=13909 vsize=487952 CPUtime=1722.33
/proc/13911/stat : 13911 (pbscip.linux.x8) R 13909 13911 13477 0 -1 4202496 28817814 0 0 0 168200 4033 0 0 25 0 1 0 133021384 499662848 117815 4089446400 4194304 8223781 140734897760320 18446744073709551615 6599090 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13911/statm: 121988 117815 609 984 0 121001 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 487952

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13996
/proc/meminfo: memFree=30553332/32950928 swapFree=67111528/67111528
[pid=13911] ppid=13909 vsize=491604 CPUtime=1782.33
/proc/13911/stat : 13911 (pbscip.linux.x8) R 13909 13911 13477 0 -1 4202496 29787741 0 0 0 174071 4162 0 0 25 0 1 0 133021384 503402496 118789 4089446400 4194304 8223781 140734897760320 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13911/statm: 122901 118789 609 984 0 121914 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 491604



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13997
/proc/meminfo: memFree=30545256/32950928 swapFree=67111528/67111528
[pid=13911] ppid=13909 vsize=493804 CPUtime=1800.04
/proc/13911/stat : 13911 (pbscip.linux.x8) R 13909 13911 13477 0 -1 4202496 30084097 0 0 0 175800 4204 0 0 25 0 1 0 133021384 505655296 119264 4089446400 4194304 8223781 140734897760320 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13911/statm: 123451 119264 609 984 0 122464 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 493804

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/179 13997
/proc/meminfo: memFree=30545256/32950928 swapFree=67111528/67111528
[pid=13911] ppid=13909 vsize=310976 CPUtime=1800.23
/proc/13911/stat : 13911 (pbscip.linux.x8) R 13909 13911 13477 0 -1 4202496 30084555 0 0 0 175819 4204 0 0 25 0 1 0 133021384 318439424 74098 4089446400 4194304 8223781 140734897760320 18446744073709551615 4332879 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/13911/statm: 77744 74098 610 984 0 76757 0
Current children cumulated CPU time (s) 1800.23
Current children cumulated vsize (KiB) 310976

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13997
/proc/meminfo: memFree=30545256/32950928 swapFree=67111528/67111528
[pid=13911] ppid=13909 vsize=300872 CPUtime=1800.43
/proc/13911/stat : 13911 (pbscip.linux.x8) R 13909 13911 13477 0 -1 4202496 30084555 0 0 0 175839 4204 0 0 25 0 1 0 133021384 308092928 71580 4089446400 4194304 8223781 140734897760320 18446744073709551615 6206544 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/13911/statm: 75218 71580 610 984 0 74231 0
Current children cumulated CPU time (s) 1800.43
Current children cumulated vsize (KiB) 300872

Child status: 0
Real time (s): 1800.49
CPU time (s): 1800.54
CPU user time (s): 1758.48
CPU system time (s): 42.0596
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 493804

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1758.48
system time used= 42.0596
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30084559
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= 3
involuntary context switches= 1273

runsolver used 3.03954 second user time and 6.587 second system time

The end

Launcher Data

Begin job on node125 at 2010-06-30 19:00:47
IDJOB=2692539
IDBENCH=79086
IDSOLVER=1204
FILE ID=node125/2692539-1277917247
PBS_JOBID= 11197320
Free space on /tmp= 74196 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-j605_10-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-2692539-1277917247/watcher-2692539-1277917247 -o /tmp/evaluation-result-2692539-1277917247/solver-2692539-1277917247 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2692539-1277917247.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 511a250f181b5f88452d86a600065d28
RANDOM SEED=27587631

node125.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.822
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.64
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.822
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	: 5226.07
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.822
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.822
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.77
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.822
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.75
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.822
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.74
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.822
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.822
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31027140 kB
Buffers:        200796 kB
Cached:         802384 kB
SwapCached:          0 kB
Active:        1217932 kB
Inactive:       561600 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31027140 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            5476 kB
Writeback:           0 kB
AnonPages:      776036 kB
Mapped:          17484 kB
Slab:            78760 kB
PageTables:       6244 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   937940 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= 74196 MiB
End job on node125 at 2010-06-30 19:30:49