Trace number 3447769

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 SCIP 2.0.1.4. with SoPlex 1.5.0.4? (TO) 1800.06 1800.01

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900577940--soft-33-100-0.wbo
MD5SUM426e5957e411ffe2f76bd332943fd07d
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark124.917
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints1816
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
Top cost 92461
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 92460
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 661
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

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c SCIP version 2.0.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.4]
0.00/0.00	c Copyright (c) 2002-2011 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3447769-1307897740.wbo>
0.00/0.02	c original problem has 2047 variables (2047 bin, 0 int, 0 impl, 0 cont) and 2708 constraints
0.00/0.02	c problem read
0.00/0.02	c presolving settings loaded
0.03/0.04	c presolving:
0.03/0.05	c (round 1) 0 del vars, 1 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 142 impls, 6 clqs
0.03/0.08	c (round 2) 0 del vars, 124 del conss, 0 add conss, 1816 chg bounds, 53 chg sides, 0 chg coeffs, 0 upgd conss, 142 impls, 6 clqs
0.03/0.09	c (round 3) 106 del vars, 209 del conss, 0 add conss, 1844 chg bounds, 110 chg sides, 0 chg coeffs, 0 upgd conss, 142 impls, 6 clqs
0.09/0.10	c (round 4) 162 del vars, 209 del conss, 0 add conss, 1844 chg bounds, 110 chg sides, 0 chg coeffs, 845 upgd conss, 142 impls, 6 clqs
0.09/0.11	c (round 5) 162 del vars, 216 del conss, 0 add conss, 1844 chg bounds, 110 chg sides, 0 chg coeffs, 845 upgd conss, 142 impls, 6 clqs
0.09/0.15	c    (0.2s) probing: 101/1966 (5.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.15	c    (0.2s) probing aborted: 100/100 successive totally useless probings
0.09/0.15	c presolving (6 rounds):
0.09/0.15	c  162 deleted vars, 216 deleted constraints, 0 added constraints, 1844 tightened bounds, 0 added holes, 110 changed sides, 0 changed coefficients
0.09/0.15	c  1877 implications, 6 cliques
0.09/0.15	c presolved problem has 3701 variables (1966 bin, 0 int, 1735 impl, 0 cont) and 4308 constraints
0.09/0.15	c      41 constraints of type <setppc>
0.09/0.15	c    1735 constraints of type <linear>
0.09/0.15	c    1735 constraints of type <indicator>
0.09/0.15	c     797 constraints of type <logicor>
0.09/0.15	c transformed objective value is always integral (scale: 1)
0.09/0.15	c Presolving Time: 0.13
0.09/0.15	c - non default parameters ----------------------------------------------------------------------
0.09/0.15	c # SCIP version 2.0.1.4
0.09/0.15	c 
0.09/0.15	c # frequency for displaying node information lines
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.15	c display/freq = 10000
0.09/0.15	c 
0.09/0.15	c # maximal time in seconds to run
0.09/0.15	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.15	c limits/time = 1800
0.09/0.15	c 
0.09/0.15	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.15	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.15	c limits/memory = 13950
0.09/0.15	c 
0.09/0.15	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.15	c # [type: int, range: [1,2], default: 1]
0.09/0.15	c timing/clocktype = 2
0.09/0.15	c 
0.09/0.15	c # belongs reading time to solving time?
0.09/0.15	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.15	c timing/reading = TRUE
0.09/0.15	c 
0.09/0.15	c # should presolving try to simplify inequalities
0.09/0.15	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.15	c constraints/linear/simplifyinequalities = TRUE
0.09/0.15	c 
0.09/0.15	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.15	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.15	c constraints/indicator/addCouplingCons = TRUE
0.09/0.15	c 
0.09/0.15	c # should presolving try to simplify knapsacks
0.09/0.15	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.15	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.15	c 
0.09/0.15	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.15	c separating/rapidlearning/freq = 0
0.09/0.15	c 
0.09/0.15	c -----------------------------------------------------------------------------------------------
0.09/0.15	c start solving
0.09/0.16	c 
0.09/0.18	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.18	c   0.2s|     1 |     0 |    58 |     - |  12M|   0 |  34 |3701 |6065 |3701 |2573 |   0 |  22 |   0 | 0.000000e+00 |      --      |    Inf 
0.19/0.21	o 88205
0.19/0.21	c y 0.2s|     1 |     0 |   208 |     - |  12M|   0 |  34 |3701 |6065 |3701 |2573 |   0 |  22 |   0 | 0.000000e+00 | 8.820500e+04 |    Inf 
0.39/0.40	c   0.4s|     1 |     0 |   238 |     - |  13M|   0 |  45 |3701 |6065 |3701 |2583 |  10 |  22 |   0 | 0.000000e+00 | 8.820500e+04 |    Inf 
0.49/0.52	c   0.5s|     1 |     0 |   372 |     - |  14M|   0 |  45 |3701 |6065 |3701 |2586 |  13 |  22 |   0 | 0.000000e+00 | 8.820500e+04 |    Inf 
0.69/0.74	c   0.7s|     1 |     0 |   386 |     - |  14M|   0 |  47 |3701 |6065 |3701 |2591 |  18 |  22 |   0 | 0.000000e+00 | 8.820500e+04 |    Inf 
0.89/0.96	c   1.0s|     1 |     0 |   405 |     - |  15M|   0 |  49 |3701 |6065 |3701 |2596 |  23 |  22 |   0 | 0.000000e+00 | 8.820500e+04 |    Inf 
1.19/1.23	c   1.2s|     1 |     0 |   427 |     - |  15M|   0 |  55 |3701 |6065 |3701 |2601 |  28 |  22 |   0 | 0.000000e+00 | 8.820500e+04 |    Inf 
1.49/1.51	c   1.5s|     1 |     0 |   431 |     - |  15M|   0 |  59 |3701 |6065 |3701 |2605 |  32 |  22 |   0 | 0.000000e+00 | 8.820500e+04 |    Inf 
1.79/1.85	c   1.9s|     1 |     2 |   431 |     - |  15M|   0 |  59 |3701 |6065 |3701 |2605 |  32 |  22 |   9 | 0.000000e+00 | 8.820500e+04 |    Inf 
4.19/4.29	o 309
4.19/4.29	c r 4.3s|    47 |    37 |  2671 |  48.7 |  17M|  19 |   1 |3701 |6065 |3701 |2634 | 152 |  22 | 290 | 0.000000e+00 | 3.090000e+02 |    Inf 
4.19/4.30	o 297
4.19/4.30	c f 4.3s|    47 |    39 |  2690 |  49.1 |  18M|  19 |   - |3701 |6065 |3701 |2634 | 152 |  22 | 290 | 0.000000e+00 | 2.970000e+02 |    Inf 
4.69/4.79	o 245
4.69/4.79	c * 4.8s|    60 |    42 |  3298 |  48.6 |  18M|  19 |   - |3701 |6067 |3701 |2639 | 197 |  24 | 359 | 0.000000e+00 | 2.450000e+02 |    Inf 
6.89/6.90	o 158
6.89/6.90	c * 6.9s|   113 |    77 |  6174 |  51.3 |  19M|  22 |   - |3701 |6076 |3701 |2611 | 313 |  33 | 654 | 0.000000e+00 | 1.580000e+02 |    Inf 
6.89/6.96	o 123
6.89/6.96	c * 7.0s|   116 |    73 |  6277 |  50.8 |  20M|  22 |   - |3701 |6076 |3701 |2605 | 324 |  33 | 654 | 0.000000e+00 | 1.230000e+02 |    Inf 
6.99/7.04	o 85
6.99/7.04	c * 7.0s|   118 |    63 |  6386 |  50.9 |  20M|  22 |   - |3701 |6076 |3701 |2614 | 344 |  33 | 657 | 0.000000e+00 | 8.500000e+01 |    Inf 
6.99/7.07	o 78
6.99/7.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
6.99/7.07	c * 7.1s|   120 |    58 |  6456 |  50.6 |  20M|  22 |   - |3701 |5564 |3701 |2595 | 345 |  33 | 657 | 0.000000e+00 | 7.800000e+01 |    Inf 
7.09/7.17	o 71
7.09/7.17	c * 7.2s|   133 |    52 |  6569 |  46.5 |  20M|  27 |   - |3701 |5348 |3701 |2595 | 346 |  41 | 663 | 0.000000e+00 | 7.100000e+01 |    Inf 
19.69/19.72	o 62
19.69/19.72	c *19.7s|  2002 |   167 | 26102 |  12.8 |  25M|  46 |   - |3701 |6028 |3701 |2594 | 508 |1655 |1528 | 0.000000e+00 | 6.200000e+01 |    Inf 
38.19/38.29	o 58
38.19/38.29	c *38.3s|  6261 |   412 | 70622 |  11.2 |  29M|  50 |   - |3701 |7059 |3701 |2596 | 908 |6481 |1639 | 0.000000e+00 | 5.800000e+01 |    Inf 
38.39/38.40	o 39
38.39/38.40	c *38.4s|  6282 |   398 | 70801 |  11.2 |  29M|  50 |   - |3701 |6874 |3701 |2602 | 916 |6504 |1639 | 0.000000e+00 | 3.900000e+01 |    Inf 
38.50/38.58	o 28
38.50/38.58	c *38.6s|  6305 |   385 | 71425 |  11.3 |  28M|  50 |   - |3701 |6160 |3701 |2597 | 919 |6523 |1639 | 0.000000e+00 | 2.800000e+01 |    Inf 
41.60/41.70	o 19
41.60/41.70	c *41.7s|  6899 |   365 | 84220 |  12.1 |  28M|  50 |   - |3701 |4999 |3701 |2595 | 924 |7275 |1647 | 0.000000e+00 | 1.900000e+01 |    Inf 
42.39/42.42	o 13
42.39/42.42	c *42.4s|  7053 |   326 | 87298 |  12.3 |  28M|  50 |   - |3701 |4443 |3701 |2594 | 924 |7442 |1654 | 0.000000e+00 | 1.300000e+01 |    Inf 
42.39/42.47	o 7
42.39/42.47	c *42.5s|  7073 |   307 | 87434 |  12.3 |  27M|  50 |   - |3701 |4252 |3701 |2595 | 925 |7465 |1654 | 0.000000e+00 | 7.000000e+00 |    Inf 
54.59/54.68	c  54.7s| 10000 |   317 |146199 |  14.6 |  27M|  51 |  23 |3701 |5741 |3701 |2594 | 925 |  10k|1730 | 0.000000e+00 | 7.000000e+00 |    Inf 
89.29/89.32	o 6
89.29/89.32	c *89.3s| 18341 |   385 |308223 |  16.8 |  30M|  68 |   - |3701 |8652 |3701 |2597 | 930 |  21k|2000 | 0.000000e+00 | 6.000000e+00 |    Inf 
90.29/90.37	o 3
90.29/90.37	c *90.4s| 18565 |   354 |313102 |  16.8 |  29M|  68 |   - |3701 |8718 |3701 |2594 | 930 |  22k|2006 | 0.000000e+00 | 3.000000e+00 |    Inf 
96.19/96.20	c  96.2s| 20000 |   398 |340763 |  17.0 |  29M|  68 |  26 |3701 |9164 |3701 |2594 | 930 |  23k|2071 | 0.000000e+00 | 3.000000e+00 |    Inf 
122.89/122.98	o 1
122.89/122.98	c * 123s| 26513 |   441 |461489 |  17.4 |  30M|  68 |   - |3701 |  12k|3701 |2594 | 934 |  32k|2418 | 0.000000e+00 | 1.000000e+00 |    Inf 
136.40/136.40	c   136s| 30000 |   520 |518434 |  17.3 |  31M|  68 |  37 |3701 |  13k|3701 |2594 | 934 |  36k|2563 | 0.000000e+00 | 1.000000e+00 |    Inf 
172.40/172.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
172.40/172.47	c   172s| 40000 |   691 |668255 |  16.7 |  34M|  68 |  29 |3701 |  16k|3701 |2594 | 934 |  50k|3001 | 0.000000e+00 | 1.000000e+00 |    Inf 
207.59/207.61	c   208s| 50000 |   675 |811767 |  16.2 |  34M|  68 |  27 |3701 |  16k|3701 |2594 | 934 |  64k|3335 | 0.000000e+00 | 1.000000e+00 |    Inf 
243.20/243.22	c   243s| 60000 |   534 |958804 |  16.0 |  33M|  68 |   - |3701 |  14k|3701 |2594 | 934 |  77k|3638 | 0.000000e+00 | 1.000000e+00 |    Inf 
278.39/278.48	c   278s| 70000 |   452 |  1101k|  15.7 |  34M|  68 |  30 |3701 |  17k|3701 |2594 | 934 |  90k|4006 | 0.000000e+00 | 1.000000e+00 |    Inf 
313.30/313.36	c   313s| 80000 |   298 |  1245k|  15.6 |  32M|  69 |  35 |3701 |  16k|3701 |2594 | 934 | 104k|4234 | 0.000000e+00 | 1.000000e+00 |    Inf 
353.00/353.01	c   353s| 90000 |   276 |  1413k|  15.7 |  31M|  69 |   - |3701 |  14k|   0 |   0 | 934 | 117k|4772 | 0.000000e+00 | 1.000000e+00 |    Inf 
392.70/392.77	c   393s|100000 |   216 |  1590k|  15.9 |  33M|  69 |   - |3701 |  19k|3701 |2594 | 934 | 130k|5010 | 0.000000e+00 | 1.000000e+00 |    Inf 
429.30/429.31	c   429s|110000 |   232 |  1743k|  15.8 |  35M|  69 |  30 |3701 |  24k|3701 |2594 | 934 | 143k|5289 | 0.000000e+00 | 1.000000e+00 |    Inf 
467.30/467.36	c   467s|120000 |   267 |  1903k|  15.9 |  37M|  69 |  40 |3701 |  28k|3701 |2594 | 934 | 156k|5472 | 0.000000e+00 | 1.000000e+00 |    Inf 
508.21/508.27	c   508s|130000 |   269 |  2072k|  15.9 |  39M|  69 |  34 |3701 |  32k|3701 |2594 | 934 | 170k|5752 | 0.000000e+00 | 1.000000e+00 |    Inf 
548.10/548.16	c   548s|140000 |   225 |  2233k|  15.9 |  38M|  69 |   - |3701 |  30k|3701 |2594 | 934 | 183k|5945 | 0.000000e+00 | 1.000000e+00 |    Inf 
589.51/589.57	c   590s|150000 |   235 |  2403k|  16.0 |  39M|  69 |   - |3701 |  32k|3701 |2594 | 934 | 196k|6184 | 0.000000e+00 | 1.000000e+00 |    Inf 
633.70/633.75	c   634s|160000 |   274 |  2588k|  16.2 |  41M|  69 |  12 |3701 |  36k|3701 |2594 | 934 | 209k|6440 | 0.000000e+00 | 1.000000e+00 |    Inf 
673.71/673.80	c   674s|170000 |   295 |  2741k|  16.1 |  42M|  69 |   - |3701 |  39k|3701 |2594 | 934 | 222k|6622 | 0.000000e+00 | 1.000000e+00 |    Inf 
714.71/714.70	c   715s|180000 |   332 |  2896k|  16.1 |  44M|  69 |   - |3701 |  42k|3701 |2594 | 934 | 235k|6766 | 0.000000e+00 | 1.000000e+00 |    Inf 
756.61/756.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
756.61/756.69	c   757s|190000 |   300 |  3055k|  16.1 |  44M|  69 |   - |3701 |  43k|3701 |2594 | 934 | 248k|6943 | 0.000000e+00 | 1.000000e+00 |    Inf 
803.22/803.22	c   803s|200000 |   385 |  3249k|  16.2 |  47M|  69 |   - |3701 |  47k|3701 |2594 | 934 | 261k|7181 | 0.000000e+00 | 1.000000e+00 |    Inf 
848.41/848.42	c   848s|210000 |   331 |  3433k|  16.3 |  46M|  69 |   - |3701 |  45k|3701 |2594 | 934 | 274k|7332 | 0.000000e+00 | 1.000000e+00 |    Inf 
891.81/891.84	c   892s|220000 |   307 |  3604k|  16.4 |  46M|  69 |   - |3701 |  46k|3701 |2594 | 934 | 287k|7511 | 0.000000e+00 | 1.000000e+00 |    Inf 
937.62/937.63	c   938s|230000 |   263 |  3783k|  16.4 |  46M|  69 |   - |3701 |  46k|3701 |2594 | 934 | 300k|7738 | 0.000000e+00 | 1.000000e+00 |    Inf 
987.51/987.55	c   988s|240000 |   325 |  3993k|  16.6 |  48M|  69 |   - |3701 |  49k|3701 |2594 | 934 | 313k|7917 | 0.000000e+00 | 1.000000e+00 |    Inf 
1039.12/1039.11	c  1039s|250000 |   400 |  4212k|  16.8 |  50M|  69 |   - |3701 |  54k|3701 |2594 | 934 | 326k|8092 | 0.000000e+00 | 1.000000e+00 |    Inf 
1089.02/1089.01	c  1089s|260000 |   458 |  4411k|  17.0 |  51M|  69 |  22 |3701 |  55k|3701 |2594 | 934 | 339k|8282 | 0.000000e+00 | 1.000000e+00 |    Inf 
1140.12/1140.14	c  1140s|270000 |   603 |  4619k|  17.1 |  54M|  69 |   - |3701 |  58k|3701 |2594 | 934 | 353k|8438 | 0.000000e+00 | 1.000000e+00 |    Inf 
1188.52/1188.55	c  1189s|280000 |   558 |  4814k|  17.2 |  55M|  69 |   - |3701 |  60k|3701 |2594 | 934 | 368k|8604 | 0.000000e+00 | 1.000000e+00 |    Inf 
1238.42/1238.44	c  1238s|290000 |   491 |  5013k|  17.3 |  52M|  69 |  34 |3701 |  55k|3701 |2594 | 934 | 382k|8747 | 0.000000e+00 | 1.000000e+00 |    Inf 
1288.92/1288.92	c  1289s|300000 |   485 |  5208k|  17.4 |  53M|  69 |  22 |3701 |  56k|3701 |2594 | 934 | 396k|8904 | 0.000000e+00 | 1.000000e+00 |    Inf 
1338.33/1338.36	c  1338s|310000 |   433 |  5408k|  17.4 |  52M|  69 |   - |3701 |  55k|3701 |2594 | 934 | 409k|9069 | 0.000000e+00 | 1.000000e+00 |    Inf 
1386.73/1386.70	c  1387s|320000 |   417 |  5604k|  17.5 |  51M|  72 |  30 |3701 |  52k|3701 |2594 | 934 | 423k|9232 | 0.000000e+00 | 1.000000e+00 |    Inf 
1435.43/1435.45	c  1435s|330000 |   344 |  5805k|  17.6 |  50M|  72 |  36 |3701 |  52k|3701 |2594 | 934 | 436k|9399 | 0.000000e+00 | 1.000000e+00 |    Inf 
1484.23/1484.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1484.23/1484.28	c  1484s|340000 |   371 |  6016k|  17.7 |  51M|  72 |   - |3701 |  54k|3701 |2594 | 934 | 449k|9538 | 0.000000e+00 | 1.000000e+00 |    Inf 
1531.93/1531.90	c  1532s|350000 |   298 |  6215k|  17.8 |  51M|  72 |   - |3701 |  54k|3701 |2594 | 934 | 462k|9707 | 0.000000e+00 | 1.000000e+00 |    Inf 
1579.64/1579.64	c  1580s|360000 |   235 |  6409k|  17.8 |  47M|  72 |   - |3701 |  45k|3701 |2594 | 934 | 475k|9867 | 0.000000e+00 | 1.000000e+00 |    Inf 
1623.73/1623.71	c  1624s|370000 |   264 |  6582k|  17.8 |  48M|  72 |   - |3701 |  49k|3701 |2594 | 934 | 487k|9970 | 0.000000e+00 | 1.000000e+00 |    Inf 
1668.23/1668.20	c  1668s|380000 |   219 |  6758k|  17.8 |  49M|  72 |   - |3701 |  51k|3701 |2594 | 934 | 500k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1716.64/1716.60	c  1717s|390000 |   259 |  6951k|  17.8 |  52M|  72 |   - |3701 |  57k|3701 |2594 | 934 | 512k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1765.04/1765.06	c  1765s|400000 |   278 |  7136k|  17.8 |  52M|  72 |   - |3701 |  57k|3701 |2594 | 934 | 525k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1800.04/1800.00	c 
1800.04/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.04/1800.00	c Solving Time (sec) : 1800.00
1800.04/1800.00	c Solving Nodes      : 407167
1800.04/1800.00	c Primal Bound       : +1.00000000000000e+00 (261 solutions)
1800.04/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.04/1800.00	c Gap                : infinite

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

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.02 3/176 12780
/proc/meminfo: memFree=3193260/32951124 swapFree=67054264/67111528
[pid=12780] ppid=12778 vsize=10328 CPUtime=0 cores=0,2,4,6
/proc/12780/stat : 12780 (scip-2.0.1.4.li) R 12778 12780 12607 0 -1 4202496 1568 0 0 0 0 0 0 0 25 0 1 0 882189878 10575872 1521 33554432000 4194304 9128323 140736495096480 18446744073709551615 7980987 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/12780/statm: 2582 1521 399 1205 0 1373 0

[startup+0.0403559 s]
/proc/loadavg: 2.00 2.00 2.02 3/176 12780
/proc/meminfo: memFree=3193260/32951124 swapFree=67054264/67111528
[pid=12780] ppid=12778 vsize=25436 CPUtime=0.03 cores=0,2,4,6
/proc/12780/stat : 12780 (scip-2.0.1.4.li) R 12778 12780 12607 0 -1 4202496 5087 0 0 0 3 0 0 0 25 0 1 0 882189878 26046464 5038 33554432000 4194304 9128323 140736495096480 18446744073709551615 5088772 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12780/statm: 6359 5057 474 1205 0 5150 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 25436

[startup+0.100323 s]
/proc/loadavg: 2.00 2.00 2.02 3/176 12780
/proc/meminfo: memFree=3193260/32951124 swapFree=67054264/67111528
[pid=12780] ppid=12778 vsize=31728 CPUtime=0.09 cores=0,2,4,6
/proc/12780/stat : 12780 (scip-2.0.1.4.li) R 12778 12780 12607 0 -1 4202496 6915 0 0 0 9 0 0 0 25 0 1 0 882189878 32489472 6609 33554432000 4194304 9128323 140736495096480 18446744073709551615 5196656 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12780/statm: 7932 6609 527 1205 0 6723 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 31728

[startup+0.300286 s]
/proc/loadavg: 2.00 2.00 2.02 3/176 12780
/proc/meminfo: memFree=3193260/32951124 swapFree=67054264/67111528
[pid=12780] ppid=12778 vsize=43460 CPUtime=0.29 cores=0,2,4,6
/proc/12780/stat : 12780 (scip-2.0.1.4.li) R 12778 12780 12607 0 -1 4202496 10237 0 0 0 28 1 0 0 25 0 1 0 882189878 44503040 9833 33554432000 4194304 9128323 140736495096480 18446744073709551615 7980987 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12780/statm: 10865 9836 701 1205 0 9656 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 43460

[startup+0.700227 s]
/proc/loadavg: 2.00 2.00 2.02 3/176 12780
/proc/meminfo: memFree=3193260/32951124 swapFree=67054264/67111528
[pid=12780] ppid=12778 vsize=46404 CPUtime=0.69 cores=0,2,4,6
/proc/12780/stat : 12780 (scip-2.0.1.4.li) R 12778 12780 12607 0 -1 4202496 17688 0 0 0 67 2 0 0 25 0 1 0 882189878 47517696 10604 33554432000 4194304 9128323 140736495096480 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12780/statm: 11601 10604 728 1205 0 10392 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 46404

[startup+1.50107 s]
/proc/loadavg: 2.00 2.00 2.02 4/178 12782
/proc/meminfo: memFree=3088816/32951124 swapFree=67054264/67111528
[pid=12780] ppid=12778 vsize=48992 CPUtime=1.49 cores=0,2,4,6
/proc/12780/stat : 12780 (scip-2.0.1.4.li) R 12778 12780 12607 0 -1 4202496 18317 0 0 0 147 2 0 0 25 0 1 0 882189878 50167808 11230 33554432000 4194304 9128323 140736495096480 18446744073709551615 8008930 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12780/statm: 12248 11230 728 1205 0 11039 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 48992

[startup+3.10076 s]
/proc/loadavg: 2.00 2.00 2.02 4/178 12782
/proc/meminfo: memFree=3065132/32951124 swapFree=67054264/67111528
[pid=12780] ppid=12778 vsize=71992 CPUtime=3.09 cores=0,2,4,6
/proc/12780/stat : 12780 (scip-2.0.1.4.li) R 12778 12780 12607 0 -1 4202496 23765 0 0 0 305 4 0 0 25 0 1 0 882189878 73719808 16678 33554432000 4194304 9128323 140736495096480 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12780/statm: 17998 16678 739 1205 0 16789 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 71992

[startup+6.3002 s]
/proc/loadavg: 2.00 2.00 2.02 4/178 12782
/proc/meminfo: memFree=3065160/32951124 swapFree=67054264/67111528
[pid=12780] ppid=12778 vsize=71992 CPUtime=6.29 cores=0,2,4,6
/proc/12780/stat : 12780 (scip-2.0.1.4.li) R 12778 12780 12607 0 -1 4202496 23769 0 0 0 623 6 0 0 25 0 1 0 882189878 73719808 16682 33554432000 4194304 9128323 140736495096480 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12780/statm: 17998 16682 743 1205 0 16789 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 71992

[startup+12.7011 s]
/proc/loadavg: 2.00 2.00 2.02 4/178 12782
/proc/meminfo: memFree=3064056/32951124 swapFree=67054264/67111528
[pid=12780] ppid=12778 vsize=71544 CPUtime=12.69 cores=0,2,4,6
/proc/12780/stat : 12780 (scip-2.0.1.4.li) R 12778 12780 12607 0 -1 4202496 26314 0 0 0 1258 11 0 0 25 0 1 0 882189878 73261056 16954 33554432000 4194304 9128323 140736495096480 18446744073709551615 5333037 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12780/statm: 17886 16954 743 1205 0 16677 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 71544

[startup+25.5008 s]
/proc/loadavg: 2.00 2.00 2.02 4/178 12783
/proc/meminfo: memFree=3063688/32951124 swapFree=67054264/67111528
[pid=12780] ppid=12778 vsize=71544 CPUtime=25.5 cores=0,2,4,6
/proc/12780/stat : 12780 (scip-2.0.1.4.li) R 12778 12780 12607 0 -1 4202496 33652 0 0 0 2533 17 0 0 25 0 1 0 882189878 73261056 16983 33554432000 4194304 9128323 140736495096480 18446744073709551615 6712766 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12780/statm: 17886 16983 743 1205 0 16677 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 71544

[startup+51.1012 s]
/proc/loadavg: 2.00 2.00 2.02 4/178 12783
/proc/meminfo: memFree=3056040/32951124 swapFree=67054264/67111528
[pid=12780] ppid=12778 vsize=79800 CPUtime=51.09 cores=0,2,4,6
/proc/12780/stat : 12780 (scip-2.0.1.4.li) R 12778 12780 12607 0 -1 4202496 52834 0 0 0 5078 31 0 0 25 0 1 0 882189878 81715200 19019 33554432000 4194304 9128323 140736495096480 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12780/statm: 19950 19019 743 1205 0 18741 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 79800

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.01 4/178 12785
/proc/meminfo: memFree=3050708/32951124 swapFree=67054264/67111528
[pid=12780] ppid=12778 vsize=84552 CPUtime=102.3 cores=0,2,4,6
/proc/12780/stat : 12780 (scip-2.0.1.4.li) R 12778 12780 12607 0 -1 4202496 69930 0 0 0 10159 71 0 0 25 0 1 0 882189878 86581248 20217 33554432000 4194304 9128323 140736495096480 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12780/statm: 21138 20217 743 1205 0 19929 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 84552

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.01 4/178 12786
/proc/meminfo: memFree=3043096/32951124 swapFree=67054264/67111528
[pid=12780] ppid=12778 vsize=89756 CPUtime=162.29 cores=0,2,4,6
/proc/12780/stat : 12780 (scip-2.0.1.4.li) R 12778 12780 12607 0 -1 4202496 85036 0 0 0 16119 110 0 0 25 0 1 0 882189878 91910144 21545 33554432000 4194304 9128323 140736495096480 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12780/statm: 22439 21545 743 1205 0 21230 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 89756

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 12788
/proc/meminfo: memFree=3034240/32951124 swapFree=67054264/67111528
[pid=12780] ppid=12778 vsize=92976 CPUtime=222.29 cores=0,2,4,6
/proc/12780/stat : 12780 (scip-2.0.1.4.li) R 12778 12780 12607 0 -1 4202496 92818 0 0 0 22077 152 0 0 25 0 1 0 882189878 95207424 22347 33554432000 4194304 9128323 140736495096480 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12780/statm: 23244 22347 743 1205 0 22035 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 92976

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 12789
/proc/meminfo: memFree=3031076/32951124 swapFree=67054264/67111528
[pid=12780] ppid=12778 vsize=94628 CPUtime=282.29 cores=0,2,4,6
/proc/12780/stat : 12780 (scip-2.0.1.4.li) R 12778 12780 12607 0 -1 4202496 93199 0 0 0 28039 190 0 0 25 0 1 0 882189878 96899072 22728 33554432000 4194304 9128323 140736495096480 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12780/statm: 23657 22728 743 1205 0 22448 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 94628

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 12800
/proc/meminfo: memFree=3029204/32951124 swapFree=67054264/67111528
[pid=12780] ppid=12778 vsize=95364 CPUtime=342.3 cores=0,2,4,6
/proc/12780/stat : 12780 (scip-2.0.1.4.li) R 12778 12780 12607 0 -1 4202496 95318 0 0 0 34001 229 0 0 25 0 1 0 882189878 97652736 22916 33554432000 4194304 9128323 140736495096480 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12780/statm: 23841 22916 743 1205 0 22632 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 95364

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 12802
/proc/meminfo: memFree=3026412/32951124 swapFree=67054264/67111528
[pid=12780] ppid=12778 vsize=96788 CPUtime=402.3 cores=0,2,4,6
/proc/12780/stat : 12780 (scip-2.0.1.4.li) R 12778 12780 12607 0 -1 4202496 95696 0 0 0 39962 268 0 0 25 0 1 0 882189878 99110912 23294 33554432000 4194304 9128323 140736495096480 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12780/statm: 24197 23294 743 1205 0 22988 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 96788

[startup+462.3 s]
/proc/loadavg: 2.16 2.03 2.01 4/178 12803
/proc/meminfo: memFree=3020156/32951124 swapFree=67054264/67111528
[pid=12780] ppid=12778 vsize=100216 CPUtime=462.3 cores=0,2,4,6
/proc/12780/stat : 12780 (scip-2.0.1.4.li) R 12778 12780 12607 0 -1 4202496 96520 0 0 0 45918 312 0 0 25 0 1 0 882189878 102621184 24117 33554432000 4194304 9128323 140736495096480 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12780/statm: 25054 24117 743 1205 0 23845 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 100216

[startup+522.3 s]
/proc/loadavg: 2.06 2.03 2.00 4/178 12805
/proc/meminfo: memFree=3016240/32951124 swapFree=67054264/67111528
[pid=12780] ppid=12778 vsize=103352 CPUtime=522.3 cores=0,2,4,6
/proc/12780/stat : 12780 (scip-2.0.1.4.li) R 12778 12780 12607 0 -1 4202496 99341 0 0 0 51880 350 0 0 25 0 1 0 882189878 105832448 24907 33554432000 4194304 9128323 140736495096480 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12780/statm: 25838 24907 743 1205 0 24629 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 103352

[startup+582.301 s]
/proc/loadavg: 2.02 2.02 2.00 4/178 12806
/proc/meminfo: memFree=3015568/32951124 swapFree=67054264/67111528
[pid=12780] ppid=12778 vsize=103868 CPUtime=582.31 cores=0,2,4,6
/proc/12780/stat : 12780 (scip-2.0.1.4.li) R 12778 12780 12607 0 -1 4202496 99482 0 0 0 57846 385 0 0 25 0 1 0 882189878 106360832 25048 33554432000 4194304 9128323 140736495096480 18446744073709551615 6889762 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12780/statm: 25967 25048 743 1205 0 24758 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 103868

[startup+642.301 s]

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

[startup+822.301 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 12813
/proc/meminfo: memFree=3003172/32951124 swapFree=67054264/67111528
[pid=12780] ppid=12778 vsize=110892 CPUtime=822.31 cores=0,2,4,6
/proc/12780/stat : 12780 (scip-2.0.1.4.li) R 12778 12780 12607 0 -1 4202496 101233 0 0 0 81699 532 0 0 25 0 1 0 882189878 113553408 26786 33554432000 4194304 9128323 140736495096480 18446744073709551615 7217897 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12780/statm: 27723 26786 743 1205 0 26514 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 110892

[startup+882.301 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 12814
/proc/meminfo: memFree=3001360/32951124 swapFree=67054264/67111528
[pid=12780] ppid=12778 vsize=111568 CPUtime=882.31 cores=0,2,4,6
/proc/12780/stat : 12780 (scip-2.0.1.4.li) R 12778 12780 12607 0 -1 4202496 101401 0 0 0 87663 568 0 0 25 0 1 0 882189878 114245632 26954 33554432000 4194304 9128323 140736495096480 18446744073709551615 7346281 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12780/statm: 27892 26954 743 1205 0 26683 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 111568

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 12816
/proc/meminfo: memFree=2998456/32951124 swapFree=67054264/67111528
[pid=12780] ppid=12778 vsize=112204 CPUtime=942.31 cores=0,2,4,6
/proc/12780/stat : 12780 (scip-2.0.1.4.li) R 12778 12780 12607 0 -1 4202496 101565 0 0 0 93629 602 0 0 25 0 1 0 882189878 114896896 27118 33554432000 4194304 9128323 140736495096480 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12780/statm: 28051 27118 743 1205 0 26842 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 112204

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 12818
/proc/meminfo: memFree=2996548/32951124 swapFree=67054264/67111528
[pid=12780] ppid=12778 vsize=112264 CPUtime=1002.31 cores=0,2,4,6
/proc/12780/stat : 12780 (scip-2.0.1.4.li) R 12778 12780 12607 0 -1 4202496 103997 0 0 0 99596 635 0 0 25 0 1 0 882189878 114958336 27133 33554432000 4194304 9128323 140736495096480 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12780/statm: 28066 27133 743 1205 0 26857 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 112264

[startup+1062.3 s]
/proc/loadavg: 2.08 2.03 2.01 4/178 12819
/proc/meminfo: memFree=2991156/32951124 swapFree=67054264/67111528
[pid=12780] ppid=12778 vsize=115120 CPUtime=1062.32 cores=0,2,4,6
/proc/12780/stat : 12780 (scip-2.0.1.4.li) R 12778 12780 12607 0 -1 4202496 104734 0 0 0 105560 672 0 0 25 0 1 0 882189878 117882880 27870 33554432000 4194304 9128323 140736495096480 18446744073709551615 5334867 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12780/statm: 28780 27870 743 1205 0 27571 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 115120

[startup+1122.3 s]
/proc/loadavg: 2.03 2.02 2.00 4/178 12821
/proc/meminfo: memFree=2988000/32951124 swapFree=67054264/67111528
[pid=12780] ppid=12778 vsize=117640 CPUtime=1122.32 cores=0,2,4,6
/proc/12780/stat : 12780 (scip-2.0.1.4.li) R 12778 12780 12607 0 -1 4202496 105344 0 0 0 111522 710 0 0 25 0 1 0 882189878 120463360 28480 33554432000 4194304 9128323 140736495096480 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12780/statm: 29410 28480 743 1205 0 28201 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 117640

[startup+1182.3 s]
/proc/loadavg: 2.01 2.02 2.00 4/178 12822
/proc/meminfo: memFree=2986088/32951124 swapFree=67054264/67111528
[pid=12780] ppid=12778 vsize=119136 CPUtime=1182.32 cores=0,2,4,6
/proc/12780/stat : 12780 (scip-2.0.1.4.li) R 12778 12780 12607 0 -1 4202496 105733 0 0 0 117486 746 0 0 25 0 1 0 882189878 121995264 28869 33554432000 4194304 9128323 140736495096480 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12780/statm: 29784 28869 743 1205 0 28575 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 119136

[startup+1242.3 s]
/proc/loadavg: 2.00 2.01 2.00 4/178 12824
/proc/meminfo: memFree=2983664/32951124 swapFree=67054264/67111528
[pid=12780] ppid=12778 vsize=119440 CPUtime=1242.33 cores=0,2,4,6
/proc/12780/stat : 12780 (scip-2.0.1.4.li) R 12778 12780 12607 0 -1 4202496 105801 0 0 0 123453 780 0 0 25 0 1 0 882189878 122306560 28937 33554432000 4194304 9128323 140736495096480 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12780/statm: 29860 28937 743 1205 0 28651 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 119440

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 12826
/proc/meminfo: memFree=2981740/32951124 swapFree=67054264/67111528
[pid=12780] ppid=12778 vsize=119908 CPUtime=1302.33 cores=0,2,4,6
/proc/12780/stat : 12780 (scip-2.0.1.4.li) R 12778 12780 12607 0 -1 4202496 105942 0 0 0 129419 814 0 0 25 0 1 0 882189878 122785792 29075 33554432000 4194304 9128323 140736495096480 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12780/statm: 29977 29075 743 1205 0 28768 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 119908

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 12827
/proc/meminfo: memFree=2981676/32951124 swapFree=67054264/67111528
[pid=12780] ppid=12778 vsize=120224 CPUtime=1362.33 cores=0,2,4,6
/proc/12780/stat : 12780 (scip-2.0.1.4.li) R 12778 12780 12607 0 -1 4202496 105984 0 0 0 135384 849 0 0 25 0 1 0 882189878 123109376 29117 33554432000 4194304 9128323 140736495096480 18446744073709551615 5332975 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12780/statm: 30056 29117 743 1205 0 28847 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 120224

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 12829
/proc/meminfo: memFree=2980876/32951124 swapFree=67054264/67111528
[pid=12780] ppid=12778 vsize=120860 CPUtime=1422.34 cores=0,2,4,6
/proc/12780/stat : 12780 (scip-2.0.1.4.li) R 12778 12780 12607 0 -1 4202496 106081 0 0 0 141349 885 0 0 25 0 1 0 882189878 123760640 29214 33554432000 4194304 9128323 140736495096480 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12780/statm: 30215 29214 743 1205 0 29006 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 120860

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 12830
/proc/meminfo: memFree=2980180/32951124 swapFree=67054264/67111528
[pid=12780] ppid=12778 vsize=121436 CPUtime=1482.33 cores=0,2,4,6
/proc/12780/stat : 12780 (scip-2.0.1.4.li) R 12778 12780 12607 0 -1 4202496 106224 0 0 0 147312 921 0 0 25 0 1 0 882189878 124350464 29357 33554432000 4194304 9128323 140736495096480 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12780/statm: 30359 29357 743 1205 0 29150 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 121436

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 12832
/proc/meminfo: memFree=2979884/32951124 swapFree=67054264/67111528
[pid=12780] ppid=12778 vsize=121436 CPUtime=1542.33 cores=0,2,4,6
/proc/12780/stat : 12780 (scip-2.0.1.4.li) R 12778 12780 12607 0 -1 4202496 106241 0 0 0 153276 957 0 0 25 0 1 0 882189878 124350464 29374 33554432000 4194304 9128323 140736495096480 18446744073709551615 6534204 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12780/statm: 30359 29374 743 1205 0 29150 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 121436

[startup+1602.3 s]
/proc/loadavg: 2.11 2.03 2.01 4/178 12834
/proc/meminfo: memFree=2978840/32951124 swapFree=67054264/67111528
[pid=12780] ppid=12778 vsize=122036 CPUtime=1602.33 cores=0,2,4,6
/proc/12780/stat : 12780 (scip-2.0.1.4.li) R 12778 12780 12607 0 -1 4202496 106395 0 0 0 159242 991 0 0 25 0 1 0 882189878 124964864 29528 33554432000 4194304 9128323 140736495096480 18446744073709551615 7346406 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12780/statm: 30509 29528 743 1205 0 29300 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 122036

[startup+1662.3 s]
/proc/loadavg: 2.04 2.02 2.00 4/178 12835
/proc/meminfo: memFree=2978176/32951124 swapFree=67054264/67111528
[pid=12780] ppid=12778 vsize=122036 CPUtime=1662.33 cores=0,2,4,6
/proc/12780/stat : 12780 (scip-2.0.1.4.li) R 12778 12780 12607 0 -1 4202496 106398 0 0 0 165205 1028 0 0 25 0 1 0 882189878 124964864 29531 33554432000 4194304 9128323 140736495096480 18446744073709551615 4240086 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12780/statm: 30509 29531 743 1205 0 29300 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 122036

[startup+1722.3 s]
/proc/loadavg: 2.01 2.02 2.00 4/178 12837
/proc/meminfo: memFree=2976620/32951124 swapFree=67054264/67111528
[pid=12780] ppid=12778 vsize=123612 CPUtime=1722.34 cores=0,2,4,6
/proc/12780/stat : 12780 (scip-2.0.1.4.li) R 12778 12780 12607 0 -1 4202496 106789 0 0 0 171169 1065 0 0 25 0 1 0 882189878 126578688 29899 33554432000 4194304 9128323 140736495096480 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12780/statm: 30903 29899 743 1205 0 29694 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 123612

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 4/178 12841
/proc/meminfo: memFree=2976012/32951124 swapFree=67054264/67111528
[pid=12780] ppid=12778 vsize=123612 CPUtime=1782.34 cores=0,2,4,6
/proc/12780/stat : 12780 (scip-2.0.1.4.li) R 12778 12780 12607 0 -1 4202496 106789 0 0 0 177134 1100 0 0 25 0 1 0 882189878 126578688 29899 33554432000 4194304 9128323 140736495096480 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12780/statm: 30903 29899 743 1205 0 29694 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 123612



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.01 2.00 4/178 12842
/proc/meminfo: memFree=2975884/32951124 swapFree=67054264/67111528
[pid=12780] ppid=12778 vsize=123612 CPUtime=1800.04 cores=0,2,4,6
/proc/12780/stat : 12780 (scip-2.0.1.4.li) R 12778 12780 12607 0 -1 4202496 106789 0 0 0 178893 1111 0 0 25 0 1 0 882189878 126578688 29899 33554432000 4194304 9128323 140736495096480 18446744073709551615 4692752 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/12780/statm: 30903 29899 743 1205 0 29694 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 123612

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.01
CPU time (s): 1800.06
CPU user time (s): 1788.94
CPU system time (s): 11.1213
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 123612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1788.94
system time used= 11.1213
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 106789
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4
involuntary context switches= 20362

runsolver used 3.31549 second user time and 6.17106 second system time

The end

Launcher Data

Begin job on node145 at 2011-06-12 18:55:40
IDJOB=3447769
IDBENCH=78923
IDSOLVER=1944
FILE ID=node145/3447769-1307897740
RUNJOBID= node145-1307897740-12753
PBS_JOBID= 13559605
Free space on /var/tmp= 2912 MiB

SOLVER NAME= SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900577940--soft-33-100-0.wbo
COMMAND LINE= HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3447769-1307897740/watcher-3447769-1307897740 -o /var/tmp/evaluation-result-3447769-1307897740/solver-3447769-1307897740 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447769-1307897740.wbo -t 1800 -m 15500

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

MD5SUM BENCH= 426e5957e411ffe2f76bd332943fd07d
RANDOM SEED=627936648

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       3195076 kB
Buffers:         53052 kB
Cached:       28776868 kB
SwapCached:       9228 kB
Active:       13932240 kB
Inactive:     14916156 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       3195076 kB
SwapTotal:    67111528 kB
SwapFree:     67054264 kB
Dirty:           24172 kB
Writeback:           0 kB
AnonPages:       16972 kB
Mapped:          12156 kB
Slab:           842448 kB
PageTables:       4632 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   185160 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /var/tmp at the end= 2888 MiB
End job on node145 at 2011-06-12 19:25:42