Trace number 2700177

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 229.935 229.933

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/jnh/
normalized-jnh11_wcsp.wbo
MD5SUM540e5098c207f1245411172896d943a2
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark172
Best CPU time to get the best result obtained on this benchmark1.47578
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-2700177-1278534274.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.05/0.06	o 420925
0.05/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.05/0.06	c t 0.0s|     1 |     0 |     0 |     - |6127k|   0 |   - |1800 |1700 |   0 |   0 |   0 |   0 |   0 |      --      | 4.209250e+05 |    Inf 
0.05/0.06	c   0.0s|     1 |     0 |     0 |     - |6525k|   0 |   0 |1800 |1700 |1800 |   0 |   0 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.05/0.06	c   0.0s|     1 |     0 |    42 |     - |6567k|   0 |   4 |1800 |1700 |1800 |  72 |  72 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.05/0.07	c   0.0s|     1 |     0 |   121 |     - |6617k|   0 |  28 |1800 |1700 |1800 | 110 | 110 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.05/0.08	c   0.1s|     1 |     0 |   165 |     - |6720k|   0 |  57 |1800 |1700 |1800 | 138 | 138 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.05/0.09	c   0.1s|     1 |     0 |   264 |     - |6865k|   0 |  51 |1800 |1700 |1800 | 160 | 160 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.09/0.11	c   0.1s|     1 |     0 |   329 |     - |6948k|   0 |  55 |1800 |1700 |1800 | 173 | 173 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.09/0.12	c   0.1s|     1 |     0 |   334 |     - |6973k|   0 |  57 |1800 |1700 |1800 | 174 | 174 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.29/0.36	c   0.3s|     1 |     2 |   505 |     - |7025k|   0 |  57 |1800 |1700 |1800 | 174 | 174 |   0 |  33 | 0.000000e+00 | 4.209250e+05 |    Inf 
4.09/4.18	o 9867
4.09/4.18	c * 3.9s|  4535 |  4060 |  6697 |   1.4 |  12M| 812 |   - |1800 |1723 |1800 | 276 | 802 |  23 | 728 | 0.000000e+00 | 9.867000e+03 |    Inf 
7.89/7.94	c   7.4s| 10000 |  9400 | 13933 |   1.4 |  19M| 812 |   0 |1800 |2185 |1800 | 190 |1691 | 485 | 775 | 0.000000e+00 | 9.867000e+03 |    Inf 
8.19/8.22	o 9795
8.19/8.22	c * 7.7s| 10417 |  9740 | 14381 |   1.3 |  20M| 812 |   - |1800 |2366 |1800 | 190 |1744 | 666 | 775 | 0.000000e+00 | 9.795000e+03 |    Inf 
8.19/8.23	o 9356
8.19/8.23	c * 7.7s| 10420 |  9582 | 14409 |   1.4 |  19M| 812 |   - |1800 |2366 |1800 | 190 |1744 | 666 | 775 | 0.000000e+00 | 9.356000e+03 |    Inf 
8.19/8.27	o 9102
8.19/8.27	c * 7.7s| 10485 |  9579 | 14469 |   1.3 |  19M| 812 |   - |1800 |2376 |1800 | 186 |1744 | 676 | 775 | 0.000000e+00 | 9.102000e+03 |    Inf 
8.59/8.62	o 9077
8.59/8.62	c * 8.1s| 11006 | 10037 | 14960 |   1.3 |  20M| 812 |   - |1800 |2579 |1800 | 190 |1770 | 879 | 775 | 0.000000e+00 | 9.077000e+03 |    Inf 
8.59/8.62	o 8746
8.59/8.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
8.59/8.62	c * 8.1s| 11007 |  9892 | 14960 |   1.3 |  20M| 812 |   - |1800 |2579 |1800 | 190 |1770 | 879 | 775 | 0.000000e+00 | 8.746000e+03 |    Inf 
8.59/8.69	o 8700
8.59/8.69	c * 8.1s| 11097 |  9955 | 15052 |   1.3 |  20M| 812 |   - |1800 |2629 |1800 | 193 |1775 | 929 | 775 | 0.000000e+00 | 8.700000e+03 |    Inf 
8.70/8.75	o 8697
8.70/8.75	c * 8.2s| 11183 | 10031 | 15139 |   1.3 |  20M| 812 |   - |1800 |2650 |1800 | 187 |1777 | 950 | 775 | 0.000000e+00 | 8.697000e+03 |    Inf 
8.70/8.76	o 8611
8.70/8.76	c * 8.2s| 11198 | 10002 | 15176 |   1.3 |  20M| 812 |   - |1800 |2670 |1800 | 187 |1777 | 970 | 775 | 0.000000e+00 | 8.611000e+03 |    Inf 
8.70/8.77	o 8547
8.70/8.77	c * 8.2s| 11199 |  9972 | 15177 |   1.3 |  20M| 812 |   - |1800 |2670 |1800 | 187 |1777 | 970 | 775 | 0.000000e+00 | 8.547000e+03 |    Inf 
9.09/9.11	o 8508
9.09/9.11	c * 8.5s| 11656 | 10356 | 15654 |   1.3 |  21M| 812 |   - |1800 |2951 |1800 | 196 |1834 |1251 | 775 | 0.000000e+00 | 8.508000e+03 |    Inf 
9.09/9.11	o 8507
9.09/9.11	c * 8.5s| 11657 | 10355 | 15655 |   1.3 |  21M| 812 |   - |1800 |2951 |1800 | 196 |1834 |1251 | 775 | 0.000000e+00 | 8.507000e+03 |    Inf 
9.09/9.15	o 8464
9.09/9.15	c * 8.6s| 11717 | 10388 | 15730 |   1.3 |  21M| 812 |   - |1800 |2971 |1800 | 188 |1835 |1271 | 775 | 0.000000e+00 | 8.464000e+03 |    Inf 
9.29/9.31	o 8303
9.29/9.31	c * 8.7s| 11921 | 10497 | 16035 |   1.3 |  21M| 812 |   - |1800 |3096 |1800 | 193 |1879 |1396 | 775 | 0.000000e+00 | 8.303000e+03 |    Inf 
9.29/9.31	o 8239
9.29/9.31	c * 8.7s| 11922 | 10469 | 16037 |   1.3 |  21M| 812 |   - |1800 |3096 |1800 | 193 |1879 |1396 | 775 | 0.000000e+00 | 8.239000e+03 |    Inf 
9.29/9.38	o 7931
9.29/9.38	c * 8.8s| 12023 | 10420 | 16127 |   1.3 |  21M| 812 |   - |1800 |3116 |1800 | 195 |1886 |1416 | 775 | 0.000000e+00 | 7.931000e+03 |    Inf 
9.29/9.38	o 7867
9.29/9.38	c * 8.8s| 12024 | 10390 | 16129 |   1.3 |  21M| 812 |   - |1800 |3116 |1800 | 195 |1886 |1416 | 775 | 0.000000e+00 | 7.867000e+03 |    Inf 
9.49/9.57	o 7862
9.49/9.57	c * 8.9s| 12256 | 10589 | 16416 |   1.3 |  21M| 812 |   - |1800 |3254 |1800 | 197 |1909 |1554 | 775 | 0.000000e+00 | 7.862000e+03 |    Inf 
9.49/9.57	o 7695
9.49/9.57	c * 8.9s| 12258 | 10513 | 16436 |   1.3 |  21M| 812 |   - |1800 |3254 |1800 | 197 |1909 |1554 | 775 | 0.000000e+00 | 7.695000e+03 |    Inf 
9.59/9.64	o 7359
9.59/9.64	c * 9.0s| 12344 | 10430 | 16520 |   1.3 |  21M| 812 |   - |1800 |3291 |1800 | 200 |1918 |1591 | 775 | 0.000000e+00 | 7.359000e+03 |    Inf 
9.59/9.66	o 7316
9.59/9.66	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
9.59/9.66	c * 9.0s| 12382 | 10435 | 16562 |   1.3 |  21M| 812 |   - |1800 |3301 |1800 | 201 |1921 |1601 | 775 | 0.000000e+00 | 7.316000e+03 |    Inf 
9.59/9.66	o 7252
9.59/9.66	c * 9.0s| 12383 | 10401 | 16563 |   1.3 |  21M| 812 |   - |1800 |3301 |1800 | 201 |1921 |1601 | 775 | 0.000000e+00 | 7.252000e+03 |    Inf 
9.69/9.76	o 7126
9.69/9.76	c * 9.1s| 12501 | 10403 | 16800 |   1.3 |  21M| 812 |   - |1800 |3359 |1800 | 197 |1943 |1659 | 775 | 0.000000e+00 | 7.126000e+03 |    Inf 
9.69/9.76	o 7001
9.69/9.76	c * 9.1s| 12502 | 10336 | 16804 |   1.3 |  21M| 812 |   - |1800 |3359 |1800 | 197 |1943 |1659 | 775 | 0.000000e+00 | 7.001000e+03 |    Inf 
9.80/9.81	o 6684
9.80/9.81	c * 9.2s| 12583 | 10264 | 16918 |   1.3 |  20M| 812 |   - |1800 |3371 |1800 | 192 |1950 |1671 | 775 | 0.000000e+00 | 6.684000e+03 |    Inf 
9.80/9.85	o 6635
9.80/9.85	c * 9.2s| 12627 | 10265 | 17003 |   1.3 |  21M| 812 |   - |1800 |3421 |1800 | 200 |1961 |1721 | 775 | 0.000000e+00 | 6.635000e+03 |    Inf 
9.89/9.92	o 6513
9.89/9.92	c * 9.3s| 12715 | 10276 | 17137 |   1.3 |  21M| 812 |   - |1800 |3469 |1800 | 190 |1969 |1769 | 775 | 0.000000e+00 | 6.513000e+03 |    Inf 
9.99/10.00	o 6305
9.99/10.00	c * 9.3s| 12816 | 10246 | 17269 |   1.3 |  21M| 812 |   - |1800 |3534 |1800 | 193 |1983 |1834 | 775 | 0.000000e+00 | 6.305000e+03 |    Inf 
9.99/10.00	o 6241
9.99/10.00	c * 9.3s| 12817 | 10209 | 17273 |   1.3 |  21M| 812 |   - |1800 |3534 |1800 | 193 |1983 |1834 | 775 | 0.000000e+00 | 6.241000e+03 |    Inf 
9.99/10.08	o 6234
9.99/10.08	c * 9.4s| 12905 | 10273 | 17441 |   1.3 |  21M| 812 |   - |1800 |3613 |1800 | 194 |2002 |1913 | 775 | 0.000000e+00 | 6.234000e+03 |    Inf 
9.99/10.09	o 6198
9.99/10.09	c * 9.4s| 12908 | 10247 | 17458 |   1.3 |  21M| 812 |   - |1800 |3613 |1800 | 194 |2002 |1913 | 775 | 0.000000e+00 | 6.198000e+03 |    Inf 
10.09/10.12	o 6127
10.09/10.12	c * 9.4s| 12958 | 10231 | 17519 |   1.3 |  21M| 812 |   - |1800 |3646 |1800 | 202 |2011 |1946 | 775 | 0.000000e+00 | 6.127000e+03 |    Inf 
10.29/10.34	o 5900
10.29/10.34	c * 9.7s| 13214 | 10275 | 18061 |   1.3 |  21M| 812 |   - |1800 |3860 |1800 | 192 |2085 |2166 | 775 | 0.000000e+00 | 5.900000e+03 |    Inf 
10.49/10.54	o 5870
10.49/10.54	c * 9.8s| 13430 | 10410 | 18557 |   1.4 |  22M| 812 |   - |1800 |4085 |1800 | 193 |2134 |2405 | 775 | 0.000000e+00 | 5.870000e+03 |    Inf 
10.49/10.55	o 5846
10.49/10.55	c * 9.8s| 13431 | 10393 | 18565 |   1.4 |  22M| 812 |   - |1800 |4085 |1800 | 192 |2134 |2405 | 775 | 0.000000e+00 | 5.846000e+03 |    Inf 
10.49/10.57	o 5706
10.49/10.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
10.49/10.57	c * 9.9s| 13457 | 10281 | 18644 |   1.4 |  21M| 812 |   - |1800 |4085 |1800 | 190 |2136 |2405 | 775 | 0.000000e+00 | 5.706000e+03 |    Inf 
10.79/10.86	o 5553
10.79/10.86	c *10.1s| 13783 | 10398 | 19326 |   1.4 |  21M| 812 |   - |1800 |4364 |1800 | 192 |2209 |2712 | 775 | 0.000000e+00 | 5.553000e+03 |    Inf 
10.79/10.86	o 5489
10.79/10.86	c *10.1s| 13784 | 10346 | 19332 |   1.4 |  21M| 812 |   - |1800 |4364 |1800 | 192 |2209 |2712 | 775 | 0.000000e+00 | 5.489000e+03 |    Inf 
12.39/12.45	o 5358
12.39/12.45	c *11.6s| 15585 | 11545 | 23972 |   1.5 |  24M| 812 |   - |1800 |5755 |1800 | 197 |2864 |4812 | 780 | 0.000000e+00 | 5.358000e+03 |    Inf 
12.39/12.45	o 5294
12.39/12.45	c *11.6s| 15586 | 11495 | 23976 |   1.5 |  24M| 812 |   - |1800 |5755 |1800 | 197 |2864 |4812 | 780 | 0.000000e+00 | 5.294000e+03 |    Inf 
14.79/14.80	o 5006
14.79/14.80	c *13.9s| 18401 | 13380 | 30182 |   1.6 |  27M| 812 |   - |1800 |5622 |1800 | 232 |3638 |7125 | 784 | 0.000000e+00 | 5.006000e+03 |    Inf 
16.09/16.11	c  15.1s| 20000 | 14731 | 33283 |   1.6 |  29M| 812 |   0 |1800 |5392 |1800 | 179 |4065 |7925 | 784 | 0.000000e+00 | 5.006000e+03 |    Inf 
17.69/17.79	o 5003
17.69/17.79	c *16.7s| 21997 | 16408 | 39742 |   1.8 |  31M| 812 |   - |1800 |5025 |1800 | 222 |4594 |8759 | 786 | 0.000000e+00 | 5.003000e+03 |    Inf 
17.69/17.79	o 4992
17.69/17.79	c *16.7s| 21998 | 16385 | 39744 |   1.8 |  31M| 812 |   - |1800 |5025 |1800 | 222 |4594 |8759 | 786 | 0.000000e+00 | 4.992000e+03 |    Inf 
18.09/18.13	o 4890
18.09/18.13	c *17.0s| 22443 | 16594 | 40215 |   1.8 |  32M| 812 |   - |1800 |5205 |1800 | 197 |4652 |9010 | 786 | 0.000000e+00 | 4.890000e+03 |    Inf 
18.09/18.13	o 4743
18.09/18.13	c *17.0s| 22444 | 16257 | 40217 |   1.8 |  31M| 812 |   - |1800 |5205 |1800 | 197 |4652 |9010 | 786 | 0.000000e+00 | 4.743000e+03 |    Inf 
18.09/18.16	o 4700
18.09/18.16	c *17.0s| 22483 | 16198 | 40316 |   1.8 |  31M| 812 |   - |1800 |5209 |1800 | 200 |4659 |9019 | 786 | 0.000000e+00 | 4.700000e+03 |    Inf 
18.09/18.17	o 4688
18.09/18.17	c *17.0s| 22484 | 16169 | 40320 |   1.8 |  31M| 812 |   - |1800 |5209 |1800 | 200 |4659 |9019 | 786 | 0.000000e+00 | 4.688000e+03 |    Inf 
18.19/18.24	o 4585
18.19/18.24	c *17.1s| 22571 | 15973 | 40493 |   1.8 |  30M| 812 |   - |1800 |5261 |1800 | 199 |4677 |9107 | 786 | 0.000000e+00 | 4.585000e+03 |    Inf 
18.19/18.24	o 4573
18.19/18.24	c *17.1s| 22572 | 15936 | 40494 |   1.8 |  30M| 812 |   - |1800 |5261 |1800 | 199 |4677 |9107 | 786 | 0.000000e+00 | 4.573000e+03 |    Inf 
19.89/19.95	o 4514
19.89/19.95	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
19.89/19.95	c *18.7s| 24566 | 17317 | 44306 |   1.8 |  33M| 812 |   - |1800 |6033 |1800 | 195 |5236 |  11k| 787 | 0.000000e+00 | 4.514000e+03 |    Inf 
22.49/22.50	o 4507
22.49/22.50	c *21.1s| 27557 | 19677 | 51242 |   1.8 |  37M| 812 |   - |1800 |6186 |1800 | 199 |6005 |  13k| 788 | 0.000000e+00 | 4.507000e+03 |    Inf 
22.49/22.51	o 4414
22.49/22.51	c *21.1s| 27566 | 19427 | 51256 |   1.8 |  36M| 812 |   - |1800 |6186 |1800 | 199 |6005 |  13k| 788 | 0.000000e+00 | 4.414000e+03 |    Inf 
22.49/22.51	o 4403
22.49/22.51	c *21.1s| 27567 | 19394 | 51260 |   1.8 |  36M| 812 |   - |1800 |6186 |1800 | 199 |6005 |  13k| 788 | 0.000000e+00 | 4.403000e+03 |    Inf 
22.49/22.53	o 4349
22.49/22.53	c *21.1s| 27587 | 19220 | 51431 |   1.9 |  36M| 812 |   - |1800 |6185 |1800 | 205 |6016 |  13k| 789 | 0.000000e+00 | 4.349000e+03 |    Inf 
22.49/22.53	o 4326
22.49/22.53	c *21.1s| 27588 | 19155 | 51434 |   1.9 |  36M| 812 |   - |1800 |6185 |1800 | 205 |6016 |  13k| 789 | 0.000000e+00 | 4.326000e+03 |    Inf 
23.69/23.74	o 4246
23.69/23.74	c *22.2s| 28988 | 20008 | 54721 |   1.9 |  37M| 812 |   - |1800 |6269 |1800 | 193 |6457 |  14k| 789 | 0.000000e+00 | 4.246000e+03 |    Inf 
23.69/23.75	o 4243
23.69/23.75	c *22.3s| 28993 | 19997 | 54742 |   1.9 |  37M| 812 |   - |1800 |6269 |1800 | 193 |6457 |  14k| 789 | 0.000000e+00 | 4.243000e+03 |    Inf 
23.69/23.75	o 4221
23.69/23.75	c *22.3s| 28997 | 19917 | 54766 |   1.9 |  37M| 812 |   - |1800 |6269 |1800 | 193 |6457 |  14k| 789 | 0.000000e+00 | 4.221000e+03 |    Inf 
23.69/23.76	o 4096
23.69/23.76	c *22.3s| 28998 | 19502 | 54767 |   1.9 |  36M| 812 |   - |1800 |6269 |1800 | 193 |6457 |  14k| 789 | 0.000000e+00 | 4.096000e+03 |    Inf 
23.79/23.81	o 4088
23.79/23.81	c *22.3s| 29061 | 19544 | 54879 |   1.9 |  36M| 812 |   - |1800 |6269 |1800 | 195 |6463 |  14k| 789 | 0.000000e+00 | 4.088000e+03 |    Inf 
23.79/23.81	o 4077
23.79/23.81	c *22.3s| 29066 | 19521 | 54891 |   1.9 |  36M| 812 |   - |1800 |6269 |1800 | 195 |6463 |  14k| 789 | 0.000000e+00 | 4.077000e+03 |    Inf 
23.79/23.81	o 4076
23.79/23.81	c *22.3s| 29067 | 19513 | 54892 |   1.9 |  36M| 812 |   - |1800 |6269 |1800 | 195 |6463 |  14k| 789 | 0.000000e+00 | 4.076000e+03 |    Inf 
23.79/23.87	o 3946
23.79/23.87	c *22.4s| 29148 | 18998 | 55008 |   1.9 |  35M| 812 |   - |1800 |6293 |1800 | 197 |6470 |  14k| 789 | 0.000000e+00 | 3.946000e+03 |    Inf 
23.79/23.87	o 3945
23.79/23.87	c *22.4s| 29149 | 18994 | 55009 |   1.9 |  35M| 812 |   - |1800 |6293 |1800 | 197 |6470 |  14k| 789 | 0.000000e+00 | 3.945000e+03 |    Inf 
24.69/24.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
24.69/24.73	c  23.2s| 30000 | 19676 | 58649 |   1.9 |  36M| 812 |   0 |1800 |5933 |1800 | 198 |6878 |  14k| 789 | 0.000000e+00 | 3.945000e+03 |    Inf 
26.79/26.87	o 3887
26.79/26.87	c *25.2s| 32537 | 21445 | 63864 |   2.0 |  39M| 812 |   - |1800 |6088 |1800 | 191 |7616 |  16k| 789 | 0.000000e+00 | 3.887000e+03 |    Inf 
26.89/26.93	o 3490
26.89/26.93	c *25.2s| 32612 | 19701 | 63962 |   2.0 |  35M| 812 |   - |1800 |6110 |1800 | 201 |7626 |  16k| 789 | 0.000000e+00 | 3.490000e+03 |    Inf 
26.89/26.93	o 3343
26.89/26.93	c *25.2s| 32613 | 19069 | 63962 |   2.0 |  34M| 812 |   - |1800 |6110 |1800 | 201 |7626 |  16k| 789 | 0.000000e+00 | 3.343000e+03 |    Inf 
29.89/29.92	o 3215
29.89/29.92	c *28.1s| 35889 | 20963 | 72696 |   2.0 |  38M| 812 |   - |1800 |5687 |1800 | 201 |8592 |  19k| 789 | 0.000000e+00 | 3.215000e+03 |    Inf 
29.99/30.04	o 3101
29.99/30.04	c *28.2s| 36038 | 20467 | 73043 |   2.0 |  37M| 812 |   - |1800 |5694 |1800 | 201 |8629 |  19k| 789 | 0.000000e+00 | 3.101000e+03 |    Inf 
29.99/30.04	o 3078
29.99/30.04	c *28.2s| 36039 | 20353 | 73046 |   2.0 |  37M| 812 |   - |1800 |5694 |1800 | 201 |8629 |  19k| 789 | 0.000000e+00 | 3.078000e+03 |    Inf 
29.99/30.07	o 3076
29.99/30.07	c *28.2s| 36074 | 20373 | 73129 |   2.0 |  37M| 812 |   - |1800 |5690 |1800 | 201 |8633 |  19k| 789 | 0.000000e+00 | 3.076000e+03 |    Inf 
29.99/30.08	o 2952
29.99/30.08	c *28.2s| 36077 | 19639 | 73129 |   2.0 |  35M| 812 |   - |1800 |5690 |1800 | 201 |8633 |  19k| 789 | 0.000000e+00 | 2.952000e+03 |    Inf 
29.99/30.08	o 2929
29.99/30.08	c *28.2s| 36078 | 19531 | 73130 |   2.0 |  35M| 812 |   - |1800 |5690 |1800 | 201 |8633 |  19k| 789 | 0.000000e+00 | 2.929000e+03 |    Inf 
31.99/32.09	o 2912
31.99/32.09	c *30.1s| 37981 | 20826 | 80389 |   2.1 |  38M| 812 |   - |1800 |5583 |1800 | 198 |9600 |  20k| 789 | 0.000000e+00 | 2.912000e+03 |    Inf 
31.99/32.09	o 2909
31.99/32.09	c *30.1s| 37982 | 20805 | 80391 |   2.1 |  38M| 812 |   - |1800 |5583 |1800 | 198 |9600 |  20k| 789 | 0.000000e+00 | 2.909000e+03 |    Inf 
32.39/32.42	o 2785
32.39/32.42	c *30.4s| 38320 | 20347 | 81660 |   2.1 |  37M| 812 |   - |1800 |5650 |1800 | 227 |9749 |  21k| 789 | 0.000000e+00 | 2.785000e+03 |    Inf 
34.00/34.08	c  32.0s| 40000 | 21589 | 86514 |   2.2 |  40M| 812 |   0 |1800 |5669 |1800 | 196 |  10k|  22k| 789 | 0.000000e+00 | 2.785000e+03 |    Inf 
34.10/34.12	o 2745
34.10/34.12	c *32.0s| 40030 | 21353 | 86699 |   2.2 |  39M| 812 |   - |1800 |5653 |1800 | 195 |  10k|  22k| 789 | 0.000000e+00 | 2.745000e+03 |    Inf 
34.10/34.12	o 2712
34.10/34.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
34.10/34.12	c *32.0s| 40031 | 21137 | 86701 |   2.2 |  39M| 812 |   - |1800 |5653 |1800 | 195 |  10k|  22k| 789 | 0.000000e+00 | 2.712000e+03 |    Inf 
37.39/37.48	o 2640
37.39/37.48	c *35.2s| 43381 | 23033 | 97446 |   2.2 |  44M| 812 |   - |1800 |5703 |1800 | 203 |  11k|  24k| 789 | 0.000000e+00 | 2.640000e+03 |    Inf 
38.69/38.72	o 2619
38.69/38.72	c *36.4s| 44599 | 23754 |101100 |   2.3 |  45M| 812 |   - |1800 |6121 |1800 | 207 |  12k|  25k| 789 | 0.000000e+00 | 2.619000e+03 |    Inf 
41.39/41.43	o 2189
41.39/41.43	c *38.9s| 47235 | 21960 |110970 |   2.3 |  44M| 812 |   - |1800 |5487 |1800 | 244 |  13k|  27k| 789 | 0.000000e+00 | 2.189000e+03 |    Inf 
41.39/41.43	o 2173
41.39/41.43	c *38.9s| 47236 | 21819 |110972 |   2.3 |  43M| 812 |   - |1800 |5487 |1800 | 244 |  13k|  27k| 789 | 0.000000e+00 | 2.173000e+03 |    Inf 
44.19/44.24	c  41.5s| 50000 | 23749 |120677 |   2.4 |  48M| 812 |   0 |1800 |5107 |1800 | 206 |  14k|  29k| 789 | 0.000000e+00 | 2.173000e+03 |    Inf 
45.69/45.74	o 2159
45.69/45.74	c *42.9s| 51473 | 24650 |126424 |   2.4 |  50M| 812 |   - |1800 |5583 |1800 | 191 |  15k|  31k| 789 | 0.000000e+00 | 2.159000e+03 |    Inf 
45.69/45.75	o 2130
45.69/45.75	c *42.9s| 51479 | 24389 |126429 |   2.4 |  50M| 812 |   - |1800 |5583 |1800 | 191 |  15k|  31k| 789 | 0.000000e+00 | 2.130000e+03 |    Inf 
45.69/45.75	o 2084
45.69/45.75	c *42.9s| 51480 | 23974 |126430 |   2.4 |  49M| 812 |   - |1800 |5583 |1800 | 191 |  15k|  31k| 789 | 0.000000e+00 | 2.084000e+03 |    Inf 
47.30/47.37	o 1963
47.30/47.37	c *44.4s| 52878 | 23633 |134018 |   2.5 |  48M| 812 |   - |1800 |5640 |1800 | 195 |  16k|  32k| 802 | 0.000000e+00 | 1.963000e+03 |    Inf 
47.30/47.37	o 1899
47.30/47.37	c *44.5s| 52879 | 22926 |134021 |   2.5 |  47M| 812 |   - |1800 |5640 |1800 | 195 |  16k|  32k| 802 | 0.000000e+00 | 1.899000e+03 |    Inf 
47.39/47.41	o 1722
47.39/47.41	c *44.5s| 52911 | 20958 |134171 |   2.5 |  42M| 812 |   - |1800 |5661 |1800 | 209 |  16k|  32k| 802 | 0.000000e+00 | 1.722000e+03 |    Inf 
49.00/49.09	o 1678
49.00/49.09	c *46.1s| 54227 | 21072 |143427 |   2.6 |  43M| 812 |   - |1800 |5850 |1800 | 232 |  17k|  33k| 827 | 0.000000e+00 | 1.678000e+03 |    Inf 
49.40/49.45	o 1670
49.40/49.45	c *46.4s| 54485 | 21165 |146338 |   2.7 |  44M| 812 |   - |1800 |5869 |1800 | 200 |  17k|  33k| 827 | 0.000000e+00 | 1.670000e+03 |    Inf 
52.80/52.85	o 1627
52.80/52.85	c *49.6s| 57432 | 22615 |161399 |   2.8 |  49M| 812 |   - |1800 |4864 |1800 | 211 |  19k|  35k| 890 | 0.000000e+00 | 1.627000e+03 |    Inf 
55.79/55.80	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
55.79/55.80	c  52.4s| 60000 | 24197 |173617 |   2.9 |  53M| 812 |   0 |1800 |4927 |1800 | 210 |  20k|  37k| 920 | 0.000000e+00 | 1.627000e+03 |    Inf 
67.89/67.91	c  63.8s| 70000 | 30622 |235758 |   3.4 |  75M| 812 |   0 |1800 |4778 |1800 | 213 |  27k|  45k|1113 | 0.000000e+00 | 1.627000e+03 |    Inf 
73.79/73.80	o 1621
73.79/73.80	c *69.3s| 75281 | 34053 |262745 |   3.5 |  85M| 812 |   - |1800 |4677 |1800 | 195 |  30k|  48k|1203 | 0.000000e+00 | 1.621000e+03 |    Inf 
73.79/73.81	o 1482
73.79/73.81	c *69.3s| 75282 | 31887 |262747 |   3.5 |  81M| 812 |   - |1800 |4677 |1800 | 195 |  30k|  48k|1203 | 0.000000e+00 | 1.482000e+03 |    Inf 
73.79/73.84	o 1479
73.79/73.84	c *69.3s| 75310 | 31873 |262974 |   3.5 |  81M| 812 |   - |1800 |4683 |1800 | 211 |  30k|  48k|1207 | 0.000000e+00 | 1.479000e+03 |    Inf 
73.79/73.85	o 1433
73.79/73.85	c *69.3s| 75311 | 31109 |262974 |   3.5 |  80M| 812 |   - |1800 |4683 |1800 | 211 |  30k|  48k|1207 | 0.000000e+00 | 1.433000e+03 |    Inf 
76.69/76.77	o 1418
76.69/76.77	c *72.1s| 77830 | 32398 |275303 |   3.5 |  84M| 812 |   - |1800 |5015 |1800 | 197 |  32k|  50k|1244 | 0.000000e+00 | 1.418000e+03 |    Inf 
79.49/79.54	c  74.7s| 80000 | 33777 |288830 |   3.6 |  89M| 812 |   6 |1800 |5124 |1800 | 185 |  33k|  52k|1276 | 0.000000e+00 | 1.418000e+03 |    Inf 
92.20/92.21	c  86.6s| 90000 | 39854 |358811 |   4.0 | 111M| 812 |   0 |1800 |4764 |1800 | 191 |  41k|  59k|1485 | 0.000000e+00 | 1.418000e+03 |    Inf 
95.99/96.00	o 1248
95.99/96.00	c *90.2s| 92807 | 38006 |383405 |   4.1 | 111M| 812 |   - |1800 |5349 |1800 | 212 |  44k|  61k|1551 | 0.000000e+00 | 1.248000e+03 |    Inf 
103.90/103.92	o 1209
103.90/103.92	c *97.6s| 98454 | 40240 |430479 |   4.4 | 124M| 812 |   - |1800 |4684 |1800 | 216 |  49k|  65k|1681 | 0.000000e+00 | 1.209000e+03 |    Inf 
103.90/103.93	o 1160
103.90/103.93	c *97.6s| 98455 | 38920 |430483 |   4.4 | 121M| 812 |   - |1800 |4684 |1800 | 216 |  49k|  65k|1681 | 0.000000e+00 | 1.160000e+03 |    Inf 
106.09/106.19	c  99.7s|100000 | 39707 |444887 |   4.4 | 124M| 812 |   0 |1800 |4483 |1800 | 197 |  51k|  67k|1702 | 0.000000e+00 | 1.160000e+03 |    Inf 
120.59/120.62	c   113s|110000 | 44695 |532643 |   4.8 | 150M| 812 |   0 |1800 |4712 |1800 | 209 |  61k|  76k|1918 | 0.000000e+00 | 1.160000e+03 |    Inf 
135.69/135.78	c   128s|120000 | 49738 |640116 |   5.3 | 177M| 812 |   0 |1800 |4336 |1800 | 196 |  71k|  85k|2130 | 0.000000e+00 | 1.160000e+03 |    Inf 
141.89/141.97	o 1110
141.89/141.97	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
141.89/141.97	c * 133s|123777 | 50003 |687318 |   5.6 | 185M| 812 |   - |1800 |4397 |1800 | 229 |  76k|  88k|2221 | 0.000000e+00 | 1.110000e+03 |    Inf 
148.50/148.59	o 1059
148.50/148.59	c * 140s|128090 | 50283 |729075 |   5.7 | 194M| 812 |   - |1800 |5039 |1800 | 222 |  81k|  92k|2303 | 0.000000e+00 | 1.059000e+03 |    Inf 
151.90/151.98	c   143s|130000 | 51088 |755891 |   5.8 | 200M| 812 |   0 |1800 |4927 |1800 | 192 |  83k|  94k|2353 | 0.000000e+00 | 1.059000e+03 |    Inf 
160.50/160.60	o 1046
160.50/160.60	c * 151s|135174 | 52956 |820989 |   6.1 | 214M| 812 |   - |1800 |4958 |1800 | 221 |  90k|  99k|2480 | 0.000000e+00 | 1.046000e+03 |    Inf 
160.60/160.61	o 1017
160.60/160.61	c * 151s|135182 | 51968 |821005 |   6.1 | 212M| 812 |   - |1800 |4958 |1800 | 221 |  90k|  99k|2480 | 0.000000e+00 | 1.017000e+03 |    Inf 
160.60/160.61	o 932
160.60/160.61	c * 151s|135183 | 48708 |821006 |   6.1 | 203M| 812 |   - |1800 |4958 |1800 | 221 |  90k|  99k|2480 | 0.000000e+00 | 9.320000e+02 |    Inf 
163.90/163.91	o 853
163.90/163.91	c * 154s|137070 | 46233 |842712 |   6.1 | 199M| 812 |   - |1800 |3639 |1800 | 201 |  92k| 101k|2512 | 0.000000e+00 | 8.530000e+02 |    Inf 
168.99/169.02	c   159s|140000 | 47101 |879816 |   6.3 | 208M| 812 |   0 |1800 |3602 |1800 | 197 |  96k| 104k|2563 | 0.000000e+00 | 8.530000e+02 |    Inf 
173.70/173.78	o 826
173.70/173.78	c * 163s|142476 | 46616 |918171 |   6.4 | 212M| 812 |   - |1800 |3680 |1800 | 220 | 100k| 108k|2639 | 0.000000e+00 | 8.260000e+02 |    Inf 
187.59/187.67	c   176s|150000 | 48233 |  1022k|   6.8 | 233M| 812 |   0 |1800 |3833 |1800 | 190 | 111k| 117k|2794 | 0.000000e+00 | 8.260000e+02 |    Inf 
190.99/191.08	o 821
190.99/191.08	c * 180s|151754 | 48539 |  1052k|   6.9 | 238M| 812 |   - |1800 |3858 |1800 | 210 | 115k| 118k|2834 | 0.000000e+00 | 8.210000e+02 |    Inf 
193.80/193.84	o 766
193.80/193.84	c * 182s|153177 | 46275 |  1076k|   7.0 | 232M| 812 |   - |1800 |3468 |1800 | 219 | 118k| 120k|2868 | 0.000000e+00 | 7.660000e+02 |    Inf 
206.89/206.95	c   194s|160000 | 47542 |  1179k|   7.4 | 250M| 812 |   4 |1800 |3670 |1800 | 185 | 129k| 129k|3001 | 0.000000e+00 | 7.660000e+02 |    Inf 
210.19/210.21	o 710
210.19/210.21	c * 197s|161670 | 44441 |  1206k|   7.5 | 242M| 812 |   - |1800 |4052 |1800 | 202 | 132k| 131k|3035 | 0.000000e+00 | 7.100000e+02 |    Inf 
214.79/214.84	o 629
214.79/214.84	c * 202s|164010 | 40452 |  1244k|   7.6 | 231M| 812 |   - |1800 |3593 |1800 | 213 | 137k| 134k|3066 | 0.000000e+00 | 6.290000e+02 |    Inf 
214.79/214.86	o 565
214.79/214.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
214.79/214.86	c * 202s|164011 | 36786 |  1244k|   7.6 | 216M| 812 |   - |1800 |3593 |1800 | 213 | 137k| 134k|3066 | 0.000000e+00 | 5.650000e+02 |    Inf 
226.60/226.63	o 425
226.60/226.63	c * 213s|169827 | 28727 |  1348k|   7.9 | 189M| 812 |   - |1800 |3526 |1800 | 229 | 152k| 142k|3171 | 0.000000e+00 | 4.250000e+02 |    Inf 
226.89/226.99	o 405
226.89/226.99	c * 213s|169968 | 25871 |  1351k|   8.0 | 176M| 812 |   - |1800 |2990 |1800 | 213 | 152k| 143k|3183 | 0.000000e+00 | 4.050000e+02 |    Inf 
227.00/227.02	o 341
227.00/227.02	c * 213s|169969 | 20846 |  1351k|   8.0 | 150M| 812 |   - |1800 |2990 |1800 | 213 | 152k| 143k|3183 | 0.000000e+00 | 3.410000e+02 |    Inf 
227.10/227.19	c   213s|170000 | 20713 |  1352k|   8.0 | 150M| 812 |   - |1800 |2335 |   0 |   0 | 152k| 143k|3186 | 0.000000e+00 | 3.410000e+02 |    Inf 
227.60/227.68	o 318
227.60/227.68	c * 214s|170128 | 16464 |  1356k|   8.0 | 126M| 812 |   - |1800 |2066 |1800 | 189 | 153k| 143k|3190 | 0.000000e+00 | 3.180000e+02 |    Inf 
228.29/228.30	o 253
228.29/228.30	c * 214s|170318 | 10065 |  1361k|   8.0 |  95M| 812 |   - |1800 |1999 |1800 | 214 | 153k| 144k|3192 | 0.000000e+00 | 2.530000e+02 |    Inf 
228.40/228.46	o 185
228.40/228.46	c * 215s|170418 |  6105 |  1362k|   8.0 |  69M| 812 |   - |1800 |1920 |1800 | 199 | 153k| 144k|3192 | 0.000000e+00 | 1.850000e+02 |    Inf 
228.80/228.82	o 180
228.80/228.82	c * 215s|170571 |  1617 |  1366k|   8.0 |  38M| 812 |   - |1800 |1855 |1800 | 214 | 154k| 144k|3192 | 0.000000e+00 | 1.800000e+02 |    Inf 
228.99/229.02	o 177
228.99/229.02	c * 215s|170665 |   366 |  1368k|   8.0 |  20M| 812 |   - |1800 |1857 |1800 | 193 | 154k| 144k|3192 | 0.000000e+00 | 1.770000e+02 |    Inf 
229.80/229.87	o 172
229.80/229.87	c * 216s|171198 |    53 |  1379k|   8.1 |  13M| 812 |   - |1800 |2194 |1800 | 177 | 155k| 145k|3205 | 0.000000e+00 | 1.720000e+02 |    Inf 
229.80/229.90	c 
229.80/229.90	c SCIP Status        : problem is solved [optimal solution found]
229.80/229.90	c Solving Time (sec) : 215.88
229.80/229.90	c Solving Nodes      : 171210
229.80/229.90	c Primal Bound       : +1.72000000000000e+02 (219 solutions)
229.80/229.90	c Dual Bound         : +1.72000000000000e+02
229.80/229.90	c Gap                : 0.00 %
229.90/229.90	s OPTIMUM FOUND
229.90/229.90	v x200 -x199 -x198 x197 x196 -x195 x194 -x193 -x192 x191 x190 -x189 x188 -x187 x186 -x185 x184 -x183 -x182 x181 x180 -x179 -x178 
229.90/229.90	v x177 -x176 x175 x174 -x173 -x172 x171 x170 -x169 -x168 x167 -x166 x165 x164 -x163 -x162 x161 x160 -x159 -x158 x157 x156 -x155 
229.90/229.90	v -x154 x153 -x152 x151 -x150 x149 x148 -x147 x146 -x145 -x144 x143 x142 -x141 x140 -x139 x138 -x137 x136 -x135 x134 -x133 -x132 
229.90/229.90	v x131 -x130 x129 -x128 x127 x126 -x125 -x124 x123 -x122 x121 x120 -x119 x118 -x117 -x116 x115 -x114 x113 -x112 x111 -x110 x109 
229.90/229.90	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 
229.90/229.90	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 
229.90/229.90	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 
229.90/229.90	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 
229.90/229.90	c SCIP Status        : problem is solved [optimal solution found]
229.90/229.90	c Solving Time       :     215.88
229.90/229.90	c Original Problem   :
229.90/229.90	c   Problem name     : HOME/instance-2700177-1278534274.wbo
229.90/229.90	c   Variables        : 1900 (1050 binary, 0 integer, 0 implicit integer, 850 continuous)
229.90/229.90	c   Constraints      : 1801 initial, 1801 maximal
229.90/229.90	c Presolved Problem  :
229.90/229.90	c   Problem name     : t_HOME/instance-2700177-1278534274.wbo
229.90/229.90	c   Variables        : 1800 (950 binary, 0 integer, 0 implicit integer, 850 continuous)
229.90/229.90	c   Constraints      : 1700 initial, 6486 maximal
229.90/229.90	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
229.90/229.90	c   trivial          :       0.00          0          0          0          0          0          0          0          0
229.90/229.90	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
229.90/229.90	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
229.90/229.90	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
229.90/229.90	c   implics          :       0.00          0          0          0          0          0          0          0          0
229.90/229.90	c   probing          :       0.02          0          0          0          0          0          0          0          0
229.90/229.90	c   indicator        :       0.00          0          0          0          0          0          0          0          0
229.90/229.90	c   linear           :       0.01          0        100          0        850          0        101          0          0
229.90/229.90	c   logicor          :       0.00          0          0          0          0          0          0          0          0
229.90/229.90	c   root node        :          -        712          -          -       1424          -          -          -          -
229.90/229.90	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
229.90/229.90	c   integral         :          0          0          0     178361          0          0         14          0          0      40130
229.90/229.90	c   indicator        :        850          0     636081     158279          0        608    8400479          0          0          0
229.90/229.90	c   linear           :        850          6     635144     158171          0       8617     668976     155470          0          0
229.90/229.90	c   logicor          :          0+         0     407443          0          0       2621     326022          0          0          0
229.90/229.90	c   countsols        :          0          0          0     121096          0          0          0          0          0          0
229.90/229.90	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
229.90/229.90	c   integral         :       3.77       0.00       0.00       3.77       0.00
229.90/229.90	c   indicator        :      18.94       0.00      10.70       8.24       0.00
229.90/229.90	c   linear           :      18.00       0.00      12.52       5.48       0.00
229.90/229.90	c   logicor          :       6.63       0.00       6.63       0.00       0.00
229.90/229.90	c   countsols        :       0.00       0.00       0.00       0.00       0.00
229.90/229.90	c Propagators        :       Time      Calls    Cutoffs    DomReds
229.90/229.90	c   vbounds          :       0.00          2          0          0
229.90/229.90	c   rootredcost      :       0.02        120          0        712
229.90/229.90	c   pseudoobj        :      17.73     665293      29406    7264060
229.90/229.90	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
229.90/229.90	c   propagation      :       2.49      40644      40470     124936       20.7      54146        3.8          -
229.90/229.90	c   infeasible LP    :       0.00          1          1          5       25.8          3        3.0          0
229.90/229.90	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
229.90/229.90	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
229.90/229.90	c   pseudo solution  :       0.00         88         88        393       19.7        225        4.2          -
229.90/229.90	c   applied globally :          -          -          -     145116       13.2          -          -          -
229.90/229.90	c   applied locally  :          -          -          -          0        0.0          -          -          -
229.90/229.90	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
229.90/229.90	c   cut pool         :       0.00          4          -          -          2          -    (maximal pool size: 92)
229.90/229.90	c   redcost          :       6.94     192583          0    1035290          0          0
229.90/229.90	c   impliedbounds    :       0.00          5          0          0          0          0
229.90/229.90	c   intobj           :       0.00          0          0          0          0          0
229.90/229.90	c   cgmip            :       0.00          0          0          0          0          0
229.90/229.90	c   gomory           :       0.00          5          0          0         97          0
229.90/229.90	c   strongcg         :       0.01          5          0          0          0          0
229.90/229.90	c   cmir             :       0.00          5          0          0          0          0
229.90/229.90	c   flowcover        :       0.02          5          0          0          0          0
229.90/229.90	c   clique           :       0.00          1          0          0          0          0
229.90/229.90	c   zerohalf         :       0.00          0          0          0          0          0
229.90/229.90	c   mcf              :       0.00          1          0          0          0          0
229.90/229.90	c   rapidlearning    :       0.00          0          0          0          0          0
229.90/229.90	c Pricers            :       Time      Calls       Vars
229.90/229.90	c   problem variables:       0.00          0          0
229.90/229.90	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
229.90/229.90	c   relpscost        :       3.77      20076          0         14          0          0      40130
229.90/229.90	c   pscost           :       0.00          0          0          0          0          0          0
229.90/229.90	c   inference        :       7.80     120976          0          0          0          0     241952
229.90/229.90	c   mostinf          :       0.00          0          0          0          0          0          0
229.90/229.90	c   leastinf         :       0.00          0          0          0          0          0          0
229.90/229.90	c   fullstrong       :       0.00          0          0          0          0          0          0
229.90/229.90	c   allfullstrong    :       0.00          0          0          0          0          0          0
229.90/229.90	c   random           :       0.00          0          0          0          0          0          0
229.90/229.90	c Primal Heuristics  :       Time      Calls      Found
229.90/229.90	c   LP solutions     :       0.19          -        120
229.90/229.90	c   pseudo solutions :       0.00          -          0
229.90/229.90	c   feaspump         :       0.00          0          0
229.90/229.90	c   oneopt           :       0.22         87          0
229.90/229.90	c   linesearchdiving :       0.01         44          0
229.90/229.90	c   guideddiving     :       0.01         44          0
229.90/229.90	c   coefdiving       :       0.02         44          0
229.90/229.90	c   pscostdiving     :       0.02         44          0
229.90/229.90	c   fracdiving       :       0.02         44          0
229.90/229.90	c   veclendiving     :       0.02         44          0
229.90/229.90	c   objpscostdiving  :       0.00         44          0
229.90/229.90	c   rootsoldiving    :       0.05         44          0
229.90/229.90	c   trivial          :       0.00          2          1
229.90/229.90	c   simplerounding   :       0.04      22748          0
229.90/229.90	c   zirounding       :       0.07       1000          0
229.90/229.90	c   rounding         :       0.05       2091          0
229.90/229.90	c   shifting         :       0.30        628          0
229.90/229.90	c   intshifting      :       0.00          1          0
229.90/229.90	c   twoopt           :       0.00          0          0
229.90/229.90	c   fixandinfer      :       0.00          0          0
229.90/229.90	c   intdiving        :       0.00          0          0
229.90/229.90	c   actconsdiving    :       0.00          0          0
229.90/229.90	c   octane           :       0.00          0          0
229.90/229.90	c   rens             :       0.01          1          0
229.90/229.90	c   rins             :       0.00          0          0
229.90/229.90	c   localbranching   :       0.00          0          0
229.90/229.90	c   mutation         :       0.00          0          0
229.90/229.90	c   crossover        :       1.33        106          6
229.90/229.90	c   dins             :       0.00          0          0
229.90/229.90	c   undercover       :       0.00          0          0
229.90/229.90	c   nlp              :       0.00          0          0
229.90/229.90	c   trysol           :       0.05        980         92
229.90/229.90	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
229.90/229.90	c   primal LP        :       0.00          0          0       0.00          -
229.90/229.90	c   dual LP          :      88.04      96766    1373850      14.20   15604.84
229.90/229.90	c   lex dual LP      :       0.00          0          0       0.00          -
229.90/229.90	c   barrier LP       :       0.00          0          0       0.00          -
229.90/229.90	c   diving/probing LP:       0.18         87       5522      63.47   30677.78
229.90/229.90	c   strong branching :       3.64       3205      64986      20.28   17853.30
229.90/229.90	c     (at root node) :          -         33       6178     187.21          -
229.90/229.90	c   conflict analysis:       0.00          0          0       0.00          -
229.90/229.90	c B&B Tree           :
229.90/229.90	c   number of runs   :          1
229.90/229.90	c   nodes            :     171210
229.90/229.90	c   nodes (total)    :     171210
229.90/229.90	c   nodes left       :          0
229.90/229.90	c   max depth        :        812
229.90/229.90	c   max depth (total):        812
229.90/229.90	c   backtracks       :      15684 (9.2%)
229.90/229.90	c   delayed cutoffs  :      25016
229.90/229.90	c   repropagations   :     103803 (4457724 domain reductions, 11292 cutoffs)
229.90/229.90	c   avg switch length:       6.64
229.90/229.90	c   switching time   :      18.78
229.90/229.90	c Solution           :
229.90/229.90	c   Solutions found  :        219 (121 improvements)
229.90/229.90	c   First Solution   : +4.20925000000000e+05   (in run 1, after 1 nodes, 0.03 seconds, depth 0, found by <trivial>)
229.90/229.90	c   Primal Bound     : +1.72000000000000e+02   (in run 1, after 171198 nodes, 215.85 seconds, depth 7, found by <relaxation>)
229.90/229.90	c   Dual Bound       : +1.72000000000000e+02
229.90/229.90	c   Gap              :       0.00 %
229.90/229.90	c   Root Dual Bound  : +0.00000000000000e+00
229.90/229.90	c   Root Iterations  :        334
229.90/229.93	c Time complete: 229.92.

Verifier Data

OK	172

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2700177-1278534274/watcher-2700177-1278534274 -o /tmp/evaluation-result-2700177-1278534274/solver-2700177-1278534274 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2700177-1278534274.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.55 0.75 3/176 18073
/proc/meminfo: memFree=29317776/32951132 swapFree=67111528/67111528
[pid=18073] ppid=18071 vsize=10844 CPUtime=0
/proc/18073/stat : 18073 (pbscip.linux.x8) R 18071 18073 17444 0 -1 4202496 1659 0 0 0 0 0 0 0 21 0 1 0 21641131 11104256 1581 4089446400 4194304 9819077 140734752502736 18446744073709551615 6179008 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/18073/statm: 2711 1585 392 1374 0 1332 0

[startup+0.0621151 s]
/proc/loadavg: 1.99 1.55 0.75 3/176 18073
/proc/meminfo: memFree=29317776/32951132 swapFree=67111528/67111528
[pid=18073] ppid=18071 vsize=22960 CPUtime=0.05
/proc/18073/stat : 18073 (pbscip.linux.x8) R 18071 18073 17444 0 -1 4202496 5669 0 0 0 4 1 0 0 18 0 1 0 21641131 23511040 4465 4089446400 4194304 9819077 140734752502736 18446744073709551615 5441182 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18073/statm: 5740 4465 522 1374 0 4361 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 22960

[startup+0.101117 s]
/proc/loadavg: 1.99 1.55 0.75 3/176 18073
/proc/meminfo: memFree=29317776/32951132 swapFree=67111528/67111528
[pid=18073] ppid=18071 vsize=26860 CPUtime=0.09
/proc/18073/stat : 18073 (pbscip.linux.x8) R 18071 18073 17444 0 -1 4202496 6564 0 0 0 7 2 0 0 18 0 1 0 21641131 27504640 5291 4089446400 4194304 9819077 140734752502736 18446744073709551615 4866079 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18073/statm: 6715 5291 673 1374 0 5336 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 26860

[startup+0.301084 s]
/proc/loadavg: 1.99 1.55 0.75 3/176 18073
/proc/meminfo: memFree=29317776/32951132 swapFree=67111528/67111528
[pid=18073] ppid=18071 vsize=30876 CPUtime=0.29
/proc/18073/stat : 18073 (pbscip.linux.x8) R 18071 18073 17444 0 -1 4202496 12349 0 0 0 26 3 0 0 18 0 1 0 21641131 31617024 5982 4089446400 4194304 9819077 140734752502736 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18073/statm: 7719 5982 695 1374 0 6340 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30876

[startup+0.701015 s]
/proc/loadavg: 1.99 1.55 0.75 3/176 18073
/proc/meminfo: memFree=29317776/32951132 swapFree=67111528/67111528
[pid=18073] ppid=18071 vsize=30860 CPUtime=0.69
/proc/18073/stat : 18073 (pbscip.linux.x8) R 18071 18073 17444 0 -1 4202496 18027 0 0 0 64 5 0 0 18 0 1 0 21641131 31600640 5995 4089446400 4194304 9819077 140734752502736 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18073/statm: 7715 5995 700 1374 0 6336 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 30860

[startup+1.50088 s]
/proc/loadavg: 1.99 1.55 0.75 3/177 18074
/proc/meminfo: memFree=29295200/32951132 swapFree=67111528/67111528
[pid=18073] ppid=18071 vsize=32292 CPUtime=1.49
/proc/18073/stat : 18073 (pbscip.linux.x8) R 18071 18073 17444 0 -1 4202496 34960 0 0 0 137 12 0 0 20 0 1 0 21641131 33067008 6814 4089446400 4194304 9819077 140734752502736 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18073/statm: 8073 6814 703 1374 0 6694 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 32292

[startup+3.10061 s]
/proc/loadavg: 1.99 1.55 0.75 3/177 18074
/proc/meminfo: memFree=29290612/32951132 swapFree=67111528/67111528
[pid=18073] ppid=18071 vsize=35684 CPUtime=3.09
/proc/18073/stat : 18073 (pbscip.linux.x8) R 18071 18073 17444 0 -1 4202496 40263 0 0 0 287 22 0 0 25 0 1 0 21641131 36540416 7559 4089446400 4194304 9819077 140734752502736 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18073/statm: 8921 7559 703 1374 0 7542 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 35684

[startup+6.30107 s]
/proc/loadavg: 1.99 1.56 0.76 3/177 18074
/proc/meminfo: memFree=29281308/32951132 swapFree=67111528/67111528
[pid=18073] ppid=18071 vsize=41576 CPUtime=6.3
/proc/18073/stat : 18073 (pbscip.linux.x8) R 18071 18073 17444 0 -1 4202496 62139 0 0 0 589 41 0 0 25 0 1 0 21641131 42573824 8937 4089446400 4194304 9819077 140734752502736 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18073/statm: 10394 8937 707 1374 0 9015 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 41576

[startup+12.701 s]
/proc/loadavg: 1.99 1.56 0.77 3/177 18074
/proc/meminfo: memFree=29263444/32951132 swapFree=67111528/67111528
[pid=18073] ppid=18071 vsize=53988 CPUtime=12.69
/proc/18073/stat : 18073 (pbscip.linux.x8) R 18071 18073 17444 0 -1 4202496 99849 0 0 0 1188 81 0 0 25 0 1 0 21641131 55283712 11998 4089446400 4194304 9819077 140734752502736 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18073/statm: 13497 11998 707 1374 0 12118 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 53988

[startup+25.5008 s]
/proc/loadavg: 1.99 1.58 0.78 3/177 18074
/proc/meminfo: memFree=29229264/32951132 swapFree=67111528/67111528
[pid=18073] ppid=18071 vsize=75004 CPUtime=25.49
/proc/18073/stat : 18073 (pbscip.linux.x8) R 18071 18073 17444 0 -1 4202496 176788 0 0 0 2390 159 0 0 25 0 1 0 21641131 76804096 17153 4089446400 4194304 9819077 140734752502736 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18073/statm: 18751 17153 707 1374 0 17372 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 75004

[startup+51.1005 s]
/proc/loadavg: 1.99 1.62 0.82 3/177 18075
/proc/meminfo: memFree=29173000/32951132 swapFree=67111528/67111528
[pid=18073] ppid=18071 vsize=103528 CPUtime=51.09
/proc/18073/stat : 18073 (pbscip.linux.x8) R 18071 18073 17444 0 -1 4202496 348056 0 0 0 4796 313 0 0 25 0 1 0 21641131 106012672 23889 4089446400 4194304 9819077 140734752502736 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18073/statm: 25882 23889 707 1374 0 24503 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 103528

[startup+102.307 s]
/proc/loadavg: 1.99 1.68 0.88 3/177 18076
/proc/meminfo: memFree=29046596/32951132 swapFree=67111528/67111528
[pid=18073] ppid=18071 vsize=198080 CPUtime=102.3
/proc/18073/stat : 18073 (pbscip.linux.x8) R 18071 18073 17444 0 -1 4202496 640332 0 0 0 9608 622 0 0 25 0 1 0 21641131 202833920 44515 4089446400 4194304 9819077 140734752502736 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18073/statm: 49520 44515 707 1374 0 48141 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 198080

[startup+162.301 s]
/proc/loadavg: 1.99 1.73 0.94 3/177 18078
/proc/meminfo: memFree=28880996/32951132 swapFree=67111528/67111528
[pid=18073] ppid=18071 vsize=326344 CPUtime=162.29
/proc/18073/stat : 18073 (pbscip.linux.x8) R 18071 18073 17444 0 -1 4202496 988224 0 0 0 15253 976 0 0 25 0 1 0 21641131 334176256 70918 4089446400 4194304 9819077 140734752502736 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18073/statm: 81586 70918 708 1374 0 80207 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 326344

[startup+222.301 s]
/proc/loadavg: 2.04 1.80 1.02 3/177 18080
/proc/meminfo: memFree=28766632/32951132 swapFree=67111528/67111528
[pid=18073] ppid=18071 vsize=396468 CPUtime=222.29
/proc/18073/stat : 18073 (pbscip.linux.x8) R 18071 18073 17444 0 -1 4202496 1385170 0 0 0 20881 1348 0 0 25 0 1 0 21641131 405983232 84727 4089446400 4194304 9819077 140734752502736 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18073/statm: 99117 84727 709 1374 0 97738 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 396468

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

[startup+223.9 s]
/proc/loadavg: 2.04 1.80 1.02 3/177 18080
/proc/meminfo: memFree=28765888/32951132 swapFree=67111528/67111528
[pid=18073] ppid=18071 vsize=396760 CPUtime=223.89
/proc/18073/stat : 18073 (pbscip.linux.x8) R 18071 18073 17444 0 -1 4202496 1394456 0 0 0 21030 1359 0 0 25 0 1 0 21641131 406282240 84822 4089446400 4194304 9819077 140734752502736 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18073/statm: 99190 84822 709 1374 0 97811 0
Current children cumulated CPU time (s) 223.89
Current children cumulated vsize (KiB) 396760

[startup+227.101 s]
/proc/loadavg: 2.04 1.80 1.02 3/177 18080
/proc/meminfo: memFree=28763036/32951132 swapFree=67111528/67111528
[pid=18073] ppid=18071 vsize=397824 CPUtime=227.1
/proc/18073/stat : 18073 (pbscip.linux.x8) R 18071 18073 17444 0 -1 4202496 1412678 0 0 0 21331 1379 0 0 25 0 1 0 21641131 407371776 85017 4089446400 4194304 9819077 140734752502736 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18073/statm: 99456 85017 709 1374 0 98077 0
Current children cumulated CPU time (s) 227.1
Current children cumulated vsize (KiB) 397824

[startup+228.7 s]
/proc/loadavg: 2.04 1.80 1.02 3/177 18080
/proc/meminfo: memFree=28759932/32951132 swapFree=67111528/67111528
[pid=18073] ppid=18071 vsize=397844 CPUtime=228.7
/proc/18073/stat : 18073 (pbscip.linux.x8) R 18071 18073 17444 0 -1 4202496 1417960 0 0 0 21478 1392 0 0 25 0 1 0 21641131 407392256 85041 4089446400 4194304 9819077 140734752502736 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18073/statm: 99461 85041 709 1374 0 98082 0
Current children cumulated CPU time (s) 228.7
Current children cumulated vsize (KiB) 397844

[startup+229.5 s]
/proc/loadavg: 2.04 1.80 1.02 3/177 18080
/proc/meminfo: memFree=28759932/32951132 swapFree=67111528/67111528
[pid=18073] ppid=18071 vsize=397848 CPUtime=229.49
/proc/18073/stat : 18073 (pbscip.linux.x8) R 18071 18073 17444 0 -1 4202496 1424842 0 0 0 21551 1398 0 0 25 0 1 0 21641131 407396352 85070 4089446400 4194304 9819077 140734752502736 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18073/statm: 99462 85070 709 1374 0 98083 0
Current children cumulated CPU time (s) 229.49
Current children cumulated vsize (KiB) 397848

[startup+229.907 s]
/proc/loadavg: 2.04 1.80 1.02 3/177 18080
/proc/meminfo: memFree=28758320/32951132 swapFree=67111528/67111528
[pid=18073] ppid=18071 vsize=395568 CPUtime=229.9
/proc/18073/stat : 18073 (pbscip.linux.x8) R 18071 18073 17444 0 -1 4202496 1427463 0 0 0 21589 1401 0 0 25 0 1 0 21641131 405061632 84500 4089446400 4194304 9819077 140734752502736 18446744073709551615 4561337 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/18073/statm: 98892 84500 709 1374 0 97513 0
Current children cumulated CPU time (s) 229.9
Current children cumulated vsize (KiB) 395568

Child status: 0
Real time (s): 229.933
CPU time (s): 229.935
CPU user time (s): 215.908
CPU system time (s): 14.0269
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 400612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 215.908
system time used= 14.0269
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1427470
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= 3
involuntary context switches= 404

runsolver used 0.367944 second user time and 0.903862 second system time

The end

Launcher Data

Begin job on node129 at 2010-07-07 22:24:34
IDJOB=2700177
IDBENCH=79406
IDSOLVER=1205
FILE ID=node129/2700177-1278534274
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-jnh11_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-2700177-1278534274/watcher-2700177-1278534274 -o /tmp/evaluation-result-2700177-1278534274/solver-2700177-1278534274 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2700177-1278534274.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 540e5098c207f1245411172896d943a2
RANDOM SEED=1118915051

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:      29318560 kB
Buffers:        136504 kB
Cached:        2869184 kB
SwapCached:          0 kB
Active:        1622496 kB
Inactive:      1867972 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      29318560 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            6212 kB
Writeback:           0 kB
AnonPages:      485232 kB
Mapped:          15704 kB
Slab:            75924 kB
PageTables:       5712 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   628868 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:28:24