Trace number 2664968

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
SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solver? (TO) 1800.71 1801.5

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=9-P0=11-P1=331-P2=7-P3=107-P4=137-P5=439-P6=409-P7=421-P8=491-P9=293-B.opb
MD5SUMbf07e05475dbb8a26e29c8119be0dea3
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark22.8635
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables243
Total number of constraints19
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints19
Minimum length of a constraint9
Maximum length of a constraint99
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 131072
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 523264
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)729
Sum of products size (including duplicates)1458
Number of different products729
Sum of products size1458

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Clp 1.11.1] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2664968-1276646755.opb>
0.00/0.01	c original problem has 972 variables (972 bin, 0 int, 0 impl, 0 cont) and 748 constraints
0.00/0.01	c problem read
0.00/0.01	c presolving settings loaded
0.00/0.02	c presolving:
0.19/0.20	c (round 1) 9 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 70 chg coeffs, 0 upgd conss, 4356 impls, 0 clqs
0.19/0.21	c (round 2) 27 del vars, 16 del conss, 0 chg bounds, 0 chg sides, 86 chg coeffs, 10 upgd conss, 6660 impls, 0 clqs
0.19/0.21	c (round 3) 45 del vars, 32 del conss, 0 chg bounds, 0 chg sides, 102 chg coeffs, 10 upgd conss, 8676 impls, 0 clqs
0.19/0.22	c (round 4) 63 del vars, 48 del conss, 0 chg bounds, 0 chg sides, 118 chg coeffs, 10 upgd conss, 10404 impls, 0 clqs
0.19/0.22	c (round 5) 81 del vars, 64 del conss, 0 chg bounds, 0 chg sides, 134 chg coeffs, 10 upgd conss, 11844 impls, 0 clqs
0.19/0.23	c (round 6) 99 del vars, 80 del conss, 0 chg bounds, 0 chg sides, 150 chg coeffs, 10 upgd conss, 12996 impls, 0 clqs
0.19/0.24	c (round 7) 117 del vars, 96 del conss, 0 chg bounds, 0 chg sides, 166 chg coeffs, 10 upgd conss, 13860 impls, 0 clqs
0.19/0.24	c (round 8) 135 del vars, 112 del conss, 0 chg bounds, 0 chg sides, 182 chg coeffs, 10 upgd conss, 14436 impls, 0 clqs
0.19/0.25	c (round 9) 153 del vars, 128 del conss, 0 chg bounds, 0 chg sides, 198 chg coeffs, 10 upgd conss, 14724 impls, 0 clqs
0.19/0.25	c (round 10) 171 del vars, 144 del conss, 0 chg bounds, 0 chg sides, 214 chg coeffs, 10 upgd conss, 14724 impls, 0 clqs
0.39/0.41	c    (0.2s) probing: 238/801 (29.7%) - 0 fixings, 0 aggregations, 18 implications, 0 bound changes
0.39/0.41	c    (0.2s) probing aborted: 100/100 successive totally useless probings
0.39/0.41	c presolving (11 rounds):
0.39/0.41	c  171 deleted vars, 144 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 214 changed coefficients
0.39/0.41	c  14760 implications, 0 cliques
0.39/0.41	c presolved problem has 801 variables (801 bin, 0 int, 0 impl, 0 cont) and 595 constraints
0.39/0.41	c     576 constraints of type <and>
0.39/0.41	c       9 constraints of type <linear>
0.39/0.41	c      10 constraints of type <logicor>
0.39/0.41	c transformed objective value is always integral (scale: 2)
0.39/0.41	c Presolving Time: 0.21
0.39/0.41	c - non default parameters ----------------------------------------------------------------------
0.39/0.41	c # SCIP version 1.2.1.2
0.39/0.41	c 
0.39/0.41	c # frequency for displaying node information lines
0.39/0.41	c # [type: int, range: [-1,2147483647], default: 100]
0.39/0.41	c display/freq = 10000
0.39/0.41	c 
0.39/0.41	c # maximal time in seconds to run
0.39/0.41	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.39/0.42	c limits/time = 1799.99
0.39/0.42	c 
0.39/0.42	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.39/0.42	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.39/0.42	c limits/memory = 1620
0.39/0.42	c 
0.39/0.42	c # should presolving try to simplify inequalities
0.39/0.42	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.39/0.42	c constraints/linear/simplifyinequalities = TRUE
0.39/0.42	c 
0.39/0.42	c # should presolving try to simplify knapsacks
0.39/0.42	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.39/0.42	c constraints/knapsack/simplifyinequalities = TRUE
0.39/0.42	c 
0.39/0.42	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.39/0.42	c # [type: int, range: [-1,2147483647], default: -1]
0.39/0.42	c heuristics/undercover/freq = 0
0.39/0.42	c 
0.39/0.42	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.39/0.42	c # [type: int, range: [-1,2147483647], default: -1]
0.39/0.42	c separating/rapidlearning/freq = 0
0.39/0.42	c 
0.39/0.42	c -----------------------------------------------------------------------------------------------
0.39/0.42	c start solving
0.39/0.42	c 
0.39/0.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.39/0.43	c   0.2s|     1 |     0 |    21 |     - |3736k|   0 |  11 | 801 | 595 | 801 |1171 |   0 |   0 |   0 | 3.000000e+00 |      --      |    Inf 
1.38/1.49	c   0.9s|     1 |     0 |    37 |     - |3790k|   0 |  14 | 801 | 595 | 801 |1174 |   3 |   0 |   0 | 3.000000e+00 |      --      |    Inf 
1.49/1.53	c   1.0s|     1 |     0 |    56 |     - |3803k|   0 |  23 | 801 | 595 | 801 |1179 |   8 |   0 |   0 | 3.000000e+00 |      --      |    Inf 
1.59/1.60	c   1.1s|     1 |     0 |    75 |     - |3830k|   0 |  20 | 801 | 595 | 801 |1185 |  14 |   0 |   0 | 3.000000e+00 |      --      |    Inf 
1.59/1.65	c   1.1s|     1 |     0 |    98 |     - |3858k|   0 |  16 | 801 | 595 | 801 |1192 |  21 |   0 |   0 | 3.000000e+00 |      --      |    Inf 
1.68/1.71	c   1.1s|     1 |     0 |   132 |     - |3867k|   0 |  28 | 801 | 595 | 801 |1200 |  29 |   0 |   0 | 3.000000e+00 |      --      |    Inf 
1.68/1.76	c   1.2s|     1 |     0 |   181 |     - |3874k|   0 |  29 | 801 | 595 | 801 |1209 |  38 |   0 |   0 | 3.000000e+00 |      --      |    Inf 
1.89/1.90	c   1.3s|     1 |     2 |   181 |     - |3875k|   0 |  29 | 801 | 595 | 801 |1209 |  38 |   0 |  16 | 3.000000e+00 |      --      |    Inf 
71.75/71.81	c  67.3s| 10000 |  6989 |194494 |  19.4 |  12M| 108 |  14 | 801 |2692 | 801 | 408 |  86k|3389 |5789 | 3.000000e+00 |      --      |    Inf 
138.73/138.86	c   130s| 20000 | 13098 |382789 |  19.1 |  19M| 114 |  31 | 801 |1913 | 801 | 409 | 180k|7881 |7043 | 3.000000e+00 |      --      |    Inf 
199.50/199.67	c   187s| 30000 | 18364 |533626 |  17.8 |  26M| 114 |   5 | 801 |2877 | 801 | 365 | 252k|  13k|8715 | 3.000000e+00 |      --      |    Inf 
264.98/265.15	c   247s| 40000 | 24011 |708919 |  17.7 |  33M| 114 |  15 | 801 |1773 | 801 | 308 | 333k|  18k|  10k| 3.000000e+00 |      --      |    Inf 
326.84/327.09	c   305s| 50000 | 29503 |869471 |  17.4 |  40M| 114 |  20 | 801 |2516 | 801 | 240 | 404k|  24k|  11k| 3.000000e+00 |      --      |    Inf 
392.01/392.25	c   366s| 60000 | 34416 |  1053k|  17.6 |  46M| 114 |  26 | 801 |2476 | 801 | 424 | 483k|  30k|  13k| 3.000000e+00 |      --      |    Inf 
454.69/454.96	c   425s| 70000 | 40275 |  1218k|  17.4 |  53M| 114 |   9 | 801 |1601 | 801 | 353 | 566k|  35k|  14k| 3.000000e+00 |      --      |    Inf 
519.65/519.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
519.65/519.96	c   485s| 80000 | 46006 |  1402k|  17.5 |  59M| 114 |  14 | 801 |2103 | 801 | 388 | 650k|  41k|  15k| 3.000000e+00 |      --      |    Inf 
587.14/587.45	c   549s| 90000 | 51519 |  1586k|  17.6 |  66M| 114 |  10 | 801 |1894 | 801 | 335 | 735k|  46k|  16k| 3.000000e+00 |      --      |    Inf 
652.49/652.89	c   610s|100000 | 57307 |  1756k|  17.6 |  72M| 114 |  29 | 801 |1705 | 801 | 433 | 816k|  51k|  17k| 3.000000e+00 |      --      |    Inf 
718.47/718.81	c   671s|110000 | 63025 |  1950k|  17.7 |  80M| 116 |  40 | 801 |2248 | 801 | 354 | 904k|  57k|  18k| 3.000000e+00 |      --      |    Inf 
778.46/778.81	c   727s|120000 | 68432 |  2107k|  17.6 |  86M| 116 |  27 | 801 |3479 | 801 | 369 | 974k|  63k|  19k| 3.000000e+00 |      --      |    Inf 
843.61/844.09	c   788s|130000 | 73851 |  2300k|  17.7 |  93M| 116 |   - | 801 |3104 |   0 |   0 |1055k|  69k|  20k| 3.000000e+00 |      --      |    Inf 
904.99/905.45	c   844s|140000 | 79724 |  2462k|  17.6 | 100M| 126 |   9 | 801 |2938 | 801 | 379 |1131k|  75k|  21k| 3.000000e+00 |      --      |    Inf 
974.07/974.55	c   909s|150000 | 86145 |  2663k|  17.8 | 106M| 126 |  29 | 801 |2070 | 801 | 404 |1229k|  80k|  22k| 3.000000e+00 |      --      |    Inf 
1039.63/1040.18	c   970s|160000 | 92059 |  2845k|  17.8 | 114M| 126 |  17 | 801 |3273 | 801 | 270 |1314k|  85k|  22k| 3.000000e+00 |      --      |    Inf 
1107.11/1107.62	c  1032s|170000 | 97765 |  3039k|  17.9 | 120M| 126 |   - | 801 |2382 |   0 |   0 |1400k|  90k|  23k| 3.000000e+00 |      --      |    Inf 
1171.67/1172.22	c  1092s|180000 |103190 |  3215k|  17.9 | 126M| 126 |  13 | 801 |1913 | 801 | 377 |1481k|  96k|  24k| 3.000000e+00 |      --      |    Inf 
1233.56/1234.14	c  1149s|190000 |108897 |  3381k|  17.8 | 133M| 131 |  27 | 801 |1904 | 801 | 295 |1557k| 101k|  25k| 3.000000e+00 |      --      |    Inf 
1293.82/1294.46	c  1205s|200000 |113918 |  3543k|  17.7 | 139M| 131 |   8 | 801 |2540 | 801 | 556 |1628k| 107k|  25k| 3.000000e+00 |      --      |    Inf 
1355.10/1355.78	c  1262s|210000 |120299 |  3722k|  17.7 | 146M| 131 |  14 | 801 |1801 | 801 | 476 |1710k| 112k|  26k| 3.000000e+00 |      --      |    Inf 
1421.36/1422.06	c  1323s|220000 |125543 |  3897k|  17.7 | 153M| 131 |   - | 801 |2070 |   0 |   0 |1791k| 118k|  26k| 3.000000e+00 |      --      |    Inf 
1484.15/1484.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1484.15/1484.85	c  1381s|230000 |130451 |  4077k|  17.7 | 159M| 131 |   - | 801 |2833 |   0 |   0 |1866k| 124k|  27k| 3.000000e+00 |      --      |    Inf 
1547.61/1548.31	c  1440s|240000 |135758 |  4242k|  17.7 | 165M| 131 |  16 | 801 |1740 | 801 | 449 |1943k| 130k|  27k| 3.000000e+00 |      --      |    Inf 
1607.99/1608.73	c  1496s|250000 |140423 |  4397k|  17.6 | 171M| 131 |   - | 801 |2409 |   0 |   0 |2004k| 136k|  28k| 3.000000e+00 |      --      |    Inf 
1675.96/1676.73	c  1558s|260000 |146474 |  4590k|  17.7 | 178M| 131 |  10 | 801 |1942 | 801 | 367 |2089k| 140k|  29k| 3.000000e+00 |      --      |    Inf 
1735.93/1736.70	c  1614s|270000 |151325 |  4765k|  17.7 | 184M| 131 |  18 | 801 |2935 | 801 | 312 |2156k| 147k|  29k| 3.000000e+00 |      --      |    Inf 
1796.00/1796.80	c  1669s|280000 |155961 |  4923k|  17.6 | 190M| 131 |   - | 801 |2582 |   0 |   0 |2221k| 153k|  30k| 3.000000e+00 |      --      |    Inf 
1800.00/1800.80	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.00/1800.81	c 
1800.00/1800.81	c SCIP Status        : solving was interrupted [user interrupt]
1800.00/1800.81	c Solving Time (sec) : 1673.15
1800.00/1800.81	c Solving Nodes      : 280649
1800.00/1800.81	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.00/1800.81	c Dual Bound         : +3.00000000000000e+00
1800.00/1800.81	c Gap                : infinite
1800.00/1800.81	s UNKNOWN
1800.00/1800.81	c SCIP Status        : solving was interrupted [user interrupt]
1800.00/1800.81	c Solving Time       :    1673.15
1800.00/1800.81	c Original Problem   :
1800.00/1800.81	c   Problem name     : HOME/instance-2664968-1276646755.opb
1800.00/1800.81	c   Variables        : 972 (972 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.00/1800.81	c   Constraints      : 748 initial, 748 maximal
1800.00/1800.81	c Presolved Problem  :
1800.00/1800.81	c   Problem name     : t_HOME/instance-2664968-1276646755.opb
1800.00/1800.81	c   Variables        : 801 (801 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.00/1800.81	c   Constraints      : 595 initial, 3881 maximal
1800.00/1800.81	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.00/1800.81	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.00/1800.81	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.00/1800.81	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.00/1800.81	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.00/1800.81	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.00/1800.81	c   probing          :       0.03          0          0          0          0          0          0          0          0
1800.00/1800.81	c   and              :       0.16         18        144          0          0          0        144          0        144
1800.00/1800.81	c   linear           :       0.01          1          8          0          0          0          0          0         70
1800.00/1800.81	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.00/1800.81	c   root node        :          -          0          -          -          0          -          -          -          -
1800.00/1800.81	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.00/1800.81	c   integral         :          0          0          0     234672          0        146       1800          0          0     466858
1800.00/1800.81	c   and              :        576     676006     760054          0          0      10865    1564872    2225770          0          0
1800.00/1800.81	c   linear           :          9          6     749189          0          0      63888     449225          0          0          0
1800.00/1800.81	c   logicor          :         10+         6     360902          0          0       1468      90265          0          0          0
1800.00/1800.81	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.00/1800.81	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.00/1800.81	c   integral         :      47.17       0.00       0.00      47.17       0.00
1800.00/1800.81	c   and              :     130.85     109.65      21.20       0.00       0.00
1800.00/1800.81	c   linear           :      50.55       0.00      50.55       0.00       0.00
1800.00/1800.81	c   logicor          :      13.41       0.00      13.41       0.00       0.00
1800.00/1800.81	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.00/1800.81	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.00/1800.81	c   vbounds          :       0.47          2          0          0
1800.00/1800.81	c   rootredcost      :       0.42          0          0          0
1800.00/1800.81	c   pseudoobj        :       1.38     759563          0          0
1800.00/1800.81	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.00/1800.81	c   propagation      :      37.89      76221      76018    1003650       64.9      13497       32.1          -
1800.00/1800.81	c   infeasible LP    :       0.15        416        416       2413       41.6         75       21.2          0
1800.00/1800.81	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.00/1800.81	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.00/1800.81	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.00/1800.81	c   applied globally :          -          -          -     154145       34.1          -          -          -
1800.00/1800.81	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.00/1800.81	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.00/1800.81	c   cut pool         :       0.00          5          -          -          4          -    (maximal pool size: 50)
1800.00/1800.81	c   redcost          :      15.02     676006          0          0          0          0
1800.00/1800.81	c   impliedbounds    :       0.00          6          0          0         20          0
1800.00/1800.81	c   intobj           :       0.00          0          0          0          0          0
1800.00/1800.81	c   cgmip            :       0.00          0          0          0          0          0
1800.00/1800.81	c   gomory           :       0.01          6          0          0          6          0
1800.00/1800.81	c   strongcg         :       0.01          6          0          0         25          0
1800.00/1800.81	c   cmir             :       0.04          6          0          0         29          0
1800.00/1800.81	c   flowcover        :       0.18          6          0          0         49          0
1800.00/1800.81	c   clique           :       0.00          1          0          0          0          0
1800.00/1800.81	c   zerohalf         :       0.00          0          0          0          0          0
1800.00/1800.81	c   mcf              :       0.00          1          0          0          0          0
1800.00/1800.81	c   rapidlearning    :       0.10          1          0          0          0          0
1800.00/1800.81	c Pricers            :       Time      Calls       Vars
1800.00/1800.81	c   problem variables:       0.00          0          0
1800.00/1800.81	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.00/1800.81	c   relpscost        :      46.71     234672        146       1800          0          0     466858
1800.00/1800.81	c   pscost           :       0.00          0          0          0          0          0          0
1800.00/1800.81	c   inference        :       0.00          0          0          0          0          0          0
1800.00/1800.81	c   mostinf          :       0.00          0          0          0          0          0          0
1800.00/1800.81	c   leastinf         :       0.00          0          0          0          0          0          0
1800.00/1800.81	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.00/1800.81	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.00/1800.81	c   random           :       0.00          0          0          0          0          0          0
1800.00/1800.81	c Primal Heuristics  :       Time      Calls      Found
1800.00/1800.81	c   LP solutions     :       0.00          -          0
1800.00/1800.81	c   pseudo solutions :       0.00          -          0
1800.00/1800.81	c   oneopt           :       0.59          0          0
1800.00/1800.81	c   crossover        :       0.18          0          0
1800.00/1800.81	c   guideddiving     :       0.00          0          0
1800.00/1800.81	c   intshifting      :       0.00          0          0
1800.00/1800.81	c   rootsoldiving    :       3.56         21          0
1800.00/1800.81	c   objpscostdiving  :       2.96         61          0
1800.00/1800.81	c   feaspump         :       1.17        131          0
1800.00/1800.81	c   pscostdiving     :       3.60        262          0
1800.00/1800.81	c   linesearchdiving :       2.81        262          0
1800.00/1800.81	c   coefdiving       :       2.65        262          0
1800.00/1800.81	c   fracdiving       :       2.57        262          0
1800.00/1800.81	c   veclendiving     :       3.08        262          0
1800.00/1800.81	c   trivial          :       0.00          2          0
1800.00/1800.81	c   simplerounding   :       0.62          0          0
1800.00/1800.81	c   zirounding       :       0.26       1000          0
1800.00/1800.81	c   rounding         :       1.45      12002          0
1800.00/1800.81	c   shifting         :      12.50       3759          0
1800.00/1800.81	c   twoopt           :       0.00          0          0
1800.00/1800.81	c   fixandinfer      :       0.00          0          0
1800.00/1800.81	c   intdiving        :       0.00          0          0
1800.00/1800.81	c   actconsdiving    :       0.00          0          0
1800.00/1800.81	c   octane           :       0.00          0          0
1800.00/1800.81	c   rens             :       0.03          1          0
1800.00/1800.81	c   rins             :       0.00          0          0
1800.00/1800.81	c   localbranching   :       0.00          0          0
1800.00/1800.81	c   mutation         :       0.00          0          0
1800.00/1800.81	c   dins             :       0.00          0          0
1800.00/1800.81	c   undercover       :       0.57          1          0
1800.00/1800.81	c   nlp              :       0.18          0          0
1800.00/1800.81	c   trysol           :       0.50          0          0
1800.00/1800.81	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.00/1800.81	c   primal LP        :     206.38          0          0       0.00       0.00
1800.00/1800.81	c   dual LP          :     906.95     728905    4758810       6.53    5247.05
1800.00/1800.81	c   lex dual LP      :       0.00          0          0       0.00          -
1800.00/1800.81	c   barrier LP       :       0.00          0          0       0.00          -
1800.00/1800.81	c   diving/probing LP:      15.96      13144     176806      13.45   11078.07
1800.00/1800.81	c   strong branching :      40.58      30086     285432       9.49    7033.81
1800.00/1800.81	c     (at root node) :          -         16       1118      69.88          -
1800.00/1800.81	c   conflict analysis:       0.00          0          0       0.00          -
1800.00/1800.81	c B&B Tree           :
1800.00/1800.81	c   number of runs   :          1
1800.00/1800.81	c   nodes            :     280649
1800.00/1800.81	c   nodes (total)    :     280649
1800.00/1800.81	c   nodes left       :     156245
1800.00/1800.81	c   max depth        :        131
1800.00/1800.81	c   max depth (total):        131
1800.00/1800.81	c   backtracks       :      30902 (11.0%)
1800.00/1800.81	c   delayed cutoffs  :      29965
1800.00/1800.81	c   repropagations   :      94350 (469978 domain reductions, 27075 cutoffs)
1800.00/1800.81	c   avg switch length:       6.12
1800.00/1800.81	c   switching time   :     248.51
1800.00/1800.81	c Solution           :
1800.00/1800.81	c   Solutions found  :          0 (0 improvements)
1800.00/1800.81	c   Primal Bound     :          -
1800.00/1800.81	c   Dual Bound       : +3.00000000000000e+00
1800.00/1800.81	c   Gap              :   infinite
1800.00/1800.81	c   Root Dual Bound  : +3.00000000000000e+00
1800.00/1800.81	c   Root Iterations  :        181
1800.60/1801.50	c Time complete: 1800.7.

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 2.18 1.53 1.20 3/106 12203
/proc/meminfo: memFree=1822988/2059040 swapFree=4164944/4192956
[pid=12203] ppid=12201 vsize=9288 CPUtime=0
/proc/12203/stat : 12203 (pbscip.linux.x8) R 12201 12203 11867 0 -1 4202496 1066 0 0 0 0 0 0 0 20 0 1 0 5970928 9510912 987 1992294400 4194304 9819077 140734037364064 18446744073709551615 8675093 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/12203/statm: 2322 997 371 1374 0 943 0

[startup+0.0622779 s]
/proc/loadavg: 2.18 1.53 1.20 3/106 12203
/proc/meminfo: memFree=1822988/2059040 swapFree=4164944/4192956
[pid=12203] ppid=12201 vsize=15620 CPUtime=0.05
/proc/12203/stat : 12203 (pbscip.linux.x8) R 12201 12203 11867 0 -1 4202496 3275 0 0 0 3 2 0 0 20 0 1 0 5970928 15994880 2586 1992294400 4194304 9819077 140734037364064 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12203/statm: 3905 2586 473 1374 0 2526 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 15620

[startup+0.102358 s]
/proc/loadavg: 2.18 1.53 1.20 3/106 12203
/proc/meminfo: memFree=1822988/2059040 swapFree=4164944/4192956
[pid=12203] ppid=12201 vsize=15620 CPUtime=0.09
/proc/12203/stat : 12203 (pbscip.linux.x8) R 12201 12203 11867 0 -1 4202496 3275 0 0 0 5 4 0 0 20 0 1 0 5970928 15994880 2586 1992294400 4194304 9819077 140734037364064 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12203/statm: 3905 2586 473 1374 0 2526 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15620

[startup+0.301347 s]
/proc/loadavg: 2.18 1.53 1.20 3/106 12203
/proc/meminfo: memFree=1822988/2059040 swapFree=4164944/4192956
[pid=12203] ppid=12201 vsize=16696 CPUtime=0.29
/proc/12203/stat : 12203 (pbscip.linux.x8) R 12201 12203 11867 0 -1 4202496 8969 0 0 0 15 14 0 0 20 0 1 0 5970928 17096704 2883 1992294400 4194304 9819077 140734037364064 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12203/statm: 4174 2883 504 1374 0 2795 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16696

[startup+0.701325 s]
/proc/loadavg: 2.18 1.53 1.20 3/106 12203
/proc/meminfo: memFree=1822988/2059040 swapFree=4164944/4192956
[pid=12203] ppid=12201 vsize=33628 CPUtime=0.69
/proc/12203/stat : 12203 (pbscip.linux.x8) R 12201 12203 11867 0 -1 4202496 23785 0 0 0 43 26 0 0 21 0 1 0 5970928 34435072 6527 1992294400 4194304 9819077 140734037364064 18446744073709551615 8653609 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12203/statm: 8407 6527 714 1374 0 7028 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 33628

[startup+1.50028 s]
/proc/loadavg: 2.18 1.53 1.20 2/107 12204
/proc/meminfo: memFree=1794460/2059040 swapFree=4164944/4192956
[pid=12203] ppid=12201 vsize=26732 CPUtime=1.49
/proc/12203/stat : 12203 (pbscip.linux.x8) R 12201 12203 11867 0 -1 4202496 58729 0 0 0 97 52 0 0 23 0 1 0 5970928 27373568 5494 1992294400 4194304 9819077 140734037364064 18446744073709551615 7311729 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12203/statm: 6683 5494 727 1374 0 5304 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 26732

[startup+3.10019 s]
/proc/loadavg: 2.18 1.53 1.20 2/107 12204
/proc/meminfo: memFree=1796320/2059040 swapFree=4164944/4192956
[pid=12203] ppid=12201 vsize=33036 CPUtime=3.08
/proc/12203/stat : 12203 (pbscip.linux.x8) R 12201 12203 11867 0 -1 4202496 62459 0 0 0 251 57 0 0 25 0 1 0 5970928 33828864 7080 1992294400 4194304 9819077 140734037364064 18446744073709551615 4776069 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12203/statm: 8259 7080 730 1374 0 6880 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 33036

[startup+6.30002 s]
/proc/loadavg: 2.09 1.52 1.20 2/107 12204
/proc/meminfo: memFree=1796320/2059040 swapFree=4164944/4192956
[pid=12203] ppid=12201 vsize=33036 CPUtime=6.29
/proc/12203/stat : 12203 (pbscip.linux.x8) R 12201 12203 11867 0 -1 4202496 62830 0 0 0 565 64 0 0 25 0 1 0 5970928 33828864 7100 1992294400 4194304 9819077 140734037364064 18446744073709551615 6361740 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12203/statm: 8259 7100 730 1374 0 6880 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 33036

[startup+12.7007 s]
/proc/loadavg: 2.00 1.51 1.20 2/107 12204
/proc/meminfo: memFree=1796320/2059040 swapFree=4164944/4192956
[pid=12203] ppid=12201 vsize=33036 CPUtime=12.68
/proc/12203/stat : 12203 (pbscip.linux.x8) R 12201 12203 11867 0 -1 4202496 67301 0 0 0 1190 78 0 0 25 0 1 0 5970928 33828864 7119 1992294400 4194304 9819077 140734037364064 18446744073709551615 8655086 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12203/statm: 8259 7119 730 1374 0 6880 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 33036

[startup+25.501 s]
/proc/loadavg: 1.78 1.49 1.19 2/107 12204
/proc/meminfo: memFree=1796196/2059040 swapFree=4164944/4192956
[pid=12203] ppid=12201 vsize=34548 CPUtime=25.47
/proc/12203/stat : 12203 (pbscip.linux.x8) R 12201 12203 11867 0 -1 4202496 103318 0 0 0 2411 136 0 0 25 0 1 0 5970928 35377152 7293 1992294400 4194304 9819077 140734037364064 18446744073709551615 6361145 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12203/statm: 8637 7293 730 1374 0 7258 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 34548

[startup+51.1005 s]
/proc/loadavg: 1.51 1.45 1.18 2/107 12204
/proc/meminfo: memFree=1791484/2059040 swapFree=4164944/4192956
[pid=12203] ppid=12201 vsize=39628 CPUtime=51.06
/proc/12203/stat : 12203 (pbscip.linux.x8) R 12201 12203 11867 0 -1 4202496 253604 0 0 0 4803 303 0 0 25 0 1 0 5970928 40579072 8453 1992294400 4194304 9819077 140734037364064 18446744073709551615 4776005 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12203/statm: 9907 8453 730 1374 0 8528 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 39628

[startup+102.309 s]
/proc/loadavg: 1.22 1.38 1.17 2/107 12206
/proc/meminfo: memFree=1784664/2059040 swapFree=4164944/4192956
[pid=12203] ppid=12201 vsize=46288 CPUtime=102.25
/proc/12203/stat : 12203 (pbscip.linux.x8) R 12201 12203 11867 0 -1 4202496 564270 0 0 0 9596 629 0 0 25 0 1 0 5970928 47398912 10127 1992294400 4194304 9819077 140734037364064 18446744073709551615 5813668 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12203/statm: 11572 10127 730 1374 0 10193 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 46288

[startup+162.3 s]
/proc/loadavg: 1.08 1.31 1.16 2/107 12208
/proc/meminfo: memFree=1777596/2059040 swapFree=4164944/4192956
[pid=12203] ppid=12201 vsize=53416 CPUtime=162.21
/proc/12203/stat : 12203 (pbscip.linux.x8) R 12201 12203 11867 0 -1 4202496 979432 0 0 0 15164 1057 0 0 25 0 1 0 5970928 54697984 11927 1992294400 4194304 9819077 140734037364064 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12203/statm: 13354 11927 730 1374 0 11975 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 53416

[startup+222.3 s]
/proc/loadavg: 1.03 1.25 1.15 2/107 12210
/proc/meminfo: memFree=1767552/2059040 swapFree=4164944/4192956
[pid=12203] ppid=12201 vsize=62824 CPUtime=222.19
/proc/12203/stat : 12203 (pbscip.linux.x8) R 12201 12203 11867 0 -1 4202496 1351755 0 0 0 20763 1456 0 0 25 0 1 0 5970928 64331776 14348 1992294400 4194304 9819077 140734037364064 18446744073709551615 8657695 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12203/statm: 15706 14348 730 1374 0 14327 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 62824

[startup+282.301 s]
/proc/loadavg: 1.01 1.20 1.14 2/107 12210
/proc/meminfo: memFree=1760856/2059040 swapFree=4164944/4192956
[pid=12203] ppid=12201 vsize=69428 CPUtime=282.17
/proc/12203/stat : 12203 (pbscip.linux.x8) R 12201 12203 11867 0 -1 4202496 1753614 0 0 0 26340 1877 0 0 25 0 1 0 5970928 71094272 16023 1992294400 4194304 9819077 140734037364064 18446744073709551615 7291112 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12203/statm: 17357 16023 730 1374 0 15978 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 69428

[startup+342.3 s]
/proc/loadavg: 1.05 1.17 1.13 2/107 12212
/proc/meminfo: memFree=1751680/2059040 swapFree=4164944/4192956
[pid=12203] ppid=12201 vsize=78388 CPUtime=342.13
/proc/12203/stat : 12203 (pbscip.linux.x8) R 12201 12203 11867 0 -1 4202496 2096075 0 0 0 31966 2247 0 0 25 0 1 0 5970928 80269312 18323 1992294400 4194304 9819077 140734037364064 18446744073709551615 7262088 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12203/statm: 19731 18326 730 1374 0 18352 0
Current children cumulated CPU time (s) 342.13
Current children cumulated vsize (KiB) 78388

[startup+402.301 s]
/proc/loadavg: 1.06 1.16 1.13 2/107 12214
/proc/meminfo: memFree=1745852/2059040 swapFree=4164944/4192956
[pid=12203] ppid=12201 vsize=84064 CPUtime=402.11
/proc/12203/stat : 12203 (pbscip.linux.x8) R 12201 12203 11867 0 -1 4202496 2467657 0 0 0 37577 2634 0 0 25 0 1 0 5970928 86081536 19760 1992294400 4194304 9819077 140734037364064 18446744073709551615 6389797 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12203/statm: 21016 19760 730 1374 0 19637 0
Current children cumulated CPU time (s) 402.11
Current children cumulated vsize (KiB) 84064

[startup+462.302 s]
/proc/loadavg: 1.06 1.14 1.12 2/107 12216
/proc/meminfo: memFree=1737668/2059040 swapFree=4164944/4192956
[pid=12203] ppid=12201 vsize=94124 CPUtime=462.09
/proc/12203/stat : 12203 (pbscip.linux.x8) R 12201 12203 11867 0 -1 4202496 2820090 0 0 0 43196 3013 0 0 25 0 1 0 5970928 96382976 21806 1992294400 4194304 9819077 140734037364064 18446744073709551615 8723754 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12203/statm: 23531 21807 730 1374 0 22152 0
Current children cumulated CPU time (s) 462.09
Current children cumulated vsize (KiB) 94124

[startup+522.302 s]
/proc/loadavg: 1.02 1.11 1.11 2/107 12218
/proc/meminfo: memFree=1731096/2059040 swapFree=4164944/4192956
[pid=12203] ppid=12201 vsize=98928 CPUtime=522.06
/proc/12203/stat : 12203 (pbscip.linux.x8) R 12201 12203 11867 0 -1 4202496 3237453 0 0 0 48758 3448 0 0 25 0 1 0 5970928 101302272 23412 1992294400 4194304 9819077 140734037364064 18446744073709551615 6566490 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12203/statm: 24732 23412 730 1374 0 23353 0
Current children cumulated CPU time (s) 522.06
Current children cumulated vsize (KiB) 98928

[startup+582.301 s]
/proc/loadavg: 1.00 1.09 1.10 2/107 12218
/proc/meminfo: memFree=1724896/2059040 swapFree=4164944/4192956
[pid=12203] ppid=12201 vsize=104612 CPUtime=582.03
/proc/12203/stat : 12203 (pbscip.linux.x8) R 12201 12203 11867 0 -1 4202496 3569398 0 0 0 54390 3813 0 0 25 0 1 0 5970928 107122688 24954 1992294400 4194304 9819077 140734037364064 18446744073709551615 7261318 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12203/statm: 26153 24957 730 1374 0 24774 0
Current children cumulated CPU time (s) 582.03
Current children cumulated vsize (KiB) 104612

[startup+642.302 s]
/proc/loadavg: 1.00 1.07 1.09 2/107 12220
/proc/meminfo: memFree=1717456/2059040 swapFree=4164944/4192956
[pid=12203] ppid=12201 vsize=112068 CPUtime=642.01
/proc/12203/stat : 12203 (pbscip.linux.x8) R 12201 12203 11867 0 -1 4202496 3921799 0 0 0 60001 4200 0 0 25 0 1 0 5970928 114757632 26790 1992294400 4194304 9819077 140734037364064 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12203/statm: 28017 26790 730 1374 0 26638 0
Current children cumulated CPU time (s) 642.01
Current children cumulated vsize (KiB) 112068

[startup+702.302 s]

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

[startup+1002.3 s]
/proc/loadavg: 1.00 1.01 1.05 2/107 12230
/proc/meminfo: memFree=1674428/2059040 swapFree=4164944/4192956
[pid=12203] ppid=12201 vsize=156056 CPUtime=1001.85
/proc/12203/stat : 12203 (pbscip.linux.x8) R 12201 12203 11867 0 -1 4202496 6296862 0 0 0 93430 6755 0 0 25 0 1 0 5970928 159801344 37430 1992294400 4194304 9819077 140734037364064 18446744073709551615 6371768 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12203/statm: 39014 37430 730 1374 0 37635 0
Current children cumulated CPU time (s) 1001.85
Current children cumulated vsize (KiB) 156056

[startup+1062.3 s]
/proc/loadavg: 1.00 1.01 1.05 2/107 12232
/proc/meminfo: memFree=1667608/2059040 swapFree=4164944/4192956
[pid=12203] ppid=12201 vsize=162796 CPUtime=1061.82
/proc/12203/stat : 12203 (pbscip.linux.x8) R 12201 12203 11867 0 -1 4202496 6669541 0 0 0 99005 7177 0 0 25 0 1 0 5970928 166703104 39102 1992294400 4194304 9819077 140734037364064 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12203/statm: 40699 39102 730 1374 0 39320 0
Current children cumulated CPU time (s) 1061.82
Current children cumulated vsize (KiB) 162796

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.04 2/107 12234
/proc/meminfo: memFree=1661284/2059040 swapFree=4164944/4192956
[pid=12203] ppid=12201 vsize=169396 CPUtime=1121.8
/proc/12203/stat : 12203 (pbscip.linux.x8) R 12201 12203 11867 0 -1 4202496 7075973 0 0 0 104567 7613 0 0 25 0 1 0 5970928 173461504 40695 1992294400 4194304 9819077 140734037364064 18446744073709551615 8655033 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12203/statm: 42349 40695 730 1374 0 40970 0
Current children cumulated CPU time (s) 1121.8
Current children cumulated vsize (KiB) 169396

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.03 2/107 12234
/proc/meminfo: memFree=1652480/2059040 swapFree=4164944/4192956
[pid=12203] ppid=12201 vsize=178568 CPUtime=1181.77
/proc/12203/stat : 12203 (pbscip.linux.x8) R 12201 12203 11867 0 -1 4202496 7504228 0 0 0 110109 8068 0 0 25 0 1 0 5970928 182853632 42960 1992294400 4194304 9819077 140734037364064 18446744073709551615 7306954 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12203/statm: 44642 42960 730 1374 0 43263 0
Current children cumulated CPU time (s) 1181.77
Current children cumulated vsize (KiB) 178568

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.03 2/107 12236
/proc/meminfo: memFree=1647272/2059040 swapFree=4164944/4192956
[pid=12203] ppid=12201 vsize=182688 CPUtime=1241.74
/proc/12203/stat : 12203 (pbscip.linux.x8) R 12201 12203 11867 0 -1 4202496 7894217 0 0 0 115669 8505 0 0 25 0 1 0 5970928 187072512 44133 1992294400 4194304 9819077 140734037364064 18446744073709551615 7221634 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12203/statm: 45672 44135 730 1374 0 44293 0
Current children cumulated CPU time (s) 1241.74
Current children cumulated vsize (KiB) 182688

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.02 2/107 12238
/proc/meminfo: memFree=1640328/2059040 swapFree=4164944/4192956
[pid=12203] ppid=12201 vsize=189836 CPUtime=1301.73
/proc/12203/stat : 12203 (pbscip.linux.x8) R 12201 12203 11867 0 -1 4202496 8302163 0 0 0 121233 8940 0 0 25 0 1 0 5970928 194392064 45834 1992294400 4194304 9819077 140734037364064 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12203/statm: 47459 45834 730 1374 0 46080 0
Current children cumulated CPU time (s) 1301.73
Current children cumulated vsize (KiB) 189836

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.02 2/107 12240
/proc/meminfo: memFree=1632888/2059040 swapFree=4164944/4192956
[pid=12203] ppid=12201 vsize=196900 CPUtime=1361.69
/proc/12203/stat : 12203 (pbscip.linux.x8) R 12201 12203 11867 0 -1 4202496 8670225 0 0 0 126802 9367 0 0 25 0 1 0 5970928 201625600 47704 1992294400 4194304 9819077 140734037364064 18446744073709551615 6021432 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12203/statm: 49225 47704 730 1374 0 47846 0
Current children cumulated CPU time (s) 1361.69
Current children cumulated vsize (KiB) 196900

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.01 2/107 12242
/proc/meminfo: memFree=1621232/2059040 swapFree=4164944/4192956
[pid=12203] ppid=12201 vsize=208620 CPUtime=1421.67
/proc/12203/stat : 12203 (pbscip.linux.x8) R 12201 12203 11867 0 -1 4202496 9065173 0 0 0 132343 9824 0 0 25 0 1 0 5970928 213626880 50605 1992294400 4194304 9819077 140734037364064 18446744073709551615 6021432 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12203/statm: 52155 50605 730 1374 0 50776 0
Current children cumulated CPU time (s) 1421.67
Current children cumulated vsize (KiB) 208620

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.01 2/107 12242
/proc/meminfo: memFree=1616768/2059040 swapFree=4164944/4192956
[pid=12203] ppid=12201 vsize=212764 CPUtime=1481.65
/proc/12203/stat : 12203 (pbscip.linux.x8) R 12201 12203 11867 0 -1 4202496 9459957 0 0 0 137883 10282 0 0 25 0 1 0 5970928 217870336 51696 1992294400 4194304 9819077 140734037364064 18446744073709551615 6391571 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12203/statm: 53056 51693 730 1374 0 51677 0
Current children cumulated CPU time (s) 1481.65
Current children cumulated vsize (KiB) 212764

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 12244
/proc/meminfo: memFree=1609948/2059040 swapFree=4164944/4192956
[pid=12203] ppid=12201 vsize=219660 CPUtime=1541.62
/proc/12203/stat : 12203 (pbscip.linux.x8) R 12201 12203 11867 0 -1 4202496 9862017 0 0 0 143434 10728 0 0 25 0 1 0 5970928 224931840 53382 1992294400 4194304 9819077 140734037364064 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12203/statm: 54915 53383 730 1374 0 53536 0
Current children cumulated CPU time (s) 1541.62
Current children cumulated vsize (KiB) 219660

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 12249
/proc/meminfo: memFree=1601764/2059040 swapFree=4164944/4192956
[pid=12203] ppid=12201 vsize=227340 CPUtime=1601.59
/proc/12203/stat : 12203 (pbscip.linux.x8) R 12201 12203 11867 0 -1 4202496 10262899 0 0 0 148987 11172 0 0 25 0 1 0 5970928 232796160 55377 1992294400 4194304 9819077 140734037364064 18446744073709551615 4427727 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12203/statm: 56835 55377 730 1374 0 55456 0
Current children cumulated CPU time (s) 1601.59
Current children cumulated vsize (KiB) 227340

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 12251
/proc/meminfo: memFree=1596060/2059040 swapFree=4164944/4192956
[pid=12203] ppid=12201 vsize=232860 CPUtime=1661.56
/proc/12203/stat : 12203 (pbscip.linux.x8) R 12201 12203 11867 0 -1 4202496 10676784 0 0 0 154511 11645 0 0 25 0 1 0 5970928 238448640 56784 1992294400 4194304 9819077 140734037364064 18446744073709551615 4776069 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12203/statm: 58215 56784 730 1374 0 56836 0
Current children cumulated CPU time (s) 1661.56
Current children cumulated vsize (KiB) 232860

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 12253
/proc/meminfo: memFree=1589364/2059040 swapFree=4164944/4192956
[pid=12203] ppid=12201 vsize=239844 CPUtime=1721.54
/proc/12203/stat : 12203 (pbscip.linux.x8) R 12201 12203 11867 0 -1 4202496 11073932 0 0 0 160059 12095 0 0 25 0 1 0 5970928 245600256 58443 1992294400 4194304 9819077 140734037364064 18446744073709551615 6566519 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12203/statm: 59961 58443 730 1374 0 58582 0
Current children cumulated CPU time (s) 1721.54
Current children cumulated vsize (KiB) 239844

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 12253
/proc/meminfo: memFree=1582296/2059040 swapFree=4164944/4192956
[pid=12203] ppid=12201 vsize=246564 CPUtime=1781.5
/proc/12203/stat : 12203 (pbscip.linux.x8) R 12201 12203 11867 0 -1 4202496 11467374 0 0 0 165603 12547 0 0 25 0 1 0 5970928 252481536 60239 1992294400 4194304 9819077 140734037364064 18446744073709551615 6590704 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12203/statm: 61641 60239 730 1374 0 60262 0
Current children cumulated CPU time (s) 1781.5
Current children cumulated vsize (KiB) 246564



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 12255
/proc/meminfo: memFree=1581304/2059040 swapFree=4164944/4192956
[pid=12203] ppid=12201 vsize=247596 CPUtime=1800
/proc/12203/stat : 12203 (pbscip.linux.x8) R 12201 12203 11867 0 -1 4202496 11586694 0 0 0 167315 12685 0 0 25 0 1 0 5970928 253538304 60478 1992294400 4194304 9819077 140734037364064 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12203/statm: 61899 60479 730 1374 0 60520 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 247596

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

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

[startup+1801 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 12255
/proc/meminfo: memFree=1581304/2059040 swapFree=4164944/4192956
[pid=12203] ppid=12201 vsize=247596 CPUtime=1800.2
/proc/12203/stat : 12203 (pbscip.linux.x8) R 12201 12203 11867 0 -1 4202496 11586714 0 0 0 167334 12686 0 0 25 0 1 0 5970928 253538304 60479 1992294400 4194304 9819077 140734037364064 18446744073709551615 6179982 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/12203/statm: 61899 60479 731 1374 0 60520 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 247596

[startup+1801.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 12255
/proc/meminfo: memFree=1581304/2059040 swapFree=4164944/4192956
[pid=12203] ppid=12201 vsize=247596 CPUtime=1800.6
/proc/12203/stat : 12203 (pbscip.linux.x8) R 12201 12203 11867 0 -1 4202496 11586714 0 0 0 167374 12686 0 0 25 0 1 0 5970928 253538304 60479 1992294400 4194304 9819077 140734037364064 18446744073709551615 4670079 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/12203/statm: 61899 60479 731 1374 0 60520 0
Current children cumulated CPU time (s) 1800.6
Current children cumulated vsize (KiB) 247596

[startup+1801.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 12255
/proc/meminfo: memFree=1581304/2059040 swapFree=4164944/4192956
[pid=12203] ppid=12201 vsize=0 CPUtime=1800.7
/proc/12203/stat : 12203 (pbscip.linux.x8) R 12201 12203 11867 0 -1 4202500 11586718 0 0 0 167382 12688 0 0 25 0 1 0 5970928 0 0 1992294400 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/12203/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.7
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 1801.5
CPU time (s): 1800.71
CPU user time (s): 1673.82
CPU system time (s): 126.889
CPU usage (%): 99.9561
Max. virtual memory (cumulated for all children) (KiB): 248536

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1673.82
system time used= 126.889
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11586718
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= 1
involuntary context switches= 34802

runsolver used 3.36949 second user time and 8.69768 second system time

The end

Launcher Data

Begin job on node029 at 2010-06-16 02:05:55
IDJOB=2664968
IDBENCH=47911
IDSOLVER=1168
FILE ID=node029/2664968-1276646755
PBS_JOBID= 11172415
Free space on /tmp= 62576 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solver
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=9-P0=11-P1=331-P2=7-P3=107-P4=137-P5=439-P6=409-P7=421-P8=491-P9=293-B.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.clp -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2664968-1276646755/watcher-2664968-1276646755 -o /tmp/evaluation-result-2664968-1276646755/solver-2664968-1276646755 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2664968-1276646755.opb -t 1800 -m 1800

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

MD5SUM BENCH= bf07e05475dbb8a26e29c8119be0dea3
RANDOM SEED=698988636

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

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

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1823392 kB
Buffers:         35412 kB
Cached:         101904 kB
SwapCached:       1508 kB
Active:          98396 kB
Inactive:        73140 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1823392 kB
SwapTotal:     4192956 kB
SwapFree:      4164944 kB
Dirty:            6288 kB
Writeback:           8 kB
AnonPages:       32604 kB
Mapped:          15136 kB
Slab:            42236 kB
PageTables:       3988 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181608 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62568 MiB
End job on node029 at 2010-06-16 02:35:58