Trace number 3447384

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.07 1800.02

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900576151--soft-0-100-0.wbo
MD5SUM2ef467464a5a95a7940c8f8fcd712c57
Bench CategorySOFT-SMALLINT-LIN (only soft 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 benchmark119.316
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 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
Top cost 135865
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 135864
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 697
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-3447384-1307901496.wbo>
0.00/0.02	c original problem has 2938 variables (2938 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.00/0.05	o 135864
0.00/0.05	c feasible solution found by trivial heuristic, objective value  1.358640e+05
0.00/0.05	c presolving:
0.00/0.06	c (round 1) 0 del vars, 1 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.00/0.06	c (round 2) 0 del vars, 1 del conss, 0 add conss, 2707 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.09/0.11	c    (0.1s) probing: 101/2938 (3.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.11	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.11	c presolving (3 rounds):
0.09/0.11	c  0 deleted vars, 1 deleted constraints, 0 added constraints, 2707 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.11	c  2707 implications, 0 cliques
0.09/0.11	c presolved problem has 5645 variables (2938 bin, 0 int, 2707 impl, 0 cont) and 5414 constraints
0.09/0.11	c    2707 constraints of type <linear>
0.09/0.11	c    2707 constraints of type <indicator>
0.09/0.11	c transformed objective value is always integral (scale: 1)
0.09/0.11	c Presolving Time: 0.09
0.09/0.11	c - non default parameters ----------------------------------------------------------------------
0.09/0.11	c # SCIP version 2.0.1.4
0.09/0.11	c 
0.09/0.11	c # frequency for displaying node information lines
0.09/0.11	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.11	c display/freq = 10000
0.09/0.11	c 
0.09/0.11	c # maximal time in seconds to run
0.09/0.11	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.11	c limits/time = 1800
0.09/0.11	c 
0.09/0.11	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.11	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.11	c limits/memory = 13950
0.09/0.11	c 
0.09/0.11	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.11	c # [type: int, range: [1,2], default: 1]
0.09/0.11	c timing/clocktype = 2
0.09/0.11	c 
0.09/0.11	c # belongs reading time to solving time?
0.09/0.11	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.11	c timing/reading = TRUE
0.09/0.11	c 
0.09/0.11	c # should presolving try to simplify inequalities
0.09/0.11	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.11	c constraints/linear/simplifyinequalities = TRUE
0.09/0.11	c 
0.09/0.11	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.11	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.11	c constraints/indicator/addCouplingCons = TRUE
0.09/0.11	c 
0.09/0.11	c # should presolving try to simplify knapsacks
0.09/0.11	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.11	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.11	c 
0.09/0.11	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.11	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.11	c separating/rapidlearning/freq = 0
0.09/0.11	c 
0.09/0.11	c -----------------------------------------------------------------------------------------------
0.09/0.11	c start solving
0.09/0.12	c 
0.09/0.15	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.15	c t 0.2s|     1 |     0 |   245 |     - |  17M|   0 |  43 |5645 |8121 |5645 |2707 |   0 |   0 |   0 | 0.000000e+00 | 1.358640e+05 |    Inf 
0.39/0.49	c   0.5s|     1 |     0 |   417 |     - |  18M|   0 |  37 |5645 |8121 |5645 |2729 |  22 |   0 |   0 | 0.000000e+00 | 1.358640e+05 |    Inf 
0.69/0.70	c   0.7s|     1 |     0 |   519 |     - |  18M|   0 |  46 |5645 |8121 |5645 |2763 |  56 |   0 |   0 | 0.000000e+00 | 1.358640e+05 |    Inf 
0.79/0.86	c   0.9s|     1 |     0 |   558 |     - |  19M|   0 |  46 |5645 |8121 |5645 |2767 |  60 |   0 |   0 | 0.000000e+00 | 1.358640e+05 |    Inf 
1.09/1.17	c   1.2s|     1 |     0 |   579 |     - |  19M|   0 |  47 |5645 |8121 |5645 |2770 |  63 |   0 |   0 | 0.000000e+00 | 1.358640e+05 |    Inf 
1.39/1.46	c   1.5s|     1 |     0 |   595 |     - |  19M|   0 |  48 |5645 |8121 |5645 |2774 |  67 |   0 |   0 | 0.000000e+00 | 1.358640e+05 |    Inf 
1.69/1.78	c   1.8s|     1 |     0 |   621 |     - |  19M|   0 |  47 |5645 |8121 |5645 |2777 |  70 |   0 |   0 | 0.000000e+00 | 1.358640e+05 |    Inf 
2.79/2.89	c   2.9s|     1 |     2 |   621 |     - |  19M|   0 |  47 |5645 |8121 |5645 |2777 |  70 |   0 |  33 | 0.000000e+00 | 1.358640e+05 |    Inf 
17.69/17.70	o 948
17.69/17.70	c r17.7s|   278 |   275 | 21209 |  74.3 |  26M|  81 |   1 |5645 |8121 |5645 |2858 | 260 |   0 | 866 | 0.000000e+00 | 9.480000e+02 |    Inf 
242.20/242.22	o 434
242.20/242.22	c * 242s|  6484 |  5596 |  1410k| 217.5 |  46M| 125 |   - |5645 |8337 |5645 |2940 |  21k| 216 |2561 | 0.000000e+00 | 4.340000e+02 |    Inf 
277.10/277.11	o 415
277.10/277.11	c * 277s|  7497 |  6279 |  1618k| 215.8 |  49M| 125 |   - |5645 |8767 |5645 |2817 |  24k| 648 |2861 | 0.000000e+00 | 4.150000e+02 |    Inf 
290.59/290.69	o 394
290.59/290.69	c * 291s|  7985 |  6593 |  1715k| 214.7 |  51M| 125 |   - |5645 |8918 |5645 |2790 |  25k| 800 |2912 | 0.000000e+00 | 3.940000e+02 |    Inf 
340.60/340.70	o 383
340.60/340.70	c * 341s|  9527 |  7614 |  2015k| 211.5 |  56M| 125 |   - |5645 |9607 |5645 |2802 |  30k|1502 |3203 | 0.000000e+00 | 3.830000e+02 |    Inf 
347.70/347.77	o 334
347.70/347.77	c * 348s|  9695 |  7339 |  2048k| 211.3 |  54M| 125 |   - |5645 |9692 |5645 |2875 |  31k|1598 |3277 | 0.000000e+00 | 3.340000e+02 |    Inf 
356.90/356.96	c   357s| 10000 |  7518 |  2103k| 210.3 |  55M| 125 |  12 |5645 |9843 |5645 |2743 |  32k|1761 |3330 | 0.000000e+00 | 3.340000e+02 |    Inf 
366.70/366.76	o 323
366.70/366.76	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
366.70/366.76	c * 367s| 10354 |  7614 |  2166k| 209.2 |  56M| 125 |   - |5645 |9990 |5645 |2758 |  33k|1919 |3364 | 0.000000e+00 | 3.230000e+02 |    Inf 
399.60/399.68	o 304
399.60/399.68	c * 400s| 11682 |  8109 |  2366k| 202.5 |  59M| 125 |   - |5645 |  10k|5645 |2747 |  36k|2765 |3584 | 0.000000e+00 | 3.040000e+02 |    Inf 
405.81/405.89	o 291
405.81/405.89	c * 406s| 11929 |  7977 |  2398k| 201.1 |  59M| 125 |   - |5645 |  10k|5645 |2852 |  37k|2892 |3611 | 0.000000e+00 | 2.910000e+02 |    Inf 
442.90/442.98	o 251
442.90/442.98	c * 443s| 13365 |  7766 |  2596k| 194.3 |  60M| 125 |   - |5645 |  11k|5645 |2878 |  41k|3775 |3762 | 0.000000e+00 | 2.510000e+02 |    Inf 
468.80/468.89	o 234
468.80/468.89	c * 469s| 14551 |  7907 |  2743k| 188.5 |  61M| 125 |   - |5645 |  10k|5645 |2786 |  44k|4408 |3888 | 0.000000e+00 | 2.340000e+02 |    Inf 
475.20/475.22	o 228
475.20/475.22	c * 475s| 14768 |  7709 |  2776k| 188.0 |  61M| 125 |   - |5645 |  10k|5645 |2787 |  45k|4563 |3915 | 0.000000e+00 | 2.280000e+02 |    Inf 
475.30/475.37	o 212
475.30/475.37	c * 475s| 14773 |  7063 |  2776k| 187.9 |  58M| 125 |   - |5645 |  10k|5645 |2806 |  45k|4568 |3916 | 0.000000e+00 | 2.120000e+02 |    Inf 
476.60/476.62	o 203
476.60/476.62	c * 477s| 14817 |  6647 |  2785k| 188.0 |  57M| 125 |   - |5645 |  10k|5645 |2763 |  45k|4586 |3929 | 0.000000e+00 | 2.030000e+02 |    Inf 
488.70/488.72	o 202
488.70/488.72	c * 489s| 15483 |  6850 |  2851k| 184.1 |  58M| 125 |   - |5645 |  10k|5645 |2768 |  46k|4974 |3999 | 0.000000e+00 | 2.020000e+02 |    Inf 
489.21/489.29	o 195
489.21/489.29	c * 489s| 15535 |  6543 |  2854k| 183.7 |  56M| 125 |   - |5645 |  10k|5645 |2780 |  46k|5003 |3999 | 0.000000e+00 | 1.950000e+02 |    Inf 
489.31/489.31	o 194
489.31/489.31	c * 489s| 15536 |  6471 |  2854k| 183.7 |  56M| 125 |   - |5645 |  10k|5645 |2779 |  46k|5003 |3999 | 0.000000e+00 | 1.940000e+02 |    Inf 
496.81/496.87	o 193
496.81/496.87	c * 497s| 15820 |  6569 |  2895k| 183.0 |  56M| 125 |   - |5645 |  10k|5645 |2761 |  47k|5176 |4003 | 0.000000e+00 | 1.930000e+02 |    Inf 
496.91/496.90	o 192
496.91/496.90	c * 497s| 15823 |  6548 |  2895k| 183.0 |  56M| 125 |   - |5645 |  10k|5645 |2761 |  47k|5176 |4003 | 0.000000e+00 | 1.920000e+02 |    Inf 
496.91/496.95	o 190
496.91/496.95	c v 497s| 15828 |  6504 |  2895k| 182.9 |  56M| 125 |   - |5645 |  10k|5645 |2761 |  47k|5182 |4003 | 0.000000e+00 | 1.900000e+02 |    Inf 
513.61/513.64	o 189
513.61/513.64	c * 514s| 16723 |  6797 |  2976k| 177.9 |  60M| 125 |   - |5645 |  10k|5645 |2784 |  48k|5814 |4073 | 0.000000e+00 | 1.890000e+02 |    Inf 
513.61/513.66	o 188
513.61/513.66	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
513.61/513.66	c * 514s| 16724 |  6760 |  2976k| 177.9 |  60M| 125 |   - |5645 |  10k|5645 |2772 |  48k|5814 |4073 | 0.000000e+00 | 1.880000e+02 |    Inf 
515.91/515.92	o 185
515.91/515.92	c * 516s| 16804 |  6734 |  2986k| 177.7 |  60M| 125 |   - |5645 |  10k|5645 |2807 |  48k|5887 |4083 | 0.000000e+00 | 1.850000e+02 |    Inf 
516.01/516.01	o 169
516.01/516.01	c * 516s| 16808 |  6183 |  2987k| 177.7 |  57M| 125 |   - |5645 |  10k|5645 |2809 |  48k|5892 |4083 | 0.000000e+00 | 1.690000e+02 |    Inf 
516.70/516.72	o 136
516.70/516.72	c * 517s| 16843 |  4940 |  2989k| 177.5 |  52M| 125 |   - |5645 |  10k|5645 |2798 |  48k|5917 |4083 | 0.000000e+00 | 1.360000e+02 |    Inf 
516.81/516.87	o 86
516.81/516.87	c * 517s| 16851 |  3081 |  2990k| 177.4 |  42M| 125 |   - |5645 |  10k|5645 |2757 |  48k|5924 |4083 | 0.000000e+00 | 8.600000e+01 |    Inf 
516.91/516.98	o 72
516.91/516.98	c * 517s| 16854 |  2695 |  2990k| 177.4 |  41M| 125 |   - |5645 |9105 |5645 |2749 |  48k|5926 |4083 | 0.000000e+00 | 7.200000e+01 |    Inf 
517.50/517.53	o 61
517.50/517.53	c * 518s| 16921 |  1568 |  2991k| 176.8 |  38M| 125 |   - |5645 |8283 |5645 |2762 |  48k|5982 |4090 | 0.000000e+00 | 6.100000e+01 |    Inf 
536.30/536.30	c   536s| 20000 |  1684 |  3029k| 151.5 |  43M| 125 |   - |5645 |8031 |   0 |   0 |  49k|9207 |4112 | 0.000000e+00 | 6.100000e+01 |    Inf 
550.91/550.94	o 53
550.91/550.94	c * 551s| 22529 |  1416 |  3054k| 135.6 |  46M| 125 |   - |5645 |8763 |5645 |2767 |  49k|  11k|4133 | 0.000000e+00 | 5.300000e+01 |    Inf 
551.30/551.34	o 29
551.30/551.34	c * 551s| 22588 |  1133 |  3055k| 135.2 |  44M| 125 |   - |5645 |8201 |5645 |2767 |  49k|  12k|4133 | 0.000000e+00 | 2.900000e+01 |    Inf 
551.30/551.36	o 28
551.30/551.36	c * 551s| 22589 |  1132 |  3055k| 135.2 |  44M| 125 |   - |5645 |8201 |5645 |2761 |  49k|  12k|4133 | 0.000000e+00 | 2.800000e+01 |    Inf 
551.50/551.55	o 15
551.50/551.55	c * 552s| 22618 |   858 |  3055k| 135.1 |  40M| 125 |   - |5645 |6719 |5645 |2756 |  49k|  12k|4133 | 0.000000e+00 | 1.500000e+01 |    Inf 
554.31/554.39	o 12
554.31/554.39	c * 554s| 22972 |   723 |  3069k| 133.6 |  39M| 125 |   - |5645 |5157 |5645 |2754 |  49k|  12k|4133 | 0.000000e+00 | 1.200000e+01 |    Inf 
564.71/564.70	o 7
564.71/564.70	c * 565s| 24622 |   536 |  3116k| 126.5 |  37M| 125 |   - |5645 |5585 |5645 |2757 |  49k|  14k|4192 | 0.000000e+00 | 7.000000e+00 |    Inf 
574.70/574.73	o 6
574.70/574.73	c * 575s| 26597 |   492 |  3160k| 118.8 |  37M| 125 |   - |5645 |5728 |5645 |2753 |  49k|  17k|4200 | 0.000000e+00 | 6.000000e+00 |    Inf 
575.80/575.86	o 4
575.80/575.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
575.80/575.86	c * 576s| 26877 |   489 |  3164k| 117.7 |  37M| 125 |   - |5645 |5744 |5645 |2743 |  49k|  17k|4200 | 0.000000e+00 | 4.000000e+00 |    Inf 
582.30/582.38	o 3
582.30/582.38	c * 582s| 28453 |   529 |  3192k| 112.2 |  38M| 125 |   - |5645 |6798 |5645 |2753 |  49k|  19k|4200 | 0.000000e+00 | 3.000000e+00 |    Inf 
582.40/582.42	o 1
582.40/582.42	c * 582s| 28466 |   485 |  3192k| 112.1 |  37M| 125 |   - |5645 |6714 |5645 |2753 |  49k|  19k|4200 | 0.000000e+00 | 1.000000e+00 |    Inf 
588.91/588.92	c   589s| 30000 |   487 |  3220k| 107.3 |  37M| 125 |  30 |5645 |7488 |5645 |2753 |  49k|  21k|4211 | 0.000000e+00 | 1.000000e+00 |    Inf 
632.91/632.90	c   633s| 40000 |   421 |  3407k|  85.2 |  38M| 125 |  24 |5645 |7260 |5645 |2753 |  49k|  34k|4400 | 0.000000e+00 | 1.000000e+00 |    Inf 
675.71/675.70	c   676s| 50000 |   369 |  3581k|  71.6 |  38M| 125 |  20 |5645 |7526 |5645 |2743 |  49k|  47k|4555 | 0.000000e+00 | 1.000000e+00 |    Inf 
717.32/717.31	c   717s| 60000 |   300 |  3752k|  62.5 |  38M| 125 |   - |5645 |8377 |5645 |2753 |  49k|  61k|4681 | 0.000000e+00 | 1.000000e+00 |    Inf 
757.92/757.90	c   758s| 70000 |   303 |  3919k|  56.0 |  40M| 125 |  41 |5645 |  13k|5645 |2753 |  49k|  73k|4885 | 0.000000e+00 | 1.000000e+00 |    Inf 
800.61/800.62	c   801s| 80000 |   358 |  4093k|  51.2 |  43M| 125 |   - |5645 |  16k|   0 |   0 |  49k|  87k|5038 | 0.000000e+00 | 1.000000e+00 |    Inf 
845.32/845.32	c   845s| 90000 |   288 |  4271k|  47.5 |  40M| 125 |  33 |5645 |  12k|5645 |2743 |  49k| 101k|5209 | 0.000000e+00 | 1.000000e+00 |    Inf 
888.52/888.52	c   889s|100000 |   251 |  4441k|  44.4 |  42M| 125 |  33 |5645 |  15k|5645 |2753 |  49k| 114k|5407 | 0.000000e+00 | 1.000000e+00 |    Inf 
929.53/929.51	c   930s|110000 |   272 |  4601k|  41.8 |  44M| 125 |  30 |5645 |  20k|5645 |2753 |  49k| 127k|5504 | 0.000000e+00 | 1.000000e+00 |    Inf 
974.12/974.14	c   974s|120000 |   209 |  4768k|  39.7 |  41M| 125 |   - |5645 |  15k|   0 |   0 |  49k| 141k|5833 | 0.000000e+00 | 1.000000e+00 |    Inf 
1018.63/1018.68	c  1019s|130000 |   239 |  4956k|  38.1 |  43M| 125 |   - |5645 |  19k|5645 |2753 |  49k| 154k|5965 | 0.000000e+00 | 1.000000e+00 |    Inf 
1061.53/1061.58	c  1062s|140000 |   218 |  5125k|  36.6 |  44M| 125 |   - |5645 |  20k|   0 |   0 |  49k| 167k|6110 | 0.000000e+00 | 1.000000e+00 |    Inf 
1107.93/1107.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1107.93/1107.93	c  1108s|150000 |   180 |  5307k|  35.4 |  41M| 125 |  37 |5645 |  16k|5645 |2753 |  49k| 180k|6360 | 0.000000e+00 | 1.000000e+00 |    Inf 
1149.72/1149.77	c  1150s|160000 |   198 |  5473k|  34.2 |  43M| 125 |   - |5645 |  21k|5645 |2753 |  49k| 193k|6507 | 0.000000e+00 | 1.000000e+00 |    Inf 
1194.53/1194.51	c  1195s|170000 |   181 |  5650k|  33.2 |  46M| 125 |  32 |5645 |  28k|5645 |2753 |  49k| 206k|6595 | 0.000000e+00 | 1.000000e+00 |    Inf 
1241.23/1241.27	c  1241s|180000 |   172 |  5821k|  32.3 |  46M| 125 |   - |5645 |  29k|5645 |2753 |  49k| 219k|6745 | 0.000000e+00 | 1.000000e+00 |    Inf 
1288.23/1288.23	c  1288s|190000 |   239 |  5990k|  31.5 |  50M| 125 |   - |5645 |  35k|5645 |2753 |  49k| 232k|6909 | 0.000000e+00 | 1.000000e+00 |    Inf 
1336.23/1336.27	c  1336s|200000 |   376 |  6164k|  30.8 |  53M| 125 |  33 |5645 |  40k|5645 |2753 |  49k| 246k|7009 | 0.000000e+00 | 1.000000e+00 |    Inf 
1383.34/1383.30	c  1383s|210000 |   296 |  6332k|  30.2 |  53M| 125 |   - |5645 |  41k|5645 |2753 |  49k| 261k|7127 | 0.000000e+00 | 1.000000e+00 |    Inf 
1432.24/1432.28	c  1432s|220000 |   265 |  6505k|  29.6 |  54M| 125 |   - |5645 |  42k|5645 |2753 |  49k| 275k|7341 | 0.000000e+00 | 1.000000e+00 |    Inf 
1481.43/1481.41	c  1481s|230000 |   249 |  6677k|  29.0 |  55M| 125 |  25 |5645 |  45k|5645 |2753 |  49k| 288k|7413 | 0.000000e+00 | 1.000000e+00 |    Inf 
1531.04/1531.08	c  1531s|240000 |   232 |  6847k|  28.5 |  55M| 125 |  19 |5645 |  45k|5645 |2753 |  49k| 301k|7532 | 0.000000e+00 | 1.000000e+00 |    Inf 
1580.74/1580.78	c  1581s|250000 |   192 |  7017k|  28.1 |  55M| 125 |   - |5645 |  46k|5645 |2753 |  49k| 315k|7710 | 0.000000e+00 | 1.000000e+00 |    Inf 
1628.94/1628.98	c  1629s|260000 |   198 |  7181k|  27.6 |  55M| 125 |  28 |5645 |  47k|5645 |2753 |  49k| 328k|7758 | 0.000000e+00 | 1.000000e+00 |    Inf 
1683.24/1683.30	c  1683s|270000 |   203 |  7369k|  27.3 |  57M| 125 |  40 |5645 |  48k|5645 |2753 |  49k| 341k|8054 | 0.000000e+00 | 1.000000e+00 |    Inf 
1735.44/1735.48	c  1735s|280000 |   148 |  7552k|  27.0 |  55M| 125 |   - |5645 |  46k|5645 |2753 |  49k| 354k|8112 | 0.000000e+00 | 1.000000e+00 |    Inf 
1785.44/1785.45	c  1785s|290000 |   161 |  7726k|  26.6 |  53M| 125 |   - |5645 |  41k|5645 |2753 |  49k| 367k|8288 | 0.000000e+00 | 1.000000e+00 |    Inf 
1800.05/1800.00	c 
1800.05/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.05/1800.00	c Solving Time (sec) : 1800.00
1800.05/1800.00	c Solving Nodes      : 293411
1800.05/1800.00	c Primal Bound       : +1.00000000000000e+00 (225 solutions)
1800.05/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.05/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-3447384-1307901496/watcher-3447384-1307901496 -o /var/tmp/evaluation-result-3447384-1307901496/solver-3447384-1307901496 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447384-1307901496.wbo -t 1800 -m 15500 

running on 4 cores: 1,3,5,7

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: 1.92 1.98 1.90 2/177 14710
/proc/meminfo: memFree=1429360/32951124 swapFree=67053020/67111528
[pid=14710] ppid=14708 vsize=10292 CPUtime=0 cores=1,3,5,7
/proc/14710/stat : 14710 (scip-2.0.1.4.li) R 14708 14710 13179 0 -1 4202496 1562 0 0 0 0 0 0 0 25 0 1 0 901750084 10539008 1515 33554432000 4194304 9128323 140736064539808 18446744073709551615 6886064 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14710/statm: 2573 1515 399 1205 0 1364 0

[startup+0.0992839 s]
/proc/loadavg: 1.92 1.98 1.90 2/177 14710
/proc/meminfo: memFree=1429360/32951124 swapFree=67053020/67111528
[pid=14710] ppid=14708 vsize=35724 CPUtime=0.08 cores=1,3,5,7
/proc/14710/stat : 14710 (scip-2.0.1.4.li) R 14708 14710 13179 0 -1 4202496 7949 0 0 0 8 0 0 0 25 0 1 0 901750084 36581376 7643 33554432000 4194304 9128323 140736064539808 18446744073709551615 5240840 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14710/statm: 8931 7643 531 1205 0 7722 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 35724

[startup+0.100281 s]
/proc/loadavg: 1.92 1.98 1.90 2/177 14710
/proc/meminfo: memFree=1429360/32951124 swapFree=67053020/67111528
[pid=14710] ppid=14708 vsize=35724 CPUtime=0.09 cores=1,3,5,7
/proc/14710/stat : 14710 (scip-2.0.1.4.li) R 14708 14710 13179 0 -1 4202496 7949 0 0 0 9 0 0 0 25 0 1 0 901750084 36581376 7643 33554432000 4194304 9128323 140736064539808 18446744073709551615 5973216 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14710/statm: 8931 7643 531 1205 0 7722 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35724

[startup+0.300249 s]
/proc/loadavg: 1.92 1.98 1.90 2/177 14710
/proc/meminfo: memFree=1429360/32951124 swapFree=67053020/67111528
[pid=14710] ppid=14708 vsize=71656 CPUtime=0.29 cores=1,3,5,7
/proc/14710/stat : 14710 (scip-2.0.1.4.li) R 14708 14710 13179 0 -1 4202496 17248 0 0 0 28 1 0 0 25 0 1 0 901750084 73375744 16843 33554432000 4194304 9128323 140736064539808 18446744073709551615 4496904 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14710/statm: 17914 16843 699 1205 0 16705 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 71656

[startup+0.70017 s]
/proc/loadavg: 1.92 1.98 1.90 2/177 14710
/proc/meminfo: memFree=1429360/32951124 swapFree=67053020/67111528
[pid=14710] ppid=14708 vsize=53472 CPUtime=0.69 cores=1,3,5,7
/proc/14710/stat : 14710 (scip-2.0.1.4.li) R 14708 14710 13179 0 -1 4202496 21357 0 0 0 67 2 0 0 25 0 1 0 901750084 54755328 12233 33554432000 4194304 9128323 140736064539808 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14710/statm: 13368 12233 718 1205 0 12159 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 53472

[startup+1.50102 s]
/proc/loadavg: 1.92 1.98 1.90 3/178 14711
/proc/meminfo: memFree=1382752/32951124 swapFree=67053020/67111528
[pid=14710] ppid=14708 vsize=55360 CPUtime=1.49 cores=1,3,5,7
/proc/14710/stat : 14710 (scip-2.0.1.4.li) R 14708 14710 13179 0 -1 4202496 21774 0 0 0 145 4 0 0 25 0 1 0 901750084 56688640 12644 33554432000 4194304 9128323 140736064539808 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14710/statm: 13840 12644 712 1205 0 12631 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 55360

[startup+3.10073 s]
/proc/loadavg: 1.92 1.98 1.90 3/178 14711
/proc/meminfo: memFree=1380024/32951124 swapFree=67053020/67111528
[pid=14710] ppid=14708 vsize=58408 CPUtime=3.09 cores=1,3,5,7
/proc/14710/stat : 14710 (scip-2.0.1.4.li) R 14708 14710 13179 0 -1 4202496 28577 0 0 0 299 10 0 0 25 0 1 0 901750084 59809792 13326 33554432000 4194304 9128323 140736064539808 18446744073709551615 7191224 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14710/statm: 14602 13326 729 1205 0 13393 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 58408

[startup+6.30015 s]
/proc/loadavg: 1.93 1.98 1.90 3/178 14711
/proc/meminfo: memFree=1378036/32951124 swapFree=67053020/67111528
[pid=14710] ppid=14708 vsize=58408 CPUtime=6.29 cores=1,3,5,7
/proc/14710/stat : 14710 (scip-2.0.1.4.li) R 14708 14710 13179 0 -1 4202496 28684 0 0 0 610 19 0 0 25 0 1 0 901750084 59809792 13433 33554432000 4194304 9128323 140736064539808 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14710/statm: 14602 13433 729 1205 0 13393 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 58408

[startup+12.701 s]
/proc/loadavg: 1.93 1.98 1.90 3/178 14711
/proc/meminfo: memFree=1377600/32951124 swapFree=67053020/67111528
[pid=14710] ppid=14708 vsize=58408 CPUtime=12.69 cores=1,3,5,7
/proc/14710/stat : 14710 (scip-2.0.1.4.li) R 14708 14710 13179 0 -1 4202496 28719 0 0 0 1227 42 0 0 25 0 1 0 901750084 59809792 13468 33554432000 4194304 9128323 140736064539808 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14710/statm: 14602 13468 729 1205 0 13393 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 58408

[startup+25.5006 s]
/proc/loadavg: 1.95 1.98 1.91 3/178 14712
/proc/meminfo: memFree=1362964/32951124 swapFree=67053020/67111528
[pid=14710] ppid=14708 vsize=72624 CPUtime=25.49 cores=1,3,5,7
/proc/14710/stat : 14710 (scip-2.0.1.4.li) R 14708 14710 13179 0 -1 4202496 40125 0 0 0 2465 84 0 0 25 0 1 0 901750084 74366976 16777 33554432000 4194304 9128323 140736064539808 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14710/statm: 18156 16777 731 1205 0 16947 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 72624

[startup+51.101 s]
/proc/loadavg: 1.96 1.98 1.91 3/178 14712
/proc/meminfo: memFree=1357940/32951124 swapFree=67053020/67111528
[pid=14710] ppid=14708 vsize=76760 CPUtime=51.09 cores=1,3,5,7
/proc/14710/stat : 14710 (scip-2.0.1.4.li) R 14708 14710 13179 0 -1 4202496 47307 0 0 0 4945 164 0 0 25 0 1 0 901750084 78602240 17870 33554432000 4194304 9128323 140736064539808 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14710/statm: 19190 17870 740 1205 0 17981 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 76760

[startup+102.307 s]
/proc/loadavg: 1.98 1.98 1.91 3/178 14714
/proc/meminfo: memFree=1351728/32951124 swapFree=67053020/67111528
[pid=14710] ppid=14708 vsize=79336 CPUtime=102.3 cores=1,3,5,7
/proc/14710/stat : 14710 (scip-2.0.1.4.li) R 14708 14710 13179 0 -1 4202496 53912 0 0 0 9917 313 0 0 25 0 1 0 901750084 81240064 18550 33554432000 4194304 9128323 140736064539808 18446744073709551615 7177588 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14710/statm: 19834 18550 740 1205 0 18625 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 79336

[startup+162.301 s]
/proc/loadavg: 1.99 1.98 1.91 3/178 14715
/proc/meminfo: memFree=1344860/32951124 swapFree=67053020/67111528
[pid=14710] ppid=14708 vsize=84444 CPUtime=162.29 cores=1,3,5,7
/proc/14710/stat : 14710 (scip-2.0.1.4.li) R 14708 14710 13179 0 -1 4202496 61147 0 0 0 15748 481 0 0 25 0 1 0 901750084 86470656 19765 33554432000 4194304 9128323 140736064539808 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14710/statm: 21111 19765 740 1205 0 19902 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 84444

[startup+222.301 s]
/proc/loadavg: 1.99 1.98 1.91 3/178 14726
/proc/meminfo: memFree=1338928/32951124 swapFree=67053020/67111528
[pid=14710] ppid=14708 vsize=88928 CPUtime=222.3 cores=1,3,5,7
/proc/14710/stat : 14710 (scip-2.0.1.4.li) R 14708 14710 13179 0 -1 4202496 62331 0 0 0 21575 655 0 0 25 0 1 0 901750084 91062272 20949 33554432000 4194304 9128323 140736064539808 18446744073709551615 7346389 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14710/statm: 22232 20949 740 1205 0 21023 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 88928

[startup+282.301 s]
/proc/loadavg: 1.99 1.98 1.91 3/178 14727
/proc/meminfo: memFree=1330696/32951124 swapFree=67053020/67111528
[pid=14710] ppid=14708 vsize=94768 CPUtime=282.3 cores=1,3,5,7
/proc/14710/stat : 14710 (scip-2.0.1.4.li) R 14708 14710 13179 0 -1 4202496 75727 0 0 0 27411 819 0 0 25 0 1 0 901750084 97042432 22425 33554432000 4194304 9128323 140736064539808 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14710/statm: 23692 22425 741 1205 0 22483 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 94768

[startup+342.301 s]
/proc/loadavg: 2.10 2.02 1.92 3/178 14731
/proc/meminfo: memFree=1316264/32951124 swapFree=67053020/67111528
[pid=14710] ppid=14708 vsize=105560 CPUtime=342.3 cores=1,3,5,7
/proc/14710/stat : 14710 (scip-2.0.1.4.li) R 14708 14710 13179 0 -1 4202496 98765 0 0 0 33234 996 0 0 25 0 1 0 901750084 108093440 25142 33554432000 4194304 9128323 140736064539808 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14710/statm: 26390 25142 741 1205 0 25181 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 105560

[startup+402.301 s]
/proc/loadavg: 2.07 2.03 1.93 3/178 14734
/proc/meminfo: memFree=1297652/32951124 swapFree=67053020/67111528
[pid=14710] ppid=14708 vsize=119740 CPUtime=402.31 cores=1,3,5,7
/proc/14710/stat : 14710 (scip-2.0.1.4.li) R 14708 14710 13179 0 -1 4202496 121123 0 0 0 39064 1167 0 0 25 0 1 0 901750084 122613760 28701 33554432000 4194304 9128323 140736064539808 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14710/statm: 29935 28701 741 1205 0 28726 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 119740

[startup+462.301 s]
/proc/loadavg: 2.02 2.02 1.93 3/178 14735
/proc/meminfo: memFree=1282240/32951124 swapFree=67053020/67111528
[pid=14710] ppid=14708 vsize=133728 CPUtime=462.31 cores=1,3,5,7
/proc/14710/stat : 14710 (scip-2.0.1.4.li) R 14708 14710 13179 0 -1 4202496 147068 0 0 0 44912 1319 0 0 25 0 1 0 901750084 136937472 32134 33554432000 4194304 9128323 140736064539808 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14710/statm: 33432 32134 741 1205 0 32223 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 133728

[startup+522.301 s]
/proc/loadavg: 2.01 2.01 1.93 3/178 14737
/proc/meminfo: memFree=1258988/32951124 swapFree=67053020/67111528
[pid=14710] ppid=14708 vsize=154864 CPUtime=522.3 cores=1,3,5,7
/proc/14710/stat : 14710 (scip-2.0.1.4.li) R 14708 14710 13179 0 -1 4202496 169491 0 0 0 50776 1454 0 0 25 0 1 0 901750084 158580736 37417 33554432000 4194304 9128323 140736064539808 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14710/statm: 38716 37417 741 1205 0 37507 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 154864

[startup+582.301 s]
/proc/loadavg: 2.00 2.01 1.93 3/178 14738
/proc/meminfo: memFree=1239340/32951124 swapFree=67053020/67111528
[pid=14710] ppid=14708 vsize=171428 CPUtime=582.3 cores=1,3,5,7
/proc/14710/stat : 14710 (scip-2.0.1.4.li) R 14708 14710 13179 0 -1 4202496 215732 0 0 0 56678 1552 0 0 25 0 1 0 901750084 175542272 41592 33554432000 4194304 9128323 140736064539808 18446744073709551615 7346483 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14710/statm: 42857 41592 741 1205 0 41648 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 171428

[startup+642.301 s]

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

[startup+822.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 14745
/proc/meminfo: memFree=1219092/32951124 swapFree=67053020/67111528
[pid=14710] ppid=14708 vsize=176312 CPUtime=822.31 cores=1,3,5,7
/proc/14710/stat : 14710 (scip-2.0.1.4.li) R 14708 14710 13179 0 -1 4202496 244705 0 0 0 80200 2031 0 0 25 0 1 0 901750084 180543488 42875 33554432000 4194304 9128323 140736064539808 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14710/statm: 44078 42875 741 1205 0 42869 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 176312

[startup+882.3 s]
/proc/loadavg: 2.05 2.01 1.93 3/178 14746
/proc/meminfo: memFree=1214948/32951124 swapFree=67053020/67111528
[pid=14710] ppid=14708 vsize=177112 CPUtime=882.32 cores=1,3,5,7
/proc/14710/stat : 14710 (scip-2.0.1.4.li) R 14708 14710 13179 0 -1 4202496 244863 0 0 0 86084 2148 0 0 25 0 1 0 901750084 181362688 43033 33554432000 4194304 9128323 140736064539808 18446744073709551615 7342440 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14710/statm: 44278 43033 741 1205 0 43069 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 177112

[startup+942.3 s]
/proc/loadavg: 2.02 2.01 1.93 3/178 14748
/proc/meminfo: memFree=1210428/32951124 swapFree=67053020/67111528
[pid=14710] ppid=14708 vsize=179192 CPUtime=942.32 cores=1,3,5,7
/proc/14710/stat : 14710 (scip-2.0.1.4.li) R 14708 14710 13179 0 -1 4202496 245412 0 0 0 91975 2257 0 0 25 0 1 0 901750084 183492608 43572 33554432000 4194304 9128323 140736064539808 18446744073709551615 7184204 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14710/statm: 44798 43572 741 1205 0 43589 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 179192

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 14750
/proc/meminfo: memFree=1207032/32951124 swapFree=67053020/67111528
[pid=14710] ppid=14708 vsize=180484 CPUtime=1002.32 cores=1,3,5,7
/proc/14710/stat : 14710 (scip-2.0.1.4.li) R 14708 14710 13179 0 -1 4202496 245710 0 0 0 97856 2376 0 0 25 0 1 0 901750084 184815616 43870 33554432000 4194304 9128323 140736064539808 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14710/statm: 45121 43870 741 1205 0 43912 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 180484

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 14751
/proc/meminfo: memFree=1204756/32951124 swapFree=67053020/67111528
[pid=14710] ppid=14708 vsize=180960 CPUtime=1062.33 cores=1,3,5,7
/proc/14710/stat : 14710 (scip-2.0.1.4.li) R 14708 14710 13179 0 -1 4202496 251635 0 0 0 103736 2497 0 0 25 0 1 0 901750084 185303040 44021 33554432000 4194304 9128323 140736064539808 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14710/statm: 45240 44021 741 1205 0 44031 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 180960

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 14753
/proc/meminfo: memFree=1203096/32951124 swapFree=67053020/67111528
[pid=14710] ppid=14708 vsize=182076 CPUtime=1122.33 cores=1,3,5,7
/proc/14710/stat : 14710 (scip-2.0.1.4.li) R 14708 14710 13179 0 -1 4202496 251907 0 0 0 109620 2613 0 0 25 0 1 0 901750084 186445824 44293 33554432000 4194304 9128323 140736064539808 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14710/statm: 45519 44293 741 1205 0 44310 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 182076

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 14754
/proc/meminfo: memFree=1201816/32951124 swapFree=67053020/67111528
[pid=14710] ppid=14708 vsize=183180 CPUtime=1182.33 cores=1,3,5,7
/proc/14710/stat : 14710 (scip-2.0.1.4.li) R 14708 14710 13179 0 -1 4202496 252126 0 0 0 115506 2727 0 0 25 0 1 0 901750084 187576320 44512 33554432000 4194304 9128323 140736064539808 18446744073709551615 7343339 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14710/statm: 45795 44512 741 1205 0 44586 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 183180

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 14756
/proc/meminfo: memFree=1194944/32951124 swapFree=67053020/67111528
[pid=14710] ppid=14708 vsize=184884 CPUtime=1242.33 cores=1,3,5,7
/proc/14710/stat : 14710 (scip-2.0.1.4.li) R 14708 14710 13179 0 -1 4202496 252613 0 0 0 121394 2839 0 0 25 0 1 0 901750084 189321216 44999 33554432000 4194304 9128323 140736064539808 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14710/statm: 46221 44999 741 1205 0 45012 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 184884

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 14758
/proc/meminfo: memFree=1189920/32951124 swapFree=67053020/67111528
[pid=14710] ppid=14708 vsize=187700 CPUtime=1302.34 cores=1,3,5,7
/proc/14710/stat : 14710 (scip-2.0.1.4.li) R 14708 14710 13179 0 -1 4202496 253250 0 0 0 127294 2940 0 0 25 0 1 0 901750084 192204800 45636 33554432000 4194304 9128323 140736064539808 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14710/statm: 46925 45636 741 1205 0 45716 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 187700

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 14759
/proc/meminfo: memFree=1183428/32951124 swapFree=67053020/67111528
[pid=14710] ppid=14708 vsize=191032 CPUtime=1362.33 cores=1,3,5,7
/proc/14710/stat : 14710 (scip-2.0.1.4.li) R 14708 14710 13179 0 -1 4202496 254140 0 0 0 133189 3044 0 0 25 0 1 0 901750084 195616768 46521 33554432000 4194304 9128323 140736064539808 18446744073709551615 8012251 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14710/statm: 47758 46521 741 1205 0 46549 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 191032

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 14761
/proc/meminfo: memFree=1179052/32951124 swapFree=67053020/67111528
[pid=14710] ppid=14708 vsize=191212 CPUtime=1422.34 cores=1,3,5,7
/proc/14710/stat : 14710 (scip-2.0.1.4.li) R 14708 14710 13179 0 -1 4202496 254214 0 0 0 139092 3142 0 0 25 0 1 0 901750084 195801088 46595 33554432000 4194304 9128323 140736064539808 18446744073709551615 6712942 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14710/statm: 47803 46595 741 1205 0 46594 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 191212

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 14762
/proc/meminfo: memFree=1173932/32951124 swapFree=67053020/67111528
[pid=14710] ppid=14708 vsize=192976 CPUtime=1482.34 cores=1,3,5,7
/proc/14710/stat : 14710 (scip-2.0.1.4.li) R 14708 14710 13179 0 -1 4202496 254629 0 0 0 144990 3244 0 0 25 0 1 0 901750084 197607424 47001 33554432000 4194304 9128323 140736064539808 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14710/statm: 48244 47001 741 1205 0 47035 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 192976

[startup+1542.3 s]
/proc/loadavg: 1.85 1.97 1.92 2/172 14789
/proc/meminfo: memFree=1360356/32951124 swapFree=67053020/67111528
[pid=14710] ppid=14708 vsize=194096 CPUtime=1542.33 cores=1,3,5,7
/proc/14710/stat : 14710 (scip-2.0.1.4.li) R 14708 14710 13179 0 -1 4202496 257545 0 0 0 150883 3350 0 0 25 0 1 0 901750084 198754304 47257 33554432000 4194304 9128323 140736064539808 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14710/statm: 48524 47257 741 1205 0 47315 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 194096

[startup+1602.3 s]
/proc/loadavg: 1.31 1.79 1.86 2/172 14791
/proc/meminfo: memFree=1358564/32951124 swapFree=67053020/67111528
[pid=14710] ppid=14708 vsize=196024 CPUtime=1602.34 cores=1,3,5,7
/proc/14710/stat : 14710 (scip-2.0.1.4.li) R 14708 14710 13179 0 -1 4202496 257988 0 0 0 156749 3485 0 0 25 0 1 0 901750084 200728576 47696 33554432000 4194304 9128323 140736064539808 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14710/statm: 49006 47696 741 1205 0 47797 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 196024

[startup+1662.3 s]
/proc/loadavg: 1.11 1.64 1.80 2/172 14792
/proc/meminfo: memFree=1357148/32951124 swapFree=67053020/67111528
[pid=14710] ppid=14708 vsize=198100 CPUtime=1662.34 cores=1,3,5,7
/proc/14710/stat : 14710 (scip-2.0.1.4.li) R 14708 14710 13179 0 -1 4202496 258376 0 0 0 162614 3620 0 0 25 0 1 0 901750084 202854400 48084 33554432000 4194304 9128323 140736064539808 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14710/statm: 49525 48084 741 1205 0 48316 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 198100

[startup+1722.3 s]
/proc/loadavg: 1.04 1.52 1.75 2/172 14794
/proc/meminfo: memFree=1356120/32951124 swapFree=67053020/67111528
[pid=14710] ppid=14708 vsize=199100 CPUtime=1722.34 cores=1,3,5,7
/proc/14710/stat : 14710 (scip-2.0.1.4.li) R 14708 14710 13179 0 -1 4202496 258660 0 0 0 168478 3756 0 0 25 0 1 0 901750084 203878400 48368 33554432000 4194304 9128323 140736064539808 18446744073709551615 4900871 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14710/statm: 49775 48368 741 1205 0 48566 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 199100

[startup+1782.3 s]
/proc/loadavg: 1.01 1.42 1.70 2/172 14795
/proc/meminfo: memFree=1354704/32951124 swapFree=67053020/67111528
[pid=14710] ppid=14708 vsize=200448 CPUtime=1782.34 cores=1,3,5,7
/proc/14710/stat : 14710 (scip-2.0.1.4.li) R 14708 14710 13179 0 -1 4202496 259005 0 0 0 174341 3893 0 0 25 0 1 0 901750084 205258752 48709 33554432000 4194304 9128323 140736064539808 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14710/statm: 50112 48709 741 1205 0 48903 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 200448



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 1.01 1.40 1.68 2/172 14796
/proc/meminfo: memFree=1354820/32951124 swapFree=67053020/67111528
[pid=14710] ppid=14708 vsize=200448 CPUtime=1800.05 cores=1,3,5,7
/proc/14710/stat : 14710 (scip-2.0.1.4.li) R 14708 14710 13179 0 -1 4202496 259008 0 0 0 176076 3929 0 0 18 0 1 0 901750084 205258752 48712 33554432000 4194304 9128323 140736064539808 18446744073709551615 8057664 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14710/statm: 50112 48712 741 1205 0 48903 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 200448

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.02
CPU time (s): 1800.07
CPU user time (s): 1760.77
CPU system time (s): 39.299
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 203880

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1760.77
system time used= 39.299
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 259008
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= 6
involuntary context switches= 2015

runsolver used 2.44763 second user time and 6.03008 second system time

The end

Launcher Data

Begin job on node104 at 2011-06-12 19:58:16
IDJOB=3447384
IDBENCH=79310
IDSOLVER=1944
FILE ID=node104/3447384-1307901496
RUNJOBID= node104-1307898940-14461
PBS_JOBID= 13559598
Free space on /var/tmp= 2876 MiB

SOLVER NAME= SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900576151--soft-0-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-3447384-1307901496/watcher-3447384-1307901496 -o /var/tmp/evaluation-result-3447384-1307901496/solver-3447384-1307901496 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447384-1307901496.wbo -t 1800 -m 15500

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

MD5SUM BENCH= 2ef467464a5a95a7940c8f8fcd712c57
RANDOM SEED=1688047190

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.855
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.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       1430052 kB
Buffers:         52276 kB
Cached:       30397772 kB
SwapCached:      11184 kB
Active:       15671680 kB
Inactive:     14903580 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       1430052 kB
SwapTotal:    67111528 kB
SwapFree:     67053020 kB
Dirty:           12264 kB
Writeback:           8 kB
AnonPages:      122844 kB
Mapped:          12340 kB
Slab:           882616 kB
PageTables:       4820 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   318620 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= 2876 MiB
End job on node104 at 2011-06-12 20:28:18