Trace number 2692369

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.29 1800.23

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900584106--soft-0-100-0.wbo
MD5SUMd3ccf217ec482c2d8ac120ae50401a4a
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark7
Best CPU time to get the best result obtained on this benchmark618.94
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 137946
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 137945
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 737
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-2692369-1277928485.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 137945
0.09/0.12	c feasible solution found by trivial heuristic, objective value  1.379450e+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.13
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.18	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.2s|     1 |     0 |     0 |     - |  19M|   0 |   0 |5645 |5414 |5645 |   0 |   0 |   0 |   0 | 0.000000e+00 | 1.379450e+05 |    Inf 
0.19/0.20	c   0.2s|     1 |     0 |    22 |     - |  19M|   0 |   0 |5645 |5414 |5645 |  22 |  22 |   0 |   0 | 0.000000e+00 | 1.379450e+05 |    Inf 
0.19/0.20	c   0.2s|     1 |     0 |    43 |     - |  19M|   0 |   7 |5645 |5414 |5645 |  53 |  53 |   0 |   0 | 0.000000e+00 | 1.379450e+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.379450e+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.379450e+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.379450e+05 |    Inf 
0.19/0.27	c   0.2s|     1 |     0 |   106 |     - |  19M|   0 |  32 |5645 |5414 |5645 | 137 | 137 |   0 |   0 | 0.000000e+00 | 1.379450e+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.379450e+05 |    Inf 
27.09/27.15	c  26.8s| 10000 | 10001 | 29794 |   3.0 |  51M|  99 |   0 |5645 |5414 |5645 | 225 |  12k|   0 |1786 | 0.000000e+00 | 1.379450e+05 |    Inf 
48.49/48.50	c  48.0s| 20000 | 20001 | 44779 |   2.2 |  74M| 103 |   0 |5645 |5414 |5645 | 205 |  19k|   0 |1790 | 0.000000e+00 | 1.379450e+05 |    Inf 
69.29/69.35	c  68.7s| 30000 | 30001 | 57131 |   1.9 |  97M| 107 |   0 |5645 |5414 |5645 | 200 |  24k|   0 |1794 | 0.000000e+00 | 1.379450e+05 |    Inf 
90.60/90.61	c  89.8s| 40000 | 40001 | 76894 |   1.9 | 120M| 113 |   0 |5645 |5414 |5645 | 183 |  29k|   0 |1807 | 0.000000e+00 | 1.379450e+05 |    Inf 
112.80/112.84	c   112s| 50000 | 50001 |102942 |   2.1 | 143M| 113 |   0 |5645 |5414 |5645 | 211 |  35k|   0 |1874 | 0.000000e+00 | 1.379450e+05 |    Inf 
134.99/135.09	c   134s| 60000 | 60001 |126150 |   2.1 | 166M| 113 |   0 |5645 |5414 |5645 | 228 |  40k|   0 |2151 | 0.000000e+00 | 1.379450e+05 |    Inf 
155.79/155.86	c   155s| 70000 | 70001 |139719 |   2.0 | 189M| 113 |   0 |5645 |5414 |5645 | 200 |  45k|   0 |2278 | 0.000000e+00 | 1.379450e+05 |    Inf 
177.80/177.80	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
177.80/177.80	c   176s| 80000 | 80001 |161275 |   2.0 | 212M| 113 |   0 |5645 |5414 |5645 | 171 |  53k|   0 |2515 | 0.000000e+00 | 1.379450e+05 |    Inf 
199.89/199.97	c   198s| 90000 | 90001 |183418 |   2.0 | 235M| 113 |   0 |5645 |5414 |5645 | 247 |  61k|   0 |2708 | 0.000000e+00 | 1.379450e+05 |    Inf 
221.50/221.59	c   220s|100000 |100001 |200575 |   2.0 | 258M| 113 |   0 |5645 |5414 |5645 | 188 |  66k|   0 |2814 | 0.000000e+00 | 1.379450e+05 |    Inf 
243.50/243.53	c   242s|110000 |110001 |219381 |   2.0 | 281M| 113 |   0 |5645 |5414 |5645 | 191 |  74k|   0 |3038 | 0.000000e+00 | 1.379450e+05 |    Inf 
266.00/266.02	c   264s|120000 |120001 |242800 |   2.0 | 305M| 113 |   0 |5645 |5414 |5645 | 212 |  84k|   0 |3238 | 0.000000e+00 | 1.379450e+05 |    Inf 
287.50/287.56	c   285s|130000 |130001 |257774 |   2.0 | 328M| 113 |   0 |5645 |5414 |5645 | 218 |  90k|   0 |3366 | 0.000000e+00 | 1.379450e+05 |    Inf 
309.90/309.93	c   308s|140000 |140001 |278136 |   2.0 | 350M| 113 |   0 |5645 |5414 |5645 | 202 |  99k|   0 |3572 | 0.000000e+00 | 1.379450e+05 |    Inf 
332.71/332.75	c   330s|150000 |150001 |301714 |   2.0 | 373M| 113 |   4 |5645 |5414 |5645 | 167 | 107k|   0 |3790 | 0.000000e+00 | 1.379450e+05 |    Inf 
355.21/355.28	c   353s|160000 |160001 |323887 |   2.0 | 396M| 113 |   0 |5645 |5414 |5645 | 180 | 114k|   0 |3973 | 0.000000e+00 | 1.379450e+05 |    Inf 
377.31/377.37	c   374s|170000 |170001 |343563 |   2.0 | 419M| 113 |   0 |5645 |5414 |5645 | 188 | 122k|   0 |4112 | 0.000000e+00 | 1.379450e+05 |    Inf 
398.11/398.17	c   395s|180000 |180001 |358924 |   2.0 | 442M| 197 |   0 |5645 |5414 |5645 | 196 | 128k|   0 |4214 | 0.000000e+00 | 1.379450e+05 |    Inf 
417.10/417.19	c   414s|190000 |189999 |367917 |   1.9 | 463M| 225 |   0 |5645 |5422 |5645 | 194 | 131k|   8 |4309 | 0.000000e+00 | 1.379450e+05 |    Inf 
423.80/423.82	o 663
423.80/423.82	c * 421s|193498 |157024 |370629 |   1.9 | 396M| 225 |   - |5645 |5422 |5645 | 195 | 132k|   8 |4322 | 0.000000e+00 | 6.630000e+02 |    Inf 
424.21/424.20	o 657
424.21/424.20	c * 421s|193609 |156097 |371210 |   1.9 | 395M| 225 |   - |5645 |5429 |5645 | 209 | 132k|  15 |4327 | 0.000000e+00 | 6.570000e+02 |    Inf 
431.60/431.61	o 654
431.60/431.61	c * 428s|195971 |157919 |380607 |   1.9 | 400M| 225 |   - |5645 |5534 |5645 | 205 | 136k| 120 |4463 | 0.000000e+00 | 6.540000e+02 |    Inf 
434.01/434.02	o 642
434.01/434.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
434.01/434.02	c * 431s|196683 |156470 |384291 |   2.0 | 398M| 225 |   - |5645 |5553 |5645 | 207 | 138k| 139 |4480 | 0.000000e+00 | 6.420000e+02 |    Inf 
442.81/442.83	o 573
442.81/442.83	c * 439s|199473 |144663 |395023 |   2.0 | 376M| 225 |   - |5645 |5767 |5645 | 203 | 142k| 353 |4554 | 0.000000e+00 | 5.730000e+02 |    Inf 
444.50/444.59	c   441s|200000 |145130 |397271 |   2.0 | 377M| 225 |   0 |5645 |5883 |5645 | 206 | 143k| 470 |4575 | 0.000000e+00 | 5.730000e+02 |    Inf 
447.31/447.32	o 556
447.31/447.32	c * 444s|200815 |141815 |401055 |   2.0 | 371M| 225 |   - |5645 |6042 |5645 | 209 | 145k| 632 |4579 | 0.000000e+00 | 5.560000e+02 |    Inf 
447.41/447.44	o 544
447.41/447.44	c * 444s|200839 |138894 |401167 |   2.0 | 364M| 225 |   - |5645 |6052 |5645 | 218 | 145k| 642 |4579 | 0.000000e+00 | 5.440000e+02 |    Inf 
447.51/447.51	o 527
447.51/447.51	c * 444s|200848 |134623 |401213 |   2.0 | 355M| 225 |   - |5645 |6051 |5645 | 209 | 145k| 642 |4579 | 0.000000e+00 | 5.270000e+02 |    Inf 
448.00/448.02	o 488
448.00/448.02	c * 445s|200989 |124022 |401947 |   2.0 | 331M| 225 |   - |5645 |6135 |5645 | 199 | 145k| 728 |4582 | 0.000000e+00 | 4.880000e+02 |    Inf 
449.71/449.73	o 479
449.71/449.73	c * 446s|201516 |121723 |404072 |   2.0 | 327M| 225 |   - |5645 |6258 |5645 | 207 | 146k| 859 |4582 | 0.000000e+00 | 4.790000e+02 |    Inf 
456.91/456.96	o 472
456.91/456.96	c * 453s|203627 |121370 |413091 |   2.0 | 329M| 225 |   - |5645 |6537 |5645 | 233 | 149k|1222 |4707 | 0.000000e+00 | 4.720000e+02 |    Inf 
463.01/463.01	o 464
463.01/463.01	c * 459s|205726 |120795 |420813 |   2.0 | 329M| 225 |   - |5645 |6727 |5645 | 234 | 151k|1498 |4743 | 0.000000e+00 | 4.640000e+02 |    Inf 
464.90/464.90	o 448
464.90/464.90	c * 461s|206261 |116018 |423496 |   2.1 | 319M| 225 |   - |5645 |6834 |5645 | 228 | 152k|1670 |4756 | 0.000000e+00 | 4.480000e+02 |    Inf 
466.71/466.73	o 444
466.71/466.73	c * 463s|206780 |115178 |425761 |   2.1 | 317M| 225 |   - |5645 |6903 |5645 | 231 | 153k|1851 |4762 | 0.000000e+00 | 4.440000e+02 |    Inf 
469.31/469.32	o 437
469.31/469.32	c * 466s|207501 |113273 |429066 |   2.1 | 315M| 225 |   - |5645 |6900 |5645 | 207 | 154k|2004 |4773 | 0.000000e+00 | 4.370000e+02 |    Inf 
469.41/469.45	o 419
469.41/469.45	c * 466s|207520 |106820 |429312 |   2.1 | 300M| 225 |   - |5645 |6908 |5645 | 233 | 154k|2020 |4773 | 0.000000e+00 | 4.190000e+02 |    Inf 
470.01/470.06	o 413
470.01/470.06	c * 466s|207660 |104722 |430233 |   2.1 | 296M| 225 |   - |5645 |6863 |5645 | 198 | 154k|2057 |4782 | 0.000000e+00 | 4.130000e+02 |    Inf 
476.81/476.86	o 409
476.81/476.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
476.81/476.86	c * 473s|209601 |104886 |438994 |   2.1 | 298M| 225 |   - |5645 |6747 |5645 | 200 | 158k|2572 |4849 | 0.000000e+00 | 4.090000e+02 |    Inf 
477.10/477.19	o 402
477.10/477.19	c * 474s|209690 |102224 |439309 |   2.1 | 292M| 225 |   - |5645 |6728 |5645 | 212 | 158k|2586 |4849 | 0.000000e+00 | 4.020000e+02 |    Inf 
478.21/478.21	c   475s|210000 |102480 |440468 |   2.1 | 293M| 225 |   0 |5645 |6763 |5645 | 177 | 158k|2734 |4850 | 0.000000e+00 | 4.020000e+02 |    Inf 
481.51/481.54	o 392
481.51/481.54	c * 478s|210960 | 99479 |444216 |   2.1 | 287M| 225 |   - |5645 |6741 |5645 | 207 | 160k|2976 |4852 | 0.000000e+00 | 3.920000e+02 |    Inf 
481.82/481.88	o 387
481.82/481.88	c * 478s|211041 | 97629 |444853 |   2.1 | 282M| 225 |   - |5645 |6745 |5645 | 194 | 160k|3005 |4854 | 0.000000e+00 | 3.870000e+02 |    Inf 
483.41/483.44	o 382
483.41/483.44	c * 480s|211455 | 96073 |447284 |   2.1 | 279M| 225 |   - |5645 |6717 |5645 | 219 | 161k|3186 |4878 | 0.000000e+00 | 3.820000e+02 |    Inf 
487.10/487.10	o 379
487.10/487.10	c * 483s|212475 | 95794 |452350 |   2.1 | 281M| 225 |   - |5645 |6608 |5645 | 191 | 163k|3439 |4906 | 0.000000e+00 | 3.790000e+02 |    Inf 
487.10/487.10	o 377
487.10/487.10	c * 483s|212476 | 94933 |452350 |   2.1 | 279M| 225 |   - |5645 |6608 |5645 | 191 | 163k|3439 |4906 | 0.000000e+00 | 3.770000e+02 |    Inf 
488.21/488.25	o 368
488.21/488.25	c * 484s|212752 | 91524 |454120 |   2.1 | 271M| 225 |   - |5645 |6577 |5645 | 190 | 164k|3543 |4930 | 0.000000e+00 | 3.680000e+02 |    Inf 
488.21/488.25	o 367
488.21/488.25	c * 484s|212753 | 91136 |454120 |   2.1 | 270M| 225 |   - |5645 |6577 |5645 | 190 | 164k|3543 |4930 | 0.000000e+00 | 3.670000e+02 |    Inf 
489.21/489.21	o 359
489.21/489.21	c * 485s|212986 | 88090 |455306 |   2.1 | 263M| 225 |   - |5645 |6479 |5645 | 188 | 164k|3599 |4944 | 0.000000e+00 | 3.590000e+02 |    Inf 
491.62/491.62	o 344
491.62/491.62	c * 488s|213651 | 82325 |458672 |   2.1 | 249M| 225 |   - |5645 |6383 |5645 | 219 | 165k|3770 |4965 | 0.000000e+00 | 3.440000e+02 |    Inf 
491.91/491.91	o 332
491.91/491.91	c * 488s|213712 | 77350 |459088 |   2.1 | 237M| 225 |   - |5645 |6384 |5645 | 214 | 165k|3795 |4965 | 0.000000e+00 | 3.320000e+02 |    Inf 
492.01/492.06	o 330
492.01/492.06	c * 488s|213733 | 76598 |459327 |   2.1 | 235M| 225 |   - |5645 |6380 |5645 | 207 | 165k|3799 |4965 | 0.000000e+00 | 3.300000e+02 |    Inf 
492.01/492.06	o 328
492.01/492.06	c * 488s|213734 | 75696 |459327 |   2.1 | 232M| 225 |   - |5645 |6380 |5645 | 207 | 165k|3799 |4965 | 0.000000e+00 | 3.280000e+02 |    Inf 
492.91/492.94	o 325
492.91/492.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
492.91/492.94	c * 489s|214009 | 74786 |459967 |   2.1 | 231M| 225 |   - |5645 |6307 |5645 | 190 | 166k|3827 |4968 | 0.000000e+00 | 3.250000e+02 |    Inf 
492.91/492.95	o 321
492.91/492.95	c * 489s|214010 | 73168 |459967 |   2.1 | 226M| 225 |   - |5645 |6307 |5645 | 190 | 166k|3827 |4968 | 0.000000e+00 | 3.210000e+02 |    Inf 
495.91/495.90	o 303
495.91/495.90	c * 492s|214735 | 66456 |463568 |   2.2 | 211M| 225 |   - |5645 |6208 |5645 | 180 | 167k|4090 |4988 | 0.000000e+00 | 3.030000e+02 |    Inf 
495.91/495.91	o 292
495.91/495.91	c * 492s|214736 | 62143 |463568 |   2.2 | 200M| 225 |   - |5645 |6208 |5645 | 180 | 167k|4090 |4988 | 0.000000e+00 | 2.920000e+02 |    Inf 
498.00/498.04	o 281
498.00/498.04	c * 494s|215343 | 58295 |466085 |   2.2 | 191M| 225 |   - |5645 |6154 |5645 | 213 | 168k|4200 |4996 | 0.000000e+00 | 2.810000e+02 |    Inf 
498.41/498.45	o 272
498.41/498.45	c * 495s|215448 | 54597 |466679 |   2.2 | 182M| 225 |   - |5645 |6123 |5645 | 195 | 168k|4249 |5003 | 0.000000e+00 | 2.720000e+02 |    Inf 
498.41/498.46	o 270
498.41/498.46	c * 495s|215449 | 53976 |466679 |   2.2 | 180M| 225 |   - |5645 |6123 |5645 | 195 | 168k|4249 |5003 | 0.000000e+00 | 2.700000e+02 |    Inf 
499.41/499.48	o 269
499.41/499.48	c * 496s|215716 | 53814 |468030 |   2.2 | 181M| 225 |   - |5645 |6113 |5645 | 174 | 169k|4333 |5021 | 0.000000e+00 | 2.690000e+02 |    Inf 
500.11/500.16	o 260
500.11/500.16	c * 496s|215907 | 50707 |468999 |   2.2 | 174M| 225 |   - |5645 |6093 |5645 | 221 | 169k|4375 |5029 | 0.000000e+00 | 2.600000e+02 |    Inf 
500.21/500.21	o 250
500.21/500.21	c * 496s|215911 | 46616 |469019 |   2.2 | 163M| 225 |   - |5645 |6098 |5645 | 223 | 169k|4382 |5029 | 0.000000e+00 | 2.500000e+02 |    Inf 
500.91/500.99	o 240
500.91/500.99	c * 497s|216105 | 42879 |469974 |   2.2 | 154M| 225 |   - |5645 |6050 |5645 | 194 | 169k|4451 |5043 | 0.000000e+00 | 2.400000e+02 |    Inf 
501.31/501.34	o 238
501.31/501.34	c * 497s|216188 | 42360 |470346 |   2.2 | 153M| 225 |   - |5645 |6049 |5645 | 186 | 169k|4480 |5046 | 0.000000e+00 | 2.380000e+02 |    Inf 
501.41/501.43	o 223
501.41/501.43	c * 498s|216200 | 37040 |470399 |   2.2 | 139M| 225 |   - |5645 |6048 |5645 | 175 | 169k|4482 |5046 | 0.000000e+00 | 2.230000e+02 |    Inf 
501.51/501.53	o 218
501.51/501.53	c * 498s|216218 | 35568 |470487 |   2.2 | 134M| 225 |   - |5645 |6044 |5645 | 192 | 169k|4484 |5046 | 0.000000e+00 | 2.180000e+02 |    Inf 
501.51/501.54	o 216
501.51/501.54	c * 498s|216219 | 35009 |470487 |   2.2 | 132M| 225 |   - |5645 |6044 |5645 | 192 | 169k|4484 |5046 | 0.000000e+00 | 2.160000e+02 |    Inf 
501.71/501.75	o 208
501.71/501.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
501.71/501.75	c * 498s|216259 | 32788 |470655 |   2.2 | 127M| 225 |   - |5645 |6046 |5645 | 188 | 169k|4497 |5048 | 0.000000e+00 | 2.080000e+02 |    Inf 
501.71/501.80	o 207
501.71/501.80	c * 498s|216266 | 32446 |470705 |   2.2 | 126M| 225 |   - |5645 |6046 |5645 | 175 | 169k|4499 |5048 | 0.000000e+00 | 2.070000e+02 |    Inf 
501.81/501.81	o 202
501.81/501.81	c * 498s|216271 | 31016 |470706 |   2.2 | 122M| 225 |   - |5645 |6046 |5645 | 175 | 169k|4499 |5048 | 0.000000e+00 | 2.020000e+02 |    Inf 
502.10/502.11	o 185
502.10/502.11	c * 498s|216334 | 26598 |470988 |   2.2 | 110M| 225 |   - |5645 |6037 |5645 | 183 | 170k|4506 |5049 | 0.000000e+00 | 1.850000e+02 |    Inf 
502.31/502.32	o 182
502.31/502.32	c * 498s|216367 | 25022 |471103 |   2.2 | 104M| 225 |   - |5645 |6033 |5645 | 167 | 170k|4522 |5049 | 0.000000e+00 | 1.820000e+02 |    Inf 
502.41/502.43	o 173
502.41/502.43	c * 499s|216394 | 22405 |471123 |   2.2 |  97M| 225 |   - |5645 |6023 |5645 | 160 | 170k|4523 |5049 | 0.000000e+00 | 1.730000e+02 |    Inf 
503.21/503.23	o 172
503.21/503.23	c * 499s|216661 | 22225 |471783 |   2.2 |  97M| 225 |   - |5645 |6086 |5645 | 208 | 170k|4720 |5050 | 0.000000e+00 | 1.720000e+02 |    Inf 
503.51/503.59	o 163
503.51/503.59	c * 500s|216786 | 20415 |471975 |   2.2 |  93M| 225 |   - |5645 |6140 |5645 | 189 | 170k|4799 |5050 | 0.000000e+00 | 1.630000e+02 |    Inf 
503.60/503.69	o 145
503.60/503.69	c * 500s|216807 | 14885 |472077 |   2.2 |  78M| 225 |   - |5645 |6139 |5645 | 179 | 170k|4802 |5052 | 0.000000e+00 | 1.450000e+02 |    Inf 
503.82/503.88	o 144
503.82/503.88	c * 500s|216849 | 14774 |472388 |   2.2 |  78M| 225 |   - |5645 |6155 |5645 | 214 | 170k|4825 |5054 | 0.000000e+00 | 1.440000e+02 |    Inf 
504.11/504.13	o 135
504.11/504.13	c * 500s|216904 | 13225 |472741 |   2.2 |  73M| 225 |   - |5645 |6133 |5645 | 169 | 170k|4868 |5056 | 0.000000e+00 | 1.350000e+02 |    Inf 
504.41/504.44	o 134
504.41/504.44	c * 501s|216962 | 13002 |473144 |   2.2 |  73M| 225 |   - |5645 |6091 |5645 | 176 | 170k|4898 |5056 | 0.000000e+00 | 1.340000e+02 |    Inf 
506.01/506.08	o 126
506.01/506.08	c * 502s|217373 | 11543 |474795 |   2.2 |  70M| 225 |   - |5645 |6127 |5645 | 172 | 170k|5220 |5059 | 0.000000e+00 | 1.260000e+02 |    Inf 
507.11/507.16	o 122
507.11/507.16	c * 503s|217633 | 11189 |475789 |   2.2 |  71M| 225 |   - |5645 |6206 |5645 | 177 | 170k|5420 |5061 | 0.000000e+00 | 1.220000e+02 |    Inf 
507.41/507.46	o 109
507.41/507.46	c * 504s|217693 | 10094 |476103 |   2.2 |  67M| 225 |   - |5645 |6202 |5645 | 218 | 171k|5468 |5064 | 0.000000e+00 | 1.090000e+02 |    Inf 
507.41/507.49	o 101
507.41/507.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
507.41/507.49	c * 504s|217702 |  9282 |476107 |   2.2 |  64M| 225 |   - |5645 |6201 |5645 | 218 | 171k|5468 |5064 | 0.000000e+00 | 1.010000e+02 |    Inf 
507.51/507.50	o 99
507.51/507.50	c * 504s|217703 |  8635 |476107 |   2.2 |  62M| 225 |   - |5645 |6201 |5645 | 218 | 171k|5468 |5064 | 0.000000e+00 | 9.900000e+01 |    Inf 
508.11/508.15	o 97
508.11/508.15	c * 504s|217845 |  8436 |476992 |   2.2 |  63M| 225 |   - |5645 |6034 |5645 | 196 | 171k|5585 |5067 | 0.000000e+00 | 9.700000e+01 |    Inf 
510.21/510.29	o 84
510.21/510.29	c * 506s|218355 |  4414 |478710 |   2.2 |  48M| 225 |   - |5645 |6099 |5645 | 213 | 171k|6089 |5069 | 0.000000e+00 | 8.400000e+01 |    Inf 
515.41/515.49	c   511s|220000 |  4522 |482081 |   2.2 |  53M| 225 |   - |5645 |6084 |   0 |   0 | 172k|7586 |5077 | 0.000000e+00 | 8.400000e+01 |    Inf 
547.61/547.69	c   543s|230000 |  5265 |504982 |   2.2 |  74M| 225 |   0 |5645 |6311 |5645 | 201 | 177k|  17k|5158 | 0.000000e+00 | 8.400000e+01 |    Inf 
580.41/580.41	c   576s|240000 |  5753 |534894 |   2.2 |  91M| 225 |   - |5645 |7735 |   0 |   0 | 186k|  29k|5222 | 0.000000e+00 | 8.400000e+01 |    Inf 
593.81/593.82	o 81
593.81/593.82	c * 589s|244687 |  5876 |543535 |   2.2 |  97M| 225 |   - |5645 |8413 |5645 | 193 | 187k|  34k|5228 | 0.000000e+00 | 8.100000e+01 |    Inf 
611.01/611.06	c   606s|250000 |  5895 |556444 |   2.2 | 103M| 225 |   2 |5645 |7156 |5645 | 158 | 190k|  41k|5260 | 0.000000e+00 | 8.100000e+01 |    Inf 
615.01/615.04	o 69
615.01/615.04	c * 610s|251246 |  5071 |559239 |   2.2 |  99M| 225 |   - |5645 |7771 |5645 | 171 | 190k|  42k|5262 | 0.000000e+00 | 6.900000e+01 |    Inf 
615.01/615.05	o 64
615.01/615.05	c * 610s|251247 |  4865 |559242 |   2.2 |  98M| 225 |   - |5645 |7771 |5645 | 171 | 190k|  42k|5262 | 0.000000e+00 | 6.400000e+01 |    Inf 
631.51/631.52	o 20
631.51/631.52	c * 626s|257781 |  3119 |571078 |   2.2 |  82M| 225 |   - |5645 |7001 |5645 | 162 | 193k|  49k|5289 | 0.000000e+00 | 2.000000e+01 |    Inf 
636.11/636.12	c   631s|260000 |  2746 |577662 |   2.2 |  80M| 225 |  16 |5645 |5651 |5645 | 150 | 194k|  52k|5301 | 0.000000e+00 | 2.000000e+01 |    Inf 
656.12/656.12	c   650s|270000 |  2446 |604992 |   2.2 |  81M| 225 |   - |5645 |  10k|   0 |   0 | 199k|  65k|5356 | 0.000000e+00 | 2.000000e+01 |    Inf 
676.61/676.66	c   671s|280000 |  2444 |625423 |   2.2 |  82M| 225 |   - |5645 |  10k|   0 |   0 | 203k|  78k|5408 | 0.000000e+00 | 2.000000e+01 |    Inf 
687.22/687.29	o 17
687.22/687.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
687.22/687.29	c * 681s|284356 |  2322 |642807 |   2.3 |  78M| 225 |   - |5645 |  11k|5645 | 170 | 208k|  83k|5447 | 0.000000e+00 | 1.700000e+01 |    Inf 
700.21/700.23	c   694s|290000 |  2515 |663695 |   2.3 |  80M| 225 |   5 |5645 |  12k|5645 | 151 | 214k|  90k|5479 | 0.000000e+00 | 1.700000e+01 |    Inf 
713.51/713.57	o 13
713.51/713.57	c * 707s|295575 |  2454 |684801 |   2.3 |  78M| 225 |   - |5645 |  13k|5645 | 185 | 220k|  98k|5502 | 0.000000e+00 | 1.300000e+01 |    Inf 
724.02/724.07	c   718s|300000 |  2497 |703190 |   2.3 |  79M| 225 |   - |5645 |  11k|   0 |   0 | 225k| 103k|5525 | 0.000000e+00 | 1.300000e+01 |    Inf 
748.31/748.40	c   742s|310000 |  2578 |745611 |   2.4 |  82M| 225 |  12 |5645 |  13k|5645 | 179 | 237k| 116k|5609 | 0.000000e+00 | 1.300000e+01 |    Inf 
770.42/770.46	c   763s|320000 |  2568 |773760 |   2.4 |  82M| 225 |   1 |5645 |  12k|5645 | 158 | 243k| 129k|5670 | 0.000000e+00 | 1.300000e+01 |    Inf 
792.72/792.77	c   785s|330000 |  2540 |808521 |   2.4 |  83M| 225 |   - |5645 |  12k|   0 |   0 | 251k| 142k|5724 | 0.000000e+00 | 1.300000e+01 |    Inf 
812.72/812.80	c   805s|340000 |  2693 |833461 |   2.5 |  86M| 225 |  11 |5645 |  13k|5645 | 178 | 257k| 155k|5780 | 0.000000e+00 | 1.300000e+01 |    Inf 
834.42/834.41	c   827s|350000 |  2581 |861398 |   2.5 |  86M| 225 |   - |5645 |  14k|   0 |   0 | 263k| 169k|5835 | 0.000000e+00 | 1.300000e+01 |    Inf 
856.12/856.19	c   848s|360000 |  2469 |888752 |   2.5 |  85M| 225 |   1 |5645 |  15k|5645 | 175 | 267k| 182k|5890 | 0.000000e+00 | 1.300000e+01 |    Inf 
879.32/879.33	c   871s|370000 |  2431 |922114 |   2.5 |  86M| 225 |   1 |5645 |  16k|5645 | 195 | 274k| 195k|5946 | 0.000000e+00 | 1.300000e+01 |    Inf 
900.62/900.65	c   892s|380000 |  2351 |947893 |   2.5 |  85M| 225 |  14 |5645 |  16k|5645 | 177 | 279k| 208k|5987 | 0.000000e+00 | 1.300000e+01 |    Inf 
923.53/923.52	c   915s|390000 |  2242 |979277 |   2.5 |  83M| 225 |   - |5645 |  14k|   0 |   0 | 286k| 221k|6051 | 0.000000e+00 | 1.300000e+01 |    Inf 
943.83/943.85	c   935s|400000 |  2219 |  1000k|   2.5 |  84M| 225 |   - |5645 |  15k|   0 |   0 | 288k| 234k|6078 | 0.000000e+00 | 1.300000e+01 |    Inf 
965.32/965.35	c   956s|410000 |  2277 |  1027k|   2.5 |  85M| 225 |   - |5645 |  15k|   0 |   0 | 294k| 247k|6136 | 0.000000e+00 | 1.300000e+01 |    Inf 
988.33/988.38	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
988.33/988.38	c   979s|420000 |  2380 |  1060k|   2.5 |  87M| 225 |  20 |5645 |  17k|5645 | 182 | 301k| 259k|6201 | 0.000000e+00 | 1.300000e+01 |    Inf 
992.13/992.20	o 12
992.13/992.20	c * 983s|421777 |  2340 |  1063k|   2.5 |  86M| 225 |   - |5645 |  17k|5645 | 199 | 301k| 262k|6202 | 0.000000e+00 | 1.200000e+01 |    Inf 
1010.22/1010.25	c  1000s|430000 |  2329 |  1085k|   2.5 |  86M| 225 |   - |5645 |  18k|   0 |   0 | 304k| 272k|6234 | 0.000000e+00 | 1.200000e+01 |    Inf 
1033.02/1033.01	c  1023s|440000 |  2338 |  1114k|   2.5 |  87M| 225 |   - |5645 |  19k|   0 |   0 | 308k| 286k|6270 | 0.000000e+00 | 1.200000e+01 |    Inf 
1056.12/1056.17	c  1046s|450000 |  2366 |  1143k|   2.5 |  89M| 225 |   - |5645 |  21k|   0 |   0 | 312k| 298k|6340 | 0.000000e+00 | 1.200000e+01 |    Inf 
1079.23/1079.25	c  1069s|460000 |  2333 |  1166k|   2.5 |  90M| 225 |   6 |5645 |  24k|5645 | 185 | 316k| 312k|6378 | 0.000000e+00 | 1.200000e+01 |    Inf 
1102.83/1102.86	c  1092s|470000 |  2300 |  1188k|   2.5 |  90M| 225 |   1 |5645 |  23k|5645 | 188 | 319k| 325k|6428 | 0.000000e+00 | 1.200000e+01 |    Inf 
1127.43/1127.44	c  1116s|480000 |  2288 |  1211k|   2.5 |  90M| 225 |   7 |5645 |  25k|5645 | 195 | 323k| 339k|6468 | 0.000000e+00 | 1.200000e+01 |    Inf 
1130.53/1130.51	o 10
1130.53/1130.51	c *1119s|481262 |  2160 |  1214k|   2.5 |  87M| 225 |   - |5645 |  26k|5645 | 193 | 323k| 340k|6470 | 0.000000e+00 | 1.000000e+01 |    Inf 
1153.94/1153.91	c  1143s|490000 |  2253 |  1244k|   2.5 |  88M| 225 |   6 |5645 |  25k|5645 | 189 | 329k| 352k|6512 | 0.000000e+00 | 1.000000e+01 |    Inf 
1181.23/1181.21	c  1170s|500000 |  2303 |  1275k|   2.6 |  90M| 225 |   - |5645 |  29k|   0 |   0 | 335k| 366k|6567 | 0.000000e+00 | 1.000000e+01 |    Inf 
1210.83/1210.84	c  1199s|510000 |  2299 |  1315k|   2.6 |  91M| 225 |   - |5645 |  30k|   0 |   0 | 342k| 379k|6640 | 0.000000e+00 | 1.000000e+01 |    Inf 
1239.43/1239.45	c  1227s|520000 |  2046 |  1346k|   2.6 |  84M| 225 |   1 |5645 |  18k|5645 | 161 | 346k| 393k|6716 | 0.000000e+00 | 1.000000e+01 |    Inf 
1261.23/1261.23	c  1249s|530000 |  2075 |  1374k|   2.6 |  85M| 225 |   1 |5645 |  20k|5645 | 171 | 351k| 406k|6752 | 0.000000e+00 | 1.000000e+01 |    Inf 
1285.14/1285.16	c  1273s|540000 |  2127 |  1410k|   2.6 |  84M| 225 |  11 |5645 |  17k|5645 | 177 | 357k| 419k|6919 | 0.000000e+00 | 1.000000e+01 |    Inf 
1309.04/1309.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1309.04/1309.09	c  1296s|550000 |  2350 |  1449k|   2.6 |  87M| 225 |   7 |5645 |  19k|5645 | 167 | 366k| 432k|6984 | 0.000000e+00 | 1.000000e+01 |    Inf 
1332.84/1332.80	c  1320s|560000 |  2415 |  1483k|   2.6 |  90M| 225 |   - |5645 |  21k|   0 |   0 | 373k| 445k|7055 | 0.000000e+00 | 1.000000e+01 |    Inf 
1357.04/1357.08	c  1344s|570000 |  2403 |  1513k|   2.7 |  90M| 225 |   9 |5645 |  20k|5645 | 172 | 378k| 459k|7111 | 0.000000e+00 | 1.000000e+01 |    Inf 
1381.84/1381.89	c  1368s|580000 |  2436 |  1546k|   2.7 |  91M| 225 |   - |5645 |  21k|   0 |   0 | 385k| 472k|7160 | 0.000000e+00 | 1.000000e+01 |    Inf 
1404.54/1404.57	c  1391s|590000 |  2321 |  1571k|   2.7 |  88M| 225 |   9 |5645 |  19k|5645 | 180 | 389k| 485k|7227 | 0.000000e+00 | 1.000000e+01 |    Inf 
1427.24/1427.21	c  1413s|600000 |  2470 |  1600k|   2.7 |  90M| 225 |   1 |5645 |  22k|5645 | 186 | 395k| 497k|7260 | 0.000000e+00 | 1.000000e+01 |    Inf 
1452.64/1452.65	c  1438s|610000 |  2631 |  1636k|   2.7 |  93M| 225 |   1 |5645 |  25k|5645 | 169 | 404k| 510k|7311 | 0.000000e+00 | 1.000000e+01 |    Inf 
1476.34/1476.37	c  1462s|620000 |  2641 |  1664k|   2.7 |  93M| 225 |   - |5645 |  22k|   0 |   0 | 408k| 523k|7357 | 0.000000e+00 | 1.000000e+01 |    Inf 
1499.64/1499.60	c  1485s|630000 |  2676 |  1690k|   2.7 |  94M| 225 |   1 |5645 |  21k|5645 | 169 | 413k| 536k|7402 | 0.000000e+00 | 1.000000e+01 |    Inf 
1522.64/1522.68	c  1508s|640000 |  2706 |  1706k|   2.7 |  95M| 225 |   1 |5645 |  22k|5645 | 166 | 415k| 549k|7433 | 0.000000e+00 | 1.000000e+01 |    Inf 
1546.45/1546.48	c  1531s|650000 |  2641 |  1738k|   2.7 |  95M| 225 |   1 |5645 |  23k|5645 | 196 | 420k| 563k|7476 | 0.000000e+00 | 1.000000e+01 |    Inf 
1571.25/1571.25	c  1556s|660000 |  2609 |  1772k|   2.7 |  94M| 225 |   7 |5645 |  23k|5645 | 186 | 427k| 576k|7523 | 0.000000e+00 | 1.000000e+01 |    Inf 
1596.34/1596.34	c  1581s|670000 |  2740 |  1803k|   2.7 |  95M| 225 |   1 |5645 |  23k|5645 | 169 | 434k| 589k|7569 | 0.000000e+00 | 1.000000e+01 |    Inf 
1620.25/1620.27	c  1604s|680000 |  2725 |  1829k|   2.7 |  96M| 225 |   - |5645 |  24k|   0 |   0 | 437k| 602k|7601 | 0.000000e+00 | 1.000000e+01 |    Inf 
1644.85/1644.87	c  1629s|690000 |  2682 |  1857k|   2.7 |  97M| 225 |   - |5645 |  25k|   0 |   0 | 441k| 615k|7653 | 0.000000e+00 | 1.000000e+01 |    Inf 
1670.15/1670.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1670.15/1670.18	c  1654s|700000 |  2704 |  1886k|   2.7 |  98M| 225 |   1 |5645 |  27k|5645 | 190 | 445k| 629k|7706 | 0.000000e+00 | 1.000000e+01 |    Inf 
1697.55/1697.58	c  1681s|710000 |  2689 |  1921k|   2.7 |  99M| 225 |   - |5645 |  28k|   0 |   0 | 452k| 643k|7772 | 0.000000e+00 | 1.000000e+01 |    Inf 
1723.05/1723.06	c  1706s|720000 |  2601 |  1946k|   2.7 |  99M| 225 |   - |5645 |  30k|   0 |   0 | 455k| 657k|7806 | 0.000000e+00 | 1.000000e+01 |    Inf 
1750.85/1750.85	c  1734s|730000 |  2507 |  1972k|   2.7 |  98M| 225 |   1 |5645 |  30k|5645 | 184 | 458k| 670k|7843 | 0.000000e+00 | 1.000000e+01 |    Inf 
1782.15/1782.15	c  1765s|740000 |  2403 |  2002k|   2.7 |  94M| 225 |   - |5645 |  27k|   0 |   0 | 463k| 683k|7940 | 0.000000e+00 | 1.000000e+01 |    Inf 
1800.06/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.06/1800.00	c 
1800.06/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.06/1800.00	c Solving Time (sec) : 1782.52
1800.06/1800.00	c Solving Nodes      : 746335
1800.06/1800.00	c Primal Bound       : +1.00000000000000e+01 (273 solutions)
1800.06/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.06/1800.00	c Gap                : infinite
1800.06/1800.09	s SATISFIABLE
1800.06/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.06/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.06/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.06/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.06/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.06/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.06/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.06/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.06/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 
1800.06/1800.09	v -x29 -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 
1800.06/1800.09	v -x2 -x1 
1800.06/1800.09	c SCIP Status        : solving was interrupted [user interrupt]
1800.06/1800.09	c Solving Time       :    1782.52
1800.06/1800.09	c Original Problem   :
1800.06/1800.09	c   Problem name     : HOME/instance-2692369-1277928485.wbo
1800.06/1800.09	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.06/1800.09	c   Constraints      : 5415 initial, 5415 maximal
1800.06/1800.09	c Presolved Problem  :
1800.06/1800.09	c   Problem name     : t_HOME/instance-2692369-1277928485.wbo
1800.06/1800.09	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.06/1800.09	c   Constraints      : 5414 initial, 32797 maximal
1800.06/1800.09	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.06/1800.09	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.09	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.09	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.09	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.09	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.09	c   probing          :       0.03          0          0          0          0          0          0          0          0
1800.06/1800.09	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.09	c   linear           :       0.03          0          0          0       2707          0          1          0          0
1800.06/1800.09	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.09	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.09	c   root node        :          -       2470          -          -       4940          -          -          -          -
1800.06/1800.09	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.06/1800.09	c   integral         :          0          0          0     567756          0          2        175          0          0     610520
1800.06/1800.09	c   indicator        :       2707          0    3679101     261736          0        666    9880512          0          0          0
1800.06/1800.09	c   linear           :       2707          6    3726537     258377          0     201684   16362972     465281          0          0
1800.06/1800.09	c   logicor          :          0+         0     905049          0          0      48262     879288          0          0          0
1800.06/1800.09	c   bounddisjunction :          0+         0      34280          0          0         10       2768          0          0          0
1800.06/1800.09	c   countsols        :          0          0          0     196557          0          0          0          0          0          0
1800.06/1800.09	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.06/1800.09	c   integral         :      14.99       0.00       0.00      14.99       0.00
1800.06/1800.09	c   indicator        :      95.76       0.03      40.79      54.94       0.00
1800.06/1800.09	c   linear           :     180.31       0.01     154.41      25.89       0.00
1800.06/1800.09	c   logicor          :     176.80       0.00     176.80       0.00       0.00
1800.06/1800.09	c   bounddisjunction :       0.04       0.00       0.04       0.00       0.00
1800.06/1800.09	c   countsols        :       0.02       0.00       0.00       0.02       0.00
1800.06/1800.09	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.06/1800.09	c   vbounds          :       0.89          2          0          0
1800.06/1800.09	c   rootredcost      :       0.91         73          0       2470
1800.06/1800.09	c   pseudoobj        :     200.07    3754607      22601    6428317
1800.06/1800.09	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.06/1800.09	c   propagation      :      15.06     272557     272380    1728407       25.4      14862       15.4          -
1800.06/1800.09	c   infeasible LP    :       3.61       9385       9385      78476       37.6        184       15.6          0
1800.06/1800.09	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.06/1800.09	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.06/1800.09	c   pseudo solution  :       0.04        337        337       1211       11.9        150        5.6          -
1800.06/1800.09	c   applied globally :          -          -          -     691205       19.8          -          -          -
1800.06/1800.09	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.06/1800.09	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.06/1800.09	c   cut pool         :       0.00          3          -          -         30          -    (maximal pool size: 86)
1800.06/1800.09	c   redcost          :      54.35     574670          0    3147832          0          0
1800.06/1800.09	c   impliedbounds    :       0.00          4          0          0          0          0
1800.06/1800.09	c   intobj           :       0.00          0          0          0          0          0
1800.06/1800.09	c   cgmip            :       0.00          0          0          0          0          0
1800.06/1800.09	c   gomory           :       0.01          4          0          0         86          0
1800.06/1800.09	c   strongcg         :       0.00          4          0          0          0          0
1800.06/1800.09	c   cmir             :       0.01          4          0          0          0          0
1800.06/1800.09	c   flowcover        :       0.03          4          0          0          0          0
1800.06/1800.09	c   clique           :       0.00          1          0          0          0          0
1800.06/1800.09	c   zerohalf         :       0.00          0          0          0          0          0
1800.06/1800.09	c   mcf              :       0.00          1          0          0          0          0
1800.06/1800.09	c   rapidlearning    :       0.00          0          0          0          0          0
1800.06/1800.09	c Pricers            :       Time      Calls       Vars
1800.06/1800.09	c   problem variables:       0.00          0          0
1800.06/1800.09	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.06/1800.09	c   relpscost        :      14.59     305409          2        175          0          0     610520
1800.06/1800.09	c   pscost           :       0.00          0          0          0          0          0          0
1800.06/1800.09	c   inference        :      52.69     196484          0          0          0          0     392968
1800.06/1800.09	c   mostinf          :       0.00          0          0          0          0          0          0
1800.06/1800.09	c   leastinf         :       0.00          0          0          0          0          0          0
1800.06/1800.09	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.06/1800.09	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.06/1800.09	c   random           :       0.00          0          0          0          0          0          0
1800.06/1800.09	c Primal Heuristics  :       Time      Calls      Found
1800.06/1800.09	c   LP solutions     :       0.52          -         73
1800.06/1800.09	c   pseudo solutions :       0.00          -          0
1800.06/1800.09	c   feaspump         :       0.01          0          0
1800.06/1800.09	c   oneopt           :       0.61         64          0
1800.06/1800.09	c   intshifting      :       0.08         16          0
1800.06/1800.09	c   crossover        :       2.28         79          0
1800.06/1800.09	c   guideddiving     :       1.80        733          0
1800.06/1800.09	c   veclendiving     :       6.58       3960          0
1800.06/1800.09	c   linesearchdiving :       5.96       3960          0
1800.06/1800.09	c   pscostdiving     :       6.43       3961          0
1800.06/1800.09	c   fracdiving       :       5.50       3961          0
1800.06/1800.09	c   coefdiving       :       5.91       3961          0
1800.06/1800.09	c   rootsoldiving    :       7.03       3955          0
1800.06/1800.09	c   objpscostdiving  :       6.28       3956          0
1800.06/1800.09	c   trivial          :       0.08          2          2
1800.06/1800.09	c   simplerounding   :       0.75     308128          0
1800.06/1800.09	c   zirounding       :       0.19       1000          0
1800.06/1800.09	c   rounding         :       3.63       7779          0
1800.06/1800.09	c   shifting         :       2.11       2484          0
1800.06/1800.09	c   twoopt           :       0.00          0          0
1800.06/1800.09	c   fixandinfer      :       0.00          0          0
1800.06/1800.09	c   intdiving        :       0.00          0          0
1800.06/1800.09	c   actconsdiving    :       0.00          0          0
1800.06/1800.09	c   octane           :       0.00          0          0
1800.06/1800.09	c   rens             :       0.02          1          0
1800.06/1800.09	c   rins             :       0.00          0          0
1800.06/1800.09	c   localbranching   :       0.00          0          0
1800.06/1800.09	c   mutation         :       0.00          0          0
1800.06/1800.09	c   dins             :       0.00          0          0
1800.06/1800.09	c   undercover       :       0.00          0          0
1800.06/1800.09	c   nlp              :       0.23          0          0
1800.06/1800.09	c   trysol           :       2.97      10880        198
1800.06/1800.09	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.06/1800.09	c   primal LP        :       0.01          0          0       0.00       0.00
1800.06/1800.09	c   dual LP          :     429.30     396801    2012432       5.07    4687.71
1800.06/1800.09	c   lex dual LP      :       0.00          0          0       0.00          -
1800.06/1800.09	c   barrier LP       :       0.00          0          0       0.00          -
1800.06/1800.09	c   diving/probing LP:       0.70        477       2500       5.24    3571.43
1800.06/1800.09	c   strong branching :      12.65       8059      65603       8.14    5186.01
1800.06/1800.09	c     (at root node) :          -         32       1061      33.16          -
1800.06/1800.09	c   conflict analysis:       0.00          0          0       0.00          -
1800.06/1800.09	c B&B Tree           :
1800.06/1800.09	c   number of runs   :          1
1800.06/1800.09	c   nodes            :     746335
1800.06/1800.09	c   nodes (total)    :     746335
1800.06/1800.09	c   nodes left       :       2410
1800.06/1800.09	c   max depth        :        225
1800.06/1800.09	c   max depth (total):        225
1800.06/1800.09	c   backtracks       :      50250 (6.7%)
1800.06/1800.09	c   delayed cutoffs  :      41888
1800.06/1800.09	c   repropagations   :    1689962 (6444836 domain reductions, 38275 cutoffs)
1800.06/1800.09	c   avg switch length:       6.24
1800.06/1800.09	c   switching time   :     221.75
1800.06/1800.09	c Solution           :
1800.06/1800.09	c   Solutions found  :        273 (74 improvements)
1800.06/1800.09	c   First Solution   : +1.37945000000000e+05   (in run 1, after 0 nodes, 0.01 seconds, depth 0, found by <trivial>)
1800.06/1800.09	c   Primal Bound     : +1.00000000000000e+01   (in run 1, after 481262 nodes, 1119.42 seconds, depth 54, found by <relaxation>)
1800.06/1800.09	c   Dual Bound       : +0.00000000000000e+00
1800.06/1800.09	c   Gap              :   infinite
1800.06/1800.09	c   Root Dual Bound  : +0.00000000000000e+00
1800.06/1800.09	c   Root Iterations  :        106
1800.25/1800.22	c Time complete: 1800.28.

Verifier Data

OK	10

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2692369-1277928485/watcher-2692369-1277928485 -o /tmp/evaluation-result-2692369-1277928485/solver-2692369-1277928485 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2692369-1277928485.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.11 2.56 2.48 4/196 27309
/proc/meminfo: memFree=31376096/32950928 swapFree=67111528/67111528
[pid=27309] ppid=27307 vsize=9740 CPUtime=0
/proc/27309/stat : 27309 (pbscip.linux.x8) R 27307 27309 27182 0 -1 4202496 1730 0 0 0 0 0 0 0 25 0 1 0 168452013 9973760 1650 4089446400 4194304 8223781 140733203408112 18446744073709551615 7235159 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/27309/statm: 2435 1650 369 984 0 1448 0

[startup+0.06066 s]
/proc/loadavg: 2.11 2.56 2.48 4/196 27309
/proc/meminfo: memFree=31376096/32950928 swapFree=67111528/67111528
[pid=27309] ppid=27307 vsize=35140 CPUtime=0.05
/proc/27309/stat : 27309 (pbscip.linux.x8) R 27307 27309 27182 0 -1 4202496 8088 0 0 0 5 0 0 0 25 0 1 0 168452013 35983360 7644 4089446400 4194304 8223781 140733203408112 18446744073709551615 7256940 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/27309/statm: 8785 7644 422 984 0 7798 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 35140

[startup+0.100651 s]
/proc/loadavg: 2.11 2.56 2.48 4/196 27309
/proc/meminfo: memFree=31376096/32950928 swapFree=67111528/67111528
[pid=27309] ppid=27307 vsize=35140 CPUtime=0.09
/proc/27309/stat : 27309 (pbscip.linux.x8) R 27307 27309 27182 0 -1 4202496 8088 0 0 0 9 0 0 0 25 0 1 0 168452013 35983360 7644 4089446400 4194304 8223781 140733203408112 18446744073709551615 4240882 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/27309/statm: 8785 7644 422 984 0 7798 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35140

[startup+0.300608 s]
/proc/loadavg: 2.11 2.56 2.48 4/196 27309
/proc/meminfo: memFree=31376096/32950928 swapFree=67111528/67111528
[pid=27309] ppid=27307 vsize=58748 CPUtime=0.29
/proc/27309/stat : 27309 (pbscip.linux.x8) R 27307 27309 27182 0 -1 4202496 14550 0 0 0 27 2 0 0 25 0 1 0 168452013 60157952 13493 4089446400 4194304 8223781 140733203408112 18446744073709551615 6205568 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/27309/statm: 14687 13506 564 984 0 13700 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 58748

[startup+0.700512 s]
/proc/loadavg: 2.11 2.56 2.48 4/196 27309
/proc/meminfo: memFree=31376096/32950928 swapFree=67111528/67111528
[pid=27309] ppid=27307 vsize=43080 CPUtime=0.69
/proc/27309/stat : 27309 (pbscip.linux.x8) R 27307 27309 27182 0 -1 4202496 15655 0 0 0 67 2 0 0 25 0 1 0 168452013 44113920 9710 4089446400 4194304 8223781 140733203408112 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/27309/statm: 10770 9710 575 984 0 9783 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 43080

[startup+1.50032 s]
/proc/loadavg: 2.10 2.55 2.48 3/197 27310
/proc/meminfo: memFree=31338764/32950928 swapFree=67111528/67111528
[pid=27309] ppid=27307 vsize=43328 CPUtime=1.49
/proc/27309/stat : 27309 (pbscip.linux.x8) R 27307 27309 27182 0 -1 4202496 15783 0 0 0 146 3 0 0 25 0 1 0 168452013 44367872 9838 4089446400 4194304 8223781 140733203408112 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/27309/statm: 10832 9838 578 984 0 9845 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 43328

[startup+3.10109 s]
/proc/loadavg: 2.10 2.55 2.48 3/197 27310
/proc/meminfo: memFree=31336904/32950928 swapFree=67111528/67111528
[pid=27309] ppid=27307 vsize=51756 CPUtime=3.09
/proc/27309/stat : 27309 (pbscip.linux.x8) R 27307 27309 27182 0 -1 4202496 22136 0 0 0 304 5 0 0 25 0 1 0 168452013 52998144 11801 4089446400 4194304 8223781 140733203408112 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/27309/statm: 12939 11801 579 984 0 11952 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 51756

[startup+6.3005 s]
/proc/loadavg: 2.10 2.55 2.48 3/197 27310
/proc/meminfo: memFree=31328944/32950928 swapFree=67111528/67111528
[pid=27309] ppid=27307 vsize=53528 CPUtime=6.29
/proc/27309/stat : 27309 (pbscip.linux.x8) R 27307 27309 27182 0 -1 4202496 27844 0 0 0 621 8 0 0 25 0 1 0 168452013 54812672 12380 4089446400 4194304 8223781 140733203408112 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/27309/statm: 13382 12380 579 984 0 12395 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 53528

[startup+12.7003 s]
/proc/loadavg: 2.09 2.53 2.47 3/197 27310
/proc/meminfo: memFree=31317916/32950928 swapFree=67111528/67111528
[pid=27309] ppid=27307 vsize=59244 CPUtime=12.69
/proc/27309/stat : 27309 (pbscip.linux.x8) R 27307 27309 27182 0 -1 4202496 39453 0 0 0 1254 15 0 0 25 0 1 0 168452013 60665856 13813 4089446400 4194304 8223781 140733203408112 18446744073709551615 6456034 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/27309/statm: 14811 13813 579 984 0 13824 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 59244

[startup+25.5009 s]
/proc/loadavg: 2.07 2.51 2.47 3/197 27311
/proc/meminfo: memFree=31306884/32950928 swapFree=67111528/67111528
[pid=27309] ppid=27307 vsize=74492 CPUtime=25.5
/proc/27309/stat : 27309 (pbscip.linux.x8) R 27307 27309 27182 0 -1 4202496 48352 0 0 0 2523 27 0 0 25 0 1 0 168452013 76279808 17618 4089446400 4194304 8223781 140733203408112 18446744073709551615 5892210 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/27309/statm: 18623 17618 579 984 0 17636 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 74492

[startup+51.1002 s]
/proc/loadavg: 2.04 2.46 2.45 3/197 27311
/proc/meminfo: memFree=31276384/32950928 swapFree=67111528/67111528
[pid=27309] ppid=27307 vsize=104636 CPUtime=51.09
/proc/27309/stat : 27309 (pbscip.linux.x8) R 27307 27309 27182 0 -1 4202496 60951 0 0 0 5063 46 0 0 25 0 1 0 168452013 107147264 25168 4089446400 4194304 8223781 140733203408112 18446744073709551615 6440136 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/27309/statm: 26159 25168 579 984 0 25172 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 104636

[startup+102.306 s]
/proc/loadavg: 2.02 2.39 2.42 3/197 27313
/proc/meminfo: memFree=31216692/32950928 swapFree=67111528/67111528
[pid=27309] ppid=27307 vsize=162908 CPUtime=102.3
/proc/27309/stat : 27309 (pbscip.linux.x8) R 27307 27309 27182 0 -1 4202496 80662 0 0 0 10147 83 0 0 25 0 1 0 168452013 166817792 39741 4089446400 4194304 8223781 140733203408112 18446744073709551615 4965912 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/27309/statm: 40727 39741 579 984 0 39740 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 162908

[startup+162.301 s]
/proc/loadavg: 2.00 2.31 2.39 4/197 27314
/proc/meminfo: memFree=31148180/32950928 swapFree=67111528/67111528
[pid=27309] ppid=27307 vsize=232664 CPUtime=162.29
/proc/27309/stat : 27309 (pbscip.linux.x8) R 27307 27309 27182 0 -1 4202496 102904 0 0 0 16103 126 0 0 25 0 1 0 168452013 238247936 56787 4089446400 4194304 8223781 140733203408112 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/27309/statm: 58166 56787 579 984 0 57179 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 232664

[startup+222.3 s]
/proc/loadavg: 2.00 2.26 2.37 3/197 27316
/proc/meminfo: memFree=31082404/32950928 swapFree=67111528/67111528
[pid=27309] ppid=27307 vsize=295756 CPUtime=222.3
/proc/27309/stat : 27309 (pbscip.linux.x8) R 27307 27309 27182 0 -1 4202496 119106 0 0 0 22055 175 0 0 25 0 1 0 168452013 302854144 72619 4089446400 4194304 8223781 140733203408112 18446744073709551615 6450606 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/27309/statm: 73939 72619 579 984 0 72952 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 295756

[startup+282.3 s]
/proc/loadavg: 2.00 2.21 2.34 3/197 27317
/proc/meminfo: memFree=31022440/32950928 swapFree=67111528/67111528
[pid=27309] ppid=27307 vsize=355176 CPUtime=282.3
/proc/27309/stat : 27309 (pbscip.linux.x8) R 27307 27309 27182 0 -1 4202496 139629 0 0 0 28011 219 0 0 25 0 1 0 168452013 363700224 87530 4089446400 4194304 8223781 140733203408112 18446744073709551615 7253574 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/27309/statm: 88794 87530 579 984 0 87807 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 355176

[startup+342.301 s]
/proc/loadavg: 2.00 2.17 2.32 3/197 27322
/proc/meminfo: memFree=30960716/32950928 swapFree=67111528/67111528
[pid=27309] ppid=27307 vsize=416496 CPUtime=342.3
/proc/27309/stat : 27309 (pbscip.linux.x8) R 27307 27309 27182 0 -1 4202496 155631 0 0 0 33970 260 0 0 25 0 1 0 168452013 426491904 102909 4089446400 4194304 8223781 140733203408112 18446744073709551615 4643257 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/27309/statm: 104124 102909 579 984 0 103137 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 416496

[startup+402.301 s]
/proc/loadavg: 2.00 2.13 2.29 3/197 27324
/proc/meminfo: memFree=30895992/32950928 swapFree=67111528/67111528
[pid=27309] ppid=27307 vsize=483084 CPUtime=402.31
/proc/27309/stat : 27309 (pbscip.linux.x8) R 27307 27309 27182 0 -1 4202496 172313 0 0 0 39928 303 0 0 25 0 1 0 168452013 494678016 119588 4089446400 4194304 8223781 140733203408112 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/27309/statm: 120771 119588 579 984 0 119784 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 483084

[startup+462.301 s]
/proc/loadavg: 2.00 2.11 2.27 3/197 27325
/proc/meminfo: memFree=30856608/32950928 swapFree=67111528/67111528
[pid=27309] ppid=27307 vsize=519328 CPUtime=462.31
/proc/27309/stat : 27309 (pbscip.linux.x8) R 27307 27309 27182 0 -1 4202496 257592 0 0 0 45879 352 0 0 25 0 1 0 168452013 531791872 128750 4089446400 4194304 8223781 140733203408112 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/27309/statm: 129832 128750 584 984 0 128845 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 519328

[startup+522.301 s]
/proc/loadavg: 2.00 2.08 2.25 3/197 27327
/proc/meminfo: memFree=30789060/32950928 swapFree=67111528/67111528
[pid=27309] ppid=27307 vsize=590008 CPUtime=522.31
/proc/27309/stat : 27309 (pbscip.linux.x8) R 27307 27309 27182 0 -1 4202496 376949 0 0 0 51821 410 0 0 25 0 1 0 168452013 604168192 145855 4089446400 4194304 8223781 140733203408112 18446744073709551615 6482580 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/27309/statm: 147502 145855 590 984 0 146515 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 590008

[startup+582.301 s]
/proc/loadavg: 2.05 2.08 2.24 3/179 27356
/proc/meminfo: memFree=30647256/32950928 swapFree=67111528/67111528
[pid=27309] ppid=27307 vsize=673432 CPUtime=582.31
/proc/27309/stat : 27309 (pbscip.linux.x8) R 27307 27309 27182 0 -1 4202496 406228 0 0 0 57757 474 0 0 25 0 1 0 168452013 689594368 165452 4089446400 4194304 8223781 140733203408112 18446744073709551615 6003263 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/27309/statm: 168358 165452 590 984 0 167371 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 673432

[startup+642.3 s]
/proc/loadavg: 2.02 2.06 2.22 3/179 27358
/proc/meminfo: memFree=30448456/32950928 swapFree=67111528/67111528
[pid=27309] ppid=27307 vsize=710780 CPUtime=642.31
/proc/27309/stat : 27309 (pbscip.linux.x8) R 27307 27309 27182 0 -1 4202496 484445 0 0 0 63679 552 0 0 25 0 1 0 168452013 727838720 173589 4089446400 4194304 8223781 140733203408112 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/27309/statm: 177695 173589 595 984 0 176708 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 710780

[startup+702.3 s]

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

[startup+882.301 s]
/proc/loadavg: 2.00 2.03 2.17 3/179 27364
/proc/meminfo: memFree=29818396/32950928 swapFree=67111528/67111528
[pid=27309] ppid=27307 vsize=727380 CPUtime=882.32
/proc/27309/stat : 27309 (pbscip.linux.x8) R 27307 27309 27182 0 -1 4202496 563639 0 0 0 87395 837 0 0 25 0 1 0 168452013 744837120 177576 4089446400 4194304 8223781 140733203408112 18446744073709551615 6440019 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/27309/statm: 181845 177576 593 984 0 180858 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 727380

[startup+942.301 s]
/proc/loadavg: 2.00 2.02 2.15 3/179 27393
/proc/meminfo: memFree=30675972/32950928 swapFree=67111528/67111528
[pid=27309] ppid=27307 vsize=725396 CPUtime=942.32
/proc/27309/stat : 27309 (pbscip.linux.x8) R 27307 27309 27182 0 -1 4202496 568429 0 0 0 93328 904 0 0 25 0 1 0 168452013 742805504 177085 4089446400 4194304 8223781 140733203408112 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/27309/statm: 181349 177085 593 984 0 180362 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 725396

[startup+1002.3 s]
/proc/loadavg: 2.06 2.03 2.15 3/179 27395
/proc/meminfo: memFree=30487076/32950928 swapFree=67111528/67111528
[pid=27309] ppid=27307 vsize=726696 CPUtime=1002.32
/proc/27309/stat : 27309 (pbscip.linux.x8) R 27307 27309 27182 0 -1 4202496 591189 0 0 0 99259 973 0 0 25 0 1 0 168452013 744136704 177380 4089446400 4194304 8223781 140733203408112 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/27309/statm: 181674 177380 593 984 0 180687 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 726696

[startup+1062.3 s]
/proc/loadavg: 2.02 2.03 2.14 3/179 27396
/proc/meminfo: memFree=30313812/32950928 swapFree=67111528/67111528
[pid=27309] ppid=27307 vsize=728344 CPUtime=1062.32
/proc/27309/stat : 27309 (pbscip.linux.x8) R 27307 27309 27182 0 -1 4202496 602396 0 0 0 105194 1038 0 0 25 0 1 0 168452013 745824256 177788 4089446400 4194304 8223781 140733203408112 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/27309/statm: 182086 177788 593 984 0 181099 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 728344

[startup+1122.3 s]
/proc/loadavg: 2.00 2.02 2.12 3/179 27398
/proc/meminfo: memFree=30148480/32950928 swapFree=67111528/67111528
[pid=27309] ppid=27307 vsize=730184 CPUtime=1122.33
/proc/27309/stat : 27309 (pbscip.linux.x8) R 27307 27309 27182 0 -1 4202496 607338 0 0 0 111132 1101 0 0 25 0 1 0 168452013 747708416 178246 4089446400 4194304 8223781 140733203408112 18446744073709551615 5955613 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/27309/statm: 182546 178246 593 984 0 181559 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 730184

[startup+1182.3 s]
/proc/loadavg: 2.00 2.01 2.11 3/179 27399
/proc/meminfo: memFree=29998156/32950928 swapFree=67111528/67111528
[pid=27309] ppid=27307 vsize=728612 CPUtime=1182.33
/proc/27309/stat : 27309 (pbscip.linux.x8) R 27307 27309 27182 0 -1 4202496 636630 0 0 0 117077 1156 0 0 25 0 1 0 168452013 746098688 177833 4089446400 4194304 8223781 140733203408112 18446744073709551615 4219844 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/27309/statm: 182153 177833 593 984 0 181166 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 728612

[startup+1242.3 s]
/proc/loadavg: 2.00 2.01 2.10 3/179 27401
/proc/meminfo: memFree=29835928/32950928 swapFree=67111528/67111528
[pid=27309] ppid=27307 vsize=729132 CPUtime=1242.33
/proc/27309/stat : 27309 (pbscip.linux.x8) R 27307 27309 27182 0 -1 4202496 643877 0 0 0 123027 1206 0 0 25 0 1 0 168452013 746631168 177965 4089446400 4194304 8223781 140733203408112 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/27309/statm: 182283 177965 593 984 0 181296 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 729132

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.09 3/179 27403
/proc/meminfo: memFree=29692064/32950928 swapFree=67111528/67111528
[pid=27309] ppid=27307 vsize=729616 CPUtime=1302.34
/proc/27309/stat : 27309 (pbscip.linux.x8) R 27307 27309 27182 0 -1 4202496 650355 0 0 0 128968 1266 0 0 25 0 1 0 168452013 747126784 178085 4089446400 4194304 8223781 140733203408112 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/27309/statm: 182404 178085 593 984 0 181417 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 729616

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.08 3/179 27404
/proc/meminfo: memFree=29542368/32950928 swapFree=67111528/67111528
[pid=27309] ppid=27307 vsize=732324 CPUtime=1362.34
/proc/27309/stat : 27309 (pbscip.linux.x8) R 27307 27309 27182 0 -1 4202496 650973 0 0 0 134908 1326 0 0 25 0 1 0 168452013 749899776 178703 4089446400 4194304 8223781 140733203408112 18446744073709551615 6446822 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/27309/statm: 183081 178703 593 984 0 182094 0
Current children cumulated CPU time (s) 1362.34
Current children cumulated vsize (KiB) 732324

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.08 3/179 27406
/proc/meminfo: memFree=29396640/32950928 swapFree=67111528/67111528
[pid=27309] ppid=27307 vsize=732956 CPUtime=1422.34
/proc/27309/stat : 27309 (pbscip.linux.x8) R 27307 27309 27182 0 -1 4202496 655660 0 0 0 140844 1390 0 0 25 0 1 0 168452013 750546944 178863 4089446400 4194304 8223781 140733203408112 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/27309/statm: 183239 178863 593 984 0 182252 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 732956

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.07 3/179 27407
/proc/meminfo: memFree=29190900/32950928 swapFree=67111528/67111528
[pid=27309] ppid=27307 vsize=733424 CPUtime=1482.34
/proc/27309/stat : 27309 (pbscip.linux.x8) R 27307 27309 27182 0 -1 4202496 655773 0 0 0 146786 1448 0 0 25 0 1 0 168452013 751026176 178976 4089446400 4194304 8223781 140733203408112 18446744073709551615 5957551 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/27309/statm: 183356 178976 593 984 0 182369 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 733424

[startup+1542.3 s]
/proc/loadavg: 2.36 2.08 2.09 4/200 27493
/proc/meminfo: memFree=30557968/32950928 swapFree=67111528/67111528
[pid=27309] ppid=27307 vsize=733964 CPUtime=1542.34
/proc/27309/stat : 27309 (pbscip.linux.x8) R 27307 27309 27182 0 -1 4202496 655920 0 0 0 152723 1511 0 0 25 0 1 0 168452013 751579136 179123 4089446400 4194304 8223781 140733203408112 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/27309/statm: 183491 179123 593 984 0 182504 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 733964

[startup+1602.3 s]
/proc/loadavg: 2.76 2.24 2.15 4/200 27495
/proc/meminfo: memFree=30544888/32950928 swapFree=67111528/67111528
[pid=27309] ppid=27307 vsize=734392 CPUtime=1602.35
/proc/27309/stat : 27309 (pbscip.linux.x8) R 27307 27309 27182 0 -1 4202496 655998 0 0 0 158664 1571 0 0 25 0 1 0 168452013 752017408 179201 4089446400 4194304 8223781 140733203408112 18446744073709551615 5000300 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/27309/statm: 183598 179201 593 984 0 182611 0
Current children cumulated CPU time (s) 1602.35
Current children cumulated vsize (KiB) 734392

[startup+1662.3 s]
/proc/loadavg: 2.90 2.38 2.20 4/200 27496
/proc/meminfo: memFree=30535508/32950928 swapFree=67111528/67111528
[pid=27309] ppid=27307 vsize=734584 CPUtime=1662.35
/proc/27309/stat : 27309 (pbscip.linux.x8) R 27307 27309 27182 0 -1 4202496 662941 0 0 0 164606 1629 0 0 25 0 1 0 168452013 752214016 179260 4089446400 4194304 8223781 140733203408112 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/27309/statm: 183646 179260 593 984 0 182659 0
Current children cumulated CPU time (s) 1662.35
Current children cumulated vsize (KiB) 734584

[startup+1722.3 s]
/proc/loadavg: 2.77 2.43 2.22 4/200 27498
/proc/meminfo: memFree=30524664/32950928 swapFree=67111528/67111528
[pid=27309] ppid=27307 vsize=735952 CPUtime=1722.35
/proc/27309/stat : 27309 (pbscip.linux.x8) R 27307 27309 27182 0 -1 4202496 663240 0 0 0 170551 1684 0 0 25 0 1 0 168452013 753614848 179559 4089446400 4194304 8223781 140733203408112 18446744073709551615 4210629 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/27309/statm: 183988 179559 593 984 0 183001 0
Current children cumulated CPU time (s) 1722.35
Current children cumulated vsize (KiB) 735952

[startup+1782.3 s]
/proc/loadavg: 2.68 2.47 2.25 4/200 27499
/proc/meminfo: memFree=30514824/32950928 swapFree=67111528/67111528
[pid=27309] ppid=27307 vsize=737336 CPUtime=1782.35
/proc/27309/stat : 27309 (pbscip.linux.x8) R 27307 27309 27182 0 -1 4202496 663551 0 0 0 176499 1736 0 0 25 0 1 0 168452013 755032064 179870 4089446400 4194304 8223781 140733203408112 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/27309/statm: 184334 179870 593 984 0 183347 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 737336



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.75 2.49 2.26 4/200 27500
/proc/meminfo: memFree=30513320/32950928 swapFree=67111528/67111528
[pid=27309] ppid=27307 vsize=737504 CPUtime=1800.06
/proc/27309/stat : 27309 (pbscip.linux.x8) R 27307 27309 27182 0 -1 4202496 663604 0 0 0 178255 1751 0 0 25 0 1 0 168452013 755204096 179923 4089446400 4194304 8223781 140733203408112 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/27309/statm: 184376 179923 593 984 0 183389 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 737504

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

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

[startup+1800.2 s]
/proc/loadavg: 2.75 2.49 2.26 4/200 27500
/proc/meminfo: memFree=30513320/32950928 swapFree=67111528/67111528
[pid=27309] ppid=27307 vsize=472108 CPUtime=1800.25
/proc/27309/stat : 27309 (pbscip.linux.x8) R 27307 27309 27182 0 -1 4202496 663618 0 0 0 178273 1752 0 0 25 0 1 0 168452013 483438592 113613 4089446400 4194304 8223781 140733203408112 18446744073709551615 4241122 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/27309/statm: 118027 113613 595 984 0 117040 0
Current children cumulated CPU time (s) 1800.25
Current children cumulated vsize (KiB) 472108

Child status: 0
Real time (s): 1800.23
CPU time (s): 1800.29
CPU user time (s): 1782.75
CPU system time (s): 17.5403
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 747628

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

runsolver used 2.83457 second user time and 6.02308 second system time

The end

Launcher Data

Begin job on node113 at 2010-06-30 22:08:05
IDJOB=2692369
IDBENCH=79289
IDSOLVER=1204
FILE ID=node113/2692369-1277928485
PBS_JOBID= 11197420
Free space on /tmp= 74212 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.1900584106--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-2692369-1277928485/watcher-2692369-1277928485 -o /tmp/evaluation-result-2692369-1277928485/solver-2692369-1277928485 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2692369-1277928485.wbo -t 1800 -m 3800

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

MD5SUM BENCH= d3ccf217ec482c2d8ac120ae50401a4a
RANDOM SEED=429334384

node113.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31376500 kB
Buffers:        211676 kB
Cached:        1038088 kB
SwapCached:          0 kB
Active:         726272 kB
Inactive:       705560 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31376500 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            5360 kB
Writeback:           0 kB
AnonPages:      182220 kB
Mapped:          20460 kB
Slab:            79712 kB
PageTables:       4900 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1651252 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= 74208 MiB
End job on node113 at 2010-06-30 22:38:07