Trace number 2705049

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
SCIPclp SCIP 1.2.1.3 with Clp 1.11.1 (Release Version) as LP solverMSAT 1790.21 1790.18

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900576927--soft-0-100-0.wbo
MD5SUM181256eb24986712688255c971de86f9
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 benchmark278.258
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 671
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.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Clp 1.11.1]
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-2705049-1278578333.wbo>
0.00/0.03	c original problem has 5645 variables (2938 bin, 0 int, 2707 impl, 0 cont) and 5415 constraints
0.00/0.03	c problem read
0.00/0.03	c presolving settings loaded
0.09/0.11	o 135714
0.09/0.11	c feasible solution found by trivial heuristic, objective value  1.357140e+05
0.09/0.11	c presolving:
0.09/0.12	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.09/0.13	c (round 2) 0 del vars, 1 del conss, 2707 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.09/0.17	c    (0.1s) probing: 101/2938 (3.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.17	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.17	c presolving (3 rounds):
0.09/0.17	c  0 deleted vars, 1 deleted constraints, 2707 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.17	c  5391 implications, 0 cliques
0.09/0.17	c presolved problem has 5645 variables (2938 bin, 0 int, 2707 impl, 0 cont) and 5414 constraints
0.09/0.17	c    2707 constraints of type <linear>
0.09/0.17	c    2707 constraints of type <indicator>
0.09/0.17	c transformed objective value is always integral (scale: 1)
0.09/0.17	c Presolving Time: 0.12
0.09/0.17	c - non default parameters ----------------------------------------------------------------------
0.09/0.17	c # SCIP version 1.2.1.3
0.09/0.17	c 
0.09/0.17	c # frequency for displaying node information lines
0.09/0.17	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.17	c display/freq = 10000
0.09/0.17	c 
0.09/0.17	c # maximal time in seconds to run
0.09/0.17	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.17	c limits/time = 1789.98
0.09/0.17	c 
0.09/0.17	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.17	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.17	c limits/memory = 3420
0.09/0.17	c 
0.09/0.17	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.17	c # [type: int, range: [1,2], default: 1]
0.09/0.17	c timing/clocktype = 2
0.09/0.17	c 
0.09/0.17	c # should presolving try to simplify inequalities
0.09/0.17	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.17	c constraints/linear/simplifyinequalities = TRUE
0.09/0.17	c 
0.09/0.17	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.17	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.17	c constraints/indicator/addCouplingCons = TRUE
0.09/0.17	c 
0.09/0.17	c # should presolving try to simplify knapsacks
0.09/0.17	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.17	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.17	c 
0.09/0.17	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.17	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.17	c separating/rapidlearning/freq = 0
0.09/0.17	c 
0.09/0.17	c -----------------------------------------------------------------------------------------------
0.09/0.17	c start solving
0.09/0.17	c 
0.09/0.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.09/0.18	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.29/0.35	c   0.3s|     1 |     0 |    20 |     - |  19M|   0 |   0 |5645 |5414 |5645 |  22 |  22 |   0 |   0 | 0.000000e+00 | 1.357140e+05 |    Inf 
0.29/0.36	c   0.3s|     1 |     0 |    42 |     - |  19M|   0 |   7 |5645 |5414 |5645 |  53 |  53 |   0 |   0 | 0.000000e+00 | 1.357140e+05 |    Inf 
0.29/0.36	c   0.3s|     1 |     0 |    62 |     - |  19M|   0 |  14 |5645 |5414 |5645 |  85 |  85 |   0 |   0 | 0.000000e+00 | 1.357140e+05 |    Inf 
0.29/0.38	c   0.3s|     1 |     0 |   101 |     - |  19M|   0 |  35 |5645 |5414 |5645 | 120 | 120 |   0 |   0 | 0.000000e+00 | 1.357140e+05 |    Inf 
0.39/0.40	c   0.4s|     1 |     0 |   133 |     - |  19M|   0 |  38 |5645 |5414 |5645 | 150 | 150 |   0 |   0 | 0.000000e+00 | 1.357140e+05 |    Inf 
0.39/0.43	c   0.4s|     1 |     0 |   184 |     - |  19M|   0 |  32 |5645 |5414 |5645 | 164 | 164 |   0 |   0 | 0.000000e+00 | 1.357140e+05 |    Inf 
0.49/0.51	c   0.5s|     1 |     2 |   184 |     - |  20M|   0 |  32 |5645 |5414 |5645 | 164 | 164 |   0 |  32 | 0.000000e+00 | 1.357140e+05 |    Inf 
17.30/17.38	c  17.4s| 10000 |  9993 |  2513 |   0.2 |  43M|2143 |   0 |5645 |5424 |5645 | 196 | 653 |  10 | 585 | 0.000000e+00 | 1.357140e+05 |    Inf 
28.69/28.75	o 415
28.69/28.75	c *28.7s| 17173 | 15015 |  3065 |   0.2 |  53M|2143 |   - |5645 |5424 |5645 | 204 | 807 |  10 | 614 | 0.000000e+00 | 4.150000e+02 |    Inf 
33.89/33.91	c  33.9s| 20000 | 17830 |  3441 |   0.2 |  59M|2143 |   0 |5645 |5430 |5645 | 190 | 881 |  16 | 626 | 0.000000e+00 | 4.150000e+02 |    Inf 
49.99/50.06	c  50.0s| 30000 | 27814 |  4254 |   0.1 |  80M|2317 |   0 |5645 |5445 |5645 | 200 |1113 |  31 | 683 | 0.000000e+00 | 4.150000e+02 |    Inf 
67.49/67.58	c  67.5s| 40000 | 37794 |  5484 |   0.1 | 100M|2317 |   0 |5645 |5472 |5645 | 198 |1397 |  58 | 757 | 0.000000e+00 | 4.150000e+02 |    Inf 
77.49/77.57	o 394
77.49/77.57	c *77.5s| 45342 | 42732 |  6451 |   0.1 | 111M|2317 |   - |5645 |5501 |5645 | 209 |1681 |  87 | 781 | 0.000000e+00 | 3.940000e+02 |    Inf 
77.49/77.58	o 387
77.49/77.58	c *77.5s| 45343 | 42565 |  6452 |   0.1 | 111M|2317 |   - |5645 |5501 |5645 | 209 |1681 |  87 | 781 | 0.000000e+00 | 3.870000e+02 |    Inf 
78.99/79.02	o 372
78.99/79.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
78.99/79.02	c *79.0s| 45975 | 42875 |  6791 |   0.1 | 112M|2317 |   - |5645 |5567 |5645 | 185 |1772 | 153 | 789 | 0.000000e+00 | 3.720000e+02 |    Inf 
79.10/79.15	o 351
79.10/79.15	c *79.1s| 46052 | 42475 |  6841 |   0.1 | 111M|2317 |   - |5645 |5573 |5645 | 191 |1779 | 159 | 789 | 0.000000e+00 | 3.510000e+02 |    Inf 
79.79/79.88	o 338
79.79/79.88	c *79.9s| 46375 | 42377 |  6989 |   0.1 | 111M|2317 |   - |5645 |5611 |5645 | 201 |1810 | 197 | 795 | 0.000000e+00 | 3.380000e+02 |    Inf 
82.49/82.51	o 331
82.49/82.51	c *82.5s| 47575 | 43180 |  7607 |   0.2 | 114M|2317 |   - |5645 |5821 |5645 | 219 |1988 | 407 | 798 | 0.000000e+00 | 3.310000e+02 |    Inf 
82.70/82.70	o 330
82.70/82.70	c *82.7s| 47643 | 43176 |  7649 |   0.2 | 114M|2317 |   - |5645 |5835 |5645 | 212 |1995 | 421 | 798 | 0.000000e+00 | 3.300000e+02 |    Inf 
82.70/82.75	o 326
82.70/82.75	c *82.7s| 47658 | 42984 |  7662 |   0.2 | 114M|2317 |   - |5645 |5835 |5645 | 212 |1995 | 421 | 798 | 0.000000e+00 | 3.260000e+02 |    Inf 
82.70/82.76	o 319
82.70/82.76	c *82.7s| 47659 | 42641 |  7662 |   0.2 | 113M|2317 |   - |5645 |5835 |5645 | 212 |1995 | 421 | 798 | 0.000000e+00 | 3.190000e+02 |    Inf 
84.19/84.23	o 290
84.19/84.23	c *84.2s| 48299 | 41266 |  7970 |   0.2 | 111M|2317 |   - |5645 |5990 |5645 | 195 |2084 | 576 | 809 | 0.000000e+00 | 2.900000e+02 |    Inf 
84.29/84.36	o 287
84.29/84.36	c *84.3s| 48345 | 41095 |  7995 |   0.2 | 111M|2317 |   - |5645 |5999 |5645 | 195 |2089 | 585 | 809 | 0.000000e+00 | 2.870000e+02 |    Inf 
84.29/84.37	o 286
84.29/84.37	c *84.3s| 48346 | 41031 |  7997 |   0.2 | 111M|2317 |   - |5645 |5999 |5645 | 195 |2089 | 585 | 809 | 0.000000e+00 | 2.860000e+02 |    Inf 
84.49/84.53	o 283
84.49/84.53	c *84.5s| 48406 | 40873 |  8050 |   0.2 | 111M|2317 |   - |5645 |6011 |5645 | 203 |2103 | 597 | 810 | 0.000000e+00 | 2.830000e+02 |    Inf 
84.70/84.75	o 241
84.70/84.75	c *84.7s| 48524 | 37491 |  8087 |   0.2 | 104M|2317 |   - |5645 |6013 |5645 | 197 |2116 | 599 | 810 | 0.000000e+00 | 2.410000e+02 |    Inf 
85.39/85.42	o 230
85.39/85.42	c *85.4s| 48802 | 36686 |  8210 |   0.2 | 102M|2317 |   - |5645 |6072 |5645 | 195 |2158 | 658 | 810 | 0.000000e+00 | 2.300000e+02 |    Inf 
88.79/88.86	c  88.8s| 50000 | 37663 |  9917 |   0.2 | 108M|2317 |   0 |5645 |6531 |5645 | 198 |2714 |1117 | 894 | 0.000000e+00 | 2.300000e+02 |    Inf 
89.09/89.13	o 212
89.09/89.13	c *89.1s| 50122 | 35790 |  9980 |   0.2 | 104M|2317 |   - |5645 |6545 |5645 | 201 |2733 |1131 | 894 | 0.000000e+00 | 2.120000e+02 |    Inf 
89.09/89.14	o 209
89.09/89.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
89.09/89.14	c *89.1s| 50123 | 35542 |  9980 |   0.2 | 103M|2317 |   - |5645 |6545 |5645 | 201 |2733 |1131 | 894 | 0.000000e+00 | 2.090000e+02 |    Inf 
90.00/90.07	o 204
90.00/90.07	c *90.0s| 50424 | 35348 | 10446 |   0.2 | 104M|2317 |   - |5645 |6674 |5645 | 211 |2872 |1260 | 925 | 0.000000e+00 | 2.040000e+02 |    Inf 
90.20/90.28	o 197
90.20/90.28	c *90.2s| 50473 | 34608 | 10623 |   0.2 | 103M|2317 |   - |5645 |6706 |5645 | 210 |2927 |1292 | 925 | 0.000000e+00 | 1.970000e+02 |    Inf 
93.59/93.63	o 181
93.59/93.63	c *93.6s| 51565 | 33458 | 12132 |   0.2 | 103M|2317 |   - |5645 |7218 |5645 | 213 |3386 |1804 | 961 | 0.000000e+00 | 1.810000e+02 |    Inf 
94.10/94.15	o 175
94.10/94.15	c *94.1s| 51695 | 32868 | 12379 |   0.2 | 103M|2317 |   - |5645 |7328 |5645 | 212 |3465 |1914 | 982 | 0.000000e+00 | 1.750000e+02 |    Inf 
94.99/95.02	o 152
94.99/95.02	c *95.0s| 51923 | 28950 | 12806 |   0.2 |  95M|2317 |   - |5645 |7506 |5645 | 217 |3624 |2095 | 986 | 0.000000e+00 | 1.520000e+02 |    Inf 
97.49/97.53	o 138
97.49/97.53	c *97.5s| 52645 | 26341 | 14542 |   0.3 |  91M|2317 |   - |5645 |7974 |5645 | 216 |4153 |2571 |1044 | 0.000000e+00 | 1.380000e+02 |    Inf 
98.79/98.86	o 136
98.79/98.86	c *98.8s| 53040 | 26108 | 15436 |   0.3 |  92M|2317 |   - |5645 |8136 |5645 | 196 |4399 |2746 |1081 | 0.000000e+00 | 1.360000e+02 |    Inf 
99.39/99.47	o 134
99.39/99.47	c *99.4s| 53213 | 25846 | 15634 |   0.3 |  92M|2317 |   - |5645 |8183 |5645 | 208 |4481 |2816 |1087 | 0.000000e+00 | 1.340000e+02 |    Inf 
99.49/99.53	o 124
99.49/99.53	c *99.5s| 53224 | 23850 | 15666 |   0.3 |  88M|2317 |   - |5645 |8197 |5645 | 201 |4489 |2830 |1087 | 0.000000e+00 | 1.240000e+02 |    Inf 
101.39/101.41	o 120
101.39/101.41	c * 101s| 53693 | 23323 | 16963 |   0.3 |  90M|2317 |   - |5645 |8598 |5645 | 198 |4873 |3296 |1135 | 0.000000e+00 | 1.200000e+02 |    Inf 
101.49/101.57	o 117
101.49/101.57	c * 102s| 53749 | 22807 | 17064 |   0.3 |  89M|2317 |   - |5645 |8605 |5645 | 218 |4898 |3307 |1136 | 0.000000e+00 | 1.170000e+02 |    Inf 
101.49/101.58	o 109
101.49/101.58	c * 102s| 53750 | 21239 | 17070 |   0.3 |  85M|2317 |   - |5645 |8605 |5645 | 218 |4898 |3307 |1136 | 0.000000e+00 | 1.090000e+02 |    Inf 
104.20/104.26	o 102
104.20/104.26	c * 104s| 54439 | 20361 | 18912 |   0.3 |  86M|2317 |   - |5645 |8953 |5645 | 218 |5386 |3800 |1169 | 0.000000e+00 | 1.020000e+02 |    Inf 
104.20/104.27	o 95
104.20/104.27	c * 104s| 54440 | 18540 | 18913 |   0.3 |  81M|2317 |   - |5645 |8953 |5645 | 218 |5386 |3800 |1169 | 0.000000e+00 | 9.500000e+01 |    Inf 
106.19/106.27	o 83
106.19/106.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
106.19/106.27	c * 106s| 54948 | 15330 | 21566 |   0.4 |  77M|2317 |   - |5645 |9157 |5645 | 233 |5946 |4305 |1297 | 0.000000e+00 | 8.300000e+01 |    Inf 
113.49/113.53	o 70
113.49/113.53	c * 113s| 56882 | 12615 | 27915 |   0.5 |  74M|2317 |   - |5645 |9291 |5645 | 221 |7597 |6097 |1470 | 0.000000e+00 | 7.000000e+01 |    Inf 
115.29/115.30	o 68
115.29/115.30	c * 115s| 57366 | 12105 | 29976 |   0.5 |  74M|2317 |   - |5645 |9258 |5645 | 230 |8053 |6707 |1504 | 0.000000e+00 | 6.800000e+01 |    Inf 
116.49/116.58	o 56
116.49/116.58	c * 117s| 57824 | 10169 | 31238 |   0.5 |  71M|2317 |   - |5645 |9245 |5645 | 214 |8338 |7104 |1548 | 0.000000e+00 | 5.600000e+01 |    Inf 
116.49/116.59	o 55
116.49/116.59	c * 117s| 57825 |  9699 | 31238 |   0.5 |  69M|2317 |   - |5645 |9245 |5645 | 214 |8338 |7104 |1548 | 0.000000e+00 | 5.500000e+01 |    Inf 
116.69/116.71	o 53
116.69/116.71	c * 117s| 57851 |  9344 | 31366 |   0.5 |  68M|2317 |   - |5645 |8624 |5645 | 237 |8376 |7134 |1554 | 0.000000e+00 | 5.300000e+01 |    Inf 
116.69/116.72	o 52
116.69/116.72	c * 117s| 57852 |  9214 | 31366 |   0.5 |  68M|2317 |   - |5645 |8624 |5645 | 237 |8376 |7134 |1554 | 0.000000e+00 | 5.200000e+01 |    Inf 
116.69/116.78	o 49
116.69/116.78	c * 117s| 57870 |  8636 | 31440 |   0.5 |  66M|2317 |   - |5645 |8467 |5645 | 234 |8392 |7156 |1557 | 0.000000e+00 | 4.900000e+01 |    Inf 
116.69/116.79	o 48
116.69/116.79	c * 117s| 57871 |  8556 | 31440 |   0.5 |  66M|2317 |   - |5645 |8467 |5645 | 234 |8392 |7156 |1557 | 0.000000e+00 | 4.800000e+01 |    Inf 
116.79/116.85	o 43
116.79/116.85	c * 117s| 57892 |  7696 | 31474 |   0.5 |  63M|2317 |   - |5645 |8329 |5645 | 233 |8407 |7159 |1557 | 0.000000e+00 | 4.300000e+01 |    Inf 
116.79/116.85	o 42
116.79/116.85	c * 117s| 57893 |  7534 | 31474 |   0.5 |  63M|2317 |   - |5645 |8329 |5645 | 233 |8407 |7159 |1557 | 0.000000e+00 | 4.200000e+01 |    Inf 
117.20/117.24	o 41
117.20/117.24	c * 117s| 58028 |  7443 | 32071 |   0.5 |  63M|2317 |   - |5645 |8136 |5645 | 245 |8549 |7290 |1576 | 0.000000e+00 | 4.100000e+01 |    Inf 
117.30/117.30	o 32
117.30/117.30	c * 117s| 58048 |  6200 | 32177 |   0.6 |  60M|2317 |   - |5645 |8053 |5645 | 229 |8579 |7290 |1576 | 0.000000e+00 | 3.200000e+01 |    Inf 
117.30/117.31	o 31
117.30/117.31	c * 117s| 58049 |  5788 | 32177 |   0.6 |  53M|2317 |   - |5645 |8053 |5645 | 229 |8579 |7290 |1576 | 0.000000e+00 | 3.100000e+01 |    Inf 
117.99/118.02	o 26
117.99/118.02	c * 118s| 58319 |  5152 | 33288 |   0.6 |  52M|2317 |   - |5645 |7836 |5645 | 228 |8779 |7614 |1609 | 0.000000e+00 | 2.600000e+01 |    Inf 
117.99/118.02	o 25
117.99/118.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
117.99/118.02	c * 118s| 58320 |  4991 | 33288 |   0.6 |  51M|2317 |   - |5645 |7836 |5645 | 228 |8779 |7614 |1609 | 0.000000e+00 | 2.500000e+01 |    Inf 
121.69/121.79	c   122s| 60000 |  5119 | 40537 |   0.7 |  52M|2317 |   1 |5645 |7832 |5645 | 192 |  10k|9662 |1661 | 0.000000e+00 | 2.500000e+01 |    Inf 
121.79/121.81	o 5
121.79/121.81	c * 122s| 60006 |  2432 | 40557 |   0.7 |  45M|2317 |   - |5645 |7834 |5645 | 195 |  10k|9668 |1661 | 0.000000e+00 | 5.000000e+00 |    Inf 
138.49/138.54	c   139s| 70000 |  2688 | 92856 |   1.3 |  48M|2317 |   - |5645 |8727 |   0 |   0 |  18k|  22k|1929 | 0.000000e+00 | 5.000000e+00 |    Inf 
155.89/155.94	c   156s| 80000 |  2807 |146767 |   1.8 |  51M|2317 |   - |5645 |  10k|   0 |   0 |  26k|  35k|2360 | 0.000000e+00 | 5.000000e+00 |    Inf 
173.09/173.17	c   173s| 90000 |  2926 |194735 |   2.2 |  53M|2317 |   - |5645 |9653 |   0 |   0 |  33k|  48k|2684 | 0.000000e+00 | 5.000000e+00 |    Inf 
190.49/190.54	c   191s|100000 |  3050 |241242 |   2.4 |  56M|2317 |   6 |5645 |  12k|5645 | 235 |  39k|  61k|2921 | 0.000000e+00 | 5.000000e+00 |    Inf 
193.39/193.45	o 2
193.39/193.45	c * 193s|101647 |  2598 |248804 |   2.4 |  54M|2317 |   - |5645 |  12k|5645 | 257 |  40k|  63k|2990 | 0.000000e+00 | 2.000000e+00 |    Inf 
207.69/207.78	c   208s|110000 |  2732 |287392 |   2.6 |  56M|2317 |   5 |5645 |  13k|5645 | 247 |  46k|  74k|3155 | 0.000000e+00 | 2.000000e+00 |    Inf 
225.89/225.98	c   226s|120000 |  2889 |336144 |   2.8 |  59M|2317 |   1 |5645 |  18k|5645 | 233 |  52k|  88k|3358 | 0.000000e+00 | 2.000000e+00 |    Inf 
245.20/245.30	c   245s|130000 |  2923 |383774 |   3.0 |  60M|2317 |   - |5645 |  16k|5645 | 255 |  58k| 102k|3541 | 0.000000e+00 | 2.000000e+00 |    Inf 
257.79/257.88	o 1
257.79/257.88	c * 258s|136981 |  2708 |413982 |   3.0 |  57M|2317 |   - |5645 |  16k|5645 | 224 |  62k| 111k|3629 | 0.000000e+00 | 1.000000e+00 |    Inf 
263.09/263.16	c   263s|140000 |  2727 |425352 |   3.0 |  58M|2317 |   1 |5645 |  17k|5645 | 218 |  63k| 116k|3684 | 0.000000e+00 | 1.000000e+00 |    Inf 
280.79/280.82	c   281s|150000 |  2724 |463150 |   3.1 |  58M|2317 |   - |5645 |  17k|   0 |   0 |  67k| 129k|3809 | 0.000000e+00 | 1.000000e+00 |    Inf 
298.39/298.44	c   298s|160000 |  2772 |504982 |   3.2 |  58M|2317 |   5 |5645 |  14k|5645 | 213 |  73k| 142k|4061 | 0.000000e+00 | 1.000000e+00 |    Inf 
315.09/315.17	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
315.09/315.17	c   315s|170000 |  2948 |544253 |   3.2 |  60M|2317 |   - |5645 |  15k|   0 |   0 |  79k| 155k|4165 | 0.000000e+00 | 1.000000e+00 |    Inf 
332.40/332.47	c   332s|180000 |  3011 |588562 |   3.3 |  61M|2317 |   1 |5645 |  15k|5645 | 214 |  84k| 168k|4291 | 0.000000e+00 | 1.000000e+00 |    Inf 
349.59/349.67	c   350s|190000 |  3036 |632323 |   3.3 |  63M|2317 |   1 |5645 |  16k|5645 | 216 |  88k| 183k|4397 | 0.000000e+00 | 1.000000e+00 |    Inf 
367.09/367.18	c   367s|200000 |  2995 |676995 |   3.4 |  63M|2317 |   - |5645 |  16k|   0 |   0 |  93k| 196k|4516 | 0.000000e+00 | 1.000000e+00 |    Inf 
384.60/384.60	c   385s|210000 |  2900 |719057 |   3.4 |  63M|2317 |   1 |5645 |  16k|5645 | 211 |  97k| 210k|4619 | 0.000000e+00 | 1.000000e+00 |    Inf 
402.70/402.70	c   403s|220000 |  2726 |768076 |   3.5 |  61M|2317 |   - |5645 |  13k|   0 |   0 | 105k| 223k|5142 | 0.000000e+00 | 1.000000e+00 |    Inf 
419.50/419.56	c   420s|230000 |  2821 |811153 |   3.5 |  63M|2317 |   - |5645 |  15k|   0 |   0 | 112k| 236k|5174 | 0.000000e+00 | 1.000000e+00 |    Inf 
436.70/436.79	c   437s|240000 |  2771 |852900 |   3.6 |  61M|2317 |   - |5645 |  11k|   0 |   0 | 117k| 250k|5272 | 0.000000e+00 | 1.000000e+00 |    Inf 
453.30/453.33	c   453s|250000 |  2924 |892910 |   3.6 |  64M|2317 |   - |5645 |  13k|   0 |   0 | 123k| 264k|5396 | 0.000000e+00 | 1.000000e+00 |    Inf 
470.59/470.65	c   471s|260000 |  3177 |936008 |   3.6 |  67M|2317 |   1 |5645 |  16k|5645 | 192 | 129k| 278k|5453 | 0.000000e+00 | 1.000000e+00 |    Inf 
488.09/488.14	c   488s|270000 |  3409 |978634 |   3.6 |  70M|2317 |  10 |5645 |  16k|5645 | 247 | 134k| 292k|5541 | 0.000000e+00 | 1.000000e+00 |    Inf 
506.00/506.06	c   506s|280000 |  3569 |  1019k|   3.6 |  71M|2317 |   1 |5645 |  15k|5645 | 181 | 140k| 306k|5620 | 0.000000e+00 | 1.000000e+00 |    Inf 
523.60/523.64	c   524s|290000 |  3536 |  1058k|   3.6 |  72M|2317 |   1 |5645 |  15k|5645 | 218 | 145k| 321k|5685 | 0.000000e+00 | 1.000000e+00 |    Inf 
540.99/541.04	c   541s|300000 |  3498 |  1097k|   3.7 |  72M|2317 |   - |5645 |  15k|   0 |   0 | 149k| 335k|5749 | 0.000000e+00 | 1.000000e+00 |    Inf 
558.49/558.59	c   559s|310000 |  3642 |  1139k|   3.7 |  74M|2317 |   8 |5645 |  15k|5645 | 181 | 154k| 350k|5867 | 0.000000e+00 | 1.000000e+00 |    Inf 
577.20/577.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
577.20/577.24	c   577s|320000 |  3877 |  1181k|   3.7 |  77M|2317 |  13 |5645 |  18k|5645 | 181 | 160k| 364k|5952 | 0.000000e+00 | 1.000000e+00 |    Inf 
596.70/596.72	c   597s|330000 |  4057 |  1224k|   3.7 |  79M|2317 |   9 |5645 |  17k|5645 | 232 | 167k| 379k|6014 | 0.000000e+00 | 1.000000e+00 |    Inf 
615.49/615.56	c   616s|340000 |  4203 |  1267k|   3.7 |  81M|2317 |   - |5645 |  19k|   0 |   0 | 172k| 394k|6102 | 0.000000e+00 | 1.000000e+00 |    Inf 
633.90/633.92	c   634s|350000 |  4313 |  1306k|   3.7 |  82M|2317 |   1 |5645 |  18k|5645 | 241 | 176k| 409k|6162 | 0.000000e+00 | 1.000000e+00 |    Inf 
652.20/652.22	c   652s|360000 |  4352 |  1349k|   3.7 |  83M|2317 |   1 |5645 |  17k|5645 | 209 | 181k| 424k|6237 | 0.000000e+00 | 1.000000e+00 |    Inf 
670.00/670.06	c   670s|370000 |  4363 |  1386k|   3.7 |  84M|2317 |   1 |5645 |  18k|5645 | 218 | 185k| 439k|6306 | 0.000000e+00 | 1.000000e+00 |    Inf 
688.70/688.79	c   689s|380000 |  4292 |  1430k|   3.8 |  83M|2317 |   1 |5645 |  17k|5645 | 224 | 190k| 454k|6375 | 0.000000e+00 | 1.000000e+00 |    Inf 
707.80/707.84	c   708s|390000 |  4393 |  1474k|   3.8 |  84M|2317 |   1 |5645 |  18k|5645 | 181 | 195k| 468k|6445 | 0.000000e+00 | 1.000000e+00 |    Inf 
727.10/727.14	c   727s|400000 |  4440 |  1514k|   3.8 |  85M|2317 |  17 |5645 |  18k|5645 | 238 | 201k| 482k|6519 | 0.000000e+00 | 1.000000e+00 |    Inf 
746.60/746.63	c   747s|410000 |  4443 |  1558k|   3.8 |  87M|2317 |  22 |5645 |  21k|5645 | 268 | 206k| 496k|6581 | 0.000000e+00 | 1.000000e+00 |    Inf 
766.00/766.06	c   766s|420000 |  4409 |  1599k|   3.8 |  86M|2317 |   1 |5645 |  19k|5645 | 218 | 211k| 511k|6626 | 0.000000e+00 | 1.000000e+00 |    Inf 
784.91/784.98	c   785s|430000 |  4443 |  1636k|   3.8 |  87M|2317 |   7 |5645 |  19k|5645 | 208 | 216k| 525k|6675 | 0.000000e+00 | 1.000000e+00 |    Inf 
803.70/803.75	c   804s|440000 |  4445 |  1675k|   3.8 |  87M|2317 |   1 |5645 |  19k|5645 | 197 | 220k| 540k|6735 | 0.000000e+00 | 1.000000e+00 |    Inf 
822.71/822.78	c   823s|450000 |  4419 |  1717k|   3.8 |  87M|2317 |   - |5645 |  18k|   0 |   0 | 226k| 555k|6807 | 0.000000e+00 | 1.000000e+00 |    Inf 
840.31/840.37	c   840s|460000 |  4458 |  1749k|   3.8 |  88M|2317 |   1 |5645 |  21k|5645 | 244 | 230k| 570k|6842 | 0.000000e+00 | 1.000000e+00 |    Inf 
859.11/859.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
859.11/859.18	c   859s|470000 |  4467 |  1793k|   3.8 |  88M|2317 |   - |5645 |  18k|   0 |   0 | 236k| 584k|6895 | 0.000000e+00 | 1.000000e+00 |    Inf 
878.60/878.69	c   879s|480000 |  4550 |  1841k|   3.8 |  90M|2317 |   5 |5645 |  19k|5645 | 239 | 243k| 598k|6946 | 0.000000e+00 | 1.000000e+00 |    Inf 
898.50/898.59	c   899s|490000 |  4558 |  1887k|   3.9 |  90M|2317 |   9 |5645 |  19k|5645 | 208 | 250k| 613k|7018 | 0.000000e+00 | 1.000000e+00 |    Inf 
918.41/918.42	c   918s|500000 |  4471 |  1940k|   3.9 |  89M|2317 |  21 |5645 |  19k|5645 | 209 | 257k| 629k|7072 | 0.000000e+00 | 1.000000e+00 |    Inf 
936.70/936.77	c   937s|510000 |  4334 |  1979k|   3.9 |  87M|2317 |   - |5645 |  15k|   0 |   0 | 262k| 644k|7131 | 0.000000e+00 | 1.000000e+00 |    Inf 
954.30/954.33	c   954s|520000 |  4329 |  2019k|   3.9 |  87M|2317 |  10 |5645 |  17k|5645 | 218 | 268k| 658k|7183 | 0.000000e+00 | 1.000000e+00 |    Inf 
971.90/971.93	c   972s|530000 |  4338 |  2058k|   3.9 |  88M|2317 |   - |5645 |  18k|   0 |   0 | 272k| 675k|7226 | 0.000000e+00 | 1.000000e+00 |    Inf 
989.80/989.84	c   990s|540000 |  4381 |  2093k|   3.9 |  89M|2317 |   8 |5645 |  20k|5645 | 222 | 277k| 690k|7266 | 0.000000e+00 | 1.000000e+00 |    Inf 
1008.51/1008.57	c  1009s|550000 |  4402 |  2128k|   3.9 |  90M|2317 |  12 |5645 |  20k|5645 | 249 | 281k| 705k|7304 | 0.000000e+00 | 1.000000e+00 |    Inf 
1027.60/1027.64	c  1028s|560000 |  4353 |  2167k|   3.9 |  90M|2317 |   - |5645 |  20k|   0 |   0 | 285k| 720k|7336 | 0.000000e+00 | 1.000000e+00 |    Inf 
1046.01/1046.10	c  1046s|570000 |  4305 |  2208k|   3.9 |  88M|2317 |   - |5645 |  16k|   0 |   0 | 290k| 735k|7406 | 0.000000e+00 | 1.000000e+00 |    Inf 
1064.81/1064.84	c  1065s|580000 |  4256 |  2249k|   3.9 |  88M|2317 |   - |5645 |  16k|   0 |   0 | 296k| 750k|7449 | 0.000000e+00 | 1.000000e+00 |    Inf 
1083.01/1083.04	c  1083s|590000 |  4248 |  2289k|   3.9 |  88M|2317 |  14 |5645 |  16k|5645 | 199 | 301k| 764k|7486 | 0.000000e+00 | 1.000000e+00 |    Inf 
1101.60/1101.63	c  1102s|600000 |  4169 |  2332k|   3.9 |  87M|2317 |  18 |5645 |  16k|5645 | 240 | 306k| 779k|7539 | 0.000000e+00 | 1.000000e+00 |    Inf 
1119.31/1119.35	c  1119s|610000 |  4145 |  2373k|   3.9 |  87M|2317 |   - |5645 |  18k|   0 |   0 | 310k| 793k|7589 | 0.000000e+00 | 1.000000e+00 |    Inf 
1137.41/1137.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1137.41/1137.49	c  1137s|620000 |  4000 |  2415k|   3.9 |  85M|2317 |  11 |5645 |  14k|5645 | 212 | 314k| 808k|7638 | 0.000000e+00 | 1.000000e+00 |    Inf 
1155.70/1155.76	c  1156s|630000 |  4066 |  2458k|   3.9 |  86M|2317 |   - |5645 |  16k|   0 |   0 | 321k| 822k|7677 | 0.000000e+00 | 1.000000e+00 |    Inf 
1174.61/1174.68	c  1175s|640000 |  3973 |  2502k|   3.9 |  85M|2317 |   1 |5645 |  15k|5645 | 227 | 326k| 836k|7726 | 0.000000e+00 | 1.000000e+00 |    Inf 
1193.61/1193.60	c  1194s|650000 |  3987 |  2543k|   3.9 |  86M|2317 |  14 |5645 |  18k|5645 | 261 | 331k| 851k|7767 | 0.000000e+00 | 1.000000e+00 |    Inf 
1212.51/1212.50	c  1212s|660000 |  4059 |  2586k|   3.9 |  87M|2317 |   1 |5645 |  17k|5645 | 238 | 336k| 865k|7809 | 0.000000e+00 | 1.000000e+00 |    Inf 
1230.51/1230.54	c  1231s|670000 |  4145 |  2625k|   3.9 |  88M|2317 |   1 |5645 |  18k|5645 | 209 | 341k| 879k|7846 | 0.000000e+00 | 1.000000e+00 |    Inf 
1249.11/1249.10	c  1249s|680000 |  4135 |  2664k|   3.9 |  88M|2317 |   9 |5645 |  18k|5645 | 218 | 345k| 893k|7884 | 0.000000e+00 | 1.000000e+00 |    Inf 
1267.51/1267.57	c  1268s|690000 |  4074 |  2706k|   3.9 |  88M|2317 |   - |5645 |  19k|   0 |   0 | 350k| 908k|7922 | 0.000000e+00 | 1.000000e+00 |    Inf 
1286.51/1286.59	c  1287s|700000 |  4025 |  2751k|   3.9 |  86M|2317 |  18 |5645 |  13k|5645 | 189 | 355k| 921k|7971 | 0.000000e+00 | 1.000000e+00 |    Inf 
1304.71/1304.77	c  1305s|710000 |  4122 |  2789k|   3.9 |  88M|2317 |   - |5645 |  16k|   0 |   0 | 359k| 935k|8007 | 0.000000e+00 | 1.000000e+00 |    Inf 
1323.41/1323.42	c  1323s|720000 |  4001 |  2831k|   3.9 |  86M|2317 |   1 |5645 |  15k|5645 | 211 | 364k| 949k|8056 | 0.000000e+00 | 1.000000e+00 |    Inf 
1342.11/1342.11	c  1342s|730000 |  3970 |  2874k|   3.9 |  87M|2317 |   9 |5645 |  17k|5645 | 219 | 369k| 963k|8099 | 0.000000e+00 | 1.000000e+00 |    Inf 
1361.41/1361.48	c  1361s|740000 |  4016 |  2919k|   3.9 |  88M|2317 |   - |5645 |  16k|   0 |   0 | 376k| 976k|8173 | 0.000000e+00 | 1.000000e+00 |    Inf 
1380.91/1380.93	c  1381s|750000 |  4031 |  2963k|   4.0 |  88M|2317 |   - |5645 |  17k|   0 |   0 | 382k| 989k|8213 | 0.000000e+00 | 1.000000e+00 |    Inf 
1400.22/1400.21	c  1400s|760000 |  4061 |  3007k|   4.0 |  89M|2317 |   - |5645 |  16k|   0 |   0 | 387k|1002k|8261 | 0.000000e+00 | 1.000000e+00 |    Inf 
1420.22/1420.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1420.22/1420.24	c  1420s|770000 |  4040 |  3052k|   4.0 |  89M|2317 |   1 |5645 |  17k|5645 | 210 | 392k|1016k|8298 | 0.000000e+00 | 1.000000e+00 |    Inf 
1439.51/1439.55	c  1440s|780000 |  4007 |  3093k|   4.0 |  88M|2317 |   - |5645 |  16k|   0 |   0 | 397k|1029k|8353 | 0.000000e+00 | 1.000000e+00 |    Inf 
1459.41/1459.44	c  1459s|790000 |  4054 |  3139k|   4.0 |  89M|2317 |   - |5645 |  18k|   0 |   0 | 403k|1043k|8394 | 0.000000e+00 | 1.000000e+00 |    Inf 
1479.72/1479.77	c  1480s|800000 |  4132 |  3187k|   4.0 |  91M|2317 |  13 |5645 |  20k|5645 | 233 | 407k|1056k|8442 | 0.000000e+00 | 1.000000e+00 |    Inf 
1500.42/1500.46	c  1500s|810000 |  4098 |  3233k|   4.0 |  91M|2317 |   - |5645 |  19k|   0 |   0 | 410k|1071k|8484 | 0.000000e+00 | 1.000000e+00 |    Inf 
1519.51/1519.53	c  1520s|820000 |  4136 |  3272k|   4.0 |  91M|2317 |   1 |5645 |  19k|5645 | 216 | 415k|1085k|8511 | 0.000000e+00 | 1.000000e+00 |    Inf 
1539.11/1539.12	c  1539s|830000 |  4076 |  3314k|   4.0 |  91M|2317 |   1 |5645 |  19k|5645 | 218 | 420k|1100k|8547 | 0.000000e+00 | 1.000000e+00 |    Inf 
1558.11/1558.17	c  1558s|840000 |  3932 |  3359k|   4.0 |  88M|2317 |   - |5645 |  17k|   0 |   0 | 425k|1115k|8586 | 0.000000e+00 | 1.000000e+00 |    Inf 
1576.62/1576.66	c  1577s|850000 |  3918 |  3399k|   4.0 |  88M|2317 |   7 |5645 |  19k|5645 | 191 | 430k|1129k|8620 | 0.000000e+00 | 1.000000e+00 |    Inf 
1596.12/1596.19	c  1596s|860000 |  3884 |  3437k|   4.0 |  88M|2317 |   - |5645 |  20k|   0 |   0 | 436k|1143k|8653 | 0.000000e+00 | 1.000000e+00 |    Inf 
1615.72/1615.73	c  1616s|870000 |  3980 |  3475k|   4.0 |  89M|2317 |  16 |5645 |  20k|5645 | 185 | 441k|1157k|8681 | 0.000000e+00 | 1.000000e+00 |    Inf 
1635.91/1635.97	c  1636s|880000 |  4001 |  3516k|   4.0 |  90M|2317 |   1 |5645 |  22k|5645 | 192 | 448k|1171k|8711 | 0.000000e+00 | 1.000000e+00 |    Inf 
1655.72/1655.80	c  1656s|890000 |  3987 |  3555k|   4.0 |  90M|2317 |  13 |5645 |  21k|5645 | 187 | 454k|1186k|8746 | 0.000000e+00 | 1.000000e+00 |    Inf 
1676.02/1676.02	c  1676s|900000 |  3975 |  3594k|   4.0 |  90M|2317 |   - |5645 |  22k|   0 |   0 | 459k|1200k|8771 | 0.000000e+00 | 1.000000e+00 |    Inf 
1696.02/1696.08	c  1696s|910000 |  3954 |  3634k|   4.0 |  90M|2317 |   - |5645 |  21k|   0 |   0 | 465k|1214k|8800 | 0.000000e+00 | 1.000000e+00 |    Inf 
1716.61/1716.66	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1716.61/1716.66	c  1717s|920000 |  3891 |  3673k|   4.0 |  89M|2317 |   3 |5645 |  21k|5645 | 183 | 471k|1228k|8831 | 0.000000e+00 | 1.000000e+00 |    Inf 
1736.92/1736.95	c  1737s|930000 |  3707 |  3714k|   4.0 |  85M|2317 |   - |5645 |  18k|   0 |   0 | 477k|1242k|8860 | 0.000000e+00 | 1.000000e+00 |    Inf 
1756.11/1756.16	c  1756s|940000 |  3529 |  3755k|   4.0 |  82M|2317 |   - |5645 |  19k|   0 |   0 | 483k|1257k|8887 | 0.000000e+00 | 1.000000e+00 |    Inf 
1775.43/1775.49	c  1775s|950000 |  3573 |  3793k|   4.0 |  83M|2317 |   1 |5645 |  21k|5645 | 225 | 488k|1272k|8914 | 0.000000e+00 | 1.000000e+00 |    Inf 
1790.02/1790.01	c 
1790.02/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1790.02/1790.01	c Solving Time (sec) : 1789.98
1790.02/1790.01	c Solving Nodes      : 957285
1790.02/1790.01	c Primal Bound       : +1.00000000000000e+00 (171 solutions)
1790.02/1790.01	c Dual Bound         : +0.00000000000000e+00
1790.02/1790.01	c Gap                : infinite
1790.02/1790.08	s SATISFIABLE
1790.02/1790.08	v -x231 -x230 -x229 -x228 -x227 -x226 -x225 x224 -x223 -x222 -x221 -x220 -x219 -x218 -x217 -x216 -x215 -x214 x213 -x212 -x211 -x210 
1790.02/1790.08	v -x209 x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 
1790.02/1790.08	v -x188 -x187 -x186 -x185 -x184 -x183 x182 -x181 -x180 -x179 -x178 -x177 x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 
1790.02/1790.08	v -x167 -x166 -x165 -x164 -x163 -x162 x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 x150 -x149 -x148 -x147 
1790.02/1790.08	v -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 
1790.02/1790.08	v -x125 x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 x111 -x110 -x109 -x108 -x107 -x106 -x105 -x104 
1790.02/1790.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 
1790.02/1790.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 
1790.02/1790.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 
1790.02/1790.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 
1790.02/1790.08	v -x1 
1790.02/1790.08	c SCIP Status        : solving was interrupted [time limit reached]
1790.02/1790.08	c Solving Time       :    1789.98
1790.02/1790.08	c Original Problem   :
1790.02/1790.08	c   Problem name     : HOME/instance-2705049-1278578333.wbo
1790.02/1790.08	c   Variables        : 5645 (2938 binary, 0 integer, 2707 implicit integer, 0 continuous)
1790.02/1790.08	c   Constraints      : 5415 initial, 5415 maximal
1790.02/1790.08	c Presolved Problem  :
1790.02/1790.08	c   Problem name     : t_HOME/instance-2705049-1278578333.wbo
1790.02/1790.08	c   Variables        : 5645 (2938 binary, 0 integer, 2707 implicit integer, 0 continuous)
1790.02/1790.08	c   Constraints      : 5414 initial, 23524 maximal
1790.02/1790.08	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1790.02/1790.08	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1790.02/1790.08	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1790.02/1790.08	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1790.02/1790.08	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1790.02/1790.08	c   implics          :       0.00          0          0          0          0          0          0          0          0
1790.02/1790.08	c   probing          :       0.03          0          0          0          0          0          0          0          0
1790.02/1790.08	c   linear           :       0.02          0          0          0       2707          0          1          0          0
1790.02/1790.08	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1790.02/1790.08	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1790.02/1790.08	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1790.02/1790.08	c   root node        :          -       5414          -          -       5414          -          -          -          -
1790.02/1790.08	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1790.02/1790.08	c   integral         :          0          0          0     593722          0         15        769          0          0     976878
1790.02/1790.08	c   linear           :       2707          6    5282621     104344          2     380811   22668516     492640          0          0
1790.02/1790.08	c   indicator        :       2707          0     476652      63406          0        113    1231259          0          0          0
1790.02/1790.08	c   logicor          :          0+         0    1493377          0          0      88494    2091024          0          0          0
1790.02/1790.08	c   bounddisjunction :          0+         0     441356          0          0        319       3602          0          0          0
1790.02/1790.08	c   countsols        :          0          0          0      54484          2          0          0          0          0          0
1790.02/1790.08	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1790.02/1790.08	c   integral         :      13.72       0.00       0.00      13.72       0.00
1790.02/1790.08	c   linear           :     246.69       0.00     238.37       8.32       0.00
1790.02/1790.08	c   indicator        :      19.93       0.00       8.85      11.07       0.00
1790.02/1790.08	c   logicor          :     238.85       0.00     238.85       0.00       0.00
1790.02/1790.08	c   bounddisjunction :       2.22       0.00       2.22       0.00       0.00
1790.02/1790.08	c   countsols        :       0.01       0.00       0.00       0.01       0.00
1790.02/1790.08	c Propagators        :       Time      Calls    Cutoffs    DomReds
1790.02/1790.08	c   vbounds          :       0.80       8846          0       2496
1790.02/1790.08	c   rootredcost      :       0.73         51          0       2707
1790.02/1790.08	c   pseudoobj        :     185.73    5284917       1738    1076645
1790.02/1790.08	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1790.02/1790.08	c   propagation      :      28.29     471362     471212    3112731       34.1      15771       28.9          -
1790.02/1790.08	c   infeasible LP    :       3.94      12262      12262     100355       42.7        142       22.5          0
1790.02/1790.08	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1790.02/1790.08	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1790.02/1790.08	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1790.02/1790.08	c   applied globally :          -          -          -    1282974       25.3          -          -          -
1790.02/1790.08	c   applied locally  :          -          -          -          0        0.0          -          -          -
1790.02/1790.08	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1790.02/1790.08	c   cut pool         :       0.00          3          -          -          1          -    (maximal pool size: 73)
1790.02/1790.08	c   redcost          :      54.63     594591          0     122385          0          0
1790.02/1790.08	c   impliedbounds    :       0.00          4          0          0          0          0
1790.02/1790.08	c   intobj           :       0.00          0          0          0          0          0
1790.02/1790.08	c   cgmip            :       0.00          0          0          0          0          0
1790.02/1790.08	c   gomory           :       0.01          4          0          0        230          0
1790.02/1790.08	c   strongcg         :       0.01          4          0          0        215          0
1790.02/1790.08	c   cmir             :       0.01          4          0          0          0          0
1790.02/1790.08	c   flowcover        :       0.02          4          0          0          0          0
1790.02/1790.08	c   clique           :       0.00          1          0          0          0          0
1790.02/1790.08	c   zerohalf         :       0.00          0          0          0          0          0
1790.02/1790.08	c   mcf              :       0.00          1          0          0          0          0
1790.02/1790.08	c   rapidlearning    :       0.17          1          0          0          0          0
1790.02/1790.08	c Pricers            :       Time      Calls       Vars
1790.02/1790.08	c   problem variables:       0.00          0          0
1790.02/1790.08	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1790.02/1790.08	c   relpscost        :      13.30     489063         15        769          0          0     976878
1790.02/1790.08	c   pscost           :       0.00          0          0          0          0          0          0
1790.02/1790.08	c   inference        :      25.01      54435          0          0          0          0     108981
1790.02/1790.08	c   mostinf          :       0.00          0          0          0          0          0          0
1790.02/1790.08	c   leastinf         :       0.00          0          0          0          0          0          0
1790.02/1790.08	c   fullstrong       :       0.00          0          0          0          0          0          0
1790.02/1790.08	c   allfullstrong    :       0.00          0          0          0          0          0          0
1790.02/1790.08	c   random           :       0.00          0          0          0          0          0          0
1790.02/1790.08	c Primal Heuristics  :       Time      Calls      Found
1790.02/1790.08	c   LP solutions     :       0.11          -         51
1790.02/1790.08	c   pseudo solutions :       0.00          -          0
1790.02/1790.08	c   feaspump         :       0.00          0          0
1790.02/1790.08	c   oneopt           :       0.42         39          0
1790.02/1790.08	c   guideddiving     :       0.12         59          0
1790.02/1790.08	c   veclendiving     :       0.15         82          0
1790.02/1790.08	c   linesearchdiving :       0.14         82          0
1790.02/1790.08	c   coefdiving       :       0.15         83          0
1790.02/1790.08	c   pscostdiving     :       0.15         83          0
1790.02/1790.08	c   fracdiving       :       0.15         83          0
1790.02/1790.08	c   objpscostdiving  :       0.15         80          0
1790.02/1790.08	c   rootsoldiving    :       0.17         80          0
1790.02/1790.08	c   trivial          :       0.07          2          2
1790.02/1790.08	c   simplerounding   :       0.68     489125          0
1790.02/1790.08	c   zirounding       :       0.36       1000          0
1790.02/1790.08	c   rounding         :       1.02       9893          0
1790.02/1790.08	c   shifting         :       0.49       3049          0
1790.02/1790.08	c   intshifting      :       0.00          0          0
1790.02/1790.08	c   twoopt           :       0.00          0          0
1790.02/1790.08	c   fixandinfer      :       0.00          0          0
1790.02/1790.08	c   intdiving        :       0.00          0          0
1790.02/1790.08	c   actconsdiving    :       0.00          0          0
1790.02/1790.08	c   octane           :       0.00          0          0
1790.02/1790.08	c   rens             :       0.03          1          0
1790.02/1790.08	c   rins             :       0.00          0          0
1790.02/1790.08	c   localbranching   :       0.00          0          0
1790.02/1790.08	c   mutation         :       0.00          0          0
1790.02/1790.08	c   crossover        :       1.47         36          5
1790.02/1790.08	c   dins             :       0.00          0          0
1790.02/1790.08	c   undercover       :       0.00          0          0
1790.02/1790.08	c   nlp              :       0.14          0          0
1790.02/1790.08	c   trysol           :       0.40        188        113
1790.02/1790.08	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1790.02/1790.08	c   primal LP        :       0.00          0          0       0.00          -
1790.02/1790.08	c   dual LP          :     460.01     552501    3822498       6.92    8309.63
1790.02/1790.08	c   lex dual LP      :       0.00          0          0       0.00          -
1790.02/1790.08	c   barrier LP       :       0.00          0          0       0.00          -
1790.02/1790.08	c   diving/probing LP:       0.10         65        573       8.82    5708.02
1790.02/1790.08	c   strong branching :      10.08       8945      99440      11.12    9866.09
1790.02/1790.08	c     (at root node) :          -         32       1047      32.72          -
1790.02/1790.08	c   conflict analysis:       0.00          0          0       0.00          -
1790.02/1790.08	c B&B Tree           :
1790.02/1790.08	c   number of runs   :          1
1790.02/1790.08	c   nodes            :     957285
1790.02/1790.08	c   nodes (total)    :     957285
1790.02/1790.08	c   nodes left       :       3579
1790.02/1790.08	c   max depth        :       2317
1790.02/1790.08	c   max depth (total):       2317
1790.02/1790.08	c   backtracks       :      79141 (8.3%)
1790.02/1790.08	c   delayed cutoffs  :      72716
1790.02/1790.08	c   repropagations   :    2874524 (4201723 domain reductions, 69332 cutoffs)
1790.02/1790.08	c   avg switch length:       7.43
1790.02/1790.08	c   switching time   :     269.98
1790.02/1790.08	c Solution           :
1790.02/1790.08	c   Solutions found  :        171 (52 improvements)
1790.02/1790.08	c   First Solution   : +1.35714000000000e+05   (in run 1, after 0 nodes, 0.02 seconds, depth 0, found by <trivial>)
1790.02/1790.08	c   Primal Bound     : +1.00000000000000e+00   (in run 1, after 136981 nodes, 257.85 seconds, depth 36, found by <relaxation>)
1790.02/1790.08	c   Dual Bound       : +0.00000000000000e+00
1790.02/1790.08	c   Gap              :   infinite
1790.02/1790.08	c   Root Dual Bound  : +0.00000000000000e+00
1790.02/1790.08	c   Root Iterations  :        184
1790.12/1790.18	c Time complete: 1790.2.

Verifier Data

OK	1

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2705049-1278578333/watcher-2705049-1278578333 -o /tmp/evaluation-result-2705049-1278578333/solver-2705049-1278578333 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705049-1278578333.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.03 2.01 1.93 4/178 21959
/proc/meminfo: memFree=28810880/32951124 swapFree=67111528/67111528
[pid=21959] ppid=21957 vsize=12508 CPUtime=0
/proc/21959/stat : 21959 (pbscip.linux.x8) R 21957 21959 21502 0 -1 4202496 1975 0 0 0 0 0 0 0 21 0 1 0 26046446 12808192 1893 4089446400 4194304 10345943 140736721363312 18446744073709551615 9107500 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/21959/statm: 3127 1893 429 1502 0 1620 0

[startup+0.062765 s]
/proc/loadavg: 2.03 2.01 1.93 4/178 21959
/proc/meminfo: memFree=28810880/32951124 swapFree=67111528/67111528
[pid=21959] ppid=21957 vsize=38016 CPUtime=0.05
/proc/21959/stat : 21959 (pbscip.linux.x8) R 21957 21959 21502 0 -1 4202496 8448 0 0 0 5 0 0 0 21 0 1 0 26046446 38928384 8012 4089446400 4194304 10345943 140736721363312 18446744073709551615 9137947 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21959/statm: 9504 8012 509 1502 0 7997 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 38016

[startup+0.100751 s]
/proc/loadavg: 2.03 2.01 1.93 4/178 21959
/proc/meminfo: memFree=28810880/32951124 swapFree=67111528/67111528
[pid=21959] ppid=21957 vsize=38016 CPUtime=0.09
/proc/21959/stat : 21959 (pbscip.linux.x8) R 21957 21959 21502 0 -1 4202496 8448 0 0 0 9 0 0 0 21 0 1 0 26046446 38928384 8012 4089446400 4194304 10345943 140736721363312 18446744073709551615 9138250 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21959/statm: 9504 8012 509 1502 0 7997 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 38016

[startup+0.300713 s]
/proc/loadavg: 2.03 2.01 1.93 4/178 21959
/proc/meminfo: memFree=28810880/32951124 swapFree=67111528/67111528
[pid=21959] ppid=21957 vsize=70100 CPUtime=0.29
/proc/21959/stat : 21959 (pbscip.linux.x8) R 21957 21959 21502 0 -1 4202496 16226 0 0 0 27 2 0 0 21 0 1 0 26046446 71782400 15790 4089446400 4194304 10345943 140736721363312 18446744073709551615 9186026 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21959/statm: 17525 15790 632 1502 0 16018 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 70100

[startup+0.70067 s]
/proc/loadavg: 2.03 2.01 1.93 4/178 21959
/proc/meminfo: memFree=28810880/32951124 swapFree=67111528/67111528
[pid=21959] ppid=21957 vsize=65260 CPUtime=0.69
/proc/21959/stat : 21959 (pbscip.linux.x8) R 21957 21959 21502 0 -1 4202496 16892 0 0 0 66 3 0 0 22 0 1 0 26046446 66826240 15051 4089446400 4194304 10345943 140736721363312 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21959/statm: 16315 15051 751 1502 0 14808 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 65260

[startup+1.50054 s]
/proc/loadavg: 2.03 2.01 1.93 3/179 21960
/proc/meminfo: memFree=28751972/32951124 swapFree=67111528/67111528
[pid=21959] ppid=21957 vsize=65260 CPUtime=1.49
/proc/21959/stat : 21959 (pbscip.linux.x8) R 21957 21959 21502 0 -1 4202496 16895 0 0 0 145 4 0 0 25 0 1 0 26046446 66826240 15054 4089446400 4194304 10345943 140736721363312 18446744073709551615 5926682 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21959/statm: 16315 15054 754 1502 0 14808 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 65260

[startup+3.10026 s]
/proc/loadavg: 2.03 2.01 1.93 3/179 21960
/proc/meminfo: memFree=28751228/32951124 swapFree=67111528/67111528
[pid=21959] ppid=21957 vsize=65260 CPUtime=3.09
/proc/21959/stat : 21959 (pbscip.linux.x8) R 21957 21959 21502 0 -1 4202496 16899 0 0 0 304 5 0 0 25 0 1 0 26046446 66826240 15058 4089446400 4194304 10345943 140736721363312 18446744073709551615 6865005 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21959/statm: 16315 15058 754 1502 0 14808 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 65260

[startup+6.30071 s]
/proc/loadavg: 2.03 2.01 1.93 3/179 21960
/proc/meminfo: memFree=28745200/32951124 swapFree=67111528/67111528
[pid=21959] ppid=21957 vsize=71508 CPUtime=6.29
/proc/21959/stat : 21959 (pbscip.linux.x8) R 21957 21959 21502 0 -1 4202496 18842 0 0 0 624 5 0 0 25 0 1 0 26046446 73224192 16393 4089446400 4194304 10345943 140736721363312 18446744073709551615 6756383 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21959/statm: 17877 16393 754 1502 0 16370 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 71508

[startup+12.7006 s]
/proc/loadavg: 2.02 2.01 1.93 3/179 21960
/proc/meminfo: memFree=28740772/32951124 swapFree=67111528/67111528
[pid=21959] ppid=21957 vsize=73540 CPUtime=12.69
/proc/21959/stat : 21959 (pbscip.linux.x8) R 21957 21959 21502 0 -1 4202496 23292 0 0 0 1263 6 0 0 25 0 1 0 26046446 75304960 17181 4089446400 4194304 10345943 140736721363312 18446744073709551615 6003101 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21959/statm: 18385 17181 762 1502 0 16878 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 73540

[startup+25.5005 s]
/proc/loadavg: 1.94 1.99 1.93 3/179 22015
/proc/meminfo: memFree=29664640/32951124 swapFree=67111528/67111528
[pid=21959] ppid=21957 vsize=97072 CPUtime=25.49
/proc/21959/stat : 21959 (pbscip.linux.x8) R 21957 21959 21502 0 -1 4202496 29527 0 0 0 2541 8 0 0 25 0 1 0 26046446 99401728 22812 4089446400 4194304 10345943 140736721363312 18446744073709551615 4447851 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21959/statm: 24268 22812 762 1502 0 22761 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 97072

[startup+51.1012 s]
/proc/loadavg: 1.96 1.99 1.93 3/179 22016
/proc/meminfo: memFree=29597472/32951124 swapFree=67111528/67111528
[pid=21959] ppid=21957 vsize=127160 CPUtime=51.09
/proc/21959/stat : 21959 (pbscip.linux.x8) R 21957 21959 21502 0 -1 4202496 45708 0 0 0 5096 13 0 0 25 0 1 0 26046446 130211840 30403 4089446400 4194304 10345943 140736721363312 18446744073709551615 6802904 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21959/statm: 31790 30403 762 1502 0 30283 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 127160

[startup+102.306 s]
/proc/loadavg: 1.98 1.99 1.93 3/179 22017
/proc/meminfo: memFree=29510264/32951124 swapFree=67111528/67111528
[pid=21959] ppid=21957 vsize=190548 CPUtime=102.3
/proc/21959/stat : 21959 (pbscip.linux.x8) R 21957 21959 21502 0 -1 4202496 95249 0 0 0 10206 24 0 0 25 0 1 0 26046446 195121152 46038 4089446400 4194304 10345943 140736721363312 18446744073709551615 6558576 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21959/statm: 47637 46038 762 1502 0 46130 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 190548

[startup+162.3 s]
/proc/loadavg: 1.99 1.99 1.93 3/179 22019
/proc/meminfo: memFree=29430260/32951124 swapFree=67111528/67111528
[pid=21959] ppid=21957 vsize=241760 CPUtime=162.29
/proc/21959/stat : 21959 (pbscip.linux.x8) R 21957 21959 21502 0 -1 4202496 155228 0 0 0 16172 57 0 0 25 0 1 0 26046446 247562240 58701 4089446400 4194304 10345943 140736721363312 18446744073709551615 8160357 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21959/statm: 60440 58701 780 1502 0 58933 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 241760

[startup+222.3 s]
/proc/loadavg: 1.99 1.99 1.93 3/179 22021
/proc/meminfo: memFree=29348252/32951124 swapFree=67111528/67111528
[pid=21959] ppid=21957 vsize=248268 CPUtime=222.3
/proc/21959/stat : 21959 (pbscip.linux.x8) R 21957 21959 21502 0 -1 4202496 182879 0 0 0 22142 88 0 0 25 0 1 0 26046446 254226432 60223 4089446400 4194304 10345943 140736721363312 18446744073709551615 6555505 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21959/statm: 62067 60223 789 1502 0 60560 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 248268

[startup+282.301 s]
/proc/loadavg: 1.99 1.99 1.93 3/179 22022
/proc/meminfo: memFree=29343016/32951124 swapFree=67111528/67111528
[pid=21959] ppid=21957 vsize=253292 CPUtime=282.29
/proc/21959/stat : 21959 (pbscip.linux.x8) R 21957 21959 21502 0 -1 4202496 209026 0 0 0 28113 116 0 0 25 0 1 0 26046446 259371008 61346 4089446400 4194304 10345943 140736721363312 18446744073709551615 6864719 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21959/statm: 63323 61346 789 1502 0 61816 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 253292

[startup+342.301 s]
/proc/loadavg: 1.99 1.99 1.93 3/179 22024
/proc/meminfo: memFree=29333548/32951124 swapFree=67111528/67111528
[pid=21959] ppid=21957 vsize=254920 CPUtime=342.3
/proc/21959/stat : 21959 (pbscip.linux.x8) R 21957 21959 21502 0 -1 4202496 211657 0 0 0 34088 142 0 0 25 0 1 0 26046446 261038080 62024 4089446400 4194304 10345943 140736721363312 18446744073709551615 8160445 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21959/statm: 63730 62024 789 1502 0 62223 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 254920

[startup+402.301 s]
/proc/loadavg: 1.99 1.99 1.93 3/179 22025
/proc/meminfo: memFree=29306120/32951124 swapFree=67111528/67111528
[pid=21959] ppid=21957 vsize=257156 CPUtime=402.3
/proc/21959/stat : 21959 (pbscip.linux.x8) R 21957 21959 21502 0 -1 4202496 214198 0 0 0 40062 168 0 0 25 0 1 0 26046446 263327744 62601 4089446400 4194304 10345943 140736721363312 18446744073709551615 5085381 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21959/statm: 64289 62601 789 1502 0 62782 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 257156

[startup+462.301 s]
/proc/loadavg: 1.99 1.99 1.93 3/179 22027
/proc/meminfo: memFree=29280780/32951124 swapFree=67111528/67111528
[pid=21959] ppid=21957 vsize=259328 CPUtime=462.3
/proc/21959/stat : 21959 (pbscip.linux.x8) R 21957 21959 21502 0 -1 4202496 218926 0 0 0 46036 194 0 0 25 0 1 0 26046446 265551872 63025 4089446400 4194304 10345943 140736721363312 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21959/statm: 64832 63025 789 1502 0 63325 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 259328

[startup+522.301 s]
/proc/loadavg: 1.99 1.99 1.93 3/179 22029
/proc/meminfo: memFree=29250368/32951124 swapFree=67111528/67111528
[pid=21959] ppid=21957 vsize=261980 CPUtime=522.3
/proc/21959/stat : 21959 (pbscip.linux.x8) R 21957 21959 21502 0 -1 4202496 219764 0 0 0 52014 216 0 0 25 0 1 0 26046446 268267520 63863 4089446400 4194304 10345943 140736721363312 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21959/statm: 65495 63863 789 1502 0 63988 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 261980

[startup+582.301 s]
/proc/loadavg: 1.99 1.99 1.93 3/179 22030
/proc/meminfo: memFree=29220804/32951124 swapFree=67111528/67111528
[pid=21959] ppid=21957 vsize=268140 CPUtime=582.3
/proc/21959/stat : 21959 (pbscip.linux.x8) R 21957 21959 21502 0 -1 4202496 221159 0 0 0 57990 240 0 0 25 0 1 0 26046446 274575360 65258 4089446400 4194304 10345943 140736721363312 18446744073709551615 6929822 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21959/statm: 67035 65258 789 1502 0 65528 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 268140

[startup+642.3 s]
/proc/loadavg: 1.99 1.99 1.93 3/179 22032
/proc/meminfo: memFree=29189116/32951124 swapFree=67111528/67111528
[pid=21959] ppid=21957 vsize=274348 CPUtime=642.31
/proc/21959/stat : 21959 (pbscip.linux.x8) R 21957 21959 21502 0 -1 4202496 224539 0 0 0 63969 262 0 0 25 0 1 0 26046446 280932352 66729 4089446400 4194304 10345943 140736721363312 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21959/statm: 68587 66729 794 1502 0 67080 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 274348

[startup+702.3 s]

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

/proc/meminfo: memFree=29033876/32951124 swapFree=67111528/67111528
[pid=21959] ppid=21957 vsize=283228 CPUtime=1002.3
/proc/21959/stat : 21959 (pbscip.linux.x8) R 21957 21959 21502 0 -1 4202496 228667 0 0 0 99835 395 0 0 25 0 1 0 26046446 290025472 68927 4089446400 4194304 10345943 140736721363312 18446744073709551615 4722919 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21959/statm: 70807 68927 795 1502 0 69300 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 283228

[startup+1062.3 s]
/proc/loadavg: 1.99 1.99 1.93 3/179 22043
/proc/meminfo: memFree=29006804/32951124 swapFree=67111528/67111528
[pid=21959] ppid=21957 vsize=285720 CPUtime=1062.3
/proc/21959/stat : 21959 (pbscip.linux.x8) R 21957 21959 21502 0 -1 4202496 229169 0 0 0 105813 417 0 0 25 0 1 0 26046446 292577280 69429 4089446400 4194304 10345943 140736721363312 18446744073709551615 6754468 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21959/statm: 71430 69429 795 1502 0 69923 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 285720

[startup+1122.3 s]
/proc/loadavg: 2.06 2.01 1.93 3/179 22045
/proc/meminfo: memFree=28982840/32951124 swapFree=67111528/67111528
[pid=21959] ppid=21957 vsize=285720 CPUtime=1122.3
/proc/21959/stat : 21959 (pbscip.linux.x8) R 21957 21959 21502 0 -1 4202496 229263 0 0 0 111790 440 0 0 25 0 1 0 26046446 292577280 69523 4089446400 4194304 10345943 140736721363312 18446744073709551615 18446744073699065989 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21959/statm: 71430 69523 795 1502 0 69923 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 285720

[startup+1182.3 s]
/proc/loadavg: 2.07 2.02 1.94 3/179 22046
/proc/meminfo: memFree=28958956/32951124 swapFree=67111528/67111528
[pid=21959] ppid=21957 vsize=285720 CPUtime=1182.31
/proc/21959/stat : 21959 (pbscip.linux.x8) R 21957 21959 21502 0 -1 4202496 229320 0 0 0 117767 464 0 0 25 0 1 0 26046446 292577280 69580 4089446400 4194304 10345943 140736721363312 18446744073709551615 6003041 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21959/statm: 71430 69580 795 1502 0 69923 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 285720

[startup+1242.3 s]
/proc/loadavg: 2.02 2.01 1.94 3/179 22048
/proc/meminfo: memFree=28933988/32951124 swapFree=67111528/67111528
[pid=21959] ppid=21957 vsize=285884 CPUtime=1242.31
/proc/21959/stat : 21959 (pbscip.linux.x8) R 21957 21959 21502 0 -1 4202496 229373 0 0 0 123747 484 0 0 25 0 1 0 26046446 292745216 69633 4089446400 4194304 10345943 140736721363312 18446744073709551615 4995177 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21959/statm: 71471 69633 795 1502 0 69964 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 285884

[startup+1302.3 s]
/proc/loadavg: 2.01 2.01 1.94 3/179 22049
/proc/meminfo: memFree=28910260/32951124 swapFree=67111528/67111528
[pid=21959] ppid=21957 vsize=285884 CPUtime=1302.32
/proc/21959/stat : 21959 (pbscip.linux.x8) R 21957 21959 21502 0 -1 4202496 229399 0 0 0 129727 505 0 0 25 0 1 0 26046446 292745216 69659 4089446400 4194304 10345943 140736721363312 18446744073709551615 6803038 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21959/statm: 71471 69659 795 1502 0 69964 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 285884

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 22060
/proc/meminfo: memFree=28883880/32951124 swapFree=67111528/67111528
[pid=21959] ppid=21957 vsize=285884 CPUtime=1362.31
/proc/21959/stat : 21959 (pbscip.linux.x8) R 21957 21959 21502 0 -1 4202496 229470 0 0 0 135705 526 0 0 25 0 1 0 26046446 292745216 69730 4089446400 4194304 10345943 140736721363312 18446744073709551615 6777530 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21959/statm: 71471 69730 795 1502 0 69964 0
Current children cumulated CPU time (s) 1362.31
Current children cumulated vsize (KiB) 285884

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 22062
/proc/meminfo: memFree=28860772/32951124 swapFree=67111528/67111528
[pid=21959] ppid=21957 vsize=286132 CPUtime=1422.32
/proc/21959/stat : 21959 (pbscip.linux.x8) R 21957 21959 21502 0 -1 4202496 229529 0 0 0 141685 547 0 0 25 0 1 0 26046446 292999168 69789 4089446400 4194304 10345943 140736721363312 18446744073709551615 4216931 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21959/statm: 71533 69789 795 1502 0 70026 0
Current children cumulated CPU time (s) 1422.32
Current children cumulated vsize (KiB) 286132

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 22063
/proc/meminfo: memFree=28837556/32951124 swapFree=67111528/67111528
[pid=21959] ppid=21957 vsize=287132 CPUtime=1482.32
/proc/21959/stat : 21959 (pbscip.linux.x8) R 21957 21959 21502 0 -1 4202496 229681 0 0 0 147663 569 0 0 25 0 1 0 26046446 294023168 69941 4089446400 4194304 10345943 140736721363312 18446744073709551615 6712053 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21959/statm: 71783 69941 795 1502 0 70276 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 287132

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 22065
/proc/meminfo: memFree=28814188/32951124 swapFree=67111528/67111528
[pid=21959] ppid=21957 vsize=287496 CPUtime=1542.31
/proc/21959/stat : 21959 (pbscip.linux.x8) R 21957 21959 21502 0 -1 4202496 229730 0 0 0 153643 588 0 0 25 0 1 0 26046446 294395904 69990 4089446400 4194304 10345943 140736721363312 18446744073709551615 4215519 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21959/statm: 71874 69990 795 1502 0 70367 0
Current children cumulated CPU time (s) 1542.31
Current children cumulated vsize (KiB) 287496

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 22066
/proc/meminfo: memFree=28791340/32951124 swapFree=67111528/67111528
[pid=21959] ppid=21957 vsize=287496 CPUtime=1602.32
/proc/21959/stat : 21959 (pbscip.linux.x8) R 21957 21959 21502 0 -1 4202496 229751 0 0 0 159626 606 0 0 25 0 1 0 26046446 294395904 70011 4089446400 4194304 10345943 140736721363312 18446744073709551615 6864734 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21959/statm: 71874 70011 795 1502 0 70367 0
Current children cumulated CPU time (s) 1602.32
Current children cumulated vsize (KiB) 287496

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 22068
/proc/meminfo: memFree=28766112/32951124 swapFree=67111528/67111528
[pid=21959] ppid=21957 vsize=287496 CPUtime=1662.31
/proc/21959/stat : 21959 (pbscip.linux.x8) R 21957 21959 21502 0 -1 4202496 229781 0 0 0 165605 626 0 0 25 0 1 0 26046446 294395904 70041 4089446400 4194304 10345943 140736721363312 18446744073709551615 6756209 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21959/statm: 71874 70041 795 1502 0 70367 0
Current children cumulated CPU time (s) 1662.31
Current children cumulated vsize (KiB) 287496

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 22070
/proc/meminfo: memFree=28744124/32951124 swapFree=67111528/67111528
[pid=21959] ppid=21957 vsize=287496 CPUtime=1722.32
/proc/21959/stat : 21959 (pbscip.linux.x8) R 21957 21959 21502 0 -1 4202496 229797 0 0 0 171585 647 0 0 25 0 1 0 26046446 294395904 70057 4089446400 4194304 10345943 140736721363312 18446744073709551615 4216510 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21959/statm: 71874 70057 795 1502 0 70367 0
Current children cumulated CPU time (s) 1722.32
Current children cumulated vsize (KiB) 287496

[startup+1782.3 s]
/proc/loadavg: 2.08 2.03 1.95 3/179 22071
/proc/meminfo: memFree=28718520/32951124 swapFree=67111528/67111528
[pid=21959] ppid=21957 vsize=287496 CPUtime=1782.31
/proc/21959/stat : 21959 (pbscip.linux.x8) R 21957 21959 21502 0 -1 4202496 229828 0 0 0 177565 666 0 0 25 0 1 0 26046446 294395904 70088 4089446400 4194304 10345943 140736721363312 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21959/statm: 71874 70088 795 1502 0 70367 0
Current children cumulated CPU time (s) 1782.31
Current children cumulated vsize (KiB) 287496

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

[startup+1785.5 s]
/proc/loadavg: 2.08 2.03 1.95 3/179 22071
/proc/meminfo: memFree=28717404/32951124 swapFree=67111528/67111528
[pid=21959] ppid=21957 vsize=287496 CPUtime=1785.52
/proc/21959/stat : 21959 (pbscip.linux.x8) R 21957 21959 21502 0 -1 4202496 229828 0 0 0 177885 667 0 0 25 0 1 0 26046446 294395904 70088 4089446400 4194304 10345943 140736721363312 18446744073709551615 4962578 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21959/statm: 71874 70088 795 1502 0 70367 0
Current children cumulated CPU time (s) 1785.52
Current children cumulated vsize (KiB) 287496

[startup+1788.7 s]
/proc/loadavg: 2.08 2.03 1.95 3/179 22071
/proc/meminfo: memFree=28715296/32951124 swapFree=67111528/67111528
[pid=21959] ppid=21957 vsize=287496 CPUtime=1788.72
/proc/21959/stat : 21959 (pbscip.linux.x8) R 21957 21959 21502 0 -1 4202496 229828 0 0 0 178204 668 0 0 25 0 1 0 26046446 294395904 70088 4089446400 4194304 10345943 140736721363312 18446744073709551615 4996034 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21959/statm: 71874 70088 795 1502 0 70367 0
Current children cumulated CPU time (s) 1788.72
Current children cumulated vsize (KiB) 287496

[startup+1789.5 s]
/proc/loadavg: 2.08 2.03 1.95 3/179 22071
/proc/meminfo: memFree=28715296/32951124 swapFree=67111528/67111528
[pid=21959] ppid=21957 vsize=287496 CPUtime=1789.52
/proc/21959/stat : 21959 (pbscip.linux.x8) R 21957 21959 21502 0 -1 4202496 229828 0 0 0 178284 668 0 0 25 0 1 0 26046446 294395904 70088 4089446400 4194304 10345943 140736721363312 18446744073709551615 4995703 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21959/statm: 71874 70088 795 1502 0 70367 0
Current children cumulated CPU time (s) 1789.52
Current children cumulated vsize (KiB) 287496

[startup+1789.9 s]
/proc/loadavg: 2.08 2.03 1.95 3/179 22071
/proc/meminfo: memFree=28715172/32951124 swapFree=67111528/67111528
[pid=21959] ppid=21957 vsize=287496 CPUtime=1789.92
/proc/21959/stat : 21959 (pbscip.linux.x8) R 21957 21959 21502 0 -1 4202496 229828 0 0 0 178324 668 0 0 25 0 1 0 26046446 294395904 70088 4089446400 4194304 10345943 140736721363312 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21959/statm: 71874 70088 795 1502 0 70367 0
Current children cumulated CPU time (s) 1789.92
Current children cumulated vsize (KiB) 287496

[startup+1790.1 s]
/proc/loadavg: 2.08 2.03 1.95 3/179 22071
/proc/meminfo: memFree=28715172/32951124 swapFree=67111528/67111528
[pid=21959] ppid=21957 vsize=287496 CPUtime=1790.12
/proc/21959/stat : 21959 (pbscip.linux.x8) R 21957 21959 21502 0 -1 4202496 229829 0 0 0 178344 668 0 0 25 0 1 0 26046446 294395904 70089 4089446400 4194304 10345943 140736721363312 18446744073709551615 4653837 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/21959/statm: 71874 70089 796 1502 0 70367 0
Current children cumulated CPU time (s) 1790.12
Current children cumulated vsize (KiB) 287496

Child status: 0
Real time (s): 1790.18
CPU time (s): 1790.21
CPU user time (s): 1783.51
CPU system time (s): 6.69798
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 288648

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

runsolver used 3.13752 second user time and 6.64299 second system time

The end

Launcher Data

Begin job on node130 at 2010-07-08 10:38:53
IDJOB=2705049
IDBENCH=79276
IDSOLVER=1214
FILE ID=node130/2705049-1278578333
PBS_JOBID= 11240193
Free space on /tmp= 73384 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.3 with Clp 1.11.1 (Release Version) as LP solver
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900576927--soft-0-100-0.wbo
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.clp -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2705049-1278578333/watcher-2705049-1278578333 -o /tmp/evaluation-result-2705049-1278578333/solver-2705049-1278578333 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705049-1278578333.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 181256eb24986712688255c971de86f9
RANDOM SEED=1752006390

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28810912 kB
Buffers:        162516 kB
Cached:        2692312 kB
SwapCached:          0 kB
Active:        2395720 kB
Inactive:      1572000 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28810912 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           12836 kB
Writeback:           0 kB
AnonPages:     1113300 kB
Mapped:          17500 kB
Slab:           107360 kB
PageTables:       6716 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1270568 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= 73372 MiB
End job on node130 at 2010-07-08 11:08:43