Trace number 2693622

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
SCIPnone SCIP 1.2.1.2 without any LP solver? (TO) 1800.41 1800.38

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/
normalized-ooo.tag10.ucl--soft-33-100-0.wbo
MD5SUMd8e7fa9590f436b33ef13e9171ac617f
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark10.3994
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables9071
Total number of constraints25914
Number of soft constraints17208
Number of constraints which are clauses25190
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints724
Minimum length of a constraint1
Maximum length of a constraint11
Top cost 857979
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 857978
Biggest number in a constraint 39
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 132
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: NONE] [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-2693622-1277913329.wbo>
0.19/0.26	c original problem has 43487 variables (26279 bin, 0 int, 0 impl, 17208 cont) and 43123 constraints
0.19/0.26	c problem read
0.19/0.26	c presolving settings loaded
0.19/0.27	c [src/scip/lpi_none.c:41] ERROR: there is no LP solver linked to the binary (LPS=none); you should set the parameter <lp/solvefreq> to <-1> to avoid solving LPs
0.39/0.49	c presolving:
0.49/0.58	c (round 1) 38 del vars, 3 del conss, 0 chg bounds, 362 chg sides, 724 chg coeffs, 0 upgd conss, 39242 impls, 0 clqs
0.59/0.60	c (round 2) 39 del vars, 78 del conss, 0 chg bounds, 362 chg sides, 724 chg coeffs, 0 upgd conss, 39242 impls, 0 clqs
0.59/0.65	c (round 3) 40 del vars, 78 del conss, 17207 chg bounds, 362 chg sides, 724 chg coeffs, 0 upgd conss, 39242 impls, 0 clqs
0.69/0.76	c (round 4) 40 del vars, 78 del conss, 17207 chg bounds, 362 chg sides, 724 chg coeffs, 8632 upgd conss, 39242 impls, 0 clqs
2.59/2.61	c    (2.3s) probing: 391/26240 (1.5%) - 0 fixings, 1 aggregations, 14 implications, 0 bound changes
2.59/2.61	c    (2.3s) probing aborted: 100/100 successive totally useless probings
2.59/2.62	c presolving (5 rounds):
2.59/2.62	c  41 deleted vars, 78 deleted constraints, 17207 tightened bounds, 0 added holes, 362 changed sides, 724 changed coefficients
2.59/2.62	c  39401 implications, 0 cliques
2.59/2.62	c presolved problem has 43446 variables (26239 bin, 0 int, 0 impl, 17207 cont) and 43045 constraints
2.59/2.62	c   17207 constraints of type <indicator>
2.59/2.62	c       1 constraints of type <varbound>
2.59/2.62	c     272 constraints of type <knapsack>
2.59/2.62	c   17206 constraints of type <linear>
2.59/2.62	c    8359 constraints of type <logicor>
2.59/2.62	c transformed objective value is always integral (scale: 1)
2.59/2.62	c Presolving Time: 2.18
2.59/2.62	c - non default parameters ----------------------------------------------------------------------
2.59/2.62	c # SCIP version 1.2.1.2
2.59/2.62	c 
2.59/2.62	c # frequency for displaying node information lines
2.59/2.62	c # [type: int, range: [-1,2147483647], default: 100]
2.59/2.62	c display/freq = 10000
2.59/2.62	c 
2.59/2.62	c # maximal time in seconds to run
2.59/2.62	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
2.59/2.62	c limits/time = 1799.74
2.59/2.62	c 
2.59/2.62	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
2.59/2.62	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
2.59/2.62	c limits/memory = 3420
2.59/2.62	c 
2.59/2.62	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
2.59/2.62	c # [type: int, range: [-1,2147483647], default: 1]
2.59/2.62	c lp/solvefreq = -1
2.59/2.62	c 
2.59/2.62	c # should presolving try to simplify inequalities
2.59/2.62	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
2.59/2.62	c constraints/linear/simplifyinequalities = TRUE
2.59/2.62	c 
2.59/2.62	c # should presolving try to simplify knapsacks
2.59/2.62	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
2.59/2.62	c constraints/knapsack/simplifyinequalities = TRUE
2.59/2.62	c 
2.59/2.62	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
2.59/2.62	c # [type: int, range: [-1,2147483647], default: -1]
2.59/2.62	c separating/rapidlearning/freq = 0
2.59/2.62	c 
2.59/2.62	c -----------------------------------------------------------------------------------------------
2.59/2.62	c start solving
2.59/2.63	c 
2.69/2.71	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
2.69/2.71	c   2.4s|     1 |     2 |     0 |     - | 133M|   0 |   - |  43k|  43k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
124.40/124.44	c   124s| 10000 | 10001 |     0 |   0.0 | 141M| 195 |   - |  43k|  43k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
259.70/259.78	c   259s| 20000 | 19999 |     0 |   0.0 | 150M| 195 |   - |  43k|  43k|   0 |   0 |   0 |   1 |   0 | 0.000000e+00 |      --      |    Inf 
394.80/394.87	c   394s| 30000 | 29999 |     0 |   0.0 | 157M| 195 |   - |  43k|  43k|   0 |   0 |   0 |   1 |   0 | 0.000000e+00 |      --      |    Inf 
530.20/530.28	c   529s| 40000 | 39999 |     0 |   0.0 | 165M| 195 |   - |  43k|  43k|   0 |   0 |   0 |   1 |   0 | 0.000000e+00 |      --      |    Inf 
665.70/665.71	c   664s| 50000 | 49999 |     0 |   0.0 | 173M| 195 |   - |  43k|  43k|   0 |   0 |   0 |   1 |   0 | 0.000000e+00 |      --      |    Inf 
800.81/800.88	c   799s| 60000 | 59999 |     0 |   0.0 | 181M| 195 |   - |  43k|  43k|   0 |   0 |   0 |   1 |   0 | 0.000000e+00 |      --      |    Inf 
936.60/936.62	c   935s| 70000 | 69999 |     0 |   0.0 | 188M| 195 |   - |  43k|  43k|   0 |   0 |   0 |   1 |   0 | 0.000000e+00 |      --      |    Inf 
1072.20/1072.25	c  1070s| 80000 | 79999 |     0 |   0.0 | 195M| 195 |   - |  43k|  43k|   0 |   0 |   0 |   1 |   0 | 0.000000e+00 |      --      |    Inf 
1256.61/1256.63	c  1254s| 90000 | 89999 |     0 |   0.0 | 203M| 195 |   - |  43k|  43k|   0 |   0 |   0 |   1 |   0 | 0.000000e+00 |      --      |    Inf 
1453.11/1453.17	c  1450s|100000 | 99999 |     0 |   0.0 | 210M| 289 |   - |  43k|  43k|   0 |   0 |   0 |   1 |   0 | 0.000000e+00 |      --      |    Inf 
1651.61/1651.67	c  1647s|110000 |109996 |     0 |   0.0 | 217M| 289 |   - |  43k|  43k|   0 |   0 |   0 |   1 |   0 | 0.000000e+00 |      --      |    Inf 
1800.02/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.02/1800.02	c 
1800.02/1800.02	c SCIP Status        : solving was interrupted [user interrupt]
1800.02/1800.02	c Solving Time (sec) : 1795.29
1800.02/1800.02	c Solving Nodes      : 117436
1800.02/1800.02	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.02/1800.02	c Dual Bound         : +0.00000000000000e+00
1800.02/1800.02	c Gap                : infinite
1800.02/1800.02	s UNKNOWN
1800.02/1800.02	c SCIP Status        : solving was interrupted [user interrupt]
1800.02/1800.02	c Solving Time       :    1795.29
1800.02/1800.02	c Original Problem   :
1800.02/1800.02	c   Problem name     : HOME/instance-2693622-1277913329.wbo
1800.02/1800.02	c   Variables        : 43487 (26279 binary, 0 integer, 0 implicit integer, 17208 continuous)
1800.02/1800.02	c   Constraints      : 43123 initial, 43123 maximal
1800.02/1800.02	c Presolved Problem  :
1800.02/1800.02	c   Problem name     : t_HOME/instance-2693622-1277913329.wbo
1800.02/1800.02	c   Variables        : 43446 (26239 binary, 0 integer, 0 implicit integer, 17207 continuous)
1800.02/1800.02	c   Constraints      : 43045 initial, 43046 maximal
1800.02/1800.02	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.02/1800.02	c   trivial          :       0.02          0          0          0          0          0          0          0          0
1800.02/1800.02	c   dualfix          :       0.00          2          0          0          0          0          0          0          0
1800.02/1800.02	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.02	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.02	c   implics          :       0.00          0         37          0          0          0          0          0          0
1800.02/1800.02	c   probing          :       1.82          0          1          0          0          0          0          0          0
1800.02/1800.02	c   indicator        :       0.01          0          0          0          0          0          1          0          0
1800.02/1800.02	c   varbound         :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.02	c   knapsack         :       0.01          0          0          0          0          0          0          0          0
1800.02/1800.02	c   linear           :       0.20          0          1          0      17207          0         77        362        724
1800.02/1800.02	c   logicor          :       0.02          0          0          0          0          0          0          0          0
1800.02/1800.02	c   root node        :          -          0          -          -          0          -          -          -          -
1800.02/1800.02	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.02/1800.02	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.02/1800.02	c   indicator        :      17207          0     400224          0     117434          0       6469          0          0          0
1800.02/1800.02	c   varbound         :          1          0     400224          0     117434          0          0          0          0          0
1800.02/1800.02	c   knapsack         :        272          0     400224          0     117434          0          1          0          0          0
1800.02/1800.02	c   linear           :      17206          0     400224          0     117434          0       6469          0          0          0
1800.02/1800.02	c   logicor          :       8359+         0     326158          0     117434          2     749621          0          0          0
1800.02/1800.02	c   countsols        :          0          0          0          0     117434          0          0          0          0          0
1800.02/1800.02	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.02/1800.02	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.02/1800.02	c   indicator        :     505.88       0.00     188.43       0.00     317.45
1800.02/1800.02	c   varbound         :       0.40       0.00       0.29       0.00       0.11
1800.02/1800.02	c   knapsack         :       4.68       0.00       4.31       0.00       0.37
1800.02/1800.02	c   linear           :     188.79       0.00     188.47       0.00       0.32
1800.02/1800.02	c   logicor          :     230.37       0.00       5.30       0.00     225.07
1800.02/1800.02	c   countsols        :       0.03       0.00       0.00       0.00       0.03
1800.02/1800.02	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.02/1800.02	c   vbounds          :       0.10          2          0          0
1800.02/1800.02	c   rootredcost      :       0.24          0          0          0
1800.02/1800.02	c   pseudoobj        :     329.79     399431          0          0
1800.02/1800.02	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.02/1800.02	c   propagation      :       0.00          2          1          1        3.0          0        0.0          -
1800.02/1800.02	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.02	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.02	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.02	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.02/1800.02	c   applied globally :          -          -          -          1        3.0          -          -          -
1800.02/1800.02	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.02/1800.02	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.02/1800.02	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.02/1800.02	c   redcost          :       0.00          0          0          0          0          0
1800.02/1800.02	c   impliedbounds    :       0.00          0          0          0          0          0
1800.02/1800.02	c   intobj           :       0.00          0          0          0          0          0
1800.02/1800.02	c   cgmip            :       0.00          0          0          0          0          0
1800.02/1800.02	c   gomory           :       0.00          0          0          0          0          0
1800.02/1800.02	c   strongcg         :       0.00          0          0          0          0          0
1800.02/1800.02	c   cmir             :       0.00          0          0          0          0          0
1800.02/1800.02	c   flowcover        :       0.00          0          0          0          0          0
1800.02/1800.02	c   clique           :       0.00          0          0          0          0          0
1800.02/1800.02	c   zerohalf         :       0.00          0          0          0          0          0
1800.02/1800.02	c   mcf              :       0.00          0          0          0          0          0
1800.02/1800.02	c   rapidlearning    :       0.00          0          0          0          0          0
1800.02/1800.02	c Pricers            :       Time      Calls       Vars
1800.02/1800.02	c   problem variables:       0.00          0          0
1800.02/1800.02	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.02/1800.02	c   relpscost        :       0.00          0          0          0          0          0          0
1800.02/1800.02	c   pscost           :       0.00          0          0          0          0          0          0
1800.02/1800.02	c   inference        :     521.35     117434          0          0          0          0     234868
1800.02/1800.02	c   mostinf          :       0.00          0          0          0          0          0          0
1800.02/1800.02	c   leastinf         :       0.00          0          0          0          0          0          0
1800.02/1800.02	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.02/1800.02	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.02/1800.02	c   random           :       0.00          0          0          0          0          0          0
1800.02/1800.02	c Primal Heuristics  :       Time      Calls      Found
1800.02/1800.02	c   LP solutions     :       0.00          -          0
1800.02/1800.02	c   pseudo solutions :       0.00          -          0
1800.02/1800.02	c   oneopt           :       0.03          0          0
1800.02/1800.02	c   trivial          :       0.10          2          0
1800.02/1800.02	c   simplerounding   :       0.00          0          0
1800.02/1800.02	c   zirounding       :       0.00          0          0
1800.02/1800.02	c   rounding         :       0.00          0          0
1800.02/1800.02	c   shifting         :       0.00          0          0
1800.02/1800.02	c   intshifting      :       0.00          0          0
1800.02/1800.02	c   twoopt           :       0.00          0          0
1800.02/1800.02	c   fixandinfer      :       0.00          0          0
1800.02/1800.02	c   feaspump         :       0.00          0          0
1800.02/1800.02	c   coefdiving       :       0.00          0          0
1800.02/1800.02	c   pscostdiving     :       0.00          0          0
1800.02/1800.02	c   fracdiving       :       0.00          0          0
1800.02/1800.02	c   veclendiving     :       0.00          0          0
1800.02/1800.02	c   intdiving        :       0.00          0          0
1800.02/1800.02	c   actconsdiving    :       0.00          0          0
1800.02/1800.02	c   objpscostdiving  :       0.00          0          0
1800.02/1800.02	c   rootsoldiving    :       0.00          0          0
1800.02/1800.02	c   linesearchdiving :       0.00          0          0
1800.02/1800.02	c   guideddiving     :       0.00          0          0
1800.02/1800.02	c   octane           :       0.00          0          0
1800.02/1800.02	c   rens             :       0.00          0          0
1800.02/1800.02	c   rins             :       0.00          0          0
1800.02/1800.02	c   localbranching   :       0.00          0          0
1800.02/1800.02	c   mutation         :       0.00          0          0
1800.02/1800.02	c   crossover        :       0.00          0          0
1800.02/1800.02	c   dins             :       0.00          0          0
1800.02/1800.02	c   undercover       :       0.00          0          0
1800.02/1800.02	c   nlp              :       0.09          0          0
1800.02/1800.02	c   trysol           :       0.05          1          0
1800.02/1800.02	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.02/1800.02	c   primal LP        :       0.00          0          0       0.00          -
1800.02/1800.02	c   dual LP          :       0.00          0          0       0.00          -
1800.02/1800.02	c   lex dual LP      :       0.00          0          0       0.00          -
1800.02/1800.02	c   barrier LP       :       0.00          0          0       0.00          -
1800.02/1800.02	c   diving/probing LP:       0.00          0          0       0.00          -
1800.02/1800.02	c   strong branching :       0.00          0          0       0.00          -
1800.02/1800.02	c     (at root node) :          -          0          0       0.00          -
1800.02/1800.02	c   conflict analysis:       0.00          0          0       0.00          -
1800.02/1800.02	c B&B Tree           :
1800.02/1800.02	c   number of runs   :          1
1800.02/1800.02	c   nodes            :     117436
1800.02/1800.02	c   nodes (total)    :     117436
1800.02/1800.02	c   nodes left       :     117431
1800.02/1800.02	c   max depth        :        289
1800.02/1800.02	c   max depth (total):        289
1800.02/1800.02	c   backtracks       :       1020 (0.9%)
1800.02/1800.02	c   delayed cutoffs  :          2
1800.02/1800.02	c   repropagations   :         12 (20 domain reductions, 0 cutoffs)
1800.02/1800.02	c   avg switch length:       2.48
1800.02/1800.02	c   switching time   :       5.35
1800.02/1800.02	c Solution           :
1800.02/1800.02	c   Solutions found  :          0 (0 improvements)
1800.02/1800.02	c   Primal Bound     :          -
1800.02/1800.02	c   Dual Bound       : +0.00000000000000e+00
1800.02/1800.02	c   Gap              :   infinite
1800.02/1800.02	c   Root Dual Bound  : +0.00000000000000e+00
1800.02/1800.02	c   Root Iterations  :          0
1800.31/1800.38	c Time complete: 1800.4.

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-2693622-1277913329/watcher-2693622-1277913329 -o /tmp/evaluation-result-2693622-1277913329/solver-2693622-1277913329 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693622-1277913329.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 24723
/proc/meminfo: memFree=30913160/32951124 swapFree=67111528/67111528
[pid=24723] ppid=24721 vsize=8168 CPUtime=0
/proc/24723/stat : 24723 (pbscip.linux.x8) R 24721 24723 24698 0 -1 4202496 1547 0 0 0 0 0 0 0 22 0 1 0 164972532 8364032 1469 4089446400 4194304 7136930 140734186145008 18446744073709551615 6328631 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/24723/statm: 2042 1469 275 719 0 1321 0

[startup+0.103801 s]
/proc/loadavg: 1.92 1.98 1.99 4/178 24723
/proc/meminfo: memFree=30913160/32951124 swapFree=67111528/67111528
[pid=24723] ppid=24721 vsize=31568 CPUtime=0.1
/proc/24723/stat : 24723 (pbscip.linux.x8) R 24721 24723 24698 0 -1 4202496 7412 0 0 0 9 1 0 0 22 0 1 0 164972532 32325632 7316 4089446400 4194304 7136930 140734186145008 18446744073709551615 6166784 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/24723/statm: 7892 7316 275 719 0 7171 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 31568

[startup+0.200785 s]
/proc/loadavg: 1.92 1.98 1.99 4/178 24723
/proc/meminfo: memFree=30913160/32951124 swapFree=67111528/67111528
[pid=24723] ppid=24721 vsize=51688 CPUtime=0.19
/proc/24723/stat : 24723 (pbscip.linux.x8) R 24721 24723 24698 0 -1 4202496 12430 0 0 0 18 1 0 0 22 0 1 0 164972532 52928512 12334 4089446400 4194304 7136930 140734186145008 18446744073709551615 5655157 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/24723/statm: 12922 12334 275 719 0 12201 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 51688

[startup+0.300778 s]
/proc/loadavg: 1.92 1.98 1.99 4/178 24723
/proc/meminfo: memFree=30913160/32951124 swapFree=67111528/67111528
[pid=24723] ppid=24721 vsize=95164 CPUtime=0.29
/proc/24723/stat : 24723 (pbscip.linux.x8) R 24721 24723 24698 0 -1 4202496 23548 0 0 0 26 3 0 0 22 0 1 0 164972532 97447936 23062 4089446400 4194304 7136930 140734186145008 18446744073709551615 4682883 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/24723/statm: 23791 23063 286 719 0 23070 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 95164

[startup+0.7007 s]
/proc/loadavg: 1.92 1.98 1.99 4/178 24723
/proc/meminfo: memFree=30913160/32951124 swapFree=67111528/67111528
[pid=24723] ppid=24721 vsize=161136 CPUtime=0.69
/proc/24723/stat : 24723 (pbscip.linux.x8) R 24721 24723 24698 0 -1 4202496 41434 0 0 0 63 6 0 0 24 0 1 0 164972532 165003264 38669 4089446400 4194304 7136930 140734186145008 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/24723/statm: 40284 38669 376 719 0 39563 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 161136

[startup+1.50057 s]
/proc/loadavg: 1.92 1.98 1.99 3/179 24726
/proc/meminfo: memFree=30749860/32951124 swapFree=67111528/67111528
[pid=24723] ppid=24721 vsize=172084 CPUtime=1.49
/proc/24723/stat : 24723 (pbscip.linux.x8) R 24721 24723 24698 0 -1 4202496 45117 0 0 0 141 8 0 0 25 0 1 0 164972532 176214016 41208 4089446400 4194304 7136930 140734186145008 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/24723/statm: 43021 41208 390 719 0 42300 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 172084

[startup+3.10031 s]
/proc/loadavg: 1.92 1.98 1.99 3/179 24726
/proc/meminfo: memFree=30748868/32951124 swapFree=67111528/67111528
[pid=24723] ppid=24721 vsize=175624 CPUtime=3.09
/proc/24723/stat : 24723 (pbscip.linux.x8) R 24721 24723 24698 0 -1 4202496 46540 0 0 0 301 8 0 0 25 0 1 0 164972532 179838976 41856 4089446400 4194304 7136930 140734186145008 18446744073709551615 4436406 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/24723/statm: 43906 41856 407 719 0 43185 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 175624

[startup+6.30076 s]
/proc/loadavg: 1.93 1.98 1.99 3/179 24726
/proc/meminfo: memFree=30747116/32951124 swapFree=67111528/67111528
[pid=24723] ppid=24721 vsize=175624 CPUtime=6.3
/proc/24723/stat : 24723 (pbscip.linux.x8) R 24721 24723 24698 0 -1 4202496 46544 0 0 0 621 9 0 0 25 0 1 0 164972532 179838976 41859 4089446400 4194304 7136930 140734186145008 18446744073709551615 5005155 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/24723/statm: 43906 41859 406 719 0 43185 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 175624

[startup+12.7007 s]
/proc/loadavg: 1.93 1.98 1.99 3/179 24726
/proc/meminfo: memFree=30746948/32951124 swapFree=67111528/67111528
[pid=24723] ppid=24721 vsize=175896 CPUtime=12.69
/proc/24723/stat : 24723 (pbscip.linux.x8) R 24721 24723 24698 0 -1 4202496 46611 0 0 0 1260 9 0 0 25 0 1 0 164972532 180117504 41926 4089446400 4194304 7136930 140734186145008 18446744073709551615 4407837 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/24723/statm: 43974 41926 406 719 0 43253 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 175896

[startup+25.5005 s]
/proc/loadavg: 1.95 1.98 1.99 3/179 24726
/proc/meminfo: memFree=30746492/32951124 swapFree=67111528/67111528
[pid=24723] ppid=24721 vsize=176988 CPUtime=25.49
/proc/24723/stat : 24723 (pbscip.linux.x8) R 24721 24723 24698 0 -1 4202496 46899 0 0 0 2537 12 0 0 25 0 1 0 164972532 181235712 42214 4089446400 4194304 7136930 140734186145008 18446744073709551615 4983090 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/24723/statm: 44247 42214 406 719 0 43526 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 176988

[startup+51.1003 s]
/proc/loadavg: 1.96 1.98 1.99 3/179 24726
/proc/meminfo: memFree=30743044/32951124 swapFree=67111528/67111528
[pid=24723] ppid=24721 vsize=180260 CPUtime=51.09
/proc/24723/stat : 24723 (pbscip.linux.x8) R 24721 24723 24698 0 -1 4202496 47726 0 0 0 5092 17 0 0 25 0 1 0 164972532 184586240 43041 4089446400 4194304 7136930 140734186145008 18446744073709551615 4697388 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/24723/statm: 45065 43041 406 719 0 44344 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 180260

[startup+102.301 s]
/proc/loadavg: 1.98 1.98 1.99 3/179 24728
/proc/meminfo: memFree=30738904/32951124 swapFree=67111528/67111528
[pid=24723] ppid=24721 vsize=183804 CPUtime=102.3
/proc/24723/stat : 24723 (pbscip.linux.x8) R 24721 24723 24698 0 -1 4202496 48639 0 0 0 10204 26 0 0 25 0 1 0 164972532 188215296 43954 4089446400 4194304 7136930 140734186145008 18446744073709551615 4436359 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/24723/statm: 45951 43954 406 719 0 45230 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 183804

[startup+162.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 24730
/proc/meminfo: memFree=30733984/32951124 swapFree=67111528/67111528
[pid=24723] ppid=24721 vsize=187512 CPUtime=162.3
/proc/24723/stat : 24723 (pbscip.linux.x8) R 24721 24723 24698 0 -1 4202496 49571 0 0 0 16192 38 0 0 25 0 1 0 164972532 192012288 44886 4089446400 4194304 7136930 140734186145008 18446744073709551615 4827501 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/24723/statm: 46878 44886 410 719 0 46157 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 187512

[startup+222.307 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 24730
/proc/meminfo: memFree=30728480/32951124 swapFree=67111528/67111528
[pid=24723] ppid=24721 vsize=192628 CPUtime=222.3
/proc/24723/stat : 24723 (pbscip.linux.x8) R 24721 24723 24698 0 -1 4202496 50851 0 0 0 22180 50 0 0 25 0 1 0 164972532 197251072 46166 4089446400 4194304 7136930 140734186145008 18446744073709551615 5892267 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/24723/statm: 48157 46166 410 719 0 47436 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 192628

[startup+282.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 24732
/proc/meminfo: memFree=30724192/32951124 swapFree=67111528/67111528
[pid=24723] ppid=24721 vsize=196432 CPUtime=282.3
/proc/24723/stat : 24723 (pbscip.linux.x8) R 24721 24723 24698 0 -1 4202496 51814 0 0 0 28168 62 0 0 25 0 1 0 164972532 201146368 47129 4089446400 4194304 7136930 140734186145008 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/24723/statm: 49108 47129 410 719 0 48387 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 196432

[startup+342.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 24743
/proc/meminfo: memFree=30717544/32951124 swapFree=67111528/67111528
[pid=24723] ppid=24721 vsize=198644 CPUtime=342.29
/proc/24723/stat : 24723 (pbscip.linux.x8) R 24721 24723 24698 0 -1 4202496 52409 0 0 0 34159 70 0 0 25 0 1 0 164972532 203411456 47724 4089446400 4194304 7136930 140734186145008 18446744073709551615 4697127 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/24723/statm: 49661 47724 410 719 0 48940 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 198644

[startup+402.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 24745
/proc/meminfo: memFree=30710700/32951124 swapFree=67111528/67111528
[pid=24723] ppid=24721 vsize=203948 CPUtime=402.29
/proc/24723/stat : 24723 (pbscip.linux.x8) R 24721 24723 24698 0 -1 4202496 53752 0 0 0 40150 79 0 0 25 0 1 0 164972532 208842752 49067 4089446400 4194304 7136930 140734186145008 18446744073709551615 4697566 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/24723/statm: 50987 49067 410 719 0 50266 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 203948

[startup+462.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 24747
/proc/meminfo: memFree=30704684/32951124 swapFree=67111528/67111528
[pid=24723] ppid=24721 vsize=209776 CPUtime=462.3
/proc/24723/stat : 24723 (pbscip.linux.x8) R 24721 24723 24698 0 -1 4202496 55199 0 0 0 46139 91 0 0 25 0 1 0 164972532 214810624 50514 4089446400 4194304 7136930 140734186145008 18446744073709551615 4643170 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/24723/statm: 52444 50514 410 719 0 51723 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 209776

[startup+522.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 24747
/proc/meminfo: memFree=30701268/32951124 swapFree=67111528/67111528
[pid=24723] ppid=24721 vsize=212812 CPUtime=522.3
/proc/24723/stat : 24723 (pbscip.linux.x8) R 24721 24723 24698 0 -1 4202496 56006 0 0 0 52129 101 0 0 25 0 1 0 164972532 217919488 51321 4089446400 4194304 7136930 140734186145008 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/24723/statm: 53203 51321 410 719 0 52482 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 212812

[startup+582.3 s]
/proc/loadavg: 2.04 2.00 2.00 3/179 24749
/proc/meminfo: memFree=30699988/32951124 swapFree=67111528/67111528
[pid=24723] ppid=24721 vsize=214064 CPUtime=582.3
/proc/24723/stat : 24723 (pbscip.linux.x8) R 24721 24723 24698 0 -1 4202496 56305 0 0 0 58117 113 0 0 25 0 1 0 164972532 219201536 51620 4089446400 4194304 7136930 140734186145008 18446744073709551615 5507289 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/24723/statm: 53516 51620 410 719 0 52795 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 214064

[startup+642.301 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 24751
/proc/meminfo: memFree=30692976/32951124 swapFree=67111528/67111528
[pid=24723] ppid=24721 vsize=219280 CPUtime=642.31
/proc/24723/stat : 24723 (pbscip.linux.x8) R 24721 24723 24698 0 -1 4202496 57633 0 0 0 64107 124 0 0 25 0 1 0 164972532 224542720 52948 4089446400 4194304 7136930 140734186145008 18446744073709551615 4696948 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/24723/statm: 54820 52948 410 719 0 54099 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 219280

[startup+702.301 s]

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

[startup+882.307 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 24757
/proc/meminfo: memFree=30676540/32951124 swapFree=67111528/67111528
[pid=24723] ppid=24721 vsize=235168 CPUtime=882.31
/proc/24723/stat : 24723 (pbscip.linux.x8) R 24721 24723 24698 0 -1 4202496 61154 0 0 0 88067 164 0 0 25 0 1 0 164972532 240812032 56469 4089446400 4194304 7136930 140734186145008 18446744073709551615 5005110 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/24723/statm: 58792 56469 410 719 0 58071 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 235168

[startup+942.301 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 24759
/proc/meminfo: memFree=30673656/32951124 swapFree=67111528/67111528
[pid=24723] ppid=24721 vsize=237864 CPUtime=942.31
/proc/24723/stat : 24723 (pbscip.linux.x8) R 24721 24723 24698 0 -1 4202496 61850 0 0 0 94054 177 0 0 25 0 1 0 164972532 243572736 57165 4089446400 4194304 7136930 140734186145008 18446744073709551615 5507419 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/24723/statm: 59466 57165 410 719 0 58745 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 237864

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24761
/proc/meminfo: memFree=30668396/32951124 swapFree=67111528/67111528
[pid=24723] ppid=24721 vsize=242744 CPUtime=1002.31
/proc/24723/stat : 24723 (pbscip.linux.x8) R 24721 24723 24698 0 -1 4202496 63097 0 0 0 100044 187 0 0 25 0 1 0 164972532 248569856 58412 4089446400 4194304 7136930 140734186145008 18446744073709551615 4697127 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/24723/statm: 60686 58412 410 719 0 59965 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 242744

[startup+1062.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 24763
/proc/meminfo: memFree=30667096/32951124 swapFree=67111528/67111528
[pid=24723] ppid=24721 vsize=243652 CPUtime=1062.31
/proc/24723/stat : 24723 (pbscip.linux.x8) R 24721 24723 24698 0 -1 4202496 63340 0 0 0 106033 198 0 0 25 0 1 0 164972532 249499648 58655 4089446400 4194304 7136930 140734186145008 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/24723/statm: 60913 58655 410 719 0 60192 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 243652

[startup+1122.3 s]
/proc/loadavg: 1.95 1.99 1.99 3/179 24898
/proc/meminfo: memFree=30973196/32951124 swapFree=67111528/67111528
[pid=24723] ppid=24721 vsize=246736 CPUtime=1122.31
/proc/24723/stat : 24723 (pbscip.linux.x8) R 24721 24723 24698 0 -1 4202496 64127 0 0 0 112017 214 0 0 25 0 1 0 164972532 252657664 59442 4089446400 4194304 7136930 140734186145008 18446744073709551615 4697127 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/24723/statm: 61684 59442 410 719 0 60963 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 246736

[startup+1182.3 s]
/proc/loadavg: 1.98 1.99 1.99 3/179 24900
/proc/meminfo: memFree=30937992/32951124 swapFree=67111528/67111528
[pid=24723] ppid=24721 vsize=248668 CPUtime=1182.31
/proc/24723/stat : 24723 (pbscip.linux.x8) R 24721 24723 24698 0 -1 4202496 64624 0 0 0 117996 235 0 0 25 0 1 0 164972532 254636032 59939 4089446400 4194304 7136930 140734186145008 18446744073709551615 5507419 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24723/statm: 62167 59939 410 719 0 61446 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 248668

[startup+1242.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/179 24929
/proc/meminfo: memFree=30922632/32951124 swapFree=67111528/67111528
[pid=24723] ppid=24721 vsize=251576 CPUtime=1242.3
/proc/24723/stat : 24723 (pbscip.linux.x8) R 24721 24723 24698 0 -1 4202496 65366 0 0 0 123975 255 0 0 25 0 1 0 164972532 257613824 60681 4089446400 4194304 7136930 140734186145008 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24723/statm: 62894 60681 410 719 0 62173 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 251576

[startup+1302.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/179 24931
/proc/meminfo: memFree=30904844/32951124 swapFree=67111528/67111528
[pid=24723] ppid=24721 vsize=254196 CPUtime=1302.31
/proc/24723/stat : 24723 (pbscip.linux.x8) R 24721 24723 24698 0 -1 4202496 66041 0 0 0 129953 278 0 0 25 0 1 0 164972532 260296704 61356 4089446400 4194304 7136930 140734186145008 18446744073709551615 4983090 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24723/statm: 63549 61356 410 719 0 62828 0
Current children cumulated CPU time (s) 1302.31
Current children cumulated vsize (KiB) 254196

[startup+1362.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/179 24933
/proc/meminfo: memFree=30888804/32951124 swapFree=67111528/67111528
[pid=24723] ppid=24721 vsize=256272 CPUtime=1362.31
/proc/24723/stat : 24723 (pbscip.linux.x8) R 24721 24723 24698 0 -1 4202496 66543 0 0 0 135933 298 0 0 25 0 1 0 164972532 262422528 61858 4089446400 4194304 7136930 140734186145008 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24723/statm: 64068 61858 410 719 0 63347 0
Current children cumulated CPU time (s) 1362.31
Current children cumulated vsize (KiB) 256272

[startup+1422.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/179 24933
/proc/meminfo: memFree=30871036/32951124 swapFree=67111528/67111528
[pid=24723] ppid=24721 vsize=259316 CPUtime=1422.31
/proc/24723/stat : 24723 (pbscip.linux.x8) R 24721 24723 24698 0 -1 4202496 67317 0 0 0 141911 320 0 0 25 0 1 0 164972532 265539584 62632 4089446400 4194304 7136930 140734186145008 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24723/statm: 64829 62632 410 719 0 64108 0
Current children cumulated CPU time (s) 1422.31
Current children cumulated vsize (KiB) 259316

[startup+1482.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/179 24935
/proc/meminfo: memFree=30857608/32951124 swapFree=67111528/67111528
[pid=24723] ppid=24721 vsize=260424 CPUtime=1482.31
/proc/24723/stat : 24723 (pbscip.linux.x8) R 24721 24723 24698 0 -1 4202496 67612 0 0 0 147891 340 0 0 25 0 1 0 164972532 266674176 62927 4089446400 4194304 7136930 140734186145008 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24723/statm: 65106 62927 410 719 0 64385 0
Current children cumulated CPU time (s) 1482.31
Current children cumulated vsize (KiB) 260424

[startup+1542.31 s]
/proc/loadavg: 1.99 1.99 1.99 3/179 24937
/proc/meminfo: memFree=30839080/32951124 swapFree=67111528/67111528
[pid=24723] ppid=24721 vsize=263412 CPUtime=1542.31
/proc/24723/stat : 24723 (pbscip.linux.x8) R 24721 24723 24698 0 -1 4202496 68368 0 0 0 153872 359 0 0 25 0 1 0 164972532 269733888 63683 4089446400 4194304 7136930 140734186145008 18446744073709551615 4407911 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24723/statm: 65853 63683 410 719 0 65132 0
Current children cumulated CPU time (s) 1542.31
Current children cumulated vsize (KiB) 263412

[startup+1602.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/179 24939
/proc/meminfo: memFree=30820940/32951124 swapFree=67111528/67111528
[pid=24723] ppid=24721 vsize=265264 CPUtime=1602.32
/proc/24723/stat : 24723 (pbscip.linux.x8) R 24721 24723 24698 0 -1 4202496 68837 0 0 0 159850 382 0 0 25 0 1 0 164972532 271630336 64152 4089446400 4194304 7136930 140734186145008 18446744073709551615 4983090 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24723/statm: 66316 64152 410 719 0 65595 0
Current children cumulated CPU time (s) 1602.32
Current children cumulated vsize (KiB) 265264

[startup+1662.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/179 24941
/proc/meminfo: memFree=30805420/32951124 swapFree=67111528/67111528
[pid=24723] ppid=24721 vsize=268344 CPUtime=1662.31
/proc/24723/stat : 24723 (pbscip.linux.x8) R 24721 24723 24698 0 -1 4202496 69636 0 0 0 165830 401 0 0 25 0 1 0 164972532 274784256 64951 4089446400 4194304 7136930 140734186145008 18446744073709551615 5507419 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24723/statm: 67086 64951 410 719 0 66365 0
Current children cumulated CPU time (s) 1662.31
Current children cumulated vsize (KiB) 268344

[startup+1722.3 s]
/proc/loadavg: 2.08 2.02 2.00 3/179 24941
/proc/meminfo: memFree=30789880/32951124 swapFree=67111528/67111528
[pid=24723] ppid=24721 vsize=269600 CPUtime=1722.32
/proc/24723/stat : 24723 (pbscip.linux.x8) R 24721 24723 24698 0 -1 4202496 69973 0 0 0 171808 424 0 0 25 0 1 0 164972532 276070400 65288 4089446400 4194304 7136930 140734186145008 18446744073709551615 4697127 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24723/statm: 67400 65288 410 719 0 66679 0
Current children cumulated CPU time (s) 1722.32
Current children cumulated vsize (KiB) 269600

[startup+1782.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 24943
/proc/meminfo: memFree=30773232/32951124 swapFree=67111528/67111528
[pid=24723] ppid=24721 vsize=270488 CPUtime=1782.32
/proc/24723/stat : 24723 (pbscip.linux.x8) R 24721 24723 24698 0 -1 4202496 70207 0 0 0 177786 446 0 0 25 0 1 0 164972532 276979712 65522 4089446400 4194304 7136930 140734186145008 18446744073709551615 4697127 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24723/statm: 67622 65522 410 719 0 66901 0
Current children cumulated CPU time (s) 1782.32
Current children cumulated vsize (KiB) 270488



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 24943
/proc/meminfo: memFree=30769868/32951124 swapFree=67111528/67111528
[pid=24723] ppid=24721 vsize=271136 CPUtime=1800.02
/proc/24723/stat : 24723 (pbscip.linux.x8) R 24721 24723 24698 0 -1 4202496 70373 0 0 0 179551 451 0 0 25 0 1 0 164972532 277643264 65688 4089446400 4194304 7136930 140734186145008 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24723/statm: 67784 65688 410 719 0 67063 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 271136

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

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

[startup+1800.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 24943
/proc/meminfo: memFree=30769868/32951124 swapFree=67111528/67111528
[pid=24723] ppid=24721 vsize=200248 CPUtime=1800.31
/proc/24723/stat : 24723 (pbscip.linux.x8) R 24721 24723 24698 0 -1 4202496 70379 0 0 0 179580 451 0 0 25 0 1 0 164972532 205053952 48084 4089446400 4194304 7136930 140734186145008 18446744073709551615 6360983 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/24723/statm: 49997 48084 416 719 0 49276 0
Current children cumulated CPU time (s) 1800.31
Current children cumulated vsize (KiB) 200248

Child status: 0
Real time (s): 1800.38
CPU time (s): 1800.41
CPU user time (s): 1795.88
CPU system time (s): 4.52431
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 271136

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

runsolver used 2.56061 second user time and 6.00809 second system time

The end

Launcher Data

Begin job on node118 at 2010-06-30 17:55:30
IDJOB=2693622
IDBENCH=79013
IDSOLVER=1206
FILE ID=node118/2693622-1277913329
PBS_JOBID= 11197314
Free space on /tmp= 74208 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/normalized-ooo.tag10.ucl--soft-33-100-0.wbo
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.none -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2693622-1277913329/watcher-2693622-1277913329 -o /tmp/evaluation-result-2693622-1277913329/solver-2693622-1277913329 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693622-1277913329.wbo -t 1800 -m 3800

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

MD5SUM BENCH= d8e7fa9590f436b33ef13e9171ac617f
RANDOM SEED=487349547

node118.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.791
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.58
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.791
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.75
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.791
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.76
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.791
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.791
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.791
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.83
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.791
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.791
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	: 5448.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30913564 kB
Buffers:        199204 kB
Cached:        1302032 kB
SwapCached:          0 kB
Active:         868064 kB
Inactive:      1025868 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30913564 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3956 kB
Writeback:           0 kB
AnonPages:      392760 kB
Mapped:          17132 kB
Slab:            79004 kB
PageTables:       5392 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   543172 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 node118 at 2010-06-30 18:25:32