Trace number 3447443

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.4OPTIMUM 629.419 629.413

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/
normalized-44s.smv--soft-0-100-0.wbo
MD5SUM4d1622885c2ebb9b79c07237f88a35bc
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark0.021996
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables495
Total number of constraints940
Number of soft constraints940
Number of constraints which are clauses800
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints140
Minimum length of a constraint1
Maximum length of a constraint13
Top cost 46815
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 46814
Biggest number in a constraint 68
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 257
Number of bits of the biggest sum of numbers9
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-3447443-1307901653.wbo>
0.00/0.01	c original problem has 1435 variables (1435 bin, 0 int, 0 impl, 0 cont) and 941 constraints
0.00/0.01	c problem read
0.00/0.01	c presolving settings loaded
0.00/0.02	o 46814
0.00/0.02	c feasible solution found by trivial heuristic, objective value  4.681400e+04
0.00/0.02	c presolving:
0.00/0.02	c (round 1) 0 del vars, 1 del conss, 0 add conss, 0 chg bounds, 70 chg sides, 140 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.00/0.03	c (round 2) 0 del vars, 1 del conss, 0 add conss, 940 chg bounds, 70 chg sides, 140 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.03/0.05	c    (0.1s) probing: 101/1435 (7.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.03/0.05	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.03/0.05	c presolving (3 rounds):
0.03/0.05	c  0 deleted vars, 1 deleted constraints, 0 added constraints, 940 tightened bounds, 0 added holes, 70 changed sides, 140 changed coefficients
0.03/0.05	c  940 implications, 0 cliques
0.03/0.05	c presolved problem has 2375 variables (1435 bin, 0 int, 940 impl, 0 cont) and 1880 constraints
0.03/0.05	c     940 constraints of type <linear>
0.03/0.05	c     940 constraints of type <indicator>
0.03/0.05	c transformed objective value is always integral (scale: 1)
0.03/0.05	c Presolving Time: 0.04
0.03/0.05	c - non default parameters ----------------------------------------------------------------------
0.03/0.05	c # SCIP version 2.0.1.4
0.03/0.05	c 
0.03/0.05	c # frequency for displaying node information lines
0.03/0.05	c # [type: int, range: [-1,2147483647], default: 100]
0.03/0.05	c display/freq = 10000
0.03/0.05	c 
0.03/0.05	c # maximal time in seconds to run
0.03/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.03/0.05	c limits/time = 1800
0.03/0.05	c 
0.03/0.05	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.03/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.03/0.05	c limits/memory = 13950
0.03/0.05	c 
0.03/0.05	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.03/0.05	c # [type: int, range: [1,2], default: 1]
0.03/0.05	c timing/clocktype = 2
0.03/0.05	c 
0.03/0.05	c # belongs reading time to solving time?
0.03/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.03/0.05	c timing/reading = TRUE
0.03/0.05	c 
0.03/0.05	c # should presolving try to simplify inequalities
0.03/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.03/0.05	c constraints/linear/simplifyinequalities = TRUE
0.03/0.05	c 
0.03/0.05	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.03/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.03/0.05	c constraints/indicator/addCouplingCons = TRUE
0.03/0.05	c 
0.03/0.05	c # should presolving try to simplify knapsacks
0.03/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.03/0.05	c constraints/knapsack/simplifyinequalities = TRUE
0.03/0.05	c 
0.03/0.05	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.03/0.05	c # [type: int, range: [-1,2147483647], default: -1]
0.03/0.05	c separating/rapidlearning/freq = 0
0.03/0.05	c 
0.03/0.05	c -----------------------------------------------------------------------------------------------
0.03/0.05	c start solving
0.03/0.05	c 
0.03/0.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.03/0.06	c t 0.1s|     1 |     0 |   247 |     - |6954k|   0 |  54 |2375 |2820 |2375 | 940 |   0 |   0 |   0 | 0.000000e+00 | 4.681400e+04 |    Inf 
0.09/0.17	c   0.2s|     1 |     0 |   345 |     - |7508k|   0 |  86 |2375 |2820 |2375 | 990 |  50 |   0 |   0 | 0.000000e+00 | 4.681400e+04 |    Inf 
0.19/0.23	c   0.2s|     1 |     0 |   530 |     - |7698k|   0 | 150 |2375 |2820 |2375 |1073 | 133 |   0 |   0 | 0.000000e+00 | 4.681400e+04 |    Inf 
0.29/0.32	c   0.3s|     1 |     0 |   788 |     - |7927k|   0 | 333 |2375 |2820 |2375 |1172 | 232 |   0 |   0 | 0.000000e+00 | 4.681400e+04 |    Inf 
0.39/0.42	c   0.4s|     1 |     0 |  1199 |     - |8078k|   0 | 271 |2375 |2820 |2375 |1257 | 317 |   0 |   0 | 0.000000e+00 | 4.681400e+04 |    Inf 
0.49/0.56	c   0.6s|     1 |     0 |  2250 |     - |8249k|   0 | 163 |2375 |2820 |2375 |1338 | 398 |   0 |   0 | 0.000000e+00 | 4.681400e+04 |    Inf 
0.69/0.70	c   0.7s|     1 |     0 |  2742 |     - |8469k|   0 | 201 |2375 |2820 |2375 |1426 | 486 |   0 |   0 | 0.000000e+00 | 4.681400e+04 |    Inf 
1.09/1.12	c   1.1s|     1 |     2 |  2742 |     - |8512k|   0 | 201 |2375 |2820 |2375 |1426 | 486 |   0 |  34 | 0.000000e+00 | 4.681400e+04 |    Inf 
11.89/11.93	o 1050
11.89/11.93	c r11.9s|  1512 |  1504 | 13304 |   7.0 |  14M| 149 |   1 |2375 |2828 |2375 |1199 | 832 |   8 |2593 | 0.000000e+00 | 1.050000e+03 |    Inf 
13.29/13.35	o 1048
13.29/13.35	c *13.4s|  1884 |  1870 | 16768 |   7.4 |  15M| 149 |   - |2375 |2855 |2375 |1152 |1146 |  35 |2805 | 0.000000e+00 | 1.048000e+03 |    Inf 
13.29/13.36	o 1030
13.29/13.36	c *13.4s|  1885 |  1859 | 16773 |   7.4 |  15M| 149 |   - |2375 |2855 |2375 |1152 |1146 |  35 |2805 | 0.000000e+00 | 1.030000e+03 |    Inf 
13.99/14.01	o 1022
13.99/14.01	c *14.0s|  2066 |  2018 | 19138 |   7.9 |  16M| 149 |   - |2375 |2862 |2375 |1157 |1331 |  42 |2852 | 0.000000e+00 | 1.022000e+03 |    Inf 
13.99/14.02	o 1001
13.99/14.02	c *14.0s|  2068 |  2018 | 19158 |   7.9 |  16M| 149 |   - |2375 |2862 |2375 |1157 |1331 |  42 |2852 | 0.000000e+00 | 1.001000e+03 |    Inf 
13.99/14.03	o 926
13.99/14.03	c *14.0s|  2069 |  2000 | 19159 |   7.9 |  15M| 149 |   - |2375 |2862 |2375 |1157 |1331 |  42 |2852 | 0.000000e+00 | 9.260000e+02 |    Inf 
14.59/14.64	o 911
14.59/14.64	c *14.6s|  2252 |  2136 | 20900 |   8.1 |  16M| 149 |   - |2375 |2887 |2375 |1156 |1566 |  67 |2871 | 0.000000e+00 | 9.110000e+02 |    Inf 
14.69/14.70	o 861
14.69/14.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
14.69/14.70	c *14.7s|  2265 |  2125 | 21087 |   8.1 |  16M| 149 |   - |2375 |2887 |2375 |1147 |1591 |  67 |2871 | 0.000000e+00 | 8.610000e+02 |    Inf 
16.09/16.17	o 828
16.09/16.17	c *16.2s|  2750 |  2527 | 25909 |   8.4 |  16M| 149 |   - |2375 |2940 |2375 |1163 |2135 | 120 |2909 | 0.000000e+00 | 8.280000e+02 |    Inf 
16.19/16.24	o 827
16.19/16.24	c *16.2s|  2768 |  2540 | 26193 |   8.5 |  16M| 149 |   - |2375 |2940 |2375 |1156 |2169 | 120 |2909 | 0.000000e+00 | 8.270000e+02 |    Inf 
16.19/16.27	o 785
16.19/16.27	c *16.3s|  2772 |  2484 | 26282 |   8.5 |  16M| 149 |   - |2375 |2940 |2375 |1167 |2180 | 120 |2909 | 0.000000e+00 | 7.850000e+02 |    Inf 
16.29/16.36	o 753
16.29/16.36	c *16.4s|  2793 |  2455 | 26547 |   8.5 |  16M| 149 |   - |2375 |2940 |2375 |1165 |2223 | 120 |2909 | 0.000000e+00 | 7.530000e+02 |    Inf 
17.09/17.14	o 709
17.09/17.14	c *17.1s|  3087 |  2615 | 29042 |   8.5 |  16M| 149 |   - |2375 |2973 |2375 |1148 |2392 | 153 |2949 | 0.000000e+00 | 7.090000e+02 |    Inf 
17.69/17.76	o 669
17.69/17.76	c r17.8s|  3290 |  2732 | 31010 |   8.6 |  17M| 149 |   1 |2375 |3020 |2375 |1157 |2639 | 200 |2950 | 0.000000e+00 | 6.690000e+02 |    Inf 
18.39/18.41	o 641
18.39/18.41	c *18.4s|  3496 |  2826 | 33245 |   8.7 |  17M| 149 |   - |2375 |3045 |2375 |1164 |2814 | 225 |2958 | 0.000000e+00 | 6.410000e+02 |    Inf 
18.89/18.90	o 639
18.89/18.90	c *18.9s|  3680 |  2974 | 34768 |   8.7 |  17M| 149 |   - |2375 |3058 |2375 |1154 |2936 | 238 |2968 | 0.000000e+00 | 6.390000e+02 |    Inf 
27.29/27.36	o 628
27.29/27.36	c *27.4s|  7497 |  6109 | 61590 |   7.9 |  22M| 149 |   - |2375 |3730 |2375 |1146 |4392 |1169 |3071 | 0.000000e+00 | 6.280000e+02 |    Inf 
27.29/27.36	o 610
27.29/27.36	c *27.4s|  7498 |  6067 | 61595 |   7.9 |  22M| 149 |   - |2375 |3729 |2375 |1146 |4392 |1169 |3071 | 0.000000e+00 | 6.100000e+02 |    Inf 
27.40/27.42	o 605
27.40/27.42	c *27.4s|  7510 |  6053 | 61768 |   7.9 |  22M| 149 |   - |2375 |3726 |2375 |1145 |4415 |1171 |3071 | 0.000000e+00 | 6.050000e+02 |    Inf 
36.29/36.31	c  36.3s| 10000 |  8381 | 93683 |   9.1 |  25M| 149 |  30 |2375 |3527 |2375 |1233 |4741 |1539 |3220 | 0.000000e+00 | 6.050000e+02 |    Inf 
46.79/46.83	o 602
46.79/46.83	c g46.8s| 13064 | 11421 |135043 |  10.1 |  29M| 149 |   - |2375 |3502 |2375 |1233 |4854 |1746 |3466 | 0.000000e+00 | 6.020000e+02 |    Inf 
48.40/48.48	o 589
48.40/48.48	c *48.5s| 13516 | 11812 |141158 |  10.2 |  29M| 149 |   - |2375 |3525 |2375 |1137 |5002 |1817 |3470 | 0.000000e+00 | 5.890000e+02 |    Inf 
51.19/51.24	o 565
51.19/51.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
51.19/51.24	c *51.2s| 14459 | 12541 |150107 |  10.2 |  30M| 149 |   - |2375 |3577 |2375 |1149 |5264 |2004 |3483 | 0.000000e+00 | 5.650000e+02 |    Inf 
51.69/51.78	o 554
51.69/51.78	c *51.8s| 14583 | 12598 |151845 |  10.2 |  30M| 149 |   - |2375 |3603 |2375 |1137 |5363 |2072 |3484 | 0.000000e+00 | 5.540000e+02 |    Inf 
56.28/56.34	o 549
56.28/56.34	c *56.3s| 15782 | 13591 |166938 |  10.4 |  32M| 149 |   - |2375 |3589 |2375 |1145 |6344 |2288 |3512 | 0.000000e+00 | 5.490000e+02 |    Inf 
70.59/70.63	c  70.6s| 20000 | 17191 |211511 |  10.4 |  36M| 149 |   - |2375 |3553 |   0 |   0 |7790 |3434 |3583 | 0.000000e+00 | 5.490000e+02 |    Inf 
77.59/77.69	o 517
77.59/77.69	c *77.7s| 22069 | 18445 |232896 |  10.4 |  38M| 149 |   - |2375 |3445 |2375 |1146 |9296 |4023 |3595 | 0.000000e+00 | 5.170000e+02 |    Inf 
77.89/77.90	o 486
77.89/77.90	c *77.9s| 22155 | 18160 |233778 |  10.4 |  38M| 149 |   - |2375 |3439 |2375 |1152 |9328 |4025 |3595 | 0.000000e+00 | 4.860000e+02 |    Inf 
86.49/86.53	o 485
86.49/86.53	c *86.5s| 24843 | 20261 |259688 |  10.3 |  40M| 149 |   - |2375 |3340 |2375 |1140 |  11k|4722 |3617 | 0.000000e+00 | 4.850000e+02 |    Inf 
91.79/91.89	o 482
91.79/91.89	c p91.9s| 26673 | 21609 |276589 |  10.3 |  43M| 149 |   - |2375 |3331 |2375 |1155 |  11k|5342 |3652 | 0.000000e+00 | 4.820000e+02 |    Inf 
102.08/102.14	c   102s| 30000 | 24181 |306900 |  10.1 |  46M| 149 |   2 |2375 |3368 |2375 |1144 |  15k|6244 |3705 | 0.000000e+00 | 4.820000e+02 |    Inf 
103.19/103.26	o 472
103.19/103.26	c * 103s| 30324 | 24252 |309787 |  10.1 |  47M| 149 |   - |2375 |3368 |2375 |1155 |  15k|6378 |3707 | 0.000000e+00 | 4.720000e+02 |    Inf 
104.59/104.65	o 454
104.59/104.65	c * 105s| 30706 | 24308 |314122 |  10.1 |  46M| 149 |   - |2375 |3331 |2375 |1157 |  15k|6457 |3713 | 0.000000e+00 | 4.540000e+02 |    Inf 
110.79/110.81	o 448
110.79/110.81	c * 111s| 32482 | 25549 |333554 |  10.2 |  48M| 149 |   - |2375 |3344 |2375 |1165 |  17k|7041 |3724 | 0.000000e+00 | 4.480000e+02 |    Inf 
116.89/116.97	o 443
116.89/116.97	c * 117s| 34215 | 26533 |350814 |  10.2 |  50M| 149 |   - |2375 |3367 |2375 |1136 |  19k|7637 |3740 | 0.000000e+00 | 4.430000e+02 |    Inf 
119.19/119.26	o 438
119.19/119.26	c * 119s| 34811 | 26801 |358193 |  10.2 |  50M| 149 |   - |2375 |3252 |2375 |1132 |  19k|7815 |3754 | 0.000000e+00 | 4.380000e+02 |    Inf 
128.39/128.46	o 414
128.39/128.46	c * 128s| 37193 | 27447 |381198 |  10.2 |  51M| 149 |   - |2375 |3237 |2375 |1164 |  22k|8795 |3798 | 0.000000e+00 | 4.140000e+02 |    Inf 
135.89/135.94	o 410
135.89/135.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
135.89/135.94	c * 136s| 38916 | 28237 |399390 |  10.2 |  53M| 149 |   - |2375 |3297 |2375 |1142 |  24k|9675 |3845 | 0.000000e+00 | 4.100000e+02 |    Inf 
140.70/140.78	c   141s| 40000 | 28865 |411430 |  10.2 |  54M| 149 |  88 |2375 |3232 |2375 |1122 |  25k|  10k|3910 | 0.000000e+00 | 4.100000e+02 |    Inf 
141.29/141.39	o 398
141.29/141.39	c * 141s| 40161 | 28772 |412965 |  10.2 |  54M| 149 |   - |2375 |3272 |2375 |1147 |  25k|  10k|3919 | 0.000000e+00 | 3.980000e+02 |    Inf 
143.39/143.48	o 389
143.39/143.48	c * 143s| 40746 | 28945 |418218 |  10.2 |  54M| 149 |   - |2375 |3328 |2375 |1169 |  26k|  10k|3936 | 0.000000e+00 | 3.890000e+02 |    Inf 
143.39/143.48	o 377
143.39/143.48	c * 143s| 40747 | 28471 |418230 |  10.2 |  53M| 149 |   - |2375 |3328 |2375 |1169 |  26k|  10k|3936 | 0.000000e+00 | 3.770000e+02 |    Inf 
168.69/168.78	c   169s| 50000 | 35193 |480675 |   9.6 |  63M| 149 |   - |2375 |3221 |   0 |   0 |  32k|  13k|4344 | 0.000000e+00 | 3.770000e+02 |    Inf 
187.39/187.46	o 358
187.39/187.46	c l 187s| 56750 | 39985 |532286 |   9.3 |  70M| 149 |   - |2375 |3181 |2375 |1146 |  34k|  14k|4631 | 0.000000e+00 | 3.580000e+02 |    Inf 
188.20/188.28	o 357
188.20/188.28	c * 188s| 56958 | 40022 |533969 |   9.3 |  70M| 149 |   - |2375 |3198 |2375 |1148 |  35k|  14k|4633 | 0.000000e+00 | 3.570000e+02 |    Inf 
197.49/197.51	c   198s| 60000 | 42091 |556959 |   9.2 |  73M| 149 |   5 |2375 |3222 |2375 |1130 |  37k|  15k|4791 | 0.000000e+00 | 3.570000e+02 |    Inf 
224.40/224.48	o 349
224.40/224.48	c l 224s| 69953 | 49450 |627420 |   8.9 |  85M| 149 |   - |2375 |3222 |2375 |1146 |  41k|  17k|5236 | 0.000000e+00 | 3.490000e+02 |    Inf 
224.59/224.64	c   225s| 70000 | 49487 |627826 |   8.9 |  84M| 149 |   1 |2375 |3215 |2375 |1122 |  41k|  17k|5236 | 0.000000e+00 | 3.490000e+02 |    Inf 
230.09/230.15	o 347
230.09/230.15	c * 230s| 72269 | 51329 |640870 |   8.8 |  87M| 149 |   - |2375 |3251 |2375 |1164 |  42k|  18k|5309 | 0.000000e+00 | 3.470000e+02 |    Inf 
233.29/233.32	o 339
233.29/233.32	c * 233s| 73293 | 51793 |649068 |   8.8 |  88M| 149 |   - |2375 |3205 |2375 |1152 |  43k|  18k|5336 | 0.000000e+00 | 3.390000e+02 |    Inf 
233.79/233.89	o 333
233.79/233.89	c * 234s| 73489 | 51585 |650516 |   8.8 |  87M| 149 |   - |2375 |3212 |2375 |1135 |  43k|  18k|5337 | 0.000000e+00 | 3.330000e+02 |    Inf 
250.89/250.95	c   251s| 80000 | 56648 |698199 |   8.7 |  95M| 149 |  61 |2375 |3425 |2375 |1122 |  45k|  20k|5693 | 0.000000e+00 | 3.330000e+02 |    Inf 
279.69/279.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
279.69/279.70	c   280s| 90000 | 63943 |777005 |   8.6 | 107M| 149 |  38 |2375 |3402 |2375 |1128 |  50k|  23k|6084 | 0.000000e+00 | 3.330000e+02 |    Inf 
288.69/288.79	o 326
288.69/288.79	c v 289s| 92656 | 65167 |800422 |   8.6 | 109M| 149 |   - |2375 |3314 |2375 |1148 |  52k|  24k|6197 | 0.000000e+00 | 3.260000e+02 |    Inf 
292.39/292.48	o 318
292.39/292.48	c * 292s| 93784 | 65432 |809386 |   8.6 | 110M| 149 |   - |2375 |3316 |2375 |1138 |  53k|  24k|6331 | 0.000000e+00 | 3.180000e+02 |    Inf 
292.59/292.62	o 308
292.59/292.62	c * 293s| 93814 | 64873 |809763 |   8.6 | 109M| 149 |   - |2375 |3315 |2375 |1158 |  53k|  24k|6331 | 0.000000e+00 | 3.080000e+02 |    Inf 
306.90/306.96	o 306
306.90/306.96	c * 307s| 98268 | 67838 |850101 |   8.6 | 113M| 149 |   - |2375 |3353 |2375 |1156 |  57k|  25k|6528 | 0.000000e+00 | 3.060000e+02 |    Inf 
306.90/306.96	o 300
306.90/306.96	c * 307s| 98269 | 67528 |850102 |   8.6 | 113M| 149 |   - |2375 |3353 |2375 |1154 |  57k|  25k|6528 | 0.000000e+00 | 3.000000e+02 |    Inf 
312.50/312.52	c   313s|100000 | 68492 |862914 |   8.6 | 114M| 149 |   - |2375 |3299 |2375 |1127 |  58k|  26k|6674 | 0.000000e+00 | 3.000000e+02 |    Inf 
329.69/329.72	o 255
329.69/329.72	c * 330s|105216 | 67332 |904557 |   8.6 | 112M| 149 |   - |2375 |3348 |2375 |1140 |  62k|  28k|6957 | 0.000000e+00 | 2.550000e+02 |    Inf 
330.30/330.34	o 234
330.30/330.34	c * 330s|105404 | 62160 |905625 |   8.6 | 103M| 149 |   - |2375 |3351 |2375 |1150 |  62k|  28k|6958 | 0.000000e+00 | 2.340000e+02 |    Inf 
333.00/333.01	o 223
333.00/333.01	c * 333s|106313 | 58662 |911946 |   8.6 |  98M| 149 |   - |2375 |3427 |2375 |1136 |  63k|  28k|6964 | 0.000000e+00 | 2.230000e+02 |    Inf 
334.19/334.27	o 216
334.19/334.27	c * 334s|106654 | 56614 |914536 |   8.5 |  95M| 149 |   - |2375 |3401 |2375 |1135 |  64k|  28k|6964 | 0.000000e+00 | 2.160000e+02 |    Inf 
343.99/344.04	c   344s|110000 | 58565 |936791 |   8.5 |  98M| 149 |   1 |2375 |3400 |2375 |1130 |  66k|  30k|7106 | 0.000000e+00 | 2.160000e+02 |    Inf 
374.60/374.64	o 215
374.60/374.64	c v 375s|119786 | 64685 |  1007k|   8.4 | 111M| 149 |   - |2375 |3484 |2375 |1122 |  73k|  33k|7606 | 0.000000e+00 | 2.150000e+02 |    Inf 
375.20/375.22	c   375s|120000 | 64816 |  1009k|   8.4 | 111M| 149 |  35 |2375 |3503 |2375 |1122 |  73k|  34k|7606 | 0.000000e+00 | 2.150000e+02 |    Inf 
379.80/379.82	o 214
379.80/379.82	c c 380s|121475 | 65447 |  1020k|   8.4 | 113M| 149 |   - |2375 |3479 |2375 |1122 |  74k|  34k|7676 | 0.000000e+00 | 2.140000e+02 |    Inf 
379.90/379.94	o 208
379.90/379.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
379.90/379.94	c p 380s|121506 | 63973 |  1020k|   8.4 | 110M| 149 |   - |2375 |3470 |2375 |1122 |  74k|  34k|7677 | 0.000000e+00 | 2.080000e+02 |    Inf 
383.90/383.99	o 207
383.90/383.99	c g 384s|122659 | 64322 |  1031k|   8.4 | 112M| 149 |   - |2375 |3499 |2375 |1233 |  75k|  35k|7751 | 0.000000e+00 | 2.070000e+02 |    Inf 
391.89/391.96	o 206
391.89/391.96	c g 392s|125135 | 65682 |  1054k|   8.4 | 115M| 149 |   - |2375 |3481 |2375 |1122 |  76k|  36k|7804 | 0.000000e+00 | 2.060000e+02 |    Inf 
406.20/406.25	o 203
406.20/406.25	c f 406s|128895 | 67315 |  1093k|   8.5 | 118M| 149 |   - |2375 |3394 |2375 |1122 |  79k|  37k|7998 | 0.000000e+00 | 2.030000e+02 |    Inf 
409.49/409.55	c   410s|130000 | 68077 |  1102k|   8.5 | 120M| 149 | 108 |2375 |3486 |2375 |1130 |  79k|  37k|8005 | 0.000000e+00 | 2.030000e+02 |    Inf 
412.99/413.08	o 199
412.99/413.08	c l 413s|130985 | 67753 |  1113k|   8.5 | 119M| 149 |   - |2375 |3442 |2375 |1233 |  80k|  37k|8049 | 0.000000e+00 | 1.990000e+02 |    Inf 
444.69/444.71	c   445s|140000 | 74111 |  1204k|   8.6 | 129M| 149 | 104 |2375 |3502 |2375 |1122 |  88k|  39k|8460 | 0.000000e+00 | 1.990000e+02 |    Inf 
479.70/479.79	c   480s|150000 | 80253 |  1300k|   8.6 | 140M| 149 |   5 |2375 |3429 |2375 |1135 |  97k|  42k|8972 | 0.000000e+00 | 1.990000e+02 |    Inf 
515.20/515.30	c   515s|160000 | 86666 |  1412k|   8.8 | 151M| 149 |   1 |2375 |3434 |2375 |1122 | 104k|  44k|9429 | 0.000000e+00 | 1.990000e+02 |    Inf 
537.50/537.55	o 194
537.50/537.55	c l 538s|166666 | 89609 |  1472k|   8.8 | 156M| 149 |   - |2375 |3502 |2375 |1122 | 110k|  46k|9752 | 0.000000e+00 | 1.940000e+02 |    Inf 
543.31/543.34	o 192
543.31/543.34	c l 543s|168515 | 90147 |  1489k|   8.8 | 157M| 149 |   - |2375 |3464 |2375 |1122 | 111k|  46k|9786 | 0.000000e+00 | 1.920000e+02 |    Inf 
546.61/546.69	o 187
546.61/546.69	c * 547s|169672 | 89605 |  1498k|   8.8 | 155M| 149 |   - |2375 |3526 |2375 |1139 | 111k|  46k|9888 | 0.000000e+00 | 1.870000e+02 |    Inf 
547.60/547.67	c   548s|170000 | 89828 |  1501k|   8.8 | 155M| 149 |  11 |2375 |3512 |2375 |1124 | 111k|  47k|9909 | 0.000000e+00 | 1.870000e+02 |    Inf 
549.30/549.40	o 186
549.30/549.40	c v 549s|170485 | 89873 |  1504k|   8.8 | 155M| 149 |   - |2375 |3507 |2375 |1233 | 112k|  47k|9969 | 0.000000e+00 | 1.860000e+02 |    Inf 
571.40/571.46	o 181
571.40/571.46	c * 571s|178077 | 93097 |  1561k|   8.8 | 162M| 149 |   - |2375 |3500 |2375 |1131 | 116k|  49k|  10k| 0.000000e+00 | 1.810000e+02 |    Inf 
575.31/575.31	o 176
575.31/575.31	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
575.31/575.31	c r 575s|179253 | 92241 |  1572k|   8.8 | 160M| 149 |   1 |2375 |3391 |2375 |1125 | 116k|  49k|  10k| 0.000000e+00 | 1.760000e+02 |    Inf 
576.20/576.28	o 173
576.20/576.28	c * 576s|179566 | 91518 |  1575k|   8.8 | 159M| 149 |   - |2375 |3393 |2375 |1125 | 117k|  49k|  10k| 0.000000e+00 | 1.730000e+02 |    Inf 
577.60/577.64	o 166
577.60/577.64	c * 578s|179985 | 90167 |  1578k|   8.8 | 157M| 149 |   - |2375 |3412 |2375 |1141 | 117k|  49k|  10k| 0.000000e+00 | 1.660000e+02 |    Inf 
577.60/577.67	c   578s|180000 | 90180 |  1578k|   8.8 | 157M| 149 |   3 |2375 |3411 |2375 |1122 | 117k|  49k|  10k| 0.000000e+00 | 1.660000e+02 |    Inf 
577.80/577.81	o 159
577.80/577.81	c * 578s|180050 | 88478 |  1579k|   8.8 | 153M| 149 |   - |2375 |3413 |2375 |1132 | 117k|  49k|  10k| 0.000000e+00 | 1.590000e+02 |    Inf 
577.80/577.84	o 135
577.80/577.84	c * 578s|180053 | 81550 |  1579k|   8.8 | 142M| 149 |   - |2375 |3412 |2375 |1136 | 117k|  49k|  10k| 0.000000e+00 | 1.350000e+02 |    Inf 
578.00/578.02	o 112
578.00/578.02	c * 578s|180100 | 75399 |  1579k|   8.8 | 132M| 149 |   - |2375 |3416 |2375 |1132 | 117k|  49k|  10k| 0.000000e+00 | 1.120000e+02 |    Inf 
579.30/579.38	o 106
579.30/579.38	c * 579s|180498 | 73471 |  1582k|   8.8 | 129M| 149 |   - |2375 |3392 |2375 |1136 | 117k|  49k|  10k| 0.000000e+00 | 1.060000e+02 |    Inf 
579.40/579.41	o 97
579.40/579.41	c * 579s|180500 | 67703 |  1582k|   8.8 | 119M| 149 |   - |2375 |3392 |2375 |1132 | 117k|  49k|  10k| 0.000000e+00 | 9.700000e+01 |    Inf 
579.60/579.67	o 96
579.60/579.67	c l 580s|180570 | 64657 |  1582k|   8.8 | 115M| 149 |   - |2375 |3269 |2375 |1122 | 117k|  49k|  10k| 0.000000e+00 | 9.600000e+01 |    Inf 
579.70/579.78	o 95
579.70/579.78	c c 580s|180586 | 64046 |  1583k|   8.8 | 114M| 149 |   - |2375 |3205 |2375 |1233 | 117k|  49k|  10k| 0.000000e+00 | 9.500000e+01 |    Inf 
579.80/579.86	o 91
579.80/579.86	c p 580s|180602 | 60682 |  1583k|   8.8 | 109M| 149 |   - |2375 |3158 |2375 |1122 | 117k|  49k|  10k| 0.000000e+00 | 9.100000e+01 |    Inf 
579.90/579.91	o 90
579.90/579.91	c g 580s|180617 | 60212 |  1583k|   8.8 | 108M| 149 |   - |2375 |3079 |2375 |1122 | 117k|  49k|  10k| 0.000000e+00 | 9.000000e+01 |    Inf 
579.90/579.95	o 84
579.90/579.95	c * 580s|180625 | 53620 |  1583k|   8.8 |  98M| 149 |   - |2375 |3059 |2375 |1122 | 117k|  49k|  10k| 0.000000e+00 | 8.400000e+01 |    Inf 
581.11/581.10	o 83
581.11/581.10	c p 581s|180828 | 52692 |  1587k|   8.8 |  97M| 149 |   - |2375 |2881 |2375 |1233 | 117k|  49k|  10k| 0.000000e+00 | 8.300000e+01 |    Inf 
581.21/581.22	o 82
581.21/581.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
581.21/581.22	c g 581s|180843 | 52061 |  1587k|   8.8 |  97M| 149 |   - |2375 |2850 |2375 |1233 | 117k|  49k|  10k| 0.000000e+00 | 8.200000e+01 |    Inf 
581.31/581.33	o 77
581.31/581.33	c f 581s|180858 | 46637 |  1588k|   8.8 |  88M| 149 |   - |2375 |2839 |2375 |1233 | 117k|  49k|  10k| 0.000000e+00 | 7.700000e+01 |    Inf 
581.60/581.69	o 76
581.60/581.69	c c 582s|180903 | 46450 |  1589k|   8.8 |  88M| 149 |   - |2375 |2755 |2375 |1233 | 117k|  49k|  10k| 0.000000e+00 | 7.600000e+01 |    Inf 
582.20/582.22	o 73
582.20/582.22	c v 582s|180963 | 44502 |  1592k|   8.8 |  84M| 149 |   - |2375 |2733 |2375 |1233 | 117k|  49k|  10k| 0.000000e+00 | 7.300000e+01 |    Inf 
582.30/582.34	o 72
582.30/582.34	c l 582s|180978 | 43904 |  1592k|   8.8 |  83M| 149 |   - |2375 |2684 |2375 |1233 | 117k|  49k|  10k| 0.000000e+00 | 7.200000e+01 |    Inf 
585.31/585.33	o 69
585.31/585.33	c v 585s|181453 | 41502 |  1603k|   8.8 |  81M| 149 |   - |2375 |2679 |2375 |1122 | 117k|  50k|  10k| 0.000000e+00 | 6.900000e+01 |    Inf 
585.40/585.42	o 66
585.40/585.42	c l 585s|181471 | 40003 |  1603k|   8.8 |  78M| 149 |   - |2375 |2608 |2375 |1122 | 117k|  50k|  10k| 0.000000e+00 | 6.600000e+01 |    Inf 
585.50/585.50	o 65
585.50/585.50	c c 586s|181488 | 39419 |  1603k|   8.8 |  77M| 149 |   - |2375 |2534 |2375 |1122 | 117k|  50k|  10k| 0.000000e+00 | 6.500000e+01 |    Inf 
586.00/586.02	o 63
586.00/586.02	c g 586s|181630 | 38460 |  1605k|   8.8 |  76M| 149 |   - |2375 |2538 |2375 |1122 | 117k|  50k|  10k| 0.000000e+00 | 6.300000e+01 |    Inf 
587.60/587.66	o 59
587.60/587.66	c * 588s|182022 | 35281 |  1610k|   8.8 |  72M| 149 |   - |2375 |2534 |2375 |1135 | 117k|  50k|  10k| 0.000000e+00 | 5.900000e+01 |    Inf 
588.00/588.04	o 58
588.00/588.04	c * 588s|182108 | 34595 |  1610k|   8.8 |  71M| 149 |   - |2375 |2459 |2375 |1126 | 117k|  50k|  10k| 0.000000e+00 | 5.800000e+01 |    Inf 
588.00/588.09	o 45
588.00/588.09	c * 588s|182112 | 28212 |  1610k|   8.8 |  61M| 149 |   - |2375 |2431 |2375 |1127 | 117k|  50k|  10k| 0.000000e+00 | 4.500000e+01 |    Inf 
588.90/588.95	o 43
588.90/588.95	c p 589s|182245 | 27497 |  1613k|   8.8 |  60M| 149 |   - |2375 |2152 |2375 |1122 | 118k|  50k|  10k| 0.000000e+00 | 4.300000e+01 |    Inf 
597.10/597.11	o 41
597.10/597.11	c f 597s|183865 | 27397 |  1638k|   8.9 |  60M| 149 |   - |2375 |2225 |2375 |1233 | 120k|  50k|  10k| 0.000000e+00 | 4.100000e+01 |    Inf 
601.70/601.76	o 38
601.70/601.76	c * 602s|184875 | 26970 |  1652k|   8.9 |  60M| 149 |   - |2375 |2170 |2375 |1133 | 122k|  51k|  10k| 0.000000e+00 | 3.800000e+01 |    Inf 
622.90/622.95	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
622.90/622.95	c   623s|190000 | 28873 |  1710k|   9.0 |  63M| 149 |   - |2375 |2124 |2375 |1123 | 128k|  52k|  10k| 0.000000e+00 | 3.800000e+01 |    Inf 
623.20/623.23	o 37
623.20/623.23	c c 623s|190046 | 28514 |  1711k|   9.0 |  63M| 149 |   - |2375 |2116 |2375 |1122 | 128k|  52k|  10k| 0.000000e+00 | 3.700000e+01 |    Inf 
627.71/627.76	o 36
627.71/627.76	c v 628s|190905 | 28329 |  1723k|   9.0 |  63M| 149 |   - |2375 |2129 |2375 |1233 | 129k|  52k|  10k| 0.000000e+00 | 3.600000e+01 |    Inf 
627.81/627.88	o 34
627.81/627.88	c l 628s|190927 | 25592 |  1723k|   9.0 |  59M| 149 |   - |2375 |2097 |2375 |1233 | 129k|  52k|  10k| 0.000000e+00 | 3.400000e+01 |    Inf 
627.91/627.98	o 29
627.91/627.98	c c 628s|190943 | 23506 |  1723k|   9.0 |  56M| 149 |   - |2375 |2064 |2375 |1233 | 129k|  52k|  10k| 0.000000e+00 | 2.900000e+01 |    Inf 
628.01/628.06	o 24
628.01/628.06	c p 628s|190960 | 21335 |  1724k|   9.0 |  52M| 149 |   - |2375 |1970 |2375 |1122 | 129k|  52k|  10k| 0.000000e+00 | 2.400000e+01 |    Inf 
628.20/628.25	o 22
628.20/628.25	c f 628s|190990 | 18757 |  1725k|   9.0 |  48M| 149 |   - |2375 |1796 |2375 |1122 | 129k|  52k|  10k| 0.000000e+00 | 2.200000e+01 |    Inf 
628.30/628.37	o 19
628.30/628.37	c v 628s|191005 | 16497 |  1725k|   9.0 |  44M| 149 |   - |2375 |1726 |2375 |1233 | 129k|  52k|  10k| 0.000000e+00 | 1.900000e+01 |    Inf 
628.50/628.50	o 17
628.50/628.50	c l 629s|191020 | 15872 |  1726k|   9.0 |  43M| 149 |   - |2375 |1673 |2375 |1122 | 129k|  52k|  10k| 0.000000e+00 | 1.700000e+01 |    Inf 
628.70/628.70	o 15
628.70/628.70	c p 629s|191051 | 12286 |  1727k|   9.0 |  38M| 149 |   - |2375 |1624 |2375 |1233 | 129k|  52k|  10k| 0.000000e+00 | 1.500000e+01 |    Inf 
628.70/628.80	o 11
628.70/628.80	c g 629s|191066 |  9989 |  1727k|   9.0 |  34M| 149 |   - |2375 |1564 |2375 |1122 | 129k|  52k|  10k| 0.000000e+00 | 1.100000e+01 |    Inf 
628.80/628.88	o 9
628.80/628.88	c * 629s|191106 |  8804 |  1728k|   9.0 |  32M| 149 |   - |2375 |1454 |2375 |1122 | 129k|  52k|  10k| 0.000000e+00 | 9.000000e+00 |    Inf 
628.90/628.93	o 4
628.90/628.93	c * 629s|191132 |  6818 |  1728k|   9.0 |  28M| 149 |   - |2375 |1374 |2375 |1122 | 129k|  52k|  10k| 0.000000e+00 | 4.000000e+00 |    Inf 
629.00/629.09	o 3
629.00/629.09	c * 629s|191191 |  5982 |  1729k|   9.0 |  26M| 149 |   - |2375 | 965 |2375 |1233 | 129k|  52k|  10k| 0.000000e+00 | 3.000000e+00 |    Inf 
629.11/629.19	o 2
629.11/629.19	c * 629s|191246 |  5083 |  1729k|   9.0 |  25M| 149 |   - |2375 | 890 |2375 |1122 | 129k|  52k|  10k| 0.000000e+00 | 2.000000e+00 |    Inf 
629.30/629.38	c 
629.30/629.38	c SCIP Status        : problem is solved [optimal solution found]
629.30/629.38	c Solving Time (sec) : 629.38
629.30/629.38	c Solving Nodes      : 191307
629.30/629.38	c Primal Bound       : +2.00000000000000e+00 (239 solutions)
629.30/629.38	c Dual Bound         : +2.00000000000000e+00
629.30/629.38	c Gap                : 0.00 %
629.30/629.38	s OPTIMUM FOUND
629.30/629.38	v -x495 -x494 x493 -x492 -x491 x490 -x489 x488 x487 x486 -x485 x484 -x483 x482 x481 x480 -x479 x478 x477 x476 x475 x474 -x473 x472 
629.30/629.38	v -x471 x470 -x469 x468 x467 x466 -x465 x464 -x463 x462 x461 x460 -x459 -x458 -x457 -x456 x455 -x454 -x453 -x452 -x451 -x450 
629.30/629.38	v x449 -x448 x447 -x446 -x445 -x444 -x443 -x442 x441 -x440 x439 -x438 -x437 -x436 x435 -x434 -x433 -x432 -x431 x430 x429 -x428 
629.30/629.38	v -x427 -x426 -x425 x424 -x423 x422 x421 x420 -x419 x418 -x417 -x416 x415 -x414 -x413 x412 x411 -x410 -x409 x408 -x407 -x406 -x405 
629.30/629.38	v x404 -x403 -x402 -x401 -x400 -x399 x398 -x397 -x396 -x395 -x394 -x393 -x392 -x391 x390 -x389 -x388 -x387 x386 x385 -x384 
629.30/629.38	v -x383 -x382 x381 x380 -x379 -x378 -x377 -x376 x375 x374 x373 x372 x371 x370 x369 -x368 -x367 -x366 -x365 -x364 -x363 -x362 -x361 
629.30/629.38	v x360 -x359 -x358 x357 -x356 -x355 x354 -x353 -x352 -x351 x350 -x349 -x348 -x347 x346 x345 -x344 -x343 -x342 -x341 -x340 -x339 
629.30/629.38	v -x338 -x337 x336 -x335 x334 -x333 -x332 x331 -x330 -x329 -x328 -x327 x326 -x325 -x324 x323 -x322 x321 x320 x319 x318 x317 
629.30/629.38	v x316 x315 -x314 -x313 x312 x311 x310 x309 -x308 x307 x306 x305 -x304 x303 x302 x301 x300 x299 x298 x297 x296 x295 x294 x293 
629.30/629.38	v x292 x291 x290 x289 x288 -x287 -x286 x285 x284 x283 -x282 -x281 x280 x279 x278 -x277 x276 -x275 x274 x273 -x272 x271 -x270 x269 
629.30/629.38	v x268 -x267 x266 -x265 x264 x263 x262 -x261 x260 -x259 x258 x257 -x256 x255 -x254 x253 x252 -x251 x250 -x249 x248 x247 -x246 
629.30/629.38	v x245 -x244 x243 x242 -x241 -x240 -x239 x238 -x237 x236 -x235 -x234 x233 x232 x231 -x230 x229 x228 -x227 x226 x225 x224 -x223 
629.30/629.38	v -x222 x221 -x220 x219 -x218 -x217 -x216 -x215 -x214 -x213 x212 x211 x210 x209 x208 x207 x206 x205 x204 x203 x202 -x201 -x200 
629.30/629.38	v x199 -x198 -x197 -x196 x195 x194 x193 -x192 -x191 -x190 -x189 -x188 x187 -x186 x185 -x184 x183 -x182 x181 x180 -x179 -x178 
629.30/629.38	v x177 -x176 -x175 x174 -x173 -x172 -x171 x170 -x169 x168 x167 -x166 x165 -x164 -x163 -x162 -x161 x160 -x159 -x158 -x157 -x156 
629.30/629.38	v -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 x147 -x146 -x145 -x144 -x143 -x142 -x141 x140 -x139 x138 x137 x136 x135 x134 
629.30/629.38	v -x133 x132 x131 -x130 x129 x128 x127 -x126 -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 x116 x115 x114 x113 x112 x111 
629.30/629.38	v -x110 x109 x108 x107 x106 -x105 -x104 -x103 -x102 -x101 -x100 x99 -x98 x97 -x96 -x95 -x94 -x93 x92 -x91 x90 x89 -x88 -x87 
629.30/629.38	v -x86 -x85 -x84 x83 x82 -x81 x80 -x79 x78 -x77 x76 -x75 x74 x73 -x72 -x71 -x70 x69 -x68 -x67 -x66 x65 x64 x63 x62 x61 x60 x59 
629.30/629.38	v -x58 x57 -x56 x55 x54 -x53 -x52 -x51 -x50 -x49 -x48 -x47 -x46 x45 -x44 -x43 -x42 x41 -x40 x39 x38 x37 x36 x35 -x34 x33 -x32 x31 
629.30/629.38	v x30 -x29 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 -x1 
629.30/629.38	c SCIP Status        : problem is solved [optimal solution found]
629.30/629.38	c Total Time         :     629.38
629.30/629.38	c   solving          :     629.38
629.30/629.38	c   presolving       :       0.04 (included in solving)
629.30/629.38	c   reading          :       0.01 (included in solving)
629.30/629.38	c Original Problem   :
629.30/629.38	c   Problem name     : HOME/instance-3447443-1307901653.wbo
629.30/629.38	c   Variables        : 1435 (1435 binary, 0 integer, 0 implicit integer, 0 continuous)
629.30/629.38	c   Constraints      : 941 initial, 941 maximal
629.30/629.38	c Presolved Problem  :
629.30/629.38	c   Problem name     : t_HOME/instance-3447443-1307901653.wbo
629.30/629.38	c   Variables        : 2375 (1435 binary, 0 integer, 940 implicit integer, 0 continuous)
629.30/629.38	c   Constraints      : 1880 initial, 3761 maximal
629.30/629.38	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
629.30/629.38	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
629.30/629.38	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
629.30/629.38	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
629.30/629.38	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
629.30/629.38	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
629.30/629.38	c   probing          :       0.02          0          0          0          0          0          0          0          0          0
629.30/629.38	c   varbound         :       0.00          0          0          0          0          0          0          0          0          0
629.30/629.38	c   linear           :       0.02          0          0          0        940          0          1          0         70        140
629.30/629.38	c   indicator        :       0.00          0          0          0          0          0          0          0          0          0
629.30/629.38	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
629.30/629.38	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0          0
629.30/629.38	c   root node        :          -       2014          -          -       2014          -          -          -          -          -
629.30/629.38	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
629.30/629.38	c   integral         :          0          0          0     293399          0      11308          0          3        467          0          0     328020
629.30/629.38	c   varbound         :          0+         6     623209     128922          0          0      54923         55    4242821     129031          0          0
629.30/629.38	c   linear           :        940          6     624599         64          0      11304     193121      15827    1349164          0          0          0
629.30/629.38	c   indicator        :        940          0     607619     128922          0      11294     101107          0      74222          0          0          0
629.30/629.38	c   logicor          :          0+         0     203865          0          0          0      64648       7820     166407          0          0          0
629.30/629.38	c   bounddisjunction :          0+         0     103737          0          0          0      15179        337      23216          0          0          0
629.30/629.38	c   countsols        :          0          0          0         64          0        177          0          0          0          0          0          0
629.30/629.38	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
629.30/629.38	c   integral         :      25.73       0.00       0.00      25.72       0.00       0.01       0.00
629.30/629.38	c   varbound         :      14.71       0.00      11.61       3.07       0.00       0.00       0.02
629.30/629.38	c   linear           :      12.47       0.00      11.67       0.00       0.00       0.58       0.21
629.30/629.38	c   indicator        :      26.60       0.01      11.53       8.30       0.00       6.73       0.03
629.30/629.38	c   logicor          :       2.38       0.00       2.28       0.00       0.00       0.00       0.10
629.30/629.38	c   bounddisjunction :       0.49       0.00       0.47       0.00       0.00       0.00       0.02
629.30/629.38	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
629.30/629.38	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
629.30/629.38	c   vbounds          :     230295      38431        122    5215287
629.30/629.38	c   rootredcost      :        108          0          0        933
629.30/629.38	c   pseudoobj        :     631488      67129       7034    4231509
629.30/629.38	c Propagator Timings :  TotalTime  Propagate    Resprop
629.30/629.38	c   vbounds          :      27.84      27.83       0.01
629.30/629.38	c   rootredcost      :       0.15       0.15       0.00
629.30/629.38	c   pseudoobj        :      17.44      16.56       0.88
629.30/629.38	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
629.30/629.38	c   propagation      :       1.73      31195      30076      58817       26.7        957       21.1          -
629.30/629.38	c   infeasible LP    :       0.02         96         96        163        7.8          4        5.8          0
629.30/629.38	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
629.30/629.38	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
629.30/629.38	c   pseudo solution  :       0.00          1          1          1        2.0          0        0.0          -
629.30/629.38	c   applied globally :          -          -          -      52953       24.7          -          -          -
629.30/629.38	c   applied locally  :          -          -          -          0        0.0          -          -          -
629.30/629.38	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
629.30/629.38	c   cut pool         :       0.00          5          -          -        179          -    (maximal pool size: 959)
629.30/629.38	c   redcost          :      18.85     249499          0    5111238          0          0
629.30/629.38	c   impliedbounds    :       0.00          6          0          0          0          0
629.30/629.38	c   intobj           :       0.00          0          0          0          0          0
629.30/629.38	c   gomory           :       0.07          6          0          0        358          0
629.30/629.38	c   cgmip            :       0.00          0          0          0          0          0
629.30/629.38	c   closecuts        :       0.00          0          0          0          0          0
629.30/629.38	c   strongcg         :       0.06          6          0          0        374          0
629.30/629.38	c   cmir             :       0.10          6          0          0        250          0
629.30/629.38	c   flowcover        :       0.16          6          0          0        767          0
629.30/629.38	c   clique           :       0.00          1          0          0          0          0
629.30/629.38	c   zerohalf         :       0.00          0          0          0          0          0
629.30/629.38	c   mcf              :       0.00          1          0          0          0          0
629.30/629.38	c   oddcycle         :       0.00          0          0          0          0          0
629.30/629.38	c   rapidlearning    :       0.07          1          0          0          0          0
629.30/629.38	c Pricers            :       Time      Calls       Vars
629.30/629.38	c   problem variables:       0.00          0          0
629.30/629.38	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
629.30/629.38	c   relpscost        :      25.57     164474          3        467          0          0     328020
629.30/629.38	c   pscost           :       0.00          0          0          0          0          0          0
629.30/629.38	c   inference        :       0.00          0          0          0          0          0          0
629.30/629.38	c   mostinf          :       0.00          0          0          0          0          0          0
629.30/629.38	c   leastinf         :       0.00          0          0          0          0          0          0
629.30/629.38	c   fullstrong       :       0.00          0          0          0          0          0          0
629.30/629.38	c   allfullstrong    :       0.00          0          0          0          0          0          0
629.30/629.38	c   random           :       0.00          0          0          0          0          0          0
629.30/629.38	c Primal Heuristics  :       Time      Calls      Found
629.30/629.38	c   LP solutions     :       0.16          -         64
629.30/629.38	c   pseudo solutions :       0.00          -          0
629.30/629.38	c   oneopt           :       0.67        103          0
629.30/629.38	c   crossover        :       2.99         82          0
629.30/629.38	c   coefdiving       :      15.61        797          6
629.30/629.38	c   pscostdiving     :      16.06        797          7
629.30/629.38	c   guideddiving     :      16.34        798          7
629.30/629.38	c   fracdiving       :      15.50        798          4
629.30/629.38	c   veclendiving     :      12.59        798          7
629.30/629.38	c   trivial          :       0.00          2          1
629.30/629.38	c   shiftandpropagate:       0.00          0          0
629.30/629.38	c   simplerounding   :       2.66     173259         21
629.30/629.38	c   zirounding       :       0.08       1000          0
629.30/629.38	c   rounding         :       0.54       5854          0
629.30/629.38	c   shifting         :       1.45       1794          0
629.30/629.38	c   intshifting      :       0.00          0          0
629.30/629.38	c   twoopt           :       0.00          0          0
629.30/629.38	c   fixandinfer      :       0.00          0          0
629.30/629.38	c   feaspump         :       0.00          0          0
629.30/629.38	c   clique           :       0.00          0          0
629.30/629.38	c   intdiving        :       0.00          0          0
629.30/629.38	c   actconsdiving    :       0.00          0          0
629.30/629.38	c   objpscostdiving  :       3.28        223          0
629.30/629.38	c   rootsoldiving    :       1.90        211          0
629.30/629.38	c   linesearchdiving :      14.43        798         10
629.30/629.38	c   octane           :       0.00          0          0
629.30/629.38	c   rens             :       0.02          1          0
629.30/629.38	c   rins             :       0.00          0          0
629.30/629.38	c   localbranching   :       0.00          0          0
629.30/629.38	c   mutation         :       0.00          0          0
629.30/629.38	c   dins             :       0.00          0          0
629.30/629.38	c   vbounds          :       0.00          0          0
629.30/629.38	c   undercover       :       0.00          0          0
629.30/629.38	c   subnlp           :       0.03          0          0
629.30/629.38	c   trysol           :       0.21       9978        112
629.30/629.38	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
629.30/629.38	c   primal LP        :       0.01          0          0       0.00          -
629.30/629.38	c   dual LP          :     276.72     310769    1463834       4.71    5289.86
629.30/629.38	c   lex dual LP      :       0.00          0          0       0.00          -
629.30/629.38	c   barrier LP       :       0.00          0          0       0.00          -
629.30/629.38	c   diving/probing LP:      55.57      72987     267106       3.66    4806.27
629.30/629.38	c   strong branching :      23.44      10860     134906      12.42    5754.24
629.30/629.38	c     (at root node) :          -         34       4429     130.26          -
629.30/629.38	c   conflict analysis:       0.00          0          0       0.00          -
629.30/629.38	c B&B Tree           :
629.30/629.38	c   number of runs   :          1
629.30/629.38	c   nodes            :     191307
629.30/629.38	c   nodes (total)    :     191307
629.30/629.38	c   nodes left       :          0
629.30/629.38	c   max depth        :        149
629.30/629.38	c   max depth (total):        149
629.30/629.38	c   backtracks       :      14131 (7.4%)
629.30/629.38	c   delayed cutoffs  :      17444
629.30/629.38	c   repropagations   :      50408 (789831 domain reductions, 1663 cutoffs)
629.30/629.38	c   avg switch length:       4.15
629.30/629.38	c   switching time   :      22.74
629.30/629.38	c Solution           :
629.30/629.38	c   Solutions found  :        239 (109 improvements)
629.30/629.38	c   First Solution   : +4.68140000000000e+04   (in run 1, after 0 nodes, 0.02 seconds, depth 0, found by <trivial>)
629.30/629.38	c   Primal Bound     : +2.00000000000000e+00   (in run 1, after 191246 nodes, 629.19 seconds, depth 54, found by <relaxation>)
629.30/629.38	c   Dual Bound       : +2.00000000000000e+00
629.30/629.38	c   Gap              :       0.00 %
629.30/629.38	c   Root Dual Bound  : +0.00000000000000e+00
629.30/629.38	c   Root Iterations  :       2742
629.40/629.41	c Time complete: 629.41.

Verifier Data

OK	2

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3447443-1307901653/watcher-3447443-1307901653 -o /var/tmp/evaluation-result-3447443-1307901653/solver-3447443-1307901653 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447443-1307901653.wbo -t 1800 -m 15500 

running on 4 cores: 0,2,4,6

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.01 1.97 3/177 9821
/proc/meminfo: memFree=1631316/32951124 swapFree=67054712/67111528
[pid=9821] ppid=9819 vsize=10132 CPUtime=0 cores=0,2,4,6
/proc/9821/stat : 9821 (scip-2.0.1.4.li) R 9819 9821 9270 0 -1 4202496 1518 0 0 0 0 0 0 0 25 0 1 0 980395988 10375168 1471 33554432000 4194304 9128323 140733532930512 18446744073709551615 7980987 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/9821/statm: 2533 1471 399 1205 0 1324 0

[startup+0.03547 s]
/proc/loadavg: 2.06 2.01 1.97 3/177 9821
/proc/meminfo: memFree=1631316/32951124 swapFree=67054712/67111528
[pid=9821] ppid=9819 vsize=24132 CPUtime=0.03 cores=0,2,4,6
/proc/9821/stat : 9821 (scip-2.0.1.4.li) R 9819 9821 9270 0 -1 4202496 5046 0 0 0 3 0 0 0 25 0 1 0 980395988 24711168 4741 33554432000 4194304 9128323 140733532930512 18446744073709551615 5195523 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9821/statm: 6033 4741 520 1205 0 4824 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 24132

[startup+0.100455 s]
/proc/loadavg: 2.06 2.01 1.97 3/177 9821
/proc/meminfo: memFree=1631316/32951124 swapFree=67054712/67111528
[pid=9821] ppid=9819 vsize=28704 CPUtime=0.09 cores=0,2,4,6
/proc/9821/stat : 9821 (scip-2.0.1.4.li) R 9819 9821 9270 0 -1 4202496 6468 0 0 0 9 0 0 0 18 0 1 0 980395988 29392896 6128 33554432000 4194304 9128323 140733532930512 18446744073709551615 6300132 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9821/statm: 7176 6128 662 1205 0 5967 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28704

[startup+0.300427 s]
/proc/loadavg: 2.06 2.01 1.97 3/177 9821
/proc/meminfo: memFree=1631316/32951124 swapFree=67054712/67111528
[pid=9821] ppid=9819 vsize=44128 CPUtime=0.29 cores=0,2,4,6
/proc/9821/stat : 9821 (scip-2.0.1.4.li) R 9819 9821 9270 0 -1 4202496 11339 0 0 0 29 0 0 0 18 0 1 0 980395988 45187072 9962 33554432000 4194304 9128323 140733532930512 18446744073709551615 8008910 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9821/statm: 11032 9962 707 1205 0 9823 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 44128

[startup+0.700348 s]
/proc/loadavg: 2.06 2.01 1.97 3/177 9821
/proc/meminfo: memFree=1631316/32951124 swapFree=67054712/67111528
[pid=9821] ppid=9819 vsize=44460 CPUtime=0.69 cores=0,2,4,6
/proc/9821/stat : 9821 (scip-2.0.1.4.li) R 9819 9821 9270 0 -1 4202496 11409 0 0 0 68 1 0 0 18 0 1 0 980395988 45527040 10032 33554432000 4194304 9128323 140733532930512 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9821/statm: 11115 10032 707 1205 0 9906 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 44460

[startup+1.50021 s]
/proc/loadavg: 2.06 2.01 1.97 3/178 9822
/proc/meminfo: memFree=1592768/32951124 swapFree=67054712/67111528
[pid=9821] ppid=9819 vsize=44460 CPUtime=1.49 cores=0,2,4,6
/proc/9821/stat : 9821 (scip-2.0.1.4.li) R 9819 9821 9270 0 -1 4202496 13029 0 0 0 147 2 0 0 19 0 1 0 980395988 45527040 10151 33554432000 4194304 9128323 140733532930512 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9821/statm: 11115 10151 717 1205 0 9906 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 44460

[startup+3.10092 s]
/proc/loadavg: 2.06 2.01 1.97 3/178 9822
/proc/meminfo: memFree=1592392/32951124 swapFree=67054712/67111528
[pid=9821] ppid=9819 vsize=44460 CPUtime=3.09 cores=0,2,4,6
/proc/9821/stat : 9821 (scip-2.0.1.4.li) R 9819 9821 9270 0 -1 4202496 13029 0 0 0 305 4 0 0 25 0 1 0 980395988 45527040 10151 33554432000 4194304 9128323 140733532930512 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9821/statm: 11115 10151 717 1205 0 9906 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 44460

[startup+6.30035 s]
/proc/loadavg: 2.06 2.01 1.97 3/178 9822
/proc/meminfo: memFree=1592024/32951124 swapFree=67054712/67111528
[pid=9821] ppid=9819 vsize=44460 CPUtime=6.29 cores=0,2,4,6
/proc/9821/stat : 9821 (scip-2.0.1.4.li) R 9819 9821 9270 0 -1 4202496 13037 0 0 0 622 7 0 0 25 0 1 0 980395988 45527040 10159 33554432000 4194304 9128323 140733532930512 18446744073709551615 7342934 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9821/statm: 11115 10159 725 1205 0 9906 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 44460

[startup+12.7002 s]
/proc/loadavg: 2.05 2.01 1.97 3/178 9831
/proc/meminfo: memFree=1591596/32951124 swapFree=67054712/67111528
[pid=9821] ppid=9819 vsize=44460 CPUtime=12.69 cores=0,2,4,6
/proc/9821/stat : 9821 (scip-2.0.1.4.li) R 9819 9821 9270 0 -1 4202496 20305 0 0 0 1256 13 0 0 25 0 1 0 980395988 45527040 10168 33554432000 4194304 9128323 140733532930512 18446744073709551615 4449480 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9821/statm: 11115 10168 729 1205 0 9906 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 44460

[startup+25.501 s]
/proc/loadavg: 2.04 2.01 1.97 3/178 9831
/proc/meminfo: memFree=1585900/32951124 swapFree=67054712/67111528
[pid=9821] ppid=9819 vsize=49744 CPUtime=25.49 cores=0,2,4,6
/proc/9821/stat : 9821 (scip-2.0.1.4.li) R 9819 9821 9270 0 -1 4202496 42707 0 0 0 2526 23 0 0 25 0 1 0 980395988 50937856 11509 33554432000 4194304 9128323 140733532930512 18446744073709551615 7216735 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9821/statm: 12436 11509 730 1205 0 11227 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 49744

[startup+51.1006 s]
/proc/loadavg: 2.03 2.01 1.97 3/178 9832
/proc/meminfo: memFree=1571596/32951124 swapFree=67054712/67111528
[pid=9821] ppid=9819 vsize=61268 CPUtime=51.09 cores=0,2,4,6
/proc/9821/stat : 9821 (scip-2.0.1.4.li) R 9819 9821 9270 0 -1 4202496 67841 0 0 0 5067 42 0 0 25 0 1 0 980395988 62738432 14420 33554432000 4194304 9128323 140733532930512 18446744073709551615 6856712 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9821/statm: 15317 14420 730 1205 0 14108 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 61268

[startup+102.307 s]
/proc/loadavg: 2.01 2.00 1.97 3/178 9834
/proc/meminfo: memFree=1548416/32951124 swapFree=67054712/67111528
[pid=9821] ppid=9819 vsize=81028 CPUtime=102.29 cores=0,2,4,6
/proc/9821/stat : 9821 (scip-2.0.1.4.li) R 9819 9821 9270 0 -1 4202496 105306 0 0 0 10155 74 0 0 25 0 1 0 980395988 82972672 19380 33554432000 4194304 9128323 140733532930512 18446744073709551615 7343274 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9821/statm: 20257 19380 730 1205 0 19048 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 81028

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 9835
/proc/meminfo: memFree=1518844/32951124 swapFree=67054712/67111528
[pid=9821] ppid=9819 vsize=105452 CPUtime=162.29 cores=0,2,4,6
/proc/9821/stat : 9821 (scip-2.0.1.4.li) R 9819 9821 9270 0 -1 4202496 152115 0 0 0 16117 112 0 0 25 0 1 0 980395988 107982848 25567 33554432000 4194304 9128323 140733532930512 18446744073709551615 6505877 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9821/statm: 26363 25567 745 1205 0 25154 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 105452

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 9837
/proc/meminfo: memFree=1494852/32951124 swapFree=67054712/67111528
[pid=9821] ppid=9819 vsize=124416 CPUtime=222.3 cores=0,2,4,6
/proc/9821/stat : 9821 (scip-2.0.1.4.li) R 9819 9821 9270 0 -1 4202496 176721 0 0 0 22086 144 0 0 25 0 1 0 980395988 127401984 30323 33554432000 4194304 9128323 140733532930512 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9821/statm: 31104 30323 745 1205 0 29895 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 124416

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 9838
/proc/meminfo: memFree=1464280/32951124 swapFree=67054712/67111528
[pid=9821] ppid=9819 vsize=151744 CPUtime=282.29 cores=0,2,4,6
/proc/9821/stat : 9821 (scip-2.0.1.4.li) R 9819 9821 9270 0 -1 4202496 215367 0 0 0 28050 179 0 0 25 0 1 0 980395988 155385856 37219 33554432000 4194304 9128323 140733532930512 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9821/statm: 37936 37219 745 1205 0 36727 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 151744

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 9840
/proc/meminfo: memFree=1441904/32951124 swapFree=67054712/67111528
[pid=9821] ppid=9819 vsize=169996 CPUtime=342.3 cores=0,2,4,6
/proc/9821/stat : 9821 (scip-2.0.1.4.li) R 9819 9821 9270 0 -1 4202496 263142 0 0 0 34012 218 0 0 25 0 1 0 980395988 174075904 41305 33554432000 4194304 9128323 140733532930512 18446744073709551615 4209014 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9821/statm: 42499 41305 745 1205 0 41290 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 169996

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 9841
/proc/meminfo: memFree=1425000/32951124 swapFree=67054712/67111528
[pid=9821] ppid=9819 vsize=178988 CPUtime=402.3 cores=0,2,4,6
/proc/9821/stat : 9821 (scip-2.0.1.4.li) R 9819 9821 9270 0 -1 4202496 301797 0 0 0 39978 252 0 0 25 0 1 0 980395988 183283712 43547 33554432000 4194304 9128323 140733532930512 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9821/statm: 44747 43547 748 1205 0 43538 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 178988

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 9843
/proc/meminfo: memFree=1402880/32951124 swapFree=67054712/67111528
[pid=9821] ppid=9819 vsize=194440 CPUtime=462.3 cores=0,2,4,6
/proc/9821/stat : 9821 (scip-2.0.1.4.li) R 9819 9821 9270 0 -1 4202496 336533 0 0 0 45943 287 0 0 25 0 1 0 980395988 199106560 47388 33554432000 4194304 9128323 140733532930512 18446744073709551615 5089491 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9821/statm: 48610 47388 748 1205 0 47401 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 194440

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 9845
/proc/meminfo: memFree=1378012/32951124 swapFree=67054712/67111528
[pid=9821] ppid=9819 vsize=215256 CPUtime=522.3 cores=0,2,4,6
/proc/9821/stat : 9821 (scip-2.0.1.4.li) R 9819 9821 9270 0 -1 4202496 345275 0 0 0 51913 317 0 0 25 0 1 0 980395988 220422144 52549 33554432000 4194304 9128323 140733532930512 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9821/statm: 53814 52549 748 1205 0 52605 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 215256

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 9846
/proc/meminfo: memFree=1352280/32951124 swapFree=67054712/67111528
[pid=9821] ppid=9819 vsize=234548 CPUtime=582.3 cores=0,2,4,6
/proc/9821/stat : 9821 (scip-2.0.1.4.li) R 9819 9821 9270 0 -1 4202496 403014 0 0 0 57876 354 0 0 25 0 1 0 980395988 240177152 57387 33554432000 4194304 9128323 140733532930512 18446744073709551615 5984452 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9821/statm: 58637 57387 749 1205 0 57428 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 234548

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

[startup+588.701 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 9846
/proc/meminfo: memFree=1351288/32951124 swapFree=67054712/67111528
[pid=9821] ppid=9819 vsize=235820 CPUtime=588.7 cores=0,2,4,6
/proc/9821/stat : 9821 (scip-2.0.1.4.li) R 9819 9821 9270 0 -1 4202496 410885 0 0 0 58511 359 0 0 25 0 1 0 980395988 241479680 57737 33554432000 4194304 9128323 140733532930512 18446744073709551615 6732466 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9821/statm: 58955 57737 749 1205 0 57746 0
Current children cumulated CPU time (s) 588.7
Current children cumulated vsize (KiB) 235820

[startup+614.301 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 9847
/proc/meminfo: memFree=1343708/32951124 swapFree=67054712/67111528
[pid=9821] ppid=9819 vsize=237312 CPUtime=614.3 cores=0,2,4,6
/proc/9821/stat : 9821 (scip-2.0.1.4.li) R 9819 9821 9270 0 -1 4202496 444844 0 0 0 61051 379 0 0 25 0 1 0 980395988 243007488 58109 33554432000 4194304 9128323 140733532930512 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9821/statm: 59328 58109 750 1205 0 58119 0
Current children cumulated CPU time (s) 614.3
Current children cumulated vsize (KiB) 237312

[startup+620.701 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 9847
/proc/meminfo: memFree=1343080/32951124 swapFree=67054712/67111528
[pid=9821] ppid=9819 vsize=237464 CPUtime=620.71 cores=0,2,4,6
/proc/9821/stat : 9821 (scip-2.0.1.4.li) R 9819 9821 9270 0 -1 4202496 444884 0 0 0 61688 383 0 0 25 0 1 0 980395988 243163136 58149 33554432000 4194304 9128323 140733532930512 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9821/statm: 59366 58149 750 1205 0 58157 0
Current children cumulated CPU time (s) 620.71
Current children cumulated vsize (KiB) 237464

[startup+623.9 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 9847
/proc/meminfo: memFree=1342336/32951124 swapFree=67054712/67111528
[pid=9821] ppid=9819 vsize=237648 CPUtime=623.9 cores=0,2,4,6
/proc/9821/stat : 9821 (scip-2.0.1.4.li) R 9819 9821 9270 0 -1 4202496 444914 0 0 0 62006 384 0 0 25 0 1 0 980395988 243351552 58179 33554432000 4194304 9128323 140733532930512 18446744073709551615 7060962 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9821/statm: 59412 58179 750 1205 0 58203 0
Current children cumulated CPU time (s) 623.9
Current children cumulated vsize (KiB) 237648

[startup+627.101 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 9847
/proc/meminfo: memFree=1341592/32951124 swapFree=67054712/67111528
[pid=9821] ppid=9819 vsize=237688 CPUtime=627.1 cores=0,2,4,6
/proc/9821/stat : 9821 (scip-2.0.1.4.li) R 9819 9821 9270 0 -1 4202496 452449 0 0 0 62323 387 0 0 25 0 1 0 980395988 243392512 58177 33554432000 4194304 9128323 140733532930512 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9821/statm: 59422 58177 750 1205 0 58213 0
Current children cumulated CPU time (s) 627.1
Current children cumulated vsize (KiB) 237688

[startup+628.701 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 9848
/proc/meminfo: memFree=1341468/32951124 swapFree=67054712/67111528
[pid=9821] ppid=9819 vsize=237980 CPUtime=628.7 cores=0,2,4,6
/proc/9821/stat : 9821 (scip-2.0.1.4.li) R 9819 9821 9270 0 -1 4202496 452522 0 0 0 62482 388 0 0 25 0 1 0 980395988 243691520 58250 33554432000 4194304 9128323 140733532930512 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9821/statm: 59495 58250 750 1205 0 58286 0
Current children cumulated CPU time (s) 628.7
Current children cumulated vsize (KiB) 237980

[startup+629.101 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 9848
/proc/meminfo: memFree=1341468/32951124 swapFree=67054712/67111528
[pid=9821] ppid=9819 vsize=237980 CPUtime=629.11 cores=0,2,4,6
/proc/9821/stat : 9821 (scip-2.0.1.4.li) R 9819 9821 9270 0 -1 4202496 452523 0 0 0 62523 388 0 0 25 0 1 0 980395988 243691520 58251 33554432000 4194304 9128323 140733532930512 18446744073709551615 5207929 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9821/statm: 59495 58251 750 1205 0 58286 0
Current children cumulated CPU time (s) 629.11
Current children cumulated vsize (KiB) 237980

[startup+629.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 9848
/proc/meminfo: memFree=1341468/32951124 swapFree=67054712/67111528
[pid=9821] ppid=9819 vsize=237980 CPUtime=629.3 cores=0,2,4,6
/proc/9821/stat : 9821 (scip-2.0.1.4.li) R 9819 9821 9270 0 -1 4202496 452523 0 0 0 62542 388 0 0 25 0 1 0 980395988 243691520 58251 33554432000 4194304 9128323 140733532930512 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9821/statm: 59495 58251 750 1205 0 58286 0
Current children cumulated CPU time (s) 629.3
Current children cumulated vsize (KiB) 237980

[startup+629.4 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 9848
/proc/meminfo: memFree=1341468/32951124 swapFree=67054712/67111528
[pid=9821] ppid=9819 vsize=227352 CPUtime=629.4 cores=0,2,4,6
/proc/9821/stat : 9821 (scip-2.0.1.4.li) R 9819 9821 9270 0 -1 4202496 452532 0 0 0 62552 388 0 0 25 0 1 0 980395988 232808448 56014 33554432000 4194304 9128323 140733532930512 18446744073709551615 7971158 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/9821/statm: 56772 55948 752 1205 0 55563 0
Current children cumulated CPU time (s) 629.4
Current children cumulated vsize (KiB) 227352

Child status: 0
Real time (s): 629.413
CPU time (s): 629.419
CPU user time (s): 625.523
CPU system time (s): 3.89641
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 253832

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 625.523
system time used= 3.89641
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 452534
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6
involuntary context switches= 7202

runsolver used 0.977851 second user time and 1.90671 second system time

The end

Launcher Data

Begin job on node119 at 2011-06-12 20:00:53
IDJOB=3447443
IDBENCH=79317
IDSOLVER=1944
FILE ID=node119/3447443-1307901653
RUNJOBID= node119-1307898652-9556
PBS_JOBID= 13559587
Free space on /var/tmp= 2872 MiB

SOLVER NAME= SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/normalized-44s.smv--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-3447443-1307901653/watcher-3447443-1307901653 -o /var/tmp/evaluation-result-3447443-1307901653/solver-3447443-1307901653 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447443-1307901653.wbo -t 1800 -m 15500

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

MD5SUM BENCH= 4d1622885c2ebb9b79c07237f88a35bc
RANDOM SEED=269147393

node119.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.815
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.63
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.815
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.815
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.815
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.815
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.815
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.815
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.815
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       1631868 kB
Buffers:         52700 kB
Cached:       30218640 kB
SwapCached:      10968 kB
Active:       15432204 kB
Inactive:     14943796 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       1631868 kB
SwapTotal:    67111528 kB
SwapFree:     67054712 kB
Dirty:           12168 kB
Writeback:           0 kB
AnonPages:      102768 kB
Mapped:          16164 kB
Slab:           879388 kB
PageTables:       4488 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   294704 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /var/tmp at the end= 2860 MiB
End job on node119 at 2011-06-12 20:11:23