Trace number 3447403

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.4MSAT (TO) 1800.15 1800.07

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900569834--soft-0-100-0.wbo
MD5SUMebe664bdb6d24f27290f0bb7f023aa5a
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark133.178
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 135641
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 135640
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 723
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-3447403-1307901516.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.03/0.05	o 135640
0.03/0.05	c feasible solution found by trivial heuristic, objective value  1.356400e+05
0.03/0.05	c presolving:
0.03/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.03/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.356400e+05 |    Inf 
0.39/0.49	c   0.5s|     1 |     0 |   467 |     - |  18M|   0 |   1 |5645 |8121 |5645 |2729 |  22 |   0 |   0 | 0.000000e+00 | 1.356400e+05 |    Inf 
0.49/0.55	c   0.5s|     1 |     0 |   638 |     - |  18M|   0 |  37 |5645 |8121 |5645 |2766 |  59 |   0 |   0 | 0.000000e+00 | 1.356400e+05 |    Inf 
0.59/0.67	c   0.7s|     1 |     0 |   705 |     - |  19M|   0 |  54 |5645 |8121 |5645 |2778 |  71 |   0 |   0 | 0.000000e+00 | 1.356400e+05 |    Inf 
0.89/0.93	c   0.9s|     1 |     0 |   740 |     - |  19M|   0 |  59 |5645 |8121 |5645 |2785 |  78 |   0 |   0 | 0.000000e+00 | 1.356400e+05 |    Inf 
1.29/1.30	c   1.3s|     1 |     0 |   762 |     - |  20M|   0 |  60 |5645 |8121 |5645 |2792 |  85 |   0 |   0 | 0.000000e+00 | 1.356400e+05 |    Inf 
1.59/1.69	c   1.7s|     1 |     0 |   789 |     - |  21M|   0 |  69 |5645 |8121 |5645 |2796 |  89 |   0 |   0 | 0.000000e+00 | 1.356400e+05 |    Inf 
2.99/3.04	c   3.0s|     1 |     2 |   789 |     - |  21M|   0 |  69 |5645 |8121 |5645 |2796 |  89 |   0 |  33 | 0.000000e+00 | 1.356400e+05 |    Inf 
19.09/19.16	o 753
19.09/19.16	c *19.2s|   210 |   209 | 27394 | 127.3 |  27M|  49 |   - |5645 |8121 |5645 |2814 | 294 |   0 |1188 | 0.000000e+00 | 7.530000e+02 |    Inf 
244.60/244.61	o 490
244.60/244.61	c g 245s|  8980 |  8654 |  1497k| 166.7 |  56M|  74 |   - |5645 |8509 |5645 |2817 |  16k| 391 |2716 | 0.000000e+00 | 4.900000e+02 |    Inf 
269.30/269.30	c   269s| 10000 |  9566 |  1639k| 163.9 |  59M|  74 |  24 |5645 |8818 |5645 |2776 |  19k| 701 |2866 | 0.000000e+00 | 4.900000e+02 |    Inf 
318.91/318.94	o 472
318.91/318.94	c * 319s| 11569 | 10862 |  1946k| 168.2 |  64M|  81 |   - |5645 |9449 |5645 |2865 |  25k|1334 |3199 | 0.000000e+00 | 4.720000e+02 |    Inf 
319.01/319.03	o 439
319.01/319.03	c * 319s| 11571 | 10743 |  1946k| 168.2 |  64M|  82 |   - |5645 |9449 |5645 |2880 |  25k|1334 |3199 | 0.000000e+00 | 4.390000e+02 |    Inf 
331.90/331.94	o 194
331.90/331.94	c * 332s| 12021 |  7322 |  2025k| 168.5 |  54M|  84 |   - |5645 |9668 |5645 |2885 |  26k|1558 |3312 | 0.000000e+00 | 1.940000e+02 |    Inf 
333.11/333.10	o 134
333.11/333.10	c * 333s| 12073 |  4314 |  2032k| 168.3 |  46M|  84 |   - |5645 |9690 |5645 |2840 |  26k|1581 |3315 | 0.000000e+00 | 1.340000e+02 |    Inf 
334.20/334.27	o 130
334.20/334.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
334.20/334.27	c * 334s| 12157 |  4270 |  2035k| 167.4 |  47M|  85 |   - |5645 |9750 |5645 |2767 |  26k|1645 |3328 | 0.000000e+00 | 1.300000e+02 |    Inf 
336.61/336.70	o 119
336.61/336.70	c * 337s| 12360 |  4004 |  2043k| 165.3 |  48M|  91 |   - |5645 |9869 |5645 |2786 |  26k|1776 |3362 | 0.000000e+00 | 1.190000e+02 |    Inf 
339.71/339.78	o 110
339.71/339.78	c * 340s| 12683 |  3914 |  2051k| 161.7 |  49M|  91 |   - |5645 |  10k|5645 |2773 |  26k|2010 |3380 | 0.000000e+00 | 1.100000e+02 |    Inf 
339.81/339.83	o 107
339.81/339.83	c * 340s| 12686 |  3851 |  2051k| 161.7 |  49M|  91 |   - |5645 |  10k|5645 |2769 |  26k|2014 |3380 | 0.000000e+00 | 1.070000e+02 |    Inf 
339.91/339.97	o 101
339.91/339.97	c r 340s| 12700 |  3747 |  2052k| 161.5 |  48M|  91 |   1 |5645 |  10k|5645 |2773 |  26k|2020 |3382 | 0.000000e+00 | 1.010000e+02 |    Inf 
340.31/340.34	o 92
340.31/340.34	c * 340s| 12732 |  3278 |  2052k| 161.2 |  47M|  91 |   - |5645 |  10k|5645 |2770 |  26k|2039 |3386 | 0.000000e+00 | 9.200000e+01 |    Inf 
340.41/340.41	o 82
340.41/340.41	c * 340s| 12737 |  2912 |  2052k| 161.1 |  45M|  91 |   - |5645 |9506 |5645 |2770 |  26k|2041 |3386 | 0.000000e+00 | 8.200000e+01 |    Inf 
342.51/342.50	o 79
342.51/342.50	c * 343s| 13032 |  2858 |  2057k| 157.8 |  46M| 108 |   - |5645 |9091 |5645 |2771 |  26k|2336 |3392 | 0.000000e+00 | 7.900000e+01 |    Inf 
345.51/345.55	o 78
345.51/345.55	c * 346s| 13386 |  1814 |  2064k| 154.2 |  43M| 108 |   - |5645 |9165 |5645 |2768 |  26k|2692 |3395 | 0.000000e+00 | 7.800000e+01 |    Inf 
388.11/388.19	c   388s| 20000 |  2159 |  2135k| 106.7 |  59M| 108 |   4 |5645 |9466 |5645 |2766 |  27k|9557 |3467 | 0.000000e+00 | 7.800000e+01 |    Inf 
423.21/423.26	o 65
423.21/423.26	c * 423s| 26242 |  2236 |  2176k|  82.9 |  65M| 108 |   - |5645 |  10k|5645 |2778 |  28k|  16k|3477 | 0.000000e+00 | 6.500000e+01 |    Inf 
444.71/444.77	c   445s| 30000 |  2298 |  2200k|  73.3 |  68M| 108 |   1 |5645 |9231 |5645 |2768 |  28k|  20k|3525 | 0.000000e+00 | 6.500000e+01 |    Inf 
464.22/464.28	o 63
464.22/464.28	c * 464s| 33480 |  2457 |  2217k|  66.2 |  73M| 108 |   - |5645 |  10k|5645 |2769 |  28k|  25k|3581 | 0.000000e+00 | 6.300000e+01 |    Inf 
497.92/497.93	c   498s| 40000 |  2518 |  2249k|  56.2 |  79M| 108 |   1 |5645 |9244 |5645 |2768 |  29k|  32k|3626 | 0.000000e+00 | 6.300000e+01 |    Inf 
553.12/553.18	c   553s| 50000 |  2707 |  2312k|  46.2 |  85M| 108 |   5 |5645 |9889 |5645 |2768 |  29k|  43k|3704 | 0.000000e+00 | 6.300000e+01 |    Inf 
584.12/584.13	o 54
584.12/584.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
584.12/584.13	c * 584s| 55848 |  2569 |  2344k|  42.0 |  87M| 108 |   - |5645 |  10k|5645 |2773 |  30k|  50k|3723 | 0.000000e+00 | 5.400000e+01 |    Inf 
594.03/594.05	o 48
594.03/594.05	c * 594s| 57988 |  2610 |  2354k|  40.6 |  88M| 108 |   - |5645 |9639 |5645 |2767 |  30k|  52k|3738 | 0.000000e+00 | 4.800000e+01 |    Inf 
604.93/604.93	c   605s| 60000 |  2615 |  2365k|  39.4 |  88M| 108 |   - |5645 |8922 |5645 |2768 |  30k|  55k|3761 | 0.000000e+00 | 4.800000e+01 |    Inf 
625.93/625.95	o 40
625.93/625.95	c * 626s| 64621 |  2568 |  2388k|  37.0 |  88M| 108 |   - |5645 |9417 |5645 |2769 |  30k|  61k|3777 | 0.000000e+00 | 4.000000e+01 |    Inf 
626.22/626.23	o 22
626.22/626.23	c * 626s| 64651 |  2238 |  2389k|  36.9 |  78M| 108 |   - |5645 |8640 |5645 |2772 |  30k|  61k|3777 | 0.000000e+00 | 2.200000e+01 |    Inf 
651.52/651.57	c   652s| 70000 |  1830 |  2445k|  34.9 |  73M| 108 |  20 |5645 |7379 |5645 |2766 |  30k|  68k|3828 | 0.000000e+00 | 2.200000e+01 |    Inf 
695.72/695.75	c   696s| 80000 |  1704 |  2535k|  31.7 |  72M| 108 |   6 |5645 |9589 |5645 |2768 |  31k|  80k|3882 | 0.000000e+00 | 2.200000e+01 |    Inf 
738.93/738.97	c   739s| 90000 |  1608 |  2622k|  29.1 |  71M| 108 |   - |5645 |  11k|   0 |   0 |  31k|  92k|3935 | 0.000000e+00 | 2.200000e+01 |    Inf 
744.23/744.28	o 15
744.23/744.28	c * 744s| 91301 |  1519 |  2632k|  28.8 |  68M| 108 |   - |5645 |  11k|5645 |2772 |  31k|  94k|3938 | 0.000000e+00 | 1.500000e+01 |    Inf 
765.13/765.16	o 12
765.13/765.16	c * 765s| 94931 |  1343 |  2695k|  28.4 |  62M| 108 |   - |5645 |7324 |5645 |2769 |  31k|  98k|3990 | 0.000000e+00 | 1.200000e+01 |    Inf 
771.03/771.06	o 8
771.03/771.06	c * 771s| 95987 |  1176 |  2715k|  28.3 |  56M| 108 |   - |5645 |7379 |5645 |2766 |  31k|  99k|3996 | 0.000000e+00 | 8.000000e+00 |    Inf 
775.72/775.78	o 7
775.72/775.78	c * 776s| 97108 |  1146 |  2733k|  28.1 |  56M| 108 |   - |5645 |7032 |5645 |2766 |  31k| 100k|3999 | 0.000000e+00 | 7.000000e+00 |    Inf 
790.43/790.40	c   790s|100000 |   962 |  2791k|  27.9 |  54M| 108 |  26 |5645 |6390 |5645 |2766 |  31k| 104k|4057 | 0.000000e+00 | 7.000000e+00 |    Inf 
843.33/843.33	c   843s|110000 |   682 |  3017k|  27.4 |  51M| 108 |   - |5645 |9750 |5645 |2768 |  31k| 116k|4201 | 0.000000e+00 | 7.000000e+00 |    Inf 
892.04/892.08	c   892s|120000 |   682 |  3210k|  26.7 |  55M| 108 |   - |5645 |  18k|5645 |2768 |  31k| 129k|4359 | 0.000000e+00 | 7.000000e+00 |    Inf 
930.93/930.92	o 6
930.93/930.92	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
930.93/930.92	c * 931s|127300 |   614 |  3362k|  26.4 |  52M| 108 |   - |5645 |  16k|5645 |2766 |  31k| 139k|4503 | 0.000000e+00 | 6.000000e+00 |    Inf 
943.63/943.69	c   944s|130000 |   568 |  3415k|  26.3 |  50M| 108 |  23 |5645 |  11k|5645 |2768 |  31k| 142k|4515 | 0.000000e+00 | 6.000000e+00 |    Inf 
997.23/997.22	c   997s|140000 |   504 |  3648k|  26.1 |  49M| 108 |  27 |5645 |  11k|5645 |2766 |  31k| 155k|4719 | 0.000000e+00 | 6.000000e+00 |    Inf 
1049.04/1049.09	c  1049s|150000 |   465 |  3864k|  25.8 |  49M| 108 |   - |5645 |  13k|5645 |2768 |  31k| 168k|4883 | 0.000000e+00 | 6.000000e+00 |    Inf 
1093.94/1093.92	o 5
1093.94/1093.92	c *1094s|158770 |   391 |  4050k|  25.5 |  47M| 108 |   - |5645 |  14k|5645 |2771 |  31k| 178k|5088 | 0.000000e+00 | 5.000000e+00 |    Inf 
1099.44/1099.42	c  1099s|160000 |   397 |  4069k|  25.4 |  48M| 108 |  31 |5645 |  15k|5645 |2768 |  31k| 180k|5119 | 0.000000e+00 | 5.000000e+00 |    Inf 
1150.54/1150.56	c  1151s|170000 |   257 |  4289k|  25.2 |  43M| 108 |   - |5645 |9947 |5645 |2768 |  31k| 192k|5257 | 0.000000e+00 | 5.000000e+00 |    Inf 
1198.95/1198.94	c  1199s|180000 |   254 |  4492k|  25.0 |  45M| 108 |  33 |5645 |  13k|5645 |2768 |  31k| 205k|5397 | 0.000000e+00 | 5.000000e+00 |    Inf 
1248.65/1248.64	c  1249s|190000 |   247 |  4696k|  24.7 |  46M| 108 |   - |5645 |  16k|5645 |2766 |  31k| 218k|5558 | 0.000000e+00 | 5.000000e+00 |    Inf 
1300.45/1300.44	c  1300s|200000 |   271 |  4907k|  24.5 |  48M| 108 |  42 |5645 |  19k|5645 |2766 |  31k| 230k|5665 | 0.000000e+00 | 5.000000e+00 |    Inf 
1352.65/1352.61	c  1353s|210000 |   186 |  5113k|  24.3 |  45M| 108 |  32 |5645 |  14k|5645 |2766 |  31k| 243k|5827 | 0.000000e+00 | 5.000000e+00 |    Inf 
1401.56/1401.59	c  1402s|220000 |   169 |  5314k|  24.2 |  45M| 108 |  30 |5645 |  15k|5645 |2768 |  31k| 256k|5979 | 0.000000e+00 | 5.000000e+00 |    Inf 
1451.15/1451.10	c  1451s|230000 |   152 |  5510k|  24.0 |  46M| 108 |   - |5645 |  18k|5645 |2768 |  31k| 268k|6135 | 0.000000e+00 | 5.000000e+00 |    Inf 
1498.36/1498.34	c  1498s|240000 |   147 |  5694k|  23.7 |  47M| 108 |  25 |5645 |  21k|5645 |2768 |  31k| 281k|6257 | 0.000000e+00 | 5.000000e+00 |    Inf 
1548.97/1548.96	c  1549s|250000 |   156 |  5897k|  23.6 |  49M| 108 |   - |5645 |  25k|5645 |2768 |  31k| 294k|6409 | 0.000000e+00 | 5.000000e+00 |    Inf 
1600.57/1600.50	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1600.57/1600.50	c  1601s|260000 |   105 |  6095k|  23.4 |  46M| 108 |   - |5645 |  20k|5645 |2766 |  31k| 307k|6548 | 0.000000e+00 | 5.000000e+00 |    Inf 
1652.27/1652.24	c  1652s|270000 |   139 |  6310k|  23.4 |  46M| 108 |   - |5645 |  19k|5645 |2768 |  31k| 319k|6636 | 0.000000e+00 | 5.000000e+00 |    Inf 
1701.97/1701.98	c  1702s|280000 |    99 |  6506k|  23.2 |  47M| 108 |  38 |5645 |  22k|5645 |2768 |  31k| 332k|6724 | 0.000000e+00 | 5.000000e+00 |    Inf 
1750.37/1750.30	c  1750s|290000 |    63 |  6687k|  23.1 |  44M| 108 |   - |5645 |  16k|5645 |2768 |  31k| 345k|6847 | 0.000000e+00 | 5.000000e+00 |    Inf 
1799.27/1799.28	c  1799s|300000 |    91 |  6886k|  23.0 |  45M| 108 |   - |5645 |  18k|   0 |   0 |  31k| 357k|6971 | 0.000000e+00 | 5.000000e+00 |    Inf 
1800.08/1800.00	c 
1800.08/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.08/1800.00	c Solving Time (sec) : 1800.00
1800.08/1800.00	c Solving Nodes      : 300148
1800.08/1800.00	c Primal Bound       : +5.00000000000000e+00 (609 solutions)
1800.08/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.08/1800.00	c Gap                : infinite
1800.08/1800.00	s SATISFIABLE
1800.08/1800.00	v -x231 -x230 -x229 -x228 -x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 -x217 x216 -x215 -x214 -x213 -x212 -x211 -x210 
1800.08/1800.00	v -x209 -x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 
1800.08/1800.00	v -x188 -x187 -x186 -x185 x184 -x183 -x182 -x181 -x180 -x179 -x178 x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 
1800.08/1800.00	v -x167 x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 
1800.08/1800.00	v -x146 -x145 -x144 -x143 -x142 -x141 -x140 x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 
1800.08/1800.00	v -x125 x124 -x123 -x122 -x121 -x120 -x119 x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 x109 -x108 -x107 -x106 -x105 
1800.08/1800.00	v -x104 -x103 -x102 -x101 -x100 -x99 -x98 -x97 -x96 -x95 -x94 x93 -x92 -x91 -x90 -x89 -x88 -x87 -x86 -x85 -x84 x83 -x82 -x81 -x80 
1800.08/1800.00	v -x79 -x78 -x77 -x76 -x75 -x74 x73 -x72 -x71 -x70 -x69 -x68 -x67 -x66 -x65 -x64 -x63 -x62 -x61 -x60 -x59 x58 -x57 -x56 -x55 
1800.08/1800.00	v -x54 -x53 -x52 -x51 -x50 -x49 -x48 -x47 x46 -x45 -x44 -x43 x42 -x41 -x40 -x39 -x38 -x37 -x36 -x35 -x34 x33 -x32 -x31 -x30 -x29 
1800.08/1800.00	v -x28 -x27 -x26 -x25 -x24 -x23 -x22 -x21 -x20 -x19 -x18 -x17 -x16 -x15 -x14 -x13 -x12 -x11 -x10 -x9 -x8 x7 -x6 -x5 -x4 -x3 
1800.08/1800.00	v x2 -x1 
1800.08/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.08/1800.00	c Total Time         :    1800.00
1800.08/1800.00	c   solving          :    1800.00
1800.08/1800.00	c   presolving       :       0.09 (included in solving)
1800.08/1800.00	c   reading          :       0.02 (included in solving)
1800.08/1800.00	c Original Problem   :
1800.08/1800.00	c   Problem name     : HOME/instance-3447403-1307901516.wbo
1800.08/1800.00	c   Variables        : 2938 (2938 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.08/1800.00	c   Constraints      : 2708 initial, 2708 maximal
1800.08/1800.00	c Presolved Problem  :
1800.08/1800.00	c   Problem name     : t_HOME/instance-3447403-1307901516.wbo
1800.08/1800.00	c   Variables        : 5645 (2938 binary, 0 integer, 2707 implicit integer, 0 continuous)
1800.08/1800.00	c   Constraints      : 5414 initial, 29026 maximal
1800.08/1800.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1800.08/1800.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1800.08/1800.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1800.08/1800.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1800.08/1800.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1800.08/1800.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1800.08/1800.00	c   probing          :       0.04          0          0          0          0          0          0          0          0          0
1800.08/1800.00	c   varbound         :       0.00          0          0          0          0          0          0          0          0          0
1800.08/1800.00	c   linear           :       0.02          0          0          0       2707          0          1          0          0          0
1800.08/1800.00	c   indicator        :       0.00          0          0          0          0          0          0          0          0          0
1800.08/1800.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1800.08/1800.00	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0          0
1800.08/1800.00	c   root node        :          -       5190          -          -       5190          -          -          -          -          -
1800.08/1800.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1800.08/1800.00	c   integral         :          0          0          0     191953          0       6604          0        117       1450          0          0     318802
1800.08/1800.00	c   varbound         :          0+         6    1761929      31373          1          0      57979         12    5759082      31425          0          0
1800.08/1800.00	c   linear           :       2707          6    1765183         16          1       6600    4459125      32497    6312873          0          0          0
1800.08/1800.00	c   indicator        :       2707          0    1729727      31373          1       6556      99628          0     108850          0          0          0
1800.08/1800.00	c   logicor          :          0+         0     484089          0          0          0     751918       5437     284152          0          0          0
1800.08/1800.00	c   bounddisjunction :          0+         0     180223          0          0          0        808         68       1308          0          0          0
1800.08/1800.00	c   countsols        :          0          0          0         25          1        586          0          0          0          0          0          0
1800.08/1800.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1800.08/1800.00	c   integral         :      59.60       0.00       0.00      59.53       0.00       0.07       0.00
1800.08/1800.00	c   varbound         :      22.90       0.00      20.91       1.97       0.00       0.00       0.03
1800.08/1800.00	c   linear           :      75.38       0.00      70.53       0.00       0.00       1.70       3.15
1800.08/1800.00	c   indicator        :      48.80       0.01      29.12       9.96       0.00       9.67       0.04
1800.08/1800.00	c   logicor          :      47.35       0.00      46.29       0.00       0.00       0.00       1.06
1800.08/1800.00	c   bounddisjunction :       1.10       0.00       1.09       0.00       0.00       0.00       0.00
1800.08/1800.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1800.08/1800.00	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1800.08/1800.00	c   vbounds          :     378536      20748         54     933008
1800.08/1800.00	c   rootredcost      :         27          0          0       2595
1800.08/1800.00	c   pseudoobj        :    1789626      59956      24455    5754845
1800.08/1800.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1800.08/1800.00	c   vbounds          :      97.88      97.87       0.01
1800.08/1800.00	c   rootredcost      :       0.34       0.34       0.00
1800.08/1800.00	c   pseudoobj        :      85.08      83.31       1.77
1800.08/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.08/1800.00	c   propagation      :       4.95      62523      62469     361023       24.9       1460       20.8          -
1800.08/1800.00	c   infeasible LP    :      31.95      81573      81569     545657       36.8       1757       14.9          0
1800.08/1800.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.08/1800.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.08/1800.00	c   pseudo solution  :       0.00          4          4         15       26.0          0        0.0          -
1800.08/1800.00	c   applied globally :          -          -          -     357957       28.3          -          -          -
1800.08/1800.00	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.08/1800.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.08/1800.00	c   cut pool         :       0.00          5          -          -        134          -    (maximal pool size: 399)
1800.08/1800.00	c   redcost          :      20.99     181379          0     947061          0          0
1800.08/1800.00	c   impliedbounds    :       0.00          6          0          0          0          0
1800.08/1800.00	c   intobj           :       0.00          0          0          0          0          0
1800.08/1800.00	c   gomory           :       0.56          6          0          0       1016          0
1800.08/1800.00	c   cgmip            :       0.00          0          0          0          0          0
1800.08/1800.00	c   closecuts        :       0.00          0          0          0          0          0
1800.08/1800.00	c   strongcg         :       0.43          6          0          0       2183          0
1800.08/1800.00	c   cmir             :       0.11          6          0          0         13          0
1800.08/1800.00	c   flowcover        :       0.13          6          0          0         26          0
1800.08/1800.00	c   clique           :       0.00          1          0          0          0          0
1800.08/1800.00	c   zerohalf         :       0.00          0          0          0          0          0
1800.08/1800.00	c   mcf              :       0.00          1          0          0          0          0
1800.08/1800.00	c   oddcycle         :       0.00          0          0          0          0          0
1800.08/1800.00	c   rapidlearning    :       0.20          1          0          0          0          0
1800.08/1800.00	c Pricers            :       Time      Calls       Vars
1800.08/1800.00	c   problem variables:       0.00          0          0
1800.08/1800.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.08/1800.00	c   relpscost        :      59.35     160577        117       1450          0          0     318802
1800.08/1800.00	c   pscost           :       0.00          0          0          0          0          0          0
1800.08/1800.00	c   inference        :       0.00          1          0          0          0          0          2
1800.08/1800.00	c   mostinf          :       0.00          0          0          0          0          0          0
1800.08/1800.00	c   leastinf         :       0.00          0          0          0          0          0          0
1800.08/1800.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.08/1800.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.08/1800.00	c   random           :       0.00          0          0          0          0          0          0
1800.08/1800.00	c Primal Heuristics  :       Time      Calls      Found
1800.08/1800.00	c   LP solutions     :       0.04          -         25
1800.08/1800.00	c   pseudo solutions :       0.00          -          0
1800.08/1800.00	c   feaspump         :       0.01          0          0
1800.08/1800.00	c   oneopt           :       0.41         27          0
1800.08/1800.00	c   objpscostdiving  :       5.53         64          0
1800.08/1800.00	c   rootsoldiving    :       7.87         64          0
1800.08/1800.00	c   crossover        :       2.93         60          0
1800.08/1800.00	c   linesearchdiving :       8.27        189          0
1800.08/1800.00	c   guideddiving     :       7.83        189          1
1800.08/1800.00	c   fracdiving       :       9.42        190          0
1800.08/1800.00	c   veclendiving     :       3.92        190          0
1800.08/1800.00	c   coefdiving       :      11.40        190          0
1800.08/1800.00	c   pscostdiving     :      10.04        190          0
1800.08/1800.00	c   trivial          :       0.01          2          1
1800.08/1800.00	c   shiftandpropagate:       0.00          0          0
1800.08/1800.00	c   simplerounding   :       4.22     164822          1
1800.08/1800.00	c   zirounding       :       0.49       1000          0
1800.08/1800.00	c   rounding         :       2.39       5682          0
1800.08/1800.00	c   shifting         :       2.28       1782          0
1800.08/1800.00	c   intshifting      :       0.01          0          0
1800.08/1800.00	c   twoopt           :       0.00          0          0
1800.08/1800.00	c   fixandinfer      :       0.00          0          0
1800.08/1800.00	c   clique           :       0.00          0          0
1800.08/1800.00	c   intdiving        :       0.00          0          0
1800.08/1800.00	c   actconsdiving    :       0.00          0          0
1800.08/1800.00	c   octane           :       0.00          0          0
1800.08/1800.00	c   rens             :       0.05          1          0
1800.08/1800.00	c   rins             :       0.00          0          0
1800.08/1800.00	c   localbranching   :       0.00          0          0
1800.08/1800.00	c   mutation         :       0.00          0          0
1800.08/1800.00	c   dins             :       0.00          0          0
1800.08/1800.00	c   vbounds          :       0.00          0          0
1800.08/1800.00	c   undercover       :       0.00          0          0
1800.08/1800.00	c   subnlp           :       0.07          0          0
1800.08/1800.00	c   trysol           :       1.07       4891        581
1800.08/1800.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.08/1800.00	c   primal LP        :       0.73          0          0       0.00       0.00
1800.08/1800.00	c   dual LP          :    1005.25     280692    6580625      23.44    6546.23
1800.08/1800.00	c   lex dual LP      :       0.00          0          0       0.00          -
1800.08/1800.00	c   barrier LP       :       0.00          0          0       0.00          -
1800.08/1800.00	c   diving/probing LP:      47.48      12102     308780      25.51    6503.63
1800.08/1800.00	c   strong branching :      56.57       6972     356002      51.06    6293.01
1800.08/1800.00	c     (at root node) :          -         33      11338     343.58          -
1800.08/1800.00	c   conflict analysis:       0.00          0          0       0.00          -
1800.08/1800.00	c B&B Tree           :
1800.08/1800.00	c   number of runs   :          1
1800.08/1800.00	c   nodes            :     300148
1800.08/1800.00	c   nodes (total)    :     300148
1800.08/1800.00	c   nodes left       :         90
1800.08/1800.00	c   max depth        :        108
1800.08/1800.00	c   max depth (total):        108
1800.08/1800.00	c   backtracks       :      29957 (10.0%)
1800.08/1800.00	c   delayed cutoffs  :       7477
1800.08/1800.00	c   repropagations   :     649875 (2963834 domain reductions, 5787 cutoffs)
1800.08/1800.00	c   avg switch length:       5.98
1800.08/1800.00	c   switching time   :      93.39
1800.08/1800.00	c Solution           :
1800.08/1800.00	c   Solutions found  :        609 (28 improvements)
1800.08/1800.00	c   First Solution   : +1.35640000000000e+05   (in run 1, after 0 nodes, 0.05 seconds, depth 0, found by <trivial>)
1800.08/1800.00	c   Primal Bound     : +5.00000000000000e+00   (in run 1, after 158770 nodes, 1093.92 seconds, depth 27, found by <relaxation>)
1800.08/1800.00	c   Dual Bound       : +0.00000000000000e+00
1800.08/1800.00	c   Gap              :   infinite
1800.08/1800.00	c   Root Dual Bound  : +0.00000000000000e+00
1800.08/1800.00	c   Root Iterations  :        789
1800.08/1800.06	c Time complete: 1800.14.

Verifier Data

OK	5

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-3447403-1307901516/watcher-3447403-1307901516 -o /var/tmp/evaluation-result-3447403-1307901516/solver-3447403-1307901516 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447403-1307901516.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: 2.00 2.00 1.93 2/177 11395
/proc/meminfo: memFree=1254104/32951124 swapFree=67054448/67111528
[pid=11395] ppid=11393 vsize=10292 CPUtime=0 cores=1,3,5,7
/proc/11395/stat : 11395 (scip-2.0.1.4.li) R 11393 11395 8455 0 -1 4202496 1561 0 0 0 0 0 0 0 25 0 1 0 882567227 10539008 1514 33554432000 4194304 9128323 140735322336752 18446744073709551615 6886064 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/11395/statm: 2573 1516 399 1205 0 1364 0

[startup+0.0446221 s]
/proc/loadavg: 2.00 2.00 1.93 2/177 11395
/proc/meminfo: memFree=1254104/32951124 swapFree=67054448/67111528
[pid=11395] ppid=11393 vsize=27780 CPUtime=0.03 cores=1,3,5,7
/proc/11395/stat : 11395 (scip-2.0.1.4.li) R 11393 11395 8455 0 -1 4202496 5674 0 0 0 3 0 0 0 25 0 1 0 882567227 28446720 5625 33554432000 4194304 9128323 140735322336752 18446744073709551615 6327632 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11395/statm: 6945 5629 474 1205 0 5736 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 27780

[startup+0.10061 s]
/proc/loadavg: 2.00 2.00 1.93 2/177 11395
/proc/meminfo: memFree=1254104/32951124 swapFree=67054448/67111528
[pid=11395] ppid=11393 vsize=35724 CPUtime=0.09 cores=1,3,5,7
/proc/11395/stat : 11395 (scip-2.0.1.4.li) R 11393 11395 8455 0 -1 4202496 7950 0 0 0 9 0 0 0 25 0 1 0 882567227 36581376 7644 33554432000 4194304 9128323 140735322336752 18446744073709551615 5240725 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11395/statm: 8931 7644 531 1205 0 7722 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35724

[startup+0.30057 s]
/proc/loadavg: 2.00 2.00 1.93 2/177 11395
/proc/meminfo: memFree=1254104/32951124 swapFree=67054448/67111528
[pid=11395] ppid=11393 vsize=71820 CPUtime=0.29 cores=1,3,5,7
/proc/11395/stat : 11395 (scip-2.0.1.4.li) R 11393 11395 8455 0 -1 4202496 17269 0 0 0 27 2 0 0 25 0 1 0 882567227 73543680 16864 33554432000 4194304 9128323 140735322336752 18446744073709551615 4496904 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11395/statm: 17955 16864 699 1205 0 16746 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 71820

[startup+0.700494 s]
/proc/loadavg: 2.00 2.00 1.93 2/177 11395
/proc/meminfo: memFree=1254104/32951124 swapFree=67054448/67111528
[pid=11395] ppid=11393 vsize=53484 CPUtime=0.69 cores=1,3,5,7
/proc/11395/stat : 11395 (scip-2.0.1.4.li) R 11393 11395 8455 0 -1 4202496 21380 0 0 0 66 3 0 0 25 0 1 0 882567227 54767616 12248 33554432000 4194304 9128323 140735322336752 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11395/statm: 13371 12248 711 1205 0 12162 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 53484

[startup+1.50033 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 11396
/proc/meminfo: memFree=1206504/32951124 swapFree=67054448/67111528
[pid=11395] ppid=11393 vsize=60936 CPUtime=1.49 cores=1,3,5,7
/proc/11395/stat : 11395 (scip-2.0.1.4.li) R 11393 11395 8455 0 -1 4202496 23027 0 0 0 145 4 0 0 25 0 1 0 882567227 62398464 13895 33554432000 4194304 9128323 140735322336752 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11395/statm: 15234 13895 711 1205 0 14025 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 60936

[startup+3.10101 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 11396
/proc/meminfo: memFree=1198300/32951124 swapFree=67054448/67111528
[pid=11395] ppid=11393 vsize=64176 CPUtime=3.09 cores=1,3,5,7
/proc/11395/stat : 11395 (scip-2.0.1.4.li) R 11393 11395 8455 0 -1 4202496 30030 0 0 0 298 11 0 0 25 0 1 0 882567227 65716224 14718 33554432000 4194304 9128323 140735322336752 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11395/statm: 16044 14718 731 1205 0 14835 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 64176

[startup+6.30039 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 11396
/proc/meminfo: memFree=1192124/32951124 swapFree=67054448/67111528
[pid=11395] ppid=11393 vsize=64452 CPUtime=6.29 cores=1,3,5,7
/proc/11395/stat : 11395 (scip-2.0.1.4.li) R 11393 11395 8455 0 -1 4202496 30160 0 0 0 609 20 0 0 25 0 1 0 882567227 65998848 14846 33554432000 4194304 9128323 140735322336752 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11395/statm: 16113 14846 729 1205 0 14904 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 64452

[startup+12.7011 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 11396
/proc/meminfo: memFree=1189672/32951124 swapFree=67054448/67111528
[pid=11395] ppid=11393 vsize=65508 CPUtime=12.7 cores=1,3,5,7
/proc/11395/stat : 11395 (scip-2.0.1.4.li) R 11393 11395 8455 0 -1 4202496 30346 0 0 0 1232 38 0 0 25 0 1 0 882567227 67080192 15032 33554432000 4194304 9128323 140735322336752 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11395/statm: 16377 15032 729 1205 0 15168 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 65508

[startup+25.5006 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 11396
/proc/meminfo: memFree=1173560/32951124 swapFree=67054448/67111528
[pid=11395] ppid=11393 vsize=77148 CPUtime=25.49 cores=1,3,5,7
/proc/11395/stat : 11395 (scip-2.0.1.4.li) R 11393 11395 8455 0 -1 4202496 39133 0 0 0 2473 76 0 0 25 0 1 0 882567227 78999552 17875 33554432000 4194304 9128323 140735322336752 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11395/statm: 19287 17875 741 1205 0 18078 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 77148

[startup+51.1005 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 11397
/proc/meminfo: memFree=1156060/32951124 swapFree=67054448/67111528
[pid=11395] ppid=11393 vsize=80116 CPUtime=51.1 cores=1,3,5,7
/proc/11395/stat : 11395 (scip-2.0.1.4.li) R 11393 11395 8455 0 -1 4202496 47979 0 0 0 4961 149 0 0 25 0 1 0 882567227 82038784 18670 33554432000 4194304 9128323 140735322336752 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11395/statm: 20029 18670 741 1205 0 18820 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 80116

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 11398
/proc/meminfo: memFree=1115204/32951124 swapFree=67054448/67111528
[pid=11395] ppid=11393 vsize=106860 CPUtime=102.3 cores=1,3,5,7
/proc/11395/stat : 11395 (scip-2.0.1.4.li) R 11393 11395 8455 0 -1 4202496 55659 0 0 0 9929 301 0 0 25 0 1 0 882567227 109424640 25388 33554432000 4194304 9128323 140735322336752 18446744073709551615 4519760 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11395/statm: 26715 25388 741 1205 0 25506 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 106860

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 11409
/proc/meminfo: memFree=1102876/32951124 swapFree=67054448/67111528
[pid=11395] ppid=11393 vsize=106860 CPUtime=162.3 cores=1,3,5,7
/proc/11395/stat : 11395 (scip-2.0.1.4.li) R 11393 11395 8455 0 -1 4202496 55670 0 0 0 15746 484 0 0 25 0 1 0 882567227 109424640 25399 33554432000 4194304 9128323 140735322336752 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11395/statm: 26715 25399 741 1205 0 25506 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 106860

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 11411
/proc/meminfo: memFree=1094224/32951124 swapFree=67054448/67111528
[pid=11395] ppid=11393 vsize=106860 CPUtime=222.3 cores=1,3,5,7
/proc/11395/stat : 11395 (scip-2.0.1.4.li) R 11393 11395 8455 0 -1 4202496 58913 0 0 0 21566 664 0 0 25 0 1 0 882567227 109424640 25409 33554432000 4194304 9128323 140735322336752 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11395/statm: 26715 25409 741 1205 0 25506 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 106860

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 11412
/proc/meminfo: memFree=1088584/32951124 swapFree=67054448/67111528
[pid=11395] ppid=11393 vsize=110792 CPUtime=282.31 cores=1,3,5,7
/proc/11395/stat : 11395 (scip-2.0.1.4.li) R 11393 11395 8455 0 -1 4202496 76019 0 0 0 27387 844 0 0 25 0 1 0 882567227 113451008 26320 33554432000 4194304 9128323 140735322336752 18446744073709551615 5089491 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11395/statm: 27698 26320 741 1205 0 26489 0
Current children cumulated CPU time (s) 282.31
Current children cumulated vsize (KiB) 110792

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 11414
/proc/meminfo: memFree=1058400/32951124 swapFree=67054448/67111528
[pid=11395] ppid=11393 vsize=137364 CPUtime=342.31 cores=1,3,5,7
/proc/11395/stat : 11395 (scip-2.0.1.4.li) R 11393 11395 8455 0 -1 4202496 89818 0 0 0 33229 1002 0 0 25 0 1 0 882567227 140660736 32974 33554432000 4194304 9128323 140735322336752 18446744073709551615 7177012 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11395/statm: 34341 32974 741 1205 0 33132 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 137364

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 11415
/proc/meminfo: memFree=1019784/32951124 swapFree=67054448/67111528
[pid=11395] ppid=11393 vsize=176136 CPUtime=402.31 cores=1,3,5,7
/proc/11395/stat : 11395 (scip-2.0.1.4.li) R 11393 11395 8455 0 -1 4202496 125684 0 0 0 39178 1053 0 0 25 0 1 0 882567227 180363264 42675 33554432000 4194304 9128323 140735322336752 18446744073709551615 6713568 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11395/statm: 44034 42675 741 1205 0 42825 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 176136

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 11417
/proc/meminfo: memFree=985384/32951124 swapFree=67054448/67111528
[pid=11395] ppid=11393 vsize=209516 CPUtime=462.32 cores=1,3,5,7
/proc/11395/stat : 11395 (scip-2.0.1.4.li) R 11393 11395 8455 0 -1 4202496 149198 0 0 0 45139 1093 0 0 25 0 1 0 882567227 214544384 50956 33554432000 4194304 9128323 140735322336752 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11395/statm: 52379 50956 741 1205 0 51170 0
Current children cumulated CPU time (s) 462.32
Current children cumulated vsize (KiB) 209516

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 11419
/proc/meminfo: memFree=959180/32951124 swapFree=67054448/67111528
[pid=11395] ppid=11393 vsize=234560 CPUtime=522.32 cores=1,3,5,7
/proc/11395/stat : 11395 (scip-2.0.1.4.li) R 11393 11395 8455 0 -1 4202496 177478 0 0 0 51102 1130 0 0 25 0 1 0 882567227 240189440 57176 33554432000 4194304 9128323 140735322336752 18446744073709551615 5984536 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11395/statm: 58640 57176 741 1205 0 57431 0
Current children cumulated CPU time (s) 522.32
Current children cumulated vsize (KiB) 234560

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 11420
/proc/meminfo: memFree=936804/32951124 swapFree=67054448/67111528
[pid=11395] ppid=11393 vsize=256620 CPUtime=582.32 cores=1,3,5,7
/proc/11395/stat : 11395 (scip-2.0.1.4.li) R 11393 11395 8455 0 -1 4202496 184744 0 0 0 57068 1164 0 0 25 0 1 0 882567227 262778880 62503 33554432000 4194304 9128323 140735322336752 18446744073709551615 7192154 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11395/statm: 64155 62503 741 1205 0 62946 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 256620

[startup+642.301 s]

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

[startup+822.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 11427
/proc/meminfo: memFree=901056/32951124 swapFree=67054448/67111528
[pid=11395] ppid=11393 vsize=271488 CPUtime=822.33 cores=1,3,5,7
/proc/11395/stat : 11395 (scip-2.0.1.4.li) R 11393 11395 8455 0 -1 4202496 314130 0 0 0 80755 1478 0 0 25 0 1 0 882567227 278003712 66074 33554432000 4194304 9128323 140735322336752 18446744073709551615 5984548 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11395/statm: 67872 66074 753 1205 0 66663 0
Current children cumulated CPU time (s) 822.33
Current children cumulated vsize (KiB) 271488

[startup+882.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 11428
/proc/meminfo: memFree=900268/32951124 swapFree=67054448/67111528
[pid=11395] ppid=11393 vsize=272484 CPUtime=882.33 cores=1,3,5,7
/proc/11395/stat : 11395 (scip-2.0.1.4.li) R 11393 11395 8455 0 -1 4202496 319962 0 0 0 86638 1595 0 0 25 0 1 0 882567227 279023616 66364 33554432000 4194304 9128323 140735322336752 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11395/statm: 68121 66364 754 1205 0 66912 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 272484

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 11430
/proc/meminfo: memFree=897104/32951124 swapFree=67054448/67111528
[pid=11395] ppid=11393 vsize=275040 CPUtime=942.34 cores=1,3,5,7
/proc/11395/stat : 11395 (scip-2.0.1.4.li) R 11393 11395 8455 0 -1 4202496 342741 0 0 0 92521 1713 0 0 25 0 1 0 882567227 281640960 67018 33554432000 4194304 9128323 140735322336752 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11395/statm: 68760 67018 754 1205 0 67551 0
Current children cumulated CPU time (s) 942.34
Current children cumulated vsize (KiB) 275040

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 11431
/proc/meminfo: memFree=897296/32951124 swapFree=67054448/67111528
[pid=11395] ppid=11393 vsize=275524 CPUtime=1002.33 cores=1,3,5,7
/proc/11395/stat : 11395 (scip-2.0.1.4.li) R 11393 11395 8455 0 -1 4202496 360340 0 0 0 98386 1847 0 0 25 0 1 0 882567227 282136576 67105 33554432000 4194304 9128323 140735322336752 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11395/statm: 68881 67105 754 1205 0 67672 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 275524

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 11433
/proc/meminfo: memFree=897100/32951124 swapFree=67054448/67111528
[pid=11395] ppid=11393 vsize=275524 CPUtime=1062.34 cores=1,3,5,7
/proc/11395/stat : 11395 (scip-2.0.1.4.li) R 11393 11395 8455 0 -1 4202496 360367 0 0 0 104274 1960 0 0 25 0 1 0 882567227 282136576 67132 33554432000 4194304 9128323 140735322336752 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11395/statm: 68881 67132 754 1205 0 67672 0
Current children cumulated CPU time (s) 1062.34
Current children cumulated vsize (KiB) 275524

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 11474
/proc/meminfo: memFree=1116040/32951124 swapFree=67054448/67111528
[pid=11395] ppid=11393 vsize=275412 CPUtime=1122.34 cores=1,3,5,7
/proc/11395/stat : 11395 (scip-2.0.1.4.li) R 11393 11395 8455 0 -1 4202496 389545 0 0 0 110147 2087 0 0 25 0 1 0 882567227 282021888 67103 33554432000 4194304 9128323 140735322336752 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11395/statm: 68853 67103 754 1205 0 67644 0
Current children cumulated CPU time (s) 1122.34
Current children cumulated vsize (KiB) 275412

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 11475
/proc/meminfo: memFree=1105868/32951124 swapFree=67054448/67111528
[pid=11395] ppid=11393 vsize=275620 CPUtime=1182.35 cores=1,3,5,7
/proc/11395/stat : 11395 (scip-2.0.1.4.li) R 11393 11395 8455 0 -1 4202496 401284 0 0 0 116021 2214 0 0 25 0 1 0 882567227 282234880 67158 33554432000 4194304 9128323 140735322336752 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11395/statm: 68905 67158 754 1205 0 67696 0
Current children cumulated CPU time (s) 1182.35
Current children cumulated vsize (KiB) 275620

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 11477
/proc/meminfo: memFree=1098116/32951124 swapFree=67054448/67111528
[pid=11395] ppid=11393 vsize=275720 CPUtime=1242.35 cores=1,3,5,7
/proc/11395/stat : 11395 (scip-2.0.1.4.li) R 11393 11395 8455 0 -1 4202496 407146 0 0 0 121900 2335 0 0 25 0 1 0 882567227 282337280 67180 33554432000 4194304 9128323 140735322336752 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11395/statm: 68930 67180 754 1205 0 67721 0
Current children cumulated CPU time (s) 1242.35
Current children cumulated vsize (KiB) 275720

[startup+1302.3 s]
/proc/loadavg: 2.04 2.01 1.93 3/178 11478
/proc/meminfo: memFree=1088888/32951124 swapFree=67054448/67111528
[pid=11395] ppid=11393 vsize=276192 CPUtime=1302.35 cores=1,3,5,7
/proc/11395/stat : 11395 (scip-2.0.1.4.li) R 11393 11395 8455 0 -1 4202496 407276 0 0 0 127789 2446 0 0 25 0 1 0 882567227 282820608 67310 33554432000 4194304 9128323 140735322336752 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11395/statm: 69048 67310 754 1205 0 67839 0
Current children cumulated CPU time (s) 1302.35
Current children cumulated vsize (KiB) 276192

[startup+1362.3 s]
/proc/loadavg: 2.01 2.01 1.93 3/178 11480
/proc/meminfo: memFree=1077932/32951124 swapFree=67054448/67111528
[pid=11395] ppid=11393 vsize=276868 CPUtime=1362.35 cores=1,3,5,7
/proc/11395/stat : 11395 (scip-2.0.1.4.li) R 11393 11395 8455 0 -1 4202496 413243 0 0 0 133675 2560 0 0 25 0 1 0 882567227 283512832 67450 33554432000 4194304 9128323 140735322336752 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11395/statm: 69217 67450 754 1205 0 68008 0
Current children cumulated CPU time (s) 1362.35
Current children cumulated vsize (KiB) 276868

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 11482
/proc/meminfo: memFree=1071308/32951124 swapFree=67054448/67111528
[pid=11395] ppid=11393 vsize=276868 CPUtime=1422.36 cores=1,3,5,7
/proc/11395/stat : 11395 (scip-2.0.1.4.li) R 11393 11395 8455 0 -1 4202496 413244 0 0 0 139567 2669 0 0 25 0 1 0 882567227 283512832 67451 33554432000 4194304 9128323 140735322336752 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11395/statm: 69217 67451 754 1205 0 68008 0
Current children cumulated CPU time (s) 1422.36
Current children cumulated vsize (KiB) 276868

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 11483
/proc/meminfo: memFree=1063684/32951124 swapFree=67054448/67111528
[pid=11395] ppid=11393 vsize=277080 CPUtime=1482.35 cores=1,3,5,7
/proc/11395/stat : 11395 (scip-2.0.1.4.li) R 11393 11395 8455 0 -1 4202496 413291 0 0 0 145454 2781 0 0 25 0 1 0 882567227 283729920 67498 33554432000 4194304 9128323 140735322336752 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11395/statm: 69270 67498 754 1205 0 68061 0
Current children cumulated CPU time (s) 1482.35
Current children cumulated vsize (KiB) 277080

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 11485
/proc/meminfo: memFree=1053200/32951124 swapFree=67054448/67111528
[pid=11395] ppid=11393 vsize=277492 CPUtime=1542.37 cores=1,3,5,7
/proc/11395/stat : 11395 (scip-2.0.1.4.li) R 11393 11395 8455 0 -1 4202496 413403 0 0 0 151335 2902 0 0 25 0 1 0 882567227 284151808 67610 33554432000 4194304 9128323 140735322336752 18446744073709551615 4240086 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11395/statm: 69373 67610 754 1205 0 68164 0
Current children cumulated CPU time (s) 1542.37
Current children cumulated vsize (KiB) 277492

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 11489
/proc/meminfo: memFree=1042004/32951124 swapFree=67054448/67111528
[pid=11395] ppid=11393 vsize=279440 CPUtime=1602.37 cores=1,3,5,7
/proc/11395/stat : 11395 (scip-2.0.1.4.li) R 11393 11395 8455 0 -1 4202496 413901 0 0 0 157227 3010 0 0 25 0 1 0 882567227 286146560 68108 33554432000 4194304 9128323 140735322336752 18446744073709551615 5332936 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11395/statm: 69860 68108 754 1205 0 68651 0
Current children cumulated CPU time (s) 1602.37
Current children cumulated vsize (KiB) 279440

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 11491
/proc/meminfo: memFree=1034344/32951124 swapFree=67054448/67111528
[pid=11395] ppid=11393 vsize=279612 CPUtime=1662.37 cores=1,3,5,7
/proc/11395/stat : 11395 (scip-2.0.1.4.li) R 11393 11395 8455 0 -1 4202496 419756 0 0 0 163107 3130 0 0 25 0 1 0 882567227 286322688 68138 33554432000 4194304 9128323 140735322336752 18446744073709551615 5993005 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11395/statm: 69903 68138 754 1205 0 68694 0
Current children cumulated CPU time (s) 1662.37
Current children cumulated vsize (KiB) 279612

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 11493
/proc/meminfo: memFree=1024860/32951124 swapFree=67054448/67111528
[pid=11395] ppid=11393 vsize=279612 CPUtime=1722.37 cores=1,3,5,7
/proc/11395/stat : 11395 (scip-2.0.1.4.li) R 11393 11395 8455 0 -1 4202496 419757 0 0 0 168994 3243 0 0 25 0 1 0 882567227 286322688 68139 33554432000 4194304 9128323 140735322336752 18446744073709551615 5240721 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11395/statm: 69903 68139 754 1205 0 68694 0
Current children cumulated CPU time (s) 1722.37
Current children cumulated vsize (KiB) 279612

[startup+1782.3 s]
/proc/loadavg: 2.07 2.02 1.94 3/178 11494
/proc/meminfo: memFree=1015748/32951124 swapFree=67054448/67111528
[pid=11395] ppid=11393 vsize=279612 CPUtime=1782.37 cores=1,3,5,7
/proc/11395/stat : 11395 (scip-2.0.1.4.li) R 11393 11395 8455 0 -1 4202496 419757 0 0 0 174890 3347 0 0 25 0 1 0 882567227 286322688 68139 33554432000 4194304 9128323 140735322336752 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11395/statm: 69903 68139 754 1205 0 68694 0
Current children cumulated CPU time (s) 1782.37
Current children cumulated vsize (KiB) 279612



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.05 2.01 1.94 3/178 11495
/proc/meminfo: memFree=1013756/32951124 swapFree=67054448/67111528
[pid=11395] ppid=11393 vsize=279612 CPUtime=1800.08 cores=1,3,5,7
/proc/11395/stat : 11395 (scip-2.0.1.4.li) R 11393 11395 8455 0 -1 4202496 419762 0 0 0 176625 3383 0 0 25 0 1 0 882567227 286322688 68144 33554432000 4194304 9128323 140735322336752 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11395/statm: 69903 68144 754 1205 0 68694 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 279612

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

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

Child status: 0
Real time (s): 1800.07
CPU time (s): 1800.15
CPU user time (s): 1766.3
CPU system time (s): 33.8479
CPU usage (%): 100.005
Max. virtual memory (cumulated for all children) (KiB): 299916

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1766.3
system time used= 33.8479
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 419766
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5
involuntary context switches= 2159

runsolver used 2.72358 second user time and 6.55 second system time

The end

Launcher Data

Begin job on node143 at 2011-06-12 19:58:36
IDJOB=3447403
IDBENCH=79312
IDSOLVER=1944
FILE ID=node143/3447403-1307901516
RUNJOBID= node143-1307897151-9792
PBS_JOBID= 13559565
Free space on /var/tmp= 2904 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.1900569834--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-3447403-1307901516/watcher-3447403-1307901516 -o /var/tmp/evaluation-result-3447403-1307901516/solver-3447403-1307901516 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447403-1307901516.wbo -t 1800 -m 15500

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

MD5SUM BENCH= ebe664bdb6d24f27290f0bb7f023aa5a
RANDOM SEED=1810785675

node143.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.846
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.69
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.846
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	: 5226.15
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.846
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.846
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.846
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.75
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.846
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.846
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.74
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.846
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       1254780 kB
Buffers:         54968 kB
Cached:       30495504 kB
SwapCached:       9452 kB
Active:       16015816 kB
Inactive:     14733868 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       1254780 kB
SwapTotal:    67111528 kB
SwapFree:     67054448 kB
Dirty:           12144 kB
Writeback:           0 kB
AnonPages:      196816 kB
Mapped:          16000 kB
Slab:           882532 kB
PageTables:       5052 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   388660 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= 2892 MiB
End job on node143 at 2011-06-12 20:28:38