Trace number 2692331

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

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900554072--soft-0-100-0.wbo
MD5SUMa56ccccf952bf820f5367d29dba24868
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 benchmark24.5563
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 135715
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 135714
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 695
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-2692331-1277926474.wbo>
0.02/0.03	c original problem has 5645 variables (2938 bin, 0 int, 0 impl, 2707 cont) and 5415 constraints
0.02/0.03	c problem read
0.02/0.03	c presolving settings loaded
0.09/0.12	o 135714
0.09/0.12	c feasible solution found by trivial heuristic, objective value  1.357140e+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.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.357140e+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.357140e+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.357140e+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.357140e+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.357140e+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.357140e+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.357140e+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.357140e+05 |    Inf 
28.59/28.65	c  27.8s| 10000 | 10001 | 33608 |   3.4 |  51M|  71 |   0 |5645 |5414 |5645 | 183 |  12k|   0 |1764 | 0.000000e+00 | 1.357140e+05 |    Inf 
51.79/51.88	c  50.5s| 20000 | 20001 | 62487 |   3.1 |  76M|  81 |   0 |5645 |5414 |5645 | 167 |  23k|   0 |1803 | 0.000000e+00 | 1.357140e+05 |    Inf 
76.90/76.93	c  74.9s| 30000 | 30001 |104374 |   3.5 | 100M|  81 |   0 |5645 |5414 |5645 | 264 |  37k|   0 |1977 | 0.000000e+00 | 1.357140e+05 |    Inf 
99.89/99.94	c  97.3s| 40000 | 40001 |132999 |   3.3 | 123M| 115 |   0 |5645 |5414 |5645 | 223 |  47k|   0 |2223 | 0.000000e+00 | 1.357140e+05 |    Inf 
121.49/121.55	o 867
121.49/121.55	c * 118s| 49822 | 47352 |157450 |   3.2 | 140M| 115 |   - |5645 |5414 |5645 | 210 |  55k|   0 |2529 | 0.000000e+00 | 8.670000e+02 |    Inf 
122.00/122.10	c   119s| 50000 | 47530 |158599 |   3.2 | 141M| 115 |   0 |5645 |5414 |5645 | 212 |  55k|   0 |2534 | 0.000000e+00 | 8.670000e+02 |    Inf 
146.50/146.52	c   143s| 60000 | 57530 |189102 |   3.1 | 164M| 115 |   0 |5645 |5414 |5645 | 253 |  67k|   0 |2816 | 0.000000e+00 | 8.670000e+02 |    Inf 
173.99/174.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
173.99/174.05	c   170s| 70000 | 67506 |232882 |   3.3 | 190M| 115 |   0 |5645 |5447 |5645 | 175 |  78k|  33 |3279 | 0.000000e+00 | 8.670000e+02 |    Inf 
200.50/200.53	c   195s| 80000 | 77496 |267561 |   3.3 | 212M| 115 |   0 |5645 |5459 |5645 | 230 |  91k|  45 |3569 | 0.000000e+00 | 8.670000e+02 |    Inf 
227.40/227.47	c   222s| 90000 | 87483 |306284 |   3.4 | 235M| 115 |   0 |5645 |5476 |5645 | 204 | 105k|  66 |3877 | 0.000000e+00 | 8.670000e+02 |    Inf 
253.39/253.41	c   247s|100000 | 97473 |340712 |   3.4 | 258M| 115 |   0 |5645 |5486 |5645 | 222 | 116k|  86 |4163 | 0.000000e+00 | 8.670000e+02 |    Inf 
278.70/278.72	c   272s|110000 |107473 |375944 |   3.4 | 280M| 121 |   0 |5645 |5484 |5645 | 201 | 126k|  86 |4431 | 0.000000e+00 | 8.670000e+02 |    Inf 
306.20/306.21	c   299s|120000 |117465 |417417 |   3.5 | 303M| 121 |   0 |5645 |5491 |5645 | 181 | 138k| 100 |4739 | 0.000000e+00 | 8.670000e+02 |    Inf 
333.30/333.34	c   325s|130000 |127455 |460847 |   3.5 | 326M| 121 |   1 |5645 |5504 |5645 | 150 | 154k| 117 |4977 | 0.000000e+00 | 8.670000e+02 |    Inf 
358.20/358.26	c   349s|140000 |137455 |490920 |   3.5 | 348M| 121 |   0 |5645 |5494 |5645 | 182 | 160k| 117 |5186 | 0.000000e+00 | 8.670000e+02 |    Inf 
385.40/385.45	c   376s|150000 |147445 |535062 |   3.6 | 370M| 121 |   0 |5645 |5497 |5645 | 181 | 173k| 132 |5461 | 0.000000e+00 | 8.670000e+02 |    Inf 
411.60/411.69	c   402s|160000 |157439 |571529 |   3.6 | 393M| 121 |   1 |5645 |5496 |5645 | 186 | 185k| 139 |5670 | 0.000000e+00 | 8.670000e+02 |    Inf 
437.81/437.89	c   427s|170000 |167439 |617070 |   3.6 | 415M| 121 |   0 |5645 |5490 |5645 | 164 | 195k| 139 |5834 | 0.000000e+00 | 8.670000e+02 |    Inf 
463.20/463.21	c   452s|180000 |177439 |653178 |   3.6 | 437M| 121 |   0 |5645 |5484 |5645 | 204 | 204k| 139 |6088 | 0.000000e+00 | 8.670000e+02 |    Inf 
489.41/489.43	c   477s|190000 |187435 |692888 |   3.6 | 459M| 121 |   0 |5645 |5495 |5645 | 225 | 215k| 156 |6319 | 0.000000e+00 | 8.670000e+02 |    Inf 
517.81/517.88	c   505s|200000 |197435 |742033 |   3.7 | 482M| 121 |   0 |5645 |5483 |5645 | 189 | 232k| 156 |6582 | 0.000000e+00 | 8.670000e+02 |    Inf 
544.11/544.16	c   531s|210000 |207427 |770762 |   3.7 | 504M| 121 |   0 |5645 |5490 |5645 | 200 | 242k| 171 |6737 | 0.000000e+00 | 8.670000e+02 |    Inf 
566.61/566.60	o 477
566.61/566.60	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
566.61/566.60	c * 553s|217882 |202254 |804895 |   3.7 | 494M| 121 |   - |5645 |5506 |5645 | 204 | 256k| 195 |6880 | 0.000000e+00 | 4.770000e+02 |    Inf 
567.11/567.14	o 472
567.11/567.14	c * 553s|218023 |202003 |805228 |   3.7 | 494M| 121 |   - |5645 |5541 |5645 | 217 | 256k| 230 |6885 | 0.000000e+00 | 4.720000e+02 |    Inf 
567.81/567.84	o 468
567.81/567.84	c * 554s|218192 |201839 |805887 |   3.7 | 494M| 121 |   - |5645 |5571 |5645 | 207 | 256k| 261 |6891 | 0.000000e+00 | 4.680000e+02 |    Inf 
568.01/568.06	o 433
568.01/568.06	c * 554s|218244 |198843 |806073 |   3.7 | 487M| 121 |   - |5645 |5604 |5645 | 204 | 256k| 294 |6891 | 0.000000e+00 | 4.330000e+02 |    Inf 
568.11/568.14	o 425
568.11/568.14	c * 554s|218264 |198054 |806135 |   3.7 | 486M| 121 |   - |5645 |5623 |5645 | 205 | 256k| 314 |6891 | 0.000000e+00 | 4.250000e+02 |    Inf 
575.21/575.21	c   561s|220000 |199632 |818159 |   3.7 | 491M| 121 |   0 |5645 |5797 |5645 | 212 | 261k| 499 |6965 | 0.000000e+00 | 4.250000e+02 |    Inf 
607.61/607.67	c   593s|230000 |209333 |886955 |   3.9 | 518M| 121 |   0 |5645 |6035 |5645 | 195 | 281k| 877 |7169 | 0.000000e+00 | 4.250000e+02 |    Inf 
610.01/610.01	o 411
610.01/610.01	c * 595s|230861 |208601 |890591 |   3.9 | 516M| 183 |   - |5645 |6047 |5645 | 195 | 282k| 910 |7233 | 0.000000e+00 | 4.110000e+02 |    Inf 
610.61/610.60	o 404
610.61/610.60	c * 596s|231000 |207939 |891670 |   3.9 | 515M| 183 |   - |5645 |6078 |5645 | 213 | 282k| 953 |7248 | 0.000000e+00 | 4.040000e+02 |    Inf 
621.11/621.13	o 399
621.11/621.13	c * 606s|234338 |210542 |909907 |   3.9 | 522M| 183 |   - |5645 |6120 |5645 | 201 | 287k|1171 |7314 | 0.000000e+00 | 3.990000e+02 |    Inf 
621.11/621.15	o 398
621.11/621.15	c * 606s|234340 |210440 |909908 |   3.9 | 522M| 183 |   - |5645 |6120 |5645 | 201 | 287k|1171 |7314 | 0.000000e+00 | 3.980000e+02 |    Inf 
626.40/626.49	o 396
626.40/626.49	c * 611s|235978 |211780 |921108 |   3.9 | 526M| 183 |   - |5645 |6095 |5645 | 176 | 289k|1209 |7357 | 0.000000e+00 | 3.960000e+02 |    Inf 
640.71/640.76	c   625s|240000 |215501 |953576 |   4.0 | 539M| 183 |   0 |5645 |6233 |5645 | 178 | 298k|1677 |7508 | 0.000000e+00 | 3.960000e+02 |    Inf 
643.01/643.06	o 391
643.01/643.06	c * 627s|240815 |215640 |955284 |   4.0 | 540M| 183 |   - |5645 |6216 |5645 | 188 | 299k|1693 |7513 | 0.000000e+00 | 3.910000e+02 |    Inf 
655.61/655.66	o 379
655.61/655.66	c * 640s|245141 |218208 |969860 |   4.0 | 547M| 183 |   - |5645 |6235 |5645 | 181 | 304k|2011 |7585 | 0.000000e+00 | 3.790000e+02 |    Inf 
655.71/655.72	o 378
655.71/655.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
655.71/655.72	c * 640s|245154 |218078 |969897 |   4.0 | 547M| 183 |   - |5645 |6275 |5645 | 181 | 304k|2051 |7585 | 0.000000e+00 | 3.780000e+02 |    Inf 
669.92/669.98	c   653s|250000 |222744 |989459 |   4.0 | 560M| 183 |   0 |5645 |6234 |5645 | 171 | 310k|2448 |7666 | 0.000000e+00 | 3.780000e+02 |    Inf 
671.31/671.32	o 348
671.31/671.32	c * 655s|250424 |218372 |992369 |   4.0 | 547M| 183 |   - |5645 |6216 |5645 | 184 | 310k|2476 |7666 | 0.000000e+00 | 3.480000e+02 |    Inf 
671.91/671.98	o 346
671.91/671.98	c * 655s|250570 |218212 |994601 |   4.0 | 547M| 183 |   - |5645 |6204 |5645 | 209 | 311k|2488 |7672 | 0.000000e+00 | 3.460000e+02 |    Inf 
674.21/674.26	o 338
674.21/674.26	c * 658s|251151 |217299 |  1001k|   4.0 | 545M| 183 |   - |5645 |6143 |5645 | 198 | 312k|2537 |7677 | 0.000000e+00 | 3.380000e+02 |    Inf 
674.21/674.28	o 336
674.21/674.28	c * 658s|251153 |216917 |  1001k|   4.0 | 544M| 183 |   - |5645 |6143 |5645 | 198 | 312k|2537 |7677 | 0.000000e+00 | 3.360000e+02 |    Inf 
681.61/681.65	o 329
681.61/681.65	c * 665s|253260 |217461 |  1012k|   4.0 | 547M| 183 |   - |5645 |6069 |5645 | 238 | 316k|2901 |7719 | 0.000000e+00 | 3.290000e+02 |    Inf 
681.61/681.65	o 328
681.61/681.65	c * 665s|253261 |217235 |  1012k|   4.0 | 547M| 183 |   - |5645 |6069 |5645 | 238 | 316k|2901 |7719 | 0.000000e+00 | 3.280000e+02 |    Inf 
687.21/687.28	o 315
687.21/687.28	c * 670s|255037 |216181 |  1020k|   4.0 | 544M| 183 |   - |5645 |5989 |5645 | 208 | 318k|3036 |7759 | 0.000000e+00 | 3.150000e+02 |    Inf 
690.11/690.11	o 310
690.11/690.11	c * 673s|256078 |216007 |  1024k|   4.0 | 543M| 183 |   - |5645 |5883 |5645 | 182 | 319k|3049 |7765 | 0.000000e+00 | 3.100000e+02 |    Inf 
690.51/690.59	o 307
690.51/690.59	c * 674s|256214 |215387 |  1025k|   4.0 | 542M| 183 |   - |5645 |5870 |5645 | 181 | 320k|3069 |7766 | 0.000000e+00 | 3.070000e+02 |    Inf 
690.61/690.60	o 291
690.61/690.60	c * 674s|256215 |209890 |  1025k|   4.0 | 530M| 183 |   - |5645 |5870 |5645 | 181 | 320k|3069 |7766 | 0.000000e+00 | 2.910000e+02 |    Inf 
690.91/690.90	o 288
690.91/690.90	c * 674s|256282 |208540 |  1025k|   4.0 | 527M| 183 |   - |5645 |5865 |5645 | 178 | 320k|3097 |7766 | 0.000000e+00 | 2.880000e+02 |    Inf 
693.91/693.99	o 287
693.91/693.99	c * 677s|257524 |209299 |  1027k|   4.0 | 529M| 183 |   - |5645 |5837 |5645 | 174 | 320k|3130 |7770 | 0.000000e+00 | 2.870000e+02 |    Inf 
695.01/695.05	o 262
695.01/695.05	c * 678s|257826 |194990 |  1029k|   4.0 | 500M| 183 |   - |5645 |5838 |5645 | 189 | 321k|3179 |7772 | 0.000000e+00 | 2.620000e+02 |    Inf 
695.01/695.06	o 260
695.01/695.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
695.01/695.06	c * 678s|257827 |193814 |  1029k|   4.0 | 498M| 183 |   - |5645 |5838 |5645 | 189 | 321k|3179 |7772 | 0.000000e+00 | 2.600000e+02 |    Inf 
695.11/695.17	o 254
695.11/695.17	c * 678s|257856 |189782 |  1029k|   4.0 | 489M| 183 |   - |5645 |5843 |5645 | 183 | 321k|3188 |7773 | 0.000000e+00 | 2.540000e+02 |    Inf 
695.11/695.18	o 253
695.11/695.18	c * 678s|257857 |189143 |  1029k|   4.0 | 488M| 183 |   - |5645 |5843 |5645 | 183 | 321k|3188 |7773 | 0.000000e+00 | 2.530000e+02 |    Inf 
695.91/695.91	o 248
695.91/695.91	c * 679s|258026 |185847 |  1030k|   4.0 | 482M| 183 |   - |5645 |5864 |5645 | 220 | 321k|3241 |7778 | 0.000000e+00 | 2.480000e+02 |    Inf 
696.41/696.45	o 241
696.41/696.45	c * 679s|258154 |180998 |  1030k|   4.0 | 473M| 183 |   - |5645 |5910 |5645 | 210 | 322k|3315 |7778 | 0.000000e+00 | 2.410000e+02 |    Inf 
696.81/696.85	o 240
696.81/696.85	c * 680s|258244 |180411 |  1031k|   4.0 | 473M| 183 |   - |5645 |5913 |5645 | 219 | 322k|3339 |7779 | 0.000000e+00 | 2.400000e+02 |    Inf 
698.12/698.19	o 234
698.12/698.19	c * 681s|258565 |176470 |  1033k|   4.0 | 467M| 183 |   - |5645 |6013 |5645 | 164 | 323k|3484 |7781 | 0.000000e+00 | 2.340000e+02 |    Inf 
698.21/698.21	o 232
698.21/698.21	c * 681s|258566 |175035 |  1033k|   4.0 | 464M| 183 |   - |5645 |6013 |5645 | 164 | 323k|3484 |7781 | 0.000000e+00 | 2.320000e+02 |    Inf 
698.62/698.69	o 221
698.62/698.69	c * 681s|258660 |167216 |  1034k|   4.0 | 449M| 183 |   - |5645 |6021 |5645 | 190 | 323k|3530 |7781 | 0.000000e+00 | 2.210000e+02 |    Inf 
698.92/698.92	o 200
698.92/698.92	c * 682s|258703 |147709 |  1034k|   4.0 | 405M| 183 |   - |5645 |6026 |5645 | 202 | 323k|3542 |7785 | 0.000000e+00 | 2.000000e+02 |    Inf 
699.21/699.24	o 181
699.21/699.24	c * 682s|258758 |128438 |  1034k|   4.0 | 362M| 183 |   - |5645 |6022 |5645 | 193 | 323k|3551 |7785 | 0.000000e+00 | 1.810000e+02 |    Inf 
699.31/699.39	o 180
699.31/699.39	c * 682s|258773 |127480 |  1034k|   4.0 | 359M| 183 |   - |5645 |6013 |5645 | 195 | 323k|3567 |7785 | 0.000000e+00 | 1.800000e+02 |    Inf 
699.52/699.51	o 171
699.52/699.51	c * 682s|258790 |119011 |  1034k|   4.0 | 340M| 183 |   - |5645 |6009 |5645 | 191 | 323k|3570 |7786 | 0.000000e+00 | 1.710000e+02 |    Inf 
699.52/699.58	o 163
699.52/699.58	c * 682s|258799 |111708 |  1034k|   4.0 | 323M| 183 |   - |5645 |6017 |5645 | 186 | 323k|3579 |7787 | 0.000000e+00 | 1.630000e+02 |    Inf 
703.31/703.35	o 158
703.31/703.35	c * 686s|259570 |107661 |  1041k|   4.0 | 318M| 183 |   - |5645 |6215 |5645 | 198 | 326k|4028 |7840 | 0.000000e+00 | 1.580000e+02 |    Inf 
704.31/704.38	o 152
704.31/704.38	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
704.31/704.38	c * 687s|259770 |102698 |  1043k|   4.0 | 307M| 183 |   - |5645 |6356 |5645 | 214 | 327k|4229 |7850 | 0.000000e+00 | 1.520000e+02 |    Inf 
705.61/705.69	c   688s|260000 |102741 |  1046k|   4.0 | 307M| 183 |   - |5645 |6449 |   0 |   0 | 328k|4478 |7854 | 0.000000e+00 | 1.520000e+02 |    Inf 
705.81/705.89	o 150
705.81/705.89	c * 688s|260060 |101194 |  1046k|   4.0 | 304M| 183 |   - |5645 |6456 |5645 | 205 | 328k|4499 |7854 | 0.000000e+00 | 1.500000e+02 |    Inf 
705.91/705.94	o 145
705.91/705.94	c * 688s|260067 | 97091 |  1046k|   4.0 | 294M| 183 |   - |5645 |6457 |5645 | 197 | 328k|4506 |7854 | 0.000000e+00 | 1.450000e+02 |    Inf 
707.11/707.18	o 142
707.11/707.18	c * 690s|260330 | 94622 |  1047k|   4.0 | 289M| 183 |   - |5645 |6350 |5645 | 171 | 328k|4634 |7855 | 0.000000e+00 | 1.420000e+02 |    Inf 
707.22/707.21	o 140
707.22/707.21	c * 690s|260339 | 93210 |  1047k|   4.0 | 286M| 183 |   - |5645 |6350 |5645 | 175 | 328k|4634 |7855 | 0.000000e+00 | 1.400000e+02 |    Inf 
707.22/707.24	o 131
707.22/707.24	c * 690s|260340 | 86825 |  1047k|   4.0 | 270M| 183 |   - |5645 |6350 |5645 | 175 | 328k|4634 |7855 | 0.000000e+00 | 1.310000e+02 |    Inf 
707.32/707.32	o 124
707.32/707.32	c * 690s|260348 | 81664 |  1047k|   4.0 | 257M| 183 |   - |5645 |6359 |5645 | 161 | 328k|4658 |7855 | 0.000000e+00 | 1.240000e+02 |    Inf 
708.12/708.16	o 117
708.12/708.16	c * 691s|260534 | 73490 |  1049k|   4.0 | 239M| 183 |   - |5645 |6351 |5645 | 204 | 329k|4818 |7861 | 0.000000e+00 | 1.170000e+02 |    Inf 
708.12/708.18	o 116
708.12/708.18	c * 691s|260536 | 70475 |  1049k|   4.0 | 233M| 183 |   - |5645 |6351 |5645 | 204 | 329k|4818 |7861 | 0.000000e+00 | 1.160000e+02 |    Inf 
708.41/708.44	o 109
708.41/708.44	c * 691s|260572 | 61478 |  1050k|   4.0 | 209M| 183 |   - |5645 |6323 |5645 | 189 | 329k|4844 |7861 | 0.000000e+00 | 1.090000e+02 |    Inf 
708.61/708.63	o 108
708.61/708.63	c * 691s|260599 | 60301 |  1050k|   4.0 | 207M| 183 |   - |5645 |6291 |5645 | 172 | 329k|4869 |7861 | 0.000000e+00 | 1.080000e+02 |    Inf 
708.61/708.64	o 107
708.61/708.64	c * 691s|260600 | 59784 |  1050k|   4.0 | 205M| 183 |   - |5645 |6291 |5645 | 172 | 329k|4869 |7861 | 0.000000e+00 | 1.070000e+02 |    Inf 
709.01/709.00	o 98
709.01/709.00	c * 691s|260683 | 53531 |  1050k|   4.0 | 191M| 183 |   - |5645 |6249 |5645 | 178 | 329k|4886 |7865 | 0.000000e+00 | 9.800000e+01 |    Inf 
709.01/709.09	o 96
709.01/709.09	c * 692s|260695 | 50569 |  1050k|   4.0 | 185M| 183 |   - |5645 |6172 |5645 | 206 | 329k|4890 |7865 | 0.000000e+00 | 9.600000e+01 |    Inf 
709.21/709.22	o 92
709.21/709.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
709.21/709.22	c * 692s|260725 | 47879 |  1050k|   4.0 | 178M| 183 |   - |5645 |6114 |5645 | 181 | 329k|4912 |7865 | 0.000000e+00 | 9.200000e+01 |    Inf 
709.21/709.26	o 73
709.21/709.26	c * 692s|260726 | 33535 |  1050k|   4.0 | 139M| 183 |   - |5645 |6114 |5645 | 181 | 329k|4912 |7865 | 0.000000e+00 | 7.300000e+01 |    Inf 
709.31/709.34	o 66
709.31/709.34	c * 692s|260733 | 29059 |  1050k|   4.0 | 127M| 183 |   - |5645 |5442 |5645 | 191 | 329k|4919 |7865 | 0.000000e+00 | 6.600000e+01 |    Inf 
709.41/709.45	o 59
709.41/709.45	c * 692s|260749 | 26841 |  1050k|   4.0 | 119M| 183 |   - |5645 |5239 |5645 | 203 | 329k|4926 |7865 | 0.000000e+00 | 5.900000e+01 |    Inf 
709.81/709.84	o 54
709.81/709.84	c * 692s|260826 | 25818 |  1051k|   4.0 | 117M| 183 |   - |5645 |5059 |5645 | 204 | 329k|5006 |7865 | 0.000000e+00 | 5.400000e+01 |    Inf 
709.81/709.86	o 38
709.81/709.86	c * 692s|260827 | 22074 |  1051k|   4.0 | 105M| 183 |   - |5645 |5059 |5645 | 204 | 329k|5006 |7865 | 0.000000e+00 | 3.800000e+01 |    Inf 
710.21/710.26	o 33
710.21/710.26	c * 693s|260941 | 19176 |  1052k|   4.0 |  95M| 183 |   - |5645 |4490 |5645 | 150 | 329k|5172 |7866 | 0.000000e+00 | 3.300000e+01 |    Inf 
710.41/710.40	o 31
710.41/710.40	c * 693s|260954 |  2084 |  1052k|   4.0 |  38M| 183 |   - |5645 |4360 |5645 | 184 | 329k|5205 |7866 | 0.000000e+00 | 3.100000e+01 |    Inf 
725.82/725.84	o 26
725.82/725.84	c * 708s|267920 |  1433 |  1071k|   4.0 |  42M| 183 |   - |5645 |7782 |5645 | 171 | 332k|  14k|7938 | 0.000000e+00 | 2.600000e+01 |    Inf 
730.32/730.33	c   712s|270000 |  1371 |  1077k|   4.0 |  42M| 183 |   9 |5645 |6408 |5645 | 170 | 333k|  16k|7952 | 0.000000e+00 | 2.600000e+01 |    Inf 
731.42/731.41	o 22
731.42/731.41	c * 713s|270533 |  1289 |  1078k|   4.0 |  42M| 183 |   - |5645 |6503 |5645 | 174 | 333k|  17k|7952 | 0.000000e+00 | 2.200000e+01 |    Inf 
734.11/734.16	o 12
734.11/734.16	c * 716s|271805 |   898 |  1082k|   4.0 |  38M| 183 |   - |5645 |6173 |5645 | 189 | 334k|  19k|7954 | 0.000000e+00 | 1.200000e+01 |    Inf 
749.41/749.46	c   730s|280000 |   811 |  1109k|   4.0 |  39M| 183 |   7 |5645 |8357 |5645 | 188 | 339k|  29k|8006 | 0.000000e+00 | 1.200000e+01 |    Inf 
749.92/749.93	o 11
749.92/749.93	c * 731s|280260 |   800 |  1110k|   4.0 |  39M| 183 |   - |5645 |8209 |5645 | 172 | 339k|  29k|8007 | 0.000000e+00 | 1.100000e+01 |    Inf 
757.31/757.36	o 10
757.31/757.36	c * 738s|284316 |   819 |  1120k|   3.9 |  40M| 183 |   - |5645 |  10k|5645 | 173 | 340k|  34k|8069 | 0.000000e+00 | 1.000000e+01 |    Inf 
767.71/767.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
767.71/767.79	c   748s|290000 |   793 |  1137k|   3.9 |  40M| 183 |  16 |5645 |  10k|5645 | 199 | 343k|  42k|8109 | 0.000000e+00 | 1.000000e+01 |    Inf 
773.81/773.88	o 9
773.81/773.88	c * 754s|293000 |   893 |  1150k|   3.9 |  41M| 183 |   - |5645 |  11k|5645 | 199 | 346k|  46k|8117 | 0.000000e+00 | 9.000000e+00 |    Inf 
777.22/777.21	o 8
777.22/777.21	c * 757s|294569 |   886 |  1156k|   3.9 |  40M| 183 |   - |5645 |  10k|5645 | 201 | 347k|  48k|8150 | 0.000000e+00 | 8.000000e+00 |    Inf 
788.91/788.90	c   768s|300000 |  1158 |  1185k|   4.0 |  43M| 183 |  11 |5645 |  12k|5645 | 168 | 354k|  54k|8199 | 0.000000e+00 | 8.000000e+00 |    Inf 
794.41/794.48	o 6
794.41/794.48	c * 773s|302462 |  1158 |  1198k|   4.0 |  43M| 183 |   - |5645 |  13k|5645 | 183 | 357k|  58k|8208 | 0.000000e+00 | 6.000000e+00 |    Inf 
810.91/810.98	c   789s|310000 |  1240 |  1240k|   4.0 |  44M| 183 |   - |5645 |  13k|5645 | 195 | 368k|  68k|8282 | 0.000000e+00 | 6.000000e+00 |    Inf 
831.41/831.43	c   809s|320000 |  1230 |  1282k|   4.0 |  45M| 183 |   - |5645 |  14k|   0 |   0 | 377k|  81k|8329 | 0.000000e+00 | 6.000000e+00 |    Inf 
836.12/836.17	o 5
836.12/836.17	c * 813s|322225 |  1166 |  1292k|   4.0 |  44M| 183 |   - |5645 |  14k|5645 | 175 | 379k|  85k|8369 | 0.000000e+00 | 5.000000e+00 |    Inf 
851.72/851.76	c   828s|330000 |  1154 |  1322k|   4.0 |  44M| 183 |   - |5645 |  14k|   0 |   0 | 385k|  95k|8455 | 0.000000e+00 | 5.000000e+00 |    Inf 
873.43/873.44	c   849s|340000 |  1024 |  1367k|   4.0 |  44M| 183 |   9 |5645 |  14k|5645 | 204 | 394k| 109k|8505 | 0.000000e+00 | 5.000000e+00 |    Inf 
893.92/893.97	c   869s|350000 |   932 |  1405k|   4.0 |  44M| 183 |   - |5645 |  14k|   0 |   0 | 401k| 122k|8612 | 0.000000e+00 | 5.000000e+00 |    Inf 
914.72/914.71	c   889s|360000 |   924 |  1445k|   4.0 |  44M| 183 |   8 |5645 |  14k|5645 | 172 | 408k| 135k|8696 | 0.000000e+00 | 5.000000e+00 |    Inf 
936.02/936.02	c   909s|370000 |  1086 |  1486k|   4.0 |  46M| 183 |   - |5645 |  18k|   0 |   0 | 417k| 148k|8741 | 0.000000e+00 | 5.000000e+00 |    Inf 
959.92/959.92	c   932s|380000 |  1159 |  1531k|   4.0 |  48M| 183 |   - |5645 |  20k|   0 |   0 | 429k| 161k|8824 | 0.000000e+00 | 5.000000e+00 |    Inf 
982.12/982.17	c   954s|390000 |  1041 |  1564k|   4.0 |  48M| 183 |   - |5645 |  20k|5645 | 199 | 435k| 174k|8871 | 0.000000e+00 | 5.000000e+00 |    Inf 
1003.72/1003.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1003.72/1003.80	c   975s|400000 |   913 |  1595k|   4.0 |  46M| 183 |   - |5645 |  19k|   0 |   0 | 440k| 188k|8911 | 0.000000e+00 | 5.000000e+00 |    Inf 
1025.52/1025.53	c   996s|410000 |  1159 |  1633k|   4.0 |  47M| 183 |   1 |5645 |  18k|5645 | 183 | 449k| 200k|9049 | 0.000000e+00 | 5.000000e+00 |    Inf 
1047.42/1047.48	c  1017s|420000 |  1259 |  1670k|   4.0 |  49M| 183 |   - |5645 |  20k|   0 |   0 | 458k| 213k|9092 | 0.000000e+00 | 5.000000e+00 |    Inf 
1070.23/1070.28	c  1039s|430000 |  1204 |  1709k|   4.0 |  49M| 183 |   9 |5645 |  20k|5645 | 204 | 466k| 226k|9166 | 0.000000e+00 | 5.000000e+00 |    Inf 
1092.23/1092.30	c  1060s|440000 |  1167 |  1743k|   4.0 |  48M| 183 |   9 |5645 |  19k|5645 | 173 | 471k| 239k|9223 | 0.000000e+00 | 5.000000e+00 |    Inf 
1114.23/1114.23	c  1081s|450000 |  1113 |  1779k|   4.0 |  49M| 183 |   - |5645 |  20k|   0 |   0 | 477k| 251k|9271 | 0.000000e+00 | 5.000000e+00 |    Inf 
1134.23/1134.24	c  1101s|460000 |  1151 |  1805k|   3.9 |  49M| 183 |   - |5645 |  21k|   0 |   0 | 480k| 265k|9304 | 0.000000e+00 | 5.000000e+00 |    Inf 
1154.93/1154.95	c  1121s|470000 |  1105 |  1833k|   3.9 |  49M| 183 |   1 |5645 |  22k|5645 | 174 | 483k| 278k|9340 | 0.000000e+00 | 5.000000e+00 |    Inf 
1176.33/1176.30	c  1141s|480000 |  1019 |  1862k|   3.9 |  49M| 183 |  22 |5645 |  21k|5645 | 177 | 487k| 291k|9386 | 0.000000e+00 | 5.000000e+00 |    Inf 
1198.73/1198.77	c  1163s|490000 |   959 |  1895k|   3.9 |  48M| 183 |   1 |5645 |  21k|5645 | 170 | 493k| 304k|9437 | 0.000000e+00 | 5.000000e+00 |    Inf 
1220.63/1220.61	c  1184s|500000 |   992 |  1929k|   3.9 |  48M| 183 |   - |5645 |  20k|   0 |   0 | 499k| 317k|9509 | 0.000000e+00 | 5.000000e+00 |    Inf 
1240.93/1240.90	c  1204s|510000 |  1001 |  1953k|   3.8 |  49M| 183 |   - |5645 |  23k|   0 |   0 | 502k| 330k|9570 | 0.000000e+00 | 5.000000e+00 |    Inf 
1261.93/1261.91	c  1224s|520000 |  1029 |  1978k|   3.8 |  49M| 183 |  15 |5645 |  22k|5645 | 184 | 505k| 343k|9586 | 0.000000e+00 | 5.000000e+00 |    Inf 
1282.53/1282.56	c  1244s|530000 |  1041 |  2004k|   3.8 |  50M| 183 |   - |5645 |  23k|   0 |   0 | 508k| 355k|9617 | 0.000000e+00 | 5.000000e+00 |    Inf 
1304.83/1304.86	c  1265s|540000 |  1074 |  2037k|   3.8 |  50M| 183 |   1 |5645 |  22k|5645 | 205 | 513k| 368k|9660 | 0.000000e+00 | 5.000000e+00 |    Inf 
1325.63/1325.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1325.63/1325.64	c  1285s|550000 |  1056 |  2061k|   3.7 |  50M| 183 |   - |5645 |  21k|   0 |   0 | 515k| 381k|9703 | 0.000000e+00 | 5.000000e+00 |    Inf 
1346.03/1346.09	c  1305s|560000 |  1038 |  2082k|   3.7 |  50M| 183 |   4 |5645 |  23k|5645 | 187 | 518k| 394k|9745 | 0.000000e+00 | 5.000000e+00 |    Inf 
1369.33/1369.32	c  1328s|570000 |  1039 |  2119k|   3.7 |  50M| 183 |  11 |5645 |  24k|5645 | 200 | 523k| 407k|9796 | 0.000000e+00 | 5.000000e+00 |    Inf 
1391.54/1391.59	c  1349s|580000 |   988 |  2149k|   3.7 |  51M| 183 |   - |5645 |  26k|   0 |   0 | 528k| 420k|9833 | 0.000000e+00 | 5.000000e+00 |    Inf 
1412.73/1412.72	c  1370s|590000 |   980 |  2170k|   3.7 |  51M| 183 |   - |5645 |  27k|   0 |   0 | 530k| 434k|9855 | 0.000000e+00 | 5.000000e+00 |    Inf 
1434.64/1434.67	c  1391s|600000 |   892 |  2197k|   3.7 |  49M| 183 |  10 |5645 |  25k|5645 | 179 | 532k| 446k|9918 | 0.000000e+00 | 5.000000e+00 |    Inf 
1458.33/1458.31	c  1414s|610000 |   941 |  2227k|   3.7 |  50M| 183 |   - |5645 |  25k|   0 |   0 | 538k| 459k|  10k| 0.000000e+00 | 5.000000e+00 |    Inf 
1485.14/1485.17	c  1440s|620000 |  1029 |  2257k|   3.6 |  52M| 183 |   7 |5645 |  29k|5645 | 170 | 545k| 472k|  10k| 0.000000e+00 | 5.000000e+00 |    Inf 
1513.74/1513.70	c  1468s|630000 |   995 |  2284k|   3.6 |  53M| 183 |  11 |5645 |  31k|5645 | 175 | 550k| 485k|  10k| 0.000000e+00 | 5.000000e+00 |    Inf 
1544.04/1544.04	c  1498s|640000 |   983 |  2313k|   3.6 |  53M| 183 |   - |5645 |  32k|   0 |   0 | 554k| 498k|  10k| 0.000000e+00 | 5.000000e+00 |    Inf 
1577.63/1577.63	c  1532s|650000 |  1023 |  2352k|   3.6 |  54M| 183 |   - |5645 |  35k|   0 |   0 | 561k| 511k|  10k| 0.000000e+00 | 5.000000e+00 |    Inf 
1612.03/1612.07	c  1566s|660000 |   965 |  2393k|   3.6 |  53M| 183 |  14 |5645 |  33k|5645 | 165 | 569k| 525k|  10k| 0.000000e+00 | 5.000000e+00 |    Inf 
1645.34/1645.31	c  1599s|670000 |   983 |  2431k|   3.6 |  55M| 183 |   - |5645 |  36k|   0 |   0 | 576k| 538k|  10k| 0.000000e+00 | 5.000000e+00 |    Inf 
1678.14/1678.12	c  1632s|680000 |   981 |  2455k|   3.6 |  55M| 183 |   - |5645 |  36k|   0 |   0 | 579k| 552k|  10k| 0.000000e+00 | 5.000000e+00 |    Inf 
1709.64/1709.63	c  1663s|690000 |  1032 |  2482k|   3.6 |  55M| 183 |   1 |5645 |  36k|5645 | 179 | 584k| 565k|  10k| 0.000000e+00 | 5.000000e+00 |    Inf 
1742.15/1742.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1742.15/1742.14	c  1695s|700000 |  1109 |  2508k|   3.6 |  57M| 183 |   1 |5645 |  38k|5645 | 183 | 588k| 578k|  10k| 0.000000e+00 | 5.000000e+00 |    Inf 
1777.84/1777.88	c  1731s|710000 |  1097 |  2543k|   3.6 |  57M| 183 |   - |5645 |  37k|   0 |   0 | 594k| 591k|  10k| 0.000000e+00 | 5.000000e+00 |    Inf 
1800.05/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.05/1800.00	c 
1800.05/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.00	c Solving Time (sec) : 1752.51
1800.05/1800.00	c Solving Nodes      : 716320
1800.05/1800.00	c Primal Bound       : +5.00000000000000e+00 (188 solutions)
1800.05/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.05/1800.00	c Gap                : infinite
1800.05/1800.08	s SATISFIABLE
1800.05/1800.08	v -x231 -x230 -x229 -x228 -x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 -x217 -x216 x215 -x214 -x213 -x212 -x211 -x210 
1800.05/1800.08	v -x209 -x208 -x207 -x206 -x205 -x204 -x203 x202 x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 
1800.05/1800.08	v -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 
1800.05/1800.08	v x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 x154 -x153 -x152 -x151 -x150 -x149 x148 -x147 
1800.05/1800.08	v -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 x126 
1800.05/1800.08	v -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 x111 -x110 -x109 -x108 -x107 -x106 x105 
1800.05/1800.08	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.05/1800.08	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.05/1800.08	v -x54 -x53 -x52 -x51 -x50 -x49 -x48 -x47 -x46 -x45 -x44 -x43 -x42 -x41 -x40 -x39 -x38 -x37 -x36 x35 -x34 -x33 -x32 -x31 -x30 -x29 
1800.05/1800.08	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.05/1800.08	v -x1 
1800.05/1800.08	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.08	c Solving Time       :    1752.51
1800.05/1800.08	c Original Problem   :
1800.05/1800.08	c   Problem name     : HOME/instance-2692331-1277926474.wbo
1800.05/1800.08	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.05/1800.08	c   Constraints      : 5415 initial, 5415 maximal
1800.05/1800.08	c Presolved Problem  :
1800.05/1800.08	c   Problem name     : t_HOME/instance-2692331-1277926474.wbo
1800.05/1800.08	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.05/1800.08	c   Constraints      : 5414 initial, 39359 maximal
1800.05/1800.08	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.05/1800.08	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.08	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.08	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.08	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.08	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.08	c   probing          :       0.03          0          0          0          0          0          0          0          0
1800.05/1800.08	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.08	c   linear           :       0.02          0          0          0       2707          0          1          0          0
1800.05/1800.08	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.08	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.08	c   root node        :          -       2596          -          -       5192          -          -          -          -
1800.05/1800.08	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.08	c   integral         :          0          0          0     592470          0          2        183          0          0     555662
1800.05/1800.08	c   indicator        :       2707          0    2997659     314313          0        101    2710661          0          0          0
1800.05/1800.08	c   linear           :       2707          6    3008440     314452          0     194891   12945249     600047          0          0
1800.05/1800.08	c   logicor          :          0+         0     745651          0          0      33283     601758          0          0          0
1800.05/1800.08	c   bounddisjunction :          0+         0       9184          0          0          0          4          0          0          0
1800.05/1800.08	c   countsols        :          0          0          0     227169          0          0          0          0          0          0
1800.05/1800.08	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.05/1800.08	c   integral         :      17.71       0.00       0.00      17.71       0.00
1800.05/1800.08	c   indicator        :      91.93       0.00      20.77      71.16       0.00
1800.05/1800.08	c   linear           :     181.64       0.00     132.57      49.07       0.00
1800.05/1800.08	c   logicor          :     186.72       0.00     186.72       0.00       0.00
1800.05/1800.08	c   bounddisjunction :       0.00       0.00       0.00       0.00       0.00
1800.05/1800.08	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.05/1800.08	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.05/1800.08	c   vbounds          :       0.17          2          0          0
1800.05/1800.08	c   rootredcost      :       0.21         73          0       2596
1800.05/1800.08	c   pseudoobj        :     144.80    3011289       2601    1352814
1800.05/1800.08	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.05/1800.08	c   propagation      :      10.30     230775     230527    1474015       24.4       7530       18.7          -
1800.05/1800.08	c   infeasible LP    :       5.15      14648      14648     119367       39.0        192       17.5          0
1800.05/1800.08	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.08	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.08	c   pseudo solution  :       0.01        124        124        434       10.6         84        4.1          -
1800.05/1800.08	c   applied globally :          -          -          -     599268       19.9          -          -          -
1800.05/1800.08	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.05/1800.08	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.05/1800.08	c   cut pool         :       0.00          3          -          -         30          -    (maximal pool size: 86)
1800.05/1800.08	c   redcost          :      53.54     594999          0    1131612          0          0
1800.05/1800.08	c   impliedbounds    :       0.00          4          0          0          0          0
1800.05/1800.08	c   intobj           :       0.00          0          0          0          0          0
1800.05/1800.08	c   cgmip            :       0.00          0          0          0          0          0
1800.05/1800.08	c   gomory           :       0.00          4          0          0         86          0
1800.05/1800.08	c   strongcg         :       0.00          4          0          0          0          0
1800.05/1800.08	c   cmir             :       0.02          4          0          0          0          0
1800.05/1800.08	c   flowcover        :       0.01          4          0          0          0          0
1800.05/1800.08	c   clique           :       0.00          1          0          0          0          0
1800.05/1800.08	c   zerohalf         :       0.00          0          0          0          0          0
1800.05/1800.08	c   mcf              :       0.01          1          0          0          0          0
1800.05/1800.08	c   rapidlearning    :       0.00          0          0          0          0          0
1800.05/1800.08	c Pricers            :       Time      Calls       Vars
1800.05/1800.08	c   problem variables:       0.00          0          0
1800.05/1800.08	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.08	c   relpscost        :      17.62     277986          2        183          0          0     555662
1800.05/1800.08	c   pscost           :       0.00          0          0          0          0          0          0
1800.05/1800.08	c   inference        :      57.69     227096          0          0          0          0     454192
1800.05/1800.08	c   mostinf          :       0.00          0          0          0          0          0          0
1800.05/1800.08	c   leastinf         :       0.00          0          0          0          0          0          0
1800.05/1800.08	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.05/1800.08	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.05/1800.08	c   random           :       0.00          0          0          0          0          0          0
1800.05/1800.08	c Primal Heuristics  :       Time      Calls      Found
1800.05/1800.08	c   LP solutions     :       0.74          -         73
1800.05/1800.08	c   pseudo solutions :       0.00          -          0
1800.05/1800.08	c   feaspump         :       0.02          0          0
1800.05/1800.08	c   oneopt           :       0.38         64          0
1800.05/1800.08	c   intshifting      :       0.08         21          0
1800.05/1800.08	c   crossover        :       2.12         78          0
1800.05/1800.08	c   guideddiving     :      11.28       6193          0
1800.05/1800.08	c   fracdiving       :      10.74       7074          0
1800.05/1800.08	c   coefdiving       :      10.73       7074          0
1800.05/1800.08	c   pscostdiving     :      10.73       7074          0
1800.05/1800.08	c   veclendiving     :      10.17       7074          0
1800.05/1800.08	c   linesearchdiving :      10.16       7074          0
1800.05/1800.08	c   rootsoldiving    :      10.00       6373          0
1800.05/1800.08	c   objpscostdiving  :      10.61       6395          0
1800.05/1800.08	c   trivial          :       0.08          2          2
1800.05/1800.08	c   simplerounding   :       0.43     278644          0
1800.05/1800.08	c   zirounding       :       0.23       1000          0
1800.05/1800.08	c   rounding         :       2.46       7418          0
1800.05/1800.08	c   shifting         :       1.83       2281          0
1800.05/1800.08	c   twoopt           :       0.00          0          0
1800.05/1800.08	c   fixandinfer      :       0.00          0          0
1800.05/1800.08	c   intdiving        :       0.00          0          0
1800.05/1800.08	c   actconsdiving    :       0.00          0          0
1800.05/1800.08	c   octane           :       0.00          0          0
1800.05/1800.08	c   rens             :       0.02          1          0
1800.05/1800.08	c   rins             :       0.00          0          0
1800.05/1800.08	c   localbranching   :       0.00          0          0
1800.05/1800.08	c   mutation         :       0.00          0          0
1800.05/1800.08	c   dins             :       0.00          0          0
1800.05/1800.08	c   undercover       :       0.00          0          0
1800.05/1800.08	c   nlp              :       0.08          0          0
1800.05/1800.08	c   trysol           :       2.16      13865        113
1800.05/1800.08	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.05/1800.08	c   primal LP        :       0.00          0          0       0.00          -
1800.05/1800.08	c   dual LP          :     439.89     397194    2563250       6.45    5827.02
1800.05/1800.08	c   lex dual LP      :       0.00          0          0       0.00          -
1800.05/1800.08	c   barrier LP       :       0.00          0          0       0.00          -
1800.05/1800.08	c   diving/probing LP:       0.83        963       3784       3.93    4559.04
1800.05/1800.08	c   strong branching :      15.82      10485      84809       8.09    5360.87
1800.05/1800.08	c     (at root node) :          -         32       1061      33.16          -
1800.05/1800.08	c   conflict analysis:       0.00          0          0       0.00          -
1800.05/1800.08	c B&B Tree           :
1800.05/1800.08	c   number of runs   :          1
1800.05/1800.08	c   nodes            :     716320
1800.05/1800.08	c   nodes (total)    :     716320
1800.05/1800.08	c   nodes left       :       1201
1800.05/1800.08	c   max depth        :        183
1800.05/1800.08	c   max depth (total):        183
1800.05/1800.08	c   backtracks       :      49981 (7.0%)
1800.05/1800.08	c   delayed cutoffs  :      36510
1800.05/1800.08	c   repropagations   :    1317046 (2915748 domain reductions, 34312 cutoffs)
1800.05/1800.08	c   avg switch length:       5.45
1800.05/1800.08	c   switching time   :     198.67
1800.05/1800.08	c Solution           :
1800.05/1800.08	c   Solutions found  :        188 (74 improvements)
1800.05/1800.08	c   First Solution   : +1.35714000000000e+05   (in run 1, after 0 nodes, 0.02 seconds, depth 0, found by <trivial>)
1800.05/1800.08	c   Primal Bound     : +5.00000000000000e+00   (in run 1, after 322225 nodes, 813.37 seconds, depth 28, found by <relaxation>)
1800.05/1800.08	c   Dual Bound       : +0.00000000000000e+00
1800.05/1800.08	c   Gap              :   infinite
1800.05/1800.08	c   Root Dual Bound  : +0.00000000000000e+00
1800.05/1800.08	c   Root Iterations  :        106
1800.25/1800.21	c Time complete: 1800.25.

Verifier Data

OK	5

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2692331-1277926474/watcher-2692331-1277926474 -o /tmp/evaluation-result-2692331-1277926474/solver-2692331-1277926474 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2692331-1277926474.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.04 2.15 2.25 3/178 19257
/proc/meminfo: memFree=30662164/32951124 swapFree=67111528/67111528
[pid=19257] ppid=19255 vsize=9740 CPUtime=0
/proc/19257/stat : 19257 (pbscip.linux.x8) R 19255 19257 17178 0 -1 4202496 1708 0 0 0 0 0 0 0 24 0 1 0 133942936 9973760 1627 4089446400 4194304 8223781 140734498851264 18446744073709551615 6205568 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/19257/statm: 2435 1643 369 984 0 1448 0

[startup+0.032721 s]
/proc/loadavg: 2.04 2.15 2.25 3/178 19257
/proc/meminfo: memFree=30662164/32951124 swapFree=67111528/67111528
[pid=19257] ppid=19255 vsize=18096 CPUtime=0.02
/proc/19257/stat : 19257 (pbscip.linux.x8) R 19255 19257 17178 0 -1 4202496 3837 0 0 0 2 0 0 0 24 0 1 0 133942936 18530304 3756 4089446400 4194304 8223781 140734498851264 18446744073709551615 6207448 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/19257/statm: 4524 3756 369 984 0 3537 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 18096

[startup+0.100708 s]
/proc/loadavg: 2.04 2.15 2.25 3/178 19257
/proc/meminfo: memFree=30662164/32951124 swapFree=67111528/67111528
[pid=19257] ppid=19255 vsize=35140 CPUtime=0.09
/proc/19257/stat : 19257 (pbscip.linux.x8) R 19255 19257 17178 0 -1 4202496 8089 0 0 0 9 0 0 0 24 0 1 0 133942936 35983360 7644 4089446400 4194304 8223781 140734498851264 18446744073709551615 4561060 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/19257/statm: 8785 7644 422 984 0 7798 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35140

[startup+0.300673 s]
/proc/loadavg: 2.04 2.15 2.25 3/178 19257
/proc/meminfo: memFree=30662164/32951124 swapFree=67111528/67111528
[pid=19257] ppid=19255 vsize=57592 CPUtime=0.29
/proc/19257/stat : 19257 (pbscip.linux.x8) R 19255 19257 17178 0 -1 4202496 14242 0 0 0 27 2 0 0 25 0 1 0 133942936 58974208 13185 4089446400 4194304 8223781 140734498851264 18446744073709551615 6205568 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/19257/statm: 14398 13213 564 984 0 13411 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 57592

[startup+0.700595 s]
/proc/loadavg: 2.04 2.15 2.25 3/178 19257
/proc/meminfo: memFree=30662164/32951124 swapFree=67111528/67111528
[pid=19257] ppid=19255 vsize=43080 CPUtime=0.69
/proc/19257/stat : 19257 (pbscip.linux.x8) R 19255 19257 17178 0 -1 4202496 15656 0 0 0 64 5 0 0 25 0 1 0 133942936 44113920 9710 4089446400 4194304 8223781 140734498851264 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/19257/statm: 10770 9710 575 984 0 9783 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 43080

[startup+1.50045 s]
/proc/loadavg: 2.04 2.15 2.25 3/179 19258
/proc/meminfo: memFree=30624824/32951124 swapFree=67111528/67111528
[pid=19257] ppid=19255 vsize=43280 CPUtime=1.49
/proc/19257/stat : 19257 (pbscip.linux.x8) R 19255 19257 17178 0 -1 4202496 15773 0 0 0 141 8 0 0 25 0 1 0 133942936 44318720 9815 4089446400 4194304 8223781 140734498851264 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/19257/statm: 10820 9815 578 984 0 9833 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 43280

[startup+3.10016 s]
/proc/loadavg: 2.04 2.15 2.25 3/179 19258
/proc/meminfo: memFree=30623212/32951124 swapFree=67111528/67111528
[pid=19257] ppid=19255 vsize=48908 CPUtime=3.09
/proc/19257/stat : 19257 (pbscip.linux.x8) R 19255 19257 17178 0 -1 4202496 22042 0 0 0 297 12 0 0 25 0 1 0 133942936 50081792 11004 4089446400 4194304 8223781 140734498851264 18446744073709551615 4819289 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/19257/statm: 12227 11004 579 984 0 11240 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 48908

[startup+6.30057 s]
/proc/loadavg: 2.04 2.15 2.25 3/179 19258
/proc/meminfo: memFree=30611868/32951124 swapFree=67111528/67111528
[pid=19257] ppid=19255 vsize=53848 CPUtime=6.29
/proc/19257/stat : 19257 (pbscip.linux.x8) R 19255 19257 17178 0 -1 4202496 28453 0 0 0 608 21 0 0 25 0 1 0 133942936 55140352 12322 4089446400 4194304 8223781 140734498851264 18446744073709551615 4820022 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/19257/statm: 13462 12322 579 984 0 12475 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 53848

[startup+12.7004 s]
/proc/loadavg: 2.03 2.14 2.25 3/179 19258
/proc/meminfo: memFree=30600600/32951124 swapFree=67111528/67111528
[pid=19257] ppid=19255 vsize=61112 CPUtime=12.7
/proc/19257/stat : 19257 (pbscip.linux.x8) R 19255 19257 17178 0 -1 4202496 40418 0 0 0 1233 37 0 0 25 0 1 0 133942936 62578688 14132 4089446400 4194304 8223781 140734498851264 18446744073709551615 6448652 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/19257/statm: 15278 14132 579 984 0 14291 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 61112

[startup+25.5011 s]
/proc/loadavg: 2.02 2.14 2.24 3/179 19259
/proc/meminfo: memFree=30573912/32951124 swapFree=67111528/67111528
[pid=19257] ppid=19255 vsize=75780 CPUtime=25.49
/proc/19257/stat : 19257 (pbscip.linux.x8) R 19255 19257 17178 0 -1 4202496 49186 0 0 0 2479 70 0 0 25 0 1 0 133942936 77598720 17791 4089446400 4194304 8223781 140734498851264 18446744073709551615 6020551 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19257/statm: 18945 17791 579 984 0 17958 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 75780

[startup+51.1004 s]
/proc/loadavg: 2.02 2.13 2.24 3/179 19259
/proc/meminfo: memFree=30521588/32951124 swapFree=67111528/67111528
[pid=19257] ppid=19255 vsize=104800 CPUtime=51.1
/proc/19257/stat : 19257 (pbscip.linux.x8) R 19255 19257 17178 0 -1 4202496 61592 0 0 0 4974 136 0 0 25 0 1 0 133942936 107315200 25014 4089446400 4194304 8223781 140734498851264 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19257/statm: 26200 25014 579 984 0 25213 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 104800

[startup+102.307 s]
/proc/loadavg: 2.00 2.10 2.22 3/179 19261
/proc/meminfo: memFree=30410576/32951124 swapFree=67111528/67111528
[pid=19257] ppid=19255 vsize=158464 CPUtime=102.3
/proc/19257/stat : 19257 (pbscip.linux.x8) R 19255 19257 17178 0 -1 4202496 80579 0 0 0 9966 264 0 0 25 0 1 0 133942936 162267136 38566 4089446400 4194304 8223781 140734498851264 18446744073709551615 4641963 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19257/statm: 39616 38566 579 984 0 38629 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 158464

[startup+162.301 s]
/proc/loadavg: 2.00 2.08 2.20 3/179 19262
/proc/meminfo: memFree=30298936/32951124 swapFree=67111528/67111528
[pid=19257] ppid=19255 vsize=212480 CPUtime=162.29
/proc/19257/stat : 19257 (pbscip.linux.x8) R 19255 19257 17178 0 -1 4202496 121682 0 0 0 15808 421 0 0 25 0 1 0 133942936 217579520 52105 4089446400 4194304 8223781 140734498851264 18446744073709551615 4651300 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19257/statm: 53120 52105 583 984 0 52133 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 212480

[startup+222.301 s]
/proc/loadavg: 2.04 2.08 2.19 3/179 19264
/proc/meminfo: memFree=30195104/32951124 swapFree=67111528/67111528
[pid=19257] ppid=19255 vsize=268412 CPUtime=222.3
/proc/19257/stat : 19257 (pbscip.linux.x8) R 19255 19257 17178 0 -1 4202496 140257 0 0 0 21665 565 0 0 25 0 1 0 133942936 274853888 65573 4089446400 4194304 8223781 140734498851264 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19257/statm: 67103 65573 583 984 0 66116 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 268412

[startup+282.3 s]
/proc/loadavg: 2.01 2.06 2.18 3/179 19265
/proc/meminfo: memFree=30097232/32951124 swapFree=67111528/67111528
[pid=19257] ppid=19255 vsize=320188 CPUtime=282.3
/proc/19257/stat : 19257 (pbscip.linux.x8) R 19255 19257 17178 0 -1 4202496 158634 0 0 0 27526 704 0 0 25 0 1 0 133942936 327872512 78637 4089446400 4194304 8223781 140734498851264 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19257/statm: 80047 78637 583 984 0 79060 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 320188

[startup+342.3 s]
/proc/loadavg: 2.00 2.05 2.16 3/179 19267
/proc/meminfo: memFree=29997860/32951124 swapFree=67111528/67111528
[pid=19257] ppid=19255 vsize=370964 CPUtime=342.3
/proc/19257/stat : 19257 (pbscip.linux.x8) R 19255 19257 17178 0 -1 4202496 171550 0 0 0 33373 857 0 0 25 0 1 0 133942936 379867136 91451 4089446400 4194304 8223781 140734498851264 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19257/statm: 92741 91451 583 984 0 91754 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 370964

[startup+402.3 s]
/proc/loadavg: 2.00 2.04 2.15 3/179 19269
/proc/meminfo: memFree=29901360/32951124 swapFree=67111528/67111528
[pid=19257] ppid=19255 vsize=420884 CPUtime=402.3
/proc/19257/stat : 19257 (pbscip.linux.x8) R 19255 19257 17178 0 -1 4202496 189404 0 0 0 39235 995 0 0 25 0 1 0 133942936 430985216 104017 4089446400 4194304 8223781 140734498851264 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19257/statm: 105221 104017 583 984 0 104234 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 420884

[startup+462.3 s]
/proc/loadavg: 2.00 2.03 2.14 3/179 19270
/proc/meminfo: memFree=29797532/32951124 swapFree=67111528/67111528
[pid=19257] ppid=19255 vsize=472280 CPUtime=462.3
/proc/19257/stat : 19257 (pbscip.linux.x8) R 19255 19257 17178 0 -1 4202496 202339 0 0 0 45090 1140 0 0 25 0 1 0 133942936 483614720 116859 4089446400 4194304 8223781 140734498851264 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19257/statm: 118070 116859 583 984 0 117083 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 472280

[startup+522.3 s]
/proc/loadavg: 2.05 2.04 2.13 3/179 19272
/proc/meminfo: memFree=29742168/32951124 swapFree=67111528/67111528
[pid=19257] ppid=19255 vsize=525660 CPUtime=522.3
/proc/19257/stat : 19257 (pbscip.linux.x8) R 19255 19257 17178 0 -1 4202496 214852 0 0 0 50946 1284 0 0 25 0 1 0 133942936 538275840 129262 4089446400 4194304 8223781 140734498851264 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19257/statm: 131415 129262 583 984 0 130428 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 525660

[startup+582.3 s]
/proc/loadavg: 2.02 2.03 2.12 3/179 19273
/proc/meminfo: memFree=29642060/32951124 swapFree=67111528/67111528
[pid=19257] ppid=19255 vsize=566752 CPUtime=582.31
/proc/19257/stat : 19257 (pbscip.linux.x8) R 19255 19257 17178 0 -1 4202496 245319 0 0 0 56814 1417 0 0 25 0 1 0 133942936 580354048 139449 4089446400 4194304 8223781 140734498851264 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19257/statm: 141688 139449 583 984 0 140701 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 566752

[startup+642.3 s]
/proc/loadavg: 2.00 2.02 2.11 3/179 19275
/proc/meminfo: memFree=29735644/32951124 swapFree=67111528/67111528
[pid=19257] ppid=19255 vsize=592808 CPUtime=642.31
/proc/19257/stat : 19257 (pbscip.linux.x8) R 19255 19257 17178 0 -1 4202496 303680 0 0 0 62653 1578 0 0 25 0 1 0 133942936 607035392 145899 4089446400 4194304 8223781 140734498851264 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19257/statm: 148202 145899 585 984 0 147215 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 592808

[startup+702.301 s]

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

[startup+882.301 s]
/proc/loadavg: 2.00 2.01 2.08 3/179 19281
/proc/meminfo: memFree=29775296/32951124 swapFree=67111528/67111528
[pid=19257] ppid=19255 vsize=570680 CPUtime=882.32
/proc/19257/stat : 19257 (pbscip.linux.x8) R 19255 19257 17178 0 -1 4202496 620928 0 0 0 85768 2464 0 0 25 0 1 0 133942936 584376320 140157 4089446400 4194304 8223781 140734498851264 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19257/statm: 142670 140157 602 984 0 141683 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 570680

[startup+942.301 s]
/proc/loadavg: 2.00 2.01 2.07 3/179 19283
/proc/meminfo: memFree=29775244/32951124 swapFree=67111528/67111528
[pid=19257] ppid=19255 vsize=569256 CPUtime=942.32
/proc/19257/stat : 19257 (pbscip.linux.x8) R 19255 19257 17178 0 -1 4202496 631295 0 0 0 91542 2690 0 0 25 0 1 0 133942936 582918144 139797 4089446400 4194304 8223781 140734498851264 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19257/statm: 142314 139797 602 984 0 141327 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 569256

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.07 3/179 19285
/proc/meminfo: memFree=29775316/32951124 swapFree=67111528/67111528
[pid=19257] ppid=19255 vsize=567440 CPUtime=1002.33
/proc/19257/stat : 19257 (pbscip.linux.x8) R 19255 19257 17178 0 -1 4202496 640269 0 0 0 97338 2895 0 0 25 0 1 0 133942936 581058560 139341 4089446400 4194304 8223781 140734498851264 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19257/statm: 141860 139341 602 984 0 140873 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 567440

[startup+1062.3 s]
/proc/loadavg: 2.07 2.02 2.07 3/179 19286
/proc/meminfo: memFree=29773664/32951124 swapFree=67111528/67111528
[pid=19257] ppid=19255 vsize=567816 CPUtime=1062.32
/proc/19257/stat : 19257 (pbscip.linux.x8) R 19255 19257 17178 0 -1 4202496 648295 0 0 0 103127 3105 0 0 25 0 1 0 133942936 581443584 139453 4089446400 4194304 8223781 140734498851264 18446744073709551615 6448634 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19257/statm: 141954 139453 602 984 0 140967 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 567816

[startup+1122.3 s]
/proc/loadavg: 2.02 2.01 2.06 3/179 19288
/proc/meminfo: memFree=29773256/32951124 swapFree=67111528/67111528
[pid=19257] ppid=19255 vsize=568180 CPUtime=1122.32
/proc/19257/stat : 19257 (pbscip.linux.x8) R 19255 19257 17178 0 -1 4202496 648394 0 0 0 108918 3314 0 0 25 0 1 0 133942936 581816320 139547 4089446400 4194304 8223781 140734498851264 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19257/statm: 142045 139547 602 984 0 141058 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 568180

[startup+1182.3 s]
/proc/loadavg: 2.01 2.00 2.06 3/179 19289
/proc/meminfo: memFree=29771120/32951124 swapFree=67111528/67111528
[pid=19257] ppid=19255 vsize=568408 CPUtime=1182.33
/proc/19257/stat : 19257 (pbscip.linux.x8) R 19255 19257 17178 0 -1 4202496 648448 0 0 0 114706 3527 0 0 25 0 1 0 133942936 582049792 139597 4089446400 4194304 8223781 140734498851264 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19257/statm: 142102 139597 602 984 0 141115 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 568408

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.05 3/179 19291
/proc/meminfo: memFree=29769224/32951124 swapFree=67111528/67111528
[pid=19257] ppid=19255 vsize=568696 CPUtime=1242.33
/proc/19257/stat : 19257 (pbscip.linux.x8) R 19255 19257 17178 0 -1 4202496 648523 0 0 0 120495 3738 0 0 25 0 1 0 133942936 582344704 139672 4089446400 4194304 8223781 140734498851264 18446744073709551615 4221531 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19257/statm: 142174 139672 602 984 0 141187 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 568696

[startup+1302.3 s]
/proc/loadavg: 2.07 2.02 2.05 3/179 19293
/proc/meminfo: memFree=29767324/32951124 swapFree=67111528/67111528
[pid=19257] ppid=19255 vsize=569060 CPUtime=1302.33
/proc/19257/stat : 19257 (pbscip.linux.x8) R 19255 19257 17178 0 -1 4202496 656221 0 0 0 126292 3941 0 0 25 0 1 0 133942936 582717440 139745 4089446400 4194304 8223781 140734498851264 18446744073709551615 5507373 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19257/statm: 142265 139745 602 984 0 141278 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 569060

[startup+1362.3 s]
/proc/loadavg: 2.02 2.01 2.04 3/179 19294
/proc/meminfo: memFree=29766908/32951124 swapFree=67111528/67111528
[pid=19257] ppid=19255 vsize=569944 CPUtime=1362.33
/proc/19257/stat : 19257 (pbscip.linux.x8) R 19255 19257 17178 0 -1 4202496 656463 0 0 0 132083 4150 0 0 25 0 1 0 133942936 583622656 139972 4089446400 4194304 8223781 140734498851264 18446744073709551615 6003108 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19257/statm: 142486 139972 602 984 0 141499 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 569944

[startup+1422.31 s]
/proc/loadavg: 2.01 2.00 2.04 3/179 19296
/proc/meminfo: memFree=29765748/32951124 swapFree=67111528/67111528
[pid=19257] ppid=19255 vsize=570504 CPUtime=1422.34
/proc/19257/stat : 19257 (pbscip.linux.x8) R 19255 19257 17178 0 -1 4202496 656611 0 0 0 137883 4351 0 0 25 0 1 0 133942936 584196096 140113 4089446400 4194304 8223781 140734498851264 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19257/statm: 142626 140113 602 984 0 141639 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 570504

[startup+1482.3 s]
/proc/loadavg: 1.94 1.98 2.03 3/179 19325
/proc/meminfo: memFree=30407648/32951124 swapFree=67111528/67111528
[pid=19257] ppid=19255 vsize=570612 CPUtime=1482.33
/proc/19257/stat : 19257 (pbscip.linux.x8) R 19255 19257 17178 0 -1 4202496 656633 0 0 0 143720 4513 0 0 25 0 1 0 133942936 584306688 140135 4089446400 4194304 8223781 140734498851264 18446744073709551615 4979583 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/19257/statm: 142653 140135 602 984 0 141666 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 570612

[startup+1542.3 s]
/proc/loadavg: 1.98 1.98 2.02 3/179 19327
/proc/meminfo: memFree=30246556/32951124 swapFree=67111528/67111528
[pid=19257] ppid=19255 vsize=571104 CPUtime=1542.34
/proc/19257/stat : 19257 (pbscip.linux.x8) R 19255 19257 17178 0 -1 4202496 656704 0 0 0 149672 4562 0 0 25 0 1 0 133942936 584810496 140206 4089446400 4194304 8223781 140734498851264 18446744073709551615 4925973 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/19257/statm: 142776 140206 602 984 0 141789 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 571104

[startup+1602.3 s]
/proc/loadavg: 1.99 1.98 2.02 3/179 19338
/proc/meminfo: memFree=30132720/32951124 swapFree=67111528/67111528
[pid=19257] ppid=19255 vsize=572228 CPUtime=1602.34
/proc/19257/stat : 19257 (pbscip.linux.x8) R 19255 19257 17178 0 -1 4202496 657010 0 0 0 155626 4608 0 0 25 0 1 0 133942936 585961472 140510 4089446400 4194304 8223781 140734498851264 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/19257/statm: 143057 140510 602 984 0 142070 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 572228

[startup+1662.3 s]
/proc/loadavg: 1.99 1.98 2.01 3/179 19339
/proc/meminfo: memFree=30014936/32951124 swapFree=67111528/67111528
[pid=19257] ppid=19255 vsize=572816 CPUtime=1662.34
/proc/19257/stat : 19257 (pbscip.linux.x8) R 19255 19257 17178 0 -1 4202496 657166 0 0 0 161581 4653 0 0 25 0 1 0 133942936 586563584 140663 4089446400 4194304 8223781 140734498851264 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/19257/statm: 143204 140663 602 984 0 142217 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 572816

[startup+1722.3 s]
/proc/loadavg: 1.99 1.98 2.00 3/179 19341
/proc/meminfo: memFree=29911972/32951124 swapFree=67111528/67111528
[pid=19257] ppid=19255 vsize=574116 CPUtime=1722.34
/proc/19257/stat : 19257 (pbscip.linux.x8) R 19255 19257 17178 0 -1 4202496 657411 0 0 0 167538 4696 0 0 25 0 1 0 133942936 587894784 140908 4089446400 4194304 8223781 140734498851264 18446744073709551615 5004423 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/19257/statm: 143529 140908 602 984 0 142542 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 574116

[startup+1782.3 s]
/proc/loadavg: 1.99 1.98 2.00 3/179 19342
/proc/meminfo: memFree=29794864/32951124 swapFree=67111528/67111528
[pid=19257] ppid=19255 vsize=574504 CPUtime=1782.35
/proc/19257/stat : 19257 (pbscip.linux.x8) R 19255 19257 17178 0 -1 4202496 657531 0 0 0 173494 4741 0 0 25 0 1 0 133942936 588292096 141020 4089446400 4194304 8223781 140734498851264 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/19257/statm: 143626 141020 602 984 0 142639 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 574504



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 1.99 1.98 2.00 3/179 19343
/proc/meminfo: memFree=29760496/32951124 swapFree=67111528/67111528
[pid=19257] ppid=19255 vsize=574520 CPUtime=1800.05
/proc/19257/stat : 19257 (pbscip.linux.x8) R 19255 19257 17178 0 -1 4202496 657538 0 0 0 175253 4752 0 0 25 0 1 0 133942936 588308480 141027 4089446400 4194304 8223781 140734498851264 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/19257/statm: 143630 141027 602 984 0 142643 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 574520

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: 1.99 1.98 2.00 3/179 19343
/proc/meminfo: memFree=29760496/32951124 swapFree=67111528/67111528
[pid=19257] ppid=19255 vsize=142484 CPUtime=1800.25
/proc/19257/stat : 19257 (pbscip.linux.x8) R 19255 19257 17178 0 -1 4202496 657570 0 0 0 175271 4754 0 0 18 0 1 0 133942936 145903616 34404 4089446400 4194304 8223781 140734498851264 18446744073709551615 7302071 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/19257/statm: 35365 34148 604 984 0 34378 0
Current children cumulated CPU time (s) 1800.25
Current children cumulated vsize (KiB) 142484

Child status: 0
Real time (s): 1800.21
CPU time (s): 1800.27
CPU user time (s): 1752.72
CPU system time (s): 47.5498
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 663804

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

runsolver used 3.18152 second user time and 6.64599 second system time

The end

Launcher Data

Begin job on node139 at 2010-06-30 21:34:34
IDJOB=2692331
IDBENCH=79270
IDSOLVER=1204
FILE ID=node139/2692331-1277926474
PBS_JOBID= 11197347
Free space on /tmp= 74120 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.1900554072--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-2692331-1277926474/watcher-2692331-1277926474 -o /tmp/evaluation-result-2692331-1277926474/solver-2692331-1277926474 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2692331-1277926474.wbo -t 1800 -m 3800

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

MD5SUM BENCH= a56ccccf952bf820f5367d29dba24868
RANDOM SEED=881267492

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30662940 kB
Buffers:        215024 kB
Cached:        1483556 kB
SwapCached:          0 kB
Active:        1121992 kB
Inactive:      1016004 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30662940 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4716 kB
Writeback:           0 kB
AnonPages:      439652 kB
Mapped:          16804 kB
Slab:            84240 kB
PageTables:       5864 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   586960 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= 74116 MiB
End job on node139 at 2010-06-30 22:04:37