Trace number 2664003

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.18 1800.68

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-f2000.opb
MD5SUMfad56081e554a0467e4020315c4dfc76
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 variables4000
Total number of constraints10500
Number of constraints which are clauses10500
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 constraint3
Number of terms in the objective function 4000
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 4000
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 4000
Number of bits of the biggest sum of numbers12
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-2664003-1276468454.opb>
0.19/0.20	c original problem has 4000 variables (4000 bin, 0 int, 0 impl, 0 cont) and 10500 constraints
0.19/0.20	c problem read
0.19/0.20	c presolving settings loaded
0.19/0.21	c [src/scip/lpi_none.c:41] ERROR: there is no LP solver linked to the binary (LPS=none); you should set the parameter <lp/solvefreq> to <-1> to avoid solving LPs
0.19/0.29	c presolving:
0.29/0.34	c (round 1) 5 del vars, 5 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 3990 impls, 0 clqs
0.39/0.46	c (round 2) 5 del vars, 5 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 10437 upgd conss, 3990 impls, 0 clqs
0.39/0.49	c (round 3) 5 del vars, 5 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 10495 upgd conss, 3990 impls, 0 clqs
0.49/0.57	c    (0.3s) probing: 101/3995 (2.5%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.49/0.57	c    (0.3s) probing aborted: 100/100 successive totally useless probings
0.49/0.57	c presolving (4 rounds):
0.49/0.57	c  5 deleted vars, 5 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.49/0.57	c  3990 implications, 0 cliques
0.49/0.57	c presolved problem has 3995 variables (3995 bin, 0 int, 0 impl, 0 cont) and 10495 constraints
0.49/0.57	c   10495 constraints of type <logicor>
0.49/0.57	c transformed objective value is always integral (scale: 1)
0.49/0.57	c Presolving Time: 0.27
0.49/0.57	c - non default parameters ----------------------------------------------------------------------
0.49/0.57	c # SCIP version 1.2.1.2
0.49/0.57	c 
0.49/0.57	c # maximal number of intermediate conflict constraints generated in conflict graph (-1: use every intermediate constraint)
0.49/0.57	c # [type: int, range: [-1,2147483647], default: -1]
0.49/0.57	c conflict/interconss = 0
0.49/0.57	c 
0.49/0.57	c # should binary conflicts be preferred?
0.49/0.57	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.49/0.57	c conflict/preferbinary = TRUE
0.49/0.57	c 
0.49/0.57	c # maximum age an unnecessary constraint can reach before it is deleted (0: dynamic, -1: keep all constraints)
0.49/0.57	c # [type: int, range: [-1,2147483647], default: 0]
0.49/0.57	c constraints/agelimit = 1
0.49/0.57	c 
0.49/0.57	c # should enforcement of pseudo solution be disabled?
0.49/0.57	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.49/0.57	c constraints/disableenfops = TRUE
0.49/0.57	c 
0.49/0.57	c # frequency for displaying node information lines
0.49/0.57	c # [type: int, range: [-1,2147483647], default: 100]
0.49/0.57	c display/freq = 10000
0.49/0.57	c 
0.49/0.57	c # maximal time in seconds to run
0.49/0.57	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.49/0.57	c limits/time = 1799.8
0.49/0.57	c 
0.49/0.57	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.49/0.57	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.49/0.57	c limits/memory = 1620
0.49/0.57	c 
0.49/0.57	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.49/0.57	c # [type: int, range: [-1,2147483647], default: 1]
0.49/0.57	c lp/solvefreq = -1
0.49/0.57	c 
0.49/0.57	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)
0.49/0.57	c # [type: char, range: {lafpsqd}, default: l]
0.49/0.57	c lp/pricing = a
0.49/0.57	c 
0.49/0.57	c # should presolving try to simplify inequalities
0.49/0.57	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.49/0.57	c constraints/linear/simplifyinequalities = TRUE
0.49/0.57	c 
0.49/0.57	c # should presolving try to simplify knapsacks
0.49/0.57	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.49/0.57	c constraints/knapsack/simplifyinequalities = TRUE
0.49/0.57	c 
0.49/0.57	c # priority of node selection rule <dfs> in standard mode
0.49/0.57	c # [type: int, range: [-536870912,536870911], default: 0]
0.49/0.57	c nodeselection/dfs/stdpriority = 1000000
0.49/0.57	c 
0.49/0.57	c -----------------------------------------------------------------------------------------------
0.49/0.57	c start solving
0.49/0.58	c 
0.49/0.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.49/0.58	c   0.3s|     1 |     2 |     0 |     - |  16M|   0 |   - |3995 |  10k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
123.55/123.68	c   122s| 10000 |   158 |     0 |   0.0 |  18M| 182 |   - |3995 |  10k|   0 |   0 |   0 |6490 |   0 | 1.000000e+00 |      --      |    Inf 
252.72/252.84	c   249s| 20000 |   160 |     0 |   0.0 |  18M| 182 |   - |3995 |  10k|   0 |   0 |   0 |  13k|   0 | 1.000000e+00 |      --      |    Inf 
377.68/377.80	c   372s| 30000 |   155 |     0 |   0.0 |  18M| 183 |   - |3995 |  11k|   0 |   0 |   0 |  19k|   0 | 1.000000e+00 |      --      |    Inf 
505.85/506.05	c   499s| 40000 |   157 |     0 |   0.0 |  18M| 183 |   - |3995 |  11k|   0 |   0 |   0 |  26k|   0 | 1.000000e+00 |      --      |    Inf 
635.12/635.32	c   627s| 50000 |   157 |     0 |   0.0 |  18M| 183 |   - |3995 |  11k|   0 |   0 |   0 |  33k|   0 | 1.000000e+00 |      --      |    Inf 
762.58/762.88	c   752s| 60000 |   157 |     0 |   0.0 |  18M| 183 |   - |3995 |  11k|   0 |   0 |   0 |  39k|   0 | 1.000000e+00 |      --      |    Inf 
890.25/890.55	c   879s| 70000 |   154 |     0 |   0.0 |  19M| 183 |   - |3995 |  11k|   0 |   0 |   0 |  46k|   0 | 1.000000e+00 |      --      |    Inf 
1018.51/1018.87	c  1005s| 80000 |   156 |     0 |   0.0 |  19M| 183 |   - |3995 |  11k|   0 |   0 |   0 |  52k|   0 | 1.000000e+00 |      --      |    Inf 
1146.47/1146.82	c  1131s| 90000 |   154 |     0 |   0.0 |  19M| 183 |   - |3995 |  12k|   0 |   0 |   0 |  59k|   0 | 1.000000e+00 |      --      |    Inf 
1273.24/1273.69	c  1257s|100000 |   153 |     0 |   0.0 |  19M| 183 |   - |3995 |  12k|   0 |   0 |   0 |  66k|   0 | 1.000000e+00 |      --      |    Inf 
1401.41/1401.85	c  1383s|110000 |   156 |     0 |   0.0 |  19M| 183 |   - |3995 |  12k|   0 |   0 |   0 |  72k|   0 | 1.000000e+00 |      --      |    Inf 
1526.18/1526.61	c  1506s|120000 |   159 |     0 |   0.0 |  19M| 183 |   - |3995 |  12k|   0 |   0 |   0 |  79k|   0 | 1.000000e+00 |      --      |    Inf 
1657.43/1657.93	c  1636s|130000 |   152 |     0 |   0.0 |  19M| 183 |   - |3995 |  12k|   0 |   0 |   0 |  85k|   0 | 1.000000e+00 |      --      |    Inf 
1787.70/1788.29	c  1764s|140000 |   155 |     0 |   0.0 |  19M| 183 |   - |3995 |  12k|   0 |   0 |   0 |  92k|   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) : 1776.53
1800.11/1800.61	c Solving Nodes      : 140937
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       :    1776.53
1800.11/1800.61	c Original Problem   :
1800.11/1800.61	c   Problem name     : HOME/instance-2664003-1276468454.opb
1800.11/1800.61	c   Variables        : 4000 (4000 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.11/1800.61	c   Constraints      : 10500 initial, 10500 maximal
1800.11/1800.61	c Presolved Problem  :
1800.11/1800.61	c   Problem name     : t_HOME/instance-2664003-1276468454.opb
1800.11/1800.61	c   Variables        : 3995 (3995 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.11/1800.61	c   Constraints      : 10495 initial, 13010 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          5          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.01          0          0          0          0          0          0          0          0
1800.11/1800.61	c   probing          :       0.05          0          0          0          0          0          0          0          0
1800.11/1800.61	c   linear           :       0.08          0          0          0          0          0          5          0          0
1800.11/1800.61	c   logicor          :       0.07          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          :      10495+         0    3967845          0          0      82005   32755314          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          :     279.28       0.00     279.28       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.84          2          0          0
1800.11/1800.61	c   rootredcost      :       2.45          0          0          0
1800.11/1800.61	c   pseudoobj        :    1165.57    4103211          0          0
1800.11/1800.61	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.11/1800.61	c   propagation      :      43.00      82005      82005      82005      112.0      11289       33.4          -
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 :          -          -          -      93294      102.5          -          -          -
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        :     160.28      92194          0          0          0          0     184388
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.09          0          0
1800.11/1800.61	c   trivial          :       0.02          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.62	c   rins             :       0.00          0          0
1800.11/1800.62	c   localbranching   :       0.00          0          0
1800.11/1800.62	c   mutation         :       0.00          0          0
1800.11/1800.62	c   crossover        :       0.00          0          0
1800.11/1800.62	c   dins             :       0.00          0          0
1800.11/1800.62	c   undercover       :       0.00          0          0
1800.11/1800.62	c   nlp              :       0.16          0          0
1800.11/1800.62	c   trysol           :       0.07          0          0
1800.11/1800.62	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.11/1800.62	c   primal LP        :       0.00          0          0       0.00          -
1800.11/1800.62	c   dual LP          :       0.00          0          0       0.00          -
1800.11/1800.62	c   lex dual LP      :       0.00          0          0       0.00          -
1800.11/1800.62	c   barrier LP       :       0.00          0          0       0.00          -
1800.11/1800.62	c   diving/probing LP:       0.00          0          0       0.00          -
1800.11/1800.62	c   strong branching :       0.00          0          0       0.00          -
1800.11/1800.62	c     (at root node) :          -          0          0       0.00          -
1800.11/1800.62	c   conflict analysis:       0.00          0          0       0.00          -
1800.11/1800.62	c B&B Tree           :
1800.11/1800.62	c   number of runs   :          1
1800.11/1800.62	c   nodes            :     140937
1800.11/1800.62	c   nodes (total)    :     140937
1800.11/1800.62	c   nodes left       :        155
1800.11/1800.62	c   max depth        :        183
1800.11/1800.62	c   max depth (total):        183
1800.11/1800.62	c   backtracks       :      34538 (24.5%)
1800.11/1800.62	c   delayed cutoffs  :      43297
1800.11/1800.62	c   repropagations   :     148138 (13700231 domain reductions, 33262 cutoffs)
1800.11/1800.62	c   avg switch length:       2.99
1800.11/1800.62	c   switching time   :      96.39
1800.11/1800.62	c Solution           :
1800.11/1800.62	c   Solutions found  :          0 (0 improvements)
1800.11/1800.62	c   Primal Bound     :          -
1800.11/1800.62	c   Dual Bound       : +1.00000000000000e+00
1800.11/1800.62	c   Gap              :   infinite
1800.11/1800.62	c   Root Dual Bound  : +0.00000000000000e+00
1800.11/1800.62	c   Root Iterations  :          0
1800.11/1800.68	c Time complete: 1800.17.

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-2664003-1276468454/watcher-2664003-1276468454 -o /tmp/evaluation-result-2664003-1276468454/solver-2664003-1276468454 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2664003-1276468454.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 25459
/proc/meminfo: memFree=1836100/2059040 swapFree=4140228/4192956
[pid=25459] ppid=25457 vsize=5556 CPUtime=0
/proc/25459/stat : 25459 (pbscip.linux.x8) R 25457 25459 24218 0 -1 4202496 887 0 0 0 0 0 0 0 22 0 1 0 22447155 5689344 809 1992294400 4194304 7136930 140735569541120 18446744073709551615 6349764 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/25459/statm: 1389 809 249 719 0 668 0

[startup+0.040069 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 25459
/proc/meminfo: memFree=1836100/2059040 swapFree=4140228/4192956
[pid=25459] ppid=25457 vsize=11992 CPUtime=0.03
/proc/25459/stat : 25459 (pbscip.linux.x8) R 25457 25459 24218 0 -1 4202496 2489 0 0 0 2 1 0 0 22 0 1 0 22447155 12279808 2410 1992294400 4194304 7136930 140735569541120 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/25459/statm: 2998 2410 271 719 0 2277 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 11992

[startup+0.101075 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 25459
/proc/meminfo: memFree=1836100/2059040 swapFree=4140228/4192956
[pid=25459] ppid=25457 vsize=13440 CPUtime=0.09
/proc/25459/stat : 25459 (pbscip.linux.x8) R 25457 25459 24218 0 -1 4202496 2848 0 0 0 8 1 0 0 22 0 1 0 22447155 13762560 2769 1992294400 4194304 7136930 140735569541120 18446744073709551615 4240582 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/25459/statm: 3360 2769 271 719 0 2639 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13440

[startup+0.301097 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 25459
/proc/meminfo: memFree=1836100/2059040 swapFree=4140228/4192956
[pid=25459] ppid=25457 vsize=32000 CPUtime=0.29
/proc/25459/stat : 25459 (pbscip.linux.x8) R 25457 25459 24218 0 -1 4202496 7608 0 0 0 26 3 0 0 22 0 1 0 22447155 32768000 7175 1992294400 4194304 7136930 140735569541120 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25459/statm: 8000 7175 341 719 0 7279 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 32000

[startup+0.701142 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 25459
/proc/meminfo: memFree=1836100/2059040 swapFree=4140228/4192956
[pid=25459] ppid=25457 vsize=39312 CPUtime=0.69
/proc/25459/stat : 25459 (pbscip.linux.x8) R 25457 25459 24218 0 -1 4202496 11637 0 0 0 61 8 0 0 24 0 1 0 22447155 40255488 9093 1992294400 4194304 7136930 140735569541120 18446744073709551615 4436491 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25459/statm: 9828 9093 379 719 0 9107 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 39312

[startup+1.50123 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 25460
/proc/meminfo: memFree=1800256/2059040 swapFree=4140228/4192956
[pid=25459] ppid=25457 vsize=41104 CPUtime=1.49
/proc/25459/stat : 25459 (pbscip.linux.x8) R 25457 25459 24218 0 -1 4202496 12075 0 0 0 140 9 0 0 25 0 1 0 22447155 42090496 9531 1992294400 4194304 7136930 140735569541120 18446744073709551615 5507419 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25459/statm: 10276 9531 384 719 0 9555 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 41104

[startup+3.10141 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 25460
/proc/meminfo: memFree=1797652/2059040 swapFree=4140228/4192956
[pid=25459] ppid=25457 vsize=43264 CPUtime=3.09
/proc/25459/stat : 25459 (pbscip.linux.x8) R 25457 25459 24218 0 -1 4202496 12597 0 0 0 297 12 0 0 25 0 1 0 22447155 44302336 10053 1992294400 4194304 7136930 140735569541120 18446744073709551615 5507220 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25459/statm: 10816 10053 384 719 0 10095 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 43264

[startup+6.30076 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 25462
/proc/meminfo: memFree=1795544/2059040 swapFree=4140228/4192956
[pid=25459] ppid=25457 vsize=44988 CPUtime=6.29
/proc/25459/stat : 25459 (pbscip.linux.x8) R 25457 25459 24218 0 -1 4202496 13020 0 0 0 613 16 0 0 25 0 1 0 22447155 46067712 10476 1992294400 4194304 7136930 140735569541120 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25459/statm: 11247 10476 384 719 0 10526 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 44988

[startup+12.7015 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 25462
/proc/meminfo: memFree=1792940/2059040 swapFree=4140228/4192956
[pid=25459] ppid=25457 vsize=47612 CPUtime=12.69
/proc/25459/stat : 25459 (pbscip.linux.x8) R 25457 25459 24218 0 -1 4202496 13687 0 0 0 1245 24 0 0 25 0 1 0 22447155 48754688 11143 1992294400 4194304 7136930 140735569541120 18446744073709551615 5507289 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25459/statm: 11903 11143 384 719 0 11182 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 47612

[startup+25.5009 s]
/proc/loadavg: 1.08 1.02 1.01 2/107 25462
/proc/meminfo: memFree=1789096/2059040 swapFree=4140228/4192956
[pid=25459] ppid=25457 vsize=51312 CPUtime=25.48
/proc/25459/stat : 25459 (pbscip.linux.x8) R 25457 25459 24218 0 -1 4202496 14578 0 0 0 2509 39 0 0 25 0 1 0 22447155 52543488 12034 1992294400 4194304 7136930 140735569541120 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25459/statm: 12828 12034 384 719 0 12107 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 51312

[startup+51.1007 s]
/proc/loadavg: 1.05 1.01 1.00 2/107 25462
/proc/meminfo: memFree=1785004/2059040 swapFree=4140228/4192956
[pid=25459] ppid=25457 vsize=55308 CPUtime=51.07
/proc/25459/stat : 25459 (pbscip.linux.x8) R 25457 25459 24218 0 -1 4202496 15588 0 0 0 5031 76 0 0 25 0 1 0 22447155 56635392 13044 1992294400 4194304 7136930 140735569541120 18446744073709551615 5507419 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25459/statm: 13827 13044 384 719 0 13106 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 55308

[startup+102.308 s]
/proc/loadavg: 1.07 1.03 1.00 2/107 25464
/proc/meminfo: memFree=1781036/2059040 swapFree=4140228/4192956
[pid=25459] ppid=25457 vsize=59016 CPUtime=102.26
/proc/25459/stat : 25459 (pbscip.linux.x8) R 25457 25459 24218 0 -1 4202496 16506 0 0 0 10083 143 0 0 25 0 1 0 22447155 60432384 13962 1992294400 4194304 7136930 140735569541120 18446744073709551615 5507419 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25459/statm: 14754 13962 384 719 0 14033 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 59016

[startup+162.301 s]
/proc/loadavg: 1.08 1.03 1.00 2/107 25466
/proc/meminfo: memFree=1778556/2059040 swapFree=4140228/4192956
[pid=25459] ppid=25457 vsize=61508 CPUtime=162.24
/proc/25459/stat : 25459 (pbscip.linux.x8) R 25457 25459 24218 0 -1 4202496 17124 0 0 0 16002 222 0 0 25 0 1 0 22447155 62984192 14580 1992294400 4194304 7136930 140735569541120 18446744073709551615 5507289 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25459/statm: 15377 14580 384 719 0 14656 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 61508

[startup+222.301 s]
/proc/loadavg: 1.07 1.04 1.00 2/107 25466
/proc/meminfo: memFree=1777192/2059040 swapFree=4140228/4192956
[pid=25459] ppid=25457 vsize=62872 CPUtime=222.22
/proc/25459/stat : 25459 (pbscip.linux.x8) R 25457 25459 24218 0 -1 4202496 17447 0 0 0 21922 300 0 0 25 0 1 0 22447155 64380928 14903 1992294400 4194304 7136930 140735569541120 18446744073709551615 5507220 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25459/statm: 15718 14903 384 719 0 14997 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 62872

[startup+282.301 s]
/proc/loadavg: 1.07 1.04 1.00 2/107 25468
/proc/meminfo: memFree=1776076/2059040 swapFree=4140228/4192956
[pid=25459] ppid=25457 vsize=63980 CPUtime=282.2
/proc/25459/stat : 25459 (pbscip.linux.x8) R 25457 25459 24218 0 -1 4202496 17726 0 0 0 27840 380 0 0 25 0 1 0 22447155 65515520 15182 1992294400 4194304 7136930 140735569541120 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25459/statm: 15995 15182 384 719 0 15274 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 63980

[startup+342.301 s]
/proc/loadavg: 1.06 1.05 1.00 2/107 25470
/proc/meminfo: memFree=1775208/2059040 swapFree=4140228/4192956
[pid=25459] ppid=25457 vsize=64748 CPUtime=342.19
/proc/25459/stat : 25459 (pbscip.linux.x8) R 25457 25459 24218 0 -1 4202496 17941 0 0 0 33761 458 0 0 25 0 1 0 22447155 66301952 15397 1992294400 4194304 7136930 140735569541120 18446744073709551615 5507431 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25459/statm: 16187 15397 384 719 0 15466 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 64748

[startup+402.3 s]
/proc/loadavg: 1.06 1.05 1.00 2/107 25472
/proc/meminfo: memFree=1774464/2059040 swapFree=4140228/4192956
[pid=25459] ppid=25457 vsize=65636 CPUtime=402.17
/proc/25459/stat : 25459 (pbscip.linux.x8) R 25457 25459 24218 0 -1 4202496 18127 0 0 0 39681 536 0 0 25 0 1 0 22447155 67211264 15583 1992294400 4194304 7136930 140735569541120 18446744073709551615 5507255 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25459/statm: 16409 15583 384 719 0 15688 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 65636

[startup+462.301 s]
/proc/loadavg: 1.12 1.07 1.01 2/107 25474
/proc/meminfo: memFree=1773472/2059040 swapFree=4140228/4192956
[pid=25459] ppid=25457 vsize=66492 CPUtime=462.16
/proc/25459/stat : 25459 (pbscip.linux.x8) R 25457 25459 24218 0 -1 4202496 18340 0 0 0 45603 613 0 0 25 0 1 0 22447155 68087808 15796 1992294400 4194304 7136930 140735569541120 18446744073709551615 5507381 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25459/statm: 16623 15796 384 719 0 15902 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 66492

[startup+522.301 s]
/proc/loadavg: 1.25 1.11 1.02 2/107 25474
/proc/meminfo: memFree=1773100/2059040 swapFree=4140228/4192956
[pid=25459] ppid=25457 vsize=66916 CPUtime=522.15
/proc/25459/stat : 25459 (pbscip.linux.x8) R 25457 25459 24218 0 -1 4202496 18452 0 0 0 51523 692 0 0 25 0 1 0 22447155 68521984 15908 1992294400 4194304 7136930 140735569541120 18446744073709551615 5507431 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25459/statm: 16729 15908 384 719 0 16008 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 66916

[startup+582.301 s]
/proc/loadavg: 1.15 1.11 1.02 2/107 25476
/proc/meminfo: memFree=1772232/2059040 swapFree=4140228/4192956
[pid=25459] ppid=25457 vsize=67632 CPUtime=582.13
/proc/25459/stat : 25459 (pbscip.linux.x8) R 25457 25459 24218 0 -1 4202496 18642 0 0 0 57442 771 0 0 25 0 1 0 22447155 69255168 16098 1992294400 4194304 7136930 140735569541120 18446744073709551615 5507289 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25459/statm: 16908 16098 384 719 0 16187 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 67632

[startup+642.301 s]
/proc/loadavg: 1.05 1.08 1.01 2/107 25478
/proc/meminfo: memFree=1771860/2059040 swapFree=4140228/4192956
[pid=25459] ppid=25457 vsize=68096 CPUtime=642.12
/proc/25459/stat : 25459 (pbscip.linux.x8) R 25457 25459 24218 0 -1 4202496 18738 0 0 0 63363 849 0 0 25 0 1 0 22447155 69730304 16194 1992294400 4194304 7136930 140735569541120 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25459/statm: 17024 16194 384 719 0 16303 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 68096

[startup+702.301 s]

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

[startup+822.301 s]
/proc/loadavg: 1.00 1.04 1.00 2/107 25482
/proc/meminfo: memFree=1770248/2059040 swapFree=4140228/4192956
[pid=25459] ppid=25457 vsize=69784 CPUtime=822.06
/proc/25459/stat : 25459 (pbscip.linux.x8) R 25457 25459 24218 0 -1 4202496 19122 0 0 0 81133 1073 0 0 25 0 1 0 22447155 71458816 16578 1992294400 4194304 7136930 140735569541120 18446744073709551615 4454520 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25459/statm: 17446 16578 384 719 0 16725 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 69784

[startup+882.301 s]
/proc/loadavg: 1.00 1.03 1.00 2/107 25484
/proc/meminfo: memFree=1769876/2059040 swapFree=4140228/4192956
[pid=25459] ppid=25457 vsize=70104 CPUtime=882.04
/proc/25459/stat : 25459 (pbscip.linux.x8) R 25457 25459 24218 0 -1 4202496 19180 0 0 0 87054 1150 0 0 25 0 1 0 22447155 71786496 16636 1992294400 4194304 7136930 140735569541120 18446744073709551615 5507289 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25459/statm: 17526 16636 384 719 0 16805 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 70104

[startup+942.301 s]
/proc/loadavg: 1.00 1.02 1.00 2/107 25486
/proc/meminfo: memFree=1769752/2059040 swapFree=4140228/4192956
[pid=25459] ppid=25457 vsize=70256 CPUtime=942.03
/proc/25459/stat : 25459 (pbscip.linux.x8) R 25457 25459 24218 0 -1 4202496 19213 0 0 0 92973 1230 0 0 25 0 1 0 22447155 71942144 16669 1992294400 4194304 7136930 140735569541120 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25459/statm: 17564 16669 384 719 0 16843 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 70256

[startup+1002.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/107 25488
/proc/meminfo: memFree=1769380/2059040 swapFree=4140228/4192956
[pid=25459] ppid=25457 vsize=70396 CPUtime=1002.02
/proc/25459/stat : 25459 (pbscip.linux.x8) R 25457 25459 24218 0 -1 4202496 19269 0 0 0 98895 1307 0 0 25 0 1 0 22447155 72085504 16725 1992294400 4194304 7136930 140735569541120 18446744073709551615 4643150 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25459/statm: 17599 16725 384 719 0 16878 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 70396

[startup+1062.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/107 25490
/proc/meminfo: memFree=1769256/2059040 swapFree=4140228/4192956
[pid=25459] ppid=25457 vsize=70736 CPUtime=1062
/proc/25459/stat : 25459 (pbscip.linux.x8) R 25457 25459 24218 0 -1 4202496 19330 0 0 0 104814 1386 0 0 25 0 1 0 22447155 72433664 16786 1992294400 4194304 7136930 140735569541120 18446744073709551615 5507352 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25459/statm: 17684 16786 384 719 0 16963 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 70736

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 25490
/proc/meminfo: memFree=1768884/2059040 swapFree=4140228/4192956
[pid=25459] ppid=25457 vsize=70904 CPUtime=1121.98
/proc/25459/stat : 25459 (pbscip.linux.x8) R 25457 25459 24218 0 -1 4202496 19391 0 0 0 110736 1462 0 0 25 0 1 0 22447155 72605696 16847 1992294400 4194304 7136930 140735569541120 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25459/statm: 17726 16847 384 719 0 17005 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 70904

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 25492
/proc/meminfo: memFree=1768636/2059040 swapFree=4140228/4192956
[pid=25459] ppid=25457 vsize=71364 CPUtime=1181.97
/proc/25459/stat : 25459 (pbscip.linux.x8) R 25457 25459 24218 0 -1 4202496 19469 0 0 0 116663 1534 0 0 25 0 1 0 22447155 73076736 16925 1992294400 4194304 7136930 140735569541120 18446744073709551615 5957396 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25459/statm: 17841 16925 384 719 0 17120 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 71364

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 25494
/proc/meminfo: memFree=1768016/2059040 swapFree=4140228/4192956
[pid=25459] ppid=25457 vsize=71668 CPUtime=1241.95
/proc/25459/stat : 25459 (pbscip.linux.x8) R 25457 25459 24218 0 -1 4202496 19554 0 0 0 122582 1613 0 0 25 0 1 0 22447155 73388032 17010 1992294400 4194304 7136930 140735569541120 18446744073709551615 5507419 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25459/statm: 17917 17010 384 719 0 17196 0
Current children cumulated CPU time (s) 1241.95
Current children cumulated vsize (KiB) 71668

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 25496
/proc/meminfo: memFree=1767644/2059040 swapFree=4140228/4192956
[pid=25459] ppid=25457 vsize=71972 CPUtime=1301.94
/proc/25459/stat : 25459 (pbscip.linux.x8) R 25457 25459 24218 0 -1 4202496 19613 0 0 0 128502 1692 0 0 25 0 1 0 22447155 73699328 17069 1992294400 4194304 7136930 140735569541120 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25459/statm: 17993 17069 384 719 0 17272 0
Current children cumulated CPU time (s) 1301.94
Current children cumulated vsize (KiB) 71972

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 25498
/proc/meminfo: memFree=1767396/2059040 swapFree=4140228/4192956
[pid=25459] ppid=25457 vsize=72284 CPUtime=1361.92
/proc/25459/stat : 25459 (pbscip.linux.x8) R 25457 25459 24218 0 -1 4202496 19690 0 0 0 134417 1775 0 0 25 0 1 0 22447155 74018816 17146 1992294400 4194304 7136930 140735569541120 18446744073709551615 5507419 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25459/statm: 18071 17146 384 719 0 17350 0
Current children cumulated CPU time (s) 1361.92
Current children cumulated vsize (KiB) 72284

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 25498
/proc/meminfo: memFree=1767148/2059040 swapFree=4140228/4192956
[pid=25459] ppid=25457 vsize=72448 CPUtime=1421.91
/proc/25459/stat : 25459 (pbscip.linux.x8) R 25457 25459 24218 0 -1 4202496 19758 0 0 0 140340 1851 0 0 25 0 1 0 22447155 74186752 17214 1992294400 4194304 7136930 140735569541120 18446744073709551615 5507289 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25459/statm: 18112 17214 384 719 0 17391 0
Current children cumulated CPU time (s) 1421.91
Current children cumulated vsize (KiB) 72448

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 25500
/proc/meminfo: memFree=1767024/2059040 swapFree=4140228/4192956
[pid=25459] ppid=25457 vsize=72612 CPUtime=1481.89
/proc/25459/stat : 25459 (pbscip.linux.x8) R 25457 25459 24218 0 -1 4202496 19791 0 0 0 146263 1926 0 0 25 0 1 0 22447155 74354688 17247 1992294400 4194304 7136930 140735569541120 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25459/statm: 18153 17247 384 719 0 17432 0
Current children cumulated CPU time (s) 1481.89
Current children cumulated vsize (KiB) 72612

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 25502
/proc/meminfo: memFree=1766652/2059040 swapFree=4140228/4192956
[pid=25459] ppid=25457 vsize=73004 CPUtime=1541.87
/proc/25459/stat : 25459 (pbscip.linux.x8) R 25457 25459 24218 0 -1 4202496 19857 0 0 0 152184 2003 0 0 25 0 1 0 22447155 74756096 17313 1992294400 4194304 7136930 140735569541120 18446744073709551615 5507431 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25459/statm: 18251 17313 384 719 0 17530 0
Current children cumulated CPU time (s) 1541.87
Current children cumulated vsize (KiB) 73004

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 25504
/proc/meminfo: memFree=1766652/2059040 swapFree=4140228/4192956
[pid=25459] ppid=25457 vsize=73004 CPUtime=1601.85
/proc/25459/stat : 25459 (pbscip.linux.x8) R 25457 25459 24218 0 -1 4202496 19876 0 0 0 158105 2080 0 0 25 0 1 0 22447155 74756096 17332 1992294400 4194304 7136930 140735569541120 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25459/statm: 18251 17332 384 719 0 17530 0
Current children cumulated CPU time (s) 1601.85
Current children cumulated vsize (KiB) 73004

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 25515
/proc/meminfo: memFree=1765784/2059040 swapFree=4140228/4192956
[pid=25459] ppid=25457 vsize=73144 CPUtime=1661.83
/proc/25459/stat : 25459 (pbscip.linux.x8) R 25457 25459 24218 0 -1 4202496 19898 0 0 0 164023 2160 0 0 25 0 1 0 22447155 74899456 17354 1992294400 4194304 7136930 140735569541120 18446744073709551615 5507431 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25459/statm: 18286 17354 384 719 0 17565 0
Current children cumulated CPU time (s) 1661.83
Current children cumulated vsize (KiB) 73144

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 25515
/proc/meminfo: memFree=1765784/2059040 swapFree=4140228/4192956
[pid=25459] ppid=25457 vsize=73304 CPUtime=1721.81
/proc/25459/stat : 25459 (pbscip.linux.x8) R 25457 25459 24218 0 -1 4202496 19951 0 0 0 169943 2238 0 0 25 0 1 0 22447155 75063296 17407 1992294400 4194304 7136930 140735569541120 18446744073709551615 5507431 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25459/statm: 18326 17407 384 719 0 17605 0
Current children cumulated CPU time (s) 1721.81
Current children cumulated vsize (KiB) 73304

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 25517
/proc/meminfo: memFree=1765660/2059040 swapFree=4140228/4192956
[pid=25459] ppid=25457 vsize=73448 CPUtime=1781.8
/proc/25459/stat : 25459 (pbscip.linux.x8) R 25457 25459 24218 0 -1 4202496 19963 0 0 0 175862 2318 0 0 25 0 1 0 22447155 75210752 17419 1992294400 4194304 7136930 140735569541120 18446744073709551615 6166266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25459/statm: 18362 17419 384 719 0 17641 0
Current children cumulated CPU time (s) 1781.8
Current children cumulated vsize (KiB) 73448



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 25517
/proc/meminfo: memFree=1765660/2059040 swapFree=4140228/4192956
[pid=25459] ppid=25457 vsize=73448 CPUtime=1800.11
/proc/25459/stat : 25459 (pbscip.linux.x8) R 25457 25459 24218 0 -1 4202496 19976 0 0 0 177671 2340 0 0 25 0 1 0 22447155 75210752 17432 1992294400 4194304 7136930 140735569541120 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25459/statm: 18362 17432 384 719 0 17641 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 73448

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

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

Child status: 0
Real time (s): 1800.68
CPU time (s): 1800.18
CPU user time (s): 1776.77
CPU system time (s): 23.4104
CPU usage (%): 99.9723
Max. virtual memory (cumulated for all children) (KiB): 73448

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

runsolver used 2.82057 second user time and 8.66168 second system time

The end

Launcher Data

Begin job on node009 at 2010-06-14 00:34:14
IDJOB=2664003
IDBENCH=2191
IDSOLVER=1167
FILE ID=node009/2664003-1276468454
PBS_JOBID= 11173351
Free space on /tmp= 62444 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-f2000.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-2664003-1276468454/watcher-2664003-1276468454 -o /tmp/evaluation-result-2664003-1276468454/solver-2664003-1276468454 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2664003-1276468454.opb -t 1800 -m 1800

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

MD5SUM BENCH= fad56081e554a0467e4020315c4dfc76
RANDOM SEED=1085648231

node009.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.199
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.39
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.199
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.44
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1836628 kB
Buffers:         35784 kB
Cached:         109164 kB
SwapCached:       5420 kB
Active:         100484 kB
Inactive:        56500 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1836628 kB
SwapTotal:     4192956 kB
SwapFree:      4140228 kB
Dirty:            3660 kB
Writeback:           0 kB
AnonPages:       10780 kB
Mapped:          12776 kB
Slab:            43692 kB
PageTables:       4040 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   179600 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= 62440 MiB
End job on node009 at 2010-06-14 01:04:17