Trace number 3738373

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
PB09: SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)? (TO) 1800.14 1800.46

General information on the benchmark

Name/OPT-SMALLINT-LIN/flexray/
normalized-fx49.opb
MD5SUMe08af5097f76b1d4e2b0ba1d8a42ed5a
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 variables2130
Total number of constraints2495
Number of constraints which are clauses2125
Number of constraints which are cardinality constraints (but not clauses)50
Number of constraints which are nor clauses,nor cardinality constraints320
Minimum length of a constraint2
Maximum length of a constraint320
Number of terms in the objective function 5
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 5
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 636
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.03	c SCIP version 1.1.0.7
0.00/0.03	c LP-Solver SoPlex 1.4.1
0.00/0.03	c user parameter file <scip.set> not found - using default parameters
0.00/0.03	c read problem <HOME/instance-3738373-1338755365.opb>
0.00/0.03	c original problem has 2130 variables (2130 bin, 0 int, 0 impl, 0 cont) and 2495 constraints
0.00/0.04	c start presolving problem
0.00/0.04	c presolving:
0.00/0.05	c (round 1) 5 del vars, 1 del conss, 5 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 4250 impls, 49 clqs
0.00/0.05	c (round 2) 5 del vars, 2126 del conss, 5 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 4250 impls, 49 clqs
0.00/0.06	c (round 3) 5 del vars, 2126 del conss, 5 chg bounds, 0 chg sides, 0 chg coeffs, 369 upgd conss, 4250 impls, 49 clqs
0.09/0.13	c    (0.1s) probing: 101/2125 (4.8%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.13	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.13	c presolving (4 rounds):
0.09/0.13	c  5 deleted vars, 2126 deleted constraints, 5 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.13	c  4250 implications, 309 cliques
0.09/0.13	c presolved problem has 2125 variables (2125 bin, 0 int, 0 impl, 0 cont) and 369 constraints
0.09/0.13	c     320 constraints of type <knapsack>
0.09/0.13	c      49 constraints of type <setppc>
0.09/0.13	c transformed objective value is always integral (scale: 1)
0.09/0.13	c Presolving Time: 0.09
0.09/0.13	c OPT-LIN
0.09/0.13	c -----------------------------------------------------------------------------------------------
0.09/0.13	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.13	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.13	c limits/memory = c 13950
0.09/0.13	c # maximal time in seconds to run
0.09/0.13	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.13	c limits/time = c 1791
0.09/0.13	c # frequency for displaying node information lines
0.09/0.13	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.13	c display/freq = c 10000
0.09/0.13	c -----------------------------------------------------------------------------------------------
0.09/0.13	c start solving problem
0.09/0.13	c 
0.09/0.15	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.09/0.15	c   0.1s|     1 |     0 |   412 |8165k|   0 |  30 |2125 | 369 | 369 |2125 | 369 |   0 |   0 |   0 | 5.000000e+00 |      --      |    Inf 
0.29/0.31	c   0.3s|     1 |     0 |  1061 |9248k|   0 |  64 |2125 | 369 | 369 |2125 | 395 |  26 |   0 |   0 | 5.000000e+00 |      --      |    Inf 
0.39/0.43	c   0.4s|     1 |     0 |  1177 |9605k|   0 |  85 |2125 | 369 | 369 |2125 | 416 |  47 |   0 |   0 | 5.000000e+00 |      --      |    Inf 
0.49/0.59	c   0.5s|     1 |     0 |  1456 |9948k|   0 |  84 |2125 | 369 | 369 |2125 | 435 |  66 |   0 |   0 | 5.000000e+00 |      --      |    Inf 
0.69/0.74	c   0.7s|     1 |     0 |  1761 |  10M|   0 | 100 |2125 | 369 | 369 |2125 | 453 |  84 |   0 |   0 | 5.000000e+00 |      --      |    Inf 
0.89/0.93	c   0.9s|     1 |     0 |  2165 |  10M|   0 | 107 |2125 | 369 | 369 |2125 | 470 | 101 |   0 |   0 | 5.000000e+00 |      --      |    Inf 
1.09/1.16	c   1.1s|     1 |     0 |  2612 |  10M|   0 | 109 |2125 | 369 | 369 |2125 | 489 | 120 |   0 |   0 | 5.000000e+00 |      --      |    Inf 
3.08/3.10	c   3.0s|     1 |     2 |  2612 |  10M|   0 | 109 |2125 | 369 | 369 |2125 | 489 | 120 |   0 |  21 | 5.000000e+00 |      --      |    Inf 
82.96/83.09	c  82.1s| 10000 |   198 |392337 |  13M|  96 |   - |2125 |2401 | 503 |2125 | 452 | 120 |  13k|5320 | 5.000000e+00 |      --      |    Inf 
143.65/143.78	c   142s| 20000 |   635 |777618 |  17M|  96 |  43 |2125 |4553 | 390 |2125 | 452 | 120 |  28k|7999 | 5.000000e+00 |      --      |    Inf 
207.93/208.08	c   206s| 30000 |   965 |  1198k|  18M|  96 |  55 |2125 |3621 | 711 |2125 | 452 | 120 |  42k|  10k| 5.000000e+00 |      --      |    Inf 
272.13/272.20	c   269s| 40000 |  1471 |  1628k|  22M|  96 |  35 |2125 |4878 | 403 |2125 | 452 | 120 |  56k|  13k| 5.000000e+00 |      --      |    Inf 
337.22/337.37	c   334s| 50000 |  1799 |  2078k|  24M|  96 |  55 |2125 |4056 | 495 |2125 | 452 | 120 |  72k|  15k| 5.000000e+00 |      --      |    Inf 
397.60/397.73	c   393s| 60000 |  2105 |  2495k|  26M|  96 |   - |2125 |3954 | 419 |2125 | 452 | 120 |  88k|  17k| 5.000000e+00 |      --      |    Inf 
458.30/458.49	c   453s| 70000 |  2396 |  2893k|  27M|  96 |   - |2125 |3450 | 401 |2125 | 452 | 120 | 106k|  19k| 5.000000e+00 |      --      |    Inf 
512.08/512.27	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
512.08/512.27	c   506s| 80000 |  2955 |  3293k|  31M|  96 |   - |2125 |5025 | 432 |2125 | 452 | 120 | 123k|  20k| 5.000000e+00 |      --      |    Inf 
572.67/572.83	c   566s| 90000 |  3080 |  3731k|  32M|  96 |   - |2125 |4834 | 418 |2125 | 452 | 120 | 141k|  22k| 5.000000e+00 |      --      |    Inf 
629.36/629.52	c   622s|100000 |  3479 |  4117k|  34M|  96 |   - |2125 |5018 |1451 |2125 | 452 | 120 | 159k|  24k| 5.000000e+00 |      --      |    Inf 
680.95/681.17	c   673s|110000 |  3709 |  4489k|  36M|  96 |  59 |2125 |5423 | 756 |2125 | 452 | 120 | 171k|  26k| 5.000000e+00 |      --      |    Inf 
743.65/743.84	c   735s|120000 |  3787 |  4895k|  36M|  96 |   - |2125 |4692 | 828 |2125 | 452 | 120 | 183k|  30k| 5.000000e+00 |      --      |    Inf 
809.34/809.54	c   800s|130000 |  3770 |  5334k|  36M|  96 |   - |2125 |3516 | 563 |2125 | 452 | 120 | 195k|  35k| 5.000000e+00 |      --      |    Inf 
865.02/865.23	c   855s|140000 |  3892 |  5742k|  37M|  96 |   - |2125 |3282 | 525 |2125 | 452 | 120 | 211k|  37k| 5.000000e+00 |      --      |    Inf 
920.71/920.94	c   910s|150000 |  4084 |  6114k|  38M|  96 |  40 |2125 |3384 | 475 |2125 | 452 | 120 | 228k|  39k| 5.000000e+00 |      --      |    Inf 
962.21/962.48	c   951s|160000 |  4172 |  6428k|  40M|  96 |  39 |2125 |5170 | 584 |2125 | 452 | 120 | 244k|  40k| 5.000000e+00 |      --      |    Inf 
1018.31/1018.60	c  1007s|170000 |  4214 |  6841k|  40M|  96 |  51 |2125 |4497 | 422 |2125 | 452 | 120 | 259k|  42k| 5.000000e+00 |      --      |    Inf 
1077.19/1077.48	c  1065s|180000 |  4291 |  7259k|  40M|  96 |   - |2125 |3875 | 384 |2125 | 452 | 120 | 275k|  43k| 5.000000e+00 |      --      |    Inf 
1132.08/1132.30	c  1119s|190000 |  4621 |  7687k|  43M|  96 |  57 |2125 |4748 | 411 |2125 | 452 | 120 | 290k|  44k| 5.000000e+00 |      --      |    Inf 
1189.77/1190.03	c  1176s|200000 |  4763 |  8079k|  43M|  96 |  61 |2125 |4107 | 521 |2125 | 452 | 120 | 307k|  46k| 5.000000e+00 |      --      |    Inf 
1238.76/1239.05	c  1225s|210000 |  4849 |  8442k|  45M|  96 |  49 |2125 |4961 | 759 |2125 | 452 | 120 | 323k|  47k| 5.000000e+00 |      --      |    Inf 
1295.56/1295.88	c  1281s|220000 |  5066 |  8875k|  46M|  96 |  46 |2125 |4028 | 360 |2125 | 452 | 120 | 339k|  48k| 5.000000e+00 |      --      |    Inf 
1349.14/1349.42	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1349.14/1349.42	c  1334s|230000 |  5266 |  9244k|  48M|  96 |   - |2125 |5258 | 546 |2125 | 452 | 120 | 357k|  49k| 5.000000e+00 |      --      |    Inf 
1381.74/1382.00	c  1366s|240000 |  5348 |  9476k|  50M|  96 |  38 |2125 |6877 | 432 |2125 | 452 | 120 | 376k|  50k| 5.000000e+00 |      --      |    Inf 
1422.64/1422.97	c  1406s|250000 |  5354 |  9794k|  49M|  96 |   - |2125 |4680 | 484 |2125 | 452 | 120 | 392k|  50k| 5.000000e+00 |      --      |    Inf 
1483.23/1483.51	c  1466s|260000 |  5404 | 10220k|  50M|  96 |   - |2125 |4900 | 456 |2125 | 452 | 120 | 409k|  52k| 5.000000e+00 |      --      |    Inf 
1538.31/1538.66	c  1521s|270000 |  5472 | 10636k|  50M|  96 |   - |2125 |5044 | 415 |2125 | 452 | 120 | 425k|  53k| 5.000000e+00 |      --      |    Inf 
1591.70/1592.01	c  1573s|280000 |  5601 | 11046k|  51M|  96 |   - |2125 |5619 | 774 |2125 | 452 | 120 | 443k|  54k| 5.000000e+00 |      --      |    Inf 
1646.60/1646.99	c  1628s|290000 |  5755 | 11424k|  52M|  96 |   - |2125 |4250 | 642 |2125 | 452 | 120 | 460k|  55k| 5.000000e+00 |      --      |    Inf 
1695.09/1695.48	c  1676s|300000 |  5933 | 11783k|  53M|  96 |   - |2125 |4160 | 455 |2125 | 452 | 120 | 477k|  56k| 5.000000e+00 |      --      |    Inf 
1743.29/1743.63	c  1723s|310000 |  6024 | 12163k|  54M|  96 |   - |2125 |3734 | 400 |2125 | 452 | 120 | 492k|  57k| 5.000000e+00 |      --      |    Inf 
1794.07/1794.40	c  1773s|320000 |  6121 | 12528k|  55M|  96 |  54 |2125 |4856 | 642 |2125 | 452 | 120 | 509k|  58k| 5.000000e+00 |      --      |    Inf 
1800.08/1800.41	c 
1800.08/1800.41	c SCIP Status        : solving was interrupted [user interrupt]
1800.08/1800.41	c Solving Time (sec) : 1779.39
1800.08/1800.41	c Solving Nodes      : 321225
1800.08/1800.41	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.08/1800.41	c Dual Bound         : +5.00000000000000e+00
1800.08/1800.41	c Gap                : infinite
1800.08/1800.41	c NODE         321225
1800.08/1800.41	c DUAL BOUND   5
1800.08/1800.41	c PRIMAL BOUND 1e+20
1800.08/1800.41	c GAP          1e+20
1800.08/1800.41	s UNKNOWN
1800.08/1800.41	c SCIP Status        : solving was interrupted [user interrupt]
1800.08/1800.41	c Solving Time       :    1779.39
1800.08/1800.41	c Original Problem   :
1800.08/1800.41	c   Problem name     : HOME/instance-3738373-1338755365.opb
1800.08/1800.41	c   Variables        : 2130 (2130 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.08/1800.41	c   Constraints      : 2495 initial, 2495 maximal
1800.08/1800.41	c Presolved Problem  :
1800.08/1800.41	c   Problem name     : t_HOME/instance-3738373-1338755365.opb
1800.08/1800.41	c   Variables        : 2125 (2125 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.08/1800.41	c   Constraints      : 369 initial, 7640 maximal
1800.08/1800.41	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.08/1800.41	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.41	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.41	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.41	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.41	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.41	c   probing          :       0.01          0          0          0          0          0          0          0          0
1800.08/1800.41	c   knapsack         :       0.05          0          0          0          0          0          0          0          0
1800.08/1800.41	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.41	c   linear           :       0.01          5          0          0          5          0       2126          0          0
1800.08/1800.41	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.41	c   root node        :          -          0          -          -          0          -          -          -          -
1800.08/1800.41	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.08/1800.41	c   integral         :          0          0          0     199483          0        762      40926          0          0     348016
1800.08/1800.41	c   knapsack         :        320          6    1304830          0          0      11559    8740360       1062          0          0
1800.08/1800.41	c   setppc           :         49          6    1293271          0          0       1998    1706886          0          0          0
1800.08/1800.41	c   logicor          :          0+         0     521192          0          0      21853     323897          0          0          0
1800.08/1800.41	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.08/1800.41	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.08/1800.41	c   integral         :     247.64       0.00       0.00     247.64       0.00
1800.08/1800.41	c   knapsack         :      12.76       0.02      12.74       0.00       0.00
1800.08/1800.41	c   setppc           :       2.19       0.00       2.19       0.00       0.00
1800.08/1800.41	c   logicor          :      14.11       0.00      14.11       0.00       0.00
1800.08/1800.41	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.08/1800.41	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.08/1800.41	c   rootredcost      :       0.16          0          0          0
1800.08/1800.41	c   pseudoobj        :       0.08          0          0          0
1800.08/1800.41	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.08/1800.41	c   propagation      :       5.11      35410      35312     344303       96.1       2022      104.5          -
1800.08/1800.41	c   infeasible LP    :      60.96     121614     120045    2052364      126.7       1591       97.5          0
1800.08/1800.41	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.08/1800.41	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.08/1800.41	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.08/1800.41	c   applied globally :          -          -          -     511787      100.3          -          -          -
1800.08/1800.41	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.08/1800.41	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.08/1800.41	c   cut pool         :       0.00          5          -          -        876          -    (maximal pool size: 1272)
1800.08/1800.41	c   redcost          :       5.71     197186          0          0          0          0
1800.08/1800.41	c   impliedbounds    :       0.00          6          0          0          0          0
1800.08/1800.41	c   intobj           :       0.00          0          0          0          0          0
1800.08/1800.41	c   gomory           :       0.01          6          0          0        162          0
1800.08/1800.41	c   strongcg         :       0.02          6          0          0        152          0
1800.08/1800.41	c   cmir             :       0.31          6          0          0       1299          0
1800.08/1800.41	c   flowcover        :       0.31          6          0          0       1202          0
1800.08/1800.41	c   clique           :       0.01          6          0          0         10          0
1800.08/1800.41	c   zerohalf         :       0.00          0          0          0          0          0
1800.08/1800.41	c   mcf              :       0.00          1          0          0          0          0
1800.08/1800.41	c Pricers            :       Time      Calls       Vars
1800.08/1800.41	c   problem variables:       0.00          0          0
1800.08/1800.41	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.08/1800.41	c   relpscost        :     247.52     199483        762      40926          0          0     348016
1800.08/1800.41	c   pscost           :       0.00          0          0          0          0          0          0
1800.08/1800.41	c   inference        :       0.00          0          0          0          0          0          0
1800.08/1800.41	c   mostinf          :       0.00          0          0          0          0          0          0
1800.08/1800.41	c   leastinf         :       0.00          0          0          0          0          0          0
1800.08/1800.41	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.08/1800.41	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.08/1800.41	c   random           :       0.00          0          0          0          0          0          0
1800.08/1800.41	c Primal Heuristics  :       Time      Calls      Found
1800.08/1800.41	c   LP solutions     :       0.00          -          0
1800.08/1800.41	c   pseudo solutions :       0.00          -          0
1800.08/1800.41	c   oneopt           :       0.09          0          0
1800.08/1800.41	c   crossover        :       0.05          0          0
1800.08/1800.41	c   guideddiving     :       0.02          0          0
1800.08/1800.41	c   coefdiving       :      12.98         74          0
1800.08/1800.41	c   pscostdiving     :       4.77         74          0
1800.08/1800.41	c   fracdiving       :      10.18         74          0
1800.08/1800.41	c   veclendiving     :       1.99         74          0
1800.08/1800.41	c   linesearchdiving :       2.89         74          0
1800.08/1800.41	c   objpscostdiving  :       1.14         38          0
1800.08/1800.41	c   rootsoldiving    :       2.56         38          0
1800.08/1800.41	c   feaspump         :       3.80         38          0
1800.08/1800.41	c   simplerounding   :       0.03          0          0
1800.08/1800.41	c   rounding         :       0.34       6272          0
1800.08/1800.41	c   shifting         :       2.64       1977          0
1800.08/1800.41	c   intshifting      :       0.01          0          0
1800.08/1800.41	c   fixandinfer      :       0.00          0          0
1800.08/1800.41	c   intdiving        :       0.00          0          0
1800.08/1800.41	c   actconsdiving    :       0.00          0          0
1800.08/1800.41	c   octane           :       0.00          0          0
1800.08/1800.41	c   rens             :       0.03          1          0
1800.08/1800.41	c   rins             :       0.00          0          0
1800.08/1800.41	c   localbranching   :       0.00          0          0
1800.08/1800.41	c   mutation         :       0.00          0          0
1800.08/1800.41	c   dins             :       0.00          0          0
1800.08/1800.41	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.08/1800.41	c   primal LP        :       0.00          0          0       0.00          -
1800.08/1800.41	c   dual LP          :    1316.00     318450   12336187      38.74    9374.00
1800.08/1800.41	c   barrier LP       :       0.00          0          0       0.00          -
1800.08/1800.41	c   diving/probing LP:      33.47      29149     233265       8.00    6969.38
1800.08/1800.41	c   strong branching :     244.29      58389    1962644      33.61    8034.07
1800.08/1800.41	c     (at root node) :          -         21      12111     576.71          -
1800.08/1800.41	c   conflict analysis:       0.00          0          0       0.00          -
1800.08/1800.41	c B&B Tree           :
1800.08/1800.41	c   number of runs   :          1
1800.08/1800.41	c   nodes            :     321225
1800.08/1800.41	c   nodes (total)    :     321225
1800.08/1800.41	c   nodes left       :       6138
1800.08/1800.41	c   max depth        :         96
1800.08/1800.41	c   max depth (total):         96
1800.08/1800.41	c   backtracks       :      57787 (18.0%)
1800.08/1800.41	c   delayed cutoffs  :      20654
1800.08/1800.41	c   repropagations   :     520450 (2253707 domain reductions, 9217 cutoffs)
1800.08/1800.41	c   avg switch length:       5.17
1800.08/1800.41	c   switching time   :      25.87
1800.08/1800.41	c Solution           :
1800.08/1800.41	c   Solutions found  :          0 (0 improvements)
1800.08/1800.41	c   Primal Bound     :          -
1800.08/1800.41	c   Dual Bound       : +5.00000000000000e+00
1800.08/1800.41	c   Gap              :   infinite
1800.08/1800.41	c   Root Dual Bound  : +5.00000000000000e+00
1800.08/1800.45	c Time complete: 1800.13.

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

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

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 27665
/proc/meminfo: memFree=27964544/32873844 swapFree=7108/7108
[pid=27665] ppid=27663 vsize=8552 CPUtime=0 cores=0,2,4,6
/proc/27665/stat : 27665 (pbscip.linux.x8) R 27663 27665 26990 0 -1 4202496 1499 0 0 0 0 0 0 0 20 0 1 0 341661101 8757248 1451 33554432000 4194304 7823515 140736803154384 140736631402072 5878822 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/27665/statm: 2138 1451 354 887 0 1248 0

[startup+0.0989239 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 27665
/proc/meminfo: memFree=27964544/32873844 swapFree=7108/7108
[pid=27665] ppid=27663 vsize=23300 CPUtime=0.09 cores=0,2,4,6
/proc/27665/stat : 27665 (pbscip.linux.x8) R 27663 27665 26990 0 -1 4202496 5291 0 0 0 9 0 0 0 20 0 1 0 341661101 23859200 4889 33554432000 4194304 7823515 140736803154384 140736631402072 6908082 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/27665/statm: 5825 4889 440 887 0 4935 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23300

[startup+0.100247 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 27665
/proc/meminfo: memFree=27964544/32873844 swapFree=7108/7108
[pid=27665] ppid=27663 vsize=23300 CPUtime=0.09 cores=0,2,4,6
/proc/27665/stat : 27665 (pbscip.linux.x8) R 27663 27665 26990 0 -1 4202496 5291 0 0 0 9 0 0 0 20 0 1 0 341661101 23859200 4889 33554432000 4194304 7823515 140736803154384 140736631402072 4967809 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/27665/statm: 5825 4889 440 887 0 4935 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23300

[startup+0.300206 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 27665
/proc/meminfo: memFree=27964544/32873844 swapFree=7108/7108
[pid=27665] ppid=27663 vsize=30836 CPUtime=0.29 cores=0,2,4,6
/proc/27665/stat : 27665 (pbscip.linux.x8) R 27663 27665 26990 0 -1 4202496 7295 0 0 0 28 1 0 0 20 0 1 0 341661101 31576064 6879 33554432000 4194304 7823515 140736803154384 140736803151672 5591426 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/27665/statm: 7709 6879 552 887 0 6819 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30836

[startup+0.700206 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 27665
/proc/meminfo: memFree=27964544/32873844 swapFree=7108/7108
[pid=27665] ppid=27663 vsize=37644 CPUtime=0.69 cores=0,2,4,6
/proc/27665/stat : 27665 (pbscip.linux.x8) R 27663 27665 26990 0 -1 4202496 9019 0 0 0 67 2 0 0 20 0 1 0 341661101 38547456 8517 33554432000 4194304 7823515 140736803154384 140736803150184 6954986 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/27665/statm: 9411 8517 562 887 0 8521 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 37644

[startup+1.50018 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 27666
/proc/meminfo: memFree=27932496/32873844 swapFree=7108/7108
[pid=27665] ppid=27663 vsize=37708 CPUtime=1.48 cores=0,2,4,6
/proc/27665/stat : 27665 (pbscip.linux.x8) R 27663 27665 26990 0 -1 4202496 12844 0 0 0 145 3 0 0 20 0 1 0 341661101 38612992 8624 33554432000 4194304 7823515 140736803154384 140736803150136 6954986 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/27665/statm: 9427 8624 574 887 0 8537 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 37708

[startup+3.10017 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 27666
/proc/meminfo: memFree=27931132/32873844 swapFree=7108/7108
[pid=27665] ppid=27663 vsize=37708 CPUtime=3.08 cores=0,2,4,6
/proc/27665/stat : 27665 (pbscip.linux.x8) R 27663 27665 26990 0 -1 4202496 12844 0 0 0 304 4 0 0 20 0 1 0 341661101 38612992 8624 33554432000 4194304 7823515 140736803154384 140736803149080 6954986 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/27665/statm: 9427 8624 574 887 0 8537 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 37708

[startup+6.30018 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 27666
/proc/meminfo: memFree=27930512/32873844 swapFree=7108/7108
[pid=27665] ppid=27663 vsize=37708 CPUtime=6.29 cores=0,2,4,6
/proc/27665/stat : 27665 (pbscip.linux.x8) R 27663 27665 26990 0 -1 4202496 12844 0 0 0 622 7 0 0 20 0 1 0 341661101 38612992 8624 33554432000 4194304 7823515 140736803154384 140736803149496 6954986 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/27665/statm: 9427 8624 574 887 0 8537 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 37708

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 27666
/proc/meminfo: memFree=27930280/32873844 swapFree=7108/7108
[pid=27665] ppid=27663 vsize=37708 CPUtime=12.68 cores=0,2,4,6
/proc/27665/stat : 27665 (pbscip.linux.x8) R 27663 27665 26990 0 -1 4202496 12845 0 0 0 1255 13 0 0 20 0 1 0 341661101 38612992 8625 33554432000 4194304 7823515 140736803154384 140736803149496 6234864 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/27665/statm: 9427 8625 575 887 0 8537 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 37708

[startup+25.5002 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 27666
/proc/meminfo: memFree=27926876/32873844 swapFree=7108/7108
[pid=27665] ppid=27663 vsize=41056 CPUtime=25.48 cores=0,2,4,6
/proc/27665/stat : 27665 (pbscip.linux.x8) R 27663 27665 26990 0 -1 4202496 13656 0 0 0 2521 27 0 0 20 0 1 0 341661101 42041344 9433 33554432000 4194304 7823515 140736803154384 140736803149720 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/27665/statm: 10264 9433 580 887 0 9374 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 41056

[startup+51.1002 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 27669
/proc/meminfo: memFree=27924448/32873844 swapFree=7108/7108
[pid=27665] ppid=27663 vsize=43172 CPUtime=51.07 cores=0,2,4,6
/proc/27665/stat : 27665 (pbscip.linux.x8) R 27663 27665 26990 0 -1 4202496 14205 0 0 0 5053 54 0 0 20 0 1 0 341661101 44208128 9982 33554432000 4194304 7823515 140736803154384 140736803151128 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/27665/statm: 10793 9982 580 887 0 9903 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 43172

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 27669
/proc/meminfo: memFree=27920392/32873844 swapFree=7108/7108
[pid=27665] ppid=27663 vsize=47168 CPUtime=102.26 cores=0,2,4,6
/proc/27665/stat : 27665 (pbscip.linux.x8) R 27663 27665 26990 0 -1 4202496 15168 0 0 0 10112 114 0 0 20 0 1 0 341661101 48300032 11368 33554432000 4194304 7823515 140736803154384 140736803149432 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/27665/statm: 11792 11368 580 887 0 10902 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 47168

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 27670
/proc/meminfo: memFree=27913880/32873844 swapFree=7108/7108
[pid=27665] ppid=27663 vsize=50684 CPUtime=162.25 cores=0,2,4,6
/proc/27665/stat : 27665 (pbscip.linux.x8) R 27663 27665 26990 0 -1 4202496 16092 0 0 0 16043 182 0 0 20 0 1 0 341661101 51900416 12292 33554432000 4194304 7823515 140736803154384 140736803151160 5751977 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/27665/statm: 12671 12292 580 887 0 11781 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 50684

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 27670
/proc/meminfo: memFree=27915484/32873844 swapFree=7108/7108
[pid=27665] ppid=27663 vsize=53444 CPUtime=222.23 cores=0,2,4,6
/proc/27665/stat : 27665 (pbscip.linux.x8) R 27663 27665 26990 0 -1 4202496 16819 0 0 0 21978 245 0 0 20 0 1 0 341661101 54726656 13018 33554432000 4194304 7823515 140736803154384 140736803150072 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/27665/statm: 13361 13018 580 887 0 12471 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 53444

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 27670
/proc/meminfo: memFree=27910276/32873844 swapFree=7108/7108
[pid=27665] ppid=27663 vsize=58580 CPUtime=282.22 cores=0,2,4,6
/proc/27665/stat : 27665 (pbscip.linux.x8) R 27663 27665 26990 0 -1 4202496 18065 0 0 0 27914 308 0 0 20 0 1 0 341661101 59985920 14264 33554432000 4194304 7823515 140736803154384 140736803152216 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/27665/statm: 14645 14264 580 887 0 13755 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 58580

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 27671
/proc/meminfo: memFree=27906484/32873844 swapFree=7108/7108
[pid=27665] ppid=27663 vsize=62036 CPUtime=342.22 cores=0,2,4,6
/proc/27665/stat : 27665 (pbscip.linux.x8) R 27663 27665 26990 0 -1 4202496 18937 0 0 0 33840 382 0 0 20 0 1 0 341661101 63524864 15136 33554432000 4194304 7823515 140736803154384 140736803149720 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/27665/statm: 15509 15136 580 887 0 14619 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 62036

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 27671
/proc/meminfo: memFree=27903816/32873844 swapFree=7108/7108
[pid=27665] ppid=27663 vsize=64712 CPUtime=402.2 cores=0,2,4,6
/proc/27665/stat : 27665 (pbscip.linux.x8) R 27663 27665 26990 0 -1 4202496 19617 0 0 0 39773 447 0 0 20 0 1 0 341661101 66265088 15811 33554432000 4194304 7823515 140736803154384 140736803150184 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/27665/statm: 16178 15811 580 887 0 15288 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 64712

[startup+462.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 27672
/proc/meminfo: memFree=27902700/32873844 swapFree=7108/7108
[pid=27665] ppid=27663 vsize=66244 CPUtime=462.2 cores=0,2,4,6
/proc/27665/stat : 27665 (pbscip.linux.x8) R 27663 27665 26990 0 -1 4202496 20003 0 0 0 45705 515 0 0 20 0 1 0 341661101 67833856 16197 33554432000 4194304 7823515 140736803154384 140736803149720 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/27665/statm: 16561 16197 580 887 0 15671 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 66244

[startup+522.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 27672
/proc/meminfo: memFree=27895624/32873844 swapFree=7108/7108
[pid=27665] ppid=27663 vsize=71848 CPUtime=522.18 cores=0,2,4,6
/proc/27665/stat : 27665 (pbscip.linux.x8) R 27663 27665 26990 0 -1 4202496 21370 0 0 0 51634 584 0 0 20 0 1 0 341661101 73572352 17554 33554432000 4194304 7823515 140736803154384 140736803149720 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/27665/statm: 17962 17554 580 887 0 17072 0
Current children cumulated CPU time (s) 522.18
Current children cumulated vsize (KiB) 71848

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 27672
/proc/meminfo: memFree=27891656/32873844 swapFree=7108/7108
[pid=27665] ppid=27663 vsize=75016 CPUtime=582.18 cores=0,2,4,6
/proc/27665/stat : 27665 (pbscip.linux.x8) R 27663 27665 26990 0 -1 4202496 22183 0 0 0 57564 654 0 0 20 0 1 0 341661101 76816384 18367 33554432000 4194304 7823515 140736803154384 140736803150072 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/27665/statm: 18754 18367 580 887 0 17864 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 75016

[startup+642.3 s]

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

[startup+822.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 27676
/proc/meminfo: memFree=27883520/32873844 swapFree=7108/7108
[pid=27665] ppid=27663 vsize=82688 CPUtime=822.13 cores=0,2,4,6
/proc/27665/stat : 27665 (pbscip.linux.x8) R 27663 27665 26990 0 -1 4202496 24136 0 0 0 81286 927 0 0 20 0 1 0 341661101 84672512 20317 33554432000 4194304 7823515 140736803154384 140736803150184 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/27665/statm: 20672 20317 580 887 0 19782 0
Current children cumulated CPU time (s) 822.13
Current children cumulated vsize (KiB) 82688

[startup+882.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 27714
/proc/meminfo: memFree=27975968/32873844 swapFree=7108/7108
[pid=27665] ppid=27663 vsize=83448 CPUtime=882.12 cores=0,2,4,6
/proc/27665/stat : 27665 (pbscip.linux.x8) R 27663 27665 26990 0 -1 4202496 24280 0 0 0 87219 993 0 0 20 0 1 0 341661101 85450752 20461 33554432000 4194304 7823515 140736803154384 140736803150872 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/27665/statm: 20862 20461 580 887 0 19972 0
Current children cumulated CPU time (s) 882.12
Current children cumulated vsize (KiB) 83448

[startup+942.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 27828
/proc/meminfo: memFree=27962584/32873844 swapFree=7108/7108
[pid=27665] ppid=27663 vsize=85512 CPUtime=942.11 cores=0,2,4,6
/proc/27665/stat : 27665 (pbscip.linux.x8) R 27663 27665 26990 0 -1 4202496 24757 0 0 0 93152 1059 0 0 20 0 1 0 341661101 87564288 20937 33554432000 4194304 7823515 140736803154384 140736803150184 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/27665/statm: 21378 20937 580 887 0 20488 0
Current children cumulated CPU time (s) 942.11
Current children cumulated vsize (KiB) 85512

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28018
/proc/meminfo: memFree=27957276/32873844 swapFree=7108/7108
[pid=27665] ppid=27663 vsize=90228 CPUtime=1002.1 cores=0,2,4,6
/proc/27665/stat : 27665 (pbscip.linux.x8) R 27663 27665 26990 0 -1 4202496 25903 0 0 0 99080 1130 0 0 20 0 1 0 341661101 92393472 22083 33554432000 4194304 7823515 140736803154384 140736803149720 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/27665/statm: 22557 22083 580 887 0 21667 0
Current children cumulated CPU time (s) 1002.1
Current children cumulated vsize (KiB) 90228

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28247
/proc/meminfo: memFree=27976728/32873844 swapFree=7108/7108
[pid=27665] ppid=27663 vsize=90228 CPUtime=1062.09 cores=0,2,4,6
/proc/27665/stat : 27665 (pbscip.linux.x8) R 27663 27665 26990 0 -1 4202496 25906 0 0 0 105005 1204 0 0 20 0 1 0 341661101 92393472 22083 33554432000 4194304 7823515 140736803154384 140736803150184 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/27665/statm: 22557 22083 580 887 0 21667 0
Current children cumulated CPU time (s) 1062.09
Current children cumulated vsize (KiB) 90228

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28247
/proc/meminfo: memFree=27951356/32873844 swapFree=7108/7108
[pid=27665] ppid=27663 vsize=91524 CPUtime=1122.08 cores=0,2,4,6
/proc/27665/stat : 27665 (pbscip.linux.x8) R 27663 27665 26990 0 -1 4202496 26323 0 0 0 110930 1278 0 0 20 0 1 0 341661101 93720576 22500 33554432000 4194304 7823515 140736803154384 140736803149544 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/27665/statm: 22881 22500 580 887 0 21991 0
Current children cumulated CPU time (s) 1122.08
Current children cumulated vsize (KiB) 91524

[startup+1182.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 28285
/proc/meminfo: memFree=27530096/32873844 swapFree=7108/7108
[pid=27665] ppid=27663 vsize=93000 CPUtime=1182.07 cores=0,2,4,6
/proc/27665/stat : 27665 (pbscip.linux.x8) R 27663 27665 26990 0 -1 4202496 26702 0 0 0 116854 1353 0 0 20 0 1 0 341661101 95232000 22878 33554432000 4194304 7823515 140736803154384 140736803150872 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/27665/statm: 23250 22878 580 887 0 22360 0
Current children cumulated CPU time (s) 1182.07
Current children cumulated vsize (KiB) 93000

[startup+1242.3 s]
/proc/loadavg: 2.09 2.02 2.01 3/178 28288
/proc/meminfo: memFree=27524264/32873844 swapFree=7108/7108
[pid=27665] ppid=27663 vsize=94988 CPUtime=1242.06 cores=0,2,4,6
/proc/27665/stat : 27665 (pbscip.linux.x8) R 27663 27665 26990 0 -1 4202496 27215 0 0 0 122779 1427 0 0 20 0 1 0 341661101 97267712 23391 33554432000 4194304 7823515 140736803154384 140736803149400 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/27665/statm: 23747 23391 580 887 0 22857 0
Current children cumulated CPU time (s) 1242.06
Current children cumulated vsize (KiB) 94988

[startup+1302.3 s]
/proc/loadavg: 2.09 2.03 2.00 3/177 28288
/proc/meminfo: memFree=27516512/32873844 swapFree=7108/7108
[pid=27665] ppid=27663 vsize=100408 CPUtime=1302.06 cores=0,2,4,6
/proc/27665/stat : 27665 (pbscip.linux.x8) R 27663 27665 26990 0 -1 4202496 28521 0 0 0 128712 1494 0 0 20 0 1 0 341661101 102817792 24697 33554432000 4194304 7823515 140736803154384 140736803150184 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/27665/statm: 25102 24697 580 887 0 24212 0
Current children cumulated CPU time (s) 1302.06
Current children cumulated vsize (KiB) 100408

[startup+1362.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/177 28289
/proc/meminfo: memFree=27504264/32873844 swapFree=7108/7108
[pid=27665] ppid=27663 vsize=102364 CPUtime=1362.04 cores=0,2,4,6
/proc/27665/stat : 27665 (pbscip.linux.x8) R 27663 27665 26990 0 -1 4202496 29041 0 0 0 134641 1563 0 0 20 0 1 0 341661101 104820736 25217 33554432000 4194304 7823515 140736803154384 140736803151432 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/27665/statm: 25591 25217 580 887 0 24701 0
Current children cumulated CPU time (s) 1362.04
Current children cumulated vsize (KiB) 102364

[startup+1422.31 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 28289
/proc/meminfo: memFree=27497176/32873844 swapFree=7108/7108
[pid=27665] ppid=27663 vsize=104796 CPUtime=1422.04 cores=0,2,4,6
/proc/27665/stat : 27665 (pbscip.linux.x8) R 27663 27665 26990 0 -1 4202496 29658 0 0 0 140566 1638 0 0 20 0 1 0 341661101 107311104 25834 33554432000 4194304 7823515 140736803154384 140736803150184 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/27665/statm: 26199 25834 580 887 0 25309 0
Current children cumulated CPU time (s) 1422.04
Current children cumulated vsize (KiB) 104796

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 28289
/proc/meminfo: memFree=27491760/32873844 swapFree=7108/7108
[pid=27665] ppid=27663 vsize=106144 CPUtime=1482.02 cores=0,2,4,6
/proc/27665/stat : 27665 (pbscip.linux.x8) R 27663 27665 26990 0 -1 4202496 29903 0 0 0 146498 1704 0 0 20 0 1 0 341661101 108691456 26079 33554432000 4194304 7823515 140736803154384 140736803150184 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/27665/statm: 26536 26079 580 887 0 25646 0
Current children cumulated CPU time (s) 1482.02
Current children cumulated vsize (KiB) 106144

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 28289
/proc/meminfo: memFree=27490692/32873844 swapFree=7108/7108
[pid=27665] ppid=27663 vsize=106984 CPUtime=1542.02 cores=0,2,4,6
/proc/27665/stat : 27665 (pbscip.linux.x8) R 27663 27665 26990 0 -1 4202496 30221 0 0 0 152434 1768 0 0 20 0 1 0 341661101 109551616 26395 33554432000 4194304 7823515 140736803154384 140736803150184 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/27665/statm: 26746 26395 580 887 0 25856 0
Current children cumulated CPU time (s) 1542.02
Current children cumulated vsize (KiB) 106984

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28289
/proc/meminfo: memFree=27490196/32873844 swapFree=7108/7108
[pid=27665] ppid=27663 vsize=107828 CPUtime=1602 cores=0,2,4,6
/proc/27665/stat : 27665 (pbscip.linux.x8) R 27663 27665 26990 0 -1 4202496 30389 0 0 0 158367 1833 0 0 20 0 1 0 341661101 110415872 26563 33554432000 4194304 7823515 140736803154384 140736803151416 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/27665/statm: 26957 26563 580 887 0 26067 0
Current children cumulated CPU time (s) 1602
Current children cumulated vsize (KiB) 107828

[startup+1662.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 28290
/proc/meminfo: memFree=27487840/32873844 swapFree=7108/7108
[pid=27665] ppid=27663 vsize=109372 CPUtime=1662 cores=0,2,4,6
/proc/27665/stat : 27665 (pbscip.linux.x8) R 27663 27665 26990 0 -1 4202496 30797 0 0 0 164297 1903 0 0 20 0 1 0 341661101 111996928 26971 33554432000 4194304 7823515 140736803154384 140736803150184 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/27665/statm: 27343 26971 580 887 0 26453 0
Current children cumulated CPU time (s) 1662
Current children cumulated vsize (KiB) 109372

[startup+1722.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 28290
/proc/meminfo: memFree=27486104/32873844 swapFree=7108/7108
[pid=27665] ppid=27663 vsize=110892 CPUtime=1721.99 cores=0,2,4,6
/proc/27665/stat : 27665 (pbscip.linux.x8) R 27663 27665 26990 0 -1 4202496 31168 0 0 0 170225 1974 0 0 20 0 1 0 341661101 113553408 27342 33554432000 4194304 7823515 140736803154384 140736803150184 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/27665/statm: 27723 27342 580 887 0 26833 0
Current children cumulated CPU time (s) 1721.99
Current children cumulated vsize (KiB) 110892

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28290
/proc/meminfo: memFree=27484368/32873844 swapFree=7108/7108
[pid=27665] ppid=27663 vsize=112340 CPUtime=1781.98 cores=0,2,4,6
/proc/27665/stat : 27665 (pbscip.linux.x8) R 27663 27665 26990 0 -1 4202496 31527 0 0 0 176155 2043 0 0 20 0 1 0 341661101 115036160 27701 33554432000 4194304 7823515 140736803154384 140736803150184 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/27665/statm: 28085 27701 580 887 0 27195 0
Current children cumulated CPU time (s) 1781.98
Current children cumulated vsize (KiB) 112340



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28290
/proc/meminfo: memFree=27484244/32873844 swapFree=7108/7108
[pid=27665] ppid=27663 vsize=112340 CPUtime=1800.08 cores=0,2,4,6
/proc/27665/stat : 27665 (pbscip.linux.x8) R 27663 27665 26990 0 -1 4202496 31539 0 0 0 177941 2067 0 0 20 0 1 0 341661101 115036160 27713 33554432000 4194304 7823515 140736803154384 140736803152216 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/27665/statm: 28085 27713 580 887 0 27195 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 112340

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child status: 0
Real time (s): 1800.46
CPU time (s): 1800.14
CPU user time (s): 1779.47
CPU system time (s): 20.6759
CPU usage (%): 99.9825
Max. virtual memory (cumulated for all children) (KiB): 112340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1779.47
system time used= 20.6759
maximum resident set size= 110860
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31544
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= 38
involuntary context switches= 1895

runsolver used 3.19051 second user time and 8.80466 second system time

The end

Launcher Data

Begin job on node139 at 2012-06-03 22:29:25
IDJOB=3738373
IDBENCH=71848
IDSOLVER=2321
FILE ID=node139/3738373-1338755365
RUNJOBID= node139-1338748983-27006
PBS_JOBID= 14636794
Free space on /tmp= 71088 MiB

SOLVER NAME= PB09: SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)
BENCH NAME= PB09/normalized-PB09/OPT-SMALLINT-LIN/flexray/normalized-fx49.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t TIMEOUT -m MEMLIMIT -f BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3738373-1338755365/watcher-3738373-1338755365 -o /tmp/evaluation-result-3738373-1338755365/solver-3738373-1338755365 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 15500 -f HOME/instance-3738373-1338755365.opb

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

MD5SUM BENCH= e08af5097f76b1d4e2b0ba1d8a42ed5a
RANDOM SEED=1999514375

node139.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.750
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.50
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.750
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.750
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.90
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.750
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.750
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.92
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.750
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.750
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.91
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.750
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:        27964280 kB
Buffers:          511396 kB
Cached:          3359056 kB
SwapCached:          828 kB
Active:          1901584 kB
Inactive:        2132268 kB
Active(anon):     157060 kB
Inactive(anon):     7952 kB
Active(file):    1744524 kB
Inactive(file):  2124316 kB
Unevictable:        7108 kB
Mlocked:            7108 kB
SwapTotal:      67108856 kB
SwapFree:       67104688 kB
Dirty:              9772 kB
Writeback:             4 kB
AnonPages:        168784 kB
Mapped:            13804 kB
Shmem:                 8 kB
Slab:             734388 kB
SReclaimable:     176596 kB
SUnreclaim:       557792 kB
KernelStack:        1448 kB
PageTables:         4272 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     282404 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    139264 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= 71076 MiB
End job on node139 at 2012-06-03 22:59:28