Trace number 3744647

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 NameAnswerCPU timeWall clock time
PB10: SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver? 1790.48 1790.77

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/IC/
normalized-minisat50_6_9_4_ic.opb
MD5SUM5ec7149b781e46400e7eef5bed8d1ab6
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark24098223
Best CPU time to get the best result obtained on this benchmark1800.03
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables125200
Total number of constraints250157
Number of constraints which are clauses120150
Number of constraints which are cardinality constraints (but not clauses)7
Number of constraints which are nor clauses,nor cardinality constraints130000
Minimum length of a constraint2
Maximum length of a constraint1225
Number of terms in the objective function 7400
Biggest coefficient in the objective function 128787625
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 49475695570
Number of bits of the sum of numbers in the objective function 36
Biggest number in a constraint 128787625
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 49475695570
Number of bits of the biggest sum of numbers36
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-3744647-1338808622.opb>
2.09/2.16	c original problem has 125200 variables (125200 bin, 0 int, 0 impl, 0 cont) and 250157 constraints
2.09/2.16	c problem read
2.09/2.16	c presolving settings loaded
2.89/2.93	c presolving:
3.69/3.77	c (round 1) 3825 del vars, 7353 del conss, 150 chg bounds, 1225 chg sides, 3675 chg coeffs, 0 upgd conss, 7450 impls, 1 clqs
4.99/5.06	c (round 2) 3825 del vars, 7353 del conss, 150 chg bounds, 1225 chg sides, 3675 chg coeffs, 242801 upgd conss, 7450 impls, 1 clqs
9.49/9.57	c    (7.4s) probing: 101/121375 (0.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
9.49/9.57	c    (7.4s) probing aborted: 100/100 successive totally useless probings
9.49/9.58	c presolving (3 rounds):
9.49/9.58	c  3825 deleted vars, 7353 deleted constraints, 150 tightened bounds, 0 added holes, 1225 changed sides, 3675 changed coefficients
9.49/9.58	c  713050 implications, 1 cliques
9.49/9.58	c presolved problem has 121375 variables (121375 bin, 0 int, 0 impl, 0 cont) and 242804 constraints
9.49/9.58	c  121425 constraints of type <knapsack>
9.49/9.58	c      51 constraints of type <setppc>
9.49/9.58	c       3 constraints of type <linear>
9.49/9.58	c  121325 constraints of type <logicor>
9.49/9.58	c transformed objective value is always integral (scale: 1)
9.49/9.58	c Presolving Time: 6.89
9.49/9.58	c - non default parameters ----------------------------------------------------------------------
9.49/9.58	c # SCIP version 1.2.1.3
9.49/9.58	c 
9.49/9.58	c # frequency for displaying node information lines
9.49/9.58	c # [type: int, range: [-1,2147483647], default: 100]
9.49/9.58	c display/freq = 10000
9.49/9.58	c 
9.49/9.58	c # maximal time in seconds to run
9.49/9.58	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
9.49/9.58	c limits/time = 1787.85
9.49/9.58	c 
9.49/9.58	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
9.49/9.58	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
9.49/9.58	c limits/memory = 13950
9.49/9.58	c 
9.49/9.58	c # default clock type (1: CPU user seconds, 2: wall clock time)
9.49/9.58	c # [type: int, range: [1,2], default: 1]
9.49/9.58	c timing/clocktype = 2
9.49/9.58	c 
9.49/9.58	c # should presolving try to simplify inequalities
9.49/9.58	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
9.49/9.58	c constraints/linear/simplifyinequalities = TRUE
9.49/9.58	c 
9.49/9.58	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
9.49/9.58	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
9.49/9.58	c constraints/indicator/addCouplingCons = TRUE
9.49/9.58	c 
9.49/9.58	c # should presolving try to simplify knapsacks
9.49/9.58	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
9.49/9.58	c constraints/knapsack/simplifyinequalities = TRUE
9.49/9.58	c 
9.49/9.58	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
9.49/9.58	c # [type: int, range: [-1,2147483647], default: -1]
9.49/9.58	c separating/rapidlearning/freq = 0
9.49/9.58	c 
9.49/9.58	c -----------------------------------------------------------------------------------------------
9.49/9.58	c start solving
9.59/9.61	c 
45.28/45.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
45.28/45.30	c  43.1s|     1 |     0 |  3826 |     - | 679M|   0 | 399 | 121k| 242k| 121k| 242k|   0 |   0 |   0 | 1.321225e+06 |      --      |    Inf 
363.82/364.00	c   362s|     1 |     0 | 13575 |     - | 696M|   0 | 375 | 121k| 242k| 121k| 242k|  85 |   0 |   0 | 1.532157e+06 |      --      |    Inf 
561.78/561.95	c   560s|     1 |     0 | 15240 |     - | 705M|   0 | 365 | 121k| 242k| 121k| 242k| 152 |   0 |   0 | 1.600737e+06 |      --      |    Inf 
863.54/863.78	c   862s|     1 |     0 | 16027 |     - | 712M|   0 | 361 | 121k| 242k| 121k| 243k| 198 |   0 |   0 | 1.634518e+06 |      --      |    Inf 
1024.41/1024.62	c  1022s|     1 |     0 | 16878 |     - | 720M|   0 | 339 | 121k| 242k| 121k| 243k| 232 |   0 |   0 | 1.658671e+06 |      --      |    Inf 
1199.18/1199.41	c  1197s|     1 |     0 | 17721 |     - | 728M|   0 | 364 | 121k| 242k| 121k| 243k| 260 |   0 |   0 | 1.671313e+06 |      --      |    Inf 
1422.65/1422.90	c  1421s|     1 |     0 | 18730 |     - | 739M|   0 | 364 | 121k| 242k| 121k| 243k| 288 |   0 |   0 | 1.690945e+06 |      --      |    Inf 
1656.62/1656.94	c  1655s|     1 |     0 | 19533 |     - | 745M|   0 | 358 | 121k| 242k| 121k| 243k| 300 |   0 |   0 | 1.700507e+06 |      --      |    Inf 
1789.70/1790.03	c  1788s|     1 |     0 | 19533 |     - | 746M|   0 |   - | 121k| 242k| 121k| 243k| 323 |   0 |   0 | 1.700507e+06 |      --      |    Inf 
1789.70/1790.06	c  1788s|     1 |     2 | 19533 |     - | 746M|   0 |   - | 121k| 242k| 121k| 243k| 323 |   0 |   0 | 1.700507e+06 |      --      |    Inf 
1789.70/1790.06	c 
1789.70/1790.06	c SCIP Status        : solving was interrupted [time limit reached]
1789.70/1790.06	c Solving Time (sec) : 1787.89
1789.70/1790.06	c Solving Nodes      : 1
1789.70/1790.06	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1789.70/1790.06	c Dual Bound         : +1.70050656074979e+06
1789.70/1790.06	c Gap                : infinite
1789.70/1790.06	s UNKNOWN
1789.70/1790.06	c SCIP Status        : solving was interrupted [time limit reached]
1789.70/1790.06	c Solving Time       :    1787.89
1789.70/1790.06	c Original Problem   :
1789.70/1790.06	c   Problem name     : HOME/instance-3744647-1338808622.opb
1789.70/1790.06	c   Variables        : 125200 (125200 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.70/1790.06	c   Constraints      : 250157 initial, 250157 maximal
1789.70/1790.06	c Presolved Problem  :
1789.70/1790.06	c   Problem name     : t_HOME/instance-3744647-1338808622.opb
1789.70/1790.06	c   Variables        : 121375 (121375 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.70/1790.06	c   Constraints      : 242804 initial, 242804 maximal
1789.70/1790.06	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1789.70/1790.06	c   trivial          :       0.02          0          0          0          0          0          0          0          0
1789.70/1790.06	c   dualfix          :       0.02          0          0          0          0          0          0          0          0
1789.70/1790.06	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1789.70/1790.06	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1789.70/1790.06	c   implics          :       0.01          0          0          0          0          0          0          0          0
1789.70/1790.06	c   probing          :       1.67          0          0          0          0          0          0          0          0
1789.70/1790.06	c   knapsack         :       2.69          0          0          0          0          0          0          0          0
1789.70/1790.06	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1789.70/1790.06	c   linear           :       1.74        150       3675          0        150          0       7353       1225       3675
1789.70/1790.06	c   logicor          :       0.28          0          0          0          0          0          0          0          0
1789.70/1790.06	c   root node        :          -          0          -          -          0          -          -          -          -
1789.70/1790.06	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1789.70/1790.06	c   integral         :          0          0          0          0          0          0          0          0          0          0
1789.70/1790.06	c   knapsack         :     121425          8        201          0          1          0          0        549          0          0
1789.70/1790.06	c   setppc           :         51          8        201          0          1          0          0          0          0          0
1789.70/1790.06	c   linear           :          3          8        201          0          0          0          0          0          0          0
1789.70/1790.06	c   logicor          :     121325          8        200          0          1          0          0          0          0          0
1789.70/1790.06	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1789.70/1790.06	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1789.70/1790.06	c   integral         :       0.00       0.00       0.00       0.00       0.00
1789.70/1790.06	c   knapsack         :       1.91       1.24       0.67       0.00       0.00
1789.70/1790.06	c   setppc           :       0.00       0.00       0.00       0.00       0.00
1789.70/1790.06	c   linear           :      11.35      11.33       0.02       0.00       0.00
1789.70/1790.06	c   logicor          :       0.14       0.04       0.08       0.00       0.02
1789.70/1790.06	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1789.70/1790.06	c Propagators        :       Time      Calls    Cutoffs    DomReds
1789.70/1790.06	c   vbounds          :       0.00          2          0          0
1789.70/1790.06	c   rootredcost      :       0.00          0          0          0
1789.70/1790.06	c   pseudoobj        :       0.00          9          0          0
1789.70/1790.06	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1789.70/1790.06	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1789.70/1790.06	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1789.70/1790.06	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1789.70/1790.06	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1789.70/1790.06	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1789.70/1790.06	c   applied globally :          -          -          -          0        0.0          -          -          -
1789.70/1790.06	c   applied locally  :          -          -          -          0        0.0          -          -          -
1789.70/1790.06	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1789.70/1790.06	c   cut pool         :       0.06          7          -          -         36          -    (maximal pool size: 1946)
1789.70/1790.06	c   redcost          :       0.04          8          0          0          0          0
1789.70/1790.06	c   impliedbounds    :       0.06          8          0          0        440          0
1789.70/1790.06	c   intobj           :       0.00          0          0          0          0          0
1789.70/1790.06	c   cgmip            :       0.00          0          0          0          0          0
1789.70/1790.06	c   gomory           :     619.67          8          0          0       4000          0
1789.70/1790.06	c   strongcg         :     153.03          8          0          0       3637          0
1789.70/1790.06	c   cmir             :     238.82          7          0          0         29          0
1789.70/1790.06	c   flowcover        :     467.18          7          0          0        355          0
1789.70/1790.06	c   clique           :       0.86          7          0          0          0          0
1789.70/1790.06	c   zerohalf         :       0.00          0          0          0          0          0
1789.70/1790.06	c   mcf              :       0.19          1          0          0          0          0
1789.70/1790.06	c   rapidlearning    :       0.00          0          0          0          0          0
1789.70/1790.06	c Pricers            :       Time      Calls       Vars
1789.70/1790.06	c   problem variables:       0.00          0          0
1789.70/1790.06	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1789.70/1790.06	c   relpscost        :       0.00          0          0          0          0          0          0
1789.70/1790.06	c   pscost           :       0.00          0          0          0          0          0          0
1789.70/1790.06	c   inference        :       0.01          1          0          0          0          0          2
1789.70/1790.06	c   mostinf          :       0.00          0          0          0          0          0          0
1789.70/1790.06	c   leastinf         :       0.00          0          0          0          0          0          0
1789.70/1790.06	c   fullstrong       :       0.00          0          0          0          0          0          0
1789.70/1790.06	c   allfullstrong    :       0.00          0          0          0          0          0          0
1789.70/1790.06	c   random           :       0.00          0          0          0          0          0          0
1789.70/1790.06	c Primal Heuristics  :       Time      Calls      Found
1789.70/1790.06	c   LP solutions     :       0.00          -          0
1789.70/1790.06	c   pseudo solutions :       0.00          -          0
1789.70/1790.06	c   oneopt           :       0.00          0          0
1789.70/1790.06	c   trivial          :       0.17          2          0
1789.70/1790.06	c   simplerounding   :       0.00          0          0
1789.70/1790.06	c   zirounding       :       0.00          0          0
1789.70/1790.06	c   rounding         :       0.08          8          0
1789.70/1790.06	c   shifting         :       0.22          8          0
1789.70/1790.06	c   intshifting      :       0.00          0          0
1789.70/1790.06	c   twoopt           :       0.00          0          0
1789.70/1790.06	c   fixandinfer      :       0.00          0          0
1789.70/1790.06	c   feaspump         :     158.16          1          0
1789.70/1790.06	c   coefdiving       :       0.00          0          0
1789.70/1790.06	c   pscostdiving     :       0.00          0          0
1789.70/1790.06	c   fracdiving       :       0.00          0          0
1789.70/1790.06	c   veclendiving     :       0.00          0          0
1789.70/1790.06	c   intdiving        :       0.00          0          0
1789.70/1790.06	c   actconsdiving    :       0.00          0          0
1789.70/1790.06	c   objpscostdiving  :       0.00          0          0
1789.70/1790.06	c   rootsoldiving    :       0.00          0          0
1789.70/1790.06	c   linesearchdiving :       0.00          0          0
1789.70/1790.06	c   guideddiving     :       0.00          0          0
1789.70/1790.06	c   octane           :       0.00          0          0
1789.70/1790.06	c   rens             :       0.00          0          0
1789.70/1790.06	c   rins             :       0.00          0          0
1789.70/1790.06	c   localbranching   :       0.00          0          0
1789.70/1790.06	c   mutation         :       0.00          0          0
1789.70/1790.06	c   crossover        :       0.00          0          0
1789.70/1790.06	c   dins             :       0.00          0          0
1789.70/1790.06	c   undercover       :       0.00          0          0
1789.70/1790.06	c   nlp              :       0.00          0          0
1789.70/1790.06	c   trysol           :       0.00          0          0
1789.70/1790.06	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1789.70/1790.06	c   primal LP        :       0.00          0          0       0.00          -
1789.70/1790.06	c   dual LP          :     127.96          8      12092    1511.50      94.50
1789.70/1790.06	c   lex dual LP      :       0.00          0          0       0.00          -
1789.70/1790.06	c   barrier LP       :       0.00          0          0       0.00          -
1789.70/1790.06	c   diving/probing LP:     157.80          7       7441    1063.00      47.15
1789.70/1790.06	c   strong branching :       0.00          0          0       0.00          -
1789.70/1790.06	c     (at root node) :          -          0          0       0.00          -
1789.70/1790.06	c   conflict analysis:       0.00          0          0       0.00          -
1789.70/1790.06	c B&B Tree           :
1789.70/1790.06	c   number of runs   :          1
1789.70/1790.06	c   nodes            :          1
1789.70/1790.06	c   nodes (total)    :          1
1789.70/1790.06	c   nodes left       :          2
1789.70/1790.06	c   max depth        :          0
1789.70/1790.06	c   max depth (total):          0
1789.70/1790.06	c   backtracks       :          0 (0.0%)
1789.70/1790.06	c   delayed cutoffs  :          0
1789.70/1790.06	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1789.70/1790.06	c   avg switch length:       1.00
1789.70/1790.06	c   switching time   :       0.00
1789.70/1790.06	c Solution           :
1789.70/1790.06	c   Solutions found  :          0 (0 improvements)
1789.70/1790.06	c   Primal Bound     :          -
1789.70/1790.06	c   Dual Bound       : +1.70050656074979e+06
1789.70/1790.06	c   Gap              :   infinite
1789.70/1790.06	c   Root Dual Bound  : +1.70050656074979e+06
1789.70/1790.06	c   Root Iterations  :      19533
1790.40/1790.77	c Time complete: 1790.46.

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-3744647-1338808622/watcher-3744647-1338808622 -o /tmp/evaluation-result-3744647-1338808622/solver-3744647-1338808622 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3744647-1338808622.opb -t 1800 -m 15500 

running on 4 cores: 0,2,4,6

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.02 2.01 1.96 3/176 15047
/proc/meminfo: memFree=25797888/32873844 swapFree=7628/7628
[pid=15047] ppid=15045 vsize=7916 CPUtime=0 cores=0,2,4,6
/proc/15047/stat : 15047 (pbscip.linux.x8) R 15045 15047 13522 0 -1 4202496 1242 0 0 0 0 0 0 0 20 0 1 0 346990774 8105984 1189 33554432000 4194304 8395647 140735042722592 140734910497512 7385025 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/15047/statm: 1979 1190 370 1026 0 949 0

[startup+0.03804 s]
/proc/loadavg: 2.02 2.01 1.96 3/176 15047
/proc/meminfo: memFree=25797888/32873844 swapFree=7628/7628
[pid=15047] ppid=15045 vsize=17500 CPUtime=0.02 cores=0,2,4,6
/proc/15047/stat : 15047 (pbscip.linux.x8) R 15045 15047 13522 0 -1 4202496 3652 0 0 0 2 0 0 0 20 0 1 0 346990774 17920000 3598 33554432000 4194304 8395647 140735042722592 140734910497512 7352035 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/15047/statm: 4375 3598 394 1026 0 3345 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 17500

[startup+0.100253 s]
/proc/loadavg: 2.02 2.01 1.96 3/176 15047
/proc/meminfo: memFree=25797888/32873844 swapFree=7628/7628
[pid=15047] ppid=15045 vsize=21324 CPUtime=0.08 cores=0,2,4,6
/proc/15047/stat : 15047 (pbscip.linux.x8) R 15045 15047 13522 0 -1 4202496 4594 0 0 0 8 0 0 0 20 0 1 0 346990774 21835776 4540 33554432000 4194304 8395647 140735042722592 140735042587800 7430272 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/15047/statm: 5331 4540 394 1026 0 4301 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 21324

[startup+0.300222 s]
/proc/loadavg: 2.02 2.01 1.96 3/176 15047
/proc/meminfo: memFree=25797888/32873844 swapFree=7628/7628
[pid=15047] ppid=15045 vsize=48440 CPUtime=0.29 cores=0,2,4,6
/proc/15047/stat : 15047 (pbscip.linux.x8) R 15045 15047 13522 0 -1 4202496 11379 0 0 0 28 1 0 0 20 0 1 0 346990774 49602560 11325 33554432000 4194304 8395647 140735042722592 140735042585096 7382036 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/15047/statm: 12110 11325 394 1026 0 11080 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 48440

[startup+0.700222 s]
/proc/loadavg: 2.02 2.01 1.96 3/176 15047
/proc/meminfo: memFree=25797888/32873844 swapFree=7628/7628
[pid=15047] ppid=15045 vsize=100244 CPUtime=0.68 cores=0,2,4,6
/proc/15047/stat : 15047 (pbscip.linux.x8) R 15045 15047 13522 0 -1 4202496 24306 0 0 0 65 3 0 0 20 0 1 0 346990774 102649856 24252 33554432000 4194304 8395647 140735042722592 140735042585096 7301452 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/15047/statm: 25061 24252 394 1026 0 24031 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 100244

[startup+1.50021 s]
/proc/loadavg: 2.02 2.01 1.96 3/177 15048
/proc/meminfo: memFree=25664200/32873844 swapFree=7628/7628
[pid=15047] ppid=15045 vsize=165328 CPUtime=1.49 cores=0,2,4,6
/proc/15047/stat : 15047 (pbscip.linux.x8) R 15045 15047 13522 0 -1 4202496 40570 0 0 0 143 6 0 0 20 0 1 0 346990774 169295872 40516 33554432000 4194304 8395647 140735042722592 140735042587800 4245991 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/15047/statm: 41332 40516 394 1026 0 40302 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 165328

[startup+3.10023 s]
/proc/loadavg: 2.02 2.01 1.96 3/177 15048
/proc/meminfo: memFree=25612996/32873844 swapFree=7628/7628
[pid=15047] ppid=15045 vsize=512704 CPUtime=3.08 cores=0,2,4,6
/proc/15047/stat : 15047 (pbscip.linux.x8) R 15045 15047 13522 0 -1 4202496 125701 0 0 0 290 18 0 0 20 0 1 0 346990774 525008896 125293 33554432000 4194304 8395647 140735042722592 140735042718392 18446744073699066235 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/15047/statm: 128176 125293 475 1026 0 127146 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 512704

[startup+6.30023 s]
/proc/loadavg: 2.02 2.01 1.96 3/177 15048
/proc/meminfo: memFree=25124116/32873844 swapFree=7628/7628
[pid=15047] ppid=15045 vsize=687428 CPUtime=6.29 cores=0,2,4,6
/proc/15047/stat : 15047 (pbscip.linux.x8) R 15045 15047 13522 0 -1 4202496 167206 0 0 0 603 26 0 0 20 0 1 0 346990774 703926272 168762 33554432000 4194304 8395647 140735042722592 140735042718264 4953632 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/15047/statm: 171857 168762 496 1026 0 170827 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 687428

[startup+12.7002 s]
/proc/loadavg: 2.02 2.01 1.96 3/177 15048
/proc/meminfo: memFree=24764444/32873844 swapFree=7628/7628
[pid=15047] ppid=15045 vsize=1087140 CPUtime=12.69 cores=0,2,4,6
/proc/15047/stat : 15047 (pbscip.linux.x8) R 15045 15047 13522 0 -1 4202496 230153 0 0 0 1231 38 0 0 20 0 1 0 346990774 1113231360 258858 33554432000 4194304 8395647 140735042722592 140735042718056 6696767 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/15047/statm: 271785 258858 580 1026 0 270755 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1087140

[startup+25.5003 s]
/proc/loadavg: 2.02 2.01 1.96 3/177 15048
/proc/meminfo: memFree=24743032/32873844 swapFree=7628/7628
[pid=15047] ppid=15045 vsize=1109056 CPUtime=25.49 cores=0,2,4,6
/proc/15047/stat : 15047 (pbscip.linux.x8) R 15045 15047 13522 0 -1 4202496 231928 0 0 0 2510 39 0 0 20 0 1 0 346990774 1135673344 263666 33554432000 4194304 8395647 140735042722592 140735042718056 6698214 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/15047/statm: 277264 263666 584 1026 0 276234 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1109056

[startup+51.1003 s]
/proc/loadavg: 2.07 2.02 1.97 3/177 15086
/proc/meminfo: memFree=24799760/32873844 swapFree=7628/7628
[pid=15047] ppid=15045 vsize=1125552 CPUtime=51.08 cores=0,2,4,6
/proc/15047/stat : 15047 (pbscip.linux.x8) R 15045 15047 13522 0 -1 4202496 234704 0 0 0 5067 41 0 0 20 0 1 0 346990774 1152565248 268943 33554432000 4194304 8395647 140735042722592 140735042717240 7382116 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15047/statm: 281388 268943 590 1026 0 280358 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1125552

[startup+102.306 s]
/proc/loadavg: 2.16 2.05 1.98 3/177 15086
/proc/meminfo: memFree=24763256/32873844 swapFree=7628/7628
[pid=15047] ppid=15045 vsize=1147016 CPUtime=102.28 cores=0,2,4,6
/proc/15047/stat : 15047 (pbscip.linux.x8) R 15045 15047 13522 0 -1 4202496 237247 0 0 0 10184 44 0 0 20 0 1 0 346990774 1174544384 274930 33554432000 4194304 8395647 140735042722592 140735042717160 6708010 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15047/statm: 286754 274930 590 1026 0 285724 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1147016

[startup+162.3 s]
/proc/loadavg: 2.20 2.08 2.00 4/177 15162
/proc/meminfo: memFree=22555908/32873844 swapFree=7628/7628
[pid=15047] ppid=15045 vsize=1161300 CPUtime=162.26 cores=0,2,4,6
/proc/15047/stat : 15047 (pbscip.linux.x8) R 15045 15047 13522 0 -1 4202496 239550 0 0 0 16179 47 0 0 20 0 1 0 346990774 1189171200 278987 33554432000 4194304 8395647 140735042722592 140735042717160 6708489 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15047/statm: 290325 278987 590 1026 0 289295 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 1161300

[startup+222.3 s]
/proc/loadavg: 2.07 2.06 2.00 4/177 15165
/proc/meminfo: memFree=22578700/32873844 swapFree=7628/7628
[pid=15047] ppid=15045 vsize=1090592 CPUtime=222.25 cores=0,2,4,6
/proc/15047/stat : 15047 (pbscip.linux.x8) R 15045 15047 13522 0 -1 4202496 240932 0 0 0 22175 50 0 0 20 0 1 0 346990774 1116766208 265114 33554432000 4194304 8395647 140735042722592 140735042717784 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15047/statm: 272648 265114 604 1026 0 271618 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 1090592

[startup+282.3 s]
/proc/loadavg: 2.02 2.05 2.00 4/177 15166
/proc/meminfo: memFree=22535744/32873844 swapFree=7628/7628
[pid=15047] ppid=15045 vsize=1121952 CPUtime=282.24 cores=0,2,4,6
/proc/15047/stat : 15047 (pbscip.linux.x8) R 15045 15047 13522 0 -1 4202496 246489 0 0 0 28172 52 0 0 20 0 1 0 346990774 1148878848 270629 33554432000 4194304 8395647 140735042722592 140735042716488 7382157 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15047/statm: 280488 270629 612 1026 0 279458 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 1121952

[startup+342.3 s]
/proc/loadavg: 2.01 2.04 2.00 4/177 15166
/proc/meminfo: memFree=22457556/32873844 swapFree=7628/7628
[pid=15047] ppid=15045 vsize=1194628 CPUtime=342.23 cores=0,2,4,6
/proc/15047/stat : 15047 (pbscip.linux.x8) R 15045 15047 13522 0 -1 4202496 252342 0 0 0 34169 54 0 0 20 0 1 0 346990774 1223299072 287151 33554432000 4194304 8395647 140735042722592 140735042717720 6698214 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15047/statm: 298657 287151 625 1026 0 297627 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 1194628

[startup+402.3 s]
/proc/loadavg: 2.00 2.03 2.00 4/177 15166
/proc/meminfo: memFree=22456976/32873844 swapFree=7628/7628
[pid=15047] ppid=15045 vsize=1194628 CPUtime=402.21 cores=0,2,4,6
/proc/15047/stat : 15047 (pbscip.linux.x8) R 15045 15047 13522 0 -1 4202496 252353 0 0 0 40163 58 0 0 20 0 1 0 346990774 1223299072 287288 33554432000 4194304 8395647 140735042722592 140735042717784 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15047/statm: 298657 287288 625 1026 0 297627 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 1194628

[startup+462.3 s]
/proc/loadavg: 2.04 2.03 2.00 4/177 15166
/proc/meminfo: memFree=22453696/32873844 swapFree=7628/7628
[pid=15047] ppid=15045 vsize=1194628 CPUtime=462.19 cores=0,2,4,6
/proc/15047/stat : 15047 (pbscip.linux.x8) R 15045 15047 13522 0 -1 4202496 252503 0 0 0 46159 60 0 0 20 0 1 0 346990774 1223299072 288003 33554432000 4194304 8395647 140735042722592 140735042717880 7382137 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15047/statm: 298657 288003 625 1026 0 297627 0
Current children cumulated CPU time (s) 462.19
Current children cumulated vsize (KiB) 1194628

[startup+522.3 s]
/proc/loadavg: 2.01 2.03 2.00 4/177 15166
/proc/meminfo: memFree=22450364/32873844 swapFree=7628/7628
[pid=15047] ppid=15045 vsize=1194628 CPUtime=522.19 cores=0,2,4,6
/proc/15047/stat : 15047 (pbscip.linux.x8) R 15045 15047 13522 0 -1 4202496 252588 0 0 0 52158 61 0 0 20 0 1 0 346990774 1223299072 288323 33554432000 4194304 8395647 140735042722592 140735042717880 5852527 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15047/statm: 298657 288323 625 1026 0 297627 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 1194628

[startup+582.3 s]
/proc/loadavg: 2.00 2.02 2.00 4/177 15167
/proc/meminfo: memFree=22412708/32873844 swapFree=7628/7628
[pid=15047] ppid=15045 vsize=1225216 CPUtime=582.18 cores=0,2,4,6
/proc/15047/stat : 15047 (pbscip.linux.x8) R 15045 15047 13522 0 -1 4202496 253638 0 0 0 58154 64 0 0 20 0 1 0 346990774 1254621184 297676 33554432000 4194304 8395647 140735042722592 140735042717784 6197326 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15047/statm: 306304 297676 625 1026 0 305274 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 1225216

[startup+642.3 s]

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

/proc/meminfo: memFree=22388712/32873844 swapFree=7628/7628
[pid=15047] ppid=15045 vsize=1246892 CPUtime=1002.12 cores=0,2,4,6
/proc/15047/stat : 15047 (pbscip.linux.x8) R 15045 15047 13522 0 -1 4202496 254742 0 0 0 100131 81 0 0 20 0 1 0 346990774 1276817408 303690 33554432000 4194304 8395647 140735042722592 140735042717880 5852534 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15047/statm: 311723 303690 625 1026 0 310693 0
Current children cumulated CPU time (s) 1002.12
Current children cumulated vsize (KiB) 1246892

[startup+1062.3 s]
/proc/loadavg: 2.02 2.02 2.00 4/177 15171
/proc/meminfo: memFree=22379572/32873844 swapFree=7628/7628
[pid=15047] ppid=15045 vsize=1264804 CPUtime=1062.1 cores=0,2,4,6
/proc/15047/stat : 15047 (pbscip.linux.x8) R 15045 15047 13522 0 -1 4202496 254963 0 0 0 106126 84 0 0 20 0 1 0 346990774 1295159296 305955 33554432000 4194304 8395647 140735042722592 140735042717784 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15047/statm: 316201 305955 625 1026 0 315171 0
Current children cumulated CPU time (s) 1062.1
Current children cumulated vsize (KiB) 1264804

[startup+1122.3 s]
/proc/loadavg: 2.01 2.01 2.00 4/178 15172
/proc/meminfo: memFree=22379576/32873844 swapFree=7628/7628
[pid=15047] ppid=15045 vsize=1264804 CPUtime=1122.09 cores=0,2,4,6
/proc/15047/stat : 15047 (pbscip.linux.x8) R 15045 15047 13522 0 -1 4202496 254965 0 0 0 112122 87 0 0 20 0 1 0 346990774 1295159296 305957 33554432000 4194304 8395647 140735042722592 140735042717880 7382132 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15047/statm: 316201 305957 625 1026 0 315171 0
Current children cumulated CPU time (s) 1122.09
Current children cumulated vsize (KiB) 1264804

[startup+1182.3 s]
/proc/loadavg: 2.00 2.01 2.00 4/177 15173
/proc/meminfo: memFree=22379504/32873844 swapFree=7628/7628
[pid=15047] ppid=15045 vsize=1264804 CPUtime=1182.09 cores=0,2,4,6
/proc/15047/stat : 15047 (pbscip.linux.x8) R 15045 15047 13522 0 -1 4202496 254973 0 0 0 118122 87 0 0 20 0 1 0 346990774 1295159296 305965 33554432000 4194304 8395647 140735042722592 140735042717880 7382137 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15047/statm: 316201 305965 625 1026 0 315171 0
Current children cumulated CPU time (s) 1182.09
Current children cumulated vsize (KiB) 1264804

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 5/177 15173
/proc/meminfo: memFree=22366064/32873844 swapFree=7628/7628
[pid=15047] ppid=15045 vsize=1266708 CPUtime=1242.08 cores=0,2,4,6
/proc/15047/stat : 15047 (pbscip.linux.x8) R 15045 15047 13522 0 -1 4202496 256267 0 0 0 124117 91 0 0 20 0 1 0 346990774 1297108992 308792 33554432000 4194304 8395647 140735042722592 140735042717784 7382137 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15047/statm: 316677 308792 625 1026 0 315647 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 1266708

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/177 15173
/proc/meminfo: memFree=22368068/32873844 swapFree=7628/7628
[pid=15047] ppid=15045 vsize=1266708 CPUtime=1302.08 cores=0,2,4,6
/proc/15047/stat : 15047 (pbscip.linux.x8) R 15045 15047 13522 0 -1 4202496 256267 0 0 0 130112 96 0 0 20 0 1 0 346990774 1297108992 308792 33554432000 4194304 8395647 140735042722592 140735042717832 7382137 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15047/statm: 316677 308792 625 1026 0 315647 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 1266708

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/177 15173
/proc/meminfo: memFree=22365880/32873844 swapFree=7628/7628
[pid=15047] ppid=15045 vsize=1266708 CPUtime=1362.06 cores=0,2,4,6
/proc/15047/stat : 15047 (pbscip.linux.x8) R 15045 15047 13522 0 -1 4202496 256270 0 0 0 136109 97 0 0 20 0 1 0 346990774 1297108992 308795 33554432000 4194304 8395647 140735042722592 140735042717880 7382137 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15047/statm: 316677 308795 625 1026 0 315647 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 1266708

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 15176
/proc/meminfo: memFree=22342500/32873844 swapFree=7628/7628
[pid=15047] ppid=15045 vsize=1293904 CPUtime=1422.06 cores=0,2,4,6
/proc/15047/stat : 15047 (pbscip.linux.x8) R 15045 15047 13522 0 -1 4202496 257435 0 0 0 142108 98 0 0 20 0 1 0 346990774 1324957696 312515 33554432000 4194304 8395647 140735042722592 140735042717720 6391404 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15047/statm: 323476 312515 625 1026 0 322446 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 1293904

[startup+1482.3 s]
/proc/loadavg: 2.09 2.03 2.01 4/177 15177
/proc/meminfo: memFree=22342552/32873844 swapFree=7628/7628
[pid=15047] ppid=15045 vsize=1293904 CPUtime=1482.04 cores=0,2,4,6
/proc/15047/stat : 15047 (pbscip.linux.x8) R 15045 15047 13522 0 -1 4202496 257442 0 0 0 148103 101 0 0 20 0 1 0 346990774 1324957696 312522 33554432000 4194304 8395647 140735042722592 140735042717784 6201011 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15047/statm: 323476 312522 625 1026 0 322446 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 1293904

[startup+1542.3 s]
/proc/loadavg: 2.03 2.02 2.00 4/177 15177
/proc/meminfo: memFree=22342068/32873844 swapFree=7628/7628
[pid=15047] ppid=15045 vsize=1293904 CPUtime=1542.03 cores=0,2,4,6
/proc/15047/stat : 15047 (pbscip.linux.x8) R 15045 15047 13522 0 -1 4202496 257442 0 0 0 154097 106 0 0 20 0 1 0 346990774 1324957696 312522 33554432000 4194304 8395647 140735042722592 140735042717880 7382147 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15047/statm: 323476 312522 625 1026 0 322446 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 1293904

[startup+1602.3 s]
/proc/loadavg: 2.01 2.02 2.00 4/177 15177
/proc/meminfo: memFree=22341244/32873844 swapFree=7628/7628
[pid=15047] ppid=15045 vsize=1293904 CPUtime=1602.02 cores=0,2,4,6
/proc/15047/stat : 15047 (pbscip.linux.x8) R 15045 15047 13522 0 -1 4202496 257443 0 0 0 160095 107 0 0 20 0 1 0 346990774 1324957696 312523 33554432000 4194304 8395647 140735042722592 140735042717880 5852502 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15047/statm: 323476 312523 625 1026 0 322446 0
Current children cumulated CPU time (s) 1602.02
Current children cumulated vsize (KiB) 1293904

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.00 4/177 15177
/proc/meminfo: memFree=22330068/32873844 swapFree=7628/7628
[pid=15047] ppid=15045 vsize=1295804 CPUtime=1662.01 cores=0,2,4,6
/proc/15047/stat : 15047 (pbscip.linux.x8) R 15045 15047 13522 0 -1 4202496 258526 0 0 0 166093 108 0 0 20 0 1 0 346990774 1326903296 315139 33554432000 4194304 8395647 140735042722592 140735042717832 6197315 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15047/statm: 323951 315139 625 1026 0 322921 0
Current children cumulated CPU time (s) 1662.01
Current children cumulated vsize (KiB) 1295804

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/177 15177
/proc/meminfo: memFree=22326892/32873844 swapFree=7628/7628
[pid=15047] ppid=15045 vsize=1295804 CPUtime=1722 cores=0,2,4,6
/proc/15047/stat : 15047 (pbscip.linux.x8) R 15045 15047 13522 0 -1 4202496 258526 0 0 0 172089 111 0 0 20 0 1 0 346990774 1326903296 315139 33554432000 4194304 8395647 140735042722592 140735042717784 7382157 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15047/statm: 323951 315139 625 1026 0 322921 0
Current children cumulated CPU time (s) 1722
Current children cumulated vsize (KiB) 1295804

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/177 15178
/proc/meminfo: memFree=22326300/32873844 swapFree=7628/7628
[pid=15047] ppid=15045 vsize=1295804 CPUtime=1781.99 cores=0,2,4,6
/proc/15047/stat : 15047 (pbscip.linux.x8) R 15045 15047 13522 0 -1 4202496 258526 0 0 0 178084 115 0 0 20 0 1 0 346990774 1326903296 315139 33554432000 4194304 8395647 140735042722592 140735042717832 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15047/statm: 323951 315139 625 1026 0 322921 0
Current children cumulated CPU time (s) 1781.99
Current children cumulated vsize (KiB) 1295804

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 2.00 4/177 15178
/proc/meminfo: memFree=22326408/32873844 swapFree=7628/7628
[pid=15047] ppid=15045 vsize=1295804 CPUtime=1785.2 cores=0,2,4,6
/proc/15047/stat : 15047 (pbscip.linux.x8) R 15045 15047 13522 0 -1 4202496 258526 0 0 0 178404 116 0 0 20 0 1 0 346990774 1326903296 315139 33554432000 4194304 8395647 140735042722592 140735042717880 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15047/statm: 323951 315139 625 1026 0 322921 0
Current children cumulated CPU time (s) 1785.2
Current children cumulated vsize (KiB) 1295804

[startup+1788.7 s]
/proc/loadavg: 2.00 2.00 2.00 4/177 15178
/proc/meminfo: memFree=22326408/32873844 swapFree=7628/7628
[pid=15047] ppid=15045 vsize=1295804 CPUtime=1788.4 cores=0,2,4,6
/proc/15047/stat : 15047 (pbscip.linux.x8) R 15045 15047 13522 0 -1 4202496 258526 0 0 0 178724 116 0 0 20 0 1 0 346990774 1326903296 315139 33554432000 4194304 8395647 140735042722592 140735042717832 7382152 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15047/statm: 323951 315139 625 1026 0 322921 0
Current children cumulated CPU time (s) 1788.4
Current children cumulated vsize (KiB) 1295804

[startup+1789.5 s]
/proc/loadavg: 2.00 2.00 2.00 4/177 15178
/proc/meminfo: memFree=22326408/32873844 swapFree=7628/7628
[pid=15047] ppid=15045 vsize=1295804 CPUtime=1789.2 cores=0,2,4,6
/proc/15047/stat : 15047 (pbscip.linux.x8) R 15045 15047 13522 0 -1 4202496 258526 0 0 0 178804 116 0 0 20 0 1 0 346990774 1326903296 315139 33554432000 4194304 8395647 140735042722592 140735042717880 7382137 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15047/statm: 323951 315139 625 1026 0 322921 0
Current children cumulated CPU time (s) 1789.2
Current children cumulated vsize (KiB) 1295804

[startup+1790.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/177 15178
/proc/meminfo: memFree=22326408/32873844 swapFree=7628/7628
[pid=15047] ppid=15045 vsize=1295804 CPUtime=1790 cores=0,2,4,6
/proc/15047/stat : 15047 (pbscip.linux.x8) R 15045 15047 13522 0 -1 4202496 258534 0 0 0 178884 116 0 0 20 0 1 0 346990774 1326903296 315658 33554432000 4194304 8395647 140735042722592 140735042717832 4421298 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15047/statm: 323951 315658 632 1026 0 322921 0
Current children cumulated CPU time (s) 1790
Current children cumulated vsize (KiB) 1295804

[startup+1790.7 s]
/proc/loadavg: 2.00 2.00 2.00 4/177 15178
/proc/meminfo: memFree=22498932/32873844 swapFree=7628/7628
[pid=15047] ppid=15045 vsize=1098324 CPUtime=1790.4 cores=0,2,4,6
/proc/15047/stat : 15047 (pbscip.linux.x8) R 15045 15047 13522 0 -1 4202496 258536 0 0 0 178923 117 0 0 20 0 1 0 346990774 1124683776 270372 33554432000 4194304 8395647 140735042722592 140735042717832 6345173 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15047/statm: 274581 270372 634 1026 0 273551 0
Current children cumulated CPU time (s) 1790.4
Current children cumulated vsize (KiB) 1098324

Child status: 0
Real time (s): 1790.77
CPU time (s): 1790.48
CPU user time (s): 1789.29
CPU system time (s): 1.18982
CPU usage (%): 99.9836
Max. virtual memory (cumulated for all children) (KiB): 1295804

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1789.29
system time used= 1.18982
maximum resident set size= 1262640
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 258542
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= 22
involuntary context switches= 2066

runsolver used 2.91356 second user time and 8.04678 second system time

The end

Launcher Data

Begin job on node107 at 2012-06-04 13:17:02
IDJOB=3744647
IDBENCH=92789
IDSOLVER=2326
FILE ID=node107/3744647-1338808622
RUNJOBID= node107-1338803276-14659
PBS_JOBID= 14636851
Free space on /tmp= 70584 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= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/IC/normalized-minisat50_6_9_4_ic.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-3744647-1338808622/watcher-3744647-1338808622 -o /tmp/evaluation-result-3744647-1338808622/solver-3744647-1338808622 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3744647-1338808622.opb -t 1800 -m 15500

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

MD5SUM BENCH= 5ec7149b781e46400e7eef5bed8d1ab6
RANDOM SEED=674267101

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:        25797888 kB
Buffers:         1025348 kB
Cached:          4997168 kB
SwapCached:           76 kB
Active:          2989364 kB
Inactive:        3193120 kB
Active(anon):     150024 kB
Inactive(anon):    11060 kB
Active(file):    2839340 kB
Inactive(file):  3182060 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108780 kB
Dirty:             22308 kB
Writeback:             0 kB
AnonPages:        165812 kB
Mapped:            16992 kB
Shmem:               184 kB
Slab:             751944 kB
SReclaimable:     194020 kB
SUnreclaim:       557924 kB
KernelStack:        1456 kB
PageTables:         4184 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     273940 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    135168 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= 70524 MiB
End job on node107 at 2012-06-04 13:46:53