Trace number 3484725

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
SCIP spx 2 2011-06-10 (fixed)? 1797.09 1797.05

General information on the benchmark

Name/OPT-SMALLINT-LIN/flexray/
normalized-fx60.opb
MD5SUM26c9befa85d0a0769813e718015f6caa
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark6
Best CPU time to get the best result obtained on this benchmark0.918859
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2994
Total number of constraints3433
Number of constraints which are clauses2988
Number of constraints which are cardinality constraints (but not clauses)61
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 757
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 2.0.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.5]
0.00/0.00	c Copyright (c) 2002-2011 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-3484725-1307790590.opb>
0.02/0.03	c original problem has 2994 variables (2994 bin, 0 int, 0 impl, 0 cont) and 3433 constraints
0.02/0.03	c problem read
0.02/0.03	c presolving settings loaded
0.02/0.05	c presolving:
0.02/0.06	c (round 1) 6 del vars, 1 del conss, 0 add conss, 6 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 5976 impls, 60 clqs
0.02/0.06	c (round 2) 6 del vars, 2989 del conss, 0 add conss, 6 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 5976 impls, 60 clqs
0.02/0.07	c (round 3) 6 del vars, 2989 del conss, 0 add conss, 6 chg bounds, 0 chg sides, 0 chg coeffs, 444 upgd conss, 5976 impls, 60 clqs
0.09/0.19	c    (0.2s) probing: 101/2988 (3.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.19	c    (0.2s) probing aborted: 100/100 successive totally useless probings
0.09/0.19	c presolving (4 rounds):
0.09/0.19	c  6 deleted vars, 2989 deleted constraints, 0 added constraints, 6 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.19	c  5976 implications, 420 cliques
0.09/0.19	c presolved problem has 2988 variables (2988 bin, 0 int, 0 impl, 0 cont) and 444 constraints
0.09/0.19	c     384 constraints of type <knapsack>
0.09/0.19	c      60 constraints of type <setppc>
0.09/0.19	c transformed objective value is always integral (scale: 1)
0.09/0.19	c Presolving Time: 0.15
0.09/0.19	c - non default parameters ----------------------------------------------------------------------
0.09/0.19	c # SCIP version 2.0.1.4
0.09/0.19	c 
0.09/0.19	c # frequency for displaying node information lines
0.09/0.19	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.19	c display/freq = 10000
0.09/0.19	c 
0.09/0.19	c # maximal time in seconds to run
0.09/0.19	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.19	c limits/time = 1797
0.09/0.19	c 
0.09/0.19	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.19	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.19	c limits/memory = 13950
0.09/0.19	c 
0.09/0.19	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.19	c # [type: int, range: [1,2], default: 1]
0.09/0.19	c timing/clocktype = 2
0.09/0.19	c 
0.09/0.19	c # belongs reading time to solving time?
0.09/0.19	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.19	c timing/reading = TRUE
0.09/0.19	c 
0.09/0.19	c # should presolving try to simplify inequalities
0.09/0.19	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.19	c constraints/linear/simplifyinequalities = TRUE
0.09/0.19	c 
0.09/0.19	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.19	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.19	c constraints/indicator/addCouplingCons = TRUE
0.09/0.19	c 
0.09/0.19	c # should presolving try to simplify knapsacks
0.09/0.19	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.19	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.19	c 
0.09/0.19	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.19	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.19	c separating/rapidlearning/freq = 0
0.09/0.19	c 
0.09/0.19	c -----------------------------------------------------------------------------------------------
0.09/0.19	c start solving
0.09/0.19	c 
0.19/0.23	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.23	c   0.2s|     1 |     0 |   508 |     - |  14M|   0 |  46 |2988 | 563 |2988 | 444 |   0 | 119 |   0 | 6.000000e+00 |      --      |    Inf 
0.69/0.72	c   0.7s|     1 |     0 |  2303 |     - |  16M|   0 |  82 |2988 | 791 |2988 | 475 |  31 | 119 |   0 | 6.000000e+00 |      --      |    Inf 
0.79/0.85	c   0.9s|     1 |     0 |  2380 |     - |  16M|   0 | 106 |2988 | 791 |2988 | 502 |  58 | 119 |   0 | 6.000000e+00 |      --      |    Inf 
0.89/1.00	c   1.0s|     1 |     0 |  2489 |     - |  17M|   0 | 133 |2988 | 791 |2988 | 527 |  83 | 119 |   0 | 6.000000e+00 |      --      |    Inf 
1.09/1.17	c   1.2s|     1 |     0 |  2677 |     - |  17M|   0 | 154 |2988 | 791 |2988 | 554 | 110 | 119 |   0 | 6.000000e+00 |      --      |    Inf 
1.29/1.39	c   1.4s|     1 |     0 |  3109 |     - |  17M|   0 | 153 |2988 | 791 |2988 | 575 | 131 | 119 |   0 | 6.000000e+00 |      --      |    Inf 
1.59/1.64	c   1.6s|     1 |     0 |  3763 |     - |  18M|   0 | 163 |2988 | 791 |2988 | 598 | 154 | 119 |   0 | 6.000000e+00 |      --      |    Inf 
2.69/2.75	c   2.8s|     1 |     2 |  3763 |     - |  18M|   0 | 163 |2988 | 791 |2988 | 598 | 154 | 119 |  17 | 6.000000e+00 |      --      |    Inf 
110.80/110.81	c   111s| 10000 |   573 |521802 |  51.8 |  23M| 168 |   - |2988 |2916 |2988 | 547 | 154 |9102 |5673 | 6.000000e+00 |      --      |    Inf 
189.59/189.65	c   190s| 20000 |   790 |932388 |  46.4 |  25M| 168 |  46 |2988 |3629 |2988 | 547 | 154 |  16k|8947 | 6.000000e+00 |      --      |    Inf 
228.80/228.82	c   229s| 30000 |   990 |  1159k|  38.5 |  27M| 168 |  52 |2988 |5626 |2988 | 547 | 154 |  29k|9364 | 6.000000e+00 |      --      |    Inf 
288.70/288.76	c   289s| 40000 |   899 |  1485k|  37.0 |  27M| 168 |   - |2988 |6397 |   0 |   0 | 154 |  40k|  11k| 6.000000e+00 |      --      |    Inf 
364.60/364.64	c   365s| 50000 |  1129 |  1949k|  38.9 |  28M| 168 |  36 |2988 |5021 |2988 | 547 | 154 |  47k|  13k| 6.000000e+00 |      --      |    Inf 
422.10/422.14	c   422s| 60000 |  1327 |  2271k|  37.8 |  30M| 168 |  44 |2988 |6404 |2988 | 547 | 154 |  59k|  15k| 6.000000e+00 |      --      |    Inf 
479.70/479.77	c   480s| 70000 |  1434 |  2646k|  37.8 |  31M| 168 |  55 |2988 |6936 |2988 | 547 | 154 |  68k|  16k| 6.000000e+00 |      --      |    Inf 
551.41/551.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
551.41/551.41	c   551s| 80000 |  1611 |  3077k|  38.4 |  32M| 168 |   - |2988 |6593 |   0 |   0 | 154 |  76k|  18k| 6.000000e+00 |      --      |    Inf 
607.11/607.18	c   607s| 90000 |  1720 |  3394k|  37.7 |  33M| 168 |  35 |2988 |8240 |2988 | 547 | 154 |  85k|  19k| 6.000000e+00 |      --      |    Inf 
649.31/649.31	c   649s|100000 |  1870 |  3624k|  36.2 |  35M| 168 |  43 |2988 |9428 |2988 | 547 | 154 |  94k|  20k| 6.000000e+00 |      --      |    Inf 
691.41/691.44	c   691s|110000 |  1879 |  3852k|  35.0 |  35M| 168 |   - |2988 |9899 |   0 |   0 | 154 | 103k|  20k| 6.000000e+00 |      --      |    Inf 
746.60/746.69	c   747s|120000 |  1817 |  4197k|  35.0 |  35M| 168 |   - |2988 |  10k|2988 | 547 | 154 | 110k|  21k| 6.000000e+00 |      --      |    Inf 
816.41/816.45	c   816s|130000 |  1819 |  4670k|  35.9 |  36M| 168 |  34 |2988 |  10k|2988 | 547 | 154 | 114k|  23k| 6.000000e+00 |      --      |    Inf 
888.61/888.63	c   889s|140000 |  1835 |  5176k|  36.9 |  36M| 168 |   - |2988 |  11k|2988 | 547 | 154 | 116k|  24k| 6.000000e+00 |      --      |    Inf 
958.41/958.49	c   958s|150000 |  1814 |  5617k|  37.4 |  35M| 168 |   - |2988 |  10k|2988 | 547 | 154 | 120k|  26k| 6.000000e+00 |      --      |    Inf 
1026.22/1026.23	c  1026s|160000 |  1821 |  6071k|  37.9 |  35M| 168 |   - |2988 |9055 |2988 | 547 | 154 | 124k|  28k| 6.000000e+00 |      --      |    Inf 
1088.21/1088.23	c  1088s|170000 |  1938 |  6489k|  38.2 |  36M| 168 |  37 |2988 |  10k|2988 | 547 | 154 | 129k|  29k| 6.000000e+00 |      --      |    Inf 
1153.62/1153.68	c  1154s|180000 |  1910 |  6924k|  38.4 |  36M| 168 |  23 |2988 |9654 |2988 | 547 | 154 | 133k|  31k| 6.000000e+00 |      --      |    Inf 
1216.63/1216.69	c  1217s|190000 |  2000 |  7334k|  38.6 |  37M| 168 |   - |2988 |  10k|   0 |   0 | 154 | 138k|  32k| 6.000000e+00 |      --      |    Inf 
1259.22/1259.28	c  1259s|200000 |  2069 |  7612k|  38.0 |  37M| 168 |  33 |2988 |  10k|2988 | 547 | 154 | 143k|  33k| 6.000000e+00 |      --      |    Inf 
1304.92/1304.91	c  1305s|210000 |  2065 |  7887k|  37.5 |  38M| 168 |   - |2988 |  11k|2988 | 547 | 154 | 146k|  33k| 6.000000e+00 |      --      |    Inf 
1355.52/1355.56	c  1356s|220000 |  2120 |  8188k|  37.2 |  38M| 168 |  28 |2988 |  11k|2988 | 547 | 154 | 151k|  35k| 6.000000e+00 |      --      |    Inf 
1401.72/1401.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1401.72/1401.74	c  1402s|230000 |  2089 |  8487k|  36.9 |  38M| 168 |  28 |2988 |  11k|2988 | 547 | 154 | 154k|  36k| 6.000000e+00 |      --      |    Inf 
1450.03/1450.09	c  1450s|240000 |  2118 |  8788k|  36.6 |  38M| 168 |  27 |2988 |  10k|2988 | 547 | 154 | 158k|  36k| 6.000000e+00 |      --      |    Inf 
1503.73/1503.72	c  1504s|250000 |  2059 |  9118k|  36.5 |  38M| 168 |  15 |2988 |  11k|2988 | 547 | 154 | 162k|  38k| 6.000000e+00 |      --      |    Inf 
1546.32/1546.32	c  1546s|260000 |  2098 |  9380k|  36.1 |  39M| 168 |   - |2988 |  12k|2988 | 547 | 154 | 167k|  38k| 6.000000e+00 |      --      |    Inf 
1593.84/1593.82	c  1594s|270000 |  2081 |  9686k|  35.9 |  38M| 168 |   - |2988 |  11k|2988 | 547 | 154 | 171k|  39k| 6.000000e+00 |      --      |    Inf 
1640.63/1640.61	c  1641s|280000 |  2093 |  9976k|  35.6 |  39M| 168 |  31 |2988 |  11k|2988 | 547 | 154 | 174k|  39k| 6.000000e+00 |      --      |    Inf 
1685.73/1685.73	c  1686s|290000 |  2036 | 10265k|  35.4 |  38M| 168 |  19 |2988 |  11k|2988 | 547 | 154 | 178k|  40k| 6.000000e+00 |      --      |    Inf 
1739.63/1739.68	c  1740s|300000 |  2022 | 10606k|  35.3 |  38M| 168 |   - |2988 |  11k|2988 | 547 | 154 | 182k|  41k| 6.000000e+00 |      --      |    Inf 
1793.64/1793.67	c  1794s|310000 |  2049 | 10939k|  35.3 |  39M| 168 |   - |2988 |  12k|2988 | 547 | 154 | 185k|  42k| 6.000000e+00 |      --      |    Inf 
1797.03/1797.00	c 
1797.03/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1797.03/1797.00	c Solving Time (sec) : 1797.00
1797.03/1797.00	c Solving Nodes      : 310688
1797.03/1797.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1797.03/1797.00	c Dual Bound         : +6.00000000000000e+00
1797.03/1797.00	c Gap                : infinite
1797.03/1797.00	s UNKNOWN
1797.03/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1797.03/1797.00	c Total Time         :    1797.00
1797.03/1797.00	c   solving          :    1797.00
1797.03/1797.00	c   presolving       :       0.15 (included in solving)
1797.03/1797.00	c   reading          :       0.03 (included in solving)
1797.03/1797.00	c Original Problem   :
1797.03/1797.00	c   Problem name     : HOME/instance-3484725-1307790590.opb
1797.03/1797.00	c   Variables        : 2994 (2994 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.03/1797.00	c   Constraints      : 3433 initial, 3433 maximal
1797.03/1797.00	c Presolved Problem  :
1797.03/1797.00	c   Problem name     : t_HOME/instance-3484725-1307790590.opb
1797.03/1797.00	c   Variables        : 2988 (2988 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.03/1797.00	c   Constraints      : 444 initial, 12478 maximal
1797.03/1797.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1797.03/1797.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   probing          :       0.03          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   knapsack         :       0.08          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   setppc           :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   linear           :       0.02          6          0          0          6          0       2989          0          0          0
1797.03/1797.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   root node        :          -          0          -          -          0          -          -          -          -          -
1797.03/1797.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1797.03/1797.00	c   integral         :          0          0          0     175840          0          4          0        432      23012          0          0     322834
1797.03/1797.00	c   knapsack         :        384          6     905509          0          0          3   16377716      12517    7246967       1200          0          0
1797.03/1797.00	c   setppc           :         60          6     892992          0          0          2    5521589       2813    3268033          0          0          0
1797.03/1797.00	c   linear           :          0+         6         29          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   logicor          :          0+         6     364938          0          0          0     932454       5831     382639          0          0          0
1797.03/1797.00	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1797.03/1797.00	c   integral         :     204.62       0.00       0.00     204.62       0.00       0.00       0.00
1797.03/1797.00	c   knapsack         :      31.02       0.02      22.10       0.00       0.00       0.00       8.91
1797.03/1797.00	c   setppc           :       6.60       0.00       4.57       0.00       0.00       0.00       2.03
1797.03/1797.00	c   linear           :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1797.03/1797.00	c   logicor          :      15.15       0.00      13.12       0.00       0.00       0.00       2.03
1797.03/1797.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1797.03/1797.00	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1797.03/1797.00	c   vbounds          :          0          0          0          0
1797.03/1797.00	c   rootredcost      :          0          0          0          0
1797.03/1797.00	c   pseudoobj        :          0          0          0          0
1797.03/1797.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1797.03/1797.00	c   vbounds          :       0.12       0.12       0.00
1797.03/1797.00	c   rootredcost      :       0.13       0.13       0.00
1797.03/1797.00	c   pseudoobj        :       0.10       0.10       0.00
1797.03/1797.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1797.03/1797.00	c   propagation      :       7.19      21161      20972     315279      128.2       1378      103.4          -
1797.03/1797.00	c   infeasible LP    :     245.82     133778      52578    1572433      287.9        902       88.5          0
1797.03/1797.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1797.03/1797.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1797.03/1797.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1797.03/1797.00	c   applied globally :          -          -          -     185596       98.6          -          -          -
1797.03/1797.00	c   applied locally  :          -          -          -         54      430.2          -          -          -
1797.03/1797.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1797.03/1797.00	c   cut pool         :       0.00          5          -          -       1091          -    (maximal pool size: 1649)
1797.03/1797.00	c   redcost          :       7.55     175536          0          0          0          0
1797.03/1797.00	c   impliedbounds    :       0.00          6          0          0          0          0
1797.03/1797.00	c   intobj           :       0.00          0          0          0          0          0
1797.03/1797.00	c   gomory           :       0.02          6          0          0         32          0
1797.03/1797.00	c   cgmip            :       0.00          0          0          0          0          0
1797.03/1797.00	c   closecuts        :       0.00          0          0          0          0          0
1797.03/1797.00	c   strongcg         :       0.03          6          0          0         27          0
1797.03/1797.00	c   cmir             :       0.44          6          0          0       1827          0
1797.03/1797.00	c   flowcover        :       0.29          6          0          0       1201          0
1797.03/1797.00	c   clique           :       0.00          6          0          0          9          0
1797.03/1797.00	c   zerohalf         :       0.00          0          0          0          0          0
1797.03/1797.00	c   mcf              :       0.00          1          0          0          0          0
1797.03/1797.00	c   oddcycle         :       0.00          0          0          0          0          0
1797.03/1797.00	c   rapidlearning    :       0.22          1          0          0          0        228
1797.03/1797.00	c Pricers            :       Time      Calls       Vars
1797.03/1797.00	c   problem variables:       0.00          0          0
1797.03/1797.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1797.03/1797.00	c   relpscost        :     204.48     175840        432      23012          0          0     322834
1797.03/1797.00	c   pscost           :       0.00          0          0          0          0          0          0
1797.03/1797.00	c   inference        :       0.00          0          0          0          0          0          0
1797.03/1797.00	c   mostinf          :       0.00          0          0          0          0          0          0
1797.03/1797.00	c   leastinf         :       0.00          0          0          0          0          0          0
1797.03/1797.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1797.03/1797.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1797.03/1797.00	c   random           :       0.00          0          0          0          0          0          0
1797.03/1797.00	c Primal Heuristics  :       Time      Calls      Found
1797.03/1797.00	c   LP solutions     :       0.00          -          0
1797.03/1797.00	c   pseudo solutions :       0.00          -          0
1797.03/1797.00	c   oneopt           :       0.10          0          0
1797.03/1797.00	c   crossover        :       0.06          0          0
1797.03/1797.00	c   guideddiving     :       0.01          0          0
1797.03/1797.00	c   intshifting      :       0.01          0          0
1797.03/1797.00	c   pscostdiving     :       2.67         48          0
1797.03/1797.00	c   linesearchdiving :       1.86         48          0
1797.03/1797.00	c   fracdiving       :       3.94         48          0
1797.03/1797.00	c   feaspump         :       1.66         24          0
1797.03/1797.00	c   coefdiving       :       6.41         49          0
1797.03/1797.00	c   veclendiving     :       1.74         49          0
1797.03/1797.00	c   objpscostdiving  :       0.56         25          0
1797.03/1797.00	c   rootsoldiving    :       0.97         25          0
1797.03/1797.00	c   trivial          :       0.00          2          0
1797.03/1797.00	c   shiftandpropagate:       0.02          1          0
1797.03/1797.00	c   simplerounding   :       0.03          0          0
1797.03/1797.00	c   zirounding       :       3.21          0          0
1797.03/1797.00	c   rounding         :       0.34       5864          0
1797.03/1797.00	c   shifting         :       2.56       1805          0
1797.03/1797.00	c   twoopt           :       0.00          0          0
1797.03/1797.00	c   fixandinfer      :       0.00          0          0
1797.03/1797.00	c   clique           :       0.00          0          0
1797.03/1797.00	c   intdiving        :       0.00          0          0
1797.03/1797.00	c   actconsdiving    :       0.00          0          0
1797.03/1797.00	c   octane           :       0.00          0          0
1797.03/1797.00	c   rens             :       0.05          1          0
1797.03/1797.00	c   rins             :       0.00          0          0
1797.03/1797.00	c   localbranching   :       0.00          0          0
1797.03/1797.00	c   mutation         :       0.00          0          0
1797.03/1797.00	c   dins             :       0.00          0          0
1797.03/1797.00	c   vbounds          :       0.00          0          0
1797.03/1797.00	c   undercover       :       0.00          0          0
1797.03/1797.00	c   subnlp           :       0.04          0          0
1797.03/1797.00	c   trysol           :       0.06          0          0
1797.03/1797.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1797.03/1797.00	c   primal LP        :       0.00          0          0       0.00          -
1797.03/1797.00	c   dual LP          :    1185.90     307805   10839045      35.21    9139.96
1797.03/1797.00	c   lex dual LP      :       0.00          0          0       0.00          -
1797.03/1797.00	c   barrier LP       :       0.00          0          0       0.00          -
1797.03/1797.00	c   diving/probing LP:      15.12      11353     123524      10.88    8169.72
1797.03/1797.00	c   strong branching :     200.59      42674    1569048      36.77    7822.03
1797.03/1797.00	c     (at root node) :          -         17       7544     443.76          -
1797.03/1797.00	c   conflict analysis:       0.00          0          0       0.00          -
1797.03/1797.00	c B&B Tree           :
1797.03/1797.00	c   number of runs   :          1
1797.03/1797.00	c   nodes            :     310688
1797.03/1797.00	c   nodes (total)    :     310688
1797.03/1797.00	c   nodes left       :       2045
1797.03/1797.00	c   max depth        :        168
1797.03/1797.00	c   max depth (total):        168
1797.03/1797.00	c   backtracks       :      51166 (16.5%)
1797.03/1797.00	c   delayed cutoffs  :      10102
1797.03/1797.00	c   repropagations   :     226768 (1426618 domain reductions, 5141 cutoffs)
1797.03/1797.00	c   avg switch length:       3.86
1797.03/1797.00	c   switching time   :      27.47
1797.03/1797.00	c Solution           :
1797.03/1797.00	c   Solutions found  :          0 (0 improvements)
1797.03/1797.00	c   Primal Bound     :          -
1797.03/1797.00	c   Dual Bound       : +6.00000000000000e+00
1797.03/1797.00	c   Gap              :   infinite
1797.03/1797.00	c   Root Dual Bound  : +6.00000000000000e+00
1797.03/1797.00	c   Root Iterations  :       3763
1797.03/1797.04	c Time complete: 1797.08.

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

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

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.97 2/177 19390
/proc/meminfo: memFree=31781596/32950940 swapFree=67074964/67111528
[pid=19390] ppid=19388 vsize=9992 CPUtime=0 cores=0,2,4,6
/proc/19390/stat : 19390 (scip-2.0.1.4_2.) R 19388 19390 18592 0 -1 4202496 1500 0 0 0 0 0 0 0 25 0 1 0 969289753 10231808 1455 33554432000 4194304 8979876 140737287344336 18446744073709551615 6779003 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/19390/statm: 2498 1470 366 1169 0 1325 0

[startup+0.0255329 s]
/proc/loadavg: 2.00 2.00 1.97 2/177 19390
/proc/meminfo: memFree=31781596/32950940 swapFree=67074964/67111528
[pid=19390] ppid=19388 vsize=13992 CPUtime=0.02 cores=0,2,4,6
/proc/19390/stat : 19390 (scip-2.0.1.4_2.) R 19388 19390 18592 0 -1 4202496 2485 0 0 0 2 0 0 0 25 0 1 0 969289753 14327808 2440 33554432000 4194304 8979876 140737287344336 18446744073709551615 7836063 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/19390/statm: 3498 2440 366 1169 0 2325 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13992

[startup+0.100586 s]
/proc/loadavg: 2.00 2.00 1.97 2/177 19390
/proc/meminfo: memFree=31781596/32950940 swapFree=67074964/67111528
[pid=19390] ppid=19388 vsize=34588 CPUtime=0.09 cores=0,2,4,6
/proc/19390/stat : 19390 (scip-2.0.1.4_2.) R 19388 19390 18592 0 -1 4202496 7738 0 0 0 9 0 0 0 25 0 1 0 969289753 35418112 7436 33554432000 4194304 8979876 140737287344336 18446744073709551615 4933465 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/19390/statm: 8647 7436 518 1169 0 7474 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 34588

[startup+0.30055 s]
/proc/loadavg: 2.00 2.00 1.97 2/177 19390
/proc/meminfo: memFree=31781596/32950940 swapFree=67074964/67111528
[pid=19390] ppid=19388 vsize=45064 CPUtime=0.29 cores=0,2,4,6
/proc/19390/stat : 19390 (scip-2.0.1.4_2.) R 19388 19390 18592 0 -1 4202496 10773 0 0 0 28 1 0 0 25 0 1 0 969289753 46145536 10222 33554432000 4194304 8979876 140737287344336 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/19390/statm: 11266 10222 662 1169 0 10093 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 45064

[startup+0.700481 s]
/proc/loadavg: 2.00 2.00 1.97 2/177 19390
/proc/meminfo: memFree=31781596/32950940 swapFree=67074964/67111528
[pid=19390] ppid=19388 vsize=73832 CPUtime=0.69 cores=0,2,4,6
/proc/19390/stat : 19390 (scip-2.0.1.4_2.) R 19388 19390 18592 0 -1 4202496 17740 0 0 0 68 1 0 0 25 0 1 0 969289753 75603968 17189 33554432000 4194304 8979876 140737287344336 18446744073709551615 4889220 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/19390/statm: 18458 17189 702 1169 0 17285 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 73832

[startup+1.50023 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 19391
/proc/meminfo: memFree=31715520/32950940 swapFree=67074964/67111528
[pid=19390] ppid=19388 vsize=72940 CPUtime=1.49 cores=0,2,4,6
/proc/19390/stat : 19390 (scip-2.0.1.4_2.) R 19388 19390 18592 0 -1 4202496 17944 0 0 0 148 1 0 0 25 0 1 0 969289753 74690560 17021 33554432000 4194304 8979876 140737287344336 18446744073709551615 6605055 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/19390/statm: 18235 17021 712 1169 0 17062 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 72940

[startup+3.10106 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 19391
/proc/meminfo: memFree=31714652/32950940 swapFree=67074964/67111528
[pid=19390] ppid=19388 vsize=73260 CPUtime=3.09 cores=0,2,4,6
/proc/19390/stat : 19390 (scip-2.0.1.4_2.) R 19388 19390 18592 0 -1 4202496 18165 0 0 0 306 3 0 0 25 0 1 0 969289753 75018240 17242 33554432000 4194304 8979876 140737287344336 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/19390/statm: 18315 17242 720 1169 0 17142 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 73260

[startup+6.30046 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 19391
/proc/meminfo: memFree=31713840/32950940 swapFree=67074964/67111528
[pid=19390] ppid=19388 vsize=73260 CPUtime=6.29 cores=0,2,4,6
/proc/19390/stat : 19390 (scip-2.0.1.4_2.) R 19388 19390 18592 0 -1 4202496 18165 0 0 0 623 6 0 0 25 0 1 0 969289753 75018240 17242 33554432000 4194304 8979876 140737287344336 18446744073709551615 7179728 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/19390/statm: 18315 17242 720 1169 0 17142 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 73260

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 19392
/proc/meminfo: memFree=31714028/32950940 swapFree=67074964/67111528
[pid=19390] ppid=19388 vsize=73260 CPUtime=12.69 cores=0,2,4,6
/proc/19390/stat : 19390 (scip-2.0.1.4_2.) R 19388 19390 18592 0 -1 4202496 18165 0 0 0 1256 13 0 0 25 0 1 0 969289753 75018240 17242 33554432000 4194304 8979876 140737287344336 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/19390/statm: 18315 17242 720 1169 0 17142 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 73260

[startup+25.5011 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 19392
/proc/meminfo: memFree=31714504/32950940 swapFree=67074964/67111528
[pid=19390] ppid=19388 vsize=73260 CPUtime=25.49 cores=0,2,4,6
/proc/19390/stat : 19390 (scip-2.0.1.4_2.) R 19388 19390 18592 0 -1 4202496 18168 0 0 0 2524 25 0 0 25 0 1 0 969289753 75018240 17245 33554432000 4194304 8979876 140737287344336 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/19390/statm: 18315 17245 723 1169 0 17142 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 73260

[startup+51.1007 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 19393
/proc/meminfo: memFree=31714400/32950940 swapFree=67074964/67111528
[pid=19390] ppid=19388 vsize=73260 CPUtime=51.09 cores=0,2,4,6
/proc/19390/stat : 19390 (scip-2.0.1.4_2.) R 19388 19390 18592 0 -1 4202496 18168 0 0 0 5060 49 0 0 25 0 1 0 969289753 75018240 17245 33554432000 4194304 8979876 140737287344336 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/19390/statm: 18315 17245 723 1169 0 17142 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 73260

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 19394
/proc/meminfo: memFree=31714136/32950940 swapFree=67074964/67111528
[pid=19390] ppid=19388 vsize=73260 CPUtime=102.3 cores=0,2,4,6
/proc/19390/stat : 19390 (scip-2.0.1.4_2.) R 19388 19390 18592 0 -1 4202496 18170 0 0 0 10133 97 0 0 25 0 1 0 969289753 75018240 17247 33554432000 4194304 8979876 140737287344336 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/19390/statm: 18315 17247 724 1169 0 17142 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 73260

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 19396
/proc/meminfo: memFree=31713352/32950940 swapFree=67074964/67111528
[pid=19390] ppid=19388 vsize=73260 CPUtime=162.29 cores=0,2,4,6
/proc/19390/stat : 19390 (scip-2.0.1.4_2.) R 19388 19390 18592 0 -1 4202496 18170 0 0 0 16071 158 0 0 25 0 1 0 969289753 75018240 17247 33554432000 4194304 8979876 140737287344336 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/19390/statm: 18315 17247 724 1169 0 17142 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 73260

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 19397
/proc/meminfo: memFree=31708448/32950940 swapFree=67074964/67111528
[pid=19390] ppid=19388 vsize=77812 CPUtime=222.29 cores=0,2,4,6
/proc/19390/stat : 19390 (scip-2.0.1.4_2.) R 19388 19390 18592 0 -1 4202496 19513 0 0 0 22015 214 0 0 25 0 1 0 969289753 79679488 18589 33554432000 4194304 8979876 140737287344336 18446744073709551615 6445877 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/19390/statm: 19453 18589 724 1169 0 18280 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 77812

[startup+282.301 s]
/proc/loadavg: 2.05 2.01 1.98 3/178 19399
/proc/meminfo: memFree=31703660/32950940 swapFree=67074964/67111528
[pid=19390] ppid=19388 vsize=82796 CPUtime=282.3 cores=0,2,4,6
/proc/19390/stat : 19390 (scip-2.0.1.4_2.) R 19388 19390 18592 0 -1 4202496 20755 0 0 0 27959 271 0 0 25 0 1 0 969289753 84783104 19827 33554432000 4194304 8979876 140737287344336 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/19390/statm: 20699 19827 724 1169 0 19526 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 82796

[startup+342.301 s]
/proc/loadavg: 2.02 2.01 1.98 3/178 19400
/proc/meminfo: memFree=31699996/32950940 swapFree=67074964/67111528
[pid=19390] ppid=19388 vsize=83984 CPUtime=342.3 cores=0,2,4,6
/proc/19390/stat : 19390 (scip-2.0.1.4_2.) R 19388 19390 18592 0 -1 4202496 21034 0 0 0 33903 327 0 0 25 0 1 0 969289753 85999616 20106 33554432000 4194304 8979876 140737287344336 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/19390/statm: 20996 20106 724 1169 0 19823 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 83984

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 19402
/proc/meminfo: memFree=31699164/32950940 swapFree=67074964/67111528
[pid=19390] ppid=19388 vsize=85472 CPUtime=402.3 cores=0,2,4,6
/proc/19390/stat : 19390 (scip-2.0.1.4_2.) R 19388 19390 18592 0 -1 4202496 21413 0 0 0 39845 385 0 0 25 0 1 0 969289753 87523328 20485 33554432000 4194304 8979876 140737287344336 18446744073709551615 4291258 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/19390/statm: 21368 20485 724 1169 0 20195 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 85472

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 19404
/proc/meminfo: memFree=31697980/32950940 swapFree=67074964/67111528
[pid=19390] ppid=19388 vsize=88340 CPUtime=462.3 cores=0,2,4,6
/proc/19390/stat : 19390 (scip-2.0.1.4_2.) R 19388 19390 18592 0 -1 4202496 22134 0 0 0 45792 438 0 0 25 0 1 0 969289753 90460160 21206 33554432000 4194304 8979876 140737287344336 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/19390/statm: 22085 21206 724 1169 0 20912 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 88340

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 19405
/proc/meminfo: memFree=31696308/32950940 swapFree=67074964/67111528
[pid=19390] ppid=19388 vsize=88940 CPUtime=522.3 cores=0,2,4,6
/proc/19390/stat : 19390 (scip-2.0.1.4_2.) R 19388 19390 18592 0 -1 4202496 22263 0 0 0 51729 501 0 0 25 0 1 0 969289753 91074560 21335 33554432000 4194304 8979876 140737287344336 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/19390/statm: 22235 21335 724 1169 0 21062 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 88940

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 19407
/proc/meminfo: memFree=31693020/32950940 swapFree=67074964/67111528
[pid=19390] ppid=19388 vsize=91884 CPUtime=582.31 cores=0,2,4,6
/proc/19390/stat : 19390 (scip-2.0.1.4_2.) R 19388 19390 18592 0 -1 4202496 23027 0 0 0 57675 556 0 0 25 0 1 0 969289753 94089216 22099 33554432000 4194304 8979876 140737287344336 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/19390/statm: 22971 22099 724 1169 0 21798 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 91884

[startup+642.301 s]

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

/proc/meminfo: memFree=31677464/32950940 swapFree=67074964/67111528
[pid=19390] ppid=19388 vsize=97112 CPUtime=1122.31 cores=0,2,4,6
/proc/19390/stat : 19390 (scip-2.0.1.4_2.) R 19388 19390 18592 0 -1 4202496 24346 0 0 0 111136 1095 0 0 25 0 1 0 969289753 99442688 23418 33554432000 4194304 8979876 140737287344336 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/19390/statm: 24278 23418 724 1169 0 23105 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 97112

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 19423
/proc/meminfo: memFree=31677392/32950940 swapFree=67074964/67111528
[pid=19390] ppid=19388 vsize=97980 CPUtime=1182.32 cores=0,2,4,6
/proc/19390/stat : 19390 (scip-2.0.1.4_2.) R 19388 19390 18592 0 -1 4202496 24424 0 0 0 117075 1157 0 0 25 0 1 0 969289753 100331520 23496 33554432000 4194304 8979876 140737287344336 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/19390/statm: 24495 23496 724 1169 0 23322 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 97980

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 19424
/proc/meminfo: memFree=31682896/32950940 swapFree=67074964/67111528
[pid=19390] ppid=19388 vsize=97980 CPUtime=1242.32 cores=0,2,4,6
/proc/19390/stat : 19390 (scip-2.0.1.4_2.) R 19388 19390 18592 0 -1 4202496 24450 0 0 0 123013 1219 0 0 25 0 1 0 969289753 100331520 23522 33554432000 4194304 8979876 140737287344336 18446744073709551615 5972224 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/19390/statm: 24495 23522 724 1169 0 23322 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 97980

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 19465
/proc/meminfo: memFree=31568308/32950940 swapFree=67074964/67111528
[pid=19390] ppid=19388 vsize=98344 CPUtime=1302.33 cores=0,2,4,6
/proc/19390/stat : 19390 (scip-2.0.1.4_2.) R 19388 19390 18592 0 -1 4202496 24643 0 0 0 128957 1276 0 0 25 0 1 0 969289753 100704256 23715 33554432000 4194304 8979876 140737287344336 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/19390/statm: 24586 23715 724 1169 0 23413 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 98344

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 19467
/proc/meminfo: memFree=31566992/32950940 swapFree=67074964/67111528
[pid=19390] ppid=19388 vsize=99044 CPUtime=1362.32 cores=0,2,4,6
/proc/19390/stat : 19390 (scip-2.0.1.4_2.) R 19388 19390 18592 0 -1 4202496 24768 0 0 0 134900 1332 0 0 25 0 1 0 969289753 101421056 23840 33554432000 4194304 8979876 140737287344336 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/19390/statm: 24761 23840 724 1169 0 23588 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 99044

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 19620
/proc/meminfo: memFree=31806024/32950940 swapFree=67074964/67111528
[pid=19390] ppid=19388 vsize=99464 CPUtime=1422.33 cores=0,2,4,6
/proc/19390/stat : 19390 (scip-2.0.1.4_2.) R 19388 19390 18592 0 -1 4202496 24919 0 0 0 140843 1390 0 0 25 0 1 0 969289753 101851136 23991 33554432000 4194304 8979876 140737287344336 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/19390/statm: 24866 23991 724 1169 0 23693 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 99464

[startup+1482.3 s]
/proc/loadavg: 2.06 2.02 1.98 3/178 19812
/proc/meminfo: memFree=31326492/32950940 swapFree=67074964/67111528
[pid=19390] ppid=19388 vsize=99664 CPUtime=1482.32 cores=0,2,4,6
/proc/19390/stat : 19390 (scip-2.0.1.4_2.) R 19388 19390 18592 0 -1 4202496 24970 0 0 0 146781 1451 0 0 25 0 1 0 969289753 102055936 24042 33554432000 4194304 8979876 140737287344336 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/19390/statm: 24916 24042 724 1169 0 23743 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 99664

[startup+1542.3 s]
/proc/loadavg: 2.02 2.01 1.98 3/178 19813
/proc/meminfo: memFree=31160360/32950940 swapFree=67074964/67111528
[pid=19390] ppid=19388 vsize=100116 CPUtime=1542.33 cores=0,2,4,6
/proc/19390/stat : 19390 (scip-2.0.1.4_2.) R 19388 19390 18592 0 -1 4202496 25082 0 0 0 152729 1504 0 0 25 0 1 0 969289753 102518784 24154 33554432000 4194304 8979876 140737287344336 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/19390/statm: 25029 24154 724 1169 0 23856 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 100116

[startup+1602.3 s]
/proc/loadavg: 2.01 2.00 1.98 3/178 19815
/proc/meminfo: memFree=30902640/32950940 swapFree=67074964/67111528
[pid=19390] ppid=19388 vsize=100972 CPUtime=1602.33 cores=0,2,4,6
/proc/19390/stat : 19390 (scip-2.0.1.4_2.) R 19388 19390 18592 0 -1 4202496 25308 0 0 0 158675 1558 0 0 25 0 1 0 969289753 103395328 24380 33554432000 4194304 8979876 140737287344336 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/19390/statm: 25243 24380 724 1169 0 24070 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 100972

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 19817
/proc/meminfo: memFree=30742888/32950940 swapFree=67074964/67111528
[pid=19390] ppid=19388 vsize=101164 CPUtime=1662.33 cores=0,2,4,6
/proc/19390/stat : 19390 (scip-2.0.1.4_2.) R 19388 19390 18592 0 -1 4202496 25346 0 0 0 164619 1614 0 0 25 0 1 0 969289753 103591936 24418 33554432000 4194304 8979876 140737287344336 18446744073709551615 4291199 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/19390/statm: 25291 24418 724 1169 0 24118 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 101164

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 19818
/proc/meminfo: memFree=30563744/32950940 swapFree=67074964/67111528
[pid=19390] ppid=19388 vsize=101164 CPUtime=1722.33 cores=0,2,4,6
/proc/19390/stat : 19390 (scip-2.0.1.4_2.) R 19388 19390 18592 0 -1 4202496 25352 0 0 0 170558 1675 0 0 25 0 1 0 969289753 103591936 24424 33554432000 4194304 8979876 140737287344336 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/19390/statm: 25291 24424 724 1169 0 24118 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 101164

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 19823
/proc/meminfo: memFree=30435772/32950940 swapFree=67074964/67111528
[pid=19390] ppid=19388 vsize=101164 CPUtime=1782.33 cores=0,2,4,6
/proc/19390/stat : 19390 (scip-2.0.1.4_2.) R 19388 19390 18592 0 -1 4202496 25353 0 0 0 176502 1731 0 0 25 0 1 0 969289753 103591936 24425 33554432000 4194304 8979876 140737287344336 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/19390/statm: 25291 24425 724 1169 0 24118 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 101164

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 19823
/proc/meminfo: memFree=30431512/32950940 swapFree=67074964/67111528
[pid=19390] ppid=19388 vsize=101164 CPUtime=1785.53 cores=0,2,4,6
/proc/19390/stat : 19390 (scip-2.0.1.4_2.) R 19388 19390 18592 0 -1 4202496 25353 0 0 0 176819 1734 0 0 25 0 1 0 969289753 103591936 24425 33554432000 4194304 8979876 140737287344336 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/19390/statm: 25291 24425 724 1169 0 24118 0
Current children cumulated CPU time (s) 1785.53
Current children cumulated vsize (KiB) 101164

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 19823
/proc/meminfo: memFree=30422084/32950940 swapFree=67074964/67111528
[pid=19390] ppid=19388 vsize=101164 CPUtime=1791.94 cores=0,2,4,6
/proc/19390/stat : 19390 (scip-2.0.1.4_2.) R 19388 19390 18592 0 -1 4202496 25353 0 0 0 177453 1741 0 0 25 0 1 0 969289753 103591936 24425 33554432000 4194304 8979876 140737287344336 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/19390/statm: 25291 24425 724 1169 0 24118 0
Current children cumulated CPU time (s) 1791.94
Current children cumulated vsize (KiB) 101164

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 19823
/proc/meminfo: memFree=30417864/32950940 swapFree=67074964/67111528
[pid=19390] ppid=19388 vsize=101164 CPUtime=1795.14 cores=0,2,4,6
/proc/19390/stat : 19390 (scip-2.0.1.4_2.) R 19388 19390 18592 0 -1 4202496 25353 0 0 0 177770 1744 0 0 25 0 1 0 969289753 103591936 24425 33554432000 4194304 8979876 140737287344336 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/19390/statm: 25291 24425 724 1169 0 24118 0
Current children cumulated CPU time (s) 1795.14
Current children cumulated vsize (KiB) 101164

[startup+1795.9 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 19823
/proc/meminfo: memFree=30417864/32950940 swapFree=67074964/67111528
[pid=19390] ppid=19388 vsize=101164 CPUtime=1795.93 cores=0,2,4,6
/proc/19390/stat : 19390 (scip-2.0.1.4_2.) R 19388 19390 18592 0 -1 4202496 25353 0 0 0 177848 1745 0 0 25 0 1 0 969289753 103591936 24425 33554432000 4194304 8979876 140737287344336 18446744073709551615 6446029 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/19390/statm: 25291 24425 724 1169 0 24118 0
Current children cumulated CPU time (s) 1795.93
Current children cumulated vsize (KiB) 101164

[startup+1796.7 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 19823
/proc/meminfo: memFree=30417616/32950940 swapFree=67074964/67111528
[pid=19390] ppid=19388 vsize=101164 CPUtime=1796.73 cores=0,2,4,6
/proc/19390/stat : 19390 (scip-2.0.1.4_2.) R 19388 19390 18592 0 -1 4202496 25353 0 0 0 177928 1745 0 0 25 0 1 0 969289753 103591936 24425 33554432000 4194304 8979876 140737287344336 18446744073709551615 6446084 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/19390/statm: 25291 24425 724 1169 0 24118 0
Current children cumulated CPU time (s) 1796.73
Current children cumulated vsize (KiB) 101164

[startup+1796.9 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 19823
/proc/meminfo: memFree=30417616/32950940 swapFree=67074964/67111528
[pid=19390] ppid=19388 vsize=101164 CPUtime=1796.93 cores=0,2,4,6
/proc/19390/stat : 19390 (scip-2.0.1.4_2.) R 19388 19390 18592 0 -1 4202496 25353 0 0 0 177948 1745 0 0 25 0 1 0 969289753 103591936 24425 33554432000 4194304 8979876 140737287344336 18446744073709551615 4291258 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/19390/statm: 25291 24425 724 1169 0 24118 0
Current children cumulated CPU time (s) 1796.93
Current children cumulated vsize (KiB) 101164

[startup+1797 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 19823
/proc/meminfo: memFree=30417616/32950940 swapFree=67074964/67111528
[pid=19390] ppid=19388 vsize=101164 CPUtime=1797.03 cores=0,2,4,6
/proc/19390/stat : 19390 (scip-2.0.1.4_2.) R 19388 19390 18592 0 -1 4202496 25353 0 0 0 177958 1745 0 0 25 0 1 0 969289753 103591936 24425 33554432000 4194304 8979876 140737287344336 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/19390/statm: 25291 24425 724 1169 0 24118 0
Current children cumulated CPU time (s) 1797.03
Current children cumulated vsize (KiB) 101164

Child status: 0
Real time (s): 1797.05
CPU time (s): 1797.09
CPU user time (s): 1779.63
CPU system time (s): 17.4603
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 101164

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1779.63
system time used= 17.4603
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25361
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= 4
involuntary context switches= 2537

runsolver used 2.55161 second user time and 5.63814 second system time

The end

Launcher Data

Begin job on node117 at 2011-06-11 13:09:50
IDJOB=3484725
IDBENCH=71842
IDSOLVER=1977
FILE ID=node117/3484725-1307790590
RUNJOBID= node117-1307784651-18610
PBS_JOBID= 13550904
Free space on /tmp= 74008 MiB

SOLVER NAME= SCIP spx 2 2011-06-10 (fixed)
BENCH NAME= PB09/normalized-PB09/OPT-SMALLINT-LIN/flexray/normalized-fx60.opb
COMMAND LINE= HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3484725-1307790590/watcher-3484725-1307790590 -o /tmp/evaluation-result-3484725-1307790590/solver-3484725-1307790590 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3484725-1307790590.opb -t 1800 -m 15500

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

MD5SUM BENCH= 26c9befa85d0a0769813e718015f6caa
RANDOM SEED=137485468

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.849
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.849
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.849
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.849
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.849
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.849
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.849
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5267.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      31782024 kB
Buffers:        149604 kB
Cached:         693652 kB
SwapCached:       6160 kB
Active:         517280 kB
Inactive:       502396 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      31782024 kB
SwapTotal:    67111528 kB
SwapFree:     67074964 kB
Dirty:           17100 kB
Writeback:           0 kB
AnonPages:      172968 kB
Mapped:          16972 kB
Slab:            83792 kB
PageTables:       4896 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS:   353952 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73988 MiB
End job on node117 at 2011-06-11 13:39:47