Trace number 3744083

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.33

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/MH+IC/
normalized-minisat35_4_11_0_mh_ic.opb
MD5SUM1092a4b028b708b804d164027aeb4b44
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark2869405
Best CPU time to get the best result obtained on this benchmark1800.5
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 127263527
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 24281357407
Number of bits of the sum of numbers in the objective function 35
Biggest number in a constraint 127263527
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 24281357407
Number of bits of the biggest sum of numbers35
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 1.2.1.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3744083-1338801006.opb>
2.09/2.17	c original problem has 126385 variables (126385 bin, 0 int, 0 impl, 0 cont) and 286973 constraints
2.09/2.17	c problem read
2.09/2.17	c presolving settings loaded
2.89/2.92	c presolving:
3.89/3.94	c (round 1) 5530 del vars, 3574 del conss, 140 chg bounds, 595 chg sides, 2975 chg coeffs, 0 upgd conss, 399910 impls, 1 clqs
5.99/6.02	c (round 2) 5530 del vars, 4169 del conss, 140 chg bounds, 595 chg sides, 2975 chg coeffs, 282801 upgd conss, 399910 impls, 1 clqs
59.37/59.47	c    (57.3s) probing: 1000/120855 (0.8%) - 0 fixings, 0 aggregations, 139598 implications, 0 bound changes
117.83/117.95	c    (115.8s) probing: 2000/120855 (1.7%) - 0 fixings, 0 aggregations, 988825 implications, 0 bound changes
117.93/118.06	c    (115.9s) probing: 2001/120855 (1.7%) - 0 fixings, 0 aggregations, 993316 implications, 0 bound changes
117.93/118.06	c    (115.9s) probing aborted: 2000/2000 successive useless probings
117.93/118.06	c presolving (3 rounds):
117.93/118.06	c  5530 deleted vars, 4169 deleted constraints, 140 tightened bounds, 0 added holes, 595 changed sides, 29155 changed coefficients
117.93/118.06	c  22427332 implications, 1 cliques
117.93/118.06	c presolved problem has 120855 variables (120855 bin, 0 int, 0 impl, 0 cont) and 282804 constraints
117.93/118.06	c   81620 constraints of type <knapsack>
117.93/118.06	c  119631 constraints of type <setppc>
117.93/118.06	c       3 constraints of type <linear>
117.93/118.06	c   81550 constraints of type <logicor>
117.93/118.06	c transformed objective value is always integral (scale: 1)
117.93/118.06	c Presolving Time: 115.38
117.93/118.06	c - non default parameters ----------------------------------------------------------------------
117.93/118.06	c # SCIP version 1.2.1.3
117.93/118.06	c 
117.93/118.06	c # frequency for displaying node information lines
117.93/118.06	c # [type: int, range: [-1,2147483647], default: 100]
117.93/118.06	c display/freq = 10000
117.93/118.06	c 
117.93/118.06	c # maximal time in seconds to run
117.93/118.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
117.93/118.06	c limits/time = 1787.84
117.93/118.06	c 
117.93/118.06	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
117.93/118.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
117.93/118.06	c limits/memory = 13950
117.93/118.06	c 
117.93/118.06	c # default clock type (1: CPU user seconds, 2: wall clock time)
117.93/118.06	c # [type: int, range: [1,2], default: 1]
117.93/118.06	c timing/clocktype = 2
117.93/118.06	c 
117.93/118.06	c # should presolving try to simplify inequalities
117.93/118.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
117.93/118.06	c constraints/linear/simplifyinequalities = TRUE
117.93/118.06	c 
117.93/118.06	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
117.93/118.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
117.93/118.06	c constraints/indicator/addCouplingCons = TRUE
117.93/118.06	c 
117.93/118.06	c # should presolving try to simplify knapsacks
117.93/118.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
117.93/118.06	c constraints/knapsack/simplifyinequalities = TRUE
117.93/118.06	c 
117.93/118.06	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
117.93/118.06	c # [type: int, range: [-1,2147483647], default: -1]
117.93/118.06	c separating/rapidlearning/freq = 0
117.93/118.06	c 
117.93/118.06	c -----------------------------------------------------------------------------------------------
117.93/118.06	c start solving
118.03/118.10	c 
143.73/143.80	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
143.73/143.80	c   142s|     1 |     0 |  3498 |     - |1307M|   0 | 462 | 120k| 282k| 120k| 282k|   0 |   0 |   0 | 5.079173e+05 |      --      |    Inf 
400.69/400.86	c   399s|     1 |     0 |  9525 |     - |1315M|   0 | 453 | 120k| 282k| 120k| 282k|  17 |   0 |   0 | 5.232815e+05 |      --      |    Inf 
510.27/510.47	c   508s|     1 |     0 | 10159 |     - |1321M|   0 | 458 | 120k| 282k| 120k| 282k|  55 |   0 |   0 | 5.407415e+05 |      --      |    Inf 
836.31/836.50	c   834s|     1 |     0 | 10887 |     - |1328M|   0 | 533 | 120k| 282k| 120k| 282k|  78 |   0 |   0 | 5.495911e+05 |      --      |    Inf 
1005.98/1006.24	c  1004s|     1 |     0 | 11497 |     - |1338M|   0 | 566 | 120k| 282k| 120k| 282k| 100 |   0 |   0 | 5.559021e+05 |      --      |    Inf 
1325.63/1325.94	c  1324s|     1 |     0 | 11864 |     - |1346M|   0 | 581 | 120k| 282k| 120k| 282k| 116 |   0 |   0 | 5.586485e+05 |      --      |    Inf 
1664.97/1665.35	c  1663s|     1 |     0 | 12370 |     - |1352M|   0 | 576 | 120k| 282k| 120k| 282k| 129 |   0 |   0 | 5.614098e+05 |      --      |    Inf 
1789.66/1790.02	c  1788s|     1 |     0 | 12370 |     - |1352M|   0 |   - | 120k| 282k| 120k| 282k| 138 |   0 |   0 | 5.614098e+05 |      --      |    Inf 
1789.75/1790.11	c  1788s|     1 |     2 | 12370 |     - |1352M|   0 |   - | 120k| 282k| 120k| 282k| 138 |   0 |   0 | 5.614098e+05 |      --      |    Inf 
1789.75/1790.11	c 
1789.75/1790.11	c SCIP Status        : solving was interrupted [time limit reached]
1789.75/1790.11	c Solving Time (sec) : 1787.94
1789.75/1790.11	c Solving Nodes      : 1
1789.75/1790.11	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1789.75/1790.11	c Dual Bound         : +5.61409802151258e+05
1789.75/1790.11	c Gap                : infinite
1789.75/1790.11	s UNKNOWN
1789.75/1790.11	c SCIP Status        : solving was interrupted [time limit reached]
1789.75/1790.11	c Solving Time       :    1787.94
1789.75/1790.11	c Original Problem   :
1789.75/1790.11	c   Problem name     : HOME/instance-3744083-1338801006.opb
1789.75/1790.11	c   Variables        : 126385 (126385 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.75/1790.11	c   Constraints      : 286973 initial, 286973 maximal
1789.75/1790.11	c Presolved Problem  :
1789.75/1790.11	c   Problem name     : t_HOME/instance-3744083-1338801006.opb
1789.75/1790.11	c   Variables        : 120855 (120855 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.75/1790.11	c   Constraints      : 282804 initial, 282804 maximal
1789.75/1790.11	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1789.75/1790.11	c   trivial          :       0.02          0          0          0          0          0          0          0          0
1789.75/1790.11	c   dualfix          :       0.02       3605          0          0          0          0          0          0          0
1789.75/1790.11	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1789.75/1790.11	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1789.75/1790.11	c   implics          :       0.01          0          0          0          0          0          0          0          0
1789.75/1790.11	c   probing          :     101.36          0          0          0          0          0          0          0          0
1789.75/1790.11	c   knapsack         :      10.33          0          0          0          0          0          0          0      26180
1789.75/1790.11	c   setppc           :       0.24          0          0          0          0          0          0          0          0
1789.75/1790.11	c   linear           :       2.75        140       1785          0        140          0       4169        595       2975
1789.75/1790.11	c   logicor          :       0.19          0          0          0          0          0          0          0          0
1789.75/1790.11	c   root node        :          -          0          -          -          0          -          -          -          -
1789.75/1790.11	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1789.75/1790.11	c   integral         :          0          0          0          0          0          0          0          0          0          0
1789.75/1790.11	c   knapsack         :      81620          7       6395          0          1          0          0         92          0          0
1789.75/1790.11	c   setppc           :     119631          7       6395          0          1          0          0          0          0          0
1789.75/1790.11	c   linear           :          3          7       6395          0          0          0          0          0          0          0
1789.75/1790.11	c   logicor          :      81550          7       4396          0          1          0          0          0          0          0
1789.75/1790.11	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1789.75/1790.11	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1789.75/1790.11	c   integral         :       0.00       0.00       0.00       0.00       0.00
1789.75/1790.11	c   knapsack         :      32.32       0.84      31.48       0.00       0.00
1789.75/1790.11	c   setppc           :      37.38       0.06      37.29       0.00       0.03
1789.75/1790.11	c   linear           :      15.40      14.91       0.48       0.00       0.00
1789.75/1790.11	c   logicor          :       1.03       0.05       0.96       0.00       0.03
1789.75/1790.11	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1789.75/1790.11	c Propagators        :       Time      Calls    Cutoffs    DomReds
1789.75/1790.11	c   vbounds          :       0.01          2          0          0
1789.75/1790.11	c   rootredcost      :       0.00          0          0          0
1789.75/1790.11	c   pseudoobj        :       0.02          8          0          0
1789.75/1790.11	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1789.75/1790.11	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1789.75/1790.11	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1789.75/1790.11	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1789.75/1790.11	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1789.75/1790.11	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1789.75/1790.11	c   applied globally :          -          -          -          0        0.0          -          -          -
1789.75/1790.11	c   applied locally  :          -          -          -          0        0.0          -          -          -
1789.75/1790.11	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1789.75/1790.11	c   cut pool         :       0.03          6          -          -        507          -    (maximal pool size: 2072)
1789.75/1790.11	c   redcost          :       0.04          7          0          0          0          0
1789.75/1790.11	c   impliedbounds    :       0.09          7          0          0        147          0
1789.75/1790.11	c   intobj           :       0.00          0          0          0          0          0
1789.75/1790.11	c   cgmip            :       0.00          0          0          0          0          0
1789.75/1790.11	c   gomory           :     939.48          7          0          0       1683          0
1789.75/1790.11	c   strongcg         :      16.36          6          0          0       3000          0
1789.75/1790.11	c   cmir             :      93.38          6          0          0          0          0
1789.75/1790.11	c   flowcover        :     411.77          6          0          0         37          0
1789.75/1790.11	c   clique           :      31.19          6          0          0         42          0
1789.75/1790.11	c   zerohalf         :       0.00          0          0          0          0          0
1789.75/1790.11	c   mcf              :       0.22          1          0          0          0          0
1789.75/1790.11	c   rapidlearning    :       0.00          0          0          0          0          0
1789.75/1790.11	c Pricers            :       Time      Calls       Vars
1789.75/1790.11	c   problem variables:       0.00          0          0
1789.75/1790.11	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1789.75/1790.11	c   relpscost        :       0.00          0          0          0          0          0          0
1789.75/1790.11	c   pscost           :       0.00          0          0          0          0          0          0
1789.75/1790.11	c   inference        :       0.03          1          0          0          0          0          2
1789.75/1790.11	c   mostinf          :       0.00          0          0          0          0          0          0
1789.75/1790.11	c   leastinf         :       0.00          0          0          0          0          0          0
1789.75/1790.11	c   fullstrong       :       0.00          0          0          0          0          0          0
1789.75/1790.11	c   allfullstrong    :       0.00          0          0          0          0          0          0
1789.75/1790.11	c   random           :       0.00          0          0          0          0          0          0
1789.75/1790.11	c Primal Heuristics  :       Time      Calls      Found
1789.75/1790.11	c   LP solutions     :       0.00          -          0
1789.75/1790.11	c   pseudo solutions :       0.00          -          0
1789.75/1790.11	c   oneopt           :       0.00          0          0
1789.75/1790.11	c   trivial          :       0.14          2          0
1789.75/1790.11	c   simplerounding   :       0.00          0          0
1789.75/1790.11	c   zirounding       :       0.00          0          0
1789.75/1790.11	c   rounding         :       0.08          7          0
1789.75/1790.11	c   shifting         :       0.20          7          0
1789.75/1790.11	c   intshifting      :       0.00          0          0
1789.75/1790.11	c   twoopt           :       0.00          0          0
1789.75/1790.11	c   fixandinfer      :       0.00          0          0
1789.75/1790.11	c   feaspump         :     106.69          1          0
1789.75/1790.11	c   coefdiving       :       0.00          0          0
1789.75/1790.11	c   pscostdiving     :       0.00          0          0
1789.75/1790.11	c   fracdiving       :       0.00          0          0
1789.75/1790.11	c   veclendiving     :       0.00          0          0
1789.75/1790.11	c   intdiving        :       0.00          0          0
1789.75/1790.11	c   actconsdiving    :       0.00          0          0
1789.75/1790.11	c   objpscostdiving  :       0.00          0          0
1789.75/1790.11	c   rootsoldiving    :       0.00          0          0
1789.75/1790.11	c   linesearchdiving :       0.00          0          0
1789.75/1790.11	c   guideddiving     :       0.00          0          0
1789.75/1790.11	c   octane           :       0.00          0          0
1789.75/1790.11	c   rens             :       0.00          0          0
1789.75/1790.11	c   rins             :       0.00          0          0
1789.75/1790.11	c   localbranching   :       0.00          0          0
1789.75/1790.11	c   mutation         :       0.00          0          0
1789.75/1790.11	c   crossover        :       0.00          0          0
1789.75/1790.11	c   dins             :       0.00          0          0
1789.75/1790.11	c   undercover       :       0.00          0          0
1789.75/1790.11	c   nlp              :       0.00          0          0
1789.75/1790.11	c   trysol           :       0.00          0          0
1789.75/1790.11	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1789.75/1790.11	c   primal LP        :       0.00          0          0       0.00          -
1789.75/1790.11	c   dual LP          :      55.35          7       6743     963.29     121.82
1789.75/1790.11	c   lex dual LP      :       0.00          0          0       0.00          -
1789.75/1790.11	c   barrier LP       :       0.00          0          0       0.00          -
1789.75/1790.11	c   diving/probing LP:     106.47          3       5627    1875.67      52.85
1789.75/1790.11	c   strong branching :       0.00          0          0       0.00          -
1789.75/1790.11	c     (at root node) :          -          0          0       0.00          -
1789.75/1790.11	c   conflict analysis:       0.00          0          0       0.00          -
1789.75/1790.11	c B&B Tree           :
1789.75/1790.11	c   number of runs   :          1
1789.75/1790.11	c   nodes            :          1
1789.75/1790.11	c   nodes (total)    :          1
1789.75/1790.11	c   nodes left       :          2
1789.75/1790.11	c   max depth        :          0
1789.75/1790.11	c   max depth (total):          0
1789.75/1790.11	c   backtracks       :          0 (0.0%)
1789.75/1790.11	c   delayed cutoffs  :          0
1789.75/1790.11	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1789.75/1790.11	c   avg switch length:       1.00
1789.75/1790.11	c   switching time   :       0.00
1789.75/1790.11	c Solution           :
1789.75/1790.11	c   Solutions found  :          0 (0 improvements)
1789.75/1790.11	c   Primal Bound     :          -
1789.75/1790.11	c   Dual Bound       : +5.61409802151258e+05
1789.75/1790.11	c   Gap              :   infinite
1789.75/1790.11	c   Root Dual Bound  : +5.61409802151258e+05
1789.75/1790.11	c   Root Iterations  :      12370
1790.95/1791.33	c Time complete: 1790.99.

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

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13936
/proc/meminfo: memFree=26590108/32873844 swapFree=7124/7124
[pid=13936] ppid=13934 vsize=7916 CPUtime=0 cores=0,2,4,6
/proc/13936/stat : 13936 (pbscip.linux.x8) R 13934 13936 12290 0 -1 4202496 1253 0 0 0 0 0 0 0 20 0 1 0 346225976 8105984 1199 33554432000 4194304 8395647 140734776507760 140736644942216 7430272 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/13936/statm: 1979 1200 370 1026 0 949 0

[startup+0.0308779 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13936
/proc/meminfo: memFree=26590108/32873844 swapFree=7124/7124
[pid=13936] ppid=13934 vsize=20684 CPUtime=0.02 cores=0,2,4,6
/proc/13936/stat : 13936 (pbscip.linux.x8) R 13934 13936 12290 0 -1 4202496 4435 0 0 0 2 0 0 0 20 0 1 0 346225976 21180416 4375 33554432000 4194304 8395647 140734776507760 140736644942216 6347101 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/13936/statm: 5171 4375 387 1026 0 4141 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 20684

[startup+0.100319 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13936
/proc/meminfo: memFree=26590108/32873844 swapFree=7124/7124
[pid=13936] ppid=13934 vsize=44376 CPUtime=0.09 cores=0,2,4,6
/proc/13936/stat : 13936 (pbscip.linux.x8) R 13934 13936 12290 0 -1 4202496 10244 0 0 0 8 1 0 0 20 0 1 0 346225976 45441024 10184 33554432000 4194304 8395647 140734776507760 140736644942216 7385355 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/13936/statm: 11094 10184 394 1026 0 10064 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 44376

[startup+0.30027 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13936
/proc/meminfo: memFree=26590108/32873844 swapFree=7124/7124
[pid=13936] ppid=13934 vsize=70676 CPUtime=0.28 cores=0,2,4,6
/proc/13936/stat : 13936 (pbscip.linux.x8) R 13934 13936 12290 0 -1 4202496 16607 0 0 0 27 1 0 0 20 0 1 0 346225976 72372224 16548 33554432000 4194304 8395647 140734776507760 140736644942216 6347101 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/13936/statm: 17669 16580 394 1026 0 16639 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 70676

[startup+0.70026 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13936
/proc/meminfo: memFree=26590108/32873844 swapFree=7124/7124
[pid=13936] ppid=13934 vsize=103540 CPUtime=0.69 cores=0,2,4,6
/proc/13936/stat : 13936 (pbscip.linux.x8) R 13934 13936 12290 0 -1 4202496 24962 0 0 0 66 3 0 0 20 0 1 0 346225976 106024960 24902 33554432000 4194304 8395647 140734776507760 140736644942216 7430272 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/13936/statm: 25885 24902 394 1026 0 24855 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 103540

[startup+1.50026 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 13937
/proc/meminfo: memFree=26477360/32873844 swapFree=7124/7124
[pid=13936] ppid=13934 vsize=145104 CPUtime=1.49 cores=0,2,4,6
/proc/13936/stat : 13936 (pbscip.linux.x8) R 13934 13936 12290 0 -1 4202496 35300 0 0 0 145 4 0 0 20 0 1 0 346225976 148586496 35240 33554432000 4194304 8395647 140734776507760 140734776372968 7430272 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/13936/statm: 36276 35240 394 1026 0 35246 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 145104

[startup+3.10025 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 13937
/proc/meminfo: memFree=26394652/32873844 swapFree=7124/7124
[pid=13936] ppid=13934 vsize=550136 CPUtime=3.09 cores=0,2,4,6
/proc/13936/stat : 13936 (pbscip.linux.x8) R 13934 13936 12290 0 -1 4202496 134802 0 0 0 292 17 0 0 20 0 1 0 346225976 563339264 134388 33554432000 4194304 8395647 140734776507760 140734776505000 7185507 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13936/statm: 137534 134388 475 1026 0 136504 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 550136

[startup+6.30028 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 13937
/proc/meminfo: memFree=25901440/32873844 swapFree=7124/7124
[pid=13936] ppid=13934 vsize=706592 CPUtime=6.29 cores=0,2,4,6
/proc/13936/stat : 13936 (pbscip.linux.x8) R 13934 13936 12290 0 -1 4202496 172984 0 0 0 606 23 0 0 20 0 1 0 346225976 723550208 172488 33554432000 4194304 8395647 140734776507760 140734776504568 6074259 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13936/statm: 176648 172488 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/180 13937
/proc/meminfo: memFree=25474588/32873844 swapFree=7124/7124
[pid=13936] ppid=13934 vsize=1144560 CPUtime=12.69 cores=0,2,4,6
/proc/13936/stat : 13936 (pbscip.linux.x8) R 13934 13936 12290 0 -1 4202496 282306 0 0 0 1230 39 0 0 20 0 1 0 346225976 1172029440 281777 33554432000 4194304 8395647 140734776507760 140734776503224 7385286 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13936/statm: 286140 281777 495 1026 0 285110 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1144560

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 13937
/proc/meminfo: memFree=25307412/32873844 swapFree=7124/7124
[pid=13936] ppid=13934 vsize=1299952 CPUtime=25.49 cores=0,2,4,6
/proc/13936/stat : 13936 (pbscip.linux.x8) R 13934 13936 12290 0 -1 4202496 319353 0 0 0 2505 44 0 0 20 0 1 0 346225976 1331150848 320838 33554432000 4194304 8395647 140734776507760 140734776503944 4910737 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13936/statm: 324988 320838 507 1026 0 323958 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1299952

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 13937
/proc/meminfo: memFree=25275448/32873844 swapFree=7124/7124
[pid=13936] ppid=13934 vsize=1323488 CPUtime=51.08 cores=0,2,4,6
/proc/13936/stat : 13936 (pbscip.linux.x8) R 13934 13936 12290 0 -1 4202496 325261 0 0 0 5063 45 0 0 20 0 1 0 346225976 1355251712 326834 33554432000 4194304 8395647 140734776507760 140734776503624 4911233 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13936/statm: 330872 326834 507 1026 0 329842 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1323488

[startup+102.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13937
/proc/meminfo: memFree=24976412/32873844 swapFree=7124/7124
[pid=13936] ppid=13934 vsize=1625312 CPUtime=102.24 cores=0,2,4,6
/proc/13936/stat : 13936 (pbscip.linux.x8) R 13934 13936 12290 0 -1 4202496 400981 0 0 0 10169 55 0 0 20 0 1 0 346225976 1664319488 402575 33554432000 4194304 8395647 140734776507760 140734776503624 5604533 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13936/statm: 406328 402575 513 1026 0 405298 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 1625312

[startup+162.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 13937
/proc/meminfo: memFree=24513996/32873844 swapFree=7124/7124
[pid=13936] ppid=13934 vsize=2118884 CPUtime=162.23 cores=0,2,4,6
/proc/13936/stat : 13936 (pbscip.linux.x8) R 13934 13936 12290 0 -1 4202496 478021 0 0 0 16149 74 0 0 20 0 1 0 346225976 2169737216 516686 33554432000 4194304 8395647 140734776507760 140734776502280 6708226 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13936/statm: 529721 516686 589 1026 0 528691 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 2118884

[startup+222.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 13937
/proc/meminfo: memFree=24479472/32873844 swapFree=7124/7124
[pid=13936] ppid=13934 vsize=2151404 CPUtime=222.21 cores=0,2,4,6
/proc/13936/stat : 13936 (pbscip.linux.x8) R 13934 13936 12290 0 -1 4202496 481575 0 0 0 22144 77 0 0 20 0 1 0 346225976 2203037696 525382 33554432000 4194304 8395647 140734776507760 140734776502280 6708317 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13936/statm: 537851 525382 589 1026 0 536821 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 2151404

[startup+282.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 13937
/proc/meminfo: memFree=24556000/32873844 swapFree=7124/7124
[pid=13936] ppid=13934 vsize=2058756 CPUtime=282.2 cores=0,2,4,6
/proc/13936/stat : 13936 (pbscip.linux.x8) R 13934 13936 12290 0 -1 4202496 482165 0 0 0 28140 80 0 0 20 0 1 0 346225976 2108166144 506187 33554432000 4194304 8395647 140734776507760 140734776503048 5827831 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13936/statm: 514689 506187 607 1026 0 513659 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 2058756

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13938
/proc/meminfo: memFree=24555356/32873844 swapFree=7124/7124
[pid=13936] ppid=13934 vsize=2058756 CPUtime=342.2 cores=0,2,4,6
/proc/13936/stat : 13936 (pbscip.linux.x8) R 13934 13936 12290 0 -1 4202496 482210 0 0 0 34140 80 0 0 20 0 1 0 346225976 2108166144 506458 33554432000 4194304 8395647 140734776507760 140734776503048 7382137 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13936/statm: 514689 506458 612 1026 0 513659 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 2058756

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13938
/proc/meminfo: memFree=24397652/32873844 swapFree=7124/7124
[pid=13936] ppid=13934 vsize=2231040 CPUtime=402.19 cores=0,2,4,6
/proc/13936/stat : 13936 (pbscip.linux.x8) R 13934 13936 12290 0 -1 4202496 489399 0 0 0 40134 85 0 0 20 0 1 0 346225976 2284584960 545914 33554432000 4194304 8395647 140734776507760 140734776502376 4331304 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13936/statm: 557760 545914 625 1026 0 556730 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 2231040

[startup+462.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13938
/proc/meminfo: memFree=24397556/32873844 swapFree=7124/7124
[pid=13936] ppid=13934 vsize=2231040 CPUtime=462.17 cores=0,2,4,6
/proc/13936/stat : 13936 (pbscip.linux.x8) R 13934 13936 12290 0 -1 4202496 489400 0 0 0 46132 85 0 0 20 0 1 0 346225976 2284584960 545915 33554432000 4194304 8395647 140734776507760 140734776503048 5852534 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13936/statm: 557760 545915 625 1026 0 556730 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 2231040

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13938
/proc/meminfo: memFree=24374688/32873844 swapFree=7124/7124
[pid=13936] ppid=13934 vsize=2248440 CPUtime=522.16 cores=0,2,4,6
/proc/13936/stat : 13936 (pbscip.linux.x8) R 13934 13936 12290 0 -1 4202496 490507 0 0 0 52129 87 0 0 20 0 1 0 346225976 2302402560 551620 33554432000 4194304 8395647 140734776507760 140734776502952 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13936/statm: 562110 551620 625 1026 0 561080 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 2248440

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13976
/proc/meminfo: memFree=25486832/32873844 swapFree=7124/7124
[pid=13936] ppid=13934 vsize=2248440 CPUtime=582.15 cores=0,2,4,6
/proc/13936/stat : 13936 (pbscip.linux.x8) R 13934 13936 12290 0 -1 4202496 490508 0 0 0 58123 92 0 0 20 0 1 0 346225976 2302402560 551620 33554432000 4194304 8395647 140734776507760 140734776503000 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13936/statm: 562110 551620 625 1026 0 561080 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 2248440

[startup+642.3 s]

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

/proc/meminfo: memFree=25512828/32873844 swapFree=7124/7124
[pid=13936] ppid=13934 vsize=2283836 CPUtime=1062.07 cores=0,2,4,6
/proc/13936/stat : 13936 (pbscip.linux.x8) R 13934 13936 12290 0 -1 4202496 492757 0 0 0 106088 119 0 0 20 0 1 0 346225976 2338648064 560888 33554432000 4194304 8395647 140734776507760 140734776503000 7386023 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13936/statm: 570959 560888 625 1026 0 569929 0
Current children cumulated CPU time (s) 1062.07
Current children cumulated vsize (KiB) 2283836

[startup+1122.31 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 14057
/proc/meminfo: memFree=25416672/32873844 swapFree=7124/7124
[pid=13936] ppid=13934 vsize=2283836 CPUtime=1122.07 cores=0,2,4,6
/proc/13936/stat : 13936 (pbscip.linux.x8) R 13934 13936 12290 0 -1 4202496 492763 0 0 0 112081 126 0 0 20 0 1 0 346225976 2338648064 561594 33554432000 4194304 8395647 140734776507760 140734776503000 6440490 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13936/statm: 570959 561594 625 1026 0 569929 0
Current children cumulated CPU time (s) 1122.07
Current children cumulated vsize (KiB) 2283836

[startup+1182.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 14057
/proc/meminfo: memFree=24948428/32873844 swapFree=7124/7124
[pid=13936] ppid=13934 vsize=2283836 CPUtime=1182.05 cores=0,2,4,6
/proc/13936/stat : 13936 (pbscip.linux.x8) R 13934 13936 12290 0 -1 4202496 492767 0 0 0 118074 131 0 0 20 0 1 0 346225976 2338648064 562517 33554432000 4194304 8395647 140734776507760 140734776502952 6440644 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13936/statm: 570959 562517 625 1026 0 569929 0
Current children cumulated CPU time (s) 1182.05
Current children cumulated vsize (KiB) 2283836

[startup+1242.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/180 14061
/proc/meminfo: memFree=24818304/32873844 swapFree=7124/7124
[pid=13936] ppid=13934 vsize=2283836 CPUtime=1242.03 cores=0,2,4,6
/proc/13936/stat : 13936 (pbscip.linux.x8) R 13934 13936 12290 0 -1 4202496 492767 0 0 0 124069 134 0 0 20 0 1 0 346225976 2338648064 563434 33554432000 4194304 8395647 140734776507760 140734776503048 5827844 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13936/statm: 570959 563434 625 1026 0 569929 0
Current children cumulated CPU time (s) 1242.03
Current children cumulated vsize (KiB) 2283836

[startup+1302.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 14061
/proc/meminfo: memFree=24758320/32873844 swapFree=7124/7124
[pid=13936] ppid=13934 vsize=2283836 CPUtime=1302.02 cores=0,2,4,6
/proc/13936/stat : 13936 (pbscip.linux.x8) R 13934 13936 12290 0 -1 4202496 492768 0 0 0 130068 134 0 0 20 0 1 0 346225976 2338648064 563505 33554432000 4194304 8395647 140734776507760 140734776503048 7382137 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13936/statm: 570959 563505 626 1026 0 569929 0
Current children cumulated CPU time (s) 1302.02
Current children cumulated vsize (KiB) 2283836

[startup+1362.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 14061
/proc/meminfo: memFree=24745880/32873844 swapFree=7124/7124
[pid=13936] ppid=13934 vsize=2283836 CPUtime=1362.02 cores=0,2,4,6
/proc/13936/stat : 13936 (pbscip.linux.x8) R 13934 13936 12290 0 -1 4202496 492946 0 0 0 136064 138 0 0 20 0 1 0 346225976 2338648064 564278 33554432000 4194304 8395647 140734776507760 140734776502952 7385696 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13936/statm: 570959 564278 626 1026 0 569929 0
Current children cumulated CPU time (s) 1362.02
Current children cumulated vsize (KiB) 2283836

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14061
/proc/meminfo: memFree=24744312/32873844 swapFree=7124/7124
[pid=13936] ppid=13934 vsize=2283836 CPUtime=1422.01 cores=0,2,4,6
/proc/13936/stat : 13936 (pbscip.linux.x8) R 13934 13936 12290 0 -1 4202496 492946 0 0 0 142058 143 0 0 20 0 1 0 346225976 2338648064 564278 33554432000 4194304 8395647 140734776507760 140734776502952 6440477 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13936/statm: 570959 564278 626 1026 0 569929 0
Current children cumulated CPU time (s) 1422.01
Current children cumulated vsize (KiB) 2283836

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14061
/proc/meminfo: memFree=24730448/32873844 swapFree=7124/7124
[pid=13936] ppid=13934 vsize=2283836 CPUtime=1482 cores=0,2,4,6
/proc/13936/stat : 13936 (pbscip.linux.x8) R 13934 13936 12290 0 -1 4202496 492946 0 0 0 148052 148 0 0 20 0 1 0 346225976 2338648064 564278 33554432000 4194304 8395647 140734776507760 140734776502952 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13936/statm: 570959 564278 626 1026 0 569929 0
Current children cumulated CPU time (s) 1482
Current children cumulated vsize (KiB) 2283836

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14062
/proc/meminfo: memFree=24715028/32873844 swapFree=7124/7124
[pid=13936] ppid=13934 vsize=2283836 CPUtime=1541.99 cores=0,2,4,6
/proc/13936/stat : 13936 (pbscip.linux.x8) R 13934 13936 12290 0 -1 4202496 492946 0 0 0 154046 153 0 0 20 0 1 0 346225976 2338648064 564278 33554432000 4194304 8395647 140734776507760 140734776503000 6197311 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13936/statm: 570959 564278 626 1026 0 569929 0
Current children cumulated CPU time (s) 1541.99
Current children cumulated vsize (KiB) 2283836

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14062
/proc/meminfo: memFree=24713568/32873844 swapFree=7124/7124
[pid=13936] ppid=13934 vsize=2283836 CPUtime=1601.98 cores=0,2,4,6
/proc/13936/stat : 13936 (pbscip.linux.x8) R 13934 13936 12290 0 -1 4202496 492946 0 0 0 160042 156 0 0 20 0 1 0 346225976 2338648064 564278 33554432000 4194304 8395647 140734776507760 140734776503048 5849694 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13936/statm: 570959 564278 626 1026 0 569929 0
Current children cumulated CPU time (s) 1601.98
Current children cumulated vsize (KiB) 2283836

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14062
/proc/meminfo: memFree=24672020/32873844 swapFree=7124/7124
[pid=13936] ppid=13934 vsize=2325732 CPUtime=1661.98 cores=0,2,4,6
/proc/13936/stat : 13936 (pbscip.linux.x8) R 13934 13936 12290 0 -1 4202496 493325 0 0 0 166041 157 0 0 20 0 1 0 346225976 2381549568 573849 33554432000 4194304 8395647 140734776507760 140734776503224 7382127 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13936/statm: 581433 573849 626 1026 0 580403 0
Current children cumulated CPU time (s) 1661.98
Current children cumulated vsize (KiB) 2325732

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14062
/proc/meminfo: memFree=24671304/32873844 swapFree=7124/7124
[pid=13936] ppid=13934 vsize=2325732 CPUtime=1721.97 cores=0,2,4,6
/proc/13936/stat : 13936 (pbscip.linux.x8) R 13934 13936 12290 0 -1 4202496 493325 0 0 0 172035 162 0 0 20 0 1 0 346225976 2381549568 573849 33554432000 4194304 8395647 140734776507760 140734776503000 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13936/statm: 581433 573849 626 1026 0 580403 0
Current children cumulated CPU time (s) 1721.97
Current children cumulated vsize (KiB) 2325732

[startup+1782.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14062
/proc/meminfo: memFree=24654468/32873844 swapFree=7124/7124
[pid=13936] ppid=13934 vsize=2325732 CPUtime=1781.96 cores=0,2,4,6
/proc/13936/stat : 13936 (pbscip.linux.x8) R 13934 13936 12290 0 -1 4202496 493325 0 0 0 178030 166 0 0 20 0 1 0 346225976 2381549568 573849 33554432000 4194304 8395647 140734776507760 140734776502952 7385927 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13936/statm: 581433 573849 626 1026 0 580403 0
Current children cumulated CPU time (s) 1781.96
Current children cumulated vsize (KiB) 2325732

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

[startup+1785.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14062
/proc/meminfo: memFree=24654468/32873844 swapFree=7124/7124
[pid=13936] ppid=13934 vsize=2325732 CPUtime=1785.45 cores=0,2,4,6
/proc/13936/stat : 13936 (pbscip.linux.x8) R 13934 13936 12290 0 -1 4202496 493325 0 0 0 178379 166 0 0 20 0 1 0 346225976 2381549568 573849 33554432000 4194304 8395647 140734776507760 140734776502952 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13936/statm: 581433 573849 626 1026 0 580403 0
Current children cumulated CPU time (s) 1785.45
Current children cumulated vsize (KiB) 2325732

[startup+1789 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14062
/proc/meminfo: memFree=24654452/32873844 swapFree=7124/7124
[pid=13936] ppid=13934 vsize=2325732 CPUtime=1788.65 cores=0,2,4,6
/proc/13936/stat : 13936 (pbscip.linux.x8) R 13934 13936 12290 0 -1 4202496 493325 0 0 0 178699 166 0 0 20 0 1 0 346225976 2381549568 573849 33554432000 4194304 8395647 140734776507760 140734776502952 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13936/statm: 581433 573849 626 1026 0 580403 0
Current children cumulated CPU time (s) 1788.65
Current children cumulated vsize (KiB) 2325732

[startup+1790.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14062
/proc/meminfo: memFree=24654452/32873844 swapFree=7124/7124
[pid=13936] ppid=13934 vsize=2238712 CPUtime=1790.25 cores=0,2,4,6
/proc/13936/stat : 13936 (pbscip.linux.x8) R 13934 13936 12290 0 -1 4202496 493336 0 0 0 178859 166 0 0 20 0 1 0 346225976 2292441088 553215 33554432000 4194304 8395647 140734776507760 140734776503000 6063824 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13936/statm: 559678 553215 635 1026 0 558648 0
Current children cumulated CPU time (s) 1790.25
Current children cumulated vsize (KiB) 2238712

[startup+1791 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14062
/proc/meminfo: memFree=24738788/32873844 swapFree=7124/7124
[pid=13936] ppid=13934 vsize=2236084 CPUtime=1790.66 cores=0,2,4,6
/proc/13936/stat : 13936 (pbscip.linux.x8) R 13934 13936 12290 0 -1 4202496 493336 0 0 0 178900 166 0 0 20 0 1 0 346225976 2289750016 552654 33554432000 4194304 8395647 140734776507760 140734776506920 4750032 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13936/statm: 559021 552654 635 1026 0 557991 0
Current children cumulated CPU time (s) 1790.66
Current children cumulated vsize (KiB) 2236084

[startup+1791.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14062
/proc/meminfo: memFree=24738788/32873844 swapFree=7124/7124
[pid=13936] ppid=13934 vsize=2105524 CPUtime=1790.85 cores=0,2,4,6
/proc/13936/stat : 13936 (pbscip.linux.x8) R 13934 13936 12290 0 -1 4202496 493336 0 0 0 178919 166 0 0 20 0 1 0 346225976 2156056576 521763 33554432000 4194304 8395647 140734776507760 140734776506920 7185569 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13936/statm: 526381 521763 635 1026 0 525351 0
Current children cumulated CPU time (s) 1790.85
Current children cumulated vsize (KiB) 2105524

[startup+1791.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14062
/proc/meminfo: memFree=24738788/32873844 swapFree=7124/7124
[pid=13936] ppid=13934 vsize=1978256 CPUtime=1790.95 cores=0,2,4,6
/proc/13936/stat : 13936 (pbscip.linux.x8) R 13934 13936 12290 0 -1 4202496 493336 0 0 0 178928 167 0 0 20 0 1 0 346225976 2025734144 490045 33554432000 4194304 8395647 140734776507760 140734776506920 6345859 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13936/statm: 494564 490045 635 1026 0 493534 0
Current children cumulated CPU time (s) 1790.95
Current children cumulated vsize (KiB) 1978256

Child status: 0
Real time (s): 1791.33
CPU time (s): 1790.99
CPU user time (s): 1789.3
CPU system time (s): 1.69074
CPU usage (%): 99.9811
Max. virtual memory (cumulated for all children) (KiB): 2325732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1789.3
system time used= 1.69074
maximum resident set size= 2299512
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 493342
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= 68
involuntary context switches= 2043

runsolver used 2.92755 second user time and 8.18076 second system time

The end

Launcher Data

Begin job on node134 at 2012-06-04 11:10:06
IDJOB=3744083
IDBENCH=92684
IDSOLVER=2326
FILE ID=node134/3744083-1338801006
RUNJOBID= node134-1338773738-12306
PBS_JOBID= 14636824
Free space on /tmp= 70332 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_0_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-3744083-1338801006/watcher-3744083-1338801006 -o /tmp/evaluation-result-3744083-1338801006/solver-3744083-1338801006 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3744083-1338801006.opb -t 1800 -m 15500

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

MD5SUM BENCH= 1092a4b028b708b804d164027aeb4b44
RANDOM SEED=1931900426

node134.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		: 2667.278
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	: 5334.55
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		: 2667.278
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	: 5332.56
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		: 2667.278
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	: 5332.55
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		: 2667.278
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	: 5332.59
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		: 2667.278
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	: 5332.55
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		: 2667.278
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	: 5332.55
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		: 2667.278
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	: 5332.57
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		: 2667.278
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	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        26590372 kB
Buffers:          512140 kB
Cached:          3522464 kB
SwapCached:           76 kB
Active:          3161828 kB
Inactive:        2212468 kB
Active(anon):    1331616 kB
Inactive(anon):    10496 kB
Active(file):    1830212 kB
Inactive(file):  2201972 kB
Unevictable:        7124 kB
Mlocked:            7124 kB
SwapTotal:      67108856 kB
SwapFree:       67107756 kB
Dirty:             22880 kB
Writeback:             0 kB
AnonPages:       1348608 kB
Mapped:            13664 kB
Shmem:                96 kB
Slab:             763980 kB
SReclaimable:     205364 kB
SUnreclaim:       558616 kB
KernelStack:        1456 kB
PageTables:         6504 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1464036 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1245184 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70324 MiB
End job on node134 at 2012-06-04 11:39:57