Trace number 3738322

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
PB10: SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver? 1789.8 1790.12

General information on the benchmark

Name/OPT-SMALLINT-LIN/flexray/
normalized-fx75.opb
MD5SUM899c8865b8ac9a45eaa204f923cbd9e8
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
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 variables4977
Total number of constraints5494
Number of constraints which are clauses4970
Number of constraints which are cardinality constraints (but not clauses)76
Number of constraints which are nor clauses,nor cardinality constraints448
Minimum length of a constraint2
Maximum length of a constraint448
Number of terms in the objective function 7
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 7
Number of bits of the sum of numbers in the objective function 3
Biggest number in a constraint 42
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 947
Number of bits of the biggest sum of numbers10
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.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2]
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-3738322-1338725223.opb>
0.04/0.07	c original problem has 4977 variables (4977 bin, 0 int, 0 impl, 0 cont) and 5494 constraints
0.04/0.07	c problem read
0.04/0.07	c presolving settings loaded
0.04/0.09	c presolving:
0.09/0.12	c (round 1) 7 del vars, 1 del conss, 7 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 9940 impls, 75 clqs
0.09/0.13	c (round 2) 7 del vars, 4971 del conss, 7 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 9940 impls, 75 clqs
0.09/0.15	c (round 3) 7 del vars, 4971 del conss, 7 chg bounds, 0 chg sides, 0 chg coeffs, 523 upgd conss, 9940 impls, 75 clqs
0.39/0.41	c    (0.3s) probing: 101/4970 (2.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.39/0.41	c    (0.3s) probing aborted: 100/100 successive totally useless probings
0.39/0.41	c presolving (4 rounds):
0.39/0.41	c  7 deleted vars, 4971 deleted constraints, 7 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.39/0.41	c  9940 implications, 1111 cliques
0.39/0.41	c presolved problem has 4970 variables (4970 bin, 0 int, 0 impl, 0 cont) and 523 constraints
0.39/0.41	c     448 constraints of type <knapsack>
0.39/0.41	c      75 constraints of type <setppc>
0.39/0.41	c transformed objective value is always integral (scale: 1)
0.39/0.41	c Presolving Time: 0.32
0.39/0.41	c - non default parameters ----------------------------------------------------------------------
0.39/0.41	c # SCIP version 1.2.1.3
0.39/0.41	c 
0.39/0.41	c # frequency for displaying node information lines
0.39/0.41	c # [type: int, range: [-1,2147483647], default: 100]
0.39/0.41	c display/freq = 10000
0.39/0.41	c 
0.39/0.41	c # maximal time in seconds to run
0.39/0.41	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.39/0.41	c limits/time = 1789.94
0.39/0.41	c 
0.39/0.41	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.39/0.41	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.39/0.41	c limits/memory = 13950
0.39/0.41	c 
0.39/0.41	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.39/0.41	c # [type: int, range: [1,2], default: 1]
0.39/0.41	c timing/clocktype = 2
0.39/0.41	c 
0.39/0.41	c # should presolving try to simplify inequalities
0.39/0.41	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.39/0.41	c constraints/linear/simplifyinequalities = TRUE
0.39/0.41	c 
0.39/0.41	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.39/0.41	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.39/0.41	c constraints/indicator/addCouplingCons = TRUE
0.39/0.41	c 
0.39/0.41	c # should presolving try to simplify knapsacks
0.39/0.41	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.39/0.41	c constraints/knapsack/simplifyinequalities = TRUE
0.39/0.41	c 
0.39/0.41	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.39/0.41	c # [type: int, range: [-1,2147483647], default: -1]
0.39/0.41	c separating/rapidlearning/freq = 0
0.39/0.41	c 
0.39/0.41	c -----------------------------------------------------------------------------------------------
0.39/0.41	c start solving
0.39/0.41	c 
0.39/0.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.39/0.47	c   0.4s|     1 |     0 |  1058 |     - |  22M|   0 |  57 |4970 | 523 |4970 | 523 |   0 |   0 |   0 | 7.000000e+00 |      --      |    Inf 
1.10/1.16	c   1.1s|     1 |     0 |  2301 |     - |  23M|   0 |  95 |4970 | 523 |4970 | 556 |  33 |   0 |   0 | 7.000000e+00 |      --      |    Inf 
1.29/1.39	c   1.3s|     1 |     0 |  2421 |     - |  24M|   0 | 130 |4970 | 523 |4970 | 586 |  63 |   0 |   0 | 7.000000e+00 |      --      |    Inf 
1.59/1.68	c   1.6s|     1 |     0 |  2595 |     - |  24M|   0 | 172 |4970 | 523 |4970 | 618 |  95 |   0 |   0 | 7.000000e+00 |      --      |    Inf 
1.99/2.03	c   2.0s|     1 |     0 |  2959 |     - |  25M|   0 | 163 |4970 | 523 |4970 | 648 | 125 |   0 |   0 | 7.000000e+00 |      --      |    Inf 
2.38/2.44	c   2.4s|     1 |     0 |  3578 |     - |  26M|   0 | 201 |4970 | 523 |4970 | 678 | 155 |   0 |   0 | 7.000000e+00 |      --      |    Inf 
2.89/2.92	c   2.8s|     1 |     0 |  4337 |     - |  26M|   0 | 207 |4970 | 523 |4970 | 706 | 183 |   0 |   0 | 7.000000e+00 |      --      |    Inf 
5.09/5.12	c   5.1s|     1 |     2 |  4337 |     - |  26M|   0 | 207 |4970 | 523 |4970 | 706 | 183 |   0 |  12 | 7.000000e+00 |      --      |    Inf 
341.02/341.12	c   341s| 10000 |  1423 |878232 |  87.4 |  41M| 140 |  38 |4970 |1834 |4970 | 634 | 183 |  17k|4187 | 7.000000e+00 |      --      |    Inf 
602.48/602.63	c   603s| 20000 |  3837 |  1659k|  82.7 |  57M| 268 |  51 |4970 |3132 |4970 | 634 | 183 |  33k|7685 | 7.000000e+00 |      --      |    Inf 
764.25/764.45	c   764s| 30000 |  5733 |  2134k|  71.0 |  68M| 290 |  62 |4970 |2897 |4970 | 634 | 183 |  50k|9756 | 7.000000e+00 |      --      |    Inf 
933.63/933.87	c   934s| 40000 |  7427 |  2613k|  65.2 |  78M| 290 |   - |4970 |2506 |   0 |   0 | 183 |  68k|  12k| 7.000000e+00 |      --      |    Inf 
1111.59/1111.85	c  1112s| 50000 |  9191 |  3160k|  63.1 |  87M| 290 |  39 |4970 |4179 |4970 | 634 | 183 |  82k|  14k| 7.000000e+00 |      --      |    Inf 
1293.37/1293.67	c  1294s| 60000 | 11406 |  3747k|  62.4 |  99M| 290 |   - |4970 |4352 |   0 |   0 | 183 | 100k|  16k| 7.000000e+00 |      --      |    Inf 
1491.03/1491.36	c  1491s| 70000 | 13542 |  4345k|  62.0 | 109M| 290 |  24 |4970 |2789 |4970 | 634 | 183 | 118k|  18k| 7.000000e+00 |      --      |    Inf 
1681.50/1681.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1681.50/1681.84	c  1682s| 80000 | 15763 |  4893k|  61.1 | 119M| 473 |  55 |4970 |3448 |4970 | 634 | 183 | 137k|  21k| 7.000000e+00 |      --      |    Inf 
1789.67/1790.01	c 
1789.67/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1789.67/1790.01	c Solving Time (sec) : 1789.94
1789.67/1790.01	c Solving Nodes      : 86027
1789.67/1790.01	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1789.67/1790.01	c Dual Bound         : +7.00000000000000e+00
1789.67/1790.01	c Gap                : infinite
1789.67/1790.01	s UNKNOWN
1789.67/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1789.67/1790.01	c Solving Time       :    1789.94
1789.67/1790.01	c Original Problem   :
1789.67/1790.01	c   Problem name     : HOME/instance-3738322-1338725223.opb
1789.67/1790.01	c   Variables        : 4977 (4977 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.67/1790.01	c   Constraints      : 5494 initial, 5494 maximal
1789.67/1790.01	c Presolved Problem  :
1789.67/1790.01	c   Problem name     : t_HOME/instance-3738322-1338725223.opb
1789.67/1790.01	c   Variables        : 4970 (4970 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.67/1790.01	c   Constraints      : 523 initial, 4797 maximal
1789.67/1790.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1789.67/1790.01	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1789.67/1790.01	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1789.67/1790.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1789.67/1790.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1789.67/1790.01	c   implics          :       0.00          0          0          0          0          0          0          0          0
1789.67/1790.01	c   probing          :       0.09          0          0          0          0          0          0          0          0
1789.67/1790.01	c   knapsack         :       0.17          0          0          0          0          0          0          0          0
1789.67/1790.01	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1789.67/1790.01	c   linear           :       0.05          7          0          0          7          0       4971          0          0
1789.67/1790.01	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1789.67/1790.01	c   root node        :          -          0          -          -          0          -          -          -          -
1789.67/1790.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1789.67/1790.01	c   integral         :          0          0          0      57914          0        238      10829          0          0     105648
1789.67/1790.01	c   knapsack         :        448          6     900502          0          1       7497    4198703       1202          0          0
1789.67/1790.01	c   setppc           :         75          6     893005          0          1        904    2497643          0          0          0
1789.67/1790.01	c   logicor          :          0+         0     120675          0          0       5003      49204          0          0          0
1789.67/1790.01	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1789.67/1790.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1789.67/1790.01	c   integral         :     443.00       0.00       0.00     443.00       0.00
1789.67/1790.01	c   knapsack         :     132.34       0.02     132.32       0.00       0.00
1789.67/1790.01	c   setppc           :       3.96       0.00       3.96       0.00       0.00
1789.67/1790.01	c   logicor          :       5.79       0.00       5.79       0.00       0.00
1789.67/1790.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1789.67/1790.01	c Propagators        :       Time      Calls    Cutoffs    DomReds
1789.67/1790.01	c   vbounds          :       0.59          2          0          0
1789.67/1790.01	c   rootredcost      :       0.57          0          0          0
1789.67/1790.01	c   pseudoobj        :       0.57          0          0          0
1789.67/1790.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1789.67/1790.01	c   propagation      :       3.23      13404      13399     144285      105.7        105      104.5          -
1789.67/1790.01	c   infeasible LP    :      56.00      21119      15927     407045      240.6        203      108.2          0
1789.67/1790.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1789.67/1790.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1789.67/1790.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1789.67/1790.01	c   applied globally :          -          -          -     149552      111.8          -          -          -
1789.67/1790.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1789.67/1790.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1789.67/1790.01	c   cut pool         :       0.00          5          -          -        872          -    (maximal pool size: 2204)
1789.67/1790.01	c   redcost          :       3.78      57816          0          0          0          0
1789.67/1790.01	c   impliedbounds    :       0.00          6          0          0          0          0
1789.67/1790.01	c   intobj           :       0.00          0          0          0          0          0
1789.67/1790.01	c   cgmip            :       0.00          0          0          0          0          0
1789.67/1790.01	c   gomory           :       0.02          6          0          0         38          0
1789.67/1790.01	c   strongcg         :       0.04          6          0          0         30          0
1789.67/1790.01	c   cmir             :       0.80          6          0          0       2378          0
1789.67/1790.01	c   flowcover        :       0.49          6          0          0       1203          0
1789.67/1790.01	c   clique           :       0.01          6          0          0          8          0
1789.67/1790.01	c   zerohalf         :       0.00          0          0          0          0          0
1789.67/1790.01	c   mcf              :       0.00          1          0          0          0          0
1789.67/1790.01	c   rapidlearning    :       0.33          1          0          0          0          0
1789.67/1790.01	c Pricers            :       Time      Calls       Vars
1789.67/1790.01	c   problem variables:       0.00          0          0
1789.67/1790.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1789.67/1790.01	c   relpscost        :     442.80      57914        238      10829          0          0     105648
1789.67/1790.01	c   pscost           :       0.00          0          0          0          0          0          0
1789.67/1790.01	c   inference        :       0.00          1          0          0          0          0          2
1789.67/1790.01	c   mostinf          :       0.00          0          0          0          0          0          0
1789.67/1790.01	c   leastinf         :       0.00          0          0          0          0          0          0
1789.67/1790.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1789.67/1790.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1789.67/1790.01	c   random           :       0.00          0          0          0          0          0          0
1789.67/1790.01	c Primal Heuristics  :       Time      Calls      Found
1789.67/1790.01	c   LP solutions     :       0.00          -          0
1789.67/1790.01	c   pseudo solutions :       0.00          -          0
1789.67/1790.01	c   oneopt           :       0.17          0          0
1789.67/1790.01	c   crossover        :       0.10          0          0
1789.67/1790.01	c   guideddiving     :       0.00          0          0
1789.67/1790.01	c   intshifting      :       0.00          0          0
1789.67/1790.01	c   linesearchdiving :       6.38         35          0
1789.67/1790.01	c   feaspump         :       3.90         18          0
1789.67/1790.01	c   objpscostdiving  :       0.55         18          0
1789.67/1790.01	c   rootsoldiving    :       3.04         18          0
1789.67/1790.01	c   coefdiving       :      29.76         36          0
1789.67/1790.01	c   pscostdiving     :      12.67         36          0
1789.67/1790.01	c   veclendiving     :       3.53         36          0
1789.67/1790.01	c   fracdiving       :      15.54         36          0
1789.67/1790.01	c   trivial          :       0.00          2          0
1789.67/1790.01	c   simplerounding   :       0.05          0          0
1789.67/1790.01	c   zirounding       :       0.09       1000          0
1789.67/1790.01	c   rounding         :       0.34       3313          0
1789.67/1790.01	c   shifting         :       2.18       1024          0
1789.67/1790.01	c   twoopt           :       0.00          0          0
1789.67/1790.01	c   fixandinfer      :       0.00          0          0
1789.67/1790.01	c   intdiving        :       0.00          0          0
1789.67/1790.01	c   actconsdiving    :       0.00          0          0
1789.67/1790.01	c   octane           :       0.00          0          0
1789.67/1790.01	c   rens             :       0.08          1          0
1789.67/1790.01	c   rins             :       0.00          0          0
1789.67/1790.01	c   localbranching   :       0.00          0          0
1789.67/1790.01	c   mutation         :       0.00          0          0
1789.67/1790.01	c   dins             :       0.00          0          0
1789.67/1790.01	c   undercover       :       0.00          0          0
1789.67/1790.01	c   nlp              :       0.06          0          0
1789.67/1790.01	c   trysol           :       0.10          0          0
1789.67/1790.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1789.67/1790.01	c   primal LP        :       0.00          0          0       0.00          -
1789.67/1790.01	c   dual LP          :     999.97      78125    4953882      63.41    4954.03
1789.67/1790.01	c   lex dual LP      :       0.00          0          0       0.00          -
1789.67/1790.01	c   barrier LP       :       0.00          0          0       0.00          -
1789.67/1790.01	c   diving/probing LP:      63.16      20527     270241      13.17    4278.95
1789.67/1790.01	c   strong branching :     441.25      22891    1976339      86.34    4478.94
1789.67/1790.01	c     (at root node) :          -         12       7588     632.33          -
1789.67/1790.01	c   conflict analysis:       0.00          0          0       0.00          -
1789.67/1790.01	c B&B Tree           :
1789.67/1790.01	c   number of runs   :          1
1789.67/1790.01	c   nodes            :      86027
1789.67/1790.01	c   nodes (total)    :      86027
1789.67/1790.01	c   nodes left       :      16645
1789.67/1790.01	c   max depth        :        473
1789.67/1790.01	c   max depth (total):        473
1789.67/1790.01	c   backtracks       :       5475 (6.4%)
1789.67/1790.01	c   delayed cutoffs  :       2979
1789.67/1790.01	c   repropagations   :     711291 (614638 domain reductions, 746 cutoffs)
1789.67/1790.01	c   avg switch length:      19.34
1789.67/1790.01	c   switching time   :      29.12
1789.67/1790.01	c Solution           :
1789.67/1790.01	c   Solutions found  :          0 (0 improvements)
1789.67/1790.01	c   Primal Bound     :          -
1789.67/1790.01	c   Dual Bound       : +7.00000000000000e+00
1789.67/1790.01	c   Gap              :   infinite
1789.67/1790.01	c   Root Dual Bound  : +7.00000000000000e+00
1789.67/1790.01	c   Root Iterations  :       4337
1789.77/1790.12	c Time complete: 1789.79.

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3738322-1338725223/watcher-3738322-1338725223 -o /tmp/evaluation-result-3738322-1338725223/solver-3738322-1338725223 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3738322-1338725223.opb -t 1800 -m 15500 

running on 4 cores: 1,3,5,7

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): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.05 2.03 2.00 2/176 12598
/proc/meminfo: memFree=26593548/32873844 swapFree=7628/7628
[pid=12598] ppid=12596 vsize=8944 CPUtime=0 cores=1,3,5,7
/proc/12598/stat : 12598 (pbscip.linux.x8) R 12596 12598 25613 0 -1 4202496 1514 0 0 0 0 0 0 0 20 0 1 0 338650825 9158656 1460 33554432000 4194304 8395647 140734700681952 140734700613784 7382157 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12598/statm: 2493 1468 374 1026 0 1463 0

[startup+0.0509461 s]
/proc/loadavg: 2.05 2.03 2.00 2/176 12598
/proc/meminfo: memFree=26593548/32873844 swapFree=7628/7628
[pid=12598] ppid=12596 vsize=18452 CPUtime=0.04 cores=1,3,5,7
/proc/12598/stat : 12598 (pbscip.linux.x8) R 12596 12598 25613 0 -1 4202496 3853 0 0 0 4 0 0 0 20 0 1 0 338650825 18894848 3799 33554432000 4194304 8395647 140734700681952 140734700613784 7430272 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12598/statm: 4613 3799 393 1026 0 3583 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 18452

[startup+0.100331 s]
/proc/loadavg: 2.05 2.03 2.00 2/176 12598
/proc/meminfo: memFree=26593548/32873844 swapFree=7628/7628
[pid=12598] ppid=12596 vsize=34700 CPUtime=0.09 cores=1,3,5,7
/proc/12598/stat : 12598 (pbscip.linux.x8) R 12596 12598 25613 0 -1 4202496 8013 0 0 0 8 1 0 0 20 0 1 0 338650825 35532800 7605 33554432000 4194304 8395647 140734700681952 140734700613784 4963679 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12598/statm: 8675 7605 464 1026 0 7645 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 34700

[startup+0.300279 s]
/proc/loadavg: 2.05 2.03 2.00 2/176 12598
/proc/meminfo: memFree=26593548/32873844 swapFree=7628/7628
[pid=12598] ppid=12596 vsize=43408 CPUtime=0.29 cores=1,3,5,7
/proc/12598/stat : 12598 (pbscip.linux.x8) R 12596 12598 25613 0 -1 4202496 10227 0 0 0 28 1 0 0 20 0 1 0 338650825 44449792 9819 33554432000 4194304 8395647 140734700681952 140734700613784 4482995 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12598/statm: 10852 9819 485 1026 0 9822 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 43408

[startup+0.700275 s]
/proc/loadavg: 2.05 2.03 2.00 2/176 12598
/proc/meminfo: memFree=26593548/32873844 swapFree=7628/7628
[pid=12598] ppid=12596 vsize=55536 CPUtime=0.69 cores=1,3,5,7
/proc/12598/stat : 12598 (pbscip.linux.x8) R 12596 12598 25613 0 -1 4202496 13297 0 0 0 67 2 0 0 20 0 1 0 338650825 56868864 12873 33554432000 4194304 8395647 140734700681952 140734700677464 6107123 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12598/statm: 13884 12873 598 1026 0 12854 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 55536

[startup+1.5003 s]
/proc/loadavg: 2.05 2.03 2.00 3/177 12599
/proc/meminfo: memFree=26513320/32873844 swapFree=7628/7628
[pid=12598] ppid=12596 vsize=78340 CPUtime=1.49 cores=1,3,5,7
/proc/12598/stat : 12598 (pbscip.linux.x8) R 12596 12598 25613 0 -1 4202496 22381 0 0 0 145 4 0 0 20 0 1 0 338650825 80220160 18685 33554432000 4194304 8395647 140734700681952 140734700677240 4463671 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12598/statm: 19585 18685 628 1026 0 18555 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 78340

[startup+3.10032 s]
/proc/loadavg: 2.05 2.03 2.00 3/177 12599
/proc/meminfo: memFree=26521132/32873844 swapFree=7628/7628
[pid=12598] ppid=12596 vsize=78340 CPUtime=3.09 cores=1,3,5,7
/proc/12598/stat : 12598 (pbscip.linux.x8) R 12596 12598 25613 0 -1 4202496 25961 0 0 0 304 5 0 0 20 0 1 0 338650825 80220160 18788 33554432000 4194304 8395647 140734700681952 140734700677080 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12598/statm: 19585 18788 635 1026 0 18555 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 78340

[startup+6.30023 s]
/proc/loadavg: 2.12 2.05 2.01 3/177 12599
/proc/meminfo: memFree=26518868/32873844 swapFree=7628/7628
[pid=12598] ppid=12596 vsize=78340 CPUtime=6.28 cores=1,3,5,7
/proc/12598/stat : 12598 (pbscip.linux.x8) R 12596 12598 25613 0 -1 4202496 25965 0 0 0 621 7 0 0 20 0 1 0 338650825 80220160 18825 33554432000 4194304 8395647 140734700681952 140734700676824 6742707 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12598/statm: 19585 18825 636 1026 0 18555 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 78340

[startup+12.7002 s]
/proc/loadavg: 2.11 2.05 2.01 3/177 12599
/proc/meminfo: memFree=26518916/32873844 swapFree=7628/7628
[pid=12598] ppid=12596 vsize=78340 CPUtime=12.68 cores=1,3,5,7
/proc/12598/stat : 12598 (pbscip.linux.x8) R 12596 12598 25613 0 -1 4202496 25965 0 0 0 1258 10 0 0 20 0 1 0 338650825 80220160 18825 33554432000 4194304 8395647 140734700681952 140734700677256 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12598/statm: 19585 18825 636 1026 0 18555 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 78340

[startup+25.5003 s]
/proc/loadavg: 2.16 2.06 2.01 3/177 12599
/proc/meminfo: memFree=26518528/32873844 swapFree=7628/7628
[pid=12598] ppid=12596 vsize=78340 CPUtime=25.47 cores=1,3,5,7
/proc/12598/stat : 12598 (pbscip.linux.x8) R 12596 12598 25613 0 -1 4202496 25974 0 0 0 2529 18 0 0 20 0 1 0 338650825 80220160 19156 33554432000 4194304 8395647 140734700681952 140734700677464 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12598/statm: 19585 19156 636 1026 0 18555 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 78340

[startup+51.1003 s]
/proc/loadavg: 2.10 2.05 2.01 3/177 12600
/proc/meminfo: memFree=26518368/32873844 swapFree=7628/7628
[pid=12598] ppid=12596 vsize=78340 CPUtime=51.07 cores=1,3,5,7
/proc/12598/stat : 12598 (pbscip.linux.x8) R 12596 12598 25613 0 -1 4202496 25982 0 0 0 5074 33 0 0 20 0 1 0 338650825 80220160 19161 33554432000 4194304 8395647 140734700681952 140734700677080 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12598/statm: 19585 19161 640 1026 0 18555 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 78340

[startup+102.307 s]
/proc/loadavg: 2.04 2.04 2.00 3/177 12600
/proc/meminfo: memFree=26513036/32873844 swapFree=7628/7628
[pid=12598] ppid=12596 vsize=83760 CPUtime=102.27 cores=1,3,5,7
/proc/12598/stat : 12598 (pbscip.linux.x8) R 12596 12598 25613 0 -1 4202496 27297 0 0 0 10168 59 0 0 20 0 1 0 338650825 85770240 20476 33554432000 4194304 8395647 140734700681952 140734700677416 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12598/statm: 20940 20476 640 1026 0 19910 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 83760

[startup+162.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/177 12600
/proc/meminfo: memFree=26486620/32873844 swapFree=7628/7628
[pid=12598] ppid=12596 vsize=101188 CPUtime=162.25 cores=1,3,5,7
/proc/12598/stat : 12598 (pbscip.linux.x8) R 12596 12598 25613 0 -1 4202496 31678 0 0 0 16134 91 0 0 20 0 1 0 338650825 103616512 24853 33554432000 4194304 8395647 140734700681952 140734700677512 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12598/statm: 25297 24853 640 1026 0 24267 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 101188

[startup+222.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/178 12641
/proc/meminfo: memFree=26533632/32873844 swapFree=7628/7628
[pid=12598] ppid=12596 vsize=106752 CPUtime=222.24 cores=1,3,5,7
/proc/12598/stat : 12598 (pbscip.linux.x8) R 12596 12598 25613 0 -1 4202496 33050 0 0 0 22103 121 0 0 20 0 1 0 338650825 109314048 26223 33554432000 4194304 8395647 140734700681952 140734700677080 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12598/statm: 26688 26223 640 1026 0 25658 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 106752

[startup+282.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 12641
/proc/meminfo: memFree=26522408/32873844 swapFree=7628/7628
[pid=12598] ppid=12596 vsize=111500 CPUtime=282.23 cores=1,3,5,7
/proc/12598/stat : 12598 (pbscip.linux.x8) R 12596 12598 25613 0 -1 4202496 34242 0 0 0 28073 150 0 0 20 0 1 0 338650825 114176000 27429 33554432000 4194304 8395647 140734700681952 140734700677560 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12598/statm: 27875 27429 640 1026 0 26845 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 111500

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 12641
/proc/meminfo: memFree=26513156/32873844 swapFree=7628/7628
[pid=12598] ppid=12596 vsize=116860 CPUtime=342.22 cores=1,3,5,7
/proc/12598/stat : 12598 (pbscip.linux.x8) R 12596 12598 25613 0 -1 4202496 36083 0 0 0 34039 183 0 0 20 0 1 0 338650825 119664640 28617 33554432000 4194304 8395647 140734700681952 140734700677256 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12598/statm: 29215 28617 640 1026 0 28185 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 116860

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 12642
/proc/meminfo: memFree=26503908/32873844 swapFree=7628/7628
[pid=12598] ppid=12596 vsize=122540 CPUtime=402.21 cores=1,3,5,7
/proc/12598/stat : 12598 (pbscip.linux.x8) R 12596 12598 25613 0 -1 4202496 37579 0 0 0 40004 217 0 0 20 0 1 0 338650825 125480960 30111 33554432000 4194304 8395647 140734700681952 140734700677464 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12598/statm: 30635 30111 640 1026 0 29605 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 122540

[startup+462.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/177 12642
/proc/meminfo: memFree=26497332/32873844 swapFree=7628/7628
[pid=12598] ppid=12596 vsize=127824 CPUtime=462.2 cores=1,3,5,7
/proc/12598/stat : 12598 (pbscip.linux.x8) R 12596 12598 25613 0 -1 4202496 39468 0 0 0 45972 248 0 0 20 0 1 0 338650825 130891776 31516 33554432000 4194304 8395647 140734700681952 140734700677512 4911325 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12598/statm: 31956 31516 640 1026 0 30926 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 127824

[startup+522.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 12642
/proc/meminfo: memFree=26486160/32873844 swapFree=7628/7628
[pid=12598] ppid=12596 vsize=134464 CPUtime=522.19 cores=1,3,5,7
/proc/12598/stat : 12598 (pbscip.linux.x8) R 12596 12598 25613 0 -1 4202496 41084 0 0 0 51940 279 0 0 20 0 1 0 338650825 137691136 33121 33554432000 4194304 8395647 140734700681952 140734700677608 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12598/statm: 33616 33121 640 1026 0 32586 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 134464

[startup+582.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 12642
/proc/meminfo: memFree=26474744/32873844 swapFree=7628/7628
[pid=12598] ppid=12596 vsize=142356 CPUtime=582.18 cores=1,3,5,7
/proc/12598/stat : 12598 (pbscip.linux.x8) R 12596 12598 25613 0 -1 4202496 43582 0 0 0 57905 313 0 0 20 0 1 0 338650825 145772544 35136 33554432000 4194304 8395647 140734700681952 140734700677160 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12598/statm: 35589 35136 640 1026 0 34559 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 142356

[startup+642.3 s]

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

/proc/meminfo: memFree=26418388/32873844 swapFree=7628/7628
[pid=12598] ppid=12596 vsize=186344 CPUtime=1002.11 cores=1,3,5,7
/proc/12598/stat : 12598 (pbscip.linux.x8) R 12596 12598 25613 0 -1 4202496 55142 0 0 0 99680 531 0 0 20 0 1 0 338650825 190816256 46131 33554432000 4194304 8395647 140734700681952 140734700677512 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12598/statm: 46586 46131 640 1026 0 45556 0
Current children cumulated CPU time (s) 1002.11
Current children cumulated vsize (KiB) 186344

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12647
/proc/meminfo: memFree=26412556/32873844 swapFree=7628/7628
[pid=12598] ppid=12596 vsize=190364 CPUtime=1062.09 cores=1,3,5,7
/proc/12598/stat : 12598 (pbscip.linux.x8) R 12596 12598 25613 0 -1 4202496 56169 0 0 0 105645 564 0 0 20 0 1 0 338650825 194932736 47155 33554432000 4194304 8395647 140734700681952 140734700677512 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12598/statm: 47591 47155 640 1026 0 46561 0
Current children cumulated CPU time (s) 1062.09
Current children cumulated vsize (KiB) 190364

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12647
/proc/meminfo: memFree=26406976/32873844 swapFree=7628/7628
[pid=12598] ppid=12596 vsize=193148 CPUtime=1122.09 cores=1,3,5,7
/proc/12598/stat : 12598 (pbscip.linux.x8) R 12596 12598 25613 0 -1 4202496 56853 0 0 0 111613 596 0 0 20 0 1 0 338650825 197783552 47807 33554432000 4194304 8395647 140734700681952 140734700677256 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12598/statm: 48287 47807 640 1026 0 47257 0
Current children cumulated CPU time (s) 1122.09
Current children cumulated vsize (KiB) 193148

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12647
/proc/meminfo: memFree=26398720/32873844 swapFree=7628/7628
[pid=12598] ppid=12596 vsize=199524 CPUtime=1182.08 cores=1,3,5,7
/proc/12598/stat : 12598 (pbscip.linux.x8) R 12596 12598 25613 0 -1 4202496 58429 0 0 0 117580 628 0 0 20 0 1 0 338650825 204312576 49380 33554432000 4194304 8395647 140734700681952 140734700677512 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12598/statm: 49881 49380 640 1026 0 48851 0
Current children cumulated CPU time (s) 1182.08
Current children cumulated vsize (KiB) 199524

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12647
/proc/meminfo: memFree=26390032/32873844 swapFree=7628/7628
[pid=12598] ppid=12596 vsize=205704 CPUtime=1242.07 cores=1,3,5,7
/proc/12598/stat : 12598 (pbscip.linux.x8) R 12596 12598 25613 0 -1 4202496 59857 0 0 0 123547 660 0 0 20 0 1 0 338650825 210640896 50808 33554432000 4194304 8395647 140734700681952 140734700677512 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12598/statm: 51426 50808 640 1026 0 50396 0
Current children cumulated CPU time (s) 1242.07
Current children cumulated vsize (KiB) 205704

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12648
/proc/meminfo: memFree=26381848/32873844 swapFree=7628/7628
[pid=12598] ppid=12596 vsize=211032 CPUtime=1302.07 cores=1,3,5,7
/proc/12598/stat : 12598 (pbscip.linux.x8) R 12596 12598 25613 0 -1 4202496 61303 0 0 0 129519 688 0 0 20 0 1 0 338650825 216096768 52254 33554432000 4194304 8395647 140734700681952 140734700677560 4911312 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12598/statm: 52758 52254 640 1026 0 51728 0
Current children cumulated CPU time (s) 1302.07
Current children cumulated vsize (KiB) 211032

[startup+1362.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/177 12648
/proc/meminfo: memFree=26374388/32873844 swapFree=7628/7628
[pid=12598] ppid=12596 vsize=216200 CPUtime=1362.05 cores=1,3,5,7
/proc/12598/stat : 12598 (pbscip.linux.x8) R 12596 12598 25613 0 -1 4202496 62616 0 0 0 135487 718 0 0 20 0 1 0 338650825 221388800 53590 33554432000 4194304 8395647 140734700681952 140734700677160 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12598/statm: 54050 53590 640 1026 0 53020 0
Current children cumulated CPU time (s) 1362.05
Current children cumulated vsize (KiB) 216200

[startup+1422.31 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 12651
/proc/meminfo: memFree=26368856/32873844 swapFree=7628/7628
[pid=12598] ppid=12596 vsize=220436 CPUtime=1422.04 cores=1,3,5,7
/proc/12598/stat : 12598 (pbscip.linux.x8) R 12596 12598 25613 0 -1 4202496 64295 0 0 0 141454 750 0 0 20 0 1 0 338650825 225726464 54598 33554432000 4194304 8395647 140734700681952 140734700677160 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12598/statm: 55109 54598 640 1026 0 54079 0
Current children cumulated CPU time (s) 1422.04
Current children cumulated vsize (KiB) 220436

[startup+1482.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 12651
/proc/meminfo: memFree=26361052/32873844 swapFree=7628/7628
[pid=12598] ppid=12596 vsize=225984 CPUtime=1482.03 cores=1,3,5,7
/proc/12598/stat : 12598 (pbscip.linux.x8) R 12596 12598 25613 0 -1 4202496 65737 0 0 0 147425 778 0 0 20 0 1 0 338650825 231407616 56040 33554432000 4194304 8395647 140734700681952 140734700677080 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12598/statm: 56496 56040 640 1026 0 55466 0
Current children cumulated CPU time (s) 1482.03
Current children cumulated vsize (KiB) 225984

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12651
/proc/meminfo: memFree=26353736/32873844 swapFree=7628/7628
[pid=12598] ppid=12596 vsize=231808 CPUtime=1542.02 cores=1,3,5,7
/proc/12598/stat : 12598 (pbscip.linux.x8) R 12596 12598 25613 0 -1 4202496 67210 0 0 0 153390 812 0 0 20 0 1 0 338650825 237371392 57513 33554432000 4194304 8395647 140734700681952 140734700677416 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12598/statm: 57952 57513 640 1026 0 56922 0
Current children cumulated CPU time (s) 1542.02
Current children cumulated vsize (KiB) 231808

[startup+1602.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 12652
/proc/meminfo: memFree=26346960/32873844 swapFree=7628/7628
[pid=12598] ppid=12596 vsize=236956 CPUtime=1602.01 cores=1,3,5,7
/proc/12598/stat : 12598 (pbscip.linux.x8) R 12596 12598 25613 0 -1 4202496 69029 0 0 0 159356 845 0 0 20 0 1 0 338650825 242642944 58681 33554432000 4194304 8395647 140734700681952 140734700677512 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12598/statm: 59239 58681 640 1026 0 58209 0
Current children cumulated CPU time (s) 1602.01
Current children cumulated vsize (KiB) 236956

[startup+1662.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 12652
/proc/meminfo: memFree=26338644/32873844 swapFree=7628/7628
[pid=12598] ppid=12596 vsize=242696 CPUtime=1661.99 cores=1,3,5,7
/proc/12598/stat : 12598 (pbscip.linux.x8) R 12596 12598 25613 0 -1 4202496 70556 0 0 0 165323 876 0 0 20 0 1 0 338650825 248520704 60208 33554432000 4194304 8395647 140734700681952 140734700677560 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12598/statm: 60674 60208 640 1026 0 59644 0
Current children cumulated CPU time (s) 1661.99
Current children cumulated vsize (KiB) 242696

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12652
/proc/meminfo: memFree=26330460/32873844 swapFree=7628/7628
[pid=12598] ppid=12596 vsize=246832 CPUtime=1721.99 cores=1,3,5,7
/proc/12598/stat : 12598 (pbscip.linux.x8) R 12596 12598 25613 0 -1 4202496 71578 0 0 0 171289 910 0 0 20 0 1 0 338650825 252755968 61230 33554432000 4194304 8395647 140734700681952 140734700677512 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12598/statm: 61708 61230 640 1026 0 60678 0
Current children cumulated CPU time (s) 1721.99
Current children cumulated vsize (KiB) 246832

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12652
/proc/meminfo: memFree=26323808/32873844 swapFree=7628/7628
[pid=12598] ppid=12596 vsize=250828 CPUtime=1781.97 cores=1,3,5,7
/proc/12598/stat : 12598 (pbscip.linux.x8) R 12596 12598 25613 0 -1 4202496 72581 0 0 0 177253 944 0 0 20 0 1 0 338650825 256847872 62229 33554432000 4194304 8395647 140734700681952 140734700676504 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12598/statm: 62707 62229 640 1026 0 61677 0
Current children cumulated CPU time (s) 1781.97
Current children cumulated vsize (KiB) 250828

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12652
/proc/meminfo: memFree=26323436/32873844 swapFree=7628/7628
[pid=12598] ppid=12596 vsize=251300 CPUtime=1785.18 cores=1,3,5,7
/proc/12598/stat : 12598 (pbscip.linux.x8) R 12596 12598 25613 0 -1 4202496 72698 0 0 0 177571 947 0 0 20 0 1 0 338650825 257331200 62346 33554432000 4194304 8395647 140734700681952 140734700677560 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12598/statm: 62825 62346 640 1026 0 61795 0
Current children cumulated CPU time (s) 1785.18
Current children cumulated vsize (KiB) 251300

[startup+1788.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12652
/proc/meminfo: memFree=26323312/32873844 swapFree=7628/7628
[pid=12598] ppid=12596 vsize=251300 CPUtime=1788.37 cores=1,3,5,7
/proc/12598/stat : 12598 (pbscip.linux.x8) R 12596 12598 25613 0 -1 4202496 72698 0 0 0 177889 948 0 0 20 0 1 0 338650825 257331200 62346 33554432000 4194304 8395647 140734700681952 140734700677080 6023234 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12598/statm: 62825 62346 640 1026 0 61795 0
Current children cumulated CPU time (s) 1788.37
Current children cumulated vsize (KiB) 251300

[startup+1789.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12652
/proc/meminfo: memFree=26323312/32873844 swapFree=7628/7628
[pid=12598] ppid=12596 vsize=251300 CPUtime=1789.17 cores=1,3,5,7
/proc/12598/stat : 12598 (pbscip.linux.x8) R 12596 12598 25613 0 -1 4202496 72716 0 0 0 177968 949 0 0 20 0 1 0 338650825 257331200 62364 33554432000 4194304 8395647 140734700681952 140734700677416 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12598/statm: 62825 62364 640 1026 0 61795 0
Current children cumulated CPU time (s) 1789.17
Current children cumulated vsize (KiB) 251300

[startup+1789.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12652
/proc/meminfo: memFree=26323188/32873844 swapFree=7628/7628
[pid=12598] ppid=12596 vsize=251300 CPUtime=1789.57 cores=1,3,5,7
/proc/12598/stat : 12598 (pbscip.linux.x8) R 12596 12598 25613 0 -1 4202496 72716 0 0 0 178008 949 0 0 20 0 1 0 338650825 257331200 62364 33554432000 4194304 8395647 140734700681952 140734700677416 6021655 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12598/statm: 62825 62364 640 1026 0 61795 0
Current children cumulated CPU time (s) 1789.57
Current children cumulated vsize (KiB) 251300

[startup+1790.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12652
/proc/meminfo: memFree=26323188/32873844 swapFree=7628/7628
[pid=12598] ppid=12596 vsize=251300 CPUtime=1789.77 cores=1,3,5,7
/proc/12598/stat : 12598 (pbscip.linux.x8) R 12596 12598 25613 0 -1 4202496 72719 0 0 0 178028 949 0 0 20 0 1 0 338650825 257331200 62367 33554432000 4194304 8395647 140734700681952 140734700677416 4908320 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12598/statm: 62825 62367 643 1026 0 61795 0
Current children cumulated CPU time (s) 1789.77
Current children cumulated vsize (KiB) 251300

Child status: 0
Real time (s): 1790.12
CPU time (s): 1789.8
CPU user time (s): 1780.31
CPU system time (s): 9.49556
CPU usage (%): 99.9821
Max. virtual memory (cumulated for all children) (KiB): 251300

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1780.31
system time used= 9.49556
maximum resident set size= 249468
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 72722
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= 56
involuntary context switches= 1836

runsolver used 3.03554 second user time and 7.53385 second system time

The end

Launcher Data

Begin job on node107 at 2012-06-03 14:07:03
IDJOB=3738322
IDBENCH=71843
IDSOLVER=2326
FILE ID=node107/3738322-1338725223
RUNJOBID= node107-1338723356-12419
PBS_JOBID= 14636731
Free space on /tmp= 70772 MiB

SOLVER NAME= PB10: SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB09/normalized-PB09/OPT-SMALLINT-LIN/flexray/normalized-fx75.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3738322-1338725223/watcher-3738322-1338725223 -o /tmp/evaluation-result-3738322-1338725223/solver-3738322-1338725223 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3738322-1338725223.opb -t 1800 -m 15500

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 899c8865b8ac9a45eaa204f923cbd9e8
RANDOM SEED=882446964

node107.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.760
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.52
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.760
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.760
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.760
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.760
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.760
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.760
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.86
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.760
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        26594192 kB
Buffers:          537848 kB
Cached:          4739324 kB
SwapCached:           76 kB
Active:          2150488 kB
Inactive:        3239252 kB
Active(anon):     103616 kB
Inactive(anon):    11060 kB
Active(file):    2046872 kB
Inactive(file):  3228192 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108780 kB
Dirty:             10488 kB
Writeback:             0 kB
AnonPages:        141848 kB
Mapped:            17104 kB
Shmem:               184 kB
Slab:             749280 kB
SReclaimable:     191412 kB
SUnreclaim:       557868 kB
KernelStack:        1480 kB
PageTables:         4456 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     226760 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    114688 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70764 MiB
End job on node107 at 2012-06-03 14:36:53