Trace number 2692763

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
SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solverMSAT (TO) 1800.17 1800.13

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900670675--soft-33-100-0.wbo
MD5SUM1266a85a20696deb0d7aee67f4c2d0a0
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard 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 benchmark25.9621
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 constraints1802
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 91108
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 91107
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 671
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 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 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-2692763-1277902169.wbo>
0.00/0.03	c original problem has 3835 variables (2033 bin, 0 int, 0 impl, 1802 cont) and 4510 constraints
0.00/0.03	c problem read
0.00/0.03	c presolving settings loaded
0.03/0.05	c presolving:
0.03/0.05	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 1950 impls, 9 clqs
0.03/0.09	c (round 2) 0 del vars, 71 del conss, 1802 chg bounds, 53 chg sides, 0 chg coeffs, 0 upgd conss, 1950 impls, 9 clqs
0.03/0.09	c (round 3) 53 del vars, 138 del conss, 1810 chg bounds, 67 chg sides, 0 chg coeffs, 0 upgd conss, 1950 impls, 9 clqs
0.09/0.11	c (round 4) 114 del vars, 146 del conss, 1810 chg bounds, 67 chg sides, 0 chg coeffs, 882 upgd conss, 1950 impls, 9 clqs
0.09/0.12	c (round 5) 122 del vars, 146 del conss, 1810 chg bounds, 67 chg sides, 0 chg coeffs, 882 upgd conss, 1950 impls, 9 clqs
0.09/0.17	c    (0.1s) probing: 101/1972 (5.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.17	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.17	c presolving (6 rounds):
0.09/0.17	c  122 deleted vars, 146 deleted constraints, 1810 tightened bounds, 0 added holes, 67 changed sides, 0 changed coefficients
0.09/0.17	c  1950 implications, 9 cliques
0.09/0.17	c presolved problem has 3713 variables (1972 bin, 0 int, 0 impl, 1741 cont) and 4364 constraints
0.09/0.17	c    1741 constraints of type <indicator>
0.09/0.17	c       9 constraints of type <setppc>
0.09/0.17	c    1741 constraints of type <linear>
0.09/0.17	c     873 constraints of type <logicor>
0.09/0.17	c transformed objective value is always integral (scale: 1)
0.09/0.17	c Presolving Time: 0.11
0.09/0.17	c - non default parameters ----------------------------------------------------------------------
0.09/0.17	c # SCIP version 1.2.1.2
0.09/0.17	c 
0.09/0.17	c # frequency for displaying node information lines
0.09/0.17	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.17	c display/freq = 10000
0.09/0.17	c 
0.09/0.17	c # maximal time in seconds to run
0.09/0.17	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.17	c limits/time = 1799.97
0.09/0.17	c 
0.09/0.17	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.17	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.17	c limits/memory = 3420
0.09/0.17	c 
0.09/0.17	c # should presolving try to simplify inequalities
0.09/0.17	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.17	c constraints/linear/simplifyinequalities = TRUE
0.09/0.17	c 
0.09/0.17	c # should presolving try to simplify knapsacks
0.09/0.17	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.17	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.17	c 
0.09/0.17	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.17	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.17	c separating/rapidlearning/freq = 0
0.09/0.17	c 
0.09/0.17	c -----------------------------------------------------------------------------------------------
0.09/0.17	c start solving
0.09/0.17	c 
0.09/0.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.09/0.18	c   0.1s|     1 |     0 |    15 |     - |  13M|   0 |   0 |3713 |4364 |3713 | 882 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.09/0.18	c   0.1s|     1 |     0 |    64 |     - |  13M|   0 |  28 |3713 |4364 |3713 | 901 |  19 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.09/0.19	o 87754
0.09/0.19	c y 0.1s|     1 |     0 |    64 |     - |  13M|   0 |  28 |3713 |4364 |3713 | 901 |  19 |   0 |   0 | 0.000000e+00 | 8.775400e+04 |    Inf 
0.19/0.22	c   0.2s|     1 |     0 |    88 |     - |  14M|   0 |  34 |3713 |4364 |3713 | 920 |  38 |   0 |   0 | 0.000000e+00 | 8.775400e+04 |    Inf 
0.19/0.28	c   0.2s|     1 |     0 |   140 |     - |  14M|   0 |  42 |3713 |4364 |3713 | 932 |  50 |   0 |   0 | 0.000000e+00 | 8.775400e+04 |    Inf 
0.29/0.34	c   0.3s|     1 |     0 |   152 |     - |  14M|   0 |  44 |3713 |4364 |3713 | 935 |  53 |   0 |   0 | 0.000000e+00 | 8.775400e+04 |    Inf 
0.39/0.40	c   0.3s|     1 |     0 |   168 |     - |  14M|   0 |  45 |3713 |4364 |3713 | 942 |  60 |   0 |   0 | 0.000000e+00 | 8.775400e+04 |    Inf 
0.39/0.47	c   0.4s|     1 |     0 |   174 |     - |  14M|   0 |  44 |3713 |4364 |3713 | 943 |  61 |   0 |   0 | 0.000000e+00 | 8.775400e+04 |    Inf 
0.69/0.80	c   0.7s|     1 |     2 |   174 |     - |  14M|   0 |  44 |3713 |4364 |3713 | 943 |  61 |   0 |  33 | 0.000000e+00 | 8.775400e+04 |    Inf 
3.09/3.10	o 418
3.09/3.10	c * 2.9s|  1377 |  1089 |   659 |   0.4 |  17M|1376 |   - |3713 |4364 |3713 | 959 |  79 |   0 | 150 | 0.000000e+00 | 4.180000e+02 |    Inf 
3.39/3.40	o 411
3.39/3.40	c * 3.2s|  1503 |  1149 |   880 |   0.5 |  17M|1376 |   - |3713 |4364 |3713 | 971 |  97 |   0 | 207 | 0.000000e+00 | 4.110000e+02 |    Inf 
6.69/6.75	o 404
6.69/6.75	c * 6.4s|  2904 |  2187 |  4127 |   1.4 |  22M|1376 |   - |3713 |4508 |3713 | 958 | 376 | 144 | 669 | 0.000000e+00 | 4.040000e+02 |    Inf 
7.09/7.12	o 400
7.09/7.12	c * 6.8s|  3091 |  2260 |  4492 |   1.4 |  22M|1376 |   - |3713 |4529 |3713 | 958 | 397 | 165 | 710 | 0.000000e+00 | 4.000000e+02 |    Inf 
7.70/7.71	o 386
7.70/7.71	c * 7.3s|  3289 |  2229 |  5184 |   1.5 |  22M|1376 |   - |3713 |4614 |3713 | 968 | 472 | 250 | 794 | 0.000000e+00 | 3.860000e+02 |    Inf 
8.99/9.01	o 380
8.99/9.01	c * 8.6s|  4141 |  2779 |  6213 |   1.5 |  24M|1376 |   - |3713 |4666 |3713 | 973 | 562 | 302 | 816 | 0.000000e+00 | 3.800000e+02 |    Inf 
11.50/11.55	o 376
11.50/11.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
11.50/11.55	c *11.1s|  5007 |  3329 |  9818 |   1.9 |  28M|1376 |   - |3713 |5022 |3713 | 963 | 860 | 663 |1177 | 0.000000e+00 | 3.760000e+02 |    Inf 
11.69/11.71	o 364
11.69/11.71	c *11.2s|  5124 |  3131 | 10094 |   1.9 |  28M|1376 |   - |3713 |5027 |3713 | 966 | 870 | 671 |1179 | 0.000000e+00 | 3.640000e+02 |    Inf 
11.69/11.79	o 343
11.69/11.79	c *11.3s|  5136 |  2859 | 10306 |   2.0 |  27M|1376 |   - |3713 |5027 |3713 | 966 | 880 | 671 |1187 | 0.000000e+00 | 3.430000e+02 |    Inf 
11.79/11.84	o 328
11.79/11.84	c *11.3s|  5148 |  2688 | 10550 |   2.0 |  26M|1376 |   - |3713 |5033 |3713 | 962 | 886 | 677 |1187 | 0.000000e+00 | 3.280000e+02 |    Inf 
11.79/11.85	o 326
11.79/11.85	c *11.3s|  5149 |  2665 | 10554 |   2.0 |  26M|1376 |   - |3713 |5033 |3713 | 962 | 886 | 677 |1187 | 0.000000e+00 | 3.260000e+02 |    Inf 
12.00/12.08	o 321
12.00/12.08	c *11.6s|  5279 |  2734 | 10863 |   2.0 |  26M|1376 |   - |3713 |5040 |3713 | 977 | 907 | 684 |1190 | 0.000000e+00 | 3.210000e+02 |    Inf 
12.29/12.37	o 298
12.29/12.37	c *11.8s|  5415 |  2644 | 11290 |   2.1 |  26M|1376 |   - |3713 |5042 |3713 | 953 | 924 | 701 |1206 | 0.000000e+00 | 2.980000e+02 |    Inf 
12.29/12.38	o 248
12.29/12.38	c *11.8s|  5416 |  1936 | 11290 |   2.1 |  24M|1376 |   - |3713 |5042 |3713 | 953 | 924 | 701 |1206 | 0.000000e+00 | 2.480000e+02 |    Inf 
12.40/12.45	o 225
12.40/12.45	c *11.9s|  5427 |  1826 | 11588 |   2.1 |  24M|1376 |   - |3713 |5040 |3713 | 974 | 942 | 701 |1212 | 0.000000e+00 | 2.250000e+02 |    Inf 
12.49/12.59	o 217
12.49/12.59	c *12.1s|  5451 |  1801 | 11973 |   2.2 |  24M|1376 |   - |3713 |5060 |3713 | 990 | 976 | 723 |1235 | 0.000000e+00 | 2.170000e+02 |    Inf 
13.39/13.47	o 201
13.39/13.47	c *12.9s|  5784 |  1935 | 12963 |   2.2 |  25M|1376 |   - |3713 |5106 |3713 | 962 |1022 | 800 |1324 | 0.000000e+00 | 2.010000e+02 |    Inf 
13.79/13.84	o 185
13.79/13.84	c *13.2s|  5859 |  1867 | 13732 |   2.3 |  25M|1376 |   - |3713 |5123 |3713 | 981 |1080 | 854 |1373 | 0.000000e+00 | 1.850000e+02 |    Inf 
14.09/14.15	o 156
14.09/14.15	c *13.6s|  5967 |  1710 | 14485 |   2.4 |  24M|1376 |   - |3713 |5088 |3713 | 984 |1116 | 883 |1399 | 0.000000e+00 | 1.560000e+02 |    Inf 
14.19/14.21	o 147
14.19/14.21	c *13.6s|  5971 |  1604 | 14626 |   2.4 |  24M|1376 |   - |3713 |5075 |3713 | 955 |1119 | 883 |1407 | 0.000000e+00 | 1.470000e+02 |    Inf 
14.19/14.26	o 137
14.19/14.26	c *13.7s|  5983 |  1542 | 14746 |   2.4 |  24M|1376 |   - |3713 |5053 |3713 | 954 |1121 | 891 |1410 | 0.000000e+00 | 1.370000e+02 |    Inf 
14.89/14.91	o 133
14.89/14.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
14.89/14.91	c *14.3s|  6104 |  1558 | 16533 |   2.7 |  24M|1376 |   - |3713 |5087 |3713 | 971 |1234 |1015 |1492 | 0.000000e+00 | 1.330000e+02 |    Inf 
15.19/15.21	o 127
15.19/15.21	c *14.6s|  6163 |  1529 | 17624 |   2.8 |  24M|1376 |   - |3713 |5102 |3713 | 960 |1285 |1062 |1511 | 0.000000e+00 | 1.270000e+02 |    Inf 
15.59/15.69	o 117
15.59/15.69	c *15.0s|  6264 |  1523 | 19468 |   3.1 |  24M|1376 |   - |3713 |5104 |3713 | 955 |1399 |1137 |1538 | 0.000000e+00 | 1.170000e+02 |    Inf 
15.69/15.72	o 89
15.69/15.72	c *15.1s|  6275 |  1269 | 19468 |   3.1 |  24M|1376 |   - |3713 |5104 |3713 | 955 |1399 |1137 |1538 | 0.000000e+00 | 8.900000e+01 |    Inf 
15.69/15.73	o 65
15.69/15.73	c *15.1s|  6276 |   941 | 19468 |   3.1 |  23M|1376 |   - |3713 |5104 |3713 | 955 |1399 |1137 |1538 | 0.000000e+00 | 6.500000e+01 |    Inf 
15.79/15.82	o 50
15.79/15.82	c *15.2s|  6290 |   511 | 19818 |   3.1 |  22M|1376 |   - |3713 |4397 |3713 | 953 |1402 |1141 |1543 | 0.000000e+00 | 5.000000e+01 |    Inf 
15.99/16.02	o 47
15.99/16.02	c z15.4s|  6331 |   497 | 20241 |   3.2 |  22M|1376 |   - |3713 |4078 |3713 | 959 |1432 |1175 |1567 | 0.000000e+00 | 4.700000e+01 |    Inf 
19.89/19.90	o 31
19.89/19.90	c *19.1s|  8028 |   406 | 26414 |   3.3 |  23M|1376 |   - |3713 |5603 |3713 | 965 |1692 |3271 |1722 | 0.000000e+00 | 3.100000e+01 |    Inf 
21.20/21.28	o 28
21.20/21.28	c *20.4s|  8786 |   384 | 28822 |   3.3 |  23M|1376 |   - |3713 |5392 |3713 | 964 |1756 |4271 |1746 | 0.000000e+00 | 2.800000e+01 |    Inf 
23.59/23.66	c  22.7s| 10000 |   423 | 35506 |   3.5 |  24M|1376 |   - |3713 |5291 |   0 |   0 |2190 |5753 |1779 | 0.000000e+00 | 2.800000e+01 |    Inf 
30.59/30.66	o 26
30.59/30.66	c *29.4s| 13592 |   542 | 55579 |   4.1 |  26M|1376 |   - |3713 |7181 |3713 | 948 |3219 |  10k|1795 | 0.000000e+00 | 2.600000e+01 |    Inf 
37.50/37.51	o 22
37.50/37.51	c *35.9s| 17250 |   650 | 74432 |   4.3 |  27M|1376 |   - |3713 |7082 |3713 | 950 |3836 |  14k|1797 | 0.000000e+00 | 2.200000e+01 |    Inf 
42.20/42.22	c  40.4s| 20000 |   692 | 85154 |   4.2 |  28M|1376 |   - |3713 |6875 |   0 |   0 |4289 |  18k|1797 | 0.000000e+00 | 2.200000e+01 |    Inf 
57.60/57.60	o 19
57.60/57.60	c *55.0s| 29446 |   829 |116627 |   4.0 |  31M|1376 |   - |3713 |7980 |3713 | 950 |5852 |  32k|1798 | 0.000000e+00 | 1.900000e+01 |    Inf 
57.60/57.63	o 17
57.60/57.63	c *55.1s| 29451 |   785 |116651 |   4.0 |  30M|1376 |   - |3713 |7781 |3713 | 954 |5858 |  32k|1798 | 0.000000e+00 | 1.700000e+01 |    Inf 
58.49/58.50	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
58.49/58.50	c  55.9s| 30000 |   796 |118424 |   3.9 |  30M|1376 |  21 |3713 |7186 |3713 | 948 |5948 |  32k|1798 | 0.000000e+00 | 1.700000e+01 |    Inf 
74.70/74.78	c  71.3s| 40000 |   831 |157700 |   3.9 |  32M|1376 |  18 |3713 |  10k|3713 | 957 |7661 |  47k|1866 | 0.000000e+00 | 1.700000e+01 |    Inf 
79.49/79.57	o 16
79.49/79.57	c *75.9s| 42660 |   802 |168332 |   3.9 |  31M|1376 |   - |3713 |9311 |3713 | 948 |8070 |  51k|1940 | 0.000000e+00 | 1.600000e+01 |    Inf 
91.59/91.66	o 14
91.59/91.66	c *87.4s| 49655 |   783 |195843 |   3.9 |  31M|1376 |   - |3713 |8392 |3713 | 948 |9117 |  60k|2091 | 0.000000e+00 | 1.400000e+01 |    Inf 
92.19/92.24	c  87.9s| 50000 |   779 |196857 |   3.9 |  31M|1376 |   - |3713 |8520 |   0 |   0 |9202 |  61k|2094 | 0.000000e+00 | 1.400000e+01 |    Inf 
108.99/109.06	c   104s| 60000 |   775 |237447 |   4.0 |  33M|1376 |  15 |3713 |  11k|3713 | 948 |  10k|  74k|2277 | 0.000000e+00 | 1.400000e+01 |    Inf 
126.59/126.62	c   121s| 70000 |   771 |278175 |   4.0 |  34M|1376 |   1 |3713 |  10k|3713 | 948 |  12k|  89k|2490 | 0.000000e+00 | 1.400000e+01 |    Inf 
145.00/145.09	c   138s| 80000 |   918 |323731 |   4.0 |  36M|1376 |  11 |3713 |  14k|3713 | 972 |  16k| 102k|2694 | 0.000000e+00 | 1.400000e+01 |    Inf 
158.70/158.73	o 13
158.70/158.73	c * 151s| 86602 |   832 |357651 |   4.1 |  36M|1376 |   - |3713 |  15k|3713 | 954 |  22k| 112k|2863 | 0.000000e+00 | 1.300000e+01 |    Inf 
164.90/164.90	c   157s| 90000 |   837 |370415 |   4.1 |  36M|1376 |   - |3713 |  13k|   0 |   0 |  23k| 116k|2888 | 0.000000e+00 | 1.300000e+01 |    Inf 
177.50/177.52	o 11
177.50/177.52	c * 169s| 97214 |   819 |397525 |   4.1 |  35M|1376 |   - |3713 |  12k|3713 | 948 |  25k| 126k|3014 | 0.000000e+00 | 1.100000e+01 |    Inf 
182.19/182.21	c   173s|100000 |   847 |407137 |   4.1 |  36M|1376 |   - |3713 |  13k|   0 |   0 |  25k| 130k|3044 | 0.000000e+00 | 1.100000e+01 |    Inf 
182.40/182.48	o 6
182.40/182.48	c * 174s|100165 |   729 |407634 |   4.1 |  34M|1376 |   - |3713 |  13k|3713 | 949 |  25k| 130k|3045 | 0.000000e+00 | 6.000000e+00 |    Inf 
182.40/182.49	o 2
182.40/182.49	c * 174s|100166 |   635 |407635 |   4.1 |  33M|1376 |   - |3713 |  13k|3713 | 949 |  25k| 130k|3045 | 0.000000e+00 | 2.000000e+00 |    Inf 
198.49/198.56	c   189s|110000 |   638 |442123 |   4.0 |  33M|1376 |  15 |3713 |  13k|3713 | 948 |  26k| 144k|3175 | 0.000000e+00 | 2.000000e+00 |    Inf 
214.90/214.97	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
214.90/214.97	c   205s|120000 |   551 |479481 |   4.0 |  32M|1376 |   - |3713 |  11k|   0 |   0 |  27k| 158k|3291 | 0.000000e+00 | 2.000000e+00 |    Inf 
232.01/232.01	c   221s|130000 |   563 |521044 |   4.0 |  33M|1376 |   1 |3713 |  14k|3713 | 948 |  30k| 171k|3478 | 0.000000e+00 | 2.000000e+00 |    Inf 
249.61/249.63	c   238s|140000 |   524 |562808 |   4.0 |  33M|1376 |   - |3713 |  14k|   0 |   0 |  32k| 185k|3619 | 0.000000e+00 | 2.000000e+00 |    Inf 
268.30/268.37	c   255s|150000 |   517 |608397 |   4.1 |  34M|1376 |   9 |3713 |  18k|3713 | 955 |  36k| 197k|3751 | 0.000000e+00 | 2.000000e+00 |    Inf 
290.50/290.54	c   277s|160000 |   590 |665121 |   4.2 |  36M|1376 |   - |3713 |  22k|   0 |   0 |  42k| 210k|3928 | 0.000000e+00 | 2.000000e+00 |    Inf 
311.90/311.93	c   297s|170000 |   506 |713154 |   4.2 |  36M|1376 |  20 |3713 |  21k|3713 | 964 |  46k| 223k|4091 | 0.000000e+00 | 2.000000e+00 |    Inf 
331.80/331.88	c   316s|180000 |   499 |759594 |   4.2 |  36M|1376 |   - |3713 |  24k|   0 |   0 |  48k| 237k|4237 | 0.000000e+00 | 2.000000e+00 |    Inf 
351.50/351.50	c   335s|190000 |   455 |798716 |   4.2 |  36M|1376 |  13 |3713 |  24k|3713 | 948 |  49k| 252k|4377 | 0.000000e+00 | 2.000000e+00 |    Inf 
371.91/371.94	c   355s|200000 |   499 |838811 |   4.2 |  39M|1376 |   - |3713 |  30k|   0 |   0 |  50k| 266k|4455 | 0.000000e+00 | 2.000000e+00 |    Inf 
395.21/395.28	c   377s|210000 |   464 |888889 |   4.2 |  38M|1376 |   - |3713 |  27k|   0 |   0 |  53k| 280k|4611 | 0.000000e+00 | 2.000000e+00 |    Inf 
419.80/419.89	c   401s|220000 |   484 |950410 |   4.3 |  40M|1376 |   - |3713 |  31k|   0 |   0 |  60k| 293k|4760 | 0.000000e+00 | 2.000000e+00 |    Inf 
444.71/444.76	c   425s|230000 |   461 |  1004k|   4.4 |  40M|1376 |   - |3713 |  31k|   0 |   0 |  64k| 307k|4930 | 0.000000e+00 | 2.000000e+00 |    Inf 
468.21/468.21	c   447s|240000 |   408 |  1056k|   4.4 |  38M|1376 |  14 |3713 |  26k|3713 | 957 |  67k| 320k|5094 | 0.000000e+00 | 2.000000e+00 |    Inf 
489.70/489.78	c   468s|250000 |   408 |  1104k|   4.4 |  38M|1376 |   - |3713 |  25k|   0 |   0 |  69k| 333k|5209 | 0.000000e+00 | 2.000000e+00 |    Inf 
513.51/513.53	c   491s|260000 |   517 |  1155k|   4.4 |  41M|1376 |   - |3713 |  32k|   0 |   0 |  74k| 347k|5308 | 0.000000e+00 | 2.000000e+00 |    Inf 
537.82/537.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
537.82/537.84	c   514s|270000 |   426 |  1207k|   4.5 |  39M|1376 |   - |3713 |  27k|3713 | 947 |  79k| 360k|5445 | 0.000000e+00 | 2.000000e+00 |    Inf 
558.72/558.76	c   535s|280000 |   381 |  1247k|   4.5 |  39M|1376 |   1 |3713 |  30k|3713 | 948 |  80k| 373k|5564 | 0.000000e+00 | 2.000000e+00 |    Inf 
579.51/579.58	c   555s|290000 |   399 |  1285k|   4.4 |  41M|1376 |   - |3713 |  35k|   0 |   0 |  81k| 387k|5639 | 0.000000e+00 | 2.000000e+00 |    Inf 
603.11/603.14	c   577s|300000 |   396 |  1334k|   4.4 |  39M|1376 |   6 |3713 |  29k|3713 | 948 |  85k| 401k|5763 | 0.000000e+00 | 2.000000e+00 |    Inf 
627.42/627.40	c   601s|310000 |   409 |  1389k|   4.5 |  41M|1376 |  11 |3713 |  34k|3713 | 961 |  89k| 414k|5889 | 0.000000e+00 | 2.000000e+00 |    Inf 
653.42/653.45	c   626s|320000 |   394 |  1447k|   4.5 |  41M|1376 |   - |3713 |  33k|   0 |   0 |  94k| 427k|5980 | 0.000000e+00 | 2.000000e+00 |    Inf 
676.82/676.87	c   648s|330000 |   393 |  1494k|   4.5 |  41M|1376 |   - |3713 |  33k|   0 |   0 |  97k| 440k|6070 | 0.000000e+00 | 2.000000e+00 |    Inf 
701.31/701.35	c   672s|340000 |   406 |  1543k|   4.5 |  42M|1376 |   - |3713 |  34k|   0 |   0 | 100k| 453k|6179 | 0.000000e+00 | 2.000000e+00 |    Inf 
727.02/727.08	c   697s|350000 |   436 |  1593k|   4.6 |  43M|1376 |   - |3713 |  38k|   0 |   0 | 104k| 466k|6299 | 0.000000e+00 | 2.000000e+00 |    Inf 
755.22/755.29	c   724s|360000 |   402 |  1647k|   4.6 |  44M|1376 |  26 |3713 |  39k|3713 | 951 | 110k| 479k|6386 | 0.000000e+00 | 2.000000e+00 |    Inf 
782.03/782.08	c   750s|370000 |   391 |  1696k|   4.6 |  42M|1376 |   - |3713 |  36k|   0 |   0 | 114k| 492k|6517 | 0.000000e+00 | 2.000000e+00 |    Inf 
806.52/806.59	c   774s|380000 |   391 |  1740k|   4.6 |  44M|1376 |   5 |3713 |  40k|3713 | 955 | 115k| 506k|6581 | 0.000000e+00 | 2.000000e+00 |    Inf 
833.42/833.49	c   800s|390000 |   404 |  1787k|   4.6 |  44M|1376 |  15 |3713 |  39k|3713 | 970 | 118k| 519k|6668 | 0.000000e+00 | 2.000000e+00 |    Inf 
863.42/863.41	c   829s|400000 |   543 |  1844k|   4.6 |  45M|1376 |   - |3713 |  39k|   0 |   0 | 126k| 532k|6763 | 0.000000e+00 | 2.000000e+00 |    Inf 
891.12/891.19	c   856s|410000 |   479 |  1897k|   4.6 |  44M|1376 |   - |3713 |  37k|   0 |   0 | 130k| 545k|6877 | 0.000000e+00 | 2.000000e+00 |    Inf 
914.42/914.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
914.42/914.49	c   878s|420000 |   510 |  1934k|   4.6 |  46M|1376 |  12 |3713 |  41k|3713 | 948 | 131k| 560k|6943 | 0.000000e+00 | 2.000000e+00 |    Inf 
936.92/936.99	c   900s|430000 |   547 |  1974k|   4.6 |  47M|1376 |   - |3713 |  41k|   0 |   0 | 133k| 575k|7014 | 0.000000e+00 | 2.000000e+00 |    Inf 
960.33/960.38	c   923s|440000 |   479 |  2014k|   4.6 |  45M|1376 |  19 |3713 |  38k|3713 | 948 | 135k| 589k|7077 | 0.000000e+00 | 2.000000e+00 |    Inf 
984.13/984.19	c   946s|450000 |   486 |  2053k|   4.6 |  47M|1376 |  12 |3713 |  42k|3713 | 948 | 136k| 603k|7117 | 0.000000e+00 | 2.000000e+00 |    Inf 
1009.84/1009.85	c   970s|460000 |   489 |  2095k|   4.6 |  47M|1376 |   1 |3713 |  43k|3713 | 948 | 137k| 617k|7180 | 0.000000e+00 | 2.000000e+00 |    Inf 
1036.02/1036.06	c   996s|470000 |   532 |  2136k|   4.5 |  46M|1376 |   6 |3713 |  38k|3713 | 948 | 139k| 632k|7268 | 0.000000e+00 | 2.000000e+00 |    Inf 
1061.93/1061.95	c  1021s|480000 |   528 |  2183k|   4.5 |  45M|1376 |   - |3713 |  35k|   0 |   0 | 142k| 645k|7383 | 0.000000e+00 | 2.000000e+00 |    Inf 
1084.42/1084.42	c  1042s|490000 |   525 |  2223k|   4.5 |  46M|1376 |   - |3713 |  37k|   0 |   0 | 143k| 660k|7432 | 0.000000e+00 | 2.000000e+00 |    Inf 
1106.64/1106.65	c  1064s|500000 |   547 |  2260k|   4.5 |  47M|1376 |  23 |3713 |  37k|3713 | 948 | 145k| 674k|7512 | 0.000000e+00 | 2.000000e+00 |    Inf 
1129.03/1129.09	c  1085s|510000 |   574 |  2298k|   4.5 |  47M|1376 |   - |3713 |  38k|   0 |   0 | 146k| 688k|7579 | 0.000000e+00 | 2.000000e+00 |    Inf 
1151.53/1151.56	c  1107s|520000 |   644 |  2336k|   4.5 |  48M|1376 |  26 |3713 |  39k|3713 | 948 | 147k| 703k|7635 | 0.000000e+00 | 2.000000e+00 |    Inf 
1174.23/1174.23	c  1129s|530000 |   684 |  2375k|   4.5 |  49M|1376 |  13 |3713 |  39k|3713 | 948 | 148k| 717k|7679 | 0.000000e+00 | 2.000000e+00 |    Inf 
1196.13/1196.19	c  1150s|540000 |   639 |  2413k|   4.5 |  50M|1376 |  13 |3713 |  41k|3713 | 948 | 149k| 732k|7721 | 0.000000e+00 | 2.000000e+00 |    Inf 
1220.14/1220.18	c  1173s|550000 |   576 |  2456k|   4.5 |  45M|1376 |  14 |3713 |  31k|3713 | 961 | 152k| 747k|7855 | 0.000000e+00 | 2.000000e+00 |    Inf 
1241.03/1241.03	c  1193s|560000 |   577 |  2495k|   4.5 |  46M|1376 |  22 |3713 |  33k|3713 | 948 | 153k| 760k|7883 | 0.000000e+00 | 2.000000e+00 |    Inf 
1263.24/1263.23	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1263.24/1263.23	c  1215s|570000 |   567 |  2539k|   4.5 |  45M|1376 |   9 |3713 |  31k|3713 | 948 | 154k| 774k|7938 | 0.000000e+00 | 2.000000e+00 |    Inf 
1285.24/1285.24	c  1236s|580000 |   573 |  2578k|   4.4 |  47M|1376 |   1 |3713 |  35k|3713 | 948 | 155k| 788k|8008 | 0.000000e+00 | 2.000000e+00 |    Inf 
1308.44/1308.41	c  1258s|590000 |   557 |  2618k|   4.4 |  47M|1376 |  23 |3713 |  34k|3713 | 952 | 156k| 802k|8071 | 0.000000e+00 | 2.000000e+00 |    Inf 
1334.54/1334.58	c  1284s|600000 |   578 |  2670k|   4.5 |  47M|1376 |   1 |3713 |  36k|3713 | 947 | 161k| 815k|8146 | 0.000000e+00 | 2.000000e+00 |    Inf 
1361.34/1361.32	c  1309s|610000 |   615 |  2721k|   4.5 |  48M|1376 |  10 |3713 |  39k|3713 | 953 | 166k| 828k|8216 | 0.000000e+00 | 2.000000e+00 |    Inf 
1388.74/1388.72	c  1336s|620000 |   543 |  2773k|   4.5 |  48M|1376 |  16 |3713 |  38k|3713 | 949 | 172k| 842k|8311 | 0.000000e+00 | 2.000000e+00 |    Inf 
1413.94/1413.99	c  1360s|630000 |   623 |  2820k|   4.5 |  49M|1376 |   - |3713 |  39k|   0 |   0 | 176k| 855k|8366 | 0.000000e+00 | 2.000000e+00 |    Inf 
1441.04/1441.08	c  1387s|640000 |   664 |  2873k|   4.5 |  50M|1376 |  17 |3713 |  42k|3713 | 941 | 182k| 868k|8423 | 0.000000e+00 | 2.000000e+00 |    Inf 
1468.95/1468.95	c  1414s|650000 |   691 |  2930k|   4.5 |  51M|1376 |  11 |3713 |  43k|3713 | 949 | 189k| 882k|8500 | 0.000000e+00 | 2.000000e+00 |    Inf 
1495.34/1495.36	c  1439s|660000 |   672 |  2980k|   4.5 |  51M|1376 |   9 |3713 |  44k|3713 | 941 | 194k| 896k|8567 | 0.000000e+00 | 2.000000e+00 |    Inf 
1528.54/1528.52	c  1471s|670000 |   731 |  3038k|   4.5 |  52M|1376 |   9 |3713 |  45k|3713 | 957 | 200k| 910k|8640 | 0.000000e+00 | 2.000000e+00 |    Inf 
1568.04/1568.02	c  1511s|680000 |   704 |  3094k|   4.6 |  52M|1376 |   - |3713 |  46k|   0 |   0 | 207k| 924k|8719 | 0.000000e+00 | 2.000000e+00 |    Inf 
1605.84/1605.81	c  1548s|690000 |   707 |  3152k|   4.6 |  53M|1376 |   1 |3713 |  47k|3713 | 949 | 216k| 938k|8804 | 0.000000e+00 | 2.000000e+00 |    Inf 
1642.25/1642.23	c  1584s|700000 |   780 |  3214k|   4.6 |  53M|1376 |   - |3713 |  47k|   0 |   0 | 225k| 952k|8906 | 0.000000e+00 | 2.000000e+00 |    Inf 
1674.54/1674.57	c  1615s|710000 |   719 |  3266k|   4.6 |  54M|1376 |  13 |3713 |  47k|3713 | 950 | 232k| 967k|8964 | 0.000000e+00 | 2.000000e+00 |    Inf 
1709.24/1709.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1709.24/1709.30	c  1649s|720000 |   699 |  3323k|   4.6 |  54M|1376 |   - |3713 |  48k|   0 |   0 | 239k| 981k|9041 | 0.000000e+00 | 2.000000e+00 |    Inf 
1743.33/1743.38	c  1682s|730000 |   634 |  3373k|   4.6 |  53M|1376 |   - |3713 |  47k|   0 |   0 | 245k| 995k|9102 | 0.000000e+00 | 2.000000e+00 |    Inf 
1777.33/1777.34	c  1715s|740000 |   598 |  3426k|   4.6 |  52M|1376 |  12 |3713 |  46k|3713 | 954 | 252k|1010k|9155 | 0.000000e+00 | 2.000000e+00 |    Inf 
1800.03/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
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) : 1737.40
1800.03/1800.00	c Solving Nodes      : 746779
1800.03/1800.00	c Primal Bound       : +2.00000000000000e+00 (161 solutions)
1800.03/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.03/1800.00	c Gap                : infinite
1800.03/1800.04	s SATISFIABLE
1800.03/1800.04	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.04	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.04	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.04	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.04	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.04	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.04	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.04	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.04	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.04	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.04	v x1 
1800.03/1800.04	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.04	c Solving Time       :    1737.40
1800.03/1800.04	c Original Problem   :
1800.03/1800.04	c   Problem name     : HOME/instance-2692763-1277902169.wbo
1800.03/1800.04	c   Variables        : 3835 (2033 binary, 0 integer, 0 implicit integer, 1802 continuous)
1800.03/1800.04	c   Constraints      : 4510 initial, 4510 maximal
1800.03/1800.04	c Presolved Problem  :
1800.03/1800.04	c   Problem name     : t_HOME/instance-2692763-1277902169.wbo
1800.03/1800.04	c   Variables        : 3713 (1972 binary, 0 integer, 0 implicit integer, 1741 continuous)
1800.03/1800.04	c   Constraints      : 4364 initial, 50618 maximal
1800.03/1800.04	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.03/1800.04	c   trivial          :       0.00         61          0          0          0          0          0          0          0
1800.03/1800.04	c   dualfix          :       0.00         61          0          0          0          0          0          0          0
1800.03/1800.04	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.04	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.04	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.04	c   probing          :       0.05          0          0          0          0          0          0          0          0
1800.03/1800.04	c   indicator        :       0.00          0          0          0          0          0         61          0          0
1800.03/1800.04	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.04	c   linear           :       0.04          0          0          0       1810          0         85         67          0
1800.03/1800.04	c   logicor          :       0.01          0          0          0          0          0          0          0          0
1800.03/1800.04	c   root node        :          -       1717          -          -       3434          -          -          -          -
1800.03/1800.04	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.04	c   integral         :          0          0          0     451152          0          9        441          0          0     818554
1800.03/1800.04	c   indicator        :       1741          0    3663685      40880          0        164     806513          0          0          0
1800.03/1800.04	c   setppc           :          9          6    3702967      38829          0      10323    1302763          0          0          0
1800.03/1800.04	c   linear           :       1741          6    3698066      40631          0     223264   17264272     257194          0          0
1800.03/1800.04	c   logicor          :        873+         6    1473199       5469          0     153662    3678824          0          0          0
1800.03/1800.04	c   countsols        :          0          0          0       5469          0          0          0          0          0          0
1800.03/1800.04	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.03/1800.04	c   integral         :      23.74       0.00       0.00      23.74       0.00
1800.03/1800.04	c   indicator        :       3.18       0.00       2.55       0.63       0.00
1800.03/1800.04	c   setppc           :       8.38       0.00       8.38       0.00       0.00
1800.03/1800.04	c   linear           :     139.58       0.00     137.70       1.88       0.00
1800.03/1800.04	c   logicor          :     371.02       0.00     371.01       0.01       0.00
1800.03/1800.04	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.03/1800.04	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.03/1800.04	c   vbounds          :       0.04          2          0          0
1800.03/1800.04	c   rootredcost      :       0.03         41          0       1717
1800.03/1800.04	c   pseudoobj        :     119.97    3711649       2296     601374
1800.03/1800.04	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.03/1800.04	c   propagation      :      19.36     389545     389106    2465436       29.6      11962       25.3          -
1800.03/1800.04	c   infeasible LP    :       5.24      16866      16866     135600       43.3        100       20.7          0
1800.03/1800.04	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.04	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.04	c   pseudo solution  :       0.01         32         32        190       16.6         28        5.1          -
1800.03/1800.04	c   applied globally :          -          -          -    1019657       23.3          -          -          -
1800.03/1800.04	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.03/1800.04	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.03/1800.04	c   cut pool         :       0.00          4          -          -         47          -    (maximal pool size: 140)
1800.03/1800.04	c   redcost          :      19.70     453435          0     184640          0          0
1800.03/1800.04	c   impliedbounds    :       0.00          5          0          0          0          0
1800.03/1800.04	c   intobj           :       0.00          0          0          0          0          0
1800.03/1800.04	c   cgmip            :       0.00          0          0          0          0          0
1800.03/1800.04	c   gomory           :       0.12          5          0          0        768          0
1800.03/1800.04	c   strongcg         :       0.05          5          0          0         31          0
1800.03/1800.04	c   cmir             :       0.03          5          0          0          0          0
1800.03/1800.04	c   flowcover        :       0.05          5          0          0          0          0
1800.03/1800.04	c   clique           :       0.00          5          0          0          0          0
1800.03/1800.04	c   zerohalf         :       0.00          0          0          0          0          0
1800.03/1800.04	c   mcf              :       0.00          1          0          0          0          0
1800.03/1800.04	c   rapidlearning    :       0.00          0          0          0          0          0
1800.03/1800.04	c Pricers            :       Time      Calls       Vars
1800.03/1800.04	c   problem variables:       0.00          0          0
1800.03/1800.04	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.04	c   relpscost        :      23.61     409639          9        441          0          0     818554
1800.03/1800.04	c   pscost           :       0.00          0          0          0          0          0          0
1800.03/1800.04	c   inference        :       0.56       5430          0          0          0          0      10860
1800.03/1800.04	c   mostinf          :       0.00          0          0          0          0          0          0
1800.03/1800.04	c   leastinf         :       0.00          0          0          0          0          0          0
1800.03/1800.04	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.03/1800.04	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.03/1800.04	c   random           :       0.00          0          0          0          0          0          0
1800.03/1800.04	c Primal Heuristics  :       Time      Calls      Found
1800.03/1800.04	c   LP solutions     :       0.01          -         39
1800.03/1800.04	c   pseudo solutions :       0.00          -          0
1800.03/1800.04	c   feaspump         :       0.00          0          0
1800.03/1800.04	c   oneopt           :       0.16         37          0
1800.03/1800.04	c   intshifting      :       0.00          4          0
1800.03/1800.04	c   coefdiving       :       0.02         20          0
1800.03/1800.04	c   pscostdiving     :       0.06         20          0
1800.03/1800.04	c   linesearchdiving :       0.01         21          0
1800.03/1800.04	c   guideddiving     :       0.01         21          0
1800.03/1800.04	c   fracdiving       :       0.03         21          0
1800.03/1800.04	c   veclendiving     :       0.01         21          0
1800.03/1800.04	c   objpscostdiving  :       0.01         19          0
1800.03/1800.04	c   rootsoldiving    :       0.03         19          0
1800.03/1800.04	c   crossover        :       0.67         29          0
1800.03/1800.04	c   trivial          :       0.00          2          0
1800.03/1800.04	c   simplerounding   :       0.55     410104          0
1800.03/1800.04	c   zirounding       :       0.27       1000          1
1800.03/1800.04	c   rounding         :       1.37       9009          0
1800.03/1800.04	c   shifting         :       1.06       2813          0
1800.03/1800.04	c   twoopt           :       0.00          0          0
1800.03/1800.04	c   fixandinfer      :       0.00          0          0
1800.03/1800.04	c   intdiving        :       0.00          0          0
1800.03/1800.04	c   actconsdiving    :       0.00          0          0
1800.03/1800.04	c   octane           :       0.00          0          0
1800.03/1800.04	c   rens             :       0.03          1          0
1800.03/1800.04	c   rins             :       0.00          0          0
1800.03/1800.04	c   localbranching   :       0.00          0          0
1800.03/1800.04	c   mutation         :       0.00          0          0
1800.03/1800.04	c   dins             :       0.00          0          0
1800.03/1800.04	c   undercover       :       0.00          0          0
1800.03/1800.04	c   nlp              :       0.00          0          0
1800.03/1800.04	c   trysol           :       1.47       5740        121
1800.03/1800.04	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.03/1800.04	c   primal LP        :       0.00          0          0       0.00          -
1800.03/1800.04	c   dual LP          :     483.60     462775    3462081       7.48    7158.98
1800.03/1800.04	c   lex dual LP      :       0.00          0          0       0.00          -
1800.03/1800.04	c   barrier LP       :       0.00          0          0       0.00          -
1800.03/1800.04	c   diving/probing LP:       0.08         46       1473      32.02   18412.50
1800.03/1800.04	c   strong branching :      19.78       9203     121703      13.22    6152.83
1800.03/1800.04	c     (at root node) :          -         33       2641      80.03          -
1800.03/1800.04	c   conflict analysis:       0.00          0          0       0.00          -
1800.03/1800.04	c B&B Tree           :
1800.03/1800.04	c   number of runs   :          1
1800.03/1800.04	c   nodes            :     746779
1800.03/1800.04	c   nodes (total)    :     746779
1800.03/1800.04	c   nodes left       :        682
1800.03/1800.04	c   max depth        :       1376
1800.03/1800.04	c   max depth (total):       1376
1800.03/1800.04	c   backtracks       :      84473 (11.3%)
1800.03/1800.04	c   delayed cutoffs  :      76042
1800.03/1800.04	c   repropagations   :    1694916 (4733558 domain reductions, 74546 cutoffs)
1800.03/1800.04	c   avg switch length:       5.91
1800.03/1800.04	c   switching time   :     301.64
1800.03/1800.04	c Solution           :
1800.03/1800.04	c   Solutions found  :        161 (41 improvements)
1800.03/1800.04	c   First Solution   : +8.77540000000000e+04   (in run 1, after 1 nodes, 0.13 seconds, depth 0, found by <trysol>)
1800.03/1800.04	c   Primal Bound     : +2.00000000000000e+00   (in run 1, after 100166 nodes, 173.74 seconds, depth 48, found by <relaxation>)
1800.03/1800.04	c   Dual Bound       : +0.00000000000000e+00
1800.03/1800.04	c   Gap              :   infinite
1800.03/1800.04	c   Root Dual Bound  : +0.00000000000000e+00
1800.03/1800.04	c   Root Iterations  :        174
1800.14/1800.12	c Time complete: 1800.16.

Verifier Data

OK	2

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2692763-1277902169/watcher-2692763-1277902169 -o /tmp/evaluation-result-2692763-1277902169/solver-2692763-1277902169 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2692763-1277902169.wbo -t 1800 -m 3800 

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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 3891200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 3942400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 2936
/proc/meminfo: memFree=31691276/32951124 swapFree=67111528/67111528
[pid=2936] ppid=2934 vsize=8752 CPUtime=0
/proc/2936/stat : 2936 (pbscip.linux.x8) R 2934 2936 2256 0 -1 4202496 1467 0 0 0 0 0 0 0 21 0 1 0 131645188 8962048 1386 4089446400 4194304 8223781 140734116331680 18446744073709551615 7253720 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/2936/statm: 2188 1398 348 984 0 1201 0

[startup+0.0323231 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 2936
/proc/meminfo: memFree=31691276/32951124 swapFree=67111528/67111528
[pid=2936] ppid=2934 vsize=14660 CPUtime=0.03
/proc/2936/stat : 2936 (pbscip.linux.x8) R 2934 2936 2256 0 -1 4202496 3322 0 0 0 3 0 0 0 21 0 1 0 131645188 15011840 2887 4089446400 4194304 8223781 140734116331680 18446744073709551615 4491170 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/2936/statm: 3665 2887 371 984 0 2678 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 14660

[startup+0.100248 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 2936
/proc/meminfo: memFree=31691276/32951124 swapFree=67111528/67111528
[pid=2936] ppid=2934 vsize=29172 CPUtime=0.09
/proc/2936/stat : 2936 (pbscip.linux.x8) R 2934 2936 2256 0 -1 4202496 7728 0 0 0 8 1 0 0 21 0 1 0 131645188 29872128 6255 4089446400 4194304 8223781 140734116331680 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/2936/statm: 7293 6255 452 984 0 6306 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 29172

[startup+0.300219 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 2936
/proc/meminfo: memFree=31691276/32951124 swapFree=67111528/67111528
[pid=2936] ppid=2934 vsize=36032 CPUtime=0.29
/proc/2936/stat : 2936 (pbscip.linux.x8) R 2934 2936 2256 0 -1 4202496 11658 0 0 0 26 3 0 0 21 0 1 0 131645188 36896768 8103 4089446400 4194304 8223781 140734116331680 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/2936/statm: 9008 8103 570 984 0 8021 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 36032

[startup+0.700133 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 2936
/proc/meminfo: memFree=31691276/32951124 swapFree=67111528/67111528
[pid=2936] ppid=2934 vsize=40892 CPUtime=0.69
/proc/2936/stat : 2936 (pbscip.linux.x8) R 2934 2936 2256 0 -1 4202496 19751 0 0 0 64 5 0 0 22 0 1 0 131645188 41873408 9283 4089446400 4194304 8223781 140734116331680 18446744073709551615 6436172 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/2936/statm: 10223 9283 585 984 0 9236 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 40892

[startup+1.50098 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2937
/proc/meminfo: memFree=31655928/32951124 swapFree=67111528/67111528
[pid=2936] ppid=2934 vsize=40892 CPUtime=1.49
/proc/2936/stat : 2936 (pbscip.linux.x8) R 2934 2936 2256 0 -1 4202496 19756 0 0 0 140 9 0 0 25 0 1 0 131645188 41873408 9288 4089446400 4194304 8223781 140734116331680 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/2936/statm: 10223 9288 587 984 0 9236 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 40892

[startup+3.10069 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2937
/proc/meminfo: memFree=31653740/32951124 swapFree=67111528/67111528
[pid=2936] ppid=2934 vsize=43380 CPUtime=3.09
/proc/2936/stat : 2936 (pbscip.linux.x8) R 2934 2936 2256 0 -1 4202496 30033 0 0 0 293 16 0 0 25 0 1 0 131645188 44421120 9938 4089446400 4194304 8223781 140734116331680 18446744073709551615 6436959 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/2936/statm: 10845 9938 589 984 0 9858 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 43380

[startup+6.3011 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2937
/proc/meminfo: memFree=31650888/32951124 swapFree=67111528/67111528
[pid=2936] ppid=2934 vsize=48992 CPUtime=6.29
/proc/2936/stat : 2936 (pbscip.linux.x8) R 2934 2936 2256 0 -1 4202496 38919 0 0 0 601 28 0 0 25 0 1 0 131645188 50167808 11096 4089446400 4194304 8223781 140734116331680 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/2936/statm: 12248 11096 592 984 0 11261 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 48992

[startup+12.7009 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2937
/proc/meminfo: memFree=31641472/32951124 swapFree=67111528/67111528
[pid=2936] ppid=2934 vsize=58032 CPUtime=12.69
/proc/2936/stat : 2936 (pbscip.linux.x8) R 2934 2936 2256 0 -1 4202496 59727 0 0 0 1219 50 0 0 25 0 1 0 131645188 59424768 13436 4089446400 4194304 8223781 140734116331680 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/2936/statm: 14508 13436 592 984 0 13521 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 58032

[startup+25.5005 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2938
/proc/meminfo: memFree=31628836/32951124 swapFree=67111528/67111528
[pid=2936] ppid=2934 vsize=71512 CPUtime=25.49
/proc/2936/stat : 2936 (pbscip.linux.x8) R 2934 2936 2256 0 -1 4202496 90306 0 0 0 2444 105 0 0 25 0 1 0 131645188 73228288 16775 4089446400 4194304 8223781 140734116331680 18446744073709551615 6023784 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/2936/statm: 17878 16775 600 984 0 16891 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 71512

[startup+51.1008 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2938
/proc/meminfo: memFree=31610724/32951124 swapFree=67111528/67111528
[pid=2936] ppid=2934 vsize=89224 CPUtime=51.1
/proc/2936/stat : 2936 (pbscip.linux.x8) R 2934 2936 2256 0 -1 4202496 117302 0 0 0 4890 220 0 0 25 0 1 0 131645188 91365376 21088 4089446400 4194304 8223781 140734116331680 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/2936/statm: 22306 21088 600 984 0 21319 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 89224

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2940
/proc/meminfo: memFree=31595304/32951124 swapFree=67111528/67111528
[pid=2936] ppid=2934 vsize=97368 CPUtime=102.3
/proc/2936/stat : 2936 (pbscip.linux.x8) R 2934 2936 2256 0 -1 4202496 204397 0 0 0 9747 483 0 0 25 0 1 0 131645188 99704832 23124 4089446400 4194304 8223781 140734116331680 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/2936/statm: 24342 23124 602 984 0 23355 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 97368

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2941
/proc/meminfo: memFree=31592520/32951124 swapFree=67111528/67111528
[pid=2936] ppid=2934 vsize=103144 CPUtime=162.3
/proc/2936/stat : 2936 (pbscip.linux.x8) R 2934 2936 2256 0 -1 4202496 226031 0 0 0 15461 769 0 0 25 0 1 0 131645188 105619456 24554 4089446400 4194304 8223781 140734116331680 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/2936/statm: 25786 24554 602 984 0 24799 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 103144

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2943
/proc/meminfo: memFree=31589636/32951124 swapFree=67111528/67111528
[pid=2936] ppid=2934 vsize=104664 CPUtime=222.3
/proc/2936/stat : 2936 (pbscip.linux.x8) R 2934 2936 2256 0 -1 4202496 294077 0 0 0 21151 1079 0 0 25 0 1 0 131645188 107175936 24908 4089446400 4194304 8223781 140734116331680 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/2936/statm: 26166 24908 602 984 0 25179 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 104664

[startup+282.301 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 2945
/proc/meminfo: memFree=31585744/32951124 swapFree=67111528/67111528
[pid=2936] ppid=2934 vsize=106672 CPUtime=282.3
/proc/2936/stat : 2936 (pbscip.linux.x8) R 2934 2936 2256 0 -1 4202496 307660 0 0 0 26877 1353 0 0 25 0 1 0 131645188 109232128 25420 4089446400 4194304 8223781 140734116331680 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/2936/statm: 26668 25420 602 984 0 25681 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 106672

[startup+342.301 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 2948
/proc/meminfo: memFree=31583352/32951124 swapFree=67111528/67111528
[pid=2936] ppid=2934 vsize=108164 CPUtime=342.3
/proc/2936/stat : 2936 (pbscip.linux.x8) R 2934 2936 2256 0 -1 4202496 308038 0 0 0 32635 1595 0 0 25 0 1 0 131645188 110759936 25779 4089446400 4194304 8223781 140734116331680 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/2936/statm: 27041 25779 602 984 0 26054 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 108164

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2950
/proc/meminfo: memFree=31577356/32951124 swapFree=67111528/67111528
[pid=2936] ppid=2934 vsize=112660 CPUtime=402.3
/proc/2936/stat : 2936 (pbscip.linux.x8) R 2934 2936 2256 0 -1 4202496 314706 0 0 0 38402 1828 0 0 25 0 1 0 131645188 115363840 26823 4089446400 4194304 8223781 140734116331680 18446744073709551615 6003640 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/2936/statm: 28165 26823 602 984 0 27178 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 112660

[startup+462.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 2951
/proc/meminfo: memFree=31574468/32951124 swapFree=67111528/67111528
[pid=2936] ppid=2934 vsize=113940 CPUtime=462.31
/proc/2936/stat : 2936 (pbscip.linux.x8) R 2934 2936 2256 0 -1 4202496 316269 0 0 0 44181 2050 0 0 25 0 1 0 131645188 116674560 27087 4089446400 4194304 8223781 140734116331680 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/2936/statm: 28485 27087 602 984 0 27498 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 113940

[startup+522.301 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 2953
/proc/meminfo: memFree=31573196/32951124 swapFree=67111528/67111528
[pid=2936] ppid=2934 vsize=114444 CPUtime=522.31
/proc/2936/stat : 2936 (pbscip.linux.x8) R 2934 2936 2256 0 -1 4202496 324495 0 0 0 49952 2279 0 0 25 0 1 0 131645188 117190656 27205 4089446400 4194304 8223781 140734116331680 18446744073709551615 5955580 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/2936/statm: 28611 27205 602 984 0 27624 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 114444

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2955
/proc/meminfo: memFree=31570932/32951124 swapFree=67111528/67111528
[pid=2936] ppid=2934 vsize=116320 CPUtime=582.31
/proc/2936/stat : 2936 (pbscip.linux.x8) R 2934 2936 2256 0 -1 4202496 325247 0 0 0 55724 2507 0 0 25 0 1 0 131645188 119111680 27645 4089446400 4194304 8223781 140734116331680 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/2936/statm: 29080 27645 602 984 0 28093 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 116320

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2956
/proc/meminfo: memFree=31568416/32951124 swapFree=67111528/67111528
[pid=2936] ppid=2934 vsize=117232 CPUtime=642.32
/proc/2936/stat : 2936 (pbscip.linux.x8) R 2934 2936 2256 0 -1 4202496 332100 0 0 0 61505 2727 0 0 25 0 1 0 131645188 120045568 27891 4089446400 4194304 8223781 140734116331680 18446744073709551615 4999661 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/2936/statm: 29308 27891 602 984 0 28321 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 117232

[startup+702.301 s]

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

[startup+882.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2973
/proc/meminfo: memFree=31558568/32951124 swapFree=67111528/67111528
[pid=2936] ppid=2934 vsize=121612 CPUtime=882.32
/proc/2936/stat : 2936 (pbscip.linux.x8) R 2934 2936 2256 0 -1 4202496 346751 0 0 0 84723 3509 0 0 25 0 1 0 131645188 124530688 28849 4089446400 4194304 8223781 140734116331680 18446744073709551615 4925429 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/2936/statm: 30403 28849 602 984 0 29416 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 121612

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2974
/proc/meminfo: memFree=31555308/32951124 swapFree=67111528/67111528
[pid=2936] ppid=2934 vsize=122632 CPUtime=942.33
/proc/2936/stat : 2936 (pbscip.linux.x8) R 2934 2936 2256 0 -1 4202496 355834 0 0 0 90514 3719 0 0 25 0 1 0 131645188 125575168 29099 4089446400 4194304 8223781 140734116331680 18446744073709551615 5955642 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/2936/statm: 30658 29099 602 984 0 29671 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 122632

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2977
/proc/meminfo: memFree=31553416/32951124 swapFree=67111528/67111528
[pid=2936] ppid=2934 vsize=123536 CPUtime=1002.33
/proc/2936/stat : 2936 (pbscip.linux.x8) R 2934 2936 2256 0 -1 4202496 363377 0 0 0 96308 3925 0 0 25 0 1 0 131645188 126500864 29326 4089446400 4194304 8223781 140734116331680 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/2936/statm: 30884 29326 602 984 0 29897 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 123536

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2978
/proc/meminfo: memFree=31551280/32951124 swapFree=67111528/67111528
[pid=2936] ppid=2934 vsize=126160 CPUtime=1062.33
/proc/2936/stat : 2936 (pbscip.linux.x8) R 2934 2936 2256 0 -1 4202496 366991 0 0 0 102108 4125 0 0 25 0 1 0 131645188 129187840 29831 4089446400 4194304 8223781 140734116331680 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/2936/statm: 31540 29831 602 984 0 30553 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 126160

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2980
/proc/meminfo: memFree=31550000/32951124 swapFree=67111528/67111528
[pid=2936] ppid=2934 vsize=126724 CPUtime=1122.33
/proc/2936/stat : 2936 (pbscip.linux.x8) R 2934 2936 2256 0 -1 4202496 372178 0 0 0 107895 4338 0 0 25 0 1 0 131645188 129765376 29978 4089446400 4194304 8223781 140734116331680 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/2936/statm: 31681 29978 602 984 0 30694 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 126724

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2983
/proc/meminfo: memFree=31547336/32951124 swapFree=67111528/67111528
[pid=2936] ppid=2934 vsize=128228 CPUtime=1182.34
/proc/2936/stat : 2936 (pbscip.linux.x8) R 2934 2936 2256 0 -1 4202496 381817 0 0 0 113686 4548 0 0 25 0 1 0 131645188 131305472 30351 4089446400 4194304 8223781 140734116331680 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/2936/statm: 32057 30351 602 984 0 31070 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 128228

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2987
/proc/meminfo: memFree=31546420/32951124 swapFree=67111528/67111528
[pid=2936] ppid=2934 vsize=128944 CPUtime=1242.33
/proc/2936/stat : 2936 (pbscip.linux.x8) R 2934 2936 2256 0 -1 4202496 390720 0 0 0 119461 4772 0 0 25 0 1 0 131645188 132038656 30526 4089446400 4194304 8223781 140734116331680 18446744073709551615 4219840 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/2936/statm: 32236 30526 602 984 0 31249 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 128944

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2989
/proc/meminfo: memFree=31546252/32951124 swapFree=67111528/67111528
[pid=2936] ppid=2934 vsize=129000 CPUtime=1302.34
/proc/2936/stat : 2936 (pbscip.linux.x8) R 2934 2936 2256 0 -1 4202496 406096 0 0 0 125240 4994 0 0 25 0 1 0 131645188 132096000 30540 4089446400 4194304 8223781 140734116331680 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/2936/statm: 32250 30540 602 984 0 31263 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 129000

[startup+1362.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 2990
/proc/meminfo: memFree=31545224/32951124 swapFree=67111528/67111528
[pid=2936] ppid=2934 vsize=129084 CPUtime=1362.34
/proc/2936/stat : 2936 (pbscip.linux.x8) R 2934 2936 2256 0 -1 4202496 420712 0 0 0 131041 5193 0 0 25 0 1 0 131645188 132182016 30568 4089446400 4194304 8223781 140734116331680 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/2936/statm: 32271 30568 602 984 0 31284 0
Current children cumulated CPU time (s) 1362.34
Current children cumulated vsize (KiB) 129084

[startup+1422.31 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 2992
/proc/meminfo: memFree=31545184/32951124 swapFree=67111528/67111528
[pid=2936] ppid=2934 vsize=129084 CPUtime=1422.35
/proc/2936/stat : 2936 (pbscip.linux.x8) R 2934 2936 2256 0 -1 4202496 423157 0 0 0 136845 5390 0 0 25 0 1 0 131645188 132182016 30569 4089446400 4194304 8223781 140734116331680 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/2936/statm: 32271 30569 602 984 0 31284 0
Current children cumulated CPU time (s) 1422.35
Current children cumulated vsize (KiB) 129084

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2994
/proc/meminfo: memFree=31543920/32951124 swapFree=67111528/67111528
[pid=2936] ppid=2934 vsize=129552 CPUtime=1482.34
/proc/2936/stat : 2936 (pbscip.linux.x8) R 2934 2936 2256 0 -1 4202496 430900 0 0 0 142646 5588 0 0 25 0 1 0 131645188 132661248 30685 4089446400 4194304 8223781 140734116331680 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/2936/statm: 32388 30685 602 984 0 31401 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 129552

[startup+1542.3 s]
/proc/loadavg: 2.57 2.15 2.05 4/200 3059
/proc/meminfo: memFree=31438812/32951124 swapFree=67111528/67111528
[pid=2936] ppid=2934 vsize=130812 CPUtime=1542.34
/proc/2936/stat : 2936 (pbscip.linux.x8) R 2934 2936 2256 0 -1 4202496 439742 0 0 0 148517 5717 0 0 25 0 1 0 131645188 133951488 31027 4089446400 4194304 8223781 140734116331680 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/2936/statm: 32703 31027 602 984 0 31716 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 130812

[startup+1602.3 s]
/proc/loadavg: 2.54 2.21 2.07 4/200 3061
/proc/meminfo: memFree=31420636/32951124 swapFree=67111528/67111528
[pid=2936] ppid=2934 vsize=132580 CPUtime=1602.34
/proc/2936/stat : 2936 (pbscip.linux.x8) R 2934 2936 2256 0 -1 4202496 440658 0 0 0 154473 5761 0 0 25 0 1 0 131645188 135761920 31487 4089446400 4194304 8223781 140734116331680 18446744073709551615 4209137 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/2936/statm: 33145 31487 602 984 0 32158 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 132580

[startup+1662.3 s]
/proc/loadavg: 2.77 2.34 2.12 4/200 3062
/proc/meminfo: memFree=31412884/32951124 swapFree=67111528/67111528
[pid=2936] ppid=2934 vsize=133100 CPUtime=1662.34
/proc/2936/stat : 2936 (pbscip.linux.x8) R 2934 2936 2256 0 -1 4202496 441573 0 0 0 160344 5890 0 0 25 0 1 0 131645188 136294400 31589 4089446400 4194304 8223781 140734116331680 18446744073709551615 4219807 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/2936/statm: 33275 31589 602 984 0 32288 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 133100

[startup+1722.3 s]
/proc/loadavg: 2.82 2.43 2.17 4/200 3064
/proc/meminfo: memFree=31406472/32951124 swapFree=67111528/67111528
[pid=2936] ppid=2934 vsize=133064 CPUtime=1722.34
/proc/2936/stat : 2936 (pbscip.linux.x8) R 2934 2936 2256 0 -1 4202496 441932 0 0 0 166184 6050 0 0 25 0 1 0 131645188 136257536 31596 4089446400 4194304 8223781 140734116331680 18446744073709551615 4221241 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/2936/statm: 33266 31596 602 984 0 32279 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 133064

[startup+1782.3 s]
/proc/loadavg: 2.87 2.51 2.21 4/200 3066
/proc/meminfo: memFree=31399824/32951124 swapFree=67111528/67111528
[pid=2936] ppid=2934 vsize=133208 CPUtime=1782.33
/proc/2936/stat : 2936 (pbscip.linux.x8) R 2934 2936 2256 0 -1 4202496 443025 0 0 0 172020 6213 0 0 25 0 1 0 131645188 136404992 31618 4089446400 4194304 8223781 140734116331680 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/2936/statm: 33302 31618 602 984 0 32315 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 133208



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.90 2.54 2.22 4/200 3066
/proc/meminfo: memFree=31397828/32951124 swapFree=67111528/67111528
[pid=2936] ppid=2934 vsize=133064 CPUtime=1800.03
/proc/2936/stat : 2936 (pbscip.linux.x8) R 2934 2936 2256 0 -1 4202496 444238 0 0 0 173742 6261 0 0 25 0 1 0 131645188 136257536 31613 4089446400 4194304 8223781 140734116331680 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/2936/statm: 33266 31613 602 984 0 32279 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 133064

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

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

[startup+1800.11 s]
/proc/loadavg: 2.90 2.54 2.22 4/200 3066
/proc/meminfo: memFree=31397828/32951124 swapFree=67111528/67111528
[pid=2936] ppid=2934 vsize=131928 CPUtime=1800.14
/proc/2936/stat : 2936 (pbscip.linux.x8) R 2934 2936 2256 0 -1 4202496 444259 0 0 0 173753 6261 0 0 25 0 1 0 131645188 135094272 31314 4089446400 4194304 8223781 140734116331680 18446744073709551615 4332879 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/2936/statm: 32982 31314 604 984 0 31995 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 131928

Child status: 0
Real time (s): 1800.13
CPU time (s): 1800.17
CPU user time (s): 1737.54
CPU system time (s): 62.6235
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 133208

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

runsolver used 3.10153 second user time and 6.01009 second system time

The end

Launcher Data

Begin job on node111 at 2010-06-30 14:49:29
IDJOB=2692763
IDBENCH=78899
IDSOLVER=1204
FILE ID=node111/2692763-1277902169
PBS_JOBID= 11197187
Free space on /tmp= 74208 MiB

SOLVER NAME= SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900670675--soft-33-100-0.wbo
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2692763-1277902169/watcher-2692763-1277902169 -o /tmp/evaluation-result-2692763-1277902169/solver-2692763-1277902169 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2692763-1277902169.wbo -t 1800 -m 3800

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 3800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 1266a85a20696deb0d7aee67f4c2d0a0
RANDOM SEED=547438534

node111.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	: 5332.82
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.85
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.74
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.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.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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31692300 kB
Buffers:        189076 kB
Cached:         795100 kB
SwapCached:          0 kB
Active:         538944 kB
Inactive:       578768 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31692300 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4700 kB
Writeback:           0 kB
AnonPages:      133152 kB
Mapped:          16920 kB
Slab:            76576 kB
PageTables:       4908 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   275856 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 /tmp at the end= 74208 MiB
End job on node111 at 2010-06-30 15:19:31