Trace number 2700297

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
SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solverOPTIMUM 131.741 131.736

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/jnh/
normalized-jnh209_wcsp.wbo
MD5SUM9631dbe60bb4b54b94c0583eca7044d2
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.154975
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables200
Total number of constraints900
Number of soft constraints800
Number of constraints which are clauses800
Number of constraints which are cardinality constraints (but not clauses)100
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint11
Top cost 394239
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 394238
Biggest number in a constraint 10
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 21
Number of bits of the biggest sum of numbers5
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: Clp 1.11.1] [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-2700297-1278534644.wbo>
0.00/0.01	c original problem has 1800 variables (1000 bin, 0 int, 0 impl, 800 cont) and 1701 constraints
0.00/0.01	c problem read
0.00/0.01	c presolving settings loaded
0.00/0.02	c presolving:
0.00/0.02	c (round 1) 100 del vars, 101 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 1000 impls, 0 clqs
0.00/0.03	c (round 2) 100 del vars, 101 del conss, 800 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 1000 impls, 0 clqs
0.00/0.05	c    (0.0s) probing: 101/900 (11.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.05	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.00/0.05	c presolving (3 rounds):
0.00/0.05	c  100 deleted vars, 101 deleted constraints, 800 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.05	c  1000 implications, 0 cliques
0.00/0.05	c presolved problem has 1700 variables (900 bin, 0 int, 0 impl, 800 cont) and 1600 constraints
0.00/0.05	c     800 constraints of type <indicator>
0.00/0.05	c     800 constraints of type <linear>
0.00/0.05	c transformed objective value is always integral (scale: 1)
0.00/0.05	c Presolving Time: 0.03
0.00/0.05	c - non default parameters ----------------------------------------------------------------------
0.00/0.05	c # SCIP version 1.2.1.2
0.00/0.05	c 
0.00/0.05	c # frequency for displaying node information lines
0.00/0.05	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.05	c display/freq = 10000
0.00/0.05	c 
0.00/0.05	c # maximal time in seconds to run
0.00/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.05	c limits/time = 1799.99
0.00/0.05	c 
0.00/0.05	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.05	c limits/memory = 3420
0.00/0.05	c 
0.00/0.05	c # should presolving try to simplify inequalities
0.00/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.05	c constraints/linear/simplifyinequalities = TRUE
0.00/0.05	c 
0.00/0.05	c # should presolving try to simplify knapsacks
0.00/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.05	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.05	c 
0.00/0.05	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.05	c separating/rapidlearning/freq = 0
0.00/0.05	c 
0.00/0.05	c -----------------------------------------------------------------------------------------------
0.00/0.05	c start solving
0.00/0.05	c 
0.00/0.05	o 394238
0.00/0.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.06	c t 0.0s|     1 |     0 |     0 |     - |5799k|   0 |   - |1700 |1600 |   0 |   0 |   0 |   0 |   0 |      --      | 3.942380e+05 |    Inf 
0.00/0.06	c   0.0s|     1 |     0 |     0 |     - |6171k|   0 |   0 |1700 |1600 |1700 |   0 |   0 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.00/0.06	c   0.0s|     1 |     0 |    40 |     - |6211k|   0 |   0 |1700 |1600 |1700 |  67 |  67 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.00/0.06	c   0.0s|     1 |     0 |   105 |     - |6252k|   0 |   9 |1700 |1600 |1700 |  99 |  99 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.00/0.07	c   0.0s|     1 |     0 |   154 |     - |6320k|   0 |  60 |1700 |1600 |1700 | 125 | 125 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.00/0.08	c   0.1s|     1 |     0 |   196 |     - |6508k|   0 |  77 |1700 |1600 |1700 | 156 | 156 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.09/0.10	c   0.1s|     1 |     0 |   348 |     - |6541k|   0 |  62 |1700 |1600 |1700 | 168 | 168 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.09/0.12	c   0.1s|     1 |     0 |   373 |     - |6568k|   0 |  63 |1700 |1600 |1700 | 173 | 173 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.59/0.68	c   0.6s|     1 |     2 |   569 |     - |6620k|   0 |  63 |1700 |1600 |1700 | 173 | 173 |   0 |  33 | 0.000000e+00 | 3.942380e+05 |    Inf 
3.79/3.82	o 7102
3.79/3.82	c * 3.6s|  2603 |  2485 |  6256 |   2.3 |  10M| 690 |   - |1700 |1623 |1700 | 245 | 528 |  23 | 603 | 0.000000e+00 | 7.102000e+03 |    Inf 
8.69/8.78	c   8.2s| 10000 |  9839 | 18538 |   1.8 |  18M| 690 |   0 |1700 |1775 |1700 | 184 |1600 | 175 | 747 | 0.000000e+00 | 7.102000e+03 |    Inf 
8.90/8.95	o 6965
8.90/8.95	c * 8.4s| 10246 | 10054 | 19074 |   1.8 |  19M| 690 |   - |1700 |1853 |1700 | 255 |1647 | 253 | 747 | 0.000000e+00 | 6.965000e+03 |    Inf 
8.99/9.01	o 6792
8.99/9.01	c * 8.5s| 10302 | 10054 | 19551 |   1.9 |  19M| 690 |   - |1700 |1902 |1700 | 245 |1675 | 302 | 748 | 0.000000e+00 | 6.792000e+03 |    Inf 
10.00/10.04	o 6784
10.00/10.04	c * 9.4s| 11767 | 11396 | 21266 |   1.8 |  21M| 690 |   - |1700 |2200 |1700 | 193 |1899 | 600 | 748 | 0.000000e+00 | 6.784000e+03 |    Inf 
10.00/10.04	o 6702
10.00/10.04	c * 9.4s| 11773 | 11373 | 21278 |   1.8 |  21M| 690 |   - |1700 |2200 |1700 | 194 |1900 | 600 | 748 | 0.000000e+00 | 6.702000e+03 |    Inf 
10.29/10.30	o 6615
10.29/10.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
10.29/10.30	c * 9.7s| 12092 | 11610 | 21964 |   1.8 |  21M| 690 |   - |1700 |2318 |1700 | 193 |1973 | 718 | 748 | 0.000000e+00 | 6.615000e+03 |    Inf 
10.29/10.35	o 6605
10.29/10.35	c * 9.7s| 12149 | 11658 | 22225 |   1.8 |  21M| 690 |   - |1700 |2328 |1700 | 192 |1986 | 728 | 748 | 0.000000e+00 | 6.605000e+03 |    Inf 
10.29/10.36	o 6480
10.29/10.36	c * 9.7s| 12151 | 11585 | 22246 |   1.8 |  21M| 690 |   - |1700 |2328 |1700 | 192 |1986 | 728 | 748 | 0.000000e+00 | 6.480000e+03 |    Inf 
10.29/10.36	o 6379
10.29/10.36	c * 9.7s| 12152 | 11523 | 22257 |   1.8 |  21M| 690 |   - |1700 |2328 |1700 | 192 |1986 | 728 | 748 | 0.000000e+00 | 6.379000e+03 |    Inf 
10.39/10.40	o 6265
10.39/10.40	c * 9.8s| 12190 | 11476 | 22444 |   1.8 |  21M| 690 |   - |1700 |2328 |1700 | 190 |1994 | 728 | 748 | 0.000000e+00 | 6.265000e+03 |    Inf 
10.39/10.40	o 6254
10.39/10.40	c * 9.8s| 12191 | 11468 | 22455 |   1.8 |  21M| 690 |   - |1700 |2328 |1700 | 190 |1994 | 728 | 748 | 0.000000e+00 | 6.254000e+03 |    Inf 
10.89/10.95	o 6077
10.89/10.95	c *10.3s| 12901 | 11972 | 23750 |   1.8 |  22M| 690 |   - |1700 |2613 |1700 | 198 |2133 |1013 | 749 | 0.000000e+00 | 6.077000e+03 |    Inf 
11.19/11.21	o 5999
11.19/11.21	c *10.5s| 13238 | 12205 | 24402 |   1.8 |  22M| 690 |   - |1700 |2734 |1700 | 192 |2208 |1134 | 749 | 0.000000e+00 | 5.999000e+03 |    Inf 
11.19/11.22	o 5904
11.19/11.22	c *10.5s| 13256 | 12138 | 24438 |   1.8 |  22M| 690 |   - |1700 |2734 |1700 | 198 |2214 |1134 | 749 | 0.000000e+00 | 5.904000e+03 |    Inf 
11.19/11.23	o 5843
11.19/11.23	c *10.6s| 13259 | 12086 | 24444 |   1.8 |  22M| 690 |   - |1700 |2734 |1700 | 198 |2214 |1134 | 749 | 0.000000e+00 | 5.843000e+03 |    Inf 
11.19/11.23	o 5742
11.19/11.23	c *10.6s| 13260 | 11967 | 24444 |   1.8 |  21M| 690 |   - |1700 |2734 |1700 | 198 |2214 |1134 | 749 | 0.000000e+00 | 5.742000e+03 |    Inf 
14.79/14.80	o 5701
14.79/14.80	c *13.9s| 17726 | 15730 | 35996 |   2.0 |  28M| 690 |   - |1700 |4521 |1700 | 216 |3458 |3637 | 751 | 0.000000e+00 | 5.701000e+03 |    Inf 
14.79/14.81	o 5641
14.79/14.81	c *13.9s| 17727 | 15670 | 35998 |   2.0 |  28M| 690 |   - |1700 |4521 |1700 | 216 |3458 |3637 | 751 | 0.000000e+00 | 5.641000e+03 |    Inf 
16.50/16.60	c  15.6s| 20000 | 17613 | 40187 |   2.0 |  30M| 690 |   0 |1700 |4389 |1700 | 191 |3991 |4905 | 751 | 0.000000e+00 | 5.641000e+03 |    Inf 
18.79/18.87	o 5583
18.79/18.87	c *17.7s| 22797 | 19930 | 48879 |   2.1 |  34M| 690 |   - |1700 |4364 |1700 | 189 |4791 |6299 | 752 | 0.000000e+00 | 5.583000e+03 |    Inf 
18.79/18.89	o 5495
18.79/18.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
18.79/18.89	c *17.8s| 22826 | 19775 | 49058 |   2.1 |  34M| 690 |   - |1700 |4359 |1700 | 199 |4805 |6299 | 752 | 0.000000e+00 | 5.495000e+03 |    Inf 
18.79/18.90	o 5449
18.79/18.90	c *17.8s| 22827 | 19690 | 49064 |   2.1 |  34M| 690 |   - |1700 |4359 |1700 | 199 |4805 |6299 | 752 | 0.000000e+00 | 5.449000e+03 |    Inf 
19.80/19.90	o 5278
19.80/19.90	c *18.7s| 24154 | 20367 | 51941 |   2.1 |  35M| 690 |   - |1700 |4371 |1700 | 235 |5035 |7020 | 765 | 0.000000e+00 | 5.278000e+03 |    Inf 
19.89/19.90	o 5169
19.89/19.90	c *18.7s| 24155 | 20068 | 51943 |   2.1 |  34M| 690 |   - |1700 |4371 |1700 | 235 |5035 |7020 | 765 | 0.000000e+00 | 5.169000e+03 |    Inf 
19.99/20.02	o 5118
19.99/20.02	c *18.8s| 24296 | 20036 | 52546 |   2.1 |  34M| 690 |   - |1700 |4534 |1700 | 218 |5077 |7213 | 765 | 0.000000e+00 | 5.118000e+03 |    Inf 
19.99/20.02	o 5109
19.99/20.02	c *18.8s| 24297 | 20018 | 52560 |   2.1 |  34M| 690 |   - |1700 |4534 |1700 | 218 |5077 |7213 | 765 | 0.000000e+00 | 5.109000e+03 |    Inf 
20.49/20.58	o 5034
20.49/20.58	c *19.4s| 24970 | 20322 | 53915 |   2.1 |  34M| 690 |   - |1700 |4817 |1700 | 239 |5256 |7833 | 766 | 0.000000e+00 | 5.034000e+03 |    Inf 
24.19/24.28	c  22.9s| 30000 | 24772 | 66737 |   2.2 |  40M| 690 |   0 |1700 |3657 |1700 | 184 |6257 |9521 | 778 | 0.000000e+00 | 5.034000e+03 |    Inf 
27.60/27.64	o 4995
27.60/27.64	c *26.0s| 34515 | 28545 | 77582 |   2.2 |  46M| 690 |   - |1700 |3559 |1700 | 207 |7266 |  11k| 780 | 0.000000e+00 | 4.995000e+03 |    Inf 
27.99/28.04	o 4924
27.99/28.04	c *26.4s| 35003 | 28681 | 79506 |   2.3 |  46M| 690 |   - |1700 |3684 |1700 | 210 |7386 |  11k| 780 | 0.000000e+00 | 4.924000e+03 |    Inf 
29.20/29.27	o 4859
29.20/29.27	c *27.6s| 36467 | 29636 | 84433 |   2.3 |  48M| 690 |   - |1700 |3928 |1700 | 195 |7779 |  12k| 782 | 0.000000e+00 | 4.859000e+03 |    Inf 
31.89/31.97	c  30.1s| 40000 | 32792 | 93234 |   2.3 |  52M| 690 |   0 |1700 |3854 |1700 | 186 |8700 |  13k| 782 | 0.000000e+00 | 4.859000e+03 |    Inf 
37.70/37.74	o 4823
37.70/37.74	c *35.6s| 47839 | 39497 |108092 |   2.3 |  62M| 690 |   - |1700 |3680 |1700 | 208 |  10k|  15k| 782 | 0.000000e+00 | 4.823000e+03 |    Inf 
39.19/39.28	c  37.0s| 50000 | 41384 |111523 |   2.2 |  65M| 690 |   0 |1700 |3797 |1700 | 192 |  10k|  16k| 782 | 0.000000e+00 | 4.823000e+03 |    Inf 
39.59/39.62	o 4754
39.59/39.62	c *37.3s| 50377 | 41208 |112725 |   2.2 |  65M| 690 |   - |1700 |3900 |1700 | 209 |  10k|  16k| 782 | 0.000000e+00 | 4.754000e+03 |    Inf 
39.70/39.74	o 4747
39.70/39.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
39.70/39.74	c *37.4s| 50492 | 41255 |113496 |   2.2 |  65M| 690 |   - |1700 |3966 |1700 | 219 |  10k|  16k| 782 | 0.000000e+00 | 4.747000e+03 |    Inf 
39.70/39.74	o 4734
39.70/39.74	c *37.4s| 50494 | 41172 |113509 |   2.2 |  65M| 690 |   - |1700 |3966 |1700 | 220 |  10k|  16k| 782 | 0.000000e+00 | 4.734000e+03 |    Inf 
39.70/39.74	o 4683
39.70/39.74	c *37.4s| 50495 | 40801 |113512 |   2.2 |  64M| 690 |   - |1700 |3966 |1700 | 220 |  10k|  16k| 782 | 0.000000e+00 | 4.683000e+03 |    Inf 
43.99/44.08	o 4676
43.99/44.08	c *41.5s| 56112 | 45595 |127449 |   2.3 |  71M| 690 |   - |1700 |4056 |1700 | 207 |  11k|  18k| 782 | 0.000000e+00 | 4.676000e+03 |    Inf 
45.79/45.87	o 4583
45.79/45.87	c *43.2s| 58405 | 46806 |133506 |   2.3 |  73M| 690 |   - |1700 |4052 |1700 | 189 |  12k|  19k| 782 | 0.000000e+00 | 4.583000e+03 |    Inf 
47.20/47.21	c  44.5s| 60000 | 48162 |138592 |   2.3 |  75M| 690 |   0 |1700 |4035 |1700 | 187 |  13k|  20k| 782 | 0.000000e+00 | 4.583000e+03 |    Inf 
47.79/47.81	o 4553
47.79/47.81	c *45.0s| 60768 | 48537 |140461 |   2.3 |  76M| 690 |   - |1700 |4060 |1700 | 224 |  13k|  20k| 782 | 0.000000e+00 | 4.553000e+03 |    Inf 
47.79/47.82	o 4527
47.79/47.82	c *45.0s| 60769 | 48292 |140462 |   2.3 |  75M| 690 |   - |1700 |4060 |1700 | 224 |  13k|  20k| 782 | 0.000000e+00 | 4.527000e+03 |    Inf 
50.89/50.99	o 4498
50.89/50.99	c *48.0s| 64988 | 51605 |148882 |   2.3 |  80M| 690 |   - |1700 |4216 |1700 | 201 |  14k|  22k| 782 | 0.000000e+00 | 4.498000e+03 |    Inf 
52.00/52.09	o 4364
52.00/52.09	c *49.0s| 66331 | 51425 |152536 |   2.3 |  80M| 690 |   - |1700 |4478 |1700 | 228 |  14k|  23k| 782 | 0.000000e+00 | 4.364000e+03 |    Inf 
52.00/52.09	o 4144
52.00/52.09	c *49.0s| 66332 | 48982 |152540 |   2.3 |  73M| 690 |   - |1700 |4478 |1700 | 228 |  14k|  23k| 782 | 0.000000e+00 | 4.144000e+03 |    Inf 
54.10/54.14	o 4083
54.10/54.14	c *51.0s| 68961 | 50403 |158174 |   2.3 |  75M| 690 |   - |1700 |4662 |1700 | 191 |  15k|  24k| 782 | 0.000000e+00 | 4.083000e+03 |    Inf 
55.00/55.01	c  51.8s| 70000 | 51308 |161160 |   2.3 |  76M| 690 |   0 |1700 |4512 |1700 | 185 |  15k|  24k| 782 | 0.000000e+00 | 4.083000e+03 |    Inf 
56.20/56.22	o 4081
56.20/56.22	c *52.9s| 71570 | 52581 |165055 |   2.3 |  78M| 690 |   - |1700 |4250 |1700 | 207 |  15k|  25k| 782 | 0.000000e+00 | 4.081000e+03 |    Inf 
58.59/58.63	o 4073
58.59/58.63	c *55.2s| 74439 | 54836 |173500 |   2.3 |  82M| 690 |   - |1700 |4002 |1700 | 223 |  16k|  26k| 782 | 0.000000e+00 | 4.073000e+03 |    Inf 
58.59/58.63	o 4072
58.59/58.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
58.59/58.63	c *55.2s| 74440 | 54824 |173509 |   2.3 |  82M| 690 |   - |1700 |4002 |1700 | 223 |  16k|  26k| 782 | 0.000000e+00 | 4.072000e+03 |    Inf 
59.19/59.29	o 4050
59.19/59.29	c *55.8s| 75207 | 55131 |175940 |   2.3 |  83M| 690 |   - |1700 |3988 |1700 | 193 |  16k|  26k| 782 | 0.000000e+00 | 4.050000e+03 |    Inf 
59.50/59.57	o 4046
59.50/59.57	c *56.1s| 75451 | 55229 |177657 |   2.3 |  83M| 690 |   - |1700 |3988 |1700 | 221 |  16k|  27k| 782 | 0.000000e+00 | 4.046000e+03 |    Inf 
59.50/59.58	o 4004
59.50/59.58	c *56.1s| 75455 | 54625 |177663 |   2.3 |  82M| 690 |   - |1700 |3988 |1700 | 221 |  16k|  27k| 782 | 0.000000e+00 | 4.004000e+03 |    Inf 
59.50/59.58	o 3969
59.50/59.58	c *56.1s| 75456 | 54081 |177669 |   2.3 |  80M| 690 |   - |1700 |3988 |1700 | 221 |  16k|  27k| 782 | 0.000000e+00 | 3.969000e+03 |    Inf 
60.10/60.15	o 3908
60.10/60.15	c *56.6s| 76017 | 53573 |180402 |   2.4 |  78M| 690 |   - |1700 |4009 |1700 | 199 |  17k|  27k| 782 | 0.000000e+00 | 3.908000e+03 |    Inf 
63.39/63.48	c  59.8s| 80000 | 56813 |191044 |   2.4 |  84M| 690 |   0 |1700 |4243 |1700 | 212 |  18k|  29k| 782 | 0.000000e+00 | 3.908000e+03 |    Inf 
63.99/64.08	o 3898
63.99/64.08	c *60.3s| 80725 | 57254 |193103 |   2.4 |  85M| 690 |   - |1700 |4287 |1700 | 199 |  18k|  29k| 782 | 0.000000e+00 | 3.898000e+03 |    Inf 
64.90/64.92	o 3869
64.90/64.92	c *61.1s| 81719 | 57548 |195984 |   2.4 |  85M| 690 |   - |1700 |4187 |1700 | 238 |  19k|  30k| 782 | 0.000000e+00 | 3.869000e+03 |    Inf 
64.90/64.93	o 3784
64.90/64.93	c *61.1s| 81729 | 56206 |195991 |   2.4 |  82M| 690 |   - |1700 |4187 |1700 | 238 |  19k|  30k| 782 | 0.000000e+00 | 3.784000e+03 |    Inf 
65.19/65.20	o 3748
65.19/65.20	c *61.4s| 81993 | 55778 |197271 |   2.4 |  82M| 690 |   - |1700 |4289 |1700 | 226 |  19k|  30k| 782 | 0.000000e+00 | 3.748000e+03 |    Inf 
65.19/65.20	o 3664
65.19/65.20	c *61.4s| 81994 | 54377 |197275 |   2.4 |  79M| 690 |   - |1700 |4289 |1700 | 226 |  19k|  30k| 782 | 0.000000e+00 | 3.664000e+03 |    Inf 
65.80/65.82	o 3628
65.80/65.82	c *61.9s| 82777 | 54531 |199207 |   2.4 |  79M| 690 |   - |1700 |4399 |1700 | 203 |  19k|  30k| 782 | 0.000000e+00 | 3.628000e+03 |    Inf 
67.00/67.03	o 3615
67.00/67.03	c *63.1s| 84265 | 55554 |202297 |   2.4 |  80M| 690 |   - |1700 |4344 |1700 | 191 |  19k|  31k| 782 | 0.000000e+00 | 3.615000e+03 |    Inf 
67.00/67.04	o 3552
67.00/67.04	c *63.1s| 84266 | 54517 |202299 |   2.4 |  78M| 690 |   - |1700 |4344 |1700 | 191 |  19k|  31k| 782 | 0.000000e+00 | 3.552000e+03 |    Inf 
67.39/67.47	o 3430
67.39/67.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
67.39/67.47	c *63.5s| 84784 | 52885 |203500 |   2.4 |  75M| 690 |   - |1700 |4277 |1700 | 199 |  19k|  31k| 782 | 0.000000e+00 | 3.430000e+03 |    Inf 
67.39/67.47	o 3420
67.39/67.47	c *63.5s| 84785 | 52711 |203501 |   2.4 |  75M| 690 |   - |1700 |4277 |1700 | 199 |  19k|  31k| 782 | 0.000000e+00 | 3.420000e+03 |    Inf 
68.99/69.00	o 3419
68.99/69.00	c *64.9s| 86600 | 54176 |209117 |   2.4 |  77M| 690 |   - |1700 |4076 |1700 | 193 |  20k|  31k| 782 | 0.000000e+00 | 3.419000e+03 |    Inf 
70.39/70.48	o 3385
70.39/70.48	c *66.3s| 88295 | 54910 |214303 |   2.4 |  79M| 690 |   - |1700 |4056 |1700 | 215 |  20k|  32k| 782 | 0.000000e+00 | 3.385000e+03 |    Inf 
71.90/71.99	c  67.7s| 90000 | 56287 |220170 |   2.4 |  82M| 690 |   0 |1700 |4275 |1700 | 192 |  21k|  33k| 782 | 0.000000e+00 | 3.385000e+03 |    Inf 
73.50/73.51	o 3323
73.50/73.51	c *69.2s| 91705 | 56503 |226379 |   2.5 |  82M| 690 |   - |1700 |4254 |1700 | 231 |  22k|  34k| 782 | 0.000000e+00 | 3.323000e+03 |    Inf 
73.50/73.51	o 3292
73.50/73.51	c *69.2s| 91706 | 55995 |226381 |   2.5 |  81M| 690 |   - |1700 |4254 |1700 | 231 |  22k|  34k| 782 | 0.000000e+00 | 3.292000e+03 |    Inf 
73.80/73.81	o 3220
73.80/73.81	c *69.5s| 92026 | 54768 |227656 |   2.5 |  79M| 690 |   - |1700 |4221 |1700 | 215 |  22k|  34k| 782 | 0.000000e+00 | 3.220000e+03 |    Inf 
73.80/73.82	o 3149
73.80/73.82	c *69.5s| 92027 | 53439 |227661 |   2.5 |  77M| 690 |   - |1700 |4221 |1700 | 215 |  22k|  34k| 782 | 0.000000e+00 | 3.149000e+03 |    Inf 
76.70/76.70	o 3144
76.70/76.70	c *72.2s| 95244 | 55862 |237416 |   2.5 |  82M| 690 |   - |1700 |4361 |1700 | 193 |  23k|  35k| 782 | 0.000000e+00 | 3.144000e+03 |    Inf 
76.70/76.75	o 3141
76.70/76.75	c *72.2s| 95277 | 55834 |237716 |   2.5 |  82M| 690 |   - |1700 |4375 |1700 | 212 |  23k|  35k| 782 | 0.000000e+00 | 3.141000e+03 |    Inf 
76.70/76.76	o 3048
76.70/76.76	c *72.2s| 95284 | 54101 |237726 |   2.5 |  78M| 690 |   - |1700 |4375 |1700 | 212 |  23k|  35k| 782 | 0.000000e+00 | 3.048000e+03 |    Inf 
76.89/76.91	o 3029
76.89/76.91	c *72.3s| 95454 | 53880 |238274 |   2.5 |  78M| 690 |   - |1700 |4406 |1700 | 211 |  23k|  35k| 782 | 0.000000e+00 | 3.029000e+03 |    Inf 
76.89/76.92	o 2967
76.89/76.92	c *72.3s| 95457 | 52764 |238282 |   2.5 |  77M| 690 |   - |1700 |4406 |1700 | 212 |  23k|  35k| 782 | 0.000000e+00 | 2.967000e+03 |    Inf 
76.89/76.92	o 2966
76.89/76.92	c *72.4s| 95458 | 52742 |238283 |   2.5 |  77M| 690 |   - |1700 |4406 |1700 | 212 |  23k|  35k| 782 | 0.000000e+00 | 2.966000e+03 |    Inf 
80.50/80.57	o 2893
80.50/80.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
80.50/80.57	c *75.8s| 99610 | 54539 |250328 |   2.5 |  80M| 690 |   - |1700 |4474 |1700 | 202 |  24k|  37k| 782 | 0.000000e+00 | 2.893000e+03 |    Inf 
80.50/80.57	o 2884
80.50/80.57	c *75.8s| 99611 | 54327 |250335 |   2.5 |  80M| 690 |   - |1700 |4474 |1700 | 202 |  24k|  37k| 782 | 0.000000e+00 | 2.884000e+03 |    Inf 
80.89/80.94	c  76.1s|100000 | 54626 |251928 |   2.5 |  81M| 690 |   0 |1700 |4430 |1700 | 189 |  24k|  37k| 782 | 0.000000e+00 | 2.884000e+03 |    Inf 
80.89/80.98	o 2866
80.89/80.98	c *76.2s|100056 | 54327 |252093 |   2.5 |  80M| 690 |   - |1700 |4406 |1700 | 191 |  24k|  37k| 782 | 0.000000e+00 | 2.866000e+03 |    Inf 
80.89/80.99	o 2807
80.89/80.99	c *76.2s|100057 | 53084 |252094 |   2.5 |  78M| 690 |   - |1700 |4406 |1700 | 191 |  24k|  37k| 782 | 0.000000e+00 | 2.807000e+03 |    Inf 
81.89/81.96	o 2802
81.89/81.96	c *77.1s|100996 | 53641 |257135 |   2.5 |  79M| 690 |   - |1700 |4370 |1700 | 236 |  25k|  38k| 782 | 0.000000e+00 | 2.802000e+03 |    Inf 
81.89/81.96	o 2801
81.89/81.96	c *77.1s|100997 | 53622 |257137 |   2.5 |  79M| 690 |   - |1700 |4370 |1700 | 236 |  25k|  38k| 782 | 0.000000e+00 | 2.801000e+03 |    Inf 
81.89/81.98	o 2769
81.89/81.98	c *77.1s|101005 | 53016 |257385 |   2.5 |  79M| 690 |   - |1700 |4365 |1700 | 227 |  25k|  38k| 782 | 0.000000e+00 | 2.769000e+03 |    Inf 
84.89/84.99	o 2734
84.89/84.99	c *80.0s|104367 | 54925 |269119 |   2.6 |  83M| 690 |   - |1700 |4431 |1700 | 192 |  26k|  39k| 792 | 0.000000e+00 | 2.734000e+03 |    Inf 
84.99/85.01	o 2701
84.99/85.01	c *80.0s|104377 | 54254 |269254 |   2.6 |  82M| 690 |   - |1700 |4433 |1700 | 193 |  26k|  39k| 792 | 0.000000e+00 | 2.701000e+03 |    Inf 
85.09/85.16	o 2668
85.09/85.16	c *80.1s|104544 | 53665 |269721 |   2.6 |  81M| 690 |   - |1700 |4478 |1700 | 196 |  26k|  40k| 792 | 0.000000e+00 | 2.668000e+03 |    Inf 
85.09/85.18	o 2652
85.09/85.18	c *80.1s|104560 | 53331 |269805 |   2.6 |  80M| 690 |   - |1700 |4487 |1700 | 197 |  26k|  40k| 792 | 0.000000e+00 | 2.652000e+03 |    Inf 
85.09/85.19	o 2647
85.09/85.19	c *80.2s|104561 | 53250 |269812 |   2.6 |  80M| 690 |   - |1700 |4487 |1700 | 197 |  26k|  40k| 792 | 0.000000e+00 | 2.647000e+03 |    Inf 
85.20/85.24	o 2470
85.20/85.24	c *80.2s|104616 | 49472 |270041 |   2.6 |  73M| 690 |   - |1700 |4500 |1700 | 206 |  26k|  40k| 792 | 0.000000e+00 | 2.470000e+03 |    Inf 
89.20/89.24	o 2467
89.20/89.24	c *84.0s|108874 | 52626 |285820 |   2.6 |  80M| 690 |   - |1700 |4714 |1700 | 210 |  28k|  42k| 804 | 0.000000e+00 | 2.467000e+03 |    Inf 
89.20/89.24	o 2447
89.20/89.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
89.20/89.24	c *84.0s|108875 | 52163 |285821 |   2.6 |  80M| 690 |   - |1700 |4714 |1700 | 210 |  28k|  42k| 804 | 0.000000e+00 | 2.447000e+03 |    Inf 
90.30/90.33	c  85.0s|110000 | 53021 |290679 |   2.6 |  81M| 690 |   0 |1700 |4517 |1700 | 203 |  28k|  42k| 804 | 0.000000e+00 | 2.447000e+03 |    Inf 
90.49/90.56	o 2380
90.49/90.56	c *85.2s|110242 | 51505 |292067 |   2.6 |  79M| 690 |   - |1700 |4603 |1700 | 227 |  28k|  42k| 804 | 0.000000e+00 | 2.380000e+03 |    Inf 
90.79/90.88	o 2226
90.79/90.88	c *85.5s|110519 | 48136 |294074 |   2.7 |  73M| 690 |   - |1700 |4708 |1700 | 235 |  29k|  42k| 805 | 0.000000e+00 | 2.226000e+03 |    Inf 
90.79/90.89	o 2217
90.79/90.89	c *85.5s|110520 | 47934 |294087 |   2.7 |  73M| 690 |   - |1700 |4708 |1700 | 235 |  29k|  42k| 805 | 0.000000e+00 | 2.217000e+03 |    Inf 
93.20/93.20	o 2195
93.20/93.20	c *87.7s|113005 | 49369 |303229 |   2.7 |  77M| 690 |   - |1700 |4445 |1700 | 196 |  29k|  44k| 818 | 0.000000e+00 | 2.195000e+03 |    Inf 
97.90/97.90	o 2181
97.90/97.90	c *92.1s|117833 | 52539 |323383 |   2.7 |  85M| 690 |   - |1700 |4282 |1700 | 205 |  31k|  46k| 838 | 0.000000e+00 | 2.181000e+03 |    Inf 
97.90/97.91	o 2118
97.90/97.91	c *92.1s|117834 | 50889 |323388 |   2.7 |  82M| 690 |   - |1700 |4282 |1700 | 205 |  31k|  46k| 838 | 0.000000e+00 | 2.118000e+03 |    Inf 
99.50/99.58	o 2081
99.50/99.58	c *93.6s|119537 | 51358 |330539 |   2.8 |  84M| 690 |   - |1700 |4418 |1700 | 211 |  32k|  47k| 853 | 0.000000e+00 | 2.081000e+03 |    Inf 
99.50/99.59	o 2048
99.50/99.59	c *93.7s|119545 | 50576 |330569 |   2.8 |  83M| 690 |   - |1700 |4417 |1700 | 213 |  32k|  47k| 853 | 0.000000e+00 | 2.048000e+03 |    Inf 
99.50/99.59	o 1997
99.50/99.59	c *93.7s|119546 | 49323 |330571 |   2.8 |  81M| 690 |   - |1700 |4417 |1700 | 213 |  32k|  47k| 853 | 0.000000e+00 | 1.997000e+03 |    Inf 
99.79/99.86	o 1856
99.79/99.86	c *93.9s|119791 | 45729 |331389 |   2.8 |  75M| 690 |   - |1700 |4503 |1700 | 202 |  32k|  47k| 854 | 0.000000e+00 | 1.856000e+03 |    Inf 
99.99/100.09	c  94.1s|120000 | 45884 |332293 |   2.8 |  75M| 690 |   0 |1700 |4354 |1700 | 195 |  32k|  47k| 854 | 0.000000e+00 | 1.856000e+03 |    Inf 
100.60/100.69	o 1791
100.60/100.69	c *94.7s|120558 | 44600 |335497 |   2.8 |  74M| 690 |   - |1700 |4468 |1700 | 198 |  33k|  47k| 857 | 0.000000e+00 | 1.791000e+03 |    Inf 
105.70/105.72	o 1773
105.70/105.72	c *99.4s|125157 | 47204 |363794 |   2.9 |  83M| 690 |   - |1700 |3908 |1700 | 203 |  35k|  50k| 923 | 0.000000e+00 | 1.773000e+03 |    Inf 
105.70/105.78	o 1708
105.70/105.78	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
105.70/105.78	c *99.5s|125228 | 45676 |364155 |   2.9 |  81M| 690 |   - |1700 |3900 |1700 | 224 |  35k|  50k| 924 | 0.000000e+00 | 1.708000e+03 |    Inf 
105.70/105.79	o 1625
105.70/105.79	c *99.5s|125229 | 43313 |364155 |   2.9 |  76M| 690 |   - |1700 |3900 |1700 | 224 |  35k|  50k| 924 | 0.000000e+00 | 1.625000e+03 |    Inf 
107.50/107.51	o 1534
107.50/107.51	c * 101s|126790 | 41389 |374628 |   3.0 |  74M| 690 |   - |1700 |4023 |1700 | 200 |  36k|  51k| 925 | 0.000000e+00 | 1.534000e+03 |    Inf 
110.10/110.16	o 1488
110.10/110.16	c * 104s|129107 | 41466 |387823 |   3.0 |  76M| 690 |   - |1700 |4327 |1700 | 204 |  37k|  52k| 950 | 0.000000e+00 | 1.488000e+03 |    Inf 
110.69/110.75	o 1463
110.69/110.75	c * 104s|129597 | 40997 |391475 |   3.0 |  76M| 690 |   - |1700 |4279 |1700 | 222 |  38k|  52k| 953 | 0.000000e+00 | 1.463000e+03 |    Inf 
111.20/111.24	c   105s|130000 | 41271 |394596 |   3.0 |  77M| 690 |   0 |1700 |4312 |1700 | 199 |  38k|  53k| 955 | 0.000000e+00 | 1.463000e+03 |    Inf 
112.90/112.95	o 1427
112.90/112.95	c * 106s|131580 | 41288 |402798 |   3.1 |  78M| 690 |   - |1700 |4497 |1700 | 207 |  39k|  53k| 958 | 0.000000e+00 | 1.427000e+03 |    Inf 
112.90/112.95	o 1418
112.90/112.95	c * 106s|131581 | 41042 |402800 |   3.1 |  78M| 690 |   - |1700 |4497 |1700 | 207 |  39k|  53k| 958 | 0.000000e+00 | 1.418000e+03 |    Inf 
112.90/112.99	o 1403
112.90/112.99	c * 106s|131618 | 40459 |403056 |   3.1 |  77M| 690 |   - |1700 |4506 |1700 | 204 |  39k|  53k| 958 | 0.000000e+00 | 1.403000e+03 |    Inf 
112.99/113.00	o 1298
112.99/113.00	c * 106s|131628 | 37326 |403060 |   3.1 |  70M| 690 |   - |1700 |4506 |1700 | 204 |  39k|  53k| 958 | 0.000000e+00 | 1.298000e+03 |    Inf 
114.50/114.56	o 1269
114.50/114.56	c * 108s|132945 | 37413 |410551 |   3.1 |  72M| 690 |   - |1700 |4778 |1700 | 194 |  40k|  54k| 984 | 0.000000e+00 | 1.269000e+03 |    Inf 
115.80/115.80	o 1223
115.80/115.80	c * 109s|133820 | 36500 |417744 |   3.1 |  72M| 690 |   - |1700 |4548 |1700 | 203 |  40k|  55k| 987 | 0.000000e+00 | 1.223000e+03 |    Inf 
116.39/116.46	o 1125
116.39/116.46	c * 110s|134371 | 34355 |421414 |   3.1 |  69M| 690 |   - |1700 |4293 |1700 | 219 |  41k|  55k| 991 | 0.000000e+00 | 1.125000e+03 |    Inf 
121.10/121.15	o 1120
121.10/121.15	c * 114s|137805 | 36128 |451635 |   3.3 |  78M| 690 |   - |1700 |4227 |1700 | 239 |  44k|  58k|1052 | 0.000000e+00 | 1.120000e+03 |    Inf 
121.10/121.17	o 1033
121.10/121.17	c * 114s|137829 | 33691 |451650 |   3.3 |  74M| 690 |   - |1700 |4227 |1700 | 239 |  44k|  58k|1052 | 0.000000e+00 | 1.033000e+03 |    Inf 
121.49/121.51	o 1028
121.49/121.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
121.49/121.51	c * 114s|138061 | 33714 |453640 |   3.3 |  74M| 690 |   - |1700 |4124 |1700 | 227 |  44k|  58k|1055 | 0.000000e+00 | 1.028000e+03 |    Inf 
121.49/121.52	o 917
121.49/121.52	c * 114s|138062 | 29286 |453641 |   3.3 |  67M| 690 |   - |1700 |4124 |1700 | 227 |  44k|  58k|1055 | 0.000000e+00 | 9.170000e+02 |    Inf 
121.90/121.96	o 863
121.90/121.96	c * 115s|138349 | 27485 |457561 |   3.3 |  64M| 690 |   - |1700 |4152 |1700 | 225 |  44k|  58k|1061 | 0.000000e+00 | 8.630000e+02 |    Inf 
123.10/123.11	o 753
123.10/123.11	c * 116s|139089 | 24097 |466613 |   3.4 |  59M| 690 |   - |1700 |4051 |1700 | 218 |  45k|  59k|1064 | 0.000000e+00 | 7.530000e+02 |    Inf 
123.10/123.11	o 744
123.10/123.11	c * 116s|139090 | 23821 |466619 |   3.4 |  58M| 690 |   - |1700 |4051 |1700 | 218 |  45k|  59k|1064 | 0.000000e+00 | 7.440000e+02 |    Inf 
123.20/123.26	o 724
123.20/123.26	c * 116s|139160 | 23038 |468486 |   3.4 |  57M| 690 |   - |1700 |3783 |1700 | 219 |  45k|  59k|1064 | 0.000000e+00 | 7.240000e+02 |    Inf 
124.59/124.64	o 701
124.59/124.64	c * 117s|139961 | 22623 |480052 |   3.4 |  57M| 690 |   - |1700 |3053 |1700 | 215 |  46k|  60k|1104 | 0.000000e+00 | 7.010000e+02 |    Inf 
124.59/124.64	o 689
124.59/124.64	c * 117s|139962 | 22386 |480053 |   3.4 |  57M| 690 |   - |1700 |3053 |1700 | 215 |  46k|  60k|1104 | 0.000000e+00 | 6.890000e+02 |    Inf 
124.59/124.69	o 619
124.59/124.69	c * 117s|139970 | 19728 |480937 |   3.4 |  52M| 690 |   - |1700 |2967 |1700 | 221 |  46k|  60k|1104 | 0.000000e+00 | 6.190000e+02 |    Inf 
124.80/124.82	c   117s|140000 | 19715 |482254 |   3.4 |  52M| 690 |  26 |1700 |2632 |1700 | 216 |  46k|  60k|1109 | 0.000000e+00 | 6.190000e+02 |    Inf 
125.00/125.00	o 545
125.00/125.00	c * 118s|140107 | 16727 |483808 |   3.5 |  46M| 690 |   - |1700 |2616 |1700 | 224 |  46k|  60k|1110 | 0.000000e+00 | 5.450000e+02 |    Inf 
125.00/125.08	o 525
125.00/125.08	c * 118s|140157 | 16403 |484530 |   3.5 |  45M| 690 |   - |1700 |2515 |1700 | 204 |  46k|  60k|1110 | 0.000000e+00 | 5.250000e+02 |    Inf 
127.19/127.26	o 486
127.19/127.26	c * 120s|141240 | 15312 |504254 |   3.6 |  47M| 690 |   - |1700 |2855 |1700 | 220 |  48k|  61k|1144 | 0.000000e+00 | 4.860000e+02 |    Inf 
127.39/127.48	o 463
127.39/127.48	c * 120s|141314 | 13748 |505963 |   3.6 |  44M| 690 |   - |1700 |2606 |1700 | 214 |  49k|  62k|1145 | 0.000000e+00 | 4.630000e+02 |    Inf 
128.89/128.90	o 443
128.89/128.90	c * 121s|142044 | 13559 |519730 |   3.7 |  45M| 690 |   - |1700 |2616 |1700 | 220 |  50k|  63k|1168 | 0.000000e+00 | 4.430000e+02 |    Inf 
129.10/129.18	o 440
129.10/129.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
129.10/129.18	c * 122s|142148 | 13466 |523375 |   3.7 |  46M| 690 |   - |1700 |2489 |1700 | 225 |  50k|  63k|1175 | 0.000000e+00 | 4.400000e+02 |    Inf 
129.29/129.38	o 368
129.29/129.38	c * 122s|142225 | 12193 |526063 |   3.7 |  43M| 690 |   - |1700 |2329 |1700 | 229 |  50k|  63k|1178 | 0.000000e+00 | 3.680000e+02 |    Inf 
129.29/129.39	o 352
129.29/129.39	c * 122s|142226 | 11922 |526065 |   3.7 |  43M| 690 |   - |1700 |2329 |1700 | 229 |  50k|  63k|1178 | 0.000000e+00 | 3.520000e+02 |    Inf 
129.49/129.56	o 322
129.49/129.56	c * 122s|142285 | 10815 |527132 |   3.7 |  41M| 690 |   - |1700 |2046 |1700 | 224 |  51k|  63k|1178 | 0.000000e+00 | 3.220000e+02 |    Inf 
129.49/129.56	o 312
129.49/129.56	c * 122s|142286 | 10724 |527133 |   3.7 |  40M| 690 |   - |1700 |2046 |1700 | 224 |  51k|  63k|1178 | 0.000000e+00 | 3.120000e+02 |    Inf 
129.70/129.70	o 283
129.70/129.70	c * 122s|142344 | 10269 |528287 |   3.7 |  39M| 690 |   - |1700 |1951 |1700 | 197 |  51k|  63k|1178 | 0.000000e+00 | 2.830000e+02 |    Inf 
130.20/130.23	o 228
130.20/130.23	c * 122s|142559 |  8708 |534329 |   3.7 |  37M| 690 |   - |1700 |1968 |1700 | 209 |  51k|  64k|1180 | 0.000000e+00 | 2.280000e+02 |    Inf 
130.59/130.64	o 214
130.59/130.64	c * 123s|142744 |  7844 |538992 |   3.8 |  36M| 690 |   - |1700 |1977 |1700 | 209 |  52k|  64k|1182 | 0.000000e+00 | 2.140000e+02 |    Inf 
130.70/130.73	o 206
130.70/130.73	c * 123s|142774 |  7677 |540069 |   3.8 |  36M| 690 |   - |1700 |1881 |1700 | 217 |  52k|  64k|1183 | 0.000000e+00 | 2.060000e+02 |    Inf 
130.70/130.74	o 190
130.70/130.74	c * 123s|142779 |  7421 |540085 |   3.8 |  35M| 690 |   - |1700 |1870 |1700 | 218 |  52k|  64k|1183 | 0.000000e+00 | 1.900000e+02 |    Inf 
130.70/130.74	o 181
130.70/130.74	c * 123s|142780 |  7394 |540092 |   3.8 |  35M| 690 |   - |1700 |1870 |1700 | 218 |  52k|  64k|1183 | 0.000000e+00 | 1.810000e+02 |    Inf 
130.80/130.87	o 129
130.80/130.87	c * 123s|142818 |  6190 |541042 |   3.8 |  33M| 690 |   - |1700 |1755 |1700 | 185 |  52k|  64k|1183 | 0.000000e+00 | 1.290000e+02 |    Inf 
130.90/130.95	o 126
130.90/130.95	c * 123s|142835 |  5765 |542208 |   3.8 |  32M| 690 |   - |1700 |1641 |1700 | 191 |  52k|  64k|1183 | 0.000000e+00 | 1.260000e+02 |    Inf 
131.40/131.46	o 123
131.40/131.46	c * 124s|143006 |  2248 |549627 |   3.8 |  24M| 690 |   - |1700 |1635 |1700 | 229 |  52k|  65k|1212 | 0.000000e+00 | 1.230000e+02 |    Inf 
131.40/131.47	o 59
131.40/131.47	c * 124s|143007 |  1662 |549632 |   3.8 |  21M| 690 |   - |1700 |1635 |1700 | 229 |  52k|  65k|1212 | 0.000000e+00 | 5.900000e+01 |    Inf 
131.50/131.50	o 26
131.50/131.50	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
131.50/131.50	c * 124s|143016 |  1087 |549770 |   3.8 |  18M| 690 |   - |1700 |1551 |1700 | 183 |  52k|  65k|1212 | 0.000000e+00 | 2.600000e+01 |    Inf 
131.50/131.50	o 12
131.50/131.50	c * 124s|143017 |  1058 |549776 |   3.8 |  18M| 690 |   - |1700 |1551 |1700 | 175 |  52k|  65k|1212 | 0.000000e+00 | 1.200000e+01 |    Inf 
131.70/131.71	o 0
131.70/131.71	c * 124s|143093 |     0 |553360 |   3.9 |  10M| 690 |   - |1700 |1496 |1700 | 177 |  53k|  65k|1217 | 0.000000e+00 | 0.000000e+00 |   0.00%
131.70/131.71	c 
131.70/131.71	c SCIP Status        : problem is solved [optimal solution found]
131.70/131.71	c Solving Time (sec) : 123.87
131.70/131.71	c Solving Nodes      : 143093
131.70/131.71	c Primal Bound       : +0.00000000000000e+00 (244 solutions)
131.70/131.71	c Dual Bound         : +0.00000000000000e+00
131.70/131.71	c Gap                : 0.00 %
131.70/131.71	s OPTIMUM FOUND
131.70/131.71	v x200 -x199 -x198 x197 x196 -x195 x194 -x193 x192 -x191 x190 -x189 x188 -x187 -x186 x185 x184 -x183 x182 -x181 x180 -x179 x178 -x177 
131.70/131.71	v -x176 x175 -x174 x173 x172 -x171 -x170 x169 x168 -x167 x166 -x165 x164 -x163 -x162 x161 x160 -x159 x158 -x157 -x156 x155 
131.70/131.71	v x154 -x153 -x152 x151 x150 -x149 -x148 x147 x146 -x145 x144 -x143 -x142 x141 x140 -x139 x138 -x137 -x136 x135 x134 -x133 x132 
131.70/131.71	v -x131 -x130 x129 -x128 x127 x126 -x125 x124 -x123 -x122 x121 x120 -x119 x118 -x117 -x116 x115 -x114 x113 -x112 x111 -x110 x109 
131.70/131.71	v x108 -x107 x106 -x105 -x104 x103 -x102 x101 -x100 x99 x98 -x97 -x96 x95 x94 -x93 -x92 x91 x90 -x89 -x88 x87 x86 -x85 x84 
131.70/131.71	v -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 x58 -x57 x56 
131.70/131.71	v -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 -x30 x29 x28 
131.70/131.71	v -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 
131.70/131.71	c SCIP Status        : problem is solved [optimal solution found]
131.70/131.71	c Solving Time       :     123.87
131.70/131.71	c Original Problem   :
131.70/131.71	c   Problem name     : HOME/instance-2700297-1278534644.wbo
131.70/131.71	c   Variables        : 1800 (1000 binary, 0 integer, 0 implicit integer, 800 continuous)
131.70/131.71	c   Constraints      : 1701 initial, 1701 maximal
131.70/131.71	c Presolved Problem  :
131.70/131.71	c   Problem name     : t_HOME/instance-2700297-1278534644.wbo
131.70/131.71	c   Variables        : 1700 (900 binary, 0 integer, 0 implicit integer, 800 continuous)
131.70/131.71	c   Constraints      : 1600 initial, 4982 maximal
131.70/131.71	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
131.70/131.71	c   trivial          :       0.00          0          0          0          0          0          0          0          0
131.70/131.71	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
131.70/131.71	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
131.70/131.71	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
131.70/131.71	c   implics          :       0.00          0          0          0          0          0          0          0          0
131.70/131.71	c   probing          :       0.01          0          0          0          0          0          0          0          0
131.70/131.71	c   indicator        :       0.00          0          0          0          0          0          0          0          0
131.70/131.71	c   linear           :       0.02          0        100          0        800          0        101          0          0
131.70/131.71	c   logicor          :       0.00          0          0          0          0          0          0          0          0
131.70/131.71	c   root node        :          -        792          -          -       1584          -          -          -          -
131.70/131.71	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
131.70/131.71	c   integral         :          0          0          0     148142          0          0          9          0          0       8898
131.70/131.71	c   indicator        :        800          0     345063     143683          0        315    3534211          0          0          0
131.70/131.71	c   linear           :        800          6     344379     143520          0       3481     267588      53088          0          0
131.70/131.71	c   logicor          :          0+         0     205296          0          0        621     115676          0          0          0
131.70/131.71	c   countsols        :          0          0          0     126499          0          0          0          0          0          0
131.70/131.71	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
131.70/131.71	c   integral         :       2.65       0.00       0.00       2.65       0.00
131.70/131.71	c   indicator        :      11.31       0.00       4.70       6.61       0.00
131.70/131.71	c   linear           :       8.46       0.00       4.06       4.40       0.00
131.70/131.71	c   logicor          :       2.78       0.00       2.78       0.00       0.00
131.70/131.71	c   countsols        :       0.00       0.00       0.00       0.00       0.00
131.70/131.71	c Propagators        :       Time      Calls    Cutoffs    DomReds
131.70/131.71	c   vbounds          :       0.00          2          0          0
131.70/131.71	c   rootredcost      :       0.00        144          0        792
131.70/131.71	c   pseudoobj        :       8.19     356953      12084    3054364
131.70/131.71	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
131.70/131.71	c   propagation      :       0.70      16186      16160      53049       22.6      24629        4.0          -
131.70/131.71	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
131.70/131.71	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
131.70/131.71	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
131.70/131.71	c   pseudo solution  :       0.02         34         34        161       22.2         70        4.3          -
131.70/131.71	c   applied globally :          -          -          -      65146       14.6          -          -          -
131.70/131.71	c   applied locally  :          -          -          -          0        0.0          -          -          -
131.70/131.71	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
131.70/131.71	c   cut pool         :       0.00          3          -          -         17          -    (maximal pool size: 52)
131.70/131.71	c   redcost          :       5.48     154496          0     419816          0          0
131.70/131.71	c   impliedbounds    :       0.00          4          0          0          0          0
131.70/131.71	c   intobj           :       0.00          0          0          0          0          0
131.70/131.71	c   cgmip            :       0.00          0          0          0          0          0
131.70/131.71	c   gomory           :       0.02          4          0          0         54          0
131.70/131.71	c   strongcg         :       0.00          4          0          0          0          0
131.70/131.71	c   cmir             :       0.00          4          0          0          0          0
131.70/131.71	c   flowcover        :       0.02          4          0          0          0          0
131.70/131.71	c   clique           :       0.00          1          0          0          0          0
131.70/131.71	c   zerohalf         :       0.00          0          0          0          0          0
131.70/131.71	c   mcf              :       0.00          1          0          0          0          0
131.70/131.71	c   rapidlearning    :       0.00          0          0          0          0          0
131.70/131.71	c Pricers            :       Time      Calls       Vars
131.70/131.71	c   problem variables:       0.00          0          0
131.70/131.71	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
131.70/131.71	c   relpscost        :       2.65       4455          0          9          0          0       8898
131.70/131.71	c   pscost           :       0.00          0          0          0          0          0          0
131.70/131.71	c   inference        :       8.19     126354          0          0          0          0     252708
131.70/131.71	c   mostinf          :       0.00          0          0          0          0          0          0
131.70/131.71	c   leastinf         :       0.00          0          0          0          0          0          0
131.70/131.71	c   fullstrong       :       0.00          0          0          0          0          0          0
131.70/131.71	c   allfullstrong    :       0.00          0          0          0          0          0          0
131.70/131.71	c   random           :       0.00          0          0          0          0          0          0
131.70/131.71	c Primal Heuristics  :       Time      Calls      Found
131.70/131.71	c   LP solutions     :       0.26          -        145
131.70/131.71	c   pseudo solutions :       0.00          -          0
131.70/131.71	c   feaspump         :       0.00          0          0
131.70/131.71	c   intshifting      :       0.00          1          0
131.70/131.71	c   oneopt           :       0.28        109          0
131.70/131.71	c   linesearchdiving :       0.08        156          0
131.70/131.71	c   guideddiving     :       0.02        156          0
131.70/131.71	c   coefdiving       :       0.06        156          0
131.70/131.71	c   pscostdiving     :       0.08        156          0
131.70/131.71	c   fracdiving       :       0.03        156          0
131.70/131.71	c   veclendiving     :       0.09        157          0
131.70/131.71	c   objpscostdiving  :       0.09        156          0
131.70/131.71	c   rootsoldiving    :       0.04        156          0
131.70/131.71	c   trivial          :       0.00          2          1
131.70/131.71	c   simplerounding   :       0.04       5062          0
131.70/131.71	c   zirounding       :       0.01       1000          0
131.70/131.71	c   rounding         :       0.06        977          0
131.70/131.71	c   shifting         :       0.22        247          0
131.70/131.71	c   twoopt           :       0.00          0          0
131.70/131.71	c   fixandinfer      :       0.00          0          0
131.70/131.71	c   intdiving        :       0.00          0          0
131.70/131.71	c   actconsdiving    :       0.00          0          0
131.70/131.71	c   octane           :       0.00          0          0
131.70/131.71	c   rens             :       0.01          1          0
131.70/131.71	c   rins             :       0.00          0          0
131.70/131.71	c   localbranching   :       0.00          0          0
131.70/131.71	c   mutation         :       0.00          0          0
131.70/131.71	c   crossover        :       1.43        114          5
131.70/131.71	c   dins             :       0.00          0          0
131.70/131.71	c   undercover       :       0.00          0          0
131.70/131.71	c   nlp              :       0.00          0          0
131.70/131.71	c   trysol           :       0.10        782         93
131.70/131.71	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
131.70/131.71	c   primal LP        :       0.00          0          0       0.00          -
131.70/131.71	c   dual LP          :      48.80      44445     543267      12.22   11132.52
131.70/131.71	c   lex dual LP      :       0.00          0          0       0.00          -
131.70/131.71	c   barrier LP       :       0.00          0          0       0.00          -
131.70/131.71	c   diving/probing LP:       0.18        108      10093      93.45   56072.22
131.70/131.71	c   strong branching :       2.62       1217      70143      57.64   26772.14
131.70/131.71	c     (at root node) :          -         33      15208     460.85          -
131.70/131.71	c   conflict analysis:       0.00          0          0       0.00          -
131.70/131.71	c B&B Tree           :
131.70/131.71	c   number of runs   :          1
131.70/131.71	c   nodes            :     143093
131.70/131.71	c   nodes (total)    :     143093
131.70/131.71	c   nodes left       :          0
131.70/131.71	c   max depth        :        690
131.70/131.71	c   max depth (total):        690
131.70/131.71	c   backtracks       :       5833 (4.1%)
131.70/131.71	c   delayed cutoffs  :      12518
131.70/131.71	c   repropagations   :      40149 (1756427 domain reductions, 4390 cutoffs)
131.70/131.71	c   avg switch length:       3.79
131.70/131.71	c   switching time   :       8.57
131.70/131.71	c Solution           :
131.70/131.71	c   Solutions found  :        244 (146 improvements)
131.70/131.71	c   First Solution   : +3.94238000000000e+05   (in run 1, after 1 nodes, 0.03 seconds, depth 0, found by <trivial>)
131.70/131.71	c   Primal Bound     : +0.00000000000000e+00   (in run 1, after 143093 nodes, 123.87 seconds, depth 9, found by <relaxation>)
131.70/131.71	c   Dual Bound       : +0.00000000000000e+00
131.70/131.71	c   Gap              :       0.00 %
131.70/131.71	c   Root Dual Bound  : +0.00000000000000e+00
131.70/131.71	c   Root Iterations  :        373
131.70/131.73	c Time complete: 131.73.

Verifier Data

OK	0

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2700297-1278534644/watcher-2700297-1278534644 -o /tmp/evaluation-result-2700297-1278534644/solver-2700297-1278534644 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2700297-1278534644.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.10 3.06 2.25 3/178 18890
/proc/meminfo: memFree=28995368/32950928 swapFree=67111528/67111528
[pid=18890] ppid=18888 vsize=10848 CPUtime=0
/proc/18890/stat : 18890 (pbscip.linux.x8) R 18888 18890 18287 0 -1 4202496 1666 0 0 0 0 0 0 0 21 0 1 0 21676988 11108352 1586 4089446400 4194304 9819077 140737301911040 18446744073709551615 8656455 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/18890/statm: 2712 1586 392 1374 0 1333 0

[startup+0.106713 s]
/proc/loadavg: 2.10 3.06 2.25 3/178 18890
/proc/meminfo: memFree=28995368/32950928 swapFree=67111528/67111528
[pid=18890] ppid=18888 vsize=29192 CPUtime=0.09
/proc/18890/stat : 18890 (pbscip.linux.x8) R 18888 18890 18287 0 -1 4202496 7149 0 0 0 8 1 0 0 21 0 1 0 21676988 29892608 5853 4089446400 4194304 9819077 140737301911040 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18890/statm: 7298 5853 674 1374 0 5919 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 29192

[startup+0.200709 s]
/proc/loadavg: 2.10 3.06 2.25 3/178 18890
/proc/meminfo: memFree=28995368/32950928 swapFree=67111528/67111528
[pid=18890] ppid=18888 vsize=30660 CPUtime=0.19
/proc/18890/stat : 18890 (pbscip.linux.x8) R 18888 18890 18287 0 -1 4202496 10557 0 0 0 17 2 0 0 21 0 1 0 21676988 31395840 5964 4089446400 4194304 9819077 140737301911040 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18890/statm: 7665 5964 695 1374 0 6286 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 30660

[startup+0.300667 s]
/proc/loadavg: 2.10 3.06 2.25 3/178 18890
/proc/meminfo: memFree=28995368/32950928 swapFree=67111528/67111528
[pid=18890] ppid=18888 vsize=30660 CPUtime=0.29
/proc/18890/stat : 18890 (pbscip.linux.x8) R 18888 18890 18287 0 -1 4202496 11358 0 0 0 27 2 0 0 21 0 1 0 21676988 31395840 5965 4089446400 4194304 9819077 140737301911040 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18890/statm: 7665 5965 695 1374 0 6286 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30660

[startup+0.700593 s]
/proc/loadavg: 2.10 3.06 2.25 3/178 18890
/proc/meminfo: memFree=28995368/32950928 swapFree=67111528/67111528
[pid=18890] ppid=18888 vsize=30704 CPUtime=0.69
/proc/18890/stat : 18890 (pbscip.linux.x8) R 18888 18890 18287 0 -1 4202496 14627 0 0 0 65 4 0 0 22 0 1 0 21676988 31440896 5943 4089446400 4194304 9819077 140737301911040 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18890/statm: 7676 5944 695 1374 0 6297 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 30704

[startup+1.50043 s]
/proc/loadavg: 2.10 3.06 2.25 3/179 18891
/proc/meminfo: memFree=28972172/32950928 swapFree=67111528/67111528
[pid=18890] ppid=18888 vsize=30664 CPUtime=1.49
/proc/18890/stat : 18890 (pbscip.linux.x8) R 18888 18890 18287 0 -1 4202496 24188 0 0 0 143 6 0 0 25 0 1 0 21676988 31399936 5949 4089446400 4194304 9819077 140737301911040 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18890/statm: 7666 5949 695 1374 0 6287 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 30664

[startup+3.10114 s]
/proc/loadavg: 2.10 3.06 2.25 3/179 18891
/proc/meminfo: memFree=28968328/32950928 swapFree=67111528/67111528
[pid=18890] ppid=18888 vsize=34332 CPUtime=3.09
/proc/18890/stat : 18890 (pbscip.linux.x8) R 18888 18890 18287 0 -1 4202496 42786 0 0 0 293 16 0 0 25 0 1 0 21676988 35155968 7090 4089446400 4194304 9819077 140737301911040 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18890/statm: 8583 7090 704 1374 0 7204 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 34332

[startup+6.30052 s]
/proc/loadavg: 2.09 3.04 2.25 4/179 18891
/proc/meminfo: memFree=28960116/32950928 swapFree=67111528/67111528
[pid=18890] ppid=18888 vsize=40044 CPUtime=6.3
/proc/18890/stat : 18890 (pbscip.linux.x8) R 18888 18890 18287 0 -1 4202496 64399 0 0 0 595 35 0 0 25 0 1 0 21676988 41005056 8522 4089446400 4194304 9819077 140737301911040 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18890/statm: 10011 8522 704 1374 0 8632 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 40044

[startup+12.7003 s]
/proc/loadavg: 2.08 3.02 2.25 3/179 18892
/proc/meminfo: memFree=28939720/32950928 swapFree=67111528/67111528
[pid=18890] ppid=18888 vsize=52252 CPUtime=12.7
/proc/18890/stat : 18890 (pbscip.linux.x8) R 18888 18890 18287 0 -1 4202496 112689 0 0 0 1194 76 0 0 25 0 1 0 21676988 53506048 11551 4089446400 4194304 9819077 140737301911040 18446744073709551615 7816442 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18890/statm: 13063 11551 704 1374 0 11684 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 52252

[startup+25.5008 s]
/proc/loadavg: 2.06 2.97 2.24 3/179 18892
/proc/meminfo: memFree=28898824/32950928 swapFree=67111528/67111528
[pid=18890] ppid=18888 vsize=78468 CPUtime=25.5
/proc/18890/stat : 18890 (pbscip.linux.x8) R 18888 18890 18287 0 -1 4202496 173210 0 0 0 2401 149 0 0 25 0 1 0 21676988 80351232 18072 4089446400 4194304 9819077 140737301911040 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18890/statm: 19617 18072 704 1374 0 18238 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 78468

[startup+51.1009 s]
/proc/loadavg: 2.04 2.89 2.24 3/179 18893
/proc/meminfo: memFree=28825392/32950928 swapFree=67111528/67111528
[pid=18890] ppid=18888 vsize=125376 CPUtime=51.09
/proc/18890/stat : 18890 (pbscip.linux.x8) R 18888 18890 18287 0 -1 4202496 296566 0 0 0 4810 299 0 0 25 0 1 0 21676988 128385024 29300 4089446400 4194304 9819077 140737301911040 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18890/statm: 31344 29300 704 1374 0 29965 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 125376

[startup+102.301 s]
/proc/loadavg: 2.02 2.75 2.22 3/179 18894
/proc/meminfo: memFree=28729432/32950928 swapFree=67111528/67111528
[pid=18890] ppid=18888 vsize=164180 CPUtime=102.31
/proc/18890/stat : 18890 (pbscip.linux.x8) R 18888 18890 18287 0 -1 4202496 644880 0 0 0 9618 613 0 0 25 0 1 0 21676988 168120320 38032 4089446400 4194304 9819077 140737301911040 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18890/statm: 41045 38032 704 1374 0 39666 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 164180

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

[startup+102.407 s]
/proc/loadavg: 2.02 2.75 2.22 3/179 18894
/proc/meminfo: memFree=28729432/32950928 swapFree=67111528/67111528
[pid=18890] ppid=18888 vsize=164184 CPUtime=102.4
/proc/18890/stat : 18890 (pbscip.linux.x8) R 18888 18890 18287 0 -1 4202496 645317 0 0 0 9627 613 0 0 25 0 1 0 21676988 168124416 38031 4089446400 4194304 9819077 140737301911040 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18890/statm: 41046 38031 704 1374 0 39667 0
Current children cumulated CPU time (s) 102.4
Current children cumulated vsize (KiB) 164184

[startup+115.201 s]
/proc/loadavg: 2.01 2.72 2.22 3/179 18894
/proc/meminfo: memFree=28707588/32950928 swapFree=67111528/67111528
[pid=18890] ppid=18888 vsize=173976 CPUtime=115.2
/proc/18890/stat : 18890 (pbscip.linux.x8) R 18888 18890 18287 0 -1 4202496 721154 0 0 0 10839 681 0 0 25 0 1 0 21676988 178151424 40318 4089446400 4194304 9819077 140737301911040 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18890/statm: 43494 40318 704 1374 0 42115 0
Current children cumulated CPU time (s) 115.2
Current children cumulated vsize (KiB) 173976

[startup+121.6 s]
/proc/loadavg: 2.01 2.70 2.22 3/179 18894
/proc/meminfo: memFree=28695060/32950928 swapFree=67111528/67111528
[pid=18890] ppid=18888 vsize=181000 CPUtime=121.6
/proc/18890/stat : 18890 (pbscip.linux.x8) R 18888 18890 18287 0 -1 4202496 769852 0 0 0 11443 717 0 0 25 0 1 0 21676988 185344000 41861 4089446400 4194304 9819077 140737301911040 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18890/statm: 45250 41861 704 1374 0 43871 0
Current children cumulated CPU time (s) 121.6
Current children cumulated vsize (KiB) 181000

[startup+128.001 s]
/proc/loadavg: 2.01 2.69 2.22 3/179 18895
/proc/meminfo: memFree=28685876/32950928 swapFree=67111528/67111528
[pid=18890] ppid=18888 vsize=183564 CPUtime=128
/proc/18890/stat : 18890 (pbscip.linux.x8) R 18888 18890 18287 0 -1 4202496 830081 0 0 0 12040 760 0 0 25 0 1 0 21676988 187969536 42446 4089446400 4194304 9819077 140737301911040 18446744073709551615 6670352 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18890/statm: 45891 42447 705 1374 0 44512 0
Current children cumulated CPU time (s) 128
Current children cumulated vsize (KiB) 183564

[startup+129.601 s]
/proc/loadavg: 2.01 2.68 2.21 3/179 18895
/proc/meminfo: memFree=28683024/32950928 swapFree=67111528/67111528
[pid=18890] ppid=18888 vsize=184868 CPUtime=129.59
/proc/18890/stat : 18890 (pbscip.linux.x8) R 18888 18890 18287 0 -1 4202496 843025 0 0 0 12190 769 0 0 25 0 1 0 21676988 189304832 42635 4089446400 4194304 9819077 140737301911040 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18890/statm: 46217 42635 705 1374 0 44838 0
Current children cumulated CPU time (s) 129.59
Current children cumulated vsize (KiB) 184868

[startup+130.401 s]
/proc/loadavg: 2.01 2.68 2.21 3/179 18895
/proc/meminfo: memFree=28682404/32950928 swapFree=67111528/67111528
[pid=18890] ppid=18888 vsize=184892 CPUtime=130.4
/proc/18890/stat : 18890 (pbscip.linux.x8) R 18888 18890 18287 0 -1 4202496 850708 0 0 0 12266 774 0 0 25 0 1 0 21676988 189329408 42698 4089446400 4194304 9819077 140737301911040 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18890/statm: 46223 42698 705 1374 0 44844 0
Current children cumulated CPU time (s) 130.4
Current children cumulated vsize (KiB) 184892

[startup+131.2 s]
/proc/loadavg: 2.01 2.68 2.21 3/179 18895
/proc/meminfo: memFree=28680916/32950928 swapFree=67111528/67111528
[pid=18890] ppid=18888 vsize=185044 CPUtime=131.19
/proc/18890/stat : 18890 (pbscip.linux.x8) R 18888 18890 18287 0 -1 4202496 854996 0 0 0 12340 779 0 0 25 0 1 0 21676988 189485056 42723 4089446400 4194304 9819077 140737301911040 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18890/statm: 46261 42723 705 1374 0 44882 0
Current children cumulated CPU time (s) 131.19
Current children cumulated vsize (KiB) 185044

[startup+131.6 s]
/proc/loadavg: 2.01 2.68 2.21 3/179 18895
/proc/meminfo: memFree=28680916/32950928 swapFree=67111528/67111528
[pid=18890] ppid=18888 vsize=185084 CPUtime=131.6
/proc/18890/stat : 18890 (pbscip.linux.x8) R 18888 18890 18287 0 -1 4202496 858045 0 0 0 12378 782 0 0 25 0 1 0 21676988 189526016 42725 4089446400 4194304 9819077 140737301911040 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18890/statm: 46271 42725 705 1374 0 44892 0
Current children cumulated CPU time (s) 131.6
Current children cumulated vsize (KiB) 185084

[startup+131.7 s]
/proc/loadavg: 2.01 2.68 2.21 3/179 18895
/proc/meminfo: memFree=28680916/32950928 swapFree=67111528/67111528
[pid=18890] ppid=18888 vsize=185088 CPUtime=131.7
/proc/18890/stat : 18890 (pbscip.linux.x8) R 18888 18890 18287 0 -1 4202496 858747 0 0 0 12387 783 0 0 25 0 1 0 21676988 189530112 42730 4089446400 4194304 9819077 140737301911040 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18890/statm: 46272 42730 705 1374 0 44893 0
Current children cumulated CPU time (s) 131.7
Current children cumulated vsize (KiB) 185088

Child status: 0
Real time (s): 131.736
CPU time (s): 131.741
CPU user time (s): 123.901
CPU system time (s): 7.83981
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 192640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 123.901
system time used= 7.83981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 858820
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= 226

runsolver used 0.218966 second user time and 0.409937 second system time

The end

Launcher Data

Begin job on node148 at 2010-07-07 22:30:44
IDJOB=2700297
IDBENCH=79416
IDSOLVER=1205
FILE ID=node148/2700297-1278534644
PBS_JOBID= 11239181
Free space on /tmp= 73720 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solver
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/wcsp/jnh/normalized-jnh209_wcsp.wbo
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.clp -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2700297-1278534644/watcher-2700297-1278534644 -o /tmp/evaluation-result-2700297-1278534644/solver-2700297-1278534644 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2700297-1278534644.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 9631dbe60bb4b54b94c0583eca7044d2
RANDOM SEED=1402057638

node148.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.825
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.65
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.825
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.825
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.82
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.825
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.77
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.825
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.82
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.825
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.75
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.825
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.83
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.825
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      28996268 kB
Buffers:        139420 kB
Cached:        2692536 kB
SwapCached:          0 kB
Active:        1912508 kB
Inactive:      1885656 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      28996268 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            6248 kB
Writeback:           0 kB
AnonPages:      965764 kB
Mapped:          16972 kB
Slab:            91044 kB
PageTables:       6624 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1114180 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= 73712 MiB
End job on node148 at 2010-07-07 22:32:56