Trace number 2703824

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 NameAnswerobjective functionCPU timeWall clock time
SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver? 1792.63 1793.15

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/fctp/normalized-mps-v2-20-10-n3704.opb
MD5SUM79102a590238a8abf70853775a775dcb
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 5001200569
Optimality of the best value was proved NO
Number of variables155000
Total number of constraints5150
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints5150
Minimum length of a constraint31
Maximum length of a constraint3000
Number of terms in the objective function 155000
Biggest coefficient in the objective function 4294967296
Number of bits for the biggest coefficient in the objective function 33
Sum of the numbers in the objective function 29675972066390
Number of bits of the sum of numbers in the objective function 45
Biggest number in a constraint 4294967296
Number of bits of the biggest number in a constraint 33
Biggest sum of numbers in a constraint 29675972066390
Number of bits of the biggest sum of numbers45
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-2703824-1278556736.opb>
1.69/1.70	c original problem has 155000 variables (155000 bin, 0 int, 0 impl, 0 cont) and 5150 constraints
1.69/1.70	c problem read
1.69/1.70	c presolving settings loaded
3.19/3.24	c presolving:
3.89/3.96	c (round 1) 58824 del vars, 0 del conss, 58824 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
4.40/4.43	c (round 2) 58824 del vars, 0 del conss, 58824 chg bounds, 0 chg sides, 0 chg coeffs, 5000 upgd conss, 0 impls, 0 clqs
4.79/4.89	c (round 3) 58824 del vars, 0 del conss, 58824 chg bounds, 0 chg sides, 2585 chg coeffs, 5000 upgd conss, 86374 impls, 6596 clqs
5.09/5.19	c (round 4) 58824 del vars, 148 del conss, 58824 chg bounds, 6596 chg sides, 22373 chg coeffs, 5000 upgd conss, 86374 impls, 6596 clqs
71.67/71.76	c    (70.1s) probing: 1000/96176 (1.0%) - 0 fixings, 0 aggregations, 221058 implications, 0 bound changes
81.56/81.61	c    (79.9s) probing: 1174/96176 (1.2%) - 0 fixings, 0 aggregations, 233601 implications, 0 bound changes
81.56/81.61	c    (79.9s) probing aborted: 100/100 successive totally useless probings
81.56/81.64	c presolving (5 rounds):
81.56/81.64	c  58824 deleted vars, 148 deleted constraints, 58824 tightened bounds, 0 added holes, 6596 changed sides, 22373 changed coefficients
81.56/81.64	c  553576 implications, 6596 cliques
81.56/81.64	c presolved problem has 96176 variables (96176 bin, 0 int, 0 impl, 0 cont) and 11598 constraints
81.56/81.64	c    4852 constraints of type <knapsack>
81.56/81.64	c    6596 constraints of type <setppc>
81.56/81.64	c     150 constraints of type <linear>
81.56/81.64	c transformed objective value is always integral (scale: 1)
81.56/81.64	c Presolving Time: 79.29
81.56/81.64	c - non default parameters ----------------------------------------------------------------------
81.56/81.64	c # SCIP version 1.2.1.3
81.56/81.64	c 
81.56/81.64	c # frequency for displaying node information lines
81.56/81.64	c # [type: int, range: [-1,2147483647], default: 100]
81.56/81.64	c display/freq = 10000
81.56/81.64	c 
81.56/81.64	c # maximal time in seconds to run
81.56/81.64	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
81.56/81.64	c limits/time = 1788.31
81.56/81.64	c 
81.56/81.64	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
81.56/81.64	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
81.56/81.64	c limits/memory = 1620
81.56/81.64	c 
81.56/81.64	c # default clock type (1: CPU user seconds, 2: wall clock time)
81.56/81.64	c # [type: int, range: [1,2], default: 1]
81.56/81.64	c timing/clocktype = 2
81.56/81.64	c 
81.56/81.64	c # should presolving try to simplify inequalities
81.56/81.64	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
81.56/81.64	c constraints/linear/simplifyinequalities = TRUE
81.56/81.64	c 
81.56/81.64	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
81.56/81.64	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
81.56/81.64	c constraints/indicator/addCouplingCons = TRUE
81.56/81.64	c 
81.56/81.64	c # should presolving try to simplify knapsacks
81.56/81.64	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
81.56/81.64	c constraints/knapsack/simplifyinequalities = TRUE
81.56/81.64	c 
81.56/81.64	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
81.56/81.64	c # [type: int, range: [-1,2147483647], default: -1]
81.56/81.64	c separating/rapidlearning/freq = 0
81.56/81.64	c 
81.56/81.64	c -----------------------------------------------------------------------------------------------
81.56/81.64	c start solving
81.66/81.76	c 
154.75/154.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
154.75/154.88	c   153s|     1 |     0 | 22639 |     - | 415M|   0 | 254 |  96k|  11k|  96k|  11k|   0 |   0 |   0 | 9.930754e+08 |      --      |    Inf 
302.11/302.23	c   301s|     1 |     0 | 50810 |     - | 431M|   0 | 467 |  96k|  11k|  96k|  11k| 328 |   0 |   0 | 9.938112e+08 |      --      |    Inf 
453.77/454.00	c   452s|     1 |     0 | 57083 |     - | 438M|   0 | 688 |  96k|  11k|  96k|  12k| 692 |   0 |   0 | 9.945639e+08 |      --      |    Inf 
648.21/648.45	c   647s|     1 |     0 | 67537 |     - | 444M|   0 | 948 |  96k|  11k|  96k|  12k|1032 |   0 |   0 | 9.955481e+08 |      --      |    Inf 
884.95/885.20	c   883s|     1 |     0 | 79803 |     - | 449M|   0 |1174 |  96k|  11k|  96k|  12k|1394 |   0 |   0 | 9.963415e+08 |      --      |    Inf 
1206.46/1206.86	c  1205s|     1 |     0 | 99233 |     - | 454M|   0 |1303 |  96k|  11k|  96k|  13k|1732 |   0 |   0 | 9.970317e+08 |      --      |    Inf 
1523.06/1523.53	c [src/scip/lpi_spx.cpp:318] Warning: SoPlex threw an exception: XSOLVE21 Basis is singular (numerical troubles, delta = 1e-12)
1791.18/1791.78	c  1790s|     1 |     0 |163133 |     - | 457M|   0 |   - |  96k|  11k|  96k|  13k|2060 |   0 |   0 | 9.970317e+08 |      --      |    Inf 
1791.29/1791.86	c  1790s|     1 |     2 |163133 |     - | 457M|   0 |   - |  96k|  11k|  96k|  13k|2060 |   0 |   0 | 9.970317e+08 |      --      |    Inf 
1791.29/1791.86	c 
1791.29/1791.86	c SCIP Status        : solving was interrupted [time limit reached]
1791.29/1791.86	c Solving Time (sec) : 1790.16
1791.29/1791.86	c Solving Nodes      : 1
1791.29/1791.86	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1791.29/1791.86	c Dual Bound         : +9.97031674866856e+08
1791.29/1791.86	c Gap                : infinite
1791.29/1791.86	s UNKNOWN
1791.29/1791.86	c SCIP Status        : solving was interrupted [time limit reached]
1791.29/1791.86	c Solving Time       :    1790.16
1791.29/1791.86	c Original Problem   :
1791.29/1791.86	c   Problem name     : HOME/instance-2703824-1278556736.opb
1791.29/1791.86	c   Variables        : 155000 (155000 binary, 0 integer, 0 implicit integer, 0 continuous)
1791.29/1791.86	c   Constraints      : 5150 initial, 5150 maximal
1791.29/1791.86	c Presolved Problem  :
1791.29/1791.86	c   Problem name     : t_HOME/instance-2703824-1278556736.opb
1791.29/1791.86	c   Variables        : 96176 (96176 binary, 0 integer, 0 implicit integer, 0 continuous)
1791.29/1791.86	c   Constraints      : 11598 initial, 11598 maximal
1791.29/1791.86	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1791.29/1791.86	c   trivial          :       0.10          0          0          0          0          0          0          0          0
1791.29/1791.86	c   dualfix          :       0.10          0          0          0          0          0          0          0          0
1791.29/1791.86	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1791.29/1791.86	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1791.29/1791.86	c   implics          :       0.05          0          0          0          0          0          0          0          0
1791.29/1791.86	c   probing          :      76.34          0          0          0          0          0          0          0          0
1791.29/1791.86	c   knapsack         :       0.63          0          0          0          0          0        148       6596      22373
1791.29/1791.86	c   setppc           :       0.03          0          0          0          0          0          0          0          0
1791.29/1791.86	c   linear           :       1.04      58824          0          0      58824          0          0          0          0
1791.29/1791.86	c   root node        :          -          0          -          -          0          -          -          -          -
1791.29/1791.86	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1791.29/1791.86	c   integral         :          0          0          0          0          0          0          0          0          0          0
1791.29/1791.86	c   knapsack         :       4852          6       3272          0          1          0          0       1238          0          0
1791.29/1791.86	c   setppc           :       6596          6       3272          0          1          0          0          0          0          0
1791.29/1791.86	c   linear           :        150          6       3272          0          0          0          0       1082          0          0
1791.29/1791.86	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1791.29/1791.86	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1791.29/1791.86	c   integral         :       0.00       0.00       0.00       0.00       0.00
1791.29/1791.86	c   knapsack         :       1.42       0.09       1.32       0.00       0.02
1791.29/1791.86	c   setppc           :       1.90       0.01       1.89       0.00       0.01
1791.29/1791.86	c   linear           :     586.43     540.20      46.23       0.00       0.00
1791.29/1791.86	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1791.29/1791.86	c Propagators        :       Time      Calls    Cutoffs    DomReds
1791.29/1791.86	c   vbounds          :       0.00          2          0          0
1791.29/1791.86	c   rootredcost      :       0.00          0          0          0
1791.29/1791.86	c   pseudoobj        :       0.12          7          0          0
1791.29/1791.86	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1791.29/1791.86	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1791.29/1791.86	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1791.29/1791.86	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1791.29/1791.86	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1791.29/1791.86	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1791.29/1791.86	c   applied globally :          -          -          -          0        0.0          -          -          -
1791.29/1791.86	c   applied locally  :          -          -          -          0        0.0          -          -          -
1791.29/1791.86	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1791.29/1791.86	c   cut pool         :       0.06          5          -          -        223          -    (maximal pool size: 2489)
1791.29/1791.86	c   redcost          :       0.11          6          0          0          0          0
1791.29/1791.86	c   impliedbounds    :       0.09          6          0          0       1349          0
1791.29/1791.86	c   intobj           :       0.00          0          0          0          0          0
1791.29/1791.86	c   cgmip            :       0.00          0          0          0          0          0
1791.29/1791.86	c   gomory           :       9.81          6          0          0          9          0
1791.29/1791.86	c   strongcg         :       9.25          6          0          0         23          0
1791.29/1791.86	c   cmir             :      20.66          6          0          0        256          0
1791.29/1791.86	c   flowcover        :      67.00          6          0          0       1203          0
1791.29/1791.86	c   clique           :       2.24          6          0          0         18          0
1791.29/1791.86	c   zerohalf         :       0.00          0          0          0          0          0
1791.29/1791.86	c   mcf              :       0.03          1          0          0          0          0
1791.29/1791.86	c   rapidlearning    :       0.00          0          0          0          0          0
1791.29/1791.86	c Pricers            :       Time      Calls       Vars
1791.29/1791.86	c   problem variables:       0.00          0          0
1791.29/1791.86	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1791.29/1791.86	c   relpscost        :       0.00          0          0          0          0          0          0
1791.29/1791.86	c   pscost           :       0.00          0          0          0          0          0          0
1791.29/1791.86	c   inference        :       0.04          1          0          0          0          0          2
1791.29/1791.86	c   mostinf          :       0.00          0          0          0          0          0          0
1791.29/1791.86	c   leastinf         :       0.00          0          0          0          0          0          0
1791.29/1791.86	c   fullstrong       :       0.00          0          0          0          0          0          0
1791.29/1791.86	c   allfullstrong    :       0.00          0          0          0          0          0          0
1791.29/1791.86	c   random           :       0.00          0          0          0          0          0          0
1791.29/1791.86	c Primal Heuristics  :       Time      Calls      Found
1791.29/1791.86	c   LP solutions     :       0.00          -          0
1791.29/1791.86	c   pseudo solutions :       0.00          -          0
1791.29/1791.86	c   oneopt           :       0.00          0          0
1791.29/1791.86	c   trivial          :       0.38          2          0
1791.29/1791.86	c   simplerounding   :       0.02          6          0
1791.29/1791.86	c   zirounding       :       0.00          0          0
1791.29/1791.86	c   rounding         :       0.04          6          0
1791.29/1791.86	c   shifting         :       4.71          6          0
1791.29/1791.86	c   intshifting      :       0.00          0          0
1791.29/1791.86	c   twoopt           :       0.00          0          0
1791.29/1791.86	c   fixandinfer      :       0.00          0          0
1791.29/1791.86	c   feaspump         :      74.81          1          0
1791.29/1791.86	c   coefdiving       :       0.00          0          0
1791.29/1791.86	c   pscostdiving     :       0.00          0          0
1791.29/1791.86	c   fracdiving       :       0.00          0          0
1791.29/1791.86	c   veclendiving     :       0.00          0          0
1791.29/1791.86	c   intdiving        :       0.00          0          0
1791.29/1791.86	c   actconsdiving    :       0.00          0          0
1791.29/1791.86	c   objpscostdiving  :       0.00          0          0
1791.29/1791.86	c   rootsoldiving    :       0.00          0          0
1791.29/1791.86	c   linesearchdiving :       0.00          0          0
1791.29/1791.86	c   guideddiving     :       0.00          0          0
1791.29/1791.86	c   octane           :       0.00          0          0
1791.29/1791.86	c   rens             :       0.00          0          0
1791.29/1791.86	c   rins             :       0.00          0          0
1791.29/1791.86	c   localbranching   :       0.00          0          0
1791.29/1791.86	c   mutation         :       0.00          0          0
1791.29/1791.86	c   crossover        :       0.00          0          0
1791.29/1791.86	c   dins             :       0.00          0          0
1791.29/1791.86	c   undercover       :       0.00          0          0
1791.29/1791.86	c   nlp              :       0.00          0          0
1791.29/1791.86	c   trysol           :       0.00          0          0
1791.29/1791.86	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1791.29/1791.86	c   primal LP        :       0.00          0          0       0.00          -
1791.29/1791.86	c   dual LP          :     978.16          9     137544   15282.67     140.61
1791.29/1791.86	c   lex dual LP      :       0.00          0          0       0.00          -
1791.29/1791.86	c   barrier LP       :       0.00          0          0       0.00          -
1791.29/1791.86	c   diving/probing LP:      71.95         30      25589     852.97     355.65
1791.29/1791.86	c   strong branching :       0.00          0          0       0.00          -
1791.29/1791.86	c     (at root node) :          -          0          0       0.00          -
1791.29/1791.86	c   conflict analysis:       0.00          0          0       0.00          -
1791.29/1791.86	c B&B Tree           :
1791.29/1791.86	c   number of runs   :          1
1791.29/1791.86	c   nodes            :          1
1791.29/1791.86	c   nodes (total)    :          1
1791.29/1791.86	c   nodes left       :          2
1791.29/1791.86	c   max depth        :          0
1791.29/1791.86	c   max depth (total):          0
1791.29/1791.86	c   backtracks       :          0 (0.0%)
1791.29/1791.86	c   delayed cutoffs  :          0
1791.29/1791.86	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1791.29/1791.86	c   avg switch length:       1.00
1791.29/1791.86	c   switching time   :       0.00
1791.29/1791.86	c Solution           :
1791.29/1791.86	c   Solutions found  :          0 (0 improvements)
1791.29/1791.86	c   Primal Bound     :          -
1791.29/1791.86	c   Dual Bound       : +9.97031674866856e+08
1791.29/1791.86	c   Gap              :   infinite
1791.29/1791.86	c   Root Dual Bound  : +9.97031674866856e+08
1791.29/1791.86	c   Root Iterations  :     163133
1792.58/1793.10	c Time complete: 1792.58.

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2703824-1278556736/watcher-2703824-1278556736 -o /tmp/evaluation-result-2703824-1278556736/solver-2703824-1278556736 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2703824-1278556736.opb -t 1800 -m 1800 

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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/105 31289
/proc/meminfo: memFree=1925252/2059040 swapFree=4138760/4192956
[pid=31289] ppid=31287 vsize=7904 CPUtime=0
/proc/31289/stat : 31289 (pbscip.linux.x8) R 31287 31289 27786 0 -1 4202496 1031 0 0 0 0 0 0 0 20 0 1 0 23880300 8093696 943 1992294400 4194304 8395647 140733314627856 18446744073709551615 7382157 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/31289/statm: 1976 951 365 1026 0 946 0

[startup+0.0685459 s]
/proc/loadavg: 0.92 0.98 0.99 3/105 31289
/proc/meminfo: memFree=1925252/2059040 swapFree=4138760/4192956
[pid=31289] ppid=31287 vsize=21704 CPUtime=0.06
/proc/31289/stat : 31289 (pbscip.linux.x8) R 31287 31289 27786 0 -1 4202496 4624 0 0 0 5 1 0 0 20 0 1 0 23880300 22224896 4533 1992294400 4194304 8395647 140733314627856 18446744073709551615 6347101 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/31289/statm: 5426 4546 389 1026 0 4396 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 21704

[startup+0.101548 s]
/proc/loadavg: 0.92 0.98 0.99 3/105 31289
/proc/meminfo: memFree=1925252/2059040 swapFree=4138760/4192956
[pid=31289] ppid=31287 vsize=28400 CPUtime=0.09
/proc/31289/stat : 31289 (pbscip.linux.x8) R 31287 31289 27786 0 -1 4202496 6402 0 0 0 8 1 0 0 20 0 1 0 23880300 29081600 6310 1992294400 4194304 8395647 140733314627856 18446744073709551615 5755080 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/31289/statm: 7100 6310 389 1026 0 6070 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28400

[startup+0.301574 s]
/proc/loadavg: 0.92 0.98 0.99 3/105 31289
/proc/meminfo: memFree=1925252/2059040 swapFree=4138760/4192956
[pid=31289] ppid=31287 vsize=68772 CPUtime=0.29
/proc/31289/stat : 31289 (pbscip.linux.x8) R 31287 31289 27786 0 -1 4202496 16239 0 0 0 25 4 0 0 20 0 1 0 23880300 70422528 16147 1992294400 4194304 8395647 140733314627856 18446744073709551615 6348904 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/31289/statm: 17193 16147 389 1026 0 16163 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 68772

[startup+0.701624 s]
/proc/loadavg: 0.92 0.98 0.99 3/105 31289
/proc/meminfo: memFree=1925252/2059040 swapFree=4138760/4192956
[pid=31289] ppid=31287 vsize=123172 CPUtime=0.69
/proc/31289/stat : 31289 (pbscip.linux.x8) R 31287 31289 27786 0 -1 4202496 29369 0 0 0 59 10 0 0 21 0 1 0 23880300 126128128 29275 1992294400 4194304 8395647 140733314627856 18446744073709551615 6765680 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/31289/statm: 30793 29275 394 1026 0 29763 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 123172

[startup+1.50073 s]
/proc/loadavg: 0.92 0.98 0.99 2/106 31290
/proc/meminfo: memFree=1807320/2059040 swapFree=4138760/4192956
[pid=31289] ppid=31287 vsize=130240 CPUtime=1.49
/proc/31289/stat : 31289 (pbscip.linux.x8) R 31287 31289 27786 0 -1 4202496 31200 0 0 0 138 11 0 0 23 0 1 0 23880300 133365760 31106 1992294400 4194304 8395647 140733314627856 18446744073709551615 7384814 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/31289/statm: 32560 31106 394 1026 0 31530 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 130240

[startup+3.10093 s]
/proc/loadavg: 0.92 0.98 0.99 2/106 31290
/proc/meminfo: memFree=1669928/2059040 swapFree=4138760/4192956
[pid=31289] ppid=31287 vsize=315736 CPUtime=3.09
/proc/31289/stat : 31289 (pbscip.linux.x8) R 31287 31289 27786 0 -1 4202496 77357 0 0 0 283 26 0 0 25 0 1 0 23880300 323313664 76909 1992294400 4194304 8395647 140733314627856 18446744073709551615 4602326 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31289/statm: 78934 76909 442 1026 0 77904 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 315736

[startup+6.30133 s]
/proc/loadavg: 1.09 1.02 1.01 2/106 31290
/proc/meminfo: memFree=1521996/2059040 swapFree=4138760/4192956
[pid=31289] ppid=31287 vsize=415300 CPUtime=6.29
/proc/31289/stat : 31289 (pbscip.linux.x8) R 31287 31289 27786 0 -1 4202496 102278 0 0 0 594 35 0 0 25 0 1 0 23880300 425267200 101005 1992294400 4194304 8395647 140733314627856 18446744073709551615 5604533 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31289/statm: 103825 101005 501 1026 0 102795 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 415300

[startup+12.7011 s]
/proc/loadavg: 1.08 1.02 1.00 2/106 31290
/proc/meminfo: memFree=1515796/2059040 swapFree=4138760/4192956
[pid=31289] ppid=31287 vsize=421764 CPUtime=12.68
/proc/31289/stat : 31289 (pbscip.linux.x8) R 31287 31289 27786 0 -1 4202496 103861 0 0 0 1233 35 0 0 25 0 1 0 23880300 431886336 102587 1992294400 4194304 8395647 140733314627856 18446744073709551615 5026436 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31289/statm: 105441 102587 500 1026 0 104411 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 421764

[startup+25.5017 s]
/proc/loadavg: 1.06 1.01 1.00 2/106 31290
/proc/meminfo: memFree=1509100/2059040 swapFree=4138760/4192956
[pid=31289] ppid=31287 vsize=428328 CPUtime=25.49
/proc/31289/stat : 31289 (pbscip.linux.x8) R 31287 31289 27786 0 -1 4202496 105468 0 0 0 2513 36 0 0 25 0 1 0 23880300 438607872 104194 1992294400 4194304 8395647 140733314627856 18446744073709551615 5026725 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31289/statm: 107082 104194 500 1026 0 106052 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 428328

[startup+51.101 s]
/proc/loadavg: 1.04 1.01 1.00 2/106 31291
/proc/meminfo: memFree=1503644/2059040 swapFree=4138760/4192956
[pid=31289] ppid=31287 vsize=433656 CPUtime=51.08
/proc/31289/stat : 31289 (pbscip.linux.x8) R 31287 31289 27786 0 -1 4202496 106826 0 0 0 5072 36 0 0 25 0 1 0 23880300 444063744 105552 1992294400 4194304 8395647 140733314627856 18446744073709551615 5604533 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31289/statm: 108414 105552 500 1026 0 107384 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 433656

[startup+102.308 s]
/proc/loadavg: 1.02 1.01 1.00 2/106 31292
/proc/meminfo: memFree=1427632/2059040 swapFree=4138760/4192956
[pid=31289] ppid=31287 vsize=519252 CPUtime=102.27
/proc/31289/stat : 31289 (pbscip.linux.x8) R 31287 31289 27786 0 -1 4202496 126514 0 0 0 10179 48 0 0 25 0 1 0 23880300 531714048 124615 1992294400 4194304 8395647 140733314627856 18446744073709551615 6669653 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31289/statm: 129813 124615 588 1026 0 128783 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 519252

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 31294
/proc/meminfo: memFree=1413372/2059040 swapFree=4138760/4192956
[pid=31289] ppid=31287 vsize=531896 CPUtime=162.24
/proc/31289/stat : 31289 (pbscip.linux.x8) R 31287 31289 27786 0 -1 4202496 130123 0 0 0 16163 61 0 0 25 0 1 0 23880300 544661504 128208 1992294400 4194304 8395647 140733314627856 18446744073709551615 7382020 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31289/statm: 132974 128208 594 1026 0 131944 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 531896

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 31296
/proc/meminfo: memFree=1409156/2059040 swapFree=4138760/4192956
[pid=31289] ppid=31287 vsize=535696 CPUtime=222.23
/proc/31289/stat : 31289 (pbscip.linux.x8) R 31287 31289 27786 0 -1 4202496 131148 0 0 0 22144 79 0 0 25 0 1 0 23880300 548552704 129233 1992294400 4194304 8395647 140733314627856 18446744073709551615 6376383 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31289/statm: 133924 129233 594 1026 0 132894 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 535696

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 31298
/proc/meminfo: memFree=1391548/2059040 swapFree=4138760/4192956
[pid=31289] ppid=31287 vsize=558952 CPUtime=282.22
/proc/31289/stat : 31289 (pbscip.linux.x8) R 31287 31289 27786 0 -1 4202496 136064 0 0 0 28138 84 0 0 25 0 1 0 23880300 572366848 134149 1992294400 4194304 8395647 140733314627856 18446744073709551615 5852519 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31289/statm: 139738 134149 626 1026 0 138708 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 558952

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 31298
/proc/meminfo: memFree=1326448/2059040 swapFree=4138760/4192956
[pid=31289] ppid=31287 vsize=620320 CPUtime=342.2
/proc/31289/stat : 31289 (pbscip.linux.x8) R 31287 31289 27786 0 -1 4202496 153565 0 0 0 34128 92 0 0 25 0 1 0 23880300 635207680 150401 1992294400 4194304 8395647 140733314627856 18446744073709551615 4904075 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31289/statm: 155080 150401 1131 1026 0 154050 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 620320

[startup+402.301 s]
/proc/loadavg: 1.07 1.02 1.00 2/106 31300
/proc/meminfo: memFree=1326324/2059040 swapFree=4138760/4192956
[pid=31289] ppid=31287 vsize=620320 CPUtime=402.18
/proc/31289/stat : 31289 (pbscip.linux.x8) R 31287 31289 27786 0 -1 4202496 153623 0 0 0 40126 92 0 0 25 0 1 0 23880300 635207680 150459 1992294400 4194304 8395647 140733314627856 18446744073709551615 5852537 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31289/statm: 155080 150459 1131 1026 0 154050 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 620320

[startup+462.302 s]
/proc/loadavg: 1.13 1.04 1.01 2/106 31302
/proc/meminfo: memFree=1307104/2059040 swapFree=4138760/4192956
[pid=31289] ppid=31287 vsize=645836 CPUtime=462.16
/proc/31289/stat : 31289 (pbscip.linux.x8) R 31287 31289 27786 0 -1 4202496 158426 0 0 0 46116 100 0 0 25 0 1 0 23880300 661336064 155250 1992294400 4194304 8395647 140733314627856 18446744073709551615 6013880 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31289/statm: 161459 155250 1130 1026 0 160429 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 645836

[startup+522.301 s]
/proc/loadavg: 1.16 1.06 1.01 2/106 31304
/proc/meminfo: memFree=1306980/2059040 swapFree=4138760/4192956
[pid=31289] ppid=31287 vsize=645836 CPUtime=522.15
/proc/31289/stat : 31289 (pbscip.linux.x8) R 31287 31289 27786 0 -1 4202496 158427 0 0 0 52115 100 0 0 25 0 1 0 23880300 661336064 155251 1992294400 4194304 8395647 140733314627856 18446744073709551615 6013893 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31289/statm: 161459 155251 1131 1026 0 160429 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 645836

[startup+582.302 s]
/proc/loadavg: 1.13 1.07 1.01 2/106 31306
/proc/meminfo: memFree=1300160/2059040 swapFree=4138760/4192956
[pid=31289] ppid=31287 vsize=654972 CPUtime=582.13
/proc/31289/stat : 31289 (pbscip.linux.x8) R 31287 31289 27786 0 -1 4202496 160145 0 0 0 58109 104 0 0 25 0 1 0 23880300 670691328 156963 1992294400 4194304 8395647 140733314627856 18446744073709551615 6670385 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31289/statm: 163743 156963 1125 1026 0 162713 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 654972

[startup+642.301 s]
/proc/loadavg: 1.11 1.07 1.01 2/106 31306
/proc/meminfo: memFree=1299788/2059040 swapFree=4138760/4192956
[pid=31289] ppid=31287 vsize=654972 CPUtime=642.12
/proc/31289/stat : 31289 (pbscip.linux.x8) R 31287 31289 27786 0 -1 4202496 160208 0 0 0 64098 114 0 0 25 0 1 0 23880300 670691328 156963 1992294400 4194304 8395647 140733314627856 18446744073709551615 6693794 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31289/statm: 163743 156963 1062 1026 0 162713 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 654972

[startup+702.302 s]

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

/proc/meminfo: memFree=1266556/2059040 swapFree=4138760/4192956
[pid=31289] ppid=31287 vsize=695684 CPUtime=1061.99
/proc/31289/stat : 31289 (pbscip.linux.x8) R 31287 31289 27786 0 -1 4202496 168970 0 0 0 106057 142 0 0 25 0 1 0 23880300 712380416 164928 1992294400 4194304 8395647 140733314627856 18446744073709551615 6663841 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31289/statm: 173921 164928 800 1026 0 172891 0
Current children cumulated CPU time (s) 1061.99
Current children cumulated vsize (KiB) 695684

[startup+1122.3 s]
/proc/loadavg: 1.06 1.06 1.01 2/106 31320
/proc/meminfo: memFree=1266556/2059040 swapFree=4138760/4192956
[pid=31289] ppid=31287 vsize=695684 CPUtime=1121.98
/proc/31289/stat : 31289 (pbscip.linux.x8) R 31287 31289 27786 0 -1 4202496 168970 0 0 0 112049 149 0 0 25 0 1 0 23880300 712380416 164928 1992294400 4194304 8395647 140733314627856 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31289/statm: 173921 164928 800 1026 0 172891 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 695684

[startup+1182.3 s]
/proc/loadavg: 1.05 1.06 1.01 2/106 31322
/proc/meminfo: memFree=1266432/2059040 swapFree=4138760/4192956
[pid=31289] ppid=31287 vsize=695684 CPUtime=1181.97
/proc/31289/stat : 31289 (pbscip.linux.x8) R 31287 31289 27786 0 -1 4202496 168970 0 0 0 118043 154 0 0 25 0 1 0 23880300 712380416 164928 1992294400 4194304 8395647 140733314627856 18446744073709551615 6503069 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31289/statm: 173921 164928 800 1026 0 172891 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 695684

[startup+1242.3 s]
/proc/loadavg: 1.02 1.05 1.00 2/106 31322
/proc/meminfo: memFree=1266184/2059040 swapFree=4138760/4192956
[pid=31289] ppid=31287 vsize=695684 CPUtime=1241.95
/proc/31289/stat : 31289 (pbscip.linux.x8) R 31287 31289 27786 0 -1 4202496 168970 0 0 0 124037 158 0 0 25 0 1 0 23880300 712380416 164928 1992294400 4194304 8395647 140733314627856 18446744073709551615 6013880 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31289/statm: 173921 164928 800 1026 0 172891 0
Current children cumulated CPU time (s) 1241.95
Current children cumulated vsize (KiB) 695684

[startup+1302.3 s]
/proc/loadavg: 1.00 1.04 1.00 2/106 31324
/proc/meminfo: memFree=1266060/2059040 swapFree=4138760/4192956
[pid=31289] ppid=31287 vsize=695684 CPUtime=1301.94
/proc/31289/stat : 31289 (pbscip.linux.x8) R 31287 31289 27786 0 -1 4202496 168970 0 0 0 130036 158 0 0 25 0 1 0 23880300 712380416 164928 1992294400 4194304 8395647 140733314627856 18446744073709551615 4331263 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31289/statm: 173921 164928 800 1026 0 172891 0
Current children cumulated CPU time (s) 1301.94
Current children cumulated vsize (KiB) 695684

[startup+1362.3 s]
/proc/loadavg: 1.00 1.03 1.00 2/106 31335
/proc/meminfo: memFree=1252076/2059040 swapFree=4138760/4192956
[pid=31289] ppid=31287 vsize=705760 CPUtime=1361.9
/proc/31289/stat : 31289 (pbscip.linux.x8) R 31287 31289 27786 0 -1 4202496 172049 0 0 0 136027 163 0 0 25 0 1 0 23880300 722698240 167854 1992294400 4194304 8395647 140733314627856 18446744073709551615 6670385 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31289/statm: 176440 167854 647 1026 0 175410 0
Current children cumulated CPU time (s) 1361.9
Current children cumulated vsize (KiB) 705760

[startup+1422.31 s]
/proc/loadavg: 1.00 1.02 1.00 2/106 31337
/proc/meminfo: memFree=1252076/2059040 swapFree=4138760/4192956
[pid=31289] ppid=31287 vsize=705760 CPUtime=1421.89
/proc/31289/stat : 31289 (pbscip.linux.x8) R 31287 31289 27786 0 -1 4202496 172049 0 0 0 142020 169 0 0 25 0 1 0 23880300 722698240 167854 1992294400 4194304 8395647 140733314627856 18446744073709551615 6670385 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31289/statm: 176440 167854 647 1026 0 175410 0
Current children cumulated CPU time (s) 1421.89
Current children cumulated vsize (KiB) 705760

[startup+1482.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/106 31339
/proc/meminfo: memFree=1252076/2059040 swapFree=4138760/4192956
[pid=31289] ppid=31287 vsize=705760 CPUtime=1481.86
/proc/31289/stat : 31289 (pbscip.linux.x8) R 31287 31289 27786 0 -1 4202496 172049 0 0 0 148011 175 0 0 25 0 1 0 23880300 722698240 167854 1992294400 4194304 8395647 140733314627856 18446744073709551615 6652672 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31289/statm: 176440 167854 647 1026 0 175410 0
Current children cumulated CPU time (s) 1481.86
Current children cumulated vsize (KiB) 705760

[startup+1542.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/106 31339
/proc/meminfo: memFree=1277000/2059040 swapFree=4138760/4192956
[pid=31289] ppid=31287 vsize=680300 CPUtime=1541.85
/proc/31289/stat : 31289 (pbscip.linux.x8) R 31287 31289 27786 0 -1 4202496 172163 0 0 0 154001 184 0 0 25 0 1 0 23880300 696627200 161619 1992294400 4194304 8395647 140733314627856 18446744073709551615 6663843 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31289/statm: 170075 161619 733 1026 0 169045 0
Current children cumulated CPU time (s) 1541.85
Current children cumulated vsize (KiB) 680300

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 31341
/proc/meminfo: memFree=1277000/2059040 swapFree=4138760/4192956
[pid=31289] ppid=31287 vsize=680300 CPUtime=1601.84
/proc/31289/stat : 31289 (pbscip.linux.x8) R 31287 31289 27786 0 -1 4202496 172163 0 0 0 159993 191 0 0 25 0 1 0 23880300 696627200 161619 1992294400 4194304 8395647 140733314627856 18446744073709551615 6670303 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31289/statm: 170075 161619 733 1026 0 169045 0
Current children cumulated CPU time (s) 1601.84
Current children cumulated vsize (KiB) 680300

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 31343
/proc/meminfo: memFree=1277000/2059040 swapFree=4138760/4192956
[pid=31289] ppid=31287 vsize=680300 CPUtime=1661.82
/proc/31289/stat : 31289 (pbscip.linux.x8) R 31287 31289 27786 0 -1 4202496 172163 0 0 0 165984 198 0 0 25 0 1 0 23880300 696627200 161619 1992294400 4194304 8395647 140733314627856 18446744073709551615 6667522 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31289/statm: 170075 161619 733 1026 0 169045 0
Current children cumulated CPU time (s) 1661.82
Current children cumulated vsize (KiB) 680300

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 31345
/proc/meminfo: memFree=1277124/2059040 swapFree=4138760/4192956
[pid=31289] ppid=31287 vsize=680300 CPUtime=1721.8
/proc/31289/stat : 31289 (pbscip.linux.x8) R 31287 31289 27786 0 -1 4202496 172163 0 0 0 171973 207 0 0 25 0 1 0 23880300 696627200 161619 1992294400 4194304 8395647 140733314627856 18446744073709551615 6670342 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31289/statm: 170075 161619 733 1026 0 169045 0
Current children cumulated CPU time (s) 1721.8
Current children cumulated vsize (KiB) 680300

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 31347
/proc/meminfo: memFree=1276876/2059040 swapFree=4138760/4192956
[pid=31289] ppid=31287 vsize=680300 CPUtime=1781.79
/proc/31289/stat : 31289 (pbscip.linux.x8) R 31287 31289 27786 0 -1 4202496 172163 0 0 0 177961 218 0 0 25 0 1 0 23880300 696627200 161619 1992294400 4194304 8395647 140733314627856 18446744073709551615 6503822 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31289/statm: 170075 161619 733 1026 0 169045 0
Current children cumulated CPU time (s) 1781.79
Current children cumulated vsize (KiB) 680300

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

[startup+1785.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 31347
/proc/meminfo: memFree=1276876/2059040 swapFree=4138760/4192956
[pid=31289] ppid=31287 vsize=680300 CPUtime=1784.98
/proc/31289/stat : 31289 (pbscip.linux.x8) R 31287 31289 27786 0 -1 4202496 172163 0 0 0 178280 218 0 0 25 0 1 0 23880300 696627200 161619 1992294400 4194304 8395647 140733314627856 18446744073709551615 6670385 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31289/statm: 170075 161619 733 1026 0 169045 0
Current children cumulated CPU time (s) 1784.98
Current children cumulated vsize (KiB) 680300

[startup+1788.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 31347
/proc/meminfo: memFree=1276876/2059040 swapFree=4138760/4192956
[pid=31289] ppid=31287 vsize=680300 CPUtime=1788.18
/proc/31289/stat : 31289 (pbscip.linux.x8) R 31287 31289 27786 0 -1 4202496 172163 0 0 0 178600 218 0 0 25 0 1 0 23880300 696627200 161619 1992294400 4194304 8395647 140733314627856 18446744073709551615 6697666 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31289/statm: 170075 161619 733 1026 0 169045 0
Current children cumulated CPU time (s) 1788.18
Current children cumulated vsize (KiB) 680300

[startup+1790.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 31347
/proc/meminfo: memFree=1276876/2059040 swapFree=4138760/4192956
[pid=31289] ppid=31287 vsize=680300 CPUtime=1789.78
/proc/31289/stat : 31289 (pbscip.linux.x8) R 31287 31289 27786 0 -1 4202496 172163 0 0 0 178759 219 0 0 25 0 1 0 23880300 696627200 161619 1992294400 4194304 8395647 140733314627856 18446744073709551615 6503577 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31289/statm: 170075 161619 733 1026 0 169045 0
Current children cumulated CPU time (s) 1789.78
Current children cumulated vsize (KiB) 680300

[startup+1791.91 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 31347
/proc/meminfo: memFree=1276876/2059040 swapFree=4138760/4192956
[pid=31289] ppid=31287 vsize=680300 CPUtime=1791.39
/proc/31289/stat : 31289 (pbscip.linux.x8) R 31287 31289 27786 0 -1 4202496 172171 0 0 0 178920 219 0 0 25 0 1 0 23880300 696627200 161627 1992294400 4194304 8395647 140733314627856 18446744073709551615 6171033 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/31289/statm: 170075 161627 741 1026 0 169045 0
Current children cumulated CPU time (s) 1791.39
Current children cumulated vsize (KiB) 680300

[startup+1792.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 31347
/proc/meminfo: memFree=1276876/2059040 swapFree=4138760/4192956
[pid=31289] ppid=31287 vsize=680300 CPUtime=1792.18
/proc/31289/stat : 31289 (pbscip.linux.x8) R 31287 31289 27786 0 -1 4202496 172173 0 0 0 178999 219 0 0 25 0 1 0 23880300 696627200 161629 1992294400 4194304 8395647 140733314627856 18446744073709551615 4750032 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/31289/statm: 170075 161629 743 1026 0 169045 0
Current children cumulated CPU time (s) 1792.18
Current children cumulated vsize (KiB) 680300

[startup+1793.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 31347
/proc/meminfo: memFree=1276876/2059040 swapFree=4138760/4192956
[pid=31289] ppid=31287 vsize=485552 CPUtime=1792.58
/proc/31289/stat : 31289 (pbscip.linux.x8) R 31287 31289 27786 0 -1 4202496 172173 0 0 0 179037 221 0 0 25 0 1 0 23880300 497205248 107737 1992294400 4194304 8395647 140733314627856 18446744073709551615 7602442 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/31289/statm: 121388 107319 732 1026 0 120358 0
Current children cumulated CPU time (s) 1792.58
Current children cumulated vsize (KiB) 485552

Child status: 0
Real time (s): 1793.15
CPU time (s): 1792.63
CPU user time (s): 1790.38
CPU system time (s): 2.25666
CPU usage (%): 99.9715
Max. virtual memory (cumulated for all children) (KiB): 705760

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1790.38
system time used= 2.25666
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 172177
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= 2
involuntary context switches= 14582

runsolver used 2.99754 second user time and 8.43072 second system time

The end

Launcher Data

Begin job on node054 at 2010-07-08 04:38:56
IDJOB=2703824
IDBENCH=2286
IDSOLVER=1213
FILE ID=node054/2703824-1278556736
PBS_JOBID= 11239488
Free space on /tmp= 62460 MiB

SOLVER NAME= SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/fctp/normalized-mps-v2-20-10-n3704.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-2703824-1278556736/watcher-2703824-1278556736 -o /tmp/evaluation-result-2703824-1278556736/solver-2703824-1278556736 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2703824-1278556736.opb -t 1800 -m 1800

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 79102a590238a8abf70853775a775dcb
RANDOM SEED=1150996453

node054.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.239
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.47
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.239
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1925656 kB
Buffers:           900 kB
Cached:          45416 kB
SwapCached:       4968 kB
Active:          53072 kB
Inactive:         4120 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1925656 kB
SwapTotal:     4192956 kB
SwapFree:      4138760 kB
Dirty:           18980 kB
Writeback:           0 kB
AnonPages:       10888 kB
Mapped:          11612 kB
Slab:            54452 kB
PageTables:       4140 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   179832 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264964 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62452 MiB
End job on node054 at 2010-07-08 05:08:50