Trace number 2664000

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.24 1800.73

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-g125.18.opb
MD5SUM18a894a2ba4f3cf6bad1b497c8fca8eb
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4500
Total number of constraints72413
Number of constraints which are clauses72413
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint18
Number of terms in the objective function 4500
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 4500
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 4500
Number of bits of the biggest sum of numbers13
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-2664000-1276462693.opb>
1.09/1.17	c original problem has 4500 variables (4500 bin, 0 int, 0 impl, 0 cont) and 72413 constraints
1.09/1.17	c problem read
1.09/1.17	c presolving settings loaded
1.09/1.18	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
1.39/1.43	c presolving:
2.59/2.69	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 70163 upgd conss, 415692 impls, 0 clqs
2.79/2.86	c (round 2) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 72413 upgd conss, 415692 impls, 0 clqs
7.60/7.66	c    (6.2s) probing: 1000/4500 (22.2%) - 0 fixings, 0 aggregations, 18393 implications, 0 bound changes
11.78/11.87	c    (10.4s) probing: 2000/4500 (44.4%) - 0 fixings, 0 aggregations, 35514 implications, 0 bound changes
11.78/11.87	c    (10.4s) probing: 2001/4500 (44.5%) - 0 fixings, 0 aggregations, 35532 implications, 0 bound changes
11.78/11.87	c    (10.4s) probing aborted: 2000/2000 successive useless probings
11.78/11.87	c presolving (3 rounds):
11.78/11.87	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
11.78/11.87	c  547164 implications, 0 cliques
11.78/11.87	c presolved problem has 4500 variables (4500 bin, 0 int, 0 impl, 0 cont) and 72413 constraints
11.78/11.87	c   72413 constraints of type <logicor>
11.78/11.87	c transformed objective value is always integral (scale: 1)
11.78/11.87	c Presolving Time: 10.22
11.78/11.87	c - non default parameters ----------------------------------------------------------------------
11.78/11.87	c # SCIP version 1.2.1.2
11.78/11.87	c 
11.78/11.87	c # maximal number of intermediate conflict constraints generated in conflict graph (-1: use every intermediate constraint)
11.78/11.87	c # [type: int, range: [-1,2147483647], default: -1]
11.78/11.87	c conflict/interconss = 0
11.78/11.87	c 
11.78/11.87	c # should binary conflicts be preferred?
11.78/11.87	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
11.78/11.87	c conflict/preferbinary = TRUE
11.78/11.87	c 
11.78/11.87	c # maximum age an unnecessary constraint can reach before it is deleted (0: dynamic, -1: keep all constraints)
11.78/11.87	c # [type: int, range: [-1,2147483647], default: 0]
11.78/11.87	c constraints/agelimit = 1
11.78/11.87	c 
11.78/11.87	c # should enforcement of pseudo solution be disabled?
11.78/11.87	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
11.78/11.87	c constraints/disableenfops = TRUE
11.78/11.87	c 
11.78/11.87	c # frequency for displaying node information lines
11.78/11.87	c # [type: int, range: [-1,2147483647], default: 100]
11.78/11.87	c display/freq = 10000
11.78/11.87	c 
11.78/11.87	c # maximal time in seconds to run
11.78/11.87	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
11.78/11.87	c limits/time = 1798.83
11.78/11.87	c 
11.78/11.87	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
11.78/11.87	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
11.78/11.87	c limits/memory = 1620
11.78/11.87	c 
11.78/11.87	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
11.78/11.87	c # [type: int, range: [-1,2147483647], default: 1]
11.78/11.87	c lp/solvefreq = -1
11.78/11.87	c 
11.78/11.87	c # LP pricing strategy ('l'pi default, 'a'uto, 'f'ull pricing, 'p'artial, 's'teepest edge pricing, 'q'uickstart steepest edge pricing, 'd'evex pricing)
11.78/11.87	c # [type: char, range: {lafpsqd}, default: l]
11.78/11.87	c lp/pricing = a
11.78/11.87	c 
11.78/11.87	c # should presolving try to simplify inequalities
11.78/11.87	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
11.78/11.87	c constraints/linear/simplifyinequalities = TRUE
11.78/11.87	c 
11.78/11.87	c # should presolving try to simplify knapsacks
11.78/11.87	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
11.78/11.87	c constraints/knapsack/simplifyinequalities = TRUE
11.78/11.87	c 
11.78/11.87	c # priority of node selection rule <dfs> in standard mode
11.78/11.87	c # [type: int, range: [-536870912,536870911], default: 0]
11.78/11.87	c nodeselection/dfs/stdpriority = 1000000
11.78/11.87	c 
11.78/11.87	c -----------------------------------------------------------------------------------------------
11.78/11.87	c start solving
11.78/11.88	c 
11.88/11.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
11.88/11.90	c  10.4s|     1 |     2 |     0 |     - |  68M|   0 |   - |4500 |  72k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
141.46/141.51	c   139s| 10000 |   300 |     0 |   0.0 |  68M| 332 |   - |4500 |  72k|   0 |   0 |   0 |6074 |   0 | 1.000000e+00 |      --      |    Inf 
272.81/272.99	c   269s| 20000 |   306 |     0 |   0.0 |  68M| 332 |   - |4500 |  72k|   0 |   0 |   0 |  12k|   0 | 1.000000e+00 |      --      |    Inf 
400.97/401.15	c   396s| 30000 |   300 |     0 |   0.0 |  69M| 332 |   - |4500 |  72k|   0 |   0 |   0 |  18k|   0 | 1.000000e+00 |      --      |    Inf 
534.44/534.63	c   529s| 40000 |   304 |     0 |   0.0 |  69M| 332 |   - |4500 |  72k|   0 |   0 |   0 |  24k|   0 | 1.000000e+00 |      --      |    Inf 
668.90/669.13	c   662s| 50000 |   304 |     0 |   0.0 |  69M| 332 |   - |4500 |  72k|   0 |   0 |   0 |  30k|   0 | 1.000000e+00 |      --      |    Inf 
801.06/801.38	c   794s| 60000 |   303 |     0 |   0.0 |  69M| 332 |   - |4500 |  72k|   0 |   0 |   0 |  36k|   0 | 1.000000e+00 |      --      |    Inf 
931.83/932.11	c   923s| 70000 |   307 |     0 |   0.0 |  69M| 332 |   - |4500 |  72k|   0 |   0 |   0 |  43k|   0 | 1.000000e+00 |      --      |    Inf 
1063.79/1064.13	c  1054s| 80000 |   300 |     0 |   0.0 |  69M| 332 |   - |4500 |  72k|   0 |   0 |   0 |  49k|   0 | 1.000000e+00 |      --      |    Inf 
1196.66/1197.08	c  1186s| 90000 |   303 |     0 |   0.0 |  69M| 332 |   - |4500 |  72k|   0 |   0 |   0 |  55k|   0 | 1.000000e+00 |      --      |    Inf 
1330.42/1330.84	c  1319s|100000 |   302 |     0 |   0.0 |  69M| 332 |   - |4500 |  72k|   0 |   0 |   0 |  61k|   0 | 1.000000e+00 |      --      |    Inf 
1470.98/1471.41	c  1458s|110000 |   304 |     0 |   0.0 |  69M| 332 |   - |4500 |  72k|   0 |   0 |   0 |  68k|   0 | 1.000000e+00 |      --      |    Inf 
1602.74/1603.20	c  1589s|120000 |   300 |     0 |   0.0 |  69M| 332 |   - |4500 |  72k|   0 |   0 |   0 |  74k|   0 | 1.000000e+00 |      --      |    Inf 
1736.11/1736.61	c  1721s|130000 |   303 |     0 |   0.0 |  69M| 332 |   - |4500 |  72k|   0 |   0 |   0 |  80k|   0 | 1.000000e+00 |      --      |    Inf 
1800.00/1800.50	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.00/1800.51	c 
1800.00/1800.51	c SCIP Status        : solving was interrupted [user interrupt]
1800.00/1800.51	c Solving Time (sec) : 1784.70
1800.00/1800.51	c Solving Nodes      : 134917
1800.00/1800.51	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.00/1800.51	c Dual Bound         : +1.00000000000000e+00
1800.00/1800.51	c Gap                : infinite
1800.00/1800.51	s UNKNOWN
1800.00/1800.51	c SCIP Status        : solving was interrupted [user interrupt]
1800.00/1800.51	c Solving Time       :    1784.70
1800.00/1800.51	c Original Problem   :
1800.00/1800.51	c   Problem name     : HOME/instance-2664000-1276462693.opb
1800.00/1800.51	c   Variables        : 4500 (4500 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.00/1800.51	c   Constraints      : 72413 initial, 72413 maximal
1800.00/1800.51	c Presolved Problem  :
1800.00/1800.51	c   Problem name     : t_HOME/instance-2664000-1276462693.opb
1800.00/1800.51	c   Variables        : 4500 (4500 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.00/1800.51	c   Constraints      : 72413 initial, 72612 maximal
1800.00/1800.51	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.00/1800.51	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.00/1800.51	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.00/1800.51	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.00/1800.51	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.00/1800.51	c   implics          :       0.02          0          0          0          0          0          0          0          0
1800.00/1800.51	c   probing          :       8.82          0          0          0          0          0          0          0          0
1800.00/1800.51	c   logicor          :       0.31          0          0          0          0          0          0          0          0
1800.00/1800.51	c   root node        :          -          0          -          -          0          -          -          -          -
1800.00/1800.51	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.00/1800.51	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.00/1800.51	c   logicor          :      72413+         0    1811830          0          0      79285   19050164          0          0          0
1800.00/1800.51	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.00/1800.51	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.00/1800.51	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.00/1800.51	c   logicor          :     531.16       0.00     531.16       0.00       0.00
1800.00/1800.51	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.00/1800.51	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.00/1800.51	c   vbounds          :       0.97          2          0          0
1800.00/1800.51	c   rootredcost      :       0.99          0          0          0
1800.00/1800.51	c   pseudoobj        :     862.05    1936308          0          0
1800.00/1800.51	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.00/1800.51	c   propagation      :     101.83      79285      79285      79285       65.3       4287       76.4          -
1800.00/1800.51	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.00/1800.51	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.00/1800.51	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.00/1800.51	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.00/1800.51	c   applied globally :          -          -          -      83572       65.9          -          -          -
1800.00/1800.51	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.00/1800.51	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.00/1800.51	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.00/1800.51	c   redcost          :       0.00          0          0          0          0          0
1800.00/1800.51	c   impliedbounds    :       0.00          0          0          0          0          0
1800.00/1800.51	c   intobj           :       0.00          0          0          0          0          0
1800.00/1800.51	c   cgmip            :       0.00          0          0          0          0          0
1800.00/1800.51	c   gomory           :       0.00          0          0          0          0          0
1800.00/1800.51	c   strongcg         :       0.00          0          0          0          0          0
1800.00/1800.51	c   cmir             :       0.00          0          0          0          0          0
1800.00/1800.51	c   flowcover        :       0.00          0          0          0          0          0
1800.00/1800.51	c   clique           :       0.00          0          0          0          0          0
1800.00/1800.51	c   zerohalf         :       0.00          0          0          0          0          0
1800.00/1800.51	c   mcf              :       0.00          0          0          0          0          0
1800.00/1800.51	c   rapidlearning    :       0.00          0          0          0          0          0
1800.00/1800.51	c Pricers            :       Time      Calls       Vars
1800.00/1800.51	c   problem variables:       0.00          0          0
1800.00/1800.51	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.00/1800.51	c   relpscost        :       0.00          0          0          0          0          0          0
1800.00/1800.51	c   pscost           :       0.00          0          0          0          0          0          0
1800.00/1800.51	c   inference        :      26.20      84503          0          0          0          0     169006
1800.00/1800.51	c   mostinf          :       0.00          0          0          0          0          0          0
1800.00/1800.51	c   leastinf         :       0.00          0          0          0          0          0          0
1800.00/1800.51	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.00/1800.51	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.00/1800.51	c   random           :       0.00          0          0          0          0          0          0
1800.00/1800.51	c Primal Heuristics  :       Time      Calls      Found
1800.00/1800.51	c   LP solutions     :       0.00          -          0
1800.00/1800.51	c   pseudo solutions :       0.00          -          0
1800.00/1800.51	c   oneopt           :       0.10          0          0
1800.00/1800.51	c   trivial          :       0.07          2          0
1800.00/1800.51	c   simplerounding   :       0.00          0          0
1800.00/1800.51	c   zirounding       :       0.00          0          0
1800.00/1800.51	c   rounding         :       0.00          0          0
1800.00/1800.51	c   shifting         :       0.00          0          0
1800.00/1800.51	c   intshifting      :       0.00          0          0
1800.00/1800.51	c   twoopt           :       0.00          0          0
1800.00/1800.51	c   fixandinfer      :       0.00          0          0
1800.00/1800.51	c   feaspump         :       0.00          0          0
1800.00/1800.51	c   coefdiving       :       0.00          0          0
1800.00/1800.51	c   pscostdiving     :       0.00          0          0
1800.00/1800.51	c   fracdiving       :       0.00          0          0
1800.00/1800.51	c   veclendiving     :       0.00          0          0
1800.00/1800.51	c   intdiving        :       0.00          0          0
1800.00/1800.51	c   actconsdiving    :       0.00          0          0
1800.00/1800.51	c   objpscostdiving  :       0.00          0          0
1800.00/1800.51	c   rootsoldiving    :       0.00          0          0
1800.00/1800.51	c   linesearchdiving :       0.00          0          0
1800.00/1800.51	c   guideddiving     :       0.00          0          0
1800.00/1800.51	c   octane           :       0.00          0          0
1800.00/1800.51	c   rens             :       0.00          0          0
1800.00/1800.51	c   rins             :       0.00          0          0
1800.00/1800.51	c   localbranching   :       0.00          0          0
1800.00/1800.51	c   mutation         :       0.00          0          0
1800.00/1800.51	c   crossover        :       0.00          0          0
1800.00/1800.51	c   dins             :       0.00          0          0
1800.00/1800.51	c   undercover       :       0.00          0          0
1800.00/1800.51	c   nlp              :       0.13          0          0
1800.00/1800.51	c   trysol           :       0.10          0          0
1800.00/1800.51	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.00/1800.51	c   primal LP        :       0.00          0          0       0.00          -
1800.00/1800.51	c   dual LP          :       0.00          0          0       0.00          -
1800.00/1800.51	c   lex dual LP      :       0.00          0          0       0.00          -
1800.00/1800.51	c   barrier LP       :       0.00          0          0       0.00          -
1800.00/1800.51	c   diving/probing LP:       0.00          0          0       0.00          -
1800.00/1800.51	c   strong branching :       0.00          0          0       0.00          -
1800.00/1800.51	c     (at root node) :          -          0          0       0.00          -
1800.00/1800.51	c   conflict analysis:       0.00          0          0       0.00          -
1800.00/1800.51	c B&B Tree           :
1800.00/1800.51	c   number of runs   :          1
1800.00/1800.51	c   nodes            :     134917
1800.00/1800.51	c   nodes (total)    :     134917
1800.00/1800.51	c   nodes left       :        303
1800.00/1800.51	c   max depth        :        332
1800.00/1800.51	c   max depth (total):        332
1800.00/1800.51	c   backtracks       :      30272 (22.4%)
1800.00/1800.51	c   delayed cutoffs  :      33787
1800.00/1800.51	c   repropagations   :     146754 (7140381 domain reductions, 28871 cutoffs)
1800.00/1800.51	c   avg switch length:       3.05
1800.00/1800.51	c   switching time   :     213.36
1800.00/1800.51	c Solution           :
1800.00/1800.51	c   Solutions found  :          0 (0 improvements)
1800.00/1800.51	c   Primal Bound     :          -
1800.00/1800.51	c   Dual Bound       : +1.00000000000000e+00
1800.00/1800.51	c   Gap              :   infinite
1800.00/1800.51	c   Root Dual Bound  : +0.00000000000000e+00
1800.00/1800.51	c   Root Iterations  :          0
1800.20/1800.73	c Time complete: 1800.22.

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-2664000-1276462693/watcher-2664000-1276462693 -o /tmp/evaluation-result-2664000-1276462693/solver-2664000-1276462693 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2664000-1276462693.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.11 1.09 1.06 3/106 27459
/proc/meminfo: memFree=1792524/2059040 swapFree=4136456/4192956
[pid=27459] ppid=27457 vsize=5556 CPUtime=0
/proc/27459/stat : 27459 (pbscip.linux.x8) R 27457 27459 26699 0 -1 4202496 887 0 0 0 0 0 0 0 20 0 1 0 21873314 5689344 810 1992294400 4194304 7136930 140735223318848 18446744073709551615 6349764 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27459/statm: 1389 810 249 719 0 668 0

[startup+0.013028 s]
/proc/loadavg: 1.11 1.09 1.06 3/106 27459
/proc/meminfo: memFree=1792524/2059040 swapFree=4136456/4192956
[pid=27459] ppid=27457 vsize=7672 CPUtime=0
/proc/27459/stat : 27459 (pbscip.linux.x8) R 27457 27459 26699 0 -1 4202496 1419 0 0 0 0 0 0 0 20 0 1 0 21873314 7856128 1341 1992294400 4194304 7136930 140735223318848 18446744073709551615 6349721 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27459/statm: 1918 1341 256 719 0 1197 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 7672

[startup+0.101037 s]
/proc/loadavg: 1.11 1.09 1.06 3/106 27459
/proc/meminfo: memFree=1792524/2059040 swapFree=4136456/4192956
[pid=27459] ppid=27457 vsize=14752 CPUtime=0.09
/proc/27459/stat : 27459 (pbscip.linux.x8) R 27457 27459 26699 0 -1 4202496 3205 0 0 0 9 0 0 0 22 0 1 0 21873314 15106048 3127 1992294400 4194304 7136930 140735223318848 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27459/statm: 3688 3127 271 719 0 2967 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14752

[startup+0.30106 s]
/proc/loadavg: 1.11 1.09 1.06 3/106 27459
/proc/meminfo: memFree=1792524/2059040 swapFree=4136456/4192956
[pid=27459] ppid=27457 vsize=19360 CPUtime=0.29
/proc/27459/stat : 27459 (pbscip.linux.x8) R 27457 27459 26699 0 -1 4202496 4334 0 0 0 28 1 0 0 22 0 1 0 21873314 19824640 4256 1992294400 4194304 7136930 140735223318848 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27459/statm: 4840 4256 271 719 0 4119 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19360

[startup+0.701107 s]
/proc/loadavg: 1.11 1.09 1.06 3/106 27459
/proc/meminfo: memFree=1792524/2059040 swapFree=4136456/4192956
[pid=27459] ppid=27457 vsize=27892 CPUtime=0.69
/proc/27459/stat : 27459 (pbscip.linux.x8) R 27457 27459 26699 0 -1 4202496 6488 0 0 0 68 1 0 0 24 0 1 0 21873314 28561408 6410 1992294400 4194304 7136930 140735223318848 18446744073709551615 6304139 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27459/statm: 6973 6410 271 719 0 6252 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 27892

[startup+1.5012 s]
/proc/loadavg: 1.11 1.09 1.06 2/107 27460
/proc/meminfo: memFree=1761020/2059040 swapFree=4136456/4192956
[pid=27459] ppid=27457 vsize=90084 CPUtime=1.49
/proc/27459/stat : 27459 (pbscip.linux.x8) R 27457 27459 26699 0 -1 4202496 22096 0 0 0 142 7 0 0 25 0 1 0 21873314 92246016 21620 1992294400 4194304 7136930 140735223318848 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27459/statm: 22521 21620 338 719 0 21800 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 90084

[startup+3.10139 s]
/proc/loadavg: 1.10 1.09 1.06 2/107 27460
/proc/meminfo: memFree=1688108/2059040 swapFree=4136456/4192956
[pid=27459] ppid=27457 vsize=122232 CPUtime=3.09
/proc/27459/stat : 27459 (pbscip.linux.x8) R 27457 27459 26699 0 -1 4202496 39241 0 0 0 279 30 0 0 25 0 1 0 21873314 125165568 29618 1992294400 4194304 7136930 140735223318848 18446744073709551615 4208862 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27459/statm: 30558 29618 359 719 0 29837 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 122232

[startup+6.30077 s]
/proc/loadavg: 1.10 1.09 1.06 2/107 27460
/proc/meminfo: memFree=1671864/2059040 swapFree=4136456/4192956
[pid=27459] ppid=27457 vsize=125164 CPUtime=6.29
/proc/27459/stat : 27459 (pbscip.linux.x8) R 27457 27459 26699 0 -1 4202496 39974 0 0 0 597 32 0 0 25 0 1 0 21873314 128167936 30351 1992294400 4194304 7136930 140735223318848 18446744073709551615 4212419 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27459/statm: 31291 30351 359 719 0 30570 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 125164

[startup+12.7015 s]
/proc/loadavg: 1.09 1.09 1.06 2/107 27460
/proc/meminfo: memFree=1662696/2059040 swapFree=4136456/4192956
[pid=27459] ppid=27457 vsize=134384 CPUtime=12.69
/proc/27459/stat : 27459 (pbscip.linux.x8) R 27457 27459 26699 0 -1 4202496 42307 0 0 0 1233 36 0 0 25 0 1 0 21873314 137609216 32681 1992294400 4194304 7136930 140735223318848 18446744073709551615 4223056 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27459/statm: 33596 32681 383 719 0 32875 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 134384

[startup+25.501 s]
/proc/loadavg: 1.07 1.08 1.05 2/107 27460
/proc/meminfo: memFree=1659100/2059040 swapFree=4136456/4192956
[pid=27459] ppid=27457 vsize=138296 CPUtime=25.48
/proc/27459/stat : 27459 (pbscip.linux.x8) R 27457 27459 26699 0 -1 4202496 43239 0 0 0 2501 47 0 0 25 0 1 0 21873314 141615104 33613 1992294400 4194304 7136930 140735223318848 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27459/statm: 34574 33613 383 719 0 33853 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 138296

[startup+51.101 s]
/proc/loadavg: 1.05 1.08 1.05 2/107 27462
/proc/meminfo: memFree=1656496/2059040 swapFree=4136456/4192956
[pid=27459] ppid=27457 vsize=140756 CPUtime=51.07
/proc/27459/stat : 27459 (pbscip.linux.x8) R 27457 27459 26699 0 -1 4202496 43854 0 0 0 5042 65 0 0 25 0 1 0 21873314 144134144 34228 1992294400 4194304 7136930 140735223318848 18446744073709551615 5507419 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27459/statm: 35189 34228 383 719 0 34468 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 140756

[startup+102.308 s]
/proc/loadavg: 1.02 1.06 1.05 2/107 27462
/proc/meminfo: memFree=1654264/2059040 swapFree=4136456/4192956
[pid=27459] ppid=27457 vsize=142748 CPUtime=102.27
/proc/27459/stat : 27459 (pbscip.linux.x8) R 27457 27459 26699 0 -1 4202496 44355 0 0 0 10119 108 0 0 25 0 1 0 21873314 146173952 34729 1992294400 4194304 7136930 140735223318848 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27459/statm: 35687 34729 383 719 0 34966 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 142748

[startup+162.301 s]
/proc/loadavg: 1.00 1.05 1.04 2/107 27464
/proc/meminfo: memFree=1652776/2059040 swapFree=4136456/4192956
[pid=27459] ppid=27457 vsize=144268 CPUtime=162.25
/proc/27459/stat : 27459 (pbscip.linux.x8) R 27457 27459 26699 0 -1 4202496 44719 0 0 0 16070 155 0 0 25 0 1 0 21873314 147730432 35093 1992294400 4194304 7136930 140735223318848 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27459/statm: 36067 35093 383 719 0 35346 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 144268

[startup+222.301 s]
/proc/loadavg: 1.00 1.04 1.03 2/107 27475
/proc/meminfo: memFree=1650916/2059040 swapFree=4136456/4192956
[pid=27459] ppid=27457 vsize=145860 CPUtime=222.22
/proc/27459/stat : 27459 (pbscip.linux.x8) R 27457 27459 26699 0 -1 4202496 45095 0 0 0 22018 204 0 0 25 0 1 0 21873314 149360640 35469 1992294400 4194304 7136930 140735223318848 18446744073709551615 4227171 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27459/statm: 36465 35469 383 719 0 35744 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 145860

[startup+282.301 s]
/proc/loadavg: 1.04 1.04 1.03 2/107 27477
/proc/meminfo: memFree=1650048/2059040 swapFree=4136456/4192956
[pid=27459] ppid=27457 vsize=146700 CPUtime=282.2
/proc/27459/stat : 27459 (pbscip.linux.x8) R 27457 27459 26699 0 -1 4202496 45313 0 0 0 27970 250 0 0 25 0 1 0 21873314 150220800 35687 1992294400 4194304 7136930 140735223318848 18446744073709551615 5957371 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27459/statm: 36675 35687 383 719 0 35954 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 146700

[startup+342.301 s]
/proc/loadavg: 1.01 1.03 1.03 2/107 27477
/proc/meminfo: memFree=1649800/2059040 swapFree=4136456/4192956
[pid=27459] ppid=27457 vsize=147120 CPUtime=342.19
/proc/27459/stat : 27459 (pbscip.linux.x8) R 27457 27459 26699 0 -1 4202496 45390 0 0 0 33924 295 0 0 25 0 1 0 21873314 150650880 35764 1992294400 4194304 7136930 140735223318848 18446744073709551615 4223056 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27459/statm: 36780 35764 383 719 0 36059 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 147120

[startup+402.301 s]
/proc/loadavg: 1.00 1.02 1.02 2/107 27479
/proc/meminfo: memFree=1649552/2059040 swapFree=4136456/4192956
[pid=27459] ppid=27457 vsize=147408 CPUtime=402.17
/proc/27459/stat : 27459 (pbscip.linux.x8) R 27457 27459 26699 0 -1 4202496 45467 0 0 0 39875 342 0 0 25 0 1 0 21873314 150945792 35841 1992294400 4194304 7136930 140735223318848 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27459/statm: 36852 35841 383 719 0 36131 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 147408

[startup+462.301 s]
/proc/loadavg: 1.00 1.02 1.02 2/107 27481
/proc/meminfo: memFree=1649180/2059040 swapFree=4136456/4192956
[pid=27459] ppid=27457 vsize=147976 CPUtime=462.16
/proc/27459/stat : 27459 (pbscip.linux.x8) R 27457 27459 26699 0 -1 4202496 45594 0 0 0 45829 387 0 0 25 0 1 0 21873314 151527424 35968 1992294400 4194304 7136930 140735223318848 18446744073709551615 5507431 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27459/statm: 36994 35968 383 719 0 36273 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 147976

[startup+522.301 s]
/proc/loadavg: 1.00 1.01 1.01 2/107 27483
/proc/meminfo: memFree=1648932/2059040 swapFree=4136456/4192956
[pid=27459] ppid=27457 vsize=148132 CPUtime=522.13
/proc/27459/stat : 27459 (pbscip.linux.x8) R 27457 27459 26699 0 -1 4202496 45629 0 0 0 51783 430 0 0 25 0 1 0 21873314 151687168 36003 1992294400 4194304 7136930 140735223318848 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27459/statm: 37033 36003 383 719 0 36312 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 148132

[startup+582.302 s]
/proc/loadavg: 1.00 1.01 1.01 2/107 27485
/proc/meminfo: memFree=1648188/2059040 swapFree=4136456/4192956
[pid=27459] ppid=27457 vsize=149012 CPUtime=582.12
/proc/27459/stat : 27459 (pbscip.linux.x8) R 27457 27459 26699 0 -1 4202496 45847 0 0 0 57737 475 0 0 25 0 1 0 21873314 152588288 36221 1992294400 4194304 7136930 140735223318848 18446744073709551615 5507419 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27459/statm: 37253 36221 383 719 0 36532 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 149012

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 27485
/proc/meminfo: memFree=1647816/2059040 swapFree=4136456/4192956
[pid=27459] ppid=27457 vsize=149308 CPUtime=642.11
/proc/27459/stat : 27459 (pbscip.linux.x8) R 27457 27459 26699 0 -1 4202496 45907 0 0 0 63692 519 0 0 25 0 1 0 21873314 152891392 36281 1992294400 4194304 7136930 140735223318848 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27459/statm: 37327 36281 383 719 0 36606 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 149308

[startup+702.301 s]

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

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 27496
/proc/meminfo: memFree=1646204/2059040 swapFree=4136456/4192956
[pid=27459] ppid=27457 vsize=150024 CPUtime=942.02
/proc/27459/stat : 27459 (pbscip.linux.x8) R 27457 27459 26699 0 -1 4202496 46083 0 0 0 93450 752 0 0 25 0 1 0 21873314 153624576 36457 1992294400 4194304 7136930 140735223318848 18446744073709551615 5507437 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27459/statm: 37506 36457 383 719 0 36785 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 150024

[startup+1002.3 s]
/proc/loadavg: 1.04 1.01 1.00 2/107 27498
/proc/meminfo: memFree=1646204/2059040 swapFree=4136456/4192956
[pid=27459] ppid=27457 vsize=150172 CPUtime=1002.01
/proc/27459/stat : 27459 (pbscip.linux.x8) R 27457 27459 26699 0 -1 4202496 46104 0 0 0 99400 801 0 0 25 0 1 0 21873314 153776128 36478 1992294400 4194304 7136930 140735223318848 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27459/statm: 37543 36478 383 719 0 36822 0
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (KiB) 150172

[startup+1062.3 s]
/proc/loadavg: 1.01 1.01 1.00 2/107 27500
/proc/meminfo: memFree=1646204/2059040 swapFree=4136456/4192956
[pid=27459] ppid=27457 vsize=150304 CPUtime=1061.99
/proc/27459/stat : 27459 (pbscip.linux.x8) R 27457 27459 26699 0 -1 4202496 46127 0 0 0 105352 847 0 0 25 0 1 0 21873314 153911296 36501 1992294400 4194304 7136930 140735223318848 18446744073709551615 4223090 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27459/statm: 37576 36501 383 719 0 36855 0
Current children cumulated CPU time (s) 1061.99
Current children cumulated vsize (KiB) 150304

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 27502
/proc/meminfo: memFree=1646080/2059040 swapFree=4136456/4192956
[pid=27459] ppid=27457 vsize=150444 CPUtime=1121.97
/proc/27459/stat : 27459 (pbscip.linux.x8) R 27457 27459 26699 0 -1 4202496 46166 0 0 0 111304 893 0 0 25 0 1 0 21873314 154054656 36540 1992294400 4194304 7136930 140735223318848 18446744073709551615 4999875 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27459/statm: 37611 36540 383 719 0 36890 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 150444

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 27504
/proc/meminfo: memFree=1646080/2059040 swapFree=4136456/4192956
[pid=27459] ppid=27457 vsize=150576 CPUtime=1181.96
/proc/27459/stat : 27459 (pbscip.linux.x8) R 27457 27459 26699 0 -1 4202496 46179 0 0 0 117256 940 0 0 25 0 1 0 21873314 154189824 36553 1992294400 4194304 7136930 140735223318848 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27459/statm: 37644 36553 383 719 0 36923 0
Current children cumulated CPU time (s) 1181.96
Current children cumulated vsize (KiB) 150576

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 27504
/proc/meminfo: memFree=1646080/2059040 swapFree=4136456/4192956
[pid=27459] ppid=27457 vsize=150576 CPUtime=1241.94
/proc/27459/stat : 27459 (pbscip.linux.x8) R 27457 27459 26699 0 -1 4202496 46180 0 0 0 123206 988 0 0 25 0 1 0 21873314 154189824 36554 1992294400 4194304 7136930 140735223318848 18446744073709551615 5507425 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27459/statm: 37644 36554 383 719 0 36923 0
Current children cumulated CPU time (s) 1241.94
Current children cumulated vsize (KiB) 150576

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 27506
/proc/meminfo: memFree=1645956/2059040 swapFree=4136456/4192956
[pid=27459] ppid=27457 vsize=150724 CPUtime=1301.93
/proc/27459/stat : 27459 (pbscip.linux.x8) R 27457 27459 26699 0 -1 4202496 46228 0 0 0 129160 1033 0 0 25 0 1 0 21873314 154341376 36602 1992294400 4194304 7136930 140735223318848 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27459/statm: 37681 36602 383 719 0 36960 0
Current children cumulated CPU time (s) 1301.93
Current children cumulated vsize (KiB) 150724

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 27508
/proc/meminfo: memFree=1645832/2059040 swapFree=4136456/4192956
[pid=27459] ppid=27457 vsize=150864 CPUtime=1361.92
/proc/27459/stat : 27459 (pbscip.linux.x8) R 27457 27459 26699 0 -1 4202496 46267 0 0 0 135111 1081 0 0 25 0 1 0 21873314 154484736 36641 1992294400 4194304 7136930 140735223318848 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27459/statm: 37716 36641 383 719 0 36995 0
Current children cumulated CPU time (s) 1361.92
Current children cumulated vsize (KiB) 150864

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 27510
/proc/meminfo: memFree=1645584/2059040 swapFree=4136456/4192956
[pid=27459] ppid=27457 vsize=151148 CPUtime=1421.91
/proc/27459/stat : 27459 (pbscip.linux.x8) R 27457 27459 26699 0 -1 4202496 46331 0 0 0 141067 1124 0 0 25 0 1 0 21873314 154775552 36705 1992294400 4194304 7136930 140735223318848 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27459/statm: 37787 36705 383 719 0 37066 0
Current children cumulated CPU time (s) 1421.91
Current children cumulated vsize (KiB) 151148

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 27512
/proc/meminfo: memFree=1645460/2059040 swapFree=4136456/4192956
[pid=27459] ppid=27457 vsize=151148 CPUtime=1481.88
/proc/27459/stat : 27459 (pbscip.linux.x8) R 27457 27459 26699 0 -1 4202496 46336 0 0 0 147019 1169 0 0 25 0 1 0 21873314 154775552 36710 1992294400 4194304 7136930 140735223318848 18446744073709551615 5507419 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27459/statm: 37787 36710 383 719 0 37066 0
Current children cumulated CPU time (s) 1481.88
Current children cumulated vsize (KiB) 151148

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 27512
/proc/meminfo: memFree=1645460/2059040 swapFree=4136456/4192956
[pid=27459] ppid=27457 vsize=151304 CPUtime=1541.86
/proc/27459/stat : 27459 (pbscip.linux.x8) R 27457 27459 26699 0 -1 4202496 46356 0 0 0 152970 1216 0 0 25 0 1 0 21873314 154935296 36730 1992294400 4194304 7136930 140735223318848 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27459/statm: 37826 36730 383 719 0 37105 0
Current children cumulated CPU time (s) 1541.86
Current children cumulated vsize (KiB) 151304

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 27514
/proc/meminfo: memFree=1645088/2059040 swapFree=4136456/4192956
[pid=27459] ppid=27457 vsize=151596 CPUtime=1601.85
/proc/27459/stat : 27459 (pbscip.linux.x8) R 27457 27459 26699 0 -1 4202496 46434 0 0 0 158921 1264 0 0 25 0 1 0 21873314 155234304 36808 1992294400 4194304 7136930 140735223318848 18446744073709551615 5507419 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27459/statm: 37899 36808 383 719 0 37178 0
Current children cumulated CPU time (s) 1601.85
Current children cumulated vsize (KiB) 151596

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 27516
/proc/meminfo: memFree=1644964/2059040 swapFree=4136456/4192956
[pid=27459] ppid=27457 vsize=151740 CPUtime=1661.83
/proc/27459/stat : 27459 (pbscip.linux.x8) R 27457 27459 26699 0 -1 4202496 46445 0 0 0 164870 1313 0 0 25 0 1 0 21873314 155381760 36819 1992294400 4194304 7136930 140735223318848 18446744073709551615 5507419 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27459/statm: 37935 36819 383 719 0 37214 0
Current children cumulated CPU time (s) 1661.83
Current children cumulated vsize (KiB) 151740

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 27518
/proc/meminfo: memFree=1644840/2059040 swapFree=4136456/4192956
[pid=27459] ppid=27457 vsize=151740 CPUtime=1721.81
/proc/27459/stat : 27459 (pbscip.linux.x8) R 27457 27459 26699 0 -1 4202496 46457 0 0 0 170824 1357 0 0 25 0 1 0 21873314 155381760 36831 1992294400 4194304 7136930 140735223318848 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27459/statm: 37935 36831 383 719 0 37214 0
Current children cumulated CPU time (s) 1721.81
Current children cumulated vsize (KiB) 151740

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 27520
/proc/meminfo: memFree=1644592/2059040 swapFree=4136456/4192956
[pid=27459] ppid=27457 vsize=151740 CPUtime=1781.8
/proc/27459/stat : 27459 (pbscip.linux.x8) R 27457 27459 26699 0 -1 4202496 46462 0 0 0 176777 1403 0 0 25 0 1 0 21873314 155381760 36836 1992294400 4194304 7136930 140735223318848 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27459/statm: 37935 36836 383 719 0 37214 0
Current children cumulated CPU time (s) 1781.8
Current children cumulated vsize (KiB) 151740



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 27520
/proc/meminfo: memFree=1644592/2059040 swapFree=4136456/4192956
[pid=27459] ppid=27457 vsize=151740 CPUtime=1800
/proc/27459/stat : 27459 (pbscip.linux.x8) R 27457 27459 26699 0 -1 4202496 46470 0 0 0 178583 1417 0 0 25 0 1 0 21873314 155381760 36844 1992294400 4194304 7136930 140735223318848 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27459/statm: 37935 36844 383 719 0 37214 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 151740

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.00 1.00 1.00 2/108 27521
/proc/meminfo: memFree=1646568/2059040 swapFree=4136456/4192956
[pid=27459] ppid=27457 vsize=141656 CPUtime=1800.11
/proc/27459/stat : 27459 (pbscip.linux.x8) R 27457 27459 26699 0 -1 4202496 46559 0 0 0 178594 1417 0 0 25 0 1 0 21873314 145055744 34311 1992294400 4194304 7136930 140735223318848 18446744073709551615 6360983 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27459/statm: 35414 34311 389 719 0 34693 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 141656

[startup+1800.71 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 27521
/proc/meminfo: memFree=1646568/2059040 swapFree=4136456/4192956
[pid=27459] ppid=27457 vsize=45004 CPUtime=1800.2
/proc/27459/stat : 27459 (pbscip.linux.x8) R 27457 27459 26699 0 -1 4202496 46560 0 0 0 178602 1418 0 0 25 0 1 0 21873314 46084096 10626 1992294400 4194304 7136930 140735223318848 18446744073709551615 4383984 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27459/statm: 11251 10626 390 719 0 10530 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 45004

Child status: 0
Real time (s): 1800.73
CPU time (s): 1800.24
CPU user time (s): 1786.04
CPU system time (s): 14.1908
CPU usage (%): 99.9723
Max. virtual memory (cumulated for all children) (KiB): 151740

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

runsolver used 3.05454 second user time and 8.43672 second system time

The end

Launcher Data

Begin job on node001 at 2010-06-13 22:58:13
IDJOB=2664000
IDBENCH=2173
IDSOLVER=1167
FILE ID=node001/2664000-1276462693
PBS_JOBID= 11173348
Free space on /tmp= 62392 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-g125.18.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-2664000-1276462693/watcher-2664000-1276462693 -o /tmp/evaluation-result-2664000-1276462693/solver-2664000-1276462693 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2664000-1276462693.opb -t 1800 -m 1800

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

MD5SUM BENCH= 18a894a2ba4f3cf6bad1b497c8fca8eb
RANDOM SEED=773526197

node001.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.202
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.40
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.202
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.46
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1793176 kB
Buffers:         43760 kB
Cached:         143300 kB
SwapCached:       9528 kB
Active:          98644 kB
Inactive:       100960 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1793176 kB
SwapTotal:     4192956 kB
SwapFree:      4136456 kB
Dirty:            5064 kB
Writeback:           0 kB
AnonPages:       10940 kB
Mapped:           9192 kB
Slab:            44456 kB
PageTables:       4028 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182596 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= 62388 MiB
End job on node001 at 2010-06-13 23:28:15