Trace number 2692377

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
SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solverMSAT (TO) 1800.23 1800.18

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900557957--soft-0-100-0.wbo
MD5SUMc90222590d839243781a638355a39a56
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark447.975
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 136368
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 136367
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 717
Number of bits of the biggest sum of numbers10
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: SoPlex 1.4.2] [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-2692377-1277928965.wbo>
0.00/0.03	c original problem has 5645 variables (2938 bin, 0 int, 0 impl, 2707 cont) and 5415 constraints
0.00/0.03	c problem read
0.00/0.03	c presolving settings loaded
0.09/0.12	o 136367
0.09/0.12	c feasible solution found by trivial heuristic, objective value  1.363670e+05
0.09/0.12	c presolving:
0.09/0.13	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 2707 impls, 0 clqs
0.09/0.14	c (round 2) 0 del vars, 1 del conss, 2707 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 2707 impls, 0 clqs
0.09/0.18	c    (0.1s) probing: 101/2938 (3.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.18	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.18	c presolving (3 rounds):
0.09/0.18	c  0 deleted vars, 1 deleted constraints, 2707 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.18	c  2707 implications, 0 cliques
0.09/0.18	c presolved problem has 5645 variables (2938 bin, 0 int, 0 impl, 2707 cont) and 5414 constraints
0.09/0.18	c    2707 constraints of type <indicator>
0.09/0.18	c    2707 constraints of type <linear>
0.09/0.18	c transformed objective value is always integral (scale: 1)
0.09/0.18	c Presolving Time: 0.12
0.09/0.18	c - non default parameters ----------------------------------------------------------------------
0.09/0.18	c # SCIP version 1.2.1.2
0.09/0.18	c 
0.09/0.18	c # frequency for displaying node information lines
0.09/0.18	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.18	c display/freq = 10000
0.09/0.18	c 
0.09/0.18	c # maximal time in seconds to run
0.09/0.18	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.18	c limits/time = 1799.97
0.09/0.18	c 
0.09/0.18	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.18	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.18	c limits/memory = 3420
0.09/0.18	c 
0.09/0.18	c # should presolving try to simplify inequalities
0.09/0.18	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.18	c constraints/linear/simplifyinequalities = TRUE
0.09/0.18	c 
0.09/0.18	c # should presolving try to simplify knapsacks
0.09/0.18	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.18	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.18	c 
0.09/0.18	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.18	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.18	c separating/rapidlearning/freq = 0
0.09/0.18	c 
0.09/0.18	c -----------------------------------------------------------------------------------------------
0.09/0.18	c start solving
0.09/0.19	c 
0.19/0.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.19/0.20	c t 0.1s|     1 |     0 |     0 |     - |  19M|   0 |   0 |5645 |5414 |5645 |   0 |   0 |   0 |   0 | 0.000000e+00 | 1.363670e+05 |    Inf 
0.19/0.20	c   0.1s|     1 |     0 |    22 |     - |  19M|   0 |   0 |5645 |5414 |5645 |  22 |  22 |   0 |   0 | 0.000000e+00 | 1.363670e+05 |    Inf 
0.19/0.20	c   0.1s|     1 |     0 |    43 |     - |  19M|   0 |   7 |5645 |5414 |5645 |  53 |  53 |   0 |   0 | 0.000000e+00 | 1.363670e+05 |    Inf 
0.19/0.22	c   0.2s|     1 |     0 |    65 |     - |  19M|   0 |  19 |5645 |5414 |5645 |  89 |  89 |   0 |   0 | 0.000000e+00 | 1.363670e+05 |    Inf 
0.19/0.23	c   0.2s|     1 |     0 |    85 |     - |  19M|   0 |  30 |5645 |5414 |5645 | 113 | 113 |   0 |   0 | 0.000000e+00 | 1.363670e+05 |    Inf 
0.19/0.25	c   0.2s|     1 |     0 |    98 |     - |  19M|   0 |  32 |5645 |5414 |5645 | 127 | 127 |   0 |   0 | 0.000000e+00 | 1.363670e+05 |    Inf 
0.19/0.28	c   0.2s|     1 |     0 |   106 |     - |  19M|   0 |  32 |5645 |5414 |5645 | 137 | 137 |   0 |   0 | 0.000000e+00 | 1.363670e+05 |    Inf 
0.39/0.41	c   0.3s|     1 |     2 |   185 |     - |  19M|   0 |  32 |5645 |5414 |5645 | 137 | 137 |   0 |  32 | 0.000000e+00 | 1.363670e+05 |    Inf 
26.29/26.32	c  25.6s| 10000 | 10001 | 36055 |   3.6 |  50M| 171 |   0 |5645 |5414 |5645 | 189 |  13k|   0 |1753 | 0.000000e+00 | 1.363670e+05 |    Inf 
42.50/42.55	c  41.4s| 20000 | 20001 | 40720 |   2.0 |  70M| 473 |   0 |5645 |5414 |5645 | 215 |  13k|   0 |1757 | 0.000000e+00 | 1.363670e+05 |    Inf 
46.20/46.29	o 507
46.20/46.29	c *45.1s| 22305 | 18250 | 42168 |   1.9 |  67M| 473 |   - |5645 |5414 |5645 | 188 |  13k|   0 |1757 | 0.000000e+00 | 5.070000e+02 |    Inf 
59.99/60.06	c  58.5s| 30000 | 25945 | 50047 |   1.7 |  83M| 473 |   0 |5645 |5414 |5645 | 188 |  15k|   0 |1757 | 0.000000e+00 | 5.070000e+02 |    Inf 
70.60/70.69	o 504
70.60/70.69	c *68.9s| 35025 | 30865 | 59936 |   1.7 |  96M| 473 |   - |5645 |5590 |5645 | 204 |  17k| 176 |1762 | 0.000000e+00 | 5.040000e+02 |    Inf 
70.89/70.94	o 495
70.89/70.94	c *69.1s| 35103 | 30796 | 60332 |   1.7 |  96M| 473 |   - |5645 |5626 |5645 | 194 |  17k| 212 |1762 | 0.000000e+00 | 4.950000e+02 |    Inf 
72.60/72.66	o 480
72.60/72.66	c *70.8s| 35748 | 31110 | 62584 |   1.7 |  98M| 473 |   - |5645 |5738 |5645 | 209 |  18k| 324 |1762 | 0.000000e+00 | 4.800000e+02 |    Inf 
73.50/73.59	o 478
73.50/73.59	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
73.50/73.59	c *71.7s| 36071 | 31374 | 63692 |   1.8 |  99M| 473 |   - |5645 |5810 |5645 | 228 |  18k| 396 |1765 | 0.000000e+00 | 4.780000e+02 |    Inf 
75.80/75.85	o 474
75.80/75.85	c *73.9s| 36885 | 32057 | 67549 |   1.8 | 101M| 473 |   - |5645 |5962 |5645 | 223 |  20k| 548 |1769 | 0.000000e+00 | 4.740000e+02 |    Inf 
78.69/78.75	o 462
78.69/78.75	c *76.8s| 37925 | 32683 | 71962 |   1.9 | 104M| 473 |   - |5645 |6202 |5645 | 224 |  21k| 788 |1777 | 0.000000e+00 | 4.620000e+02 |    Inf 
80.79/80.84	o 453
80.79/80.84	c *78.8s| 38696 | 33155 | 74419 |   1.9 | 105M| 473 |   - |5645 |6320 |5645 | 236 |  22k| 906 |1780 | 0.000000e+00 | 4.530000e+02 |    Inf 
80.79/80.85	o 438
80.79/80.85	c *78.8s| 38697 | 32638 | 74419 |   1.9 | 103M| 473 |   - |5645 |6320 |5645 | 236 |  22k| 906 |1780 | 0.000000e+00 | 4.380000e+02 |    Inf 
83.90/83.94	c  81.8s| 40000 | 33909 | 76807 |   1.9 | 108M| 473 |   0 |5645 |6384 |5645 | 207 |  23k| 970 |1780 | 0.000000e+00 | 4.380000e+02 |    Inf 
88.39/88.43	o 429
88.39/88.43	c *86.2s| 41659 | 35018 | 82482 |   2.0 | 112M| 473 |   - |5645 |6808 |5645 | 215 |  25k|1395 |1786 | 0.000000e+00 | 4.290000e+02 |    Inf 
89.89/89.96	o 425
89.89/89.96	c *87.7s| 42201 | 35305 | 84693 |   2.0 | 113M| 473 |   - |5645 |7015 |5645 | 189 |  25k|1609 |1787 | 0.000000e+00 | 4.250000e+02 |    Inf 
90.30/90.34	o 423
90.30/90.34	c *88.1s| 42354 | 35366 | 84977 |   2.0 | 114M| 473 |   - |5645 |7035 |5645 | 217 |  26k|1631 |1787 | 0.000000e+00 | 4.230000e+02 |    Inf 
90.30/90.35	o 414
90.30/90.35	c *88.1s| 42355 | 34958 | 84977 |   2.0 | 112M| 473 |   - |5645 |7035 |5645 | 217 |  26k|1631 |1787 | 0.000000e+00 | 4.140000e+02 |    Inf 
90.69/90.74	o 408
90.69/90.74	c *88.5s| 42490 | 34794 | 85532 |   2.0 | 112M| 473 |   - |5645 |7101 |5645 | 212 |  26k|1698 |1787 | 0.000000e+00 | 4.080000e+02 |    Inf 
91.20/91.26	o 405
91.20/91.26	c *89.0s| 42663 | 34790 | 86225 |   2.0 | 112M| 473 |   - |5645 |7132 |5645 | 207 |  26k|1731 |1788 | 0.000000e+00 | 4.050000e+02 |    Inf 
91.39/91.47	o 400
91.39/91.47	c *89.2s| 42731 | 34566 | 86543 |   2.0 | 112M| 473 |   - |5645 |7139 |5645 | 197 |  26k|1739 |1788 | 0.000000e+00 | 4.000000e+02 |    Inf 
91.49/91.55	o 391
91.49/91.55	c *89.3s| 42747 | 34097 | 86745 |   2.0 | 110M| 473 |   - |5645 |7143 |5645 | 196 |  26k|1743 |1788 | 0.000000e+00 | 3.910000e+02 |    Inf 
91.80/91.84	o 388
91.80/91.84	c *89.5s| 42845 | 34002 | 87044 |   2.0 | 110M| 473 |   - |5645 |7162 |5645 | 211 |  26k|1763 |1788 | 0.000000e+00 | 3.880000e+02 |    Inf 
91.80/91.85	o 384
91.80/91.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
91.80/91.85	c *89.6s| 42847 | 33767 | 87052 |   2.0 | 109M| 473 |   - |5645 |7162 |5645 | 211 |  26k|1763 |1788 | 0.000000e+00 | 3.840000e+02 |    Inf 
91.80/91.86	o 380
91.80/91.86	c *89.6s| 42848 | 33556 | 87052 |   2.0 | 108M| 473 |   - |5645 |7162 |5645 | 211 |  26k|1763 |1788 | 0.000000e+00 | 3.800000e+02 |    Inf 
91.89/91.96	o 379
91.89/91.96	c *89.7s| 42875 | 33520 | 87224 |   2.0 | 108M| 473 |   - |5645 |7160 |5645 | 216 |  26k|1763 |1788 | 0.000000e+00 | 3.790000e+02 |    Inf 
91.89/91.97	o 375
91.89/91.97	c *89.7s| 42877 | 33284 | 87227 |   2.0 | 107M| 473 |   - |5645 |7160 |5645 | 216 |  26k|1763 |1788 | 0.000000e+00 | 3.750000e+02 |    Inf 
91.89/91.98	o 371
91.89/91.98	c *89.7s| 42878 | 33010 | 87227 |   2.0 | 106M| 473 |   - |5645 |7160 |5645 | 216 |  26k|1763 |1788 | 0.000000e+00 | 3.710000e+02 |    Inf 
92.30/92.32	o 369
92.30/92.32	c *90.0s| 42989 | 32965 | 87742 |   2.0 | 107M| 473 |   - |5645 |7190 |5645 | 217 |  26k|1796 |1790 | 0.000000e+00 | 3.690000e+02 |    Inf 
92.30/92.33	o 366
92.30/92.33	c *90.0s| 42990 | 32799 | 87742 |   2.0 | 106M| 473 |   - |5645 |7190 |5645 | 217 |  26k|1796 |1790 | 0.000000e+00 | 3.660000e+02 |    Inf 
92.80/92.85	o 363
92.80/92.85	c *90.5s| 43182 | 32806 | 88262 |   2.0 | 106M| 473 |   - |5645 |7210 |5645 | 203 |  27k|1820 |1793 | 0.000000e+00 | 3.630000e+02 |    Inf 
92.80/92.87	o 360
92.80/92.87	c *90.6s| 43186 | 32607 | 88267 |   2.0 | 106M| 473 |   - |5645 |7210 |5645 | 203 |  27k|1820 |1793 | 0.000000e+00 | 3.600000e+02 |    Inf 
92.80/92.87	o 352
92.80/92.87	c *90.6s| 43187 | 32095 | 88267 |   2.0 | 104M| 473 |   - |5645 |7210 |5645 | 203 |  27k|1820 |1793 | 0.000000e+00 | 3.520000e+02 |    Inf 
92.89/92.95	o 350
92.89/92.95	c *90.6s| 43203 | 31999 | 88410 |   2.0 | 104M| 473 |   - |5645 |7214 |5645 | 223 |  27k|1824 |1793 | 0.000000e+00 | 3.500000e+02 |    Inf 
93.50/93.57	o 344
93.50/93.57	c *91.2s| 43425 | 31818 | 89085 |   2.0 | 104M| 473 |   - |5645 |7263 |5645 | 207 |  27k|1880 |1793 | 0.000000e+00 | 3.440000e+02 |    Inf 
96.19/96.23	o 332
96.19/96.23	c *93.8s| 44425 | 31881 | 92040 |   2.1 | 104M| 473 |   - |5645 |7387 |5645 | 225 |  28k|2045 |1793 | 0.000000e+00 | 3.320000e+02 |    Inf 
96.19/96.23	o 328
96.19/96.23	c *93.8s| 44426 | 31601 | 92040 |   2.1 | 104M| 473 |   - |5645 |7387 |5645 | 225 |  28k|2045 |1793 | 0.000000e+00 | 3.280000e+02 |    Inf 
96.29/96.36	o 319
96.29/96.36	c *94.0s| 44472 | 30921 | 92164 |   2.1 | 102M| 473 |   - |5645 |7401 |5645 | 209 |  28k|2060 |1793 | 0.000000e+00 | 3.190000e+02 |    Inf 
96.39/96.43	o 314
96.39/96.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
96.39/96.43	c *94.0s| 44491 | 30557 | 92290 |   2.1 | 101M| 473 |   - |5645 |7409 |5645 | 204 |  28k|2068 |1793 | 0.000000e+00 | 3.140000e+02 |    Inf 
96.39/96.43	o 310
96.39/96.43	c *94.0s| 44492 | 30248 | 92290 |   2.1 | 100M| 473 |   - |5645 |7409 |5645 | 204 |  28k|2068 |1793 | 0.000000e+00 | 3.100000e+02 |    Inf 
96.60/96.60	o 306
96.60/96.60	c *94.2s| 44544 | 29947 | 92594 |   2.1 |  99M| 473 |   - |5645 |7429 |5645 | 210 |  28k|2088 |1793 | 0.000000e+00 | 3.060000e+02 |    Inf 
96.89/96.96	o 301
96.89/96.96	c *94.5s| 44644 | 29648 | 93260 |   2.1 |  99M| 473 |   - |5645 |7457 |5645 | 214 |  28k|2123 |1793 | 0.000000e+00 | 3.010000e+02 |    Inf 
97.00/97.09	o 296
97.00/97.09	c *94.7s| 44668 | 29323 | 93604 |   2.1 |  98M| 473 |   - |5645 |7460 |5645 | 229 |  28k|2131 |1793 | 0.000000e+00 | 2.960000e+02 |    Inf 
97.10/97.10	o 292
97.10/97.10	c *94.7s| 44669 | 28998 | 93604 |   2.1 |  97M| 473 |   - |5645 |7460 |5645 | 229 |  28k|2131 |1793 | 0.000000e+00 | 2.920000e+02 |    Inf 
97.80/97.83	o 289
97.80/97.83	c *95.4s| 44869 | 28917 | 94790 |   2.1 |  97M| 473 |   - |5645 |7502 |5645 | 228 |  29k|2205 |1793 | 0.000000e+00 | 2.890000e+02 |    Inf 
97.80/97.83	o 288
97.80/97.83	c *95.4s| 44870 | 28835 | 94790 |   2.1 |  97M| 473 |   - |5645 |7502 |5645 | 228 |  29k|2205 |1793 | 0.000000e+00 | 2.880000e+02 |    Inf 
97.99/98.05	o 282
97.99/98.05	c *95.6s| 44913 | 28328 | 95167 |   2.1 |  96M| 473 |   - |5645 |7527 |5645 | 245 |  29k|2245 |1793 | 0.000000e+00 | 2.820000e+02 |    Inf 
97.99/98.05	o 278
97.99/98.05	c *95.6s| 44914 | 27948 | 95167 |   2.1 |  95M| 473 |   - |5645 |7527 |5645 | 245 |  29k|2245 |1793 | 0.000000e+00 | 2.780000e+02 |    Inf 
98.09/98.20	o 266
98.09/98.20	c *95.7s| 44958 | 26939 | 95367 |   2.1 |  92M| 473 |   - |5645 |7528 |5645 | 217 |  29k|2249 |1793 | 0.000000e+00 | 2.660000e+02 |    Inf 
98.20/98.30	o 258
98.20/98.30	c *95.8s| 44981 | 26368 | 95587 |   2.1 |  91M| 473 |   - |5645 |7531 |5645 | 213 |  29k|2258 |1793 | 0.000000e+00 | 2.580000e+02 |    Inf 
98.29/98.30	o 249
98.29/98.30	c *95.8s| 44982 | 25570 | 95589 |   2.1 |  89M| 473 |   - |5645 |7531 |5645 | 213 |  29k|2258 |1793 | 0.000000e+00 | 2.490000e+02 |    Inf 
98.50/98.55	o 242
98.50/98.55	c *96.1s| 45067 | 25059 | 95867 |   2.1 |  88M| 473 |   - |5645 |7537 |5645 | 219 |  29k|2274 |1795 | 0.000000e+00 | 2.420000e+02 |    Inf 
99.09/99.13	o 241
99.09/99.13	c *96.6s| 45206 | 25067 | 96852 |   2.1 |  88M| 473 |   - |5645 |7540 |5645 | 217 |  29k|2316 |1810 | 0.000000e+00 | 2.410000e+02 |    Inf 
99.09/99.18	o 233
99.09/99.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
99.09/99.18	c *96.7s| 45220 | 24332 | 96881 |   2.1 |  86M| 473 |   - |5645 |7540 |5645 | 224 |  29k|2316 |1810 | 0.000000e+00 | 2.330000e+02 |    Inf 
99.09/99.19	o 232
99.09/99.19	c *96.7s| 45221 | 24226 | 96881 |   2.1 |  86M| 473 |   - |5645 |7540 |5645 | 224 |  29k|2316 |1810 | 0.000000e+00 | 2.320000e+02 |    Inf 
99.30/99.31	o 224
99.30/99.31	c *96.8s| 45247 | 23463 | 97157 |   2.1 |  84M| 473 |   - |5645 |7539 |5645 | 210 |  29k|2324 |1810 | 0.000000e+00 | 2.240000e+02 |    Inf 
99.30/99.32	o 213
99.30/99.32	c *96.8s| 45248 | 22204 | 97157 |   2.1 |  82M| 473 |   - |5645 |7539 |5645 | 210 |  29k|2324 |1810 | 0.000000e+00 | 2.130000e+02 |    Inf 
99.30/99.38	o 211
99.30/99.38	c *96.9s| 45258 | 21960 | 97271 |   2.1 |  81M| 473 |   - |5645 |7539 |5645 | 207 |  29k|2327 |1815 | 0.000000e+00 | 2.110000e+02 |    Inf 
99.30/99.39	o 210
99.30/99.39	c *96.9s| 45259 | 21841 | 97271 |   2.1 |  81M| 473 |   - |5645 |7539 |5645 | 207 |  29k|2327 |1815 | 0.000000e+00 | 2.100000e+02 |    Inf 
99.60/99.60	o 209
99.60/99.60	c *97.1s| 45309 | 21776 | 97511 |   2.1 |  81M| 473 |   - |5645 |7567 |5645 | 209 |  29k|2366 |1815 | 0.000000e+00 | 2.090000e+02 |    Inf 
99.60/99.61	o 205
99.60/99.61	c *97.1s| 45310 | 21233 | 97511 |   2.1 |  80M| 473 |   - |5645 |7567 |5645 | 209 |  29k|2366 |1815 | 0.000000e+00 | 2.050000e+02 |    Inf 
100.40/100.40	o 203
100.40/100.40	c *97.9s| 45510 | 21060 | 98877 |   2.2 |  81M| 473 |   - |5645 |7571 |5645 | 208 |  30k|2447 |1819 | 0.000000e+00 | 2.030000e+02 |    Inf 
100.40/100.40	o 200
100.40/100.40	c *97.9s| 45511 | 20632 | 98879 |   2.2 |  80M| 473 |   - |5645 |7571 |5645 | 208 |  30k|2447 |1819 | 0.000000e+00 | 2.000000e+02 |    Inf 
101.00/101.03	o 196
101.00/101.03	c *98.5s| 45681 | 20175 |100122 |   2.2 |  79M| 473 |   - |5645 |7592 |5645 | 240 |  30k|2501 |1826 | 0.000000e+00 | 1.960000e+02 |    Inf 
101.10/101.14	o 195
101.10/101.14	c *98.6s| 45703 | 20035 |100392 |   2.2 |  79M| 473 |   - |5645 |7589 |5645 | 228 |  30k|2508 |1826 | 0.000000e+00 | 1.950000e+02 |    Inf 
101.10/101.15	o 191
101.10/101.15	c *98.6s| 45705 | 19369 |100392 |   2.2 |  77M| 473 |   - |5645 |7589 |5645 | 228 |  30k|2508 |1826 | 0.000000e+00 | 1.910000e+02 |    Inf 
101.20/101.21	o 188
101.20/101.21	c *98.7s| 45714 | 18904 |100601 |   2.2 |  76M| 473 |   - |5645 |7587 |5645 | 217 |  30k|2510 |1826 | 0.000000e+00 | 1.880000e+02 |    Inf 
101.40/101.45	o 184
101.40/101.45	c *98.9s| 45764 | 18356 |101342 |   2.2 |  75M| 473 |   - |5645 |7599 |5645 | 248 |  30k|2542 |1830 | 0.000000e+00 | 1.840000e+02 |    Inf 
101.59/101.61	o 176
101.59/101.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
101.59/101.61	c *99.1s| 45802 | 17199 |101622 |   2.2 |  72M| 473 |   - |5645 |7593 |5645 | 219 |  30k|2560 |1830 | 0.000000e+00 | 1.760000e+02 |    Inf 
101.59/101.63	o 173
101.59/101.63	c *99.1s| 45809 | 16755 |101622 |   2.2 |  72M| 473 |   - |5645 |7593 |5645 | 219 |  30k|2560 |1830 | 0.000000e+00 | 1.730000e+02 |    Inf 
101.59/101.63	o 165
101.59/101.63	c *99.1s| 45810 | 15549 |101622 |   2.2 |  69M| 473 |   - |5645 |7593 |5645 | 219 |  30k|2560 |1830 | 0.000000e+00 | 1.650000e+02 |    Inf 
102.09/102.19	o 140
102.09/102.19	c *99.6s| 46003 | 11872 |102015 |   2.2 |  61M| 473 |   - |5645 |7552 |5645 | 198 |  31k|2569 |1830 | 0.000000e+00 | 1.400000e+02 |    Inf 
102.69/102.73	o 130
102.69/102.73	c * 100s| 46164 | 10264 |102561 |   2.2 |  58M| 473 |   - |5645 |7543 |5645 | 220 |  31k|2662 |1832 | 0.000000e+00 | 1.300000e+02 |    Inf 
102.90/102.95	o 110
102.90/102.95	c * 100s| 46206 |  7312 |102904 |   2.2 |  50M| 473 |   - |5645 |7533 |5645 | 211 |  31k|2705 |1832 | 0.000000e+00 | 1.100000e+02 |    Inf 
103.10/103.10	o 103
103.10/103.10	c * 101s| 46237 |  6468 |103090 |   2.2 |  49M| 473 |   - |5645 |7510 |5645 | 225 |  31k|2717 |1832 | 0.000000e+00 | 1.030000e+02 |    Inf 
103.10/103.13	o 99
103.10/103.13	c * 101s| 46247 |  5886 |103130 |   2.2 |  47M| 473 |   - |5645 |7510 |5645 | 225 |  31k|2717 |1832 | 0.000000e+00 | 9.900000e+01 |    Inf 
103.10/103.14	o 91
103.10/103.14	c * 101s| 46248 |  4927 |103131 |   2.2 |  45M| 473 |   - |5645 |7510 |5645 | 225 |  31k|2717 |1832 | 0.000000e+00 | 9.100000e+01 |    Inf 
103.30/103.39	o 86
103.30/103.39	c * 101s| 46310 |  4452 |103526 |   2.2 |  44M| 473 |   - |5645 |7103 |5645 | 236 |  31k|2727 |1840 | 0.000000e+00 | 8.600000e+01 |    Inf 
103.49/103.51	o 72
103.49/103.51	c * 101s| 46344 |  3287 |103698 |   2.2 |  41M| 473 |   - |5645 |6948 |5645 | 230 |  31k|2735 |1841 | 0.000000e+00 | 7.200000e+01 |    Inf 
103.49/103.52	o 58
103.49/103.52	c * 101s| 46345 |  2166 |103698 |   2.2 |  38M| 473 |   - |5645 |6948 |5645 | 230 |  31k|2735 |1841 | 0.000000e+00 | 5.800000e+01 |    Inf 
103.60/103.61	o 53
103.60/103.61	c * 101s| 46359 |  2004 |103820 |   2.2 |  37M| 473 |   - |5645 |5976 |5645 | 209 |  31k|2747 |1843 | 0.000000e+00 | 5.300000e+01 |    Inf 
103.60/103.65	o 38
103.60/103.65	c * 101s| 46362 |  1369 |103842 |   2.2 |  34M| 473 |   - |5645 |5808 |5645 | 178 |  31k|2751 |1843 | 0.000000e+00 | 3.800000e+01 |    Inf 
103.80/103.85	o 23
103.80/103.85	c * 101s| 46414 |   391 |104304 |   2.2 |  31M| 473 |   - |5645 |5399 |5645 | 206 |  31k|2820 |1845 | 0.000000e+00 | 2.300000e+01 |    Inf 
111.39/111.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
111.39/111.41	c   109s| 50000 |   774 |116633 |   2.3 |  35M| 473 |   1 |5645 |6116 |5645 | 194 |  33k|6879 |1977 | 0.000000e+00 | 2.300000e+01 |    Inf 
115.50/115.53	o 22
115.50/115.53	c * 112s| 52083 |   840 |122635 |   2.4 |  37M| 473 |   - |5645 |6741 |5645 | 202 |  34k|9433 |2026 | 0.000000e+00 | 2.200000e+01 |    Inf 
122.30/122.35	o 17
122.30/122.35	c * 119s| 55875 |   900 |129448 |   2.3 |  38M| 473 |   - |5645 |8261 |5645 | 189 |  35k|  14k|2068 | 0.000000e+00 | 1.700000e+01 |    Inf 
129.99/130.06	c   126s| 60000 |   916 |138812 |   2.3 |  39M| 473 |   1 |5645 |7673 |5645 | 158 |  36k|  19k|2135 | 0.000000e+00 | 1.700000e+01 |    Inf 
149.10/149.12	c   145s| 70000 |   978 |166169 |   2.4 |  42M| 473 |   1 |5645 |9522 |5645 | 173 |  41k|  32k|2282 | 0.000000e+00 | 1.700000e+01 |    Inf 
171.10/171.13	c   166s| 80000 |  1279 |211213 |   2.6 |  47M| 473 |  16 |5645 |  11k|5645 | 182 |  51k|  44k|2521 | 0.000000e+00 | 1.700000e+01 |    Inf 
192.60/192.69	c   187s| 90000 |  1497 |245395 |   2.7 |  51M| 473 |   - |5645 |  14k|   0 |   0 |  58k|  57k|2719 | 0.000000e+00 | 1.700000e+01 |    Inf 
216.00/216.04	c   210s|100000 |  1851 |286432 |   2.9 |  55M| 473 |   - |5645 |  14k|   0 |   0 |  68k|  69k|2907 | 0.000000e+00 | 1.700000e+01 |    Inf 
238.50/238.56	c   231s|110000 |  2085 |324522 |   2.9 |  60M| 473 |   - |5645 |  15k|   0 |   0 |  76k|  82k|3077 | 0.000000e+00 | 1.700000e+01 |    Inf 
259.90/259.94	c   252s|120000 |  2266 |353741 |   2.9 |  62M| 473 |   - |5645 |  12k|   0 |   0 |  81k|  95k|3252 | 0.000000e+00 | 1.700000e+01 |    Inf 
282.40/282.44	c   274s|130000 |  2590 |387696 |   3.0 |  67M| 473 |  14 |5645 |  14k|5645 | 191 |  89k| 108k|3381 | 0.000000e+00 | 1.700000e+01 |    Inf 
305.60/305.70	c   296s|140000 |  2736 |423677 |   3.0 |  71M| 473 |   - |5645 |  15k|   0 |   0 |  98k| 121k|3557 | 0.000000e+00 | 1.700000e+01 |    Inf 
329.11/329.15	c   319s|150000 |  2907 |459809 |   3.1 |  74M| 473 |   9 |5645 |  15k|5645 | 165 | 106k| 135k|3689 | 0.000000e+00 | 1.700000e+01 |    Inf 
331.20/331.27	o 11
331.20/331.27	c * 321s|150930 |  2677 |463307 |   3.1 |  66M| 473 |   - |5645 |  15k|5645 | 207 | 107k| 136k|3692 | 0.000000e+00 | 1.100000e+01 |    Inf 
351.80/351.88	c   341s|160000 |  2824 |499124 |   3.1 |  68M| 473 |  12 |5645 |  17k|5645 | 206 | 114k| 148k|3814 | 0.000000e+00 | 1.100000e+01 |    Inf 
376.21/376.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
376.21/376.25	c   365s|170000 |  2922 |539329 |   3.2 |  71M| 473 |   - |5645 |  17k|   0 |   0 | 123k| 161k|3955 | 0.000000e+00 | 1.100000e+01 |    Inf 
394.91/394.94	o 10
394.91/394.94	c * 383s|177719 |  2871 |573683 |   3.2 |  68M| 473 |   - |5645 |  20k|5645 | 190 | 131k| 171k|4092 | 0.000000e+00 | 1.000000e+01 |    Inf 
400.41/400.42	c   388s|180000 |  2856 |582627 |   3.2 |  67M| 473 |   - |5645 |  18k|   0 |   0 | 133k| 174k|4118 | 0.000000e+00 | 1.000000e+01 |    Inf 
407.50/407.54	o 9
407.50/407.54	c * 395s|183101 |  2786 |594671 |   3.2 |  66M| 473 |   - |5645 |  18k|5645 | 207 | 136k| 178k|4169 | 0.000000e+00 | 9.000000e+00 |    Inf 
423.91/423.95	c   411s|190000 |  2826 |624732 |   3.3 |  66M| 473 |   - |5645 |  17k|   0 |   0 | 143k| 187k|4262 | 0.000000e+00 | 9.000000e+00 |    Inf 
447.50/447.53	c   434s|200000 |  2984 |666464 |   3.3 |  68M| 473 |   8 |5645 |  19k|5645 | 193 | 154k| 201k|4414 | 0.000000e+00 | 9.000000e+00 |    Inf 
472.01/472.02	c   458s|210000 |  3033 |706226 |   3.4 |  69M| 473 |  15 |5645 |  19k|5645 | 177 | 164k| 215k|4534 | 0.000000e+00 | 9.000000e+00 |    Inf 
495.21/495.28	c   480s|220000 |  2983 |741602 |   3.4 |  70M| 473 |  18 |5645 |  19k|5645 | 201 | 173k| 230k|4642 | 0.000000e+00 | 9.000000e+00 |    Inf 
519.11/519.12	c   503s|230000 |  2951 |780687 |   3.4 |  71M| 473 |   - |5645 |  19k|   0 |   0 | 183k| 243k|4777 | 0.000000e+00 | 9.000000e+00 |    Inf 
543.21/543.26	c   527s|240000 |  2947 |812796 |   3.4 |  71M| 473 |   1 |5645 |  21k|5645 | 167 | 189k| 257k|4851 | 0.000000e+00 | 9.000000e+00 |    Inf 
568.11/568.17	c   551s|250000 |  3032 |854119 |   3.4 |  73M| 473 |   - |5645 |  23k|   0 |   0 | 199k| 270k|4973 | 0.000000e+00 | 9.000000e+00 |    Inf 
592.41/592.42	c   574s|260000 |  3045 |885215 |   3.4 |  74M| 473 |   - |5645 |  25k|   0 |   0 | 207k| 283k|5082 | 0.000000e+00 | 9.000000e+00 |    Inf 
616.71/616.76	c   598s|270000 |  3021 |909993 |   3.4 |  75M| 473 |   9 |5645 |  27k|5645 | 182 | 210k| 297k|5161 | 0.000000e+00 | 9.000000e+00 |    Inf 
643.71/643.72	c   624s|280000 |  3137 |952985 |   3.4 |  76M| 473 |   8 |5645 |  25k|5645 | 156 | 222k| 310k|5260 | 0.000000e+00 | 9.000000e+00 |    Inf 
667.11/667.13	o 7
667.11/667.13	c * 647s|288571 |  3126 |988501 |   3.4 |  76M| 473 |   - |5645 |  26k|5645 | 189 | 232k| 322k|5382 | 0.000000e+00 | 7.000000e+00 |    Inf 
671.22/671.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
671.22/671.21	c   651s|290000 |  3121 |994742 |   3.4 |  75M| 473 |   - |5645 |  26k|   0 |   0 | 233k| 324k|5382 | 0.000000e+00 | 7.000000e+00 |    Inf 
697.71/697.76	c   677s|300000 |  3126 |  1036k|   3.5 |  76M| 473 |   - |5645 |  25k|5645 | 198 | 244k| 338k|5510 | 0.000000e+00 | 7.000000e+00 |    Inf 
725.41/725.42	c   704s|310000 |  3204 |  1083k|   3.5 |  77M| 473 |   6 |5645 |  26k|5645 | 173 | 255k| 351k|5626 | 0.000000e+00 | 7.000000e+00 |    Inf 
754.31/754.39	c   732s|320000 |  3324 |  1133k|   3.5 |  80M| 473 |   - |5645 |  29k|   0 |   0 | 269k| 364k|5750 | 0.000000e+00 | 7.000000e+00 |    Inf 
780.51/780.57	c   757s|330000 |  3285 |  1176k|   3.6 |  78M| 473 |  15 |5645 |  22k|5645 | 182 | 278k| 378k|5891 | 0.000000e+00 | 7.000000e+00 |    Inf 
803.51/803.50	c   780s|340000 |  3217 |  1211k|   3.6 |  79M| 473 |   9 |5645 |  25k|5645 | 167 | 284k| 391k|5959 | 0.000000e+00 | 7.000000e+00 |    Inf 
826.51/826.54	c   802s|350000 |  3186 |  1238k|   3.5 |  78M| 473 |  13 |5645 |  23k|5645 | 180 | 289k| 405k|6016 | 0.000000e+00 | 7.000000e+00 |    Inf 
852.42/852.46	c   827s|360000 |  3383 |  1282k|   3.6 |  80M| 473 |   - |5645 |  25k|   0 |   0 | 301k| 418k|6139 | 0.000000e+00 | 7.000000e+00 |    Inf 
879.12/879.17	c   853s|370000 |  3407 |  1327k|   3.6 |  81M| 473 |  11 |5645 |  25k|5645 | 201 | 313k| 432k|6218 | 0.000000e+00 | 7.000000e+00 |    Inf 
905.02/905.04	c   878s|380000 |  3316 |  1366k|   3.6 |  80M| 473 |   - |5645 |  24k|   0 |   0 | 322k| 446k|6333 | 0.000000e+00 | 7.000000e+00 |    Inf 
930.42/930.47	c   903s|390000 |  3232 |  1407k|   3.6 |  79M| 473 |  13 |5645 |  23k|5645 | 192 | 332k| 459k|6421 | 0.000000e+00 | 7.000000e+00 |    Inf 
954.21/954.22	c   926s|400000 |  3095 |  1441k|   3.6 |  77M| 473 |   6 |5645 |  20k|5645 | 167 | 338k| 473k|6493 | 0.000000e+00 | 7.000000e+00 |    Inf 
977.22/977.22	c   948s|410000 |  3094 |  1475k|   3.6 |  78M| 473 |   - |5645 |  22k|   0 |   0 | 344k| 487k|6563 | 0.000000e+00 | 7.000000e+00 |    Inf 
1002.03/1002.09	c   972s|420000 |  3114 |  1513k|   3.6 |  80M| 473 |   - |5645 |  26k|   0 |   0 | 352k| 500k|6649 | 0.000000e+00 | 7.000000e+00 |    Inf 
1028.62/1028.60	c   998s|430000 |  3231 |  1553k|   3.6 |  82M| 473 |   7 |5645 |  30k|5645 | 183 | 360k| 513k|6746 | 0.000000e+00 | 7.000000e+00 |    Inf 
1056.33/1056.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1056.33/1056.39	c  1025s|440000 |  3229 |  1596k|   3.6 |  83M| 473 |   1 |5645 |  29k|5645 | 216 | 369k| 527k|6819 | 0.000000e+00 | 7.000000e+00 |    Inf 
1083.33/1083.32	c  1051s|450000 |  3232 |  1637k|   3.6 |  82M| 473 |   - |5645 |  24k|   0 |   0 | 378k| 540k|7185 | 0.000000e+00 | 7.000000e+00 |    Inf 
1108.02/1108.04	c  1075s|460000 |  3131 |  1680k|   3.7 |  81M| 473 |   1 |5645 |  21k|5645 | 188 | 386k| 554k|7255 | 0.000000e+00 | 7.000000e+00 |    Inf 
1119.32/1119.30	o 4
1119.32/1119.30	c *1086s|464753 |  2398 |  1699k|   3.7 |  65M| 473 |   - |5645 |  20k|5645 | 181 | 389k| 561k|7340 | 0.000000e+00 | 4.000000e+00 |    Inf 
1130.73/1130.73	c  1097s|470000 |  2296 |  1718k|   3.7 |  62M| 473 |  18 |5645 |  14k|5645 | 205 | 392k| 568k|7396 | 0.000000e+00 | 4.000000e+00 |    Inf 
1151.12/1151.11	c  1116s|480000 |  2031 |  1754k|   3.7 |  59M| 473 |   - |5645 |  13k|   0 |   0 | 399k| 581k|7445 | 0.000000e+00 | 4.000000e+00 |    Inf 
1173.13/1173.16	c  1138s|490000 |  2088 |  1798k|   3.7 |  61M| 473 |   - |5645 |  17k|   0 |   0 | 410k| 595k|7504 | 0.000000e+00 | 4.000000e+00 |    Inf 
1196.93/1196.90	c  1161s|500000 |  2178 |  1845k|   3.7 |  63M| 473 |   - |5645 |  21k|   0 |   0 | 422k| 609k|7626 | 0.000000e+00 | 4.000000e+00 |    Inf 
1222.63/1222.60	c  1185s|510000 |  2115 |  1896k|   3.7 |  64M| 473 |  15 |5645 |  22k|5645 | 206 | 435k| 623k|7714 | 0.000000e+00 | 4.000000e+00 |    Inf 
1248.83/1248.80	c  1211s|520000 |  2055 |  1946k|   3.7 |  63M| 473 |  10 |5645 |  23k|5645 | 183 | 447k| 637k|7795 | 0.000000e+00 | 4.000000e+00 |    Inf 
1271.03/1271.06	c  1232s|530000 |  2000 |  1974k|   3.7 |  62M| 473 |   1 |5645 |  22k|5645 | 182 | 453k| 650k|7892 | 0.000000e+00 | 4.000000e+00 |    Inf 
1295.23/1295.28	c  1256s|540000 |  1856 |  2002k|   3.7 |  60M| 473 |  20 |5645 |  18k|5645 | 190 | 457k| 663k|7938 | 0.000000e+00 | 4.000000e+00 |    Inf 
1321.53/1321.50	c  1282s|550000 |  1644 |  2047k|   3.7 |  57M| 473 |  17 |5645 |  19k|5645 | 191 | 468k| 677k|8048 | 0.000000e+00 | 4.000000e+00 |    Inf 
1344.93/1344.96	c  1305s|560000 |  1686 |  2074k|   3.7 |  59M| 473 |   - |5645 |  22k|   0 |   0 | 472k| 689k|8107 | 0.000000e+00 | 4.000000e+00 |    Inf 
1371.23/1371.22	c  1331s|570000 |  1684 |  2103k|   3.7 |  59M| 473 |   - |5645 |  24k|   0 |   0 | 478k| 702k|8162 | 0.000000e+00 | 4.000000e+00 |    Inf 
1399.33/1399.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1399.33/1399.34	c  1359s|580000 |  1668 |  2133k|   3.7 |  60M| 473 |   - |5645 |  27k|   0 |   0 | 484k| 714k|8222 | 0.000000e+00 | 4.000000e+00 |    Inf 
1427.32/1427.31	c  1387s|590000 |  1705 |  2161k|   3.7 |  62M| 473 |   - |5645 |  32k|5645 | 190 | 489k| 728k|8252 | 0.000000e+00 | 4.000000e+00 |    Inf 
1454.73/1454.72	c  1414s|600000 |  1547 |  2191k|   3.7 |  59M| 473 |   - |5645 |  26k|   0 |   0 | 495k| 741k|8498 | 0.000000e+00 | 4.000000e+00 |    Inf 
1478.33/1478.33	c  1436s|610000 |  1413 |  2220k|   3.6 |  58M| 473 |   - |5645 |  24k|   0 |   0 | 500k| 754k|8499 | 0.000000e+00 | 4.000000e+00 |    Inf 
1503.63/1503.68	c  1461s|620000 |  1413 |  2257k|   3.6 |  58M| 473 |   - |5645 |  24k|   0 |   0 | 509k| 767k|9051 | 0.000000e+00 | 4.000000e+00 |    Inf 
1531.52/1531.57	c  1488s|630000 |  1523 |  2310k|   3.7 |  60M| 473 |   - |5645 |  27k|   0 |   0 | 524k| 780k|9058 | 0.000000e+00 | 4.000000e+00 |    Inf 
1559.33/1559.37	c  1515s|640000 |  1455 |  2364k|   3.7 |  59M| 473 |  10 |5645 |  25k|5645 | 145 | 537k| 793k|9064 | 0.000000e+00 | 4.000000e+00 |    Inf 
1585.73/1585.79	c  1541s|650000 |  1358 |  2411k|   3.7 |  56M| 473 |   - |5645 |  20k|   0 |   0 | 549k| 806k|9153 | 0.000000e+00 | 4.000000e+00 |    Inf 
1610.13/1610.19	c  1564s|660000 |  1322 |  2454k|   3.7 |  57M| 473 |   6 |5645 |  21k|5645 | 154 | 560k| 819k|9208 | 0.000000e+00 | 4.000000e+00 |    Inf 
1633.03/1633.09	c  1586s|670000 |  1380 |  2489k|   3.7 |  59M| 473 |   1 |5645 |  26k|5645 | 165 | 569k| 832k|9245 | 0.000000e+00 | 4.000000e+00 |    Inf 
1654.24/1654.27	c  1607s|680000 |  1338 |  2513k|   3.7 |  59M| 473 |   - |5645 |  27k|5645 | 173 | 573k| 846k|9273 | 0.000000e+00 | 4.000000e+00 |    Inf 
1678.93/1678.94	c  1631s|690000 |  1441 |  2548k|   3.7 |  61M| 473 |  10 |5645 |  29k|5645 | 184 | 581k| 859k|9318 | 0.000000e+00 | 4.000000e+00 |    Inf 
1707.53/1707.57	c  1659s|700000 |  1513 |  2591k|   3.7 |  62M| 473 |   - |5645 |  32k|   0 |   0 | 592k| 873k|9401 | 0.000000e+00 | 4.000000e+00 |    Inf 
1735.33/1735.36	c  1686s|710000 |  1505 |  2630k|   3.7 |  62M| 473 |   1 |5645 |  32k|5645 | 171 | 601k| 886k|9470 | 0.000000e+00 | 4.000000e+00 |    Inf 
1764.93/1764.90	c  1714s|720000 |  1644 |  2679k|   3.7 |  64M| 473 |   1 |5645 |  34k|5645 | 184 | 615k| 899k|9535 | 0.000000e+00 | 4.000000e+00 |    Inf 
1793.14/1793.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1793.14/1793.14	c  1742s|730000 |  1507 |  2720k|   3.7 |  64M| 473 |   - |5645 |  36k|   0 |   0 | 624k| 913k|9589 | 0.000000e+00 | 4.000000e+00 |    Inf 
1800.04/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.04/1800.01	c 
1800.04/1800.01	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.01	c Solving Time (sec) : 1748.45
1800.04/1800.01	c Solving Nodes      : 732280
1800.04/1800.01	c Primal Bound       : +4.00000000000000e+00 (196 solutions)
1800.04/1800.01	c Dual Bound         : +0.00000000000000e+00
1800.04/1800.01	c Gap                : infinite
1800.04/1800.09	s SATISFIABLE
1800.04/1800.09	v -x231 -x230 -x229 x228 -x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 
1800.04/1800.09	v -x209 -x208 -x207 -x206 -x205 -x204 -x203 -x202 x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 
1800.04/1800.09	v -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 
1800.04/1800.09	v -x167 x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 x149 -x148 -x147 
1800.04/1800.09	v -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 x133 -x132 -x131 x130 -x129 -x128 -x127 -x126 
1800.04/1800.09	v -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 
1800.04/1800.09	v -x104 -x103 -x102 -x101 x100 -x99 x98 -x97 -x96 -x95 -x94 -x93 -x92 -x91 -x90 -x89 -x88 -x87 -x86 -x85 -x84 -x83 -x82 -x81 -x80 
1800.04/1800.09	v x79 -x78 -x77 -x76 -x75 -x74 -x73 -x72 -x71 -x70 x69 -x68 -x67 -x66 -x65 x64 -x63 -x62 -x61 -x60 -x59 -x58 -x57 -x56 -x55 
1800.04/1800.09	v -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 
1800.04/1800.09	v -x28 -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 
1800.04/1800.09	v -x1 
1800.04/1800.09	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.09	c Solving Time       :    1748.45
1800.04/1800.09	c Original Problem   :
1800.04/1800.09	c   Problem name     : HOME/instance-2692377-1277928965.wbo
1800.04/1800.09	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.04/1800.09	c   Constraints      : 5415 initial, 5415 maximal
1800.04/1800.09	c Presolved Problem  :
1800.04/1800.09	c   Problem name     : t_HOME/instance-2692377-1277928965.wbo
1800.04/1800.09	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.04/1800.09	c   Constraints      : 5414 initial, 36514 maximal
1800.04/1800.09	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.04/1800.09	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.09	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.09	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.09	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.09	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.09	c   probing          :       0.03          0          0          0          0          0          0          0          0
1800.04/1800.09	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.09	c   linear           :       0.01          0          0          0       2707          0          1          0          0
1800.04/1800.09	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.09	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.09	c   root node        :          -       2619          -          -       5238          -          -          -          -
1800.04/1800.09	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.09	c   integral         :          0          0          0     494136          0          3        374          0          0     752532
1800.04/1800.09	c   indicator        :       2707          0    3932476     117057          0         97    2134485          0          0          0
1800.04/1800.09	c   linear           :       2707          6    3960345     117530          0     299633   20214343     626662          0          0
1800.04/1800.09	c   logicor          :          0+         0    1095281          0          0      43525     916869          0          0          0
1800.04/1800.09	c   bounddisjunction :          0+         0      97220          0          0          0          0          0          0          0
1800.04/1800.09	c   countsols        :          0          0          0      42152          0          0          0          0          0          0
1800.04/1800.09	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.04/1800.09	c   integral         :      19.66       0.00       0.00      19.66       0.00
1800.04/1800.09	c   indicator        :      24.09       0.00      13.45      10.64       0.00
1800.04/1800.09	c   linear           :     189.38       0.01     180.80       8.57       0.00
1800.04/1800.09	c   logicor          :     264.65       0.00     264.65       0.00       0.00
1800.04/1800.09	c   bounddisjunction :       0.10       0.00       0.10       0.00       0.00
1800.04/1800.09	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.04/1800.09	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.04/1800.09	c   vbounds          :       0.11          2          0          0
1800.04/1800.09	c   rootredcost      :       0.12         85          0       2619
1800.04/1800.09	c   pseudoobj        :     196.04    3962371       1843    1557677
1800.04/1800.09	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.04/1800.09	c   propagation      :      16.92     345001     344599    2170076       26.5      12199       21.6          -
1800.04/1800.09	c   infeasible LP    :       7.84      23620      23619     185131       40.7        387       19.2          0
1800.04/1800.09	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.09	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.09	c   pseudo solution  :       0.01         52         52        212       14.5         49        4.2          -
1800.04/1800.09	c   applied globally :          -          -          -     916874       21.5          -          -          -
1800.04/1800.09	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.04/1800.09	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.04/1800.09	c   cut pool         :       0.00          3          -          -         30          -    (maximal pool size: 86)
1800.04/1800.09	c   redcost          :      36.25     498083          0     499539          0          0
1800.04/1800.09	c   impliedbounds    :       0.00          4          0          0          0          0
1800.04/1800.09	c   intobj           :       0.00          0          0          0          0          0
1800.04/1800.09	c   cgmip            :       0.00          0          0          0          0          0
1800.04/1800.09	c   gomory           :       0.01          4          0          0         86          0
1800.04/1800.09	c   strongcg         :       0.00          4          0          0          0          0
1800.04/1800.09	c   cmir             :       0.02          4          0          0          0          0
1800.04/1800.09	c   flowcover        :       0.01          4          0          0          0          0
1800.04/1800.09	c   clique           :       0.00          1          0          0          0          0
1800.04/1800.09	c   zerohalf         :       0.00          0          0          0          0          0
1800.04/1800.09	c   mcf              :       0.00          1          0          0          0          0
1800.04/1800.09	c   rapidlearning    :       0.00          0          0          0          0          0
1800.04/1800.09	c Pricers            :       Time      Calls       Vars
1800.04/1800.09	c   problem variables:       0.00          0          0
1800.04/1800.09	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.09	c   relpscost        :      19.47     376567          3        374          0          0     752532
1800.04/1800.09	c   pscost           :       0.00          0          0          0          0          0          0
1800.04/1800.09	c   inference        :       9.14      42067          0          0          0          0      84134
1800.04/1800.09	c   mostinf          :       0.00          0          0          0          0          0          0
1800.04/1800.09	c   leastinf         :       0.00          0          0          0          0          0          0
1800.04/1800.09	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.04/1800.09	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.04/1800.09	c   random           :       0.00          0          0          0          0          0          0
1800.04/1800.09	c Primal Heuristics  :       Time      Calls      Found
1800.04/1800.09	c   LP solutions     :       0.18          -         85
1800.04/1800.09	c   pseudo solutions :       0.00          -          0
1800.04/1800.09	c   feaspump         :       0.00          0          0
1800.04/1800.09	c   oneopt           :       0.38         65          0
1800.04/1800.09	c   crossover        :       1.86         75          0
1800.04/1800.09	c   guideddiving     :       0.49        278          0
1800.04/1800.09	c   linesearchdiving :       0.82        524          0
1800.04/1800.09	c   coefdiving       :       0.81        524          0
1800.04/1800.09	c   pscostdiving     :       0.71        524          0
1800.04/1800.09	c   fracdiving       :       0.85        524          0
1800.04/1800.09	c   veclendiving     :       0.72        524          0
1800.04/1800.09	c   rootsoldiving    :       0.79        521          0
1800.04/1800.09	c   objpscostdiving  :       0.97        522          0
1800.04/1800.09	c   trivial          :       0.08          2          2
1800.04/1800.09	c   simplerounding   :       0.61     377105          0
1800.04/1800.09	c   zirounding       :       0.13       1000          0
1800.04/1800.09	c   rounding         :       2.74       8650          0
1800.04/1800.09	c   shifting         :       1.53       2637          0
1800.04/1800.09	c   intshifting      :       0.05          4          0
1800.04/1800.09	c   twoopt           :       0.00          0          0
1800.04/1800.09	c   fixandinfer      :       0.00          0          0
1800.04/1800.09	c   intdiving        :       0.00          0          0
1800.04/1800.09	c   actconsdiving    :       0.00          0          0
1800.04/1800.09	c   octane           :       0.00          0          0
1800.04/1800.09	c   rens             :       0.02          1          0
1800.04/1800.09	c   rins             :       0.00          0          0
1800.04/1800.09	c   localbranching   :       0.00          0          0
1800.04/1800.09	c   mutation         :       0.00          0          0
1800.04/1800.09	c   dins             :       0.00          0          0
1800.04/1800.09	c   undercover       :       0.00          0          0
1800.04/1800.09	c   nlp              :       0.05          0          0
1800.04/1800.09	c   trysol           :       2.89       8175        109
1800.04/1800.09	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.04/1800.09	c   primal LP        :       0.00          0          0       0.00          -
1800.04/1800.09	c   dual LP          :     426.40     477070    2729702       5.72    6401.74
1800.04/1800.09	c   lex dual LP      :       0.00          0          0       0.00          -
1800.04/1800.09	c   barrier LP       :       0.00          0          0       0.00          -
1800.04/1800.09	c   diving/probing LP:       0.14        113       1638      14.50   11700.00
1800.04/1800.09	c   strong branching :      16.25       9593      88599       9.24    5452.25
1800.04/1800.09	c     (at root node) :          -         32       1061      33.16          -
1800.04/1800.09	c   conflict analysis:       0.00          0          0       0.00          -
1800.04/1800.09	c B&B Tree           :
1800.04/1800.09	c   number of runs   :          1
1800.04/1800.09	c   nodes            :     732280
1800.04/1800.09	c   nodes (total)    :     732280
1800.04/1800.09	c   nodes left       :       1468
1800.04/1800.09	c   max depth        :        473
1800.04/1800.09	c   max depth (total):        473
1800.04/1800.09	c   backtracks       :      69572 (9.5%)
1800.04/1800.09	c   delayed cutoffs  :      56887
1800.04/1800.09	c   repropagations   :    1871204 (4801344 domain reductions, 54893 cutoffs)
1800.04/1800.09	c   avg switch length:       6.66
1800.04/1800.09	c   switching time   :     272.37
1800.04/1800.09	c Solution           :
1800.04/1800.09	c   Solutions found  :        196 (86 improvements)
1800.04/1800.09	c   First Solution   : +1.36367000000000e+05   (in run 1, after 0 nodes, 0.02 seconds, depth 0, found by <trivial>)
1800.04/1800.09	c   Primal Bound     : +4.00000000000000e+00   (in run 1, after 464753 nodes, 1085.72 seconds, depth 47, found by <relaxation>)
1800.04/1800.09	c   Dual Bound       : +0.00000000000000e+00
1800.04/1800.09	c   Gap              :   infinite
1800.04/1800.09	c   Root Dual Bound  : +0.00000000000000e+00
1800.04/1800.09	c   Root Iterations  :        106
1800.14/1800.18	c Time complete: 1800.22.

Verifier Data

OK	4

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2692377-1277928965/watcher-2692377-1277928965 -o /tmp/evaluation-result-2692377-1277928965/solver-2692377-1277928965 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2692377-1277928965.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.98 2.03 2.00 3/182 15131
/proc/meminfo: memFree=30634000/32951124 swapFree=67111528/67111528
[pid=15131] ppid=15129 vsize=9548 CPUtime=0
/proc/15131/stat : 15131 (pbscip.linux.x8) R 15129 15131 14856 0 -1 4202496 1681 0 0 0 0 0 0 0 21 0 1 0 134192088 9777152 1600 4089446400 4194304 8223781 140735243102688 18446744073709551615 6205568 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/15131/statm: 2387 1600 369 984 0 1400 0

[startup+0.0379471 s]
/proc/loadavg: 1.98 2.03 2.00 3/182 15131
/proc/meminfo: memFree=30634000/32951124 swapFree=67111528/67111528
[pid=15131] ppid=15129 vsize=20512 CPUtime=0.03
/proc/15131/stat : 15131 (pbscip.linux.x8) R 15129 15131 14856 0 -1 4202496 4737 0 0 0 3 0 0 0 21 0 1 0 134192088 21004288 4292 4089446400 4194304 8223781 140735243102688 18446744073709551615 6205568 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15131/statm: 5172 4318 384 984 0 4185 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 20512

[startup+0.100933 s]
/proc/loadavg: 1.98 2.03 2.00 3/182 15131
/proc/meminfo: memFree=30634000/32951124 swapFree=67111528/67111528
[pid=15131] ppid=15129 vsize=35140 CPUtime=0.09
/proc/15131/stat : 15131 (pbscip.linux.x8) R 15129 15131 14856 0 -1 4202496 8089 0 0 0 9 0 0 0 21 0 1 0 134192088 35983360 7644 4089446400 4194304 8223781 140735243102688 18446744073709551615 4241142 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15131/statm: 8785 7644 422 984 0 7798 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35140

[startup+0.300901 s]
/proc/loadavg: 1.98 2.03 2.00 3/182 15131
/proc/meminfo: memFree=30634000/32951124 swapFree=67111528/67111528
[pid=15131] ppid=15129 vsize=55996 CPUtime=0.29
/proc/15131/stat : 15131 (pbscip.linux.x8) R 15129 15131 14856 0 -1 4202496 13812 0 0 0 26 3 0 0 21 0 1 0 134192088 57339904 12755 4089446400 4194304 8223781 140735243102688 18446744073709551615 6205568 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15131/statm: 13999 12790 564 984 0 13012 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 55996

[startup+0.700834 s]
/proc/loadavg: 1.98 2.03 2.00 3/182 15131
/proc/meminfo: memFree=30634000/32951124 swapFree=67111528/67111528
[pid=15131] ppid=15129 vsize=43080 CPUtime=0.69
/proc/15131/stat : 15131 (pbscip.linux.x8) R 15129 15131 14856 0 -1 4202496 15656 0 0 0 64 5 0 0 22 0 1 0 134192088 44113920 9710 4089446400 4194304 8223781 140735243102688 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15131/statm: 10770 9710 575 984 0 9783 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 43080

[startup+1.50068 s]
/proc/loadavg: 1.98 2.03 2.00 3/183 15132
/proc/meminfo: memFree=30596296/32951124 swapFree=67111528/67111528
[pid=15131] ppid=15129 vsize=44448 CPUtime=1.49
/proc/15131/stat : 15131 (pbscip.linux.x8) R 15129 15131 14856 0 -1 4202496 15828 0 0 0 141 8 0 0 25 0 1 0 134192088 45514752 9882 4089446400 4194304 8223781 140735243102688 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15131/statm: 11112 9882 578 984 0 10125 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 44448

[startup+3.10039 s]
/proc/loadavg: 1.98 2.03 2.00 3/183 15132
/proc/meminfo: memFree=30593592/32951124 swapFree=67111528/67111528
[pid=15131] ppid=15129 vsize=48920 CPUtime=3.09
/proc/15131/stat : 15131 (pbscip.linux.x8) R 15129 15131 14856 0 -1 4202496 22052 0 0 0 295 14 0 0 25 0 1 0 134192088 50094080 11013 4089446400 4194304 8223781 140735243102688 18446744073709551615 7257348 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15131/statm: 12230 11013 579 984 0 11243 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 48920

[startup+6.30081 s]
/proc/loadavg: 1.99 2.03 2.00 3/183 15132
/proc/meminfo: memFree=30584352/32951124 swapFree=67111528/67111528
[pid=15131] ppid=15129 vsize=53956 CPUtime=6.29
/proc/15131/stat : 15131 (pbscip.linux.x8) R 15129 15131 14856 0 -1 4202496 28465 0 0 0 606 23 0 0 25 0 1 0 134192088 55250944 12342 4089446400 4194304 8223781 140735243102688 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15131/statm: 13489 12342 579 984 0 12502 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 53956

[startup+12.7006 s]
/proc/loadavg: 1.99 2.03 2.00 3/183 15132
/proc/meminfo: memFree=30573688/32951124 swapFree=67111528/67111528
[pid=15131] ppid=15129 vsize=60804 CPUtime=12.69
/proc/15131/stat : 15131 (pbscip.linux.x8) R 15129 15131 14856 0 -1 4202496 40402 0 0 0 1229 40 0 0 25 0 1 0 134192088 62263296 14057 4089446400 4194304 8223781 140735243102688 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15131/statm: 15201 14057 579 984 0 14214 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 60804

[startup+25.5003 s]
/proc/loadavg: 1.99 2.03 2.00 3/183 15132
/proc/meminfo: memFree=30546864/32951124 swapFree=67111528/67111528
[pid=15131] ppid=15129 vsize=75628 CPUtime=25.49
/proc/15131/stat : 15131 (pbscip.linux.x8) R 15129 15131 14856 0 -1 4202496 49173 0 0 0 2479 70 0 0 25 0 1 0 134192088 77443072 17783 4089446400 4194304 8223781 140735243102688 18446744073709551615 5892349 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15131/statm: 18907 17783 579 984 0 17920 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 75628

[startup+51.1007 s]
/proc/loadavg: 2.07 2.04 2.00 3/183 15133
/proc/meminfo: memFree=30499532/32951124 swapFree=67111528/67111528
[pid=15131] ppid=15129 vsize=102080 CPUtime=51.1
/proc/15131/stat : 15131 (pbscip.linux.x8) R 15129 15131 14856 0 -1 4202496 76099 0 0 0 4980 130 0 0 25 0 1 0 134192088 104529920 24466 4089446400 4194304 8223781 140735243102688 18446744073709551615 4697585 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15131/statm: 25520 24466 579 984 0 24533 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 102080

[startup+102.306 s]
/proc/loadavg: 2.03 2.03 2.00 3/183 15134
/proc/meminfo: memFree=30389872/32951124 swapFree=67111528/67111528
[pid=15131] ppid=15129 vsize=169416 CPUtime=102.3
/proc/15131/stat : 15131 (pbscip.linux.x8) R 15129 15131 14856 0 -1 4202496 176082 0 0 0 9977 253 0 0 25 0 1 0 134192088 173481984 41142 4089446400 4194304 8223781 140735243102688 18446744073709551615 6219342 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15131/statm: 42354 41142 583 984 0 41367 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 169416

[startup+162.3 s]
/proc/loadavg: 2.08 2.04 2.00 3/183 15136
/proc/meminfo: memFree=30318168/32951124 swapFree=67111528/67111528
[pid=15131] ppid=15129 vsize=194848 CPUtime=162.29
/proc/15131/stat : 15131 (pbscip.linux.x8) R 15129 15131 14856 0 -1 4202496 251974 0 0 0 15754 475 0 0 25 0 1 0 134192088 199524352 47453 4089446400 4194304 8223781 140735243102688 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15131/statm: 48712 47453 593 984 0 47725 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 194848

[startup+222.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/183 15137
/proc/meminfo: memFree=30283152/32951124 swapFree=67111528/67111528
[pid=15131] ppid=15129 vsize=207736 CPUtime=222.29
/proc/15131/stat : 15131 (pbscip.linux.x8) R 15129 15131 14856 0 -1 4202496 261256 0 0 0 21563 666 0 0 25 0 1 0 134192088 212721664 50559 4089446400 4194304 8223781 140735243102688 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15131/statm: 51934 50559 593 984 0 50947 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 207736

[startup+282.301 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 15139
/proc/meminfo: memFree=30208220/32951124 swapFree=67111528/67111528
[pid=15131] ppid=15129 vsize=220364 CPUtime=282.3
/proc/15131/stat : 15131 (pbscip.linux.x8) R 15129 15131 14856 0 -1 4202496 268796 0 0 0 27367 863 0 0 25 0 1 0 134192088 225652736 53507 4089446400 4194304 8223781 140735243102688 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15131/statm: 55091 53507 593 984 0 54104 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 220364

[startup+342.301 s]
/proc/loadavg: 2.05 2.03 2.00 3/183 15140
/proc/meminfo: memFree=30164284/32951124 swapFree=67111528/67111528
[pid=15131] ppid=15129 vsize=231552 CPUtime=342.3
/proc/15131/stat : 15131 (pbscip.linux.x8) R 15129 15131 14856 0 -1 4202496 294093 0 0 0 33180 1050 0 0 25 0 1 0 134192088 237109248 56189 4089446400 4194304 8223781 140735243102688 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15131/statm: 57888 56189 601 984 0 56901 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 231552

[startup+402.301 s]
/proc/loadavg: 2.02 2.02 2.00 3/183 15142
/proc/meminfo: memFree=30139944/32951124 swapFree=67111528/67111528
[pid=15131] ppid=15129 vsize=233020 CPUtime=402.3
/proc/15131/stat : 15131 (pbscip.linux.x8) R 15129 15131 14856 0 -1 4202496 335632 0 0 0 38999 1231 0 0 25 0 1 0 134192088 238612480 56553 4089446400 4194304 8223781 140735243102688 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15131/statm: 58255 56553 601 984 0 57268 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 233020

[startup+462.301 s]
/proc/loadavg: 2.06 2.03 2.00 3/183 15144
/proc/meminfo: memFree=30140276/32951124 swapFree=67111528/67111528
[pid=15131] ppid=15129 vsize=234424 CPUtime=462.31
/proc/15131/stat : 15131 (pbscip.linux.x8) R 15129 15131 14856 0 -1 4202496 369598 0 0 0 44818 1413 0 0 25 0 1 0 134192088 240050176 56899 4089446400 4194304 8223781 140735243102688 18446744073709551615 6003426 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15131/statm: 58606 56899 601 984 0 57619 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 234424

[startup+522.301 s]
/proc/loadavg: 2.09 2.04 2.00 3/183 15145
/proc/meminfo: memFree=30120256/32951124 swapFree=67111528/67111528
[pid=15131] ppid=15129 vsize=236052 CPUtime=522.3
/proc/15131/stat : 15131 (pbscip.linux.x8) R 15129 15131 14856 0 -1 4202496 374535 0 0 0 50629 1601 0 0 25 0 1 0 134192088 241717248 57306 4089446400 4194304 8223781 140735243102688 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15131/statm: 59013 57306 601 984 0 58026 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 236052

[startup+582.301 s]
/proc/loadavg: 2.07 2.05 2.00 3/183 15147
/proc/meminfo: memFree=30125936/32951124 swapFree=67111528/67111528
[pid=15131] ppid=15129 vsize=238796 CPUtime=582.31
/proc/15131/stat : 15131 (pbscip.linux.x8) R 15129 15131 14856 0 -1 4202496 382117 0 0 0 56457 1774 0 0 25 0 1 0 134192088 244527104 57975 4089446400 4194304 8223781 140735243102688 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15131/statm: 59699 57975 601 984 0 58712 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 238796

[startup+642.301 s]
/proc/loadavg: 2.14 2.08 2.01 3/183 15148
/proc/meminfo: memFree=30115864/32951124 swapFree=67111528/67111528
[pid=15131] ppid=15129 vsize=241040 CPUtime=642.32
/proc/15131/stat : 15131 (pbscip.linux.x8) R 15129 15131 14856 0 -1 4202496 382660 0 0 0 62299 1933 0 0 25 0 1 0 134192088 246824960 58516 4089446400 4194304 8223781 140735243102688 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15131/statm: 60260 58516 601 984 0 59273 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 241040

[startup+702.301 s]

################
# More data... #
################

[startup+882.3 s]
/proc/loadavg: 1.95 2.03 2.00 3/183 15204
/proc/meminfo: memFree=31215756/32951124 swapFree=67111528/67111528
[pid=15131] ppid=15129 vsize=246684 CPUtime=882.31
/proc/15131/stat : 15131 (pbscip.linux.x8) R 15129 15131 14856 0 -1 4202496 437187 0 0 0 85612 2619 0 0 25 0 1 0 134192088 252604416 59828 4089446400 4194304 8223781 140735243102688 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15131/statm: 61671 59828 601 984 0 60684 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 246684

[startup+942.3 s]
/proc/loadavg: 1.98 2.02 2.00 3/183 15208
/proc/meminfo: memFree=31036384/32951124 swapFree=67111528/67111528
[pid=15131] ppid=15129 vsize=247520 CPUtime=942.32
/proc/15131/stat : 15131 (pbscip.linux.x8) R 15129 15131 14856 0 -1 4202496 441925 0 0 0 91423 2809 0 0 25 0 1 0 134192088 253460480 59992 4089446400 4194304 8223781 140735243102688 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15131/statm: 61880 59992 601 984 0 60893 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 247520

[startup+1002.3 s]
/proc/loadavg: 1.99 2.02 2.00 3/183 15210
/proc/meminfo: memFree=30857844/32951124 swapFree=67111528/67111528
[pid=15131] ppid=15129 vsize=248468 CPUtime=1002.32
/proc/15131/stat : 15131 (pbscip.linux.x8) R 15129 15131 14856 0 -1 4202496 442191 0 0 0 97235 2997 0 0 25 0 1 0 134192088 254431232 60248 4089446400 4194304 8223781 140735243102688 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15131/statm: 62117 60248 603 984 0 61130 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 248468

[startup+1062.3 s]
/proc/loadavg: 1.99 2.01 2.00 3/183 15212
/proc/meminfo: memFree=30721284/32951124 swapFree=67111528/67111528
[pid=15131] ppid=15129 vsize=250568 CPUtime=1062.32
/proc/15131/stat : 15131 (pbscip.linux.x8) R 15129 15131 14856 0 -1 4202496 442715 0 0 0 103057 3175 0 0 25 0 1 0 134192088 256581632 60770 4089446400 4194304 8223781 140735243102688 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15131/statm: 62642 60770 603 984 0 61655 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 250568

[startup+1122.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/183 15240
/proc/meminfo: memFree=31116960/32951124 swapFree=67111528/67111528
[pid=15131] ppid=15129 vsize=251072 CPUtime=1122.32
/proc/15131/stat : 15131 (pbscip.linux.x8) R 15129 15131 14856 0 -1 4202496 456721 0 0 0 108864 3368 0 0 25 0 1 0 134192088 257097728 60890 4089446400 4194304 8223781 140735243102688 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15131/statm: 62768 60890 603 984 0 61781 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 251072

[startup+1182.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/183 15242
/proc/meminfo: memFree=30948288/32951124 swapFree=67111528/67111528
[pid=15131] ppid=15129 vsize=251072 CPUtime=1182.32
/proc/15131/stat : 15131 (pbscip.linux.x8) R 15129 15131 14856 0 -1 4202496 482227 0 0 0 114646 3586 0 0 25 0 1 0 134192088 257097728 60891 4089446400 4194304 8223781 140735243102688 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15131/statm: 62768 60891 603 984 0 61781 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 251072

[startup+1242.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/183 15243
/proc/meminfo: memFree=30777504/32951124 swapFree=67111528/67111528
[pid=15131] ppid=15129 vsize=251072 CPUtime=1242.33
/proc/15131/stat : 15131 (pbscip.linux.x8) R 15129 15131 14856 0 -1 4202496 488872 0 0 0 120452 3781 0 0 25 0 1 0 134192088 257097728 60897 4089446400 4194304 8223781 140735243102688 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15131/statm: 62768 60897 603 984 0 61781 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 251072

[startup+1302.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 15272
/proc/meminfo: memFree=31195412/32951124 swapFree=67111528/67111528
[pid=15131] ppid=15129 vsize=251504 CPUtime=1302.33
/proc/15131/stat : 15131 (pbscip.linux.x8) R 15129 15131 14856 0 -1 4202496 488950 0 0 0 126327 3906 0 0 25 0 1 0 134192088 257540096 60975 4089446400 4194304 8223781 140735243102688 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/15131/statm: 62876 60975 603 984 0 61889 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 251504

[startup+1362.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 15274
/proc/meminfo: memFree=31014152/32951124 swapFree=67111528/67111528
[pid=15131] ppid=15129 vsize=251504 CPUtime=1362.33
/proc/15131/stat : 15131 (pbscip.linux.x8) R 15129 15131 14856 0 -1 4202496 488958 0 0 0 132268 3965 0 0 25 0 1 0 134192088 257540096 60983 4089446400 4194304 8223781 140735243102688 18446744073709551615 4210345 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/15131/statm: 62876 60983 603 984 0 61889 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 251504

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 15302
/proc/meminfo: memFree=31287076/32951124 swapFree=67111528/67111528
[pid=15131] ppid=15129 vsize=252004 CPUtime=1422.33
/proc/15131/stat : 15131 (pbscip.linux.x8) R 15129 15131 14856 0 -1 4202496 495940 0 0 0 138207 4026 0 0 25 0 1 0 134192088 258052096 61110 4089446400 4194304 8223781 140735243102688 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15131/statm: 63001 61110 603 984 0 62014 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 252004

[startup+1482.3 s]
/proc/loadavg: 2.10 2.03 2.01 3/183 15304
/proc/meminfo: memFree=31097924/32951124 swapFree=67111528/67111528
[pid=15131] ppid=15129 vsize=253988 CPUtime=1482.32
/proc/15131/stat : 15131 (pbscip.linux.x8) R 15129 15131 14856 0 -1 4202496 496299 0 0 0 144036 4196 0 0 25 0 1 0 134192088 260083712 61469 4089446400 4194304 8223781 140735243102688 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15131/statm: 63497 61469 603 984 0 62510 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 253988

[startup+1542.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/183 15305
/proc/meminfo: memFree=30925788/32951124 swapFree=67111528/67111528
[pid=15131] ppid=15129 vsize=254044 CPUtime=1542.33
/proc/15131/stat : 15131 (pbscip.linux.x8) R 15129 15131 14856 0 -1 4202496 496320 0 0 0 149857 4376 0 0 25 0 1 0 134192088 260141056 61489 4089446400 4194304 8223781 140735243102688 18446744073709551615 4923493 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15131/statm: 63511 61489 603 984 0 62524 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 254044

[startup+1602.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 15307
/proc/meminfo: memFree=30925504/32951124 swapFree=67111528/67111528
[pid=15131] ppid=15129 vsize=254064 CPUtime=1602.33
/proc/15131/stat : 15131 (pbscip.linux.x8) R 15129 15131 14856 0 -1 4202496 496336 0 0 0 155673 4560 0 0 25 0 1 0 134192088 260161536 61505 4089446400 4194304 8223781 140735243102688 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15131/statm: 63516 61505 603 984 0 62529 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 254064

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 15309
/proc/meminfo: memFree=30794028/32951124 swapFree=67111528/67111528
[pid=15131] ppid=15129 vsize=254416 CPUtime=1662.33
/proc/15131/stat : 15131 (pbscip.linux.x8) R 15129 15131 14856 0 -1 4202496 500927 0 0 0 161462 4771 0 0 25 0 1 0 134192088 260521984 61549 4089446400 4194304 8223781 140735243102688 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15131/statm: 63604 61549 603 984 0 62617 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 254416

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 15337
/proc/meminfo: memFree=31234076/32951124 swapFree=67111528/67111528
[pid=15131] ppid=15129 vsize=254464 CPUtime=1722.33
/proc/15131/stat : 15131 (pbscip.linux.x8) R 15129 15131 14856 0 -1 4202496 500989 0 0 0 167298 4935 0 0 25 0 1 0 134192088 260571136 61599 4089446400 4194304 8223781 140735243102688 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15131/statm: 63616 61599 603 984 0 62629 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 254464

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 15339
/proc/meminfo: memFree=31141900/32951124 swapFree=67111528/67111528
[pid=15131] ppid=15129 vsize=254464 CPUtime=1782.33
/proc/15131/stat : 15131 (pbscip.linux.x8) R 15129 15131 14856 0 -1 4202496 500999 0 0 0 173128 5105 0 0 25 0 1 0 134192088 260571136 61609 4089446400 4194304 8223781 140735243102688 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15131/statm: 63616 61609 603 984 0 62629 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 254464



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 15340
/proc/meminfo: memFree=31114364/32951124 swapFree=67111528/67111528
[pid=15131] ppid=15129 vsize=254464 CPUtime=1800.04
/proc/15131/stat : 15131 (pbscip.linux.x8) R 15129 15131 14856 0 -1 4202496 501000 0 0 0 174847 5157 0 0 25 0 1 0 134192088 260571136 61610 4089446400 4194304 8223781 140735243102688 18446744073709551615 6207129 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15131/statm: 63616 61610 603 984 0 62629 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 254464

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1800.11 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 15340
/proc/meminfo: memFree=31114364/32951124 swapFree=67111528/67111528
[pid=15131] ppid=15129 vsize=254560 CPUtime=1800.14
/proc/15131/stat : 15131 (pbscip.linux.x8) R 15129 15131 14856 0 -1 4202496 501021 0 0 0 174857 5157 0 0 25 0 1 0 134192088 260669440 61631 4089446400 4194304 8223781 140735243102688 18446744073709551615 4212294 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/15131/statm: 63640 61631 605 984 0 62653 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 254560

Child status: 0
Real time (s): 1800.18
CPU time (s): 1800.23
CPU user time (s): 1748.64
CPU system time (s): 51.5872
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 272116

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1748.64
system time used= 51.5872
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 501025
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1
involuntary context switches= 18259

runsolver used 2.95355 second user time and 6.86696 second system time

The end

Launcher Data

Begin job on node133 at 2010-06-30 22:16:05
IDJOB=2692377
IDBENCH=79293
IDSOLVER=1204
FILE ID=node133/2692377-1277928965
PBS_JOBID= 11197358
Free space on /tmp= 74208 MiB

SOLVER NAME= SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900557957--soft-0-100-0.wbo
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2692377-1277928965/watcher-2692377-1277928965 -o /tmp/evaluation-result-2692377-1277928965/solver-2692377-1277928965 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2692377-1277928965.wbo -t 1800 -m 3800

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

MD5SUM BENCH= c90222590d839243781a638355a39a56
RANDOM SEED=1966886590

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30634652 kB
Buffers:        209296 kB
Cached:         985816 kB
SwapCached:          0 kB
Active:        1508976 kB
Inactive:       662704 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30634652 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4708 kB
Writeback:           0 kB
AnonPages:      976916 kB
Mapped:          16844 kB
Slab:            79688 kB
PageTables:       7096 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1125720 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74200 MiB
End job on node133 at 2010-06-30 22:46:07