Trace number 2663787

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SCIPnone SCIP 1.2.1.2 without any LP solver? (TO) 1800.97 1801.43

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_500_25_5.opb
MD5SUMb1035f5aebd5cbd90440f32e03bdad12
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark39
Best CPU time to get the best result obtained on this benchmark1800.42
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 37
Optimality of the best value was proved NO
Number of variables500
Total number of constraints500
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints500
Minimum length of a constraint26
Maximum length of a constraint48
Number of terms in the objective function 500
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 500
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 500
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)15706
Sum of products size (including duplicates)31412
Number of different products15706
Sum of products size31412

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-2663787-1276658195.opb>
0.09/0.14	c original problem has 16206 variables (16206 bin, 0 int, 0 impl, 0 cont) and 16206 constraints
0.09/0.14	c problem read
0.09/0.14	c presolving settings loaded
0.09/0.14	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.29/0.34	c presolving:
1.39/1.46	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 500 upgd conss, 1059678 impls, 0 clqs
2.39/2.48	c    (2.1s) probing: 101/16206 (0.6%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
2.39/2.48	c    (2.1s) probing aborted: 100/100 successive totally useless probings
2.39/2.48	c presolving (2 rounds):
2.39/2.48	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
2.39/2.48	c  1059678 implications, 0 cliques
2.39/2.48	c presolved problem has 16206 variables (16206 bin, 0 int, 0 impl, 0 cont) and 16206 constraints
2.39/2.48	c   15706 constraints of type <and>
2.39/2.48	c     500 constraints of type <logicor>
2.39/2.48	c transformed objective value is always integral (scale: 1)
2.39/2.48	c Presolving Time: 1.99
2.39/2.48	c - non default parameters ----------------------------------------------------------------------
2.39/2.48	c # SCIP version 1.2.1.2
2.39/2.48	c 
2.39/2.48	c # frequency for displaying node information lines
2.39/2.48	c # [type: int, range: [-1,2147483647], default: 100]
2.39/2.48	c display/freq = 10000
2.39/2.48	c 
2.39/2.48	c # maximal time in seconds to run
2.39/2.48	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
2.39/2.48	c limits/time = 1799.87
2.39/2.48	c 
2.39/2.48	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
2.39/2.48	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
2.39/2.48	c limits/memory = 1620
2.39/2.48	c 
2.39/2.48	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
2.39/2.48	c # [type: int, range: [-1,2147483647], default: 1]
2.39/2.48	c lp/solvefreq = -1
2.39/2.48	c 
2.39/2.48	c # should presolving try to simplify inequalities
2.39/2.48	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
2.39/2.48	c constraints/linear/simplifyinequalities = TRUE
2.39/2.48	c 
2.39/2.48	c # should presolving try to simplify knapsacks
2.39/2.48	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
2.39/2.48	c constraints/knapsack/simplifyinequalities = TRUE
2.39/2.48	c 
2.39/2.48	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
2.39/2.48	c # [type: int, range: [-1,2147483647], default: -1]
2.39/2.48	c heuristics/undercover/freq = 0
2.39/2.48	c 
2.39/2.48	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
2.39/2.48	c # [type: int, range: [-1,2147483647], default: -1]
2.39/2.48	c separating/rapidlearning/freq = 0
2.39/2.48	c 
2.39/2.48	c -----------------------------------------------------------------------------------------------
2.39/2.48	c start solving
2.49/2.50	c 
2.49/2.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
2.49/2.55	c   2.1s|     1 |     2 |     0 |     - |  66M|   0 |   - |  16k|  16k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
148.66/148.74	c   148s| 10000 |  9979 |     0 |   0.0 |  93M| 456 |   - |  16k|  16k|   0 |   0 |   0 |  11 |   0 | 0.000000e+00 |      --      |    Inf 
277.82/277.96	c   277s| 20000 | 19979 |     0 |   0.0 | 115M| 456 |   - |  16k|  16k|   0 |   0 |   0 |  11 |   0 | 0.000000e+00 |      --      |    Inf 
390.40/390.56	c   389s| 30000 | 29979 |     0 |   0.0 | 136M| 456 |   - |  16k|  16k|   0 |   0 |   0 |  11 |   0 | 0.000000e+00 |      --      |    Inf 
488.46/488.60	c   487s| 40000 | 39979 |     0 |   0.0 | 157M| 456 |   - |  16k|  16k|   0 |   0 |   0 |  11 |   0 | 0.000000e+00 |      --      |    Inf 
571.85/572.05	c   570s| 50000 | 49979 |     0 |   0.0 | 179M| 456 |   - |  16k|  16k|   0 |   0 |   0 |  11 |   0 | 0.000000e+00 |      --      |    Inf 
644.03/644.24	c   642s| 60000 | 59979 |     0 |   0.0 | 201M| 456 |   - |  16k|  16k|   0 |   0 |   0 |  11 |   0 | 0.000000e+00 |      --      |    Inf 
746.61/746.82	c   744s| 70000 | 69979 |     0 |   0.0 | 225M| 456 |   - |  16k|  16k|   0 |   0 |   0 |  11 |   0 | 1.000000e+00 |      --      |    Inf 
891.07/891.31	c   888s| 80000 | 79979 |     0 |   0.0 | 248M| 456 |   - |  16k|  16k|   0 |   0 |   0 |  11 |   0 | 1.000000e+00 |      --      |    Inf 
1024.43/1024.79	c  1021s| 90000 | 89979 |     0 |   0.0 | 270M| 456 |   - |  16k|  16k|   0 |   0 |   0 |  11 |   0 | 1.000000e+00 |      --      |    Inf 
1153.51/1153.90	c  1150s|100000 | 99979 |     0 |   0.0 | 293M| 456 |   - |  16k|  16k|   0 |   0 |   0 |  11 |   0 | 1.000000e+00 |      --      |    Inf 
1271.67/1272.06	c  1267s|110000 |109979 |     0 |   0.0 | 314M| 456 |   - |  16k|  16k|   0 |   0 |   0 |  11 |   0 | 1.000000e+00 |      --      |    Inf 
1391.05/1391.42	c  1386s|120000 |119979 |     0 |   0.0 | 336M| 456 |   - |  16k|  16k|   0 |   0 |   0 |  11 |   0 | 1.000000e+00 |      --      |    Inf 
1514.01/1514.44	c  1509s|130000 |129979 |     0 |   0.0 | 359M| 456 |   - |  16k|  16k|   0 |   0 |   0 |  11 |   0 | 1.000000e+00 |      --      |    Inf 
1654.67/1655.15	c  1649s|140000 |139979 |     0 |   0.0 | 382M| 456 |   - |  16k|  16k|   0 |   0 |   0 |  11 |   0 | 1.000000e+00 |      --      |    Inf 
1781.24/1781.76	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1781.24/1781.76	c  1775s|150000 |149979 |     0 |   0.0 | 404M| 456 |   - |  16k|  16k|   0 |   0 |   0 |  11 |   0 | 1.000000e+00 |      --      |    Inf 
1800.05/1800.50	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.05/1800.51	c 
1800.05/1800.51	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.51	c Solving Time (sec) : 1794.04
1800.05/1800.51	c Solving Nodes      : 151321
1800.05/1800.51	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.05/1800.51	c Dual Bound         : +1.00000000000000e+00
1800.05/1800.51	c Gap                : infinite
1800.05/1800.51	s UNKNOWN
1800.05/1800.51	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.51	c Solving Time       :    1794.04
1800.05/1800.51	c Original Problem   :
1800.05/1800.51	c   Problem name     : HOME/instance-2663787-1276658195.opb
1800.05/1800.51	c   Variables        : 16206 (16206 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.05/1800.51	c   Constraints      : 16206 initial, 16206 maximal
1800.05/1800.51	c Presolved Problem  :
1800.05/1800.51	c   Problem name     : t_HOME/instance-2663787-1276658195.opb
1800.05/1800.51	c   Variables        : 16206 (16206 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.05/1800.51	c   Constraints      : 16206 initial, 16217 maximal
1800.05/1800.51	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.05/1800.51	c   trivial          :       0.01          0          0          0          0          0          0          0          0
1800.05/1800.51	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.51	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.51	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.51	c   implics          :       0.01          0          0          0          0          0          0          0          0
1800.05/1800.51	c   probing          :       0.70          0          0          0          0          0          0          0          0
1800.05/1800.51	c   and              :       1.12          0          0          0          0          0          0          0          0
1800.05/1800.51	c   logicor          :       0.02          0          0          0          0          0          0          0          0
1800.05/1800.51	c   root node        :          -          0          -          -          0          -          -          -          -
1800.05/1800.51	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.51	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.05/1800.51	c   and              :      15706          0     444361          0     151310         11    5121177          0          0          0
1800.05/1800.51	c   logicor          :        500+         0      66828          0     151310          0       5734          0          0          0
1800.05/1800.51	c   countsols        :          0          0          0          0     151310          0          0          0          0          0
1800.05/1800.51	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.05/1800.51	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.05/1800.51	c   and              :     540.22       0.00     475.43       0.00      64.79
1800.05/1800.51	c   logicor          :     256.48       0.00       0.80       0.00     255.68
1800.05/1800.51	c   countsols        :       0.19       0.00       0.00       0.00       0.19
1800.05/1800.51	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.05/1800.51	c   vbounds          :       0.40          2          0          0
1800.05/1800.51	c   rootredcost      :       0.36          0          0          0
1800.05/1800.51	c   pseudoobj        :      30.98     444161          0          0
1800.05/1800.51	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.05/1800.51	c   propagation      :       0.00         11         11         11        4.3          0        0.0          -
1800.05/1800.51	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.51	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.51	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.51	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.05/1800.51	c   applied globally :          -          -          -         11        4.3          -          -          -
1800.05/1800.51	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.05/1800.51	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.05/1800.51	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.05/1800.51	c   redcost          :       0.00          0          0          0          0          0
1800.05/1800.51	c   impliedbounds    :       0.00          0          0          0          0          0
1800.05/1800.51	c   intobj           :       0.00          0          0          0          0          0
1800.05/1800.51	c   cgmip            :       0.00          0          0          0          0          0
1800.05/1800.51	c   gomory           :       0.00          0          0          0          0          0
1800.05/1800.51	c   strongcg         :       0.00          0          0          0          0          0
1800.05/1800.51	c   cmir             :       0.00          0          0          0          0          0
1800.05/1800.51	c   flowcover        :       0.00          0          0          0          0          0
1800.05/1800.51	c   clique           :       0.00          0          0          0          0          0
1800.05/1800.51	c   zerohalf         :       0.00          0          0          0          0          0
1800.05/1800.51	c   mcf              :       0.00          0          0          0          0          0
1800.05/1800.52	c   rapidlearning    :       0.00          0          0          0          0          0
1800.05/1800.52	c Pricers            :       Time      Calls       Vars
1800.05/1800.52	c   problem variables:       0.00          0          0
1800.05/1800.52	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.52	c   relpscost        :       0.00          0          0          0          0          0          0
1800.05/1800.52	c   pscost           :       0.00          0          0          0          0          0          0
1800.05/1800.52	c   inference        :     930.86     151310          0          0          0          0     302620
1800.05/1800.52	c   mostinf          :       0.00          0          0          0          0          0          0
1800.05/1800.52	c   leastinf         :       0.00          0          0          0          0          0          0
1800.05/1800.52	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.05/1800.52	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.05/1800.52	c   random           :       0.00          0          0          0          0          0          0
1800.05/1800.52	c Primal Heuristics  :       Time      Calls      Found
1800.05/1800.52	c   LP solutions     :       0.00          -          0
1800.05/1800.52	c   pseudo solutions :       0.00          -          0
1800.05/1800.52	c   oneopt           :       0.16          0          0
1800.05/1800.52	c   trivial          :       0.06          2          0
1800.05/1800.52	c   simplerounding   :       0.00          0          0
1800.05/1800.52	c   zirounding       :       0.00          0          0
1800.05/1800.52	c   rounding         :       0.00          0          0
1800.05/1800.52	c   shifting         :       0.00          0          0
1800.05/1800.52	c   intshifting      :       0.00          0          0
1800.05/1800.52	c   twoopt           :       0.00          0          0
1800.05/1800.52	c   fixandinfer      :       0.00          0          0
1800.05/1800.52	c   feaspump         :       0.00          0          0
1800.05/1800.52	c   coefdiving       :       0.00          0          0
1800.05/1800.52	c   pscostdiving     :       0.00          0          0
1800.05/1800.52	c   fracdiving       :       0.00          0          0
1800.05/1800.52	c   veclendiving     :       0.00          0          0
1800.05/1800.52	c   intdiving        :       0.00          0          0
1800.05/1800.52	c   actconsdiving    :       0.00          0          0
1800.05/1800.52	c   objpscostdiving  :       0.00          0          0
1800.05/1800.52	c   rootsoldiving    :       0.00          0          0
1800.05/1800.52	c   linesearchdiving :       0.00          0          0
1800.05/1800.52	c   guideddiving     :       0.00          0          0
1800.05/1800.52	c   octane           :       0.00          0          0
1800.05/1800.52	c   rens             :       0.00          0          0
1800.05/1800.52	c   rins             :       0.00          0          0
1800.05/1800.52	c   localbranching   :       0.00          0          0
1800.05/1800.52	c   mutation         :       0.00          0          0
1800.05/1800.52	c   crossover        :       0.00          0          0
1800.05/1800.52	c   dins             :       0.00          0          0
1800.05/1800.52	c   undercover       :       0.00          0          0
1800.05/1800.52	c   nlp              :       0.28          0          0
1800.05/1800.52	c   trysol           :       0.06          0          0
1800.05/1800.52	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.05/1800.52	c   primal LP        :       0.00          0          0       0.00          -
1800.05/1800.52	c   dual LP          :       0.00          0          0       0.00          -
1800.05/1800.52	c   lex dual LP      :       0.00          0          0       0.00          -
1800.05/1800.52	c   barrier LP       :       0.00          0          0       0.00          -
1800.05/1800.52	c   diving/probing LP:       0.00          0          0       0.00          -
1800.05/1800.52	c   strong branching :       0.00          0          0       0.00          -
1800.05/1800.52	c     (at root node) :          -          0          0       0.00          -
1800.05/1800.52	c   conflict analysis:       0.00          0          0       0.00          -
1800.05/1800.52	c B&B Tree           :
1800.05/1800.52	c   number of runs   :          1
1800.05/1800.52	c   nodes            :     151321
1800.05/1800.52	c   nodes (total)    :     151321
1800.05/1800.52	c   nodes left       :     151300
1800.05/1800.52	c   max depth        :        456
1800.05/1800.52	c   max depth (total):        456
1800.05/1800.52	c   backtracks       :        827 (0.5%)
1800.05/1800.52	c   delayed cutoffs  :          0
1800.05/1800.52	c   repropagations   :       3182 (11 domain reductions, 0 cutoffs)
1800.05/1800.52	c   avg switch length:       2.25
1800.05/1800.52	c   switching time   :      17.36
1800.05/1800.52	c Solution           :
1800.05/1800.52	c   Solutions found  :          0 (0 improvements)
1800.05/1800.52	c   Primal Bound     :          -
1800.05/1800.52	c   Dual Bound       : +1.00000000000000e+00
1800.05/1800.52	c   Gap              :   infinite
1800.05/1800.52	c   Root Dual Bound  : +0.00000000000000e+00
1800.05/1800.52	c   Root Iterations  :          0
1800.93/1801.43	c Time complete: 1800.96.

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

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


[startup+0 s]
/proc/loadavg: 1.05 1.01 1.00 3/106 14190
/proc/meminfo: memFree=1772908/2059040 swapFree=4192956/4192956
[pid=14190] ppid=14188 vsize=6732 CPUtime=0
/proc/14190/stat : 14190 (pbscip.linux.x8) R 14188 14190 13958 0 -1 4202496 996 0 0 0 0 0 0 0 20 0 1 0 7111729 6893568 919 1992294400 4194304 7136930 140735897766352 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14190/statm: 1683 927 254 719 0 962 0

[startup+0.070475 s]
/proc/loadavg: 1.05 1.01 1.00 3/106 14190
/proc/meminfo: memFree=1772908/2059040 swapFree=4192956/4192956
[pid=14190] ppid=14188 vsize=17548 CPUtime=0.06
/proc/14190/stat : 14190 (pbscip.linux.x8) R 14188 14190 13958 0 -1 4202496 3846 0 0 0 5 1 0 0 20 0 1 0 7111729 17969152 3768 1992294400 4194304 7136930 140735897766352 18446744073709551615 6269193 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14190/statm: 4387 3768 272 719 0 3666 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 17548

[startup+0.10148 s]
/proc/loadavg: 1.05 1.01 1.00 3/106 14190
/proc/meminfo: memFree=1772908/2059040 swapFree=4192956/4192956
[pid=14190] ppid=14188 vsize=21764 CPUtime=0.09
/proc/14190/stat : 14190 (pbscip.linux.x8) R 14188 14190 13958 0 -1 4202496 4904 0 0 0 7 2 0 0 20 0 1 0 7111729 22286336 4826 1992294400 4194304 7136930 140735897766352 18446744073709551615 6164672 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14190/statm: 5441 4826 272 719 0 4720 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21764

[startup+0.301502 s]
/proc/loadavg: 1.05 1.01 1.00 3/106 14190
/proc/meminfo: memFree=1772908/2059040 swapFree=4192956/4192956
[pid=14190] ppid=14188 vsize=48532 CPUtime=0.29
/proc/14190/stat : 14190 (pbscip.linux.x8) R 14188 14190 13958 0 -1 4202496 11996 0 0 0 25 4 0 0 20 0 1 0 7111729 49696768 11564 1992294400 4194304 7136930 140735897766352 18446744073709551615 4561481 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14190/statm: 12133 11564 304 719 0 11412 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 48532

[startup+0.70054 s]
/proc/loadavg: 1.05 1.01 1.00 3/106 14190
/proc/meminfo: memFree=1772908/2059040 swapFree=4192956/4192956
[pid=14190] ppid=14188 vsize=71688 CPUtime=0.69
/proc/14190/stat : 14190 (pbscip.linux.x8) R 14188 14190 13958 0 -1 4202496 17231 0 0 0 62 7 0 0 20 0 1 0 7111729 73408512 16799 1992294400 4194304 7136930 140735897766352 18446744073709551615 5969707 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14190/statm: 17922 16799 328 719 0 17201 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 71688

[startup+1.50062 s]
/proc/loadavg: 1.05 1.01 1.00 2/107 14191
/proc/meminfo: memFree=1692672/2059040 swapFree=4192956/4192956
[pid=14190] ppid=14188 vsize=96052 CPUtime=1.49
/proc/14190/stat : 14190 (pbscip.linux.x8) R 14188 14190 13958 0 -1 4202496 24230 0 0 0 128 21 0 0 22 0 1 0 7111729 98357248 22931 1992294400 4194304 7136930 140735897766352 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14190/statm: 24013 22931 348 719 0 23292 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 96052

[startup+3.10078 s]
/proc/loadavg: 1.04 1.01 1.00 2/107 14191
/proc/meminfo: memFree=1680024/2059040 swapFree=4192956/4192956
[pid=14190] ppid=14188 vsize=100772 CPUtime=3.09
/proc/14190/stat : 14190 (pbscip.linux.x8) R 14188 14190 13958 0 -1 4202496 26000 0 0 0 278 31 0 0 25 0 1 0 7111729 103190528 24255 1992294400 4194304 7136930 140735897766352 18446744073709551615 4642180 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14190/statm: 25193 24255 394 719 0 24472 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 100772

[startup+6.30111 s]
/proc/loadavg: 1.04 1.01 1.00 2/107 14191
/proc/meminfo: memFree=1675312/2059040 swapFree=4192956/4192956
[pid=14190] ppid=14188 vsize=102392 CPUtime=6.29
/proc/14190/stat : 14190 (pbscip.linux.x8) R 14188 14190 13958 0 -1 4202496 26385 0 0 0 597 32 0 0 25 0 1 0 7111729 104849408 24628 1992294400 4194304 7136930 140735897766352 18446744073709551615 4774634 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14190/statm: 25598 24628 382 719 0 24877 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 102392

[startup+12.7008 s]
/proc/loadavg: 1.04 1.01 1.00 2/107 14191
/proc/meminfo: memFree=1673080/2059040 swapFree=4192956/4192956
[pid=14190] ppid=14188 vsize=104404 CPUtime=12.68
/proc/14190/stat : 14190 (pbscip.linux.x8) R 14188 14190 13958 0 -1 4202496 26882 0 0 0 1235 33 0 0 25 0 1 0 7111729 106909696 25125 1992294400 4194304 7136930 140735897766352 18446744073709551615 5892296 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14190/statm: 26101 25125 382 719 0 25380 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 104404

[startup+25.5011 s]
/proc/loadavg: 1.03 1.01 1.00 2/107 14191
/proc/meminfo: memFree=1671716/2059040 swapFree=4192956/4192956
[pid=14190] ppid=14188 vsize=105760 CPUtime=25.49
/proc/14190/stat : 14190 (pbscip.linux.x8) R 14188 14190 13958 0 -1 4202496 27221 0 0 0 2513 36 0 0 25 0 1 0 7111729 108298240 25464 1992294400 4194304 7136930 140735897766352 18446744073709551615 4642180 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14190/statm: 26440 25464 382 719 0 25719 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 105760

[startup+51.1017 s]
/proc/loadavg: 1.02 1.01 1.00 2/107 14193
/proc/meminfo: memFree=1666260/2059040 swapFree=4192956/4192956
[pid=14190] ppid=14188 vsize=111256 CPUtime=51.08
/proc/14190/stat : 14190 (pbscip.linux.x8) R 14188 14190 13958 0 -1 4202496 28595 0 0 0 5066 42 0 0 25 0 1 0 7111729 113926144 26838 1992294400 4194304 7136930 140735897766352 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14190/statm: 27814 26838 387 719 0 27093 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 111256

[startup+102.309 s]
/proc/loadavg: 1.01 1.00 1.00 2/107 14193
/proc/meminfo: memFree=1655100/2059040 swapFree=4192956/4192956
[pid=14190] ppid=14188 vsize=122180 CPUtime=102.28
/proc/14190/stat : 14190 (pbscip.linux.x8) R 14188 14190 13958 0 -1 4202496 31333 0 0 0 10173 55 0 0 25 0 1 0 7111729 125112320 29576 1992294400 4194304 7136930 140735897766352 18446744073709551615 5005110 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14190/statm: 30545 29576 387 719 0 29824 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 122180

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14195
/proc/meminfo: memFree=1643940/2059040 swapFree=4192956/4192956
[pid=14190] ppid=14188 vsize=133208 CPUtime=162.25
/proc/14190/stat : 14190 (pbscip.linux.x8) R 14188 14190 13958 0 -1 4202496 34104 0 0 0 16152 73 0 0 25 0 1 0 7111729 136404992 32347 1992294400 4194304 7136930 140735897766352 18446744073709551615 4780830 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14190/statm: 33302 32347 387 719 0 32581 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 133208

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14197
/proc/meminfo: memFree=1633276/2059040 swapFree=4192956/4192956
[pid=14190] ppid=14188 vsize=143836 CPUtime=222.24
/proc/14190/stat : 14190 (pbscip.linux.x8) R 14188 14190 13958 0 -1 4202496 36772 0 0 0 22134 90 0 0 25 0 1 0 7111729 147288064 35015 1992294400 4194304 7136930 140735897766352 18446744073709551615 4780826 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14190/statm: 35959 35015 387 719 0 35238 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 143836

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14199
/proc/meminfo: memFree=1621868/2059040 swapFree=4192956/4192956
[pid=14190] ppid=14188 vsize=155560 CPUtime=282.22
/proc/14190/stat : 14190 (pbscip.linux.x8) R 14188 14190 13958 0 -1 4202496 39734 0 0 0 28116 106 0 0 25 0 1 0 7111729 159293440 37977 1992294400 4194304 7136930 140735897766352 18446744073709551615 4697669 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14190/statm: 38890 37977 387 719 0 38169 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 155560

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14201
/proc/meminfo: memFree=1607856/2059040 swapFree=4192956/4192956
[pid=14190] ppid=14188 vsize=168976 CPUtime=342.2
/proc/14190/stat : 14190 (pbscip.linux.x8) R 14188 14190 13958 0 -1 4202496 43108 0 0 0 34095 125 0 0 25 0 1 0 7111729 173031424 41351 1992294400 4194304 7136930 140735897766352 18446744073709551615 4436359 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14190/statm: 42244 41351 387 719 0 41523 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 168976

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14201
/proc/meminfo: memFree=1597192/2059040 swapFree=4192956/4192956
[pid=14190] ppid=14188 vsize=179404 CPUtime=402.19
/proc/14190/stat : 14190 (pbscip.linux.x8) R 14188 14190 13958 0 -1 4202496 45739 0 0 0 40070 149 0 0 25 0 1 0 7111729 183709696 43982 1992294400 4194304 7136930 140735897766352 18446744073709551615 4780826 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14190/statm: 44851 43982 387 719 0 44130 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 179404

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14203
/proc/meminfo: memFree=1584048/2059040 swapFree=4192956/4192956
[pid=14190] ppid=14188 vsize=192368 CPUtime=462.17
/proc/14190/stat : 14190 (pbscip.linux.x8) R 14188 14190 13958 0 -1 4202496 48997 0 0 0 46048 169 0 0 25 0 1 0 7111729 196984832 47240 1992294400 4194304 7136930 140735897766352 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14190/statm: 48092 47240 387 719 0 47371 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 192368

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14205
/proc/meminfo: memFree=1572392/2059040 swapFree=4192956/4192956
[pid=14190] ppid=14188 vsize=204192 CPUtime=522.16
/proc/14190/stat : 14190 (pbscip.linux.x8) R 14188 14190 13958 0 -1 4202496 51977 0 0 0 52023 193 0 0 25 0 1 0 7111729 209092608 50220 1992294400 4194304 7136930 140735897766352 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14190/statm: 51048 50220 387 719 0 50327 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 204192

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14207
/proc/meminfo: memFree=1552304/2059040 swapFree=4192956/4192956
[pid=14190] ppid=14188 vsize=223936 CPUtime=582.14
/proc/14190/stat : 14190 (pbscip.linux.x8) R 14188 14190 13958 0 -1 4202496 56919 0 0 0 57997 217 0 0 25 0 1 0 7111729 229310464 55162 1992294400 4194304 7136930 140735897766352 18446744073709551615 4643217 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14190/statm: 55984 55162 387 719 0 55263 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 223936

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14209
/proc/meminfo: memFree=1533704/2059040 swapFree=4192956/4192956
[pid=14190] ppid=14188 vsize=242172 CPUtime=642.14
/proc/14190/stat : 14190 (pbscip.linux.x8) R 14188 14190 13958 0 -1 4202496 61529 0 0 0 63970 244 0 0 25 0 1 0 7111729 247984128 59772 1992294400 4194304 7136930 140735897766352 18446744073709551615 5892284 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14190/statm: 60543 59772 387 719 0 59822 0
Current children cumulated CPU time (s) 642.14
Current children cumulated vsize (KiB) 242172

[startup+702.301 s]

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

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14220
/proc/meminfo: memFree=1462528/2059040 swapFree=4192956/4192956
[pid=14190] ppid=14188 vsize=314208 CPUtime=1002.03
/proc/14190/stat : 14190 (pbscip.linux.x8) R 14188 14190 13958 0 -1 4202496 79084 0 0 0 99849 354 0 0 25 0 1 0 7111729 321748992 77327 1992294400 4194304 7136930 140735897766352 18446744073709551615 4643150 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14190/statm: 78552 77327 387 719 0 77831 0
Current children cumulated CPU time (s) 1002.03
Current children cumulated vsize (KiB) 314208

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14222
/proc/meminfo: memFree=1452608/2059040 swapFree=4192956/4192956
[pid=14190] ppid=14188 vsize=324152 CPUtime=1062.03
/proc/14190/stat : 14190 (pbscip.linux.x8) R 14188 14190 13958 0 -1 4202496 81591 0 0 0 105832 371 0 0 25 0 1 0 7111729 331931648 79834 1992294400 4194304 7136930 140735897766352 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14190/statm: 81038 79834 387 719 0 80317 0
Current children cumulated CPU time (s) 1062.03
Current children cumulated vsize (KiB) 324152

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14224
/proc/meminfo: memFree=1445168/2059040 swapFree=4192956/4192956
[pid=14190] ppid=14188 vsize=331648 CPUtime=1122
/proc/14190/stat : 14190 (pbscip.linux.x8) R 14188 14190 13958 0 -1 4202496 83452 0 0 0 111815 385 0 0 25 0 1 0 7111729 339607552 81695 1992294400 4194304 7136930 140735897766352 18446744073709551615 4643217 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14190/statm: 82912 81695 387 719 0 82191 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 331648

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14226
/proc/meminfo: memFree=1434752/2059040 swapFree=4192956/4192956
[pid=14190] ppid=14188 vsize=342072 CPUtime=1181.99
/proc/14190/stat : 14190 (pbscip.linux.x8) R 14188 14190 13958 0 -1 4202496 86071 0 0 0 117793 406 0 0 25 0 1 0 7111729 350281728 84314 1992294400 4194304 7136930 140735897766352 18446744073709551615 4780830 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14190/statm: 85518 84314 387 719 0 84797 0
Current children cumulated CPU time (s) 1181.99
Current children cumulated vsize (KiB) 342072

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14228
/proc/meminfo: memFree=1421608/2059040 swapFree=4192956/4192956
[pid=14190] ppid=14188 vsize=355108 CPUtime=1241.98
/proc/14190/stat : 14190 (pbscip.linux.x8) R 14188 14190 13958 0 -1 4202496 89348 0 0 0 123774 424 0 0 25 0 1 0 7111729 363630592 87591 1992294400 4194304 7136930 140735897766352 18446744073709551615 4643217 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14190/statm: 88777 87591 387 719 0 88056 0
Current children cumulated CPU time (s) 1241.98
Current children cumulated vsize (KiB) 355108

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14228
/proc/meminfo: memFree=1411812/2059040 swapFree=4192956/4192956
[pid=14190] ppid=14188 vsize=364944 CPUtime=1301.97
/proc/14190/stat : 14190 (pbscip.linux.x8) R 14188 14190 13958 0 -1 4202496 91779 0 0 0 129752 445 0 0 25 0 1 0 7111729 373702656 90022 1992294400 4194304 7136930 140735897766352 18446744073709551615 5892354 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14190/statm: 91236 90022 387 719 0 90515 0
Current children cumulated CPU time (s) 1301.97
Current children cumulated vsize (KiB) 364944

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14230
/proc/meminfo: memFree=1403132/2059040 swapFree=4192956/4192956
[pid=14190] ppid=14188 vsize=373624 CPUtime=1361.95
/proc/14190/stat : 14190 (pbscip.linux.x8) R 14188 14190 13958 0 -1 4202496 93968 0 0 0 135733 462 0 0 25 0 1 0 7111729 382590976 92211 1992294400 4194304 7136930 140735897766352 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14190/statm: 93406 92211 387 719 0 92685 0
Current children cumulated CPU time (s) 1361.95
Current children cumulated vsize (KiB) 373624

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14232
/proc/meminfo: memFree=1388376/2059040 swapFree=4192956/4192956
[pid=14190] ppid=14188 vsize=388212 CPUtime=1421.94
/proc/14190/stat : 14190 (pbscip.linux.x8) R 14188 14190 13958 0 -1 4202496 97633 0 0 0 141713 481 0 0 25 0 1 0 7111729 397529088 95876 1992294400 4194304 7136930 140735897766352 18446744073709551615 4643217 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14190/statm: 97053 95876 387 719 0 96332 0
Current children cumulated CPU time (s) 1421.94
Current children cumulated vsize (KiB) 388212

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14234
/proc/meminfo: memFree=1373744/2059040 swapFree=4192956/4192956
[pid=14190] ppid=14188 vsize=403772 CPUtime=1481.92
/proc/14190/stat : 14190 (pbscip.linux.x8) R 14188 14190 13958 0 -1 4202496 101545 0 0 0 147692 500 0 0 25 0 1 0 7111729 413462528 99788 1992294400 4194304 7136930 140735897766352 18446744073709551615 4407828 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14190/statm: 100943 99788 387 719 0 100222 0
Current children cumulated CPU time (s) 1481.92
Current children cumulated vsize (KiB) 403772

[startup+1542.3 s]
/proc/loadavg: 1.07 1.02 1.00 2/107 14236
/proc/meminfo: memFree=1362956/2059040 swapFree=4192956/4192956
[pid=14190] ppid=14188 vsize=413348 CPUtime=1541.9
/proc/14190/stat : 14190 (pbscip.linux.x8) R 14188 14190 13958 0 -1 4202496 103966 0 0 0 153673 517 0 0 25 0 1 0 7111729 423268352 102209 1992294400 4194304 7136930 140735897766352 18446744073709551615 4780830 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14190/statm: 103337 102209 387 719 0 102616 0
Current children cumulated CPU time (s) 1541.9
Current children cumulated vsize (KiB) 413348

[startup+1602.3 s]
/proc/loadavg: 1.10 1.03 1.00 2/107 14236
/proc/meminfo: memFree=1355392/2059040 swapFree=4192956/4192956
[pid=14190] ppid=14188 vsize=420864 CPUtime=1601.89
/proc/14190/stat : 14190 (pbscip.linux.x8) R 14188 14190 13958 0 -1 4202496 105835 0 0 0 159657 532 0 0 25 0 1 0 7111729 430964736 104078 1992294400 4194304 7136930 140735897766352 18446744073709551615 4780826 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14190/statm: 105216 104078 387 719 0 104495 0
Current children cumulated CPU time (s) 1601.89
Current children cumulated vsize (KiB) 420864

[startup+1662.3 s]
/proc/loadavg: 1.09 1.04 1.00 2/107 14238
/proc/meminfo: memFree=1345472/2059040 swapFree=4192956/4192956
[pid=14190] ppid=14188 vsize=430768 CPUtime=1661.87
/proc/14190/stat : 14190 (pbscip.linux.x8) R 14188 14190 13958 0 -1 4202496 108329 0 0 0 165638 549 0 0 25 0 1 0 7111729 441106432 106572 1992294400 4194304 7136930 140735897766352 18446744073709551615 4436359 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14190/statm: 107692 106572 387 719 0 106971 0
Current children cumulated CPU time (s) 1661.87
Current children cumulated vsize (KiB) 430768

[startup+1722.3 s]
/proc/loadavg: 1.10 1.04 1.00 2/107 14240
/proc/meminfo: memFree=1333072/2059040 swapFree=4192956/4192956
[pid=14190] ppid=14188 vsize=442984 CPUtime=1721.86
/proc/14190/stat : 14190 (pbscip.linux.x8) R 14188 14190 13958 0 -1 4202496 111391 0 0 0 171618 568 0 0 25 0 1 0 7111729 453615616 109634 1992294400 4194304 7136930 140735897766352 18446744073709551615 4436423 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14190/statm: 110746 109634 387 719 0 110025 0
Current children cumulated CPU time (s) 1721.86
Current children cumulated vsize (KiB) 442984

[startup+1782.3 s]
/proc/loadavg: 1.08 1.05 1.00 2/107 14242
/proc/meminfo: memFree=1325880/2059040 swapFree=4192956/4192956
[pid=14190] ppid=14188 vsize=449964 CPUtime=1781.84
/proc/14190/stat : 14190 (pbscip.linux.x8) R 14188 14190 13958 0 -1 4202496 113125 0 0 0 177599 585 0 0 25 0 1 0 7111729 460763136 111368 1992294400 4194304 7136930 140735897766352 18446744073709551615 4643217 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14190/statm: 112491 111368 387 719 0 111770 0
Current children cumulated CPU time (s) 1781.84
Current children cumulated vsize (KiB) 449964



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 1.06 1.04 1.00 2/107 14242
/proc/meminfo: memFree=1323772/2059040 swapFree=4192956/4192956
[pid=14190] ppid=14188 vsize=452320 CPUtime=1800.05
/proc/14190/stat : 14190 (pbscip.linux.x8) R 14188 14190 13958 0 -1 4202496 113673 0 0 0 179414 591 0 0 25 0 1 0 7111729 463175680 111916 1992294400 4194304 7136930 140735897766352 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14190/statm: 113080 111916 387 719 0 112359 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 452320

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

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

[startup+1800.61 s]
/proc/loadavg: 1.06 1.04 1.00 2/108 14243
/proc/meminfo: memFree=1323764/2059040 swapFree=4192956/4192956
[pid=14190] ppid=14188 vsize=452320 CPUtime=1800.15
/proc/14190/stat : 14190 (pbscip.linux.x8) R 14188 14190 13958 0 -1 4202496 113679 0 0 0 179424 591 0 0 25 0 1 0 7111729 463175680 111922 1992294400 4194304 7136930 140735897766352 18446744073709551615 4212307 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14190/statm: 113080 111922 393 719 0 112359 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 452320

[startup+1801 s]
/proc/loadavg: 1.06 1.04 1.00 2/108 14243
/proc/meminfo: memFree=1323764/2059040 swapFree=4192956/4192956
[pid=14190] ppid=14188 vsize=439244 CPUtime=1800.54
/proc/14190/stat : 14190 (pbscip.linux.x8) R 14188 14190 13958 0 -1 4202496 113679 0 0 0 179463 591 0 0 25 0 1 0 7111729 449785856 108653 1992294400 4194304 7136930 140735897766352 18446744073709551615 4670079 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14190/statm: 109811 108653 393 719 0 109090 0
Current children cumulated CPU time (s) 1800.54
Current children cumulated vsize (KiB) 439244

[startup+1801.4 s]
/proc/loadavg: 1.06 1.04 1.00 2/108 14243
/proc/meminfo: memFree=1323764/2059040 swapFree=4192956/4192956
[pid=14190] ppid=14188 vsize=54888 CPUtime=1800.93
/proc/14190/stat : 14190 (pbscip.linux.x8) R 14188 14190 13958 0 -1 4202496 113680 0 0 0 179498 595 0 0 25 0 1 0 7111729 56205312 13001 1992294400 4194304 7136930 140735897766352 18446744073709551615 6526746 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14190/statm: 13722 13001 394 719 0 13001 0
Current children cumulated CPU time (s) 1800.93
Current children cumulated vsize (KiB) 54888

Child status: 0
Real time (s): 1801.43
CPU time (s): 1800.97
CPU user time (s): 1795.01
CPU system time (s): 5.96609
CPU usage (%): 99.9746
Max. virtual memory (cumulated for all children) (KiB): 452320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.01
system time used= 5.96609
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 113686
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2
involuntary context switches= 4748

runsolver used 2.87856 second user time and 8.60069 second system time

The end

Launcher Data

Begin job on node045 at 2010-06-16 05:16:35
IDJOB=2663787
IDBENCH=48160
IDSOLVER=1167
FILE ID=node045/2663787-1276658195
PBS_JOBID= 11172463
Free space on /tmp= 62460 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mds/normalized-mds_500_25_5.opb
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-2663787-1276658195/watcher-2663787-1276658195 -o /tmp/evaluation-result-2663787-1276658195/solver-2663787-1276658195 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2663787-1276658195.opb -t 1800 -m 1800

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

MD5SUM BENCH= b1035f5aebd5cbd90440f32e03bdad12
RANDOM SEED=1869029968

node045.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.247
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.49
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.247
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.43
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1773312 kB
Buffers:         43904 kB
Cached:         116936 kB
SwapCached:          0 kB
Active:          92032 kB
Inactive:       128220 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1773312 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            3388 kB
Writeback:           0 kB
AnonPages:       59324 kB
Mapped:          15456 kB
Slab:            43708 kB
PageTables:       3996 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181564 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62456 MiB
End job on node045 at 2010-06-16 05:46:38