Trace number 2705753

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.3 with Clp 1.11.1 (Release Version) as LP solverOPTIMUM 286.583 286.58

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.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Clp 1.11.1]
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-2705753-1278580128.wbo>
0.00/0.01	c original problem has 1900 variables (1050 bin, 0 int, 850 impl, 0 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.02/0.03	c (round 1) 100 del vars, 101 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 200 impls, 0 clqs
0.02/0.03	c (round 2) 100 del vars, 101 del conss, 850 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 200 impls, 0 clqs
0.02/0.06	c    (0.0s) probing: 101/950 (10.6%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.02/0.06	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.02/0.06	c presolving (3 rounds):
0.02/0.06	c  100 deleted vars, 101 deleted constraints, 850 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.02/0.06	c  1900 implications, 0 cliques
0.02/0.06	c presolved problem has 1800 variables (950 bin, 0 int, 850 impl, 0 cont) and 1700 constraints
0.02/0.06	c     850 constraints of type <linear>
0.02/0.06	c     850 constraints of type <indicator>
0.02/0.06	c transformed objective value is always integral (scale: 1)
0.02/0.06	c Presolving Time: 0.04
0.02/0.06	c - non default parameters ----------------------------------------------------------------------
0.02/0.06	c # SCIP version 1.2.1.3
0.02/0.06	c 
0.02/0.06	c # frequency for displaying node information lines
0.02/0.06	c # [type: int, range: [-1,2147483647], default: 100]
0.02/0.06	c display/freq = 10000
0.02/0.06	c 
0.02/0.06	c # maximal time in seconds to run
0.02/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.02/0.06	c limits/time = 1789.99
0.02/0.06	c 
0.02/0.06	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.02/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.02/0.06	c limits/memory = 3420
0.02/0.06	c 
0.02/0.06	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.02/0.06	c # [type: int, range: [1,2], default: 1]
0.02/0.06	c timing/clocktype = 2
0.02/0.06	c 
0.02/0.06	c # should presolving try to simplify inequalities
0.02/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.02/0.06	c constraints/linear/simplifyinequalities = TRUE
0.02/0.06	c 
0.02/0.06	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.02/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.02/0.06	c constraints/indicator/addCouplingCons = TRUE
0.02/0.06	c 
0.02/0.06	c # should presolving try to simplify knapsacks
0.02/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.02/0.06	c constraints/knapsack/simplifyinequalities = TRUE
0.02/0.06	c 
0.02/0.06	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.02/0.06	c # [type: int, range: [-1,2147483647], default: -1]
0.02/0.06	c separating/rapidlearning/freq = 0
0.02/0.06	c 
0.02/0.06	c -----------------------------------------------------------------------------------------------
0.02/0.06	c start solving
0.02/0.06	c 
0.02/0.06	o 420925
0.02/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.02/0.06	c t 0.0s|     1 |     0 |     0 |     - |6289k|   0 |   - |1800 |1700 |   0 |   0 |   0 |   0 |   0 |      --      | 4.209250e+05 |    Inf 
0.02/0.06	c   0.0s|     1 |     0 |     0 |     - |6686k|   0 |   0 |1800 |1700 |1800 |   0 |   0 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.09/0.12	c   0.1s|     1 |     0 |    41 |     - |6753k|   0 |   0 |1800 |1700 |1800 |  72 |  72 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.09/0.13	c   0.1s|     1 |     0 |   117 |     - |6771k|   0 |  32 |1800 |1700 |1800 | 106 | 106 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.09/0.14	c   0.1s|     1 |     0 |   163 |     - |6845k|   0 |  68 |1800 |1700 |1800 | 147 | 147 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.09/0.16	c   0.1s|     1 |     0 |   217 |     - |7214k|   0 |  66 |1800 |1700 |1800 | 173 | 173 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.09/0.18	c   0.2s|     1 |     0 |   251 |     - |7360k|   0 |  63 |1800 |1700 |1800 | 188 | 188 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.19/0.21	c   0.2s|     1 |     0 |   274 |     - |7537k|   0 |  61 |1800 |1700 |1800 | 191 | 191 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.29/0.35	c   0.3s|     1 |     2 |   274 |     - |7562k|   0 |  61 |1800 |1700 |1800 | 191 | 191 |   0 |  33 | 0.000000e+00 | 4.209250e+05 |    Inf 
5.50/5.52	o 5704
5.50/5.52	c * 5.5s|  5780 |  5572 |  7982 |   1.3 |  14M| 893 |   - |1800 |1700 |1800 | 282 | 936 |   0 | 703 | 0.000000e+00 | 5.704000e+03 |    Inf 
8.89/8.92	c   8.9s| 10000 |  9785 | 13806 |   1.4 |  18M| 893 |   0 |1800 |1710 |1800 | 216 |1626 |  10 | 753 | 0.000000e+00 | 5.704000e+03 |    Inf 
13.29/13.37	o 5602
13.29/13.37	c *13.4s| 14838 | 13972 | 23963 |   1.6 |  25M| 893 |   - |1800 |3177 |1800 | 251 |3037 |1477 | 774 | 0.000000e+00 | 5.602000e+03 |    Inf 
13.49/13.56	o 5549
13.49/13.56	c *13.6s| 15024 | 14092 | 24543 |   1.6 |  26M| 893 |   - |1800 |3265 |1800 | 256 |3109 |1565 | 774 | 0.000000e+00 | 5.549000e+03 |    Inf 
15.59/15.61	o 5297
15.59/15.61	c *15.6s| 16975 | 15417 | 29937 |   1.7 |  29M| 893 |   - |1800 |4259 |1800 | 271 |3820 |2559 | 779 | 0.000000e+00 | 5.297000e+03 |    Inf 
18.69/18.71	c  18.7s| 20000 | 17897 | 39558 |   2.0 |  33M| 893 |   0 |1800 |5009 |1800 | 203 |4974 |3575 | 781 | 0.000000e+00 | 5.297000e+03 |    Inf 
28.60/28.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
28.60/28.67	c  28.7s| 30000 | 26264 | 67732 |   2.2 |  48M| 893 |   0 |1800 |3726 |1800 | 210 |8093 |6551 | 789 | 0.000000e+00 | 5.297000e+03 |    Inf 
31.90/31.98	o 5275
31.90/31.98	c *32.0s| 33492 | 29105 | 73777 |   2.2 |  53M| 893 |   - |1800 |3785 |1800 | 214 |8969 |7515 | 789 | 0.000000e+00 | 5.275000e+03 |    Inf 
37.99/38.04	c  38.0s| 40000 | 34652 | 83884 |   2.1 |  62M| 893 |   0 |1800 |3965 |1800 | 209 |  10k|9233 | 789 | 0.000000e+00 | 5.275000e+03 |    Inf 
43.09/43.13	o 5215
43.09/43.13	c *43.1s| 45285 | 38825 | 92194 |   2.0 |  68M| 893 |   - |1800 |4588 |1800 | 211 |  11k|  10k| 789 | 0.000000e+00 | 5.215000e+03 |    Inf 
43.09/43.18	o 5198
43.09/43.18	c *43.2s| 45338 | 38799 | 92339 |   2.0 |  68M| 893 |   - |1800 |4602 |1800 | 216 |  11k|  10k| 789 | 0.000000e+00 | 5.198000e+03 |    Inf 
47.79/47.83	c  47.8s| 50000 | 42670 |100020 |   2.0 |  75M| 893 |   0 |1800 |4360 |1800 | 215 |  13k|  12k| 791 | 0.000000e+00 | 5.198000e+03 |    Inf 
53.69/53.78	o 5178
53.69/53.78	c *53.8s| 56264 | 47852 |108461 |   1.9 |  83M| 893 |   - |1800 |4545 |1800 | 215 |  14k|  13k| 795 | 0.000000e+00 | 5.178000e+03 |    Inf 
57.39/57.44	c  57.4s| 60000 | 50939 |113633 |   1.9 |  88M| 893 |   0 |1800 |3788 |1800 | 222 |  15k|  15k| 804 | 0.000000e+00 | 5.178000e+03 |    Inf 
63.59/63.65	o 5144
63.59/63.65	c *63.6s| 66778 | 56489 |122900 |   1.8 |  96M| 893 |   - |1800 |3703 |1800 | 214 |  16k|  17k| 827 | 0.000000e+00 | 5.144000e+03 |    Inf 
63.59/63.66	o 5105
63.59/63.66	c *63.6s| 66780 | 56253 |122913 |   1.8 |  96M| 893 |   - |1800 |3703 |1800 | 214 |  16k|  17k| 827 | 0.000000e+00 | 5.105000e+03 |    Inf 
63.59/63.66	o 5042
63.59/63.66	c *63.7s| 66781 | 55823 |122926 |   1.8 |  95M| 893 |   - |1800 |3703 |1800 | 214 |  16k|  17k| 827 | 0.000000e+00 | 5.042000e+03 |    Inf 
66.69/66.72	c  66.7s| 70000 | 58518 |127172 |   1.8 |  99M| 893 |   - |1800 |3576 |   0 |   0 |  17k|  17k| 830 | 0.000000e+00 | 5.042000e+03 |    Inf 
67.39/67.43	o 5030
67.39/67.43	c *67.4s| 70741 | 59074 |128339 |   1.8 | 100M| 893 |   - |1800 |3652 |1800 | 226 |  17k|  18k| 831 | 0.000000e+00 | 5.030000e+03 |    Inf 
67.39/67.43	o 4916
67.39/67.43	c *67.4s| 70746 | 58208 |128354 |   1.8 |  98M| 893 |   - |1800 |3652 |1800 | 226 |  17k|  18k| 831 | 0.000000e+00 | 4.916000e+03 |    Inf 
67.39/67.44	o 4883
67.39/67.44	c *67.4s| 70747 | 57940 |128362 |   1.8 |  98M| 893 |   - |1800 |3652 |1800 | 226 |  17k|  18k| 831 | 0.000000e+00 | 4.883000e+03 |    Inf 
74.89/74.92	o 4743
74.89/74.92	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
74.89/74.92	c *74.9s| 78389 | 62695 |138853 |   1.8 | 104M| 893 |   - |1800 |4054 |1800 | 213 |  19k|  20k| 867 | 0.000000e+00 | 4.743000e+03 |    Inf 
76.39/76.43	c  76.4s| 80000 | 64063 |140546 |   1.8 | 106M| 893 |   0 |1800 |3779 |1800 | 215 |  20k|  21k| 867 | 0.000000e+00 | 4.743000e+03 |    Inf 
77.69/77.72	o 4693
77.69/77.72	c *77.7s| 81384 | 64652 |142136 |   1.7 | 107M| 893 |   - |1800 |3632 |1800 | 207 |  20k|  21k| 872 | 0.000000e+00 | 4.693000e+03 |    Inf 
81.99/82.01	o 4649
81.99/82.01	c *82.0s| 85724 | 67642 |149265 |   1.7 | 112M| 893 |   - |1800 |3805 |1800 | 221 |  21k|  23k| 911 | 0.000000e+00 | 4.649000e+03 |    Inf 
82.69/82.78	o 4498
82.69/82.78	c *82.8s| 86461 | 66214 |150497 |   1.7 | 107M| 893 |   - |1800 |3842 |1800 | 225 |  21k|  23k| 915 | 0.000000e+00 | 4.498000e+03 |    Inf 
83.09/83.11	o 4466
83.09/83.11	c *83.1s| 86780 | 66022 |151014 |   1.7 | 105M| 893 |   - |1800 |3846 |1800 | 223 |  21k|  23k| 915 | 0.000000e+00 | 4.466000e+03 |    Inf 
83.09/83.17	o 4410
83.09/83.17	c *83.2s| 86834 | 65214 |151156 |   1.7 | 103M| 893 |   - |1800 |3856 |1800 | 229 |  21k|  23k| 915 | 0.000000e+00 | 4.410000e+03 |    Inf 
83.09/83.18	o 4347
83.09/83.18	c *83.2s| 86835 | 64238 |151170 |   1.7 | 100M| 893 |   - |1800 |3856 |1800 | 229 |  21k|  23k| 915 | 0.000000e+00 | 4.347000e+03 |    Inf 
83.19/83.26	o 4282
83.19/83.26	c *83.2s| 86917 | 63202 |151349 |   1.7 |  96M| 893 |   - |1800 |3870 |1800 | 224 |  21k|  23k| 915 | 0.000000e+00 | 4.282000e+03 |    Inf 
83.19/83.27	o 4219
83.19/83.27	c *83.3s| 86918 | 62086 |151360 |   1.7 |  93M| 893 |   - |1800 |3870 |1800 | 224 |  21k|  23k| 915 | 0.000000e+00 | 4.219000e+03 |    Inf 
86.39/86.44	c  86.4s| 90000 | 64511 |156053 |   1.7 |  97M| 893 |   0 |1800 |3873 |1800 | 211 |  22k|  24k| 920 | 0.000000e+00 | 4.219000e+03 |    Inf 
92.79/92.88	o 4190
92.79/92.88	c *92.9s| 96717 | 69447 |165067 |   1.7 | 104M| 893 |   - |1800 |4444 |1800 | 232 |  24k|  26k| 943 | 0.000000e+00 | 4.190000e+03 |    Inf 
92.79/92.88	o 4160
92.79/92.88	c *92.9s| 96718 | 68848 |165086 |   1.7 | 103M| 893 |   - |1800 |4444 |1800 | 232 |  24k|  26k| 943 | 0.000000e+00 | 4.160000e+03 |    Inf 
95.99/96.08	c  96.1s|100000 | 71488 |169410 |   1.7 | 107M| 893 |   0 |1800 |4289 |1800 | 215 |  25k|  27k| 948 | 0.000000e+00 | 4.160000e+03 |    Inf 
102.59/102.61	o 3930
102.59/102.61	c * 103s|106755 | 72352 |177975 |   1.7 | 104M| 893 |   - |1800 |4001 |1800 | 221 |  26k|  29k|1009 | 0.000000e+00 | 3.930000e+03 |    Inf 
102.59/102.61	o 3836
102.59/102.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
102.59/102.61	c * 103s|106756 | 70508 |177979 |   1.7 | 100M| 893 |   - |1800 |4001 |1800 | 221 |  26k|  29k|1009 | 0.000000e+00 | 3.836000e+03 |    Inf 
102.79/102.81	o 3769
102.79/102.81	c * 103s|106920 | 69380 |178429 |   1.7 |  98M| 893 |   - |1800 |4038 |1800 | 210 |  26k|  29k|1009 | 0.000000e+00 | 3.769000e+03 |    Inf 
105.69/105.70	o 3763
105.69/105.70	c * 106s|109970 | 71812 |182236 |   1.7 | 102M| 893 |   - |1800 |3648 |1800 | 218 |  27k|  30k|1012 | 0.000000e+00 | 3.763000e+03 |    Inf 
105.69/105.73	c   106s|110000 | 71840 |182306 |   1.7 | 102M| 893 |   0 |1800 |3647 |1800 | 213 |  27k|  30k|1012 | 0.000000e+00 | 3.763000e+03 |    Inf 
106.60/106.62	o 3714
106.60/106.62	c * 107s|110850 | 71525 |183597 |   1.7 | 101M| 893 |   - |1800 |3710 |1800 | 217 |  27k|  30k|1017 | 0.000000e+00 | 3.714000e+03 |    Inf 
106.60/106.63	o 3665
106.60/106.63	c * 107s|110851 | 70551 |183606 |   1.7 |  99M| 893 |   - |1800 |3710 |1800 | 217 |  27k|  30k|1017 | 0.000000e+00 | 3.665000e+03 |    Inf 
109.09/109.16	o 3601
109.09/109.16	c * 109s|113381 | 71316 |187374 |   1.7 | 100M| 893 |   - |1800 |3741 |1800 | 224 |  28k|  30k|1036 | 0.000000e+00 | 3.601000e+03 |    Inf 
109.09/109.18	o 3410
109.09/109.18	c * 109s|113386 | 67674 |187381 |   1.7 |  94M| 893 |   - |1800 |3743 |1800 | 224 |  28k|  30k|1036 | 0.000000e+00 | 3.410000e+03 |    Inf 
112.39/112.48	o 3382
112.39/112.48	c * 112s|116519 | 69494 |192677 |   1.7 |  98M| 893 |   - |1800 |3638 |1800 | 222 |  29k|  32k|1079 | 0.000000e+00 | 3.382000e+03 |    Inf 
114.10/114.18	o 3370
114.10/114.18	c * 114s|118082 | 70456 |195906 |   1.7 | 100M| 893 |   - |1800 |3516 |1800 | 216 |  29k|  32k|1089 | 0.000000e+00 | 3.370000e+03 |    Inf 
114.10/114.18	o 3364
114.10/114.18	c * 114s|118083 | 70330 |195908 |   1.7 |  99M| 893 |   - |1800 |3516 |1800 | 216 |  29k|  32k|1089 | 0.000000e+00 | 3.364000e+03 |    Inf 
116.19/116.28	c   116s|120000 | 71800 |199772 |   1.7 | 102M| 893 |   0 |1800 |3358 |1800 | 216 |  30k|  32k|1105 | 0.000000e+00 | 3.364000e+03 |    Inf 
117.19/117.29	o 3341
117.19/117.29	c * 117s|120990 | 72142 |201582 |   1.7 | 103M| 893 |   - |1800 |3287 |1800 | 231 |  30k|  33k|1117 | 0.000000e+00 | 3.341000e+03 |    Inf 
117.29/117.31	o 3338
117.29/117.31	c * 117s|120998 | 72069 |201660 |   1.7 | 103M| 893 |   - |1800 |3287 |1800 | 233 |  30k|  33k|1117 | 0.000000e+00 | 3.338000e+03 |    Inf 
117.29/117.31	o 3313
117.29/117.31	c * 117s|120999 | 71560 |201664 |   1.7 | 102M| 893 |   - |1800 |3287 |1800 | 233 |  30k|  33k|1117 | 0.000000e+00 | 3.313000e+03 |    Inf 
118.49/118.55	o 3251
118.49/118.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
118.49/118.55	c * 119s|122196 | 71172 |203774 |   1.7 | 101M| 893 |   - |1800 |3367 |1800 | 226 |  30k|  33k|1118 | 0.000000e+00 | 3.251000e+03 |    Inf 
118.49/118.59	o 3214
118.49/118.59	c * 119s|122231 | 70403 |203961 |   1.7 | 100M| 893 |   - |1800 |3370 |1800 | 231 |  30k|  33k|1119 | 0.000000e+00 | 3.214000e+03 |    Inf 
118.59/118.60	o 3183
118.59/118.60	c * 119s|122233 | 69783 |203983 |   1.7 |  99M| 893 |   - |1800 |3370 |1800 | 231 |  30k|  33k|1119 | 0.000000e+00 | 3.183000e+03 |    Inf 
118.59/118.60	o 3120
118.59/118.60	c * 119s|122234 | 68265 |203997 |   1.7 |  96M| 893 |   - |1800 |3370 |1800 | 231 |  30k|  33k|1119 | 0.000000e+00 | 3.120000e+03 |    Inf 
126.59/126.62	c   127s|130000 | 74105 |216365 |   1.7 | 108M| 893 |   0 |1800 |3578 |1800 | 211 |  32k|  35k|1153 | 0.000000e+00 | 3.120000e+03 |    Inf 
135.79/135.88	o 3019
135.79/135.88	c * 136s|138769 | 78227 |230609 |   1.7 | 117M| 893 |   - |1800 |3511 |1800 | 215 |  35k|  38k|1239 | 0.000000e+00 | 3.019000e+03 |    Inf 
135.79/135.88	o 2956
135.79/135.88	c * 136s|138770 | 76590 |230609 |   1.7 | 115M| 893 |   - |1800 |3511 |1800 | 215 |  35k|  38k|1239 | 0.000000e+00 | 2.956000e+03 |    Inf 
135.89/135.99	o 2945
135.89/135.99	c * 136s|138849 | 76338 |230906 |   1.7 | 115M| 893 |   - |1800 |3508 |1800 | 222 |  35k|  38k|1241 | 0.000000e+00 | 2.945000e+03 |    Inf 
137.19/137.25	c   137s|140000 | 77209 |232972 |   1.7 | 116M| 893 |   - |1800 |3558 |   0 |   0 |  36k|  38k|1244 | 0.000000e+00 | 2.945000e+03 |    Inf 
143.89/143.90	o 2904
143.89/143.90	c * 144s|146142 | 80835 |245619 |   1.7 | 124M| 893 |   - |1800 |3198 |1800 | 231 |  38k|  40k|1353 | 0.000000e+00 | 2.904000e+03 |    Inf 
143.89/143.91	o 2890
143.89/143.91	c * 144s|146143 | 80523 |245621 |   1.7 | 123M| 893 |   - |1800 |3198 |1800 | 231 |  38k|  40k|1353 | 0.000000e+00 | 2.890000e+03 |    Inf 
144.00/144.07	o 2876
144.00/144.07	c * 144s|146284 | 80230 |245957 |   1.7 | 123M| 893 |   - |1800 |3250 |1800 | 227 |  38k|  40k|1353 | 0.000000e+00 | 2.876000e+03 |    Inf 
144.00/144.08	o 2685
144.00/144.08	c * 144s|146285 | 75140 |245960 |   1.7 | 114M| 893 |   - |1800 |3250 |1800 | 227 |  38k|  40k|1353 | 0.000000e+00 | 2.685000e+03 |    Inf 
144.10/144.12	o 2555
144.10/144.12	c * 144s|146311 | 72001 |246099 |   1.7 | 109M| 893 |   - |1800 |3252 |1800 | 229 |  38k|  40k|1353 | 0.000000e+00 | 2.555000e+03 |    Inf 
147.99/148.04	c   148s|150000 | 74604 |252593 |   1.7 | 115M| 893 |   0 |1800 |3256 |1800 | 209 |  39k|  41k|1368 | 0.000000e+00 | 2.555000e+03 |    Inf 
149.99/150.08	o 2544
149.99/150.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
149.99/150.08	c * 150s|151928 | 75719 |255603 |   1.7 | 118M| 893 |   - |1800 |3507 |1800 | 223 |  39k|  42k|1382 | 0.000000e+00 | 2.544000e+03 |    Inf 
150.09/150.12	o 2501
150.09/150.12	c * 150s|151949 | 74554 |255694 |   1.7 | 115M| 893 |   - |1800 |3513 |1800 | 218 |  39k|  42k|1382 | 0.000000e+00 | 2.501000e+03 |    Inf 
150.09/150.12	o 2438
150.09/150.12	c * 150s|151950 | 72999 |255701 |   1.7 | 112M| 893 |   - |1800 |3513 |1800 | 218 |  39k|  42k|1382 | 0.000000e+00 | 2.438000e+03 |    Inf 
152.79/152.87	o 2389
152.79/152.87	c * 153s|154350 | 73268 |260906 |   1.7 | 114M| 893 |   - |1800 |3631 |1800 | 228 |  40k|  43k|1402 | 0.000000e+00 | 2.389000e+03 |    Inf 
158.99/159.04	c   159s|160000 | 77402 |271781 |   1.7 | 123M| 893 |   0 |1800 |3301 |1800 | 212 |  42k|  45k|1464 | 0.000000e+00 | 2.389000e+03 |    Inf 
169.79/169.85	c   170s|170000 | 84691 |292215 |   1.7 | 138M| 893 |   0 |1800 |3226 |1800 | 199 |  45k|  48k|1551 | 0.000000e+00 | 2.389000e+03 |    Inf 
176.69/176.77	o 2328
176.69/176.77	c * 177s|176631 | 87614 |303734 |   1.7 | 145M| 893 |   - |1800 |3501 |1800 | 223 |  47k|  49k|1597 | 0.000000e+00 | 2.328000e+03 |    Inf 
180.49/180.59	c   181s|180000 | 90078 |311001 |   1.7 | 150M| 893 |   0 |1800 |3539 |1800 | 221 |  48k|  50k|1629 | 0.000000e+00 | 2.328000e+03 |    Inf 
185.99/186.09	o 2269
185.99/186.09	c * 186s|184954 | 91465 |321307 |   1.7 | 153M| 893 |   - |1800 |3210 |1800 | 232 |  50k|  52k|1668 | 0.000000e+00 | 2.269000e+03 |    Inf 
191.49/191.53	c   192s|190000 | 95059 |330787 |   1.7 | 161M| 893 |   0 |1800 |3230 |1800 | 212 |  52k|  53k|1720 | 0.000000e+00 | 2.269000e+03 |    Inf 
197.69/197.75	o 2267
197.69/197.75	c * 198s|195578 | 98868 |343745 |   1.8 | 171M| 893 |   - |1800 |3079 |1800 | 217 |  54k|  55k|1782 | 0.000000e+00 | 2.267000e+03 |    Inf 
197.69/197.75	o 2231
197.69/197.75	c * 198s|195579 | 97556 |343745 |   1.8 | 168M| 893 |   - |1800 |3079 |1800 | 217 |  54k|  55k|1782 | 0.000000e+00 | 2.231000e+03 |    Inf 
201.59/201.64	o 2168
201.59/201.64	c * 202s|198910 | 97416 |354650 |   1.8 | 169M| 893 |   - |1800 |2928 |1800 | 221 |  55k|  56k|1837 | 0.000000e+00 | 2.168000e+03 |    Inf 
201.59/201.65	o 2163
201.59/201.65	c * 202s|198916 | 97280 |354668 |   1.8 | 169M| 893 |   - |1800 |2928 |1800 | 222 |  55k|  56k|1837 | 0.000000e+00 | 2.163000e+03 |    Inf 
201.59/201.66	o 2047
201.59/201.66	c * 202s|198917 | 92805 |354672 |   1.8 | 161M| 893 |   - |1800 |2928 |1800 | 222 |  55k|  56k|1837 | 0.000000e+00 | 2.047000e+03 |    Inf 
201.69/201.76	o 2033
201.69/201.76	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
201.69/201.76	c * 202s|198982 | 92318 |355003 |   1.8 | 160M| 893 |   - |1800 |2947 |1800 | 234 |  55k|  56k|1837 | 0.000000e+00 | 2.033000e+03 |    Inf 
201.69/201.77	o 2031
201.69/201.77	c * 202s|198985 | 92239 |355019 |   1.8 | 159M| 893 |   - |1800 |2947 |1800 | 234 |  55k|  56k|1837 | 0.000000e+00 | 2.031000e+03 |    Inf 
201.69/201.77	o 2025
201.69/201.77	c * 202s|198986 | 91924 |355025 |   1.8 | 159M| 893 |   - |1800 |2947 |1800 | 234 |  55k|  56k|1837 | 0.000000e+00 | 2.025000e+03 |    Inf 
202.89/202.94	c   203s|200000 | 92657 |357326 |   1.8 | 160M| 893 |   0 |1800 |3014 |1800 | 220 |  55k|  56k|1849 | 0.000000e+00 | 2.025000e+03 |    Inf 
203.40/203.48	o 1915
203.40/203.48	c * 203s|200510 | 88837 |358378 |   1.8 | 153M| 893 |   - |1800 |2959 |1800 | 223 |  56k|  56k|1860 | 0.000000e+00 | 1.915000e+03 |    Inf 
203.40/203.49	o 1842
203.40/203.49	c * 203s|200511 | 85602 |358383 |   1.8 | 147M| 893 |   - |1800 |2959 |1800 | 223 |  56k|  56k|1860 | 0.000000e+00 | 1.842000e+03 |    Inf 
210.49/210.55	o 1823
210.49/210.55	c * 211s|206377 | 88920 |373563 |   1.8 | 157M| 893 |   - |1800 |3189 |1800 | 216 |  58k|  58k|1910 | 0.000000e+00 | 1.823000e+03 |    Inf 
210.49/210.56	o 1707
210.49/210.56	c * 211s|206378 | 83635 |373566 |   1.8 | 146M| 893 |   - |1800 |3189 |1800 | 216 |  58k|  58k|1910 | 0.000000e+00 | 1.707000e+03 |    Inf 
215.09/215.12	c   215s|210000 | 85947 |384676 |   1.8 | 153M| 893 |   0 |1800 |3302 |1800 | 214 |  60k|  59k|1942 | 0.000000e+00 | 1.707000e+03 |    Inf 
215.50/215.57	o 1694
215.50/215.57	c * 216s|210342 | 85578 |385908 |   1.8 | 152M| 893 |   - |1800 |3315 |1800 | 240 |  60k|  59k|1967 | 0.000000e+00 | 1.694000e+03 |    Inf 
225.00/225.00	o 1661
225.00/225.00	c * 225s|217940 | 89086 |412691 |   1.9 | 164M| 893 |   - |1800 |3362 |1800 | 229 |  64k|  62k|2057 | 0.000000e+00 | 1.661000e+03 |    Inf 
225.00/225.00	o 1654
225.00/225.00	c * 225s|217941 | 88784 |412705 |   1.9 | 164M| 893 |   - |1800 |3360 |1800 | 229 |  64k|  62k|2057 | 0.000000e+00 | 1.654000e+03 |    Inf 
227.39/227.50	o 1573
227.39/227.50	c * 227s|219915 | 86318 |418697 |   1.9 | 159M| 893 |   - |1800 |3409 |1800 | 227 |  65k|  63k|2086 | 0.000000e+00 | 1.573000e+03 |    Inf 
227.60/227.60	c   228s|220000 | 86380 |419111 |   1.9 | 159M| 893 |   0 |1800 |3374 |1800 | 213 |  65k|  63k|2086 | 0.000000e+00 | 1.573000e+03 |    Inf 
230.99/231.07	o 1535
230.99/231.07	c * 231s|222857 | 86636 |428300 |   1.9 | 161M| 893 |   - |1800 |3176 |1800 | 215 |  66k|  63k|2102 | 0.000000e+00 | 1.535000e+03 |    Inf 
230.99/231.08	o 1460
230.99/231.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
230.99/231.08	c * 231s|222858 | 83106 |428302 |   1.9 | 153M| 893 |   - |1800 |3176 |1800 | 215 |  66k|  63k|2102 | 0.000000e+00 | 1.460000e+03 |    Inf 
237.99/238.08	o 1459
237.99/238.08	c * 238s|228279 | 86611 |448941 |   2.0 | 163M| 893 |   - |1800 |3226 |1800 | 242 |  69k|  65k|2188 | 0.000000e+00 | 1.459000e+03 |    Inf 
237.99/238.09	o 1440
237.99/238.09	c * 238s|228284 | 85700 |448946 |   2.0 | 161M| 893 |   - |1800 |3226 |1800 | 242 |  69k|  65k|2188 | 0.000000e+00 | 1.440000e+03 |    Inf 
237.99/238.10	o 1373
237.99/238.10	c * 238s|228285 | 81722 |448948 |   2.0 | 152M| 893 |   - |1800 |3226 |1800 | 242 |  69k|  65k|2188 | 0.000000e+00 | 1.373000e+03 |    Inf 
240.29/240.31	c   240s|230000 | 82766 |454714 |   2.0 | 156M| 893 |   0 |1800 |3328 |1800 | 209 |  70k|  66k|2201 | 0.000000e+00 | 1.373000e+03 |    Inf 
243.89/243.90	o 1362
243.89/243.90	c * 244s|232831 | 83786 |462906 |   2.0 | 159M| 893 |   - |1800 |3326 |1800 | 228 |  72k|  67k|2233 | 0.000000e+00 | 1.362000e+03 |    Inf 
243.89/243.90	o 1360
243.89/243.90	c * 244s|232832 | 83659 |462915 |   2.0 | 159M| 893 |   - |1800 |3326 |1800 | 228 |  72k|  67k|2233 | 0.000000e+00 | 1.360000e+03 |    Inf 
251.49/251.55	o 1308
251.49/251.55	c * 252s|238506 | 83399 |485218 |   2.0 | 164M| 893 |   - |1800 |3092 |1800 | 216 |  75k|  69k|2286 | 0.000000e+00 | 1.308000e+03 |    Inf 
251.49/251.58	o 1273
251.49/251.58	c * 252s|238510 | 81278 |485479 |   2.0 | 160M| 893 |   - |1800 |3091 |1800 | 236 |  75k|  69k|2289 | 0.000000e+00 | 1.273000e+03 |    Inf 
251.49/251.59	o 1187
251.49/251.59	c * 252s|238511 | 76106 |485487 |   2.0 | 149M| 893 |   - |1800 |3091 |1800 | 236 |  75k|  69k|2289 | 0.000000e+00 | 1.187000e+03 |    Inf 
252.09/252.13	o 1141
252.09/252.13	c * 252s|238870 | 73753 |487467 |   2.0 | 145M| 893 |   - |1800 |3110 |1800 | 225 |  75k|  69k|2306 | 0.000000e+00 | 1.141000e+03 |    Inf 
253.60/253.68	c   254s|240000 | 74400 |490799 |   2.0 | 148M| 893 |   6 |1800 |3053 |1800 | 235 |  76k|  70k|2317 | 0.000000e+00 | 1.141000e+03 |    Inf 
266.49/266.58	o 1015
266.49/266.58	c * 267s|248610 | 72258 |536710 |   2.2 | 154M| 893 |   - |1800 |3191 |1800 | 218 |  82k|  73k|2437 | 0.000000e+00 | 1.015000e+03 |    Inf 
266.49/266.58	o 1001
266.49/266.58	c * 267s|248611 | 71591 |536711 |   2.2 | 153M| 893 |   - |1800 |3191 |1800 | 218 |  82k|  73k|2437 | 0.000000e+00 | 1.001000e+03 |    Inf 
267.09/267.10	o 935
267.09/267.10	c * 267s|248887 | 65593 |538557 |   2.2 | 142M| 893 |   - |1800 |3266 |1800 | 213 |  83k|  74k|2445 | 0.000000e+00 | 9.350000e+02 |    Inf 
269.00/269.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
269.00/269.05	c   269s|250000 | 66127 |546805 |   2.2 | 146M| 893 |   - |1800 |2696 |   0 |   0 |  84k|  74k|2491 | 0.000000e+00 | 9.350000e+02 |    Inf 
277.09/277.13	o 913
277.09/277.13	c * 277s|255036 | 66892 |580592 |   2.3 | 158M| 893 |   - |1800 |2744 |1800 | 232 |  89k|  77k|2581 | 0.000000e+00 | 9.130000e+02 |    Inf 
277.09/277.16	o 839
277.09/277.16	c * 277s|255045 | 60913 |580622 |   2.3 | 145M| 893 |   - |1800 |2707 |1800 | 233 |  89k|  77k|2581 | 0.000000e+00 | 8.390000e+02 |    Inf 
277.09/277.18	o 776
277.09/277.18	c * 277s|255046 | 56293 |580628 |   2.3 | 134M| 893 |   - |1800 |2707 |1800 | 233 |  89k|  77k|2581 | 0.000000e+00 | 7.760000e+02 |    Inf 
281.00/281.04	o 767
281.00/281.04	c * 281s|257044 | 56065 |603078 |   2.3 | 140M| 893 |   - |1800 |2534 |1800 | 245 |  92k|  79k|2638 | 0.000000e+00 | 7.670000e+02 |    Inf 
281.19/281.22	o 744
281.19/281.22	c * 281s|257157 | 55074 |604061 |   2.3 | 138M| 893 |   - |1800 |2509 |1800 | 235 |  92k|  79k|2638 | 0.000000e+00 | 7.440000e+02 |    Inf 
281.29/281.36	o 715
281.29/281.36	c * 281s|257231 | 53676 |604834 |   2.4 | 135M| 893 |   - |1800 |2495 |1800 | 234 |  92k|  79k|2638 | 0.000000e+00 | 7.150000e+02 |    Inf 
281.39/281.40	o 630
281.39/281.40	c * 281s|257242 | 48608 |604872 |   2.4 | 124M| 893 |   - |1800 |2443 |1800 | 236 |  92k|  79k|2638 | 0.000000e+00 | 6.300000e+02 |    Inf 
281.39/281.41	o 567
281.39/281.41	c * 281s|257243 | 44903 |604883 |   2.4 | 117M| 893 |   - |1800 |2443 |1800 | 236 |  92k|  79k|2638 | 0.000000e+00 | 5.670000e+02 |    Inf 
282.49/282.56	o 397
282.49/282.56	c * 283s|257705 | 33260 |611876 |   2.4 |  91M| 893 |   - |1800 |2109 |1800 | 244 |  93k|  79k|2661 | 0.000000e+00 | 3.970000e+02 |    Inf 
283.20/283.27	o 391
283.20/283.27	c * 283s|257923 | 32274 |616169 |   2.4 |  92M| 893 |   - |1800 |1907 |1800 | 235 |  93k|  80k|2663 | 0.000000e+00 | 3.910000e+02 |    Inf 
283.20/283.29	o 307
283.20/283.29	c * 283s|257924 | 24937 |616169 |   2.4 |  77M| 893 |   - |1800 |1907 |1800 | 235 |  93k|  80k|2663 | 0.000000e+00 | 3.070000e+02 |    Inf 
283.40/283.48	o 272
283.40/283.48	c * 283s|258004 | 22364 |617504 |   2.4 |  72M| 893 |   - |1800 |1764 |1800 | 218 |  93k|  80k|2663 | 0.000000e+00 | 2.720000e+02 |    Inf 
283.59/283.68	o 237
283.59/283.68	c * 284s|258059 | 19198 |619359 |   2.4 |  68M| 893 |   - |1800 |1645 |1800 | 237 |  94k|  80k|2666 | 0.000000e+00 | 2.370000e+02 |    Inf 
283.59/283.69	o 169
283.59/283.69	c * 284s|258060 | 16616 |619360 |   2.4 |  61M| 893 |   - |1800 |1645 |1800 | 237 |  94k|  80k|2666 | 0.000000e+00 | 1.690000e+02 |    Inf 
283.99/284.07	o 124
283.99/284.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
283.99/284.07	c * 284s|258220 |  9709 |624027 |   2.4 |  49M| 893 |   - |1800 |1631 |1800 | 233 |  94k|  80k|2695 | 0.000000e+00 | 1.240000e+02 |    Inf 
284.09/284.13	o 104
284.09/284.13	c * 284s|258249 |  8799 |624683 |   2.4 |  47M| 893 |   - |1800 |1584 |1800 | 223 |  94k|  80k|2695 | 0.000000e+00 | 1.040000e+02 |    Inf 
284.19/284.24	o 94
284.19/284.24	c * 284s|258291 |  6539 |626226 |   2.4 |  42M| 893 |   - |1800 |1537 |1800 | 213 |  94k|  80k|2695 | 0.000000e+00 | 9.400000e+01 |    Inf 
284.19/284.24	o 64
284.19/284.24	c * 284s|258292 |  5368 |626228 |   2.4 |  39M| 893 |   - |1800 |1537 |1800 | 213 |  94k|  80k|2695 | 0.000000e+00 | 6.400000e+01 |    Inf 
284.29/284.39	o 55
284.29/284.39	c * 284s|258369 |  3171 |628182 |   2.4 |  33M| 893 |   - |1800 |1483 |1800 | 206 |  94k|  80k|2701 | 0.000000e+00 | 5.500000e+01 |    Inf 
284.49/284.50	o 54
284.49/284.50	c * 284s|258433 |  2614 |629617 |   2.4 |  31M| 893 |   - |1800 |1480 |1800 | 200 |  94k|  81k|2701 | 0.000000e+00 | 5.400000e+01 |    Inf 
284.49/284.58	o 26
284.49/284.58	c * 285s|258481 |  1850 |630689 |   2.4 |  27M| 893 |   - |1800 |1504 |1800 | 224 |  95k|  81k|2701 | 0.000000e+00 | 2.600000e+01 |    Inf 
285.49/285.58	o 19
285.49/285.58	c * 286s|259165 |   347 |642442 |   2.5 |  16M| 893 |   - |1800 |1890 |1800 | 198 |  96k|  81k|2724 | 0.000000e+00 | 1.900000e+01 |    Inf 
285.59/285.64	o 14
285.59/285.64	c * 286s|259205 |   324 |643177 |   2.5 |  16M| 893 |   - |1800 |1919 |1800 | 191 |  96k|  82k|2724 | 0.000000e+00 | 1.400000e+01 |    Inf 
285.69/285.72	o 6
285.69/285.72	c * 286s|259255 |   282 |643925 |   2.5 |  15M| 893 |   - |1800 |1918 |1800 | 231 |  96k|  82k|2725 | 0.000000e+00 | 6.000000e+00 |    Inf 
286.49/286.55	c 
286.49/286.55	c SCIP Status        : problem is solved [optimal solution found]
286.49/286.55	c Solving Time (sec) : 286.54
286.49/286.55	c Solving Nodes      : 259885
286.49/286.55	c Primal Bound       : +6.00000000000000e+00 (205 solutions)
286.49/286.55	c Dual Bound         : +6.00000000000000e+00
286.49/286.55	c Gap                : 0.00 %
286.49/286.55	s OPTIMUM FOUND
286.49/286.55	v -x200 x199 x198 -x197 x196 -x195 x194 -x193 x192 -x191 -x190 x189 x188 -x187 x186 -x185 x184 -x183 x182 -x181 x180 -x179 -x178 
286.49/286.55	v x177 x176 -x175 x174 -x173 -x172 x171 -x170 x169 x168 -x167 -x166 x165 x164 -x163 -x162 x161 x160 -x159 -x158 x157 x156 -x155 
286.49/286.55	v x154 -x153 -x152 x151 x150 -x149 x148 -x147 -x146 x145 -x144 x143 x142 -x141 -x140 x139 -x138 x137 x136 -x135 -x134 x133 -x132 
286.49/286.55	v x131 x130 -x129 -x128 x127 -x126 x125 x124 -x123 x122 -x121 -x120 x119 -x118 x117 -x116 x115 x114 -x113 x112 -x111 -x110 x109 
286.49/286.55	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 
286.49/286.55	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 
286.49/286.55	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 
286.49/286.55	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 
286.49/286.55	c SCIP Status        : problem is solved [optimal solution found]
286.49/286.55	c Solving Time       :     286.54
286.49/286.55	c Original Problem   :
286.49/286.55	c   Problem name     : HOME/instance-2705753-1278580128.wbo
286.49/286.55	c   Variables        : 1900 (1050 binary, 0 integer, 850 implicit integer, 0 continuous)
286.49/286.55	c   Constraints      : 1801 initial, 1801 maximal
286.49/286.55	c Presolved Problem  :
286.49/286.55	c   Problem name     : t_HOME/instance-2705753-1278580128.wbo
286.49/286.55	c   Variables        : 1800 (950 binary, 0 integer, 850 implicit integer, 0 continuous)
286.49/286.55	c   Constraints      : 1700 initial, 5112 maximal
286.49/286.55	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
286.49/286.55	c   trivial          :       0.00          0          0          0          0          0          0          0          0
286.49/286.55	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
286.49/286.55	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
286.49/286.55	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
286.49/286.55	c   implics          :       0.00          0          0          0          0          0          0          0          0
286.49/286.55	c   probing          :       0.02          0          0          0          0          0          0          0          0
286.49/286.55	c   linear           :       0.02          0        100          0        850          0        101          0          0
286.49/286.55	c   indicator        :       0.00          0          0          0          0          0          0          0          0
286.49/286.55	c   logicor          :       0.00          0          0          0          0          0          0          0          0
286.49/286.55	c   root node        :          -       1694          -          -       1694          -          -          -          -
286.49/286.55	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
286.49/286.55	c   integral         :          0          0          0     269093          0          0         25          0          0      14476
286.49/286.55	c   linear           :        850          6     714434     261799          0       6121     540774      97704          0          0
286.49/286.55	c   indicator        :        850          0     708505     261832          0       3785    8827347          0          0          0
286.49/286.55	c   logicor          :          0+         0     354163          0          0       2430     162873          0          0          0
286.49/286.55	c   countsols        :          0          0          0     224453          0          0          0          0          0          0
286.49/286.55	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
286.49/286.55	c   integral         :       2.68       0.00       0.00       2.68       0.00
286.49/286.55	c   linear           :      19.65       0.00      10.18       9.47       0.00
286.49/286.55	c   indicator        :      41.17       0.01      23.65      17.51       0.00
286.49/286.55	c   logicor          :       4.37       0.00       4.37       0.00       0.00
286.49/286.55	c   countsols        :       0.03       0.00       0.00       0.03       0.00
286.49/286.55	c Propagators        :       Time      Calls    Cutoffs    DomReds
286.49/286.55	c   vbounds          :       0.14          2          0          0
286.49/286.55	c   rootredcost      :       0.13        111          0        847
286.49/286.55	c   pseudoobj        :      17.64     740484      26025    8260962
286.49/286.55	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
286.49/286.55	c   propagation      :       1.86      34576      34257      96815       21.5        948       11.7          -
286.49/286.55	c   infeasible LP    :       0.01         51         51        153       18.5          4       14.0          0
286.49/286.55	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
286.49/286.55	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
286.49/286.55	c   pseudo solution  :       0.00          4          4         14       10.7          0        0.0          -
286.49/286.55	c   applied globally :          -          -          -      82743       20.7          -          -          -
286.49/286.55	c   applied locally  :          -          -          -          0        0.0          -          -          -
286.49/286.55	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
286.49/286.55	c   cut pool         :       0.00          3          -          -         22          -    (maximal pool size: 203)
286.49/286.55	c   redcost          :      12.80     279100          0     742248          0          0
286.49/286.55	c   impliedbounds    :       0.00          4          0          0          0          0
286.49/286.55	c   intobj           :       0.00          0          0          0          0          0
286.49/286.55	c   cgmip            :       0.00          0          0          0          0          0
286.49/286.55	c   gomory           :       0.02          4          0          0         85          0
286.49/286.55	c   strongcg         :       0.02          4          0          0        313          0
286.49/286.55	c   cmir             :       0.01          4          0          0          0          0
286.49/286.55	c   flowcover        :       0.02          4          0          0          0          0
286.49/286.55	c   clique           :       0.00          1          0          0          0          0
286.49/286.55	c   zerohalf         :       0.00          0          0          0          0          0
286.49/286.55	c   mcf              :       0.00          1          0          0          0          0
286.49/286.55	c   rapidlearning    :       0.06          1          0          0          0          0
286.49/286.55	c Pricers            :       Time      Calls       Vars
286.49/286.55	c   problem variables:       0.00          0          0
286.49/286.55	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
286.49/286.55	c   relpscost        :       2.59       7259          0         25          0          0      14476
286.49/286.55	c   pscost           :       0.00          0          0          0          0          0          0
286.49/286.55	c   inference        :      32.19     224342          0          0          0          0     448684
286.49/286.55	c   mostinf          :       0.00          0          0          0          0          0          0
286.49/286.55	c   leastinf         :       0.00          0          0          0          0          0          0
286.49/286.55	c   fullstrong       :       0.00          0          0          0          0          0          0
286.49/286.55	c   allfullstrong    :       0.00          0          0          0          0          0          0
286.49/286.55	c   random           :       0.00          0          0          0          0          0          0
286.49/286.55	c Primal Heuristics  :       Time      Calls      Found
286.49/286.55	c   LP solutions     :       0.49          -        111
286.49/286.55	c   pseudo solutions :       0.00          -          0
286.49/286.55	c   feaspump         :       0.00          0          0
286.49/286.55	c   intshifting      :       0.00          0          0
286.49/286.55	c   oneopt           :       0.22         82          0
286.49/286.55	c   veclendiving     :       0.03         48          0
286.49/286.55	c   linesearchdiving :       0.03         48          0
286.49/286.55	c   fracdiving       :       0.03         49          0
286.49/286.55	c   guideddiving     :       0.04         49          0
286.49/286.55	c   coefdiving       :       0.04         49          0
286.49/286.55	c   pscostdiving     :       0.04         49          0
286.49/286.55	c   objpscostdiving  :       0.03         48          0
286.49/286.55	c   rootsoldiving    :       0.03         48          0
286.49/286.55	c   trivial          :       0.00          2          1
286.49/286.55	c   simplerounding   :       0.10       7908          0
286.49/286.55	c   zirounding       :       0.07       1000          0
286.49/286.55	c   rounding         :       0.08       1214          0
286.49/286.55	c   shifting         :       0.05        353          0
286.49/286.55	c   twoopt           :       0.00          0          0
286.49/286.55	c   fixandinfer      :       0.00          0          0
286.49/286.55	c   intdiving        :       0.00          0          0
286.49/286.55	c   actconsdiving    :       0.00          0          0
286.49/286.55	c   octane           :       0.00          0          0
286.49/286.55	c   rens             :       0.01          1          0
286.49/286.55	c   rins             :       0.00          0          0
286.49/286.55	c   localbranching   :       0.00          0          0
286.49/286.55	c   mutation         :       0.00          0          0
286.49/286.55	c   crossover        :       2.03        110         17
286.49/286.55	c   dins             :       0.00          0          0
286.49/286.55	c   undercover       :       0.00          0          0
286.49/286.55	c   nlp              :       0.04          0          0
286.49/286.55	c   trysol           :       0.13        150         76
286.49/286.55	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
286.49/286.55	c   primal LP        :       0.00          0          0       0.00          -
286.49/286.55	c   dual LP          :      91.90      94827     647477       6.83    7045.69
286.49/286.55	c   lex dual LP      :       0.00          0          0       0.00          -
286.49/286.55	c   barrier LP       :       0.00          0          0       0.00          -
286.49/286.55	c   diving/probing LP:       0.12        100       5648      56.48   48766.17
286.49/286.55	c   strong branching :       2.52       2762      39088      14.15   15494.12
286.49/286.55	c     (at root node) :          -         33       3159      95.73          -
286.49/286.55	c   conflict analysis:       0.00          0          0       0.00          -
286.49/286.55	c B&B Tree           :
286.49/286.55	c   number of runs   :          1
286.49/286.55	c   nodes            :     259885
286.49/286.55	c   nodes (total)    :     259885
286.49/286.55	c   nodes left       :          0
286.49/286.55	c   max depth        :        893
286.49/286.55	c   max depth (total):        893
286.49/286.55	c   backtracks       :      13021 (5.0%)
286.49/286.55	c   delayed cutoffs  :      25524
286.49/286.55	c   repropagations   :      79597 (4314056 domain reductions, 10220 cutoffs)
286.49/286.55	c   avg switch length:       3.91
286.49/286.55	c   switching time   :      20.20
286.49/286.55	c Solution           :
286.49/286.55	c   Solutions found  :        205 (112 improvements)
286.49/286.55	c   First Solution   : +4.20925000000000e+05   (in run 1, after 1 nodes, 0.05 seconds, depth 0, found by <trivial>)
286.49/286.55	c   Primal Bound     : +6.00000000000000e+00   (in run 1, after 259255 nodes, 285.71 seconds, depth 17, found by <relaxation>)
286.49/286.55	c   Dual Bound       : +6.00000000000000e+00
286.49/286.55	c   Gap              :       0.00 %
286.49/286.55	c   Root Dual Bound  : +0.00000000000000e+00
286.49/286.55	c   Root Iterations  :        274
286.49/286.58	c Time complete: 286.58.

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-2705753-1278580128/watcher-2705753-1278580128 -o /tmp/evaluation-result-2705753-1278580128/solver-2705753-1278580128 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705753-1278580128.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.00 2.00 1.96 4/178 21829
/proc/meminfo: memFree=28613100/32951124 swapFree=67111528/67111528
[pid=21829] ppid=21827 vsize=12332 CPUtime=0
/proc/21829/stat : 21829 (pbscip.linux.x8) R 21827 21829 21153 0 -1 4202496 1924 0 0 0 0 0 0 0 21 0 1 0 26226373 12627968 1842 4089446400 4194304 10345943 140734913822720 18446744073709551615 4720712 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/21829/statm: 3083 1842 429 1502 0 1576 0

[startup+0.0277739 s]
/proc/loadavg: 2.00 2.00 1.96 4/178 21829
/proc/meminfo: memFree=28613100/32951124 swapFree=67111528/67111528
[pid=21829] ppid=21827 vsize=22136 CPUtime=0.02
/proc/21829/stat : 21829 (pbscip.linux.x8) R 21827 21829 21153 0 -1 4202496 4590 0 0 0 2 0 0 0 21 0 1 0 26226373 22667264 4154 4089446400 4194304 10345943 140734913822720 18446744073709551615 5040521 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21829/statm: 5534 4154 534 1502 0 4027 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 22136

[startup+0.100763 s]
/proc/loadavg: 2.00 2.00 1.96 4/178 21829
/proc/meminfo: memFree=28613100/32951124 swapFree=67111528/67111528
[pid=21829] ppid=21827 vsize=40188 CPUtime=0.09
/proc/21829/stat : 21829 (pbscip.linux.x8) R 21827 21829 21153 0 -1 4202496 8932 0 0 0 9 0 0 0 21 0 1 0 26226373 41152512 8496 4089446400 4194304 10345943 140734913822720 18446744073709551615 4687806 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21829/statm: 10047 8496 636 1502 0 8540 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 40188

[startup+0.300733 s]
/proc/loadavg: 2.00 2.00 1.96 4/178 21829
/proc/meminfo: memFree=28613100/32951124 swapFree=67111528/67111528
[pid=21829] ppid=21827 vsize=37084 CPUtime=0.29
/proc/21829/stat : 21829 (pbscip.linux.x8) R 21827 21829 21153 0 -1 4202496 10431 0 0 0 28 1 0 0 21 0 1 0 26226373 37974016 8125 4089446400 4194304 10345943 140734913822720 18446744073709551615 6526139 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21829/statm: 9271 8125 750 1502 0 7764 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 37084

[startup+0.700668 s]
/proc/loadavg: 2.00 2.00 1.96 4/178 21829
/proc/meminfo: memFree=28613100/32951124 swapFree=67111528/67111528
[pid=21829] ppid=21827 vsize=37084 CPUtime=0.68
/proc/21829/stat : 21829 (pbscip.linux.x8) R 21827 21829 21153 0 -1 4202496 10438 0 0 0 67 1 0 0 22 0 1 0 26226373 37974016 8132 4089446400 4194304 10345943 140734913822720 18446744073709551615 7574036 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21829/statm: 9271 8132 757 1502 0 7764 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 37084

[startup+1.50053 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 21830
/proc/meminfo: memFree=28582464/32951124 swapFree=67111528/67111528
[pid=21829] ppid=21827 vsize=37588 CPUtime=1.49
/proc/21829/stat : 21829 (pbscip.linux.x8) R 21827 21829 21153 0 -1 4202496 13486 0 0 0 147 2 0 0 25 0 1 0 26226373 38490112 8262 4089446400 4194304 10345943 140734913822720 18446744073709551615 6785231 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21829/statm: 9397 8262 760 1502 0 7890 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 37588

[startup+3.10026 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 21830
/proc/meminfo: memFree=28578992/32951124 swapFree=67111528/67111528
[pid=21829] ppid=21827 vsize=39016 CPUtime=3.09
/proc/21829/stat : 21829 (pbscip.linux.x8) R 21827 21829 21153 0 -1 4202496 15361 0 0 0 306 3 0 0 25 0 1 0 26226373 39952384 8628 4089446400 4194304 10345943 140734913822720 18446744073709551615 7578781 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21829/statm: 9754 8628 761 1502 0 8247 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 39016

[startup+6.30073 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 21830
/proc/meminfo: memFree=28572620/32951124 swapFree=67111528/67111528
[pid=21829] ppid=21827 vsize=41440 CPUtime=6.29
/proc/21829/stat : 21829 (pbscip.linux.x8) R 21827 21829 21153 0 -1 4202496 23635 0 0 0 625 4 0 0 25 0 1 0 26226373 42434560 9043 4089446400 4194304 10345943 140734913822720 18446744073709551615 6002399 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21829/statm: 10360 9043 761 1502 0 8853 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 41440

[startup+12.7006 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 21830
/proc/meminfo: memFree=28557508/32951124 swapFree=67111528/67111528
[pid=21829] ppid=21827 vsize=51556 CPUtime=12.69
/proc/21829/stat : 21829 (pbscip.linux.x8) R 21827 21829 21153 0 -1 4202496 34157 0 0 0 1262 7 0 0 25 0 1 0 26226373 52793344 11456 4089446400 4194304 10345943 140734913822720 18446744073709551615 6068924 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21829/statm: 12889 11456 765 1502 0 11382 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 51556

[startup+25.5005 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 21831
/proc/meminfo: memFree=28508136/32951124 swapFree=67111528/67111528
[pid=21829] ppid=21827 vsize=84452 CPUtime=25.49
/proc/21829/stat : 21829 (pbscip.linux.x8) R 21827 21829 21153 0 -1 4202496 57160 0 0 0 2536 13 0 0 25 0 1 0 26226373 86478848 19521 4089446400 4194304 10345943 140734913822720 18446744073709551615 6785130 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21829/statm: 21113 19521 765 1502 0 19606 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 84452

[startup+51.1002 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 21831
/proc/meminfo: memFree=28433824/32951124 swapFree=67111528/67111528
[pid=21829] ppid=21827 vsize=125436 CPUtime=51.09
/proc/21829/stat : 21829 (pbscip.linux.x8) R 21827 21829 21153 0 -1 4202496 88667 0 0 0 5088 21 0 0 25 0 1 0 26226373 128446464 29459 4089446400 4194304 10345943 140734913822720 18446744073709551615 6190130 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21829/statm: 31359 29459 765 1502 0 29852 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 125436

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 21833
/proc/meminfo: memFree=28353656/32951124 swapFree=67111528/67111528
[pid=21829] ppid=21827 vsize=190080 CPUtime=102.3
/proc/21829/stat : 21829 (pbscip.linux.x8) R 21827 21829 21153 0 -1 4202496 166827 0 0 0 10188 42 0 0 25 0 1 0 26226373 194641920 44905 4089446400 4194304 10345943 140734913822720 18446744073709551615 4749665 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21829/statm: 47520 44905 765 1502 0 46013 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 190080

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 21834
/proc/meminfo: memFree=28288724/32951124 swapFree=67111528/67111528
[pid=21829] ppid=21827 vsize=220056 CPUtime=162.3
/proc/21829/stat : 21829 (pbscip.linux.x8) R 21827 21829 21153 0 -1 4202496 241220 0 0 0 16167 63 0 0 25 0 1 0 26226373 225337344 51884 4089446400 4194304 10345943 140734913822720 18446744073709551615 7781815 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21829/statm: 55014 51884 765 1502 0 53507 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 220056

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 21836
/proc/meminfo: memFree=28212408/32951124 swapFree=67111528/67111528
[pid=21829] ppid=21827 vsize=276484 CPUtime=222.29
/proc/21829/stat : 21829 (pbscip.linux.x8) R 21827 21829 21153 0 -1 4202496 292600 0 0 0 22148 81 0 0 25 0 1 0 26226373 283119616 65336 4089446400 4194304 10345943 140734913822720 18446744073709551615 6119553 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21829/statm: 69121 65336 765 1502 0 67614 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 276484

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 21837
/proc/meminfo: memFree=28125532/32951124 swapFree=67111528/67111528
[pid=21829] ppid=21827 vsize=319008 CPUtime=282.29
/proc/21829/stat : 21829 (pbscip.linux.x8) R 21827 21829 21153 0 -1 4202496 371684 0 0 0 28124 105 0 0 25 0 1 0 26226373 326664192 74666 4089446400 4194304 10345943 140734913822720 18446744073709551615 4882679 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21829/statm: 79752 74666 766 1502 0 78245 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 319008

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

[startup+284.701 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 21837
/proc/meminfo: memFree=28123912/32951124 swapFree=67111528/67111528
[pid=21829] ppid=21827 vsize=320440 CPUtime=284.69
/proc/21829/stat : 21829 (pbscip.linux.x8) R 21827 21829 21153 0 -1 4202496 374080 0 0 0 28363 106 0 0 25 0 1 0 26226373 328130560 74738 4089446400 4194304 10345943 140734913822720 18446744073709551615 7576474 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21829/statm: 80110 74738 766 1502 0 78603 0
Current children cumulated CPU time (s) 284.69
Current children cumulated vsize (KiB) 320440

[startup+285.501 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 21837
/proc/meminfo: memFree=28123912/32951124 swapFree=67111528/67111528
[pid=21829] ppid=21827 vsize=320420 CPUtime=285.49
/proc/21829/stat : 21829 (pbscip.linux.x8) R 21827 21829 21153 0 -1 4202496 376397 0 0 0 28442 107 0 0 25 0 1 0 26226373 328110080 74755 4089446400 4194304 10345943 140734913822720 18446744073709551615 6119850 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21829/statm: 80105 74755 766 1502 0 78598 0
Current children cumulated CPU time (s) 285.49
Current children cumulated vsize (KiB) 320420

[startup+286.301 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 21837
/proc/meminfo: memFree=28123912/32951124 swapFree=67111528/67111528
[pid=21829] ppid=21827 vsize=320420 CPUtime=286.29
/proc/21829/stat : 21829 (pbscip.linux.x8) R 21827 21829 21153 0 -1 4202496 376410 0 0 0 28522 107 0 0 25 0 1 0 26226373 328110080 74768 4089446400 4194304 10345943 140734913822720 18446744073709551615 6337432 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21829/statm: 80105 74768 766 1502 0 78598 0
Current children cumulated CPU time (s) 286.29
Current children cumulated vsize (KiB) 320420

[startup+286.501 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 21837
/proc/meminfo: memFree=28123912/32951124 swapFree=67111528/67111528
[pid=21829] ppid=21827 vsize=320420 CPUtime=286.49
/proc/21829/stat : 21829 (pbscip.linux.x8) R 21827 21829 21153 0 -1 4202496 376414 0 0 0 28542 107 0 0 25 0 1 0 26226373 328110080 74772 4089446400 4194304 10345943 140734913822720 18446744073709551615 7584126 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21829/statm: 80105 74772 766 1502 0 78598 0
Current children cumulated CPU time (s) 286.49
Current children cumulated vsize (KiB) 320420

Child status: 0
Real time (s): 286.58
CPU time (s): 286.583
CPU user time (s): 285.493
CPU system time (s): 1.09083
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 320444

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

runsolver used 0.542917 second user time and 0.958854 second system time

The end

Launcher Data

Begin job on node118 at 2010-07-08 11:08:48
IDJOB=2705753
IDBENCH=79417
IDSOLVER=1214
FILE ID=node118/2705753-1278580128
PBS_JOBID= 11240217
Free space on /tmp= 73548 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.3 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-2705753-1278580128/watcher-2705753-1278580128 -o /tmp/evaluation-result-2705753-1278580128/solver-2705753-1278580128 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705753-1278580128.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 8941aeee87a1a646f79f1fa97035d3b2
RANDOM SEED=1216503306

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28613628 kB
Buffers:        159440 kB
Cached:        3605712 kB
SwapCached:          0 kB
Active:        1620772 kB
Inactive:      2564868 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28613628 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           12860 kB
Writeback:           0 kB
AnonPages:      421180 kB
Mapped:          17752 kB
Slab:            87020 kB
PageTables:       4984 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   570228 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73536 MiB
End job on node118 at 2010-07-08 11:13:35