Trace number 3733345

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
PB10: SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solverWrong UNSAT 1331.15 1331.36

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/fctp/normalized-mps-v2-20-10-n370a.opb
MD5SUM28d10e1d13e82e070b03ac2e5d475941
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark10179070629
Best CPU time to get the best result obtained on this benchmark1800.32
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 4978502603
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 29637219205243
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 29637219205243
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-3733345-1338696442.opb>
0.79/0.88	c original problem has 155000 variables (155000 bin, 0 int, 0 impl, 0 cont) and 5150 constraints
0.79/0.88	c problem read
0.79/0.88	c presolving settings loaded
1.49/1.54	c presolving:
1.79/1.89	c (round 1) 58504 del vars, 0 del conss, 58504 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
2.10/2.11	c (round 2) 58504 del vars, 0 del conss, 58504 chg bounds, 0 chg sides, 0 chg coeffs, 5000 upgd conss, 0 impls, 0 clqs
2.29/2.34	c (round 3) 58504 del vars, 0 del conss, 58504 chg bounds, 0 chg sides, 3037 chg coeffs, 5000 upgd conss, 70088 impls, 8423 clqs
2.49/2.52	c (round 4) 58504 del vars, 139 del conss, 58504 chg bounds, 8423 chg sides, 28306 chg coeffs, 5000 upgd conss, 70088 impls, 8423 clqs
28.68/28.79	c    (27.9s) probing: 1000/96496 (1.0%) - 0 fixings, 0 aggregations, 252012 implications, 0 bound changes
47.68/47.76	c    (46.9s) probing: 1699/96496 (1.8%) - 0 fixings, 0 aggregations, 347735 implications, 0 bound changes
47.68/47.76	c    (46.9s) probing aborted: 100/100 successive totally useless probings
47.68/47.77	c presolving (5 rounds):
47.68/47.77	c  58504 deleted vars, 139 deleted constraints, 58504 tightened bounds, 0 added holes, 8423 changed sides, 28306 changed coefficients
47.68/47.77	c  765558 implications, 8423 cliques
47.68/47.77	c presolved problem has 96496 variables (96496 bin, 0 int, 0 impl, 0 cont) and 13434 constraints
47.68/47.77	c    4861 constraints of type <knapsack>
47.68/47.77	c    8423 constraints of type <setppc>
47.68/47.77	c     150 constraints of type <linear>
47.68/47.77	c transformed objective value is always integral (scale: 1)
47.68/47.77	c Presolving Time: 46.60
47.68/47.77	c - non default parameters ----------------------------------------------------------------------
47.68/47.77	c # SCIP version 1.2.1.3
47.68/47.77	c 
47.68/47.77	c # frequency for displaying node information lines
47.68/47.77	c # [type: int, range: [-1,2147483647], default: 100]
47.68/47.77	c display/freq = 10000
47.68/47.77	c 
47.68/47.77	c # maximal time in seconds to run
47.68/47.77	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
47.68/47.77	c limits/time = 1789.13
47.68/47.77	c 
47.68/47.77	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
47.68/47.77	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
47.68/47.77	c limits/memory = 13950
47.68/47.77	c 
47.68/47.77	c # default clock type (1: CPU user seconds, 2: wall clock time)
47.68/47.77	c # [type: int, range: [1,2], default: 1]
47.68/47.77	c timing/clocktype = 2
47.68/47.77	c 
47.68/47.77	c # should presolving try to simplify inequalities
47.68/47.77	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
47.68/47.77	c constraints/linear/simplifyinequalities = TRUE
47.68/47.77	c 
47.68/47.77	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
47.68/47.77	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
47.68/47.77	c constraints/indicator/addCouplingCons = TRUE
47.68/47.77	c 
47.68/47.77	c # should presolving try to simplify knapsacks
47.68/47.77	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
47.68/47.77	c constraints/knapsack/simplifyinequalities = TRUE
47.68/47.77	c 
47.68/47.77	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
47.68/47.77	c # [type: int, range: [-1,2147483647], default: -1]
47.68/47.77	c separating/rapidlearning/freq = 0
47.68/47.77	c 
47.68/47.77	c -----------------------------------------------------------------------------------------------
47.68/47.77	c start solving
47.78/47.82	c 
70.39/70.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
70.39/70.41	c  69.5s|     1 |     0 | 21059 |     - | 423M|   0 | 278 |  96k|  13k|  96k|  13k|   0 |   0 |   0 | 1.002721e+09 |      --      |    Inf 
171.66/171.78	c   171s|     1 |     0 | 50117 |     - | 437M|   0 | 498 |  96k|  13k|  96k|  13k| 351 |   0 |   0 | 1.003517e+09 |      --      |    Inf 
272.65/272.73	c   272s|     1 |     0 | 55634 |     - | 445M|   0 | 716 |  96k|  13k|  96k|  14k| 664 |   0 |   0 | 1.004604e+09 |      --      |    Inf 
387.53/387.68	c   387s|     1 |     0 | 63211 |     - | 449M|   0 | 920 |  96k|  13k|  96k|  14k| 994 |   0 |   0 | 1.005225e+09 |      --      |    Inf 
506.30/506.47	c   506s|     1 |     0 | 69505 |     - | 455M|   0 |1146 |  96k|  13k|  96k|  14k|1274 |   0 |   0 | 1.005998e+09 |      --      |    Inf 
639.38/639.55	c   639s|     1 |     0 | 78496 |     - | 458M|   0 |1239 |  96k|  13k|  96k|  14k|1524 |   0 |   0 | 1.006700e+09 |      --      |    Inf 
742.27/742.47	c   742s|     1 |     0 | 82265 |     - | 460M|   0 |1436 |  96k|  13k|  96k|  15k|1772 |   0 |   0 | 1.007106e+09 |      --      |    Inf 
848.15/848.31	c   847s|     1 |     0 | 85890 |     - | 461M|   0 |1614 |  96k|  13k|  96k|  15k|2014 |   0 |   0 | 1.007369e+09 |      --      |    Inf 
944.74/944.99	c   944s|     1 |     0 | 87385 |     - | 463M|   0 |1755 |  96k|  13k|  96k|  15k|2190 |   0 |   0 | 1.007515e+09 |      --      |    Inf 
1048.32/1048.52	c  1048s|     1 |     0 | 90017 |     - | 464M|   0 |1824 |  96k|  13k|  96k|  15k|2310 |   0 |   0 | 1.007732e+09 |      --      |    Inf 
1146.01/1146.25	c  1145s|     1 |     0 | 91409 |     - | 465M|   0 |1860 |  96k|  13k|  96k|  15k|2447 |   0 |   0 | 1.007845e+09 |      --      |    Inf 
1238.30/1238.51	c  1238s|     1 |     0 | 92416 |     - | 466M|   0 |1879 |  96k|  13k|  96k|  16k|2575 |   0 |   0 | 1.007875e+09 |      --      |    Inf 
1330.48/1330.72	c  1330s|     1 |     0 | 94527 |     - | 467M|   0 |   - |  96k|  13k|  96k|  16k|2682 |   0 |   0 |      --      |      --      |   0.00%
1330.48/1330.72	c  1330s|     1 |     0 | 94527 |     - | 467M|   0 |   - |  96k|  13k|  96k|  16k|2682 |   0 |   0 |      --      |      --      |   0.00%
1330.48/1330.72	c 
1330.48/1330.72	c SCIP Status        : problem is solved [infeasible]
1330.48/1330.72	c Solving Time (sec) : 1329.85
1330.48/1330.72	c Solving Nodes      : 1
1330.48/1330.72	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1330.48/1330.72	c Dual Bound         : +1.00000000000000e+20
1330.48/1330.72	c Gap                : 0.00 %
1330.48/1330.72	s UNSATISFIABLE
1330.48/1330.72	c SCIP Status        : problem is solved [infeasible]
1330.48/1330.72	c Solving Time       :    1329.85
1330.48/1330.72	c Original Problem   :
1330.48/1330.72	c   Problem name     : HOME/instance-3733345-1338696442.opb
1330.48/1330.72	c   Variables        : 155000 (155000 binary, 0 integer, 0 implicit integer, 0 continuous)
1330.48/1330.72	c   Constraints      : 5150 initial, 5150 maximal
1330.48/1330.72	c Presolved Problem  :
1330.48/1330.72	c   Problem name     : t_HOME/instance-3733345-1338696442.opb
1330.48/1330.72	c   Variables        : 96496 (96496 binary, 0 integer, 0 implicit integer, 0 continuous)
1330.48/1330.72	c   Constraints      : 13434 initial, 13434 maximal
1330.48/1330.72	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1330.48/1330.72	c   trivial          :       0.04          0          0          0          0          0          0          0          0
1330.48/1330.72	c   dualfix          :       0.03          0          0          0          0          0          0          0          0
1330.48/1330.72	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1330.48/1330.72	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1330.48/1330.72	c   implics          :       0.02          0          0          0          0          0          0          0          0
1330.48/1330.72	c   probing          :      45.18          0          0          0          0          0          0          0          0
1330.48/1330.72	c   knapsack         :       0.34          0          0          0          0          0        139       8423      28306
1330.48/1330.72	c   setppc           :       0.04          0          0          0          0          0          0          0          0
1330.48/1330.72	c   linear           :       0.51      58504          0          0      58504          0          0          0          0
1330.48/1330.72	c   root node        :          -          0          -          -          0          -          -          -          -
1330.48/1330.72	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1330.48/1330.72	c   integral         :          0          0          0          0          0          0          0          0          0          0
1330.48/1330.72	c   knapsack         :       4861         12       4856          0          0          0          0       2424          0          0
1330.48/1330.72	c   setppc           :       8423         12       4856          0          0          0          0          0          0          0
1330.48/1330.72	c   linear           :        150         12       4856          0          0          0          0       1393          0          0
1330.48/1330.72	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1330.48/1330.72	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1330.48/1330.72	c   integral         :       0.00       0.00       0.00       0.00       0.00
1330.48/1330.72	c   knapsack         :       1.12       0.10       1.02       0.00       0.00
1330.48/1330.72	c   setppc           :       2.14       0.01       2.13       0.00       0.00
1330.48/1330.72	c   linear           :    1009.35     984.02      25.33       0.00       0.00
1330.48/1330.72	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1330.48/1330.72	c Propagators        :       Time      Calls    Cutoffs    DomReds
1330.48/1330.72	c   vbounds          :       0.01          2          0          0
1330.48/1330.72	c   rootredcost      :       0.00          0          0          0
1330.48/1330.72	c   pseudoobj        :       0.07         14          1          0
1330.48/1330.72	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1330.48/1330.72	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1330.48/1330.72	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1330.48/1330.72	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1330.48/1330.72	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1330.48/1330.72	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1330.48/1330.72	c   applied globally :          -          -          -          0        0.0          -          -          -
1330.48/1330.72	c   applied locally  :          -          -          -          0        0.0          -          -          -
1330.48/1330.72	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1330.48/1330.72	c   cut pool         :       0.05         11          -          -        344          -    (maximal pool size: 2515)
1330.48/1330.72	c   redcost          :       0.08         12          0          0          0          0
1330.48/1330.72	c   impliedbounds    :       0.07         12          0          0       1772          0
1330.48/1330.72	c   intobj           :       0.00          0          0          0          0          0
1330.48/1330.72	c   cgmip            :       0.00          0          0          0          0          0
1330.48/1330.72	c   gomory           :       8.23         12          0          0         10          0
1330.48/1330.72	c   strongcg         :       7.81         12          0          0         22          0
1330.48/1330.72	c   cmir             :      19.90         10          0          0        240          0
1330.48/1330.72	c   flowcover        :      49.64         10          0          0       1001          0
1330.48/1330.72	c   clique           :       3.08         12          0          0         39          0
1330.48/1330.72	c   zerohalf         :       0.00          0          0          0          0          0
1330.48/1330.72	c   mcf              :       0.01          1          0          0          0          0
1330.48/1330.72	c   rapidlearning    :       0.00          0          0          0          0          0
1330.48/1330.72	c Pricers            :       Time      Calls       Vars
1330.48/1330.72	c   problem variables:       0.00          0          0
1330.48/1330.72	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1330.48/1330.72	c   pscost           :       0.00          0          0          0          0          0          0
1330.48/1330.72	c   inference        :       0.00          0          0          0          0          0          0
1330.48/1330.72	c   mostinf          :       0.00          0          0          0          0          0          0
1330.48/1330.72	c   leastinf         :       0.00          0          0          0          0          0          0
1330.48/1330.72	c   fullstrong       :       0.00          0          0          0          0          0          0
1330.48/1330.72	c   allfullstrong    :       0.00          0          0          0          0          0          0
1330.48/1330.72	c   random           :       0.00          0          0          0          0          0          0
1330.48/1330.72	c   relpscost        :       0.00          0          0          0          0          0          0
1330.48/1330.72	c Primal Heuristics  :       Time      Calls      Found
1330.48/1330.72	c   LP solutions     :       0.00          -          0
1330.48/1330.72	c   pseudo solutions :       0.00          -          0
1330.48/1330.72	c   oneopt           :       0.00          0          0
1330.48/1330.72	c   trivial          :       0.18          2          0
1330.48/1330.72	c   simplerounding   :       0.01         12          0
1330.48/1330.72	c   zirounding       :       0.00          0          0
1330.48/1330.72	c   rounding         :       0.05         12          0
1330.48/1330.72	c   shifting         :       2.61         12          0
1330.48/1330.72	c   intshifting      :       0.00          0          0
1330.48/1330.72	c   twoopt           :       0.00          0          0
1330.48/1330.72	c   fixandinfer      :       0.00          0          0
1330.48/1330.72	c   feaspump         :      26.18          1          0
1330.48/1330.72	c   coefdiving       :       0.00          0          0
1330.48/1330.72	c   pscostdiving     :       0.00          0          0
1330.48/1330.72	c   fracdiving       :       0.00          0          0
1330.48/1330.72	c   veclendiving     :       0.00          0          0
1330.48/1330.72	c   intdiving        :       0.00          0          0
1330.48/1330.72	c   actconsdiving    :       0.00          0          0
1330.48/1330.72	c   objpscostdiving  :       0.00          0          0
1330.48/1330.72	c   rootsoldiving    :       0.00          0          0
1330.48/1330.72	c   linesearchdiving :       0.00          0          0
1330.48/1330.72	c   guideddiving     :       0.00          0          0
1330.48/1330.72	c   octane           :       0.00          0          0
1330.48/1330.72	c   rens             :       0.00          0          0
1330.48/1330.72	c   rins             :       0.00          0          0
1330.48/1330.72	c   localbranching   :       0.00          0          0
1330.48/1330.72	c   mutation         :       0.00          0          0
1330.48/1330.72	c   crossover        :       0.00          0          0
1330.48/1330.72	c   dins             :       0.00          0          0
1330.48/1330.72	c   undercover       :       0.00          0          0
1330.48/1330.72	c   nlp              :       0.00          0          0
1330.48/1330.72	c   trysol           :       0.00          0          0
1330.48/1330.72	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1330.48/1330.72	c   primal LP        :       0.00          0          0       0.00          -
1330.48/1330.72	c   dual LP          :     179.43         14      67455    4818.21     375.94
1330.48/1330.72	c   lex dual LP      :       0.00          0          0       0.00          -
1330.48/1330.72	c   barrier LP       :       0.00          0          0       0.00          -
1330.48/1330.72	c   diving/probing LP:      25.37         19      27072    1424.84    1066.94
1330.48/1330.72	c   strong branching :       0.00          0          0       0.00          -
1330.48/1330.72	c     (at root node) :          -          0          0       0.00          -
1330.48/1330.72	c   conflict analysis:       0.00          0          0       0.00          -
1330.48/1330.72	c B&B Tree           :
1330.48/1330.72	c   number of runs   :          1
1330.48/1330.72	c   nodes            :          1
1330.48/1330.72	c   nodes (total)    :          1
1330.48/1330.72	c   nodes left       :          0
1330.48/1330.72	c   max depth        :          0
1330.48/1330.72	c   max depth (total):          0
1330.48/1330.72	c   backtracks       :          0 (0.0%)
1330.48/1330.72	c   delayed cutoffs  :          0
1330.48/1330.72	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1330.48/1330.72	c   avg switch length:       2.00
1330.48/1330.72	c   switching time   :       0.00
1330.48/1330.72	c Solution           :
1330.48/1330.72	c   Solutions found  :          0 (0 improvements)
1330.48/1330.72	c   Primal Bound     : infeasible
1330.48/1330.72	c   Dual Bound       :          -
1330.48/1330.72	c   Gap              :       0.00 %
1330.48/1330.72	c   Root Dual Bound  :          -
1330.48/1330.72	c   Root Iterations  :      94527
1331.07/1331.36	c Time complete: 1331.13.

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

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 23609
/proc/meminfo: memFree=26750284/32873844 swapFree=7628/7628
[pid=23609] ppid=23607 vsize=7916 CPUtime=0 cores=1,3,5,7
/proc/23609/stat : 23609 (pbscip.linux.x8) R 23607 23609 20882 0 -1 4202496 1251 0 0 0 0 0 0 0 20 0 1 0 335772735 8105984 1197 33554432000 4194304 8395647 140733436635408 140733592255112 7430272 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23609/statm: 1979 1198 370 1026 0 949 0

[startup+0.050782 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 23609
/proc/meminfo: memFree=26750284/32873844 swapFree=7628/7628
[pid=23609] ppid=23607 vsize=27384 CPUtime=0.04 cores=1,3,5,7
/proc/23609/stat : 23609 (pbscip.linux.x8) R 23607 23609 20882 0 -1 4202496 6104 0 0 0 4 0 0 0 20 0 1 0 335772735 28041216 6044 33554432000 4194304 8395647 140733436635408 140733592255112 7439152 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23609/statm: 6846 6046 387 1026 0 5816 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 27384

[startup+0.100342 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 23609
/proc/meminfo: memFree=26750284/32873844 swapFree=7628/7628
[pid=23609] ppid=23607 vsize=46316 CPUtime=0.09 cores=1,3,5,7
/proc/23609/stat : 23609 (pbscip.linux.x8) R 23607 23609 20882 0 -1 4202496 10757 0 0 0 8 1 0 0 20 0 1 0 335772735 47427584 10697 33554432000 4194304 8395647 140733436635408 140733592255112 4327619 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23609/statm: 11579 10697 387 1026 0 10549 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 46316

[startup+0.300387 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 23609
/proc/meminfo: memFree=26750284/32873844 swapFree=7628/7628
[pid=23609] ppid=23607 vsize=121816 CPUtime=0.29 cores=1,3,5,7
/proc/23609/stat : 23609 (pbscip.linux.x8) R 23607 23609 20882 0 -1 4202496 29107 0 0 0 25 4 0 0 20 0 1 0 335772735 124739584 29047 33554432000 4194304 8395647 140733436635408 140733592255112 4713217 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23609/statm: 30454 29047 390 1026 0 29424 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 121816

[startup+0.700334 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 23609
/proc/meminfo: memFree=26750284/32873844 swapFree=7628/7628
[pid=23609] ppid=23607 vsize=127540 CPUtime=0.69 cores=1,3,5,7
/proc/23609/stat : 23609 (pbscip.linux.x8) R 23607 23609 20882 0 -1 4202496 30517 0 0 0 65 4 0 0 20 0 1 0 335772735 130600960 30457 33554432000 4194304 8395647 140733436635408 140733436500616 7301408 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23609/statm: 31885 30457 394 1026 0 30855 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 127540

[startup+1.50034 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 23610
/proc/meminfo: memFree=26518396/32873844 swapFree=7628/7628
[pid=23609] ppid=23607 vsize=315744 CPUtime=1.49 cores=1,3,5,7
/proc/23609/stat : 23609 (pbscip.linux.x8) R 23607 23609 20882 0 -1 4202496 77323 0 0 0 138 11 0 0 20 0 1 0 335772735 323321856 76909 33554432000 4194304 8395647 140733436635408 140733436633080 4601776 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/23609/statm: 78936 76909 442 1026 0 77906 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 315744

[startup+3.10035 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 23610
/proc/meminfo: memFree=26431216/32873844 swapFree=7628/7628
[pid=23609] ppid=23607 vsize=415004 CPUtime=3.09 cores=1,3,5,7
/proc/23609/stat : 23609 (pbscip.linux.x8) R 23607 23609 20882 0 -1 4202496 101660 0 0 0 294 15 0 0 20 0 1 0 335772735 424964096 100931 33554432000 4194304 8395647 140733436635408 140733436632920 5029611 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/23609/statm: 103751 100931 500 1026 0 102721 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 415004

[startup+6.30034 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 23610
/proc/meminfo: memFree=26342804/32873844 swapFree=7628/7628
[pid=23609] ppid=23607 vsize=423440 CPUtime=6.29 cores=1,3,5,7
/proc/23609/stat : 23609 (pbscip.linux.x8) R 23607 23609 20882 0 -1 4202496 103660 0 0 0 613 16 0 0 20 0 1 0 335772735 433602560 102931 33554432000 4194304 8395647 140733436635408 140733436631480 5027358 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/23609/statm: 105860 102931 500 1026 0 104830 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 423440

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 23610
/proc/meminfo: memFree=26335132/32873844 swapFree=7628/7628
[pid=23609] ppid=23607 vsize=427788 CPUtime=12.69 cores=1,3,5,7
/proc/23609/stat : 23609 (pbscip.linux.x8) R 23607 23609 20882 0 -1 4202496 104739 0 0 0 1253 16 0 0 20 0 1 0 335772735 438054912 104010 33554432000 4194304 8395647 140733436635408 140733436631480 5604422 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/23609/statm: 106947 104010 500 1026 0 105917 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 427788

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 23610
/proc/meminfo: memFree=26327568/32873844 swapFree=7628/7628
[pid=23609] ppid=23607 vsize=435376 CPUtime=25.48 cores=1,3,5,7
/proc/23609/stat : 23609 (pbscip.linux.x8) R 23607 23609 20882 0 -1 4202496 106664 0 0 0 2532 16 0 0 20 0 1 0 335772735 445825024 105935 33554432000 4194304 8395647 140733436635408 140733436631480 5604422 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/23609/statm: 108844 105935 500 1026 0 107814 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 435376

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 23610
/proc/meminfo: memFree=26236348/32873844 swapFree=7628/7628
[pid=23609] ppid=23607 vsize=531124 CPUtime=51.09 cores=1,3,5,7
/proc/23609/stat : 23609 (pbscip.linux.x8) R 23607 23609 20882 0 -1 4202496 125251 0 0 0 5087 22 0 0 20 0 1 0 335772735 543870976 128605 33554432000 4194304 8395647 140733436635408 140733436630968 6669626 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/23609/statm: 132781 128605 578 1026 0 131751 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 531124

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 23610
/proc/meminfo: memFree=26215392/32873844 swapFree=7628/7628
[pid=23609] ppid=23607 vsize=549708 CPUtime=102.28 cores=1,3,5,7
/proc/23609/stat : 23609 (pbscip.linux.x8) R 23607 23609 20882 0 -1 4202496 130018 0 0 0 10194 34 0 0 20 0 1 0 335772735 562900992 133356 33554432000 4194304 8395647 140733436635408 140733436630296 6013893 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/23609/statm: 137427 133356 592 1026 0 136397 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 549708

[startup+162.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/178 23652
/proc/meminfo: memFree=26444860/32873844 swapFree=7628/7628
[pid=23609] ppid=23607 vsize=571224 CPUtime=162.26 cores=1,3,5,7
/proc/23609/stat : 23609 (pbscip.linux.x8) R 23607 23609 20882 0 -1 4202496 134431 0 0 0 16192 34 0 0 20 0 1 0 335772735 584933376 137759 33554432000 4194304 8395647 140733436635408 140733436629448 5841303 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/23609/statm: 142806 137759 605 1026 0 141776 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 571224

[startup+222.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/177 23652
/proc/meminfo: memFree=26329540/32873844 swapFree=7628/7628
[pid=23609] ppid=23607 vsize=631244 CPUtime=222.26 cores=1,3,5,7
/proc/23609/stat : 23609 (pbscip.linux.x8) R 23607 23609 20882 0 -1 4202496 141723 0 0 0 22189 37 0 0 20 0 1 0 335772735 646393856 151937 33554432000 4194304 8395647 140733436635408 140733436630024 6013880 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/23609/statm: 157811 151937 618 1026 0 156781 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 631244

[startup+282.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 23652
/proc/meminfo: memFree=26308412/32873844 swapFree=7628/7628
[pid=23609] ppid=23607 vsize=653492 CPUtime=282.24 cores=1,3,5,7
/proc/23609/stat : 23609 (pbscip.linux.x8) R 23607 23609 20882 0 -1 4202496 142927 0 0 0 28183 41 0 0 20 0 1 0 335772735 669175808 157204 33554432000 4194304 8395647 140733436635408 140733436630024 6013893 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/23609/statm: 163373 157204 619 1026 0 162343 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 653492

[startup+342.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 23652
/proc/meminfo: memFree=26307884/32873844 swapFree=7628/7628
[pid=23609] ppid=23607 vsize=653492 CPUtime=342.24 cores=1,3,5,7
/proc/23609/stat : 23609 (pbscip.linux.x8) R 23607 23609 20882 0 -1 4202496 142929 0 0 0 34183 41 0 0 20 0 1 0 335772735 669175808 157234 33554432000 4194304 8395647 140733436635408 140733436630024 6013877 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/23609/statm: 163373 157234 619 1026 0 162343 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 653492

[startup+402.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/177 23652
/proc/meminfo: memFree=26298996/32873844 swapFree=7628/7628
[pid=23609] ppid=23607 vsize=665476 CPUtime=402.22 cores=1,3,5,7
/proc/23609/stat : 23609 (pbscip.linux.x8) R 23607 23609 20882 0 -1 4202496 143962 0 0 0 40177 45 0 0 20 0 1 0 335772735 681447424 159371 33554432000 4194304 8395647 140733436635408 140733436630024 6013880 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/23609/statm: 166369 159371 619 1026 0 165339 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 665476

[startup+462.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/176 23652
/proc/meminfo: memFree=26290500/32873844 swapFree=7628/7628
[pid=23609] ppid=23607 vsize=665476 CPUtime=462.21 cores=1,3,5,7
/proc/23609/stat : 23609 (pbscip.linux.x8) R 23607 23609 20882 0 -1 4202496 143969 0 0 0 46176 45 0 0 20 0 1 0 335772735 681447424 161622 33554432000 4194304 8395647 140733436635408 140733436630024 4331218 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/23609/statm: 166369 161622 619 1026 0 165339 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 665476

[startup+522.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 23653
/proc/meminfo: memFree=26279552/32873844 swapFree=7628/7628
[pid=23609] ppid=23607 vsize=673668 CPUtime=522.2 cores=1,3,5,7
/proc/23609/stat : 23609 (pbscip.linux.x8) R 23607 23609 20882 0 -1 4202496 144526 0 0 0 52172 48 0 0 20 0 1 0 335772735 689836032 164351 33554432000 4194304 8395647 140733436635408 140733436630024 6013893 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/23609/statm: 168417 164351 619 1026 0 167387 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 673668

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 23653
/proc/meminfo: memFree=26278000/32873844 swapFree=7628/7628
[pid=23609] ppid=23607 vsize=673668 CPUtime=582.19 cores=1,3,5,7
/proc/23609/stat : 23609 (pbscip.linux.x8) R 23607 23609 20882 0 -1 4202496 144526 0 0 0 58171 48 0 0 20 0 1 0 335772735 689836032 164402 33554432000 4194304 8395647 140733436635408 140733436630024 6013893 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/23609/statm: 168417 164402 619 1026 0 167387 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 673668

[startup+642.3 s]

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

/proc/meminfo: memFree=26258052/32873844 swapFree=7628/7628
[pid=23609] ppid=23607 vsize=697772 CPUtime=702.17 cores=1,3,5,7
/proc/23609/stat : 23609 (pbscip.linux.x8) R 23607 23609 20882 0 -1 4202496 146894 0 0 0 70163 54 0 0 20 0 1 0 335772735 714518528 169319 33554432000 4194304 8395647 140733436635408 140733436630024 6013880 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/23609/statm: 174443 169319 619 1026 0 173413 0
Current children cumulated CPU time (s) 702.17
Current children cumulated vsize (KiB) 697772

[startup+762.306 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 23656
/proc/meminfo: memFree=26249884/32873844 swapFree=7628/7628
[pid=23609] ppid=23607 vsize=705800 CPUtime=762.17 cores=1,3,5,7
/proc/23609/stat : 23609 (pbscip.linux.x8) R 23607 23609 20882 0 -1 4202496 147429 0 0 0 76161 56 0 0 20 0 1 0 335772735 722739200 171387 33554432000 4194304 8395647 140733436635408 140733436630024 6013880 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/23609/statm: 176450 171387 619 1026 0 175420 0
Current children cumulated CPU time (s) 762.17
Current children cumulated vsize (KiB) 705800

[startup+822.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 23657
/proc/meminfo: memFree=26250048/32873844 swapFree=7628/7628
[pid=23609] ppid=23607 vsize=705800 CPUtime=822.16 cores=1,3,5,7
/proc/23609/stat : 23609 (pbscip.linux.x8) R 23607 23609 20882 0 -1 4202496 147429 0 0 0 82160 56 0 0 20 0 1 0 335772735 722739200 171387 33554432000 4194304 8395647 140733436635408 140733436630024 6013893 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/23609/statm: 176450 171387 619 1026 0 175420 0
Current children cumulated CPU time (s) 822.16
Current children cumulated vsize (KiB) 705800

[startup+882.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 23657
/proc/meminfo: memFree=26245084/32873844 swapFree=7628/7628
[pid=23609] ppid=23607 vsize=710444 CPUtime=882.14 cores=1,3,5,7
/proc/23609/stat : 23609 (pbscip.linux.x8) R 23607 23609 20882 0 -1 4202496 147658 0 0 0 88156 58 0 0 20 0 1 0 335772735 727494656 172638 33554432000 4194304 8395647 140733436635408 140733436630024 6013893 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/23609/statm: 177611 172638 619 1026 0 176581 0
Current children cumulated CPU time (s) 882.14
Current children cumulated vsize (KiB) 710444

[startup+942.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 23657
/proc/meminfo: memFree=26238876/32873844 swapFree=7628/7628
[pid=23609] ppid=23607 vsize=725068 CPUtime=942.14 cores=1,3,5,7
/proc/23609/stat : 23609 (pbscip.linux.x8) R 23607 23609 20882 0 -1 4202496 148172 0 0 0 94155 59 0 0 20 0 1 0 335772735 742469632 174174 33554432000 4194304 8395647 140733436635408 140733436630968 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/23609/statm: 181267 174174 619 1026 0 180237 0
Current children cumulated CPU time (s) 942.14
Current children cumulated vsize (KiB) 725068

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 23657
/proc/meminfo: memFree=26238216/32873844 swapFree=7628/7628
[pid=23609] ppid=23607 vsize=725068 CPUtime=1002.12 cores=1,3,5,7
/proc/23609/stat : 23609 (pbscip.linux.x8) R 23607 23609 20882 0 -1 4202496 148173 0 0 0 100153 59 0 0 20 0 1 0 335772735 742469632 174325 33554432000 4194304 8395647 140733436635408 140733436630024 6013893 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/23609/statm: 181267 174325 619 1026 0 180237 0
Current children cumulated CPU time (s) 1002.12
Current children cumulated vsize (KiB) 725068

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 23657
/proc/meminfo: memFree=26229344/32873844 swapFree=7628/7628
[pid=23609] ppid=23607 vsize=728892 CPUtime=1062.11 cores=1,3,5,7
/proc/23609/stat : 23609 (pbscip.linux.x8) R 23607 23609 20882 0 -1 4202496 148893 0 0 0 106150 61 0 0 20 0 1 0 335772735 746385408 176578 33554432000 4194304 8395647 140733436635408 140733436630024 4331203 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/23609/statm: 182223 176578 619 1026 0 181193 0
Current children cumulated CPU time (s) 1062.11
Current children cumulated vsize (KiB) 728892

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 23658
/proc/meminfo: memFree=26229468/32873844 swapFree=7628/7628
[pid=23609] ppid=23607 vsize=728892 CPUtime=1122.1 cores=1,3,5,7
/proc/23609/stat : 23609 (pbscip.linux.x8) R 23607 23609 20882 0 -1 4202496 148893 0 0 0 112149 61 0 0 20 0 1 0 335772735 746385408 176578 33554432000 4194304 8395647 140733436635408 140733436630024 4904028 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/23609/statm: 182223 176578 619 1026 0 181193 0
Current children cumulated CPU time (s) 1122.1
Current children cumulated vsize (KiB) 728892

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 23658
/proc/meminfo: memFree=26227732/32873844 swapFree=7628/7628
[pid=23609] ppid=23607 vsize=740452 CPUtime=1182.1 cores=1,3,5,7
/proc/23609/stat : 23609 (pbscip.linux.x8) R 23607 23609 20882 0 -1 4202496 149327 0 0 0 118148 62 0 0 20 0 1 0 335772735 758222848 177012 33554432000 4194304 8395647 140733436635408 140733436630024 6013877 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/23609/statm: 185113 177012 619 1026 0 184083 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 740452

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 23658
/proc/meminfo: memFree=26222644/32873844 swapFree=7628/7628
[pid=23609] ppid=23607 vsize=740452 CPUtime=1242.09 cores=1,3,5,7
/proc/23609/stat : 23609 (pbscip.linux.x8) R 23607 23609 20882 0 -1 4202496 149477 0 0 0 124146 63 0 0 20 0 1 0 335772735 758222848 178184 33554432000 4194304 8395647 140733436635408 140733436630024 6013877 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/23609/statm: 185113 178184 619 1026 0 184083 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 740452

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 23658
/proc/meminfo: memFree=26222520/32873844 swapFree=7628/7628
[pid=23609] ppid=23607 vsize=740452 CPUtime=1302.09 cores=1,3,5,7
/proc/23609/stat : 23609 (pbscip.linux.x8) R 23607 23609 20882 0 -1 4202496 149477 0 0 0 130146 63 0 0 20 0 1 0 335772735 758222848 178184 33554432000 4194304 8395647 140733436635408 140733436630024 6013893 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/23609/statm: 185113 178184 619 1026 0 184083 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 740452

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

[startup+1305.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 23658
/proc/meminfo: memFree=26222520/32873844 swapFree=7628/7628
[pid=23609] ppid=23607 vsize=740452 CPUtime=1305.28 cores=1,3,5,7
/proc/23609/stat : 23609 (pbscip.linux.x8) R 23607 23609 20882 0 -1 4202496 149477 0 0 0 130465 63 0 0 20 0 1 0 335772735 758222848 178184 33554432000 4194304 8395647 140733436635408 140733436630024 6013877 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/23609/statm: 185113 178184 619 1026 0 184083 0
Current children cumulated CPU time (s) 1305.28
Current children cumulated vsize (KiB) 740452

[startup+1318.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 23658
/proc/meminfo: memFree=26222396/32873844 swapFree=7628/7628
[pid=23609] ppid=23607 vsize=740452 CPUtime=1318.08 cores=1,3,5,7
/proc/23609/stat : 23609 (pbscip.linux.x8) R 23607 23609 20882 0 -1 4202496 149477 0 0 0 131745 63 0 0 20 0 1 0 335772735 758222848 178184 33554432000 4194304 8395647 140733436635408 140733436630024 6013880 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/23609/statm: 185113 178184 619 1026 0 184083 0
Current children cumulated CPU time (s) 1318.08
Current children cumulated vsize (KiB) 740452

[startup+1324.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 23658
/proc/meminfo: memFree=26222396/32873844 swapFree=7628/7628
[pid=23609] ppid=23607 vsize=740452 CPUtime=1324.48 cores=1,3,5,7
/proc/23609/stat : 23609 (pbscip.linux.x8) R 23607 23609 20882 0 -1 4202496 149477 0 0 0 132385 63 0 0 20 0 1 0 335772735 758222848 178184 33554432000 4194304 8395647 140733436635408 140733436630024 6198251 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/23609/statm: 185113 178184 619 1026 0 184083 0
Current children cumulated CPU time (s) 1324.48
Current children cumulated vsize (KiB) 740452

[startup+1327.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 23658
/proc/meminfo: memFree=26218052/32873844 swapFree=7628/7628
[pid=23609] ppid=23607 vsize=740452 CPUtime=1327.67 cores=1,3,5,7
/proc/23609/stat : 23609 (pbscip.linux.x8) R 23607 23609 20882 0 -1 4202496 149546 0 0 0 132704 63 0 0 20 0 1 0 335772735 758222848 179275 33554432000 4194304 8395647 140733436635408 140733436630968 6663837 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/23609/statm: 185113 179275 619 1026 0 184083 0
Current children cumulated CPU time (s) 1327.67
Current children cumulated vsize (KiB) 740452

[startup+1329.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 23658
/proc/meminfo: memFree=26218052/32873844 swapFree=7628/7628
[pid=23609] ppid=23607 vsize=740452 CPUtime=1329.28 cores=1,3,5,7
/proc/23609/stat : 23609 (pbscip.linux.x8) R 23607 23609 20882 0 -1 4202496 149546 0 0 0 132864 64 0 0 20 0 1 0 335772735 758222848 179275 33554432000 4194304 8395647 140733436635408 140733436630264 6700583 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/23609/statm: 185113 179275 619 1026 0 184083 0
Current children cumulated CPU time (s) 1329.28
Current children cumulated vsize (KiB) 740452

[startup+1330.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 23658
/proc/meminfo: memFree=26218052/32873844 swapFree=7628/7628
[pid=23609] ppid=23607 vsize=740452 CPUtime=1330.08 cores=1,3,5,7
/proc/23609/stat : 23609 (pbscip.linux.x8) R 23607 23609 20882 0 -1 4202496 149546 0 0 0 132944 64 0 0 20 0 1 0 335772735 758222848 179275 33554432000 4194304 8395647 140733436635408 140733436630264 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/23609/statm: 185113 179275 619 1026 0 184083 0
Current children cumulated CPU time (s) 1330.08
Current children cumulated vsize (KiB) 740452

[startup+1331.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 23658
/proc/meminfo: memFree=26218052/32873844 swapFree=7628/7628
[pid=23609] ppid=23607 vsize=740452 CPUtime=1330.88 cores=1,3,5,7
/proc/23609/stat : 23609 (pbscip.linux.x8) R 23607 23609 20882 0 -1 4202496 149554 0 0 0 133024 64 0 0 20 0 1 0 335772735 758222848 179283 33554432000 4194304 8395647 140733436635408 140733436630568 6345229 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23609/statm: 185113 179283 627 1026 0 184083 0
Current children cumulated CPU time (s) 1330.88
Current children cumulated vsize (KiB) 740452

[startup+1331.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 23658
/proc/meminfo: memFree=26218052/32873844 swapFree=7628/7628
[pid=23609] ppid=23607 vsize=634408 CPUtime=1331.07 cores=1,3,5,7
/proc/23609/stat : 23609 (pbscip.linux.x8) R 23607 23609 20882 0 -1 4202496 149554 0 0 0 133043 64 0 0 20 0 1 0 335772735 649633792 157526 33554432000 4194304 8395647 140733436635408 140733436630568 4750673 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23609/statm: 158602 157526 627 1026 0 157572 0
Current children cumulated CPU time (s) 1331.07
Current children cumulated vsize (KiB) 634408

Child status: 0
Real time (s): 1331.36
CPU time (s): 1331.15
CPU user time (s): 1330.49
CPU system time (s): 0.660899
CPU usage (%): 99.9838
Max. virtual memory (cumulated for all children) (KiB): 740452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1330.49
system time used= 0.660899
maximum resident set size= 717132
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 149560
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= 30
involuntary context switches= 1364

runsolver used 3.87841 second user time and 12.906 second system time

The end

Launcher Data

Begin job on node107 at 2012-06-03 06:07:22
IDJOB=3733345
IDBENCH=2284
IDSOLVER=2326
FILE ID=node107/3733345-1338696442
RUNJOBID= node107-1338678628-20902
PBS_JOBID= 14636706
Free space on /tmp= 70764 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= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/fctp/normalized-mps-v2-20-10-n370a.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-3733345-1338696442/watcher-3733345-1338696442 -o /tmp/evaluation-result-3733345-1338696442/solver-3733345-1338696442 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3733345-1338696442.opb -t 1800 -m 15500

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

MD5SUM BENCH= 28d10e1d13e82e070b03ac2e5d475941
RANDOM SEED=612772904

node107.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.760
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.52
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.760
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.760
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.760
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.760
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.760
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.760
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.86
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.760
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        26750292 kB
Buffers:          471520 kB
Cached:          4436656 kB
SwapCached:           76 kB
Active:          2237308 kB
Inactive:        3005664 kB
Active(anon):     326024 kB
Inactive(anon):    11060 kB
Active(file):    1911284 kB
Inactive(file):  2994604 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108780 kB
Dirty:             19088 kB
Writeback:             0 kB
AnonPages:        341964 kB
Mapped:            16756 kB
Shmem:               184 kB
Slab:             735576 kB
SReclaimable:     177564 kB
SUnreclaim:       558012 kB
KernelStack:        1472 kB
PageTables:         4720 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     455680 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    286720 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= 70756 MiB
End job on node107 at 2012-06-03 06:29:33