Trace number 3744629

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.47 1790.76

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/IC/
normalized-minisat50_6_9_0_ic.opb
MD5SUM5dafdb536ba017bedf49ae7d6c6eb1e1
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark19663339
Best CPU time to get the best result obtained on this benchmark1800.95
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables125200
Total number of constraints250157
Number of constraints which are clauses120150
Number of constraints which are cardinality constraints (but not clauses)7
Number of constraints which are nor clauses,nor cardinality constraints130000
Minimum length of a constraint2
Maximum length of a constraint1225
Number of terms in the objective function 7400
Biggest coefficient in the objective function 127263527
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 37737792482
Number of bits of the sum of numbers in the objective function 36
Biggest number in a constraint 127263527
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 37737792482
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-3744629-1338808450.opb>
1.99/2.03	c original problem has 125200 variables (125200 bin, 0 int, 0 impl, 0 cont) and 250157 constraints
1.99/2.03	c problem read
1.99/2.03	c presolving settings loaded
2.69/2.75	c presolving:
3.20/3.28	c (round 1) 3825 del vars, 7353 del conss, 150 chg bounds, 1225 chg sides, 3675 chg coeffs, 0 upgd conss, 7450 impls, 1 clqs
4.09/4.18	c (round 2) 3825 del vars, 7353 del conss, 150 chg bounds, 1225 chg sides, 3675 chg coeffs, 242801 upgd conss, 7450 impls, 1 clqs
8.19/8.27	c    (6.2s) probing: 101/121375 (0.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
8.19/8.27	c    (6.2s) probing aborted: 100/100 successive totally useless probings
8.19/8.27	c presolving (3 rounds):
8.19/8.27	c  3825 deleted vars, 7353 deleted constraints, 150 tightened bounds, 0 added holes, 1225 changed sides, 3675 changed coefficients
8.19/8.27	c  713050 implications, 1 cliques
8.19/8.27	c presolved problem has 121375 variables (121375 bin, 0 int, 0 impl, 0 cont) and 242804 constraints
8.19/8.27	c  121425 constraints of type <knapsack>
8.19/8.27	c      51 constraints of type <setppc>
8.19/8.27	c       3 constraints of type <linear>
8.19/8.27	c  121325 constraints of type <logicor>
8.19/8.27	c transformed objective value is always integral (scale: 1)
8.19/8.27	c Presolving Time: 5.75
8.19/8.27	c - non default parameters ----------------------------------------------------------------------
8.19/8.27	c # SCIP version 1.2.1.3
8.19/8.27	c 
8.19/8.27	c # frequency for displaying node information lines
8.19/8.27	c # [type: int, range: [-1,2147483647], default: 100]
8.19/8.27	c display/freq = 10000
8.19/8.27	c 
8.19/8.27	c # maximal time in seconds to run
8.19/8.27	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
8.19/8.27	c limits/time = 1787.97
8.19/8.27	c 
8.19/8.27	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
8.19/8.27	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
8.19/8.27	c limits/memory = 13950
8.19/8.27	c 
8.19/8.27	c # default clock type (1: CPU user seconds, 2: wall clock time)
8.19/8.27	c # [type: int, range: [1,2], default: 1]
8.19/8.27	c timing/clocktype = 2
8.19/8.27	c 
8.19/8.27	c # should presolving try to simplify inequalities
8.19/8.27	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
8.19/8.27	c constraints/linear/simplifyinequalities = TRUE
8.19/8.27	c 
8.19/8.27	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
8.19/8.27	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
8.19/8.27	c constraints/indicator/addCouplingCons = TRUE
8.19/8.27	c 
8.19/8.27	c # should presolving try to simplify knapsacks
8.19/8.27	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
8.19/8.27	c constraints/knapsack/simplifyinequalities = TRUE
8.19/8.27	c 
8.19/8.27	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
8.19/8.27	c # [type: int, range: [-1,2147483647], default: -1]
8.19/8.27	c separating/rapidlearning/freq = 0
8.19/8.27	c 
8.19/8.27	c -----------------------------------------------------------------------------------------------
8.19/8.27	c start solving
8.29/8.30	c 
38.99/39.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
38.99/39.05	c  37.0s|     1 |     0 |  3494 |     - | 679M|   0 | 459 | 121k| 242k| 121k| 242k|   0 |   0 |   0 | 1.003963e+06 |      --      |    Inf 
439.72/439.81	c   438s|     1 |     0 | 11640 |     - | 682M|   0 | 437 | 121k| 242k| 121k| 242k| 114 |   0 |   0 | 1.078132e+06 |      --      |    Inf 
866.26/866.49	c   864s|     1 |     0 | 12611 |     - | 689M|   0 | 418 | 121k| 242k| 121k| 242k| 191 |   0 |   0 | 1.098530e+06 |      --      |    Inf 
1280.48/1280.75	c  1279s|     1 |     0 | 13442 |     - | 697M|   0 | 376 | 121k| 242k| 121k| 243k| 226 |   0 |   0 | 1.110725e+06 |      --      |    Inf 
1401.57/1401.84	c  1400s|     1 |     0 | 13949 |     - | 707M|   0 | 346 | 121k| 242k| 121k| 243k| 262 |   0 |   0 | 1.116188e+06 |      --      |    Inf 
1523.55/1523.80	c  1522s|     1 |     0 | 14357 |     - | 719M|   0 | 363 | 121k| 242k| 121k| 243k| 274 |   0 |   0 | 1.120550e+06 |      --      |    Inf 
1789.70/1790.02	c  1788s|     1 |     0 | 14357 |     - | 719M|   0 |   - | 121k| 242k| 121k| 243k| 286 |   0 |   0 | 1.120550e+06 |      --      |    Inf 
1789.70/1790.05	c  1788s|     1 |     2 | 14357 |     - | 719M|   0 |   - | 121k| 242k| 121k| 243k| 286 |   0 |   0 | 1.120550e+06 |      --      |    Inf 
1789.70/1790.05	c 
1789.70/1790.05	c SCIP Status        : solving was interrupted [time limit reached]
1789.70/1790.05	c Solving Time (sec) : 1788.01
1789.70/1790.05	c Solving Nodes      : 1
1789.70/1790.05	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1789.70/1790.05	c Dual Bound         : +1.12054956621089e+06
1789.70/1790.05	c Gap                : infinite
1789.70/1790.05	s UNKNOWN
1789.70/1790.05	c SCIP Status        : solving was interrupted [time limit reached]
1789.70/1790.05	c Solving Time       :    1788.01
1789.70/1790.05	c Original Problem   :
1789.70/1790.05	c   Problem name     : HOME/instance-3744629-1338808450.opb
1789.70/1790.05	c   Variables        : 125200 (125200 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.70/1790.05	c   Constraints      : 250157 initial, 250157 maximal
1789.70/1790.05	c Presolved Problem  :
1789.70/1790.05	c   Problem name     : t_HOME/instance-3744629-1338808450.opb
1789.70/1790.05	c   Variables        : 121375 (121375 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.70/1790.05	c   Constraints      : 242804 initial, 242804 maximal
1789.70/1790.05	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1789.70/1790.05	c   trivial          :       0.02          0          0          0          0          0          0          0          0
1789.70/1790.05	c   dualfix          :       0.01          0          0          0          0          0          0          0          0
1789.70/1790.05	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1789.70/1790.05	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1789.70/1790.05	c   implics          :       0.01          0          0          0          0          0          0          0          0
1789.70/1790.05	c   probing          :       1.53          0          0          0          0          0          0          0          0
1789.70/1790.05	c   knapsack         :       2.48          0          0          0          0          0          0          0          0
1789.70/1790.05	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1789.70/1790.05	c   linear           :       1.12        150       3675          0        150          0       7353       1225       3675
1789.70/1790.05	c   logicor          :       0.13          0          0          0          0          0          0          0          0
1789.70/1790.05	c   root node        :          -          0          -          -          0          -          -          -          -
1789.70/1790.05	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1789.70/1790.05	c   integral         :          0          0          0          0          0          0          0          0          0          0
1789.70/1790.05	c   knapsack         :     121425          6        201          0          1          0          0        458          0          0
1789.70/1790.05	c   setppc           :         51          6        201          0          1          0          0          0          0          0
1789.70/1790.05	c   linear           :          3          6        201          0          0          0          0          0          0          0
1789.70/1790.05	c   logicor          :     121325          6        200          0          1          0          0          0          0          0
1789.70/1790.05	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1789.70/1790.05	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1789.70/1790.05	c   integral         :       0.00       0.00       0.00       0.00       0.00
1789.70/1790.05	c   knapsack         :       1.06       0.43       0.63       0.00       0.00
1789.70/1790.05	c   setppc           :       0.00       0.00       0.00       0.00       0.00
1789.70/1790.05	c   linear           :       8.25       8.23       0.02       0.00       0.00
1789.70/1790.05	c   logicor          :       0.12       0.03       0.07       0.00       0.02
1789.70/1790.05	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1789.70/1790.05	c Propagators        :       Time      Calls    Cutoffs    DomReds
1789.70/1790.05	c   vbounds          :       0.00          2          0          0
1789.70/1790.05	c   rootredcost      :       0.00          0          0          0
1789.70/1790.05	c   pseudoobj        :       0.00          7          0          0
1789.70/1790.05	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1789.70/1790.05	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1789.70/1790.05	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1789.70/1790.05	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1789.70/1790.05	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1789.70/1790.05	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1789.70/1790.05	c   applied globally :          -          -          -          0        0.0          -          -          -
1789.70/1790.05	c   applied locally  :          -          -          -          0        0.0          -          -          -
1789.70/1790.05	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1789.70/1790.05	c   cut pool         :       0.02          5          -          -        146          -    (maximal pool size: 1338)
1789.70/1790.05	c   redcost          :       0.03          6          0          0          0          0
1789.70/1790.05	c   impliedbounds    :       0.05          6          0          0        399          0
1789.70/1790.05	c   intobj           :       0.00          0          0          0          0          0
1789.70/1790.05	c   cgmip            :       0.00          0          0          0          0          0
1789.70/1790.05	c   gomory           :     949.90          6          0          0       1502          0
1789.70/1790.05	c   strongcg         :      92.47          5          0          0       2500          0
1789.70/1790.05	c   cmir             :     165.57          5          0          0          5          0
1789.70/1790.05	c   flowcover        :     321.74          5          0          0        262          0
1789.70/1790.05	c   clique           :       0.20          5          0          0          0          0
1789.70/1790.05	c   zerohalf         :       0.00          0          0          0          0          0
1789.70/1790.05	c   mcf              :       0.17          1          0          0          0          0
1789.70/1790.05	c   rapidlearning    :       0.00          0          0          0          0          0
1789.70/1790.05	c Pricers            :       Time      Calls       Vars
1789.70/1790.05	c   problem variables:       0.00          0          0
1789.70/1790.05	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1789.70/1790.05	c   relpscost        :       0.00          0          0          0          0          0          0
1789.70/1790.05	c   pscost           :       0.00          0          0          0          0          0          0
1789.70/1790.05	c   inference        :       0.01          1          0          0          0          0          2
1789.70/1790.05	c   mostinf          :       0.00          0          0          0          0          0          0
1789.70/1790.05	c   leastinf         :       0.00          0          0          0          0          0          0
1789.70/1790.05	c   fullstrong       :       0.00          0          0          0          0          0          0
1789.70/1790.05	c   allfullstrong    :       0.00          0          0          0          0          0          0
1789.70/1790.05	c   random           :       0.00          0          0          0          0          0          0
1789.70/1790.05	c Primal Heuristics  :       Time      Calls      Found
1789.70/1790.05	c   LP solutions     :       0.00          -          0
1789.70/1790.05	c   pseudo solutions :       0.00          -          0
1789.70/1790.05	c   oneopt           :       0.00          0          0
1789.70/1790.05	c   trivial          :       0.16          2          0
1789.70/1790.05	c   simplerounding   :       0.00          0          0
1789.70/1790.05	c   zirounding       :       0.00          0          0
1789.70/1790.05	c   rounding         :       0.06          6          0
1789.70/1790.05	c   shifting         :       0.19          6          0
1789.70/1790.05	c   intshifting      :       0.00          0          0
1789.70/1790.05	c   twoopt           :       0.00          0          0
1789.70/1790.05	c   fixandinfer      :       0.00          0          0
1789.70/1790.05	c   feaspump         :     161.61          1          0
1789.70/1790.05	c   coefdiving       :       0.00          0          0
1789.70/1790.05	c   pscostdiving     :       0.00          0          0
1789.70/1790.05	c   fracdiving       :       0.00          0          0
1789.70/1790.05	c   veclendiving     :       0.00          0          0
1789.70/1790.05	c   intdiving        :       0.00          0          0
1789.70/1790.05	c   actconsdiving    :       0.00          0          0
1789.70/1790.05	c   objpscostdiving  :       0.00          0          0
1789.70/1790.05	c   rootsoldiving    :       0.00          0          0
1789.70/1790.05	c   linesearchdiving :       0.00          0          0
1789.70/1790.05	c   guideddiving     :       0.00          0          0
1789.70/1790.05	c   octane           :       0.00          0          0
1789.70/1790.05	c   rens             :       0.00          0          0
1789.70/1790.05	c   rins             :       0.00          0          0
1789.70/1790.05	c   localbranching   :       0.00          0          0
1789.70/1790.05	c   mutation         :       0.00          0          0
1789.70/1790.05	c   crossover        :       0.00          0          0
1789.70/1790.05	c   dins             :       0.00          0          0
1789.70/1790.05	c   undercover       :       0.00          0          0
1789.70/1790.05	c   nlp              :       0.00          0          0
1789.70/1790.05	c   trysol           :       0.00          0          0
1789.70/1790.05	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1789.70/1790.05	c   primal LP        :       0.00          0          0       0.00          -
1789.70/1790.05	c   dual LP          :      79.84          6       7889    1314.83      98.80
1789.70/1790.05	c   lex dual LP      :       0.00          0          0       0.00          -
1789.70/1790.05	c   barrier LP       :       0.00          0          0       0.00          -
1789.70/1790.05	c   diving/probing LP:     161.20          7       6468     924.00      40.13
1789.70/1790.05	c   strong branching :       0.00          0          0       0.00          -
1789.70/1790.05	c     (at root node) :          -          0          0       0.00          -
1789.70/1790.05	c   conflict analysis:       0.00          0          0       0.00          -
1789.70/1790.05	c B&B Tree           :
1789.70/1790.05	c   number of runs   :          1
1789.70/1790.05	c   nodes            :          1
1789.70/1790.05	c   nodes (total)    :          1
1789.70/1790.05	c   nodes left       :          2
1789.70/1790.05	c   max depth        :          0
1789.70/1790.05	c   max depth (total):          0
1789.70/1790.05	c   backtracks       :          0 (0.0%)
1789.70/1790.05	c   delayed cutoffs  :          0
1789.70/1790.05	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1789.70/1790.05	c   avg switch length:       1.00
1789.70/1790.05	c   switching time   :       0.00
1789.70/1790.05	c Solution           :
1789.70/1790.05	c   Solutions found  :          0 (0 improvements)
1789.70/1790.05	c   Primal Bound     :          -
1789.70/1790.05	c   Dual Bound       : +1.12054956621089e+06
1789.70/1790.05	c   Gap              :   infinite
1789.70/1790.05	c   Root Dual Bound  : +1.12054956621089e+06
1789.70/1790.05	c   Root Iterations  :      14357
1790.41/1790.75	c Time complete: 1790.46.

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3744629-1338808450/watcher-3744629-1338808450 -o /tmp/evaluation-result-3744629-1338808450/solver-3744629-1338808450 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3744629-1338808450.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.01 2.09 3/176 19287
/proc/meminfo: memFree=25143608/32873648 swapFree=6852/6852
[pid=19287] ppid=19285 vsize=7916 CPUtime=0 cores=0,2,4,6
/proc/19287/stat : 19287 (pbscip.linux.x8) R 19285 19287 19091 0 -1 4202496 1256 0 0 0 0 0 0 0 20 0 1 0 346972257 8105984 1202 33554432000 4194304 8395647 140734916129456 140734916129032 7430272 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/19287/statm: 1979 1202 370 1026 0 949 0

[startup+0.0723171 s]
/proc/loadavg: 2.00 2.01 2.09 3/176 19287
/proc/meminfo: memFree=25143608/32873648 swapFree=6852/6852
[pid=19287] ppid=19285 vsize=20716 CPUtime=0.06 cores=0,2,4,6
/proc/19287/stat : 19287 (pbscip.linux.x8) R 19285 19287 19091 0 -1 4202496 4469 0 0 0 6 0 0 0 20 0 1 0 346972257 21213184 4414 33554432000 4194304 8395647 140734916129456 140734916129032 7385355 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/19287/statm: 5179 4414 394 1026 0 4149 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 20716

[startup+0.100325 s]
/proc/loadavg: 2.00 2.01 2.09 3/176 19287
/proc/meminfo: memFree=25143608/32873648 swapFree=6852/6852
[pid=19287] ppid=19285 vsize=24216 CPUtime=0.09 cores=0,2,4,6
/proc/19287/stat : 19287 (pbscip.linux.x8) R 19285 19287 19091 0 -1 4202496 5296 0 0 0 9 0 0 0 20 0 1 0 346972257 24797184 5242 33554432000 4194304 8395647 140734916129456 140734916129032 6347101 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/19287/statm: 6054 5267 394 1026 0 5024 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24216

[startup+0.300274 s]
/proc/loadavg: 2.00 2.01 2.09 3/176 19287
/proc/meminfo: memFree=25143608/32873648 swapFree=6852/6852
[pid=19287] ppid=19285 vsize=50688 CPUtime=0.29 cores=0,2,4,6
/proc/19287/stat : 19287 (pbscip.linux.x8) R 19285 19287 19091 0 -1 4202496 11970 0 0 0 28 1 0 0 20 0 1 0 346972257 51904512 11915 33554432000 4194304 8395647 140734916129456 140734915994664 4424487 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/19287/statm: 12672 11915 394 1026 0 11642 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 50688

[startup+0.70027 s]
/proc/loadavg: 2.00 2.01 2.09 3/176 19287
/proc/meminfo: memFree=25143608/32873648 swapFree=6852/6852
[pid=19287] ppid=19285 vsize=104996 CPUtime=0.69 cores=0,2,4,6
/proc/19287/stat : 19287 (pbscip.linux.x8) R 19285 19287 19091 0 -1 4202496 25519 0 0 0 65 4 0 0 20 0 1 0 346972257 107515904 25464 33554432000 4194304 8395647 140734916129456 140734915994664 7430272 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/19287/statm: 26249 25464 394 1026 0 25219 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 104996

[startup+1.50027 s]
/proc/loadavg: 2.00 2.01 2.09 3/177 19288
/proc/meminfo: memFree=24675740/32873648 swapFree=6852/6852
[pid=19287] ppid=19285 vsize=170144 CPUtime=1.49 cores=0,2,4,6
/proc/19287/stat : 19287 (pbscip.linux.x8) R 19285 19287 19091 0 -1 4202496 41756 0 0 0 143 6 0 0 20 0 1 0 346972257 174227456 41701 33554432000 4194304 8395647 140734916129456 140734915994664 7430272 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/19287/statm: 42536 41701 394 1026 0 41506 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 170144

[startup+3.10028 s]
/proc/loadavg: 2.00 2.01 2.09 3/177 19288
/proc/meminfo: memFree=24442272/32873648 swapFree=6852/6852
[pid=19287] ppid=19285 vsize=539968 CPUtime=3.09 cores=0,2,4,6
/proc/19287/stat : 19287 (pbscip.linux.x8) R 19285 19287 19091 0 -1 4202496 132518 0 0 0 291 18 0 0 20 0 1 0 346972257 552927232 132109 33554432000 4194304 8395647 140734916129456 140734916124952 4966805 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/19287/statm: 134992 132109 475 1026 0 133962 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 539968

[startup+6.30029 s]
/proc/loadavg: 2.00 2.01 2.09 3/177 19288
/proc/meminfo: memFree=23959508/32873648 swapFree=6852/6852
[pid=19287] ppid=19285 vsize=691528 CPUtime=6.29 cores=0,2,4,6
/proc/19287/stat : 19287 (pbscip.linux.x8) R 19285 19287 19091 0 -1 4202496 168232 0 0 0 605 24 0 0 20 0 1 0 346972257 708124672 169787 33554432000 4194304 8395647 140734916129456 140734916125128 4953593 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/19287/statm: 172882 169787 496 1026 0 171852 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 691528

[startup+12.7003 s]
/proc/loadavg: 2.00 2.01 2.08 3/177 19288
/proc/meminfo: memFree=23235272/32873648 swapFree=6852/6852
[pid=19287] ppid=19285 vsize=1091568 CPUtime=12.69 cores=0,2,4,6
/proc/19287/stat : 19287 (pbscip.linux.x8) R 19285 19287 19091 0 -1 4202496 231863 0 0 0 1234 35 0 0 20 0 1 0 346972257 1117765632 261054 33554432000 4194304 8395647 140734916129456 140734916124920 6697727 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/19287/statm: 272892 261054 584 1026 0 271862 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1091568

[startup+25.5003 s]
/proc/loadavg: 2.00 2.01 2.08 3/177 19288
/proc/meminfo: memFree=23203536/32873648 swapFree=6852/6852
[pid=19287] ppid=19285 vsize=1118392 CPUtime=25.48 cores=0,2,4,6
/proc/19287/stat : 19287 (pbscip.linux.x8) R 19285 19287 19091 0 -1 4202496 233764 0 0 0 2512 36 0 0 20 0 1 0 346972257 1145233408 266401 33554432000 4194304 8395647 140734916129456 140734916125016 6585941 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/19287/statm: 279598 266401 584 1026 0 278568 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1118392

[startup+51.1003 s]
/proc/loadavg: 2.00 2.01 2.08 3/177 19288
/proc/meminfo: memFree=23167572/32873648 swapFree=6852/6852
[pid=19287] ppid=19285 vsize=1137540 CPUtime=51.08 cores=0,2,4,6
/proc/19287/stat : 19287 (pbscip.linux.x8) R 19285 19287 19091 0 -1 4202496 236046 0 0 0 5070 38 0 0 20 0 1 0 346972257 1164840960 271573 33554432000 4194304 8395647 140734916129456 140734916123976 6697359 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/19287/statm: 284385 271573 590 1026 0 283355 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1137540

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.08 3/177 19289
/proc/meminfo: memFree=23103724/32873648 swapFree=6852/6852
[pid=19287] ppid=19285 vsize=1150208 CPUtime=102.28 cores=0,2,4,6
/proc/19287/stat : 19287 (pbscip.linux.x8) R 19285 19287 19091 0 -1 4202496 238865 0 0 0 10187 41 0 0 20 0 1 0 346972257 1177812992 276206 33554432000 4194304 8395647 140734916129456 140734916123976 6708393 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/19287/statm: 287552 276206 590 1026 0 286522 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1150208

[startup+162.3 s]
/proc/loadavg: 2.03 2.01 2.08 3/177 19289
/proc/meminfo: memFree=23082340/32873648 swapFree=6852/6852
[pid=19287] ppid=19285 vsize=1162916 CPUtime=162.27 cores=0,2,4,6
/proc/19287/stat : 19287 (pbscip.linux.x8) R 19285 19287 19091 0 -1 4202496 241174 0 0 0 16183 44 0 0 20 0 1 0 346972257 1190825984 279242 33554432000 4194304 8395647 140734916129456 140734916123976 6752385 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/19287/statm: 290729 279242 590 1026 0 289699 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 1162916

[startup+222.3 s]
/proc/loadavg: 2.01 2.01 2.07 3/177 19289
/proc/meminfo: memFree=23102420/32873648 swapFree=6852/6852
[pid=19287] ppid=19285 vsize=1129468 CPUtime=222.26 cores=0,2,4,6
/proc/19287/stat : 19287 (pbscip.linux.x8) R 19285 19287 19091 0 -1 4202496 243405 0 0 0 22178 48 0 0 20 0 1 0 346972257 1156575232 271645 33554432000 4194304 8395647 140734916129456 140734916124648 6197309 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/19287/statm: 282367 271645 604 1026 0 281337 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 1129468

[startup+282.3 s]
/proc/loadavg: 2.03 2.02 2.07 3/177 19289
/proc/meminfo: memFree=23157532/32873648 swapFree=6852/6852
[pid=19287] ppid=19285 vsize=1129468 CPUtime=282.25 cores=0,2,4,6
/proc/19287/stat : 19287 (pbscip.linux.x8) R 19285 19287 19091 0 -1 4202496 243406 0 0 0 28171 54 0 0 20 0 1 0 346972257 1156575232 271646 33554432000 4194304 8395647 140734916129456 140734916124696 6124428 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/19287/statm: 282367 271646 605 1026 0 281337 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 1129468

[startup+342.3 s]
/proc/loadavg: 2.07 2.03 2.07 3/177 19289
/proc/meminfo: memFree=23156896/32873648 swapFree=6852/6852
[pid=19287] ppid=19285 vsize=1129468 CPUtime=342.24 cores=0,2,4,6
/proc/19287/stat : 19287 (pbscip.linux.x8) R 19285 19287 19091 0 -1 4202496 243409 0 0 0 34167 57 0 0 20 0 1 0 346972257 1156575232 271649 33554432000 4194304 8395647 140734916129456 140734916124744 7382132 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/19287/statm: 282367 271649 607 1026 0 281337 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 1129468

[startup+402.3 s]
/proc/loadavg: 2.02 2.02 2.06 3/178 19293
/proc/meminfo: memFree=23156720/32873648 swapFree=6852/6852
[pid=19287] ppid=19285 vsize=1129468 CPUtime=402.23 cores=0,2,4,6
/proc/19287/stat : 19287 (pbscip.linux.x8) R 19285 19287 19091 0 -1 4202496 243414 0 0 0 40166 57 0 0 20 0 1 0 346972257 1156575232 271654 33554432000 4194304 8395647 140734916129456 140734916124744 5852511 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/19287/statm: 282367 271654 612 1026 0 281337 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 1129468

[startup+462.3 s]
/proc/loadavg: 2.04 2.03 2.06 3/177 19293
/proc/meminfo: memFree=23103660/32873648 swapFree=6852/6852
[pid=19287] ppid=19285 vsize=1166064 CPUtime=462.22 cores=0,2,4,6
/proc/19287/stat : 19287 (pbscip.linux.x8) R 19285 19287 19091 0 -1 4202496 247179 0 0 0 46162 60 0 0 20 0 1 0 346972257 1194049536 281291 33554432000 4194304 8395647 140734916129456 140734916124648 7385696 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/19287/statm: 291516 281291 625 1026 0 290486 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 1166064

[startup+522.3 s]
/proc/loadavg: 2.05 2.03 2.06 3/177 19293
/proc/meminfo: memFree=23092388/32873648 swapFree=6852/6852
[pid=19287] ppid=19285 vsize=1166064 CPUtime=522.21 cores=0,2,4,6
/proc/19287/stat : 19287 (pbscip.linux.x8) R 19285 19287 19091 0 -1 4202496 247179 0 0 0 52156 65 0 0 20 0 1 0 346972257 1194049536 281291 33554432000 4194304 8395647 140734916129456 140734916124648 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/19287/statm: 291516 281291 625 1026 0 290486 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 1166064

[startup+582.3 s]
/proc/loadavg: 2.01 2.03 2.06 3/177 19293
/proc/meminfo: memFree=23035308/32873648 swapFree=6852/6852
[pid=19287] ppid=19285 vsize=1166064 CPUtime=582.2 cores=0,2,4,6
/proc/19287/stat : 19287 (pbscip.linux.x8) R 19285 19287 19091 0 -1 4202496 247179 0 0 0 58149 71 0 0 20 0 1 0 346972257 1194049536 281291 33554432000 4194304 8395647 140734916129456 140734916124696 7385785 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/19287/statm: 291516 281291 625 1026 0 290486 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 1166064

[startup+642.3 s]

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

/proc/meminfo: memFree=22982312/32873648 swapFree=6852/6852
[pid=19287] ppid=19285 vsize=1206608 CPUtime=1002.14 cores=0,2,4,6
/proc/19287/stat : 19287 (pbscip.linux.x8) R 19285 19287 19091 0 -1 4202496 248156 0 0 0 100120 94 0 0 20 0 1 0 346972257 1235566592 292782 33554432000 4194304 8395647 140734916129456 140734916124648 6197315 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/19287/statm: 301652 292782 625 1026 0 300622 0
Current children cumulated CPU time (s) 1002.14
Current children cumulated vsize (KiB) 1206608

[startup+1062.3 s]
/proc/loadavg: 2.03 2.03 2.03 3/177 19298
/proc/meminfo: memFree=22982364/32873648 swapFree=6852/6852
[pid=19287] ppid=19285 vsize=1206608 CPUtime=1062.12 cores=0,2,4,6
/proc/19287/stat : 19287 (pbscip.linux.x8) R 19285 19287 19091 0 -1 4202496 248174 0 0 0 106115 97 0 0 20 0 1 0 346972257 1235566592 292808 33554432000 4194304 8395647 140734916129456 140734916124696 6107046 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/19287/statm: 301652 292808 625 1026 0 300622 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 1206608

[startup+1122.3 s]
/proc/loadavg: 2.01 2.02 2.02 3/178 19299
/proc/meminfo: memFree=22980852/32873648 swapFree=6852/6852
[pid=19287] ppid=19285 vsize=1206608 CPUtime=1122.11 cores=0,2,4,6
/proc/19287/stat : 19287 (pbscip.linux.x8) R 19285 19287 19091 0 -1 4202496 248184 0 0 0 112110 101 0 0 20 0 1 0 346972257 1235566592 293160 33554432000 4194304 8395647 140734916129456 140734916124696 6201022 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/19287/statm: 301652 293160 625 1026 0 300622 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 1206608

[startup+1182.3 s]
/proc/loadavg: 2.00 2.02 2.02 3/177 19299
/proc/meminfo: memFree=22977164/32873648 swapFree=6852/6852
[pid=19287] ppid=19285 vsize=1206608 CPUtime=1182.1 cores=0,2,4,6
/proc/19287/stat : 19287 (pbscip.linux.x8) R 19285 19287 19091 0 -1 4202496 248607 0 0 0 118106 104 0 0 20 0 1 0 346972257 1235566592 294042 33554432000 4194304 8395647 140734916129456 140734916124744 7382137 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/19287/statm: 301652 294042 625 1026 0 300622 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 1206608

[startup+1242.3 s]
/proc/loadavg: 2.00 2.01 2.01 3/177 19299
/proc/meminfo: memFree=22975180/32873648 swapFree=6852/6852
[pid=19287] ppid=19285 vsize=1206608 CPUtime=1242.09 cores=0,2,4,6
/proc/19287/stat : 19287 (pbscip.linux.x8) R 19285 19287 19091 0 -1 4202496 248607 0 0 0 124105 104 0 0 20 0 1 0 346972257 1235566592 294457 33554432000 4194304 8395647 140734916129456 140734916124744 5852534 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/19287/statm: 301652 294457 625 1026 0 300622 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 1206608

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/176 19299
/proc/meminfo: memFree=22954620/32873648 swapFree=6852/6852
[pid=19287] ppid=19285 vsize=1225676 CPUtime=1302.09 cores=0,2,4,6
/proc/19287/stat : 19287 (pbscip.linux.x8) R 19285 19287 19091 0 -1 4202496 249574 0 0 0 130102 107 0 0 20 0 1 0 346972257 1255092224 299511 33554432000 4194304 8395647 140734916129456 140734916124744 5827844 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/19287/statm: 306419 299511 625 1026 0 305389 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 1225676

[startup+1362.3 s]
/proc/loadavg: 2.11 2.03 2.01 3/177 19300
/proc/meminfo: memFree=22921964/32873648 swapFree=6852/6852
[pid=19287] ppid=19285 vsize=1225676 CPUtime=1362.07 cores=0,2,4,6
/proc/19287/stat : 19287 (pbscip.linux.x8) R 19285 19287 19091 0 -1 4202496 249574 0 0 0 136100 107 0 0 20 0 1 0 346972257 1255092224 300018 33554432000 4194304 8395647 140734916129456 140734916124744 5852534 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/19287/statm: 306419 300018 625 1026 0 305389 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 1225676

[startup+1422.31 s]
/proc/loadavg: 2.04 2.02 2.01 3/177 19300
/proc/meminfo: memFree=22900652/32873648 swapFree=6852/6852
[pid=19287] ppid=19285 vsize=1247680 CPUtime=1422.06 cores=0,2,4,6
/proc/19287/stat : 19287 (pbscip.linux.x8) R 19285 19287 19091 0 -1 4202496 251334 0 0 0 142097 109 0 0 20 0 1 0 346972257 1277624320 305355 33554432000 4194304 8395647 140734916129456 140734916124744 5827844 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/19287/statm: 311920 305355 625 1026 0 310890 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 1247680

[startup+1482.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 19300
/proc/meminfo: memFree=22900532/32873648 swapFree=6852/6852
[pid=19287] ppid=19285 vsize=1247680 CPUtime=1482.05 cores=0,2,4,6
/proc/19287/stat : 19287 (pbscip.linux.x8) R 19285 19287 19091 0 -1 4202496 251334 0 0 0 148096 109 0 0 20 0 1 0 346972257 1277624320 305355 33554432000 4194304 8395647 140734916129456 140734916124744 5852502 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/19287/statm: 311920 305355 625 1026 0 310890 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 1247680

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 19300
/proc/meminfo: memFree=22886760/32873648 swapFree=6852/6852
[pid=19287] ppid=19285 vsize=1256096 CPUtime=1542.04 cores=0,2,4,6
/proc/19287/stat : 19287 (pbscip.linux.x8) R 19285 19287 19091 0 -1 4202496 252188 0 0 0 154094 110 0 0 20 0 1 0 346972257 1286242304 307231 33554432000 4194304 8395647 140734916129456 140734916124648 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/19287/statm: 314024 307231 625 1026 0 312994 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 1256096

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 19303
/proc/meminfo: memFree=22887020/32873648 swapFree=6852/6852
[pid=19287] ppid=19285 vsize=1256096 CPUtime=1602.03 cores=0,2,4,6
/proc/19287/stat : 19287 (pbscip.linux.x8) R 19285 19287 19091 0 -1 4202496 252188 0 0 0 160089 114 0 0 20 0 1 0 346972257 1286242304 307231 33554432000 4194304 8395647 140734916129456 140734916124648 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/19287/statm: 314024 307231 625 1026 0 312994 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 1256096

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 19304
/proc/meminfo: memFree=22887028/32873648 swapFree=6852/6852
[pid=19287] ppid=19285 vsize=1256096 CPUtime=1662.02 cores=0,2,4,6
/proc/19287/stat : 19287 (pbscip.linux.x8) R 19285 19287 19091 0 -1 4202496 252188 0 0 0 166084 118 0 0 20 0 1 0 346972257 1286242304 307231 33554432000 4194304 8395647 140734916129456 140734916124648 6197326 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/19287/statm: 314024 307231 625 1026 0 312994 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 1256096

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 19304
/proc/meminfo: memFree=22887028/32873648 swapFree=6852/6852
[pid=19287] ppid=19285 vsize=1256096 CPUtime=1722.01 cores=0,2,4,6
/proc/19287/stat : 19287 (pbscip.linux.x8) R 19285 19287 19091 0 -1 4202496 252188 0 0 0 172079 122 0 0 20 0 1 0 346972257 1286242304 307231 33554432000 4194304 8395647 140734916129456 140734916124696 6197309 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/19287/statm: 314024 307231 625 1026 0 312994 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 1256096

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 19304
/proc/meminfo: memFree=22869344/32873648 swapFree=6852/6852
[pid=19287] ppid=19285 vsize=1256096 CPUtime=1782 cores=0,2,4,6
/proc/19287/stat : 19287 (pbscip.linux.x8) R 19285 19287 19091 0 -1 4202496 252188 0 0 0 178074 126 0 0 20 0 1 0 346972257 1286242304 307231 33554432000 4194304 8395647 140734916129456 140734916124696 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/19287/statm: 314024 307231 625 1026 0 312994 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 1256096

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 19304
/proc/meminfo: memFree=22869716/32873648 swapFree=6852/6852
[pid=19287] ppid=19285 vsize=1256096 CPUtime=1785.2 cores=0,2,4,6
/proc/19287/stat : 19287 (pbscip.linux.x8) R 19285 19287 19091 0 -1 4202496 252188 0 0 0 178394 126 0 0 20 0 1 0 346972257 1286242304 307231 33554432000 4194304 8395647 140734916129456 140734916124696 6200096 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/19287/statm: 314024 307231 625 1026 0 312994 0
Current children cumulated CPU time (s) 1785.2
Current children cumulated vsize (KiB) 1256096

[startup+1788.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 19304
/proc/meminfo: memFree=22869716/32873648 swapFree=6852/6852
[pid=19287] ppid=19285 vsize=1256096 CPUtime=1788.41 cores=0,2,4,6
/proc/19287/stat : 19287 (pbscip.linux.x8) R 19285 19287 19091 0 -1 4202496 252188 0 0 0 178714 127 0 0 20 0 1 0 346972257 1286242304 307231 33554432000 4194304 8395647 140734916129456 140734916124696 6198182 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/19287/statm: 314024 307231 625 1026 0 312994 0
Current children cumulated CPU time (s) 1788.41
Current children cumulated vsize (KiB) 1256096

[startup+1789.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 19304
/proc/meminfo: memFree=22869716/32873648 swapFree=6852/6852
[pid=19287] ppid=19285 vsize=1256096 CPUtime=1789.2 cores=0,2,4,6
/proc/19287/stat : 19287 (pbscip.linux.x8) R 19285 19287 19091 0 -1 4202496 252188 0 0 0 178793 127 0 0 20 0 1 0 346972257 1286242304 307231 33554432000 4194304 8395647 140734916129456 140734916124696 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/19287/statm: 314024 307231 625 1026 0 312994 0
Current children cumulated CPU time (s) 1789.2
Current children cumulated vsize (KiB) 1256096

[startup+1790.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/174 19332
/proc/meminfo: memFree=24101132/32873648 swapFree=6852/6852
[pid=19287] ppid=19285 vsize=1256096 CPUtime=1790.01 cores=0,2,4,6
/proc/19287/stat : 19287 (pbscip.linux.x8) R 19285 19287 19091 0 -1 4202496 252198 0 0 0 178873 128 0 0 20 0 1 0 346972257 1286242304 307752 33554432000 4194304 8395647 140734916129456 140734916125288 6345219 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/19287/statm: 314024 307752 634 1026 0 312994 0
Current children cumulated CPU time (s) 1790.01
Current children cumulated vsize (KiB) 1256096

[startup+1790.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/174 19332
/proc/meminfo: memFree=24216276/32873648 swapFree=6852/6852
[pid=19287] ppid=19285 vsize=1071228 CPUtime=1790.41 cores=0,2,4,6
/proc/19287/stat : 19287 (pbscip.linux.x8) R 19285 19287 19091 0 -1 4202496 252198 0 0 0 178912 129 0 0 20 0 1 0 346972257 1096937472 264442 33554432000 4194304 8395647 140734916129456 140734916128648 7435351 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/19287/statm: 267807 264185 634 1026 0 266777 0
Current children cumulated CPU time (s) 1790.41
Current children cumulated vsize (KiB) 1071228

Child status: 0
Real time (s): 1790.76
CPU time (s): 1790.47
CPU user time (s): 1789.16
CPU system time (s): 1.3048
CPU usage (%): 99.9838
Max. virtual memory (cumulated for all children) (KiB): 1256096

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1789.16
system time used= 1.3048
maximum resident set size= 1231008
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 252204
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= 47
involuntary context switches= 2056

runsolver used 3.07553 second user time and 7.44587 second system time

The end

Launcher Data

Begin job on node112 at 2012-06-04 13:14:10
IDJOB=3744629
IDBENCH=92786
IDSOLVER=2326
FILE ID=node112/3744629-1338808450
RUNJOBID= node112-1338806657-19107
PBS_JOBID= 14636869
Free space on /tmp= 71196 MiB

SOLVER NAME= PB10: SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/IC/normalized-minisat50_6_9_0_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-3744629-1338808450/watcher-3744629-1338808450 -o /tmp/evaluation-result-3744629-1338808450/solver-3744629-1338808450 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3744629-1338808450.opb -t 1800 -m 15500

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

MD5SUM BENCH= 5dafdb536ba017bedf49ae7d6c6eb1e1
RANDOM SEED=1690616902

node112.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.763
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.52
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.763
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.763
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.763
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.763
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.92
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.763
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.92
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.763
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.763
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:       32873648 kB
MemFree:        25144616 kB
Buffers:          561132 kB
Cached:          6097948 kB
SwapCached:            0 kB
Active:          2064444 kB
Inactive:        4793540 kB
Active(anon):     187920 kB
Inactive(anon):    10920 kB
Active(file):    1876524 kB
Inactive(file):  4782620 kB
Unevictable:        6852 kB
Mlocked:            6852 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             44768 kB
Writeback:             0 kB
AnonPages:        204764 kB
Mapped:            15872 kB
Shmem:               200 kB
Slab:             733444 kB
SReclaimable:     176904 kB
SUnreclaim:       556540 kB
KernelStack:        1472 kB
PageTables:         3852 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     310964 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71148 MiB
End job on node112 at 2012-06-04 13:44:01