Trace number 3744107

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.99 1791.28

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/MH+IC/
normalized-minisat35_4_11_9_mh_ic.opb
MD5SUM35d83572ac6ace98816feaf09e0a147d
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark5734377
Best CPU time to get the best result obtained on this benchmark1800.07
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 132651000
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 41743355515
Number of bits of the sum of numbers in the objective function 36
Biggest number in a constraint 132651000
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 41743355515
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-3744107-1338801381.opb>
2.10/2.16	c original problem has 126385 variables (126385 bin, 0 int, 0 impl, 0 cont) and 286973 constraints
2.10/2.16	c problem read
2.10/2.16	c presolving settings loaded
2.79/2.87	c presolving:
3.79/3.84	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.69/5.78	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
56.88/56.96	c    (54.8s) probing: 1000/120855 (0.8%) - 0 fixings, 0 aggregations, 139598 implications, 0 bound changes
114.17/114.21	c    (112.1s) probing: 2000/120855 (1.7%) - 0 fixings, 0 aggregations, 988825 implications, 0 bound changes
114.28/114.32	c    (112.2s) probing: 2001/120855 (1.7%) - 0 fixings, 0 aggregations, 993316 implications, 0 bound changes
114.28/114.32	c    (112.2s) probing aborted: 2000/2000 successive useless probings
114.28/114.32	c presolving (3 rounds):
114.28/114.32	c  5530 deleted vars, 4169 deleted constraints, 140 tightened bounds, 0 added holes, 595 changed sides, 29155 changed coefficients
114.28/114.32	c  22427332 implications, 1 cliques
114.28/114.32	c presolved problem has 120855 variables (120855 bin, 0 int, 0 impl, 0 cont) and 282804 constraints
114.28/114.32	c   81620 constraints of type <knapsack>
114.28/114.32	c  119631 constraints of type <setppc>
114.28/114.32	c       3 constraints of type <linear>
114.28/114.32	c   81550 constraints of type <logicor>
114.28/114.32	c transformed objective value is always integral (scale: 1)
114.28/114.32	c Presolving Time: 111.67
114.28/114.32	c - non default parameters ----------------------------------------------------------------------
114.28/114.32	c # SCIP version 1.2.1.3
114.28/114.32	c 
114.28/114.32	c # frequency for displaying node information lines
114.28/114.32	c # [type: int, range: [-1,2147483647], default: 100]
114.28/114.32	c display/freq = 10000
114.28/114.32	c 
114.28/114.32	c # maximal time in seconds to run
114.28/114.32	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
114.28/114.32	c limits/time = 1787.85
114.28/114.32	c 
114.28/114.32	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
114.28/114.32	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
114.28/114.32	c limits/memory = 13950
114.28/114.32	c 
114.28/114.32	c # default clock type (1: CPU user seconds, 2: wall clock time)
114.28/114.32	c # [type: int, range: [1,2], default: 1]
114.28/114.32	c timing/clocktype = 2
114.28/114.32	c 
114.28/114.32	c # should presolving try to simplify inequalities
114.28/114.32	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
114.28/114.32	c constraints/linear/simplifyinequalities = TRUE
114.28/114.32	c 
114.28/114.32	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
114.28/114.32	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
114.28/114.32	c constraints/indicator/addCouplingCons = TRUE
114.28/114.32	c 
114.28/114.32	c # should presolving try to simplify knapsacks
114.28/114.32	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
114.28/114.32	c constraints/knapsack/simplifyinequalities = TRUE
114.28/114.32	c 
114.28/114.32	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
114.28/114.32	c # [type: int, range: [-1,2147483647], default: -1]
114.28/114.32	c separating/rapidlearning/freq = 0
114.28/114.32	c 
114.28/114.32	c -----------------------------------------------------------------------------------------------
114.28/114.32	c start solving
114.28/114.36	c 
136.57/136.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
136.57/136.65	c   134s|     1 |     0 |  3424 |     - |1307M|   0 | 610 | 120k| 282k| 120k| 282k|   0 |   0 |   0 | 6.473466e+05 |      --      |    Inf 
359.94/360.10	c   358s|     1 |     0 |  9185 |     - |1321M|   0 | 654 | 120k| 282k| 120k| 282k|  30 |   0 |   0 | 6.963840e+05 |      --      |    Inf 
536.31/536.45	c   534s|     1 |     0 |  9727 |     - |1334M|   0 | 531 | 120k| 282k| 120k| 282k|  56 |   0 |   0 | 7.145132e+05 |      --      |    Inf 
701.27/701.49	c   699s|     1 |     0 | 10523 |     - |1343M|   0 | 501 | 120k| 282k| 120k| 282k|  76 |   0 |   0 | 7.349216e+05 |      --      |    Inf 
808.16/808.31	c   806s|     1 |     0 | 11213 |     - |1350M|   0 | 649 | 120k| 282k| 120k| 282k|  87 |   0 |   0 | 7.452730e+05 |      --      |    Inf 
958.64/958.80	c   957s|     1 |     0 | 11901 |     - |1357M|   0 | 500 | 120k| 282k| 120k| 282k| 104 |   0 |   0 | 7.536159e+05 |      --      |    Inf 
1107.62/1107.81	c  1106s|     1 |     0 | 12595 |     - |1363M|   0 | 619 | 120k| 282k| 120k| 282k| 121 |   0 |   0 | 7.570512e+05 |      --      |    Inf 
1439.95/1440.26	c  1438s|     1 |     0 | 13961 |     - |1370M|   0 | 590 | 120k| 282k| 120k| 282k| 130 |   0 |   0 | 7.667881e+05 |      --      |    Inf 
1789.70/1790.03	c  1788s|     1 |     0 | 13961 |     - |1373M|   0 |   - | 120k| 282k| 120k| 282k| 150 |   0 |   0 | 7.667881e+05 |      --      |    Inf 
1789.80/1790.11	c  1788s|     1 |     2 | 13961 |     - |1373M|   0 |   - | 120k| 282k| 120k| 282k| 150 |   0 |   0 | 7.667881e+05 |      --      |    Inf 
1789.80/1790.11	c 
1789.80/1790.11	c SCIP Status        : solving was interrupted [time limit reached]
1789.80/1790.11	c Solving Time (sec) : 1787.95
1789.80/1790.11	c Solving Nodes      : 1
1789.80/1790.11	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1789.80/1790.11	c Dual Bound         : +7.66788131343464e+05
1789.80/1790.11	c Gap                : infinite
1789.80/1790.11	s UNKNOWN
1789.80/1790.11	c SCIP Status        : solving was interrupted [time limit reached]
1789.80/1790.11	c Solving Time       :    1787.95
1789.80/1790.11	c Original Problem   :
1789.80/1790.11	c   Problem name     : HOME/instance-3744107-1338801381.opb
1789.80/1790.11	c   Variables        : 126385 (126385 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.80/1790.11	c   Constraints      : 286973 initial, 286973 maximal
1789.80/1790.11	c Presolved Problem  :
1789.80/1790.11	c   Problem name     : t_HOME/instance-3744107-1338801381.opb
1789.80/1790.11	c   Variables        : 120855 (120855 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.80/1790.11	c   Constraints      : 282804 initial, 282804 maximal
1789.80/1790.11	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1789.80/1790.11	c   trivial          :       0.02          0          0          0          0          0          0          0          0
1789.80/1790.11	c   dualfix          :       0.02       3605          0          0          0          0          0          0          0
1789.80/1790.11	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1789.80/1790.11	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1789.80/1790.11	c   implics          :       0.01          0          0          0          0          0          0          0          0
1789.80/1790.11	c   probing          :      98.13          0          0          0          0          0          0          0          0
1789.80/1790.11	c   knapsack         :      10.08          0          0          0          0          0          0          0      26180
1789.80/1790.11	c   setppc           :       0.22          0          0          0          0          0          0          0          0
1789.80/1790.11	c   linear           :       2.57        140       1785          0        140          0       4169        595       2975
1789.80/1790.11	c   logicor          :       0.18          0          0          0          0          0          0          0          0
1789.80/1790.11	c   root node        :          -          0          -          -          0          -          -          -          -
1789.80/1790.11	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1789.80/1790.11	c   integral         :          0          0          0          0          0          0          0          0          0          0
1789.80/1790.11	c   knapsack         :      81620          8       6395          0          1          0          0        136          0          0
1789.80/1790.11	c   setppc           :     119631          8       6395          0          1          0          0          0          0          0
1789.80/1790.11	c   linear           :          3          8       6395          0          0          0          0          0          0          0
1789.80/1790.11	c   logicor          :      81550          8       4396          0          1          0          0          0          0          0
1789.80/1790.11	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1789.80/1790.11	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1789.80/1790.11	c   integral         :       0.00       0.00       0.00       0.00       0.00
1789.80/1790.11	c   knapsack         :      31.18       0.96      30.23       0.00       0.00
1789.80/1790.11	c   setppc           :      36.05       0.07      35.95       0.00       0.03
1789.80/1790.11	c   linear           :      19.77      19.29       0.47       0.00       0.00
1789.80/1790.11	c   logicor          :       1.04       0.05       0.97       0.00       0.02
1789.80/1790.11	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1789.80/1790.11	c Propagators        :       Time      Calls    Cutoffs    DomReds
1789.80/1790.11	c   vbounds          :       0.01          2          0          0
1789.80/1790.11	c   rootredcost      :       0.00          0          0          0
1789.80/1790.11	c   pseudoobj        :       0.02          9          0          0
1789.80/1790.11	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1789.80/1790.11	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1789.80/1790.11	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1789.80/1790.11	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1789.80/1790.11	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1789.80/1790.11	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1789.80/1790.11	c   applied globally :          -          -          -          0        0.0          -          -          -
1789.80/1790.11	c   applied locally  :          -          -          -          0        0.0          -          -          -
1789.80/1790.11	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1789.80/1790.11	c   cut pool         :       0.05          7          -          -        224          -    (maximal pool size: 2246)
1789.80/1790.11	c   redcost          :       0.04          8          0          0          0          0
1789.80/1790.11	c   impliedbounds    :       0.10          8          0          0        152          0
1789.80/1790.11	c   intobj           :       0.00          0          0          0          0          0
1789.80/1790.11	c   cgmip            :       0.00          0          0          0          0          0
1789.80/1790.11	c   gomory           :     783.71          8          0          0       3000          0
1789.80/1790.11	c   strongcg         :      70.35          8          0          0       4000          0
1789.80/1790.11	c   cmir             :     115.29          8          0          0          0          0
1789.80/1790.11	c   flowcover        :     508.32          8          0          0         50          0
1789.80/1790.11	c   clique           :      43.25          7          0          0         43          0
1789.80/1790.11	c   zerohalf         :       0.00          0          0          0          0          0
1789.80/1790.11	c   mcf              :       0.20          1          0          0          0          0
1789.80/1790.11	c   rapidlearning    :       0.00          0          0          0          0          0
1789.80/1790.11	c Pricers            :       Time      Calls       Vars
1789.80/1790.11	c   problem variables:       0.00          0          0
1789.80/1790.11	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1789.80/1790.11	c   relpscost        :       0.00          0          0          0          0          0          0
1789.80/1790.11	c   pscost           :       0.00          0          0          0          0          0          0
1789.80/1790.11	c   inference        :       0.02          1          0          0          0          0          2
1789.80/1790.11	c   mostinf          :       0.00          0          0          0          0          0          0
1789.80/1790.11	c   leastinf         :       0.00          0          0          0          0          0          0
1789.80/1790.11	c   fullstrong       :       0.00          0          0          0          0          0          0
1789.80/1790.11	c   allfullstrong    :       0.00          0          0          0          0          0          0
1789.80/1790.11	c   random           :       0.00          0          0          0          0          0          0
1789.80/1790.11	c Primal Heuristics  :       Time      Calls      Found
1789.80/1790.11	c   LP solutions     :       0.00          -          0
1789.80/1790.11	c   pseudo solutions :       0.00          -          0
1789.80/1790.11	c   oneopt           :       0.00          0          0
1789.80/1790.11	c   trivial          :       0.14          2          0
1789.80/1790.11	c   simplerounding   :       0.00          0          0
1789.80/1790.11	c   zirounding       :       0.00          0          0
1789.80/1790.11	c   rounding         :       0.09          8          0
1789.80/1790.11	c   shifting         :       0.25          8          0
1789.80/1790.11	c   intshifting      :       0.00          0          0
1789.80/1790.11	c   twoopt           :       0.00          0          0
1789.80/1790.11	c   fixandinfer      :       0.00          0          0
1789.80/1790.11	c   feaspump         :      66.97          1          0
1789.80/1790.11	c   coefdiving       :       0.00          0          0
1789.80/1790.11	c   pscostdiving     :       0.00          0          0
1789.80/1790.11	c   fracdiving       :       0.00          0          0
1789.80/1790.11	c   veclendiving     :       0.00          0          0
1789.80/1790.11	c   intdiving        :       0.00          0          0
1789.80/1790.11	c   actconsdiving    :       0.00          0          0
1789.80/1790.11	c   objpscostdiving  :       0.00          0          0
1789.80/1790.11	c   rootsoldiving    :       0.00          0          0
1789.80/1790.11	c   linesearchdiving :       0.00          0          0
1789.80/1790.11	c   guideddiving     :       0.00          0          0
1789.80/1790.11	c   octane           :       0.00          0          0
1789.80/1790.11	c   rens             :       0.00          0          0
1789.80/1790.11	c   rins             :       0.00          0          0
1789.80/1790.11	c   localbranching   :       0.00          0          0
1789.80/1790.11	c   mutation         :       0.00          0          0
1789.80/1790.11	c   crossover        :       0.00          0          0
1789.80/1790.11	c   dins             :       0.00          0          0
1789.80/1790.11	c   undercover       :       0.00          0          0
1789.80/1790.11	c   nlp              :       0.00          0          0
1789.80/1790.11	c   trysol           :       0.00          0          0
1789.80/1790.11	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1789.80/1790.11	c   primal LP        :       0.00          0          0       0.00          -
1789.80/1790.11	c   dual LP          :      65.44          8       8768    1096.00     133.99
1789.80/1790.11	c   lex dual LP      :       0.00          0          0       0.00          -
1789.80/1790.11	c   barrier LP       :       0.00          0          0       0.00          -
1789.80/1790.11	c   diving/probing LP:      66.52          7       5193     741.86      78.07
1789.80/1790.11	c   strong branching :       0.00          0          0       0.00          -
1789.80/1790.11	c     (at root node) :          -          0          0       0.00          -
1789.80/1790.11	c   conflict analysis:       0.00          0          0       0.00          -
1789.80/1790.11	c B&B Tree           :
1789.80/1790.11	c   number of runs   :          1
1789.80/1790.11	c   nodes            :          1
1789.80/1790.11	c   nodes (total)    :          1
1789.80/1790.11	c   nodes left       :          2
1789.80/1790.11	c   max depth        :          0
1789.80/1790.11	c   max depth (total):          0
1789.80/1790.11	c   backtracks       :          0 (0.0%)
1789.80/1790.11	c   delayed cutoffs  :          0
1789.80/1790.11	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1789.80/1790.11	c   avg switch length:       1.00
1789.80/1790.11	c   switching time   :       0.00
1789.80/1790.11	c Solution           :
1789.80/1790.11	c   Solutions found  :          0 (0 improvements)
1789.80/1790.11	c   Primal Bound     :          -
1789.80/1790.11	c   Dual Bound       : +7.66788131343464e+05
1789.80/1790.11	c   Gap              :   infinite
1789.80/1790.11	c   Root Dual Bound  : +7.66788131343464e+05
1789.80/1790.11	c   Root Iterations  :      13961
1790.90/1791.27	c Time complete: 1790.98.

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

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.01 2.00 2.00 3/176 3637
/proc/meminfo: memFree=26589136/32873648 swapFree=6860/6860
[pid=3637] ppid=3635 vsize=7916 CPUtime=0 cores=1,3,5,7
/proc/3637/stat : 3637 (pbscip.linux.x8) R 3635 3637 1632 0 -1 4202496 1252 0 0 0 0 0 0 0 20 0 1 0 346264868 8105984 1199 33554432000 4194304 8395647 140735091984000 140735091916136 7385025 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3637/statm: 1979 1199 370 1026 0 949 0

[startup+0.0194461 s]
/proc/loadavg: 2.01 2.00 2.00 3/176 3637
/proc/meminfo: memFree=26589136/32873648 swapFree=6860/6860
[pid=3637] ppid=3635 vsize=14964 CPUtime=0.01 cores=1,3,5,7
/proc/3637/stat : 3637 (pbscip.linux.x8) R 3635 3637 1632 0 -1 4202496 3031 0 0 0 1 0 0 0 20 0 1 0 346264868 15323136 2977 33554432000 4194304 8395647 140735091984000 140735091916136 5759045 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3637/statm: 3741 2977 387 1026 0 2711 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 14964

[startup+0.100247 s]
/proc/loadavg: 2.01 2.00 2.00 3/176 3637
/proc/meminfo: memFree=26589136/32873648 swapFree=6860/6860
[pid=3637] ppid=3635 vsize=44376 CPUtime=0.09 cores=1,3,5,7
/proc/3637/stat : 3637 (pbscip.linux.x8) R 3635 3637 1632 0 -1 4202496 10245 0 0 0 8 1 0 0 20 0 1 0 346264868 45441024 10186 33554432000 4194304 8395647 140735091984000 140735091916136 7385355 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3637/statm: 11094 10186 394 1026 0 10064 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 44376

[startup+0.30024 s]
/proc/loadavg: 2.01 2.00 2.00 3/176 3637
/proc/meminfo: memFree=26589136/32873648 swapFree=6860/6860
[pid=3637] ppid=3635 vsize=70676 CPUtime=0.29 cores=1,3,5,7
/proc/3637/stat : 3637 (pbscip.linux.x8) R 3635 3637 1632 0 -1 4202496 16746 0 0 0 27 2 0 0 20 0 1 0 346264868 72372224 16687 33554432000 4194304 8395647 140735091984000 140735091916136 7430272 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3637/statm: 17669 16687 394 1026 0 16639 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 70676

[startup+0.700236 s]
/proc/loadavg: 2.01 2.00 2.00 3/176 3637
/proc/meminfo: memFree=26589136/32873648 swapFree=6860/6860
[pid=3637] ppid=3635 vsize=104376 CPUtime=0.69 cores=1,3,5,7
/proc/3637/stat : 3637 (pbscip.linux.x8) R 3635 3637 1632 0 -1 4202496 25171 0 0 0 65 4 0 0 20 0 1 0 346264868 106881024 25112 33554432000 4194304 8395647 140735091984000 140735091916136 6347101 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3637/statm: 26094 25113 394 1026 0 25064 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 104376

[startup+1.50023 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 3638
/proc/meminfo: memFree=26476560/32873648 swapFree=6860/6860
[pid=3637] ppid=3635 vsize=145104 CPUtime=1.48 cores=1,3,5,7
/proc/3637/stat : 3637 (pbscip.linux.x8) R 3635 3637 1632 0 -1 4202496 35301 0 0 0 143 5 0 0 20 0 1 0 346264868 148586496 35242 33554432000 4194304 8395647 140735091984000 140735091849208 4685157 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3637/statm: 36276 35242 394 1026 0 35246 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 145104

[startup+3.10026 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 3638
/proc/meminfo: memFree=26392712/32873648 swapFree=6860/6860
[pid=3637] ppid=3635 vsize=551352 CPUtime=3.09 cores=1,3,5,7
/proc/3637/stat : 3637 (pbscip.linux.x8) R 3635 3637 1632 0 -1 4202496 135137 0 0 0 291 18 0 0 20 0 1 0 346264868 564584448 134724 33554432000 4194304 8395647 140735091984000 140735091980040 5054072 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/3637/statm: 137838 134724 475 1026 0 136808 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 551352

[startup+6.30025 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3638
/proc/meminfo: memFree=25912592/32873648 swapFree=6860/6860
[pid=3637] ppid=3635 vsize=706592 CPUtime=6.29 cores=1,3,5,7
/proc/3637/stat : 3637 (pbscip.linux.x8) R 3635 3637 1632 0 -1 4202496 172972 0 0 0 605 24 0 0 20 0 1 0 346264868 723550208 172476 33554432000 4194304 8395647 140735091984000 140735091979800 4483005 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/3637/statm: 176648 172476 493 1026 0 175618 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 706592

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3638
/proc/meminfo: memFree=25469576/32873648 swapFree=6860/6860
[pid=3637] ppid=3635 vsize=1147632 CPUtime=12.69 cores=1,3,5,7
/proc/3637/stat : 3637 (pbscip.linux.x8) R 3635 3637 1632 0 -1 4202496 283060 0 0 0 1232 37 0 0 20 0 1 0 346264868 1175175168 282532 33554432000 4194304 8395647 140735091984000 140735091979464 4918185 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/3637/statm: 286908 282532 495 1026 0 285878 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1147632

[startup+25.5003 s]
/proc/loadavg: 2.08 2.02 2.00 3/177 3638
/proc/meminfo: memFree=25304088/32873648 swapFree=6860/6860
[pid=3637] ppid=3635 vsize=1300976 CPUtime=25.49 cores=1,3,5,7
/proc/3637/stat : 3637 (pbscip.linux.x8) R 3635 3637 1632 0 -1 4202496 319088 0 0 0 2507 42 0 0 20 0 1 0 346264868 1332199424 321085 33554432000 4194304 8395647 140735091984000 140735091980184 5604533 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/3637/statm: 325244 321085 507 1026 0 324214 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1300976

[startup+51.1003 s]
/proc/loadavg: 2.05 2.02 2.00 3/177 3638
/proc/meminfo: memFree=25278620/32873648 swapFree=6860/6860
[pid=3637] ppid=3635 vsize=1328604 CPUtime=51.09 cores=1,3,5,7
/proc/3637/stat : 3637 (pbscip.linux.x8) R 3635 3637 1632 0 -1 4202496 326009 0 0 0 5066 43 0 0 20 0 1 0 346264868 1360490496 328006 33554432000 4194304 8395647 140735091984000 140735091979864 5210321 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/3637/statm: 332151 328006 507 1026 0 331121 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 1328604

[startup+102.307 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 3639
/proc/meminfo: memFree=24956636/32873648 swapFree=6860/6860
[pid=3637] ppid=3635 vsize=1648708 CPUtime=102.28 cores=1,3,5,7
/proc/3637/stat : 3637 (pbscip.linux.x8) R 3635 3637 1632 0 -1 4202496 406020 0 0 0 10175 53 0 0 20 0 1 0 346264868 1688276992 408017 33554432000 4194304 8395647 140735091984000 140735091979864 4911233 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/3637/statm: 412177 408017 513 1026 0 411147 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1648708

[startup+162.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/177 3639
/proc/meminfo: memFree=24500476/32873648 swapFree=6860/6860
[pid=3637] ppid=3635 vsize=2122048 CPUtime=162.27 cores=1,3,5,7
/proc/3637/stat : 3637 (pbscip.linux.x8) R 3635 3637 1632 0 -1 4202496 478461 0 0 0 16157 70 0 0 20 0 1 0 346264868 2172977152 517160 33554432000 4194304 8395647 140735091984000 140735091978520 6708234 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/3637/statm: 530512 517160 589 1026 0 529482 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 2122048

[startup+222.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/178 3642
/proc/meminfo: memFree=24532352/32873648 swapFree=6860/6860
[pid=3637] ppid=3635 vsize=2096000 CPUtime=222.25 cores=1,3,5,7
/proc/3637/stat : 3637 (pbscip.linux.x8) R 3635 3637 1632 0 -1 4202496 482653 0 0 0 22151 74 0 0 20 0 1 0 346264868 2146304000 508960 33554432000 4194304 8395647 140735091984000 140735091979192 7382162 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/3637/statm: 524000 508960 603 1026 0 522970 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 2096000

[startup+282.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 3642
/proc/meminfo: memFree=24532408/32873648 swapFree=6860/6860
[pid=3637] ppid=3635 vsize=2096000 CPUtime=282.25 cores=1,3,5,7
/proc/3637/stat : 3637 (pbscip.linux.x8) R 3635 3637 1632 0 -1 4202496 482821 0 0 0 28149 76 0 0 20 0 1 0 346264868 2146304000 509093 33554432000 4194304 8395647 140735091984000 140735091979288 7382137 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/3637/statm: 524000 509093 611 1026 0 522970 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 2096000

[startup+342.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 3642
/proc/meminfo: memFree=24530516/32873648 swapFree=6860/6860
[pid=3637] ppid=3635 vsize=2096000 CPUtime=342.24 cores=1,3,5,7
/proc/3637/stat : 3637 (pbscip.linux.x8) R 3635 3637 1632 0 -1 4202496 482824 0 0 0 34148 76 0 0 20 0 1 0 346264868 2146304000 509607 33554432000 4194304 8395647 140735091984000 140735091979288 18446744073699066235 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/3637/statm: 524000 509607 612 1026 0 522970 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 2096000

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 3681
/proc/meminfo: memFree=28929028/32873648 swapFree=6860/6860
[pid=3637] ppid=3635 vsize=2248368 CPUtime=402.23 cores=1,3,5,7
/proc/3637/stat : 3637 (pbscip.linux.x8) R 3635 3637 1632 0 -1 4202496 489608 0 0 0 40135 88 0 0 20 0 1 0 346264868 2302328832 549637 33554432000 4194304 8395647 140735091984000 140735091979240 7385927 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/3637/statm: 562092 549637 624 1026 0 561062 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 2248368

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3681
/proc/meminfo: memFree=28822652/32873648 swapFree=6860/6860
[pid=3637] ppid=3635 vsize=2248368 CPUtime=462.22 cores=1,3,5,7
/proc/3637/stat : 3637 (pbscip.linux.x8) R 3635 3637 1632 0 -1 4202496 489967 0 0 0 46124 98 0 0 20 0 1 0 346264868 2302328832 550042 33554432000 4194304 8395647 140735091984000 140735091979288 6197330 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/3637/statm: 562092 550042 624 1026 0 561062 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 2248368

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3681
/proc/meminfo: memFree=28755196/32873648 swapFree=6860/6860
[pid=3637] ppid=3635 vsize=2248368 CPUtime=522.21 cores=1,3,5,7
/proc/3637/stat : 3637 (pbscip.linux.x8) R 3635 3637 1632 0 -1 4202496 489969 0 0 0 52123 98 0 0 20 0 1 0 346264868 2302328832 550145 33554432000 4194304 8395647 140735091984000 140735091979288 7382137 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/3637/statm: 562092 550145 624 1026 0 561062 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 2248368

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3681
/proc/meminfo: memFree=28724460/32873648 swapFree=6860/6860
[pid=3637] ppid=3635 vsize=2259788 CPUtime=582.19 cores=1,3,5,7
/proc/3637/stat : 3637 (pbscip.linux.x8) R 3635 3637 1632 0 -1 4202496 492357 0 0 0 58113 106 0 0 20 0 1 0 346264868 2314022912 555039 33554432000 4194304 8395647 140735091984000 140735091979192 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/3637/statm: 564947 555039 624 1026 0 563917 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 2259788

[startup+642.3 s]

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

/proc/meminfo: memFree=28659988/32873648 swapFree=6860/6860
[pid=3637] ppid=3635 vsize=2296692 CPUtime=1062.13 cores=1,3,5,7
/proc/3637/stat : 3637 (pbscip.linux.x8) R 3635 3637 1632 0 -1 4202496 494963 0 0 0 106076 137 0 0 20 0 1 0 346264868 2351812608 564100 33554432000 4194304 8395647 140735091984000 140735091979288 5852534 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/3637/statm: 574173 564100 624 1026 0 573143 0
Current children cumulated CPU time (s) 1062.13
Current children cumulated vsize (KiB) 2296692

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3687
/proc/meminfo: memFree=28646304/32873648 swapFree=6860/6860
[pid=3637] ppid=3635 vsize=2307748 CPUtime=1122.11 cores=1,3,5,7
/proc/3637/stat : 3637 (pbscip.linux.x8) R 3635 3637 1632 0 -1 4202496 495827 0 0 0 112073 138 0 0 20 0 1 0 346264868 2363133952 567519 33554432000 4194304 8395647 140735091984000 140735091979240 6440490 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/3637/statm: 576937 567519 624 1026 0 575907 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 2307748

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3687
/proc/meminfo: memFree=28646340/32873648 swapFree=6860/6860
[pid=3637] ppid=3635 vsize=2307748 CPUtime=1182.11 cores=1,3,5,7
/proc/3637/stat : 3637 (pbscip.linux.x8) R 3635 3637 1632 0 -1 4202496 495827 0 0 0 118063 148 0 0 20 0 1 0 346264868 2363133952 567519 33554432000 4194304 8395647 140735091984000 140735091979192 7382157 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/3637/statm: 576937 567519 624 1026 0 575907 0
Current children cumulated CPU time (s) 1182.11
Current children cumulated vsize (KiB) 2307748

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3687
/proc/meminfo: memFree=28646128/32873648 swapFree=6860/6860
[pid=3637] ppid=3635 vsize=2307748 CPUtime=1242.1 cores=1,3,5,7
/proc/3637/stat : 3637 (pbscip.linux.x8) R 3635 3637 1632 0 -1 4202496 495827 0 0 0 124052 158 0 0 20 0 1 0 346264868 2363133952 567519 33554432000 4194304 8395647 140735091984000 140735091979240 6440503 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/3637/statm: 576937 567519 624 1026 0 575907 0
Current children cumulated CPU time (s) 1242.1
Current children cumulated vsize (KiB) 2307748

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3688
/proc/meminfo: memFree=28645172/32873648 swapFree=6860/6860
[pid=3637] ppid=3635 vsize=2307748 CPUtime=1302.09 cores=1,3,5,7
/proc/3637/stat : 3637 (pbscip.linux.x8) R 3635 3637 1632 0 -1 4202496 495840 0 0 0 130041 168 0 0 20 0 1 0 346264868 2363133952 567713 33554432000 4194304 8395647 140735091984000 140735091979240 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/3637/statm: 576937 567713 624 1026 0 575907 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 2307748

[startup+1362.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 3688
/proc/meminfo: memFree=28628128/32873648 swapFree=6860/6860
[pid=3637] ppid=3635 vsize=2307748 CPUtime=1362.07 cores=1,3,5,7
/proc/3637/stat : 3637 (pbscip.linux.x8) R 3635 3637 1632 0 -1 4202496 495886 0 0 0 136033 174 0 0 20 0 1 0 346264868 2363133952 568147 33554432000 4194304 8395647 140735091984000 140735091979288 7382157 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/3637/statm: 576937 568147 624 1026 0 575907 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 2307748

[startup+1422.31 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 3691
/proc/meminfo: memFree=28612432/32873648 swapFree=6860/6860
[pid=3637] ppid=3635 vsize=2307748 CPUtime=1422.06 cores=1,3,5,7
/proc/3637/stat : 3637 (pbscip.linux.x8) R 3635 3637 1632 0 -1 4202496 495886 0 0 0 142032 174 0 0 20 0 1 0 346264868 2363133952 568557 33554432000 4194304 8395647 140735091984000 140735091979288 5852534 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/3637/statm: 576937 568557 624 1026 0 575907 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 2307748

[startup+1482.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 3691
/proc/meminfo: memFree=28592396/32873648 swapFree=6860/6860
[pid=3637] ppid=3635 vsize=2327180 CPUtime=1482.05 cores=1,3,5,7
/proc/3637/stat : 3637 (pbscip.linux.x8) R 3635 3637 1632 0 -1 4202496 496718 0 0 0 148025 180 0 0 20 0 1 0 346264868 2383032320 572127 33554432000 4194304 8395647 140735091984000 140735091979240 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/3637/statm: 581795 572127 624 1026 0 580765 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 2327180

[startup+1542.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 3691
/proc/meminfo: memFree=28586316/32873648 swapFree=6860/6860
[pid=3637] ppid=3635 vsize=2327180 CPUtime=1542.05 cores=1,3,5,7
/proc/3637/stat : 3637 (pbscip.linux.x8) R 3635 3637 1632 0 -1 4202496 496720 0 0 0 154017 188 0 0 20 0 1 0 346264868 2383032320 572127 33554432000 4194304 8395647 140735091984000 140735091979192 7386023 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/3637/statm: 581795 572127 624 1026 0 580765 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 2327180

[startup+1602.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/177 3692
/proc/meminfo: memFree=28577636/32873648 swapFree=6860/6860
[pid=3637] ppid=3635 vsize=2327180 CPUtime=1602.03 cores=1,3,5,7
/proc/3637/stat : 3637 (pbscip.linux.x8) R 3635 3637 1632 0 -1 4202496 496720 0 0 0 160007 196 0 0 20 0 1 0 346264868 2383032320 572631 33554432000 4194304 8395647 140735091984000 140735091979240 7382116 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/3637/statm: 581795 572631 624 1026 0 580765 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 2327180

[startup+1662.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 3692
/proc/meminfo: memFree=28569936/32873648 swapFree=6860/6860
[pid=3637] ppid=3635 vsize=2327180 CPUtime=1662.02 cores=1,3,5,7
/proc/3637/stat : 3637 (pbscip.linux.x8) R 3635 3637 1632 0 -1 4202496 496720 0 0 0 166001 201 0 0 20 0 1 0 346264868 2383032320 572651 33554432000 4194304 8395647 140735091984000 140735091979192 6440490 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/3637/statm: 581795 572651 624 1026 0 580765 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 2327180

[startup+1722.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/176 3692
/proc/meminfo: memFree=28562992/32873648 swapFree=6860/6860
[pid=3637] ppid=3635 vsize=2327180 CPUtime=1722.02 cores=1,3,5,7
/proc/3637/stat : 3637 (pbscip.linux.x8) R 3635 3637 1632 0 -1 4202496 496720 0 0 0 171994 208 0 0 20 0 1 0 346264868 2383032320 572735 33554432000 4194304 8395647 140735091984000 140735091979240 6125361 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/3637/statm: 581795 572735 624 1026 0 580765 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 2327180

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 3693
/proc/meminfo: memFree=28556164/32873648 swapFree=6860/6860
[pid=3637] ppid=3635 vsize=2327180 CPUtime=1782 cores=1,3,5,7
/proc/3637/stat : 3637 (pbscip.linux.x8) R 3635 3637 1632 0 -1 4202496 496720 0 0 0 177992 208 0 0 20 0 1 0 346264868 2383032320 572735 33554432000 4194304 8395647 140735091984000 140735091979288 5852511 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/3637/statm: 581795 572735 624 1026 0 580765 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 2327180

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 3693
/proc/meminfo: memFree=28556412/32873648 swapFree=6860/6860
[pid=3637] ppid=3635 vsize=2327180 CPUtime=1785.2 cores=1,3,5,7
/proc/3637/stat : 3637 (pbscip.linux.x8) R 3635 3637 1632 0 -1 4202496 496720 0 0 0 178312 208 0 0 20 0 1 0 346264868 2383032320 572735 33554432000 4194304 8395647 140735091984000 140735091979288 5852502 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/3637/statm: 581795 572735 624 1026 0 580765 0
Current children cumulated CPU time (s) 1785.2
Current children cumulated vsize (KiB) 2327180

[startup+1788.7 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 3693
/proc/meminfo: memFree=28556040/32873648 swapFree=6860/6860
[pid=3637] ppid=3635 vsize=2327180 CPUtime=1788.4 cores=1,3,5,7
/proc/3637/stat : 3637 (pbscip.linux.x8) R 3635 3637 1632 0 -1 4202496 496720 0 0 0 178632 208 0 0 20 0 1 0 346264868 2383032320 572735 33554432000 4194304 8395647 140735091984000 140735091979288 5852534 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/3637/statm: 581795 572735 624 1026 0 580765 0
Current children cumulated CPU time (s) 1788.4
Current children cumulated vsize (KiB) 2327180

[startup+1790.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 3693
/proc/meminfo: memFree=28555916/32873648 swapFree=6860/6860
[pid=3637] ppid=3635 vsize=2240160 CPUtime=1790 cores=1,3,5,7
/proc/3637/stat : 3637 (pbscip.linux.x8) R 3635 3637 1632 0 -1 4202496 497204 0 0 0 178792 208 0 0 20 0 1 0 346264868 2293923840 551473 33554432000 4194304 8395647 140735091984000 140735091979288 6345229 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3637/statm: 560040 551473 631 1026 0 559010 0
Current children cumulated CPU time (s) 1790
Current children cumulated vsize (KiB) 2240160

[startup+1790.7 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 3693
/proc/meminfo: memFree=28638940/32873648 swapFree=6860/6860
[pid=3637] ppid=3635 vsize=2240160 CPUtime=1790.41 cores=1,3,5,7
/proc/3637/stat : 3637 (pbscip.linux.x8) R 3635 3637 1632 0 -1 4202496 497206 0 0 0 178833 208 0 0 20 0 1 0 346264868 2293923840 551475 33554432000 4194304 8395647 140735091984000 140735091979288 6063821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3637/statm: 560040 551475 633 1026 0 559010 0
Current children cumulated CPU time (s) 1790.41
Current children cumulated vsize (KiB) 2240160

[startup+1791.1 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 3693
/proc/meminfo: memFree=28638940/32873648 swapFree=6860/6860
[pid=3637] ppid=3635 vsize=2237532 CPUtime=1790.8 cores=1,3,5,7
/proc/3637/stat : 3637 (pbscip.linux.x8) R 3635 3637 1632 0 -1 4202496 497206 0 0 0 178872 208 0 0 20 0 1 0 346264868 2291232768 550914 33554432000 4194304 8395647 140735091984000 140735091983384 6066664 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3637/statm: 559383 550914 633 1026 0 558353 0
Current children cumulated CPU time (s) 1790.8
Current children cumulated vsize (KiB) 2237532

[startup+1791.2 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 3693
/proc/meminfo: memFree=28638940/32873648 swapFree=6860/6860
[pid=3637] ppid=3635 vsize=2031512 CPUtime=1790.9 cores=1,3,5,7
/proc/3637/stat : 3637 (pbscip.linux.x8) R 3635 3637 1632 0 -1 4202496 497206 0 0 0 178881 209 0 0 20 0 1 0 346264868 2080268288 503404 33554432000 4194304 8395647 140735091984000 140735091983384 6345905 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3637/statm: 507878 503404 633 1026 0 506848 0
Current children cumulated CPU time (s) 1790.9
Current children cumulated vsize (KiB) 2031512

Child status: 0
Real time (s): 1791.28
CPU time (s): 1790.99
CPU user time (s): 1788.88
CPU system time (s): 2.11368
CPU usage (%): 99.984
Max. virtual memory (cumulated for all children) (KiB): 2327180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1788.88
system time used= 2.11368
maximum resident set size= 2292868
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 497212
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= 35
involuntary context switches= 1838

runsolver used 2.88856 second user time and 7.74882 second system time

The end

Launcher Data

Begin job on node115 at 2012-06-04 11:16:21
IDJOB=3744107
IDBENCH=92689
IDSOLVER=2326
FILE ID=node115/3744107-1338801381
RUNJOBID= node115-1338772354-1650
PBS_JOBID= 14636818
Free space on /tmp= 70772 MiB

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

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

MD5SUM BENCH= 35d83572ac6ace98816feaf09e0a147d
RANDOM SEED=949266644

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.462
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.462
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:        26590036 kB
Buffers:          104252 kB
Cached:           139676 kB
SwapCached:         1016 kB
Active:          5303836 kB
Inactive:         192968 kB
Active(anon):    5211724 kB
Inactive(anon):    43768 kB
Active(file):      92112 kB
Inactive(file):   149200 kB
Unevictable:        6860 kB
Mlocked:            6860 kB
SwapTotal:      67108856 kB
SwapFree:       67106440 kB
Dirty:             22540 kB
Writeback:             0 kB
AnonPages:       5238248 kB
Mapped:            10476 kB
Shmem:                96 kB
Slab:             639308 kB
SReclaimable:      83448 kB
SUnreclaim:       555860 kB
KernelStack:        1480 kB
PageTables:        14564 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    5510480 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    483328 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= 70796 MiB
End job on node115 at 2012-06-04 11:46:12