Trace number 3744047

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? 1791.1 1791.39

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/MH+IC/
normalized-minisat35_4_11_4_mh_ic.opb
MD5SUM597278c7b79f9e6a46b4567a4f55d357
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark5963035
Best CPU time to get the best result obtained on this benchmark1800.17
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables126385
Total number of constraints286973
Number of constraints which are clauses201180
Number of constraints which are cardinality constraints (but not clauses)43
Number of constraints which are nor clauses,nor cardinality constraints85750
Minimum length of a constraint2
Maximum length of a constraint1820
Number of terms in the objective function 46445
Biggest coefficient in the objective function 160103007
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 42268455767
Number of bits of the sum of numbers in the objective function 36
Biggest number in a constraint 160103007
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 42268455767
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-3744047-1338799763.opb>
2.09/2.16	c original problem has 126385 variables (126385 bin, 0 int, 0 impl, 0 cont) and 286973 constraints
2.09/2.16	c problem read
2.09/2.16	c presolving settings loaded
2.88/2.90	c presolving:
3.88/3.94	c (round 1) 5530 del vars, 3574 del conss, 140 chg bounds, 595 chg sides, 2975 chg coeffs, 0 upgd conss, 399910 impls, 1 clqs
5.99/6.00	c (round 2) 5530 del vars, 4169 del conss, 140 chg bounds, 595 chg sides, 2975 chg coeffs, 282801 upgd conss, 399910 impls, 1 clqs
59.58/59.60	c    (57.4s) probing: 1000/120855 (0.8%) - 0 fixings, 0 aggregations, 139598 implications, 0 bound changes
119.47/119.57	c    (117.4s) probing: 2000/120855 (1.7%) - 0 fixings, 0 aggregations, 988825 implications, 0 bound changes
119.57/119.68	c    (117.5s) probing: 2001/120855 (1.7%) - 0 fixings, 0 aggregations, 993316 implications, 0 bound changes
119.57/119.68	c    (117.5s) probing aborted: 2000/2000 successive useless probings
119.57/119.69	c presolving (3 rounds):
119.57/119.69	c  5530 deleted vars, 4169 deleted constraints, 140 tightened bounds, 0 added holes, 595 changed sides, 29155 changed coefficients
119.57/119.69	c  22427332 implications, 1 cliques
119.57/119.69	c presolved problem has 120855 variables (120855 bin, 0 int, 0 impl, 0 cont) and 282804 constraints
119.57/119.69	c   81620 constraints of type <knapsack>
119.57/119.69	c  119631 constraints of type <setppc>
119.57/119.69	c       3 constraints of type <linear>
119.57/119.69	c   81550 constraints of type <logicor>
119.57/119.69	c transformed objective value is always integral (scale: 1)
119.57/119.69	c Presolving Time: 117.01
119.57/119.69	c - non default parameters ----------------------------------------------------------------------
119.57/119.69	c # SCIP version 1.2.1.3
119.57/119.69	c 
119.57/119.69	c # frequency for displaying node information lines
119.57/119.69	c # [type: int, range: [-1,2147483647], default: 100]
119.57/119.69	c display/freq = 10000
119.57/119.69	c 
119.57/119.69	c # maximal time in seconds to run
119.57/119.69	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
119.57/119.69	c limits/time = 1787.84
119.57/119.69	c 
119.57/119.69	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
119.57/119.69	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
119.57/119.69	c limits/memory = 13950
119.57/119.69	c 
119.57/119.69	c # default clock type (1: CPU user seconds, 2: wall clock time)
119.57/119.69	c # [type: int, range: [1,2], default: 1]
119.57/119.69	c timing/clocktype = 2
119.57/119.69	c 
119.57/119.69	c # should presolving try to simplify inequalities
119.57/119.69	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
119.57/119.69	c constraints/linear/simplifyinequalities = TRUE
119.57/119.69	c 
119.57/119.69	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
119.57/119.69	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
119.57/119.69	c constraints/indicator/addCouplingCons = TRUE
119.57/119.69	c 
119.57/119.69	c # should presolving try to simplify knapsacks
119.57/119.69	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
119.57/119.69	c constraints/knapsack/simplifyinequalities = TRUE
119.57/119.69	c 
119.57/119.69	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
119.57/119.69	c # [type: int, range: [-1,2147483647], default: -1]
119.57/119.69	c separating/rapidlearning/freq = 0
119.57/119.69	c 
119.57/119.69	c -----------------------------------------------------------------------------------------------
119.57/119.69	c start solving
119.67/119.72	c 
141.77/141.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
141.77/141.84	c   140s|     1 |     0 |  3261 |     - |1307M|   0 | 509 | 120k| 282k| 120k| 282k|   0 |   0 |   0 | 1.027918e+06 |      --      |    Inf 
380.33/380.45	c   378s|     1 |     0 |  9302 |     - |1318M|   0 | 633 | 120k| 282k| 120k| 282k|  40 |   0 |   0 | 1.090240e+06 |      --      |    Inf 
494.41/494.52	c   492s|     1 |     0 | 10104 |     - |1324M|   0 | 700 | 120k| 282k| 120k| 282k|  54 |   0 |   0 | 1.108357e+06 |      --      |    Inf 
606.20/606.37	c   604s|     1 |     0 | 10660 |     - |1330M|   0 | 718 | 120k| 282k| 120k| 282k|  74 |   0 |   0 | 1.115219e+06 |      --      |    Inf 
742.27/742.44	c   740s|     1 |     0 | 10844 |     - |1332M|   0 | 716 | 120k| 282k| 120k| 282k|  90 |   0 |   0 | 1.116175e+06 |      --      |    Inf 
845.97/846.15	c   844s|     1 |     0 | 11336 |     - |1336M|   0 | 744 | 120k| 282k| 120k| 282k| 111 |   0 |   0 | 1.120931e+06 |      --      |    Inf 
1187.71/1187.94	c  1186s|     1 |     0 | 12325 |     - |1341M|   0 | 679 | 120k| 282k| 120k| 282k| 117 |   0 |   0 | 1.129866e+06 |      --      |    Inf 
1309.19/1309.44	c  1307s|     1 |     0 | 13030 |     - |1344M|   0 | 670 | 120k| 282k| 120k| 282k| 142 |   0 |   0 | 1.133626e+06 |      --      |    Inf 
1429.48/1429.71	c  1428s|     1 |     0 | 13562 |     - |1351M|   0 | 697 | 120k| 282k| 120k| 282k| 153 |   0 |   0 | 1.141235e+06 |      --      |    Inf 
1789.69/1790.04	c  1788s|     1 |     0 | 13562 |     - |1356M|   0 |   - | 120k| 282k| 120k| 282k| 163 |   0 |   0 | 1.141235e+06 |      --      |    Inf 
1789.79/1790.12	c  1788s|     1 |     2 | 13562 |     - |1356M|   0 |   - | 120k| 282k| 120k| 282k| 163 |   0 |   0 | 1.141235e+06 |      --      |    Inf 
1789.79/1790.12	c 
1789.79/1790.12	c SCIP Status        : solving was interrupted [time limit reached]
1789.79/1790.12	c Solving Time (sec) : 1787.96
1789.79/1790.12	c Solving Nodes      : 1
1789.79/1790.12	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1789.79/1790.12	c Dual Bound         : +1.14123506062990e+06
1789.79/1790.12	c Gap                : infinite
1789.79/1790.12	s UNKNOWN
1789.79/1790.12	c SCIP Status        : solving was interrupted [time limit reached]
1789.79/1790.12	c Solving Time       :    1787.96
1789.79/1790.12	c Original Problem   :
1789.79/1790.12	c   Problem name     : HOME/instance-3744047-1338799763.opb
1789.79/1790.12	c   Variables        : 126385 (126385 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.79/1790.12	c   Constraints      : 286973 initial, 286973 maximal
1789.79/1790.12	c Presolved Problem  :
1789.79/1790.12	c   Problem name     : t_HOME/instance-3744047-1338799763.opb
1789.79/1790.12	c   Variables        : 120855 (120855 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.79/1790.12	c   Constraints      : 282804 initial, 282804 maximal
1789.79/1790.12	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1789.79/1790.12	c   trivial          :       0.02          0          0          0          0          0          0          0          0
1789.79/1790.12	c   dualfix          :       0.02       3605          0          0          0          0          0          0          0
1789.79/1790.12	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1789.79/1790.12	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1789.79/1790.12	c   implics          :       0.01          0          0          0          0          0          0          0          0
1789.79/1790.12	c   probing          :     102.98          0          0          0          0          0          0          0          0
1789.79/1790.12	c   knapsack         :      10.36          0          0          0          0          0          0          0      26180
1789.79/1790.12	c   setppc           :       0.24          0          0          0          0          0          0          0          0
1789.79/1790.12	c   linear           :       2.74        140       1785          0        140          0       4169        595       2975
1789.79/1790.12	c   logicor          :       0.19          0          0          0          0          0          0          0          0
1789.79/1790.12	c   root node        :          -          0          -          -          0          -          -          -          -
1789.79/1790.12	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1789.79/1790.12	c   integral         :          0          0          0          0          0          0          0          0          0          0
1789.79/1790.12	c   knapsack         :      81620          9       6395          0          1          0          0        102          0          0
1789.79/1790.12	c   setppc           :     119631          9       6395          0          1          0          0          0          0          0
1789.79/1790.12	c   linear           :          3          9       6395          0          0          0          0          0          0          0
1789.79/1790.12	c   logicor          :      81550          9       4396          0          1          0          0          0          0          0
1789.79/1790.12	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1789.79/1790.12	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1789.79/1790.12	c   integral         :       0.00       0.00       0.00       0.00       0.00
1789.79/1790.12	c   knapsack         :      33.12       1.15      31.97       0.00       0.00
1789.79/1790.12	c   setppc           :      37.74       0.09      37.63       0.00       0.03
1789.79/1790.12	c   linear           :      22.82      22.32       0.50       0.00       0.00
1789.79/1790.12	c   logicor          :       1.11       0.07       1.01       0.00       0.03
1789.79/1790.12	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1789.79/1790.12	c Propagators        :       Time      Calls    Cutoffs    DomReds
1789.79/1790.12	c   vbounds          :       0.01          2          0          0
1789.79/1790.12	c   rootredcost      :       0.00          0          0          0
1789.79/1790.12	c   pseudoobj        :       0.02         10          0          0
1789.79/1790.12	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1789.79/1790.12	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1789.79/1790.12	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1789.79/1790.12	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1789.79/1790.12	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1789.79/1790.12	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1789.79/1790.12	c   applied globally :          -          -          -          0        0.0          -          -          -
1789.79/1790.12	c   applied locally  :          -          -          -          0        0.0          -          -          -
1789.79/1790.12	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1789.79/1790.12	c   cut pool         :       0.04          8          -          -        205          -    (maximal pool size: 2026)
1789.79/1790.12	c   redcost          :       0.05          9          0          0          0          0
1789.79/1790.12	c   impliedbounds    :       0.14          9          0          0        174          0
1789.79/1790.12	c   intobj           :       0.00          0          0          0          0          0
1789.79/1790.12	c   cgmip            :       0.00          0          0          0          0          0
1789.79/1790.12	c   gomory           :     700.83          9          0          0       4000          0
1789.79/1790.12	c   strongcg         :      54.25          9          0          0       4500          0
1789.79/1790.12	c   cmir             :     130.36          9          0          0          1          0
1789.79/1790.12	c   flowcover        :     561.93          9          0          0         42          0
1789.79/1790.12	c   clique           :      45.28          8          0          0         51          0
1789.79/1790.12	c   zerohalf         :       0.00          0          0          0          0          0
1789.79/1790.12	c   mcf              :       0.22          1          0          0          0          0
1789.79/1790.12	c   rapidlearning    :       0.00          0          0          0          0          0
1789.79/1790.12	c Pricers            :       Time      Calls       Vars
1789.79/1790.12	c   problem variables:       0.00          0          0
1789.79/1790.12	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1789.79/1790.12	c   relpscost        :       0.00          0          0          0          0          0          0
1789.79/1790.12	c   pscost           :       0.00          0          0          0          0          0          0
1789.79/1790.12	c   inference        :       0.03          1          0          0          0          0          2
1789.79/1790.12	c   mostinf          :       0.00          0          0          0          0          0          0
1789.79/1790.12	c   leastinf         :       0.00          0          0          0          0          0          0
1789.79/1790.12	c   fullstrong       :       0.00          0          0          0          0          0          0
1789.79/1790.12	c   allfullstrong    :       0.00          0          0          0          0          0          0
1789.79/1790.12	c   random           :       0.00          0          0          0          0          0          0
1789.79/1790.12	c Primal Heuristics  :       Time      Calls      Found
1789.79/1790.12	c   LP solutions     :       0.00          -          0
1789.79/1790.12	c   pseudo solutions :       0.00          -          0
1789.79/1790.12	c   oneopt           :       0.00          0          0
1789.79/1790.12	c   trivial          :       0.14          2          0
1789.79/1790.12	c   simplerounding   :       0.00          0          0
1789.79/1790.12	c   zirounding       :       0.00          0          0
1789.79/1790.12	c   rounding         :       0.11          9          0
1789.79/1790.12	c   shifting         :       0.33          9          0
1789.79/1790.12	c   intshifting      :       0.00          0          0
1789.79/1790.12	c   twoopt           :       0.00          0          0
1789.79/1790.12	c   fixandinfer      :       0.00          0          0
1789.79/1790.12	c   feaspump         :      84.09          1          0
1789.79/1790.12	c   coefdiving       :       0.00          0          0
1789.79/1790.12	c   pscostdiving     :       0.00          0          0
1789.79/1790.12	c   fracdiving       :       0.00          0          0
1789.79/1790.12	c   veclendiving     :       0.00          0          0
1789.79/1790.12	c   intdiving        :       0.00          0          0
1789.79/1790.12	c   actconsdiving    :       0.00          0          0
1789.79/1790.12	c   objpscostdiving  :       0.00          0          0
1789.79/1790.12	c   rootsoldiving    :       0.00          0          0
1789.79/1790.12	c   linesearchdiving :       0.00          0          0
1789.79/1790.12	c   guideddiving     :       0.00          0          0
1789.79/1790.12	c   octane           :       0.00          0          0
1789.79/1790.12	c   rens             :       0.00          0          0
1789.79/1790.12	c   rins             :       0.00          0          0
1789.79/1790.12	c   localbranching   :       0.00          0          0
1789.79/1790.12	c   mutation         :       0.00          0          0
1789.79/1790.12	c   crossover        :       0.00          0          0
1789.79/1790.12	c   dins             :       0.00          0          0
1789.79/1790.12	c   undercover       :       0.00          0          0
1789.79/1790.12	c   nlp              :       0.00          0          0
1789.79/1790.12	c   trysol           :       0.00          0          0
1789.79/1790.12	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1789.79/1790.12	c   primal LP        :       0.00          0          0       0.00          -
1789.79/1790.12	c   dual LP          :      67.75          9       8441     937.89     124.59
1789.79/1790.12	c   lex dual LP      :       0.00          0          0       0.00          -
1789.79/1790.12	c   barrier LP       :       0.00          0          0       0.00          -
1789.79/1790.12	c   diving/probing LP:      83.76          4       5121    1280.25      61.14
1789.79/1790.12	c   strong branching :       0.00          0          0       0.00          -
1789.79/1790.12	c     (at root node) :          -          0          0       0.00          -
1789.79/1790.12	c   conflict analysis:       0.00          0          0       0.00          -
1789.79/1790.12	c B&B Tree           :
1789.79/1790.12	c   number of runs   :          1
1789.79/1790.12	c   nodes            :          1
1789.79/1790.12	c   nodes (total)    :          1
1789.79/1790.12	c   nodes left       :          2
1789.79/1790.12	c   max depth        :          0
1789.79/1790.12	c   max depth (total):          0
1789.79/1790.12	c   backtracks       :          0 (0.0%)
1789.79/1790.12	c   delayed cutoffs  :          0
1789.79/1790.12	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1789.79/1790.12	c   avg switch length:       1.00
1789.79/1790.12	c   switching time   :       0.00
1789.79/1790.12	c Solution           :
1789.79/1790.12	c   Solutions found  :          0 (0 improvements)
1789.79/1790.12	c   Primal Bound     :          -
1789.79/1790.12	c   Dual Bound       : +1.14123506062990e+06
1789.79/1790.12	c   Gap              :   infinite
1789.79/1790.12	c   Root Dual Bound  : +1.14123506062990e+06
1789.79/1790.12	c   Root Iterations  :      13562
1791.00/1791.39	c Time complete: 1791.09.

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-3744047-1338799763/watcher-3744047-1338799763 -o /tmp/evaluation-result-3744047-1338799763/solver-3744047-1338799763 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3744047-1338799763.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.03 2.00 3/176 14603
/proc/meminfo: memFree=23476076/32873844 swapFree=7128/7128
[pid=14603] ppid=14601 vsize=7916 CPUtime=0 cores=0,2,4,6
/proc/14603/stat : 14603 (pbscip.linux.x8) R 14601 14603 13572 0 -1 4202496 1251 0 0 0 0 0 0 0 20 0 1 0 346043352 8105984 1198 33554432000 4194304 8395647 140733479031840 140737345287272 7385025 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/14603/statm: 1979 1198 370 1026 0 949 0

[startup+0.104148 s]
/proc/loadavg: 2.02 2.03 2.00 3/176 14603
/proc/meminfo: memFree=23476076/32873844 swapFree=7128/7128
[pid=14603] ppid=14601 vsize=44380 CPUtime=0.1 cores=0,2,4,6
/proc/14603/stat : 14603 (pbscip.linux.x8) R 14601 14603 13572 0 -1 4202496 10251 0 0 0 9 1 0 0 20 0 1 0 346043352 45445120 10192 33554432000 4194304 8395647 140733479031840 140737345287272 7430272 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/14603/statm: 11095 10192 394 1026 0 10065 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 44380

[startup+0.200368 s]
/proc/loadavg: 2.02 2.03 2.00 3/176 14603
/proc/meminfo: memFree=23476076/32873844 swapFree=7128/7128
[pid=14603] ppid=14601 vsize=54124 CPUtime=0.19 cores=0,2,4,6
/proc/14603/stat : 14603 (pbscip.linux.x8) R 14601 14603 13572 0 -1 4202496 12625 0 0 0 18 1 0 0 20 0 1 0 346043352 55422976 12566 33554432000 4194304 8395647 140733479031840 140733478897048 7382031 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/14603/statm: 13531 12566 394 1026 0 12501 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 54124

[startup+0.300389 s]
/proc/loadavg: 2.02 2.03 2.00 3/176 14603
/proc/meminfo: memFree=23476076/32873844 swapFree=7128/7128
[pid=14603] ppid=14601 vsize=70680 CPUtime=0.29 cores=0,2,4,6
/proc/14603/stat : 14603 (pbscip.linux.x8) R 14601 14603 13572 0 -1 4202496 16635 0 0 0 27 2 0 0 20 0 1 0 346043352 72376320 16577 33554432000 4194304 8395647 140733479031840 140733478897048 6347101 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/14603/statm: 17670 16608 394 1026 0 16640 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 70680

[startup+0.700326 s]
/proc/loadavg: 2.02 2.03 2.00 3/176 14603
/proc/meminfo: memFree=23476076/32873844 swapFree=7128/7128
[pid=14603] ppid=14601 vsize=103544 CPUtime=0.69 cores=0,2,4,6
/proc/14603/stat : 14603 (pbscip.linux.x8) R 14601 14603 13572 0 -1 4202496 24962 0 0 0 66 3 0 0 20 0 1 0 346043352 106029056 24903 33554432000 4194304 8395647 140733479031840 140733478897048 4245991 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/14603/statm: 25886 24903 394 1026 0 24856 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 103544

[startup+1.50033 s]
/proc/loadavg: 2.02 2.03 2.00 3/177 14604
/proc/meminfo: memFree=23357640/32873844 swapFree=7128/7128
[pid=14603] ppid=14601 vsize=145108 CPUtime=1.49 cores=0,2,4,6
/proc/14603/stat : 14603 (pbscip.linux.x8) R 14601 14603 13572 0 -1 4202496 35300 0 0 0 144 5 0 0 20 0 1 0 346043352 148590592 35241 33554432000 4194304 8395647 140733479031840 140733478897048 7301391 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/14603/statm: 36277 35241 394 1026 0 35247 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 145108

[startup+3.10035 s]
/proc/loadavg: 2.02 2.03 2.00 3/177 14604
/proc/meminfo: memFree=23248288/32873844 swapFree=7128/7128
[pid=14603] ppid=14601 vsize=551100 CPUtime=3.09 cores=0,2,4,6
/proc/14603/stat : 14603 (pbscip.linux.x8) R 14601 14603 13572 0 -1 4202496 135041 0 0 0 290 19 0 0 20 0 1 0 346043352 564326400 134628 33554432000 4194304 8395647 140733479031840 140733479026184 6348904 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14603/statm: 137775 134628 475 1026 0 136745 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 551100

[startup+6.30032 s]
/proc/loadavg: 2.02 2.03 2.00 3/177 14604
/proc/meminfo: memFree=22818816/32873844 swapFree=7128/7128
[pid=14603] ppid=14601 vsize=706596 CPUtime=6.29 cores=0,2,4,6
/proc/14603/stat : 14603 (pbscip.linux.x8) R 14601 14603 13572 0 -1 4202496 172970 0 0 0 605 24 0 0 20 0 1 0 346043352 723554304 172475 33554432000 4194304 8395647 140733479031840 140733479027640 4483015 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14603/statm: 176649 172475 493 1026 0 175619 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 706596

[startup+12.7003 s]
/proc/loadavg: 2.02 2.03 2.00 3/177 14604
/proc/meminfo: memFree=22371524/32873844 swapFree=7128/7128
[pid=14603] ppid=14601 vsize=1144564 CPUtime=12.69 cores=0,2,4,6
/proc/14603/stat : 14603 (pbscip.linux.x8) R 14601 14603 13572 0 -1 4202496 282292 0 0 0 1230 39 0 0 20 0 1 0 346043352 1172033536 281764 33554432000 4194304 8395647 140733479031840 140733479027304 4247608 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14603/statm: 286141 281764 495 1026 0 285111 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1144564

[startup+25.5004 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 14604
/proc/meminfo: memFree=22191140/32873844 swapFree=7128/7128
[pid=14603] ppid=14601 vsize=1299956 CPUtime=25.49 cores=0,2,4,6
/proc/14603/stat : 14603 (pbscip.linux.x8) R 14601 14603 13572 0 -1 4202496 318828 0 0 0 2504 45 0 0 20 0 1 0 346043352 1331154944 320825 33554432000 4194304 8395647 140733479031840 140733479028024 5608296 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14603/statm: 324989 320825 507 1026 0 323959 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1299956

[startup+51.1004 s]
/proc/loadavg: 2.01 2.02 2.00 3/178 14607
/proc/meminfo: memFree=22167152/32873844 swapFree=7128/7128
[pid=14603] ppid=14601 vsize=1323492 CPUtime=51.08 cores=0,2,4,6
/proc/14603/stat : 14603 (pbscip.linux.x8) R 14601 14603 13572 0 -1 4202496 324730 0 0 0 5062 46 0 0 20 0 1 0 346043352 1355255808 326727 33554432000 4194304 8395647 140733479031840 140733479027704 5210338 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14603/statm: 330873 326727 507 1026 0 329843 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1323492

[startup+102.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 14607
/proc/meminfo: memFree=21843936/32873844 swapFree=7128/7128
[pid=14603] ppid=14601 vsize=1620204 CPUtime=102.28 cores=0,2,4,6
/proc/14603/stat : 14603 (pbscip.linux.x8) R 14601 14603 13572 0 -1 4202496 399145 0 0 0 10173 55 0 0 20 0 1 0 346043352 1659088896 401142 33554432000 4194304 8395647 140733479031840 140733479027704 5608492 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14603/statm: 405051 401142 513 1026 0 404021 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1620204

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 14607
/proc/meminfo: memFree=21285984/32873844 swapFree=7128/7128
[pid=14603] ppid=14601 vsize=2120856 CPUtime=162.27 cores=0,2,4,6
/proc/14603/stat : 14603 (pbscip.linux.x8) R 14601 14603 13572 0 -1 4202496 479814 0 0 0 16156 71 0 0 20 0 1 0 346043352 2171756544 516957 33554432000 4194304 8395647 140733479031840 140733479026360 6667655 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14603/statm: 530214 516957 589 1026 0 529184 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 2120856

[startup+222.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14607
/proc/meminfo: memFree=20241728/32873844 swapFree=7128/7128
[pid=14603] ppid=14601 vsize=2140076 CPUtime=222.26 cores=0,2,4,6
/proc/14603/stat : 14603 (pbscip.linux.x8) R 14601 14603 13572 0 -1 4202496 483957 0 0 0 22153 73 0 0 20 0 1 0 346043352 2191437824 523074 33554432000 4194304 8395647 140733479031840 140733479026360 6378455 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14603/statm: 535019 523074 589 1026 0 533989 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 2140076

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14608
/proc/meminfo: memFree=20276468/32873844 swapFree=7128/7128
[pid=14603] ppid=14601 vsize=2057016 CPUtime=282.24 cores=0,2,4,6
/proc/14603/stat : 14603 (pbscip.linux.x8) R 14601 14603 13572 0 -1 4202496 484908 0 0 0 28150 74 0 0 20 0 1 0 346043352 2106384384 505106 33554432000 4194304 8395647 140733479031840 140733479027128 5852519 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14603/statm: 514254 505106 611 1026 0 513224 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 2057016

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14608
/proc/meminfo: memFree=20230140/32873844 swapFree=7128/7128
[pid=14603] ppid=14601 vsize=2060448 CPUtime=342.23 cores=0,2,4,6
/proc/14603/stat : 14603 (pbscip.linux.x8) R 14601 14603 13572 0 -1 4202496 485355 0 0 0 34149 74 0 0 20 0 1 0 346043352 2109898752 505553 33554432000 4194304 8395647 140733479031840 140733479027864 5792689 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14603/statm: 515112 505553 612 1026 0 514082 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 2060448

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14608
/proc/meminfo: memFree=20045092/32873844 swapFree=7128/7128
[pid=14603] ppid=14601 vsize=2235216 CPUtime=402.23 cores=0,2,4,6
/proc/14603/stat : 14603 (pbscip.linux.x8) R 14601 14603 13572 0 -1 4202496 491237 0 0 0 40142 81 0 0 20 0 1 0 346043352 2288861184 546744 33554432000 4194304 8395647 140733479031840 140733479027032 6197326 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14603/statm: 558804 546744 624 1026 0 557774 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 2235216

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14608
/proc/meminfo: memFree=20002880/32873844 swapFree=7128/7128
[pid=14603] ppid=14601 vsize=2235216 CPUtime=462.22 cores=0,2,4,6
/proc/14603/stat : 14603 (pbscip.linux.x8) R 14601 14603 13572 0 -1 4202496 491238 0 0 0 46141 81 0 0 20 0 1 0 346043352 2288861184 546745 33554432000 4194304 8395647 140733479031840 140733479027128 7382157 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14603/statm: 558804 546745 624 1026 0 557774 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 2235216

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14608
/proc/meminfo: memFree=20019536/32873844 swapFree=7128/7128
[pid=14603] ppid=14601 vsize=2246468 CPUtime=522.21 cores=0,2,4,6
/proc/14603/stat : 14603 (pbscip.linux.x8) R 14601 14603 13572 0 -1 4202496 492416 0 0 0 52135 86 0 0 20 0 1 0 346043352 2300383232 549456 33554432000 4194304 8395647 140733479031840 140733479027080 5827844 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14603/statm: 561617 549456 624 1026 0 560587 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 2246468

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14609
/proc/meminfo: memFree=20018076/32873844 swapFree=7128/7128
[pid=14603] ppid=14601 vsize=2246468 CPUtime=582.2 cores=0,2,4,6
/proc/14603/stat : 14603 (pbscip.linux.x8) R 14601 14603 13572 0 -1 4202496 492416 0 0 0 58134 86 0 0 20 0 1 0 346043352 2300383232 549456 33554432000 4194304 8395647 140733479031840 140733479027128 7382157 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14603/statm: 561617 549456 624 1026 0 560587 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 2246468

[startup+642.3 s]

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

/proc/meminfo: memFree=20038720/32873844 swapFree=7128/7128
[pid=14603] ppid=14601 vsize=2266268 CPUtime=1062.12 cores=0,2,4,6
/proc/14603/stat : 14603 (pbscip.linux.x8) R 14601 14603 13572 0 -1 4202496 494823 0 0 0 106102 110 0 0 20 0 1 0 346043352 2320658432 554418 33554432000 4194304 8395647 140733479031840 140733479027080 7385934 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14603/statm: 566567 554418 624 1026 0 565537 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 2266268

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14636
/proc/meminfo: memFree=20039068/32873844 swapFree=7128/7128
[pid=14603] ppid=14601 vsize=2266268 CPUtime=1122.12 cores=0,2,4,6
/proc/14603/stat : 14603 (pbscip.linux.x8) R 14601 14603 13572 0 -1 4202496 494823 0 0 0 112097 115 0 0 20 0 1 0 346043352 2320658432 554418 33554432000 4194304 8395647 140733479031840 140733479027032 6440888 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14603/statm: 566567 554418 624 1026 0 565537 0
Current children cumulated CPU time (s) 1122.12
Current children cumulated vsize (KiB) 2266268

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14637
/proc/meminfo: memFree=20031588/32873844 swapFree=7128/7128
[pid=14603] ppid=14601 vsize=2273252 CPUtime=1182.11 cores=0,2,4,6
/proc/14603/stat : 14603 (pbscip.linux.x8) R 14601 14603 13572 0 -1 4202496 495212 0 0 0 118095 116 0 0 20 0 1 0 346043352 2327810048 556340 33554432000 4194304 8395647 140733479031840 140733479027304 6752542 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14603/statm: 568313 556340 624 1026 0 567283 0
Current children cumulated CPU time (s) 1182.11
Current children cumulated vsize (KiB) 2273252

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 14640
/proc/meminfo: memFree=20030824/32873844 swapFree=7128/7128
[pid=14603] ppid=14601 vsize=2273252 CPUtime=1242.1 cores=0,2,4,6
/proc/14603/stat : 14603 (pbscip.linux.x8) R 14601 14603 13572 0 -1 4202496 495229 0 0 0 124091 119 0 0 20 0 1 0 346043352 2327810048 556357 33554432000 4194304 8395647 140733479031840 140733479027128 5849675 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14603/statm: 568313 556357 624 1026 0 567283 0
Current children cumulated CPU time (s) 1242.1
Current children cumulated vsize (KiB) 2273252

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14640
/proc/meminfo: memFree=20031272/32873844 swapFree=7128/7128
[pid=14603] ppid=14601 vsize=2273252 CPUtime=1302.09 cores=0,2,4,6
/proc/14603/stat : 14603 (pbscip.linux.x8) R 14601 14603 13572 0 -1 4202496 495229 0 0 0 130090 119 0 0 20 0 1 0 346043352 2327810048 556357 33554432000 4194304 8395647 140733479031840 140733479027128 5852534 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14603/statm: 568313 556357 624 1026 0 567283 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 2273252

[startup+1362.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/177 14640
/proc/meminfo: memFree=20011132/32873844 swapFree=7128/7128
[pid=14603] ppid=14601 vsize=2288744 CPUtime=1362.08 cores=0,2,4,6
/proc/14603/stat : 14603 (pbscip.linux.x8) R 14601 14603 13572 0 -1 4202496 495672 0 0 0 136086 122 0 0 20 0 1 0 346043352 2343673856 560377 33554432000 4194304 8395647 140733479031840 140733479027128 5849658 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14603/statm: 572186 560377 624 1026 0 571156 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 2288744

[startup+1422.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 14640
/proc/meminfo: memFree=20010912/32873844 swapFree=7128/7128
[pid=14603] ppid=14601 vsize=2288744 CPUtime=1422.08 cores=0,2,4,6
/proc/14603/stat : 14603 (pbscip.linux.x8) R 14601 14603 13572 0 -1 4202496 495672 0 0 0 142086 122 0 0 20 0 1 0 346043352 2343673856 560377 33554432000 4194304 8395647 140733479031840 140733479027128 7382137 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14603/statm: 572186 560377 624 1026 0 571156 0
Current children cumulated CPU time (s) 1422.08
Current children cumulated vsize (KiB) 2288744

[startup+1482.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/177 14641
/proc/meminfo: memFree=20004364/32873844 swapFree=7128/7128
[pid=14603] ppid=14601 vsize=2299800 CPUtime=1482.06 cores=0,2,4,6
/proc/14603/stat : 14603 (pbscip.linux.x8) R 14601 14603 13572 0 -1 4202496 496399 0 0 0 148079 127 0 0 20 0 1 0 346043352 2354995200 562126 33554432000 4194304 8395647 140733479031840 140733479027080 6197311 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14603/statm: 574950 562126 624 1026 0 573920 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 2299800

[startup+1542.31 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 14679
/proc/meminfo: memFree=25109428/32873844 swapFree=7128/7128
[pid=14603] ppid=14601 vsize=2299800 CPUtime=1542.06 cores=0,2,4,6
/proc/14603/stat : 14603 (pbscip.linux.x8) R 14601 14603 13572 0 -1 4202496 496403 0 0 0 154074 132 0 0 20 0 1 0 346043352 2354995200 562144 33554432000 4194304 8395647 140733479031840 140733479027032 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14603/statm: 574950 562144 624 1026 0 573920 0
Current children cumulated CPU time (s) 1542.06
Current children cumulated vsize (KiB) 2299800

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 14679
/proc/meminfo: memFree=25088624/32873844 swapFree=7128/7128
[pid=14603] ppid=14601 vsize=2299800 CPUtime=1602.04 cores=0,2,4,6
/proc/14603/stat : 14603 (pbscip.linux.x8) R 14601 14603 13572 0 -1 4202496 496412 0 0 0 160067 137 0 0 20 0 1 0 346043352 2354995200 562160 33554432000 4194304 8395647 140733479031840 140733479027080 6197326 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14603/statm: 574950 562160 624 1026 0 573920 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 2299800

[startup+1662.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/177 14679
/proc/meminfo: memFree=25088528/32873844 swapFree=7128/7128
[pid=14603] ppid=14601 vsize=2299800 CPUtime=1662.03 cores=0,2,4,6
/proc/14603/stat : 14603 (pbscip.linux.x8) R 14601 14603 13572 0 -1 4202496 496418 0 0 0 166060 143 0 0 20 0 1 0 346043352 2354995200 562192 33554432000 4194304 8395647 140733479031840 140733479027080 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14603/statm: 574950 562192 624 1026 0 573920 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 2299800

[startup+1722.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 14679
/proc/meminfo: memFree=25075228/32873844 swapFree=7128/7128
[pid=14603] ppid=14601 vsize=2299800 CPUtime=1722.01 cores=0,2,4,6
/proc/14603/stat : 14603 (pbscip.linux.x8) R 14601 14603 13572 0 -1 4202496 496425 0 0 0 172056 145 0 0 20 0 1 0 346043352 2354995200 562354 33554432000 4194304 8395647 140733479031840 140733479027128 5823707 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14603/statm: 574950 562354 624 1026 0 573920 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 2299800

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 14680
/proc/meminfo: memFree=25055788/32873844 swapFree=7128/7128
[pid=14603] ppid=14601 vsize=2299800 CPUtime=1782 cores=0,2,4,6
/proc/14603/stat : 14603 (pbscip.linux.x8) R 14601 14603 13572 0 -1 4202496 496426 0 0 0 178055 145 0 0 20 0 1 0 346043352 2354995200 563558 33554432000 4194304 8395647 140733479031840 140733479027128 5852534 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14603/statm: 574950 563558 624 1026 0 573920 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 2299800

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

[startup+1785.6 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 14680
/proc/meminfo: memFree=25054796/32873844 swapFree=7128/7128
[pid=14603] ppid=14601 vsize=2299800 CPUtime=1785.29 cores=0,2,4,6
/proc/14603/stat : 14603 (pbscip.linux.x8) R 14601 14603 13572 0 -1 4202496 496426 0 0 0 178384 145 0 0 20 0 1 0 346043352 2354995200 563558 33554432000 4194304 8395647 140733479031840 140733479027128 7382157 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14603/statm: 574950 563558 624 1026 0 573920 0
Current children cumulated CPU time (s) 1785.29
Current children cumulated vsize (KiB) 2299800

[startup+1788.8 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 14680
/proc/meminfo: memFree=25054300/32873844 swapFree=7128/7128
[pid=14603] ppid=14601 vsize=2299800 CPUtime=1788.49 cores=0,2,4,6
/proc/14603/stat : 14603 (pbscip.linux.x8) R 14601 14603 13572 0 -1 4202496 496426 0 0 0 178704 145 0 0 20 0 1 0 346043352 2354995200 563558 33554432000 4194304 8395647 140733479031840 140733479027128 7382157 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14603/statm: 574950 563558 624 1026 0 573920 0
Current children cumulated CPU time (s) 1788.49
Current children cumulated vsize (KiB) 2299800

[startup+1790.4 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 14680
/proc/meminfo: memFree=25054052/32873844 swapFree=7128/7128
[pid=14603] ppid=14601 vsize=2179072 CPUtime=1790.1 cores=0,2,4,6
/proc/14603/stat : 14603 (pbscip.linux.x8) R 14601 14603 13572 0 -1 4202496 496701 0 0 0 178863 147 0 0 20 0 1 0 346043352 2231369728 536668 33554432000 4194304 8395647 140733479031840 140733479031000 6345866 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/14603/statm: 544768 536668 631 1026 0 543738 0
Current children cumulated CPU time (s) 1790.1
Current children cumulated vsize (KiB) 2179072

[startup+1790.8 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 14680
/proc/meminfo: memFree=25160464/32873844 swapFree=7128/7128
[pid=14603] ppid=14601 vsize=2179072 CPUtime=1790.51 cores=0,2,4,6
/proc/14603/stat : 14603 (pbscip.linux.x8) R 14601 14603 13572 0 -1 4202496 496703 0 0 0 178904 147 0 0 20 0 1 0 346043352 2231369728 536670 33554432000 4194304 8395647 140733479031840 140733479031000 6063821 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/14603/statm: 544768 536670 633 1026 0 543738 0
Current children cumulated CPU time (s) 1790.51
Current children cumulated vsize (KiB) 2179072

[startup+1791.2 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 14680
/proc/meminfo: memFree=25160464/32873844 swapFree=7128/7128
[pid=14603] ppid=14601 vsize=2054040 CPUtime=1790.9 cores=0,2,4,6
/proc/14603/stat : 14603 (pbscip.linux.x8) R 14601 14603 13572 0 -1 4202496 496703 0 0 0 178943 147 0 0 20 0 1 0 346043352 2103336960 507703 33554432000 4194304 8395647 140733479031840 140733479031224 4745437 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/14603/statm: 513510 507703 633 1026 0 512480 0
Current children cumulated CPU time (s) 1790.9
Current children cumulated vsize (KiB) 2054040

[startup+1791.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 14680
/proc/meminfo: memFree=25160464/32873844 swapFree=7128/7128
[pid=14603] ppid=14601 vsize=1917556 CPUtime=1791 cores=0,2,4,6
/proc/14603/stat : 14603 (pbscip.linux.x8) R 14601 14603 13572 0 -1 4202496 496703 0 0 0 178952 148 0 0 20 0 1 0 346043352 1963577344 473681 33554432000 4194304 8395647 140733479031840 140733479031224 6345173 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/14603/statm: 479389 473681 633 1026 0 478359 0
Current children cumulated CPU time (s) 1791
Current children cumulated vsize (KiB) 1917556

Child status: 0
Real time (s): 1791.39
CPU time (s): 1791.1
CPU user time (s): 1789.54
CPU system time (s): 1.56276
CPU usage (%): 99.9838
Max. virtual memory (cumulated for all children) (KiB): 2299800

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1789.54
system time used= 1.56276
maximum resident set size= 2298344
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 496709
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= 30
involuntary context switches= 1843

runsolver used 4.83826 second user time and 15.1057 second system time

The end

Launcher Data

Begin job on node105 at 2012-06-04 10:49:23
IDJOB=3744047
IDBENCH=92675
IDSOLVER=2326
FILE ID=node105/3744047-1338799763
RUNJOBID= node105-1338785386-13588
PBS_JOBID= 14636855
Free space on /tmp= 71216 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/MH+IC/normalized-minisat35_4_11_4_mh_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-3744047-1338799763/watcher-3744047-1338799763 -o /tmp/evaluation-result-3744047-1338799763/solver-3744047-1338799763 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3744047-1338799763.opb -t 1800 -m 15500

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

MD5SUM BENCH= 597278c7b79f9e6a46b4567a4f55d357
RANDOM SEED=1482156587

node105.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.882
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.76
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.882
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.882
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.91
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.882
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.882
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	: 5438.54
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.882
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.882
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.92
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.882
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	: 5447.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        23476984 kB
Buffers:          577740 kB
Cached:          3877656 kB
SwapCached:         1700 kB
Active:          5209312 kB
Inactive:        3293092 kB
Active(anon):    4043528 kB
Inactive(anon):     4800 kB
Active(file):    1165784 kB
Inactive(file):  3288292 kB
Unevictable:        7128 kB
Mlocked:            7128 kB
SwapTotal:      67108856 kB
SwapFree:       67100456 kB
Dirty:             22536 kB
Writeback:             0 kB
AnonPages:       4235808 kB
Mapped:            11244 kB
Shmem:                 0 kB
Slab:             744796 kB
SReclaimable:     186468 kB
SUnreclaim:       558328 kB
KernelStack:        1472 kB
PageTables:        11844 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    4194476 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    221184 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= 71244 MiB
End job on node105 at 2012-06-04 11:19:15