Trace number 2664002

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.34 1800.84

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-g125.17.opb
MD5SUM7d701b956113b6fc93a1922e71200e27
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 variables4250
Total number of constraints68397
Number of constraints which are clauses68397
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 constraint17
Number of terms in the objective function 4250
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 4250
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 4250
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-2664002-1276465882.opb>
1.10/1.12	c original problem has 4250 variables (4250 bin, 0 int, 0 impl, 0 cont) and 68397 constraints
1.10/1.12	c problem read
1.10/1.12	c presolving settings loaded
1.10/1.12	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.29/1.36	c presolving:
2.49/2.55	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 66272 upgd conss, 392598 impls, 0 clqs
2.69/2.73	c (round 2) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 68397 upgd conss, 392598 impls, 0 clqs
7.39/7.47	c    (6.0s) probing: 1000/4250 (23.5%) - 0 fixings, 0 aggregations, 18502 implications, 0 bound changes
11.48/11.58	c    (10.1s) probing: 2000/4250 (47.1%) - 0 fixings, 0 aggregations, 35543 implications, 0 bound changes
11.48/11.58	c    (10.1s) probing: 2001/4250 (47.1%) - 0 fixings, 0 aggregations, 35563 implications, 0 bound changes
11.48/11.58	c    (10.1s) probing aborted: 2000/2000 successive useless probings
11.48/11.58	c presolving (3 rounds):
11.48/11.58	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
11.48/11.58	c  524786 implications, 0 cliques
11.48/11.58	c presolved problem has 4250 variables (4250 bin, 0 int, 0 impl, 0 cont) and 68397 constraints
11.48/11.58	c   68397 constraints of type <logicor>
11.48/11.58	c transformed objective value is always integral (scale: 1)
11.48/11.58	c Presolving Time: 9.96
11.48/11.58	c - non default parameters ----------------------------------------------------------------------
11.48/11.58	c # SCIP version 1.2.1.2
11.48/11.58	c 
11.48/11.58	c # maximal number of intermediate conflict constraints generated in conflict graph (-1: use every intermediate constraint)
11.48/11.58	c # [type: int, range: [-1,2147483647], default: -1]
11.48/11.58	c conflict/interconss = 0
11.48/11.58	c 
11.48/11.58	c # should binary conflicts be preferred?
11.48/11.58	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
11.48/11.58	c conflict/preferbinary = TRUE
11.48/11.58	c 
11.48/11.58	c # maximum age an unnecessary constraint can reach before it is deleted (0: dynamic, -1: keep all constraints)
11.48/11.58	c # [type: int, range: [-1,2147483647], default: 0]
11.48/11.58	c constraints/agelimit = 1
11.48/11.58	c 
11.48/11.58	c # should enforcement of pseudo solution be disabled?
11.48/11.58	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
11.48/11.58	c constraints/disableenfops = TRUE
11.48/11.58	c 
11.48/11.58	c # frequency for displaying node information lines
11.48/11.58	c # [type: int, range: [-1,2147483647], default: 100]
11.48/11.58	c display/freq = 10000
11.48/11.58	c 
11.48/11.59	c # maximal time in seconds to run
11.48/11.59	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
11.48/11.59	c limits/time = 1798.89
11.48/11.59	c 
11.48/11.59	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
11.48/11.59	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
11.48/11.59	c limits/memory = 1620
11.48/11.59	c 
11.48/11.59	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
11.48/11.59	c # [type: int, range: [-1,2147483647], default: 1]
11.48/11.59	c lp/solvefreq = -1
11.48/11.59	c 
11.48/11.59	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.48/11.59	c # [type: char, range: {lafpsqd}, default: l]
11.48/11.59	c lp/pricing = a
11.48/11.59	c 
11.48/11.59	c # should presolving try to simplify inequalities
11.48/11.59	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
11.48/11.59	c constraints/linear/simplifyinequalities = TRUE
11.48/11.59	c 
11.48/11.59	c # should presolving try to simplify knapsacks
11.48/11.59	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
11.48/11.59	c constraints/knapsack/simplifyinequalities = TRUE
11.48/11.59	c 
11.48/11.59	c # priority of node selection rule <dfs> in standard mode
11.48/11.59	c # [type: int, range: [-536870912,536870911], default: 0]
11.48/11.59	c nodeselection/dfs/stdpriority = 1000000
11.48/11.59	c 
11.48/11.59	c -----------------------------------------------------------------------------------------------
11.48/11.59	c start solving
11.48/11.59	c 
11.58/11.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
11.58/11.63	c  10.1s|     1 |     2 |     0 |     - |  64M|   0 |   - |4250 |  68k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
139.95/140.03	c   138s| 10000 |   276 |     0 |   0.0 |  65M| 301 |   - |4250 |  68k|   0 |   0 |   0 |6074 |   0 | 1.000000e+00 |      --      |    Inf 
273.21/273.36	c   270s| 20000 |   279 |     0 |   0.0 |  65M| 301 |   - |4250 |  68k|   0 |   0 |   0 |  12k|   0 | 1.000000e+00 |      --      |    Inf 
400.78/400.98	c   396s| 30000 |   276 |     0 |   0.0 |  65M| 301 |   - |4250 |  68k|   0 |   0 |   0 |  18k|   0 | 1.000000e+00 |      --      |    Inf 
537.45/537.67	c   532s| 40000 |   277 |     0 |   0.0 |  65M| 301 |   - |4250 |  68k|   0 |   0 |   0 |  24k|   0 | 1.000000e+00 |      --      |    Inf 
671.99/672.20	c   666s| 50000 |   274 |     0 |   0.0 |  65M| 301 |   - |4250 |  68k|   0 |   0 |   0 |  30k|   0 | 1.000000e+00 |      --      |    Inf 
806.56/806.86	c   799s| 60000 |   272 |     0 |   0.0 |  65M| 301 |   - |4250 |  68k|   0 |   0 |   0 |  37k|   0 | 1.000000e+00 |      --      |    Inf 
940.62/940.98	c   932s| 70000 |   274 |     0 |   0.0 |  65M| 301 |   - |4250 |  68k|   0 |   0 |   0 |  43k|   0 | 1.000000e+00 |      --      |    Inf 
1073.19/1073.60	c  1064s| 80000 |   273 |     0 |   0.0 |  65M| 301 |   - |4250 |  68k|   0 |   0 |   0 |  49k|   0 | 1.000000e+00 |      --      |    Inf 
1204.95/1205.33	c  1195s| 90000 |   268 |     0 |   0.0 |  65M| 301 |   - |4250 |  68k|   0 |   0 |   0 |  55k|   0 | 1.000000e+00 |      --      |    Inf 
1337.71/1338.19	c  1326s|100000 |   268 |     0 |   0.0 |  65M| 301 |   - |4250 |  68k|   0 |   0 |   0 |  62k|   0 | 1.000000e+00 |      --      |    Inf 
1466.28/1466.73	c  1454s|110000 |   270 |     0 |   0.0 |  65M| 301 |   - |4250 |  68k|   0 |   0 |   0 |  68k|   0 | 1.000000e+00 |      --      |    Inf 
1593.74/1594.22	c  1580s|120000 |   269 |     0 |   0.0 |  65M| 301 |   - |4250 |  68k|   0 |   0 |   0 |  74k|   0 | 1.000000e+00 |      --      |    Inf 
1727.62/1728.11	c  1713s|130000 |   269 |     0 |   0.0 |  65M| 301 |   - |4250 |  68k|   0 |   0 |   0 |  80k|   0 | 1.000000e+00 |      --      |    Inf 
1800.11/1800.61	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.11/1800.61	c 
1800.11/1800.61	c SCIP Status        : solving was interrupted [user interrupt]
1800.11/1800.61	c Solving Time (sec) : 1785.18
1800.11/1800.61	c Solving Nodes      : 135585
1800.11/1800.61	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.11/1800.61	c Dual Bound         : +1.00000000000000e+00
1800.11/1800.61	c Gap                : infinite
1800.11/1800.61	s UNKNOWN
1800.11/1800.61	c SCIP Status        : solving was interrupted [user interrupt]
1800.11/1800.61	c Solving Time       :    1785.18
1800.11/1800.61	c Original Problem   :
1800.11/1800.61	c   Problem name     : HOME/instance-2664002-1276465882.opb
1800.11/1800.61	c   Variables        : 4250 (4250 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.11/1800.61	c   Constraints      : 68397 initial, 68397 maximal
1800.11/1800.61	c Presolved Problem  :
1800.11/1800.61	c   Problem name     : t_HOME/instance-2664002-1276465882.opb
1800.11/1800.61	c   Variables        : 4250 (4250 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.11/1800.61	c   Constraints      : 68397 initial, 68603 maximal
1800.11/1800.61	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.11/1800.61	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.11/1800.61	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.11/1800.61	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.11/1800.61	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.11/1800.61	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.11/1800.61	c   probing          :       8.66          0          0          0          0          0          0          0          0
1800.11/1800.61	c   logicor          :       0.31          0          0          0          0          0          0          0          0
1800.11/1800.61	c   root node        :          -          0          -          -          0          -          -          -          -
1800.11/1800.61	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.11/1800.61	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.11/1800.61	c   logicor          :      68397+         0    1762275          0          0      79876   21795317          0          0          0
1800.11/1800.61	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.11/1800.61	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.11/1800.61	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.11/1800.61	c   logicor          :     566.70       0.00     566.70       0.00       0.00
1800.11/1800.61	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.11/1800.61	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.11/1800.61	c   vbounds          :       1.18          2          0          0
1800.11/1800.61	c   rootredcost      :       1.08          0          0          0
1800.11/1800.61	c   pseudoobj        :     778.39    1887351          0          0
1800.11/1800.61	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.11/1800.61	c   propagation      :      85.27      79876      79876      79876       50.8       4433       62.6          -
1800.11/1800.61	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.11/1800.61	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.11/1800.61	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.11/1800.61	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.11/1800.61	c   applied globally :          -          -          -      84309       51.4          -          -          -
1800.11/1800.61	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.11/1800.61	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.11/1800.61	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.11/1800.61	c   redcost          :       0.00          0          0          0          0          0
1800.11/1800.61	c   impliedbounds    :       0.00          0          0          0          0          0
1800.11/1800.61	c   intobj           :       0.00          0          0          0          0          0
1800.11/1800.61	c   cgmip            :       0.00          0          0          0          0          0
1800.11/1800.61	c   gomory           :       0.00          0          0          0          0          0
1800.11/1800.61	c   strongcg         :       0.00          0          0          0          0          0
1800.11/1800.61	c   cmir             :       0.00          0          0          0          0          0
1800.11/1800.61	c   flowcover        :       0.00          0          0          0          0          0
1800.11/1800.61	c   clique           :       0.00          0          0          0          0          0
1800.11/1800.61	c   zerohalf         :       0.00          0          0          0          0          0
1800.11/1800.61	c   mcf              :       0.00          0          0          0          0          0
1800.11/1800.61	c   rapidlearning    :       0.00          0          0          0          0          0
1800.11/1800.61	c Pricers            :       Time      Calls       Vars
1800.11/1800.61	c   problem variables:       0.00          0          0
1800.11/1800.61	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.11/1800.61	c   relpscost        :       0.00          0          0          0          0          0          0
1800.11/1800.61	c   pscost           :       0.00          0          0          0          0          0          0
1800.11/1800.61	c   inference        :      29.48      84934          0          0          0          0     169868
1800.11/1800.61	c   mostinf          :       0.00          0          0          0          0          0          0
1800.11/1800.61	c   leastinf         :       0.00          0          0          0          0          0          0
1800.11/1800.61	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.11/1800.61	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.11/1800.61	c   random           :       0.00          0          0          0          0          0          0
1800.11/1800.61	c Primal Heuristics  :       Time      Calls      Found
1800.11/1800.61	c   LP solutions     :       0.00          -          0
1800.11/1800.61	c   pseudo solutions :       0.00          -          0
1800.11/1800.61	c   oneopt           :       0.10          0          0
1800.11/1800.61	c   trivial          :       0.08          2          0
1800.11/1800.61	c   simplerounding   :       0.00          0          0
1800.11/1800.61	c   zirounding       :       0.00          0          0
1800.11/1800.61	c   rounding         :       0.00          0          0
1800.11/1800.61	c   shifting         :       0.00          0          0
1800.11/1800.61	c   intshifting      :       0.00          0          0
1800.11/1800.61	c   twoopt           :       0.00          0          0
1800.11/1800.61	c   fixandinfer      :       0.00          0          0
1800.11/1800.61	c   feaspump         :       0.00          0          0
1800.11/1800.61	c   coefdiving       :       0.00          0          0
1800.11/1800.61	c   pscostdiving     :       0.00          0          0
1800.11/1800.61	c   fracdiving       :       0.00          0          0
1800.11/1800.61	c   veclendiving     :       0.00          0          0
1800.11/1800.61	c   intdiving        :       0.00          0          0
1800.11/1800.61	c   actconsdiving    :       0.00          0          0
1800.11/1800.61	c   objpscostdiving  :       0.00          0          0
1800.11/1800.61	c   rootsoldiving    :       0.00          0          0
1800.11/1800.61	c   linesearchdiving :       0.00          0          0
1800.11/1800.61	c   guideddiving     :       0.00          0          0
1800.11/1800.61	c   octane           :       0.00          0          0
1800.11/1800.61	c   rens             :       0.00          0          0
1800.11/1800.61	c   rins             :       0.00          0          0
1800.11/1800.61	c   localbranching   :       0.00          0          0
1800.11/1800.61	c   mutation         :       0.00          0          0
1800.11/1800.61	c   crossover        :       0.00          0          0
1800.11/1800.61	c   dins             :       0.00          0          0
1800.11/1800.61	c   undercover       :       0.00          0          0
1800.11/1800.61	c   nlp              :       0.17          0          0
1800.11/1800.61	c   trysol           :       0.14          0          0
1800.11/1800.61	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.11/1800.61	c   primal LP        :       0.00          0          0       0.00          -
1800.11/1800.61	c   dual LP          :       0.00          0          0       0.00          -
1800.11/1800.61	c   lex dual LP      :       0.00          0          0       0.00          -
1800.11/1800.61	c   barrier LP       :       0.00          0          0       0.00          -
1800.11/1800.61	c   diving/probing LP:       0.00          0          0       0.00          -
1800.11/1800.61	c   strong branching :       0.00          0          0       0.00          -
1800.11/1800.61	c     (at root node) :          -          0          0       0.00          -
1800.11/1800.61	c   conflict analysis:       0.00          0          0       0.00          -
1800.11/1800.61	c B&B Tree           :
1800.11/1800.61	c   number of runs   :          1
1800.11/1800.61	c   nodes            :     135585
1800.11/1800.61	c   nodes (total)    :     135585
1800.11/1800.61	c   nodes left       :        271
1800.11/1800.61	c   max depth        :        301
1800.11/1800.61	c   max depth (total):        301
1800.11/1800.61	c   backtracks       :      30472 (22.5%)
1800.11/1800.61	c   delayed cutoffs  :      34013
1800.11/1800.61	c   repropagations   :     148113 (8104015 domain reductions, 29225 cutoffs)
1800.11/1800.61	c   avg switch length:       3.05
1800.11/1800.61	c   switching time   :     240.89
1800.11/1800.61	c Solution           :
1800.11/1800.61	c   Solutions found  :          0 (0 improvements)
1800.11/1800.61	c   Primal Bound     :          -
1800.11/1800.61	c   Dual Bound       : +1.00000000000000e+00
1800.11/1800.61	c   Gap              :   infinite
1800.11/1800.61	c   Root Dual Bound  : +0.00000000000000e+00
1800.11/1800.61	c   Root Iterations  :          0
1800.29/1800.83	c Time complete: 1800.32.

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-2664002-1276465882/watcher-2664002-1276465882 -o /tmp/evaluation-result-2664002-1276465882/solver-2664002-1276465882 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2664002-1276465882.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.00 1.00 1.00 3/106 26616
/proc/meminfo: memFree=1852548/2059040 swapFree=4140108/4192956
[pid=26616] ppid=26614 vsize=5556 CPUtime=0
/proc/26616/stat : 26616 (pbscip.linux.x8) R 26614 26616 26346 0 -1 4202496 886 0 0 0 0 0 0 0 17 0 1 0 22191924 5689344 809 1992294400 4194304 7136930 140737260487504 18446744073709551615 6349764 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26616/statm: 1389 809 249 719 0 668 0

[startup+0.02236 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 26616
/proc/meminfo: memFree=1852548/2059040 swapFree=4140108/4192956
[pid=26616] ppid=26614 vsize=10412 CPUtime=0.02
/proc/26616/stat : 26616 (pbscip.linux.x8) R 26614 26616 26346 0 -1 4202496 2114 0 0 0 1 1 0 0 17 0 1 0 22191924 10661888 2036 1992294400 4194304 7136930 140737260487504 18446744073709551615 5960182 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26616/statm: 2603 2036 266 719 0 1882 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 10412

[startup+0.101368 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 26616
/proc/meminfo: memFree=1852548/2059040 swapFree=4140108/4192956
[pid=26616] ppid=26614 vsize=14748 CPUtime=0.09
/proc/26616/stat : 26616 (pbscip.linux.x8) R 26614 26616 26346 0 -1 4202496 3202 0 0 0 8 1 0 0 17 0 1 0 22191924 15101952 3124 1992294400 4194304 7136930 140737260487504 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26616/statm: 3687 3124 271 719 0 2966 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14748

[startup+0.301391 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 26616
/proc/meminfo: memFree=1852548/2059040 swapFree=4140108/4192956
[pid=26616] ppid=26614 vsize=19372 CPUtime=0.29
/proc/26616/stat : 26616 (pbscip.linux.x8) R 26614 26616 26346 0 -1 4202496 4359 0 0 0 28 1 0 0 17 0 1 0 22191924 19836928 4281 1992294400 4194304 7136930 140737260487504 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26616/statm: 4843 4281 271 719 0 4122 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19372

[startup+0.701438 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 26616
/proc/meminfo: memFree=1852548/2059040 swapFree=4140108/4192956
[pid=26616] ppid=26614 vsize=27892 CPUtime=0.69
/proc/26616/stat : 26616 (pbscip.linux.x8) R 26614 26616 26346 0 -1 4202496 6485 0 0 0 67 2 0 0 17 0 1 0 22191924 28561408 6407 1992294400 4194304 7136930 140737260487504 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26616/statm: 6973 6407 271 719 0 6252 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 27892

[startup+1.50053 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 26617
/proc/meminfo: memFree=1821292/2059040 swapFree=4140108/4192956
[pid=26616] ppid=26614 vsize=87392 CPUtime=1.49
/proc/26616/stat : 26616 (pbscip.linux.x8) R 26614 26616 26346 0 -1 4202496 21343 0 0 0 138 11 0 0 18 0 1 0 22191924 89489408 20850 1992294400 4194304 7136930 140737260487504 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26616/statm: 21848 20850 338 719 0 21127 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 87392

[startup+3.10072 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 26617
/proc/meminfo: memFree=1742552/2059040 swapFree=4140108/4192956
[pid=26616] ppid=26614 vsize=118148 CPUtime=3.09
/proc/26616/stat : 26616 (pbscip.linux.x8) R 26614 26616 26346 0 -1 4202496 38107 0 0 0 275 34 0 0 21 0 1 0 22191924 120983552 28459 1992294400 4194304 7136930 140737260487504 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26616/statm: 29537 28459 359 719 0 28816 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 118148

[startup+6.30109 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 26617
/proc/meminfo: memFree=1737344/2059040 swapFree=4140108/4192956
[pid=26616] ppid=26614 vsize=120392 CPUtime=6.29
/proc/26616/stat : 26616 (pbscip.linux.x8) R 26614 26616 26346 0 -1 4202496 38668 0 0 0 593 36 0 0 25 0 1 0 22191924 123281408 29020 1992294400 4194304 7136930 140737260487504 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26616/statm: 30098 29020 359 719 0 29377 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 120392

[startup+12.7008 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 26617
/proc/meminfo: memFree=1727920/2059040 swapFree=4140108/4192956
[pid=26616] ppid=26614 vsize=129752 CPUtime=12.69
/proc/26616/stat : 26616 (pbscip.linux.x8) R 26614 26616 26346 0 -1 4202496 41029 0 0 0 1229 40 0 0 25 0 1 0 22191924 132866048 31378 1992294400 4194304 7136930 140737260487504 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26616/statm: 32438 31378 383 719 0 31717 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 129752

[startup+25.5013 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 26617
/proc/meminfo: memFree=1723704/2059040 swapFree=4140108/4192956
[pid=26616] ppid=26614 vsize=134224 CPUtime=25.48
/proc/26616/stat : 26616 (pbscip.linux.x8) R 26614 26616 26346 0 -1 4202496 42106 0 0 0 2498 50 0 0 25 0 1 0 22191924 137445376 32455 1992294400 4194304 7136930 140737260487504 18446744073709551615 4431494 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26616/statm: 33556 32455 383 719 0 32835 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 134224

[startup+51.1013 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 26619
/proc/meminfo: memFree=1719860/2059040 swapFree=4140108/4192956
[pid=26616] ppid=26614 vsize=138080 CPUtime=51.08
/proc/26616/stat : 26616 (pbscip.linux.x8) R 26614 26616 26346 0 -1 4202496 43076 0 0 0 5038 70 0 0 25 0 1 0 22191924 141393920 33425 1992294400 4194304 7136930 140737260487504 18446744073709551615 5507419 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26616/statm: 34520 33425 383 719 0 33799 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 138080

[startup+102.309 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 26619
/proc/meminfo: memFree=1716884/2059040 swapFree=4140108/4192956
[pid=26616] ppid=26614 vsize=140808 CPUtime=102.27
/proc/26616/stat : 26616 (pbscip.linux.x8) R 26614 26616 26346 0 -1 4202496 43723 0 0 0 10117 110 0 0 25 0 1 0 22191924 144187392 34072 1992294400 4194304 7136930 140737260487504 18446744073709551615 5507419 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26616/statm: 35202 34072 383 719 0 34481 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 140808

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 26621
/proc/meminfo: memFree=1715396/2059040 swapFree=4140108/4192956
[pid=26616] ppid=26614 vsize=142296 CPUtime=162.24
/proc/26616/stat : 26616 (pbscip.linux.x8) R 26614 26616 26346 0 -1 4202496 44112 0 0 0 16066 158 0 0 25 0 1 0 22191924 145711104 34461 1992294400 4194304 7136930 140737260487504 18446744073709551615 5507419 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26616/statm: 35574 34461 383 719 0 34853 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 142296

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 26623
/proc/meminfo: memFree=1714032/2059040 swapFree=4140108/4192956
[pid=26616] ppid=26614 vsize=143596 CPUtime=222.23
/proc/26616/stat : 26616 (pbscip.linux.x8) R 26614 26616 26346 0 -1 4202496 44421 0 0 0 22023 200 0 0 25 0 1 0 22191924 147042304 34770 1992294400 4194304 7136930 140737260487504 18446744073709551615 5507289 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26616/statm: 35899 34770 383 719 0 35178 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 143596

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 26625
/proc/meminfo: memFree=1713164/2059040 swapFree=4140108/4192956
[pid=26616] ppid=26614 vsize=144580 CPUtime=282.21
/proc/26616/stat : 26616 (pbscip.linux.x8) R 26614 26616 26346 0 -1 4202496 44647 0 0 0 27977 244 0 0 25 0 1 0 22191924 148049920 34996 1992294400 4194304 7136930 140737260487504 18446744073709551615 4998670 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26616/statm: 36145 34996 383 719 0 35424 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 144580

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 26627
/proc/meminfo: memFree=1712792/2059040 swapFree=4140108/4192956
[pid=26616] ppid=26614 vsize=144988 CPUtime=342.2
/proc/26616/stat : 26616 (pbscip.linux.x8) R 26614 26616 26346 0 -1 4202496 44735 0 0 0 33928 292 0 0 25 0 1 0 22191924 148467712 35084 1992294400 4194304 7136930 140737260487504 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26616/statm: 36247 35084 383 719 0 35526 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 144988

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 26627
/proc/meminfo: memFree=1712420/2059040 swapFree=4140108/4192956
[pid=26616] ppid=26614 vsize=145124 CPUtime=402.19
/proc/26616/stat : 26616 (pbscip.linux.x8) R 26614 26616 26346 0 -1 4202496 44799 0 0 0 39882 337 0 0 25 0 1 0 22191924 148606976 35148 1992294400 4194304 7136930 140737260487504 18446744073709551615 4224183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26616/statm: 36281 35148 383 719 0 35560 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 145124

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 26629
/proc/meminfo: memFree=1712048/2059040 swapFree=4140108/4192956
[pid=26616] ppid=26614 vsize=145572 CPUtime=462.17
/proc/26616/stat : 26616 (pbscip.linux.x8) R 26614 26616 26346 0 -1 4202496 44885 0 0 0 45836 381 0 0 25 0 1 0 22191924 149065728 35234 1992294400 4194304 7136930 140737260487504 18446744073709551615 5507220 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26616/statm: 36393 35234 383 719 0 35672 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 145572

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 26631
/proc/meminfo: memFree=1711800/2059040 swapFree=4140108/4192956
[pid=26616] ppid=26614 vsize=145888 CPUtime=522.15
/proc/26616/stat : 26616 (pbscip.linux.x8) R 26614 26616 26346 0 -1 4202496 44952 0 0 0 51784 431 0 0 25 0 1 0 22191924 149389312 35301 1992294400 4194304 7136930 140737260487504 18446744073709551615 4999910 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26616/statm: 36472 35301 383 719 0 35751 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 145888

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 26642
/proc/meminfo: memFree=1710684/2059040 swapFree=4140108/4192956
[pid=26616] ppid=26614 vsize=146180 CPUtime=582.12
/proc/26616/stat : 26616 (pbscip.linux.x8) R 26614 26616 26346 0 -1 4202496 45039 0 0 0 57735 477 0 0 25 0 1 0 22191924 149688320 35388 1992294400 4194304 7136930 140737260487504 18446744073709551615 5507419 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26616/statm: 36545 35388 383 719 0 35824 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 146180

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 26644
/proc/meminfo: memFree=1710560/2059040 swapFree=4140108/4192956
[pid=26616] ppid=26614 vsize=146476 CPUtime=642.11
/proc/26616/stat : 26616 (pbscip.linux.x8) R 26614 26616 26346 0 -1 4202496 45104 0 0 0 63690 521 0 0 25 0 1 0 22191924 149991424 35453 1992294400 4194304 7136930 140737260487504 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26616/statm: 36619 35453 383 719 0 35898 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 146476

[startup+702.302 s]

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

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 26650
/proc/meminfo: memFree=1709692/2059040 swapFree=4140108/4192956
[pid=26616] ppid=26614 vsize=147820 CPUtime=882.04
/proc/26616/stat : 26616 (pbscip.linux.x8) R 26614 26616 26346 0 -1 4202496 45395 0 0 0 87512 692 0 0 25 0 1 0 22191924 151367680 35744 1992294400 4194304 7136930 140737260487504 18446744073709551615 5507289 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26616/statm: 36955 35744 383 719 0 36234 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 147820

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 26652
/proc/meminfo: memFree=1709568/2059040 swapFree=4140108/4192956
[pid=26616] ppid=26614 vsize=147820 CPUtime=942.02
/proc/26616/stat : 26616 (pbscip.linux.x8) R 26614 26616 26346 0 -1 4202496 45411 0 0 0 93466 736 0 0 25 0 1 0 22191924 151367680 35760 1992294400 4194304 7136930 140737260487504 18446744073709551615 5507431 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26616/statm: 36955 35760 383 719 0 36234 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 147820

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 26652
/proc/meminfo: memFree=1709444/2059040 swapFree=4140108/4192956
[pid=26616] ppid=26614 vsize=147952 CPUtime=1002
/proc/26616/stat : 26616 (pbscip.linux.x8) R 26614 26616 26346 0 -1 4202496 45441 0 0 0 99417 783 0 0 25 0 1 0 22191924 151502848 35790 1992294400 4194304 7136930 140737260487504 18446744073709551615 5507003 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26616/statm: 36988 35790 383 719 0 36267 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 147952

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 26654
/proc/meminfo: memFree=1709196/2059040 swapFree=4140108/4192956
[pid=26616] ppid=26614 vsize=148100 CPUtime=1061.98
/proc/26616/stat : 26616 (pbscip.linux.x8) R 26614 26616 26346 0 -1 4202496 45486 0 0 0 105368 830 0 0 25 0 1 0 22191924 151654400 35835 1992294400 4194304 7136930 140737260487504 18446744073709551615 5507289 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26616/statm: 37025 35835 383 719 0 36304 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 148100

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 26656
/proc/meminfo: memFree=1709072/2059040 swapFree=4140108/4192956
[pid=26616] ppid=26614 vsize=148268 CPUtime=1121.97
/proc/26616/stat : 26616 (pbscip.linux.x8) R 26614 26616 26346 0 -1 4202496 45512 0 0 0 111323 874 0 0 25 0 1 0 22191924 151826432 35861 1992294400 4194304 7136930 140737260487504 18446744073709551615 5507419 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26616/statm: 37067 35861 383 719 0 36346 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 148268

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 26658
/proc/meminfo: memFree=1708948/2059040 swapFree=4140108/4192956
[pid=26616] ppid=26614 vsize=148404 CPUtime=1181.96
/proc/26616/stat : 26616 (pbscip.linux.x8) R 26614 26616 26346 0 -1 4202496 45525 0 0 0 117277 919 0 0 25 0 1 0 22191924 151965696 35874 1992294400 4194304 7136930 140737260487504 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26616/statm: 37101 35874 383 719 0 36380 0
Current children cumulated CPU time (s) 1181.96
Current children cumulated vsize (KiB) 148404

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 26660
/proc/meminfo: memFree=1708576/2059040 swapFree=4140108/4192956
[pid=26616] ppid=26614 vsize=148552 CPUtime=1241.94
/proc/26616/stat : 26616 (pbscip.linux.x8) R 26614 26616 26346 0 -1 4202496 45570 0 0 0 123230 964 0 0 25 0 1 0 22191924 152117248 35919 1992294400 4194304 7136930 140737260487504 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26616/statm: 37138 35919 383 719 0 36417 0
Current children cumulated CPU time (s) 1241.94
Current children cumulated vsize (KiB) 148552

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 3/107 26660
/proc/meminfo: memFree=1708452/2059040 swapFree=4140108/4192956
[pid=26616] ppid=26614 vsize=148552 CPUtime=1301.93
/proc/26616/stat : 26616 (pbscip.linux.x8) R 26614 26616 26346 0 -1 4202496 45575 0 0 0 129183 1010 0 0 25 0 1 0 22191924 152117248 35924 1992294400 4194304 7136930 140737260487504 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26616/statm: 37138 35924 383 719 0 36417 0
Current children cumulated CPU time (s) 1301.93
Current children cumulated vsize (KiB) 148552

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 26665
/proc/meminfo: memFree=1707832/2059040 swapFree=4140108/4192956
[pid=26616] ppid=26614 vsize=148700 CPUtime=1361.91
/proc/26616/stat : 26616 (pbscip.linux.x8) R 26614 26616 26346 0 -1 4202496 45603 0 0 0 135136 1055 0 0 25 0 1 0 22191924 152268800 35952 1992294400 4194304 7136930 140737260487504 18446744073709551615 5507419 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26616/statm: 37175 35952 383 719 0 36454 0
Current children cumulated CPU time (s) 1361.91
Current children cumulated vsize (KiB) 148700

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 26667
/proc/meminfo: memFree=1707708/2059040 swapFree=4140108/4192956
[pid=26616] ppid=26614 vsize=148864 CPUtime=1421.9
/proc/26616/stat : 26616 (pbscip.linux.x8) R 26614 26616 26346 0 -1 4202496 45624 0 0 0 141088 1102 0 0 25 0 1 0 22191924 152436736 35973 1992294400 4194304 7136930 140737260487504 18446744073709551615 5507419 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26616/statm: 37216 35973 383 719 0 36495 0
Current children cumulated CPU time (s) 1421.9
Current children cumulated vsize (KiB) 148864

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 26669
/proc/meminfo: memFree=1707584/2059040 swapFree=4140108/4192956
[pid=26616] ppid=26614 vsize=149020 CPUtime=1481.87
/proc/26616/stat : 26616 (pbscip.linux.x8) R 26614 26616 26346 0 -1 4202496 45665 0 0 0 147041 1146 0 0 25 0 1 0 22191924 152596480 36014 1992294400 4194304 7136930 140737260487504 18446744073709551615 4643150 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26616/statm: 37255 36014 383 719 0 36534 0
Current children cumulated CPU time (s) 1481.87
Current children cumulated vsize (KiB) 149020

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 26671
/proc/meminfo: memFree=1707832/2059040 swapFree=4140108/4192956
[pid=26616] ppid=26614 vsize=149020 CPUtime=1541.86
/proc/26616/stat : 26616 (pbscip.linux.x8) R 26614 26616 26346 0 -1 4202496 45682 0 0 0 152993 1193 0 0 25 0 1 0 22191924 152596480 36031 1992294400 4194304 7136930 140737260487504 18446744073709551615 5507419 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26616/statm: 37255 36031 383 719 0 36534 0
Current children cumulated CPU time (s) 1541.86
Current children cumulated vsize (KiB) 149020

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 26671
/proc/meminfo: memFree=1707832/2059040 swapFree=4140108/4192956
[pid=26616] ppid=26614 vsize=149168 CPUtime=1601.84
/proc/26616/stat : 26616 (pbscip.linux.x8) R 26614 26616 26346 0 -1 4202496 45699 0 0 0 158943 1241 0 0 25 0 1 0 22191924 152748032 36048 1992294400 4194304 7136930 140737260487504 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26616/statm: 37292 36048 383 719 0 36571 0
Current children cumulated CPU time (s) 1601.84
Current children cumulated vsize (KiB) 149168

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 26673
/proc/meminfo: memFree=1707708/2059040 swapFree=4140108/4192956
[pid=26616] ppid=26614 vsize=149308 CPUtime=1661.83
/proc/26616/stat : 26616 (pbscip.linux.x8) R 26614 26616 26346 0 -1 4202496 45722 0 0 0 164899 1284 0 0 25 0 1 0 22191924 152891392 36071 1992294400 4194304 7136930 140737260487504 18446744073709551615 5507419 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26616/statm: 37327 36071 383 719 0 36606 0
Current children cumulated CPU time (s) 1661.83
Current children cumulated vsize (KiB) 149308

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 26675
/proc/meminfo: memFree=1707212/2059040 swapFree=4140108/4192956
[pid=26616] ppid=26614 vsize=149904 CPUtime=1721.81
/proc/26616/stat : 26616 (pbscip.linux.x8) R 26614 26616 26346 0 -1 4202496 45849 0 0 0 170858 1323 0 0 25 0 1 0 22191924 153501696 36198 1992294400 4194304 7136930 140737260487504 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26616/statm: 37476 36198 383 719 0 36755 0
Current children cumulated CPU time (s) 1721.81
Current children cumulated vsize (KiB) 149904

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 26677
/proc/meminfo: memFree=1706840/2059040 swapFree=4140108/4192956
[pid=26616] ppid=26614 vsize=150188 CPUtime=1781.8
/proc/26616/stat : 26616 (pbscip.linux.x8) R 26614 26616 26346 0 -1 4202496 45911 0 0 0 176812 1368 0 0 25 0 1 0 22191924 153792512 36260 1992294400 4194304 7136930 140737260487504 18446744073709551615 5507381 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26616/statm: 37547 36260 383 719 0 36826 0
Current children cumulated CPU time (s) 1781.8
Current children cumulated vsize (KiB) 150188



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 26677
/proc/meminfo: memFree=1706840/2059040 swapFree=4140108/4192956
[pid=26616] ppid=26614 vsize=150188 CPUtime=1800.11
/proc/26616/stat : 26616 (pbscip.linux.x8) R 26614 26616 26346 0 -1 4202496 45918 0 0 0 178626 1385 0 0 25 0 1 0 22191924 153792512 36267 1992294400 4194304 7136930 140737260487504 18446744073709551615 5507169 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26616/statm: 37547 36267 383 719 0 36826 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 150188

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

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

[startup+1800.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 26677
/proc/meminfo: memFree=1706840/2059040 swapFree=4140108/4192956
[pid=26616] ppid=26614 vsize=63396 CPUtime=1800.29
/proc/26616/stat : 26616 (pbscip.linux.x8) R 26614 26616 26346 0 -1 4202496 46006 0 0 0 178643 1386 0 0 25 0 1 0 22191924 64917504 12865 1992294400 4194304 7136930 140737260487504 18446744073709551615 6526746 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26616/statm: 15849 12865 390 719 0 15128 0
Current children cumulated CPU time (s) 1800.29
Current children cumulated vsize (KiB) 63396

Child status: 0
Real time (s): 1800.84
CPU time (s): 1800.34
CPU user time (s): 1786.47
CPU system time (s): 13.8699
CPU usage (%): 99.9722
Max. virtual memory (cumulated for all children) (KiB): 150188

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

runsolver used 2.89756 second user time and 8.5837 second system time

The end

Launcher Data

Begin job on node006 at 2010-06-13 23:51:23
IDJOB=2664002
IDBENCH=2183
IDSOLVER=1167
FILE ID=node006/2664002-1276465882
PBS_JOBID= 11173357
Free space on /tmp= 62472 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.17.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-2664002-1276465882/watcher-2664002-1276465882 -o /tmp/evaluation-result-2664002-1276465882/solver-2664002-1276465882 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2664002-1276465882.opb -t 1800 -m 1800

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

MD5SUM BENCH= 7d701b956113b6fc93a1922e71200e27
RANDOM SEED=1352203770

node006.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.204
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.204
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.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1853076 kB
Buffers:         36524 kB
Cached:          89444 kB
SwapCached:       6484 kB
Active:          27104 kB
Inactive:       112440 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1853076 kB
SwapTotal:     4192956 kB
SwapFree:      4140108 kB
Dirty:            4848 kB
Writeback:           0 kB
AnonPages:       11812 kB
Mapped:          13008 kB
Slab:            44640 kB
PageTables:       3904 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182592 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= 62468 MiB
End job on node006 at 2010-06-14 00:21:25