Trace number 2700201

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 192.238 192.231

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/jnh/
normalized-jnh06_wcsp.wbo
MD5SUM6d863641d8b2b772fe5ea25b86285712
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark99
Best CPU time to get the best result obtained on this benchmark1.02084
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 constraints950
Number of soft constraints850
Number of constraints which are clauses850
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 420926
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 420925
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-2700201-1278534378.wbo>
0.00/0.01	c original problem has 1900 variables (1050 bin, 0 int, 0 impl, 850 cont) and 1801 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, 1050 impls, 0 clqs
0.00/0.03	c (round 2) 100 del vars, 101 del conss, 850 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 1050 impls, 0 clqs
0.00/0.06	c    (0.0s) probing: 101/950 (10.6%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.06	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.00/0.06	c presolving (3 rounds):
0.00/0.06	c  100 deleted vars, 101 deleted constraints, 850 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.06	c  1050 implications, 0 cliques
0.00/0.06	c presolved problem has 1800 variables (950 bin, 0 int, 0 impl, 850 cont) and 1700 constraints
0.00/0.06	c     850 constraints of type <indicator>
0.00/0.06	c     850 constraints of type <linear>
0.00/0.06	c transformed objective value is always integral (scale: 1)
0.00/0.06	c Presolving Time: 0.03
0.00/0.06	c - non default parameters ----------------------------------------------------------------------
0.00/0.06	c # SCIP version 1.2.1.2
0.00/0.06	c 
0.00/0.06	c # frequency for displaying node information lines
0.00/0.06	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.06	c display/freq = 10000
0.00/0.06	c 
0.00/0.06	c # maximal time in seconds to run
0.00/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.06	c limits/time = 1799.99
0.00/0.06	c 
0.00/0.06	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.06	c limits/memory = 3420
0.00/0.06	c 
0.00/0.06	c # should presolving try to simplify inequalities
0.00/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.06	c constraints/linear/simplifyinequalities = TRUE
0.00/0.06	c 
0.00/0.06	c # should presolving try to simplify knapsacks
0.00/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.06	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.06	c 
0.00/0.06	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.06	c separating/rapidlearning/freq = 0
0.00/0.06	c 
0.00/0.06	c -----------------------------------------------------------------------------------------------
0.00/0.06	c start solving
0.00/0.06	c 
0.00/0.06	o 420925
0.00/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.00/0.06	c t 0.0s|     1 |     0 |     0 |     - |6130k|   0 |   - |1800 |1700 |   0 |   0 |   0 |   0 |   0 |      --      | 4.209250e+05 |    Inf 
0.00/0.06	c   0.0s|     1 |     0 |     0 |     - |6528k|   0 |   0 |1800 |1700 |1800 |   0 |   0 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.00/0.06	c   0.0s|     1 |     0 |    47 |     - |6570k|   0 |   7 |1800 |1700 |1800 |  73 |  73 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.06/0.07	c   0.1s|     1 |     0 |   142 |     - |6625k|   0 |  59 |1800 |1700 |1800 | 113 | 113 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.06/0.08	c   0.1s|     1 |     0 |   210 |     - |6851k|   0 |  61 |1800 |1700 |1800 | 161 | 161 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.09/0.10	c   0.1s|     1 |     0 |   303 |     - |6905k|   0 |  58 |1800 |1700 |1800 | 173 | 173 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.09/0.12	c   0.1s|     1 |     0 |   328 |     - |6938k|   0 |  52 |1800 |1700 |1800 | 183 | 183 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.09/0.13	c   0.1s|     1 |     0 |   329 |     - |6963k|   0 |  52 |1800 |1700 |1800 | 184 | 184 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.29/0.32	c   0.3s|     1 |     2 |   507 |     - |6991k|   0 |  52 |1800 |1700 |1800 | 184 | 184 |   0 |  33 | 0.000000e+00 | 4.209250e+05 |    Inf 
1.49/1.57	o 7333
1.49/1.57	c * 1.4s|  1060 |   925 |  2149 |   1.7 |8618k| 823 |   - |1800 |1710 |1800 | 270 | 338 |  10 | 434 | 0.000000e+00 | 7.333000e+03 |    Inf 
8.09/8.16	c   7.7s| 10000 |  9741 | 18648 |   1.8 |  19M| 823 |   0 |1800 |2079 |1800 | 199 |2168 | 379 | 738 | 0.000000e+00 | 7.333000e+03 |    Inf 
8.80/8.80	o 7148
8.80/8.80	c * 8.3s| 10851 | 10384 | 20211 |   1.8 |  20M| 823 |   - |1800 |2472 |1800 | 224 |2373 | 772 | 742 | 0.000000e+00 | 7.148000e+03 |    Inf 
8.80/8.83	o 7047
8.80/8.83	c * 8.3s| 10889 | 10375 | 20323 |   1.8 |  20M| 823 |   - |1800 |2472 |1800 | 216 |2374 | 772 | 742 | 0.000000e+00 | 7.047000e+03 |    Inf 
8.99/9.00	o 6930
8.99/9.00	c * 8.4s| 11088 | 10466 | 20749 |   1.8 |  21M| 823 |   - |1800 |2618 |1800 | 217 |2435 | 918 | 742 | 0.000000e+00 | 6.930000e+03 |    Inf 
8.99/9.00	o 6475
8.99/9.00	c * 8.5s| 11089 | 10259 | 20765 |   1.8 |  20M| 823 |   - |1800 |2618 |1800 | 217 |2435 | 918 | 742 | 0.000000e+00 | 6.475000e+03 |    Inf 
8.99/9.03	o 6434
8.99/9.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
8.99/9.03	c * 8.5s| 11124 | 10256 | 20866 |   1.8 |  20M| 823 |   - |1800 |2654 |1800 | 218 |2439 | 954 | 742 | 0.000000e+00 | 6.434000e+03 |    Inf 
9.39/9.48	o 6302
9.39/9.48	c * 8.9s| 11747 | 10667 | 21562 |   1.8 |  21M| 823 |   - |1800 |2992 |1800 | 204 |2516 |1292 | 742 | 0.000000e+00 | 6.302000e+03 |    Inf 
9.39/9.48	o 6262
9.39/9.48	c * 8.9s| 11748 | 10636 | 21589 |   1.8 |  21M| 823 |   - |1800 |2992 |1800 | 204 |2516 |1292 | 742 | 0.000000e+00 | 6.262000e+03 |    Inf 
13.40/13.49	o 6181
13.40/13.49	c *12.7s| 16882 | 14936 | 30910 |   1.8 |  28M| 823 |   - |1800 |4959 |1800 | 221 |3676 |3922 | 763 | 0.000000e+00 | 6.181000e+03 |    Inf 
13.49/13.50	o 6071
13.49/13.50	c *12.7s| 16889 | 14836 | 30941 |   1.8 |  28M| 823 |   - |1800 |4958 |1800 | 221 |3676 |3922 | 763 | 0.000000e+00 | 6.071000e+03 |    Inf 
13.49/13.51	o 6051
13.49/13.51	c *12.7s| 16890 | 14816 | 30950 |   1.8 |  28M| 823 |   - |1800 |4958 |1800 | 221 |3676 |3922 | 763 | 0.000000e+00 | 6.051000e+03 |    Inf 
15.79/15.84	c  14.8s| 20000 | 17466 | 35689 |   1.8 |  32M| 823 |   0 |1800 |4633 |1800 | 208 |4164 |5656 | 767 | 0.000000e+00 | 6.051000e+03 |    Inf 
18.29/18.31	o 5927
18.29/18.31	c *17.2s| 23082 | 19839 | 43104 |   1.9 |  35M| 823 |   - |1800 |4480 |1800 | 246 |4839 |7337 | 773 | 0.000000e+00 | 5.927000e+03 |    Inf 
18.29/18.32	o 5909
18.29/18.32	c *17.2s| 23083 | 19811 | 43136 |   1.9 |  35M| 823 |   - |1800 |4479 |1800 | 246 |4839 |7337 | 773 | 0.000000e+00 | 5.909000e+03 |    Inf 
18.39/18.49	o 5679
18.39/18.49	c *17.3s| 23291 | 19485 | 43643 |   1.9 |  35M| 823 |   - |1800 |4524 |1800 | 268 |4885 |7472 | 773 | 0.000000e+00 | 5.679000e+03 |    Inf 
18.49/18.52	o 5446
18.49/18.52	c *17.4s| 23341 | 18972 | 43661 |   1.9 |  33M| 823 |   - |1800 |4544 |1800 | 268 |4885 |7492 | 773 | 0.000000e+00 | 5.446000e+03 |    Inf 
21.59/21.69	o 5377
21.59/21.69	c *20.3s| 27525 | 22353 | 49898 |   1.8 |  38M| 823 |   - |1800 |4971 |1800 | 223 |5651 |9831 | 776 | 0.000000e+00 | 5.377000e+03 |    Inf 
21.59/21.69	o 5307
21.59/21.69	c *20.3s| 27526 | 22173 | 49898 |   1.8 |  38M| 823 |   - |1800 |4971 |1800 | 223 |5651 |9831 | 776 | 0.000000e+00 | 5.307000e+03 |    Inf 
21.69/21.79	o 5284
21.69/21.79	c *20.4s| 27654 | 22200 | 50254 |   1.8 |  38M| 823 |   - |1800 |4954 |1800 | 216 |5676 |9868 | 776 | 0.000000e+00 | 5.284000e+03 |    Inf 
21.69/21.79	o 5249
21.69/21.79	c *20.4s| 27655 | 22072 | 50256 |   1.8 |  37M| 823 |   - |1800 |4954 |1800 | 216 |5676 |9868 | 776 | 0.000000e+00 | 5.249000e+03 |    Inf 
23.49/23.59	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
23.49/23.59	c  22.1s| 30000 | 24065 | 54093 |   1.8 |  40M| 823 |   0 |1800 |5081 |1800 | 229 |6081 |  11k| 776 | 0.000000e+00 | 5.249000e+03 |    Inf 
26.40/26.42	o 5169
26.40/26.42	c *24.8s| 33785 | 27082 | 59979 |   1.8 |  44M| 823 |   - |1800 |4665 |1800 | 219 |6757 |  12k| 776 | 0.000000e+00 | 5.169000e+03 |    Inf 
26.40/26.42	o 5043
26.40/26.42	c *24.8s| 33786 | 26558 | 59981 |   1.8 |  43M| 823 |   - |1800 |4665 |1800 | 219 |6757 |  12k| 776 | 0.000000e+00 | 5.043000e+03 |    Inf 
27.59/27.68	o 4997
27.59/27.68	c *25.9s| 35311 | 27676 | 63343 |   1.8 |  45M| 823 |   - |1800 |4558 |1800 | 204 |7167 |  13k| 778 | 0.000000e+00 | 4.997000e+03 |    Inf 
27.59/27.68	o 4794
27.59/27.68	c *25.9s| 35312 | 26817 | 63345 |   1.8 |  44M| 823 |   - |1800 |4558 |1800 | 204 |7167 |  13k| 778 | 0.000000e+00 | 4.794000e+03 |    Inf 
28.70/28.78	o 4692
28.70/28.78	c *26.9s| 36579 | 27442 | 66408 |   1.8 |  45M| 823 |   - |1800 |4806 |1800 | 205 |7565 |  14k| 780 | 0.000000e+00 | 4.692000e+03 |    Inf 
31.49/31.60	c  29.6s| 40000 | 30171 | 73292 |   1.8 |  49M| 823 |   0 |1800 |4753 |1800 | 197 |8332 |  16k| 782 | 0.000000e+00 | 4.692000e+03 |    Inf 
31.59/31.65	o 4666
31.59/31.65	c *29.6s| 40067 | 30095 | 73407 |   1.8 |  49M| 823 |   - |1800 |4708 |1800 | 217 |8339 |  16k| 782 | 0.000000e+00 | 4.666000e+03 |    Inf 
31.90/31.97	o 4463
31.90/31.97	c *29.9s| 40443 | 29447 | 74402 |   1.8 |  48M| 823 |   - |1800 |4799 |1800 | 215 |8445 |  16k| 782 | 0.000000e+00 | 4.463000e+03 |    Inf 
31.90/31.98	o 4447
31.90/31.98	c *29.9s| 40444 | 29354 | 74406 |   1.8 |  48M| 823 |   - |1800 |4799 |1800 | 215 |8445 |  16k| 782 | 0.000000e+00 | 4.447000e+03 |    Inf 
34.30/34.33	o 4415
34.30/34.33	c *32.2s| 43241 | 31524 | 81793 |   1.9 |  51M| 823 |   - |1800 |4677 |1800 | 212 |9247 |  18k| 785 | 0.000000e+00 | 4.415000e+03 |    Inf 
34.30/34.34	o 4398
34.30/34.34	c *32.2s| 43242 | 31419 | 81798 |   1.9 |  51M| 823 |   - |1800 |4677 |1800 | 212 |9247 |  18k| 785 | 0.000000e+00 | 4.398000e+03 |    Inf 
39.60/39.67	c  37.2s| 50000 | 37096 | 95701 |   1.9 |  60M| 823 |   0 |1800 |5315 |1800 | 199 |  10k|  22k| 785 | 0.000000e+00 | 4.398000e+03 |    Inf 
39.70/39.74	o 4383
39.70/39.74	c *37.2s| 50082 | 37080 | 95873 |   1.9 |  60M| 823 |   - |1800 |5347 |1800 | 213 |  10k|  22k| 785 | 0.000000e+00 | 4.383000e+03 |    Inf 
39.70/39.74	o 4274
39.70/39.74	c *37.2s| 50083 | 36329 | 95875 |   1.9 |  58M| 823 |   - |1800 |5347 |1800 | 213 |  10k|  22k| 785 | 0.000000e+00 | 4.274000e+03 |    Inf 
41.09/41.10	o 4198
41.09/41.10	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
41.09/41.10	c *38.5s| 51699 | 37139 | 99135 |   1.9 |  60M| 823 |   - |1800 |5180 |1800 | 217 |  11k|  22k| 785 | 0.000000e+00 | 4.198000e+03 |    Inf 
41.09/41.10	o 4036
41.09/41.10	c *38.5s| 51703 | 35994 | 99153 |   1.9 |  57M| 823 |   - |1800 |5187 |1800 | 217 |  11k|  22k| 785 | 0.000000e+00 | 4.036000e+03 |    Inf 
46.00/46.04	o 3814
46.00/46.04	c *43.2s| 57418 | 38714 |112984 |   2.0 |  62M| 823 |   - |1800 |4996 |1800 | 202 |  12k|  25k| 788 | 0.000000e+00 | 3.814000e+03 |    Inf 
47.10/47.11	o 3764
47.10/47.11	c *44.1s| 58587 | 39186 |116225 |   2.0 |  62M| 823 |   - |1800 |4517 |1800 | 212 |  13k|  26k| 788 | 0.000000e+00 | 3.764000e+03 |    Inf 
47.10/47.11	o 3739
47.10/47.11	c *44.1s| 58588 | 38910 |116225 |   2.0 |  62M| 823 |   - |1800 |4517 |1800 | 212 |  13k|  26k| 788 | 0.000000e+00 | 3.739000e+03 |    Inf 
47.20/47.25	o 3711
47.20/47.25	c *44.3s| 58740 | 38786 |116798 |   2.0 |  61M| 823 |   - |1800 |4503 |1800 | 205 |  13k|  26k| 788 | 0.000000e+00 | 3.711000e+03 |    Inf 
48.19/48.24	c  45.2s| 60000 | 39856 |118840 |   2.0 |  63M| 823 |   0 |1800 |4505 |1800 | 189 |  13k|  26k| 788 | 0.000000e+00 | 3.711000e+03 |    Inf 
56.99/57.05	c  53.5s| 70000 | 47801 |143913 |   2.1 |  77M| 823 |   0 |1800 |4639 |1800 | 192 |  16k|  32k| 844 | 0.000000e+00 | 3.711000e+03 |    Inf 
58.49/58.50	o 3641
58.49/58.50	c *54.8s| 71600 | 48334 |148748 |   2.1 |  78M| 823 |   - |1800 |5040 |1800 | 222 |  17k|  33k| 845 | 0.000000e+00 | 3.641000e+03 |    Inf 
58.49/58.50	o 3594
58.49/58.50	c *54.8s| 71601 | 47825 |148755 |   2.1 |  76M| 823 |   - |1800 |5040 |1800 | 222 |  17k|  33k| 845 | 0.000000e+00 | 3.594000e+03 |    Inf 
60.29/60.34	o 3572
60.29/60.34	c *56.5s| 73661 | 49260 |154539 |   2.1 |  79M| 823 |   - |1800 |5277 |1800 | 202 |  17k|  34k| 873 | 0.000000e+00 | 3.572000e+03 |    Inf 
60.29/60.34	o 3485
60.29/60.34	c *56.5s| 73662 | 48222 |154541 |   2.1 |  77M| 823 |   - |1800 |5277 |1800 | 202 |  17k|  34k| 873 | 0.000000e+00 | 3.485000e+03 |    Inf 
60.29/60.40	o 3306
60.29/60.40	c *56.6s| 73731 | 45958 |154675 |   2.1 |  72M| 823 |   - |1800 |5292 |1800 | 208 |  17k|  34k| 873 | 0.000000e+00 | 3.306000e+03 |    Inf 
60.50/60.58	o 3275
60.50/60.58	c *56.8s| 73942 | 45693 |154972 |   2.1 |  72M| 823 |   - |1800 |5351 |1800 | 203 |  17k|  34k| 873 | 0.000000e+00 | 3.275000e+03 |    Inf 
61.60/61.69	o 3239
61.60/61.69	c *57.8s| 75218 | 46277 |157935 |   2.1 |  73M| 823 |   - |1800 |5224 |1800 | 199 |  18k|  35k| 889 | 0.000000e+00 | 3.239000e+03 |    Inf 
61.60/61.69	o 3148
61.60/61.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
61.60/61.69	c *57.8s| 75219 | 45126 |157940 |   2.1 |  70M| 823 |   - |1800 |5224 |1800 | 199 |  18k|  35k| 889 | 0.000000e+00 | 3.148000e+03 |    Inf 
65.90/65.93	c  61.8s| 80000 | 48893 |170032 |   2.1 |  77M| 823 |   0 |1800 |4812 |1800 | 207 |  19k|  37k| 942 | 0.000000e+00 | 3.148000e+03 |    Inf 
67.19/67.21	o 3141
67.19/67.21	c *63.0s| 81468 | 50010 |173910 |   2.1 |  79M| 823 |   - |1800 |4626 |1800 | 215 |  20k|  38k| 950 | 0.000000e+00 | 3.141000e+03 |    Inf 
67.19/67.21	o 3133
67.19/67.21	c *63.0s| 81470 | 49923 |173915 |   2.1 |  79M| 823 |   - |1800 |4626 |1800 | 215 |  20k|  38k| 950 | 0.000000e+00 | 3.133000e+03 |    Inf 
67.19/67.22	o 3090
67.19/67.22	c *63.0s| 81471 | 49389 |173915 |   2.1 |  77M| 823 |   - |1800 |4626 |1800 | 215 |  20k|  38k| 950 | 0.000000e+00 | 3.090000e+03 |    Inf 
75.20/75.21	c  70.5s| 90000 | 56061 |199943 |   2.2 |  90M| 823 |   0 |1800 |4633 |1800 | 203 |  23k|  42k|1067 | 0.000000e+00 | 3.090000e+03 |    Inf 
76.80/76.85	o 2884
76.80/76.85	c *72.0s| 91834 | 54225 |204507 |   2.2 |  86M| 823 |   - |1800 |4720 |1800 | 213 |  23k|  43k|1069 | 0.000000e+00 | 2.884000e+03 |    Inf 
76.80/76.86	o 2800
76.80/76.86	c *72.0s| 91835 | 52798 |204512 |   2.2 |  84M| 823 |   - |1800 |4720 |1800 | 213 |  23k|  43k|1069 | 0.000000e+00 | 2.800000e+03 |    Inf 
82.59/82.68	o 2764
82.59/82.68	c *77.5s| 98094 | 56976 |221950 |   2.3 |  92M| 823 |   - |1800 |4813 |1800 | 212 |  25k|  46k|1128 | 0.000000e+00 | 2.764000e+03 |    Inf 
84.39/84.47	o 2757
84.39/84.47	c *79.2s| 99854 | 58198 |228283 |   2.3 |  95M| 823 |   - |1800 |4795 |1800 | 219 |  26k|  47k|1154 | 0.000000e+00 | 2.757000e+03 |    Inf 
84.60/84.62	c  79.3s|100000 | 58310 |228943 |   2.3 |  95M| 823 |   0 |1800 |4807 |1800 | 210 |  26k|  47k|1157 | 0.000000e+00 | 2.757000e+03 |    Inf 
85.29/85.33	o 2749
85.29/85.33	c *80.0s|100764 | 58771 |231130 |   2.3 |  96M| 823 |   - |1800 |4885 |1800 | 214 |  27k|  48k|1165 | 0.000000e+00 | 2.749000e+03 |    Inf 
85.29/85.33	o 2732
85.29/85.33	c *80.0s|100765 | 58402 |231136 |   2.3 |  95M| 823 |   - |1800 |4885 |1800 | 214 |  27k|  48k|1165 | 0.000000e+00 | 2.732000e+03 |    Inf 
88.01/88.00	o 2669
88.01/88.00	c *82.5s|103565 | 59112 |239778 |   2.3 |  97M| 823 |   - |1800 |4873 |1800 | 223 |  28k|  49k|1192 | 0.000000e+00 | 2.669000e+03 |    Inf 
90.30/90.34	o 2634
90.30/90.34	c *84.7s|105944 | 60204 |247127 |   2.3 |  99M| 823 |   - |1800 |4800 |1800 | 206 |  29k|  50k|1213 | 0.000000e+00 | 2.634000e+03 |    Inf 
94.29/94.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
94.29/94.30	c  88.4s|110000 | 63247 |259015 |   2.4 | 105M| 823 |   0 |1800 |4627 |1800 | 205 |  30k|  52k|1252 | 0.000000e+00 | 2.634000e+03 |    Inf 
103.40/103.49	c  97.0s|120000 | 70931 |284306 |   2.4 | 121M| 823 |   9 |1800 |5245 |1800 | 202 |  34k|  58k|1364 | 0.000000e+00 | 2.634000e+03 |    Inf 
105.30/105.36	o 2607
105.30/105.36	c *98.8s|122024 | 71805 |289548 |   2.4 | 123M| 823 |   - |1800 |5223 |1800 | 205 |  34k|  58k|1390 | 0.000000e+00 | 2.607000e+03 |    Inf 
105.30/105.38	o 2596
105.30/105.38	c *98.8s|122039 | 71545 |289616 |   2.4 | 122M| 823 |   - |1800 |5233 |1800 | 209 |  34k|  58k|1390 | 0.000000e+00 | 2.596000e+03 |    Inf 
105.30/105.38	o 2509
105.30/105.38	c *98.8s|122040 | 69338 |289617 |   2.4 | 118M| 823 |   - |1800 |5233 |1800 | 209 |  34k|  58k|1390 | 0.000000e+00 | 2.509000e+03 |    Inf 
107.59/107.60	o 2507
107.59/107.60	c * 101s|124436 | 71197 |295701 |   2.4 | 122M| 823 |   - |1800 |5648 |1800 | 217 |  35k|  60k|1425 | 0.000000e+00 | 2.507000e+03 |    Inf 
107.59/107.61	o 2464
107.59/107.61	c * 101s|124437 | 70166 |295702 |   2.4 | 120M| 823 |   - |1800 |5648 |1800 | 217 |  35k|  60k|1425 | 0.000000e+00 | 2.464000e+03 |    Inf 
112.89/112.94	c   106s|130000 | 74448 |312162 |   2.4 | 129M| 823 |   0 |1800 |5560 |1800 | 211 |  37k|  63k|1496 | 0.000000e+00 | 2.464000e+03 |    Inf 
117.29/117.36	o 2455
117.29/117.36	c * 110s|134586 | 77566 |326694 |   2.4 | 136M| 823 |   - |1800 |5097 |1800 | 201 |  39k|  65k|1562 | 0.000000e+00 | 2.455000e+03 |    Inf 
117.29/117.37	o 2438
117.29/117.37	c * 110s|134587 | 77092 |326698 |   2.4 | 135M| 823 |   - |1800 |5097 |1800 | 201 |  39k|  65k|1562 | 0.000000e+00 | 2.438000e+03 |    Inf 
117.39/117.44	o 2429
117.39/117.44	c * 110s|134681 | 76973 |326999 |   2.4 | 135M| 823 |   - |1800 |5082 |1800 | 199 |  39k|  65k|1562 | 0.000000e+00 | 2.429000e+03 |    Inf 
117.39/117.45	o 2413
117.39/117.45	c * 110s|134683 | 76555 |327008 |   2.4 | 134M| 823 |   - |1800 |5082 |1800 | 199 |  39k|  65k|1562 | 0.000000e+00 | 2.413000e+03 |    Inf 
117.39/117.45	o 2396
117.39/117.45	c * 110s|134684 | 76091 |327012 |   2.4 | 134M| 823 |   - |1800 |5082 |1800 | 199 |  39k|  65k|1562 | 0.000000e+00 | 2.396000e+03 |    Inf 
122.70/122.71	c   115s|140000 | 80089 |344203 |   2.5 | 143M| 823 |   0 |1800 |5629 |1800 | 229 |  41k|  68k|1620 | 0.000000e+00 | 2.396000e+03 |    Inf 
128.19/128.20	o 2376
128.19/128.20	c * 120s|145653 | 83625 |361059 |   2.5 | 151M| 823 |   - |1800 |4755 |1800 | 211 |  43k|  71k|1706 | 0.000000e+00 | 2.376000e+03 |    Inf 
130.99/131.04	o 2373
130.99/131.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
130.99/131.04	c * 123s|148396 | 85520 |371285 |   2.5 | 156M| 823 |   - |1800 |4760 |1800 | 205 |  44k|  73k|1738 | 0.000000e+00 | 2.373000e+03 |    Inf 
130.99/131.04	o 2356
130.99/131.04	c * 123s|148397 | 84979 |371290 |   2.5 | 155M| 823 |   - |1800 |4760 |1800 | 205 |  44k|  73k|1738 | 0.000000e+00 | 2.356000e+03 |    Inf 
130.99/131.09	o 2292
130.99/131.09	c * 123s|148429 | 82826 |371554 |   2.5 | 151M| 823 |   - |1800 |4753 |1800 | 212 |  44k|  73k|1738 | 0.000000e+00 | 2.292000e+03 |    Inf 
130.99/131.09	o 2275
130.99/131.09	c * 123s|148430 | 82310 |371557 |   2.5 | 150M| 823 |   - |1800 |4753 |1800 | 212 |  44k|  73k|1738 | 0.000000e+00 | 2.275000e+03 |    Inf 
131.20/131.23	o 2251
131.20/131.23	c * 123s|148578 | 81727 |372044 |   2.5 | 149M| 823 |   - |1800 |4778 |1800 | 212 |  45k|  73k|1740 | 0.000000e+00 | 2.251000e+03 |    Inf 
131.20/131.23	o 2234
131.20/131.23	c * 123s|148579 | 81059 |372046 |   2.5 | 148M| 823 |   - |1800 |4778 |1800 | 212 |  45k|  73k|1740 | 0.000000e+00 | 2.234000e+03 |    Inf 
132.80/132.80	c   124s|150000 | 82040 |377468 |   2.5 | 150M| 823 |   0 |1800 |4671 |1800 | 215 |  45k|  74k|1760 | 0.000000e+00 | 2.234000e+03 |    Inf 
133.60/133.67	o 2183
133.60/133.67	c * 125s|150850 | 80887 |380511 |   2.5 | 149M| 823 |   - |1800 |4691 |1800 | 220 |  46k|  74k|1764 | 0.000000e+00 | 2.183000e+03 |    Inf 
139.60/139.69	o 2168
139.60/139.69	c * 131s|156995 | 84822 |398612 |   2.5 | 158M| 823 |   - |1800 |5078 |1800 | 222 |  48k|  78k|1810 | 0.000000e+00 | 2.168000e+03 |    Inf 
143.00/143.01	c   134s|160000 | 86791 |410687 |   2.6 | 163M| 823 |   0 |1800 |4635 |1800 | 194 |  50k|  80k|1869 | 0.000000e+00 | 2.168000e+03 |    Inf 
146.89/146.92	o 2150
146.89/146.92	c * 138s|163772 | 88689 |424050 |   2.6 | 169M| 823 |   - |1800 |4657 |1800 | 211 |  51k|  81k|1901 | 0.000000e+00 | 2.150000e+03 |    Inf 
151.60/151.64	o 2060
151.60/151.64	c * 142s|168564 | 88368 |439873 |   2.6 | 168M| 823 |   - |1800 |4829 |1800 | 210 |  53k|  84k|1960 | 0.000000e+00 | 2.060000e+03 |    Inf 
152.80/152.86	o 2018
152.80/152.86	c * 143s|169740 | 87435 |444076 |   2.6 | 167M| 823 |   - |1800 |4521 |1800 | 216 |  54k|  85k|1974 | 0.000000e+00 | 2.018000e+03 |    Inf 
152.80/152.86	o 2001
152.80/152.86	c * 143s|169741 | 86692 |444083 |   2.6 | 165M| 823 |   - |1800 |4521 |1800 | 216 |  54k|  85k|1974 | 0.000000e+00 | 2.001000e+03 |    Inf 
153.09/153.13	c   144s|170000 | 86894 |445473 |   2.6 | 166M| 823 |   0 |1800 |4474 |1800 | 195 |  54k|  85k|1978 | 0.000000e+00 | 2.001000e+03 |    Inf 
153.70/153.73	o 1909
153.70/153.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
153.70/153.73	c * 144s|170473 | 83315 |448636 |   2.6 | 158M| 823 |   - |1800 |4430 |1800 | 232 |  54k|  85k|1982 | 0.000000e+00 | 1.909000e+03 |    Inf 
153.70/153.74	o 1842
153.70/153.74	c * 144s|170474 | 80258 |448661 |   2.6 | 152M| 823 |   - |1800 |4430 |1800 | 232 |  54k|  85k|1982 | 0.000000e+00 | 1.842000e+03 |    Inf 
153.79/153.80	o 1821
153.79/153.80	c * 144s|170511 | 79258 |449028 |   2.6 | 150M| 823 |   - |1800 |4447 |1800 | 252 |  54k|  85k|1982 | 0.000000e+00 | 1.821000e+03 |    Inf 
153.79/153.82	o 1710
153.79/153.82	c * 144s|170512 | 73886 |449033 |   2.6 | 137M| 823 |   - |1800 |4447 |1800 | 252 |  54k|  85k|1982 | 0.000000e+00 | 1.710000e+03 |    Inf 
153.79/153.84	o 1705
153.79/153.84	c * 144s|170520 | 73698 |449272 |   2.6 | 137M| 823 |   - |1800 |4450 |1800 | 232 |  54k|  85k|1982 | 0.000000e+00 | 1.705000e+03 |    Inf 
164.00/164.05	o 1680
164.00/164.05	c * 154s|179667 | 78362 |488317 |   2.7 | 151M| 823 |   - |1800 |4688 |1800 | 224 |  59k|  91k|2105 | 0.000000e+00 | 1.680000e+03 |    Inf 
164.00/164.06	o 1621
164.00/164.06	c * 154s|179668 | 75259 |488324 |   2.7 | 144M| 823 |   - |1800 |4688 |1800 | 224 |  59k|  91k|2105 | 0.000000e+00 | 1.621000e+03 |    Inf 
164.39/164.40	c   154s|180000 | 75526 |489395 |   2.7 | 144M| 823 |   - |1800 |4709 |   0 |   0 |  59k|  91k|2108 | 0.000000e+00 | 1.621000e+03 |    Inf 
165.00/165.03	o 1605
165.00/165.03	c * 155s|180611 | 74936 |491272 |   2.7 | 142M| 823 |   - |1800 |4665 |1800 | 206 |  59k|  91k|2110 | 0.000000e+00 | 1.605000e+03 |    Inf 
165.00/165.04	o 1588
165.00/165.04	c * 155s|180612 | 74073 |491275 |   2.7 | 140M| 823 |   - |1800 |4665 |1800 | 206 |  59k|  91k|2110 | 0.000000e+00 | 1.588000e+03 |    Inf 
165.00/165.07	o 1560
165.00/165.07	c * 155s|180628 | 72668 |491408 |   2.7 | 137M| 823 |   - |1800 |4668 |1800 | 217 |  59k|  91k|2110 | 0.000000e+00 | 1.560000e+03 |    Inf 
165.00/165.07	o 1540
165.00/165.07	c * 155s|180629 | 71721 |491417 |   2.7 | 134M| 823 |   - |1800 |4668 |1800 | 217 |  59k|  91k|2110 | 0.000000e+00 | 1.540000e+03 |    Inf 
166.30/166.38	o 1500
166.30/166.38	c * 156s|181747 | 70449 |496305 |   2.7 | 131M| 823 |   - |1800 |4661 |1800 | 201 |  60k|  92k|2129 | 0.000000e+00 | 1.500000e+03 |    Inf 
166.30/166.38	o 1483
166.30/166.38	c * 156s|181748 | 69719 |496309 |   2.7 | 129M| 823 |   - |1800 |4661 |1800 | 201 |  60k|  92k|2129 | 0.000000e+00 | 1.483000e+03 |    Inf 
169.10/169.11	o 1390
169.10/169.11	c * 159s|183885 | 66436 |510349 |   2.8 | 124M| 823 |   - |1800 |4532 |1800 | 202 |  62k|  94k|2188 | 0.000000e+00 | 1.390000e+03 |    Inf 
169.10/169.12	o 1306
169.10/169.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
169.10/169.12	c * 159s|183886 | 61844 |510353 |   2.8 | 114M| 823 |   - |1800 |4532 |1800 | 202 |  62k|  94k|2188 | 0.000000e+00 | 1.306000e+03 |    Inf 
169.19/169.20	o 1270
169.19/169.20	c * 159s|183940 | 60261 |510771 |   2.8 | 110M| 823 |   - |1800 |4535 |1800 | 212 |  62k|  94k|2188 | 0.000000e+00 | 1.270000e+03 |    Inf 
169.19/169.20	o 1259
169.19/169.20	c * 159s|183941 | 59741 |510779 |   2.8 | 109M| 823 |   - |1800 |4535 |1800 | 212 |  62k|  94k|2188 | 0.000000e+00 | 1.259000e+03 |    Inf 
173.00/173.08	o 1236
173.00/173.08	c * 162s|186835 | 60236 |530201 |   2.8 | 114M| 823 |   - |1800 |4169 |1800 | 222 |  64k|  96k|2237 | 0.000000e+00 | 1.236000e+03 |    Inf 
173.00/173.08	o 1212
173.00/173.08	c * 162s|186839 | 58997 |530211 |   2.8 | 111M| 823 |   - |1800 |4169 |1800 | 222 |  64k|  96k|2237 | 0.000000e+00 | 1.212000e+03 |    Inf 
173.00/173.09	o 1173
173.00/173.09	c * 162s|186840 | 56992 |530212 |   2.8 | 107M| 823 |   - |1800 |4169 |1800 | 222 |  64k|  96k|2237 | 0.000000e+00 | 1.173000e+03 |    Inf 
173.81/173.81	o 1085
173.81/173.81	c * 163s|187372 | 53213 |533905 |   2.8 | 100M| 823 |   - |1800 |4356 |1800 | 221 |  64k|  96k|2237 | 0.000000e+00 | 1.085000e+03 |    Inf 
173.81/173.82	o 1068
173.81/173.82	c * 163s|187373 | 52477 |533908 |   2.8 |  99M| 823 |   - |1800 |4356 |1800 | 221 |  64k|  96k|2237 | 0.000000e+00 | 1.068000e+03 |    Inf 
173.90/173.91	o 1006
173.90/173.91	c * 163s|187439 | 50009 |534418 |   2.8 |  94M| 823 |   - |1800 |4370 |1800 | 205 |  65k|  96k|2237 | 0.000000e+00 | 1.006000e+03 |    Inf 
173.90/173.91	o 989
173.90/173.91	c * 163s|187440 | 49109 |534421 |   2.8 |  92M| 823 |   - |1800 |4370 |1800 | 205 |  65k|  96k|2237 | 0.000000e+00 | 9.890000e+02 |    Inf 
177.70/177.70	c   167s|190000 | 50257 |553833 |   2.9 | 100M| 823 |   0 |1800 |3443 |1800 | 188 |  67k|  98k|2291 | 0.000000e+00 | 9.890000e+02 |    Inf 
179.30/179.32	o 988
179.30/179.32	c * 168s|191117 | 50807 |562480 |   2.9 | 104M| 823 |   - |1800 |3644 |1800 | 211 |  68k|  99k|2301 | 0.000000e+00 | 9.880000e+02 |    Inf 
179.30/179.32	o 971
179.30/179.32	c * 168s|191118 | 49997 |562481 |   2.9 | 103M| 823 |   - |1800 |3644 |1800 | 211 |  68k|  99k|2301 | 0.000000e+00 | 9.710000e+02 |    Inf 
183.80/183.84	o 855
183.80/183.84	c * 172s|194307 | 43281 |585578 |   3.0 |  98M| 823 |   - |1800 |3510 |1800 | 207 |  70k| 101k|2376 | 0.000000e+00 | 8.550000e+02 |    Inf 
186.79/186.84	o 846
186.79/186.84	c * 175s|196079 | 43153 |605053 |   3.1 | 103M| 823 |   - |1800 |3590 |1800 | 216 |  72k| 103k|2417 | 0.000000e+00 | 8.460000e+02 |    Inf 
186.79/186.88	o 723
186.79/186.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
186.79/186.88	c * 175s|196087 | 36414 |605061 |   3.1 |  91M| 823 |   - |1800 |3535 |1800 | 216 |  72k| 103k|2417 | 0.000000e+00 | 7.230000e+02 |    Inf 
186.79/186.88	o 706
186.79/186.88	c * 175s|196088 | 35345 |605066 |   3.1 |  89M| 823 |   - |1800 |3535 |1800 | 216 |  72k| 103k|2417 | 0.000000e+00 | 7.060000e+02 |    Inf 
186.90/187.00	o 701
186.90/187.00	c * 175s|196141 | 35278 |605729 |   3.1 |  89M| 823 |   - |1800 |3376 |1800 | 214 |  72k| 103k|2417 | 0.000000e+00 | 7.010000e+02 |    Inf 
187.01/187.00	o 684
187.01/187.00	c * 175s|196142 | 34553 |605735 |   3.1 |  87M| 823 |   - |1800 |3376 |1800 | 214 |  72k| 103k|2417 | 0.000000e+00 | 6.840000e+02 |    Inf 
187.30/187.32	o 613
187.30/187.32	c * 176s|196311 | 30017 |607370 |   3.1 |  80M| 823 |   - |1800 |3303 |1800 | 223 |  72k| 103k|2418 | 0.000000e+00 | 6.130000e+02 |    Inf 
188.00/188.01	o 567
188.00/188.01	c * 176s|196613 | 28683 |611538 |   3.1 |  78M| 823 |   - |1800 |2782 |1800 | 208 |  73k| 104k|2440 | 0.000000e+00 | 5.670000e+02 |    Inf 
189.50/189.54	o 504
189.50/189.54	c * 178s|197206 | 25655 |625265 |   3.2 |  76M| 823 |   - |1800 |2440 |1800 | 207 |  74k| 105k|2447 | 0.000000e+00 | 5.040000e+02 |    Inf 
189.50/189.55	o 447
189.50/189.55	c * 178s|197207 | 22529 |625283 |   3.2 |  70M| 823 |   - |1800 |2440 |1800 | 207 |  74k| 105k|2447 | 0.000000e+00 | 4.470000e+02 |    Inf 
189.60/189.66	o 430
189.60/189.66	c * 178s|197280 | 21499 |626006 |   3.2 |  69M| 823 |   - |1800 |2352 |1800 | 212 |  74k| 105k|2447 | 0.000000e+00 | 4.300000e+02 |    Inf 
189.80/189.87	o 421
189.80/189.87	c * 178s|197376 | 21421 |627475 |   3.2 |  68M| 823 |   - |1800 |2390 |1800 | 219 |  75k| 105k|2461 | 0.000000e+00 | 4.210000e+02 |    Inf 
189.80/189.88	o 397
189.80/189.88	c * 178s|197378 | 21028 |627501 |   3.2 |  67M| 823 |   - |1800 |2370 |1800 | 222 |  75k| 105k|2461 | 0.000000e+00 | 3.970000e+02 |    Inf 
190.40/190.44	o 387
190.40/190.44	c * 179s|197525 | 20120 |633470 |   3.2 |  67M| 823 |   - |1800 |2018 |1800 | 204 |  75k| 106k|2479 | 0.000000e+00 | 3.870000e+02 |    Inf 
190.40/190.44	o 371
190.40/190.44	c * 179s|197526 | 18968 |633474 |   3.2 |  65M| 823 |   - |1800 |2018 |1800 | 204 |  75k| 106k|2479 | 0.000000e+00 | 3.710000e+02 |    Inf 
190.90/191.00	o 357
190.90/191.00	c * 179s|197706 | 18057 |639771 |   3.2 |  64M| 823 |   - |1800 |2011 |1800 | 227 |  76k| 106k|2488 | 0.000000e+00 | 3.570000e+02 |    Inf 
191.00/191.00	o 346
191.00/191.00	c * 179s|197707 | 17347 |639772 |   3.2 |  63M| 823 |   - |1800 |2011 |1800 | 227 |  76k| 106k|2488 | 0.000000e+00 | 3.460000e+02 |    Inf 
191.00/191.08	o 335
191.00/191.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
191.00/191.08	c * 179s|197736 | 17210 |640991 |   3.2 |  63M| 823 |   - |1800 |1967 |1800 | 223 |  76k| 106k|2488 | 0.000000e+00 | 3.350000e+02 |    Inf 
191.00/191.09	o 325
191.00/191.09	c * 179s|197737 | 16381 |640992 |   3.2 |  60M| 823 |   - |1800 |1967 |1800 | 223 |  76k| 106k|2488 | 0.000000e+00 | 3.250000e+02 |    Inf 
191.41/191.44	o 318
191.41/191.44	c * 180s|197852 | 15584 |645391 |   3.3 |  59M| 823 |   - |1800 |1908 |1800 | 214 |  76k| 106k|2488 | 0.000000e+00 | 3.180000e+02 |    Inf 
191.41/191.45	o 300
191.41/191.45	c * 180s|197857 | 15369 |645395 |   3.3 |  59M| 823 |   - |1800 |1893 |1800 | 214 |  76k| 106k|2488 | 0.000000e+00 | 3.000000e+02 |    Inf 
191.41/191.45	o 283
191.41/191.45	c * 180s|197858 | 14481 |645397 |   3.3 |  57M| 823 |   - |1800 |1893 |1800 | 214 |  76k| 106k|2488 | 0.000000e+00 | 2.830000e+02 |    Inf 
191.50/191.52	o 273
191.50/191.52	c * 180s|197925 | 14212 |645713 |   3.3 |  57M| 823 |   - |1800 |1887 |1800 | 219 |  76k| 106k|2488 | 0.000000e+00 | 2.730000e+02 |    Inf 
191.50/191.52	o 270
191.50/191.52	c * 180s|197926 | 14205 |645726 |   3.3 |  57M| 823 |   - |1800 |1887 |1800 | 219 |  76k| 106k|2488 | 0.000000e+00 | 2.700000e+02 |    Inf 
191.70/191.71	o 252
191.70/191.71	c * 180s|197970 | 12020 |647224 |   3.3 |  52M| 823 |   - |1800 |1802 |1800 | 230 |  76k| 106k|2488 | 0.000000e+00 | 2.520000e+02 |    Inf 
191.70/191.71	o 235
191.70/191.71	c * 180s|197971 | 10981 |647226 |   3.3 |  49M| 823 |   - |1800 |1802 |1800 | 230 |  76k| 106k|2488 | 0.000000e+00 | 2.350000e+02 |    Inf 
191.70/191.74	o 195
191.70/191.74	c * 180s|197995 |  9981 |647264 |   3.3 |  46M| 823 |   - |1800 |1745 |1800 | 234 |  76k| 106k|2488 | 0.000000e+00 | 1.950000e+02 |    Inf 
191.70/191.74	o 178
191.70/191.74	c * 180s|197996 |  9784 |647267 |   3.3 |  46M| 823 |   - |1800 |1745 |1800 | 234 |  76k| 106k|2488 | 0.000000e+00 | 1.780000e+02 |    Inf 
191.70/191.76	o 116
191.70/191.76	c * 180s|198006 |  9010 |647284 |   3.3 |  43M| 823 |   - |1800 |1683 |1800 | 234 |  76k| 106k|2488 | 0.000000e+00 | 1.160000e+02 |    Inf 
191.70/191.76	o 99
191.70/191.76	c * 180s|198007 |  8838 |647286 |   3.3 |  43M| 823 |   - |1800 |1683 |1800 | 234 |  76k| 106k|2488 | 0.000000e+00 | 9.900000e+01 |    Inf 
192.20/192.21	c 
192.20/192.21	c SCIP Status        : problem is solved [optimal solution found]
192.20/192.21	c Solving Time (sec) : 180.22
192.20/192.21	c Solving Nodes      : 198111
192.20/192.21	c Primal Bound       : +9.90000000000000e+01 (229 solutions)
192.20/192.21	c Dual Bound         : +9.90000000000000e+01
192.20/192.21	c Gap                : 0.00 %
192.20/192.21	s OPTIMUM FOUND
192.20/192.21	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 
192.20/192.21	v x176 -x175 x174 -x173 x172 -x171 x170 -x169 x168 -x167 -x166 x165 -x164 x163 -x162 x161 x160 -x159 -x158 x157 x156 -x155 
192.20/192.21	v -x154 x153 x152 -x151 -x150 x149 x148 -x147 -x146 x145 -x144 x143 x142 -x141 x140 -x139 -x138 x137 -x136 x135 x134 -x133 x132 
192.20/192.21	v -x131 x130 -x129 -x128 x127 -x126 x125 -x124 x123 -x122 x121 -x120 x119 x118 -x117 -x116 x115 -x114 x113 -x112 x111 -x110 x109 
192.20/192.21	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 
192.20/192.21	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 
192.20/192.21	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 
192.20/192.21	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 
192.20/192.21	c SCIP Status        : problem is solved [optimal solution found]
192.20/192.21	c Solving Time       :     180.22
192.20/192.21	c Original Problem   :
192.20/192.21	c   Problem name     : HOME/instance-2700201-1278534378.wbo
192.20/192.21	c   Variables        : 1900 (1050 binary, 0 integer, 0 implicit integer, 850 continuous)
192.20/192.21	c   Constraints      : 1801 initial, 1801 maximal
192.20/192.21	c Presolved Problem  :
192.20/192.21	c   Problem name     : t_HOME/instance-2700201-1278534378.wbo
192.20/192.21	c   Variables        : 1800 (950 binary, 0 integer, 0 implicit integer, 850 continuous)
192.20/192.21	c   Constraints      : 1700 initial, 5857 maximal
192.20/192.21	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
192.20/192.21	c   trivial          :       0.00          0          0          0          0          0          0          0          0
192.20/192.21	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
192.20/192.21	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
192.20/192.21	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
192.20/192.21	c   implics          :       0.00          0          0          0          0          0          0          0          0
192.20/192.21	c   probing          :       0.02          0          0          0          0          0          0          0          0
192.20/192.21	c   indicator        :       0.00          0          0          0          0          0          0          0          0
192.20/192.21	c   linear           :       0.01          0        100          0        850          0        101          0          0
192.20/192.21	c   logicor          :       0.00          0          0          0          0          0          0          0          0
192.20/192.21	c   root node        :          -        766          -          -       1532          -          -          -          -
192.20/192.21	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
192.20/192.21	c   integral         :          0          0          0     205098          0          0         20          0          0       7254
192.20/192.21	c   indicator        :        850          0     497930     201451          0        478    6002474          0          0          0
192.20/192.21	c   linear           :        850          6     497176     201385          0       5085     438570      76711          0          0
192.20/192.21	c   logicor          :          0+         0     307918          0          0        988     185135          0          0          0
192.20/192.21	c   countsols        :          0          0          0     174403          0          0          0          0          0          0
192.20/192.21	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
192.20/192.21	c   integral         :       2.48       0.00       0.00       2.48       0.00
192.20/192.21	c   indicator        :      19.00       0.00       8.61      10.39       0.00
192.20/192.21	c   linear           :      14.26       0.00       7.53       6.73       0.00
192.20/192.21	c   logicor          :       4.48       0.00       4.48       0.00       0.00
192.20/192.21	c   countsols        :       0.00       0.00       0.00       0.00       0.00
192.20/192.21	c Propagators        :       Time      Calls    Cutoffs    DomReds
192.20/192.21	c   vbounds          :       0.00          2          0          0
192.20/192.21	c   rootredcost      :       0.01        135          0        766
192.20/192.21	c   pseudoobj        :      13.09     518635      20904    5172231
192.20/192.21	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
192.20/192.21	c   propagation      :       1.29      26977      26956      77644       20.6      43309        3.8          -
192.20/192.21	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
192.20/192.21	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
192.20/192.21	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
192.20/192.21	c   pseudo solution  :       0.01         66         66        301       20.1        240        4.3          -
192.20/192.21	c   applied globally :          -          -          -     107108       13.0          -          -          -
192.20/192.21	c   applied locally  :          -          -          -          0        0.0          -          -          -
192.20/192.21	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
192.20/192.21	c   cut pool         :       0.00          4          -          -         21          -    (maximal pool size: 65)
192.20/192.21	c   redcost          :       8.07     212756          0     741087          0          0
192.20/192.21	c   impliedbounds    :       0.00          5          0          0          0          0
192.20/192.21	c   intobj           :       0.00          0          0          0          0          0
192.20/192.21	c   cgmip            :       0.00          0          0          0          0          0
192.20/192.21	c   gomory           :       0.01          5          0          0         66          0
192.20/192.21	c   strongcg         :       0.01          5          0          0          0          0
192.20/192.21	c   cmir             :       0.01          5          0          0          0          0
192.20/192.21	c   flowcover        :       0.02          5          0          0          0          0
192.20/192.21	c   clique           :       0.00          1          0          0          0          0
192.20/192.21	c   zerohalf         :       0.00          0          0          0          0          0
192.20/192.21	c   mcf              :       0.00          1          0          0          0          0
192.20/192.21	c   rapidlearning    :       0.00          0          0          0          0          0
192.20/192.21	c Pricers            :       Time      Calls       Vars
192.20/192.21	c   problem variables:       0.00          0          0
192.20/192.21	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
192.20/192.21	c   relpscost        :       2.48       3646          0         20          0          0       7254
192.20/192.21	c   pscost           :       0.00          0          0          0          0          0          0
192.20/192.21	c   inference        :      12.90     174268          0          0          0          0     348536
192.20/192.21	c   mostinf          :       0.00          0          0          0          0          0          0
192.20/192.21	c   leastinf         :       0.00          0          0          0          0          0          0
192.20/192.21	c   fullstrong       :       0.00          0          0          0          0          0          0
192.20/192.21	c   allfullstrong    :       0.00          0          0          0          0          0          0
192.20/192.21	c   random           :       0.00          0          0          0          0          0          0
192.20/192.21	c Primal Heuristics  :       Time      Calls      Found
192.20/192.21	c   LP solutions     :       0.39          -        135
192.20/192.21	c   pseudo solutions :       0.00          -          0
192.20/192.21	c   feaspump         :       0.00          0          0
192.20/192.21	c   intshifting      :       0.01          1          0
192.20/192.21	c   oneopt           :       0.19         87          0
192.20/192.21	c   guideddiving     :       0.02         57          0
192.20/192.21	c   coefdiving       :       0.04         57          0
192.20/192.21	c   pscostdiving     :       0.05         57          0
192.20/192.21	c   fracdiving       :       0.02         57          0
192.20/192.21	c   veclendiving     :       0.03         57          0
192.20/192.21	c   linesearchdiving :       0.02         57          0
192.20/192.21	c   objpscostdiving  :       0.01         57          0
192.20/192.21	c   rootsoldiving    :       0.03         57          0
192.20/192.21	c   crossover        :       1.26        100          3
192.20/192.21	c   trivial          :       0.00          2          1
192.20/192.21	c   simplerounding   :       0.01       3940          0
192.20/192.21	c   zirounding       :       0.01       1000          0
192.20/192.21	c   rounding         :       0.07        843          0
192.20/192.21	c   shifting         :       0.07        244          0
192.20/192.21	c   twoopt           :       0.00          0          0
192.20/192.21	c   fixandinfer      :       0.00          0          0
192.20/192.21	c   intdiving        :       0.00          0          0
192.20/192.21	c   actconsdiving    :       0.00          0          0
192.20/192.21	c   octane           :       0.00          0          0
192.20/192.21	c   rens             :       0.01          1          0
192.20/192.21	c   rins             :       0.00          0          0
192.20/192.21	c   localbranching   :       0.00          0          0
192.20/192.21	c   mutation         :       0.00          0          0
192.20/192.21	c   dins             :       0.00          0          0
192.20/192.21	c   undercover       :       0.00          0          0
192.20/192.21	c   nlp              :       0.00          0          0
192.20/192.21	c   trysol           :       0.06        570         90
192.20/192.21	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
192.20/192.21	c   primal LP        :       0.00          0          0       0.00          -
192.20/192.21	c   dual LP          :      66.72      65870     645663       9.80    9677.20
192.20/192.21	c   lex dual LP      :       0.00          0          0       0.00          -
192.20/192.21	c   barrier LP       :       0.00          0          0       0.00          -
192.20/192.21	c   diving/probing LP:       0.15         86       7119      82.78   47460.00
192.20/192.21	c   strong branching :       2.47       2513      47575      18.93   19261.13
192.20/192.21	c     (at root node) :          -         33       4342     131.58          -
192.20/192.21	c   conflict analysis:       0.00          0          0       0.00          -
192.20/192.21	c B&B Tree           :
192.20/192.21	c   number of runs   :          1
192.20/192.21	c   nodes            :     198111
192.20/192.21	c   nodes (total)    :     198111
192.20/192.21	c   nodes left       :          0
192.20/192.21	c   max depth        :        823
192.20/192.21	c   max depth (total):        823
192.20/192.21	c   backtracks       :       9459 (4.8%)
192.20/192.21	c   delayed cutoffs  :      20203
192.20/192.21	c   repropagations   :      63516 (3048131 domain reductions, 7440 cutoffs)
192.20/192.21	c   avg switch length:       4.13
192.20/192.21	c   switching time   :      13.11
192.20/192.21	c Solution           :
192.20/192.21	c   Solutions found  :        229 (136 improvements)
192.20/192.21	c   First Solution   : +4.20925000000000e+05   (in run 1, after 1 nodes, 0.04 seconds, depth 0, found by <trivial>)
192.20/192.21	c   Primal Bound     : +9.90000000000000e+01   (in run 1, after 198007 nodes, 179.82 seconds, depth 39, found by <relaxation>)
192.20/192.21	c   Dual Bound       : +9.90000000000000e+01
192.20/192.21	c   Gap              :       0.00 %
192.20/192.21	c   Root Dual Bound  : +0.00000000000000e+00
192.20/192.21	c   Root Iterations  :        329
192.20/192.23	c Time complete: 192.23.

Verifier Data

OK	99

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2700201-1278534378/watcher-2700201-1278534378 -o /tmp/evaluation-result-2700201-1278534378/solver-2700201-1278534378 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2700201-1278534378.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: 1.99 1.67 0.87 4/178 17862
/proc/meminfo: memFree=29595724/32950928 swapFree=67111528/67111528
[pid=17862] ppid=17860 vsize=10976 CPUtime=0
/proc/17862/stat : 17862 (pbscip.linux.x8) R 17860 17862 17512 0 -1 4202496 1668 0 0 0 0 0 0 0 20 0 1 0 21652036 11239424 1589 4089446400 4194304 9819077 140734029963520 18446744073709551615 8656455 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17862/statm: 2744 1589 392 1374 0 1365 0

[startup+0.0734159 s]
/proc/loadavg: 1.99 1.67 0.87 4/178 17862
/proc/meminfo: memFree=29595724/32950928 swapFree=67111528/67111528
[pid=17862] ppid=17860 vsize=25496 CPUtime=0.06
/proc/17862/stat : 17862 (pbscip.linux.x8) R 17860 17862 17512 0 -1 4202496 6204 0 0 0 6 0 0 0 18 0 1 0 21652036 26107904 4980 4089446400 4194304 9819077 140734029963520 18446744073709551615 8657695 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17862/statm: 6374 4980 671 1374 0 4995 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 25496

[startup+0.100412 s]
/proc/loadavg: 1.99 1.67 0.87 4/178 17862
/proc/meminfo: memFree=29595724/32950928 swapFree=67111528/67111528
[pid=17862] ppid=17860 vsize=26580 CPUtime=0.09
/proc/17862/stat : 17862 (pbscip.linux.x8) R 17860 17862 17512 0 -1 4202496 6503 0 0 0 9 0 0 0 18 0 1 0 21652036 27217920 5244 4089446400 4194304 9819077 140734029963520 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17862/statm: 6645 5244 674 1374 0 5266 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 26580

[startup+0.300377 s]
/proc/loadavg: 1.99 1.67 0.87 4/178 17862
/proc/meminfo: memFree=29595724/32950928 swapFree=67111528/67111528
[pid=17862] ppid=17860 vsize=28344 CPUtime=0.29
/proc/17862/stat : 17862 (pbscip.linux.x8) R 17860 17862 17512 0 -1 4202496 11467 0 0 0 27 2 0 0 18 0 1 0 21652036 29024256 5399 4089446400 4194304 9819077 140734029963520 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17862/statm: 7086 5399 695 1374 0 5707 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 28344

[startup+0.700303 s]
/proc/loadavg: 1.99 1.67 0.87 4/178 17862
/proc/meminfo: memFree=29595724/32950928 swapFree=67111528/67111528
[pid=17862] ppid=17860 vsize=27468 CPUtime=0.69
/proc/17862/stat : 17862 (pbscip.linux.x8) R 17860 17862 17512 0 -1 4202496 17164 0 0 0 65 4 0 0 18 0 1 0 21652036 28127232 5424 4089446400 4194304 9819077 140734029963520 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17862/statm: 6867 5424 702 1374 0 5488 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 27468

[startup+1.50116 s]
/proc/loadavg: 1.99 1.67 0.87 3/179 17863
/proc/meminfo: memFree=29576000/32950928 swapFree=67111528/67111528
[pid=17862] ppid=17860 vsize=30360 CPUtime=1.49
/proc/17862/stat : 17862 (pbscip.linux.x8) R 17860 17862 17512 0 -1 4202496 31360 0 0 0 139 10 0 0 19 0 1 0 21652036 31088640 6373 4089446400 4194304 9819077 140734029963520 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17862/statm: 7590 6373 707 1374 0 6211 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 30360

[startup+3.10085 s]
/proc/loadavg: 1.99 1.67 0.87 3/179 17863
/proc/meminfo: memFree=29572180/32950928 swapFree=67111528/67111528
[pid=17862] ppid=17860 vsize=33720 CPUtime=3.09
/proc/17862/stat : 17862 (pbscip.linux.x8) R 17860 17862 17512 0 -1 4202496 39886 0 0 0 289 20 0 0 25 0 1 0 21652036 34529280 7194 4089446400 4194304 9819077 140734029963520 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17862/statm: 8430 7194 707 1374 0 7051 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 33720

[startup+6.30026 s]
/proc/loadavg: 2.07 1.69 0.89 3/179 17863
/proc/meminfo: memFree=29565608/32950928 swapFree=67111528/67111528
[pid=17862] ppid=17860 vsize=39496 CPUtime=6.29
/proc/17862/stat : 17862 (pbscip.linux.x8) R 17860 17862 17512 0 -1 4202496 47987 0 0 0 592 37 0 0 25 0 1 0 21652036 40443904 8522 4089446400 4194304 9819077 140734029963520 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17862/statm: 9874 8522 707 1374 0 8495 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 39496

[startup+12.7011 s]
/proc/loadavg: 2.07 1.70 0.89 3/179 17863
/proc/meminfo: memFree=29548264/32950928 swapFree=67111528/67111528
[pid=17862] ppid=17860 vsize=53500 CPUtime=12.69
/proc/17862/stat : 17862 (pbscip.linux.x8) R 17860 17862 17512 0 -1 4202496 83600 0 0 0 1191 78 0 0 25 0 1 0 21652036 54784000 11865 4089446400 4194304 9819077 140734029963520 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17862/statm: 13375 11865 707 1374 0 11996 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 53500

[startup+25.5007 s]
/proc/loadavg: 2.05 1.71 0.91 3/179 17864
/proc/meminfo: memFree=29519248/32950928 swapFree=67111528/67111528
[pid=17862] ppid=17860 vsize=76140 CPUtime=25.49
/proc/17862/stat : 17862 (pbscip.linux.x8) R 17860 17862 17512 0 -1 4202496 148489 0 0 0 2391 158 0 0 25 0 1 0 21652036 77967360 17486 4089446400 4194304 9819077 140734029963520 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17862/statm: 19035 17486 707 1374 0 17656 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 76140

[startup+51.1009 s]
/proc/loadavg: 2.03 1.73 0.94 3/179 17865
/proc/meminfo: memFree=29476396/32950928 swapFree=67111528/67111528
[pid=17862] ppid=17860 vsize=111644 CPUtime=51.09
/proc/17862/stat : 17862 (pbscip.linux.x8) R 17860 17862 17512 0 -1 4202496 279636 0 0 0 4790 319 0 0 25 0 1 0 21652036 114323456 26076 4089446400 4194304 9819077 140734029963520 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17862/statm: 27911 26076 707 1374 0 26532 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 111644

[startup+102.307 s]
/proc/loadavg: 2.01 1.77 0.99 3/179 17866
/proc/meminfo: memFree=29396212/32950928 swapFree=67111528/67111528
[pid=17862] ppid=17860 vsize=180908 CPUtime=102.3
/proc/17862/stat : 17862 (pbscip.linux.x8) R 17860 17862 17512 0 -1 4202496 563024 0 0 0 9592 638 0 0 25 0 1 0 21652036 185249792 41743 4089446400 4194304 9819077 140734029963520 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17862/statm: 45139 41741 707 1374 0 43760 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 180908

[startup+162.301 s]
/proc/loadavg: 2.00 1.81 1.05 3/179 17867
/proc/meminfo: memFree=29306368/32950928 swapFree=67111528/67111528
[pid=17862] ppid=17860 vsize=259924 CPUtime=162.29
/proc/17862/stat : 17862 (pbscip.linux.x8) R 17860 17862 17512 0 -1 4202496 904700 0 0 0 15222 1007 0 0 25 0 1 0 21652036 266162176 59303 4089446400 4194304 9819077 140734029963520 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17862/statm: 64981 59303 707 1374 0 63602 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 259924

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

[startup+179.101 s]
/proc/loadavg: 2.00 1.82 1.06 3/179 17868
/proc/meminfo: memFree=29293584/32950928 swapFree=67111528/67111528
[pid=17862] ppid=17860 vsize=271076 CPUtime=179.1
/proc/17862/stat : 17862 (pbscip.linux.x8) R 17860 17862 17512 0 -1 4202496 1018609 0 0 0 16798 1112 0 0 25 0 1 0 21652036 277581824 61663 4089446400 4194304 9819077 140734029963520 18446744073709551615 8657695 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17862/statm: 67769 61663 707 1374 0 66390 0
Current children cumulated CPU time (s) 179.1
Current children cumulated vsize (KiB) 271076

[startup+185.501 s]
/proc/loadavg: 2.00 1.83 1.07 3/179 17868
/proc/meminfo: memFree=29287880/32950928 swapFree=67111528/67111528
[pid=17862] ppid=17860 vsize=276148 CPUtime=185.5
/proc/17862/stat : 17862 (pbscip.linux.x8) R 17860 17862 17512 0 -1 4202496 1065797 0 0 0 17399 1151 0 0 25 0 1 0 21652036 282775552 62656 4089446400 4194304 9819077 140734029963520 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17862/statm: 69037 62656 708 1374 0 67658 0
Current children cumulated CPU time (s) 185.5
Current children cumulated vsize (KiB) 276148

[startup+188.7 s]
/proc/loadavg: 2.00 1.83 1.07 3/179 17869
/proc/meminfo: memFree=29283160/32950928 swapFree=67111528/67111528
[pid=17862] ppid=17860 vsize=277664 CPUtime=188.7
/proc/17862/stat : 17862 (pbscip.linux.x8) R 17860 17862 17512 0 -1 4202496 1088813 0 0 0 17697 1173 0 0 25 0 1 0 21652036 284327936 62942 4089446400 4194304 9819077 140734029963520 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17862/statm: 69416 62942 708 1374 0 68037 0
Current children cumulated CPU time (s) 188.7
Current children cumulated vsize (KiB) 277664

[startup+190.307 s]
/proc/loadavg: 2.00 1.83 1.08 3/179 17869
/proc/meminfo: memFree=29283032/32950928 swapFree=67111528/67111528
[pid=17862] ppid=17860 vsize=278024 CPUtime=190.31
/proc/17862/stat : 17862 (pbscip.linux.x8) R 17860 17862 17512 0 -1 4202496 1097419 0 0 0 17847 1184 0 0 25 0 1 0 21652036 284696576 63005 4089446400 4194304 9819077 140734029963520 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17862/statm: 69506 63005 708 1374 0 68127 0
Current children cumulated CPU time (s) 190.31
Current children cumulated vsize (KiB) 278024

[startup+191.101 s]
/proc/loadavg: 2.00 1.83 1.08 3/179 17869
/proc/meminfo: memFree=29283032/32950928 swapFree=67111528/67111528
[pid=17862] ppid=17860 vsize=278400 CPUtime=191.1
/proc/17862/stat : 17862 (pbscip.linux.x8) R 17860 17862 17512 0 -1 4202496 1101669 0 0 0 17922 1188 0 0 25 0 1 0 21652036 285081600 63046 4089446400 4194304 9819077 140734029963520 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17862/statm: 69600 63046 708 1374 0 68221 0
Current children cumulated CPU time (s) 191.1
Current children cumulated vsize (KiB) 278400

[startup+191.901 s]
/proc/loadavg: 2.00 1.83 1.08 3/179 17869
/proc/meminfo: memFree=29282908/32950928 swapFree=67111528/67111528
[pid=17862] ppid=17860 vsize=278740 CPUtime=191.89
/proc/17862/stat : 17862 (pbscip.linux.x8) R 17860 17862 17512 0 -1 4202496 1105040 0 0 0 17995 1194 0 0 25 0 1 0 21652036 285429760 63131 4089446400 4194304 9819077 140734029963520 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17862/statm: 69685 63131 708 1374 0 68306 0
Current children cumulated CPU time (s) 191.89
Current children cumulated vsize (KiB) 278740

[startup+192.101 s]
/proc/loadavg: 2.00 1.83 1.08 3/179 17869
/proc/meminfo: memFree=29282908/32950928 swapFree=67111528/67111528
[pid=17862] ppid=17860 vsize=278720 CPUtime=192.1
/proc/17862/stat : 17862 (pbscip.linux.x8) R 17860 17862 17512 0 -1 4202496 1106333 0 0 0 18014 1196 0 0 25 0 1 0 21652036 285409280 63146 4089446400 4194304 9819077 140734029963520 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17862/statm: 69680 63146 708 1374 0 68301 0
Current children cumulated CPU time (s) 192.1
Current children cumulated vsize (KiB) 278720

[startup+192.201 s]
/proc/loadavg: 2.00 1.83 1.08 3/179 17869
/proc/meminfo: memFree=29282908/32950928 swapFree=67111528/67111528
[pid=17862] ppid=17860 vsize=263128 CPUtime=192.2
/proc/17862/stat : 17862 (pbscip.linux.x8) R 17860 17862 17512 0 -1 4202496 1106928 0 0 0 18023 1197 0 0 25 0 1 0 21652036 269443072 59232 4089446400 4194304 9819077 140734029963520 18446744073709551615 8723783 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17862/statm: 65782 59232 708 1374 0 64403 0
Current children cumulated CPU time (s) 192.2
Current children cumulated vsize (KiB) 263128

Child status: 0
Real time (s): 192.231
CPU time (s): 192.238
CPU user time (s): 180.251
CPU system time (s): 11.9872
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 280384

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

runsolver used 0.347947 second user time and 0.713891 second system time

The end

Launcher Data

Begin job on node113 at 2010-07-07 22:26:18
IDJOB=2700201
IDBENCH=79408
IDSOLVER=1205
FILE ID=node113/2700201-1278534378
PBS_JOBID= 11239252
Free space on /tmp= 73744 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-jnh06_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-2700201-1278534378/watcher-2700201-1278534378 -o /tmp/evaluation-result-2700201-1278534378/solver-2700201-1278534378 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2700201-1278534378.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 6d863641d8b2b772fe5ea25b86285712
RANDOM SEED=1297522188

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      29596128 kB
Buffers:        134424 kB
Cached:        2773292 kB
SwapCached:          0 kB
Active:        1860744 kB
Inactive:      1343788 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29596128 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            6240 kB
Writeback:           0 kB
AnonPages:      296784 kB
Mapped:          16892 kB
Slab:            86112 kB
PageTables:       5232 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   439052 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= 73740 MiB
End job on node113 at 2010-07-07 22:29:31