Trace number 3447418

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.11 1800.07

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900564281--soft-0-100-0.wbo
MD5SUM504847a4e43d2b055735d72ea944fa39
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark61.6476
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 705
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-3447418-1307901525.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.05/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.05/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 |   425 |     - |  18M|   0 |  41 |5645 |8121 |5645 |2729 |  22 |   0 |   0 | 0.000000e+00 | 1.358640e+05 |    Inf 
0.59/0.64	c   0.6s|     1 |     0 |   532 |     - |  19M|   0 |  43 |5645 |8121 |5645 |2760 |  53 |   0 |   0 | 0.000000e+00 | 1.358640e+05 |    Inf 
0.89/0.90	c   0.9s|     1 |     0 |   579 |     - |  19M|   0 |  54 |5645 |8121 |5645 |2764 |  57 |   0 |   0 | 0.000000e+00 | 1.358640e+05 |    Inf 
1.19/1.26	c   1.3s|     1 |     0 |   712 |     - |  19M|   0 |  50 |5645 |8121 |5645 |2774 |  67 |   0 |   0 | 0.000000e+00 | 1.358640e+05 |    Inf 
1.39/1.43	c   1.4s|     1 |     0 |   745 |     - |  20M|   0 |  54 |5645 |8121 |5645 |2785 |  78 |   0 |   0 | 0.000000e+00 | 1.358640e+05 |    Inf 
1.69/1.78	c   1.8s|     1 |     0 |   762 |     - |  20M|   0 |  54 |5645 |8121 |5645 |2789 |  82 |   0 |   0 | 0.000000e+00 | 1.358640e+05 |    Inf 
2.29/2.38	c   2.4s|     1 |     2 |   762 |     - |  20M|   0 |  54 |5645 |8121 |5645 |2789 |  82 |   0 |  33 | 0.000000e+00 | 1.358640e+05 |    Inf 
27.09/27.18	o 653
27.09/27.18	c r27.2s|   456 |   449 | 79663 | 173.4 |  31M|  45 |   1 |5645 |8121 |5645 |2839 | 982 |   0 | 919 | 0.000000e+00 | 6.530000e+02 |    Inf 
359.40/359.40	c   359s| 10000 |  9944 |  2252k| 225.2 |  58M|  77 |   1 |5645 |8512 |5645 |2742 |  31k| 400 |3157 | 0.000000e+00 | 6.530000e+02 |    Inf 
464.50/464.55	o 340
464.50/464.55	c * 465s| 12490 | 11471 |  2898k| 232.0 |  62M|  77 |   - |5645 |8608 |5645 |2936 |  44k| 523 |3636 | 0.000000e+00 | 3.400000e+02 |    Inf 
465.91/465.96	o 337
465.91/465.96	c * 466s| 12508 | 11452 |  2903k| 232.1 |  62M|  77 |   - |5645 |8619 |5645 |2960 |  44k| 534 |3650 | 0.000000e+00 | 3.370000e+02 |    Inf 
667.71/667.76	o 334
667.71/667.76	c * 668s| 17658 | 15474 |  4196k| 237.6 |  81M|  77 |   - |5645 |  10k|5645 |2837 |  66k|2751 |4511 | 0.000000e+00 | 3.340000e+02 |    Inf 
687.01/687.07	o 309
687.01/687.07	c * 687s| 18132 | 15554 |  4302k| 237.3 |  81M|  77 |   - |5645 |  10k|5645 |2854 |  69k|2970 |4592 | 0.000000e+00 | 3.090000e+02 |    Inf 
752.50/752.59	c   753s| 20000 | 16940 |  4714k| 235.7 |  88M|  77 |   - |5645 |  10k|   0 |   0 |  76k|3833 |4860 | 0.000000e+00 | 3.090000e+02 |    Inf 
759.41/759.44	o 301
759.41/759.44	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
759.41/759.44	c * 759s| 20159 | 17005 |  4753k| 235.8 |  88M|  77 |   - |5645 |  10k|5645 |2826 |  77k|3895 |4864 | 0.000000e+00 | 3.010000e+02 |    Inf 
759.51/759.54	o 277
759.51/759.54	c * 760s| 20160 | 16664 |  4754k| 235.8 |  86M|  77 |   - |5645 |  10k|5645 |2837 |  77k|3895 |4864 | 0.000000e+00 | 2.770000e+02 |    Inf 
761.90/761.96	o 271
761.90/761.96	c * 762s| 20256 | 16554 |  4766k| 235.3 |  84M|  77 |   - |5645 |  10k|5645 |2757 |  77k|3945 |4864 | 0.000000e+00 | 2.710000e+02 |    Inf 
763.81/763.86	o 263
763.81/763.86	c * 764s| 20291 | 16430 |  4774k| 235.3 |  83M|  77 |   - |5645 |  10k|5645 |2842 |  78k|3964 |4864 | 0.000000e+00 | 2.630000e+02 |    Inf 
764.61/764.66	o 262
764.61/764.66	c * 765s| 20307 | 16430 |  4778k| 235.3 |  83M|  77 |   - |5645 |  10k|5645 |2838 |  78k|3967 |4864 | 0.000000e+00 | 2.620000e+02 |    Inf 
764.71/764.74	o 226
764.71/764.74	c * 765s| 20309 | 15381 |  4778k| 235.3 |  75M|  77 |   - |5645 |  10k|5645 |2839 |  78k|3967 |4864 | 0.000000e+00 | 2.260000e+02 |    Inf 
764.71/764.78	o 202
764.71/764.78	c * 765s| 20310 | 14310 |  4778k| 235.3 |  72M|  77 |   - |5645 |  10k|5645 |2839 |  78k|3967 |4864 | 0.000000e+00 | 2.020000e+02 |    Inf 
767.72/767.72	o 190
767.72/767.72	c * 768s| 20371 | 13726 |  4790k| 235.2 |  71M|  77 |   - |5645 |  10k|5645 |2859 |  78k|4011 |4887 | 0.000000e+00 | 1.900000e+02 |    Inf 
769.81/769.90	o 145
769.81/769.90	c * 770s| 20423 | 10238 |  4798k| 235.0 |  62M|  77 |   - |5645 |  10k|5645 |2863 |  79k|4049 |4892 | 0.000000e+00 | 1.450000e+02 |    Inf 
770.01/770.05	o 141
770.01/770.05	c * 770s| 20433 |  9957 |  4799k| 234.8 |  61M|  77 |   - |5645 |  10k|5645 |2742 |  79k|4053 |4892 | 0.000000e+00 | 1.410000e+02 |    Inf 
781.30/781.36	o 139
781.30/781.36	c * 781s| 20864 |  9992 |  4859k| 232.9 |  65M|  77 |   - |5645 |  10k|5645 |2778 |  79k|4346 |4962 | 0.000000e+00 | 1.390000e+02 |    Inf 
781.71/781.78	o 135
781.71/781.78	c * 782s| 20887 |  9751 |  4861k| 232.7 |  65M|  77 |   - |5645 |  10k|5645 |2748 |  79k|4362 |4962 | 0.000000e+00 | 1.350000e+02 |    Inf 
781.91/781.93	o 130
781.91/781.93	c * 782s| 20898 |  9413 |  4862k| 232.6 |  64M|  77 |   - |5645 |  10k|5645 |2747 |  79k|4368 |4963 | 0.000000e+00 | 1.300000e+02 |    Inf 
786.91/786.92	o 126
786.91/786.92	c * 787s| 21275 |  9251 |  4885k| 229.6 |  66M|  77 |   - |5645 |  10k|5645 |2743 |  80k|4613 |4978 | 0.000000e+00 | 1.260000e+02 |    Inf 
801.01/801.08	o 96
801.01/801.08	c * 801s| 22066 |  7580 |  4954k| 224.5 |  69M|  77 |   - |5645 |9806 |5645 |2784 |  80k|5283 |4981 | 0.000000e+00 | 9.600000e+01 |    Inf 
801.41/801.49	o 88
801.41/801.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
801.41/801.49	c * 801s| 22100 |  6598 |  4954k| 224.2 |  65M|  77 |   - |5645 |9487 |5645 |2744 |  80k|5301 |4981 | 0.000000e+00 | 8.800000e+01 |    Inf 
801.61/801.62	o 74
801.61/801.62	c * 802s| 22104 |  5966 |  4955k| 224.1 |  62M|  77 |   - |5645 |9017 |5645 |2761 |  80k|5302 |4981 | 0.000000e+00 | 7.400000e+01 |    Inf 
802.40/802.46	o 66
802.40/802.46	c * 802s| 22204 |  5031 |  4957k| 223.3 |  59M|  77 |   - |5645 |8186 |5645 |2746 |  80k|5371 |4981 | 0.000000e+00 | 6.600000e+01 |    Inf 
802.60/802.68	o 61
802.60/802.68	c * 803s| 22216 |  2566 |  4958k| 223.2 |  43M|  77 |   - |5645 |7685 |5645 |2744 |  80k|5382 |4982 | 0.000000e+00 | 6.100000e+01 |    Inf 
855.71/855.74	c   856s| 30000 |  2868 |  5070k| 169.0 |  65M|  84 |   - |5645 |8616 |   0 |   0 |  81k|  15k|5076 | 0.000000e+00 | 6.100000e+01 |    Inf 
907.21/907.26	c   907s| 40000 |  3002 |  5131k| 128.3 |  72M|  92 |  18 |5645 |9314 |5645 |2742 |  83k|  27k|5139 | 0.000000e+00 | 6.100000e+01 |    Inf 
913.91/913.94	o 59
913.91/913.94	c * 914s| 41471 |  3009 |  5138k| 123.9 |  73M|  92 |   - |5645 |  10k|5645 |2753 |  83k|  29k|5143 | 0.000000e+00 | 5.900000e+01 |    Inf 
913.91/913.96	o 38
913.91/913.96	c * 914s| 41472 |  2732 |  5138k| 123.9 |  71M|  92 |   - |5645 |  10k|5645 |2757 |  83k|  29k|5143 | 0.000000e+00 | 3.800000e+01 |    Inf 
914.51/914.57	o 29
914.51/914.57	c * 915s| 41580 |  2361 |  5139k| 123.6 |  66M|  92 |   - |5645 |8537 |5645 |2749 |  83k|  29k|5143 | 0.000000e+00 | 2.900000e+01 |    Inf 
935.11/935.14	o 24
935.11/935.14	c * 935s| 45593 |  1887 |  5188k| 113.8 |  61M|  92 |   - |5645 |7608 |5645 |2745 |  83k|  35k|5206 | 0.000000e+00 | 2.400000e+01 |    Inf 
935.42/935.50	o 23
935.42/935.50	c * 935s| 45669 |  1875 |  5188k| 113.6 |  61M|  92 |   - |5645 |7071 |5645 |2742 |  83k|  35k|5208 | 0.000000e+00 | 2.300000e+01 |    Inf 
935.71/935.70	o 16
935.71/935.70	c * 936s| 45718 |  1725 |  5189k| 113.5 |  58M|  92 |   - |5645 |6976 |5645 |2746 |  83k|  35k|5208 | 0.000000e+00 | 1.600000e+01 |    Inf 
937.12/937.13	o 14
937.12/937.13	c * 937s| 45963 |  1670 |  5194k| 113.0 |  56M|  92 |   - |5645 |5875 |5645 |2744 |  83k|  36k|5209 | 0.000000e+00 | 1.400000e+01 |    Inf 
948.61/948.65	o 13
948.61/948.65	c * 949s| 47900 |  1161 |  5244k| 109.5 |  50M|  92 |   - |5645 |5670 |5645 |2742 |  83k|  39k|5220 | 0.000000e+00 | 1.300000e+01 |    Inf 
949.11/949.11	o 9
949.11/949.11	c * 949s| 47983 |  1088 |  5246k| 109.3 |  49M|  92 |   - |5645 |5517 |5645 |2742 |  83k|  39k|5220 | 0.000000e+00 | 9.000000e+00 |    Inf 
959.31/959.31	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
959.31/959.31	c   959s| 50000 |   889 |  5290k| 105.8 |  47M|  92 |   - |5645 |5394 |   0 |   0 |  83k|  41k|5227 | 0.000000e+00 | 9.000000e+00 |    Inf 
967.82/967.88	o 5
967.82/967.88	c * 968s| 51650 |   715 |  5326k| 103.1 |  43M|  92 |   - |5645 |5973 |5645 |2743 |  83k|  44k|5259 | 0.000000e+00 | 5.000000e+00 |    Inf 
970.22/970.28	o 4
970.22/970.28	c * 970s| 52187 |   715 |  5335k| 102.2 |  43M|  92 |   - |5645 |6256 |5645 |2744 |  83k|  44k|5275 | 0.000000e+00 | 4.000000e+00 |    Inf 
1004.71/1004.70	c  1005s| 60000 |   558 |  5484k|  91.4 |  43M|  92 |   - |5645 |8290 |5645 |2742 |  83k|  55k|5343 | 0.000000e+00 | 4.000000e+00 |    Inf 
1048.51/1048.50	c  1049s| 70000 |   566 |  5665k|  80.9 |  44M|  92 |  26 |5645 |  10k|5645 |2742 |  83k|  68k|5455 | 0.000000e+00 | 4.000000e+00 |    Inf 
1091.02/1091.07	o 3
1091.02/1091.07	c *1091s| 79055 |   549 |  5846k|  74.0 |  44M|  92 |   - |5645 |  11k|5645 |2743 |  83k|  80k|5558 | 0.000000e+00 | 3.000000e+00 |    Inf 
1095.92/1095.92	c  1096s| 80000 |   553 |  5867k|  73.3 |  44M|  92 |  32 |5645 |  10k|5645 |2742 |  83k|  81k|5586 | 0.000000e+00 | 3.000000e+00 |    Inf 
1143.61/1143.65	c  1144s| 90000 |   510 |  6072k|  67.5 |  44M|  92 |   - |5645 |  11k|5645 |2742 |  83k|  94k|5708 | 0.000000e+00 | 3.000000e+00 |    Inf 
1190.12/1190.15	c  1190s|100000 |   487 |  6270k|  62.7 |  46M|  92 |  23 |5645 |  13k|5645 |2742 |  83k| 107k|5821 | 0.000000e+00 | 3.000000e+00 |    Inf 
1237.02/1237.03	c  1237s|110000 |   438 |  6473k|  58.8 |  44M|  92 |   - |5645 |  10k|5645 |2742 |  83k| 120k|5955 | 0.000000e+00 | 3.000000e+00 |    Inf 
1287.62/1287.65	c  1288s|120000 |   424 |  6695k|  55.8 |  45M|  92 |  31 |5645 |  13k|5645 |2742 |  83k| 133k|6106 | 0.000000e+00 | 3.000000e+00 |    Inf 
1335.62/1335.66	c  1336s|130000 |   406 |  6891k|  53.0 |  46M|  92 |   - |5645 |  14k|5645 |2739 |  83k| 146k|6270 | 0.000000e+00 | 3.000000e+00 |    Inf 
1381.23/1381.28	c  1381s|140000 |   387 |  7080k|  50.6 |  46M|  92 |  27 |5645 |  17k|5645 |2739 |  83k| 159k|6400 | 0.000000e+00 | 3.000000e+00 |    Inf 
1428.12/1428.18	c  1428s|150000 |   359 |  7274k|  48.5 |  46M|  92 |  22 |5645 |  15k|5645 |2742 |  83k| 172k|6533 | 0.000000e+00 | 3.000000e+00 |    Inf 
1475.22/1475.25	c  1475s|160000 |   324 |  7471k|  46.7 |  47M|  92 |  30 |5645 |  18k|5645 |2742 |  83k| 185k|6630 | 0.000000e+00 | 3.000000e+00 |    Inf 
1524.22/1524.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1524.22/1524.27	c  1524s|170000 |   311 |  7677k|  45.2 |  49M|  92 |  37 |5645 |  23k|5645 |2742 |  83k| 198k|6732 | 0.000000e+00 | 3.000000e+00 |    Inf 
1538.83/1538.84	o 2
1538.83/1538.84	c *1539s|172792 |   297 |  7735k|  44.8 |  49M|  92 |   - |5645 |  25k|5645 |2743 |  83k| 202k|6809 | 0.000000e+00 | 2.000000e+00 |    Inf 
1575.33/1575.33	c  1575s|180000 |   305 |  7885k|  43.8 |  50M|  92 |  38 |5645 |  27k|5645 |2742 |  83k| 211k|6846 | 0.000000e+00 | 2.000000e+00 |    Inf 
1628.03/1628.05	c  1628s|190000 |   236 |  8098k|  42.6 |  43M|  92 |  40 |5645 |  12k|5645 |2742 |  83k| 225k|7046 | 0.000000e+00 | 2.000000e+00 |    Inf 
1676.63/1676.67	c  1677s|200000 |   183 |  8311k|  41.6 |  45M|  92 |   - |5645 |  17k|5645 |2742 |  83k| 238k|7203 | 0.000000e+00 | 2.000000e+00 |    Inf 
1721.54/1721.58	c  1722s|210000 |   189 |  8497k|  40.5 |  48M|  92 |   - |5645 |  23k|5645 |2742 |  83k| 252k|7264 | 0.000000e+00 | 2.000000e+00 |    Inf 
1770.23/1770.27	c  1770s|220000 |   141 |  8697k|  39.5 |  47M|  92 |  35 |5645 |  21k|5645 |2742 |  83k| 266k|7377 | 0.000000e+00 | 2.000000e+00 |    Inf 
1800.03/1800.00	c 
1800.03/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.00	c Solving Time (sec) : 1800.00
1800.03/1800.00	c Solving Nodes      : 226352
1800.03/1800.00	c Primal Bound       : +2.00000000000000e+00 (274 solutions)
1800.03/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.03/1800.00	c Gap                : infinite
1800.03/1800.00	s SATISFIABLE
1800.03/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.03/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.03/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.03/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.03/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.03/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.03/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.03/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.03/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.03/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 -x2 
1800.03/1800.00	v -x1 
1800.03/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.00	c Total Time         :    1800.00
1800.03/1800.00	c   solving          :    1800.00
1800.03/1800.00	c   presolving       :       0.09 (included in solving)
1800.03/1800.00	c   reading          :       0.02 (included in solving)
1800.03/1800.00	c Original Problem   :
1800.03/1800.00	c   Problem name     : HOME/instance-3447418-1307901525.wbo
1800.03/1800.00	c   Variables        : 2938 (2938 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.03/1800.00	c   Constraints      : 2708 initial, 2708 maximal
1800.03/1800.00	c Presolved Problem  :
1800.03/1800.00	c   Problem name     : t_HOME/instance-3447418-1307901525.wbo
1800.03/1800.00	c   Variables        : 5645 (2938 binary, 0 integer, 2707 implicit integer, 0 continuous)
1800.03/1800.00	c   Constraints      : 5414 initial, 30495 maximal
1800.03/1800.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1800.03/1800.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   probing          :       0.04          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   varbound         :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   linear           :       0.02          0          0          0       2707          0          1          0          0          0
1800.03/1800.00	c   indicator        :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   root node        :          -       5350          -          -       5350          -          -          -          -          -
1800.03/1800.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.00	c   integral         :          0          0          0     209433          0       6326          0        151       1238          0          0     250122
1800.03/1800.00	c   varbound         :          0+         6    1245641      83441          0          0      35822          6    2747833      83479          0          0
1800.03/1800.00	c   linear           :       2707          6    1265541         27          0       6322    3575025      28783    4412095          0          0          0
1800.03/1800.00	c   indicator        :       2707          0    1217838      83442          0       6295      52108          0      53216          0          0          0
1800.03/1800.00	c   logicor          :          0+         0     343946          0          0          0     798739       3327     187975          0          0          0
1800.03/1800.00	c   bounddisjunction :          0+         0     155172          0          0          0       1023        231       1915          0          0          0
1800.03/1800.00	c   countsols        :          0          0          0         36          0        240          0          0          0          0          0          0
1800.03/1800.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1800.03/1800.00	c   integral         :      75.99       0.00       0.00      75.96       0.00       0.03       0.00
1800.03/1800.00	c   varbound         :      17.03       0.00      11.52       5.49       0.00       0.00       0.02
1800.03/1800.00	c   linear           :      57.43       0.00      53.77       0.00       0.00       1.29       2.36
1800.03/1800.00	c   indicator        :      53.90       0.01      16.44      27.34       0.00      10.09       0.02
1800.03/1800.00	c   logicor          :      36.09       0.00      34.95       0.00       0.00       0.00       1.13
1800.03/1800.00	c   bounddisjunction :       1.02       0.00       1.01       0.00       0.00       0.00       0.00
1800.03/1800.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1800.03/1800.00	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1800.03/1800.00	c   vbounds          :     152324      10273         12     343165
1800.03/1800.00	c   rootredcost      :         37          0          0       2675
1800.03/1800.00	c   pseudoobj        :    1275313      36047       9817    2743402
1800.03/1800.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1800.03/1800.00	c   vbounds          :      40.81      40.80       0.00
1800.03/1800.00	c   rootredcost      :       0.24       0.24       0.00
1800.03/1800.00	c   pseudoobj        :      56.22      55.16       1.06
1800.03/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.03/1800.00	c   propagation      :       3.48      42176      42098     233223       26.8       1126       20.7          -
1800.03/1800.00	c   infeasible LP    :      25.39      64732      64728     450186       37.2       1243       13.3          0
1800.03/1800.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.00	c   pseudo solution  :       0.00          5          5          7        4.7          0        0.0          -
1800.03/1800.00	c   applied globally :          -          -          -     274589       29.5          -          -          -
1800.03/1800.00	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.03/1800.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.03/1800.00	c   cut pool         :       0.00          5          -          -          4          -    (maximal pool size: 336)
1800.03/1800.00	c   redcost          :      16.60     149925          0     339134          0          0
1800.03/1800.00	c   impliedbounds    :       0.00          6          0          0          0          0
1800.03/1800.00	c   intobj           :       0.00          0          0          0          0          0
1800.03/1800.00	c   gomory           :       0.57          6          0          0       1793          0
1800.03/1800.00	c   cgmip            :       0.00          0          0          0          0          0
1800.03/1800.00	c   closecuts        :       0.00          0          0          0          0          0
1800.03/1800.00	c   strongcg         :       0.47          6          0          0       2244          0
1800.03/1800.00	c   cmir             :       0.14          6          0          0          0          0
1800.03/1800.00	c   flowcover        :       0.12          6          0          0          1          0
1800.03/1800.00	c   clique           :       0.00          1          0          0          0          0
1800.03/1800.00	c   zerohalf         :       0.00          0          0          0          0          0
1800.03/1800.00	c   mcf              :       0.00          1          0          0          0          0
1800.03/1800.00	c   oddcycle         :       0.00          0          0          0          0          0
1800.03/1800.00	c   rapidlearning    :       0.20          1          0          0          0          0
1800.03/1800.00	c Pricers            :       Time      Calls       Vars
1800.03/1800.00	c   problem variables:       0.00          0          0
1800.03/1800.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.00	c   relpscost        :      75.80     125989        151       1238          0          0     250122
1800.03/1800.00	c   pscost           :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   inference        :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   mostinf          :       0.00          0          0          0          0          0          0
1800.03/1800.01	c   leastinf         :       0.00          0          0          0          0          0          0
1800.03/1800.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.03/1800.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.03/1800.01	c   random           :       0.00          0          0          0          0          0          0
1800.03/1800.01	c Primal Heuristics  :       Time      Calls      Found
1800.03/1800.01	c   LP solutions     :       0.06          -         36
1800.03/1800.01	c   pseudo solutions :       0.00          -          0
1800.03/1800.01	c   feaspump         :       0.01          0          0
1800.03/1800.01	c   intshifting      :       0.00          0          0
1800.03/1800.01	c   oneopt           :       0.51         34          0
1800.03/1800.01	c   crossover        :       2.31         46          0
1800.03/1800.01	c   objpscostdiving  :       9.24        105          0
1800.03/1800.01	c   rootsoldiving    :      12.91        105          0
1800.03/1800.01	c   guideddiving     :      15.47        308          0
1800.03/1800.01	c   coefdiving       :      18.53        308          0
1800.03/1800.01	c   pscostdiving     :      17.81        308          0
1800.03/1800.01	c   fracdiving       :      14.00        308          0
1800.03/1800.01	c   veclendiving     :       7.46        308          0
1800.03/1800.01	c   linesearchdiving :      13.39        309          0
1800.03/1800.01	c   trivial          :       0.01          2          1
1800.03/1800.01	c   shiftandpropagate:       0.00          0          0
1800.03/1800.01	c   simplerounding   :       4.21     127094          1
1800.03/1800.01	c   zirounding       :       0.36       1000          0
1800.03/1800.01	c   rounding         :       1.58       4939          0
1800.03/1800.01	c   shifting         :       1.95       1561          0
1800.03/1800.01	c   twoopt           :       0.00          0          0
1800.03/1800.01	c   fixandinfer      :       0.00          0          0
1800.03/1800.01	c   clique           :       0.00          0          0
1800.03/1800.01	c   intdiving        :       0.00          0          0
1800.03/1800.01	c   actconsdiving    :       0.00          0          0
1800.03/1800.01	c   octane           :       0.00          0          0
1800.03/1800.01	c   rens             :       0.06          1          0
1800.03/1800.01	c   rins             :       0.00          0          0
1800.03/1800.01	c   localbranching   :       0.00          0          0
1800.03/1800.01	c   mutation         :       0.00          0          0
1800.03/1800.01	c   dins             :       0.00          0          0
1800.03/1800.01	c   vbounds          :       0.00          0          0
1800.03/1800.01	c   undercover       :       0.00          0          0
1800.03/1800.01	c   subnlp           :       0.06          0          0
1800.03/1800.01	c   trysol           :       0.53       4940        236
1800.03/1800.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.03/1800.01	c   primal LP        :       2.81          0          0       0.00       0.00
1800.03/1800.01	c   dual LP          :    1111.59     275028    8259581      30.03    7430.39
1800.03/1800.01	c   lex dual LP      :       0.00          0          0       0.00          -
1800.03/1800.01	c   barrier LP       :       0.00          0          0       0.00          -
1800.03/1800.01	c   diving/probing LP:      82.96      17462     559238      32.03    6741.43
1800.03/1800.01	c   strong branching :      73.48       7489     498505      66.56    6784.18
1800.03/1800.01	c     (at root node) :          -         33       4408     133.58          -
1800.03/1800.01	c   conflict analysis:       0.00          0          0       0.00          -
1800.03/1800.01	c B&B Tree           :
1800.03/1800.01	c   number of runs   :          1
1800.03/1800.01	c   nodes            :     226352
1800.03/1800.01	c   nodes (total)    :     226352
1800.03/1800.01	c   nodes left       :        130
1800.03/1800.01	c   max depth        :         92
1800.03/1800.01	c   max depth (total):         92
1800.03/1800.01	c   backtracks       :      22489 (9.9%)
1800.03/1800.01	c   delayed cutoffs  :       6047
1800.03/1800.01	c   repropagations   :     520668 (1404932 domain reductions, 4456 cutoffs)
1800.03/1800.01	c   avg switch length:       6.24
1800.03/1800.01	c   switching time   :      65.91
1800.03/1800.01	c Solution           :
1800.03/1800.01	c   Solutions found  :        274 (38 improvements)
1800.03/1800.01	c   First Solution   : +1.35864000000000e+05   (in run 1, after 0 nodes, 0.05 seconds, depth 0, found by <trivial>)
1800.03/1800.01	c   Primal Bound     : +2.00000000000000e+00   (in run 1, after 172792 nodes, 1538.84 seconds, depth 56, found by <relaxation>)
1800.03/1800.01	c   Dual Bound       : +0.00000000000000e+00
1800.03/1800.01	c   Gap              :   infinite
1800.03/1800.01	c   Root Dual Bound  : +0.00000000000000e+00
1800.03/1800.01	c   Root Iterations  :        762
1800.03/1800.07	c Time complete: 1800.1.

Verifier Data

OK	2

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-3447418-1307901525/watcher-3447418-1307901525 -o /var/tmp/evaluation-result-3447418-1307901525/solver-3447418-1307901525 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447418-1307901525.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.96 2/177 9778
/proc/meminfo: memFree=1325064/32951124 swapFree=67054712/67111528
[pid=9778] ppid=9776 vsize=10296 CPUtime=0 cores=1,3,5,7
/proc/9778/stat : 9778 (scip-2.0.1.4.li) R 9776 9778 9270 0 -1 4202496 1563 0 0 0 0 0 0 0 25 0 1 0 980383120 10543104 1516 33554432000 4194304 9128323 140735137703856 18446744073709551615 6886064 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9778/statm: 2574 1519 399 1205 0 1365 0

[startup+0.058447 s]
/proc/loadavg: 1.92 1.98 1.96 2/177 9778
/proc/meminfo: memFree=1325064/32951124 swapFree=67054712/67111528
[pid=9778] ppid=9776 vsize=34704 CPUtime=0.05 cores=1,3,5,7
/proc/9778/stat : 9778 (scip-2.0.1.4.li) R 9776 9778 9270 0 -1 4202496 7348 0 0 0 5 0 0 0 25 0 1 0 980383120 35536896 7299 33554432000 4194304 9128323 140735137703856 18446744073709551615 5284478 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9778/statm: 8676 7299 508 1205 0 7467 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 34704

[startup+0.100439 s]
/proc/loadavg: 1.92 1.98 1.96 2/177 9778
/proc/meminfo: memFree=1325064/32951124 swapFree=67054712/67111528
[pid=9778] ppid=9776 vsize=35728 CPUtime=0.09 cores=1,3,5,7
/proc/9778/stat : 9778 (scip-2.0.1.4.li) R 9776 9778 9270 0 -1 4202496 7950 0 0 0 9 0 0 0 25 0 1 0 980383120 36585472 7644 33554432000 4194304 9128323 140735137703856 18446744073709551615 5973112 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9778/statm: 8932 7644 531 1205 0 7723 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35728

[startup+0.300407 s]
/proc/loadavg: 1.92 1.98 1.96 2/177 9778
/proc/meminfo: memFree=1325064/32951124 swapFree=67054712/67111528
[pid=9778] ppid=9776 vsize=72480 CPUtime=0.29 cores=1,3,5,7
/proc/9778/stat : 9778 (scip-2.0.1.4.li) R 9776 9778 9270 0 -1 4202496 17435 0 0 0 27 2 0 0 18 0 1 0 980383120 74219520 17017 33554432000 4194304 9128323 140735137703856 18446744073709551615 6886064 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9778/statm: 18120 17034 686 1205 0 16911 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 72480

[startup+0.700321 s]
/proc/loadavg: 1.92 1.98 1.96 2/177 9778
/proc/meminfo: memFree=1325064/32951124 swapFree=67054712/67111528
[pid=9778] ppid=9776 vsize=53636 CPUtime=0.69 cores=1,3,5,7
/proc/9778/stat : 9778 (scip-2.0.1.4.li) R 9776 9778 9270 0 -1 4202496 21485 0 0 0 66 3 0 0 18 0 1 0 980383120 54923264 12359 33554432000 4194304 9128323 140735137703856 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9778/statm: 13409 12359 712 1205 0 12200 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 53636

[startup+1.50019 s]
/proc/loadavg: 1.92 1.98 1.96 3/178 9779
/proc/meminfo: memFree=1274452/32951124 swapFree=67054712/67111528
[pid=9778] ppid=9776 vsize=64956 CPUtime=1.49 cores=1,3,5,7
/proc/9778/stat : 9778 (scip-2.0.1.4.li) R 9776 9778 9270 0 -1 4202496 24156 0 0 0 145 4 0 0 19 0 1 0 980383120 66514944 15026 33554432000 4194304 9128323 140735137703856 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9778/statm: 16239 15026 711 1205 0 15030 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 64956

[startup+3.10091 s]
/proc/loadavg: 1.92 1.98 1.96 3/178 9779
/proc/meminfo: memFree=1264284/32951124 swapFree=67054712/67111528
[pid=9778] ppid=9776 vsize=67756 CPUtime=3.09 cores=1,3,5,7
/proc/9778/stat : 9778 (scip-2.0.1.4.li) R 9776 9778 9270 0 -1 4202496 31054 0 0 0 301 8 0 0 25 0 1 0 980383120 69382144 15759 33554432000 4194304 9128323 140735137703856 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9778/statm: 16939 15759 733 1205 0 15730 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 67756

[startup+6.30035 s]
/proc/loadavg: 1.93 1.98 1.96 3/178 9779
/proc/meminfo: memFree=1261804/32951124 swapFree=67054712/67111528
[pid=9778] ppid=9776 vsize=67936 CPUtime=6.29 cores=1,3,5,7
/proc/9778/stat : 9778 (scip-2.0.1.4.li) R 9776 9778 9270 0 -1 4202496 31097 0 0 0 612 17 0 0 25 0 1 0 980383120 69566464 15802 33554432000 4194304 9128323 140735137703856 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9778/statm: 16984 15802 733 1205 0 15775 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 67936

[startup+12.7002 s]
/proc/loadavg: 1.93 1.98 1.96 3/178 9780
/proc/meminfo: memFree=1264932/32951124 swapFree=67054712/67111528
[pid=9778] ppid=9776 vsize=68516 CPUtime=12.69 cores=1,3,5,7
/proc/9778/stat : 9778 (scip-2.0.1.4.li) R 9776 9778 9270 0 -1 4202496 31213 0 0 0 1233 36 0 0 25 0 1 0 980383120 70160384 15918 33554432000 4194304 9128323 140735137703856 18446744073709551615 6712802 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9778/statm: 17129 15918 733 1205 0 15920 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 68516

[startup+25.501 s]
/proc/loadavg: 1.95 1.98 1.96 3/178 9780
/proc/meminfo: memFree=1251040/32951124 swapFree=67054712/67111528
[pid=9778] ppid=9776 vsize=75676 CPUtime=25.49 cores=1,3,5,7
/proc/9778/stat : 9778 (scip-2.0.1.4.li) R 9776 9778 9270 0 -1 4202496 38639 0 0 0 2479 70 0 0 25 0 1 0 980383120 77492224 17601 33554432000 4194304 9128323 140735137703856 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9778/statm: 18919 17601 735 1205 0 17710 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 75676

[startup+51.1005 s]
/proc/loadavg: 2.04 2.00 1.96 3/178 9781
/proc/meminfo: memFree=1242544/32951124 swapFree=67054712/67111528
[pid=9778] ppid=9776 vsize=81940 CPUtime=51.09 cores=1,3,5,7
/proc/9778/stat : 9778 (scip-2.0.1.4.li) R 9776 9778 9270 0 -1 4202496 48423 0 0 0 4982 127 0 0 25 0 1 0 980383120 83906560 19158 33554432000 4194304 9128323 140735137703856 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9778/statm: 20485 19158 738 1205 0 19276 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 81940

[startup+102.307 s]
/proc/loadavg: 2.10 2.02 1.97 3/178 9782
/proc/meminfo: memFree=1218912/32951124 swapFree=67054712/67111528
[pid=9778] ppid=9776 vsize=88060 CPUtime=102.3 cores=1,3,5,7
/proc/9778/stat : 9778 (scip-2.0.1.4.li) R 9776 9778 9270 0 -1 4202496 55870 0 0 0 9964 266 0 0 25 0 1 0 980383120 90173440 20654 33554432000 4194304 9128323 140735137703856 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9778/statm: 22015 20654 741 1205 0 20806 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 88060

[startup+162.301 s]
/proc/loadavg: 2.03 2.01 1.97 3/178 9832
/proc/meminfo: memFree=1579692/32951124 swapFree=67054712/67111528
[pid=9778] ppid=9776 vsize=94936 CPUtime=162.29 cores=1,3,5,7
/proc/9778/stat : 9778 (scip-2.0.1.4.li) R 9776 9778 9270 0 -1 4202496 63494 0 0 0 15796 433 0 0 25 0 1 0 980383120 97214464 22382 33554432000 4194304 9128323 140735137703856 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9778/statm: 23734 22382 741 1205 0 22525 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 94936

[startup+222.301 s]
/proc/loadavg: 2.01 2.00 1.97 3/178 9833
/proc/meminfo: memFree=1553636/32951124 swapFree=67054712/67111528
[pid=9778] ppid=9776 vsize=98832 CPUtime=222.3 cores=1,3,5,7
/proc/9778/stat : 9778 (scip-2.0.1.4.li) R 9776 9778 9270 0 -1 4202496 64504 0 0 0 21651 579 0 0 25 0 1 0 980383120 101203968 23386 33554432000 4194304 9128323 140735137703856 18446744073709551615 6713321 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9778/statm: 24708 23386 741 1205 0 23499 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 98832

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 9835
/proc/meminfo: memFree=1519228/32951124 swapFree=67054712/67111528
[pid=9778] ppid=9776 vsize=102632 CPUtime=282.3 cores=1,3,5,7
/proc/9778/stat : 9778 (scip-2.0.1.4.li) R 9776 9778 9270 0 -1 4202496 71359 0 0 0 27511 719 0 0 25 0 1 0 980383120 105095168 24355 33554432000 4194304 9128323 140735137703856 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9778/statm: 25658 24355 741 1205 0 24449 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 102632

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 9836
/proc/meminfo: memFree=1498952/32951124 swapFree=67054712/67111528
[pid=9778] ppid=9776 vsize=108468 CPUtime=342.3 cores=1,3,5,7
/proc/9778/stat : 9778 (scip-2.0.1.4.li) R 9776 9778 9270 0 -1 4202496 72829 0 0 0 33368 862 0 0 25 0 1 0 980383120 111071232 25825 33554432000 4194304 9128323 140735137703856 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9778/statm: 27117 25825 741 1205 0 25908 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 108468

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 9838
/proc/meminfo: memFree=1468388/32951124 swapFree=67054712/67111528
[pid=9778] ppid=9776 vsize=111032 CPUtime=402.3 cores=1,3,5,7
/proc/9778/stat : 9778 (scip-2.0.1.4.li) R 9776 9778 9270 0 -1 4202496 73469 0 0 0 39230 1000 0 0 25 0 1 0 980383120 113696768 26463 33554432000 4194304 9128323 140735137703856 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9778/statm: 27758 26463 741 1205 0 26549 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 111032

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 9840
/proc/meminfo: memFree=1445140/32951124 swapFree=67054712/67111528
[pid=9778] ppid=9776 vsize=114644 CPUtime=462.3 cores=1,3,5,7
/proc/9778/stat : 9778 (scip-2.0.1.4.li) R 9776 9778 9270 0 -1 4202496 74352 0 0 0 45098 1132 0 0 25 0 1 0 980383120 117395456 27345 33554432000 4194304 9128323 140735137703856 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9778/statm: 28661 27345 741 1205 0 27452 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 114644

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 9841
/proc/meminfo: memFree=1427116/32951124 swapFree=67054712/67111528
[pid=9778] ppid=9776 vsize=123876 CPUtime=522.31 cores=1,3,5,7
/proc/9778/stat : 9778 (scip-2.0.1.4.li) R 9776 9778 9270 0 -1 4202496 94220 0 0 0 50956 1275 0 0 25 0 1 0 980383120 126849024 29684 33554432000 4194304 9128323 140735137703856 18446744073709551615 7192183 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9778/statm: 30969 29684 742 1205 0 29760 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 123876

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 9843
/proc/meminfo: memFree=1408344/32951124 swapFree=67054712/67111528
[pid=9778] ppid=9776 vsize=130764 CPUtime=582.3 cores=1,3,5,7
/proc/9778/stat : 9778 (scip-2.0.1.4.li) R 9776 9778 9270 0 -1 4202496 101885 0 0 0 56812 1418 0 0 25 0 1 0 980383120 133902336 31434 33554432000 4194304 9128323 140735137703856 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9778/statm: 32691 31434 742 1205 0 31482 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 130764

[startup+642.3 s]

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

[startup+822.301 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 9887
/proc/meminfo: memFree=1479288/32951124 swapFree=67054712/67111528
[pid=9778] ppid=9776 vsize=194492 CPUtime=822.31 cores=1,3,5,7
/proc/9778/stat : 9778 (scip-2.0.1.4.li) R 9776 9778 9270 0 -1 4202496 160098 0 0 0 80293 1938 0 0 25 0 1 0 980383120 199159808 47108 33554432000 4194304 9128323 140735137703856 18446744073709551615 7205354 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9778/statm: 48623 47108 745 1205 0 47414 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 194492

[startup+882.3 s]
/proc/loadavg: 2.03 2.01 1.97 3/178 9889
/proc/meminfo: memFree=1437048/32951124 swapFree=67054712/67111528
[pid=9778] ppid=9776 vsize=230616 CPUtime=882.31 cores=1,3,5,7
/proc/9778/stat : 9778 (scip-2.0.1.4.li) R 9776 9778 9270 0 -1 4202496 174608 0 0 0 86241 1990 0 0 25 0 1 0 980383120 236150784 56142 33554432000 4194304 9128323 140735137703856 18446744073709551615 4859471 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9778/statm: 57654 56142 754 1205 0 56445 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 230616

[startup+942.301 s]
/proc/loadavg: 2.01 2.01 1.97 3/178 9928
/proc/meminfo: memFree=1420128/32951124 swapFree=67054712/67111528
[pid=9778] ppid=9776 vsize=246584 CPUtime=942.32 cores=1,3,5,7
/proc/9778/stat : 9778 (scip-2.0.1.4.li) R 9776 9778 9270 0 -1 4202496 202866 0 0 0 92189 2043 0 0 25 0 1 0 980383120 252502016 60081 33554432000 4194304 9128323 140735137703856 18446744073709551615 5853184 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9778/statm: 61646 60081 754 1205 0 60437 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 246584

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 9930
/proc/meminfo: memFree=1408660/32951124 swapFree=67054712/67111528
[pid=9778] ppid=9776 vsize=247492 CPUtime=1002.31 cores=1,3,5,7
/proc/9778/stat : 9778 (scip-2.0.1.4.li) R 9776 9778 9270 0 -1 4202496 264204 0 0 0 98077 2154 0 0 25 0 1 0 980383120 253431808 60332 33554432000 4194304 9128323 140735137703856 18446744073709551615 18446744073699065911 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9778/statm: 61873 60332 754 1205 0 60664 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 247492

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 9932
/proc/meminfo: memFree=1397324/32951124 swapFree=67054712/67111528
[pid=9778] ppid=9776 vsize=248720 CPUtime=1062.32 cores=1,3,5,7
/proc/9778/stat : 9778 (scip-2.0.1.4.li) R 9776 9778 9270 0 -1 4202496 270390 0 0 0 103979 2253 0 0 25 0 1 0 980383120 254689280 60632 33554432000 4194304 9128323 140735137703856 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9778/statm: 62180 60632 754 1205 0 60971 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 248720

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 9933
/proc/meminfo: memFree=1385872/32951124 swapFree=67054712/67111528
[pid=9778] ppid=9776 vsize=249440 CPUtime=1122.31 cores=1,3,5,7
/proc/9778/stat : 9778 (scip-2.0.1.4.li) R 9776 9778 9270 0 -1 4202496 305035 0 0 0 109875 2356 0 0 25 0 1 0 980383120 255426560 60808 33554432000 4194304 9128323 140735137703856 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9778/statm: 62360 60808 754 1205 0 61151 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 249440

[startup+1182.3 s]
/proc/loadavg: 2.04 2.01 1.98 3/178 9935
/proc/meminfo: memFree=1378380/32951124 swapFree=67054712/67111528
[pid=9778] ppid=9776 vsize=249976 CPUtime=1182.31 cores=1,3,5,7
/proc/9778/stat : 9778 (scip-2.0.1.4.li) R 9776 9778 9270 0 -1 4202496 310987 0 0 0 115772 2459 0 0 25 0 1 0 980383120 255975424 60952 33554432000 4194304 9128323 140735137703856 18446744073709551615 6713575 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9778/statm: 62494 60952 754 1205 0 61285 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 249976

[startup+1242.3 s]
/proc/loadavg: 2.01 2.01 1.98 3/178 9936
/proc/meminfo: memFree=1366552/32951124 swapFree=67054712/67111528
[pid=9778] ppid=9776 vsize=250416 CPUtime=1242.32 cores=1,3,5,7
/proc/9778/stat : 9778 (scip-2.0.1.4.li) R 9776 9778 9270 0 -1 4202496 315819 0 0 0 121671 2561 0 0 25 0 1 0 980383120 256425984 61078 33554432000 4194304 9128323 140735137703856 18446744073709551615 5332999 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9778/statm: 62604 61078 754 1205 0 61395 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 250416

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 9938
/proc/meminfo: memFree=1357696/32951124 swapFree=67054712/67111528
[pid=9778] ppid=9776 vsize=250780 CPUtime=1302.32 cores=1,3,5,7
/proc/9778/stat : 9778 (scip-2.0.1.4.li) R 9776 9778 9270 0 -1 4202496 315870 0 0 0 127577 2655 0 0 25 0 1 0 980383120 256798720 61129 33554432000 4194304 9128323 140735137703856 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9778/statm: 62695 61129 754 1205 0 61486 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 250780

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 9940
/proc/meminfo: memFree=1351820/32951124 swapFree=67054712/67111528
[pid=9778] ppid=9776 vsize=250788 CPUtime=1362.32 cores=1,3,5,7
/proc/9778/stat : 9778 (scip-2.0.1.4.li) R 9776 9778 9270 0 -1 4202496 320677 0 0 0 133479 2753 0 0 25 0 1 0 980383120 256806912 61131 33554432000 4194304 9128323 140735137703856 18446744073709551615 4219708 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9778/statm: 62697 61131 754 1205 0 61488 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 250788

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 9941
/proc/meminfo: memFree=1345556/32951124 swapFree=67054712/67111528
[pid=9778] ppid=9776 vsize=251476 CPUtime=1422.33 cores=1,3,5,7
/proc/9778/stat : 9778 (scip-2.0.1.4.li) R 9776 9778 9270 0 -1 4202496 320847 0 0 0 139382 2851 0 0 25 0 1 0 980383120 257511424 61299 33554432000 4194304 9128323 140735137703856 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9778/statm: 62869 61299 752 1205 0 61660 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 251476

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 9943
/proc/meminfo: memFree=1337932/32951124 swapFree=67054712/67111528
[pid=9778] ppid=9776 vsize=251832 CPUtime=1482.32 cores=1,3,5,7
/proc/9778/stat : 9778 (scip-2.0.1.4.li) R 9776 9778 9270 0 -1 4202496 320919 0 0 0 145290 2942 0 0 25 0 1 0 980383120 257875968 61371 33554432000 4194304 9128323 140735137703856 18446744073709551615 5241027 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9778/statm: 62958 61371 752 1205 0 61749 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 251832

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 9944
/proc/meminfo: memFree=1327324/32951124 swapFree=67054712/67111528
[pid=9778] ppid=9776 vsize=253232 CPUtime=1542.33 cores=1,3,5,7
/proc/9778/stat : 9778 (scip-2.0.1.4.li) R 9776 9778 9270 0 -1 4202496 332865 0 0 0 151192 3041 0 0 25 0 1 0 980383120 259309568 61744 33554432000 4194304 9128323 140735137703856 18446744073709551615 7343431 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9778/statm: 63308 61744 751 1205 0 62099 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 253232

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 9946
/proc/meminfo: memFree=1317084/32951124 swapFree=67054712/67111528
[pid=9778] ppid=9776 vsize=254712 CPUtime=1602.33 cores=1,3,5,7
/proc/9778/stat : 9778 (scip-2.0.1.4.li) R 9776 9778 9270 0 -1 4202496 349490 0 0 0 157095 3138 0 0 25 0 1 0 980383120 260825088 62133 33554432000 4194304 9128323 140735137703856 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9778/statm: 63678 62133 751 1205 0 62469 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 254712

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 9948
/proc/meminfo: memFree=1310440/32951124 swapFree=67054712/67111528
[pid=9778] ppid=9776 vsize=255656 CPUtime=1662.33 cores=1,3,5,7
/proc/9778/stat : 9778 (scip-2.0.1.4.li) R 9776 9778 9270 0 -1 4202496 354117 0 0 0 162995 3238 0 0 25 0 1 0 980383120 261791744 62372 33554432000 4194304 9128323 140735137703856 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9778/statm: 63914 62372 751 1205 0 62705 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 255656

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 9949
/proc/meminfo: memFree=1301708/32951124 swapFree=67054712/67111528
[pid=9778] ppid=9776 vsize=255952 CPUtime=1722.33 cores=1,3,5,7
/proc/9778/stat : 9778 (scip-2.0.1.4.li) R 9776 9778 9270 0 -1 4202496 356417 0 0 0 168897 3336 0 0 25 0 1 0 980383120 262094848 62442 33554432000 4194304 9128323 140735137703856 18446744073709551615 4792770 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9778/statm: 63988 62442 751 1205 0 62779 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 255952

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 9951
/proc/meminfo: memFree=1292100/32951124 swapFree=67054712/67111528
[pid=9778] ppid=9776 vsize=258352 CPUtime=1782.33 cores=1,3,5,7
/proc/9778/stat : 9778 (scip-2.0.1.4.li) R 9776 9778 9270 0 -1 4202496 357004 0 0 0 174805 3428 0 0 25 0 1 0 980383120 264552448 63028 33554432000 4194304 9128323 140735137703856 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9778/statm: 64588 63028 751 1205 0 63379 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 258352



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.06 2.02 1.98 3/178 9951
/proc/meminfo: memFree=1287248/32951124 swapFree=67054712/67111528
[pid=9778] ppid=9776 vsize=258504 CPUtime=1800.03 cores=1,3,5,7
/proc/9778/stat : 9778 (scip-2.0.1.4.li) R 9776 9778 9270 0 -1 4202496 361553 0 0 0 176546 3457 0 0 25 0 1 0 980383120 264708096 63124 33554432000 4194304 9128323 140735137703856 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9778/statm: 64626 63124 751 1205 0 63417 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 258504

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.11
CPU user time (s): 1765.52
CPU system time (s): 34.5917
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 274500

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

runsolver used 2.48162 second user time and 5.85811 second system time

The end

Launcher Data

Begin job on node119 at 2011-06-12 19:58:45
IDJOB=3447418
IDBENCH=79313
IDSOLVER=1944
FILE ID=node119/3447418-1307901525
RUNJOBID= node119-1307898652-9557
PBS_JOBID= 13559587
Free space on /var/tmp= 2872 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.1900564281--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-3447418-1307901525/watcher-3447418-1307901525 -o /var/tmp/evaluation-result-3447418-1307901525/solver-3447418-1307901525 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447418-1307901525.wbo -t 1800 -m 15500

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

MD5SUM BENCH= 504847a4e43d2b055735d72ea944fa39
RANDOM SEED=269147393

node119.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.815
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.63
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.815
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.815
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.815
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.815
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.67
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.815
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.815
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.815
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:       1325368 kB
Buffers:         52568 kB
Cached:       30219228 kB
SwapCached:      10968 kB
Active:       15738496 kB
Inactive:     14943656 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       1325368 kB
SwapTotal:    67111528 kB
SwapFree:     67054712 kB
Dirty:           12112 kB
Writeback:          16 kB
AnonPages:      407536 kB
Mapped:          16216 kB
Slab:           879172 kB
PageTables:       5312 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   605200 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= 2860 MiB
End job on node119 at 2011-06-12 20:28:47