Trace number 2692318

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solverMSAT (TO) 1800.23 1800.19

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900552288--soft-0-100-0.wbo
MD5SUMca8c0bf53108e4446976d449224bf298
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 benchmark180.163
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 136368
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 136367
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 727
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-2692318-1277925972.wbo>
0.00/0.03	c original problem has 5645 variables (2938 bin, 0 int, 0 impl, 2707 cont) and 5415 constraints
0.00/0.03	c problem read
0.00/0.03	c presolving settings loaded
0.09/0.12	o 136367
0.09/0.12	c feasible solution found by trivial heuristic, objective value  1.363670e+05
0.09/0.12	c presolving:
0.09/0.13	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 2707 impls, 0 clqs
0.09/0.14	c (round 2) 0 del vars, 1 del conss, 2707 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 2707 impls, 0 clqs
0.09/0.18	c    (0.1s) probing: 101/2938 (3.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.18	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.19	c presolving (3 rounds):
0.09/0.19	c  0 deleted vars, 1 deleted constraints, 2707 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.19	c  2707 implications, 0 cliques
0.09/0.19	c presolved problem has 5645 variables (2938 bin, 0 int, 0 impl, 2707 cont) and 5414 constraints
0.09/0.19	c    2707 constraints of type <indicator>
0.09/0.19	c    2707 constraints of type <linear>
0.09/0.19	c transformed objective value is always integral (scale: 1)
0.09/0.19	c Presolving Time: 0.12
0.09/0.19	c - non default parameters ----------------------------------------------------------------------
0.09/0.19	c # SCIP version 1.2.1.2
0.09/0.19	c 
0.09/0.19	c # frequency for displaying node information lines
0.09/0.19	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.19	c display/freq = 10000
0.09/0.19	c 
0.09/0.19	c # maximal time in seconds to run
0.09/0.19	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.19	c limits/time = 1799.97
0.09/0.19	c 
0.09/0.19	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.19	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.19	c limits/memory = 3420
0.09/0.19	c 
0.09/0.19	c # should presolving try to simplify inequalities
0.09/0.19	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.19	c constraints/linear/simplifyinequalities = TRUE
0.09/0.19	c 
0.09/0.19	c # should presolving try to simplify knapsacks
0.09/0.19	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.19	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.19	c 
0.09/0.19	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.19	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.19	c separating/rapidlearning/freq = 0
0.09/0.19	c 
0.09/0.19	c -----------------------------------------------------------------------------------------------
0.09/0.19	c start solving
0.09/0.19	c 
0.19/0.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.19/0.20	c t 0.1s|     1 |     0 |     0 |     - |  19M|   0 |   0 |5645 |5414 |5645 |   0 |   0 |   0 |   0 | 0.000000e+00 | 1.363670e+05 |    Inf 
0.19/0.20	c   0.1s|     1 |     0 |    22 |     - |  19M|   0 |   0 |5645 |5414 |5645 |  22 |  22 |   0 |   0 | 0.000000e+00 | 1.363670e+05 |    Inf 
0.19/0.21	c   0.1s|     1 |     0 |    43 |     - |  19M|   0 |   7 |5645 |5414 |5645 |  53 |  53 |   0 |   0 | 0.000000e+00 | 1.363670e+05 |    Inf 
0.19/0.22	c   0.2s|     1 |     0 |    65 |     - |  19M|   0 |  19 |5645 |5414 |5645 |  89 |  89 |   0 |   0 | 0.000000e+00 | 1.363670e+05 |    Inf 
0.19/0.23	c   0.2s|     1 |     0 |    85 |     - |  19M|   0 |  30 |5645 |5414 |5645 | 113 | 113 |   0 |   0 | 0.000000e+00 | 1.363670e+05 |    Inf 
0.19/0.25	c   0.2s|     1 |     0 |    98 |     - |  19M|   0 |  32 |5645 |5414 |5645 | 127 | 127 |   0 |   0 | 0.000000e+00 | 1.363670e+05 |    Inf 
0.19/0.28	c   0.2s|     1 |     0 |   106 |     - |  19M|   0 |  32 |5645 |5414 |5645 | 137 | 137 |   0 |   0 | 0.000000e+00 | 1.363670e+05 |    Inf 
0.39/0.41	c   0.3s|     1 |     2 |   185 |     - |  19M|   0 |  32 |5645 |5414 |5645 | 137 | 137 |   0 |  32 | 0.000000e+00 | 1.363670e+05 |    Inf 
21.79/21.86	c  21.3s| 10000 | 10001 | 17349 |   1.7 |  49M|1757 |   0 |5645 |5414 |5645 | 199 |5879 |   0 |1565 | 0.000000e+00 | 1.363670e+05 |    Inf 
36.39/36.44	c  35.6s| 20000 | 20001 | 19446 |   1.0 |  69M|1757 |   0 |5645 |5414 |5645 | 200 |6182 |   0 |1566 | 0.000000e+00 | 1.363670e+05 |    Inf 
52.19/52.25	c  51.1s| 30000 | 29999 | 22035 |   0.7 |  88M|1757 |   0 |5645 |5424 |5645 | 161 |6733 |  10 |1578 | 0.000000e+00 | 1.363670e+05 |    Inf 
68.10/68.19	c  66.7s| 40000 | 39995 | 24897 |   0.6 | 108M|1757 |   0 |5645 |5443 |5645 | 204 |7251 |  29 |1587 | 0.000000e+00 | 1.363670e+05 |    Inf 
73.39/73.40	o 1156
73.39/73.40	c *71.8s| 43271 | 42355 | 25706 |   0.6 | 112M|1757 |   - |5645 |5453 |5645 | 211 |7460 |  39 |1606 | 0.000000e+00 | 1.156000e+03 |    Inf 
73.39/73.42	o 1130
73.39/73.42	c *71.8s| 43272 | 42317 | 25706 |   0.6 | 112M|1757 |   - |5645 |5453 |5645 | 211 |7460 |  39 |1606 | 0.000000e+00 | 1.130000e+03 |    Inf 
85.49/85.58	c  83.7s| 50000 | 49024 | 31772 |   0.6 | 126M|1757 |   0 |5645 |5529 |5645 | 190 |9067 | 115 |1714 | 0.000000e+00 | 1.130000e+03 |    Inf 
102.79/102.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
102.79/102.85	c   101s| 60000 | 59015 | 35775 |   0.6 | 146M|1757 |   0 |5645 |5561 |5645 | 176 |  10k| 147 |1721 | 0.000000e+00 | 1.130000e+03 |    Inf 
110.09/110.14	o 1129
110.09/110.14	c * 108s| 64210 | 63219 | 37308 |   0.6 | 154M|1757 |   - |5645 |5561 |5645 | 192 |  10k| 147 |1724 | 0.000000e+00 | 1.129000e+03 |    Inf 
119.69/119.79	c   117s| 70000 | 69009 | 38739 |   0.6 | 165M|1757 |   0 |5645 |5560 |5645 | 194 |  11k| 147 |1727 | 0.000000e+00 | 1.129000e+03 |    Inf 
136.09/136.12	c   133s| 80000 | 79007 | 41217 |   0.5 | 185M|1757 |   0 |5645 |5561 |5645 | 162 |  12k| 157 |1728 | 0.000000e+00 | 1.129000e+03 |    Inf 
152.09/152.15	c   149s| 90000 | 89007 | 42801 |   0.5 | 204M|1757 |   0 |5645 |5554 |5645 | 176 |  12k| 157 |1729 | 0.000000e+00 | 1.129000e+03 |    Inf 
168.49/168.51	c   165s|100000 | 99007 | 45541 |   0.5 | 224M|1757 |   0 |5645 |5551 |5645 | 184 |  13k| 157 |1732 | 0.000000e+00 | 1.129000e+03 |    Inf 
184.80/184.83	c   181s|110000 |109007 | 48154 |   0.4 | 243M|1757 |   0 |5645 |5545 |5645 | 168 |  13k| 157 |1734 | 0.000000e+00 | 1.129000e+03 |    Inf 
200.90/200.91	c   197s|120000 |119007 | 49455 |   0.4 | 263M|1757 |   0 |5645 |5540 |5645 | 186 |  14k| 157 |1735 | 0.000000e+00 | 1.129000e+03 |    Inf 
217.39/217.40	c   213s|130000 |129007 | 53403 |   0.4 | 282M|1757 |   0 |5645 |5537 |5645 | 168 |  15k| 157 |1735 | 0.000000e+00 | 1.129000e+03 |    Inf 
233.89/233.90	c   229s|140000 |139007 | 56371 |   0.4 | 302M|1757 |   0 |5645 |5532 |5645 | 212 |  15k| 157 |1736 | 0.000000e+00 | 1.129000e+03 |    Inf 
250.40/250.41	c   245s|150000 |148998 | 60234 |   0.4 | 322M|1757 |   0 |5645 |5556 |5645 | 218 |  16k| 182 |1737 | 0.000000e+00 | 1.129000e+03 |    Inf 
261.39/261.49	o 1128
261.39/261.49	c * 256s|156819 |155812 | 61399 |   0.4 | 335M|1757 |   - |5645 |5555 |5645 | 195 |  17k| 182 |1737 | 0.000000e+00 | 1.128000e+03 |    Inf 
261.50/261.53	o 1124
261.50/261.53	c * 256s|156837 |155809 | 61414 |   0.4 | 335M|1757 |   - |5645 |5555 |5645 | 195 |  17k| 182 |1737 | 0.000000e+00 | 1.124000e+03 |    Inf 
266.70/266.75	c   261s|160000 |158972 | 62074 |   0.4 | 341M|1757 |   0 |5645 |5554 |5645 | 177 |  17k| 182 |1737 | 0.000000e+00 | 1.124000e+03 |    Inf 
283.99/284.09	c   278s|170000 |168966 | 67155 |   0.4 | 361M|1757 |   0 |5645 |5577 |5645 | 167 |  18k| 212 |1737 | 0.000000e+00 | 1.124000e+03 |    Inf 
301.59/301.60	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
301.59/301.60	c   295s|180000 |178966 | 71852 |   0.4 | 381M|1757 |   0 |5645 |5570 |5645 | 165 |  19k| 212 |1737 | 0.000000e+00 | 1.124000e+03 |    Inf 
318.90/318.91	c   312s|190000 |188966 | 74224 |   0.4 | 401M|1757 |   0 |5645 |5564 |5645 | 162 |  20k| 212 |1737 | 0.000000e+00 | 1.124000e+03 |    Inf 
336.09/336.11	c   329s|200000 |198966 | 78111 |   0.4 | 421M|1757 |   0 |5645 |5540 |5645 | 160 |  21k| 212 |1737 | 0.000000e+00 | 1.124000e+03 |    Inf 
353.10/353.16	c   346s|210000 |208966 | 80331 |   0.4 | 441M|1757 |   0 |5645 |5536 |5645 | 175 |  21k| 212 |1737 | 0.000000e+00 | 1.124000e+03 |    Inf 
369.99/370.03	c   362s|220000 |218966 | 83086 |   0.4 | 461M|1757 |   0 |5645 |5532 |5645 | 160 |  22k| 212 |1737 | 0.000000e+00 | 1.124000e+03 |    Inf 
387.10/387.13	c   379s|230000 |228966 | 87428 |   0.4 | 481M|1757 |   0 |5645 |5519 |5645 | 163 |  23k| 212 |1737 | 0.000000e+00 | 1.124000e+03 |    Inf 
404.19/404.23	c   396s|240000 |238962 | 89651 |   0.4 | 501M|1757 |   0 |5645 |5536 |5645 | 169 |  23k| 232 |1737 | 0.000000e+00 | 1.124000e+03 |    Inf 
421.10/421.14	c   412s|250000 |248962 | 91116 |   0.4 | 520M|1757 |   0 |5645 |5527 |5645 | 173 |  24k| 232 |1737 | 0.000000e+00 | 1.124000e+03 |    Inf 
437.70/437.70	c   429s|260000 |258962 | 92295 |   0.4 | 540M|1757 |   0 |5645 |5514 |5645 | 180 |  24k| 232 |1745 | 0.000000e+00 | 1.124000e+03 |    Inf 
454.50/454.57	c   445s|270000 |268962 | 94691 |   0.4 | 559M|1757 |   0 |5645 |5508 |5645 | 188 |  25k| 232 |1770 | 0.000000e+00 | 1.124000e+03 |    Inf 
471.49/471.52	c   462s|280000 |278962 | 96906 |   0.3 | 579M|1757 |   0 |5645 |5507 |5645 | 201 |  25k| 232 |1779 | 0.000000e+00 | 1.124000e+03 |    Inf 
488.69/488.74	c   478s|290000 |288962 |100259 |   0.3 | 599M|1757 |   0 |5645 |5499 |5645 | 173 |  26k| 232 |1788 | 0.000000e+00 | 1.124000e+03 |    Inf 
505.60/505.69	c   495s|300000 |298962 |102743 |   0.3 | 619M|1757 |   0 |5645 |5487 |5645 | 166 |  27k| 232 |1812 | 0.000000e+00 | 1.124000e+03 |    Inf 
522.80/522.89	c   512s|310000 |308962 |107249 |   0.3 | 639M|1757 |   0 |5645 |5482 |5645 | 171 |  27k| 232 |1822 | 0.000000e+00 | 1.124000e+03 |    Inf 
540.20/540.20	c   529s|320000 |318962 |109532 |   0.3 | 659M|1757 |   0 |5645 |5478 |5645 | 172 |  28k| 232 |1854 | 0.000000e+00 | 1.124000e+03 |    Inf 
556.90/556.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
556.90/556.93	c   545s|330000 |328960 |111227 |   0.3 | 678M|1757 |   0 |5645 |5478 |5645 | 169 |  29k| 234 |1902 | 0.000000e+00 | 1.124000e+03 |    Inf 
573.90/573.94	c   562s|340000 |338960 |113237 |   0.3 | 698M|1757 |   0 |5645 |5474 |5645 | 165 |  29k| 234 |1931 | 0.000000e+00 | 1.124000e+03 |    Inf 
590.90/590.92	c   578s|350000 |348941 |115978 |   0.3 | 718M|1757 |   0 |5645 |5520 |5645 | 177 |  30k| 283 |1976 | 0.000000e+00 | 1.124000e+03 |    Inf 
607.80/607.81	c   595s|360000 |358936 |117688 |   0.3 | 737M|1757 |   0 |5645 |5534 |5645 | 168 |  31k| 304 |1996 | 0.000000e+00 | 1.124000e+03 |    Inf 
624.60/624.60	c   611s|370000 |368932 |119664 |   0.3 | 757M|1757 |   0 |5645 |5526 |5645 | 170 |  32k| 318 |2034 | 0.000000e+00 | 1.124000e+03 |    Inf 
641.40/641.48	c   628s|380000 |378932 |122017 |   0.3 | 776M|1757 |   0 |5645 |5511 |5645 | 175 |  32k| 318 |2045 | 0.000000e+00 | 1.124000e+03 |    Inf 
658.60/658.66	c   644s|390000 |388932 |124955 |   0.3 | 796M|1757 |   0 |5645 |5487 |5645 | 173 |  33k| 318 |2067 | 0.000000e+00 | 1.124000e+03 |    Inf 
675.70/675.79	c   661s|400000 |398922 |129190 |   0.3 | 816M|1757 |   0 |5645 |5509 |5645 | 180 |  34k| 351 |2109 | 0.000000e+00 | 1.124000e+03 |    Inf 
693.01/693.01	c   678s|410000 |408922 |133269 |   0.3 | 836M|1757 |   0 |5645 |5498 |5645 | 182 |  35k| 351 |2124 | 0.000000e+00 | 1.124000e+03 |    Inf 
710.30/710.31	c   695s|420000 |418922 |137918 |   0.3 | 856M|1757 |   0 |5645 |5469 |5645 | 171 |  36k| 351 |2153 | 0.000000e+00 | 1.124000e+03 |    Inf 
727.50/727.59	c   712s|430000 |428908 |142948 |   0.3 | 876M|1757 |   0 |5645 |5494 |5645 | 207 |  38k| 382 |2268 | 0.000000e+00 | 1.124000e+03 |    Inf 
744.61/744.64	c   728s|440000 |438908 |147498 |   0.3 | 896M|1757 |   0 |5645 |5472 |5645 | 169 |  39k| 382 |2278 | 0.000000e+00 | 1.124000e+03 |    Inf 
761.51/761.57	c   745s|450000 |448908 |151655 |   0.3 | 916M|1757 |   0 |5645 |5467 |5645 | 170 |  39k| 382 |2285 | 0.000000e+00 | 1.124000e+03 |    Inf 
778.71/778.70	c   761s|460000 |458908 |155834 |   0.3 | 936M|1757 |   0 |5645 |5460 |5645 | 168 |  40k| 382 |2321 | 0.000000e+00 | 1.124000e+03 |    Inf 
795.80/795.89	c   778s|470000 |468904 |160538 |   0.3 | 956M|1757 |   0 |5645 |5469 |5645 | 175 |  40k| 394 |2411 | 0.000000e+00 | 1.124000e+03 |    Inf 
813.01/813.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
813.01/813.08	c   795s|480000 |478904 |166189 |   0.3 | 976M|1757 |   0 |5645 |5463 |5645 | 163 |  41k| 394 |2427 | 0.000000e+00 | 1.124000e+03 |    Inf 
830.00/830.05	c   812s|490000 |488904 |170443 |   0.3 | 995M|1757 |   0 |5645 |5460 |5645 | 168 |  42k| 394 |2463 | 0.000000e+00 | 1.124000e+03 |    Inf 
846.92/846.96	c   828s|500000 |498904 |173639 |   0.3 |1015M|1757 |   0 |5645 |5459 |5645 | 181 |  42k| 394 |2469 | 0.000000e+00 | 1.124000e+03 |    Inf 
863.80/863.85	c   845s|510000 |508898 |175803 |   0.3 |1035M|1757 |   0 |5645 |5489 |5645 | 183 |  43k| 424 |2528 | 0.000000e+00 | 1.124000e+03 |    Inf 
880.71/880.77	c   861s|520000 |518892 |179915 |   0.3 |1055M|1757 |   0 |5645 |5490 |5645 | 173 |  44k| 430 |2553 | 0.000000e+00 | 1.124000e+03 |    Inf 
897.62/897.66	c   878s|530000 |528892 |183590 |   0.3 |1074M|1757 |   0 |5645 |5488 |5645 | 167 |  44k| 430 |2561 | 0.000000e+00 | 1.124000e+03 |    Inf 
914.61/914.63	c   894s|540000 |538881 |186849 |   0.3 |1094M|1757 |   0 |5645 |5504 |5645 | 188 |  45k| 465 |2691 | 0.000000e+00 | 1.124000e+03 |    Inf 
931.41/931.41	c   911s|550000 |548875 |190108 |   0.3 |1114M|1757 |   0 |5645 |5497 |5645 | 166 |  46k| 477 |2734 | 0.000000e+00 | 1.124000e+03 |    Inf 
937.22/937.25	o 609
937.22/937.25	c * 916s|553365 |412479 |191220 |   0.3 | 867M|1757 |   - |5645 |5485 |5645 | 205 |  47k| 477 |2746 | 0.000000e+00 | 6.090000e+02 |    Inf 
945.51/945.55	o 607
945.51/945.55	c * 924s|557979 |415237 |193703 |   0.3 | 876M|1757 |   - |5645 |5661 |5645 | 225 |  48k| 665 |2771 | 0.000000e+00 | 6.070000e+02 |    Inf 
947.81/947.86	o 580
947.81/947.86	c * 927s|559205 |390825 |194431 |   0.3 | 830M|1757 |   - |5645 |5781 |5645 | 211 |  48k| 792 |2772 | 0.000000e+00 | 5.800000e+02 |    Inf 
948.22/948.28	o 550
948.22/948.28	c * 927s|559352 |362635 |194824 |   0.3 | 776M|1757 |   - |5645 |5870 |5645 | 196 |  48k| 881 |2775 | 0.000000e+00 | 5.500000e+02 |    Inf 
948.31/948.33	o 532
948.31/948.33	c * 927s|559356 |345398 |194829 |   0.3 | 744M|1757 |   - |5645 |5880 |5645 | 197 |  48k| 891 |2775 | 0.000000e+00 | 5.320000e+02 |    Inf 
948.51/948.56	o 531
948.51/948.56	c * 927s|559436 |344480 |195143 |   0.3 | 742M|1757 |   - |5645 |5931 |5645 | 225 |  48k| 942 |2777 | 0.000000e+00 | 5.310000e+02 |    Inf 
949.00/949.08	o 530
949.00/949.08	c * 928s|559577 |343593 |195997 |   0.4 | 740M|1757 |   - |5645 |5971 |5645 | 214 |  49k| 990 |2830 | 0.000000e+00 | 5.300000e+02 |    Inf 
949.61/949.60	o 522
949.61/949.60	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
949.61/949.60	c * 928s|559799 |336262 |196486 |   0.4 | 726M|1757 |   - |5645 |5998 |5645 | 211 |  49k|1027 |2847 | 0.000000e+00 | 5.220000e+02 |    Inf 
950.11/950.12	c   929s|560000 |336426 |196909 |   0.4 | 727M|1757 |   0 |5645 |6091 |5645 | 214 |  49k|1133 |2850 | 0.000000e+00 | 5.220000e+02 |    Inf 
950.42/950.49	o 515
950.42/950.49	c * 929s|560259 |330030 |196926 |   0.4 | 714M|1757 |   - |5645 |6091 |5645 | 201 |  49k|1133 |2850 | 0.000000e+00 | 5.150000e+02 |    Inf 
951.41/951.44	o 284
951.41/951.44	c * 930s|560636 |130222 |197107 |   0.4 | 329M|1757 |   - |5645 |6113 |5645 | 207 |  49k|1170 |2851 | 0.000000e+00 | 2.840000e+02 |    Inf 
951.51/951.56	o 197
951.51/951.56	c * 930s|560637 | 71197 |197107 |   0.4 | 202M|1757 |   - |5645 |6113 |5645 | 207 |  49k|1170 |2851 | 0.000000e+00 | 1.970000e+02 |    Inf 
952.61/952.64	o 191
952.61/952.64	c * 931s|560970 | 68163 |198421 |   0.4 | 197M|1757 |   - |5645 |6326 |5645 | 193 |  50k|1510 |2875 | 0.000000e+00 | 1.910000e+02 |    Inf 
953.11/953.19	o 189
953.11/953.19	c * 932s|561110 | 66994 |199267 |   0.4 | 195M|1757 |   - |5645 |6341 |5645 | 217 |  50k|1622 |2891 | 0.000000e+00 | 1.890000e+02 |    Inf 
953.21/953.20	o 188
953.21/953.20	c * 932s|561111 | 66387 |199270 |   0.4 | 194M|1757 |   - |5645 |6341 |5645 | 217 |  50k|1622 |2891 | 0.000000e+00 | 1.880000e+02 |    Inf 
953.31/953.35	o 185
953.31/953.35	c * 932s|561149 | 64874 |199433 |   0.4 | 191M|1757 |   - |5645 |6324 |5645 | 218 |  50k|1632 |2891 | 0.000000e+00 | 1.850000e+02 |    Inf 
953.51/953.58	o 172
953.51/953.58	c * 932s|561243 | 58914 |199622 |   0.4 | 178M|1757 |   - |5645 |6325 |5645 | 186 |  50k|1644 |2891 | 0.000000e+00 | 1.720000e+02 |    Inf 
953.72/953.72	o 157
953.72/953.72	c * 932s|561312 | 52663 |199732 |   0.4 | 165M|1757 |   - |5645 |6321 |5645 | 194 |  50k|1647 |2891 | 0.000000e+00 | 1.570000e+02 |    Inf 
954.21/954.26	o 136
954.21/954.26	c * 933s|561568 | 44637 |199898 |   0.4 | 148M|1757 |   - |5645 |6324 |5645 | 197 |  50k|1658 |2893 | 0.000000e+00 | 1.360000e+02 |    Inf 
954.61/954.60	o 94
954.61/954.60	c * 933s|561738 | 26346 |199982 |   0.4 | 105M|1757 |   - |5645 |6324 |5645 | 184 |  50k|1661 |2893 | 0.000000e+00 | 9.400000e+01 |    Inf 
954.91/954.90	o 83
954.91/954.90	c * 934s|561894 | 23856 |200203 |   0.4 |  98M|1757 |   - |5645 |6126 |5645 | 192 |  50k|1693 |2895 | 0.000000e+00 | 8.300000e+01 |    Inf 
955.11/955.10	o 64
955.11/955.10	c * 934s|561984 | 19056 |200317 |   0.4 |  87M|1757 |   - |5645 |5831 |5645 | 212 |  50k|1695 |2895 | 0.000000e+00 | 6.400000e+01 |    Inf 
955.11/955.16	o 56
955.11/955.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
955.11/955.16	c * 934s|561993 | 17295 |200372 |   0.4 |  83M|1757 |   - |5645 |5294 |5645 | 226 |  50k|1698 |2895 | 0.000000e+00 | 5.600000e+01 |    Inf 
955.11/955.17	o 55
955.11/955.17	c * 934s|561994 | 17228 |200372 |   0.4 |  83M|1757 |   - |5645 |5294 |5645 | 226 |  50k|1698 |2895 | 0.000000e+00 | 5.500000e+01 |    Inf 
955.20/955.22	o 54
955.20/955.22	c * 934s|562003 | 16646 |200443 |   0.4 |  82M|1757 |   - |5645 |5016 |5645 | 210 |  50k|1698 |2897 | 0.000000e+00 | 5.400000e+01 |    Inf 
955.20/955.27	o 48
955.20/955.27	c * 934s|562013 | 16262 |200480 |   0.4 |  81M|1757 |   - |5645 |4983 |5645 | 210 |  50k|1698 |2897 | 0.000000e+00 | 4.800000e+01 |    Inf 
955.30/955.33	o 33
955.30/955.33	c * 934s|562026 | 12331 |200495 |   0.4 |  72M|1757 |   - |5645 |4789 |5645 | 215 |  50k|1699 |2897 | 0.000000e+00 | 3.300000e+01 |    Inf 
955.30/955.37	o 32
955.30/955.37	c * 934s|562035 | 12304 |200527 |   0.4 |  72M|1757 |   - |5645 |4380 |5645 | 215 |  50k|1702 |2897 | 0.000000e+00 | 3.200000e+01 |    Inf 
955.41/955.41	o 27
955.41/955.41	c * 934s|562038 |  9662 |200537 |   0.4 |  66M|1757 |   - |5645 |4342 |5645 | 215 |  50k|1702 |2897 | 0.000000e+00 | 2.700000e+01 |    Inf 
955.41/955.41	o 24
955.41/955.41	c * 934s|562039 |  8815 |200537 |   0.4 |  64M|1757 |   - |5645 |4342 |5645 | 215 |  50k|1702 |2897 | 0.000000e+00 | 2.400000e+01 |    Inf 
955.41/955.47	o 23
955.41/955.47	c * 934s|562041 |  3521 |200548 |   0.4 |  43M|1757 |   - |5645 |4106 |5645 | 210 |  50k|1702 |2897 | 0.000000e+00 | 2.300000e+01 |    Inf 
960.32/960.36	o 15
960.32/960.36	c * 939s|564235 |  3058 |207536 |   0.4 |  44M|1757 |   - |5645 |5573 |5645 | 179 |  52k|4511 |3032 | 0.000000e+00 | 1.500000e+01 |    Inf 
960.41/960.42	o 13
960.41/960.42	c * 939s|564250 |  3038 |207703 |   0.4 |  44M|1757 |   - |5645 |5357 |5645 | 179 |  52k|4539 |3032 | 0.000000e+00 | 1.300000e+01 |    Inf 
970.60/970.68	c   949s|570000 |  3164 |224137 |   0.4 |  48M|1757 |   5 |5645 |6850 |5645 | 153 |  54k|  11k|3105 | 0.000000e+00 | 1.300000e+01 |    Inf 
975.21/975.27	o 11
975.21/975.27	c * 953s|572350 |  2936 |233602 |   0.4 |  49M|1757 |   - |5645 |8876 |5645 | 185 |  57k|  14k|3131 | 0.000000e+00 | 1.100000e+01 |    Inf 
990.01/990.02	c   967s|580000 |  3153 |259849 |   0.4 |  53M|1757 |  12 |5645 |9416 |5645 | 171 |  64k|  24k|3238 | 0.000000e+00 | 1.100000e+01 |    Inf 
1008.81/1008.88	c   985s|590000 |  3203 |290828 |   0.5 |  55M|1757 |   1 |5645 |8665 |5645 | 178 |  72k|  37k|3367 | 0.000000e+00 | 1.100000e+01 |    Inf 
1027.32/1027.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1027.32/1027.40	c  1003s|600000 |  3316 |317583 |   0.5 |  58M|1757 |   - |5645 |  11k|   0 |   0 |  77k|  49k|3493 | 0.000000e+00 | 1.100000e+01 |    Inf 
1030.91/1030.94	o 10
1030.91/1030.94	c *1006s|601777 |  3288 |323353 |   0.5 |  59M|1757 |   - |5645 |  11k|5645 | 167 |  78k|  51k|3508 | 0.000000e+00 | 1.000000e+01 |    Inf 
1041.01/1041.07	o 9
1041.01/1041.07	c *1016s|606855 |  3285 |340952 |   0.6 |  59M|1757 |   - |5645 |  11k|5645 | 176 |  82k|  58k|3592 | 0.000000e+00 | 9.000000e+00 |    Inf 
1046.71/1046.70	c  1021s|610000 |  3283 |347656 |   0.6 |  60M|1757 |   - |5645 |9525 |   0 |   0 |  83k|  62k|3627 | 0.000000e+00 | 9.000000e+00 |    Inf 
1056.51/1056.55	o 8
1056.51/1056.55	c *1031s|615281 |  3033 |362431 |   0.6 |  59M|1757 |   - |5645 |8524 |5645 | 178 |  86k|  69k|3680 | 0.000000e+00 | 8.000000e+00 |    Inf 
1057.12/1057.16	o 4
1057.12/1057.16	c *1031s|615584 |  2256 |363339 |   0.6 |  52M|1757 |   - |5645 |8144 |5645 | 171 |  86k|  69k|3687 | 0.000000e+00 | 4.000000e+00 |    Inf 
1065.02/1065.05	c  1039s|620000 |  2174 |378868 |   0.6 |  51M|1757 |   - |5645 |7280 |   0 |   0 |  89k|  75k|3741 | 0.000000e+00 | 4.000000e+00 |    Inf 
1077.92/1077.90	o 2
1077.92/1077.90	c *1051s|627196 |  2006 |405136 |   0.6 |  50M|1757 |   - |5645 |9805 |5645 | 192 |  95k|  84k|3825 | 0.000000e+00 | 2.000000e+00 |    Inf 
1083.01/1083.07	c  1056s|630000 |  2017 |416881 |   0.7 |  51M|1757 |   - |5645 |  10k|   0 |   0 |  97k|  87k|3841 | 0.000000e+00 | 2.000000e+00 |    Inf 
1101.12/1101.16	c  1073s|640000 |  1924 |451010 |   0.7 |  51M|1757 |   - |5645 |  10k|   0 |   0 | 104k| 100k|3972 | 0.000000e+00 | 2.000000e+00 |    Inf 
1118.62/1118.63	c  1090s|650000 |  1839 |481909 |   0.7 |  50M|1757 |   - |5645 |  10k|   0 |   0 | 109k| 113k|4088 | 0.000000e+00 | 2.000000e+00 |    Inf 
1136.91/1136.90	c  1108s|660000 |  1935 |516546 |   0.8 |  52M|1757 |   - |5645 |  14k|   0 |   0 | 115k| 126k|4216 | 0.000000e+00 | 2.000000e+00 |    Inf 
1156.02/1156.09	c  1126s|670000 |  1930 |553390 |   0.8 |  53M|1757 |   1 |5645 |  15k|5645 | 193 | 121k| 139k|4341 | 0.000000e+00 | 2.000000e+00 |    Inf 
1176.71/1176.73	c  1146s|680000 |  1847 |594570 |   0.9 |  52M|1757 |   1 |5645 |  14k|5645 | 165 | 128k| 153k|4575 | 0.000000e+00 | 2.000000e+00 |    Inf 
1195.82/1195.89	c  1164s|690000 |  1586 |624867 |   0.9 |  50M|1757 |  22 |5645 |  12k|5645 | 165 | 133k| 166k|4662 | 0.000000e+00 | 2.000000e+00 |    Inf 
1216.72/1216.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1216.72/1216.70	c  1184s|700000 |  1547 |667628 |   1.0 |  51M|1757 |  13 |5645 |  15k|5645 | 173 | 144k| 179k|4802 | 0.000000e+00 | 2.000000e+00 |    Inf 
1234.91/1234.98	c  1202s|710000 |  1444 |690911 |   1.0 |  50M|1757 |   1 |5645 |  18k|5645 | 179 | 147k| 191k|4898 | 0.000000e+00 | 2.000000e+00 |    Inf 
1254.42/1254.49	c  1221s|720000 |  1459 |714541 |   1.0 |  51M|1757 |   1 |5645 |  19k|5645 | 153 | 151k| 203k|5163 | 0.000000e+00 | 2.000000e+00 |    Inf 
1276.42/1276.42	c  1242s|730000 |  1595 |746515 |   1.0 |  54M|1757 |   - |5645 |  24k|   0 |   0 | 156k| 216k|5243 | 0.000000e+00 | 2.000000e+00 |    Inf 
1299.31/1299.30	c  1264s|740000 |  1565 |780111 |   1.1 |  54M|1757 |   - |5645 |  24k|   0 |   0 | 162k| 229k|5295 | 0.000000e+00 | 2.000000e+00 |    Inf 
1324.82/1324.83	c  1289s|750000 |  1683 |822484 |   1.1 |  56M|1757 |   - |5645 |  25k|   0 |   0 | 172k| 242k|5407 | 0.000000e+00 | 2.000000e+00 |    Inf 
1350.32/1350.33	c  1314s|760000 |  1768 |853001 |   1.1 |  59M|1757 |   8 |5645 |  31k|5645 | 157 | 179k| 254k|5509 | 0.000000e+00 | 2.000000e+00 |    Inf 
1380.72/1380.75	c  1343s|770000 |  1863 |894892 |   1.2 |  61M|1757 |  14 |5645 |  36k|5645 | 184 | 189k| 267k|5624 | 0.000000e+00 | 2.000000e+00 |    Inf 
1414.22/1414.27	c  1376s|780000 |  1877 |941454 |   1.2 |  62M|1757 |   - |5645 |  35k|   0 |   0 | 200k| 281k|5731 | 0.000000e+00 | 2.000000e+00 |    Inf 
1444.52/1444.53	c  1405s|790000 |  1916 |980808 |   1.2 |  63M|1757 |  14 |5645 |  38k|5645 | 182 | 208k| 295k|5809 | 0.000000e+00 | 2.000000e+00 |    Inf 
1475.42/1475.48	c  1436s|800000 |  1885 |  1021k|   1.3 |  61M|1757 |   1 |5645 |  32k|5645 | 205 | 218k| 309k|5916 | 0.000000e+00 | 2.000000e+00 |    Inf 
1504.52/1504.51	c  1464s|810000 |  1996 |  1062k|   1.3 |  63M|1757 |   1 |5645 |  33k|5645 | 191 | 227k| 322k|6023 | 0.000000e+00 | 2.000000e+00 |    Inf 
1506.32/1506.35	o 1
1506.32/1506.35	c *1466s|810635 |  1935 |  1065k|   1.3 |  61M|1757 |   - |5645 |  33k|5645 | 185 | 228k| 323k|6023 | 0.000000e+00 | 1.000000e+00 |    Inf 
1536.73/1536.73	c  1495s|820000 |  1987 |  1108k|   1.4 |  63M|1757 |   1 |5645 |  34k|5645 | 193 | 241k| 335k|6134 | 0.000000e+00 | 1.000000e+00 |    Inf 
1567.12/1567.13	c  1525s|830000 |  2002 |  1146k|   1.4 |  64M|1757 |   - |5645 |  37k|   0 |   0 | 250k| 349k|6188 | 0.000000e+00 | 1.000000e+00 |    Inf 
1600.23/1600.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1600.23/1600.27	c  1557s|840000 |  2085 |  1195k|   1.4 |  66M|1757 |   - |5645 |  38k|   0 |   0 | 264k| 362k|6301 | 0.000000e+00 | 1.000000e+00 |    Inf 
1635.23/1635.21	c  1591s|850000 |  2081 |  1250k|   1.5 |  66M|1757 |  10 |5645 |  38k|5645 | 171 | 279k| 377k|6417 | 0.000000e+00 | 1.000000e+00 |    Inf 
1666.93/1666.93	c  1622s|860000 |  2119 |  1298k|   1.5 |  64M|1757 |  13 |5645 |  34k|5645 | 193 | 291k| 390k|6537 | 0.000000e+00 | 1.000000e+00 |    Inf 
1694.83/1694.89	c  1649s|870000 |  2088 |  1331k|   1.5 |  65M|1757 |   1 |5645 |  35k|5645 | 177 | 296k| 404k|6591 | 0.000000e+00 | 1.000000e+00 |    Inf 
1721.82/1721.89	c  1676s|880000 |  2058 |  1356k|   1.5 |  66M|1757 |   - |5645 |  37k|   0 |   0 | 299k| 417k|6639 | 0.000000e+00 | 1.000000e+00 |    Inf 
1750.73/1750.73	c  1704s|890000 |  1948 |  1394k|   1.6 |  62M|1757 |   1 |5645 |  28k|5645 | 159 | 308k| 430k|6717 | 0.000000e+00 | 1.000000e+00 |    Inf 
1775.43/1775.49	c  1728s|900000 |  1922 |  1430k|   1.6 |  63M|1757 |   1 |5645 |  30k|5645 | 175 | 315k| 444k|6811 | 0.000000e+00 | 1.000000e+00 |    Inf 
1799.42/1799.46	c  1751s|910000 |  1888 |  1463k|   1.6 |  62M|1757 |   9 |5645 |  29k|5645 | 174 | 321k| 458k|6876 | 0.000000e+00 | 1.000000e+00 |    Inf 
1800.03/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.03/1800.00	c 
1800.03/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.00	c Solving Time (sec) : 1751.69
1800.03/1800.00	c Solving Nodes      : 910203
1800.03/1800.00	c Primal Bound       : +1.00000000000000e+00 (150 solutions)
1800.03/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.03/1800.00	c Gap                : infinite
1800.03/1800.08	s SATISFIABLE
1800.03/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.03/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.03/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.03/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.03/1800.08	v -x146 x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 x132 -x131 -x130 x129 -x128 -x127 -x126 -x125 
1800.03/1800.08	v -x124 -x123 -x122 -x121 -x120 x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 -x104 
1800.03/1800.08	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.03/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 -x54 
1800.03/1800.08	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.03/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.03/1800.08	v x1 
1800.03/1800.08	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.08	c Solving Time       :    1751.69
1800.03/1800.08	c Original Problem   :
1800.03/1800.08	c   Problem name     : HOME/instance-2692318-1277925972.wbo
1800.03/1800.08	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.03/1800.08	c   Constraints      : 5415 initial, 5415 maximal
1800.03/1800.08	c Presolved Problem  :
1800.03/1800.08	c   Problem name     : t_HOME/instance-2692318-1277925972.wbo
1800.03/1800.08	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.03/1800.08	c   Constraints      : 5414 initial, 41176 maximal
1800.03/1800.08	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.03/1800.08	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.08	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.08	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.08	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.08	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.08	c   probing          :       0.03          0          0          0          0          0          0          0          0
1800.03/1800.08	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.08	c   linear           :       0.02          0          0          0       2707          0          1          0          0
1800.03/1800.08	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.08	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.08	c   root node        :          -       2707          -          -       5414          -          -          -          -
1800.03/1800.08	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.08	c   integral         :          0          0          0     798479          0          0        226          0          0     391482
1800.03/1800.08	c   indicator        :       2707          0    2157376     590892          0         26    1105726          0          0          0
1800.03/1800.08	c   linear           :       2707          6    2733107     597666          0     153338   10184074     321810          0          0
1800.03/1800.08	c   logicor          :          0+         0     602022          0          0      23931     505399          0          0          0
1800.03/1800.08	c   bounddisjunction :          0+         0          1          0          0          0          0          0          0          0
1800.03/1800.08	c   countsols        :          0          0          0     555497          0          0          0          0          0          0
1800.03/1800.08	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.03/1800.08	c   integral         :      12.25       0.00       0.00      12.25       0.00
1800.03/1800.08	c   indicator        :     144.85       0.00      24.73     120.12       0.00
1800.03/1800.08	c   linear           :     110.80       0.00      94.74      16.06       0.00
1800.03/1800.08	c   logicor          :     152.12       0.00     152.12       0.00       0.00
1800.03/1800.08	c   bounddisjunction :       0.00       0.00       0.00       0.00       0.00
1800.03/1800.08	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.03/1800.08	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.03/1800.08	c   vbounds          :       0.00          2          0          0
1800.03/1800.08	c   rootredcost      :       0.01         44          0       2706
1800.03/1800.08	c   pseudoobj        :     129.26    2739125        656     349678
1800.03/1800.08	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.03/1800.08	c   propagation      :       8.26     177925     177843    1124976       26.1       6483       19.2          -
1800.03/1800.08	c   infeasible LP    :       3.24       9737       9736      78839       41.2        142       14.9          0
1800.03/1800.08	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.08	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.08	c   pseudo solution  :       0.01         33         33        225       22.8         70        4.3          -
1800.03/1800.08	c   applied globally :          -          -          -     458955       21.0          -          -          -
1800.03/1800.08	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.03/1800.08	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.03/1800.08	c   cut pool         :       0.00          3          -          -         30          -    (maximal pool size: 86)
1800.03/1800.08	c   redcost          :      77.80     799470          0     225162          0          0
1800.03/1800.08	c   impliedbounds    :       0.00          4          0          0          0          0
1800.03/1800.08	c   intobj           :       0.00          0          0          0          0          0
1800.03/1800.08	c   cgmip            :       0.00          0          0          0          0          0
1800.03/1800.08	c   gomory           :       0.00          4          0          0         86          0
1800.03/1800.08	c   strongcg         :       0.00          4          0          0          0          0
1800.03/1800.08	c   cmir             :       0.02          4          0          0          0          0
1800.03/1800.08	c   flowcover        :       0.01          4          0          0          0          0
1800.03/1800.08	c   clique           :       0.00          1          0          0          0          0
1800.03/1800.08	c   zerohalf         :       0.00          0          0          0          0          0
1800.03/1800.08	c   mcf              :       0.01          1          0          0          0          0
1800.03/1800.08	c   rapidlearning    :       0.00          0          0          0          0          0
1800.03/1800.08	c Pricers            :       Time      Calls       Vars
1800.03/1800.08	c   problem variables:       0.00          0          0
1800.03/1800.08	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.08	c   relpscost        :      12.18     195922          0        226          0          0     391482
1800.03/1800.08	c   pscost           :       0.00          0          0          0          0          0          0
1800.03/1800.08	c   inference        :     120.47     555453          0          0          0          0    1110906
1800.03/1800.08	c   mostinf          :       0.00          0          0          0          0          0          0
1800.03/1800.08	c   leastinf         :       0.00          0          0          0          0          0          0
1800.03/1800.08	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.03/1800.08	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.03/1800.08	c   random           :       0.00          0          0          0          0          0          0
1800.03/1800.08	c Primal Heuristics  :       Time      Calls      Found
1800.03/1800.08	c   LP solutions     :       0.89          -         44
1800.03/1800.08	c   pseudo solutions :       0.00          -          0
1800.03/1800.08	c   feaspump         :       0.01          0          0
1800.03/1800.08	c   intshifting      :       0.02          3          0
1800.03/1800.08	c   oneopt           :       0.20         39          0
1800.03/1800.08	c   crossover        :       1.57         54          0
1800.03/1800.08	c   guideddiving     :       4.13       2479          0
1800.03/1800.08	c   fracdiving       :       4.12       2621          0
1800.03/1800.08	c   pscostdiving     :       3.44       2621          0
1800.03/1800.08	c   veclendiving     :       3.91       2622          0
1800.03/1800.08	c   linesearchdiving :       3.71       2622          0
1800.03/1800.08	c   coefdiving       :       4.20       2622          0
1800.03/1800.08	c   objpscostdiving  :       3.71       2620          0
1800.03/1800.08	c   rootsoldiving    :       4.34       2620          0
1800.03/1800.08	c   trivial          :       0.08          2          2
1800.03/1800.08	c   simplerounding   :       0.30     196111          0
1800.03/1800.08	c   zirounding       :       0.31       1000          0
1800.03/1800.08	c   rounding         :       2.00       6232          0
1800.03/1800.08	c   shifting         :       0.87       1909          0
1800.03/1800.08	c   twoopt           :       0.00          0          0
1800.03/1800.08	c   fixandinfer      :       0.00          0          0
1800.03/1800.08	c   intdiving        :       0.00          0          0
1800.03/1800.08	c   actconsdiving    :       0.00          0          0
1800.03/1800.08	c   octane           :       0.00          0          0
1800.03/1800.08	c   rens             :       0.03          1          0
1800.03/1800.08	c   rins             :       0.00          0          0
1800.03/1800.08	c   localbranching   :       0.00          0          0
1800.03/1800.08	c   mutation         :       0.00          0          0
1800.03/1800.08	c   dins             :       0.00          0          0
1800.03/1800.08	c   undercover       :       0.00          0          0
1800.03/1800.08	c   nlp              :       0.00          0          0
1800.03/1800.08	c   trysol           :       1.41       7700        104
1800.03/1800.08	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.03/1800.08	c   primal LP        :       0.00          0          0       0.00          -
1800.03/1800.08	c   dual LP          :     473.31     262850    1463211       5.57    3091.44
1800.03/1800.08	c   lex dual LP      :       0.00          0          0       0.00          -
1800.03/1800.08	c   barrier LP       :       0.00          0          0       0.00          -
1800.03/1800.08	c   diving/probing LP:       0.14        137        865       6.31    6178.57
1800.03/1800.08	c   strong branching :      10.45       6877      61463       8.94    5881.63
1800.03/1800.08	c     (at root node) :          -         32       1061      33.16          -
1800.03/1800.08	c   conflict analysis:       0.00          0          0       0.00          -
1800.03/1800.08	c B&B Tree           :
1800.03/1800.08	c   number of runs   :          1
1800.03/1800.08	c   nodes            :     910203
1800.03/1800.08	c   nodes (total)    :     910203
1800.03/1800.08	c   nodes left       :       1877
1800.03/1800.08	c   max depth        :       1757
1800.03/1800.08	c   max depth (total):       1757
1800.03/1800.08	c   backtracks       :      37334 (4.1%)
1800.03/1800.08	c   delayed cutoffs  :      30278
1800.03/1800.08	c   repropagations   :     971141 (2074386 domain reductions, 28756 cutoffs)
1800.03/1800.08	c   avg switch length:       3.93
1800.03/1800.08	c   switching time   :     173.55
1800.03/1800.08	c Solution           :
1800.03/1800.08	c   Solutions found  :        150 (45 improvements)
1800.03/1800.08	c   First Solution   : +1.36367000000000e+05   (in run 1, after 0 nodes, 0.01 seconds, depth 0, found by <trivial>)
1800.03/1800.08	c   Primal Bound     : +1.00000000000000e+00   (in run 1, after 810635 nodes, 1465.55 seconds, depth 43, found by <relaxation>)
1800.03/1800.08	c   Dual Bound       : +0.00000000000000e+00
1800.03/1800.08	c   Gap              :   infinite
1800.03/1800.08	c   Root Dual Bound  : +0.00000000000000e+00
1800.03/1800.08	c   Root Iterations  :        106
1800.13/1800.18	c Time complete: 1800.21.

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-2692318-1277925972/watcher-2692318-1277925972 -o /tmp/evaluation-result-2692318-1277925972/solver-2692318-1277925972 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2692318-1277925972.wbo -t 1800 -m 3800 

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


[startup+0 s]
/proc/loadavg: 1.99 1.98 1.99 3/196 13389
/proc/meminfo: memFree=31141136/32951124 swapFree=67111528/67111528
[pid=13389] ppid=13387 vsize=9408 CPUtime=0
/proc/13389/stat : 13389 (pbscip.linux.x8) R 13387 13389 11701 0 -1 4202496 1648 0 0 0 0 0 0 0 23 0 1 0 133894715 9633792 1568 4089446400 4194304 8223781 140733232989312 18446744073709551615 6205568 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/13389/statm: 2352 1568 369 984 0 1365 0

[startup+0.0819659 s]
/proc/loadavg: 1.99 1.98 1.99 3/196 13389
/proc/meminfo: memFree=31141136/32951124 swapFree=67111528/67111528
[pid=13389] ppid=13387 vsize=35144 CPUtime=0.07
/proc/13389/stat : 13389 (pbscip.linux.x8) R 13387 13389 11701 0 -1 4202496 8088 0 0 0 7 0 0 0 23 0 1 0 133894715 35987456 7644 4089446400 4194304 8223781 140733232989312 18446744073709551615 7257248 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13389/statm: 8786 7644 422 984 0 7799 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 35144

[startup+0.100961 s]
/proc/loadavg: 1.99 1.98 1.99 3/196 13389
/proc/meminfo: memFree=31141136/32951124 swapFree=67111528/67111528
[pid=13389] ppid=13387 vsize=35144 CPUtime=0.09
/proc/13389/stat : 13389 (pbscip.linux.x8) R 13387 13389 11701 0 -1 4202496 8088 0 0 0 9 0 0 0 23 0 1 0 133894715 35987456 7644 4089446400 4194304 8223781 140733232989312 18446744073709551615 7256940 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13389/statm: 8786 7644 422 984 0 7799 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35144

[startup+0.30094 s]
/proc/loadavg: 1.99 1.98 1.99 3/196 13389
/proc/meminfo: memFree=31141136/32951124 swapFree=67111528/67111528
[pid=13389] ppid=13387 vsize=56000 CPUtime=0.29
/proc/13389/stat : 13389 (pbscip.linux.x8) R 13387 13389 11701 0 -1 4202496 13782 0 0 0 27 2 0 0 23 0 1 0 133894715 57344000 12726 4089446400 4194304 8223781 140733232989312 18446744073709551615 6205568 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13389/statm: 14000 12759 564 984 0 13013 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 56000

[startup+0.700854 s]
/proc/loadavg: 1.99 1.98 1.99 3/196 13389
/proc/meminfo: memFree=31141136/32951124 swapFree=67111528/67111528
[pid=13389] ppid=13387 vsize=43084 CPUtime=0.68
/proc/13389/stat : 13389 (pbscip.linux.x8) R 13387 13389 11701 0 -1 4202496 15655 0 0 0 64 4 0 0 25 0 1 0 133894715 44118016 9710 4089446400 4194304 8223781 140733232989312 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13389/statm: 10771 9710 575 984 0 9784 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 43084

[startup+1.50073 s]
/proc/loadavg: 1.99 1.98 1.99 3/197 13390
/proc/meminfo: memFree=31103556/32951124 swapFree=67111528/67111528
[pid=13389] ppid=13387 vsize=44460 CPUtime=1.49
/proc/13389/stat : 13389 (pbscip.linux.x8) R 13387 13389 11701 0 -1 4202496 15890 0 0 0 142 7 0 0 25 0 1 0 133894715 45527040 9945 4089446400 4194304 8223781 140733232989312 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13389/statm: 11115 9945 578 984 0 10128 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 44460

[startup+3.10044 s]
/proc/loadavg: 1.99 1.98 1.99 3/197 13390
/proc/meminfo: memFree=31100828/32951124 swapFree=67111528/67111528
[pid=13389] ppid=13387 vsize=50464 CPUtime=3.09
/proc/13389/stat : 13389 (pbscip.linux.x8) R 13387 13389 11701 0 -1 4202496 21876 0 0 0 298 11 0 0 25 0 1 0 133894715 51675136 11563 4089446400 4194304 8223781 140733232989312 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13389/statm: 12616 11563 581 984 0 11629 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 50464

[startup+6.30087 s]
/proc/loadavg: 1.99 1.98 1.99 3/197 13390
/proc/meminfo: memFree=31093520/32951124 swapFree=67111528/67111528
[pid=13389] ppid=13387 vsize=56960 CPUtime=6.29
/proc/13389/stat : 13389 (pbscip.linux.x8) R 13387 13389 11701 0 -1 4202496 32885 0 0 0 610 19 0 0 25 0 1 0 133894715 58327040 13120 4089446400 4194304 8223781 140733232989312 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13389/statm: 14240 13120 581 984 0 13253 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 56960

[startup+12.7008 s]
/proc/loadavg: 1.99 1.98 1.99 3/197 13391
/proc/meminfo: memFree=31086332/32951124 swapFree=67111528/67111528
[pid=13389] ppid=13387 vsize=61412 CPUtime=12.69
/proc/13389/stat : 13389 (pbscip.linux.x8) R 13387 13389 11701 0 -1 4202496 39027 0 0 0 1237 32 0 0 25 0 1 0 133894715 62885888 14251 4089446400 4194304 8223781 140733232989312 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13389/statm: 15353 14251 581 984 0 14366 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 61412

[startup+25.5005 s]
/proc/loadavg: 1.99 1.98 1.99 3/197 13392
/proc/meminfo: memFree=31069012/32951124 swapFree=67111528/67111528
[pid=13389] ppid=13387 vsize=79832 CPUtime=25.49
/proc/13389/stat : 13389 (pbscip.linux.x8) R 13387 13389 11701 0 -1 4202496 48707 0 0 0 2490 59 0 0 25 0 1 0 133894715 81747968 18875 4089446400 4194304 8223781 140733232989312 18446744073709551615 4826977 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13389/statm: 19958 18875 581 984 0 18971 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 79832

[startup+51.101 s]
/proc/loadavg: 2.05 2.00 2.00 3/197 13392
/proc/meminfo: memFree=31036548/32951124 swapFree=67111528/67111528
[pid=13389] ppid=13387 vsize=111776 CPUtime=51.09
/proc/13389/stat : 13389 (pbscip.linux.x8) R 13387 13389 11701 0 -1 4202496 65537 0 0 0 4996 113 0 0 25 0 1 0 133894715 114458624 26943 4089446400 4194304 8223781 140733232989312 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13389/statm: 27944 26943 586 984 0 26957 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 111776

[startup+102.306 s]
/proc/loadavg: 2.08 2.02 2.00 3/197 13394
/proc/meminfo: memFree=30976984/32951124 swapFree=67111528/67111528
[pid=13389] ppid=13387 vsize=170084 CPUtime=102.29
/proc/13389/stat : 13389 (pbscip.linux.x8) R 13387 13389 11701 0 -1 4202496 105984 0 0 0 10014 215 0 0 25 0 1 0 133894715 174166016 41620 4089446400 4194304 8223781 140733232989312 18446744073709551615 4651329 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13389/statm: 42521 41620 586 984 0 41534 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 170084

[startup+162.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/197 13395
/proc/meminfo: memFree=30903992/32951124 swapFree=67111528/67111528
[pid=13389] ppid=13387 vsize=243980 CPUtime=162.29
/proc/13389/stat : 13389 (pbscip.linux.x8) R 13387 13389 11701 0 -1 4202496 159431 0 0 0 15894 335 0 0 25 0 1 0 133894715 249835520 59719 4089446400 4194304 8223781 140733232989312 18446744073709551615 6558077 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13389/statm: 60995 59719 586 984 0 60008 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 243980

[startup+222.301 s]
/proc/loadavg: 2.01 2.00 2.00 3/197 13396
/proc/meminfo: memFree=30831632/32951124 swapFree=67111528/67111528
[pid=13389] ppid=13387 vsize=315220 CPUtime=222.3
/proc/13389/stat : 13389 (pbscip.linux.x8) R 13387 13389 11701 0 -1 4202496 182434 0 0 0 21771 459 0 0 25 0 1 0 133894715 322785280 77667 4089446400 4194304 8223781 140733232989312 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13389/statm: 78805 77667 586 984 0 77818 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 315220

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 13398
/proc/meminfo: memFree=30758280/32951124 swapFree=67111528/67111528
[pid=13389] ppid=13387 vsize=387372 CPUtime=282.29
/proc/13389/stat : 13389 (pbscip.linux.x8) R 13387 13389 11701 0 -1 4202496 222687 0 0 0 27652 577 0 0 25 0 1 0 133894715 396668928 95844 4089446400 4194304 8223781 140733232989312 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13389/statm: 96843 95844 586 984 0 95856 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 387372

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 13449
/proc/meminfo: memFree=30700192/32951124 swapFree=67111528/67111528
[pid=13389] ppid=13387 vsize=461324 CPUtime=342.3
/proc/13389/stat : 13389 (pbscip.linux.x8) R 13387 13389 11701 0 -1 4202496 250387 0 0 0 33525 705 0 0 25 0 1 0 133894715 472395776 113423 4089446400 4194304 8223781 140733232989312 18446744073709551615 6456389 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13389/statm: 115331 113423 586 984 0 114344 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 461324

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 13451
/proc/meminfo: memFree=30631560/32951124 swapFree=67111528/67111528
[pid=13389] ppid=13387 vsize=529444 CPUtime=402.3
/proc/13389/stat : 13389 (pbscip.linux.x8) R 13387 13389 11701 0 -1 4202496 272624 0 0 0 39389 841 0 0 25 0 1 0 133894715 542150656 130608 4089446400 4194304 8223781 140733232989312 18446744073709551615 6482896 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13389/statm: 132361 130608 586 984 0 131374 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 529444

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 13452
/proc/meminfo: memFree=30556860/32951124 swapFree=67111528/67111528
[pid=13389] ppid=13387 vsize=600360 CPUtime=462.3
/proc/13389/stat : 13389 (pbscip.linux.x8) R 13387 13389 11701 0 -1 4202496 295519 0 0 0 45260 970 0 0 25 0 1 0 133894715 614768640 148467 4089446400 4194304 8223781 140733232989312 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13389/statm: 150090 148467 586 984 0 149103 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 600360

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 13453
/proc/meminfo: memFree=30489344/32951124 swapFree=67111528/67111528
[pid=13389] ppid=13387 vsize=667612 CPUtime=522.3
/proc/13389/stat : 13389 (pbscip.linux.x8) R 13387 13389 11701 0 -1 4202496 312472 0 0 0 51117 1113 0 0 25 0 1 0 133894715 683634688 165409 4089446400 4194304 8223781 140733232989312 18446744073709551615 6002944 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13389/statm: 166903 165409 586 984 0 165916 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 667612

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13483
/proc/meminfo: memFree=30423632/32951124 swapFree=67111528/67111528
[pid=13389] ppid=13387 vsize=736724 CPUtime=582.3
/proc/13389/stat : 13389 (pbscip.linux.x8) R 13387 13389 11701 0 -1 4202496 329955 0 0 0 56977 1253 0 0 25 0 1 0 133894715 754405376 182839 4089446400 4194304 8223781 140733232989312 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13389/statm: 184181 182839 586 984 0 183194 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 736724

[startup+642.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 13485
/proc/meminfo: memFree=30166936/32951124 swapFree=67111528/67111528
[pid=13389] ppid=13387 vsize=805740 CPUtime=642.31
/proc/13389/stat : 13389 (pbscip.linux.x8) R 13387 13389 11701 0 -1 4202496 352377 0 0 0 62835 1396 0 0 25 0 1 0 133894715 825077760 200228 4089446400 4194304 8223781 140733232989312 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13389/statm: 201435 200228 586 984 0 200448 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 805740

[startup+702.301 s]

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

[startup+882.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13491
/proc/meminfo: memFree=29545880/32951124 swapFree=67111528/67111528
[pid=13389] ppid=13387 vsize=1092044 CPUtime=882.31
/proc/13389/stat : 13389 (pbscip.linux.x8) R 13387 13389 11701 0 -1 4202496 422582 0 0 0 86263 1968 0 0 25 0 1 0 133894715 1118253056 270313 4089446400 4194304 8223781 140733232989312 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13389/statm: 273011 270313 586 984 0 272024 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 1092044

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13520
/proc/meminfo: memFree=30044552/32951124 swapFree=67111528/67111528
[pid=13389] ppid=13387 vsize=1156092 CPUtime=942.31
/proc/13389/stat : 13389 (pbscip.linux.x8) R 13387 13389 11701 0 -1 4202496 450692 0 0 0 92122 2109 0 0 25 0 1 0 133894715 1183838208 286459 4089446400 4194304 8223781 140733232989312 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13389/statm: 289023 286459 586 984 0 288036 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 1156092

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13522
/proc/meminfo: memFree=30184500/32951124 swapFree=67111528/67111528
[pid=13389] ppid=13387 vsize=863972 CPUtime=1002.31
/proc/13389/stat : 13389 (pbscip.linux.x8) R 13387 13389 11701 0 -1 4202496 519367 0 0 0 97896 2335 0 0 25 0 1 0 133894715 884707328 213345 4089446400 4194304 8223781 140733232989312 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13389/statm: 215993 213345 594 984 0 215006 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 863972

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13523
/proc/meminfo: memFree=30138332/32951124 swapFree=67111528/67111528
[pid=13389] ppid=13387 vsize=817112 CPUtime=1062.31
/proc/13389/stat : 13389 (pbscip.linux.x8) R 13387 13389 11701 0 -1 4202496 575114 0 0 0 103632 2599 0 0 25 0 1 0 133894715 836722688 201581 4089446400 4194304 8223781 140733232989312 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13389/statm: 204278 201581 595 984 0 203291 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 817112

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13524
/proc/meminfo: memFree=30044016/32951124 swapFree=67111528/67111528
[pid=13389] ppid=13387 vsize=801260 CPUtime=1122.32
/proc/13389/stat : 13389 (pbscip.linux.x8) R 13387 13389 11701 0 -1 4202496 604195 0 0 0 109376 2856 0 0 25 0 1 0 133894715 820490240 197540 4089446400 4194304 8223781 140733232989312 18446744073709551615 6446764 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13389/statm: 200315 197540 595 984 0 199328 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 801260

[startup+1182.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/179 13526
/proc/meminfo: memFree=29924800/32951124 swapFree=67111528/67111528
[pid=13389] ppid=13387 vsize=803416 CPUtime=1182.32
/proc/13389/stat : 13389 (pbscip.linux.x8) R 13387 13389 11701 0 -1 4202496 614788 0 0 0 115136 3096 0 0 25 0 1 0 133894715 822697984 198078 4089446400 4194304 8223781 140733232989312 18446744073709551615 4947556 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13389/statm: 200854 198078 603 984 0 199867 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 803416

[startup+1242.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 13528
/proc/meminfo: memFree=29893616/32951124 swapFree=67111528/67111528
[pid=13389] ppid=13387 vsize=717624 CPUtime=1242.31
/proc/13389/stat : 13389 (pbscip.linux.x8) R 13387 13389 11701 0 -1 4202496 614832 0 0 0 120906 3325 0 0 25 0 1 0 133894715 734846976 176658 4089446400 4194304 8223781 140733232989312 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13389/statm: 179406 176658 603 984 0 178419 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 717624

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13530
/proc/meminfo: memFree=29784932/32951124 swapFree=67111528/67111528
[pid=13389] ppid=13387 vsize=717700 CPUtime=1302.32
/proc/13389/stat : 13389 (pbscip.linux.x8) R 13387 13389 11701 0 -1 4202496 621253 0 0 0 126705 3527 0 0 25 0 1 0 133894715 734924800 176709 4089446400 4194304 8223781 140733232989312 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13389/statm: 179425 176709 603 984 0 178438 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 717700

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13531
/proc/meminfo: memFree=29711860/32951124 swapFree=67111528/67111528
[pid=13389] ppid=13387 vsize=720088 CPUtime=1362.32
/proc/13389/stat : 13389 (pbscip.linux.x8) R 13387 13389 11701 0 -1 4202496 621857 0 0 0 132521 3711 0 0 25 0 1 0 133894715 737370112 177313 4089446400 4194304 8223781 140733232989312 18446744073709551615 4925973 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13389/statm: 180022 177313 603 984 0 179035 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 720088

[startup+1422.31 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 13532
/proc/meminfo: memFree=29659752/32951124 swapFree=67111528/67111528
[pid=13389] ppid=13387 vsize=722788 CPUtime=1422.33
/proc/13389/stat : 13389 (pbscip.linux.x8) R 13387 13389 11701 0 -1 4202496 622480 0 0 0 138375 3858 0 0 25 0 1 0 133894715 740134912 177936 4089446400 4194304 8223781 140733232989312 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13389/statm: 180697 177936 603 984 0 179710 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 722788

[startup+1482.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 13534
/proc/meminfo: memFree=29622896/32951124 swapFree=67111528/67111528
[pid=13389] ppid=13387 vsize=724164 CPUtime=1482.32
/proc/13389/stat : 13389 (pbscip.linux.x8) R 13387 13389 11701 0 -1 4202496 622738 0 0 0 144217 4015 0 0 25 0 1 0 133894715 741543936 178194 4089446400 4194304 8223781 140733232989312 18446744073709551615 4925973 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13389/statm: 181041 178194 603 984 0 180054 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 724164

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13536
/proc/meminfo: memFree=29564200/32951124 swapFree=67111528/67111528
[pid=13389] ppid=13387 vsize=723868 CPUtime=1542.32
/proc/13389/stat : 13389 (pbscip.linux.x8) R 13387 13389 11701 0 -1 4202496 642864 0 0 0 150063 4169 0 0 25 0 1 0 133894715 741240832 178019 4089446400 4194304 8223781 140733232989312 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13389/statm: 180967 178019 603 984 0 179980 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 723868

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13538
/proc/meminfo: memFree=29473252/32951124 swapFree=67111528/67111528
[pid=13389] ppid=13387 vsize=724376 CPUtime=1602.32
/proc/13389/stat : 13389 (pbscip.linux.x8) R 13387 13389 11701 0 -1 4202496 651061 0 0 0 155922 4310 0 0 25 0 1 0 133894715 741761024 178159 4089446400 4194304 8223781 140733232989312 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13389/statm: 181094 178159 603 984 0 180107 0
Current children cumulated CPU time (s) 1602.32
Current children cumulated vsize (KiB) 724376

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13539
/proc/meminfo: memFree=29409476/32951124 swapFree=67111528/67111528
[pid=13389] ppid=13387 vsize=725436 CPUtime=1662.32
/proc/13389/stat : 13389 (pbscip.linux.x8) R 13387 13389 11701 0 -1 4202496 651322 0 0 0 161776 4456 0 0 25 0 1 0 133894715 742846464 178420 4089446400 4194304 8223781 140733232989312 18446744073709551615 6003416 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13389/statm: 181359 178420 603 984 0 180372 0
Current children cumulated CPU time (s) 1662.32
Current children cumulated vsize (KiB) 725436

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13540
/proc/meminfo: memFree=29332684/32951124 swapFree=67111528/67111528
[pid=13389] ppid=13387 vsize=725436 CPUtime=1722.33
/proc/13389/stat : 13389 (pbscip.linux.x8) R 13387 13389 11701 0 -1 4202496 653160 0 0 0 167621 4612 0 0 25 0 1 0 133894715 742846464 178435 4089446400 4194304 8223781 140733232989312 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13389/statm: 181359 178435 603 984 0 180372 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 725436

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13542
/proc/meminfo: memFree=29262700/32951124 swapFree=67111528/67111528
[pid=13389] ppid=13387 vsize=725536 CPUtime=1782.33
/proc/13389/stat : 13389 (pbscip.linux.x8) R 13387 13389 11701 0 -1 4202496 653199 0 0 0 173453 4780 0 0 25 0 1 0 133894715 742948864 178474 4089446400 4194304 8223781 140733232989312 18446744073709551615 5955622 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13389/statm: 181384 178474 603 984 0 180397 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 725536



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13542
/proc/meminfo: memFree=29243584/32951124 swapFree=67111528/67111528
[pid=13389] ppid=13387 vsize=714272 CPUtime=1800.03
/proc/13389/stat : 13389 (pbscip.linux.x8) R 13387 13389 11701 0 -1 4202496 653209 0 0 0 175172 4831 0 0 25 0 1 0 133894715 731414528 175668 4089446400 4194304 8223781 140733232989312 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13389/statm: 178568 175668 603 984 0 177581 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 714272

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

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

[startup+1800.11 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13542
/proc/meminfo: memFree=29243584/32951124 swapFree=67111528/67111528
[pid=13389] ppid=13387 vsize=626216 CPUtime=1800.13
/proc/13389/stat : 13389 (pbscip.linux.x8) R 13387 13389 11701 0 -1 4202496 653211 0 0 0 175182 4831 0 0 18 0 1 0 133894715 641245184 153656 4089446400 4194304 8223781 140733232989312 18446744073709551615 4212411 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/13389/statm: 156425 153527 605 984 0 155438 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 626216

Child status: 0
Real time (s): 1800.19
CPU time (s): 1800.23
CPU user time (s): 1751.89
CPU system time (s): 48.3397
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 1175688

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1751.89
system time used= 48.3397
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 653215
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= 3
involuntary context switches= 2232

runsolver used 2.43763 second user time and 5.78112 second system time

The end

Launcher Data

Begin job on node107 at 2010-06-30 21:26:12
IDJOB=2692318
IDBENCH=79265
IDSOLVER=1204
FILE ID=node107/2692318-1277925972
PBS_JOBID= 11197316
Free space on /tmp= 74212 MiB

SOLVER NAME= SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900552288--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-2692318-1277925972/watcher-2692318-1277925972 -o /tmp/evaluation-result-2692318-1277925972/solver-2692318-1277925972 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2692318-1277925972.wbo -t 1800 -m 3800

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

MD5SUM BENCH= ca8c0bf53108e4446976d449224bf298
RANDOM SEED=240430644

node107.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.849
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.69
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.849
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.849
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.849
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.849
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.81
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.849
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.849
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.849
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31141912 kB
Buffers:        206408 kB
Cached:        1273932 kB
SwapCached:          0 kB
Active:         548136 kB
Inactive:      1117116 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31141912 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4720 kB
Writeback:           0 kB
AnonPages:      184940 kB
Mapped:          20280 kB
Slab:            79908 kB
PageTables:       5000 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1657620 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= 74204 MiB
End job on node107 at 2010-06-30 21:56:14