Trace number 3738333

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 solver? 1789.76 1790.07

General information on the benchmark

Name/OPT-SMALLINT-LIN/flexray/
normalized-fx63.opb
MD5SUM807bc542b75293285fea5916dfeaaa3e
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
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
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3216
Total number of constraints3658
Number of constraints which are clauses3210
Number of constraints which are cardinality constraints (but not clauses)64
Number of constraints which are nor clauses,nor cardinality constraints384
Minimum length of a constraint2
Maximum length of a constraint384
Number of terms in the objective function 6
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 6
Number of bits of the sum of numbers in the objective function 3
Biggest number in a constraint 42
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 786
Number of bits of the biggest sum of numbers10
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-3738333-1338725389.opb>
0.03/0.05	c original problem has 3216 variables (3216 bin, 0 int, 0 impl, 0 cont) and 3658 constraints
0.03/0.05	c problem read
0.03/0.05	c presolving settings loaded
0.03/0.06	c presolving:
0.03/0.08	c (round 1) 6 del vars, 1 del conss, 6 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 6420 impls, 63 clqs
0.03/0.08	c (round 2) 6 del vars, 3211 del conss, 6 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 6420 impls, 63 clqs
0.09/0.10	c (round 3) 6 del vars, 3211 del conss, 6 chg bounds, 0 chg sides, 0 chg coeffs, 447 upgd conss, 6420 impls, 63 clqs
0.19/0.25	c    (0.2s) probing: 101/3210 (3.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.19/0.25	c    (0.2s) probing aborted: 100/100 successive totally useless probings
0.19/0.25	c presolving (4 rounds):
0.19/0.25	c  6 deleted vars, 3211 deleted constraints, 6 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.19/0.25	c  6420 implications, 447 cliques
0.19/0.25	c presolved problem has 3210 variables (3210 bin, 0 int, 0 impl, 0 cont) and 447 constraints
0.19/0.25	c     384 constraints of type <knapsack>
0.19/0.25	c      63 constraints of type <setppc>
0.19/0.25	c transformed objective value is always integral (scale: 1)
0.19/0.25	c Presolving Time: 0.20
0.19/0.25	c - non default parameters ----------------------------------------------------------------------
0.19/0.25	c # SCIP version 1.2.1.3
0.19/0.25	c 
0.19/0.25	c # frequency for displaying node information lines
0.19/0.25	c # [type: int, range: [-1,2147483647], default: 100]
0.19/0.25	c display/freq = 10000
0.19/0.25	c 
0.19/0.25	c # maximal time in seconds to run
0.19/0.25	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.25	c limits/time = 1789.96
0.19/0.25	c 
0.19/0.25	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.19/0.25	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.25	c limits/memory = 13950
0.19/0.25	c 
0.19/0.25	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.19/0.25	c # [type: int, range: [1,2], default: 1]
0.19/0.25	c timing/clocktype = 2
0.19/0.25	c 
0.19/0.25	c # should presolving try to simplify inequalities
0.19/0.25	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.25	c constraints/linear/simplifyinequalities = TRUE
0.19/0.25	c 
0.19/0.25	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.19/0.25	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.25	c constraints/indicator/addCouplingCons = TRUE
0.19/0.25	c 
0.19/0.25	c # should presolving try to simplify knapsacks
0.19/0.25	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.25	c constraints/knapsack/simplifyinequalities = TRUE
0.19/0.25	c 
0.19/0.25	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.19/0.25	c # [type: int, range: [-1,2147483647], default: -1]
0.19/0.25	c separating/rapidlearning/freq = 0
0.19/0.25	c 
0.19/0.25	c -----------------------------------------------------------------------------------------------
0.19/0.25	c start solving
0.19/0.26	c 
0.19/0.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.19/0.29	c   0.2s|     1 |     0 |   662 |     - |  14M|   0 |  62 |3210 | 447 |3210 | 447 |   0 |   0 |   0 | 6.000000e+00 |      --      |    Inf 
0.68/0.71	c   0.7s|     1 |     0 |  1699 |     - |  15M|   0 | 109 |3210 | 447 |3210 | 472 |  25 |   0 |   0 | 6.000000e+00 |      --      |    Inf 
0.78/0.89	c   0.8s|     1 |     0 |  2009 |     - |  16M|   0 | 135 |3210 | 447 |3210 | 502 |  55 |   0 |   0 | 6.000000e+00 |      --      |    Inf 
1.09/1.12	c   1.1s|     1 |     0 |  2497 |     - |  16M|   0 | 149 |3210 | 447 |3210 | 528 |  81 |   0 |   0 | 6.000000e+00 |      --      |    Inf 
1.29/1.37	c   1.3s|     1 |     0 |  2909 |     - |  17M|   0 | 166 |3210 | 447 |3210 | 554 | 107 |   0 |   0 | 6.000000e+00 |      --      |    Inf 
1.59/1.67	c   1.6s|     1 |     0 |  3580 |     - |  17M|   0 | 165 |3210 | 447 |3210 | 577 | 130 |   0 |   0 | 6.000000e+00 |      --      |    Inf 
1.89/1.94	c   1.9s|     1 |     0 |  4040 |     - |  17M|   0 | 168 |3210 | 447 |3210 | 598 | 151 |   0 |   0 | 6.000000e+00 |      --      |    Inf 
3.49/3.50	c   3.4s|     1 |     2 |  4040 |     - |  17M|   0 | 168 |3210 | 447 |3210 | 598 | 151 |   0 |  13 | 6.000000e+00 |      --      |    Inf 
178.16/178.25	c   178s| 10000 |  1044 |600832 |  59.7 |  25M| 123 |   - |3210 |1966 |3210 | 533 | 151 |  14k|3709 | 6.000000e+00 |      --      |    Inf 
306.33/306.41	c   306s| 20000 |  1779 |  1096k|  54.6 |  28M| 126 |  74 |3210 |1949 |3210 | 533 | 151 |  27k|6321 | 6.000000e+00 |      --      |    Inf 
438.40/438.53	c   438s| 30000 |  2595 |  1614k|  53.7 |  32M| 131 |   - |3210 |2055 |3210 | 533 | 151 |  40k|9006 | 6.000000e+00 |      --      |    Inf 
567.98/568.17	c   568s| 40000 |  3037 |  2172k|  54.2 |  35M| 131 |  31 |3210 |2304 |3210 | 533 | 151 |  53k|  11k| 6.000000e+00 |      --      |    Inf 
700.96/701.12	c   701s| 50000 |  3548 |  2739k|  54.7 |  38M| 156 |   - |3210 |2210 |   0 |   0 | 151 |  66k|  13k| 6.000000e+00 |      --      |    Inf 
846.24/846.42	c   846s| 60000 |  3918 |  3365k|  56.0 |  41M| 156 |   - |3210 |2129 |3210 | 533 | 151 |  80k|  15k| 6.000000e+00 |      --      |    Inf 
993.91/994.18	c   994s| 70000 |  4437 |  3991k|  57.0 |  44M| 156 |   - |3210 |2989 |3210 | 533 | 151 |  93k|  17k| 6.000000e+00 |      --      |    Inf 
1124.09/1124.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1124.09/1124.30	c  1124s| 80000 |  4932 |  4596k|  57.4 |  47M| 156 |  59 |3210 |2745 |3210 | 533 | 151 | 106k|  18k| 6.000000e+00 |      --      |    Inf 
1261.76/1262.01	c  1262s| 90000 |  5432 |  5170k|  57.4 |  50M| 156 |  39 |3210 |2479 |3210 | 533 | 151 | 120k|  21k| 6.000000e+00 |      --      |    Inf 
1385.45/1385.76	c  1386s|100000 |  5927 |  5733k|  57.3 |  54M| 156 |  39 |3210 |2887 |3210 | 533 | 151 | 134k|  22k| 6.000000e+00 |      --      |    Inf 
1502.72/1503.04	c  1503s|110000 |  6294 |  6275k|  57.0 |  57M| 236 |  36 |3210 |3061 |3210 | 533 | 151 | 148k|  23k| 6.000000e+00 |      --      |    Inf 
1620.21/1620.59	c  1621s|120000 |  6689 |  6766k|  56.4 |  60M| 236 |  47 |3210 |2781 |3210 | 533 | 151 | 162k|  25k| 6.000000e+00 |      --      |    Inf 
1757.40/1757.73	c  1758s|130000 |  7037 |  7362k|  56.6 |  63M| 236 |   - |3210 |3025 |   0 |   0 | 151 | 175k|  27k| 6.000000e+00 |      --      |    Inf 
1789.68/1790.01	c 
1789.68/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1789.68/1790.01	c Solving Time (sec) : 1789.96
1789.68/1790.01	c Solving Nodes      : 133398
1789.68/1790.01	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1789.68/1790.01	c Dual Bound         : +6.00000000000000e+00
1789.68/1790.01	c Gap                : infinite
1789.68/1790.01	s UNKNOWN
1789.68/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1789.68/1790.01	c Solving Time       :    1789.96
1789.68/1790.01	c Original Problem   :
1789.68/1790.01	c   Problem name     : HOME/instance-3738333-1338725389.opb
1789.68/1790.01	c   Variables        : 3216 (3216 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.68/1790.01	c   Constraints      : 3658 initial, 3658 maximal
1789.68/1790.01	c Presolved Problem  :
1789.68/1790.01	c   Problem name     : t_HOME/instance-3738333-1338725389.opb
1789.68/1790.01	c   Variables        : 3210 (3210 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.68/1790.01	c   Constraints      : 447 initial, 3791 maximal
1789.68/1790.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1789.68/1790.01	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1789.68/1790.01	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1789.68/1790.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1789.68/1790.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1789.68/1790.01	c   implics          :       0.00          0          0          0          0          0          0          0          0
1789.68/1790.01	c   probing          :       0.06          0          0          0          0          0          0          0          0
1789.68/1790.01	c   knapsack         :       0.09          0          0          0          0          0          0          0          0
1789.68/1790.01	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1789.68/1790.01	c   linear           :       0.03          6          0          0          6          0       3211          0          0
1789.68/1790.01	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1789.68/1790.01	c   root node        :          -          0          -          -          0          -          -          -          -
1789.68/1790.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1789.68/1790.01	c   integral         :          0          0          0      79908          0        124      12999          0          0     146428
1789.68/1790.01	c   knapsack         :        384          6     692458          0          0       1024    5448804       1204          0          0
1789.68/1790.01	c   setppc           :         63          6     691434          0          0        283    1855980          0          0          0
1789.68/1790.01	c   logicor          :          0+         0     193418          0          0      12889      98694          0          0          0
1789.68/1790.01	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1789.68/1790.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1789.68/1790.01	c   integral         :     373.20       0.00       0.00     373.20       0.00
1789.68/1790.01	c   knapsack         :     155.09       0.02     155.07       0.00       0.00
1789.68/1790.01	c   setppc           :       1.99       0.00       1.99       0.00       0.00
1789.68/1790.01	c   logicor          :       6.48       0.00       6.48       0.00       0.00
1789.68/1790.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1789.68/1790.01	c Propagators        :       Time      Calls    Cutoffs    DomReds
1789.68/1790.01	c   vbounds          :       0.48          2          0          0
1789.68/1790.01	c   rootredcost      :       0.45          0          0          0
1789.68/1790.01	c   pseudoobj        :       0.45          0          0          0
1789.68/1790.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1789.68/1790.01	c   propagation      :       2.63      14196      14186     175215       98.0        286       90.1          -
1789.68/1790.01	c   infeasible LP    :      48.55      47528      37749     747989      174.4        305       83.3          0
1789.68/1790.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1789.68/1790.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1789.68/1790.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1789.68/1790.01	c   applied globally :          -          -          -     180792      104.1          -          -          -
1789.68/1790.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1789.68/1790.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1789.68/1790.01	c   cut pool         :       0.00          5          -          -        976          -    (maximal pool size: 1449)
1789.68/1790.01	c   redcost          :       3.41      79864          0          0          0          0
1789.68/1790.01	c   impliedbounds    :       0.00          6          0          0          0          0
1789.68/1790.01	c   intobj           :       0.00          0          0          0          0          0
1789.68/1790.01	c   cgmip            :       0.00          0          0          0          0          0
1789.68/1790.01	c   gomory           :       0.02          6          0          0         53          0
1789.68/1790.01	c   strongcg         :       0.02          6          0          0         27          0
1789.68/1790.01	c   cmir             :       0.48          6          0          0       1893          0
1789.68/1790.01	c   flowcover        :       0.32          6          0          0       1203          0
1789.68/1790.01	c   clique           :       0.01          6          0          0          5          0
1789.68/1790.01	c   zerohalf         :       0.00          0          0          0          0          0
1789.68/1790.01	c   mcf              :       0.00          1          0          0          0          0
1789.68/1790.01	c   rapidlearning    :       0.18          1          0          0          0          0
1789.68/1790.01	c Pricers            :       Time      Calls       Vars
1789.68/1790.01	c   problem variables:       0.00          0          0
1789.68/1790.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1789.68/1790.01	c   relpscost        :     372.98      79908        124      12999          0          0     146428
1789.68/1790.01	c   pscost           :       0.00          0          0          0          0          0          0
1789.68/1790.01	c   inference        :       0.00          0          0          0          0          0          0
1789.68/1790.01	c   mostinf          :       0.00          0          0          0          0          0          0
1789.68/1790.01	c   leastinf         :       0.00          0          0          0          0          0          0
1789.68/1790.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1789.68/1790.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1789.68/1790.01	c   random           :       0.00          0          0          0          0          0          0
1789.68/1790.01	c Primal Heuristics  :       Time      Calls      Found
1789.68/1790.01	c   LP solutions     :       0.00          -          0
1789.68/1790.01	c   pseudo solutions :       0.00          -          0
1789.68/1790.01	c   oneopt           :       0.24          0          0
1789.68/1790.01	c   crossover        :       0.12          0          0
1789.68/1790.01	c   guideddiving     :       0.01          0          0
1789.68/1790.01	c   intshifting      :       0.01          0          0
1789.68/1790.01	c   pscostdiving     :       3.99         15          0
1789.68/1790.01	c   fracdiving       :       3.23         15          0
1789.68/1790.01	c   linesearchdiving :       1.29         15          0
1789.68/1790.01	c   veclendiving     :       1.79         15          0
1789.68/1790.01	c   feaspump         :       1.03          8          0
1789.68/1790.01	c   objpscostdiving  :       0.12          8          0
1789.68/1790.01	c   rootsoldiving    :       0.33          8          0
1789.68/1790.01	c   coefdiving       :       4.11         16          0
1789.68/1790.01	c   trivial          :       0.00          2          0
1789.68/1790.01	c   simplerounding   :       0.07          0          0
1789.68/1790.01	c   zirounding       :       0.12       1000          0
1789.68/1790.01	c   rounding         :       0.34       3985          0
1789.68/1790.01	c   shifting         :       1.82       1197          0
1789.68/1790.01	c   twoopt           :       0.00          0          0
1789.68/1790.01	c   fixandinfer      :       0.00          0          0
1789.68/1790.01	c   intdiving        :       0.00          0          0
1789.68/1790.01	c   actconsdiving    :       0.00          0          0
1789.68/1790.01	c   octane           :       0.00          0          0
1789.68/1790.01	c   rens             :       0.06          1          0
1789.68/1790.01	c   rins             :       0.00          0          0
1789.68/1790.01	c   localbranching   :       0.00          0          0
1789.68/1790.01	c   mutation         :       0.00          0          0
1789.68/1790.01	c   dins             :       0.00          0          0
1789.68/1790.01	c   undercover       :       0.00          0          0
1789.68/1790.01	c   nlp              :       0.10          0          0
1789.68/1790.01	c   trysol           :       0.15          0          0
1789.68/1790.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1789.68/1790.01	c   primal LP        :       0.00          0          0       0.00          -
1789.68/1790.01	c   dual LP          :    1129.92     126609    7429072      58.68    6574.88
1789.68/1790.01	c   lex dual LP      :       0.00          0          0       0.00          -
1789.68/1790.01	c   barrier LP       :       0.00          0          0       0.00          -
1789.68/1790.01	c   diving/probing LP:      13.06       7121      65169       9.15    4988.74
1789.68/1790.01	c   strong branching :     371.41      27932    2202758      78.86    5930.84
1789.68/1790.01	c     (at root node) :          -         13       7080     544.62          -
1789.68/1790.01	c   conflict analysis:       0.00          0          0       0.00          -
1789.68/1790.01	c B&B Tree           :
1789.68/1790.01	c   number of runs   :          1
1789.68/1790.01	c   nodes            :     133398
1789.68/1790.01	c   nodes (total)    :     133398
1789.68/1790.01	c   nodes left       :       7242
1789.68/1790.01	c   max depth        :        236
1789.68/1790.01	c   max depth (total):        236
1789.68/1790.01	c   backtracks       :      14747 (11.1%)
1789.68/1790.01	c   delayed cutoffs  :       5789
1789.68/1790.01	c   repropagations   :     419437 (682737 domain reductions, 1372 cutoffs)
1789.68/1790.01	c   avg switch length:       9.69
1789.68/1790.01	c   switching time   :      17.64
1789.68/1790.01	c Solution           :
1789.68/1790.01	c   Solutions found  :          0 (0 improvements)
1789.68/1790.01	c   Primal Bound     :          -
1789.68/1790.01	c   Dual Bound       : +6.00000000000000e+00
1789.68/1790.01	c   Gap              :   infinite
1789.68/1790.01	c   Root Dual Bound  : +6.00000000000000e+00
1789.68/1790.01	c   Root Iterations  :       4040
1789.68/1790.07	c Time complete: 1789.75.

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

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

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


[startup+0 s]
/proc/loadavg: 2.01 2.03 2.00 3/176 12637
/proc/meminfo: memFree=26596988/32873844 swapFree=7628/7628
[pid=12637] ppid=12635 vsize=9972 CPUtime=0 cores=0,2,4,6
/proc/12637/stat : 12637 (pbscip.linux.x8) R 12635 12637 25613 0 -1 4202496 1715 0 0 0 0 0 0 0 20 0 1 0 338667444 10211328 1662 33554432000 4194304 8395647 140736624443552 140736328483976 7382157 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/12637/statm: 2493 1673 374 1026 0 1463 0

[startup+0.0383211 s]
/proc/loadavg: 2.01 2.03 2.00 3/176 12637
/proc/meminfo: memFree=26596988/32873844 swapFree=7628/7628
[pid=12637] ppid=12635 vsize=14908 CPUtime=0.03 cores=0,2,4,6
/proc/12637/stat : 12637 (pbscip.linux.x8) R 12635 12637 25613 0 -1 4202496 2967 0 0 0 3 0 0 0 20 0 1 0 338667444 15265792 2914 33554432000 4194304 8395647 140736624443552 140736328483976 7430272 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/12637/statm: 3727 2914 393 1026 0 2697 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 14908

[startup+0.100296 s]
/proc/loadavg: 2.01 2.03 2.00 3/176 12637
/proc/meminfo: memFree=26596988/32873844 swapFree=7628/7628
[pid=12637] ppid=12635 vsize=31280 CPUtime=0.09 cores=0,2,4,6
/proc/12637/stat : 12637 (pbscip.linux.x8) R 12635 12637 25613 0 -1 4202496 7189 0 0 0 8 1 0 0 20 0 1 0 338667444 32030720 6782 33554432000 4194304 8395647 140736624443552 140736328483976 7355228 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12637/statm: 7820 6782 477 1026 0 6790 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 31280

[startup+0.300289 s]
/proc/loadavg: 2.01 2.03 2.00 3/176 12637
/proc/meminfo: memFree=26596988/32873844 swapFree=7628/7628
[pid=12637] ppid=12635 vsize=40856 CPUtime=0.29 cores=0,2,4,6
/proc/12637/stat : 12637 (pbscip.linux.x8) R 12635 12637 25613 0 -1 4202496 9576 0 0 0 28 1 0 0 20 0 1 0 338667444 41836544 9138 33554432000 4194304 8395647 140736624443552 140736624440568 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12637/statm: 10214 9138 580 1026 0 9184 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 40856

[startup+0.700287 s]
/proc/loadavg: 2.01 2.03 2.00 3/176 12637
/proc/meminfo: memFree=26596988/32873844 swapFree=7628/7628
[pid=12637] ppid=12635 vsize=43320 CPUtime=0.68 cores=0,2,4,6
/proc/12637/stat : 12637 (pbscip.linux.x8) R 12635 12637 25613 0 -1 4202496 16202 0 0 0 66 2 0 0 20 0 1 0 338667444 44359680 10028 33554432000 4194304 8395647 140736624443552 140736624440568 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12637/statm: 10830 10028 627 1026 0 9800 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 43320

[startup+1.50027 s]
/proc/loadavg: 2.01 2.03 2.00 3/177 12638
/proc/meminfo: memFree=26558044/32873844 swapFree=7628/7628
[pid=12637] ppid=12635 vsize=54976 CPUtime=1.49 cores=0,2,4,6
/proc/12637/stat : 12637 (pbscip.linux.x8) R 12635 12637 25613 0 -1 4202496 17755 0 0 0 146 3 0 0 20 0 1 0 338667444 56295424 12603 33554432000 4194304 8395647 140736624443552 140736624438568 6201713 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12637/statm: 13744 12603 629 1026 0 12714 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 54976

[startup+3.10024 s]
/proc/loadavg: 2.01 2.03 2.00 3/177 12638
/proc/meminfo: memFree=26546260/32873844 swapFree=7628/7628
[pid=12637] ppid=12635 vsize=55548 CPUtime=3.09 cores=0,2,4,6
/proc/12637/stat : 12637 (pbscip.linux.x8) R 12635 12637 25613 0 -1 4202496 22670 0 0 0 305 4 0 0 20 0 1 0 338667444 56881152 12954 33554432000 4194304 8395647 140736624443552 140736624438856 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12637/statm: 13887 12954 635 1026 0 12857 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 55548

[startup+6.30023 s]
/proc/loadavg: 2.01 2.03 2.00 3/177 12638
/proc/meminfo: memFree=26546624/32873844 swapFree=7628/7628
[pid=12637] ppid=12635 vsize=55548 CPUtime=6.28 cores=0,2,4,6
/proc/12637/stat : 12637 (pbscip.linux.x8) R 12635 12637 25613 0 -1 4202496 22671 0 0 0 622 6 0 0 20 0 1 0 338667444 56881152 12955 33554432000 4194304 8395647 140736624443552 140736624438856 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12637/statm: 13887 12955 636 1026 0 12857 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 55548

[startup+12.7002 s]
/proc/loadavg: 2.01 2.03 2.00 3/178 12639
/proc/meminfo: memFree=26546452/32873844 swapFree=7628/7628
[pid=12637] ppid=12635 vsize=55548 CPUtime=12.69 cores=0,2,4,6
/proc/12637/stat : 12637 (pbscip.linux.x8) R 12635 12637 25613 0 -1 4202496 22671 0 0 0 1259 10 0 0 20 0 1 0 338667444 56881152 12955 33554432000 4194304 8395647 140736624443552 140736624438424 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12637/statm: 13887 12955 636 1026 0 12857 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 55548

[startup+25.5003 s]
/proc/loadavg: 2.01 2.03 2.00 3/178 12641
/proc/meminfo: memFree=26544204/32873844 swapFree=7628/7628
[pid=12637] ppid=12635 vsize=56024 CPUtime=25.48 cores=0,2,4,6
/proc/12637/stat : 12637 (pbscip.linux.x8) R 12635 12637 25613 0 -1 4202496 22754 0 0 0 2531 17 0 0 20 0 1 0 338667444 57368576 13037 33554432000 4194304 8395647 140736624443552 140736624439112 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12637/statm: 14006 13037 640 1026 0 12976 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 56024

[startup+51.1003 s]
/proc/loadavg: 2.00 2.03 2.00 3/178 12641
/proc/meminfo: memFree=26535988/32873844 swapFree=7628/7628
[pid=12637] ppid=12635 vsize=60888 CPUtime=51.08 cores=0,2,4,6
/proc/12637/stat : 12637 (pbscip.linux.x8) R 12635 12637 25613 0 -1 4202496 23922 0 0 0 5073 35 0 0 20 0 1 0 338667444 62349312 14630 33554432000 4194304 8395647 140736624443552 140736624438760 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12637/statm: 15222 14630 640 1026 0 14192 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 60888

[startup+102.307 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 12641
/proc/meminfo: memFree=26524580/32873844 swapFree=7628/7628
[pid=12637] ppid=12635 vsize=67012 CPUtime=102.27 cores=0,2,4,6
/proc/12637/stat : 12637 (pbscip.linux.x8) R 12635 12637 25613 0 -1 4202496 25469 0 0 0 10158 69 0 0 20 0 1 0 338667444 68620288 16177 33554432000 4194304 8395647 140736624443552 140736624438856 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12637/statm: 16753 16177 640 1026 0 15723 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 67012

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 12641
/proc/meminfo: memFree=26515016/32873844 swapFree=7628/7628
[pid=12637] ppid=12635 vsize=71960 CPUtime=162.25 cores=0,2,4,6
/proc/12637/stat : 12637 (pbscip.linux.x8) R 12635 12637 25613 0 -1 4202496 26769 0 0 0 16116 109 0 0 20 0 1 0 338667444 73687040 17473 33554432000 4194304 8395647 140736624443552 140736624438856 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12637/statm: 17990 17473 640 1026 0 16960 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 71960

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 12642
/proc/meminfo: memFree=26504280/32873844 swapFree=7628/7628
[pid=12637] ppid=12635 vsize=76176 CPUtime=222.24 cores=0,2,4,6
/proc/12637/stat : 12637 (pbscip.linux.x8) R 12635 12637 25613 0 -1 4202496 27829 0 0 0 22075 149 0 0 20 0 1 0 338667444 78004224 18533 33554432000 4194304 8395647 140736624443552 140736624439112 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12637/statm: 19044 18533 640 1026 0 18014 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 76176

[startup+282.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/177 12642
/proc/meminfo: memFree=26499440/32873844 swapFree=7628/7628
[pid=12637] ppid=12635 vsize=77744 CPUtime=282.23 cores=0,2,4,6
/proc/12637/stat : 12637 (pbscip.linux.x8) R 12635 12637 25613 0 -1 4202496 28190 0 0 0 28034 189 0 0 20 0 1 0 338667444 79609856 18892 33554432000 4194304 8395647 140736624443552 140736624439256 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12637/statm: 19436 18892 640 1026 0 18406 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 77744

[startup+342.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 12642
/proc/meminfo: memFree=26489264/32873844 swapFree=7628/7628
[pid=12637] ppid=12635 vsize=80520 CPUtime=342.22 cores=0,2,4,6
/proc/12637/stat : 12637 (pbscip.linux.x8) R 12635 12637 25613 0 -1 4202496 28919 0 0 0 33994 228 0 0 20 0 1 0 338667444 82452480 19621 33554432000 4194304 8395647 140736624443552 140736624439112 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12637/statm: 20130 19621 640 1026 0 19100 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 80520

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 12642
/proc/meminfo: memFree=26477596/32873844 swapFree=7628/7628
[pid=12637] ppid=12635 vsize=84744 CPUtime=402.21 cores=0,2,4,6
/proc/12637/stat : 12637 (pbscip.linux.x8) R 12635 12637 25613 0 -1 4202496 29989 0 0 0 39952 269 0 0 20 0 1 0 338667444 86777856 20688 33554432000 4194304 8395647 140736624443552 140736624439160 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12637/statm: 21186 20688 640 1026 0 20156 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 84744

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12642
/proc/meminfo: memFree=26466188/32873844 swapFree=7628/7628
[pid=12637] ppid=12635 vsize=87472 CPUtime=462.2 cores=0,2,4,6
/proc/12637/stat : 12637 (pbscip.linux.x8) R 12635 12637 25613 0 -1 4202496 30637 0 0 0 45914 306 0 0 20 0 1 0 338667444 89571328 21336 33554432000 4194304 8395647 140736624443552 140736624439016 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12637/statm: 21868 21336 640 1026 0 20838 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 87472

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12643
/proc/meminfo: memFree=26456748/32873844 swapFree=7628/7628
[pid=12637] ppid=12635 vsize=88868 CPUtime=522.19 cores=0,2,4,6
/proc/12637/stat : 12637 (pbscip.linux.x8) R 12635 12637 25613 0 -1 4202496 31016 0 0 0 51874 345 0 0 20 0 1 0 338667444 91000832 21715 33554432000 4194304 8395647 140736624443552 140736624439064 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12637/statm: 22217 21715 640 1026 0 21187 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 88868

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12643
/proc/meminfo: memFree=26450296/32873844 swapFree=7628/7628
[pid=12637] ppid=12635 vsize=91496 CPUtime=582.18 cores=0,2,4,6
/proc/12637/stat : 12637 (pbscip.linux.x8) R 12635 12637 25613 0 -1 4202496 31517 0 0 0 57836 382 0 0 20 0 1 0 338667444 93691904 22215 33554432000 4194304 8395647 140736624443552 140736624438680 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12637/statm: 22874 22215 640 1026 0 21844 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 91496

[startup+642.3 s]

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

/proc/meminfo: memFree=26390528/32873844 swapFree=7628/7628
[pid=12637] ppid=12635 vsize=107520 CPUtime=1062.1 cores=0,2,4,6
/proc/12637/stat : 12637 (pbscip.linux.x8) R 12635 12637 25613 0 -1 4202496 36299 0 0 0 105526 684 0 0 20 0 1 0 338667444 110100480 26346 33554432000 4194304 8395647 140736624443552 140736624439160 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12637/statm: 26880 26346 640 1026 0 25850 0
Current children cumulated CPU time (s) 1062.1
Current children cumulated vsize (KiB) 107520

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12648
/proc/meminfo: memFree=26382344/32873844 swapFree=7628/7628
[pid=12637] ppid=12635 vsize=109532 CPUtime=1122.09 cores=0,2,4,6
/proc/12637/stat : 12637 (pbscip.linux.x8) R 12635 12637 25613 0 -1 4202496 36808 0 0 0 111485 724 0 0 20 0 1 0 338667444 112160768 26855 33554432000 4194304 8395647 140736624443552 140736624439112 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12637/statm: 27383 26855 640 1026 0 26353 0
Current children cumulated CPU time (s) 1122.09
Current children cumulated vsize (KiB) 109532

[startup+1182.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/177 12648
/proc/meminfo: memFree=26375504/32873844 swapFree=7628/7628
[pid=12637] ppid=12635 vsize=111004 CPUtime=1182.08 cores=0,2,4,6
/proc/12637/stat : 12637 (pbscip.linux.x8) R 12635 12637 25613 0 -1 4202496 37177 0 0 0 117444 764 0 0 20 0 1 0 338667444 113668096 27224 33554432000 4194304 8395647 140736624443552 140736624439064 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12637/statm: 27751 27224 640 1026 0 26721 0
Current children cumulated CPU time (s) 1182.08
Current children cumulated vsize (KiB) 111004

[startup+1242.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/178 12651
/proc/meminfo: memFree=26370288/32873844 swapFree=7628/7628
[pid=12637] ppid=12635 vsize=112328 CPUtime=1242.07 cores=0,2,4,6
/proc/12637/stat : 12637 (pbscip.linux.x8) R 12635 12637 25613 0 -1 4202496 37521 0 0 0 123403 804 0 0 20 0 1 0 338667444 115023872 27568 33554432000 4194304 8395647 140736624443552 140736624439112 4911320 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12637/statm: 28082 27568 640 1026 0 27052 0
Current children cumulated CPU time (s) 1242.07
Current children cumulated vsize (KiB) 112328

[startup+1302.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 12651
/proc/meminfo: memFree=26363780/32873844 swapFree=7628/7628
[pid=12637] ppid=12635 vsize=114032 CPUtime=1302.07 cores=0,2,4,6
/proc/12637/stat : 12637 (pbscip.linux.x8) R 12635 12637 25613 0 -1 4202496 37934 0 0 0 129367 840 0 0 20 0 1 0 338667444 116768768 27978 33554432000 4194304 8395647 140736624443552 140736624439160 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12637/statm: 28508 27978 640 1026 0 27478 0
Current children cumulated CPU time (s) 1302.07
Current children cumulated vsize (KiB) 114032

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12651
/proc/meminfo: memFree=26354728/32873844 swapFree=7628/7628
[pid=12637] ppid=12635 vsize=116776 CPUtime=1362.05 cores=0,2,4,6
/proc/12637/stat : 12637 (pbscip.linux.x8) R 12635 12637 25613 0 -1 4202496 38615 0 0 0 135325 880 0 0 20 0 1 0 338667444 119578624 28659 33554432000 4194304 8395647 140736624443552 140736624438760 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12637/statm: 29194 28659 640 1026 0 28164 0
Current children cumulated CPU time (s) 1362.05
Current children cumulated vsize (KiB) 116776

[startup+1422.31 s]
/proc/loadavg: 2.06 2.01 2.00 3/177 12652
/proc/meminfo: memFree=26347828/32873844 swapFree=7628/7628
[pid=12637] ppid=12635 vsize=118664 CPUtime=1422.05 cores=0,2,4,6
/proc/12637/stat : 12637 (pbscip.linux.x8) R 12635 12637 25613 0 -1 4202496 39100 0 0 0 141287 918 0 0 20 0 1 0 338667444 121511936 29144 33554432000 4194304 8395647 140736624443552 140736624438680 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12637/statm: 29666 29144 640 1026 0 28636 0
Current children cumulated CPU time (s) 1422.05
Current children cumulated vsize (KiB) 118664

[startup+1482.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 12652
/proc/meminfo: memFree=26339264/32873844 swapFree=7628/7628
[pid=12637] ppid=12635 vsize=120944 CPUtime=1482.03 cores=0,2,4,6
/proc/12637/stat : 12637 (pbscip.linux.x8) R 12635 12637 25613 0 -1 4202496 39687 0 0 0 147248 955 0 0 20 0 1 0 338667444 123846656 29728 33554432000 4194304 8395647 140736624443552 140736624439160 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12637/statm: 30236 29728 640 1026 0 29206 0
Current children cumulated CPU time (s) 1482.03
Current children cumulated vsize (KiB) 120944

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12652
/proc/meminfo: memFree=26332444/32873844 swapFree=7628/7628
[pid=12637] ppid=12635 vsize=124568 CPUtime=1542.02 cores=0,2,4,6
/proc/12637/stat : 12637 (pbscip.linux.x8) R 12635 12637 25613 0 -1 4202496 40567 0 0 0 153208 994 0 0 20 0 1 0 338667444 127557632 30608 33554432000 4194304 8395647 140736624443552 140736624439160 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12637/statm: 31142 30608 640 1026 0 30112 0
Current children cumulated CPU time (s) 1542.02
Current children cumulated vsize (KiB) 124568

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12652
/proc/meminfo: memFree=26325060/32873844 swapFree=7628/7628
[pid=12637] ppid=12635 vsize=127420 CPUtime=1602.01 cores=0,2,4,6
/proc/12637/stat : 12637 (pbscip.linux.x8) R 12635 12637 25613 0 -1 4202496 41288 0 0 0 159171 1030 0 0 20 0 1 0 338667444 130478080 31329 33554432000 4194304 8395647 140736624443552 140736624438856 4696993 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12637/statm: 31855 31329 640 1026 0 30825 0
Current children cumulated CPU time (s) 1602.01
Current children cumulated vsize (KiB) 127420

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12690
/proc/meminfo: memFree=26366560/32873844 swapFree=7628/7628
[pid=12637] ppid=12635 vsize=129232 CPUtime=1662 cores=0,2,4,6
/proc/12637/stat : 12637 (pbscip.linux.x8) R 12635 12637 25613 0 -1 4202496 41726 0 0 0 165133 1067 0 0 20 0 1 0 338667444 132333568 31767 33554432000 4194304 8395647 140736624443552 140736624439112 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12637/statm: 32308 31767 640 1026 0 31278 0
Current children cumulated CPU time (s) 1662
Current children cumulated vsize (KiB) 129232

[startup+1722.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/174 12736
/proc/meminfo: memFree=26560812/32873844 swapFree=7628/7628
[pid=12637] ppid=12635 vsize=132852 CPUtime=1722 cores=0,2,4,6
/proc/12637/stat : 12637 (pbscip.linux.x8) R 12635 12637 25613 0 -1 4202496 42622 0 0 0 171095 1105 0 0 20 0 1 0 338667444 136040448 32661 33554432000 4194304 8395647 140736624443552 140736624439160 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12637/statm: 33213 32661 640 1026 0 32183 0
Current children cumulated CPU time (s) 1722
Current children cumulated vsize (KiB) 132852

[startup+1782.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 12805
/proc/meminfo: memFree=24961844/32873844 swapFree=7628/7628
[pid=12637] ppid=12635 vsize=137232 CPUtime=1781.98 cores=0,2,4,6
/proc/12637/stat : 12637 (pbscip.linux.x8) R 12635 12637 25613 0 -1 4202496 43756 0 0 0 177057 1141 0 0 20 0 1 0 338667444 140525568 33795 33554432000 4194304 8395647 140736624443552 140736624439064 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12637/statm: 34308 33795 640 1026 0 33278 0
Current children cumulated CPU time (s) 1781.98
Current children cumulated vsize (KiB) 137232

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

[startup+1785.5 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 12805
/proc/meminfo: memFree=24961224/32873844 swapFree=7628/7628
[pid=12637] ppid=12635 vsize=138036 CPUtime=1785.19 cores=0,2,4,6
/proc/12637/stat : 12637 (pbscip.linux.x8) R 12635 12637 25613 0 -1 4202496 43935 0 0 0 177375 1144 0 0 20 0 1 0 338667444 141348864 33974 33554432000 4194304 8395647 140736624443552 140736624439112 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12637/statm: 34509 33974 640 1026 0 33479 0
Current children cumulated CPU time (s) 1785.19
Current children cumulated vsize (KiB) 138036

[startup+1787.1 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 12805
/proc/meminfo: memFree=24961224/32873844 swapFree=7628/7628
[pid=12637] ppid=12635 vsize=138036 CPUtime=1786.78 cores=0,2,4,6
/proc/12637/stat : 12637 (pbscip.linux.x8) R 12635 12637 25613 0 -1 4202496 43935 0 0 0 177534 1144 0 0 20 0 1 0 338667444 141348864 33974 33554432000 4194304 8395647 140736624443552 140736624439112 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12637/statm: 34509 33974 640 1026 0 33479 0
Current children cumulated CPU time (s) 1786.78
Current children cumulated vsize (KiB) 138036

[startup+1788.7 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 12805
/proc/meminfo: memFree=24961224/32873844 swapFree=7628/7628
[pid=12637] ppid=12635 vsize=138036 CPUtime=1788.38 cores=0,2,4,6
/proc/12637/stat : 12637 (pbscip.linux.x8) R 12635 12637 25613 0 -1 4202496 43935 0 0 0 177692 1146 0 0 20 0 1 0 338667444 141348864 33974 33554432000 4194304 8395647 140736624443552 140736624438808 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12637/statm: 34509 33974 640 1026 0 33479 0
Current children cumulated CPU time (s) 1788.38
Current children cumulated vsize (KiB) 138036

[startup+1789.5 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 12805
/proc/meminfo: memFree=24961224/32873844 swapFree=7628/7628
[pid=12637] ppid=12635 vsize=138036 CPUtime=1789.18 cores=0,2,4,6
/proc/12637/stat : 12637 (pbscip.linux.x8) R 12635 12637 25613 0 -1 4202496 43935 0 0 0 177771 1147 0 0 20 0 1 0 338667444 141348864 33974 33554432000 4194304 8395647 140736624443552 140736624438760 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12637/statm: 34509 33974 640 1026 0 33479 0
Current children cumulated CPU time (s) 1789.18
Current children cumulated vsize (KiB) 138036

[startup+1789.9 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 12805
/proc/meminfo: memFree=24960960/32873844 swapFree=7628/7628
[pid=12637] ppid=12635 vsize=138036 CPUtime=1789.58 cores=0,2,4,6
/proc/12637/stat : 12637 (pbscip.linux.x8) R 12635 12637 25613 0 -1 4202496 43935 0 0 0 177811 1147 0 0 20 0 1 0 338667444 141348864 33974 33554432000 4194304 8395647 140736624443552 140736624438760 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12637/statm: 34509 33974 640 1026 0 33479 0
Current children cumulated CPU time (s) 1789.58
Current children cumulated vsize (KiB) 138036

[startup+1790 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 12805
/proc/meminfo: memFree=24960960/32873844 swapFree=7628/7628
[pid=12637] ppid=12635 vsize=138036 CPUtime=1789.68 cores=0,2,4,6
/proc/12637/stat : 12637 (pbscip.linux.x8) R 12635 12637 25613 0 -1 4202496 43935 0 0 0 177821 1147 0 0 20 0 1 0 338667444 141348864 33974 33554432000 4194304 8395647 140736624443552 140736624438760 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12637/statm: 34509 33974 640 1026 0 33479 0
Current children cumulated CPU time (s) 1789.68
Current children cumulated vsize (KiB) 138036

Child status: 0
Real time (s): 1790.07
CPU time (s): 1789.76
CPU user time (s): 1778.29
CPU system time (s): 11.4763
CPU usage (%): 99.9827
Max. virtual memory (cumulated for all children) (KiB): 138036

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1778.29
system time used= 11.4763
maximum resident set size= 135904
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43940
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= 39
involuntary context switches= 2089

runsolver used 2.80057 second user time and 8.92164 second system time

The end

Launcher Data

Begin job on node107 at 2012-06-03 14:09:49
IDJOB=3738333
IDBENCH=71844
IDSOLVER=2326
FILE ID=node107/3738333-1338725389
RUNJOBID= node107-1338723356-12418
PBS_JOBID= 14636731
Free space on /tmp= 70772 MiB

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

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

MD5SUM BENCH= 807bc542b75293285fea5916dfeaaa3e
RANDOM SEED=882446964

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:        26597368 kB
Buffers:          537884 kB
Cached:          4739152 kB
SwapCached:           76 kB
Active:          2145204 kB
Inactive:        3239532 kB
Active(anon):      98880 kB
Inactive(anon):    11060 kB
Active(file):    2046324 kB
Inactive(file):  3228472 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108780 kB
Dirty:             10496 kB
Writeback:             0 kB
AnonPages:        209112 kB
Mapped:            17104 kB
Shmem:               184 kB
Slab:             749176 kB
SReclaimable:     191408 kB
SUnreclaim:       557768 kB
KernelStack:        1480 kB
PageTables:         4548 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     223332 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    182272 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= 70728 MiB
End job on node107 at 2012-06-03 14:39:39