Trace number 3744053

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.85 1791.18

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/MH+IC/
normalized-minisat35_4_11_6_mh_ic.opb
MD5SUMc368128bd234e052a40539eff90aaf64
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark3983873
Best CPU time to get the best result obtained on this benchmark1800.19
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 115501303
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 29044350431
Number of bits of the sum of numbers in the objective function 35
Biggest number in a constraint 115501303
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 29044350431
Number of bits of the biggest sum of numbers35
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-3744053-1338799848.opb>
2.20/2.29	c original problem has 126385 variables (126385 bin, 0 int, 0 impl, 0 cont) and 286973 constraints
2.20/2.29	c problem read
2.20/2.29	c presolving settings loaded
2.98/3.08	c presolving:
3.79/3.80	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.49/5.58	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
62.47/62.55	c    (60.3s) probing: 1000/120855 (0.8%) - 0 fixings, 0 aggregations, 139598 implications, 0 bound changes
128.45/128.51	c    (126.2s) probing: 2000/120855 (1.7%) - 0 fixings, 0 aggregations, 988825 implications, 0 bound changes
128.55/128.63	c    (126.3s) probing: 2001/120855 (1.7%) - 0 fixings, 0 aggregations, 993316 implications, 0 bound changes
128.55/128.63	c    (126.3s) probing aborted: 2000/2000 successive useless probings
128.55/128.64	c presolving (3 rounds):
128.55/128.64	c  5530 deleted vars, 4169 deleted constraints, 140 tightened bounds, 0 added holes, 595 changed sides, 29155 changed coefficients
128.55/128.64	c  22427332 implications, 1 cliques
128.55/128.64	c presolved problem has 120855 variables (120855 bin, 0 int, 0 impl, 0 cont) and 282804 constraints
128.55/128.64	c   81620 constraints of type <knapsack>
128.55/128.64	c  119631 constraints of type <setppc>
128.55/128.64	c       3 constraints of type <linear>
128.55/128.64	c   81550 constraints of type <logicor>
128.55/128.64	c transformed objective value is always integral (scale: 1)
128.55/128.64	c Presolving Time: 125.81
128.55/128.64	c - non default parameters ----------------------------------------------------------------------
128.55/128.64	c # SCIP version 1.2.1.3
128.55/128.64	c 
128.55/128.64	c # frequency for displaying node information lines
128.55/128.64	c # [type: int, range: [-1,2147483647], default: 100]
128.55/128.64	c display/freq = 10000
128.55/128.64	c 
128.55/128.64	c # maximal time in seconds to run
128.55/128.64	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
128.55/128.64	c limits/time = 1787.71
128.55/128.64	c 
128.55/128.64	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
128.55/128.64	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
128.55/128.64	c limits/memory = 13950
128.55/128.64	c 
128.55/128.64	c # default clock type (1: CPU user seconds, 2: wall clock time)
128.55/128.64	c # [type: int, range: [1,2], default: 1]
128.55/128.64	c timing/clocktype = 2
128.55/128.64	c 
128.55/128.64	c # should presolving try to simplify inequalities
128.55/128.64	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
128.55/128.64	c constraints/linear/simplifyinequalities = TRUE
128.55/128.64	c 
128.55/128.64	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
128.55/128.64	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
128.55/128.64	c constraints/indicator/addCouplingCons = TRUE
128.55/128.64	c 
128.55/128.64	c # should presolving try to simplify knapsacks
128.55/128.64	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
128.55/128.64	c constraints/knapsack/simplifyinequalities = TRUE
128.55/128.64	c 
128.55/128.64	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
128.55/128.64	c # [type: int, range: [-1,2147483647], default: -1]
128.55/128.64	c separating/rapidlearning/freq = 0
128.55/128.64	c 
128.55/128.64	c -----------------------------------------------------------------------------------------------
128.55/128.64	c start solving
128.55/128.68	c 
157.15/157.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
157.15/157.24	c   155s|     1 |     0 |  4296 |     - |1307M|   0 | 552 | 120k| 282k| 120k| 282k|   0 |   0 |   0 | 1.206034e+06 |      --      |    Inf 
431.79/431.94	c   430s|     1 |     0 | 12354 |     - |1318M|   0 | 518 | 120k| 282k| 120k| 282k|  36 |   0 |   0 | 1.460956e+06 |      --      |    Inf 
792.23/792.49	c   790s|     1 |     0 | 13287 |     - |1323M|   0 | 476 | 120k| 282k| 120k| 282k|  63 |   0 |   0 | 1.478110e+06 |      --      |    Inf 
978.90/979.17	c   977s|     1 |     0 | 13897 |     - |1327M|   0 | 492 | 120k| 282k| 120k| 282k|  79 |   0 |   0 | 1.485432e+06 |      --      |    Inf 
1098.88/1099.10	c  1097s|     1 |     0 | 14546 |     - |1329M|   0 | 463 | 120k| 282k| 120k| 282k|  89 |   0 |   0 | 1.491523e+06 |      --      |    Inf 
1231.46/1231.71	c  1229s|     1 |     0 | 15437 |     - |1333M|   0 | 444 | 120k| 282k| 120k| 282k| 105 |   0 |   0 | 1.499723e+06 |      --      |    Inf 
1768.27/1768.60	c  1766s|     1 |     0 | 15502 |     - |1333M|   0 | 446 | 120k| 282k| 120k| 282k| 116 |   0 |   0 | 1.500078e+06 |      --      |    Inf 
1789.66/1790.02	c  1788s|     1 |     2 | 15502 |     - |1333M|   0 | 446 | 120k| 282k| 120k| 282k| 116 |   0 |   0 | 1.500078e+06 |      --      |    Inf 
1789.66/1790.02	c 
1789.66/1790.02	c SCIP Status        : solving was interrupted [time limit reached]
1789.66/1790.02	c Solving Time (sec) : 1787.72
1789.66/1790.02	c Solving Nodes      : 1
1789.66/1790.02	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1789.66/1790.02	c Dual Bound         : +1.50007831015963e+06
1789.66/1790.02	c Gap                : infinite
1789.66/1790.02	s UNKNOWN
1789.66/1790.02	c SCIP Status        : solving was interrupted [time limit reached]
1789.66/1790.02	c Solving Time       :    1787.72
1789.66/1790.02	c Original Problem   :
1789.66/1790.02	c   Problem name     : HOME/instance-3744053-1338799848.opb
1789.66/1790.02	c   Variables        : 126385 (126385 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.66/1790.02	c   Constraints      : 286973 initial, 286973 maximal
1789.66/1790.02	c Presolved Problem  :
1789.66/1790.02	c   Problem name     : t_HOME/instance-3744053-1338799848.opb
1789.66/1790.02	c   Variables        : 120855 (120855 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.66/1790.02	c   Constraints      : 282804 initial, 282804 maximal
1789.66/1790.02	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1789.66/1790.02	c   trivial          :       0.02          0          0          0          0          0          0          0          0
1789.66/1790.02	c   dualfix          :       0.02       3605          0          0          0          0          0          0          0
1789.66/1790.02	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1789.66/1790.02	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1789.66/1790.02	c   implics          :       0.02          0          0          0          0          0          0          0          0
1789.66/1790.02	c   probing          :     112.09          0          0          0          0          0          0          0          0
1789.66/1790.02	c   knapsack         :      10.79          0          0          0          0          0          0          0      26180
1789.66/1790.02	c   setppc           :       0.11          0          0          0          0          0          0          0          0
1789.66/1790.02	c   linear           :       2.17        140       1785          0        140          0       4169        595       2975
1789.66/1790.02	c   logicor          :       0.10          0          0          0          0          0          0          0          0
1789.66/1790.02	c   root node        :          -          0          -          -          0          -          -          -          -
1789.66/1790.02	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1789.66/1790.02	c   integral         :          0          0          0          1          0          0          0          0          0          2
1789.66/1790.02	c   knapsack         :      81620          7       6395          0          0          0          0        132          0          0
1789.66/1790.02	c   setppc           :     119631          7       6395          0          0          0          0          0          0          0
1789.66/1790.02	c   linear           :          3          7       6395          0          0          0          0          0          0          0
1789.66/1790.02	c   logicor          :      81550          7       4396          0          0          0          0          0          0          0
1789.66/1790.02	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1789.66/1790.02	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1789.66/1790.02	c   integral         :       0.00       0.00       0.00       0.00       0.00
1789.66/1790.02	c   knapsack         :      35.24       0.51      34.72       0.00       0.00
1789.66/1790.02	c   setppc           :      40.77       0.07      40.70       0.00       0.00
1789.66/1790.02	c   linear           :      15.98      15.46       0.53       0.00       0.00
1789.66/1790.02	c   logicor          :       1.12       0.05       1.08       0.00       0.00
1789.66/1790.02	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1789.66/1790.02	c Propagators        :       Time      Calls    Cutoffs    DomReds
1789.66/1790.02	c   vbounds          :       0.00          2          0          0
1789.66/1790.02	c   rootredcost      :       0.00          0          0          0
1789.66/1790.02	c   pseudoobj        :       0.02          8          0          0
1789.66/1790.02	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1789.66/1790.02	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1789.66/1790.02	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1789.66/1790.02	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1789.66/1790.02	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1789.66/1790.02	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1789.66/1790.02	c   applied globally :          -          -          -          0        0.0          -          -          -
1789.66/1790.02	c   applied locally  :          -          -          -          0        0.0          -          -          -
1789.66/1790.02	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1789.66/1790.02	c   cut pool         :       0.02          6          -          -         11          -    (maximal pool size: 1345)
1789.66/1790.02	c   redcost          :       0.04          7          0          0          0          0
1789.66/1790.02	c   impliedbounds    :       0.09          7          0          0        124          0
1789.66/1790.02	c   intobj           :       0.00          0          0          0          0          0
1789.66/1790.02	c   cgmip            :       0.00          0          0          0          0          0
1789.66/1790.02	c   gomory           :     661.94          7          0          0       2000          0
1789.66/1790.02	c   strongcg         :     245.02          6          0          0       2500          0
1789.66/1790.02	c   cmir             :     104.64          6          0          0          5          0
1789.66/1790.02	c   flowcover        :     412.71          6          0          0         83          0
1789.66/1790.02	c   clique           :      24.32          6          0          0         40          0
1789.66/1790.02	c   zerohalf         :       0.00          0          0          0          0          0
1789.66/1790.02	c   mcf              :       0.22          1          0          0          0          0
1789.66/1790.02	c   rapidlearning    :       0.00          0          0          0          0          0
1789.66/1790.02	c Pricers            :       Time      Calls       Vars
1789.66/1790.02	c   problem variables:       0.00          0          0
1789.66/1790.02	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1789.66/1790.02	c   relpscost        :       0.00          1          0          0          0          0          2
1789.66/1790.02	c   pscost           :       0.00          0          0          0          0          0          0
1789.66/1790.02	c   inference        :       0.00          0          0          0          0          0          0
1789.66/1790.02	c   mostinf          :       0.00          0          0          0          0          0          0
1789.66/1790.02	c   leastinf         :       0.00          0          0          0          0          0          0
1789.66/1790.02	c   fullstrong       :       0.00          0          0          0          0          0          0
1789.66/1790.02	c   allfullstrong    :       0.00          0          0          0          0          0          0
1789.66/1790.02	c   random           :       0.00          0          0          0          0          0          0
1789.66/1790.02	c Primal Heuristics  :       Time      Calls      Found
1789.66/1790.02	c   LP solutions     :       0.00          -          0
1789.66/1790.02	c   pseudo solutions :       0.00          -          0
1789.66/1790.02	c   oneopt           :       0.00          0          0
1789.66/1790.02	c   crossover        :       0.00          0          0
1789.66/1790.02	c   trivial          :       0.15          2          0
1789.66/1790.02	c   simplerounding   :       0.00          0          0
1789.66/1790.02	c   zirounding       :       0.01          1          0
1789.66/1790.02	c   rounding         :       0.08          7          0
1789.66/1790.02	c   shifting         :       0.21          7          0
1789.66/1790.02	c   intshifting      :       0.00          0          0
1789.66/1790.02	c   twoopt           :       0.00          0          0
1789.66/1790.02	c   fixandinfer      :       0.00          0          0
1789.66/1790.02	c   feaspump         :     114.35          1          0
1789.66/1790.02	c   coefdiving       :       0.00          0          0
1789.66/1790.02	c   pscostdiving     :       0.00          0          0
1789.66/1790.02	c   fracdiving       :       0.00          0          0
1789.66/1790.02	c   veclendiving     :       0.00          0          0
1789.66/1790.02	c   intdiving        :       0.00          0          0
1789.66/1790.02	c   actconsdiving    :       0.00          0          0
1789.66/1790.02	c   objpscostdiving  :       0.00          0          0
1789.66/1790.02	c   rootsoldiving    :       0.00          0          0
1789.66/1790.02	c   linesearchdiving :       0.00          0          0
1789.66/1790.02	c   guideddiving     :       0.00          0          0
1789.66/1790.02	c   octane           :       0.00          0          0
1789.66/1790.02	c   rens             :       0.00          0          0
1789.66/1790.02	c   rins             :       0.00          0          0
1789.66/1790.02	c   localbranching   :       0.00          0          0
1789.66/1790.02	c   mutation         :       0.00          0          0
1789.66/1790.02	c   dins             :       0.00          0          0
1789.66/1790.02	c   undercover       :       0.00          0          0
1789.66/1790.02	c   nlp              :       0.00          0          0
1789.66/1790.02	c   trysol           :       0.00          0          0
1789.66/1790.02	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1789.66/1790.02	c   primal LP        :       0.00          0          0       0.00          -
1789.66/1790.02	c   dual LP          :      80.39          7       9647    1378.14     120.00
1789.66/1790.02	c   lex dual LP      :       0.00          0          0       0.00          -
1789.66/1790.02	c   barrier LP       :       0.00          0          0       0.00          -
1789.66/1790.02	c   diving/probing LP:     114.10          3       5855    1951.67      51.31
1789.66/1790.02	c   strong branching :       0.00          0          0       0.00          -
1789.66/1790.02	c     (at root node) :          -          0          0       0.00          -
1789.66/1790.02	c   conflict analysis:       0.00          0          0       0.00          -
1789.66/1790.02	c B&B Tree           :
1789.66/1790.02	c   number of runs   :          1
1789.66/1790.02	c   nodes            :          1
1789.66/1790.02	c   nodes (total)    :          1
1789.66/1790.02	c   nodes left       :          2
1789.66/1790.02	c   max depth        :          0
1789.66/1790.02	c   max depth (total):          0
1789.66/1790.02	c   backtracks       :          0 (0.0%)
1789.66/1790.02	c   delayed cutoffs  :          0
1789.66/1790.02	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1789.66/1790.02	c   avg switch length:       1.00
1789.66/1790.02	c   switching time   :       0.00
1789.66/1790.02	c Solution           :
1789.66/1790.02	c   Solutions found  :          0 (0 improvements)
1789.66/1790.02	c   Primal Bound     :          -
1789.66/1790.02	c   Dual Bound       : +1.50007831015963e+06
1789.66/1790.02	c   Gap              :   infinite
1789.66/1790.02	c   Root Dual Bound  : +1.50007831015963e+06
1789.66/1790.02	c   Root Iterations  :      15502
1790.76/1791.18	c Time complete: 1790.84.

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-3744053-1338799848/watcher-3744053-1338799848 -o /tmp/evaluation-result-3744053-1338799848/solver-3744053-1338799848 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3744053-1338799848.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.00 2.00 2.00 2/177 5993
/proc/meminfo: memFree=29134948/32873844 swapFree=7116/7116
[pid=5993] ppid=5991 vsize=7912 CPUtime=0 cores=0,2,4,6
/proc/5993/stat : 5993 (pbscip.linux.x8) R 5991 5993 4984 0 -1 4202496 1148 0 0 0 0 0 0 0 20 0 1 0 346113376 8101888 1094 33554432000 4194304 8395647 140735741169680 140734360275688 7382157 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/5993/statm: 1978 1102 365 1026 0 948 0

[startup+0.0756129 s]
/proc/loadavg: 2.00 2.00 2.00 2/177 5993
/proc/meminfo: memFree=29134948/32873844 swapFree=7116/7116
[pid=5993] ppid=5991 vsize=36708 CPUtime=0.06 cores=0,2,4,6
/proc/5993/stat : 5993 (pbscip.linux.x8) R 5991 5993 4984 0 -1 4202496 8307 0 0 0 5 1 0 0 20 0 1 0 346113376 37588992 8247 33554432000 4194304 8395647 140735741169680 140734360275688 4428866 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/5993/statm: 9177 8250 387 1026 0 8147 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 36708

[startup+0.100299 s]
/proc/loadavg: 2.00 2.00 2.00 2/177 5993
/proc/meminfo: memFree=29134948/32873844 swapFree=7116/7116
[pid=5993] ppid=5991 vsize=44008 CPUtime=0.08 cores=0,2,4,6
/proc/5993/stat : 5993 (pbscip.linux.x8) R 5991 5993 4984 0 -1 4202496 10202 0 0 0 7 1 0 0 20 0 1 0 346113376 45064192 10142 33554432000 4194304 8395647 140735741169680 140735741032184 4421008 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/5993/statm: 11002 10142 394 1026 0 9972 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 44008

[startup+0.300261 s]
/proc/loadavg: 2.00 2.00 2.00 2/177 5993
/proc/meminfo: memFree=29134948/32873844 swapFree=7116/7116
[pid=5993] ppid=5991 vsize=68436 CPUtime=0.28 cores=0,2,4,6
/proc/5993/stat : 5993 (pbscip.linux.x8) R 5991 5993 4984 0 -1 4202496 16175 0 0 0 26 2 0 0 20 0 1 0 346113376 70078464 16115 33554432000 4194304 8395647 140735741169680 140735741032184 6013848 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/5993/statm: 17109 16115 394 1026 0 16079 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 68436

[startup+0.700256 s]
/proc/loadavg: 2.00 2.00 2.00 2/177 5993
/proc/meminfo: memFree=29134948/32873844 swapFree=7116/7116
[pid=5993] ppid=5991 vsize=102064 CPUtime=0.69 cores=0,2,4,6
/proc/5993/stat : 5993 (pbscip.linux.x8) R 5991 5993 4984 0 -1 4202496 24612 0 0 0 65 4 0 0 20 0 1 0 346113376 104513536 24552 33554432000 4194304 8395647 140735741169680 140735741034888 7324690 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/5993/statm: 25516 24552 394 1026 0 24486 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 102064

[startup+1.50026 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 5994
/proc/meminfo: memFree=29024448/32873844 swapFree=7116/7116
[pid=5993] ppid=5991 vsize=141128 CPUtime=1.49 cores=0,2,4,6
/proc/5993/stat : 5993 (pbscip.linux.x8) R 5991 5993 4984 0 -1 4202496 34374 0 0 0 143 6 0 0 20 0 1 0 346113376 144515072 34314 33554432000 4194304 8395647 140735741169680 140735741034888 7370130 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/5993/statm: 35282 34314 394 1026 0 34252 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 141128

[startup+3.10028 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 5994
/proc/meminfo: memFree=28944824/32873844 swapFree=7116/7116
[pid=5993] ppid=5991 vsize=537920 CPUtime=3.09 cores=0,2,4,6
/proc/5993/stat : 5993 (pbscip.linux.x8) R 5991 5993 4984 0 -1 4202496 131737 0 0 0 289 20 0 0 20 0 1 0 346113376 550830080 131323 33554432000 4194304 8395647 140735741169680 140735741167304 5005942 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/5993/statm: 134480 131323 467 1026 0 133450 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 537920

[startup+6.30028 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 5994
/proc/meminfo: memFree=28445600/32873844 swapFree=7116/7116
[pid=5993] ppid=5991 vsize=707424 CPUtime=6.28 cores=0,2,4,6
/proc/5993/stat : 5993 (pbscip.linux.x8) R 5991 5993 4984 0 -1 4202496 173520 0 0 0 602 26 0 0 20 0 1 0 346113376 724402176 172480 33554432000 4194304 8395647 140735741169680 140735741165480 4918019 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/5993/statm: 176856 172480 495 1026 0 175826 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 707424

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 5994
/proc/meminfo: memFree=28029092/32873844 swapFree=7116/7116
[pid=5993] ppid=5991 vsize=1147632 CPUtime=12.68 cores=0,2,4,6
/proc/5993/stat : 5993 (pbscip.linux.x8) R 5991 5993 4984 0 -1 4202496 283572 0 0 0 1227 41 0 0 20 0 1 0 346113376 1175175168 282532 33554432000 4194304 8395647 140735741169680 140735741165144 4247653 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/5993/statm: 286908 282532 495 1026 0 285878 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1147632

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5994
/proc/meminfo: memFree=27850700/32873844 swapFree=7116/7116
[pid=5993] ppid=5991 vsize=1299952 CPUtime=25.48 cores=0,2,4,6
/proc/5993/stat : 5993 (pbscip.linux.x8) R 5991 5993 4984 0 -1 4202496 319339 0 0 0 2502 46 0 0 20 0 1 0 346113376 1331150848 320824 33554432000 4194304 8395647 140735741169680 140735741165864 4910721 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/5993/statm: 324988 320824 507 1026 0 323958 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1299952

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5994
/proc/meminfo: memFree=27826532/32873844 swapFree=7116/7116
[pid=5993] ppid=5991 vsize=1321440 CPUtime=51.07 cores=0,2,4,6
/proc/5993/stat : 5993 (pbscip.linux.x8) R 5991 5993 4984 0 -1 4202496 324730 0 0 0 5060 47 0 0 20 0 1 0 346113376 1353154560 326215 33554432000 4194304 8395647 140735741169680 140735741165544 5210321 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/5993/statm: 330360 326215 507 1026 0 329330 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 1321440

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5994
/proc/meminfo: memFree=27551508/32873844 swapFree=7116/7116
[pid=5993] ppid=5991 vsize=1591556 CPUtime=102.26 cores=0,2,4,6
/proc/5993/stat : 5993 (pbscip.linux.x8) R 5991 5993 4984 0 -1 4202496 392265 0 0 0 10170 56 0 0 20 0 1 0 346113376 1629753344 393750 33554432000 4194304 8395647 140735741169680 140735741165544 4910737 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/5993/statm: 397889 393750 513 1026 0 396859 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 1591556

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5995
/proc/meminfo: memFree=27069448/32873844 swapFree=7116/7116
[pid=5993] ppid=5991 vsize=2112132 CPUtime=162.25 cores=0,2,4,6
/proc/5993/stat : 5993 (pbscip.linux.x8) R 5991 5993 4984 0 -1 4202496 475348 0 0 0 16152 73 0 0 20 0 1 0 346113376 2162823168 513732 33554432000 4194304 8395647 140735741169680 140735741164504 6635112 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5993/statm: 528033 513732 589 1026 0 527003 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 2112132

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5995
/proc/meminfo: memFree=27033676/32873844 swapFree=7116/7116
[pid=5993] ppid=5991 vsize=2142432 CPUtime=222.24 cores=0,2,4,6
/proc/5993/stat : 5993 (pbscip.linux.x8) R 5991 5993 4984 0 -1 4202496 480916 0 0 0 22146 78 0 0 20 0 1 0 346113376 2193850368 522482 33554432000 4194304 8395647 140735741169680 140735741164248 6697047 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5993/statm: 535608 522482 589 1026 0 534578 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 2142432

[startup+282.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 5995
/proc/meminfo: memFree=27019820/32873844 swapFree=7116/7116
[pid=5993] ppid=5991 vsize=2144244 CPUtime=282.23 cores=0,2,4,6
/proc/5993/stat : 5993 (pbscip.linux.x8) R 5991 5993 4984 0 -1 4202496 482301 0 0 0 28142 81 0 0 20 0 1 0 346113376 2195705856 523867 33554432000 4194304 8395647 140735741169680 140735741164920 7382157 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5993/statm: 536061 523867 603 1026 0 535031 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 2144244

[startup+342.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 6033
/proc/meminfo: memFree=25757112/32873844 swapFree=7116/7116
[pid=5993] ppid=5991 vsize=2144244 CPUtime=342.21 cores=0,2,4,6
/proc/5993/stat : 5993 (pbscip.linux.x8) R 5991 5993 4984 0 -1 4202496 482404 0 0 0 34139 82 0 0 20 0 1 0 346113376 2195705856 523986 33554432000 4194304 8395647 140735741169680 140735741164968 5834311 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5993/statm: 536061 523986 611 1026 0 535031 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 2144244

[startup+402.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/177 6033
/proc/meminfo: memFree=25265888/32873844 swapFree=7116/7116
[pid=5993] ppid=5991 vsize=2144244 CPUtime=402.2 cores=0,2,4,6
/proc/5993/stat : 5993 (pbscip.linux.x8) R 5991 5993 4984 0 -1 4202496 482412 0 0 0 40138 82 0 0 20 0 1 0 346113376 2195705856 524039 33554432000 4194304 8395647 140735741169680 140735741164968 5792673 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5993/statm: 536061 524039 612 1026 0 535031 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 2144244

[startup+462.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 6034
/proc/meminfo: memFree=25145304/32873844 swapFree=7116/7116
[pid=5993] ppid=5991 vsize=2240052 CPUtime=462.19 cores=0,2,4,6
/proc/5993/stat : 5993 (pbscip.linux.x8) R 5991 5993 4984 0 -1 4202496 486057 0 0 0 46131 88 0 0 20 0 1 0 346113376 2293813248 548871 33554432000 4194304 8395647 140735741169680 140735741164920 7385927 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5993/statm: 560013 548871 624 1026 0 558983 0
Current children cumulated CPU time (s) 462.19
Current children cumulated vsize (KiB) 2240052

[startup+522.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 6034
/proc/meminfo: memFree=25125432/32873844 swapFree=7116/7116
[pid=5993] ppid=5991 vsize=2240052 CPUtime=522.18 cores=0,2,4,6
/proc/5993/stat : 5993 (pbscip.linux.x8) R 5991 5993 4984 0 -1 4202496 486061 0 0 0 52124 94 0 0 20 0 1 0 346113376 2293813248 549469 33554432000 4194304 8395647 140735741169680 140735741164872 6197330 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5993/statm: 560013 549469 624 1026 0 558983 0
Current children cumulated CPU time (s) 522.18
Current children cumulated vsize (KiB) 2240052

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 6037
/proc/meminfo: memFree=25112060/32873844 swapFree=7116/7116
[pid=5993] ppid=5991 vsize=2240052 CPUtime=582.17 cores=0,2,4,6
/proc/5993/stat : 5993 (pbscip.linux.x8) R 5991 5993 4984 0 -1 4202496 486064 0 0 0 58116 101 0 0 20 0 1 0 346113376 2293813248 550184 33554432000 4194304 8395647 140735741169680 140735741164872 7385689 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5993/statm: 560013 550184 624 1026 0 558983 0
Current children cumulated CPU time (s) 582.17
Current children cumulated vsize (KiB) 2240052

[startup+642.3 s]

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

/proc/meminfo: memFree=23769872/32873844 swapFree=7116/7116
[pid=5993] ppid=5991 vsize=2260612 CPUtime=1002.1 cores=0,2,4,6
/proc/5993/stat : 5993 (pbscip.linux.x8) R 5991 5993 4984 0 -1 4202496 488049 0 0 0 100088 122 0 0 20 0 1 0 346113376 2314866688 555949 33554432000 4194304 8395647 140735741169680 140735741164920 7382137 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5993/statm: 565153 555949 624 1026 0 564123 0
Current children cumulated CPU time (s) 1002.1
Current children cumulated vsize (KiB) 2260612

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 6061
/proc/meminfo: memFree=23840332/32873844 swapFree=7116/7116
[pid=5993] ppid=5991 vsize=2260612 CPUtime=1062.09 cores=0,2,4,6
/proc/5993/stat : 5993 (pbscip.linux.x8) R 5991 5993 4984 0 -1 4202496 488049 0 0 0 106087 122 0 0 20 0 1 0 346113376 2314866688 555949 33554432000 4194304 8395647 140735741169680 140735741164968 5852519 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5993/statm: 565153 555949 624 1026 0 564123 0
Current children cumulated CPU time (s) 1062.09
Current children cumulated vsize (KiB) 2260612

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6062
/proc/meminfo: memFree=23826948/32873844 swapFree=7116/7116
[pid=5993] ppid=5991 vsize=2275272 CPUtime=1122.08 cores=0,2,4,6
/proc/5993/stat : 5993 (pbscip.linux.x8) R 5991 5993 4984 0 -1 4202496 488201 0 0 0 112084 124 0 0 20 0 1 0 346113376 2329878528 559167 33554432000 4194304 8395647 140735741169680 140735741164920 7385940 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5993/statm: 568818 559167 624 1026 0 567788 0
Current children cumulated CPU time (s) 1122.08
Current children cumulated vsize (KiB) 2275272

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 6065
/proc/meminfo: memFree=23826720/32873844 swapFree=7116/7116
[pid=5993] ppid=5991 vsize=2275272 CPUtime=1182.07 cores=0,2,4,6
/proc/5993/stat : 5993 (pbscip.linux.x8) R 5991 5993 4984 0 -1 4202496 488201 0 0 0 118082 125 0 0 20 0 1 0 346113376 2329878528 559167 33554432000 4194304 8395647 140735741169680 140735741164968 5852502 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5993/statm: 568818 559167 624 1026 0 567788 0
Current children cumulated CPU time (s) 1182.07
Current children cumulated vsize (KiB) 2275272

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6065
/proc/meminfo: memFree=23822600/32873844 swapFree=7116/7116
[pid=5993] ppid=5991 vsize=2275272 CPUtime=1242.06 cores=0,2,4,6
/proc/5993/stat : 5993 (pbscip.linux.x8) R 5991 5993 4984 0 -1 4202496 489014 0 0 0 124080 126 0 0 20 0 1 0 346113376 2329878528 560679 33554432000 4194304 8395647 140735741169680 140735741164872 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5993/statm: 568818 560679 624 1026 0 567788 0
Current children cumulated CPU time (s) 1242.06
Current children cumulated vsize (KiB) 2275272

[startup+1302.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/177 6065
/proc/meminfo: memFree=23811732/32873844 swapFree=7116/7116
[pid=5993] ppid=5991 vsize=2275272 CPUtime=1302.05 cores=0,2,4,6
/proc/5993/stat : 5993 (pbscip.linux.x8) R 5991 5993 4984 0 -1 4202496 489020 0 0 0 130074 131 0 0 20 0 1 0 346113376 2329878528 561252 33554432000 4194304 8395647 140735741169680 140735741164920 6440490 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5993/statm: 568818 561252 624 1026 0 567788 0
Current children cumulated CPU time (s) 1302.05
Current children cumulated vsize (KiB) 2275272

[startup+1362.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 6065
/proc/meminfo: memFree=23793220/32873844 swapFree=7116/7116
[pid=5993] ppid=5991 vsize=2275272 CPUtime=1362.03 cores=0,2,4,6
/proc/5993/stat : 5993 (pbscip.linux.x8) R 5991 5993 4984 0 -1 4202496 489023 0 0 0 136068 135 0 0 20 0 1 0 346113376 2329878528 561500 33554432000 4194304 8395647 140735741169680 140735741164920 6440490 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5993/statm: 568818 561500 624 1026 0 567788 0
Current children cumulated CPU time (s) 1362.03
Current children cumulated vsize (KiB) 2275272

[startup+1422.31 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 6066
/proc/meminfo: memFree=23790996/32873844 swapFree=7116/7116
[pid=5993] ppid=5991 vsize=2275272 CPUtime=1422.02 cores=0,2,4,6
/proc/5993/stat : 5993 (pbscip.linux.x8) R 5991 5993 4984 0 -1 4202496 489029 0 0 0 142062 140 0 0 20 0 1 0 346113376 2329878528 561761 33554432000 4194304 8395647 140735741169680 140735741164872 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5993/statm: 568818 561761 624 1026 0 567788 0
Current children cumulated CPU time (s) 1422.02
Current children cumulated vsize (KiB) 2275272

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6066
/proc/meminfo: memFree=23803684/32873844 swapFree=7116/7116
[pid=5993] ppid=5991 vsize=2275272 CPUtime=1482.01 cores=0,2,4,6
/proc/5993/stat : 5993 (pbscip.linux.x8) R 5991 5993 4984 0 -1 4202496 489029 0 0 0 148054 147 0 0 20 0 1 0 346113376 2329878528 561857 33554432000 4194304 8395647 140735741169680 140735741164920 7385972 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5993/statm: 568818 561857 624 1026 0 567788 0
Current children cumulated CPU time (s) 1482.01
Current children cumulated vsize (KiB) 2275272

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6066
/proc/meminfo: memFree=23865344/32873844 swapFree=7116/7116
[pid=5993] ppid=5991 vsize=2275272 CPUtime=1542 cores=0,2,4,6
/proc/5993/stat : 5993 (pbscip.linux.x8) R 5991 5993 4984 0 -1 4202496 489029 0 0 0 154048 152 0 0 20 0 1 0 346113376 2329878528 562817 33554432000 4194304 8395647 140735741169680 140735741164968 6126234 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5993/statm: 568818 562817 624 1026 0 567788 0
Current children cumulated CPU time (s) 1542
Current children cumulated vsize (KiB) 2275272

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6066
/proc/meminfo: memFree=23862844/32873844 swapFree=7116/7116
[pid=5993] ppid=5991 vsize=2275272 CPUtime=1601.98 cores=0,2,4,6
/proc/5993/stat : 5993 (pbscip.linux.x8) R 5991 5993 4984 0 -1 4202496 489029 0 0 0 160042 156 0 0 20 0 1 0 346113376 2329878528 562865 33554432000 4194304 8395647 140735741169680 140735741164920 5931069 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5993/statm: 568818 562865 624 1026 0 567788 0
Current children cumulated CPU time (s) 1601.98
Current children cumulated vsize (KiB) 2275272

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6066
/proc/meminfo: memFree=23861400/32873844 swapFree=7116/7116
[pid=5993] ppid=5991 vsize=2275272 CPUtime=1661.98 cores=0,2,4,6
/proc/5993/stat : 5993 (pbscip.linux.x8) R 5991 5993 4984 0 -1 4202496 489029 0 0 0 166037 161 0 0 20 0 1 0 346113376 2329878528 562949 33554432000 4194304 8395647 140735741169680 140735741164920 6124447 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5993/statm: 568818 562949 624 1026 0 567788 0
Current children cumulated CPU time (s) 1661.98
Current children cumulated vsize (KiB) 2275272

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6067
/proc/meminfo: memFree=23861304/32873844 swapFree=7116/7116
[pid=5993] ppid=5991 vsize=2275272 CPUtime=1721.97 cores=0,2,4,6
/proc/5993/stat : 5993 (pbscip.linux.x8) R 5991 5993 4984 0 -1 4202496 489029 0 0 0 172035 162 0 0 20 0 1 0 346113376 2329878528 562949 33554432000 4194304 8395647 140735741169680 140735741164968 7382137 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5993/statm: 568818 562949 624 1026 0 567788 0
Current children cumulated CPU time (s) 1721.97
Current children cumulated vsize (KiB) 2275272

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 6070
/proc/meminfo: memFree=23856236/32873844 swapFree=7116/7116
[pid=5993] ppid=5991 vsize=2275272 CPUtime=1781.96 cores=0,2,4,6
/proc/5993/stat : 5993 (pbscip.linux.x8) R 5991 5993 4984 0 -1 4202496 489029 0 0 0 178033 163 0 0 20 0 1 0 346113376 2329878528 562949 33554432000 4194304 8395647 140735741169680 140735741164872 7385934 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5993/statm: 568818 562949 624 1026 0 567788 0
Current children cumulated CPU time (s) 1781.96
Current children cumulated vsize (KiB) 2275272

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 6070
/proc/meminfo: memFree=23856236/32873844 swapFree=7116/7116
[pid=5993] ppid=5991 vsize=2275272 CPUtime=1785.16 cores=0,2,4,6
/proc/5993/stat : 5993 (pbscip.linux.x8) R 5991 5993 4984 0 -1 4202496 489029 0 0 0 178353 163 0 0 20 0 1 0 346113376 2329878528 562949 33554432000 4194304 8395647 140735741169680 140735741164872 6440497 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5993/statm: 568818 562949 624 1026 0 567788 0
Current children cumulated CPU time (s) 1785.16
Current children cumulated vsize (KiB) 2275272

[startup+1788.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 6070
/proc/meminfo: memFree=23856236/32873844 swapFree=7116/7116
[pid=5993] ppid=5991 vsize=2275272 CPUtime=1788.36 cores=0,2,4,6
/proc/5993/stat : 5993 (pbscip.linux.x8) R 5991 5993 4984 0 -1 4202496 489029 0 0 0 178672 164 0 0 20 0 1 0 346113376 2329878528 562949 33554432000 4194304 8395647 140735741169680 140735741164872 7385948 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5993/statm: 568818 562949 624 1026 0 567788 0
Current children cumulated CPU time (s) 1788.36
Current children cumulated vsize (KiB) 2275272

[startup+1790.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 6070
/proc/meminfo: memFree=23856236/32873844 swapFree=7116/7116
[pid=5993] ppid=5991 vsize=2188252 CPUtime=1789.96 cores=0,2,4,6
/proc/5993/stat : 5993 (pbscip.linux.x8) R 5991 5993 4984 0 -1 4202496 489036 0 0 0 178832 164 0 0 20 0 1 0 346113376 2240770048 541289 33554432000 4194304 8395647 140735741169680 140735741164920 4421298 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5993/statm: 547063 541289 631 1026 0 546033 0
Current children cumulated CPU time (s) 1789.96
Current children cumulated vsize (KiB) 2188252

[startup+1790.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 6070
/proc/meminfo: memFree=23942376/32873844 swapFree=7116/7116
[pid=5993] ppid=5991 vsize=2188252 CPUtime=1790.37 cores=0,2,4,6
/proc/5993/stat : 5993 (pbscip.linux.x8) R 5991 5993 4984 0 -1 4202496 489038 0 0 0 178873 164 0 0 20 0 1 0 346113376 2240770048 541291 33554432000 4194304 8395647 140735741169680 140735741164920 6070280 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5993/statm: 547063 541291 633 1026 0 546033 0
Current children cumulated CPU time (s) 1790.37
Current children cumulated vsize (KiB) 2188252

[startup+1791.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 6070
/proc/meminfo: memFree=23942376/32873844 swapFree=7116/7116
[pid=5993] ppid=5991 vsize=2065232 CPUtime=1790.76 cores=0,2,4,6
/proc/5993/stat : 5993 (pbscip.linux.x8) R 5991 5993 4984 0 -1 4202496 489038 0 0 0 178912 164 0 0 20 0 1 0 346113376 2114797568 511921 33554432000 4194304 8395647 140735741169680 140735741169064 6345887 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5993/statm: 516308 511921 633 1026 0 515278 0
Current children cumulated CPU time (s) 1790.76
Current children cumulated vsize (KiB) 2065232

Child status: 0
Real time (s): 1791.18
CPU time (s): 1790.85
CPU user time (s): 1789.19
CPU system time (s): 1.66375
CPU usage (%): 99.9815
Max. virtual memory (cumulated for all children) (KiB): 2275272

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1789.19
system time used= 1.66375
maximum resident set size= 2251816
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 489044
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 56
involuntary context switches= 1882

runsolver used 6.09007 second user time and 12.887 second system time

The end

Launcher Data

Begin job on node103 at 2012-06-04 10:50:48
IDJOB=3744053
IDBENCH=92676
IDSOLVER=2326
FILE ID=node103/3744053-1338799848
RUNJOBID= node103-1338783950-5000
PBS_JOBID= 14636845
Free space on /tmp= 71092 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_6_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-3744053-1338799848/watcher-3744053-1338799848 -o /tmp/evaluation-result-3744053-1338799848/solver-3744053-1338799848 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3744053-1338799848.opb -t 1800 -m 15500

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

MD5SUM BENCH= c368128bd234e052a40539eff90aaf64
RANDOM SEED=529878416

node103.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.189
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	: 5332.37
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.189
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.189
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.189
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.189
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.189
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	: 5411.36
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.189
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.91
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.189
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:        29135328 kB
Buffers:          209144 kB
Cached:           486832 kB
SwapCached:         5648 kB
Active:          2471000 kB
Inactive:         485272 kB
Active(anon):    2258072 kB
Inactive(anon):     4740 kB
Active(file):     212928 kB
Inactive(file):   480532 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67096352 kB
Dirty:             22920 kB
Writeback:             0 kB
AnonPages:       2267296 kB
Mapped:            11468 kB
Shmem:                 0 kB
Slab:             634676 kB
SReclaimable:      75204 kB
SUnreclaim:       559472 kB
KernelStack:        1440 kB
PageTables:         8596 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    2421452 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1742848 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= 71060 MiB
End job on node103 at 2012-06-04 11:20:39