Trace number 2705124

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

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900573901--soft-0-100-0.wbo
MD5SUM889361cc7af818b09040d50027029365
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 benchmark154.84
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 137973
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 137972
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 701
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-2705124-1278578351.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 137972
0.09/0.11	c feasible solution found by trivial heuristic, objective value  1.379720e+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.12	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.1s|     1 |     0 |     0 |     - |  19M|   0 |   0 |5645 |5414 |5645 |   0 |   0 |   0 |   0 | 0.000000e+00 | 1.379720e+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.379720e+05 |    Inf 
0.29/0.35	c   0.3s|     1 |     0 |    42 |     - |  19M|   0 |   7 |5645 |5414 |5645 |  53 |  53 |   0 |   0 | 0.000000e+00 | 1.379720e+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.379720e+05 |    Inf 
0.29/0.37	c   0.3s|     1 |     0 |   101 |     - |  19M|   0 |  35 |5645 |5414 |5645 | 120 | 120 |   0 |   0 | 0.000000e+00 | 1.379720e+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.379720e+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.379720e+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.379720e+05 |    Inf 
7.79/7.84	o 969
7.79/7.84	c * 7.8s|  4027 |  3498 |  2014 |   0.5 |  30M|2701 |   - |5645 |5414 |5645 | 230 | 618 |   0 | 479 | 0.000000e+00 | 9.690000e+02 |    Inf 
17.19/17.26	c  17.2s| 10000 |  9468 |  2874 |   0.3 |  42M|2701 |   0 |5645 |5417 |5645 | 204 | 859 |   3 | 528 | 0.000000e+00 | 9.690000e+02 |    Inf 
32.49/32.57	c  32.5s| 20000 | 19468 |  3284 |   0.2 |  62M|2701 |   0 |5645 |5417 |5645 | 198 | 989 |   3 | 535 | 0.000000e+00 | 9.690000e+02 |    Inf 
49.89/49.92	o 663
49.89/49.92	c *49.9s| 29816 | 28524 |  5026 |   0.2 |  82M|2701 |   - |5645 |5434 |5645 | 209 |1420 |  20 | 621 | 0.000000e+00 | 6.630000e+02 |    Inf 
50.29/50.30	c  50.3s| 30000 | 28708 |  5121 |   0.2 |  82M|2701 |   0 |5645 |5434 |5645 | 191 |1432 |  20 | 621 | 0.000000e+00 | 6.630000e+02 |    Inf 
69.89/69.98	c  69.9s| 40000 | 38695 |  7992 |   0.2 | 103M|2701 |   0 |5645 |5467 |5645 | 209 |2210 |  53 | 748 | 0.000000e+00 | 6.630000e+02 |    Inf 
90.49/90.51	c  90.5s| 50000 | 48672 | 10985 |   0.2 | 124M|2701 |   0 |5645 |5550 |5645 | 184 |3102 | 136 | 800 | 0.000000e+00 | 6.630000e+02 |    Inf 
90.59/90.63	o 537
90.59/90.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
90.59/90.63	c *90.6s| 50060 | 46535 | 11014 |   0.2 | 120M|2701 |   - |5645 |5550 |5645 | 190 |3108 | 136 | 800 | 0.000000e+00 | 5.370000e+02 |    Inf 
94.19/94.23	o 522
94.19/94.23	c *94.2s| 51772 | 47719 | 11505 |   0.2 | 123M|2701 |   - |5645 |5645 |5645 | 195 |3234 | 231 | 803 | 0.000000e+00 | 5.220000e+02 |    Inf 
97.49/97.58	o 463
97.49/97.58	c *97.5s| 53365 | 47032 | 12073 |   0.2 | 122M|2701 |   - |5645 |5761 |5645 | 199 |3416 | 347 | 809 | 0.000000e+00 | 4.630000e+02 |    Inf 
99.89/99.99	o 437
99.89/99.99	c * 100s| 54323 | 46834 | 12956 |   0.2 | 123M|2701 |   - |5645 |5964 |5645 | 194 |3600 | 550 | 812 | 0.000000e+00 | 4.370000e+02 |    Inf 
100.09/100.20	o 401
100.09/100.20	c * 100s| 54402 | 45287 | 13040 |   0.2 | 120M|2701 |   - |5645 |5983 |5645 | 189 |3611 | 569 | 812 | 0.000000e+00 | 4.010000e+02 |    Inf 
100.59/100.61	o 399
100.59/100.61	c * 101s| 54557 | 45325 | 13249 |   0.2 | 120M|2701 |   - |5645 |6035 |5645 | 197 |3646 | 621 | 813 | 0.000000e+00 | 3.990000e+02 |    Inf 
100.59/100.62	o 393
100.59/100.62	c * 101s| 54558 | 45046 | 13249 |   0.2 | 120M|2701 |   - |5645 |6035 |5645 | 197 |3646 | 621 | 813 | 0.000000e+00 | 3.930000e+02 |    Inf 
101.30/101.30	o 361
101.30/101.30	c * 101s| 54815 | 43768 | 13588 |   0.2 | 117M|2701 |   - |5645 |6133 |5645 | 183 |3731 | 719 | 820 | 0.000000e+00 | 3.610000e+02 |    Inf 
101.30/101.38	o 311
101.30/101.38	c * 101s| 54847 | 40847 | 13591 |   0.2 | 111M|2701 |   - |5645 |6133 |5645 | 183 |3731 | 719 | 820 | 0.000000e+00 | 3.110000e+02 |    Inf 
102.49/102.54	o 302
102.49/102.54	c * 103s| 55397 | 40515 | 13855 |   0.2 | 111M|2701 |   - |5645 |6237 |5645 | 203 |3819 | 823 | 820 | 0.000000e+00 | 3.020000e+02 |    Inf 
105.39/105.45	o 291
105.39/105.45	c * 105s| 56314 | 40121 | 15117 |   0.3 | 112M|2701 |   - |5645 |6544 |5645 | 186 |4104 |1130 | 880 | 0.000000e+00 | 2.910000e+02 |    Inf 
105.69/105.74	o 277
105.69/105.74	c * 106s| 56424 | 38677 | 15205 |   0.3 | 109M|2701 |   - |5645 |6584 |5645 | 195 |4124 |1170 | 880 | 0.000000e+00 | 2.770000e+02 |    Inf 
111.39/111.41	o 245
111.39/111.41	c * 111s| 58290 | 36400 | 17518 |   0.3 | 108M|2701 |   - |5645 |7314 |5645 | 182 |4838 |1900 | 947 | 0.000000e+00 | 2.450000e+02 |    Inf 
111.59/111.68	o 233
111.59/111.68	c * 112s| 58367 | 34961 | 17618 |   0.3 | 106M|2701 |   - |5645 |7353 |5645 | 197 |4854 |1939 | 947 | 0.000000e+00 | 2.330000e+02 |    Inf 
116.79/116.88	c   117s| 60000 | 36213 | 20637 |   0.3 | 112M|2701 |   0 |5645 |8015 |5645 | 194 |5596 |2625 |1043 | 0.000000e+00 | 2.330000e+02 |    Inf 
130.49/130.57	o 231
130.49/130.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
130.49/130.57	c * 131s| 64312 | 39247 | 28786 |   0.4 | 128M|2701 |   - |5645 |9503 |5645 | 183 |7747 |4479 |1189 | 0.000000e+00 | 2.310000e+02 |    Inf 
130.49/130.57	o 224
130.49/130.57	c * 131s| 64313 | 38263 | 28786 |   0.4 | 125M|2701 |   - |5645 |9503 |5645 | 183 |7747 |4479 |1189 | 0.000000e+00 | 2.240000e+02 |    Inf 
138.00/138.06	o 209
138.00/138.06	c * 138s| 66608 | 38120 | 33388 |   0.5 | 131M|2701 |   - |5645 |9898 |5645 | 205 |9030 |5382 |1255 | 0.000000e+00 | 2.090000e+02 |    Inf 
138.70/138.78	o 205
138.70/138.78	c * 139s| 66806 | 37636 | 33686 |   0.5 | 130M|2701 |   - |5645 |9991 |5645 | 194 |9134 |5520 |1281 | 0.000000e+00 | 2.050000e+02 |    Inf 
148.79/148.90	c   149s| 70000 | 40137 | 39687 |   0.6 | 143M|2701 |   0 |5645 |9990 |5645 | 182 |  10k|6759 |1340 | 0.000000e+00 | 2.050000e+02 |    Inf 
152.00/152.02	o 198
152.00/152.02	c * 152s| 71032 | 39968 | 40997 |   0.6 | 144M|2701 |   - |5645 |  10k|5645 | 203 |  11k|7266 |1348 | 0.000000e+00 | 1.980000e+02 |    Inf 
152.00/152.07	o 191
152.00/152.07	c * 152s| 71084 | 38868 | 41003 |   0.6 | 141M|2701 |   - |5645 |  10k|5645 | 203 |  11k|7266 |1348 | 0.000000e+00 | 1.910000e+02 |    Inf 
180.79/180.86	c   181s| 80000 | 45356 | 60562 |   0.8 | 173M|2701 |   3 |5645 |8807 |5645 | 180 |  16k|  10k|1500 | 0.000000e+00 | 1.910000e+02 |    Inf 
188.59/188.69	o 177
188.59/188.69	c * 189s| 82442 | 44834 | 66579 |   0.8 | 177M|2701 |   - |5645 |9221 |5645 | 206 |  18k|  12k|1553 | 0.000000e+00 | 1.770000e+02 |    Inf 
204.99/205.00	o 172
204.99/205.00	c * 205s| 87547 | 47810 | 78280 |   0.9 | 193M|2701 |   - |5645 |8396 |5645 | 205 |  21k|  13k|1654 | 0.000000e+00 | 1.720000e+02 |    Inf 
212.00/212.08	o 168
212.00/212.08	c * 212s| 89834 | 48681 | 83531 |   0.9 | 199M|2701 |   - |5645 |8524 |5645 | 197 |  23k|  15k|1720 | 0.000000e+00 | 1.680000e+02 |    Inf 
212.70/212.72	c   213s| 90000 | 48791 | 83973 |   0.9 | 200M|2701 |   - |5645 |8548 |   0 |   0 |  23k|  15k|1725 | 0.000000e+00 | 1.680000e+02 |    Inf 
218.40/218.42	o 159
218.40/218.42	c * 218s| 92136 | 48597 | 86297 |   0.9 | 199M|2701 |   - |5645 |8757 |5645 | 187 |  23k|  15k|1739 | 0.000000e+00 | 1.590000e+02 |    Inf 
218.70/218.76	o 155
218.70/218.76	c * 219s| 92219 | 47722 | 86674 |   0.9 | 195M|2701 |   - |5645 |8775 |5645 | 233 |  23k|  15k|1741 | 0.000000e+00 | 1.550000e+02 |    Inf 
219.50/219.55	o 139
219.50/219.55	c * 220s| 92446 | 43827 | 87307 |   0.9 | 174M|2701 |   - |5645 |8837 |5645 | 212 |  24k|  15k|1746 | 0.000000e+00 | 1.390000e+02 |    Inf 
219.60/219.64	o 110
219.60/219.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
219.60/219.64	c * 220s| 92471 | 36006 | 87344 |   0.9 | 139M|2701 |   - |5645 |8854 |5645 | 214 |  24k|  16k|1746 | 0.000000e+00 | 1.100000e+02 |    Inf 
223.80/223.87	o 94
223.80/223.87	c * 224s| 93527 | 31032 | 91013 |   1.0 | 123M|2701 |   - |5645 |8325 |5645 | 219 |  25k|  16k|1830 | 0.000000e+00 | 9.400000e+01 |    Inf 
223.80/223.88	o 93
223.80/223.88	c * 224s| 93528 | 30570 | 91013 |   1.0 | 121M|2701 |   - |5645 |8325 |5645 | 219 |  25k|  16k|1830 | 0.000000e+00 | 9.300000e+01 |    Inf 
241.59/241.68	o 92
241.59/241.68	c * 242s| 98071 | 32471 |108448 |   1.1 | 142M|2701 |   - |5645 |6580 |5645 | 236 |  29k|  19k|2013 | 0.000000e+00 | 9.200000e+01 |    Inf 
242.30/242.36	o 90
242.30/242.36	c * 242s| 98240 | 31940 |109519 |   1.1 | 142M|2701 |   - |5645 |6450 |5645 | 267 |  30k|  20k|2028 | 0.000000e+00 | 9.000000e+01 |    Inf 
248.70/248.71	c   249s|100000 | 32781 |115578 |   1.2 | 149M|2701 |  13 |5645 |6633 |5645 | 221 |  31k|  21k|2099 | 0.000000e+00 | 9.000000e+01 |    Inf 
253.09/253.13	o 89
253.09/253.13	c * 253s|101008 | 32322 |120856 |   1.2 | 151M|2701 |   - |5645 |6547 |5645 | 216 |  33k|  22k|2151 | 0.000000e+00 | 8.900000e+01 |    Inf 
254.60/254.63	o 79
254.60/254.63	c * 255s|101316 | 27763 |123159 |   1.2 | 137M|2701 |   - |5645 |6405 |5645 | 236 |  33k|  22k|2194 | 0.000000e+00 | 7.900000e+01 |    Inf 
265.60/265.67	o 74
265.60/265.67	c * 266s|104426 | 27427 |133579 |   1.3 | 143M|2701 |   - |5645 |7024 |5645 | 238 |  36k|  25k|2284 | 0.000000e+00 | 7.400000e+01 |    Inf 
266.90/266.97	o 72
266.90/266.97	c * 267s|104733 | 26829 |134855 |   1.3 | 142M|2701 |   - |5645 |6741 |5645 | 240 |  37k|  25k|2313 | 0.000000e+00 | 7.200000e+01 |    Inf 
270.40/270.46	o 67
270.40/270.46	c * 270s|105606 | 22843 |138769 |   1.3 | 122M|2701 |   - |5645 |6290 |5645 | 217 |  38k|  26k|2344 | 0.000000e+00 | 6.700000e+01 |    Inf 
287.40/287.48	c   287s|110000 | 24006 |161025 |   1.5 | 137M|2701 |   0 |5645 |6650 |5645 | 215 |  45k|  32k|2494 | 0.000000e+00 | 6.700000e+01 |    Inf 
323.70/323.71	c   324s|120000 | 25927 |204328 |   1.7 | 162M|2701 |   1 |5645 |7785 |5645 | 251 |  58k|  44k|2847 | 0.000000e+00 | 6.700000e+01 |    Inf 
338.81/338.81	o 59
338.81/338.81	c * 339s|124405 | 24213 |219067 |   1.8 | 162M|2701 |   - |5645 |6704 |5645 | 222 |  62k|  49k|2973 | 0.000000e+00 | 5.900000e+01 |    Inf 
340.20/340.25	o 58
340.20/340.25	c * 340s|124779 | 24126 |222002 |   1.8 | 162M|2701 |   - |5645 |6170 |5645 | 228 |  62k|  49k|2987 | 0.000000e+00 | 5.800000e+01 |    Inf 
342.00/342.09	o 52
342.00/342.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
342.00/342.09	c * 342s|125242 | 22483 |225490 |   1.8 | 158M|2701 |   - |5645 |6108 |5645 | 266 |  63k|  50k|2988 | 0.000000e+00 | 5.200000e+01 |    Inf 
348.30/348.38	o 44
348.30/348.38	c * 348s|126845 | 20956 |236186 |   1.9 | 153M|2701 |   - |5645 |5519 |5645 | 286 |  67k|  52k|3059 | 0.000000e+00 | 4.400000e+01 |    Inf 
358.00/358.05	c   358s|130000 | 21077 |249724 |   1.9 | 157M|2701 |   1 |5645 |5919 |5645 | 253 |  70k|  56k|3167 | 0.000000e+00 | 4.400000e+01 |    Inf 
367.30/367.37	o 41
367.30/367.37	c * 367s|132948 | 20478 |267480 |   2.0 | 156M|2701 |   - |5645 |6787 |5645 | 239 |  75k|  60k|3240 | 0.000000e+00 | 4.100000e+01 |    Inf 
367.50/367.54	o 33
367.50/367.54	c * 368s|133001 | 18978 |267693 |   2.0 | 149M|2701 |   - |5645 |6668 |5645 | 250 |  75k|  60k|3241 | 0.000000e+00 | 3.300000e+01 |    Inf 
369.40/369.47	o 32
369.40/369.47	c * 369s|133803 | 18875 |271377 |   2.0 | 148M|2701 |   - |5645 |6552 |5645 | 266 |  76k|  61k|3250 | 0.000000e+00 | 3.200000e+01 |    Inf 
382.51/382.55	o 29
382.51/382.55	c * 383s|138642 | 18006 |294738 |   2.1 | 149M|2701 |   - |5645 |6306 |5645 | 259 |  82k|  69k|3418 | 0.000000e+00 | 2.900000e+01 |    Inf 
383.30/383.30	o 23
383.30/383.30	c * 383s|138907 | 16712 |296120 |   2.1 | 139M|2701 |   - |5645 |6270 |5645 | 261 |  82k|  69k|3428 | 0.000000e+00 | 2.300000e+01 |    Inf 
385.80/385.89	c   386s|140000 | 16642 |302003 |   2.2 | 140M|2701 |   0 |5645 |4662 |5645 | 282 |  83k|  71k|3487 | 0.000000e+00 | 2.300000e+01 |    Inf 
406.80/406.84	c   407s|150000 | 16979 |346712 |   2.3 | 146M|2701 |   - |5645 |7029 |   0 |   0 |  93k|  83k|3723 | 0.000000e+00 | 2.300000e+01 |    Inf 
414.61/414.69	o 16
414.61/414.69	c * 415s|153741 | 14136 |363201 |   2.4 | 126M|2701 |   - |5645 |7512 |5645 | 227 |  96k|  87k|3803 | 0.000000e+00 | 1.600000e+01 |    Inf 
420.61/420.66	o 14
420.61/420.66	c * 421s|156975 | 13943 |375948 |   2.4 | 124M|2701 |   - |5645 |6879 |5645 | 241 |  98k|  91k|3829 | 0.000000e+00 | 1.400000e+01 |    Inf 
426.20/426.24	c   426s|160000 | 13967 |388686 |   2.4 | 125M|2701 |   1 |5645 |7217 |5645 | 219 | 100k|  95k|3896 | 0.000000e+00 | 1.400000e+01 |    Inf 
430.31/430.32	o 13
430.31/430.32	c * 430s|162405 | 13596 |397225 |   2.4 | 121M|2701 |   - |5645 |8786 |5645 | 254 | 102k|  99k|3920 | 0.000000e+00 | 1.300000e+01 |    Inf 
433.60/433.69	o 11
433.60/433.69	c * 434s|164271 | 13443 |404605 |   2.5 | 120M|2701 |   - |5645 |8435 |5645 | 239 | 103k| 102k|3952 | 0.000000e+00 | 1.100000e+01 |    Inf 
435.21/435.22	o 9
435.21/435.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
435.21/435.22	c * 435s|165131 | 13075 |408122 |   2.5 | 118M|2701 |   - |5645 |7850 |5645 | 258 | 103k| 103k|3960 | 0.000000e+00 | 9.000000e+00 |    Inf 
443.80/443.85	c   444s|170000 | 13101 |429221 |   2.5 | 118M|2701 |   1 |5645 |5846 |5645 | 221 | 106k| 109k|4057 | 0.000000e+00 | 9.000000e+00 |    Inf 
461.51/461.53	c   462s|180000 | 13270 |469370 |   2.6 | 122M|2701 |   9 |5645 |9530 |5645 | 249 | 113k| 123k|4188 | 0.000000e+00 | 9.000000e+00 |    Inf 
479.01/479.08	c   479s|190000 | 13150 |510637 |   2.7 | 123M|2701 |   - |5645 |7729 |   0 |   0 | 119k| 136k|4357 | 0.000000e+00 | 9.000000e+00 |    Inf 
496.71/496.74	c   497s|200000 | 13218 |552019 |   2.8 | 126M|2701 |   1 |5645 |  10k|5645 | 223 | 125k| 150k|4495 | 0.000000e+00 | 9.000000e+00 |    Inf 
514.50/514.53	c   514s|210000 | 13374 |590462 |   2.8 | 129M|2701 |   - |5645 |  11k|   0 |   0 | 131k| 165k|4599 | 0.000000e+00 | 9.000000e+00 |    Inf 
520.61/520.64	o 7
520.61/520.64	c * 521s|213233 | 12953 |603775 |   2.8 | 125M|2701 |   - |5645 |9763 |5645 | 213 | 133k| 169k|4665 | 0.000000e+00 | 7.000000e+00 |    Inf 
533.10/533.18	c   533s|220000 | 12989 |633147 |   2.9 | 126M|2701 |   - |5645 |9227 |   0 |   0 | 137k| 180k|4761 | 0.000000e+00 | 7.000000e+00 |    Inf 
540.31/540.36	o 4
540.31/540.36	c * 540s|224096 | 12313 |649623 |   2.9 | 120M|2701 |   - |5645 |  11k|5645 | 241 | 139k| 186k|4800 | 0.000000e+00 | 4.000000e+00 |    Inf 
550.61/550.60	c   551s|230000 | 12286 |673091 |   2.9 | 120M|2701 |   - |5645 |  10k|   0 |   0 | 142k| 195k|4854 | 0.000000e+00 | 4.000000e+00 |    Inf 
568.61/568.70	c   569s|240000 | 12322 |722269 |   3.0 | 120M|2701 |   - |5645 |8568 |   0 |   0 | 149k| 210k|4994 | 0.000000e+00 | 4.000000e+00 |    Inf 
587.91/587.99	c   588s|250000 | 12422 |781398 |   3.1 | 123M|2701 |  10 |5645 |  11k|5645 | 192 | 158k| 223k|5142 | 0.000000e+00 | 4.000000e+00 |    Inf 
607.01/607.10	c   607s|260000 | 12518 |823130 |   3.2 | 125M|2701 |   1 |5645 |  15k|5645 | 243 | 163k| 238k|5265 | 0.000000e+00 | 4.000000e+00 |    Inf 
626.71/626.70	c   627s|270000 | 12552 |866945 |   3.2 | 126M|2701 |   1 |5645 |  14k|5645 | 254 | 168k| 252k|5391 | 0.000000e+00 | 4.000000e+00 |    Inf 
645.62/645.66	c   646s|280000 | 12454 |910493 |   3.3 | 125M|2701 |   1 |5645 |9738 |5645 | 232 | 173k| 266k|5507 | 0.000000e+00 | 4.000000e+00 |    Inf 
662.81/662.82	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
662.81/662.82	c   663s|290000 | 12381 |949628 |   3.3 | 126M|2701 |   1 |5645 |  10k|5645 | 199 | 178k| 280k|5606 | 0.000000e+00 | 4.000000e+00 |    Inf 
680.92/680.98	c   681s|300000 | 12313 |992818 |   3.3 | 126M|2701 |   - |5645 |  12k|   0 |   0 | 184k| 293k|5713 | 0.000000e+00 | 4.000000e+00 |    Inf 
699.81/699.83	c   700s|310000 | 12328 |  1032k|   3.3 | 127M|2701 |   1 |5645 |  12k|5645 | 214 | 190k| 307k|5820 | 0.000000e+00 | 4.000000e+00 |    Inf 
718.91/718.95	c   719s|320000 | 12415 |  1068k|   3.3 | 129M|2701 |   1 |5645 |  14k|5645 | 213 | 194k| 320k|5896 | 0.000000e+00 | 4.000000e+00 |    Inf 
739.22/739.25	c   739s|330000 | 12463 |  1113k|   3.4 | 131M|2701 |   1 |5645 |  15k|5645 | 223 | 200k| 334k|5966 | 0.000000e+00 | 4.000000e+00 |    Inf 
761.01/761.04	c   761s|340000 | 12422 |  1171k|   3.4 | 131M|2701 |   6 |5645 |  13k|5645 | 239 | 208k| 348k|6112 | 0.000000e+00 | 4.000000e+00 |    Inf 
780.21/780.22	c   780s|350000 | 12407 |  1212k|   3.5 | 132M|2701 |   1 |5645 |  16k|5645 | 241 | 213k| 361k|6201 | 0.000000e+00 | 4.000000e+00 |    Inf 
800.82/800.84	c   801s|360000 | 12402 |  1255k|   3.5 | 133M|2701 |   - |5645 |  18k|   0 |   0 | 217k| 376k|6278 | 0.000000e+00 | 4.000000e+00 |    Inf 
823.62/823.63	c   824s|370000 | 12472 |  1300k|   3.5 | 136M|2701 |   - |5645 |  20k|   0 |   0 | 222k| 390k|6347 | 0.000000e+00 | 4.000000e+00 |    Inf 
844.62/844.65	c   845s|380000 | 12443 |  1345k|   3.5 | 135M|2701 |  15 |5645 |  18k|5645 | 218 | 228k| 405k|6453 | 0.000000e+00 | 4.000000e+00 |    Inf 
866.22/866.24	c   866s|390000 | 12484 |  1390k|   3.6 | 136M|2701 |   - |5645 |  19k|   0 |   0 | 233k| 419k|6536 | 0.000000e+00 | 4.000000e+00 |    Inf 
889.92/889.92	c   890s|400000 | 12521 |  1442k|   3.6 | 138M|2701 |   1 |5645 |  22k|5645 | 220 | 238k| 433k|6624 | 0.000000e+00 | 4.000000e+00 |    Inf 
911.52/911.52	c   911s|410000 | 12449 |  1482k|   3.6 | 135M|2701 |   8 |5645 |  16k|5645 | 198 | 242k| 447k|6711 | 0.000000e+00 | 4.000000e+00 |    Inf 
933.42/933.41	c   933s|420000 | 12539 |  1530k|   3.6 | 137M|2701 |   1 |5645 |  17k|5645 | 250 | 251k| 462k|6782 | 0.000000e+00 | 4.000000e+00 |    Inf 
955.02/955.02	c   955s|430000 | 12531 |  1581k|   3.7 | 138M|2701 |  20 |5645 |  16k|5645 | 270 | 257k| 476k|6860 | 0.000000e+00 | 4.000000e+00 |    Inf 
976.52/976.53	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
976.52/976.53	c   976s|440000 | 12534 |  1626k|   3.7 | 139M|2701 |   5 |5645 |  18k|5645 | 215 | 262k| 491k|6936 | 0.000000e+00 | 4.000000e+00 |    Inf 
997.52/997.50	c   997s|450000 | 12590 |  1665k|   3.7 | 140M|2701 |   - |5645 |  20k|   0 |   0 | 267k| 507k|7002 | 0.000000e+00 | 4.000000e+00 |    Inf 
1018.82/1018.82	c  1019s|460000 | 12635 |  1704k|   3.7 | 142M|2701 |   6 |5645 |  21k|5645 | 237 | 270k| 522k|7055 | 0.000000e+00 | 4.000000e+00 |    Inf 
1041.52/1041.57	c  1042s|470000 | 12700 |  1743k|   3.7 | 144M|2701 |   - |5645 |  22k|   0 |   0 | 275k| 537k|7125 | 0.000000e+00 | 4.000000e+00 |    Inf 
1065.03/1065.05	c  1065s|480000 | 12687 |  1789k|   3.7 | 143M|2701 |   1 |5645 |  20k|5645 | 252 | 279k| 553k|7194 | 0.000000e+00 | 4.000000e+00 |    Inf 
1087.93/1087.92	c  1088s|490000 | 12743 |  1832k|   3.7 | 145M|2701 |   - |5645 |  23k|   0 |   0 | 283k| 569k|7257 | 0.000000e+00 | 4.000000e+00 |    Inf 
1111.03/1111.07	c  1111s|500000 | 12842 |  1882k|   3.8 | 147M|2701 |  22 |5645 |  21k|5645 | 275 | 289k| 584k|7338 | 0.000000e+00 | 4.000000e+00 |    Inf 
1132.73/1132.74	c  1133s|510000 | 12838 |  1931k|   3.8 | 146M|2701 |   1 |5645 |  17k|5645 | 310 | 295k| 600k|7436 | 0.000000e+00 | 4.000000e+00 |    Inf 
1152.63/1152.67	c  1153s|520000 | 12798 |  1974k|   3.8 | 144M|2701 |   1 |5645 |  12k|5645 | 259 | 299k| 614k|7514 | 0.000000e+00 | 4.000000e+00 |    Inf 
1172.23/1172.24	c  1172s|530000 | 12703 |  2018k|   3.8 | 144M|2701 |   1 |5645 |  14k|5645 | 266 | 304k| 629k|7589 | 0.000000e+00 | 4.000000e+00 |    Inf 
1192.44/1192.47	c  1192s|540000 | 12517 |  2063k|   3.8 | 140M|2701 |  10 |5645 |  15k|5645 | 233 | 309k| 645k|7657 | 0.000000e+00 | 4.000000e+00 |    Inf 
1212.83/1212.81	c  1213s|550000 | 12393 |  2103k|   3.8 | 137M|2701 |  13 |5645 |  14k|5645 | 234 | 314k| 659k|7720 | 0.000000e+00 | 4.000000e+00 |    Inf 
1216.54/1216.52	o 3
1216.54/1216.52	c *1216s|552079 | 11862 |  2112k|   3.8 | 133M|2701 |   - |5645 |  15k|5645 | 253 | 315k| 662k|7722 | 0.000000e+00 | 3.000000e+00 |    Inf 
1231.43/1231.43	c  1231s|560000 | 11710 |  2144k|   3.8 | 131M|2701 |   - |5645 |  11k|   0 |   0 | 320k| 673k|7801 | 0.000000e+00 | 3.000000e+00 |    Inf 
1249.83/1249.82	c  1250s|570000 | 11479 |  2190k|   3.8 | 130M|2701 |  16 |5645 |  11k|5645 | 221 | 326k| 687k|7866 | 0.000000e+00 | 3.000000e+00 |    Inf 
1268.53/1268.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1268.53/1268.56	c  1269s|580000 | 11454 |  2235k|   3.9 | 130M|2701 |   - |5645 |  12k|   0 |   0 | 332k| 701k|7926 | 0.000000e+00 | 3.000000e+00 |    Inf 
1287.64/1287.64	c  1288s|590000 | 11569 |  2277k|   3.9 | 132M|2701 |  22 |5645 |  15k|5645 | 243 | 338k| 715k|7985 | 0.000000e+00 | 3.000000e+00 |    Inf 
1307.63/1307.69	c  1308s|600000 | 11722 |  2316k|   3.9 | 134M|2701 |  14 |5645 |  16k|5645 | 227 | 343k| 729k|8030 | 0.000000e+00 | 3.000000e+00 |    Inf 
1328.34/1328.32	c  1328s|610000 | 11834 |  2359k|   3.9 | 136M|2701 |   1 |5645 |  18k|5645 | 223 | 348k| 744k|8079 | 0.000000e+00 | 3.000000e+00 |    Inf 
1349.93/1349.97	c  1350s|620000 | 11892 |  2405k|   3.9 | 137M|2701 |   - |5645 |  18k|   0 |   0 | 354k| 759k|8140 | 0.000000e+00 | 3.000000e+00 |    Inf 
1371.34/1371.33	c  1371s|630000 | 11910 |  2446k|   3.9 | 137M|2701 |  24 |5645 |  16k|5645 | 240 | 358k| 774k|8188 | 0.000000e+00 | 3.000000e+00 |    Inf 
1392.04/1392.05	c  1392s|640000 | 11967 |  2497k|   3.9 | 138M|2701 |   8 |5645 |  17k|5645 | 247 | 365k| 789k|8228 | 0.000000e+00 | 3.000000e+00 |    Inf 
1413.04/1413.05	c  1413s|650000 | 12040 |  2542k|   3.9 | 140M|2701 |   - |5645 |  20k|   0 |   0 | 369k| 803k|8283 | 0.000000e+00 | 3.000000e+00 |    Inf 
1435.44/1435.47	c  1435s|660000 | 12080 |  2588k|   3.9 | 141M|2701 |   1 |5645 |  20k|5645 | 255 | 374k| 819k|8342 | 0.000000e+00 | 3.000000e+00 |    Inf 
1457.34/1457.39	c  1457s|670000 | 12238 |  2636k|   3.9 | 144M|2701 |   - |5645 |  24k|   0 |   0 | 379k| 834k|8389 | 0.000000e+00 | 3.000000e+00 |    Inf 
1479.94/1479.95	c  1480s|680000 | 12222 |  2687k|   4.0 | 144M|2701 |   - |5645 |  23k|   0 |   0 | 383k| 851k|8452 | 0.000000e+00 | 3.000000e+00 |    Inf 
1502.74/1502.76	c  1503s|690000 | 12272 |  2738k|   4.0 | 146M|2701 |  21 |5645 |  24k|5645 | 290 | 387k| 867k|8498 | 0.000000e+00 | 3.000000e+00 |    Inf 
1526.04/1526.09	c  1526s|700000 | 12236 |  2787k|   4.0 | 145M|2701 |   - |5645 |  22k|   0 |   0 | 391k| 883k|8554 | 0.000000e+00 | 3.000000e+00 |    Inf 
1549.34/1549.38	c  1549s|710000 | 12206 |  2836k|   4.0 | 145M|2701 |   - |5645 |  22k|   0 |   0 | 396k| 898k|8611 | 0.000000e+00 | 3.000000e+00 |    Inf 
1571.45/1571.44	c  1571s|720000 | 12204 |  2880k|   4.0 | 145M|2701 |   - |5645 |  21k|   0 |   0 | 399k| 914k|8659 | 0.000000e+00 | 3.000000e+00 |    Inf 
1592.55/1592.53	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1592.55/1592.53	c  1593s|730000 | 12226 |  2924k|   4.0 | 144M|2701 |   5 |5645 |  17k|5645 | 256 | 404k| 929k|8720 | 0.000000e+00 | 3.000000e+00 |    Inf 
1613.15/1613.11	c  1613s|740000 | 12265 |  2964k|   4.0 | 146M|2701 |   1 |5645 |  21k|5645 | 256 | 408k| 944k|8751 | 0.000000e+00 | 3.000000e+00 |    Inf 
1633.45/1633.42	c  1633s|750000 | 12216 |  3007k|   4.0 | 145M|2701 |   1 |5645 |  18k|5645 | 292 | 412k| 960k|8793 | 0.000000e+00 | 3.000000e+00 |    Inf 
1653.14/1653.20	c  1653s|760000 | 12170 |  3049k|   4.0 | 143M|2701 |   1 |5645 |  12k|5645 | 193 | 416k| 975k|8876 | 0.000000e+00 | 3.000000e+00 |    Inf 
1672.55/1672.50	c  1672s|770000 | 12124 |  3091k|   4.0 | 143M|2701 |   - |5645 |  14k|   0 |   0 | 421k| 989k|8916 | 0.000000e+00 | 3.000000e+00 |    Inf 
1692.44/1692.49	c  1692s|780000 | 12177 |  3134k|   4.0 | 145M|2701 |  23 |5645 |  17k|5645 | 255 | 427k|1003k|8954 | 0.000000e+00 | 3.000000e+00 |    Inf 
1712.85/1712.84	c  1713s|790000 | 12221 |  3178k|   4.0 | 146M|2701 |  12 |5645 |  18k|5645 | 272 | 431k|1018k|8992 | 0.000000e+00 | 3.000000e+00 |    Inf 
1733.35/1733.37	c  1733s|800000 | 12187 |  3225k|   4.0 | 145M|2701 |   - |5645 |  16k|   0 |   0 | 436k|1034k|9037 | 0.000000e+00 | 3.000000e+00 |    Inf 
1754.65/1754.65	c  1755s|810000 | 12244 |  3275k|   4.0 | 147M|2701 |   1 |5645 |  18k|5645 | 246 | 443k|1048k|9098 | 0.000000e+00 | 3.000000e+00 |    Inf 
1775.45/1775.44	c  1775s|820000 | 12295 |  3320k|   4.0 | 148M|2701 |   - |5645 |  19k|   0 |   0 | 449k|1064k|9140 | 0.000000e+00 | 3.000000e+00 |    Inf 
1790.05/1790.01	c 
1790.05/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1790.05/1790.01	c Solving Time (sec) : 1789.98
1790.05/1790.01	c Solving Nodes      : 827042
1790.05/1790.01	c Primal Bound       : +3.00000000000000e+00 (205 solutions)
1790.05/1790.01	c Dual Bound         : +0.00000000000000e+00
1790.05/1790.01	c Gap                : infinite
1790.05/1790.07	s SATISFIABLE
1790.05/1790.07	v -x231 -x230 -x229 -x228 -x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 -x217 -x216 x215 -x214 -x213 -x212 -x211 -x210 
1790.05/1790.07	v -x209 -x208 -x207 -x206 -x205 x204 -x203 -x202 -x201 x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 
1790.05/1790.07	v -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 x177 -x176 -x175 -x174 -x173 -x172 x171 -x170 -x169 -x168 
1790.05/1790.07	v -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 
1790.05/1790.07	v -x146 -x145 -x144 x143 -x142 -x141 -x140 -x139 -x138 -x137 x136 -x135 -x134 -x133 -x132 -x131 -x130 x129 -x128 -x127 -x126 
1790.05/1790.07	v -x125 -x124 -x123 -x122 -x121 -x120 x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 
1790.05/1790.07	v -x104 -x103 x102 -x101 -x100 -x99 -x98 -x97 -x96 -x95 -x94 -x93 -x92 -x91 x90 -x89 -x88 -x87 -x86 -x85 -x84 x83 -x82 -x81 -x80 
1790.05/1790.07	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 
1790.05/1790.07	v x54 -x53 -x52 -x51 -x50 -x49 -x48 -x47 -x46 -x45 -x44 -x43 -x42 -x41 -x40 -x39 -x38 x37 -x36 -x35 -x34 -x33 -x32 -x31 -x30 -x29 
1790.05/1790.07	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.05/1790.07	v x1 
1790.05/1790.07	c SCIP Status        : solving was interrupted [time limit reached]
1790.05/1790.07	c Solving Time       :    1789.98
1790.05/1790.07	c Original Problem   :
1790.05/1790.07	c   Problem name     : HOME/instance-2705124-1278578351.wbo
1790.05/1790.07	c   Variables        : 5645 (2938 binary, 0 integer, 2707 implicit integer, 0 continuous)
1790.05/1790.07	c   Constraints      : 5415 initial, 5415 maximal
1790.05/1790.07	c Presolved Problem  :
1790.05/1790.07	c   Problem name     : t_HOME/instance-2705124-1278578351.wbo
1790.05/1790.07	c   Variables        : 5645 (2938 binary, 0 integer, 2707 implicit integer, 0 continuous)
1790.05/1790.07	c   Constraints      : 5414 initial, 25409 maximal
1790.05/1790.07	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1790.05/1790.07	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1790.05/1790.07	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1790.05/1790.07	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1790.05/1790.07	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1790.05/1790.07	c   implics          :       0.00          0          0          0          0          0          0          0          0
1790.05/1790.07	c   probing          :       0.03          0          0          0          0          0          0          0          0
1790.05/1790.07	c   linear           :       0.02          0          0          0       2707          0          1          0          0
1790.05/1790.07	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1790.05/1790.07	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1790.05/1790.07	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1790.05/1790.07	c   root node        :          -       5310          -          -       5310          -          -          -          -
1790.05/1790.07	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1790.05/1790.07	c   integral         :          0          0          0     555458          0         27        691          0          0     792702
1790.05/1790.07	c   linear           :       2707          6    4472796     157901          1     284746   19937133     452273          0          0
1790.05/1790.07	c   indicator        :       2707          0    4173901     158263          1        934    7782057          0          0          0
1790.05/1790.07	c   logicor          :          0+         0    1246338          0          0      76443    1328860          0          0          0
1790.05/1790.07	c   bounddisjunction :          0+         0     274208          0          0        132       6125          0          0          0
1790.05/1790.07	c   countsols        :          0          0          0      95987          1          0          0          0          0          0
1790.05/1790.07	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1790.05/1790.07	c   integral         :      15.31       0.00       0.00      15.31       0.00
1790.05/1790.07	c   linear           :     225.53       0.00     208.18      17.35       0.00
1790.05/1790.07	c   indicator        :      75.53       0.02      48.72      26.79       0.00
1790.05/1790.07	c   logicor          :     201.07       0.00     201.07       0.00       0.00
1790.05/1790.07	c   bounddisjunction :       2.61       0.00       2.61       0.00       0.00
1790.05/1790.07	c   countsols        :       0.02       0.00       0.00       0.02       0.00
1790.05/1790.07	c Propagators        :       Time      Calls    Cutoffs    DomReds
1790.05/1790.07	c   vbounds          :       0.96      68880         13      11858
1790.05/1790.07	c   rootredcost      :       0.69         55          0       2655
1790.05/1790.07	c   pseudoobj        :     180.45    4490207      16539    7383751
1790.05/1790.07	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1790.05/1790.07	c   propagation      :      23.77     377860     377756    2302019       30.7      12410       26.8          -
1790.05/1790.07	c   infeasible LP    :       4.93      13989      13989     113455       42.8        265       20.3          0
1790.05/1790.07	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1790.05/1790.07	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1790.05/1790.07	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1790.05/1790.07	c   applied globally :          -          -          -    1074906       24.4          -          -          -
1790.05/1790.07	c   applied locally  :          -          -          -          0        0.0          -          -          -
1790.05/1790.07	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1790.05/1790.07	c   cut pool         :       0.00          3          -          -          1          -    (maximal pool size: 73)
1790.05/1790.07	c   redcost          :      56.98     560833          0     494946          0          0
1790.05/1790.07	c   impliedbounds    :       0.00          4          0          0          0          0
1790.05/1790.07	c   intobj           :       0.00          0          0          0          0          0
1790.05/1790.07	c   cgmip            :       0.00          0          0          0          0          0
1790.05/1790.07	c   gomory           :       0.01          4          0          0        230          0
1790.05/1790.07	c   strongcg         :       0.01          4          0          0        215          0
1790.05/1790.07	c   cmir             :       0.01          4          0          0          0          0
1790.05/1790.07	c   flowcover        :       0.02          4          0          0          0          0
1790.05/1790.07	c   clique           :       0.00          1          0          0          0          0
1790.05/1790.07	c   zerohalf         :       0.00          0          0          0          0          0
1790.05/1790.07	c   mcf              :       0.00          1          0          0          0          0
1790.05/1790.07	c   rapidlearning    :       0.17          1          0          0          0          0
1790.05/1790.07	c Pricers            :       Time      Calls       Vars
1790.05/1790.07	c   problem variables:       0.00          0          0
1790.05/1790.07	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1790.05/1790.07	c   relpscost        :      14.81     396926         27        691          0          0     792702
1790.05/1790.07	c   pscost           :       0.00          0          0          0          0          0          0
1790.05/1790.07	c   inference        :      53.66      95933          0          0          0          0     192584
1790.05/1790.07	c   mostinf          :       0.00          0          0          0          0          0          0
1790.05/1790.07	c   leastinf         :       0.00          0          0          0          0          0          0
1790.05/1790.07	c   fullstrong       :       0.00          0          0          0          0          0          0
1790.05/1790.07	c   allfullstrong    :       0.00          0          0          0          0          0          0
1790.05/1790.07	c   random           :       0.00          0          0          0          0          0          0
1790.05/1790.07	c Primal Heuristics  :       Time      Calls      Found
1790.05/1790.07	c   LP solutions     :       0.20          -         55
1790.05/1790.07	c   pseudo solutions :       0.00          -          0
1790.05/1790.07	c   feaspump         :       0.00          0          0
1790.05/1790.07	c   intshifting      :       0.01          0          0
1790.05/1790.07	c   oneopt           :       0.49         52          0
1790.05/1790.07	c   guideddiving     :       0.28        113          0
1790.05/1790.07	c   fracdiving       :       0.22        120          0
1790.05/1790.07	c   veclendiving     :       0.21        120          0
1790.05/1790.07	c   linesearchdiving :       0.21        120          0
1790.05/1790.07	c   pscostdiving     :       0.21        121          0
1790.05/1790.07	c   coefdiving       :       0.21        121          0
1790.05/1790.07	c   rootsoldiving    :       0.28        113          0
1790.05/1790.07	c   objpscostdiving  :       0.24        114          0
1790.05/1790.07	c   crossover        :       3.23         82          8
1790.05/1790.07	c   trivial          :       0.07          2          2
1790.05/1790.07	c   simplerounding   :       0.93     397522          0
1790.05/1790.07	c   zirounding       :       0.66       1000          0
1790.05/1790.07	c   rounding         :       1.29       8840          0
1790.05/1790.07	c   shifting         :       0.68       2790          0
1790.05/1790.07	c   twoopt           :       0.00          0          0
1790.05/1790.07	c   fixandinfer      :       0.00          0          0
1790.05/1790.07	c   intdiving        :       0.00          0          0
1790.05/1790.07	c   actconsdiving    :       0.00          0          0
1790.05/1790.07	c   octane           :       0.00          0          0
1790.05/1790.07	c   rens             :       0.03          1          0
1790.05/1790.07	c   rins             :       0.00          0          0
1790.05/1790.07	c   localbranching   :       0.00          0          0
1790.05/1790.07	c   mutation         :       0.00          0          0
1790.05/1790.07	c   dins             :       0.00          0          0
1790.05/1790.07	c   undercover       :       0.00          0          0
1790.05/1790.07	c   nlp              :       0.19          0          0
1790.05/1790.07	c   trysol           :       0.45        547        140
1790.05/1790.07	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1790.05/1790.07	c   primal LP        :       0.00          0          0       0.00          -
1790.05/1790.07	c   dual LP          :     466.77     481509    3349663       6.96    7176.29
1790.05/1790.07	c   lex dual LP      :       0.00          0          0       0.00          -
1790.05/1790.07	c   barrier LP       :       0.00          0          0       0.00          -
1790.05/1790.07	c   diving/probing LP:       0.19        103       1435      13.93    7398.17
1790.05/1790.07	c   strong branching :      11.03       9167     103312      11.27    9364.76
1790.05/1790.07	c     (at root node) :          -         32       1047      32.72          -
1790.05/1790.07	c   conflict analysis:       0.00          0          0       0.00          -
1790.05/1790.07	c B&B Tree           :
1790.05/1790.07	c   number of runs   :          1
1790.05/1790.07	c   nodes            :     827042
1790.05/1790.07	c   nodes (total)    :     827042
1790.05/1790.07	c   nodes left       :      12327
1790.05/1790.07	c   max depth        :       2701
1790.05/1790.07	c   max depth (total):       2701
1790.05/1790.07	c   backtracks       :      69332 (8.4%)
1790.05/1790.07	c   delayed cutoffs  :      63021
1790.05/1790.07	c   repropagations   :    2222991 (6045770 domain reductions, 57961 cutoffs)
1790.05/1790.07	c   avg switch length:       6.91
1790.05/1790.07	c   switching time   :     241.19
1790.05/1790.07	c Solution           :
1790.05/1790.07	c   Solutions found  :        205 (56 improvements)
1790.05/1790.07	c   First Solution   : +1.37972000000000e+05   (in run 1, after 0 nodes, 0.02 seconds, depth 0, found by <trivial>)
1790.05/1790.07	c   Primal Bound     : +3.00000000000000e+00   (in run 1, after 552079 nodes, 1216.49 seconds, depth 34, found by <relaxation>)
1790.05/1790.07	c   Dual Bound       : +0.00000000000000e+00
1790.05/1790.07	c   Gap              :   infinite
1790.05/1790.07	c   Root Dual Bound  : +0.00000000000000e+00
1790.05/1790.07	c   Root Iterations  :        184
1790.25/1790.23	c Time complete: 1790.28.

Verifier Data

OK	3

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2705124-1278578351/watcher-2705124-1278578351 -o /tmp/evaluation-result-2705124-1278578351/solver-2705124-1278578351 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705124-1278578351.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.92 1.99 1.93 2/176 21362
/proc/meminfo: memFree=29755020/32950928 swapFree=67111528/67111528
[pid=21362] ppid=21360 vsize=12888 CPUtime=0
/proc/21362/stat : 21362 (pbscip.linux.x8) R 21360 21362 20903 0 -1 4202496 2066 0 0 0 0 0 0 0 22 0 1 0 26049297 13197312 1984 4089446400 4194304 10345943 140734156908752 18446744073709551615 6326861 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/21362/statm: 3222 1984 429 1502 0 1715 0

[startup+0.076051 s]
/proc/loadavg: 1.92 1.99 1.93 2/176 21362
/proc/meminfo: memFree=29755020/32950928 swapFree=67111528/67111528
[pid=21362] ppid=21360 vsize=38024 CPUtime=0.06
/proc/21362/stat : 21362 (pbscip.linux.x8) R 21360 21362 20903 0 -1 4202496 8450 0 0 0 6 0 0 0 22 0 1 0 26049297 38936576 8014 4089446400 4194304 10345943 140734156908752 18446744073709551615 9138254 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21362/statm: 9506 8014 509 1502 0 7999 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 38024

[startup+0.101045 s]
/proc/loadavg: 1.92 1.99 1.93 2/176 21362
/proc/meminfo: memFree=29755020/32950928 swapFree=67111528/67111528
[pid=21362] ppid=21360 vsize=38024 CPUtime=0.09
/proc/21362/stat : 21362 (pbscip.linux.x8) R 21360 21362 20903 0 -1 4202496 8450 0 0 0 9 0 0 0 22 0 1 0 26049297 38936576 8014 4089446400 4194304 10345943 140734156908752 18446744073709551615 9137947 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21362/statm: 9506 8014 509 1502 0 7999 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 38024

[startup+0.30101 s]
/proc/loadavg: 1.92 1.99 1.93 2/176 21362
/proc/meminfo: memFree=29755020/32950928 swapFree=67111528/67111528
[pid=21362] ppid=21360 vsize=70108 CPUtime=0.29
/proc/21362/stat : 21362 (pbscip.linux.x8) R 21360 21362 20903 0 -1 4202496 16228 0 0 0 26 3 0 0 22 0 1 0 26049297 71790592 15792 4089446400 4194304 10345943 140734156908752 18446744073709551615 9186026 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21362/statm: 17527 15792 632 1502 0 16020 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 70108

[startup+0.700927 s]
/proc/loadavg: 1.92 1.99 1.93 2/176 21362
/proc/meminfo: memFree=29755020/32950928 swapFree=67111528/67111528
[pid=21362] ppid=21360 vsize=65268 CPUtime=0.69
/proc/21362/stat : 21362 (pbscip.linux.x8) R 21360 21362 20903 0 -1 4202496 16894 0 0 0 65 4 0 0 24 0 1 0 26049297 66834432 15053 4089446400 4194304 10345943 140734156908752 18446744073709551615 6864664 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21362/statm: 16317 15053 751 1502 0 14810 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 65268

[startup+1.50078 s]
/proc/loadavg: 1.92 1.99 1.93 2/177 21363
/proc/meminfo: memFree=29696732/32950928 swapFree=67111528/67111528
[pid=21362] ppid=21360 vsize=65268 CPUtime=1.49
/proc/21362/stat : 21362 (pbscip.linux.x8) R 21360 21362 20903 0 -1 4202496 16896 0 0 0 144 5 0 0 25 0 1 0 26049297 66834432 15055 4089446400 4194304 10345943 140734156908752 18446744073709551615 4476274 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21362/statm: 16317 15055 753 1502 0 14810 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 65268

[startup+3.10044 s]
/proc/loadavg: 1.92 1.99 1.93 2/174 21380
/proc/meminfo: memFree=29712364/32950928 swapFree=67111528/67111528
[pid=21362] ppid=21360 vsize=65268 CPUtime=3.09
/proc/21362/stat : 21362 (pbscip.linux.x8) R 21360 21362 20903 0 -1 4202496 16900 0 0 0 304 5 0 0 25 0 1 0 26049297 66834432 15059 4089446400 4194304 10345943 140734156908752 18446744073709551615 4476332 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21362/statm: 16317 15059 754 1502 0 14810 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 65268

[startup+6.30084 s]
/proc/loadavg: 1.93 1.99 1.93 3/179 21390
/proc/meminfo: memFree=29549904/32950928 swapFree=67111528/67111528
[pid=21362] ppid=21360 vsize=71628 CPUtime=6.29
/proc/21362/stat : 21362 (pbscip.linux.x8) R 21360 21362 20903 0 -1 4202496 18869 0 0 0 623 6 0 0 25 0 1 0 26049297 73347072 16422 4089446400 4194304 10345943 140734156908752 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21362/statm: 17907 16422 754 1502 0 16400 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 71628

[startup+12.7007 s]
/proc/loadavg: 1.94 1.99 1.93 3/179 21390
/proc/meminfo: memFree=29415240/32950928 swapFree=67111528/67111528
[pid=21362] ppid=21360 vsize=76864 CPUtime=12.69
/proc/21362/stat : 21362 (pbscip.linux.x8) R 21360 21362 20903 0 -1 4202496 27817 0 0 0 1261 8 0 0 25 0 1 0 26049297 78708736 18007 4089446400 4194304 10345943 140734156908752 18446744073709551615 4749687 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21362/statm: 19216 18007 761 1502 0 17709 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 76864

[startup+25.5003 s]
/proc/loadavg: 1.95 1.99 1.93 3/179 21391
/proc/meminfo: memFree=29409064/32950928 swapFree=67111528/67111528
[pid=21362] ppid=21360 vsize=85216 CPUtime=25.49
/proc/21362/stat : 21362 (pbscip.linux.x8) R 21360 21362 20903 0 -1 4202496 33656 0 0 0 2540 9 0 0 25 0 1 0 26049297 87261184 19758 4089446400 4194304 10345943 140734156908752 18446744073709551615 6307366 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21362/statm: 21304 19758 761 1502 0 19797 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 85216

[startup+51.1005 s]
/proc/loadavg: 1.97 1.99 1.93 3/179 21391
/proc/meminfo: memFree=29362340/32950928 swapFree=67111528/67111528
[pid=21362] ppid=21360 vsize=131184 CPUtime=51.09
/proc/21362/stat : 21362 (pbscip.linux.x8) R 21360 21362 20903 0 -1 4202496 51067 0 0 0 5095 14 0 0 25 0 1 0 26049297 134332416 31343 4089446400 4194304 10345943 140734156908752 18446744073709551615 4687925 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21362/statm: 32796 31343 762 1502 0 31289 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 131184

[startup+102.307 s]
/proc/loadavg: 1.98 1.99 1.93 3/179 21393
/proc/meminfo: memFree=29329672/32950928 swapFree=67111528/67111528
[pid=21362] ppid=21360 vsize=161984 CPUtime=102.3
/proc/21362/stat : 21362 (pbscip.linux.x8) R 21360 21362 20903 0 -1 4202496 106161 0 0 0 10203 27 0 0 25 0 1 0 26049297 165871616 39330 4089446400 4194304 10345943 140734156908752 18446744073709551615 4601776 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21362/statm: 40496 39330 762 1502 0 38989 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 161984

[startup+162.301 s]
/proc/loadavg: 1.99 1.99 1.93 3/179 21394
/proc/meminfo: memFree=29240476/32950928 swapFree=67111528/67111528
[pid=21362] ppid=21360 vsize=254208 CPUtime=162.3
/proc/21362/stat : 21362 (pbscip.linux.x8) R 21360 21362 20903 0 -1 4202496 161761 0 0 0 16185 45 0 0 25 0 1 0 26049297 260308992 62046 4089446400 4194304 10345943 140734156908752 18446744073709551615 6702724 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21362/statm: 63552 62046 762 1502 0 62045 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 254208

[startup+222.301 s]
/proc/loadavg: 1.99 1.99 1.93 3/179 21396
/proc/meminfo: memFree=29136764/32950928 swapFree=67111528/67111528
[pid=21362] ppid=21360 vsize=357744 CPUtime=222.29
/proc/21362/stat : 21362 (pbscip.linux.x8) R 21360 21362 20903 0 -1 4202496 234173 0 0 0 22165 64 0 0 25 0 1 0 26049297 366329856 86215 4089446400 4194304 10345943 140734156908752 18446744073709551615 6777420 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21362/statm: 89436 86229 762 1502 0 87929 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 357744

[startup+282.301 s]
/proc/loadavg: 1.99 1.99 1.93 3/179 21397
/proc/meminfo: memFree=29015196/32950928 swapFree=67111528/67111528
[pid=21362] ppid=21360 vsize=450916 CPUtime=282.3
/proc/21362/stat : 21362 (pbscip.linux.x8) R 21360 21362 20903 0 -1 4202496 308647 0 0 0 28141 89 0 0 25 0 1 0 26049297 461737984 108076 4089446400 4194304 10345943 140734156908752 18446744073709551615 4881982 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21362/statm: 112729 108076 774 1502 0 111222 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 450916

[startup+342.3 s]
/proc/loadavg: 1.99 1.99 1.93 3/179 21399
/proc/meminfo: memFree=28913960/32950928 swapFree=67111528/67111528
[pid=21362] ppid=21360 vsize=518504 CPUtime=342.3
/proc/21362/stat : 21362 (pbscip.linux.x8) R 21360 21362 20903 0 -1 4202496 334473 0 0 0 34121 109 0 0 25 0 1 0 26049297 530948096 124007 4089446400 4194304 10345943 140734156908752 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21362/statm: 129626 124007 775 1502 0 128119 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 518504

[startup+402.301 s]
/proc/loadavg: 1.99 1.99 1.93 3/179 21401
/proc/meminfo: memFree=28845948/32950928 swapFree=67111528/67111528
[pid=21362] ppid=21360 vsize=550112 CPUtime=402.3
/proc/21362/stat : 21362 (pbscip.linux.x8) R 21360 21362 20903 0 -1 4202496 391794 0 0 0 40088 142 0 0 25 0 1 0 26049297 563314688 131669 4089446400 4194304 10345943 140734156908752 18446744073709551615 6777425 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21362/statm: 137528 131669 776 1502 0 136021 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 550112

[startup+462.301 s]
/proc/loadavg: 2.03 2.00 1.93 3/179 21402
/proc/meminfo: memFree=28798656/32950928 swapFree=67111528/67111528
[pid=21362] ppid=21360 vsize=557640 CPUtime=462.3
/proc/21362/stat : 21362 (pbscip.linux.x8) R 21360 21362 20903 0 -1 4202496 462963 0 0 0 46047 183 0 0 25 0 1 0 26049297 571023360 133516 4089446400 4194304 10345943 140734156908752 18446744073709551615 5614700 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21362/statm: 139410 133516 776 1502 0 137903 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 557640

[startup+522.301 s]
/proc/loadavg: 2.01 2.00 1.93 3/179 21404
/proc/meminfo: memFree=28750640/32950928 swapFree=67111528/67111528
[pid=21362] ppid=21360 vsize=564428 CPUtime=522.31
/proc/21362/stat : 21362 (pbscip.linux.x8) R 21360 21362 20903 0 -1 4202496 474948 0 0 0 52016 215 0 0 25 0 1 0 26049297 577974272 135474 4089446400 4194304 10345943 140734156908752 18446744073709551615 6777399 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21362/statm: 141107 135474 776 1502 0 139600 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 564428

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 21405
/proc/meminfo: memFree=28710936/32950928 swapFree=67111528/67111528
[pid=21362] ppid=21360 vsize=567048 CPUtime=582.3
/proc/21362/stat : 21362 (pbscip.linux.x8) R 21360 21362 20903 0 -1 4202496 504083 0 0 0 57977 253 0 0 25 0 1 0 26049297 580657152 135912 4089446400 4194304 10345943 140734156908752 18446744073709551615 6068889 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21362/statm: 141762 135912 795 1502 0 140255 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 567048

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 21407
/proc/meminfo: memFree=28666492/32950928 swapFree=67111528/67111528
[pid=21362] ppid=21360 vsize=569604 CPUtime=642.32
/proc/21362/stat : 21362 (pbscip.linux.x8) R 21360 21362 20903 0 -1 4202496 510826 0 0 0 63948 284 0 0 25 0 1 0 26049297 583274496 136505 4089446400 4194304 10345943 140734156908752 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21362/statm: 142401 136505 795 1502 0 140894 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 569604

[startup+702.3 s]

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

/proc/meminfo: memFree=28377008/32950928 swapFree=67111528/67111528
[pid=21362] ppid=21360 vsize=582292 CPUtime=1062.33
/proc/21362/stat : 21362 (pbscip.linux.x8) R 21360 21362 20903 0 -1 4202496 520342 0 0 0 105752 481 0 0 25 0 1 0 26049297 596267008 139882 4089446400 4194304 10345943 140734156908752 18446744073709551615 4218186 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21362/statm: 145573 139882 795 1502 0 144066 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 582292

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 21420
/proc/meminfo: memFree=28331816/32950928 swapFree=67111528/67111528
[pid=21362] ppid=21360 vsize=584372 CPUtime=1122.33
/proc/21362/stat : 21362 (pbscip.linux.x8) R 21360 21362 20903 0 -1 4202496 520829 0 0 0 111724 509 0 0 25 0 1 0 26049297 598396928 140369 4089446400 4194304 10345943 140734156908752 18446744073709551615 18446744073699065947 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21362/statm: 146093 140369 795 1502 0 144586 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 584372

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 21421
/proc/meminfo: memFree=28298664/32950928 swapFree=67111528/67111528
[pid=21362] ppid=21360 vsize=584924 CPUtime=1182.33
/proc/21362/stat : 21362 (pbscip.linux.x8) R 21360 21362 20903 0 -1 4202496 520969 0 0 0 117696 537 0 0 25 0 1 0 26049297 598962176 140509 4089446400 4194304 10345943 140734156908752 18446744073709551615 4968985 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21362/statm: 146231 140509 795 1502 0 144724 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 584924

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 21423
/proc/meminfo: memFree=28261280/32950928 swapFree=67111528/67111528
[pid=21362] ppid=21360 vsize=583916 CPUtime=1242.33
/proc/21362/stat : 21362 (pbscip.linux.x8) R 21360 21362 20903 0 -1 4202496 536169 0 0 0 123662 571 0 0 25 0 1 0 26049297 597929984 140473 4089446400 4194304 10345943 140734156908752 18446744073709551615 9123280 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21362/statm: 145979 140473 796 1502 0 144472 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 583916

[startup+1302.3 s]
/proc/loadavg: 2.08 2.02 1.95 3/179 21425
/proc/meminfo: memFree=28223156/32950928 swapFree=67111528/67111528
[pid=21362] ppid=21360 vsize=584528 CPUtime=1302.34
/proc/21362/stat : 21362 (pbscip.linux.x8) R 21360 21362 20903 0 -1 4202496 540336 0 0 0 129632 602 0 0 25 0 1 0 26049297 598556672 140540 4089446400 4194304 10345943 140734156908752 18446744073709551615 4995709 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21362/statm: 146132 140540 796 1502 0 144625 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 584528

[startup+1362.3 s]
/proc/loadavg: 2.08 2.03 1.95 3/179 21435
/proc/meminfo: memFree=28187860/32950928 swapFree=67111528/67111528
[pid=21362] ppid=21360 vsize=584584 CPUtime=1362.34
/proc/21362/stat : 21362 (pbscip.linux.x8) R 21360 21362 20903 0 -1 4202496 544446 0 0 0 135613 621 0 0 25 0 1 0 26049297 598614016 140555 4089446400 4194304 10345943 140734156908752 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21362/statm: 146146 140555 796 1502 0 144639 0
Current children cumulated CPU time (s) 1362.34
Current children cumulated vsize (KiB) 584584

[startup+1422.31 s]
/proc/loadavg: 2.03 2.02 1.95 3/179 21437
/proc/meminfo: memFree=28156556/32950928 swapFree=67111528/67111528
[pid=21362] ppid=21360 vsize=585408 CPUtime=1422.34
/proc/21362/stat : 21362 (pbscip.linux.x8) R 21360 21362 20903 0 -1 4202496 544564 0 0 0 141594 640 0 0 25 0 1 0 26049297 599457792 140673 4089446400 4194304 10345943 140734156908752 18446744073709551615 4995703 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21362/statm: 146352 140673 796 1502 0 144845 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 585408

[startup+1482.3 s]
/proc/loadavg: 2.01 2.02 1.95 3/179 21438
/proc/meminfo: memFree=28121064/32950928 swapFree=67111528/67111528
[pid=21362] ppid=21360 vsize=588144 CPUtime=1482.34
/proc/21362/stat : 21362 (pbscip.linux.x8) R 21360 21362 20903 0 -1 4202496 549152 0 0 0 147575 659 0 0 25 0 1 0 26049297 602259456 141169 4089446400 4194304 10345943 140734156908752 18446744073709551615 4218186 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21362/statm: 147036 141169 796 1502 0 145529 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 588144

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/179 21440
/proc/meminfo: memFree=28082572/32950928 swapFree=67111528/67111528
[pid=21362] ppid=21360 vsize=589644 CPUtime=1542.34
/proc/21362/stat : 21362 (pbscip.linux.x8) R 21360 21362 20903 0 -1 4202496 549600 0 0 0 153549 685 0 0 25 0 1 0 26049297 603795456 141617 4089446400 4194304 10345943 140734156908752 18446744073709551615 4995703 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21362/statm: 147411 141617 796 1502 0 145904 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 589644

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 21442
/proc/meminfo: memFree=28047300/32950928 swapFree=67111528/67111528
[pid=21362] ppid=21360 vsize=589852 CPUtime=1602.34
/proc/21362/stat : 21362 (pbscip.linux.x8) R 21360 21362 20903 0 -1 4202496 549725 0 0 0 159521 713 0 0 25 0 1 0 26049297 604008448 141742 4089446400 4194304 10345943 140734156908752 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21362/statm: 147463 141742 796 1502 0 145956 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 589852

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 21443
/proc/meminfo: memFree=28008824/32950928 swapFree=67111528/67111528
[pid=21362] ppid=21360 vsize=589784 CPUtime=1662.35
/proc/21362/stat : 21362 (pbscip.linux.x8) R 21360 21362 20903 0 -1 4202496 553828 0 0 0 165493 742 0 0 25 0 1 0 26049297 603938816 141629 4089446400 4194304 10345943 140734156908752 18446744073709551615 5926399 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21362/statm: 147446 141629 796 1502 0 145939 0
Current children cumulated CPU time (s) 1662.35
Current children cumulated vsize (KiB) 589784

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 21445
/proc/meminfo: memFree=27976280/32950928 swapFree=67111528/67111528
[pid=21362] ppid=21360 vsize=591680 CPUtime=1722.35
/proc/21362/stat : 21362 (pbscip.linux.x8) R 21360 21362 20903 0 -1 4202496 554266 0 0 0 171466 769 0 0 25 0 1 0 26049297 605880320 142066 4089446400 4194304 10345943 140734156908752 18446744073709551615 6803094 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21362/statm: 147920 142066 796 1502 0 146413 0
Current children cumulated CPU time (s) 1722.35
Current children cumulated vsize (KiB) 591680

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 21446
/proc/meminfo: memFree=27935944/32950928 swapFree=67111528/67111528
[pid=21362] ppid=21360 vsize=592224 CPUtime=1782.35
/proc/21362/stat : 21362 (pbscip.linux.x8) R 21360 21362 20903 0 -1 4202496 554526 0 0 0 177437 798 0 0 25 0 1 0 26049297 606437376 142325 4089446400 4194304 10345943 140734156908752 18446744073709551615 5085356 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21362/statm: 148056 142325 796 1502 0 146549 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 592224

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 21446
/proc/meminfo: memFree=27933092/32950928 swapFree=67111528/67111528
[pid=21362] ppid=21360 vsize=592224 CPUtime=1785.54
/proc/21362/stat : 21362 (pbscip.linux.x8) R 21360 21362 20903 0 -1 4202496 554528 0 0 0 177755 799 0 0 25 0 1 0 26049297 606437376 142327 4089446400 4194304 10345943 140734156908752 18446744073709551615 5085356 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21362/statm: 148056 142327 796 1502 0 146549 0
Current children cumulated CPU time (s) 1785.54
Current children cumulated vsize (KiB) 592224

[startup+1788.7 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 21446
/proc/meminfo: memFree=27929992/32950928 swapFree=67111528/67111528
[pid=21362] ppid=21360 vsize=592224 CPUtime=1788.75
/proc/21362/stat : 21362 (pbscip.linux.x8) R 21360 21362 20903 0 -1 4202496 554528 0 0 0 178074 801 0 0 25 0 1 0 26049297 606437376 142327 4089446400 4194304 10345943 140734156908752 18446744073709551615 6557534 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21362/statm: 148056 142327 796 1502 0 146549 0
Current children cumulated CPU time (s) 1788.75
Current children cumulated vsize (KiB) 592224

[startup+1789.5 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 21446
/proc/meminfo: memFree=27929992/32950928 swapFree=67111528/67111528
[pid=21362] ppid=21360 vsize=592224 CPUtime=1789.55
/proc/21362/stat : 21362 (pbscip.linux.x8) R 21360 21362 20903 0 -1 4202496 554528 0 0 0 178154 801 0 0 25 0 1 0 26049297 606437376 142327 4089446400 4194304 10345943 140734156908752 18446744073709551615 18446744073699065911 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21362/statm: 148056 142327 796 1502 0 146549 0
Current children cumulated CPU time (s) 1789.55
Current children cumulated vsize (KiB) 592224

[startup+1789.9 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 21447
/proc/meminfo: memFree=27930112/32950928 swapFree=67111528/67111528
[pid=21362] ppid=21360 vsize=592224 CPUtime=1789.95
/proc/21362/stat : 21362 (pbscip.linux.x8) R 21360 21362 20903 0 -1 4202496 554528 0 0 0 178193 802 0 0 25 0 1 0 26049297 606437376 142327 4089446400 4194304 10345943 140734156908752 18446744073709551615 5085381 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21362/statm: 148056 142327 796 1502 0 146549 0
Current children cumulated CPU time (s) 1789.95
Current children cumulated vsize (KiB) 592224

[startup+1790.1 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 21447
/proc/meminfo: memFree=27930112/32950928 swapFree=67111528/67111528
[pid=21362] ppid=21360 vsize=592224 CPUtime=1790.15
/proc/21362/stat : 21362 (pbscip.linux.x8) R 21360 21362 20903 0 -1 4202496 554529 0 0 0 178213 802 0 0 18 0 1 0 26049297 606437376 142328 4089446400 4194304 10345943 140734156908752 18446744073709551615 4665344 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/21362/statm: 148056 142328 797 1502 0 146549 0
Current children cumulated CPU time (s) 1790.15
Current children cumulated vsize (KiB) 592224

[startup+1790.2 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 21447
/proc/meminfo: memFree=27930112/32950928 swapFree=67111528/67111528
[pid=21362] ppid=21360 vsize=592232 CPUtime=1790.25
/proc/21362/stat : 21362 (pbscip.linux.x8) R 21360 21362 20903 0 -1 4202496 554531 0 0 0 178223 802 0 0 18 0 1 0 26049297 606445568 142330 4089446400 4194304 10345943 140734156908752 18446744073709551615 4750676 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/21362/statm: 148058 142330 797 1502 0 146551 0
Current children cumulated CPU time (s) 1790.25
Current children cumulated vsize (KiB) 592232

Child status: 0
Real time (s): 1790.24
CPU time (s): 1790.29
CPU user time (s): 1782.25
CPU system time (s): 8.04578
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 602484

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

runsolver used 3.3115 second user time and 6.21805 second system time

The end

Launcher Data

Begin job on node113 at 2010-07-08 10:39:11
IDJOB=2705124
IDBENCH=79308
IDSOLVER=1214
FILE ID=node113/2705124-1278578351
PBS_JOBID= 11240227
Free space on /tmp= 73736 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.1900573901--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-2705124-1278578351/watcher-2705124-1278578351 -o /tmp/evaluation-result-2705124-1278578351/solver-2705124-1278578351 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705124-1278578351.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 889361cc7af818b09040d50027029365
RANDOM SEED=698557320

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

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.843
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.76
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.843
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.93
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.843
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:     32950928 kB
MemFree:      29755424 kB
Buffers:        154132 kB
Cached:        2826856 kB
SwapCached:          0 kB
Active:        1681092 kB
Inactive:      1363800 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29755424 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           12836 kB
Writeback:           0 kB
AnonPages:       64160 kB
Mapped:          14656 kB
Slab:            86492 kB
PageTables:       4892 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   216476 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= 73724 MiB
End job on node113 at 2010-07-08 11:09:01