Trace number 3692747

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 NameAnswerCPU timeWall clock time
SCIP spx standard SCIP 2.1.1.4. with SoPlex 1.6.0.3 standard fixedUNSAT 38.1892 38.1971

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900552423.opb
MD5SUMe3ac612b47921d8ce26a7ef2a453205c
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.080987
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables231
Total number of constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 779
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 2.1.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.6.0.3] [GitHash: a3bf3a4-dirty]
0.00/0.00	c Copyright (c) 2002-2012 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-3692747-1338019614.opb>
0.00/0.01	c original problem has 231 variables (231 bin, 0 int, 0 impl, 0 cont) and 2707 constraints
0.00/0.01	c problem read in 0.01
0.00/0.02	c presolving:
0.00/0.05	c (round 1) 0 del vars, 143 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 2542 upgd conss, 242 impls, 22 clqs
0.00/0.06	c (round 2) 0 del vars, 143 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 2564 upgd conss, 242 impls, 22 clqs
0.00/0.07	c (round 3) 0 del vars, 264 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 2564 upgd conss, 242 impls, 22 clqs
0.00/0.08	c    (0.1s) probing: 51/231 (22.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.08	c    (0.1s) probing aborted: 50/50 successive totally useless probings
0.00/0.08	c presolving (4 rounds):
0.00/0.08	c  0 deleted vars, 264 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.08	c  242 implications, 22 cliques
0.00/0.08	c presolved problem has 231 variables (231 bin, 0 int, 0 impl, 0 cont) and 2443 constraints
0.00/0.08	c       1 constraints of type <knapsack>
0.00/0.08	c      22 constraints of type <setppc>
0.00/0.08	c    2420 constraints of type <logicor>
0.00/0.08	c transformed objective value is always integral (scale: 1)
0.00/0.08	c Presolving Time: 0.07
0.00/0.08	c - non default parameters ----------------------------------------------------------------------
0.00/0.08	c # SCIP version 2.1.1.4
0.00/0.08	c 
0.00/0.08	c # maximal time in seconds to run
0.00/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.08	c limits/time = 1797
0.00/0.08	c 
0.00/0.08	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.08	c limits/memory = 13950
0.00/0.08	c 
0.00/0.08	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.08	c # [type: int, range: [1,2], default: 1]
0.00/0.08	c timing/clocktype = 2
0.00/0.08	c 
0.00/0.08	c # belongs reading time to solving time?
0.00/0.08	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.08	c timing/reading = TRUE
0.00/0.08	c 
0.00/0.08	c -----------------------------------------------------------------------------------------------
0.00/0.08	c start solving
0.00/0.08	c 
0.09/0.10	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.09/0.10	c   0.1s|     1 |     0 |    76 |     - |4081k|   0 |  36 | 231 |2468 | 231 |2443 |   0 |  25 |   0 | 0.000000e+00 |      --      |    Inf 
0.39/0.42	c   0.4s|     1 |     0 |  3163 |     - |4285k|   0 |  39 | 231 |2468 | 231 |2450 |   7 |  25 |   0 | 0.000000e+00 |      --      |    Inf 
0.39/0.47	c   0.5s|     1 |     0 |  3178 |     - |4613k|   0 |  45 | 231 |2468 | 231 |2454 |  11 |  25 |   0 | 0.000000e+00 |      --      |    Inf 
0.48/0.52	c   0.5s|     1 |     0 |  3193 |     - |5056k|   0 |  46 | 231 |2468 | 231 |2455 |  12 |  25 |   0 | 0.000000e+00 |      --      |    Inf 
0.48/0.57	c   0.6s|     1 |     0 |  3212 |     - |5500k|   0 |  47 | 231 |2468 | 231 |2457 |  14 |  25 |   0 | 0.000000e+00 |      --      |    Inf 
0.69/0.74	c   0.7s|     1 |     0 |  3219 |     - |5840k|   0 |  51 | 231 |2468 | 231 |2460 |  17 |  25 |   0 | 0.000000e+00 |      --      |    Inf 
0.89/0.92	c   0.9s|     1 |     0 |  3241 |     - |6112k|   0 |  47 | 231 |2468 | 231 |2461 |  18 |  25 |   0 | 0.000000e+00 |      --      |    Inf 
1.58/1.63	c   1.6s|     1 |     2 |  3241 |     - |6113k|   0 |  47 | 231 |2468 | 231 |2461 |  18 |  25 |  33 | 0.000000e+00 |      --      |    Inf 
10.09/10.18	c  10.2s|   100 |     8 |  8943 |  57.6 |6181k|  15 |  33 | 231 |2523 | 231 |2455 |  18 |  83 |1252 | 0.000000e+00 |      --      |    Inf 
11.49/11.50	c  11.5s|   200 |     9 | 11635 |  42.2 |6212k|  17 |  29 | 231 |2605 | 231 |2455 |  18 | 165 |1479 | 0.000000e+00 |      --      |    Inf 
12.09/12.17	c  12.2s|   300 |     8 | 14576 |  37.9 |6246k|  28 |   - | 231 |2693 | 231 |2455 |  18 | 253 |1549 | 0.000000e+00 |      --      |    Inf 
12.59/12.64	c  12.6s|   400 |    14 | 17023 |  34.5 |6277k|  28 |  43 | 231 |2770 | 231 |2455 |  18 | 331 |1589 | 0.000000e+00 |      --      |    Inf 
12.88/12.94	c  12.9s|   500 |    15 | 19120 |  31.8 |6308k|  28 |   - | 231 |2838 | 231 |2455 |  18 | 402 |1600 | 0.000000e+00 |      --      |    Inf 
13.19/13.26	c  13.3s|   600 |    15 | 21383 |  30.3 |6332k|  28 |  44 | 231 |2926 | 231 |2455 |  18 | 493 |1608 | 0.000000e+00 |      --      |    Inf 
13.69/13.70	c  13.7s|   700 |    17 | 24073 |  29.8 |6364k|  28 |  39 | 231 |3013 | 231 |2455 |  18 | 580 |1633 | 0.000000e+00 |      --      |    Inf 
13.99/14.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
13.99/14.08	c  14.1s|   800 |    18 | 26377 |  29.0 |6401k|  28 |  33 | 231 |3102 | 231 |2455 |  18 | 681 |1656 | 0.000000e+00 |      --      |    Inf 
14.39/14.40	c  14.4s|   900 |    18 | 28742 |  28.4 |6423k|  28 |  31 | 231 |3170 | 231 |2455 |  18 | 755 |1661 | 0.000000e+00 |      --      |    Inf 
14.68/14.73	c  14.7s|  1000 |    15 | 31185 |  28.0 |6437k|  28 |   - | 231 |3239 | 231 |2455 |  18 | 829 |1671 | 0.000000e+00 |      --      |    Inf 
14.98/15.09	c  15.1s|  1100 |    17 | 33923 |  27.9 |6477k|  28 |   - | 231 |3330 | 231 |2455 |  18 | 928 |1677 | 0.000000e+00 |      --      |    Inf 
15.40/15.41	c  15.4s|  1200 |    17 | 36579 |  27.8 |6509k|  28 |  49 | 231 |3416 | 231 |2455 |  18 |1021 |1677 | 0.000000e+00 |      --      |    Inf 
15.69/15.73	c  15.7s|  1300 |    17 | 39139 |  27.6 |6544k|  28 |   - | 231 |3485 | 231 |2455 |  18 |1102 |1680 | 0.000000e+00 |      --      |    Inf 
16.09/16.11	c  16.1s|  1400 |    18 | 42094 |  27.8 |6564k|  28 |  43 | 231 |3554 | 231 |2455 |  18 |1180 |1686 | 0.000000e+00 |      --      |    Inf 
16.29/16.37	c  16.4s|  1500 |    19 | 44142 |  27.3 |6592k|  28 |   - | 231 |3620 | 231 |2455 |  18 |1263 |1688 | 0.000000e+00 |      --      |    Inf 
16.59/16.68	c  16.7s|  1600 |    19 | 46455 |  27.0 |6615k|  36 |   - | 231 |3688 | 231 |2455 |  18 |1349 |1695 | 0.000000e+00 |      --      |    Inf 
16.88/16.97	c  17.0s|  1700 |    20 | 48732 |  26.8 |6646k|  36 |   - | 231 |3769 | 231 |2455 |  18 |1447 |1698 | 0.000000e+00 |      --      |    Inf 
17.18/17.27	c  17.3s|  1800 |    23 | 51096 |  26.6 |6671k|  36 |  40 | 231 |3829 | 231 |2455 |  18 |1511 |1699 | 0.000000e+00 |      --      |    Inf 
17.49/17.57	c  17.6s|  1900 |    22 | 53495 |  26.5 |6686k|  36 |  29 | 231 |3879 | 231 |2455 |  18 |1577 |1700 | 0.000000e+00 |      --      |    Inf 
17.89/17.92	c  17.9s|  2000 |    20 | 56471 |  26.6 |6718k|  36 |   - | 231 |3959 | 231 |2455 |  18 |1666 |1700 | 0.000000e+00 |      --      |    Inf 
18.28/18.32	c  18.3s|  2100 |    27 | 58775 |  26.5 |6752k|  36 |   - | 231 |4012 | 231 |2455 |  18 |1732 |1723 | 0.000000e+00 |      --      |    Inf 
18.60/18.67	c  18.7s|  2200 |    23 | 60848 |  26.2 |6759k|  36 |  44 | 231 |4067 | 231 |2455 |  18 |1795 |1741 | 0.000000e+00 |      --      |    Inf 
18.98/19.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
18.98/19.08	c  19.1s|  2300 |    31 | 63430 |  26.2 |6800k|  36 |  31 | 231 |4119 | 231 |2455 |  18 |1866 |1760 | 0.000000e+00 |      --      |    Inf 
19.39/19.45	c  19.4s|  2400 |    35 | 65623 |  26.0 |6835k|  36 |  35 | 231 |4184 | 231 |2455 |  18 |1942 |1778 | 0.000000e+00 |      --      |    Inf 
19.80/19.85	c  19.9s|  2500 |    31 | 68103 |  26.0 |6855k|  36 |  44 | 231 |4258 | 231 |2455 |  18 |2029 |1800 | 0.000000e+00 |      --      |    Inf 
20.19/20.27	c  20.3s|  2600 |    26 | 70719 |  26.0 |6872k|  36 |  42 | 231 |4339 | 231 |2455 |  18 |2125 |1821 | 0.000000e+00 |      --      |    Inf 
20.58/20.66	c  20.7s|  2700 |    26 | 73368 |  26.0 |6906k|  36 |   - | 231 |4407 | 231 |2455 |  18 |2209 |1835 | 0.000000e+00 |      --      |    Inf 
20.99/21.02	c  21.0s|  2800 |    26 | 76122 |  26.0 |6936k|  36 |   - | 231 |4483 | 231 |2455 |  18 |2300 |1843 | 0.000000e+00 |      --      |    Inf 
21.28/21.35	c  21.4s|  2900 |    26 | 78560 |  26.0 |6968k|  36 |   - | 231 |4561 | 231 |2455 |  18 |2383 |1850 | 0.000000e+00 |      --      |    Inf 
21.69/21.70	c  21.7s|  3000 |    26 | 81243 |  26.0 |6989k|  36 |   - | 231 |4615 | 231 |2455 |  18 |2457 |1855 | 0.000000e+00 |      --      |    Inf 
21.99/22.05	c  22.1s|  3100 |    30 | 83660 |  25.9 |7025k|  36 |  46 | 231 |4677 | 231 |2455 |  18 |2544 |1863 | 0.000000e+00 |      --      |    Inf 
22.28/22.33	c  22.3s|  3200 |    29 | 85937 |  25.9 |7052k|  36 |   - | 231 |4742 | 231 |2455 |  18 |2629 |1863 | 0.000000e+00 |      --      |    Inf 
22.59/22.66	c  22.7s|  3300 |    29 | 88482 |  25.8 |7078k|  36 |   - | 231 |4809 | 231 |2455 |  18 |2711 |1867 | 0.000000e+00 |      --      |    Inf 
22.89/22.95	c  23.0s|  3400 |    28 | 90827 |  25.8 |7110k|  36 |   - | 231 |4897 | 231 |2455 |  18 |2805 |1869 | 0.000000e+00 |      --      |    Inf 
23.18/23.23	c  23.2s|  3500 |    29 | 92977 |  25.6 |7135k|  36 |  35 | 231 |4956 | 231 |2455 |  18 |2884 |1871 | 0.000000e+00 |      --      |    Inf 
23.49/23.57	c  23.6s|  3600 |    29 | 95682 |  25.7 |7173k|  36 |   - | 231 |5020 | 231 |2455 |  18 |2980 |1873 | 0.000000e+00 |      --      |    Inf 
23.88/23.90	c  23.9s|  3700 |    26 | 98351 |  25.7 |7192k|  36 |  39 | 231 |5092 | 231 |2455 |  18 |3083 |1874 | 0.000000e+00 |      --      |    Inf 
24.19/24.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
24.19/24.21	c  24.2s|  3800 |    26 |100822 |  25.7 |7209k|  36 |  42 | 231 |5106 | 231 |2455 |  18 |3167 |1874 | 0.000000e+00 |      --      |    Inf 
24.48/24.55	c  24.6s|  3900 |    27 |103607 |  25.7 |7225k|  36 |  46 | 231 |5145 | 231 |2455 |  18 |3260 |1874 | 0.000000e+00 |      --      |    Inf 
24.88/24.91	c  24.9s|  4000 |    25 |106081 |  25.7 |7244k|  36 |   - | 231 |5194 | 231 |2455 |  18 |3345 |1884 | 0.000000e+00 |      --      |    Inf 
25.19/25.22	c  25.2s|  4100 |    28 |108115 |  25.6 |7264k|  36 |   - | 231 |5229 | 231 |2455 |  18 |3425 |1893 | 0.000000e+00 |      --      |    Inf 
25.59/25.63	c  25.6s|  4200 |    28 |110523 |  25.5 |7277k|  36 |  42 | 231 |5243 | 231 |2455 |  18 |3527 |1910 | 0.000000e+00 |      --      |    Inf 
25.99/26.07	c  26.1s|  4300 |    30 |113092 |  25.6 |7313k|  36 |  48 | 231 |5322 | 231 |2455 |  18 |3619 |1933 | 0.000000e+00 |      --      |    Inf 
26.39/26.49	c  26.5s|  4400 |    32 |115998 |  25.6 |7341k|  36 |  37 | 231 |5381 | 231 |2455 |  18 |3709 |1951 | 0.000000e+00 |      --      |    Inf 
26.89/26.92	c  26.9s|  4500 |    29 |118649 |  25.7 |7374k|  36 |  44 | 231 |5487 | 231 |2455 |  18 |3823 |1973 | 0.000000e+00 |      --      |    Inf 
27.29/27.30	c  27.3s|  4600 |    30 |120976 |  25.6 |7390k|  36 |  48 | 231 |5494 | 231 |2455 |  18 |3910 |1991 | 0.000000e+00 |      --      |    Inf 
27.69/27.73	c  27.7s|  4700 |    26 |123827 |  25.7 |7405k|  36 |  29 | 231 |5547 | 231 |2455 |  18 |4000 |2013 | 0.000000e+00 |      --      |    Inf 
28.19/28.22	c  28.2s|  4800 |    22 |126934 |  25.8 |7403k|  36 |  43 | 231 |5550 | 231 |2455 |  18 |4077 |2034 | 0.000000e+00 |      --      |    Inf 
28.59/28.65	c  28.7s|  4900 |    22 |129675 |  25.8 |7381k|  36 |  34 | 231 |5488 | 231 |2455 |  18 |4194 |2052 | 0.000000e+00 |      --      |    Inf 
28.98/29.03	c  29.0s|  5000 |    22 |132490 |  25.9 |7357k|  36 |  31 | 231 |5416 | 231 |2455 |  18 |4290 |2061 | 0.000000e+00 |      --      |    Inf 
29.39/29.41	c  29.4s|  5100 |    18 |135195 |  25.9 |7343k|  36 |   - | 231 |5396 | 231 |2455 |  18 |4383 |2066 | 0.000000e+00 |      --      |    Inf 
29.69/29.71	c  29.7s|  5200 |    19 |137359 |  25.8 |7347k|  36 |  31 | 231 |5409 | 231 |2455 |  18 |4474 |2072 | 0.000000e+00 |      --      |    Inf 
29.99/30.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
29.99/30.02	c  30.0s|  5300 |    18 |139622 |  25.7 |7359k|  36 |  40 | 231 |5439 | 231 |2455 |  18 |4562 |2075 | 0.000000e+00 |      --      |    Inf 
30.29/30.31	c  30.3s|  5400 |    16 |141948 |  25.7 |7379k|  36 |   - | 231 |5510 | 231 |2455 |  18 |4669 |2076 | 0.000000e+00 |      --      |    Inf 
30.58/30.61	c  30.6s|  5500 |    17 |144369 |  25.7 |7391k|  36 |   - | 231 |5534 |   0 |   0 |  18 |4767 |2076 | 0.000000e+00 |      --      |    Inf 
30.79/30.87	c  30.9s|  5600 |    17 |146044 |  25.5 |7396k|  36 |  41 | 231 |5571 | 231 |2455 |  18 |4881 |2079 | 0.000000e+00 |      --      |    Inf 
31.08/31.13	c  31.1s|  5700 |    16 |148090 |  25.4 |7413k|  36 |  35 | 231 |5627 | 231 |2455 |  18 |4961 |2081 | 0.000000e+00 |      --      |    Inf 
31.38/31.41	c  31.4s|  5800 |    17 |150102 |  25.3 |7435k|  36 |  33 | 231 |5679 | 231 |2455 |  18 |5044 |2083 | 0.000000e+00 |      --      |    Inf 
31.69/31.71	c  31.7s|  5900 |    16 |152610 |  25.3 |7457k|  36 |  28 | 231 |5755 | 231 |2455 |  18 |5131 |2083 | 0.000000e+00 |      --      |    Inf 
31.99/32.07	c  32.1s|  6000 |    15 |155571 |  25.4 |7488k|  36 |   - | 231 |5838 | 231 |2455 |  18 |5229 |2084 | 0.000000e+00 |      --      |    Inf 
32.29/32.38	c  32.4s|  6100 |    13 |158217 |  25.4 |7500k|  36 |  38 | 231 |5901 | 231 |2455 |  18 |5328 |2084 | 0.000000e+00 |      --      |    Inf 
32.58/32.61	c  32.6s|  6200 |    14 |160025 |  25.3 |7536k|  36 |  29 | 231 |6000 | 231 |2455 |  18 |5438 |2084 | 0.000000e+00 |      --      |    Inf 
32.78/32.85	c  32.9s|  6300 |    15 |161789 |  25.2 |7576k|  36 |   - | 231 |6097 |   0 |   0 |  18 |5540 |2086 | 0.000000e+00 |      --      |    Inf 
33.08/33.16	c  33.2s|  6400 |    13 |164264 |  25.2 |7592k|  36 |   - | 231 |6174 | 231 |2455 |  18 |5631 |2087 | 0.000000e+00 |      --      |    Inf 
33.58/33.63	c  33.6s|  6500 |    11 |167255 |  25.2 |7603k|  36 |  42 | 231 |6248 | 231 |2455 |  18 |5740 |2111 | 0.000000e+00 |      --      |    Inf 
33.88/33.98	c  34.0s|  6600 |    10 |169622 |  25.2 |7610k|  36 |   - | 231 |6239 | 231 |2455 |  18 |5843 |2121 | 0.000000e+00 |      --      |    Inf 
34.28/34.39	c  34.4s|  6700 |     8 |172125 |  25.2 |7585k|  36 |  27 | 231 |6171 | 231 |2455 |  18 |5935 |2140 | 0.000000e+00 |      --      |    Inf 
34.68/34.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
34.68/34.79	c  34.8s|  6800 |     6 |174570 |  25.2 |7598k|  38 |   - | 231 |6202 |   0 |   0 |  18 |6030 |2158 | 0.000000e+00 |      --      |    Inf 
34.98/35.06	c  35.1s|  6900 |     5 |176329 |  25.1 |7607k|  42 |   - | 231 |6238 | 231 |2455 |  18 |6128 |2168 | 0.000000e+00 |      --      |    Inf 
35.28/35.39	c  35.4s|  7000 |     8 |178380 |  25.0 |7633k|  42 |  35 | 231 |6308 | 231 |2455 |  18 |6234 |2183 | 0.000000e+00 |      --      |    Inf 
35.79/35.89	c  35.9s|  7100 |     8 |182068 |  25.2 |7691k|  42 |  30 | 231 |6461 | 231 |2455 |  18 |6407 |2198 | 0.000000e+00 |      --      |    Inf 
36.29/36.32	c  36.3s|  7200 |     6 |184829 |  25.2 |7725k|  42 |   - | 231 |6541 | 231 |2455 |  18 |6500 |2216 | 0.000000e+00 |      --      |    Inf 
36.68/36.75	c  36.8s|  7300 |     4 |187656 |  25.3 |7757k|  42 |   - | 231 |6636 | 231 |2455 |  18 |6607 |2237 | 0.000000e+00 |      --      |    Inf 
37.18/37.22	c  37.2s|  7400 |     9 |190650 |  25.3 |7817k|  42 |  36 | 231 |6763 | 231 |2455 |  18 |6743 |2262 | 0.000000e+00 |      --      |    Inf 
37.68/37.71	c  37.7s|  7500 |     7 |193898 |  25.4 |7858k|  42 |   - | 231 |6859 | 231 |2455 |  18 |6848 |2288 | 0.000000e+00 |      --      |    Inf 
38.08/38.10	c  38.1s|  7600 |     2 |196747 |  25.5 |7874k|  42 |   - | 231 |6906 | 231 |2455 |  18 |6932 |2298 | 0.000000e+00 |      --      |    Inf 
38.08/38.18	c 
38.08/38.18	c SCIP Status        : problem is solved [infeasible]
38.08/38.18	c Solving Time (sec) : 38.18
38.08/38.18	c Solving Nodes      : 7630
38.08/38.18	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
38.08/38.18	c Dual Bound         : +1.00000000000000e+20
38.08/38.18	c Gap                : 0.00 %
38.08/38.18	s UNSATISFIABLE
38.08/38.18	c SCIP Status        : problem is solved [infeasible]
38.08/38.18	c Total Time         :      38.18
38.08/38.18	c   solving          :      38.18
38.08/38.18	c   presolving       :       0.07 (included in solving)
38.08/38.18	c   reading          :       0.01 (included in solving)
38.08/38.18	c   copying          :       0.01 (1 #copies) (minimal 0.01, maximal 0.01, average 0.01)
38.08/38.18	c Original Problem   :
38.08/38.18	c   Problem name     : HOME/instance-3692747-1338019614.opb
38.08/38.18	c   Variables        : 231 (231 binary, 0 integer, 0 implicit integer, 0 continuous)
38.08/38.18	c   Constraints      : 2707 initial, 2707 maximal
38.08/38.18	c   Objective sense  : minimize
38.08/38.18	c Presolved Problem  :
38.08/38.18	c   Problem name     : t_HOME/instance-3692747-1338019614.opb
38.08/38.18	c   Variables        : 231 (231 binary, 0 integer, 0 implicit integer, 0 continuous)
38.08/38.18	c   Constraints      : 2443 initial, 6918 maximal
38.08/38.18	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
38.08/38.18	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
38.08/38.18	c   trivial          :       0.00       0.00          0          0          0          0          0          0          0          0          0
38.08/38.18	c   dualfix          :       0.00       0.00          0          0          0          0          0          0          0          0          0
38.08/38.18	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
38.08/38.18	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
38.08/38.18	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
38.08/38.18	c   gateextraction   :       0.00       0.00          0          0          0          0          0          0          0          0          0
38.08/38.18	c   implics          :       0.00       0.00          0          0          0          0          0          0          0          0          0
38.08/38.18	c   components       :       0.00       0.00          0          0          0          0          0          0          0          0          0
38.08/38.18	c   pseudoobj        :       0.00       0.00          0          0          0          0          0          0          0          0          0
38.08/38.18	c   probing          :       0.00       0.00          0          0          0          0          0          0          0          0          0
38.08/38.18	c   knapsack         :       0.00       0.00          0          0          0          0          0          0          0          0          0
38.08/38.18	c   setppc           :       0.00       0.00          0          0          0          0          0        121          0          0          0
38.08/38.18	c   linear           :       0.02       0.00          0          0          0          0          0        143          0          0          0
38.08/38.18	c   logicor          :       0.03       0.00          0          0          0          0          0          0          0          0          0
38.08/38.18	c   root node        :          -          -          2          -          -          2          -          -          -          -          -
38.08/38.18	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
38.08/38.18	c   integral         :          0          0          0          0       4230          0          4          0         37        738          0          0       7730
38.08/38.18	c   knapsack         :          1          1          6      30863          0          0          3       3643         34      21711          0          0          0
38.08/38.18	c   setppc           :         22         22          6      30892          0          0          2      66769        290      48312          0          0          0
38.08/38.18	c   logicor          :       2420+      6895          6      15155          0          0          0      30083        116      45243          0          0          0
38.08/38.18	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0          0
38.08/38.18	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
38.08/38.18	c   integral         :      13.22       0.00       0.00       0.00      13.22       0.00       0.00       0.00
38.08/38.18	c   knapsack         :       0.06       0.00       0.00       0.05       0.00       0.00       0.00       0.01
38.08/38.18	c   setppc           :       0.16       0.00       0.00       0.10       0.00       0.00       0.00       0.06
38.08/38.18	c   logicor          :       0.42       0.00       0.00       0.39       0.00       0.00       0.00       0.04
38.08/38.18	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
38.08/38.18	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
38.08/38.18	c   rootredcost      :          0          0          0          0
38.08/38.18	c   pseudoobj        :          0          0          0          0
38.08/38.18	c   vbounds          :          0          0          0          0
38.08/38.18	c   redcost          :       4236          0          0          0
38.08/38.18	c   probing          :          0          0          0          0
38.08/38.18	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
38.08/38.18	c   rootredcost      :       0.03       0.00       0.00       0.03       0.00
38.08/38.18	c   pseudoobj        :       0.03       0.00       0.00       0.03       0.00
38.08/38.18	c   vbounds          :       0.02       0.00       0.00       0.02       0.00
38.08/38.18	c   redcost          :       0.03       0.00       0.00       0.03       0.00
38.08/38.18	c   probing          :       0.00       0.00       0.00       0.00       0.00
38.08/38.18	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
38.08/38.18	c   propagation      :       0.03        440        436       1806       15.3          7        8.6          -
38.08/38.18	c   infeasible LP    :       0.41       3452       3446      17272       24.5         31        9.4          0
38.08/38.18	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
38.08/38.18	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
38.08/38.18	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
38.08/38.18	c   applied globally :          -          -          -       6946       16.7          -          -          -
38.08/38.18	c   applied locally  :          -          -          -          7       37.6          -          -          -
38.08/38.18	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
38.08/38.18	c   cut pool         :       0.00                     5          -          -        394          -    (maximal pool size: 587)
38.08/38.18	c   closecuts        :       0.00       0.00          0          0          0          0          0
38.08/38.18	c   impliedbounds    :       0.00       0.00          6          0          0          0          0
38.08/38.18	c   intobj           :       0.00       0.00          0          0          0          0          0
38.08/38.18	c   gomory           :       0.20       0.00          6          0          0        200          0
38.08/38.18	c   cgmip            :       0.00       0.00          0          0          0          0          0
38.08/38.18	c   strongcg         :       0.27       0.00          6          0          0       2780          0
38.08/38.18	c   cmir             :       0.02       0.00          6          0          0          0          0
38.08/38.18	c   flowcover        :       0.03       0.00          6          0          0          0          0
38.08/38.18	c   clique           :       0.00       0.00          6          0          0          0          0
38.08/38.18	c   zerohalf         :       0.00       0.00          0          0          0          0          0
38.08/38.18	c   mcf              :       0.00       0.00          1          0          0          0          0
38.08/38.18	c   oddcycle         :       0.00       0.00          0          0          0          0          0
38.08/38.18	c   rapidlearning    :       0.00       0.00          0          0          0          0          0
38.08/38.18	c Pricers            :   ExecTime  SetupTime      Calls       Vars
38.08/38.18	c   problem variables:       0.00          -          0          0
38.08/38.18	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
38.08/38.18	c   relpscost        :      13.21       0.00       4230         37        738          0          0       7730
38.08/38.18	c   pscost           :       0.00       0.00          0          0          0          0          0          0
38.08/38.18	c   inference        :       0.00       0.00          0          0          0          0          0          0
38.08/38.18	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
38.08/38.18	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
38.08/38.18	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
38.08/38.18	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
38.08/38.18	c   random           :       0.00       0.00          0          0          0          0          0          0
38.08/38.18	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found
38.08/38.18	c   LP solutions     :       0.00          -          -          0
38.08/38.18	c   pseudo solutions :       0.00          -          -          0
38.08/38.18	c   oneopt           :       0.01       0.00          0          0
38.08/38.18	c   crossover        :       0.01       0.00          0          0
38.08/38.18	c   guideddiving     :       0.00       0.00          0          0
38.08/38.18	c   linesearchdiving :       0.01       0.00          2          0
38.08/38.18	c   feaspump         :       0.29       0.00          1          0
38.08/38.18	c   coefdiving       :       0.08       0.00          3          0
38.08/38.18	c   pscostdiving     :       0.07       0.00          3          0
38.08/38.18	c   fracdiving       :       0.01       0.00          3          0
38.08/38.18	c   veclendiving     :       0.22       0.00          3          0
38.08/38.18	c   objpscostdiving  :       0.01       0.00          2          0
38.08/38.18	c   rootsoldiving    :       0.02       0.00          2          0
38.08/38.18	c   smallcard        :       0.00       0.00          0          0
38.08/38.18	c   trivial          :       0.00       0.00          2          0
38.08/38.18	c   shiftandpropagate:       0.01       0.00          1          0
38.08/38.18	c   simplerounding   :       0.00       0.00          0          0
38.08/38.18	c   zirounding       :       0.09       0.00          0          0
38.08/38.18	c   rounding         :       0.11       0.00        860          0
38.08/38.18	c   shifting         :       0.08       0.00        238          0
38.08/38.18	c   intshifting      :       0.00       0.00          0          0
38.08/38.18	c   twoopt           :       0.00       0.00          0          0
38.08/38.18	c   indoneopt        :       0.02       0.00          0          0
38.08/38.18	c   indtwoopt        :       0.00       0.00          0          0
38.08/38.18	c   fixandinfer      :       0.00       0.00          0          0
38.08/38.18	c   clique           :       0.00       0.00          0          0
38.08/38.18	c   indcoefdiving    :       0.00       0.00          0          0
38.08/38.18	c   indrounding      :       0.00       0.00          0          0
38.08/38.18	c   nlpdiving        :       0.00       0.00          0          0
38.08/38.18	c   intdiving        :       0.00       0.00          0          0
38.08/38.18	c   actconsdiving    :       0.00       0.00          0          0
38.08/38.18	c   octane           :       0.00       0.00          0          0
38.08/38.18	c   rens             :       0.03       0.00          1          0
38.08/38.18	c   rins             :       0.00       0.00          0          0
38.08/38.18	c   localbranching   :       0.00       0.00          0          0
38.08/38.18	c   mutation         :       0.00       0.00          0          0
38.08/38.18	c   dins             :       0.00       0.00          0          0
38.08/38.18	c   vbounds          :       0.00       0.00          0          0
38.08/38.18	c   undercover       :       0.00       0.00          0          0
38.08/38.18	c   subnlp           :       0.01       0.00          0          0
38.08/38.18	c   trysol           :       0.01       0.00          0          0
38.08/38.18	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
38.08/38.18	c   primal LP        :       0.00          1          0       0.00          -       0.00          1
38.08/38.18	c   dual LP          :      20.26       7654     191189      25.04    9435.08       0.01         18
38.08/38.18	c   lex dual LP      :       0.00          0          0       0.00          -
38.08/38.18	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
38.08/38.18	c   diving/probing LP:       0.65        263       6080      23.12    9374.12
38.08/38.18	c   strong branching :      13.09       2299     118240      51.43    9031.81
38.08/38.18	c     (at root node) :          -         33       6533     197.97          -
38.08/38.18	c   conflict analysis:       0.00          0          0       0.00          -
38.08/38.18	c B&B Tree           :
38.08/38.18	c   number of runs   :          1
38.08/38.18	c   nodes            :       7630
38.08/38.18	c   nodes (total)    :       7630
38.08/38.18	c   nodes left       :          0
38.08/38.18	c   max depth        :         42
38.08/38.18	c   max depth (total):         42
38.08/38.18	c   backtracks       :        916 (12.0%)
38.08/38.18	c   delayed cutoffs  :        101
38.08/38.18	c   repropagations   :      12471 (21364 domain reductions, 99 cutoffs)
38.08/38.18	c   avg switch length:       4.73
38.08/38.18	c   switching time   :       0.45
38.08/38.18	c Solution           :
38.08/38.18	c   Solutions found  :          0 (0 improvements)
38.08/38.18	c   Primal Bound     : infeasible
38.08/38.18	c   Dual Bound       :          -
38.08/38.18	c   Gap              :       0.00 %
38.08/38.18	c   Root Dual Bound  : +0.00000000000000e+00
38.08/38.18	c   Root Iterations  :       3241
38.08/38.19	c Time complete: 38.18.

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

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

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


[startup+0 s]
/proc/loadavg: 2.07 2.04 2.00 3/178 32753
/proc/meminfo: memFree=28126604/32873844 swapFree=7608/7608
[pid=32753] ppid=32751 vsize=10284 CPUtime=0 cores=0,2,4,6
/proc/32753/stat : 32753 (scip-2.1.1.4sfi) R 32751 32753 30878 0 -1 4202496 1321 0 0 0 0 0 0 0 20 0 1 0 268086187 10530816 1275 33554432000 4194304 10169799 140735087715792 140735087581784 8883659 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/32753/statm: 2571 1275 409 1459 0 1103 0

[startup+0.0917789 s]
/proc/loadavg: 2.07 2.04 2.00 3/178 32753
/proc/meminfo: memFree=28126604/32873844 swapFree=7608/7608
[pid=32753] ppid=32751 vsize=27952 CPUtime=0.08 cores=0,2,4,6
/proc/32753/stat : 32753 (scip-2.1.1.4sfi) R 32751 32753 30878 0 -1 4202496 6062 0 0 0 6 2 0 0 20 0 1 0 268086187 28622848 5721 33554432000 4194304 10169799 140735087715792 140735087581784 8961143 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/32753/statm: 6988 5721 689 1459 0 5520 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 27952

[startup+0.100277 s]
/proc/loadavg: 2.07 2.04 2.00 3/178 32753
/proc/meminfo: memFree=28126604/32873844 swapFree=7608/7608
[pid=32753] ppid=32751 vsize=29080 CPUtime=0.09 cores=0,2,4,6
/proc/32753/stat : 32753 (scip-2.1.1.4sfi) R 32751 32753 30878 0 -1 4202496 6396 0 0 0 7 2 0 0 20 0 1 0 268086187 29777920 6051 33554432000 4194304 10169799 140735087715792 140735087581784 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/32753/statm: 7270 6051 761 1459 0 5802 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 29080

[startup+0.300219 s]
/proc/loadavg: 2.07 2.04 2.00 3/178 32753
/proc/meminfo: memFree=28126604/32873844 swapFree=7608/7608
[pid=32753] ppid=32751 vsize=29396 CPUtime=0.29 cores=0,2,4,6
/proc/32753/stat : 32753 (scip-2.1.1.4sfi) R 32751 32753 30878 0 -1 4202496 6561 0 0 0 26 3 0 0 20 0 1 0 268086187 30101504 6209 33554432000 4194304 10169799 140735087715792 140735087581784 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/32753/statm: 7349 6209 778 1459 0 5881 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 29396

[startup+0.700222 s]
/proc/loadavg: 2.07 2.04 2.00 3/178 32753
/proc/meminfo: memFree=28126604/32873844 swapFree=7608/7608
[pid=32753] ppid=32751 vsize=35384 CPUtime=0.69 cores=0,2,4,6
/proc/32753/stat : 32753 (scip-2.1.1.4sfi) R 32751 32753 30878 0 -1 4202496 7960 0 0 0 64 5 0 0 20 0 1 0 268086187 36233216 7608 33554432000 4194304 10169799 140735087715792 140735087581784 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/32753/statm: 8846 7608 813 1459 0 7378 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 35384

[startup+1.50022 s]
/proc/loadavg: 2.07 2.04 2.00 3/179 32754
/proc/meminfo: memFree=28096860/32873844 swapFree=7608/7608
[pid=32753] ppid=32751 vsize=37796 CPUtime=1.49 cores=0,2,4,6
/proc/32753/stat : 32753 (scip-2.1.1.4sfi) R 32751 32753 30878 0 -1 4202496 11251 0 0 0 142 7 0 0 20 0 1 0 268086187 38703104 8298 33554432000 4194304 10169799 140735087715792 140735087711864 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/32753/statm: 9449 8298 853 1459 0 7981 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 37796

[startup+3.10022 s]
/proc/loadavg: 2.07 2.04 2.00 3/179 32754
/proc/meminfo: memFree=28096488/32873844 swapFree=7608/7608
[pid=32753] ppid=32751 vsize=37940 CPUtime=3.09 cores=0,2,4,6
/proc/32753/stat : 32753 (scip-2.1.1.4sfi) R 32751 32753 30878 0 -1 4202496 11299 0 0 0 300 9 0 0 20 0 1 0 268086187 38850560 8346 33554432000 4194304 10169799 140735087715792 140735087710392 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/32753/statm: 9485 8346 854 1459 0 8017 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 37940

[startup+6.30022 s]
/proc/loadavg: 2.07 2.04 2.00 3/179 32754
/proc/meminfo: memFree=28096248/32873844 swapFree=7608/7608
[pid=32753] ppid=32751 vsize=37940 CPUtime=6.28 cores=0,2,4,6
/proc/32753/stat : 32753 (scip-2.1.1.4sfi) R 32751 32753 30878 0 -1 4202496 11304 0 0 0 617 11 0 0 20 0 1 0 268086187 38850560 8351 33554432000 4194304 10169799 140735087715792 140735087710296 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/32753/statm: 9485 8351 855 1459 0 8017 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 37940

[startup+12.7002 s]
/proc/loadavg: 2.06 2.03 2.00 3/179 32754
/proc/meminfo: memFree=28096140/32873844 swapFree=7608/7608
[pid=32753] ppid=32751 vsize=38364 CPUtime=12.68 cores=0,2,4,6
/proc/32753/stat : 32753 (scip-2.1.1.4sfi) R 32751 32753 30878 0 -1 4202496 11395 0 0 0 1247 21 0 0 20 0 1 0 268086187 39284736 8439 33554432000 4194304 10169799 140735087715792 140735087710392 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/32753/statm: 9591 8439 855 1459 0 8123 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 38364

[startup+25.5002 s]
/proc/loadavg: 2.11 2.05 2.01 3/179 32754
/proc/meminfo: memFree=28095156/32873844 swapFree=7608/7608
[pid=32753] ppid=32751 vsize=39548 CPUtime=25.48 cores=0,2,4,6
/proc/32753/stat : 32753 (scip-2.1.1.4sfi) R 32751 32753 30878 0 -1 4202496 11702 0 0 0 2477 71 0 0 20 0 1 0 268086187 40497152 8746 33554432000 4194304 10169799 140735087715792 140735087710360 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/32753/statm: 9887 8746 855 1459 0 8419 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 39548

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

[startup+31.9063 s]
/proc/loadavg: 2.11 2.05 2.01 3/179 32754
/proc/meminfo: memFree=28094908/32873844 swapFree=7608/7608
[pid=32753] ppid=32751 vsize=39688 CPUtime=31.89 cores=0,2,4,6
/proc/32753/stat : 32753 (scip-2.1.1.4sfi) R 32751 32753 30878 0 -1 4202496 11744 0 0 0 3096 93 0 0 20 0 1 0 268086187 40640512 8788 33554432000 4194304 10169799 140735087715792 140735087710200 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/32753/statm: 9922 8788 855 1459 0 8454 0
Current children cumulated CPU time (s) 31.89
Current children cumulated vsize (KiB) 39688

[startup+35.1002 s]
/proc/loadavg: 2.10 2.05 2.01 3/179 32754
/proc/meminfo: memFree=28093792/32873844 swapFree=7608/7608
[pid=32753] ppid=32751 vsize=40840 CPUtime=35.09 cores=0,2,4,6
/proc/32753/stat : 32753 (scip-2.1.1.4sfi) R 32751 32753 30878 0 -1 4202496 12022 0 0 0 3401 108 0 0 20 0 1 0 268086187 41820160 9066 33554432000 4194304 10169799 140735087715792 140735087713416 8961143 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/32753/statm: 10210 9066 855 1459 0 8742 0
Current children cumulated CPU time (s) 35.09
Current children cumulated vsize (KiB) 40840

[startup+36.7002 s]
/proc/loadavg: 2.10 2.05 2.01 3/179 32754
/proc/meminfo: memFree=28093792/32873844 swapFree=7608/7608
[pid=32753] ppid=32751 vsize=40840 CPUtime=36.68 cores=0,2,4,6
/proc/32753/stat : 32753 (scip-2.1.1.4sfi) R 32751 32753 30878 0 -1 4202496 12030 0 0 0 3555 113 0 0 20 0 1 0 268086187 41820160 9074 33554432000 4194304 10169799 140735087715792 140735087710200 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/32753/statm: 10210 9074 855 1459 0 8742 0
Current children cumulated CPU time (s) 36.68
Current children cumulated vsize (KiB) 40840

[startup+37.5002 s]
/proc/loadavg: 2.10 2.05 2.01 3/179 32754
/proc/meminfo: memFree=28093792/32873844 swapFree=7608/7608
[pid=32753] ppid=32751 vsize=40840 CPUtime=37.48 cores=0,2,4,6
/proc/32753/stat : 32753 (scip-2.1.1.4sfi) R 32751 32753 30878 0 -1 4202496 12039 0 0 0 3633 115 0 0 20 0 1 0 268086187 41820160 9083 33554432000 4194304 10169799 140735087715792 140735087710200 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/32753/statm: 10210 9083 855 1459 0 8742 0
Current children cumulated CPU time (s) 37.48
Current children cumulated vsize (KiB) 40840

[startup+37.9003 s]
/proc/loadavg: 2.10 2.05 2.01 3/179 32754
/proc/meminfo: memFree=28093792/32873844 swapFree=7608/7608
[pid=32753] ppid=32751 vsize=40840 CPUtime=37.88 cores=0,2,4,6
/proc/32753/stat : 32753 (scip-2.1.1.4sfi) R 32751 32753 30878 0 -1 4202496 12046 0 0 0 3672 116 0 0 20 0 1 0 268086187 41820160 9088 33554432000 4194304 10169799 140735087715792 140735087710200 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/32753/statm: 10210 9088 855 1459 0 8742 0
Current children cumulated CPU time (s) 37.88
Current children cumulated vsize (KiB) 40840

[startup+38.1002 s]
/proc/loadavg: 2.10 2.05 2.01 3/179 32754
/proc/meminfo: memFree=28093792/32873844 swapFree=7608/7608
[pid=32753] ppid=32751 vsize=40840 CPUtime=38.08 cores=0,2,4,6
/proc/32753/stat : 32753 (scip-2.1.1.4sfi) R 32751 32753 30878 0 -1 4202496 12047 0 0 0 3691 117 0 0 20 0 1 0 268086187 41820160 9089 33554432000 4194304 10169799 140735087715792 140735087710200 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/32753/statm: 10210 9089 855 1459 0 8742 0
Current children cumulated CPU time (s) 38.08
Current children cumulated vsize (KiB) 40840

Child status: 0
Real time (s): 38.1971
CPU time (s): 38.1892
CPU user time (s): 37.0044
CPU system time (s): 1.18482
CPU usage (%): 99.9793
Max. virtual memory (cumulated for all children) (KiB): 40840

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 37.0044
system time used= 1.18482
maximum resident set size= 43292
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12054
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= 5
involuntary context switches= 41

runsolver used 0.05999 second user time and 0.159975 second system time

The end

Launcher Data

Begin job on node135 at 2012-05-26 10:06:54
IDJOB=3692747
IDBENCH=1318
IDSOLVER=2272
FILE ID=node135/3692747-1338019614
RUNJOBID= node135-1338017247-31465
PBS_JOBID= 14624262
Free space on /tmp= 71500 MiB

SOLVER NAME= SCIP spx standard SCIP 2.1.1.4. with SoPlex 1.6.0.3 standard fixed
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900552423.opb
COMMAND LINE= HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3692747-1338019614/watcher-3692747-1338019614 -o /tmp/evaluation-result-3692747-1338019614/solver-3692747-1338019614 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3692747-1338019614.opb -t 1800 -m 15500

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

MD5SUM BENCH= e3ac612b47921d8ce26a7ef2a453205c
RANDOM SEED=449251217

node135.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.820
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.64
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.820
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	: 5332.57
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.820
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	: 5332.55
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.820
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	: 5332.55
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.820
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	: 5332.54
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.820
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	: 5332.55
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.820
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	: 5238.35
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.820
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28127396 kB
Buffers:          239992 kB
Cached:          3675088 kB
SwapCached:            0 kB
Active:           960692 kB
Inactive:        3010080 kB
Active(anon):      58180 kB
Inactive(anon):        0 kB
Active(file):     902512 kB
Inactive(file):  3010080 kB
Unevictable:        7608 kB
Mlocked:            7608 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             13720 kB
Writeback:             0 kB
AnonPages:         63100 kB
Mapped:            17836 kB
Shmem:               212 kB
Slab:             636724 kB
SReclaimable:      79024 kB
SUnreclaim:       557700 kB
KernelStack:        1496 kB
PageTables:         3840 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     168272 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:     36864 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= 71488 MiB
End job on node135 at 2012-05-26 10:07:32