Trace number 2700309

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 368.821 368.839

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/jnh/
normalized-jnh16_wcsp.wbo
MD5SUM8941aeee87a1a646f79f1fa97035d3b2
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark6
Best CPU time to get the best result obtained on this benchmark0.042992
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-2700309-1278534696.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.03	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.04	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.04
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 |     - |6131k|   0 |   - |1800 |1700 |   0 |   0 |   0 |   0 |   0 |      --      | 4.209250e+05 |    Inf 
0.00/0.07	c   0.1s|     1 |     0 |     0 |     - |6529k|   0 |   0 |1800 |1700 |1800 |   0 |   0 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.00/0.07	c   0.1s|     1 |     0 |    41 |     - |6571k|   0 |   0 |1800 |1700 |1800 |  72 |  72 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.00/0.07	c   0.1s|     1 |     0 |   117 |     - |6613k|   0 |  32 |1800 |1700 |1800 | 106 | 106 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.00/0.08	c   0.1s|     1 |     0 |   180 |     - |6731k|   0 |  56 |1800 |1700 |1800 | 148 | 148 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.00/0.10	c   0.1s|     1 |     0 |   277 |     - |6838k|   0 |  52 |1800 |1700 |1800 | 172 | 172 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.10/0.12	c   0.1s|     1 |     0 |   296 |     - |6870k|   0 |  55 |1800 |1700 |1800 | 182 | 182 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.10/0.13	c   0.1s|     1 |     0 |   304 |     - |6895k|   0 |  56 |1800 |1700 |1800 | 184 | 184 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.28/0.36	c   0.3s|     1 |     2 |   440 |     - |6947k|   0 |  56 |1800 |1700 |1800 | 184 | 184 |   0 |  33 | 0.000000e+00 | 4.209250e+05 |    Inf 
4.99/5.08	o 6237
4.99/5.08	c * 4.9s|  5422 |  4708 |  8320 |   1.5 |  13M| 662 |   - |1800 |1721 |1800 | 224 | 960 |  21 | 703 | 0.000000e+00 | 6.237000e+03 |    Inf 
8.59/8.67	c   8.4s| 10000 |  9276 | 16025 |   1.6 |  19M| 662 |   0 |1800 |1751 |1800 | 217 |1616 |  51 | 732 | 0.000000e+00 | 6.237000e+03 |    Inf 
12.79/12.82	o 6077
12.79/12.82	c *12.4s| 15168 | 13836 | 23505 |   1.5 |  25M| 662 |   - |1800 |3438 |1800 | 221 |2461 |1738 | 748 | 0.000000e+00 | 6.077000e+03 |    Inf 
16.69/16.73	c  16.2s| 20000 | 18047 | 31475 |   1.6 |  31M| 662 |   0 |1800 |4817 |1800 | 203 |3447 |3598 | 757 | 0.000000e+00 | 6.077000e+03 |    Inf 
19.39/19.40	o 6027
19.39/19.40	c *18.8s| 23089 | 20553 | 39024 |   1.7 |  35M| 662 |   - |1800 |4645 |1800 | 228 |4549 |5354 | 766 | 0.000000e+00 | 6.027000e+03 |    Inf 
19.39/19.41	o 5940
19.39/19.41	c *18.8s| 23091 | 20413 | 39035 |   1.7 |  35M| 662 |   - |1800 |4645 |1800 | 228 |4549 |5354 | 766 | 0.000000e+00 | 5.940000e+03 |    Inf 
19.39/19.41	o 5935
19.39/19.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
19.39/19.41	c *18.8s| 23092 | 20406 | 39037 |   1.7 |  35M| 662 |   - |1800 |4645 |1800 | 228 |4549 |5354 | 766 | 0.000000e+00 | 5.935000e+03 |    Inf 
24.69/24.77	o 5930
24.69/24.77	c *24.0s| 29991 | 26361 | 50918 |   1.7 |  43M| 662 |   - |1800 |4614 |1800 | 194 |5927 |8283 | 768 | 0.000000e+00 | 5.930000e+03 |    Inf 
24.69/24.78	o 5899
24.69/24.78	c *24.0s| 30000 | 26287 | 50953 |   1.7 |  43M| 662 |   - |1800 |4614 |1800 | 198 |5931 |8283 | 768 | 0.000000e+00 | 5.899000e+03 |    Inf 
28.08/28.10	o 5888
28.08/28.10	c *27.2s| 33950 | 29481 | 59161 |   1.7 |  49M| 662 |   - |1800 |4327 |1800 | 218 |6953 |  10k| 770 | 0.000000e+00 | 5.888000e+03 |    Inf 
33.09/33.13	c  32.1s| 40000 | 34686 | 70615 |   1.8 |  57M| 662 |   0 |1800 |4364 |1800 | 193 |8390 |  12k| 775 | 0.000000e+00 | 5.888000e+03 |    Inf 
41.58/41.65	c  40.5s| 50000 | 43423 | 89021 |   1.8 |  69M| 662 |   0 |1800 |4243 |1800 | 215 |  10k|  17k| 786 | 0.000000e+00 | 5.888000e+03 |    Inf 
42.28/42.33	o 5878
42.28/42.33	c *41.1s| 50711 | 43971 | 90921 |   1.8 |  71M| 662 |   - |1800 |4507 |1800 | 212 |  10k|  17k| 786 | 0.000000e+00 | 5.878000e+03 |    Inf 
42.39/42.44	o 5828
42.39/42.44	c *41.2s| 50846 | 43835 | 91144 |   1.8 |  71M| 662 |   - |1800 |4519 |1800 | 218 |  10k|  17k| 786 | 0.000000e+00 | 5.828000e+03 |    Inf 
42.39/42.44	o 5792
42.39/42.44	c *41.2s| 50847 | 43635 | 91159 |   1.8 |  70M| 662 |   - |1800 |4519 |1800 | 218 |  10k|  17k| 786 | 0.000000e+00 | 5.792000e+03 |    Inf 
50.08/50.17	c  48.8s| 60000 | 51182 |105646 |   1.8 |  82M| 662 |   0 |1800 |5372 |1800 | 204 |  12k|  23k| 789 | 0.000000e+00 | 5.792000e+03 |    Inf 
58.88/58.92	c  57.3s| 70000 | 59853 |123450 |   1.8 |  95M| 662 |   0 |1800 |5338 |1800 | 221 |  14k|  27k| 789 | 0.000000e+00 | 5.792000e+03 |    Inf 
58.88/58.93	o 5713
58.88/58.93	c *57.3s| 70009 | 59302 |123474 |   1.8 |  94M| 662 |   - |1800 |5357 |1800 | 222 |  14k|  27k| 789 | 0.000000e+00 | 5.713000e+03 |    Inf 
61.49/61.57	o 5705
61.49/61.57	c *59.9s| 73059 | 61958 |128280 |   1.8 |  98M| 662 |   - |1800 |4608 |1800 | 226 |  15k|  28k| 795 | 0.000000e+00 | 5.705000e+03 |    Inf 
61.49/61.59	o 5634
61.49/61.59	c *59.9s| 73075 | 61399 |128292 |   1.8 |  97M| 662 |   - |1800 |4608 |1800 | 226 |  15k|  28k| 795 | 0.000000e+00 | 5.634000e+03 |    Inf 
65.58/65.69	o 5623
65.58/65.69	c *63.9s| 77841 | 65335 |136005 |   1.7 | 104M| 662 |   - |1800 |5063 |1800 | 240 |  16k|  31k| 803 | 0.000000e+00 | 5.623000e+03 |    Inf 
67.48/67.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
67.48/67.52	c  65.7s| 80000 | 67141 |139754 |   1.7 | 106M| 662 |   0 |1800 |4979 |1800 | 208 |  16k|  32k| 806 | 0.000000e+00 | 5.623000e+03 |    Inf 
71.18/71.21	o 5591
71.18/71.21	c *69.3s| 84395 | 70534 |145576 |   1.7 | 111M| 662 |   - |1800 |5229 |1800 | 267 |  17k|  34k| 834 | 0.000000e+00 | 5.591000e+03 |    Inf 
76.19/76.24	c  74.2s| 90000 | 75291 |156009 |   1.7 | 119M| 662 |   0 |1800 |4970 |1800 | 211 |  18k|  37k| 852 | 0.000000e+00 | 5.591000e+03 |    Inf 
76.48/76.53	o 5559
76.48/76.53	c *74.4s| 90309 | 75196 |156585 |   1.7 | 119M| 662 |   - |1800 |4967 |1800 | 214 |  18k|  37k| 853 | 0.000000e+00 | 5.559000e+03 |    Inf 
76.48/76.53	o 5553
76.48/76.53	c *74.4s| 90310 | 75133 |156587 |   1.7 | 118M| 662 |   - |1800 |4967 |1800 | 214 |  18k|  37k| 853 | 0.000000e+00 | 5.553000e+03 |    Inf 
80.99/81.02	o 5537
80.99/81.02	c *78.8s| 95184 | 79216 |165011 |   1.7 | 124M| 662 |   - |1800 |5374 |1800 | 206 |  19k|  39k| 874 | 0.000000e+00 | 5.537000e+03 |    Inf 
83.58/83.68	o 5530
83.58/83.68	c *81.4s| 98296 | 81881 |169060 |   1.7 | 129M| 662 |   - |1800 |5112 |1800 | 232 |  20k|  40k| 883 | 0.000000e+00 | 5.530000e+03 |    Inf 
83.79/83.82	o 5446
83.79/83.82	c *81.5s| 98434 | 80956 |169475 |   1.7 | 127M| 662 |   - |1800 |5131 |1800 | 224 |  20k|  40k| 884 | 0.000000e+00 | 5.446000e+03 |    Inf 
85.09/85.18	c  82.8s|100000 | 82344 |171892 |   1.7 | 129M| 662 |   0 |1800 |5238 |1800 | 212 |  20k|  41k| 885 | 0.000000e+00 | 5.446000e+03 |    Inf 
93.08/93.10	o 5376
93.08/93.10	c *90.6s|109140 | 89349 |185652 |   1.7 | 139M| 662 |   - |1800 |4949 |1800 | 230 |  22k|  45k| 915 | 0.000000e+00 | 5.376000e+03 |    Inf 
93.08/93.10	o 5229
93.08/93.10	c *90.6s|109141 | 87205 |185655 |   1.7 | 134M| 662 |   - |1800 |4949 |1800 | 230 |  22k|  45k| 915 | 0.000000e+00 | 5.229000e+03 |    Inf 
93.89/93.90	c  91.4s|110000 | 87915 |186991 |   1.7 | 135M| 662 |   0 |1800 |5060 |1800 | 207 |  22k|  45k| 916 | 0.000000e+00 | 5.229000e+03 |    Inf 
94.38/94.45	o 5220
94.38/94.45	c *91.9s|110623 | 88280 |187731 |   1.7 | 136M| 662 |   - |1800 |5195 |1800 | 209 |  22k|  45k| 919 | 0.000000e+00 | 5.220000e+03 |    Inf 
94.98/95.02	o 5165
94.98/95.02	c *92.4s|111279 | 87875 |188511 |   1.7 | 134M| 662 |   - |1800 |5255 |1800 | 226 |  22k|  46k| 919 | 0.000000e+00 | 5.165000e+03 |    Inf 
95.28/95.33	o 5140
95.28/95.33	c *92.7s|111594 | 87756 |189080 |   1.7 | 134M| 662 |   - |1800 |5283 |1800 | 219 |  22k|  46k| 919 | 0.000000e+00 | 5.140000e+03 |    Inf 
102.48/102.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
102.48/102.55	c  99.8s|120000 | 95060 |201562 |   1.7 | 143M| 662 |   0 |1800 |4634 |1800 | 207 |  24k|  49k| 959 | 0.000000e+00 | 5.140000e+03 |    Inf 
108.18/108.22	o 5104
108.18/108.22	c * 105s|126897 |100590 |209170 |   1.6 | 150M| 662 |   - |1800 |4644 |1800 | 212 |  25k|  51k| 992 | 0.000000e+00 | 5.104000e+03 |    Inf 
110.68/110.75	c   108s|130000 |103324 |212305 |   1.6 | 154M| 662 |   0 |1800 |5013 |1800 | 223 |  26k|  52k| 997 | 0.000000e+00 | 5.104000e+03 |    Inf 
110.98/111.04	o 5101
110.98/111.04	c * 108s|130332 |103558 |212719 |   1.6 | 154M| 662 |   - |1800 |4971 |1800 | 214 |  26k|  53k| 997 | 0.000000e+00 | 5.101000e+03 |    Inf 
119.29/119.30	c   116s|140000 |111781 |226154 |   1.6 | 167M| 662 |   0 |1800 |5939 |1800 | 217 |  27k|  58k|1066 | 0.000000e+00 | 5.101000e+03 |    Inf 
127.89/127.93	c   124s|150000 |120464 |240094 |   1.6 | 180M| 662 |   0 |1800 |6375 |1800 | 208 |  29k|  62k|1107 | 0.000000e+00 | 5.101000e+03 |    Inf 
136.59/136.69	c   133s|160000 |129112 |256406 |   1.6 | 192M| 662 |   0 |1800 |5387 |1800 | 211 |  32k|  66k|1170 | 0.000000e+00 | 5.101000e+03 |    Inf 
142.09/142.13	o 4982
142.09/142.13	c * 138s|167387 |132836 |264638 |   1.6 | 193M| 662 |   - |1800 |5244 |1800 | 263 |  33k|  68k|1215 | 0.000000e+00 | 4.982000e+03 |    Inf 
142.78/142.81	o 4981
142.78/142.81	c R 139s|168180 |133441 |266398 |   1.6 | 194M| 662 |   - |1800 |5388 |1800 | 214 |  33k|  69k|1240 | 0.000000e+00 | 4.981000e+03 |    Inf 
142.78/142.84	o 4934
142.78/142.84	c * 139s|168199 |132218 |266510 |   1.6 | 191M| 662 |   - |1800 |5409 |1800 | 226 |  33k|  69k|1241 | 0.000000e+00 | 4.934000e+03 |    Inf 
142.78/142.85	o 4847
142.78/142.85	c * 139s|168200 |130034 |266521 |   1.6 | 185M| 662 |   - |1800 |5409 |1800 | 226 |  33k|  69k|1241 | 0.000000e+00 | 4.847000e+03 |    Inf 
144.38/144.42	c   141s|170000 |131526 |270565 |   1.6 | 188M| 662 |   0 |1800 |5379 |1800 | 217 |  33k|  69k|1262 | 0.000000e+00 | 4.847000e+03 |    Inf 
147.98/148.04	o 4833
147.98/148.04	c R 144s|174487 |134930 |278125 |   1.6 | 193M| 662 |   - |1800 |6258 |1800 | 219 |  34k|  72k|1268 | 0.000000e+00 | 4.833000e+03 |    Inf 
152.48/152.55	c   149s|180000 |139569 |287567 |   1.6 | 200M| 662 |   0 |1800 |6394 |1800 | 214 |  35k|  74k|1305 | 0.000000e+00 | 4.833000e+03 |    Inf 
155.88/155.93	o 4738
155.88/155.93	c * 152s|184036 |140114 |294402 |   1.6 | 197M| 662 |   - |1800 |6135 |1800 | 214 |  36k|  76k|1319 | 0.000000e+00 | 4.738000e+03 |    Inf 
155.98/156.08	o 4729
155.98/156.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
155.98/156.08	c * 152s|184205 |140017 |294825 |   1.6 | 197M| 662 |   - |1800 |6134 |1800 | 219 |  36k|  76k|1319 | 0.000000e+00 | 4.729000e+03 |    Inf 
160.78/160.86	c   157s|190000 |144787 |305830 |   1.6 | 204M| 662 |   - |1800 |5983 |   0 |   0 |  37k|  79k|1385 | 0.000000e+00 | 4.729000e+03 |    Inf 
164.48/164.54	o 4623
164.48/164.54	c * 160s|194367 |145077 |312919 |   1.6 | 203M| 662 |   - |1800 |6541 |1800 | 208 |  38k|  82k|1396 | 0.000000e+00 | 4.623000e+03 |    Inf 
169.67/169.71	c   165s|200000 |149650 |321775 |   1.6 | 210M| 662 |   0 |1800 |5777 |1800 | 206 |  40k|  84k|1426 | 0.000000e+00 | 4.623000e+03 |    Inf 
175.18/175.24	o 4622
175.18/175.24	c * 171s|206160 |154788 |331136 |   1.6 | 219M| 662 |   - |1800 |6543 |1800 | 214 |  41k|  87k|1453 | 0.000000e+00 | 4.622000e+03 |    Inf 
175.78/175.81	o 4539
175.78/175.81	c * 171s|206827 |152445 |331880 |   1.6 | 213M| 662 |   - |1800 |6461 |1800 | 234 |  41k|  87k|1454 | 0.000000e+00 | 4.539000e+03 |    Inf 
175.78/175.82	o 4492
175.78/175.82	c * 171s|206828 |150860 |331885 |   1.6 | 210M| 662 |   - |1800 |6461 |1800 | 234 |  41k|  87k|1454 | 0.000000e+00 | 4.492000e+03 |    Inf 
178.67/178.70	c   174s|210000 |153415 |336751 |   1.6 | 213M| 662 |   0 |1800 |5595 |1800 | 202 |  41k|  89k|1477 | 0.000000e+00 | 4.492000e+03 |    Inf 
187.77/187.83	c   183s|220000 |161545 |353525 |   1.6 | 227M| 662 |   0 |1800 |6087 |1800 | 226 |  43k|  94k|1547 | 0.000000e+00 | 4.492000e+03 |    Inf 
194.17/194.22	o 4456
194.17/194.22	c * 189s|227230 |166309 |364270 |   1.6 | 235M| 662 |   - |1800 |5873 |1800 | 212 |  45k|  97k|1572 | 0.000000e+00 | 4.456000e+03 |    Inf 
194.17/194.22	o 4409
194.17/194.22	c * 189s|227231 |164513 |364272 |   1.6 | 231M| 662 |   - |1800 |5873 |1800 | 212 |  45k|  97k|1572 | 0.000000e+00 | 4.409000e+03 |    Inf 
195.38/195.45	o 4365
195.38/195.45	c * 190s|228622 |164137 |366511 |   1.6 | 229M| 662 |   - |1800 |5867 |1800 | 203 |  45k|  98k|1591 | 0.000000e+00 | 4.365000e+03 |    Inf 
195.38/195.46	o 4269
195.38/195.46	c * 190s|228624 |160543 |366524 |   1.6 | 221M| 662 |   - |1800 |5867 |1800 | 203 |  45k|  98k|1591 | 0.000000e+00 | 4.269000e+03 |    Inf 
195.38/195.48	o 4160
195.38/195.48	c * 190s|228625 |156298 |366526 |   1.6 | 210M| 662 |   - |1800 |5867 |1800 | 203 |  45k|  98k|1591 | 0.000000e+00 | 4.160000e+03 |    Inf 
196.67/196.74	c   192s|230000 |157448 |368882 |   1.6 | 212M| 662 |   0 |1800 |5822 |1800 | 237 |  45k|  98k|1606 | 0.000000e+00 | 4.160000e+03 |    Inf 
205.77/205.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
205.77/205.89	c   200s|240000 |165540 |386011 |   1.6 | 226M| 662 |   0 |1800 |5993 |1800 | 221 |  47k| 103k|1652 | 0.000000e+00 | 4.160000e+03 |    Inf 
215.07/215.17	c   210s|250000 |173617 |404051 |   1.6 | 239M| 662 |   0 |1800 |5306 |1800 | 203 |  50k| 108k|1732 | 0.000000e+00 | 4.160000e+03 |    Inf 
224.17/224.26	c   218s|260000 |181713 |421277 |   1.6 | 252M| 662 |   0 |1800 |5702 |1800 | 219 |  52k| 113k|1773 | 0.000000e+00 | 4.160000e+03 |    Inf 
232.67/232.77	o 4055
232.67/232.77	c * 227s|269178 |184372 |437001 |   1.6 | 255M| 662 |   - |1800 |6040 |1800 | 218 |  54k| 117k|1826 | 0.000000e+00 | 4.055000e+03 |    Inf 
233.57/233.69	c   228s|270000 |185034 |439651 |   1.6 | 256M| 662 |   0 |1800 |6045 |1800 | 221 |  54k| 118k|1846 | 0.000000e+00 | 4.055000e+03 |    Inf 
240.47/240.58	o 3968
240.47/240.58	c * 234s|277335 |186896 |453362 |   1.6 | 259M| 662 |   - |1800 |5746 |1800 | 219 |  56k| 122k|1879 | 0.000000e+00 | 3.968000e+03 |    Inf 
243.08/243.18	c   237s|280000 |188936 |458774 |   1.6 | 262M| 662 |   0 |1800 |5734 |1800 | 210 |  56k| 123k|1908 | 0.000000e+00 | 3.968000e+03 |    Inf 
252.47/252.55	c   246s|290000 |197076 |476969 |   1.6 | 277M| 662 |   0 |1800 |6012 |1800 | 210 |  58k| 128k|1946 | 0.000000e+00 | 3.968000e+03 |    Inf 
254.57/254.61	o 3883
254.57/254.61	c * 248s|292148 |194687 |480939 |   1.6 | 271M| 662 |   - |1800 |5557 |1800 | 214 |  59k| 129k|1969 | 0.000000e+00 | 3.883000e+03 |    Inf 
258.88/258.94	o 3844
258.88/258.94	c * 252s|297191 |196725 |489747 |   1.6 | 274M| 662 |   - |1800 |5156 |1800 | 213 |  60k| 131k|2010 | 0.000000e+00 | 3.844000e+03 |    Inf 
258.88/258.95	o 3780
258.88/258.95	c * 252s|297192 |193572 |489754 |   1.6 | 267M| 662 |   - |1800 |5156 |1800 | 213 |  60k| 131k|2010 | 0.000000e+00 | 3.780000e+03 |    Inf 
259.17/259.28	o 3677
259.17/259.28	c * 252s|297517 |188609 |490368 |   1.6 | 258M| 662 |   - |1800 |5236 |1800 | 219 |  60k| 131k|2010 | 0.000000e+00 | 3.677000e+03 |    Inf 
259.27/259.40	o 3609
259.27/259.40	c * 253s|297669 |185148 |490584 |   1.6 | 250M| 662 |   - |1800 |5253 |1800 | 218 |  60k| 131k|2011 | 0.000000e+00 | 3.609000e+03 |    Inf 
259.87/259.93	o 3516
259.87/259.93	c * 253s|298219 |180752 |491979 |   1.6 | 242M| 662 |   - |1800 |5247 |1800 | 218 |  60k| 132k|2022 | 0.000000e+00 | 3.516000e+03 |    Inf 
259.87/259.94	o 3480
259.87/259.94	c * 253s|298220 |178675 |491979 |   1.6 | 238M| 662 |   - |1800 |5247 |1800 | 218 |  60k| 132k|2022 | 0.000000e+00 | 3.480000e+03 |    Inf 
260.47/260.56	o 3446
260.47/260.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
260.47/260.56	c * 254s|298870 |177211 |493510 |   1.7 | 235M| 662 |   - |1800 |5301 |1800 | 222 |  60k| 132k|2046 | 0.000000e+00 | 3.446000e+03 |    Inf 
260.47/260.57	o 3407
260.47/260.57	c * 254s|298871 |174998 |493512 |   1.7 | 230M| 662 |   - |1800 |5301 |1800 | 222 |  60k| 132k|2046 | 0.000000e+00 | 3.407000e+03 |    Inf 
261.57/261.62	c   255s|300000 |175847 |495846 |   1.7 | 232M| 662 |   0 |1800 |5317 |1800 | 221 |  61k| 133k|2053 | 0.000000e+00 | 3.407000e+03 |    Inf 
270.38/270.40	c   263s|310000 |183826 |517479 |   1.7 | 246M| 662 |   0 |1800 |5485 |1800 | 214 |  63k| 138k|2113 | 0.000000e+00 | 3.407000e+03 |    Inf 
278.97/279.07	c   272s|320000 |191560 |536516 |   1.7 | 260M| 662 |   0 |1800 |5246 |1800 | 207 |  65k| 143k|2156 | 0.000000e+00 | 3.407000e+03 |    Inf 
281.87/281.92	o 3205
281.87/281.92	c * 274s|323240 |182933 |543911 |   1.7 | 241M| 662 |   - |1800 |4909 |1800 | 220 |  66k| 144k|2190 | 0.000000e+00 | 3.205000e+03 |    Inf 
281.87/281.93	o 3169
281.87/281.93	c * 274s|323241 |180875 |543916 |   1.7 | 237M| 662 |   - |1800 |4909 |1800 | 220 |  66k| 144k|2190 | 0.000000e+00 | 3.169000e+03 |    Inf 
282.28/282.37	o 3164
282.28/282.37	c * 275s|323651 |180845 |545259 |   1.7 | 238M| 662 |   - |1800 |4953 |1800 | 216 |  66k| 145k|2204 | 0.000000e+00 | 3.164000e+03 |    Inf 
282.67/282.77	o 3041
282.67/282.77	c * 275s|324042 |173317 |546354 |   1.7 | 223M| 662 |   - |1800 |5075 |1800 | 217 |  66k| 145k|2204 | 0.000000e+00 | 3.041000e+03 |    Inf 
283.77/283.89	o 3029
283.77/283.89	c * 276s|325174 |173488 |549722 |   1.7 | 223M| 662 |   - |1800 |4972 |1800 | 235 |  67k| 145k|2209 | 0.000000e+00 | 3.029000e+03 |    Inf 
283.87/283.92	o 2951
283.87/283.92	c * 276s|325185 |168982 |549724 |   1.7 | 215M| 662 |   - |1800 |4972 |1800 | 234 |  67k| 145k|2209 | 0.000000e+00 | 2.951000e+03 |    Inf 
283.97/284.02	o 2859
283.97/284.02	c * 277s|325296 |163661 |550036 |   1.7 | 206M| 662 |   - |1800 |4981 |1800 | 236 |  67k| 146k|2209 | 0.000000e+00 | 2.859000e+03 |    Inf 
283.97/284.03	o 2799
283.97/284.03	c * 277s|325297 |159983 |550038 |   1.7 | 200M| 662 |   - |1800 |4981 |1800 | 236 |  67k| 146k|2209 | 0.000000e+00 | 2.799000e+03 |    Inf 
284.77/284.89	o 2781
284.77/284.89	c * 277s|326127 |159385 |552211 |   1.7 | 199M| 662 |   - |1800 |4799 |1800 | 232 |  67k| 146k|2212 | 0.000000e+00 | 2.781000e+03 |    Inf 
284.77/284.89	o 2776
284.77/284.89	c * 277s|326128 |159094 |552214 |   1.7 | 199M| 662 |   - |1800 |4799 |1800 | 232 |  67k| 146k|2212 | 0.000000e+00 | 2.776000e+03 |    Inf 
286.98/287.05	o 2595
286.98/287.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
286.98/287.05	c * 279s|328334 |150541 |558062 |   1.7 | 186M| 662 |   - |1800 |4708 |1800 | 226 |  68k| 147k|2215 | 0.000000e+00 | 2.595000e+03 |    Inf 
288.68/288.73	c   281s|330000 |151844 |562399 |   1.7 | 189M| 662 |   0 |1800 |4701 |1800 | 216 |  68k| 148k|2242 | 0.000000e+00 | 2.595000e+03 |    Inf 
291.17/291.25	o 2590
291.17/291.25	c * 284s|332539 |153477 |569809 |   1.7 | 192M| 662 |   - |1800 |4910 |1800 | 219 |  69k| 149k|2271 | 0.000000e+00 | 2.590000e+03 |    Inf 
292.68/292.78	o 2561
292.68/292.78	c * 285s|334148 |152968 |573362 |   1.7 | 192M| 662 |   - |1800 |4751 |1800 | 210 |  70k| 150k|2275 | 0.000000e+00 | 2.561000e+03 |    Inf 
292.78/292.82	o 2401
292.78/292.82	c * 285s|334158 |143985 |573372 |   1.7 | 178M| 662 |   - |1800 |4750 |1800 | 210 |  70k| 150k|2275 | 0.000000e+00 | 2.401000e+03 |    Inf 
298.67/298.70	c   291s|340000 |148219 |590324 |   1.7 | 188M| 662 |   0 |1800 |4774 |1800 | 221 |  72k| 153k|2323 | 0.000000e+00 | 2.401000e+03 |    Inf 
307.97/308.10	o 2360
307.97/308.10	c * 300s|349369 |152422 |618934 |   1.8 | 200M| 662 |   - |1800 |5007 |1800 | 227 |  75k| 158k|2394 | 0.000000e+00 | 2.360000e+03 |    Inf 
308.07/308.11	o 2324
308.07/308.11	c * 300s|349370 |150290 |618936 |   1.8 | 197M| 662 |   - |1800 |5007 |1800 | 227 |  75k| 158k|2394 | 0.000000e+00 | 2.324000e+03 |    Inf 
308.67/308.70	c   301s|350000 |150799 |620528 |   1.8 | 198M| 662 |   - |1800 |4946 |   0 |   0 |  76k| 158k|2399 | 0.000000e+00 | 2.324000e+03 |    Inf 
318.58/318.65	c   310s|360000 |157992 |650037 |   1.8 | 215M| 662 |   0 |1800 |5144 |1800 | 207 |  79k| 164k|2489 | 0.000000e+00 | 2.324000e+03 |    Inf 
322.57/322.63	o 2265
322.57/322.63	c * 314s|363981 |157316 |661789 |   1.8 | 217M| 662 |   - |1800 |4736 |1800 | 222 |  81k| 166k|2514 | 0.000000e+00 | 2.265000e+03 |    Inf 
324.68/324.71	o 2125
324.68/324.71	c * 316s|365940 |149962 |668360 |   1.8 | 208M| 662 |   - |1800 |4683 |1800 | 231 |  82k| 167k|2544 | 0.000000e+00 | 2.125000e+03 |    Inf 
328.77/328.82	c   320s|370000 |152761 |680476 |   1.8 | 214M| 662 |   0 |1800 |4674 |1800 | 215 |  83k| 169k|2571 | 0.000000e+00 | 2.125000e+03 |    Inf 
331.47/331.50	o 2118
331.47/331.50	c * 323s|372591 |154188 |691120 |   1.9 | 218M| 662 |   - |1800 |4588 |1800 | 236 |  84k| 170k|2624 | 0.000000e+00 | 2.118000e+03 |    Inf 
331.47/331.53	o 1965
331.47/331.53	c * 323s|372592 |144637 |691124 |   1.9 | 206M| 662 |   - |1800 |4588 |1800 | 236 |  84k| 170k|2624 | 0.000000e+00 | 1.965000e+03 |    Inf 
336.78/336.85	o 1945
336.78/336.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
336.78/336.85	c * 328s|377887 |147024 |706237 |   1.9 | 213M| 662 |   - |1800 |4435 |1800 | 209 |  86k| 173k|2636 | 0.000000e+00 | 1.945000e+03 |    Inf 
338.98/339.04	c   330s|380000 |148499 |713274 |   1.9 | 216M| 662 |   0 |1800 |4733 |1800 | 202 |  87k| 174k|2671 | 0.000000e+00 | 1.945000e+03 |    Inf 
349.47/349.54	c   340s|390000 |155732 |749986 |   1.9 | 234M| 662 |   0 |1800 |4976 |1800 | 207 |  92k| 180k|2741 | 0.000000e+00 | 1.945000e+03 |    Inf 
357.07/357.16	o 1905
357.07/357.16	c * 348s|397109 |157971 |775772 |   2.0 | 242M| 662 |   - |1800 |5021 |1800 | 230 |  95k| 184k|2816 | 0.000000e+00 | 1.905000e+03 |    Inf 
357.07/357.18	o 1818
357.07/357.18	c * 348s|397110 |151600 |775774 |   2.0 | 233M| 662 |   - |1800 |5021 |1800 | 230 |  95k| 184k|2816 | 0.000000e+00 | 1.818000e+03 |    Inf 
357.48/357.54	o 1809
357.48/357.54	c * 348s|397391 |151202 |777664 |   2.0 | 233M| 662 |   - |1800 |5018 |1800 | 224 |  95k| 184k|2822 | 0.000000e+00 | 1.809000e+03 |    Inf 
359.07/359.14	o 1775
359.07/359.14	c * 350s|398815 |149762 |783391 |   2.0 | 232M| 662 |   - |1800 |5007 |1800 | 209 |  96k| 185k|2828 | 0.000000e+00 | 1.775000e+03 |    Inf 
359.07/359.15	o 1728
359.07/359.15	c * 350s|398816 |146155 |783392 |   2.0 | 226M| 662 |   - |1800 |5007 |1800 | 209 |  96k| 185k|2828 | 0.000000e+00 | 1.728000e+03 |    Inf 
359.37/359.42	o 1577
359.37/359.42	c * 350s|399043 |134468 |783981 |   2.0 | 207M| 662 |   - |1800 |5015 |1800 | 219 |  96k| 185k|2828 | 0.000000e+00 | 1.577000e+03 |    Inf 
360.37/360.45	o 1565
360.37/360.45	c * 351s|399989 |134014 |787187 |   2.0 | 206M| 662 |   - |1800 |4988 |1800 | 207 |  96k| 186k|2829 | 0.000000e+00 | 1.565000e+03 |    Inf 
360.37/360.46	o 1505
360.37/360.46	c * 351s|399990 |129563 |787189 |   2.0 | 199M| 662 |   - |1800 |4988 |1800 | 207 |  96k| 186k|2829 | 0.000000e+00 | 1.505000e+03 |    Inf 
360.37/360.49	c   351s|400000 |129569 |787438 |   2.0 | 199M| 662 |   4 |1800 |4929 |1800 | 207 |  96k| 186k|2829 | 0.000000e+00 | 1.505000e+03 |    Inf 
360.88/360.95	o 1446
360.88/360.95	c * 351s|400396 |125122 |789365 |   2.0 | 190M| 662 |   - |1800 |4898 |1800 | 215 |  96k| 186k|2832 | 0.000000e+00 | 1.446000e+03 |    Inf 
361.27/361.31	o 1345
361.27/361.31	c * 352s|400781 |117107 |790220 |   2.0 | 176M| 662 |   - |1800 |4941 |1800 | 224 |  96k| 186k|2832 | 0.000000e+00 | 1.345000e+03 |    Inf 
361.27/361.33	o 1285
361.27/361.33	c * 352s|400782 |111635 |790221 |   2.0 | 166M| 662 |   - |1800 |4941 |1800 | 224 |  96k| 186k|2832 | 0.000000e+00 | 1.285000e+03 |    Inf 
361.48/361.51	o 1230
361.48/361.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
361.48/361.51	c * 352s|400929 |107926 |790798 |   2.0 | 160M| 662 |   - |1800 |4965 |1800 | 219 |  97k| 186k|2832 | 0.000000e+00 | 1.230000e+03 |    Inf 
364.28/364.33	o 1229
364.28/364.33	c * 355s|403432 |109449 |799279 |   2.0 | 165M| 662 |   - |1800 |4909 |1800 | 223 |  98k| 188k|2866 | 0.000000e+00 | 1.229000e+03 |    Inf 
364.78/364.81	o 1215
364.78/364.81	c * 355s|403809 |108602 |800979 |   2.0 | 164M| 662 |   - |1800 |4917 |1800 | 220 |  98k| 188k|2871 | 0.000000e+00 | 1.215000e+03 |    Inf 
364.78/364.81	o 1210
364.78/364.81	c * 355s|403810 |108132 |800982 |   2.0 | 163M| 662 |   - |1800 |4917 |1800 | 220 |  98k| 188k|2871 | 0.000000e+00 | 1.210000e+03 |    Inf 
364.88/364.92	o 1202
364.88/364.92	c * 355s|403882 |107535 |801498 |   2.0 | 162M| 662 |   - |1800 |4930 |1800 | 232 |  98k| 188k|2871 | 0.000000e+00 | 1.202000e+03 |    Inf 
364.88/364.93	o 1141
364.88/364.93	c * 355s|403883 |102536 |801499 |   2.0 | 152M| 662 |   - |1800 |4930 |1800 | 232 |  98k| 188k|2871 | 0.000000e+00 | 1.141000e+03 |    Inf 
364.97/365.03	o 1098
364.97/365.03	c * 355s|403967 | 99205 |801866 |   2.0 | 146M| 662 |   - |1800 |4947 |1800 | 223 |  98k| 188k|2871 | 0.000000e+00 | 1.098000e+03 |    Inf 
364.97/365.06	o 1060
364.97/365.06	c * 355s|404002 | 96488 |801953 |   2.0 | 141M| 662 |   - |1800 |4956 |1800 | 231 |  98k| 188k|2871 | 0.000000e+00 | 1.060000e+03 |    Inf 
364.97/365.08	o 1004
364.97/365.08	c * 355s|404010 | 91758 |801958 |   2.0 | 133M| 662 |   - |1800 |4956 |1800 | 231 |  98k| 188k|2871 | 0.000000e+00 | 1.004000e+03 |    Inf 
365.07/365.11	o 937
365.07/365.11	c * 355s|404011 | 83260 |801960 |   2.0 | 121M| 662 |   - |1800 |4956 |1800 | 231 |  98k| 188k|2871 | 0.000000e+00 | 9.370000e+02 |    Inf 
365.17/365.25	o 820
365.17/365.25	c * 356s|404132 | 72820 |802230 |   2.0 | 106M| 662 |   - |1800 |4860 |1800 | 220 |  98k| 188k|2871 | 0.000000e+00 | 8.200000e+02 |    Inf 
365.17/365.27	o 753
365.17/365.27	c * 356s|404133 | 66296 |802231 |   2.0 |  97M| 662 |   - |1800 |4860 |1800 | 220 |  98k| 188k|2871 | 0.000000e+00 | 7.530000e+02 |    Inf 
365.17/365.29	o 739
365.17/365.29	c * 356s|404136 | 65262 |802292 |   2.0 |  95M| 662 |   - |1800 |4596 |1800 | 218 |  98k| 188k|2871 | 0.000000e+00 | 7.390000e+02 |    Inf 
365.27/365.33	o 667
365.27/365.33	c * 356s|404154 | 58693 |802409 |   2.0 |  87M| 662 |   - |1800 |4566 |1800 | 227 |  98k| 188k|2872 | 0.000000e+00 | 6.670000e+02 |    Inf 
365.27/365.35	o 600
365.27/365.35	c * 356s|404155 | 51236 |802411 |   2.0 |  77M| 662 |   - |1800 |4566 |1800 | 227 |  98k| 188k|2872 | 0.000000e+00 | 6.000000e+02 |    Inf 
365.27/365.40	o 570
365.27/365.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
365.27/365.40	c * 356s|404188 | 49733 |802587 |   2.0 |  75M| 662 |   - |1800 |4280 |1800 | 217 |  98k| 188k|2872 | 0.000000e+00 | 5.700000e+02 |    Inf 
365.38/365.41	o 503
365.38/365.41	c * 356s|404189 | 46785 |802588 |   2.0 |  72M| 662 |   - |1800 |4280 |1800 | 217 |  98k| 188k|2872 | 0.000000e+00 | 5.030000e+02 |    Inf 
365.38/365.44	o 490
365.38/365.44	c * 356s|404209 | 46014 |802673 |   2.0 |  71M| 662 |   - |1800 |4160 |1800 | 225 |  98k| 188k|2872 | 0.000000e+00 | 4.900000e+02 |    Inf 
365.38/365.45	o 423
365.38/365.45	c * 356s|404210 | 42139 |802674 |   2.0 |  67M| 662 |   - |1800 |4160 |1800 | 225 |  98k| 188k|2872 | 0.000000e+00 | 4.230000e+02 |    Inf 
365.38/365.49	o 354
365.38/365.49	c * 356s|404228 | 34693 |802714 |   2.0 |  57M| 662 |   - |1800 |3968 |1800 | 218 |  98k| 188k|2872 | 0.000000e+00 | 3.540000e+02 |    Inf 
365.48/365.53	o 300
365.48/365.53	c * 356s|404231 | 31039 |802847 |   2.0 |  53M| 662 |   - |1800 |3609 |1800 | 220 |  98k| 188k|2872 | 0.000000e+00 | 3.000000e+02 |    Inf 
365.67/365.71	o 273
365.67/365.71	c * 356s|404259 | 29790 |803664 |   2.0 |  52M| 662 |   - |1800 |2839 |1800 | 216 |  98k| 188k|2886 | 0.000000e+00 | 2.730000e+02 |    Inf 
365.67/365.71	o 237
365.67/365.71	c * 356s|404260 | 29354 |803669 |   2.0 |  51M| 662 |   - |1800 |2839 |1800 | 216 |  98k| 188k|2886 | 0.000000e+00 | 2.370000e+02 |    Inf 
365.77/365.81	o 206
365.77/365.81	c * 356s|404265 | 26092 |803971 |   2.0 |  47M| 662 |   - |1800 |2331 |1800 | 215 |  98k| 188k|2888 | 0.000000e+00 | 2.060000e+02 |    Inf 
365.87/365.98	o 200
365.87/365.98	c * 356s|404296 | 25594 |805148 |   2.0 |  47M| 662 |   - |1800 |2111 |1800 | 222 |  98k| 188k|2894 | 0.000000e+00 | 2.000000e+02 |    Inf 
365.87/365.98	o 170
365.87/365.98	c * 356s|404297 | 24641 |805149 |   2.0 |  46M| 662 |   - |1800 |2111 |1800 | 222 |  98k| 188k|2894 | 0.000000e+00 | 1.700000e+02 |    Inf 
365.97/366.04	o 166
365.97/366.04	c * 356s|404311 | 24251 |805730 |   2.0 |  45M| 662 |   - |1800 |1884 |1800 | 233 |  98k| 188k|2904 | 0.000000e+00 | 1.660000e+02 |    Inf 
366.17/366.23	o 158
366.17/366.23	c * 356s|404363 | 23885 |807246 |   2.0 |  45M| 662 |   - |1800 |1842 |1800 | 226 |  98k| 189k|2918 | 0.000000e+00 | 1.580000e+02 |    Inf 
366.17/366.24	o 137
366.17/366.24	c * 356s|404369 | 23343 |807261 |   2.0 |  45M| 662 |   - |1800 |1823 |1800 | 226 |  98k| 189k|2918 | 0.000000e+00 | 1.370000e+02 |    Inf 
366.17/366.25	o 55
366.17/366.25	c * 356s|404370 | 21289 |807263 |   2.0 |  43M| 662 |   - |1800 |1823 |1800 | 226 |  98k| 189k|2918 | 0.000000e+00 | 5.500000e+01 |    Inf 
366.38/366.43	o 50
366.38/366.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
366.38/366.43	c * 357s|404401 | 19133 |808523 |   2.0 |  41M| 662 |   - |1800 |1754 |1800 | 201 |  98k| 189k|2924 | 0.000000e+00 | 5.000000e+01 |    Inf 
366.38/366.43	o 36
366.38/366.43	c * 357s|404402 | 18875 |808532 |   2.0 |  40M| 662 |   - |1800 |1754 |1800 | 203 |  98k| 189k|2924 | 0.000000e+00 | 3.600000e+01 |    Inf 
366.48/366.55	o 19
366.48/366.55	c * 357s|404437 | 16574 |809833 |   2.0 |  38M| 662 |   - |1800 |1717 |1800 | 201 |  98k| 189k|2932 | 0.000000e+00 | 1.900000e+01 |    Inf 
366.87/366.94	o 14
366.87/366.94	c * 357s|404613 |  8246 |815686 |   2.0 |  28M| 662 |   - |1800 |1690 |1800 | 229 |  99k| 189k|2945 | 0.000000e+00 | 1.400000e+01 |    Inf 
367.48/367.56	o 6
367.48/367.56	c * 358s|404960 |  1601 |823383 |   2.0 |  17M| 662 |   - |1800 |1798 |1800 | 224 |  99k| 189k|2964 | 0.000000e+00 | 6.000000e+00 |    Inf 
368.77/368.81	c 
368.77/368.81	c SCIP Status        : problem is solved [optimal solution found]
368.77/368.81	c Solving Time (sec) : 358.94
368.77/368.81	c Solving Nodes      : 405801
368.77/368.81	c Primal Bound       : +6.00000000000000e+00 (224 solutions)
368.77/368.81	c Dual Bound         : +6.00000000000000e+00
368.77/368.81	c Gap                : 0.00 %
368.77/368.81	s OPTIMUM FOUND
368.77/368.81	v -x200 x199 x198 -x197 x196 -x195 x194 -x193 x192 -x191 -x190 x189 x188 -x187 x186 -x185 x184 -x183 x182 -x181 x180 -x179 -x178 
368.77/368.81	v x177 x176 -x175 x174 -x173 -x172 x171 -x170 x169 x168 -x167 -x166 x165 x164 -x163 -x162 x161 x160 -x159 -x158 x157 x156 -x155 
368.77/368.81	v -x154 x153 -x152 x151 x150 -x149 -x148 x147 x146 -x145 x144 -x143 x142 -x141 x140 -x139 -x138 x137 x136 -x135 x134 -x133 -x132 
368.77/368.81	v x131 x130 -x129 -x128 x127 -x126 x125 -x124 x123 x122 -x121 -x120 x119 -x118 x117 -x116 x115 x114 -x113 x112 -x111 x110 -x109 
368.77/368.81	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 
368.77/368.81	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 
368.77/368.81	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 
368.77/368.81	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 
368.77/368.81	c SCIP Status        : problem is solved [optimal solution found]
368.77/368.81	c Solving Time       :     358.94
368.77/368.81	c Original Problem   :
368.77/368.81	c   Problem name     : HOME/instance-2700309-1278534696.wbo
368.77/368.81	c   Variables        : 1900 (1050 binary, 0 integer, 0 implicit integer, 850 continuous)
368.77/368.81	c   Constraints      : 1801 initial, 1801 maximal
368.77/368.81	c Presolved Problem  :
368.77/368.81	c   Problem name     : t_HOME/instance-2700309-1278534696.wbo
368.77/368.81	c   Variables        : 1800 (950 binary, 0 integer, 0 implicit integer, 850 continuous)
368.77/368.81	c   Constraints      : 1700 initial, 6640 maximal
368.77/368.81	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
368.77/368.81	c   trivial          :       0.00          0          0          0          0          0          0          0          0
368.77/368.81	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
368.77/368.81	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
368.77/368.81	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
368.77/368.81	c   implics          :       0.00          0          0          0          0          0          0          0          0
368.77/368.81	c   probing          :       0.02          0          0          0          0          0          0          0          0
368.77/368.81	c   indicator        :       0.00          0          0          0          0          0          0          0          0
368.77/368.81	c   linear           :       0.02          0        100          0        850          0        101          0          0
368.77/368.81	c   logicor          :       0.00          0          0          0          0          0          0          0          0
368.77/368.81	c   root node        :          -        847          -          -       1694          -          -          -          -
368.77/368.81	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
368.77/368.81	c   integral         :          0          0          0     417204          0          0         53          0          0       9508
368.77/368.81	c   indicator        :        850          0     878070     412405          0        925    9054151          0          0          0
368.77/368.81	c   linear           :        850          6     876760     412341          0       8981     671811     101719          0          0
368.77/368.81	c   logicor          :          0+         0     529068          0          0       1130     280383          0          0          0
368.77/368.81	c   countsols        :          0          0          0     368574          0          0          0          0          0          0
368.77/368.81	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
368.77/368.81	c   integral         :       3.16       0.00       0.00       3.16       0.00
368.77/368.81	c   indicator        :      39.05       0.03      15.42      23.60       0.00
368.77/368.81	c   linear           :      25.76       0.00      12.35      13.41       0.00
368.77/368.81	c   logicor          :       8.26       0.00       8.26       0.00       0.00
368.77/368.81	c   countsols        :       0.07       0.00       0.00       0.07       0.00
368.77/368.81	c Propagators        :       Time      Calls    Cutoffs    DomReds
368.77/368.81	c   vbounds          :       0.24          2          0          0
368.77/368.81	c   rootredcost      :       0.22        122          0        847
368.77/368.81	c   pseudoobj        :      22.96     909354      31471    7568528
368.77/368.81	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
368.77/368.81	c   propagation      :       2.42      41582      41480     145022       24.5      71094        3.9          -
368.77/368.81	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
368.77/368.81	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
368.77/368.81	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
368.77/368.81	c   pseudo solution  :       0.01        145        145        614       19.4        381        4.1          -
368.77/368.81	c   applied globally :          -          -          -     190895       16.0          -          -          -
368.77/368.81	c   applied locally  :          -          -          -          0        0.0          -          -          -
368.77/368.81	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
368.77/368.81	c   cut pool         :       0.00          3          -          -          6          -    (maximal pool size: 56)
368.77/368.81	c   redcost          :      17.60     429739          0    1341746          0          0
368.77/368.81	c   impliedbounds    :       0.00          4          0          0          0          0
368.77/368.81	c   intobj           :       0.00          0          0          0          0          0
368.77/368.81	c   cgmip            :       0.00          0          0          0          0          0
368.77/368.81	c   gomory           :       0.01          4          0          0         58          0
368.77/368.81	c   strongcg         :       0.00          4          0          0          0          0
368.77/368.81	c   cmir             :       0.01          4          0          0          0          0
368.77/368.81	c   flowcover        :       0.03          4          0          0          0          0
368.77/368.81	c   clique           :       0.00          1          0          0          0          0
368.77/368.81	c   zerohalf         :       0.00          0          0          0          0          0
368.77/368.81	c   mcf              :       0.00          1          0          0          0          0
368.77/368.81	c   rapidlearning    :       0.00          0          0          0          0          0
368.77/368.81	c Pricers            :       Time      Calls       Vars
368.77/368.81	c   problem variables:       0.00          0          0
368.77/368.81	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
368.77/368.81	c   relpscost        :       3.01       4796          0         53          0          0       9508
368.77/368.81	c   pscost           :       0.00          0          0          0          0          0          0
368.77/368.81	c   inference        :      28.33     368454          0          0          0          0     736908
368.77/368.81	c   mostinf          :       0.00          0          0          0          0          0          0
368.77/368.81	c   leastinf         :       0.00          0          0          0          0          0          0
368.77/368.81	c   fullstrong       :       0.00          0          0          0          0          0          0
368.77/368.81	c   allfullstrong    :       0.00          0          0          0          0          0          0
368.77/368.81	c   random           :       0.00          0          0          0          0          0          0
368.77/368.81	c Primal Heuristics  :       Time      Calls      Found
368.77/368.81	c   LP solutions     :       0.85          -        120
368.77/368.81	c   pseudo solutions :       0.00          -          0
368.77/368.81	c   feaspump         :       0.00          0          0
368.77/368.81	c   intshifting      :       0.01          2          0
368.77/368.81	c   oneopt           :       0.38         92          0
368.77/368.81	c   fracdiving       :       0.14        307          0
368.77/368.81	c   veclendiving     :       0.15        307          0
368.77/368.81	c   guideddiving     :       0.17        307          0
368.77/368.81	c   coefdiving       :       0.17        308          0
368.77/368.81	c   pscostdiving     :       0.23        308          0
368.77/368.81	c   linesearchdiving :       0.24        308          0
368.77/368.81	c   crossover        :       1.95        134          5
368.77/368.81	c   objpscostdiving  :       0.19        307          0
368.77/368.81	c   rootsoldiving    :       0.22        307          0
368.77/368.81	c   trivial          :       0.00          2          1
368.77/368.81	c   simplerounding   :       0.28       5273          0
368.77/368.81	c   zirounding       :       0.14       1000          0
368.77/368.81	c   rounding         :       0.20       3372          2
368.77/368.81	c   shifting         :       0.17        289          0
368.77/368.81	c   twoopt           :       0.00          0          0
368.77/368.81	c   fixandinfer      :       0.00          0          0
368.77/368.81	c   intdiving        :       0.00          0          0
368.77/368.81	c   actconsdiving    :       0.00          0          0
368.77/368.81	c   octane           :       0.00          0          0
368.77/368.81	c   rens             :       0.01          1          0
368.77/368.81	c   rins             :       0.00          0          0
368.77/368.81	c   localbranching   :       0.00          0          0
368.77/368.81	c   mutation         :       0.00          0          0
368.77/368.81	c   dins             :       0.00          0          0
368.77/368.81	c   undercover       :       0.00          0          0
368.77/368.81	c   nlp              :       0.09          0          0
368.77/368.81	c   trysol           :       0.26       1209         96
368.77/368.81	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
368.77/368.81	c   primal LP        :       0.00          0          0       0.00          -
368.77/368.81	c   dual LP          :     126.08     112250     830836       7.40    6589.75
368.77/368.81	c   lex dual LP      :       0.00          0          0       0.00          -
368.77/368.81	c   barrier LP       :       0.00          0          0       0.00          -
368.77/368.81	c   diving/probing LP:       0.11         94       7257      77.20   65972.73
368.77/368.81	c   strong branching :       2.97       2984      50288      16.85   16931.99
368.77/368.81	c     (at root node) :          -         33       5874     178.00          -
368.77/368.81	c   conflict analysis:       0.00          0          0       0.00          -
368.77/368.81	c B&B Tree           :
368.77/368.81	c   number of runs   :          1
368.77/368.81	c   nodes            :     405801
368.77/368.81	c   nodes (total)    :     405801
368.77/368.81	c   nodes left       :          0
368.77/368.81	c   max depth        :        662
368.77/368.81	c   max depth (total):        662
368.77/368.81	c   backtracks       :      13171 (3.2%)
368.77/368.81	c   delayed cutoffs  :      30732
368.77/368.81	c   repropagations   :      84769 (3882927 domain reductions, 10178 cutoffs)
368.77/368.81	c   avg switch length:       3.11
368.77/368.81	c   switching time   :      25.26
368.77/368.81	c Solution           :
368.77/368.81	c   Solutions found  :        224 (123 improvements)
368.77/368.81	c   First Solution   : +4.20925000000000e+05   (in run 1, after 1 nodes, 0.04 seconds, depth 0, found by <trivial>)
368.77/368.81	c   Primal Bound     : +6.00000000000000e+00   (in run 1, after 404960 nodes, 357.73 seconds, depth 18, found by <relaxation>)
368.77/368.81	c   Dual Bound       : +6.00000000000000e+00
368.77/368.81	c   Gap              :       0.00 %
368.77/368.81	c   Root Dual Bound  : +0.00000000000000e+00
368.77/368.81	c   Root Iterations  :        304
368.77/368.83	c Time complete: 368.81.

Verifier Data

OK	6

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2700309-1278534696/watcher-2700309-1278534696 -o /tmp/evaluation-result-2700309-1278534696/solver-2700309-1278534696 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2700309-1278534696.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.08 1.90 1.20 4/176 18292
/proc/meminfo: memFree=28906336/32951132 swapFree=67111528/67111528
[pid=18292] ppid=18290 vsize=10848 CPUtime=0
/proc/18292/stat : 18292 (pbscip.linux.x8) R 18290 18292 17444 0 -1 4202496 1664 0 0 0 0 0 0 0 25 0 1 0 21683335 11108352 1584 4089446400 4194304 9819077 140736884970800 18446744073709551615 8655033 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/18292/statm: 2712 1584 392 1374 0 1333 0

[startup+0.103796 s]
/proc/loadavg: 2.08 1.90 1.20 4/176 18292
/proc/meminfo: memFree=28906336/32951132 swapFree=67111528/67111528
[pid=18292] ppid=18290 vsize=25992 CPUtime=0.1
/proc/18292/stat : 18292 (pbscip.linux.x8) R 18290 18292 17444 0 -1 4202496 6348 0 0 0 9 1 0 0 25 0 1 0 21683335 26615808 5075 4089446400 4194304 9819077 140736884970800 18446744073709551615 6044352 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18292/statm: 6498 5075 673 1374 0 5119 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 25992

[startup+0.200778 s]
/proc/loadavg: 2.08 1.90 1.20 4/176 18292
/proc/meminfo: memFree=28906336/32951132 swapFree=67111528/67111528
[pid=18292] ppid=18290 vsize=30216 CPUtime=0.19
/proc/18292/stat : 18292 (pbscip.linux.x8) R 18290 18292 17444 0 -1 4202496 10757 0 0 0 18 1 0 0 25 0 1 0 21683335 30941184 5883 4089446400 4194304 9819077 140736884970800 18446744073709551615 6391567 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18292/statm: 7554 5883 695 1374 0 6175 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 30216

[startup+0.300761 s]
/proc/loadavg: 2.08 1.90 1.20 4/176 18292
/proc/meminfo: memFree=28906336/32951132 swapFree=67111528/67111528
[pid=18292] ppid=18290 vsize=30216 CPUtime=0.28
/proc/18292/stat : 18292 (pbscip.linux.x8) R 18290 18292 17444 0 -1 4202496 11722 0 0 0 27 1 0 0 25 0 1 0 21683335 30941184 5885 4089446400 4194304 9819077 140736884970800 18446744073709551615 6391555 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18292/statm: 7554 5885 695 1374 0 6175 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 30216

[startup+0.700695 s]
/proc/loadavg: 2.08 1.90 1.20 4/176 18292
/proc/meminfo: memFree=28906336/32951132 swapFree=67111528/67111528
[pid=18292] ppid=18290 vsize=30184 CPUtime=0.68
/proc/18292/stat : 18292 (pbscip.linux.x8) R 18290 18292 17444 0 -1 4202496 16641 0 0 0 65 3 0 0 25 0 1 0 21683335 30908416 5895 4089446400 4194304 9819077 140736884970800 18446744073709551615 7290263 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18292/statm: 7546 5895 700 1374 0 6167 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 30184

[startup+1.50055 s]
/proc/loadavg: 2.07 1.90 1.20 3/177 18293
/proc/meminfo: memFree=28883140/32951132 swapFree=67111528/67111528
[pid=18292] ppid=18290 vsize=31160 CPUtime=1.49
/proc/18292/stat : 18292 (pbscip.linux.x8) R 18290 18292 17444 0 -1 4202496 30287 0 0 0 142 7 0 0 25 0 1 0 21683335 31907840 6134 4089446400 4194304 9819077 140736884970800 18446744073709551615 6198302 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18292/statm: 7790 6134 703 1374 0 6411 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 31160

[startup+3.10028 s]
/proc/loadavg: 2.07 1.90 1.20 3/177 18293
/proc/meminfo: memFree=28879048/32951132 swapFree=67111528/67111528
[pid=18292] ppid=18290 vsize=34628 CPUtime=3.09
/proc/18292/stat : 18292 (pbscip.linux.x8) R 18290 18292 17444 0 -1 4202496 40074 0 0 0 298 11 0 0 25 0 1 0 21683335 35459072 7364 4089446400 4194304 9819077 140736884970800 18446744073709551615 4436491 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18292/statm: 8657 7364 707 1374 0 7278 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 34628

[startup+6.30075 s]
/proc/loadavg: 2.15 1.92 1.21 3/177 18293
/proc/meminfo: memFree=28871856/32951132 swapFree=67111528/67111528
[pid=18292] ppid=18290 vsize=40040 CPUtime=6.29
/proc/18292/stat : 18292 (pbscip.linux.x8) R 18290 18292 17444 0 -1 4202496 58811 0 0 0 607 22 0 0 25 0 1 0 21683335 41000960 8486 4089446400 4194304 9819077 140736884970800 18446744073709551615 5956081 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18292/statm: 10010 8486 707 1374 0 8631 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 40040

[startup+12.7007 s]
/proc/loadavg: 2.13 1.92 1.22 3/177 18293
/proc/meminfo: memFree=28854380/32951132 swapFree=67111528/67111528
[pid=18292] ppid=18290 vsize=51612 CPUtime=12.69
/proc/18292/stat : 18292 (pbscip.linux.x8) R 18290 18292 17444 0 -1 4202496 81440 0 0 0 1232 37 0 0 25 0 1 0 21683335 52850688 11447 4089446400 4194304 9819077 140736884970800 18446744073709551615 5953094 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18292/statm: 12903 11447 707 1374 0 11524 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 51612

[startup+25.5065 s]
/proc/loadavg: 2.10 1.93 1.23 3/177 18294
/proc/meminfo: memFree=28814720/32951132 swapFree=67111528/67111528
[pid=18292] ppid=18290 vsize=75228 CPUtime=25.5
/proc/18292/stat : 18292 (pbscip.linux.x8) R 18290 18292 17444 0 -1 4202496 159356 0 0 0 2475 75 0 0 25 0 1 0 21683335 77033472 17347 4089446400 4194304 9819077 140736884970800 18446744073709551615 8494827 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18292/statm: 18807 17347 707 1374 0 17428 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 75228

[startup+51.1002 s]
/proc/loadavg: 2.07 1.93 1.25 3/177 18294
/proc/meminfo: memFree=28745616/32951132 swapFree=67111528/67111528
[pid=18292] ppid=18290 vsize=121060 CPUtime=51.09
/proc/18292/stat : 18292 (pbscip.linux.x8) R 18290 18292 17444 0 -1 4202496 264492 0 0 0 4969 140 0 0 25 0 1 0 21683335 123965440 28388 4089446400 4194304 9819077 140736884970800 18446744073709551615 4651565 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18292/statm: 30265 28388 707 1374 0 28886 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 121060

[startup+102.301 s]
/proc/loadavg: 2.07 1.95 1.29 3/177 18296
/proc/meminfo: memFree=28626172/32951132 swapFree=67111528/67111528
[pid=18292] ppid=18290 vsize=200380 CPUtime=102.29
/proc/18292/stat : 18292 (pbscip.linux.x8) R 18290 18292 17444 0 -1 4202496 486619 0 0 0 9953 276 0 0 25 0 1 0 21683335 205189120 46879 4089446400 4194304 9819077 140736884970800 18446744073709551615 4429712 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18292/statm: 50095 46879 707 1374 0 48716 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 200380

[startup+162.3 s]
/proc/loadavg: 2.02 1.96 1.33 3/177 18297
/proc/meminfo: memFree=28486000/32951132 swapFree=67111528/67111528
[pid=18292] ppid=18290 vsize=282764 CPUtime=162.28
/proc/18292/stat : 18292 (pbscip.linux.x8) R 18290 18292 17444 0 -1 4202496 709119 0 0 0 15800 428 0 0 25 0 1 0 21683335 289550336 66454 4089446400 4194304 9819077 140736884970800 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18292/statm: 70691 66454 707 1374 0 69312 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 282764

[startup+222.3 s]
/proc/loadavg: 2.01 1.97 1.37 3/177 18298
/proc/meminfo: memFree=28374972/32951132 swapFree=67111528/67111528
[pid=18292] ppid=18290 vsize=336628 CPUtime=222.28
/proc/18292/stat : 18292 (pbscip.linux.x8) R 18290 18292 17444 0 -1 4202496 915415 0 0 0 21647 581 0 0 25 0 1 0 21683335 344707072 79186 4089446400 4194304 9819077 140736884970800 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18292/statm: 84157 79186 707 1374 0 82778 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 336628

[startup+282.301 s]
/proc/loadavg: 2.00 1.97 1.41 3/177 18300
/proc/meminfo: memFree=28282420/32951132 swapFree=67111528/67111528
[pid=18292] ppid=18290 vsize=384492 CPUtime=282.28
/proc/18292/stat : 18292 (pbscip.linux.x8) R 18290 18292 17444 0 -1 4202496 1144327 0 0 0 27486 742 0 0 25 0 1 0 21683335 393719808 88883 4089446400 4194304 9819077 140736884970800 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18292/statm: 96123 88883 707 1374 0 94744 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 384492

[startup+342.306 s]
/proc/loadavg: 2.00 1.97 1.44 3/177 18302
/proc/meminfo: memFree=28213164/32951132 swapFree=67111528/67111528
[pid=18292] ppid=18290 vsize=401008 CPUtime=342.28
/proc/18292/stat : 18292 (pbscip.linux.x8) R 18290 18292 17444 0 -1 4202496 1452680 0 0 0 33320 908 0 0 25 0 1 0 21683335 410632192 92374 4089446400 4194304 9819077 140736884970800 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18292/statm: 100252 92374 707 1374 0 98873 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 401008

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

[startup+345.7 s]
/proc/loadavg: 2.00 1.97 1.44 3/177 18302
/proc/meminfo: memFree=28209936/32951132 swapFree=67111528/67111528
[pid=18292] ppid=18290 vsize=402780 CPUtime=345.67
/proc/18292/stat : 18292 (pbscip.linux.x8) R 18290 18292 17444 0 -1 4202496 1468751 0 0 0 33650 917 0 0 25 0 1 0 21683335 412446720 92767 4089446400 4194304 9819077 140736884970800 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18292/statm: 100695 92767 707 1374 0 99316 0
Current children cumulated CPU time (s) 345.67
Current children cumulated vsize (KiB) 402780

[startup+358.5 s]
/proc/loadavg: 2.00 1.97 1.45 3/177 18302
/proc/meminfo: memFree=28191456/32951132 swapFree=67111528/67111528
[pid=18292] ppid=18290 vsize=409324 CPUtime=358.47
/proc/18292/stat : 18292 (pbscip.linux.x8) R 18290 18292 17444 0 -1 4202496 1524499 0 0 0 34897 950 0 0 25 0 1 0 21683335 419147776 94132 4089446400 4194304 9819077 140736884970800 18446744073709551615 8657695 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18292/statm: 102331 94132 707 1374 0 100952 0
Current children cumulated CPU time (s) 358.47
Current children cumulated vsize (KiB) 409324

[startup+364.901 s]
/proc/loadavg: 2.00 1.97 1.45 3/177 18302
/proc/meminfo: memFree=28184264/32951132 swapFree=67111528/67111528
[pid=18292] ppid=18290 vsize=411256 CPUtime=364.88
/proc/18292/stat : 18292 (pbscip.linux.x8) R 18290 18292 17444 0 -1 4202496 1571884 0 0 0 35517 971 0 0 25 0 1 0 21683335 421126144 94576 4089446400 4194304 9819077 140736884970800 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18292/statm: 102814 94576 707 1374 0 101435 0
Current children cumulated CPU time (s) 364.88
Current children cumulated vsize (KiB) 411256

[startup+366.506 s]
/proc/loadavg: 2.00 1.97 1.46 3/177 18302
/proc/meminfo: memFree=28182028/32951132 swapFree=67111528/67111528
[pid=18292] ppid=18290 vsize=411708 CPUtime=366.48
/proc/18292/stat : 18292 (pbscip.linux.x8) R 18290 18292 17444 0 -1 4202496 1577098 0 0 0 35672 976 0 0 25 0 1 0 21683335 421588992 94646 4089446400 4194304 9819077 140736884970800 18446744073709551615 4221906 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18292/statm: 102927 94646 707 1374 0 101548 0
Current children cumulated CPU time (s) 366.48
Current children cumulated vsize (KiB) 411708

[startup+368.101 s]
/proc/loadavg: 2.00 1.97 1.46 3/177 18302
/proc/meminfo: memFree=28180416/32951132 swapFree=67111528/67111528
[pid=18292] ppid=18290 vsize=411640 CPUtime=368.07
/proc/18292/stat : 18292 (pbscip.linux.x8) R 18290 18292 17444 0 -1 4202496 1591983 0 0 0 35826 981 0 0 25 0 1 0 21683335 421519360 94678 4089446400 4194304 9819077 140736884970800 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18292/statm: 102910 94678 708 1374 0 101531 0
Current children cumulated CPU time (s) 368.07
Current children cumulated vsize (KiB) 411640

[startup+368.5 s]
/proc/loadavg: 2.00 1.97 1.46 3/177 18302
/proc/meminfo: memFree=28180416/32951132 swapFree=67111528/67111528
[pid=18292] ppid=18290 vsize=411664 CPUtime=368.48
/proc/18292/stat : 18292 (pbscip.linux.x8) R 18290 18292 17444 0 -1 4202496 1594481 0 0 0 35865 983 0 0 25 0 1 0 21683335 421543936 94677 4089446400 4194304 9819077 140736884970800 18446744073709551615 4227171 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18292/statm: 102916 94677 708 1374 0 101537 0
Current children cumulated CPU time (s) 368.48
Current children cumulated vsize (KiB) 411664

[startup+368.706 s]
/proc/loadavg: 2.00 1.97 1.46 3/177 18302
/proc/meminfo: memFree=28179424/32951132 swapFree=67111528/67111528
[pid=18292] ppid=18290 vsize=408336 CPUtime=368.68
/proc/18292/stat : 18292 (pbscip.linux.x8) R 18290 18292 17444 0 -1 4202496 1598140 0 0 0 35884 984 0 0 25 0 1 0 21683335 418136064 93851 4089446400 4194304 9819077 140736884970800 18446744073709551615 4948350 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18292/statm: 102084 93851 708 1374 0 100705 0
Current children cumulated CPU time (s) 368.68
Current children cumulated vsize (KiB) 408336

[startup+368.8 s]
/proc/loadavg: 2.00 1.97 1.46 3/177 18302
/proc/meminfo: memFree=28179424/32951132 swapFree=67111528/67111528
[pid=18292] ppid=18290 vsize=408156 CPUtime=368.77
/proc/18292/stat : 18292 (pbscip.linux.x8) R 18290 18292 17444 0 -1 4202496 1599082 0 0 0 35893 984 0 0 25 0 1 0 21683335 417951744 93850 4089446400 4194304 9819077 140736884970800 18446744073709551615 7223624 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18292/statm: 102084 93851 708 1374 0 100705 0
Current children cumulated CPU time (s) 368.77
Current children cumulated vsize (KiB) 408156

Child status: 0
Real time (s): 368.839
CPU time (s): 368.821
CPU user time (s): 358.962
CPU system time (s): 9.8585
CPU usage (%): 99.9951
Max. virtual memory (cumulated for all children) (KiB): 415896

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

runsolver used 0.551916 second user time and 1.22481 second system time

The end

Launcher Data

Begin job on node129 at 2010-07-07 22:31:36
IDJOB=2700309
IDBENCH=79417
IDSOLVER=1205
FILE ID=node129/2700309-1278534696
PBS_JOBID= 11239220
Free space on /tmp= 73788 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-jnh16_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-2700309-1278534696/watcher-2700309-1278534696 -o /tmp/evaluation-result-2700309-1278534696/solver-2700309-1278534696 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2700309-1278534696.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 8941aeee87a1a646f79f1fa97035d3b2
RANDOM SEED=1783785517

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

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      28906864 kB
Buffers:        137304 kB
Cached:        2885928 kB
SwapCached:          0 kB
Active:        2019228 kB
Inactive:      1881952 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      28906864 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            6412 kB
Writeback:           0 kB
AnonPages:      877812 kB
Mapped:          15508 kB
Slab:            77412 kB
PageTables:       5916 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:  1025136 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73784 MiB
End job on node129 at 2010-07-07 22:37:45