Trace number 2692307

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.21 1800.21

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900558739--soft-0-100-0.wbo
MD5SUM96d1f19cba40c7363abd0128bfda9b7c
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark185.626
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 137973
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 137972
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 649
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-2692307-1277925443.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 137972
0.09/0.12	c feasible solution found by trivial heuristic, objective value  1.379720e+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.98
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.379720e+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.379720e+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.379720e+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.379720e+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.379720e+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.379720e+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.379720e+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.379720e+05 |    Inf 
23.89/23.98	c  23.2s| 10000 | 10001 | 22259 |   2.2 |  49M| 159 |   0 |5645 |5414 |5645 | 225 |9086 |   0 |1699 | 0.000000e+00 | 1.379720e+05 |    Inf 
44.00/44.09	c  42.8s| 20000 | 20001 | 42282 |   2.1 |  71M| 159 |   0 |5645 |5414 |5645 | 200 |  18k|   0 |1755 | 0.000000e+00 | 1.379720e+05 |    Inf 
63.80/63.81	c  62.0s| 30000 | 30001 | 59044 |   2.0 |  93M| 159 |   0 |5645 |5414 |5645 | 226 |  26k|   0 |1774 | 0.000000e+00 | 1.379720e+05 |    Inf 
83.29/83.37	c  81.0s| 40000 | 40001 | 74315 |   1.9 | 114M| 159 |   0 |5645 |5414 |5645 | 182 |  32k|   0 |1780 | 0.000000e+00 | 1.379720e+05 |    Inf 
102.30/102.38	c  99.6s| 50000 | 50001 | 86091 |   1.7 | 136M| 159 |   0 |5645 |5414 |5645 | 187 |  36k|   0 |1781 | 0.000000e+00 | 1.379720e+05 |    Inf 
121.99/122.03	c   119s| 60000 | 60001 | 99756 |   1.7 | 158M| 159 |   0 |5645 |5414 |5645 | 238 |  42k|   0 |1959 | 0.000000e+00 | 1.379720e+05 |    Inf 
142.09/142.18	c   138s| 70000 | 70001 |117879 |   1.7 | 180M| 159 |   0 |5645 |5414 |5645 | 197 |  50k|   0 |2238 | 0.000000e+00 | 1.379720e+05 |    Inf 
161.70/161.76	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
161.70/161.76	c   157s| 80000 | 80001 |130548 |   1.6 | 202M| 163 |   0 |5645 |5414 |5645 | 230 |  56k|   0 |2423 | 0.000000e+00 | 1.379720e+05 |    Inf 
180.79/180.88	c   176s| 90000 | 90001 |140398 |   1.6 | 223M| 163 |   0 |5645 |5414 |5645 | 232 |  60k|   0 |2524 | 0.000000e+00 | 1.379720e+05 |    Inf 
199.79/199.82	c   195s|100000 |100001 |151178 |   1.5 | 245M| 163 |   0 |5645 |5414 |5645 | 210 |  64k|   0 |2679 | 0.000000e+00 | 1.379720e+05 |    Inf 
219.79/219.80	c   214s|110000 |110001 |167022 |   1.5 | 267M| 163 |   0 |5645 |5414 |5645 | 243 |  71k|   0 |2868 | 0.000000e+00 | 1.379720e+05 |    Inf 
240.29/240.37	c   234s|120000 |120001 |187573 |   1.6 | 289M| 163 |  63 |5645 |5414 |5645 | 742 |  81k|   0 |3155 | 0.000000e+00 | 1.379720e+05 |    Inf 
260.29/260.36	c   254s|130000 |130001 |204114 |   1.6 | 310M| 163 |   0 |5645 |5414 |5645 | 203 |  88k|   0 |3302 | 0.000000e+00 | 1.379720e+05 |    Inf 
280.40/280.48	c   273s|140000 |140001 |220569 |   1.6 | 332M| 163 |   0 |5645 |5414 |5645 | 228 |  95k|   0 |3503 | 0.000000e+00 | 1.379720e+05 |    Inf 
300.99/301.03	c   293s|150000 |150001 |241920 |   1.6 | 353M| 163 |   0 |5645 |5414 |5645 | 244 | 105k|   0 |3725 | 0.000000e+00 | 1.379720e+05 |    Inf 
322.09/322.17	c   314s|160000 |160001 |271099 |   1.7 | 375M| 163 |   0 |5645 |5414 |5645 | 171 | 118k|   0 |3925 | 0.000000e+00 | 1.379720e+05 |    Inf 
343.00/343.02	c   334s|170000 |170001 |294004 |   1.7 | 397M| 163 |   0 |5645 |5414 |5645 | 234 | 128k|   0 |4219 | 0.000000e+00 | 1.379720e+05 |    Inf 
363.00/363.01	c   354s|180000 |180001 |310466 |   1.7 | 418M| 163 |   1 |5645 |5414 |5645 | 189 | 136k|   0 |4357 | 0.000000e+00 | 1.379720e+05 |    Inf 
382.99/383.02	c   373s|190000 |190001 |326336 |   1.7 | 440M| 163 |   0 |5645 |5414 |5645 | 223 | 144k|   0 |4483 | 0.000000e+00 | 1.379720e+05 |    Inf 
403.29/403.35	c   393s|200000 |200001 |345196 |   1.7 | 462M| 163 |   0 |5645 |5414 |5645 | 214 | 152k|   0 |4645 | 0.000000e+00 | 1.379720e+05 |    Inf 
423.69/423.72	c   413s|210000 |210001 |363431 |   1.7 | 483M| 163 |   0 |5645 |5414 |5645 | 207 | 160k|   0 |4779 | 0.000000e+00 | 1.379720e+05 |    Inf 
444.69/444.74	c   434s|220000 |220001 |389331 |   1.8 | 505M| 163 |   0 |5645 |5414 |5645 | 250 | 168k|   0 |5023 | 0.000000e+00 | 1.379720e+05 |    Inf 
465.69/465.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
465.69/465.70	c   454s|230000 |230001 |414366 |   1.8 | 527M| 163 |   0 |5645 |5414 |5645 | 194 | 179k|   0 |5172 | 0.000000e+00 | 1.379720e+05 |    Inf 
486.39/486.47	c   474s|240000 |240001 |439950 |   1.8 | 548M| 163 |   0 |5645 |5414 |5645 | 190 | 191k|   0 |5371 | 0.000000e+00 | 1.379720e+05 |    Inf 
506.89/506.99	c   494s|250000 |250001 |461938 |   1.8 | 570M| 163 |   0 |5645 |5414 |5645 | 175 | 200k|   0 |5469 | 0.000000e+00 | 1.379720e+05 |    Inf 
527.69/527.73	c   514s|260000 |260001 |483690 |   1.9 | 591M| 163 |   0 |5645 |5414 |5645 | 186 | 210k|   0 |5633 | 0.000000e+00 | 1.379720e+05 |    Inf 
548.90/548.91	c   535s|270000 |270001 |511225 |   1.9 | 613M| 163 |   0 |5645 |5414 |5645 | 249 | 223k|   0 |5820 | 0.000000e+00 | 1.379720e+05 |    Inf 
569.09/569.11	c   555s|280000 |280001 |529808 |   1.9 | 635M| 163 |   0 |5645 |5414 |5645 | 191 | 229k|   0 |5933 | 0.000000e+00 | 1.379720e+05 |    Inf 
588.79/588.83	c   574s|290000 |290001 |547963 |   1.9 | 656M|1169 |   0 |5645 |5414 |5645 | 191 | 234k|   0 |6077 | 0.000000e+00 | 1.379720e+05 |    Inf 
605.30/605.38	c   590s|300000 |300001 |552369 |   1.8 | 676M|1195 |   0 |5645 |5414 |5645 | 180 | 235k|   0 |6083 | 0.000000e+00 | 1.379720e+05 |    Inf 
622.10/622.13	c   606s|310000 |310001 |556245 |   1.8 | 695M|1195 |   0 |5645 |5414 |5645 | 177 | 236k|   0 |6093 | 0.000000e+00 | 1.379720e+05 |    Inf 
638.90/638.94	c   623s|320000 |319999 |560577 |   1.8 | 715M|1195 |   0 |5645 |5415 |5645 | 206 | 236k|   1 |6103 | 0.000000e+00 | 1.379720e+05 |    Inf 
655.90/655.92	c   640s|330000 |329999 |565578 |   1.7 | 734M|1195 |   0 |5645 |5415 |5645 | 199 | 237k|   1 |6151 | 0.000000e+00 | 1.379720e+05 |    Inf 
672.50/672.60	c   656s|340000 |339997 |569749 |   1.7 | 754M|1195 |   0 |5645 |5425 |5645 | 220 | 238k|  11 |6176 | 0.000000e+00 | 1.379720e+05 |    Inf 
689.30/689.30	c   672s|350000 |349992 |572300 |   1.6 | 774M|1195 |   0 |5645 |5427 |5645 | 182 | 239k|  13 |6205 | 0.000000e+00 | 1.379720e+05 |    Inf 
692.30/692.34	o 671
692.30/692.34	c * 675s|351796 |288248 |572722 |   1.6 | 651M|1195 |   - |5645 |5427 |5645 | 187 | 239k|  13 |6210 | 0.000000e+00 | 6.710000e+02 |    Inf 
700.30/700.35	o 617
700.30/700.35	c * 683s|355866 |279146 |576971 |   1.6 | 634M|1195 |   - |5645 |5570 |5645 | 218 | 241k| 156 |6262 | 0.000000e+00 | 6.170000e+02 |    Inf 
702.20/702.27	o 576
702.20/702.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
702.20/702.27	c * 685s|356776 |266791 |578402 |   1.6 | 611M|1195 |   - |5645 |5753 |5645 | 178 | 241k| 339 |6263 | 0.000000e+00 | 5.760000e+02 |    Inf 
702.80/702.81	o 574
702.80/702.81	c * 685s|356978 |266240 |579036 |   1.6 | 610M|1195 |   - |5645 |5862 |5645 | 211 | 241k| 448 |6265 | 0.000000e+00 | 5.740000e+02 |    Inf 
703.40/703.42	o 570
703.40/703.42	c * 686s|357212 |264949 |579636 |   1.6 | 608M|1195 |   - |5645 |5969 |5645 | 227 | 241k| 555 |6266 | 0.000000e+00 | 5.700000e+02 |    Inf 
704.00/704.01	o 529
704.00/704.01	c * 686s|357406 |247464 |580668 |   1.6 | 574M|1195 |   - |5645 |6055 |5645 | 177 | 241k| 641 |6269 | 0.000000e+00 | 5.290000e+02 |    Inf 
704.20/704.26	o 487
704.20/704.26	c * 687s|357507 |227267 |580806 |   1.6 | 534M|1195 |   - |5645 |6060 |5645 | 185 | 241k| 646 |6269 | 0.000000e+00 | 4.870000e+02 |    Inf 
704.30/704.38	o 481
704.30/704.38	c * 687s|357547 |224420 |580985 |   1.6 | 528M|1195 |   - |5645 |6069 |5645 | 183 | 241k| 655 |6269 | 0.000000e+00 | 4.810000e+02 |    Inf 
704.60/704.66	o 476
704.60/704.66	c * 687s|357648 |221970 |581299 |   1.6 | 523M|1195 |   - |5645 |6096 |5645 | 249 | 241k| 682 |6272 | 0.000000e+00 | 4.760000e+02 |    Inf 
704.60/704.68	o 465
704.60/704.68	c * 687s|357649 |216404 |581299 |   1.6 | 512M|1195 |   - |5645 |6096 |5645 | 249 | 241k| 682 |6272 | 0.000000e+00 | 4.650000e+02 |    Inf 
705.00/705.03	o 459
705.00/705.03	c * 687s|357780 |213374 |581622 |   1.6 | 506M|1195 |   - |5645 |6133 |5645 | 240 | 242k| 719 |6272 | 0.000000e+00 | 4.590000e+02 |    Inf 
705.50/705.55	o 451
705.50/705.55	c * 688s|358011 |209280 |581838 |   1.6 | 498M|1195 |   - |5645 |6162 |5645 | 267 | 242k| 748 |6272 | 0.000000e+00 | 4.510000e+02 |    Inf 
707.00/707.08	o 437
707.00/707.08	c * 689s|358683 |202220 |583336 |   1.6 | 484M|1195 |   - |5645 |6284 |5645 | 187 | 242k| 870 |6276 | 0.000000e+00 | 4.370000e+02 |    Inf 
707.21/707.27	o 419
707.21/707.27	c * 690s|358765 |192357 |583638 |   1.6 | 464M|1195 |   - |5645 |6284 |5645 | 192 | 242k| 870 |6276 | 0.000000e+00 | 4.190000e+02 |    Inf 
707.70/707.72	o 415
707.70/707.72	c * 690s|358942 |190177 |584444 |   1.6 | 460M|1195 |   - |5645 |6348 |5645 | 191 | 242k| 934 |6276 | 0.000000e+00 | 4.150000e+02 |    Inf 
707.90/707.97	o 412
707.90/707.97	c * 690s|359040 |188594 |584837 |   1.6 | 457M|1195 |   - |5645 |6374 |5645 | 175 | 242k| 960 |6276 | 0.000000e+00 | 4.120000e+02 |    Inf 
707.90/707.99	o 392
707.90/707.99	c * 690s|359041 |176815 |584837 |   1.6 | 433M|1195 |   - |5645 |6374 |5645 | 175 | 242k| 960 |6276 | 0.000000e+00 | 3.920000e+02 |    Inf 
708.30/708.40	o 382
708.30/708.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
708.30/708.40	c * 691s|359192 |171036 |585532 |   1.6 | 421M|1195 |   - |5645 |6434 |5645 | 184 | 242k|1020 |6276 | 0.000000e+00 | 3.820000e+02 |    Inf 
709.50/709.58	o 361
709.50/709.58	c * 692s|359699 |158716 |586759 |   1.6 | 396M|1195 |   - |5645 |6557 |5645 | 179 | 243k|1143 |6277 | 0.000000e+00 | 3.610000e+02 |    Inf 
709.80/709.80	o 343
709.80/709.80	c * 692s|359764 |147610 |586935 |   1.6 | 372M|1195 |   - |5645 |6603 |5645 | 201 | 243k|1189 |6279 | 0.000000e+00 | 3.430000e+02 |    Inf 
710.30/710.39	c   693s|360000 |147831 |587664 |   1.6 | 373M|1195 |   0 |5645 |6645 |5645 | 200 | 243k|1231 |6279 | 0.000000e+00 | 3.430000e+02 |    Inf 
711.29/711.38	o 329
711.29/711.38	c * 694s|360451 |139233 |588518 |   1.6 | 356M|1195 |   - |5645 |6688 |5645 | 195 | 243k|1274 |6279 | 0.000000e+00 | 3.290000e+02 |    Inf 
711.40/711.40	o 323
711.40/711.40	c * 694s|360452 |135190 |588518 |   1.6 | 348M|1195 |   - |5645 |6688 |5645 | 195 | 243k|1274 |6279 | 0.000000e+00 | 3.230000e+02 |    Inf 
712.99/713.07	o 319
712.99/713.07	c * 695s|361010 |132902 |591287 |   1.6 | 344M|1195 |   - |5645 |7143 |5645 | 180 | 244k|1729 |6286 | 0.000000e+00 | 3.190000e+02 |    Inf 
713.20/713.24	o 315
713.20/713.24	c * 695s|361068 |130173 |591568 |   1.6 | 338M|1195 |   - |5645 |7161 |5645 | 175 | 244k|1747 |6286 | 0.000000e+00 | 3.150000e+02 |    Inf 
713.20/713.26	o 300
713.20/713.26	c * 696s|361069 |119934 |591568 |   1.6 | 316M|1195 |   - |5645 |7161 |5645 | 175 | 244k|1747 |6286 | 0.000000e+00 | 3.000000e+02 |    Inf 
713.60/713.63	o 298
713.60/713.63	c * 696s|361172 |118640 |592445 |   1.6 | 314M|1195 |   - |5645 |7213 |5645 | 182 | 244k|1799 |6290 | 0.000000e+00 | 2.980000e+02 |    Inf 
714.60/714.69	o 286
714.60/714.69	c * 697s|361536 |110685 |593880 |   1.6 | 298M|1195 |   - |5645 |7312 |5645 | 205 | 245k|1898 |6315 | 0.000000e+00 | 2.860000e+02 |    Inf 
715.20/715.24	o 285
715.20/715.24	c * 697s|361729 |110127 |595107 |   1.6 | 297M|1195 |   - |5645 |7392 |5645 | 173 | 245k|1980 |6325 | 0.000000e+00 | 2.850000e+02 |    Inf 
715.30/715.38	o 268
715.30/715.38	c * 698s|361757 | 98617 |595293 |   1.6 | 272M|1195 |   - |5645 |7410 |5645 | 216 | 245k|1999 |6326 | 0.000000e+00 | 2.680000e+02 |    Inf 
715.50/715.56	o 242
715.50/715.56	c * 698s|361824 | 81773 |595474 |   1.6 | 235M|1195 |   - |5645 |7420 |5645 | 187 | 245k|2009 |6326 | 0.000000e+00 | 2.420000e+02 |    Inf 
716.40/716.45	o 239
716.40/716.45	c * 699s|362070 | 79943 |597282 |   1.6 | 232M|1195 |   - |5645 |7651 |5645 | 181 | 245k|2256 |6337 | 0.000000e+00 | 2.390000e+02 |    Inf 
716.60/716.60	o 233
716.60/716.60	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
716.60/716.60	c * 699s|362123 | 75948 |597631 |   1.7 | 223M|1195 |   - |5645 |7664 |5645 | 200 | 245k|2270 |6337 | 0.000000e+00 | 2.330000e+02 |    Inf 
717.49/717.57	o 232
717.49/717.57	c * 700s|362407 | 75515 |600008 |   1.7 | 223M|1195 |   - |5645 |7742 |5645 | 201 | 246k|2367 |6347 | 0.000000e+00 | 2.320000e+02 |    Inf 
717.90/717.92	o 227
717.90/717.92	c * 700s|362478 | 72265 |600668 |   1.7 | 215M|1195 |   - |5645 |7801 |5645 | 219 | 246k|2431 |6359 | 0.000000e+00 | 2.270000e+02 |    Inf 
718.00/718.03	o 213
718.00/718.03	c * 700s|362494 | 63187 |600948 |   1.7 | 195M|1195 |   - |5645 |7807 |5645 | 181 | 246k|2439 |6359 | 0.000000e+00 | 2.130000e+02 |    Inf 
718.00/718.07	o 210
718.00/718.07	c * 700s|362499 | 61230 |600951 |   1.7 | 191M|1195 |   - |5645 |7806 |5645 | 181 | 246k|2439 |6359 | 0.000000e+00 | 2.100000e+02 |    Inf 
718.39/718.49	o 202
718.39/718.49	c * 701s|362655 | 56446 |601531 |   1.7 | 180M|1195 |   - |5645 |7813 |5645 | 197 | 246k|2452 |6359 | 0.000000e+00 | 2.020000e+02 |    Inf 
718.50/718.52	o 201
718.50/718.52	c * 701s|362661 | 55850 |601531 |   1.7 | 179M|1195 |   - |5645 |7813 |5645 | 197 | 246k|2452 |6359 | 0.000000e+00 | 2.010000e+02 |    Inf 
718.50/718.55	o 180
718.50/718.55	c * 701s|362662 | 44194 |601531 |   1.7 | 152M|1195 |   - |5645 |7813 |5645 | 197 | 246k|2452 |6359 | 0.000000e+00 | 1.800000e+02 |    Inf 
718.90/718.92	o 164
718.90/718.92	c * 701s|362761 | 35883 |602409 |   1.7 | 133M|1195 |   - |5645 |7829 |5645 | 209 | 246k|2483 |6362 | 0.000000e+00 | 1.640000e+02 |    Inf 
719.10/719.17	o 162
719.10/719.17	c * 701s|362860 | 34937 |602759 |   1.7 | 131M|1195 |   - |5645 |7832 |5645 | 208 | 246k|2489 |6365 | 0.000000e+00 | 1.620000e+02 |    Inf 
719.20/719.27	o 141
719.20/719.27	c * 701s|362915 | 25088 |602759 |   1.7 | 106M|1195 |   - |5645 |7832 |5645 | 208 | 246k|2489 |6365 | 0.000000e+00 | 1.410000e+02 |    Inf 
719.40/719.41	o 139
719.40/719.41	c * 701s|362939 | 24281 |603212 |   1.7 | 104M|1195 |   - |5645 |7834 |5645 | 212 | 246k|2494 |6365 | 0.000000e+00 | 1.390000e+02 |    Inf 
719.50/719.57	o 118
719.50/719.57	c * 702s|363036 | 17473 |603212 |   1.7 |  84M|1195 |   - |5645 |7834 |5645 | 212 | 246k|2494 |6365 | 0.000000e+00 | 1.180000e+02 |    Inf 
719.90/719.91	o 100
719.90/719.91	c * 702s|363157 | 13333 |603774 |   1.7 |  72M|1195 |   - |5645 |7866 |5645 | 234 | 246k|2532 |6370 | 0.000000e+00 | 1.000000e+02 |    Inf 
719.90/719.95	o 98
719.90/719.95	c * 702s|363159 | 13130 |603831 |   1.7 |  72M|1195 |   - |5645 |7826 |5645 | 166 | 246k|2532 |6370 | 0.000000e+00 | 9.800000e+01 |    Inf 
720.00/720.00	o 91
720.00/720.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
720.00/720.00	c * 702s|363168 | 11148 |603882 |   1.7 |  67M|1195 |   - |5645 |7767 |5645 | 167 | 246k|2532 |6370 | 0.000000e+00 | 9.100000e+01 |    Inf 
720.60/720.62	o 74
720.60/720.62	c * 703s|363280 |  7784 |604876 |   1.7 |  58M|1195 |   - |5645 |7571 |5645 | 172 | 247k|2623 |6372 | 0.000000e+00 | 7.400000e+01 |    Inf 
720.60/720.68	o 73
720.60/720.68	c * 703s|363287 |  7712 |605000 |   1.7 |  58M|1195 |   - |5645 |7065 |5645 | 175 | 247k|2628 |6372 | 0.000000e+00 | 7.300000e+01 |    Inf 
720.70/720.75	o 72
720.70/720.75	c * 703s|363305 |  7610 |605074 |   1.7 |  57M|1195 |   - |5645 |7032 |5645 | 174 | 247k|2634 |6372 | 0.000000e+00 | 7.200000e+01 |    Inf 
720.70/720.77	o 67
720.70/720.77	c * 703s|363306 |  2850 |605076 |   1.7 |  40M|1195 |   - |5645 |7032 |5645 | 174 | 247k|2634 |6372 | 0.000000e+00 | 6.700000e+01 |    Inf 
738.89/738.95	c   720s|370000 |  3494 |625936 |   1.7 |  51M|1195 |   1 |5645 |7238 |5645 | 149 | 252k|  10k|6435 | 0.000000e+00 | 6.700000e+01 |    Inf 
748.80/748.81	o 61
748.80/748.81	c * 730s|374155 |  3721 |633375 |   1.7 |  57M|1195 |   - |5645 |9371 |5645 | 165 | 253k|  14k|6448 | 0.000000e+00 | 6.100000e+01 |    Inf 
763.50/763.51	c   744s|380000 |  4289 |648583 |   1.7 |  68M|1195 |  10 |5645 |7231 |5645 | 156 | 257k|  21k|6482 | 0.000000e+00 | 6.100000e+01 |    Inf 
781.30/781.36	o 57
781.30/781.36	c * 761s|385710 |  4744 |668301 |   1.7 |  78M|1195 |   - |5645 |7888 |5645 | 178 | 262k|  28k|6518 | 0.000000e+00 | 5.700000e+01 |    Inf 
784.00/784.02	o 54
784.00/784.02	c * 764s|386653 |  4265 |669645 |   1.7 |  76M|1195 |   - |5645 |8060 |5645 | 198 | 262k|  29k|6530 | 0.000000e+00 | 5.400000e+01 |    Inf 
784.09/784.15	o 50
784.09/784.15	c * 764s|386697 |  4188 |669763 |   1.7 |  76M|1195 |   - |5645 |7893 |5645 | 179 | 262k|  29k|6530 | 0.000000e+00 | 5.000000e+01 |    Inf 
784.09/784.16	o 34
784.09/784.16	c * 764s|386698 |  3688 |669767 |   1.7 |  72M|1195 |   - |5645 |7893 |5645 | 179 | 262k|  29k|6530 | 0.000000e+00 | 3.400000e+01 |    Inf 
791.80/791.81	c   771s|390000 |  3824 |677778 |   1.7 |  74M|1195 |   1 |5645 |7574 |5645 | 166 | 264k|  33k|6543 | 0.000000e+00 | 3.400000e+01 |    Inf 
813.80/813.84	c   793s|400000 |  4158 |697229 |   1.7 |  80M|1195 |   1 |5645 |8616 |5645 | 170 | 268k|  45k|6570 | 0.000000e+00 | 3.400000e+01 |    Inf 
825.20/825.25	o 32
825.20/825.25	c * 804s|405224 |  4202 |705758 |   1.7 |  82M|1195 |   - |5645 |9158 |5645 | 163 | 270k|  51k|6593 | 0.000000e+00 | 3.200000e+01 |    Inf 
835.70/835.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
835.70/835.75	c   814s|410000 |  4399 |717617 |   1.8 |  85M|1195 |   1 |5645 |7059 |5645 | 161 | 273k|  57k|6602 | 0.000000e+00 | 3.200000e+01 |    Inf 
848.50/848.53	o 31
848.50/848.53	c * 826s|416187 |  4630 |729689 |   1.8 |  89M|1195 |   - |5645 |8851 |5645 | 158 | 275k|  65k|6626 | 0.000000e+00 | 3.100000e+01 |    Inf 
848.50/848.54	o 23
848.50/848.54	c * 826s|416188 |  4248 |729690 |   1.8 |  82M|1195 |   - |5645 |8851 |5645 | 158 | 275k|  65k|6626 | 0.000000e+00 | 2.300000e+01 |    Inf 
853.20/853.22	o 20
853.20/853.22	c * 830s|418513 |  4274 |735620 |   1.8 |  82M|1195 |   - |5645 |7717 |5645 | 188 | 276k|  68k|6627 | 0.000000e+00 | 2.000000e+01 |    Inf 
856.30/856.37	c   834s|420000 |  4347 |740331 |   1.8 |  83M|1195 |   1 |5645 |7393 |5645 | 185 | 277k|  69k|6653 | 0.000000e+00 | 2.000000e+01 |    Inf 
867.81/867.87	o 19
867.81/867.87	c * 845s|425836 |  4497 |756373 |   1.8 |  85M|1195 |   - |5645 |8231 |5645 | 161 | 281k|  77k|6674 | 0.000000e+00 | 1.900000e+01 |    Inf 
867.91/867.95	o 16
867.91/867.95	c * 845s|425876 |  4315 |756469 |   1.8 |  82M|1195 |   - |5645 |8129 |5645 | 176 | 281k|  77k|6674 | 0.000000e+00 | 1.600000e+01 |    Inf 
875.50/875.60	c   852s|430000 |  4305 |765925 |   1.8 |  82M|1195 |   - |5645 |6422 |   0 |   0 | 282k|  82k|6688 | 0.000000e+00 | 1.600000e+01 |    Inf 
885.80/885.81	o 14
885.80/885.81	c * 862s|435657 |  4264 |778932 |   1.8 |  83M|1195 |   - |5645 |7581 |5645 | 159 | 285k|  90k|6736 | 0.000000e+00 | 1.400000e+01 |    Inf 
893.90/893.94	c   869s|440000 |  4236 |789540 |   1.8 |  84M|1195 |  10 |5645 |7243 |5645 | 177 | 287k|  95k|6740 | 0.000000e+00 | 1.400000e+01 |    Inf 
894.00/894.05	o 10
894.00/894.05	c * 870s|440058 |  4034 |789718 |   1.8 |  80M|1195 |   - |5645 |7308 |5645 | 177 | 287k|  95k|6740 | 0.000000e+00 | 1.000000e+01 |    Inf 
896.30/896.32	o 9
896.30/896.32	c * 872s|441460 |  4017 |792419 |   1.8 |  80M|1195 |   - |5645 |8127 |5645 | 202 | 287k|  97k|6754 | 0.000000e+00 | 9.000000e+00 |    Inf 
899.00/899.08	o 4
899.00/899.08	c * 874s|443019 |  3605 |795999 |   1.8 |  75M|1195 |   - |5645 |8745 |5645 | 162 | 288k|  99k|6766 | 0.000000e+00 | 4.000000e+00 |    Inf 
911.40/911.45	c   886s|450000 |  3629 |819098 |   1.8 |  76M|1195 |  12 |5645 |7604 |5645 | 174 | 294k| 109k|6835 | 0.000000e+00 | 4.000000e+00 |    Inf 
925.00/925.07	o 3
925.00/925.07	c * 899s|458036 |  3585 |841459 |   1.8 |  77M|1195 |   - |5645 |9549 |5645 | 187 | 299k| 119k|6872 | 0.000000e+00 | 3.000000e+00 |    Inf 
928.50/928.50	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
928.50/928.50	c   902s|460000 |  3522 |846987 |   1.8 |  75M|1195 |   - |5645 |7647 |   0 |   0 | 300k| 122k|6882 | 0.000000e+00 | 3.000000e+00 |    Inf 
944.41/944.49	c   918s|470000 |  3570 |869410 |   1.8 |  77M|1195 |   1 |5645 |  10k|5645 | 150 | 304k| 136k|6931 | 0.000000e+00 | 3.000000e+00 |    Inf 
959.80/959.80	o 2
959.80/959.80	c * 932s|479172 |  3504 |890382 |   1.9 |  77M|1195 |   - |5645 |  11k|5645 | 171 | 307k| 148k|6978 | 0.000000e+00 | 2.000000e+00 |    Inf 
961.30/961.39	c   934s|480000 |  3505 |892493 |   1.9 |  77M|1195 |   - |5645 |  10k|   0 |   0 | 308k| 149k|6979 | 0.000000e+00 | 2.000000e+00 |    Inf 
978.70/978.77	c   951s|490000 |  3448 |920262 |   1.9 |  78M|1195 |   - |5645 |  10k|   0 |   0 | 314k| 162k|7027 | 0.000000e+00 | 2.000000e+00 |    Inf 
999.91/999.96	c   971s|500000 |  3843 |970903 |   1.9 |  82M|1195 |  15 |5645 |  16k|5645 | 160 | 328k| 175k|7145 | 0.000000e+00 | 2.000000e+00 |    Inf 
1022.60/1022.69	c   993s|510000 |  4115 |  1018k|   2.0 |  85M|1195 |   - |5645 |  18k|   0 |   0 | 345k| 189k|7219 | 0.000000e+00 | 2.000000e+00 |    Inf 
1044.90/1044.92	c  1014s|520000 |  4148 |  1062k|   2.0 |  86M|1195 |  12 |5645 |  16k|5645 | 202 | 356k| 202k|7290 | 0.000000e+00 | 2.000000e+00 |    Inf 
1068.31/1068.38	c  1037s|530000 |  4555 |  1116k|   2.1 |  90M|1195 |  21 |5645 |  20k|5645 | 179 | 375k| 216k|7380 | 0.000000e+00 | 2.000000e+00 |    Inf 
1093.70/1093.71	c  1062s|540000 |  4862 |  1171k|   2.2 |  93M|1195 |  21 |5645 |  22k|5645 | 192 | 392k| 229k|7474 | 0.000000e+00 | 2.000000e+00 |    Inf 
1117.70/1117.76	c  1085s|550000 |  4903 |  1220k|   2.2 |  94M|1195 |   9 |5645 |  21k|5645 | 175 | 406k| 243k|7546 | 0.000000e+00 | 2.000000e+00 |    Inf 
1142.80/1142.83	c  1109s|560000 |  4925 |  1271k|   2.3 |  95M|1195 |  25 |5645 |  22k|5645 | 191 | 421k| 258k|7617 | 0.000000e+00 | 2.000000e+00 |    Inf 
1168.00/1168.03	c  1134s|570000 |  4929 |  1322k|   2.3 |  96M|1195 |   - |5645 |  22k|5645 | 203 | 436k| 272k|7693 | 0.000000e+00 | 2.000000e+00 |    Inf 
1193.50/1193.59	c  1158s|580000 |  4868 |  1375k|   2.4 |  97M|1195 |  11 |5645 |  24k|5645 | 180 | 450k| 287k|7781 | 0.000000e+00 | 2.000000e+00 |    Inf 
1219.30/1219.36	c  1183s|590000 |  4837 |  1423k|   2.4 |  96M|1195 |   1 |5645 |  22k|5645 | 188 | 463k| 302k|7856 | 0.000000e+00 | 2.000000e+00 |    Inf 
1243.80/1243.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1243.80/1243.83	c  1207s|600000 |  4676 |  1471k|   2.5 |  95M|1195 |   - |5645 |  21k|   0 |   0 | 475k| 316k|7924 | 0.000000e+00 | 2.000000e+00 |    Inf 
1268.69/1268.78	c  1231s|610000 |  4600 |  1523k|   2.5 |  95M|1195 |   - |5645 |  21k|   0 |   0 | 487k| 331k|8003 | 0.000000e+00 | 2.000000e+00 |    Inf 
1293.40/1293.47	c  1255s|620000 |  4642 |  1571k|   2.5 |  96M|1195 |   9 |5645 |  23k|5645 | 201 | 501k| 344k|8077 | 0.000000e+00 | 2.000000e+00 |    Inf 
1318.10/1318.15	c  1279s|630000 |  4488 |  1619k|   2.6 |  95M|1195 |   - |5645 |  22k|5645 | 204 | 513k| 358k|8162 | 0.000000e+00 | 2.000000e+00 |    Inf 
1343.01/1343.02	c  1303s|640000 |  4369 |  1665k|   2.6 |  95M|1195 |  13 |5645 |  23k|5645 | 199 | 524k| 373k|8231 | 0.000000e+00 | 2.000000e+00 |    Inf 
1367.70/1367.70	c  1327s|650000 |  4322 |  1713k|   2.6 |  95M|1195 |   - |5645 |  24k|   0 |   0 | 536k| 387k|8283 | 0.000000e+00 | 2.000000e+00 |    Inf 
1393.80/1393.85	c  1352s|660000 |  4322 |  1762k|   2.7 |  96M|1195 |   8 |5645 |  27k|5645 | 192 | 549k| 401k|8339 | 0.000000e+00 | 2.000000e+00 |    Inf 
1418.49/1418.55	c  1376s|670000 |  4265 |  1806k|   2.7 |  94M|1195 |   - |5645 |  23k|   0 |   0 | 559k| 415k|8419 | 0.000000e+00 | 2.000000e+00 |    Inf 
1444.39/1444.46	c  1401s|680000 |  4364 |  1854k|   2.7 |  96M|1195 |   - |5645 |  26k|   0 |   0 | 574k| 429k|8471 | 0.000000e+00 | 2.000000e+00 |    Inf 
1469.89/1469.92	c  1426s|690000 |  4154 |  1898k|   2.8 |  95M|1195 |   - |5645 |  26k|   0 |   0 | 585k| 444k|8544 | 0.000000e+00 | 2.000000e+00 |    Inf 
1493.39/1493.44	c  1449s|700000 |  4025 |  1935k|   2.8 |  93M|1195 |   1 |5645 |  23k|5645 | 174 | 593k| 457k|8770 | 0.000000e+00 | 2.000000e+00 |    Inf 
1516.60/1516.65	c  1471s|710000 |  4038 |  1964k|   2.8 |  94M|1195 |   1 |5645 |  25k|5645 | 178 | 601k| 470k|8784 | 0.000000e+00 | 2.000000e+00 |    Inf 
1538.59/1538.60	c  1492s|720000 |  3907 |  1987k|   2.8 |  93M|1195 |   - |5645 |  24k|   0 |   0 | 605k| 484k|8822 | 0.000000e+00 | 2.000000e+00 |    Inf 
1561.19/1561.21	c  1514s|730000 |  4041 |  2018k|   2.8 |  95M|1195 |   - |5645 |  26k|   0 |   0 | 612k| 497k|8859 | 0.000000e+00 | 2.000000e+00 |    Inf 
1585.99/1586.00	c  1538s|740000 |  4119 |  2060k|   2.8 |  95M|1195 |  13 |5645 |  26k|5645 | 174 | 621k| 511k|8935 | 0.000000e+00 | 2.000000e+00 |    Inf 
1612.19/1612.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1612.19/1612.26	c  1564s|750000 |  4154 |  2106k|   2.8 |  97M|1195 |  10 |5645 |  27k|5645 | 186 | 632k| 525k|8975 | 0.000000e+00 | 2.000000e+00 |    Inf 
1635.19/1635.21	o 1
1635.19/1635.21	c *1586s|758898 |  3775 |  2144k|   2.8 |  91M|1195 |   - |5645 |  26k|5645 | 193 | 641k| 537k|9032 | 0.000000e+00 | 1.000000e+00 |    Inf 
1637.89/1637.93	c  1589s|760000 |  3776 |  2149k|   2.8 |  90M|1195 |   - |5645 |  24k|   0 |   0 | 642k| 539k|9039 | 0.000000e+00 | 1.000000e+00 |    Inf 
1659.29/1659.35	c  1609s|770000 |  3874 |  2173k|   2.8 |  93M|1195 |   - |5645 |  28k|   0 |   0 | 647k| 552k|9057 | 0.000000e+00 | 1.000000e+00 |    Inf 
1681.09/1681.13	c  1631s|780000 |  3907 |  2195k|   2.8 |  93M|1195 |   1 |5645 |  29k|5645 | 161 | 651k| 567k|9089 | 0.000000e+00 | 1.000000e+00 |    Inf 
1703.49/1703.57	c  1653s|790000 |  3854 |  2216k|   2.8 |  93M|1195 |  10 |5645 |  28k|5645 | 157 | 655k| 581k|9136 | 0.000000e+00 | 1.000000e+00 |    Inf 
1726.39/1726.40	c  1675s|800000 |  3892 |  2237k|   2.8 |  95M|1195 |   1 |5645 |  31k|5645 | 157 | 659k| 593k|9161 | 0.000000e+00 | 1.000000e+00 |    Inf 
1750.39/1750.47	c  1699s|810000 |  3834 |  2261k|   2.8 |  94M|1195 |   - |5645 |  30k|   0 |   0 | 664k| 607k|9182 | 0.000000e+00 | 1.000000e+00 |    Inf 
1775.69/1775.72	c  1723s|820000 |  3789 |  2300k|   2.8 |  92M|1195 |   - |5645 |  28k|   0 |   0 | 673k| 621k|9245 | 0.000000e+00 | 1.000000e+00 |    Inf 
1800.00/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.00/1800.00	c 
1800.00/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.00/1800.00	c Solving Time (sec) : 1747.09
1800.00/1800.00	c Solving Nodes      : 828218
1800.00/1800.00	c Primal Bound       : +1.00000000000000e+00 (206 solutions)
1800.00/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.00/1800.00	c Gap                : infinite
1800.00/1800.06	s SATISFIABLE
1800.00/1800.06	v -x231 -x230 -x229 -x228 -x227 -x226 x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 -x217 -x216 -x215 -x214 x213 -x212 -x211 -x210 
1800.00/1800.06	v -x209 -x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 x192 -x191 -x190 -x189 
1800.00/1800.06	v -x188 x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 x176 -x175 -x174 -x173 -x172 -x171 x170 -x169 -x168 
1800.00/1800.06	v -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 x154 -x153 -x152 -x151 -x150 -x149 x148 -x147 
1800.00/1800.06	v -x146 -x145 -x144 -x143 -x142 -x141 -x140 x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 x127 -x126 -x125 
1800.00/1800.06	v -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 -x104 
1800.00/1800.06	v -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.00/1800.06	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 -x54 
1800.00/1800.06	v -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.00/1800.06	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.00/1800.06	v -x1 
1800.00/1800.06	c SCIP Status        : solving was interrupted [user interrupt]
1800.00/1800.06	c Solving Time       :    1747.09
1800.00/1800.06	c Original Problem   :
1800.00/1800.06	c   Problem name     : HOME/instance-2692307-1277925443.wbo
1800.00/1800.06	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.00/1800.06	c   Constraints      : 5415 initial, 5415 maximal
1800.00/1800.06	c Presolved Problem  :
1800.00/1800.06	c   Problem name     : t_HOME/instance-2692307-1277925443.wbo
1800.00/1800.06	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.00/1800.06	c   Constraints      : 5414 initial, 32419 maximal
1800.00/1800.06	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.00/1800.06	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.00/1800.06	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.00/1800.06	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.00/1800.06	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.00/1800.06	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.00/1800.06	c   probing          :       0.03          0          0          0          0          0          0          0          0
1800.00/1800.06	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.00/1800.06	c   linear           :       0.02          0          0          0       2707          0          1          0          0
1800.00/1800.06	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.00/1800.06	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1800.00/1800.06	c   root node        :          -       2707          -          -       5414          -          -          -          -
1800.00/1800.06	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.00/1800.06	c   integral         :          0          0          0     700448          0          1        138          0          0     561152
1800.00/1800.06	c   indicator        :       2707          0    2675556     414151          0        305    3697622          0          0          0
1800.00/1800.06	c   linear           :       2707          6    3091269     415458          0     196648   13345500     684820          0          0
1800.00/1800.06	c   logicor          :          0+         0     806463          0          0      31195     730017          0          0          0
1800.00/1800.06	c   bounddisjunction :          0+         0       5136          0          0          0         11          0          0          0
1800.00/1800.06	c   countsols        :          0          0          0     337408          0          0          0          0          0          0
1800.00/1800.06	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.00/1800.06	c   integral         :      16.77       0.00       0.00      16.77       0.00
1800.00/1800.06	c   indicator        :     101.34       0.00      25.58      75.76       0.00
1800.00/1800.06	c   linear           :     157.94       0.01     130.24      27.69       0.00
1800.00/1800.06	c   logicor          :     151.32       0.00     151.32       0.00       0.00
1800.00/1800.06	c   bounddisjunction :       0.01       0.00       0.01       0.00       0.00
1800.00/1800.06	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.00/1800.06	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.00/1800.06	c   vbounds          :       0.02          2          0          0
1800.00/1800.06	c   rootredcost      :       0.05         69          0       2707
1800.00/1800.06	c   pseudoobj        :     150.81    3104214       8158    2233260
1800.00/1800.06	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.00/1800.06	c   propagation      :      12.89     236001     235882    1473376       29.8       8801       20.8          -
1800.00/1800.06	c   infeasible LP    :       4.71      13003      13003     101801       46.5        176       20.4          0
1800.00/1800.06	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.00/1800.06	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.00/1800.06	c   pseudo solution  :       0.04        164        164        687       12.6        114        5.8          -
1800.00/1800.06	c   applied globally :          -          -          -     633148       24.0          -          -          -
1800.00/1800.06	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.00/1800.06	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.00/1800.06	c   cut pool         :       0.00          3          -          -         30          -    (maximal pool size: 86)
1800.00/1800.06	c   redcost          :      65.01     703534          0    1055084          0          0
1800.00/1800.06	c   impliedbounds    :       0.00          4          0          0          0          0
1800.00/1800.06	c   intobj           :       0.00          0          0          0          0          0
1800.00/1800.06	c   cgmip            :       0.00          0          0          0          0          0
1800.00/1800.06	c   gomory           :       0.02          4          0          0         86          0
1800.00/1800.06	c   strongcg         :       0.00          4          0          0          0          0
1800.00/1800.06	c   cmir             :       0.02          4          0          0          0          0
1800.00/1800.06	c   flowcover        :       0.01          4          0          0          0          0
1800.00/1800.06	c   clique           :       0.00          1          0          0          0          0
1800.00/1800.06	c   zerohalf         :       0.00          0          0          0          0          0
1800.00/1800.06	c   mcf              :       0.00          1          0          0          0          0
1800.00/1800.06	c   rapidlearning    :       0.00          0          0          0          0          0
1800.00/1800.06	c Pricers            :       Time      Calls       Vars
1800.00/1800.06	c   problem variables:       0.00          0          0
1800.00/1800.06	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.00/1800.06	c   relpscost        :      16.65     280697          1        138          0          0     561152
1800.00/1800.06	c   pscost           :       0.00          0          0          0          0          0          0
1800.00/1800.06	c   inference        :      79.33     337339          0          0          0          0     674678
1800.00/1800.06	c   mostinf          :       0.00          0          0          0          0          0          0
1800.00/1800.06	c   leastinf         :       0.00          0          0          0          0          0          0
1800.00/1800.06	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.00/1800.06	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.00/1800.06	c   random           :       0.00          0          0          0          0          0          0
1800.00/1800.06	c Primal Heuristics  :       Time      Calls      Found
1800.00/1800.06	c   LP solutions     :       0.74          -         69
1800.00/1800.06	c   pseudo solutions :       0.00          -          0
1800.00/1800.06	c   feaspump         :       0.00          0          0
1800.00/1800.06	c   oneopt           :       0.19         61          0
1800.00/1800.06	c   intshifting      :       0.06          7          0
1800.00/1800.06	c   guideddiving     :       0.13         54          0
1800.00/1800.06	c   crossover        :       1.85         74          1
1800.00/1800.06	c   fracdiving       :       5.85       3642          0
1800.00/1800.06	c   veclendiving     :       5.63       3642          0
1800.00/1800.06	c   linesearchdiving :       5.46       3642          0
1800.00/1800.06	c   pscostdiving     :       5.47       3643          0
1800.00/1800.06	c   coefdiving       :       5.36       3643          0
1800.00/1800.06	c   objpscostdiving  :       5.70       3640          0
1800.00/1800.06	c   rootsoldiving    :       6.45       3640          0
1800.00/1800.06	c   trivial          :       0.08          2          2
1800.00/1800.06	c   simplerounding   :       0.37     281822          0
1800.00/1800.06	c   zirounding       :       0.16       1000          0
1800.00/1800.06	c   rounding         :       2.37       7425          0
1800.00/1800.06	c   shifting         :       1.75       2368          0
1800.00/1800.06	c   twoopt           :       0.00          0          0
1800.00/1800.06	c   fixandinfer      :       0.00          0          0
1800.00/1800.06	c   intdiving        :       0.00          0          0
1800.00/1800.06	c   actconsdiving    :       0.00          0          0
1800.00/1800.06	c   octane           :       0.00          0          0
1800.00/1800.06	c   rens             :       0.02          1          0
1800.00/1800.06	c   rins             :       0.00          0          0
1800.00/1800.06	c   localbranching   :       0.00          0          0
1800.00/1800.06	c   mutation         :       0.00          0          0
1800.00/1800.06	c   dins             :       0.00          0          0
1800.00/1800.06	c   undercover       :       0.00          0          0
1800.00/1800.06	c   nlp              :       0.01          0          0
1800.00/1800.06	c   trysol           :       2.14       9342        134
1800.00/1800.06	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.00/1800.06	c   primal LP        :       0.00          0          0       0.00          -
1800.00/1800.06	c   dual LP          :     481.46     388410    2335497       6.01    4850.86
1800.00/1800.06	c   lex dual LP      :       0.00          0          0       0.00          -
1800.00/1800.06	c   barrier LP       :       0.00          0          0       0.00          -
1800.00/1800.06	c   diving/probing LP:       0.17        124       1697      13.69    9982.35
1800.00/1800.06	c   strong branching :      14.36       9298      73653       7.92    5129.04
1800.00/1800.06	c     (at root node) :          -         32       1061      33.16          -
1800.00/1800.06	c   conflict analysis:       0.00          0          0       0.00          -
1800.00/1800.06	c B&B Tree           :
1800.00/1800.06	c   number of runs   :          1
1800.00/1800.06	c   nodes            :     828218
1800.00/1800.06	c   nodes (total)    :     828218
1800.00/1800.06	c   nodes left       :       3964
1800.00/1800.06	c   max depth        :       1195
1800.00/1800.06	c   max depth (total):       1195
1800.00/1800.06	c   backtracks       :      51544 (6.2%)
1800.00/1800.06	c   delayed cutoffs  :      41002
1800.00/1800.06	c   repropagations   :    1204250 (3415743 domain reductions, 39240 cutoffs)
1800.00/1800.06	c   avg switch length:       4.69
1800.00/1800.06	c   switching time   :     187.00
1800.00/1800.06	c Solution           :
1800.00/1800.06	c   Solutions found  :        206 (70 improvements)
1800.00/1800.06	c   First Solution   : +1.37972000000000e+05   (in run 1, after 0 nodes, 0.02 seconds, depth 0, found by <trivial>)
1800.00/1800.06	c   Primal Bound     : +1.00000000000000e+00   (in run 1, after 758898 nodes, 1586.00 seconds, depth 35, found by <relaxation>)
1800.00/1800.06	c   Dual Bound       : +0.00000000000000e+00
1800.00/1800.06	c   Gap              :   infinite
1800.00/1800.06	c   Root Dual Bound  : +0.00000000000000e+00
1800.00/1800.06	c   Root Iterations  :        106
1800.19/1800.20	c Time complete: 1800.2.

Verifier Data

OK	1

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2692307-1277925443/watcher-2692307-1277925443 -o /tmp/evaluation-result-2692307-1277925443/solver-2692307-1277925443 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2692307-1277925443.wbo -t 1800 -m 3800 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 3891200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 3942400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 15180
/proc/meminfo: memFree=31448652/32951132 swapFree=67111528/67111528
[pid=15180] ppid=15178 vsize=9404 CPUtime=0
/proc/15180/stat : 15180 (pbscip.linux.x8) R 15178 15180 13735 0 -1 4202496 1648 0 0 0 0 0 0 0 23 0 1 0 133840824 9629696 1568 4089446400 4194304 8223781 140735319622688 18446744073709551615 6205568 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/15180/statm: 2351 1568 369 984 0 1364 0

[startup+0.078468 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 15180
/proc/meminfo: memFree=31448652/32951132 swapFree=67111528/67111528
[pid=15180] ppid=15178 vsize=35140 CPUtime=0.07
/proc/15180/stat : 15180 (pbscip.linux.x8) R 15178 15180 13735 0 -1 4202496 8088 0 0 0 6 1 0 0 24 0 1 0 133840824 35983360 7644 4089446400 4194304 8223781 140735319622688 18446744073709551615 4240882 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15180/statm: 8785 7644 422 984 0 7798 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 35140

[startup+0.100456 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 15180
/proc/meminfo: memFree=31448652/32951132 swapFree=67111528/67111528
[pid=15180] ppid=15178 vsize=35140 CPUtime=0.09
/proc/15180/stat : 15180 (pbscip.linux.x8) R 15178 15180 13735 0 -1 4202496 8088 0 0 0 8 1 0 0 24 0 1 0 133840824 35983360 7644 4089446400 4194304 8223781 140735319622688 18446744073709551615 4241129 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15180/statm: 8785 7644 422 984 0 7798 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35140

[startup+0.300441 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 15180
/proc/meminfo: memFree=31448652/32951132 swapFree=67111528/67111528
[pid=15180] ppid=15178 vsize=55996 CPUtime=0.29
/proc/15180/stat : 15180 (pbscip.linux.x8) R 15178 15180 13735 0 -1 4202496 13885 0 0 0 27 2 0 0 25 0 1 0 133840824 57339904 12828 4089446400 4194304 8223781 140735319622688 18446744073709551615 4384918 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15180/statm: 13999 12828 564 984 0 13012 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 55996

[startup+0.700368 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 15180
/proc/meminfo: memFree=31448652/32951132 swapFree=67111528/67111528
[pid=15180] ppid=15178 vsize=43080 CPUtime=0.69
/proc/15180/stat : 15180 (pbscip.linux.x8) R 15178 15180 13735 0 -1 4202496 15655 0 0 0 64 5 0 0 25 0 1 0 133840824 44113920 9710 4089446400 4194304 8223781 140735319622688 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15180/statm: 10770 9710 575 984 0 9783 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 43080

[startup+1.50024 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15181
/proc/meminfo: memFree=31411320/32951132 swapFree=67111528/67111528
[pid=15180] ppid=15178 vsize=44432 CPUtime=1.49
/proc/15180/stat : 15180 (pbscip.linux.x8) R 15178 15180 13735 0 -1 4202496 15919 0 0 0 139 10 0 0 25 0 1 0 133840824 45498368 9974 4089446400 4194304 8223781 140735319622688 18446744073709551615 6436202 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15180/statm: 11108 9974 578 984 0 10121 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 44432

[startup+3.10097 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15181
/proc/meminfo: memFree=31408888/32951132 swapFree=67111528/67111528
[pid=15180] ppid=15178 vsize=50192 CPUtime=3.09
/proc/15180/stat : 15180 (pbscip.linux.x8) R 15178 15180 13735 0 -1 4202496 21790 0 0 0 292 17 0 0 25 0 1 0 133840824 51396608 11439 4089446400 4194304 8223781 140735319622688 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15180/statm: 12548 11439 579 984 0 11561 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 50192

[startup+6.30043 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15181
/proc/meminfo: memFree=31402180/32951132 swapFree=67111528/67111528
[pid=15180] ppid=15178 vsize=54188 CPUtime=6.29
/proc/15180/stat : 15180 (pbscip.linux.x8) R 15178 15180 13735 0 -1 4202496 32706 0 0 0 603 26 0 0 25 0 1 0 133840824 55488512 12408 4089446400 4194304 8223781 140735319622688 18446744073709551615 4414571 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15180/statm: 13547 12408 579 984 0 12560 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 54188

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15181
/proc/meminfo: memFree=31394740/32951132 swapFree=67111528/67111528
[pid=15180] ppid=15178 vsize=62152 CPUtime=12.69
/proc/15180/stat : 15180 (pbscip.linux.x8) R 15178 15180 13735 0 -1 4202496 39133 0 0 0 1228 41 0 0 25 0 1 0 133840824 63643648 14431 4089446400 4194304 8223781 140735319622688 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15180/statm: 15538 14431 579 984 0 14551 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 62152

[startup+25.5002 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15181
/proc/meminfo: memFree=31381360/32951132 swapFree=67111528/67111528
[pid=15180] ppid=15178 vsize=76476 CPUtime=25.49
/proc/15180/stat : 15180 (pbscip.linux.x8) R 15178 15180 13735 0 -1 4202496 47119 0 0 0 2474 75 0 0 25 0 1 0 133840824 78311424 18015 4089446400 4194304 8223781 140735319622688 18446744073709551615 4965872 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15180/statm: 19119 18015 579 984 0 18132 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 76476

[startup+51.1008 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15183
/proc/meminfo: memFree=31351700/32951132 swapFree=67111528/67111528
[pid=15180] ppid=15178 vsize=106640 CPUtime=51.09
/proc/15180/stat : 15180 (pbscip.linux.x8) R 15178 15180 13735 0 -1 4202496 59788 0 0 0 4965 144 0 0 25 0 1 0 133840824 109199360 25613 4089446400 4194304 8223781 140735319622688 18446744073709551615 4407843 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15180/statm: 26660 25613 579 984 0 25673 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 106640

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15183
/proc/meminfo: memFree=31289800/32951132 swapFree=67111528/67111528
[pid=15180] ppid=15178 vsize=165924 CPUtime=102.3
/proc/15180/stat : 15180 (pbscip.linux.x8) R 15178 15180 13735 0 -1 4202496 79716 0 0 0 9954 276 0 0 25 0 1 0 133840824 169906176 40508 4089446400 4194304 8223781 140735319622688 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15180/statm: 41481 40508 579 984 0 40494 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 165924

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15185
/proc/meminfo: memFree=31221576/32951132 swapFree=67111528/67111528
[pid=15180] ppid=15178 vsize=235664 CPUtime=162.29
/proc/15180/stat : 15180 (pbscip.linux.x8) R 15178 15180 13735 0 -1 4202496 102825 0 0 0 15803 426 0 0 25 0 1 0 133840824 241319936 57547 4089446400 4194304 8223781 140735319622688 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15180/statm: 58916 57547 579 984 0 57929 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 235664

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15187
/proc/meminfo: memFree=31153356/32951132 swapFree=67111528/67111528
[pid=15180] ppid=15178 vsize=303564 CPUtime=222.29
/proc/15180/stat : 15180 (pbscip.linux.x8) R 15178 15180 13735 0 -1 4202496 126067 0 0 0 21657 572 0 0 25 0 1 0 133840824 310849536 74578 4089446400 4194304 8223781 140735319622688 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15180/statm: 75891 74578 579 984 0 74904 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 303564

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15189
/proc/meminfo: memFree=31092568/32951132 swapFree=67111528/67111528
[pid=15180] ppid=15178 vsize=363668 CPUtime=282.29
/proc/15180/stat : 15180 (pbscip.linux.x8) R 15178 15180 13735 0 -1 4202496 142041 0 0 0 27513 716 0 0 25 0 1 0 133840824 372396032 89709 4089446400 4194304 8223781 140735319622688 18446744073709551615 6003280 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15180/statm: 90917 89709 579 984 0 89930 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 363668

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15191
/proc/meminfo: memFree=31026704/32951132 swapFree=67111528/67111528
[pid=15180] ppid=15178 vsize=429756 CPUtime=342.29
/proc/15180/stat : 15180 (pbscip.linux.x8) R 15178 15180 13735 0 -1 4202496 163497 0 0 0 33359 870 0 0 25 0 1 0 133840824 440070144 106371 4089446400 4194304 8223781 140735319622688 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15180/statm: 107439 106371 579 984 0 106452 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 429756

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15191
/proc/meminfo: memFree=30961084/32951132 swapFree=67111528/67111528
[pid=15180] ppid=15178 vsize=498040 CPUtime=402.29
/proc/15180/stat : 15180 (pbscip.linux.x8) R 15178 15180 13735 0 -1 4202496 179975 0 0 0 39212 1017 0 0 25 0 1 0 133840824 509992960 122513 4089446400 4194304 8223781 140735319622688 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15180/statm: 124510 122513 579 984 0 123523 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 498040

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15193
/proc/meminfo: memFree=30899064/32951132 swapFree=67111528/67111528
[pid=15180] ppid=15178 vsize=560120 CPUtime=462.29
/proc/15180/stat : 15180 (pbscip.linux.x8) R 15178 15180 13735 0 -1 4202496 201716 0 0 0 45065 1164 0 0 25 0 1 0 133840824 573562880 138096 4089446400 4194304 8223781 140735319622688 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15180/statm: 140030 138096 579 984 0 139043 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 560120

[startup+522.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/177 15195
/proc/meminfo: memFree=30837532/32951132 swapFree=67111528/67111528
[pid=15180] ppid=15178 vsize=621476 CPUtime=522.3
/proc/15180/stat : 15180 (pbscip.linux.x8) R 15178 15180 13735 0 -1 4202496 220514 0 0 0 50914 1316 0 0 25 0 1 0 133840824 636391424 153565 4089446400 4194304 8223781 140735319622688 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15180/statm: 155369 153565 579 984 0 154382 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 621476

[startup+582.301 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 15197
/proc/meminfo: memFree=30776256/32951132 swapFree=67111528/67111528
[pid=15180] ppid=15178 vsize=680996 CPUtime=582.29
/proc/15180/stat : 15180 (pbscip.linux.x8) R 15178 15180 13735 0 -1 4202496 238043 0 0 0 56760 1469 0 0 25 0 1 0 133840824 697339904 168565 4089446400 4194304 8223781 140735319622688 18446744073709551615 4966114 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15180/statm: 170249 168565 579 984 0 169262 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 680996

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15199
/proc/meminfo: memFree=30705656/32951132 swapFree=67111528/67111528
[pid=15180] ppid=15178 vsize=751048 CPUtime=642.3
/proc/15180/stat : 15180 (pbscip.linux.x8) R 15178 15180 13735 0 -1 4202496 256100 0 0 0 62626 1604 0 0 25 0 1 0 133840824 769073152 186232 4089446400 4194304 8223781 140735319622688 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15180/statm: 187762 186232 583 984 0 186775 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 751048

[startup+702.301 s]

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

[startup+882.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 15205
/proc/meminfo: memFree=30583516/32951132 swapFree=67111528/67111528
[pid=15180] ppid=15178 vsize=879468 CPUtime=882.3
/proc/15180/stat : 15180 (pbscip.linux.x8) R 15178 15180 13735 0 -1 4202496 514321 0 0 0 85832 2398 0 0 25 0 1 0 133840824 900575232 216634 4089446400 4194304 8223781 140735319622688 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15180/statm: 219867 216634 593 984 0 218880 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 879468

[startup+942.301 s]
/proc/loadavg: 2.14 2.04 2.01 3/177 15210
/proc/meminfo: memFree=30603528/32951132 swapFree=67111528/67111528
[pid=15180] ppid=15178 vsize=858068 CPUtime=942.3
/proc/15180/stat : 15180 (pbscip.linux.x8) R 15178 15180 13735 0 -1 4202496 603213 0 0 0 91566 2664 0 0 25 0 1 0 133840824 878661632 211312 4089446400 4194304 8223781 140735319622688 18446744073709551615 6482580 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15180/statm: 214517 211312 593 984 0 213530 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 858068

[startup+1002.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/177 15210
/proc/meminfo: memFree=30601012/32951132 swapFree=67111528/67111528
[pid=15180] ppid=15178 vsize=861664 CPUtime=1002.3
/proc/15180/stat : 15180 (pbscip.linux.x8) R 15178 15180 13735 0 -1 4202496 636333 0 0 0 97319 2911 0 0 25 0 1 0 133840824 882343936 212117 4089446400 4194304 8223781 140735319622688 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15180/statm: 215416 212117 593 984 0 214429 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 861664

[startup+1062.3 s]
/proc/loadavg: 1.93 1.99 1.99 3/195 15279
/proc/meminfo: memFree=30376356/32951132 swapFree=67111528/67111528
[pid=15180] ppid=15178 vsize=864804 CPUtime=1062.3
/proc/15180/stat : 15180 (pbscip.linux.x8) R 15178 15180 13735 0 -1 4202496 641587 0 0 0 103114 3116 0 0 25 0 1 0 133840824 885559296 212891 4089446400 4194304 8223781 140735319622688 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15180/statm: 216201 212891 593 984 0 215214 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 864804

[startup+1122.3 s]
/proc/loadavg: 1.97 1.99 1.99 3/195 15281
/proc/meminfo: memFree=30338260/32951132 swapFree=67111528/67111528
[pid=15180] ppid=15178 vsize=867712 CPUtime=1122.3
/proc/15180/stat : 15180 (pbscip.linux.x8) R 15178 15180 13735 0 -1 4202496 647678 0 0 0 108930 3300 0 0 25 0 1 0 133840824 888537088 213629 4089446400 4194304 8223781 140735319622688 18446744073709551615 4925457 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15180/statm: 216928 213629 593 984 0 215941 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 867712

[startup+1182.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/195 15283
/proc/meminfo: memFree=30298680/32951132 swapFree=67111528/67111528
[pid=15180] ppid=15178 vsize=868420 CPUtime=1182.3
/proc/15180/stat : 15180 (pbscip.linux.x8) R 15178 15180 13735 0 -1 4202496 647868 0 0 0 114744 3486 0 0 25 0 1 0 133840824 889262080 213813 4089446400 4194304 8223781 140735319622688 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15180/statm: 217105 213813 593 984 0 216118 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 868420

[startup+1242.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/195 15285
/proc/meminfo: memFree=30258224/32951132 swapFree=67111528/67111528
[pid=15180] ppid=15178 vsize=869032 CPUtime=1242.29
/proc/15180/stat : 15180 (pbscip.linux.x8) R 15178 15180 13735 0 -1 4202496 649845 0 0 0 120562 3667 0 0 25 0 1 0 133840824 889888768 213971 4089446400 4194304 8223781 140735319622688 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15180/statm: 217258 213971 593 984 0 216271 0
Current children cumulated CPU time (s) 1242.29
Current children cumulated vsize (KiB) 869032

[startup+1302.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/195 15285
/proc/meminfo: memFree=30219012/32951132 swapFree=67111528/67111528
[pid=15180] ppid=15178 vsize=869228 CPUtime=1302.3
/proc/15180/stat : 15180 (pbscip.linux.x8) R 15178 15180 13735 0 -1 4202496 649911 0 0 0 126379 3851 0 0 25 0 1 0 133840824 890089472 214027 4089446400 4194304 8223781 140735319622688 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15180/statm: 217307 214027 593 984 0 216320 0
Current children cumulated CPU time (s) 1302.3
Current children cumulated vsize (KiB) 869228

[startup+1362.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/195 15287
/proc/meminfo: memFree=30179792/32951132 swapFree=67111528/67111528
[pid=15180] ppid=15178 vsize=870612 CPUtime=1362.3
/proc/15180/stat : 15180 (pbscip.linux.x8) R 15178 15180 13735 0 -1 4202496 650231 0 0 0 132179 4051 0 0 25 0 1 0 133840824 891506688 214342 4089446400 4194304 8223781 140735319622688 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15180/statm: 217653 214342 593 984 0 216666 0
Current children cumulated CPU time (s) 1362.3
Current children cumulated vsize (KiB) 870612

[startup+1422.31 s]
/proc/loadavg: 1.99 1.99 1.99 3/195 15289
/proc/meminfo: memFree=30138096/32951132 swapFree=67111528/67111528
[pid=15180] ppid=15178 vsize=870920 CPUtime=1422.3
/proc/15180/stat : 15180 (pbscip.linux.x8) R 15178 15180 13735 0 -1 4202496 650587 0 0 0 137985 4245 0 0 25 0 1 0 133840824 891822080 214407 4089446400 4194304 8223781 140735319622688 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15180/statm: 217730 214407 593 984 0 216743 0
Current children cumulated CPU time (s) 1422.3
Current children cumulated vsize (KiB) 870920

[startup+1482.3 s]
/proc/loadavg: 2.07 2.01 2.00 3/195 15291
/proc/meminfo: memFree=30108176/32951132 swapFree=67111528/67111528
[pid=15180] ppid=15178 vsize=871288 CPUtime=1482.3
/proc/15180/stat : 15180 (pbscip.linux.x8) R 15178 15180 13735 0 -1 4202496 656012 0 0 0 143797 4433 0 0 25 0 1 0 133840824 892198912 214508 4089446400 4194304 8223781 140735319622688 18446744073709551615 6448634 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15180/statm: 217822 214508 593 984 0 216835 0
Current children cumulated CPU time (s) 1482.3
Current children cumulated vsize (KiB) 871288

[startup+1542.3 s]
/proc/loadavg: 2.02 2.00 2.00 3/195 15293
/proc/meminfo: memFree=30089292/32951132 swapFree=67111528/67111528
[pid=15180] ppid=15178 vsize=871624 CPUtime=1542.29
/proc/15180/stat : 15180 (pbscip.linux.x8) R 15178 15180 13735 0 -1 4202496 656156 0 0 0 149600 4629 0 0 25 0 1 0 133840824 892542976 214587 4089446400 4194304 8223781 140735319622688 18446744073709551615 4925969 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15180/statm: 217906 214587 593 984 0 216919 0
Current children cumulated CPU time (s) 1542.29
Current children cumulated vsize (KiB) 871624

[startup+1602.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/195 15293
/proc/meminfo: memFree=30047084/32951132 swapFree=67111528/67111528
[pid=15180] ppid=15178 vsize=871904 CPUtime=1602.29
/proc/15180/stat : 15180 (pbscip.linux.x8) R 15178 15180 13735 0 -1 4202496 656241 0 0 0 155414 4815 0 0 25 0 1 0 133840824 892829696 214665 4089446400 4194304 8223781 140735319622688 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15180/statm: 217976 214665 593 984 0 216989 0
Current children cumulated CPU time (s) 1602.29
Current children cumulated vsize (KiB) 871904

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/195 15295
/proc/meminfo: memFree=30031672/32951132 swapFree=67111528/67111528
[pid=15180] ppid=15178 vsize=867820 CPUtime=1662.29
/proc/15180/stat : 15180 (pbscip.linux.x8) R 15178 15180 13735 0 -1 4202496 682053 0 0 0 161233 4996 0 0 25 0 1 0 133840824 888647680 213632 4089446400 4194304 8223781 140735319622688 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15180/statm: 216955 213632 593 984 0 215968 0
Current children cumulated CPU time (s) 1662.29
Current children cumulated vsize (KiB) 867820

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/195 15297
/proc/meminfo: memFree=29998904/32951132 swapFree=67111528/67111528
[pid=15180] ppid=15178 vsize=868324 CPUtime=1722.29
/proc/15180/stat : 15180 (pbscip.linux.x8) R 15178 15180 13735 0 -1 4202496 696388 0 0 0 167095 5134 0 0 25 0 1 0 133840824 889163776 213711 4089446400 4194304 8223781 140735319622688 18446744073709551615 4999950 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15180/statm: 217081 213711 593 984 0 216094 0
Current children cumulated CPU time (s) 1722.29
Current children cumulated vsize (KiB) 868324

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/195 15299
/proc/meminfo: memFree=29970112/32951132 swapFree=67111528/67111528
[pid=15180] ppid=15178 vsize=864480 CPUtime=1782.29
/proc/15180/stat : 15180 (pbscip.linux.x8) R 15178 15180 13735 0 -1 4202496 700764 0 0 0 172978 5251 0 0 25 0 1 0 133840824 885227520 212758 4089446400 4194304 8223781 140735319622688 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15180/statm: 216120 212758 593 984 0 215133 0
Current children cumulated CPU time (s) 1782.29
Current children cumulated vsize (KiB) 864480



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/195 15299
/proc/meminfo: memFree=29960300/32951132 swapFree=67111528/67111528
[pid=15180] ppid=15178 vsize=864480 CPUtime=1800
/proc/15180/stat : 15180 (pbscip.linux.x8) R 15178 15180 13735 0 -1 4202496 700783 0 0 0 174711 5289 0 0 25 0 1 0 133840824 885227520 212777 4089446400 4194304 8223781 140735319622688 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15180/statm: 216120 212777 593 984 0 215133 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 864480

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.00 2.00 2.00 3/195 15299
/proc/meminfo: memFree=29960300/32951132 swapFree=67111528/67111528
[pid=15180] ppid=15178 vsize=94800 CPUtime=1800.19
/proc/15180/stat : 15180 (pbscip.linux.x8) R 15178 15180 13735 0 -1 4202496 700818 0 0 0 174728 5291 0 0 18 0 1 0 133840824 97075200 23079 4089446400 4194304 8223781 140735319622688 18446744073709551615 4692677 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/15180/statm: 23700 23079 595 984 0 22713 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 94800

Child status: 0
Real time (s): 1800.21
CPU time (s): 1800.21
CPU user time (s): 1747.29
CPU system time (s): 52.924
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 900396

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1747.29
system time used= 52.924
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 700822
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2
involuntary context switches= 2653

runsolver used 2.88256 second user time and 5.97509 second system time

The end

Launcher Data

Begin job on node129 at 2010-06-30 21:17:23
IDJOB=2692307
IDBENCH=79260
IDSOLVER=1204
FILE ID=node129/2692307-1277925443
PBS_JOBID= 11197303
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.1900558739--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-2692307-1277925443/watcher-2692307-1277925443 -o /tmp/evaluation-result-2692307-1277925443/solver-2692307-1277925443 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2692307-1277925443.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 96d1f19cba40c7363abd0128bfda9b7c
RANDOM SEED=519389538

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      31449304 kB
Buffers:        212312 kB
Cached:        1076208 kB
SwapCached:          0 kB
Active:         643016 kB
Inactive:       716364 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      31449304 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4720 kB
Writeback:           0 kB
AnonPages:       71028 kB
Mapped:          15744 kB
Slab:            79256 kB
PageTables:       5204 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   215044 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74208 MiB
End job on node129 at 2010-06-30 21:47:25