Trace number 3447280

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.13 1800.09

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900562192--soft-0-100-0.wbo
MD5SUMdb6ee27e0a2875f2e81d96fef92170ce
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark43.2854
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 765
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-3447280-1307900555.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 135640
0.00/0.05	c feasible solution found by trivial heuristic, objective value  1.356400e+05
0.00/0.05	c presolving:
0.00/0.06	c (round 1) 0 del vars, 1 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.00/0.06	c (round 2) 0 del vars, 1 del conss, 0 add conss, 2707 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.09/0.11	c    (0.1s) probing: 101/2938 (3.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.11	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.11	c presolving (3 rounds):
0.09/0.11	c  0 deleted vars, 1 deleted constraints, 0 added constraints, 2707 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.11	c  2707 implications, 0 cliques
0.09/0.11	c presolved problem has 5645 variables (2938 bin, 0 int, 2707 impl, 0 cont) and 5414 constraints
0.09/0.11	c    2707 constraints of type <linear>
0.09/0.11	c    2707 constraints of type <indicator>
0.09/0.11	c transformed objective value is always integral (scale: 1)
0.09/0.11	c Presolving Time: 0.09
0.09/0.11	c - non default parameters ----------------------------------------------------------------------
0.09/0.11	c # SCIP version 2.0.1.4
0.09/0.11	c 
0.09/0.11	c # frequency for displaying node information lines
0.09/0.11	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.11	c display/freq = 10000
0.09/0.11	c 
0.09/0.11	c # maximal time in seconds to run
0.09/0.11	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.11	c limits/time = 1800
0.09/0.11	c 
0.09/0.11	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.11	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.11	c limits/memory = 13950
0.09/0.11	c 
0.09/0.11	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.11	c # [type: int, range: [1,2], default: 1]
0.09/0.11	c timing/clocktype = 2
0.09/0.11	c 
0.09/0.11	c # belongs reading time to solving time?
0.09/0.11	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.11	c timing/reading = TRUE
0.09/0.11	c 
0.09/0.11	c # should presolving try to simplify inequalities
0.09/0.11	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.11	c constraints/linear/simplifyinequalities = TRUE
0.09/0.11	c 
0.09/0.11	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.11	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.11	c constraints/indicator/addCouplingCons = TRUE
0.09/0.11	c 
0.09/0.11	c # should presolving try to simplify knapsacks
0.09/0.11	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.11	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.11	c 
0.09/0.11	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.11	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.11	c separating/rapidlearning/freq = 0
0.09/0.11	c 
0.09/0.11	c -----------------------------------------------------------------------------------------------
0.09/0.11	c start solving
0.09/0.12	c 
0.09/0.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.09/0.15	c t 0.2s|     1 |     0 |   245 |     - |  17M|   0 |  43 |5645 |8121 |5645 |2707 |   0 |   0 |   0 | 0.000000e+00 | 1.356400e+05 |    Inf 
0.39/0.49	c   0.5s|     1 |     0 |   494 |     - |  18M|   0 |  37 |5645 |8121 |5645 |2729 |  22 |   0 |   0 | 0.000000e+00 | 1.356400e+05 |    Inf 
0.69/0.72	c   0.7s|     1 |     0 |   665 |     - |  18M|   0 |  39 |5645 |8121 |5645 |2760 |  53 |   0 |   0 | 0.000000e+00 | 1.356400e+05 |    Inf 
0.89/0.92	c   0.9s|     1 |     0 |   709 |     - |  18M|   0 |  49 |5645 |8121 |5645 |2772 |  65 |   0 |   0 | 0.000000e+00 | 1.356400e+05 |    Inf 
1.19/1.23	c   1.2s|     1 |     0 |   735 |     - |  19M|   0 |  54 |5645 |8121 |5645 |2776 |  69 |   0 |   0 | 0.000000e+00 | 1.356400e+05 |    Inf 
1.49/1.57	c   1.6s|     1 |     0 |   766 |     - |  19M|   0 |  52 |5645 |8121 |5645 |2778 |  71 |   0 |   0 | 0.000000e+00 | 1.356400e+05 |    Inf 
1.89/1.93	c   1.9s|     1 |     0 |   793 |     - |  19M|   0 |  55 |5645 |8121 |5645 |2783 |  76 |   0 |   0 | 0.000000e+00 | 1.356400e+05 |    Inf 
2.79/2.87	c   2.9s|     1 |     2 |   793 |     - |  19M|   0 |  55 |5645 |8121 |5645 |2783 |  76 |   0 |  33 | 0.000000e+00 | 1.356400e+05 |    Inf 
12.19/12.23	o 641
12.19/12.23	c *12.2s|   155 |   154 |  5477 |  30.4 |  23M| 119 |   - |5645 |8121 |5645 |2800 | 100 |   0 |1015 | 0.000000e+00 | 6.410000e+02 |    Inf 
12.49/12.56	o 589
12.49/12.56	c *12.6s|   192 |   185 |  6099 |  27.8 |  26M| 119 |   - |5645 |8128 |5645 |2789 | 115 |   7 |1027 | 0.000000e+00 | 5.890000e+02 |    Inf 
14.89/14.96	o 569
14.89/14.96	c *15.0s|   383 |   328 | 11545 |  28.1 |  32M| 125 |   - |5645 |8209 |5645 |2814 | 339 |  88 |1132 | 0.000000e+00 | 5.690000e+02 |    Inf 
15.09/15.17	o 534
15.09/15.17	c *15.2s|   397 |   334 | 11846 |  27.9 |  32M| 125 |   - |5645 |8213 |5645 |2806 | 369 |  92 |1134 | 0.000000e+00 | 5.340000e+02 |    Inf 
15.59/15.64	o 428
15.59/15.64	c *15.6s|   438 |   322 | 12691 |  27.2 |  31M| 125 |   - |5645 |8235 |5645 |2810 | 437 | 114 |1139 | 0.000000e+00 | 4.280000e+02 |    Inf 
15.59/15.66	o 395
15.59/15.66	c *15.7s|   439 |   307 | 12700 |  27.2 |  32M| 125 |   - |5645 |8235 |5645 |2798 | 437 | 114 |1139 | 0.000000e+00 | 3.950000e+02 |    Inf 
16.09/16.16	o 379
16.09/16.16	c *16.2s|   470 |   316 | 13901 |  27.9 |  32M| 125 |   - |5645 |8249 |5645 |2795 | 492 | 128 |1144 | 0.000000e+00 | 3.790000e+02 |    Inf 
22.09/22.16	o 374
22.09/22.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
22.09/22.16	c *22.2s|   635 |   435 | 50042 |  77.7 |  32M| 125 |   - |5645 |8313 |5645 |2792 | 994 | 192 |1482 | 0.000000e+00 | 3.740000e+02 |    Inf 
23.79/23.89	o 352
23.79/23.89	c *23.9s|   690 |   454 | 58653 |  84.0 |  32M| 125 |   - |5645 |8325 |5645 |2804 |1108 | 204 |1563 | 0.000000e+00 | 3.520000e+02 |    Inf 
23.89/23.90	o 346
23.89/23.90	c *23.9s|   691 |   452 | 58656 |  83.9 |  32M| 125 |   - |5645 |8325 |5645 |2803 |1108 | 204 |1563 | 0.000000e+00 | 3.460000e+02 |    Inf 
31.29/31.35	o 342
31.29/31.35	c *31.4s|  1231 |   738 | 83814 |  67.5 |  34M| 125 |   - |5645 |8696 |5645 |2787 |1568 | 575 |1792 | 0.000000e+00 | 3.420000e+02 |    Inf 
32.09/32.11	o 321
32.09/32.11	c *32.1s|  1284 |   738 | 86211 |  66.6 |  34M| 125 |   - |5645 |8746 |5645 |2803 |1651 | 625 |1797 | 0.000000e+00 | 3.210000e+02 |    Inf 
33.19/33.22	o 318
33.19/33.22	c *33.2s|  1347 |   763 | 89862 |  66.2 |  34M| 125 |   - |5645 |8790 |5645 |2803 |1818 | 670 |1802 | 0.000000e+00 | 3.180000e+02 |    Inf 
33.19/33.24	o 296
33.19/33.24	c *33.2s|  1348 |   740 | 89871 |  66.1 |  34M| 125 |   - |5645 |8790 |5645 |2802 |1818 | 670 |1802 | 0.000000e+00 | 2.960000e+02 |    Inf 
33.89/34.00	o 293
33.89/34.00	c *34.0s|  1410 |   774 | 93837 |  66.0 |  34M| 125 |   - |5645 |8818 |5645 |2792 |1866 | 698 |1808 | 0.000000e+00 | 2.930000e+02 |    Inf 
42.19/42.24	o 275
42.19/42.24	c *42.2s|  1799 |   978 |139010 |  76.9 |  35M| 125 |   - |5645 |9032 |5645 |2781 |2724 | 913 |1842 | 0.000000e+00 | 2.750000e+02 |    Inf 
43.29/43.38	o 261
43.29/43.38	c *43.4s|  1835 |   971 |144104 |  78.1 |  35M| 125 |   - |5645 |9053 |5645 |2825 |2922 | 934 |1842 | 0.000000e+00 | 2.610000e+02 |    Inf 
43.59/43.66	o 259
43.59/43.66	c *43.7s|  1843 |   970 |144655 |  78.1 |  35M| 125 |   - |5645 |9058 |5645 |2875 |2981 | 940 |1842 | 0.000000e+00 | 2.590000e+02 |    Inf 
43.70/43.76	o 237
43.70/43.76	c c43.8s|  1847 |   930 |144761 |  78.0 |  35M| 125 |   - |5645 |9063 |5645 |2875 |2981 | 945 |1842 | 0.000000e+00 | 2.370000e+02 |    Inf 
44.20/44.27	o 235
44.20/44.27	c *44.3s|  1855 |   927 |146833 |  78.8 |  35M| 125 |   - |5645 |9065 |5645 |2863 |3069 | 947 |1842 | 0.000000e+00 | 2.350000e+02 |    Inf 
44.30/44.35	o 220
44.30/44.35	c *44.4s|  1858 |   861 |146908 |  78.7 |  34M| 125 |   - |5645 |9065 |5645 |2866 |3072 | 947 |1842 | 0.000000e+00 | 2.200000e+02 |    Inf 
44.50/44.58	o 204
44.50/44.58	c *44.6s|  1861 |   822 |148314 |  79.3 |  34M| 125 |   - |5645 |9065 |5645 |2811 |3107 | 947 |1842 | 0.000000e+00 | 2.040000e+02 |    Inf 
51.79/51.89	o 171
51.79/51.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
51.79/51.89	c *51.9s|  2180 |   898 |189681 |  86.7 |  35M| 125 |   - |5645 |9251 |5645 |2817 |3809 |1137 |1861 | 0.000000e+00 | 1.710000e+02 |    Inf 
52.80/52.89	o 170
52.80/52.89	c *52.9s|  2225 |   913 |195443 |  87.5 |  36M| 125 |   - |5645 |9292 |5645 |2776 |3817 |1178 |1863 | 0.000000e+00 | 1.700000e+02 |    Inf 
53.69/53.72	o 157
53.69/53.72	c *53.7s|  2261 |   878 |199760 |  88.0 |  36M| 125 |   - |5645 |9331 |5645 |2789 |3867 |1220 |1867 | 0.000000e+00 | 1.570000e+02 |    Inf 
54.79/54.88	o 145
54.79/54.88	c *54.9s|  2305 |   827 |206399 |  89.2 |  36M| 125 |   - |5645 |9368 |5645 |2791 |3921 |1259 |1874 | 0.000000e+00 | 1.450000e+02 |    Inf 
55.40/55.49	o 128
55.40/55.49	c *55.5s|  2324 |   713 |209758 |  90.0 |  35M| 125 |   - |5645 |9388 |5645 |2809 |3954 |1279 |1876 | 0.000000e+00 | 1.280000e+02 |    Inf 
56.69/56.76	o 124
56.69/56.76	c *56.8s|  2385 |   726 |216475 |  90.5 |  36M| 125 |   - |5645 |9432 |5645 |2806 |4009 |1325 |1882 | 0.000000e+00 | 1.240000e+02 |    Inf 
58.50/58.50	o 114
58.50/58.50	c *58.5s|  2501 |   710 |223866 |  89.2 |  38M| 125 |   - |5645 |9541 |5645 |2788 |4048 |1462 |1891 | 0.000000e+00 | 1.140000e+02 |    Inf 
58.89/58.98	o 110
58.89/58.98	c *59.0s|  2527 |   709 |226075 |  89.2 |  39M| 125 |   - |5645 |9563 |5645 |2791 |4069 |1491 |1893 | 0.000000e+00 | 1.100000e+02 |    Inf 
60.19/60.29	o 101
60.19/60.29	c *60.3s|  2696 |   679 |229056 |  84.7 |  39M| 125 |   - |5645 |9614 |5645 |2778 |4089 |1609 |1893 | 0.000000e+00 | 1.010000e+02 |    Inf 
61.09/61.16	o 89
61.09/61.16	c *61.2s|  2804 |   637 |230665 |  82.0 |  39M| 125 |   - |5645 |9655 |5645 |2777 |4103 |1694 |1900 | 0.000000e+00 | 8.900000e+01 |    Inf 
61.39/61.41	o 88
61.39/61.41	c *61.4s|  2823 |   631 |231450 |  81.7 |  39M| 125 |   - |5645 |9018 |5645 |2776 |4103 |1702 |1900 | 0.000000e+00 | 8.800000e+01 |    Inf 
61.50/61.51	o 86
61.50/61.51	c *61.5s|  2830 |   623 |231843 |  81.7 |  39M| 125 |   - |5645 |8950 |5645 |2778 |4105 |1702 |1900 | 0.000000e+00 | 8.600000e+01 |    Inf 
71.29/71.35	o 78
71.29/71.35	c *71.4s|  4178 |   618 |253791 |  60.6 |  40M| 125 |   - |5645 |9075 |5645 |2750 |4144 |2666 |1911 | 0.000000e+00 | 7.800000e+01 |    Inf 
83.69/83.73	o 77
83.69/83.73	c *83.7s|  6286 |   946 |275004 |  43.6 |  46M| 125 |   - |5645 |9047 |5645 |2754 |4331 |4133 |1931 | 0.000000e+00 | 7.700000e+01 |    Inf 
106.60/106.67	c   107s| 10000 |  1450 |312320 |  31.2 |  58M| 125 |   6 |5645 |8528 |5645 |2748 |4478 |7121 |1949 | 0.000000e+00 | 7.700000e+01 |    Inf 
170.19/170.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
170.19/170.22	c   170s| 20000 |  2314 |397969 |  19.9 |  81M| 125 |   3 |5645 |8904 |5645 |2749 |5541 |  16k|2084 | 0.000000e+00 | 7.700000e+01 |    Inf 
231.29/231.39	c   231s| 30000 |  3095 |471352 |  15.7 |  99M| 125 |   - |5645 |8975 |   0 |   0 |6238 |  25k|2232 | 0.000000e+00 | 7.700000e+01 |    Inf 
235.49/235.52	o 72
235.49/235.52	c * 236s| 30712 |  3136 |477019 |  15.5 | 101M| 125 |   - |5645 |8770 |5645 |2754 |6273 |  26k|2250 | 0.000000e+00 | 7.200000e+01 |    Inf 
266.70/266.79	o 63
266.70/266.79	c * 267s| 35440 |  3416 |518726 |  14.6 | 108M| 125 |   - |5645 |8408 |5645 |2748 |6930 |  30k|2334 | 0.000000e+00 | 6.300000e+01 |    Inf 
267.00/267.06	o 56
267.00/267.06	c l 267s| 35462 |  3343 |518997 |  14.6 | 105M| 125 |   - |5645 |7888 |5645 |2749 |6931 |  30k|2335 | 0.000000e+00 | 5.600000e+01 |    Inf 
293.10/293.19	c   293s| 40000 |  3543 |552157 |  13.8 | 113M| 125 |   - |5645 |8098 |5645 |2749 |7199 |  35k|2415 | 0.000000e+00 | 5.600000e+01 |    Inf 
300.21/300.29	o 51
300.21/300.29	c * 300s| 41327 |  3613 |561875 |  13.6 | 114M| 125 |   - |5645 |7866 |5645 |2754 |7304 |  36k|2428 | 0.000000e+00 | 5.100000e+01 |    Inf 
308.90/308.97	o 36
308.90/308.97	c * 309s| 42767 |  3513 |572674 |  13.4 | 108M| 125 |   - |5645 |7424 |5645 |2754 |7429 |  38k|2474 | 0.000000e+00 | 3.600000e+01 |    Inf 
348.29/348.35	c   348s| 50000 |  3515 |641254 |  12.8 | 110M| 125 |  11 |5645 |6520 |5645 |2748 |7601 |  46k|2605 | 0.000000e+00 | 3.600000e+01 |    Inf 
383.30/383.35	o 33
383.30/383.35	c * 383s| 57748 |  3567 |694257 |  12.0 | 109M| 125 |   - |5645 |7153 |5645 |2748 |7777 |  54k|2690 | 0.000000e+00 | 3.300000e+01 |    Inf 
394.80/394.85	o 29
394.80/394.85	c * 395s| 59854 |  3347 |712244 |  11.9 | 103M| 125 |   - |5645 |6025 |5645 |2748 |7820 |  56k|2750 | 0.000000e+00 | 2.900000e+01 |    Inf 
395.60/395.67	c   396s| 60000 |  3355 |713743 |  11.9 | 103M| 125 |  15 |5645 |5908 |5645 |2748 |7823 |  56k|2751 | 0.000000e+00 | 2.900000e+01 |    Inf 
400.10/400.10	o 23
400.10/400.10	c * 400s| 60748 |  3132 |721840 |  11.9 |  94M| 125 |   - |5645 |6161 |5645 |2780 |7850 |  57k|2760 | 0.000000e+00 | 2.300000e+01 |    Inf 
410.00/410.01	o 21
410.00/410.01	c * 410s| 62320 |  2972 |747312 |  12.0 |  90M| 125 |   - |5645 |5414 |5645 |2778 |7868 |  59k|2814 | 0.000000e+00 | 2.100000e+01 |    Inf 
411.80/411.88	o 2
411.80/411.88	c * 412s| 62592 |   996 |752310 |  12.0 |  48M| 125 |   - |5645 |5107 |5645 |2753 |7874 |  59k|2825 | 0.000000e+00 | 2.000000e+00 |    Inf 
445.90/445.97	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
445.90/445.97	c   446s| 70000 |   435 |897320 |  12.8 |  44M| 125 |   - |5645 |7452 |5645 |2776 |7875 |  69k|3026 | 0.000000e+00 | 2.000000e+00 |    Inf 
490.61/490.66	c   491s| 80000 |   462 |  1081k|  13.5 |  47M| 125 |  22 |5645 |  12k|5645 |2776 |7875 |  82k|3295 | 0.000000e+00 | 2.000000e+00 |    Inf 
534.10/534.16	c   534s| 90000 |   404 |  1248k|  13.9 |  46M| 125 |   - |5645 |  11k|   0 |   0 |7875 |  96k|3558 | 0.000000e+00 | 2.000000e+00 |    Inf 
575.31/575.31	c   575s|100000 |   403 |  1408k|  14.1 |  48M| 125 |   - |5645 |  16k|   0 |   0 |7875 | 110k|3760 | 0.000000e+00 | 2.000000e+00 |    Inf 
618.21/618.21	c   618s|110000 |   404 |  1572k|  14.3 |  48M| 125 |  29 |5645 |  15k|5645 |2776 |7875 | 123k|3986 | 0.000000e+00 | 2.000000e+00 |    Inf 
660.02/660.04	c   660s|120000 |   365 |  1725k|  14.4 |  48M| 125 |   - |5645 |  14k|5645 |2776 |7875 | 136k|4206 | 0.000000e+00 | 2.000000e+00 |    Inf 
699.52/699.56	o 1
699.52/699.56	c * 700s|129726 |   352 |  1870k|  14.4 |  49M| 125 |   - |5645 |  17k|5645 |2776 |7875 | 149k|4385 | 0.000000e+00 | 1.000000e+00 |    Inf 
700.71/700.77	c   701s|130000 |   344 |  1874k|  14.4 |  49M| 125 |  31 |5645 |  16k|5645 |2776 |7875 | 149k|4393 | 0.000000e+00 | 1.000000e+00 |    Inf 
743.71/743.76	c   744s|140000 |   346 |  2040k|  14.6 |  49M| 125 |  27 |5645 |  17k|5645 |2776 |7875 | 163k|4589 | 0.000000e+00 | 1.000000e+00 |    Inf 
786.31/786.38	c   786s|150000 |   366 |  2202k|  14.7 |  52M| 125 |   - |5645 |  23k|5645 |2776 |7875 | 177k|4779 | 0.000000e+00 | 1.000000e+00 |    Inf 
829.71/829.73	c   830s|160000 |   362 |  2365k|  14.8 |  52M| 125 |  41 |5645 |  23k|5645 |2776 |7875 | 191k|4918 | 0.000000e+00 | 1.000000e+00 |    Inf 
873.81/873.87	c   874s|170000 |   375 |  2518k|  14.8 |  53M| 125 |  35 |5645 |  24k|5645 |2776 |7875 | 205k|5096 | 0.000000e+00 | 1.000000e+00 |    Inf 
921.12/921.19	c   921s|180000 |   351 |  2682k|  14.9 |  54M| 125 |  35 |5645 |  26k|5645 |2776 |7875 | 219k|5283 | 0.000000e+00 | 1.000000e+00 |    Inf 
965.82/965.83	c   966s|190000 |   390 |  2829k|  14.9 |  57M| 125 |  43 |5645 |  30k|5645 |2776 |7875 | 233k|5431 | 0.000000e+00 | 1.000000e+00 |    Inf 
1014.01/1014.01	c  1014s|200000 |   529 |  2988k|  14.9 |  60M| 125 |   - |5645 |  34k|   0 |   0 |7875 | 248k|5563 | 0.000000e+00 | 1.000000e+00 |    Inf 
1058.22/1058.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1058.22/1058.29	c  1058s|210000 |   588 |  3135k|  14.9 |  61M| 125 |   - |5645 |  35k|5645 |2776 |7875 | 265k|5705 | 0.000000e+00 | 1.000000e+00 |    Inf 
1103.72/1103.70	c  1104s|220000 |   518 |  3284k|  14.9 |  60M| 125 |   - |5645 |  33k|   0 |   0 |7875 | 281k|5856 | 0.000000e+00 | 1.000000e+00 |    Inf 
1152.92/1152.92	c  1153s|230000 |   482 |  3450k|  15.0 |  60M| 125 |  26 |5645 |  33k|5645 |2776 |7875 | 297k|5975 | 0.000000e+00 | 1.000000e+00 |    Inf 
1199.02/1199.03	c  1199s|240000 |   393 |  3603k|  15.0 |  58M| 125 |   - |5645 |  32k|5645 |2776 |7875 | 312k|6127 | 0.000000e+00 | 1.000000e+00 |    Inf 
1245.23/1245.21	c  1245s|250000 |   356 |  3761k|  15.0 |  57M| 125 |  38 |5645 |  31k|5645 |2776 |7875 | 327k|6251 | 0.000000e+00 | 1.000000e+00 |    Inf 
1290.92/1290.94	c  1291s|260000 |   299 |  3918k|  15.1 |  50M| 125 |  38 |5645 |  14k|5645 |2776 |7875 | 341k|6428 | 0.000000e+00 | 1.000000e+00 |    Inf 
1334.03/1334.07	c  1334s|270000 |   326 |  4083k|  15.1 |  53M| 125 |   - |5645 |  21k|   0 |   0 |7875 | 354k|6557 | 0.000000e+00 | 1.000000e+00 |    Inf 
1376.63/1376.66	c  1377s|280000 |   280 |  4240k|  15.1 |  50M| 125 |   - |5645 |  14k|   0 |   0 |7875 | 367k|6693 | 0.000000e+00 | 1.000000e+00 |    Inf 
1420.03/1420.02	c  1420s|290000 |   240 |  4409k|  15.2 |  50M| 125 |  31 |5645 |  14k|5645 |2776 |7875 | 380k|6821 | 0.000000e+00 | 1.000000e+00 |    Inf 
1463.73/1463.72	c  1464s|300000 |   237 |  4573k|  15.2 |  52M| 125 |  26 |5645 |  21k|5645 |2776 |7875 | 393k|6940 | 0.000000e+00 | 1.000000e+00 |    Inf 
1510.33/1510.31	c  1510s|310000 |   240 |  4747k|  15.3 |  54M| 125 |   - |5645 |  28k|5645 |2776 |7875 | 406k|7066 | 0.000000e+00 | 1.000000e+00 |    Inf 
1554.93/1554.90	c  1555s|320000 |   290 |  4899k|  15.3 |  56M| 125 |   - |5645 |  31k|   0 |   0 |7875 | 420k|7170 | 0.000000e+00 | 1.000000e+00 |    Inf 
1600.73/1600.73	c  1601s|330000 |   222 |  5057k|  15.3 |  54M| 125 |  29 |5645 |  27k|5645 |2776 |7875 | 434k|7309 | 0.000000e+00 | 1.000000e+00 |    Inf 
1649.43/1649.41	c  1649s|340000 |   188 |  5235k|  15.4 |  53M| 125 |  25 |5645 |  26k|5645 |2748 |7875 | 447k|7445 | 0.000000e+00 | 1.000000e+00 |    Inf 
1694.04/1694.01	c  1694s|350000 |   182 |  5390k|  15.4 |  55M| 125 |   - |5645 |  31k|5645 |2776 |7875 | 460k|7575 | 0.000000e+00 | 1.000000e+00 |    Inf 
1741.13/1741.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1741.13/1741.18	c  1741s|360000 |   196 |  5547k|  15.4 |  58M| 125 |  31 |5645 |  39k|5645 |2776 |7875 | 473k|7678 | 0.000000e+00 | 1.000000e+00 |    Inf 
1788.73/1788.79	c  1789s|370000 |   177 |  5705k|  15.4 |  57M| 125 |  36 |5645 |  38k|5645 |2776 |7875 | 486k|7764 | 0.000000e+00 | 1.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      : 372180
1800.03/1800.00	c Primal Bound       : +1.00000000000000e+00 (612 solutions)
1800.03/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.03/1800.00	c Gap                : infinite
1800.03/1800.01	s SATISFIABLE
1800.03/1800.01	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.01	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.01	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.01	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.01	v -x146 x145 -x144 -x143 -x142 -x141 -x140 -x139 x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 x129 -x128 -x127 -x126 -x125 
1800.03/1800.01	v -x124 -x123 -x122 -x121 -x120 x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 -x104 
1800.03/1800.01	v -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.01	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 -x54 
1800.03/1800.01	v -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.01	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.01	v x1 
1800.03/1800.01	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.01	c Total Time         :    1800.00
1800.03/1800.01	c   solving          :    1800.00
1800.03/1800.01	c   presolving       :       0.09 (included in solving)
1800.03/1800.01	c   reading          :       0.02 (included in solving)
1800.03/1800.01	c Original Problem   :
1800.03/1800.01	c   Problem name     : HOME/instance-3447280-1307900555.wbo
1800.03/1800.01	c   Variables        : 2938 (2938 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.03/1800.01	c   Constraints      : 2708 initial, 2708 maximal
1800.03/1800.01	c Presolved Problem  :
1800.03/1800.01	c   Problem name     : t_HOME/instance-3447280-1307900555.wbo
1800.03/1800.01	c   Variables        : 5645 (2938 binary, 0 integer, 2707 implicit integer, 0 continuous)
1800.03/1800.01	c   Constraints      : 5414 initial, 40781 maximal
1800.03/1800.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1800.03/1800.01	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.01	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.01	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.01	c   probing          :       0.04          0          0          0          0          0          0          0          0          0
1800.03/1800.01	c   varbound         :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.01	c   linear           :       0.02          0          0          0       2707          0          1          0          0          0
1800.03/1800.01	c   indicator        :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.01	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.01	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.01	c   root node        :          -       5414          -          -       5414          -          -          -          -          -
1800.03/1800.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.01	c   integral         :          0          0          0     203485          0       4270          0        191       1294          0          0     389266
1800.03/1800.01	c   varbound         :          0+         6     907904       7841          0          0      53271          8    5620462       7865          0          0
1800.03/1800.01	c   linear           :       2707          6    2248642         37          1       4266    6126700      74126    9478270          0          0          0
1800.03/1800.01	c   indicator        :       2707          0     888234       7841          0       4224      83257          0      80386          0          0          0
1800.03/1800.01	c   logicor          :          0+         0     649692          0          0          0    1652414      13237     533725          0          0          0
1800.03/1800.01	c   bounddisjunction :          0+         0     155837          0          0          0       1571        303       2433          0          0          0
1800.03/1800.01	c   countsols        :          0          0          0         45          1        569          0          0          0          0          0          0
1800.03/1800.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1800.03/1800.01	c   integral         :      55.29       0.00       0.00      55.22       0.00       0.08       0.00
1800.03/1800.01	c   varbound         :      16.41       0.00      15.96       0.43       0.00       0.00       0.02
1800.03/1800.01	c   linear           :     113.09       0.00     107.07       0.00       0.00       1.38       4.64
1800.03/1800.01	c   indicator        :      28.28       0.00      20.47       1.99       0.00       5.77       0.03
1800.03/1800.01	c   logicor          :     108.90       0.00     106.35       0.00       0.00       0.00       2.56
1800.03/1800.01	c   bounddisjunction :       0.73       0.00       0.73       0.00       0.00       0.00       0.00
1800.03/1800.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1800.03/1800.01	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1800.03/1800.01	c   vbounds          :     257830      16816         51    1102130
1800.03/1800.01	c   rootredcost      :         47          0          0       2707
1800.03/1800.01	c   pseudoobj        :    2269229      54765      20699    5615043
1800.03/1800.01	c Propagator Timings :  TotalTime  Propagate    Resprop
1800.03/1800.01	c   vbounds          :      72.18      72.17       0.01
1800.03/1800.01	c   rootredcost      :       0.40       0.40       0.00
1800.03/1800.01	c   pseudoobj        :      96.68      95.08       1.60
1800.03/1800.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.03/1800.01	c   propagation      :       8.71     108424     108333     595267       32.3       3529       26.7          -
1800.03/1800.01	c   infeasible LP    :      33.57      80662      80658     569200       41.2       1786       14.7          0
1800.03/1800.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.01	c   pseudo solution  :       0.00          9          9         19       20.2          1       15.0          -
1800.03/1800.01	c   applied globally :          -          -          -     489747       31.3          -          -          -
1800.03/1800.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.03/1800.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.03/1800.01	c   cut pool         :       0.00          5          -          -          0          -    (maximal pool size: 55)
1800.03/1800.01	c   redcost          :      22.34     207305          0    1113035          0          0
1800.03/1800.01	c   impliedbounds    :       0.00          6          0          0          0          0
1800.03/1800.01	c   intobj           :       0.00          0          0          0          0          0
1800.03/1800.01	c   gomory           :       0.63          6          0          0       1278          0
1800.03/1800.01	c   cgmip            :       0.00          0          0          0          0          0
1800.03/1800.01	c   closecuts        :       0.00          0          0          0          0          0
1800.03/1800.01	c   strongcg         :       0.58          6          0          0       1227          0
1800.03/1800.01	c   cmir             :       0.14          6          0          0          1          0
1800.03/1800.01	c   flowcover        :       0.12          6          0          0          0          0
1800.03/1800.01	c   clique           :       0.00          1          0          0          0          0
1800.03/1800.01	c   zerohalf         :       0.00          0          0          0          0          0
1800.03/1800.01	c   mcf              :       0.00          1          0          0          0          0
1800.03/1800.01	c   oddcycle         :       0.00          0          0          0          0          0
1800.03/1800.01	c   rapidlearning    :       0.20          1          0          0          0          0
1800.03/1800.01	c Pricers            :       Time      Calls       Vars
1800.03/1800.01	c   problem variables:       0.00          0          0
1800.03/1800.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.01	c   relpscost        :      55.00     195641        191       1294          0          0     389266
1800.03/1800.01	c   pscost           :       0.00          0          0          0          0          0          0
1800.03/1800.01	c   inference        :       0.00          1          0          0          0          0          2
1800.03/1800.01	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.05          -         45
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.01          0          0
1800.03/1800.01	c   oneopt           :       0.70         44          0
1800.03/1800.01	c   fracdiving       :       1.37         42          0
1800.03/1800.01	c   veclendiving     :       0.75         42          0
1800.03/1800.01	c   coefdiving       :       1.22         42          1
1800.03/1800.01	c   pscostdiving     :       0.80         42          0
1800.03/1800.01	c   linesearchdiving :       0.78         42          1
1800.03/1800.01	c   guideddiving     :       1.32         42          0
1800.03/1800.01	c   objpscostdiving  :       0.39         22          0
1800.03/1800.01	c   rootsoldiving    :       2.30         22          0
1800.03/1800.01	c   crossover        :       2.01         40          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   :       2.93     199403          1
1800.03/1800.01	c   zirounding       :       0.65       1000          0
1800.03/1800.01	c   rounding         :       2.37       6250          0
1800.03/1800.01	c   shifting         :       2.16       1960          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.05          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.07          0          0
1800.03/1800.01	c   trysol           :       1.06       3305        563
1800.03/1800.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.03/1800.01	c   primal LP        :       0.09          0          0       0.00       0.00
1800.03/1800.01	c   dual LP          :     930.50     288557    5711897      19.79    6138.51
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:       5.78       2542      31144      12.25    5388.81
1800.03/1800.01	c   strong branching :      51.38       7810     312351      39.99    6079.52
1800.03/1800.01	c     (at root node) :          -         33       6889     208.76          -
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            :     372180
1800.03/1800.01	c   nodes (total)    :     372180
1800.03/1800.01	c   nodes left       :        179
1800.03/1800.01	c   max depth        :        125
1800.03/1800.01	c   max depth (total):        125
1800.03/1800.01	c   backtracks       :      34350 (9.2%)
1800.03/1800.01	c   delayed cutoffs  :      12940
1800.03/1800.01	c   repropagations   :    1006241 (2956081 domain reductions, 11518 cutoffs)
1800.03/1800.01	c   avg switch length:       6.83
1800.03/1800.01	c   switching time   :     145.07
1800.03/1800.01	c Solution           :
1800.03/1800.01	c   Solutions found  :        612 (48 improvements)
1800.03/1800.01	c   First Solution   : +1.35640000000000e+05   (in run 1, after 0 nodes, 0.05 seconds, depth 0, found by <trivial>)
1800.03/1800.01	c   Primal Bound     : +1.00000000000000e+00   (in run 1, after 129726 nodes, 699.56 seconds, depth 47, 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  :        793
1800.03/1800.08	c Time complete: 1800.13.

Verifier Data

OK	1

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-3447280-1307900555/watcher-3447280-1307900555 -o /var/tmp/evaluation-result-3447280-1307900555/solver-3447280-1307900555 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447280-1307900555.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.06 2.00 1.81 2/177 25584
/proc/meminfo: memFree=962160/32951124 swapFree=67055536/67111528
[pid=25584] ppid=25582 vsize=10292 CPUtime=0 cores=1,3,5,7
/proc/25584/stat : 25584 (scip-2.0.1.4.li) R 25582 25584 24685 0 -1 4202496 1562 0 0 0 0 0 0 0 25 0 1 0 882471674 10539008 1516 33554432000 4194304 9128323 140736780528992 18446744073709551615 8008880 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/25584/statm: 2573 1516 399 1205 0 1364 0

[startup+0.00778595 s]
/proc/loadavg: 2.06 2.00 1.81 2/177 25584
/proc/meminfo: memFree=962160/32951124 swapFree=67055536/67111528
[pid=25584] ppid=25582 vsize=10688 CPUtime=0 cores=1,3,5,7
/proc/25584/stat : 25584 (scip-2.0.1.4.li) R 25582 25584 24685 0 -1 4202496 1675 0 0 0 0 0 0 0 25 0 1 0 882471674 10944512 1629 33554432000 4194304 9128323 140736780528992 18446744073709551615 7998111 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/25584/statm: 2672 1629 399 1205 0 1463 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10688

[startup+0.100814 s]
/proc/loadavg: 2.06 2.00 1.81 2/177 25584
/proc/meminfo: memFree=962160/32951124 swapFree=67055536/67111528
[pid=25584] ppid=25582 vsize=35724 CPUtime=0.09 cores=1,3,5,7
/proc/25584/stat : 25584 (scip-2.0.1.4.li) R 25582 25584 24685 0 -1 4202496 7949 0 0 0 9 0 0 0 25 0 1 0 882471674 36581376 7644 33554432000 4194304 9128323 140736780528992 18446744073709551615 5973125 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25584/statm: 8931 7644 531 1205 0 7722 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35724

[startup+0.300778 s]
/proc/loadavg: 2.06 2.00 1.81 2/177 25584
/proc/meminfo: memFree=962160/32951124 swapFree=67055536/67111528
[pid=25584] ppid=25582 vsize=71656 CPUtime=0.29 cores=1,3,5,7
/proc/25584/stat : 25584 (scip-2.0.1.4.li) R 25582 25584 24685 0 -1 4202496 17248 0 0 0 27 2 0 0 25 0 1 0 882471674 73375744 16844 33554432000 4194304 9128323 140736780528992 18446744073709551615 4216450 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25584/statm: 17914 16844 699 1205 0 16705 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 71656

[startup+0.700695 s]
/proc/loadavg: 2.06 2.00 1.81 2/177 25584
/proc/meminfo: memFree=962160/32951124 swapFree=67055536/67111528
[pid=25584] ppid=25582 vsize=50104 CPUtime=0.69 cores=1,3,5,7
/proc/25584/stat : 25584 (scip-2.0.1.4.li) R 25582 25584 24685 0 -1 4202496 20632 0 0 0 66 3 0 0 25 0 1 0 882471674 51306496 11509 33554432000 4194304 9128323 140736780528992 18446744073709551615 8008910 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25584/statm: 12526 11509 718 1205 0 11317 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 50104

[startup+1.50055 s]
/proc/loadavg: 2.06 2.00 1.81 4/178 25585
/proc/meminfo: memFree=917168/32951124 swapFree=67055536/67111528
[pid=25584] ppid=25582 vsize=52652 CPUtime=1.49 cores=1,3,5,7
/proc/25584/stat : 25584 (scip-2.0.1.4.li) R 25582 25584 24685 0 -1 4202496 21126 0 0 0 144 5 0 0 25 0 1 0 882471674 53915648 11993 33554432000 4194304 9128323 140736780528992 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25584/statm: 13163 11993 711 1205 0 11954 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 52652

[startup+3.10027 s]
/proc/loadavg: 2.06 2.00 1.81 4/178 25585
/proc/meminfo: memFree=914812/32951124 swapFree=67055536/67111528
[pid=25584] ppid=25582 vsize=55868 CPUtime=3.09 cores=1,3,5,7
/proc/25584/stat : 25584 (scip-2.0.1.4.li) R 25582 25584 24685 0 -1 4202496 28153 0 0 0 298 11 0 0 25 0 1 0 882471674 57208832 12817 33554432000 4194304 9128323 140736780528992 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25584/statm: 13967 12817 729 1205 0 12758 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 55868

[startup+6.30071 s]
/proc/loadavg: 2.06 2.00 1.81 3/178 25585
/proc/meminfo: memFree=912580/32951124 swapFree=67055536/67111528
[pid=25584] ppid=25582 vsize=56008 CPUtime=6.3 cores=1,3,5,7
/proc/25584/stat : 25584 (scip-2.0.1.4.li) R 25582 25584 24685 0 -1 4202496 28188 0 0 0 610 20 0 0 25 0 1 0 882471674 57352192 12852 33554432000 4194304 9128323 140736780528992 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25584/statm: 14002 12852 729 1205 0 12793 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 56008

[startup+12.7006 s]
/proc/loadavg: 2.05 2.00 1.82 4/178 25585
/proc/meminfo: memFree=911488/32951124 swapFree=67055536/67111528
[pid=25584] ppid=25582 vsize=64588 CPUtime=12.69 cores=1,3,5,7
/proc/25584/stat : 25584 (scip-2.0.1.4.li) R 25582 25584 24685 0 -1 4202496 30092 0 0 0 1236 33 0 0 25 0 1 0 882471674 66138112 14756 33554432000 4194304 9128323 140736780528992 18446744073709551615 6544366 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25584/statm: 16147 14756 740 1205 0 14938 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 64588

[startup+25.5003 s]
/proc/loadavg: 2.04 2.00 1.82 4/178 25586
/proc/meminfo: memFree=894380/32951124 swapFree=67055536/67111528
[pid=25584] ppid=25582 vsize=73732 CPUtime=25.49 cores=1,3,5,7
/proc/25584/stat : 25584 (scip-2.0.1.4.li) R 25582 25584 24685 0 -1 4202496 32442 0 0 0 2481 68 0 0 25 0 1 0 882471674 75501568 17084 33554432000 4194304 9128323 140736780528992 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25584/statm: 18433 17084 741 1205 0 17224 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 73732

[startup+51.1009 s]
/proc/loadavg: 2.02 2.00 1.82 4/178 25586
/proc/meminfo: memFree=872400/32951124 swapFree=67055536/67111528
[pid=25584] ppid=25582 vsize=82680 CPUtime=51.1 cores=1,3,5,7
/proc/25584/stat : 25584 (scip-2.0.1.4.li) R 25582 25584 24685 0 -1 4202496 52467 0 0 0 4981 129 0 0 25 0 1 0 882471674 84664320 19347 33554432000 4194304 9128323 140736780528992 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25584/statm: 20670 19347 751 1205 0 19461 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 82680

[startup+102.307 s]
/proc/loadavg: 2.01 2.00 1.83 4/178 25588
/proc/meminfo: memFree=795128/32951124 swapFree=67055536/67111528
[pid=25584] ppid=25582 vsize=139384 CPUtime=102.3 cores=1,3,5,7
/proc/25584/stat : 25584 (scip-2.0.1.4.li) R 25582 25584 24685 0 -1 4202496 100487 0 0 0 10040 190 0 0 25 0 1 0 882471674 142729216 33383 33554432000 4194304 9128323 140736780528992 18446744073709551615 6712632 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25584/statm: 34846 33383 751 1205 0 33637 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 139384

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.83 3/178 25589
/proc/meminfo: memFree=697872/32951124 swapFree=67055536/67111528
[pid=25584] ppid=25582 vsize=199332 CPUtime=162.29 cores=1,3,5,7
/proc/25584/stat : 25584 (scip-2.0.1.4.li) R 25582 25584 24685 0 -1 4202496 123163 0 0 0 15988 241 0 0 25 0 1 0 882471674 204115968 47976 33554432000 4194304 9128323 140736780528992 18446744073709551615 4823592 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25584/statm: 49833 47976 752 1205 0 48624 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 199332

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 1.84 4/178 25591
/proc/meminfo: memFree=641664/32951124 swapFree=67055536/67111528
[pid=25584] ppid=25582 vsize=244028 CPUtime=222.3 cores=1,3,5,7
/proc/25584/stat : 25584 (scip-2.0.1.4.li) R 25582 25584 24685 0 -1 4202496 136167 0 0 0 21941 289 0 0 25 0 1 0 882471674 249884672 59006 33554432000 4194304 9128323 140736780528992 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25584/statm: 61007 59006 752 1205 0 59798 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 244028

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 1.84 4/178 25592
/proc/meminfo: memFree=609644/32951124 swapFree=67055536/67111528
[pid=25584] ppid=25582 vsize=275060 CPUtime=282.29 cores=1,3,5,7
/proc/25584/stat : 25584 (scip-2.0.1.4.li) R 25582 25584 24685 0 -1 4202496 165827 0 0 0 27895 334 0 0 25 0 1 0 882471674 281661440 66739 33554432000 4194304 9128323 140736780528992 18446744073709551615 5984548 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25584/statm: 68765 66739 752 1205 0 67556 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 275060

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 1.85 4/178 25594
/proc/meminfo: memFree=588020/32951124 swapFree=67055536/67111528
[pid=25584] ppid=25582 vsize=293760 CPUtime=342.3 cores=1,3,5,7
/proc/25584/stat : 25584 (scip-2.0.1.4.li) R 25582 25584 24685 0 -1 4202496 198191 0 0 0 33839 391 0 0 25 0 1 0 882471674 300810240 71365 33554432000 4194304 9128323 140736780528992 18446744073709551615 5332936 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25584/statm: 73440 71365 752 1205 0 72231 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 293760

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.85 4/178 25596
/proc/meminfo: memFree=577448/32951124 swapFree=67055536/67111528
[pid=25584] ppid=25582 vsize=301688 CPUtime=402.3 cores=1,3,5,7
/proc/25584/stat : 25584 (scip-2.0.1.4.li) R 25582 25584 24685 0 -1 4202496 230017 0 0 0 39784 446 0 0 25 0 1 0 882471674 308928512 73319 33554432000 4194304 9128323 140736780528992 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25584/statm: 75422 73319 756 1205 0 74213 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 301688

[startup+462.301 s]
/proc/loadavg: 2.07 2.02 1.87 4/178 25597
/proc/meminfo: memFree=571704/32951124 swapFree=67055536/67111528
[pid=25584] ppid=25582 vsize=303036 CPUtime=462.3 cores=1,3,5,7
/proc/25584/stat : 25584 (scip-2.0.1.4.li) R 25582 25584 24685 0 -1 4202496 274667 0 0 0 45657 573 0 0 25 0 1 0 882471674 310308864 73703 33554432000 4194304 9128323 140736780528992 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25584/statm: 75759 73703 758 1205 0 74550 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 303036

[startup+522.301 s]
/proc/loadavg: 2.02 2.01 1.87 4/178 25599
/proc/meminfo: memFree=567080/32951124 swapFree=67055536/67111528
[pid=25584] ppid=25582 vsize=304792 CPUtime=522.31 cores=1,3,5,7
/proc/25584/stat : 25584 (scip-2.0.1.4.li) R 25582 25584 24685 0 -1 4202496 279900 0 0 0 51539 692 0 0 25 0 1 0 882471674 312107008 74136 33554432000 4194304 9128323 140736780528992 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25584/statm: 76198 74136 758 1205 0 74989 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 304792

[startup+582.301 s]
/proc/loadavg: 2.05 2.02 1.88 4/178 25601
/proc/meminfo: memFree=561572/32951124 swapFree=67055536/67111528
[pid=25584] ppid=25582 vsize=306244 CPUtime=582.31 cores=1,3,5,7
/proc/25584/stat : 25584 (scip-2.0.1.4.li) R 25582 25584 24685 0 -1 4202496 284971 0 0 0 57419 812 0 0 25 0 1 0 882471674 313593856 74503 33554432000 4194304 9128323 140736780528992 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25584/statm: 76561 74503 758 1205 0 75352 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 306244

[startup+642.301 s]

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

[startup+822.3 s]
/proc/loadavg: 2.00 2.00 1.91 4/178 25607
/proc/meminfo: memFree=539972/32951124 swapFree=67055536/67111528
[pid=25584] ppid=25582 vsize=309980 CPUtime=822.31 cores=1,3,5,7
/proc/25584/stat : 25584 (scip-2.0.1.4.li) R 25582 25584 24685 0 -1 4202496 328019 0 0 0 80941 1290 0 0 25 0 1 0 882471674 317419520 75427 33554432000 4194304 9128323 140736780528992 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25584/statm: 77495 75427 758 1205 0 76286 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 309980

[startup+882.301 s]
/proc/loadavg: 2.00 2.00 1.91 4/178 25609
/proc/meminfo: memFree=534976/32951124 swapFree=67055536/67111528
[pid=25584] ppid=25582 vsize=311556 CPUtime=882.31 cores=1,3,5,7
/proc/25584/stat : 25584 (scip-2.0.1.4.li) R 25582 25584 24685 0 -1 4202496 328412 0 0 0 86827 1404 0 0 25 0 1 0 882471674 319033344 75820 33554432000 4194304 9128323 140736780528992 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25584/statm: 77889 75820 758 1205 0 76680 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 311556

[startup+942.3 s]
/proc/loadavg: 2.00 2.00 1.91 4/178 25610
/proc/meminfo: memFree=528496/32951124 swapFree=67055536/67111528
[pid=25584] ppid=25582 vsize=311824 CPUtime=942.31 cores=1,3,5,7
/proc/25584/stat : 25584 (scip-2.0.1.4.li) R 25582 25584 24685 0 -1 4202496 334186 0 0 0 92722 1509 0 0 25 0 1 0 882471674 319307776 75884 33554432000 4194304 9128323 140736780528992 18446744073709551615 7346281 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25584/statm: 77956 75884 758 1205 0 76747 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 311824

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.91 4/178 25612
/proc/meminfo: memFree=521892/32951124 swapFree=67055536/67111528
[pid=25584] ppid=25582 vsize=314584 CPUtime=1002.32 cores=1,3,5,7
/proc/25584/stat : 25584 (scip-2.0.1.4.li) R 25582 25584 24685 0 -1 4202496 334877 0 0 0 98622 1610 0 0 25 0 1 0 882471674 322134016 76575 33554432000 4194304 9128323 140736780528992 18446744073709551615 5207902 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25584/statm: 78646 76575 758 1205 0 77437 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 314584

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.91 4/178 25613
/proc/meminfo: memFree=516004/32951124 swapFree=67055536/67111528
[pid=25584] ppid=25582 vsize=315916 CPUtime=1062.31 cores=1,3,5,7
/proc/25584/stat : 25584 (scip-2.0.1.4.li) R 25582 25584 24685 0 -1 4202496 335204 0 0 0 104520 1711 0 0 25 0 1 0 882471674 323497984 76902 33554432000 4194304 9128323 140736780528992 18446744073709551615 6713358 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25584/statm: 78979 76902 758 1205 0 77770 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 315916

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.91 4/178 25624
/proc/meminfo: memFree=511248/32951124 swapFree=67055536/67111528
[pid=25584] ppid=25582 vsize=316216 CPUtime=1122.32 cores=1,3,5,7
/proc/25584/stat : 25584 (scip-2.0.1.4.li) R 25582 25584 24685 0 -1 4202496 335286 0 0 0 110416 1816 0 0 25 0 1 0 882471674 323805184 76984 33554432000 4194304 9128323 140736780528992 18446744073709551615 5332975 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25584/statm: 79054 76984 758 1205 0 77845 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 316216

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.91 4/178 25625
/proc/meminfo: memFree=506760/32951124 swapFree=67055536/67111528
[pid=25584] ppid=25582 vsize=316368 CPUtime=1182.31 cores=1,3,5,7
/proc/25584/stat : 25584 (scip-2.0.1.4.li) R 25582 25584 24685 0 -1 4202496 341080 0 0 0 116316 1915 0 0 25 0 1 0 882471674 323960832 77035 33554432000 4194304 9128323 140736780528992 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25584/statm: 79092 77035 758 1205 0 77883 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 316368

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.91 4/178 25627
/proc/meminfo: memFree=503368/32951124 swapFree=67055536/67111528
[pid=25584] ppid=25582 vsize=316672 CPUtime=1242.32 cores=1,3,5,7
/proc/25584/stat : 25584 (scip-2.0.1.4.li) R 25582 25584 24685 0 -1 4202496 341150 0 0 0 122216 2016 0 0 25 0 1 0 882471674 324272128 77105 33554432000 4194304 9128323 140736780528992 18446744073709551615 5201654 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25584/statm: 79168 77105 758 1205 0 77959 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 316672

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.91 4/178 25629
/proc/meminfo: memFree=500464/32951124 swapFree=67055536/67111528
[pid=25584] ppid=25582 vsize=317464 CPUtime=1302.32 cores=1,3,5,7
/proc/25584/stat : 25584 (scip-2.0.1.4.li) R 25582 25584 24685 0 -1 4202496 341353 0 0 0 128111 2121 0 0 25 0 1 0 882471674 325083136 77308 33554432000 4194304 9128323 140736780528992 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25584/statm: 79366 77308 758 1205 0 78157 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 317464

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.91 4/178 25630
/proc/meminfo: memFree=494608/32951124 swapFree=67055536/67111528
[pid=25584] ppid=25582 vsize=318428 CPUtime=1362.32 cores=1,3,5,7
/proc/25584/stat : 25584 (scip-2.0.1.4.li) R 25582 25584 24685 0 -1 4202496 341573 0 0 0 133995 2237 0 0 25 0 1 0 882471674 326070272 77528 33554432000 4194304 9128323 140736780528992 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25584/statm: 79607 77528 758 1205 0 78398 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 318428

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.91 4/178 25632
/proc/meminfo: memFree=489968/32951124 swapFree=67055536/67111528
[pid=25584] ppid=25582 vsize=318428 CPUtime=1422.33 cores=1,3,5,7
/proc/25584/stat : 25584 (scip-2.0.1.4.li) R 25582 25584 24685 0 -1 4202496 341594 0 0 0 139881 2352 0 0 25 0 1 0 882471674 326070272 77549 33554432000 4194304 9128323 140736780528992 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25584/statm: 79607 77549 758 1205 0 78398 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 318428

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.91 4/178 25633
/proc/meminfo: memFree=482744/32951124 swapFree=67055536/67111528
[pid=25584] ppid=25582 vsize=318584 CPUtime=1482.33 cores=1,3,5,7
/proc/25584/stat : 25584 (scip-2.0.1.4.li) R 25582 25584 24685 0 -1 4202496 341638 0 0 0 145765 2468 0 0 25 0 1 0 882471674 326230016 77593 33554432000 4194304 9128323 140736780528992 18446744073709551615 7346424 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25584/statm: 79646 77593 758 1205 0 78437 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 318584

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.91 4/178 25635
/proc/meminfo: memFree=478624/32951124 swapFree=67055536/67111528
[pid=25584] ppid=25582 vsize=318860 CPUtime=1542.33 cores=1,3,5,7
/proc/25584/stat : 25584 (scip-2.0.1.4.li) R 25582 25584 24685 0 -1 4202496 341712 0 0 0 151657 2576 0 0 25 0 1 0 882471674 326512640 77667 33554432000 4194304 9128323 140736780528992 18446744073709551615 5207902 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25584/statm: 79715 77667 758 1205 0 78506 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 318860

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.91 4/178 25637
/proc/meminfo: memFree=470640/32951124 swapFree=67055536/67111528
[pid=25584] ppid=25582 vsize=320192 CPUtime=1602.32 cores=1,3,5,7
/proc/25584/stat : 25584 (scip-2.0.1.4.li) R 25582 25584 24685 0 -1 4202496 342018 0 0 0 157551 2681 0 0 25 0 1 0 882471674 327876608 77971 33554432000 4194304 9128323 140736780528992 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25584/statm: 80048 77971 758 1205 0 78839 0
Current children cumulated CPU time (s) 1602.32
Current children cumulated vsize (KiB) 320192

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.91 4/178 25638
/proc/meminfo: memFree=465020/32951124 swapFree=67055536/67111528
[pid=25584] ppid=25582 vsize=320860 CPUtime=1662.33 cores=1,3,5,7
/proc/25584/stat : 25584 (scip-2.0.1.4.li) R 25582 25584 24685 0 -1 4202496 347945 0 0 0 163434 2799 0 0 25 0 1 0 882471674 328560640 78148 33554432000 4194304 9128323 140736780528992 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25584/statm: 80215 78148 758 1205 0 79006 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 320860

[startup+1722.3 s]
/proc/loadavg: 2.06 2.02 1.91 3/178 25679
/proc/meminfo: memFree=850112/32951124 swapFree=67055536/67111528
[pid=25584] ppid=25582 vsize=321312 CPUtime=1722.34 cores=1,3,5,7
/proc/25584/stat : 25584 (scip-2.0.1.4.li) R 25582 25584 24685 0 -1 4202496 348079 0 0 0 169328 2906 0 0 25 0 1 0 882471674 329023488 78282 33554432000 4194304 9128323 140736780528992 18446744073709551615 7183695 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25584/statm: 80328 78282 758 1205 0 79119 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 321312

[startup+1782.3 s]
/proc/loadavg: 2.02 2.01 1.91 3/178 25681
/proc/meminfo: memFree=821852/32951124 swapFree=67055536/67111528
[pid=25584] ppid=25582 vsize=323200 CPUtime=1782.33 cores=1,3,5,7
/proc/25584/stat : 25584 (scip-2.0.1.4.li) R 25582 25584 24685 0 -1 4202496 348526 0 0 0 175233 3000 0 0 25 0 1 0 882471674 330956800 78729 33554432000 4194304 9128323 140736780528992 18446744073709551615 5984494 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25584/statm: 80800 78729 758 1205 0 79591 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 323200



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.01 2.01 1.91 3/178 25681
/proc/meminfo: memFree=819800/32951124 swapFree=67055536/67111528
[pid=25584] ppid=25582 vsize=323200 CPUtime=1800.03 cores=1,3,5,7
/proc/25584/stat : 25584 (scip-2.0.1.4.li) R 25582 25584 24685 0 -1 4202496 348528 0 0 0 176975 3028 0 0 25 0 1 0 882471674 330956800 78731 33554432000 4194304 9128323 140736780528992 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25584/statm: 80800 78731 758 1205 0 79591 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 323200

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.09
CPU time (s): 1800.13
CPU user time (s): 1769.83
CPU system time (s): 30.3014
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 340132

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

runsolver used 2.93155 second user time and 6.42102 second system time

The end

Launcher Data

Begin job on node144 at 2011-06-12 19:42:35
IDJOB=3447280
IDBENCH=79266
IDSOLVER=1944
FILE ID=node144/3447280-1307900555
RUNJOBID= node144-1307898941-25435
PBS_JOBID= 13559564
Free space on /var/tmp= 2900 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.1900562192--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-3447280-1307900555/watcher-3447280-1307900555 -o /var/tmp/evaluation-result-3447280-1307900555/solver-3447280-1307900555 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447280-1307900555.wbo -t 1800 -m 15500

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

MD5SUM BENCH= db6ee27e0a2875f2e81d96fef92170ce
RANDOM SEED=1405253405

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:        962464 kB
Buffers:         53360 kB
Cached:       30720812 kB
SwapCached:       9228 kB
Active:       15763476 kB
Inactive:     15267448 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:        962464 kB
SwapTotal:    67111528 kB
SwapFree:     67055536 kB
Dirty:           13060 kB
Writeback:           0 kB
AnonPages:      254596 kB
Mapped:          16104 kB
Slab:           893276 kB
PageTables:       5060 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   451016 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /var/tmp at the end= 2888 MiB
End job on node144 at 2011-06-12 20:12:38